@mateosuarezdev/react-ui 1.0.13 → 1.0.15

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.13",
3
+ "version": "1.0.15",
4
4
  "description": "Dynamic React UI library designed to work alongside @mateosuarezdev/react-router",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -19,10 +19,7 @@
19
19
  "dist/**/*.d.ts",
20
20
  "dist/**/*.map"
21
21
  ],
22
- "sideEffects": [
23
- "./dist/init.js",
24
- "./dist/init.cjs"
25
- ],
22
+ "sideEffects": false,
26
23
  "scripts": {
27
24
  "build": "vite build",
28
25
  "build:visualize": "vite-bundle-visualizer",
@@ -59,12 +56,15 @@
59
56
  "peerDependencies": {
60
57
  "@hookform/resolvers": "^5.2.2",
61
58
  "@mateosuarezdev/atoms": "^1.0.0",
59
+ "@mateosuarezdev/react-router": "^1.0.24",
60
+ "clsx": "^2.1.1",
62
61
  "framer-motion": "^12.0.0",
63
62
  "lucide-react": "^0.545.0",
64
63
  "motion": "^12.0.0",
65
64
  "react": "^18.0.0",
66
65
  "react-dom": "^18.0.0",
67
- "react-hook-form": "^7.65.0"
66
+ "react-hook-form": "^7.65.0",
67
+ "tailwind-merge": "^3.3.1"
68
68
  },
69
69
  "peerDependenciesMeta": {
70
70
  "@hookform/resolvers": {
@@ -73,6 +73,9 @@
73
73
  "@mateosuarezdev/atoms": {
74
74
  "optional": false
75
75
  },
76
+ "@mateosuarezdev/react-router": {
77
+ "optional": false
78
+ },
76
79
  "clsx": {
77
80
  "optional": false
78
81
  },
@@ -101,6 +104,7 @@
101
104
  "devDependencies": {
102
105
  "@hookform/resolvers": "^5.2.2",
103
106
  "@mateosuarezdev/atoms": "^1.0.0",
107
+ "@mateosuarezdev/react-router": "^1.0.24",
104
108
  "@react-aria/focus": "^3.21.2",
105
109
  "@types/node": "^24.7.0",
106
110
  "@types/react": "^19.2.2",