@dmsi/wedgekit-react 0.0.207 → 0.0.209

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 (45) hide show
  1. package/dist/{chunk-WNQ53SVY.js → chunk-E6Y7ZHQX.js} +45 -1
  2. package/dist/{chunk-WXHRJSDG.js → chunk-ERW3AMED.js} +1 -1
  3. package/dist/{chunk-2JRZCC2K.js → chunk-JITZWSPR.js} +3 -3
  4. package/dist/{chunk-WE55TGZZ.js → chunk-NIHZMIOL.js} +1 -1
  5. package/dist/{chunk-RXPS5GVE.js → chunk-Q3TNALWH.js} +17 -26
  6. package/dist/{chunk-M3433XEJ.js → chunk-T3F37S6Z.js} +15 -1
  7. package/dist/{chunk-2B5T4NCT.js → chunk-UKSJPFN2.js} +2 -2
  8. package/dist/components/DataGridCell.cjs +814 -824
  9. package/dist/components/DataGridCell.js +7 -6
  10. package/dist/components/DateInput.cjs +23 -23
  11. package/dist/components/DateInput.js +4 -4
  12. package/dist/components/DateRangeInput.cjs +23 -23
  13. package/dist/components/DateRangeInput.js +4 -4
  14. package/dist/components/Menu.cjs +38 -35
  15. package/dist/components/Menu.js +6 -4
  16. package/dist/components/MenuOption.cjs +7 -4
  17. package/dist/components/MenuOption.js +5 -2
  18. package/dist/components/Modal.cjs +15 -12
  19. package/dist/components/Modal.js +5 -3
  20. package/dist/components/NestedMenu.cjs +9 -6
  21. package/dist/components/NestedMenu.js +5 -2
  22. package/dist/components/PDFViewer.cjs +22 -19
  23. package/dist/components/PDFViewer.js +5 -3
  24. package/dist/components/ProjectBar.cjs +3 -0
  25. package/dist/components/ProjectBar.js +4 -1
  26. package/dist/components/Time.js +2 -1
  27. package/dist/components/index.cjs +963 -905
  28. package/dist/components/index.js +70 -45
  29. package/dist/components/useMenuSystem.cjs +22 -19
  30. package/dist/components/useMenuSystem.js +5 -2
  31. package/dist/hooks/index.cjs +66 -2
  32. package/dist/hooks/index.js +8 -3
  33. package/dist/utils/index.cjs +25 -0
  34. package/dist/utils/index.js +3 -1
  35. package/package.json +1 -1
  36. package/src/components/DataGrid/TableBody/TableBodyRow.tsx +0 -4
  37. package/src/components/DataGrid/TableBody/index.tsx +14 -3
  38. package/src/components/DataGrid/index.tsx +58 -35
  39. package/src/components/DataGridCell.tsx +11 -17
  40. package/src/hooks/index.ts +1 -0
  41. package/src/hooks/useTableLayout.ts +68 -0
  42. package/src/utils/index.ts +1 -0
  43. package/src/utils/mergeObjectArrays.ts +18 -0
  44. package/src/utils.ts +1 -0
  45. /package/dist/{chunk-6LN6QT6M.js → chunk-VXWSAIB5.js} +0 -0
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  Modal
4
- } from "../chunk-2B5T4NCT.js";
4
+ } from "../chunk-UKSJPFN2.js";
5
5
  import "../chunk-4RJKB7LC.js";
6
6
  import "../chunk-47KTDBGA.js";
7
7
  import "../chunk-SYEJVSE4.js";
@@ -13,8 +13,10 @@ import {
13
13
  import {
14
14
  Heading3
15
15
  } from "../chunk-REOLWEZG.js";
16
- import "../chunk-WNQ53SVY.js";
17
- import "../chunk-6LN6QT6M.js";
16
+ import "../chunk-E6Y7ZHQX.js";
17
+ import "../chunk-VXWSAIB5.js";
18
+ import "../chunk-T3F37S6Z.js";
19
+ import "../chunk-5UH6QUFB.js";
18
20
  import {
19
21
  Stack
20
22
  } from "../chunk-BOWQUDUU.js";
@@ -196,6 +196,9 @@ var useMatchesMedia = (query) => {
196
196
  };
197
197
  var useMatchesMobile = () => useMatchesMedia("(width < 48rem)");
198
198
 
199
+ // src/hooks/useTableLayout.ts
200
+ var import_react4 = require("react");
201
+
199
202
  // src/components/ProjectBar.tsx
200
203
  var import_jsx_runtime = require("react/jsx-runtime");
201
204
  var ProjectBar = ({
@@ -1,6 +1,9 @@
1
1
  import {
2
2
  useMatchesMobile
3
- } from "../chunk-WNQ53SVY.js";
3
+ } from "../chunk-E6Y7ZHQX.js";
4
+ import "../chunk-VXWSAIB5.js";
5
+ import "../chunk-T3F37S6Z.js";
6
+ import "../chunk-5UH6QUFB.js";
4
7
  import {
5
8
  containerPaddingX,
6
9
  layoutGap,
@@ -1,6 +1,7 @@
1
1
  import {
2
2
  findDocumentRoot
3
- } from "../chunk-6LN6QT6M.js";
3
+ } from "../chunk-VXWSAIB5.js";
4
+ import "../chunk-T3F37S6Z.js";
4
5
  import {
5
6
  InputBase
6
7
  } from "../chunk-7W4I2NK3.js";