@react-aria/gridlist 3.8.1-nightly.4619 → 3.8.1-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/useGridList.mjs
CHANGED
package/dist/useGridListItem.mjs
CHANGED
|
@@ -26,4 +26,4 @@ function $e52ffc04a4adbd52$export$e29f2573fabbf7b9(props, state) {
|
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
export {$e52ffc04a4adbd52$export$e29f2573fabbf7b9 as useGridListSelectionCheckbox};
|
|
29
|
-
//# sourceMappingURL=useGridListSelectionCheckbox.
|
|
29
|
+
//# sourceMappingURL=useGridListSelectionCheckbox.module.js.map
|
package/dist/utils.mjs
CHANGED
|
@@ -21,4 +21,4 @@ function $ce9b18daab526bbd$export$e0c709538cb8ae18(key) {
|
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
export {$ce9b18daab526bbd$export$5b9bb410392e3991 as listMap, $ce9b18daab526bbd$export$f45c25170b9a99c2 as getRowId, $ce9b18daab526bbd$export$e0c709538cb8ae18 as normalizeKey};
|
|
24
|
-
//# sourceMappingURL=utils.
|
|
24
|
+
//# sourceMappingURL=utils.module.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-aria/gridlist",
|
|
3
|
-
"version": "3.8.1-nightly.
|
|
3
|
+
"version": "3.8.1-nightly.4623+b294de874",
|
|
4
4
|
"description": "Spectrum UI components in React",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/main.js",
|
|
@@ -22,16 +22,16 @@
|
|
|
22
22
|
"url": "https://github.com/adobe/react-spectrum"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@react-aria/focus": "3.0.0-nightly.
|
|
26
|
-
"@react-aria/grid": "3.9.1-nightly.
|
|
27
|
-
"@react-aria/i18n": "3.0.0-nightly.
|
|
28
|
-
"@react-aria/interactions": "3.0.0-nightly.
|
|
29
|
-
"@react-aria/selection": "3.0.0-nightly.
|
|
30
|
-
"@react-aria/utils": "3.0.0-nightly.
|
|
31
|
-
"@react-stately/collections": "3.0.0-nightly.
|
|
32
|
-
"@react-stately/list": "3.10.5-nightly.
|
|
33
|
-
"@react-stately/tree": "3.0.0-nightly.
|
|
34
|
-
"@react-types/shared": "3.0.0-nightly.
|
|
25
|
+
"@react-aria/focus": "3.0.0-nightly.2911+b294de874",
|
|
26
|
+
"@react-aria/grid": "3.9.1-nightly.4623+b294de874",
|
|
27
|
+
"@react-aria/i18n": "3.0.0-nightly.2911+b294de874",
|
|
28
|
+
"@react-aria/interactions": "3.0.0-nightly.2911+b294de874",
|
|
29
|
+
"@react-aria/selection": "3.0.0-nightly.2911+b294de874",
|
|
30
|
+
"@react-aria/utils": "3.0.0-nightly.2911+b294de874",
|
|
31
|
+
"@react-stately/collections": "3.0.0-nightly.2911+b294de874",
|
|
32
|
+
"@react-stately/list": "3.10.5-nightly.4623+b294de874",
|
|
33
|
+
"@react-stately/tree": "3.0.0-nightly.2911+b294de874",
|
|
34
|
+
"@react-types/shared": "3.0.0-nightly.2911+b294de874",
|
|
35
35
|
"@swc/helpers": "^0.5.0"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"publishConfig": {
|
|
42
42
|
"access": "public"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "b294de874c16fad64bc4b930ccee1c9ffeb1c20f"
|
|
45
45
|
}
|