ProductTypeBadge
DomainColour-coded badge for product type: Physical, Digital, or Service.
PhysicalDigitalService
{(['PHYSICAL', 'DIGITAL', 'SERVICE'] as const).map((t) => (
<ProductTypeBadge key={t} type={t} />
))}PhysicalDigitalService
{(['PHYSICAL', 'DIGITAL', 'SERVICE'] as const).map((t) => (
<ProductTypeBadge key={t} type={t} size="sm" />
))}