@vaadin/vaadin-notification
Advanced tools
Comparing version 1.6.0-alpha1 to 1.6.0-alpha2
@@ -9,3 +9,3 @@ import { NotificationElement } from '../src/vaadin-notification.js'; | ||
root: HTMLElement, | ||
notification: NotificationElement | ||
notification?: NotificationElement | ||
) => void; |
@@ -13,3 +13,3 @@ { | ||
"name": "@vaadin/vaadin-notification", | ||
"version": "1.6.0-alpha1", | ||
"version": "1.6.0-alpha2", | ||
"main": "vaadin-notification.js", | ||
@@ -16,0 +16,0 @@ "author": "Vaadin Ltd", |
@@ -273,3 +273,3 @@ /** | ||
static get version() { | ||
return '1.6.0-alpha1'; | ||
return '1.6.0-alpha2'; | ||
} | ||
@@ -276,0 +276,0 @@ |
@@ -15,1 +15,2 @@ /** | ||
export * from './src/vaadin-notification.js'; | ||
export * from './@types/interfaces'; |
50678
1016