@dmsi/wedgekit-react 0.0.1038 → 0.0.1040
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-4IRMBVYO.js → chunk-HDFO56DN.js} +4 -4
- package/dist/{chunk-VHFK2WKU.js → chunk-HTJ2B73F.js} +16 -16
- package/dist/components/AccessCard.js +1 -1
- package/dist/components/Accordion.js +2 -2
- package/dist/components/Alert.js +2 -2
- package/dist/components/CalendarRange.js +20 -20
- package/dist/components/CompactImagesPreview.js +2 -2
- package/dist/components/DataGrid/ColumnSelectorHeaderCell/ColumnSelectorMenuOption.js +20 -20
- package/dist/components/DataGrid/ColumnSelectorHeaderCell/index.js +20 -20
- package/dist/components/DataGrid/PinnedColumns.js +20 -20
- package/dist/components/DataGrid/TableBody/LoadingCell.js +20 -20
- package/dist/components/DataGrid/TableBody/TableBodyRow.js +20 -20
- package/dist/components/DataGrid/TableBody/index.js +20 -20
- package/dist/components/DataGrid/index.js +20 -20
- package/dist/components/DataGrid/utils.js +20 -20
- package/dist/components/DateInput.js +20 -20
- package/dist/components/DateRangeInput.js +20 -20
- package/dist/components/FilterGroup.js +2 -2
- package/dist/components/MobileDataGrid/ColumnList.js +5 -5
- package/dist/components/MobileDataGrid/ColumnSelector/index.js +20 -20
- package/dist/components/MobileDataGrid/MobileDataGridCard/index.js +4 -4
- package/dist/components/MobileDataGrid/MobileDataGridHeader.js +20 -20
- package/dist/components/MobileDataGrid/RowDetailModalProvider/ModalContent.js +2 -2
- package/dist/components/MobileDataGrid/RowDetailModalProvider/index.js +6 -6
- package/dist/components/MobileDataGrid/index.js +20 -20
- package/dist/components/Modal.js +3 -3
- package/dist/components/NestedMenu.js +7 -7
- package/dist/components/Notification.js +3 -3
- package/dist/components/PDFViewer/DownloadIcon.js +2 -2
- package/dist/components/PDFViewer/PDFElement.js +2 -2
- package/dist/components/PDFViewer/PDFNavigation.js +2 -2
- package/dist/components/PDFViewer/index.js +8 -8
- package/dist/components/ProductImagePreview/index.js +2 -2
- package/dist/components/SimpleTable.js +2 -2
- package/dist/components/Stepper.js +4 -4
- package/dist/components/Time.js +3 -3
- package/dist/components/Upload.js +3 -3
- package/dist/components/index.js +34 -34
- package/package.json +1 -1
- package/dist/{chunk-SPX7ANV2.js → chunk-2GOXX2IT.js} +3 -3
- package/dist/{chunk-GXP25IHL.js → chunk-2UNLVJU5.js} +3 -3
- package/dist/{chunk-O5FASWUI.js → chunk-6FZNEFN3.js} +3 -3
- package/dist/{chunk-QGLB7CGU.js → chunk-FXHH2K6I.js} +3 -3
- package/dist/{chunk-ZNZWEZU6.js → chunk-HOMISEGL.js} +3 -3
- package/dist/{chunk-DFGXKXKR.js → chunk-I57U5THY.js} +3 -3
- package/dist/{chunk-B3M6D3IH.js → chunk-MB6IRHTN.js} +6 -6
- package/dist/{chunk-HUQ2Y4J5.js → chunk-OC5AXLJY.js} +3 -3
- package/dist/{chunk-JEUV7LI2.js → chunk-UMZQQ5CG.js} +3 -3
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
PdfPage
|
|
3
3
|
} from "./chunk-VJVY6NPF.js";
|
|
4
|
-
import {
|
|
5
|
-
Stack
|
|
6
|
-
} from "./chunk-BGBIXG5Y.js";
|
|
7
4
|
import {
|
|
8
5
|
Spinner
|
|
9
6
|
} from "./chunk-SBRRNFOP.js";
|
|
7
|
+
import {
|
|
8
|
+
Stack
|
|
9
|
+
} from "./chunk-BGBIXG5Y.js";
|
|
10
10
|
|
|
11
11
|
// src/components/PDFViewer/PDFElement.tsx
|
|
12
12
|
import { usePdf } from "@mikecousins/react-pdf";
|
|
@@ -4,18 +4,18 @@ import {
|
|
|
4
4
|
import {
|
|
5
5
|
MobileDataGridColumn
|
|
6
6
|
} from "./chunk-HTICQWRA.js";
|
|
7
|
-
import {
|
|
8
|
-
Stack
|
|
9
|
-
} from "./chunk-BGBIXG5Y.js";
|
|
10
7
|
import {
|
|
11
8
|
Checkbox
|
|
12
9
|
} from "./chunk-M7WHWZ2J.js";
|
|
13
|
-
import {
|
|
14
|
-
Paragraph
|
|
15
|
-
} from "./chunk-WMPWWFUJ.js";
|
|
16
10
|
import {
|
|
17
11
|
Subheader
|
|
18
12
|
} from "./chunk-BYC6QID5.js";
|
|
13
|
+
import {
|
|
14
|
+
Stack
|
|
15
|
+
} from "./chunk-BGBIXG5Y.js";
|
|
16
|
+
import {
|
|
17
|
+
Paragraph
|
|
18
|
+
} from "./chunk-WMPWWFUJ.js";
|
|
19
19
|
import {
|
|
20
20
|
Icon
|
|
21
21
|
} from "./chunk-NKUETCDA.js";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Heading3
|
|
3
3
|
} from "./chunk-MXSJF6TW.js";
|
|
4
|
-
import {
|
|
5
|
-
Stack
|
|
6
|
-
} from "./chunk-BGBIXG5Y.js";
|
|
7
4
|
import {
|
|
8
5
|
Button
|
|
9
6
|
} from "./chunk-ZMTHWJ7F.js";
|
|
7
|
+
import {
|
|
8
|
+
Stack
|
|
9
|
+
} from "./chunk-BGBIXG5Y.js";
|
|
10
10
|
import {
|
|
11
11
|
Paragraph
|
|
12
12
|
} from "./chunk-WMPWWFUJ.js";
|
|
@@ -16,12 +16,12 @@ import {
|
|
|
16
16
|
import {
|
|
17
17
|
Grid
|
|
18
18
|
} from "./chunk-BWPNXY7T.js";
|
|
19
|
-
import {
|
|
20
|
-
Stack
|
|
21
|
-
} from "./chunk-BGBIXG5Y.js";
|
|
22
19
|
import {
|
|
23
20
|
useMatchesMobile
|
|
24
21
|
} from "./chunk-WVGXD7HT.js";
|
|
22
|
+
import {
|
|
23
|
+
Stack
|
|
24
|
+
} from "./chunk-BGBIXG5Y.js";
|
|
25
25
|
|
|
26
26
|
// src/components/ProductImagePreview/useProductImagePreview.ts
|
|
27
27
|
import { useCallback, useEffect, useRef, useState, useMemo } from "react";
|