@reeverdev/ui 0.5.6 → 0.5.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": "@reeverdev/ui",
3
- "version": "0.5.6",
3
+ "version": "0.5.7",
4
4
  "description": "A modern, accessible React component library with 140+ components",
5
5
  "author": "Reever",
6
6
  "license": "MIT",
@@ -57,6 +57,16 @@
57
57
  "types": "./dist/adapters/react-hook-form/index.d.cts",
58
58
  "default": "./dist/adapters/react-hook-form/index.cjs"
59
59
  }
60
+ },
61
+ "./adapters/tanstack-form": {
62
+ "import": {
63
+ "types": "./dist/adapters/tanstack-form/index.d.ts",
64
+ "default": "./dist/adapters/tanstack-form/index.js"
65
+ },
66
+ "require": {
67
+ "types": "./dist/adapters/tanstack-form/index.d.cts",
68
+ "default": "./dist/adapters/tanstack-form/index.cjs"
69
+ }
60
70
  }
61
71
  },
62
72
  "files": [
@@ -82,6 +92,7 @@
82
92
  "react": ">=18.0.0",
83
93
  "react-dom": ">=18.0.0",
84
94
  "react-hook-form": ">=7.0.0",
95
+ "@tanstack/react-form": ">=0.40.0",
85
96
  "tailwindcss": ">=4.0.0",
86
97
  "zod": ">=3.0.0"
87
98
  },
@@ -92,6 +103,9 @@
92
103
  "react-hook-form": {
93
104
  "optional": true
94
105
  },
106
+ "@tanstack/react-form": {
107
+ "optional": true
108
+ },
95
109
  "zod": {
96
110
  "optional": true
97
111
  }
@@ -100,6 +114,12 @@
100
114
  "@dnd-kit/core": "^6.3.1",
101
115
  "@dnd-kit/sortable": "^10.0.0",
102
116
  "@dnd-kit/utilities": "^3.2.2",
117
+ "@internationalized/date": "^3.10.1",
118
+ "@react-aria/calendar": "^3.9.3",
119
+ "@react-aria/i18n": "^3.12.14",
120
+ "@react-stately/calendar": "^3.9.1",
121
+ "@react-types/calendar": "^3.8.1",
122
+ "@react-types/shared": "^3.32.1",
103
123
  "canvas-confetti": "^1.9.4",
104
124
  "class-variance-authority": "^0.7.1",
105
125
  "clsx": "^2.1.1",
@@ -121,11 +141,10 @@
121
141
  "vaul": "^1.1.2"
122
142
  },
123
143
  "devDependencies": {
124
- "@storybook/addon-a11y": "^8.6.15",
125
- "@storybook/addon-essentials": "^8.6.14",
126
- "@storybook/addon-themes": "^8.6.15",
127
- "@storybook/react": "^8.6.15",
128
- "@storybook/react-vite": "^8.6.15",
144
+ "@storybook/addon-a11y": "^10.1.0",
145
+ "@storybook/addon-themes": "^10.1.0",
146
+ "@storybook/react": "^10.1.0",
147
+ "@storybook/react-vite": "^10.1.0",
129
148
  "@tailwindcss/cli": "^4.1.18",
130
149
  "@tailwindcss/postcss": "^4.1.18",
131
150
  "@testing-library/jest-dom": "^6.9.1",
@@ -149,7 +168,8 @@
149
168
  "react": "^19.2.3",
150
169
  "react-dom": "^19.2.3",
151
170
  "react-hook-form": "^7.56.4",
152
- "storybook": "^8.6.15",
171
+ "@tanstack/react-form": "^0.40.0",
172
+ "storybook": "^10.1.0",
153
173
  "tailwindcss": "^4.1.18",
154
174
  "tailwindcss-animate": "^1.0.7",
155
175
  "tsup": "^8.5.1",