@vaadin/overlay 24.0.7 → 24.0.9
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 +6 -6
- package/src/vaadin-overlay.d.ts +1 -1
- package/src/vaadin-overlay.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vaadin/overlay",
|
|
3
|
-
"version": "24.0.
|
|
3
|
+
"version": "24.0.9",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -36,10 +36,10 @@
|
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@open-wc/dedupe-mixin": "^1.3.0",
|
|
38
38
|
"@polymer/polymer": "^3.0.0",
|
|
39
|
-
"@vaadin/component-base": "~24.0.
|
|
40
|
-
"@vaadin/vaadin-lumo-styles": "~24.0.
|
|
41
|
-
"@vaadin/vaadin-material-styles": "~24.0.
|
|
42
|
-
"@vaadin/vaadin-themable-mixin": "~24.0.
|
|
39
|
+
"@vaadin/component-base": "~24.0.9",
|
|
40
|
+
"@vaadin/vaadin-lumo-styles": "~24.0.9",
|
|
41
|
+
"@vaadin/vaadin-material-styles": "~24.0.9",
|
|
42
|
+
"@vaadin/vaadin-themable-mixin": "~24.0.9"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@esm-bundle/chai": "^4.3.4",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"lit": "^2.0.0",
|
|
48
48
|
"sinon": "^13.0.2"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "86c176ce20ec9fdf3dfbf7d5c119d4ebddab5185"
|
|
51
51
|
}
|
package/src/vaadin-overlay.d.ts
CHANGED
|
@@ -109,7 +109,7 @@ export type OverlayEventMap = HTMLElementEventMap & OverlayCustomEventMap;
|
|
|
109
109
|
* ---|---|---
|
|
110
110
|
* `--vaadin-overlay-viewport-bottom` | Bottom offset of the visible viewport area | `0` or detected offset
|
|
111
111
|
*
|
|
112
|
-
* See [Styling Components](https://vaadin.com/docs/latest/styling/
|
|
112
|
+
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
|
|
113
113
|
*
|
|
114
114
|
* @fires {CustomEvent} opened-changed - Fired when the `opened` property changes.
|
|
115
115
|
* @fires {CustomEvent} vaadin-overlay-open - Fired after the overlay is opened.
|
package/src/vaadin-overlay.js
CHANGED
|
@@ -61,7 +61,7 @@ import { ThemableMixin } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mix
|
|
|
61
61
|
* ---|---|---
|
|
62
62
|
* `--vaadin-overlay-viewport-bottom` | Bottom offset of the visible viewport area | `0` or detected offset
|
|
63
63
|
*
|
|
64
|
-
* See [Styling Components](https://vaadin.com/docs/latest/styling/
|
|
64
|
+
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
|
|
65
65
|
*
|
|
66
66
|
* @fires {CustomEvent} opened-changed - Fired when the `opened` property changes.
|
|
67
67
|
* @fires {CustomEvent} vaadin-overlay-open - Fired after the overlay is opened.
|