@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.
Files changed (74) hide show
  1. package/lib/docs/token-map.dark.d.ts +1 -1
  2. package/lib/docs/token-map.dark.js +433 -1
  3. package/lib/docs/token-map.light.d.ts +1 -1
  4. package/lib/docs/token-map.light.js +433 -1
  5. package/lib/electron/font-face.css +1 -1
  6. package/lib/electron/icons/action/asset-icon-action-copy-paste.svg +1 -0
  7. package/lib/electron/icons/action/asset-icon-action-delete.svg +1 -0
  8. package/lib/electron/icons/action.js +13 -0
  9. package/lib/electron/icons/base/asset-icon-base-check.svg +1 -0
  10. package/lib/electron/icons/base.js +13 -11
  11. package/lib/electron/icons/idp/asset-icon-idp-github.svg +2 -0
  12. package/lib/electron/icons/idp/asset-icon-idp-google.svg +1 -0
  13. package/lib/electron/icons/idp.js +13 -0
  14. package/lib/electron/icons/misc/asset-icon-misc-awesome.svg +1 -0
  15. package/lib/electron/icons/misc/asset-icon-misc-credit-card.svg +1 -0
  16. package/lib/electron/icons/misc/asset-icon-misc-event.svg +1 -0
  17. package/lib/electron/icons/misc/asset-icon-misc-thumb-down.svg +1 -0
  18. package/lib/electron/icons/misc/asset-icon-misc-thumb-up.svg +1 -0
  19. package/lib/electron/icons/misc.js +17 -7
  20. package/lib/electron/icons/navigation/asset-icon-navigation-close.svg +1 -0
  21. package/lib/electron/icons/navigation/asset-icon-navigation-menu.svg +1 -0
  22. package/lib/electron/icons/navigation.js +9 -5
  23. package/lib/electron/images/index.js +1 -1
  24. package/lib/electron/tokens.dark.css +5 -1
  25. package/lib/electron/tokens.dark.js +5 -1
  26. package/lib/electron/tokens.dark.scoped.css +1 -1
  27. package/lib/electron/tokens.light.css +5 -1
  28. package/lib/electron/tokens.light.js +5 -1
  29. package/lib/electron/tokens.light.scoped.css +1 -1
  30. package/lib/web/colors/dark.js +1 -1
  31. package/lib/web/colors/light.js +1 -1
  32. package/lib/web/font-imports.css +1 -1
  33. package/lib/web/icons/action/asset-icon-action-copy-paste.svg +1 -0
  34. package/lib/web/icons/action/asset-icon-action-delete.svg +1 -0
  35. package/lib/web/icons/action.js +13 -0
  36. package/lib/web/icons/base/asset-icon-base-check.svg +1 -0
  37. package/lib/web/icons/base.js +13 -11
  38. package/lib/web/icons/idp/asset-icon-idp-github.svg +2 -0
  39. package/lib/web/icons/idp/asset-icon-idp-google.svg +1 -0
  40. package/lib/web/icons/idp.js +13 -0
  41. package/lib/web/icons/misc/asset-icon-misc-awesome.svg +1 -0
  42. package/lib/web/icons/misc/asset-icon-misc-credit-card.svg +1 -0
  43. package/lib/web/icons/misc/asset-icon-misc-event.svg +1 -0
  44. package/lib/web/icons/misc/asset-icon-misc-thumb-down.svg +1 -0
  45. package/lib/web/icons/misc/asset-icon-misc-thumb-up.svg +1 -0
  46. package/lib/web/icons/misc.js +17 -7
  47. package/lib/web/icons/navigation/asset-icon-navigation-close.svg +1 -0
  48. package/lib/web/icons/navigation/asset-icon-navigation-menu.svg +1 -0
  49. package/lib/web/icons/navigation.js +9 -5
  50. package/lib/web/icons-inline/action.brand.json +4 -0
  51. package/lib/web/icons-inline/action.dark.json +4 -0
  52. package/lib/web/icons-inline/action.light.json +4 -0
  53. package/lib/web/icons-inline/base.brand.json +2 -1
  54. package/lib/web/icons-inline/base.dark.json +2 -1
  55. package/lib/web/icons-inline/base.light.json +2 -1
  56. package/lib/web/icons-inline/idp.brand.json +4 -0
  57. package/lib/web/icons-inline/idp.dark.json +4 -0
  58. package/lib/web/icons-inline/idp.light.json +4 -0
  59. package/lib/web/icons-inline/misc.brand.json +6 -1
  60. package/lib/web/icons-inline/misc.dark.json +6 -1
  61. package/lib/web/icons-inline/misc.light.json +6 -1
  62. package/lib/web/icons-inline/navigation.brand.json +3 -1
  63. package/lib/web/icons-inline/navigation.dark.json +3 -1
  64. package/lib/web/icons-inline/navigation.light.json +3 -1
  65. package/lib/web/images/index.js +1 -1
  66. package/lib/web/tailwind.config.cjs +1 -1
  67. package/lib/web/tailwind.config.js +1 -1
  68. package/lib/web/tokens.dark.css +5 -1
  69. package/lib/web/tokens.dark.js +5 -1
  70. package/lib/web/tokens.dark.scoped.css +1 -1
  71. package/lib/web/tokens.light.css +5 -1
  72. package/lib/web/tokens.light.js +5 -1
  73. package/lib/web/tokens.light.scoped.css +1 -1
  74. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 14 Nov 2022 15:17:29 GMT
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
  },
@@ -2426,6 +2802,8 @@ const tokenMap = {
2426
2802
  "spacing.base.4"
2427
2803
  ],
2428
2804
  "inheritedBy": [
2805
+ "spacing.button-bar.padding.inline",
2806
+ "spacing.button-bar.padding.block",
2429
2807
  "spacing.button.padding.x"
2430
2808
  ]
2431
2809
  },
@@ -2442,6 +2820,9 @@ const tokenMap = {
2442
2820
  },
2443
2821
  "inherits": [
2444
2822
  "spacing.base.6"
2823
+ ],
2824
+ "inheritedBy": [
2825
+ "spacing.button-bar.padding.inline-large"
2445
2826
  ]
2446
2827
  },
2447
2828
  "xl2": {
@@ -2460,6 +2841,57 @@ const tokenMap = {
2460
2841
  ]
2461
2842
  }
2462
2843
  },
2844
+ "button-bar": {
2845
+ "padding": {
2846
+ "inline": {
2847
+ "path": "spacing.button-bar.padding.inline",
2848
+ "name": "SpacingButton-barPaddingInline",
2849
+ "code": "$spacing-button-bar-padding-inline",
2850
+ "variable": "spacing-button-bar-padding-inline",
2851
+ "value": "1rem",
2852
+ "attributes": {},
2853
+ "inherits": [
2854
+ "spacing.base.lg"
2855
+ ]
2856
+ },
2857
+ "inline-large": {
2858
+ "path": "spacing.button-bar.padding.inline-large",
2859
+ "name": "SpacingButton-barPaddingInline-large",
2860
+ "code": "$spacing-button-bar-padding-inline-large",
2861
+ "variable": "spacing-button-bar-padding-inline-large",
2862
+ "value": "1.5rem",
2863
+ "attributes": {},
2864
+ "inherits": [
2865
+ "spacing.base.xl"
2866
+ ]
2867
+ },
2868
+ "block": {
2869
+ "path": "spacing.button-bar.padding.block",
2870
+ "name": "SpacingButton-barPaddingBlock",
2871
+ "code": "$spacing-button-bar-padding-block",
2872
+ "variable": "spacing-button-bar-padding-block",
2873
+ "value": "1rem",
2874
+ "attributes": {},
2875
+ "inherits": [
2876
+ "spacing.base.lg"
2877
+ ],
2878
+ "inheritedBy": [
2879
+ "spacing.button-bar.gap"
2880
+ ]
2881
+ }
2882
+ },
2883
+ "gap": {
2884
+ "path": "spacing.button-bar.gap",
2885
+ "name": "SpacingButton-barGap",
2886
+ "code": "$spacing-button-bar-gap",
2887
+ "variable": "spacing-button-bar-gap",
2888
+ "value": "1rem",
2889
+ "attributes": {},
2890
+ "inherits": [
2891
+ "spacing.button-bar.padding.block"
2892
+ ]
2893
+ }
2894
+ },
2463
2895
  "button": {
2464
2896
  "padding": {
2465
2897
  "x": {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 14 Nov 2022 15:17:28 GMT
3
+ * Generated on Tue, 15 Nov 2022 15:06:36 GMT
4
4
  */
5
5
 
6
6
 
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="M9 43.95q-1.2 0-2.1-.9-.9-.9-.9-2.1V10.8h3v30.15h23.7v3zm6-6q-1.2 0-2.1-.9-.9-.9-.9-2.1v-28q0-1.2.9-2.1.9-.9 2.1-.9h22q1.2 0 2.1.9.9.9.9 2.1v28q0 1.2-.9 2.1-.9.9-2.1.9zm0-3h22v-28H15v28zm0 0v-28 28z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="M13.05 42q-1.25 0-2.125-.875T10.05 39V10.5H8v-3h9.4V6h13.2v1.5H40v3h-2.05V39q0 1.2-.9 2.1-.9.9-2.1.9zm21.9-31.5h-21.9V39h21.9zm-16.6 24.2h3V14.75h-3zm8.3 0h3V14.75h-3zm-13.6-24.2V39z"/></svg>
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Do not edit directly
3
+ * Generated on Tue, 15 Nov 2022 15:06:36 GMT
4
+ */
5
+
6
+
7
+ import { ReactComponent as Delete } from "./action/asset-icon-action-delete.svg";
8
+ import { ReactComponent as CopyPaste } from "./action/asset-icon-action-copy-paste.svg";
9
+
10
+ export default {
11
+ Delete,
12
+ CopyPaste,
13
+ };
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="M18.9 35.7 7.7 24.5l2.15-2.15 9.05 9.05 19.2-19.2 2.15 2.15z"/></svg>
@@ -1,19 +1,21 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 14 Nov 2022 15:17:28 GMT
3
+ * Generated on Tue, 15 Nov 2022 15:06:36 GMT
4
4
  */
5
5
 
6
6
 
7
- import { ReactComponent as logo } from "./base/asset-icon-base-logo.svg";
8
- import { ReactComponent as spinner } from "./base/asset-icon-base-spinner.svg";
9
- import { ReactComponent as info } from "./base/asset-icon-base-info.svg";
10
- import { ReactComponent as warning } from "./base/asset-icon-base-warning.svg";
11
- import { ReactComponent as success } from "./base/asset-icon-base-success.svg";
7
+ import { ReactComponent as Logo } from "./base/asset-icon-base-logo.svg";
8
+ import { ReactComponent as Spinner } from "./base/asset-icon-base-spinner.svg";
9
+ import { ReactComponent as Info } from "./base/asset-icon-base-info.svg";
10
+ import { ReactComponent as Warning } from "./base/asset-icon-base-warning.svg";
11
+ import { ReactComponent as Success } from "./base/asset-icon-base-success.svg";
12
+ import { ReactComponent as Check } from "./base/asset-icon-base-check.svg";
12
13
 
13
14
  export default {
14
- logo,
15
- spinner,
16
- info,
17
- warning,
18
- success,
15
+ Logo,
16
+ Spinner,
17
+ Info,
18
+ Warning,
19
+ Success,
20
+ Check,
19
21
  };
@@ -0,0 +1,2 @@
1
+ <!--from https://github.com/edent/SuperTinyIcons
2
+ viewBox="0 0 24 24"--><svg xmlns="http://www.w3.org/2000/svg" viewBox="-2 -2 28 28"><path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/></svg>
@@ -0,0 +1 @@
1
+ <!--viewBox="0 0 648 648"--><svg xmlns="http://www.w3.org/2000/svg" viewBox="-53 -53 742 742"><path d="M326.331 274.255v109.761h181.49c-7.37 47.115-54.886 138.002-181.49 138.002-109.242 0-198.369-90.485-198.369-202.006 0-111.509 89.127-201.995 198.369-201.995 62.127 0 103.761 26.516 127.525 49.359l86.883-83.635C484.99 31.512 412.741-.012 326.378-.012 149.494-.012 6.366 143.116 6.366 320c0 176.884 143.128 320.012 320.012 320.012 184.644 0 307.256-129.876 307.256-312.653 0-21-2.244-36.993-5.008-52.997l-302.248-.13-.047.024z"/></svg>
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Do not edit directly
3
+ * Generated on Tue, 15 Nov 2022 15:06:36 GMT
4
+ */
5
+
6
+
7
+ import { ReactComponent as Github } from "./idp/asset-icon-idp-github.svg";
8
+ import { ReactComponent as Google } from "./idp/asset-icon-idp-google.svg";
9
+
10
+ export default {
11
+ Github,
12
+ Google,
13
+ };
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="m38.6 16.25-2.15-5-5.2-2.3 5.2-2.25 2.15-4.75 2.15 4.75 5.2 2.25-5.2 2.3zm0 29.75-2.15-4.8-5.2-2.25 5.2-2.25 2.15-5.05 2.15 5.05 5.2 2.25-5.2 2.25zm-21.95-7.7-4.6-9.85L2 23.95l10.05-4.5 4.6-9.8 4.65 9.8 10 4.5-10 4.5zm0-7.4 2.4-4.8 4.9-2.15-4.9-2.15-2.4-4.8-2.35 4.8-4.95 2.15 4.95 2.15zm0-6.95z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="M44 11v26q0 1.2-.9 2.1-.9.9-2.1.9H7q-1.2 0-2.1-.9Q4 38.2 4 37V11q0-1.2.9-2.1Q5.8 8 7 8h34q1.2 0 2.1.9.9.9.9 2.1zM7 16.45h34V11H7zm0 6.45V37h34V22.9zM7 37V11v26z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="M29.85 37q-2.05 0-3.45-1.4-1.4-1.4-1.4-3.45 0-2.05 1.4-3.45 1.4-1.4 3.45-1.4 2.05 0 3.45 1.4 1.4 1.4 1.4 3.45 0 2.05-1.4 3.45-1.4 1.4-3.45 1.4zM9 44q-1.2 0-2.1-.9Q6 42.2 6 41V10q0-1.2.9-2.1Q7.8 7 9 7h3.25V4h3.25v3h17V4h3.25v3H39q1.2 0 2.1.9.9.9.9 2.1v31q0 1.2-.9 2.1-.9.9-2.1.9zm0-3h30V19.5H9V41zm0-24.5h30V10H9zm0 0V10v6.5z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="M5.25 31.6q-1.2 0-2.1-.9-.9-.9-.9-2.1v-4.1q0-.35-.075-.725t.075-.725l6.3-14.5Q9 7.5 10.025 6.75 11.05 6 12.2 6h22.2v25.6L23.15 43.5q-.7.7-1.625.825t-1.775-.375q-.85-.5-1.275-1.375-.425-.875-.225-1.825l1.95-9.15zm26.15-1.25V9H11.55l-6.3 14.95v4.65H23.9l-2.65 12.45zM41.05 6q1.25 0 2.125.875T44.05 9v19.6q0 1.25-.875 2.125t-2.125.875H34.4v-3h6.65V9H34.4V6zM31.4 9v21.35V9z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="M13.6 42V16.4L24.85 4.5q.7-.7 1.625-.825t1.775.375q.85.5 1.275 1.375.425.875.225 1.825L27.8 16.4h14.95q1.2 0 2.1.9.9.9.9 2.1v4.1q0 .35.075.725t-.075.725l-6.3 14.5q-.45 1.05-1.475 1.8Q36.95 42 35.8 42zm3-24.35V39h19.85l6.3-14.95V19.4H24.1l2.65-12.45zM6.95 42q-1.25 0-2.125-.875T3.95 39V19.4q0-1.25.875-2.125T6.95 16.4h6.65v3H6.95V39h6.65v3zm9.65-3V17.65 39z"/></svg>
@@ -1,15 +1,25 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 14 Nov 2022 15:17:28 GMT
3
+ * Generated on Tue, 15 Nov 2022 15:06:36 GMT
4
4
  */
5
5
 
6
6
 
7
- import { ReactComponent as person } from "./misc/asset-icon-misc-person.svg";
8
- import { ReactComponent as lock } from "./misc/asset-icon-misc-lock.svg";
9
- import { ReactComponent as email } from "./misc/asset-icon-misc-email.svg";
7
+ import { ReactComponent as Person } from "./misc/asset-icon-misc-person.svg";
8
+ import { ReactComponent as Lock } from "./misc/asset-icon-misc-lock.svg";
9
+ import { ReactComponent as Email } from "./misc/asset-icon-misc-email.svg";
10
+ import { ReactComponent as ThumbUp } from "./misc/asset-icon-misc-thumb-up.svg";
11
+ import { ReactComponent as ThumbDown } from "./misc/asset-icon-misc-thumb-down.svg";
12
+ import { ReactComponent as CreditCard } from "./misc/asset-icon-misc-credit-card.svg";
13
+ import { ReactComponent as Event } from "./misc/asset-icon-misc-event.svg";
14
+ import { ReactComponent as Awesome } from "./misc/asset-icon-misc-awesome.svg";
10
15
 
11
16
  export default {
12
- person,
13
- lock,
14
- email,
17
+ Person,
18
+ Lock,
19
+ Email,
20
+ ThumbUp,
21
+ ThumbDown,
22
+ CreditCard,
23
+ Event,
24
+ Awesome,
15
25
  };
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="m12.45 37.65-2.1-2.1L21.9 24 10.35 12.45l2.1-2.1L24 21.9l11.55-11.55 2.1 2.1L26.1 24l11.55 11.55-2.1 2.1L24 26.1z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="M6 36v-3h36v3zm0-10.5v-3h36v3zM6 15v-3h36v3z"/></svg>