@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.
- package/dist/@code-editor-B63wjusN.js +23583 -0
- package/dist/{@common-rjsf-DMhXJRTx.js → @common-rjsf-DnWwXM4S.js} +11 -11
- package/dist/{@framer-motion-BFqoU0Z7.js → @framer-motion-C88ROIS4.js} +70 -70
- package/dist/@monaco-editor-CVagbUeH.js +138960 -0
- package/dist/{@react-dates-Dx7AjKDr.js → @react-dates-Ct1VA7V6.js} +14 -14
- package/dist/{@react-select-BfYm_1lF.js → @react-select-qU4oRypC.js} +1 -1
- package/dist/{@react-virtualized-sticky-tree-BNk-_Tvs.js → @react-virtualized-sticky-tree-DmvoaDNw.js} +1 -1
- package/dist/@vendor-C6rSXA7p.js +22734 -0
- package/dist/Common/CodeEditor/CodeEditor.d.ts +3 -13
- package/dist/Common/CodeEditor/CodeEditor.reducer.d.ts +47 -3
- package/dist/Common/CodeEditor/index.d.ts +1 -1
- package/dist/Common/CodeEditor/types.d.ts +81 -83
- package/dist/Common/CodeEditor/utils.d.ts +3 -13
- package/dist/Common/CodeMirror/CodeEditor.d.ts +14 -0
- package/dist/Common/CodeMirror/CodeEditor.reducer.d.ts +4 -0
- package/dist/Common/CodeMirror/index.d.ts +2 -0
- package/dist/Common/CodeMirror/types.d.ts +107 -0
- package/dist/Common/CodeMirror/utils.d.ts +13 -0
- package/dist/Common/Constants.d.ts +2 -0
- package/dist/Common/InfoColorBar/InfoColourbar.d.ts +3 -0
- package/dist/Common/Types.d.ts +2 -2
- package/dist/Pages/GlobalConfigurations/DeploymentCharts/types.d.ts +6 -8
- 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 +2 -1
- package/dist/Shared/Components/FormFieldWrapper/types.d.ts +3 -27
- package/dist/Shared/Components/FormFieldWrapper/utils.d.ts +1 -2
- package/dist/Shared/Components/InfoBlock/InfoBlock.component.d.ts +3 -0
- package/dist/Shared/Components/InfoBlock/constants.d.ts +5 -0
- package/dist/Shared/Components/InfoBlock/index.d.ts +2 -0
- package/dist/Shared/Components/InfoBlock/types.d.ts +40 -0
- package/dist/Shared/Components/index.d.ts +1 -0
- package/dist/Shared/Helpers.d.ts +3 -1
- package/dist/Shared/types.d.ts +31 -0
- package/dist/Shared/validations.d.ts +1 -0
- package/dist/assets/@code-editor.css +1 -1
- package/dist/assets/@monaco-editor.css +1 -0
- package/dist/assets/codicon.ecfbfe4b.ttf +0 -0
- package/dist/index.js +675 -669
- package/package.json +7 -1
- package/dist/@code-editor-B5-sv4g7.js +0 -42310
- package/dist/@vendor-CWh7bjwl.js +0 -42519
- package/dist/assets/ic-match-case.13b7a2fa.svg +0 -19
- package/dist/assets/ic-match-word.d92addc3.svg +0 -19
- package/dist/assets/ic-replace-all-text.a87fd342.svg +0 -19
- package/dist/assets/ic-replace-text.cc5433be.svg +0 -19
- /package/dist/Common/{CodeEditor → CodeMirror}/CodeEditor.components.d.ts +0 -0
- /package/dist/Common/{CodeEditor → CodeMirror}/CodeEditor.constants.d.ts +0 -0
- /package/dist/Common/{CodeEditor → CodeMirror}/CodeEditor.context.d.ts +0 -0
- /package/dist/Common/{CodeEditor → CodeMirror}/CodeEditor.theme.d.ts +0 -0
- /package/dist/Common/{CodeEditor → CodeMirror}/CodeEditorRenderer.d.ts +0 -0
- /package/dist/Common/{CodeEditor → CodeMirror}/Extensions/findAndReplace.d.ts +0 -0
- /package/dist/Common/{CodeEditor → CodeMirror}/Extensions/index.d.ts +0 -0
- /package/dist/Common/{CodeEditor → CodeMirror}/Extensions/readOnlyTooltip.d.ts +0 -0
- /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.
|
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
|
},
|