Skip to content

Conversation

@tenphi
Copy link
Member

@tenphi tenphi commented Jul 24, 2025

No description provided.

@changeset-bot
Copy link

changeset-bot bot commented Jul 24, 2025

🦋 Changeset detected

Latest commit: f05f3b7

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

@vercel
Copy link

vercel bot commented Jul 24, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
cube-ui-kit ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 25, 2025 3:13pm
cube-ui-kit-cursor ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 25, 2025 3:13pm

@github-actions
Copy link
Contributor

github-actions bot commented Jul 24, 2025

📦 NPM canary release

Deployed canary version 0.0.0-canary-8262e57.

@github-actions
Copy link
Contributor

github-actions bot commented Jul 24, 2025

🏋️ Size limit report

Name Size Passed?
All 272.52 KB (+0.11% 🔺) Yes 🎉
Tree shaking (just a Button) 21.78 KB (+0.09% 🔺) Yes 🎉
Tree shaking (just an Icon) 11.41 KB (0% 🟰) Yes 🎉

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

@github-actions
Copy link
Contributor

github-actions bot commented Jul 24, 2025

🧪 Storybook is successfully deployed!

position: 'relative',
gridAreas: '"prefix input suffix"',
gridColumns: 'auto 1fr auto',
gridColumns: 'auto 1sf auto',
Copy link

Choose a reason for hiding this comment

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

Bug: Invalid CSS Grid Unit Causes Layout Issues

The gridColumns property was incorrectly set to 'auto 1sf auto'. The value 1sf is an invalid CSS grid unit and should be 1fr (fractional unit) to properly distribute available space.

Locations (1)

Fix in CursorFix in Web

</div>
</div>
</div>
)}
Copy link

Choose a reason for hiding this comment

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

Bug: Search Icon Missing When Not Loading

The FilterListBox no longer displays a search icon when not in a loading state. This is because the SearchIcon import was removed, and the icon's container is now only rendered when isLoading is true. Additionally, the LoadingIcon's rendering logic within this container is redundant, as it re-checks isLoading inside an already isLoading-conditional block.

Locations (1)

Fix in CursorFix 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