@react-aria/textfield
Advanced tools
Comparing version 3.0.0-nightly-10a43de88-241127 to 3.0.0-nightly-1286a652e-250116
@@ -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.0.0-nightly-10a43de88-241127", | ||
"version": "3.0.0-nightly-1286a652e-250116", | ||
"description": "Spectrum UI components in React", | ||
@@ -25,19 +25,19 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-aria/focus": "^3.0.0-nightly-10a43de88-241127", | ||
"@react-aria/form": "^3.0.0-nightly-10a43de88-241127", | ||
"@react-aria/label": "^3.0.0-nightly-10a43de88-241127", | ||
"@react-aria/utils": "^3.0.0-nightly-10a43de88-241127", | ||
"@react-stately/form": "^3.0.0-nightly-10a43de88-241127", | ||
"@react-stately/utils": "^3.0.0-nightly-10a43de88-241127", | ||
"@react-types/shared": "^3.0.0-nightly-10a43de88-241127", | ||
"@react-types/textfield": "^3.0.0-nightly-10a43de88-241127", | ||
"@react-aria/focus": "3.0.0-nightly-1286a652e-250116", | ||
"@react-aria/form": "3.0.0-nightly-1286a652e-250116", | ||
"@react-aria/label": "3.0.0-nightly-1286a652e-250116", | ||
"@react-aria/utils": "3.0.0-nightly-1286a652e-250116", | ||
"@react-stately/form": "3.0.0-nightly-1286a652e-250116", | ||
"@react-stately/utils": "3.0.0-nightly-1286a652e-250116", | ||
"@react-types/shared": "3.0.0-nightly-1286a652e-250116", | ||
"@react-types/textfield": "3.0.0-nightly-1286a652e-250116", | ||
"@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" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"stableVersion": "3.15.0" | ||
} | ||
} |
@@ -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
115157
1203
11
+ Added@react-aria/focus@3.0.0-nightly-1286a652e-250116(transitive)
+ Added@react-aria/form@3.0.0-nightly-1286a652e-250116(transitive)
+ Added@react-aria/interactions@3.0.0-nightly-1286a652e-250116(transitive)
+ Added@react-aria/label@3.0.0-nightly-1286a652e-250116(transitive)
+ Added@react-aria/ssr@3.0.0-nightly-1286a652e-250116(transitive)
+ Added@react-aria/utils@3.0.0-nightly-1286a652e-250116(transitive)
+ Added@react-stately/form@3.0.0-nightly-1286a652e-250116(transitive)
+ Added@react-stately/utils@3.0.0-nightly-1286a652e-250116(transitive)
+ Added@react-types/shared@3.0.0-nightly-1286a652e-250116(transitive)
+ Added@react-types/textfield@3.0.0-nightly-1286a652e-250116(transitive)
- Removed@react-aria/focus@3.19.1(transitive)
- Removed@react-aria/form@3.0.12(transitive)
- Removed@react-aria/interactions@3.23.0(transitive)
- Removed@react-aria/label@3.7.14(transitive)
- Removed@react-aria/ssr@3.9.7(transitive)
- Removed@react-aria/utils@3.27.0(transitive)
- Removed@react-stately/form@3.1.1(transitive)
- Removed@react-stately/utils@3.10.5(transitive)
- Removed@react-types/shared@3.27.0(transitive)
- Removed@react-types/textfield@3.11.0(transitive)
Updated@react-types/textfield@3.0.0-nightly-1286a652e-250116