@ptlm-azulejo/segmented-control 0.0.1-alpha.23 → 0.0.1-alpha.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -13,3 +13,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
13
13
 
14
14
  - Remove redundant type and pattern comments; keep prop JSDoc for Storybook.
15
15
  - Drop Nuxt UI reference from Storybook `ui` argType description.
16
+ - Fix keyboard roving tabindex when the first segment or current selection is disabled.
17
+ - Move focus to the newly selected segment after arrow/Home/End navigation.
18
+ - Guard empty `items` (no invalid grid template, hide sliding indicator).