@lumx/core 2.1.9-alpha-thumbnail → 2.1.9
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 +82 -27
- package/js/constants/design-tokens.js +21 -21
- 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 +21 -21
- package/js/custom-colors.min.js.map +1 -1
- package/js/date-picker.min.js.map +1 -1
- 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/_components.scss +0 -1
- package/scss/_design-tokens.scss +87 -27
- package/scss/components/chip/_index.scss +6 -0
- package/scss/components/flag/_index.scss +8 -3
- package/scss/components/icon/_mixins.scss +5 -1
- package/scss/components/list/_mixins.scss +2 -1
- package/scss/components/side-navigation/_mixins.scss +0 -1
- package/scss/components/skeleton/_index.scss +7 -4
- package/scss/components/thumbnail/_index.scss +48 -119
- package/scss/components/thumbnail/_variables.scss +1 -1
- package/scss/components/uploader/_index.scss +2 -2
- package/scss/components/user-block/_index.scss +1 -1
- package/scss/core/state/_mixins.scss +0 -4
- package/scss/components/skeleton/_mixins.scss +0 -10
package/css/design-tokens.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Tue,
|
|
3
|
+
* Generated on Tue, 30 Nov 2021 09:20:09 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 70% 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 70% 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 70% 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 70% 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 70% 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 70% 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,8 +255,8 @@
|
|
|
230
255
|
0,
|
|
231
256
|
0,
|
|
232
257
|
0,
|
|
233
|
-
0.
|
|
234
|
-
); /*
|
|
258
|
+
0.7
|
|
259
|
+
); /* Base dark color with 70% opacity */
|
|
235
260
|
--lumx-navigation-item-emphasis-low-state-default-theme-light-label-color: rgba(
|
|
236
261
|
0,
|
|
237
262
|
0,
|
|
@@ -243,8 +268,8 @@
|
|
|
243
268
|
0,
|
|
244
269
|
0,
|
|
245
270
|
0,
|
|
246
|
-
0.
|
|
247
|
-
); /*
|
|
271
|
+
0.7
|
|
272
|
+
); /* Base dark color with 70% 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,8 +301,8 @@
|
|
|
276
301
|
0,
|
|
277
302
|
0,
|
|
278
303
|
0,
|
|
279
|
-
0.
|
|
280
|
-
); /*
|
|
304
|
+
0.7
|
|
305
|
+
); /* Base dark color with 70% opacity */
|
|
281
306
|
--lumx-navigation-item-emphasis-low-state-hover-theme-light-label-color: rgba(
|
|
282
307
|
0,
|
|
283
308
|
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 70% opacity */
|
|
299
324
|
--lumx-navigation-item-emphasis-low-state-hover-theme-dark-background-color: rgba(
|
|
300
325
|
255,
|
|
301
326
|
255,
|
|
@@ -337,8 +362,8 @@
|
|
|
337
362
|
0,
|
|
338
363
|
0,
|
|
339
364
|
0,
|
|
340
|
-
0.
|
|
341
|
-
); /*
|
|
365
|
+
0.7
|
|
366
|
+
); /* Base dark color with 70% opacity */
|
|
342
367
|
--lumx-navigation-item-emphasis-low-state-active-theme-light-label-color: rgba(
|
|
343
368
|
0,
|
|
344
369
|
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 70% 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 70% 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 70% 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 70% 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 70% 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 70% 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 70% 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 70% 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 70% 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 Tue,
|
|
97
|
+
* Generated on Tue, 30 Nov 2021 09:20:10 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 70% 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 70% 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 70% 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 70% 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 70% 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 70% 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 70% opacity',
|
|
1330
1330
|
attributes: {
|
|
1331
1331
|
category: 'navigation',
|
|
1332
1332
|
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 70% 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 70% opacity',
|
|
1476
1476
|
attributes: {
|
|
1477
1477
|
category: 'navigation',
|
|
1478
1478
|
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 70% 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 70% opacity',
|
|
1628
1628
|
attributes: {
|
|
1629
1629
|
category: 'navigation',
|
|
1630
1630
|
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 70% 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 70% 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 70% 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 70% 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 70% 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 70% 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 70% opacity',
|
|
2691
2691
|
attributes: {
|
|
2692
2692
|
category: 'tabs',
|
|
2693
2693
|
type: 'link',
|
|
@@ -3227,7 +3227,7 @@ var DESIGN_TOKENS = {
|
|
|
3227
3227
|
},
|
|
3228
3228
|
L1: {
|
|
3229
3229
|
version: '0.22',
|
|
3230
|
-
comment: 'Base dark color with
|
|
3230
|
+
comment: 'Base dark color with 70% opacity',
|
|
3231
3231
|
attributes: {
|
|
3232
3232
|
category: 'color',
|
|
3233
3233
|
type: 'dark',
|
|
@@ -4591,7 +4591,7 @@ var DESIGN_TOKENS = {
|
|
|
4591
4591
|
},
|
|
4592
4592
|
L1: {
|
|
4593
4593
|
version: '0.22',
|
|
4594
|
-
comment: 'Base dark color with
|
|
4594
|
+
comment: 'Base dark color with 70% opacity',
|
|
4595
4595
|
attributes: {
|
|
4596
4596
|
category: 'color',
|
|
4597
4597
|
type: 'black',
|