@wix/design-system
Version:
@wix/design-system
25 lines (24 loc) • 706 B
JavaScript
;
exports.__esModule = true;
exports.classes = void 0;
var _defineClassNames = require("../utils/defineClassNames");
var classes = exports.classes = (0, _defineClassNames.defineClassNames)('linear-progress-bar', {
root: {
variants: {
skin: ['standard', 'success', 'warning', 'premium', 'neutral'],
padding: ['none'],
height: ['none']
},
states: ['light', 'error', 'success']
},
prefixIndicationContainer: {},
barContainer: {},
barBackground: {},
barForeground: {},
progressIndicationSection: {},
indicationContainer: {},
progressIcon: {},
progressPercentage: {},
suffixIndication: {}
});
//# sourceMappingURL=LinearProgressBar.classes.js.map