import { createComponentThemeContract } from '../../css/utils/create-component-theme-contract'; export const alertContract = createComponentThemeContract('alert', { colors: { 'info-text-strong': null, info: null, 'error-text-strong': null, error: null, }, fontSizes: { base: null, button: null, }, fontWeights: { base: null, }, space: { 'padding-x': null, 'padding-y': null, gap: null, }, });