@react-types/checkbox
Advanced tools
Comparing version 3.0.0-nightly-e37ad74f5-241101 to 3.0.0-nightly-e4497fdb6-250110
{ | ||
"name": "@react-types/checkbox", | ||
"version": "3.0.0-nightly-e37ad74f5-241101", | ||
"version": "3.0.0-nightly-e4497fdb6-250110", | ||
"description": "Spectrum UI components in React", | ||
@@ -12,11 +12,10 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-types/shared": "^3.0.0-nightly-e37ad74f5-241101" | ||
"@react-types/shared": "3.0.0-nightly-e4497fdb6-250110" | ||
}, | ||
"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. |
4411
+ Added@react-types/shared@3.0.0-nightly-e4497fdb6-250110(transitive)
- Removed@react-types/shared@3.27.0(transitive)