@react-aria/focus
Advanced tools
Comparing version 3.0.0-nightly.689 to 3.0.0-nightly.693
@@ -378,4 +378,8 @@ var _babelRuntimeHelpersObjectWithoutPropertiesLoose = $parcel$interopDefault(require("@babel/runtime/helpers/objectWithoutPropertiesLoose")); | ||
if ((!nextElement || !$bdceb2956edbee43435a9382ef97283f$var$isElementInScope(nextElement, scope)) && nodeToRestore) { | ||
walker.currentNode = nodeToRestore; | ||
nextElement = e.shiftKey ? walker.previousNode() : walker.nextNode(); | ||
walker.currentNode = nodeToRestore; // Skip over elements within the scope, in case the scope immediately follows the node to restore. | ||
do { | ||
nextElement = e.shiftKey ? walker.previousNode() : walker.nextNode(); | ||
} while ($bdceb2956edbee43435a9382ef97283f$var$isElementInScope(nextElement, scope)); | ||
e.preventDefault(); | ||
@@ -382,0 +386,0 @@ e.stopPropagation(); |
@@ -342,4 +342,8 @@ import _babelRuntimeHelpersEsmObjectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose"; | ||
if ((!nextElement || !$c9e8f80f5bb1841844f54e4ad30b$var$isElementInScope(nextElement, scope)) && nodeToRestore) { | ||
walker.currentNode = nodeToRestore; | ||
nextElement = e.shiftKey ? walker.previousNode() : walker.nextNode(); | ||
walker.currentNode = nodeToRestore; // Skip over elements within the scope, in case the scope immediately follows the node to restore. | ||
do { | ||
nextElement = e.shiftKey ? walker.previousNode() : walker.nextNode(); | ||
} while ($c9e8f80f5bb1841844f54e4ad30b$var$isElementInScope(nextElement, scope)); | ||
e.preventDefault(); | ||
@@ -346,0 +350,0 @@ e.stopPropagation(); |
{ | ||
"name": "@react-aria/focus", | ||
"version": "3.0.0-nightly.689+49ce1408", | ||
"version": "3.0.0-nightly.693+9d3b925e", | ||
"description": "Spectrum UI components in React", | ||
@@ -21,5 +21,5 @@ "license": "Apache-2.0", | ||
"@babel/runtime": "^7.6.2", | ||
"@react-aria/interactions": "3.0.0-nightly.689+49ce1408", | ||
"@react-aria/utils": "3.0.0-nightly.689+49ce1408", | ||
"@react-types/shared": "3.0.0-nightly.689+49ce1408", | ||
"@react-aria/interactions": "3.0.0-nightly.693+9d3b925e", | ||
"@react-aria/utils": "3.0.0-nightly.693+9d3b925e", | ||
"@react-types/shared": "3.0.0-nightly.693+9d3b925e", | ||
"clsx": "^1.1.1" | ||
@@ -33,3 +33,3 @@ }, | ||
}, | ||
"gitHead": "49ce1408c9ebdc554886d22d5544718d22e61516" | ||
"gitHead": "9d3b925ee5bbea9d63db95a53a32d03e9a1a686e" | ||
} |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
176764
1916