@react-types/checkbox
Advanced tools
Comparing version 3.0.0-nightly-25f304dea-241008 to 3.0.0-nightly-262cc758b-241114
{ | ||
"name": "@react-types/checkbox", | ||
"version": "3.0.0-nightly-25f304dea-241008", | ||
"version": "3.0.0-nightly-262cc758b-241114", | ||
"description": "Spectrum UI components in React", | ||
@@ -12,3 +12,3 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-types/shared": "^3.0.0-nightly-25f304dea-241008" | ||
"@react-types/shared": "^3.0.0-nightly-262cc758b-241114" | ||
}, | ||
@@ -15,0 +15,0 @@ "peerDependencies": { |
@@ -48,3 +48,3 @@ /* | ||
export interface ToggleProps extends ToggleStateOptions, Validation, FocusableProps { | ||
export interface ToggleProps extends ToggleStateOptions, Validation<boolean>, FocusableProps { | ||
/** | ||
@@ -51,0 +51,0 @@ * The label for the element. |
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
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
4435