downshift
Advanced tools
Comparing version 8.1.0 to 8.1.1
{ | ||
"name": "downshift", | ||
"version": "8.1.0", | ||
"version": "8.1.1", | ||
"description": "🏎 A set of primitives to build simple, flexible, WAI-ARIA compliant React autocomplete, combobox or select dropdown components.", | ||
@@ -5,0 +5,0 @@ "main": "dist/downshift.cjs.js", |
@@ -112,3 +112,3 @@ import * as React from 'react' | ||
refKey?: string | ||
ref?: React.RefObject | ||
ref?: React.RefObject<any> | ||
} | ||
@@ -121,3 +121,3 @@ | ||
'aria-owns': string | undefined | ||
ref?: React.RefObject | ||
ref?: React.RefObject<any> | ||
role: 'combobox' | ||
@@ -179,3 +179,3 @@ } | ||
'aria-labelledby': string | undefined | ||
ref?: React.RefObject | ||
ref?: React.RefObject<any> | ||
role: 'listbox' | ||
@@ -417,3 +417,3 @@ id: string | ||
id: string | ||
ref?: React.RefObject | ||
ref?: React.RefObject<any> | ||
role: 'combobox' | ||
@@ -434,3 +434,3 @@ tabIndex: 0 | ||
'aria-disabled': boolean | ||
ref?: React.RefObject | ||
ref?: React.RefObject<any> | ||
} | ||
@@ -611,3 +611,3 @@ | ||
onClick?: React.MouseEventHandler | ||
ref?: React.RefObject | ||
ref?: React.RefObject<any> | ||
tabIndex: -1 | ||
@@ -628,3 +628,3 @@ } | ||
'aria-disabled': boolean | ||
ref?: React.RefObject | ||
ref?: React.RefObject<any> | ||
} | ||
@@ -792,3 +792,3 @@ | ||
export interface UseMultipleSelectionGetSelectedItemReturnValue { | ||
ref?: React.RefObject | ||
ref?: React.RefObject<any> | ||
tabIndex: 0 | -1 | ||
@@ -805,3 +805,3 @@ onClick: React.MouseEventHandler | ||
export interface UseMultipleSelectionGetDropdownReturnValue { | ||
ref?: React.RefObject | ||
ref?: React.RefObject<any> | ||
onClick?: React.MouseEventHandler | ||
@@ -808,0 +808,0 @@ onKeyDown?: React.KeyboardEventHandler |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
2797615