@adobe/spectrum-tokens 13.0.0-beta.1 → 13.0.0-beta.11

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 +1437 -0
  2. package/dist/json/drover.json +1253 -869
  3. package/dist/json/variables.json +8655 -4926
  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 +375 -91
  74. package/src/color-component.json +49 -9
  75. package/src/color-palette.json +3591 -599
  76. package/src/icons.json +18 -0
  77. package/src/layout-component.json +4829 -2444
  78. package/src/layout.json +954 -49
  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,1442 @@
1
1
  # @adobe/spectrum-tokens
2
2
 
3
+ ## 13.0.0-beta.11
4
+
5
+ ### Minor Changes
6
+
7
+ - 3c6303a: Updated text-to-visual-300 mobile value from 11px to 10px.
8
+
9
+ ## Design Motivation
10
+
11
+ To better follow our logarithmic scale rounding principle.
12
+
13
+ ## Token Diff
14
+
15
+ _Token values updated (1):_
16
+
17
+ - `text-to-visual-300`
18
+
19
+ - 6579966: existing corner-radius tokens, adding net-new global corner radius tokens, and introducing new alias names that point to these global values.
20
+
21
+ ## Design Motivation
22
+
23
+ More on Spectrum 2 rounding: https://s2.spectrum.corp.adobe.com/page/object-styles/#rounding
24
+
25
+ In Spectrum 2, rounding also applies to the different t-shirt sized components and varies based on a Major Second logarithmic scale, rounded to whole numbers to avoid using half-pixels. This allows for components to retain a consistent and identifiable shape at all sizes. Because of this there are now component size specific tokens like corner-radius-small-size-medium or corner-radius-medium-size-extra-large to help us keep track of the nuance within t-shirt sizes.
26
+
27
+ ## Token Diff
28
+
29
+ _Tokens added (23):_
30
+
31
+ - `corner-radius-0`
32
+ - `corner-radius-300`
33
+ - `corner-radius-400`
34
+ - `corner-radius-500`
35
+ - `corner-radius-600`
36
+ - `corner-radius-700`
37
+ - `corner-radius-800`
38
+ - `corner-radius-1000`
39
+ - `corner-radius-extra-large-default`
40
+ - `corner-radius-full`
41
+ - `corner-radius-large-default`
42
+ - `corner-radius-medium-default`
43
+ - `corner-radius-medium-size-extra-small`
44
+ - `corner-radius-medium-size-small`
45
+ - `corner-radius-medium-size-medium`
46
+ - `corner-radius-medium-size-large`
47
+ - `corner-radius-medium-size-extra-large`
48
+ - `corner-radius-none`
49
+ - `corner-radius-small-default`
50
+ - `corner-radius-small-size-small`
51
+ - `corner-radius-small-size-medium`
52
+ - `corner-radius-small-size-large`
53
+ - `corner-radius-small-size-extra-large`
54
+
55
+ _Token values updated (3):_
56
+
57
+ - `corner-radius-75`
58
+ - `corner-radius-100`
59
+ - `corner-radius-200`
60
+
61
+ ## 13.0.0-beta.10
62
+
63
+ ### Minor Changes
64
+
65
+ - 23d9085: Updated desktop and mobile values for component-edge-to-visual-only tokens.
66
+
67
+ Spacing changed due to new workflow icon sizes.
68
+
69
+ ## Token Diff
70
+
71
+ _Token values updated (5):_
72
+
73
+ - `component-edge-to-visual-only-100`
74
+ - `component-edge-to-visual-only-200`
75
+ - `component-edge-to-visual-only-300`
76
+ - `component-edge-to-visual-only-50`
77
+ - `component-edge-to-visual-only-75`
78
+
79
+ - c5430b7: Updated help-text-top-to-workflow-icon-_ token values to point to component-top-to-workflow-icon-_ tokens
80
+
81
+ ## Token Diff
82
+
83
+ _Newly deprecated tokens (4):_
84
+
85
+ - `help-text-top-to-workflow-icon-extra-large`: use `component-edge-to-visual-only-300`
86
+ - `help-text-top-to-workflow-icon-large`: use `component-edge-to-visual-only-200`
87
+ - `help-text-top-to-workflow-icon-medium`: use `component-edge-to-visual-only-100`
88
+ - `help-text-top-to-workflow-icon-small`: use `component-edge-to-visual-only-75`
89
+
90
+ ## 13.0.0-beta.9
91
+
92
+ ### Minor Changes
93
+
94
+ - cf09c84: Updated workflow-icon-size-50, 75, 100, 200, 300 with Spectrum 2 values in mobile and desktop.
95
+ Updated component-top-to-workflow and text-to-visual padding.
96
+ Added 3 new non-color tokens for S2 component downstates in Tokens Studio.
97
+
98
+ ## Design Motivation
99
+
100
+ Spectrum 2 icons have a different workflow icon sizing with base sizes 20 px (desktop), 24 px (mobile).
101
+
102
+ Updated padding values due to new workflow icon sizes in S2.
103
+
104
+ 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.
105
+
106
+ ## Tokens Diff
107
+
108
+ _Tokens added (3):_
109
+
110
+ - `component-size-difference-down`
111
+ - `component-size-minimum-perspective-down`
112
+ - `component-size-width-ratio-down`
113
+
114
+ _Token values updated (15):_
115
+
116
+ - `component-top-to-workflow-icon-100`
117
+ - `component-top-to-workflow-icon-200`
118
+ - `component-top-to-workflow-icon-300`
119
+ - `component-top-to-workflow-icon-50`
120
+ - `component-top-to-workflow-icon-75`
121
+ - `text-to-visual-100`
122
+ - `text-to-visual-200`
123
+ - `text-to-visual-300`
124
+ - `text-to-visual-50`
125
+ - `text-to-visual-75`
126
+ - `workflow-icon-size-100`
127
+ - `workflow-icon-size-200`
128
+ - `workflow-icon-size-300`
129
+ - `workflow-icon-size-50`
130
+ - `workflow-icon-size-75`
131
+
132
+ ## 13.0.0-beta.8
133
+
134
+ ### Minor Changes
135
+
136
+ - 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).
137
+
138
+ ## Design Motivation
139
+
140
+ 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.
141
+
142
+ ## Token Diff
143
+
144
+ _Tokens added (2):_
145
+
146
+ - `background-elevated-color`
147
+ - `background-pasteboard-color`
148
+
149
+ _Token values updated (1):_
150
+
151
+ - `background-base-color`
152
+
153
+ ## 13.0.0-beta.7
154
+
155
+ ### Minor Changes
156
+
157
+ - 4853f76: Added schema to all tokens and fixed values that didn't meet schema requirements
158
+
159
+ ## Token Diff
160
+
161
+ _Token values updated (328):_
162
+
163
+ - `accent-background-color-default`
164
+ - `accent-background-color-down`
165
+ - `accent-background-color-hover`
166
+ - `accent-background-color-key-focus`
167
+ - `accent-color-100`
168
+ - `accent-color-1000`
169
+ - `accent-color-1100`
170
+ - `accent-color-1200`
171
+ - `accent-color-1300`
172
+ - `accent-color-1400`
173
+ - `accent-color-200`
174
+ - `accent-color-300`
175
+ - `accent-color-400`
176
+ - `accent-color-500`
177
+ - `accent-color-600`
178
+ - `accent-color-700`
179
+ - `accent-color-800`
180
+ - `accent-color-900`
181
+ - `accent-content-color-default`
182
+ - `accent-content-color-down`
183
+ - `accent-content-color-hover`
184
+ - `accent-content-color-key-focus`
185
+ - `accent-content-color-selected`
186
+ - `accent-visual-color`
187
+ - `blue-100`
188
+ - `blue-1000`
189
+ - `blue-1100`
190
+ - `blue-1200`
191
+ - `blue-1300`
192
+ - `blue-1400`
193
+ - `blue-200`
194
+ - `blue-300`
195
+ - `blue-400`
196
+ - `blue-500`
197
+ - `blue-600`
198
+ - `blue-700`
199
+ - `blue-800`
200
+ - `blue-900`
201
+ - `blue-background-color-default`
202
+ - `blue-visual-color`
203
+ - `celery-100`
204
+ - `celery-1000`
205
+ - `celery-1100`
206
+ - `celery-1200`
207
+ - `celery-1300`
208
+ - `celery-1400`
209
+ - `celery-200`
210
+ - `celery-300`
211
+ - `celery-400`
212
+ - `celery-500`
213
+ - `celery-600`
214
+ - `celery-700`
215
+ - `celery-800`
216
+ - `celery-900`
217
+ - `celery-background-color-default`
218
+ - `celery-visual-color`
219
+ - `chartreuse-100`
220
+ - `chartreuse-1000`
221
+ - `chartreuse-1100`
222
+ - `chartreuse-1200`
223
+ - `chartreuse-1300`
224
+ - `chartreuse-1400`
225
+ - `chartreuse-200`
226
+ - `chartreuse-300`
227
+ - `chartreuse-400`
228
+ - `chartreuse-500`
229
+ - `chartreuse-600`
230
+ - `chartreuse-700`
231
+ - `chartreuse-800`
232
+ - `chartreuse-900`
233
+ - `chartreuse-background-color-default`
234
+ - `chartreuse-visual-color`
235
+ - `contextual-help-body-size`
236
+ - `cyan-100`
237
+ - `cyan-1000`
238
+ - `cyan-1100`
239
+ - `cyan-1200`
240
+ - `cyan-1300`
241
+ - `cyan-1400`
242
+ - `cyan-200`
243
+ - `cyan-300`
244
+ - `cyan-400`
245
+ - `cyan-500`
246
+ - `cyan-600`
247
+ - `cyan-700`
248
+ - `cyan-800`
249
+ - `cyan-900`
250
+ - `cyan-background-color-default`
251
+ - `cyan-visual-color`
252
+ - `drop-zone-background-color`
253
+ - `focus-indicator-color`
254
+ - `fuchsia-100`
255
+ - `fuchsia-1000`
256
+ - `fuchsia-1100`
257
+ - `fuchsia-1200`
258
+ - `fuchsia-1300`
259
+ - `fuchsia-1400`
260
+ - `fuchsia-200`
261
+ - `fuchsia-300`
262
+ - `fuchsia-400`
263
+ - `fuchsia-500`
264
+ - `fuchsia-600`
265
+ - `fuchsia-700`
266
+ - `fuchsia-800`
267
+ - `fuchsia-900`
268
+ - `fuchsia-background-color-default`
269
+ - `fuchsia-visual-color`
270
+ - `green-100`
271
+ - `green-1000`
272
+ - `green-1100`
273
+ - `green-1200`
274
+ - `green-1300`
275
+ - `green-1400`
276
+ - `green-200`
277
+ - `green-300`
278
+ - `green-400`
279
+ - `green-500`
280
+ - `green-600`
281
+ - `green-700`
282
+ - `green-800`
283
+ - `green-900`
284
+ - `green-background-color-default`
285
+ - `green-visual-color`
286
+ - `icon-color-blue-primary-default`
287
+ - `icon-color-green-primary-default`
288
+ - `icon-color-red-primary-default`
289
+ - `icon-color-yellow-primary-default`
290
+ - `indigo-100`
291
+ - `indigo-1000`
292
+ - `indigo-1100`
293
+ - `indigo-1200`
294
+ - `indigo-1300`
295
+ - `indigo-1400`
296
+ - `indigo-200`
297
+ - `indigo-300`
298
+ - `indigo-400`
299
+ - `indigo-500`
300
+ - `indigo-600`
301
+ - `indigo-700`
302
+ - `indigo-800`
303
+ - `indigo-900`
304
+ - `indigo-background-color-default`
305
+ - `indigo-visual-color`
306
+ - `informative-background-color-default`
307
+ - `informative-background-color-down`
308
+ - `informative-background-color-hover`
309
+ - `informative-background-color-key-focus`
310
+ - `informative-color-100`
311
+ - `informative-color-1000`
312
+ - `informative-color-1100`
313
+ - `informative-color-1200`
314
+ - `informative-color-1300`
315
+ - `informative-color-1400`
316
+ - `informative-color-200`
317
+ - `informative-color-300`
318
+ - `informative-color-400`
319
+ - `informative-color-500`
320
+ - `informative-color-600`
321
+ - `informative-color-700`
322
+ - `informative-color-800`
323
+ - `informative-color-900`
324
+ - `informative-visual-color`
325
+ - `magenta-100`
326
+ - `magenta-1000`
327
+ - `magenta-1100`
328
+ - `magenta-1200`
329
+ - `magenta-1300`
330
+ - `magenta-1400`
331
+ - `magenta-200`
332
+ - `magenta-300`
333
+ - `magenta-400`
334
+ - `magenta-500`
335
+ - `magenta-600`
336
+ - `magenta-700`
337
+ - `magenta-800`
338
+ - `magenta-900`
339
+ - `magenta-background-color-default`
340
+ - `magenta-visual-color`
341
+ - `navigational-indicator-top-to-back-icon-extra-large`
342
+ - `navigational-indicator-top-to-back-icon-large`
343
+ - `navigational-indicator-top-to-back-icon-medium`
344
+ - `navigational-indicator-top-to-back-icon-small`
345
+ - `negative-background-color-default`
346
+ - `negative-background-color-down`
347
+ - `negative-background-color-hover`
348
+ - `negative-background-color-key-focus`
349
+ - `negative-border-color-default`
350
+ - `negative-border-color-down`
351
+ - `negative-border-color-focus`
352
+ - `negative-border-color-focus-hover`
353
+ - `negative-border-color-hover`
354
+ - `negative-border-color-key-focus`
355
+ - `negative-color-100`
356
+ - `negative-color-1000`
357
+ - `negative-color-1100`
358
+ - `negative-color-1200`
359
+ - `negative-color-1300`
360
+ - `negative-color-1400`
361
+ - `negative-color-200`
362
+ - `negative-color-300`
363
+ - `negative-color-400`
364
+ - `negative-color-500`
365
+ - `negative-color-600`
366
+ - `negative-color-700`
367
+ - `negative-color-800`
368
+ - `negative-color-900`
369
+ - `negative-content-color-default`
370
+ - `negative-content-color-down`
371
+ - `negative-content-color-hover`
372
+ - `negative-content-color-key-focus`
373
+ - `negative-visual-color`
374
+ - `notice-background-color-default`
375
+ - `notice-color-100`
376
+ - `notice-color-1000`
377
+ - `notice-color-1100`
378
+ - `notice-color-1200`
379
+ - `notice-color-1300`
380
+ - `notice-color-1400`
381
+ - `notice-color-200`
382
+ - `notice-color-300`
383
+ - `notice-color-400`
384
+ - `notice-color-500`
385
+ - `notice-color-600`
386
+ - `notice-color-700`
387
+ - `notice-color-800`
388
+ - `notice-color-900`
389
+ - `notice-visual-color`
390
+ - `orange-100`
391
+ - `orange-1000`
392
+ - `orange-1100`
393
+ - `orange-1200`
394
+ - `orange-1300`
395
+ - `orange-1400`
396
+ - `orange-200`
397
+ - `orange-300`
398
+ - `orange-400`
399
+ - `orange-500`
400
+ - `orange-600`
401
+ - `orange-700`
402
+ - `orange-800`
403
+ - `orange-900`
404
+ - `orange-background-color-default`
405
+ - `orange-visual-color`
406
+ - `positive-background-color-default`
407
+ - `positive-background-color-down`
408
+ - `positive-background-color-hover`
409
+ - `positive-background-color-key-focus`
410
+ - `positive-color-100`
411
+ - `positive-color-1000`
412
+ - `positive-color-1100`
413
+ - `positive-color-1200`
414
+ - `positive-color-1300`
415
+ - `positive-color-1400`
416
+ - `positive-color-200`
417
+ - `positive-color-300`
418
+ - `positive-color-400`
419
+ - `positive-color-500`
420
+ - `positive-color-600`
421
+ - `positive-color-700`
422
+ - `positive-color-800`
423
+ - `positive-color-900`
424
+ - `positive-visual-color`
425
+ - `purple-100`
426
+ - `purple-1000`
427
+ - `purple-1100`
428
+ - `purple-1200`
429
+ - `purple-1300`
430
+ - `purple-1400`
431
+ - `purple-200`
432
+ - `purple-300`
433
+ - `purple-400`
434
+ - `purple-500`
435
+ - `purple-600`
436
+ - `purple-700`
437
+ - `purple-800`
438
+ - `purple-900`
439
+ - `purple-background-color-default`
440
+ - `purple-visual-color`
441
+ - `red-100`
442
+ - `red-1000`
443
+ - `red-1100`
444
+ - `red-1200`
445
+ - `red-1300`
446
+ - `red-1400`
447
+ - `red-200`
448
+ - `red-300`
449
+ - `red-400`
450
+ - `red-500`
451
+ - `red-600`
452
+ - `red-700`
453
+ - `red-800`
454
+ - `red-900`
455
+ - `red-background-color-default`
456
+ - `red-visual-color`
457
+ - `seafoam-100`
458
+ - `seafoam-1000`
459
+ - `seafoam-1100`
460
+ - `seafoam-1200`
461
+ - `seafoam-1300`
462
+ - `seafoam-1400`
463
+ - `seafoam-200`
464
+ - `seafoam-300`
465
+ - `seafoam-400`
466
+ - `seafoam-500`
467
+ - `seafoam-600`
468
+ - `seafoam-700`
469
+ - `seafoam-800`
470
+ - `seafoam-900`
471
+ - `seafoam-background-color-default`
472
+ - `seafoam-visual-color`
473
+ - `side-navigation-item-to-header`
474
+ - `table-selected-row-background-color`
475
+ - `yellow-100`
476
+ - `yellow-1000`
477
+ - `yellow-1100`
478
+ - `yellow-1200`
479
+ - `yellow-1300`
480
+ - `yellow-1400`
481
+ - `yellow-200`
482
+ - `yellow-300`
483
+ - `yellow-400`
484
+ - `yellow-500`
485
+ - `yellow-600`
486
+ - `yellow-700`
487
+ - `yellow-800`
488
+ - `yellow-900`
489
+ - `yellow-background-color-default`
490
+ - `yellow-visual-color`
491
+
492
+ ## 13.0.0-beta.6
493
+
494
+ ### Minor Changes
495
+
496
+ - 6d1c661: Added new Spectrum 2 color tokens for both light and dark themes:
497
+
498
+ Cinnamon 100 to 1600
499
+
500
+ ## Design Motivation
501
+
502
+ 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.
503
+
504
+ ## Token Diff
505
+
506
+ _Tokens added (17):_
507
+
508
+ - `cinnamon-100`
509
+ - `cinnamon-200`
510
+ - `cinnamon-300`
511
+ - `cinnamon-400`
512
+ - `cinnamon-500`
513
+ - `cinnamon-600`
514
+ - `cinnamon-700`
515
+ - `cinnamon-800`
516
+ - `cinnamon-900`
517
+ - `cinnamon-1000`
518
+ - `cinnamon-1100`
519
+ - `cinnamon-1200`
520
+ - `cinnamon-1300`
521
+ - `cinnamon-1400`
522
+ - `cinnamon-1500`
523
+ - `cinnamon-1600`
524
+
525
+ - 91d7e95: Fixed bug in the light theme value for notice-background-color-default, from notice-color-800 to notice-color-600
526
+
527
+ ## Design Motivation
528
+
529
+ 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
530
+
531
+ ## Token Diff
532
+
533
+ _Token values updated (1):_
534
+
535
+ - `notice-background-color-default`: `light`: `notice-color-800` -> `notice-color-600`
536
+
537
+ ## 13.0.0-beta.5
538
+
539
+ ### Major Changes
540
+
541
+ - 0af2674: feat: new color values for spectrum2
542
+
543
+ ## Design Motivation
544
+
545
+ This update addresses several improvements:
546
+
547
+ fuchsia, seafoam: all values shifted to make room for new colors, pink and turquoise
548
+ all other colors: certain values were updated to address accessibility contrast requirements against Spectrum 2 background layer colors
549
+
550
+ ## Token Diff
551
+
552
+ <details><summary><strong>Token values updated (246):</strong></summary>
553
+
554
+ - `accent-background-color-default`
555
+ - `accent-background-color-down`
556
+ - `accent-background-color-hover`
557
+ - `accent-background-color-key-focus`
558
+ - `accent-color-1000`
559
+ - `accent-color-200`
560
+ - `accent-color-300`
561
+ - `accent-color-400`
562
+ - `accent-color-500`
563
+ - `accent-color-600`
564
+ - `accent-color-700`
565
+ - `accent-color-800`
566
+ - `accent-color-900`
567
+ - `accent-content-color-default`
568
+ - `accent-content-color-down`
569
+ - `accent-content-color-hover`
570
+ - `accent-content-color-key-focus`
571
+ - `accent-content-color-selected`
572
+ - `accent-visual-color`
573
+ - `blue-1000`
574
+ - `blue-200`
575
+ - `blue-300`
576
+ - `blue-400`
577
+ - `blue-500`
578
+ - `blue-600`
579
+ - `blue-700`
580
+ - `blue-800`
581
+ - `blue-900`
582
+ - `blue-background-color-default`
583
+ - `blue-visual-color`
584
+ - `celery-1000`
585
+ - `celery-200`
586
+ - `celery-300`
587
+ - `celery-400`
588
+ - `celery-500`
589
+ - `celery-600`
590
+ - `celery-700`
591
+ - `celery-800`
592
+ - `celery-900`
593
+ - `celery-background-color-default`
594
+ - `celery-visual-color`
595
+ - `chartreuse-1000`
596
+ - `chartreuse-200`
597
+ - `chartreuse-300`
598
+ - `chartreuse-400`
599
+ - `chartreuse-500`
600
+ - `chartreuse-600`
601
+ - `chartreuse-700`
602
+ - `chartreuse-800`
603
+ - `chartreuse-900`
604
+ - `chartreuse-background-color-default`
605
+ - `chartreuse-visual-color`
606
+ - `cyan-1000`
607
+ - `cyan-300`
608
+ - `cyan-400`
609
+ - `cyan-500`
610
+ - `cyan-600`
611
+ - `cyan-700`
612
+ - `cyan-800`
613
+ - `cyan-900`
614
+ - `cyan-background-color-default`
615
+ - `cyan-visual-color`
616
+ - `drop-zone-background-color`
617
+ - `focus-indicator-color`
618
+ - `fuchsia-100`
619
+ - `fuchsia-1000`
620
+ - `fuchsia-1100`
621
+ - `fuchsia-1200`
622
+ - `fuchsia-1300`
623
+ - `fuchsia-1400`
624
+ - `fuchsia-1500`
625
+ - `fuchsia-1600`
626
+ - `fuchsia-200`
627
+ - `fuchsia-300`
628
+ - `fuchsia-400`
629
+ - `fuchsia-500`
630
+ - `fuchsia-600`
631
+ - `fuchsia-700`
632
+ - `fuchsia-800`
633
+ - `fuchsia-900`
634
+ - `fuchsia-background-color-default`
635
+ - `fuchsia-visual-color`
636
+ - `green-100`
637
+ - `green-1000`
638
+ - `green-200`
639
+ - `green-300`
640
+ - `green-400`
641
+ - `green-500`
642
+ - `green-600`
643
+ - `green-700`
644
+ - `green-800`
645
+ - `green-900`
646
+ - `green-background-color-default`
647
+ - `green-visual-color`
648
+ - `icon-color-blue-primary-default`
649
+ - `icon-color-green-primary-default`
650
+ - `icon-color-red-primary-default`
651
+ - `icon-color-yellow-primary-default`
652
+ - `indigo-1000`
653
+ - `indigo-300`
654
+ - `indigo-400`
655
+ - `indigo-500`
656
+ - `indigo-600`
657
+ - `indigo-700`
658
+ - `indigo-800`
659
+ - `indigo-900`
660
+ - `indigo-background-color-default`
661
+ - `indigo-visual-color`
662
+ - `informative-background-color-default`
663
+ - `informative-background-color-down`
664
+ - `informative-background-color-hover`
665
+ - `informative-background-color-key-focus`
666
+ - `informative-color-1000`
667
+ - `informative-color-200`
668
+ - `informative-color-300`
669
+ - `informative-color-400`
670
+ - `informative-color-500`
671
+ - `informative-color-600`
672
+ - `informative-color-700`
673
+ - `informative-color-800`
674
+ - `informative-color-900`
675
+ - `informative-visual-color`
676
+ - `magenta-100`
677
+ - `magenta-1000`
678
+ - `magenta-1100`
679
+ - `magenta-1200`
680
+ - `magenta-1300`
681
+ - `magenta-1400`
682
+ - `magenta-200`
683
+ - `magenta-300`
684
+ - `magenta-400`
685
+ - `magenta-500`
686
+ - `magenta-600`
687
+ - `magenta-700`
688
+ - `magenta-800`
689
+ - `magenta-900`
690
+ - `magenta-background-color-default`
691
+ - `magenta-visual-color`
692
+ - `negative-background-color-default`
693
+ - `negative-background-color-down`
694
+ - `negative-background-color-hover`
695
+ - `negative-background-color-key-focus`
696
+ - `negative-border-color-default`
697
+ - `negative-border-color-focus`
698
+ - `negative-border-color-hover`
699
+ - `negative-border-color-key-focus`
700
+ - `negative-color-1000`
701
+ - `negative-color-200`
702
+ - `negative-color-300`
703
+ - `negative-color-400`
704
+ - `negative-color-500`
705
+ - `negative-color-600`
706
+ - `negative-color-700`
707
+ - `negative-color-800`
708
+ - `negative-color-900`
709
+ - `negative-content-color-default`
710
+ - `negative-content-color-down`
711
+ - `negative-content-color-hover`
712
+ - `negative-content-color-key-focus`
713
+ - `negative-visual-color`
714
+ - `notice-background-color-default`
715
+ - `notice-color-1000`
716
+ - `notice-color-200`
717
+ - `notice-color-400`
718
+ - `notice-color-500`
719
+ - `notice-color-600`
720
+ - `notice-color-700`
721
+ - `notice-color-800`
722
+ - `notice-color-900`
723
+ - `notice-visual-color`
724
+ - `orange-1000`
725
+ - `orange-200`
726
+ - `orange-400`
727
+ - `orange-500`
728
+ - `orange-600`
729
+ - `orange-700`
730
+ - `orange-800`
731
+ - `orange-900`
732
+ - `orange-background-color-default`
733
+ - `orange-visual-color`
734
+ - `positive-background-color-default`
735
+ - `positive-background-color-down`
736
+ - `positive-background-color-hover`
737
+ - `positive-background-color-key-focus`
738
+ - `positive-color-100`
739
+ - `positive-color-1000`
740
+ - `positive-color-200`
741
+ - `positive-color-300`
742
+ - `positive-color-400`
743
+ - `positive-color-500`
744
+ - `positive-color-600`
745
+ - `positive-color-700`
746
+ - `positive-color-800`
747
+ - `positive-color-900`
748
+ - `positive-visual-color`
749
+ - `purple-1000`
750
+ - `purple-200`
751
+ - `purple-300`
752
+ - `purple-400`
753
+ - `purple-500`
754
+ - `purple-600`
755
+ - `purple-700`
756
+ - `purple-800`
757
+ - `purple-900`
758
+ - `purple-background-color-default`
759
+ - `purple-visual-color`
760
+ - `red-1000`
761
+ - `red-200`
762
+ - `red-300`
763
+ - `red-400`
764
+ - `red-500`
765
+ - `red-600`
766
+ - `red-700`
767
+ - `red-800`
768
+ - `red-900`
769
+ - `red-background-color-default`
770
+ - `red-visual-color`
771
+ - `seafoam-100`
772
+ - `seafoam-1000`
773
+ - `seafoam-1100`
774
+ - `seafoam-1200`
775
+ - `seafoam-1300`
776
+ - `seafoam-1400`
777
+ - `seafoam-1500`
778
+ - `seafoam-1600`
779
+ - `seafoam-200`
780
+ - `seafoam-300`
781
+ - `seafoam-400`
782
+ - `seafoam-500`
783
+ - `seafoam-600`
784
+ - `seafoam-700`
785
+ - `seafoam-800`
786
+ - `seafoam-900`
787
+ - `seafoam-background-color-default`
788
+ - `seafoam-visual-color`
789
+ - `table-selected-row-background-color`
790
+ - `yellow-1000`
791
+ - `yellow-300`
792
+ - `yellow-400`
793
+ - `yellow-500`
794
+ - `yellow-600`
795
+ - `yellow-700`
796
+ - `yellow-800`
797
+ - `yellow-900`
798
+ - `yellow-background-color-default`
799
+ - `yellow-visual-color`
800
+
801
+ </details>
802
+
803
+ ### Minor Changes
804
+
805
+ - 7b5ec24: feat: add new color tokens
806
+
807
+ ## Design Motivation
808
+
809
+ 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.
810
+
811
+ ## Token Diff
812
+
813
+ <details><summary><strong>Tokens added (64):</strong></summary>
814
+
815
+ - `brown-100`
816
+ - `brown-1000`
817
+ - `brown-1100`
818
+ - `brown-1200`
819
+ - `brown-1300`
820
+ - `brown-1400`
821
+ - `brown-1500`
822
+ - `brown-1600`
823
+ - `brown-200`
824
+ - `brown-300`
825
+ - `brown-400`
826
+ - `brown-500`
827
+ - `brown-600`
828
+ - `brown-700`
829
+ - `brown-800`
830
+ - `brown-900`
831
+ - `pink-100`
832
+ - `pink-1000`
833
+ - `pink-1100`
834
+ - `pink-1200`
835
+ - `pink-1300`
836
+ - `pink-1400`
837
+ - `pink-1500`
838
+ - `pink-1600`
839
+ - `pink-200`
840
+ - `pink-300`
841
+ - `pink-400`
842
+ - `pink-500`
843
+ - `pink-600`
844
+ - `pink-700`
845
+ - `pink-800`
846
+ - `pink-900`
847
+ - `silver-100`
848
+ - `silver-1000`
849
+ - `silver-1100`
850
+ - `silver-1200`
851
+ - `silver-1300`
852
+ - `silver-1400`
853
+ - `silver-1500`
854
+ - `silver-1600`
855
+ - `silver-200`
856
+ - `silver-300`
857
+ - `silver-400`
858
+ - `silver-500`
859
+ - `silver-600`
860
+ - `silver-700`
861
+ - `silver-800`
862
+ - `silver-900`
863
+ - `turquoise-100`
864
+ - `turquoise-1000`
865
+ - `turquoise-1100`
866
+ - `turquoise-1200`
867
+ - `turquoise-1300`
868
+ - `turquoise-1400`
869
+ - `turquoise-1500`
870
+ - `turquoise-1600`
871
+ - `turquoise-200`
872
+ - `turquoise-300`
873
+ - `turquoise-400`
874
+ - `turquoise-500`
875
+ - `turquoise-600`
876
+ - `turquoise-700`
877
+ - `turquoise-800`
878
+ - `turquoise-900`
879
+
880
+ </details>
881
+
882
+ ## 13.0.0-beta.4
883
+
884
+ ### Major Changes
885
+
886
+ - a08dced: A handful of values transitioned from being defined per-set to being constants; set values are deprecated and root values are defined.
887
+
888
+ ## Token Diff
889
+
890
+ _Token values updated (5):_
891
+
892
+ - `neutral-background-color-default`: changed from a color-set to a single value of a reference of `gray-800`
893
+ - `neutral-background-color-down`: changed from a color-set to a single value of a reference of `gray-900`
894
+ - `neutral-background-color-hover`: changed from a color-set to a single value of a reference of `gray-900`
895
+ - `neutral-background-color-key-focus`: changed from a color-set to a single value of a reference of `gray-900`
896
+ - `notice-background-color-default`: changed from a color-set to a single value of a reference of `notice-color-800`
897
+
898
+ ### Patch Changes
899
+
900
+ - c0a10b4: fix: rgb used instead of rgba for a couple tokens
901
+
902
+ ## 13.0.0-beta.3
903
+
904
+ ### Patch Changes
905
+
906
+ - a546ef7: Returned some tokens that were removed by accident in the previous merging.
907
+
908
+ ## Token Diff
909
+
910
+ _Tokens added (51):_
911
+
912
+ - `checkbox-control-size-extra-large`
913
+ - `checkbox-control-size-large`
914
+ - `checkbox-control-size-medium`
915
+ - `checkbox-control-size-small`
916
+ - `checkbox-top-to-control-extra-large`
917
+ - `checkbox-top-to-control-large`
918
+ - `checkbox-top-to-control-medium`
919
+ - `checkbox-top-to-control-small`
920
+ - `color-area-border-rounding`
921
+ - `corner-radius-100`
922
+ - `corner-radius-200`
923
+ - `corner-radius-75`
924
+ - `drop-shadow-blur`
925
+ - `drop-shadow-x`
926
+ - `drop-shadow-y`
927
+ - `radio-button-control-size-extra-large`
928
+ - `radio-button-control-size-large`
929
+ - `radio-button-control-size-medium`
930
+ - `radio-button-control-size-small`
931
+ - `radio-button-top-to-control-extra-large`
932
+ - `radio-button-top-to-control-large`
933
+ - `radio-button-top-to-control-medium`
934
+ - `radio-button-top-to-control-small`
935
+ - `slider-bottom-to-handle-extra-large`
936
+ - `slider-bottom-to-handle-large`
937
+ - `slider-bottom-to-handle-medium`
938
+ - `slider-bottom-to-handle-small`
939
+ - `slider-control-height-extra-large`
940
+ - `slider-control-height-large`
941
+ - `slider-control-height-medium`
942
+ - `slider-control-height-small`
943
+ - `slider-handle-border-width-down-extra-large`
944
+ - `slider-handle-border-width-down-large`
945
+ - `slider-handle-border-width-down-medium`
946
+ - `slider-handle-border-width-down-small`
947
+ - `slider-handle-size-extra-large`
948
+ - `slider-handle-size-large`
949
+ - `slider-handle-size-medium`
950
+ - `slider-handle-size-small`
951
+ - `switch-control-height-extra-large`
952
+ - `switch-control-height-large`
953
+ - `switch-control-height-medium`
954
+ - `switch-control-height-small`
955
+ - `switch-control-width-extra-large`
956
+ - `switch-control-width-large`
957
+ - `switch-control-width-medium`
958
+ - `switch-control-width-small`
959
+ - `switch-top-to-control-extra-large`
960
+ - `switch-top-to-control-large`
961
+ - `switch-top-to-control-medium`
962
+ - `switch-top-to-control-small`
963
+
964
+ ## 13.0.0-beta.2
965
+
966
+ ### Major Changes
967
+
968
+ - ee15851: Updated color tokens to use S2 values
969
+
970
+ ## Design Motivation
971
+
972
+ 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/).
973
+
974
+ ## Token Diff
975
+
976
+ <details><summary><strong>Tokens added (46):</strong></summary>
977
+
978
+ - `accent-color-1500`
979
+ - `accent-color-1600`
980
+ - `blue-1500`
981
+ - `blue-1600`
982
+ - `celery-1500`
983
+ - `celery-1600`
984
+ - `chartreuse-1500`
985
+ - `chartreuse-1600`
986
+ - `cyan-1500`
987
+ - `cyan-1600`
988
+ - `fuchsia-1500`
989
+ - `fuchsia-1600`
990
+ - `gray-1000`
991
+ - `gray-25`
992
+ - `green-1500`
993
+ - `green-1600`
994
+ - `indigo-1500`
995
+ - `indigo-1600`
996
+ - `informative-color-1500`
997
+ - `informative-color-1600`
998
+ - `magenta-1500`
999
+ - `magenta-1600`
1000
+ - `negative-color-1500`
1001
+ - `negative-color-1600`
1002
+ - `notice-color-1500`
1003
+ - `notice-color-1600`
1004
+ - `orange-1500`
1005
+ - `orange-1600`
1006
+ - `positive-color-1500`
1007
+ - `positive-color-1600`
1008
+ - `purple-1500`
1009
+ - `purple-1600`
1010
+ - `red-1500`
1011
+ - `red-1600`
1012
+ - `seafoam-1500`
1013
+ - `seafoam-1600`
1014
+ - `transparent-black-1000`
1015
+ - `transparent-black-25`
1016
+ - `transparent-black-50`
1017
+ - `transparent-black-75`
1018
+ - `transparent-white-1000`
1019
+ - `transparent-white-25`
1020
+ - `transparent-white-50`
1021
+ - `transparent-white-75`
1022
+ - `yellow-1500`
1023
+ - `yellow-1600`
1024
+
1025
+ </details>
1026
+
1027
+ <details><summary><strong>Token values updated (408):</strong></summary>
1028
+
1029
+ - `accent-background-color-default`
1030
+ - `accent-background-color-down`
1031
+ - `accent-background-color-hover`
1032
+ - `accent-background-color-key-focus`
1033
+ - `accent-color-100`
1034
+ - `accent-color-1000`
1035
+ - `accent-color-1100`
1036
+ - `accent-color-1200`
1037
+ - `accent-color-1300`
1038
+ - `accent-color-1400`
1039
+ - `accent-color-200`
1040
+ - `accent-color-300`
1041
+ - `accent-color-400`
1042
+ - `accent-color-500`
1043
+ - `accent-color-600`
1044
+ - `accent-color-700`
1045
+ - `accent-color-800`
1046
+ - `accent-color-900`
1047
+ - `accent-content-color-default`
1048
+ - `accent-content-color-down`
1049
+ - `accent-content-color-hover`
1050
+ - `accent-content-color-key-focus`
1051
+ - `accent-content-color-selected`
1052
+ - `accent-visual-color`
1053
+ - `background-base-color`
1054
+ - `background-layer-1-color`
1055
+ - `background-layer-2-color`
1056
+ - `blue-100`
1057
+ - `blue-1000`
1058
+ - `blue-1100`
1059
+ - `blue-1200`
1060
+ - `blue-1300`
1061
+ - `blue-1400`
1062
+ - `blue-200`
1063
+ - `blue-300`
1064
+ - `blue-400`
1065
+ - `blue-500`
1066
+ - `blue-600`
1067
+ - `blue-700`
1068
+ - `blue-800`
1069
+ - `blue-900`
1070
+ - `blue-background-color-default`
1071
+ - `blue-visual-color`
1072
+ - `body-color`
1073
+ - `card-selection-background-color`
1074
+ - `celery-100`
1075
+ - `celery-1000`
1076
+ - `celery-1100`
1077
+ - `celery-1200`
1078
+ - `celery-1300`
1079
+ - `celery-1400`
1080
+ - `celery-200`
1081
+ - `celery-300`
1082
+ - `celery-400`
1083
+ - `celery-500`
1084
+ - `celery-600`
1085
+ - `celery-700`
1086
+ - `celery-800`
1087
+ - `celery-900`
1088
+ - `celery-background-color-default`
1089
+ - `celery-visual-color`
1090
+ - `chartreuse-100`
1091
+ - `chartreuse-1000`
1092
+ - `chartreuse-1100`
1093
+ - `chartreuse-1200`
1094
+ - `chartreuse-1300`
1095
+ - `chartreuse-1400`
1096
+ - `chartreuse-200`
1097
+ - `chartreuse-300`
1098
+ - `chartreuse-400`
1099
+ - `chartreuse-500`
1100
+ - `chartreuse-600`
1101
+ - `chartreuse-700`
1102
+ - `chartreuse-800`
1103
+ - `chartreuse-900`
1104
+ - `chartreuse-background-color-default`
1105
+ - `chartreuse-visual-color`
1106
+ - `coach-mark-pagination-color`
1107
+ - `code-color`
1108
+ - `color-area-border-color`
1109
+ - `color-loupe-drop-shadow-color`
1110
+ - `color-loupe-inner-border`
1111
+ - `color-slider-border-color`
1112
+ - `cyan-100`
1113
+ - `cyan-1000`
1114
+ - `cyan-1100`
1115
+ - `cyan-1200`
1116
+ - `cyan-1300`
1117
+ - `cyan-1400`
1118
+ - `cyan-200`
1119
+ - `cyan-300`
1120
+ - `cyan-400`
1121
+ - `cyan-500`
1122
+ - `cyan-600`
1123
+ - `cyan-700`
1124
+ - `cyan-800`
1125
+ - `cyan-900`
1126
+ - `cyan-background-color-default`
1127
+ - `cyan-visual-color`
1128
+ - `detail-color`
1129
+ - `disabled-background-color`
1130
+ - `disabled-border-color`
1131
+ - `disabled-content-color`
1132
+ - `disabled-static-black-background-color`
1133
+ - `disabled-static-black-border-color`
1134
+ - `disabled-static-black-content-color`
1135
+ - `disabled-static-white-background-color`
1136
+ - `disabled-static-white-border-color`
1137
+ - `disabled-static-white-content-color`
1138
+ - `drop-zone-background-color`
1139
+ - `floating-action-button-drop-shadow-color`
1140
+ - `floating-action-button-shadow-color`
1141
+ - `focus-indicator-color`
1142
+ - `fuchsia-100`
1143
+ - `fuchsia-1000`
1144
+ - `fuchsia-1100`
1145
+ - `fuchsia-1200`
1146
+ - `fuchsia-1300`
1147
+ - `fuchsia-1400`
1148
+ - `fuchsia-200`
1149
+ - `fuchsia-300`
1150
+ - `fuchsia-400`
1151
+ - `fuchsia-500`
1152
+ - `fuchsia-600`
1153
+ - `fuchsia-700`
1154
+ - `fuchsia-800`
1155
+ - `fuchsia-900`
1156
+ - `fuchsia-background-color-default`
1157
+ - `fuchsia-visual-color`
1158
+ - `gray-100`
1159
+ - `gray-200`
1160
+ - `gray-300`
1161
+ - `gray-400`
1162
+ - `gray-50`
1163
+ - `gray-500`
1164
+ - `gray-600`
1165
+ - `gray-700`
1166
+ - `gray-75`
1167
+ - `gray-800`
1168
+ - `gray-900`
1169
+ - `gray-background-color-default`
1170
+ - `gray-visual-color`
1171
+ - `green-100`
1172
+ - `green-1000`
1173
+ - `green-1100`
1174
+ - `green-1200`
1175
+ - `green-1300`
1176
+ - `green-1400`
1177
+ - `green-200`
1178
+ - `green-300`
1179
+ - `green-400`
1180
+ - `green-500`
1181
+ - `green-600`
1182
+ - `green-700`
1183
+ - `green-800`
1184
+ - `green-900`
1185
+ - `green-background-color-default`
1186
+ - `green-visual-color`
1187
+ - `heading-color`
1188
+ - `icon-color-blue-primary-default`
1189
+ - `icon-color-green-primary-default`
1190
+ - `icon-color-inverse`
1191
+ - `icon-color-primary-default`
1192
+ - `icon-color-red-primary-default`
1193
+ - `icon-color-yellow-primary-default`
1194
+ - `indigo-100`
1195
+ - `indigo-1000`
1196
+ - `indigo-1100`
1197
+ - `indigo-1200`
1198
+ - `indigo-1300`
1199
+ - `indigo-1400`
1200
+ - `indigo-200`
1201
+ - `indigo-300`
1202
+ - `indigo-400`
1203
+ - `indigo-500`
1204
+ - `indigo-600`
1205
+ - `indigo-700`
1206
+ - `indigo-800`
1207
+ - `indigo-900`
1208
+ - `indigo-background-color-default`
1209
+ - `indigo-visual-color`
1210
+ - `informative-background-color-default`
1211
+ - `informative-background-color-down`
1212
+ - `informative-background-color-hover`
1213
+ - `informative-background-color-key-focus`
1214
+ - `informative-color-100`
1215
+ - `informative-color-1000`
1216
+ - `informative-color-1100`
1217
+ - `informative-color-1200`
1218
+ - `informative-color-1300`
1219
+ - `informative-color-1400`
1220
+ - `informative-color-200`
1221
+ - `informative-color-300`
1222
+ - `informative-color-400`
1223
+ - `informative-color-500`
1224
+ - `informative-color-600`
1225
+ - `informative-color-700`
1226
+ - `informative-color-800`
1227
+ - `informative-color-900`
1228
+ - `informative-visual-color`
1229
+ - `magenta-100`
1230
+ - `magenta-1000`
1231
+ - `magenta-1100`
1232
+ - `magenta-1200`
1233
+ - `magenta-1300`
1234
+ - `magenta-1400`
1235
+ - `magenta-200`
1236
+ - `magenta-300`
1237
+ - `magenta-400`
1238
+ - `magenta-500`
1239
+ - `magenta-600`
1240
+ - `magenta-700`
1241
+ - `magenta-800`
1242
+ - `magenta-900`
1243
+ - `magenta-background-color-default`
1244
+ - `magenta-visual-color`
1245
+ - `negative-background-color-default`
1246
+ - `negative-background-color-down`
1247
+ - `negative-background-color-hover`
1248
+ - `negative-background-color-key-focus`
1249
+ - `negative-border-color-default`
1250
+ - `negative-border-color-down`
1251
+ - `negative-border-color-focus`
1252
+ - `negative-border-color-focus-hover`
1253
+ - `negative-border-color-hover`
1254
+ - `negative-border-color-key-focus`
1255
+ - `negative-color-100`
1256
+ - `negative-color-1000`
1257
+ - `negative-color-1100`
1258
+ - `negative-color-1200`
1259
+ - `negative-color-1300`
1260
+ - `negative-color-1400`
1261
+ - `negative-color-200`
1262
+ - `negative-color-300`
1263
+ - `negative-color-400`
1264
+ - `negative-color-500`
1265
+ - `negative-color-600`
1266
+ - `negative-color-700`
1267
+ - `negative-color-800`
1268
+ - `negative-color-900`
1269
+ - `negative-content-color-default`
1270
+ - `negative-content-color-down`
1271
+ - `negative-content-color-hover`
1272
+ - `negative-content-color-key-focus`
1273
+ - `negative-visual-color`
1274
+ - `neutral-background-color-default`
1275
+ - `neutral-background-color-down`
1276
+ - `neutral-background-color-hover`
1277
+ - `neutral-background-color-key-focus`
1278
+ - `neutral-background-color-selected-default`
1279
+ - `neutral-background-color-selected-down`
1280
+ - `neutral-background-color-selected-hover`
1281
+ - `neutral-background-color-selected-key-focus`
1282
+ - `neutral-content-color-default`
1283
+ - `neutral-content-color-down`
1284
+ - `neutral-content-color-focus`
1285
+ - `neutral-content-color-focus-hover`
1286
+ - `neutral-content-color-hover`
1287
+ - `neutral-content-color-key-focus`
1288
+ - `neutral-subdued-background-color-default`
1289
+ - `neutral-subdued-background-color-down`
1290
+ - `neutral-subdued-background-color-hover`
1291
+ - `neutral-subdued-background-color-key-focus`
1292
+ - `neutral-subdued-content-color-default`
1293
+ - `neutral-subdued-content-color-down`
1294
+ - `neutral-subdued-content-color-hover`
1295
+ - `neutral-subdued-content-color-key-focus`
1296
+ - `neutral-subdued-content-color-selected`
1297
+ - `neutral-visual-color`
1298
+ - `notice-background-color-default`
1299
+ - `notice-color-100`
1300
+ - `notice-color-1000`
1301
+ - `notice-color-1100`
1302
+ - `notice-color-1200`
1303
+ - `notice-color-1300`
1304
+ - `notice-color-1400`
1305
+ - `notice-color-200`
1306
+ - `notice-color-300`
1307
+ - `notice-color-400`
1308
+ - `notice-color-500`
1309
+ - `notice-color-600`
1310
+ - `notice-color-700`
1311
+ - `notice-color-800`
1312
+ - `notice-color-900`
1313
+ - `notice-visual-color`
1314
+ - `opacity-checkerboard-square-dark`
1315
+ - `orange-100`
1316
+ - `orange-1000`
1317
+ - `orange-1100`
1318
+ - `orange-1200`
1319
+ - `orange-1300`
1320
+ - `orange-1400`
1321
+ - `orange-200`
1322
+ - `orange-300`
1323
+ - `orange-400`
1324
+ - `orange-500`
1325
+ - `orange-600`
1326
+ - `orange-700`
1327
+ - `orange-800`
1328
+ - `orange-900`
1329
+ - `orange-background-color-default`
1330
+ - `orange-visual-color`
1331
+ - `positive-background-color-default`
1332
+ - `positive-background-color-down`
1333
+ - `positive-background-color-hover`
1334
+ - `positive-background-color-key-focus`
1335
+ - `positive-color-100`
1336
+ - `positive-color-1000`
1337
+ - `positive-color-1100`
1338
+ - `positive-color-1200`
1339
+ - `positive-color-1300`
1340
+ - `positive-color-1400`
1341
+ - `positive-color-200`
1342
+ - `positive-color-300`
1343
+ - `positive-color-400`
1344
+ - `positive-color-500`
1345
+ - `positive-color-600`
1346
+ - `positive-color-700`
1347
+ - `positive-color-800`
1348
+ - `positive-color-900`
1349
+ - `positive-visual-color`
1350
+ - `purple-100`
1351
+ - `purple-1000`
1352
+ - `purple-1100`
1353
+ - `purple-1200`
1354
+ - `purple-1300`
1355
+ - `purple-1400`
1356
+ - `purple-200`
1357
+ - `purple-300`
1358
+ - `purple-400`
1359
+ - `purple-500`
1360
+ - `purple-600`
1361
+ - `purple-700`
1362
+ - `purple-800`
1363
+ - `purple-900`
1364
+ - `purple-background-color-default`
1365
+ - `purple-visual-color`
1366
+ - `red-100`
1367
+ - `red-1000`
1368
+ - `red-1100`
1369
+ - `red-1200`
1370
+ - `red-1300`
1371
+ - `red-1400`
1372
+ - `red-200`
1373
+ - `red-300`
1374
+ - `red-400`
1375
+ - `red-500`
1376
+ - `red-600`
1377
+ - `red-700`
1378
+ - `red-800`
1379
+ - `red-900`
1380
+ - `red-background-color-default`
1381
+ - `red-visual-color`
1382
+ - `seafoam-100`
1383
+ - `seafoam-1000`
1384
+ - `seafoam-1100`
1385
+ - `seafoam-1200`
1386
+ - `seafoam-1300`
1387
+ - `seafoam-1400`
1388
+ - `seafoam-200`
1389
+ - `seafoam-300`
1390
+ - `seafoam-400`
1391
+ - `seafoam-500`
1392
+ - `seafoam-600`
1393
+ - `seafoam-700`
1394
+ - `seafoam-800`
1395
+ - `seafoam-900`
1396
+ - `seafoam-background-color-default`
1397
+ - `seafoam-visual-color`
1398
+ - `swatch-border-color`
1399
+ - `table-row-hover-color`
1400
+ - `table-selected-row-background-color`
1401
+ - `table-selected-row-background-color-non-emphasized`
1402
+ - `thumbnail-border-color`
1403
+ - `transparent-black-100`
1404
+ - `transparent-black-200`
1405
+ - `transparent-black-300`
1406
+ - `transparent-black-400`
1407
+ - `transparent-black-500`
1408
+ - `transparent-black-600`
1409
+ - `transparent-black-700`
1410
+ - `transparent-black-800`
1411
+ - `transparent-black-900`
1412
+ - `transparent-white-100`
1413
+ - `transparent-white-200`
1414
+ - `transparent-white-300`
1415
+ - `transparent-white-400`
1416
+ - `transparent-white-500`
1417
+ - `transparent-white-600`
1418
+ - `transparent-white-700`
1419
+ - `transparent-white-800`
1420
+ - `transparent-white-900`
1421
+ - `yellow-100`
1422
+ - `yellow-1000`
1423
+ - `yellow-1100`
1424
+ - `yellow-1200`
1425
+ - `yellow-1300`
1426
+ - `yellow-1400`
1427
+ - `yellow-200`
1428
+ - `yellow-300`
1429
+ - `yellow-400`
1430
+ - `yellow-500`
1431
+ - `yellow-600`
1432
+ - `yellow-700`
1433
+ - `yellow-800`
1434
+ - `yellow-900`
1435
+ - `yellow-background-color-default`
1436
+ - `yellow-visual-color`
1437
+
1438
+ </details>
1439
+
3
1440
  ## 13.0.0-beta.1
4
1441
 
5
1442
  ### Major Changes