@react-aria/focus 3.0.0-nightly.2907 → 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.
@@ -32,4 +32,4 @@ function $907718708eab68af$export$1a38b4ad7f578e1d(props) {
32
32
 
33
33
 
34
34
  export {$907718708eab68af$export$1a38b4ad7f578e1d as FocusRing};
35
- //# sourceMappingURL=FocusRing.mjs.map
35
+ //# sourceMappingURL=FocusRing.module.js.map
@@ -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.mjs.map
714
+ //# sourceMappingURL=FocusScope.module.js.map
@@ -31,4 +31,4 @@ function $6a99195332edec8b$export$80f3e147d781571c(element) {
31
31
 
32
32
 
33
33
  export {$6a99195332edec8b$export$80f3e147d781571c as focusSafely};
34
- //# sourceMappingURL=focusSafely.mjs.map
34
+ //# sourceMappingURL=focusSafely.module.js.map
@@ -33,4 +33,4 @@ function $645f2e67b85a24c9$export$e989c0fffaa6b27a(element, childElement) {
33
33
 
34
34
 
35
35
  export {$645f2e67b85a24c9$export$e989c0fffaa6b27a as isElementVisible};
36
- //# sourceMappingURL=isElementVisible.mjs.map
36
+ //# sourceMappingURL=isElementVisible.module.js.map
@@ -42,4 +42,4 @@ function $f7dceffc5ad7768b$export$4e328f61c538687f(props = {}) {
42
42
 
43
43
 
44
44
  export {$f7dceffc5ad7768b$export$4e328f61c538687f as useFocusRing};
45
- //# sourceMappingURL=useFocusRing.mjs.map
45
+ //# sourceMappingURL=useFocusRing.module.js.map
@@ -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.mjs.map
65
+ //# sourceMappingURL=useFocusable.module.js.map
@@ -54,4 +54,4 @@ function $83013635b024ae3d$export$eac1895992b9f3d6(ref, options) {
54
54
 
55
55
 
56
56
  export {$83013635b024ae3d$export$eac1895992b9f3d6 as useHasTabbableChild};
57
- //# sourceMappingURL=useHasTabbableChild.mjs.map
57
+ //# sourceMappingURL=useHasTabbableChild.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.2907+45a872803",
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.2907+45a872803",
26
- "@react-aria/utils": "3.0.0-nightly.2907+45a872803",
27
- "@react-types/shared": "3.0.0-nightly.2907+45a872803",
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": "45a872803500086c1f589d5efb3e32b59a992b2c"
37
+ "gitHead": "b294de874c16fad64bc4b930ccee1c9ffeb1c20f"
38
38
  }