hazo_auth 10.8.0 → 10.8.1

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.
@@ -1,7 +1,7 @@
1
1
  import * as React from "react";
2
2
  import { type VariantProps } from "class-variance-authority";
3
3
  declare const buttonVariants: (props?: ({
4
- variant?: "default" | "link" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined;
4
+ variant?: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined;
5
5
  size?: "default" | "sm" | "lg" | "icon" | null | undefined;
6
6
  } & import("class-variance-authority/types").ClassProp) | undefined) => string;
7
7
  export interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hazo_auth",
3
- "version": "10.8.0",
3
+ "version": "10.8.1",
4
4
  "description": "Zero-config authentication UI components for Next.js with RBAC, OAuth, scope-based multi-tenancy, and invitations",
5
5
  "keywords": [
6
6
  "authentication",
@@ -269,8 +269,8 @@
269
269
  "hazo_logs": "^2.1.1",
270
270
  "hazo_notify": "^6.1.4",
271
271
  "hazo_secure": "^1.3.0",
272
- "hazo_theme": "^0.2.0",
273
- "hazo_ui": "^4.10.0",
272
+ "hazo_theme": "^1.0.0",
273
+ "hazo_ui": "^6.0.0",
274
274
  "input-otp": "^1.4.0",
275
275
  "lucide-react": "^0.553.0",
276
276
  "next": "^14.0.0",
@@ -412,8 +412,8 @@
412
412
  "hazo_core": "^1.2.1",
413
413
  "hazo_logs": "^2.1.1",
414
414
  "hazo_notify": "^6.1.4",
415
- "hazo_theme": "^0.2.0",
416
- "hazo_ui": "^4.10.0",
415
+ "hazo_theme": "^1.0.0",
416
+ "hazo_ui": "^6.0.0",
417
417
  "input-otp": "^1.4.0",
418
418
  "jest": "^30.2.0",
419
419
  "jest-environment-jsdom": "^30.0.0",