@react-aria/listbox 3.12.1-nightly.4619 → 3.12.1-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.
@@ -74,4 +74,4 @@ function $c132121280ec012d$export$50eacbbf140a3141(props, state, ref) {
74
74
 
75
75
 
76
76
  export {$c132121280ec012d$export$50eacbbf140a3141 as useListBox};
77
- //# sourceMappingURL=useListBox.mjs.map
77
+ //# sourceMappingURL=useListBox.module.js.map
@@ -35,4 +35,4 @@ function $af383d3bef1cfdc9$export$c3f9f39876e4bc7(props) {
35
35
 
36
36
 
37
37
  export {$af383d3bef1cfdc9$export$c3f9f39876e4bc7 as useListBoxSection};
38
- //# sourceMappingURL=useListBoxSection.mjs.map
38
+ //# sourceMappingURL=useListBoxSection.module.js.map
@@ -108,4 +108,4 @@ function $293f70390ea03370$export$497855f14858aa34(props, state, ref) {
108
108
 
109
109
 
110
110
  export {$293f70390ea03370$export$497855f14858aa34 as useOption};
111
- //# sourceMappingURL=useOption.mjs.map
111
+ //# sourceMappingURL=useOption.module.js.map
package/dist/utils.mjs CHANGED
@@ -21,4 +21,4 @@ function $b1f0cad8af73213b$export$9145995848b05025(state, itemKey) {
21
21
 
22
22
 
23
23
  export {$b1f0cad8af73213b$export$3585ede4d035bf14 as listData, $b1f0cad8af73213b$export$9145995848b05025 as getItemId};
24
- //# sourceMappingURL=utils.mjs.map
24
+ //# sourceMappingURL=utils.module.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-aria/listbox",
3
- "version": "3.12.1-nightly.4619+45a872803",
3
+ "version": "3.12.1-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/interactions": "3.0.0-nightly.2907+45a872803",
26
- "@react-aria/label": "3.0.0-nightly.2907+45a872803",
27
- "@react-aria/selection": "3.0.0-nightly.2907+45a872803",
28
- "@react-aria/utils": "3.0.0-nightly.2907+45a872803",
29
- "@react-stately/collections": "3.0.0-nightly.2907+45a872803",
30
- "@react-stately/list": "3.10.5-nightly.4619+45a872803",
31
- "@react-types/listbox": "3.4.9-nightly.4619+45a872803",
32
- "@react-types/shared": "3.0.0-nightly.2907+45a872803",
25
+ "@react-aria/interactions": "3.0.0-nightly.2911+b294de874",
26
+ "@react-aria/label": "3.0.0-nightly.2911+b294de874",
27
+ "@react-aria/selection": "3.0.0-nightly.2911+b294de874",
28
+ "@react-aria/utils": "3.0.0-nightly.2911+b294de874",
29
+ "@react-stately/collections": "3.0.0-nightly.2911+b294de874",
30
+ "@react-stately/list": "3.10.5-nightly.4623+b294de874",
31
+ "@react-types/listbox": "3.4.9-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": "45a872803500086c1f589d5efb3e32b59a992b2c"
42
+ "gitHead": "b294de874c16fad64bc4b930ccee1c9ffeb1c20f"
43
43
  }