makeup-focusables
Advanced tools
Comparing version 0.4.3 to 0.4.4
@@ -15,3 +15,3 @@ const focusableElList = [ | ||
const focusableElSelector = focusableElList.join(); | ||
function src_default(el, keyboardOnly = false, callback) { | ||
function index_default(el, keyboardOnly = false, callback) { | ||
if (callback) { | ||
@@ -40,3 +40,3 @@ const request = requestAnimationFrame(() => { | ||
export { | ||
src_default as default | ||
index_default as default | ||
}; |
{ | ||
"name": "makeup-focusables", | ||
"description": "Returns an array of all focusable descendants of the given element", | ||
"version": "0.4.3", | ||
"version": "0.4.4", | ||
"main": "./dist/cjs/index.js", | ||
@@ -37,3 +37,3 @@ "module": "./dist/mjs/index.js", | ||
], | ||
"gitHead": "d5eb699503d9b7f3eb9ff04379de5a38aa63096a" | ||
"gitHead": "72b3adbcb4d841dbd4ad8e722637b3d7de3ab7f0" | ||
} |
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
6124