@dmsi/wedgekit-react 0.0.556 → 0.0.557
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-5CIANSOX.js → chunk-LKFYNRJZ.js} +12 -6
- package/dist/components/CalendarRange.cjs +12 -6
- package/dist/components/CalendarRange.js +4 -4
- package/dist/components/DataGrid/ColumnSelectorHeaderCell/ColumnSelectorMenuOption.cjs +12 -6
- package/dist/components/DataGrid/ColumnSelectorHeaderCell/ColumnSelectorMenuOption.js +4 -4
- package/dist/components/DataGrid/ColumnSelectorHeaderCell/index.cjs +12 -6
- package/dist/components/DataGrid/ColumnSelectorHeaderCell/index.js +4 -4
- package/dist/components/DataGrid/PinnedColumns.cjs +12 -6
- package/dist/components/DataGrid/PinnedColumns.js +4 -4
- package/dist/components/DataGrid/TableBody/LoadingCell.cjs +12 -6
- package/dist/components/DataGrid/TableBody/LoadingCell.js +4 -4
- package/dist/components/DataGrid/TableBody/TableBodyRow.cjs +12 -6
- package/dist/components/DataGrid/TableBody/TableBodyRow.js +4 -4
- package/dist/components/DataGrid/TableBody/index.cjs +12 -6
- package/dist/components/DataGrid/TableBody/index.js +4 -4
- package/dist/components/DataGrid/index.cjs +12 -6
- package/dist/components/DataGrid/index.js +4 -4
- package/dist/components/DataGrid/utils.cjs +12 -6
- package/dist/components/DataGrid/utils.js +4 -4
- package/dist/components/DateInput.cjs +12 -6
- package/dist/components/DateInput.js +4 -4
- package/dist/components/DateRangeInput.cjs +12 -6
- package/dist/components/DateRangeInput.js +4 -4
- package/dist/components/MobileDataGrid/ColumnSelector/index.cjs +12 -6
- package/dist/components/MobileDataGrid/ColumnSelector/index.js +4 -4
- package/dist/components/MobileDataGrid/MobileDataGridHeader.cjs +12 -6
- package/dist/components/MobileDataGrid/MobileDataGridHeader.js +4 -4
- package/dist/components/MobileDataGrid/index.cjs +12 -6
- package/dist/components/MobileDataGrid/index.js +4 -4
- package/dist/components/ProductImagePreview/index.js +3 -3
- package/dist/components/index.cjs +12 -6
- package/dist/components/index.js +4 -4
- package/package.json +1 -1
- package/dist/{chunk-ZD2A45VT.js → chunk-YGAFYULX.js} +6 -6
package/dist/components/index.js
CHANGED
|
@@ -2,21 +2,21 @@ import {
|
|
|
2
2
|
DataGrid,
|
|
3
3
|
DateInput,
|
|
4
4
|
MobileDataGrid
|
|
5
|
-
} from "../chunk-
|
|
5
|
+
} from "../chunk-LKFYNRJZ.js";
|
|
6
6
|
import "../chunk-CJ7V4X6B.js";
|
|
7
7
|
import "../chunk-M7INAUAJ.js";
|
|
8
8
|
import "../chunk-7ZCXZDJD.js";
|
|
9
9
|
import {
|
|
10
10
|
ProductImagePreview
|
|
11
|
-
} from "../chunk-
|
|
11
|
+
} from "../chunk-YGAFYULX.js";
|
|
12
|
+
import "../chunk-MBZ55T2D.js";
|
|
13
|
+
import "../chunk-2IKT6IHB.js";
|
|
12
14
|
import "../chunk-YCDDBSVU.js";
|
|
13
15
|
import "../chunk-3X3Y4TMS.js";
|
|
14
16
|
import "../chunk-BQNPOGD5.js";
|
|
15
17
|
import {
|
|
16
18
|
SearchResultImage
|
|
17
19
|
} from "../chunk-Y5GD2FJA.js";
|
|
18
|
-
import "../chunk-MBZ55T2D.js";
|
|
19
|
-
import "../chunk-2IKT6IHB.js";
|
|
20
20
|
import "../chunk-RZ5EIDX4.js";
|
|
21
21
|
import "../chunk-AGHBLWDZ.js";
|
|
22
22
|
import "../chunk-5IFPG6TS.js";
|
package/package.json
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
import {
|
|
2
|
+
CarouselPagination
|
|
3
|
+
} from "./chunk-MBZ55T2D.js";
|
|
4
|
+
import {
|
|
5
|
+
MobileImageCarousel
|
|
6
|
+
} from "./chunk-2IKT6IHB.js";
|
|
1
7
|
import {
|
|
2
8
|
ProductPrimaryImage
|
|
3
9
|
} from "./chunk-YCDDBSVU.js";
|
|
@@ -7,12 +13,6 @@ import {
|
|
|
7
13
|
import {
|
|
8
14
|
ZoomWindow
|
|
9
15
|
} from "./chunk-BQNPOGD5.js";
|
|
10
|
-
import {
|
|
11
|
-
CarouselPagination
|
|
12
|
-
} from "./chunk-MBZ55T2D.js";
|
|
13
|
-
import {
|
|
14
|
-
MobileImageCarousel
|
|
15
|
-
} from "./chunk-2IKT6IHB.js";
|
|
16
16
|
import {
|
|
17
17
|
Grid
|
|
18
18
|
} from "./chunk-BWPNXY7T.js";
|