@devtron-labs/devtron-fe-common-lib 1.17.0-pre-13 → 1.17.0-pre-15

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 (33) hide show
  1. package/dist/{@code-editor-C9KBOst6.js → @code-editor-B0uxjbrt.js} +6884 -6759
  2. package/dist/{@common-rjsf-DPFUPG94.js → @common-rjsf-jd8y-UkA.js} +2 -2
  3. package/dist/{@framer-motion-j6RIjEIR.js → @framer-motion-C94NbgU9.js} +1 -1
  4. package/dist/{@react-dates-BVyHiOGU.js → @react-dates-DEmhjM6W.js} +1 -1
  5. package/dist/{@react-select-BQNFZu0Y.js → @react-select-BiMf6_4_.js} +1 -1
  6. package/dist/{@react-virtualized-sticky-tree-CuElh0mS.js → @react-virtualized-sticky-tree-BrF__QnL.js} +1 -1
  7. package/dist/{@vendor-DbxoIktR.js → @vendor-B_URIsso.js} +13552 -12559
  8. package/dist/Common/Drawer/Drawer.d.ts +3 -2
  9. package/dist/Common/Modals/Modal.d.ts +1 -2
  10. package/dist/Common/Modals/VisibleModal.d.ts +6 -8
  11. package/dist/Common/Modals/VisibleModal2.d.ts +4 -7
  12. package/dist/Common/RJSF/Form.d.ts +1 -1
  13. package/dist/Shared/Components/Backdrop/Backdrop.d.ts +1 -1
  14. package/dist/Shared/Components/Backdrop/types.d.ts +2 -10
  15. package/dist/Shared/Components/Button/Button.component.d.ts +24 -12
  16. package/dist/Shared/Components/Button/types.d.ts +4 -0
  17. package/dist/Shared/Components/DTFocusTrap/DTFocusTrap.d.ts +3 -0
  18. package/dist/Shared/Components/DTFocusTrap/index.d.ts +2 -0
  19. package/dist/Shared/Components/DTFocusTrap/types.d.ts +33 -0
  20. package/dist/Shared/Components/Header/PageHeader.d.ts +1 -1
  21. package/dist/Shared/Components/Header/types.d.ts +2 -0
  22. package/dist/Shared/Components/Popover/types.d.ts +4 -0
  23. package/dist/Shared/Components/Popover/usePopover.hook.d.ts +1 -1
  24. package/dist/Shared/Components/Popover/utils.d.ts +1 -1
  25. package/dist/Shared/Components/TempAppWindow/TempAppWindow.d.ts +1 -0
  26. package/dist/Shared/Components/TempAppWindow/index.d.ts +1 -0
  27. package/dist/Shared/Components/index.d.ts +1 -0
  28. package/dist/Shared/Helpers.d.ts +1 -2
  29. package/dist/Shared/Providers/MainContextProvider/index.d.ts +1 -1
  30. package/dist/Shared/Providers/MainContextProvider/types.d.ts +18 -0
  31. package/dist/Shared/types.d.ts +0 -4
  32. package/dist/index.js +308 -308
  33. package/package.json +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devtron-labs/devtron-fe-common-lib",
3
- "version": "1.17.0-pre-13",
3
+ "version": "1.17.0-pre-15",
4
4
  "description": "Supporting common component library",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -116,6 +116,7 @@
116
116
  "codemirror-json-schema": "0.8.0",
117
117
  "dayjs": "^1.11.13",
118
118
  "fast-json-patch": "^3.1.1",
119
+ "focus-trap-react": "^10.3.1",
119
120
  "framer-motion": "^6.5.1",
120
121
  "jsonpath-plus": "^10.3.0",
121
122
  "marked": "^13.0.3",