Skip to content
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
15 changes: 15 additions & 0 deletions .changeset/tiny-taxis-show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
"@spectrum-css/tokens": patch
---

Updated from [@adobe/spectrum-tokens](https://github.com/adobe/spectrum-tokens) v13.10.0 -> [13.10.1](https://github.com/adobe/spectrum-tokens/releases/tag/%40adobe/spectrum-tokens%4013.10.1).

- [#517](https://github.com/adobe/spectrum-tokens/pull/517) [`8f8f8a6`](https://github.com/adobe/spectrum-tokens/commit/8f8f8a60b7adf5105ced4f914cf30928117ddc5e) Thanks [@larz0](https://github.com/larz0)!

#### Updated tokens

- `accordion-focus-indicator-gap`
- value: `0px` -> `2px`
- `accordion-top-to-text-medium`
- desktop.value: `12px` -> `9px`
- mobile.value: `16px` -> `10px`
10 changes: 5 additions & 5 deletions tokens/dist/json/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@
},
"accordion-focus-indicator-gap": {
"prop": "--spectrum-accordion-focus-indicator-gap",
"value": "0px"
"value": "2px"
},
"accordion-item-to-divider": {
"prop": "--spectrum-accordion-item-to-divider",
Expand Down Expand Up @@ -618,10 +618,10 @@
"accordion-top-to-text-medium": {
"prop": "--spectrum-accordion-top-to-text-medium",
"desktop": {
"value": "12px"
"value": "9px"
},
"mobile": {
"value": "16px"
"value": "10px"
}
},
"accordion-top-to-text-regular-extra-large": {
Expand All @@ -648,10 +648,10 @@
"prop": "--spectrum-accordion-top-to-text-regular-medium",
"ref": "var(--spectrum-accordion-top-to-text-medium)",
"desktop": {
"value": "12px"
"value": "9px"
},
"mobile": {
"value": "16px"
"value": "10px"
}
},
"accordion-top-to-text-regular-small": {
Expand Down
2 changes: 1 addition & 1 deletion tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"main": "dist/css/index.css",
"module": "style-dictionary.config.js",
"devDependencies": {
"@adobe/spectrum-tokens": "^13.10.0",
"@adobe/spectrum-tokens": "^13.10.1",
"@adobe/token-diff-generator": "^2.0.0",
"@spectrum-tools/postcss-rgb-mapping": "1.1.0",
"deepmerge": "^4.3.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,10 @@ __metadata:
languageName: node
linkType: hard

"@adobe/spectrum-tokens@npm:^13.10.0":
version: 13.10.0
resolution: "@adobe/spectrum-tokens@npm:13.10.0"
checksum: 10c0/1bd8007826ef22292ffd0eab96b5a7d90aa1619adccdc141991d08d3b48bc62cdd2eacc57a63bd6c5ab4eb1e52d081f619bac9b8bad2eafe4efad0073c5ef266
"@adobe/spectrum-tokens@npm:^13.10.1":
version: 13.10.1
resolution: "@adobe/spectrum-tokens@npm:13.10.1"
checksum: 10c0/ac79adbaa071ada91987c9ebabbb47686a82997993c2d21d3c7e4275bb6640ce6101da1b6aedd9b1f46b8488e2e32be74947f19d533f2f6b2ce295503c91161c
languageName: node
linkType: hard

Expand Down Expand Up @@ -5693,7 +5693,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@spectrum-css/tokens@workspace:tokens"
dependencies:
"@adobe/spectrum-tokens": "npm:^13.10.0"
"@adobe/spectrum-tokens": "npm:^13.10.1"
"@adobe/token-diff-generator": "npm:^2.0.0"
"@spectrum-tools/postcss-rgb-mapping": "npm:1.1.0"
deepmerge: "npm:^4.3.1"
Expand Down
Loading