@dmsi/wedgekit-react 0.0.1081 → 0.0.1083
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-FDQBM3O4.js → chunk-QNGEDR4I.js} +1 -1
- package/dist/components/CalendarRange.js +1 -1
- package/dist/components/DataGrid/ColumnSelectorHeaderCell/ColumnSelectorMenuOption.js +1 -1
- package/dist/components/DataGrid/ColumnSelectorHeaderCell/index.js +1 -1
- package/dist/components/DataGrid/PinnedColumns.js +1 -1
- package/dist/components/DataGrid/TableBody/LoadingCell.js +1 -1
- package/dist/components/DataGrid/TableBody/TableBodyRow.js +1 -1
- package/dist/components/DataGrid/TableBody/index.js +1 -1
- package/dist/components/DataGrid/index.js +1 -1
- package/dist/components/DataGrid/utils.js +1 -1
- package/dist/components/DateInput.js +1 -1
- package/dist/components/DateRangeInput.js +1 -1
- package/dist/components/MobileDataGrid/ColumnSelector/index.js +1 -1
- package/dist/components/MobileDataGrid/MobileDataGridHeader.js +1 -1
- package/dist/components/MobileDataGrid/index.cjs +1 -1
- package/dist/components/MobileDataGrid/index.js +1 -1
- package/dist/components/index.cjs +1 -1
- package/dist/components/index.js +1 -1
- package/package.json +1 -1
|
@@ -2309,7 +2309,7 @@ function MobileDataGrid(props) {
|
|
|
2309
2309
|
/* @__PURE__ */ jsxs10(
|
|
2310
2310
|
Stack,
|
|
2311
2311
|
{
|
|
2312
|
-
height: isFramed ? "
|
|
2312
|
+
height: isFramed ? "calc(100dvh - 40dvh)" : "full",
|
|
2313
2313
|
rounded,
|
|
2314
2314
|
overflowX: "hidden",
|
|
2315
2315
|
overflowY: "hidden",
|
|
@@ -7441,7 +7441,7 @@ function MobileDataGrid(props) {
|
|
|
7441
7441
|
/* @__PURE__ */ (0, import_jsx_runtime69.jsxs)(
|
|
7442
7442
|
Stack,
|
|
7443
7443
|
{
|
|
7444
|
-
height: isFramed ? "
|
|
7444
|
+
height: isFramed ? "calc(100dvh - 40dvh)" : "full",
|
|
7445
7445
|
rounded,
|
|
7446
7446
|
overflowX: "hidden",
|
|
7447
7447
|
overflowY: "hidden",
|
|
@@ -7207,7 +7207,7 @@ function MobileDataGrid(props) {
|
|
|
7207
7207
|
/* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(
|
|
7208
7208
|
Stack,
|
|
7209
7209
|
{
|
|
7210
|
-
height: isFramed ? "
|
|
7210
|
+
height: isFramed ? "calc(100dvh - 40dvh)" : "full",
|
|
7211
7211
|
rounded,
|
|
7212
7212
|
overflowX: "hidden",
|
|
7213
7213
|
overflowY: "hidden",
|
package/dist/components/index.js
CHANGED