@nurl/panda-preset
Version:
Official Panda-CSS preset for the Ganglion Design System.
9 lines (5 loc) • 305 B
text/typescript
import { type Sentiment } from '../../theme/semantic-tokens/types'
import { getSlotRecipePalettes } from './helpers'
export const SLOTS = ['root', 'image', 'label']
export const PALETTES = ['neutral', 'action'] satisfies Sentiment[]
export const avatarPalettes = getSlotRecipePalettes(SLOTS, PALETTES)