@vaadin/dialog 25.0.10 → 25.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/dialog",
3
- "version": "25.0.10",
3
+ "version": "25.0.11",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -36,24 +36,24 @@
36
36
  ],
37
37
  "dependencies": {
38
38
  "@open-wc/dedupe-mixin": "^1.3.0",
39
- "@vaadin/component-base": "~25.0.10",
40
- "@vaadin/lit-renderer": "~25.0.10",
41
- "@vaadin/overlay": "~25.0.10",
42
- "@vaadin/vaadin-themable-mixin": "~25.0.10",
39
+ "@vaadin/component-base": "~25.0.11",
40
+ "@vaadin/lit-renderer": "~25.0.11",
41
+ "@vaadin/overlay": "~25.0.11",
42
+ "@vaadin/vaadin-themable-mixin": "~25.0.11",
43
43
  "lit": "^3.0.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@vaadin/a11y-base": "~25.0.10",
47
- "@vaadin/aura": "~25.0.10",
48
- "@vaadin/chai-plugins": "~25.0.10",
49
- "@vaadin/test-runner-commands": "~25.0.10",
46
+ "@vaadin/a11y-base": "~25.0.11",
47
+ "@vaadin/aura": "~25.0.11",
48
+ "@vaadin/chai-plugins": "~25.0.11",
49
+ "@vaadin/test-runner-commands": "~25.0.11",
50
50
  "@vaadin/testing-helpers": "^2.0.0",
51
- "@vaadin/vaadin-lumo-styles": "~25.0.10",
51
+ "@vaadin/vaadin-lumo-styles": "~25.0.11",
52
52
  "sinon": "^21.0.0"
53
53
  },
54
54
  "web-types": [
55
55
  "web-types.json",
56
56
  "web-types.lit.json"
57
57
  ],
58
- "gitHead": "80732bb10625de5041741a655fd7683287698fb8"
58
+ "gitHead": "3dbf8fa04940ee5bbf1d1169204f5b9e26482d3a"
59
59
  }
@@ -120,9 +120,7 @@ export const DialogDraggableMixin = (superClass) =>
120
120
 
121
121
  /** @private */
122
122
  _stopDrag() {
123
- this.dispatchEvent(
124
- new CustomEvent('dragged', { bubbles: true, composed: true, detail: { top: this.top, left: this.left } }),
125
- );
123
+ this.dispatchEvent(new CustomEvent('dragged', { detail: { top: this.top, left: this.left } }));
126
124
  window.removeEventListener('mouseup', this._stopDrag);
127
125
  window.removeEventListener('touchend', this._stopDrag);
128
126
  window.removeEventListener('mousemove', this._drag);
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/dialog",
4
- "version": "25.0.10",
4
+ "version": "25.0.11",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/dialog",
4
- "version": "25.0.10",
4
+ "version": "25.0.11",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {