@devtron-labs/devtron-fe-common-lib 1.22.0-beta-4 → 1.22.0-beta-6
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-zaV5HyNS.js → @code-editor-Dvv8GEnn.js} +8117 -8497
- package/dist/{@common-rjsf-Ed_Dw-Wb.js → @common-rjsf-D-h57fxa.js} +2 -2
- package/dist/{@framer-motion-Bi7d_Mil.js → @framer-motion-Bm1bDxeF.js} +147 -147
- package/dist/{@moment-CGWt8tF2.js → @moment-DMLRxgRE.js} +501 -532
- package/dist/{@react-select-C5q5RdNV.js → @react-select-CAv64EGY.js} +3 -3
- package/dist/{@react-virtualized-sticky-tree-LXSXNrbc.js → @react-virtualized-sticky-tree-CfPrX6Ai.js} +1 -1
- package/dist/@vendor-CyzLceRe.js +124366 -0
- package/dist/Common/API/reactQueryHooks.d.ts +1 -2
- package/dist/Common/Constants.d.ts +0 -2
- 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/types.d.ts +0 -6
- package/dist/Common/GenericDescription/utils.d.ts +0 -1
- package/dist/Common/RJSF/Form.d.ts +1 -1
- 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 +0 -1
- 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 -13
- package/dist/Shared/Providers/MainContextProvider/index.d.ts +1 -1
- package/dist/Shared/Providers/MainContextProvider/types.d.ts +4 -26
- package/dist/Shared/Services/types.d.ts +0 -1
- package/dist/assets/@code-editor.css +1 -1
- package/dist/assets/@vendor.css +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +956 -968
- package/package.json +8 -15
- 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-line.4e8fa046.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/dist/assets/ic-runbook-color.afe649c4.svg +0 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devtron-labs/devtron-fe-common-lib",
|
|
3
|
-
"version": "1.22.0-beta-
|
|
3
|
+
"version": "1.22.0-beta-6",
|
|
4
4
|
"description": "Supporting common component library",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -42,15 +42,12 @@
|
|
|
42
42
|
"@sentry/browser": "^7.119.1",
|
|
43
43
|
"@tanstack/eslint-plugin-query": "<5",
|
|
44
44
|
"@tanstack/react-query-devtools": "<5",
|
|
45
|
-
"@testing-library/jest-dom": "^5.16.2",
|
|
46
|
-
"@testing-library/react": "^12.1.4",
|
|
47
45
|
"@tippyjs/react": "^4.2.0",
|
|
48
46
|
"@typeform/embed-react": "2.20.0",
|
|
49
47
|
"@types/dompurify": "^3.0.5",
|
|
50
48
|
"@types/json-schema": "^7.0.15",
|
|
51
49
|
"@types/react": "17.0.39",
|
|
52
50
|
"@types/react-csv": "^1.1.10",
|
|
53
|
-
"@types/react-dates": "^21.8.6",
|
|
54
51
|
"@types/react-dom": "17.0.13",
|
|
55
52
|
"@types/react-router-dom": "^5.3.3",
|
|
56
53
|
"@typescript-eslint/eslint-plugin": "8.3.0",
|
|
@@ -90,10 +87,9 @@
|
|
|
90
87
|
"@typeform/embed-react": "2.20.0",
|
|
91
88
|
"dompurify": "^3.2.4",
|
|
92
89
|
"patch-package": "^8.0.0",
|
|
93
|
-
"react": "^
|
|
94
|
-
"react-dom": "^
|
|
90
|
+
"react": "^18.3.0",
|
|
91
|
+
"react-dom": "^18.3.0",
|
|
95
92
|
"react-ga4": "^1.4.1",
|
|
96
|
-
"react-mde": "^11.5.0",
|
|
97
93
|
"react-router-dom": "^5.3.0",
|
|
98
94
|
"react-select": "5.8.0",
|
|
99
95
|
"rxjs": "^7.8.1",
|
|
@@ -116,9 +112,10 @@
|
|
|
116
112
|
"@uiw/codemirror-extensions-hyper-link": "4.23.10",
|
|
117
113
|
"@uiw/codemirror-theme-github": "4.23.7",
|
|
118
114
|
"@uiw/react-codemirror": "4.23.7",
|
|
115
|
+
"@uiw/react-md-editor": "^4.0.11",
|
|
119
116
|
"@xyflow/react": "12.4.2",
|
|
120
117
|
"ansi_up": "^5.2.1",
|
|
121
|
-
"chart.js": "
|
|
118
|
+
"chart.js": "4.5.0",
|
|
122
119
|
"codemirror-json-schema": "0.8.0",
|
|
123
120
|
"cronstrue": "^3.9.0",
|
|
124
121
|
"dayjs": "^1.11.13",
|
|
@@ -131,7 +128,7 @@
|
|
|
131
128
|
"qrcode.react": "^4.2.0",
|
|
132
129
|
"react-canvas-confetti": "^2.0.7",
|
|
133
130
|
"react-csv": "^2.2.2",
|
|
134
|
-
"react-
|
|
131
|
+
"react-day-picker": "9.4.3",
|
|
135
132
|
"react-draggable": "^4.4.5",
|
|
136
133
|
"react-international-phone": "^4.5.0",
|
|
137
134
|
"react-virtualized-sticky-tree": "^3.0.0-beta18",
|
|
@@ -140,16 +137,12 @@
|
|
|
140
137
|
},
|
|
141
138
|
"overrides": {
|
|
142
139
|
"cross-spawn": "^7.0.5",
|
|
143
|
-
"react-dates": {
|
|
144
|
-
"react": "^17.0.2",
|
|
145
|
-
"react-dom": "^17.0.2"
|
|
146
|
-
},
|
|
147
140
|
"vite-plugin-svgr": {
|
|
148
141
|
"vite": "6.3.5"
|
|
149
142
|
},
|
|
150
143
|
"react-virtualized-sticky-tree": {
|
|
151
|
-
"react": "^
|
|
152
|
-
"react-dom": "^
|
|
144
|
+
"react": "^18.3.0",
|
|
145
|
+
"react-dom": "^18.3.0"
|
|
153
146
|
}
|
|
154
147
|
}
|
|
155
148
|
}
|