@devtron-labs/devtron-fe-common-lib 1.15.2 → 1.15.3-beta-0

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 (114) hide show
  1. package/dist/{@code-editor-O_mIinn2.js → @code-editor-4GamD7ww.js} +8819 -8515
  2. package/dist/{@common-rjsf-BQQNvTlX.js → @common-rjsf-D5al5CTH.js} +222 -230
  3. package/dist/{@framer-motion-Dchiw-Rb.js → @framer-motion-CqekqZ92.js} +637 -619
  4. package/dist/{@react-dates-D5kydtW-.js → @react-dates-B6q1sdbJ.js} +14 -14
  5. package/dist/{@react-select-Cmser7OI.js → @react-select-LSvqtVJj.js} +1 -1
  6. package/dist/{@react-virtualized-sticky-tree-DMnFy9PE.js → @react-virtualized-sticky-tree-BpJty95h.js} +1 -1
  7. package/dist/{@vendor-STJ9h0oI.js → @vendor-DC3JvJ9U.js} +9667 -9657
  8. package/dist/Common/Constants.d.ts +3 -0
  9. package/dist/Common/Dialogs/Types.d.ts +0 -17
  10. package/dist/Common/Dialogs/index.d.ts +0 -1
  11. package/dist/Common/RJSF/widgets/Checkbox.d.ts +1 -1
  12. package/dist/Common/Types.d.ts +8 -43
  13. package/dist/Common/index.d.ts +0 -2
  14. package/dist/Shared/Analytics/analytics.d.ts +2 -0
  15. package/dist/Shared/Components/Backdrop/Backdrop.d.ts +1 -1
  16. package/dist/Shared/Components/Backdrop/index.d.ts +1 -0
  17. package/dist/Shared/Components/Backdrop/types.d.ts +16 -2
  18. package/dist/Shared/Components/Backdrop/utils.d.ts +1 -0
  19. package/dist/Shared/Components/Button/Button.component.d.ts +1 -1
  20. package/dist/Shared/Components/Button/types.d.ts +2 -2
  21. package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/utils.d.ts +2 -1
  22. package/dist/Shared/Components/CICDHistory/service.d.ts +1 -7
  23. package/dist/Shared/Components/CICDHistory/types.d.ts +2 -18
  24. package/dist/Shared/Components/DeploymentConfigDiff/DeploymentConfigDiff.types.d.ts +18 -1
  25. package/dist/Shared/Components/DeploymentConfigDiff/DeploymentConfigDiffRadioSelect.d.ts +7 -0
  26. package/dist/Shared/Components/DeploymentConfigDiff/index.d.ts +1 -0
  27. package/dist/Shared/Components/DocLink/constants.d.ts +3 -0
  28. package/dist/Shared/Components/DocLink/types.d.ts +1 -0
  29. package/dist/Shared/Components/DocLink/utils.d.ts +1 -1
  30. package/dist/Shared/Components/DynamicDataTable/types.d.ts +1 -1
  31. package/dist/Shared/Components/GenericModal/GenericModal.component.d.ts +9 -0
  32. package/dist/Shared/Components/GenericModal/GenericModal.context.d.ts +6 -0
  33. package/dist/Shared/Components/GenericModal/constants.d.ts +2 -0
  34. package/dist/Shared/Components/GenericModal/index.d.ts +2 -0
  35. package/dist/Shared/Components/GenericModal/types.d.ts +37 -0
  36. package/dist/Shared/Components/Header/HeaderWithCreateButton/HeaderWithCreateButon.d.ts +1 -1
  37. package/dist/Shared/Components/Header/HeaderWithCreateButton/types.d.ts +2 -0
  38. package/dist/Shared/Components/Header/types.d.ts +2 -1
  39. package/dist/Shared/Components/Icon/Icon.d.ts +20 -1
  40. package/dist/Shared/Components/InvalidYAMLTippy/types.d.ts +1 -1
  41. package/dist/Shared/Components/Popover/types.d.ts +5 -0
  42. package/dist/Shared/Components/Popover/usePopover.hook.d.ts +1 -1
  43. package/dist/Shared/Components/ProgressBar/ProgressBar.component.d.ts +2 -0
  44. package/dist/Shared/Components/ProgressBar/index.d.ts +1 -0
  45. package/dist/Shared/Components/ProgressBar/types.d.ts +9 -0
  46. package/dist/Shared/Components/SelectPicker/common.d.ts +1 -1
  47. package/dist/Shared/Components/SelectPicker/type.d.ts +1 -1
  48. package/dist/Shared/Components/Switch/Switch.component.d.ts +1 -1
  49. package/dist/Shared/Components/Switch/types.d.ts +11 -2
  50. package/dist/Shared/Components/Switch/utils.d.ts +2 -2
  51. package/dist/Shared/Components/SwitchThemeDialog/SwitchThemeDialog.component.d.ts +3 -0
  52. package/dist/Shared/Components/SwitchThemeDialog/index.d.ts +2 -0
  53. package/dist/Shared/Components/SwitchThemeDialog/types.d.ts +35 -0
  54. package/dist/Shared/Components/TabGroup/TabGroup.types.d.ts +1 -1
  55. package/dist/Shared/Components/TargetPlatforms/types.d.ts +1 -1
  56. package/dist/Shared/Components/Textarea/Textarea.component.d.ts +1 -1
  57. package/dist/Shared/Components/Textarea/types.d.ts +17 -1
  58. package/dist/Shared/Components/Textarea/utils.d.ts +5 -0
  59. package/dist/Shared/Components/ToggleResolveScopedVariables/ToggleResolveScopedVariables.component.d.ts +1 -1
  60. package/dist/Shared/Components/ToggleResolveScopedVariables/types.d.ts +1 -1
  61. package/dist/Shared/Components/Typewriter/BlinkingCursor.d.ts +1 -0
  62. package/dist/Shared/Components/Typewriter/index.d.ts +2 -0
  63. package/dist/Shared/Components/Typewriter/useTypewriter.d.ts +1 -0
  64. package/dist/Shared/Components/WorkflowOptionsModal/SourceTypeCard.d.ts +1 -1
  65. package/dist/Shared/Components/WorkflowOptionsModal/WorkflowOptionsModal.d.ts +1 -1
  66. package/dist/Shared/Components/WorkflowOptionsModal/constants.d.ts +75 -41
  67. package/dist/Shared/Components/WorkflowOptionsModal/index.d.ts +1 -0
  68. package/dist/Shared/Components/WorkflowOptionsModal/types.d.ts +10 -12
  69. package/dist/Shared/Components/WorkflowOptionsModal/utils.d.ts +13 -2
  70. package/dist/Shared/Components/index.d.ts +4 -0
  71. package/dist/Shared/Providers/index.d.ts +1 -0
  72. package/dist/Shared/Providers/types.d.ts +40 -12
  73. package/dist/Shared/Services/app.types.d.ts +7 -2
  74. package/dist/Shared/constants.d.ts +2 -1
  75. package/dist/Shared/types.d.ts +9 -3
  76. package/dist/assets/@code-editor.css +1 -1
  77. package/dist/assets/ic-add.2d785695.svg +3 -0
  78. package/dist/assets/ic-asterisk.ab224e72.svg +3 -0
  79. package/dist/assets/ic-brain.838491eb.svg +3 -0
  80. package/dist/assets/ic-cluster-isolated.93f843b9.svg +3 -0
  81. package/dist/assets/{ic-cluster.71ba9e26.svg → ic-cluster.f1c3fad1.svg} +1 -1
  82. package/dist/assets/ic-deploy-color.73a8df48.svg +14 -0
  83. package/dist/assets/ic-deploy-sync.6b1cf1b1.svg +16 -0
  84. package/dist/assets/ic-devtron-ai.535b45ec.svg +287 -0
  85. package/dist/assets/ic-environment-isolated.b772ae9d.svg +3 -0
  86. package/dist/assets/ic-environment.e639b8f3.svg +4 -0
  87. package/dist/assets/ic-folder-color.7cf84356.svg +6 -0
  88. package/dist/assets/ic-git-branch.d6b3d950.svg +3 -0
  89. package/dist/assets/ic-linked-build-color.d1df5ce1.svg +7 -0
  90. package/dist/assets/ic-minus.416da21b.svg +3 -0
  91. package/dist/assets/ic-openai.6e4c9a37.svg +10 -0
  92. package/dist/assets/ic-paper-plane.ad7e6d2f.svg +3 -0
  93. package/dist/assets/ic-shapes.b7b5c28f.svg +3 -0
  94. package/dist/assets/ic-sparkle-ai-color.34768219.svg +11 -0
  95. package/dist/assets/ic-sparkle-color.a9722593.svg +18 -0
  96. package/dist/assets/ic-stop-fill.32ea653f.svg +8 -0
  97. package/dist/assets/ic-webhook.ffd8ded6.svg +21 -0
  98. package/dist/assets/ic-world-globe.877fa6a0.svg +3 -0
  99. package/dist/assets/workflow-options-modal-header.0444485e.svg +38 -0
  100. package/dist/index.d.ts +7 -0
  101. package/dist/index.js +757 -756
  102. package/package.json +3 -3
  103. package/dist/Common/Dialogs/ConfirmationDialog.d.ts +0 -11
  104. package/dist/Common/InfoColorBar/InfoColourbar.d.ts +0 -6
  105. package/dist/Common/Toggle/Toggle.d.ts +0 -18
  106. package/dist/assets/change-source.abc9d12f.png +0 -0
  107. package/dist/assets/ic-add.18a93616.svg +0 -19
  108. package/dist/assets/ic-ci-webhook.a2ab6db6.svg +0 -42
  109. package/dist/assets/ic-source-build.7d776b10.svg +0 -22
  110. package/dist/assets/ic-source-job.a40f06cf.svg +0 -26
  111. package/dist/assets/ic-source-linked-build.f24ecbed.svg +0 -24
  112. package/dist/assets/ic-source-webhook.ee64a29a.svg +0 -22
  113. package/dist/assets/ic-sparkle-color.01c0be88.svg +0 -1
  114. package/dist/assets/select-image-source.fb911f42.png +0 -0

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.