@vaadin/notification 24.6.0-alpha7 → 24.6.0-alpha9
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-notification-mixin.js +1 -1
- package/web-types.json +1 -1
- package/web-types.lit.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vaadin/notification",
|
|
3
|
-
"version": "24.6.0-
|
|
3
|
+
"version": "24.6.0-alpha9",
|
|
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-
|
|
43
|
-
"@vaadin/lit-renderer": "24.6.0-
|
|
44
|
-
"@vaadin/vaadin-lumo-styles": "24.6.0-
|
|
45
|
-
"@vaadin/vaadin-material-styles": "24.6.0-
|
|
46
|
-
"@vaadin/vaadin-themable-mixin": "24.6.0-
|
|
42
|
+
"@vaadin/component-base": "24.6.0-alpha9",
|
|
43
|
+
"@vaadin/lit-renderer": "24.6.0-alpha9",
|
|
44
|
+
"@vaadin/vaadin-lumo-styles": "24.6.0-alpha9",
|
|
45
|
+
"@vaadin/vaadin-material-styles": "24.6.0-alpha9",
|
|
46
|
+
"@vaadin/vaadin-themable-mixin": "24.6.0-alpha9",
|
|
47
47
|
"lit": "^3.0.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@vaadin/button": "24.6.0-
|
|
51
|
-
"@vaadin/chai-plugins": "24.6.0-
|
|
50
|
+
"@vaadin/button": "24.6.0-alpha9",
|
|
51
|
+
"@vaadin/chai-plugins": "24.6.0-alpha9",
|
|
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": "
|
|
59
|
+
"gitHead": "e303d77ba20c3089c9998be9a318733d9ec5b53c"
|
|
60
60
|
}
|
|
@@ -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
package/web-types.lit.json
CHANGED