@vaadin/notification 25.0.0-alpha6 → 25.0.0-alpha7
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 +10 -10
- package/src/vaadin-notification.js +1 -3
- 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": "25.0.0-
|
|
3
|
+
"version": "25.0.0-alpha7",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -37,17 +37,17 @@
|
|
|
37
37
|
],
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@open-wc/dedupe-mixin": "^1.3.0",
|
|
40
|
-
"@vaadin/component-base": "25.0.0-
|
|
41
|
-
"@vaadin/lit-renderer": "25.0.0-
|
|
42
|
-
"@vaadin/overlay": "25.0.0-
|
|
43
|
-
"@vaadin/vaadin-lumo-styles": "25.0.0-
|
|
44
|
-
"@vaadin/vaadin-themable-mixin": "25.0.0-
|
|
40
|
+
"@vaadin/component-base": "25.0.0-alpha7",
|
|
41
|
+
"@vaadin/lit-renderer": "25.0.0-alpha7",
|
|
42
|
+
"@vaadin/overlay": "25.0.0-alpha7",
|
|
43
|
+
"@vaadin/vaadin-lumo-styles": "25.0.0-alpha7",
|
|
44
|
+
"@vaadin/vaadin-themable-mixin": "25.0.0-alpha7",
|
|
45
45
|
"lit": "^3.0.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@vaadin/button": "25.0.0-
|
|
49
|
-
"@vaadin/chai-plugins": "25.0.0-
|
|
50
|
-
"@vaadin/test-runner-commands": "25.0.0-
|
|
48
|
+
"@vaadin/button": "25.0.0-alpha7",
|
|
49
|
+
"@vaadin/chai-plugins": "25.0.0-alpha7",
|
|
50
|
+
"@vaadin/test-runner-commands": "25.0.0-alpha7",
|
|
51
51
|
"@vaadin/testing-helpers": "^2.0.0",
|
|
52
52
|
"sinon": "^18.0.0"
|
|
53
53
|
},
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"web-types.json",
|
|
56
56
|
"web-types.lit.json"
|
|
57
57
|
],
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "87f72707ce6866892f8be5782fa0da008e87dcbc"
|
|
59
59
|
}
|
|
@@ -142,9 +142,7 @@ class NotificationCard extends ThemableMixin(LumoInjectionMixin(PolylitMixin(Lit
|
|
|
142
142
|
* @mixes NotificationMixin
|
|
143
143
|
* @mixes ElementMixin
|
|
144
144
|
*/
|
|
145
|
-
class Notification extends NotificationMixin(
|
|
146
|
-
ElementMixin(ThemableMixin(LumoInjectionMixin(PolylitMixin(LitElement)))),
|
|
147
|
-
) {
|
|
145
|
+
class Notification extends NotificationMixin(ElementMixin(ThemableMixin(PolylitMixin(LitElement)))) {
|
|
148
146
|
static get is() {
|
|
149
147
|
return 'vaadin-notification';
|
|
150
148
|
}
|
package/web-types.json
CHANGED
package/web-types.lit.json
CHANGED