@reach/combobox
Advanced tools
Comparing version 0.5.0 to 0.5.3
@@ -164,3 +164,3 @@ /** | ||
*/ | ||
declare const Combobox: React.FunctionComponent<ComboboxProps>; | ||
export const Combobox: React.FunctionComponent<ComboboxProps>; | ||
@@ -172,3 +172,3 @@ /** | ||
*/ | ||
declare const ComboboxInput: React.FunctionComponent<ComboboxInputProps>; | ||
export const ComboboxInput: React.FunctionComponent<ComboboxInputProps>; | ||
@@ -182,3 +182,3 @@ /** | ||
*/ | ||
declare const ComboboxPopover: React.FunctionComponent<ComboboxPopoverProps>; | ||
export const ComboboxPopover: React.FunctionComponent<ComboboxPopoverProps>; | ||
@@ -191,3 +191,3 @@ /** | ||
*/ | ||
declare const ComboboxList: React.FunctionComponent<ComboboxListProps>; | ||
export const ComboboxList: React.FunctionComponent<ComboboxListProps>; | ||
@@ -199,3 +199,3 @@ /** | ||
*/ | ||
declare const ComboboxOption: React.FunctionComponent<ComboboxOptionProps>; | ||
export const ComboboxOption: React.FunctionComponent<ComboboxOptionProps>; | ||
@@ -213,2 +213,2 @@ /** | ||
*/ | ||
declare const ComboboxOptionText: React.FunctionComponent; | ||
export const ComboboxOptionText: React.FunctionComponent; |
{ | ||
"name": "@reach/combobox", | ||
"version": "0.5.0", | ||
"version": "0.5.3", | ||
"description": "Accessible React Combobox (Autocomplete).", | ||
@@ -13,3 +13,3 @@ "author": "React Training <hello@reacttraining.com>", | ||
"dependencies": { | ||
"@reach/auto-id": "^0.5.0", | ||
"@reach/auto-id": "^0.5.3", | ||
"@reach/popover": "^0.5.0", | ||
@@ -40,3 +40,3 @@ "@reach/portal": "^0.5.0", | ||
], | ||
"gitHead": "7e33672d882cd6df77ac8cdb76b6b4a21dbf28c2" | ||
"gitHead": "29e599938054fd0601f347f66d8671e690ecf879" | ||
} |
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
91719
Updated@reach/auto-id@^0.5.3