@react-stately/select 3.6.4-nightly.4620 → 3.6.4-nightly.4623

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.
@@ -58,4 +58,4 @@ function $2bc3a590c5373a4e$export$5159ec8b34d4ec12(props) {
58
58
 
59
59
 
60
60
  export {$2bc3a590c5373a4e$export$5159ec8b34d4ec12 as useSelectState};
61
- //# sourceMappingURL=useSelectState.mjs.map
61
+ //# sourceMappingURL=useSelectState.module.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-stately/select",
3
- "version": "3.6.4-nightly.4620+5cacbdbf8",
3
+ "version": "3.6.4-nightly.4623+b294de874",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/main.js",
@@ -22,11 +22,11 @@
22
22
  "url": "https://github.com/adobe/react-spectrum"
23
23
  },
24
24
  "dependencies": {
25
- "@react-stately/form": "3.0.3-nightly.4620+5cacbdbf8",
26
- "@react-stately/list": "3.10.5-nightly.4620+5cacbdbf8",
27
- "@react-stately/overlays": "3.6.7-nightly.4620+5cacbdbf8",
28
- "@react-types/select": "3.9.4-nightly.4620+5cacbdbf8",
29
- "@react-types/shared": "3.0.0-nightly.2908+5cacbdbf8",
25
+ "@react-stately/form": "3.0.3-nightly.4623+b294de874",
26
+ "@react-stately/list": "3.10.5-nightly.4623+b294de874",
27
+ "@react-stately/overlays": "3.6.7-nightly.4623+b294de874",
28
+ "@react-types/select": "3.9.4-nightly.4623+b294de874",
29
+ "@react-types/shared": "3.0.0-nightly.2911+b294de874",
30
30
  "@swc/helpers": "^0.5.0"
31
31
  },
32
32
  "peerDependencies": {
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "5cacbdbf88b8c6d7f5d3fb741c2b7ccddf8def7f"
38
+ "gitHead": "b294de874c16fad64bc4b930ccee1c9ffeb1c20f"
39
39
  }