@gnwebsoft/ui 2.18.24 → 2.18.26

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.
@@ -1,8 +1,8 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunk2WVVFSOJjs = require('../chunk-2WVVFSOJ.js');
3
+ var _chunkEG7YMWA5js = require('../chunk-EG7YMWA5.js');
4
4
  require('../chunk-6JZ35VQJ.js');
5
5
  require('../chunk-DKBPCLEC.js');
6
6
 
7
7
 
8
- exports.Field = _chunk2WVVFSOJjs.Field_default;
8
+ exports.Field = _chunkEG7YMWA5js.Field_default;
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  Field_default
3
- } from "../chunk-MZEAU4RQ.mjs";
3
+ } from "../chunk-CCZOV6WK.mjs";
4
4
  import "../chunk-GFSTK7KN.mjs";
5
5
  import "../chunk-AVNKSUE5.mjs";
6
6
  export {
package/package.json CHANGED
@@ -1,92 +1,96 @@
1
- {
2
- "name": "@gnwebsoft/ui",
3
- "version": "2.18.24",
4
- "description": "A set of reusable wrappers for MUI v6",
5
- "author": "GNWebsoft Private Limited",
6
- "license": "",
7
- "keywords": [
8
- "MUI"
9
- ],
10
- "publishConfig": {
11
- "registry": "https://registry.npmjs.org/",
12
- "access": "public"
13
- },
14
- "scripts": {
15
- "link:self": "pnpm link --global",
16
- "package": "npm publish --access public --scope=@gnwebsoft",
17
- "types": "tsup src/index.ts --sourcemap inline",
18
- "clean": "rimraf ./dist/* --glob --no-verbose --no-interactive",
19
- "check-exports": "attw --pack . --ignore-rules=cjs-resolves-to-esm",
20
- "build": "pnpm run clean && tsup"
21
- },
22
- "files": [
23
- "dist"
24
- ],
25
- "packageManager": "pnpm@10.11.0",
26
- "engines": {
27
- "node": ">=22.0.0"
28
- },
29
- "exports": {
30
- ".": {
31
- "import": "./dist/index.mjs",
32
- "require": "./dist/index.js"
33
- },
34
- "./components": {
35
- "import": "./dist/components/index.mjs",
36
- "require": "./dist/components/index.js"
37
- },
38
- "./hooks": {
39
- "import": "./dist/hooks/index.mjs",
40
- "require": "./dist/hooks/index.js"
41
- },
42
- "./types": {
43
- "import": "./dist/types/index.mjs",
44
- "require": "./dist/types/index.js"
45
- },
46
- "./utils": {
47
- "import": "./dist/utils/index.mjs",
48
- "require": "./dist/utils/index.js"
49
- },
50
- "./wrappers": {
51
- "import": "./dist/wrappers/index.mjs",
52
- "require": "./dist/wrappers/index.js"
53
- }
54
- },
55
- "devDependencies": {
56
- "@arethetypeswrong/cli": "^0.17.2",
57
- "@types/autosuggest-highlight": "^3.2.3",
58
- "@types/lodash": "^4.17.13",
59
- "@types/node": "22.10.3",
60
- "@types/react": "^18.3.18",
61
- "@types/react-dom": "^18.3.5",
62
- "rimraf": "^6.0.1",
63
- "tslib": "^2.8.1",
64
- "tsup": "^8.4.0"
65
- },
66
- "peerDependencies": {
67
- "@emotion/cache": "^11.14.0",
68
- "@emotion/react": "^11.14.0",
69
- "@emotion/styled": "^11.14.0",
70
- "@fontsource/roboto": "^5.1.1",
71
- "@hookform/resolvers": "^3.9.1",
72
- "@mui/icons-material": "^6.4.11",
73
- "@mui/lab": "^6.0.0-beta.21",
74
- "@mui/material": "6.4.11",
75
- "@mui/x-data-grid": "^7.23.5",
76
- "@mui/x-date-pickers": "^7.28.3",
77
- "@mui/x-tree-view": "^7.23.2",
78
- "autosuggest-highlight": "^3.3.4",
79
- "axios": "^1.8.4",
80
- "dayjs": "^1.11.13",
81
- "es-toolkit": "^1.31.0",
82
- "lodash": "^4.17.21",
83
- "react": "^18.3.1",
84
- "react-dom": "^18.3.1",
85
- "react-hook-form": "^7.54.2",
86
- "react-router-dom": "^7.1.1",
87
- "sonner": "1.5.0",
88
- "typescript": "5.8.3",
89
- "zod": "^3.24.1",
90
- "zustand": "^5.0.2"
91
- }
92
- }
1
+ {
2
+ "name": "@gnwebsoft/ui",
3
+ "version": "2.18.26",
4
+ "description": "A set of reusable wrappers for MUI v6",
5
+ "author": "GNWebsoft Private Limited",
6
+ "license": "",
7
+ "keywords": [
8
+ "MUI"
9
+ ],
10
+ "publishConfig": {
11
+ "registry": "https://registry.npmjs.org/",
12
+ "access": "public"
13
+ },
14
+ "scripts": {
15
+ "link:self": "pnpm link --global",
16
+ "package": "npm publish --access public --scope=@gnwebsoft",
17
+ "types": "tsup src/index.ts --sourcemap inline",
18
+ "clean": "rimraf ./dist/* --glob --no-verbose --no-interactive",
19
+ "check-exports": "attw --pack . --ignore-rules=cjs-resolves-to-esm",
20
+ "build": "pnpm run clean && tsup"
21
+ },
22
+ "files": [
23
+ "dist"
24
+ ],
25
+ "packageManager": "pnpm@10.11.0",
26
+ "engines": {
27
+ "node": ">=22.0.0"
28
+ },
29
+ "exports": {
30
+ ".": {
31
+ "import": "./dist/index.mjs",
32
+ "require": "./dist/index.js"
33
+ },
34
+ "./components": {
35
+ "import": "./dist/components/index.mjs",
36
+ "require": "./dist/components/index.js"
37
+ },
38
+ "./hooks": {
39
+ "import": "./dist/hooks/index.mjs",
40
+ "require": "./dist/hooks/index.js"
41
+ },
42
+ "./types": {
43
+ "import": "./dist/types/index.mjs",
44
+ "require": "./dist/types/index.js"
45
+ },
46
+ "./utils": {
47
+ "import": "./dist/utils/index.mjs",
48
+ "require": "./dist/utils/index.js"
49
+ },
50
+ "./wrappers": {
51
+ "import": "./dist/wrappers/index.mjs",
52
+ "require": "./dist/wrappers/index.js"
53
+ },
54
+ "./wrappers2": {
55
+ "import": "./dist/wrappers2/index.mjs",
56
+ "require": "./dist/wrappers2/index.js"
57
+ }
58
+ },
59
+ "devDependencies": {
60
+ "@arethetypeswrong/cli": "^0.17.2",
61
+ "@types/autosuggest-highlight": "^3.2.3",
62
+ "@types/lodash": "^4.17.13",
63
+ "@types/node": "22.10.3",
64
+ "@types/react": "^18.3.18",
65
+ "@types/react-dom": "^18.3.5",
66
+ "rimraf": "^6.0.1",
67
+ "tslib": "^2.8.1",
68
+ "tsup": "^8.4.0"
69
+ },
70
+ "peerDependencies": {
71
+ "@emotion/cache": "^11.14.0",
72
+ "@emotion/react": "^11.14.0",
73
+ "@emotion/styled": "^11.14.0",
74
+ "@fontsource/roboto": "^5.1.1",
75
+ "@hookform/resolvers": "^3.9.1",
76
+ "@mui/icons-material": "^6.4.11",
77
+ "@mui/lab": "^6.0.0-beta.21",
78
+ "@mui/material": "6.4.11",
79
+ "@mui/x-data-grid": "^7.23.5",
80
+ "@mui/x-date-pickers": "^7.28.3",
81
+ "@mui/x-tree-view": "^7.23.2",
82
+ "autosuggest-highlight": "^3.3.4",
83
+ "axios": "^1.8.4",
84
+ "dayjs": "^1.11.13",
85
+ "es-toolkit": "^1.31.0",
86
+ "lodash": "^4.17.21",
87
+ "react": "^18.3.1",
88
+ "react-dom": "^18.3.1",
89
+ "react-hook-form": "^7.54.2",
90
+ "react-router-dom": "^7.1.1",
91
+ "sonner": "1.5.0",
92
+ "typescript": "5.8.3",
93
+ "zod": "^3.24.1",
94
+ "zustand": "^5.0.2"
95
+ }
96
+ }