@vaadin/vaadin-dialog
Advanced tools
Comparing version 2.4.2 to 2.4.3
@@ -13,3 +13,3 @@ { | ||
"name": "@vaadin/vaadin-dialog", | ||
"version": "2.4.2", | ||
"version": "2.4.3", | ||
"main": "vaadin-dialog.js", | ||
@@ -16,0 +16,0 @@ "author": "Vaadin Ltd", |
@@ -24,3 +24,3 @@ const $_documentContainer = document.createElement('template'); | ||
[part='overlay'][style] .resizer-container { | ||
height: 100%; | ||
min-height: 100%; | ||
width: 100%; | ||
@@ -27,0 +27,0 @@ } |
@@ -162,3 +162,3 @@ /** | ||
static get version() { | ||
return '2.4.2'; | ||
return '2.4.3'; | ||
} | ||
@@ -165,0 +165,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
40604