Skip to content

Conversation

@tenphi
Copy link
Member

@tenphi tenphi commented Nov 18, 2025

Describe changes

Checklist

Before taking this PR from the draft, please, make sure you have done the following:

  • Pipeline is passed
  • Tests are added (including unit tests and stories in the storybook)
  • Tests are passed successfully
  • If you're adding a new component/new props, add stories that describe how this component/prop works
  • Changeset(s) is(are) added
  • You have passed the threshold of the library size
  • Commit message follows commit guidelines

Closes: N/A

Other information


Note

Removes responsive style arrays and breakpoint handling across the library, refactoring tasty rendering, APIs, docs, and tests accordingly.

  • Core (tasty):
    • Remove responsive arrays/media-query generation; renderStyles now ignores breakpoints and simplifies rule materialization.
    • Delete BreakpointsProvider and utils/responsive; drop all breakpoint/zones logic and related types (GlobalTastyProps, ResponsiveStyleValue).
    • Update types to use StyleValue/StyleValueStateMap and StylePropValue; adjust public exports.
  • Components:
    • Root: stop passing breakpoints to Provider.
    • Provider: remove breakpoints prop/context; no BreakpointsProvider wrapping.
    • Text: replace ResponsiveStyleValue props with StylePropValue for italic and transform.
  • Docs:
    • Strip responsive styling guidance/examples from Tasty.docs.mdx.
  • Tests:
    • Remove responsive/breakpoint-related tests; update snapshots and tasty global style tests to new non-responsive behavior.

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

@changeset-bot
Copy link

changeset-bot bot commented Nov 18, 2025

⚠️ No Changeset found

Latest commit: 57d42ae

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link

vercel bot commented Nov 18, 2025

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

Project Deployment Preview Comments Updated (UTC)
cube-ui-kit Ready Ready Preview Comment Nov 18, 2025 4:15pm
cube-ui-kit-cursor Ready Ready Preview Comment Nov 18, 2025 4:15pm

@github-actions
Copy link
Contributor

📦 NPM canary release

Deployed canary version 0.0.0-canary-1bcd6b2.

@github-actions
Copy link
Contributor

🏋️ Size limit report

Name Size Passed?
All 295.57 KB (-0.46% 🔽👏) Yes 🎉
Tree shaking (just a Button) 32.15 KB (-3.55% 🔽👏) Yes 🎉
Tree shaking (just an Icon) 19.4 KB (-5.8% 🔽👏) Yes 🎉

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

@github-actions
Copy link
Contributor

🧪 Storybook is successfully deployed!

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