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
|
@ -94,7 +94,7 @@ export interface InlineMessageProps {
|
|||
* Severity level of the message.
|
||||
* @defaultValue info
|
||||
*/
|
||||
severity?: 'success' | 'info' | 'warn' | 'error' | string | undefined;
|
||||
severity?: 'success' | 'info' | 'warn' | 'error' | 'secondary' | 'contrast' | string | undefined;
|
||||
/**
|
||||
* Display a custom icon for the message.
|
||||
* @deprecated since v3.27.0. Use 'icon' slot.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue