@adobe/spectrum-tokens 12.19.1 → 13.0.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +117 -0
- package/dist/json/drover.json +6 -112
- package/dist/json/variables.json +3962 -6834
- package/moon.yml +1 -0
- package/package.json +1 -1
- package/src/color-aliases.json +8 -48
- package/src/color-component.json +2 -6
- package/src/layout-component.json +69 -1605
- package/src/layout.json +8 -204
- package/src/semantic-color-palette.json +28 -168
- package/src/typography.json +10 -65
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,122 @@
|
|
|
1
1
|
# @adobe/spectrum-tokens
|
|
2
2
|
|
|
3
|
+
## 13.0.0-beta.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- 4f518be: Merged Spectrum and Express system set data. This is part of the Spectrum 2 work that will no longer have two separate systems.
|
|
8
|
+
|
|
9
|
+
The merge takes the keeps the `value` and `uuid` from `spectrum`.
|
|
10
|
+
|
|
11
|
+
## Token Diff
|
|
12
|
+
|
|
13
|
+
<details><summary><strong>Tokens values updated (102):</strong></summary>
|
|
14
|
+
|
|
15
|
+
- `accent-background-color-default`
|
|
16
|
+
- `accent-background-color-down`
|
|
17
|
+
- `accent-background-color-hover`
|
|
18
|
+
- `accent-background-color-key-focus`
|
|
19
|
+
- `accent-color-100`
|
|
20
|
+
- `accent-color-1000`
|
|
21
|
+
- `accent-color-1100`
|
|
22
|
+
- `accent-color-1200`
|
|
23
|
+
- `accent-color-1300`
|
|
24
|
+
- `accent-color-1400`
|
|
25
|
+
- `accent-color-200`
|
|
26
|
+
- `accent-color-300`
|
|
27
|
+
- `accent-color-400`
|
|
28
|
+
- `accent-color-500`
|
|
29
|
+
- `accent-color-600`
|
|
30
|
+
- `accent-color-700`
|
|
31
|
+
- `accent-color-800`
|
|
32
|
+
- `accent-color-900`
|
|
33
|
+
- `accent-content-color-default`
|
|
34
|
+
- `accent-content-color-down`
|
|
35
|
+
- `accent-content-color-hover`
|
|
36
|
+
- `accent-content-color-key-focus`
|
|
37
|
+
- `accent-content-color-selected`
|
|
38
|
+
- `accent-visual-color`
|
|
39
|
+
- `border-width-100`
|
|
40
|
+
- `checkbox-control-size-extra-large`
|
|
41
|
+
- `checkbox-control-size-large`
|
|
42
|
+
- `checkbox-control-size-medium`
|
|
43
|
+
- `checkbox-control-size-small`
|
|
44
|
+
- `checkbox-top-to-control-extra-large`
|
|
45
|
+
- `checkbox-top-to-control-large`
|
|
46
|
+
- `checkbox-top-to-control-medium`
|
|
47
|
+
- `checkbox-top-to-control-small`
|
|
48
|
+
- `color-area-border-rounding`
|
|
49
|
+
- `color-area-border-width`
|
|
50
|
+
- `color-handle-drop-shadow-color`
|
|
51
|
+
- `corner-radius-100`
|
|
52
|
+
- `corner-radius-200`
|
|
53
|
+
- `corner-radius-75`
|
|
54
|
+
- `drop-shadow-blur`
|
|
55
|
+
- `drop-shadow-x`
|
|
56
|
+
- `drop-shadow-y`
|
|
57
|
+
- `drop-zone-background-color`
|
|
58
|
+
- `heading-cjk-font-weight`
|
|
59
|
+
- `heading-sans-serif-emphasized-font-weight`
|
|
60
|
+
- `heading-sans-serif-font-weight`
|
|
61
|
+
- `heading-serif-emphasized-font-weight`
|
|
62
|
+
- `heading-serif-font-weight`
|
|
63
|
+
- `in-field-button-edge-to-fill`
|
|
64
|
+
- `in-field-button-fill-stacked-inner-border-rounding`
|
|
65
|
+
- `in-field-button-inner-edge-to-disclosure-icon-stacked-extra-large`
|
|
66
|
+
- `in-field-button-inner-edge-to-disclosure-icon-stacked-large`
|
|
67
|
+
- `in-field-button-inner-edge-to-disclosure-icon-stacked-medium`
|
|
68
|
+
- `in-field-button-inner-edge-to-disclosure-icon-stacked-small`
|
|
69
|
+
- `in-field-button-outer-edge-to-disclosure-icon-stacked-extra-large`
|
|
70
|
+
- `in-field-button-outer-edge-to-disclosure-icon-stacked-large`
|
|
71
|
+
- `in-field-button-outer-edge-to-disclosure-icon-stacked-medium`
|
|
72
|
+
- `in-field-button-stacked-inner-edge-to-fill`
|
|
73
|
+
- `neutral-background-color-selected-default`
|
|
74
|
+
- `neutral-background-color-selected-down`
|
|
75
|
+
- `neutral-background-color-selected-hover`
|
|
76
|
+
- `neutral-background-color-selected-key-focus`
|
|
77
|
+
- `picker-border-width`
|
|
78
|
+
- `radio-button-control-size-extra-large`
|
|
79
|
+
- `radio-button-control-size-large`
|
|
80
|
+
- `radio-button-control-size-medium`
|
|
81
|
+
- `radio-button-control-size-small`
|
|
82
|
+
- `radio-button-top-to-control-extra-large`
|
|
83
|
+
- `radio-button-top-to-control-large`
|
|
84
|
+
- `radio-button-top-to-control-medium`
|
|
85
|
+
- `radio-button-top-to-control-small`
|
|
86
|
+
- `slider-bottom-to-handle-extra-large`
|
|
87
|
+
- `slider-bottom-to-handle-large`
|
|
88
|
+
- `slider-bottom-to-handle-medium`
|
|
89
|
+
- `slider-bottom-to-handle-small`
|
|
90
|
+
- `slider-control-height-extra-large`
|
|
91
|
+
- `slider-control-height-large`
|
|
92
|
+
- `slider-control-height-medium`
|
|
93
|
+
- `slider-control-height-small`
|
|
94
|
+
- `slider-handle-border-width-down-extra-large`
|
|
95
|
+
- `slider-handle-border-width-down-large`
|
|
96
|
+
- `slider-handle-border-width-down-medium`
|
|
97
|
+
- `slider-handle-border-width-down-small`
|
|
98
|
+
- `slider-handle-gap`
|
|
99
|
+
- `slider-handle-size-extra-large`
|
|
100
|
+
- `slider-handle-size-large`
|
|
101
|
+
- `slider-handle-size-medium`
|
|
102
|
+
- `slider-handle-size-small`
|
|
103
|
+
- `slider-track-thickness`
|
|
104
|
+
- `switch-control-height-extra-large`
|
|
105
|
+
- `switch-control-height-large`
|
|
106
|
+
- `switch-control-height-medium`
|
|
107
|
+
- `switch-control-height-small`
|
|
108
|
+
- `switch-control-width-extra-large`
|
|
109
|
+
- `switch-control-width-large`
|
|
110
|
+
- `switch-control-width-medium`
|
|
111
|
+
- `switch-control-width-small`
|
|
112
|
+
- `switch-top-to-control-extra-large`
|
|
113
|
+
- `switch-top-to-control-large`
|
|
114
|
+
- `switch-top-to-control-medium`
|
|
115
|
+
- `switch-top-to-control-small`
|
|
116
|
+
- `table-selected-row-background-color-non-emphasized`
|
|
117
|
+
|
|
118
|
+
</details>
|
|
119
|
+
|
|
3
120
|
## 12.19.1
|
|
4
121
|
|
|
5
122
|
### Patch Changes
|
package/dist/json/drover.json
CHANGED
|
@@ -34,6 +34,7 @@
|
|
|
34
34
|
"accent-content-color-down": "rgb(0, 68, 145)",
|
|
35
35
|
"accent-content-color-hover": "rgb(0, 84, 182)",
|
|
36
36
|
"accent-content-color-key-focus": "rgb(0, 84, 182)",
|
|
37
|
+
"accent-content-color-selected": "rgb(0, 68, 145)",
|
|
37
38
|
"accent-visual-color": "rgb(20, 122, 243)",
|
|
38
39
|
"background-base-color": "rgb(230, 230, 230)",
|
|
39
40
|
"background-layer-1-color": "rgb(248, 248, 248)",
|
|
@@ -56,7 +57,6 @@
|
|
|
56
57
|
"blue-background-color-default": "rgb(2, 101, 220)",
|
|
57
58
|
"blue-visual-color": "rgb(20, 122, 243)",
|
|
58
59
|
"body-color": "rgb(34, 34, 34)",
|
|
59
|
-
"border-width-100": "1px",
|
|
60
60
|
"card-selection-background-color": "rgb(248, 248, 248)",
|
|
61
61
|
"celery-100": "rgb(205, 252, 191)",
|
|
62
62
|
"celery-1000": "rgb(0, 103, 15)",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"coach-mark-pagination-color": "rgb(109, 109, 109)",
|
|
94
94
|
"code-color": "rgb(34, 34, 34)",
|
|
95
95
|
"color-area-border-color": "rgb(0, 0, 0)",
|
|
96
|
-
"color-
|
|
96
|
+
"color-handle-drop-shadow-color": "rgba(0, 0, 0, 0.15)",
|
|
97
97
|
"color-handle-inner-border-color": "rgb(0, 0, 0)",
|
|
98
98
|
"color-handle-outer-border-color": "rgb(0, 0, 0)",
|
|
99
99
|
"color-loupe-drop-shadow-color": "rgba(0, 0, 0, 0.25)",
|
|
@@ -176,28 +176,13 @@
|
|
|
176
176
|
"green-900": "rgb(0, 122, 77)",
|
|
177
177
|
"green-background-color-default": "rgb(0, 122, 77)",
|
|
178
178
|
"green-visual-color": "rgb(21, 164, 110)",
|
|
179
|
-
"heading-cjk-font-weight": "extra-bold",
|
|
180
179
|
"heading-color": "rgb(0, 0, 0)",
|
|
181
|
-
"heading-sans-serif-emphasized-font-weight": "bold",
|
|
182
|
-
"heading-sans-serif-font-weight": "bold",
|
|
183
|
-
"heading-serif-emphasized-font-weight": "bold",
|
|
184
|
-
"heading-serif-font-weight": "bold",
|
|
185
180
|
"icon-color-blue-primary-default": "rgb(2, 101, 220)",
|
|
186
181
|
"icon-color-green-primary-default": "rgb(0, 122, 77)",
|
|
187
182
|
"icon-color-inverse": "rgb(255, 255, 255)",
|
|
188
183
|
"icon-color-primary-default": "rgb(34, 34, 34)",
|
|
189
184
|
"icon-color-red-primary-default": "rgb(211, 21, 16)",
|
|
190
185
|
"icon-color-yellow-primary-default": "rgb(232, 198, 0)",
|
|
191
|
-
"in-field-button-edge-to-fill": "0px",
|
|
192
|
-
"in-field-button-fill-stacked-inner-border-rounding": "0px",
|
|
193
|
-
"in-field-button-inner-edge-to-disclosure-icon-stacked-extra-large": "5px",
|
|
194
|
-
"in-field-button-inner-edge-to-disclosure-icon-stacked-large": "4px",
|
|
195
|
-
"in-field-button-inner-edge-to-disclosure-icon-stacked-medium": "3px",
|
|
196
|
-
"in-field-button-inner-edge-to-disclosure-icon-stacked-small": "3px",
|
|
197
|
-
"in-field-button-outer-edge-to-disclosure-icon-stacked-extra-large": "5px",
|
|
198
|
-
"in-field-button-outer-edge-to-disclosure-icon-stacked-large": "4px",
|
|
199
|
-
"in-field-button-outer-edge-to-disclosure-icon-stacked-medium": "3px",
|
|
200
|
-
"in-field-button-stacked-inner-edge-to-fill": "0px",
|
|
201
186
|
"indigo-100": "rgb(237, 238, 255)",
|
|
202
187
|
"indigo-1000": "rgb(64, 70, 202)",
|
|
203
188
|
"indigo-1100": "rgb(50, 54, 168)",
|
|
@@ -406,8 +391,6 @@
|
|
|
406
391
|
"seafoam-900": "rgb(0, 119, 114)",
|
|
407
392
|
"seafoam-background-color-default": "rgb(0, 119, 114)",
|
|
408
393
|
"seafoam-visual-color": "rgb(0, 161, 154)",
|
|
409
|
-
"slider-handle-gap": "4px",
|
|
410
|
-
"slider-track-thickness": "2px",
|
|
411
394
|
"static-black-focus-indicator-color": "rgb(0, 0, 0)",
|
|
412
395
|
"static-white-focus-indicator-color": "rgb(255, 255, 255)",
|
|
413
396
|
"swatch-border-color": "rgb(0, 0, 0)",
|
|
@@ -475,6 +458,7 @@
|
|
|
475
458
|
"accent-content-color-down": "rgb(174, 219, 254)",
|
|
476
459
|
"accent-content-color-hover": "rgb(143, 202, 252)",
|
|
477
460
|
"accent-content-color-key-focus": "rgb(143, 202, 252)",
|
|
461
|
+
"accent-content-color-selected": "rgb(174, 219, 254)",
|
|
478
462
|
"accent-visual-color": "rgb(114, 183, 249)",
|
|
479
463
|
"background-base-color": "rgb(29, 29, 29)",
|
|
480
464
|
"background-layer-1-color": "rgb(38, 38, 38)",
|
|
@@ -497,7 +481,6 @@
|
|
|
497
481
|
"blue-background-color-default": "rgb(52, 143, 244)",
|
|
498
482
|
"blue-visual-color": "rgb(114, 183, 249)",
|
|
499
483
|
"body-color": "rgb(235, 235, 235)",
|
|
500
|
-
"border-width-100": "1px",
|
|
501
484
|
"card-selection-background-color": "rgb(50, 50, 50)",
|
|
502
485
|
"celery-100": "rgb(0, 69, 10)",
|
|
503
486
|
"celery-1000": "rgb(105, 220, 99)",
|
|
@@ -534,7 +517,7 @@
|
|
|
534
517
|
"coach-mark-pagination-color": "rgb(178, 178, 178)",
|
|
535
518
|
"code-color": "rgb(235, 235, 235)",
|
|
536
519
|
"color-area-border-color": "rgb(255, 255, 255)",
|
|
537
|
-
"color-
|
|
520
|
+
"color-handle-drop-shadow-color": "rgba(0, 0, 0, 0.5)",
|
|
538
521
|
"color-handle-inner-border-color": "rgb(0, 0, 0)",
|
|
539
522
|
"color-handle-outer-border-color": "rgb(0, 0, 0)",
|
|
540
523
|
"color-loupe-drop-shadow-color": "rgba(0, 0, 0, 0.25)",
|
|
@@ -617,28 +600,13 @@
|
|
|
617
600
|
"green-900": "rgb(67, 199, 143)",
|
|
618
601
|
"green-background-color-default": "rgb(18, 162, 108)",
|
|
619
602
|
"green-visual-color": "rgb(43, 180, 125)",
|
|
620
|
-
"heading-cjk-font-weight": "extra-bold",
|
|
621
603
|
"heading-color": "rgb(255, 255, 255)",
|
|
622
|
-
"heading-sans-serif-emphasized-font-weight": "bold",
|
|
623
|
-
"heading-sans-serif-font-weight": "bold",
|
|
624
|
-
"heading-serif-emphasized-font-weight": "bold",
|
|
625
|
-
"heading-serif-font-weight": "bold",
|
|
626
604
|
"icon-color-blue-primary-default": "rgb(84, 163, 246)",
|
|
627
605
|
"icon-color-green-primary-default": "rgb(43, 180, 125)",
|
|
628
606
|
"icon-color-inverse": "rgb(29, 29, 29)",
|
|
629
607
|
"icon-color-primary-default": "rgb(235, 235, 235)",
|
|
630
608
|
"icon-color-red-primary-default": "rgb(246, 88, 67)",
|
|
631
609
|
"icon-color-yellow-primary-default": "rgb(228, 194, 0)",
|
|
632
|
-
"in-field-button-edge-to-fill": "0px",
|
|
633
|
-
"in-field-button-fill-stacked-inner-border-rounding": "0px",
|
|
634
|
-
"in-field-button-inner-edge-to-disclosure-icon-stacked-extra-large": "5px",
|
|
635
|
-
"in-field-button-inner-edge-to-disclosure-icon-stacked-large": "4px",
|
|
636
|
-
"in-field-button-inner-edge-to-disclosure-icon-stacked-medium": "3px",
|
|
637
|
-
"in-field-button-inner-edge-to-disclosure-icon-stacked-small": "3px",
|
|
638
|
-
"in-field-button-outer-edge-to-disclosure-icon-stacked-extra-large": "5px",
|
|
639
|
-
"in-field-button-outer-edge-to-disclosure-icon-stacked-large": "4px",
|
|
640
|
-
"in-field-button-outer-edge-to-disclosure-icon-stacked-medium": "3px",
|
|
641
|
-
"in-field-button-stacked-inner-edge-to-fill": "0px",
|
|
642
610
|
"indigo-100": "rgb(40, 44, 140)",
|
|
643
611
|
"indigo-1000": "rgb(188, 190, 255)",
|
|
644
612
|
"indigo-1100": "rgb(208, 210, 255)",
|
|
@@ -847,8 +815,6 @@
|
|
|
847
815
|
"seafoam-900": "rgb(54, 197, 189)",
|
|
848
816
|
"seafoam-background-color-default": "rgb(0, 158, 152)",
|
|
849
817
|
"seafoam-visual-color": "rgb(3, 178, 171)",
|
|
850
|
-
"slider-handle-gap": "4px",
|
|
851
|
-
"slider-track-thickness": "2px",
|
|
852
818
|
"static-black-focus-indicator-color": "rgb(0, 0, 0)",
|
|
853
819
|
"static-white-focus-indicator-color": "rgb(255, 255, 255)",
|
|
854
820
|
"swatch-border-color": "rgb(255, 255, 255)",
|
|
@@ -916,6 +882,7 @@
|
|
|
916
882
|
"accent-content-color-down": "rgb(152, 206, 253)",
|
|
917
883
|
"accent-content-color-hover": "rgb(124, 189, 250)",
|
|
918
884
|
"accent-content-color-key-focus": "rgb(124, 189, 250)",
|
|
885
|
+
"accent-content-color-selected": "rgb(152, 206, 253)",
|
|
919
886
|
"accent-visual-color": "rgb(94, 170, 247)",
|
|
920
887
|
"background-base-color": "rgb(0, 0, 0)",
|
|
921
888
|
"background-layer-1-color": "rgb(14, 14, 14)",
|
|
@@ -938,7 +905,6 @@
|
|
|
938
905
|
"blue-background-color-default": "rgb(29, 128, 245)",
|
|
939
906
|
"blue-visual-color": "rgb(94, 170, 247)",
|
|
940
907
|
"body-color": "rgb(235, 235, 235)",
|
|
941
|
-
"border-width-100": "1px",
|
|
942
908
|
"card-selection-background-color": "rgb(29, 29, 29)",
|
|
943
909
|
"celery-100": "rgb(0, 47, 7)",
|
|
944
910
|
"celery-1000": "rgb(80, 208, 82)",
|
|
@@ -975,7 +941,7 @@
|
|
|
975
941
|
"coach-mark-pagination-color": "rgb(176, 176, 176)",
|
|
976
942
|
"code-color": "rgb(235, 235, 235)",
|
|
977
943
|
"color-area-border-color": "rgb(255, 255, 255)",
|
|
978
|
-
"color-
|
|
944
|
+
"color-handle-drop-shadow-color": "rgba(0, 0, 0, 0.8)",
|
|
979
945
|
"color-handle-inner-border-color": "rgb(0, 0, 0)",
|
|
980
946
|
"color-handle-outer-border-color": "rgb(0, 0, 0)",
|
|
981
947
|
"color-loupe-drop-shadow-color": "rgba(0, 0, 0, 0.25)",
|
|
@@ -1058,28 +1024,13 @@
|
|
|
1058
1024
|
"green-900": "rgb(52, 187, 132)",
|
|
1059
1025
|
"green-background-color-default": "rgb(0, 149, 98)",
|
|
1060
1026
|
"green-visual-color": "rgb(28, 168, 114)",
|
|
1061
|
-
"heading-cjk-font-weight": "extra-bold",
|
|
1062
1027
|
"heading-color": "rgb(255, 255, 255)",
|
|
1063
|
-
"heading-sans-serif-emphasized-font-weight": "bold",
|
|
1064
|
-
"heading-sans-serif-font-weight": "bold",
|
|
1065
|
-
"heading-serif-emphasized-font-weight": "bold",
|
|
1066
|
-
"heading-serif-font-weight": "bold",
|
|
1067
1028
|
"icon-color-blue-primary-default": "rgb(64, 150, 243)",
|
|
1068
1029
|
"icon-color-green-primary-default": "rgb(28, 168, 114)",
|
|
1069
1030
|
"icon-color-inverse": "rgb(0, 0, 0)",
|
|
1070
1031
|
"icon-color-primary-default": "rgb(235, 235, 235)",
|
|
1071
1032
|
"icon-color-red-primary-default": "rgb(238, 67, 49)",
|
|
1072
1033
|
"icon-color-yellow-primary-default": "rgb(216, 181, 0)",
|
|
1073
|
-
"in-field-button-edge-to-fill": "0px",
|
|
1074
|
-
"in-field-button-fill-stacked-inner-border-rounding": "0px",
|
|
1075
|
-
"in-field-button-inner-edge-to-disclosure-icon-stacked-extra-large": "5px",
|
|
1076
|
-
"in-field-button-inner-edge-to-disclosure-icon-stacked-large": "4px",
|
|
1077
|
-
"in-field-button-inner-edge-to-disclosure-icon-stacked-medium": "3px",
|
|
1078
|
-
"in-field-button-inner-edge-to-disclosure-icon-stacked-small": "3px",
|
|
1079
|
-
"in-field-button-outer-edge-to-disclosure-icon-stacked-extra-large": "5px",
|
|
1080
|
-
"in-field-button-outer-edge-to-disclosure-icon-stacked-large": "4px",
|
|
1081
|
-
"in-field-button-outer-edge-to-disclosure-icon-stacked-medium": "3px",
|
|
1082
|
-
"in-field-button-stacked-inner-edge-to-fill": "0px",
|
|
1083
1034
|
"indigo-100": "rgb(26, 29, 97)",
|
|
1084
1035
|
"indigo-1000": "rgb(174, 177, 255)",
|
|
1085
1036
|
"indigo-1100": "rgb(194, 196, 255)",
|
|
@@ -1288,8 +1239,6 @@
|
|
|
1288
1239
|
"seafoam-900": "rgb(26, 185, 178)",
|
|
1289
1240
|
"seafoam-background-color-default": "rgb(0, 146, 140)",
|
|
1290
1241
|
"seafoam-visual-color": "rgb(0, 165, 159)",
|
|
1291
|
-
"slider-handle-gap": "4px",
|
|
1292
|
-
"slider-track-thickness": "2px",
|
|
1293
1242
|
"static-black-focus-indicator-color": "rgb(0, 0, 0)",
|
|
1294
1243
|
"static-white-focus-indicator-color": "rgb(255, 255, 255)",
|
|
1295
1244
|
"swatch-border-color": "rgb(255, 255, 255)",
|
|
@@ -1444,14 +1393,6 @@
|
|
|
1444
1393
|
"character-count-to-field-quiet-large": "-3px",
|
|
1445
1394
|
"character-count-to-field-quiet-medium": "-3px",
|
|
1446
1395
|
"character-count-to-field-quiet-small": "-3px",
|
|
1447
|
-
"checkbox-control-size-extra-large": "18px",
|
|
1448
|
-
"checkbox-control-size-large": "16px",
|
|
1449
|
-
"checkbox-control-size-medium": "14px",
|
|
1450
|
-
"checkbox-control-size-small": "12px",
|
|
1451
|
-
"checkbox-top-to-control-extra-large": "15px",
|
|
1452
|
-
"checkbox-top-to-control-large": "12px",
|
|
1453
|
-
"checkbox-top-to-control-medium": "9px",
|
|
1454
|
-
"checkbox-top-to-control-small": "6px",
|
|
1455
1396
|
"cjk-letter-spacing": "0.05em",
|
|
1456
1397
|
"cjk-line-height-100": "1.5",
|
|
1457
1398
|
"cjk-line-height-200": "1.7",
|
|
@@ -1564,9 +1505,6 @@
|
|
|
1564
1505
|
"contextual-help-body-size": "18px",
|
|
1565
1506
|
"contextual-help-minimum-width": "268px",
|
|
1566
1507
|
"contextual-help-title-size": "16px",
|
|
1567
|
-
"corner-radius-100": "4px",
|
|
1568
|
-
"corner-radius-200": "8px",
|
|
1569
|
-
"corner-radius-75": "2px",
|
|
1570
1508
|
"detail-cjk-line-height": "1.5",
|
|
1571
1509
|
"detail-letter-spacing": "0.06em",
|
|
1572
1510
|
"detail-line-height": "1.3",
|
|
@@ -1583,9 +1521,6 @@
|
|
|
1583
1521
|
"divider-thickness-large": "4px",
|
|
1584
1522
|
"divider-thickness-medium": "2px",
|
|
1585
1523
|
"divider-thickness-small": "1px",
|
|
1586
|
-
"drop-shadow-blur": "4px",
|
|
1587
|
-
"drop-shadow-x": "0px",
|
|
1588
|
-
"drop-shadow-y": "1px",
|
|
1589
1524
|
"drop-zone-background-color-opacity": "0.1",
|
|
1590
1525
|
"drop-zone-background-color-opacity-filled": "0.3",
|
|
1591
1526
|
"drop-zone-body-size": "14px",
|
|
@@ -1677,7 +1612,6 @@
|
|
|
1677
1612
|
"font-size-75": "12px",
|
|
1678
1613
|
"font-size-800": "32px",
|
|
1679
1614
|
"font-size-900": "36px",
|
|
1680
|
-
"heading-cjk-font-weight": "extra-bold",
|
|
1681
1615
|
"heading-cjk-line-height": "1.5",
|
|
1682
1616
|
"heading-cjk-size-l": "25px",
|
|
1683
1617
|
"heading-cjk-size-m": "20px",
|
|
@@ -1690,10 +1624,6 @@
|
|
|
1690
1624
|
"heading-line-height": "1.3",
|
|
1691
1625
|
"heading-margin-bottom-multiplier": "0.25",
|
|
1692
1626
|
"heading-margin-top-multiplier": "0.88888889",
|
|
1693
|
-
"heading-sans-serif-emphasized-font-weight": "bold",
|
|
1694
|
-
"heading-sans-serif-font-weight": "bold",
|
|
1695
|
-
"heading-serif-emphasized-font-weight": "bold",
|
|
1696
|
-
"heading-serif-font-weight": "bold",
|
|
1697
1627
|
"heading-size-l": "28px",
|
|
1698
1628
|
"heading-size-m": "22px",
|
|
1699
1629
|
"heading-size-s": "18px",
|
|
@@ -1781,15 +1711,7 @@
|
|
|
1781
1711
|
"progress-circle-thickness-large": "4px",
|
|
1782
1712
|
"progress-circle-thickness-medium": "3px",
|
|
1783
1713
|
"progress-circle-thickness-small": "2px",
|
|
1784
|
-
"radio-button-control-size-extra-large": "18px",
|
|
1785
|
-
"radio-button-control-size-large": "16px",
|
|
1786
|
-
"radio-button-control-size-medium": "14px",
|
|
1787
|
-
"radio-button-control-size-small": "12px",
|
|
1788
1714
|
"radio-button-selection-indicator": "4px",
|
|
1789
|
-
"radio-button-top-to-control-extra-large": "15px",
|
|
1790
|
-
"radio-button-top-to-control-large": "12px",
|
|
1791
|
-
"radio-button-top-to-control-medium": "9px",
|
|
1792
|
-
"radio-button-top-to-control-small": "6px",
|
|
1793
1715
|
"rating-indicator-to-icon": "4px",
|
|
1794
1716
|
"rating-indicator-width": "18px",
|
|
1795
1717
|
"side-label-character-count-to-field": "12px",
|
|
@@ -1807,27 +1729,11 @@
|
|
|
1807
1729
|
"side-navigation-width": "192px",
|
|
1808
1730
|
"side-navigation-with-icon-second-level-edge-to-text": "50px",
|
|
1809
1731
|
"side-navigation-with-icon-third-level-edge-to-text": "62px",
|
|
1810
|
-
"slider-bottom-to-handle-extra-large": "14px",
|
|
1811
|
-
"slider-bottom-to-handle-large": "11px",
|
|
1812
|
-
"slider-bottom-to-handle-medium": "8px",
|
|
1813
|
-
"slider-bottom-to-handle-small": "5px",
|
|
1814
|
-
"slider-control-height-extra-large": "20px",
|
|
1815
|
-
"slider-control-height-large": "18px",
|
|
1816
|
-
"slider-control-height-medium": "16px",
|
|
1817
|
-
"slider-control-height-small": "14px",
|
|
1818
1732
|
"slider-control-to-field-label-extra-large": "14px",
|
|
1819
1733
|
"slider-control-to-field-label-large": "11px",
|
|
1820
1734
|
"slider-control-to-field-label-medium": "8px",
|
|
1821
1735
|
"slider-control-to-field-label-small": "5px",
|
|
1822
|
-
"slider-handle-border-width-down-extra-large": "8px",
|
|
1823
|
-
"slider-handle-border-width-down-large": "7px",
|
|
1824
|
-
"slider-handle-border-width-down-medium": "6px",
|
|
1825
|
-
"slider-handle-border-width-down-small": "5px",
|
|
1826
1736
|
"slider-handle-gap": "4px",
|
|
1827
|
-
"slider-handle-size-extra-large": "20px",
|
|
1828
|
-
"slider-handle-size-large": "18px",
|
|
1829
|
-
"slider-handle-size-medium": "16px",
|
|
1830
|
-
"slider-handle-size-small": "14px",
|
|
1831
1737
|
"slider-track-thickness": "2px",
|
|
1832
1738
|
"spacing-100": "8px",
|
|
1833
1739
|
"spacing-1000": "96px",
|
|
@@ -1859,18 +1765,6 @@
|
|
|
1859
1765
|
"swatch-slash-thickness-large": "5px",
|
|
1860
1766
|
"swatch-slash-thickness-medium": "4px",
|
|
1861
1767
|
"swatch-slash-thickness-small": "3px",
|
|
1862
|
-
"switch-control-height-extra-large": "18px",
|
|
1863
|
-
"switch-control-height-large": "16px",
|
|
1864
|
-
"switch-control-height-medium": "14px",
|
|
1865
|
-
"switch-control-height-small": "12px",
|
|
1866
|
-
"switch-control-width-extra-large": "33px",
|
|
1867
|
-
"switch-control-width-large": "29px",
|
|
1868
|
-
"switch-control-width-medium": "26px",
|
|
1869
|
-
"switch-control-width-small": "23px",
|
|
1870
|
-
"switch-top-to-control-extra-large": "15px",
|
|
1871
|
-
"switch-top-to-control-large": "12px",
|
|
1872
|
-
"switch-top-to-control-medium": "9px",
|
|
1873
|
-
"switch-top-to-control-small": "6px",
|
|
1874
1768
|
"tab-item-bottom-to-text-compact-extra-large": "13px",
|
|
1875
1769
|
"tab-item-bottom-to-text-compact-large": "12px",
|
|
1876
1770
|
"tab-item-bottom-to-text-compact-medium": "8px",
|