@wix/design-system
Version:
@wix/design-system
12 lines (11 loc) • 2.21 kB
JavaScript
"use strict";
exports.__esModule = true;
exports.structure = exports.sectionSkin = exports.pageSkin = exports.pageNoBorderSkin = exports.children = exports.alignStart = exports.alignEnd = exports.alignCenter = void 0;
var structure = exports.structure = "\n <EmptyState\n skin={'page'}\n image={<div style={{ height: 120, width: 120, backgroundColor: '#dfe5eb', borderRadius: '50%' }}/>}\n title=\"You don't have any items yet\"\n subtitle='Create your product item in an easy & fast way to display it on your site'\n />\n";
var pageSkin = exports.pageSkin = "\n <EmptyState\n skin={'page'}\n title=\"Page Skin\"\n subtitle='Create your product item in an easy & fast way to display it on your site' />\n";
var pageNoBorderSkin = exports.pageNoBorderSkin = "\n <EmptyState\n skin={'page-no-border'}\n title=\"Page-No-Border Skin\"\n subtitle='Create your product item in an easy & fast way to display it on your site' />\n";
var sectionSkin = exports.sectionSkin = "\n <EmptyState\n skin={'section'}\n title=\"Section Skin\"\n subtitle='Create your product item in an easy & fast way to display it on your site' />\n";
var children = exports.children = "\n <EmptyState\n skin={'page'}\n title=\"You don't have any items yet\"\n >\n {<TextButton prefixIcon={<Icons.Add />}>New Item</TextButton>}\n </EmptyState>\n";
var alignStart = exports.alignStart = "\n <EmptyState\n skin={'page'}\n align={'start'}\n title=\"You don't have any items yet\"\n subtitle='Create your product item in an easy & fast way to display it on your site' />\n";
var alignCenter = exports.alignCenter = "\n <EmptyState\n skin={'page'}\n align={'center'}\n title=\"You don't have any items yet\"\n subtitle='Create your product item in an easy & fast way to display it on your site' />\n";
var alignEnd = exports.alignEnd = "\n <EmptyState\n skin={'page'}\n align={'end'}\n title=\"You don't have any items yet\"\n subtitle='Create your product item in an easy & fast way to display it on your site' />\n";