@devtron-labs/devtron-fe-common-lib 1.9.5-beta-1 → 1.9.5-beta-2

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 (93) hide show
  1. package/dist/{@code-editor-T6Mhnd9I.js → @code-editor-YfUq8lRh.js} +7497 -7474
  2. package/dist/{@common-rjsf-nN8cdgqv.js → @common-rjsf-uW-aIzbh.js} +2 -2
  3. package/dist/{@framer-motion-d6Rrf9nF.js → @framer-motion-Cx1gSa6-.js} +1 -1
  4. package/dist/{@react-dates-ClfZGMIH.js → @react-dates-ukcBEyJ1.js} +243 -243
  5. package/dist/{@react-select-BvPf5K_D.js → @react-select-Cas7oOFN.js} +1 -1
  6. package/dist/{@react-virtualized-sticky-tree-BGA3IyDu.js → @react-virtualized-sticky-tree-DRihF7_6.js} +1 -1
  7. package/dist/{@vendor-KiGK4ZkE.js → @vendor-xG1dUtf3.js} +25097 -30904
  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/Constants.d.ts +92 -94
  14. package/dist/Common/Helper.d.ts +1 -0
  15. package/dist/Common/Tooltip/constants.d.ts +0 -1
  16. package/dist/Common/Types.d.ts +7 -4
  17. package/dist/Common/index.d.ts +1 -1
  18. package/dist/Pages/Applications/DevtronApps/Details/AppConfigurations/types.d.ts +0 -38
  19. package/dist/Shared/Components/CountrySelect/CountrySelect.component.d.ts +3 -0
  20. package/dist/Shared/Components/CountrySelect/index.d.ts +1 -0
  21. package/dist/Shared/Components/CountrySelect/types.d.ts +7 -0
  22. package/dist/Shared/Components/CountrySelect/utils.d.ts +4 -0
  23. package/dist/Shared/Components/CustomInput/CustomInput.d.ts +1 -1
  24. package/dist/Shared/Components/CustomInput/types.d.ts +5 -1
  25. package/dist/Shared/Components/DevtronLicenseCard/DevtronLicenseCard.d.ts +3 -0
  26. package/dist/Shared/Components/DevtronLicenseCard/index.d.ts +3 -0
  27. package/dist/Shared/Components/DevtronLicenseCard/types.d.ts +18 -0
  28. package/dist/Shared/Components/DevtronLicenseCard/utils.d.ts +6 -0
  29. package/dist/Shared/Components/FlagImage/FlagImage.component.d.ts +3 -0
  30. package/dist/Shared/Components/FlagImage/index.d.ts +1 -0
  31. package/dist/Shared/Components/FlagImage/types.d.ts +5 -0
  32. package/dist/Shared/Components/FloatingVariablesSuggestions/FloatingVariablesSuggestions.d.ts +1 -1
  33. package/dist/Shared/Components/FloatingVariablesSuggestions/service.d.ts +1 -3
  34. package/dist/Shared/Components/FloatingVariablesSuggestions/types.d.ts +1 -2
  35. package/dist/Shared/Components/GitProviderIcon/GitProviderIcon.d.ts +1 -1
  36. package/dist/Shared/Components/GitProviderIcon/types.d.ts +3 -8
  37. package/dist/Shared/Components/Header/types.d.ts +0 -1
  38. package/dist/Shared/Components/Icon/Icon.d.ts +9 -3
  39. package/dist/Shared/Components/LoginBanner/LoginBanner.d.ts +2 -0
  40. package/dist/Shared/Components/LoginBanner/constants.d.ts +2 -0
  41. package/dist/Shared/Components/LoginBanner/index.d.ts +1 -0
  42. package/dist/Shared/Components/LoginBanner/types.d.ts +7 -0
  43. package/dist/Shared/Components/ModalSidebarPanel/types.d.ts +1 -1
  44. package/dist/Shared/Components/PhoneInput/PhoneInput.component.d.ts +3 -0
  45. package/dist/Shared/Components/PhoneInput/index.d.ts +1 -0
  46. package/dist/Shared/Components/PhoneInput/types.d.ts +11 -0
  47. package/dist/Shared/Components/ReactSelect/constants.d.ts +15 -7
  48. package/dist/Shared/Components/SelectPicker/type.d.ts +1 -1
  49. package/dist/Shared/Components/WorkflowOptionsModal/WorkflowOptionsModal.d.ts +1 -1
  50. package/dist/Shared/Components/WorkflowOptionsModal/types.d.ts +1 -2
  51. package/dist/Shared/Components/index.d.ts +6 -2
  52. package/dist/Shared/Helpers.d.ts +1 -0
  53. package/dist/Shared/Providers/types.d.ts +1 -1
  54. package/dist/Shared/Services/app.service.d.ts +1 -4
  55. package/dist/Shared/Services/common.service.d.ts +1 -2
  56. package/dist/Shared/Services/index.d.ts +0 -1
  57. package/dist/Shared/constants.d.ts +3 -0
  58. package/dist/Shared/types.d.ts +33 -0
  59. package/dist/Shared/validations.d.ts +0 -1
  60. package/dist/assets/@code-editor.css +1 -1
  61. package/dist/assets/@vendor.css +1 -1
  62. package/dist/assets/ic-book-open.e839bbda.svg +3 -0
  63. package/dist/assets/{ic-copy.416d85f3.svg → ic-caret-left.3df25a7c.svg} +1 -1
  64. package/dist/assets/ic-chat-circle-dots.b5afd171.svg +3 -0
  65. package/dist/assets/ic-devtron-header-logo.7dc157aa.svg +4 -0
  66. package/dist/assets/ic-devtron.aca6cbaa.svg +3 -0
  67. package/dist/assets/ic-key.56432553.svg +19 -0
  68. package/dist/assets/ic-quote.68f093fe.svg +3 -0
  69. package/dist/assets/ic-timer.ae5f10fa.svg +19 -0
  70. package/dist/index.d.ts +0 -8
  71. package/dist/index.js +806 -800
  72. package/package.json +2 -2
  73. package/dist/Common/Api.d.ts +0 -15
  74. package/dist/Common/GenericDescription/utils.d.ts +0 -1
  75. package/dist/Shared/Components/GenericInfoCard/GenericInfoCard.component.d.ts +0 -3
  76. package/dist/Shared/Components/GenericInfoCard/index.d.ts +0 -2
  77. package/dist/Shared/Components/GenericInfoCard/types.d.ts +0 -26
  78. package/dist/Shared/Components/GenericInfoCard/utils.d.ts +0 -2
  79. package/dist/Shared/Components/GitProviderIcon/utils.d.ts +0 -2
  80. package/dist/Shared/Components/GraphVisualizer/GraphVisualizer.d.ts +0 -2
  81. package/dist/Shared/Components/GraphVisualizer/components/BaseNode.d.ts +0 -2
  82. package/dist/Shared/Components/GraphVisualizer/components/DropdownNode.d.ts +0 -3
  83. package/dist/Shared/Components/GraphVisualizer/components/IconNode.d.ts +0 -3
  84. package/dist/Shared/Components/GraphVisualizer/components/TextNode.d.ts +0 -3
  85. package/dist/Shared/Components/GraphVisualizer/components/index.d.ts +0 -4
  86. package/dist/Shared/Components/GraphVisualizer/components/types.d.ts +0 -19
  87. package/dist/Shared/Components/GraphVisualizer/constants.d.ts +0 -15
  88. package/dist/Shared/Components/GraphVisualizer/index.d.ts +0 -2
  89. package/dist/Shared/Components/GraphVisualizer/types.d.ts +0 -12
  90. package/dist/Shared/Components/GraphVisualizer/utils.d.ts +0 -17
  91. package/dist/Shared/Services/template.service.d.ts +0 -2
  92. package/dist/assets/ic-card-stack.efd37c91.svg +0 -3
  93. package/dist/assets/ic-new.2c179139.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.