@react-spectrum/form 3.0.0-nightly.2908 → 3.0.0-nightly.2911

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/Form.mjs CHANGED
@@ -87,4 +87,4 @@ function $ac118ceca79b8650$var$Form(props, ref) {
87
87
 
88
88
 
89
89
  export {$ac118ceca79b8650$export$a6b5be5c6b451665 as useFormProps, $ac118ceca79b8650$export$a7fed597f4b8afd8 as Form};
90
- //# sourceMappingURL=Form.mjs.map
90
+ //# sourceMappingURL=Form.module.js.map
@@ -94,4 +94,4 @@ $cd231e464c886c86$export$79f9a5e9dd010c8d = `A-HlBa_spectrum-LabeledValue`;
94
94
 
95
95
 
96
96
  export {$cd231e464c886c86$exports as default};
97
- //# sourceMappingURL=fieldlabel_vars_css.mjs.map
97
+ //# sourceMappingURL=fieldlabel_vars_css.module.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-spectrum/form",
3
- "version": "3.0.0-nightly.2908+5cacbdbf8",
3
+ "version": "3.0.0-nightly.2911+b294de874",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/main.js",
@@ -36,15 +36,15 @@
36
36
  "url": "https://github.com/adobe/react-spectrum"
37
37
  },
38
38
  "dependencies": {
39
- "@react-aria/utils": "3.0.0-nightly.2908+5cacbdbf8",
40
- "@react-spectrum/utils": "3.0.0-nightly.2908+5cacbdbf8",
41
- "@react-stately/form": "3.0.3-nightly.4620+5cacbdbf8",
42
- "@react-types/form": "3.7.4-nightly.4620+5cacbdbf8",
43
- "@react-types/shared": "3.0.0-nightly.2908+5cacbdbf8",
39
+ "@react-aria/utils": "3.0.0-nightly.2911+b294de874",
40
+ "@react-spectrum/utils": "3.0.0-nightly.2911+b294de874",
41
+ "@react-stately/form": "3.0.3-nightly.4623+b294de874",
42
+ "@react-types/form": "3.7.4-nightly.4623+b294de874",
43
+ "@react-types/shared": "3.0.0-nightly.2911+b294de874",
44
44
  "@swc/helpers": "^0.5.0"
45
45
  },
46
46
  "devDependencies": {
47
- "@adobe/spectrum-css-temp": "3.0.0-nightly.2908+5cacbdbf8"
47
+ "@adobe/spectrum-css-temp": "3.0.0-nightly.2911+b294de874"
48
48
  },
49
49
  "peerDependencies": {
50
50
  "@react-spectrum/provider": "^3.0.0",
@@ -53,5 +53,5 @@
53
53
  "publishConfig": {
54
54
  "access": "public"
55
55
  },
56
- "gitHead": "5cacbdbf88b8c6d7f5d3fb741c2b7ccddf8def7f"
56
+ "gitHead": "b294de874c16fad64bc4b930ccee1c9ffeb1c20f"
57
57
  }