@devtron-labs/devtron-fe-common-lib 1.10.15-gatekeeper-1 → 1.10.16-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/{@common-rjsf-DpMVaiMa.js → @code-editor-_rShAsik.js} +15597 -14473
- package/dist/@common-rjsf-BOeRTuMh.js +617 -0
- package/dist/{@framer-motion-DI44jecR.js → @framer-motion-DMD7dX-G.js} +1 -1
- package/dist/@monaco-editor-CVagbUeH.js +138960 -0
- package/dist/{@react-dates-lUQ2WJOE.js → @react-dates-DxmDHBUI.js} +333 -333
- package/dist/{@react-select-DrPIgUsG.js → @react-select-BR4eLpVa.js} +1 -1
- package/dist/{@react-virtualized-sticky-tree-D-jip2dN.js → @react-virtualized-sticky-tree-Ca-pl6uN.js} +1 -1
- package/dist/@vendor-DZHtXPTX.js +68691 -0
- package/dist/Common/CodeEditor/CodeEditor.d.ts +4 -0
- package/dist/Common/CodeEditor/CodeEditor.reducer.d.ts +48 -0
- package/dist/Common/CodeEditor/index.d.ts +2 -0
- package/dist/Common/CodeEditor/types.d.ts +110 -0
- package/dist/Common/CodeEditor/utils.d.ts +3 -0
- package/dist/Common/Constants.d.ts +1 -0
- package/dist/Common/index.d.ts +1 -0
- package/dist/Shared/Components/ActionMenu/ActionMenu.component.d.ts +3 -0
- package/dist/Shared/Components/ActionMenu/ActionMenuOption.d.ts +3 -0
- package/dist/Shared/Components/ActionMenu/index.d.ts +2 -0
- package/dist/Shared/Components/ActionMenu/types.d.ts +19 -0
- package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/DeploymentHistoryDiffView.d.ts +1 -1
- package/dist/Shared/Components/CodeEditorWrapper/CodeEditorWrapper.d.ts +19 -0
- package/dist/Shared/Components/CodeEditorWrapper/index.d.ts +1 -0
- package/dist/Shared/Components/CodeEditorWrapper/types.d.ts +7 -0
- package/dist/Shared/Components/ConfirmationModal/index.d.ts +1 -1
- package/dist/Shared/Components/DatePicker/constants.d.ts +0 -9
- package/dist/Shared/Components/ReactSelect/constants.d.ts +11 -0
- package/dist/Shared/Components/SelectPicker/common.d.ts +2 -0
- package/dist/Shared/Components/index.d.ts +2 -0
- package/dist/Shared/Hooks/index.d.ts +1 -0
- package/dist/Shared/Hooks/useUserPreferences/index.d.ts +4 -0
- package/dist/Shared/Hooks/useUserPreferences/service.d.ts +8 -0
- package/dist/Shared/Hooks/useUserPreferences/types.d.ts +80 -0
- package/dist/Shared/Hooks/useUserPreferences/useUserPrefrences.d.ts +10 -0
- package/dist/Shared/Hooks/useUserPreferences/utils.d.ts +4 -0
- package/dist/Shared/Services/common.service.d.ts +1 -3
- package/dist/Shared/Services/types.d.ts +5 -30
- package/dist/Shared/constants.d.ts +12 -0
- package/dist/Shared/types.d.ts +0 -4
- package/dist/assets/@code-editor.css +1 -0
- package/dist/assets/@common-rjsf.css +1 -1
- package/dist/assets/@monaco-editor.css +1 -0
- package/dist/assets/codicon.ecfbfe4b.ttf +0 -0
- package/dist/assets/ic-compare.0ee3e4cf.svg +22 -0
- 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.d.ts +1 -1
- package/dist/index.js +836 -824
- package/package.json +7 -1
- package/dist/@vendor-DxSbZ5Xu.js +0 -29041
- /package/dist/Shared/{Services → Hooks/useUserPreferences}/constants.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.10.
|
3
|
+
"version": "1.10.16-beta-1",
|
4
4
|
"description": "Supporting common component library",
|
5
5
|
"type": "module",
|
6
6
|
"main": "dist/index.js",
|
@@ -65,6 +65,8 @@
|
|
65
65
|
"json-schema": "^0.4.0",
|
66
66
|
"lint-staged": "^12.5.0",
|
67
67
|
"moment": "^2.29.4",
|
68
|
+
"monaco-editor": "0.44.0",
|
69
|
+
"monaco-yaml": "5.1.1",
|
68
70
|
"prettier": "^3.1.1",
|
69
71
|
"react-ga4": "^1.4.1",
|
70
72
|
"react-toastify": "9.1.3",
|
@@ -123,6 +125,7 @@
|
|
123
125
|
"react-diff-viewer-continued": "^3.4.0",
|
124
126
|
"react-draggable": "^4.4.5",
|
125
127
|
"react-international-phone": "^4.5.0",
|
128
|
+
"react-monaco-editor": "^0.54.0",
|
126
129
|
"react-virtualized-sticky-tree": "^3.0.0-beta18",
|
127
130
|
"sass": "^1.69.7",
|
128
131
|
"tslib": "2.7.0"
|
@@ -133,6 +136,9 @@
|
|
133
136
|
"react": "^17.0.2",
|
134
137
|
"react-dom": "^17.0.2"
|
135
138
|
},
|
139
|
+
"react-monaco-editor": {
|
140
|
+
"monaco-editor": "0.44.0"
|
141
|
+
},
|
136
142
|
"vite-plugin-svgr": {
|
137
143
|
"vite": "5.4.14"
|
138
144
|
},
|