@devtron-labs/devtron-fe-common-lib 1.5.3-beta-3 → 1.5.4-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 (78) hide show
  1. package/dist/{@code-editor-BOZaVf1s.js → @code-editor-KLI_WLw7.js} +6713 -7584
  2. package/dist/{@common-rjsf-xACGB2Yo.js → @common-rjsf-CRAlH24z.js} +2 -2
  3. package/dist/{@framer-motion-CtC3e2uC.js → @framer-motion-CdgdF0KV.js} +1 -1
  4. package/dist/{@react-dates-BlBjJ115.js → @react-dates-CtQV2TLr.js} +31 -31
  5. package/dist/{@react-select-CjYy5-X-.js → @react-select-Cn3OpC9h.js} +1 -1
  6. package/dist/{@react-virtualized-sticky-tree-DCAYOwGQ.js → @react-virtualized-sticky-tree-CVJYfMx0.js} +1 -1
  7. package/dist/{@vendor-CB7cq1II.js → @vendor-CwAQS8iU.js} +8897 -9849
  8. package/dist/Common/Constants.d.ts +0 -6
  9. package/dist/Common/Helper.d.ts +5 -0
  10. package/dist/Pages/GlobalConfigurations/BuildInfra/Descriptor.d.ts +1 -1
  11. package/dist/Pages/GlobalConfigurations/BuildInfra/constants.d.ts +1 -7
  12. package/dist/Pages/GlobalConfigurations/BuildInfra/index.d.ts +0 -1
  13. package/dist/Pages/GlobalConfigurations/BuildInfra/services.d.ts +0 -2
  14. package/dist/Pages/GlobalConfigurations/BuildInfra/types.d.ts +51 -120
  15. package/dist/Pages/GlobalConfigurations/BuildInfra/utils.d.ts +2 -5
  16. package/dist/Shared/Components/CollapsibleList/CollapsibleList.types.d.ts +0 -5
  17. package/dist/Shared/Components/ConfirmationModal/types.d.ts +0 -4
  18. package/dist/Shared/Components/WorkflowOptionsModal/SourceTypeCard.d.ts +3 -0
  19. package/dist/Shared/Components/WorkflowOptionsModal/WorkflowOptionsModal.d.ts +3 -0
  20. package/dist/Shared/Components/WorkflowOptionsModal/constants.d.ts +54 -0
  21. package/dist/Shared/Components/WorkflowOptionsModal/index.d.ts +1 -0
  22. package/dist/Shared/Components/WorkflowOptionsModal/types.d.ts +28 -0
  23. package/dist/Shared/Components/WorkflowOptionsModal/utils.d.ts +14 -0
  24. package/dist/Shared/Components/index.d.ts +1 -5
  25. package/dist/Shared/Hooks/useForm/useForm.d.ts +2 -7
  26. package/dist/Shared/Providers/ThemeProvider/types.d.ts +1 -1
  27. package/dist/Shared/Providers/ThemeProvider/utils.d.ts +2 -1
  28. package/dist/Shared/Services/app.types.d.ts +1 -72
  29. package/dist/Shared/Services/common.service.d.ts +1 -0
  30. package/dist/Shared/Services/index.d.ts +0 -1
  31. package/dist/Shared/types.d.ts +17 -0
  32. package/dist/Shared/validations.d.ts +0 -4
  33. package/dist/assets/@code-editor.css +1 -1
  34. package/dist/assets/app-not-deployed.0cd07081.svg +125 -0
  35. package/dist/assets/change-source.abc9d12f.png +0 -0
  36. package/dist/assets/ic-mechanical-operation.3c3f4672.svg +76 -0
  37. package/dist/assets/ic-not-authorized.cb3b5ff2.svg +95 -0
  38. package/dist/assets/ic-source-build.7d776b10.svg +22 -0
  39. package/dist/assets/ic-source-job.a40f06cf.svg +26 -0
  40. package/dist/assets/ic-source-linked-build.f24ecbed.svg +24 -0
  41. package/dist/assets/ic-source-webhook.ee64a29a.svg +22 -0
  42. package/dist/assets/ic-view-variable-toggle.c335dfa0.svg +24 -0
  43. package/dist/assets/ic-vulnerability-not-found.e059b757.svg +117 -0
  44. package/dist/assets/no-artifact.fd2d84d9.webp +0 -0
  45. package/dist/assets/select-image-source.fb911f42.png +0 -0
  46. package/dist/index.js +688 -717
  47. package/package.json +3 -3
  48. package/dist/Pages/GlobalConfigurations/BuildInfra/BuildInfraUtilityContext.d.ts +0 -3
  49. package/dist/Pages/GlobalConfigurations/BuildInfra/validations.d.ts +0 -11
  50. package/dist/Shared/Components/CMCS/ConfigMapSecretReadyOnly.d.ts +0 -3
  51. package/dist/Shared/Components/CMCS/constants.d.ts +0 -23
  52. package/dist/Shared/Components/CMCS/helpers.d.ts +0 -1
  53. package/dist/Shared/Components/CMCS/index.d.ts +0 -6
  54. package/dist/Shared/Components/CMCS/types.d.ts +0 -24
  55. package/dist/Shared/Components/CMCS/utils.d.ts +0 -17
  56. package/dist/Shared/Components/CMCS/validations.d.ts +0 -3
  57. package/dist/Shared/Components/FloatingVariablesSuggestions/FloatingVariablesSuggestions.d.ts +0 -4
  58. package/dist/Shared/Components/FloatingVariablesSuggestions/SuggestionItem.d.ts +0 -3
  59. package/dist/Shared/Components/FloatingVariablesSuggestions/Suggestions.d.ts +0 -3
  60. package/dist/Shared/Components/FloatingVariablesSuggestions/SuggestionsInfo.d.ts +0 -2
  61. package/dist/Shared/Components/FloatingVariablesSuggestions/constants.d.ts +0 -7
  62. package/dist/Shared/Components/FloatingVariablesSuggestions/index.d.ts +0 -1
  63. package/dist/Shared/Components/FloatingVariablesSuggestions/service.d.ts +0 -2
  64. package/dist/Shared/Components/FloatingVariablesSuggestions/types.d.ts +0 -39
  65. package/dist/Shared/Components/ToggleResolveScopedVariables/ToggleResolveScopedVariables.component.d.ts +0 -3
  66. package/dist/Shared/Components/ToggleResolveScopedVariables/index.d.ts +0 -1
  67. package/dist/Shared/Components/ToggleResolveScopedVariables/types.d.ts +0 -10
  68. package/dist/Shared/Components/UnsavedChanges/UnsavedChanges.component.d.ts +0 -2
  69. package/dist/Shared/Components/UnsavedChanges/index.d.ts +0 -1
  70. package/dist/Shared/Components/UnsavedChangesDialog/UnsavedChangesDialog.component.d.ts +0 -3
  71. package/dist/Shared/Components/UnsavedChangesDialog/index.d.ts +0 -1
  72. package/dist/Shared/Components/UnsavedChangesDialog/types.d.ts +0 -5
  73. package/dist/assets/app-not-deployed.acdf0271.png +0 -0
  74. package/dist/assets/ic-mechanical-operation.08b38afd.svg +0 -84
  75. package/dist/assets/ic-not-authorized.24862281.svg +0 -78
  76. package/dist/assets/ic-view-variable-toggle.93c3599f.svg +0 -19
  77. package/dist/assets/ic-vulnerability-not-found.d8a4d43c.svg +0 -65
  78. package/dist/assets/no-artifact@2x.6afc74bc.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.