@pelatform/ui 1.5.8 → 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.8",
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,10 +111,11 @@
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.6",
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",