@devtron-labs/devtron-fe-common-lib 1.22.8-beta-6 → 1.22.8-beta-7
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-D0Mb4nKr.js → @code-editor-QkakENNz.js} +8863 -9203
- package/dist/{@common-rjsf-LNUwm6zS.js → @common-rjsf-BHsdR2Q-.js} +2 -2
- package/dist/{@framer-motion-Bi7d_Mil.js → @framer-motion-C1DEPd1l.js} +182 -182
- package/dist/{@moment-CGWt8tF2.js → @moment-CwOqp704.js} +493 -524
- package/dist/{@react-select-C5q5RdNV.js → @react-select-DRXgZqgY.js} +1 -1
- package/dist/{@react-virtualized-sticky-tree-LXSXNrbc.js → @react-virtualized-sticky-tree-BSwmpJIm.js} +1 -1
- package/dist/@vendor-D8IC1B-Y.js +122211 -0
- package/dist/Common/API/reactQueryHooks.d.ts +1 -2
- package/dist/Common/Constants.d.ts +0 -3
- package/dist/Common/DraggableWrapper/DraggableWrapper.d.ts +4 -2
- package/dist/Common/DraggableWrapper/types.d.ts +2 -6
- package/dist/Common/GenericDescription/GenericDescription.d.ts +1 -1
- package/dist/Common/GenericDescription/constant.d.ts +40 -0
- package/dist/Common/GenericDescription/types.d.ts +0 -6
- package/dist/Common/GenericDescription/utils.d.ts +0 -1
- package/dist/Pages-Devtron-2.0/Navigation/types.d.ts +1 -1
- package/dist/Shared/Components/AppStatusModal/AppStatusBody.d.ts +1 -1
- package/dist/Shared/Components/AppStatusModal/types.d.ts +1 -4
- package/dist/Shared/Components/Charts/types.d.ts +2 -0
- package/dist/Shared/Components/DatePicker/DateTimePicker.d.ts +1 -1
- package/dist/Shared/Components/DatePicker/constants.d.ts +2 -112
- package/dist/Shared/Components/DatePicker/index.d.ts +0 -2
- package/dist/Shared/Components/DatePicker/types.d.ts +34 -29
- package/dist/Shared/Components/DatePicker/utils.d.ts +1 -1
- package/dist/Shared/Components/DocLink/constants.d.ts +1 -0
- package/dist/Shared/Components/FloatingVariablesSuggestions/FloatingVariablesSuggestions.d.ts +1 -1
- package/dist/Shared/Components/FloatingVariablesSuggestions/constants.d.ts +1 -4
- package/dist/Shared/Components/FloatingVariablesSuggestions/types.d.ts +2 -4
- package/dist/Shared/Components/Icon/Icon.d.ts +0 -11
- package/dist/Shared/Providers/MainContextProvider/index.d.ts +1 -1
- package/dist/Shared/Providers/MainContextProvider/types.d.ts +4 -43
- package/dist/Shared/Services/types.d.ts +0 -1
- package/dist/Shared/types.d.ts +1 -1
- package/dist/assets/@code-editor.css +1 -1
- package/dist/assets/@vendor.css +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +965 -977
- package/package.json +3 -8
- package/dist/@react-dates-CR-uCH60.js +0 -7634
- package/dist/@vendor-CtCMPfdc.js +0 -81580
- package/dist/Common/Markdown/constant.d.ts +0 -28
- package/dist/Shared/Components/DatePicker/DayPickerRangeController.d.ts +0 -2
- package/dist/Shared/Components/DatePicker/SingleDatePickerComponent.d.ts +0 -11
- package/dist/assets/@react-dates.css +0 -1
- package/dist/assets/ic-bell.d2aa01ec.svg +0 -3
- package/dist/assets/ic-bulb.3906a732.svg +0 -7
- package/dist/assets/ic-calender-blank.963e3423.svg +0 -19
- package/dist/assets/ic-close-circle.b39dd87d.svg +0 -3
- package/dist/assets/ic-comment.cc141b33.svg +0 -3
- package/dist/assets/ic-dot-circle.5ce1fccf.svg +0 -3
- package/dist/assets/ic-new-chat.f7c90f8e.svg +0 -5
- package/dist/assets/ic-piggybank.3a4839d7.svg +0 -3
- package/dist/assets/ic-priority-high-fill.53755d8f.svg +0 -3
- package/dist/assets/ic-priority-low-fill.79e781ae.svg +0 -4
- package/dist/assets/ic-priority-urgent-fill.78d42fa0.svg +0 -10
- package/dist/assets/ic-red-bulb.25e01bfc.svg +0 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devtron-labs/devtron-fe-common-lib",
|
|
3
|
-
"version": "1.22.8-beta-
|
|
3
|
+
"version": "1.22.8-beta-7",
|
|
4
4
|
"description": "Supporting common component library",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -50,7 +50,6 @@
|
|
|
50
50
|
"@types/json-schema": "^7.0.15",
|
|
51
51
|
"@types/react": "17.0.39",
|
|
52
52
|
"@types/react-csv": "^1.1.10",
|
|
53
|
-
"@types/react-dates": "^21.8.6",
|
|
54
53
|
"@types/react-dom": "17.0.13",
|
|
55
54
|
"@types/react-router-dom": "^5.3.3",
|
|
56
55
|
"@typescript-eslint/eslint-plugin": "8.3.0",
|
|
@@ -93,7 +92,6 @@
|
|
|
93
92
|
"react": "^17.0.2",
|
|
94
93
|
"react-dom": "^17.0.2",
|
|
95
94
|
"react-ga4": "^1.4.1",
|
|
96
|
-
"react-mde": "^11.5.0",
|
|
97
95
|
"react-router-dom": "^5.3.0",
|
|
98
96
|
"react-select": "5.8.0",
|
|
99
97
|
"rxjs": "^7.8.1",
|
|
@@ -116,6 +114,7 @@
|
|
|
116
114
|
"@uiw/codemirror-extensions-hyper-link": "4.23.10",
|
|
117
115
|
"@uiw/codemirror-theme-github": "4.23.7",
|
|
118
116
|
"@uiw/react-codemirror": "4.23.7",
|
|
117
|
+
"@uiw/react-md-editor": "^4.0.11",
|
|
119
118
|
"@xyflow/react": "12.4.2",
|
|
120
119
|
"ansi_up": "^5.2.1",
|
|
121
120
|
"chart.js": "^4.5.0",
|
|
@@ -131,7 +130,7 @@
|
|
|
131
130
|
"qrcode.react": "^4.2.0",
|
|
132
131
|
"react-canvas-confetti": "^2.0.7",
|
|
133
132
|
"react-csv": "^2.2.2",
|
|
134
|
-
"react-
|
|
133
|
+
"react-day-picker": "^9.11.2",
|
|
135
134
|
"react-draggable": "^4.4.5",
|
|
136
135
|
"react-international-phone": "^4.5.0",
|
|
137
136
|
"react-virtualized-sticky-tree": "^3.0.0-beta18",
|
|
@@ -140,10 +139,6 @@
|
|
|
140
139
|
},
|
|
141
140
|
"overrides": {
|
|
142
141
|
"cross-spawn": "^7.0.5",
|
|
143
|
-
"react-dates": {
|
|
144
|
-
"react": "^17.0.2",
|
|
145
|
-
"react-dom": "^17.0.2"
|
|
146
|
-
},
|
|
147
142
|
"vite-plugin-svgr": {
|
|
148
143
|
"vite": "6.3.5"
|
|
149
144
|
},
|