@k8slens/extensions 5.6.0-git.7381533ded.0 → 5.6.0-git.938d34739f.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.
@@ -62,7 +62,7 @@ export declare class KubernetesClusterCategory extends CatalogCategory {
62
62
  readonly kind = "CatalogCategory";
63
63
  metadata: {
64
64
  name: string;
65
- icon: any;
65
+ icon: string;
66
66
  };
67
67
  spec: CatalogCategorySpec;
68
68
  }
@@ -11,7 +11,28 @@ export interface BaseIconProps {
11
11
  */
12
12
  material?: string;
13
13
  /**
14
- * Either an SVG data URL or one of the following strings
14
+ * Either an SVG XML or one of the following names
15
+ * - configuration
16
+ * - crane
17
+ * - group
18
+ * - helm
19
+ * - install
20
+ * - kube
21
+ * - lens-logo
22
+ * - license
23
+ * - logo-lens
24
+ * - logout
25
+ * - nodes
26
+ * - push_off
27
+ * - push_pin
28
+ * - spinner
29
+ * - ssh
30
+ * - storage
31
+ * - terminal
32
+ * - user
33
+ * - users
34
+ * - wheel
35
+ * - workloads
15
36
  */
16
37
  svg?: string;
17
38
  /**
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@k8slens/extensions",
3
3
  "productName": "OpenLens extensions",
4
4
  "description": "OpenLens - Open Source Kubernetes IDE: extensions",
5
- "version": "5.6.0-git.7381533ded.0",
5
+ "version": "5.6.0-git.938d34739f.0",
6
6
  "copyright": "© 2021 OpenLens Authors",
7
7
  "license": "MIT",
8
8
  "main": "dist/src/extensions/extension-api.js",