@devtron-labs/devtron-fe-common-lib 1.18.1 → 1.19.0
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-Cmi_dLiG.js → @code-editor-GtoBp4ff.js} +8406 -7972
- package/dist/{@common-rjsf-DTSwvp93.js → @common-rjsf-BfawWJnS.js} +179 -173
- package/dist/{@framer-motion-j6RIjEIR.js → @framer-motion-DZveCoIL.js} +1 -1
- package/dist/{@react-dates-BVyHiOGU.js → @react-dates-CZ1bNWJM.js} +213 -213
- package/dist/{@react-select-BQNFZu0Y.js → @react-select-DS68hCUM.js} +1 -1
- package/dist/{@react-virtualized-sticky-tree-CuElh0mS.js → @react-virtualized-sticky-tree-V-8klKy9.js} +1 -1
- package/dist/{@vendor-DbxoIktR.js → @vendor-3ORIJA0h.js} +22139 -16828
- package/dist/Common/API/CoreAPI.d.ts +11 -0
- package/dist/Common/API/QueryClientProvider.d.ts +2 -0
- package/dist/Common/API/index.d.ts +2 -0
- package/dist/Common/API/reactQueryHooks.d.ts +6 -0
- package/dist/Common/Constants.d.ts +1 -2
- package/dist/Common/Drawer/Drawer.d.ts +3 -2
- package/dist/Common/Modals/Modal.d.ts +1 -2
- package/dist/Common/Modals/VisibleModal.d.ts +6 -8
- package/dist/Common/Modals/VisibleModal2.d.ts +4 -7
- package/dist/Common/RJSF/Form.d.ts +1 -1
- package/dist/Common/SearchBar/SearchBar.component.d.ts +1 -1
- package/dist/Common/SearchBar/types.d.ts +7 -0
- package/dist/Common/Types.d.ts +0 -1
- package/dist/Pages/BulkEdit/index.d.ts +1 -0
- package/dist/Pages/BulkEdit/types.d.ts +50 -0
- package/dist/Pages/ResourceBrowser/ClusterMap/ClusterMap.d.ts +2 -0
- package/dist/Pages/ResourceBrowser/ClusterMap/index.d.ts +1 -0
- package/dist/Pages/ResourceBrowser/ClusterMap/types.d.ts +27 -0
- package/dist/Pages/ResourceBrowser/ClusterMap/utils.d.ts +14 -0
- package/dist/Pages/ResourceBrowser/index.d.ts +1 -0
- package/dist/Pages/ResourceBrowser/types.d.ts +1 -1
- package/dist/Pages/index.d.ts +1 -0
- package/dist/Shared/Components/Backdrop/Backdrop.d.ts +1 -1
- package/dist/Shared/Components/Backdrop/types.d.ts +2 -10
- package/dist/Shared/Components/Button/Button.component.d.ts +24 -12
- package/dist/Shared/Components/Button/types.d.ts +4 -0
- package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/utils.d.ts +1 -1
- package/dist/Shared/Components/Chip/Chip.component.d.ts +3 -0
- package/dist/Shared/Components/Chip/index.d.ts +2 -0
- package/dist/Shared/Components/Chip/types.d.ts +64 -0
- package/dist/Shared/Components/Chip/utils.d.ts +6 -0
- package/dist/Shared/Components/DTFocusTrap/DTFocusTrap.d.ts +8 -0
- package/dist/Shared/Components/DTFocusTrap/index.d.ts +2 -0
- package/dist/Shared/Components/DTFocusTrap/types.d.ts +33 -0
- package/dist/Shared/Components/FilterChips/types.d.ts +2 -3
- package/dist/Shared/Components/Header/PageHeader.d.ts +1 -1
- package/dist/Shared/Components/Header/types.d.ts +2 -0
- package/dist/Shared/Components/Icon/Icon.d.ts +3 -0
- package/dist/Shared/Components/Popover/types.d.ts +4 -0
- package/dist/Shared/Components/Popover/usePopover.hook.d.ts +1 -1
- package/dist/Shared/Components/Popover/utils.d.ts +1 -1
- package/dist/Shared/Components/SelectPicker/SelectPicker.component.d.ts +1 -1
- package/dist/Shared/Components/SelectPicker/common.d.ts +2 -3
- package/dist/Shared/Components/SelectPicker/constants.d.ts +1 -0
- package/dist/Shared/Components/SelectPicker/type.d.ts +14 -3
- package/dist/Shared/Components/Table/types.d.ts +1 -0
- package/dist/Shared/Components/TempAppWindow/TempAppWindow.d.ts +1 -0
- package/dist/Shared/Components/TempAppWindow/index.d.ts +1 -0
- package/dist/Shared/Components/index.d.ts +2 -0
- package/dist/Shared/Helpers.d.ts +1 -2
- package/dist/Shared/Providers/MainContextProvider/index.d.ts +1 -1
- package/dist/Shared/Providers/MainContextProvider/types.d.ts +18 -0
- package/dist/Shared/constants.d.ts +1 -0
- package/dist/Shared/types.d.ts +0 -4
- package/dist/assets/@code-editor.css +1 -1
- package/dist/assets/ic-bg-environment.1ea03fc5.svg +12 -0
- package/dist/assets/ic-link.52effffd.svg +3 -0
- package/dist/assets/ic-resize-handle.b0afcd2d.svg +9 -0
- package/dist/index.d.ts +16 -6
- package/dist/index.js +947 -938
- package/package.json +6 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@devtron-labs/devtron-fe-common-lib",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.19.0",
|
4
4
|
"description": "Supporting common component library",
|
5
5
|
"type": "module",
|
6
6
|
"main": "dist/index.js",
|
@@ -40,6 +40,8 @@
|
|
40
40
|
"@esbuild-plugins/node-globals-polyfill": "0.2.3",
|
41
41
|
"@laynezh/vite-plugin-lib-assets": "1.1.0",
|
42
42
|
"@sentry/browser": "^7.119.1",
|
43
|
+
"@tanstack/eslint-plugin-query": "<5",
|
44
|
+
"@tanstack/react-query-devtools": "<5",
|
43
45
|
"@testing-library/jest-dom": "^5.16.2",
|
44
46
|
"@testing-library/react": "^12.1.4",
|
45
47
|
"@tippyjs/react": "^4.2.0",
|
@@ -47,6 +49,7 @@
|
|
47
49
|
"@types/dompurify": "^3.0.5",
|
48
50
|
"@types/json-schema": "^7.0.15",
|
49
51
|
"@types/react": "17.0.39",
|
52
|
+
"@types/react-dates": "^21.8.6",
|
50
53
|
"@types/react-dom": "17.0.13",
|
51
54
|
"@types/react-router-dom": "^5.3.3",
|
52
55
|
"@typescript-eslint/eslint-plugin": "8.3.0",
|
@@ -107,7 +110,7 @@
|
|
107
110
|
"@lezer/highlight": "1.2.1",
|
108
111
|
"@replit/codemirror-indentation-markers": "6.5.3",
|
109
112
|
"@replit/codemirror-vscode-keymap": "6.0.2",
|
110
|
-
"@
|
113
|
+
"@tanstack/react-query": "<5",
|
111
114
|
"@uiw/codemirror-extensions-hyper-link": "4.23.10",
|
112
115
|
"@uiw/codemirror-theme-github": "4.23.7",
|
113
116
|
"@uiw/react-codemirror": "4.23.7",
|
@@ -116,6 +119,7 @@
|
|
116
119
|
"codemirror-json-schema": "0.8.0",
|
117
120
|
"dayjs": "^1.11.13",
|
118
121
|
"fast-json-patch": "^3.1.1",
|
122
|
+
"focus-trap-react": "^10.3.1",
|
119
123
|
"framer-motion": "^6.5.1",
|
120
124
|
"jsonpath-plus": "^10.3.0",
|
121
125
|
"marked": "^13.0.3",
|