@devtron-labs/devtron-fe-common-lib 1.10.5 → 1.10.8

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 (84) hide show
  1. package/dist/{@code-editor-DwwIv9LZ.js → @code-editor-D7ZRptJX.js} +8425 -7705
  2. package/dist/{@common-rjsf-DWrVj2Di.js → @common-rjsf-ChTpxn4v.js} +2 -2
  3. package/dist/{@framer-motion--UCnj55s.js → @framer-motion-DMD7dX-G.js} +972 -893
  4. package/dist/{@react-dates-B3_Y9Kyv.js → @react-dates-DxmDHBUI.js} +1 -1
  5. package/dist/{@react-select-DMzK6fkF.js → @react-select-BR4eLpVa.js} +1 -1
  6. package/dist/{@react-virtualized-sticky-tree-Ck5oyLp9.js → @react-virtualized-sticky-tree-Ca-pl6uN.js} +1 -1
  7. package/dist/{@vendor-DXbFZ041.js → @vendor-DZHtXPTX.js} +14866 -14544
  8. package/dist/Common/API/CoreAPI.d.ts +17 -0
  9. package/dist/Common/API/constants.d.ts +70 -0
  10. package/dist/Common/API/index.d.ts +3 -0
  11. package/dist/Common/API/types.d.ts +23 -0
  12. package/dist/Common/API/utils.d.ts +12 -0
  13. package/dist/Common/ClipboardButton/ClipboardButton.d.ts +1 -1
  14. package/dist/Common/ClipboardButton/types.d.ts +11 -0
  15. package/dist/Common/Constants.d.ts +6 -0
  16. package/dist/Common/DevtronCopyright.d.ts +2 -0
  17. package/dist/Common/Helper.d.ts +1 -0
  18. package/dist/Common/Types.d.ts +11 -0
  19. package/dist/Common/index.d.ts +2 -1
  20. package/dist/Shared/Analytics/analytics.d.ts +2 -0
  21. package/dist/Shared/Analytics/index.d.ts +2 -0
  22. package/dist/Shared/Analytics/types.d.ts +3 -0
  23. package/dist/Shared/Components/Button/types.d.ts +16 -2
  24. package/dist/Shared/Components/CICDHistory/service.d.ts +1 -1
  25. package/dist/Shared/Components/CountrySelect/CountrySelect.component.d.ts +3 -0
  26. package/dist/Shared/Components/CountrySelect/index.d.ts +1 -0
  27. package/dist/Shared/Components/CountrySelect/types.d.ts +7 -0
  28. package/dist/Shared/Components/CountrySelect/utils.d.ts +4 -0
  29. package/dist/Shared/Components/CustomInput/CustomInput.d.ts +1 -1
  30. package/dist/Shared/Components/CustomInput/types.d.ts +5 -1
  31. package/dist/Shared/Components/DevtronLicenseCard/DevtronLicenseCard.d.ts +3 -0
  32. package/dist/Shared/Components/DevtronLicenseCard/InstallationFingerprintInfo.d.ts +3 -0
  33. package/dist/Shared/Components/DevtronLicenseCard/index.d.ts +4 -0
  34. package/dist/Shared/Components/DevtronLicenseCard/types.d.ts +26 -0
  35. package/dist/Shared/Components/DevtronLicenseCard/utils.d.ts +6 -0
  36. package/dist/Shared/Components/FlagImage/FlagImage.component.d.ts +3 -0
  37. package/dist/Shared/Components/FlagImage/index.d.ts +1 -0
  38. package/dist/Shared/Components/FlagImage/types.d.ts +5 -0
  39. package/dist/Shared/Components/FormFieldWrapper/FormFieldWrapper.d.ts +1 -1
  40. package/dist/Shared/Components/FormFieldWrapper/index.d.ts +1 -0
  41. package/dist/Shared/Components/FormFieldWrapper/types.d.ts +4 -0
  42. package/dist/Shared/Components/Header/types.d.ts +0 -1
  43. package/dist/Shared/Components/Header/utils.d.ts +2 -0
  44. package/dist/Shared/Components/Icon/Icon.d.ts +18 -0
  45. package/dist/Shared/Components/LoginBanner/LoginBanner.d.ts +2 -0
  46. package/dist/Shared/Components/LoginBanner/constants.d.ts +4 -0
  47. package/dist/Shared/Components/LoginBanner/index.d.ts +1 -0
  48. package/dist/Shared/Components/LoginBanner/types.d.ts +7 -0
  49. package/dist/Shared/Components/PhoneInput/PhoneInput.component.d.ts +3 -0
  50. package/dist/Shared/Components/PhoneInput/index.d.ts +1 -0
  51. package/dist/Shared/Components/PhoneInput/types.d.ts +11 -0
  52. package/dist/Shared/Components/SelectPicker/SelectPicker.component.d.ts +1 -1
  53. package/dist/Shared/Components/Textarea/Textarea.component.d.ts +1 -1
  54. package/dist/Shared/Components/index.d.ts +6 -0
  55. package/dist/Shared/Helpers.d.ts +8 -1
  56. package/dist/Shared/Providers/ThemeProvider/utils.d.ts +1 -0
  57. package/dist/Shared/Providers/types.d.ts +8 -2
  58. package/dist/Shared/constants.d.ts +5 -0
  59. package/dist/Shared/index.d.ts +1 -0
  60. package/dist/Shared/types.d.ts +64 -0
  61. package/dist/assets/@code-editor.css +1 -1
  62. package/dist/assets/ic-73strings.ed7da294.svg +5 -0
  63. package/dist/assets/ic-apica.5a540546.svg +15 -0
  64. package/dist/assets/ic-ather.39aed36c.svg +11 -0
  65. package/dist/assets/ic-bharatpe.fc52fe6d.svg +15 -0
  66. package/dist/assets/ic-book-open.e839bbda.svg +3 -0
  67. package/dist/assets/ic-caret-left.3df25a7c.svg +3 -0
  68. package/dist/assets/ic-chat-circle-dots.b5afd171.svg +3 -0
  69. package/dist/assets/ic-cookr.d1510986.svg +26 -0
  70. package/dist/assets/ic-delhivery.7b49a398.svg +15 -0
  71. package/dist/assets/ic-devtron-header-logo.265be507.svg +4 -0
  72. package/dist/assets/ic-devtron.aca6cbaa.svg +3 -0
  73. package/dist/assets/ic-livspace.fc75c45f.svg +13 -0
  74. package/dist/assets/ic-quote.68f093fe.svg +3 -0
  75. package/dist/assets/ic-spinny.3884a5fb.svg +14 -0
  76. package/dist/assets/ic-tata1mg.75b97a64.svg +13 -0
  77. package/dist/assets/ic-timer.ae5f10fa.svg +19 -0
  78. package/dist/assets/ic-travclan.29b9f4c3.svg +13 -0
  79. package/dist/assets/licenseCardBG.9753c392.svg +259 -0
  80. package/dist/assets/login-screen-ui.a33a6496.webp +0 -0
  81. package/dist/index.d.ts +1 -3
  82. package/dist/index.js +806 -778
  83. package/package.json +2 -1
  84. package/dist/Common/Api.d.ts +0 -15
@@ -1,5 +1,5 @@
1
1
  import Te from "react";
2
- import { be as xe, bf as we, bg as ve, bh as lr, bi as Le, bj as Je, bk as tt, bl as at, bm as et, bn as lt, bo as rt, bp as Xn, bq as sr, br as Jn, bs as Dt, bt as Go, bu as dr, bv as eo, bw as to, bx as ao, by as $o, bz as Yo, bA as ur, bB as Fe, bC as Rt, bD as Uo, bE as cr, bF as Qo, bG as Cr, bH as Zo, bI as Xo, bJ as Jo } from "./@vendor-DXbFZ041.js";
2
+ import { bj as xe, bk as we, bl as ve, bm as lr, bn as Le, bo as Je, bp as tt, bq as at, br as et, bs as lt, bt as rt, bu as Xn, bv as sr, bw as Jn, bx as Dt, by as Go, bz as dr, bA as eo, bB as to, bC as ao, bD as $o, bE as Yo, bF as ur, bG as Fe, bH as Rt, bI as Uo, bJ as cr, bK as Qo, bL as Cr, bM as Zo, bN as Xo, bO as Jo } from "./@vendor-DZHtXPTX.js";
3
3
  import { r as Ne, g as ei, h as ti } from "./@moment-C_WeV3Af.js";
4
4
  import './assets/@react-dates.css';var ro = {}, Wt = {}, jt = {}, Mr;
5
5
  function Ve() {
@@ -1,4 +1,4 @@
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";
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";
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 { b_ as x } from "./@vendor-DXbFZ041.js";
5
+ import { c3 as x } from "./@vendor-DZHtXPTX.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) {