@devtron-labs/devtron-fe-common-lib 1.10.15-beta-2 → 1.10.15-gatekeeper-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 (47) hide show
  1. package/dist/{@code-editor-CY88fA_B.js → @common-rjsf-DpMVaiMa.js} +8456 -9517
  2. package/dist/{@framer-motion-DMD7dX-G.js → @framer-motion-DI44jecR.js} +1 -1
  3. package/dist/{@react-dates-DxmDHBUI.js → @react-dates-lUQ2WJOE.js} +333 -333
  4. package/dist/{@react-select-BR4eLpVa.js → @react-select-DrPIgUsG.js} +1 -1
  5. package/dist/{@react-virtualized-sticky-tree-Ca-pl6uN.js → @react-virtualized-sticky-tree-D-jip2dN.js} +1 -1
  6. package/dist/@vendor-DxSbZ5Xu.js +29041 -0
  7. package/dist/Common/Constants.d.ts +0 -1
  8. package/dist/Common/index.d.ts +0 -1
  9. package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/DeploymentHistoryDiffView.d.ts +1 -1
  10. package/dist/Shared/Components/ConfirmationModal/index.d.ts +1 -1
  11. package/dist/Shared/Components/DatePicker/constants.d.ts +9 -0
  12. package/dist/Shared/Components/ReactSelect/constants.d.ts +0 -11
  13. package/dist/Shared/Components/index.d.ts +0 -1
  14. package/dist/Shared/Hooks/index.d.ts +0 -1
  15. package/dist/Shared/Services/common.service.d.ts +3 -1
  16. package/dist/Shared/Services/types.d.ts +30 -5
  17. package/dist/Shared/constants.d.ts +0 -12
  18. package/dist/Shared/types.d.ts +4 -0
  19. package/dist/assets/@common-rjsf.css +1 -1
  20. package/dist/index.d.ts +1 -1
  21. package/dist/index.js +748 -759
  22. package/package.json +1 -7
  23. package/dist/@common-rjsf-BJGx1GBe.js +0 -617
  24. package/dist/@monaco-editor-CVagbUeH.js +0 -138960
  25. package/dist/@vendor-DZHtXPTX.js +0 -68691
  26. package/dist/Common/CodeEditor/CodeEditor.d.ts +0 -4
  27. package/dist/Common/CodeEditor/CodeEditor.reducer.d.ts +0 -48
  28. package/dist/Common/CodeEditor/index.d.ts +0 -2
  29. package/dist/Common/CodeEditor/types.d.ts +0 -110
  30. package/dist/Common/CodeEditor/utils.d.ts +0 -3
  31. package/dist/Shared/Components/CodeEditorWrapper/CodeEditorWrapper.d.ts +0 -19
  32. package/dist/Shared/Components/CodeEditorWrapper/index.d.ts +0 -1
  33. package/dist/Shared/Components/CodeEditorWrapper/types.d.ts +0 -7
  34. package/dist/Shared/Hooks/useUserPreferences/index.d.ts +0 -4
  35. package/dist/Shared/Hooks/useUserPreferences/service.d.ts +0 -8
  36. package/dist/Shared/Hooks/useUserPreferences/types.d.ts +0 -81
  37. package/dist/Shared/Hooks/useUserPreferences/useUserPrefrences.d.ts +0 -10
  38. package/dist/Shared/Hooks/useUserPreferences/utils.d.ts +0 -4
  39. package/dist/assets/@code-editor.css +0 -1
  40. package/dist/assets/@monaco-editor.css +0 -1
  41. package/dist/assets/codicon.ecfbfe4b.ttf +0 -0
  42. package/dist/assets/ic-compare.0ee3e4cf.svg +0 -22
  43. package/dist/assets/ic-match-case.13b7a2fa.svg +0 -19
  44. package/dist/assets/ic-match-word.d92addc3.svg +0 -19
  45. package/dist/assets/ic-replace-all-text.a87fd342.svg +0 -19
  46. package/dist/assets/ic-replace-text.cc5433be.svg +0 -19
  47. /package/dist/Shared/{Hooks/useUserPreferences → Services}/constants.d.ts +0 -0
@@ -1,4 +1,4 @@
1
- import { bP as xt, bQ as Bt, bR as Ft, bS as v, bT as U, bU as xe, bF as re, bV as h, bN as f, bW as Y, bX as Vt, bY as Ue, bZ as Et, b_ as yt, b$ as Wt, c0 as Xt, c1 as Zt, c2 as ne } from "./@vendor-DZHtXPTX.js";
1
+ import { aX as xt, aY as Bt, aZ as Ft, a_ as v, a$ as U, b0 as xe, aN as re, b1 as h, aV as f, b2 as Y, b3 as Vt, b4 as Ue, b5 as Et, b6 as yt, b7 as Wt, b8 as Xt, b9 as Zt, ba as ne } from "./@vendor-DxSbZ5Xu.js";
2
2
  import * as y from "react";
3
3
  import { useContext as Nt, useRef as j, useState as ee, createContext as St, useMemo as q, useCallback as D, Component as Rt, Fragment as Be, useEffect as Qe, forwardRef as Ht } from "react";
4
4
  import { createPortal as Tt } from "react-dom";
@@ -2,7 +2,7 @@ var v = Object.defineProperty;
2
2
  var E = (a, h, e) => h in a ? v(a, h, { enumerable: !0, configurable: !0, writable: !0, value: e }) : a[h] = e;
3
3
  var f = (a, h, e) => E(a, typeof h != "symbol" ? h + "" : h, e);
4
4
  import u, { createRef as k } from "react";
5
- import { c3 as x } from "./@vendor-DZHtXPTX.js";
5
+ import { bb as x } from "./@vendor-DxSbZ5Xu.js";
6
6
  const b = () => typeof navigator < "u" && /Safari/.test(navigator.userAgent) && /Apple Computer/.test(navigator.vendor) ? "-webkit-sticky" : "sticky";
7
7
  var g;
8
8
  (function(a) {