Update react-aria-components
This commit is contained in:
@@ -4,7 +4,7 @@ import type { ButtonProps as ReactAriaButtonProps } from "react-aria-components"
|
|||||||
import type { buttonVariants } from "./variants"
|
import type { buttonVariants } from "./variants"
|
||||||
|
|
||||||
export interface ButtonPropsRAC
|
export interface ButtonPropsRAC
|
||||||
extends Omit<ReactAriaButtonProps, "isDisabled">,
|
extends Omit<ReactAriaButtonProps, "isDisabled" | "onClick">,
|
||||||
VariantProps<typeof buttonVariants> {
|
VariantProps<typeof buttonVariants> {
|
||||||
asChild?: false | undefined | never
|
asChild?: false | undefined | never
|
||||||
disabled?: ReactAriaButtonProps["isDisabled"]
|
disabled?: ReactAriaButtonProps["isDisabled"]
|
||||||
|
|||||||
@@ -97,7 +97,7 @@
|
|||||||
"next": "^14.2.25",
|
"next": "^14.2.25",
|
||||||
"next-auth": "5.0.0-beta.19",
|
"next-auth": "5.0.0-beta.19",
|
||||||
"react": "^18",
|
"react": "^18",
|
||||||
"react-aria-components": "^1.7.1",
|
"react-aria-components": "^1.8.0",
|
||||||
"react-day-picker": "^9.0.8",
|
"react-day-picker": "^9.0.8",
|
||||||
"react-dom": "^18",
|
"react-dom": "^18",
|
||||||
"react-feather": "^2.0.10",
|
"react-feather": "^2.0.10",
|
||||||
|
|||||||
Reference in New Issue
Block a user