@adobe/spectrum-tokens 12.10.0 → 12.11.0
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 +5 -0
- package/package.json +1 -1
- package/src/layout-component.json +8 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @adobe/spectrum-tokens
|
|
2
2
|
|
|
3
|
+
## 12.11.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 1a57f08: Fixed typo with `picker-end-edge-to-disclosure-icon-quiet` by adding a new token and deprecating `picker-end-edge-to-disclousure-icon-quiet`.
|
|
8
|
+
|
|
9
|
+
## Token Diff
|
|
10
|
+
|
|
11
|
+
_Token added (1):_
|
|
12
|
+
|
|
13
|
+
- `picker-end-edge-to-disclosure-icon-quiet`
|
|
14
|
+
|
|
15
|
+
_Newly deprecated token (1):_
|
|
16
|
+
|
|
17
|
+
- `picker-end-edge-to-disclousure-icon-quiet`
|
|
18
|
+
|
|
3
19
|
## 12.10.0
|
|
4
20
|
|
|
5
21
|
### Minor Changes
|
package/dist/json/drover.json
CHANGED
|
@@ -1673,6 +1673,7 @@
|
|
|
1673
1673
|
"opacity-checkerboard-square-size": "8px",
|
|
1674
1674
|
"opacity-disabled": "0.3",
|
|
1675
1675
|
"picker-border-width": "1px",
|
|
1676
|
+
"picker-end-edge-to-disclosure-icon-quiet": "0px",
|
|
1676
1677
|
"picker-end-edge-to-disclousure-icon-quiet": "0px",
|
|
1677
1678
|
"picker-visual-to-disclosure-icon-extra-large": "10px",
|
|
1678
1679
|
"picker-visual-to-disclosure-icon-large": "9px",
|
package/dist/json/variables.json
CHANGED
|
@@ -14177,9 +14177,14 @@
|
|
|
14177
14177
|
}
|
|
14178
14178
|
},
|
|
14179
14179
|
"picker-end-edge-to-disclousure-icon-quiet": {
|
|
14180
|
+
"ref": "{picker-end-edge-to-disclosure-icon-quiet}",
|
|
14180
14181
|
"value": "0px",
|
|
14181
14182
|
"uuid": "c8bd227d-c72b-4f6a-9d93-0b595821dee0"
|
|
14182
14183
|
},
|
|
14184
|
+
"picker-end-edge-to-disclosure-icon-quiet": {
|
|
14185
|
+
"value": "0px",
|
|
14186
|
+
"uuid": "03da68d8-cd87-4e29-9aaf-ab467594ec2b"
|
|
14187
|
+
},
|
|
14183
14188
|
"text-field-minimum-width-multiplier": {
|
|
14184
14189
|
"value": "1.5",
|
|
14185
14190
|
"uuid": "875bbeaf-b4b7-41b9-8e6f-d6a57ec03049"
|
package/package.json
CHANGED
|
@@ -2744,9 +2744,16 @@
|
|
|
2744
2744
|
},
|
|
2745
2745
|
"picker-end-edge-to-disclousure-icon-quiet": {
|
|
2746
2746
|
"component": "picker",
|
|
2747
|
-
"value": "
|
|
2747
|
+
"value": "{picker-end-edge-to-disclosure-icon-quiet}",
|
|
2748
|
+
"deprecated": true,
|
|
2749
|
+
"deprecated_comment": "Use `picker-end-edge-to-disclosure-icon-quiet` instead",
|
|
2748
2750
|
"uuid": "c8bd227d-c72b-4f6a-9d93-0b595821dee0"
|
|
2749
2751
|
},
|
|
2752
|
+
"picker-end-edge-to-disclosure-icon-quiet": {
|
|
2753
|
+
"component": "picker",
|
|
2754
|
+
"value": "0px",
|
|
2755
|
+
"uuid": "03da68d8-cd87-4e29-9aaf-ab467594ec2b"
|
|
2756
|
+
},
|
|
2750
2757
|
"text-field-minimum-width-multiplier": {
|
|
2751
2758
|
"component": "text-field",
|
|
2752
2759
|
"value": "1.5",
|