Socket
Socket
Sign inDemoInstall

@react-aria/searchfield

Package Overview
Dependencies
Maintainers
1
Versions
746
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-aria/searchfield - npm Package Compare versions

Comparing version 3.0.2 to 3.1.0

6

dist/main.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc