@devtron-labs/devtron-fe-common-lib 1.7.0 → 1.7.2-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 (55) hide show
  1. package/dist/@code-editor-B63wjusN.js +23583 -0
  2. package/dist/{@common-rjsf-DMhXJRTx.js → @common-rjsf-DnWwXM4S.js} +11 -11
  3. package/dist/{@framer-motion-BFqoU0Z7.js → @framer-motion-C88ROIS4.js} +70 -70
  4. package/dist/@monaco-editor-CVagbUeH.js +138960 -0
  5. package/dist/{@react-dates-Dx7AjKDr.js → @react-dates-Ct1VA7V6.js} +14 -14
  6. package/dist/{@react-select-BfYm_1lF.js → @react-select-qU4oRypC.js} +1 -1
  7. package/dist/{@react-virtualized-sticky-tree-BNk-_Tvs.js → @react-virtualized-sticky-tree-DmvoaDNw.js} +1 -1
  8. package/dist/@vendor-C6rSXA7p.js +22734 -0
  9. package/dist/Common/CodeEditor/CodeEditor.d.ts +3 -13
  10. package/dist/Common/CodeEditor/CodeEditor.reducer.d.ts +47 -3
  11. package/dist/Common/CodeEditor/index.d.ts +1 -1
  12. package/dist/Common/CodeEditor/types.d.ts +81 -83
  13. package/dist/Common/CodeEditor/utils.d.ts +3 -13
  14. package/dist/Common/CodeMirror/CodeEditor.d.ts +14 -0
  15. package/dist/Common/CodeMirror/CodeEditor.reducer.d.ts +4 -0
  16. package/dist/Common/CodeMirror/index.d.ts +2 -0
  17. package/dist/Common/CodeMirror/types.d.ts +107 -0
  18. package/dist/Common/CodeMirror/utils.d.ts +13 -0
  19. package/dist/Common/Constants.d.ts +2 -0
  20. package/dist/Common/InfoColorBar/InfoColourbar.d.ts +3 -0
  21. package/dist/Common/Types.d.ts +2 -2
  22. package/dist/Pages/GlobalConfigurations/DeploymentCharts/types.d.ts +6 -8
  23. package/dist/Shared/Components/CICDHistory/AppStatusDetailsChart.d.ts +1 -1
  24. package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/DeploymentHistoryDiffView.d.ts +1 -1
  25. package/dist/Shared/Components/CICDHistory/types.d.ts +2 -1
  26. package/dist/Shared/Components/FormFieldWrapper/types.d.ts +3 -27
  27. package/dist/Shared/Components/FormFieldWrapper/utils.d.ts +1 -2
  28. package/dist/Shared/Components/InfoBlock/InfoBlock.component.d.ts +3 -0
  29. package/dist/Shared/Components/InfoBlock/constants.d.ts +5 -0
  30. package/dist/Shared/Components/InfoBlock/index.d.ts +2 -0
  31. package/dist/Shared/Components/InfoBlock/types.d.ts +40 -0
  32. package/dist/Shared/Components/index.d.ts +1 -0
  33. package/dist/Shared/Helpers.d.ts +3 -1
  34. package/dist/Shared/types.d.ts +31 -0
  35. package/dist/Shared/validations.d.ts +1 -0
  36. package/dist/assets/@code-editor.css +1 -1
  37. package/dist/assets/@monaco-editor.css +1 -0
  38. package/dist/assets/codicon.ecfbfe4b.ttf +0 -0
  39. package/dist/index.js +675 -669
  40. package/package.json +7 -1
  41. package/dist/@code-editor-B5-sv4g7.js +0 -42310
  42. package/dist/@vendor-CWh7bjwl.js +0 -42519
  43. package/dist/assets/ic-match-case.13b7a2fa.svg +0 -19
  44. package/dist/assets/ic-match-word.d92addc3.svg +0 -19
  45. package/dist/assets/ic-replace-all-text.a87fd342.svg +0 -19
  46. package/dist/assets/ic-replace-text.cc5433be.svg +0 -19
  47. /package/dist/Common/{CodeEditor → CodeMirror}/CodeEditor.components.d.ts +0 -0
  48. /package/dist/Common/{CodeEditor → CodeMirror}/CodeEditor.constants.d.ts +0 -0
  49. /package/dist/Common/{CodeEditor → CodeMirror}/CodeEditor.context.d.ts +0 -0
  50. /package/dist/Common/{CodeEditor → CodeMirror}/CodeEditor.theme.d.ts +0 -0
  51. /package/dist/Common/{CodeEditor → CodeMirror}/CodeEditorRenderer.d.ts +0 -0
  52. /package/dist/Common/{CodeEditor → CodeMirror}/Extensions/findAndReplace.d.ts +0 -0
  53. /package/dist/Common/{CodeEditor → CodeMirror}/Extensions/index.d.ts +0 -0
  54. /package/dist/Common/{CodeEditor → CodeMirror}/Extensions/readOnlyTooltip.d.ts +0 -0
  55. /package/dist/Common/{CodeEditor → CodeMirror}/Extensions/yamlParseLinter.d.ts +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devtron-labs/devtron-fe-common-lib",
3
- "version": "1.7.0",
3
+ "version": "1.7.2-beta-1",
4
4
  "description": "Supporting common component library",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -64,6 +64,8 @@
64
64
  "json-schema": "^0.4.0",
65
65
  "lint-staged": "^12.5.0",
66
66
  "moment": "^2.29.4",
67
+ "monaco-editor": "0.44.0",
68
+ "monaco-yaml": "5.1.1",
67
69
  "prettier": "^3.1.1",
68
70
  "react-ga4": "^1.4.1",
69
71
  "react-toastify": "9.1.3",
@@ -115,6 +117,7 @@
115
117
  "react-codemirror-merge": "4.23.6",
116
118
  "react-dates": "^21.8.0",
117
119
  "react-diff-viewer-continued": "^3.4.0",
120
+ "react-monaco-editor": "^0.54.0",
118
121
  "react-virtualized-sticky-tree": "^3.0.0-beta18",
119
122
  "sass": "^1.69.7",
120
123
  "tslib": "2.7.0",
@@ -126,6 +129,9 @@
126
129
  "react": "^17.0.2",
127
130
  "react-dom": "^17.0.2"
128
131
  },
132
+ "react-monaco-editor": {
133
+ "monaco-editor": "0.44.0"
134
+ },
129
135
  "vite-plugin-svgr": {
130
136
  "vite": "5.4.14"
131
137
  },