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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Patch Changes
Support semantic beta item roots with stricter link typing. BaseItem can render anchors and buttons from its own props, DropdownMenuItem renders as an anchor when href is provided while staying role-based by default, link branches allow anchor click interception with href, and item-like components can opt into string content line clamping through contentMaxLines. (#2880) by @timok1m
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Minor Changes
Add beta NavigationList components and align item-like beta rows on BaseItem. (#2872) by @timok1m
Add shared beta BaseGroupLabel styles and expose group label variants across Section, CollapsibleSection, DropdownMenu, Select, and MultiSelect. (#2874) by @timok1m