-
Notifications
You must be signed in to change notification settings - Fork 53
Add v3 tokens and migrate bezier-react components #2764
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
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
3f529bb
Enter prerelease mode (#2732)
timok1m 36d94eb
Add v3 tokens with --beta prefix (#2733)
timok1m e5a813e
ci(changesets): version packages (beta) (#2734)
ch-devops-read b0688a8
Update stylelint to cover v3 token (#2735)
timok1m 3b1a4a8
Migrate style tokens to beta tokens (#2737)
timok1m b980db7
ci(changesets): version packages (beta) (#2736)
ch-devops-read 68c55e3
fix(bezier-react): remove unnecessary migration files and revert buil…
timok1m 765b07a
Add changeset to publish 3.5.2-beta.2 (#2740)
timok1m a8ba392
ci(changesets): version packages (beta) (#2741)
ch-devops-read e1b8b0c
fix(stylelint-bezier): validate only v3 tokens to detect migration om…
timok1m bd5a846
ci(changesets): version packages (beta) (#2743)
ch-devops-read dc2d849
Update dark mode colors for text-success and text-warning (#2745)
timok1m c38be48
fix(bezier-react): include exact prefix match in StartsWithPrefix typ…
timok1m 6c73028
Modify bezier-react to exports beta-tokens (#2747)
timok1m 620cb58
ci(changesets): version packages (beta) (#2746)
ch-devops-read ee27517
fix(style): handle 'surface' token correctly in betaTokenCssVar (#2748)
timok1m 2f5f00a
Add beta prefix to beta-tokens types to resolve naming conflicts (#2750)
timok1m ed9b41c
Remove unused 42-p, 100-p dimension tokens (#2752)
timok1m 9302489
Add BetaTokenProvider, useBetaTokens and migrate the codebase (#2751)
timok1m 4e10413
Replace token-based radius with hardcoded value (#2753)
timok1m a382e67
ci(changesets): version packages (beta) (#2749)
ch-devops-read f8572f2
Remove BetaTokens namespace to allow direct use of required types (#2…
timok1m 9cc674f
ci(changesets): version packages (beta) (#2755)
ch-devops-read d3519ec
fix: Update v3 token name from with 'beta' prefix to with no prefix (…
timok1m 474f113
ci(changesets): version packages (beta) (#2757)
ch-devops-read 5027a13
fix(bezier-react): fix button's hovered state styling (#2758)
timok1m 8b0fdd3
ci(changesets): version packages (beta) (#2759)
ch-devops-read 5156681
Add text-accent-olive token, and update BetaBackgroundSemanticColor t…
timok1m a9b2765
ci(changesets): version packages (beta) (#2766)
wes5510 fd1a0a9
Add invese color tokens and update grey-\* color value and Update bez…
timok1m bf3d06c
ci(changesets): version packages (beta) (#2768)
wes5510 269d96c
Update token values for dark mode visibility and edit Button componen…
timok1m 74103ea
ci(changesets): version packages (beta) (#2770)
wes5510 ef57771
Edit bezier-react's props and stylelint to maintain backward compatib…
timok1m 3f59b79
fix(stylelint-bezier): edit flattenAlphaToken using flattenBetaToken …
timok1m f57f324
ci(changesets): version packages (beta) (#2772)
wes5510 8e741ca
chore: remove pre.json after exiting prerelease mode (#2774)
timok1m File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| --- | ||
| '@channel.io/stylelint-bezier': minor | ||
| '@channel.io/bezier-tokens': minor | ||
| '@channel.io/bezier-react': minor | ||
| --- | ||
|
|
||
| Add V3 bezier tokens and update bezier components allow to use V3 tokens. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
오타: "invese"는 "inverse"로 수정해야 합니다.
✏️ 오타 수정
📝 Committable suggestion
🤖 Prompt for AI Agents