@dmsi/wedgekit-react 0.0.548 → 0.0.550
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-WNGFRQ4Y.js → chunk-N2KPADIL.js} +7 -7
- package/dist/{chunk-JADOJNBI.js → chunk-U3QGZAVS.js} +4 -4
- package/dist/{chunk-ZIPJMN2E.js → chunk-ZVY3TLXL.js} +4 -4
- package/dist/components/Alert.js +2 -2
- package/dist/components/CalendarRange.js +10 -10
- package/dist/components/DataGrid/ColumnSelectorHeaderCell/ColumnSelectorMenuOption.js +10 -10
- package/dist/components/DataGrid/ColumnSelectorHeaderCell/index.js +10 -10
- package/dist/components/DataGrid/PinnedColumns.js +10 -10
- package/dist/components/DataGrid/TableBody/LoadingCell.js +10 -10
- package/dist/components/DataGrid/TableBody/TableBodyRow.js +10 -10
- package/dist/components/DataGrid/TableBody/index.js +10 -10
- package/dist/components/DataGrid/index.js +10 -10
- package/dist/components/DataGrid/utils.js +10 -10
- package/dist/components/DateInput.js +10 -10
- package/dist/components/DateRangeInput.js +10 -10
- package/dist/components/FilterGroup.js +5 -5
- package/dist/components/MobileDataGrid/ColumnSelector/index.js +10 -10
- package/dist/components/MobileDataGrid/MobileDataGridHeader.js +10 -10
- package/dist/components/MobileDataGrid/RowDetailModalProvider/index.js +5 -5
- package/dist/components/MobileDataGrid/index.js +10 -10
- package/dist/components/Modal.js +4 -4
- package/dist/components/ModalButtons.js +2 -2
- package/dist/components/ModalHeader.js +2 -2
- package/dist/components/NavigationTab.js +2 -2
- package/dist/components/NavigationTabs.js +2 -2
- package/dist/components/NestedMenu.js +3 -3
- package/dist/components/Notification.js +3 -3
- package/dist/components/OptionPill.js +2 -2
- package/dist/components/PDFViewer/DownloadIcon.js +2 -2
- package/dist/components/PDFViewer/PDFNavigation.js +2 -2
- package/dist/components/PDFViewer/index.js +6 -6
- package/dist/components/ProductImagePreview/index.js +1 -1
- package/dist/components/Stepper.js +3 -3
- package/dist/components/Toast.js +3 -3
- package/dist/components/Upload.js +3 -3
- package/dist/components/index.js +16 -16
- package/package.json +1 -1
- package/dist/{chunk-AKJUBFJK.js → chunk-25RZP3VR.js} +3 -3
- package/dist/{chunk-7COWXCPA.js → chunk-7FQ7PGUF.js} +3 -3
- package/dist/{chunk-XRE52QTN.js → chunk-GG5OZTI5.js} +3 -3
- package/dist/{chunk-FWCVZWE6.js → chunk-GYEXSNFP.js} +3 -3
- package/dist/{chunk-QMMPHXVE.js → chunk-MV6W7OMC.js} +3 -3
- package/dist/{chunk-7SFFUICM.js → chunk-NKCFYM7A.js} +3 -3
- package/dist/{chunk-CMMQTIVM.js → chunk-TAPYQBQU.js} +3 -3
package/dist/components/Toast.js
CHANGED
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
import {
|
|
3
3
|
Heading3
|
|
4
4
|
} from "../chunk-MXSJF6TW.js";
|
|
5
|
+
import {
|
|
6
|
+
Button
|
|
7
|
+
} from "../chunk-45AHDOAU.js";
|
|
5
8
|
import {
|
|
6
9
|
Paragraph
|
|
7
10
|
} from "../chunk-WMPWWFUJ.js";
|
|
8
11
|
import {
|
|
9
12
|
Icon
|
|
10
13
|
} from "../chunk-NKUETCDA.js";
|
|
11
|
-
import {
|
|
12
|
-
Button
|
|
13
|
-
} from "../chunk-45AHDOAU.js";
|
|
14
14
|
import {
|
|
15
15
|
componentGap,
|
|
16
16
|
componentPadding,
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Spinner
|
|
3
3
|
} from "../chunk-SBRRNFOP.js";
|
|
4
|
+
import {
|
|
5
|
+
Button
|
|
6
|
+
} from "../chunk-45AHDOAU.js";
|
|
4
7
|
import {
|
|
5
8
|
Paragraph
|
|
6
9
|
} from "../chunk-WMPWWFUJ.js";
|
|
@@ -10,9 +13,6 @@ import {
|
|
|
10
13
|
import {
|
|
11
14
|
Icon
|
|
12
15
|
} from "../chunk-NKUETCDA.js";
|
|
13
|
-
import {
|
|
14
|
-
Button
|
|
15
|
-
} from "../chunk-45AHDOAU.js";
|
|
16
16
|
import {
|
|
17
17
|
componentGap
|
|
18
18
|
} from "../chunk-7KWFEH56.js";
|
package/dist/components/index.js
CHANGED
|
@@ -2,9 +2,9 @@ import {
|
|
|
2
2
|
DataGrid,
|
|
3
3
|
DateInput,
|
|
4
4
|
MobileDataGrid
|
|
5
|
-
} from "../chunk-
|
|
5
|
+
} from "../chunk-N2KPADIL.js";
|
|
6
6
|
import "../chunk-M7INAUAJ.js";
|
|
7
|
-
import "../chunk-
|
|
7
|
+
import "../chunk-ZVY3TLXL.js";
|
|
8
8
|
import "../chunk-FJFZBIRG.js";
|
|
9
9
|
import {
|
|
10
10
|
ProductImagePreview
|
|
@@ -24,6 +24,9 @@ import "../chunk-AJ5M6MVX.js";
|
|
|
24
24
|
import "../chunk-M4FM3B3R.js";
|
|
25
25
|
import "../chunk-AT4AWD6B.js";
|
|
26
26
|
import "../chunk-EWGHVZL5.js";
|
|
27
|
+
import {
|
|
28
|
+
Select
|
|
29
|
+
} from "../chunk-I5BV7UPG.js";
|
|
27
30
|
import {
|
|
28
31
|
SimpleTable
|
|
29
32
|
} from "../chunk-KJ5OQPPV.js";
|
|
@@ -39,20 +42,20 @@ import {
|
|
|
39
42
|
import {
|
|
40
43
|
Tooltip
|
|
41
44
|
} from "../chunk-MDB26F6T.js";
|
|
42
|
-
import
|
|
43
|
-
Select
|
|
44
|
-
} from "../chunk-I5BV7UPG.js";
|
|
45
|
-
import "../chunk-JADOJNBI.js";
|
|
45
|
+
import "../chunk-U3QGZAVS.js";
|
|
46
46
|
import "../chunk-4RJKB7LC.js";
|
|
47
|
+
import "../chunk-25RZP3VR.js";
|
|
47
48
|
import "../chunk-WVVEOCEH.js";
|
|
48
|
-
import "../chunk-
|
|
49
|
+
import "../chunk-TAPYQBQU.js";
|
|
49
50
|
import "../chunk-AG43RS4Q.js";
|
|
50
|
-
import "../chunk-
|
|
51
|
+
import "../chunk-QVWYTQKL.js";
|
|
51
52
|
import {
|
|
52
53
|
ListGroup
|
|
53
54
|
} from "../chunk-Z2QAJY5I.js";
|
|
55
|
+
import {
|
|
56
|
+
EmptyCartIcon
|
|
57
|
+
} from "../chunk-75USUR3I.js";
|
|
54
58
|
import "../chunk-BWPNXY7T.js";
|
|
55
|
-
import "../chunk-QVWYTQKL.js";
|
|
56
59
|
import {
|
|
57
60
|
DataCellHeader,
|
|
58
61
|
DataGridCell,
|
|
@@ -76,9 +79,6 @@ import {
|
|
|
76
79
|
Label
|
|
77
80
|
} from "../chunk-HXGJVYGQ.js";
|
|
78
81
|
import "../chunk-WVUIIBRR.js";
|
|
79
|
-
import {
|
|
80
|
-
EmptyCartIcon
|
|
81
|
-
} from "../chunk-75USUR3I.js";
|
|
82
82
|
import "../chunk-PS6UJZVH.js";
|
|
83
83
|
import {
|
|
84
84
|
Checkbox
|
|
@@ -101,8 +101,11 @@ import {
|
|
|
101
101
|
} from "../chunk-KBJZUVLM.js";
|
|
102
102
|
import {
|
|
103
103
|
Alert
|
|
104
|
-
} from "../chunk-
|
|
104
|
+
} from "../chunk-NKCFYM7A.js";
|
|
105
105
|
import "../chunk-MXSJF6TW.js";
|
|
106
|
+
import {
|
|
107
|
+
Button
|
|
108
|
+
} from "../chunk-45AHDOAU.js";
|
|
106
109
|
import {
|
|
107
110
|
Paragraph
|
|
108
111
|
} from "../chunk-WMPWWFUJ.js";
|
|
@@ -110,9 +113,6 @@ import "../chunk-AX4M7X4Z.js";
|
|
|
110
113
|
import {
|
|
111
114
|
Icon
|
|
112
115
|
} from "../chunk-NKUETCDA.js";
|
|
113
|
-
import {
|
|
114
|
-
Button
|
|
115
|
-
} from "../chunk-45AHDOAU.js";
|
|
116
116
|
import "../chunk-7KWFEH56.js";
|
|
117
117
|
import "../chunk-ORMEWXMH.js";
|
|
118
118
|
export {
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Tooltip
|
|
3
3
|
} from "./chunk-MDB26F6T.js";
|
|
4
|
-
import {
|
|
5
|
-
Icon
|
|
6
|
-
} from "./chunk-NKUETCDA.js";
|
|
7
4
|
import {
|
|
8
5
|
Button
|
|
9
6
|
} from "./chunk-45AHDOAU.js";
|
|
7
|
+
import {
|
|
8
|
+
Icon
|
|
9
|
+
} from "./chunk-NKUETCDA.js";
|
|
10
10
|
|
|
11
11
|
// src/components/PDFViewer/DownloadIcon.tsx
|
|
12
12
|
import { jsx } from "react/jsx-runtime";
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Heading3
|
|
3
3
|
} from "./chunk-MXSJF6TW.js";
|
|
4
|
+
import {
|
|
5
|
+
Button
|
|
6
|
+
} from "./chunk-45AHDOAU.js";
|
|
4
7
|
import {
|
|
5
8
|
Paragraph
|
|
6
9
|
} from "./chunk-WMPWWFUJ.js";
|
|
@@ -10,9 +13,6 @@ import {
|
|
|
10
13
|
import {
|
|
11
14
|
Icon
|
|
12
15
|
} from "./chunk-NKUETCDA.js";
|
|
13
|
-
import {
|
|
14
|
-
Button
|
|
15
|
-
} from "./chunk-45AHDOAU.js";
|
|
16
16
|
|
|
17
17
|
// src/components/PDFViewer/PDFNavigation.tsx
|
|
18
18
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Label
|
|
3
3
|
} from "./chunk-HXGJVYGQ.js";
|
|
4
|
-
import {
|
|
5
|
-
Icon
|
|
6
|
-
} from "./chunk-NKUETCDA.js";
|
|
7
4
|
import {
|
|
8
5
|
Button
|
|
9
6
|
} from "./chunk-45AHDOAU.js";
|
|
7
|
+
import {
|
|
8
|
+
Icon
|
|
9
|
+
} from "./chunk-NKUETCDA.js";
|
|
10
10
|
import {
|
|
11
11
|
baseTransition,
|
|
12
12
|
componentGap,
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Heading2
|
|
3
3
|
} from "./chunk-MXSJF6TW.js";
|
|
4
|
+
import {
|
|
5
|
+
Button
|
|
6
|
+
} from "./chunk-45AHDOAU.js";
|
|
4
7
|
import {
|
|
5
8
|
Paragraph
|
|
6
9
|
} from "./chunk-WMPWWFUJ.js";
|
|
@@ -10,9 +13,6 @@ import {
|
|
|
10
13
|
import {
|
|
11
14
|
Icon
|
|
12
15
|
} from "./chunk-NKUETCDA.js";
|
|
13
|
-
import {
|
|
14
|
-
Button
|
|
15
|
-
} from "./chunk-45AHDOAU.js";
|
|
16
16
|
import {
|
|
17
17
|
__objRest,
|
|
18
18
|
__spreadProps,
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Heading2
|
|
3
3
|
} from "./chunk-MXSJF6TW.js";
|
|
4
|
-
import {
|
|
5
|
-
Icon
|
|
6
|
-
} from "./chunk-NKUETCDA.js";
|
|
7
4
|
import {
|
|
8
5
|
Button
|
|
9
6
|
} from "./chunk-45AHDOAU.js";
|
|
7
|
+
import {
|
|
8
|
+
Icon
|
|
9
|
+
} from "./chunk-NKUETCDA.js";
|
|
10
10
|
import {
|
|
11
11
|
layoutGroupGap,
|
|
12
12
|
layoutPaddding
|