@vaadin/tooltip 25.0.0-alpha8 → 25.0.0-alpha9

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/tooltip",
3
- "version": "25.0.0-alpha8",
3
+ "version": "25.0.0-alpha9",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -37,17 +37,17 @@
37
37
  ],
38
38
  "dependencies": {
39
39
  "@open-wc/dedupe-mixin": "^1.3.0",
40
- "@vaadin/a11y-base": "25.0.0-alpha8",
41
- "@vaadin/component-base": "25.0.0-alpha8",
42
- "@vaadin/overlay": "25.0.0-alpha8",
43
- "@vaadin/popover": "25.0.0-alpha8",
44
- "@vaadin/vaadin-lumo-styles": "25.0.0-alpha8",
45
- "@vaadin/vaadin-themable-mixin": "25.0.0-alpha8",
40
+ "@vaadin/a11y-base": "25.0.0-alpha9",
41
+ "@vaadin/component-base": "25.0.0-alpha9",
42
+ "@vaadin/overlay": "25.0.0-alpha9",
43
+ "@vaadin/popover": "25.0.0-alpha9",
44
+ "@vaadin/vaadin-lumo-styles": "25.0.0-alpha9",
45
+ "@vaadin/vaadin-themable-mixin": "25.0.0-alpha9",
46
46
  "lit": "^3.0.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@vaadin/chai-plugins": "25.0.0-alpha8",
50
- "@vaadin/test-runner-commands": "25.0.0-alpha8",
49
+ "@vaadin/chai-plugins": "25.0.0-alpha9",
50
+ "@vaadin/test-runner-commands": "25.0.0-alpha9",
51
51
  "@vaadin/testing-helpers": "^2.0.0",
52
52
  "sinon": "^18.0.0"
53
53
  },
@@ -55,5 +55,5 @@
55
55
  "web-types.json",
56
56
  "web-types.lit.json"
57
57
  ],
58
- "gitHead": "ebf53673d5f639d2b1b6f2b31f640f530643ee2f"
58
+ "gitHead": "bbe4720721e0955ffc87a79b412bee38b1f0eb1e"
59
59
  }
@@ -42,22 +42,6 @@ class TooltipOverlay extends PopoverOverlayMixin(
42
42
  </div>
43
43
  `;
44
44
  }
45
-
46
- /**
47
- * @protected
48
- * @override
49
- */
50
- _attachOverlay() {
51
- this.showPopover();
52
- }
53
-
54
- /**
55
- * @protected
56
- * @override
57
- */
58
- _detachOverlay() {
59
- this.hidePopover();
60
- }
61
45
  }
62
46
 
63
47
  defineCustomElement(TooltipOverlay);
@@ -77,7 +77,6 @@ class Tooltip extends TooltipMixin(ThemePropertyMixin(ElementMixin(PolylitMixin(
77
77
  return html`
78
78
  <vaadin-tooltip-overlay
79
79
  id="overlay"
80
- popover="manual"
81
80
  .owner="${this}"
82
81
  theme="${ifDefined(this._theme)}"
83
82
  .opened="${this._isConnected && (this.manual ? this.opened : this._autoOpened)}"
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/tooltip",
4
- "version": "25.0.0-alpha8",
4
+ "version": "25.0.0-alpha9",
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/tooltip",
4
- "version": "25.0.0-alpha8",
4
+ "version": "25.0.0-alpha9",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {