@wix/design-system
Version:
@wix/design-system
12 lines (11 loc) • 2.18 kB
JavaScript
"use strict";
exports.__esModule = true;
exports.themes = exports.skins = exports.progressIndication = exports.prefixIndication = exports.padding = exports.minMax = exports.errors = exports.customLabel = void 0;
var errors = exports.errors = "<Layout>\n <Cell>\n <LinearProgressBar error value={20} />\n </Cell>\n <Cell>\n <Box backgroundColor=\"D10\">\n <LinearProgressBar light error value={20} />\n </Box>\n </Cell>\n <Cell>\n <LinearProgressBar showProgressIndication error errorMessage=\"some error\" value={20} />\n </Cell>\n</Layout>";
var progressIndication = exports.progressIndication = "<Layout>\n <Cell>\n <LinearProgressBar showProgressIndication value={0} />\n </Cell>\n <Cell>\n <LinearProgressBar showProgressIndication value={50} />\n </Cell>\n <Cell>\n <LinearProgressBar showProgressIndication value={100} />\n </Cell>\n</Layout>";
var customLabel = exports.customLabel = "<Layout>\n <Cell>\n <LinearProgressBar value={37.6} label=\"47/125\" />\n </Cell>\n</Layout>";
var themes = exports.themes = "<Layout>\n <Cell>\n <LinearProgressBar value={20} />\n </Cell>\n <Cell>\n <Box backgroundColor=\"D10\">\n <LinearProgressBar light value={20} />\n </Box>\n </Cell>\n</Layout>";
var padding = exports.padding = "<Layout>\n <Cell>\n <Box>\n <LinearProgressBar value={20} padding={'none'} />\n </Box>\n </Cell>\n</Layout>";
var minMax = exports.minMax = "<Layout>\n <Cell>\n <LinearProgressBar showProgressIndication value={75} min={50} max={150} />\n </Cell>\n</Layout>";
var prefixIndication = exports.prefixIndication = "<Layout>\n <Cell>\n <LinearProgressBar showProgressIndication value={60} prefixIndication={<Icons.Upload />} />\n </Cell>\n</Layout>";
var skins = exports.skins = "<Layout>\n <Cell>\n <LinearProgressBar value={20} />\n </Cell>\n <Cell>\n <LinearProgressBar skin=\"warning\" value={20} />\n </Cell>\n <Cell>\n <LinearProgressBar skin=\"success\" value={20} />\n </Cell>\n <Cell>\n <LinearProgressBar skin=\"premium\" value={20} />\n </Cell>\n <Cell>\n <LinearProgressBar skin=\"neutral\" value={20} />\n </Cell>\n</Layout>";