@chakra-ui/utils
Advanced tools
Comparing version 2.0.9 to 2.0.10
@@ -591,5 +591,5 @@ "use strict"; | ||
var focusableElList = [ | ||
"input:not([disabled])", | ||
"select:not([disabled])", | ||
"textarea:not([disabled])", | ||
"input:not(:disabled)", | ||
"select:not(:disabled)", | ||
"textarea:not(:disabled)", | ||
"embed", | ||
@@ -600,3 +600,3 @@ "iframe", | ||
"area[href]", | ||
"button:not([disabled])", | ||
"button:not(:disabled)", | ||
"[tabindex]", | ||
@@ -603,0 +603,0 @@ "audio[controls]", |
@@ -440,5 +440,5 @@ // src/index.ts | ||
var focusableElList = [ | ||
"input:not([disabled])", | ||
"select:not([disabled])", | ||
"textarea:not([disabled])", | ||
"input:not(:disabled)", | ||
"select:not(:disabled)", | ||
"textarea:not(:disabled)", | ||
"embed", | ||
@@ -449,3 +449,3 @@ "iframe", | ||
"area[href]", | ||
"button:not([disabled])", | ||
"button:not(:disabled)", | ||
"[tabindex]", | ||
@@ -452,0 +452,0 @@ "audio[controls]", |
{ | ||
"name": "@chakra-ui/utils", | ||
"version": "2.0.9", | ||
"version": "2.0.10", | ||
"description": "Common utilities and types for Chakra UI", | ||
@@ -21,3 +21,3 @@ "author": "Segun Adebayo <sage@adebayosegun.com>", | ||
"url": "git+https://github.com/chakra-ui/chakra-ui.git", | ||
"directory": "packages/utils" | ||
"directory": "packages/legacy/utils" | ||
}, | ||
@@ -24,0 +24,0 @@ "bugs": { |
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