wix-style-react
Version:
23 lines (20 loc) • 400 B
JavaScript
export const SKINS = {
standard: 'standard',
inverted: 'inverted',
destructive: 'destructive',
premium: 'premium',
dark: 'dark',
light: 'light',
transparent: 'transparent',
premiumLight: 'premium-light',
};
export const SIZES = {
tiny: 'tiny',
small: 'small',
medium: 'medium',
large: 'large',
};
export const PRIORITY = {
primary: 'primary',
secondary: 'secondary',
};