@devtron-labs/devtron-fe-common-lib 1.2.7-beta-5 → 1.2.8
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-HL5a1btU.js → @code-editor-AFKVuTPt.js} +3327 -3470
- package/dist/{@common-rjsf-DFgZpQQ7.js → @common-rjsf-D4NzXP7Z.js} +2 -2
- package/dist/{@framer-motion-DHY98qq3.js → @framer-motion-B6d1rF48.js} +1 -1
- package/dist/@monaco-editor-CVagbUeH.js +138960 -0
- package/dist/{@react-dates-WNnwjI5S.js → @react-dates-DUsXL6Ns.js} +1 -1
- package/dist/{@react-select-BbR996pa.js → @react-select--zt85pEZ.js} +50 -50
- package/dist/{@vendor-RU8AW1bK.js → @vendor-DI8rS9OQ.js} +8755 -7936
- package/dist/Common/CIPipeline.Types.d.ts +5 -41
- package/dist/Common/Common.service.d.ts +3 -9
- package/dist/Common/Constants.d.ts +0 -4
- package/dist/Common/Helper.d.ts +0 -1
- package/dist/Common/RJSF/Form.d.ts +1 -1
- package/dist/Common/SegmentedControl/SegmentedControl.component.d.ts +3 -0
- package/dist/Common/SegmentedControl/index.d.ts +2 -0
- package/dist/Common/SegmentedControl/types.d.ts +15 -0
- package/dist/Common/Types.d.ts +3 -15
- package/dist/Common/index.d.ts +1 -0
- package/dist/Pages/Applications/DevtronApps/Details/CDPipeline/index.d.ts +0 -1
- package/dist/Pages/Applications/DevtronApps/Details/index.d.ts +0 -1
- package/dist/Shared/Components/DynamicDataTable/types.d.ts +1 -5
- package/dist/Shared/Components/InvalidYAMLTippy/index.d.ts +1 -0
- package/dist/Shared/Components/InvalidYAMLTippy/types.d.ts +7 -0
- package/dist/Shared/Components/InvalidYAMLTippy/utils.d.ts +2 -2
- package/dist/Shared/Components/index.d.ts +0 -1
- package/dist/Shared/types.d.ts +7 -30
- package/dist/assets/@monaco-editor.css +1 -1
- package/dist/assets/codicon.ecfbfe4b.ttf +0 -0
- package/dist/index.js +518 -524
- package/package.json +4 -4
- package/dist/@monaco-editor-34kqzg3G.js +0 -70451
- package/dist/Pages/Applications/DevtronApps/Details/CDPipeline/services.d.ts +0 -7
- package/dist/Pages/Applications/DevtronApps/Details/CIPipeline/components/SystemVariableIcon.d.ts +0 -1
- package/dist/Pages/Applications/DevtronApps/Details/CIPipeline/components/index.d.ts +0 -1
- package/dist/Pages/Applications/DevtronApps/Details/CIPipeline/constants.d.ts +0 -3
- package/dist/Pages/Applications/DevtronApps/Details/CIPipeline/index.d.ts +0 -3
- package/dist/Pages/Applications/DevtronApps/Details/CIPipeline/services.d.ts +0 -11
- package/dist/Shared/Components/FileUpload/FileUpload.d.ts +0 -2
- package/dist/Shared/Components/FileUpload/index.d.ts +0 -2
- package/dist/Shared/Components/FileUpload/types.d.ts +0 -8
- package/dist/assets/ic-cloud-upload.18066e05.svg +0 -3
- package/dist/assets/ic-var-initial.afdaa854.svg +0 -25
- package/dist/yaml.worker.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.2.
|
3
|
+
"version": "1.2.8",
|
4
4
|
"description": "Supporting common component library",
|
5
5
|
"type": "module",
|
6
6
|
"main": "dist/index.js",
|
@@ -66,6 +66,8 @@
|
|
66
66
|
"react-toastify": "9.1.3",
|
67
67
|
"sharp": "^0.33.5",
|
68
68
|
"svgo": "^3.3.2",
|
69
|
+
"monaco-editor": "0.44.0",
|
70
|
+
"monaco-yaml": "5.1.1",
|
69
71
|
"typescript": "5.5.4",
|
70
72
|
"vite": "5.4.11",
|
71
73
|
"vite-plugin-dts": "4.0.3",
|
@@ -80,14 +82,11 @@
|
|
80
82
|
"@rjsf/validator-ajv8": "^5.13.3",
|
81
83
|
"@typeform/embed-react": "2.20.0",
|
82
84
|
"dompurify": "^3.0.2",
|
83
|
-
"monaco-editor": "0.44.0",
|
84
|
-
"monaco-yaml": "5.1.1",
|
85
85
|
"react": "^17.0.2",
|
86
86
|
"react-dom": "^17.0.2",
|
87
87
|
"react-draggable": "^4.4.5",
|
88
88
|
"react-ga4": "^1.4.1",
|
89
89
|
"react-mde": "^11.5.0",
|
90
|
-
"react-monaco-editor": "^0.54.0",
|
91
90
|
"react-router-dom": "^5.3.0",
|
92
91
|
"react-select": "5.8.0",
|
93
92
|
"rxjs": "^7.8.1",
|
@@ -102,6 +101,7 @@
|
|
102
101
|
"jsonpath-plus": "^10.0.0",
|
103
102
|
"marked": "^13.0.3",
|
104
103
|
"react-dates": "^21.8.0",
|
104
|
+
"react-monaco-editor": "^0.54.0",
|
105
105
|
"react-diff-viewer-continued": "^3.4.0",
|
106
106
|
"sass": "^1.69.7",
|
107
107
|
"tslib": "2.7.0"
|