@devtron-labs/devtron-fe-common-lib 1.7.0-patch-1 → 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.
- package/dist/@code-editor-B5-sv4g7.js +42310 -0
- package/dist/{@common-rjsf-CaHc69mf.js → @common-rjsf-DMhXJRTx.js} +11 -11
- package/dist/{@framer-motion-C88ROIS4.js → @framer-motion-BFqoU0Z7.js} +70 -70
- package/dist/{@react-dates-Ct1VA7V6.js → @react-dates-Dx7AjKDr.js} +14 -14
- package/dist/{@react-select-qU4oRypC.js → @react-select-BfYm_1lF.js} +1 -1
- package/dist/{@react-virtualized-sticky-tree-DmvoaDNw.js → @react-virtualized-sticky-tree-BNk-_Tvs.js} +1 -1
- package/dist/@vendor-CWh7bjwl.js +42519 -0
- package/dist/Common/CodeEditor/CodeEditor.d.ts +13 -3
- package/dist/Common/CodeEditor/CodeEditor.reducer.d.ts +3 -47
- package/dist/Common/CodeEditor/index.d.ts +1 -1
- package/dist/Common/CodeEditor/types.d.ts +83 -81
- package/dist/Common/CodeEditor/utils.d.ts +13 -3
- package/dist/Common/Constants.d.ts +0 -1
- package/dist/Shared/Components/CICDHistory/AppStatusDetailsChart.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/DeploymentHistoryDiffView.d.ts +1 -1
- package/dist/Shared/Components/CICDHistory/types.d.ts +1 -2
- package/dist/assets/@code-editor.css +1 -1
- package/dist/assets/ic-match-case.13b7a2fa.svg +19 -0
- package/dist/assets/ic-match-word.d92addc3.svg +19 -0
- package/dist/assets/ic-replace-all-text.a87fd342.svg +19 -0
- package/dist/assets/ic-replace-text.cc5433be.svg +19 -0
- package/dist/index.js +665 -667
- package/package.json +1 -7
- package/dist/@code-editor-tea3spVD.js +0 -23496
- package/dist/@monaco-editor-CVagbUeH.js +0 -138960
- package/dist/@vendor-C6rSXA7p.js +0 -22734
- package/dist/Common/CodeMirror/CodeEditor.d.ts +0 -14
- package/dist/Common/CodeMirror/CodeEditor.reducer.d.ts +0 -4
- package/dist/Common/CodeMirror/index.d.ts +0 -2
- package/dist/Common/CodeMirror/types.d.ts +0 -107
- package/dist/Common/CodeMirror/utils.d.ts +0 -13
- package/dist/assets/@monaco-editor.css +0 -1
- package/dist/assets/codicon.ecfbfe4b.ttf +0 -0
- /package/dist/Common/{CodeMirror → CodeEditor}/CodeEditor.components.d.ts +0 -0
- /package/dist/Common/{CodeMirror → CodeEditor}/CodeEditor.constants.d.ts +0 -0
- /package/dist/Common/{CodeMirror → CodeEditor}/CodeEditor.context.d.ts +0 -0
- /package/dist/Common/{CodeMirror → CodeEditor}/CodeEditor.theme.d.ts +0 -0
- /package/dist/Common/{CodeMirror → CodeEditor}/CodeEditorRenderer.d.ts +0 -0
- /package/dist/Common/{CodeMirror → CodeEditor}/Extensions/findAndReplace.d.ts +0 -0
- /package/dist/Common/{CodeMirror → CodeEditor}/Extensions/index.d.ts +0 -0
- /package/dist/Common/{CodeMirror → CodeEditor}/Extensions/readOnlyTooltip.d.ts +0 -0
- /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
|
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
|
},
|