-
Notifications
You must be signed in to change notification settings - Fork 48
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
Add "color" prefix to color tokens and fix misnaming of typography tokens #2152
Conversation
🦋 Changeset detectedLatest commit: f00a29c The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
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 |
4ff6701
to
40d799a
Compare
Chromatic Report🚀 Congratulations! Your build was successful! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2152 +/- ##
=======================================
Coverage 86.63% 86.63%
=======================================
Files 126 126
Lines 2656 2656
Branches 787 791 +4
=======================================
Hits 2301 2301
Misses 326 326
Partials 29 29 ☔ View full report in Codecov by Sentry. |
40d799a
to
cd7a8a7
Compare
cd7a8a7
to
91b0149
Compare
7ae5785
to
6fc1794
Compare
@yangwooseong #2138 에서 잘못 제거되었던 bg/darkest 토큰들을 다시 추가했습니다. (fg/darkest 만 제거되어야 함) |
This PR was opened by the [Changesets release](https://github.com/changesets/action) 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 ## @channel.io/[email protected] ### Patch Changes - Fixes an issue where injecting `className` into `FormLabel`, `FormHelperText` inside a `FormControl` does not apply styles correctly. ([#2156](#2156)) by @sungik-choi - Updated dependencies - @channel.io/[email protected] ## @channel.io/[email protected] ### Patch Changes - Add "color" prefix to alpha color tokens and fix misnaming of alpha font/typography tokens. ([#2152](#2152)) by @sungik-choi ## [email protected] ### Patch Changes - Updated dependencies - @channel.io/[email protected] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This PR was opened by the [Changesets release](https://github.com/changesets/action) 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. - Fixes an issue where injecting `className` into `FormLabel`, `FormHelperText` inside a `FormControl` does not apply styles correctly. ([channel-io#2156](channel-io#2156)) by @sungik-choi - Updated dependencies - @channel.io/[email protected] - Add "color" prefix to alpha color tokens and fix misnaming of alpha font/typography tokens. ([channel-io#2152](channel-io#2152)) by @sungik-choi - Updated dependencies - @channel.io/[email protected] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This PR was opened by the [Changesets release](https://github.com/changesets/action) 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. - Fixes an issue where injecting `className` into `FormLabel`, `FormHelperText` inside a `FormControl` does not apply styles correctly. ([channel-io#2156](channel-io#2156)) by @sungik-choi - Updated dependencies - @channel.io/[email protected] - Add "color" prefix to alpha color tokens and fix misnaming of alpha font/typography tokens. ([channel-io#2152](channel-io#2152)) by @sungik-choi - Updated dependencies - @channel.io/[email protected] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Self Checklist
Summary
Add "color" prefix to color tokens and fix misnaming of typography tokens
Details
Breaking change? (Yes/No)
No
References