#5200 for badge and tag, new secondary and contrast variants

This commit is contained in:
Cagatay Civici 2024-02-03 12:41:06 +03:00
parent b9bf900fcc
commit feb24d1555
87 changed files with 1319 additions and 145601 deletions

View file

@ -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'.
*/