@vaadin/vaadin-dialog
Advanced tools
Comparing version 2.5.0-alpha3 to 2.5.0-alpha4
@@ -13,3 +13,3 @@ { | ||
"name": "@vaadin/vaadin-dialog", | ||
"version": "2.5.0-alpha3", | ||
"version": "2.5.0-alpha4", | ||
"main": "vaadin-dialog.js", | ||
@@ -16,0 +16,0 @@ "author": "Vaadin Ltd", |
@@ -16,3 +16,3 @@ const $_documentContainer = document.createElement('template'); | ||
box-sizing: border-box; | ||
min-height: 100%; | ||
height: 100%; | ||
} | ||
@@ -19,0 +19,0 @@ |
@@ -164,3 +164,3 @@ /** | ||
static get version() { | ||
return '2.5.0-alpha3'; | ||
return '2.5.0-alpha4'; | ||
} | ||
@@ -167,0 +167,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
50427