@react-aria/searchfield
Advanced tools
Comparing version 3.0.2 to 3.1.0
@@ -167,5 +167,5 @@ var { | ||
* Provides the behavior and accessibility implementation for a search field. | ||
* @param props - props for the search field | ||
* @param state - state for the search field, as returned by `useSearchFieldState` | ||
* @param inputRef - a ref to the input element | ||
* @param props - Props for the search field. | ||
* @param state - State for the search field, as returned by `useSearchFieldState`. | ||
* @param inputRef - A ref to the input element. | ||
*/ | ||
@@ -172,0 +172,0 @@ function useSearchField(props, state, inputRef) { |
@@ -155,5 +155,5 @@ import { useTextField } from "@react-aria/textfield"; | ||
* Provides the behavior and accessibility implementation for a search field. | ||
* @param props - props for the search field | ||
* @param state - state for the search field, as returned by `useSearchFieldState` | ||
* @param inputRef - a ref to the input element | ||
* @param props - Props for the search field. | ||
* @param state - State for the search field, as returned by `useSearchFieldState`. | ||
* @param inputRef - A ref to the input element. | ||
*/ | ||
@@ -160,0 +160,0 @@ export function useSearchField(props, state, inputRef) { |
@@ -15,5 +15,5 @@ import { AriaButtonProps } from "@react-types/button"; | ||
* Provides the behavior and accessibility implementation for a search field. | ||
* @param props - props for the search field | ||
* @param state - state for the search field, as returned by `useSearchFieldState` | ||
* @param inputRef - a ref to the input element | ||
* @param props - Props for the search field. | ||
* @param state - State for the search field, as returned by `useSearchFieldState`. | ||
* @param inputRef - A ref to the input element. | ||
*/ | ||
@@ -20,0 +20,0 @@ export function useSearchField(props: AriaSearchFieldProps, state: SearchFieldState, inputRef: RefObject<HTMLInputElement & HTMLTextAreaElement>): SearchFieldAria; |
{ | ||
"name": "@react-aria/searchfield", | ||
"version": "3.0.2", | ||
"version": "3.1.0", | ||
"description": "Spectrum UI components in React", | ||
@@ -21,10 +21,10 @@ "license": "Apache-2.0", | ||
"@babel/runtime": "^7.6.2", | ||
"@react-aria/i18n": "^3.0.2", | ||
"@react-aria/interactions": "^3.0.2", | ||
"@react-aria/textfield": "^3.0.2", | ||
"@react-aria/utils": "^3.0.2", | ||
"@react-stately/searchfield": "^3.0.2", | ||
"@react-types/button": "^3.0.2", | ||
"@react-types/searchfield": "^3.0.2", | ||
"@react-types/shared": "^3.0.2" | ||
"@react-aria/i18n": "^3.1.0", | ||
"@react-aria/interactions": "^3.1.0", | ||
"@react-aria/textfield": "^3.1.0", | ||
"@react-aria/utils": "^3.1.0", | ||
"@react-stately/searchfield": "^3.1.0", | ||
"@react-types/button": "^3.1.0", | ||
"@react-types/searchfield": "^3.1.0", | ||
"@react-types/shared": "^3.1.0" | ||
}, | ||
@@ -37,3 +37,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "05003506f02a0ec173f3448f1801cbdf12b47bc7" | ||
"gitHead": "211099972fe75ee581892efd01a7f89dfb9cdf69" | ||
} |
@@ -33,5 +33,5 @@ /* | ||
* Provides the behavior and accessibility implementation for a search field. | ||
* @param props - props for the search field | ||
* @param state - state for the search field, as returned by `useSearchFieldState` | ||
* @param inputRef - a ref to the input element | ||
* @param props - Props for the search field. | ||
* @param state - State for the search field, as returned by `useSearchFieldState`. | ||
* @param inputRef - A ref to the input element. | ||
*/ | ||
@@ -38,0 +38,0 @@ export function useSearchField( |
Sorry, the diff of this file is not supported yet
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
67386
Updated@react-aria/i18n@^3.1.0
Updated@react-aria/textfield@^3.1.0
Updated@react-aria/utils@^3.1.0
Updated@react-types/button@^3.1.0
Updated@react-types/shared@^3.1.0