@react-aria/textfield 3.0.0-nightly.2908 → 3.0.0-nightly.2912
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/useFormattedTextField.mjs +1 -1
- package/dist/useTextField.mjs +1 -1
- package/package.json +10 -10
|
@@ -128,4 +128,4 @@ function $d841c8010a73d545$export$4f384c9210e583c3(props, state, inputRef) {
|
|
|
128
128
|
|
|
129
129
|
|
|
130
130
|
export {$d841c8010a73d545$export$4f384c9210e583c3 as useFormattedTextField};
|
|
131
|
-
//# sourceMappingURL=useFormattedTextField.
|
|
131
|
+
//# sourceMappingURL=useFormattedTextField.module.js.map
|
package/dist/useTextField.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-aria/textfield",
|
|
3
|
-
"version": "3.0.0-nightly.
|
|
3
|
+
"version": "3.0.0-nightly.2912+d80999e89",
|
|
4
4
|
"description": "Spectrum UI components in React",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/main.js",
|
|
@@ -22,14 +22,14 @@
|
|
|
22
22
|
"url": "https://github.com/adobe/react-spectrum"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@react-aria/focus": "3.0.0-nightly.
|
|
26
|
-
"@react-aria/form": "3.0.5-nightly.
|
|
27
|
-
"@react-aria/label": "3.0.0-nightly.
|
|
28
|
-
"@react-aria/utils": "3.0.0-nightly.
|
|
29
|
-
"@react-stately/form": "3.0.3-nightly.
|
|
30
|
-
"@react-stately/utils": "3.0.0-nightly.
|
|
31
|
-
"@react-types/shared": "3.0.0-nightly.
|
|
32
|
-
"@react-types/textfield": "3.0.0-nightly.
|
|
25
|
+
"@react-aria/focus": "3.0.0-nightly.2912+d80999e89",
|
|
26
|
+
"@react-aria/form": "3.0.5-nightly.4624+d80999e89",
|
|
27
|
+
"@react-aria/label": "3.0.0-nightly.2912+d80999e89",
|
|
28
|
+
"@react-aria/utils": "3.0.0-nightly.2912+d80999e89",
|
|
29
|
+
"@react-stately/form": "3.0.3-nightly.4624+d80999e89",
|
|
30
|
+
"@react-stately/utils": "3.0.0-nightly.2912+d80999e89",
|
|
31
|
+
"@react-types/shared": "3.0.0-nightly.2912+d80999e89",
|
|
32
|
+
"@react-types/textfield": "3.0.0-nightly.2912+d80999e89",
|
|
33
33
|
"@swc/helpers": "^0.5.0"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"publishConfig": {
|
|
39
39
|
"access": "public"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "d80999e897b4d4db9fcfb4e9b8fcdc9fdd700882"
|
|
42
42
|
}
|