-
Notifications
You must be signed in to change notification settings - Fork 47
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
Remove alpha dimension token & Add alpha radius token #2540
Conversation
🦋 Changeset detectedLatest commit: d02be38 The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 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 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2540 +/- ##
=======================================
Coverage 82.31% 82.31%
=======================================
Files 143 143
Lines 2985 2985
Branches 923 919 -4
=======================================
Hits 2457 2457
+ Misses 523 497 -26
- Partials 5 31 +26 ☔ View full report in Codecov by Sentry. |
Chromatic Report🚀 Congratulations! Your build was successful! |
'@channel.io/bezier-tokens': minor | ||
--- | ||
|
||
The alpha version dimension token is removed. The alpha version radius token is added. |
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.
- alpha 토큰 변경사항은 항상 patch bump 로 생각했는데 그게 아닌가요?
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.
실수했네요..!
"value": "20px", | ||
"type": "dimension" | ||
}, | ||
"32": { |
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.
워크플로우쪽 사이드 프리뷰에서 dimension-30 을 쓰고 있는 부분이 있는데 아마 32의 오타 인것 같아서 확인해보면 좋을것 같아요. 전화 프리뷰의 radius 는 30px이고 아닌 경우는 32px로 되어있네요
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] ### Minor Changes - Update icons ([#2545](#2545)) by @ch-builder Modified - arrow-left-up-small.svg - arrow-up.svg - chevron-right-double.svg - naver-talktalk.svg Added - chevron-down-bold.svg - chevron-left-bold.svg - chevron-right-bold.svg - chevron-up-bold.svg ## @channel.io/[email protected] ### Patch Changes - If disabled is not passed from Button's props, disabled follows loading ([#2510](#2510)) by @jintak0401 - Updated dependencies - @channel.io/[email protected] ## @channel.io/[email protected] ### Patch Changes - The alpha version dimension token is removed. The alpha version radius token is added. ([#2540](#2540)) by @sungik-choi ## @channel.io/[email protected] ### Patch Changes - Updated dependencies - @channel.io/[email protected] ## [email protected] ### Patch Changes - Updated dependencies - @channel.io/[email protected] - @channel.io/[email protected] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Self Checklist
Related Issue
Summary
Remove alpha dimension token & Add alpha radius token
Details
Breaking change? (Yes/No)
No (alpha version)
References