@devtron-labs/devtron-fe-common-lib 1.10.15-gatekeeper-1 → 1.10.16-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.
- package/dist/{@common-rjsf-DpMVaiMa.js → @code-editor-_rShAsik.js} +15597 -14473
- package/dist/@common-rjsf-BOeRTuMh.js +617 -0
- package/dist/{@framer-motion-DI44jecR.js → @framer-motion-DMD7dX-G.js} +1 -1
- package/dist/@monaco-editor-CVagbUeH.js +138960 -0
- package/dist/{@react-dates-lUQ2WJOE.js → @react-dates-DxmDHBUI.js} +333 -333
- package/dist/{@react-select-DrPIgUsG.js → @react-select-BR4eLpVa.js} +1 -1
- package/dist/{@react-virtualized-sticky-tree-D-jip2dN.js → @react-virtualized-sticky-tree-Ca-pl6uN.js} +1 -1
- package/dist/@vendor-DZHtXPTX.js +68691 -0
- package/dist/Common/CodeEditor/CodeEditor.d.ts +4 -0
- package/dist/Common/CodeEditor/CodeEditor.reducer.d.ts +48 -0
- package/dist/Common/CodeEditor/index.d.ts +2 -0
- package/dist/Common/CodeEditor/types.d.ts +110 -0
- package/dist/Common/CodeEditor/utils.d.ts +3 -0
- package/dist/Common/Constants.d.ts +1 -0
- package/dist/Common/index.d.ts +1 -0
- package/dist/Shared/Components/ActionMenu/ActionMenu.component.d.ts +3 -0
- package/dist/Shared/Components/ActionMenu/ActionMenuOption.d.ts +3 -0
- package/dist/Shared/Components/ActionMenu/index.d.ts +2 -0
- package/dist/Shared/Components/ActionMenu/types.d.ts +19 -0
- package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/DeploymentHistoryDiffView.d.ts +1 -1
- package/dist/Shared/Components/CodeEditorWrapper/CodeEditorWrapper.d.ts +19 -0
- package/dist/Shared/Components/CodeEditorWrapper/index.d.ts +1 -0
- package/dist/Shared/Components/CodeEditorWrapper/types.d.ts +7 -0
- package/dist/Shared/Components/ConfirmationModal/index.d.ts +1 -1
- package/dist/Shared/Components/DatePicker/constants.d.ts +0 -9
- package/dist/Shared/Components/ReactSelect/constants.d.ts +11 -0
- package/dist/Shared/Components/SelectPicker/common.d.ts +2 -0
- package/dist/Shared/Components/index.d.ts +2 -0
- package/dist/Shared/Hooks/index.d.ts +1 -0
- package/dist/Shared/Hooks/useUserPreferences/index.d.ts +4 -0
- package/dist/Shared/Hooks/useUserPreferences/service.d.ts +8 -0
- package/dist/Shared/Hooks/useUserPreferences/types.d.ts +80 -0
- package/dist/Shared/Hooks/useUserPreferences/useUserPrefrences.d.ts +10 -0
- package/dist/Shared/Hooks/useUserPreferences/utils.d.ts +4 -0
- package/dist/Shared/Services/common.service.d.ts +1 -3
- package/dist/Shared/Services/types.d.ts +5 -30
- package/dist/Shared/constants.d.ts +12 -0
- package/dist/Shared/types.d.ts +0 -4
- package/dist/assets/@code-editor.css +1 -0
- package/dist/assets/@common-rjsf.css +1 -1
- package/dist/assets/@monaco-editor.css +1 -0
- package/dist/assets/codicon.ecfbfe4b.ttf +0 -0
- package/dist/assets/ic-compare.0ee3e4cf.svg +22 -0
- package/dist/assets/ic-match-case.13b7a2fa.svg +19 -0
- package/dist/assets/ic-match-word.d92addc3.svg +19 -0
- package/dist/assets/ic-replace-all-text.a87fd342.svg +19 -0
- package/dist/assets/ic-replace-text.cc5433be.svg +19 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +836 -824
- package/package.json +7 -1
- package/dist/@vendor-DxSbZ5Xu.js +0 -29041
- /package/dist/Shared/{Services → Hooks/useUserPreferences}/constants.d.ts +0 -0
File without changes
|