mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
chore(changelog): 0.9.8 notes
This commit is contained in:
parent
c00dbe6830
commit
7185af6d5e
3 changed files with 13 additions and 1 deletions
8
types/index.d.ts
vendored
8
types/index.d.ts
vendored
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue