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 to 2.2.1

7

package.json

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

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

@@ -34,3 +34,3 @@ "author": "Vaadin Ltd",

"@polymer/polymer": "^3.0.0",
"@vaadin/vaadin-overlay": "^3.2.0-alpha3",
"@vaadin/vaadin-overlay": "^3.2.0",
"@vaadin/vaadin-themable-mixin": "^1.3.2",

@@ -43,3 +43,2 @@ "@vaadin/vaadin-lumo-styles": "^1.1.0",

"@polymer/iron-component-page": "^3.0.0-pre.18",
"@polymer/iron-demo-helpers": "^3.0.0-pre.18",
"@polymer/iron-test-helpers": "^3.0.0-pre.18",

@@ -49,4 +48,4 @@ "@vaadin/vaadin-button": "^2.1.0",

"wct-browser-legacy": "^1.0.1",
"@vaadin/vaadin-demo-helpers": "^2.0.1"
"@vaadin/vaadin-demo-helpers": "^2.2.0"
}
}

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

static get version() {
return '2.2.0';
return '2.2.1';
}

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

import '@vaadin/vaadin-lumo-styles/spacing.js';
import '@vaadin/vaadin-lumo-styles/mixins/overlay.js';
const $_documentContainer = document.createElement('template');
import { html } from '@polymer/polymer/lib/utils/html-tag.js';
$_documentContainer.innerHTML = `<dom-module id="lumo-dialog" theme-for="vaadin-dialog-overlay">
const $_documentContainer = html`<dom-module id="lumo-dialog" theme-for="vaadin-dialog-overlay">
<template>

@@ -24,2 +24,3 @@ <style include="lumo-overlay">

outline: none;
-webkit-tap-highlight-color: transparent;
}

@@ -26,0 +27,0 @@

import '@vaadin/vaadin-material-styles/mixins/overlay.js';
import '@vaadin/vaadin-material-styles/shadow.js';
const $_documentContainer = document.createElement('template');
import { html } from '@polymer/polymer/lib/utils/html-tag.js';
$_documentContainer.innerHTML = `<dom-module id="material-dialog" theme-for="vaadin-dialog-overlay">
const $_documentContainer = html`<dom-module id="material-dialog" theme-for="vaadin-dialog-overlay">
<template>

@@ -13,2 +13,3 @@ <style include="material-overlay">

min-width: 280px;
-webkit-tap-highlight-color: transparent;
}

@@ -15,0 +16,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