@adobe/spectrum-tokens 12.9.0 → 12.10.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 +32 -0
- package/dist/json/variables.json +8576 -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 -657
- 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,37 @@
|
|
|
1
1
|
# @adobe/spectrum-tokens
|
|
2
2
|
|
|
3
|
+
## 12.10.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 0829c5d: Added UUIDs to each token
|
|
8
|
+
|
|
9
|
+
## Token Diff
|
|
10
|
+
|
|
11
|
+
_Modified Tokens (1154)_
|
|
12
|
+
|
|
13
|
+
Every token has a `uuid` property added to them.
|
|
14
|
+
|
|
15
|
+
## 12.9.1
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- cace8d8: Fixed component name typo
|
|
20
|
+
|
|
21
|
+
## Token Diff
|
|
22
|
+
|
|
23
|
+
The following tokens have update `component` metadata property (all have been set to `coach-mark`):
|
|
24
|
+
|
|
25
|
+
- `coach-mark-minimum-width`
|
|
26
|
+
- `coach-mark-edge-to-content`
|
|
27
|
+
- `coach-mark-pagination-text-to-bottom-edge`
|
|
28
|
+
- `coach-mark-width`
|
|
29
|
+
- `coach-mark-media-minimum-height`
|
|
30
|
+
- `coach-mark-media-height`
|
|
31
|
+
- `coach-mark-title-size`
|
|
32
|
+
- `coach-mark-body-size`
|
|
33
|
+
- `coach-mark-pagination-body-size`
|
|
34
|
+
|
|
3
35
|
## 12.9.0
|
|
4
36
|
|
|
5
37
|
### Minor Changes
|