@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.
- package/dist/useAsyncList.mjs +1 -1
- package/dist/useListData.mjs +1 -1
- package/dist/useTreeData.mjs +1 -1
- package/package.json +3 -3
package/dist/useAsyncList.mjs
CHANGED
package/dist/useListData.mjs
CHANGED
|
@@ -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.
|
|
214
|
+
//# sourceMappingURL=useListData.module.js.map
|
package/dist/useTreeData.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-stately/data",
|
|
3
|
-
"version": "3.11.4-nightly.
|
|
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.
|
|
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
|
}
|