@adobe/spectrum-tokens 13.10.0 → 13.10.1
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 +25 -0
- package/dist/json/drover.json +3 -3
- package/dist/json/variables.json +5 -5
- package/package.json +1 -1
- package/src/layout-component.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @adobe/spectrum-tokens
|
|
2
2
|
|
|
3
|
+
## 13.10.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#517](https://github.com/adobe/spectrum-tokens/pull/517) [`8f8f8a6`](https://github.com/adobe/spectrum-tokens/commit/8f8f8a60b7adf5105ced4f914cf30928117ddc5e) Thanks [@larz0](https://github.com/larz0)! - `accordion-top-to-text-medium` values in desktop and mobile were incorrect due to changelog error.
|
|
8
|
+
Corrected `accordion-focus-indicator-gap` values. Corrections weren't recorded in the changelog.
|
|
9
|
+
|
|
10
|
+
## Design motivation
|
|
11
|
+
|
|
12
|
+
This is a bug fix.
|
|
13
|
+
|
|
14
|
+
## Token diff
|
|
15
|
+
|
|
16
|
+
Updated (2)
|
|
17
|
+
|
|
18
|
+
<details open><summary>Updated Properties (2)</summary>
|
|
19
|
+
|
|
20
|
+
- `accordion-focus-indicator-gap`
|
|
21
|
+
- value: `0px` -> `2px`
|
|
22
|
+
- `accordion-top-to-text-medium`
|
|
23
|
+
- desktop.value: `12px` -> `9px`
|
|
24
|
+
- mobile.value: `16px` -> `10px`
|
|
25
|
+
|
|
26
|
+
</details>
|
|
27
|
+
|
|
3
28
|
## 13.10.0
|
|
4
29
|
|
|
5
30
|
### Minor Changes
|
package/dist/json/drover.json
CHANGED
|
@@ -1559,7 +1559,7 @@
|
|
|
1559
1559
|
"accordion-edge-to-content-area-small": "7px",
|
|
1560
1560
|
"accordion-edge-to-disclosure-indicator": "0px",
|
|
1561
1561
|
"accordion-edge-to-text": "0px",
|
|
1562
|
-
"accordion-focus-indicator-gap": "
|
|
1562
|
+
"accordion-focus-indicator-gap": "2px",
|
|
1563
1563
|
"accordion-item-to-divider": "0px",
|
|
1564
1564
|
"accordion-minimum-width": "200px",
|
|
1565
1565
|
"accordion-small-top-to-text-spacious": "9px",
|
|
@@ -1569,10 +1569,10 @@
|
|
|
1569
1569
|
"accordion-top-to-text-compact-small": "3px",
|
|
1570
1570
|
"accordion-top-to-text-extra-large": "13px",
|
|
1571
1571
|
"accordion-top-to-text-large": "12px",
|
|
1572
|
-
"accordion-top-to-text-medium": "
|
|
1572
|
+
"accordion-top-to-text-medium": "9px",
|
|
1573
1573
|
"accordion-top-to-text-regular-extra-large": "13px",
|
|
1574
1574
|
"accordion-top-to-text-regular-large": "12px",
|
|
1575
|
-
"accordion-top-to-text-regular-medium": "
|
|
1575
|
+
"accordion-top-to-text-regular-medium": "9px",
|
|
1576
1576
|
"accordion-top-to-text-regular-small": "7px",
|
|
1577
1577
|
"accordion-top-to-text-small": "7px",
|
|
1578
1578
|
"accordion-top-to-text-spacious-extra-large": "17px",
|
package/dist/json/variables.json
CHANGED
|
@@ -19364,11 +19364,11 @@
|
|
|
19364
19364
|
"ref": "{accordion-top-to-text-medium}",
|
|
19365
19365
|
"sets": {
|
|
19366
19366
|
"desktop": {
|
|
19367
|
-
"value": "
|
|
19367
|
+
"value": "9px",
|
|
19368
19368
|
"uuid": "728ad09d-0820-4c71-9974-57386f3d62d2"
|
|
19369
19369
|
},
|
|
19370
19370
|
"mobile": {
|
|
19371
|
-
"value": "
|
|
19371
|
+
"value": "10px",
|
|
19372
19372
|
"uuid": "2d7e81ba-1390-4607-8ee2-5d322d3e0bae"
|
|
19373
19373
|
}
|
|
19374
19374
|
},
|
|
@@ -19639,7 +19639,7 @@
|
|
|
19639
19639
|
"uuid": "a9641e89-2c2e-49c3-9662-f530ad23a688"
|
|
19640
19640
|
},
|
|
19641
19641
|
"accordion-focus-indicator-gap": {
|
|
19642
|
-
"value": "
|
|
19642
|
+
"value": "2px",
|
|
19643
19643
|
"uuid": "318c5cda-be1b-416b-b1b7-b962e5f45c0c"
|
|
19644
19644
|
},
|
|
19645
19645
|
"accordion-content-area-top-to-content": {
|
|
@@ -26649,11 +26649,11 @@
|
|
|
26649
26649
|
"accordion-top-to-text-medium": {
|
|
26650
26650
|
"sets": {
|
|
26651
26651
|
"desktop": {
|
|
26652
|
-
"value": "
|
|
26652
|
+
"value": "9px",
|
|
26653
26653
|
"uuid": "728ad09d-0820-4c71-9974-57386f3d62d2"
|
|
26654
26654
|
},
|
|
26655
26655
|
"mobile": {
|
|
26656
|
-
"value": "
|
|
26656
|
+
"value": "10px",
|
|
26657
26657
|
"uuid": "2d7e81ba-1390-4607-8ee2-5d322d3e0bae"
|
|
26658
26658
|
}
|
|
26659
26659
|
}
|
package/package.json
CHANGED
|
@@ -4019,7 +4019,7 @@
|
|
|
4019
4019
|
"accordion-focus-indicator-gap": {
|
|
4020
4020
|
"component": "accordion",
|
|
4021
4021
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
4022
|
-
"value": "
|
|
4022
|
+
"value": "2px",
|
|
4023
4023
|
"uuid": "318c5cda-be1b-416b-b1b7-b962e5f45c0c"
|
|
4024
4024
|
},
|
|
4025
4025
|
"accordion-content-area-top-to-content": {
|
|
@@ -11683,12 +11683,12 @@
|
|
|
11683
11683
|
"sets": {
|
|
11684
11684
|
"desktop": {
|
|
11685
11685
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
11686
|
-
"value": "
|
|
11686
|
+
"value": "9px",
|
|
11687
11687
|
"uuid": "728ad09d-0820-4c71-9974-57386f3d62d2"
|
|
11688
11688
|
},
|
|
11689
11689
|
"mobile": {
|
|
11690
11690
|
"$schema": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
|
|
11691
|
-
"value": "
|
|
11691
|
+
"value": "10px",
|
|
11692
11692
|
"uuid": "2d7e81ba-1390-4607-8ee2-5d322d3e0bae"
|
|
11693
11693
|
}
|
|
11694
11694
|
}
|
|
@@ -11709,4 +11709,4 @@
|
|
|
11709
11709
|
}
|
|
11710
11710
|
}
|
|
11711
11711
|
}
|
|
11712
|
-
}
|
|
11712
|
+
}
|