@devtron-labs/devtron-fe-common-lib 1.14.2-beta-1 → 1.14.2-beta-3
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/dist/{@code-editor-D2FCACeW.js → @code-editor-BFAjlLLM.js} +10733 -11015
- package/dist/{@common-rjsf-4u0wap1S.js → @common-rjsf-BXCRwIYr.js} +2 -2
- package/dist/{@framer-motion-Dchiw-Rb.js → @framer-motion-eB9Rj-_8.js} +3 -3
- package/dist/{@react-dates-D5kydtW-.js → @react-dates-CJpoumtu.js} +1 -1
- package/dist/{@react-select-Cmser7OI.js → @react-select-CUbAbK6L.js} +6 -6
- package/dist/{@react-virtualized-sticky-tree-DMnFy9PE.js → @react-virtualized-sticky-tree-Ckb5S1RC.js} +1 -1
- package/dist/{@vendor-STJ9h0oI.js → @vendor-4cEd9dja.js} +15910 -14016
- package/dist/Common/Constants.d.ts +11 -4
- package/dist/Common/SegmentedControl/Segment.d.ts +1 -1
- package/dist/Common/SegmentedControl/types.d.ts +2 -3
- package/dist/Common/TippyCustomized.d.ts +1 -1
- package/dist/Common/Types.d.ts +6 -8
- package/dist/Shared/Components/ActionMenu/types.d.ts +4 -31
- package/dist/Shared/Components/ActionMenu/useActionMenu.hook.d.ts +2 -4
- package/dist/Shared/Components/Button/Button.component.d.ts +1 -1
- package/dist/Shared/Components/Button/constants.d.ts +0 -1
- package/dist/Shared/Components/Button/types.d.ts +1 -14
- package/dist/Shared/Components/Button/utils.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/DeploymentHistoryDiffView.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/utils.d.ts +2 -1
- package/dist/Shared/Components/CICDHistory/service.d.ts +1 -7
- package/dist/Shared/Components/CICDHistory/types.d.ts +3 -18
- package/dist/Shared/Components/CodeEditor/CodeEditor.d.ts +1 -1
- package/dist/Shared/Components/CodeEditor/CodeEditorRenderer.d.ts +1 -1
- package/dist/Shared/Components/CodeEditor/Extensions/findAndReplace.d.ts +1 -2
- package/dist/Shared/Components/CodeEditor/types.d.ts +1 -14
- package/dist/Shared/Components/DeploymentConfigDiff/DeploymentConfigDiff.types.d.ts +18 -1
- package/dist/Shared/Components/DeploymentConfigDiff/DeploymentConfigDiff.utils.d.ts +2 -0
- package/dist/Shared/Components/DeploymentConfigDiff/DeploymentConfigDiffRadioSelect.d.ts +7 -0
- package/dist/Shared/Components/DeploymentConfigDiff/index.d.ts +1 -0
- package/dist/Shared/Components/DiffViewer/DiffViewer.component.d.ts +41 -0
- package/dist/Shared/Components/DiffViewer/constants.d.ts +2 -0
- package/dist/Shared/Components/DiffViewer/index.d.ts +1 -0
- package/dist/Shared/Components/DiffViewer/types.d.ts +9 -0
- package/dist/Shared/Components/DynamicDataTable/DynamicDataTable.d.ts +1 -1
- package/dist/Shared/Components/DynamicDataTable/DynamicDataTableRow.d.ts +1 -1
- package/dist/Shared/Components/DynamicDataTable/types.d.ts +4 -8
- package/dist/Shared/Components/FeatureDescription/types.d.ts +1 -2
- package/dist/Shared/Components/FramerComponents/MotionDiv.d.ts +2 -0
- package/dist/Shared/Components/FramerComponents/index.d.ts +3 -2
- package/dist/Shared/Components/GenericInfoCard/index.d.ts +1 -3
- package/dist/Shared/Components/GenericInfoCard/types.d.ts +0 -13
- package/dist/Shared/Components/Header/types.d.ts +8 -8
- package/dist/Shared/Components/Header/utils.d.ts +2 -0
- package/dist/Shared/Components/Icon/Icon.d.ts +0 -6
- package/dist/Shared/Components/InfoIconTippy/InfoIconTippy.d.ts +1 -1
- package/dist/Shared/Components/KeyValueTable/KeyValueTable.component.d.ts +1 -1
- package/dist/Shared/Components/KeyValueTable/KeyValueTable.types.d.ts +1 -1
- package/dist/Shared/Components/LogoutCard.d.ts +10 -0
- package/dist/Shared/Components/ModalSidebarPanel/types.d.ts +1 -2
- package/dist/Shared/Components/NumbersCount/index.d.ts +0 -1
- package/dist/Shared/Components/Popover/Popover.component.d.ts +1 -1
- package/dist/Shared/Components/Popover/types.d.ts +8 -5
- package/dist/Shared/Components/Popover/usePopover.hook.d.ts +1 -1
- package/dist/Shared/Components/Security/SecurityModal/utils.d.ts +1 -1
- package/dist/Shared/Components/ThemeSwitcher/ThemeSwitcher.component.d.ts +1 -1
- package/dist/Shared/Components/ThemeSwitcher/index.d.ts +1 -0
- package/dist/Shared/Components/ThemeSwitcher/types.d.ts +1 -1
- package/dist/Shared/Components/index.d.ts +1 -3
- package/dist/Shared/Helpers.d.ts +0 -1
- package/dist/Shared/Providers/index.d.ts +1 -1
- package/dist/Shared/Providers/types.d.ts +0 -20
- package/dist/Shared/Services/app.types.d.ts +7 -2
- package/dist/Shared/constants.d.ts +2 -2
- package/dist/Shared/types.d.ts +7 -27
- package/dist/Shared/validations.d.ts +0 -1
- package/dist/assets/@code-editor.css +1 -1
- package/dist/assets/ic-arrow-square-out.3d1a0d41.svg +19 -0
- package/dist/index.js +782 -796
- package/package.json +4 -3
- package/dist/Shared/Components/DocLink/DocLink.d.ts +0 -2
- package/dist/Shared/Components/DocLink/constants.d.ts +0 -94
- package/dist/Shared/Components/DocLink/index.d.ts +0 -4
- package/dist/Shared/Components/DocLink/types.d.ts +0 -18
- package/dist/Shared/Components/DocLink/utils.d.ts +0 -2
- package/dist/Shared/Components/GenericInfoCard/GenericInfoCardListing.d.ts +0 -2
- package/dist/Shared/Components/GenericInfoCard/GenericInfoListSkeleton.d.ts +0 -2
- package/dist/Shared/Components/Header/ProfileMenu.d.ts +0 -2
- package/dist/Shared/Components/Switch/Switch.component.d.ts +0 -3
- package/dist/Shared/Components/Switch/constants.d.ts +0 -14
- package/dist/Shared/Components/Switch/index.d.ts +0 -2
- package/dist/Shared/Components/Switch/types.d.ts +0 -102
- package/dist/Shared/Components/Switch/utils.d.ts +0 -12
- package/dist/Shared/Components/SwitchThemeDialog/SwitchThemeDialog.component.d.ts +0 -3
- package/dist/Shared/Components/SwitchThemeDialog/index.d.ts +0 -2
- package/dist/Shared/Components/SwitchThemeDialog/types.d.ts +0 -35
- package/dist/assets/empty-create.661d9355.png +0 -0
- package/dist/assets/ic-app-template.82736707.svg +0 -23
- package/dist/assets/ic-devtron-app.a8b688d3.svg +0 -23
- package/dist/assets/ic-devtron-job.1b216232.svg +0 -10
- package/dist/assets/ic-email.78fed574.svg +0 -3
- package/dist/assets/ic-key-enter.59d23056.svg +0 -3
- package/dist/assets/ic-spray-can.624b202a.svg +0 -3
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.