@vaadin/notification 24.6.0-alpha6 → 24.6.0-alpha8

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/notification",
3
- "version": "24.6.0-alpha6",
3
+ "version": "24.6.0-alpha8",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -39,16 +39,16 @@
39
39
  "dependencies": {
40
40
  "@open-wc/dedupe-mixin": "^1.3.0",
41
41
  "@polymer/polymer": "^3.0.0",
42
- "@vaadin/component-base": "24.6.0-alpha6",
43
- "@vaadin/lit-renderer": "24.6.0-alpha6",
44
- "@vaadin/vaadin-lumo-styles": "24.6.0-alpha6",
45
- "@vaadin/vaadin-material-styles": "24.6.0-alpha6",
46
- "@vaadin/vaadin-themable-mixin": "24.6.0-alpha6",
42
+ "@vaadin/component-base": "24.6.0-alpha8",
43
+ "@vaadin/lit-renderer": "24.6.0-alpha8",
44
+ "@vaadin/vaadin-lumo-styles": "24.6.0-alpha8",
45
+ "@vaadin/vaadin-material-styles": "24.6.0-alpha8",
46
+ "@vaadin/vaadin-themable-mixin": "24.6.0-alpha8",
47
47
  "lit": "^3.0.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@vaadin/button": "24.6.0-alpha6",
51
- "@vaadin/chai-plugins": "24.6.0-alpha6",
50
+ "@vaadin/button": "24.6.0-alpha8",
51
+ "@vaadin/chai-plugins": "24.6.0-alpha8",
52
52
  "@vaadin/testing-helpers": "^1.0.0",
53
53
  "sinon": "^18.0.0"
54
54
  },
@@ -56,5 +56,5 @@
56
56
  "web-types.json",
57
57
  "web-types.lit.json"
58
58
  ],
59
- "gitHead": "53f2f0c6cb9324a832ee7c0a052db927e151e167"
59
+ "gitHead": "a11e1510c4caa08775b202714f5fc1198c22132a"
60
60
  }
@@ -1,6 +1,6 @@
1
1
  import type { Constructor } from '@open-wc/dedupe-mixin';
2
- import type { OverlayClassMixinClass } from '@vaadin/component-base/src/overlay-class-mixin';
3
- import type { ThemePropertyMixinClass } from '@vaadin/vaadin-themable-mixin/vaadin-theme-property-mixin';
2
+ import type { OverlayClassMixinClass } from '@vaadin/component-base/src/overlay-class-mixin.js';
3
+ import type { ThemePropertyMixinClass } from '@vaadin/vaadin-themable-mixin/vaadin-theme-property-mixin.js';
4
4
  import type { Notification } from './vaadin-notification.js';
5
5
 
6
6
  export type NotificationPosition =
@@ -264,7 +264,7 @@ export const NotificationMixin = (superClass) =>
264
264
  * It is not guaranteed that the update happens immediately (synchronously) after it is requested.
265
265
  */
266
266
  requestContentUpdate() {
267
- if (!this.renderer) {
267
+ if (!this.renderer || !this._card) {
268
268
  return;
269
269
  }
270
270
 
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/notification",
4
- "version": "24.6.0-alpha6",
4
+ "version": "24.6.0-alpha8",
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/notification",
4
- "version": "24.6.0-alpha6",
4
+ "version": "24.6.0-alpha8",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {