@react-types/listbox
Advanced tools
Comparing version
{ | ||
"name": "@react-types/listbox", | ||
"version": "3.0.0-nightly-c1fd8af79-250512", | ||
"version": "3.0.0-nightly-c3afbc4d7-250619", | ||
"description": "Spectrum UI components in React", | ||
@@ -12,3 +12,3 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-types/shared": "3.0.0-nightly-c1fd8af79-250512" | ||
"@react-types/shared": "3.0.0-nightly-c3afbc4d7-250619" | ||
}, | ||
@@ -15,0 +15,0 @@ "peerDependencies": { |
@@ -43,2 +43,4 @@ /* | ||
shouldSelectOnPressUp?: boolean, | ||
/** Whether options should be focused when the user hovers over them. */ | ||
shouldFocusOnHover?: boolean, | ||
/** | ||
@@ -45,0 +47,0 @@ * Handler that is called when a user performs an action on an item. The exact user event depends on |
3096
3.58%49
4.26%+ Added
- Removed