UNPKG

@wix/design-system

Version:

@wix/design-system

9 lines (8 loc) 1.29 kB
"use strict"; exports.__esModule = true; exports.titlesWithChildren = exports.plain = exports.onlyChildren = exports.lightSkin = exports.ellipsis = void 0; var plain = exports.plain = "<SidebarHeader title=\"Site Name\" subtitle=\"Role: Owner\" />"; var titlesWithChildren = exports.titlesWithChildren = "<SidebarHeader title=\"Site Name\" subtitle=\"Role: Owner\"><Box marginTop={3}><LinearProgressBar showProgressIndication value={50} /></Box></SidebarHeader>"; var onlyChildren = exports.onlyChildren = "<SidebarHeader><TextButton prefixIcon={<Icons.ArrowLeft />} size=\"tiny\" weight=\"normal\" skin=\"light\">Back to Site</TextButton><Box direction=\"vertical\" align=\"center\" marginTop={5}><Avatar size=\"size72\" /><Box direction=\"vertical\" align=\"center\" marginTop={2}><Text size=\"small\" weight=\"bold\" secondary light>Owner</Text><Text size=\"tiny\" secondary light>owner@something.com</Text></Box></Box></SidebarHeader>"; var ellipsis = exports.ellipsis = "<SidebarHeader title=\"This is a very long title which exceeds the maximum width of its container\" subtitle=\"Role: Owner\" />"; var lightSkin = exports.lightSkin = "\n<Box height=\"99px\">\n <Sidebar skin=\"light\">\n <SidebarHeader title=\"Site Name\" subtitle=\"Role: Owner\" />\n </Sidebar>\n</Box>\n";