UNPKG

wix-style-react

Version:
43 lines (36 loc) 707 B
export const buttonTypes = { textButton: 'textButton', button: 'button', node: 'node', }; export const SHOW_LABEL = { hover: 'hover', always: 'always', }; export const dataHooks = { item: 'accordion-item', toggleButton: 'accordion-toggle-button', subtitle: 'accordion-item-subtitle', }; export const skins = { standard: 'standard', light: 'light', neutral: 'neutral', }; export const SIZES = { tiny: 'tiny', small: 'small', medium: 'medium', large: 'large', }; export const transitionSpeedMap = { slow: 'slow01', medium: 'medium02', fast: 'medium01', }; export const horizontalPaddings = { tiny: 'tiny', small: 'small', medium: 'medium', large: 'large', };