Update react-aria-components

This commit is contained in:
Anton Gunnarsson
2025-05-06 15:17:31 +02:00
parent 1fc5dd3c88
commit 069cdb7aa0
3 changed files with 1844 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ import type { ButtonProps as ReactAriaButtonProps } from "react-aria-components"
import type { buttonVariants } from "./variants"
export interface ButtonPropsRAC
extends Omit<ReactAriaButtonProps, "isDisabled">,
extends Omit<ReactAriaButtonProps, "isDisabled" | "onClick">,
VariantProps<typeof buttonVariants> {
asChild?: false | undefined | never
disabled?: ReactAriaButtonProps["isDisabled"]

View File

@@ -97,7 +97,7 @@
"next": "^14.2.25",
"next-auth": "5.0.0-beta.19",
"react": "^18",
"react-aria-components": "^1.7.1",
"react-aria-components": "^1.8.0",
"react-day-picker": "^9.0.8",
"react-dom": "^18",
"react-feather": "^2.0.10",

1843
yarn.lock

File diff suppressed because it is too large Load Diff