diff --git a/.changeset/radio-group-atom.md b/.changeset/radio-group-atom.md deleted file mode 100644 index b48fa2f..0000000 --- a/.changeset/radio-group-atom.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -'@code-sherpas/pharos-react': minor ---- - -Add `RadioGroup` + `RadioGroupItem`, a set of mutually exclusive options (the -shadcn RadioGroup contract) over Base UI's `RadioGroup` + `Radio` — -`role="radiogroup"` / `role="radio"`, arrow-key navigation, single selection, -and the shared Button / Input / Checkbox / Switch focus ring. Completes the -boolean/choice form-control family (Checkbox → Switch → Radio). Compound -(group + item) because the selection semantics live on the group. Label-less by -design (D11): pair the group with a `