-
Notifications
You must be signed in to change notification settings - Fork 12
[hack25-darkmode] Migrate color to semantiColor in __docs__ folder #2853
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: c62d629 The changes in this PR will be included in the next version bump. This PR includes changesets to release 0 packagesWhen changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types 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 |
|
Size Change: 0 B Total Size: 109 kB ℹ️ View Unchanged
|
A new build was pushed to Chromatic! 🚀https://5e1bf4b385e3fb0020b7073c-kqiwiiskta.chromatic.com/ Chromatic results:
|
GeraldRequired Reviewers
Don't want to be involved in this pull request? Comment |
npm Snapshot: Published🎉 Good news!! We've packaged up the latest commit from this PR (13e978a) and published all packages with changesets to npm. You can install the packages in ./dev/tools/deploy_wonder_blocks.js --tag="PR2853"Packages can also be installed manually by running: pnpm add @khanacademy/wonder-blocks-<package-name>@PR2853 |
marcysutton
left a comment
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.
Thanks for updating the docs! I left one question about a disabled token on examples that aren't disabled...otherwise looks good to me!
|
|
||
| item: { | ||
| background: color.offBlack32, | ||
| background: semanticColor.core.background.disabled.strong, |
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.
This story doesn't appear to have disabled characteristics...should it use a disabled token?
Summary:
Migrated all the
colorinstances in the__docs__folder tosemantiColor.This was the result of the WB codemod created for this task.
Issue: "none"
Test plan:
Verify that the changes make sense and that nothing breaks from this. There
might be slight changes in the stories, but component styles shouldn't have
changed.