@vaadin/text-area
Advanced tools
Comparing version 22.0.0-alpha5 to 22.0.0-alpha6
{ | ||
"name": "@vaadin/text-area", | ||
"version": "22.0.0-alpha5", | ||
"version": "22.0.0-alpha6", | ||
"description": "vaadin-text-area", | ||
@@ -28,13 +28,13 @@ "main": "vaadin-text-area.js", | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/field-base": "^22.0.0-alpha5", | ||
"@vaadin/input-container": "^22.0.0-alpha5", | ||
"@vaadin/text-field": "^22.0.0-alpha5", | ||
"@vaadin/vaadin-element-mixin": "^22.0.0-alpha5", | ||
"@vaadin/vaadin-lumo-styles": "^22.0.0-alpha5", | ||
"@vaadin/vaadin-material-styles": "^22.0.0-alpha5", | ||
"@vaadin/vaadin-themable-mixin": "^22.0.0-alpha5" | ||
"@vaadin/field-base": "^22.0.0-alpha6", | ||
"@vaadin/input-container": "^22.0.0-alpha6", | ||
"@vaadin/text-field": "^22.0.0-alpha6", | ||
"@vaadin/vaadin-element-mixin": "^22.0.0-alpha6", | ||
"@vaadin/vaadin-lumo-styles": "^22.0.0-alpha6", | ||
"@vaadin/vaadin-material-styles": "^22.0.0-alpha6", | ||
"@vaadin/vaadin-themable-mixin": "^22.0.0-alpha6" | ||
}, | ||
"devDependencies": { | ||
"@esm-bundle/chai": "^4.3.4", | ||
"@vaadin/testing-helpers": "^0.2.1", | ||
"@vaadin/testing-helpers": "^0.3.0", | ||
"sinon": "^9.2.1" | ||
@@ -45,3 +45,3 @@ }, | ||
}, | ||
"gitHead": "012f658db6f81375be8889f63ee15e3f660fe9ec" | ||
"gitHead": "4b136b1c7da8942960e7255f40c27859125b3a45" | ||
} |
@@ -61,3 +61,3 @@ /** | ||
/* Vertically align icon prefix/suffix with the first line of text */ | ||
[part='input-field'] ::slotted(icon-icon), | ||
[part='input-field'] ::slotted(iron-icon), | ||
[part='input-field'] ::slotted(vaadin-icon) { | ||
@@ -64,0 +64,0 @@ margin-top: calc((var(--lumo-icon-size-m) - 1em * var(--lumo-line-height-s)) / -2); |
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
+ Added@lit-labs/ssr-dom-shim@1.2.1(transitive)
- Removed@lit-labs/ssr-dom-shim@1.3.0(transitive)