-
Notifications
You must be signed in to change notification settings - Fork 7
feat(Tabs): styling #993
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
feat(Tabs): styling #993
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🦋 Changeset detectedLatest commit: 8bd40a6 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
📦 NPM canary releaseDeployed canary version 0.0.0-canary-7a1d409. |
🧪 Storybook is successfully deployed!
|
🏋️ Size limit report
Click here if you want to find out what is changed in this build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
| @@ -1,4 +1,4 @@ | |||
| import { MoreIcon, TrashIcon } from '../../../icons'; | |||
| import { CloseIcon, MoreIcon, TrashIcon } from '../../../icons'; | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.


Note
Medium Risk
Medium risk due to a public prop rename (
showActionsOnHover→autoHideActions) across Item/ItemButton/Tabs and multiple styling/layout tweaks that may change action visibility, spacing, and tab appearance.Overview
Adds boolean handling for tasty color tokens:
#token: truenow emitstransparent(including viatokensprop and globalconfigure()), whilefalseskips the token entirely.Renames the hover-actions API from
showActionsOnHovertoautoHideActionsacrossItem,ItemButton, andTabs, updating stories/docs and adjusting the underlying action-visibility logic/mods (including wrapper-based action rendering, padding restoration when hidden, and smaller action sizing).Refines Tabs/Layout styling selectors and visuals (e.g.,
TabListelement selector, file-tab selection shadow/border behavior, scrollbar selector fixes, and reducedLayoutPanelz-index), and updates test setup to suppress jsdom@containerrule warnings.Written by Cursor Bugbot for commit 8bd40a6. This will update automatically on new commits. Configure here.