@vaadin/popover 25.0.0-beta1 → 25.0.0-beta2

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/popover",
3
- "version": "25.0.0-beta1",
3
+ "version": "25.0.0-beta2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -36,23 +36,23 @@
36
36
  ],
37
37
  "dependencies": {
38
38
  "@open-wc/dedupe-mixin": "^1.3.0",
39
- "@vaadin/a11y-base": "25.0.0-beta1",
40
- "@vaadin/component-base": "25.0.0-beta1",
41
- "@vaadin/lit-renderer": "25.0.0-beta1",
42
- "@vaadin/overlay": "25.0.0-beta1",
43
- "@vaadin/vaadin-themable-mixin": "25.0.0-beta1",
39
+ "@vaadin/a11y-base": "25.0.0-beta2",
40
+ "@vaadin/component-base": "25.0.0-beta2",
41
+ "@vaadin/lit-renderer": "25.0.0-beta2",
42
+ "@vaadin/overlay": "25.0.0-beta2",
43
+ "@vaadin/vaadin-themable-mixin": "25.0.0-beta2",
44
44
  "lit": "^3.0.0"
45
45
  },
46
46
  "devDependencies": {
47
- "@vaadin/chai-plugins": "25.0.0-beta1",
48
- "@vaadin/test-runner-commands": "25.0.0-beta1",
47
+ "@vaadin/chai-plugins": "25.0.0-beta2",
48
+ "@vaadin/test-runner-commands": "25.0.0-beta2",
49
49
  "@vaadin/testing-helpers": "^2.0.0",
50
- "@vaadin/vaadin-lumo-styles": "25.0.0-beta1",
50
+ "@vaadin/vaadin-lumo-styles": "25.0.0-beta2",
51
51
  "sinon": "^21.0.0"
52
52
  },
53
53
  "web-types": [
54
54
  "web-types.json",
55
55
  "web-types.lit.json"
56
56
  ],
57
- "gitHead": "1d20cf54e582d1f2e209126d4586f8b4c01c50e0"
57
+ "gitHead": "e078f8371ae266f05c7ca1ec25686cc489c83f24"
58
58
  }
@@ -74,6 +74,14 @@ class PopoverOverlay extends PopoverOverlayMixin(
74
74
  return this.owner;
75
75
  }
76
76
 
77
+ /**
78
+ * @override
79
+ * @protected
80
+ */
81
+ get _rendererRoot() {
82
+ return this.owner;
83
+ }
84
+
77
85
  /**
78
86
  * Override method from OverlayFocusMixin to use owner as focus trap root
79
87
  * @protected
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/popover",
4
- "version": "25.0.0-beta1",
4
+ "version": "25.0.0-beta2",
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/popover",
4
- "version": "25.0.0-beta1",
4
+ "version": "25.0.0-beta2",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {