@react-aria/focus 3.0.0-nightly.2908 → 3.0.0-nightly.2911
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/FocusRing.mjs
CHANGED
package/dist/FocusScope.mjs
CHANGED
|
@@ -711,4 +711,4 @@ let $9bf71ea28793e738$export$d06fae2ee68b101e = new $9bf71ea28793e738$var$Tree()
|
|
|
711
711
|
|
|
712
712
|
|
|
713
713
|
export {$9bf71ea28793e738$export$20e40289641fbbb6 as FocusScope, $9bf71ea28793e738$export$d06fae2ee68b101e as focusScopeTree, $9bf71ea28793e738$export$10c5169755ce7bd7 as useFocusManager, $9bf71ea28793e738$export$2d6ec8fc375ceafa as getFocusableTreeWalker, $9bf71ea28793e738$export$4c063cf1350e6fed as isFocusable, $9bf71ea28793e738$export$1258395f99bf9cbf as isElementInChildOfActiveScope, $9bf71ea28793e738$export$c5251b9e124bf29 as createFocusManager};
|
|
714
|
-
//# sourceMappingURL=FocusScope.
|
|
714
|
+
//# sourceMappingURL=FocusScope.module.js.map
|
package/dist/focusSafely.mjs
CHANGED
package/dist/useFocusRing.mjs
CHANGED
package/dist/useFocusable.mjs
CHANGED
|
@@ -62,4 +62,4 @@ function $e6afbd83fe6ebbd2$export$4c014de7c8940b4c(props, domRef) {
|
|
|
62
62
|
|
|
63
63
|
|
|
64
64
|
export {$e6afbd83fe6ebbd2$export$13f3202a3e5ddd5 as FocusableProvider, $e6afbd83fe6ebbd2$export$4c014de7c8940b4c as useFocusable};
|
|
65
|
-
//# sourceMappingURL=useFocusable.
|
|
65
|
+
//# sourceMappingURL=useFocusable.module.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-aria/focus",
|
|
3
|
-
"version": "3.0.0-nightly.
|
|
3
|
+
"version": "3.0.0-nightly.2911+b294de874",
|
|
4
4
|
"description": "Spectrum UI components in React",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/main.js",
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
"url": "https://github.com/adobe/react-spectrum"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@react-aria/interactions": "3.0.0-nightly.
|
|
26
|
-
"@react-aria/utils": "3.0.0-nightly.
|
|
27
|
-
"@react-types/shared": "3.0.0-nightly.
|
|
25
|
+
"@react-aria/interactions": "3.0.0-nightly.2911+b294de874",
|
|
26
|
+
"@react-aria/utils": "3.0.0-nightly.2911+b294de874",
|
|
27
|
+
"@react-types/shared": "3.0.0-nightly.2911+b294de874",
|
|
28
28
|
"@swc/helpers": "^0.5.0",
|
|
29
29
|
"clsx": "^2.0.0"
|
|
30
30
|
},
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
"publishConfig": {
|
|
35
35
|
"access": "public"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "b294de874c16fad64bc4b930ccee1c9ffeb1c20f"
|
|
38
38
|
}
|