@react-aria/selection 3.0.0-nightly.2908 → 3.0.0-nightly.2912
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.
|
@@ -296,4 +296,4 @@ function $ae20dd8cbca75726$export$d6daf82dcd84e87c(options) {
|
|
|
296
296
|
|
|
297
297
|
|
|
298
298
|
export {$ae20dd8cbca75726$export$d6daf82dcd84e87c as useSelectableCollection};
|
|
299
|
-
//# sourceMappingURL=useSelectableCollection.
|
|
299
|
+
//# sourceMappingURL=useSelectableCollection.module.js.map
|
package/dist/useTypeSelect.mjs
CHANGED
package/dist/utils.mjs
CHANGED
|
@@ -23,4 +23,4 @@ function $feb5ffebff200149$export$16792effe837dba3(e) {
|
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
export {$feb5ffebff200149$export$d3e3bd3e26688c04 as isNonContiguousSelectionModifier, $feb5ffebff200149$export$16792effe837dba3 as isCtrlKeyPressed};
|
|
26
|
-
//# sourceMappingURL=utils.
|
|
26
|
+
//# sourceMappingURL=utils.module.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-aria/selection",
|
|
3
|
-
"version": "3.0.0-nightly.
|
|
3
|
+
"version": "3.0.0-nightly.2912+d80999e89",
|
|
4
4
|
"description": "Spectrum UI components in React",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/main.js",
|
|
@@ -22,12 +22,12 @@
|
|
|
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/i18n": "3.0.0-nightly.
|
|
27
|
-
"@react-aria/interactions": "3.0.0-nightly.
|
|
28
|
-
"@react-aria/utils": "3.0.0-nightly.
|
|
29
|
-
"@react-stately/selection": "3.0.0-nightly.
|
|
30
|
-
"@react-types/shared": "3.0.0-nightly.
|
|
25
|
+
"@react-aria/focus": "3.0.0-nightly.2912+d80999e89",
|
|
26
|
+
"@react-aria/i18n": "3.0.0-nightly.2912+d80999e89",
|
|
27
|
+
"@react-aria/interactions": "3.0.0-nightly.2912+d80999e89",
|
|
28
|
+
"@react-aria/utils": "3.0.0-nightly.2912+d80999e89",
|
|
29
|
+
"@react-stately/selection": "3.0.0-nightly.2912+d80999e89",
|
|
30
|
+
"@react-types/shared": "3.0.0-nightly.2912+d80999e89",
|
|
31
31
|
"@swc/helpers": "^0.5.0"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"publishConfig": {
|
|
38
38
|
"access": "public"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "d80999e897b4d4db9fcfb4e9b8fcdc9fdd700882"
|
|
41
41
|
}
|