UNPKG

wix-style-react

Version:
26 lines (25 loc) 569 B
"use strict"; 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