Add support for displaying a Badge in Chip component
WA
Wallin Amanda
Chip component now supports displaying a Badge at the start of the chip using the hasBadge and badgeColor props. The badge is positioned before the label text and provides visual status or count information.ChipSkeleton now displays a grey badge placeholder when hasBadge is enabled during loading state.Chip padding logic to be more maintainable and consistent.hasBadge and badgeColor optional properties to FilterModel and FilterSetting types, allowing filter chips to display badges.
Extended ChipWithMenu component to support badge props through ConditionalBadgeProps, enabling badges in filter row chips.internal/stories
ui/data-grid