mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +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/button/Button.d.ts
vendored
2
components/lib/button/Button.d.ts
vendored
|
@ -119,7 +119,7 @@ export interface ButtonProps extends ButtonHTMLAttributes {
|
|||
/**
|
||||
* Severity type of the badge.
|
||||
*/
|
||||
badgeSeverity?: 'info' | 'success' | 'warning' | 'danger' | string | null | undefined;
|
||||
badgeSeverity?: 'secondary' | 'info' | 'success' | 'warning' | 'danger' | 'contrast' | string | null | undefined;
|
||||
/**
|
||||
* Whether the button is in loading state.
|
||||
* @defaultValue false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue