UNPKG

@wix/design-system

Version:

@wix/design-system

6 lines (5 loc) 656 B
"use strict"; exports.__esModule = true; exports.trends = exports.invertedTrends = void 0; var trends = exports.trends = "\n<Layout cols={3}>\n <Cell span={1}>\n <TrendIndicator value={21} />\n </Cell>\n <Cell span={1}>\n <TrendIndicator value={0} />\n </Cell>\n <Cell span={1}>\n <TrendIndicator value={-11} />\n </Cell>\n</Layout>\n"; var invertedTrends = exports.invertedTrends = "\n<Layout cols={3}>\n <Cell span={1}>\n <TrendIndicator value={21} inverted />\n </Cell>\n <Cell span={1}>\n <TrendIndicator value={0} inverted />\n </Cell>\n <Cell span={1}>\n <TrendIndicator value={-11} inverted />\n </Cell>\n</Layout>\n";