import { colors } from '../../theme/colors/colors' import { cn } from '../../utils/cn' import { Typography } from '../Typography' export default { title: 'Theme/Tokens', tags: ['!manifest'], } function isScale(obj: any) { return typeof obj === 'object' && obj !== null } const ColorSwatch = ({ name, value }: { name: string; value: string }) => (