You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[WB-1814.6] Refactor Link to use semantic colors (#2464)
Next step is to refactor the `Link` component to use semantic colors.
Besides the migration, this PR also includes the following changes:
- Reworked the theme structure to make it closer to the semanticColor structure.
- Updated stories to use the new semantic colors.
### Implementation plan:
1. #2439
2. #2440
3. #2441
4. #2446
5. #2449
6. Link (current PR)
7. Modal
8. Popover, Tooltip
9. Pill
10. Clickable, Toolbar
Issue: WB-1814
## Test plan:
Verify that the Chromatic snapshots are unchanged.
URL: `/?path=/story/packages-link-link-all-variants--default`
Author: jandrade
Reviewers: jandrade, beaesguerra
Required Reviewers:
Approved By: beaesguerra
Checks: ✅ Chromatic - Get results on regular PRs (ubuntu-latest, 20.x), ✅ Test / Test (ubuntu-latest, 20.x, 2/2), ✅ Test / Test (ubuntu-latest, 20.x, 1/2), ✅ Lint / Lint (ubuntu-latest, 20.x), ✅ Check build sizes (ubuntu-latest, 20.x), ✅ Publish npm snapshot (ubuntu-latest, 20.x), ✅ Chromatic - Build and test on regular PRs / chromatic (ubuntu-latest, 20.x), ✅ Check for .changeset entries for all changed files (ubuntu-latest, 20.x), ⏭️ Chromatic - Skip on Release PR (changesets), ✅ Prime node_modules cache for primary configuration (ubuntu-latest, 20.x), ⏭️ dependabot, ✅ gerald
Pull Request URL: #2464
Internal `Link` refactor to use `semanticColor` tokens intead of `color`. Also moved the link colors to an object to prepare this for an upcoming theme integration"
0 commit comments