From fd26c25c432a766a68486723ab18b440de7f58ac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 15:48:58 +0000 Subject: [PATCH] chore: version packages --- .changeset/switch-atom.md | 11 ----------- CHANGELOG.md | 12 ++++++++++++ examples/saas-demo/CHANGELOG.md | 7 +++++++ examples/saas-demo/package.json | 2 +- package.json | 2 +- 5 files changed, 21 insertions(+), 13 deletions(-) delete mode 100644 .changeset/switch-atom.md diff --git a/.changeset/switch-atom.md b/.changeset/switch-atom.md deleted file mode 100644 index b4b63f1..0000000 --- a/.changeset/switch-atom.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'@code-sherpas/pharos-react': minor ---- - -Add `Switch`, a single on/off toggle (the shadcn Switch contract) over Base -UI's `Switch` — `role="switch"`, Space to toggle, and the shared Button / Input -/ Checkbox focus ring. Sibling to `Checkbox` in the boolean form-control -family: same `checked` / `onCheckedChange` / `disabled` API, no third -`indeterminate` state (a toggle is binary). Label-less by design (D11): pair -with a `