@devtron-labs/devtron-fe-common-lib 1.2.6 → 1.2.7-beta-1

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.
@@ -0,0 +1,8 @@
1
+ <!--
2
+ - Copyright (c) 2024. Devtron Inc.
3
+ -->
4
+
5
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
6
+ <rect x="1.33301" y="1.33331" width="13.3333" height="13.3333" rx="4" fill="#596168"/>
7
+ <path d="M10 6L6 10M10 10L6 6" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
8
+ </svg>
package/dist/index.d.ts CHANGED
@@ -79,6 +79,7 @@ export interface customEnv {
79
79
  FEATURE_PROMO_EMBEDDED_IFRAME_URL?: string;
80
80
  FEATURE_BULK_RESTART_WORKLOADS_FROM_RB: string;
81
81
  FEATURE_DEFAULT_LANDING_RB_ENABLE?: boolean;
82
+ FEATURE_CLUSTER_MAP_ENABLE?: boolean;
82
83
  }
83
84
  declare global {
84
85
  interface Window {