@devtron-labs/devtron-fe-common-lib 1.4.8-beta-3 → 1.4.9-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 (48) hide show
  1. package/dist/{@code-editor-BhKgnbkm.js → @code-editor-DYmu_kOK.js} +5731 -5670
  2. package/dist/{@common-rjsf-cagzEBlB.js → @common-rjsf-BUHwKStw.js} +26 -14
  3. package/dist/Common/CodeEditor/CodeEditor.reducer.d.ts +7 -7
  4. package/dist/Common/CodeEditor/types.d.ts +9 -10
  5. package/dist/Common/CodeEditor/utils.d.ts +3 -0
  6. package/dist/Common/MultiSelectCustomization.d.ts +2 -0
  7. package/dist/Common/RJSF/utils.d.ts +3 -0
  8. package/dist/Common/SegmentedControl/SegmentedControl.component.d.ts +1 -1
  9. package/dist/Common/SegmentedControl/constants.d.ts +2 -0
  10. package/dist/Common/SegmentedControl/types.d.ts +7 -1
  11. package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/DeploymentHistoryConfigDiffCompare.d.ts +1 -1
  12. package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/DeploymentHistoryDiffView.d.ts +1 -1
  13. package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/types.d.ts +4 -5
  14. package/dist/Shared/Components/CICDHistory/constants.d.ts +2 -0
  15. package/dist/Shared/Components/CICDHistory/types.d.ts +5 -3
  16. package/dist/Shared/Components/DeploymentConfigDiff/DeploymentConfigDiff.constants.d.ts +0 -1
  17. package/dist/Shared/Components/DeploymentConfigDiff/DeploymentConfigDiff.types.d.ts +0 -2
  18. package/dist/Shared/Components/DeploymentConfigDiff/DeploymentConfigDiff.utils.d.ts +1 -1
  19. package/dist/Shared/Components/Plugin/PluginTagSelect.d.ts +1 -1
  20. package/dist/Shared/Components/Plugin/types.d.ts +2 -2
  21. package/dist/Shared/Components/Plugin/utils.d.ts +0 -16
  22. package/dist/Shared/Components/ReactSelect/constants.d.ts +1 -0
  23. package/dist/Shared/Components/ReactSelect/utils.d.ts +6 -0
  24. package/dist/Shared/Components/Security/SecurityDetailsCards/SecurityCard.d.ts +1 -1
  25. package/dist/Shared/Components/Security/SecurityDetailsCards/types.d.ts +1 -2
  26. package/dist/Shared/Components/Security/SecurityModal/constants.d.ts +8 -8
  27. package/dist/Shared/Components/Security/SecurityModal/utils.d.ts +1 -1
  28. package/dist/Shared/Components/Security/utils.d.ts +0 -3
  29. package/dist/Shared/Components/SelectPicker/SelectPicker.component.d.ts +1 -1
  30. package/dist/Shared/Components/ThemeSwitcher/ThemeSwitcher.component.d.ts +3 -0
  31. package/dist/Shared/Components/ThemeSwitcher/constants.d.ts +6 -0
  32. package/dist/Shared/Components/ThemeSwitcher/index.d.ts +1 -0
  33. package/dist/Shared/Components/ThemeSwitcher/types.d.ts +3 -0
  34. package/dist/Shared/Providers/ThemeProvider/ThemeProvider.d.ts +3 -0
  35. package/dist/Shared/Providers/ThemeProvider/constants.d.ts +2 -0
  36. package/dist/Shared/Providers/ThemeProvider/index.d.ts +2 -0
  37. package/dist/Shared/Providers/ThemeProvider/types.d.ts +33 -0
  38. package/dist/Shared/Providers/ThemeProvider/utils.d.ts +4 -0
  39. package/dist/Shared/Providers/index.d.ts +1 -0
  40. package/dist/assets/@code-editor.css +1 -1
  41. package/dist/assets/ic-laptop.485e21b4.svg +3 -0
  42. package/dist/assets/ic-moon.17d37c40.svg +3 -0
  43. package/dist/assets/{ic-nav-rocket.9e50bb61.svg → ic-nav-rocket.433c9706.svg} +1 -1
  44. package/dist/assets/{ic-rotate-devtron.200e165b.svg → ic-rotate-devtron.5a8363d8.svg} +87 -86
  45. package/dist/assets/ic-sun.33e8214b.svg +3 -0
  46. package/dist/index.d.ts +6 -0
  47. package/dist/index.js +361 -363
  48. package/package.json +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devtron-labs/devtron-fe-common-lib",
3
- "version": "1.4.8-beta-3",
3
+ "version": "1.4.9-beta-1",
4
4
  "description": "Supporting common component library",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",