@devtron-labs/devtron-fe-common-lib 1.5.0 → 1.5.1-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 (86) hide show
  1. package/dist/{@code-editor-BhKgnbkm.js → @code-editor-B0vme9Gy.js} +8159 -6869
  2. package/dist/{@common-rjsf-DIkXvOXb.js → @common-rjsf-D8vkvmqW.js} +102 -90
  3. package/dist/{@framer-motion-CdgdF0KV.js → @framer-motion-CtC3e2uC.js} +1 -1
  4. package/dist/{@react-dates-CtQV2TLr.js → @react-dates-BlBjJ115.js} +31 -31
  5. package/dist/{@react-select-Cn3OpC9h.js → @react-select-CjYy5-X-.js} +1 -1
  6. package/dist/{@react-virtualized-sticky-tree-CVJYfMx0.js → @react-virtualized-sticky-tree-DCAYOwGQ.js} +1 -1
  7. package/dist/{@vendor-CwAQS8iU.js → @vendor-CB7cq1II.js} +10317 -9365
  8. package/dist/Common/CodeEditor/CodeEditor.reducer.d.ts +7 -7
  9. package/dist/Common/CodeEditor/types.d.ts +9 -10
  10. package/dist/Common/CodeEditor/utils.d.ts +3 -0
  11. package/dist/Common/Constants.d.ts +6 -0
  12. package/dist/Common/MultiSelectCustomization.d.ts +2 -0
  13. package/dist/Common/RJSF/utils.d.ts +3 -0
  14. package/dist/Common/SegmentedControl/SegmentedControl.component.d.ts +1 -1
  15. package/dist/Common/SegmentedControl/constants.d.ts +2 -0
  16. package/dist/Common/SegmentedControl/types.d.ts +7 -1
  17. package/dist/Pages/GlobalConfigurations/BuildInfra/BuildInfraUtilityContext.d.ts +3 -0
  18. package/dist/Pages/GlobalConfigurations/BuildInfra/Descriptor.d.ts +1 -1
  19. package/dist/Pages/GlobalConfigurations/BuildInfra/constants.d.ts +7 -1
  20. package/dist/Pages/GlobalConfigurations/BuildInfra/index.d.ts +1 -0
  21. package/dist/Pages/GlobalConfigurations/BuildInfra/services.d.ts +2 -0
  22. package/dist/Pages/GlobalConfigurations/BuildInfra/types.d.ts +120 -51
  23. package/dist/Pages/GlobalConfigurations/BuildInfra/utils.d.ts +5 -2
  24. package/dist/Pages/GlobalConfigurations/BuildInfra/validations.d.ts +11 -0
  25. package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/DeploymentHistoryDiffView.d.ts +1 -1
  26. package/dist/Shared/Components/CICDHistory/constants.d.ts +2 -0
  27. package/dist/Shared/Components/CICDHistory/types.d.ts +0 -2
  28. package/dist/Shared/Components/CMCS/ConfigMapSecretReadyOnly.d.ts +3 -0
  29. package/dist/Shared/Components/CMCS/constants.d.ts +23 -0
  30. package/dist/Shared/Components/CMCS/helpers.d.ts +1 -0
  31. package/dist/Shared/Components/CMCS/index.d.ts +6 -0
  32. package/dist/Shared/Components/CMCS/types.d.ts +24 -0
  33. package/dist/Shared/Components/CMCS/utils.d.ts +17 -0
  34. package/dist/Shared/Components/CMCS/validations.d.ts +3 -0
  35. package/dist/Shared/Components/CollapsibleList/CollapsibleList.types.d.ts +5 -0
  36. package/dist/Shared/Components/ConfirmationModal/types.d.ts +4 -0
  37. package/dist/Shared/Components/FloatingVariablesSuggestions/FloatingVariablesSuggestions.d.ts +4 -0
  38. package/dist/Shared/Components/FloatingVariablesSuggestions/SuggestionItem.d.ts +3 -0
  39. package/dist/Shared/Components/FloatingVariablesSuggestions/Suggestions.d.ts +3 -0
  40. package/dist/Shared/Components/FloatingVariablesSuggestions/SuggestionsInfo.d.ts +2 -0
  41. package/dist/Shared/Components/FloatingVariablesSuggestions/constants.d.ts +7 -0
  42. package/dist/Shared/Components/FloatingVariablesSuggestions/index.d.ts +1 -0
  43. package/dist/Shared/Components/FloatingVariablesSuggestions/service.d.ts +2 -0
  44. package/dist/Shared/Components/FloatingVariablesSuggestions/types.d.ts +39 -0
  45. package/dist/Shared/Components/Plugin/PluginTagSelect.d.ts +1 -1
  46. package/dist/Shared/Components/Plugin/types.d.ts +2 -2
  47. package/dist/Shared/Components/Plugin/utils.d.ts +0 -16
  48. package/dist/Shared/Components/ReactSelect/constants.d.ts +1 -0
  49. package/dist/Shared/Components/ReactSelect/utils.d.ts +6 -0
  50. package/dist/Shared/Components/Security/SecurityModal/constants.d.ts +8 -8
  51. package/dist/Shared/Components/Security/SecurityModal/utils.d.ts +1 -1
  52. package/dist/Shared/Components/SelectPicker/SelectPicker.component.d.ts +1 -1
  53. package/dist/Shared/Components/ThemeSwitcher/ThemeSwitcher.component.d.ts +3 -0
  54. package/dist/Shared/Components/ThemeSwitcher/constants.d.ts +6 -0
  55. package/dist/Shared/Components/ThemeSwitcher/index.d.ts +1 -0
  56. package/dist/Shared/Components/ThemeSwitcher/types.d.ts +3 -0
  57. package/dist/Shared/Components/ToggleResolveScopedVariables/ToggleResolveScopedVariables.component.d.ts +3 -0
  58. package/dist/Shared/Components/ToggleResolveScopedVariables/index.d.ts +1 -0
  59. package/dist/Shared/Components/ToggleResolveScopedVariables/types.d.ts +10 -0
  60. package/dist/Shared/Components/UnsavedChanges/UnsavedChanges.component.d.ts +2 -0
  61. package/dist/Shared/Components/UnsavedChanges/index.d.ts +1 -0
  62. package/dist/Shared/Components/UnsavedChangesDialog/UnsavedChangesDialog.component.d.ts +3 -0
  63. package/dist/Shared/Components/UnsavedChangesDialog/index.d.ts +1 -0
  64. package/dist/Shared/Components/UnsavedChangesDialog/types.d.ts +5 -0
  65. package/dist/Shared/Components/index.d.ts +5 -0
  66. package/dist/Shared/Hooks/useForm/useForm.d.ts +7 -2
  67. package/dist/Shared/Providers/ThemeProvider/ThemeProvider.d.ts +3 -0
  68. package/dist/Shared/Providers/ThemeProvider/constants.d.ts +2 -0
  69. package/dist/Shared/Providers/ThemeProvider/index.d.ts +2 -0
  70. package/dist/Shared/Providers/ThemeProvider/types.d.ts +33 -0
  71. package/dist/Shared/Providers/ThemeProvider/utils.d.ts +4 -0
  72. package/dist/Shared/Providers/index.d.ts +1 -0
  73. package/dist/Shared/Services/app.types.d.ts +72 -1
  74. package/dist/Shared/Services/index.d.ts +1 -0
  75. package/dist/Shared/validations.d.ts +4 -0
  76. package/dist/assets/@code-editor.css +1 -1
  77. package/dist/assets/ic-laptop.485e21b4.svg +3 -0
  78. package/dist/assets/ic-moon.17d37c40.svg +3 -0
  79. package/dist/assets/{ic-nav-rocket.9e50bb61.svg → ic-nav-rocket.433c9706.svg} +1 -1
  80. package/dist/assets/{ic-rotate-devtron.200e165b.svg → ic-rotate-devtron.5a8363d8.svg} +87 -86
  81. package/dist/assets/ic-sun.33e8214b.svg +3 -0
  82. package/dist/assets/ic-view-variable-toggle.93c3599f.svg +19 -0
  83. package/dist/index.d.ts +6 -0
  84. package/dist/index.js +723 -688
  85. package/package.json +3 -3
  86. package/dist/assets/ic-view-variable-toggle.c335dfa0.svg +0 -24

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.