ECHOES-1295 Adapt build system to the new brand/mode structure#678
Open
jeremy-davis-sonarsource wants to merge 2 commits intomainfrom
Open
ECHOES-1295 Adapt build system to the new brand/mode structure#678jeremy-davis-sonarsource wants to merge 2 commits intomainfrom
jeremy-davis-sonarsource wants to merge 2 commits intomainfrom
Conversation
✅ Deploy Preview for echoes-react ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
71b71cf to
4d0ea76
Compare
4d0ea76 to
d0e062d
Compare
SummaryArchitecture change: Migrate from layer-based to brand/mode-based token structure This PR restructures the design token system to support multiple brands and better separation of concerns:
All token files under What reviewers should knowWhere to start:
Key decisions:
Testing notes:
|
d0e062d to
2ad29be
Compare
2ad29be to
5d646a1
Compare
5d646a1 to
67b7bd2
Compare
67b7bd2 to
9ff9338
Compare
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.





Only three breaking changes (token renames):
echoes-color-support-black=>echoes-color-roles-support-blackechoes-color-support-white=>echoes-color-roles-support-whiteechoes-color-support-transparent=>echoes-color-roles-support-transparentFirst commit is a squash of marcio/token-consistency.
Second is the script changes.