import { Badge } from 'tvu-react-pilot' // DS is dark-default (:root tokens). Cards render on white, so wrap every story // on the DS's own dark surface — mirrors react-pilot App.tsx Card. const Surface = ({ children }: any) => (
{children}
) // Badge content is generated INTERNALLY — no children (mirrors App.tsx). export const CircleColors = () => ( ) export const RectangleColors = () => ( ) export const LineTag = () => ( )