@devtron-labs/devtron-fe-common-lib 1.5.6 → 1.5.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.
Files changed (48) hide show
  1. package/dist/{@code-editor-CZEHtHpd.js → @code-editor-BKHJxN67.js} +10692 -10760
  2. package/dist/{@common-rjsf-BIgLDvCI.js → @common-rjsf-D9ZQTT8h.js} +2 -2
  3. package/dist/{@framer-motion-CtC3e2uC.js → @framer-motion-CbfcgbXI.js} +1 -1
  4. package/dist/{@react-dates-BlBjJ115.js → @react-dates-CHLhA4kl.js} +1 -1
  5. package/dist/{@react-select-CjYy5-X-.js → @react-select-CgLj7C5f.js} +1 -1
  6. package/dist/{@react-virtualized-sticky-tree-DCAYOwGQ.js → @react-virtualized-sticky-tree-Cj8etBAu.js} +1 -1
  7. package/dist/{@vendor-CB7cq1II.js → @vendor-ROKJESOw.js} +3646 -3646
  8. package/dist/Common/CustomTagSelector/index.d.ts +0 -2
  9. package/dist/Common/ImageTags.Types.d.ts +2 -0
  10. package/dist/Common/ImageTags.d.ts +1 -1
  11. package/dist/Common/Types.d.ts +2 -14
  12. package/dist/Common/index.d.ts +0 -1
  13. package/dist/Shared/Components/Button/constants.d.ts +0 -1
  14. package/dist/Shared/Components/CICDHistory/Artifacts.d.ts +2 -2
  15. package/dist/Shared/Components/CICDHistory/History.components.d.ts +1 -1
  16. package/dist/Shared/Components/CICDHistory/LogStageAccordion.d.ts +1 -1
  17. package/dist/Shared/Components/CICDHistory/types.d.ts +62 -25
  18. package/dist/Shared/Components/EditableTextArea/types.d.ts +0 -1
  19. package/dist/Shared/Components/FormFieldWrapper/FormFieldInfo.d.ts +3 -0
  20. package/dist/Shared/Components/FormFieldWrapper/FormFieldLabel.d.ts +3 -0
  21. package/dist/Shared/Components/FormFieldWrapper/FormFieldWrapper.d.ts +3 -0
  22. package/dist/Shared/Components/FormFieldWrapper/index.d.ts +2 -0
  23. package/dist/Shared/Components/FormFieldWrapper/types.d.ts +22 -0
  24. package/dist/Shared/Components/ImageCard/SequentialCDCardTitle/SequentialCDCardTitle.d.ts +1 -1
  25. package/dist/Shared/Components/ImageCard/types.d.ts +2 -2
  26. package/dist/Shared/Components/SelectPicker/SelectPicker.component.d.ts +1 -1
  27. package/dist/Shared/Components/SelectPicker/type.d.ts +2 -13
  28. package/dist/Shared/Components/TargetPlatforms/TargetPlatformBadgeList.d.ts +3 -0
  29. package/dist/Shared/Components/TargetPlatforms/TargetPlatformListTooltip.d.ts +3 -0
  30. package/dist/Shared/Components/TargetPlatforms/index.d.ts +3 -0
  31. package/dist/Shared/Components/TargetPlatforms/types.d.ts +7 -0
  32. package/dist/Shared/Components/Textarea/Textarea.component.d.ts +3 -0
  33. package/dist/Shared/Components/Textarea/constants.d.ts +4 -0
  34. package/dist/Shared/Components/Textarea/index.d.ts +2 -0
  35. package/dist/Shared/Components/Textarea/types.d.ts +17 -0
  36. package/dist/Shared/Components/ThemeSwitcher/index.d.ts +1 -0
  37. package/dist/Shared/Components/index.d.ts +3 -0
  38. package/dist/Shared/Helpers.d.ts +2 -1
  39. package/dist/Shared/Services/app.types.d.ts +3 -2
  40. package/dist/Shared/constants.d.ts +3 -0
  41. package/dist/Shared/types.d.ts +6 -0
  42. package/dist/assets/@code-editor.css +1 -1
  43. package/dist/assets/ic-stack.548dd28c.svg +3 -0
  44. package/dist/index.js +679 -674
  45. package/package.json +1 -1
  46. package/dist/Common/CustomTagSelector/TagDetails.d.ts +0 -2
  47. package/dist/Common/CustomTagSelector/TagLabelValueSelector.d.ts +0 -2
  48. 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.6",
3
+ "version": "1.5.7-beta-1",
4
4
  "description": "Supporting common component library",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -1,2 +0,0 @@
1
- import { TagDetailType } from './Types';
2
- export declare const TagDetails: ({ index, tagData, setTagData, removeTag, tabIndex, suggestedTagsOptions, hidePropagateTag, }: TagDetailType) => JSX.Element;
@@ -1,2 +0,0 @@
1
- import { TagLabelValueSelectorType } from './Types';
2
- export declare const TagLabelValueSelector: ({ selectedTagIndex, tagData, setTagData, tagOptions, isRequired, tagInputType, placeholder, tabIndex, refVar, dependentRef, noBackDrop, }: TagLabelValueSelectorType) => JSX.Element;
@@ -1,3 +0,0 @@
1
- import { default as React } from 'react';
2
- import { ResizableTextareaProps } from './Types';
3
- export declare const ResizableTextarea: React.FC<ResizableTextareaProps>;