@react-aria/form
Advanced tools
Comparing version 3.0.6-nightly.4674 to 3.0.6-nightly.4681
@@ -8,4 +8,4 @@ import { FormValidationState } from "@react-stately/form"; | ||
} | ||
export function useFormValidation<T>(props: FormValidationProps<T>, state: FormValidationState, ref: RefObject<ValidatableElement> | undefined): void; | ||
export function useFormValidation<T>(props: FormValidationProps<T>, state: FormValidationState, ref: RefObject<ValidatableElement | null> | undefined): void; | ||
//# sourceMappingURL=types.d.ts.map |
{ | ||
"name": "@react-aria/form", | ||
"version": "3.0.6-nightly.4674+59136f78e", | ||
"version": "3.0.6-nightly.4681+2fd87d9f1", | ||
"description": "Spectrum UI components in React", | ||
@@ -25,10 +25,10 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-aria/interactions": "3.0.0-nightly.2962+59136f78e", | ||
"@react-aria/utils": "3.0.0-nightly.2962+59136f78e", | ||
"@react-stately/form": "3.0.4-nightly.4674+59136f78e", | ||
"@react-types/shared": "3.0.0-nightly.2962+59136f78e", | ||
"@react-aria/interactions": "3.0.0-nightly.2969+2fd87d9f1", | ||
"@react-aria/utils": "3.0.0-nightly.2969+2fd87d9f1", | ||
"@react-stately/form": "3.0.4-nightly.4681+2fd87d9f1", | ||
"@react-types/shared": "3.0.0-nightly.2969+2fd87d9f1", | ||
"@swc/helpers": "^0.5.0" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0" | ||
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0" | ||
}, | ||
@@ -38,3 +38,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "59136f78e853e97bb4067a1268750c9f85900bf6" | ||
"gitHead": "2fd87d9f1d894e6b00a595cce73c6e8828029132" | ||
} |
@@ -25,3 +25,3 @@ /* | ||
export function useFormValidation<T>(props: FormValidationProps<T>, state: FormValidationState, ref: RefObject<ValidatableElement> | undefined) { | ||
export function useFormValidation<T>(props: FormValidationProps<T>, state: FormValidationState, ref: RefObject<ValidatableElement | null> | undefined) { | ||
let {validationBehavior, focus} = props; | ||
@@ -28,0 +28,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
54548