@nurl/panda-preset
Version:
Official Panda-CSS preset for the Ganglion Design System.
14 lines (10 loc) • 370 B
text/typescript
import type { Sentiment } from '../../theme/semantic-tokens/types'
import { getSlotRecipePalettes } from './helpers'
export const SLOTS = ['root', 'featureIcon', 'main', 'heading', 'description']
export const PALETTES = [
'info',
'success',
'warning',
'danger',
] satisfies Sentiment[]
export const admonitionPalettes = getSlotRecipePalettes(SLOTS, PALETTES)