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