@adobe/spectrum-tokens 12.0.0-beta.57 → 12.0.0-beta.58
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 +3 -3
- package/dist/json/drover.json +131 -61
- package/dist/json/variables.json +7487 -6594
- package/package.json +1 -1
- package/src/{color-alias.json → color-aliases.json} +358 -384
- package/src/color-component.json +42 -0
- package/src/{color.json → color-palette.json} +280 -240
- package/src/{component-layout.json → layout-component.json} +1192 -1774
- package/src/layout.json +497 -247
- package/src/{color-semantic.json → semantic-color-palette.json} +0 -0
- package/src/typography.json +868 -0
- package/src/component-color.json +0 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# [12.0.0-beta.
|
|
1
|
+
# [12.0.0-beta.58](https://github.com/adobe/spectrum-tokens/compare/v12.0.0-beta.57...v12.0.0-beta.58) (2022-11-18)
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
###
|
|
4
|
+
### Features
|
|
5
5
|
|
|
6
|
-
*
|
|
6
|
+
* Typography updated ([#76](https://github.com/adobe/spectrum-tokens/issues/76)) ([83b8c74](https://github.com/adobe/spectrum-tokens/commit/83b8c741a9f3cacee2b36d188dc94c82ef9827ad))
|
package/dist/json/drover.json
CHANGED
|
@@ -88,7 +88,6 @@
|
|
|
88
88
|
"chartreuse-900": "rgb(87, 116, 0)",
|
|
89
89
|
"chartreuse-background-color-default": "rgb(152, 197, 10)",
|
|
90
90
|
"chartreuse-visual-color": "rgb(135, 177, 3)",
|
|
91
|
-
"cjk-heading": "adobe clean han extra bold",
|
|
92
91
|
"cyan-100": "rgb(197, 248, 255)",
|
|
93
92
|
"cyan-1000": "rgb(0, 93, 137)",
|
|
94
93
|
"cyan-1100": "rgb(0, 74, 115)",
|
|
@@ -108,10 +107,10 @@
|
|
|
108
107
|
"disabled-background-color": "rgb(230, 230, 230)",
|
|
109
108
|
"disabled-border-color": "rgb(213, 213, 213)",
|
|
110
109
|
"disabled-content-color": "rgb(177, 177, 177)",
|
|
111
|
-
"disabled-static-black-background-color": "rgba(0, 0, 0, 0.
|
|
110
|
+
"disabled-static-black-background-color": "rgba(0, 0, 0, 0.1)",
|
|
112
111
|
"disabled-static-black-border-color": "rgba(0, 0, 0, 0.25)",
|
|
113
112
|
"disabled-static-black-content-color": "rgba(0, 0, 0, 0.55)",
|
|
114
|
-
"disabled-static-white-background-color": "rgba(255, 255, 255, 0.
|
|
113
|
+
"disabled-static-white-background-color": "rgba(255, 255, 255, 0.1)",
|
|
115
114
|
"disabled-static-white-border-color": "rgba(255, 255, 255, 0.25)",
|
|
116
115
|
"disabled-static-white-content-color": "rgba(255, 255, 255, 0.55)",
|
|
117
116
|
"drop-shadow-color": "rgba(0, 0, 0, 0.15)",
|
|
@@ -161,8 +160,11 @@
|
|
|
161
160
|
"green-900": "rgb(0, 122, 77)",
|
|
162
161
|
"green-background-color-default": "rgb(0, 122, 77)",
|
|
163
162
|
"green-visual-color": "rgb(21, 164, 110)",
|
|
164
|
-
"heading": "
|
|
165
|
-
"heading-emphasized": "
|
|
163
|
+
"heading-cjk-font-weight": "extra-bold",
|
|
164
|
+
"heading-sans-serif-emphasized-font-weight": "bold",
|
|
165
|
+
"heading-sans-serif-font-weight": "bold",
|
|
166
|
+
"heading-serif-emphasized-font-weight": "bold",
|
|
167
|
+
"heading-serif-font-weight": "bold",
|
|
166
168
|
"indigo-100": "rgb(237, 238, 255)",
|
|
167
169
|
"indigo-1000": "rgb(64, 70, 202)",
|
|
168
170
|
"indigo-1100": "rgb(50, 54, 168)",
|
|
@@ -220,6 +222,8 @@
|
|
|
220
222
|
"negative-background-color-key-focus": "rgb(180, 0, 0)",
|
|
221
223
|
"negative-border-color-default": "rgb(211, 21, 16)",
|
|
222
224
|
"negative-border-color-down": "rgb(147, 0, 0)",
|
|
225
|
+
"negative-border-color-focus": "rgb(180, 0, 0)",
|
|
226
|
+
"negative-border-color-focus-hover": "rgb(147, 0, 0)",
|
|
223
227
|
"negative-border-color-hover": "rgb(180, 0, 0)",
|
|
224
228
|
"negative-border-color-key-focus": "rgb(180, 0, 0)",
|
|
225
229
|
"negative-color-100": "rgb(255, 235, 231)",
|
|
@@ -247,6 +251,8 @@
|
|
|
247
251
|
"neutral-background-color-key-focus": "rgb(0, 0, 0)",
|
|
248
252
|
"neutral-content-color-default": "rgb(34, 34, 34)",
|
|
249
253
|
"neutral-content-color-down": "rgb(0, 0, 0)",
|
|
254
|
+
"neutral-content-color-focus": "rgb(0, 0, 0)",
|
|
255
|
+
"neutral-content-color-focus-hover": "rgb(0, 0, 0)",
|
|
250
256
|
"neutral-content-color-hover": "rgb(0, 0, 0)",
|
|
251
257
|
"neutral-content-color-key-focus": "rgb(0, 0, 0)",
|
|
252
258
|
"neutral-subdued-background-color-default": "rgb(109, 109, 109)",
|
|
@@ -258,6 +264,7 @@
|
|
|
258
264
|
"neutral-subdued-content-color-hover": "rgb(34, 34, 34)",
|
|
259
265
|
"neutral-subdued-content-color-key-focus": "rgb(34, 34, 34)",
|
|
260
266
|
"neutral-visual-color": "rgb(144, 144, 144)",
|
|
267
|
+
"notice-background-color-default": "rgb(246, 133, 17)",
|
|
261
268
|
"notice-color-100": "rgb(255, 236, 204)",
|
|
262
269
|
"notice-color-1000": "rgb(149, 61, 0)",
|
|
263
270
|
"notice-color-1100": "rgb(122, 47, 0)",
|
|
@@ -273,6 +280,8 @@
|
|
|
273
280
|
"notice-color-800": "rgb(203, 93, 0)",
|
|
274
281
|
"notice-color-900": "rgb(177, 76, 0)",
|
|
275
282
|
"notice-visual-color": "rgb(228, 111, 0)",
|
|
283
|
+
"opacity-checkerboard-square-dark": "rgb(230, 230, 230)",
|
|
284
|
+
"opacity-checkerboard-square-light": "rgb(255, 255, 255)",
|
|
276
285
|
"orange-100": "rgb(255, 236, 204)",
|
|
277
286
|
"orange-1000": "rgb(149, 61, 0)",
|
|
278
287
|
"orange-1100": "rgb(122, 47, 0)",
|
|
@@ -340,7 +349,7 @@
|
|
|
340
349
|
"red-700": "rgb(247, 92, 70)",
|
|
341
350
|
"red-800": "rgb(234, 56, 41)",
|
|
342
351
|
"red-900": "rgb(211, 21, 16)",
|
|
343
|
-
"red-background-color-default": "rgb(
|
|
352
|
+
"red-background-color-default": "rgb(211, 21, 16)",
|
|
344
353
|
"red-visual-color": "rgb(234, 56, 41)",
|
|
345
354
|
"seafoam-100": "rgb(206, 247, 243)",
|
|
346
355
|
"seafoam-1000": "rgb(0, 99, 95)",
|
|
@@ -364,23 +373,24 @@
|
|
|
364
373
|
"static-white-focus-indicator-color": "rgb(255, 255, 255)",
|
|
365
374
|
"swatch-border-color": "rgb(0, 0, 0)",
|
|
366
375
|
"swatch-disabled-icon-border-color": "rgb(0, 0, 0)",
|
|
376
|
+
"thumbnail-border-color": "rgb(34, 34, 34)",
|
|
367
377
|
"transparent-black-100": "rgba(0, 0, 0, 0)",
|
|
368
|
-
"transparent-black-200": "rgba(0, 0, 0, 0.
|
|
378
|
+
"transparent-black-200": "rgba(0, 0, 0, 0.1)",
|
|
369
379
|
"transparent-black-300": "rgba(0, 0, 0, 0.25)",
|
|
370
|
-
"transparent-black-400": "rgba(0, 0, 0, 0.
|
|
380
|
+
"transparent-black-400": "rgba(0, 0, 0, 0.4)",
|
|
371
381
|
"transparent-black-500": "rgba(0, 0, 0, 0.55)",
|
|
372
|
-
"transparent-black-600": "rgba(0, 0, 0, 0.
|
|
373
|
-
"transparent-black-700": "rgba(0, 0, 0, 0.
|
|
374
|
-
"transparent-black-800": "rgba(0, 0, 0, 0.
|
|
382
|
+
"transparent-black-600": "rgba(0, 0, 0, 0.7)",
|
|
383
|
+
"transparent-black-700": "rgba(0, 0, 0, 0.8)",
|
|
384
|
+
"transparent-black-800": "rgba(0, 0, 0, 0.9)",
|
|
375
385
|
"transparent-black-900": "rgb(0, 0, 0)",
|
|
376
386
|
"transparent-white-100": "rgba(255, 255, 255, 0)",
|
|
377
|
-
"transparent-white-200": "rgba(255, 255, 255, 0.
|
|
387
|
+
"transparent-white-200": "rgba(255, 255, 255, 0.1)",
|
|
378
388
|
"transparent-white-300": "rgba(255, 255, 255, 0.25)",
|
|
379
|
-
"transparent-white-400": "rgba(255, 255, 255, 0.
|
|
389
|
+
"transparent-white-400": "rgba(255, 255, 255, 0.4)",
|
|
380
390
|
"transparent-white-500": "rgba(255, 255, 255, 0.55)",
|
|
381
|
-
"transparent-white-600": "rgba(255, 255, 255, 0.
|
|
382
|
-
"transparent-white-700": "rgba(255, 255, 255, 0.
|
|
383
|
-
"transparent-white-800": "rgba(255, 255, 255, 0.
|
|
391
|
+
"transparent-white-600": "rgba(255, 255, 255, 0.7)",
|
|
392
|
+
"transparent-white-700": "rgba(255, 255, 255, 0.8)",
|
|
393
|
+
"transparent-white-800": "rgba(255, 255, 255, 0.9)",
|
|
384
394
|
"transparent-white-900": "rgb(255, 255, 255)",
|
|
385
395
|
"white": "rgb(255, 255, 255)",
|
|
386
396
|
"yellow-100": "rgb(251, 241, 152)",
|
|
@@ -477,7 +487,6 @@
|
|
|
477
487
|
"chartreuse-900": "rgb(148, 192, 8)",
|
|
478
488
|
"chartreuse-background-color-default": "rgb(148, 192, 8)",
|
|
479
489
|
"chartreuse-visual-color": "rgb(148, 192, 8)",
|
|
480
|
-
"cjk-heading": "adobe clean han extra bold",
|
|
481
490
|
"cyan-100": "rgb(0, 61, 98)",
|
|
482
491
|
"cyan-1000": "rgb(84, 211, 241)",
|
|
483
492
|
"cyan-1100": "rgb(127, 228, 249)",
|
|
@@ -497,13 +506,13 @@
|
|
|
497
506
|
"disabled-background-color": "rgb(63, 63, 63)",
|
|
498
507
|
"disabled-border-color": "rgb(84, 84, 84)",
|
|
499
508
|
"disabled-content-color": "rgb(112, 112, 112)",
|
|
500
|
-
"disabled-static-black-background-color": "rgba(0, 0, 0, 0.
|
|
509
|
+
"disabled-static-black-background-color": "rgba(0, 0, 0, 0.1)",
|
|
501
510
|
"disabled-static-black-border-color": "rgba(0, 0, 0, 0.25)",
|
|
502
511
|
"disabled-static-black-content-color": "rgba(0, 0, 0, 0.55)",
|
|
503
|
-
"disabled-static-white-background-color": "rgba(255, 255, 255, 0.
|
|
512
|
+
"disabled-static-white-background-color": "rgba(255, 255, 255, 0.1)",
|
|
504
513
|
"disabled-static-white-border-color": "rgba(255, 255, 255, 0.25)",
|
|
505
514
|
"disabled-static-white-content-color": "rgba(255, 255, 255, 0.55)",
|
|
506
|
-
"drop-shadow-color": "rgba(0, 0, 0, 0.
|
|
515
|
+
"drop-shadow-color": "rgba(0, 0, 0, 0.5)",
|
|
507
516
|
"focus-indicator-color": "rgb(84, 163, 246)",
|
|
508
517
|
"fuchsia-100": "rgb(107, 3, 106)",
|
|
509
518
|
"fuchsia-1000": "rgb(250, 168, 245)",
|
|
@@ -550,8 +559,11 @@
|
|
|
550
559
|
"green-900": "rgb(67, 199, 143)",
|
|
551
560
|
"green-background-color-default": "rgb(18, 162, 108)",
|
|
552
561
|
"green-visual-color": "rgb(43, 180, 125)",
|
|
553
|
-
"heading": "
|
|
554
|
-
"heading-emphasized": "
|
|
562
|
+
"heading-cjk-font-weight": "extra-bold",
|
|
563
|
+
"heading-sans-serif-emphasized-font-weight": "bold",
|
|
564
|
+
"heading-sans-serif-font-weight": "bold",
|
|
565
|
+
"heading-serif-emphasized-font-weight": "bold",
|
|
566
|
+
"heading-serif-font-weight": "bold",
|
|
555
567
|
"indigo-100": "rgb(40, 44, 140)",
|
|
556
568
|
"indigo-1000": "rgb(188, 190, 255)",
|
|
557
569
|
"indigo-1100": "rgb(208, 210, 255)",
|
|
@@ -609,6 +621,8 @@
|
|
|
609
621
|
"negative-background-color-key-focus": "rgb(190, 4, 3)",
|
|
610
622
|
"negative-border-color-default": "rgb(255, 149, 129)",
|
|
611
623
|
"negative-border-color-down": "rgb(255, 201, 189)",
|
|
624
|
+
"negative-border-color-focus": "rgb(255, 176, 161)",
|
|
625
|
+
"negative-border-color-focus-hover": "rgb(255, 201, 189)",
|
|
612
626
|
"negative-border-color-hover": "rgb(255, 176, 161)",
|
|
613
627
|
"negative-border-color-key-focus": "rgb(255, 176, 161)",
|
|
614
628
|
"negative-color-100": "rgb(123, 0, 0)",
|
|
@@ -636,6 +650,8 @@
|
|
|
636
650
|
"neutral-background-color-key-focus": "rgb(84, 84, 84)",
|
|
637
651
|
"neutral-content-color-default": "rgb(235, 235, 235)",
|
|
638
652
|
"neutral-content-color-down": "rgb(255, 255, 255)",
|
|
653
|
+
"neutral-content-color-focus": "rgb(255, 255, 255)",
|
|
654
|
+
"neutral-content-color-focus-hover": "rgb(255, 255, 255)",
|
|
639
655
|
"neutral-content-color-hover": "rgb(255, 255, 255)",
|
|
640
656
|
"neutral-content-color-key-focus": "rgb(255, 255, 255)",
|
|
641
657
|
"neutral-subdued-background-color-default": "rgb(112, 112, 112)",
|
|
@@ -647,6 +663,7 @@
|
|
|
647
663
|
"neutral-subdued-content-color-hover": "rgb(235, 235, 235)",
|
|
648
664
|
"neutral-subdued-content-color-key-focus": "rgb(235, 235, 235)",
|
|
649
665
|
"neutral-visual-color": "rgb(178, 178, 178)",
|
|
666
|
+
"notice-background-color-default": "rgb(244, 129, 12)",
|
|
650
667
|
"notice-color-100": "rgb(102, 37, 0)",
|
|
651
668
|
"notice-color-1000": "rgb(255, 181, 88)",
|
|
652
669
|
"notice-color-1100": "rgb(253, 206, 136)",
|
|
@@ -662,6 +679,8 @@
|
|
|
662
679
|
"notice-color-800": "rgb(244, 129, 12)",
|
|
663
680
|
"notice-color-900": "rgb(254, 154, 46)",
|
|
664
681
|
"notice-visual-color": "rgb(254, 154, 46)",
|
|
682
|
+
"opacity-checkerboard-square-dark": "rgb(235, 235, 235)",
|
|
683
|
+
"opacity-checkerboard-square-light": "rgb(255, 255, 255)",
|
|
665
684
|
"orange-100": "rgb(102, 37, 0)",
|
|
666
685
|
"orange-1000": "rgb(255, 181, 88)",
|
|
667
686
|
"orange-1100": "rgb(253, 206, 136)",
|
|
@@ -753,23 +772,24 @@
|
|
|
753
772
|
"static-white-focus-indicator-color": "rgb(255, 255, 255)",
|
|
754
773
|
"swatch-border-color": "rgb(255, 255, 255)",
|
|
755
774
|
"swatch-disabled-icon-border-color": "rgb(0, 0, 0)",
|
|
775
|
+
"thumbnail-border-color": "rgb(235, 235, 235)",
|
|
756
776
|
"transparent-black-100": "rgba(0, 0, 0, 0)",
|
|
757
|
-
"transparent-black-200": "rgba(0, 0, 0, 0.
|
|
777
|
+
"transparent-black-200": "rgba(0, 0, 0, 0.1)",
|
|
758
778
|
"transparent-black-300": "rgba(0, 0, 0, 0.25)",
|
|
759
|
-
"transparent-black-400": "rgba(0, 0, 0, 0.
|
|
779
|
+
"transparent-black-400": "rgba(0, 0, 0, 0.4)",
|
|
760
780
|
"transparent-black-500": "rgba(0, 0, 0, 0.55)",
|
|
761
|
-
"transparent-black-600": "rgba(0, 0, 0, 0.
|
|
762
|
-
"transparent-black-700": "rgba(0, 0, 0, 0.
|
|
763
|
-
"transparent-black-800": "rgba(0, 0, 0, 0.
|
|
781
|
+
"transparent-black-600": "rgba(0, 0, 0, 0.7)",
|
|
782
|
+
"transparent-black-700": "rgba(0, 0, 0, 0.8)",
|
|
783
|
+
"transparent-black-800": "rgba(0, 0, 0, 0.9)",
|
|
764
784
|
"transparent-black-900": "rgb(0, 0, 0)",
|
|
765
785
|
"transparent-white-100": "rgba(255, 255, 255, 0)",
|
|
766
|
-
"transparent-white-200": "rgba(255, 255, 255, 0.
|
|
786
|
+
"transparent-white-200": "rgba(255, 255, 255, 0.1)",
|
|
767
787
|
"transparent-white-300": "rgba(255, 255, 255, 0.25)",
|
|
768
|
-
"transparent-white-400": "rgba(255, 255, 255, 0.
|
|
788
|
+
"transparent-white-400": "rgba(255, 255, 255, 0.4)",
|
|
769
789
|
"transparent-white-500": "rgba(255, 255, 255, 0.55)",
|
|
770
|
-
"transparent-white-600": "rgba(255, 255, 255, 0.
|
|
771
|
-
"transparent-white-700": "rgba(255, 255, 255, 0.
|
|
772
|
-
"transparent-white-800": "rgba(255, 255, 255, 0.
|
|
790
|
+
"transparent-white-600": "rgba(255, 255, 255, 0.7)",
|
|
791
|
+
"transparent-white-700": "rgba(255, 255, 255, 0.8)",
|
|
792
|
+
"transparent-white-800": "rgba(255, 255, 255, 0.9)",
|
|
773
793
|
"transparent-white-900": "rgb(255, 255, 255)",
|
|
774
794
|
"white": "rgb(255, 255, 255)",
|
|
775
795
|
"yellow-100": "rgb(76, 54, 0)",
|
|
@@ -866,7 +886,6 @@
|
|
|
866
886
|
"chartreuse-900": "rgb(138, 180, 3)",
|
|
867
887
|
"chartreuse-background-color-default": "rgb(138, 180, 3)",
|
|
868
888
|
"chartreuse-visual-color": "rgb(138, 180, 3)",
|
|
869
|
-
"cjk-heading": "adobe clean han extra bold",
|
|
870
889
|
"cyan-100": "rgb(0, 41, 68)",
|
|
871
890
|
"cyan-1000": "rgb(57, 199, 234)",
|
|
872
891
|
"cyan-1100": "rgb(96, 216, 243)",
|
|
@@ -886,13 +905,13 @@
|
|
|
886
905
|
"disabled-background-color": "rgb(48, 48, 48)",
|
|
887
906
|
"disabled-border-color": "rgb(75, 75, 75)",
|
|
888
907
|
"disabled-content-color": "rgb(106, 106, 106)",
|
|
889
|
-
"disabled-static-black-background-color": "rgba(0, 0, 0, 0.
|
|
908
|
+
"disabled-static-black-background-color": "rgba(0, 0, 0, 0.1)",
|
|
890
909
|
"disabled-static-black-border-color": "rgba(0, 0, 0, 0.25)",
|
|
891
910
|
"disabled-static-black-content-color": "rgba(0, 0, 0, 0.55)",
|
|
892
|
-
"disabled-static-white-background-color": "rgba(255, 255, 255, 0.
|
|
911
|
+
"disabled-static-white-background-color": "rgba(255, 255, 255, 0.1)",
|
|
893
912
|
"disabled-static-white-border-color": "rgba(255, 255, 255, 0.25)",
|
|
894
913
|
"disabled-static-white-content-color": "rgba(255, 255, 255, 0.55)",
|
|
895
|
-
"drop-shadow-color": "rgba(0, 0, 0, 0.
|
|
914
|
+
"drop-shadow-color": "rgba(0, 0, 0, 0.8)",
|
|
896
915
|
"focus-indicator-color": "rgb(64, 150, 243)",
|
|
897
916
|
"fuchsia-100": "rgb(70, 14, 68)",
|
|
898
917
|
"fuchsia-1000": "rgb(246, 149, 243)",
|
|
@@ -939,8 +958,11 @@
|
|
|
939
958
|
"green-900": "rgb(52, 187, 132)",
|
|
940
959
|
"green-background-color-default": "rgb(0, 149, 98)",
|
|
941
960
|
"green-visual-color": "rgb(28, 168, 114)",
|
|
942
|
-
"heading": "
|
|
943
|
-
"heading-emphasized": "
|
|
961
|
+
"heading-cjk-font-weight": "extra-bold",
|
|
962
|
+
"heading-sans-serif-emphasized-font-weight": "bold",
|
|
963
|
+
"heading-sans-serif-font-weight": "bold",
|
|
964
|
+
"heading-serif-emphasized-font-weight": "bold",
|
|
965
|
+
"heading-serif-font-weight": "bold",
|
|
944
966
|
"indigo-100": "rgb(26, 29, 97)",
|
|
945
967
|
"indigo-1000": "rgb(174, 177, 255)",
|
|
946
968
|
"indigo-1100": "rgb(194, 196, 255)",
|
|
@@ -998,6 +1020,8 @@
|
|
|
998
1020
|
"negative-background-color-key-focus": "rgb(196, 7, 6)",
|
|
999
1021
|
"negative-border-color-default": "rgb(255, 129, 107)",
|
|
1000
1022
|
"negative-border-color-down": "rgb(255, 183, 169)",
|
|
1023
|
+
"negative-border-color-focus": "rgb(255, 158, 140)",
|
|
1024
|
+
"negative-border-color-focus-hover": "rgb(255, 183, 169)",
|
|
1001
1025
|
"negative-border-color-hover": "rgb(255, 158, 140)",
|
|
1002
1026
|
"negative-border-color-key-focus": "rgb(255, 158, 140)",
|
|
1003
1027
|
"negative-color-100": "rgb(87, 0, 0)",
|
|
@@ -1025,6 +1049,8 @@
|
|
|
1025
1049
|
"neutral-background-color-key-focus": "rgb(75, 75, 75)",
|
|
1026
1050
|
"neutral-content-color-default": "rgb(235, 235, 235)",
|
|
1027
1051
|
"neutral-content-color-down": "rgb(255, 255, 255)",
|
|
1052
|
+
"neutral-content-color-focus": "rgb(255, 255, 255)",
|
|
1053
|
+
"neutral-content-color-focus-hover": "rgb(255, 255, 255)",
|
|
1028
1054
|
"neutral-content-color-hover": "rgb(255, 255, 255)",
|
|
1029
1055
|
"neutral-content-color-key-focus": "rgb(255, 255, 255)",
|
|
1030
1056
|
"neutral-subdued-background-color-default": "rgb(106, 106, 106)",
|
|
@@ -1036,6 +1062,7 @@
|
|
|
1036
1062
|
"neutral-subdued-content-color-hover": "rgb(235, 235, 235)",
|
|
1037
1063
|
"neutral-subdued-content-color-key-focus": "rgb(235, 235, 235)",
|
|
1038
1064
|
"neutral-visual-color": "rgb(176, 176, 176)",
|
|
1065
|
+
"notice-background-color-default": "rgb(232, 116, 0)",
|
|
1039
1066
|
"notice-color-100": "rgb(72, 24, 1)",
|
|
1040
1067
|
"notice-color-1000": "rgb(255, 162, 59)",
|
|
1041
1068
|
"notice-color-1100": "rgb(255, 188, 102)",
|
|
@@ -1051,6 +1078,8 @@
|
|
|
1051
1078
|
"notice-color-800": "rgb(232, 116, 0)",
|
|
1052
1079
|
"notice-color-900": "rgb(249, 137, 23)",
|
|
1053
1080
|
"notice-visual-color": "rgb(249, 137, 23)",
|
|
1081
|
+
"opacity-checkerboard-square-dark": "rgb(235, 235, 235)",
|
|
1082
|
+
"opacity-checkerboard-square-light": "rgb(255, 255, 255)",
|
|
1054
1083
|
"orange-100": "rgb(72, 24, 1)",
|
|
1055
1084
|
"orange-1000": "rgb(255, 162, 59)",
|
|
1056
1085
|
"orange-1100": "rgb(255, 188, 102)",
|
|
@@ -1142,23 +1171,24 @@
|
|
|
1142
1171
|
"static-white-focus-indicator-color": "rgb(255, 255, 255)",
|
|
1143
1172
|
"swatch-border-color": "rgb(255, 255, 255)",
|
|
1144
1173
|
"swatch-disabled-icon-border-color": "rgb(0, 0, 0)",
|
|
1174
|
+
"thumbnail-border-color": "rgb(235, 235, 235)",
|
|
1145
1175
|
"transparent-black-100": "rgba(0, 0, 0, 0)",
|
|
1146
|
-
"transparent-black-200": "rgba(0, 0, 0, 0.
|
|
1176
|
+
"transparent-black-200": "rgba(0, 0, 0, 0.1)",
|
|
1147
1177
|
"transparent-black-300": "rgba(0, 0, 0, 0.25)",
|
|
1148
|
-
"transparent-black-400": "rgba(0, 0, 0, 0.
|
|
1178
|
+
"transparent-black-400": "rgba(0, 0, 0, 0.4)",
|
|
1149
1179
|
"transparent-black-500": "rgba(0, 0, 0, 0.55)",
|
|
1150
|
-
"transparent-black-600": "rgba(0, 0, 0, 0.
|
|
1151
|
-
"transparent-black-700": "rgba(0, 0, 0, 0.
|
|
1152
|
-
"transparent-black-800": "rgba(0, 0, 0, 0.
|
|
1180
|
+
"transparent-black-600": "rgba(0, 0, 0, 0.7)",
|
|
1181
|
+
"transparent-black-700": "rgba(0, 0, 0, 0.8)",
|
|
1182
|
+
"transparent-black-800": "rgba(0, 0, 0, 0.9)",
|
|
1153
1183
|
"transparent-black-900": "rgb(0, 0, 0)",
|
|
1154
1184
|
"transparent-white-100": "rgba(255, 255, 255, 0)",
|
|
1155
|
-
"transparent-white-200": "rgba(255, 255, 255, 0.
|
|
1185
|
+
"transparent-white-200": "rgba(255, 255, 255, 0.1)",
|
|
1156
1186
|
"transparent-white-300": "rgba(255, 255, 255, 0.25)",
|
|
1157
|
-
"transparent-white-400": "rgba(255, 255, 255, 0.
|
|
1187
|
+
"transparent-white-400": "rgba(255, 255, 255, 0.4)",
|
|
1158
1188
|
"transparent-white-500": "rgba(255, 255, 255, 0.55)",
|
|
1159
|
-
"transparent-white-600": "rgba(255, 255, 255, 0.
|
|
1160
|
-
"transparent-white-700": "rgba(255, 255, 255, 0.
|
|
1161
|
-
"transparent-white-800": "rgba(255, 255, 255, 0.
|
|
1189
|
+
"transparent-white-600": "rgba(255, 255, 255, 0.7)",
|
|
1190
|
+
"transparent-white-700": "rgba(255, 255, 255, 0.8)",
|
|
1191
|
+
"transparent-white-800": "rgba(255, 255, 255, 0.9)",
|
|
1162
1192
|
"transparent-white-900": "rgb(255, 255, 255)",
|
|
1163
1193
|
"white": "rgb(255, 255, 255)",
|
|
1164
1194
|
"yellow-100": "rgb(53, 36, 0)",
|
|
@@ -1191,10 +1221,21 @@
|
|
|
1191
1221
|
"action-button-edge-to-hold-icon-small": "3px",
|
|
1192
1222
|
"alert-dialog-maximum-width": "480px",
|
|
1193
1223
|
"alert-dialog-minimum-width": "288px",
|
|
1224
|
+
"avatar-opacity-disabled": "0.3",
|
|
1225
|
+
"avatar-size-100": "20px",
|
|
1226
|
+
"avatar-size-200": "22px",
|
|
1227
|
+
"avatar-size-300": "26px",
|
|
1228
|
+
"avatar-size-400": "28px",
|
|
1229
|
+
"avatar-size-50": "16px",
|
|
1230
|
+
"avatar-size-500": "32px",
|
|
1231
|
+
"avatar-size-600": "36px",
|
|
1232
|
+
"avatar-size-700": "40px",
|
|
1233
|
+
"avatar-size-75": "18px",
|
|
1194
1234
|
"background-opacity-down": "0.1",
|
|
1195
1235
|
"background-opacity-hover": "0.1",
|
|
1196
1236
|
"background-opacity-key-focus": "0.1",
|
|
1197
1237
|
"body-line-height": "1.5",
|
|
1238
|
+
"body-line-height-cjk": "1.7",
|
|
1198
1239
|
"body-margin-multiplier": "0.75",
|
|
1199
1240
|
"body-size-l": "18px",
|
|
1200
1241
|
"body-size-m": "16px",
|
|
@@ -1206,6 +1247,27 @@
|
|
|
1206
1247
|
"border-width-100": "1px",
|
|
1207
1248
|
"border-width-200": "2px",
|
|
1208
1249
|
"border-width-400": "4px",
|
|
1250
|
+
"breadcrumbs-bottom-to-text": "15px",
|
|
1251
|
+
"breadcrumbs-bottom-to-text-compact": "12px",
|
|
1252
|
+
"breadcrumbs-bottom-to-text-multiline": "9px",
|
|
1253
|
+
"breadcrumbs-end-edge-to-text": "0px",
|
|
1254
|
+
"breadcrumbs-height": "48px",
|
|
1255
|
+
"breadcrumbs-height-compact": "40px",
|
|
1256
|
+
"breadcrumbs-height-multiline": "72px",
|
|
1257
|
+
"breadcrumbs-separator-icon-to-bottom-text-multiline": "11px",
|
|
1258
|
+
"breadcrumbs-start-edge-to-text": "8px",
|
|
1259
|
+
"breadcrumbs-start-edge-to-truncated-menu": "0px",
|
|
1260
|
+
"breadcrumbs-top-text-to-bottom-text": "9px",
|
|
1261
|
+
"breadcrumbs-top-to-separator-icon": "19px",
|
|
1262
|
+
"breadcrumbs-top-to-separator-icon-compact": "15px",
|
|
1263
|
+
"breadcrumbs-top-to-separator-icon-multiline": "15px",
|
|
1264
|
+
"breadcrumbs-top-to-text": "13px",
|
|
1265
|
+
"breadcrumbs-top-to-text-compact": "11px",
|
|
1266
|
+
"breadcrumbs-top-to-text-multiline": "12px",
|
|
1267
|
+
"breadcrumbs-top-to-truncated-menu": "8px",
|
|
1268
|
+
"breadcrumbs-top-to-truncated-menu-compact": "4px",
|
|
1269
|
+
"breadcrumbs-truncated-menu-to-bottom-text": "0px",
|
|
1270
|
+
"breadcrumbs-truncated-menu-to-separator-icon": "0px",
|
|
1209
1271
|
"button-minimum-width-multiplier": "2.25",
|
|
1210
1272
|
"character-count-to-field-quiet-extra-large": "-4px",
|
|
1211
1273
|
"character-count-to-field-quiet-large": "-3px",
|
|
@@ -1219,15 +1281,8 @@
|
|
|
1219
1281
|
"checkbox-top-to-control-large": "12px",
|
|
1220
1282
|
"checkbox-top-to-control-medium": "9px",
|
|
1221
1283
|
"checkbox-top-to-control-small": "6px",
|
|
1222
|
-
"cjk-body-line-height": "1.7",
|
|
1223
|
-
"cjk-code-line-height": "1.7",
|
|
1224
|
-
"cjk-detail-line-height": "1.5",
|
|
1225
|
-
"cjk-heading": "adobe clean han extra bold",
|
|
1226
|
-
"cjk-heading-line-height": "1.5",
|
|
1227
|
-
"cjk-letter-spacing": "0.05em",
|
|
1228
|
-
"cjk-line-height-100": "1.5",
|
|
1229
|
-
"cjk-line-height-200": "1.7",
|
|
1230
1284
|
"code-line-height": "1.5",
|
|
1285
|
+
"code-line-height-cjk": "1.7",
|
|
1231
1286
|
"code-size-l": "18px",
|
|
1232
1287
|
"code-size-m": "16px",
|
|
1233
1288
|
"code-size-s": "14px",
|
|
@@ -1289,13 +1344,15 @@
|
|
|
1289
1344
|
"component-top-to-workflow-icon-300": "13px",
|
|
1290
1345
|
"component-top-to-workflow-icon-50": "3px",
|
|
1291
1346
|
"component-top-to-workflow-icon-75": "4px",
|
|
1347
|
+
"contextual-help-minimum-width": "268px",
|
|
1292
1348
|
"corner-radius-100": "4px",
|
|
1293
1349
|
"corner-radius-200": "8px",
|
|
1294
1350
|
"corner-radius-75": "2px",
|
|
1295
1351
|
"detail-letter-spacing": "0.06em",
|
|
1296
1352
|
"detail-line-height": "1.3",
|
|
1353
|
+
"detail-line-height-cjk": "1.5",
|
|
1297
1354
|
"detail-margin-bottom-multiplier": "0.25",
|
|
1298
|
-
"detail-margin-top-mulitplier": "0.
|
|
1355
|
+
"detail-margin-top-mulitplier": "0.88888889",
|
|
1299
1356
|
"detail-size-l": "14px",
|
|
1300
1357
|
"detail-size-m": "12px",
|
|
1301
1358
|
"detail-size-s": "11px",
|
|
@@ -1380,11 +1437,15 @@
|
|
|
1380
1437
|
"font-size-75": "12px",
|
|
1381
1438
|
"font-size-800": "32px",
|
|
1382
1439
|
"font-size-900": "36px",
|
|
1383
|
-
"heading": "
|
|
1384
|
-
"heading-emphasized": "adobe clean bold italic",
|
|
1440
|
+
"heading-cjk-font-weight": "extra-bold",
|
|
1385
1441
|
"heading-line-height": "1.3",
|
|
1442
|
+
"heading-line-height-cjk": "1.5",
|
|
1386
1443
|
"heading-margin-bottom-multiplier": "0.25",
|
|
1387
|
-
"heading-margin-top-multiplier": "0.
|
|
1444
|
+
"heading-margin-top-multiplier": "0.88888889",
|
|
1445
|
+
"heading-sans-serif-emphasized-font-weight": "bold",
|
|
1446
|
+
"heading-sans-serif-font-weight": "bold",
|
|
1447
|
+
"heading-serif-emphasized-font-weight": "bold",
|
|
1448
|
+
"heading-serif-font-weight": "bold",
|
|
1388
1449
|
"heading-size-l": "28px",
|
|
1389
1450
|
"heading-size-m": "22px",
|
|
1390
1451
|
"heading-size-s": "18px",
|
|
@@ -1398,9 +1459,12 @@
|
|
|
1398
1459
|
"help-text-top-to-workflow-icon-large": "6px",
|
|
1399
1460
|
"help-text-top-to-workflow-icon-medium": "3px",
|
|
1400
1461
|
"help-text-top-to-workflow-icon-small": "4px",
|
|
1401
|
-
"in-line-alert-minimum-width": "
|
|
1462
|
+
"in-line-alert-minimum-width": "240px",
|
|
1463
|
+
"letter-spacing-cjk": "0.05em",
|
|
1402
1464
|
"line-height-100": "1.3",
|
|
1403
1465
|
"line-height-200": "1.5",
|
|
1466
|
+
"line-height-cjk-100": "1.5",
|
|
1467
|
+
"line-height-cjk-200": "1.7",
|
|
1404
1468
|
"menu-item-edge-to-content-not-selected-extra-large": "45px",
|
|
1405
1469
|
"menu-item-edge-to-content-not-selected-large": "38px",
|
|
1406
1470
|
"menu-item-edge-to-content-not-selected-medium": "32px",
|
|
@@ -1415,6 +1479,7 @@
|
|
|
1415
1479
|
"meter-minimum-width": "48px",
|
|
1416
1480
|
"meter-thickness-large": "6px",
|
|
1417
1481
|
"meter-thickness-small": "4px",
|
|
1482
|
+
"opacity-checkerboard-square-size": "8px",
|
|
1418
1483
|
"opacity-disabled": "0.3",
|
|
1419
1484
|
"picker-visual-to-disclosure-icon-extra-large": "10px",
|
|
1420
1485
|
"picker-visual-to-disclosure-icon-large": "9px",
|
|
@@ -1527,6 +1592,10 @@
|
|
|
1527
1592
|
"text-to-visual-300": "10px",
|
|
1528
1593
|
"text-to-visual-50": "6px",
|
|
1529
1594
|
"text-to-visual-75": "7px",
|
|
1595
|
+
"text-underline-gap": "1px",
|
|
1596
|
+
"text-underline-thickness": "1px",
|
|
1597
|
+
"thumbnail-border-opacity": "0.1",
|
|
1598
|
+
"thumbnail-opacity-disabled": "0.3",
|
|
1530
1599
|
"thumbnail-size-100": "20px",
|
|
1531
1600
|
"thumbnail-size-1000": "56px",
|
|
1532
1601
|
"thumbnail-size-200": "22px",
|
|
@@ -1541,6 +1610,7 @@
|
|
|
1541
1610
|
"thumbnail-size-900": "50px",
|
|
1542
1611
|
"toast-bottom-to-text": "17px",
|
|
1543
1612
|
"toast-height": "48px",
|
|
1613
|
+
"toast-maximum-width": "336px",
|
|
1544
1614
|
"toast-top-to-text": "14px",
|
|
1545
1615
|
"toast-top-to-workflow-icon": "15px",
|
|
1546
1616
|
"tooltip-maximum-width": "160px",
|