@adobe/spectrum-tokens 14.2.3 → 14.4.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.
Files changed (33) hide show
  1. package/CHANGELOG.md +800 -0
  2. package/dist/json/drover.json +118 -1
  3. package/dist/json/variables.json +22715 -22110
  4. package/moon.yml +12 -0
  5. package/package.json +1 -1
  6. package/schemas/token-types/alias.json +1 -0
  7. package/schemas/token-types/color-set.json +3 -1
  8. package/schemas/token-types/color.json +1 -0
  9. package/schemas/token-types/dimension.json +1 -0
  10. package/schemas/token-types/drop-shadow.json +1 -0
  11. package/schemas/token-types/font-family.json +1 -0
  12. package/schemas/token-types/font-size.json +1 -0
  13. package/schemas/token-types/font-style.json +1 -0
  14. package/schemas/token-types/font-weight.json +1 -0
  15. package/schemas/token-types/gradient-stop.json +1 -0
  16. package/schemas/token-types/multiplier.json +1 -0
  17. package/schemas/token-types/opacity.json +1 -0
  18. package/schemas/token-types/scale-set.json +3 -1
  19. package/schemas/token-types/set.json +8 -0
  20. package/schemas/token-types/system-set.json +2 -0
  21. package/schemas/token-types/text-align.json +1 -0
  22. package/schemas/token-types/text-transform.json +1 -0
  23. package/schemas/token-types/token.json +19 -3
  24. package/schemas/token-types/typography.json +1 -0
  25. package/snapshots/validation-snapshot.json +7 -0
  26. package/src/color-aliases.json +1555 -1457
  27. package/src/color-component.json +405 -395
  28. package/src/color-palette.json +3527 -3226
  29. package/src/icons.json +794 -738
  30. package/src/layout-component.json +8837 -7033
  31. package/src/layout.json +2590 -1312
  32. package/src/semantic-color-palette.json +344 -339
  33. package/src/typography.json +1685 -1649
package/CHANGELOG.md CHANGED
@@ -1,5 +1,805 @@
1
1
  # [**@adobe/spectrum-tokens**](https://github.com/adobe/spectrum-design-data)
2
2
 
3
+ ## 14.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#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
8
+ them. 1235 tokens across all source files now have a token-level UUID in addition
9
+ to their per-mode UUIDs. The `color-set.json` and `scale-set.json` schemas now
10
+ require an outer `uuid` field.
11
+
12
+ This is an additive change — token values and names are unchanged. Consumers who
13
+ read the raw JSON will see a new `uuid` field at the top level of set token entries
14
+ in `variables.json`.
15
+
16
+ ## 14.3.0
17
+
18
+ ### Minor Changes
19
+
20
+ - [#753](https://github.com/adobe/spectrum-design-data/pull/753) [`a6d8f51`](https://github.com/adobe/spectrum-design-data/commit/a6d8f51a72409d2d8bbc509e2262aaa5f34cd0f1) Thanks [@GarthDB](https://github.com/GarthDB)! - ## Token sync from Spectrum Tokens Studio
21
+
22
+ **Original implementer:** @NateBaldwinDesign
23
+
24
+ ### Design motivation
25
+
26
+ This release introduces semantic layout tokens as part of Spectrum's initiative to improve token usability and comprehension. The changes replace hundreds of component-specific spacing tokens with a smaller set of semantic tokens that follow a consistent naming pattern (via formalized taxonomy) and spacing formulas. This simplification addresses key issues:
27
+ 1. **Excessive token volume:** Reduces from hundreds of component-specific tokens to ~100 semantic tokens
28
+ 2. **Lack of clear naming:** Introduces consistent semantic taxonomy (base-gap, base-padding, container-padding, etc.)
29
+ 3. **Inconsistent measurements:** Unifies spacing values across components using consistent formulas
30
+ 4. **Future Spectrum alignment:** Aligns with Spectrum 2 design specifications and Future Foundations principles
31
+
32
+ Changes:
33
+ - Added new semantic layout tokens following the new taxonomy and spacing formula values
34
+ - Added `workflow-icon-*` and `ui-icon-*` sizing tokens in `layout.json` and `layout-component.json`
35
+ - Deprecated 540 component-specific spacing tokens with migration metadata (`deprecated_comment` and `renamed`) pointing to their semantic replacements
36
+ - Added deprecation metadata (`deprecated_comment`, `renamed`) to 2 `side-navigation-with-icon-*` tokens that were previously deprecated at the set level only
37
+ - Flattened 4 `help-text-top-to-workflow-icon-*` tokens from scale-sets to simple aliases
38
+ - Added `description` field to new semantic tokens documenting their purpose
39
+ - Added `description` property to all token-type JSON schemas (aligns with DTCG `$description`)
40
+ - Added `renamed` property to set-type schemas for deprecation migration support
41
+
42
+ ### Token changes
43
+
44
+ ## Tokens Changed (671)
45
+
46
+ <details><summary><strong>Newly Deprecated (540)</strong></summary>
47
+ - `text-to-visual-50`
48
+ - `text-to-visual-75`
49
+ - `text-to-visual-100`
50
+ - `text-to-visual-200`
51
+ - `text-to-visual-300`
52
+ - `text-to-visual-400`
53
+ - `text-to-control-50`
54
+ - `text-to-control-75`
55
+ - `text-to-control-100`
56
+ - `text-to-control-200`
57
+ - `text-to-control-300`
58
+ - `visual-to-control-100`
59
+ - `label-to-description-0`
60
+ - `focus-indicator-gap`
61
+ - `component-pill-edge-to-visual-75`
62
+ - `component-pill-edge-to-visual-100`
63
+ - `component-pill-edge-to-visual-200`
64
+ - `component-pill-edge-to-visual-300`
65
+ - `component-pill-edge-to-visual-only-75`
66
+ - `component-pill-edge-to-visual-only-100`
67
+ - `component-pill-edge-to-visual-only-200`
68
+ - `component-pill-edge-to-visual-only-300`
69
+ - `component-pill-edge-to-text-75`
70
+ - `component-pill-edge-to-text-100`
71
+ - `component-pill-edge-to-text-200`
72
+ - `component-pill-edge-to-text-300`
73
+ - `component-edge-to-visual-50`
74
+ - `component-edge-to-visual-75`
75
+ - `component-edge-to-visual-100`
76
+ - `component-edge-to-visual-200`
77
+ - `component-edge-to-visual-300`
78
+ - `component-edge-to-visual-only-50`
79
+ - `component-edge-to-visual-only-75`
80
+ - `component-edge-to-visual-only-100`
81
+ - `component-edge-to-visual-only-200`
82
+ - `component-edge-to-visual-only-300`
83
+ - `component-edge-to-text-50`
84
+ - `component-edge-to-text-75`
85
+ - `component-edge-to-text-100`
86
+ - `component-edge-to-text-200`
87
+ - `component-edge-to-text-300`
88
+ - `component-top-to-workflow-icon-50`
89
+ - `component-top-to-workflow-icon-75`
90
+ - `component-top-to-workflow-icon-100`
91
+ - `component-top-to-workflow-icon-200`
92
+ - `component-top-to-workflow-icon-300`
93
+ - `component-top-to-text-50`
94
+ - `component-top-to-text-75`
95
+ - `component-top-to-text-100`
96
+ - `component-top-to-text-200`
97
+ - `component-top-to-text-300`
98
+ - `component-bottom-to-text-50`
99
+ - `component-bottom-to-text-75`
100
+ - `component-bottom-to-text-100`
101
+ - `component-bottom-to-text-200`
102
+ - `component-bottom-to-text-300`
103
+ - `component-to-menu-small`
104
+ - `component-to-menu-medium`
105
+ - `component-to-menu-large`
106
+ - `component-to-menu-extra-large`
107
+ - `field-edge-to-visual-quiet`
108
+ - `field-edge-to-disclosure-icon-75`
109
+ - `field-edge-to-disclosure-icon-100`
110
+ - `field-edge-to-disclosure-icon-200`
111
+ - `field-edge-to-disclosure-icon-300`
112
+ - `field-end-edge-to-disclosure-icon-75`
113
+ - `field-end-edge-to-disclosure-icon-100`
114
+ - `field-end-edge-to-disclosure-icon-200`
115
+ - `field-end-edge-to-disclosure-icon-300`
116
+ - `field-top-to-disclosure-icon-75`
117
+ - `field-top-to-disclosure-icon-100`
118
+ - `field-top-to-disclosure-icon-200`
119
+ - `field-top-to-disclosure-icon-300`
120
+ - `field-top-to-alert-icon-small`
121
+ - `field-top-to-alert-icon-medium`
122
+ - `field-top-to-alert-icon-large`
123
+ - `field-top-to-alert-icon-extra-large`
124
+ - `field-top-to-validation-icon-small`
125
+ - `field-top-to-validation-icon-medium`
126
+ - `field-top-to-validation-icon-large`
127
+ - `field-top-to-validation-icon-extra-large`
128
+ - `field-top-to-progress-circle-small`
129
+ - `field-top-to-progress-circle-medium`
130
+ - `field-top-to-progress-circle-large`
131
+ - `field-top-to-progress-circle-extra-large`
132
+ - `field-edge-to-alert-icon-small`
133
+ - `field-edge-to-alert-icon-medium`
134
+ - `field-edge-to-alert-icon-large`
135
+ - `field-edge-to-alert-icon-extra-large`
136
+ - `field-edge-to-validation-icon-small`
137
+ - `field-edge-to-validation-icon-medium`
138
+ - `field-edge-to-validation-icon-large`
139
+ - `field-edge-to-validation-icon-extra-large`
140
+ - `field-text-to-alert-icon-small`
141
+ - `field-text-to-alert-icon-medium`
142
+ - `field-text-to-alert-icon-large`
143
+ - `field-text-to-alert-icon-extra-large`
144
+ - `field-text-to-validation-icon-small`
145
+ - `field-text-to-validation-icon-medium`
146
+ - `field-text-to-validation-icon-large`
147
+ - `field-text-to-validation-icon-extra-large`
148
+ - `side-label-character-count-to-field`
149
+ - `side-label-character-count-top-margin-small`
150
+ - `side-label-character-count-top-margin-medium`
151
+ - `side-label-character-count-top-margin-large`
152
+ - `side-label-character-count-top-margin-extra-large`
153
+ - `disclosure-indicator-top-to-disclosure-icon-small`
154
+ - `disclosure-indicator-top-to-disclosure-icon-medium`
155
+ - `disclosure-indicator-top-to-disclosure-icon-large`
156
+ - `disclosure-indicator-top-to-disclosure-icon-extra-large`
157
+ - `text-underline-gap`
158
+ - `navigational-indicator-top-to-back-icon-small`
159
+ - `navigational-indicator-top-to-back-icon-medium`
160
+ - `navigational-indicator-top-to-back-icon-large`
161
+ - `navigational-indicator-top-to-back-icon-extra-large`
162
+ - `window-to-edge`
163
+ - `field-top-to-disclosure-icon-compact-small`
164
+ - `field-top-to-disclosure-icon-small`
165
+ - `field-top-to-disclosure-icon-spacious-small`
166
+ - `field-top-to-disclosure-icon-compact-medium`
167
+ - `field-top-to-disclosure-icon-medium`
168
+ - `field-top-to-disclosure-icon-spacious-medium`
169
+ - `field-top-to-disclosure-icon-compact-large`
170
+ - `field-top-to-disclosure-icon-large`
171
+ - `field-top-to-disclosure-icon-spacious-large`
172
+ - `field-top-to-disclosure-icon-compact-extra-large`
173
+ - `field-top-to-disclosure-icon-extra-large`
174
+ - `field-top-to-disclosure-icon-spacious-extra-large`
175
+ - `component-padding-vertical-50`
176
+ - `component-padding-vertical-75`
177
+ - `component-padding-vertical-100`
178
+ - `component-padding-vertical-200`
179
+ - `component-padding-vertical-300`
180
+ - `checkbox-top-to-control-small`
181
+ - `checkbox-top-to-control-medium`
182
+ - `checkbox-top-to-control-large`
183
+ - `checkbox-top-to-control-extra-large`
184
+ - `switch-top-to-control-small`
185
+ - `switch-top-to-control-medium`
186
+ - `switch-top-to-control-large`
187
+ - `switch-top-to-control-extra-large`
188
+ - `radio-button-top-to-control-small`
189
+ - `radio-button-top-to-control-medium`
190
+ - `radio-button-top-to-control-large`
191
+ - `radio-button-top-to-control-extra-large`
192
+ - `field-label-text-to-asterisk-small`
193
+ - `field-label-text-to-asterisk-medium`
194
+ - `field-label-text-to-asterisk-large`
195
+ - `field-label-text-to-asterisk-extra-large`
196
+ - `field-label-top-to-asterisk-small`
197
+ - `field-label-top-to-asterisk-medium`
198
+ - `field-label-top-to-asterisk-large`
199
+ - `field-label-top-to-asterisk-extra-large`
200
+ - `field-label-top-margin-small`
201
+ - `field-label-top-margin-medium`
202
+ - `field-label-top-margin-large`
203
+ - `field-label-top-margin-extra-large`
204
+ - `field-label-to-component`
205
+ - `help-text-to-component`
206
+ - `status-light-top-to-dot-small`
207
+ - `status-light-top-to-dot-medium`
208
+ - `status-light-top-to-dot-large`
209
+ - `status-light-top-to-dot-extra-large`
210
+ - `action-button-edge-to-hold-icon-extra-small`
211
+ - `action-button-edge-to-hold-icon-small`
212
+ - `action-button-edge-to-hold-icon-medium`
213
+ - `action-button-edge-to-hold-icon-large`
214
+ - `action-button-edge-to-hold-icon-extra-large`
215
+ - `toast-top-to-workflow-icon`
216
+ - `toast-top-to-text`
217
+ - `toast-bottom-to-text`
218
+ - `action-bar-top-to-item-counter`
219
+ - `tag-top-to-avatar-small`
220
+ - `tag-top-to-avatar-medium`
221
+ - `tag-top-to-avatar-large`
222
+ - `tag-top-to-cross-icon-small`
223
+ - `tag-top-to-cross-icon-medium`
224
+ - `tag-top-to-cross-icon-large`
225
+ - `popover-edge-to-content-area`
226
+ - `menu-item-edge-to-content-not-selected-small`
227
+ - `menu-item-edge-to-content-not-selected-medium`
228
+ - `menu-item-edge-to-content-not-selected-large`
229
+ - `menu-item-edge-to-content-not-selected-extra-large`
230
+ - `menu-item-top-to-disclosure-icon-small`
231
+ - `menu-item-top-to-disclosure-icon-medium`
232
+ - `menu-item-top-to-disclosure-icon-large`
233
+ - `menu-item-top-to-disclosure-icon-extra-large`
234
+ - `menu-item-top-to-selected-icon-small`
235
+ - `menu-item-top-to-selected-icon-medium`
236
+ - `menu-item-top-to-selected-icon-large`
237
+ - `menu-item-top-to-selected-icon-extra-large`
238
+ - `slider-control-to-field-label-small`
239
+ - `slider-control-to-field-label-medium`
240
+ - `slider-control-to-field-label-large`
241
+ - `slider-control-to-field-label-extra-large`
242
+ - `picker-visual-to-disclosure-icon-small`
243
+ - `picker-visual-to-disclosure-icon-medium`
244
+ - `picker-visual-to-disclosure-icon-large`
245
+ - `picker-visual-to-disclosure-icon-extra-large`
246
+ - `picker-end-edge-to-disclosure-icon-quiet`
247
+ - `breadcrumbs-top-to-text-multiline`
248
+ - `breadcrumbs-bottom-to-text-multiline`
249
+ - `breadcrumbs-end-edge-to-text`
250
+ - `breadcrumbs-top-text-to-bottom-text`
251
+ - `breadcrumbs-top-to-truncated-menu`
252
+ - `breadcrumbs-start-edge-to-truncated-menu`
253
+ - `breadcrumbs-truncated-menu-to-bottom-text`
254
+ - `alert-banner-top-to-workflow-icon`
255
+ - `alert-banner-top-to-text`
256
+ - `alert-banner-bottom-to-text`
257
+ - `drop-zone-border-dash-length`
258
+ - `drop-zone-border-dash-gap`
259
+ - `coach-mark-edge-to-content`
260
+ - `coach-mark-pagination-text-to-bottom-edge`
261
+ - `accordion-top-to-text-compact-small`
262
+ - `accordion-top-to-text-compact-medium`
263
+ - `accordion-top-to-text-spacious-medium`
264
+ - `accordion-top-to-text-compact-large`
265
+ - `accordion-top-to-text-spacious-large`
266
+ - `accordion-top-to-text-compact-extra-large`
267
+ - `accordion-top-to-text-spacious-extra-large`
268
+ - `accordion-bottom-to-text-compact-small`
269
+ - `accordion-bottom-to-text-spacious-small`
270
+ - `accordion-bottom-to-text-compact-medium`
271
+ - `accordion-bottom-to-text-spacious-medium`
272
+ - `accordion-bottom-to-text-compact-large`
273
+ - `accordion-bottom-to-text-spacious-large`
274
+ - `accordion-bottom-to-text-compact-extra-large`
275
+ - `accordion-bottom-to-text-spacious-extra-large`
276
+ - `accordion-edge-to-text`
277
+ - `accordion-focus-indicator-gap`
278
+ - `accordion-content-area-top-to-content`
279
+ - `accordion-content-area-bottom-to-content`
280
+ - `table-column-header-row-top-to-text-small`
281
+ - `table-column-header-row-top-to-text-medium`
282
+ - `table-column-header-row-top-to-text-large`
283
+ - `table-column-header-row-top-to-text-extra-large`
284
+ - `table-column-header-row-bottom-to-text-small`
285
+ - `table-column-header-row-bottom-to-text-medium`
286
+ - `table-column-header-row-bottom-to-text-large`
287
+ - `table-column-header-row-bottom-to-text-extra-large`
288
+ - `table-row-top-to-text-small-compact`
289
+ - `table-row-top-to-text-medium-compact`
290
+ - `table-row-top-to-text-large-compact`
291
+ - `table-row-top-to-text-extra-large-compact`
292
+ - `table-row-bottom-to-text-small-compact`
293
+ - `table-row-bottom-to-text-medium-compact`
294
+ - `table-row-bottom-to-text-large-compact`
295
+ - `table-row-bottom-to-text-extra-large-compact`
296
+ - `table-row-top-to-text-small`
297
+ - `table-row-top-to-text-medium`
298
+ - `table-row-top-to-text-large`
299
+ - `table-row-top-to-text-extra-large`
300
+ - `table-row-bottom-to-text-small`
301
+ - `table-row-bottom-to-text-medium`
302
+ - `table-row-bottom-to-text-large`
303
+ - `table-row-bottom-to-text-extra-large`
304
+ - `table-row-top-to-text-small-spacious`
305
+ - `table-row-top-to-text-medium-spacious`
306
+ - `table-row-top-to-text-large-spacious`
307
+ - `table-row-top-to-text-extra-large-spacious`
308
+ - `table-row-bottom-to-text-small-spacious`
309
+ - `table-row-bottom-to-text-medium-spacious`
310
+ - `table-row-bottom-to-text-large-spacious`
311
+ - `table-row-bottom-to-text-extra-large-spacious`
312
+ - `table-edge-to-content`
313
+ - `table-checkbox-to-text`
314
+ - `table-header-row-checkbox-to-top-small`
315
+ - `table-header-row-checkbox-to-top-medium`
316
+ - `table-header-row-checkbox-to-top-large`
317
+ - `table-header-row-checkbox-to-top-extra-large`
318
+ - `table-row-checkbox-to-top-small-compact`
319
+ - `table-row-checkbox-to-top-small`
320
+ - `table-row-checkbox-to-top-small-spacious`
321
+ - `table-row-checkbox-to-top-medium-compact`
322
+ - `table-row-checkbox-to-top-medium`
323
+ - `table-row-checkbox-to-top-medium-spacious`
324
+ - `table-row-checkbox-to-top-large-compact`
325
+ - `table-row-checkbox-to-top-large`
326
+ - `table-row-checkbox-to-top-large-spacious`
327
+ - `table-row-checkbox-to-top-extra-large-compact`
328
+ - `table-row-checkbox-to-top-extra-large`
329
+ - `table-row-checkbox-to-top-extra-large-spacious`
330
+ - `table-thumbnail-to-top-minimum-small-compact`
331
+ - `table-thumbnail-to-top-minimum-medium-compact`
332
+ - `table-thumbnail-to-top-minimum-large-compact`
333
+ - `table-thumbnail-to-top-minimum-extra-large-compact`
334
+ - `table-thumbnail-to-top-minimum-small`
335
+ - `table-thumbnail-to-top-minimum-medium`
336
+ - `table-thumbnail-to-top-minimum-large`
337
+ - `table-thumbnail-to-top-minimum-extra-large`
338
+ - `table-thumbnail-to-top-minimum-small-spacious`
339
+ - `table-thumbnail-to-top-minimum-medium-spacious`
340
+ - `table-thumbnail-to-top-minimum-large-spacious`
341
+ - `table-thumbnail-to-top-minimum-extra-large-spacious`
342
+ - `tab-item-to-tab-item-horizontal-small`
343
+ - `tab-item-to-tab-item-horizontal-medium`
344
+ - `tab-item-to-tab-item-horizontal-large`
345
+ - `tab-item-to-tab-item-horizontal-extra-large`
346
+ - `tab-item-to-tab-item-vertical-small`
347
+ - `tab-item-to-tab-item-vertical-medium`
348
+ - `tab-item-to-tab-item-vertical-large`
349
+ - `tab-item-to-tab-item-vertical-extra-large`
350
+ - `tab-item-start-to-edge-quiet`
351
+ - `tab-item-start-to-edge-small`
352
+ - `tab-item-start-to-edge-medium`
353
+ - `tab-item-start-to-edge-large`
354
+ - `tab-item-start-to-edge-extra-large`
355
+ - `tab-item-top-to-text-small`
356
+ - `tab-item-bottom-to-text-small`
357
+ - `tab-item-top-to-text-medium`
358
+ - `tab-item-bottom-to-text-medium`
359
+ - `tab-item-top-to-text-large`
360
+ - `tab-item-bottom-to-text-large`
361
+ - `tab-item-top-to-text-extra-large`
362
+ - `tab-item-bottom-to-text-extra-large`
363
+ - `tab-item-top-to-text-compact-small`
364
+ - `tab-item-bottom-to-text-compact-small`
365
+ - `tab-item-top-to-text-compact-medium`
366
+ - `tab-item-bottom-to-text-compact-medium`
367
+ - `tab-item-top-to-text-compact-large`
368
+ - `tab-item-bottom-to-text-compact-large`
369
+ - `tab-item-top-to-text-compact-extra-large`
370
+ - `tab-item-bottom-to-text-compact-extra-large`
371
+ - `tab-item-top-to-workflow-icon-small`
372
+ - `tab-item-top-to-workflow-icon-medium`
373
+ - `tab-item-top-to-workflow-icon-large`
374
+ - `tab-item-top-to-workflow-icon-extra-large`
375
+ - `tab-item-top-to-workflow-icon-compact-small`
376
+ - `tab-item-top-to-workflow-icon-compact-medium`
377
+ - `tab-item-top-to-workflow-icon-compact-large`
378
+ - `tab-item-top-to-workflow-icon-compact-extra-large`
379
+ - `tab-item-focus-indicator-gap-small`
380
+ - `tab-item-focus-indicator-gap-medium`
381
+ - `tab-item-focus-indicator-gap-large`
382
+ - `tab-item-focus-indicator-gap-extra-large`
383
+ - `side-navigation-second-level-edge-to-text`
384
+ - `side-navigation-third-level-edge-to-text`
385
+ - `side-navigation-item-to-item`
386
+ - `side-navigation-item-to-header`
387
+ - `side-navigation-bottom-to-text`
388
+ - `tray-top-to-content-area`
389
+ - `in-field-button-stacked-inner-edge-to-fill`
390
+ - `in-field-button-edge-to-disclosure-icon-stacked-small`
391
+ - `in-field-button-edge-to-disclosure-icon-stacked-medium`
392
+ - `in-field-button-edge-to-disclosure-icon-stacked-large`
393
+ - `in-field-button-edge-to-disclosure-icon-stacked-extra-large`
394
+ - `in-field-button-outer-edge-to-disclosure-icon-stacked-small`
395
+ - `in-field-button-outer-edge-to-disclosure-icon-stacked-medium`
396
+ - `in-field-button-outer-edge-to-disclosure-icon-stacked-large`
397
+ - `in-field-button-outer-edge-to-disclosure-icon-stacked-extra-large`
398
+ - `in-field-button-inner-edge-to-disclosure-icon-stacked-small`
399
+ - `in-field-button-inner-edge-to-disclosure-icon-stacked-medium`
400
+ - `in-field-button-inner-edge-to-disclosure-icon-stacked-large`
401
+ - `in-field-button-inner-edge-to-disclosure-icon-stacked-extra-large`
402
+ - `side-navigation-header-to-item`
403
+ - `tag-label-to-clear-icon-small`
404
+ - `tag-label-to-clear-icon-medium`
405
+ - `tag-label-to-clear-icon-large`
406
+ - `tag-edge-to-clear-icon-small`
407
+ - `tag-edge-to-clear-icon-medium`
408
+ - `tag-edge-to-clear-icon-large`
409
+ - `alert-banner-top-to-alert-icon`
410
+ - `accordion-top-to-text-spacious-small`
411
+ - `combo-box-visual-to-field-button`
412
+ - `in-field-button-edge-to-fill-small`
413
+ - `in-field-button-edge-to-fill-medium`
414
+ - `in-field-button-edge-to-fill-large`
415
+ - `in-field-button-edge-to-fill-extra-large`
416
+ - `in-field-progress-circle-edge-to-fill`
417
+ - `status-light-text-to-visual-75`
418
+ - `status-light-text-to-visual-100`
419
+ - `status-light-text-to-visual-200`
420
+ - `status-light-text-to-visual-300`
421
+ - `menu-item-label-to-description-small`
422
+ - `menu-item-label-to-description-medium`
423
+ - `menu-item-label-to-description-large`
424
+ - `menu-item-label-to-description-extra-large`
425
+ - `menu-section-header-to-description-small`
426
+ - `menu-section-header-to-description-medium`
427
+ - `menu-section-header-to-description-large`
428
+ - `menu-section-header-to-description-extra-large`
429
+ - `menu-item-top-to-thumbnail-small`
430
+ - `menu-item-top-to-thumbnail-medium`
431
+ - `menu-item-top-to-thumbnail-large`
432
+ - `menu-item-top-to-thumbnail-extra-large`
433
+ - `breadcrumbs-separator-to-bottom-text-multiline`
434
+ - `breadcrumbs-start-edge-to-text-large`
435
+ - `breadcrumbs-start-edge-to-text-medium`
436
+ - `breadcrumbs-start-edge-to-text-multiline`
437
+ - `breadcrumbs-top-to-separator-large`
438
+ - `breadcrumbs-top-to-separator-medium`
439
+ - `breadcrumbs-top-to-separator-multiline`
440
+ - `breadcrumbs-truncated-menu-to-separator`
441
+ - `breadcrumbs-text-to-separator-large`
442
+ - `breadcrumbs-text-to-separator-medium`
443
+ - `breadcrumbs-text-to-separator-multiline`
444
+ - `coach-indicator-collapsed-gap`
445
+ - `coach-indicator-expanded-gap`
446
+ - `accordion-content-area-edge-to-content-small`
447
+ - `accordion-content-area-edge-to-content-medium`
448
+ - `accordion-content-area-edge-to-content-large`
449
+ - `accordion-content-area-edge-to-content-extra-large`
450
+ - `accordion-disclosure-indicator-to-text-small`
451
+ - `accordion-disclosure-indicator-to-text-medium`
452
+ - `accordion-disclosure-indicator-to-text-large`
453
+ - `accordion-disclosure-indicator-to-text-extra-large`
454
+ - `accordion-item-to-divider`
455
+ - `action-bar-top-to-content-area`
456
+ - `action-bar-bottom-to-content-area`
457
+ - `action-bar-edge-to-content-area`
458
+ - `action-bar-close-button-to-counter`
459
+ - `swatch-group-spacing-spacious`
460
+ - `avatar-to-avatar-50`
461
+ - `avatar-to-avatar-75`
462
+ - `avatar-to-avatar-100`
463
+ - `avatar-to-avatar-200`
464
+ - `avatar-to-avatar-300`
465
+ - `avatar-to-avatar-400`
466
+ - `avatar-to-avatar-500`
467
+ - `standard-panel-top-to-close-button-compact`
468
+ - `standard-panel-top-to-close-button-regular`
469
+ - `standard-panel-top-to-close-button-spacious`
470
+ - `standard-panel-edge-to-close-button-compact`
471
+ - `standard-panel-edge-to-close-button-regular`
472
+ - `standard-panel-edge-to-close-button-spacious`
473
+ - `bar-panel-spacing-extra-spacious`
474
+ - `rating-top-to-content-area-small`
475
+ - `rating-bottom-to-content-area-small`
476
+ - `rating-edge-to-content-area-small`
477
+ - `rating-top-to-content-area-medium`
478
+ - `rating-bottom-to-content-area-medium`
479
+ - `rating-edge-to-content-area-medium`
480
+ - `select-box-edge-to-checkbox`
481
+ - `select-box-horizontal-end-to-content`
482
+ - `select-box-horizontal-illustration-to-label`
483
+ - `select-box-horizontal-label-to-description`
484
+ - `select-box-horizontal-start-to-content`
485
+ - `select-box-horizontal-top-to-content`
486
+ - `select-box-top-to-checkbox`
487
+ - `select-box-vertical-edge-to-content`
488
+ - `select-box-vertical-illustration-to-label`
489
+ - `slider-control-to-field-label-editable-small`
490
+ - `slider-control-to-field-label-editable-medium`
491
+ - `slider-control-to-field-label-editable-large`
492
+ - `slider-control-to-field-label-editable-extra-large`
493
+ - `slider-control-to-field-label-side-small`
494
+ - `slider-control-to-field-label-side-medium`
495
+ - `slider-control-to-field-label-side-large`
496
+ - `slider-control-to-field-label-side-extra-large`
497
+ - `slider-control-to-text-field-small`
498
+ - `slider-control-to-text-field-medium`
499
+ - `slider-control-to-text-field-large`
500
+ - `slider-control-to-text-field-extra-large`
501
+ - `in-field-stepper-to-end-small`
502
+ - `in-field-stepper-to-end-medium`
503
+ - `in-field-stepper-to-end-large`
504
+ - `in-field-stepper-to-end-extra-large`
505
+ - `number-field-visual-to-in-field-stepper-small`
506
+ - `number-field-visual-to-in-field-stepper-medium`
507
+ - `number-field-visual-to-in-field-stepper-large`
508
+ - `number-field-visual-to-in-field-stepper-extra-large`
509
+ - `tree-view-bottom-to-label`
510
+ - `tree-view-drag-handle-to-checkbox`
511
+ - `tree-view-edge-to-checkbox`
512
+ - `tree-view-edge-to-drag-handle`
513
+ - `tree-view-end-edge-to-action-area`
514
+ - `tree-view-header-to-item`
515
+ - `tree-view-item-to-header`
516
+ - `tree-view-item-to-item-default`
517
+ - `tree-view-item-to-item-detached`
518
+ - `tree-view-label-to-action-area`
519
+ - `tree-view-level-increment`
520
+ - `tree-view-minimum-top-to-context-area`
521
+ - `tree-view-top-to-action-button`
522
+ - `tree-view-top-to-checkbox`
523
+ - `tree-view-top-to-disclosure-indicator`
524
+ - `tree-view-top-to-drag-handle`
525
+ - `tree-view-top-to-label`
526
+ - `action-bar-label-to-action-group-area`
527
+ - `card-edge-to-content-compact-extra-small`
528
+ - `card-edge-to-content-default-extra-small`
529
+ - `card-edge-to-content-spacious-extra-small`
530
+ - `card-edge-to-content-compact-small`
531
+ - `card-edge-to-content-default-small`
532
+ - `card-edge-to-content-spacious-small`
533
+ - `card-edge-to-content-compact-medium`
534
+ - `card-edge-to-content-default-medium`
535
+ - `card-edge-to-content-spacious-medium`
536
+ - `card-edge-to-content-compact-large`
537
+ - `card-edge-to-content-default-large`
538
+ - `card-edge-to-content-spacious-large`
539
+ - `card-edge-to-content-compact-extra-large`
540
+ - `card-edge-to-content-default-extra-large`
541
+ - `card-edge-to-content-spacious-extra-large`
542
+ - `card-header-to-description`
543
+ - `card-description-to-footer`
544
+ - `steplist-bottom-to-text`
545
+ - `card-horizontal-edge-to-content-compact`
546
+ - `card-horizontal-edge-to-content-default`
547
+ - `card-horizontal-edge-to-content-spacious`
548
+ - `accordion-edge-to-content-area-small`
549
+ - `accordion-edge-to-content-area-medium`
550
+ - `accordion-edge-to-content-area-large`
551
+ - `accordion-edge-to-content-area-extra-large`
552
+ - `date-field-text-to-visual`
553
+ - `date-picker-visual-to-field-button`
554
+ - `date-picker-text-to-visual`
555
+ - `time-field-text-to-visual`
556
+ - `segmented-text-field-gap`
557
+ - `tag-field-edge-to-content-small`
558
+ - `tag-field-edge-to-content-medium`
559
+ - `tag-field-edge-to-content-large`
560
+ - `list-view-end-edge-to-content`
561
+ - `stack-item-start-edge-to-content`
562
+ - `stack-item-drag-handle-to-control`
563
+ - `stack-item-text-to-control`
564
+ - `stack-item-edge-to-control`
565
+ - `stack-item-edge-to-visual`
566
+ - `stack-item-action-to-navigation`
567
+ - `stack-item-header-to-item`
568
+ - `stack-item-item-to-item`
569
+ - `accordion-bottom-to-text-extra-large`
570
+ - `accordion-bottom-to-text-large`
571
+ - `accordion-bottom-to-text-medium`
572
+ - `accordion-bottom-to-text-small`
573
+ - `accordion-top-to-text-extra-large`
574
+ - `accordion-top-to-text-large`
575
+ - `accordion-top-to-text-medium`
576
+ - `accordion-top-to-text-small`
577
+ - `side-navigation-counter-to-disclosure`
578
+ - `side-navigation-edge-to-indicator`
579
+ - `side-navigation-indicator-to-content`
580
+ - `side-navigation-second-level-edge-to-indicator`
581
+ - `side-navigation-second-level-with-icon-edge-to-text`
582
+ - `side-navigation-second-level-with-icon-edge-to-indicator`
583
+ - `side-navigation-third-level-edge-to-indicator`
584
+ - `side-navigation-third-level-with-icon-edge-to-text`
585
+ - `side-navigation-third-level-with-icon-edge-to-indicator`
586
+ - `side-navigation-trailing-accessory-area-to-edge`
587
+ </details>
588
+ <details><summary><strong>Added (117)</strong></summary>
589
+ - `spacing-25`
590
+ - `spacing-85`
591
+ - `spacing-350`
592
+ - `focus-ring-gap`
593
+ - `text-gap-extra-small`
594
+ - `text-gap-small`
595
+ - `text-gap-medium`
596
+ - `text-gap-large`
597
+ - `text-gap-extra-large`
598
+ - `base-gap-extra-small`
599
+ - `base-gap-small`
600
+ - `base-gap-medium`
601
+ - `base-gap-large`
602
+ - `base-gap-extra-large`
603
+ - `base-gap-2x-large`
604
+ - `base-gap-3x-large`
605
+ - `base-gap-4x-large`
606
+ - `base-padding-horizontal-extra-small`
607
+ - `base-padding-horizontal-small`
608
+ - `base-padding-horizontal-medium`
609
+ - `base-padding-horizontal-large`
610
+ - `base-padding-horizontal-extra-large`
611
+ - `base-padding-horizontal-2x-large`
612
+ - `base-padding-horizontal-uniform-2x-small`
613
+ - `base-padding-horizontal-uniform-extra-small`
614
+ - `base-padding-horizontal-uniform-small`
615
+ - `base-padding-horizontal-uniform-medium`
616
+ - `base-padding-horizontal-uniform-large`
617
+ - `base-padding-horizontal-uniform-extra-large`
618
+ - `base-padding-horizontal-uniform-2x-large`
619
+ - `base-padding-vertical-2x-small`
620
+ - `base-padding-vertical-extra-small`
621
+ - `base-padding-vertical-small`
622
+ - `base-padding-vertical-medium`
623
+ - `base-padding-vertical-large`
624
+ - `base-padding-vertical-extra-large`
625
+ - `base-padding-vertical-2x-large`
626
+ - `base-padding-vertical-3x-large`
627
+ - `accessory-item-padding-2x-small`
628
+ - `accessory-item-padding-extra-small`
629
+ - `accessory-item-padding-small`
630
+ - `accessory-item-padding-medium`
631
+ - `accessory-item-padding-large`
632
+ - `accessory-item-padding-extra-large`
633
+ - `accessory-gap-extra-small`
634
+ - `accessory-gap-small`
635
+ - `accessory-gap-medium`
636
+ - `accessory-gap-large`
637
+ - `accessory-gap-extra-large`
638
+ - `accessory-gap-2x-large`
639
+ - `accessory-gap-affixed-extra-small`
640
+ - `accessory-gap-affixed-small`
641
+ - `accessory-gap-affixed-medium`
642
+ - `accessory-gap-affixed-large`
643
+ - `accessory-gap-affixed-extra-large`
644
+ - `accessory-gap-affixed-2x-large`
645
+ - `list-item-padding-vertical-regular`
646
+ - `list-item-padding-vertical-spacious`
647
+ - `list-item-padding-horizontal`
648
+ - `list-item-gap-small`
649
+ - `list-item-gap-medium`
650
+ - `list-gap-compact`
651
+ - `list-gap-regular`
652
+ - `list-gap-spacious`
653
+ - `group-gap-extra-small`
654
+ - `group-gap-small`
655
+ - `group-gap-medium`
656
+ - `group-gap-large`
657
+ - `group-gap-extra-large`
658
+ - `group-gap-compact`
659
+ - `list-indent-large`
660
+ - `list-indent-medium`
661
+ - `tab-gap-horizontal-small`
662
+ - `tab-gap-horizontal-medium`
663
+ - `tab-gap-horizontal-large`
664
+ - `tab-gap-horizontal-extra-large`
665
+ - `table-item-padding-compact`
666
+ - `table-item-padding-regular`
667
+ - `table-item-padding-spacious`
668
+ - `container-padding-2x-small`
669
+ - `container-padding-extra-small`
670
+ - `container-padding-small`
671
+ - `container-padding-medium`
672
+ - `container-padding-large`
673
+ - `container-padding-extra-large`
674
+ - `container-padding-2x-large`
675
+ - `container-padding-3x-large`
676
+ - `container-gap-2x-small`
677
+ - `container-gap-extra-small`
678
+ - `container-gap-small`
679
+ - `container-gap-medium`
680
+ - `container-gap-large`
681
+ - `container-gap-extra-large`
682
+ - `container-gap-2x-large`
683
+ - `popover-padding`
684
+ - `popover-gap`
685
+ - `banner-padding-vertical`
686
+ - `banner-padding-horizontal-compact`
687
+ - `banner-padding-horizontal`
688
+ - `banner-gap-vertical`
689
+ - `banner-gap-horizontal`
690
+ - `drop-target-dash-length`
691
+ - `drop-target-dash-gap`
692
+ - `ui-icon-2x-large`
693
+ - `ui-icon-extra-large`
694
+ - `ui-icon-extra-small`
695
+ - `ui-icon-large`
696
+ - `ui-icon-medium`
697
+ - `ui-icon-small`
698
+ - `workflow-icon-2x-large`
699
+ - `workflow-icon-2x-small`
700
+ - `workflow-icon-3x-small`
701
+ - `workflow-icon-extra-large`
702
+ - `workflow-icon-extra-small`
703
+ - `workflow-icon-large`
704
+ - `workflow-icon-medium`
705
+ - `workflow-icon-small`
706
+ </details>
707
+
708
+ ### Updated (14)
709
+
710
+ <details><summary><strong>Added Properties (6)</strong></summary>
711
+ - `help-text-top-to-workflow-icon-small`
712
+ - `value`: `{component-top-to-workflow-icon-75}`
713
+ - `deprecated_comment`: `Replaced with component-top-to-workflow-icon-75`
714
+ - `renamed`: `component-top-to-workflow-icon-75`
715
+ - `uuid`: `91cb19ef-63fc-4d98-a61e-a5f55951f656`
716
+ - `help-text-top-to-workflow-icon-medium`
717
+ - `value`: `{component-top-to-workflow-icon-100}`
718
+ - `deprecated_comment`: `Replaced with component-top-to-workflow-icon-100`
719
+ - `renamed`: `component-top-to-workflow-icon-100`
720
+ - `uuid`: `d159b313-4def-493a-adcf-398e2d1fce9f`
721
+ - `help-text-top-to-workflow-icon-large`
722
+ - `value`: `{component-top-to-workflow-icon-200}`
723
+ - `deprecated_comment`: `Replaced with component-top-to-workflow-icon-200`
724
+ - `renamed`: `component-top-to-workflow-icon-200`
725
+ - `uuid`: `54cae12b-5f21-47b4-a964-6033bd025975`
726
+ - `help-text-top-to-workflow-icon-extra-large`
727
+ - `value`: `{component-top-to-workflow-icon-300}`
728
+ - `deprecated_comment`: `Replaced with component-top-to-workflow-icon-300`
729
+ - `renamed`: `component-top-to-workflow-icon-300`
730
+ - `uuid`: `bec914a9-5905-40ac-bd61-a727016c1228`
731
+ - `side-navigation-with-icon-second-level-edge-to-text`
732
+ - `deprecated_comment`: `Use semantic token list-indent-medium instead.`
733
+ - `renamed`: `list-indent-medium`
734
+ - `side-navigation-with-icon-third-level-edge-to-text`
735
+ - `deprecated_comment`: `Use semantic token list-indent-medium instead.`
736
+ - `renamed`: `list-indent-medium`
737
+
738
+ </details>
739
+ <details><summary><strong>Deleted Properties (4)</strong></summary>
740
+ - `help-text-top-to-workflow-icon-small`
741
+ - `desktop.schema`: -> `alias.json`
742
+ - `desktop.value`: -> `{component-top-to-workflow-icon-75}`
743
+ - `desktop.uuid`: -> `91cb19ef-63fc-4d98-a61e-a5f55951f656`
744
+ - `desktop.deprecated_comment`: -> `Replaced with component-top-to-workflow-icon-75`
745
+ - `desktop.renamed`: -> `component-top-to-workflow-icon-75`
746
+ - `mobile.schema`: -> `alias.json`
747
+ - `mobile.value`: -> `{component-top-to-workflow-icon-75}`
748
+ - `mobile.uuid`: -> `00334ebf-5706-4a97-b02c-9f41642c4795`
749
+ - `mobile.deprecated_comment`: -> `Replaced with component-top-to-workflow-icon-75`
750
+ - `mobile.renamed`: -> `component-top-to-workflow-icon-75`
751
+ - `help-text-top-to-workflow-icon-medium`
752
+ - `desktop.schema`: -> `alias.json`
753
+ - `desktop.value`: -> `{component-top-to-workflow-icon-100}`
754
+ - `desktop.uuid`: -> `d159b313-4def-493a-adcf-398e2d1fce9f`
755
+ - `desktop.deprecated_comment`: -> `Replaced with component-top-to-workflow-icon-100`
756
+ - `desktop.renamed`: -> `component-top-to-workflow-icon-100`
757
+ - `mobile.schema`: -> `alias.json`
758
+ - `mobile.value`: -> `{component-top-to-workflow-icon-100}`
759
+ - `mobile.uuid`: -> `b690bd12-855e-444d-8b76-a7ae948e3f52`
760
+ - `mobile.deprecated_comment`: -> `Replaced with component-top-to-workflow-icon-100`
761
+ - `mobile.renamed`: -> `component-top-to-workflow-icon-100`
762
+ - `help-text-top-to-workflow-icon-large`
763
+ - `desktop.schema`: -> `alias.json`
764
+ - `desktop.value`: -> `{component-top-to-workflow-icon-200}`
765
+ - `desktop.uuid`: -> `54cae12b-5f21-47b4-a964-6033bd025975`
766
+ - `desktop.deprecated_comment`: -> `Replaced with component-top-to-workflow-icon-200`
767
+ - `desktop.renamed`: -> `component-top-to-workflow-icon-200`
768
+ - `mobile.schema`: -> `alias.json`
769
+ - `mobile.value`: -> `{component-top-to-workflow-icon-200}`
770
+ - `mobile.uuid`: -> `e2c40309-5b3d-485a-bafa-9015a5b751e7`
771
+ - `mobile.deprecated_comment`: -> `Replaced with component-top-to-workflow-icon-200`
772
+ - `mobile.renamed`: -> `component-top-to-workflow-icon-200`
773
+ - `help-text-top-to-workflow-icon-extra-large`
774
+ - `desktop.schema`: -> `alias.json`
775
+ - `desktop.value`: -> `{component-top-to-workflow-icon-300}`
776
+ - `desktop.uuid`: -> `bec914a9-5905-40ac-bd61-a727016c1228`
777
+ - `desktop.deprecated_comment`: -> `Replaced with component-top-to-workflow-icon-300`
778
+ - `desktop.renamed`: -> `component-top-to-workflow-icon-300`
779
+ - `mobile.schema`: -> `alias.json`
780
+ - `mobile.value`: -> `{component-top-to-workflow-icon-300}`
781
+ - `mobile.uuid`: -> `251c39cc-f949-4055-aecb-42fc99f9d504`
782
+ - `mobile.deprecated_comment`: -> `Replaced with component-top-to-workflow-icon-300`
783
+ - `mobile.renamed`: -> `component-top-to-workflow-icon-300`
784
+
785
+ </details>
786
+ <details><summary><strong>Updated Properties (4)</strong></summary>
787
+ - `help-text-top-to-workflow-icon-small`
788
+ - `schema`: `scale-set.json` -> `alias.json`
789
+ - `help-text-top-to-workflow-icon-medium`
790
+ - `schema`: `scale-set.json` -> `alias.json`
791
+ - `help-text-top-to-workflow-icon-large`
792
+ - `schema`: `scale-set.json` -> `alias.json`
793
+ - `help-text-top-to-workflow-icon-extra-large`
794
+ - `schema`: `scale-set.json` -> `alias.json`
795
+
796
+ </details>
797
+
798
+ ### References
799
+ - Tokens Studio PR: https://github.com/adobe/spectrum-tokens-studio-data/pull/297
800
+ - Original Spectrum Tokens PR: https://github.com/adobe/spectrum-design-data/pull/749
801
+ - Restore PR: https://github.com/adobe/spectrum-design-data/pull/753
802
+
3
803
  ## 14.2.3
4
804
 
5
805
  ### Patch Changes