@adobe/spectrum-tokens 14.11.0 → 14.12.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 +14 -0
- package/dist/json/variables.json +6361 -6361
- package/moon.yml +14 -0
- package/package.json +1 -1
- package/schemas/token-types/alias.json +49 -8
- package/schemas/token-types/multiplier.json +1 -1
- package/schemas/token-types/token.json +6 -2
- package/src/color-aliases.json +1121 -1121
- package/src/color-component.json +228 -228
- package/src/color-palette.json +3152 -3152
- package/src/icons.json +586 -693
- package/src/layout-component.json +4545 -4627
- package/src/layout.json +1335 -1348
- package/src/semantic-color-palette.json +228 -228
- package/src/typography.json +768 -768
- package/test/schemaValidators/alias.test.js +48 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# [**@adobe/spectrum-tokens**](https://github.com/adobe/spectrum-design-data)
|
|
2
2
|
|
|
3
|
+
## 14.12.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#1126](https://github.com/adobe/spectrum-design-data/pull/1126) [`60a4835`](https://github.com/adobe/spectrum-design-data/commit/60a4835e245965639a4ac89b41d2884dd63a0bbb) Thanks [@GarthDB](https://github.com/GarthDB)! - Add SPEC-043 domain-identifying fields to all 72 typography token name objects
|
|
8
|
+
(closes #1125).
|
|
9
|
+
- **tokens/typography.tokens.json**: add `weight` (font-weight × 6, composite × 15),
|
|
10
|
+
`style` (× 2), `family` (× 4), `scaleIndex` (font-size × 36), `structure` (margin
|
|
11
|
+
multipliers × 5), and `scaleIndex`+`family:cjk` (line-height × 4) — zero SPEC-043
|
|
12
|
+
advisory warnings for this file.
|
|
13
|
+
- **registry/scale-values.json**: add `25` entry for `font-size-25` (`scaleIndex: 25`).
|
|
14
|
+
- **spec/taxonomy.md**: add `structure` row to the typography field table; broaden
|
|
15
|
+
NORMATIVE SHOULD clause to all five fields accepted by SPEC-043.
|
|
16
|
+
|
|
3
17
|
## 14.11.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|