@vaadin/a11y-base
Advanced tools
Comparing version 24.3.0-alpha10 to 24.3.0-alpha11
{ | ||
"name": "@vaadin/a11y-base", | ||
"version": "24.3.0-alpha10", | ||
"version": "24.3.0-alpha11", | ||
"publishConfig": { | ||
@@ -35,3 +35,3 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/component-base": "24.3.0-alpha10", | ||
"@vaadin/component-base": "24.3.0-alpha11", | ||
"lit": "^3.0.0" | ||
@@ -44,3 +44,3 @@ }, | ||
}, | ||
"gitHead": "0271523d93fe5df0425ff64206886614f3c6f401" | ||
"gitHead": "123cf569a1b6ef6f4ef5fe8e60cb8d988699b98c" | ||
} |
@@ -256,3 +256,3 @@ /** | ||
const currentIdx = this.items.indexOf(this.focused); | ||
if (/[a-zA-Z0-9]/u.test(key) && key.length === 1) { | ||
if (/[\p{L}\p{Nd}]/u.test(key) && key.length === 1) { | ||
const idx = this._searchKey(currentIdx, key); | ||
@@ -259,0 +259,0 @@ if (idx >= 0) { |
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
103112
+ Added@vaadin/component-base@24.3.0-alpha11(transitive)
- Removed@vaadin/component-base@24.3.0-alpha10(transitive)