@wix/design-system
Version:
@wix/design-system
40 lines (39 loc) • 992 B
JavaScript
;
exports.__esModule = true;
exports.validRemoveKeys = exports.tagToTextSize = exports.dataHooks = exports.dataAttr = exports.SKIN = exports.SIZE = void 0;
var SIZE = exports.SIZE = {
tiny: 'tiny',
small: 'small',
medium: 'medium',
large: 'large'
};
var SKIN = exports.SKIN = {
standard: 'standard',
error: 'error',
warning: 'warning',
dark: 'dark',
neutral: 'neutral',
success: 'success',
light: 'light',
lightOutlined: 'lightOutlined'
};
var dataHooks = exports.dataHooks = {
removeButton: 'tag-remove-button',
text: 'tag-text',
thumb: 'tag-thumb'
};
var dataAttr = exports.dataAttr = {
SIZE: 'data-size',
DISABLED: 'data-disabled',
SKIN: 'data-skin',
HOVERABLE: 'data-hoverable',
CLICKABLE: 'data-clickable'
};
var tagToTextSize = exports.tagToTextSize = {
tiny: 'tiny',
small: 'small',
medium: 'small',
large: 'medium'
};
var validRemoveKeys = exports.validRemoveKeys = ['Enter', ' '];
//# sourceMappingURL=Tag.constants.js.map