@devtron-labs/devtron-fe-common-lib 1.7.0-beta-3 → 1.7.0

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