@vaadin/vaadin-lumo-styles
Advanced tools
Comparing version 24.0.0-alpha4 to 24.0.0-alpha5
19
badge.js
@@ -89,20 +89,14 @@ /** | ||
[theme~='badge'] vaadin-icon, | ||
[theme~='badge'] iron-icon { | ||
[theme~='badge'] vaadin-icon { | ||
margin: -0.25em 0; | ||
--iron-icon-width: 1.5em; | ||
--iron-icon-height: 1.5em; | ||
} | ||
[theme~='badge'] vaadin-icon:first-child, | ||
[theme~='badge'] iron-icon:first-child { | ||
[theme~='badge'] vaadin-icon:first-child { | ||
margin-left: -0.375em; | ||
} | ||
[theme~='badge'] vaadin-icon:last-child, | ||
[theme~='badge'] iron-icon:last-child { | ||
[theme~='badge'] vaadin-icon:last-child { | ||
margin-right: -0.375em; | ||
} | ||
iron-icon[theme~='badge'][icon], | ||
vaadin-icon[theme~='badge'][icon] { | ||
@@ -116,3 +110,2 @@ min-width: 0; | ||
iron-icon[theme~='badge'][icon][theme~='small'], | ||
vaadin-icon[theme~='badge'][icon][theme~='small'] { | ||
@@ -159,4 +152,3 @@ width: var(--lumo-icon-size-s); | ||
[dir='rtl'][theme~='badge'] vaadin-icon:first-child, | ||
[dir='rtl'][theme~='badge'] iron-icon:first-child { | ||
[dir='rtl'][theme~='badge'] vaadin-icon:first-child { | ||
margin-right: -0.375em; | ||
@@ -166,4 +158,3 @@ margin-left: 0; | ||
[dir='rtl'][theme~='badge'] vaadin-icon:last-child, | ||
[dir='rtl'][theme~='badge'] iron-icon:last-child { | ||
[dir='rtl'][theme~='badge'] vaadin-icon:last-child { | ||
margin-left: -0.375em; | ||
@@ -170,0 +161,0 @@ margin-right: 0; |
@@ -133,3 +133,3 @@ /** | ||
/* Slotted content */ | ||
[part='input-field'] ::slotted(:not(iron-icon):not(vaadin-icon):not(input):not(textarea)) { | ||
[part='input-field'] ::slotted(:not(vaadin-icon):not(input):not(textarea)) { | ||
color: var(--lumo-secondary-text-color); | ||
@@ -136,0 +136,0 @@ font-weight: 400; |
{ | ||
"name": "@vaadin/vaadin-lumo-styles", | ||
"version": "24.0.0-alpha4", | ||
"version": "24.0.0-alpha5", | ||
"publishConfig": { | ||
@@ -44,4 +44,4 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/icon": "24.0.0-alpha4", | ||
"@vaadin/vaadin-themable-mixin": "24.0.0-alpha4" | ||
"@vaadin/icon": "24.0.0-alpha5", | ||
"@vaadin/vaadin-themable-mixin": "24.0.0-alpha5" | ||
}, | ||
@@ -55,3 +55,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "66be46e82c4d0a673859fbc9bdb1581dd89f360c" | ||
"gitHead": "fc0b1721eda9e39cb289b239e440fc9e29573a31" | ||
} |
@@ -32,6 +32,6 @@ /** | ||
const typography = css` | ||
html, | ||
body, | ||
:host { | ||
font-family: var(--lumo-font-family); | ||
font-size: var(--lumo-font-size, var(--lumo-font-size-m)); | ||
font-size: var(--lumo-font-size-m); | ||
line-height: var(--lumo-line-height-m); | ||
@@ -38,0 +38,0 @@ -webkit-text-size-adjust: 100%; |
@@ -8,3 +8,3 @@ /** | ||
static get version() { | ||
return '24.0.0-alpha4'; | ||
return '24.0.0-alpha5'; | ||
} | ||
@@ -11,0 +11,0 @@ } |
146260
4753
+ Added@vaadin/component-base@24.0.0-alpha5(transitive)
+ Added@vaadin/icon@24.0.0-alpha5(transitive)
+ Added@vaadin/vaadin-themable-mixin@24.0.0-alpha5(transitive)
- Removed@vaadin/component-base@24.0.0-alpha4(transitive)
- Removed@vaadin/icon@24.0.0-alpha4(transitive)
- Removed@vaadin/vaadin-themable-mixin@24.0.0-alpha4(transitive)
Updated@vaadin/icon@24.0.0-alpha5