@dmsi/wedgekit-react 0.0.858 → 0.0.861

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 (60) 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 +4 -4
  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 +4 -4
  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 +4 -4
  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 +4 -4
  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 +4 -4
  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 +4 -4
  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 +4 -4
  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 +4 -4
  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 +4 -4
  32. package/dist/components/DateInput.cjs +7 -7
  33. package/dist/components/DateInput.css +6 -3
  34. package/dist/components/DateInput.js +4 -4
  35. package/dist/components/DateRangeInput.cjs +7 -7
  36. package/dist/components/DateRangeInput.css +6 -3
  37. package/dist/components/DateRangeInput.js +4 -4
  38. package/dist/components/MobileDataGrid/ColumnList.css +6 -3
  39. package/dist/components/MobileDataGrid/ColumnSelector/index.cjs +7 -7
  40. package/dist/components/MobileDataGrid/ColumnSelector/index.css +6 -3
  41. package/dist/components/MobileDataGrid/ColumnSelector/index.js +4 -4
  42. package/dist/components/MobileDataGrid/MobileDataGridHeader.cjs +7 -7
  43. package/dist/components/MobileDataGrid/MobileDataGridHeader.css +6 -3
  44. package/dist/components/MobileDataGrid/MobileDataGridHeader.js +4 -4
  45. package/dist/components/MobileDataGrid/RowDetailModalProvider/index.cjs +7 -7
  46. package/dist/components/MobileDataGrid/RowDetailModalProvider/index.js +3 -3
  47. package/dist/components/MobileDataGrid/index.cjs +7 -7
  48. package/dist/components/MobileDataGrid/index.css +6 -3
  49. package/dist/components/MobileDataGrid/index.js +4 -4
  50. package/dist/components/Modal.cjs +7 -7
  51. package/dist/components/Modal.js +2 -2
  52. package/dist/components/ModalScrim.cjs +1 -1
  53. package/dist/components/ModalScrim.js +1 -1
  54. package/dist/components/PDFViewer/index.cjs +7 -7
  55. package/dist/components/PDFViewer/index.js +2 -2
  56. package/dist/components/index.cjs +7 -7
  57. package/dist/components/index.css +6 -3
  58. package/dist/components/index.js +4 -4
  59. package/dist/index.css +6 -3
  60. package/package.json +1 -1
@@ -5132,7 +5132,7 @@ var ModalScrim = ({
5132
5132
  id,
5133
5133
  "data-testid": testid,
5134
5134
  className: (0, import_clsx26.default)(
5135
- "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",
5135
+ "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",
5136
5136
  !show && " pointer-events-none",
5137
5137
  size === "small" && "p-4",
5138
5138
  size === "screen" ? "desktop:p-0" : "desktop:p-4",
@@ -5208,19 +5208,19 @@ var whenAllAnimationsFinish = (animations, callback) => {
5208
5208
  };
5209
5209
  var sizes = {
5210
5210
  small: {
5211
- sizeClass: "max-h-screen desktop:max-w-120 rounded-sm"
5211
+ sizeClass: "h-fit max-h-dvh desktop:max-w-120 rounded-sm"
5212
5212
  },
5213
5213
  medium: {
5214
- sizeClass: "desktop:max-w-180 w-screen desktop:h-fit h-screen desktop:w-full max-w-240"
5214
+ sizeClass: "desktop:max-w-180 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
5215
5215
  },
5216
5216
  large: {
5217
- sizeClass: "desktop:max-w-240 w-screen desktop:h-fit h-screen desktop:w-full max-w-240"
5217
+ sizeClass: "desktop:max-w-240 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
5218
5218
  },
5219
5219
  "x-large": {
5220
- sizeClass: "desktop:max-w-300 w-screen desktop:h-fit h-screen desktop:w-full max-w-240"
5220
+ sizeClass: "desktop:max-w-300 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
5221
5221
  },
5222
5222
  screen: {
5223
- sizeClass: "w-screen h-screen max-w-screen !rounded-none"
5223
+ sizeClass: "w-screen h-dvh max-w-screen !rounded-none"
5224
5224
  }
5225
5225
  };
5226
5226
  var Modal = ({
@@ -5353,7 +5353,7 @@ var Modal = ({
5353
5353
  "data-testid": testid,
5354
5354
  ref: modalRef,
5355
5355
  className: (0, import_clsx27.default)(
5356
- "shadow-md rounded-sm flex flex-col overflow-hidden w-full opacity-0 h-fit",
5356
+ "shadow-md rounded-sm flex flex-col overflow-hidden w-full opacity-0",
5357
5357
  computedFixedHeightScrolling && size !== "screen" && "desktop:max-h-[calc(100vh-32px)] desktop:h-auto",
5358
5358
  className,
5359
5359
  !(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
  TableBody
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";
@@ -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";
@@ -4260,7 +4260,7 @@ var ModalScrim = ({
4260
4260
  id,
4261
4261
  "data-testid": testid,
4262
4262
  className: (0, import_clsx23.default)(
4263
- "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",
4263
+ "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",
4264
4264
  !show && " pointer-events-none",
4265
4265
  size === "small" && "p-4",
4266
4266
  size === "screen" ? "desktop:p-0" : "desktop:p-4",
@@ -4336,19 +4336,19 @@ var whenAllAnimationsFinish = (animations, callback) => {
4336
4336
  };
4337
4337
  var sizes = {
4338
4338
  small: {
4339
- sizeClass: "max-h-screen desktop:max-w-120 rounded-sm"
4339
+ sizeClass: "h-fit max-h-dvh desktop:max-w-120 rounded-sm"
4340
4340
  },
4341
4341
  medium: {
4342
- sizeClass: "desktop:max-w-180 w-screen desktop:h-fit h-screen desktop:w-full max-w-240"
4342
+ sizeClass: "desktop:max-w-180 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
4343
4343
  },
4344
4344
  large: {
4345
- sizeClass: "desktop:max-w-240 w-screen desktop:h-fit h-screen desktop:w-full max-w-240"
4345
+ sizeClass: "desktop:max-w-240 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
4346
4346
  },
4347
4347
  "x-large": {
4348
- sizeClass: "desktop:max-w-300 w-screen desktop:h-fit h-screen desktop:w-full max-w-240"
4348
+ sizeClass: "desktop:max-w-300 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
4349
4349
  },
4350
4350
  screen: {
4351
- sizeClass: "w-screen h-screen max-w-screen !rounded-none"
4351
+ sizeClass: "w-screen h-dvh max-w-screen !rounded-none"
4352
4352
  }
4353
4353
  };
4354
4354
  var Modal = ({
@@ -4481,7 +4481,7 @@ var Modal = ({
4481
4481
  "data-testid": testid,
4482
4482
  ref: modalRef,
4483
4483
  className: (0, import_clsx24.default)(
4484
- "shadow-md rounded-sm flex flex-col overflow-hidden w-full opacity-0 h-fit",
4484
+ "shadow-md rounded-sm flex flex-col overflow-hidden w-full opacity-0",
4485
4485
  computedFixedHeightScrolling && size !== "screen" && "desktop:max-h-[calc(100vh-32px)] desktop:h-auto",
4486
4486
  className,
4487
4487
  !(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 @@
2
2
  import {
3
3
  DataGrid,
4
4
  DataGrid_default
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 "../../chunk-C5DKGJ4E.js";
@@ -27,12 +27,12 @@ import "../../chunk-KBIEWFQS.js";
27
27
  import "../../chunk-NSZTJ5R4.js";
28
28
  import "../../chunk-LB7UT6F3.js";
29
29
  import "../../chunk-ZL6NXIGS.js";
30
- import "../../chunk-WWZG3S33.js";
30
+ import "../../chunk-IPQIZG7U.js";
31
31
  import "../../chunk-4RJKB7LC.js";
32
32
  import "../../chunk-UUKHQUSF.js";
33
33
  import "../../chunk-WVVEOCEH.js";
34
34
  import "../../chunk-2EAVEFWY.js";
35
- import "../../chunk-AG43RS4Q.js";
35
+ import "../../chunk-E7LGUC2B.js";
36
36
  import "../../chunk-QVWYTQKL.js";
37
37
  import "../../chunk-UAMI54FE.js";
38
38
  import "../../chunk-SJZNVG4N.js";
@@ -5412,7 +5412,7 @@ var ModalScrim = ({
5412
5412
  id,
5413
5413
  "data-testid": testid,
5414
5414
  className: (0, import_clsx27.default)(
5415
- "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",
5415
+ "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",
5416
5416
  !show && " pointer-events-none",
5417
5417
  size === "small" && "p-4",
5418
5418
  size === "screen" ? "desktop:p-0" : "desktop:p-4",
@@ -5488,19 +5488,19 @@ var whenAllAnimationsFinish = (animations, callback) => {
5488
5488
  };
5489
5489
  var sizes = {
5490
5490
  small: {
5491
- sizeClass: "max-h-screen desktop:max-w-120 rounded-sm"
5491
+ sizeClass: "h-fit max-h-dvh desktop:max-w-120 rounded-sm"
5492
5492
  },
5493
5493
  medium: {
5494
- sizeClass: "desktop:max-w-180 w-screen desktop:h-fit h-screen desktop:w-full max-w-240"
5494
+ sizeClass: "desktop:max-w-180 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
5495
5495
  },
5496
5496
  large: {
5497
- sizeClass: "desktop:max-w-240 w-screen desktop:h-fit h-screen desktop:w-full max-w-240"
5497
+ sizeClass: "desktop:max-w-240 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
5498
5498
  },
5499
5499
  "x-large": {
5500
- sizeClass: "desktop:max-w-300 w-screen desktop:h-fit h-screen desktop:w-full max-w-240"
5500
+ sizeClass: "desktop:max-w-300 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
5501
5501
  },
5502
5502
  screen: {
5503
- sizeClass: "w-screen h-screen max-w-screen !rounded-none"
5503
+ sizeClass: "w-screen h-dvh max-w-screen !rounded-none"
5504
5504
  }
5505
5505
  };
5506
5506
  var Modal = ({
@@ -5633,7 +5633,7 @@ var Modal = ({
5633
5633
  "data-testid": testid,
5634
5634
  ref: modalRef,
5635
5635
  className: (0, import_clsx28.default)(
5636
- "shadow-md rounded-sm flex flex-col overflow-hidden w-full opacity-0 h-fit",
5636
+ "shadow-md rounded-sm flex flex-col overflow-hidden w-full opacity-0",
5637
5637
  computedFixedHeightScrolling && size !== "screen" && "desktop:max-h-[calc(100vh-32px)] desktop:h-auto",
5638
5638
  className,
5639
5639
  !(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
  getSortIcon
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";
@@ -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";
@@ -4660,7 +4660,7 @@ var ModalScrim = ({
4660
4660
  id,
4661
4661
  "data-testid": testid,
4662
4662
  className: (0, import_clsx27.default)(
4663
- "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",
4663
+ "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",
4664
4664
  !show && " pointer-events-none",
4665
4665
  size === "small" && "p-4",
4666
4666
  size === "screen" ? "desktop:p-0" : "desktop:p-4",
@@ -4736,19 +4736,19 @@ var whenAllAnimationsFinish = (animations, callback) => {
4736
4736
  };
4737
4737
  var sizes = {
4738
4738
  small: {
4739
- sizeClass: "max-h-screen desktop:max-w-120 rounded-sm"
4739
+ sizeClass: "h-fit max-h-dvh desktop:max-w-120 rounded-sm"
4740
4740
  },
4741
4741
  medium: {
4742
- sizeClass: "desktop:max-w-180 w-screen desktop:h-fit h-screen desktop:w-full max-w-240"
4742
+ sizeClass: "desktop:max-w-180 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
4743
4743
  },
4744
4744
  large: {
4745
- sizeClass: "desktop:max-w-240 w-screen desktop:h-fit h-screen desktop:w-full max-w-240"
4745
+ sizeClass: "desktop:max-w-240 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
4746
4746
  },
4747
4747
  "x-large": {
4748
- sizeClass: "desktop:max-w-300 w-screen desktop:h-fit h-screen desktop:w-full max-w-240"
4748
+ sizeClass: "desktop:max-w-300 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
4749
4749
  },
4750
4750
  screen: {
4751
- sizeClass: "w-screen h-screen max-w-screen !rounded-none"
4751
+ sizeClass: "w-screen h-dvh max-w-screen !rounded-none"
4752
4752
  }
4753
4753
  };
4754
4754
  var Modal = ({
@@ -4881,7 +4881,7 @@ var Modal = ({
4881
4881
  "data-testid": testid,
4882
4882
  ref: modalRef,
4883
4883
  className: (0, import_clsx28.default)(
4884
- "shadow-md rounded-sm flex flex-col overflow-hidden w-full opacity-0 h-fit",
4884
+ "shadow-md rounded-sm flex flex-col overflow-hidden w-full opacity-0",
4885
4885
  computedFixedHeightScrolling && size !== "screen" && "desktop:max-h-[calc(100vh-32px)] desktop:h-auto",
4886
4886
  className,
4887
4887
  !(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
  DateInput
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";
@@ -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";
@@ -4998,7 +4998,7 @@ var ModalScrim = ({
4998
4998
  id,
4999
4999
  "data-testid": testid,
5000
5000
  className: (0, import_clsx27.default)(
5001
- "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",
5001
+ "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",
5002
5002
  !show && " pointer-events-none",
5003
5003
  size === "small" && "p-4",
5004
5004
  size === "screen" ? "desktop:p-0" : "desktop:p-4",
@@ -5074,19 +5074,19 @@ var whenAllAnimationsFinish = (animations, callback) => {
5074
5074
  };
5075
5075
  var sizes = {
5076
5076
  small: {
5077
- sizeClass: "max-h-screen desktop:max-w-120 rounded-sm"
5077
+ sizeClass: "h-fit max-h-dvh desktop:max-w-120 rounded-sm"
5078
5078
  },
5079
5079
  medium: {
5080
- sizeClass: "desktop:max-w-180 w-screen desktop:h-fit h-screen desktop:w-full max-w-240"
5080
+ sizeClass: "desktop:max-w-180 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
5081
5081
  },
5082
5082
  large: {
5083
- sizeClass: "desktop:max-w-240 w-screen desktop:h-fit h-screen desktop:w-full max-w-240"
5083
+ sizeClass: "desktop:max-w-240 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
5084
5084
  },
5085
5085
  "x-large": {
5086
- sizeClass: "desktop:max-w-300 w-screen desktop:h-fit h-screen desktop:w-full max-w-240"
5086
+ sizeClass: "desktop:max-w-300 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
5087
5087
  },
5088
5088
  screen: {
5089
- sizeClass: "w-screen h-screen max-w-screen !rounded-none"
5089
+ sizeClass: "w-screen h-dvh max-w-screen !rounded-none"
5090
5090
  }
5091
5091
  };
5092
5092
  var Modal = ({
@@ -5219,7 +5219,7 @@ var Modal = ({
5219
5219
  "data-testid": testid,
5220
5220
  ref: modalRef,
5221
5221
  className: (0, import_clsx28.default)(
5222
- "shadow-md rounded-sm flex flex-col overflow-hidden w-full opacity-0 h-fit",
5222
+ "shadow-md rounded-sm flex flex-col overflow-hidden w-full opacity-0",
5223
5223
  computedFixedHeightScrolling && size !== "screen" && "desktop:max-h-[calc(100vh-32px)] desktop:h-auto",
5224
5224
  className,
5225
5225
  !(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
  CalendarRange
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";
@@ -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";
@@ -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
  }
@@ -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";
@@ -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";
@@ -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",