@vaadin/vaadin-text-field
Advanced tools
Comparing version 2.1.6 to 2.1.7
@@ -13,3 +13,3 @@ { | ||
"name": "@vaadin/vaadin-text-field", | ||
"version": "2.1.6", | ||
"version": "2.1.7", | ||
"main": "vaadin-text-field.js", | ||
@@ -16,0 +16,0 @@ "author": "Vaadin Ltd", |
@@ -80,3 +80,3 @@ /** | ||
static get version() { | ||
return '2.1.6'; | ||
return '2.1.7'; | ||
} | ||
@@ -83,0 +83,0 @@ |
@@ -120,3 +120,3 @@ /** | ||
static get version() { | ||
return '2.1.6'; | ||
return '2.1.7'; | ||
} | ||
@@ -123,0 +123,0 @@ |
@@ -102,3 +102,3 @@ /** | ||
static get version() { | ||
return '2.1.6'; | ||
return '2.1.7'; | ||
} | ||
@@ -105,0 +105,0 @@ |
@@ -17,2 +17,8 @@ import './vaadin-text-field-styles.js'; | ||
} | ||
[part="input-field"] [part="value"], | ||
[part="input-field"] ::slotted(textarea) { | ||
white-space: pre-wrap; /* override \`nowrap\` from <vaadin-text-field> */ | ||
align-self: stretch; /* override \`baseline\` from <vaadin-text-field> */ | ||
} | ||
</style> | ||
@@ -19,0 +25,0 @@ </template> |
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
65884
1314