@vaadin/confirm-dialog 25.3.0-alpha6 → 25.3.0-alpha7

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/confirm-dialog",
3
- "version": "25.3.0-alpha6",
3
+ "version": "25.3.0-alpha7",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -35,20 +35,20 @@
35
35
  ],
36
36
  "dependencies": {
37
37
  "@open-wc/dedupe-mixin": "^1.3.0",
38
- "@vaadin/button": "25.3.0-alpha6",
39
- "@vaadin/component-base": "25.3.0-alpha6",
40
- "@vaadin/dialog": "25.3.0-alpha6",
41
- "@vaadin/overlay": "25.3.0-alpha6",
42
- "@vaadin/vaadin-themable-mixin": "25.3.0-alpha6",
38
+ "@vaadin/button": "25.3.0-alpha7",
39
+ "@vaadin/component-base": "25.3.0-alpha7",
40
+ "@vaadin/dialog": "25.3.0-alpha7",
41
+ "@vaadin/overlay": "25.3.0-alpha7",
42
+ "@vaadin/vaadin-themable-mixin": "25.3.0-alpha7",
43
43
  "lit": "^3.0.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@vaadin/a11y-base": "25.3.0-alpha6",
47
- "@vaadin/aura": "25.3.0-alpha6",
48
- "@vaadin/chai-plugins": "25.3.0-alpha6",
49
- "@vaadin/test-runner-commands": "25.3.0-alpha6",
46
+ "@vaadin/a11y-base": "25.3.0-alpha7",
47
+ "@vaadin/aura": "25.3.0-alpha7",
48
+ "@vaadin/chai-plugins": "25.3.0-alpha7",
49
+ "@vaadin/test-runner-commands": "25.3.0-alpha7",
50
50
  "@vaadin/testing-helpers": "^2.0.0",
51
- "@vaadin/vaadin-lumo-styles": "25.3.0-alpha6",
51
+ "@vaadin/vaadin-lumo-styles": "25.3.0-alpha7",
52
52
  "sinon": "^22.0.0"
53
53
  },
54
54
  "customElements": "custom-elements.json",
@@ -56,5 +56,5 @@
56
56
  "web-types.json",
57
57
  "web-types.lit.json"
58
58
  ],
59
- "gitHead": "92c124fb9cff367bc07e734d8e65707facd0bd43"
59
+ "gitHead": "ae7b9823df5598faebd7a482993029ee489c35ae"
60
60
  }
@@ -88,11 +88,11 @@ class ConfirmDialogOverlay extends OverlayMixin(DirMixin(ThemableMixin(PolylitMi
88
88
  }
89
89
 
90
90
  /**
91
- * Override method from OverlayFocusMixin to use owner as focus trap root
91
+ * Override method from OverlayFocusMixin to use owner as focus root
92
92
  * @protected
93
93
  * @override
94
94
  */
95
- get _focusTrapRoot() {
95
+ get _focusRoot() {
96
96
  return this.owner;
97
97
  }
98
98
  }
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/confirm-dialog",
4
- "version": "25.3.0-alpha6",
4
+ "version": "25.3.0-alpha7",
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/confirm-dialog",
4
- "version": "25.3.0-alpha6",
4
+ "version": "25.3.0-alpha7",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {