@react-stately/list 3.10.5-nightly.4619 → 3.10.5-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.
@@ -75,4 +75,4 @@
75
75
 
76
76
 
77
77
  export {$a02d57049d202695$export$d085fb9e920b5ca7 as ListCollection};
78
- //# sourceMappingURL=ListCollection.mjs.map
78
+ //# sourceMappingURL=ListCollection.module.js.map
@@ -86,4 +86,4 @@ function $e72dd72e1c76a225$export$2f645645f7bca764(props) {
86
86
 
87
87
 
88
88
  export {$e72dd72e1c76a225$export$2f645645f7bca764 as useListState};
89
- //# sourceMappingURL=useListState.mjs.map
89
+ //# sourceMappingURL=useListState.module.js.map
@@ -51,4 +51,4 @@ function $a0d645289fe9b86b$export$e7f05e985daf4b5f(props) {
51
51
 
52
52
 
53
53
  export {$a0d645289fe9b86b$export$e7f05e985daf4b5f as useSingleSelectListState};
54
- //# sourceMappingURL=useSingleSelectListState.mjs.map
54
+ //# sourceMappingURL=useSingleSelectListState.module.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-stately/list",
3
- "version": "3.10.5-nightly.4619+45a872803",
3
+ "version": "3.10.5-nightly.4623+b294de874",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/main.js",
@@ -22,10 +22,10 @@
22
22
  "url": "https://github.com/adobe/react-spectrum"
23
23
  },
24
24
  "dependencies": {
25
- "@react-stately/collections": "3.0.0-nightly.2907+45a872803",
26
- "@react-stately/selection": "3.0.0-nightly.2907+45a872803",
27
- "@react-stately/utils": "3.0.0-nightly.2907+45a872803",
28
- "@react-types/shared": "3.0.0-nightly.2907+45a872803",
25
+ "@react-stately/collections": "3.0.0-nightly.2911+b294de874",
26
+ "@react-stately/selection": "3.0.0-nightly.2911+b294de874",
27
+ "@react-stately/utils": "3.0.0-nightly.2911+b294de874",
28
+ "@react-types/shared": "3.0.0-nightly.2911+b294de874",
29
29
  "@swc/helpers": "^0.5.0"
30
30
  },
31
31
  "peerDependencies": {
@@ -34,5 +34,5 @@
34
34
  "publishConfig": {
35
35
  "access": "public"
36
36
  },
37
- "gitHead": "45a872803500086c1f589d5efb3e32b59a992b2c"
37
+ "gitHead": "b294de874c16fad64bc4b930ccee1c9ffeb1c20f"
38
38
  }