@mateosuarezdev/react-ui 1.0.5 → 1.0.7

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@mateosuarezdev/react-ui",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
4
4
  "description": "Dynamic React UI library designed to work alongside @mateosuarezdev/react-router",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -57,12 +57,19 @@
57
57
  "homepage": "https://github.com/mateosuarezdev/brpc-space/tree/main/packages/react-ui#readme",
58
58
  "license": "MIT",
59
59
  "peerDependencies": {
60
+ "@hookform/resolvers": "^5.2.2",
61
+ "@mateosuarezdev/atoms": "^1.0.0",
60
62
  "framer-motion": "^12.0.0",
63
+ "lucide-react": "^0.545.0",
61
64
  "motion": "^12.0.0",
62
65
  "react": "^18.0.0",
63
- "react-dom": "^18.0.0"
66
+ "react-dom": "^18.0.0",
67
+ "react-hook-form": "^7.65.0"
64
68
  },
65
69
  "peerDependenciesMeta": {
70
+ "@hookform/resolvers": {
71
+ "optional": false
72
+ },
66
73
  "@mateosuarezdev/atoms": {
67
74
  "optional": false
68
75
  },
@@ -72,6 +79,9 @@
72
79
  "framer-motion": {
73
80
  "optional": true
74
81
  },
82
+ "lucide-react": {
83
+ "optional": false
84
+ },
75
85
  "motion": {
76
86
  "optional": true
77
87
  },
@@ -81,20 +91,26 @@
81
91
  "react-dom": {
82
92
  "optional": false
83
93
  },
94
+ "react-hook-form": {
95
+ "optional": false
96
+ },
84
97
  "tailwind-merge": {
85
98
  "optional": false
86
99
  }
87
100
  },
88
101
  "devDependencies": {
102
+ "@hookform/resolvers": "^5.2.2",
89
103
  "@mateosuarezdev/atoms": "^1.0.0",
90
104
  "@types/node": "^24.7.0",
91
105
  "@types/react": "^19.2.2",
92
106
  "@types/react-dom": "^19.2.1",
93
107
  "@vitejs/plugin-react": "^5.0.4",
94
108
  "clsx": "^2.1.1",
109
+ "lucide-react": "^0.545.0",
95
110
  "motion": "^12.23.22",
96
111
  "react": "^19.2.0",
97
112
  "react-dom": "^19.2.0",
113
+ "react-hook-form": "^7.65.0",
98
114
  "rimraf": "^6.0.1",
99
115
  "tailwind-merge": "^3.3.1",
100
116
  "typescript": "^5.9.3",