@devtron-labs/devtron-fe-common-lib 1.9.5-beta-4 → 1.9.6-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 (99) hide show
  1. package/dist/{@code-editor-CJb79OaZ.js → @code-editor-0ze0wq4Z.js} +7860 -7867
  2. package/dist/{@common-rjsf-BQNbv8mg.js → @common-rjsf-BaGU4GjS.js} +2 -2
  3. package/dist/{@framer-motion-Cx1gSa6-.js → @framer-motion--UCnj55s.js} +1 -1
  4. package/dist/{@react-dates-ukcBEyJ1.js → @react-dates-B3_Y9Kyv.js} +243 -243
  5. package/dist/{@react-select-Cas7oOFN.js → @react-select-DMzK6fkF.js} +1 -1
  6. package/dist/{@react-virtualized-sticky-tree-DRihF7_6.js → @react-virtualized-sticky-tree-Ck5oyLp9.js} +1 -1
  7. package/dist/{@vendor-xG1dUtf3.js → @vendor-DXbFZ041.js} +30911 -25065
  8. package/dist/Common/Api.d.ts +15 -0
  9. package/dist/Common/Constants.d.ts +94 -92
  10. package/dist/Common/DeleteCINodeButton/DeleteCINodeButton.d.ts +1 -1
  11. package/dist/Common/DeleteCINodeButton/types.d.ts +2 -1
  12. package/dist/Common/DeleteCINodeButton/utils.d.ts +5 -2
  13. package/dist/Common/GenericDescription/utils.d.ts +1 -0
  14. package/dist/Common/Helper.d.ts +0 -1
  15. package/dist/Common/Tooltip/constants.d.ts +1 -0
  16. package/dist/Common/Types.d.ts +4 -7
  17. package/dist/Common/index.d.ts +1 -1
  18. package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/types.d.ts +38 -0
  19. package/dist/Shared/Components/CustomInput/CustomInput.d.ts +1 -1
  20. package/dist/Shared/Components/CustomInput/types.d.ts +1 -5
  21. package/dist/Shared/Components/FloatingVariablesSuggestions/FloatingVariablesSuggestions.d.ts +1 -1
  22. package/dist/Shared/Components/FloatingVariablesSuggestions/service.d.ts +3 -1
  23. package/dist/Shared/Components/FloatingVariablesSuggestions/types.d.ts +2 -1
  24. package/dist/Shared/Components/GenericInfoCard/GenericInfoCard.component.d.ts +3 -0
  25. package/dist/Shared/Components/GenericInfoCard/index.d.ts +2 -0
  26. package/dist/Shared/Components/GenericInfoCard/types.d.ts +26 -0
  27. package/dist/Shared/Components/GenericInfoCard/utils.d.ts +2 -0
  28. package/dist/Shared/Components/GitProviderIcon/GitProviderIcon.d.ts +1 -1
  29. package/dist/Shared/Components/GitProviderIcon/types.d.ts +8 -3
  30. package/dist/Shared/Components/GitProviderIcon/utils.d.ts +2 -0
  31. package/dist/Shared/Components/GraphVisualizer/GraphVisualizer.d.ts +2 -0
  32. package/dist/Shared/Components/GraphVisualizer/components/BaseNode.d.ts +2 -0
  33. package/dist/Shared/Components/GraphVisualizer/components/DropdownNode.d.ts +3 -0
  34. package/dist/Shared/Components/GraphVisualizer/components/IconNode.d.ts +3 -0
  35. package/dist/Shared/Components/GraphVisualizer/components/TextNode.d.ts +3 -0
  36. package/dist/Shared/Components/GraphVisualizer/components/index.d.ts +4 -0
  37. package/dist/Shared/Components/GraphVisualizer/components/types.d.ts +19 -0
  38. package/dist/Shared/Components/GraphVisualizer/constants.d.ts +15 -0
  39. package/dist/Shared/Components/GraphVisualizer/index.d.ts +2 -0
  40. package/dist/Shared/Components/GraphVisualizer/types.d.ts +12 -0
  41. package/dist/Shared/Components/GraphVisualizer/utils.d.ts +17 -0
  42. package/dist/Shared/Components/Header/types.d.ts +1 -0
  43. package/dist/Shared/Components/Icon/Icon.d.ts +3 -9
  44. package/dist/Shared/Components/Icon/IconBase.d.ts +1 -1
  45. package/dist/Shared/Components/Icon/constants.d.ts +2 -0
  46. package/dist/Shared/Components/Icon/types.d.ts +2 -2
  47. package/dist/Shared/Components/ModalSidebarPanel/types.d.ts +1 -1
  48. package/dist/Shared/Components/ReactSelect/constants.d.ts +7 -15
  49. package/dist/Shared/Components/SelectPicker/type.d.ts +1 -1
  50. package/dist/Shared/Components/WorkflowOptionsModal/WorkflowOptionsModal.d.ts +1 -1
  51. package/dist/Shared/Components/WorkflowOptionsModal/types.d.ts +2 -1
  52. package/dist/Shared/Components/index.d.ts +2 -6
  53. package/dist/Shared/Helpers.d.ts +0 -1
  54. package/dist/Shared/Providers/types.d.ts +1 -1
  55. package/dist/Shared/Services/app.service.d.ts +4 -1
  56. package/dist/Shared/Services/common.service.d.ts +2 -1
  57. package/dist/Shared/Services/index.d.ts +1 -0
  58. package/dist/Shared/Services/template.service.d.ts +2 -0
  59. package/dist/Shared/constants.d.ts +0 -3
  60. package/dist/Shared/types.d.ts +0 -33
  61. package/dist/Shared/validations.d.ts +1 -0
  62. package/dist/assets/@code-editor.css +1 -1
  63. package/dist/assets/@vendor.css +1 -1
  64. package/dist/assets/ic-card-stack.efd37c91.svg +3 -0
  65. package/dist/assets/{ic-caret-left.3df25a7c.svg → ic-copy.416d85f3.svg} +1 -1
  66. package/dist/assets/ic-new.2c179139.svg +3 -0
  67. package/dist/index.d.ts +8 -0
  68. package/dist/index.js +800 -806
  69. package/package.json +2 -2
  70. package/dist/Common/API/CoreAPI.d.ts +0 -17
  71. package/dist/Common/API/constants.d.ts +0 -70
  72. package/dist/Common/API/index.d.ts +0 -3
  73. package/dist/Common/API/types.d.ts +0 -23
  74. package/dist/Common/API/utils.d.ts +0 -12
  75. package/dist/Shared/Components/CountrySelect/CountrySelect.component.d.ts +0 -3
  76. package/dist/Shared/Components/CountrySelect/index.d.ts +0 -1
  77. package/dist/Shared/Components/CountrySelect/types.d.ts +0 -7
  78. package/dist/Shared/Components/CountrySelect/utils.d.ts +0 -4
  79. package/dist/Shared/Components/DevtronLicenseCard/DevtronLicenseCard.d.ts +0 -3
  80. package/dist/Shared/Components/DevtronLicenseCard/index.d.ts +0 -3
  81. package/dist/Shared/Components/DevtronLicenseCard/types.d.ts +0 -18
  82. package/dist/Shared/Components/DevtronLicenseCard/utils.d.ts +0 -6
  83. package/dist/Shared/Components/FlagImage/FlagImage.component.d.ts +0 -3
  84. package/dist/Shared/Components/FlagImage/index.d.ts +0 -1
  85. package/dist/Shared/Components/FlagImage/types.d.ts +0 -5
  86. package/dist/Shared/Components/LoginBanner/LoginBanner.d.ts +0 -2
  87. package/dist/Shared/Components/LoginBanner/constants.d.ts +0 -2
  88. package/dist/Shared/Components/LoginBanner/index.d.ts +0 -1
  89. package/dist/Shared/Components/LoginBanner/types.d.ts +0 -7
  90. package/dist/Shared/Components/PhoneInput/PhoneInput.component.d.ts +0 -3
  91. package/dist/Shared/Components/PhoneInput/index.d.ts +0 -1
  92. package/dist/Shared/Components/PhoneInput/types.d.ts +0 -11
  93. package/dist/assets/ic-book-open.e839bbda.svg +0 -3
  94. package/dist/assets/ic-chat-circle-dots.b5afd171.svg +0 -3
  95. package/dist/assets/ic-devtron-header-logo.7dc157aa.svg +0 -4
  96. package/dist/assets/ic-devtron.aca6cbaa.svg +0 -3
  97. package/dist/assets/ic-key.56432553.svg +0 -19
  98. package/dist/assets/ic-quote.68f093fe.svg +0 -3
  99. package/dist/assets/ic-timer.ae5f10fa.svg +0 -19
@@ -1,4 +1,4 @@
1
- import { bF as xt, bG as Bt, bH as Ft, bI as v, bJ as U, bK as xe, bv as re, bL as h, bD as f, bM as Y, bN as Vt, bO as Ue, bP as Et, bQ as yt, bR as Wt, bS as Xt, bT as Zt, bU as ne } from "./@vendor-xG1dUtf3.js";
1
+ import { bK as xt, bL as Bt, bM as Ft, bN as v, bO as U, bP as xe, bA as re, bQ as h, bI as f, bR as Y, bS as Vt, bT as Ue, bU as Et, bV as yt, bW as Wt, bX as Xt, bY as Zt, bZ as ne } from "./@vendor-DXbFZ041.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 { bV as x } from "./@vendor-xG1dUtf3.js";
5
+ import { b_ as x } from "./@vendor-DXbFZ041.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) {