-
Notifications
You must be signed in to change notification settings - Fork 129
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
Version Packages #1968
Version Packages #1968
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov Report
@@ Coverage Diff @@
## main #1968 +/- ##
=======================================
Coverage 91.75% 91.75%
=======================================
Files 173 173
Lines 3577 3577
Branches 1213 1213
=======================================
Hits 3282 3282
Misses 275 275
Partials 20 20 |
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.
I'll handle the version tweaks+release in here
00008d5
to
9acb162
Compare
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.
All good now
Oops we hit the Chromatic limit. Merging |
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@sumup/[email protected]
Minor Changes
#1944
5e1bbb6a
Thanks @connor-baer! - Migrated all components to use the new semantic color tokens. There are minor visual differences between colors. You will also notice the change in snapshots.#1944
5e1bbb6a
Thanks @connor-baer! - Added a new--cui-bg-elevated
color token to use as background for elevated elements such as modals, popovers, etc.#1944
5e1bbb6a
Thanks @connor-baer! - Adapted the warning state of form componentsvalidationHint
to the new color tokens. Both the warning icon and copy are now orange with the default Circuit UI theme.#1944
5e1bbb6a
Thanks @connor-baer! - Adjusted the Avatar component's design to work with new semantic color tokens.Patch Changes
5e1bbb6a
Thanks @connor-baer! - Fixed the ImageInput component's disabled state.@sumup/[email protected]
Minor Changes
197f6851
Thanks @connor-baer! - Deprecated the legacy color tokens. Migrate to semantic color tokens instead: refer to the Figma documentation (internal link) for context. The new tokens are available as CSS custom properties, listed in the Circuit UI theme documentation.