mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #5200 - Contrast and Secondary Variants for Badge/Tag/Message/Toast
This commit is contained in:
parent
feb24d1555
commit
58300487f0
87 changed files with 152167 additions and 3313 deletions
2
components/lib/toast/Toast.d.ts
vendored
2
components/lib/toast/Toast.d.ts
vendored
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue