UNPKG

@wix/design-system

Version:

@wix/design-system

54 lines 1.19 kB
export const BUTTON_TYPES = { textButton: 'textButton', button: 'button', node: 'node', }; export const SHOW_LABEL = { hover: 'hover', always: 'always', }; export const DATA_HOOKS = { item: 'accordion-item', header: 'header', toggleButton: 'accordion-toggle-button', toggleAccordionWrapper: 'toggle-accordion-wrapper', // TODO: mismatch for backwards compat, update when major prefix: 'icon', suffix: 'suffix', subtitle: 'accordion-item-subtitle', }; export const SKINS = { standard: 'standard', light: 'light', neutral: 'neutral', }; export const TITLE_SIZES = { small: 'small', medium: 'medium', }; export const SIZES = { xxTiny: 'xxTiny', xTiny: 'xTiny', tiny: 'tiny', small: 'small', medium: 'medium', large: 'large', }; export const HORIZONTAL_PADDINGS = { none: 'none', xxTiny: 'xxTiny', xTiny: 'xTiny', tiny: 'tiny', small: 'small', medium: 'medium', large: 'large', }; export const CONTENT_PADDINGS = { none: 'none', }; export const TRANSITION_SPEEDS = { slow: 'slow', medium: 'medium', fast: 'fast', }; //# sourceMappingURL=constants.js.map