@react-aria/autocomplete 3.0.0-nightly.4620 → 3.0.0-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.
@@ -64,4 +64,4 @@ function $c04f11f368135585$export$da7ade746446be1f(props, state) {
64
64
 
65
65
 
66
66
  export {$c04f11f368135585$export$da7ade746446be1f as useSearchAutocomplete};
67
- //# sourceMappingURL=useSearchAutocomplete.mjs.map
67
+ //# sourceMappingURL=useSearchAutocomplete.module.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-aria/autocomplete",
3
- "version": "3.0.0-nightly.4620+5cacbdbf8",
3
+ "version": "3.0.0-nightly.4623+b294de874",
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/combobox": "3.9.1-nightly.4620+5cacbdbf8",
26
- "@react-aria/listbox": "3.12.1-nightly.4620+5cacbdbf8",
27
- "@react-aria/searchfield": "3.0.0-nightly.2908+5cacbdbf8",
28
- "@react-aria/utils": "3.0.0-nightly.2908+5cacbdbf8",
29
- "@react-stately/combobox": "3.8.4-nightly.4620+5cacbdbf8",
30
- "@react-types/autocomplete": "3.0.0-nightly.4620+5cacbdbf8",
31
- "@react-types/button": "3.9.4-nightly.4620+5cacbdbf8",
32
- "@react-types/shared": "3.0.0-nightly.2908+5cacbdbf8",
25
+ "@react-aria/combobox": "3.9.1-nightly.4623+b294de874",
26
+ "@react-aria/listbox": "3.12.1-nightly.4623+b294de874",
27
+ "@react-aria/searchfield": "3.0.0-nightly.2911+b294de874",
28
+ "@react-aria/utils": "3.0.0-nightly.2911+b294de874",
29
+ "@react-stately/combobox": "3.8.4-nightly.4623+b294de874",
30
+ "@react-types/autocomplete": "3.0.0-nightly.4623+b294de874",
31
+ "@react-types/button": "3.9.4-nightly.4623+b294de874",
32
+ "@react-types/shared": "3.0.0-nightly.2911+b294de874",
33
33
  "@swc/helpers": "^0.5.0"
34
34
  },
35
35
  "peerDependencies": {
@@ -39,5 +39,5 @@
39
39
  "publishConfig": {
40
40
  "access": "public"
41
41
  },
42
- "gitHead": "5cacbdbf88b8c6d7f5d3fb741c2b7ccddf8def7f"
42
+ "gitHead": "b294de874c16fad64bc4b930ccee1c9ffeb1c20f"
43
43
  }