@vaadin/vaadin-text-field
Advanced tools
Comparing version 2.1.4 to 2.1.5
@@ -13,3 +13,3 @@ { | ||
"name": "@vaadin/vaadin-text-field", | ||
"version": "2.1.4", | ||
"version": "2.1.5", | ||
"main": "vaadin-text-field.js", | ||
@@ -48,5 +48,4 @@ "author": "Vaadin Ltd", | ||
"@vaadin/vaadin-demo-helpers": "^2.1.0", | ||
"@vaadin/vaadin-button": "^2.1.0", | ||
"@vaadin/vaadin-ordered-layout": "^1.1.0" | ||
"@vaadin/vaadin-button": "^2.1.0" | ||
} | ||
} |
@@ -80,3 +80,3 @@ /** | ||
static get version() { | ||
return '2.1.4'; | ||
return '2.1.5'; | ||
} | ||
@@ -131,3 +131,3 @@ | ||
this.addEventListener('blur', () => { | ||
this.addEventListener('focusout', () => { | ||
if (!this._passwordVisibilityChanging) { | ||
@@ -134,0 +134,0 @@ this._setPasswordVisible(false); |
@@ -120,3 +120,3 @@ /** | ||
static get version() { | ||
return '2.1.4'; | ||
return '2.1.5'; | ||
} | ||
@@ -123,0 +123,0 @@ |
@@ -17,3 +17,2 @@ /** | ||
outline: none; | ||
align-self: baseline; | ||
} | ||
@@ -20,0 +19,0 @@ |
@@ -102,3 +102,3 @@ /** | ||
static get version() { | ||
return '2.1.4'; | ||
return '2.1.5'; | ||
} | ||
@@ -105,0 +105,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
8
65530
1306