@vaadin/vaadin-notification
Advanced tools
Comparing version 20.0.0-alpha4 to 20.0.0-alpha5
{ | ||
"name": "@vaadin/vaadin-notification", | ||
"version": "20.0.0-alpha4", | ||
"version": "20.0.0-alpha5", | ||
"description": "vaadin-notification", | ||
@@ -29,6 +29,6 @@ "main": "vaadin-notification.js", | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/vaadin-element-mixin": "^20.0.0-alpha4", | ||
"@vaadin/vaadin-lumo-styles": "^20.0.0-alpha4", | ||
"@vaadin/vaadin-material-styles": "^20.0.0-alpha4", | ||
"@vaadin/vaadin-themable-mixin": "^20.0.0-alpha4" | ||
"@vaadin/vaadin-element-mixin": "^20.0.0-alpha5", | ||
"@vaadin/vaadin-lumo-styles": "^20.0.0-alpha5", | ||
"@vaadin/vaadin-material-styles": "^20.0.0-alpha5", | ||
"@vaadin/vaadin-themable-mixin": "^20.0.0-alpha5" | ||
}, | ||
@@ -38,3 +38,3 @@ "devDependencies": { | ||
"@open-wc/testing-helpers": "^1.8.12", | ||
"@vaadin/vaadin-button": "^20.0.0-alpha4", | ||
"@vaadin/vaadin-button": "^20.0.0-alpha5", | ||
"sinon": "^9.2.1" | ||
@@ -45,3 +45,3 @@ }, | ||
}, | ||
"gitHead": "9231db8255f75ccf3a241224ed36015c5e31994e" | ||
"gitHead": "78d1ead024055d57ef2badf52cfdb403290416b9" | ||
} |
@@ -19,8 +19,8 @@ import { NotificationElement } from './vaadin-notification'; | ||
*/ | ||
export type NotificationOpenedChanged = CustomEvent<{ value: boolean }>; | ||
export type NotificationOpenedChangedEvent = CustomEvent<{ value: boolean }>; | ||
export interface NotificationElementEventMap { | ||
'opened-changed': NotificationOpenedChanged; | ||
'opened-changed': NotificationOpenedChangedEvent; | ||
} | ||
export interface NotificationEventMap extends HTMLElementEventMap, NotificationElementEventMap {} |
@@ -272,3 +272,3 @@ /** | ||
static get version() { | ||
return '20.0.0-alpha4'; | ||
return '20.0.0-alpha5'; | ||
} | ||
@@ -275,0 +275,0 @@ |
export * from './src/vaadin-notification.js'; | ||
export * from './src/interfaces'; | ||
// TODO: remove from Vaadin 21 | ||
export * from './src/vaadin-notification-legacy-events.js'; |
46981
13
968