@adobe/design-system-registry 3.1.2 → 3.1.3

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,20 @@
1
1
  # @adobe/design-system-registry
2
2
 
3
+ ## 3.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#967](https://github.com/adobe/spectrum-design-data/pull/967) [`dfddf12`](https://github.com/adobe/spectrum-design-data/commit/dfddf123e92ff31eeb8a71bb6350f189ef39de13) Thanks [@GarthDB](https://github.com/GarthDB)! - Icons name-object migration: structured `name` on family-scoped icon-color
8
+ tokens in `icons.json`.
9
+ - **icons.json**: 56 color-set tokens gain
10
+ `name: { property: "icon-color", colorFamily, [object|variant|state] }`.
11
+ - **design-system-registry**: add `icon-color` to `property-terms.json`;
12
+ regenerate `registry_data.rs`.
13
+ - **token-corpus-migrate**: add `iconColorNameForKey`; add `icons.json` to
14
+ pilot scope.
15
+ - 23 alias tokens deferred — `colorFamily` is not permitted on `alias.json`
16
+ by SPEC-042; follow-up will address when the alias name shape is defined.
17
+
3
18
  ## 3.1.2
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/design-system-registry",
3
- "version": "3.1.2",
3
+ "version": "3.1.3",
4
4
  "description": "A single source of truth for design system terminology used across Spectrum tokens, component schemas, and anatomy",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -23,6 +23,11 @@
23
23
  "label": "Fill Color",
24
24
  "description": "SVG or icon fill color"
25
25
  },
26
+ {
27
+ "id": "icon-color",
28
+ "label": "Icon Color",
29
+ "description": "Foreground color of an icon"
30
+ },
26
31
  {
27
32
  "id": "shadow-color",
28
33
  "label": "Shadow Color",