v0.138.5
Patch Changes
-
#1176
80a44921Thanks @tenphi! -Tabs: keep the inline rename input mounted when triggered from the tab menu. Previously the Menu popover's<FocusScope restoreFocus>would yank focus back to the trigger as soon as the menu started closing, fireInlineInput'ssubmitOnBlur, and unmount the input the user just opened — so clicking "Rename" appeared to do nothing.InlineInputnow ignores blurs that happen within ~500ms of a programmaticstartEditing()call (cleared on the first user keystroke).TabButtonalso retries focusing the input across the menu's exit transition as a belt-and-suspenders defense. -
#1174
6aa0a511Thanks @tenphi! - Add a new#surface-4neutral token and use it as the container background for radio-style tabs.This updates both
TabsandRadioGrouptabs mode to the new surface depth and registers the token in type and editor token metadata.