@vaadin/popover 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.
@@ -545,12 +545,6 @@
545
545
  }
546
546
  ]
547
547
  },
548
- {
549
- "kind": "javascript-module",
550
- "path": "src/vaadin-popover-overlay.js",
551
- "declarations": [],
552
- "exports": []
553
- },
554
548
  {
555
549
  "kind": "javascript-module",
556
550
  "path": "src/vaadin-popover-position-mixin.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/popover",
3
- "version": "25.1.0-alpha9",
3
+ "version": "25.1.0-beta2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -37,19 +37,19 @@
37
37
  ],
38
38
  "dependencies": {
39
39
  "@open-wc/dedupe-mixin": "^1.3.0",
40
- "@vaadin/a11y-base": "25.1.0-alpha9",
41
- "@vaadin/component-base": "25.1.0-alpha9",
42
- "@vaadin/lit-renderer": "25.1.0-alpha9",
43
- "@vaadin/overlay": "25.1.0-alpha9",
44
- "@vaadin/vaadin-themable-mixin": "25.1.0-alpha9",
40
+ "@vaadin/a11y-base": "25.1.0-beta2",
41
+ "@vaadin/component-base": "25.1.0-beta2",
42
+ "@vaadin/lit-renderer": "25.1.0-beta2",
43
+ "@vaadin/overlay": "25.1.0-beta2",
44
+ "@vaadin/vaadin-themable-mixin": "25.1.0-beta2",
45
45
  "lit": "^3.0.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@vaadin/aura": "25.1.0-alpha9",
49
- "@vaadin/chai-plugins": "25.1.0-alpha9",
50
- "@vaadin/test-runner-commands": "25.1.0-alpha9",
48
+ "@vaadin/aura": "25.1.0-beta2",
49
+ "@vaadin/chai-plugins": "25.1.0-beta2",
50
+ "@vaadin/test-runner-commands": "25.1.0-beta2",
51
51
  "@vaadin/testing-helpers": "^2.0.0",
52
- "@vaadin/vaadin-lumo-styles": "25.1.0-alpha9",
52
+ "@vaadin/vaadin-lumo-styles": "25.1.0-beta2",
53
53
  "sinon": "^21.0.0"
54
54
  },
55
55
  "customElements": "custom-elements.json",
@@ -57,5 +57,5 @@
57
57
  "web-types.json",
58
58
  "web-types.lit.json"
59
59
  ],
60
- "gitHead": "ef432311376ba3dac4233cb23d393a49a425e0a4"
60
+ "gitHead": "ffbedbae08a5160d13bcd1c6fcaa328df5103a05"
61
61
  }
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.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/popover",
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": {