@vaadin/input-container
Advanced tools
Comparing version 22.0.0-alpha2 to 22.0.0-alpha3
{ | ||
"name": "@vaadin/input-container", | ||
"version": "22.0.0-alpha2", | ||
"version": "22.0.0-alpha3", | ||
"description": "vaadin-input-container", | ||
@@ -27,6 +27,6 @@ "main": "vaadin-input-container.js", | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/vaadin-element-mixin": "^22.0.0-alpha2", | ||
"@vaadin/vaadin-lumo-styles": "^22.0.0-alpha2", | ||
"@vaadin/vaadin-material-styles": "^22.0.0-alpha2", | ||
"@vaadin/vaadin-themable-mixin": "^22.0.0-alpha2" | ||
"@vaadin/vaadin-element-mixin": "^22.0.0-alpha3", | ||
"@vaadin/vaadin-lumo-styles": "^22.0.0-alpha3", | ||
"@vaadin/vaadin-material-styles": "^22.0.0-alpha3", | ||
"@vaadin/vaadin-themable-mixin": "^22.0.0-alpha3" | ||
}, | ||
@@ -36,4 +36,4 @@ "devDependencies": { | ||
"@vaadin/testing-helpers": "^0.2.1", | ||
"@vaadin/vaadin-icon": "^22.0.0-alpha2", | ||
"@vaadin/vaadin-icons": "^22.0.0-alpha2" | ||
"@vaadin/vaadin-icon": "^22.0.0-alpha3", | ||
"@vaadin/vaadin-icons": "^22.0.0-alpha3" | ||
}, | ||
@@ -43,3 +43,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "179d38f5146be752853ea4b7997b1446a2ab1fd4" | ||
"gitHead": "efd855b1c0a7c4998f43670a17b0c7fdfe14ff9d" | ||
} |
@@ -81,2 +81,3 @@ import { registerStyles, css } from '@vaadin/vaadin-themable-mixin/register-styles.js'; | ||
/* Slotted icons */ | ||
::slotted(iron-icon), | ||
::slotted(vaadin-icon) { | ||
@@ -89,2 +90,3 @@ color: var(--lumo-contrast-60pct); | ||
/* Vaadin icons are based on a 16x16 grid (unlike Lumo and Material icons with 24x24), so they look too big by default */ | ||
::slotted(iron-icon[icon^='vaadin:']), | ||
::slotted(vaadin-icon[icon^='vaadin:']) { | ||
@@ -91,0 +93,0 @@ padding: 0.25em; |
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
21915
302