@reeverdev/ui 0.5.6 → 0.5.8

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.8",
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": [
@@ -79,6 +89,7 @@
79
89
  "build-storybook": "storybook build"
80
90
  },
81
91
  "peerDependencies": {
92
+ "@tanstack/react-form": ">=0.40.0",
82
93
  "react": ">=18.0.0",
83
94
  "react-dom": ">=18.0.0",
84
95
  "react-hook-form": ">=7.0.0",
@@ -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,13 +141,13 @@
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.11",
145
+ "@storybook/addon-themes": "^10.1.11",
146
+ "@storybook/react": "^10.1.11",
147
+ "@storybook/react-vite": "^10.1.11",
129
148
  "@tailwindcss/cli": "^4.1.18",
130
149
  "@tailwindcss/postcss": "^4.1.18",
150
+ "@tanstack/react-form": "^0.40.0",
131
151
  "@testing-library/jest-dom": "^6.9.1",
132
152
  "@testing-library/react": "^16.3.1",
133
153
  "@testing-library/user-event": "^14.6.1",
@@ -149,7 +169,7 @@
149
169
  "react": "^19.2.3",
150
170
  "react-dom": "^19.2.3",
151
171
  "react-hook-form": "^7.56.4",
152
- "storybook": "^8.6.15",
172
+ "storybook": "^10.1.11",
153
173
  "tailwindcss": "^4.1.18",
154
174
  "tailwindcss-animate": "^1.0.7",
155
175
  "tsup": "^8.5.1",