@adobe/spectrum-tokens 14.7.0 → 14.9.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 CHANGED
@@ -1,5 +1,34 @@
1
1
  # [**@adobe/spectrum-tokens**](https://github.com/adobe/spectrum-design-data)
2
2
 
3
+ ## 14.9.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#965](https://github.com/adobe/spectrum-design-data/pull/965) [`c133c83`](https://github.com/adobe/spectrum-design-data/commit/c133c832f605e6f09b8bc5db80a6f98b46233b2c) Thanks [@GarthDB](https://github.com/GarthDB)! - Typography canonical name-object migration: add `name` fields to remaining
8
+ non-alias typography tokens in `typography.json`.
9
+ - **font-family tokens** (4): gain `name: { property: "font-family", family }`.
10
+ - **font-style tokens** (2): gain `name: { property: "font-style", style }`.
11
+ - **font-size scale-set tokens** (18): gain `name: { property: "font-size", scaleIndex }`.
12
+ - **line-height scale-set tokens** (18): gain `name: { property: "line-height", scaleIndex }`.
13
+ - **design-system-registry**: add `font-style` to `property-terms.json`; add
14
+ `normal` to `typography-styles.json`; update `registry_data.rs`.
15
+ - **token-corpus-migrate**: extend with `fontFamilyNameForKey`, `fontStyleNameForKey`,
16
+ `fontSizeNameForKey`, `lineHeightNameForKey` classifiers.
17
+
18
+ ## 14.8.0
19
+
20
+ ### Minor Changes
21
+
22
+ - [#963](https://github.com/adobe/spectrum-design-data/pull/963) [`af22092`](https://github.com/adobe/spectrum-design-data/commit/af22092744c70af7ce0c659e16cdabe31b92b111) Thanks [@GarthDB](https://github.com/GarthDB)! - Pilot name-object migration: add structured `name` fields to color palette and
23
+ font-weight tokens (closes first phase of taxonomy corpus migration).
24
+ - **color-palette.json**: 369 tokens gain `name: { property, colorFamily, scaleIndex? }`.
25
+ - **typography.json**: 6 canonical font-weight tokens gain `name: { property, weight }`.
26
+ - **design-system-registry**: export the six new taxonomy registries added in #961 via
27
+ the package.json `exports` map; add `propertyTerms` named export to `index.js`.
28
+ - **tools/token-corpus-migrate**: new migration tool for injecting name objects;
29
+ run dry-run with `node tools/token-corpus-migrate/src/cli.js --root <tokens-src>`,
30
+ apply with `--write`.
31
+
3
32
  ## 14.7.0
4
33
 
5
34
  ### Minor Changes