You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(badge): support array values in DescriptionCard and unify badge interface
- DescriptionCard badge field now accepts array values, rendering multiple badges
- Extract shared BadgeVariant type and BadgeOptions interface into badge-utils.ts
- DataTable's BadgeCellOptions now extends shared BadgeOptions
- Add badgeLabelMap and defaultBadgeVariant to DescriptionCard FieldMeta
- Deprecate BadgeVariantType in favor of shared BadgeVariant
- Add resolveBadgeVariant/resolveBadgeLabel shared utilities
- Add example of array badge usage in vite-app
0 commit comments