wix-style-react
Version:
49 lines (48 loc) • 1.11 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.horizontalPaddings = exports.transitionSpeedMap = exports.SIZES = exports.skins = exports.dataHooks = exports.SHOW_LABEL = exports.buttonTypes = void 0;
var buttonTypes = {
textButton: 'textButton',
button: 'button',
node: 'node'
};
exports.buttonTypes = buttonTypes;
var SHOW_LABEL = {
hover: 'hover',
always: 'always'
};
exports.SHOW_LABEL = SHOW_LABEL;
var dataHooks = {
item: 'accordion-item',
toggleButton: 'accordion-toggle-button',
subtitle: 'accordion-item-subtitle'
};
exports.dataHooks = dataHooks;
var skins = {
standard: 'standard',
light: 'light',
neutral: 'neutral'
};
exports.skins = skins;
var SIZES = {
tiny: 'tiny',
small: 'small',
medium: 'medium',
large: 'large'
};
exports.SIZES = SIZES;
var transitionSpeedMap = {
slow: 'slow01',
medium: 'medium02',
fast: 'medium01'
};
exports.transitionSpeedMap = transitionSpeedMap;
var horizontalPaddings = {
tiny: 'tiny',
small: 'small',
medium: 'medium',
large: 'large'
};
exports.horizontalPaddings = horizontalPaddings;