@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 +15 -0
- package/package.json +1 -1
- package/registry/property-terms.json +5 -0
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