@lssm/lib.design-system 0.0.0-canary-20251207144050 → 0.0.0-canary-20251207150924

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -72,7 +72,7 @@ export default function Layout({ children }) {
72
72
 
73
73
  ```tsx
74
74
  import { ZodForm } from '@lssm/lib.design-system/components/forms/ZodForm';
75
- import { z } from 'zod';
75
+ import * as z from "zod";
76
76
 
77
77
  const schema = z.object({
78
78
  name: z.string().min(1),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/lib.design-system",
3
- "version": "0.0.0-canary-20251207144050",
3
+ "version": "0.0.0-canary-20251207150924",
4
4
  "scripts": {
5
5
  "publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",
6
6
  "build": "bun build:bundle && bun build:types",