You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RadioGroup:
- Arrow key now selects on move (WAI-ARIA APG radio group pattern)
- Removed redundant role="radiogroup" on inner div (fieldset suffices)
- Removed redundant role="radio" on native radio inputs
ComboBox:
- aria-controls persists when listbox is closed (WAI-ARIA 1.2)
- Added htmlFor on label element for native label association
- Fixed premium wrapper: span→div to avoid inline wrapping block
ColorInput:
- Added SL area keyboard navigation (arrow keys adjust S/L by 1%)
- Added focus management when popover opens
- Added htmlFor on label element
OtpInput:
- Fixed autoFocus: useEffect approach instead of HTML attribute
(reliable for conditionally-rendered components)
- Lite digit aria-label now includes "of N" total count
FormInput:
- Fixed icon="search" string bug → <Icon name="search" size="sm" />
- Fixed Premium tier bundle size numbers in tier card
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments