@adobe/spectrum-tokens 12.0.0-beta.48 → 12.0.0-beta.49

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
- # [12.0.0-beta.48](https://github.com/adobe/spectrum-tokens/compare/v12.0.0-beta.47...v12.0.0-beta.48) (2022-08-30)
1
+ # [12.0.0-beta.49](https://github.com/adobe/spectrum-tokens/compare/v12.0.0-beta.48...v12.0.0-beta.49) (2022-09-08)
2
2
 
3
3
 
4
- ### Bug Fixes
4
+ ### Features
5
5
 
6
- * switch tooltip-width and height to tooltip-tip-width ([63b6695](https://github.com/adobe/spectrum-tokens/commit/63b6695fdb67c2819c053ed7270c3d023bf48e12))
6
+ * adding background opacity tokens ([052aaa1](https://github.com/adobe/spectrum-tokens/commit/052aaa1acc215e4fb4c431f548402c9184f5ff28))
7
+ * adding body tokens ([5aa8a06](https://github.com/adobe/spectrum-tokens/commit/5aa8a06dd36ebe9b48f1afeb9654f03a5196b849))
8
+ * adding code tokens ([1c23e9d](https://github.com/adobe/spectrum-tokens/commit/1c23e9d41f273e1d5146f218c93b7b647b0ca376))
9
+ * adding focus-indicator-color ([52ec8fb](https://github.com/adobe/spectrum-tokens/commit/52ec8fb99255f685beb0b3be7c171bb3900b038d))
10
+ * adding menu item component layout tokens ([9152aad](https://github.com/adobe/spectrum-tokens/commit/9152aadf0326724c099205a547c761dc1b101e6e))
11
+ * adding meter tokens ([f8fea20](https://github.com/adobe/spectrum-tokens/commit/f8fea205f970f2a0536e7818da72990251c674a5))
12
+ * background color default tokens ([e5891e6](https://github.com/adobe/spectrum-tokens/commit/e5891e64cd799838dc861e3a9fcf50a1ba2eb56a))
13
+ * detail tokens ([27bd1cf](https://github.com/adobe/spectrum-tokens/commit/27bd1cf13fa3b87a9ca618d1d6ee0cf5cf81b4cc))
14
+ * font family tokens ([0fe2f37](https://github.com/adobe/spectrum-tokens/commit/0fe2f37a9178f1d6aad9440ea5be801f712685ff))
15
+ * font tokens tokens tokens ([c0e0845](https://github.com/adobe/spectrum-tokens/commit/c0e08454fd4bc47ae96e15f1af5f83771eacad3d))
16
+ * font tokens yay ([19bb507](https://github.com/adobe/spectrum-tokens/commit/19bb507d3eedd69424e7c4faa4670d11202c9f71))
@@ -53,6 +53,7 @@
53
53
  "blue-700": "rgb(56, 146, 243)",
54
54
  "blue-800": "rgb(20, 122, 243)",
55
55
  "blue-900": "rgb(2, 101, 220)",
56
+ "blue-background-color-default": "rgb(2, 101, 220)",
56
57
  "blue-visual-color": "rgb(2, 101, 220)",
57
58
  "celery-100": "rgb(205, 252, 191)",
58
59
  "celery-1000": "rgb(0, 103, 15)",
@@ -68,6 +69,7 @@
68
69
  "celery-700": "rgb(7, 167, 33)",
69
70
  "celery-800": "rgb(0, 145, 18)",
70
71
  "celery-900": "rgb(0, 124, 15)",
72
+ "celery-background-color-default": "rgb(39, 187, 54)",
71
73
  "celery-visual-color": "rgb(0, 124, 15)",
72
74
  "chartreuse-100": "rgb(219, 252, 110)",
73
75
  "chartreuse-1000": "rgb(72, 96, 0)",
@@ -83,6 +85,7 @@
83
85
  "chartreuse-700": "rgb(118, 156, 0)",
84
86
  "chartreuse-800": "rgb(103, 136, 0)",
85
87
  "chartreuse-900": "rgb(87, 116, 0)",
88
+ "chartreuse-background-color-default": "rgb(152, 197, 10)",
86
89
  "chartreuse-visual-color": "rgb(87, 116, 0)",
87
90
  "cyan-100": "rgb(197, 248, 255)",
88
91
  "cyan-1000": "rgb(0, 93, 137)",
@@ -98,6 +101,7 @@
98
101
  "cyan-700": "rgb(1, 156, 200)",
99
102
  "cyan-800": "rgb(0, 134, 180)",
100
103
  "cyan-900": "rgb(0, 113, 159)",
104
+ "cyan-background-color-default": "rgb(0, 113, 159)",
101
105
  "cyan-visual-color": "rgb(0, 113, 159)",
102
106
  "disabled-background-color": "rgb(230, 230, 230)",
103
107
  "disabled-border-color": "rgb(213, 213, 213)",
@@ -109,6 +113,7 @@
109
113
  "disabled-static-white-border-color": "rgba(255, 255, 255, 0.25)",
110
114
  "disabled-static-white-content-color": "rgba(255, 255, 255, 0.55)",
111
115
  "drop-shadow-color": "rgba(0, 0, 0, 0.15)",
116
+ "focus-indicator-color": "rgb(20, 122, 243)",
112
117
  "focus-ring-color": "rgb(20, 122, 243)",
113
118
  "fuchsia-100": "rgb(255, 233, 252)",
114
119
  "fuchsia-1000": "rgb(157, 3, 158)",
@@ -124,6 +129,7 @@
124
129
  "fuchsia-700": "rgb(224, 85, 226)",
125
130
  "fuchsia-800": "rgb(205, 58, 206)",
126
131
  "fuchsia-900": "rgb(182, 34, 183)",
132
+ "fuchsia-background-color-default": "rgb(182, 34, 183)",
127
133
  "fuchsia-visual-color": "rgb(182, 34, 183)",
128
134
  "gray-100": "rgb(248, 248, 248)",
129
135
  "gray-200": "rgb(230, 230, 230)",
@@ -136,6 +142,7 @@
136
142
  "gray-75": "rgb(253, 253, 253)",
137
143
  "gray-800": "rgb(34, 34, 34)",
138
144
  "gray-900": "rgb(0, 0, 0)",
145
+ "gray-background-color-default": "rgb(70, 70, 70)",
139
146
  "gray-visual-color": "rgb(144, 144, 144)",
140
147
  "green-100": "rgb(206, 248, 224)",
141
148
  "green-1000": "rgb(0, 101, 62)",
@@ -151,6 +158,7 @@
151
158
  "green-700": "rgb(21, 164, 110)",
152
159
  "green-800": "rgb(0, 143, 93)",
153
160
  "green-900": "rgb(0, 122, 77)",
161
+ "green-background-color-default": "rgb(0, 122, 77)",
154
162
  "green-visual-color": "rgb(0, 122, 77)",
155
163
  "indigo-100": "rgb(237, 238, 255)",
156
164
  "indigo-1000": "rgb(64, 70, 202)",
@@ -166,6 +174,7 @@
166
174
  "indigo-700": "rgb(126, 132, 252)",
167
175
  "indigo-800": "rgb(104, 109, 244)",
168
176
  "indigo-900": "rgb(82, 88, 228)",
177
+ "indigo-background-color-default": "rgb(82, 88, 228)",
169
178
  "indigo-visual-color": "rgb(82, 88, 228)",
170
179
  "informative-background-color-default": "rgb(2, 101, 220)",
171
180
  "informative-background-color-down": "rgb(0, 68, 145)",
@@ -200,6 +209,7 @@
200
209
  "magenta-700": "rgb(239, 90, 152)",
201
210
  "magenta-800": "rgb(222, 61, 130)",
202
211
  "magenta-900": "rgb(200, 34, 105)",
212
+ "magenta-background-color-default": "rgb(200, 34, 105)",
203
213
  "magenta-visual-color": "rgb(200, 34, 105)",
204
214
  "negative-background-color-default": "rgb(211, 21, 16)",
205
215
  "negative-background-color-down": "rgb(147, 0, 0)",
@@ -270,6 +280,7 @@
270
280
  "orange-700": "rgb(228, 111, 0)",
271
281
  "orange-800": "rgb(203, 93, 0)",
272
282
  "orange-900": "rgb(177, 76, 0)",
283
+ "orange-background-color-default": "rgb(246, 133, 17)",
273
284
  "orange-visual-color": "rgb(177, 76, 0)",
274
285
  "overlay-color": "rgb(0, 0, 0)",
275
286
  "positive-background-color-default": "rgb(0, 122, 77)",
@@ -305,6 +316,7 @@
305
316
  "purple-700": "rgb(174, 114, 249)",
306
317
  "purple-800": "rgb(157, 87, 244)",
307
318
  "purple-900": "rgb(137, 61, 231)",
319
+ "purple-background-color-default": "rgb(137, 61, 231)",
308
320
  "purple-visual-color": "rgb(137, 61, 231)",
309
321
  "red-100": "rgb(255, 235, 231)",
310
322
  "red-1000": "rgb(180, 0, 0)",
@@ -320,6 +332,7 @@
320
332
  "red-700": "rgb(247, 92, 70)",
321
333
  "red-800": "rgb(234, 56, 41)",
322
334
  "red-900": "rgb(211, 21, 16)",
335
+ "red-background-color-default": "rgb(255, 124, 101)",
323
336
  "red-visual-color": "rgb(211, 21, 16)",
324
337
  "seafoam-100": "rgb(206, 247, 243)",
325
338
  "seafoam-1000": "rgb(0, 99, 95)",
@@ -335,6 +348,7 @@
335
348
  "seafoam-700": "rgb(0, 161, 154)",
336
349
  "seafoam-800": "rgb(0, 140, 135)",
337
350
  "seafoam-900": "rgb(0, 119, 114)",
351
+ "seafoam-background-color-default": "rgb(0, 119, 114)",
338
352
  "seafoam-visual-color": "rgb(0, 119, 114)",
339
353
  "static-black-focus-ring-color": "rgb(0, 0, 0)",
340
354
  "static-white-focus-ring-color": "rgb(255, 255, 255)",
@@ -369,6 +383,7 @@
369
383
  "yellow-700": "rgb(176, 140, 0)",
370
384
  "yellow-800": "rgb(155, 120, 0)",
371
385
  "yellow-900": "rgb(133, 102, 0)",
386
+ "yellow-background-color-default": "rgb(232, 198, 0)",
372
387
  "yellow-visual-color": "rgb(133, 102, 0)"
373
388
  },
374
389
  "dark": {
@@ -413,6 +428,7 @@
413
428
  "blue-700": "rgb(52, 143, 244)",
414
429
  "blue-800": "rgb(84, 163, 246)",
415
430
  "blue-900": "rgb(114, 183, 249)",
431
+ "blue-background-color-default": "rgb(114, 183, 249)",
416
432
  "blue-visual-color": "rgb(114, 183, 249)",
417
433
  "celery-100": "rgb(0, 69, 10)",
418
434
  "celery-1000": "rgb(105, 220, 99)",
@@ -428,6 +444,7 @@
428
444
  "celery-700": "rgb(4, 165, 30)",
429
445
  "celery-800": "rgb(34, 184, 51)",
430
446
  "celery-900": "rgb(68, 202, 73)",
447
+ "celery-background-color-default": "rgb(0, 145, 18)",
431
448
  "celery-visual-color": "rgb(68, 202, 73)",
432
449
  "chartreuse-100": "rgb(48, 64, 0)",
433
450
  "chartreuse-1000": "rgb(166, 211, 18)",
@@ -443,6 +460,7 @@
443
460
  "chartreuse-700": "rgb(117, 154, 0)",
444
461
  "chartreuse-800": "rgb(132, 173, 1)",
445
462
  "chartreuse-900": "rgb(148, 192, 8)",
463
+ "chartreuse-background-color-default": "rgb(89, 118, 0)",
446
464
  "chartreuse-visual-color": "rgb(148, 192, 8)",
447
465
  "cyan-100": "rgb(0, 61, 98)",
448
466
  "cyan-1000": "rgb(84, 211, 241)",
@@ -458,6 +476,7 @@
458
476
  "cyan-700": "rgb(0, 153, 198)",
459
477
  "cyan-800": "rgb(14, 173, 215)",
460
478
  "cyan-900": "rgb(44, 193, 230)",
479
+ "cyan-background-color-default": "rgb(44, 193, 230)",
461
480
  "cyan-visual-color": "rgb(44, 193, 230)",
462
481
  "disabled-background-color": "rgb(63, 63, 63)",
463
482
  "disabled-border-color": "rgb(84, 84, 84)",
@@ -469,6 +488,7 @@
469
488
  "disabled-static-white-border-color": "rgba(255, 255, 255, 0.25)",
470
489
  "disabled-static-white-content-color": "rgba(255, 255, 255, 0.55)",
471
490
  "drop-shadow-color": "rgba(0, 0, 0, 0.50)",
491
+ "focus-indicator-color": "rgb(84, 163, 246)",
472
492
  "focus-ring-color": "rgb(84, 163, 246)",
473
493
  "fuchsia-100": "rgb(107, 3, 106)",
474
494
  "fuchsia-1000": "rgb(250, 168, 245)",
@@ -484,6 +504,7 @@
484
504
  "fuchsia-700": "rgb(223, 81, 224)",
485
505
  "fuchsia-800": "rgb(235, 110, 236)",
486
506
  "fuchsia-900": "rgb(244, 140, 242)",
507
+ "fuchsia-background-color-default": "rgb(244, 140, 242)",
487
508
  "fuchsia-visual-color": "rgb(244, 140, 242)",
488
509
  "gray-100": "rgb(50, 50, 50)",
489
510
  "gray-200": "rgb(63, 63, 63)",
@@ -496,6 +517,7 @@
496
517
  "gray-75": "rgb(38, 38, 38)",
497
518
  "gray-800": "rgb(235, 235, 235)",
498
519
  "gray-900": "rgb(255, 255, 255)",
520
+ "gray-background-color-default": "rgb(209, 209, 209)",
499
521
  "gray-visual-color": "rgb(144, 144, 144)",
500
522
  "green-100": "rgb(4, 67, 41)",
501
523
  "green-1000": "rgb(94, 217, 162)",
@@ -511,6 +533,7 @@
511
533
  "green-700": "rgb(18, 162, 108)",
512
534
  "green-800": "rgb(43, 180, 125)",
513
535
  "green-900": "rgb(67, 199, 143)",
536
+ "green-background-color-default": "rgb(67, 199, 143)",
514
537
  "green-visual-color": "rgb(67, 199, 143)",
515
538
  "indigo-100": "rgb(40, 44, 140)",
516
539
  "indigo-1000": "rgb(188, 190, 255)",
@@ -526,6 +549,7 @@
526
549
  "indigo-700": "rgb(124, 129, 251)",
527
550
  "indigo-800": "rgb(145, 149, 255)",
528
551
  "indigo-900": "rgb(167, 170, 255)",
552
+ "indigo-background-color-default": "rgb(167, 170, 255)",
529
553
  "indigo-visual-color": "rgb(167, 170, 255)",
530
554
  "informative-background-color-default": "rgb(114, 183, 249)",
531
555
  "informative-background-color-down": "rgb(174, 219, 254)",
@@ -560,6 +584,7 @@
560
584
  "magenta-700": "rgb(237, 87, 149)",
561
585
  "magenta-800": "rgb(249, 114, 167)",
562
586
  "magenta-900": "rgb(255, 143, 185)",
587
+ "magenta-background-color-default": "rgb(255, 143, 185)",
563
588
  "magenta-visual-color": "rgb(255, 143, 185)",
564
589
  "negative-background-color-default": "rgb(255, 149, 129)",
565
590
  "negative-background-color-down": "rgb(255, 201, 189)",
@@ -630,6 +655,7 @@
630
655
  "orange-700": "rgb(225, 109, 0)",
631
656
  "orange-800": "rgb(244, 129, 12)",
632
657
  "orange-900": "rgb(254, 154, 46)",
658
+ "orange-background-color-default": "rgb(202, 93, 0)",
633
659
  "orange-visual-color": "rgb(254, 154, 46)",
634
660
  "overlay-color": "rgb(0, 0, 0)",
635
661
  "positive-background-color-default": "rgb(67, 199, 143)",
@@ -665,6 +691,7 @@
665
691
  "purple-700": "rgb(172, 111, 249)",
666
692
  "purple-800": "rgb(187, 135, 251)",
667
693
  "purple-900": "rgb(202, 159, 252)",
694
+ "purple-background-color-default": "rgb(202, 159, 252)",
668
695
  "purple-visual-color": "rgb(202, 159, 252)",
669
696
  "red-100": "rgb(123, 0, 0)",
670
697
  "red-1000": "rgb(255, 176, 161)",
@@ -680,6 +707,7 @@
680
707
  "red-700": "rgb(246, 88, 67)",
681
708
  "red-800": "rgb(255, 117, 94)",
682
709
  "red-900": "rgb(255, 149, 129)",
710
+ "red-background-color-default": "rgb(234, 56, 41)",
683
711
  "red-visual-color": "rgb(255, 149, 129)",
684
712
  "seafoam-100": "rgb(18, 65, 63)",
685
713
  "seafoam-1000": "rgb(93, 214, 207)",
@@ -695,6 +723,7 @@
695
723
  "seafoam-700": "rgb(0, 158, 152)",
696
724
  "seafoam-800": "rgb(3, 178, 171)",
697
725
  "seafoam-900": "rgb(54, 197, 189)",
726
+ "seafoam-background-color-default": "rgb(54, 197, 189)",
698
727
  "seafoam-visual-color": "rgb(54, 197, 189)",
699
728
  "static-black-focus-ring-color": "rgb(0, 0, 0)",
700
729
  "static-white-focus-ring-color": "rgb(255, 255, 255)",
@@ -729,6 +758,7 @@
729
758
  "yellow-700": "rgb(174, 137, 0)",
730
759
  "yellow-800": "rgb(192, 156, 0)",
731
760
  "yellow-900": "rgb(211, 174, 0)",
761
+ "yellow-background-color-default": "rgb(119, 89, 0)",
732
762
  "yellow-visual-color": "rgb(211, 174, 0)"
733
763
  },
734
764
  "darkest": {
@@ -773,6 +803,7 @@
773
803
  "blue-700": "rgb(29, 128, 245)",
774
804
  "blue-800": "rgb(64, 150, 243)",
775
805
  "blue-900": "rgb(94, 170, 247)",
806
+ "blue-background-color-default": "rgb(94, 170, 247)",
776
807
  "blue-visual-color": "rgb(94, 170, 247)",
777
808
  "celery-100": "rgb(0, 47, 7)",
778
809
  "celery-1000": "rgb(80, 208, 82)",
@@ -788,6 +819,7 @@
788
819
  "celery-700": "rgb(0, 151, 20)",
789
820
  "celery-800": "rgb(13, 171, 37)",
790
821
  "celery-900": "rgb(45, 191, 58)",
822
+ "celery-background-color-default": "rgb(0, 132, 15)",
791
823
  "celery-visual-color": "rgb(45, 191, 58)",
792
824
  "chartreuse-100": "rgb(32, 43, 0)",
793
825
  "chartreuse-1000": "rgb(154, 198, 11)",
@@ -803,6 +835,7 @@
803
835
  "chartreuse-700": "rgb(107, 142, 0)",
804
836
  "chartreuse-800": "rgb(122, 161, 0)",
805
837
  "chartreuse-900": "rgb(138, 180, 3)",
838
+ "chartreuse-background-color-default": "rgb(79, 105, 0)",
806
839
  "chartreuse-visual-color": "rgb(138, 180, 3)",
807
840
  "cyan-100": "rgb(0, 41, 68)",
808
841
  "cyan-1000": "rgb(57, 199, 234)",
@@ -818,6 +851,7 @@
818
851
  "cyan-700": "rgb(0, 140, 186)",
819
852
  "cyan-800": "rgb(4, 160, 205)",
820
853
  "cyan-900": "rgb(23, 180, 221)",
854
+ "cyan-background-color-default": "rgb(23, 180, 221)",
821
855
  "cyan-visual-color": "rgb(23, 180, 221)",
822
856
  "disabled-background-color": "rgb(48, 48, 48)",
823
857
  "disabled-border-color": "rgb(75, 75, 75)",
@@ -829,6 +863,7 @@
829
863
  "disabled-static-white-border-color": "rgba(255, 255, 255, 0.25)",
830
864
  "disabled-static-white-content-color": "rgba(255, 255, 255, 0.55)",
831
865
  "drop-shadow-color": "rgba(0, 0, 0, 0.80)",
866
+ "focus-indicator-color": "rgb(64, 150, 243)",
832
867
  "focus-ring-color": "rgb(64, 150, 243)",
833
868
  "fuchsia-100": "rgb(70, 14, 68)",
834
869
  "fuchsia-1000": "rgb(246, 149, 243)",
@@ -844,6 +879,7 @@
844
879
  "fuchsia-700": "rgb(211, 65, 213)",
845
880
  "fuchsia-800": "rgb(228, 91, 229)",
846
881
  "fuchsia-900": "rgb(239, 120, 238)",
882
+ "fuchsia-background-color-default": "rgb(239, 120, 238)",
847
883
  "fuchsia-visual-color": "rgb(239, 120, 238)",
848
884
  "gray-100": "rgb(29, 29, 29)",
849
885
  "gray-200": "rgb(48, 48, 48)",
@@ -856,6 +892,7 @@
856
892
  "gray-75": "rgb(14, 14, 14)",
857
893
  "gray-800": "rgb(235, 235, 235)",
858
894
  "gray-900": "rgb(255, 255, 255)",
895
+ "gray-background-color-default": "rgb(208, 208, 208)",
859
896
  "gray-visual-color": "rgb(141, 141, 141)",
860
897
  "green-100": "rgb(10, 44, 28)",
861
898
  "green-1000": "rgb(75, 205, 149)",
@@ -871,6 +908,7 @@
871
908
  "green-700": "rgb(0, 149, 98)",
872
909
  "green-800": "rgb(28, 168, 114)",
873
910
  "green-900": "rgb(52, 187, 132)",
911
+ "green-background-color-default": "rgb(52, 187, 132)",
874
912
  "green-visual-color": "rgb(52, 187, 132)",
875
913
  "indigo-100": "rgb(26, 29, 97)",
876
914
  "indigo-1000": "rgb(174, 177, 255)",
@@ -886,6 +924,7 @@
886
924
  "indigo-700": "rgb(110, 115, 246)",
887
925
  "indigo-800": "rgb(132, 136, 253)",
888
926
  "indigo-900": "rgb(153, 157, 255)",
927
+ "indigo-background-color-default": "rgb(153, 157, 255)",
889
928
  "indigo-visual-color": "rgb(153, 157, 255)",
890
929
  "informative-background-color-default": "rgb(94, 170, 247)",
891
930
  "informative-background-color-down": "rgb(152, 206, 253)",
@@ -920,6 +959,7 @@
920
959
  "magenta-700": "rgb(227, 69, 137)",
921
960
  "magenta-800": "rgb(241, 97, 156)",
922
961
  "magenta-900": "rgb(252, 124, 173)",
962
+ "magenta-background-color-default": "rgb(252, 124, 173)",
923
963
  "magenta-visual-color": "rgb(252, 124, 173)",
924
964
  "negative-background-color-default": "rgb(255, 129, 107)",
925
965
  "negative-background-color-down": "rgb(255, 183, 169)",
@@ -990,6 +1030,7 @@
990
1030
  "orange-700": "rgb(210, 98, 0)",
991
1031
  "orange-800": "rgb(232, 116, 0)",
992
1032
  "orange-900": "rgb(249, 137, 23)",
1033
+ "orange-background-color-default": "rgb(186, 82, 0)",
993
1034
  "orange-visual-color": "rgb(249, 137, 23)",
994
1035
  "overlay-color": "rgb(0, 0, 0)",
995
1036
  "positive-background-color-default": "rgb(52, 187, 132)",
@@ -1025,6 +1066,7 @@
1025
1066
  "purple-700": "rgb(162, 94, 246)",
1026
1067
  "purple-800": "rgb(178, 119, 250)",
1027
1068
  "purple-900": "rgb(192, 143, 252)",
1069
+ "purple-background-color-default": "rgb(192, 143, 252)",
1028
1070
  "purple-visual-color": "rgb(192, 143, 252)",
1029
1071
  "red-100": "rgb(87, 0, 0)",
1030
1072
  "red-1000": "rgb(255, 158, 140)",
@@ -1040,6 +1082,7 @@
1040
1082
  "red-700": "rgb(238, 67, 49)",
1041
1083
  "red-800": "rgb(249, 99, 76)",
1042
1084
  "red-900": "rgb(255, 129, 107)",
1085
+ "red-background-color-default": "rgb(221, 33, 24)",
1043
1086
  "red-visual-color": "rgb(255, 129, 107)",
1044
1087
  "seafoam-100": "rgb(18, 43, 42)",
1045
1088
  "seafoam-1000": "rgb(66, 202, 195)",
@@ -1055,6 +1098,7 @@
1055
1098
  "seafoam-700": "rgb(0, 146, 140)",
1056
1099
  "seafoam-800": "rgb(0, 165, 159)",
1057
1100
  "seafoam-900": "rgb(26, 185, 178)",
1101
+ "seafoam-background-color-default": "rgb(26, 185, 178)",
1058
1102
  "seafoam-visual-color": "rgb(26, 185, 178)",
1059
1103
  "static-black-focus-ring-color": "rgb(0, 0, 0)",
1060
1104
  "static-white-focus-ring-color": "rgb(255, 255, 255)",
@@ -1089,14 +1133,13 @@
1089
1133
  "yellow-700": "rgb(161, 126, 0)",
1090
1134
  "yellow-800": "rgb(180, 144, 0)",
1091
1135
  "yellow-900": "rgb(199, 162, 0)",
1136
+ "yellow-background-color-default": "rgb(103, 77, 0)",
1092
1137
  "yellow-visual-color": "rgb(199, 162, 0)"
1093
1138
  }
1094
1139
  },
1095
1140
  "dimensions": {
1096
1141
  "description": "A scale stop of a given size",
1097
1142
  "scale-factor": "1",
1098
- "CJK-line-height-100": "1.5",
1099
- "CJK-line-height-200": "1.7",
1100
1143
  "action-bar-height": "48px",
1101
1144
  "action-bar-top-to-item-counter": "14px",
1102
1145
  "action-button-edge-to-hold-icon-extra-large": "6px",
@@ -1104,6 +1147,10 @@
1104
1147
  "action-button-edge-to-hold-icon-large": "5px",
1105
1148
  "action-button-edge-to-hold-icon-medium": "4px",
1106
1149
  "action-button-edge-to-hold-icon-small": "3px",
1150
+ "background-opacity-down": "0.1",
1151
+ "background-opacity-hover": "0.1",
1152
+ "background-opacity-key-focus": "0.1",
1153
+ "body-margin-multiplier": "0.75",
1107
1154
  "border-width-100": "1px",
1108
1155
  "border-width-200": "2px",
1109
1156
  "button-minimum-width-multiplier": "2.25",
@@ -1115,6 +1162,9 @@
1115
1162
  "checkbox-top-to-control-large": "12px",
1116
1163
  "checkbox-top-to-control-medium": "9px",
1117
1164
  "checkbox-top-to-control-small": "6px",
1165
+ "cjk-letter-spacing": "0.05em",
1166
+ "cjk-line-height-100": "1.5",
1167
+ "cjk-line-height-200": "1.7",
1118
1168
  "component-bottom-to-text-100": "9px",
1119
1169
  "component-bottom-to-text-200": "11px",
1120
1170
  "component-bottom-to-text-300": "14px",
@@ -1165,6 +1215,9 @@
1165
1215
  "corner-radius-100": "4px",
1166
1216
  "corner-radius-200": "8px",
1167
1217
  "corner-radius-75": "2px",
1218
+ "detail-letter-spacing": "0.06em",
1219
+ "detail-margin-bottom-multiplier": "0.25",
1220
+ "detail-margin-top-mulitplier": "0.8889",
1168
1221
  "divider-thickness-large": "4px",
1169
1222
  "divider-thickness-medium": "2px",
1170
1223
  "divider-thickness-small": "1px",
@@ -1200,6 +1253,8 @@
1200
1253
  "font-size-75": "12px",
1201
1254
  "font-size-800": "32px",
1202
1255
  "font-size-900": "36px",
1256
+ "heading-margin-bottom-multiplier": "0.25",
1257
+ "heading-margin-top-multiplier": "0.8889",
1203
1258
  "help-text-top-to-workflow-icon-extra-large": "9px",
1204
1259
  "help-text-top-to-workflow-icon-large": "6px",
1205
1260
  "help-text-top-to-workflow-icon-medium": "3px",
@@ -1207,6 +1262,20 @@
1207
1262
  "in-line-alert-minimum-width": "320px",
1208
1263
  "line-height-100": "1.3",
1209
1264
  "line-height-200": "1.5",
1265
+ "menu-item-edge-to-content-not-selected-extra-large": "45px",
1266
+ "menu-item-edge-to-content-not-selected-large": "38px",
1267
+ "menu-item-edge-to-content-not-selected-medium": "32px",
1268
+ "menu-item-edge-to-content-not-selected-small": "28px",
1269
+ "menu-item-label-to-description": "1px",
1270
+ "menu-item-top-to-chevron-extra-large": "17px",
1271
+ "menu-item-top-to-chevron-large": "14px",
1272
+ "menu-item-top-to-chevron-medium": "11px",
1273
+ "menu-item-top-to-chevron-small": "7px",
1274
+ "meter-default-width": "192px",
1275
+ "meter-maximum-width": "768px",
1276
+ "meter-minimum-width": "48px",
1277
+ "meter-thickness-medium": "6px",
1278
+ "meter-thickness-small": "4px",
1210
1279
  "overlay-opacity": "0.6",
1211
1280
  "popover-tip-height": "8px",
1212
1281
  "popover-tip-width": "16px",