@react-aria/searchfield
Advanced tools
Comparing version 3.7.8 to 3.7.9
@@ -78,3 +78,2 @@ var $8e80a08ea739bb00$exports = require("./intlStrings.main.js"); | ||
excludeFromTabOrder: true, | ||
// @ts-ignore | ||
preventFocusOnPress: true, | ||
@@ -81,0 +80,0 @@ isDisabled: isDisabled || isReadOnly, |
@@ -72,3 +72,2 @@ import $kTEqN$intlStringsmodulejs from "./intlStrings.module.js"; | ||
excludeFromTabOrder: true, | ||
// @ts-ignore | ||
preventFocusOnPress: true, | ||
@@ -75,0 +74,0 @@ isDisabled: isDisabled || isReadOnly, |
{ | ||
"name": "@react-aria/searchfield", | ||
"version": "3.7.8", | ||
"version": "3.7.9", | ||
"description": "Spectrum UI components in React", | ||
@@ -25,9 +25,9 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-aria/i18n": "^3.12.2", | ||
"@react-aria/textfield": "^3.14.8", | ||
"@react-aria/utils": "^3.25.2", | ||
"@react-stately/searchfield": "^3.5.6", | ||
"@react-types/button": "^3.9.6", | ||
"@react-types/searchfield": "^3.5.8", | ||
"@react-types/shared": "^3.24.1", | ||
"@react-aria/i18n": "^3.12.3", | ||
"@react-aria/textfield": "^3.14.9", | ||
"@react-aria/utils": "^3.25.3", | ||
"@react-stately/searchfield": "^3.5.7", | ||
"@react-types/button": "^3.10.0", | ||
"@react-types/searchfield": "^3.5.9", | ||
"@react-types/shared": "^3.25.0", | ||
"@swc/helpers": "^0.5.0" | ||
@@ -40,4 +40,3 @@ }, | ||
"access": "public" | ||
}, | ||
"gitHead": "faf0e18467231422cb7a06eb92a74d04e271f1e8" | ||
} | ||
} | ||
} |
@@ -119,3 +119,2 @@ /* | ||
excludeFromTabOrder: true, | ||
// @ts-ignore | ||
preventFocusOnPress: true, | ||
@@ -122,0 +121,0 @@ isDisabled: isDisabled || isReadOnly, |
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
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
87107
191
1198
Updated@react-aria/i18n@^3.12.3
Updated@react-aria/utils@^3.25.3
Updated@react-types/button@^3.10.0
Updated@react-types/shared@^3.25.0