@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) • 586 B
JavaScript
;Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("@mui/material"),r=o.styled(o.Box)(({disabled:e})=>({width:"4.4rem",height:"4.4rem",position:"relative",borderRadius:"50%",pointerEvents:e?"none":"auto","&:hover, :focus, :focus-visible":{backgroundColor:e?"transparent":"#F8F9F9",outline:"none"}})),t={position:"absolute",bottom:"5rem",right:"-2rem",backgroundColor:"white",zIndex:1e3,padding:"1rem",borderRadius:"1rem",display:"flex",boxShadow:"0px 0px 10px 0px rgba(0,0,0,0.1)"};exports.PickerBackgroundBox=r;exports.circlePickerStyle=t;