mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
#5200 for badge and tag, new secondary and contrast variants
This commit is contained in:
parent
b9bf900fcc
commit
feb24d1555
87 changed files with 1319 additions and 145601 deletions
2
components/lib/badge/Badge.d.ts
vendored
2
components/lib/badge/Badge.d.ts
vendored
|
@ -70,7 +70,7 @@ export interface BadgeProps {
|
|||
/**
|
||||
* Severity type of the badge.
|
||||
*/
|
||||
severity?: 'info' | 'success' | 'warning' | 'danger' | string | null | undefined;
|
||||
severity?: 'secondary' | 'info' | 'success' | 'warning' | 'danger' | 'contrast' | string | null | undefined;
|
||||
/**
|
||||
* Size of the badge, valid options are 'large' and 'xlarge'.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue