@react-types/select
Advanced tools
Comparing version 3.0.2 to 3.1.0
{ | ||
"name": "@react-types/select", | ||
"version": "3.0.2", | ||
"version": "3.1.0", | ||
"description": "Spectrum UI components in React", | ||
@@ -12,3 +12,3 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-types/shared": "^3.0.2" | ||
"@react-types/shared": "^3.1.0" | ||
}, | ||
@@ -21,3 +21,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "05003506f02a0ec173f3448f1801cbdf12b47bc7" | ||
"gitHead": "211099972fe75ee581892efd01a7f89dfb9cdf69" | ||
} |
@@ -30,7 +30,7 @@ /* | ||
export interface SelectProps<T> extends CollectionBase<T>, AsyncLoadable, InputBase, Validation, LabelableProps, TextInputBase, SingleSelection { | ||
/** Sets the open state of the menu */ | ||
/** Sets the open state of the menu. */ | ||
isOpen?: boolean, | ||
/** Sets the default open state of the menu */ | ||
/** Sets the default open state of the menu. */ | ||
defaultOpen?: boolean, | ||
/** Method that is called when the open state of the menu changes */ | ||
/** Method that is called when the open state of the menu changes. */ | ||
onOpenChange?: (isOpen: boolean) => void, | ||
@@ -49,3 +49,3 @@ /** | ||
isQuiet?: boolean, | ||
/** Alignment of the menu relative to the input target | ||
/** Alignment of the menu relative to the input target. | ||
* @default 'start' | ||
@@ -55,7 +55,7 @@ */ | ||
/** | ||
* Direction the menu will render relative to the Picker | ||
* Direction the menu will render relative to the Picker. | ||
* @default 'bottom' | ||
*/ | ||
direction?: 'bottom' | 'top', | ||
/** Width of the menu */ | ||
/** Width of the menu. */ | ||
menuWidth?: DimensionValue, | ||
@@ -62,0 +62,0 @@ /** |
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
14049
Updated@react-types/shared@^3.1.0