@adobe/spectrum-tokens 12.9.1 → 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 +28 -0
- package/dist/json/drover.json +1 -0
- package/dist/json/variables.json +8581 -4288
- package/package.json +2 -2
- package/src/color-aliases.json +610 -305
- package/src/color-component.json +68 -34
- package/src/color-palette.json +1584 -792
- package/src/layout-component.json +1307 -650
- package/src/layout.json +604 -302
- package/src/semantic-color-palette.json +168 -84
- package/src/typography.json +550 -275
- package/tasks/addIds.js +79 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
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
|
+
|
|
19
|
+
## 12.10.0
|
|
20
|
+
|
|
21
|
+
### Minor Changes
|
|
22
|
+
|
|
23
|
+
- 0829c5d: Added UUIDs to each token
|
|
24
|
+
|
|
25
|
+
## Token Diff
|
|
26
|
+
|
|
27
|
+
_Modified Tokens (1154)_
|
|
28
|
+
|
|
29
|
+
Every token has a `uuid` property added to them.
|
|
30
|
+
|
|
3
31
|
## 12.9.1
|
|
4
32
|
|
|
5
33
|
### Patch 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",
|