-
Notifications
You must be signed in to change notification settings - Fork 12
[hack25] EXPERIMENT: Create initial transform to convert color to semanticColor.core tokens #2847
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
base: feature/dark-mode
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: f8e6d3a The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
GeraldRequired Reviewers
Don't want to be involved in this pull request? Comment |
|
Size Change: 0 B Total Size: 109 kB ℹ️ View Unchanged
|
npm Snapshot: Published🎉 Good news!! We've packaged up the latest commit from this PR (56a428f) and published all packages with changesets to npm. You can install the packages in ./dev/tools/deploy_wonder_blocks.js --tag="PR2847"Packages can also be installed manually by running: pnpm add @khanacademy/wonder-blocks-<package-name>@PR2847 |
A new build was pushed to Chromatic! 🚀https://5e1bf4b385e3fb0020b7073c-xdfosslfyw.chromatic.com/ Chromatic results:
|
…`semanticColor.core` instances
f96c512 to
2485d87
Compare
Summary:
This codemod adds an initial transform to convert color tokens to
semanticColor.core tokens in our codebase. The transform scans through
the code files and replaces instances of color tokens with their
mappings.
Issue: "none"
Test plan:
Wait until the Snapshot release job passes.
Then run the codemod locally using the following command:
Verify the output to ensure that color tokens have been correctly replaced
with semanticColor.core tokens according to the defined mappings.