@devtron-labs/devtron-fe-common-lib 1.3.1 → 1.3.2-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 (32) hide show
  1. package/dist/{@code-editor-CWAcl7z_.js → @code-editor-dMe3D53I.js} +6929 -6669
  2. package/dist/{@common-rjsf-E1JyUW15.js → @common-rjsf-BK4XR0h9.js} +2 -2
  3. package/dist/{@framer-motion-DHzxZlAx.js → @framer-motion-CFzS2_A_.js} +1 -1
  4. package/dist/{@react-dates-BZU5RIqe.js → @react-dates-C-VeMZT9.js} +1 -1
  5. package/dist/{@react-select-Dx53b3Wk.js → @react-select-S88iwOBa.js} +1 -1
  6. package/dist/{@vendor-BG3OpQCq.js → @vendor-RA_nL1Ml.js} +135 -133
  7. package/dist/Common/BreadCrumb/BreadcrumbStore.d.ts +1 -1
  8. package/dist/Common/BreadCrumb/Types.d.ts +4 -0
  9. package/dist/Common/CustomTagSelector/ValidationRules.d.ts +2 -4
  10. package/dist/Common/InfoColorBar/InfoColourbar.d.ts +1 -1
  11. package/dist/Common/SegmentedBarChart/types.d.ts +1 -0
  12. package/dist/Common/Types.d.ts +29 -8
  13. package/dist/Pages/GlobalConfigurations/BuildInfra/BuildInfraDescriptionField.d.ts +2 -2
  14. package/dist/Pages/GlobalConfigurations/BuildInfra/BuildInfraProfileNameField.d.ts +2 -2
  15. package/dist/Pages/GlobalConfigurations/BuildInfra/Descriptor.d.ts +1 -1
  16. package/dist/Pages/GlobalConfigurations/BuildInfra/UseBuildInfraForm.d.ts +3 -0
  17. package/dist/Pages/GlobalConfigurations/BuildInfra/constants.d.ts +21 -9
  18. package/dist/Pages/GlobalConfigurations/BuildInfra/index.d.ts +4 -0
  19. package/dist/Pages/GlobalConfigurations/BuildInfra/services.d.ts +3 -5
  20. package/dist/Pages/GlobalConfigurations/BuildInfra/types.d.ts +212 -88
  21. package/dist/Pages/GlobalConfigurations/BuildInfra/utils.d.ts +6 -16
  22. package/dist/Pages/ResourceBrowser/types.d.ts +39 -0
  23. package/dist/Shared/Components/Button/Button.component.d.ts +1 -1
  24. package/dist/Shared/Components/Button/types.d.ts +6 -0
  25. package/dist/Shared/Components/Security/SecurityModal/utils.d.ts +1 -1
  26. package/dist/Shared/Helpers.d.ts +11 -0
  27. package/dist/Shared/constants.d.ts +2 -0
  28. package/dist/Shared/validations.d.ts +5 -0
  29. package/dist/assets/@code-editor.css +1 -1
  30. package/dist/assets/ic-spray-can.44e87582.svg +3 -0
  31. package/dist/index.js +680 -653
  32. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devtron-labs/devtron-fe-common-lib",
3
- "version": "1.3.1",
3
+ "version": "1.3.2-beta-2",
4
4
  "description": "Supporting common component library",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -61,13 +61,13 @@
61
61
  "husky": "^7.0.4",
62
62
  "lint-staged": "^12.5.0",
63
63
  "moment": "^2.29.4",
64
+ "monaco-editor": "0.44.0",
65
+ "monaco-yaml": "5.1.1",
64
66
  "prettier": "^3.1.1",
65
67
  "react-ga4": "^1.4.1",
66
68
  "react-toastify": "9.1.3",
67
69
  "sharp": "^0.33.5",
68
70
  "svgo": "^3.3.2",
69
- "monaco-editor": "0.44.0",
70
- "monaco-yaml": "5.1.1",
71
71
  "typescript": "5.5.4",
72
72
  "vite": "5.4.11",
73
73
  "vite-plugin-dts": "4.0.3",
@@ -100,15 +100,15 @@
100
100
  "framer-motion": "^6.5.1",
101
101
  "jsonpath-plus": "^10.0.0",
102
102
  "marked": "^13.0.3",
103
+ "nanoid": "^3.3.8",
103
104
  "react-dates": "^21.8.0",
104
- "react-monaco-editor": "^0.54.0",
105
105
  "react-diff-viewer-continued": "^3.4.0",
106
+ "react-monaco-editor": "^0.54.0",
106
107
  "sass": "^1.69.7",
107
108
  "tslib": "2.7.0"
108
109
  },
109
110
  "overrides": {
110
111
  "cross-spawn": "^7.0.5",
111
- "nanoid": "^3.3.8",
112
112
  "react-dates": {
113
113
  "react": "^17.0.2",
114
114
  "react-dom": "^17.0.2"