@gnwebsoft/ui 2.18.45 → 3.0.0
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/index.js +2 -2
- package/dist/index.mjs +3 -3
- package/package.json +18 -18
package/dist/index.js
CHANGED
|
@@ -14,10 +14,10 @@ require('./chunk-7M2VOCYN.js');
|
|
|
14
14
|
require('./chunk-6BGQA4BQ.js');
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
var
|
|
17
|
+
var _chunk6NOXJGU2js = require('./chunk-6NOXJGU2.js');
|
|
18
18
|
|
|
19
19
|
|
|
20
|
-
var
|
|
20
|
+
var _chunkD3J7MWAUjs = require('./chunk-D3J7MWAU.js');
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
var _chunk6JZ35VQJjs = require('./chunk-6JZ35VQJ.js');
|
package/dist/index.mjs
CHANGED
|
@@ -12,12 +12,12 @@ import {
|
|
|
12
12
|
} from "./chunk-FSU3H777.mjs";
|
|
13
13
|
import "./chunk-2JFL7TS5.mjs";
|
|
14
14
|
import "./chunk-EVPUCTZA.mjs";
|
|
15
|
-
import {
|
|
16
|
-
Field_default
|
|
17
|
-
} from "./chunk-BWQUYXUW.mjs";
|
|
18
15
|
import {
|
|
19
16
|
Field_default as Field_default2
|
|
20
17
|
} from "./chunk-5HOGPCEO.mjs";
|
|
18
|
+
import {
|
|
19
|
+
Field_default
|
|
20
|
+
} from "./chunk-BWQUYXUW.mjs";
|
|
21
21
|
import {
|
|
22
22
|
useTransform
|
|
23
23
|
} from "./chunk-GFSTK7KN.mjs";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gnwebsoft/ui",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"description": "A set of reusable wrappers for MUI v6",
|
|
5
5
|
"author": "GNWebsoft Private Limited",
|
|
6
6
|
"license": "",
|
|
@@ -60,9 +60,9 @@
|
|
|
60
60
|
"@arethetypeswrong/cli": "^0.17.2",
|
|
61
61
|
"@types/autosuggest-highlight": "^3.2.3",
|
|
62
62
|
"@types/lodash": "^4.17.13",
|
|
63
|
-
"@types/node": "
|
|
64
|
-
"@types/react": "^
|
|
65
|
-
"@types/react-dom": "^
|
|
63
|
+
"@types/node": "^24.2.0",
|
|
64
|
+
"@types/react": "^19.1.9",
|
|
65
|
+
"@types/react-dom": "^19.1.7",
|
|
66
66
|
"rimraf": "^6.0.1",
|
|
67
67
|
"tslib": "^2.8.1",
|
|
68
68
|
"tsup": "^8.4.0"
|
|
@@ -70,23 +70,23 @@
|
|
|
70
70
|
"peerDependencies": {
|
|
71
71
|
"@emotion/cache": "^11.14.0",
|
|
72
72
|
"@emotion/react": "^11.14.0",
|
|
73
|
-
"@emotion/styled": "^11.14.
|
|
74
|
-
"@hookform/resolvers": "^
|
|
75
|
-
"@mui/icons-material": "^
|
|
76
|
-
"@mui/lab": "^
|
|
77
|
-
"@mui/material": "^
|
|
78
|
-
"@mui/x-data-grid": "^
|
|
79
|
-
"@mui/x-date-pickers": "^
|
|
73
|
+
"@emotion/styled": "^11.14.1",
|
|
74
|
+
"@hookform/resolvers": "^5.2.1",
|
|
75
|
+
"@mui/icons-material": "^7.3.1",
|
|
76
|
+
"@mui/lab": "^7.0.0-beta.16",
|
|
77
|
+
"@mui/material": "^7.3.1",
|
|
78
|
+
"@mui/x-data-grid": "^8.9.2",
|
|
79
|
+
"@mui/x-date-pickers": "^8.9.2",
|
|
80
80
|
"autosuggest-highlight": "^3.3.4",
|
|
81
|
-
"axios": "^1.
|
|
81
|
+
"axios": "^1.11.0",
|
|
82
82
|
"dayjs": "^1.11.13",
|
|
83
|
-
"es-toolkit": "^1.39.
|
|
83
|
+
"es-toolkit": "^1.39.8",
|
|
84
84
|
"lodash": "^4.17.21",
|
|
85
|
-
"react": "^
|
|
86
|
-
"react-dom": "^
|
|
87
|
-
"react-hook-form": "^7.
|
|
88
|
-
"typescript": "^5.
|
|
89
|
-
"zod": "^
|
|
85
|
+
"react": "^19.1.1",
|
|
86
|
+
"react-dom": "^19.1.1",
|
|
87
|
+
"react-hook-form": "^7.62.0",
|
|
88
|
+
"typescript": "^5.9.2",
|
|
89
|
+
"zod": "^4.0.15",
|
|
90
90
|
"zustand": "^5.0.2"
|
|
91
91
|
}
|
|
92
92
|
}
|