@react-types/checkbox
Advanced tools
Comparing version
{ | ||
"name": "@react-types/checkbox", | ||
"version": "3.0.0-nightly-fe5205a4f-250623", | ||
"version": "3.0.0-nightly-fe5e1b69c-250714", | ||
"description": "Spectrum UI components in React", | ||
@@ -12,3 +12,3 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-types/shared": "3.0.0-nightly-fe5205a4f-250623" | ||
"@react-types/shared": "3.0.0-nightly-fe5e1b69c-250714" | ||
}, | ||
@@ -15,0 +15,0 @@ "peerDependencies": { |
@@ -25,2 +25,3 @@ /* | ||
Orientation, | ||
PressEvents, | ||
SpectrumHelpTextProps, | ||
@@ -60,3 +61,3 @@ SpectrumLabelableProps, | ||
export interface AriaToggleProps extends ToggleProps, FocusableDOMProps, AriaLabelingProps, AriaValidationProps, InputDOMProps { | ||
export interface AriaToggleProps extends ToggleProps, FocusableDOMProps, AriaLabelingProps, AriaValidationProps, InputDOMProps, PressEvents { | ||
/** | ||
@@ -63,0 +64,0 @@ * Identifies the element (or elements) whose contents or presence are controlled by the current element. |
4439
0.63%102
0.99%+ Added
- Removed