@react-spectrum/searchfield
Advanced tools
Comparing version 3.0.0-nightly.1197 to 3.0.0-nightly.1199
@@ -81,3 +81,5 @@ var { | ||
inputProps, | ||
clearButtonProps | ||
clearButtonProps, | ||
descriptionProps, | ||
errorMessageProps | ||
} = useSearchField(props, state, inputRef); | ||
@@ -94,2 +96,4 @@ | ||
inputProps: inputProps, | ||
descriptionProps: descriptionProps, | ||
errorMessageProps: errorMessageProps, | ||
UNSAFE_className: classNames($b42ee6503342f63a10b70c33e73302b1$$interop$default, 'spectrum-Search', 'spectrum-Textfield', { | ||
@@ -96,0 +100,0 @@ 'is-disabled': isDisabled, |
@@ -51,3 +51,5 @@ import { useSearchFieldState } from "@react-stately/searchfield"; | ||
inputProps, | ||
clearButtonProps | ||
clearButtonProps, | ||
descriptionProps, | ||
errorMessageProps | ||
} = useSearchField(props, state, inputRef); | ||
@@ -64,2 +66,4 @@ | ||
inputProps: inputProps, | ||
descriptionProps: descriptionProps, | ||
errorMessageProps: errorMessageProps, | ||
UNSAFE_className: classNames($f7ba17202ccc7135cfe7128957b$$interop$default, 'spectrum-Search', 'spectrum-Textfield', { | ||
@@ -66,0 +70,0 @@ 'is-disabled': isDisabled, |
{ | ||
"name": "@react-spectrum/searchfield", | ||
"version": "3.0.0-nightly.1197+5cb4ecfd8", | ||
"version": "3.0.0-nightly.1199+d9e306bc9", | ||
"description": "Spectrum UI components in React", | ||
@@ -35,14 +35,14 @@ "license": "Apache-2.0", | ||
"@babel/runtime": "^7.6.2", | ||
"@react-aria/searchfield": "3.0.0-nightly.1197+5cb4ecfd8", | ||
"@react-spectrum/button": "3.0.0-nightly.1197+5cb4ecfd8", | ||
"@react-spectrum/textfield": "3.0.0-nightly.1197+5cb4ecfd8", | ||
"@react-spectrum/utils": "3.0.0-nightly.1197+5cb4ecfd8", | ||
"@react-stately/searchfield": "3.0.0-nightly.1197+5cb4ecfd8", | ||
"@react-types/searchfield": "3.0.0-nightly.1197+5cb4ecfd8", | ||
"@react-types/textfield": "3.0.0-nightly.1197+5cb4ecfd8", | ||
"@spectrum-icons/ui": "3.0.0-nightly.1197+5cb4ecfd8" | ||
"@react-aria/searchfield": "3.0.0-nightly.1199+d9e306bc9", | ||
"@react-spectrum/button": "3.0.0-nightly.1199+d9e306bc9", | ||
"@react-spectrum/textfield": "3.0.0-nightly.1199+d9e306bc9", | ||
"@react-spectrum/utils": "3.0.0-nightly.1199+d9e306bc9", | ||
"@react-stately/searchfield": "3.0.0-nightly.1199+d9e306bc9", | ||
"@react-types/searchfield": "3.0.0-nightly.1199+d9e306bc9", | ||
"@react-types/textfield": "3.0.0-nightly.1199+d9e306bc9", | ||
"@spectrum-icons/ui": "3.0.0-nightly.1199+d9e306bc9" | ||
}, | ||
"devDependencies": { | ||
"@adobe/spectrum-css-temp": "3.0.0-nightly.1197+5cb4ecfd8", | ||
"@react-spectrum/test-utils": "3.0.0-nightly.1197+5cb4ecfd8" | ||
"@adobe/spectrum-css-temp": "3.0.0-nightly.1199+d9e306bc9", | ||
"@react-spectrum/test-utils": "3.0.0-nightly.1199+d9e306bc9" | ||
}, | ||
@@ -56,3 +56,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "5cb4ecfd877bbc49df77a20f801296daac83de05" | ||
"gitHead": "d9e306bc94bb395248f5dc86d1eeae3a50941516" | ||
} |
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
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
50048
299