Skip to content

Commit

Permalink
chore: updated js variables based on updated json (#709)
Browse files Browse the repository at this point in the history
* feat: updated js tokens based on updated json

* refactor: updated migration doc

* feat: added deprecated tokens

* refactor: removed deprecated tokens and updated tests

* refactor: updated migration doc

* refactor: removed addition language in migration doc

* feat: readded overlay inverse back in js tokens

* docs: updating migration docs to include js updates

* fix: adding removed heading back

---------

Co-authored-by: georgewrmarshall <george.marshall@consensys.net>
  • Loading branch information
brianacnguyen and georgewrmarshall authored May 30, 2024
1 parent 4e66c65 commit ffc4242
Show file tree
Hide file tree
Showing 13 changed files with 590 additions and 1,569 deletions.
42 changes: 40 additions & 2 deletions MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,32 @@ In this version, significant updates have been made to color tokens, including m
#### JS

```
TBC
### Brand colors
brandColor.grey750
brandColor.violet300
brandColor.white010
### Theme colors
colors.primary.disabled
colors.secondary.default
colors.secondary.alternative
colors.secondary.muted
colors.secondary.inverse
colors.secondary.disabled
colors.error.disabled
colors.warning.alternative
colors.warning.disabled
colors.success.alternative
colors.success.disabled
colors.info.alternative
colors.info.disabled
colors.networks.goerli.default
colors.networks.goerli.inverse
colors.networks.localhost.default
colors.networks.localhost.inverse
colors.networks.sepolia.default
colors.networks.sepolia.inverse
```

### Changed
Expand All @@ -77,7 +102,20 @@ TBC
#### JS

```
TBC
### Brand colors
brandColor.grey030 modified to brandColor.grey025
brandColor.grey040 modified to brandColor.grey050
brandColor.blue000 modified to brandColor.blue025
brandColor.green000 modified to brandColor.green025
brandColor.red000 modified to brandColor.red025
brandColor.yellow000 modified to brandColor.yellow025
brandColor.orange000 modified to brandColor.orange025
brandColor.white000 modified to brandColor.white
brandColor.black000 modified to brandColor.black
### Theme colors
colors.primary.shadow modified to colors.shadow.primary
colors.error.shadow modified to colors.shadow.primary
```

## From version 2.1.1 to 3.0.0
Expand Down
Loading

0 comments on commit ffc4242

Please sign in to comment.