@react-aria/textfield
Advanced tools
Comparing version 3.15.0 to 3.16.0
@@ -86,2 +86,3 @@ var $4Z7CR$react = require("react"); | ||
'aria-haspopup': props['aria-haspopup'], | ||
'aria-controls': props['aria-controls'], | ||
value: value, | ||
@@ -96,2 +97,4 @@ onChange: (e)=>setValue(e.target.value), | ||
inputMode: props.inputMode, | ||
autoCorrect: props.autoCorrect, | ||
spellCheck: props.spellCheck, | ||
// Clipboard events | ||
@@ -98,0 +101,0 @@ onCopy: props.onCopy, |
@@ -80,2 +80,3 @@ import {useEffect as $ig234$useEffect} from "react"; | ||
'aria-haspopup': props['aria-haspopup'], | ||
'aria-controls': props['aria-controls'], | ||
value: value, | ||
@@ -90,2 +91,4 @@ onChange: (e)=>setValue(e.target.value), | ||
inputMode: props.inputMode, | ||
autoCorrect: props.autoCorrect, | ||
spellCheck: props.spellCheck, | ||
// Clipboard events | ||
@@ -92,0 +95,0 @@ onCopy: props.onCopy, |
{ | ||
"name": "@react-aria/textfield", | ||
"version": "3.15.0", | ||
"version": "3.16.0", | ||
"description": "Spectrum UI components in React", | ||
@@ -25,14 +25,15 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-aria/focus": "^3.19.0", | ||
"@react-aria/form": "^3.0.11", | ||
"@react-aria/label": "^3.7.13", | ||
"@react-aria/utils": "^3.26.0", | ||
"@react-stately/form": "^3.1.0", | ||
"@react-aria/focus": "^3.19.1", | ||
"@react-aria/form": "^3.0.12", | ||
"@react-aria/label": "^3.7.14", | ||
"@react-aria/utils": "^3.27.0", | ||
"@react-stately/form": "^3.1.1", | ||
"@react-stately/utils": "^3.10.5", | ||
"@react-types/shared": "^3.26.0", | ||
"@react-types/textfield": "^3.10.0", | ||
"@react-types/shared": "^3.27.0", | ||
"@react-types/textfield": "^3.11.0", | ||
"@swc/helpers": "^0.5.0" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" | ||
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1", | ||
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" | ||
}, | ||
@@ -42,3 +43,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "71f0ef23053f9e03ee7e97df736e8b083e006849" | ||
"gitHead": "09e7f44bebdc9d89122926b2b439a0a38a2814ea" | ||
} |
@@ -177,2 +177,3 @@ /* | ||
'aria-haspopup': props['aria-haspopup'], | ||
'aria-controls': props['aria-controls'], | ||
value, | ||
@@ -187,2 +188,4 @@ onChange: (e: ChangeEvent<HTMLInputElement>) => setValue(e.target.value), | ||
inputMode: props.inputMode, | ||
autoCorrect: props.autoCorrect, | ||
spellCheck: props.spellCheck, | ||
@@ -189,0 +192,0 @@ // Clipboard events |
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
126341
1203
11
Updated@react-aria/focus@^3.19.1
Updated@react-aria/form@^3.0.12
Updated@react-aria/label@^3.7.14
Updated@react-aria/utils@^3.27.0
Updated@react-stately/form@^3.1.1
Updated@react-types/shared@^3.27.0