hazo_auth 10.4.0 → 10.4.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/dist/admin-issues/index.client.d.ts +3 -0
- package/dist/admin-issues/index.client.d.ts.map +1 -0
- package/dist/admin-issues/index.client.js +2 -0
- package/dist/admin-issues/index.server.d.ts +4 -0
- package/dist/admin-issues/index.server.d.ts.map +1 -0
- package/dist/admin-issues/index.server.js +3 -0
- package/dist/components/ui/button.d.ts +1 -1
- package/dist/components/ui/sheet.d.ts +1 -1
- package/package.json +9 -9
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.client.d.ts","sourceRoot":"","sources":["../../src/admin-issues/index.client.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,wCAAwC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.server.d.ts","sourceRoot":"","sources":["../../src/admin-issues/index.server.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,CAAC;AACrB,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC"}
|
|
@@ -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" | "
|
|
4
|
+
variant?: "default" | "link" | "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> {
|
|
@@ -7,7 +7,7 @@ declare const SheetClose: React.ForwardRefExoticComponent<SheetPrimitive.DialogC
|
|
|
7
7
|
declare const SheetPortal: React.FC<SheetPrimitive.DialogPortalProps>;
|
|
8
8
|
declare const SheetOverlay: React.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogOverlayProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
9
9
|
declare const SheetContent: React.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & VariantProps<(props?: ({
|
|
10
|
-
side?: "
|
|
10
|
+
side?: "bottom" | "left" | "right" | "top" | null | undefined;
|
|
11
11
|
} & import("class-variance-authority/types").ClassProp) | undefined) => string> & React.RefAttributes<HTMLDivElement>>;
|
|
12
12
|
declare const SheetHeader: {
|
|
13
13
|
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): React.JSX.Element;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hazo_auth",
|
|
3
|
-
"version": "10.4.
|
|
3
|
+
"version": "10.4.2",
|
|
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",
|
|
@@ -263,13 +263,13 @@
|
|
|
263
263
|
"@radix-ui/react-tabs": "^1.1.0",
|
|
264
264
|
"@radix-ui/react-tooltip": "^1.2.0",
|
|
265
265
|
"hazo_api": "^2.4.0",
|
|
266
|
-
"hazo_config": "^2.
|
|
267
|
-
"hazo_connect": "^3.
|
|
266
|
+
"hazo_config": "^2.4.1",
|
|
267
|
+
"hazo_connect": "^3.9.0",
|
|
268
268
|
"hazo_core": "^1.2.0",
|
|
269
269
|
"hazo_logs": "^2.1.1",
|
|
270
270
|
"hazo_notify": "^6.1.4",
|
|
271
271
|
"hazo_secure": "^1.1.0",
|
|
272
|
-
"hazo_ui": "^4.
|
|
272
|
+
"hazo_ui": "^4.6.2",
|
|
273
273
|
"input-otp": "^1.4.0",
|
|
274
274
|
"lucide-react": "^0.553.0",
|
|
275
275
|
"next": "^14.0.0",
|
|
@@ -402,13 +402,13 @@
|
|
|
402
402
|
"eslint": "^9.39.1",
|
|
403
403
|
"eslint-config-next": "^16.0.4",
|
|
404
404
|
"eslint-plugin-storybook": "^10.0.6",
|
|
405
|
-
"hazo_api": "^2.5.
|
|
406
|
-
"hazo_config": "^2.
|
|
407
|
-
"hazo_connect": "^3.
|
|
408
|
-
"hazo_core": "^1.2.
|
|
405
|
+
"hazo_api": "^2.5.1",
|
|
406
|
+
"hazo_config": "^2.4.1",
|
|
407
|
+
"hazo_connect": "^3.9.0",
|
|
408
|
+
"hazo_core": "^1.2.1",
|
|
409
409
|
"hazo_logs": "^2.1.1",
|
|
410
410
|
"hazo_notify": "^6.1.4",
|
|
411
|
-
"hazo_ui": "^4.
|
|
411
|
+
"hazo_ui": "^4.6.2",
|
|
412
412
|
"input-otp": "^1.4.0",
|
|
413
413
|
"jest": "^30.2.0",
|
|
414
414
|
"jest-environment-jsdom": "^30.0.0",
|