@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
|
@@ -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
|
export const DESIGN_TOKENS = {
|
|
@@ -253,7 +253,7 @@ export const DESIGN_TOKENS = {
|
|
|
253
253
|
},
|
|
254
254
|
color: {
|
|
255
255
|
version: '0.22',
|
|
256
|
-
comment: '
|
|
256
|
+
comment: 'Base dark color with 80% opacity',
|
|
257
257
|
attributes: {
|
|
258
258
|
category: 'button',
|
|
259
259
|
type: 'emphasis-medium',
|
|
@@ -325,7 +325,7 @@ export const DESIGN_TOKENS = {
|
|
|
325
325
|
},
|
|
326
326
|
color: {
|
|
327
327
|
version: '0.22',
|
|
328
|
-
comment: '
|
|
328
|
+
comment: 'Base dark color with 80% opacity',
|
|
329
329
|
attributes: {
|
|
330
330
|
category: 'button',
|
|
331
331
|
type: 'emphasis-medium',
|
|
@@ -397,7 +397,7 @@ export const DESIGN_TOKENS = {
|
|
|
397
397
|
},
|
|
398
398
|
color: {
|
|
399
399
|
version: '0.22',
|
|
400
|
-
comment: '
|
|
400
|
+
comment: 'Base dark color with 80% opacity',
|
|
401
401
|
attributes: {
|
|
402
402
|
category: 'button',
|
|
403
403
|
type: 'emphasis-medium',
|
|
@@ -469,7 +469,7 @@ export const DESIGN_TOKENS = {
|
|
|
469
469
|
},
|
|
470
470
|
color: {
|
|
471
471
|
version: '0.22',
|
|
472
|
-
comment: '
|
|
472
|
+
comment: 'Base dark color with 80% opacity',
|
|
473
473
|
attributes: {
|
|
474
474
|
category: 'button',
|
|
475
475
|
type: 'emphasis-low',
|
|
@@ -539,7 +539,7 @@ export const DESIGN_TOKENS = {
|
|
|
539
539
|
},
|
|
540
540
|
color: {
|
|
541
541
|
version: '0.22',
|
|
542
|
-
comment: '
|
|
542
|
+
comment: 'Base dark color with 80% opacity',
|
|
543
543
|
attributes: {
|
|
544
544
|
category: 'button',
|
|
545
545
|
type: 'emphasis-low',
|
|
@@ -611,7 +611,7 @@ export const DESIGN_TOKENS = {
|
|
|
611
611
|
},
|
|
612
612
|
color: {
|
|
613
613
|
version: '0.22',
|
|
614
|
-
comment: '
|
|
614
|
+
comment: 'Base dark color with 80% opacity',
|
|
615
615
|
attributes: {
|
|
616
616
|
category: 'button',
|
|
617
617
|
type: 'emphasis-low',
|
|
@@ -1233,7 +1233,7 @@ export const DESIGN_TOKENS = {
|
|
|
1233
1233
|
},
|
|
1234
1234
|
'icon-color': {
|
|
1235
1235
|
version: '0.22',
|
|
1236
|
-
comment: '
|
|
1236
|
+
comment: 'Base dark color with 80% opacity',
|
|
1237
1237
|
attributes: {
|
|
1238
1238
|
category: 'navigation',
|
|
1239
1239
|
type: 'item',
|
|
@@ -1242,7 +1242,7 @@ export const DESIGN_TOKENS = {
|
|
|
1242
1242
|
},
|
|
1243
1243
|
'label-color': {
|
|
1244
1244
|
version: '0.22',
|
|
1245
|
-
comment: '
|
|
1245
|
+
comment: 'Base dark color with 80% opacity',
|
|
1246
1246
|
attributes: {
|
|
1247
1247
|
category: 'navigation',
|
|
1248
1248
|
type: 'item',
|
|
@@ -1258,7 +1258,7 @@ export const DESIGN_TOKENS = {
|
|
|
1258
1258
|
},
|
|
1259
1259
|
'chevron-color': {
|
|
1260
1260
|
version: '0.22',
|
|
1261
|
-
comment: '
|
|
1261
|
+
comment: 'Base dark color with 80% opacity',
|
|
1262
1262
|
attributes: {
|
|
1263
1263
|
category: 'navigation',
|
|
1264
1264
|
type: 'item',
|
|
@@ -1379,7 +1379,7 @@ export const DESIGN_TOKENS = {
|
|
|
1379
1379
|
},
|
|
1380
1380
|
'icon-color': {
|
|
1381
1381
|
version: '0.22',
|
|
1382
|
-
comment: '
|
|
1382
|
+
comment: 'Base dark color with 80% opacity',
|
|
1383
1383
|
attributes: {
|
|
1384
1384
|
category: 'navigation',
|
|
1385
1385
|
type: 'item',
|
|
@@ -1388,7 +1388,7 @@ export const DESIGN_TOKENS = {
|
|
|
1388
1388
|
},
|
|
1389
1389
|
'label-color': {
|
|
1390
1390
|
version: '0.22',
|
|
1391
|
-
comment: '
|
|
1391
|
+
comment: 'Base dark color with 80% opacity',
|
|
1392
1392
|
attributes: {
|
|
1393
1393
|
category: 'navigation',
|
|
1394
1394
|
type: 'item',
|
|
@@ -1406,7 +1406,7 @@ export const DESIGN_TOKENS = {
|
|
|
1406
1406
|
},
|
|
1407
1407
|
'chevron-color': {
|
|
1408
1408
|
version: '0.22',
|
|
1409
|
-
comment: '
|
|
1409
|
+
comment: 'Base dark color with 80% opacity',
|
|
1410
1410
|
attributes: {
|
|
1411
1411
|
category: 'navigation',
|
|
1412
1412
|
type: 'item',
|
|
@@ -1531,7 +1531,7 @@ export const DESIGN_TOKENS = {
|
|
|
1531
1531
|
},
|
|
1532
1532
|
'icon-color': {
|
|
1533
1533
|
version: '0.22',
|
|
1534
|
-
comment: '
|
|
1534
|
+
comment: 'Base dark color with 80% opacity',
|
|
1535
1535
|
attributes: {
|
|
1536
1536
|
category: 'navigation',
|
|
1537
1537
|
type: 'item',
|
|
@@ -1540,7 +1540,7 @@ export const DESIGN_TOKENS = {
|
|
|
1540
1540
|
},
|
|
1541
1541
|
'label-color': {
|
|
1542
1542
|
version: '0.22',
|
|
1543
|
-
comment: '
|
|
1543
|
+
comment: 'Base dark color with 80% opacity',
|
|
1544
1544
|
attributes: {
|
|
1545
1545
|
category: 'navigation',
|
|
1546
1546
|
type: 'item',
|
|
@@ -1558,7 +1558,7 @@ export const DESIGN_TOKENS = {
|
|
|
1558
1558
|
},
|
|
1559
1559
|
'chevron-color': {
|
|
1560
1560
|
version: '0.22',
|
|
1561
|
-
comment: '
|
|
1561
|
+
comment: 'Base dark color with 80% opacity',
|
|
1562
1562
|
attributes: {
|
|
1563
1563
|
category: 'navigation',
|
|
1564
1564
|
type: 'item',
|
|
@@ -2112,7 +2112,7 @@ export const DESIGN_TOKENS = {
|
|
|
2112
2112
|
},
|
|
2113
2113
|
color: {
|
|
2114
2114
|
version: '0.22',
|
|
2115
|
-
comment: '
|
|
2115
|
+
comment: 'Base dark color with 80% opacity',
|
|
2116
2116
|
attributes: {
|
|
2117
2117
|
category: 'tabs',
|
|
2118
2118
|
type: 'link',
|
|
@@ -2208,7 +2208,7 @@ export const DESIGN_TOKENS = {
|
|
|
2208
2208
|
},
|
|
2209
2209
|
color: {
|
|
2210
2210
|
version: '0.22',
|
|
2211
|
-
comment: '
|
|
2211
|
+
comment: 'Base dark color with 80% opacity',
|
|
2212
2212
|
attributes: {
|
|
2213
2213
|
category: 'tabs',
|
|
2214
2214
|
type: 'link',
|
|
@@ -2306,7 +2306,7 @@ export const DESIGN_TOKENS = {
|
|
|
2306
2306
|
},
|
|
2307
2307
|
color: {
|
|
2308
2308
|
version: '0.22',
|
|
2309
|
-
comment: '
|
|
2309
|
+
comment: 'Base dark color with 80% opacity',
|
|
2310
2310
|
attributes: {
|
|
2311
2311
|
category: 'tabs',
|
|
2312
2312
|
type: 'link',
|
|
@@ -2404,7 +2404,7 @@ export const DESIGN_TOKENS = {
|
|
|
2404
2404
|
},
|
|
2405
2405
|
color: {
|
|
2406
2406
|
version: '0.22',
|
|
2407
|
-
comment: '
|
|
2407
|
+
comment: 'Base dark color with 80% opacity',
|
|
2408
2408
|
attributes: {
|
|
2409
2409
|
category: 'tabs',
|
|
2410
2410
|
type: 'link',
|
|
@@ -2498,7 +2498,7 @@ export const DESIGN_TOKENS = {
|
|
|
2498
2498
|
},
|
|
2499
2499
|
color: {
|
|
2500
2500
|
version: '0.22',
|
|
2501
|
-
comment: '
|
|
2501
|
+
comment: 'Base dark color with 80% opacity',
|
|
2502
2502
|
attributes: {
|
|
2503
2503
|
category: 'tabs',
|
|
2504
2504
|
type: 'link',
|
|
@@ -2594,7 +2594,7 @@ export const DESIGN_TOKENS = {
|
|
|
2594
2594
|
},
|
|
2595
2595
|
color: {
|
|
2596
2596
|
version: '0.22',
|
|
2597
|
-
comment: '
|
|
2597
|
+
comment: 'Base dark color with 80% opacity',
|
|
2598
2598
|
attributes: {
|
|
2599
2599
|
category: 'tabs',
|
|
2600
2600
|
type: 'link',
|