@adobe/spectrum-tokens 14.3.0 → 14.5.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,106 @@
1
1
  # [**@adobe/spectrum-tokens**](https://github.com/adobe/spectrum-design-data)
2
2
 
3
+ ## 14.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#808](https://github.com/adobe/spectrum-design-data/pull/808) [`efab669`](https://github.com/adobe/spectrum-design-data/commit/efab6690442052fb94fd5d198fc56594e6be28e5) Thanks [@mrcjhicks](https://github.com/mrcjhicks)! - ## Token sync from Spectrum Tokens Studio
8
+
9
+ **Original implementer:** @mrcjhicks
10
+
11
+ ### Token changes
12
+
13
+ ## Tokens Changed (66)
14
+
15
+ **Original Branch:** `main`
16
+ **New Branch:** `tokens-sync/patch-spectrum2-from-main`
17
+
18
+ <details><summary><strong>Newly Deprecated (66)</strong></summary>
19
+ - `corner-triangle-icon-size-100`
20
+ - `corner-triangle-icon-size-200`
21
+ - `corner-triangle-icon-size-300`
22
+ - `corner-triangle-icon-size-75`
23
+ - `workflow-icon-size-100`
24
+ - `workflow-icon-size-200`
25
+ - `workflow-icon-size-300`
26
+ - `workflow-icon-size-50`
27
+ - `workflow-icon-size-75`
28
+ - `add-icon-size-100`
29
+ - `add-icon-size-200`
30
+ - `add-icon-size-300`
31
+ - `add-icon-size-50`
32
+ - `add-icon-size-75`
33
+ - `arrow-icon-size-100`
34
+ - `arrow-icon-size-200`
35
+ - `arrow-icon-size-300`
36
+ - `arrow-icon-size-400`
37
+ - `arrow-icon-size-500`
38
+ - `arrow-icon-size-600`
39
+ - `arrow-icon-size-75`
40
+ - `asterisk-icon-size-100`
41
+ - `asterisk-icon-size-200`
42
+ - `asterisk-icon-size-300`
43
+ - `asterisk-icon-size-75`
44
+ - `checkmark-icon-size-100`
45
+ - `checkmark-icon-size-200`
46
+ - `checkmark-icon-size-300`
47
+ - `checkmark-icon-size-400`
48
+ - `checkmark-icon-size-50`
49
+ - `checkmark-icon-size-500`
50
+ - `checkmark-icon-size-600`
51
+ - `checkmark-icon-size-75`
52
+ - `chevron-icon-size-100`
53
+ - `chevron-icon-size-200`
54
+ - `chevron-icon-size-300`
55
+ - `chevron-icon-size-400`
56
+ - `chevron-icon-size-50`
57
+ - `chevron-icon-size-500`
58
+ - `chevron-icon-size-600`
59
+ - `chevron-icon-size-75`
60
+ - `cross-icon-size-100`
61
+ - `cross-icon-size-200`
62
+ - `cross-icon-size-300`
63
+ - `cross-icon-size-400`
64
+ - `cross-icon-size-500`
65
+ - `cross-icon-size-600`
66
+ - `cross-icon-size-75`
67
+ - `dash-icon-size-100`
68
+ - `dash-icon-size-200`
69
+ - `dash-icon-size-300`
70
+ - `dash-icon-size-400`
71
+ - `dash-icon-size-50`
72
+ - `dash-icon-size-500`
73
+ - `dash-icon-size-600`
74
+ - `dash-icon-size-75`
75
+ - `drag-handle-icon-size-100`
76
+ - `drag-handle-icon-size-200`
77
+ - `drag-handle-icon-size-300`
78
+ - `drag-handle-icon-size-75`
79
+ - `gripper-icon-size-100`
80
+ - `link-out-icon-size-100`
81
+ - `link-out-icon-size-200`
82
+ - `link-out-icon-size-300`
83
+ - `link-out-icon-size-400`
84
+ - `link-out-icon-size-75`
85
+ </details>
86
+
87
+ ### References
88
+ - Tokens Studio PR: https://github.com/adobe/spectrum-tokens-studio-data/pull/301
89
+ - Spectrum Tokens PR: https://github.com/adobe/spectrum-design-data/pull/808
90
+
91
+ ## 14.4.0
92
+
93
+ ### Minor Changes
94
+
95
+ - [#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
96
+ them. 1235 tokens across all source files now have a token-level UUID in addition
97
+ to their per-mode UUIDs. The `color-set.json` and `scale-set.json` schemas now
98
+ require an outer `uuid` field.
99
+
100
+ This is an additive change — token values and names are unchanged. Consumers who
101
+ read the raw JSON will see a new `uuid` field at the top level of set token entries
102
+ in `variables.json`.
103
+
3
104
  ## 14.3.0
4
105
 
5
106
  ### Minor Changes