@react-stately/collections 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.
@@ -182,4 +182,4 @@ function $eb2240fc39a57fa5$var$capitalize(str) {
182
182
 
183
183
 
184
184
  export {$eb2240fc39a57fa5$export$bf788dd355e3a401 as CollectionBuilder};
185
- //# sourceMappingURL=CollectionBuilder.mjs.map
185
+ //# sourceMappingURL=CollectionBuilder.module.js.map
package/dist/Item.mjs CHANGED
@@ -56,4 +56,4 @@ let $c1d7fb2ec91bae71$export$6d08773d2e66f8f2 = $c1d7fb2ec91bae71$var$Item;
56
56
 
57
57
 
58
58
  export {$c1d7fb2ec91bae71$export$6d08773d2e66f8f2 as Item};
59
- //# sourceMappingURL=Item.mjs.map
59
+ //# sourceMappingURL=Item.module.js.map
package/dist/Section.mjs CHANGED
@@ -48,4 +48,4 @@ let $9fc4852771d079eb$export$6e2c8f0811a474ce = $9fc4852771d079eb$var$Section;
48
48
 
49
49
 
50
50
  export {$9fc4852771d079eb$export$6e2c8f0811a474ce as Section};
51
- //# sourceMappingURL=Section.mjs.map
51
+ //# sourceMappingURL=Section.module.js.map
@@ -68,4 +68,4 @@ function $c5a24bc478652b5f$var$getAncestors(collection, node) {
68
68
 
69
69
 
70
70
  export {$c5a24bc478652b5f$export$1005530eda016c13 as getChildNodes, $c5a24bc478652b5f$export$fbdeaa6a76694f71 as getFirstItem, $c5a24bc478652b5f$export$5f3398f8733f90e2 as getNthItem, $c5a24bc478652b5f$export$7475b2c64539e4cf as getLastItem, $c5a24bc478652b5f$export$8c434b3a7a4dad6 as compareNodeOrder};
71
- //# sourceMappingURL=getChildNodes.mjs.map
71
+ //# sourceMappingURL=getChildNodes.module.js.map
@@ -27,4 +27,4 @@ function $453cc9f0df89c0a5$export$77d5aafae4e095b2(collection) {
27
27
 
28
28
 
29
29
  export {$453cc9f0df89c0a5$export$77d5aafae4e095b2 as getItemCount};
30
- //# sourceMappingURL=getItemCount.mjs.map
30
+ //# sourceMappingURL=getItemCount.module.js.map
@@ -36,4 +36,4 @@ function $7613b1592d41b092$export$6cd28814d92fa9c9(props, factory, context) {
36
36
 
37
37
 
38
38
  export {$7613b1592d41b092$export$6cd28814d92fa9c9 as useCollection};
39
- //# sourceMappingURL=useCollection.mjs.map
39
+ //# sourceMappingURL=useCollection.module.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-stately/collections",
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",
@@ -22,7 +22,7 @@
22
22
  "url": "https://github.com/adobe/react-spectrum"
23
23
  },
24
24
  "dependencies": {
25
- "@react-types/shared": "3.0.0-nightly.2908+5cacbdbf8",
25
+ "@react-types/shared": "3.0.0-nightly.2911+b294de874",
26
26
  "@swc/helpers": "^0.5.0"
27
27
  },
28
28
  "peerDependencies": {
@@ -31,5 +31,5 @@
31
31
  "publishConfig": {
32
32
  "access": "public"
33
33
  },
34
- "gitHead": "5cacbdbf88b8c6d7f5d3fb741c2b7ccddf8def7f"
34
+ "gitHead": "b294de874c16fad64bc4b930ccee1c9ffeb1c20f"
35
35
  }