@react-stately/data 3.11.4-nightly.4619 → 3.11.4-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.
@@ -275,4 +275,4 @@ function $f86e6c1ec7da6ebb$export$bc3384a35de93d66(options) {
275
275
 
276
276
 
277
277
  export {$f86e6c1ec7da6ebb$export$bc3384a35de93d66 as useAsyncList};
278
- //# sourceMappingURL=useAsyncList.mjs.map
278
+ //# sourceMappingURL=useAsyncList.module.js.map
@@ -211,4 +211,4 @@ function $0d86e9c8f07f9a7b$var$move(state, indices, toIndex) {
211
211
 
212
212
 
213
213
  export {$0d86e9c8f07f9a7b$export$762f73dccccd255d as useListData, $0d86e9c8f07f9a7b$export$79c0c687a5963b0a as createListActions};
214
- //# sourceMappingURL=useListData.mjs.map
214
+ //# sourceMappingURL=useListData.module.js.map
@@ -212,4 +212,4 @@ function $be2ea0343af54212$export$d14e1352e21f4a16(options) {
212
212
 
213
213
 
214
214
  export {$be2ea0343af54212$export$d14e1352e21f4a16 as useTreeData};
215
- //# sourceMappingURL=useTreeData.mjs.map
215
+ //# sourceMappingURL=useTreeData.module.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-stately/data",
3
- "version": "3.11.4-nightly.4619+45a872803",
3
+ "version": "3.11.4-nightly.4623+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.2907+45a872803",
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": "45a872803500086c1f589d5efb3e32b59a992b2c"
34
+ "gitHead": "b294de874c16fad64bc4b930ccee1c9ffeb1c20f"
35
35
  }