Skip to content
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

chore(tokens): use [email protected] #3497

Merged
merged 1 commit into from
Jan 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/tame-wasps-shake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@spectrum-css/tokens": patch
---

Uses the latest releases from Spectrum Tokens ([email protected])
1 change: 1 addition & 0 deletions tokens/dist/css/global-vars.css
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,7 @@
--spectrum-gradient-stop-2-premium: 0.6666;
--spectrum-gradient-stop-3-premium: 1;
--spectrum-window-to-edge: var(--spectrum-spacing-600);
--spectrum-component-size-maximum-perspective-down: 96px;
--spectrum-accent-color-100: var(--spectrum-blue-100);
--spectrum-accent-color-200: var(--spectrum-blue-200);
--spectrum-accent-color-300: var(--spectrum-blue-300);
Expand Down
1 change: 1 addition & 0 deletions tokens/dist/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -1479,6 +1479,7 @@
--spectrum-gradient-stop-2-premium: 0.6666;
--spectrum-gradient-stop-3-premium: 1;
--spectrum-window-to-edge: var(--spectrum-spacing-600);
--spectrum-component-size-maximum-perspective-down: 96px;
--spectrum-accent-color-100: var(--spectrum-blue-100);
--spectrum-accent-color-200: var(--spectrum-blue-200);
--spectrum-accent-color-300: var(--spectrum-blue-300);
Expand Down
1 change: 1 addition & 0 deletions tokens/dist/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -1479,6 +1479,7 @@
--spectrum-gradient-stop-2-premium: 0.6666;
--spectrum-gradient-stop-3-premium: 1;
--spectrum-window-to-edge: var(--spectrum-spacing-600);
--spectrum-component-size-maximum-perspective-down: 96px;
--spectrum-accent-color-100: var(--spectrum-blue-100);
--spectrum-accent-color-200: var(--spectrum-blue-200);
--spectrum-accent-color-300: var(--spectrum-blue-300);
Expand Down
2 changes: 1 addition & 1 deletion tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"package.json"
],
"devDependencies": {
"@adobe/spectrum-tokens": "13.0.0-beta.55",
"@adobe/spectrum-tokens": "13.0.0-beta.56",
"@nxkit/style-dictionary": "^6.0.0",
"@spectrum-tools/postcss-rgb-mapping": "workspace:^",
"postcss": "^8.5.0",
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,13 @@ __metadata:
languageName: node
linkType: hard

"@adobe/spectrum-tokens@npm:13.0.0-beta.56":
version: 13.0.0-beta.56
resolution: "@adobe/spectrum-tokens@npm:13.0.0-beta.56"
checksum: 10c0/473a7e3cfb9317862584045b31c16e67122512f310c490c8cb9e11c1d200bbd78f79885e970e16034b375c19f2a27da27397a4ba3ee0cec1a8424a34582a85ad
languageName: node
linkType: hard

"@ampproject/remapping@npm:^2.2.0":
version: 2.3.0
resolution: "@ampproject/remapping@npm:2.3.0"
Expand Down Expand Up @@ -4769,7 +4776,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@spectrum-css/tokens@workspace:tokens"
dependencies:
"@adobe/spectrum-tokens": "npm:13.0.0-beta.55"
"@adobe/spectrum-tokens": "npm:13.0.0-beta.56"
"@nxkit/style-dictionary": "npm:^6.0.0"
"@spectrum-tools/postcss-rgb-mapping": "workspace:^"
postcss: "npm:^8.5.0"
Expand Down
Loading