Skip to content

Conversation

@tenphi
Copy link
Member

@tenphi tenphi commented Jan 30, 2026

Note

Medium Risk
Medium risk due to a public prop rename (showActionsOnHoverautoHideActions) 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: true now emits transparent (including via tokens prop and global configure()), while false skips the token entirely.

Renames the hover-actions API from showActionsOnHover to autoHideActions across Item, ItemButton, and Tabs, 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., TabList element selector, file-tab selection shadow/border behavior, scrollbar selector fixes, and reduced LayoutPanel z-index), and updates test setup to suppress jsdom @container rule warnings.

Written by Cursor Bugbot for commit 8bd40a6. This will update automatically on new commits. Configure here.

@vercel
Copy link

vercel bot commented Jan 30, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
cube-ui-kit Ready Ready Preview, Comment Feb 2, 2026 3:41pm
cube-ui-kit-cursor Ready Ready Preview, Comment Feb 2, 2026 3:41pm

Request Review

@changeset-bot
Copy link

changeset-bot bot commented Jan 30, 2026

🦋 Changeset detected

Latest commit: 8bd40a6

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@cube-dev/ui-kit Minor

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

@github-actions
Copy link
Contributor

github-actions bot commented Jan 30, 2026

📦 NPM canary release

Deployed canary version 0.0.0-canary-7a1d409.

@github-actions
Copy link
Contributor

github-actions bot commented Jan 30, 2026

🧪 Storybook is successfully deployed!

@github-actions
Copy link
Contributor

github-actions bot commented Jan 30, 2026

🏋️ Size limit report

Name Size Passed?
All 378.5 KB (+0.06% 🔺) Yes 🎉
Tree shaking (just a Button) 57.8 KB (+0.12% 🔺) Yes 🎉
Tree shaking (just tasty) 34.18 KB (+0.19% 🔺) Yes 🎉

Click here if you want to find out what is changed in this build

Copy link

@cursor cursor bot left a 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';
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unused import TrashIcon in TabPicker

Low Severity

TrashIcon is imported but never used. The delete action icon was changed to CloseIcon, but TrashIcon was not removed from the import statement.

Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants