BadgeDensity
Density preset that controls inner padding (and therefore overall height) for all badges in a column. Applied at the level so a single column reads as one consistent label set.
'Compact'- tight padding for dense grids -'Normal'- default; balanced padding (matches pre-existing look) -'Comfortable'- looser padding for low-density / large-font grids
TypeScript
export type BadgeDensity = 'Compact' | 'Normal' | 'Comfortable';