@dmsi/wedgekit-react 0.0.550 → 0.0.551
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-U3QGZAVS.js → chunk-JADOJNBI.js} +4 -4
- package/dist/{chunk-N2KPADIL.js → chunk-WNGFRQ4Y.js} +7 -7
- package/dist/{chunk-ZVY3TLXL.js → chunk-ZIPJMN2E.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 +7 -7
- package/dist/{chunk-7FQ7PGUF.js → chunk-7COWXCPA.js} +3 -3
- package/dist/{chunk-NKCFYM7A.js → chunk-7SFFUICM.js} +3 -3
- package/dist/{chunk-25RZP3VR.js → chunk-AKJUBFJK.js} +3 -3
- package/dist/{chunk-TAPYQBQU.js → chunk-CMMQTIVM.js} +3 -3
- package/dist/{chunk-GYEXSNFP.js → chunk-FWCVZWE6.js} +3 -3
- package/dist/{chunk-MV6W7OMC.js → chunk-QMMPHXVE.js} +3 -3
- package/dist/{chunk-GG5OZTI5.js → chunk-XRE52QTN.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";
|
|
8
5
|
import {
|
|
9
6
|
Paragraph
|
|
10
7
|
} from "../chunk-WMPWWFUJ.js";
|
|
11
8
|
import {
|
|
12
9
|
Icon
|
|
13
10
|
} from "../chunk-NKUETCDA.js";
|
|
11
|
+
import {
|
|
12
|
+
Button
|
|
13
|
+
} from "../chunk-45AHDOAU.js";
|
|
14
14
|
import {
|
|
15
15
|
componentGap,
|
|
16
16
|
componentPadding,
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Spinner
|
|
3
3
|
} from "../chunk-SBRRNFOP.js";
|
|
4
|
-
import {
|
|
5
|
-
Button
|
|
6
|
-
} from "../chunk-45AHDOAU.js";
|
|
7
4
|
import {
|
|
8
5
|
Paragraph
|
|
9
6
|
} from "../chunk-WMPWWFUJ.js";
|
|
@@ -13,6 +10,9 @@ import {
|
|
|
13
10
|
import {
|
|
14
11
|
Icon
|
|
15
12
|
} 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-WNGFRQ4Y.js";
|
|
6
6
|
import "../chunk-M7INAUAJ.js";
|
|
7
|
-
import "../chunk-
|
|
7
|
+
import "../chunk-ZIPJMN2E.js";
|
|
8
8
|
import "../chunk-FJFZBIRG.js";
|
|
9
9
|
import {
|
|
10
10
|
ProductImagePreview
|
|
@@ -24,9 +24,6 @@ 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";
|
|
30
27
|
import {
|
|
31
28
|
SimpleTable
|
|
32
29
|
} from "../chunk-KJ5OQPPV.js";
|
|
@@ -42,20 +39,20 @@ import {
|
|
|
42
39
|
import {
|
|
43
40
|
Tooltip
|
|
44
41
|
} from "../chunk-MDB26F6T.js";
|
|
45
|
-
import
|
|
42
|
+
import {
|
|
43
|
+
Select
|
|
44
|
+
} from "../chunk-I5BV7UPG.js";
|
|
45
|
+
import "../chunk-JADOJNBI.js";
|
|
46
46
|
import "../chunk-4RJKB7LC.js";
|
|
47
|
-
import "../chunk-25RZP3VR.js";
|
|
48
47
|
import "../chunk-WVVEOCEH.js";
|
|
49
|
-
import "../chunk-
|
|
48
|
+
import "../chunk-CMMQTIVM.js";
|
|
50
49
|
import "../chunk-AG43RS4Q.js";
|
|
51
|
-
import "../chunk-
|
|
50
|
+
import "../chunk-AKJUBFJK.js";
|
|
52
51
|
import {
|
|
53
52
|
ListGroup
|
|
54
53
|
} from "../chunk-Z2QAJY5I.js";
|
|
55
|
-
import {
|
|
56
|
-
EmptyCartIcon
|
|
57
|
-
} from "../chunk-75USUR3I.js";
|
|
58
54
|
import "../chunk-BWPNXY7T.js";
|
|
55
|
+
import "../chunk-QVWYTQKL.js";
|
|
59
56
|
import {
|
|
60
57
|
DataCellHeader,
|
|
61
58
|
DataGridCell,
|
|
@@ -79,6 +76,9 @@ import {
|
|
|
79
76
|
Label
|
|
80
77
|
} from "../chunk-HXGJVYGQ.js";
|
|
81
78
|
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,11 +101,8 @@ import {
|
|
|
101
101
|
} from "../chunk-KBJZUVLM.js";
|
|
102
102
|
import {
|
|
103
103
|
Alert
|
|
104
|
-
} from "../chunk-
|
|
104
|
+
} from "../chunk-7SFFUICM.js";
|
|
105
105
|
import "../chunk-MXSJF6TW.js";
|
|
106
|
-
import {
|
|
107
|
-
Button
|
|
108
|
-
} from "../chunk-45AHDOAU.js";
|
|
109
106
|
import {
|
|
110
107
|
Paragraph
|
|
111
108
|
} from "../chunk-WMPWWFUJ.js";
|
|
@@ -113,6 +110,9 @@ import "../chunk-AX4M7X4Z.js";
|
|
|
113
110
|
import {
|
|
114
111
|
Icon
|
|
115
112
|
} 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,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dmsi/wedgekit-react",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.551",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"build": "tsup",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"@tanstack/react-table": "^8.21.3",
|
|
63
63
|
"@tanstack/react-virtual": "^3.13.12",
|
|
64
64
|
"clsx": "^2.1.1",
|
|
65
|
-
"pdfjs-dist": "^5.4.
|
|
65
|
+
"pdfjs-dist": "^5.4.149",
|
|
66
66
|
"react-use": "^17.6.0"
|
|
67
67
|
},
|
|
68
68
|
"peerDependencies": {
|
|
@@ -71,10 +71,10 @@
|
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"@tailwindcss/postcss": "^4.1.12",
|
|
74
|
-
"@types/react": "^19.1.
|
|
75
|
-
"@types/react-dom": "^19.1.
|
|
76
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
77
|
-
"eslint": "^9.
|
|
74
|
+
"@types/react": "^19.1.12",
|
|
75
|
+
"@types/react-dom": "^19.1.9",
|
|
76
|
+
"@typescript-eslint/eslint-plugin": "^8.41.0",
|
|
77
|
+
"eslint": "^9.34.0",
|
|
78
78
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
79
79
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
80
80
|
"prettier": "^3.6.2",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"typescript": "5.9.2"
|
|
87
87
|
},
|
|
88
88
|
"optionalDependencies": {
|
|
89
|
-
"@rollup/rollup-linux-x64-gnu": "4.
|
|
89
|
+
"@rollup/rollup-linux-x64-gnu": "4.50.0",
|
|
90
90
|
"lightningcss-linux-x64-gnu": "1.30.1"
|
|
91
91
|
}
|
|
92
92
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Tooltip
|
|
3
3
|
} from "./chunk-MDB26F6T.js";
|
|
4
|
-
import {
|
|
5
|
-
Button
|
|
6
|
-
} from "./chunk-45AHDOAU.js";
|
|
7
4
|
import {
|
|
8
5
|
Icon
|
|
9
6
|
} from "./chunk-NKUETCDA.js";
|
|
7
|
+
import {
|
|
8
|
+
Button
|
|
9
|
+
} from "./chunk-45AHDOAU.js";
|
|
10
10
|
|
|
11
11
|
// src/components/PDFViewer/DownloadIcon.tsx
|
|
12
12
|
import { jsx } from "react/jsx-runtime";
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Heading2
|
|
3
3
|
} from "./chunk-MXSJF6TW.js";
|
|
4
|
-
import {
|
|
5
|
-
Button
|
|
6
|
-
} from "./chunk-45AHDOAU.js";
|
|
7
4
|
import {
|
|
8
5
|
Paragraph
|
|
9
6
|
} from "./chunk-WMPWWFUJ.js";
|
|
@@ -13,6 +10,9 @@ import {
|
|
|
13
10
|
import {
|
|
14
11
|
Icon
|
|
15
12
|
} 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
|
-
Button
|
|
6
|
-
} from "./chunk-45AHDOAU.js";
|
|
7
4
|
import {
|
|
8
5
|
Icon
|
|
9
6
|
} from "./chunk-NKUETCDA.js";
|
|
7
|
+
import {
|
|
8
|
+
Button
|
|
9
|
+
} from "./chunk-45AHDOAU.js";
|
|
10
10
|
import {
|
|
11
11
|
layoutGroupGap,
|
|
12
12
|
layoutPaddding
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Label
|
|
3
3
|
} from "./chunk-HXGJVYGQ.js";
|
|
4
|
-
import {
|
|
5
|
-
Button
|
|
6
|
-
} from "./chunk-45AHDOAU.js";
|
|
7
4
|
import {
|
|
8
5
|
Icon
|
|
9
6
|
} from "./chunk-NKUETCDA.js";
|
|
7
|
+
import {
|
|
8
|
+
Button
|
|
9
|
+
} from "./chunk-45AHDOAU.js";
|
|
10
10
|
import {
|
|
11
11
|
baseTransition,
|
|
12
12
|
componentGap,
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Heading3
|
|
3
3
|
} from "./chunk-MXSJF6TW.js";
|
|
4
|
-
import {
|
|
5
|
-
Button
|
|
6
|
-
} from "./chunk-45AHDOAU.js";
|
|
7
4
|
import {
|
|
8
5
|
Paragraph
|
|
9
6
|
} from "./chunk-WMPWWFUJ.js";
|
|
@@ -13,6 +10,9 @@ import {
|
|
|
13
10
|
import {
|
|
14
11
|
Icon
|
|
15
12
|
} 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";
|