-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
feat: updated design-tokens to v4 #9845
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@metamask/design-tokens@2.0.0 |
👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎ This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
@SocketSecurity ignore npm/@metamask/design-tokens@2.0.0 |
Bitrise✅✅✅ Commit hash: d21b2a0 Note
|
Quality Gate passedIssues Measures |
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.
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.
LGTM. For those reviewing, just filter out the snapshot files
Description
This PR seeks to update the
@metamask/design-tokens
repo to v4. All changes noted in the migration doc has been factored in this PR.Related issues
Fixes: #9807
Manual testing steps
Screenshots/Recordings
Before
After
brandColors.white000
being replaced withbrandColors.white
brandColors.white000
being replaced withbrandColors.white
, orbrandColors.black000
being replaced withbrandColors.black
ButtonIcon
component replacement due to disabled colors being deprecatedLedgerConnect
changes due tobrandColors.white000
being replaced withbrandColors.white
AndroidMediaPlayer
changes due tobrandColors.white000
being replaced withbrandColors.white
FiatOnTestnetsFriction
changes due towarning.alternative
being deprecated. Updated icon towarning.default
SliderButton
changes due toprimary.shadow
being changed toshadow.primary
Pre-merge author checklist
Pre-merge reviewer checklist