@vaadin/avatar-group
Advanced tools
Comparing version 22.0.5 to 22.0.6
{ | ||
"name": "@vaadin/avatar-group", | ||
"version": "22.0.5", | ||
"version": "22.0.6", | ||
"publishConfig": { | ||
@@ -39,10 +39,10 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/avatar": "^22.0.5", | ||
"@vaadin/component-base": "^22.0.5", | ||
"@vaadin/item": "^22.0.5", | ||
"@vaadin/list-box": "^22.0.5", | ||
"@vaadin/vaadin-lumo-styles": "^22.0.5", | ||
"@vaadin/vaadin-material-styles": "^22.0.5", | ||
"@vaadin/vaadin-overlay": "^22.0.5", | ||
"@vaadin/vaadin-themable-mixin": "^22.0.5" | ||
"@vaadin/avatar": "^22.0.6", | ||
"@vaadin/component-base": "^22.0.6", | ||
"@vaadin/item": "^22.0.6", | ||
"@vaadin/list-box": "^22.0.6", | ||
"@vaadin/vaadin-lumo-styles": "^22.0.6", | ||
"@vaadin/vaadin-material-styles": "^22.0.6", | ||
"@vaadin/vaadin-overlay": "^22.0.6", | ||
"@vaadin/vaadin-themable-mixin": "^22.0.6" | ||
}, | ||
@@ -54,3 +54,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "3e1990867670f3de2dec6fa1200d945623b2710c" | ||
"gitHead": "18c55872d764e338e0f98e65826cbe895156251a" | ||
} |
@@ -415,3 +415,5 @@ /** | ||
const item = this.items[i]; | ||
result.push(item.name || item.abbr || 'anonymous'); | ||
if (item) { | ||
result.push(item.name || item.abbr || 'anonymous'); | ||
} | ||
} | ||
@@ -418,0 +420,0 @@ // override generated title attribute |
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
44625
858