@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.
- package/dist/{chunk-WJJB7IJZ.js → chunk-57HL5K5I.js} +1 -1
- package/dist/{chunk-RESDUVMA.js → chunk-A57PKP6Z.js} +1 -1
- package/dist/{chunk-AG43RS4Q.js → chunk-E7LGUC2B.js} +1 -1
- package/dist/{chunk-WWZG3S33.js → chunk-IPQIZG7U.js} +7 -7
- package/dist/components/CalendarRange.cjs +7 -7
- package/dist/components/CalendarRange.css +6 -3
- package/dist/components/CalendarRange.js +5 -5
- package/dist/components/DataGrid/ColumnSelectorHeaderCell/ColumnSelectorMenuOption.cjs +7 -7
- package/dist/components/DataGrid/ColumnSelectorHeaderCell/ColumnSelectorMenuOption.css +6 -3
- package/dist/components/DataGrid/ColumnSelectorHeaderCell/ColumnSelectorMenuOption.js +5 -5
- package/dist/components/DataGrid/ColumnSelectorHeaderCell/index.cjs +7 -7
- package/dist/components/DataGrid/ColumnSelectorHeaderCell/index.css +6 -3
- package/dist/components/DataGrid/ColumnSelectorHeaderCell/index.js +5 -5
- package/dist/components/DataGrid/PinnedColumns.cjs +7 -7
- package/dist/components/DataGrid/PinnedColumns.css +6 -3
- package/dist/components/DataGrid/PinnedColumns.js +5 -5
- package/dist/components/DataGrid/TableBody/LoadingCell.cjs +7 -7
- package/dist/components/DataGrid/TableBody/LoadingCell.css +6 -3
- package/dist/components/DataGrid/TableBody/LoadingCell.js +5 -5
- package/dist/components/DataGrid/TableBody/TableBodyRow.cjs +7 -7
- package/dist/components/DataGrid/TableBody/TableBodyRow.css +6 -3
- package/dist/components/DataGrid/TableBody/TableBodyRow.js +5 -5
- package/dist/components/DataGrid/TableBody/index.cjs +7 -7
- package/dist/components/DataGrid/TableBody/index.css +6 -3
- package/dist/components/DataGrid/TableBody/index.js +5 -5
- package/dist/components/DataGrid/index.cjs +7 -7
- package/dist/components/DataGrid/index.css +6 -3
- package/dist/components/DataGrid/index.js +5 -5
- package/dist/components/DataGrid/utils.cjs +7 -7
- package/dist/components/DataGrid/utils.css +6 -3
- package/dist/components/DataGrid/utils.js +5 -5
- package/dist/components/DateInput.cjs +7 -7
- package/dist/components/DateInput.css +6 -3
- package/dist/components/DateInput.js +5 -5
- package/dist/components/DateRangeInput.cjs +7 -7
- package/dist/components/DateRangeInput.css +6 -3
- package/dist/components/DateRangeInput.js +5 -5
- package/dist/components/MobileDataGrid/ColumnList.css +6 -3
- package/dist/components/MobileDataGrid/ColumnList.js +1 -1
- package/dist/components/MobileDataGrid/ColumnSelector/index.cjs +7 -7
- package/dist/components/MobileDataGrid/ColumnSelector/index.css +6 -3
- package/dist/components/MobileDataGrid/ColumnSelector/index.js +5 -5
- package/dist/components/MobileDataGrid/MobileDataGridCard/index.js +1 -1
- package/dist/components/MobileDataGrid/MobileDataGridHeader.cjs +7 -7
- package/dist/components/MobileDataGrid/MobileDataGridHeader.css +6 -3
- package/dist/components/MobileDataGrid/MobileDataGridHeader.js +5 -5
- package/dist/components/MobileDataGrid/RowDetailModalProvider/ModalContent.js +1 -1
- package/dist/components/MobileDataGrid/RowDetailModalProvider/index.cjs +7 -7
- package/dist/components/MobileDataGrid/RowDetailModalProvider/index.js +4 -4
- package/dist/components/MobileDataGrid/index.cjs +7 -7
- package/dist/components/MobileDataGrid/index.css +6 -3
- package/dist/components/MobileDataGrid/index.js +5 -5
- package/dist/components/Modal.cjs +7 -7
- package/dist/components/Modal.js +2 -2
- package/dist/components/ModalScrim.cjs +1 -1
- package/dist/components/ModalScrim.js +1 -1
- package/dist/components/PDFViewer/index.cjs +7 -7
- package/dist/components/PDFViewer/index.js +2 -2
- package/dist/components/index.cjs +7 -7
- package/dist/components/index.css +6 -3
- package/dist/components/index.js +5 -5
- package/dist/index.css +6 -3
- package/package.json +1 -1
|
@@ -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
|
TableBodyRow
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
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-
|
|
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-
|
|
33
|
+
import "../../../chunk-E7LGUC2B.js";
|
|
34
34
|
import "../../../chunk-QVWYTQKL.js";
|
|
35
35
|
import "../../../chunk-UAMI54FE.js";
|
|
36
36
|
import "../../../chunk-SJZNVG4N.js";
|
|
@@ -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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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
|
|
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-
|
|
4
|
-
import "../../../chunk-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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
|
|
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-
|
|
6
|
-
import "../../chunk-
|
|
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";
|
|
@@ -17,8 +17,8 @@ import "../../chunk-SZ47M32R.js";
|
|
|
17
17
|
import "../../chunk-B4AE3DCA.js";
|
|
18
18
|
import "../../chunk-FP3Y5JJN.js";
|
|
19
19
|
import "../../chunk-5IFPG6TS.js";
|
|
20
|
-
import "../../chunk-AJ5M6MVX.js";
|
|
21
20
|
import "../../chunk-6EYMKEJ6.js";
|
|
21
|
+
import "../../chunk-AJ5M6MVX.js";
|
|
22
22
|
import "../../chunk-AT4AWD6B.js";
|
|
23
23
|
import "../../chunk-EWGHVZL5.js";
|
|
24
24
|
import "../../chunk-FZ2TEKOE.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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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
|
|
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-
|
|
4
|
-
import "../../chunk-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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
|
|
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-
|
|
4
|
-
import "../chunk-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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
|
|
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-
|
|
4
|
-
import "../chunk-
|
|
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-
|
|
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-
|
|
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
|
}
|
|
@@ -3,8 +3,8 @@ import {
|
|
|
3
3
|
} from "../../chunk-B4AE3DCA.js";
|
|
4
4
|
import "../../chunk-FP3Y5JJN.js";
|
|
5
5
|
import "../../chunk-5IFPG6TS.js";
|
|
6
|
-
import "../../chunk-AJ5M6MVX.js";
|
|
7
6
|
import "../../chunk-6EYMKEJ6.js";
|
|
7
|
+
import "../../chunk-AJ5M6MVX.js";
|
|
8
8
|
import "../../chunk-M7WHWZ2J.js";
|
|
9
9
|
import "../../chunk-VXWSAIB5.js";
|
|
10
10
|
import "../../chunk-MMZTPVYB.js";
|