@devtron-labs/devtron-fe-common-lib 1.5.7-beta-3 → 1.5.7-beta-5

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 (29) hide show
  1. package/dist/{@code-editor-9cwek7Vs.js → @code-editor-DKAudh7G.js} +4837 -4836
  2. package/dist/{@common-rjsf-CuQUrtJ0.js → @common-rjsf-DS8CNeMW.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/Button/constants.d.ts +0 -1
  6. package/dist/Shared/Components/ConfirmationModal/index.d.ts +0 -1
  7. package/dist/Shared/Components/ConfirmationModal/types.d.ts +0 -20
  8. package/dist/Shared/Components/EditableTextArea/types.d.ts +0 -1
  9. package/dist/Shared/Components/FormFieldWrapper/FormFieldInfo.d.ts +3 -0
  10. package/dist/Shared/Components/FormFieldWrapper/FormFieldLabel.d.ts +3 -0
  11. package/dist/Shared/Components/FormFieldWrapper/FormFieldWrapper.d.ts +3 -0
  12. package/dist/Shared/Components/FormFieldWrapper/index.d.ts +3 -0
  13. package/dist/Shared/Components/FormFieldWrapper/types.d.ts +49 -0
  14. package/dist/Shared/Components/FormFieldWrapper/utils.d.ts +17 -0
  15. package/dist/Shared/Components/SelectPicker/SelectPicker.component.d.ts +1 -1
  16. package/dist/Shared/Components/SelectPicker/type.d.ts +2 -13
  17. package/dist/Shared/Components/Textarea/Textarea.component.d.ts +3 -0
  18. package/dist/Shared/Components/Textarea/constants.d.ts +4 -0
  19. package/dist/Shared/Components/Textarea/index.d.ts +2 -0
  20. package/dist/Shared/Components/Textarea/types.d.ts +17 -0
  21. package/dist/Shared/Components/ThemeSwitcher/index.d.ts +1 -0
  22. package/dist/Shared/Components/index.d.ts +2 -0
  23. package/dist/Shared/constants.d.ts +3 -0
  24. package/dist/assets/@code-editor.css +1 -1
  25. package/dist/assets/{ic-warning.10bcf8bd.svg → ic-warning.a842ba2a.svg} +1 -1
  26. package/dist/index.js +669 -666
  27. package/package.json +1 -1
  28. package/dist/Common/ResizableTextarea.d.ts +0 -3
  29. package/dist/Shared/Components/ConfirmationModal/DeleteConfirmationModal.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.7-beta-3",
3
+ "version": "1.5.7-beta-5",
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>;
@@ -1,3 +0,0 @@
1
- import { default as React } from 'react';
2
- import { DeleteComponentModalProps } from './types';
3
- export declare const DeleteConfirmationModal: React.FC<DeleteComponentModalProps>;