@chakra-ui/dom-utils
Advanced tools
Comparing version 0.0.0-dev-20220922114557 to 0.0.0-dev-20220922115811
@@ -140,5 +140,5 @@ "use strict"; | ||
var focusableElList = [ | ||
"input:not(:disabled)", | ||
"select:not(:disabled)", | ||
"textarea:not(:disabled)", | ||
"input:not(:disabled):not([disabled])", | ||
"select:not(:disabled):not([disabled])", | ||
"textarea:not(:disabled):not([disabled])", | ||
"embed", | ||
@@ -149,3 +149,3 @@ "iframe", | ||
"area[href]", | ||
"button:not(:disabled)", | ||
"button:not(:disabled):not([disabled])", | ||
"[tabindex]", | ||
@@ -152,0 +152,0 @@ "audio[controls]", |
@@ -89,5 +89,5 @@ // src/dom.ts | ||
var focusableElList = [ | ||
"input:not(:disabled)", | ||
"select:not(:disabled)", | ||
"textarea:not(:disabled)", | ||
"input:not(:disabled):not([disabled])", | ||
"select:not(:disabled):not([disabled])", | ||
"textarea:not(:disabled):not([disabled])", | ||
"embed", | ||
@@ -98,3 +98,3 @@ "iframe", | ||
"area[href]", | ||
"button:not(:disabled)", | ||
"button:not(:disabled):not([disabled])", | ||
"[tabindex]", | ||
@@ -101,0 +101,0 @@ "audio[controls]", |
{ | ||
"name": "@chakra-ui/dom-utils", | ||
"version": "0.0.0-dev-20220922114557", | ||
"version": "0.0.0-dev-20220922115811", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
18281