Socket
Socket
Sign inDemoInstall

@vaadin/vaadin-dialog

Package Overview
Dependencies
Maintainers
16
Versions
262
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/vaadin-dialog - npm Package Compare versions

Comparing version 2.5.0-alpha2 to 2.5.0-alpha3

2

package.json

@@ -13,3 +13,3 @@ {

"name": "@vaadin/vaadin-dialog",
"version": "2.5.0-alpha2",
"version": "2.5.0-alpha3",
"main": "vaadin-dialog.js",

@@ -16,0 +16,0 @@ "author": "Vaadin Ltd",

@@ -9,6 +9,3 @@ const $_documentContainer = document.createElement('template');

overflow: visible;
}
/* Hack for iOS to make the overlay take full size */
[part='overlay'][style] {
max-height: 100%;
display: flex;

@@ -20,9 +17,13 @@ flex-direction: column;

box-sizing: border-box;
height: 100%;
min-height: 100%;
}
.resizer-container {
overflow: auto;
flex-grow: 1;
}
[part='overlay'][style] .resizer-container {
height: 100%;
width: 100%;
overflow: auto;
}

@@ -96,2 +97,8 @@

}
/* IE11 -only CSS */
_:-ms-fullscreen,
[part='overlay'] {
max-height: none;
}
</style>

@@ -98,0 +105,0 @@ </template>

@@ -164,3 +164,3 @@ /**

static get version() {
return '2.5.0-alpha2';
return '2.5.0-alpha3';
}

@@ -167,0 +167,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc