chore(changelog): 0.9.8 notes

This commit is contained in:
Eric Liu 2020-08-23 13:33:03 -07:00
commit 7185af6d5e
3 changed files with 13 additions and 1 deletions

8
types/index.d.ts vendored
View file

@ -1738,6 +1738,12 @@ export class InlineNotification extends CarbonSvelteComponent {
*/
lowContrast?: boolean;
/**
* Set the timeout duration (ms) to hide the notification after opening it
* @default 0
*/
timeout?: number;
/**
* Set the `role` attribute
* @default "alert"
@ -4594,7 +4600,7 @@ export class ToastNotification extends CarbonSvelteComponent {
lowContrast?: boolean;
/**
* Set the timeout duration (ms) to hide the notification after closing it
* Set the timeout duration (ms) to hide the notification after opening it
* @default 0
*/
timeout?: number;