@vaadin/popover 25.0.0-alpha19 → 25.0.0-alpha20

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-alpha19",
3
+ "version": "25.0.0-alpha20",
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-alpha19",
40
- "@vaadin/component-base": "25.0.0-alpha19",
41
- "@vaadin/lit-renderer": "25.0.0-alpha19",
42
- "@vaadin/overlay": "25.0.0-alpha19",
43
- "@vaadin/vaadin-themable-mixin": "25.0.0-alpha19",
39
+ "@vaadin/a11y-base": "25.0.0-alpha20",
40
+ "@vaadin/component-base": "25.0.0-alpha20",
41
+ "@vaadin/lit-renderer": "25.0.0-alpha20",
42
+ "@vaadin/overlay": "25.0.0-alpha20",
43
+ "@vaadin/vaadin-themable-mixin": "25.0.0-alpha20",
44
44
  "lit": "^3.0.0"
45
45
  },
46
46
  "devDependencies": {
47
- "@vaadin/chai-plugins": "25.0.0-alpha19",
48
- "@vaadin/test-runner-commands": "25.0.0-alpha19",
47
+ "@vaadin/chai-plugins": "25.0.0-alpha20",
48
+ "@vaadin/test-runner-commands": "25.0.0-alpha20",
49
49
  "@vaadin/testing-helpers": "^2.0.0",
50
- "@vaadin/vaadin-lumo-styles": "25.0.0-alpha19",
50
+ "@vaadin/vaadin-lumo-styles": "25.0.0-alpha20",
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": "1f9af1ce5f0bae8daff044176c8a8df697763881"
57
+ "gitHead": "c948aae591a30b432f3784000d4677674cae56e0"
58
58
  }
@@ -36,9 +36,10 @@ const popoverOverlay = css`
36
36
  overflow: visible;
37
37
  max-height: 100%;
38
38
  border: var(--_border-width) solid
39
- var(--vaadin-popover-border-color, var(--vaadin-overlay-border-color, var(--vaadin-border-color-subtle)));
39
+ var(--vaadin-popover-border-color, var(--vaadin-overlay-border-color, var(--vaadin-border-color-secondary)));
40
40
  background: var(--vaadin-popover-background, var(--vaadin-overlay-background, var(--vaadin-background-color)));
41
41
  box-shadow: var(--vaadin-popover-box-shadow, var(--vaadin-overlay-box-shadow, 0 8px 24px -4px rgba(0, 0, 0, 0.3)));
42
+ border-radius: var(--vaadin-popover-border-radius, var(--vaadin-overlay-border-radius, var(--vaadin-radius-m)));
42
43
  }
43
44
 
44
45
  [part='content'] {
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-alpha19",
4
+ "version": "25.0.0-alpha20",
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-alpha19",
4
+ "version": "25.0.0-alpha20",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {