@adobe/spectrum-tokens 13.0.0-beta.0 → 13.0.0-beta.10

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 (85) hide show
  1. package/CHANGELOG.md +1754 -0
  2. package/dist/json/drover.json +1234 -1256
  3. package/dist/json/variables.json +7780 -8229
  4. package/moon.yml +1 -1
  5. package/package.json +1 -1
  6. package/schemas/components/action-bar.json +1 -1
  7. package/schemas/components/action-button.json +1 -1
  8. package/schemas/components/action-group.json +1 -1
  9. package/schemas/components/alert-banner.json +1 -1
  10. package/schemas/components/alert-dialog.json +1 -1
  11. package/schemas/components/avatar.json +1 -1
  12. package/schemas/components/badge.json +1 -1
  13. package/schemas/components/body.json +1 -1
  14. package/schemas/components/bottom-navigation-android.json +1 -1
  15. package/schemas/components/breadcrumbs.json +1 -1
  16. package/schemas/components/button-group.json +1 -1
  17. package/schemas/components/button.json +1 -1
  18. package/schemas/components/checkbox-group.json +1 -1
  19. package/schemas/components/checkbox.json +1 -1
  20. package/schemas/components/close-button.json +1 -1
  21. package/schemas/components/code.json +1 -1
  22. package/schemas/components/color-area.json +1 -1
  23. package/schemas/components/color-loupe.json +1 -1
  24. package/schemas/components/color-slider.json +1 -1
  25. package/schemas/components/color-wheel.json +1 -1
  26. package/schemas/components/combo-box.json +1 -1
  27. package/schemas/components/contextual-help.json +1 -1
  28. package/schemas/components/detail.json +1 -1
  29. package/schemas/components/divider.json +1 -1
  30. package/schemas/components/field-label.json +1 -1
  31. package/schemas/components/heading.json +1 -1
  32. package/schemas/components/help-text.json +1 -1
  33. package/schemas/components/in-line-alert.json +1 -1
  34. package/schemas/components/link.json +1 -1
  35. package/schemas/components/menu.json +1 -1
  36. package/schemas/components/meter.json +1 -1
  37. package/schemas/components/picker.json +1 -1
  38. package/schemas/components/popover.json +1 -1
  39. package/schemas/components/progress-bar.json +1 -1
  40. package/schemas/components/progress-circle.json +1 -1
  41. package/schemas/components/radio-group.json +1 -1
  42. package/schemas/components/rating.json +1 -1
  43. package/schemas/components/scroll-zoom-bar.json +1 -1
  44. package/schemas/components/side-navigation.json +1 -1
  45. package/schemas/components/slider.json +1 -1
  46. package/schemas/components/status-light.json +1 -1
  47. package/schemas/components/swatch-group.json +1 -1
  48. package/schemas/components/swatch.json +1 -1
  49. package/schemas/components/switch.json +1 -1
  50. package/schemas/components/tab-bar-ios.json +1 -1
  51. package/schemas/components/tabs.json +1 -1
  52. package/schemas/components/tag.json +1 -1
  53. package/schemas/components/text-area.json +1 -1
  54. package/schemas/components/text-field.json +1 -1
  55. package/schemas/components/toast.json +1 -1
  56. package/schemas/components/tooltip.json +1 -1
  57. package/schemas/components/tray.json +1 -1
  58. package/schemas/components/tree-view.json +1 -1
  59. package/schemas/token-types/alias.json +25 -0
  60. package/schemas/token-types/color-set.json +69 -0
  61. package/schemas/token-types/color.json +25 -0
  62. package/schemas/token-types/dimension.json +25 -0
  63. package/schemas/token-types/font-family.json +25 -0
  64. package/schemas/token-types/font-size.json +25 -0
  65. package/schemas/token-types/font-style.json +25 -0
  66. package/schemas/token-types/font-weight.json +25 -0
  67. package/schemas/token-types/multiplier.json +25 -0
  68. package/schemas/token-types/opacity.json +25 -0
  69. package/schemas/token-types/scale-set.json +54 -0
  70. package/schemas/token-types/set.json +22 -0
  71. package/schemas/token-types/text-transform.json +25 -0
  72. package/schemas/token-types/token.json +27 -0
  73. package/src/color-aliases.json +374 -346
  74. package/src/color-component.json +49 -13
  75. package/src/color-palette.json +3585 -1365
  76. package/src/icons.json +18 -16
  77. package/src/layout-component.json +4829 -2444
  78. package/src/layout.json +610 -48
  79. package/src/semantic-color-palette.json +120 -0
  80. package/src/typography.json +285 -0
  81. package/tasks/diff.js +2 -1
  82. package/test/checkId.test.js +55 -33
  83. package/test/componentSchemaValidator.test.js +74 -0
  84. package/test/schemaValidators/alias.test.js +41 -0
  85. package/test/tokenSchemaValidator.test.js +97 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,1759 @@
1
1
  # @adobe/spectrum-tokens
2
2
 
3
+ ## 13.0.0-beta.10
4
+
5
+ ### Minor Changes
6
+
7
+ - 23d9085: Updated desktop and mobile values for component-edge-to-visual-only tokens.
8
+
9
+ Spacing changed due to new workflow icon sizes.
10
+
11
+ ## Token Diff
12
+
13
+ _Token values updated (5):_
14
+
15
+ - `component-edge-to-visual-only-100`
16
+ - `component-edge-to-visual-only-200`
17
+ - `component-edge-to-visual-only-300`
18
+ - `component-edge-to-visual-only-50`
19
+ - `component-edge-to-visual-only-75`
20
+
21
+ - c5430b7: Updated help-text-top-to-workflow-icon-_ token values to point to component-top-to-workflow-icon-_ tokens
22
+
23
+ ## Token Diff
24
+
25
+ _Newly deprecated tokens (4):_
26
+
27
+ - `help-text-top-to-workflow-icon-extra-large`: use `component-edge-to-visual-only-300`
28
+ - `help-text-top-to-workflow-icon-large`: use `component-edge-to-visual-only-200`
29
+ - `help-text-top-to-workflow-icon-medium`: use `component-edge-to-visual-only-100`
30
+ - `help-text-top-to-workflow-icon-small`: use `component-edge-to-visual-only-75`
31
+
32
+ ## 13.0.0-beta.9
33
+
34
+ ### Minor Changes
35
+
36
+ - cf09c84: Updated workflow-icon-size-50, 75, 100, 200, 300 with Spectrum 2 values in mobile and desktop.
37
+ Updated component-top-to-workflow and text-to-visual padding.
38
+ Added 3 new non-color tokens for S2 component downstates in Tokens Studio.
39
+
40
+ ## Design Motivation
41
+
42
+ Spectrum 2 icons have a different workflow icon sizing with base sizes 20 px (desktop), 24 px (mobile).
43
+
44
+ Updated padding values due to new workflow icon sizes in S2.
45
+
46
+ These tokens are used to calculate the perspective transform in CSS to achieve the effect of a component scaling down for down states in Spectrum 2. This is not applicable to all components.
47
+
48
+ ## Tokens Diff
49
+
50
+ _Tokens added (3):_
51
+
52
+ - `component-size-difference-down`
53
+ - `component-size-minimum-perspective-down`
54
+ - `component-size-width-ratio-down`
55
+
56
+ _Token values updated (15):_
57
+
58
+ - `component-top-to-workflow-icon-100`
59
+ - `component-top-to-workflow-icon-200`
60
+ - `component-top-to-workflow-icon-300`
61
+ - `component-top-to-workflow-icon-50`
62
+ - `component-top-to-workflow-icon-75`
63
+ - `text-to-visual-100`
64
+ - `text-to-visual-200`
65
+ - `text-to-visual-300`
66
+ - `text-to-visual-50`
67
+ - `text-to-visual-75`
68
+ - `workflow-icon-size-100`
69
+ - `workflow-icon-size-200`
70
+ - `workflow-icon-size-300`
71
+ - `workflow-icon-size-50`
72
+ - `workflow-icon-size-75`
73
+
74
+ ## 13.0.0-beta.8
75
+
76
+ ### Minor Changes
77
+
78
+ - 507f3c2: Added new and updating existing background layer tokens to S2 set in Tokens Studio and S2/Variables. Also reordered token organization to reflect proper usage based on [S2 guidelines](https://s2.spectrum.corp.adobe.com/page/background-layers/#editing-contexts).
79
+
80
+ ## Design Motivation
81
+
82
+ In Spectrum 2, background layers are used differently depending on the primary context of the page. We now have a full set of tokens to help users distinguish between primary purposes, editing vs browsing.
83
+
84
+ ## Token Diff
85
+
86
+ _Tokens added (2):_
87
+
88
+ - `background-elevated-color`
89
+ - `background-pasteboard-color`
90
+
91
+ _Token values updated (1):_
92
+
93
+ - `background-base-color`
94
+
95
+ ## 13.0.0-beta.7
96
+
97
+ ### Minor Changes
98
+
99
+ - 4853f76: Added schema to all tokens and fixed values that didn't meet schema requirements
100
+
101
+ ## Token Diff
102
+
103
+ _Token values updated (328):_
104
+
105
+ - `accent-background-color-default`
106
+ - `accent-background-color-down`
107
+ - `accent-background-color-hover`
108
+ - `accent-background-color-key-focus`
109
+ - `accent-color-100`
110
+ - `accent-color-1000`
111
+ - `accent-color-1100`
112
+ - `accent-color-1200`
113
+ - `accent-color-1300`
114
+ - `accent-color-1400`
115
+ - `accent-color-200`
116
+ - `accent-color-300`
117
+ - `accent-color-400`
118
+ - `accent-color-500`
119
+ - `accent-color-600`
120
+ - `accent-color-700`
121
+ - `accent-color-800`
122
+ - `accent-color-900`
123
+ - `accent-content-color-default`
124
+ - `accent-content-color-down`
125
+ - `accent-content-color-hover`
126
+ - `accent-content-color-key-focus`
127
+ - `accent-content-color-selected`
128
+ - `accent-visual-color`
129
+ - `blue-100`
130
+ - `blue-1000`
131
+ - `blue-1100`
132
+ - `blue-1200`
133
+ - `blue-1300`
134
+ - `blue-1400`
135
+ - `blue-200`
136
+ - `blue-300`
137
+ - `blue-400`
138
+ - `blue-500`
139
+ - `blue-600`
140
+ - `blue-700`
141
+ - `blue-800`
142
+ - `blue-900`
143
+ - `blue-background-color-default`
144
+ - `blue-visual-color`
145
+ - `celery-100`
146
+ - `celery-1000`
147
+ - `celery-1100`
148
+ - `celery-1200`
149
+ - `celery-1300`
150
+ - `celery-1400`
151
+ - `celery-200`
152
+ - `celery-300`
153
+ - `celery-400`
154
+ - `celery-500`
155
+ - `celery-600`
156
+ - `celery-700`
157
+ - `celery-800`
158
+ - `celery-900`
159
+ - `celery-background-color-default`
160
+ - `celery-visual-color`
161
+ - `chartreuse-100`
162
+ - `chartreuse-1000`
163
+ - `chartreuse-1100`
164
+ - `chartreuse-1200`
165
+ - `chartreuse-1300`
166
+ - `chartreuse-1400`
167
+ - `chartreuse-200`
168
+ - `chartreuse-300`
169
+ - `chartreuse-400`
170
+ - `chartreuse-500`
171
+ - `chartreuse-600`
172
+ - `chartreuse-700`
173
+ - `chartreuse-800`
174
+ - `chartreuse-900`
175
+ - `chartreuse-background-color-default`
176
+ - `chartreuse-visual-color`
177
+ - `contextual-help-body-size`
178
+ - `cyan-100`
179
+ - `cyan-1000`
180
+ - `cyan-1100`
181
+ - `cyan-1200`
182
+ - `cyan-1300`
183
+ - `cyan-1400`
184
+ - `cyan-200`
185
+ - `cyan-300`
186
+ - `cyan-400`
187
+ - `cyan-500`
188
+ - `cyan-600`
189
+ - `cyan-700`
190
+ - `cyan-800`
191
+ - `cyan-900`
192
+ - `cyan-background-color-default`
193
+ - `cyan-visual-color`
194
+ - `drop-zone-background-color`
195
+ - `focus-indicator-color`
196
+ - `fuchsia-100`
197
+ - `fuchsia-1000`
198
+ - `fuchsia-1100`
199
+ - `fuchsia-1200`
200
+ - `fuchsia-1300`
201
+ - `fuchsia-1400`
202
+ - `fuchsia-200`
203
+ - `fuchsia-300`
204
+ - `fuchsia-400`
205
+ - `fuchsia-500`
206
+ - `fuchsia-600`
207
+ - `fuchsia-700`
208
+ - `fuchsia-800`
209
+ - `fuchsia-900`
210
+ - `fuchsia-background-color-default`
211
+ - `fuchsia-visual-color`
212
+ - `green-100`
213
+ - `green-1000`
214
+ - `green-1100`
215
+ - `green-1200`
216
+ - `green-1300`
217
+ - `green-1400`
218
+ - `green-200`
219
+ - `green-300`
220
+ - `green-400`
221
+ - `green-500`
222
+ - `green-600`
223
+ - `green-700`
224
+ - `green-800`
225
+ - `green-900`
226
+ - `green-background-color-default`
227
+ - `green-visual-color`
228
+ - `icon-color-blue-primary-default`
229
+ - `icon-color-green-primary-default`
230
+ - `icon-color-red-primary-default`
231
+ - `icon-color-yellow-primary-default`
232
+ - `indigo-100`
233
+ - `indigo-1000`
234
+ - `indigo-1100`
235
+ - `indigo-1200`
236
+ - `indigo-1300`
237
+ - `indigo-1400`
238
+ - `indigo-200`
239
+ - `indigo-300`
240
+ - `indigo-400`
241
+ - `indigo-500`
242
+ - `indigo-600`
243
+ - `indigo-700`
244
+ - `indigo-800`
245
+ - `indigo-900`
246
+ - `indigo-background-color-default`
247
+ - `indigo-visual-color`
248
+ - `informative-background-color-default`
249
+ - `informative-background-color-down`
250
+ - `informative-background-color-hover`
251
+ - `informative-background-color-key-focus`
252
+ - `informative-color-100`
253
+ - `informative-color-1000`
254
+ - `informative-color-1100`
255
+ - `informative-color-1200`
256
+ - `informative-color-1300`
257
+ - `informative-color-1400`
258
+ - `informative-color-200`
259
+ - `informative-color-300`
260
+ - `informative-color-400`
261
+ - `informative-color-500`
262
+ - `informative-color-600`
263
+ - `informative-color-700`
264
+ - `informative-color-800`
265
+ - `informative-color-900`
266
+ - `informative-visual-color`
267
+ - `magenta-100`
268
+ - `magenta-1000`
269
+ - `magenta-1100`
270
+ - `magenta-1200`
271
+ - `magenta-1300`
272
+ - `magenta-1400`
273
+ - `magenta-200`
274
+ - `magenta-300`
275
+ - `magenta-400`
276
+ - `magenta-500`
277
+ - `magenta-600`
278
+ - `magenta-700`
279
+ - `magenta-800`
280
+ - `magenta-900`
281
+ - `magenta-background-color-default`
282
+ - `magenta-visual-color`
283
+ - `navigational-indicator-top-to-back-icon-extra-large`
284
+ - `navigational-indicator-top-to-back-icon-large`
285
+ - `navigational-indicator-top-to-back-icon-medium`
286
+ - `navigational-indicator-top-to-back-icon-small`
287
+ - `negative-background-color-default`
288
+ - `negative-background-color-down`
289
+ - `negative-background-color-hover`
290
+ - `negative-background-color-key-focus`
291
+ - `negative-border-color-default`
292
+ - `negative-border-color-down`
293
+ - `negative-border-color-focus`
294
+ - `negative-border-color-focus-hover`
295
+ - `negative-border-color-hover`
296
+ - `negative-border-color-key-focus`
297
+ - `negative-color-100`
298
+ - `negative-color-1000`
299
+ - `negative-color-1100`
300
+ - `negative-color-1200`
301
+ - `negative-color-1300`
302
+ - `negative-color-1400`
303
+ - `negative-color-200`
304
+ - `negative-color-300`
305
+ - `negative-color-400`
306
+ - `negative-color-500`
307
+ - `negative-color-600`
308
+ - `negative-color-700`
309
+ - `negative-color-800`
310
+ - `negative-color-900`
311
+ - `negative-content-color-default`
312
+ - `negative-content-color-down`
313
+ - `negative-content-color-hover`
314
+ - `negative-content-color-key-focus`
315
+ - `negative-visual-color`
316
+ - `notice-background-color-default`
317
+ - `notice-color-100`
318
+ - `notice-color-1000`
319
+ - `notice-color-1100`
320
+ - `notice-color-1200`
321
+ - `notice-color-1300`
322
+ - `notice-color-1400`
323
+ - `notice-color-200`
324
+ - `notice-color-300`
325
+ - `notice-color-400`
326
+ - `notice-color-500`
327
+ - `notice-color-600`
328
+ - `notice-color-700`
329
+ - `notice-color-800`
330
+ - `notice-color-900`
331
+ - `notice-visual-color`
332
+ - `orange-100`
333
+ - `orange-1000`
334
+ - `orange-1100`
335
+ - `orange-1200`
336
+ - `orange-1300`
337
+ - `orange-1400`
338
+ - `orange-200`
339
+ - `orange-300`
340
+ - `orange-400`
341
+ - `orange-500`
342
+ - `orange-600`
343
+ - `orange-700`
344
+ - `orange-800`
345
+ - `orange-900`
346
+ - `orange-background-color-default`
347
+ - `orange-visual-color`
348
+ - `positive-background-color-default`
349
+ - `positive-background-color-down`
350
+ - `positive-background-color-hover`
351
+ - `positive-background-color-key-focus`
352
+ - `positive-color-100`
353
+ - `positive-color-1000`
354
+ - `positive-color-1100`
355
+ - `positive-color-1200`
356
+ - `positive-color-1300`
357
+ - `positive-color-1400`
358
+ - `positive-color-200`
359
+ - `positive-color-300`
360
+ - `positive-color-400`
361
+ - `positive-color-500`
362
+ - `positive-color-600`
363
+ - `positive-color-700`
364
+ - `positive-color-800`
365
+ - `positive-color-900`
366
+ - `positive-visual-color`
367
+ - `purple-100`
368
+ - `purple-1000`
369
+ - `purple-1100`
370
+ - `purple-1200`
371
+ - `purple-1300`
372
+ - `purple-1400`
373
+ - `purple-200`
374
+ - `purple-300`
375
+ - `purple-400`
376
+ - `purple-500`
377
+ - `purple-600`
378
+ - `purple-700`
379
+ - `purple-800`
380
+ - `purple-900`
381
+ - `purple-background-color-default`
382
+ - `purple-visual-color`
383
+ - `red-100`
384
+ - `red-1000`
385
+ - `red-1100`
386
+ - `red-1200`
387
+ - `red-1300`
388
+ - `red-1400`
389
+ - `red-200`
390
+ - `red-300`
391
+ - `red-400`
392
+ - `red-500`
393
+ - `red-600`
394
+ - `red-700`
395
+ - `red-800`
396
+ - `red-900`
397
+ - `red-background-color-default`
398
+ - `red-visual-color`
399
+ - `seafoam-100`
400
+ - `seafoam-1000`
401
+ - `seafoam-1100`
402
+ - `seafoam-1200`
403
+ - `seafoam-1300`
404
+ - `seafoam-1400`
405
+ - `seafoam-200`
406
+ - `seafoam-300`
407
+ - `seafoam-400`
408
+ - `seafoam-500`
409
+ - `seafoam-600`
410
+ - `seafoam-700`
411
+ - `seafoam-800`
412
+ - `seafoam-900`
413
+ - `seafoam-background-color-default`
414
+ - `seafoam-visual-color`
415
+ - `side-navigation-item-to-header`
416
+ - `table-selected-row-background-color`
417
+ - `yellow-100`
418
+ - `yellow-1000`
419
+ - `yellow-1100`
420
+ - `yellow-1200`
421
+ - `yellow-1300`
422
+ - `yellow-1400`
423
+ - `yellow-200`
424
+ - `yellow-300`
425
+ - `yellow-400`
426
+ - `yellow-500`
427
+ - `yellow-600`
428
+ - `yellow-700`
429
+ - `yellow-800`
430
+ - `yellow-900`
431
+ - `yellow-background-color-default`
432
+ - `yellow-visual-color`
433
+
434
+ ## 13.0.0-beta.6
435
+
436
+ ### Minor Changes
437
+
438
+ - 6d1c661: Added new Spectrum 2 color tokens for both light and dark themes:
439
+
440
+ Cinnamon 100 to 1600
441
+
442
+ ## Design Motivation
443
+
444
+ This is the last new color that is a part of the new color set needed from Premiere Pro. The additional color will also help when creating new data vis color palettes for Spectrum 2.
445
+
446
+ ## Token Diff
447
+
448
+ _Tokens added (17):_
449
+
450
+ - `cinnamon-100`
451
+ - `cinnamon-200`
452
+ - `cinnamon-300`
453
+ - `cinnamon-400`
454
+ - `cinnamon-500`
455
+ - `cinnamon-600`
456
+ - `cinnamon-700`
457
+ - `cinnamon-800`
458
+ - `cinnamon-900`
459
+ - `cinnamon-1000`
460
+ - `cinnamon-1100`
461
+ - `cinnamon-1200`
462
+ - `cinnamon-1300`
463
+ - `cinnamon-1400`
464
+ - `cinnamon-1500`
465
+ - `cinnamon-1600`
466
+
467
+ - 91d7e95: Fixed bug in the light theme value for notice-background-color-default, from notice-color-800 to notice-color-600
468
+
469
+ ## Design Motivation
470
+
471
+ While updating the badge component in Figma, we noticed a bug where notice-background-color-default in S2 was entered incorrectly for light theme, and should instead match the value for S1
472
+
473
+ ## Token Diff
474
+
475
+ _Token values updated (1):_
476
+
477
+ - `notice-background-color-default`: `light`: `notice-color-800` -> `notice-color-600`
478
+
479
+ ## 13.0.0-beta.5
480
+
481
+ ### Major Changes
482
+
483
+ - 0af2674: feat: new color values for spectrum2
484
+
485
+ ## Design Motivation
486
+
487
+ This update addresses several improvements:
488
+
489
+ fuchsia, seafoam: all values shifted to make room for new colors, pink and turquoise
490
+ all other colors: certain values were updated to address accessibility contrast requirements against Spectrum 2 background layer colors
491
+
492
+ ## Token Diff
493
+
494
+ <details><summary><strong>Token values updated (246):</strong></summary>
495
+
496
+ - `accent-background-color-default`
497
+ - `accent-background-color-down`
498
+ - `accent-background-color-hover`
499
+ - `accent-background-color-key-focus`
500
+ - `accent-color-1000`
501
+ - `accent-color-200`
502
+ - `accent-color-300`
503
+ - `accent-color-400`
504
+ - `accent-color-500`
505
+ - `accent-color-600`
506
+ - `accent-color-700`
507
+ - `accent-color-800`
508
+ - `accent-color-900`
509
+ - `accent-content-color-default`
510
+ - `accent-content-color-down`
511
+ - `accent-content-color-hover`
512
+ - `accent-content-color-key-focus`
513
+ - `accent-content-color-selected`
514
+ - `accent-visual-color`
515
+ - `blue-1000`
516
+ - `blue-200`
517
+ - `blue-300`
518
+ - `blue-400`
519
+ - `blue-500`
520
+ - `blue-600`
521
+ - `blue-700`
522
+ - `blue-800`
523
+ - `blue-900`
524
+ - `blue-background-color-default`
525
+ - `blue-visual-color`
526
+ - `celery-1000`
527
+ - `celery-200`
528
+ - `celery-300`
529
+ - `celery-400`
530
+ - `celery-500`
531
+ - `celery-600`
532
+ - `celery-700`
533
+ - `celery-800`
534
+ - `celery-900`
535
+ - `celery-background-color-default`
536
+ - `celery-visual-color`
537
+ - `chartreuse-1000`
538
+ - `chartreuse-200`
539
+ - `chartreuse-300`
540
+ - `chartreuse-400`
541
+ - `chartreuse-500`
542
+ - `chartreuse-600`
543
+ - `chartreuse-700`
544
+ - `chartreuse-800`
545
+ - `chartreuse-900`
546
+ - `chartreuse-background-color-default`
547
+ - `chartreuse-visual-color`
548
+ - `cyan-1000`
549
+ - `cyan-300`
550
+ - `cyan-400`
551
+ - `cyan-500`
552
+ - `cyan-600`
553
+ - `cyan-700`
554
+ - `cyan-800`
555
+ - `cyan-900`
556
+ - `cyan-background-color-default`
557
+ - `cyan-visual-color`
558
+ - `drop-zone-background-color`
559
+ - `focus-indicator-color`
560
+ - `fuchsia-100`
561
+ - `fuchsia-1000`
562
+ - `fuchsia-1100`
563
+ - `fuchsia-1200`
564
+ - `fuchsia-1300`
565
+ - `fuchsia-1400`
566
+ - `fuchsia-1500`
567
+ - `fuchsia-1600`
568
+ - `fuchsia-200`
569
+ - `fuchsia-300`
570
+ - `fuchsia-400`
571
+ - `fuchsia-500`
572
+ - `fuchsia-600`
573
+ - `fuchsia-700`
574
+ - `fuchsia-800`
575
+ - `fuchsia-900`
576
+ - `fuchsia-background-color-default`
577
+ - `fuchsia-visual-color`
578
+ - `green-100`
579
+ - `green-1000`
580
+ - `green-200`
581
+ - `green-300`
582
+ - `green-400`
583
+ - `green-500`
584
+ - `green-600`
585
+ - `green-700`
586
+ - `green-800`
587
+ - `green-900`
588
+ - `green-background-color-default`
589
+ - `green-visual-color`
590
+ - `icon-color-blue-primary-default`
591
+ - `icon-color-green-primary-default`
592
+ - `icon-color-red-primary-default`
593
+ - `icon-color-yellow-primary-default`
594
+ - `indigo-1000`
595
+ - `indigo-300`
596
+ - `indigo-400`
597
+ - `indigo-500`
598
+ - `indigo-600`
599
+ - `indigo-700`
600
+ - `indigo-800`
601
+ - `indigo-900`
602
+ - `indigo-background-color-default`
603
+ - `indigo-visual-color`
604
+ - `informative-background-color-default`
605
+ - `informative-background-color-down`
606
+ - `informative-background-color-hover`
607
+ - `informative-background-color-key-focus`
608
+ - `informative-color-1000`
609
+ - `informative-color-200`
610
+ - `informative-color-300`
611
+ - `informative-color-400`
612
+ - `informative-color-500`
613
+ - `informative-color-600`
614
+ - `informative-color-700`
615
+ - `informative-color-800`
616
+ - `informative-color-900`
617
+ - `informative-visual-color`
618
+ - `magenta-100`
619
+ - `magenta-1000`
620
+ - `magenta-1100`
621
+ - `magenta-1200`
622
+ - `magenta-1300`
623
+ - `magenta-1400`
624
+ - `magenta-200`
625
+ - `magenta-300`
626
+ - `magenta-400`
627
+ - `magenta-500`
628
+ - `magenta-600`
629
+ - `magenta-700`
630
+ - `magenta-800`
631
+ - `magenta-900`
632
+ - `magenta-background-color-default`
633
+ - `magenta-visual-color`
634
+ - `negative-background-color-default`
635
+ - `negative-background-color-down`
636
+ - `negative-background-color-hover`
637
+ - `negative-background-color-key-focus`
638
+ - `negative-border-color-default`
639
+ - `negative-border-color-focus`
640
+ - `negative-border-color-hover`
641
+ - `negative-border-color-key-focus`
642
+ - `negative-color-1000`
643
+ - `negative-color-200`
644
+ - `negative-color-300`
645
+ - `negative-color-400`
646
+ - `negative-color-500`
647
+ - `negative-color-600`
648
+ - `negative-color-700`
649
+ - `negative-color-800`
650
+ - `negative-color-900`
651
+ - `negative-content-color-default`
652
+ - `negative-content-color-down`
653
+ - `negative-content-color-hover`
654
+ - `negative-content-color-key-focus`
655
+ - `negative-visual-color`
656
+ - `notice-background-color-default`
657
+ - `notice-color-1000`
658
+ - `notice-color-200`
659
+ - `notice-color-400`
660
+ - `notice-color-500`
661
+ - `notice-color-600`
662
+ - `notice-color-700`
663
+ - `notice-color-800`
664
+ - `notice-color-900`
665
+ - `notice-visual-color`
666
+ - `orange-1000`
667
+ - `orange-200`
668
+ - `orange-400`
669
+ - `orange-500`
670
+ - `orange-600`
671
+ - `orange-700`
672
+ - `orange-800`
673
+ - `orange-900`
674
+ - `orange-background-color-default`
675
+ - `orange-visual-color`
676
+ - `positive-background-color-default`
677
+ - `positive-background-color-down`
678
+ - `positive-background-color-hover`
679
+ - `positive-background-color-key-focus`
680
+ - `positive-color-100`
681
+ - `positive-color-1000`
682
+ - `positive-color-200`
683
+ - `positive-color-300`
684
+ - `positive-color-400`
685
+ - `positive-color-500`
686
+ - `positive-color-600`
687
+ - `positive-color-700`
688
+ - `positive-color-800`
689
+ - `positive-color-900`
690
+ - `positive-visual-color`
691
+ - `purple-1000`
692
+ - `purple-200`
693
+ - `purple-300`
694
+ - `purple-400`
695
+ - `purple-500`
696
+ - `purple-600`
697
+ - `purple-700`
698
+ - `purple-800`
699
+ - `purple-900`
700
+ - `purple-background-color-default`
701
+ - `purple-visual-color`
702
+ - `red-1000`
703
+ - `red-200`
704
+ - `red-300`
705
+ - `red-400`
706
+ - `red-500`
707
+ - `red-600`
708
+ - `red-700`
709
+ - `red-800`
710
+ - `red-900`
711
+ - `red-background-color-default`
712
+ - `red-visual-color`
713
+ - `seafoam-100`
714
+ - `seafoam-1000`
715
+ - `seafoam-1100`
716
+ - `seafoam-1200`
717
+ - `seafoam-1300`
718
+ - `seafoam-1400`
719
+ - `seafoam-1500`
720
+ - `seafoam-1600`
721
+ - `seafoam-200`
722
+ - `seafoam-300`
723
+ - `seafoam-400`
724
+ - `seafoam-500`
725
+ - `seafoam-600`
726
+ - `seafoam-700`
727
+ - `seafoam-800`
728
+ - `seafoam-900`
729
+ - `seafoam-background-color-default`
730
+ - `seafoam-visual-color`
731
+ - `table-selected-row-background-color`
732
+ - `yellow-1000`
733
+ - `yellow-300`
734
+ - `yellow-400`
735
+ - `yellow-500`
736
+ - `yellow-600`
737
+ - `yellow-700`
738
+ - `yellow-800`
739
+ - `yellow-900`
740
+ - `yellow-background-color-default`
741
+ - `yellow-visual-color`
742
+
743
+ </details>
744
+
745
+ ### Minor Changes
746
+
747
+ - 7b5ec24: feat: add new color tokens
748
+
749
+ ## Design Motivation
750
+
751
+ Added new colors due to needs from Premiere Pro. The additional colors will also help when creating new data vis color palettes for Spectrum 2.
752
+
753
+ ## Token Diff
754
+
755
+ <details><summary><strong>Tokens added (64):</strong></summary>
756
+
757
+ - `brown-100`
758
+ - `brown-1000`
759
+ - `brown-1100`
760
+ - `brown-1200`
761
+ - `brown-1300`
762
+ - `brown-1400`
763
+ - `brown-1500`
764
+ - `brown-1600`
765
+ - `brown-200`
766
+ - `brown-300`
767
+ - `brown-400`
768
+ - `brown-500`
769
+ - `brown-600`
770
+ - `brown-700`
771
+ - `brown-800`
772
+ - `brown-900`
773
+ - `pink-100`
774
+ - `pink-1000`
775
+ - `pink-1100`
776
+ - `pink-1200`
777
+ - `pink-1300`
778
+ - `pink-1400`
779
+ - `pink-1500`
780
+ - `pink-1600`
781
+ - `pink-200`
782
+ - `pink-300`
783
+ - `pink-400`
784
+ - `pink-500`
785
+ - `pink-600`
786
+ - `pink-700`
787
+ - `pink-800`
788
+ - `pink-900`
789
+ - `silver-100`
790
+ - `silver-1000`
791
+ - `silver-1100`
792
+ - `silver-1200`
793
+ - `silver-1300`
794
+ - `silver-1400`
795
+ - `silver-1500`
796
+ - `silver-1600`
797
+ - `silver-200`
798
+ - `silver-300`
799
+ - `silver-400`
800
+ - `silver-500`
801
+ - `silver-600`
802
+ - `silver-700`
803
+ - `silver-800`
804
+ - `silver-900`
805
+ - `turquoise-100`
806
+ - `turquoise-1000`
807
+ - `turquoise-1100`
808
+ - `turquoise-1200`
809
+ - `turquoise-1300`
810
+ - `turquoise-1400`
811
+ - `turquoise-1500`
812
+ - `turquoise-1600`
813
+ - `turquoise-200`
814
+ - `turquoise-300`
815
+ - `turquoise-400`
816
+ - `turquoise-500`
817
+ - `turquoise-600`
818
+ - `turquoise-700`
819
+ - `turquoise-800`
820
+ - `turquoise-900`
821
+
822
+ </details>
823
+
824
+ ## 13.0.0-beta.4
825
+
826
+ ### Major Changes
827
+
828
+ - a08dced: A handful of values transitioned from being defined per-set to being constants; set values are deprecated and root values are defined.
829
+
830
+ ## Token Diff
831
+
832
+ _Token values updated (5):_
833
+
834
+ - `neutral-background-color-default`: changed from a color-set to a single value of a reference of `gray-800`
835
+ - `neutral-background-color-down`: changed from a color-set to a single value of a reference of `gray-900`
836
+ - `neutral-background-color-hover`: changed from a color-set to a single value of a reference of `gray-900`
837
+ - `neutral-background-color-key-focus`: changed from a color-set to a single value of a reference of `gray-900`
838
+ - `notice-background-color-default`: changed from a color-set to a single value of a reference of `notice-color-800`
839
+
840
+ ### Patch Changes
841
+
842
+ - c0a10b4: fix: rgb used instead of rgba for a couple tokens
843
+
844
+ ## 13.0.0-beta.3
845
+
846
+ ### Patch Changes
847
+
848
+ - a546ef7: Returned some tokens that were removed by accident in the previous merging.
849
+
850
+ ## Token Diff
851
+
852
+ _Tokens added (51):_
853
+
854
+ - `checkbox-control-size-extra-large`
855
+ - `checkbox-control-size-large`
856
+ - `checkbox-control-size-medium`
857
+ - `checkbox-control-size-small`
858
+ - `checkbox-top-to-control-extra-large`
859
+ - `checkbox-top-to-control-large`
860
+ - `checkbox-top-to-control-medium`
861
+ - `checkbox-top-to-control-small`
862
+ - `color-area-border-rounding`
863
+ - `corner-radius-100`
864
+ - `corner-radius-200`
865
+ - `corner-radius-75`
866
+ - `drop-shadow-blur`
867
+ - `drop-shadow-x`
868
+ - `drop-shadow-y`
869
+ - `radio-button-control-size-extra-large`
870
+ - `radio-button-control-size-large`
871
+ - `radio-button-control-size-medium`
872
+ - `radio-button-control-size-small`
873
+ - `radio-button-top-to-control-extra-large`
874
+ - `radio-button-top-to-control-large`
875
+ - `radio-button-top-to-control-medium`
876
+ - `radio-button-top-to-control-small`
877
+ - `slider-bottom-to-handle-extra-large`
878
+ - `slider-bottom-to-handle-large`
879
+ - `slider-bottom-to-handle-medium`
880
+ - `slider-bottom-to-handle-small`
881
+ - `slider-control-height-extra-large`
882
+ - `slider-control-height-large`
883
+ - `slider-control-height-medium`
884
+ - `slider-control-height-small`
885
+ - `slider-handle-border-width-down-extra-large`
886
+ - `slider-handle-border-width-down-large`
887
+ - `slider-handle-border-width-down-medium`
888
+ - `slider-handle-border-width-down-small`
889
+ - `slider-handle-size-extra-large`
890
+ - `slider-handle-size-large`
891
+ - `slider-handle-size-medium`
892
+ - `slider-handle-size-small`
893
+ - `switch-control-height-extra-large`
894
+ - `switch-control-height-large`
895
+ - `switch-control-height-medium`
896
+ - `switch-control-height-small`
897
+ - `switch-control-width-extra-large`
898
+ - `switch-control-width-large`
899
+ - `switch-control-width-medium`
900
+ - `switch-control-width-small`
901
+ - `switch-top-to-control-extra-large`
902
+ - `switch-top-to-control-large`
903
+ - `switch-top-to-control-medium`
904
+ - `switch-top-to-control-small`
905
+
906
+ ## 13.0.0-beta.2
907
+
908
+ ### Major Changes
909
+
910
+ - ee15851: Updated color tokens to use S2 values
911
+
912
+ ## Design Motivation
913
+
914
+ The S2 microsite documentation discusses changes to the [grays](https://s2.spectrum.corp.adobe.com/page/grays/) and [colors](https://s2.spectrum.corp.adobe.com/page/colors/).
915
+
916
+ ## Token Diff
917
+
918
+ <details><summary><strong>Tokens added (46):</strong></summary>
919
+
920
+ - `accent-color-1500`
921
+ - `accent-color-1600`
922
+ - `blue-1500`
923
+ - `blue-1600`
924
+ - `celery-1500`
925
+ - `celery-1600`
926
+ - `chartreuse-1500`
927
+ - `chartreuse-1600`
928
+ - `cyan-1500`
929
+ - `cyan-1600`
930
+ - `fuchsia-1500`
931
+ - `fuchsia-1600`
932
+ - `gray-1000`
933
+ - `gray-25`
934
+ - `green-1500`
935
+ - `green-1600`
936
+ - `indigo-1500`
937
+ - `indigo-1600`
938
+ - `informative-color-1500`
939
+ - `informative-color-1600`
940
+ - `magenta-1500`
941
+ - `magenta-1600`
942
+ - `negative-color-1500`
943
+ - `negative-color-1600`
944
+ - `notice-color-1500`
945
+ - `notice-color-1600`
946
+ - `orange-1500`
947
+ - `orange-1600`
948
+ - `positive-color-1500`
949
+ - `positive-color-1600`
950
+ - `purple-1500`
951
+ - `purple-1600`
952
+ - `red-1500`
953
+ - `red-1600`
954
+ - `seafoam-1500`
955
+ - `seafoam-1600`
956
+ - `transparent-black-1000`
957
+ - `transparent-black-25`
958
+ - `transparent-black-50`
959
+ - `transparent-black-75`
960
+ - `transparent-white-1000`
961
+ - `transparent-white-25`
962
+ - `transparent-white-50`
963
+ - `transparent-white-75`
964
+ - `yellow-1500`
965
+ - `yellow-1600`
966
+
967
+ </details>
968
+
969
+ <details><summary><strong>Token values updated (408):</strong></summary>
970
+
971
+ - `accent-background-color-default`
972
+ - `accent-background-color-down`
973
+ - `accent-background-color-hover`
974
+ - `accent-background-color-key-focus`
975
+ - `accent-color-100`
976
+ - `accent-color-1000`
977
+ - `accent-color-1100`
978
+ - `accent-color-1200`
979
+ - `accent-color-1300`
980
+ - `accent-color-1400`
981
+ - `accent-color-200`
982
+ - `accent-color-300`
983
+ - `accent-color-400`
984
+ - `accent-color-500`
985
+ - `accent-color-600`
986
+ - `accent-color-700`
987
+ - `accent-color-800`
988
+ - `accent-color-900`
989
+ - `accent-content-color-default`
990
+ - `accent-content-color-down`
991
+ - `accent-content-color-hover`
992
+ - `accent-content-color-key-focus`
993
+ - `accent-content-color-selected`
994
+ - `accent-visual-color`
995
+ - `background-base-color`
996
+ - `background-layer-1-color`
997
+ - `background-layer-2-color`
998
+ - `blue-100`
999
+ - `blue-1000`
1000
+ - `blue-1100`
1001
+ - `blue-1200`
1002
+ - `blue-1300`
1003
+ - `blue-1400`
1004
+ - `blue-200`
1005
+ - `blue-300`
1006
+ - `blue-400`
1007
+ - `blue-500`
1008
+ - `blue-600`
1009
+ - `blue-700`
1010
+ - `blue-800`
1011
+ - `blue-900`
1012
+ - `blue-background-color-default`
1013
+ - `blue-visual-color`
1014
+ - `body-color`
1015
+ - `card-selection-background-color`
1016
+ - `celery-100`
1017
+ - `celery-1000`
1018
+ - `celery-1100`
1019
+ - `celery-1200`
1020
+ - `celery-1300`
1021
+ - `celery-1400`
1022
+ - `celery-200`
1023
+ - `celery-300`
1024
+ - `celery-400`
1025
+ - `celery-500`
1026
+ - `celery-600`
1027
+ - `celery-700`
1028
+ - `celery-800`
1029
+ - `celery-900`
1030
+ - `celery-background-color-default`
1031
+ - `celery-visual-color`
1032
+ - `chartreuse-100`
1033
+ - `chartreuse-1000`
1034
+ - `chartreuse-1100`
1035
+ - `chartreuse-1200`
1036
+ - `chartreuse-1300`
1037
+ - `chartreuse-1400`
1038
+ - `chartreuse-200`
1039
+ - `chartreuse-300`
1040
+ - `chartreuse-400`
1041
+ - `chartreuse-500`
1042
+ - `chartreuse-600`
1043
+ - `chartreuse-700`
1044
+ - `chartreuse-800`
1045
+ - `chartreuse-900`
1046
+ - `chartreuse-background-color-default`
1047
+ - `chartreuse-visual-color`
1048
+ - `coach-mark-pagination-color`
1049
+ - `code-color`
1050
+ - `color-area-border-color`
1051
+ - `color-loupe-drop-shadow-color`
1052
+ - `color-loupe-inner-border`
1053
+ - `color-slider-border-color`
1054
+ - `cyan-100`
1055
+ - `cyan-1000`
1056
+ - `cyan-1100`
1057
+ - `cyan-1200`
1058
+ - `cyan-1300`
1059
+ - `cyan-1400`
1060
+ - `cyan-200`
1061
+ - `cyan-300`
1062
+ - `cyan-400`
1063
+ - `cyan-500`
1064
+ - `cyan-600`
1065
+ - `cyan-700`
1066
+ - `cyan-800`
1067
+ - `cyan-900`
1068
+ - `cyan-background-color-default`
1069
+ - `cyan-visual-color`
1070
+ - `detail-color`
1071
+ - `disabled-background-color`
1072
+ - `disabled-border-color`
1073
+ - `disabled-content-color`
1074
+ - `disabled-static-black-background-color`
1075
+ - `disabled-static-black-border-color`
1076
+ - `disabled-static-black-content-color`
1077
+ - `disabled-static-white-background-color`
1078
+ - `disabled-static-white-border-color`
1079
+ - `disabled-static-white-content-color`
1080
+ - `drop-zone-background-color`
1081
+ - `floating-action-button-drop-shadow-color`
1082
+ - `floating-action-button-shadow-color`
1083
+ - `focus-indicator-color`
1084
+ - `fuchsia-100`
1085
+ - `fuchsia-1000`
1086
+ - `fuchsia-1100`
1087
+ - `fuchsia-1200`
1088
+ - `fuchsia-1300`
1089
+ - `fuchsia-1400`
1090
+ - `fuchsia-200`
1091
+ - `fuchsia-300`
1092
+ - `fuchsia-400`
1093
+ - `fuchsia-500`
1094
+ - `fuchsia-600`
1095
+ - `fuchsia-700`
1096
+ - `fuchsia-800`
1097
+ - `fuchsia-900`
1098
+ - `fuchsia-background-color-default`
1099
+ - `fuchsia-visual-color`
1100
+ - `gray-100`
1101
+ - `gray-200`
1102
+ - `gray-300`
1103
+ - `gray-400`
1104
+ - `gray-50`
1105
+ - `gray-500`
1106
+ - `gray-600`
1107
+ - `gray-700`
1108
+ - `gray-75`
1109
+ - `gray-800`
1110
+ - `gray-900`
1111
+ - `gray-background-color-default`
1112
+ - `gray-visual-color`
1113
+ - `green-100`
1114
+ - `green-1000`
1115
+ - `green-1100`
1116
+ - `green-1200`
1117
+ - `green-1300`
1118
+ - `green-1400`
1119
+ - `green-200`
1120
+ - `green-300`
1121
+ - `green-400`
1122
+ - `green-500`
1123
+ - `green-600`
1124
+ - `green-700`
1125
+ - `green-800`
1126
+ - `green-900`
1127
+ - `green-background-color-default`
1128
+ - `green-visual-color`
1129
+ - `heading-color`
1130
+ - `icon-color-blue-primary-default`
1131
+ - `icon-color-green-primary-default`
1132
+ - `icon-color-inverse`
1133
+ - `icon-color-primary-default`
1134
+ - `icon-color-red-primary-default`
1135
+ - `icon-color-yellow-primary-default`
1136
+ - `indigo-100`
1137
+ - `indigo-1000`
1138
+ - `indigo-1100`
1139
+ - `indigo-1200`
1140
+ - `indigo-1300`
1141
+ - `indigo-1400`
1142
+ - `indigo-200`
1143
+ - `indigo-300`
1144
+ - `indigo-400`
1145
+ - `indigo-500`
1146
+ - `indigo-600`
1147
+ - `indigo-700`
1148
+ - `indigo-800`
1149
+ - `indigo-900`
1150
+ - `indigo-background-color-default`
1151
+ - `indigo-visual-color`
1152
+ - `informative-background-color-default`
1153
+ - `informative-background-color-down`
1154
+ - `informative-background-color-hover`
1155
+ - `informative-background-color-key-focus`
1156
+ - `informative-color-100`
1157
+ - `informative-color-1000`
1158
+ - `informative-color-1100`
1159
+ - `informative-color-1200`
1160
+ - `informative-color-1300`
1161
+ - `informative-color-1400`
1162
+ - `informative-color-200`
1163
+ - `informative-color-300`
1164
+ - `informative-color-400`
1165
+ - `informative-color-500`
1166
+ - `informative-color-600`
1167
+ - `informative-color-700`
1168
+ - `informative-color-800`
1169
+ - `informative-color-900`
1170
+ - `informative-visual-color`
1171
+ - `magenta-100`
1172
+ - `magenta-1000`
1173
+ - `magenta-1100`
1174
+ - `magenta-1200`
1175
+ - `magenta-1300`
1176
+ - `magenta-1400`
1177
+ - `magenta-200`
1178
+ - `magenta-300`
1179
+ - `magenta-400`
1180
+ - `magenta-500`
1181
+ - `magenta-600`
1182
+ - `magenta-700`
1183
+ - `magenta-800`
1184
+ - `magenta-900`
1185
+ - `magenta-background-color-default`
1186
+ - `magenta-visual-color`
1187
+ - `negative-background-color-default`
1188
+ - `negative-background-color-down`
1189
+ - `negative-background-color-hover`
1190
+ - `negative-background-color-key-focus`
1191
+ - `negative-border-color-default`
1192
+ - `negative-border-color-down`
1193
+ - `negative-border-color-focus`
1194
+ - `negative-border-color-focus-hover`
1195
+ - `negative-border-color-hover`
1196
+ - `negative-border-color-key-focus`
1197
+ - `negative-color-100`
1198
+ - `negative-color-1000`
1199
+ - `negative-color-1100`
1200
+ - `negative-color-1200`
1201
+ - `negative-color-1300`
1202
+ - `negative-color-1400`
1203
+ - `negative-color-200`
1204
+ - `negative-color-300`
1205
+ - `negative-color-400`
1206
+ - `negative-color-500`
1207
+ - `negative-color-600`
1208
+ - `negative-color-700`
1209
+ - `negative-color-800`
1210
+ - `negative-color-900`
1211
+ - `negative-content-color-default`
1212
+ - `negative-content-color-down`
1213
+ - `negative-content-color-hover`
1214
+ - `negative-content-color-key-focus`
1215
+ - `negative-visual-color`
1216
+ - `neutral-background-color-default`
1217
+ - `neutral-background-color-down`
1218
+ - `neutral-background-color-hover`
1219
+ - `neutral-background-color-key-focus`
1220
+ - `neutral-background-color-selected-default`
1221
+ - `neutral-background-color-selected-down`
1222
+ - `neutral-background-color-selected-hover`
1223
+ - `neutral-background-color-selected-key-focus`
1224
+ - `neutral-content-color-default`
1225
+ - `neutral-content-color-down`
1226
+ - `neutral-content-color-focus`
1227
+ - `neutral-content-color-focus-hover`
1228
+ - `neutral-content-color-hover`
1229
+ - `neutral-content-color-key-focus`
1230
+ - `neutral-subdued-background-color-default`
1231
+ - `neutral-subdued-background-color-down`
1232
+ - `neutral-subdued-background-color-hover`
1233
+ - `neutral-subdued-background-color-key-focus`
1234
+ - `neutral-subdued-content-color-default`
1235
+ - `neutral-subdued-content-color-down`
1236
+ - `neutral-subdued-content-color-hover`
1237
+ - `neutral-subdued-content-color-key-focus`
1238
+ - `neutral-subdued-content-color-selected`
1239
+ - `neutral-visual-color`
1240
+ - `notice-background-color-default`
1241
+ - `notice-color-100`
1242
+ - `notice-color-1000`
1243
+ - `notice-color-1100`
1244
+ - `notice-color-1200`
1245
+ - `notice-color-1300`
1246
+ - `notice-color-1400`
1247
+ - `notice-color-200`
1248
+ - `notice-color-300`
1249
+ - `notice-color-400`
1250
+ - `notice-color-500`
1251
+ - `notice-color-600`
1252
+ - `notice-color-700`
1253
+ - `notice-color-800`
1254
+ - `notice-color-900`
1255
+ - `notice-visual-color`
1256
+ - `opacity-checkerboard-square-dark`
1257
+ - `orange-100`
1258
+ - `orange-1000`
1259
+ - `orange-1100`
1260
+ - `orange-1200`
1261
+ - `orange-1300`
1262
+ - `orange-1400`
1263
+ - `orange-200`
1264
+ - `orange-300`
1265
+ - `orange-400`
1266
+ - `orange-500`
1267
+ - `orange-600`
1268
+ - `orange-700`
1269
+ - `orange-800`
1270
+ - `orange-900`
1271
+ - `orange-background-color-default`
1272
+ - `orange-visual-color`
1273
+ - `positive-background-color-default`
1274
+ - `positive-background-color-down`
1275
+ - `positive-background-color-hover`
1276
+ - `positive-background-color-key-focus`
1277
+ - `positive-color-100`
1278
+ - `positive-color-1000`
1279
+ - `positive-color-1100`
1280
+ - `positive-color-1200`
1281
+ - `positive-color-1300`
1282
+ - `positive-color-1400`
1283
+ - `positive-color-200`
1284
+ - `positive-color-300`
1285
+ - `positive-color-400`
1286
+ - `positive-color-500`
1287
+ - `positive-color-600`
1288
+ - `positive-color-700`
1289
+ - `positive-color-800`
1290
+ - `positive-color-900`
1291
+ - `positive-visual-color`
1292
+ - `purple-100`
1293
+ - `purple-1000`
1294
+ - `purple-1100`
1295
+ - `purple-1200`
1296
+ - `purple-1300`
1297
+ - `purple-1400`
1298
+ - `purple-200`
1299
+ - `purple-300`
1300
+ - `purple-400`
1301
+ - `purple-500`
1302
+ - `purple-600`
1303
+ - `purple-700`
1304
+ - `purple-800`
1305
+ - `purple-900`
1306
+ - `purple-background-color-default`
1307
+ - `purple-visual-color`
1308
+ - `red-100`
1309
+ - `red-1000`
1310
+ - `red-1100`
1311
+ - `red-1200`
1312
+ - `red-1300`
1313
+ - `red-1400`
1314
+ - `red-200`
1315
+ - `red-300`
1316
+ - `red-400`
1317
+ - `red-500`
1318
+ - `red-600`
1319
+ - `red-700`
1320
+ - `red-800`
1321
+ - `red-900`
1322
+ - `red-background-color-default`
1323
+ - `red-visual-color`
1324
+ - `seafoam-100`
1325
+ - `seafoam-1000`
1326
+ - `seafoam-1100`
1327
+ - `seafoam-1200`
1328
+ - `seafoam-1300`
1329
+ - `seafoam-1400`
1330
+ - `seafoam-200`
1331
+ - `seafoam-300`
1332
+ - `seafoam-400`
1333
+ - `seafoam-500`
1334
+ - `seafoam-600`
1335
+ - `seafoam-700`
1336
+ - `seafoam-800`
1337
+ - `seafoam-900`
1338
+ - `seafoam-background-color-default`
1339
+ - `seafoam-visual-color`
1340
+ - `swatch-border-color`
1341
+ - `table-row-hover-color`
1342
+ - `table-selected-row-background-color`
1343
+ - `table-selected-row-background-color-non-emphasized`
1344
+ - `thumbnail-border-color`
1345
+ - `transparent-black-100`
1346
+ - `transparent-black-200`
1347
+ - `transparent-black-300`
1348
+ - `transparent-black-400`
1349
+ - `transparent-black-500`
1350
+ - `transparent-black-600`
1351
+ - `transparent-black-700`
1352
+ - `transparent-black-800`
1353
+ - `transparent-black-900`
1354
+ - `transparent-white-100`
1355
+ - `transparent-white-200`
1356
+ - `transparent-white-300`
1357
+ - `transparent-white-400`
1358
+ - `transparent-white-500`
1359
+ - `transparent-white-600`
1360
+ - `transparent-white-700`
1361
+ - `transparent-white-800`
1362
+ - `transparent-white-900`
1363
+ - `yellow-100`
1364
+ - `yellow-1000`
1365
+ - `yellow-1100`
1366
+ - `yellow-1200`
1367
+ - `yellow-1300`
1368
+ - `yellow-1400`
1369
+ - `yellow-200`
1370
+ - `yellow-300`
1371
+ - `yellow-400`
1372
+ - `yellow-500`
1373
+ - `yellow-600`
1374
+ - `yellow-700`
1375
+ - `yellow-800`
1376
+ - `yellow-900`
1377
+ - `yellow-background-color-default`
1378
+ - `yellow-visual-color`
1379
+
1380
+ </details>
1381
+
1382
+ ## 13.0.0-beta.1
1383
+
1384
+ ### Major Changes
1385
+
1386
+ - f1cb901: Merged dark and darkest color sets. This was done by removing `dark` and renaming `darkest` to `dark`.
1387
+
1388
+ ## Design Motivation
1389
+
1390
+ The S2 microsite documentation discusses the move to a [single dark theme](https://s2.spectrum.corp.adobe.com/page/grays/#a-single-dark-theme).
1391
+
1392
+ ## Token Diff
1393
+
1394
+ <details><summary><strong>Token values updated (358):</strong></summary>
1395
+
1396
+ - `accent-background-color-default`
1397
+ - `accent-background-color-down`
1398
+ - `accent-background-color-hover`
1399
+ - `accent-background-color-key-focus`
1400
+ - `accent-visual-color`
1401
+ - `background-base-color`
1402
+ - `background-layer-1-color`
1403
+ - `background-layer-2-color`
1404
+ - `blue-100`
1405
+ - `blue-1000`
1406
+ - `blue-1100`
1407
+ - `blue-1200`
1408
+ - `blue-1300`
1409
+ - `blue-1400`
1410
+ - `blue-200`
1411
+ - `blue-300`
1412
+ - `blue-400`
1413
+ - `blue-500`
1414
+ - `blue-600`
1415
+ - `blue-700`
1416
+ - `blue-800`
1417
+ - `blue-900`
1418
+ - `blue-background-color-default`
1419
+ - `blue-visual-color`
1420
+ - `body-color`
1421
+ - `card-selection-background-color`
1422
+ - `celery-100`
1423
+ - `celery-1000`
1424
+ - `celery-1100`
1425
+ - `celery-1200`
1426
+ - `celery-1300`
1427
+ - `celery-1400`
1428
+ - `celery-200`
1429
+ - `celery-300`
1430
+ - `celery-400`
1431
+ - `celery-500`
1432
+ - `celery-600`
1433
+ - `celery-700`
1434
+ - `celery-800`
1435
+ - `celery-900`
1436
+ - `celery-background-color-default`
1437
+ - `celery-visual-color`
1438
+ - `chartreuse-100`
1439
+ - `chartreuse-1000`
1440
+ - `chartreuse-1100`
1441
+ - `chartreuse-1200`
1442
+ - `chartreuse-1300`
1443
+ - `chartreuse-1400`
1444
+ - `chartreuse-200`
1445
+ - `chartreuse-300`
1446
+ - `chartreuse-400`
1447
+ - `chartreuse-500`
1448
+ - `chartreuse-600`
1449
+ - `chartreuse-700`
1450
+ - `chartreuse-800`
1451
+ - `chartreuse-900`
1452
+ - `chartreuse-background-color-default`
1453
+ - `chartreuse-visual-color`
1454
+ - `coach-mark-pagination-color`
1455
+ - `code-color`
1456
+ - `color-area-border-color`
1457
+ - `color-slider-border-color`
1458
+ - `cyan-100`
1459
+ - `cyan-1000`
1460
+ - `cyan-1100`
1461
+ - `cyan-1200`
1462
+ - `cyan-1300`
1463
+ - `cyan-1400`
1464
+ - `cyan-200`
1465
+ - `cyan-300`
1466
+ - `cyan-400`
1467
+ - `cyan-500`
1468
+ - `cyan-600`
1469
+ - `cyan-700`
1470
+ - `cyan-800`
1471
+ - `cyan-900`
1472
+ - `cyan-background-color-default`
1473
+ - `cyan-visual-color`
1474
+ - `detail-color`
1475
+ - `disabled-background-color`
1476
+ - `disabled-border-color`
1477
+ - `disabled-content-color`
1478
+ - `drop-shadow-color`
1479
+ - `drop-zone-background-color`
1480
+ - `focus-indicator-color`
1481
+ - `fuchsia-100`
1482
+ - `fuchsia-1000`
1483
+ - `fuchsia-1100`
1484
+ - `fuchsia-1200`
1485
+ - `fuchsia-1300`
1486
+ - `fuchsia-1400`
1487
+ - `fuchsia-200`
1488
+ - `fuchsia-300`
1489
+ - `fuchsia-400`
1490
+ - `fuchsia-500`
1491
+ - `fuchsia-600`
1492
+ - `fuchsia-700`
1493
+ - `fuchsia-800`
1494
+ - `fuchsia-900`
1495
+ - `fuchsia-background-color-default`
1496
+ - `fuchsia-visual-color`
1497
+ - `gray-100`
1498
+ - `gray-200`
1499
+ - `gray-300`
1500
+ - `gray-400`
1501
+ - `gray-50`
1502
+ - `gray-500`
1503
+ - `gray-600`
1504
+ - `gray-700`
1505
+ - `gray-75`
1506
+ - `gray-800`
1507
+ - `gray-900`
1508
+ - `gray-background-color-default`
1509
+ - `gray-visual-color`
1510
+ - `green-100`
1511
+ - `green-1000`
1512
+ - `green-1100`
1513
+ - `green-1200`
1514
+ - `green-1300`
1515
+ - `green-1400`
1516
+ - `green-200`
1517
+ - `green-300`
1518
+ - `green-400`
1519
+ - `green-500`
1520
+ - `green-600`
1521
+ - `green-700`
1522
+ - `green-800`
1523
+ - `green-900`
1524
+ - `green-background-color-default`
1525
+ - `green-visual-color`
1526
+ - `heading-color`
1527
+ - `icon-color-blue-primary-default`
1528
+ - `icon-color-green-primary-default`
1529
+ - `icon-color-inverse`
1530
+ - `icon-color-primary-default`
1531
+ - `icon-color-red-primary-default`
1532
+ - `icon-color-yellow-primary-default`
1533
+ - `indigo-100`
1534
+ - `indigo-1000`
1535
+ - `indigo-1100`
1536
+ - `indigo-1200`
1537
+ - `indigo-1300`
1538
+ - `indigo-1400`
1539
+ - `indigo-200`
1540
+ - `indigo-300`
1541
+ - `indigo-400`
1542
+ - `indigo-500`
1543
+ - `indigo-600`
1544
+ - `indigo-700`
1545
+ - `indigo-800`
1546
+ - `indigo-900`
1547
+ - `indigo-background-color-default`
1548
+ - `indigo-visual-color`
1549
+ - `informative-background-color-default`
1550
+ - `informative-background-color-down`
1551
+ - `informative-background-color-hover`
1552
+ - `informative-background-color-key-focus`
1553
+ - `informative-color-100`
1554
+ - `informative-color-1000`
1555
+ - `informative-color-1100`
1556
+ - `informative-color-1200`
1557
+ - `informative-color-1300`
1558
+ - `informative-color-1400`
1559
+ - `informative-color-200`
1560
+ - `informative-color-300`
1561
+ - `informative-color-400`
1562
+ - `informative-color-500`
1563
+ - `informative-color-600`
1564
+ - `informative-color-700`
1565
+ - `informative-color-800`
1566
+ - `informative-color-900`
1567
+ - `informative-visual-color`
1568
+ - `magenta-100`
1569
+ - `magenta-1000`
1570
+ - `magenta-1100`
1571
+ - `magenta-1200`
1572
+ - `magenta-1300`
1573
+ - `magenta-1400`
1574
+ - `magenta-200`
1575
+ - `magenta-300`
1576
+ - `magenta-400`
1577
+ - `magenta-500`
1578
+ - `magenta-600`
1579
+ - `magenta-700`
1580
+ - `magenta-800`
1581
+ - `magenta-900`
1582
+ - `magenta-background-color-default`
1583
+ - `magenta-visual-color`
1584
+ - `negative-background-color-default`
1585
+ - `negative-background-color-down`
1586
+ - `negative-background-color-hover`
1587
+ - `negative-background-color-key-focus`
1588
+ - `negative-border-color-default`
1589
+ - `negative-border-color-down`
1590
+ - `negative-border-color-focus`
1591
+ - `negative-border-color-focus-hover`
1592
+ - `negative-border-color-hover`
1593
+ - `negative-border-color-key-focus`
1594
+ - `negative-color-100`
1595
+ - `negative-color-1000`
1596
+ - `negative-color-1100`
1597
+ - `negative-color-1200`
1598
+ - `negative-color-1300`
1599
+ - `negative-color-1400`
1600
+ - `negative-color-200`
1601
+ - `negative-color-300`
1602
+ - `negative-color-400`
1603
+ - `negative-color-500`
1604
+ - `negative-color-600`
1605
+ - `negative-color-700`
1606
+ - `negative-color-800`
1607
+ - `negative-color-900`
1608
+ - `negative-content-color-default`
1609
+ - `negative-content-color-down`
1610
+ - `negative-content-color-hover`
1611
+ - `negative-content-color-key-focus`
1612
+ - `negative-visual-color`
1613
+ - `neutral-background-color-default`
1614
+ - `neutral-background-color-down`
1615
+ - `neutral-background-color-hover`
1616
+ - `neutral-background-color-key-focus`
1617
+ - `neutral-content-color-default`
1618
+ - `neutral-content-color-down`
1619
+ - `neutral-content-color-focus`
1620
+ - `neutral-content-color-focus-hover`
1621
+ - `neutral-content-color-hover`
1622
+ - `neutral-content-color-key-focus`
1623
+ - `neutral-subdued-background-color-default`
1624
+ - `neutral-subdued-background-color-down`
1625
+ - `neutral-subdued-background-color-hover`
1626
+ - `neutral-subdued-background-color-key-focus`
1627
+ - `neutral-subdued-content-color-default`
1628
+ - `neutral-subdued-content-color-down`
1629
+ - `neutral-subdued-content-color-hover`
1630
+ - `neutral-subdued-content-color-key-focus`
1631
+ - `neutral-subdued-content-color-selected`
1632
+ - `neutral-visual-color`
1633
+ - `notice-background-color-default`
1634
+ - `notice-color-100`
1635
+ - `notice-color-1000`
1636
+ - `notice-color-1100`
1637
+ - `notice-color-1200`
1638
+ - `notice-color-1300`
1639
+ - `notice-color-1400`
1640
+ - `notice-color-200`
1641
+ - `notice-color-300`
1642
+ - `notice-color-400`
1643
+ - `notice-color-500`
1644
+ - `notice-color-600`
1645
+ - `notice-color-700`
1646
+ - `notice-color-800`
1647
+ - `notice-color-900`
1648
+ - `notice-visual-color`
1649
+ - `opacity-checkerboard-square-dark`
1650
+ - `orange-100`
1651
+ - `orange-1000`
1652
+ - `orange-1100`
1653
+ - `orange-1200`
1654
+ - `orange-1300`
1655
+ - `orange-1400`
1656
+ - `orange-200`
1657
+ - `orange-300`
1658
+ - `orange-400`
1659
+ - `orange-500`
1660
+ - `orange-600`
1661
+ - `orange-700`
1662
+ - `orange-800`
1663
+ - `orange-900`
1664
+ - `orange-background-color-default`
1665
+ - `orange-visual-color`
1666
+ - `overlay-opacity`
1667
+ - `positive-background-color-default`
1668
+ - `positive-background-color-down`
1669
+ - `positive-background-color-hover`
1670
+ - `positive-background-color-key-focus`
1671
+ - `positive-color-100`
1672
+ - `positive-color-1000`
1673
+ - `positive-color-1100`
1674
+ - `positive-color-1200`
1675
+ - `positive-color-1300`
1676
+ - `positive-color-1400`
1677
+ - `positive-color-200`
1678
+ - `positive-color-300`
1679
+ - `positive-color-400`
1680
+ - `positive-color-500`
1681
+ - `positive-color-600`
1682
+ - `positive-color-700`
1683
+ - `positive-color-800`
1684
+ - `positive-color-900`
1685
+ - `positive-visual-color`
1686
+ - `purple-100`
1687
+ - `purple-1000`
1688
+ - `purple-1100`
1689
+ - `purple-1200`
1690
+ - `purple-1300`
1691
+ - `purple-1400`
1692
+ - `purple-200`
1693
+ - `purple-300`
1694
+ - `purple-400`
1695
+ - `purple-500`
1696
+ - `purple-600`
1697
+ - `purple-700`
1698
+ - `purple-800`
1699
+ - `purple-900`
1700
+ - `purple-background-color-default`
1701
+ - `purple-visual-color`
1702
+ - `red-100`
1703
+ - `red-1000`
1704
+ - `red-1100`
1705
+ - `red-1200`
1706
+ - `red-1300`
1707
+ - `red-1400`
1708
+ - `red-200`
1709
+ - `red-300`
1710
+ - `red-400`
1711
+ - `red-500`
1712
+ - `red-600`
1713
+ - `red-700`
1714
+ - `red-800`
1715
+ - `red-900`
1716
+ - `red-background-color-default`
1717
+ - `red-visual-color`
1718
+ - `seafoam-100`
1719
+ - `seafoam-1000`
1720
+ - `seafoam-1100`
1721
+ - `seafoam-1200`
1722
+ - `seafoam-1300`
1723
+ - `seafoam-1400`
1724
+ - `seafoam-200`
1725
+ - `seafoam-300`
1726
+ - `seafoam-400`
1727
+ - `seafoam-500`
1728
+ - `seafoam-600`
1729
+ - `seafoam-700`
1730
+ - `seafoam-800`
1731
+ - `seafoam-900`
1732
+ - `seafoam-background-color-default`
1733
+ - `seafoam-visual-color`
1734
+ - `swatch-border-color`
1735
+ - `table-row-hover-color`
1736
+ - `table-selected-row-background-color`
1737
+ - `thumbnail-border-color`
1738
+ - `yellow-100`
1739
+ - `yellow-1000`
1740
+ - `yellow-1100`
1741
+ - `yellow-1200`
1742
+ - `yellow-1300`
1743
+ - `yellow-1400`
1744
+ - `yellow-200`
1745
+ - `yellow-300`
1746
+ - `yellow-400`
1747
+ - `yellow-500`
1748
+ - `yellow-600`
1749
+ - `yellow-700`
1750
+ - `yellow-800`
1751
+ - `yellow-900`
1752
+ - `yellow-background-color-default`
1753
+ - `yellow-visual-color`
1754
+
1755
+ </details>
1756
+
3
1757
  ## 13.0.0-beta.0
4
1758
 
5
1759
  ### Major Changes