@devtron-labs/devtron-fe-common-lib 1.5.12 → 1.5.14

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.
Files changed (25) hide show
  1. package/dist/{@code-editor-CjWBvOC7.js → @code-editor-DPKpPiDK.js} +11994 -11903
  2. package/dist/{@common-rjsf-BMS8FlyD.js → @common-rjsf-D0VNXpZS.js} +2 -2
  3. package/dist/Common/Types.d.ts +0 -13
  4. package/dist/Common/index.d.ts +0 -1
  5. package/dist/Shared/Components/EditableTextArea/types.d.ts +0 -1
  6. package/dist/Shared/Components/FormFieldWrapper/FormFieldInfo.d.ts +3 -0
  7. package/dist/Shared/Components/FormFieldWrapper/FormFieldLabel.d.ts +3 -0
  8. package/dist/Shared/Components/FormFieldWrapper/FormFieldWrapper.d.ts +3 -0
  9. package/dist/Shared/Components/FormFieldWrapper/index.d.ts +3 -0
  10. package/dist/Shared/Components/FormFieldWrapper/types.d.ts +75 -0
  11. package/dist/Shared/Components/FormFieldWrapper/utils.d.ts +18 -0
  12. package/dist/Shared/Components/SelectPicker/SelectPicker.component.d.ts +1 -1
  13. package/dist/Shared/Components/SelectPicker/type.d.ts +2 -13
  14. package/dist/Shared/Components/Textarea/Textarea.component.d.ts +3 -0
  15. package/dist/Shared/Components/Textarea/constants.d.ts +4 -0
  16. package/dist/Shared/Components/Textarea/index.d.ts +2 -0
  17. package/dist/Shared/Components/Textarea/types.d.ts +17 -0
  18. package/dist/Shared/Components/ThemeSwitcher/index.d.ts +1 -0
  19. package/dist/Shared/Components/index.d.ts +2 -0
  20. package/dist/Shared/constants.d.ts +3 -0
  21. package/dist/assets/@code-editor.css +1 -1
  22. package/dist/assets/{ic-warning.10bcf8bd.svg → ic-warning.a842ba2a.svg} +1 -1
  23. package/dist/index.js +680 -676
  24. package/package.json +1 -1
  25. package/dist/Common/ResizableTextarea.d.ts +0 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devtron-labs/devtron-fe-common-lib",
3
- "version": "1.5.12",
3
+ "version": "1.5.14",
4
4
  "description": "Supporting common component library",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -1,3 +0,0 @@
1
- import { default as React } from 'react';
2
- import { ResizableTextareaProps } from './Types';
3
- export declare const ResizableTextarea: React.FC<ResizableTextareaProps>;