Minor changes
- 4b9a4dc
Allow Select and Combobox triggers to compose directly with
Toolbar.ButtonandToolbar.Inputthrough theirrenderprops, adding grouped styling and arrow-key focus management while preserving regularSelect.*andCombobox.*APIs.Deprecate Toolbar's configurable
sizeprop and size metadata exports. They remain functional for compatibility; omittingsizecontinues to use the base size.
Patch changes
- 65db2e6
Forward link-specific props in Tabs and Sidebar so link-rendered tabs can opt out of native button semantics, and Sidebar link buttons preserve attributes like
aria-current. - 0c58325
Expose all positioner props on Combobox.Content (
anchor,positionMethod,collisionAvoidance,collisionBoundary,collisionPadding,sticky,disableAnchorTracking). - 528d5ff
Populate InputArea props in component registry so the docs API reference table renders correctly
- 75c3b14
Fix Sidebar peeking state during SlidingViews transitions.
- 1d9b588
Fix Tabs overflow controls when tabs are removed and the remaining tabs fit.