@mateosuarezdev/react-ui 1.0.16 → 1.0.18

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.16",
3
+ "version": "1.0.18",
4
4
  "description": "Dynamic React UI library designed to work alongside @mateosuarezdev/react-router",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -56,6 +56,7 @@
56
56
  "peerDependencies": {
57
57
  "@hookform/resolvers": "^5.2.2",
58
58
  "@mateosuarezdev/atoms": "^1.0.0",
59
+ "@mateosuarezdev/gestures": "^1.0.0",
59
60
  "@mateosuarezdev/react-router": "^1.0.24",
60
61
  "clsx": "^2.1.1",
61
62
  "framer-motion": "^12.0.0",
@@ -73,6 +74,9 @@
73
74
  "@mateosuarezdev/atoms": {
74
75
  "optional": false
75
76
  },
77
+ "@mateosuarezdev/gestures": {
78
+ "optional": true
79
+ },
76
80
  "@mateosuarezdev/react-router": {
77
81
  "optional": false
78
82
  },
@@ -104,6 +108,7 @@
104
108
  "devDependencies": {
105
109
  "@hookform/resolvers": "^5.2.2",
106
110
  "@mateosuarezdev/atoms": "^1.0.0",
111
+ "@mateosuarezdev/gestures": "^1.0.0",
107
112
  "@mateosuarezdev/react-router": "^1.0.24",
108
113
  "@react-aria/focus": "^3.21.2",
109
114
  "@types/node": "^24.7.0",