@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.
- package/dist/CollectionBuilder.mjs +1 -1
- package/dist/Item.mjs +1 -1
- package/dist/Section.mjs +1 -1
- package/dist/getChildNodes.mjs +1 -1
- package/dist/getItemCount.mjs +1 -1
- package/dist/useCollection.mjs +1 -1
- package/package.json +3 -3
package/dist/Item.mjs
CHANGED
package/dist/Section.mjs
CHANGED
package/dist/getChildNodes.mjs
CHANGED
|
@@ -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.
|
|
71
|
+
//# sourceMappingURL=getChildNodes.module.js.map
|
package/dist/getItemCount.mjs
CHANGED
package/dist/useCollection.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-stately/collections",
|
|
3
|
-
"version": "3.0.0-nightly.
|
|
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.
|
|
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": "
|
|
34
|
+
"gitHead": "b294de874c16fad64bc4b930ccee1c9ffeb1c20f"
|
|
35
35
|
}
|