@k8slens/extensions 5.3.1-git.5591f8dca5.0 → 5.3.1-git.56c15e6b0f.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.
@@ -18,8 +18,7 @@
18
18
  * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
19
19
  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20
20
  */
21
- import { CatalogEntity, CatalogEntityActionContext, CatalogEntityContextMenuContext, CatalogEntityMetadata, CatalogEntityStatus } from "../catalog";
22
- import { CatalogCategory, CatalogCategorySpec } from "../catalog";
21
+ import { CatalogEntity, CatalogEntityActionContext, CatalogEntityContextMenuContext, CatalogEntityMetadata, CatalogEntityStatus, CatalogCategory, CatalogCategorySpec } from "../catalog";
23
22
  import type { CatalogEntitySpec } from "../catalog/catalog-entity";
24
23
  export interface KubernetesClusterPrometheusMetrics {
25
24
  address?: {
@@ -33,6 +33,7 @@ export declare const isIntegrationTesting: boolean;
33
33
  export declare const productName: string;
34
34
  export declare const appName: string;
35
35
  export declare const publicPath: string;
36
+ export declare const defaultTheme: string;
36
37
  export declare const contextDir: string;
37
38
  export declare const buildDir: string;
38
39
  export declare const preloadEntrypoint: string;