@vaadin/vaadin-login
Advanced tools
Comparing version 1.0.0-alpha9 to 1.0.0-beta1
@@ -13,3 +13,3 @@ { | ||
"name": "@vaadin/vaadin-login", | ||
"version": "1.0.0-alpha9", | ||
"version": "1.0.0-beta1", | ||
"main": "vaadin-login-overlay.js", | ||
@@ -16,0 +16,0 @@ "author": "Vaadin Ltd", |
@@ -61,3 +61,3 @@ import './vaadin-login-form-wrapper.js'; | ||
static get version() { | ||
return '1.0.0-alpha9'; | ||
return '1.0.0-beta1'; | ||
} | ||
@@ -64,0 +64,0 @@ |
@@ -161,6 +161,3 @@ /** | ||
_getElementsToTeleport() { | ||
if (!this._elementsToTeleport) { | ||
this._elementsToTeleport = this.querySelectorAll('[slot=title]'); | ||
} | ||
return this._elementsToTeleport; | ||
return this.querySelectorAll('[slot=title]'); | ||
} | ||
@@ -167,0 +164,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
58290
1261