@devtron-labs/devtron-fe-common-lib 1.2.5-beta-9 → 1.2.5-beta-11
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-Bxuub3Gm.js → @code-editor-Dmahpc3a.js} +5623 -6154
- package/dist/{@common-rjsf-MgIsP6qj.js → @common-rjsf-CzIa4Fr9.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/Constants.d.ts +0 -1
- package/dist/Common/CustomTagSelector/ResizableTagTextArea.d.ts +1 -1
- package/dist/Common/CustomTagSelector/Types.d.ts +15 -20
- package/dist/Common/Helper.d.ts +1 -2
- package/dist/Common/Types.d.ts +5 -21
- package/dist/Shared/Components/KeyValueTable/KeyValueTable.types.d.ts +1 -1
- package/dist/Shared/Components/index.d.ts +0 -2
- package/dist/Shared/types.d.ts +1 -19
- package/dist/assets/@code-editor.css +1 -1
- package/dist/assets/@monaco-editor.css +1 -1
- package/dist/assets/codicon.ecfbfe4b.ttf +0 -0
- package/dist/index.js +506 -513
- package/package.json +6 -5
- package/dist/@monaco-editor-34kqzg3G.js +0 -70451
- package/dist/Shared/Components/DynamicDataTable/DynamicDataTable.d.ts +0 -2
- package/dist/Shared/Components/DynamicDataTable/DynamicDataTableHeader.d.ts +0 -2
- package/dist/Shared/Components/DynamicDataTable/DynamicDataTableRow.d.ts +0 -2
- package/dist/Shared/Components/DynamicDataTable/constants.d.ts +0 -2
- package/dist/Shared/Components/DynamicDataTable/index.d.ts +0 -2
- package/dist/Shared/Components/DynamicDataTable/types.d.ts +0 -157
- package/dist/Shared/Components/DynamicDataTable/utils.d.ts +0 -5
- package/dist/Shared/Components/SelectTextArea/SelectTextArea.d.ts +0 -2
- package/dist/Shared/Components/SelectTextArea/index.d.ts +0 -2
- package/dist/Shared/Components/SelectTextArea/types.d.ts +0 -12
- package/dist/Shared/Components/TagsKeyValueTable/TagsContainer.d.ts +0 -3
- package/dist/Shared/Components/TagsKeyValueTable/constants.d.ts +0 -4
- package/dist/Shared/Components/TagsKeyValueTable/index.d.ts +0 -3
- package/dist/Shared/Components/TagsKeyValueTable/types.d.ts +0 -9
- package/dist/Shared/Components/TagsKeyValueTable/utils.d.ts +0 -3
- package/dist/assets/ic-clear-square.e60de021.svg +0 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@devtron-labs/devtron-fe-common-lib",
|
3
|
-
"version": "1.2.5-beta-
|
3
|
+
"version": "1.2.5-beta-11",
|
4
4
|
"description": "Supporting common component library",
|
5
5
|
"type": "module",
|
6
6
|
"main": "dist/index.js",
|
@@ -61,8 +61,11 @@
|
|
61
61
|
"husky": "^7.0.4",
|
62
62
|
"lint-staged": "^12.5.0",
|
63
63
|
"moment": "^2.29.4",
|
64
|
+
"monaco-editor": "0.44.0",
|
65
|
+
"monaco-yaml": "5.1.1",
|
64
66
|
"prettier": "^3.1.1",
|
65
67
|
"react-ga4": "^1.4.1",
|
68
|
+
"react-mde": "^11.5.0",
|
66
69
|
"react-toastify": "9.1.3",
|
67
70
|
"sharp": "^0.33.5",
|
68
71
|
"svgo": "^3.3.2",
|
@@ -80,14 +83,11 @@
|
|
80
83
|
"@rjsf/validator-ajv8": "^5.13.3",
|
81
84
|
"@typeform/embed-react": "2.20.0",
|
82
85
|
"dompurify": "^3.0.2",
|
83
|
-
"monaco-editor": "0.44.0",
|
84
|
-
"monaco-yaml": "5.1.1",
|
85
86
|
"react": "^17.0.2",
|
86
87
|
"react-dom": "^17.0.2",
|
87
88
|
"react-draggable": "^4.4.5",
|
88
89
|
"react-ga4": "^1.4.1",
|
89
90
|
"react-mde": "^11.5.0",
|
90
|
-
"react-monaco-editor": "^0.54.0",
|
91
91
|
"react-router-dom": "^5.3.0",
|
92
92
|
"react-select": "5.8.0",
|
93
93
|
"rxjs": "^7.8.1",
|
@@ -95,14 +95,15 @@
|
|
95
95
|
},
|
96
96
|
"dependencies": {
|
97
97
|
"@types/react-dates": "^21.8.6",
|
98
|
+
"marked": "^13.0.3",
|
98
99
|
"ansi_up": "^5.2.1",
|
99
100
|
"dayjs": "^1.11.13",
|
100
101
|
"fast-json-patch": "^3.1.1",
|
101
102
|
"framer-motion": "^6.5.1",
|
102
103
|
"jsonpath-plus": "^10.0.0",
|
103
|
-
"marked": "^13.0.3",
|
104
104
|
"react-dates": "^21.8.0",
|
105
105
|
"react-diff-viewer-continued": "^3.4.0",
|
106
|
+
"react-monaco-editor": "^0.54.0",
|
106
107
|
"sass": "^1.69.7",
|
107
108
|
"tslib": "2.7.0"
|
108
109
|
},
|