@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
|
@@ -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-
|
|
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";
|
|
@@ -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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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
|
|
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-
|
|
3
|
+
} from "../../../chunk-57HL5K5I.js";
|
|
4
4
|
import "../../../chunk-Q4YDNW7N.js";
|
|
5
5
|
import "../../../chunk-5IFPG6TS.js";
|
|
6
6
|
import "../../../chunk-AJ5M6MVX.js";
|
|
7
7
|
import "../../../chunk-6EYMKEJ6.js";
|
|
8
|
-
import "../../../chunk-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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
|
|
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-
|
|
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";
|
|
@@ -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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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
|
|
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",
|
package/dist/components/Modal.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
Modal
|
|
4
|
-
} from "../chunk-
|
|
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-
|
|
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-
|
|
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",
|
|
@@ -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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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
|
|
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
|
}
|
package/dist/components/index.js
CHANGED
|
@@ -2,8 +2,8 @@ import {
|
|
|
2
2
|
DataGrid,
|
|
3
3
|
DateInput,
|
|
4
4
|
MobileDataGrid
|
|
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 {
|
|
@@ -47,12 +47,12 @@ import {
|
|
|
47
47
|
import {
|
|
48
48
|
Tooltip
|
|
49
49
|
} from "../chunk-ZL6NXIGS.js";
|
|
50
|
-
import "../chunk-
|
|
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-
|
|
55
|
+
import "../chunk-E7LGUC2B.js";
|
|
56
56
|
import "../chunk-QVWYTQKL.js";
|
|
57
57
|
import {
|
|
58
58
|
ListGroup
|
package/dist/index.css
CHANGED
|
@@ -782,18 +782,21 @@
|
|
|
782
782
|
.h-auto {
|
|
783
783
|
height: auto;
|
|
784
784
|
}
|
|
785
|
+
.h-dvh {
|
|
786
|
+
height: 100dvh;
|
|
787
|
+
}
|
|
785
788
|
.h-fit {
|
|
786
789
|
height: fit-content;
|
|
787
790
|
}
|
|
788
791
|
.h-full {
|
|
789
792
|
height: 100%;
|
|
790
793
|
}
|
|
791
|
-
.h-screen {
|
|
792
|
-
height: 100vh;
|
|
793
|
-
}
|
|
794
794
|
.max-h-18 {
|
|
795
795
|
max-height: calc(var(--spacing) * 18);
|
|
796
796
|
}
|
|
797
|
+
.max-h-dvh {
|
|
798
|
+
max-height: 100dvh;
|
|
799
|
+
}
|
|
797
800
|
.max-h-full {
|
|
798
801
|
max-height: 100%;
|
|
799
802
|
}
|