@k8slens/lds-tokens 0.29.0 → 0.31.0
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 +207 -11
- package/lib/docs/token-map.light.d.ts +1 -1
- package/lib/docs/token-map.light.js +207 -11
- package/lib/electron/font-face.css +1 -1
- package/lib/electron/icons/action/asset-icon-action-download.svg +1 -0
- package/lib/electron/icons/action/asset-icon-action-edit.svg +1 -0
- package/lib/electron/icons/action/asset-icon-action-reactivate.svg +1 -0
- package/lib/electron/icons/action.js +7 -1
- package/lib/electron/icons/base.js +1 -1
- package/lib/electron/icons/idp.js +1 -1
- package/lib/electron/icons/misc/asset-icon-misc-key.svg +1 -0
- package/lib/electron/icons/misc.js +3 -1
- package/lib/electron/icons/navigation/asset-icon-navigation-context-menu.svg +1 -0
- package/lib/electron/icons/navigation/asset-icon-navigation-repeat.svg +1 -0
- package/lib/electron/icons/navigation.js +5 -1
- package/lib/electron/images/index.js +1 -1
- package/lib/electron/tokens.core.css +3 -3
- package/lib/electron/tokens.dark.css +1 -1
- package/lib/electron/tokens.dark.js +3 -3
- package/lib/electron/tokens.dark.scoped.css +1 -1
- package/lib/electron/tokens.dark.ts +3 -3
- package/lib/electron/tokens.form.css +1 -1
- package/lib/electron/tokens.light.css +1 -1
- package/lib/electron/tokens.light.js +3 -3
- package/lib/electron/tokens.light.scoped.css +1 -1
- package/lib/electron/tokens.light.ts +3 -3
- package/lib/electron/tokens.tips.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-download.svg +1 -0
- package/lib/web/icons/action/asset-icon-action-edit.svg +1 -0
- package/lib/web/icons/action/asset-icon-action-reactivate.svg +1 -0
- package/lib/web/icons/action.js +7 -1
- package/lib/web/icons/base.js +1 -1
- package/lib/web/icons/idp.js +1 -1
- package/lib/web/icons/misc/asset-icon-misc-key.svg +1 -0
- package/lib/web/icons/misc.js +3 -1
- package/lib/web/icons/navigation/asset-icon-navigation-context-menu.svg +1 -0
- package/lib/web/icons/navigation/asset-icon-navigation-repeat.svg +1 -0
- package/lib/web/icons/navigation.js +5 -1
- package/lib/web/icons-inline/action.brand.json +4 -1
- package/lib/web/icons-inline/action.dark.json +4 -1
- package/lib/web/icons-inline/action.light.json +4 -1
- package/lib/web/icons-inline/misc.brand.json +1 -0
- package/lib/web/icons-inline/misc.dark.json +1 -0
- package/lib/web/icons-inline/misc.light.json +1 -0
- package/lib/web/icons-inline/navigation.brand.json +2 -0
- package/lib/web/icons-inline/navigation.dark.json +2 -0
- package/lib/web/icons-inline/navigation.light.json +2 -0
- 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.core.css +3 -3
- package/lib/web/tokens.dark.css +1 -1
- package/lib/web/tokens.dark.js +3 -3
- package/lib/web/tokens.dark.scoped.css +1 -1
- package/lib/web/tokens.dark.ts +3 -3
- package/lib/web/tokens.form.css +1 -1
- package/lib/web/tokens.light.css +1 -1
- package/lib/web/tokens.light.js +3 -3
- package/lib/web/tokens.light.scoped.css +1 -1
- package/lib/web/tokens.light.ts +3 -3
- package/lib/web/tokens.tips.css +1 -1
- package/package.json +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Thu,
|
|
3
|
+
* Generated on Thu, 21 Dec 2023 09:06:47 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
const tokenMap = {
|
|
@@ -272,6 +272,105 @@ const tokenMap = {
|
|
|
272
272
|
"iconName": "CopyPasteIcon"
|
|
273
273
|
},
|
|
274
274
|
"inherits": []
|
|
275
|
+
},
|
|
276
|
+
"edit": {
|
|
277
|
+
"path": "asset.icon.action.edit",
|
|
278
|
+
"name": "AssetIconActionEdit",
|
|
279
|
+
"code": "$asset-icon-action-edit",
|
|
280
|
+
"variable": "asset-icon-action-edit",
|
|
281
|
+
"value": "../../node_modules/@material-symbols/svg-400/outlined/edit.svg",
|
|
282
|
+
"attributes": {},
|
|
283
|
+
"asset": {
|
|
284
|
+
"name": "edit",
|
|
285
|
+
"fileName": "edit.svg",
|
|
286
|
+
"folder": "../../packages/tokens/lib/web/icons/action",
|
|
287
|
+
"path": "../../packages/tokens/lib/web/icons/action/edit.svg",
|
|
288
|
+
"group": "action",
|
|
289
|
+
"relativePath": "./action/edit.svg",
|
|
290
|
+
"package": "@k8slens/lds-tokens",
|
|
291
|
+
"importRoot": "@k8slens/lds-tokens/lib/web/icons/",
|
|
292
|
+
"importPath": "@k8slens/lds-tokens/lib/web/icons/action/edit.svg",
|
|
293
|
+
"source": "./../../node_modules/@material-symbols/svg-400/outlined/edit.svg"
|
|
294
|
+
},
|
|
295
|
+
"react": {
|
|
296
|
+
"name": "Edit",
|
|
297
|
+
"fileName": "Edit.tsx",
|
|
298
|
+
"folder": "../../packages/icons/src/icons/action",
|
|
299
|
+
"path": "../../packages/icons/src/icons/action/Edit.tsx",
|
|
300
|
+
"group": "action",
|
|
301
|
+
"relativePath": "./action/Edit.tsx",
|
|
302
|
+
"package": "@k8slens/lds-icons",
|
|
303
|
+
"importRoot": "@k8slens/lds-icons/src/icons/",
|
|
304
|
+
"importPath": "@k8slens/lds-icons/src/icons/action/Edit.tsx",
|
|
305
|
+
"iconName": "EditIcon"
|
|
306
|
+
},
|
|
307
|
+
"inherits": []
|
|
308
|
+
},
|
|
309
|
+
"download": {
|
|
310
|
+
"path": "asset.icon.action.download",
|
|
311
|
+
"name": "AssetIconActionDownload",
|
|
312
|
+
"code": "$asset-icon-action-download",
|
|
313
|
+
"variable": "asset-icon-action-download",
|
|
314
|
+
"value": "../../node_modules/@material-symbols/svg-400/outlined/download.svg",
|
|
315
|
+
"attributes": {},
|
|
316
|
+
"asset": {
|
|
317
|
+
"name": "download",
|
|
318
|
+
"fileName": "download.svg",
|
|
319
|
+
"folder": "../../packages/tokens/lib/web/icons/action",
|
|
320
|
+
"path": "../../packages/tokens/lib/web/icons/action/download.svg",
|
|
321
|
+
"group": "action",
|
|
322
|
+
"relativePath": "./action/download.svg",
|
|
323
|
+
"package": "@k8slens/lds-tokens",
|
|
324
|
+
"importRoot": "@k8slens/lds-tokens/lib/web/icons/",
|
|
325
|
+
"importPath": "@k8slens/lds-tokens/lib/web/icons/action/download.svg",
|
|
326
|
+
"source": "./../../node_modules/@material-symbols/svg-400/outlined/download.svg"
|
|
327
|
+
},
|
|
328
|
+
"react": {
|
|
329
|
+
"name": "Download",
|
|
330
|
+
"fileName": "Download.tsx",
|
|
331
|
+
"folder": "../../packages/icons/src/icons/action",
|
|
332
|
+
"path": "../../packages/icons/src/icons/action/Download.tsx",
|
|
333
|
+
"group": "action",
|
|
334
|
+
"relativePath": "./action/Download.tsx",
|
|
335
|
+
"package": "@k8slens/lds-icons",
|
|
336
|
+
"importRoot": "@k8slens/lds-icons/src/icons/",
|
|
337
|
+
"importPath": "@k8slens/lds-icons/src/icons/action/Download.tsx",
|
|
338
|
+
"iconName": "DownloadIcon"
|
|
339
|
+
},
|
|
340
|
+
"inherits": []
|
|
341
|
+
},
|
|
342
|
+
"reactivate": {
|
|
343
|
+
"path": "asset.icon.action.reactivate",
|
|
344
|
+
"name": "AssetIconActionReactivate",
|
|
345
|
+
"code": "$asset-icon-action-reactivate",
|
|
346
|
+
"variable": "asset-icon-action-reactivate",
|
|
347
|
+
"value": "../../node_modules/@material-symbols/svg-400/outlined/laps.svg",
|
|
348
|
+
"attributes": {},
|
|
349
|
+
"asset": {
|
|
350
|
+
"name": "reactivate",
|
|
351
|
+
"fileName": "reactivate.svg",
|
|
352
|
+
"folder": "../../packages/tokens/lib/web/icons/action",
|
|
353
|
+
"path": "../../packages/tokens/lib/web/icons/action/reactivate.svg",
|
|
354
|
+
"group": "action",
|
|
355
|
+
"relativePath": "./action/reactivate.svg",
|
|
356
|
+
"package": "@k8slens/lds-tokens",
|
|
357
|
+
"importRoot": "@k8slens/lds-tokens/lib/web/icons/",
|
|
358
|
+
"importPath": "@k8slens/lds-tokens/lib/web/icons/action/reactivate.svg",
|
|
359
|
+
"source": "./../../node_modules/@material-symbols/svg-400/outlined/laps.svg"
|
|
360
|
+
},
|
|
361
|
+
"react": {
|
|
362
|
+
"name": "Reactivate",
|
|
363
|
+
"fileName": "Reactivate.tsx",
|
|
364
|
+
"folder": "../../packages/icons/src/icons/action",
|
|
365
|
+
"path": "../../packages/icons/src/icons/action/Reactivate.tsx",
|
|
366
|
+
"group": "action",
|
|
367
|
+
"relativePath": "./action/Reactivate.tsx",
|
|
368
|
+
"package": "@k8slens/lds-icons",
|
|
369
|
+
"importRoot": "@k8slens/lds-icons/src/icons/",
|
|
370
|
+
"importPath": "@k8slens/lds-icons/src/icons/action/Reactivate.tsx",
|
|
371
|
+
"iconName": "ReactivateIcon"
|
|
372
|
+
},
|
|
373
|
+
"inherits": []
|
|
275
374
|
}
|
|
276
375
|
},
|
|
277
376
|
"base": {
|
|
@@ -609,6 +708,39 @@ const tokenMap = {
|
|
|
609
708
|
},
|
|
610
709
|
"inherits": []
|
|
611
710
|
},
|
|
711
|
+
"key": {
|
|
712
|
+
"path": "asset.icon.misc.key",
|
|
713
|
+
"name": "AssetIconMiscKey",
|
|
714
|
+
"code": "$asset-icon-misc-key",
|
|
715
|
+
"variable": "asset-icon-misc-key",
|
|
716
|
+
"value": "../../node_modules/@material-symbols/svg-400/outlined/key.svg",
|
|
717
|
+
"attributes": {},
|
|
718
|
+
"asset": {
|
|
719
|
+
"name": "key",
|
|
720
|
+
"fileName": "key.svg",
|
|
721
|
+
"folder": "../../packages/tokens/lib/web/icons/misc",
|
|
722
|
+
"path": "../../packages/tokens/lib/web/icons/misc/key.svg",
|
|
723
|
+
"group": "misc",
|
|
724
|
+
"relativePath": "./misc/key.svg",
|
|
725
|
+
"package": "@k8slens/lds-tokens",
|
|
726
|
+
"importRoot": "@k8slens/lds-tokens/lib/web/icons/",
|
|
727
|
+
"importPath": "@k8slens/lds-tokens/lib/web/icons/misc/key.svg",
|
|
728
|
+
"source": "./../../node_modules/@material-symbols/svg-400/outlined/key.svg"
|
|
729
|
+
},
|
|
730
|
+
"react": {
|
|
731
|
+
"name": "Key",
|
|
732
|
+
"fileName": "Key.tsx",
|
|
733
|
+
"folder": "../../packages/icons/src/icons/misc",
|
|
734
|
+
"path": "../../packages/icons/src/icons/misc/Key.tsx",
|
|
735
|
+
"group": "misc",
|
|
736
|
+
"relativePath": "./misc/Key.tsx",
|
|
737
|
+
"package": "@k8slens/lds-icons",
|
|
738
|
+
"importRoot": "@k8slens/lds-icons/src/icons/",
|
|
739
|
+
"importPath": "@k8slens/lds-icons/src/icons/misc/Key.tsx",
|
|
740
|
+
"iconName": "KeyIcon"
|
|
741
|
+
},
|
|
742
|
+
"inherits": []
|
|
743
|
+
},
|
|
612
744
|
"email": {
|
|
613
745
|
"path": "asset.icon.misc.email",
|
|
614
746
|
"name": "AssetIconMiscEmail",
|
|
@@ -908,6 +1040,72 @@ const tokenMap = {
|
|
|
908
1040
|
},
|
|
909
1041
|
"inherits": []
|
|
910
1042
|
},
|
|
1043
|
+
"contextMenu": {
|
|
1044
|
+
"path": "asset.icon.navigation.contextMenu",
|
|
1045
|
+
"name": "AssetIconNavigationContextMenu",
|
|
1046
|
+
"code": "$asset-icon-navigation-context-menu",
|
|
1047
|
+
"variable": "asset-icon-navigation-context-menu",
|
|
1048
|
+
"value": "../../node_modules/@material-symbols/svg-400/outlined/more_vert.svg",
|
|
1049
|
+
"attributes": {},
|
|
1050
|
+
"asset": {
|
|
1051
|
+
"name": "contextMenu",
|
|
1052
|
+
"fileName": "contextMenu.svg",
|
|
1053
|
+
"folder": "../../packages/tokens/lib/web/icons/navigation",
|
|
1054
|
+
"path": "../../packages/tokens/lib/web/icons/navigation/contextMenu.svg",
|
|
1055
|
+
"group": "navigation",
|
|
1056
|
+
"relativePath": "./navigation/contextMenu.svg",
|
|
1057
|
+
"package": "@k8slens/lds-tokens",
|
|
1058
|
+
"importRoot": "@k8slens/lds-tokens/lib/web/icons/",
|
|
1059
|
+
"importPath": "@k8slens/lds-tokens/lib/web/icons/navigation/contextMenu.svg",
|
|
1060
|
+
"source": "./../../node_modules/@material-symbols/svg-400/outlined/more_vert.svg"
|
|
1061
|
+
},
|
|
1062
|
+
"react": {
|
|
1063
|
+
"name": "ContextMenu",
|
|
1064
|
+
"fileName": "ContextMenu.tsx",
|
|
1065
|
+
"folder": "../../packages/icons/src/icons/navigation",
|
|
1066
|
+
"path": "../../packages/icons/src/icons/navigation/ContextMenu.tsx",
|
|
1067
|
+
"group": "navigation",
|
|
1068
|
+
"relativePath": "./navigation/ContextMenu.tsx",
|
|
1069
|
+
"package": "@k8slens/lds-icons",
|
|
1070
|
+
"importRoot": "@k8slens/lds-icons/src/icons/",
|
|
1071
|
+
"importPath": "@k8slens/lds-icons/src/icons/navigation/ContextMenu.tsx",
|
|
1072
|
+
"iconName": "ContextMenuIcon"
|
|
1073
|
+
},
|
|
1074
|
+
"inherits": []
|
|
1075
|
+
},
|
|
1076
|
+
"repeat": {
|
|
1077
|
+
"path": "asset.icon.navigation.repeat",
|
|
1078
|
+
"name": "AssetIconNavigationRepeat",
|
|
1079
|
+
"code": "$asset-icon-navigation-repeat",
|
|
1080
|
+
"variable": "asset-icon-navigation-repeat",
|
|
1081
|
+
"value": "../../node_modules/@material-symbols/svg-400/outlined/repeat.svg",
|
|
1082
|
+
"attributes": {},
|
|
1083
|
+
"asset": {
|
|
1084
|
+
"name": "repeat",
|
|
1085
|
+
"fileName": "repeat.svg",
|
|
1086
|
+
"folder": "../../packages/tokens/lib/web/icons/navigation",
|
|
1087
|
+
"path": "../../packages/tokens/lib/web/icons/navigation/repeat.svg",
|
|
1088
|
+
"group": "navigation",
|
|
1089
|
+
"relativePath": "./navigation/repeat.svg",
|
|
1090
|
+
"package": "@k8slens/lds-tokens",
|
|
1091
|
+
"importRoot": "@k8slens/lds-tokens/lib/web/icons/",
|
|
1092
|
+
"importPath": "@k8slens/lds-tokens/lib/web/icons/navigation/repeat.svg",
|
|
1093
|
+
"source": "./../../node_modules/@material-symbols/svg-400/outlined/repeat.svg"
|
|
1094
|
+
},
|
|
1095
|
+
"react": {
|
|
1096
|
+
"name": "Repeat",
|
|
1097
|
+
"fileName": "Repeat.tsx",
|
|
1098
|
+
"folder": "../../packages/icons/src/icons/navigation",
|
|
1099
|
+
"path": "../../packages/icons/src/icons/navigation/Repeat.tsx",
|
|
1100
|
+
"group": "navigation",
|
|
1101
|
+
"relativePath": "./navigation/Repeat.tsx",
|
|
1102
|
+
"package": "@k8slens/lds-icons",
|
|
1103
|
+
"importRoot": "@k8slens/lds-icons/src/icons/",
|
|
1104
|
+
"importPath": "@k8slens/lds-icons/src/icons/navigation/Repeat.tsx",
|
|
1105
|
+
"iconName": "RepeatIcon"
|
|
1106
|
+
},
|
|
1107
|
+
"inherits": []
|
|
1108
|
+
},
|
|
911
1109
|
"close": {
|
|
912
1110
|
"path": "asset.icon.navigation.close",
|
|
913
1111
|
"name": "AssetIconNavigationClose",
|
|
@@ -3354,10 +3552,7 @@ const tokenMap = {
|
|
|
3354
3552
|
"spacing.7"
|
|
3355
3553
|
]
|
|
3356
3554
|
},
|
|
3357
|
-
"inherits": []
|
|
3358
|
-
"inheritedBy": [
|
|
3359
|
-
"spacing.button-sm.padding.x"
|
|
3360
|
-
]
|
|
3555
|
+
"inherits": []
|
|
3361
3556
|
},
|
|
3362
3557
|
"8": {
|
|
3363
3558
|
"path": "spacing.8",
|
|
@@ -3744,8 +3939,7 @@ const tokenMap = {
|
|
|
3744
3939
|
},
|
|
3745
3940
|
"inherits": [],
|
|
3746
3941
|
"inheritedBy": [
|
|
3747
|
-
"radius.md"
|
|
3748
|
-
"spacing.button-xs.padding.x"
|
|
3942
|
+
"radius.md"
|
|
3749
3943
|
]
|
|
3750
3944
|
},
|
|
3751
3945
|
"1-75": {
|
|
@@ -3965,6 +4159,7 @@ const tokenMap = {
|
|
|
3965
4159
|
"spacing.2"
|
|
3966
4160
|
],
|
|
3967
4161
|
"inheritedBy": [
|
|
4162
|
+
"spacing.button-xs.padding.x",
|
|
3968
4163
|
"spacing.button-xs-icon.margin.inline.end",
|
|
3969
4164
|
"spacing.side-nav.gap",
|
|
3970
4165
|
"spacing.form-field.label.margin-block-end",
|
|
@@ -3986,6 +4181,7 @@ const tokenMap = {
|
|
|
3986
4181
|
"spacing.3"
|
|
3987
4182
|
],
|
|
3988
4183
|
"inheritedBy": [
|
|
4184
|
+
"spacing.button-sm.padding.x",
|
|
3989
4185
|
"spacing.button-icon.margin.inline.end",
|
|
3990
4186
|
"spacing.input.padding.inline",
|
|
3991
4187
|
"spacing.side-nav-item.padding.inline"
|
|
@@ -4273,10 +4469,10 @@ const tokenMap = {
|
|
|
4273
4469
|
"name": "SpacingButton-xsPaddingX",
|
|
4274
4470
|
"code": "$spacing-button-xs-padding-x",
|
|
4275
4471
|
"variable": "spacing-button-xs-padding-x",
|
|
4276
|
-
"value": "0.
|
|
4472
|
+
"value": "0.5rem",
|
|
4277
4473
|
"attributes": {},
|
|
4278
4474
|
"inherits": [
|
|
4279
|
-
"spacing.
|
|
4475
|
+
"spacing.sm"
|
|
4280
4476
|
]
|
|
4281
4477
|
},
|
|
4282
4478
|
"y": {
|
|
@@ -4299,10 +4495,10 @@ const tokenMap = {
|
|
|
4299
4495
|
"name": "SpacingButton-smPaddingX",
|
|
4300
4496
|
"code": "$spacing-button-sm-padding-x",
|
|
4301
4497
|
"variable": "spacing-button-sm-padding-x",
|
|
4302
|
-
"value": "
|
|
4498
|
+
"value": "0.75rem",
|
|
4303
4499
|
"attributes": {},
|
|
4304
4500
|
"inherits": [
|
|
4305
|
-
"spacing.
|
|
4501
|
+
"spacing.md"
|
|
4306
4502
|
]
|
|
4307
4503
|
},
|
|
4308
4504
|
"y": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Thu,
|
|
3
|
+
* Generated on Thu, 21 Dec 2023 09:06:47 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
const tokenMap = {
|
|
@@ -272,6 +272,105 @@ const tokenMap = {
|
|
|
272
272
|
"iconName": "CopyPasteIcon"
|
|
273
273
|
},
|
|
274
274
|
"inherits": []
|
|
275
|
+
},
|
|
276
|
+
"edit": {
|
|
277
|
+
"path": "asset.icon.action.edit",
|
|
278
|
+
"name": "AssetIconActionEdit",
|
|
279
|
+
"code": "$asset-icon-action-edit",
|
|
280
|
+
"variable": "asset-icon-action-edit",
|
|
281
|
+
"value": "../../node_modules/@material-symbols/svg-400/outlined/edit.svg",
|
|
282
|
+
"attributes": {},
|
|
283
|
+
"asset": {
|
|
284
|
+
"name": "edit",
|
|
285
|
+
"fileName": "edit.svg",
|
|
286
|
+
"folder": "../../packages/tokens/lib/web/icons/action",
|
|
287
|
+
"path": "../../packages/tokens/lib/web/icons/action/edit.svg",
|
|
288
|
+
"group": "action",
|
|
289
|
+
"relativePath": "./action/edit.svg",
|
|
290
|
+
"package": "@k8slens/lds-tokens",
|
|
291
|
+
"importRoot": "@k8slens/lds-tokens/lib/web/icons/",
|
|
292
|
+
"importPath": "@k8slens/lds-tokens/lib/web/icons/action/edit.svg",
|
|
293
|
+
"source": "./../../node_modules/@material-symbols/svg-400/outlined/edit.svg"
|
|
294
|
+
},
|
|
295
|
+
"react": {
|
|
296
|
+
"name": "Edit",
|
|
297
|
+
"fileName": "Edit.tsx",
|
|
298
|
+
"folder": "../../packages/icons/src/icons/action",
|
|
299
|
+
"path": "../../packages/icons/src/icons/action/Edit.tsx",
|
|
300
|
+
"group": "action",
|
|
301
|
+
"relativePath": "./action/Edit.tsx",
|
|
302
|
+
"package": "@k8slens/lds-icons",
|
|
303
|
+
"importRoot": "@k8slens/lds-icons/src/icons/",
|
|
304
|
+
"importPath": "@k8slens/lds-icons/src/icons/action/Edit.tsx",
|
|
305
|
+
"iconName": "EditIcon"
|
|
306
|
+
},
|
|
307
|
+
"inherits": []
|
|
308
|
+
},
|
|
309
|
+
"download": {
|
|
310
|
+
"path": "asset.icon.action.download",
|
|
311
|
+
"name": "AssetIconActionDownload",
|
|
312
|
+
"code": "$asset-icon-action-download",
|
|
313
|
+
"variable": "asset-icon-action-download",
|
|
314
|
+
"value": "../../node_modules/@material-symbols/svg-400/outlined/download.svg",
|
|
315
|
+
"attributes": {},
|
|
316
|
+
"asset": {
|
|
317
|
+
"name": "download",
|
|
318
|
+
"fileName": "download.svg",
|
|
319
|
+
"folder": "../../packages/tokens/lib/web/icons/action",
|
|
320
|
+
"path": "../../packages/tokens/lib/web/icons/action/download.svg",
|
|
321
|
+
"group": "action",
|
|
322
|
+
"relativePath": "./action/download.svg",
|
|
323
|
+
"package": "@k8slens/lds-tokens",
|
|
324
|
+
"importRoot": "@k8slens/lds-tokens/lib/web/icons/",
|
|
325
|
+
"importPath": "@k8slens/lds-tokens/lib/web/icons/action/download.svg",
|
|
326
|
+
"source": "./../../node_modules/@material-symbols/svg-400/outlined/download.svg"
|
|
327
|
+
},
|
|
328
|
+
"react": {
|
|
329
|
+
"name": "Download",
|
|
330
|
+
"fileName": "Download.tsx",
|
|
331
|
+
"folder": "../../packages/icons/src/icons/action",
|
|
332
|
+
"path": "../../packages/icons/src/icons/action/Download.tsx",
|
|
333
|
+
"group": "action",
|
|
334
|
+
"relativePath": "./action/Download.tsx",
|
|
335
|
+
"package": "@k8slens/lds-icons",
|
|
336
|
+
"importRoot": "@k8slens/lds-icons/src/icons/",
|
|
337
|
+
"importPath": "@k8slens/lds-icons/src/icons/action/Download.tsx",
|
|
338
|
+
"iconName": "DownloadIcon"
|
|
339
|
+
},
|
|
340
|
+
"inherits": []
|
|
341
|
+
},
|
|
342
|
+
"reactivate": {
|
|
343
|
+
"path": "asset.icon.action.reactivate",
|
|
344
|
+
"name": "AssetIconActionReactivate",
|
|
345
|
+
"code": "$asset-icon-action-reactivate",
|
|
346
|
+
"variable": "asset-icon-action-reactivate",
|
|
347
|
+
"value": "../../node_modules/@material-symbols/svg-400/outlined/laps.svg",
|
|
348
|
+
"attributes": {},
|
|
349
|
+
"asset": {
|
|
350
|
+
"name": "reactivate",
|
|
351
|
+
"fileName": "reactivate.svg",
|
|
352
|
+
"folder": "../../packages/tokens/lib/web/icons/action",
|
|
353
|
+
"path": "../../packages/tokens/lib/web/icons/action/reactivate.svg",
|
|
354
|
+
"group": "action",
|
|
355
|
+
"relativePath": "./action/reactivate.svg",
|
|
356
|
+
"package": "@k8slens/lds-tokens",
|
|
357
|
+
"importRoot": "@k8slens/lds-tokens/lib/web/icons/",
|
|
358
|
+
"importPath": "@k8slens/lds-tokens/lib/web/icons/action/reactivate.svg",
|
|
359
|
+
"source": "./../../node_modules/@material-symbols/svg-400/outlined/laps.svg"
|
|
360
|
+
},
|
|
361
|
+
"react": {
|
|
362
|
+
"name": "Reactivate",
|
|
363
|
+
"fileName": "Reactivate.tsx",
|
|
364
|
+
"folder": "../../packages/icons/src/icons/action",
|
|
365
|
+
"path": "../../packages/icons/src/icons/action/Reactivate.tsx",
|
|
366
|
+
"group": "action",
|
|
367
|
+
"relativePath": "./action/Reactivate.tsx",
|
|
368
|
+
"package": "@k8slens/lds-icons",
|
|
369
|
+
"importRoot": "@k8slens/lds-icons/src/icons/",
|
|
370
|
+
"importPath": "@k8slens/lds-icons/src/icons/action/Reactivate.tsx",
|
|
371
|
+
"iconName": "ReactivateIcon"
|
|
372
|
+
},
|
|
373
|
+
"inherits": []
|
|
275
374
|
}
|
|
276
375
|
},
|
|
277
376
|
"base": {
|
|
@@ -609,6 +708,39 @@ const tokenMap = {
|
|
|
609
708
|
},
|
|
610
709
|
"inherits": []
|
|
611
710
|
},
|
|
711
|
+
"key": {
|
|
712
|
+
"path": "asset.icon.misc.key",
|
|
713
|
+
"name": "AssetIconMiscKey",
|
|
714
|
+
"code": "$asset-icon-misc-key",
|
|
715
|
+
"variable": "asset-icon-misc-key",
|
|
716
|
+
"value": "../../node_modules/@material-symbols/svg-400/outlined/key.svg",
|
|
717
|
+
"attributes": {},
|
|
718
|
+
"asset": {
|
|
719
|
+
"name": "key",
|
|
720
|
+
"fileName": "key.svg",
|
|
721
|
+
"folder": "../../packages/tokens/lib/web/icons/misc",
|
|
722
|
+
"path": "../../packages/tokens/lib/web/icons/misc/key.svg",
|
|
723
|
+
"group": "misc",
|
|
724
|
+
"relativePath": "./misc/key.svg",
|
|
725
|
+
"package": "@k8slens/lds-tokens",
|
|
726
|
+
"importRoot": "@k8slens/lds-tokens/lib/web/icons/",
|
|
727
|
+
"importPath": "@k8slens/lds-tokens/lib/web/icons/misc/key.svg",
|
|
728
|
+
"source": "./../../node_modules/@material-symbols/svg-400/outlined/key.svg"
|
|
729
|
+
},
|
|
730
|
+
"react": {
|
|
731
|
+
"name": "Key",
|
|
732
|
+
"fileName": "Key.tsx",
|
|
733
|
+
"folder": "../../packages/icons/src/icons/misc",
|
|
734
|
+
"path": "../../packages/icons/src/icons/misc/Key.tsx",
|
|
735
|
+
"group": "misc",
|
|
736
|
+
"relativePath": "./misc/Key.tsx",
|
|
737
|
+
"package": "@k8slens/lds-icons",
|
|
738
|
+
"importRoot": "@k8slens/lds-icons/src/icons/",
|
|
739
|
+
"importPath": "@k8slens/lds-icons/src/icons/misc/Key.tsx",
|
|
740
|
+
"iconName": "KeyIcon"
|
|
741
|
+
},
|
|
742
|
+
"inherits": []
|
|
743
|
+
},
|
|
612
744
|
"email": {
|
|
613
745
|
"path": "asset.icon.misc.email",
|
|
614
746
|
"name": "AssetIconMiscEmail",
|
|
@@ -908,6 +1040,72 @@ const tokenMap = {
|
|
|
908
1040
|
},
|
|
909
1041
|
"inherits": []
|
|
910
1042
|
},
|
|
1043
|
+
"contextMenu": {
|
|
1044
|
+
"path": "asset.icon.navigation.contextMenu",
|
|
1045
|
+
"name": "AssetIconNavigationContextMenu",
|
|
1046
|
+
"code": "$asset-icon-navigation-context-menu",
|
|
1047
|
+
"variable": "asset-icon-navigation-context-menu",
|
|
1048
|
+
"value": "../../node_modules/@material-symbols/svg-400/outlined/more_vert.svg",
|
|
1049
|
+
"attributes": {},
|
|
1050
|
+
"asset": {
|
|
1051
|
+
"name": "contextMenu",
|
|
1052
|
+
"fileName": "contextMenu.svg",
|
|
1053
|
+
"folder": "../../packages/tokens/lib/web/icons/navigation",
|
|
1054
|
+
"path": "../../packages/tokens/lib/web/icons/navigation/contextMenu.svg",
|
|
1055
|
+
"group": "navigation",
|
|
1056
|
+
"relativePath": "./navigation/contextMenu.svg",
|
|
1057
|
+
"package": "@k8slens/lds-tokens",
|
|
1058
|
+
"importRoot": "@k8slens/lds-tokens/lib/web/icons/",
|
|
1059
|
+
"importPath": "@k8slens/lds-tokens/lib/web/icons/navigation/contextMenu.svg",
|
|
1060
|
+
"source": "./../../node_modules/@material-symbols/svg-400/outlined/more_vert.svg"
|
|
1061
|
+
},
|
|
1062
|
+
"react": {
|
|
1063
|
+
"name": "ContextMenu",
|
|
1064
|
+
"fileName": "ContextMenu.tsx",
|
|
1065
|
+
"folder": "../../packages/icons/src/icons/navigation",
|
|
1066
|
+
"path": "../../packages/icons/src/icons/navigation/ContextMenu.tsx",
|
|
1067
|
+
"group": "navigation",
|
|
1068
|
+
"relativePath": "./navigation/ContextMenu.tsx",
|
|
1069
|
+
"package": "@k8slens/lds-icons",
|
|
1070
|
+
"importRoot": "@k8slens/lds-icons/src/icons/",
|
|
1071
|
+
"importPath": "@k8slens/lds-icons/src/icons/navigation/ContextMenu.tsx",
|
|
1072
|
+
"iconName": "ContextMenuIcon"
|
|
1073
|
+
},
|
|
1074
|
+
"inherits": []
|
|
1075
|
+
},
|
|
1076
|
+
"repeat": {
|
|
1077
|
+
"path": "asset.icon.navigation.repeat",
|
|
1078
|
+
"name": "AssetIconNavigationRepeat",
|
|
1079
|
+
"code": "$asset-icon-navigation-repeat",
|
|
1080
|
+
"variable": "asset-icon-navigation-repeat",
|
|
1081
|
+
"value": "../../node_modules/@material-symbols/svg-400/outlined/repeat.svg",
|
|
1082
|
+
"attributes": {},
|
|
1083
|
+
"asset": {
|
|
1084
|
+
"name": "repeat",
|
|
1085
|
+
"fileName": "repeat.svg",
|
|
1086
|
+
"folder": "../../packages/tokens/lib/web/icons/navigation",
|
|
1087
|
+
"path": "../../packages/tokens/lib/web/icons/navigation/repeat.svg",
|
|
1088
|
+
"group": "navigation",
|
|
1089
|
+
"relativePath": "./navigation/repeat.svg",
|
|
1090
|
+
"package": "@k8slens/lds-tokens",
|
|
1091
|
+
"importRoot": "@k8slens/lds-tokens/lib/web/icons/",
|
|
1092
|
+
"importPath": "@k8slens/lds-tokens/lib/web/icons/navigation/repeat.svg",
|
|
1093
|
+
"source": "./../../node_modules/@material-symbols/svg-400/outlined/repeat.svg"
|
|
1094
|
+
},
|
|
1095
|
+
"react": {
|
|
1096
|
+
"name": "Repeat",
|
|
1097
|
+
"fileName": "Repeat.tsx",
|
|
1098
|
+
"folder": "../../packages/icons/src/icons/navigation",
|
|
1099
|
+
"path": "../../packages/icons/src/icons/navigation/Repeat.tsx",
|
|
1100
|
+
"group": "navigation",
|
|
1101
|
+
"relativePath": "./navigation/Repeat.tsx",
|
|
1102
|
+
"package": "@k8slens/lds-icons",
|
|
1103
|
+
"importRoot": "@k8slens/lds-icons/src/icons/",
|
|
1104
|
+
"importPath": "@k8slens/lds-icons/src/icons/navigation/Repeat.tsx",
|
|
1105
|
+
"iconName": "RepeatIcon"
|
|
1106
|
+
},
|
|
1107
|
+
"inherits": []
|
|
1108
|
+
},
|
|
911
1109
|
"close": {
|
|
912
1110
|
"path": "asset.icon.navigation.close",
|
|
913
1111
|
"name": "AssetIconNavigationClose",
|
|
@@ -3344,10 +3542,7 @@ const tokenMap = {
|
|
|
3344
3542
|
"spacing.7"
|
|
3345
3543
|
]
|
|
3346
3544
|
},
|
|
3347
|
-
"inherits": []
|
|
3348
|
-
"inheritedBy": [
|
|
3349
|
-
"spacing.button-sm.padding.x"
|
|
3350
|
-
]
|
|
3545
|
+
"inherits": []
|
|
3351
3546
|
},
|
|
3352
3547
|
"8": {
|
|
3353
3548
|
"path": "spacing.8",
|
|
@@ -3734,8 +3929,7 @@ const tokenMap = {
|
|
|
3734
3929
|
},
|
|
3735
3930
|
"inherits": [],
|
|
3736
3931
|
"inheritedBy": [
|
|
3737
|
-
"radius.md"
|
|
3738
|
-
"spacing.button-xs.padding.x"
|
|
3932
|
+
"radius.md"
|
|
3739
3933
|
]
|
|
3740
3934
|
},
|
|
3741
3935
|
"1-75": {
|
|
@@ -3955,6 +4149,7 @@ const tokenMap = {
|
|
|
3955
4149
|
"spacing.2"
|
|
3956
4150
|
],
|
|
3957
4151
|
"inheritedBy": [
|
|
4152
|
+
"spacing.button-xs.padding.x",
|
|
3958
4153
|
"spacing.button-xs-icon.margin.inline.end",
|
|
3959
4154
|
"spacing.side-nav.gap",
|
|
3960
4155
|
"spacing.form-field.label.margin-block-end",
|
|
@@ -3976,6 +4171,7 @@ const tokenMap = {
|
|
|
3976
4171
|
"spacing.3"
|
|
3977
4172
|
],
|
|
3978
4173
|
"inheritedBy": [
|
|
4174
|
+
"spacing.button-sm.padding.x",
|
|
3979
4175
|
"spacing.button-icon.margin.inline.end",
|
|
3980
4176
|
"spacing.input.padding.inline",
|
|
3981
4177
|
"spacing.side-nav-item.padding.inline"
|
|
@@ -4263,10 +4459,10 @@ const tokenMap = {
|
|
|
4263
4459
|
"name": "SpacingButton-xsPaddingX",
|
|
4264
4460
|
"code": "$spacing-button-xs-padding-x",
|
|
4265
4461
|
"variable": "spacing-button-xs-padding-x",
|
|
4266
|
-
"value": "0.
|
|
4462
|
+
"value": "0.5rem",
|
|
4267
4463
|
"attributes": {},
|
|
4268
4464
|
"inherits": [
|
|
4269
|
-
"spacing.
|
|
4465
|
+
"spacing.sm"
|
|
4270
4466
|
]
|
|
4271
4467
|
},
|
|
4272
4468
|
"y": {
|
|
@@ -4289,10 +4485,10 @@ const tokenMap = {
|
|
|
4289
4485
|
"name": "SpacingButton-smPaddingX",
|
|
4290
4486
|
"code": "$spacing-button-sm-padding-x",
|
|
4291
4487
|
"variable": "spacing-button-sm-padding-x",
|
|
4292
|
-
"value": "
|
|
4488
|
+
"value": "0.75rem",
|
|
4293
4489
|
"attributes": {},
|
|
4294
4490
|
"inherits": [
|
|
4295
|
-
"spacing.
|
|
4491
|
+
"spacing.md"
|
|
4296
4492
|
]
|
|
4297
4493
|
},
|
|
4298
4494
|
"y": {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 96 960 960"><path d="M220 896q-24 0-42-18t-18-42V693h60v143h520V693h60v143q0 24-18 42t-42 18H220Zm260-153L287 550l43-43 120 120V256h60v371l120-120 43 43-193 193Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 96 960 960"><path d="M180 876h44l443-443-44-44-443 443v44Zm614-486L666 262l42-42q17-17 42-17t42 17l44 44q17 17 17 42t-17 42l-42 42Zm-42 42L248 936H120V808l504-504 128 128Zm-107-21-22-22 44 44-22-22Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 96 960 960"><path d="m360 932-43-42 74-74h-33q-116 0-197-82T80 536q0-116 80.5-198T357 256h246q116 0 196.5 82T880 536q0 117-81.5 198.5T600 816v-60q92 0 156-64t64-156q0-91-62.5-155.5T604 316H356q-91 0-153.5 64.5T140 536q0 91 63.5 155.5T358 756l34-1-74-73 42-42 146 146-146 146Z"/></svg>
|
|
@@ -1,13 +1,19 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Thu,
|
|
3
|
+
* Generated on Thu, 21 Dec 2023 09:06:46 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
import { ReactComponent as Delete } from "./action/asset-icon-action-delete.svg";
|
|
8
8
|
import { ReactComponent as CopyPaste } from "./action/asset-icon-action-copy-paste.svg";
|
|
9
|
+
import { ReactComponent as Edit } from "./action/asset-icon-action-edit.svg";
|
|
10
|
+
import { ReactComponent as Download } from "./action/asset-icon-action-download.svg";
|
|
11
|
+
import { ReactComponent as Reactivate } from "./action/asset-icon-action-reactivate.svg";
|
|
9
12
|
|
|
10
13
|
export default {
|
|
11
14
|
Delete,
|
|
12
15
|
CopyPaste,
|
|
16
|
+
Edit,
|
|
17
|
+
Download,
|
|
18
|
+
Reactivate,
|
|
13
19
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 96 960 960"><path d="M280 644q-28 0-48-20t-20-48q0-28 20-48t48-20q28 0 48 20t20 48q0 28-20 48t-48 20Zm0 172q-100 0-170-70T40 576q0-100 70-170t170-70q72 0 126 34t85 103h356l113 113-167 153-88-64-88 64-75-60h-51q-25 60-78.5 98.5T280 816Zm0-60q58 0 107-38.5t63-98.5h114l54 45 88-63 82 62 85-79-51-51H450q-12-56-60-96.5T280 396q-75 0-127.5 52.5T100 576q0 75 52.5 127.5T280 756Z"/></svg>
|