wix-style-react
Version:
wix-style-react
26 lines (25 loc) • 569 B
JavaScript
;
exports.__esModule = true;
exports.SKINS = exports.SIZES = exports.PRIORITY = void 0;
var SKINS = exports.SKINS = {
standard: 'standard',
inverted: 'inverted',
destructive: 'destructive',
premium: 'premium',
dark: 'dark',
light: 'light',
transparent: 'transparent',
premiumLight: 'premium-light',
ai: 'ai'
};
var SIZES = exports.SIZES = {
tiny: 'tiny',
small: 'small',
medium: 'medium',
large: 'large'
};
var PRIORITY = exports.PRIORITY = {
primary: 'primary',
secondary: 'secondary'
};
//# sourceMappingURL=constants.js.map