@pelatform/ui 1.5.7 → 1.5.9

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.
@@ -3,6 +3,7 @@ import 'motion/react';
3
3
  import 'next-themes';
4
4
  import 'react-day-picker';
5
5
  import 'react-hook-form';
6
+ import '@hookform/resolvers/zod';
6
7
  import 'sonner';
7
8
  import '@tanstack/react-query';
8
9
  import '@tanstack/react-table';
@@ -3,6 +3,7 @@ import 'motion/react';
3
3
  import 'next-themes';
4
4
  import 'react-day-picker';
5
5
  import 'react-hook-form';
6
+ import '@hookform/resolvers/zod';
6
7
  import 'sonner';
7
8
  import '@tanstack/react-query';
8
9
  import '@tanstack/react-table';
@@ -0,0 +1,2 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _createStarExport(obj) { Object.keys(obj) .filter((key) => key !== "default" && key !== "__esModule") .forEach((key) => { if (exports.hasOwnProperty(key)) { return; } Object.defineProperty(exports, key, {enumerable: true, configurable: true, get: () => obj[key]}); }); }// src/re-export/resolver.ts
2
+ var _zod = require('@hookform/resolvers/zod'); _createStarExport(_zod);
@@ -0,0 +1 @@
1
+ export * from '@hookform/resolvers/zod';
@@ -0,0 +1 @@
1
+ export * from '@hookform/resolvers/zod';
@@ -0,0 +1,2 @@
1
+ // src/re-export/resolver.ts
2
+ export * from "@hookform/resolvers/zod";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pelatform/ui",
3
- "version": "1.5.7",
3
+ "version": "1.5.9",
4
4
  "description": "A Modern and Minimal React UI Library built with TailwindCSS.",
5
5
  "author": "Pelatform Dev",
6
6
  "license": "MIT",
@@ -111,24 +111,25 @@
111
111
  "@dnd-kit/sortable": "^10.0.0",
112
112
  "@dnd-kit/utilities": "^3.2.2",
113
113
  "@headless-tree/core": "^1.5.1",
114
+ "@hookform/resolvers": "^5.2.2",
114
115
  "@radix-ui/react-dialog": "^1.1.15",
115
- "@radix-ui/react-slot": "^1.2.3",
116
+ "@radix-ui/react-slot": "^1.2.4",
116
117
  "@tanstack/react-form": "^1.23.8",
117
- "@tanstack/react-query": "^5.90.5",
118
+ "@tanstack/react-query": "^5.90.7",
118
119
  "@tanstack/react-table": "^8.21.3",
119
120
  "class-variance-authority": "^0.7.1",
120
121
  "clsx": "^2.1.1",
121
122
  "cmdk": "^1.1.1",
122
123
  "embla-carousel-react": "^8.6.0",
123
124
  "input-otp": "^1.4.2",
124
- "lucide-react": "^0.548.0",
125
+ "lucide-react": "^0.552.0",
125
126
  "motion": "^12.23.24",
126
127
  "next-themes": "^0.4.6",
127
128
  "radix-ui": "^1.4.3",
128
129
  "react-aria": "^3.44.0",
129
130
  "react-aria-components": "^1.13.0",
130
131
  "react-day-picker": "^9.11.1",
131
- "react-hook-form": "^7.65.0",
132
+ "react-hook-form": "^7.66.0",
132
133
  "react-phone-number-input": "^3.4.13",
133
134
  "react-resizable-panels": "^3.0.6",
134
135
  "sonner": "^2.0.7",
@@ -138,7 +139,7 @@
138
139
  "zod": "^4.1.12"
139
140
  },
140
141
  "devDependencies": {
141
- "@types/node": "^24.9.1",
142
+ "@types/node": "^24.10.0",
142
143
  "@types/react": "^19.2.2",
143
144
  "@types/react-dom": "^19.2.2",
144
145
  "esbuild-plugin-preserve-directives": "^0.0.11",