@vaadin/a11y-base
Advanced tools
Comparing version 24.5.0-alpha5 to 24.5.0-alpha6
{ | ||
"name": "@vaadin/a11y-base", | ||
"version": "24.5.0-alpha5", | ||
"version": "24.5.0-alpha6", | ||
"publishConfig": { | ||
@@ -35,3 +35,3 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/component-base": "24.5.0-alpha5", | ||
"@vaadin/component-base": "24.5.0-alpha6", | ||
"lit": "^3.0.0" | ||
@@ -44,3 +44,3 @@ }, | ||
}, | ||
"gitHead": "4e57d240ababf0c2db9d674891b90bdf3812e6ae" | ||
"gitHead": "c5f541dbe961a994730d4c60472ae957bf6b4c12" | ||
} |
@@ -169,3 +169,4 @@ /** | ||
this._setFocusable(selected || 0); | ||
// When selected is set to -1, focus the first available item. | ||
this._setFocusable(selected < 0 || !selected ? 0 : selected); | ||
@@ -172,0 +173,0 @@ const itemToSelect = items[selected]; |
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
103193
2723
+ Added@vaadin/component-base@24.5.0-alpha6(transitive)
- Removed@vaadin/component-base@24.5.0-alpha5(transitive)