@react-aria/autocomplete
Advanced tools
Comparing version
@@ -9,3 +9,3 @@ import { AriaButtonProps } from "@react-types/button"; | ||
/** The ref for the input element. */ | ||
inputRef: RefObject<HTMLInputElement | HTMLTextAreaElement>; | ||
inputRef: RefObject<HTMLInputElement>; | ||
/** The ref for the list box popover. */ | ||
@@ -12,0 +12,0 @@ popoverRef: RefObject<HTMLDivElement>; |
{ | ||
"name": "@react-aria/autocomplete", | ||
"version": "3.0.0-alpha.0", | ||
"version": "3.0.0-alpha.1", | ||
"description": "Spectrum UI components in React", | ||
@@ -21,12 +21,12 @@ "license": "Apache-2.0", | ||
"@babel/runtime": "^7.6.2", | ||
"@react-aria/combobox": "^3.1.0", | ||
"@react-aria/i18n": "^3.3.2", | ||
"@react-aria/listbox": "^3.3.1", | ||
"@react-aria/combobox": "^3.2.0", | ||
"@react-aria/i18n": "^3.3.3", | ||
"@react-aria/listbox": "^3.4.0", | ||
"@react-aria/live-announcer": "^3.0.1", | ||
"@react-aria/menu": "^3.2.3", | ||
"@react-aria/overlays": "^3.7.2", | ||
"@react-aria/searchfield": "^3.2.0", | ||
"@react-aria/selection": "^3.6.0", | ||
"@react-aria/textfield": "^3.4.0", | ||
"@react-aria/utils": "^3.9.0", | ||
"@react-aria/menu": "^3.3.0", | ||
"@react-aria/overlays": "^3.7.3", | ||
"@react-aria/searchfield": "^3.2.1", | ||
"@react-aria/selection": "^3.7.0", | ||
"@react-aria/textfield": "^3.5.0", | ||
"@react-aria/utils": "^3.10.0", | ||
"@react-stately/collections": "^3.3.4", | ||
@@ -36,5 +36,5 @@ "@react-stately/combobox": "^3.0.1", | ||
"@react-types/button": "^3.4.1", | ||
"@react-types/combobox": "^3.1.0", | ||
"@react-types/combobox": "^3.2.0", | ||
"@react-types/searchfield": "^3.1.2", | ||
"@react-types/shared": "^3.9.0" | ||
"@react-types/shared": "^3.10.0" | ||
}, | ||
@@ -47,3 +47,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "9397d0262111f7207cb1ee2cbdda86cd5d180298" | ||
"gitHead": "896eabe5521a0349a675c4773ed7629addd4b8c4" | ||
} |
@@ -25,3 +25,3 @@ /* | ||
/** The ref for the input element. */ | ||
inputRef: RefObject<HTMLInputElement | HTMLTextAreaElement>, | ||
inputRef: RefObject<HTMLInputElement>, | ||
/** The ref for the list box popover. */ | ||
@@ -28,0 +28,0 @@ popoverRef: RefObject<HTMLDivElement>, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
35051
-0.28%Updated
Updated
Updated
Updated
Updated
Updated
Updated
Updated
Updated
Updated