@vaadin/overlay 24.1.1 → 24.1.3

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/overlay",
3
- "version": "24.1.1",
3
+ "version": "24.1.3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -36,11 +36,11 @@
36
36
  "dependencies": {
37
37
  "@open-wc/dedupe-mixin": "^1.3.0",
38
38
  "@polymer/polymer": "^3.0.0",
39
- "@vaadin/a11y-base": "~24.1.1",
40
- "@vaadin/component-base": "~24.1.1",
41
- "@vaadin/vaadin-lumo-styles": "~24.1.1",
42
- "@vaadin/vaadin-material-styles": "~24.1.1",
43
- "@vaadin/vaadin-themable-mixin": "~24.1.1"
39
+ "@vaadin/a11y-base": "~24.1.3",
40
+ "@vaadin/component-base": "~24.1.3",
41
+ "@vaadin/vaadin-lumo-styles": "~24.1.3",
42
+ "@vaadin/vaadin-material-styles": "~24.1.3",
43
+ "@vaadin/vaadin-themable-mixin": "~24.1.3"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@esm-bundle/chai": "^4.3.4",
@@ -48,5 +48,5 @@
48
48
  "lit": "^2.0.0",
49
49
  "sinon": "^13.0.2"
50
50
  },
51
- "gitHead": "c3a3d904885bd37ebb07a84b09617a340b4fab7e"
51
+ "gitHead": "161d7de3f22afa4b67723493555c0512ce2acfe3"
52
52
  }
@@ -110,7 +110,7 @@ export type OverlayEventMap = HTMLElementEventMap & OverlayCustomEventMap;
110
110
  * ---|---|---
111
111
  * `--vaadin-overlay-viewport-bottom` | Bottom offset of the visible viewport area | `0` or detected offset
112
112
  *
113
- * See [Styling Components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components) documentation.
113
+ * See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
114
114
  *
115
115
  * @fires {CustomEvent} opened-changed - Fired when the `opened` property changes.
116
116
  * @fires {CustomEvent} vaadin-overlay-open - Fired after the overlay is opened.
@@ -60,7 +60,7 @@ import { OverlayFocusMixin } from './vaadin-overlay-focus-mixin.js';
60
60
  * ---|---|---
61
61
  * `--vaadin-overlay-viewport-bottom` | Bottom offset of the visible viewport area | `0` or detected offset
62
62
  *
63
- * See [Styling Components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components) documentation.
63
+ * See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
64
64
  *
65
65
  * @fires {CustomEvent} opened-changed - Fired when the `opened` property changes.
66
66
  * @fires {CustomEvent} vaadin-overlay-open - Fired after the overlay is opened.