@adobe/spectrum-tokens 14.3.0 → 14.4.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 +13 -0
- package/dist/json/variables.json +14990 -14948
- package/moon.yml +12 -0
- package/package.json +1 -1
- package/schemas/token-types/color-set.json +1 -1
- package/schemas/token-types/scale-set.json +1 -1
- package/schemas/token-types/token.json +15 -3
- package/src/color-aliases.json +1555 -1457
- package/src/color-component.json +405 -395
- package/src/color-palette.json +3527 -3226
- package/src/icons.json +794 -738
- package/src/layout-component.json +6061 -5486
- package/src/layout.json +1580 -1426
- package/src/semantic-color-palette.json +344 -339
- package/src/typography.json +1685 -1649
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# [**@adobe/spectrum-tokens**](https://github.com/adobe/spectrum-design-data)
|
|
2
2
|
|
|
3
|
+
## 14.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#800](https://github.com/adobe/spectrum-design-data/pull/800) [`55bf38f`](https://github.com/adobe/spectrum-design-data/commit/55bf38f81bacd49f2db0a54cde91bbf311dda23f) Thanks [@GarthDB](https://github.com/GarthDB)! - Add outer-level UUIDs to all set tokens (color-set, scale-set) that were missing
|
|
8
|
+
them. 1235 tokens across all source files now have a token-level UUID in addition
|
|
9
|
+
to their per-mode UUIDs. The `color-set.json` and `scale-set.json` schemas now
|
|
10
|
+
require an outer `uuid` field.
|
|
11
|
+
|
|
12
|
+
This is an additive change — token values and names are unchanged. Consumers who
|
|
13
|
+
read the raw JSON will see a new `uuid` field at the top level of set token entries
|
|
14
|
+
in `variables.json`.
|
|
15
|
+
|
|
3
16
|
## 14.3.0
|
|
4
17
|
|
|
5
18
|
### Minor Changes
|