@react-types/checkbox
Advanced tools
Comparing version 3.0.0-nightly-4baa1b08e-241029 to 3.0.0-nightly-4dd0993da-241224
{ | ||
"name": "@react-types/checkbox", | ||
"version": "3.0.0-nightly-4baa1b08e-241029", | ||
"version": "3.0.0-nightly-4dd0993da-241224", | ||
"description": "Spectrum UI components in React", | ||
@@ -12,11 +12,10 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-types/shared": "^3.0.0-nightly-4baa1b08e-241029" | ||
"@react-types/shared": "3.0.0-nightly-4dd0993da-241224" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0" | ||
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"stableVersion": "3.8.4" | ||
} | ||
} |
@@ -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
4411
+ Added@react-types/shared@3.0.0-nightly-4dd0993da-241224(transitive)
- Removed@react-types/shared@3.26.0(transitive)