@devtron-labs/devtron-fe-common-lib 1.20.6-pre-52 → 1.20.6-pre-53
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-BXZDhTrP.js → @code-editor-wjk7c0jD.js} +7049 -7018
- package/dist/{@common-rjsf-BEOjsJmz.js → @common-rjsf-D2MznA8m.js} +22 -22
- package/dist/{@framer-motion-BbD0XILR.js → @framer-motion-CaO6VjZd.js} +61 -61
- package/dist/{@moment-CGWt8tF2.js → @moment-CwOqp704.js} +493 -524
- package/dist/{@react-select-CK9Bxd-k.js → @react-select-BYVRJYJS.js} +1 -1
- package/dist/{@react-virtualized-sticky-tree-J61SX97M.js → @react-virtualized-sticky-tree-D4k2yc2d.js} +1 -1
- package/dist/{@vendor-DEAetXNs.js → @vendor-CDaBE-BA.js} +28344 -32367
- package/dist/Common/Constants.d.ts +1 -4
- package/dist/Common/SegmentedBarChart/types.d.ts +2 -8
- package/dist/Common/SegmentedControl/types.d.ts +1 -1
- package/dist/Common/Types.d.ts +0 -1
- package/dist/Shared/Components/DatePicker/DateTimePicker.d.ts +1 -1
- package/dist/Shared/Components/DatePicker/constants.d.ts +2 -39
- package/dist/Shared/Components/DatePicker/index.d.ts +0 -1
- package/dist/Shared/Components/DatePicker/types.d.ts +34 -17
- package/dist/Shared/Components/DatePicker/utils.d.ts +1 -1
- package/dist/Shared/Components/Security/SecurityModal/constants.d.ts +1 -1
- package/dist/Shared/Components/Security/SecurityModal/index.d.ts +1 -1
- package/dist/Shared/Components/Security/SecurityModal/utils.d.ts +3 -3
- package/dist/Shared/Components/Security/index.d.ts +0 -1
- package/dist/Shared/Components/SelectPicker/index.d.ts +1 -1
- package/dist/Shared/Components/SelectPicker/utils.d.ts +0 -1
- package/dist/Shared/Hooks/useUserPreferences/types.d.ts +1 -1
- package/dist/assets/@code-editor.css +1 -1
- package/dist/assets/@vendor.css +1 -1
- package/dist/index.js +798 -802
- package/package.json +2 -7
- package/dist/@react-dates-DLCF81bK.js +0 -7634
- package/dist/Shared/Components/DatePicker/SingleDatePickerComponent.d.ts +0 -11
- package/dist/assets/@react-dates.css +0 -1
- package/dist/assets/ic-calender-blank.963e3423.svg +0 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devtron-labs/devtron-fe-common-lib",
|
|
3
|
-
"version": "1.20.6-pre-
|
|
3
|
+
"version": "1.20.6-pre-53",
|
|
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",
|
|
@@ -129,7 +128,7 @@
|
|
|
129
128
|
"qrcode.react": "^4.2.0",
|
|
130
129
|
"react-canvas-confetti": "^2.0.7",
|
|
131
130
|
"react-csv": "^2.2.2",
|
|
132
|
-
"react-
|
|
131
|
+
"react-day-picker": "^9.11.2",
|
|
133
132
|
"react-draggable": "^4.4.5",
|
|
134
133
|
"react-international-phone": "^4.5.0",
|
|
135
134
|
"react-virtualized-sticky-tree": "^3.0.0-beta18",
|
|
@@ -138,10 +137,6 @@
|
|
|
138
137
|
},
|
|
139
138
|
"overrides": {
|
|
140
139
|
"cross-spawn": "^7.0.5",
|
|
141
|
-
"react-dates": {
|
|
142
|
-
"react": "^17.0.2",
|
|
143
|
-
"react-dom": "^17.0.2"
|
|
144
|
-
},
|
|
145
140
|
"vite-plugin-svgr": {
|
|
146
141
|
"vite": "6.3.5"
|
|
147
142
|
},
|