@devtron-labs/devtron-fe-common-lib 1.1.3-beta-8 → 1.1.3-beta-9

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.
@@ -20,6 +20,7 @@ export interface ConfigToolbarPopupMenuConfigType {
20
20
  disabled?: boolean;
21
21
  icon?: ReactNode | null;
22
22
  variant?: 'default' | 'negative';
23
+ tooltipText?: string;
23
24
  }
24
25
  export declare enum ConfigToolbarPopupNodeType {
25
26
  DISCARD_DRAFT = "discardDraft",
@@ -175,6 +175,7 @@ export interface ConfigMapSecretDataType {
175
175
  id: number;
176
176
  appId: number;
177
177
  configData: ConfigMapSecretDataConfigDatumDTO[];
178
+ isDeletable: boolean;
178
179
  }
179
180
  export declare enum ConfigResourceType {
180
181
  ConfigMap = "ConfigMap",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devtron-labs/devtron-fe-common-lib",
3
- "version": "1.1.3-beta-8",
3
+ "version": "1.1.3-beta-9",
4
4
  "description": "Supporting common component library",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",