Skip to content

Commit 5b694c5

Browse files
feat(tokens): update dependency @adobe/spectrum-tokens to ^13.13.0 (spectrum-two) (#4120)
* feat(tokens): update dependency @adobe/spectrum-tokens to ^13.13.0 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: castastrophe <[email protected]>
1 parent 7fe1801 commit 5b694c5

File tree

4 files changed

+29
-12
lines changed

4 files changed

+29
-12
lines changed

.changeset/cool-wolves-like.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
"@spectrum-css/tokens": minor
3+
---
4+
5+
6+
7+
### Added
8+
9+
- `--spectrum-select-box-horizontal-minimum-width`: `188px` (desktop), `220px` (mobile)
10+
11+
### Updated
12+
13+
- `--spectrum-select-box-edge-to-checkbox`: Updated from a variable sizing based on the viewport to a fixed value (`8px`).

tokens/dist/json/tokens.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15157,12 +15157,7 @@
1515715157
},
1515815158
"select-box-edge-to-checkbox": {
1515915159
"prop": "--spectrum-select-box-edge-to-checkbox",
15160-
"desktop": {
15161-
"value": "12px"
15162-
},
15163-
"mobile": {
15164-
"value": "15px"
15165-
}
15160+
"value": "8px"
1516615161
},
1516715162
"select-box-horizontal-end-to-content": {
1516815163
"prop": "--spectrum-select-box-horizontal-end-to-content",
@@ -15200,6 +15195,15 @@
1520015195
"value": "100px"
1520115196
}
1520215197
},
15198+
"select-box-horizontal-minimum-width": {
15199+
"prop": "--spectrum-select-box-horizontal-minimum-width",
15200+
"desktop": {
15201+
"value": "188px"
15202+
},
15203+
"mobile": {
15204+
"value": "220px"
15205+
}
15206+
},
1520315207
"select-box-horizontal-start-to-content": {
1520415208
"prop": "--spectrum-select-box-horizontal-start-to-content",
1520515209
"desktop": {

tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"main": "dist/css/index.css",
2525
"module": "style-dictionary.config.js",
2626
"devDependencies": {
27-
"@adobe/spectrum-tokens": "^13.12.0",
27+
"@adobe/spectrum-tokens": "^13.13.0",
2828
"@adobe/token-diff-generator": "^2.0.0",
2929
"@spectrum-tools/postcss-rgb-mapping": "1.1.0",
3030
"deepmerge": "^4.3.1",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,10 @@ __metadata:
186186
languageName: node
187187
linkType: hard
188188

189-
"@adobe/spectrum-tokens@npm:^13.12.0":
190-
version: 13.12.0
191-
resolution: "@adobe/spectrum-tokens@npm:13.12.0"
192-
checksum: 10c0/3dea5e085b90ce53062c3a32ca43b4051156227448fa2db6551814ac8f751d329c7bcc1fa3a92ddcf680339a264ab5d96fe9a99f49158ded10971f674206a0c8
189+
"@adobe/spectrum-tokens@npm:^13.13.0":
190+
version: 13.13.0
191+
resolution: "@adobe/spectrum-tokens@npm:13.13.0"
192+
checksum: 10c0/20d7cfa965f001feeb46c5e1dbf9f9272d5ef62a711d7ddd7a9952703182b65bd6d8099e86904481c600cedb035327a01774b9c7fca8601045c8b2492c478710
193193
languageName: node
194194
linkType: hard
195195

@@ -5785,7 +5785,7 @@ __metadata:
57855785
version: 0.0.0-use.local
57865786
resolution: "@spectrum-css/tokens@workspace:tokens"
57875787
dependencies:
5788-
"@adobe/spectrum-tokens": "npm:^13.12.0"
5788+
"@adobe/spectrum-tokens": "npm:^13.13.0"
57895789
"@adobe/token-diff-generator": "npm:^2.0.0"
57905790
"@spectrum-tools/postcss-rgb-mapping": "npm:1.1.0"
57915791
deepmerge: "npm:^4.3.1"

0 commit comments

Comments
 (0)