@adobe/spectrum-tokens 13.0.0-beta.22 → 13.0.0-beta.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist/json/drover.json +1 -0
- package/dist/json/variables.json +12 -0
- package/package.json +1 -1
- package/src/layout-component.json +22 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @adobe/spectrum-tokens
|
|
2
2
|
|
|
3
|
+
## 13.0.0-beta.23
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 936f608: Fixed misnamed accordion token.
|
|
8
|
+
|
|
9
|
+
## Token Diff
|
|
10
|
+
|
|
11
|
+
_Tokens added (1):_
|
|
12
|
+
|
|
13
|
+
- `accordion-top-to-text-spacious-small`
|
|
14
|
+
|
|
15
|
+
_Newly deprecated token (1):_
|
|
16
|
+
|
|
17
|
+
- `accordion-small-top-to-text-spacious`
|
|
18
|
+
|
|
3
19
|
## 13.0.0-beta.22
|
|
4
20
|
|
|
5
21
|
### Minor Changes
|
package/dist/json/drover.json
CHANGED
|
@@ -1226,6 +1226,7 @@
|
|
|
1226
1226
|
"accordion-top-to-text-spacious-extra-large": "13px",
|
|
1227
1227
|
"accordion-top-to-text-spacious-large": "12px",
|
|
1228
1228
|
"accordion-top-to-text-spacious-medium": "12px",
|
|
1229
|
+
"accordion-top-to-text-spacious-small": "9px",
|
|
1229
1230
|
"action-bar-height": "48px",
|
|
1230
1231
|
"action-bar-top-to-item-counter": "14px",
|
|
1231
1232
|
"action-button-edge-to-hold-icon-extra-large": "6px",
|
package/dist/json/variables.json
CHANGED
|
@@ -16807,6 +16807,18 @@
|
|
|
16807
16807
|
}
|
|
16808
16808
|
}
|
|
16809
16809
|
},
|
|
16810
|
+
"accordion-top-to-text-spacious-small": {
|
|
16811
|
+
"sets": {
|
|
16812
|
+
"desktop": {
|
|
16813
|
+
"value": "9px",
|
|
16814
|
+
"uuid": "696ab6c1-0c23-4868-8d6c-039d6d430d29"
|
|
16815
|
+
},
|
|
16816
|
+
"mobile": {
|
|
16817
|
+
"value": "12px",
|
|
16818
|
+
"uuid": "7bcbaaf1-f1d8-4755-acb2-5f6a45c3b9fe"
|
|
16819
|
+
}
|
|
16820
|
+
}
|
|
16821
|
+
},
|
|
16810
16822
|
"corner-radius-0": {
|
|
16811
16823
|
"value": "0px",
|
|
16812
16824
|
"uuid": "bb9d8350-b1fb-4496-9c22-6ec9647ff117"
|
package/package.json
CHANGED
|
@@ -3728,12 +3728,16 @@
|
|
|
3728
3728
|
"desktop": {
|
|
3729
3729
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
3730
3730
|
"value": "9px",
|
|
3731
|
-
"uuid": "229fa20e-6d13-40b0-b19f-5cf6386f81ac"
|
|
3731
|
+
"uuid": "229fa20e-6d13-40b0-b19f-5cf6386f81ac",
|
|
3732
|
+
"deprecated": true,
|
|
3733
|
+
"deprecated_comment": "Introduced as an error. Use accordion-top-to-text-spacious-small instead"
|
|
3732
3734
|
},
|
|
3733
3735
|
"mobile": {
|
|
3734
3736
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
3735
3737
|
"value": "12px",
|
|
3736
|
-
"uuid": "bef73b91-db4f-4532-9f4d-f5a81ead625d"
|
|
3738
|
+
"uuid": "bef73b91-db4f-4532-9f4d-f5a81ead625d",
|
|
3739
|
+
"deprecated": true,
|
|
3740
|
+
"deprecated_comment": "Introduced as an error. Use accordion-top-to-text-spacious-small instead"
|
|
3737
3741
|
}
|
|
3738
3742
|
}
|
|
3739
3743
|
},
|
|
@@ -7425,5 +7429,20 @@
|
|
|
7425
7429
|
"uuid": "7939208b-2f8c-4569-b7cb-1c1bcfc8705a"
|
|
7426
7430
|
}
|
|
7427
7431
|
}
|
|
7432
|
+
},
|
|
7433
|
+
"accordion-top-to-text-spacious-small": {
|
|
7434
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
|
|
7435
|
+
"sets": {
|
|
7436
|
+
"desktop": {
|
|
7437
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
7438
|
+
"value": "9px",
|
|
7439
|
+
"uuid": "696ab6c1-0c23-4868-8d6c-039d6d430d29"
|
|
7440
|
+
},
|
|
7441
|
+
"mobile": {
|
|
7442
|
+
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
7443
|
+
"value": "12px",
|
|
7444
|
+
"uuid": "7bcbaaf1-f1d8-4755-acb2-5f6a45c3b9fe"
|
|
7445
|
+
}
|
|
7446
|
+
}
|
|
7428
7447
|
}
|
|
7429
|
-
}
|
|
7448
|
+
}
|