UNPKG

@cgi-learning-hub/ui

Version:

@cgi-learning-hub/ui is an open-source React component library that implements UI for HUB's features

2 lines (1 loc) 735 B
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("@mui/material"),o="50px",r=t.styled(t.Box,{shouldForwardProp:e=>e!=="maxHeight"})(({maxHeight:e})=>({maxHeight:typeof e=="number"?`${e}px`:e,overflowY:"auto"})),n={display:"flex",flexDirection:"column"},i={display:"flex",alignItems:"center",width:"100%",margin:"4px 0",padding:"8px"},l={display:"flex",marginLeft:"auto"},a={borderLeft:"1px solid var(--theme-palette-divider)",paddingLeft:"15px",marginLeft:"18px"},d={width:"24px",height:"24px"};exports.DEFAULT_CHILDREN_INDENT=o;exports.TreeContainer=r;exports.arrowContainerStyle=l;exports.expandedGroupStyle=a;exports.iconStyle=d;exports.treeContentStyle=i;exports.treeItemRootStyle=n;