@react-aria/focus
Advanced tools
Comparing version 3.0.0-nightly-086ad3115-240912 to 3.0.0-nightly-0ddbe6f95-241019
@@ -325,3 +325,2 @@ var $1c7f9157d722357d$exports = require("./focusSafely.main.js"); | ||
// This is a useLayoutEffect so it is guaranteed to run before our async synthetic blur | ||
// eslint-disable-next-line arrow-body-style | ||
(0, $euGna$reactariautils.useLayoutEffect)(()=>{ | ||
@@ -368,3 +367,3 @@ return ()=>{ | ||
(0, $1c7f9157d722357d$exports.focusSafely)(element); | ||
} catch (err) { | ||
} catch { | ||
// ignore | ||
@@ -374,3 +373,3 @@ } | ||
element.focus(); | ||
} catch (err) { | ||
} catch { | ||
// ignore | ||
@@ -377,0 +376,0 @@ } |
@@ -310,3 +310,2 @@ import {focusSafely as $6a99195332edec8b$export$80f3e147d781571c} from "./focusSafely.module.js"; | ||
// This is a useLayoutEffect so it is guaranteed to run before our async synthetic blur | ||
// eslint-disable-next-line arrow-body-style | ||
(0, $cgawC$useLayoutEffect)(()=>{ | ||
@@ -353,3 +352,3 @@ return ()=>{ | ||
(0, $6a99195332edec8b$export$80f3e147d781571c)(element); | ||
} catch (err) { | ||
} catch { | ||
// ignore | ||
@@ -359,3 +358,3 @@ } | ||
element.focus(); | ||
} catch (err) { | ||
} catch { | ||
// ignore | ||
@@ -362,0 +361,0 @@ } |
{ | ||
"name": "@react-aria/focus", | ||
"version": "3.0.0-nightly-086ad3115-240912", | ||
"version": "3.0.0-nightly-0ddbe6f95-241019", | ||
"description": "Spectrum UI components in React", | ||
@@ -25,5 +25,5 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-aria/interactions": "^3.0.0-nightly-086ad3115-240912", | ||
"@react-aria/utils": "^3.0.0-nightly-086ad3115-240912", | ||
"@react-types/shared": "^3.0.0-nightly-086ad3115-240912", | ||
"@react-aria/interactions": "^3.0.0-nightly-0ddbe6f95-241019", | ||
"@react-aria/utils": "^3.0.0-nightly-0ddbe6f95-241019", | ||
"@react-types/shared": "^3.0.0-nightly-0ddbe6f95-241019", | ||
"@swc/helpers": "^0.5.0", | ||
@@ -38,3 +38,3 @@ "clsx": "^2.0.0" | ||
}, | ||
"stableVersion": "3.18.2" | ||
"stableVersion": "3.18.4" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
383272
4431