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.
Minor Changes
#968b1322fdc Thanks @tenphi! - Added drag-and-drop reordering and inline editing capabilities to Tabs component. Tabs can now be reordered by dragging, and tab titles can be edited inline by double-clicking. Added showTabPicker prop to display a dropdown menu for quick tab navigation when tabs overflow. Added TabType and TabSize type exports. Improved tab indicator positioning and state management. Added disabled state support to Item and ItemButton components.
Patch Changes
#97108fa1670 Thanks @tenphi! - Fixed inset, padding, and margin style handlers to correctly assign values to directions in the order they appear. Previously, inset: 'right 1x top 0' would incorrectly map values based on direction position rather than input order. Now values are correctly assigned: first value to first direction, second value to second direction, etc.