@vaadin/vaadin-lumo-styles
Advanced tools
Comparing version 22.0.3 to 22.0.4
@@ -124,7 +124,7 @@ /** | ||
:host([theme~='small'][has-label]) [part='label'] { | ||
:host([theme~='small']) [part='label'] { | ||
font-size: var(--lumo-font-size-xs); | ||
} | ||
:host([theme~='small'][has-label]) [part='error-message'] { | ||
:host([theme~='small']) [part='error-message'] { | ||
font-size: var(--lumo-font-size-xxs); | ||
@@ -131,0 +131,0 @@ } |
{ | ||
"name": "@vaadin/vaadin-lumo-styles", | ||
"version": "22.0.3", | ||
"version": "22.0.4", | ||
"publishConfig": { | ||
@@ -44,4 +44,4 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/icon": "^22.0.3", | ||
"@vaadin/vaadin-themable-mixin": "^22.0.3" | ||
"@vaadin/icon": "^22.0.4", | ||
"@vaadin/vaadin-themable-mixin": "^22.0.4" | ||
}, | ||
@@ -55,3 +55,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "935ad1ea65a79b0f9ecb10d767689479b36c4e07" | ||
"gitHead": "55891f68d4da41e846e06dfe51dceba1665e41ce" | ||
} |
@@ -8,3 +8,3 @@ /** | ||
static get version() { | ||
return '22.0.3'; | ||
return '22.0.4'; | ||
} | ||
@@ -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
131611