@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.
@@ -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.mjs.map
131
+ //# sourceMappingURL=useFormattedTextField.module.js.map
@@ -112,4 +112,4 @@ function $2d73ec29415bd339$export$712718f7aec83d5(props, ref) {
112
112
 
113
113
 
114
114
  export {$2d73ec29415bd339$export$712718f7aec83d5 as useTextField};
115
- //# sourceMappingURL=useTextField.mjs.map
115
+ //# sourceMappingURL=useTextField.module.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-aria/textfield",
3
- "version": "3.0.0-nightly.2908+5cacbdbf8",
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.2908+5cacbdbf8",
26
- "@react-aria/form": "3.0.5-nightly.4620+5cacbdbf8",
27
- "@react-aria/label": "3.0.0-nightly.2908+5cacbdbf8",
28
- "@react-aria/utils": "3.0.0-nightly.2908+5cacbdbf8",
29
- "@react-stately/form": "3.0.3-nightly.4620+5cacbdbf8",
30
- "@react-stately/utils": "3.0.0-nightly.2908+5cacbdbf8",
31
- "@react-types/shared": "3.0.0-nightly.2908+5cacbdbf8",
32
- "@react-types/textfield": "3.0.0-nightly.2908+5cacbdbf8",
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": "5cacbdbf88b8c6d7f5d3fb741c2b7ccddf8def7f"
41
+ "gitHead": "d80999e897b4d4db9fcfb4e9b8fcdc9fdd700882"
42
42
  }