Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@vaadin/dialog

Package Overview
Dependencies
Maintainers
12
Versions
600
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/dialog - npm Package Compare versions

Comparing version
25.2.0-alpha8
to
25.2.0-alpha9
+11
-11
package.json
{
"name": "@vaadin/dialog",
"version": "25.2.0-alpha8",
"version": "25.2.0-alpha9",
"publishConfig": {

@@ -40,15 +40,15 @@ "access": "public"

"@open-wc/dedupe-mixin": "^1.3.0",
"@vaadin/component-base": "25.2.0-alpha8",
"@vaadin/lit-renderer": "25.2.0-alpha8",
"@vaadin/overlay": "25.2.0-alpha8",
"@vaadin/vaadin-themable-mixin": "25.2.0-alpha8",
"@vaadin/component-base": "25.2.0-alpha9",
"@vaadin/lit-renderer": "25.2.0-alpha9",
"@vaadin/overlay": "25.2.0-alpha9",
"@vaadin/vaadin-themable-mixin": "25.2.0-alpha9",
"lit": "^3.0.0"
},
"devDependencies": {
"@vaadin/a11y-base": "25.2.0-alpha8",
"@vaadin/aura": "25.2.0-alpha8",
"@vaadin/chai-plugins": "25.2.0-alpha8",
"@vaadin/test-runner-commands": "25.2.0-alpha8",
"@vaadin/a11y-base": "25.2.0-alpha9",
"@vaadin/aura": "25.2.0-alpha9",
"@vaadin/chai-plugins": "25.2.0-alpha9",
"@vaadin/test-runner-commands": "25.2.0-alpha9",
"@vaadin/testing-helpers": "^2.0.0",
"@vaadin/vaadin-lumo-styles": "25.2.0-alpha8",
"@vaadin/vaadin-lumo-styles": "25.2.0-alpha9",
"sinon": "^21.0.2"

@@ -61,3 +61,3 @@ },

],
"gitHead": "2b82e20cdfc605b1187e9a24ae42869e1500ab68"
"gitHead": "a38a03e8a8be45821f39c14054c63634dafe08d0"
}

@@ -106,5 +106,3 @@ /**

}
this.dispatchEvent(
new CustomEvent('drag-start', { bubbles: true, composed: true, detail: { width, height, top, left } }),
);
this.dispatchEvent(new CustomEvent('drag-start', { detail: { width, height, top, left } }));
}

@@ -139,5 +137,3 @@ }

_stopDrag() {
this.dispatchEvent(
new CustomEvent('dragged', { bubbles: true, composed: true, detail: { top: this.top, left: this.left } }),
);
this.dispatchEvent(new CustomEvent('dragged', { detail: { top: this.top, left: this.left } }));
window.removeEventListener('mouseup', this._stopDrag);

@@ -144,0 +140,0 @@ window.removeEventListener('touchend', this._stopDrag);

{
"$schema": "https://json.schemastore.org/web-types",
"name": "@vaadin/dialog",
"version": "25.2.0-alpha8",
"version": "25.2.0-alpha9",
"description-markup": "markdown",

@@ -6,0 +6,0 @@ "contributions": {

{
"$schema": "https://json.schemastore.org/web-types",
"name": "@vaadin/dialog",
"version": "25.2.0-alpha8",
"version": "25.2.0-alpha9",
"description-markup": "markdown",

@@ -6,0 +6,0 @@ "framework": "lit",