@vaadin/tooltip 25.1.0-alpha9 → 25.1.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.
@@ -21,12 +21,6 @@
21
21
  "kind": "javascript-module",
22
22
  "path": "src/vaadin-tooltip-mixin.js",
23
23
  "declarations": [
24
- {
25
- "kind": "function",
26
- "name": "resetGlobalTooltipState",
27
- "description": "Resets the global tooltip warmup and cooldown state.\nOnly for internal use in tests.",
28
- "privacy": "private"
29
- },
30
24
  {
31
25
  "kind": "mixin",
32
26
  "description": "A mixin providing common tooltip functionality.",
@@ -335,14 +329,6 @@
335
329
  }
336
330
  ],
337
331
  "exports": [
338
- {
339
- "kind": "js",
340
- "name": "resetGlobalTooltipState",
341
- "declaration": {
342
- "name": "resetGlobalTooltipState",
343
- "module": "src/vaadin-tooltip-mixin.js"
344
- }
345
- },
346
332
  {
347
333
  "kind": "js",
348
334
  "name": "TooltipMixin",
@@ -353,12 +339,6 @@
353
339
  }
354
340
  ]
355
341
  },
356
- {
357
- "kind": "javascript-module",
358
- "path": "src/vaadin-tooltip-overlay.js",
359
- "declarations": [],
360
- "exports": []
361
- },
362
342
  {
363
343
  "kind": "javascript-module",
364
344
  "path": "src/vaadin-tooltip.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/tooltip",
3
- "version": "25.1.0-alpha9",
3
+ "version": "25.1.0-beta2",
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/a11y-base": "25.1.0-alpha9",
39
- "@vaadin/component-base": "25.1.0-alpha9",
40
- "@vaadin/markdown": "25.1.0-alpha9",
41
- "@vaadin/overlay": "25.1.0-alpha9",
42
- "@vaadin/popover": "25.1.0-alpha9",
43
- "@vaadin/vaadin-themable-mixin": "25.1.0-alpha9",
38
+ "@vaadin/a11y-base": "25.1.0-beta2",
39
+ "@vaadin/component-base": "25.1.0-beta2",
40
+ "@vaadin/markdown": "25.1.0-beta2",
41
+ "@vaadin/overlay": "25.1.0-beta2",
42
+ "@vaadin/popover": "25.1.0-beta2",
43
+ "@vaadin/vaadin-themable-mixin": "25.1.0-beta2",
44
44
  "lit": "^3.0.0"
45
45
  },
46
46
  "devDependencies": {
47
- "@vaadin/aura": "25.1.0-alpha9",
48
- "@vaadin/chai-plugins": "25.1.0-alpha9",
49
- "@vaadin/test-runner-commands": "25.1.0-alpha9",
47
+ "@vaadin/aura": "25.1.0-beta2",
48
+ "@vaadin/chai-plugins": "25.1.0-beta2",
49
+ "@vaadin/test-runner-commands": "25.1.0-beta2",
50
50
  "@vaadin/testing-helpers": "^2.0.0",
51
- "@vaadin/vaadin-lumo-styles": "25.1.0-alpha9",
51
+ "@vaadin/vaadin-lumo-styles": "25.1.0-beta2",
52
52
  "sinon": "^21.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": "ef432311376ba3dac4233cb23d393a49a425e0a4"
59
+ "gitHead": "ffbedbae08a5160d13bcd1c6fcaa328df5103a05"
60
60
  }
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.1.0-alpha9",
4
+ "version": "25.1.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/tooltip",
4
- "version": "25.1.0-alpha9",
4
+ "version": "25.1.0-beta2",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {