Socket
Socket
Sign inDemoInstall

@vaadin/vaadin-dialog

Package Overview
Dependencies
Maintainers
14
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.2.0-beta1 to 2.2.0

2

package.json

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

"name": "@vaadin/vaadin-dialog",
"version": "2.2.0-beta1",
"version": "2.2.0",
"main": "vaadin-dialog.js",

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

@@ -130,3 +130,3 @@ /**

static get version() {
return '2.2.0-beta1';
return '2.2.0';
}

@@ -133,0 +133,0 @@

@@ -8,7 +8,14 @@ import '@vaadin/vaadin-lumo-styles/spacing.js';

<style include="lumo-overlay">
:host {
/* Optical centering */
--_lumo-dialog-transform: translateY(calc((-100vh + 100%) / 20));
/* Optical centering */
:host::before,
:host::after {
content: "";
flex-basis: 0;
flex-grow: 1;
}
:host::after {
flex-grow: 1.1;
}
[part="overlay"] {

@@ -18,3 +25,2 @@ box-shadow: 0 0 0 1px var(--lumo-shade-5pct), var(--lumo-box-shadow-xl);

outline: none;
transform: var(--_lumo-dialog-transform);
}

@@ -40,3 +46,3 @@

opacity: 0;
transform: scale(0.95) var(--_lumo-dialog-transform);
transform: scale(0.95);
}

@@ -56,3 +62,3 @@ }

opacity: 0;
transform: scale(1.02) var(--_lumo-dialog-transform);
transform: scale(1.02);
}

@@ -59,0 +65,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