@mateosuarezdev/react-ui 1.0.55 → 1.0.56

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.55",
3
+ "version": "1.0.56",
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/event-emitter": "^1.0.4",
59
60
  "@mateosuarezdev/gestures": "^1.0.0",
60
61
  "@mateosuarezdev/react-router": "^1.0.30",
61
62
  "clsx": "^2.1.1",
@@ -74,6 +75,9 @@
74
75
  "@mateosuarezdev/atoms": {
75
76
  "optional": false
76
77
  },
78
+ "@mateosuarezdev/event-emitter": {
79
+ "optional": false
80
+ },
77
81
  "@mateosuarezdev/gestures": {
78
82
  "optional": true
79
83
  },
@@ -108,6 +112,7 @@
108
112
  "devDependencies": {
109
113
  "@hookform/resolvers": "^5.2.2",
110
114
  "@mateosuarezdev/atoms": "^1.0.1",
115
+ "@mateosuarezdev/event-emitter": "^1.0.4",
111
116
  "@mateosuarezdev/gestures": "^1.0.1",
112
117
  "@mateosuarezdev/react-router": "^1.0.30",
113
118
  "@react-aria/focus": "^3.21.2",