Fixed #5200 - Contrast and Secondary Variants for Badge/Tag/Message/Toast

This commit is contained in:
Cagatay Civici 2024-02-03 14:36:08 +03:00
parent feb24d1555
commit 58300487f0
87 changed files with 152167 additions and 3313 deletions

View file

@ -131,7 +131,7 @@ export interface ToastMessageOptions {
* Severity level of the message.
* @defaultValue info
*/
severity?: 'success' | 'info' | 'warn' | 'error' | undefined;
severity?: 'success' | 'info' | 'warn' | 'error' | 'secondary' | 'contrast' | undefined;
/**
* Summary content of the message.
*/