@vaadin/vaadin-lumo-styles
Advanced tools
Comparing version 21.0.0-alpha6 to 21.0.0-alpha7
19
badge.js
@@ -89,2 +89,3 @@ /** | ||
[theme~='badge'] vaadin-icon, | ||
[theme~='badge'] iron-icon { | ||
@@ -96,2 +97,3 @@ margin: -0.25em 0; | ||
[theme~='badge'] vaadin-icon:first-child, | ||
[theme~='badge'] iron-icon:first-child { | ||
@@ -101,2 +103,3 @@ margin-left: -0.375em; | ||
[theme~='badge'] vaadin-icon:last-child, | ||
[theme~='badge'] iron-icon:last-child { | ||
@@ -106,13 +109,15 @@ margin-right: -0.375em; | ||
[theme~='badge'][icon] { | ||
iron-icon[theme~='badge'][icon], | ||
vaadin-icon[theme~='badge'][icon] { | ||
min-width: 0; | ||
padding: 0; | ||
font-size: 1rem; | ||
--iron-icon-width: var(--lumo-icon-size-m); | ||
--iron-icon-height: var(--lumo-icon-size-m); | ||
width: var(--lumo-icon-size-m); | ||
height: var(--lumo-icon-size-m); | ||
} | ||
[theme~='badge'][icon][theme~='small'] { | ||
--iron-icon-width: var(--lumo-icon-size-s); | ||
--iron-icon-height: var(--lumo-icon-size-s); | ||
iron-icon[theme~='badge'][icon][theme~='small'], | ||
vaadin-icon[theme~='badge'][icon][theme~='small'] { | ||
width: var(--lumo-icon-size-s); | ||
height: var(--lumo-icon-size-s); | ||
} | ||
@@ -156,2 +161,3 @@ | ||
[dir='rtl'][theme~='badge'] vaadin-icon:first-child, | ||
[dir='rtl'][theme~='badge'] iron-icon:first-child { | ||
@@ -162,2 +168,3 @@ margin-right: -0.375em; | ||
[dir='rtl'][theme~='badge'] vaadin-icon:last-child, | ||
[dir='rtl'][theme~='badge'] iron-icon:last-child { | ||
@@ -164,0 +171,0 @@ margin-left: -0.375em; |
{ | ||
"name": "@vaadin/vaadin-lumo-styles", | ||
"version": "21.0.0-alpha6", | ||
"version": "21.0.0-alpha7", | ||
"description": "Lumo is a design system foundation for modern web applications, used by Vaadin components", | ||
@@ -36,4 +36,4 @@ "main": "all-imports.js", | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/vaadin-icon": "^21.0.0-alpha6", | ||
"@vaadin/vaadin-themable-mixin": "^21.0.0-alpha6" | ||
"@vaadin/vaadin-icon": "^21.0.0-alpha7", | ||
"@vaadin/vaadin-themable-mixin": "^21.0.0-alpha7" | ||
}, | ||
@@ -50,3 +50,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "70e820ca6ad22d0a85a4b50bfad65276ed36f344" | ||
"gitHead": "88400bb305d8d705df2c68d49b6d87c109b42d82" | ||
} |
@@ -8,3 +8,3 @@ /** | ||
static get version() { | ||
return '21.0.0-alpha6'; | ||
return '21.0.0-alpha7'; | ||
} | ||
@@ -11,0 +11,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
93689
1411