@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.
- 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 +4 -4
- 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 +4 -4
- 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 +4 -4
- package/dist/components/DataGrid/PinnedColumns.cjs +7 -7
- package/dist/components/DataGrid/PinnedColumns.css +6 -3
- package/dist/components/DataGrid/PinnedColumns.js +4 -4
- 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 +4 -4
- 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 +4 -4
- 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 +4 -4
- package/dist/components/DataGrid/index.cjs +7 -7
- package/dist/components/DataGrid/index.css +6 -3
- package/dist/components/DataGrid/index.js +4 -4
- package/dist/components/DataGrid/utils.cjs +7 -7
- package/dist/components/DataGrid/utils.css +6 -3
- package/dist/components/DataGrid/utils.js +4 -4
- package/dist/components/DateInput.cjs +7 -7
- package/dist/components/DateInput.css +6 -3
- package/dist/components/DateInput.js +4 -4
- package/dist/components/DateRangeInput.cjs +7 -7
- package/dist/components/DateRangeInput.css +6 -3
- package/dist/components/DateRangeInput.js +4 -4
- package/dist/components/MobileDataGrid/ColumnList.css +6 -3
- 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 +4 -4
- package/dist/components/MobileDataGrid/MobileDataGridHeader.cjs +7 -7
- package/dist/components/MobileDataGrid/MobileDataGridHeader.css +6 -3
- package/dist/components/MobileDataGrid/MobileDataGridHeader.js +4 -4
- package/dist/components/MobileDataGrid/RowDetailModalProvider/index.cjs +7 -7
- package/dist/components/MobileDataGrid/RowDetailModalProvider/index.js +3 -3
- package/dist/components/MobileDataGrid/index.cjs +7 -7
- package/dist/components/MobileDataGrid/index.css +6 -3
- package/dist/components/MobileDataGrid/index.js +4 -4
- 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 +4 -4
- package/dist/index.css +6 -3
- package/package.json +1 -1
|
@@ -16,7 +16,7 @@ var ModalScrim = ({
|
|
|
16
16
|
id,
|
|
17
17
|
"data-testid": testid,
|
|
18
18
|
className: clsx(
|
|
19
|
-
"overflow-y-auto h-
|
|
19
|
+
"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",
|
|
20
20
|
!show && " pointer-events-none",
|
|
21
21
|
size === "small" && "p-4",
|
|
22
22
|
size === "screen" ? "desktop:p-0" : "desktop:p-4",
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
} from "./chunk-2EAVEFWY.js";
|
|
13
13
|
import {
|
|
14
14
|
ModalScrim
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-E7LGUC2B.js";
|
|
16
16
|
import {
|
|
17
17
|
useMatchesMobile
|
|
18
18
|
} from "./chunk-BXEE6VGQ.js";
|
|
@@ -71,19 +71,19 @@ var whenAllAnimationsFinish = (animations, callback) => {
|
|
|
71
71
|
};
|
|
72
72
|
var sizes = {
|
|
73
73
|
small: {
|
|
74
|
-
sizeClass: "max-h-
|
|
74
|
+
sizeClass: "h-fit max-h-dvh desktop:max-w-120 rounded-sm"
|
|
75
75
|
},
|
|
76
76
|
medium: {
|
|
77
|
-
sizeClass: "desktop:max-w-180 w-screen desktop:h-fit h-
|
|
77
|
+
sizeClass: "desktop:max-w-180 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
|
|
78
78
|
},
|
|
79
79
|
large: {
|
|
80
|
-
sizeClass: "desktop:max-w-240 w-screen desktop:h-fit h-
|
|
80
|
+
sizeClass: "desktop:max-w-240 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
|
|
81
81
|
},
|
|
82
82
|
"x-large": {
|
|
83
|
-
sizeClass: "desktop:max-w-300 w-screen desktop:h-fit h-
|
|
83
|
+
sizeClass: "desktop:max-w-300 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
|
|
84
84
|
},
|
|
85
85
|
screen: {
|
|
86
|
-
sizeClass: "w-screen h-
|
|
86
|
+
sizeClass: "w-screen h-dvh max-w-screen !rounded-none"
|
|
87
87
|
}
|
|
88
88
|
};
|
|
89
89
|
var Modal = ({
|
|
@@ -216,7 +216,7 @@ var Modal = ({
|
|
|
216
216
|
"data-testid": testid,
|
|
217
217
|
ref: modalRef,
|
|
218
218
|
className: clsx(
|
|
219
|
-
"shadow-md rounded-sm flex flex-col overflow-hidden w-full opacity-0
|
|
219
|
+
"shadow-md rounded-sm flex flex-col overflow-hidden w-full opacity-0",
|
|
220
220
|
computedFixedHeightScrolling && size !== "screen" && "desktop:max-h-[calc(100vh-32px)] desktop:h-auto",
|
|
221
221
|
className,
|
|
222
222
|
!(className == null ? void 0 : className.includes("bg-")) && "bg-white",
|
|
@@ -4970,7 +4970,7 @@ var ModalScrim = ({
|
|
|
4970
4970
|
id,
|
|
4971
4971
|
"data-testid": testid,
|
|
4972
4972
|
className: (0, import_clsx27.default)(
|
|
4973
|
-
"overflow-y-auto h-
|
|
4973
|
+
"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",
|
|
4974
4974
|
!show && " pointer-events-none",
|
|
4975
4975
|
size === "small" && "p-4",
|
|
4976
4976
|
size === "screen" ? "desktop:p-0" : "desktop:p-4",
|
|
@@ -5046,19 +5046,19 @@ var whenAllAnimationsFinish = (animations, callback) => {
|
|
|
5046
5046
|
};
|
|
5047
5047
|
var sizes = {
|
|
5048
5048
|
small: {
|
|
5049
|
-
sizeClass: "max-h-
|
|
5049
|
+
sizeClass: "h-fit max-h-dvh desktop:max-w-120 rounded-sm"
|
|
5050
5050
|
},
|
|
5051
5051
|
medium: {
|
|
5052
|
-
sizeClass: "desktop:max-w-180 w-screen desktop:h-fit h-
|
|
5052
|
+
sizeClass: "desktop:max-w-180 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
|
|
5053
5053
|
},
|
|
5054
5054
|
large: {
|
|
5055
|
-
sizeClass: "desktop:max-w-240 w-screen desktop:h-fit h-
|
|
5055
|
+
sizeClass: "desktop:max-w-240 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
|
|
5056
5056
|
},
|
|
5057
5057
|
"x-large": {
|
|
5058
|
-
sizeClass: "desktop:max-w-300 w-screen desktop:h-fit h-
|
|
5058
|
+
sizeClass: "desktop:max-w-300 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
|
|
5059
5059
|
},
|
|
5060
5060
|
screen: {
|
|
5061
|
-
sizeClass: "w-screen h-
|
|
5061
|
+
sizeClass: "w-screen h-dvh max-w-screen !rounded-none"
|
|
5062
5062
|
}
|
|
5063
5063
|
};
|
|
5064
5064
|
var Modal = ({
|
|
@@ -5191,7 +5191,7 @@ var Modal = ({
|
|
|
5191
5191
|
"data-testid": testid,
|
|
5192
5192
|
ref: modalRef,
|
|
5193
5193
|
className: (0, import_clsx28.default)(
|
|
5194
|
-
"shadow-md rounded-sm flex flex-col overflow-hidden w-full opacity-0
|
|
5194
|
+
"shadow-md rounded-sm flex flex-col overflow-hidden w-full opacity-0",
|
|
5195
5195
|
computedFixedHeightScrolling && size !== "screen" && "desktop:max-h-[calc(100vh-32px)] desktop:h-auto",
|
|
5196
5196
|
className,
|
|
5197
5197
|
!(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
|
CalendarRange,
|
|
3
3
|
CalendarRange_default,
|
|
4
4
|
isWeekend
|
|
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";
|
|
@@ -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";
|
|
@@ -5401,7 +5401,7 @@ var ModalScrim = ({
|
|
|
5401
5401
|
id,
|
|
5402
5402
|
"data-testid": testid,
|
|
5403
5403
|
className: (0, import_clsx28.default)(
|
|
5404
|
-
"overflow-y-auto h-
|
|
5404
|
+
"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",
|
|
5405
5405
|
!show && " pointer-events-none",
|
|
5406
5406
|
size === "small" && "p-4",
|
|
5407
5407
|
size === "screen" ? "desktop:p-0" : "desktop:p-4",
|
|
@@ -5477,19 +5477,19 @@ var whenAllAnimationsFinish = (animations, callback) => {
|
|
|
5477
5477
|
};
|
|
5478
5478
|
var sizes = {
|
|
5479
5479
|
small: {
|
|
5480
|
-
sizeClass: "max-h-
|
|
5480
|
+
sizeClass: "h-fit max-h-dvh desktop:max-w-120 rounded-sm"
|
|
5481
5481
|
},
|
|
5482
5482
|
medium: {
|
|
5483
|
-
sizeClass: "desktop:max-w-180 w-screen desktop:h-fit h-
|
|
5483
|
+
sizeClass: "desktop:max-w-180 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
|
|
5484
5484
|
},
|
|
5485
5485
|
large: {
|
|
5486
|
-
sizeClass: "desktop:max-w-240 w-screen desktop:h-fit h-
|
|
5486
|
+
sizeClass: "desktop:max-w-240 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
|
|
5487
5487
|
},
|
|
5488
5488
|
"x-large": {
|
|
5489
|
-
sizeClass: "desktop:max-w-300 w-screen desktop:h-fit h-
|
|
5489
|
+
sizeClass: "desktop:max-w-300 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
|
|
5490
5490
|
},
|
|
5491
5491
|
screen: {
|
|
5492
|
-
sizeClass: "w-screen h-
|
|
5492
|
+
sizeClass: "w-screen h-dvh max-w-screen !rounded-none"
|
|
5493
5493
|
}
|
|
5494
5494
|
};
|
|
5495
5495
|
var Modal = ({
|
|
@@ -5622,7 +5622,7 @@ var Modal = ({
|
|
|
5622
5622
|
"data-testid": testid,
|
|
5623
5623
|
ref: modalRef,
|
|
5624
5624
|
className: (0, import_clsx29.default)(
|
|
5625
|
-
"shadow-md rounded-sm flex flex-col overflow-hidden w-full opacity-0
|
|
5625
|
+
"shadow-md rounded-sm flex flex-col overflow-hidden w-full opacity-0",
|
|
5626
5626
|
computedFixedHeightScrolling && size !== "screen" && "desktop:max-h-[calc(100vh-32px)] desktop:h-auto",
|
|
5627
5627
|
className,
|
|
5628
5628
|
!(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
|
ColumnSelectorMenuOption
|
|
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";
|
|
@@ -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";
|
|
@@ -5323,7 +5323,7 @@ var ModalScrim = ({
|
|
|
5323
5323
|
id,
|
|
5324
5324
|
"data-testid": testid,
|
|
5325
5325
|
className: (0, import_clsx28.default)(
|
|
5326
|
-
"overflow-y-auto h-
|
|
5326
|
+
"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",
|
|
5327
5327
|
!show && " pointer-events-none",
|
|
5328
5328
|
size === "small" && "p-4",
|
|
5329
5329
|
size === "screen" ? "desktop:p-0" : "desktop:p-4",
|
|
@@ -5399,19 +5399,19 @@ var whenAllAnimationsFinish = (animations, callback) => {
|
|
|
5399
5399
|
};
|
|
5400
5400
|
var sizes = {
|
|
5401
5401
|
small: {
|
|
5402
|
-
sizeClass: "max-h-
|
|
5402
|
+
sizeClass: "h-fit max-h-dvh desktop:max-w-120 rounded-sm"
|
|
5403
5403
|
},
|
|
5404
5404
|
medium: {
|
|
5405
|
-
sizeClass: "desktop:max-w-180 w-screen desktop:h-fit h-
|
|
5405
|
+
sizeClass: "desktop:max-w-180 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
|
|
5406
5406
|
},
|
|
5407
5407
|
large: {
|
|
5408
|
-
sizeClass: "desktop:max-w-240 w-screen desktop:h-fit h-
|
|
5408
|
+
sizeClass: "desktop:max-w-240 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
|
|
5409
5409
|
},
|
|
5410
5410
|
"x-large": {
|
|
5411
|
-
sizeClass: "desktop:max-w-300 w-screen desktop:h-fit h-
|
|
5411
|
+
sizeClass: "desktop:max-w-300 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
|
|
5412
5412
|
},
|
|
5413
5413
|
screen: {
|
|
5414
|
-
sizeClass: "w-screen h-
|
|
5414
|
+
sizeClass: "w-screen h-dvh max-w-screen !rounded-none"
|
|
5415
5415
|
}
|
|
5416
5416
|
};
|
|
5417
5417
|
var Modal = ({
|
|
@@ -5544,7 +5544,7 @@ var Modal = ({
|
|
|
5544
5544
|
"data-testid": testid,
|
|
5545
5545
|
ref: modalRef,
|
|
5546
5546
|
className: (0, import_clsx29.default)(
|
|
5547
|
-
"shadow-md rounded-sm flex flex-col overflow-hidden w-full opacity-0
|
|
5547
|
+
"shadow-md rounded-sm flex flex-col overflow-hidden w-full opacity-0",
|
|
5548
5548
|
computedFixedHeightScrolling && size !== "screen" && "desktop:max-h-[calc(100vh-32px)] desktop:h-auto",
|
|
5549
5549
|
className,
|
|
5550
5550
|
!(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
|
ColumnSelectorHeaderCell
|
|
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";
|
|
@@ -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";
|
|
@@ -5168,7 +5168,7 @@ var ModalScrim = ({
|
|
|
5168
5168
|
id,
|
|
5169
5169
|
"data-testid": testid,
|
|
5170
5170
|
className: (0, import_clsx27.default)(
|
|
5171
|
-
"overflow-y-auto h-
|
|
5171
|
+
"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",
|
|
5172
5172
|
!show && " pointer-events-none",
|
|
5173
5173
|
size === "small" && "p-4",
|
|
5174
5174
|
size === "screen" ? "desktop:p-0" : "desktop:p-4",
|
|
@@ -5244,19 +5244,19 @@ var whenAllAnimationsFinish = (animations, callback) => {
|
|
|
5244
5244
|
};
|
|
5245
5245
|
var sizes = {
|
|
5246
5246
|
small: {
|
|
5247
|
-
sizeClass: "max-h-
|
|
5247
|
+
sizeClass: "h-fit max-h-dvh desktop:max-w-120 rounded-sm"
|
|
5248
5248
|
},
|
|
5249
5249
|
medium: {
|
|
5250
|
-
sizeClass: "desktop:max-w-180 w-screen desktop:h-fit h-
|
|
5250
|
+
sizeClass: "desktop:max-w-180 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
|
|
5251
5251
|
},
|
|
5252
5252
|
large: {
|
|
5253
|
-
sizeClass: "desktop:max-w-240 w-screen desktop:h-fit h-
|
|
5253
|
+
sizeClass: "desktop:max-w-240 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
|
|
5254
5254
|
},
|
|
5255
5255
|
"x-large": {
|
|
5256
|
-
sizeClass: "desktop:max-w-300 w-screen desktop:h-fit h-
|
|
5256
|
+
sizeClass: "desktop:max-w-300 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
|
|
5257
5257
|
},
|
|
5258
5258
|
screen: {
|
|
5259
|
-
sizeClass: "w-screen h-
|
|
5259
|
+
sizeClass: "w-screen h-dvh max-w-screen !rounded-none"
|
|
5260
5260
|
}
|
|
5261
5261
|
};
|
|
5262
5262
|
var Modal = ({
|
|
@@ -5389,7 +5389,7 @@ var Modal = ({
|
|
|
5389
5389
|
"data-testid": testid,
|
|
5390
5390
|
ref: modalRef,
|
|
5391
5391
|
className: (0, import_clsx28.default)(
|
|
5392
|
-
"shadow-md rounded-sm flex flex-col overflow-hidden w-full opacity-0
|
|
5392
|
+
"shadow-md rounded-sm flex flex-col overflow-hidden w-full opacity-0",
|
|
5393
5393
|
computedFixedHeightScrolling && size !== "screen" && "desktop:max-h-[calc(100vh-32px)] desktop:h-auto",
|
|
5394
5394
|
className,
|
|
5395
5395
|
!(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
|
PinnedColumns
|
|
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";
|
|
@@ -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";
|
|
@@ -5393,7 +5393,7 @@ var ModalScrim = ({
|
|
|
5393
5393
|
id,
|
|
5394
5394
|
"data-testid": testid,
|
|
5395
5395
|
className: (0, import_clsx28.default)(
|
|
5396
|
-
"overflow-y-auto h-
|
|
5396
|
+
"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",
|
|
5397
5397
|
!show && " pointer-events-none",
|
|
5398
5398
|
size === "small" && "p-4",
|
|
5399
5399
|
size === "screen" ? "desktop:p-0" : "desktop:p-4",
|
|
@@ -5469,19 +5469,19 @@ var whenAllAnimationsFinish = (animations, callback) => {
|
|
|
5469
5469
|
};
|
|
5470
5470
|
var sizes = {
|
|
5471
5471
|
small: {
|
|
5472
|
-
sizeClass: "max-h-
|
|
5472
|
+
sizeClass: "h-fit max-h-dvh desktop:max-w-120 rounded-sm"
|
|
5473
5473
|
},
|
|
5474
5474
|
medium: {
|
|
5475
|
-
sizeClass: "desktop:max-w-180 w-screen desktop:h-fit h-
|
|
5475
|
+
sizeClass: "desktop:max-w-180 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
|
|
5476
5476
|
},
|
|
5477
5477
|
large: {
|
|
5478
|
-
sizeClass: "desktop:max-w-240 w-screen desktop:h-fit h-
|
|
5478
|
+
sizeClass: "desktop:max-w-240 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
|
|
5479
5479
|
},
|
|
5480
5480
|
"x-large": {
|
|
5481
|
-
sizeClass: "desktop:max-w-300 w-screen desktop:h-fit h-
|
|
5481
|
+
sizeClass: "desktop:max-w-300 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
|
|
5482
5482
|
},
|
|
5483
5483
|
screen: {
|
|
5484
|
-
sizeClass: "w-screen h-
|
|
5484
|
+
sizeClass: "w-screen h-dvh max-w-screen !rounded-none"
|
|
5485
5485
|
}
|
|
5486
5486
|
};
|
|
5487
5487
|
var Modal = ({
|
|
@@ -5614,7 +5614,7 @@ var Modal = ({
|
|
|
5614
5614
|
"data-testid": testid,
|
|
5615
5615
|
ref: modalRef,
|
|
5616
5616
|
className: (0, import_clsx29.default)(
|
|
5617
|
-
"shadow-md rounded-sm flex flex-col overflow-hidden w-full opacity-0
|
|
5617
|
+
"shadow-md rounded-sm flex flex-col overflow-hidden w-full opacity-0",
|
|
5618
5618
|
computedFixedHeightScrolling && size !== "screen" && "desktop:max-h-[calc(100vh-32px)] desktop:h-auto",
|
|
5619
5619
|
className,
|
|
5620
5620
|
!(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
|
LoadingCell
|
|
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";
|
|
@@ -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";
|
|
@@ -5320,7 +5320,7 @@ var ModalScrim = ({
|
|
|
5320
5320
|
id,
|
|
5321
5321
|
"data-testid": testid,
|
|
5322
5322
|
className: (0, import_clsx27.default)(
|
|
5323
|
-
"overflow-y-auto h-
|
|
5323
|
+
"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",
|
|
5324
5324
|
!show && " pointer-events-none",
|
|
5325
5325
|
size === "small" && "p-4",
|
|
5326
5326
|
size === "screen" ? "desktop:p-0" : "desktop:p-4",
|
|
@@ -5396,19 +5396,19 @@ var whenAllAnimationsFinish = (animations, callback) => {
|
|
|
5396
5396
|
};
|
|
5397
5397
|
var sizes = {
|
|
5398
5398
|
small: {
|
|
5399
|
-
sizeClass: "max-h-
|
|
5399
|
+
sizeClass: "h-fit max-h-dvh desktop:max-w-120 rounded-sm"
|
|
5400
5400
|
},
|
|
5401
5401
|
medium: {
|
|
5402
|
-
sizeClass: "desktop:max-w-180 w-screen desktop:h-fit h-
|
|
5402
|
+
sizeClass: "desktop:max-w-180 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
|
|
5403
5403
|
},
|
|
5404
5404
|
large: {
|
|
5405
|
-
sizeClass: "desktop:max-w-240 w-screen desktop:h-fit h-
|
|
5405
|
+
sizeClass: "desktop:max-w-240 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
|
|
5406
5406
|
},
|
|
5407
5407
|
"x-large": {
|
|
5408
|
-
sizeClass: "desktop:max-w-300 w-screen desktop:h-fit h-
|
|
5408
|
+
sizeClass: "desktop:max-w-300 w-screen desktop:h-fit h-dvh desktop:w-full max-w-240"
|
|
5409
5409
|
},
|
|
5410
5410
|
screen: {
|
|
5411
|
-
sizeClass: "w-screen h-
|
|
5411
|
+
sizeClass: "w-screen h-dvh max-w-screen !rounded-none"
|
|
5412
5412
|
}
|
|
5413
5413
|
};
|
|
5414
5414
|
var Modal = ({
|
|
@@ -5541,7 +5541,7 @@ var Modal = ({
|
|
|
5541
5541
|
"data-testid": testid,
|
|
5542
5542
|
ref: modalRef,
|
|
5543
5543
|
className: (0, import_clsx28.default)(
|
|
5544
|
-
"shadow-md rounded-sm flex flex-col overflow-hidden w-full opacity-0
|
|
5544
|
+
"shadow-md rounded-sm flex flex-col overflow-hidden w-full opacity-0",
|
|
5545
5545
|
computedFixedHeightScrolling && size !== "screen" && "desktop:max-h-[calc(100vh-32px)] desktop:h-auto",
|
|
5546
5546
|
className,
|
|
5547
5547
|
!(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
|
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";
|
|
@@ -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";
|