@bookers/ui 0.5.0 → 0.5.2

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/README.md CHANGED
@@ -53,7 +53,7 @@ While `npm run dev` is running, the local MCP server is available at `http://loc
53
53
  }
54
54
  ```
55
55
 
56
- For released components, the remote server at `https://bookers-ui.vercel.app/mcp` is always available without any local setup.
56
+ For released components, the remote server at `https://ui.bookers.dev/mcp` is always available without any local setup.
57
57
 
58
58
  ## Changelog
59
59
 
package/dist/index.d.ts CHANGED
@@ -637,6 +637,7 @@ export declare interface NumberInputProps extends Omit<React_2.InputHTMLAttribut
637
637
 
638
638
  export declare const numberInputVariants: (props?: ({
639
639
  size?: "sm" | "md" | "lg" | null | undefined;
640
+ layout?: "horizontal" | "vertical" | null | undefined;
640
641
  } & ClassProp) | undefined) => string;
641
642
 
642
643
  export declare const OTPInput: React_2.ForwardRefExoticComponent<OTPInputProps & React_2.RefAttributes<HTMLInputElement>>;