@vaadin/popover 25.0.0-beta1 → 25.0.0-beta3

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-beta3",
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-beta3",
40
+ "@vaadin/component-base": "25.0.0-beta3",
41
+ "@vaadin/lit-renderer": "25.0.0-beta3",
42
+ "@vaadin/overlay": "25.0.0-beta3",
43
+ "@vaadin/vaadin-themable-mixin": "25.0.0-beta3",
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-beta3",
48
+ "@vaadin/test-runner-commands": "25.0.0-beta3",
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-beta3",
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": "4b2006b0e2f4fc131f5483223b852d34224e7b9a"
58
58
  }
@@ -35,9 +35,7 @@ class PopoverOverlay extends PopoverOverlayMixin(
35
35
  }
36
36
 
37
37
  static get lumoInjector() {
38
- return {
39
- includeBaseStyles: true,
40
- };
38
+ return { ...super.lumoInjector, includeBaseStyles: true };
41
39
  }
42
40
 
43
41
  /** @protected */
@@ -74,6 +72,14 @@ class PopoverOverlay extends PopoverOverlayMixin(
74
72
  return this.owner;
75
73
  }
76
74
 
75
+ /**
76
+ * @override
77
+ * @protected
78
+ */
79
+ get _rendererRoot() {
80
+ return this.owner;
81
+ }
82
+
77
83
  /**
78
84
  * Override method from OverlayFocusMixin to use owner as focus trap root
79
85
  * @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-beta3",
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-beta3",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {