@adobe/spectrum-tokens 12.0.0-beta.46 → 12.0.0-beta.49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -2
- package/dist/json/drover.json +136 -7
- package/dist/json/variables.json +5537 -2174
- package/output.txt +1577 -0
- package/package.json +1 -1
- package/src/color-alias.json +560 -15
- package/src/component-layout.json +444 -4
- package/src/layout.json +110 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
|
-
# [12.0.0-beta.
|
|
1
|
+
# [12.0.0-beta.49](https://github.com/adobe/spectrum-tokens/compare/v12.0.0-beta.48...v12.0.0-beta.49) (2022-09-08)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Features
|
|
5
5
|
|
|
6
|
-
*
|
|
6
|
+
* adding background opacity tokens ([052aaa1](https://github.com/adobe/spectrum-tokens/commit/052aaa1acc215e4fb4c431f548402c9184f5ff28))
|
|
7
|
+
* adding body tokens ([5aa8a06](https://github.com/adobe/spectrum-tokens/commit/5aa8a06dd36ebe9b48f1afeb9654f03a5196b849))
|
|
8
|
+
* adding code tokens ([1c23e9d](https://github.com/adobe/spectrum-tokens/commit/1c23e9d41f273e1d5146f218c93b7b647b0ca376))
|
|
9
|
+
* adding focus-indicator-color ([52ec8fb](https://github.com/adobe/spectrum-tokens/commit/52ec8fb99255f685beb0b3be7c171bb3900b038d))
|
|
10
|
+
* adding menu item component layout tokens ([9152aad](https://github.com/adobe/spectrum-tokens/commit/9152aadf0326724c099205a547c761dc1b101e6e))
|
|
11
|
+
* adding meter tokens ([f8fea20](https://github.com/adobe/spectrum-tokens/commit/f8fea205f970f2a0536e7818da72990251c674a5))
|
|
12
|
+
* background color default tokens ([e5891e6](https://github.com/adobe/spectrum-tokens/commit/e5891e64cd799838dc861e3a9fcf50a1ba2eb56a))
|
|
13
|
+
* detail tokens ([27bd1cf](https://github.com/adobe/spectrum-tokens/commit/27bd1cf13fa3b87a9ca618d1d6ee0cf5cf81b4cc))
|
|
14
|
+
* font family tokens ([0fe2f37](https://github.com/adobe/spectrum-tokens/commit/0fe2f37a9178f1d6aad9440ea5be801f712685ff))
|
|
15
|
+
* font tokens tokens tokens ([c0e0845](https://github.com/adobe/spectrum-tokens/commit/c0e08454fd4bc47ae96e15f1af5f83771eacad3d))
|
|
16
|
+
* font tokens yay ([19bb507](https://github.com/adobe/spectrum-tokens/commit/19bb507d3eedd69424e7c4faa4670d11202c9f71))
|
package/dist/json/drover.json
CHANGED
|
@@ -34,6 +34,7 @@
|
|
|
34
34
|
"accent-content-color-down": "rgb(0, 68, 145)",
|
|
35
35
|
"accent-content-color-hover": "rgb(0, 84, 182)",
|
|
36
36
|
"accent-content-color-key-focus": "rgb(0, 84, 182)",
|
|
37
|
+
"accent-visual-color": "rgb(2, 101, 220)",
|
|
37
38
|
"background-base-color": "rgb(230, 230, 230)",
|
|
38
39
|
"background-layer-1-color": "rgb(248, 248, 248)",
|
|
39
40
|
"background-layer-2-color": "rgb(255, 255, 255)",
|
|
@@ -52,6 +53,8 @@
|
|
|
52
53
|
"blue-700": "rgb(56, 146, 243)",
|
|
53
54
|
"blue-800": "rgb(20, 122, 243)",
|
|
54
55
|
"blue-900": "rgb(2, 101, 220)",
|
|
56
|
+
"blue-background-color-default": "rgb(2, 101, 220)",
|
|
57
|
+
"blue-visual-color": "rgb(2, 101, 220)",
|
|
55
58
|
"celery-100": "rgb(205, 252, 191)",
|
|
56
59
|
"celery-1000": "rgb(0, 103, 15)",
|
|
57
60
|
"celery-1100": "rgb(0, 83, 13)",
|
|
@@ -66,6 +69,8 @@
|
|
|
66
69
|
"celery-700": "rgb(7, 167, 33)",
|
|
67
70
|
"celery-800": "rgb(0, 145, 18)",
|
|
68
71
|
"celery-900": "rgb(0, 124, 15)",
|
|
72
|
+
"celery-background-color-default": "rgb(39, 187, 54)",
|
|
73
|
+
"celery-visual-color": "rgb(0, 124, 15)",
|
|
69
74
|
"chartreuse-100": "rgb(219, 252, 110)",
|
|
70
75
|
"chartreuse-1000": "rgb(72, 96, 0)",
|
|
71
76
|
"chartreuse-1100": "rgb(58, 77, 0)",
|
|
@@ -80,6 +85,8 @@
|
|
|
80
85
|
"chartreuse-700": "rgb(118, 156, 0)",
|
|
81
86
|
"chartreuse-800": "rgb(103, 136, 0)",
|
|
82
87
|
"chartreuse-900": "rgb(87, 116, 0)",
|
|
88
|
+
"chartreuse-background-color-default": "rgb(152, 197, 10)",
|
|
89
|
+
"chartreuse-visual-color": "rgb(87, 116, 0)",
|
|
83
90
|
"cyan-100": "rgb(197, 248, 255)",
|
|
84
91
|
"cyan-1000": "rgb(0, 93, 137)",
|
|
85
92
|
"cyan-1100": "rgb(0, 74, 115)",
|
|
@@ -94,6 +101,8 @@
|
|
|
94
101
|
"cyan-700": "rgb(1, 156, 200)",
|
|
95
102
|
"cyan-800": "rgb(0, 134, 180)",
|
|
96
103
|
"cyan-900": "rgb(0, 113, 159)",
|
|
104
|
+
"cyan-background-color-default": "rgb(0, 113, 159)",
|
|
105
|
+
"cyan-visual-color": "rgb(0, 113, 159)",
|
|
97
106
|
"disabled-background-color": "rgb(230, 230, 230)",
|
|
98
107
|
"disabled-border-color": "rgb(213, 213, 213)",
|
|
99
108
|
"disabled-content-color": "rgb(177, 177, 177)",
|
|
@@ -104,6 +113,7 @@
|
|
|
104
113
|
"disabled-static-white-border-color": "rgba(255, 255, 255, 0.25)",
|
|
105
114
|
"disabled-static-white-content-color": "rgba(255, 255, 255, 0.55)",
|
|
106
115
|
"drop-shadow-color": "rgba(0, 0, 0, 0.15)",
|
|
116
|
+
"focus-indicator-color": "rgb(20, 122, 243)",
|
|
107
117
|
"focus-ring-color": "rgb(20, 122, 243)",
|
|
108
118
|
"fuchsia-100": "rgb(255, 233, 252)",
|
|
109
119
|
"fuchsia-1000": "rgb(157, 3, 158)",
|
|
@@ -119,6 +129,8 @@
|
|
|
119
129
|
"fuchsia-700": "rgb(224, 85, 226)",
|
|
120
130
|
"fuchsia-800": "rgb(205, 58, 206)",
|
|
121
131
|
"fuchsia-900": "rgb(182, 34, 183)",
|
|
132
|
+
"fuchsia-background-color-default": "rgb(182, 34, 183)",
|
|
133
|
+
"fuchsia-visual-color": "rgb(182, 34, 183)",
|
|
122
134
|
"gray-100": "rgb(248, 248, 248)",
|
|
123
135
|
"gray-200": "rgb(230, 230, 230)",
|
|
124
136
|
"gray-300": "rgb(213, 213, 213)",
|
|
@@ -130,6 +142,8 @@
|
|
|
130
142
|
"gray-75": "rgb(253, 253, 253)",
|
|
131
143
|
"gray-800": "rgb(34, 34, 34)",
|
|
132
144
|
"gray-900": "rgb(0, 0, 0)",
|
|
145
|
+
"gray-background-color-default": "rgb(70, 70, 70)",
|
|
146
|
+
"gray-visual-color": "rgb(144, 144, 144)",
|
|
133
147
|
"green-100": "rgb(206, 248, 224)",
|
|
134
148
|
"green-1000": "rgb(0, 101, 62)",
|
|
135
149
|
"green-1100": "rgb(0, 81, 50)",
|
|
@@ -144,6 +158,8 @@
|
|
|
144
158
|
"green-700": "rgb(21, 164, 110)",
|
|
145
159
|
"green-800": "rgb(0, 143, 93)",
|
|
146
160
|
"green-900": "rgb(0, 122, 77)",
|
|
161
|
+
"green-background-color-default": "rgb(0, 122, 77)",
|
|
162
|
+
"green-visual-color": "rgb(0, 122, 77)",
|
|
147
163
|
"indigo-100": "rgb(237, 238, 255)",
|
|
148
164
|
"indigo-1000": "rgb(64, 70, 202)",
|
|
149
165
|
"indigo-1100": "rgb(50, 54, 168)",
|
|
@@ -158,6 +174,8 @@
|
|
|
158
174
|
"indigo-700": "rgb(126, 132, 252)",
|
|
159
175
|
"indigo-800": "rgb(104, 109, 244)",
|
|
160
176
|
"indigo-900": "rgb(82, 88, 228)",
|
|
177
|
+
"indigo-background-color-default": "rgb(82, 88, 228)",
|
|
178
|
+
"indigo-visual-color": "rgb(82, 88, 228)",
|
|
161
179
|
"informative-background-color-default": "rgb(2, 101, 220)",
|
|
162
180
|
"informative-background-color-down": "rgb(0, 68, 145)",
|
|
163
181
|
"informative-background-color-hover": "rgb(0, 84, 182)",
|
|
@@ -176,6 +194,7 @@
|
|
|
176
194
|
"informative-color-700": "rgb(56, 146, 243)",
|
|
177
195
|
"informative-color-800": "rgb(20, 122, 243)",
|
|
178
196
|
"informative-color-900": "rgb(2, 101, 220)",
|
|
197
|
+
"informative-visual-color": "rgb(2, 101, 220)",
|
|
179
198
|
"magenta-100": "rgb(255, 234, 241)",
|
|
180
199
|
"magenta-1000": "rgb(173, 9, 85)",
|
|
181
200
|
"magenta-1100": "rgb(142, 0, 69)",
|
|
@@ -190,6 +209,8 @@
|
|
|
190
209
|
"magenta-700": "rgb(239, 90, 152)",
|
|
191
210
|
"magenta-800": "rgb(222, 61, 130)",
|
|
192
211
|
"magenta-900": "rgb(200, 34, 105)",
|
|
212
|
+
"magenta-background-color-default": "rgb(200, 34, 105)",
|
|
213
|
+
"magenta-visual-color": "rgb(200, 34, 105)",
|
|
193
214
|
"negative-background-color-default": "rgb(211, 21, 16)",
|
|
194
215
|
"negative-background-color-down": "rgb(147, 0, 0)",
|
|
195
216
|
"negative-background-color-hover": "rgb(180, 0, 0)",
|
|
@@ -212,6 +233,7 @@
|
|
|
212
233
|
"negative-content-color-down": "rgb(147, 0, 0)",
|
|
213
234
|
"negative-content-color-hover": "rgb(180, 0, 0)",
|
|
214
235
|
"negative-content-color-key-focus": "rgb(180, 0, 0)",
|
|
236
|
+
"negative-visual-color": "rgb(211, 21, 16)",
|
|
215
237
|
"neutral-background-color-default": "rgb(34, 34, 34)",
|
|
216
238
|
"neutral-background-color-down": "rgb(0, 0, 0)",
|
|
217
239
|
"neutral-background-color-hover": "rgb(0, 0, 0)",
|
|
@@ -228,6 +250,7 @@
|
|
|
228
250
|
"neutral-subdued-content-color-down": "rgb(0, 0, 0)",
|
|
229
251
|
"neutral-subdued-content-color-hover": "rgb(34, 34, 34)",
|
|
230
252
|
"neutral-subdued-content-color-key-focus": "rgb(34, 34, 34)",
|
|
253
|
+
"neutral-visual-color": "rgb(144, 144, 144)",
|
|
231
254
|
"notice-color-100": "rgb(255, 236, 204)",
|
|
232
255
|
"notice-color-1000": "rgb(149, 61, 0)",
|
|
233
256
|
"notice-color-1100": "rgb(122, 47, 0)",
|
|
@@ -242,6 +265,7 @@
|
|
|
242
265
|
"notice-color-700": "rgb(228, 111, 0)",
|
|
243
266
|
"notice-color-800": "rgb(203, 93, 0)",
|
|
244
267
|
"notice-color-900": "rgb(177, 76, 0)",
|
|
268
|
+
"notice-visual-color": "rgb(177, 76, 0)",
|
|
245
269
|
"orange-100": "rgb(255, 236, 204)",
|
|
246
270
|
"orange-1000": "rgb(149, 61, 0)",
|
|
247
271
|
"orange-1100": "rgb(122, 47, 0)",
|
|
@@ -256,6 +280,8 @@
|
|
|
256
280
|
"orange-700": "rgb(228, 111, 0)",
|
|
257
281
|
"orange-800": "rgb(203, 93, 0)",
|
|
258
282
|
"orange-900": "rgb(177, 76, 0)",
|
|
283
|
+
"orange-background-color-default": "rgb(246, 133, 17)",
|
|
284
|
+
"orange-visual-color": "rgb(177, 76, 0)",
|
|
259
285
|
"overlay-color": "rgb(0, 0, 0)",
|
|
260
286
|
"positive-background-color-default": "rgb(0, 122, 77)",
|
|
261
287
|
"positive-background-color-down": "rgb(0, 81, 50)",
|
|
@@ -275,6 +301,7 @@
|
|
|
275
301
|
"positive-color-700": "rgb(21, 164, 110)",
|
|
276
302
|
"positive-color-800": "rgb(0, 143, 93)",
|
|
277
303
|
"positive-color-900": "rgb(0, 122, 77)",
|
|
304
|
+
"positive-visual-color": "rgb(0, 122, 77)",
|
|
278
305
|
"purple-100": "rgb(246, 235, 255)",
|
|
279
306
|
"purple-1000": "rgb(115, 38, 211)",
|
|
280
307
|
"purple-1100": "rgb(93, 19, 183)",
|
|
@@ -289,6 +316,8 @@
|
|
|
289
316
|
"purple-700": "rgb(174, 114, 249)",
|
|
290
317
|
"purple-800": "rgb(157, 87, 244)",
|
|
291
318
|
"purple-900": "rgb(137, 61, 231)",
|
|
319
|
+
"purple-background-color-default": "rgb(137, 61, 231)",
|
|
320
|
+
"purple-visual-color": "rgb(137, 61, 231)",
|
|
292
321
|
"red-100": "rgb(255, 235, 231)",
|
|
293
322
|
"red-1000": "rgb(180, 0, 0)",
|
|
294
323
|
"red-1100": "rgb(147, 0, 0)",
|
|
@@ -303,6 +332,8 @@
|
|
|
303
332
|
"red-700": "rgb(247, 92, 70)",
|
|
304
333
|
"red-800": "rgb(234, 56, 41)",
|
|
305
334
|
"red-900": "rgb(211, 21, 16)",
|
|
335
|
+
"red-background-color-default": "rgb(255, 124, 101)",
|
|
336
|
+
"red-visual-color": "rgb(211, 21, 16)",
|
|
306
337
|
"seafoam-100": "rgb(206, 247, 243)",
|
|
307
338
|
"seafoam-1000": "rgb(0, 99, 95)",
|
|
308
339
|
"seafoam-1100": "rgb(12, 79, 76)",
|
|
@@ -317,6 +348,8 @@
|
|
|
317
348
|
"seafoam-700": "rgb(0, 161, 154)",
|
|
318
349
|
"seafoam-800": "rgb(0, 140, 135)",
|
|
319
350
|
"seafoam-900": "rgb(0, 119, 114)",
|
|
351
|
+
"seafoam-background-color-default": "rgb(0, 119, 114)",
|
|
352
|
+
"seafoam-visual-color": "rgb(0, 119, 114)",
|
|
320
353
|
"static-black-focus-ring-color": "rgb(0, 0, 0)",
|
|
321
354
|
"static-white-focus-ring-color": "rgb(255, 255, 255)",
|
|
322
355
|
"transparent-black-200": "rgba(0, 0, 0, 0.10)",
|
|
@@ -349,7 +382,9 @@
|
|
|
349
382
|
"yellow-600": "rgb(196, 159, 0)",
|
|
350
383
|
"yellow-700": "rgb(176, 140, 0)",
|
|
351
384
|
"yellow-800": "rgb(155, 120, 0)",
|
|
352
|
-
"yellow-900": "rgb(133, 102, 0)"
|
|
385
|
+
"yellow-900": "rgb(133, 102, 0)",
|
|
386
|
+
"yellow-background-color-default": "rgb(232, 198, 0)",
|
|
387
|
+
"yellow-visual-color": "rgb(133, 102, 0)"
|
|
353
388
|
},
|
|
354
389
|
"dark": {
|
|
355
390
|
"accent-background-color-default": "rgb(114, 183, 249)",
|
|
@@ -374,6 +409,7 @@
|
|
|
374
409
|
"accent-content-color-down": "rgb(174, 219, 254)",
|
|
375
410
|
"accent-content-color-hover": "rgb(143, 202, 252)",
|
|
376
411
|
"accent-content-color-key-focus": "rgb(143, 202, 252)",
|
|
412
|
+
"accent-visual-color": "rgb(114, 183, 249)",
|
|
377
413
|
"background-base-color": "rgb(63, 63, 63)",
|
|
378
414
|
"background-layer-1-color": "rgb(50, 50, 50)",
|
|
379
415
|
"background-layer-2-color": "rgb(29, 29, 29)",
|
|
@@ -392,6 +428,8 @@
|
|
|
392
428
|
"blue-700": "rgb(52, 143, 244)",
|
|
393
429
|
"blue-800": "rgb(84, 163, 246)",
|
|
394
430
|
"blue-900": "rgb(114, 183, 249)",
|
|
431
|
+
"blue-background-color-default": "rgb(114, 183, 249)",
|
|
432
|
+
"blue-visual-color": "rgb(114, 183, 249)",
|
|
395
433
|
"celery-100": "rgb(0, 69, 10)",
|
|
396
434
|
"celery-1000": "rgb(105, 220, 99)",
|
|
397
435
|
"celery-1100": "rgb(142, 235, 127)",
|
|
@@ -406,6 +444,8 @@
|
|
|
406
444
|
"celery-700": "rgb(4, 165, 30)",
|
|
407
445
|
"celery-800": "rgb(34, 184, 51)",
|
|
408
446
|
"celery-900": "rgb(68, 202, 73)",
|
|
447
|
+
"celery-background-color-default": "rgb(0, 145, 18)",
|
|
448
|
+
"celery-visual-color": "rgb(68, 202, 73)",
|
|
409
449
|
"chartreuse-100": "rgb(48, 64, 0)",
|
|
410
450
|
"chartreuse-1000": "rgb(166, 211, 18)",
|
|
411
451
|
"chartreuse-1100": "rgb(184, 229, 37)",
|
|
@@ -420,6 +460,8 @@
|
|
|
420
460
|
"chartreuse-700": "rgb(117, 154, 0)",
|
|
421
461
|
"chartreuse-800": "rgb(132, 173, 1)",
|
|
422
462
|
"chartreuse-900": "rgb(148, 192, 8)",
|
|
463
|
+
"chartreuse-background-color-default": "rgb(89, 118, 0)",
|
|
464
|
+
"chartreuse-visual-color": "rgb(148, 192, 8)",
|
|
423
465
|
"cyan-100": "rgb(0, 61, 98)",
|
|
424
466
|
"cyan-1000": "rgb(84, 211, 241)",
|
|
425
467
|
"cyan-1100": "rgb(127, 228, 249)",
|
|
@@ -434,6 +476,8 @@
|
|
|
434
476
|
"cyan-700": "rgb(0, 153, 198)",
|
|
435
477
|
"cyan-800": "rgb(14, 173, 215)",
|
|
436
478
|
"cyan-900": "rgb(44, 193, 230)",
|
|
479
|
+
"cyan-background-color-default": "rgb(44, 193, 230)",
|
|
480
|
+
"cyan-visual-color": "rgb(44, 193, 230)",
|
|
437
481
|
"disabled-background-color": "rgb(63, 63, 63)",
|
|
438
482
|
"disabled-border-color": "rgb(84, 84, 84)",
|
|
439
483
|
"disabled-content-color": "rgb(112, 112, 112)",
|
|
@@ -444,6 +488,7 @@
|
|
|
444
488
|
"disabled-static-white-border-color": "rgba(255, 255, 255, 0.25)",
|
|
445
489
|
"disabled-static-white-content-color": "rgba(255, 255, 255, 0.55)",
|
|
446
490
|
"drop-shadow-color": "rgba(0, 0, 0, 0.50)",
|
|
491
|
+
"focus-indicator-color": "rgb(84, 163, 246)",
|
|
447
492
|
"focus-ring-color": "rgb(84, 163, 246)",
|
|
448
493
|
"fuchsia-100": "rgb(107, 3, 106)",
|
|
449
494
|
"fuchsia-1000": "rgb(250, 168, 245)",
|
|
@@ -459,6 +504,8 @@
|
|
|
459
504
|
"fuchsia-700": "rgb(223, 81, 224)",
|
|
460
505
|
"fuchsia-800": "rgb(235, 110, 236)",
|
|
461
506
|
"fuchsia-900": "rgb(244, 140, 242)",
|
|
507
|
+
"fuchsia-background-color-default": "rgb(244, 140, 242)",
|
|
508
|
+
"fuchsia-visual-color": "rgb(244, 140, 242)",
|
|
462
509
|
"gray-100": "rgb(50, 50, 50)",
|
|
463
510
|
"gray-200": "rgb(63, 63, 63)",
|
|
464
511
|
"gray-300": "rgb(84, 84, 84)",
|
|
@@ -470,6 +517,8 @@
|
|
|
470
517
|
"gray-75": "rgb(38, 38, 38)",
|
|
471
518
|
"gray-800": "rgb(235, 235, 235)",
|
|
472
519
|
"gray-900": "rgb(255, 255, 255)",
|
|
520
|
+
"gray-background-color-default": "rgb(209, 209, 209)",
|
|
521
|
+
"gray-visual-color": "rgb(144, 144, 144)",
|
|
473
522
|
"green-100": "rgb(4, 67, 41)",
|
|
474
523
|
"green-1000": "rgb(94, 217, 162)",
|
|
475
524
|
"green-1100": "rgb(129, 233, 184)",
|
|
@@ -484,6 +533,8 @@
|
|
|
484
533
|
"green-700": "rgb(18, 162, 108)",
|
|
485
534
|
"green-800": "rgb(43, 180, 125)",
|
|
486
535
|
"green-900": "rgb(67, 199, 143)",
|
|
536
|
+
"green-background-color-default": "rgb(67, 199, 143)",
|
|
537
|
+
"green-visual-color": "rgb(67, 199, 143)",
|
|
487
538
|
"indigo-100": "rgb(40, 44, 140)",
|
|
488
539
|
"indigo-1000": "rgb(188, 190, 255)",
|
|
489
540
|
"indigo-1100": "rgb(208, 210, 255)",
|
|
@@ -498,6 +549,8 @@
|
|
|
498
549
|
"indigo-700": "rgb(124, 129, 251)",
|
|
499
550
|
"indigo-800": "rgb(145, 149, 255)",
|
|
500
551
|
"indigo-900": "rgb(167, 170, 255)",
|
|
552
|
+
"indigo-background-color-default": "rgb(167, 170, 255)",
|
|
553
|
+
"indigo-visual-color": "rgb(167, 170, 255)",
|
|
501
554
|
"informative-background-color-default": "rgb(114, 183, 249)",
|
|
502
555
|
"informative-background-color-down": "rgb(174, 219, 254)",
|
|
503
556
|
"informative-background-color-hover": "rgb(143, 202, 252)",
|
|
@@ -516,6 +569,7 @@
|
|
|
516
569
|
"informative-color-700": "rgb(52, 143, 244)",
|
|
517
570
|
"informative-color-800": "rgb(84, 163, 246)",
|
|
518
571
|
"informative-color-900": "rgb(114, 183, 249)",
|
|
572
|
+
"informative-visual-color": "rgb(114, 183, 249)",
|
|
519
573
|
"magenta-100": "rgb(118, 0, 58)",
|
|
520
574
|
"magenta-1000": "rgb(255, 172, 202)",
|
|
521
575
|
"magenta-1100": "rgb(255, 198, 218)",
|
|
@@ -530,6 +584,8 @@
|
|
|
530
584
|
"magenta-700": "rgb(237, 87, 149)",
|
|
531
585
|
"magenta-800": "rgb(249, 114, 167)",
|
|
532
586
|
"magenta-900": "rgb(255, 143, 185)",
|
|
587
|
+
"magenta-background-color-default": "rgb(255, 143, 185)",
|
|
588
|
+
"magenta-visual-color": "rgb(255, 143, 185)",
|
|
533
589
|
"negative-background-color-default": "rgb(255, 149, 129)",
|
|
534
590
|
"negative-background-color-down": "rgb(255, 201, 189)",
|
|
535
591
|
"negative-background-color-hover": "rgb(255, 176, 161)",
|
|
@@ -552,6 +608,7 @@
|
|
|
552
608
|
"negative-content-color-down": "rgb(255, 201, 189)",
|
|
553
609
|
"negative-content-color-hover": "rgb(255, 176, 161)",
|
|
554
610
|
"negative-content-color-key-focus": "rgb(255, 176, 161)",
|
|
611
|
+
"negative-visual-color": "rgb(255, 149, 129)",
|
|
555
612
|
"neutral-background-color-default": "rgb(235, 235, 235)",
|
|
556
613
|
"neutral-background-color-down": "rgb(255, 255, 255)",
|
|
557
614
|
"neutral-background-color-hover": "rgb(255, 255, 255)",
|
|
@@ -568,6 +625,7 @@
|
|
|
568
625
|
"neutral-subdued-content-color-down": "rgb(255, 255, 255)",
|
|
569
626
|
"neutral-subdued-content-color-hover": "rgb(235, 235, 235)",
|
|
570
627
|
"neutral-subdued-content-color-key-focus": "rgb(235, 235, 235)",
|
|
628
|
+
"neutral-visual-color": "rgb(144, 144, 144)",
|
|
571
629
|
"notice-color-100": "rgb(102, 37, 0)",
|
|
572
630
|
"notice-color-1000": "rgb(255, 181, 88)",
|
|
573
631
|
"notice-color-1100": "rgb(253, 206, 136)",
|
|
@@ -582,6 +640,7 @@
|
|
|
582
640
|
"notice-color-700": "rgb(225, 109, 0)",
|
|
583
641
|
"notice-color-800": "rgb(244, 129, 12)",
|
|
584
642
|
"notice-color-900": "rgb(254, 154, 46)",
|
|
643
|
+
"notice-visual-color": "rgb(254, 154, 46)",
|
|
585
644
|
"orange-100": "rgb(102, 37, 0)",
|
|
586
645
|
"orange-1000": "rgb(255, 181, 88)",
|
|
587
646
|
"orange-1100": "rgb(253, 206, 136)",
|
|
@@ -596,6 +655,8 @@
|
|
|
596
655
|
"orange-700": "rgb(225, 109, 0)",
|
|
597
656
|
"orange-800": "rgb(244, 129, 12)",
|
|
598
657
|
"orange-900": "rgb(254, 154, 46)",
|
|
658
|
+
"orange-background-color-default": "rgb(202, 93, 0)",
|
|
659
|
+
"orange-visual-color": "rgb(254, 154, 46)",
|
|
599
660
|
"overlay-color": "rgb(0, 0, 0)",
|
|
600
661
|
"positive-background-color-default": "rgb(67, 199, 143)",
|
|
601
662
|
"positive-background-color-down": "rgb(129, 233, 184)",
|
|
@@ -615,6 +676,7 @@
|
|
|
615
676
|
"positive-color-700": "rgb(18, 162, 108)",
|
|
616
677
|
"positive-color-800": "rgb(43, 180, 125)",
|
|
617
678
|
"positive-color-900": "rgb(67, 199, 143)",
|
|
679
|
+
"positive-visual-color": "rgb(67, 199, 143)",
|
|
618
680
|
"purple-100": "rgb(76, 13, 157)",
|
|
619
681
|
"purple-1000": "rgb(215, 182, 254)",
|
|
620
682
|
"purple-1100": "rgb(228, 204, 254)",
|
|
@@ -629,6 +691,8 @@
|
|
|
629
691
|
"purple-700": "rgb(172, 111, 249)",
|
|
630
692
|
"purple-800": "rgb(187, 135, 251)",
|
|
631
693
|
"purple-900": "rgb(202, 159, 252)",
|
|
694
|
+
"purple-background-color-default": "rgb(202, 159, 252)",
|
|
695
|
+
"purple-visual-color": "rgb(202, 159, 252)",
|
|
632
696
|
"red-100": "rgb(123, 0, 0)",
|
|
633
697
|
"red-1000": "rgb(255, 176, 161)",
|
|
634
698
|
"red-1100": "rgb(255, 201, 189)",
|
|
@@ -643,6 +707,8 @@
|
|
|
643
707
|
"red-700": "rgb(246, 88, 67)",
|
|
644
708
|
"red-800": "rgb(255, 117, 94)",
|
|
645
709
|
"red-900": "rgb(255, 149, 129)",
|
|
710
|
+
"red-background-color-default": "rgb(234, 56, 41)",
|
|
711
|
+
"red-visual-color": "rgb(255, 149, 129)",
|
|
646
712
|
"seafoam-100": "rgb(18, 65, 63)",
|
|
647
713
|
"seafoam-1000": "rgb(93, 214, 207)",
|
|
648
714
|
"seafoam-1100": "rgb(132, 230, 223)",
|
|
@@ -657,6 +723,8 @@
|
|
|
657
723
|
"seafoam-700": "rgb(0, 158, 152)",
|
|
658
724
|
"seafoam-800": "rgb(3, 178, 171)",
|
|
659
725
|
"seafoam-900": "rgb(54, 197, 189)",
|
|
726
|
+
"seafoam-background-color-default": "rgb(54, 197, 189)",
|
|
727
|
+
"seafoam-visual-color": "rgb(54, 197, 189)",
|
|
660
728
|
"static-black-focus-ring-color": "rgb(0, 0, 0)",
|
|
661
729
|
"static-white-focus-ring-color": "rgb(255, 255, 255)",
|
|
662
730
|
"transparent-black-200": "rgba(0, 0, 0, 0.10)",
|
|
@@ -689,7 +757,9 @@
|
|
|
689
757
|
"yellow-600": "rgb(155, 120, 0)",
|
|
690
758
|
"yellow-700": "rgb(174, 137, 0)",
|
|
691
759
|
"yellow-800": "rgb(192, 156, 0)",
|
|
692
|
-
"yellow-900": "rgb(211, 174, 0)"
|
|
760
|
+
"yellow-900": "rgb(211, 174, 0)",
|
|
761
|
+
"yellow-background-color-default": "rgb(119, 89, 0)",
|
|
762
|
+
"yellow-visual-color": "rgb(211, 174, 0)"
|
|
693
763
|
},
|
|
694
764
|
"darkest": {
|
|
695
765
|
"accent-background-color-default": "rgb(94, 170, 247)",
|
|
@@ -714,6 +784,7 @@
|
|
|
714
784
|
"accent-content-color-down": "rgb(152, 206, 253)",
|
|
715
785
|
"accent-content-color-hover": "rgb(124, 189, 250)",
|
|
716
786
|
"accent-content-color-key-focus": "rgb(124, 189, 250)",
|
|
787
|
+
"accent-visual-color": "rgb(94, 170, 247)",
|
|
717
788
|
"background-base-color": "rgb(48, 48, 48)",
|
|
718
789
|
"background-layer-1-color": "rgb(29, 29, 29)",
|
|
719
790
|
"background-layer-2-color": "rgb(0, 0, 0)",
|
|
@@ -732,6 +803,8 @@
|
|
|
732
803
|
"blue-700": "rgb(29, 128, 245)",
|
|
733
804
|
"blue-800": "rgb(64, 150, 243)",
|
|
734
805
|
"blue-900": "rgb(94, 170, 247)",
|
|
806
|
+
"blue-background-color-default": "rgb(94, 170, 247)",
|
|
807
|
+
"blue-visual-color": "rgb(94, 170, 247)",
|
|
735
808
|
"celery-100": "rgb(0, 47, 7)",
|
|
736
809
|
"celery-1000": "rgb(80, 208, 82)",
|
|
737
810
|
"celery-1100": "rgb(115, 224, 107)",
|
|
@@ -746,6 +819,8 @@
|
|
|
746
819
|
"celery-700": "rgb(0, 151, 20)",
|
|
747
820
|
"celery-800": "rgb(13, 171, 37)",
|
|
748
821
|
"celery-900": "rgb(45, 191, 58)",
|
|
822
|
+
"celery-background-color-default": "rgb(0, 132, 15)",
|
|
823
|
+
"celery-visual-color": "rgb(45, 191, 58)",
|
|
749
824
|
"chartreuse-100": "rgb(32, 43, 0)",
|
|
750
825
|
"chartreuse-1000": "rgb(154, 198, 11)",
|
|
751
826
|
"chartreuse-1100": "rgb(170, 216, 22)",
|
|
@@ -760,6 +835,8 @@
|
|
|
760
835
|
"chartreuse-700": "rgb(107, 142, 0)",
|
|
761
836
|
"chartreuse-800": "rgb(122, 161, 0)",
|
|
762
837
|
"chartreuse-900": "rgb(138, 180, 3)",
|
|
838
|
+
"chartreuse-background-color-default": "rgb(79, 105, 0)",
|
|
839
|
+
"chartreuse-visual-color": "rgb(138, 180, 3)",
|
|
763
840
|
"cyan-100": "rgb(0, 41, 68)",
|
|
764
841
|
"cyan-1000": "rgb(57, 199, 234)",
|
|
765
842
|
"cyan-1100": "rgb(96, 216, 243)",
|
|
@@ -774,6 +851,8 @@
|
|
|
774
851
|
"cyan-700": "rgb(0, 140, 186)",
|
|
775
852
|
"cyan-800": "rgb(4, 160, 205)",
|
|
776
853
|
"cyan-900": "rgb(23, 180, 221)",
|
|
854
|
+
"cyan-background-color-default": "rgb(23, 180, 221)",
|
|
855
|
+
"cyan-visual-color": "rgb(23, 180, 221)",
|
|
777
856
|
"disabled-background-color": "rgb(48, 48, 48)",
|
|
778
857
|
"disabled-border-color": "rgb(75, 75, 75)",
|
|
779
858
|
"disabled-content-color": "rgb(106, 106, 106)",
|
|
@@ -784,6 +863,7 @@
|
|
|
784
863
|
"disabled-static-white-border-color": "rgba(255, 255, 255, 0.25)",
|
|
785
864
|
"disabled-static-white-content-color": "rgba(255, 255, 255, 0.55)",
|
|
786
865
|
"drop-shadow-color": "rgba(0, 0, 0, 0.80)",
|
|
866
|
+
"focus-indicator-color": "rgb(64, 150, 243)",
|
|
787
867
|
"focus-ring-color": "rgb(64, 150, 243)",
|
|
788
868
|
"fuchsia-100": "rgb(70, 14, 68)",
|
|
789
869
|
"fuchsia-1000": "rgb(246, 149, 243)",
|
|
@@ -799,6 +879,8 @@
|
|
|
799
879
|
"fuchsia-700": "rgb(211, 65, 213)",
|
|
800
880
|
"fuchsia-800": "rgb(228, 91, 229)",
|
|
801
881
|
"fuchsia-900": "rgb(239, 120, 238)",
|
|
882
|
+
"fuchsia-background-color-default": "rgb(239, 120, 238)",
|
|
883
|
+
"fuchsia-visual-color": "rgb(239, 120, 238)",
|
|
802
884
|
"gray-100": "rgb(29, 29, 29)",
|
|
803
885
|
"gray-200": "rgb(48, 48, 48)",
|
|
804
886
|
"gray-300": "rgb(75, 75, 75)",
|
|
@@ -810,6 +892,8 @@
|
|
|
810
892
|
"gray-75": "rgb(14, 14, 14)",
|
|
811
893
|
"gray-800": "rgb(235, 235, 235)",
|
|
812
894
|
"gray-900": "rgb(255, 255, 255)",
|
|
895
|
+
"gray-background-color-default": "rgb(208, 208, 208)",
|
|
896
|
+
"gray-visual-color": "rgb(141, 141, 141)",
|
|
813
897
|
"green-100": "rgb(10, 44, 28)",
|
|
814
898
|
"green-1000": "rgb(75, 205, 149)",
|
|
815
899
|
"green-1100": "rgb(103, 222, 168)",
|
|
@@ -824,6 +908,8 @@
|
|
|
824
908
|
"green-700": "rgb(0, 149, 98)",
|
|
825
909
|
"green-800": "rgb(28, 168, 114)",
|
|
826
910
|
"green-900": "rgb(52, 187, 132)",
|
|
911
|
+
"green-background-color-default": "rgb(52, 187, 132)",
|
|
912
|
+
"green-visual-color": "rgb(52, 187, 132)",
|
|
827
913
|
"indigo-100": "rgb(26, 29, 97)",
|
|
828
914
|
"indigo-1000": "rgb(174, 177, 255)",
|
|
829
915
|
"indigo-1100": "rgb(194, 196, 255)",
|
|
@@ -838,6 +924,8 @@
|
|
|
838
924
|
"indigo-700": "rgb(110, 115, 246)",
|
|
839
925
|
"indigo-800": "rgb(132, 136, 253)",
|
|
840
926
|
"indigo-900": "rgb(153, 157, 255)",
|
|
927
|
+
"indigo-background-color-default": "rgb(153, 157, 255)",
|
|
928
|
+
"indigo-visual-color": "rgb(153, 157, 255)",
|
|
841
929
|
"informative-background-color-default": "rgb(94, 170, 247)",
|
|
842
930
|
"informative-background-color-down": "rgb(152, 206, 253)",
|
|
843
931
|
"informative-background-color-hover": "rgb(124, 189, 250)",
|
|
@@ -856,6 +944,7 @@
|
|
|
856
944
|
"informative-color-700": "rgb(29, 128, 245)",
|
|
857
945
|
"informative-color-800": "rgb(64, 150, 243)",
|
|
858
946
|
"informative-color-900": "rgb(94, 170, 247)",
|
|
947
|
+
"informative-visual-color": "rgb(94, 170, 247)",
|
|
859
948
|
"magenta-100": "rgb(83, 3, 41)",
|
|
860
949
|
"magenta-1000": "rgb(255, 152, 191)",
|
|
861
950
|
"magenta-1100": "rgb(255, 179, 207)",
|
|
@@ -870,6 +959,8 @@
|
|
|
870
959
|
"magenta-700": "rgb(227, 69, 137)",
|
|
871
960
|
"magenta-800": "rgb(241, 97, 156)",
|
|
872
961
|
"magenta-900": "rgb(252, 124, 173)",
|
|
962
|
+
"magenta-background-color-default": "rgb(252, 124, 173)",
|
|
963
|
+
"magenta-visual-color": "rgb(252, 124, 173)",
|
|
873
964
|
"negative-background-color-default": "rgb(255, 129, 107)",
|
|
874
965
|
"negative-background-color-down": "rgb(255, 183, 169)",
|
|
875
966
|
"negative-background-color-hover": "rgb(255, 158, 140)",
|
|
@@ -892,6 +983,7 @@
|
|
|
892
983
|
"negative-content-color-down": "rgb(255, 183, 169)",
|
|
893
984
|
"negative-content-color-hover": "rgb(255, 158, 140)",
|
|
894
985
|
"negative-content-color-key-focus": "rgb(255, 158, 140)",
|
|
986
|
+
"negative-visual-color": "rgb(255, 129, 107)",
|
|
895
987
|
"neutral-background-color-default": "rgb(235, 235, 235)",
|
|
896
988
|
"neutral-background-color-down": "rgb(255, 255, 255)",
|
|
897
989
|
"neutral-background-color-hover": "rgb(255, 255, 255)",
|
|
@@ -908,6 +1000,7 @@
|
|
|
908
1000
|
"neutral-subdued-content-color-down": "rgb(255, 255, 255)",
|
|
909
1001
|
"neutral-subdued-content-color-hover": "rgb(235, 235, 235)",
|
|
910
1002
|
"neutral-subdued-content-color-key-focus": "rgb(235, 235, 235)",
|
|
1003
|
+
"neutral-visual-color": "rgb(141, 141, 141)",
|
|
911
1004
|
"notice-color-100": "rgb(72, 24, 1)",
|
|
912
1005
|
"notice-color-1000": "rgb(255, 162, 59)",
|
|
913
1006
|
"notice-color-1100": "rgb(255, 188, 102)",
|
|
@@ -922,6 +1015,7 @@
|
|
|
922
1015
|
"notice-color-700": "rgb(210, 98, 0)",
|
|
923
1016
|
"notice-color-800": "rgb(232, 116, 0)",
|
|
924
1017
|
"notice-color-900": "rgb(249, 137, 23)",
|
|
1018
|
+
"notice-visual-color": "rgb(249, 137, 23)",
|
|
925
1019
|
"orange-100": "rgb(72, 24, 1)",
|
|
926
1020
|
"orange-1000": "rgb(255, 162, 59)",
|
|
927
1021
|
"orange-1100": "rgb(255, 188, 102)",
|
|
@@ -936,6 +1030,8 @@
|
|
|
936
1030
|
"orange-700": "rgb(210, 98, 0)",
|
|
937
1031
|
"orange-800": "rgb(232, 116, 0)",
|
|
938
1032
|
"orange-900": "rgb(249, 137, 23)",
|
|
1033
|
+
"orange-background-color-default": "rgb(186, 82, 0)",
|
|
1034
|
+
"orange-visual-color": "rgb(249, 137, 23)",
|
|
939
1035
|
"overlay-color": "rgb(0, 0, 0)",
|
|
940
1036
|
"positive-background-color-default": "rgb(52, 187, 132)",
|
|
941
1037
|
"positive-background-color-down": "rgb(103, 222, 168)",
|
|
@@ -955,6 +1051,7 @@
|
|
|
955
1051
|
"positive-color-700": "rgb(0, 149, 98)",
|
|
956
1052
|
"positive-color-800": "rgb(28, 168, 114)",
|
|
957
1053
|
"positive-color-900": "rgb(52, 187, 132)",
|
|
1054
|
+
"positive-visual-color": "rgb(52, 187, 132)",
|
|
958
1055
|
"purple-100": "rgb(50, 16, 104)",
|
|
959
1056
|
"purple-1000": "rgb(206, 166, 253)",
|
|
960
1057
|
"purple-1100": "rgb(219, 188, 254)",
|
|
@@ -969,6 +1066,8 @@
|
|
|
969
1066
|
"purple-700": "rgb(162, 94, 246)",
|
|
970
1067
|
"purple-800": "rgb(178, 119, 250)",
|
|
971
1068
|
"purple-900": "rgb(192, 143, 252)",
|
|
1069
|
+
"purple-background-color-default": "rgb(192, 143, 252)",
|
|
1070
|
+
"purple-visual-color": "rgb(192, 143, 252)",
|
|
972
1071
|
"red-100": "rgb(87, 0, 0)",
|
|
973
1072
|
"red-1000": "rgb(255, 158, 140)",
|
|
974
1073
|
"red-1100": "rgb(255, 183, 169)",
|
|
@@ -983,6 +1082,8 @@
|
|
|
983
1082
|
"red-700": "rgb(238, 67, 49)",
|
|
984
1083
|
"red-800": "rgb(249, 99, 76)",
|
|
985
1084
|
"red-900": "rgb(255, 129, 107)",
|
|
1085
|
+
"red-background-color-default": "rgb(221, 33, 24)",
|
|
1086
|
+
"red-visual-color": "rgb(255, 129, 107)",
|
|
986
1087
|
"seafoam-100": "rgb(18, 43, 42)",
|
|
987
1088
|
"seafoam-1000": "rgb(66, 202, 195)",
|
|
988
1089
|
"seafoam-1100": "rgb(102, 218, 211)",
|
|
@@ -997,6 +1098,8 @@
|
|
|
997
1098
|
"seafoam-700": "rgb(0, 146, 140)",
|
|
998
1099
|
"seafoam-800": "rgb(0, 165, 159)",
|
|
999
1100
|
"seafoam-900": "rgb(26, 185, 178)",
|
|
1101
|
+
"seafoam-background-color-default": "rgb(26, 185, 178)",
|
|
1102
|
+
"seafoam-visual-color": "rgb(26, 185, 178)",
|
|
1000
1103
|
"static-black-focus-ring-color": "rgb(0, 0, 0)",
|
|
1001
1104
|
"static-white-focus-ring-color": "rgb(255, 255, 255)",
|
|
1002
1105
|
"transparent-black-200": "rgba(0, 0, 0, 0.10)",
|
|
@@ -1029,14 +1132,14 @@
|
|
|
1029
1132
|
"yellow-600": "rgb(141, 108, 0)",
|
|
1030
1133
|
"yellow-700": "rgb(161, 126, 0)",
|
|
1031
1134
|
"yellow-800": "rgb(180, 144, 0)",
|
|
1032
|
-
"yellow-900": "rgb(199, 162, 0)"
|
|
1135
|
+
"yellow-900": "rgb(199, 162, 0)",
|
|
1136
|
+
"yellow-background-color-default": "rgb(103, 77, 0)",
|
|
1137
|
+
"yellow-visual-color": "rgb(199, 162, 0)"
|
|
1033
1138
|
}
|
|
1034
1139
|
},
|
|
1035
1140
|
"dimensions": {
|
|
1036
1141
|
"description": "A scale stop of a given size",
|
|
1037
1142
|
"scale-factor": "1",
|
|
1038
|
-
"CJK-line-height-100": "1.5",
|
|
1039
|
-
"CJK-line-height-200": "1.7",
|
|
1040
1143
|
"action-bar-height": "48px",
|
|
1041
1144
|
"action-bar-top-to-item-counter": "14px",
|
|
1042
1145
|
"action-button-edge-to-hold-icon-extra-large": "6px",
|
|
@@ -1044,6 +1147,10 @@
|
|
|
1044
1147
|
"action-button-edge-to-hold-icon-large": "5px",
|
|
1045
1148
|
"action-button-edge-to-hold-icon-medium": "4px",
|
|
1046
1149
|
"action-button-edge-to-hold-icon-small": "3px",
|
|
1150
|
+
"background-opacity-down": "0.1",
|
|
1151
|
+
"background-opacity-hover": "0.1",
|
|
1152
|
+
"background-opacity-key-focus": "0.1",
|
|
1153
|
+
"body-margin-multiplier": "0.75",
|
|
1047
1154
|
"border-width-100": "1px",
|
|
1048
1155
|
"border-width-200": "2px",
|
|
1049
1156
|
"button-minimum-width-multiplier": "2.25",
|
|
@@ -1055,6 +1162,9 @@
|
|
|
1055
1162
|
"checkbox-top-to-control-large": "12px",
|
|
1056
1163
|
"checkbox-top-to-control-medium": "9px",
|
|
1057
1164
|
"checkbox-top-to-control-small": "6px",
|
|
1165
|
+
"cjk-letter-spacing": "0.05em",
|
|
1166
|
+
"cjk-line-height-100": "1.5",
|
|
1167
|
+
"cjk-line-height-200": "1.7",
|
|
1058
1168
|
"component-bottom-to-text-100": "9px",
|
|
1059
1169
|
"component-bottom-to-text-200": "11px",
|
|
1060
1170
|
"component-bottom-to-text-300": "14px",
|
|
@@ -1105,6 +1215,9 @@
|
|
|
1105
1215
|
"corner-radius-100": "4px",
|
|
1106
1216
|
"corner-radius-200": "8px",
|
|
1107
1217
|
"corner-radius-75": "2px",
|
|
1218
|
+
"detail-letter-spacing": "0.06em",
|
|
1219
|
+
"detail-margin-bottom-multiplier": "0.25",
|
|
1220
|
+
"detail-margin-top-mulitplier": "0.8889",
|
|
1108
1221
|
"divider-thickness-large": "4px",
|
|
1109
1222
|
"divider-thickness-medium": "2px",
|
|
1110
1223
|
"divider-thickness-small": "1px",
|
|
@@ -1140,6 +1253,8 @@
|
|
|
1140
1253
|
"font-size-75": "12px",
|
|
1141
1254
|
"font-size-800": "32px",
|
|
1142
1255
|
"font-size-900": "36px",
|
|
1256
|
+
"heading-margin-bottom-multiplier": "0.25",
|
|
1257
|
+
"heading-margin-top-multiplier": "0.8889",
|
|
1143
1258
|
"help-text-top-to-workflow-icon-extra-large": "9px",
|
|
1144
1259
|
"help-text-top-to-workflow-icon-large": "6px",
|
|
1145
1260
|
"help-text-top-to-workflow-icon-medium": "3px",
|
|
@@ -1147,6 +1262,20 @@
|
|
|
1147
1262
|
"in-line-alert-minimum-width": "320px",
|
|
1148
1263
|
"line-height-100": "1.3",
|
|
1149
1264
|
"line-height-200": "1.5",
|
|
1265
|
+
"menu-item-edge-to-content-not-selected-extra-large": "45px",
|
|
1266
|
+
"menu-item-edge-to-content-not-selected-large": "38px",
|
|
1267
|
+
"menu-item-edge-to-content-not-selected-medium": "32px",
|
|
1268
|
+
"menu-item-edge-to-content-not-selected-small": "28px",
|
|
1269
|
+
"menu-item-label-to-description": "1px",
|
|
1270
|
+
"menu-item-top-to-chevron-extra-large": "17px",
|
|
1271
|
+
"menu-item-top-to-chevron-large": "14px",
|
|
1272
|
+
"menu-item-top-to-chevron-medium": "11px",
|
|
1273
|
+
"menu-item-top-to-chevron-small": "7px",
|
|
1274
|
+
"meter-default-width": "192px",
|
|
1275
|
+
"meter-maximum-width": "768px",
|
|
1276
|
+
"meter-minimum-width": "48px",
|
|
1277
|
+
"meter-thickness-medium": "6px",
|
|
1278
|
+
"meter-thickness-small": "4px",
|
|
1150
1279
|
"overlay-opacity": "0.6",
|
|
1151
1280
|
"popover-tip-height": "8px",
|
|
1152
1281
|
"popover-tip-width": "16px",
|
|
@@ -1231,9 +1360,9 @@
|
|
|
1231
1360
|
"toast-height": "48px",
|
|
1232
1361
|
"toast-top-to-text": "14px",
|
|
1233
1362
|
"toast-top-to-workflow-icon": "15px",
|
|
1234
|
-
"tooltip-height": "4px",
|
|
1235
1363
|
"tooltip-maximum-width": "160px",
|
|
1236
|
-
"tooltip-
|
|
1364
|
+
"tooltip-tip-height": "4px",
|
|
1365
|
+
"tooltip-tip-width": "8px",
|
|
1237
1366
|
"workflow-icon-size-100": "18px",
|
|
1238
1367
|
"workflow-icon-size-200": "20px",
|
|
1239
1368
|
"workflow-icon-size-300": "22px",
|