@dmsi/wedgekit-react 0.0.858 → 0.0.859

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 (63) hide show
  1. package/dist/{chunk-WJJB7IJZ.js → chunk-57HL5K5I.js} +1 -1
  2. package/dist/{chunk-RESDUVMA.js → chunk-A57PKP6Z.js} +1 -1
  3. package/dist/{chunk-AG43RS4Q.js → chunk-E7LGUC2B.js} +1 -1
  4. package/dist/{chunk-WWZG3S33.js → chunk-IPQIZG7U.js} +7 -7
  5. package/dist/components/CalendarRange.cjs +7 -7
  6. package/dist/components/CalendarRange.css +6 -3
  7. package/dist/components/CalendarRange.js +5 -5
  8. package/dist/components/DataGrid/ColumnSelectorHeaderCell/ColumnSelectorMenuOption.cjs +7 -7
  9. package/dist/components/DataGrid/ColumnSelectorHeaderCell/ColumnSelectorMenuOption.css +6 -3
  10. package/dist/components/DataGrid/ColumnSelectorHeaderCell/ColumnSelectorMenuOption.js +5 -5
  11. package/dist/components/DataGrid/ColumnSelectorHeaderCell/index.cjs +7 -7
  12. package/dist/components/DataGrid/ColumnSelectorHeaderCell/index.css +6 -3
  13. package/dist/components/DataGrid/ColumnSelectorHeaderCell/index.js +5 -5
  14. package/dist/components/DataGrid/PinnedColumns.cjs +7 -7
  15. package/dist/components/DataGrid/PinnedColumns.css +6 -3
  16. package/dist/components/DataGrid/PinnedColumns.js +5 -5
  17. package/dist/components/DataGrid/TableBody/LoadingCell.cjs +7 -7
  18. package/dist/components/DataGrid/TableBody/LoadingCell.css +6 -3
  19. package/dist/components/DataGrid/TableBody/LoadingCell.js +5 -5
  20. package/dist/components/DataGrid/TableBody/TableBodyRow.cjs +7 -7
  21. package/dist/components/DataGrid/TableBody/TableBodyRow.css +6 -3
  22. package/dist/components/DataGrid/TableBody/TableBodyRow.js +5 -5
  23. package/dist/components/DataGrid/TableBody/index.cjs +7 -7
  24. package/dist/components/DataGrid/TableBody/index.css +6 -3
  25. package/dist/components/DataGrid/TableBody/index.js +5 -5
  26. package/dist/components/DataGrid/index.cjs +7 -7
  27. package/dist/components/DataGrid/index.css +6 -3
  28. package/dist/components/DataGrid/index.js +5 -5
  29. package/dist/components/DataGrid/utils.cjs +7 -7
  30. package/dist/components/DataGrid/utils.css +6 -3
  31. package/dist/components/DataGrid/utils.js +5 -5
  32. package/dist/components/DateInput.cjs +7 -7
  33. package/dist/components/DateInput.css +6 -3
  34. package/dist/components/DateInput.js +5 -5
  35. package/dist/components/DateRangeInput.cjs +7 -7
  36. package/dist/components/DateRangeInput.css +6 -3
  37. package/dist/components/DateRangeInput.js +5 -5
  38. package/dist/components/MobileDataGrid/ColumnList.css +6 -3
  39. package/dist/components/MobileDataGrid/ColumnList.js +1 -1
  40. package/dist/components/MobileDataGrid/ColumnSelector/index.cjs +7 -7
  41. package/dist/components/MobileDataGrid/ColumnSelector/index.css +6 -3
  42. package/dist/components/MobileDataGrid/ColumnSelector/index.js +5 -5
  43. package/dist/components/MobileDataGrid/MobileDataGridCard/index.js +1 -1
  44. package/dist/components/MobileDataGrid/MobileDataGridHeader.cjs +7 -7
  45. package/dist/components/MobileDataGrid/MobileDataGridHeader.css +6 -3
  46. package/dist/components/MobileDataGrid/MobileDataGridHeader.js +5 -5
  47. package/dist/components/MobileDataGrid/RowDetailModalProvider/ModalContent.js +1 -1
  48. package/dist/components/MobileDataGrid/RowDetailModalProvider/index.cjs +7 -7
  49. package/dist/components/MobileDataGrid/RowDetailModalProvider/index.js +4 -4
  50. package/dist/components/MobileDataGrid/index.cjs +7 -7
  51. package/dist/components/MobileDataGrid/index.css +6 -3
  52. package/dist/components/MobileDataGrid/index.js +5 -5
  53. package/dist/components/Modal.cjs +7 -7
  54. package/dist/components/Modal.js +2 -2
  55. package/dist/components/ModalScrim.cjs +1 -1
  56. package/dist/components/ModalScrim.js +1 -1
  57. package/dist/components/PDFViewer/index.cjs +7 -7
  58. package/dist/components/PDFViewer/index.js +2 -2
  59. package/dist/components/index.cjs +7 -7
  60. package/dist/components/index.css +6 -3
  61. package/dist/components/index.js +5 -5
  62. package/dist/index.css +6 -3
  63. package/package.json +1 -1
@@ -5432,7 +5432,7 @@ var ModalScrim = ({
5432
5432
  id,
5433
5433
  "data-testid": testid,
5434
5434
  className: (0, import_clsx28.default)(
5435
- "overflow-y-auto h-screen transition-[visibility,opacity,background] ease-in-out duration-100 grid place-content-center group bg-neutral-600/50 fixed opacity-0",
5435
+ "overflow-y-auto h-dvh transition-[visibility,opacity,background] ease-in-out duration-100 grid place-content-center group bg-neutral-600/50 fixed opacity-0",
5436
5436
  !show && " pointer-events-none",
5437
5437
  size === "small" && "p-4",
5438
5438
  size === "screen" ? "desktop:p-0" : "desktop:p-4",
@@ -5508,19 +5508,19 @@ var whenAllAnimationsFinish = (animations, callback) => {
5508
5508
  };
5509
5509
  var sizes = {
5510
5510
  small: {
5511
- sizeClass: "max-h-screen desktop:max-w-120 rounded-sm"
5511
+ sizeClass: "h-fit max-h-dvh desktop:max-w-120 rounded-sm"
5512
5512
  },
5513
5513
  medium: {
5514
- sizeClass: "desktop:max-w-180 w-screen desktop:h-fit h-screen desktop:w-full max-w-240"
5514
+ sizeClass: "desktop:max-w-180 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
5515
5515
  },
5516
5516
  large: {
5517
- sizeClass: "desktop:max-w-240 w-screen desktop:h-fit h-screen desktop:w-full max-w-240"
5517
+ sizeClass: "desktop:max-w-240 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
5518
5518
  },
5519
5519
  "x-large": {
5520
- sizeClass: "desktop:max-w-300 w-screen desktop:h-fit h-screen desktop:w-full max-w-240"
5520
+ sizeClass: "desktop:max-w-300 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
5521
5521
  },
5522
5522
  screen: {
5523
- sizeClass: "w-screen h-screen max-w-screen !rounded-none"
5523
+ sizeClass: "w-screen h-dvh max-w-screen !rounded-none"
5524
5524
  }
5525
5525
  };
5526
5526
  var Modal = ({
@@ -5653,7 +5653,7 @@ var Modal = ({
5653
5653
  "data-testid": testid,
5654
5654
  ref: modalRef,
5655
5655
  className: (0, import_clsx29.default)(
5656
- "shadow-md rounded-sm flex flex-col overflow-hidden w-full opacity-0 h-fit",
5656
+ "shadow-md rounded-sm flex flex-col overflow-hidden w-full opacity-0",
5657
5657
  computedFixedHeightScrolling && size !== "screen" && "desktop:max-h-[calc(100vh-32px)] desktop:h-auto",
5658
5658
  className,
5659
5659
  !(className == null ? void 0 : className.includes("bg-")) && "bg-white",
@@ -804,18 +804,21 @@
804
804
  .h-auto {
805
805
  height: auto;
806
806
  }
807
+ .h-dvh {
808
+ height: 100dvh;
809
+ }
807
810
  .h-fit {
808
811
  height: fit-content;
809
812
  }
810
813
  .h-full {
811
814
  height: 100%;
812
815
  }
813
- .h-screen {
814
- height: 100vh;
815
- }
816
816
  .max-h-18 {
817
817
  max-height: calc(var(--spacing) * 18);
818
818
  }
819
+ .max-h-dvh {
820
+ max-height: 100dvh;
821
+ }
819
822
  .max-h-full {
820
823
  max-height: 100%;
821
824
  }
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  ColumnSelector
3
- } from "../../../chunk-RESDUVMA.js";
4
- import "../../../chunk-WJJB7IJZ.js";
3
+ } from "../../../chunk-A57PKP6Z.js";
4
+ import "../../../chunk-57HL5K5I.js";
5
5
  import "../../../chunk-Q4YDNW7N.js";
6
6
  import "../../../chunk-M7INAUAJ.js";
7
7
  import "../../../chunk-C5DKGJ4E.js";
@@ -15,8 +15,8 @@ import "../../../chunk-SZ47M32R.js";
15
15
  import "../../../chunk-B4AE3DCA.js";
16
16
  import "../../../chunk-FP3Y5JJN.js";
17
17
  import "../../../chunk-5IFPG6TS.js";
18
- import "../../../chunk-AJ5M6MVX.js";
19
18
  import "../../../chunk-6EYMKEJ6.js";
19
+ import "../../../chunk-AJ5M6MVX.js";
20
20
  import "../../../chunk-AT4AWD6B.js";
21
21
  import "../../../chunk-EWGHVZL5.js";
22
22
  import "../../../chunk-FZ2TEKOE.js";
@@ -25,12 +25,12 @@ import "../../../chunk-KBIEWFQS.js";
25
25
  import "../../../chunk-NSZTJ5R4.js";
26
26
  import "../../../chunk-LB7UT6F3.js";
27
27
  import "../../../chunk-ZL6NXIGS.js";
28
- import "../../../chunk-WWZG3S33.js";
28
+ import "../../../chunk-IPQIZG7U.js";
29
29
  import "../../../chunk-4RJKB7LC.js";
30
30
  import "../../../chunk-UUKHQUSF.js";
31
31
  import "../../../chunk-WVVEOCEH.js";
32
32
  import "../../../chunk-2EAVEFWY.js";
33
- import "../../../chunk-AG43RS4Q.js";
33
+ import "../../../chunk-E7LGUC2B.js";
34
34
  import "../../../chunk-QVWYTQKL.js";
35
35
  import "../../../chunk-UAMI54FE.js";
36
36
  import "../../../chunk-SJZNVG4N.js";
@@ -2,8 +2,8 @@ import {
2
2
  MobileDataGridCard
3
3
  } from "../../../chunk-FP3Y5JJN.js";
4
4
  import "../../../chunk-5IFPG6TS.js";
5
- import "../../../chunk-AJ5M6MVX.js";
6
5
  import "../../../chunk-6EYMKEJ6.js";
6
+ import "../../../chunk-AJ5M6MVX.js";
7
7
  import "../../../chunk-M7WHWZ2J.js";
8
8
  import "../../../chunk-VXWSAIB5.js";
9
9
  import "../../../chunk-MMZTPVYB.js";
@@ -5666,7 +5666,7 @@ var ModalScrim = ({
5666
5666
  id,
5667
5667
  "data-testid": testid,
5668
5668
  className: (0, import_clsx28.default)(
5669
- "overflow-y-auto h-screen transition-[visibility,opacity,background] ease-in-out duration-100 grid place-content-center group bg-neutral-600/50 fixed opacity-0",
5669
+ "overflow-y-auto h-dvh transition-[visibility,opacity,background] ease-in-out duration-100 grid place-content-center group bg-neutral-600/50 fixed opacity-0",
5670
5670
  !show && " pointer-events-none",
5671
5671
  size === "small" && "p-4",
5672
5672
  size === "screen" ? "desktop:p-0" : "desktop:p-4",
@@ -5742,19 +5742,19 @@ var whenAllAnimationsFinish = (animations, callback) => {
5742
5742
  };
5743
5743
  var sizes = {
5744
5744
  small: {
5745
- sizeClass: "max-h-screen desktop:max-w-120 rounded-sm"
5745
+ sizeClass: "h-fit max-h-dvh desktop:max-w-120 rounded-sm"
5746
5746
  },
5747
5747
  medium: {
5748
- sizeClass: "desktop:max-w-180 w-screen desktop:h-fit h-screen desktop:w-full max-w-240"
5748
+ sizeClass: "desktop:max-w-180 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
5749
5749
  },
5750
5750
  large: {
5751
- sizeClass: "desktop:max-w-240 w-screen desktop:h-fit h-screen desktop:w-full max-w-240"
5751
+ sizeClass: "desktop:max-w-240 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
5752
5752
  },
5753
5753
  "x-large": {
5754
- sizeClass: "desktop:max-w-300 w-screen desktop:h-fit h-screen desktop:w-full max-w-240"
5754
+ sizeClass: "desktop:max-w-300 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
5755
5755
  },
5756
5756
  screen: {
5757
- sizeClass: "w-screen h-screen max-w-screen !rounded-none"
5757
+ sizeClass: "w-screen h-dvh max-w-screen !rounded-none"
5758
5758
  }
5759
5759
  };
5760
5760
  var Modal = ({
@@ -5887,7 +5887,7 @@ var Modal = ({
5887
5887
  "data-testid": testid,
5888
5888
  ref: modalRef,
5889
5889
  className: (0, import_clsx29.default)(
5890
- "shadow-md rounded-sm flex flex-col overflow-hidden w-full opacity-0 h-fit",
5890
+ "shadow-md rounded-sm flex flex-col overflow-hidden w-full opacity-0",
5891
5891
  computedFixedHeightScrolling && size !== "screen" && "desktop:max-h-[calc(100vh-32px)] desktop:h-auto",
5892
5892
  className,
5893
5893
  !(className == null ? void 0 : className.includes("bg-")) && "bg-white",
@@ -804,18 +804,21 @@
804
804
  .h-auto {
805
805
  height: auto;
806
806
  }
807
+ .h-dvh {
808
+ height: 100dvh;
809
+ }
807
810
  .h-fit {
808
811
  height: fit-content;
809
812
  }
810
813
  .h-full {
811
814
  height: 100%;
812
815
  }
813
- .h-screen {
814
- height: 100vh;
815
- }
816
816
  .max-h-18 {
817
817
  max-height: calc(var(--spacing) * 18);
818
818
  }
819
+ .max-h-dvh {
820
+ max-height: 100dvh;
821
+ }
819
822
  .max-h-full {
820
823
  max-height: 100%;
821
824
  }
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  MobileDataGridHeader
3
- } from "../../chunk-RESDUVMA.js";
4
- import "../../chunk-WJJB7IJZ.js";
3
+ } from "../../chunk-A57PKP6Z.js";
4
+ import "../../chunk-57HL5K5I.js";
5
5
  import "../../chunk-Q4YDNW7N.js";
6
6
  import "../../chunk-M7INAUAJ.js";
7
7
  import "../../chunk-C5DKGJ4E.js";
@@ -15,8 +15,8 @@ import "../../chunk-SZ47M32R.js";
15
15
  import "../../chunk-B4AE3DCA.js";
16
16
  import "../../chunk-FP3Y5JJN.js";
17
17
  import "../../chunk-5IFPG6TS.js";
18
- import "../../chunk-AJ5M6MVX.js";
19
18
  import "../../chunk-6EYMKEJ6.js";
19
+ import "../../chunk-AJ5M6MVX.js";
20
20
  import "../../chunk-AT4AWD6B.js";
21
21
  import "../../chunk-EWGHVZL5.js";
22
22
  import "../../chunk-FZ2TEKOE.js";
@@ -25,12 +25,12 @@ import "../../chunk-KBIEWFQS.js";
25
25
  import "../../chunk-NSZTJ5R4.js";
26
26
  import "../../chunk-LB7UT6F3.js";
27
27
  import "../../chunk-ZL6NXIGS.js";
28
- import "../../chunk-WWZG3S33.js";
28
+ import "../../chunk-IPQIZG7U.js";
29
29
  import "../../chunk-4RJKB7LC.js";
30
30
  import "../../chunk-UUKHQUSF.js";
31
31
  import "../../chunk-WVVEOCEH.js";
32
32
  import "../../chunk-2EAVEFWY.js";
33
- import "../../chunk-AG43RS4Q.js";
33
+ import "../../chunk-E7LGUC2B.js";
34
34
  import "../../chunk-QVWYTQKL.js";
35
35
  import "../../chunk-UAMI54FE.js";
36
36
  import "../../chunk-SJZNVG4N.js";
@@ -2,8 +2,8 @@ import {
2
2
  ModalContent
3
3
  } from "../../../chunk-Q4YDNW7N.js";
4
4
  import "../../../chunk-5IFPG6TS.js";
5
- import "../../../chunk-AJ5M6MVX.js";
6
5
  import "../../../chunk-6EYMKEJ6.js";
6
+ import "../../../chunk-AJ5M6MVX.js";
7
7
  import "../../../chunk-VXWSAIB5.js";
8
8
  import "../../../chunk-MMZTPVYB.js";
9
9
  import "../../../chunk-5UH6QUFB.js";
@@ -642,7 +642,7 @@ var ModalScrim = ({
642
642
  id,
643
643
  "data-testid": testid,
644
644
  className: (0, import_clsx8.default)(
645
- "overflow-y-auto h-screen transition-[visibility,opacity,background] ease-in-out duration-100 grid place-content-center group bg-neutral-600/50 fixed opacity-0",
645
+ "overflow-y-auto h-dvh transition-[visibility,opacity,background] ease-in-out duration-100 grid place-content-center group bg-neutral-600/50 fixed opacity-0",
646
646
  !show && " pointer-events-none",
647
647
  size === "small" && "p-4",
648
648
  size === "screen" ? "desktop:p-0" : "desktop:p-4",
@@ -822,19 +822,19 @@ var whenAllAnimationsFinish = (animations, callback) => {
822
822
  };
823
823
  var sizes = {
824
824
  small: {
825
- sizeClass: "max-h-screen desktop:max-w-120 rounded-sm"
825
+ sizeClass: "h-fit max-h-dvh desktop:max-w-120 rounded-sm"
826
826
  },
827
827
  medium: {
828
- sizeClass: "desktop:max-w-180 w-screen desktop:h-fit h-screen desktop:w-full max-w-240"
828
+ sizeClass: "desktop:max-w-180 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
829
829
  },
830
830
  large: {
831
- sizeClass: "desktop:max-w-240 w-screen desktop:h-fit h-screen desktop:w-full max-w-240"
831
+ sizeClass: "desktop:max-w-240 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
832
832
  },
833
833
  "x-large": {
834
- sizeClass: "desktop:max-w-300 w-screen desktop:h-fit h-screen desktop:w-full max-w-240"
834
+ sizeClass: "desktop:max-w-300 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
835
835
  },
836
836
  screen: {
837
- sizeClass: "w-screen h-screen max-w-screen !rounded-none"
837
+ sizeClass: "w-screen h-dvh max-w-screen !rounded-none"
838
838
  }
839
839
  };
840
840
  var Modal = ({
@@ -967,7 +967,7 @@ var Modal = ({
967
967
  "data-testid": testid,
968
968
  ref: modalRef,
969
969
  className: (0, import_clsx9.default)(
970
- "shadow-md rounded-sm flex flex-col overflow-hidden w-full opacity-0 h-fit",
970
+ "shadow-md rounded-sm flex flex-col overflow-hidden w-full opacity-0",
971
971
  computedFixedHeightScrolling && size !== "screen" && "desktop:max-h-[calc(100vh-32px)] desktop:h-auto",
972
972
  className,
973
973
  !(className == null ? void 0 : className.includes("bg-")) && "bg-white",
@@ -1,16 +1,16 @@
1
1
  import {
2
2
  RowDetailModalProvider
3
- } from "../../../chunk-WJJB7IJZ.js";
3
+ } from "../../../chunk-57HL5K5I.js";
4
4
  import "../../../chunk-Q4YDNW7N.js";
5
5
  import "../../../chunk-5IFPG6TS.js";
6
- import "../../../chunk-AJ5M6MVX.js";
7
6
  import "../../../chunk-6EYMKEJ6.js";
8
- import "../../../chunk-WWZG3S33.js";
7
+ import "../../../chunk-AJ5M6MVX.js";
8
+ import "../../../chunk-IPQIZG7U.js";
9
9
  import "../../../chunk-4RJKB7LC.js";
10
10
  import "../../../chunk-UUKHQUSF.js";
11
11
  import "../../../chunk-WVVEOCEH.js";
12
12
  import "../../../chunk-2EAVEFWY.js";
13
- import "../../../chunk-AG43RS4Q.js";
13
+ import "../../../chunk-E7LGUC2B.js";
14
14
  import "../../../chunk-BXEE6VGQ.js";
15
15
  import "../../../chunk-VXWSAIB5.js";
16
16
  import "../../../chunk-MMZTPVYB.js";
@@ -6366,7 +6366,7 @@ var ModalScrim = ({
6366
6366
  id,
6367
6367
  "data-testid": testid,
6368
6368
  className: (0, import_clsx39.default)(
6369
- "overflow-y-auto h-screen transition-[visibility,opacity,background] ease-in-out duration-100 grid place-content-center group bg-neutral-600/50 fixed opacity-0",
6369
+ "overflow-y-auto h-dvh transition-[visibility,opacity,background] ease-in-out duration-100 grid place-content-center group bg-neutral-600/50 fixed opacity-0",
6370
6370
  !show && " pointer-events-none",
6371
6371
  size === "small" && "p-4",
6372
6372
  size === "screen" ? "desktop:p-0" : "desktop:p-4",
@@ -6442,19 +6442,19 @@ var whenAllAnimationsFinish = (animations, callback) => {
6442
6442
  };
6443
6443
  var sizes = {
6444
6444
  small: {
6445
- sizeClass: "max-h-screen desktop:max-w-120 rounded-sm"
6445
+ sizeClass: "h-fit max-h-dvh desktop:max-w-120 rounded-sm"
6446
6446
  },
6447
6447
  medium: {
6448
- sizeClass: "desktop:max-w-180 w-screen desktop:h-fit h-screen desktop:w-full max-w-240"
6448
+ sizeClass: "desktop:max-w-180 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
6449
6449
  },
6450
6450
  large: {
6451
- sizeClass: "desktop:max-w-240 w-screen desktop:h-fit h-screen desktop:w-full max-w-240"
6451
+ sizeClass: "desktop:max-w-240 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
6452
6452
  },
6453
6453
  "x-large": {
6454
- sizeClass: "desktop:max-w-300 w-screen desktop:h-fit h-screen desktop:w-full max-w-240"
6454
+ sizeClass: "desktop:max-w-300 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
6455
6455
  },
6456
6456
  screen: {
6457
- sizeClass: "w-screen h-screen max-w-screen !rounded-none"
6457
+ sizeClass: "w-screen h-dvh max-w-screen !rounded-none"
6458
6458
  }
6459
6459
  };
6460
6460
  var Modal = ({
@@ -6587,7 +6587,7 @@ var Modal = ({
6587
6587
  "data-testid": testid,
6588
6588
  ref: modalRef,
6589
6589
  className: (0, import_clsx40.default)(
6590
- "shadow-md rounded-sm flex flex-col overflow-hidden w-full opacity-0 h-fit",
6590
+ "shadow-md rounded-sm flex flex-col overflow-hidden w-full opacity-0",
6591
6591
  computedFixedHeightScrolling && size !== "screen" && "desktop:max-h-[calc(100vh-32px)] desktop:h-auto",
6592
6592
  className,
6593
6593
  !(className == null ? void 0 : className.includes("bg-")) && "bg-white",
@@ -804,18 +804,21 @@
804
804
  .h-auto {
805
805
  height: auto;
806
806
  }
807
+ .h-dvh {
808
+ height: 100dvh;
809
+ }
807
810
  .h-fit {
808
811
  height: fit-content;
809
812
  }
810
813
  .h-full {
811
814
  height: 100%;
812
815
  }
813
- .h-screen {
814
- height: 100vh;
815
- }
816
816
  .max-h-18 {
817
817
  max-height: calc(var(--spacing) * 18);
818
818
  }
819
+ .max-h-dvh {
820
+ max-height: 100dvh;
821
+ }
819
822
  .max-h-full {
820
823
  max-height: 100%;
821
824
  }
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  MobileDataGrid
3
- } from "../../chunk-RESDUVMA.js";
4
- import "../../chunk-WJJB7IJZ.js";
3
+ } from "../../chunk-A57PKP6Z.js";
4
+ import "../../chunk-57HL5K5I.js";
5
5
  import "../../chunk-Q4YDNW7N.js";
6
6
  import "../../chunk-M7INAUAJ.js";
7
7
  import "../../chunk-C5DKGJ4E.js";
@@ -15,8 +15,8 @@ import "../../chunk-SZ47M32R.js";
15
15
  import "../../chunk-B4AE3DCA.js";
16
16
  import "../../chunk-FP3Y5JJN.js";
17
17
  import "../../chunk-5IFPG6TS.js";
18
- import "../../chunk-AJ5M6MVX.js";
19
18
  import "../../chunk-6EYMKEJ6.js";
19
+ import "../../chunk-AJ5M6MVX.js";
20
20
  import "../../chunk-AT4AWD6B.js";
21
21
  import "../../chunk-EWGHVZL5.js";
22
22
  import "../../chunk-FZ2TEKOE.js";
@@ -25,12 +25,12 @@ import "../../chunk-KBIEWFQS.js";
25
25
  import "../../chunk-NSZTJ5R4.js";
26
26
  import "../../chunk-LB7UT6F3.js";
27
27
  import "../../chunk-ZL6NXIGS.js";
28
- import "../../chunk-WWZG3S33.js";
28
+ import "../../chunk-IPQIZG7U.js";
29
29
  import "../../chunk-4RJKB7LC.js";
30
30
  import "../../chunk-UUKHQUSF.js";
31
31
  import "../../chunk-WVVEOCEH.js";
32
32
  import "../../chunk-2EAVEFWY.js";
33
- import "../../chunk-AG43RS4Q.js";
33
+ import "../../chunk-E7LGUC2B.js";
34
34
  import "../../chunk-QVWYTQKL.js";
35
35
  import "../../chunk-UAMI54FE.js";
36
36
  import "../../chunk-SJZNVG4N.js";
@@ -643,7 +643,7 @@ var ModalScrim = ({
643
643
  id,
644
644
  "data-testid": testid,
645
645
  className: (0, import_clsx8.default)(
646
- "overflow-y-auto h-screen transition-[visibility,opacity,background] ease-in-out duration-100 grid place-content-center group bg-neutral-600/50 fixed opacity-0",
646
+ "overflow-y-auto h-dvh transition-[visibility,opacity,background] ease-in-out duration-100 grid place-content-center group bg-neutral-600/50 fixed opacity-0",
647
647
  !show && " pointer-events-none",
648
648
  size === "small" && "p-4",
649
649
  size === "screen" ? "desktop:p-0" : "desktop:p-4",
@@ -775,19 +775,19 @@ var whenAllAnimationsFinish = (animations, callback) => {
775
775
  };
776
776
  var sizes = {
777
777
  small: {
778
- sizeClass: "max-h-screen desktop:max-w-120 rounded-sm"
778
+ sizeClass: "h-fit max-h-dvh desktop:max-w-120 rounded-sm"
779
779
  },
780
780
  medium: {
781
- sizeClass: "desktop:max-w-180 w-screen desktop:h-fit h-screen desktop:w-full max-w-240"
781
+ sizeClass: "desktop:max-w-180 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
782
782
  },
783
783
  large: {
784
- sizeClass: "desktop:max-w-240 w-screen desktop:h-fit h-screen desktop:w-full max-w-240"
784
+ sizeClass: "desktop:max-w-240 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
785
785
  },
786
786
  "x-large": {
787
- sizeClass: "desktop:max-w-300 w-screen desktop:h-fit h-screen desktop:w-full max-w-240"
787
+ sizeClass: "desktop:max-w-300 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
788
788
  },
789
789
  screen: {
790
- sizeClass: "w-screen h-screen max-w-screen !rounded-none"
790
+ sizeClass: "w-screen h-dvh max-w-screen !rounded-none"
791
791
  }
792
792
  };
793
793
  var Modal = ({
@@ -920,7 +920,7 @@ var Modal = ({
920
920
  "data-testid": testid,
921
921
  ref: modalRef,
922
922
  className: (0, import_clsx9.default)(
923
- "shadow-md rounded-sm flex flex-col overflow-hidden w-full opacity-0 h-fit",
923
+ "shadow-md rounded-sm flex flex-col overflow-hidden w-full opacity-0",
924
924
  computedFixedHeightScrolling && size !== "screen" && "desktop:max-h-[calc(100vh-32px)] desktop:h-auto",
925
925
  className,
926
926
  !(className == null ? void 0 : className.includes("bg-")) && "bg-white",
@@ -1,12 +1,12 @@
1
1
  "use client";
2
2
  import {
3
3
  Modal
4
- } from "../chunk-WWZG3S33.js";
4
+ } from "../chunk-IPQIZG7U.js";
5
5
  import "../chunk-4RJKB7LC.js";
6
6
  import "../chunk-UUKHQUSF.js";
7
7
  import "../chunk-WVVEOCEH.js";
8
8
  import "../chunk-2EAVEFWY.js";
9
- import "../chunk-AG43RS4Q.js";
9
+ import "../chunk-E7LGUC2B.js";
10
10
  import "../chunk-BXEE6VGQ.js";
11
11
  import "../chunk-VXWSAIB5.js";
12
12
  import "../chunk-MMZTPVYB.js";
@@ -50,7 +50,7 @@ var ModalScrim = ({
50
50
  id,
51
51
  "data-testid": testid,
52
52
  className: (0, import_clsx.default)(
53
- "overflow-y-auto h-screen transition-[visibility,opacity,background] ease-in-out duration-100 grid place-content-center group bg-neutral-600/50 fixed opacity-0",
53
+ "overflow-y-auto h-dvh transition-[visibility,opacity,background] ease-in-out duration-100 grid place-content-center group bg-neutral-600/50 fixed opacity-0",
54
54
  !show && " pointer-events-none",
55
55
  size === "small" && "p-4",
56
56
  size === "screen" ? "desktop:p-0" : "desktop:p-4",
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  ModalScrim
3
- } from "../chunk-AG43RS4Q.js";
3
+ } from "../chunk-E7LGUC2B.js";
4
4
  import "../chunk-ORMEWXMH.js";
5
5
  export {
6
6
  ModalScrim
@@ -646,7 +646,7 @@ var ModalScrim = ({
646
646
  id,
647
647
  "data-testid": testid,
648
648
  className: (0, import_clsx8.default)(
649
- "overflow-y-auto h-screen transition-[visibility,opacity,background] ease-in-out duration-100 grid place-content-center group bg-neutral-600/50 fixed opacity-0",
649
+ "overflow-y-auto h-dvh transition-[visibility,opacity,background] ease-in-out duration-100 grid place-content-center group bg-neutral-600/50 fixed opacity-0",
650
650
  !show && " pointer-events-none",
651
651
  size === "small" && "p-4",
652
652
  size === "screen" ? "desktop:p-0" : "desktop:p-4",
@@ -778,19 +778,19 @@ var whenAllAnimationsFinish = (animations, callback) => {
778
778
  };
779
779
  var sizes = {
780
780
  small: {
781
- sizeClass: "max-h-screen desktop:max-w-120 rounded-sm"
781
+ sizeClass: "h-fit max-h-dvh desktop:max-w-120 rounded-sm"
782
782
  },
783
783
  medium: {
784
- sizeClass: "desktop:max-w-180 w-screen desktop:h-fit h-screen desktop:w-full max-w-240"
784
+ sizeClass: "desktop:max-w-180 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
785
785
  },
786
786
  large: {
787
- sizeClass: "desktop:max-w-240 w-screen desktop:h-fit h-screen desktop:w-full max-w-240"
787
+ sizeClass: "desktop:max-w-240 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
788
788
  },
789
789
  "x-large": {
790
- sizeClass: "desktop:max-w-300 w-screen desktop:h-fit h-screen desktop:w-full max-w-240"
790
+ sizeClass: "desktop:max-w-300 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
791
791
  },
792
792
  screen: {
793
- sizeClass: "w-screen h-screen max-w-screen !rounded-none"
793
+ sizeClass: "w-screen h-dvh max-w-screen !rounded-none"
794
794
  }
795
795
  };
796
796
  var Modal = ({
@@ -923,7 +923,7 @@ var Modal = ({
923
923
  "data-testid": testid,
924
924
  ref: modalRef,
925
925
  className: (0, import_clsx9.default)(
926
- "shadow-md rounded-sm flex flex-col overflow-hidden w-full opacity-0 h-fit",
926
+ "shadow-md rounded-sm flex flex-col overflow-hidden w-full opacity-0",
927
927
  computedFixedHeightScrolling && size !== "screen" && "desktop:max-h-[calc(100vh-32px)] desktop:h-auto",
928
928
  className,
929
929
  !(className == null ? void 0 : className.includes("bg-")) && "bg-white",
@@ -15,12 +15,12 @@ import {
15
15
  import "../../chunk-ZL6NXIGS.js";
16
16
  import {
17
17
  Modal
18
- } from "../../chunk-WWZG3S33.js";
18
+ } from "../../chunk-IPQIZG7U.js";
19
19
  import "../../chunk-4RJKB7LC.js";
20
20
  import "../../chunk-UUKHQUSF.js";
21
21
  import "../../chunk-WVVEOCEH.js";
22
22
  import "../../chunk-2EAVEFWY.js";
23
- import "../../chunk-AG43RS4Q.js";
23
+ import "../../chunk-E7LGUC2B.js";
24
24
  import "../../chunk-BXEE6VGQ.js";
25
25
  import "../../chunk-VXWSAIB5.js";
26
26
  import "../../chunk-MMZTPVYB.js";
@@ -6153,7 +6153,7 @@ var ModalScrim = ({
6153
6153
  id,
6154
6154
  "data-testid": testid,
6155
6155
  className: (0, import_clsx28.default)(
6156
- "overflow-y-auto h-screen transition-[visibility,opacity,background] ease-in-out duration-100 grid place-content-center group bg-neutral-600/50 fixed opacity-0",
6156
+ "overflow-y-auto h-dvh transition-[visibility,opacity,background] ease-in-out duration-100 grid place-content-center group bg-neutral-600/50 fixed opacity-0",
6157
6157
  !show && " pointer-events-none",
6158
6158
  size === "small" && "p-4",
6159
6159
  size === "screen" ? "desktop:p-0" : "desktop:p-4",
@@ -6229,19 +6229,19 @@ var whenAllAnimationsFinish = (animations, callback) => {
6229
6229
  };
6230
6230
  var sizes = {
6231
6231
  small: {
6232
- sizeClass: "max-h-screen desktop:max-w-120 rounded-sm"
6232
+ sizeClass: "h-fit max-h-dvh desktop:max-w-120 rounded-sm"
6233
6233
  },
6234
6234
  medium: {
6235
- sizeClass: "desktop:max-w-180 w-screen desktop:h-fit h-screen desktop:w-full max-w-240"
6235
+ sizeClass: "desktop:max-w-180 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
6236
6236
  },
6237
6237
  large: {
6238
- sizeClass: "desktop:max-w-240 w-screen desktop:h-fit h-screen desktop:w-full max-w-240"
6238
+ sizeClass: "desktop:max-w-240 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
6239
6239
  },
6240
6240
  "x-large": {
6241
- sizeClass: "desktop:max-w-300 w-screen desktop:h-fit h-screen desktop:w-full max-w-240"
6241
+ sizeClass: "desktop:max-w-300 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
6242
6242
  },
6243
6243
  screen: {
6244
- sizeClass: "w-screen h-screen max-w-screen !rounded-none"
6244
+ sizeClass: "w-screen h-dvh max-w-screen !rounded-none"
6245
6245
  }
6246
6246
  };
6247
6247
  var Modal = ({
@@ -6374,7 +6374,7 @@ var Modal = ({
6374
6374
  "data-testid": testid,
6375
6375
  ref: modalRef,
6376
6376
  className: (0, import_clsx29.default)(
6377
- "shadow-md rounded-sm flex flex-col overflow-hidden w-full opacity-0 h-fit",
6377
+ "shadow-md rounded-sm flex flex-col overflow-hidden w-full opacity-0",
6378
6378
  computedFixedHeightScrolling && size !== "screen" && "desktop:max-h-[calc(100vh-32px)] desktop:h-auto",
6379
6379
  className,
6380
6380
  !(className == null ? void 0 : className.includes("bg-")) && "bg-white",
@@ -804,18 +804,21 @@
804
804
  .h-auto {
805
805
  height: auto;
806
806
  }
807
+ .h-dvh {
808
+ height: 100dvh;
809
+ }
807
810
  .h-fit {
808
811
  height: fit-content;
809
812
  }
810
813
  .h-full {
811
814
  height: 100%;
812
815
  }
813
- .h-screen {
814
- height: 100vh;
815
- }
816
816
  .max-h-18 {
817
817
  max-height: calc(var(--spacing) * 18);
818
818
  }
819
+ .max-h-dvh {
820
+ max-height: 100dvh;
821
+ }
819
822
  .max-h-full {
820
823
  max-height: 100%;
821
824
  }
@@ -2,8 +2,8 @@ import {
2
2
  DataGrid,
3
3
  DateInput,
4
4
  MobileDataGrid
5
- } from "../chunk-RESDUVMA.js";
6
- import "../chunk-WJJB7IJZ.js";
5
+ } from "../chunk-A57PKP6Z.js";
6
+ import "../chunk-57HL5K5I.js";
7
7
  import "../chunk-Q4YDNW7N.js";
8
8
  import "../chunk-M7INAUAJ.js";
9
9
  import {
@@ -25,8 +25,8 @@ import "../chunk-FP3Y5JJN.js";
25
25
  import {
26
26
  useGridContext
27
27
  } from "../chunk-5IFPG6TS.js";
28
- import "../chunk-AJ5M6MVX.js";
29
28
  import "../chunk-6EYMKEJ6.js";
29
+ import "../chunk-AJ5M6MVX.js";
30
30
  import "../chunk-AT4AWD6B.js";
31
31
  import "../chunk-EWGHVZL5.js";
32
32
  import {
@@ -47,12 +47,12 @@ import {
47
47
  import {
48
48
  Tooltip
49
49
  } from "../chunk-ZL6NXIGS.js";
50
- import "../chunk-WWZG3S33.js";
50
+ import "../chunk-IPQIZG7U.js";
51
51
  import "../chunk-4RJKB7LC.js";
52
52
  import "../chunk-UUKHQUSF.js";
53
53
  import "../chunk-WVVEOCEH.js";
54
54
  import "../chunk-2EAVEFWY.js";
55
- import "../chunk-AG43RS4Q.js";
55
+ import "../chunk-E7LGUC2B.js";
56
56
  import "../chunk-QVWYTQKL.js";
57
57
  import {
58
58
  ListGroup