@vaadin/vaadin-overlay 23.2.0-rc1 → 23.2.0
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 +9 -9
- 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/vaadin-overlay",
|
|
3
|
-
"version": "23.2.0
|
|
3
|
+
"version": "23.2.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -35,20 +35,20 @@
|
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@polymer/polymer": "^3.0.0",
|
|
38
|
-
"@vaadin/component-base": "23.2.0
|
|
39
|
-
"@vaadin/vaadin-lumo-styles": "23.2.0
|
|
40
|
-
"@vaadin/vaadin-material-styles": "23.2.0
|
|
41
|
-
"@vaadin/vaadin-themable-mixin": "23.2.0
|
|
38
|
+
"@vaadin/component-base": "^23.2.0",
|
|
39
|
+
"@vaadin/vaadin-lumo-styles": "^23.2.0",
|
|
40
|
+
"@vaadin/vaadin-material-styles": "^23.2.0",
|
|
41
|
+
"@vaadin/vaadin-themable-mixin": "^23.2.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@esm-bundle/chai": "^4.3.4",
|
|
45
45
|
"@polymer/iron-overlay-behavior": "^3.0.0",
|
|
46
|
-
"@vaadin/button": "23.2.0
|
|
47
|
-
"@vaadin/radio-group": "23.2.0
|
|
46
|
+
"@vaadin/button": "^23.2.0",
|
|
47
|
+
"@vaadin/radio-group": "^23.2.0",
|
|
48
48
|
"@vaadin/testing-helpers": "^0.3.2",
|
|
49
|
-
"@vaadin/text-field": "23.2.0
|
|
49
|
+
"@vaadin/text-field": "^23.2.0",
|
|
50
50
|
"lit": "^2.0.0",
|
|
51
51
|
"sinon": "^13.0.2"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "8b1f5941f26ac41ca038e75e24c8584e331bc7a8"
|
|
54
54
|
}
|
package/src/vaadin-overlay.d.ts
CHANGED
|
@@ -135,7 +135,7 @@ export type OverlayEventMap = HTMLElementEventMap & OverlayElementEventMap;
|
|
|
135
135
|
* ---|---|---
|
|
136
136
|
* `--vaadin-overlay-viewport-bottom` | Bottom offset of the visible viewport area | `0` or detected offset
|
|
137
137
|
*
|
|
138
|
-
* See [Styling Components](https://vaadin.com/docs/latest/
|
|
138
|
+
* See [Styling Components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components) documentation.
|
|
139
139
|
*
|
|
140
140
|
* @fires {CustomEvent} opened-changed - Fired when the `opened` property changes.
|
|
141
141
|
* @fires {CustomEvent} vaadin-overlay-open - Fired after the overlay is opened.
|
package/src/vaadin-overlay.js
CHANGED
|
@@ -90,7 +90,7 @@ import { ThemableMixin } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mix
|
|
|
90
90
|
* ---|---|---
|
|
91
91
|
* `--vaadin-overlay-viewport-bottom` | Bottom offset of the visible viewport area | `0` or detected offset
|
|
92
92
|
*
|
|
93
|
-
* See [Styling Components](https://vaadin.com/docs/latest/
|
|
93
|
+
* See [Styling Components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components) documentation.
|
|
94
94
|
*
|
|
95
95
|
* @fires {CustomEvent} opened-changed - Fired when the `opened` property changes.
|
|
96
96
|
* @fires {CustomEvent} vaadin-overlay-open - Fired after the overlay is opened.
|