@react-solutions/inputs 0.2.0 → 0.2.2

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/package.json CHANGED
@@ -1,15 +1,19 @@
1
1
  {
2
2
  "name": "@react-solutions/inputs",
3
3
  "description": "A input library for react",
4
- "version": "0.2.0",
4
+ "version": "0.2.2",
5
5
  "license": "MIT",
6
6
  "author": "React Solutions",
7
+ "sideEffects": false,
7
8
  "main": "dist/index.js",
8
9
  "module": "dist/index.mjs",
9
10
  "types": "dist/index.d.ts",
10
11
  "exports": {
11
12
  ".": {
12
- "types": "./dist/index.d.ts",
13
+ "types": {
14
+ "import": "./dist/index.d.mts",
15
+ "require": "./dist/index.d.ts"
16
+ },
13
17
  "import": "./dist/index.mjs",
14
18
  "require": "./dist/index.js"
15
19
  }
@@ -34,25 +38,13 @@
34
38
  "lint": "eslint .",
35
39
  "format": "prettier --write ."
36
40
  },
37
- "dependencies": {
38
- "@emotion/react": ">=11.0.0",
39
- "@emotion/styled": ">=11.0.0",
40
- "@mui/icons-material": ">=7.0.0",
41
- "@mui/material": ">=7.0.0",
42
- "@mui/x-date-pickers": ">=8.0.0",
43
- "date-fns": ">=4.0.0",
44
- "react": ">=16.8.0",
45
- "react-dom": ">=16.8.0",
46
- "react-hook-form": ">=7.0.0"
47
- },
48
41
  "peerDependencies": {
49
42
  "@emotion/react": ">=11.0.0",
50
43
  "@emotion/styled": ">=11.0.0",
51
- "@mui/icons-material": ">=7.0.0",
52
- "@mui/material": ">=7.0.0",
53
- "@mui/x-date-pickers": ">=8.0.0",
54
- "axios": ">=1.0.0",
55
- "date-fns": ">=4.0.0",
44
+ "@mui/icons-material": ">=5.0.0",
45
+ "@mui/material": ">=5.0.0",
46
+ "@mui/x-date-pickers": ">=5.0.0",
47
+ "date-fns": ">=2.0.0",
56
48
  "react": ">=16.8.0",
57
49
  "react-dom": ">=16.8.0",
58
50
  "react-hook-form": ">=7.0.0"
@@ -73,9 +65,6 @@
73
65
  "@mui/x-date-pickers": {
74
66
  "optional": false
75
67
  },
76
- "axios": {
77
- "optional": false
78
- },
79
68
  "date-fns": {
80
69
  "optional": false
81
70
  },
@@ -90,10 +79,16 @@
90
79
  }
91
80
  },
92
81
  "devDependencies": {
82
+ "@emotion/react": "^11.14.0",
83
+ "@emotion/styled": "^11.14.0",
93
84
  "@eslint/js": "^9.36.0",
85
+ "@mui/icons-material": "^6.4.0",
86
+ "@mui/material": "^6.4.0",
87
+ "@mui/x-date-pickers": "^7.24.0",
94
88
  "@types/node": "^24.6.0",
95
89
  "@types/react": "^19.1.16",
96
90
  "@types/react-dom": "^19.1.9",
91
+ "date-fns": "^4.1.0",
97
92
  "eslint": "^9.36.0",
98
93
  "eslint-plugin-react-hooks": "^5.2.0",
99
94
  "eslint-plugin-react-refresh": "^0.4.22",
@@ -101,6 +96,7 @@
101
96
  "prettier": "^3.0.0",
102
97
  "react": "^19.2.0",
103
98
  "react-dom": "^19.2.0",
99
+ "react-hook-form": "^7.54.2",
104
100
  "tsup": "^8.0.0",
105
101
  "typescript": "~5.9.3",
106
102
  "typescript-eslint": "^8.45.0"