@lumx/core 2.1.3 → 2.1.4
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/css/design-tokens.css +88 -33
- package/js/constants/design-tokens.js +22 -22
- package/js/constants/design-tokens.min.js +1 -1
- package/js/constants/design-tokens.min.js.map +1 -1
- package/js/constants/design-tokens.ts +22 -22
- package/js/utils.min.js.map +1 -1
- package/lumx.css +1 -1
- package/lumx.min.css +1 -1
- package/package.json +2 -2
- package/scss/_design-tokens.scss +93 -33
- package/scss/components/flag/_index.scss +8 -3
- package/scss/components/list/_mixins.scss +2 -1
- package/scss/components/side-navigation/_mixins.scss +0 -1
- package/scss/components/thumbnail/_variables.scss +1 -1
- package/scss/components/uploader/_index.scss +2 -2
- package/scss/core/state/_mixins.scss +12 -2
package/css/design-tokens.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 18 Nov 2021 15:14:46 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -48,7 +48,12 @@
|
|
|
48
48
|
0,
|
|
49
49
|
0.12
|
|
50
50
|
); /* Base dark color with 12% opacity */
|
|
51
|
-
--lumx-button-emphasis-medium-state-default-theme-light-color: rgba(
|
|
51
|
+
--lumx-button-emphasis-medium-state-default-theme-light-color: rgba(
|
|
52
|
+
0,
|
|
53
|
+
0,
|
|
54
|
+
0,
|
|
55
|
+
0.7
|
|
56
|
+
); /* Base dark color with 80% opacity */
|
|
52
57
|
--lumx-button-emphasis-medium-state-default-theme-light-border-color: transparent;
|
|
53
58
|
--lumx-button-emphasis-medium-state-default-theme-dark-background-color: rgba(
|
|
54
59
|
255,
|
|
@@ -66,7 +71,12 @@
|
|
|
66
71
|
0,
|
|
67
72
|
0.2
|
|
68
73
|
); /* Base dark color with 20% opacity */
|
|
69
|
-
--lumx-button-emphasis-medium-state-hover-theme-light-color: rgba(
|
|
74
|
+
--lumx-button-emphasis-medium-state-hover-theme-light-color: rgba(
|
|
75
|
+
0,
|
|
76
|
+
0,
|
|
77
|
+
0,
|
|
78
|
+
0.7
|
|
79
|
+
); /* Base dark color with 80% opacity */
|
|
70
80
|
--lumx-button-emphasis-medium-state-hover-theme-light-border-color: transparent;
|
|
71
81
|
--lumx-button-emphasis-medium-state-hover-theme-dark-background-color: rgba(
|
|
72
82
|
255,
|
|
@@ -84,7 +94,12 @@
|
|
|
84
94
|
0,
|
|
85
95
|
0.38
|
|
86
96
|
); /* Base dark color with 38% opacity */
|
|
87
|
-
--lumx-button-emphasis-medium-state-active-theme-light-color: rgba(
|
|
97
|
+
--lumx-button-emphasis-medium-state-active-theme-light-color: rgba(
|
|
98
|
+
0,
|
|
99
|
+
0,
|
|
100
|
+
0,
|
|
101
|
+
0.7
|
|
102
|
+
); /* Base dark color with 80% opacity */
|
|
88
103
|
--lumx-button-emphasis-medium-state-active-theme-light-border-color: transparent;
|
|
89
104
|
--lumx-button-emphasis-medium-state-active-theme-dark-background-color: rgba(
|
|
90
105
|
255,
|
|
@@ -97,7 +112,12 @@
|
|
|
97
112
|
--lumx-button-emphasis-low-state-default-padding-horizontal: 8px;
|
|
98
113
|
--lumx-button-emphasis-low-state-default-border-width: 0;
|
|
99
114
|
--lumx-button-emphasis-low-state-default-theme-light-background-color: transparent;
|
|
100
|
-
--lumx-button-emphasis-low-state-default-theme-light-color: rgba(
|
|
115
|
+
--lumx-button-emphasis-low-state-default-theme-light-color: rgba(
|
|
116
|
+
0,
|
|
117
|
+
0,
|
|
118
|
+
0,
|
|
119
|
+
0.7
|
|
120
|
+
); /* Base dark color with 80% opacity */
|
|
101
121
|
--lumx-button-emphasis-low-state-default-theme-light-border-color: transparent;
|
|
102
122
|
--lumx-button-emphasis-low-state-default-theme-dark-background-color: transparent;
|
|
103
123
|
--lumx-button-emphasis-low-state-default-theme-dark-color: #fff; /* Neutral light color */
|
|
@@ -110,7 +130,7 @@
|
|
|
110
130
|
0,
|
|
111
131
|
0.12
|
|
112
132
|
); /* Base dark color with 12% opacity */
|
|
113
|
-
--lumx-button-emphasis-low-state-hover-theme-light-color: rgba(0, 0, 0, 0.
|
|
133
|
+
--lumx-button-emphasis-low-state-hover-theme-light-color: rgba(0, 0, 0, 0.7); /* Base dark color with 80% opacity */
|
|
114
134
|
--lumx-button-emphasis-low-state-hover-theme-light-border-color: transparent;
|
|
115
135
|
--lumx-button-emphasis-low-state-hover-theme-dark-background-color: rgba(
|
|
116
136
|
255,
|
|
@@ -128,7 +148,12 @@
|
|
|
128
148
|
0,
|
|
129
149
|
0.2
|
|
130
150
|
); /* Base dark color with 20% opacity */
|
|
131
|
-
--lumx-button-emphasis-low-state-active-theme-light-color: rgba(
|
|
151
|
+
--lumx-button-emphasis-low-state-active-theme-light-color: rgba(
|
|
152
|
+
0,
|
|
153
|
+
0,
|
|
154
|
+
0,
|
|
155
|
+
0.7
|
|
156
|
+
); /* Base dark color with 80% opacity */
|
|
132
157
|
--lumx-button-emphasis-low-state-active-theme-light-border-color: transparent;
|
|
133
158
|
--lumx-button-emphasis-low-state-active-theme-dark-background-color: rgba(
|
|
134
159
|
255,
|
|
@@ -230,21 +255,21 @@
|
|
|
230
255
|
0,
|
|
231
256
|
0,
|
|
232
257
|
0,
|
|
233
|
-
0.
|
|
234
|
-
); /*
|
|
258
|
+
0.7
|
|
259
|
+
); /* Base dark color with 80% opacity */
|
|
235
260
|
--lumx-navigation-item-emphasis-low-state-default-theme-light-label-color: rgba(
|
|
236
261
|
0,
|
|
237
262
|
0,
|
|
238
263
|
0,
|
|
239
|
-
0.
|
|
240
|
-
); /*
|
|
264
|
+
0.7
|
|
265
|
+
); /* Base dark color with 80% opacity */
|
|
241
266
|
--lumx-navigation-item-emphasis-low-state-default-theme-light-chevron-background-color: transparent;
|
|
242
267
|
--lumx-navigation-item-emphasis-low-state-default-theme-light-chevron-color: rgba(
|
|
243
268
|
0,
|
|
244
269
|
0,
|
|
245
270
|
0,
|
|
246
|
-
0.
|
|
247
|
-
); /*
|
|
271
|
+
0.7
|
|
272
|
+
); /* Base dark color with 80% opacity */
|
|
248
273
|
--lumx-navigation-item-emphasis-low-state-default-theme-dark-background-color: transparent;
|
|
249
274
|
--lumx-navigation-item-emphasis-low-state-default-theme-dark-border-color: rgba(
|
|
250
275
|
255,
|
|
@@ -276,14 +301,14 @@
|
|
|
276
301
|
0,
|
|
277
302
|
0,
|
|
278
303
|
0,
|
|
279
|
-
0.
|
|
280
|
-
); /*
|
|
304
|
+
0.7
|
|
305
|
+
); /* Base dark color with 80% opacity */
|
|
281
306
|
--lumx-navigation-item-emphasis-low-state-hover-theme-light-label-color: rgba(
|
|
282
307
|
0,
|
|
283
308
|
0,
|
|
284
309
|
0,
|
|
285
|
-
0.
|
|
286
|
-
); /*
|
|
310
|
+
0.7
|
|
311
|
+
); /* Base dark color with 80% opacity */
|
|
287
312
|
--lumx-navigation-item-emphasis-low-state-hover-theme-light-chevron-background-color: rgba(
|
|
288
313
|
0,
|
|
289
314
|
0,
|
|
@@ -294,8 +319,8 @@
|
|
|
294
319
|
0,
|
|
295
320
|
0,
|
|
296
321
|
0,
|
|
297
|
-
0.
|
|
298
|
-
); /*
|
|
322
|
+
0.7
|
|
323
|
+
); /* Base dark color with 80% opacity */
|
|
299
324
|
--lumx-navigation-item-emphasis-low-state-hover-theme-dark-background-color: rgba(
|
|
300
325
|
255,
|
|
301
326
|
255,
|
|
@@ -337,14 +362,14 @@
|
|
|
337
362
|
0,
|
|
338
363
|
0,
|
|
339
364
|
0,
|
|
340
|
-
0.
|
|
341
|
-
); /*
|
|
365
|
+
0.7
|
|
366
|
+
); /* Base dark color with 80% opacity */
|
|
342
367
|
--lumx-navigation-item-emphasis-low-state-active-theme-light-label-color: rgba(
|
|
343
368
|
0,
|
|
344
369
|
0,
|
|
345
370
|
0,
|
|
346
|
-
0.
|
|
347
|
-
); /*
|
|
371
|
+
0.7
|
|
372
|
+
); /* Base dark color with 80% opacity */
|
|
348
373
|
--lumx-navigation-item-emphasis-low-state-active-theme-light-chevron-background-color: rgba(
|
|
349
374
|
0,
|
|
350
375
|
0,
|
|
@@ -355,8 +380,8 @@
|
|
|
355
380
|
0,
|
|
356
381
|
0,
|
|
357
382
|
0,
|
|
358
|
-
0.
|
|
359
|
-
); /*
|
|
383
|
+
0.7
|
|
384
|
+
); /* Base dark color with 80% opacity */
|
|
360
385
|
--lumx-navigation-item-emphasis-low-state-active-theme-dark-background-color: rgba(
|
|
361
386
|
255,
|
|
362
387
|
255,
|
|
@@ -477,7 +502,12 @@
|
|
|
477
502
|
--lumx-tabs-link-emphasis-low-state-default-border-bottom-width: 2px;
|
|
478
503
|
--lumx-tabs-link-emphasis-low-state-default-border-left-width: 0;
|
|
479
504
|
--lumx-tabs-link-emphasis-low-state-default-theme-light-background-color: transparent;
|
|
480
|
-
--lumx-tabs-link-emphasis-low-state-default-theme-light-color: rgba(
|
|
505
|
+
--lumx-tabs-link-emphasis-low-state-default-theme-light-color: rgba(
|
|
506
|
+
0,
|
|
507
|
+
0,
|
|
508
|
+
0,
|
|
509
|
+
0.7
|
|
510
|
+
); /* Base dark color with 80% opacity */
|
|
481
511
|
--lumx-tabs-link-emphasis-low-state-default-theme-light-border-color: rgba(
|
|
482
512
|
0,
|
|
483
513
|
0,
|
|
@@ -502,7 +532,12 @@
|
|
|
502
532
|
0,
|
|
503
533
|
0.12
|
|
504
534
|
); /* Base dark color with 12% opacity */
|
|
505
|
-
--lumx-tabs-link-emphasis-low-state-hover-theme-light-color: rgba(
|
|
535
|
+
--lumx-tabs-link-emphasis-low-state-hover-theme-light-color: rgba(
|
|
536
|
+
0,
|
|
537
|
+
0,
|
|
538
|
+
0,
|
|
539
|
+
0.7
|
|
540
|
+
); /* Base dark color with 80% opacity */
|
|
506
541
|
--lumx-tabs-link-emphasis-low-state-hover-theme-light-border-color: rgba(
|
|
507
542
|
0,
|
|
508
543
|
0,
|
|
@@ -532,7 +567,12 @@
|
|
|
532
567
|
0,
|
|
533
568
|
0.2
|
|
534
569
|
); /* Base dark color with 20% opacity */
|
|
535
|
-
--lumx-tabs-link-emphasis-low-state-active-theme-light-color: rgba(
|
|
570
|
+
--lumx-tabs-link-emphasis-low-state-active-theme-light-color: rgba(
|
|
571
|
+
0,
|
|
572
|
+
0,
|
|
573
|
+
0,
|
|
574
|
+
0.7
|
|
575
|
+
); /* Base dark color with 80% opacity */
|
|
536
576
|
--lumx-tabs-link-emphasis-low-state-active-theme-light-border-color: rgba(
|
|
537
577
|
0,
|
|
538
578
|
0,
|
|
@@ -557,7 +597,12 @@
|
|
|
557
597
|
--lumx-tabs-link-emphasis-selected-state-default-border-bottom-width: 2px;
|
|
558
598
|
--lumx-tabs-link-emphasis-selected-state-default-border-left-width: 0;
|
|
559
599
|
--lumx-tabs-link-emphasis-selected-state-default-theme-light-background-color: transparent;
|
|
560
|
-
--lumx-tabs-link-emphasis-selected-state-default-theme-light-color: rgba(
|
|
600
|
+
--lumx-tabs-link-emphasis-selected-state-default-theme-light-color: rgba(
|
|
601
|
+
0,
|
|
602
|
+
0,
|
|
603
|
+
0,
|
|
604
|
+
0.7
|
|
605
|
+
); /* Base dark color with 80% opacity */
|
|
561
606
|
--lumx-tabs-link-emphasis-selected-state-default-theme-light-border-color: var(--lumx-color-primary-N);
|
|
562
607
|
--lumx-tabs-link-emphasis-selected-state-default-theme-dark-background-color: transparent;
|
|
563
608
|
--lumx-tabs-link-emphasis-selected-state-default-theme-dark-color: #fff; /* Neutral light color */
|
|
@@ -572,7 +617,12 @@
|
|
|
572
617
|
0,
|
|
573
618
|
0.12
|
|
574
619
|
); /* Base dark color with 12% opacity */
|
|
575
|
-
--lumx-tabs-link-emphasis-selected-state-hover-theme-light-color: rgba(
|
|
620
|
+
--lumx-tabs-link-emphasis-selected-state-hover-theme-light-color: rgba(
|
|
621
|
+
0,
|
|
622
|
+
0,
|
|
623
|
+
0,
|
|
624
|
+
0.7
|
|
625
|
+
); /* Base dark color with 80% opacity */
|
|
576
626
|
--lumx-tabs-link-emphasis-selected-state-hover-theme-light-border-color: var(--lumx-color-primary-N);
|
|
577
627
|
--lumx-tabs-link-emphasis-selected-state-hover-theme-dark-background-color: rgba(
|
|
578
628
|
255,
|
|
@@ -592,7 +642,12 @@
|
|
|
592
642
|
0,
|
|
593
643
|
0.2
|
|
594
644
|
); /* Base dark color with 20% opacity */
|
|
595
|
-
--lumx-tabs-link-emphasis-selected-state-active-theme-light-color: rgba(
|
|
645
|
+
--lumx-tabs-link-emphasis-selected-state-active-theme-light-color: rgba(
|
|
646
|
+
0,
|
|
647
|
+
0,
|
|
648
|
+
0,
|
|
649
|
+
0.7
|
|
650
|
+
); /* Base dark color with 80% opacity */
|
|
596
651
|
--lumx-tabs-link-emphasis-selected-state-active-theme-light-border-color: var(--lumx-color-primary-N);
|
|
597
652
|
--lumx-tabs-link-emphasis-selected-state-active-theme-dark-background-color: rgba(
|
|
598
653
|
255,
|
|
@@ -727,7 +782,7 @@
|
|
|
727
782
|
); /* Base light color with 80% opacity */
|
|
728
783
|
--lumx-border-radius: 4px;
|
|
729
784
|
--lumx-color-dark-N: rgba(0, 0, 0, 0.87); /* Neutral dark color */
|
|
730
|
-
--lumx-color-dark-L1: rgba(0, 0, 0, 0.
|
|
785
|
+
--lumx-color-dark-L1: rgba(0, 0, 0, 0.7); /* Base dark color with 80% opacity */
|
|
731
786
|
--lumx-color-dark-L2: rgba(0, 0, 0, 0.54); /* Base dark color with 54% opacity */
|
|
732
787
|
--lumx-color-dark-L3: rgba(0, 0, 0, 0.38); /* Base dark color with 38% opacity */
|
|
733
788
|
--lumx-color-dark-L4: rgba(0, 0, 0, 0.2); /* Base dark color with 20% opacity */
|
|
@@ -811,7 +866,7 @@
|
|
|
811
866
|
--lumx-color-accent-L5: rgba(76, 175, 80, 0.1); /* Base green color with 10% opacity */
|
|
812
867
|
--lumx-color-accent-L6: rgba(76, 175, 80, 0.05); /* Base green color with 5% opacity */
|
|
813
868
|
--lumx-color-black-N: rgba(0, 0, 0, 0.87); /* Neutral dark color */
|
|
814
|
-
--lumx-color-black-L1: rgba(0, 0, 0, 0.
|
|
869
|
+
--lumx-color-black-L1: rgba(0, 0, 0, 0.7); /* Base dark color with 80% opacity */
|
|
815
870
|
--lumx-color-black-L2: rgba(0, 0, 0, 0.54); /* Base dark color with 54% opacity */
|
|
816
871
|
--lumx-color-black-L3: rgba(0, 0, 0, 0.38); /* Base dark color with 38% opacity */
|
|
817
872
|
--lumx-color-black-L4: rgba(0, 0, 0, 0.2); /* Base dark color with 20% opacity */
|
|
@@ -94,7 +94,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
94
94
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "DESIGN_TOKENS", function() { return DESIGN_TOKENS; });
|
|
95
95
|
/**
|
|
96
96
|
* Do not edit directly
|
|
97
|
-
* Generated on
|
|
97
|
+
* Generated on Thu, 18 Nov 2021 15:14:46 GMT
|
|
98
98
|
*/
|
|
99
99
|
var DESIGN_TOKENS = {
|
|
100
100
|
button: {
|
|
@@ -346,7 +346,7 @@ var DESIGN_TOKENS = {
|
|
|
346
346
|
},
|
|
347
347
|
color: {
|
|
348
348
|
version: '0.22',
|
|
349
|
-
comment: '
|
|
349
|
+
comment: 'Base dark color with 80% opacity',
|
|
350
350
|
attributes: {
|
|
351
351
|
category: 'button',
|
|
352
352
|
type: 'emphasis-medium',
|
|
@@ -418,7 +418,7 @@ var DESIGN_TOKENS = {
|
|
|
418
418
|
},
|
|
419
419
|
color: {
|
|
420
420
|
version: '0.22',
|
|
421
|
-
comment: '
|
|
421
|
+
comment: 'Base dark color with 80% opacity',
|
|
422
422
|
attributes: {
|
|
423
423
|
category: 'button',
|
|
424
424
|
type: 'emphasis-medium',
|
|
@@ -490,7 +490,7 @@ var DESIGN_TOKENS = {
|
|
|
490
490
|
},
|
|
491
491
|
color: {
|
|
492
492
|
version: '0.22',
|
|
493
|
-
comment: '
|
|
493
|
+
comment: 'Base dark color with 80% opacity',
|
|
494
494
|
attributes: {
|
|
495
495
|
category: 'button',
|
|
496
496
|
type: 'emphasis-medium',
|
|
@@ -562,7 +562,7 @@ var DESIGN_TOKENS = {
|
|
|
562
562
|
},
|
|
563
563
|
color: {
|
|
564
564
|
version: '0.22',
|
|
565
|
-
comment: '
|
|
565
|
+
comment: 'Base dark color with 80% opacity',
|
|
566
566
|
attributes: {
|
|
567
567
|
category: 'button',
|
|
568
568
|
type: 'emphasis-low',
|
|
@@ -632,7 +632,7 @@ var DESIGN_TOKENS = {
|
|
|
632
632
|
},
|
|
633
633
|
color: {
|
|
634
634
|
version: '0.22',
|
|
635
|
-
comment: '
|
|
635
|
+
comment: 'Base dark color with 80% opacity',
|
|
636
636
|
attributes: {
|
|
637
637
|
category: 'button',
|
|
638
638
|
type: 'emphasis-low',
|
|
@@ -704,7 +704,7 @@ var DESIGN_TOKENS = {
|
|
|
704
704
|
},
|
|
705
705
|
color: {
|
|
706
706
|
version: '0.22',
|
|
707
|
-
comment: '
|
|
707
|
+
comment: 'Base dark color with 80% opacity',
|
|
708
708
|
attributes: {
|
|
709
709
|
category: 'button',
|
|
710
710
|
type: 'emphasis-low',
|
|
@@ -1326,7 +1326,7 @@ var DESIGN_TOKENS = {
|
|
|
1326
1326
|
},
|
|
1327
1327
|
'icon-color': {
|
|
1328
1328
|
version: '0.22',
|
|
1329
|
-
comment: '
|
|
1329
|
+
comment: 'Base dark color with 80% opacity',
|
|
1330
1330
|
attributes: {
|
|
1331
1331
|
category: 'navigation',
|
|
1332
1332
|
type: 'item',
|
|
@@ -1335,7 +1335,7 @@ var DESIGN_TOKENS = {
|
|
|
1335
1335
|
},
|
|
1336
1336
|
'label-color': {
|
|
1337
1337
|
version: '0.22',
|
|
1338
|
-
comment: '
|
|
1338
|
+
comment: 'Base dark color with 80% opacity',
|
|
1339
1339
|
attributes: {
|
|
1340
1340
|
category: 'navigation',
|
|
1341
1341
|
type: 'item',
|
|
@@ -1351,7 +1351,7 @@ var DESIGN_TOKENS = {
|
|
|
1351
1351
|
},
|
|
1352
1352
|
'chevron-color': {
|
|
1353
1353
|
version: '0.22',
|
|
1354
|
-
comment: '
|
|
1354
|
+
comment: 'Base dark color with 80% opacity',
|
|
1355
1355
|
attributes: {
|
|
1356
1356
|
category: 'navigation',
|
|
1357
1357
|
type: 'item',
|
|
@@ -1472,7 +1472,7 @@ var DESIGN_TOKENS = {
|
|
|
1472
1472
|
},
|
|
1473
1473
|
'icon-color': {
|
|
1474
1474
|
version: '0.22',
|
|
1475
|
-
comment: '
|
|
1475
|
+
comment: 'Base dark color with 80% opacity',
|
|
1476
1476
|
attributes: {
|
|
1477
1477
|
category: 'navigation',
|
|
1478
1478
|
type: 'item',
|
|
@@ -1481,7 +1481,7 @@ var DESIGN_TOKENS = {
|
|
|
1481
1481
|
},
|
|
1482
1482
|
'label-color': {
|
|
1483
1483
|
version: '0.22',
|
|
1484
|
-
comment: '
|
|
1484
|
+
comment: 'Base dark color with 80% opacity',
|
|
1485
1485
|
attributes: {
|
|
1486
1486
|
category: 'navigation',
|
|
1487
1487
|
type: 'item',
|
|
@@ -1499,7 +1499,7 @@ var DESIGN_TOKENS = {
|
|
|
1499
1499
|
},
|
|
1500
1500
|
'chevron-color': {
|
|
1501
1501
|
version: '0.22',
|
|
1502
|
-
comment: '
|
|
1502
|
+
comment: 'Base dark color with 80% opacity',
|
|
1503
1503
|
attributes: {
|
|
1504
1504
|
category: 'navigation',
|
|
1505
1505
|
type: 'item',
|
|
@@ -1624,7 +1624,7 @@ var DESIGN_TOKENS = {
|
|
|
1624
1624
|
},
|
|
1625
1625
|
'icon-color': {
|
|
1626
1626
|
version: '0.22',
|
|
1627
|
-
comment: '
|
|
1627
|
+
comment: 'Base dark color with 80% opacity',
|
|
1628
1628
|
attributes: {
|
|
1629
1629
|
category: 'navigation',
|
|
1630
1630
|
type: 'item',
|
|
@@ -1633,7 +1633,7 @@ var DESIGN_TOKENS = {
|
|
|
1633
1633
|
},
|
|
1634
1634
|
'label-color': {
|
|
1635
1635
|
version: '0.22',
|
|
1636
|
-
comment: '
|
|
1636
|
+
comment: 'Base dark color with 80% opacity',
|
|
1637
1637
|
attributes: {
|
|
1638
1638
|
category: 'navigation',
|
|
1639
1639
|
type: 'item',
|
|
@@ -1651,7 +1651,7 @@ var DESIGN_TOKENS = {
|
|
|
1651
1651
|
},
|
|
1652
1652
|
'chevron-color': {
|
|
1653
1653
|
version: '0.22',
|
|
1654
|
-
comment: '
|
|
1654
|
+
comment: 'Base dark color with 80% opacity',
|
|
1655
1655
|
attributes: {
|
|
1656
1656
|
category: 'navigation',
|
|
1657
1657
|
type: 'item',
|
|
@@ -2205,7 +2205,7 @@ var DESIGN_TOKENS = {
|
|
|
2205
2205
|
},
|
|
2206
2206
|
color: {
|
|
2207
2207
|
version: '0.22',
|
|
2208
|
-
comment: '
|
|
2208
|
+
comment: 'Base dark color with 80% opacity',
|
|
2209
2209
|
attributes: {
|
|
2210
2210
|
category: 'tabs',
|
|
2211
2211
|
type: 'link',
|
|
@@ -2301,7 +2301,7 @@ var DESIGN_TOKENS = {
|
|
|
2301
2301
|
},
|
|
2302
2302
|
color: {
|
|
2303
2303
|
version: '0.22',
|
|
2304
|
-
comment: '
|
|
2304
|
+
comment: 'Base dark color with 80% opacity',
|
|
2305
2305
|
attributes: {
|
|
2306
2306
|
category: 'tabs',
|
|
2307
2307
|
type: 'link',
|
|
@@ -2399,7 +2399,7 @@ var DESIGN_TOKENS = {
|
|
|
2399
2399
|
},
|
|
2400
2400
|
color: {
|
|
2401
2401
|
version: '0.22',
|
|
2402
|
-
comment: '
|
|
2402
|
+
comment: 'Base dark color with 80% opacity',
|
|
2403
2403
|
attributes: {
|
|
2404
2404
|
category: 'tabs',
|
|
2405
2405
|
type: 'link',
|
|
@@ -2497,7 +2497,7 @@ var DESIGN_TOKENS = {
|
|
|
2497
2497
|
},
|
|
2498
2498
|
color: {
|
|
2499
2499
|
version: '0.22',
|
|
2500
|
-
comment: '
|
|
2500
|
+
comment: 'Base dark color with 80% opacity',
|
|
2501
2501
|
attributes: {
|
|
2502
2502
|
category: 'tabs',
|
|
2503
2503
|
type: 'link',
|
|
@@ -2591,7 +2591,7 @@ var DESIGN_TOKENS = {
|
|
|
2591
2591
|
},
|
|
2592
2592
|
color: {
|
|
2593
2593
|
version: '0.22',
|
|
2594
|
-
comment: '
|
|
2594
|
+
comment: 'Base dark color with 80% opacity',
|
|
2595
2595
|
attributes: {
|
|
2596
2596
|
category: 'tabs',
|
|
2597
2597
|
type: 'link',
|
|
@@ -2687,7 +2687,7 @@ var DESIGN_TOKENS = {
|
|
|
2687
2687
|
},
|
|
2688
2688
|
color: {
|
|
2689
2689
|
version: '0.22',
|
|
2690
|
-
comment: '
|
|
2690
|
+
comment: 'Base dark color with 80% opacity',
|
|
2691
2691
|
attributes: {
|
|
2692
2692
|
category: 'tabs',
|
|
2693
2693
|
type: 'link',
|