@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.
Files changed (68) hide show
  1. package/dist/{@code-editor-Cmi_dLiG.js → @code-editor-GtoBp4ff.js} +8406 -7972
  2. package/dist/{@common-rjsf-DTSwvp93.js → @common-rjsf-BfawWJnS.js} +179 -173
  3. package/dist/{@framer-motion-j6RIjEIR.js → @framer-motion-DZveCoIL.js} +1 -1
  4. package/dist/{@react-dates-BVyHiOGU.js → @react-dates-CZ1bNWJM.js} +213 -213
  5. package/dist/{@react-select-BQNFZu0Y.js → @react-select-DS68hCUM.js} +1 -1
  6. package/dist/{@react-virtualized-sticky-tree-CuElh0mS.js → @react-virtualized-sticky-tree-V-8klKy9.js} +1 -1
  7. package/dist/{@vendor-DbxoIktR.js → @vendor-3ORIJA0h.js} +22139 -16828
  8. package/dist/Common/API/CoreAPI.d.ts +11 -0
  9. package/dist/Common/API/QueryClientProvider.d.ts +2 -0
  10. package/dist/Common/API/index.d.ts +2 -0
  11. package/dist/Common/API/reactQueryHooks.d.ts +6 -0
  12. package/dist/Common/Constants.d.ts +1 -2
  13. package/dist/Common/Drawer/Drawer.d.ts +3 -2
  14. package/dist/Common/Modals/Modal.d.ts +1 -2
  15. package/dist/Common/Modals/VisibleModal.d.ts +6 -8
  16. package/dist/Common/Modals/VisibleModal2.d.ts +4 -7
  17. package/dist/Common/RJSF/Form.d.ts +1 -1
  18. package/dist/Common/SearchBar/SearchBar.component.d.ts +1 -1
  19. package/dist/Common/SearchBar/types.d.ts +7 -0
  20. package/dist/Common/Types.d.ts +0 -1
  21. package/dist/Pages/BulkEdit/index.d.ts +1 -0
  22. package/dist/Pages/BulkEdit/types.d.ts +50 -0
  23. package/dist/Pages/ResourceBrowser/ClusterMap/ClusterMap.d.ts +2 -0
  24. package/dist/Pages/ResourceBrowser/ClusterMap/index.d.ts +1 -0
  25. package/dist/Pages/ResourceBrowser/ClusterMap/types.d.ts +27 -0
  26. package/dist/Pages/ResourceBrowser/ClusterMap/utils.d.ts +14 -0
  27. package/dist/Pages/ResourceBrowser/index.d.ts +1 -0
  28. package/dist/Pages/ResourceBrowser/types.d.ts +1 -1
  29. package/dist/Pages/index.d.ts +1 -0
  30. package/dist/Shared/Components/Backdrop/Backdrop.d.ts +1 -1
  31. package/dist/Shared/Components/Backdrop/types.d.ts +2 -10
  32. package/dist/Shared/Components/Button/Button.component.d.ts +24 -12
  33. package/dist/Shared/Components/Button/types.d.ts +4 -0
  34. package/dist/Shared/Components/CICDHistory/DeploymentHistoryConfigDiff/utils.d.ts +1 -1
  35. package/dist/Shared/Components/Chip/Chip.component.d.ts +3 -0
  36. package/dist/Shared/Components/Chip/index.d.ts +2 -0
  37. package/dist/Shared/Components/Chip/types.d.ts +64 -0
  38. package/dist/Shared/Components/Chip/utils.d.ts +6 -0
  39. package/dist/Shared/Components/DTFocusTrap/DTFocusTrap.d.ts +8 -0
  40. package/dist/Shared/Components/DTFocusTrap/index.d.ts +2 -0
  41. package/dist/Shared/Components/DTFocusTrap/types.d.ts +33 -0
  42. package/dist/Shared/Components/FilterChips/types.d.ts +2 -3
  43. package/dist/Shared/Components/Header/PageHeader.d.ts +1 -1
  44. package/dist/Shared/Components/Header/types.d.ts +2 -0
  45. package/dist/Shared/Components/Icon/Icon.d.ts +3 -0
  46. package/dist/Shared/Components/Popover/types.d.ts +4 -0
  47. package/dist/Shared/Components/Popover/usePopover.hook.d.ts +1 -1
  48. package/dist/Shared/Components/Popover/utils.d.ts +1 -1
  49. package/dist/Shared/Components/SelectPicker/SelectPicker.component.d.ts +1 -1
  50. package/dist/Shared/Components/SelectPicker/common.d.ts +2 -3
  51. package/dist/Shared/Components/SelectPicker/constants.d.ts +1 -0
  52. package/dist/Shared/Components/SelectPicker/type.d.ts +14 -3
  53. package/dist/Shared/Components/Table/types.d.ts +1 -0
  54. package/dist/Shared/Components/TempAppWindow/TempAppWindow.d.ts +1 -0
  55. package/dist/Shared/Components/TempAppWindow/index.d.ts +1 -0
  56. package/dist/Shared/Components/index.d.ts +2 -0
  57. package/dist/Shared/Helpers.d.ts +1 -2
  58. package/dist/Shared/Providers/MainContextProvider/index.d.ts +1 -1
  59. package/dist/Shared/Providers/MainContextProvider/types.d.ts +18 -0
  60. package/dist/Shared/constants.d.ts +1 -0
  61. package/dist/Shared/types.d.ts +0 -4
  62. package/dist/assets/@code-editor.css +1 -1
  63. package/dist/assets/ic-bg-environment.1ea03fc5.svg +12 -0
  64. package/dist/assets/ic-link.52effffd.svg +3 -0
  65. package/dist/assets/ic-resize-handle.b0afcd2d.svg +9 -0
  66. package/dist/index.d.ts +16 -6
  67. package/dist/index.js +947 -938
  68. 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.18.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
- "@types/react-dates": "^21.8.6",
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",