Skip to content

Commit

Permalink
Release 2.9.0 (#72)
Browse files Browse the repository at this point in the history
* Breadcrumbs text color update (#70)

* Breadcrumbs color tokens update

* New token values for 'subtle' background tokens

---------

Co-authored-by: Jaalah Ramos <125309814+jaalah-akamai@users.noreply.github.com>

* bump version to 2.9.0 (#71)

---------

Co-authored-by: Davyd Melkon <131438868+davyd-akamai@users.noreply.github.com>
Co-authored-by: Jaalah Ramos <125309814+jaalah-akamai@users.noreply.github.com>
  • Loading branch information
3 people authored Dec 6, 2024
1 parent c9ede1c commit dd1f3cc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
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.8.0",
"version": "2.9.0",
"type": "module",
"module": "dist/index.js",
"exports": {
Expand Down
8 changes: 4 additions & 4 deletions tokens/alias/light.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,19 +197,19 @@
"description": "Use only for a global header and global footer background"
},
"negativesubtle": {
"value": "{global.color.red.10}",
"value": "{global.color.red.20}",
"type": "color"
},
"warningsubtle": {
"value": "{global.color.amber.10}",
"value": "{global.color.amber.20}",
"type": "color"
},
"positivesubtle": {
"value": "{global.color.green.10}",
"value": "{global.color.green.20}",
"type": "color"
},
"informativesubtle": {
"value": "{global.color.ultramarine.10}",
"value": "{global.color.ultramarine.20}",
"type": "color"
},
"neutralsubtle": {
Expand Down
10 changes: 5 additions & 5 deletions tokens/components/breadcrumb/breadcrumb.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,25 @@
},
"appTitle": {
"text": {
"value": "{alias.content.text.link.default}",
"value": "{alias.content.text.primary.default}",
"type": "color"
}
},
"default": {
"text": {
"value": "{alias.content.text.link.default}",
"value": "{alias.content.text.primary.default}",
"type": "color"
}
},
"truncated": {
"text": {
"value": "{alias.content.text.link.default}",
"value": "{alias.content.text.primary.default}",
"type": "color"
}
},
"lastItem": {
"text": {
"value": "{alias.content.text.primary.default}",
"value": "{alias.content.text.secondary.default}",
"type": "color"
}
},
Expand All @@ -45,7 +45,7 @@
},
"withDropdown": {
"text": {
"value": "{alias.content.text.link.default}",
"value": "{alias.content.text.primary.default}",
"type": "color"
},
"icon": {
Expand Down

0 comments on commit dd1f3cc

Please sign in to comment.