Skip to content

Commit

Permalink
Fix octal design token issue (#50) (#51)
Browse files Browse the repository at this point in the history
Co-authored-by: Jaalah Ramos <jaalah.ramos@gmail.com>
  • Loading branch information
jaalah-akamai and jaalah authored Jul 22, 2024
1 parent fabfff1 commit 3d89ef3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@linode/design-language-system",
"version": "2.5.0",
"version": "2.5.1",
"type": "module",
"module": "dist/index.js",
"exports": {
Expand Down
16 changes: 8 additions & 8 deletions tokens/alias/light.json
Original file line number Diff line number Diff line change
Expand Up @@ -1281,6 +1281,10 @@
},
"monochromatic": {
"default": {
"5": {
"value": "{global.color.ultramarine.5}",
"type": "color"
},
"10": {
"value": "{global.color.ultramarine.10}",
"type": "color"
Expand Down Expand Up @@ -1316,13 +1320,13 @@
"100": {
"value": "{global.color.ultramarine.100}",
"type": "color"
},
"05": {
"value": "{global.color.ultramarine.5}",
"type": "color"
}
},
"danger": {
"5": {
"value": "{global.color.red.5}",
"type": "color"
},
"10": {
"value": "{global.color.red.10}",
"type": "color"
Expand Down Expand Up @@ -1358,10 +1362,6 @@
"100": {
"value": "{global.color.red.100}",
"type": "color"
},
"05": {
"value": "{global.color.red.5}",
"type": "color"
}
}
},
Expand Down

0 comments on commit 3d89ef3

Please sign in to comment.