react-focus-lock
Advanced tools
Comparing version 1.13.1 to 1.13.2
{ | ||
"name": "react-focus-lock", | ||
"version": "1.13.1", | ||
"version": "1.13.2", | ||
"description": "It is a trap! (for a focus)", | ||
@@ -74,3 +74,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"focus-lock": "^0.4.1", | ||
"focus-lock": "^0.4.2", | ||
"prop-types": "^15.6.2", | ||
@@ -77,0 +77,0 @@ "react-clientside-effect": "^1.0.0" |
@@ -54,2 +54,6 @@ import React, {Component} from "react"; | ||
</div>} | ||
<button tabIndex={-1}>TAB -1 BUTTON</button> | ||
<button style={{visibility: 'hidden'}}>hidden</button> | ||
<button style={{display: 'none'}}>node</button> | ||
</FocusLock> | ||
@@ -65,4 +69,5 @@ ) | ||
<div style={bg}> Inaccessible <a href='#'>Link</a> outside</div> | ||
<button tabIndex={-1}>TAB -1 BUTTON OUTSIDE</button> | ||
</div>; | ||
export default App; |
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
83372
1526
Updatedfocus-lock@^0.4.2