@devtron-labs/devtron-fe-common-lib 1.2.13 → 1.2.14-beta-2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devtron-labs/devtron-fe-common-lib",
3
- "version": "1.2.13",
3
+ "version": "1.2.14-beta-2",
4
4
  "description": "Supporting common component library",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -108,6 +108,7 @@
108
108
  },
109
109
  "overrides": {
110
110
  "cross-spawn": "^7.0.5",
111
+ "nanoid": "^3.3.8",
111
112
  "react-dates": {
112
113
  "react": "^17.0.2",
113
114
  "react-dom": "^17.0.2"
@@ -1,2 +0,0 @@
1
- import { TagLabelSelectType } from './Types';
2
- export declare const TagLabelSelect: ({ isCreateApp, labelTags, setLabelTags, tabIndex, hidePropagateTag }: TagLabelSelectType) => JSX.Element;
@@ -1,12 +0,0 @@
1
- export declare const baseSelectStyles: {
2
- control: (base: any, state: any) => any;
3
- singleValue: (base: any, state: any) => any;
4
- placeholder: (base: any, state: any) => any;
5
- option: (base: any, state: any) => any;
6
- dropdownIndicator: (styles: any) => any;
7
- valueContainer: (base: any, state: any) => any;
8
- indicatorsContainer: (base: any, state: any) => any;
9
- menu: (base: any, state: any) => any;
10
- };
11
- export declare const validateKubernetesKey: (key: string) => void;
12
- export declare const validateKubernetesValue: (value: string) => void;