@k8slens/lds-tokens 0.1.16 → 0.1.18
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/lib/docs/token-map.dark.d.ts +1 -1
- package/lib/docs/token-map.dark.js +433 -1
- package/lib/docs/token-map.light.d.ts +1 -1
- package/lib/docs/token-map.light.js +433 -1
- package/lib/electron/font-face.css +1 -1
- package/lib/electron/icons/action/asset-icon-action-copy-paste.svg +1 -0
- package/lib/electron/icons/action/asset-icon-action-delete.svg +1 -0
- package/lib/electron/icons/action.js +13 -0
- package/lib/electron/icons/base/asset-icon-base-check.svg +1 -0
- package/lib/electron/icons/base.js +13 -11
- package/lib/electron/icons/idp/asset-icon-idp-github.svg +2 -0
- package/lib/electron/icons/idp/asset-icon-idp-google.svg +1 -0
- package/lib/electron/icons/idp.js +13 -0
- package/lib/electron/icons/misc/asset-icon-misc-awesome.svg +1 -0
- package/lib/electron/icons/misc/asset-icon-misc-credit-card.svg +1 -0
- package/lib/electron/icons/misc/asset-icon-misc-event.svg +1 -0
- package/lib/electron/icons/misc/asset-icon-misc-thumb-down.svg +1 -0
- package/lib/electron/icons/misc/asset-icon-misc-thumb-up.svg +1 -0
- package/lib/electron/icons/misc.js +17 -7
- package/lib/electron/icons/navigation/asset-icon-navigation-close.svg +1 -0
- package/lib/electron/icons/navigation/asset-icon-navigation-menu.svg +1 -0
- package/lib/electron/icons/navigation.js +9 -5
- package/lib/electron/images/index.js +1 -1
- package/lib/electron/tokens.dark.css +5 -1
- package/lib/electron/tokens.dark.js +5 -1
- package/lib/electron/tokens.dark.scoped.css +1 -1
- package/lib/electron/tokens.light.css +5 -1
- package/lib/electron/tokens.light.js +5 -1
- package/lib/electron/tokens.light.scoped.css +1 -1
- package/lib/web/colors/dark.js +1 -1
- package/lib/web/colors/light.js +1 -1
- package/lib/web/font-imports.css +1 -1
- package/lib/web/icons/action/asset-icon-action-copy-paste.svg +1 -0
- package/lib/web/icons/action/asset-icon-action-delete.svg +1 -0
- package/lib/web/icons/action.js +13 -0
- package/lib/web/icons/base/asset-icon-base-check.svg +1 -0
- package/lib/web/icons/base.js +13 -11
- package/lib/web/icons/idp/asset-icon-idp-github.svg +2 -0
- package/lib/web/icons/idp/asset-icon-idp-google.svg +1 -0
- package/lib/web/icons/idp.js +13 -0
- package/lib/web/icons/misc/asset-icon-misc-awesome.svg +1 -0
- package/lib/web/icons/misc/asset-icon-misc-credit-card.svg +1 -0
- package/lib/web/icons/misc/asset-icon-misc-event.svg +1 -0
- package/lib/web/icons/misc/asset-icon-misc-thumb-down.svg +1 -0
- package/lib/web/icons/misc/asset-icon-misc-thumb-up.svg +1 -0
- package/lib/web/icons/misc.js +17 -7
- package/lib/web/icons/navigation/asset-icon-navigation-close.svg +1 -0
- package/lib/web/icons/navigation/asset-icon-navigation-menu.svg +1 -0
- package/lib/web/icons/navigation.js +9 -5
- package/lib/web/icons-inline/action.brand.json +4 -0
- package/lib/web/icons-inline/action.dark.json +4 -0
- package/lib/web/icons-inline/action.light.json +4 -0
- package/lib/web/icons-inline/base.brand.json +2 -1
- package/lib/web/icons-inline/base.dark.json +2 -1
- package/lib/web/icons-inline/base.light.json +2 -1
- package/lib/web/icons-inline/idp.brand.json +4 -0
- package/lib/web/icons-inline/idp.dark.json +4 -0
- package/lib/web/icons-inline/idp.light.json +4 -0
- package/lib/web/icons-inline/misc.brand.json +6 -1
- package/lib/web/icons-inline/misc.dark.json +6 -1
- package/lib/web/icons-inline/misc.light.json +6 -1
- package/lib/web/icons-inline/navigation.brand.json +3 -1
- package/lib/web/icons-inline/navigation.dark.json +3 -1
- package/lib/web/icons-inline/navigation.light.json +3 -1
- package/lib/web/images/index.js +1 -1
- package/lib/web/tailwind.config.cjs +1 -1
- package/lib/web/tailwind.config.js +1 -1
- package/lib/web/tokens.dark.css +5 -1
- package/lib/web/tokens.dark.js +5 -1
- package/lib/web/tokens.dark.scoped.css +1 -1
- package/lib/web/tokens.light.css +5 -1
- package/lib/web/tokens.light.js +5 -1
- package/lib/web/tokens.light.scoped.css +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 15 Nov 2022 15:06:36 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
const tokenMap = {
|
|
@@ -198,6 +198,70 @@ const tokenMap = {
|
|
|
198
198
|
}
|
|
199
199
|
},
|
|
200
200
|
"icon": {
|
|
201
|
+
"action": {
|
|
202
|
+
"delete": {
|
|
203
|
+
"path": "asset.icon.action.delete",
|
|
204
|
+
"name": "AssetIconActionDelete",
|
|
205
|
+
"code": "$asset-icon-action-delete",
|
|
206
|
+
"variable": "asset-icon-action-delete",
|
|
207
|
+
"value": "node_modules/@material-symbols/svg-400/outlined/delete.svg",
|
|
208
|
+
"attributes": {},
|
|
209
|
+
"asset": {
|
|
210
|
+
"name": "delete",
|
|
211
|
+
"fileName": "delete.svg",
|
|
212
|
+
"folder": "../packages/tokens/lib/web/icons/action",
|
|
213
|
+
"path": "../packages/tokens/lib/web/icons/action/delete.svg",
|
|
214
|
+
"relativePath": "./action/delete.svg",
|
|
215
|
+
"package": "@k8slens/lds-tokens",
|
|
216
|
+
"importRoot": "@k8slens/lds-tokens/lib/web/icons/",
|
|
217
|
+
"importPath": "@k8slens/lds-tokens/lib/web/icons/action/delete.svg",
|
|
218
|
+
"group": "action",
|
|
219
|
+
"source": "./node_modules/@material-symbols/svg-400/outlined/delete.svg"
|
|
220
|
+
},
|
|
221
|
+
"react": {
|
|
222
|
+
"name": "Delete",
|
|
223
|
+
"fileName": "Delete.tsx",
|
|
224
|
+
"folder": "../packages/icons/src/icons/action",
|
|
225
|
+
"path": "../packages/icons/src/icons/action/Delete.tsx",
|
|
226
|
+
"relativePath": "./action/Delete.tsx",
|
|
227
|
+
"package": "@k8slens/lds-icons",
|
|
228
|
+
"importRoot": "@k8slens/lds-icons/src/icons/",
|
|
229
|
+
"importPath": "@k8slens/lds-icons/src/icons/action/Delete.tsx"
|
|
230
|
+
},
|
|
231
|
+
"inherits": []
|
|
232
|
+
},
|
|
233
|
+
"copyPaste": {
|
|
234
|
+
"path": "asset.icon.action.copyPaste",
|
|
235
|
+
"name": "AssetIconActionCopyPaste",
|
|
236
|
+
"code": "$asset-icon-action-copy-paste",
|
|
237
|
+
"variable": "asset-icon-action-copy-paste",
|
|
238
|
+
"value": "node_modules/@material-symbols/svg-400/outlined/content_copy.svg",
|
|
239
|
+
"attributes": {},
|
|
240
|
+
"asset": {
|
|
241
|
+
"name": "copyPaste",
|
|
242
|
+
"fileName": "copyPaste.svg",
|
|
243
|
+
"folder": "../packages/tokens/lib/web/icons/action",
|
|
244
|
+
"path": "../packages/tokens/lib/web/icons/action/copyPaste.svg",
|
|
245
|
+
"relativePath": "./action/copyPaste.svg",
|
|
246
|
+
"package": "@k8slens/lds-tokens",
|
|
247
|
+
"importRoot": "@k8slens/lds-tokens/lib/web/icons/",
|
|
248
|
+
"importPath": "@k8slens/lds-tokens/lib/web/icons/action/copyPaste.svg",
|
|
249
|
+
"group": "action",
|
|
250
|
+
"source": "./node_modules/@material-symbols/svg-400/outlined/content_copy.svg"
|
|
251
|
+
},
|
|
252
|
+
"react": {
|
|
253
|
+
"name": "CopyPaste",
|
|
254
|
+
"fileName": "CopyPaste.tsx",
|
|
255
|
+
"folder": "../packages/icons/src/icons/action",
|
|
256
|
+
"path": "../packages/icons/src/icons/action/CopyPaste.tsx",
|
|
257
|
+
"relativePath": "./action/CopyPaste.tsx",
|
|
258
|
+
"package": "@k8slens/lds-icons",
|
|
259
|
+
"importRoot": "@k8slens/lds-icons/src/icons/",
|
|
260
|
+
"importPath": "@k8slens/lds-icons/src/icons/action/CopyPaste.tsx"
|
|
261
|
+
},
|
|
262
|
+
"inherits": []
|
|
263
|
+
}
|
|
264
|
+
},
|
|
201
265
|
"base": {
|
|
202
266
|
"logo": {
|
|
203
267
|
"path": "asset.icon.base.logo",
|
|
@@ -353,6 +417,101 @@ const tokenMap = {
|
|
|
353
417
|
"importPath": "@k8slens/lds-icons/src/icons/base/Success.tsx"
|
|
354
418
|
},
|
|
355
419
|
"inherits": []
|
|
420
|
+
},
|
|
421
|
+
"check": {
|
|
422
|
+
"path": "asset.icon.base.check",
|
|
423
|
+
"name": "AssetIconBaseCheck",
|
|
424
|
+
"code": "$asset-icon-base-check",
|
|
425
|
+
"variable": "asset-icon-base-check",
|
|
426
|
+
"value": "node_modules/@material-symbols/svg-400/outlined/check.svg",
|
|
427
|
+
"attributes": {},
|
|
428
|
+
"asset": {
|
|
429
|
+
"name": "check",
|
|
430
|
+
"fileName": "check.svg",
|
|
431
|
+
"folder": "../packages/tokens/lib/web/icons/base",
|
|
432
|
+
"path": "../packages/tokens/lib/web/icons/base/check.svg",
|
|
433
|
+
"relativePath": "./base/check.svg",
|
|
434
|
+
"package": "@k8slens/lds-tokens",
|
|
435
|
+
"importRoot": "@k8slens/lds-tokens/lib/web/icons/",
|
|
436
|
+
"importPath": "@k8slens/lds-tokens/lib/web/icons/base/check.svg",
|
|
437
|
+
"group": "base",
|
|
438
|
+
"source": "./node_modules/@material-symbols/svg-400/outlined/check.svg"
|
|
439
|
+
},
|
|
440
|
+
"react": {
|
|
441
|
+
"name": "Check",
|
|
442
|
+
"fileName": "Check.tsx",
|
|
443
|
+
"folder": "../packages/icons/src/icons/base",
|
|
444
|
+
"path": "../packages/icons/src/icons/base/Check.tsx",
|
|
445
|
+
"relativePath": "./base/Check.tsx",
|
|
446
|
+
"package": "@k8slens/lds-icons",
|
|
447
|
+
"importRoot": "@k8slens/lds-icons/src/icons/",
|
|
448
|
+
"importPath": "@k8slens/lds-icons/src/icons/base/Check.tsx"
|
|
449
|
+
},
|
|
450
|
+
"inherits": []
|
|
451
|
+
}
|
|
452
|
+
},
|
|
453
|
+
"idp": {
|
|
454
|
+
"github": {
|
|
455
|
+
"path": "asset.icon.idp.github",
|
|
456
|
+
"name": "AssetIconIdpGithub",
|
|
457
|
+
"code": "$asset-icon-idp-github",
|
|
458
|
+
"variable": "asset-icon-idp-github",
|
|
459
|
+
"value": "assets/icons/github-icon.svg",
|
|
460
|
+
"attributes": {},
|
|
461
|
+
"asset": {
|
|
462
|
+
"name": "github",
|
|
463
|
+
"fileName": "github.svg",
|
|
464
|
+
"folder": "../packages/tokens/lib/web/icons/idp",
|
|
465
|
+
"path": "../packages/tokens/lib/web/icons/idp/github.svg",
|
|
466
|
+
"relativePath": "./idp/github.svg",
|
|
467
|
+
"package": "@k8slens/lds-tokens",
|
|
468
|
+
"importRoot": "@k8slens/lds-tokens/lib/web/icons/",
|
|
469
|
+
"importPath": "@k8slens/lds-tokens/lib/web/icons/idp/github.svg",
|
|
470
|
+
"group": "idp",
|
|
471
|
+
"source": "./assets/icons/github-icon.svg"
|
|
472
|
+
},
|
|
473
|
+
"react": {
|
|
474
|
+
"name": "Github",
|
|
475
|
+
"fileName": "Github.tsx",
|
|
476
|
+
"folder": "../packages/icons/src/icons/idp",
|
|
477
|
+
"path": "../packages/icons/src/icons/idp/Github.tsx",
|
|
478
|
+
"relativePath": "./idp/Github.tsx",
|
|
479
|
+
"package": "@k8slens/lds-icons",
|
|
480
|
+
"importRoot": "@k8slens/lds-icons/src/icons/",
|
|
481
|
+
"importPath": "@k8slens/lds-icons/src/icons/idp/Github.tsx"
|
|
482
|
+
},
|
|
483
|
+
"inherits": []
|
|
484
|
+
},
|
|
485
|
+
"google": {
|
|
486
|
+
"path": "asset.icon.idp.google",
|
|
487
|
+
"name": "AssetIconIdpGoogle",
|
|
488
|
+
"code": "$asset-icon-idp-google",
|
|
489
|
+
"variable": "asset-icon-idp-google",
|
|
490
|
+
"value": "assets/icons/google-icon.svg",
|
|
491
|
+
"attributes": {},
|
|
492
|
+
"asset": {
|
|
493
|
+
"name": "google",
|
|
494
|
+
"fileName": "google.svg",
|
|
495
|
+
"folder": "../packages/tokens/lib/web/icons/idp",
|
|
496
|
+
"path": "../packages/tokens/lib/web/icons/idp/google.svg",
|
|
497
|
+
"relativePath": "./idp/google.svg",
|
|
498
|
+
"package": "@k8slens/lds-tokens",
|
|
499
|
+
"importRoot": "@k8slens/lds-tokens/lib/web/icons/",
|
|
500
|
+
"importPath": "@k8slens/lds-tokens/lib/web/icons/idp/google.svg",
|
|
501
|
+
"group": "idp",
|
|
502
|
+
"source": "./assets/icons/google-icon.svg"
|
|
503
|
+
},
|
|
504
|
+
"react": {
|
|
505
|
+
"name": "Google",
|
|
506
|
+
"fileName": "Google.tsx",
|
|
507
|
+
"folder": "../packages/icons/src/icons/idp",
|
|
508
|
+
"path": "../packages/icons/src/icons/idp/Google.tsx",
|
|
509
|
+
"relativePath": "./idp/Google.tsx",
|
|
510
|
+
"package": "@k8slens/lds-icons",
|
|
511
|
+
"importRoot": "@k8slens/lds-icons/src/icons/",
|
|
512
|
+
"importPath": "@k8slens/lds-icons/src/icons/idp/Google.tsx"
|
|
513
|
+
},
|
|
514
|
+
"inherits": []
|
|
356
515
|
}
|
|
357
516
|
},
|
|
358
517
|
"misc": {
|
|
@@ -448,6 +607,161 @@ const tokenMap = {
|
|
|
448
607
|
"importPath": "@k8slens/lds-icons/src/icons/misc/Email.tsx"
|
|
449
608
|
},
|
|
450
609
|
"inherits": []
|
|
610
|
+
},
|
|
611
|
+
"thumbUp": {
|
|
612
|
+
"path": "asset.icon.misc.thumbUp",
|
|
613
|
+
"name": "AssetIconMiscThumbUp",
|
|
614
|
+
"code": "$asset-icon-misc-thumb-up",
|
|
615
|
+
"variable": "asset-icon-misc-thumb-up",
|
|
616
|
+
"value": "node_modules/@material-symbols/svg-400/rounded/thumb_up.svg",
|
|
617
|
+
"attributes": {},
|
|
618
|
+
"asset": {
|
|
619
|
+
"name": "thumbUp",
|
|
620
|
+
"fileName": "thumbUp.svg",
|
|
621
|
+
"folder": "../packages/tokens/lib/web/icons/misc",
|
|
622
|
+
"path": "../packages/tokens/lib/web/icons/misc/thumbUp.svg",
|
|
623
|
+
"relativePath": "./misc/thumbUp.svg",
|
|
624
|
+
"package": "@k8slens/lds-tokens",
|
|
625
|
+
"importRoot": "@k8slens/lds-tokens/lib/web/icons/",
|
|
626
|
+
"importPath": "@k8slens/lds-tokens/lib/web/icons/misc/thumbUp.svg",
|
|
627
|
+
"group": "misc",
|
|
628
|
+
"source": "./node_modules/@material-symbols/svg-400/rounded/thumb_up.svg"
|
|
629
|
+
},
|
|
630
|
+
"react": {
|
|
631
|
+
"name": "ThumbUp",
|
|
632
|
+
"fileName": "ThumbUp.tsx",
|
|
633
|
+
"folder": "../packages/icons/src/icons/misc",
|
|
634
|
+
"path": "../packages/icons/src/icons/misc/ThumbUp.tsx",
|
|
635
|
+
"relativePath": "./misc/ThumbUp.tsx",
|
|
636
|
+
"package": "@k8slens/lds-icons",
|
|
637
|
+
"importRoot": "@k8slens/lds-icons/src/icons/",
|
|
638
|
+
"importPath": "@k8slens/lds-icons/src/icons/misc/ThumbUp.tsx"
|
|
639
|
+
},
|
|
640
|
+
"inherits": []
|
|
641
|
+
},
|
|
642
|
+
"thumbDown": {
|
|
643
|
+
"path": "asset.icon.misc.thumbDown",
|
|
644
|
+
"name": "AssetIconMiscThumbDown",
|
|
645
|
+
"code": "$asset-icon-misc-thumb-down",
|
|
646
|
+
"variable": "asset-icon-misc-thumb-down",
|
|
647
|
+
"value": "node_modules/@material-symbols/svg-400/rounded/thumb_down.svg",
|
|
648
|
+
"attributes": {},
|
|
649
|
+
"asset": {
|
|
650
|
+
"name": "thumbDown",
|
|
651
|
+
"fileName": "thumbDown.svg",
|
|
652
|
+
"folder": "../packages/tokens/lib/web/icons/misc",
|
|
653
|
+
"path": "../packages/tokens/lib/web/icons/misc/thumbDown.svg",
|
|
654
|
+
"relativePath": "./misc/thumbDown.svg",
|
|
655
|
+
"package": "@k8slens/lds-tokens",
|
|
656
|
+
"importRoot": "@k8slens/lds-tokens/lib/web/icons/",
|
|
657
|
+
"importPath": "@k8slens/lds-tokens/lib/web/icons/misc/thumbDown.svg",
|
|
658
|
+
"group": "misc",
|
|
659
|
+
"source": "./node_modules/@material-symbols/svg-400/rounded/thumb_down.svg"
|
|
660
|
+
},
|
|
661
|
+
"react": {
|
|
662
|
+
"name": "ThumbDown",
|
|
663
|
+
"fileName": "ThumbDown.tsx",
|
|
664
|
+
"folder": "../packages/icons/src/icons/misc",
|
|
665
|
+
"path": "../packages/icons/src/icons/misc/ThumbDown.tsx",
|
|
666
|
+
"relativePath": "./misc/ThumbDown.tsx",
|
|
667
|
+
"package": "@k8slens/lds-icons",
|
|
668
|
+
"importRoot": "@k8slens/lds-icons/src/icons/",
|
|
669
|
+
"importPath": "@k8slens/lds-icons/src/icons/misc/ThumbDown.tsx"
|
|
670
|
+
},
|
|
671
|
+
"inherits": []
|
|
672
|
+
},
|
|
673
|
+
"creditCard": {
|
|
674
|
+
"path": "asset.icon.misc.creditCard",
|
|
675
|
+
"name": "AssetIconMiscCreditCard",
|
|
676
|
+
"code": "$asset-icon-misc-credit-card",
|
|
677
|
+
"variable": "asset-icon-misc-credit-card",
|
|
678
|
+
"value": "node_modules/@material-symbols/svg-400/outlined/credit_card.svg",
|
|
679
|
+
"attributes": {},
|
|
680
|
+
"asset": {
|
|
681
|
+
"name": "creditCard",
|
|
682
|
+
"fileName": "creditCard.svg",
|
|
683
|
+
"folder": "../packages/tokens/lib/web/icons/misc",
|
|
684
|
+
"path": "../packages/tokens/lib/web/icons/misc/creditCard.svg",
|
|
685
|
+
"relativePath": "./misc/creditCard.svg",
|
|
686
|
+
"package": "@k8slens/lds-tokens",
|
|
687
|
+
"importRoot": "@k8slens/lds-tokens/lib/web/icons/",
|
|
688
|
+
"importPath": "@k8slens/lds-tokens/lib/web/icons/misc/creditCard.svg",
|
|
689
|
+
"group": "misc",
|
|
690
|
+
"source": "./node_modules/@material-symbols/svg-400/outlined/credit_card.svg"
|
|
691
|
+
},
|
|
692
|
+
"react": {
|
|
693
|
+
"name": "CreditCard",
|
|
694
|
+
"fileName": "CreditCard.tsx",
|
|
695
|
+
"folder": "../packages/icons/src/icons/misc",
|
|
696
|
+
"path": "../packages/icons/src/icons/misc/CreditCard.tsx",
|
|
697
|
+
"relativePath": "./misc/CreditCard.tsx",
|
|
698
|
+
"package": "@k8slens/lds-icons",
|
|
699
|
+
"importRoot": "@k8slens/lds-icons/src/icons/",
|
|
700
|
+
"importPath": "@k8slens/lds-icons/src/icons/misc/CreditCard.tsx"
|
|
701
|
+
},
|
|
702
|
+
"inherits": []
|
|
703
|
+
},
|
|
704
|
+
"event": {
|
|
705
|
+
"path": "asset.icon.misc.event",
|
|
706
|
+
"name": "AssetIconMiscEvent",
|
|
707
|
+
"code": "$asset-icon-misc-event",
|
|
708
|
+
"variable": "asset-icon-misc-event",
|
|
709
|
+
"value": "node_modules/@material-symbols/svg-400/outlined/event.svg",
|
|
710
|
+
"attributes": {},
|
|
711
|
+
"asset": {
|
|
712
|
+
"name": "event",
|
|
713
|
+
"fileName": "event.svg",
|
|
714
|
+
"folder": "../packages/tokens/lib/web/icons/misc",
|
|
715
|
+
"path": "../packages/tokens/lib/web/icons/misc/event.svg",
|
|
716
|
+
"relativePath": "./misc/event.svg",
|
|
717
|
+
"package": "@k8slens/lds-tokens",
|
|
718
|
+
"importRoot": "@k8slens/lds-tokens/lib/web/icons/",
|
|
719
|
+
"importPath": "@k8slens/lds-tokens/lib/web/icons/misc/event.svg",
|
|
720
|
+
"group": "misc",
|
|
721
|
+
"source": "./node_modules/@material-symbols/svg-400/outlined/event.svg"
|
|
722
|
+
},
|
|
723
|
+
"react": {
|
|
724
|
+
"name": "Event",
|
|
725
|
+
"fileName": "Event.tsx",
|
|
726
|
+
"folder": "../packages/icons/src/icons/misc",
|
|
727
|
+
"path": "../packages/icons/src/icons/misc/Event.tsx",
|
|
728
|
+
"relativePath": "./misc/Event.tsx",
|
|
729
|
+
"package": "@k8slens/lds-icons",
|
|
730
|
+
"importRoot": "@k8slens/lds-icons/src/icons/",
|
|
731
|
+
"importPath": "@k8slens/lds-icons/src/icons/misc/Event.tsx"
|
|
732
|
+
},
|
|
733
|
+
"inherits": []
|
|
734
|
+
},
|
|
735
|
+
"awesome": {
|
|
736
|
+
"path": "asset.icon.misc.awesome",
|
|
737
|
+
"name": "AssetIconMiscAwesome",
|
|
738
|
+
"code": "$asset-icon-misc-awesome",
|
|
739
|
+
"variable": "asset-icon-misc-awesome",
|
|
740
|
+
"value": "node_modules/@material-symbols/svg-400/outlined/auto_awesome.svg",
|
|
741
|
+
"attributes": {},
|
|
742
|
+
"asset": {
|
|
743
|
+
"name": "awesome",
|
|
744
|
+
"fileName": "awesome.svg",
|
|
745
|
+
"folder": "../packages/tokens/lib/web/icons/misc",
|
|
746
|
+
"path": "../packages/tokens/lib/web/icons/misc/awesome.svg",
|
|
747
|
+
"relativePath": "./misc/awesome.svg",
|
|
748
|
+
"package": "@k8slens/lds-tokens",
|
|
749
|
+
"importRoot": "@k8slens/lds-tokens/lib/web/icons/",
|
|
750
|
+
"importPath": "@k8slens/lds-tokens/lib/web/icons/misc/awesome.svg",
|
|
751
|
+
"group": "misc",
|
|
752
|
+
"source": "./node_modules/@material-symbols/svg-400/outlined/auto_awesome.svg"
|
|
753
|
+
},
|
|
754
|
+
"react": {
|
|
755
|
+
"name": "Awesome",
|
|
756
|
+
"fileName": "Awesome.tsx",
|
|
757
|
+
"folder": "../packages/icons/src/icons/misc",
|
|
758
|
+
"path": "../packages/icons/src/icons/misc/Awesome.tsx",
|
|
759
|
+
"relativePath": "./misc/Awesome.tsx",
|
|
760
|
+
"package": "@k8slens/lds-icons",
|
|
761
|
+
"importRoot": "@k8slens/lds-icons/src/icons/",
|
|
762
|
+
"importPath": "@k8slens/lds-icons/src/icons/misc/Awesome.tsx"
|
|
763
|
+
},
|
|
764
|
+
"inherits": []
|
|
451
765
|
}
|
|
452
766
|
},
|
|
453
767
|
"navigation": {
|
|
@@ -512,6 +826,68 @@ const tokenMap = {
|
|
|
512
826
|
"importPath": "@k8slens/lds-icons/src/icons/navigation/ArrowDown.tsx"
|
|
513
827
|
},
|
|
514
828
|
"inherits": []
|
|
829
|
+
},
|
|
830
|
+
"menu": {
|
|
831
|
+
"path": "asset.icon.navigation.menu",
|
|
832
|
+
"name": "AssetIconNavigationMenu",
|
|
833
|
+
"code": "$asset-icon-navigation-menu",
|
|
834
|
+
"variable": "asset-icon-navigation-menu",
|
|
835
|
+
"value": "node_modules/@material-symbols/svg-400/outlined/menu.svg",
|
|
836
|
+
"attributes": {},
|
|
837
|
+
"asset": {
|
|
838
|
+
"name": "menu",
|
|
839
|
+
"fileName": "menu.svg",
|
|
840
|
+
"folder": "../packages/tokens/lib/web/icons/navigation",
|
|
841
|
+
"path": "../packages/tokens/lib/web/icons/navigation/menu.svg",
|
|
842
|
+
"relativePath": "./navigation/menu.svg",
|
|
843
|
+
"package": "@k8slens/lds-tokens",
|
|
844
|
+
"importRoot": "@k8slens/lds-tokens/lib/web/icons/",
|
|
845
|
+
"importPath": "@k8slens/lds-tokens/lib/web/icons/navigation/menu.svg",
|
|
846
|
+
"group": "navigation",
|
|
847
|
+
"source": "./node_modules/@material-symbols/svg-400/outlined/menu.svg"
|
|
848
|
+
},
|
|
849
|
+
"react": {
|
|
850
|
+
"name": "Menu",
|
|
851
|
+
"fileName": "Menu.tsx",
|
|
852
|
+
"folder": "../packages/icons/src/icons/navigation",
|
|
853
|
+
"path": "../packages/icons/src/icons/navigation/Menu.tsx",
|
|
854
|
+
"relativePath": "./navigation/Menu.tsx",
|
|
855
|
+
"package": "@k8slens/lds-icons",
|
|
856
|
+
"importRoot": "@k8slens/lds-icons/src/icons/",
|
|
857
|
+
"importPath": "@k8slens/lds-icons/src/icons/navigation/Menu.tsx"
|
|
858
|
+
},
|
|
859
|
+
"inherits": []
|
|
860
|
+
},
|
|
861
|
+
"close": {
|
|
862
|
+
"path": "asset.icon.navigation.close",
|
|
863
|
+
"name": "AssetIconNavigationClose",
|
|
864
|
+
"code": "$asset-icon-navigation-close",
|
|
865
|
+
"variable": "asset-icon-navigation-close",
|
|
866
|
+
"value": "node_modules/@material-symbols/svg-400/outlined/close.svg",
|
|
867
|
+
"attributes": {},
|
|
868
|
+
"asset": {
|
|
869
|
+
"name": "close",
|
|
870
|
+
"fileName": "close.svg",
|
|
871
|
+
"folder": "../packages/tokens/lib/web/icons/navigation",
|
|
872
|
+
"path": "../packages/tokens/lib/web/icons/navigation/close.svg",
|
|
873
|
+
"relativePath": "./navigation/close.svg",
|
|
874
|
+
"package": "@k8slens/lds-tokens",
|
|
875
|
+
"importRoot": "@k8slens/lds-tokens/lib/web/icons/",
|
|
876
|
+
"importPath": "@k8slens/lds-tokens/lib/web/icons/navigation/close.svg",
|
|
877
|
+
"group": "navigation",
|
|
878
|
+
"source": "./node_modules/@material-symbols/svg-400/outlined/close.svg"
|
|
879
|
+
},
|
|
880
|
+
"react": {
|
|
881
|
+
"name": "Close",
|
|
882
|
+
"fileName": "Close.tsx",
|
|
883
|
+
"folder": "../packages/icons/src/icons/navigation",
|
|
884
|
+
"path": "../packages/icons/src/icons/navigation/Close.tsx",
|
|
885
|
+
"relativePath": "./navigation/Close.tsx",
|
|
886
|
+
"package": "@k8slens/lds-icons",
|
|
887
|
+
"importRoot": "@k8slens/lds-icons/src/icons/",
|
|
888
|
+
"importPath": "@k8slens/lds-icons/src/icons/navigation/Close.tsx"
|
|
889
|
+
},
|
|
890
|
+
"inherits": []
|
|
515
891
|
}
|
|
516
892
|
}
|
|
517
893
|
},
|
|
@@ -2428,6 +2804,8 @@ const tokenMap = {
|
|
|
2428
2804
|
"spacing.base.4"
|
|
2429
2805
|
],
|
|
2430
2806
|
"inheritedBy": [
|
|
2807
|
+
"spacing.button-bar.padding.inline",
|
|
2808
|
+
"spacing.button-bar.padding.block",
|
|
2431
2809
|
"spacing.button.padding.x"
|
|
2432
2810
|
]
|
|
2433
2811
|
},
|
|
@@ -2444,6 +2822,9 @@ const tokenMap = {
|
|
|
2444
2822
|
},
|
|
2445
2823
|
"inherits": [
|
|
2446
2824
|
"spacing.base.6"
|
|
2825
|
+
],
|
|
2826
|
+
"inheritedBy": [
|
|
2827
|
+
"spacing.button-bar.padding.inline-large"
|
|
2447
2828
|
]
|
|
2448
2829
|
},
|
|
2449
2830
|
"xl2": {
|
|
@@ -2462,6 +2843,57 @@ const tokenMap = {
|
|
|
2462
2843
|
]
|
|
2463
2844
|
}
|
|
2464
2845
|
},
|
|
2846
|
+
"button-bar": {
|
|
2847
|
+
"padding": {
|
|
2848
|
+
"inline": {
|
|
2849
|
+
"path": "spacing.button-bar.padding.inline",
|
|
2850
|
+
"name": "SpacingButton-barPaddingInline",
|
|
2851
|
+
"code": "$spacing-button-bar-padding-inline",
|
|
2852
|
+
"variable": "spacing-button-bar-padding-inline",
|
|
2853
|
+
"value": "1rem",
|
|
2854
|
+
"attributes": {},
|
|
2855
|
+
"inherits": [
|
|
2856
|
+
"spacing.base.lg"
|
|
2857
|
+
]
|
|
2858
|
+
},
|
|
2859
|
+
"inline-large": {
|
|
2860
|
+
"path": "spacing.button-bar.padding.inline-large",
|
|
2861
|
+
"name": "SpacingButton-barPaddingInline-large",
|
|
2862
|
+
"code": "$spacing-button-bar-padding-inline-large",
|
|
2863
|
+
"variable": "spacing-button-bar-padding-inline-large",
|
|
2864
|
+
"value": "1.5rem",
|
|
2865
|
+
"attributes": {},
|
|
2866
|
+
"inherits": [
|
|
2867
|
+
"spacing.base.xl"
|
|
2868
|
+
]
|
|
2869
|
+
},
|
|
2870
|
+
"block": {
|
|
2871
|
+
"path": "spacing.button-bar.padding.block",
|
|
2872
|
+
"name": "SpacingButton-barPaddingBlock",
|
|
2873
|
+
"code": "$spacing-button-bar-padding-block",
|
|
2874
|
+
"variable": "spacing-button-bar-padding-block",
|
|
2875
|
+
"value": "1rem",
|
|
2876
|
+
"attributes": {},
|
|
2877
|
+
"inherits": [
|
|
2878
|
+
"spacing.base.lg"
|
|
2879
|
+
],
|
|
2880
|
+
"inheritedBy": [
|
|
2881
|
+
"spacing.button-bar.gap"
|
|
2882
|
+
]
|
|
2883
|
+
}
|
|
2884
|
+
},
|
|
2885
|
+
"gap": {
|
|
2886
|
+
"path": "spacing.button-bar.gap",
|
|
2887
|
+
"name": "SpacingButton-barGap",
|
|
2888
|
+
"code": "$spacing-button-bar-gap",
|
|
2889
|
+
"variable": "spacing-button-bar-gap",
|
|
2890
|
+
"value": "1rem",
|
|
2891
|
+
"attributes": {},
|
|
2892
|
+
"inherits": [
|
|
2893
|
+
"spacing.button-bar.padding.block"
|
|
2894
|
+
]
|
|
2895
|
+
}
|
|
2896
|
+
},
|
|
2465
2897
|
"button": {
|
|
2466
2898
|
"padding": {
|
|
2467
2899
|
"x": {
|