diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml new file mode 100644 index 0000000000..395401ec1d --- /dev/null +++ b/.github/workflows/publish-docs.yml @@ -0,0 +1,46 @@ +name: Publish documentation + +on: + push: + branches: + - main + +jobs: + publish-docs: + runs-on: ubuntu-latest + + strategy: + matrix: + node_version: [18.x] + + steps: + - name: Checkout git repo + uses: actions/checkout@v3 + + - name: Install Node and NPM + uses: actions/setup-node@v3 + with: + node-version: ${{ matrix.node_version }} + cache: npm + + - name: Install and build + run: | + npm install + npm run build + + - name: Build documentation + run: | # renaming the folders so that pages links at /{their name} instead of at /docs + cd ~/lib/papi-components + npm run build:docs + mv docs papi-components + cd ~/lib/papi-dts + npm run build:docs + mv docs papi-dts + + - name: Deploy to GitHub Pages + uses: JamesIves/github-pages-deploy-action@4.1.4 + with: + branch: github-pages + folder: | + lib/papi-components/papi-components + lib/papi-dts/papi-dts diff --git a/lib/papi-components/.eslintignore b/lib/papi-components/.eslintignore index 9480154b26..2aa8552e24 100644 --- a/lib/papi-components/.eslintignore +++ b/lib/papi-components/.eslintignore @@ -5,3 +5,6 @@ node_modules # Built files dist + +# Doc files +docs diff --git a/lib/papi-components/.gitignore b/lib/papi-components/.gitignore index b4950b9f44..929eeb74b8 100644 --- a/lib/papi-components/.gitignore +++ b/lib/papi-components/.gitignore @@ -6,6 +6,7 @@ build # dist # We want these commited so developers don't need to build the package. dist-ssr *.local +docs # logs logs diff --git a/lib/papi-components/.prettierignore b/lib/papi-components/.prettierignore index 36e3405d5e..c50824b13a 100644 --- a/lib/papi-components/.prettierignore +++ b/lib/papi-components/.prettierignore @@ -5,3 +5,6 @@ node_modules # Built files dist + +# Doc files +docs diff --git a/lib/papi-components/.stylelintignore b/lib/papi-components/.stylelintignore index 5d6e1a84c2..539007b874 100644 --- a/lib/papi-components/.stylelintignore +++ b/lib/papi-components/.stylelintignore @@ -5,3 +5,6 @@ node_modules # Built files dist + +# Doc files +docs diff --git a/lib/papi-components/dist/index.cjs.js b/lib/papi-components/dist/index.cjs.js index 3c84eea182..6bb61d714d 100644 --- a/lib/papi-components/dist/index.cjs.js +++ b/lib/papi-components/dist/index.cjs.js @@ -55,24 +55,7 @@ const theme2 = createTheme({ palette: { primary: { main: green[500] }, } });`:Ie(12,f?` (${f})`:"",JSON.stringify(h.main)));return sn(h,"light",W,t),sn(h,"dark",j,t),h.contrastText||(h.contrastText=p(h.main)),h},v={dark:hr,light:an};return process.env.NODE_ENV!=="production"&&(v[r]||console.error(`MUI: The palette mode \`${r}\` is not supported.`)),ge(A({common:A({},Ue),mode:r,primary:d({color:a,name:"primary"}),secondary:d({color:s,name:"secondary",mainShade:"A400",lightShade:"A200",darkShade:"A700"}),error:d({color:u,name:"error"}),warning:d({color:l,name:"warning"}),info:d({color:c,name:"info"}),success:d({color:i,name:"success"}),grey:Wo,contrastThreshold:n,getContrastText:p,augmentColor:d,tonalOffset:t},v[r]),o)}const ua=["fontFamily","fontSize","fontWeightLight","fontWeightRegular","fontWeightMedium","fontWeightBold","htmlFontSize","allVariants","pxToRem"];function da(e){return Math.round(e*1e5)/1e5}const cn={textTransform:"uppercase"},ln='"Roboto", "Helvetica", "Arial", sans-serif';function fa(e,r){const n=typeof r=="function"?r(e):r,{fontFamily:t=ln,fontSize:o=14,fontWeightLight:a=300,fontWeightRegular:s=400,fontWeightMedium:u=500,fontWeightBold:c=700,htmlFontSize:i=16,allVariants:l,pxToRem:p}=n,d=ye(n,ua);process.env.NODE_ENV!=="production"&&(typeof o!="number"&&console.error("MUI: `fontSize` is required to be a number."),typeof i!="number"&&console.error("MUI: `htmlFontSize` is required to be a number."));const v=o/14,b=p||(N=>`${N/i*v}rem`),h=(N,W,j,$,m)=>A({fontFamily:t,fontWeight:N,fontSize:b(W),lineHeight:j},t===ln?{letterSpacing:`${da($/W)}em`}:{},m,l),f={h1:h(a,96,1.167,-1.5),h2:h(a,60,1.2,-.5),h3:h(s,48,1.167,0),h4:h(s,34,1.235,.25),h5:h(s,24,1.334,0),h6:h(u,20,1.6,.15),subtitle1:h(s,16,1.75,.15),subtitle2:h(u,14,1.57,.1),body1:h(s,16,1.5,.15),body2:h(s,14,1.43,.15),button:h(u,14,1.75,.4,cn),caption:h(s,12,1.66,.4),overline:h(s,12,2.66,1,cn),inherit:{fontFamily:"inherit",fontWeight:"inherit",fontSize:"inherit",lineHeight:"inherit",letterSpacing:"inherit"}};return ge(A({htmlFontSize:i,pxToRem:b,fontFamily:t,fontSize:o,fontWeightLight:a,fontWeightRegular:s,fontWeightMedium:u,fontWeightBold:c},f),d,{clone:!1})}const pa=.2,ha=.14,ma=.12;function G(...e){return[`${e[0]}px ${e[1]}px ${e[2]}px ${e[3]}px rgba(0,0,0,${pa})`,`${e[4]}px ${e[5]}px ${e[6]}px ${e[7]}px rgba(0,0,0,${ha})`,`${e[8]}px ${e[9]}px ${e[10]}px ${e[11]}px rgba(0,0,0,${ma})`].join(",")}const ga=["none",G(0,2,1,-1,0,1,1,0,0,1,3,0),G(0,3,1,-2,0,2,2,0,0,1,5,0),G(0,3,3,-2,0,3,4,0,0,1,8,0),G(0,2,4,-1,0,4,5,0,0,1,10,0),G(0,3,5,-1,0,5,8,0,0,1,14,0),G(0,3,5,-1,0,6,10,0,0,1,18,0),G(0,4,5,-2,0,7,10,1,0,2,16,1),G(0,5,5,-3,0,8,10,1,0,3,14,2),G(0,5,6,-3,0,9,12,1,0,3,16,2),G(0,6,6,-3,0,10,14,1,0,4,18,3),G(0,6,7,-4,0,11,15,1,0,4,20,3),G(0,7,8,-4,0,12,17,2,0,5,22,4),G(0,7,8,-4,0,13,19,2,0,5,24,4),G(0,7,9,-4,0,14,21,2,0,5,26,4),G(0,8,9,-5,0,15,22,2,0,6,28,5),G(0,8,10,-5,0,16,24,2,0,6,30,5),G(0,8,11,-5,0,17,26,2,0,6,32,5),G(0,9,11,-5,0,18,28,2,0,7,34,6),G(0,9,12,-6,0,19,29,2,0,7,36,6),G(0,10,13,-6,0,20,31,3,0,8,38,7),G(0,10,13,-6,0,21,33,3,0,8,40,7),G(0,10,14,-6,0,22,35,3,0,8,42,7),G(0,11,14,-7,0,23,36,3,0,9,44,8),G(0,11,15,-7,0,24,38,3,0,9,46,8)],ba=ga,ya=["duration","easing","delay"],va={easeInOut:"cubic-bezier(0.4, 0, 0.2, 1)",easeOut:"cubic-bezier(0.0, 0, 0.2, 1)",easeIn:"cubic-bezier(0.4, 0, 1, 1)",sharp:"cubic-bezier(0.4, 0, 0.6, 1)"},xa={shortest:150,shorter:200,short:250,standard:300,complex:375,enteringScreen:225,leavingScreen:195};function un(e){return`${Math.round(e)}ms`}function ka(e){if(!e)return 0;const r=e/36;return Math.round((4+15*r**.25+r/5)*10)}function Sa(e){const r=A({},va,e.easing),n=A({},xa,e.duration);return A({getAutoHeightDuration:ka,create:(o=["all"],a={})=>{const{duration:s=n.standard,easing:u=r.easeInOut,delay:c=0}=a,i=ye(a,ya);if(process.env.NODE_ENV!=="production"){const l=d=>typeof d=="string",p=d=>!isNaN(parseFloat(d));!l(o)&&!Array.isArray(o)&&console.error('MUI: Argument "props" must be a string or Array.'),!p(s)&&!l(s)&&console.error(`MUI: Argument "duration" must be a number or a string but found ${s}.`),l(u)||console.error('MUI: Argument "easing" must be a string.'),!p(c)&&!l(c)&&console.error('MUI: Argument "delay" must be a number or a string.'),typeof a!="object"&&console.error(["MUI: Secong argument of transition.create must be an object.","Arguments should be either `create('prop1', options)` or `create(['prop1', 'prop2'], options)`"].join(` `)),Object.keys(i).length!==0&&console.error(`MUI: Unrecognized argument(s) [${Object.keys(i).join(",")}].`)}return(Array.isArray(o)?o:[o]).map(l=>`${l} ${typeof s=="string"?s:un(s)} ${u} ${typeof c=="string"?c:un(c)}`).join(",")}},e,{easing:r,duration:n})}const Na={mobileStepper:1e3,fab:1050,speedDial:1050,appBar:1100,drawer:1200,modal:1300,snackbar:1400,tooltip:1500},Ea=Na,wa=["breakpoints","mixins","spacing","palette","transitions","typography","shape"];function Ta(e={},...r){const{mixins:n={},palette:t={},transitions:o={},typography:a={}}=e,s=ye(e,wa);if(e.vars)throw new Error(process.env.NODE_ENV!=="production"?"MUI: `vars` is a private field used for CSS variables support.\nPlease use another name.":Ie(18));const u=la(t),c=_r(e);let i=ge(c,{mixins:Jo(c.breakpoints,n),palette:u,shadows:ba.slice(),typography:fa(u,a),transitions:Sa(o),zIndex:A({},Ea)});if(i=ge(i,s),i=r.reduce((l,p)=>ge(l,p),i),process.env.NODE_ENV!=="production"){const l=["active","checked","completed","disabled","error","expanded","focused","focusVisible","required","selected"],p=(d,v)=>{let b;for(b in d){const h=d[b];if(l.indexOf(b)!==-1&&Object.keys(h).length>0){if(process.env.NODE_ENV!=="production"){const f=Nr("",b);console.error([`MUI: The \`${v}\` component increases the CSS specificity of the \`${b}\` internal state.`,"You can not override it like this: ",JSON.stringify(d,null,2),"",`Instead, you need to use the '&.${f}' syntax:`,JSON.stringify({root:{[`&.${f}`]:h}},null,2),"","https://mui.com/r/state-classes-guide"].join(` -`))}d[b]={}}}};Object.keys(i.components).forEach(d=>{const v=i.components[d].styleOverrides;v&&d.indexOf("Mui")===0&&p(v,d)})}return i.unstable_sxConfig=A({},Tr,s==null?void 0:s.unstable_sxConfig),i.unstable_sx=function(p){return Cr({sx:p,theme:this})},i}const Ca=Ta(),jn=Ca,Bn="$$material";function _a({props:e,name:r}){return Lo({props:e,name:r,defaultTheme:jn,themeId:Bn})}const Oa=e=>We(e)&&e!=="classes",Ra=zo({themeId:Bn,defaultTheme:jn,rootShouldForwardProp:Oa}),$a=Ra;function Aa(e){return Nr("MuiSvgIcon",e)}_t("MuiSvgIcon",["root","colorPrimary","colorSecondary","colorAction","colorError","colorDisabled","fontSizeInherit","fontSizeSmall","fontSizeMedium","fontSizeLarge"]);const Pa=["children","className","color","component","fontSize","htmlColor","inheritViewBox","titleAccess","viewBox"],Ma=e=>{const{color:r,fontSize:n,classes:t}=e,o={root:["root",r!=="inherit"&&`color${pe(r)}`,`fontSize${pe(n)}`]};return Nt(o,Aa,t)},Ia=$a("svg",{name:"MuiSvgIcon",slot:"Root",overridesResolver:(e,r)=>{const{ownerState:n}=e;return[r.root,n.color!=="inherit"&&r[`color${pe(n.color)}`],r[`fontSize${pe(n.fontSize)}`]]}})(({theme:e,ownerState:r})=>{var n,t,o,a,s,u,c,i,l,p,d,v,b;return{userSelect:"none",width:"1em",height:"1em",display:"inline-block",fill:r.hasSvgAsChild?void 0:"currentColor",flexShrink:0,transition:(n=e.transitions)==null||(t=n.create)==null?void 0:t.call(n,"fill",{duration:(o=e.transitions)==null||(o=o.duration)==null?void 0:o.shorter}),fontSize:{inherit:"inherit",small:((a=e.typography)==null||(s=a.pxToRem)==null?void 0:s.call(a,20))||"1.25rem",medium:((u=e.typography)==null||(c=u.pxToRem)==null?void 0:c.call(u,24))||"1.5rem",large:((i=e.typography)==null||(l=i.pxToRem)==null?void 0:l.call(i,35))||"2.1875rem"}[r.fontSize],color:(p=(d=(e.vars||e).palette)==null||(d=d[r.color])==null?void 0:d.main)!=null?p:{action:(v=(e.vars||e).palette)==null||(v=v.action)==null?void 0:v.active,disabled:(b=(e.vars||e).palette)==null||(b=b.action)==null?void 0:b.disabled,inherit:void 0}[r.color]}}),Rr=Fe.forwardRef(function(r,n){const t=_a({props:r,name:"MuiSvgIcon"}),{children:o,className:a,color:s="inherit",component:u="svg",fontSize:c="medium",htmlColor:i,inheritViewBox:l=!1,titleAccess:p,viewBox:d="0 0 24 24"}=t,v=ye(t,Pa),b=Fe.isValidElement(o)&&o.type==="svg",h=A({},t,{color:s,component:u,fontSize:c,instanceFontSize:r.fontSize,inheritViewBox:l,viewBox:d,hasSvgAsChild:b}),f={};l||(f.viewBox=d);const N=Ma(h);return S.jsxs(Ia,A({as:u,className:Ot(N.root,a),focusable:"false",color:i,"aria-hidden":p?void 0:!0,role:p?"img":void 0,ref:n},f,v,b&&o.props,{ownerState:h,children:[b?o.props.children:o,p?S.jsx("title",{children:p}):null]}))});process.env.NODE_ENV!=="production"&&(Rr.propTypes={children:U.node,classes:U.object,className:U.string,color:U.oneOfType([U.oneOf(["inherit","action","disabled","primary","secondary","error","info","success","warning"]),U.string]),component:U.elementType,fontSize:U.oneOfType([U.oneOf(["inherit","large","medium","small"]),U.string]),htmlColor:U.string,inheritViewBox:U.bool,shapeRendering:U.string,sx:U.oneOfType([U.arrayOf(U.oneOfType([U.func,U.object,U.bool])),U.func,U.object]),titleAccess:U.string,viewBox:U.string});Rr.muiName="SvgIcon";const dn=Rr;function ja(e,r){function n(t,o){return S.jsx(dn,A({"data-testid":`${r}Icon`,ref:o},t,{children:e}))}return process.env.NODE_ENV!=="production"&&(n.displayName=`${r}Icon`),n.muiName=dn.muiName,Fe.memo(Fe.forwardRef(n))}const Ba=ja(S.jsx("path",{d:"M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"}),"Menu");function Da({menu:e,dataHandler:r,commandHandler:n,className:t,id:o,children:a}){const[s,u]=ne.useState(!1),[c,i]=ne.useState(!1),l=ne.useCallback(()=>{s&&u(!1),i(!1)},[s]),p=ne.useCallback(N=>{N.stopPropagation(),u(W=>{const j=!W;return j&&N.shiftKey?i(!0):j||i(!1),j})},[]),d=ne.useRef(null),[v,b]=ne.useState(0);ne.useEffect(()=>{s&&d.current&&b(d.current.clientHeight)},[s]);const h=ne.useCallback(N=>(l(),n(N)),[n,l]);let f=e;return!f&&r&&(f=r(c)),S.jsx("div",{ref:d,style:{position:"relative"},children:S.jsx(X.AppBar,{position:"static",id:o,children:S.jsxs(X.Toolbar,{className:`papi-toolbar ${t??""}`,variant:"dense",children:[f?S.jsx(X.IconButton,{edge:"start",className:`papi-menuButton ${t??""}`,color:"inherit","aria-label":"open drawer",onClick:p,children:S.jsx(Ba,{})}):null,a?S.jsx("div",{className:"papi-menu-children",children:a}):null,f?S.jsx(X.Drawer,{className:`papi-menu-drawer ${t??""}`,anchor:"left",variant:"persistent",open:s,onClose:l,PaperProps:{className:"papi-menu-drawer-paper",style:{top:v}},children:S.jsx(hn,{commandHandler:h,columns:f.columns})}):null]})})})}exports.Button=Se;exports.ChapterRangeSelector=zn;exports.Checkbox=fn;exports.ComboBox=Xe;exports.GridMenu=hn;exports.IconButton=Ln;exports.LabelPosition=Ee;exports.MenuItem=pn;exports.RefSelector=rt;exports.SearchBar=nt;exports.Slider=tt;exports.Snackbar=ot;exports.Switch=at;exports.Table=it;exports.TextField=He;exports.Toolbar=Da;exports.getChaptersForBook=kr;function za(e,r="top"){if(!e||typeof document>"u")return;const n=document.head||document.querySelector("head"),t=n.querySelector(":first-child"),o=document.createElement("style");o.appendChild(document.createTextNode(e)),r==="top"&&t?n.insertBefore(o,t):n.appendChild(o)}za(`.papi-multi-column-menu { - background-color: lightgray; - display: flex; - flex-direction: column; - padding-left: 3px; - padding-right: 3px; -} - -.papi-menu { - background-color: rgb(145, 145, 145); - font-size: 11pt; - font-weight: 600; - margin-top: 1px; - padding-bottom: 2px; - padding-left: 24px; - padding-top: 2px; -} -.papi-button { +`))}d[b]={}}}};Object.keys(i.components).forEach(d=>{const v=i.components[d].styleOverrides;v&&d.indexOf("Mui")===0&&p(v,d)})}return i.unstable_sxConfig=A({},Tr,s==null?void 0:s.unstable_sxConfig),i.unstable_sx=function(p){return Cr({sx:p,theme:this})},i}const Ca=Ta(),jn=Ca,Bn="$$material";function _a({props:e,name:r}){return Lo({props:e,name:r,defaultTheme:jn,themeId:Bn})}const Oa=e=>We(e)&&e!=="classes",Ra=zo({themeId:Bn,defaultTheme:jn,rootShouldForwardProp:Oa}),$a=Ra;function Aa(e){return Nr("MuiSvgIcon",e)}_t("MuiSvgIcon",["root","colorPrimary","colorSecondary","colorAction","colorError","colorDisabled","fontSizeInherit","fontSizeSmall","fontSizeMedium","fontSizeLarge"]);const Pa=["children","className","color","component","fontSize","htmlColor","inheritViewBox","titleAccess","viewBox"],Ma=e=>{const{color:r,fontSize:n,classes:t}=e,o={root:["root",r!=="inherit"&&`color${pe(r)}`,`fontSize${pe(n)}`]};return Nt(o,Aa,t)},Ia=$a("svg",{name:"MuiSvgIcon",slot:"Root",overridesResolver:(e,r)=>{const{ownerState:n}=e;return[r.root,n.color!=="inherit"&&r[`color${pe(n.color)}`],r[`fontSize${pe(n.fontSize)}`]]}})(({theme:e,ownerState:r})=>{var n,t,o,a,s,u,c,i,l,p,d,v,b;return{userSelect:"none",width:"1em",height:"1em",display:"inline-block",fill:r.hasSvgAsChild?void 0:"currentColor",flexShrink:0,transition:(n=e.transitions)==null||(t=n.create)==null?void 0:t.call(n,"fill",{duration:(o=e.transitions)==null||(o=o.duration)==null?void 0:o.shorter}),fontSize:{inherit:"inherit",small:((a=e.typography)==null||(s=a.pxToRem)==null?void 0:s.call(a,20))||"1.25rem",medium:((u=e.typography)==null||(c=u.pxToRem)==null?void 0:c.call(u,24))||"1.5rem",large:((i=e.typography)==null||(l=i.pxToRem)==null?void 0:l.call(i,35))||"2.1875rem"}[r.fontSize],color:(p=(d=(e.vars||e).palette)==null||(d=d[r.color])==null?void 0:d.main)!=null?p:{action:(v=(e.vars||e).palette)==null||(v=v.action)==null?void 0:v.active,disabled:(b=(e.vars||e).palette)==null||(b=b.action)==null?void 0:b.disabled,inherit:void 0}[r.color]}}),Rr=Fe.forwardRef(function(r,n){const t=_a({props:r,name:"MuiSvgIcon"}),{children:o,className:a,color:s="inherit",component:u="svg",fontSize:c="medium",htmlColor:i,inheritViewBox:l=!1,titleAccess:p,viewBox:d="0 0 24 24"}=t,v=ye(t,Pa),b=Fe.isValidElement(o)&&o.type==="svg",h=A({},t,{color:s,component:u,fontSize:c,instanceFontSize:r.fontSize,inheritViewBox:l,viewBox:d,hasSvgAsChild:b}),f={};l||(f.viewBox=d);const N=Ma(h);return S.jsxs(Ia,A({as:u,className:Ot(N.root,a),focusable:"false",color:i,"aria-hidden":p?void 0:!0,role:p?"img":void 0,ref:n},f,v,b&&o.props,{ownerState:h,children:[b?o.props.children:o,p?S.jsx("title",{children:p}):null]}))});process.env.NODE_ENV!=="production"&&(Rr.propTypes={children:U.node,classes:U.object,className:U.string,color:U.oneOfType([U.oneOf(["inherit","action","disabled","primary","secondary","error","info","success","warning"]),U.string]),component:U.elementType,fontSize:U.oneOfType([U.oneOf(["inherit","large","medium","small"]),U.string]),htmlColor:U.string,inheritViewBox:U.bool,shapeRendering:U.string,sx:U.oneOfType([U.arrayOf(U.oneOfType([U.func,U.object,U.bool])),U.func,U.object]),titleAccess:U.string,viewBox:U.string});Rr.muiName="SvgIcon";const dn=Rr;function ja(e,r){function n(t,o){return S.jsx(dn,A({"data-testid":`${r}Icon`,ref:o},t,{children:e}))}return process.env.NODE_ENV!=="production"&&(n.displayName=`${r}Icon`),n.muiName=dn.muiName,Fe.memo(Fe.forwardRef(n))}const Ba=ja(S.jsx("path",{d:"M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"}),"Menu");function Da({menu:e,dataHandler:r,commandHandler:n,className:t,id:o,children:a}){const[s,u]=ne.useState(!1),[c,i]=ne.useState(!1),l=ne.useCallback(()=>{s&&u(!1),i(!1)},[s]),p=ne.useCallback(N=>{N.stopPropagation(),u(W=>{const j=!W;return j&&N.shiftKey?i(!0):j||i(!1),j})},[]),d=ne.useRef(null),[v,b]=ne.useState(0);ne.useEffect(()=>{s&&d.current&&b(d.current.clientHeight)},[s]);const h=ne.useCallback(N=>(l(),n(N)),[n,l]);let f=e;return!f&&r&&(f=r(c)),S.jsx("div",{ref:d,style:{position:"relative"},children:S.jsx(X.AppBar,{position:"static",id:o,children:S.jsxs(X.Toolbar,{className:`papi-toolbar ${t??""}`,variant:"dense",children:[f?S.jsx(X.IconButton,{edge:"start",className:`papi-menuButton ${t??""}`,color:"inherit","aria-label":"open drawer",onClick:p,children:S.jsx(Ba,{})}):null,a?S.jsx("div",{className:"papi-menu-children",children:a}):null,f?S.jsx(X.Drawer,{className:`papi-menu-drawer ${t??""}`,anchor:"left",variant:"persistent",open:s,onClose:l,PaperProps:{className:"papi-menu-drawer-paper",style:{top:v}},children:S.jsx(hn,{commandHandler:h,columns:f.columns})}):null]})})})}exports.Button=Se;exports.ChapterRangeSelector=zn;exports.Checkbox=fn;exports.ComboBox=Xe;exports.GridMenu=hn;exports.IconButton=Ln;exports.LabelPosition=Ee;exports.MenuItem=pn;exports.RefSelector=rt;exports.SearchBar=nt;exports.Slider=tt;exports.Snackbar=ot;exports.Switch=at;exports.Table=it;exports.TextField=He;exports.Toolbar=Da;exports.getChaptersForBook=kr;function za(e,r="top"){if(!e||typeof document>"u")return;const n=document.head||document.querySelector("head"),t=n.querySelector(":first-child"),o=document.createElement("style");o.appendChild(document.createTextNode(e)),r==="top"&&t?n.insertBefore(o,t):n.appendChild(o)}za(`.papi-button { border: 0; border-radius: 3em; cursor: pointer; @@ -118,26 +101,22 @@ const theme2 = createTheme({ palette: { color: white; text-decoration: underline; } -.papi-combo-box { - background-color: transparent; -} - -.papi-combo-box.fullwidth { - width: 100%; -} - -.papi-combo-box.error { - background-color: #f00; -} - -.papi-combo-box.paratext { - background-color: darkgreen; - color: greenyellow; +.papi-multi-column-menu { + background-color: lightgray; + display: flex; + flex-direction: column; + padding-left: 3px; + padding-right: 3px; } -.papi-combo-box.paratext.bright { - background-color: greenyellow; - color: darkgreen; +.papi-menu { + background-color: rgb(145, 145, 145); + font-size: 11pt; + font-weight: 600; + margin-top: 1px; + padding-bottom: 2px; + padding-left: 24px; + padding-top: 2px; } .papi-icon-button { border: 0; @@ -205,27 +184,6 @@ const theme2 = createTheme({ palette: { .papi-checkbox.above { text-align: center; } -.search-bar-paper { - display: flex; - align-items: center; -} - -.search-button { - padding: 10px; -} -.papi-menu-item { - line-height: 0.8; -} - -.papi-menu-item.paratext { - background-color: darkgreen; - color: greenyellow; -} - -.papi-menu-item.paratext.bright { - background-color: greenyellow; - color: darkgreen; -} .papi-snackbar { font-family: Arial, Helvetica, sans-serif; } @@ -261,13 +219,39 @@ const theme2 = createTheme({ palette: { background: greenyellow; color: darkgreen; } -.papi-ref-selector.book { - display: inline-block; - vertical-align: middle; +.papi-menu-item { + line-height: 0.8; } -.papi-ref-selector.chapter-verse { - width: 75px; +.papi-menu-item.paratext { + background-color: darkgreen; + color: greenyellow; +} + +.papi-menu-item.paratext.bright { + background-color: greenyellow; + color: darkgreen; +} +.papi-combo-box { + background-color: transparent; +} + +.papi-combo-box.fullwidth { + width: 100%; +} + +.papi-combo-box.error { + background-color: #f00; +} + +.papi-combo-box.paratext { + background-color: darkgreen; + color: greenyellow; +} + +.papi-combo-box.paratext.bright { + background-color: greenyellow; + color: darkgreen; } .papi-switch { background-color: transparent; @@ -294,6 +278,14 @@ const theme2 = createTheme({ palette: { background-color: greenyellow; color: darkgreen; } +.search-bar-paper { + display: flex; + align-items: center; +} + +.search-button { + padding: 10px; +} .papi-slider { background-color: transparent; color: #1ea7fd; @@ -312,6 +304,14 @@ const theme2 = createTheme({ palette: { background-color: greenyellow; color: darkgreen; } +.papi-ref-selector.book { + display: inline-block; + vertical-align: middle; +} + +.papi-ref-selector.chapter-verse { + width: 75px; +} .papi-toolbar { background-color: rgb(245, 245, 245); color: black; @@ -336,6 +336,10 @@ const theme2 = createTheme({ palette: { padding: 10px; position: relative; } +.paratext { + background-color: darkgreen; + color: greenyellow; +} @layer rdg.MeasuringCell {.m1l09lto7-0-0-beta-34 { contain: strict; grid-row: 1; @@ -781,9 +785,5 @@ const theme2 = createTheme({ palette: { } } -.paratext { - background-color: darkgreen; - color: greenyellow; -} `,"top"); //# sourceMappingURL=index.cjs.js.map diff --git a/lib/papi-components/dist/index.cjs.js.map b/lib/papi-components/dist/index.cjs.js.map index 4cff00b9f3..22fcdd080b 100644 --- a/lib/papi-components/dist/index.cjs.js.map +++ b/lib/papi-components/dist/index.cjs.js.map @@ -1 +1 @@ -{"version":3,"file":"index.cjs.js","sources":["../src/button.component.tsx","../src/combo-box.component.tsx","../src/chapter-range-selector.component.tsx","../src/label-position.model.ts","../src/checkbox.component.tsx","../src/menu-item.component.tsx","../src/grid-menu.component.tsx","../src/icon-button.component.tsx","../../../node_modules/@sillsdev/scripture/dist/index.es.js","../src/scripture/scripture-util.ts","../src/text-field.component.tsx","../src/ref-selector.component.tsx","../src/search-bar.component.tsx","../src/slider.component.tsx","../src/snackbar.component.tsx","../src/switch.component.tsx","../src/table.component.tsx","../../../node_modules/@babel/runtime/helpers/esm/extends.js","../../../node_modules/@mui/utils/esm/deepmerge.js","../../../node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js","../../../node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js","../../../node_modules/prop-types/node_modules/react-is/index.js","../../../node_modules/object-assign/index.js","../../../node_modules/prop-types/lib/ReactPropTypesSecret.js","../../../node_modules/prop-types/lib/has.js","../../../node_modules/prop-types/checkPropTypes.js","../../../node_modules/prop-types/factoryWithTypeCheckers.js","../../../node_modules/prop-types/factoryWithThrowingShims.js","../../../node_modules/prop-types/index.js","../../../node_modules/@mui/utils/esm/formatMuiErrorMessage.js","../../../node_modules/react-is/cjs/react-is.production.min.js","../../../node_modules/react-is/cjs/react-is.development.js","../../../node_modules/react-is/index.js","../../../node_modules/@mui/utils/esm/getDisplayName.js","../../../node_modules/@mui/utils/esm/capitalize/capitalize.js","../../../node_modules/@mui/utils/esm/resolveProps.js","../../../node_modules/@mui/utils/esm/composeClasses/composeClasses.js","../../../node_modules/@mui/utils/esm/ClassNameGenerator/ClassNameGenerator.js","../../../node_modules/@mui/utils/esm/generateUtilityClass/generateUtilityClass.js","../../../node_modules/@mui/utils/esm/generateUtilityClasses/generateUtilityClasses.js","../../../node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js","../../../node_modules/@mui/material/node_modules/clsx/dist/clsx.mjs","../../../node_modules/@mui/system/esm/createTheme/createBreakpoints.js","../../../node_modules/@mui/system/esm/createTheme/shape.js","../../../node_modules/@mui/system/esm/responsivePropType.js","../../../node_modules/@mui/system/esm/merge.js","../../../node_modules/@mui/system/esm/breakpoints.js","../../../node_modules/@mui/system/esm/style.js","../../../node_modules/@mui/system/esm/memoize.js","../../../node_modules/@mui/system/esm/spacing.js","../../../node_modules/@mui/system/esm/createTheme/createSpacing.js","../../../node_modules/@mui/system/esm/compose.js","../../../node_modules/@mui/system/esm/borders.js","../../../node_modules/@mui/system/esm/cssGrid.js","../../../node_modules/@mui/system/esm/palette.js","../../../node_modules/@mui/system/esm/sizing.js","../../../node_modules/@mui/system/esm/styleFunctionSx/defaultSxConfig.js","../../../node_modules/@mui/system/esm/styleFunctionSx/styleFunctionSx.js","../../../node_modules/@mui/system/esm/createTheme/createTheme.js","../../../node_modules/@mui/system/esm/useThemeWithoutDefault.js","../../../node_modules/@mui/system/esm/useTheme.js","../../../node_modules/@mui/system/esm/propsToClassKey.js","../../../node_modules/@mui/system/esm/createStyled.js","../../../node_modules/@mui/system/esm/useThemeProps/getThemeProps.js","../../../node_modules/@mui/system/esm/useThemeProps/useThemeProps.js","../../../node_modules/@mui/system/esm/colorManipulator.js","../../../node_modules/@mui/material/styles/createMixins.js","../../../node_modules/@mui/material/colors/common.js","../../../node_modules/@mui/material/colors/grey.js","../../../node_modules/@mui/material/colors/purple.js","../../../node_modules/@mui/material/colors/red.js","../../../node_modules/@mui/material/colors/orange.js","../../../node_modules/@mui/material/colors/blue.js","../../../node_modules/@mui/material/colors/lightBlue.js","../../../node_modules/@mui/material/colors/green.js","../../../node_modules/@mui/material/styles/createPalette.js","../../../node_modules/@mui/material/styles/createTypography.js","../../../node_modules/@mui/material/styles/shadows.js","../../../node_modules/@mui/material/styles/createTransitions.js","../../../node_modules/@mui/material/styles/zIndex.js","../../../node_modules/@mui/material/styles/createTheme.js","../../../node_modules/@mui/material/styles/defaultTheme.js","../../../node_modules/@mui/material/styles/identifier.js","../../../node_modules/@mui/material/styles/useThemeProps.js","../../../node_modules/@mui/material/styles/styled.js","../../../node_modules/@mui/material/SvgIcon/svgIconClasses.js","../../../node_modules/@mui/material/SvgIcon/SvgIcon.js","../../../node_modules/@mui/material/utils/createSvgIcon.js","../../../node_modules/@mui/icons-material/esm/Menu.js","../src/toolbar.component.tsx"],"sourcesContent":["import { Button as MuiButton } from '@mui/material';\nimport { MouseEventHandler, PropsWithChildren } from 'react';\nimport './button.component.css';\n\nexport type ButtonProps = PropsWithChildren<{\n /**\n * Optional unique identifier\n */\n id?: string;\n /**\n * Enabled status of button\n * @default false\n */\n isDisabled?: boolean;\n /**\n * Additional css classes to help with unique styling of the button\n */\n className?: string;\n /**\n * Optional click handler\n */\n onClick?: MouseEventHandler;\n /**\n * Optional context menu handler\n */\n onContextMenu?: MouseEventHandler;\n}>;\n\n/**\n * Button a user can click to do something\n *\n * Thanks to MUI for heavy inspiration and documentation\n * https://mui.com/material-ui/getting-started/overview/\n */\nfunction Button({\n id,\n isDisabled = false,\n className,\n onClick,\n onContextMenu,\n children,\n}: ButtonProps) {\n return (\n \n {children}\n \n );\n}\n\nexport default Button;\n","import {\n Autocomplete as MuiComboBox,\n AutocompleteChangeDetails,\n AutocompleteChangeReason,\n TextField as MuiTextField,\n AutocompleteValue,\n} from '@mui/material';\nimport { FocusEventHandler, SyntheticEvent } from 'react';\nimport './combo-box.component.css';\n\nexport type ComboBoxLabelOption = { label: string };\nexport type ComboBoxOption = string | number | ComboBoxLabelOption;\nexport type ComboBoxValue = AutocompleteValue;\nexport type ComboBoxChangeDetails = AutocompleteChangeDetails;\nexport type ComboBoxChangeReason = AutocompleteChangeReason;\n\nexport type ComboBoxProps = {\n /**\n * Optional unique identifier\n */\n id?: string;\n /**\n * Text label title for combobox\n */\n title?: string;\n /**\n * If `true`, the component is disabled.\n * @default false\n */\n isDisabled?: boolean;\n /**\n * If `true`, the component can be cleared, and will have a button to do so\n * @default true\n */\n isClearable?: boolean;\n /**\n * True when (input related to) switch is erroneous\n * @default false\n */\n hasError?: boolean;\n /**\n * If `true`, the input will take up the full width of its container.\n * @default false\n */\n isFullWidth?: boolean;\n /**\n * Width of the combobox in pixels. Setting this prop overrides the `isFullWidth` prop\n */\n width?: number;\n /**\n * List of available options for the dropdown menu\n */\n options?: readonly T[];\n /**\n * Additional css classes to help with unique styling of the combo box\n */\n className?: string;\n /**\n * The selected value that the combo box currently holds. Must be shallow equal to one of the options entries.\n */\n value?: T;\n /**\n * Triggers when content of textfield is changed\n */\n onChange?: (\n event: SyntheticEvent,\n value: ComboBoxValue,\n reason?: ComboBoxChangeReason,\n details?: ComboBoxChangeDetails | undefined,\n ) => void;\n /**\n * Triggers when textfield gets focus\n */\n onFocus?: FocusEventHandler; // Storybook crashes when giving the combo box focus\n /**\n * Triggers when textfield loses focus\n */\n onBlur?: FocusEventHandler;\n /**\n * Used to determine the string value for a given option.\n */\n getOptionLabel?: (option: ComboBoxOption) => string;\n};\n\n/**\n * Dropdown selector displaying various options from which to choose\n *\n * Thanks to MUI for heavy inspiration and documentation\n * https://mui.com/material-ui/getting-started/overview/\n */\nfunction ComboBox({\n id,\n title,\n isDisabled = false,\n isClearable = true,\n hasError = false,\n isFullWidth = false,\n width,\n options = [],\n className,\n value,\n onChange,\n onFocus,\n onBlur,\n getOptionLabel,\n}: ComboBoxProps) {\n return (\n \n id={id}\n disablePortal\n disabled={isDisabled}\n disableClearable={!isClearable}\n fullWidth={isFullWidth}\n options={options}\n className={`papi-combo-box ${hasError ? 'error' : ''} ${className ?? ''}`}\n value={value}\n onChange={onChange}\n onFocus={onFocus}\n onBlur={onBlur}\n getOptionLabel={getOptionLabel}\n renderInput={(props) => (\n \n )}\n />\n );\n}\n\nexport default ComboBox;\n","import { SyntheticEvent, useMemo } from 'react';\nimport { FormControlLabel } from '@mui/material';\nimport ComboBox from './combo-box.component';\n\nexport type ChapterRangeSelectorProps = {\n startChapter: number;\n endChapter: number;\n handleSelectStartChapter: (chapter: number) => void;\n handleSelectEndChapter: (chapter: number) => void;\n isDisabled?: boolean;\n chapterCount: number;\n};\n\nexport default function ChapterRangeSelector({\n startChapter,\n endChapter,\n handleSelectStartChapter,\n handleSelectEndChapter,\n isDisabled,\n chapterCount,\n}: ChapterRangeSelectorProps) {\n const numberArray = useMemo(\n () => Array.from({ length: chapterCount }, (_, index) => index + 1),\n [chapterCount],\n );\n\n const onChangeStartChapter = (_event: SyntheticEvent, value: number) => {\n handleSelectStartChapter(value);\n if (value > endChapter) {\n handleSelectEndChapter(value);\n }\n };\n\n const onChangeEndChapter = (_event: SyntheticEvent, value: number) => {\n handleSelectEndChapter(value);\n if (value < startChapter) {\n handleSelectStartChapter(value);\n }\n };\n\n return (\n <>\n onChangeStartChapter(e, value as number)}\n className=\"book-selection-chapter\"\n key=\"start chapter\"\n isClearable={false}\n options={numberArray}\n getOptionLabel={(option) => option.toString()}\n value={startChapter}\n isDisabled={isDisabled}\n />\n }\n label=\"Chapters\"\n labelPlacement=\"start\"\n />\n onChangeEndChapter(e, value as number)}\n className=\"book-selection-chapter\"\n key=\"end chapter\"\n isClearable={false}\n options={numberArray}\n getOptionLabel={(option) => option.toString()}\n value={endChapter}\n isDisabled={isDisabled}\n />\n }\n label=\"to\"\n labelPlacement=\"start\"\n />\n \n );\n}\n","enum LabelPosition {\n After = 'after',\n Before = 'before',\n Above = 'above',\n Below = 'below',\n}\n\nexport default LabelPosition;\n","import { FormLabel, Checkbox as MuiCheckbox } from '@mui/material';\nimport { ChangeEvent } from 'react';\nimport './checkbox.component.css';\nimport LabelPosition from './label-position.model';\n\nexport type CheckboxProps = {\n /**\n * Optional unique identifier\n */\n id?: string;\n /**\n * If `true`, the component is checked.\n */\n isChecked?: boolean;\n /**\n * If specified, the label that will appear associated with the checkbox.\n * @default '' (no label will be shown)\n */\n labelText?: string;\n /**\n * Indicates the position of the label relative to the checkbox.\n * @default 'after'\n */\n labelPosition?: LabelPosition;\n /**\n * If `true`, the component is in the indeterminate state.\n * @default false\n */\n isIndeterminate?: boolean;\n /**\n * If `true`, the component is checked by default.\n */\n isDefaultChecked?: boolean;\n /**\n * Enabled status of switch\n * @default false\n */\n isDisabled?: boolean;\n /**\n * True when (input related to) switch is erroneous\n * @default false\n */\n hasError?: boolean;\n /**\n * Additional css classes to help with unique styling of the switch\n */\n className?: string;\n /**\n * Callback fired when the state is changed.\n * @param event The event source of the callback. You can pull out the new value by accessing event.target.value (string).\n * You can pull out the new checked state by accessing event.target.checked (boolean).\n */\n onChange?: (event: ChangeEvent) => void;\n};\n\n/* function CheckboxContainer({ labelText? = '', isDisabled : boolean, hasError : boolean, children? }) {\n return (\n \n {children}\n labelText\n \n );\n} */\n\n/**\n * Primary UI component for user interaction\n */\nfunction Checkbox({\n id,\n isChecked,\n labelText = '',\n labelPosition = LabelPosition.After,\n isIndeterminate = false,\n isDefaultChecked,\n isDisabled = false,\n hasError = false,\n className,\n onChange,\n}: CheckboxProps) {\n const checkBox = (\n \n );\n\n let result;\n\n if (labelText) {\n const preceding =\n labelPosition === LabelPosition.Before || labelPosition === LabelPosition.Above;\n\n const labelSpan = (\n \n {labelText}\n \n );\n\n const labelIsInline =\n labelPosition === LabelPosition.Before || labelPosition === LabelPosition.After;\n\n const label = labelIsInline ? labelSpan :
{labelSpan}
;\n\n const checkBoxElement = labelIsInline ? checkBox :
{checkBox}
;\n\n result = (\n \n {preceding && label}\n {checkBoxElement}\n {!preceding && label}\n \n );\n } else {\n result = checkBox;\n }\n return result;\n}\n\nexport default Checkbox;\n","import { MenuItem as MuiMenuItem } from '@mui/material';\nimport './menu-item.component.css';\nimport { PropsWithChildren } from 'react';\n\nexport type Command = {\n /**\n * Text (displayable in the UI) as the name of the command\n */\n name: string;\n\n /**\n * Command to execute (string.string)\n */\n command: string;\n};\n\nexport interface CommandHandler {\n (command: Command): void;\n}\n\nexport type MenuItemProps = Omit &\n PropsWithChildren<{\n /**\n * Optional unique identifier\n */\n id?: string;\n\n onClick: () => void;\n }>;\n\nexport type MenuItemInfo = Command & {\n /**\n * If true, list item is focused during the first mount\n * @default false\n */\n hasAutoFocus?: boolean;\n\n /**\n * Additional css classes to help with unique styling of the button\n */\n className?: string;\n\n /**\n * If true, compact vertical padding designed for keyboard and mouse\n * input is used.\n * @default true\n */\n isDense?: boolean;\n\n /**\n * If true, the left and right padding is removed\n * @default false\n */\n hasDisabledGutters?: boolean;\n\n /**\n * If true, a 1px light border is added to bottom of menu item\n * @default false\n */\n hasDivider?: boolean;\n\n /**\n * Help identify which element has keyboard focus\n */\n focusVisibleClassName?: string;\n};\n\nfunction MenuItem(props: MenuItemProps) {\n const {\n onClick,\n name,\n hasAutoFocus = false,\n className,\n isDense = true,\n hasDisabledGutters = false,\n hasDivider = false,\n focusVisibleClassName,\n id,\n children,\n } = props;\n\n return (\n \n {name || children}\n \n );\n}\n\nexport default MenuItem;\n","import { Grid } from '@mui/material';\nimport MenuItem, { CommandHandler, MenuItemInfo } from './menu-item.component';\nimport './grid-menu.component.css';\n\nexport type MenuColumnInfo = {\n /**\n * The name of the menu (displayed as the column header).\n */\n name: string;\n /*\n * The menu items to include.\n */\n items: MenuItemInfo[];\n};\n\ntype MenuColumnProps = MenuColumnInfo & {\n /**\n * Optional unique identifier\n */\n id?: string;\n\n commandHandler: CommandHandler;\n\n /**\n * Additional css classes to help with unique styling of the toolbar\n */\n className?: string;\n};\n\nexport type GridMenuInfo = {\n /**\n * The columns to display on the dropdown menu.\n */\n columns: MenuColumnInfo[];\n};\n\nexport type GridMenuProps = GridMenuInfo & {\n /**\n * Optional unique identifier\n */\n id?: string;\n\n commandHandler: CommandHandler;\n\n /**\n * Additional css classes to help with unique styling of the toolbar\n */\n className?: string;\n};\n\nfunction MenuColumn({ commandHandler, name, className, items, id }: MenuColumnProps) {\n return (\n \n

{name}

\n {items.map((menuItem, index) => (\n {\n commandHandler(menuItem);\n }}\n {...menuItem}\n />\n ))}\n
\n );\n}\n\nexport default function GridMenu({ commandHandler, className, columns, id }: GridMenuProps) {\n return (\n \n {columns.map((col, index) => (\n \n ))}\n \n );\n}\n","import { IconButton as MuiIconButton } from '@mui/material';\nimport { MouseEventHandler, PropsWithChildren } from 'react';\nimport './icon-button.component.css';\n\nexport type IconButtonProps = PropsWithChildren<{\n /**\n * Optional unique identifier\n */\n id?: string;\n /**\n * Required. Used as both the tooltip (aka, title) and the aria-label (used for accessibility,\n * testing, etc.), unless a distinct tooltip is supplied.\n */\n label: string;\n /**\n * Enabled status of button\n * @default false\n */\n isDisabled?: boolean;\n /**\n * Optional tooltip to display if different from the aria-label.\n */\n tooltip?: string;\n /**\n * If true, no tooltip will be displayed.\n */\n isTooltipSuppressed?: boolean;\n /**\n * If given, uses a negative margin to counteract the padding on one side (this is often helpful\n * for aligning the left or right side of the icon with content above or below, without ruining\n * the border size and shape).\n * @default false\n */\n adjustMarginToAlignToEdge?: 'end' | 'start' | false;\n /**\n * The size of the component. small is equivalent to the dense button styling.\n * @default false\n */\n size: 'small' | 'medium' | 'large';\n /**\n * Additional css classes to help with unique styling of the button\n */\n className?: string;\n /**\n * Optional click handler\n */\n onClick?: MouseEventHandler;\n}>;\n\n/**\n * Iconic button a user can click to do something\n *\n * Thanks to MUI for heavy inspiration and documentation\n * https://mui.com/material-ui/getting-started/overview/\n */\nfunction IconButton({\n id,\n label,\n isDisabled = false,\n tooltip,\n isTooltipSuppressed = false,\n adjustMarginToAlignToEdge = false,\n size = 'medium',\n className,\n onClick,\n children,\n}: IconButtonProps) {\n return (\n \n {children /* the icon to display */}\n \n );\n}\n\nexport default IconButton;\n","var P = Object.defineProperty;\nvar R = (t, e, s) => e in t ? P(t, e, { enumerable: !0, configurable: !0, writable: !0, value: s }) : t[e] = s;\nvar i = (t, e, s) => (R(t, typeof e != \"symbol\" ? e + \"\" : e, s), s);\nclass Z {\n constructor() {\n i(this, \"books\");\n i(this, \"firstSelectedBookNum\");\n i(this, \"lastSelectedBookNum\");\n i(this, \"count\");\n i(this, \"selectedBookNumbers\");\n i(this, \"selectedBookIds\");\n }\n}\nconst m = [\n \"GEN\",\n \"EXO\",\n \"LEV\",\n \"NUM\",\n \"DEU\",\n \"JOS\",\n \"JDG\",\n \"RUT\",\n \"1SA\",\n \"2SA\",\n // 10\n \"1KI\",\n \"2KI\",\n \"1CH\",\n \"2CH\",\n \"EZR\",\n \"NEH\",\n \"EST\",\n \"JOB\",\n \"PSA\",\n \"PRO\",\n // 20\n \"ECC\",\n \"SNG\",\n \"ISA\",\n \"JER\",\n \"LAM\",\n \"EZK\",\n \"DAN\",\n \"HOS\",\n \"JOL\",\n \"AMO\",\n // 30\n \"OBA\",\n \"JON\",\n \"MIC\",\n \"NAM\",\n \"HAB\",\n \"ZEP\",\n \"HAG\",\n \"ZEC\",\n \"MAL\",\n \"MAT\",\n // 40\n \"MRK\",\n \"LUK\",\n \"JHN\",\n \"ACT\",\n \"ROM\",\n \"1CO\",\n \"2CO\",\n \"GAL\",\n \"EPH\",\n \"PHP\",\n // 50\n \"COL\",\n \"1TH\",\n \"2TH\",\n \"1TI\",\n \"2TI\",\n \"TIT\",\n \"PHM\",\n \"HEB\",\n \"JAS\",\n \"1PE\",\n // 60\n \"2PE\",\n \"1JN\",\n \"2JN\",\n \"3JN\",\n \"JUD\",\n \"REV\",\n \"TOB\",\n \"JDT\",\n \"ESG\",\n \"WIS\",\n // 70\n \"SIR\",\n \"BAR\",\n \"LJE\",\n \"S3Y\",\n \"SUS\",\n \"BEL\",\n \"1MA\",\n \"2MA\",\n \"3MA\",\n \"4MA\",\n // 80\n \"1ES\",\n \"2ES\",\n \"MAN\",\n \"PS2\",\n \"ODA\",\n \"PSS\",\n \"JSA\",\n // actual variant text for JOS, now in LXA text\n \"JDB\",\n // actual variant text for JDG, now in LXA text\n \"TBS\",\n // actual variant text for TOB, now in LXA text\n \"SST\",\n // actual variant text for SUS, now in LXA text // 90\n \"DNT\",\n // actual variant text for DAN, now in LXA text\n \"BLT\",\n // actual variant text for BEL, now in LXA text\n \"XXA\",\n \"XXB\",\n \"XXC\",\n \"XXD\",\n \"XXE\",\n \"XXF\",\n \"XXG\",\n \"FRT\",\n // 100\n \"BAK\",\n \"OTH\",\n \"3ES\",\n // Used previously but really should be 2ES\n \"EZA\",\n // Used to be called 4ES, but not actually in any known project\n \"5EZ\",\n // Used to be called 5ES, but not actually in any known project\n \"6EZ\",\n // Used to be called 6ES, but not actually in any known project\n \"INT\",\n \"CNC\",\n \"GLO\",\n \"TDX\",\n // 110\n \"NDX\",\n \"DAG\",\n \"PS3\",\n \"2BA\",\n \"LBA\",\n \"JUB\",\n \"ENO\",\n \"1MQ\",\n \"2MQ\",\n \"3MQ\",\n // 120\n \"REP\",\n \"4BA\",\n \"LAO\"\n], B = [\n \"XXA\",\n \"XXB\",\n \"XXC\",\n \"XXD\",\n \"XXE\",\n \"XXF\",\n \"XXG\",\n \"FRT\",\n \"BAK\",\n \"OTH\",\n \"INT\",\n \"CNC\",\n \"GLO\",\n \"TDX\",\n \"NDX\"\n], X = [\n \"Genesis\",\n \"Exodus\",\n \"Leviticus\",\n \"Numbers\",\n \"Deuteronomy\",\n \"Joshua\",\n \"Judges\",\n \"Ruth\",\n \"1 Samuel\",\n \"2 Samuel\",\n \"1 Kings\",\n \"2 Kings\",\n \"1 Chronicles\",\n \"2 Chronicles\",\n \"Ezra\",\n \"Nehemiah\",\n \"Esther (Hebrew)\",\n \"Job\",\n \"Psalms\",\n \"Proverbs\",\n \"Ecclesiastes\",\n \"Song of Songs\",\n \"Isaiah\",\n \"Jeremiah\",\n \"Lamentations\",\n \"Ezekiel\",\n \"Daniel (Hebrew)\",\n \"Hosea\",\n \"Joel\",\n \"Amos\",\n \"Obadiah\",\n \"Jonah\",\n \"Micah\",\n \"Nahum\",\n \"Habakkuk\",\n \"Zephaniah\",\n \"Haggai\",\n \"Zechariah\",\n \"Malachi\",\n \"Matthew\",\n \"Mark\",\n \"Luke\",\n \"John\",\n \"Acts\",\n \"Romans\",\n \"1 Corinthians\",\n \"2 Corinthians\",\n \"Galatians\",\n \"Ephesians\",\n \"Philippians\",\n \"Colossians\",\n \"1 Thessalonians\",\n \"2 Thessalonians\",\n \"1 Timothy\",\n \"2 Timothy\",\n \"Titus\",\n \"Philemon\",\n \"Hebrews\",\n \"James\",\n \"1 Peter\",\n \"2 Peter\",\n \"1 John\",\n \"2 John\",\n \"3 John\",\n \"Jude\",\n \"Revelation\",\n \"Tobit\",\n \"Judith\",\n \"Esther Greek\",\n \"Wisdom of Solomon\",\n \"Sirach (Ecclesiasticus)\",\n \"Baruch\",\n \"Letter of Jeremiah\",\n \"Song of 3 Young Men\",\n \"Susanna\",\n \"Bel and the Dragon\",\n \"1 Maccabees\",\n \"2 Maccabees\",\n \"3 Maccabees\",\n \"4 Maccabees\",\n \"1 Esdras (Greek)\",\n \"2 Esdras (Latin)\",\n \"Prayer of Manasseh\",\n \"Psalm 151\",\n \"Odes\",\n \"Psalms of Solomon\",\n // WARNING, if you change the spelling of the *obsolete* tag be sure to update\n // IsObsolete routine\n \"Joshua A. *obsolete*\",\n \"Judges B. *obsolete*\",\n \"Tobit S. *obsolete*\",\n \"Susanna Th. *obsolete*\",\n \"Daniel Th. *obsolete*\",\n \"Bel Th. *obsolete*\",\n \"Extra A\",\n \"Extra B\",\n \"Extra C\",\n \"Extra D\",\n \"Extra E\",\n \"Extra F\",\n \"Extra G\",\n \"Front Matter\",\n \"Back Matter\",\n \"Other Matter\",\n \"3 Ezra *obsolete*\",\n \"Apocalypse of Ezra\",\n \"5 Ezra (Latin Prologue)\",\n \"6 Ezra (Latin Epilogue)\",\n \"Introduction\",\n \"Concordance \",\n \"Glossary \",\n \"Topical Index\",\n \"Names Index\",\n \"Daniel Greek\",\n \"Psalms 152-155\",\n \"2 Baruch (Apocalypse)\",\n \"Letter of Baruch\",\n \"Jubilees\",\n \"Enoch\",\n \"1 Meqabyan\",\n \"2 Meqabyan\",\n \"3 Meqabyan\",\n \"Reproof (Proverbs 25-31)\",\n \"4 Baruch (Rest of Baruch)\",\n \"Laodiceans\"\n], E = U();\nfunction g(t, e = !0) {\n return e && (t = t.toUpperCase()), t in E ? E[t] : 0;\n}\nfunction k(t) {\n return g(t) > 0;\n}\nfunction x(t) {\n const e = typeof t == \"string\" ? g(t) : t;\n return e >= 40 && e <= 66;\n}\nfunction T(t) {\n return (typeof t == \"string\" ? g(t) : t) <= 39;\n}\nfunction O(t) {\n return t <= 66;\n}\nfunction V(t) {\n const e = typeof t == \"string\" ? g(t) : t;\n return I(e) && !O(e);\n}\nfunction* _() {\n for (let t = 1; t <= m.length; t++)\n yield t;\n}\nconst L = 1, S = m.length;\nfunction G() {\n return [\"XXA\", \"XXB\", \"XXC\", \"XXD\", \"XXE\", \"XXF\", \"XXG\"];\n}\nfunction C(t, e = \"***\") {\n const s = t - 1;\n return s < 0 || s >= m.length ? e : m[s];\n}\nfunction A(t) {\n return t <= 0 || t > S ? \"******\" : X[t - 1];\n}\nfunction H(t) {\n return A(g(t));\n}\nfunction I(t) {\n const e = typeof t == \"number\" ? C(t) : t;\n return k(e) && !B.includes(e);\n}\nfunction y(t) {\n const e = typeof t == \"number\" ? C(t) : t;\n return k(e) && B.includes(e);\n}\nfunction q(t) {\n return X[t - 1].includes(\"*obsolete*\");\n}\nfunction U() {\n const t = {};\n for (let e = 0; e < m.length; e++)\n t[m[e]] = e + 1;\n return t;\n}\nconst N = {\n allBookIds: m,\n nonCanonicalIds: B,\n bookIdToNumber: g,\n isBookIdValid: k,\n isBookNT: x,\n isBookOT: T,\n isBookOTNT: O,\n isBookDC: V,\n allBookNumbers: _,\n firstBook: L,\n lastBook: S,\n extraBooks: G,\n bookNumberToId: C,\n bookNumberToEnglishName: A,\n bookIdToEnglishName: H,\n isCanonical: I,\n isExtraMaterial: y,\n isObsolete: q\n};\nvar c = /* @__PURE__ */ ((t) => (t[t.Unknown = 0] = \"Unknown\", t[t.Original = 1] = \"Original\", t[t.Septuagint = 2] = \"Septuagint\", t[t.Vulgate = 3] = \"Vulgate\", t[t.English = 4] = \"English\", t[t.RussianProtestant = 5] = \"RussianProtestant\", t[t.RussianOrthodox = 6] = \"RussianOrthodox\", t))(c || {});\nconst f = class {\n // private versInfo: Versification;\n constructor(e) {\n i(this, \"name\");\n i(this, \"fullPath\");\n i(this, \"isPresent\");\n i(this, \"hasVerseSegments\");\n i(this, \"isCustomized\");\n i(this, \"baseVersification\");\n i(this, \"scriptureBooks\");\n i(this, \"_type\");\n if (e != null)\n typeof e == \"string\" ? this.name = e : this._type = e;\n else\n throw new Error(\"Argument null\");\n }\n get type() {\n return this._type;\n }\n equals(e) {\n return !e.type || !this.type ? !1 : e.type === this.type;\n }\n};\nlet u = f;\ni(u, \"Original\", new f(c.Original)), i(u, \"Septuagint\", new f(c.Septuagint)), i(u, \"Vulgate\", new f(c.Vulgate)), i(u, \"English\", new f(c.English)), i(u, \"RussianProtestant\", new f(c.RussianProtestant)), i(u, \"RussianOrthodox\", new f(c.RussianOrthodox));\nfunction M(t, e) {\n const s = e[0];\n for (let n = 1; n < e.length; n++)\n t = t.split(e[n]).join(s);\n return t.split(s);\n}\nvar D = /* @__PURE__ */ ((t) => (t[t.Valid = 0] = \"Valid\", t[t.UnknownVersification = 1] = \"UnknownVersification\", t[t.OutOfRange = 2] = \"OutOfRange\", t[t.VerseOutOfOrder = 3] = \"VerseOutOfOrder\", t[t.VerseRepeated = 4] = \"VerseRepeated\", t))(D || {});\nconst r = class {\n constructor(e, s, n, o) {\n i(this, \"firstChapter\");\n i(this, \"lastChapter\");\n i(this, \"lastVerse\");\n i(this, \"hasSegmentsDefined\");\n i(this, \"text\");\n i(this, \"BBBCCCVVVS\");\n i(this, \"longHashCode\");\n /** The versification of the reference. */\n i(this, \"versification\");\n i(this, \"rtlMark\", \"‏\");\n i(this, \"_bookNum\", 0);\n i(this, \"_chapterNum\", 0);\n i(this, \"_verseNum\", 0);\n i(this, \"_verse\");\n if (n == null && o == null)\n if (e != null && typeof e == \"string\") {\n const a = e, h = s != null && s instanceof u ? s : void 0;\n this.setEmpty(h), this.parse(a);\n } else if (e != null && typeof e == \"number\") {\n const a = s != null && s instanceof u ? s : void 0;\n this.setEmpty(a), this._verseNum = e % r.chapterDigitShifter, this._chapterNum = Math.floor(\n e % r.bookDigitShifter / r.chapterDigitShifter\n ), this._bookNum = Math.floor(e / r.bookDigitShifter);\n } else if (s == null)\n if (e != null && e instanceof r) {\n const a = e;\n this._bookNum = a.bookNum, this._chapterNum = a.chapterNum, this._verseNum = a.verseNum, this._verse = a.verse, this.versification = a.versification;\n } else {\n if (e == null)\n return;\n const a = e instanceof u ? e : r.defaultVersification;\n this.setEmpty(a);\n }\n else\n throw new Error(\"VerseRef constructor not supported.\");\n else if (e != null && s != null && n != null)\n if (typeof e == \"string\" && typeof s == \"string\" && typeof n == \"string\")\n this.setEmpty(o), this.updateInternal(e, s, n);\n else if (typeof e == \"number\" && typeof s == \"number\" && typeof n == \"number\")\n this._bookNum = e, this._chapterNum = s, this._verseNum = n, this.versification = o ?? r.defaultVersification;\n else\n throw new Error(\"VerseRef constructor not supported.\");\n else\n throw new Error(\"VerseRef constructor not supported.\");\n }\n /**\n * @deprecated Will be removed in v2. Replace `VerseRef.parse('...')` with `new VerseRef('...')`\n * or refactor to use `VerseRef.tryParse('...')` which has a different return type.\n */\n static parse(e, s = r.defaultVersification) {\n const n = new r(s);\n return n.parse(e), n;\n }\n /**\n * Determines if the verse string is in a valid format (does not consider versification).\n */\n static isVerseParseable(e) {\n return e.length > 0 && \"0123456789\".includes(e[0]) && !e.endsWith(this.verseRangeSeparator) && !e.endsWith(this.verseSequenceIndicator);\n }\n /**\n * Tries to parse the specified string into a verse reference.\n * @param str - The string to attempt to parse.\n * @returns success: `true` if the specified string was successfully parsed, `false` otherwise.\n * @returns verseRef: The result of the parse if successful, or empty VerseRef if it failed\n */\n static tryParse(e) {\n let s;\n try {\n return s = r.parse(e), { success: !0, verseRef: s };\n } catch (n) {\n if (n instanceof p)\n return s = new r(), { success: !1, verseRef: s };\n throw n;\n }\n }\n /**\n * Gets the reference as a comparable integer where the book, chapter, and verse each occupy 3\n * digits.\n * @param bookNum - Book number (this is 1-based, not an index).\n * @param chapterNum - Chapter number.\n * @param verseNum - Verse number.\n * @returns The reference as a comparable integer where the book, chapter, and verse each occupy 3\n * digits.\n */\n static getBBBCCCVVV(e, s, n) {\n return e % r.bcvMaxValue * r.bookDigitShifter + (s >= 0 ? s % r.bcvMaxValue * r.chapterDigitShifter : 0) + (n >= 0 ? n % r.bcvMaxValue : 0);\n }\n /**\n * Parses a verse string and gets the leading numeric portion as a number.\n * @param verseStr - verse string to parse\n * @returns true if the entire string could be parsed as a single, simple verse number (1-999);\n * false if the verse string represented a verse bridge, contained segment letters, or was invalid\n */\n static tryGetVerseNum(e) {\n let s;\n if (!e)\n return s = -1, { success: !0, vNum: s };\n s = 0;\n let n;\n for (let o = 0; o < e.length; o++) {\n if (n = e[o], n < \"0\" || n > \"9\")\n return o === 0 && (s = -1), { success: !1, vNum: s };\n if (s = s * 10 + +n - +\"0\", s > r.bcvMaxValue)\n return s = -1, { success: !1, vNum: s };\n }\n return { success: !0, vNum: s };\n }\n /**\n * Checks to see if a VerseRef hasn't been set - all values are the default.\n */\n get isDefault() {\n return this.bookNum === 0 && this.chapterNum === 0 && this.verseNum === 0 && this.versification == null;\n }\n /**\n * Gets whether the verse contains multiple verses.\n */\n get hasMultiple() {\n return this._verse != null && (this._verse.includes(r.verseRangeSeparator) || this._verse.includes(r.verseSequenceIndicator));\n }\n /**\n * Gets or sets the book of the reference. Book is the 3-letter abbreviation in capital letters,\n * e.g. `'MAT'`.\n */\n get book() {\n return N.bookNumberToId(this.bookNum, \"\");\n }\n set book(e) {\n this.bookNum = N.bookIdToNumber(e);\n }\n /**\n * Gets or sets the chapter of the reference,. e.g. `'3'`.\n */\n get chapter() {\n return this.isDefault || this._chapterNum < 0 ? \"\" : this._chapterNum.toString();\n }\n set chapter(e) {\n const s = +e;\n this._chapterNum = Number.isInteger(s) ? s : -1;\n }\n /**\n * Gets or sets the verse of the reference, including range, segments, and sequences, e.g. `'4'`,\n * or `'4b-5a, 7'`.\n */\n get verse() {\n return this._verse != null ? this._verse : this.isDefault || this._verseNum < 0 ? \"\" : this._verseNum.toString();\n }\n set verse(e) {\n const { success: s, vNum: n } = r.tryGetVerseNum(e);\n this._verse = s ? void 0 : e.replace(this.rtlMark, \"\"), this._verseNum = n, !(this._verseNum >= 0) && ({ vNum: this._verseNum } = r.tryGetVerseNum(this._verse));\n }\n /**\n * Get or set Book based on book number, e.g. `42`.\n */\n get bookNum() {\n return this._bookNum;\n }\n set bookNum(e) {\n if (e <= 0 || e > N.lastBook)\n throw new p(\n \"BookNum must be greater than zero and less than or equal to last book\"\n );\n this._bookNum = e;\n }\n /**\n * Gets or sets the chapter number, e.g. `3`. `-1` if not valid.\n */\n get chapterNum() {\n return this._chapterNum;\n }\n set chapterNum(e) {\n this.chapterNum = e;\n }\n /**\n * Gets or sets verse start number, e.g. `4`. `-1` if not valid.\n */\n get verseNum() {\n return this._verseNum;\n }\n set verseNum(e) {\n this._verseNum = e;\n }\n /**\n * String representing the versification (should ONLY be used for serialization/deserialization).\n *\n * @remarks This is for backwards compatibility when ScrVers was an enumeration.\n */\n get versificationStr() {\n var e;\n return (e = this.versification) == null ? void 0 : e.name;\n }\n set versificationStr(e) {\n this.versification = this.versification != null ? new u(e) : void 0;\n }\n /**\n * Determines if the reference is valid.\n */\n get valid() {\n return this.validStatus === 0;\n }\n /**\n * Get the valid status for this reference.\n */\n get validStatus() {\n return this.validateVerse(r.verseRangeSeparators, r.verseSequenceIndicators);\n }\n /**\n * Gets the reference as a comparable integer where the book,\n * chapter, and verse each occupy three digits and the verse is 0.\n */\n get BBBCCC() {\n return r.getBBBCCCVVV(this._bookNum, this._chapterNum, 0);\n }\n /**\n * Gets the reference as a comparable integer where the book,\n * chapter, and verse each occupy three digits. If verse is not null\n * (i.e., this reference represents a complex reference with verse\n * segments or bridge) this cannot be used for an exact comparison.\n */\n get BBBCCCVVV() {\n return r.getBBBCCCVVV(this._bookNum, this._chapterNum, this._verseNum);\n }\n /**\n * Gets whether the verse is defined as an excluded verse in the versification.\n * Does not handle verse ranges.\n */\n // eslint-disable-next-line @typescript-eslint/class-literal-property-style\n get isExcluded() {\n return !1;\n }\n /**\n * Parses the reference in the specified string.\n * Optionally versification can follow reference as in GEN 3:11/4\n * Throw an exception if\n * - invalid book name\n * - chapter number is missing or not a number\n * - verse number is missing or does not start with a number\n * - versification is invalid\n * @param verseStr - string to parse e.g. 'MAT 3:11'\n */\n parse(e) {\n if (e = e.replace(this.rtlMark, \"\"), e.includes(\"/\")) {\n const a = e.split(\"/\");\n if (e = a[0], a.length > 1)\n try {\n const h = +a[1].trim();\n this.versification = new u(c[h]);\n } catch {\n throw new p(\"Invalid reference : \" + e);\n }\n }\n const s = e.trim().split(\" \");\n if (s.length !== 2)\n throw new p(\"Invalid reference : \" + e);\n const n = s[1].split(\":\"), o = +n[0];\n if (n.length !== 2 || N.bookIdToNumber(s[0]) === 0 || !Number.isInteger(o) || o < 0 || !r.isVerseParseable(n[1]))\n throw new p(\"Invalid reference : \" + e);\n this.updateInternal(s[0], n[0], n[1]);\n }\n /**\n * Simplifies this verse ref so that it has no bridging of verses or\n * verse segments like `'1a'`.\n */\n simplify() {\n this._verse = void 0;\n }\n /**\n * Makes a clone of the reference.\n *\n * @returns The cloned VerseRef.\n */\n clone() {\n return new r(this);\n }\n toString() {\n const e = this.book;\n return e === \"\" ? \"\" : `${e} ${this.chapter}:${this.verse}`;\n }\n /**\n * Compares this `VerseRef` with supplied one.\n * @param verseRef - `VerseRef` to compare this one to.\n * @returns `true` if this `VerseRef` is equal to the supplied on, `false` otherwise.\n */\n equals(e) {\n return e._bookNum === this._bookNum && e._chapterNum === this._chapterNum && e._verseNum === this._verseNum && e._verse === this._verse && e.versification != null && this.versification != null && e.versification.equals(this.versification);\n }\n /**\n * Enumerate all individual verses contained in a VerseRef.\n * Verse ranges are indicated by \"-\" and consecutive verses by \",\"s.\n * Examples:\n * GEN 1:2 returns GEN 1:2\n * GEN 1:1a-3b,5 returns GEN 1:1a, GEN 1:2, GEN 1:3b, GEN 1:5\n * GEN 1:2a-2c returns //! ??????\n *\n * @param specifiedVersesOnly - if set to true return only verses that are\n * explicitly specified only, not verses within a range. Defaults to `false`.\n * @param verseRangeSeparators - Verse range separators.\n * Defaults to `VerseRef.verseRangeSeparators`.\n * @param verseSequenceSeparators - Verse sequence separators.\n * Defaults to `VerseRef.verseSequenceIndicators`.\n * @returns An array of all single verse references in this VerseRef.\n */\n allVerses(e = !1, s = r.verseRangeSeparators, n = r.verseSequenceIndicators) {\n if (this._verse == null || this.chapterNum <= 0)\n return [this.clone()];\n const o = [], a = M(this._verse, n);\n for (const h of a.map((d) => M(d, s))) {\n const d = this.clone();\n d.verse = h[0];\n const w = d.verseNum;\n if (o.push(d), h.length > 1) {\n const v = this.clone();\n if (v.verse = h[1], !e)\n for (let b = w + 1; b < v.verseNum; b++) {\n const J = new r(\n this._bookNum,\n this._chapterNum,\n b,\n this.versification\n );\n this.isExcluded || o.push(J);\n }\n o.push(v);\n }\n }\n return o;\n }\n /**\n * Validates a verse number using the supplied separators rather than the defaults.\n */\n validateVerse(e, s) {\n if (!this.verse)\n return this.internalValid;\n let n = 0;\n for (const o of this.allVerses(!0, e, s)) {\n const a = o.internalValid;\n if (a !== 0)\n return a;\n const h = o.BBBCCCVVV;\n if (n > h)\n return 3;\n if (n === h)\n return 4;\n n = h;\n }\n return 0;\n }\n /**\n * Gets whether a single verse reference is valid.\n */\n get internalValid() {\n return this.versification == null ? 1 : this._bookNum <= 0 || this._bookNum > N.lastBook ? 2 : 0;\n }\n setEmpty(e = r.defaultVersification) {\n this._bookNum = 0, this._chapterNum = -1, this._verse = void 0, this.versification = e;\n }\n updateInternal(e, s, n) {\n this.bookNum = N.bookIdToNumber(e), this.chapter = s, this.verse = n;\n }\n};\nlet l = r;\ni(l, \"defaultVersification\", u.English), i(l, \"verseRangeSeparator\", \"-\"), i(l, \"verseSequenceIndicator\", \",\"), i(l, \"verseRangeSeparators\", [r.verseRangeSeparator]), i(l, \"verseSequenceIndicators\", [r.verseSequenceIndicator]), i(l, \"chapterDigitShifter\", 1e3), i(l, \"bookDigitShifter\", r.chapterDigitShifter * r.chapterDigitShifter), i(l, \"bcvMaxValue\", r.chapterDigitShifter - 1), /**\n * The valid status of the VerseRef.\n */\ni(l, \"ValidStatusType\", D);\nclass p extends Error {\n}\nexport {\n Z as BookSet,\n N as Canon,\n u as ScrVers,\n c as ScrVersType,\n l as VerseRef,\n p as VerseRefException\n};\n//# sourceMappingURL=index.es.js.map\n","import { Canon } from '@sillsdev/scripture';\nimport { BookInfo, ScriptureReference } from './scripture.model';\nimport { ComboBoxLabelOption } from '../combo-box.component';\n\nconst scrBookData: BookInfo[] = [\n { shortName: 'ERR', fullNames: ['ERROR'], chapters: -1 },\n { shortName: 'GEN', fullNames: ['Genesis'], chapters: 50 },\n { shortName: 'EXO', fullNames: ['Exodus'], chapters: 40 },\n { shortName: 'LEV', fullNames: ['Leviticus'], chapters: 27 },\n { shortName: 'NUM', fullNames: ['Numbers'], chapters: 36 },\n { shortName: 'DEU', fullNames: ['Deuteronomy'], chapters: 34 },\n { shortName: 'JOS', fullNames: ['Joshua'], chapters: 24 },\n { shortName: 'JDG', fullNames: ['Judges'], chapters: 21 },\n { shortName: 'RUT', fullNames: ['Ruth'], chapters: 4 },\n { shortName: '1SA', fullNames: ['1 Samuel'], chapters: 31 },\n { shortName: '2SA', fullNames: ['2 Samuel'], chapters: 24 },\n { shortName: '1KI', fullNames: ['1 Kings'], chapters: 22 },\n { shortName: '2KI', fullNames: ['2 Kings'], chapters: 25 },\n { shortName: '1CH', fullNames: ['1 Chronicles'], chapters: 29 },\n { shortName: '2CH', fullNames: ['2 Chronicles'], chapters: 36 },\n { shortName: 'EZR', fullNames: ['Ezra'], chapters: 10 },\n { shortName: 'NEH', fullNames: ['Nehemiah'], chapters: 13 },\n { shortName: 'EST', fullNames: ['Esther'], chapters: 10 },\n { shortName: 'JOB', fullNames: ['Job'], chapters: 42 },\n { shortName: 'PSA', fullNames: ['Psalm', 'Psalms'], chapters: 150 },\n { shortName: 'PRO', fullNames: ['Proverbs'], chapters: 31 },\n { shortName: 'ECC', fullNames: ['Ecclesiastes'], chapters: 12 },\n { shortName: 'SNG', fullNames: ['Song of Solomon', 'Song of Songs'], chapters: 8 },\n { shortName: 'ISA', fullNames: ['Isaiah'], chapters: 66 },\n { shortName: 'JER', fullNames: ['Jeremiah'], chapters: 52 },\n { shortName: 'LAM', fullNames: ['Lamentations'], chapters: 5 },\n { shortName: 'EZK', fullNames: ['Ezekiel'], chapters: 48 },\n { shortName: 'DAN', fullNames: ['Daniel'], chapters: 12 },\n { shortName: 'HOS', fullNames: ['Hosea'], chapters: 14 },\n { shortName: 'JOL', fullNames: ['Joel'], chapters: 3 },\n { shortName: 'AMO', fullNames: ['Amos'], chapters: 9 },\n { shortName: 'OBA', fullNames: ['Obadiah'], chapters: 1 },\n { shortName: 'JON', fullNames: ['Jonah'], chapters: 4 },\n { shortName: 'MIC', fullNames: ['Micah'], chapters: 7 },\n { shortName: 'NAM', fullNames: ['Nahum'], chapters: 3 },\n { shortName: 'HAB', fullNames: ['Habakkuk'], chapters: 3 },\n { shortName: 'ZEP', fullNames: ['Zephaniah'], chapters: 3 },\n { shortName: 'HAG', fullNames: ['Haggai'], chapters: 2 },\n { shortName: 'ZEC', fullNames: ['Zechariah'], chapters: 14 },\n { shortName: 'MAL', fullNames: ['Malachi'], chapters: 4 },\n { shortName: 'MAT', fullNames: ['Matthew'], chapters: 28 },\n { shortName: 'MRK', fullNames: ['Mark'], chapters: 16 },\n { shortName: 'LUK', fullNames: ['Luke'], chapters: 24 },\n { shortName: 'JHN', fullNames: ['John'], chapters: 21 },\n { shortName: 'ACT', fullNames: ['Acts'], chapters: 28 },\n { shortName: 'ROM', fullNames: ['Romans'], chapters: 16 },\n { shortName: '1CO', fullNames: ['1 Corinthians'], chapters: 16 },\n { shortName: '2CO', fullNames: ['2 Corinthians'], chapters: 13 },\n { shortName: 'GAL', fullNames: ['Galatians'], chapters: 6 },\n { shortName: 'EPH', fullNames: ['Ephesians'], chapters: 6 },\n { shortName: 'PHP', fullNames: ['Philippians'], chapters: 4 },\n { shortName: 'COL', fullNames: ['Colossians'], chapters: 4 },\n { shortName: '1TH', fullNames: ['1 Thessalonians'], chapters: 5 },\n { shortName: '2TH', fullNames: ['2 Thessalonians'], chapters: 3 },\n { shortName: '1TI', fullNames: ['1 Timothy'], chapters: 6 },\n { shortName: '2TI', fullNames: ['2 Timothy'], chapters: 4 },\n { shortName: 'TIT', fullNames: ['Titus'], chapters: 3 },\n { shortName: 'PHM', fullNames: ['Philemon'], chapters: 1 },\n { shortName: 'HEB', fullNames: ['Hebrews'], chapters: 13 },\n { shortName: 'JAS', fullNames: ['James'], chapters: 5 },\n { shortName: '1PE', fullNames: ['1 Peter'], chapters: 5 },\n { shortName: '2PE', fullNames: ['2 Peter'], chapters: 3 },\n { shortName: '1JN', fullNames: ['1 John'], chapters: 5 },\n { shortName: '2JN', fullNames: ['2 John'], chapters: 1 },\n { shortName: '3JN', fullNames: ['3 John'], chapters: 1 },\n { shortName: 'JUD', fullNames: ['Jude'], chapters: 1 },\n { shortName: 'REV', fullNames: ['Revelation'], chapters: 22 },\n];\n\nexport interface BookNameOption extends ComboBoxLabelOption {\n bookId: string;\n}\n\nlet bookNameOptions: BookNameOption[];\n\n/**\n * Gets ComboBox options for book names. Use the _bookId_ for reference rather than the _label_ to\n * aid in localization.\n * @remarks This can be localized by loading _label_ with the localized book name.\n * @returns An array of ComboBox options for book names.\n */\nexport const getBookNameOptions = () => {\n if (!bookNameOptions) {\n bookNameOptions = Canon.allBookIds.map((bookId) => ({\n bookId,\n label: Canon.bookIdToEnglishName(bookId),\n }));\n }\n return bookNameOptions;\n};\n\nexport const FIRST_SCR_BOOK_NUM = 1;\nexport const LAST_SCR_BOOK_NUM = scrBookData.length - 1;\nexport const FIRST_SCR_CHAPTER_NUM = 1;\nexport const FIRST_SCR_VERSE_NUM = 1;\n\nexport const getChaptersForBook = (bookNum: number): number => {\n return scrBookData[bookNum]?.chapters ?? -1;\n};\n\nexport const offsetBook = (scrRef: ScriptureReference, offset: number): ScriptureReference => ({\n bookNum: Math.max(FIRST_SCR_BOOK_NUM, Math.min(scrRef.bookNum + offset, LAST_SCR_BOOK_NUM)),\n chapterNum: 1,\n verseNum: 1,\n});\n\nexport const offsetChapter = (scrRef: ScriptureReference, offset: number): ScriptureReference => ({\n ...scrRef,\n chapterNum: Math.min(\n Math.max(FIRST_SCR_CHAPTER_NUM, scrRef.chapterNum + offset),\n getChaptersForBook(scrRef.bookNum),\n ),\n verseNum: 1,\n});\n\nexport const offsetVerse = (scrRef: ScriptureReference, offset: number): ScriptureReference => ({\n ...scrRef,\n verseNum: Math.max(FIRST_SCR_VERSE_NUM, scrRef.verseNum + offset),\n});\n","import { TextField as MuiTextField } from '@mui/material';\nimport { ChangeEventHandler, FocusEventHandler } from 'react';\n\nexport type TextFieldProps = {\n /**\n * The variant to use.\n * @default 'outlined'\n */\n variant?: 'outlined' | 'filled';\n /**\n * Optional unique identifier\n */\n id?: string;\n /**\n * If `true`, the component is disabled.\n * @default false\n */\n isDisabled?: boolean;\n /**\n * If `true`, the label is displayed in an error state.\n * @default false\n */\n hasError?: boolean;\n /**\n * If `true`, the input will take up the full width of its container.\n * @default false\n */\n isFullWidth?: boolean;\n /**\n * Text that gives the user instructions on what contents the TextField expects\n */\n helperText?: string;\n /**\n * The title of the TextField\n */\n label?: string;\n /**\n * The short hint displayed in the `input` before the user enters a value.\n */\n placeholder?: string;\n /**\n * If `true`, the label is displayed as required and the `input` element is required.\n * @default false\n */\n isRequired?: boolean;\n /**\n * Additional css classes to help with unique styling of the button\n */\n className?: string;\n /**\n * Starting value for the text field if it is not controlled\n */\n defaultValue?: unknown;\n /**\n * Value of the text field if controlled\n */\n value?: unknown;\n /**\n * Triggers when content of textfield is changed\n */\n onChange?: ChangeEventHandler;\n /**\n * Triggers when textfield gets focus\n */\n onFocus?: FocusEventHandler;\n /**\n * Triggers when textfield loses focus\n */\n onBlur?: FocusEventHandler;\n};\n\n/**\n * Text input field\n *\n * Thanks to MUI for heavy inspiration and documentation\n * https://mui.com/material-ui/getting-started/overview/\n */\nfunction TextField({\n variant = 'outlined',\n id,\n isDisabled = false,\n hasError = false,\n isFullWidth = false,\n helperText,\n label,\n placeholder,\n isRequired = false,\n className,\n defaultValue,\n value,\n onChange,\n onFocus,\n onBlur,\n}: TextFieldProps) {\n return (\n \n );\n}\n\nexport default TextField;\n","import { Canon } from '@sillsdev/scripture';\nimport { SyntheticEvent, useMemo } from 'react';\nimport {\n BookNameOption,\n getBookNameOptions,\n offsetBook,\n offsetChapter,\n offsetVerse,\n FIRST_SCR_BOOK_NUM,\n FIRST_SCR_CHAPTER_NUM,\n FIRST_SCR_VERSE_NUM,\n getChaptersForBook,\n} from './scripture/scripture-util';\nimport { ScriptureReference } from './scripture/scripture.model';\nimport './ref-selector.component.css';\nimport ComboBox from './combo-box.component';\nimport Button from './button.component';\nimport TextField from './text-field.component';\n\nexport interface ScrRefSelectorProps {\n scrRef: ScriptureReference;\n handleSubmit: (scrRef: ScriptureReference) => void;\n id?: string;\n}\n\nfunction RefSelector({ scrRef, handleSubmit, id }: ScrRefSelectorProps) {\n const onChangeBook = (newRef: ScriptureReference) => {\n handleSubmit(newRef);\n };\n\n const onSelectBook = (_event: SyntheticEvent, value: unknown) => {\n const bookNum: number = Canon.bookIdToNumber((value as BookNameOption).bookId);\n const newRef: ScriptureReference = { bookNum, chapterNum: 1, verseNum: 1 };\n\n onChangeBook(newRef);\n };\n\n const onChangeChapter = (event: { target: { value: number | string } }) => {\n handleSubmit({ ...scrRef, chapterNum: +event.target.value });\n };\n\n const onChangeVerse = (event: { target: { value: number | string } }) => {\n handleSubmit({ ...scrRef, verseNum: +event.target.value });\n };\n\n const currentBookName = useMemo(() => getBookNameOptions()[scrRef.bookNum - 1], [scrRef.bookNum]);\n\n return (\n \n \n onChangeBook(offsetBook(scrRef, -1))}\n isDisabled={scrRef.bookNum <= FIRST_SCR_BOOK_NUM}\n >\n <\n \n onChangeBook(offsetBook(scrRef, 1))}\n isDisabled={scrRef.bookNum >= getBookNameOptions().length}\n >\n >\n \n \n handleSubmit(offsetChapter(scrRef, -1))}\n isDisabled={scrRef.chapterNum <= FIRST_SCR_CHAPTER_NUM}\n >\n <\n \n handleSubmit(offsetChapter(scrRef, 1))}\n isDisabled={scrRef.chapterNum >= getChaptersForBook(scrRef.bookNum)}\n >\n >\n \n \n handleSubmit(offsetVerse(scrRef, -1))}\n isDisabled={scrRef.verseNum <= FIRST_SCR_VERSE_NUM}\n >\n <\n \n \n \n );\n}\n\nexport default RefSelector;\n","import { Paper } from '@mui/material';\nimport { useState } from 'react';\nimport TextField from './text-field.component';\nimport './search-bar.component.css';\n\ntype SearchBarProps = {\n /**\n * Callback fired to handle the search query when button pressed\n * @param searchQuery\n */\n onSearch: (searchQuery: string) => void;\n\n /**\n * Optional string that appears in the search bar without a search string\n */\n placeholder?: string;\n\n /**\n * Optional boolean to set the input base to full width\n */\n isFullWidth?: boolean;\n};\n\nexport default function SearchBar({ onSearch, placeholder, isFullWidth }: SearchBarProps) {\n const [searchQuery, setSearchQuery] = useState('');\n\n const handleInputChange = (searchString: string) => {\n setSearchQuery(searchString);\n onSearch(searchString);\n };\n\n return (\n \n handleInputChange(e.target.value)}\n />\n \n );\n}\n","import { Slider as MuiSlider } from '@mui/material';\nimport { SyntheticEvent } from 'react';\nimport './slider.component.css';\n\nexport type SliderProps = {\n /**\n * Optional unique identifier\n */\n id?: string;\n /**\n * If `true`, the component is disabled.\n * @default false\n */\n isDisabled?: boolean;\n /**\n * The component orientation.\n * @default 'horizontal'\n */\n orientation?: 'horizontal' | 'vertical';\n /**\n * The minimum allowed value of the slider.\n * Should not be equal to max.\n * @default 0\n */\n min?: number;\n /**\n * The maximum allowed value of the slider.\n * Should not be equal to min.\n * @default 100\n */\n max?: number;\n /**\n * The granularity with which the slider can step through values. (A \"discrete\" slider.)\n * The `min` prop serves as the origin for the valid values.\n * We recommend (max - min) to be evenly divisible by the step.\n * @default 1\n */\n step?: number;\n /**\n * Marks indicate predetermined values to which the user can move the slider.\n * If `true` the marks are spaced according the value of the `step` prop.\n * @default false\n */\n showMarks?: boolean;\n /**\n * The default value. Use when the component is not controlled.\n */\n defaultValue?: number;\n /**\n * The value of the slider.\n * For ranged sliders, provide an array with two values.\n */\n value?: number | number[];\n /**\n * Controls when the value label is displayed:\n *\n * - `auto` the value label will display when the thumb is hovered or focused.\n * - `on` will display persistently.\n * - `off` will never display.\n * @default 'off'\n */\n valueLabelDisplay?: 'on' | 'auto' | 'off';\n /**\n * Additional css classes to help with unique styling of the button\n */\n className?: string;\n /**\n * Callback function that is fired when the slider's value changed.\n * @param event The event source of the callback. You can pull out the new value by accessing event.target.value (any).\n * Warning: This is a generic event not a change event.\n * @param value The new value.\n * @param activeThumb Index of the currently moved thumb.\n */\n onChange?: (event: Event, value: number | number[], activeThumb: number) => void;\n /**\n * Callback function that is fired when the mouseup is triggered.\n * @param event The event source of the callback. Warning: This is a generic event not a change event.\n * @param value The new value.\n */\n onChangeCommitted?: (\n event: Event | SyntheticEvent,\n value: number | number[],\n ) => void;\n};\n\n/**\n * Slider that allows selecting a value from a range\n *\n * Thanks to MUI for heavy inspiration and documentation\n * https://mui.com/material-ui/getting-started/overview/\n */\nfunction Slider({\n id,\n isDisabled = false,\n orientation = 'horizontal',\n min = 0,\n max = 100,\n step = 1,\n showMarks = false,\n defaultValue,\n value,\n valueLabelDisplay = 'off',\n className,\n onChange,\n onChangeCommitted,\n}: SliderProps) {\n return (\n \n );\n}\n\nexport default Slider;\n","import { Snackbar as MuiSnackbar, SnackbarCloseReason, SnackbarOrigin } from '@mui/material';\nimport { SyntheticEvent, ReactNode, PropsWithChildren } from 'react';\nimport './snackbar.component.css';\n\nexport type CloseReason = SnackbarCloseReason;\nexport type AnchorOrigin = SnackbarOrigin;\n\nexport type SnackbarContentProps = {\n /**\n * The action to display, renders after the message\n */\n action?: ReactNode;\n\n /**\n * The message to display\n */\n message?: ReactNode;\n\n /**\n * Additional css classes to help with unique styling of the snackbar, internal\n */\n className?: string;\n};\n\nexport type SnackbarProps = PropsWithChildren<{\n /**\n * Optional unique identifier\n */\n id?: string;\n\n /**\n * If true, the component is shown\n * @default false\n */\n isOpen?: boolean;\n\n /**\n * The number of milliseconds to wait before automatically calling onClose()\n * @default null\n */\n autoHideDuration?: number | null;\n\n /**\n * Additional css classes to help with unique styling of the snackbar, external\n */\n className?: string;\n\n /**\n * Optional, used to control the open prop\n * event: Event | SyntheticEvent, reason: string\n */\n onClose?: (event: Event | SyntheticEvent, reason: CloseReason) => void;\n\n /**\n * The anchor of the `Snackbar`.\n * the horizontal alignment is ignored.\n * @default vertical: 'bottom', horizontal: 'left'\n */\n anchorOrigin?: AnchorOrigin;\n\n /**\n * Props applied to the [`SnackbarContent`](/material-ui/api/snackbar-content/) element.\n */\n ContentProps?: SnackbarContentProps;\n}>;\n\n/**\n * Snackbar that provides brief notifications\n *\n * Thanks to MUI for heavy inspiration and documentation\n * https://mui.com/material-ui/getting-started/overview/\n */\nfunction Snackbar({\n autoHideDuration = null,\n id,\n isOpen = false,\n className,\n onClose,\n anchorOrigin = { vertical: 'bottom', horizontal: 'left' },\n ContentProps,\n children,\n}: SnackbarProps) {\n const newContentProps: SnackbarContentProps = {\n action: ContentProps?.action || children,\n message: ContentProps?.message,\n className,\n };\n\n return (\n \n );\n}\n\nexport default Snackbar;\n","import { Switch as MuiSwitch } from '@mui/material';\nimport { ChangeEvent } from 'react';\nimport './switch.component.css';\n\nexport type SwitchProps = {\n /**\n * Optional unique identifier\n */\n id?: string;\n /**\n * If `true`, the component is checked.\n */\n isChecked?: boolean;\n /**\n * Enabled status of switch\n * @default false\n */\n isDisabled?: boolean;\n /**\n * True when (input related to) switch is erroneous\n * @default false\n */\n hasError?: boolean;\n /**\n * Additional css classes to help with unique styling of the switch\n */\n className?: string;\n /**\n * Callback fired when the state is changed.\n * @param event The event source of the callback. You can pull out the new value by accessing event.target.value (string).\n * You can pull out the new checked state by accessing event.target.checked (boolean).\n */\n onChange?: (event: ChangeEvent) => void;\n};\n\n/**\n * Switch to toggle on and off\n *\n * Thanks to MUI for heavy inspiration and documentation\n * https://mui.com/material-ui/getting-started/overview/\n */\nfunction Switch({\n id,\n isChecked: checked,\n isDisabled = false,\n hasError = false,\n className,\n onChange,\n}: SwitchProps) {\n return (\n \n );\n}\n\nexport default Switch;\n","import DataGrid, {\n CellClickArgs,\n CellKeyboardEvent,\n CellKeyDownArgs,\n CellMouseEvent,\n CopyEvent,\n PasteEvent,\n RowsChangeData,\n RenderCellProps,\n RenderCheckboxProps,\n SelectColumn,\n SortColumn,\n} from 'react-data-grid';\nimport { ChangeEvent, Key, ReactElement, ReactNode, UIEvent, useMemo } from 'react';\nimport Checkbox from './checkbox.component';\nimport TextField from './text-field.component';\n\nimport 'react-data-grid/lib/styles.css';\nimport './table.component.css';\n\nexport interface TableCalculatedColumn extends TableColumn {\n readonly idx: number;\n readonly width: number | string;\n readonly minWidth: number;\n readonly maxWidth: number | undefined;\n readonly resizable: boolean;\n readonly sortable: boolean;\n readonly frozen: boolean;\n readonly isLastFrozenColumn: boolean;\n readonly rowGroup: boolean;\n readonly renderCell: (props: RenderCellProps) => ReactNode;\n}\nexport type TableCellClickArgs = CellClickArgs;\nexport type TableCellKeyboardEvent = CellKeyboardEvent;\nexport type TableCellKeyDownArgs = CellKeyDownArgs;\nexport type TableCellMouseEvent = CellMouseEvent;\nexport type TableColumn = {\n /**\n * The name of the column. By default it will be displayed in the header cell\n */\n readonly name: string | ReactElement;\n /**\n * A unique key to distinguish each column\n */\n readonly key: string;\n /**\n * Column width. If not specified, it will be determined automatically\n * based on grid width and specified widths of other columns\n */\n readonly width?: number | string;\n /**\n * Minimum column width in px.\n */\n readonly minWidth?: number;\n /**\n * Maximum column width in px.\n */\n readonly maxWidth?: number;\n /**\n * If `true`, editing is enabled. If no custom cell editor is provided through `renderEditCell`\n * the default text editor will be used for editing.\n * Note: If `editable` is set to 'true' and no custom `renderEditCell` is provided,\n * the internal logic that sets the `renderEditCell` will shallow clone the column.\n */\n readonly editable?: boolean | ((row: R) => boolean) | null;\n /**\n * Determines whether column is frozen or not\n */\n readonly frozen?: boolean;\n /**\n * Enable resizing of a column\n */\n readonly resizable?: boolean;\n /**\n * Enable sorting of a column\n */\n readonly sortable?: boolean;\n /**\n * Sets the column sort order to be descending instead of ascending the first time\n * the column is sorted\n */\n readonly sortDescendingFirst?: boolean | null;\n /**\n * Editor to be rendered when cell of column is being edited.\n * Don't forget to also set the `editable` prop to true in order to enable editing.\n */\n readonly renderEditCell?: ((props: TableEditorProps) => ReactNode) | null;\n};\nexport type TableCopyEvent = CopyEvent;\nexport type TableEditorProps = {\n column: TableCalculatedColumn;\n row: R;\n onRowChange: (row: R, commitChanges?: boolean) => void;\n // Unused currently, but needed to commit changes from editing\n // eslint-disable-next-line react/no-unused-prop-types\n onClose: (commitChanges?: boolean) => void;\n};\nexport type TablePasteEvent = PasteEvent;\nexport type TableRowsChangeData = RowsChangeData;\nexport type TableSortColumn = SortColumn;\n\nfunction TableTextEditor({ onRowChange, row, column }: TableEditorProps): ReactElement {\n const changeHandler = (e: ChangeEvent) => {\n onRowChange({ ...row, [column.key]: e.target.value });\n };\n\n return ;\n}\n\nconst renderCheckbox = ({ onChange, disabled, checked, ...props }: RenderCheckboxProps) => {\n const handleChange = (e: ChangeEvent) => {\n onChange(e.target.checked, (e.nativeEvent as MouseEvent).shiftKey);\n };\n\n return (\n \n );\n};\n\n// Subset of https://github.com/adazzle/react-data-grid#api\nexport type TableProps = {\n /**\n * An array of objects representing each column on the grid\n */\n columns: readonly TableColumn[];\n /**\n * Whether or not a column with checkboxes is inserted that allows you to select rows\n */\n enableSelectColumn?: boolean;\n /**\n * Specifies the width of the select column. Only relevant when enableSelectColumn is true\n * @default 50\n */\n selectColumnWidth?: number;\n /**\n * An array of objects representing the currently sorted columns\n */\n sortColumns?: readonly TableSortColumn[];\n /**\n * A callback function that is called when the sorted columns change\n * @param sortColumns An array of objects representing the currently sorted columns in the table.\n */\n onSortColumnsChange?: (sortColumns: TableSortColumn[]) => void;\n /**\n * A callback function that is called when a column is resized\n * @param idx The index of the column being resized\n * @param width The new width of the column in pixels\n */\n onColumnResize?: (idx: number, width: number) => void;\n /**\n * Default column width. If not specified, it will be determined automatically\n * based on grid width and specified widths of other columns\n */\n defaultColumnWidth?: number;\n /**\n * Minimum column width in px.\n */\n defaultColumnMinWidth?: number;\n /**\n * Maximum column width in px.\n */\n defaultColumnMaxWidth?: number;\n /**\n * Whether or not columns are sortable by default\n * @default true\n */\n defaultColumnSortable?: boolean;\n /**\n * Whether or not columns are resizable by default\n * @default true\n */\n defaultColumnResizable?: boolean;\n /**\n * An array of objects representing the rows in the grid\n */\n rows: readonly R[];\n /**\n * A function that returns the key for a given row\n */\n rowKeyGetter?: (row: R) => Key;\n /**\n * The height of each row in pixels\n * @default 35\n */\n rowHeight?: number;\n /**\n * The height of the header row in pixels\n * @default 35\n */\n headerRowHeight?: number;\n /**\n * A set of keys representing the currently selected rows\n */\n selectedRows?: ReadonlySet;\n /**\n * A callback function that is called when the selected rows change\n */\n onSelectedRowsChange?: (selectedRows: Set) => void;\n /**\n * A callback function that is called when the rows in the grid change\n */\n onRowsChange?: (rows: R[], data: TableRowsChangeData) => void;\n /**\n * A callback function that is called when a cell is clicked\n * @param event The event source of the callback\n */\n onCellClick?: (args: TableCellClickArgs, event: TableCellMouseEvent) => void;\n /**\n * A callback function that is called when a cell is double-clicked\n * @param event The event source of the callback\n */\n onCellDoubleClick?: (args: TableCellClickArgs, event: TableCellMouseEvent) => void;\n /**\n * A callback function that is called when a cell is right-clicked\n * @param event The event source of the callback\n */\n onCellContextMenu?: (args: TableCellClickArgs, event: TableCellMouseEvent) => void;\n /**\n * A callback function that is called when a key is pressed while a cell is focused\n * @param event The event source of the callback\n */\n onCellKeyDown?: (args: TableCellKeyDownArgs, event: TableCellKeyboardEvent) => void;\n /**\n * The text direction of the table\n * @default \"ltr\"\n */\n direction?: 'ltr' | 'rtl';\n /**\n * Whether or not virtualization is enabled for the table\n * @default true\n */\n enableVirtualization?: boolean;\n /**\n * A callback function that is called when the table is scrolled\n * @param event The event source of the callback\n */\n onScroll?: (event: UIEvent) => void;\n /**\n * A callback function that is called when the user copies data from the table.\n * @param event The event source of the callback\n */\n onCopy?: (event: TableCopyEvent) => void;\n /**\n * A callback function that is called when the user pastes data into the table.\n * @param event The event source of the callback\n */\n onPaste?: (event: TablePasteEvent) => R;\n /**\n * Additional css classes to help with unique styling of the table\n */\n className?: string;\n /**\n * Optional unique identifier\n */\n // Patched react-data-grid@7.0.0-beta.34 to add this prop, link to issue: https://github.com/adazzle/react-data-grid/issues/3305\n id?: string;\n};\n\n/**\n * Configurable table component\n *\n * Thanks to Adazzle for heavy inspiration and documentation\n * https://adazzle.github.io/react-data-grid/\n */\nfunction Table({\n columns,\n sortColumns,\n onSortColumnsChange,\n onColumnResize,\n defaultColumnWidth,\n defaultColumnMinWidth,\n defaultColumnMaxWidth,\n defaultColumnSortable = true,\n defaultColumnResizable = true,\n rows,\n enableSelectColumn,\n selectColumnWidth = 50,\n rowKeyGetter,\n rowHeight = 35,\n headerRowHeight = 35,\n selectedRows,\n onSelectedRowsChange,\n onRowsChange,\n onCellClick,\n onCellDoubleClick,\n onCellContextMenu,\n onCellKeyDown,\n direction = 'ltr',\n enableVirtualization = true,\n onCopy,\n onPaste,\n onScroll,\n className,\n id,\n}: TableProps) {\n const cachedColumns = useMemo(() => {\n const editableColumns = columns.map((column) => {\n if (typeof column.editable === 'function') {\n const editableFalsy = (row: R) => {\n // We've already confirmed that editable is a function\n return !!(column.editable as (row: R) => boolean)(row);\n };\n return {\n ...column,\n editable: editableFalsy,\n renderEditCell: column.renderEditCell || TableTextEditor,\n };\n }\n if (column.editable && !column.renderEditCell) {\n return { ...column, renderEditCell: TableTextEditor };\n }\n if (column.renderEditCell && !column.editable) {\n return { ...column, editable: false };\n }\n return column;\n });\n\n return enableSelectColumn\n ? [{ ...SelectColumn, minWidth: selectColumnWidth }, ...editableColumns]\n : editableColumns;\n }, [columns, enableSelectColumn, selectColumnWidth]);\n\n return (\n \n columns={cachedColumns}\n defaultColumnOptions={{\n width: defaultColumnWidth,\n minWidth: defaultColumnMinWidth,\n maxWidth: defaultColumnMaxWidth,\n sortable: defaultColumnSortable,\n resizable: defaultColumnResizable,\n }}\n sortColumns={sortColumns}\n onSortColumnsChange={onSortColumnsChange}\n onColumnResize={onColumnResize}\n rows={rows}\n rowKeyGetter={rowKeyGetter}\n rowHeight={rowHeight}\n headerRowHeight={headerRowHeight}\n selectedRows={selectedRows}\n onSelectedRowsChange={onSelectedRowsChange}\n onRowsChange={onRowsChange}\n onCellClick={onCellClick}\n onCellDoubleClick={onCellDoubleClick}\n onCellContextMenu={onCellContextMenu}\n onCellKeyDown={onCellKeyDown}\n direction={direction}\n enableVirtualization={enableVirtualization}\n onCopy={onCopy}\n onPaste={onPaste}\n onScroll={onScroll}\n renderers={{ renderCheckbox }}\n className={className ?? 'rdg-light'}\n id={id}\n />\n );\n}\n\nexport default Table;\n","export default function _extends() {\n _extends = Object.assign ? Object.assign.bind() : function (target) {\n for (var i = 1; i < arguments.length; i++) {\n var source = arguments[i];\n for (var key in source) {\n if (Object.prototype.hasOwnProperty.call(source, key)) {\n target[key] = source[key];\n }\n }\n }\n return target;\n };\n return _extends.apply(this, arguments);\n}","import _extends from \"@babel/runtime/helpers/esm/extends\";\nexport function isPlainObject(item) {\n return item !== null && typeof item === 'object' && item.constructor === Object;\n}\nfunction deepClone(source) {\n if (!isPlainObject(source)) {\n return source;\n }\n const output = {};\n Object.keys(source).forEach(key => {\n output[key] = deepClone(source[key]);\n });\n return output;\n}\nexport default function deepmerge(target, source, options = {\n clone: true\n}) {\n const output = options.clone ? _extends({}, target) : target;\n if (isPlainObject(target) && isPlainObject(source)) {\n Object.keys(source).forEach(key => {\n // Avoid prototype pollution\n if (key === '__proto__') {\n return;\n }\n if (isPlainObject(source[key]) && key in target && isPlainObject(target[key])) {\n // Since `output` is a clone of `target` and we have narrowed `target` in this block we can cast to the same type.\n output[key] = deepmerge(target[key], source[key], options);\n } else if (options.clone) {\n output[key] = isPlainObject(source[key]) ? deepClone(source[key]) : source[key];\n } else {\n output[key] = source[key];\n }\n });\n }\n return output;\n}","/** @license React v16.13.1\n * react-is.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';var b=\"function\"===typeof Symbol&&Symbol.for,c=b?Symbol.for(\"react.element\"):60103,d=b?Symbol.for(\"react.portal\"):60106,e=b?Symbol.for(\"react.fragment\"):60107,f=b?Symbol.for(\"react.strict_mode\"):60108,g=b?Symbol.for(\"react.profiler\"):60114,h=b?Symbol.for(\"react.provider\"):60109,k=b?Symbol.for(\"react.context\"):60110,l=b?Symbol.for(\"react.async_mode\"):60111,m=b?Symbol.for(\"react.concurrent_mode\"):60111,n=b?Symbol.for(\"react.forward_ref\"):60112,p=b?Symbol.for(\"react.suspense\"):60113,q=b?\nSymbol.for(\"react.suspense_list\"):60120,r=b?Symbol.for(\"react.memo\"):60115,t=b?Symbol.for(\"react.lazy\"):60116,v=b?Symbol.for(\"react.block\"):60121,w=b?Symbol.for(\"react.fundamental\"):60117,x=b?Symbol.for(\"react.responder\"):60118,y=b?Symbol.for(\"react.scope\"):60119;\nfunction z(a){if(\"object\"===typeof a&&null!==a){var u=a.$$typeof;switch(u){case c:switch(a=a.type,a){case l:case m:case e:case g:case f:case p:return a;default:switch(a=a&&a.$$typeof,a){case k:case n:case t:case r:case h:return a;default:return u}}case d:return u}}}function A(a){return z(a)===m}exports.AsyncMode=l;exports.ConcurrentMode=m;exports.ContextConsumer=k;exports.ContextProvider=h;exports.Element=c;exports.ForwardRef=n;exports.Fragment=e;exports.Lazy=t;exports.Memo=r;exports.Portal=d;\nexports.Profiler=g;exports.StrictMode=f;exports.Suspense=p;exports.isAsyncMode=function(a){return A(a)||z(a)===l};exports.isConcurrentMode=A;exports.isContextConsumer=function(a){return z(a)===k};exports.isContextProvider=function(a){return z(a)===h};exports.isElement=function(a){return\"object\"===typeof a&&null!==a&&a.$$typeof===c};exports.isForwardRef=function(a){return z(a)===n};exports.isFragment=function(a){return z(a)===e};exports.isLazy=function(a){return z(a)===t};\nexports.isMemo=function(a){return z(a)===r};exports.isPortal=function(a){return z(a)===d};exports.isProfiler=function(a){return z(a)===g};exports.isStrictMode=function(a){return z(a)===f};exports.isSuspense=function(a){return z(a)===p};\nexports.isValidElementType=function(a){return\"string\"===typeof a||\"function\"===typeof a||a===e||a===m||a===g||a===f||a===p||a===q||\"object\"===typeof a&&null!==a&&(a.$$typeof===t||a.$$typeof===r||a.$$typeof===h||a.$$typeof===k||a.$$typeof===n||a.$$typeof===w||a.$$typeof===x||a.$$typeof===y||a.$$typeof===v)};exports.typeOf=z;\n","/** @license React v16.13.1\n * react-is.development.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\n\n\nif (process.env.NODE_ENV !== \"production\") {\n (function() {\n'use strict';\n\n// The Symbol used to tag the ReactElement-like types. If there is no native Symbol\n// nor polyfill, then a plain number is used for performance.\nvar hasSymbol = typeof Symbol === 'function' && Symbol.for;\nvar REACT_ELEMENT_TYPE = hasSymbol ? Symbol.for('react.element') : 0xeac7;\nvar REACT_PORTAL_TYPE = hasSymbol ? Symbol.for('react.portal') : 0xeaca;\nvar REACT_FRAGMENT_TYPE = hasSymbol ? Symbol.for('react.fragment') : 0xeacb;\nvar REACT_STRICT_MODE_TYPE = hasSymbol ? Symbol.for('react.strict_mode') : 0xeacc;\nvar REACT_PROFILER_TYPE = hasSymbol ? Symbol.for('react.profiler') : 0xead2;\nvar REACT_PROVIDER_TYPE = hasSymbol ? Symbol.for('react.provider') : 0xeacd;\nvar REACT_CONTEXT_TYPE = hasSymbol ? Symbol.for('react.context') : 0xeace; // TODO: We don't use AsyncMode or ConcurrentMode anymore. They were temporary\n// (unstable) APIs that have been removed. Can we remove the symbols?\n\nvar REACT_ASYNC_MODE_TYPE = hasSymbol ? Symbol.for('react.async_mode') : 0xeacf;\nvar REACT_CONCURRENT_MODE_TYPE = hasSymbol ? Symbol.for('react.concurrent_mode') : 0xeacf;\nvar REACT_FORWARD_REF_TYPE = hasSymbol ? Symbol.for('react.forward_ref') : 0xead0;\nvar REACT_SUSPENSE_TYPE = hasSymbol ? Symbol.for('react.suspense') : 0xead1;\nvar REACT_SUSPENSE_LIST_TYPE = hasSymbol ? Symbol.for('react.suspense_list') : 0xead8;\nvar REACT_MEMO_TYPE = hasSymbol ? Symbol.for('react.memo') : 0xead3;\nvar REACT_LAZY_TYPE = hasSymbol ? Symbol.for('react.lazy') : 0xead4;\nvar REACT_BLOCK_TYPE = hasSymbol ? Symbol.for('react.block') : 0xead9;\nvar REACT_FUNDAMENTAL_TYPE = hasSymbol ? Symbol.for('react.fundamental') : 0xead5;\nvar REACT_RESPONDER_TYPE = hasSymbol ? Symbol.for('react.responder') : 0xead6;\nvar REACT_SCOPE_TYPE = hasSymbol ? Symbol.for('react.scope') : 0xead7;\n\nfunction isValidElementType(type) {\n return typeof type === 'string' || typeof type === 'function' || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.\n type === REACT_FRAGMENT_TYPE || type === REACT_CONCURRENT_MODE_TYPE || type === REACT_PROFILER_TYPE || type === REACT_STRICT_MODE_TYPE || type === REACT_SUSPENSE_TYPE || type === REACT_SUSPENSE_LIST_TYPE || typeof type === 'object' && type !== null && (type.$$typeof === REACT_LAZY_TYPE || type.$$typeof === REACT_MEMO_TYPE || type.$$typeof === REACT_PROVIDER_TYPE || type.$$typeof === REACT_CONTEXT_TYPE || type.$$typeof === REACT_FORWARD_REF_TYPE || type.$$typeof === REACT_FUNDAMENTAL_TYPE || type.$$typeof === REACT_RESPONDER_TYPE || type.$$typeof === REACT_SCOPE_TYPE || type.$$typeof === REACT_BLOCK_TYPE);\n}\n\nfunction typeOf(object) {\n if (typeof object === 'object' && object !== null) {\n var $$typeof = object.$$typeof;\n\n switch ($$typeof) {\n case REACT_ELEMENT_TYPE:\n var type = object.type;\n\n switch (type) {\n case REACT_ASYNC_MODE_TYPE:\n case REACT_CONCURRENT_MODE_TYPE:\n case REACT_FRAGMENT_TYPE:\n case REACT_PROFILER_TYPE:\n case REACT_STRICT_MODE_TYPE:\n case REACT_SUSPENSE_TYPE:\n return type;\n\n default:\n var $$typeofType = type && type.$$typeof;\n\n switch ($$typeofType) {\n case REACT_CONTEXT_TYPE:\n case REACT_FORWARD_REF_TYPE:\n case REACT_LAZY_TYPE:\n case REACT_MEMO_TYPE:\n case REACT_PROVIDER_TYPE:\n return $$typeofType;\n\n default:\n return $$typeof;\n }\n\n }\n\n case REACT_PORTAL_TYPE:\n return $$typeof;\n }\n }\n\n return undefined;\n} // AsyncMode is deprecated along with isAsyncMode\n\nvar AsyncMode = REACT_ASYNC_MODE_TYPE;\nvar ConcurrentMode = REACT_CONCURRENT_MODE_TYPE;\nvar ContextConsumer = REACT_CONTEXT_TYPE;\nvar ContextProvider = REACT_PROVIDER_TYPE;\nvar Element = REACT_ELEMENT_TYPE;\nvar ForwardRef = REACT_FORWARD_REF_TYPE;\nvar Fragment = REACT_FRAGMENT_TYPE;\nvar Lazy = REACT_LAZY_TYPE;\nvar Memo = REACT_MEMO_TYPE;\nvar Portal = REACT_PORTAL_TYPE;\nvar Profiler = REACT_PROFILER_TYPE;\nvar StrictMode = REACT_STRICT_MODE_TYPE;\nvar Suspense = REACT_SUSPENSE_TYPE;\nvar hasWarnedAboutDeprecatedIsAsyncMode = false; // AsyncMode should be deprecated\n\nfunction isAsyncMode(object) {\n {\n if (!hasWarnedAboutDeprecatedIsAsyncMode) {\n hasWarnedAboutDeprecatedIsAsyncMode = true; // Using console['warn'] to evade Babel and ESLint\n\n console['warn']('The ReactIs.isAsyncMode() alias has been deprecated, ' + 'and will be removed in React 17+. Update your code to use ' + 'ReactIs.isConcurrentMode() instead. It has the exact same API.');\n }\n }\n\n return isConcurrentMode(object) || typeOf(object) === REACT_ASYNC_MODE_TYPE;\n}\nfunction isConcurrentMode(object) {\n return typeOf(object) === REACT_CONCURRENT_MODE_TYPE;\n}\nfunction isContextConsumer(object) {\n return typeOf(object) === REACT_CONTEXT_TYPE;\n}\nfunction isContextProvider(object) {\n return typeOf(object) === REACT_PROVIDER_TYPE;\n}\nfunction isElement(object) {\n return typeof object === 'object' && object !== null && object.$$typeof === REACT_ELEMENT_TYPE;\n}\nfunction isForwardRef(object) {\n return typeOf(object) === REACT_FORWARD_REF_TYPE;\n}\nfunction isFragment(object) {\n return typeOf(object) === REACT_FRAGMENT_TYPE;\n}\nfunction isLazy(object) {\n return typeOf(object) === REACT_LAZY_TYPE;\n}\nfunction isMemo(object) {\n return typeOf(object) === REACT_MEMO_TYPE;\n}\nfunction isPortal(object) {\n return typeOf(object) === REACT_PORTAL_TYPE;\n}\nfunction isProfiler(object) {\n return typeOf(object) === REACT_PROFILER_TYPE;\n}\nfunction isStrictMode(object) {\n return typeOf(object) === REACT_STRICT_MODE_TYPE;\n}\nfunction isSuspense(object) {\n return typeOf(object) === REACT_SUSPENSE_TYPE;\n}\n\nexports.AsyncMode = AsyncMode;\nexports.ConcurrentMode = ConcurrentMode;\nexports.ContextConsumer = ContextConsumer;\nexports.ContextProvider = ContextProvider;\nexports.Element = Element;\nexports.ForwardRef = ForwardRef;\nexports.Fragment = Fragment;\nexports.Lazy = Lazy;\nexports.Memo = Memo;\nexports.Portal = Portal;\nexports.Profiler = Profiler;\nexports.StrictMode = StrictMode;\nexports.Suspense = Suspense;\nexports.isAsyncMode = isAsyncMode;\nexports.isConcurrentMode = isConcurrentMode;\nexports.isContextConsumer = isContextConsumer;\nexports.isContextProvider = isContextProvider;\nexports.isElement = isElement;\nexports.isForwardRef = isForwardRef;\nexports.isFragment = isFragment;\nexports.isLazy = isLazy;\nexports.isMemo = isMemo;\nexports.isPortal = isPortal;\nexports.isProfiler = isProfiler;\nexports.isStrictMode = isStrictMode;\nexports.isSuspense = isSuspense;\nexports.isValidElementType = isValidElementType;\nexports.typeOf = typeOf;\n })();\n}\n","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('./cjs/react-is.production.min.js');\n} else {\n module.exports = require('./cjs/react-is.development.js');\n}\n","/*\nobject-assign\n(c) Sindre Sorhus\n@license MIT\n*/\n\n'use strict';\n/* eslint-disable no-unused-vars */\nvar getOwnPropertySymbols = Object.getOwnPropertySymbols;\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\nvar propIsEnumerable = Object.prototype.propertyIsEnumerable;\n\nfunction toObject(val) {\n\tif (val === null || val === undefined) {\n\t\tthrow new TypeError('Object.assign cannot be called with null or undefined');\n\t}\n\n\treturn Object(val);\n}\n\nfunction shouldUseNative() {\n\ttry {\n\t\tif (!Object.assign) {\n\t\t\treturn false;\n\t\t}\n\n\t\t// Detect buggy property enumeration order in older V8 versions.\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=4118\n\t\tvar test1 = new String('abc'); // eslint-disable-line no-new-wrappers\n\t\ttest1[5] = 'de';\n\t\tif (Object.getOwnPropertyNames(test1)[0] === '5') {\n\t\t\treturn false;\n\t\t}\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=3056\n\t\tvar test2 = {};\n\t\tfor (var i = 0; i < 10; i++) {\n\t\t\ttest2['_' + String.fromCharCode(i)] = i;\n\t\t}\n\t\tvar order2 = Object.getOwnPropertyNames(test2).map(function (n) {\n\t\t\treturn test2[n];\n\t\t});\n\t\tif (order2.join('') !== '0123456789') {\n\t\t\treturn false;\n\t\t}\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=3056\n\t\tvar test3 = {};\n\t\t'abcdefghijklmnopqrst'.split('').forEach(function (letter) {\n\t\t\ttest3[letter] = letter;\n\t\t});\n\t\tif (Object.keys(Object.assign({}, test3)).join('') !==\n\t\t\t\t'abcdefghijklmnopqrst') {\n\t\t\treturn false;\n\t\t}\n\n\t\treturn true;\n\t} catch (err) {\n\t\t// We don't expect any of the above to throw, but better to be safe.\n\t\treturn false;\n\t}\n}\n\nmodule.exports = shouldUseNative() ? Object.assign : function (target, source) {\n\tvar from;\n\tvar to = toObject(target);\n\tvar symbols;\n\n\tfor (var s = 1; s < arguments.length; s++) {\n\t\tfrom = Object(arguments[s]);\n\n\t\tfor (var key in from) {\n\t\t\tif (hasOwnProperty.call(from, key)) {\n\t\t\t\tto[key] = from[key];\n\t\t\t}\n\t\t}\n\n\t\tif (getOwnPropertySymbols) {\n\t\t\tsymbols = getOwnPropertySymbols(from);\n\t\t\tfor (var i = 0; i < symbols.length; i++) {\n\t\t\t\tif (propIsEnumerable.call(from, symbols[i])) {\n\t\t\t\t\tto[symbols[i]] = from[symbols[i]];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn to;\n};\n","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\nvar ReactPropTypesSecret = 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED';\n\nmodule.exports = ReactPropTypesSecret;\n","module.exports = Function.call.bind(Object.prototype.hasOwnProperty);\n","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\nvar printWarning = function() {};\n\nif (process.env.NODE_ENV !== 'production') {\n var ReactPropTypesSecret = require('./lib/ReactPropTypesSecret');\n var loggedTypeFailures = {};\n var has = require('./lib/has');\n\n printWarning = function(text) {\n var message = 'Warning: ' + text;\n if (typeof console !== 'undefined') {\n console.error(message);\n }\n try {\n // --- Welcome to debugging React ---\n // This error was thrown as a convenience so that you can use this stack\n // to find the callsite that caused this warning to fire.\n throw new Error(message);\n } catch (x) { /**/ }\n };\n}\n\n/**\n * Assert that the values match with the type specs.\n * Error messages are memorized and will only be shown once.\n *\n * @param {object} typeSpecs Map of name to a ReactPropType\n * @param {object} values Runtime values that need to be type-checked\n * @param {string} location e.g. \"prop\", \"context\", \"child context\"\n * @param {string} componentName Name of the component for error messages.\n * @param {?Function} getStack Returns the component stack.\n * @private\n */\nfunction checkPropTypes(typeSpecs, values, location, componentName, getStack) {\n if (process.env.NODE_ENV !== 'production') {\n for (var typeSpecName in typeSpecs) {\n if (has(typeSpecs, typeSpecName)) {\n var error;\n // Prop type validation may throw. In case they do, we don't want to\n // fail the render phase where it didn't fail before. So we log it.\n // After these have been cleaned up, we'll let them throw.\n try {\n // This is intentionally an invariant that gets caught. It's the same\n // behavior as without this statement except with a better message.\n if (typeof typeSpecs[typeSpecName] !== 'function') {\n var err = Error(\n (componentName || 'React class') + ': ' + location + ' type `' + typeSpecName + '` is invalid; ' +\n 'it must be a function, usually from the `prop-types` package, but received `' + typeof typeSpecs[typeSpecName] + '`.' +\n 'This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.'\n );\n err.name = 'Invariant Violation';\n throw err;\n }\n error = typeSpecs[typeSpecName](values, typeSpecName, componentName, location, null, ReactPropTypesSecret);\n } catch (ex) {\n error = ex;\n }\n if (error && !(error instanceof Error)) {\n printWarning(\n (componentName || 'React class') + ': type specification of ' +\n location + ' `' + typeSpecName + '` is invalid; the type checker ' +\n 'function must return `null` or an `Error` but returned a ' + typeof error + '. ' +\n 'You may have forgotten to pass an argument to the type checker ' +\n 'creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and ' +\n 'shape all require an argument).'\n );\n }\n if (error instanceof Error && !(error.message in loggedTypeFailures)) {\n // Only monitor this failure once because there tends to be a lot of the\n // same error.\n loggedTypeFailures[error.message] = true;\n\n var stack = getStack ? getStack() : '';\n\n printWarning(\n 'Failed ' + location + ' type: ' + error.message + (stack != null ? stack : '')\n );\n }\n }\n }\n }\n}\n\n/**\n * Resets warning cache when testing.\n *\n * @private\n */\ncheckPropTypes.resetWarningCache = function() {\n if (process.env.NODE_ENV !== 'production') {\n loggedTypeFailures = {};\n }\n}\n\nmodule.exports = checkPropTypes;\n","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\nvar ReactIs = require('react-is');\nvar assign = require('object-assign');\n\nvar ReactPropTypesSecret = require('./lib/ReactPropTypesSecret');\nvar has = require('./lib/has');\nvar checkPropTypes = require('./checkPropTypes');\n\nvar printWarning = function() {};\n\nif (process.env.NODE_ENV !== 'production') {\n printWarning = function(text) {\n var message = 'Warning: ' + text;\n if (typeof console !== 'undefined') {\n console.error(message);\n }\n try {\n // --- Welcome to debugging React ---\n // This error was thrown as a convenience so that you can use this stack\n // to find the callsite that caused this warning to fire.\n throw new Error(message);\n } catch (x) {}\n };\n}\n\nfunction emptyFunctionThatReturnsNull() {\n return null;\n}\n\nmodule.exports = function(isValidElement, throwOnDirectAccess) {\n /* global Symbol */\n var ITERATOR_SYMBOL = typeof Symbol === 'function' && Symbol.iterator;\n var FAUX_ITERATOR_SYMBOL = '@@iterator'; // Before Symbol spec.\n\n /**\n * Returns the iterator method function contained on the iterable object.\n *\n * Be sure to invoke the function with the iterable as context:\n *\n * var iteratorFn = getIteratorFn(myIterable);\n * if (iteratorFn) {\n * var iterator = iteratorFn.call(myIterable);\n * ...\n * }\n *\n * @param {?object} maybeIterable\n * @return {?function}\n */\n function getIteratorFn(maybeIterable) {\n var iteratorFn = maybeIterable && (ITERATOR_SYMBOL && maybeIterable[ITERATOR_SYMBOL] || maybeIterable[FAUX_ITERATOR_SYMBOL]);\n if (typeof iteratorFn === 'function') {\n return iteratorFn;\n }\n }\n\n /**\n * Collection of methods that allow declaration and validation of props that are\n * supplied to React components. Example usage:\n *\n * var Props = require('ReactPropTypes');\n * var MyArticle = React.createClass({\n * propTypes: {\n * // An optional string prop named \"description\".\n * description: Props.string,\n *\n * // A required enum prop named \"category\".\n * category: Props.oneOf(['News','Photos']).isRequired,\n *\n * // A prop named \"dialog\" that requires an instance of Dialog.\n * dialog: Props.instanceOf(Dialog).isRequired\n * },\n * render: function() { ... }\n * });\n *\n * A more formal specification of how these methods are used:\n *\n * type := array|bool|func|object|number|string|oneOf([...])|instanceOf(...)\n * decl := ReactPropTypes.{type}(.isRequired)?\n *\n * Each and every declaration produces a function with the same signature. This\n * allows the creation of custom validation functions. For example:\n *\n * var MyLink = React.createClass({\n * propTypes: {\n * // An optional string or URI prop named \"href\".\n * href: function(props, propName, componentName) {\n * var propValue = props[propName];\n * if (propValue != null && typeof propValue !== 'string' &&\n * !(propValue instanceof URI)) {\n * return new Error(\n * 'Expected a string or an URI for ' + propName + ' in ' +\n * componentName\n * );\n * }\n * }\n * },\n * render: function() {...}\n * });\n *\n * @internal\n */\n\n var ANONYMOUS = '<>';\n\n // Important!\n // Keep this list in sync with production version in `./factoryWithThrowingShims.js`.\n var ReactPropTypes = {\n array: createPrimitiveTypeChecker('array'),\n bigint: createPrimitiveTypeChecker('bigint'),\n bool: createPrimitiveTypeChecker('boolean'),\n func: createPrimitiveTypeChecker('function'),\n number: createPrimitiveTypeChecker('number'),\n object: createPrimitiveTypeChecker('object'),\n string: createPrimitiveTypeChecker('string'),\n symbol: createPrimitiveTypeChecker('symbol'),\n\n any: createAnyTypeChecker(),\n arrayOf: createArrayOfTypeChecker,\n element: createElementTypeChecker(),\n elementType: createElementTypeTypeChecker(),\n instanceOf: createInstanceTypeChecker,\n node: createNodeChecker(),\n objectOf: createObjectOfTypeChecker,\n oneOf: createEnumTypeChecker,\n oneOfType: createUnionTypeChecker,\n shape: createShapeTypeChecker,\n exact: createStrictShapeTypeChecker,\n };\n\n /**\n * inlined Object.is polyfill to avoid requiring consumers ship their own\n * https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is\n */\n /*eslint-disable no-self-compare*/\n function is(x, y) {\n // SameValue algorithm\n if (x === y) {\n // Steps 1-5, 7-10\n // Steps 6.b-6.e: +0 != -0\n return x !== 0 || 1 / x === 1 / y;\n } else {\n // Step 6.a: NaN == NaN\n return x !== x && y !== y;\n }\n }\n /*eslint-enable no-self-compare*/\n\n /**\n * We use an Error-like object for backward compatibility as people may call\n * PropTypes directly and inspect their output. However, we don't use real\n * Errors anymore. We don't inspect their stack anyway, and creating them\n * is prohibitively expensive if they are created too often, such as what\n * happens in oneOfType() for any type before the one that matched.\n */\n function PropTypeError(message, data) {\n this.message = message;\n this.data = data && typeof data === 'object' ? data: {};\n this.stack = '';\n }\n // Make `instanceof Error` still work for returned errors.\n PropTypeError.prototype = Error.prototype;\n\n function createChainableTypeChecker(validate) {\n if (process.env.NODE_ENV !== 'production') {\n var manualPropTypeCallCache = {};\n var manualPropTypeWarningCount = 0;\n }\n function checkType(isRequired, props, propName, componentName, location, propFullName, secret) {\n componentName = componentName || ANONYMOUS;\n propFullName = propFullName || propName;\n\n if (secret !== ReactPropTypesSecret) {\n if (throwOnDirectAccess) {\n // New behavior only for users of `prop-types` package\n var err = new Error(\n 'Calling PropTypes validators directly is not supported by the `prop-types` package. ' +\n 'Use `PropTypes.checkPropTypes()` to call them. ' +\n 'Read more at http://fb.me/use-check-prop-types'\n );\n err.name = 'Invariant Violation';\n throw err;\n } else if (process.env.NODE_ENV !== 'production' && typeof console !== 'undefined') {\n // Old behavior for people using React.PropTypes\n var cacheKey = componentName + ':' + propName;\n if (\n !manualPropTypeCallCache[cacheKey] &&\n // Avoid spamming the console because they are often not actionable except for lib authors\n manualPropTypeWarningCount < 3\n ) {\n printWarning(\n 'You are manually calling a React.PropTypes validation ' +\n 'function for the `' + propFullName + '` prop on `' + componentName + '`. This is deprecated ' +\n 'and will throw in the standalone `prop-types` package. ' +\n 'You may be seeing this warning due to a third-party PropTypes ' +\n 'library. See https://fb.me/react-warning-dont-call-proptypes ' + 'for details.'\n );\n manualPropTypeCallCache[cacheKey] = true;\n manualPropTypeWarningCount++;\n }\n }\n }\n if (props[propName] == null) {\n if (isRequired) {\n if (props[propName] === null) {\n return new PropTypeError('The ' + location + ' `' + propFullName + '` is marked as required ' + ('in `' + componentName + '`, but its value is `null`.'));\n }\n return new PropTypeError('The ' + location + ' `' + propFullName + '` is marked as required in ' + ('`' + componentName + '`, but its value is `undefined`.'));\n }\n return null;\n } else {\n return validate(props, propName, componentName, location, propFullName);\n }\n }\n\n var chainedCheckType = checkType.bind(null, false);\n chainedCheckType.isRequired = checkType.bind(null, true);\n\n return chainedCheckType;\n }\n\n function createPrimitiveTypeChecker(expectedType) {\n function validate(props, propName, componentName, location, propFullName, secret) {\n var propValue = props[propName];\n var propType = getPropType(propValue);\n if (propType !== expectedType) {\n // `propValue` being instance of, say, date/regexp, pass the 'object'\n // check, but we can offer a more precise error message here rather than\n // 'of type `object`'.\n var preciseType = getPreciseType(propValue);\n\n return new PropTypeError(\n 'Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + preciseType + '` supplied to `' + componentName + '`, expected ') + ('`' + expectedType + '`.'),\n {expectedType: expectedType}\n );\n }\n return null;\n }\n return createChainableTypeChecker(validate);\n }\n\n function createAnyTypeChecker() {\n return createChainableTypeChecker(emptyFunctionThatReturnsNull);\n }\n\n function createArrayOfTypeChecker(typeChecker) {\n function validate(props, propName, componentName, location, propFullName) {\n if (typeof typeChecker !== 'function') {\n return new PropTypeError('Property `' + propFullName + '` of component `' + componentName + '` has invalid PropType notation inside arrayOf.');\n }\n var propValue = props[propName];\n if (!Array.isArray(propValue)) {\n var propType = getPropType(propValue);\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected an array.'));\n }\n for (var i = 0; i < propValue.length; i++) {\n var error = typeChecker(propValue, i, componentName, location, propFullName + '[' + i + ']', ReactPropTypesSecret);\n if (error instanceof Error) {\n return error;\n }\n }\n return null;\n }\n return createChainableTypeChecker(validate);\n }\n\n function createElementTypeChecker() {\n function validate(props, propName, componentName, location, propFullName) {\n var propValue = props[propName];\n if (!isValidElement(propValue)) {\n var propType = getPropType(propValue);\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected a single ReactElement.'));\n }\n return null;\n }\n return createChainableTypeChecker(validate);\n }\n\n function createElementTypeTypeChecker() {\n function validate(props, propName, componentName, location, propFullName) {\n var propValue = props[propName];\n if (!ReactIs.isValidElementType(propValue)) {\n var propType = getPropType(propValue);\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected a single ReactElement type.'));\n }\n return null;\n }\n return createChainableTypeChecker(validate);\n }\n\n function createInstanceTypeChecker(expectedClass) {\n function validate(props, propName, componentName, location, propFullName) {\n if (!(props[propName] instanceof expectedClass)) {\n var expectedClassName = expectedClass.name || ANONYMOUS;\n var actualClassName = getClassName(props[propName]);\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + actualClassName + '` supplied to `' + componentName + '`, expected ') + ('instance of `' + expectedClassName + '`.'));\n }\n return null;\n }\n return createChainableTypeChecker(validate);\n }\n\n function createEnumTypeChecker(expectedValues) {\n if (!Array.isArray(expectedValues)) {\n if (process.env.NODE_ENV !== 'production') {\n if (arguments.length > 1) {\n printWarning(\n 'Invalid arguments supplied to oneOf, expected an array, got ' + arguments.length + ' arguments. ' +\n 'A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z]).'\n );\n } else {\n printWarning('Invalid argument supplied to oneOf, expected an array.');\n }\n }\n return emptyFunctionThatReturnsNull;\n }\n\n function validate(props, propName, componentName, location, propFullName) {\n var propValue = props[propName];\n for (var i = 0; i < expectedValues.length; i++) {\n if (is(propValue, expectedValues[i])) {\n return null;\n }\n }\n\n var valuesString = JSON.stringify(expectedValues, function replacer(key, value) {\n var type = getPreciseType(value);\n if (type === 'symbol') {\n return String(value);\n }\n return value;\n });\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of value `' + String(propValue) + '` ' + ('supplied to `' + componentName + '`, expected one of ' + valuesString + '.'));\n }\n return createChainableTypeChecker(validate);\n }\n\n function createObjectOfTypeChecker(typeChecker) {\n function validate(props, propName, componentName, location, propFullName) {\n if (typeof typeChecker !== 'function') {\n return new PropTypeError('Property `' + propFullName + '` of component `' + componentName + '` has invalid PropType notation inside objectOf.');\n }\n var propValue = props[propName];\n var propType = getPropType(propValue);\n if (propType !== 'object') {\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected an object.'));\n }\n for (var key in propValue) {\n if (has(propValue, key)) {\n var error = typeChecker(propValue, key, componentName, location, propFullName + '.' + key, ReactPropTypesSecret);\n if (error instanceof Error) {\n return error;\n }\n }\n }\n return null;\n }\n return createChainableTypeChecker(validate);\n }\n\n function createUnionTypeChecker(arrayOfTypeCheckers) {\n if (!Array.isArray(arrayOfTypeCheckers)) {\n process.env.NODE_ENV !== 'production' ? printWarning('Invalid argument supplied to oneOfType, expected an instance of array.') : void 0;\n return emptyFunctionThatReturnsNull;\n }\n\n for (var i = 0; i < arrayOfTypeCheckers.length; i++) {\n var checker = arrayOfTypeCheckers[i];\n if (typeof checker !== 'function') {\n printWarning(\n 'Invalid argument supplied to oneOfType. Expected an array of check functions, but ' +\n 'received ' + getPostfixForTypeWarning(checker) + ' at index ' + i + '.'\n );\n return emptyFunctionThatReturnsNull;\n }\n }\n\n function validate(props, propName, componentName, location, propFullName) {\n var expectedTypes = [];\n for (var i = 0; i < arrayOfTypeCheckers.length; i++) {\n var checker = arrayOfTypeCheckers[i];\n var checkerResult = checker(props, propName, componentName, location, propFullName, ReactPropTypesSecret);\n if (checkerResult == null) {\n return null;\n }\n if (checkerResult.data && has(checkerResult.data, 'expectedType')) {\n expectedTypes.push(checkerResult.data.expectedType);\n }\n }\n var expectedTypesMessage = (expectedTypes.length > 0) ? ', expected one of type [' + expectedTypes.join(', ') + ']': '';\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` supplied to ' + ('`' + componentName + '`' + expectedTypesMessage + '.'));\n }\n return createChainableTypeChecker(validate);\n }\n\n function createNodeChecker() {\n function validate(props, propName, componentName, location, propFullName) {\n if (!isNode(props[propName])) {\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` supplied to ' + ('`' + componentName + '`, expected a ReactNode.'));\n }\n return null;\n }\n return createChainableTypeChecker(validate);\n }\n\n function invalidValidatorError(componentName, location, propFullName, key, type) {\n return new PropTypeError(\n (componentName || 'React class') + ': ' + location + ' type `' + propFullName + '.' + key + '` is invalid; ' +\n 'it must be a function, usually from the `prop-types` package, but received `' + type + '`.'\n );\n }\n\n function createShapeTypeChecker(shapeTypes) {\n function validate(props, propName, componentName, location, propFullName) {\n var propValue = props[propName];\n var propType = getPropType(propValue);\n if (propType !== 'object') {\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type `' + propType + '` ' + ('supplied to `' + componentName + '`, expected `object`.'));\n }\n for (var key in shapeTypes) {\n var checker = shapeTypes[key];\n if (typeof checker !== 'function') {\n return invalidValidatorError(componentName, location, propFullName, key, getPreciseType(checker));\n }\n var error = checker(propValue, key, componentName, location, propFullName + '.' + key, ReactPropTypesSecret);\n if (error) {\n return error;\n }\n }\n return null;\n }\n return createChainableTypeChecker(validate);\n }\n\n function createStrictShapeTypeChecker(shapeTypes) {\n function validate(props, propName, componentName, location, propFullName) {\n var propValue = props[propName];\n var propType = getPropType(propValue);\n if (propType !== 'object') {\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type `' + propType + '` ' + ('supplied to `' + componentName + '`, expected `object`.'));\n }\n // We need to check all keys in case some are required but missing from props.\n var allKeys = assign({}, props[propName], shapeTypes);\n for (var key in allKeys) {\n var checker = shapeTypes[key];\n if (has(shapeTypes, key) && typeof checker !== 'function') {\n return invalidValidatorError(componentName, location, propFullName, key, getPreciseType(checker));\n }\n if (!checker) {\n return new PropTypeError(\n 'Invalid ' + location + ' `' + propFullName + '` key `' + key + '` supplied to `' + componentName + '`.' +\n '\\nBad object: ' + JSON.stringify(props[propName], null, ' ') +\n '\\nValid keys: ' + JSON.stringify(Object.keys(shapeTypes), null, ' ')\n );\n }\n var error = checker(propValue, key, componentName, location, propFullName + '.' + key, ReactPropTypesSecret);\n if (error) {\n return error;\n }\n }\n return null;\n }\n\n return createChainableTypeChecker(validate);\n }\n\n function isNode(propValue) {\n switch (typeof propValue) {\n case 'number':\n case 'string':\n case 'undefined':\n return true;\n case 'boolean':\n return !propValue;\n case 'object':\n if (Array.isArray(propValue)) {\n return propValue.every(isNode);\n }\n if (propValue === null || isValidElement(propValue)) {\n return true;\n }\n\n var iteratorFn = getIteratorFn(propValue);\n if (iteratorFn) {\n var iterator = iteratorFn.call(propValue);\n var step;\n if (iteratorFn !== propValue.entries) {\n while (!(step = iterator.next()).done) {\n if (!isNode(step.value)) {\n return false;\n }\n }\n } else {\n // Iterator will provide entry [k,v] tuples rather than values.\n while (!(step = iterator.next()).done) {\n var entry = step.value;\n if (entry) {\n if (!isNode(entry[1])) {\n return false;\n }\n }\n }\n }\n } else {\n return false;\n }\n\n return true;\n default:\n return false;\n }\n }\n\n function isSymbol(propType, propValue) {\n // Native Symbol.\n if (propType === 'symbol') {\n return true;\n }\n\n // falsy value can't be a Symbol\n if (!propValue) {\n return false;\n }\n\n // 19.4.3.5 Symbol.prototype[@@toStringTag] === 'Symbol'\n if (propValue['@@toStringTag'] === 'Symbol') {\n return true;\n }\n\n // Fallback for non-spec compliant Symbols which are polyfilled.\n if (typeof Symbol === 'function' && propValue instanceof Symbol) {\n return true;\n }\n\n return false;\n }\n\n // Equivalent of `typeof` but with special handling for array and regexp.\n function getPropType(propValue) {\n var propType = typeof propValue;\n if (Array.isArray(propValue)) {\n return 'array';\n }\n if (propValue instanceof RegExp) {\n // Old webkits (at least until Android 4.0) return 'function' rather than\n // 'object' for typeof a RegExp. We'll normalize this here so that /bla/\n // passes PropTypes.object.\n return 'object';\n }\n if (isSymbol(propType, propValue)) {\n return 'symbol';\n }\n return propType;\n }\n\n // This handles more types than `getPropType`. Only used for error messages.\n // See `createPrimitiveTypeChecker`.\n function getPreciseType(propValue) {\n if (typeof propValue === 'undefined' || propValue === null) {\n return '' + propValue;\n }\n var propType = getPropType(propValue);\n if (propType === 'object') {\n if (propValue instanceof Date) {\n return 'date';\n } else if (propValue instanceof RegExp) {\n return 'regexp';\n }\n }\n return propType;\n }\n\n // Returns a string that is postfixed to a warning about an invalid type.\n // For example, \"undefined\" or \"of type array\"\n function getPostfixForTypeWarning(value) {\n var type = getPreciseType(value);\n switch (type) {\n case 'array':\n case 'object':\n return 'an ' + type;\n case 'boolean':\n case 'date':\n case 'regexp':\n return 'a ' + type;\n default:\n return type;\n }\n }\n\n // Returns class name of the object, if any.\n function getClassName(propValue) {\n if (!propValue.constructor || !propValue.constructor.name) {\n return ANONYMOUS;\n }\n return propValue.constructor.name;\n }\n\n ReactPropTypes.checkPropTypes = checkPropTypes;\n ReactPropTypes.resetWarningCache = checkPropTypes.resetWarningCache;\n ReactPropTypes.PropTypes = ReactPropTypes;\n\n return ReactPropTypes;\n};\n","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\nvar ReactPropTypesSecret = require('./lib/ReactPropTypesSecret');\n\nfunction emptyFunction() {}\nfunction emptyFunctionWithReset() {}\nemptyFunctionWithReset.resetWarningCache = emptyFunction;\n\nmodule.exports = function() {\n function shim(props, propName, componentName, location, propFullName, secret) {\n if (secret === ReactPropTypesSecret) {\n // It is still safe when called from React.\n return;\n }\n var err = new Error(\n 'Calling PropTypes validators directly is not supported by the `prop-types` package. ' +\n 'Use PropTypes.checkPropTypes() to call them. ' +\n 'Read more at http://fb.me/use-check-prop-types'\n );\n err.name = 'Invariant Violation';\n throw err;\n };\n shim.isRequired = shim;\n function getShim() {\n return shim;\n };\n // Important!\n // Keep this list in sync with production version in `./factoryWithTypeCheckers.js`.\n var ReactPropTypes = {\n array: shim,\n bigint: shim,\n bool: shim,\n func: shim,\n number: shim,\n object: shim,\n string: shim,\n symbol: shim,\n\n any: shim,\n arrayOf: getShim,\n element: shim,\n elementType: shim,\n instanceOf: getShim,\n node: shim,\n objectOf: getShim,\n oneOf: getShim,\n oneOfType: getShim,\n shape: getShim,\n exact: getShim,\n\n checkPropTypes: emptyFunctionWithReset,\n resetWarningCache: emptyFunction\n };\n\n ReactPropTypes.PropTypes = ReactPropTypes;\n\n return ReactPropTypes;\n};\n","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nif (process.env.NODE_ENV !== 'production') {\n var ReactIs = require('react-is');\n\n // By explicitly using `prop-types` you are opting into new development behavior.\n // http://fb.me/prop-types-in-prod\n var throwOnDirectAccess = true;\n module.exports = require('./factoryWithTypeCheckers')(ReactIs.isElement, throwOnDirectAccess);\n} else {\n // By explicitly using `prop-types` you are opting into new production behavior.\n // http://fb.me/prop-types-in-prod\n module.exports = require('./factoryWithThrowingShims')();\n}\n","/**\n * WARNING: Don't import this directly.\n * Use `MuiError` from `@mui/utils/macros/MuiError.macro` instead.\n * @param {number} code\n */\nexport default function formatMuiErrorMessage(code) {\n // Apply babel-plugin-transform-template-literals in loose mode\n // loose mode is safe iff we're concatenating primitives\n // see https://babeljs.io/docs/en/babel-plugin-transform-template-literals#loose\n /* eslint-disable prefer-template */\n let url = 'https://mui.com/production-error/?code=' + code;\n for (let i = 1; i < arguments.length; i += 1) {\n // rest params over-transpile for this case\n // eslint-disable-next-line prefer-rest-params\n url += '&args[]=' + encodeURIComponent(arguments[i]);\n }\n return 'Minified MUI error #' + code + '; visit ' + url + ' for the full message.';\n /* eslint-enable prefer-template */\n}","/**\n * @license React\n * react-is.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n'use strict';var b=Symbol.for(\"react.element\"),c=Symbol.for(\"react.portal\"),d=Symbol.for(\"react.fragment\"),e=Symbol.for(\"react.strict_mode\"),f=Symbol.for(\"react.profiler\"),g=Symbol.for(\"react.provider\"),h=Symbol.for(\"react.context\"),k=Symbol.for(\"react.server_context\"),l=Symbol.for(\"react.forward_ref\"),m=Symbol.for(\"react.suspense\"),n=Symbol.for(\"react.suspense_list\"),p=Symbol.for(\"react.memo\"),q=Symbol.for(\"react.lazy\"),t=Symbol.for(\"react.offscreen\"),u;u=Symbol.for(\"react.module.reference\");\nfunction v(a){if(\"object\"===typeof a&&null!==a){var r=a.$$typeof;switch(r){case b:switch(a=a.type,a){case d:case f:case e:case m:case n:return a;default:switch(a=a&&a.$$typeof,a){case k:case h:case l:case q:case p:case g:return a;default:return r}}case c:return r}}}exports.ContextConsumer=h;exports.ContextProvider=g;exports.Element=b;exports.ForwardRef=l;exports.Fragment=d;exports.Lazy=q;exports.Memo=p;exports.Portal=c;exports.Profiler=f;exports.StrictMode=e;exports.Suspense=m;\nexports.SuspenseList=n;exports.isAsyncMode=function(){return!1};exports.isConcurrentMode=function(){return!1};exports.isContextConsumer=function(a){return v(a)===h};exports.isContextProvider=function(a){return v(a)===g};exports.isElement=function(a){return\"object\"===typeof a&&null!==a&&a.$$typeof===b};exports.isForwardRef=function(a){return v(a)===l};exports.isFragment=function(a){return v(a)===d};exports.isLazy=function(a){return v(a)===q};exports.isMemo=function(a){return v(a)===p};\nexports.isPortal=function(a){return v(a)===c};exports.isProfiler=function(a){return v(a)===f};exports.isStrictMode=function(a){return v(a)===e};exports.isSuspense=function(a){return v(a)===m};exports.isSuspenseList=function(a){return v(a)===n};\nexports.isValidElementType=function(a){return\"string\"===typeof a||\"function\"===typeof a||a===d||a===f||a===e||a===m||a===n||a===t||\"object\"===typeof a&&null!==a&&(a.$$typeof===q||a.$$typeof===p||a.$$typeof===g||a.$$typeof===h||a.$$typeof===l||a.$$typeof===u||void 0!==a.getModuleId)?!0:!1};exports.typeOf=v;\n","/**\n * @license React\n * react-is.development.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\nif (process.env.NODE_ENV !== \"production\") {\n (function() {\n'use strict';\n\n// ATTENTION\n// When adding new symbols to this file,\n// Please consider also adding to 'react-devtools-shared/src/backend/ReactSymbols'\n// The Symbol used to tag the ReactElement-like types.\nvar REACT_ELEMENT_TYPE = Symbol.for('react.element');\nvar REACT_PORTAL_TYPE = Symbol.for('react.portal');\nvar REACT_FRAGMENT_TYPE = Symbol.for('react.fragment');\nvar REACT_STRICT_MODE_TYPE = Symbol.for('react.strict_mode');\nvar REACT_PROFILER_TYPE = Symbol.for('react.profiler');\nvar REACT_PROVIDER_TYPE = Symbol.for('react.provider');\nvar REACT_CONTEXT_TYPE = Symbol.for('react.context');\nvar REACT_SERVER_CONTEXT_TYPE = Symbol.for('react.server_context');\nvar REACT_FORWARD_REF_TYPE = Symbol.for('react.forward_ref');\nvar REACT_SUSPENSE_TYPE = Symbol.for('react.suspense');\nvar REACT_SUSPENSE_LIST_TYPE = Symbol.for('react.suspense_list');\nvar REACT_MEMO_TYPE = Symbol.for('react.memo');\nvar REACT_LAZY_TYPE = Symbol.for('react.lazy');\nvar REACT_OFFSCREEN_TYPE = Symbol.for('react.offscreen');\n\n// -----------------------------------------------------------------------------\n\nvar enableScopeAPI = false; // Experimental Create Event Handle API.\nvar enableCacheElement = false;\nvar enableTransitionTracing = false; // No known bugs, but needs performance testing\n\nvar enableLegacyHidden = false; // Enables unstable_avoidThisFallback feature in Fiber\n// stuff. Intended to enable React core members to more easily debug scheduling\n// issues in DEV builds.\n\nvar enableDebugTracing = false; // Track which Fiber(s) schedule render work.\n\nvar REACT_MODULE_REFERENCE;\n\n{\n REACT_MODULE_REFERENCE = Symbol.for('react.module.reference');\n}\n\nfunction isValidElementType(type) {\n if (typeof type === 'string' || typeof type === 'function') {\n return true;\n } // Note: typeof might be other than 'symbol' or 'number' (e.g. if it's a polyfill).\n\n\n if (type === REACT_FRAGMENT_TYPE || type === REACT_PROFILER_TYPE || enableDebugTracing || type === REACT_STRICT_MODE_TYPE || type === REACT_SUSPENSE_TYPE || type === REACT_SUSPENSE_LIST_TYPE || enableLegacyHidden || type === REACT_OFFSCREEN_TYPE || enableScopeAPI || enableCacheElement || enableTransitionTracing ) {\n return true;\n }\n\n if (typeof type === 'object' && type !== null) {\n if (type.$$typeof === REACT_LAZY_TYPE || type.$$typeof === REACT_MEMO_TYPE || type.$$typeof === REACT_PROVIDER_TYPE || type.$$typeof === REACT_CONTEXT_TYPE || type.$$typeof === REACT_FORWARD_REF_TYPE || // This needs to include all possible module reference object\n // types supported by any Flight configuration anywhere since\n // we don't know which Flight build this will end up being used\n // with.\n type.$$typeof === REACT_MODULE_REFERENCE || type.getModuleId !== undefined) {\n return true;\n }\n }\n\n return false;\n}\n\nfunction typeOf(object) {\n if (typeof object === 'object' && object !== null) {\n var $$typeof = object.$$typeof;\n\n switch ($$typeof) {\n case REACT_ELEMENT_TYPE:\n var type = object.type;\n\n switch (type) {\n case REACT_FRAGMENT_TYPE:\n case REACT_PROFILER_TYPE:\n case REACT_STRICT_MODE_TYPE:\n case REACT_SUSPENSE_TYPE:\n case REACT_SUSPENSE_LIST_TYPE:\n return type;\n\n default:\n var $$typeofType = type && type.$$typeof;\n\n switch ($$typeofType) {\n case REACT_SERVER_CONTEXT_TYPE:\n case REACT_CONTEXT_TYPE:\n case REACT_FORWARD_REF_TYPE:\n case REACT_LAZY_TYPE:\n case REACT_MEMO_TYPE:\n case REACT_PROVIDER_TYPE:\n return $$typeofType;\n\n default:\n return $$typeof;\n }\n\n }\n\n case REACT_PORTAL_TYPE:\n return $$typeof;\n }\n }\n\n return undefined;\n}\nvar ContextConsumer = REACT_CONTEXT_TYPE;\nvar ContextProvider = REACT_PROVIDER_TYPE;\nvar Element = REACT_ELEMENT_TYPE;\nvar ForwardRef = REACT_FORWARD_REF_TYPE;\nvar Fragment = REACT_FRAGMENT_TYPE;\nvar Lazy = REACT_LAZY_TYPE;\nvar Memo = REACT_MEMO_TYPE;\nvar Portal = REACT_PORTAL_TYPE;\nvar Profiler = REACT_PROFILER_TYPE;\nvar StrictMode = REACT_STRICT_MODE_TYPE;\nvar Suspense = REACT_SUSPENSE_TYPE;\nvar SuspenseList = REACT_SUSPENSE_LIST_TYPE;\nvar hasWarnedAboutDeprecatedIsAsyncMode = false;\nvar hasWarnedAboutDeprecatedIsConcurrentMode = false; // AsyncMode should be deprecated\n\nfunction isAsyncMode(object) {\n {\n if (!hasWarnedAboutDeprecatedIsAsyncMode) {\n hasWarnedAboutDeprecatedIsAsyncMode = true; // Using console['warn'] to evade Babel and ESLint\n\n console['warn']('The ReactIs.isAsyncMode() alias has been deprecated, ' + 'and will be removed in React 18+.');\n }\n }\n\n return false;\n}\nfunction isConcurrentMode(object) {\n {\n if (!hasWarnedAboutDeprecatedIsConcurrentMode) {\n hasWarnedAboutDeprecatedIsConcurrentMode = true; // Using console['warn'] to evade Babel and ESLint\n\n console['warn']('The ReactIs.isConcurrentMode() alias has been deprecated, ' + 'and will be removed in React 18+.');\n }\n }\n\n return false;\n}\nfunction isContextConsumer(object) {\n return typeOf(object) === REACT_CONTEXT_TYPE;\n}\nfunction isContextProvider(object) {\n return typeOf(object) === REACT_PROVIDER_TYPE;\n}\nfunction isElement(object) {\n return typeof object === 'object' && object !== null && object.$$typeof === REACT_ELEMENT_TYPE;\n}\nfunction isForwardRef(object) {\n return typeOf(object) === REACT_FORWARD_REF_TYPE;\n}\nfunction isFragment(object) {\n return typeOf(object) === REACT_FRAGMENT_TYPE;\n}\nfunction isLazy(object) {\n return typeOf(object) === REACT_LAZY_TYPE;\n}\nfunction isMemo(object) {\n return typeOf(object) === REACT_MEMO_TYPE;\n}\nfunction isPortal(object) {\n return typeOf(object) === REACT_PORTAL_TYPE;\n}\nfunction isProfiler(object) {\n return typeOf(object) === REACT_PROFILER_TYPE;\n}\nfunction isStrictMode(object) {\n return typeOf(object) === REACT_STRICT_MODE_TYPE;\n}\nfunction isSuspense(object) {\n return typeOf(object) === REACT_SUSPENSE_TYPE;\n}\nfunction isSuspenseList(object) {\n return typeOf(object) === REACT_SUSPENSE_LIST_TYPE;\n}\n\nexports.ContextConsumer = ContextConsumer;\nexports.ContextProvider = ContextProvider;\nexports.Element = Element;\nexports.ForwardRef = ForwardRef;\nexports.Fragment = Fragment;\nexports.Lazy = Lazy;\nexports.Memo = Memo;\nexports.Portal = Portal;\nexports.Profiler = Profiler;\nexports.StrictMode = StrictMode;\nexports.Suspense = Suspense;\nexports.SuspenseList = SuspenseList;\nexports.isAsyncMode = isAsyncMode;\nexports.isConcurrentMode = isConcurrentMode;\nexports.isContextConsumer = isContextConsumer;\nexports.isContextProvider = isContextProvider;\nexports.isElement = isElement;\nexports.isForwardRef = isForwardRef;\nexports.isFragment = isFragment;\nexports.isLazy = isLazy;\nexports.isMemo = isMemo;\nexports.isPortal = isPortal;\nexports.isProfiler = isProfiler;\nexports.isStrictMode = isStrictMode;\nexports.isSuspense = isSuspense;\nexports.isSuspenseList = isSuspenseList;\nexports.isValidElementType = isValidElementType;\nexports.typeOf = typeOf;\n })();\n}\n","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('./cjs/react-is.production.min.js');\n} else {\n module.exports = require('./cjs/react-is.development.js');\n}\n","import { ForwardRef, Memo } from 'react-is';\n\n// Simplified polyfill for IE11 support\n// https://github.com/JamesMGreene/Function.name/blob/58b314d4a983110c3682f1228f845d39ccca1817/Function.name.js#L3\nconst fnNameMatchRegex = /^\\s*function(?:\\s|\\s*\\/\\*.*\\*\\/\\s*)+([^(\\s/]*)\\s*/;\nexport function getFunctionName(fn) {\n const match = `${fn}`.match(fnNameMatchRegex);\n const name = match && match[1];\n return name || '';\n}\nfunction getFunctionComponentName(Component, fallback = '') {\n return Component.displayName || Component.name || getFunctionName(Component) || fallback;\n}\nfunction getWrappedName(outerType, innerType, wrapperName) {\n const functionName = getFunctionComponentName(innerType);\n return outerType.displayName || (functionName !== '' ? `${wrapperName}(${functionName})` : wrapperName);\n}\n\n/**\n * cherry-pick from\n * https://github.com/facebook/react/blob/769b1f270e1251d9dbdce0fcbd9e92e502d059b8/packages/shared/getComponentName.js\n * originally forked from recompose/getDisplayName with added IE11 support\n */\nexport default function getDisplayName(Component) {\n if (Component == null) {\n return undefined;\n }\n if (typeof Component === 'string') {\n return Component;\n }\n if (typeof Component === 'function') {\n return getFunctionComponentName(Component, 'Component');\n }\n\n // TypeScript can't have components as objects but they exist in the form of `memo` or `Suspense`\n if (typeof Component === 'object') {\n switch (Component.$$typeof) {\n case ForwardRef:\n return getWrappedName(Component, Component.render, 'ForwardRef');\n case Memo:\n return getWrappedName(Component, Component.type, 'memo');\n default:\n return undefined;\n }\n }\n return undefined;\n}","import _formatMuiErrorMessage from \"../formatMuiErrorMessage\";\n// It should to be noted that this function isn't equivalent to `text-transform: capitalize`.\n//\n// A strict capitalization should uppercase the first letter of each word in the sentence.\n// We only handle the first word.\nexport default function capitalize(string) {\n if (typeof string !== 'string') {\n throw new Error(process.env.NODE_ENV !== \"production\" ? `MUI: \\`capitalize(string)\\` expects a string argument.` : _formatMuiErrorMessage(7));\n }\n return string.charAt(0).toUpperCase() + string.slice(1);\n}","import _extends from \"@babel/runtime/helpers/esm/extends\";\n/**\n * Add keys, values of `defaultProps` that does not exist in `props`\n * @param {object} defaultProps\n * @param {object} props\n * @returns {object} resolved props\n */\nexport default function resolveProps(defaultProps, props) {\n const output = _extends({}, props);\n Object.keys(defaultProps).forEach(propName => {\n if (propName.toString().match(/^(components|slots)$/)) {\n output[propName] = _extends({}, defaultProps[propName], output[propName]);\n } else if (propName.toString().match(/^(componentsProps|slotProps)$/)) {\n const defaultSlotProps = defaultProps[propName] || {};\n const slotProps = props[propName];\n output[propName] = {};\n if (!slotProps || !Object.keys(slotProps)) {\n // Reduce the iteration if the slot props is empty\n output[propName] = defaultSlotProps;\n } else if (!defaultSlotProps || !Object.keys(defaultSlotProps)) {\n // Reduce the iteration if the default slot props is empty\n output[propName] = slotProps;\n } else {\n output[propName] = _extends({}, slotProps);\n Object.keys(defaultSlotProps).forEach(slotPropName => {\n output[propName][slotPropName] = resolveProps(defaultSlotProps[slotPropName], slotProps[slotPropName]);\n });\n }\n } else if (output[propName] === undefined) {\n output[propName] = defaultProps[propName];\n }\n });\n return output;\n}","export default function composeClasses(slots, getUtilityClass, classes = undefined) {\n const output = {};\n Object.keys(slots).forEach(\n // `Object.keys(slots)` can't be wider than `T` because we infer `T` from `slots`.\n // @ts-expect-error https://github.com/microsoft/TypeScript/pull/12253#issuecomment-263132208\n slot => {\n output[slot] = slots[slot].reduce((acc, key) => {\n if (key) {\n const utilityClass = getUtilityClass(key);\n if (utilityClass !== '') {\n acc.push(utilityClass);\n }\n if (classes && classes[key]) {\n acc.push(classes[key]);\n }\n }\n return acc;\n }, []).join(' ');\n });\n return output;\n}","const defaultGenerator = componentName => componentName;\nconst createClassNameGenerator = () => {\n let generate = defaultGenerator;\n return {\n configure(generator) {\n generate = generator;\n },\n generate(componentName) {\n return generate(componentName);\n },\n reset() {\n generate = defaultGenerator;\n }\n };\n};\nconst ClassNameGenerator = createClassNameGenerator();\nexport default ClassNameGenerator;","import ClassNameGenerator from '../ClassNameGenerator';\n\n// If GlobalStateSlot is changed, GLOBAL_STATE_CLASSES in\n// \\packages\\api-docs-builder\\utils\\parseSlotsAndClasses.ts must be updated accordingly.\nconst globalStateClassesMapping = {\n active: 'active',\n checked: 'checked',\n completed: 'completed',\n disabled: 'disabled',\n error: 'error',\n expanded: 'expanded',\n focused: 'focused',\n focusVisible: 'focusVisible',\n open: 'open',\n readOnly: 'readOnly',\n required: 'required',\n selected: 'selected'\n};\nexport default function generateUtilityClass(componentName, slot, globalStatePrefix = 'Mui') {\n const globalStateClass = globalStateClassesMapping[slot];\n return globalStateClass ? `${globalStatePrefix}-${globalStateClass}` : `${ClassNameGenerator.generate(componentName)}-${slot}`;\n}","import generateUtilityClass from '../generateUtilityClass';\nexport default function generateUtilityClasses(componentName, slots, globalStatePrefix = 'Mui') {\n const result = {};\n slots.forEach(slot => {\n result[slot] = generateUtilityClass(componentName, slot, globalStatePrefix);\n });\n return result;\n}","export default function _objectWithoutPropertiesLoose(source, excluded) {\n if (source == null) return {};\n var target = {};\n var sourceKeys = Object.keys(source);\n var key, i;\n for (i = 0; i < sourceKeys.length; i++) {\n key = sourceKeys[i];\n if (excluded.indexOf(key) >= 0) continue;\n target[key] = source[key];\n }\n return target;\n}","function r(e){var t,f,n=\"\";if(\"string\"==typeof e||\"number\"==typeof e)n+=e;else if(\"object\"==typeof e)if(Array.isArray(e))for(t=0;t {\n const breakpointsAsArray = Object.keys(values).map(key => ({\n key,\n val: values[key]\n })) || [];\n // Sort in ascending order\n breakpointsAsArray.sort((breakpoint1, breakpoint2) => breakpoint1.val - breakpoint2.val);\n return breakpointsAsArray.reduce((acc, obj) => {\n return _extends({}, acc, {\n [obj.key]: obj.val\n });\n }, {});\n};\n\n// Keep in mind that @media is inclusive by the CSS specification.\nexport default function createBreakpoints(breakpoints) {\n const {\n // The breakpoint **start** at this value.\n // For instance with the first breakpoint xs: [xs, sm).\n values = {\n xs: 0,\n // phone\n sm: 600,\n // tablet\n md: 900,\n // small laptop\n lg: 1200,\n // desktop\n xl: 1536 // large screen\n },\n\n unit = 'px',\n step = 5\n } = breakpoints,\n other = _objectWithoutPropertiesLoose(breakpoints, _excluded);\n const sortedValues = sortBreakpointsValues(values);\n const keys = Object.keys(sortedValues);\n function up(key) {\n const value = typeof values[key] === 'number' ? values[key] : key;\n return `@media (min-width:${value}${unit})`;\n }\n function down(key) {\n const value = typeof values[key] === 'number' ? values[key] : key;\n return `@media (max-width:${value - step / 100}${unit})`;\n }\n function between(start, end) {\n const endIndex = keys.indexOf(end);\n return `@media (min-width:${typeof values[start] === 'number' ? values[start] : start}${unit}) and ` + `(max-width:${(endIndex !== -1 && typeof values[keys[endIndex]] === 'number' ? values[keys[endIndex]] : end) - step / 100}${unit})`;\n }\n function only(key) {\n if (keys.indexOf(key) + 1 < keys.length) {\n return between(key, keys[keys.indexOf(key) + 1]);\n }\n return up(key);\n }\n function not(key) {\n // handle first and last key separately, for better readability\n const keyIndex = keys.indexOf(key);\n if (keyIndex === 0) {\n return up(keys[1]);\n }\n if (keyIndex === keys.length - 1) {\n return down(keys[keyIndex]);\n }\n return between(key, keys[keys.indexOf(key) + 1]).replace('@media', '@media not all and');\n }\n return _extends({\n keys,\n values: sortedValues,\n up,\n down,\n between,\n only,\n not,\n unit\n }, other);\n}","const shape = {\n borderRadius: 4\n};\nexport default shape;","import PropTypes from 'prop-types';\nconst responsivePropType = process.env.NODE_ENV !== 'production' ? PropTypes.oneOfType([PropTypes.number, PropTypes.string, PropTypes.object, PropTypes.array]) : {};\nexport default responsivePropType;","import { deepmerge } from '@mui/utils';\nfunction merge(acc, item) {\n if (!item) {\n return acc;\n }\n return deepmerge(acc, item, {\n clone: false // No need to clone deep, it's way faster.\n });\n}\n\nexport default merge;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport PropTypes from 'prop-types';\nimport { deepmerge } from '@mui/utils';\nimport merge from './merge';\n\n// The breakpoint **start** at this value.\n// For instance with the first breakpoint xs: [xs, sm[.\nexport const values = {\n xs: 0,\n // phone\n sm: 600,\n // tablet\n md: 900,\n // small laptop\n lg: 1200,\n // desktop\n xl: 1536 // large screen\n};\n\nconst defaultBreakpoints = {\n // Sorted ASC by size. That's important.\n // It can't be configured as it's used statically for propTypes.\n keys: ['xs', 'sm', 'md', 'lg', 'xl'],\n up: key => `@media (min-width:${values[key]}px)`\n};\nexport function handleBreakpoints(props, propValue, styleFromPropValue) {\n const theme = props.theme || {};\n if (Array.isArray(propValue)) {\n const themeBreakpoints = theme.breakpoints || defaultBreakpoints;\n return propValue.reduce((acc, item, index) => {\n acc[themeBreakpoints.up(themeBreakpoints.keys[index])] = styleFromPropValue(propValue[index]);\n return acc;\n }, {});\n }\n if (typeof propValue === 'object') {\n const themeBreakpoints = theme.breakpoints || defaultBreakpoints;\n return Object.keys(propValue).reduce((acc, breakpoint) => {\n // key is breakpoint\n if (Object.keys(themeBreakpoints.values || values).indexOf(breakpoint) !== -1) {\n const mediaKey = themeBreakpoints.up(breakpoint);\n acc[mediaKey] = styleFromPropValue(propValue[breakpoint], breakpoint);\n } else {\n const cssKey = breakpoint;\n acc[cssKey] = propValue[cssKey];\n }\n return acc;\n }, {});\n }\n const output = styleFromPropValue(propValue);\n return output;\n}\nfunction breakpoints(styleFunction) {\n // false positive\n // eslint-disable-next-line react/function-component-definition\n const newStyleFunction = props => {\n const theme = props.theme || {};\n const base = styleFunction(props);\n const themeBreakpoints = theme.breakpoints || defaultBreakpoints;\n const extended = themeBreakpoints.keys.reduce((acc, key) => {\n if (props[key]) {\n acc = acc || {};\n acc[themeBreakpoints.up(key)] = styleFunction(_extends({\n theme\n }, props[key]));\n }\n return acc;\n }, null);\n return merge(base, extended);\n };\n newStyleFunction.propTypes = process.env.NODE_ENV !== 'production' ? _extends({}, styleFunction.propTypes, {\n xs: PropTypes.object,\n sm: PropTypes.object,\n md: PropTypes.object,\n lg: PropTypes.object,\n xl: PropTypes.object\n }) : {};\n newStyleFunction.filterProps = ['xs', 'sm', 'md', 'lg', 'xl', ...styleFunction.filterProps];\n return newStyleFunction;\n}\nexport function createEmptyBreakpointObject(breakpointsInput = {}) {\n var _breakpointsInput$key;\n const breakpointsInOrder = (_breakpointsInput$key = breakpointsInput.keys) == null ? void 0 : _breakpointsInput$key.reduce((acc, key) => {\n const breakpointStyleKey = breakpointsInput.up(key);\n acc[breakpointStyleKey] = {};\n return acc;\n }, {});\n return breakpointsInOrder || {};\n}\nexport function removeUnusedBreakpoints(breakpointKeys, style) {\n return breakpointKeys.reduce((acc, key) => {\n const breakpointOutput = acc[key];\n const isBreakpointUnused = !breakpointOutput || Object.keys(breakpointOutput).length === 0;\n if (isBreakpointUnused) {\n delete acc[key];\n }\n return acc;\n }, style);\n}\nexport function mergeBreakpointsInOrder(breakpointsInput, ...styles) {\n const emptyBreakpoints = createEmptyBreakpointObject(breakpointsInput);\n const mergedOutput = [emptyBreakpoints, ...styles].reduce((prev, next) => deepmerge(prev, next), {});\n return removeUnusedBreakpoints(Object.keys(emptyBreakpoints), mergedOutput);\n}\n\n// compute base for responsive values; e.g.,\n// [1,2,3] => {xs: true, sm: true, md: true}\n// {xs: 1, sm: 2, md: 3} => {xs: true, sm: true, md: true}\nexport function computeBreakpointsBase(breakpointValues, themeBreakpoints) {\n // fixed value\n if (typeof breakpointValues !== 'object') {\n return {};\n }\n const base = {};\n const breakpointsKeys = Object.keys(themeBreakpoints);\n if (Array.isArray(breakpointValues)) {\n breakpointsKeys.forEach((breakpoint, i) => {\n if (i < breakpointValues.length) {\n base[breakpoint] = true;\n }\n });\n } else {\n breakpointsKeys.forEach(breakpoint => {\n if (breakpointValues[breakpoint] != null) {\n base[breakpoint] = true;\n }\n });\n }\n return base;\n}\nexport function resolveBreakpointValues({\n values: breakpointValues,\n breakpoints: themeBreakpoints,\n base: customBase\n}) {\n const base = customBase || computeBreakpointsBase(breakpointValues, themeBreakpoints);\n const keys = Object.keys(base);\n if (keys.length === 0) {\n return breakpointValues;\n }\n let previous;\n return keys.reduce((acc, breakpoint, i) => {\n if (Array.isArray(breakpointValues)) {\n acc[breakpoint] = breakpointValues[i] != null ? breakpointValues[i] : breakpointValues[previous];\n previous = i;\n } else if (typeof breakpointValues === 'object') {\n acc[breakpoint] = breakpointValues[breakpoint] != null ? breakpointValues[breakpoint] : breakpointValues[previous];\n previous = breakpoint;\n } else {\n acc[breakpoint] = breakpointValues;\n }\n return acc;\n }, {});\n}\nexport default breakpoints;","import { unstable_capitalize as capitalize } from '@mui/utils';\nimport responsivePropType from './responsivePropType';\nimport { handleBreakpoints } from './breakpoints';\nexport function getPath(obj, path, checkVars = true) {\n if (!path || typeof path !== 'string') {\n return null;\n }\n\n // Check if CSS variables are used\n if (obj && obj.vars && checkVars) {\n const val = `vars.${path}`.split('.').reduce((acc, item) => acc && acc[item] ? acc[item] : null, obj);\n if (val != null) {\n return val;\n }\n }\n return path.split('.').reduce((acc, item) => {\n if (acc && acc[item] != null) {\n return acc[item];\n }\n return null;\n }, obj);\n}\nexport function getStyleValue(themeMapping, transform, propValueFinal, userValue = propValueFinal) {\n let value;\n if (typeof themeMapping === 'function') {\n value = themeMapping(propValueFinal);\n } else if (Array.isArray(themeMapping)) {\n value = themeMapping[propValueFinal] || userValue;\n } else {\n value = getPath(themeMapping, propValueFinal) || userValue;\n }\n if (transform) {\n value = transform(value, userValue, themeMapping);\n }\n return value;\n}\nfunction style(options) {\n const {\n prop,\n cssProperty = options.prop,\n themeKey,\n transform\n } = options;\n\n // false positive\n // eslint-disable-next-line react/function-component-definition\n const fn = props => {\n if (props[prop] == null) {\n return null;\n }\n const propValue = props[prop];\n const theme = props.theme;\n const themeMapping = getPath(theme, themeKey) || {};\n const styleFromPropValue = propValueFinal => {\n let value = getStyleValue(themeMapping, transform, propValueFinal);\n if (propValueFinal === value && typeof propValueFinal === 'string') {\n // Haven't found value\n value = getStyleValue(themeMapping, transform, `${prop}${propValueFinal === 'default' ? '' : capitalize(propValueFinal)}`, propValueFinal);\n }\n if (cssProperty === false) {\n return value;\n }\n return {\n [cssProperty]: value\n };\n };\n return handleBreakpoints(props, propValue, styleFromPropValue);\n };\n fn.propTypes = process.env.NODE_ENV !== 'production' ? {\n [prop]: responsivePropType\n } : {};\n fn.filterProps = [prop];\n return fn;\n}\nexport default style;","export default function memoize(fn) {\n const cache = {};\n return arg => {\n if (cache[arg] === undefined) {\n cache[arg] = fn(arg);\n }\n return cache[arg];\n };\n}","import responsivePropType from './responsivePropType';\nimport { handleBreakpoints } from './breakpoints';\nimport { getPath } from './style';\nimport merge from './merge';\nimport memoize from './memoize';\nconst properties = {\n m: 'margin',\n p: 'padding'\n};\nconst directions = {\n t: 'Top',\n r: 'Right',\n b: 'Bottom',\n l: 'Left',\n x: ['Left', 'Right'],\n y: ['Top', 'Bottom']\n};\nconst aliases = {\n marginX: 'mx',\n marginY: 'my',\n paddingX: 'px',\n paddingY: 'py'\n};\n\n// memoize() impact:\n// From 300,000 ops/sec\n// To 350,000 ops/sec\nconst getCssProperties = memoize(prop => {\n // It's not a shorthand notation.\n if (prop.length > 2) {\n if (aliases[prop]) {\n prop = aliases[prop];\n } else {\n return [prop];\n }\n }\n const [a, b] = prop.split('');\n const property = properties[a];\n const direction = directions[b] || '';\n return Array.isArray(direction) ? direction.map(dir => property + dir) : [property + direction];\n});\nexport const marginKeys = ['m', 'mt', 'mr', 'mb', 'ml', 'mx', 'my', 'margin', 'marginTop', 'marginRight', 'marginBottom', 'marginLeft', 'marginX', 'marginY', 'marginInline', 'marginInlineStart', 'marginInlineEnd', 'marginBlock', 'marginBlockStart', 'marginBlockEnd'];\nexport const paddingKeys = ['p', 'pt', 'pr', 'pb', 'pl', 'px', 'py', 'padding', 'paddingTop', 'paddingRight', 'paddingBottom', 'paddingLeft', 'paddingX', 'paddingY', 'paddingInline', 'paddingInlineStart', 'paddingInlineEnd', 'paddingBlock', 'paddingBlockStart', 'paddingBlockEnd'];\nconst spacingKeys = [...marginKeys, ...paddingKeys];\nexport function createUnaryUnit(theme, themeKey, defaultValue, propName) {\n var _getPath;\n const themeSpacing = (_getPath = getPath(theme, themeKey, false)) != null ? _getPath : defaultValue;\n if (typeof themeSpacing === 'number') {\n return abs => {\n if (typeof abs === 'string') {\n return abs;\n }\n if (process.env.NODE_ENV !== 'production') {\n if (typeof abs !== 'number') {\n console.error(`MUI: Expected ${propName} argument to be a number or a string, got ${abs}.`);\n }\n }\n return themeSpacing * abs;\n };\n }\n if (Array.isArray(themeSpacing)) {\n return abs => {\n if (typeof abs === 'string') {\n return abs;\n }\n if (process.env.NODE_ENV !== 'production') {\n if (!Number.isInteger(abs)) {\n console.error([`MUI: The \\`theme.${themeKey}\\` array type cannot be combined with non integer values.` + `You should either use an integer value that can be used as index, or define the \\`theme.${themeKey}\\` as a number.`].join('\\n'));\n } else if (abs > themeSpacing.length - 1) {\n console.error([`MUI: The value provided (${abs}) overflows.`, `The supported values are: ${JSON.stringify(themeSpacing)}.`, `${abs} > ${themeSpacing.length - 1}, you need to add the missing values.`].join('\\n'));\n }\n }\n return themeSpacing[abs];\n };\n }\n if (typeof themeSpacing === 'function') {\n return themeSpacing;\n }\n if (process.env.NODE_ENV !== 'production') {\n console.error([`MUI: The \\`theme.${themeKey}\\` value (${themeSpacing}) is invalid.`, 'It should be a number, an array or a function.'].join('\\n'));\n }\n return () => undefined;\n}\nexport function createUnarySpacing(theme) {\n return createUnaryUnit(theme, 'spacing', 8, 'spacing');\n}\nexport function getValue(transformer, propValue) {\n if (typeof propValue === 'string' || propValue == null) {\n return propValue;\n }\n const abs = Math.abs(propValue);\n const transformed = transformer(abs);\n if (propValue >= 0) {\n return transformed;\n }\n if (typeof transformed === 'number') {\n return -transformed;\n }\n return `-${transformed}`;\n}\nexport function getStyleFromPropValue(cssProperties, transformer) {\n return propValue => cssProperties.reduce((acc, cssProperty) => {\n acc[cssProperty] = getValue(transformer, propValue);\n return acc;\n }, {});\n}\nfunction resolveCssProperty(props, keys, prop, transformer) {\n // Using a hash computation over an array iteration could be faster, but with only 28 items,\n // it's doesn't worth the bundle size.\n if (keys.indexOf(prop) === -1) {\n return null;\n }\n const cssProperties = getCssProperties(prop);\n const styleFromPropValue = getStyleFromPropValue(cssProperties, transformer);\n const propValue = props[prop];\n return handleBreakpoints(props, propValue, styleFromPropValue);\n}\nfunction style(props, keys) {\n const transformer = createUnarySpacing(props.theme);\n return Object.keys(props).map(prop => resolveCssProperty(props, keys, prop, transformer)).reduce(merge, {});\n}\nexport function margin(props) {\n return style(props, marginKeys);\n}\nmargin.propTypes = process.env.NODE_ENV !== 'production' ? marginKeys.reduce((obj, key) => {\n obj[key] = responsivePropType;\n return obj;\n}, {}) : {};\nmargin.filterProps = marginKeys;\nexport function padding(props) {\n return style(props, paddingKeys);\n}\npadding.propTypes = process.env.NODE_ENV !== 'production' ? paddingKeys.reduce((obj, key) => {\n obj[key] = responsivePropType;\n return obj;\n}, {}) : {};\npadding.filterProps = paddingKeys;\nfunction spacing(props) {\n return style(props, spacingKeys);\n}\nspacing.propTypes = process.env.NODE_ENV !== 'production' ? spacingKeys.reduce((obj, key) => {\n obj[key] = responsivePropType;\n return obj;\n}, {}) : {};\nspacing.filterProps = spacingKeys;\nexport default spacing;","import { createUnarySpacing } from '../spacing';\n\n// The different signatures imply different meaning for their arguments that can't be expressed structurally.\n// We express the difference with variable names.\n/* tslint:disable:unified-signatures */\n/* tslint:enable:unified-signatures */\n\nexport default function createSpacing(spacingInput = 8) {\n // Already transformed.\n if (spacingInput.mui) {\n return spacingInput;\n }\n\n // Material Design layouts are visually balanced. Most measurements align to an 8dp grid, which aligns both spacing and the overall layout.\n // Smaller components, such as icons, can align to a 4dp grid.\n // https://m2.material.io/design/layout/understanding-layout.html\n const transform = createUnarySpacing({\n spacing: spacingInput\n });\n const spacing = (...argsInput) => {\n if (process.env.NODE_ENV !== 'production') {\n if (!(argsInput.length <= 4)) {\n console.error(`MUI: Too many arguments provided, expected between 0 and 4, got ${argsInput.length}`);\n }\n }\n const args = argsInput.length === 0 ? [1] : argsInput;\n return args.map(argument => {\n const output = transform(argument);\n return typeof output === 'number' ? `${output}px` : output;\n }).join(' ');\n };\n spacing.mui = true;\n return spacing;\n}","import merge from './merge';\nfunction compose(...styles) {\n const handlers = styles.reduce((acc, style) => {\n style.filterProps.forEach(prop => {\n acc[prop] = style;\n });\n return acc;\n }, {});\n\n // false positive\n // eslint-disable-next-line react/function-component-definition\n const fn = props => {\n return Object.keys(props).reduce((acc, prop) => {\n if (handlers[prop]) {\n return merge(acc, handlers[prop](props));\n }\n return acc;\n }, {});\n };\n fn.propTypes = process.env.NODE_ENV !== 'production' ? styles.reduce((acc, style) => Object.assign(acc, style.propTypes), {}) : {};\n fn.filterProps = styles.reduce((acc, style) => acc.concat(style.filterProps), []);\n return fn;\n}\nexport default compose;","import responsivePropType from './responsivePropType';\nimport style from './style';\nimport compose from './compose';\nimport { createUnaryUnit, getValue } from './spacing';\nimport { handleBreakpoints } from './breakpoints';\nexport function borderTransform(value) {\n if (typeof value !== 'number') {\n return value;\n }\n return `${value}px solid`;\n}\nexport const border = style({\n prop: 'border',\n themeKey: 'borders',\n transform: borderTransform\n});\nexport const borderTop = style({\n prop: 'borderTop',\n themeKey: 'borders',\n transform: borderTransform\n});\nexport const borderRight = style({\n prop: 'borderRight',\n themeKey: 'borders',\n transform: borderTransform\n});\nexport const borderBottom = style({\n prop: 'borderBottom',\n themeKey: 'borders',\n transform: borderTransform\n});\nexport const borderLeft = style({\n prop: 'borderLeft',\n themeKey: 'borders',\n transform: borderTransform\n});\nexport const borderColor = style({\n prop: 'borderColor',\n themeKey: 'palette'\n});\nexport const borderTopColor = style({\n prop: 'borderTopColor',\n themeKey: 'palette'\n});\nexport const borderRightColor = style({\n prop: 'borderRightColor',\n themeKey: 'palette'\n});\nexport const borderBottomColor = style({\n prop: 'borderBottomColor',\n themeKey: 'palette'\n});\nexport const borderLeftColor = style({\n prop: 'borderLeftColor',\n themeKey: 'palette'\n});\n\n// false positive\n// eslint-disable-next-line react/function-component-definition\nexport const borderRadius = props => {\n if (props.borderRadius !== undefined && props.borderRadius !== null) {\n const transformer = createUnaryUnit(props.theme, 'shape.borderRadius', 4, 'borderRadius');\n const styleFromPropValue = propValue => ({\n borderRadius: getValue(transformer, propValue)\n });\n return handleBreakpoints(props, props.borderRadius, styleFromPropValue);\n }\n return null;\n};\nborderRadius.propTypes = process.env.NODE_ENV !== 'production' ? {\n borderRadius: responsivePropType\n} : {};\nborderRadius.filterProps = ['borderRadius'];\nconst borders = compose(border, borderTop, borderRight, borderBottom, borderLeft, borderColor, borderTopColor, borderRightColor, borderBottomColor, borderLeftColor, borderRadius);\nexport default borders;","import style from './style';\nimport compose from './compose';\nimport { createUnaryUnit, getValue } from './spacing';\nimport { handleBreakpoints } from './breakpoints';\nimport responsivePropType from './responsivePropType';\n\n// false positive\n// eslint-disable-next-line react/function-component-definition\nexport const gap = props => {\n if (props.gap !== undefined && props.gap !== null) {\n const transformer = createUnaryUnit(props.theme, 'spacing', 8, 'gap');\n const styleFromPropValue = propValue => ({\n gap: getValue(transformer, propValue)\n });\n return handleBreakpoints(props, props.gap, styleFromPropValue);\n }\n return null;\n};\ngap.propTypes = process.env.NODE_ENV !== 'production' ? {\n gap: responsivePropType\n} : {};\ngap.filterProps = ['gap'];\n\n// false positive\n// eslint-disable-next-line react/function-component-definition\nexport const columnGap = props => {\n if (props.columnGap !== undefined && props.columnGap !== null) {\n const transformer = createUnaryUnit(props.theme, 'spacing', 8, 'columnGap');\n const styleFromPropValue = propValue => ({\n columnGap: getValue(transformer, propValue)\n });\n return handleBreakpoints(props, props.columnGap, styleFromPropValue);\n }\n return null;\n};\ncolumnGap.propTypes = process.env.NODE_ENV !== 'production' ? {\n columnGap: responsivePropType\n} : {};\ncolumnGap.filterProps = ['columnGap'];\n\n// false positive\n// eslint-disable-next-line react/function-component-definition\nexport const rowGap = props => {\n if (props.rowGap !== undefined && props.rowGap !== null) {\n const transformer = createUnaryUnit(props.theme, 'spacing', 8, 'rowGap');\n const styleFromPropValue = propValue => ({\n rowGap: getValue(transformer, propValue)\n });\n return handleBreakpoints(props, props.rowGap, styleFromPropValue);\n }\n return null;\n};\nrowGap.propTypes = process.env.NODE_ENV !== 'production' ? {\n rowGap: responsivePropType\n} : {};\nrowGap.filterProps = ['rowGap'];\nexport const gridColumn = style({\n prop: 'gridColumn'\n});\nexport const gridRow = style({\n prop: 'gridRow'\n});\nexport const gridAutoFlow = style({\n prop: 'gridAutoFlow'\n});\nexport const gridAutoColumns = style({\n prop: 'gridAutoColumns'\n});\nexport const gridAutoRows = style({\n prop: 'gridAutoRows'\n});\nexport const gridTemplateColumns = style({\n prop: 'gridTemplateColumns'\n});\nexport const gridTemplateRows = style({\n prop: 'gridTemplateRows'\n});\nexport const gridTemplateAreas = style({\n prop: 'gridTemplateAreas'\n});\nexport const gridArea = style({\n prop: 'gridArea'\n});\nconst grid = compose(gap, columnGap, rowGap, gridColumn, gridRow, gridAutoFlow, gridAutoColumns, gridAutoRows, gridTemplateColumns, gridTemplateRows, gridTemplateAreas, gridArea);\nexport default grid;","import style from './style';\nimport compose from './compose';\nexport function paletteTransform(value, userValue) {\n if (userValue === 'grey') {\n return userValue;\n }\n return value;\n}\nexport const color = style({\n prop: 'color',\n themeKey: 'palette',\n transform: paletteTransform\n});\nexport const bgcolor = style({\n prop: 'bgcolor',\n cssProperty: 'backgroundColor',\n themeKey: 'palette',\n transform: paletteTransform\n});\nexport const backgroundColor = style({\n prop: 'backgroundColor',\n themeKey: 'palette',\n transform: paletteTransform\n});\nconst palette = compose(color, bgcolor, backgroundColor);\nexport default palette;","import style from './style';\nimport compose from './compose';\nimport { handleBreakpoints, values as breakpointsValues } from './breakpoints';\nexport function sizingTransform(value) {\n return value <= 1 && value !== 0 ? `${value * 100}%` : value;\n}\nexport const width = style({\n prop: 'width',\n transform: sizingTransform\n});\nexport const maxWidth = props => {\n if (props.maxWidth !== undefined && props.maxWidth !== null) {\n const styleFromPropValue = propValue => {\n var _props$theme;\n const breakpoint = ((_props$theme = props.theme) == null || (_props$theme = _props$theme.breakpoints) == null || (_props$theme = _props$theme.values) == null ? void 0 : _props$theme[propValue]) || breakpointsValues[propValue];\n return {\n maxWidth: breakpoint || sizingTransform(propValue)\n };\n };\n return handleBreakpoints(props, props.maxWidth, styleFromPropValue);\n }\n return null;\n};\nmaxWidth.filterProps = ['maxWidth'];\nexport const minWidth = style({\n prop: 'minWidth',\n transform: sizingTransform\n});\nexport const height = style({\n prop: 'height',\n transform: sizingTransform\n});\nexport const maxHeight = style({\n prop: 'maxHeight',\n transform: sizingTransform\n});\nexport const minHeight = style({\n prop: 'minHeight',\n transform: sizingTransform\n});\nexport const sizeWidth = style({\n prop: 'size',\n cssProperty: 'width',\n transform: sizingTransform\n});\nexport const sizeHeight = style({\n prop: 'size',\n cssProperty: 'height',\n transform: sizingTransform\n});\nexport const boxSizing = style({\n prop: 'boxSizing'\n});\nconst sizing = compose(width, maxWidth, minWidth, height, maxHeight, minHeight, boxSizing);\nexport default sizing;","import { padding, margin } from '../spacing';\nimport { borderRadius, borderTransform } from '../borders';\nimport { gap, rowGap, columnGap } from '../cssGrid';\nimport { paletteTransform } from '../palette';\nimport { maxWidth, sizingTransform } from '../sizing';\nconst defaultSxConfig = {\n // borders\n border: {\n themeKey: 'borders',\n transform: borderTransform\n },\n borderTop: {\n themeKey: 'borders',\n transform: borderTransform\n },\n borderRight: {\n themeKey: 'borders',\n transform: borderTransform\n },\n borderBottom: {\n themeKey: 'borders',\n transform: borderTransform\n },\n borderLeft: {\n themeKey: 'borders',\n transform: borderTransform\n },\n borderColor: {\n themeKey: 'palette'\n },\n borderTopColor: {\n themeKey: 'palette'\n },\n borderRightColor: {\n themeKey: 'palette'\n },\n borderBottomColor: {\n themeKey: 'palette'\n },\n borderLeftColor: {\n themeKey: 'palette'\n },\n borderRadius: {\n themeKey: 'shape.borderRadius',\n style: borderRadius\n },\n // palette\n color: {\n themeKey: 'palette',\n transform: paletteTransform\n },\n bgcolor: {\n themeKey: 'palette',\n cssProperty: 'backgroundColor',\n transform: paletteTransform\n },\n backgroundColor: {\n themeKey: 'palette',\n transform: paletteTransform\n },\n // spacing\n p: {\n style: padding\n },\n pt: {\n style: padding\n },\n pr: {\n style: padding\n },\n pb: {\n style: padding\n },\n pl: {\n style: padding\n },\n px: {\n style: padding\n },\n py: {\n style: padding\n },\n padding: {\n style: padding\n },\n paddingTop: {\n style: padding\n },\n paddingRight: {\n style: padding\n },\n paddingBottom: {\n style: padding\n },\n paddingLeft: {\n style: padding\n },\n paddingX: {\n style: padding\n },\n paddingY: {\n style: padding\n },\n paddingInline: {\n style: padding\n },\n paddingInlineStart: {\n style: padding\n },\n paddingInlineEnd: {\n style: padding\n },\n paddingBlock: {\n style: padding\n },\n paddingBlockStart: {\n style: padding\n },\n paddingBlockEnd: {\n style: padding\n },\n m: {\n style: margin\n },\n mt: {\n style: margin\n },\n mr: {\n style: margin\n },\n mb: {\n style: margin\n },\n ml: {\n style: margin\n },\n mx: {\n style: margin\n },\n my: {\n style: margin\n },\n margin: {\n style: margin\n },\n marginTop: {\n style: margin\n },\n marginRight: {\n style: margin\n },\n marginBottom: {\n style: margin\n },\n marginLeft: {\n style: margin\n },\n marginX: {\n style: margin\n },\n marginY: {\n style: margin\n },\n marginInline: {\n style: margin\n },\n marginInlineStart: {\n style: margin\n },\n marginInlineEnd: {\n style: margin\n },\n marginBlock: {\n style: margin\n },\n marginBlockStart: {\n style: margin\n },\n marginBlockEnd: {\n style: margin\n },\n // display\n displayPrint: {\n cssProperty: false,\n transform: value => ({\n '@media print': {\n display: value\n }\n })\n },\n display: {},\n overflow: {},\n textOverflow: {},\n visibility: {},\n whiteSpace: {},\n // flexbox\n flexBasis: {},\n flexDirection: {},\n flexWrap: {},\n justifyContent: {},\n alignItems: {},\n alignContent: {},\n order: {},\n flex: {},\n flexGrow: {},\n flexShrink: {},\n alignSelf: {},\n justifyItems: {},\n justifySelf: {},\n // grid\n gap: {\n style: gap\n },\n rowGap: {\n style: rowGap\n },\n columnGap: {\n style: columnGap\n },\n gridColumn: {},\n gridRow: {},\n gridAutoFlow: {},\n gridAutoColumns: {},\n gridAutoRows: {},\n gridTemplateColumns: {},\n gridTemplateRows: {},\n gridTemplateAreas: {},\n gridArea: {},\n // positions\n position: {},\n zIndex: {\n themeKey: 'zIndex'\n },\n top: {},\n right: {},\n bottom: {},\n left: {},\n // shadows\n boxShadow: {\n themeKey: 'shadows'\n },\n // sizing\n width: {\n transform: sizingTransform\n },\n maxWidth: {\n style: maxWidth\n },\n minWidth: {\n transform: sizingTransform\n },\n height: {\n transform: sizingTransform\n },\n maxHeight: {\n transform: sizingTransform\n },\n minHeight: {\n transform: sizingTransform\n },\n boxSizing: {},\n // typography\n fontFamily: {\n themeKey: 'typography'\n },\n fontSize: {\n themeKey: 'typography'\n },\n fontStyle: {\n themeKey: 'typography'\n },\n fontWeight: {\n themeKey: 'typography'\n },\n letterSpacing: {},\n textTransform: {},\n lineHeight: {},\n textAlign: {},\n typography: {\n cssProperty: false,\n themeKey: 'typography'\n }\n};\nexport default defaultSxConfig;","import { unstable_capitalize as capitalize } from '@mui/utils';\nimport merge from '../merge';\nimport { getPath, getStyleValue as getValue } from '../style';\nimport { handleBreakpoints, createEmptyBreakpointObject, removeUnusedBreakpoints } from '../breakpoints';\nimport defaultSxConfig from './defaultSxConfig';\nfunction objectsHaveSameKeys(...objects) {\n const allKeys = objects.reduce((keys, object) => keys.concat(Object.keys(object)), []);\n const union = new Set(allKeys);\n return objects.every(object => union.size === Object.keys(object).length);\n}\nfunction callIfFn(maybeFn, arg) {\n return typeof maybeFn === 'function' ? maybeFn(arg) : maybeFn;\n}\n\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport function unstable_createStyleFunctionSx() {\n function getThemeValue(prop, val, theme, config) {\n const props = {\n [prop]: val,\n theme\n };\n const options = config[prop];\n if (!options) {\n return {\n [prop]: val\n };\n }\n const {\n cssProperty = prop,\n themeKey,\n transform,\n style\n } = options;\n if (val == null) {\n return null;\n }\n\n // TODO v6: remove, see https://github.com/mui/material-ui/pull/38123\n if (themeKey === 'typography' && val === 'inherit') {\n return {\n [prop]: val\n };\n }\n const themeMapping = getPath(theme, themeKey) || {};\n if (style) {\n return style(props);\n }\n const styleFromPropValue = propValueFinal => {\n let value = getValue(themeMapping, transform, propValueFinal);\n if (propValueFinal === value && typeof propValueFinal === 'string') {\n // Haven't found value\n value = getValue(themeMapping, transform, `${prop}${propValueFinal === 'default' ? '' : capitalize(propValueFinal)}`, propValueFinal);\n }\n if (cssProperty === false) {\n return value;\n }\n return {\n [cssProperty]: value\n };\n };\n return handleBreakpoints(props, val, styleFromPropValue);\n }\n function styleFunctionSx(props) {\n var _theme$unstable_sxCon;\n const {\n sx,\n theme = {}\n } = props || {};\n if (!sx) {\n return null; // Emotion & styled-components will neglect null\n }\n\n const config = (_theme$unstable_sxCon = theme.unstable_sxConfig) != null ? _theme$unstable_sxCon : defaultSxConfig;\n\n /*\n * Receive `sxInput` as object or callback\n * and then recursively check keys & values to create media query object styles.\n * (the result will be used in `styled`)\n */\n function traverse(sxInput) {\n let sxObject = sxInput;\n if (typeof sxInput === 'function') {\n sxObject = sxInput(theme);\n } else if (typeof sxInput !== 'object') {\n // value\n return sxInput;\n }\n if (!sxObject) {\n return null;\n }\n const emptyBreakpoints = createEmptyBreakpointObject(theme.breakpoints);\n const breakpointsKeys = Object.keys(emptyBreakpoints);\n let css = emptyBreakpoints;\n Object.keys(sxObject).forEach(styleKey => {\n const value = callIfFn(sxObject[styleKey], theme);\n if (value !== null && value !== undefined) {\n if (typeof value === 'object') {\n if (config[styleKey]) {\n css = merge(css, getThemeValue(styleKey, value, theme, config));\n } else {\n const breakpointsValues = handleBreakpoints({\n theme\n }, value, x => ({\n [styleKey]: x\n }));\n if (objectsHaveSameKeys(breakpointsValues, value)) {\n css[styleKey] = styleFunctionSx({\n sx: value,\n theme\n });\n } else {\n css = merge(css, breakpointsValues);\n }\n }\n } else {\n css = merge(css, getThemeValue(styleKey, value, theme, config));\n }\n }\n });\n return removeUnusedBreakpoints(breakpointsKeys, css);\n }\n return Array.isArray(sx) ? sx.map(traverse) : traverse(sx);\n }\n return styleFunctionSx;\n}\nconst styleFunctionSx = unstable_createStyleFunctionSx();\nstyleFunctionSx.filterProps = ['sx'];\nexport default styleFunctionSx;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nconst _excluded = [\"breakpoints\", \"palette\", \"spacing\", \"shape\"];\nimport { deepmerge } from '@mui/utils';\nimport createBreakpoints from './createBreakpoints';\nimport shape from './shape';\nimport createSpacing from './createSpacing';\nimport styleFunctionSx from '../styleFunctionSx/styleFunctionSx';\nimport defaultSxConfig from '../styleFunctionSx/defaultSxConfig';\nfunction createTheme(options = {}, ...args) {\n const {\n breakpoints: breakpointsInput = {},\n palette: paletteInput = {},\n spacing: spacingInput,\n shape: shapeInput = {}\n } = options,\n other = _objectWithoutPropertiesLoose(options, _excluded);\n const breakpoints = createBreakpoints(breakpointsInput);\n const spacing = createSpacing(spacingInput);\n let muiTheme = deepmerge({\n breakpoints,\n direction: 'ltr',\n components: {},\n // Inject component definitions.\n palette: _extends({\n mode: 'light'\n }, paletteInput),\n spacing,\n shape: _extends({}, shape, shapeInput)\n }, other);\n muiTheme = args.reduce((acc, argument) => deepmerge(acc, argument), muiTheme);\n muiTheme.unstable_sxConfig = _extends({}, defaultSxConfig, other == null ? void 0 : other.unstable_sxConfig);\n muiTheme.unstable_sx = function sx(props) {\n return styleFunctionSx({\n sx: props,\n theme: this\n });\n };\n return muiTheme;\n}\nexport default createTheme;","'use client';\n\nimport * as React from 'react';\nimport { ThemeContext } from '@mui/styled-engine';\nfunction isObjectEmpty(obj) {\n return Object.keys(obj).length === 0;\n}\nfunction useTheme(defaultTheme = null) {\n const contextTheme = React.useContext(ThemeContext);\n return !contextTheme || isObjectEmpty(contextTheme) ? defaultTheme : contextTheme;\n}\nexport default useTheme;","'use client';\n\nimport createTheme from './createTheme';\nimport useThemeWithoutDefault from './useThemeWithoutDefault';\nexport const systemDefaultTheme = createTheme();\nfunction useTheme(defaultTheme = systemDefaultTheme) {\n return useThemeWithoutDefault(defaultTheme);\n}\nexport default useTheme;","import _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nconst _excluded = [\"variant\"];\nimport { unstable_capitalize as capitalize } from '@mui/utils';\nfunction isEmpty(string) {\n return string.length === 0;\n}\n\n/**\n * Generates string classKey based on the properties provided. It starts with the\n * variant if defined, and then it appends all other properties in alphabetical order.\n * @param {object} props - the properties for which the classKey should be created.\n */\nexport default function propsToClassKey(props) {\n const {\n variant\n } = props,\n other = _objectWithoutPropertiesLoose(props, _excluded);\n let classKey = variant || '';\n Object.keys(other).sort().forEach(key => {\n if (key === 'color') {\n classKey += isEmpty(classKey) ? props[key] : capitalize(props[key]);\n } else {\n classKey += `${isEmpty(classKey) ? key : capitalize(key)}${capitalize(props[key].toString())}`;\n }\n });\n return classKey;\n}","import _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport _extends from \"@babel/runtime/helpers/esm/extends\";\nconst _excluded = [\"name\", \"slot\", \"skipVariantsResolver\", \"skipSx\", \"overridesResolver\"];\n/* eslint-disable no-underscore-dangle */\nimport styledEngineStyled, { internal_processStyles as processStyles } from '@mui/styled-engine';\nimport { getDisplayName, unstable_capitalize as capitalize } from '@mui/utils';\nimport createTheme from './createTheme';\nimport propsToClassKey from './propsToClassKey';\nimport styleFunctionSx from './styleFunctionSx';\nfunction isEmpty(obj) {\n return Object.keys(obj).length === 0;\n}\n\n// https://github.com/emotion-js/emotion/blob/26ded6109fcd8ca9875cc2ce4564fee678a3f3c5/packages/styled/src/utils.js#L40\nfunction isStringTag(tag) {\n return typeof tag === 'string' &&\n // 96 is one less than the char code\n // for \"a\" so this is checking that\n // it's a lowercase character\n tag.charCodeAt(0) > 96;\n}\nconst getStyleOverrides = (name, theme) => {\n if (theme.components && theme.components[name] && theme.components[name].styleOverrides) {\n return theme.components[name].styleOverrides;\n }\n return null;\n};\nconst getVariantStyles = (name, theme) => {\n let variants = [];\n if (theme && theme.components && theme.components[name] && theme.components[name].variants) {\n variants = theme.components[name].variants;\n }\n const variantsStyles = {};\n variants.forEach(definition => {\n const key = propsToClassKey(definition.props);\n variantsStyles[key] = definition.style;\n });\n return variantsStyles;\n};\nconst variantsResolver = (props, styles, theme, name) => {\n var _theme$components;\n const {\n ownerState = {}\n } = props;\n const variantsStyles = [];\n const themeVariants = theme == null || (_theme$components = theme.components) == null || (_theme$components = _theme$components[name]) == null ? void 0 : _theme$components.variants;\n if (themeVariants) {\n themeVariants.forEach(themeVariant => {\n let isMatch = true;\n Object.keys(themeVariant.props).forEach(key => {\n if (ownerState[key] !== themeVariant.props[key] && props[key] !== themeVariant.props[key]) {\n isMatch = false;\n }\n });\n if (isMatch) {\n variantsStyles.push(styles[propsToClassKey(themeVariant.props)]);\n }\n });\n }\n return variantsStyles;\n};\n\n// Update /system/styled/#api in case if this changes\nexport function shouldForwardProp(prop) {\n return prop !== 'ownerState' && prop !== 'theme' && prop !== 'sx' && prop !== 'as';\n}\nexport const systemDefaultTheme = createTheme();\nconst lowercaseFirstLetter = string => {\n if (!string) {\n return string;\n }\n return string.charAt(0).toLowerCase() + string.slice(1);\n};\nfunction resolveTheme({\n defaultTheme,\n theme,\n themeId\n}) {\n return isEmpty(theme) ? defaultTheme : theme[themeId] || theme;\n}\nfunction defaultOverridesResolver(slot) {\n if (!slot) {\n return null;\n }\n return (props, styles) => styles[slot];\n}\nexport default function createStyled(input = {}) {\n const {\n themeId,\n defaultTheme = systemDefaultTheme,\n rootShouldForwardProp = shouldForwardProp,\n slotShouldForwardProp = shouldForwardProp\n } = input;\n const systemSx = props => {\n return styleFunctionSx(_extends({}, props, {\n theme: resolveTheme(_extends({}, props, {\n defaultTheme,\n themeId\n }))\n }));\n };\n systemSx.__mui_systemSx = true;\n return (tag, inputOptions = {}) => {\n // Filter out the `sx` style function from the previous styled component to prevent unnecessary styles generated by the composite components.\n processStyles(tag, styles => styles.filter(style => !(style != null && style.__mui_systemSx)));\n const {\n name: componentName,\n slot: componentSlot,\n skipVariantsResolver: inputSkipVariantsResolver,\n skipSx: inputSkipSx,\n // TODO v6: remove `lowercaseFirstLetter()` in the next major release\n // For more details: https://github.com/mui/material-ui/pull/37908\n overridesResolver = defaultOverridesResolver(lowercaseFirstLetter(componentSlot))\n } = inputOptions,\n options = _objectWithoutPropertiesLoose(inputOptions, _excluded);\n\n // if skipVariantsResolver option is defined, take the value, otherwise, true for root and false for other slots.\n const skipVariantsResolver = inputSkipVariantsResolver !== undefined ? inputSkipVariantsResolver :\n // TODO v6: remove `Root` in the next major release\n // For more details: https://github.com/mui/material-ui/pull/37908\n componentSlot && componentSlot !== 'Root' && componentSlot !== 'root' || false;\n const skipSx = inputSkipSx || false;\n let label;\n if (process.env.NODE_ENV !== 'production') {\n if (componentName) {\n // TODO v6: remove `lowercaseFirstLetter()` in the next major release\n // For more details: https://github.com/mui/material-ui/pull/37908\n label = `${componentName}-${lowercaseFirstLetter(componentSlot || 'Root')}`;\n }\n }\n let shouldForwardPropOption = shouldForwardProp;\n\n // TODO v6: remove `Root` in the next major release\n // For more details: https://github.com/mui/material-ui/pull/37908\n if (componentSlot === 'Root' || componentSlot === 'root') {\n shouldForwardPropOption = rootShouldForwardProp;\n } else if (componentSlot) {\n // any other slot specified\n shouldForwardPropOption = slotShouldForwardProp;\n } else if (isStringTag(tag)) {\n // for string (html) tag, preserve the behavior in emotion & styled-components.\n shouldForwardPropOption = undefined;\n }\n const defaultStyledResolver = styledEngineStyled(tag, _extends({\n shouldForwardProp: shouldForwardPropOption,\n label\n }, options));\n const muiStyledResolver = (styleArg, ...expressions) => {\n const expressionsWithDefaultTheme = expressions ? expressions.map(stylesArg => {\n // On the server Emotion doesn't use React.forwardRef for creating components, so the created\n // component stays as a function. This condition makes sure that we do not interpolate functions\n // which are basically components used as a selectors.\n return typeof stylesArg === 'function' && stylesArg.__emotion_real !== stylesArg ? props => {\n return stylesArg(_extends({}, props, {\n theme: resolveTheme(_extends({}, props, {\n defaultTheme,\n themeId\n }))\n }));\n } : stylesArg;\n }) : [];\n let transformedStyleArg = styleArg;\n if (componentName && overridesResolver) {\n expressionsWithDefaultTheme.push(props => {\n const theme = resolveTheme(_extends({}, props, {\n defaultTheme,\n themeId\n }));\n const styleOverrides = getStyleOverrides(componentName, theme);\n if (styleOverrides) {\n const resolvedStyleOverrides = {};\n Object.entries(styleOverrides).forEach(([slotKey, slotStyle]) => {\n resolvedStyleOverrides[slotKey] = typeof slotStyle === 'function' ? slotStyle(_extends({}, props, {\n theme\n })) : slotStyle;\n });\n return overridesResolver(props, resolvedStyleOverrides);\n }\n return null;\n });\n }\n if (componentName && !skipVariantsResolver) {\n expressionsWithDefaultTheme.push(props => {\n const theme = resolveTheme(_extends({}, props, {\n defaultTheme,\n themeId\n }));\n return variantsResolver(props, getVariantStyles(componentName, theme), theme, componentName);\n });\n }\n if (!skipSx) {\n expressionsWithDefaultTheme.push(systemSx);\n }\n const numOfCustomFnsApplied = expressionsWithDefaultTheme.length - expressions.length;\n if (Array.isArray(styleArg) && numOfCustomFnsApplied > 0) {\n const placeholders = new Array(numOfCustomFnsApplied).fill('');\n // If the type is array, than we need to add placeholders in the template for the overrides, variants and the sx styles.\n transformedStyleArg = [...styleArg, ...placeholders];\n transformedStyleArg.raw = [...styleArg.raw, ...placeholders];\n } else if (typeof styleArg === 'function' &&\n // On the server Emotion doesn't use React.forwardRef for creating components, so the created\n // component stays as a function. This condition makes sure that we do not interpolate functions\n // which are basically components used as a selectors.\n styleArg.__emotion_real !== styleArg) {\n // If the type is function, we need to define the default theme.\n transformedStyleArg = props => styleArg(_extends({}, props, {\n theme: resolveTheme(_extends({}, props, {\n defaultTheme,\n themeId\n }))\n }));\n }\n const Component = defaultStyledResolver(transformedStyleArg, ...expressionsWithDefaultTheme);\n if (process.env.NODE_ENV !== 'production') {\n let displayName;\n if (componentName) {\n displayName = `${componentName}${capitalize(componentSlot || '')}`;\n }\n if (displayName === undefined) {\n displayName = `Styled(${getDisplayName(tag)})`;\n }\n Component.displayName = displayName;\n }\n if (tag.muiName) {\n Component.muiName = tag.muiName;\n }\n return Component;\n };\n if (defaultStyledResolver.withConfig) {\n muiStyledResolver.withConfig = defaultStyledResolver.withConfig;\n }\n return muiStyledResolver;\n };\n}","import { internal_resolveProps as resolveProps } from '@mui/utils';\nexport default function getThemeProps(params) {\n const {\n theme,\n name,\n props\n } = params;\n if (!theme || !theme.components || !theme.components[name] || !theme.components[name].defaultProps) {\n return props;\n }\n return resolveProps(theme.components[name].defaultProps, props);\n}","'use client';\n\nimport getThemeProps from './getThemeProps';\nimport useTheme from '../useTheme';\nexport default function useThemeProps({\n props,\n name,\n defaultTheme,\n themeId\n}) {\n let theme = useTheme(defaultTheme);\n if (themeId) {\n theme = theme[themeId] || theme;\n }\n const mergedProps = getThemeProps({\n theme,\n name,\n props\n });\n return mergedProps;\n}","import { formatMuiErrorMessage as _formatMuiErrorMessage } from \"@mui/utils\";\n/* eslint-disable @typescript-eslint/naming-convention */\n/**\n * Returns a number whose value is limited to the given range.\n * @param {number} value The value to be clamped\n * @param {number} min The lower boundary of the output range\n * @param {number} max The upper boundary of the output range\n * @returns {number} A number in the range [min, max]\n */\nfunction clamp(value, min = 0, max = 1) {\n if (process.env.NODE_ENV !== 'production') {\n if (value < min || value > max) {\n console.error(`MUI: The value provided ${value} is out of range [${min}, ${max}].`);\n }\n }\n return Math.min(Math.max(min, value), max);\n}\n\n/**\n * Converts a color from CSS hex format to CSS rgb format.\n * @param {string} color - Hex color, i.e. #nnn or #nnnnnn\n * @returns {string} A CSS rgb color string\n */\nexport function hexToRgb(color) {\n color = color.slice(1);\n const re = new RegExp(`.{1,${color.length >= 6 ? 2 : 1}}`, 'g');\n let colors = color.match(re);\n if (colors && colors[0].length === 1) {\n colors = colors.map(n => n + n);\n }\n return colors ? `rgb${colors.length === 4 ? 'a' : ''}(${colors.map((n, index) => {\n return index < 3 ? parseInt(n, 16) : Math.round(parseInt(n, 16) / 255 * 1000) / 1000;\n }).join(', ')})` : '';\n}\nfunction intToHex(int) {\n const hex = int.toString(16);\n return hex.length === 1 ? `0${hex}` : hex;\n}\n\n/**\n * Returns an object with the type and values of a color.\n *\n * Note: Does not support rgb % values.\n * @param {string} color - CSS color, i.e. one of: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color()\n * @returns {object} - A MUI color object: {type: string, values: number[]}\n */\nexport function decomposeColor(color) {\n // Idempotent\n if (color.type) {\n return color;\n }\n if (color.charAt(0) === '#') {\n return decomposeColor(hexToRgb(color));\n }\n const marker = color.indexOf('(');\n const type = color.substring(0, marker);\n if (['rgb', 'rgba', 'hsl', 'hsla', 'color'].indexOf(type) === -1) {\n throw new Error(process.env.NODE_ENV !== \"production\" ? `MUI: Unsupported \\`${color}\\` color.\nThe following formats are supported: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color().` : _formatMuiErrorMessage(9, color));\n }\n let values = color.substring(marker + 1, color.length - 1);\n let colorSpace;\n if (type === 'color') {\n values = values.split(' ');\n colorSpace = values.shift();\n if (values.length === 4 && values[3].charAt(0) === '/') {\n values[3] = values[3].slice(1);\n }\n if (['srgb', 'display-p3', 'a98-rgb', 'prophoto-rgb', 'rec-2020'].indexOf(colorSpace) === -1) {\n throw new Error(process.env.NODE_ENV !== \"production\" ? `MUI: unsupported \\`${colorSpace}\\` color space.\nThe following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rgb, rec-2020.` : _formatMuiErrorMessage(10, colorSpace));\n }\n } else {\n values = values.split(',');\n }\n values = values.map(value => parseFloat(value));\n return {\n type,\n values,\n colorSpace\n };\n}\n\n/**\n * Returns a channel created from the input color.\n *\n * @param {string} color - CSS color, i.e. one of: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color()\n * @returns {string} - The channel for the color, that can be used in rgba or hsla colors\n */\nexport const colorChannel = color => {\n const decomposedColor = decomposeColor(color);\n return decomposedColor.values.slice(0, 3).map((val, idx) => decomposedColor.type.indexOf('hsl') !== -1 && idx !== 0 ? `${val}%` : val).join(' ');\n};\nexport const private_safeColorChannel = (color, warning) => {\n try {\n return colorChannel(color);\n } catch (error) {\n if (warning && process.env.NODE_ENV !== 'production') {\n console.warn(warning);\n }\n return color;\n }\n};\n\n/**\n * Converts a color object with type and values to a string.\n * @param {object} color - Decomposed color\n * @param {string} color.type - One of: 'rgb', 'rgba', 'hsl', 'hsla', 'color'\n * @param {array} color.values - [n,n,n] or [n,n,n,n]\n * @returns {string} A CSS color string\n */\nexport function recomposeColor(color) {\n const {\n type,\n colorSpace\n } = color;\n let {\n values\n } = color;\n if (type.indexOf('rgb') !== -1) {\n // Only convert the first 3 values to int (i.e. not alpha)\n values = values.map((n, i) => i < 3 ? parseInt(n, 10) : n);\n } else if (type.indexOf('hsl') !== -1) {\n values[1] = `${values[1]}%`;\n values[2] = `${values[2]}%`;\n }\n if (type.indexOf('color') !== -1) {\n values = `${colorSpace} ${values.join(' ')}`;\n } else {\n values = `${values.join(', ')}`;\n }\n return `${type}(${values})`;\n}\n\n/**\n * Converts a color from CSS rgb format to CSS hex format.\n * @param {string} color - RGB color, i.e. rgb(n, n, n)\n * @returns {string} A CSS rgb color string, i.e. #nnnnnn\n */\nexport function rgbToHex(color) {\n // Idempotent\n if (color.indexOf('#') === 0) {\n return color;\n }\n const {\n values\n } = decomposeColor(color);\n return `#${values.map((n, i) => intToHex(i === 3 ? Math.round(255 * n) : n)).join('')}`;\n}\n\n/**\n * Converts a color from hsl format to rgb format.\n * @param {string} color - HSL color values\n * @returns {string} rgb color values\n */\nexport function hslToRgb(color) {\n color = decomposeColor(color);\n const {\n values\n } = color;\n const h = values[0];\n const s = values[1] / 100;\n const l = values[2] / 100;\n const a = s * Math.min(l, 1 - l);\n const f = (n, k = (n + h / 30) % 12) => l - a * Math.max(Math.min(k - 3, 9 - k, 1), -1);\n let type = 'rgb';\n const rgb = [Math.round(f(0) * 255), Math.round(f(8) * 255), Math.round(f(4) * 255)];\n if (color.type === 'hsla') {\n type += 'a';\n rgb.push(values[3]);\n }\n return recomposeColor({\n type,\n values: rgb\n });\n}\n/**\n * The relative brightness of any point in a color space,\n * normalized to 0 for darkest black and 1 for lightest white.\n *\n * Formula: https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests\n * @param {string} color - CSS color, i.e. one of: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color()\n * @returns {number} The relative brightness of the color in the range 0 - 1\n */\nexport function getLuminance(color) {\n color = decomposeColor(color);\n let rgb = color.type === 'hsl' || color.type === 'hsla' ? decomposeColor(hslToRgb(color)).values : color.values;\n rgb = rgb.map(val => {\n if (color.type !== 'color') {\n val /= 255; // normalized\n }\n\n return val <= 0.03928 ? val / 12.92 : ((val + 0.055) / 1.055) ** 2.4;\n });\n\n // Truncate at 3 digits\n return Number((0.2126 * rgb[0] + 0.7152 * rgb[1] + 0.0722 * rgb[2]).toFixed(3));\n}\n\n/**\n * Calculates the contrast ratio between two colors.\n *\n * Formula: https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests\n * @param {string} foreground - CSS color, i.e. one of: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla()\n * @param {string} background - CSS color, i.e. one of: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla()\n * @returns {number} A contrast ratio value in the range 0 - 21.\n */\nexport function getContrastRatio(foreground, background) {\n const lumA = getLuminance(foreground);\n const lumB = getLuminance(background);\n return (Math.max(lumA, lumB) + 0.05) / (Math.min(lumA, lumB) + 0.05);\n}\n\n/**\n * Sets the absolute transparency of a color.\n * Any existing alpha values are overwritten.\n * @param {string} color - CSS color, i.e. one of: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color()\n * @param {number} value - value to set the alpha channel to in the range 0 - 1\n * @returns {string} A CSS color string. Hex input values are returned as rgb\n */\nexport function alpha(color, value) {\n color = decomposeColor(color);\n value = clamp(value);\n if (color.type === 'rgb' || color.type === 'hsl') {\n color.type += 'a';\n }\n if (color.type === 'color') {\n color.values[3] = `/${value}`;\n } else {\n color.values[3] = value;\n }\n return recomposeColor(color);\n}\nexport function private_safeAlpha(color, value, warning) {\n try {\n return alpha(color, value);\n } catch (error) {\n if (warning && process.env.NODE_ENV !== 'production') {\n console.warn(warning);\n }\n return color;\n }\n}\n\n/**\n * Darkens a color.\n * @param {string} color - CSS color, i.e. one of: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color()\n * @param {number} coefficient - multiplier in the range 0 - 1\n * @returns {string} A CSS color string. Hex input values are returned as rgb\n */\nexport function darken(color, coefficient) {\n color = decomposeColor(color);\n coefficient = clamp(coefficient);\n if (color.type.indexOf('hsl') !== -1) {\n color.values[2] *= 1 - coefficient;\n } else if (color.type.indexOf('rgb') !== -1 || color.type.indexOf('color') !== -1) {\n for (let i = 0; i < 3; i += 1) {\n color.values[i] *= 1 - coefficient;\n }\n }\n return recomposeColor(color);\n}\nexport function private_safeDarken(color, coefficient, warning) {\n try {\n return darken(color, coefficient);\n } catch (error) {\n if (warning && process.env.NODE_ENV !== 'production') {\n console.warn(warning);\n }\n return color;\n }\n}\n\n/**\n * Lightens a color.\n * @param {string} color - CSS color, i.e. one of: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color()\n * @param {number} coefficient - multiplier in the range 0 - 1\n * @returns {string} A CSS color string. Hex input values are returned as rgb\n */\nexport function lighten(color, coefficient) {\n color = decomposeColor(color);\n coefficient = clamp(coefficient);\n if (color.type.indexOf('hsl') !== -1) {\n color.values[2] += (100 - color.values[2]) * coefficient;\n } else if (color.type.indexOf('rgb') !== -1) {\n for (let i = 0; i < 3; i += 1) {\n color.values[i] += (255 - color.values[i]) * coefficient;\n }\n } else if (color.type.indexOf('color') !== -1) {\n for (let i = 0; i < 3; i += 1) {\n color.values[i] += (1 - color.values[i]) * coefficient;\n }\n }\n return recomposeColor(color);\n}\nexport function private_safeLighten(color, coefficient, warning) {\n try {\n return lighten(color, coefficient);\n } catch (error) {\n if (warning && process.env.NODE_ENV !== 'production') {\n console.warn(warning);\n }\n return color;\n }\n}\n\n/**\n * Darken or lighten a color, depending on its luminance.\n * Light colors are darkened, dark colors are lightened.\n * @param {string} color - CSS color, i.e. one of: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color()\n * @param {number} coefficient=0.15 - multiplier in the range 0 - 1\n * @returns {string} A CSS color string. Hex input values are returned as rgb\n */\nexport function emphasize(color, coefficient = 0.15) {\n return getLuminance(color) > 0.5 ? darken(color, coefficient) : lighten(color, coefficient);\n}\nexport function private_safeEmphasize(color, coefficient, warning) {\n try {\n return private_safeEmphasize(color, coefficient);\n } catch (error) {\n if (warning && process.env.NODE_ENV !== 'production') {\n console.warn(warning);\n }\n return color;\n }\n}","import _extends from \"@babel/runtime/helpers/esm/extends\";\nexport default function createMixins(breakpoints, mixins) {\n return _extends({\n toolbar: {\n minHeight: 56,\n [breakpoints.up('xs')]: {\n '@media (orientation: landscape)': {\n minHeight: 48\n }\n },\n [breakpoints.up('sm')]: {\n minHeight: 64\n }\n }\n }, mixins);\n}","const common = {\n black: '#000',\n white: '#fff'\n};\nexport default common;","const grey = {\n 50: '#fafafa',\n 100: '#f5f5f5',\n 200: '#eeeeee',\n 300: '#e0e0e0',\n 400: '#bdbdbd',\n 500: '#9e9e9e',\n 600: '#757575',\n 700: '#616161',\n 800: '#424242',\n 900: '#212121',\n A100: '#f5f5f5',\n A200: '#eeeeee',\n A400: '#bdbdbd',\n A700: '#616161'\n};\nexport default grey;","const purple = {\n 50: '#f3e5f5',\n 100: '#e1bee7',\n 200: '#ce93d8',\n 300: '#ba68c8',\n 400: '#ab47bc',\n 500: '#9c27b0',\n 600: '#8e24aa',\n 700: '#7b1fa2',\n 800: '#6a1b9a',\n 900: '#4a148c',\n A100: '#ea80fc',\n A200: '#e040fb',\n A400: '#d500f9',\n A700: '#aa00ff'\n};\nexport default purple;","const red = {\n 50: '#ffebee',\n 100: '#ffcdd2',\n 200: '#ef9a9a',\n 300: '#e57373',\n 400: '#ef5350',\n 500: '#f44336',\n 600: '#e53935',\n 700: '#d32f2f',\n 800: '#c62828',\n 900: '#b71c1c',\n A100: '#ff8a80',\n A200: '#ff5252',\n A400: '#ff1744',\n A700: '#d50000'\n};\nexport default red;","const orange = {\n 50: '#fff3e0',\n 100: '#ffe0b2',\n 200: '#ffcc80',\n 300: '#ffb74d',\n 400: '#ffa726',\n 500: '#ff9800',\n 600: '#fb8c00',\n 700: '#f57c00',\n 800: '#ef6c00',\n 900: '#e65100',\n A100: '#ffd180',\n A200: '#ffab40',\n A400: '#ff9100',\n A700: '#ff6d00'\n};\nexport default orange;","const blue = {\n 50: '#e3f2fd',\n 100: '#bbdefb',\n 200: '#90caf9',\n 300: '#64b5f6',\n 400: '#42a5f5',\n 500: '#2196f3',\n 600: '#1e88e5',\n 700: '#1976d2',\n 800: '#1565c0',\n 900: '#0d47a1',\n A100: '#82b1ff',\n A200: '#448aff',\n A400: '#2979ff',\n A700: '#2962ff'\n};\nexport default blue;","const lightBlue = {\n 50: '#e1f5fe',\n 100: '#b3e5fc',\n 200: '#81d4fa',\n 300: '#4fc3f7',\n 400: '#29b6f6',\n 500: '#03a9f4',\n 600: '#039be5',\n 700: '#0288d1',\n 800: '#0277bd',\n 900: '#01579b',\n A100: '#80d8ff',\n A200: '#40c4ff',\n A400: '#00b0ff',\n A700: '#0091ea'\n};\nexport default lightBlue;","const green = {\n 50: '#e8f5e9',\n 100: '#c8e6c9',\n 200: '#a5d6a7',\n 300: '#81c784',\n 400: '#66bb6a',\n 500: '#4caf50',\n 600: '#43a047',\n 700: '#388e3c',\n 800: '#2e7d32',\n 900: '#1b5e20',\n A100: '#b9f6ca',\n A200: '#69f0ae',\n A400: '#00e676',\n A700: '#00c853'\n};\nexport default green;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport { formatMuiErrorMessage as _formatMuiErrorMessage } from \"@mui/utils\";\nconst _excluded = [\"mode\", \"contrastThreshold\", \"tonalOffset\"];\nimport { deepmerge } from '@mui/utils';\nimport { darken, getContrastRatio, lighten } from '@mui/system';\nimport common from '../colors/common';\nimport grey from '../colors/grey';\nimport purple from '../colors/purple';\nimport red from '../colors/red';\nimport orange from '../colors/orange';\nimport blue from '../colors/blue';\nimport lightBlue from '../colors/lightBlue';\nimport green from '../colors/green';\nexport const light = {\n // The colors used to style the text.\n text: {\n // The most important text.\n primary: 'rgba(0, 0, 0, 0.87)',\n // Secondary text.\n secondary: 'rgba(0, 0, 0, 0.6)',\n // Disabled text have even lower visual prominence.\n disabled: 'rgba(0, 0, 0, 0.38)'\n },\n // The color used to divide different elements.\n divider: 'rgba(0, 0, 0, 0.12)',\n // The background colors used to style the surfaces.\n // Consistency between these values is important.\n background: {\n paper: common.white,\n default: common.white\n },\n // The colors used to style the action elements.\n action: {\n // The color of an active action like an icon button.\n active: 'rgba(0, 0, 0, 0.54)',\n // The color of an hovered action.\n hover: 'rgba(0, 0, 0, 0.04)',\n hoverOpacity: 0.04,\n // The color of a selected action.\n selected: 'rgba(0, 0, 0, 0.08)',\n selectedOpacity: 0.08,\n // The color of a disabled action.\n disabled: 'rgba(0, 0, 0, 0.26)',\n // The background color of a disabled action.\n disabledBackground: 'rgba(0, 0, 0, 0.12)',\n disabledOpacity: 0.38,\n focus: 'rgba(0, 0, 0, 0.12)',\n focusOpacity: 0.12,\n activatedOpacity: 0.12\n }\n};\nexport const dark = {\n text: {\n primary: common.white,\n secondary: 'rgba(255, 255, 255, 0.7)',\n disabled: 'rgba(255, 255, 255, 0.5)',\n icon: 'rgba(255, 255, 255, 0.5)'\n },\n divider: 'rgba(255, 255, 255, 0.12)',\n background: {\n paper: '#121212',\n default: '#121212'\n },\n action: {\n active: common.white,\n hover: 'rgba(255, 255, 255, 0.08)',\n hoverOpacity: 0.08,\n selected: 'rgba(255, 255, 255, 0.16)',\n selectedOpacity: 0.16,\n disabled: 'rgba(255, 255, 255, 0.3)',\n disabledBackground: 'rgba(255, 255, 255, 0.12)',\n disabledOpacity: 0.38,\n focus: 'rgba(255, 255, 255, 0.12)',\n focusOpacity: 0.12,\n activatedOpacity: 0.24\n }\n};\nfunction addLightOrDark(intent, direction, shade, tonalOffset) {\n const tonalOffsetLight = tonalOffset.light || tonalOffset;\n const tonalOffsetDark = tonalOffset.dark || tonalOffset * 1.5;\n if (!intent[direction]) {\n if (intent.hasOwnProperty(shade)) {\n intent[direction] = intent[shade];\n } else if (direction === 'light') {\n intent.light = lighten(intent.main, tonalOffsetLight);\n } else if (direction === 'dark') {\n intent.dark = darken(intent.main, tonalOffsetDark);\n }\n }\n}\nfunction getDefaultPrimary(mode = 'light') {\n if (mode === 'dark') {\n return {\n main: blue[200],\n light: blue[50],\n dark: blue[400]\n };\n }\n return {\n main: blue[700],\n light: blue[400],\n dark: blue[800]\n };\n}\nfunction getDefaultSecondary(mode = 'light') {\n if (mode === 'dark') {\n return {\n main: purple[200],\n light: purple[50],\n dark: purple[400]\n };\n }\n return {\n main: purple[500],\n light: purple[300],\n dark: purple[700]\n };\n}\nfunction getDefaultError(mode = 'light') {\n if (mode === 'dark') {\n return {\n main: red[500],\n light: red[300],\n dark: red[700]\n };\n }\n return {\n main: red[700],\n light: red[400],\n dark: red[800]\n };\n}\nfunction getDefaultInfo(mode = 'light') {\n if (mode === 'dark') {\n return {\n main: lightBlue[400],\n light: lightBlue[300],\n dark: lightBlue[700]\n };\n }\n return {\n main: lightBlue[700],\n light: lightBlue[500],\n dark: lightBlue[900]\n };\n}\nfunction getDefaultSuccess(mode = 'light') {\n if (mode === 'dark') {\n return {\n main: green[400],\n light: green[300],\n dark: green[700]\n };\n }\n return {\n main: green[800],\n light: green[500],\n dark: green[900]\n };\n}\nfunction getDefaultWarning(mode = 'light') {\n if (mode === 'dark') {\n return {\n main: orange[400],\n light: orange[300],\n dark: orange[700]\n };\n }\n return {\n main: '#ed6c02',\n // closest to orange[800] that pass 3:1.\n light: orange[500],\n dark: orange[900]\n };\n}\nexport default function createPalette(palette) {\n const {\n mode = 'light',\n contrastThreshold = 3,\n tonalOffset = 0.2\n } = palette,\n other = _objectWithoutPropertiesLoose(palette, _excluded);\n const primary = palette.primary || getDefaultPrimary(mode);\n const secondary = palette.secondary || getDefaultSecondary(mode);\n const error = palette.error || getDefaultError(mode);\n const info = palette.info || getDefaultInfo(mode);\n const success = palette.success || getDefaultSuccess(mode);\n const warning = palette.warning || getDefaultWarning(mode);\n\n // Use the same logic as\n // Bootstrap: https://github.com/twbs/bootstrap/blob/1d6e3710dd447de1a200f29e8fa521f8a0908f70/scss/_functions.scss#L59\n // and material-components-web https://github.com/material-components/material-components-web/blob/ac46b8863c4dab9fc22c4c662dc6bd1b65dd652f/packages/mdc-theme/_functions.scss#L54\n function getContrastText(background) {\n const contrastText = getContrastRatio(background, dark.text.primary) >= contrastThreshold ? dark.text.primary : light.text.primary;\n if (process.env.NODE_ENV !== 'production') {\n const contrast = getContrastRatio(background, contrastText);\n if (contrast < 3) {\n console.error([`MUI: The contrast ratio of ${contrast}:1 for ${contrastText} on ${background}`, 'falls below the WCAG recommended absolute minimum contrast ratio of 3:1.', 'https://www.w3.org/TR/2008/REC-WCAG20-20081211/#visual-audio-contrast-contrast'].join('\\n'));\n }\n }\n return contrastText;\n }\n const augmentColor = ({\n color,\n name,\n mainShade = 500,\n lightShade = 300,\n darkShade = 700\n }) => {\n color = _extends({}, color);\n if (!color.main && color[mainShade]) {\n color.main = color[mainShade];\n }\n if (!color.hasOwnProperty('main')) {\n throw new Error(process.env.NODE_ENV !== \"production\" ? `MUI: The color${name ? ` (${name})` : ''} provided to augmentColor(color) is invalid.\nThe color object needs to have a \\`main\\` property or a \\`${mainShade}\\` property.` : _formatMuiErrorMessage(11, name ? ` (${name})` : '', mainShade));\n }\n if (typeof color.main !== 'string') {\n throw new Error(process.env.NODE_ENV !== \"production\" ? `MUI: The color${name ? ` (${name})` : ''} provided to augmentColor(color) is invalid.\n\\`color.main\\` should be a string, but \\`${JSON.stringify(color.main)}\\` was provided instead.\n\nDid you intend to use one of the following approaches?\n\nimport { green } from \"@mui/material/colors\";\n\nconst theme1 = createTheme({ palette: {\n primary: green,\n} });\n\nconst theme2 = createTheme({ palette: {\n primary: { main: green[500] },\n} });` : _formatMuiErrorMessage(12, name ? ` (${name})` : '', JSON.stringify(color.main)));\n }\n addLightOrDark(color, 'light', lightShade, tonalOffset);\n addLightOrDark(color, 'dark', darkShade, tonalOffset);\n if (!color.contrastText) {\n color.contrastText = getContrastText(color.main);\n }\n return color;\n };\n const modes = {\n dark,\n light\n };\n if (process.env.NODE_ENV !== 'production') {\n if (!modes[mode]) {\n console.error(`MUI: The palette mode \\`${mode}\\` is not supported.`);\n }\n }\n const paletteOutput = deepmerge(_extends({\n // A collection of common colors.\n common: _extends({}, common),\n // prevent mutable object.\n // The palette mode, can be light or dark.\n mode,\n // The colors used to represent primary interface elements for a user.\n primary: augmentColor({\n color: primary,\n name: 'primary'\n }),\n // The colors used to represent secondary interface elements for a user.\n secondary: augmentColor({\n color: secondary,\n name: 'secondary',\n mainShade: 'A400',\n lightShade: 'A200',\n darkShade: 'A700'\n }),\n // The colors used to represent interface elements that the user should be made aware of.\n error: augmentColor({\n color: error,\n name: 'error'\n }),\n // The colors used to represent potentially dangerous actions or important messages.\n warning: augmentColor({\n color: warning,\n name: 'warning'\n }),\n // The colors used to present information to the user that is neutral and not necessarily important.\n info: augmentColor({\n color: info,\n name: 'info'\n }),\n // The colors used to indicate the successful completion of an action that user triggered.\n success: augmentColor({\n color: success,\n name: 'success'\n }),\n // The grey colors.\n grey,\n // Used by `getContrastText()` to maximize the contrast between\n // the background and the text.\n contrastThreshold,\n // Takes a background color and returns the text color that maximizes the contrast.\n getContrastText,\n // Generate a rich color object.\n augmentColor,\n // Used by the functions below to shift a color's luminance by approximately\n // two indexes within its tonal palette.\n // E.g., shift from Red 500 to Red 300 or Red 700.\n tonalOffset\n }, modes[mode]), other);\n return paletteOutput;\n}","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nconst _excluded = [\"fontFamily\", \"fontSize\", \"fontWeightLight\", \"fontWeightRegular\", \"fontWeightMedium\", \"fontWeightBold\", \"htmlFontSize\", \"allVariants\", \"pxToRem\"];\nimport { deepmerge } from '@mui/utils';\nfunction round(value) {\n return Math.round(value * 1e5) / 1e5;\n}\nconst caseAllCaps = {\n textTransform: 'uppercase'\n};\nconst defaultFontFamily = '\"Roboto\", \"Helvetica\", \"Arial\", sans-serif';\n\n/**\n * @see @link{https://m2.material.io/design/typography/the-type-system.html}\n * @see @link{https://m2.material.io/design/typography/understanding-typography.html}\n */\nexport default function createTypography(palette, typography) {\n const _ref = typeof typography === 'function' ? typography(palette) : typography,\n {\n fontFamily = defaultFontFamily,\n // The default font size of the Material Specification.\n fontSize = 14,\n // px\n fontWeightLight = 300,\n fontWeightRegular = 400,\n fontWeightMedium = 500,\n fontWeightBold = 700,\n // Tell MUI what's the font-size on the html element.\n // 16px is the default font-size used by browsers.\n htmlFontSize = 16,\n // Apply the CSS properties to all the variants.\n allVariants,\n pxToRem: pxToRem2\n } = _ref,\n other = _objectWithoutPropertiesLoose(_ref, _excluded);\n if (process.env.NODE_ENV !== 'production') {\n if (typeof fontSize !== 'number') {\n console.error('MUI: `fontSize` is required to be a number.');\n }\n if (typeof htmlFontSize !== 'number') {\n console.error('MUI: `htmlFontSize` is required to be a number.');\n }\n }\n const coef = fontSize / 14;\n const pxToRem = pxToRem2 || (size => `${size / htmlFontSize * coef}rem`);\n const buildVariant = (fontWeight, size, lineHeight, letterSpacing, casing) => _extends({\n fontFamily,\n fontWeight,\n fontSize: pxToRem(size),\n // Unitless following https://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/\n lineHeight\n }, fontFamily === defaultFontFamily ? {\n letterSpacing: `${round(letterSpacing / size)}em`\n } : {}, casing, allVariants);\n const variants = {\n h1: buildVariant(fontWeightLight, 96, 1.167, -1.5),\n h2: buildVariant(fontWeightLight, 60, 1.2, -0.5),\n h3: buildVariant(fontWeightRegular, 48, 1.167, 0),\n h4: buildVariant(fontWeightRegular, 34, 1.235, 0.25),\n h5: buildVariant(fontWeightRegular, 24, 1.334, 0),\n h6: buildVariant(fontWeightMedium, 20, 1.6, 0.15),\n subtitle1: buildVariant(fontWeightRegular, 16, 1.75, 0.15),\n subtitle2: buildVariant(fontWeightMedium, 14, 1.57, 0.1),\n body1: buildVariant(fontWeightRegular, 16, 1.5, 0.15),\n body2: buildVariant(fontWeightRegular, 14, 1.43, 0.15),\n button: buildVariant(fontWeightMedium, 14, 1.75, 0.4, caseAllCaps),\n caption: buildVariant(fontWeightRegular, 12, 1.66, 0.4),\n overline: buildVariant(fontWeightRegular, 12, 2.66, 1, caseAllCaps),\n // TODO v6: Remove handling of 'inherit' variant from the theme as it is already handled in Material UI's Typography component. Also, remember to remove the associated types.\n inherit: {\n fontFamily: 'inherit',\n fontWeight: 'inherit',\n fontSize: 'inherit',\n lineHeight: 'inherit',\n letterSpacing: 'inherit'\n }\n };\n return deepmerge(_extends({\n htmlFontSize,\n pxToRem,\n fontFamily,\n fontSize,\n fontWeightLight,\n fontWeightRegular,\n fontWeightMedium,\n fontWeightBold\n }, variants), other, {\n clone: false // No need to clone deep\n });\n}","const shadowKeyUmbraOpacity = 0.2;\nconst shadowKeyPenumbraOpacity = 0.14;\nconst shadowAmbientShadowOpacity = 0.12;\nfunction createShadow(...px) {\n return [`${px[0]}px ${px[1]}px ${px[2]}px ${px[3]}px rgba(0,0,0,${shadowKeyUmbraOpacity})`, `${px[4]}px ${px[5]}px ${px[6]}px ${px[7]}px rgba(0,0,0,${shadowKeyPenumbraOpacity})`, `${px[8]}px ${px[9]}px ${px[10]}px ${px[11]}px rgba(0,0,0,${shadowAmbientShadowOpacity})`].join(',');\n}\n\n// Values from https://github.com/material-components/material-components-web/blob/be8747f94574669cb5e7add1a7c54fa41a89cec7/packages/mdc-elevation/_variables.scss\nconst shadows = ['none', createShadow(0, 2, 1, -1, 0, 1, 1, 0, 0, 1, 3, 0), createShadow(0, 3, 1, -2, 0, 2, 2, 0, 0, 1, 5, 0), createShadow(0, 3, 3, -2, 0, 3, 4, 0, 0, 1, 8, 0), createShadow(0, 2, 4, -1, 0, 4, 5, 0, 0, 1, 10, 0), createShadow(0, 3, 5, -1, 0, 5, 8, 0, 0, 1, 14, 0), createShadow(0, 3, 5, -1, 0, 6, 10, 0, 0, 1, 18, 0), createShadow(0, 4, 5, -2, 0, 7, 10, 1, 0, 2, 16, 1), createShadow(0, 5, 5, -3, 0, 8, 10, 1, 0, 3, 14, 2), createShadow(0, 5, 6, -3, 0, 9, 12, 1, 0, 3, 16, 2), createShadow(0, 6, 6, -3, 0, 10, 14, 1, 0, 4, 18, 3), createShadow(0, 6, 7, -4, 0, 11, 15, 1, 0, 4, 20, 3), createShadow(0, 7, 8, -4, 0, 12, 17, 2, 0, 5, 22, 4), createShadow(0, 7, 8, -4, 0, 13, 19, 2, 0, 5, 24, 4), createShadow(0, 7, 9, -4, 0, 14, 21, 2, 0, 5, 26, 4), createShadow(0, 8, 9, -5, 0, 15, 22, 2, 0, 6, 28, 5), createShadow(0, 8, 10, -5, 0, 16, 24, 2, 0, 6, 30, 5), createShadow(0, 8, 11, -5, 0, 17, 26, 2, 0, 6, 32, 5), createShadow(0, 9, 11, -5, 0, 18, 28, 2, 0, 7, 34, 6), createShadow(0, 9, 12, -6, 0, 19, 29, 2, 0, 7, 36, 6), createShadow(0, 10, 13, -6, 0, 20, 31, 3, 0, 8, 38, 7), createShadow(0, 10, 13, -6, 0, 21, 33, 3, 0, 8, 40, 7), createShadow(0, 10, 14, -6, 0, 22, 35, 3, 0, 8, 42, 7), createShadow(0, 11, 14, -7, 0, 23, 36, 3, 0, 9, 44, 8), createShadow(0, 11, 15, -7, 0, 24, 38, 3, 0, 9, 46, 8)];\nexport default shadows;","import _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport _extends from \"@babel/runtime/helpers/esm/extends\";\nconst _excluded = [\"duration\", \"easing\", \"delay\"];\n// Follow https://material.google.com/motion/duration-easing.html#duration-easing-natural-easing-curves\n// to learn the context in which each easing should be used.\nexport const easing = {\n // This is the most common easing curve.\n easeInOut: 'cubic-bezier(0.4, 0, 0.2, 1)',\n // Objects enter the screen at full velocity from off-screen and\n // slowly decelerate to a resting point.\n easeOut: 'cubic-bezier(0.0, 0, 0.2, 1)',\n // Objects leave the screen at full velocity. They do not decelerate when off-screen.\n easeIn: 'cubic-bezier(0.4, 0, 1, 1)',\n // The sharp curve is used by objects that may return to the screen at any time.\n sharp: 'cubic-bezier(0.4, 0, 0.6, 1)'\n};\n\n// Follow https://m2.material.io/guidelines/motion/duration-easing.html#duration-easing-common-durations\n// to learn when use what timing\nexport const duration = {\n shortest: 150,\n shorter: 200,\n short: 250,\n // most basic recommended timing\n standard: 300,\n // this is to be used in complex animations\n complex: 375,\n // recommended when something is entering screen\n enteringScreen: 225,\n // recommended when something is leaving screen\n leavingScreen: 195\n};\nfunction formatMs(milliseconds) {\n return `${Math.round(milliseconds)}ms`;\n}\nfunction getAutoHeightDuration(height) {\n if (!height) {\n return 0;\n }\n const constant = height / 36;\n\n // https://www.wolframalpha.com/input/?i=(4+%2B+15+*+(x+%2F+36+)+**+0.25+%2B+(x+%2F+36)+%2F+5)+*+10\n return Math.round((4 + 15 * constant ** 0.25 + constant / 5) * 10);\n}\nexport default function createTransitions(inputTransitions) {\n const mergedEasing = _extends({}, easing, inputTransitions.easing);\n const mergedDuration = _extends({}, duration, inputTransitions.duration);\n const create = (props = ['all'], options = {}) => {\n const {\n duration: durationOption = mergedDuration.standard,\n easing: easingOption = mergedEasing.easeInOut,\n delay = 0\n } = options,\n other = _objectWithoutPropertiesLoose(options, _excluded);\n if (process.env.NODE_ENV !== 'production') {\n const isString = value => typeof value === 'string';\n // IE11 support, replace with Number.isNaN\n // eslint-disable-next-line no-restricted-globals\n const isNumber = value => !isNaN(parseFloat(value));\n if (!isString(props) && !Array.isArray(props)) {\n console.error('MUI: Argument \"props\" must be a string or Array.');\n }\n if (!isNumber(durationOption) && !isString(durationOption)) {\n console.error(`MUI: Argument \"duration\" must be a number or a string but found ${durationOption}.`);\n }\n if (!isString(easingOption)) {\n console.error('MUI: Argument \"easing\" must be a string.');\n }\n if (!isNumber(delay) && !isString(delay)) {\n console.error('MUI: Argument \"delay\" must be a number or a string.');\n }\n if (typeof options !== 'object') {\n console.error(['MUI: Secong argument of transition.create must be an object.', \"Arguments should be either `create('prop1', options)` or `create(['prop1', 'prop2'], options)`\"].join('\\n'));\n }\n if (Object.keys(other).length !== 0) {\n console.error(`MUI: Unrecognized argument(s) [${Object.keys(other).join(',')}].`);\n }\n }\n return (Array.isArray(props) ? props : [props]).map(animatedProp => `${animatedProp} ${typeof durationOption === 'string' ? durationOption : formatMs(durationOption)} ${easingOption} ${typeof delay === 'string' ? delay : formatMs(delay)}`).join(',');\n };\n return _extends({\n getAutoHeightDuration,\n create\n }, inputTransitions, {\n easing: mergedEasing,\n duration: mergedDuration\n });\n}","// We need to centralize the zIndex definitions as they work\n// like global values in the browser.\nconst zIndex = {\n mobileStepper: 1000,\n fab: 1050,\n speedDial: 1050,\n appBar: 1100,\n drawer: 1200,\n modal: 1300,\n snackbar: 1400,\n tooltip: 1500\n};\nexport default zIndex;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport { formatMuiErrorMessage as _formatMuiErrorMessage } from \"@mui/utils\";\nconst _excluded = [\"breakpoints\", \"mixins\", \"spacing\", \"palette\", \"transitions\", \"typography\", \"shape\"];\nimport { deepmerge } from '@mui/utils';\nimport { createTheme as systemCreateTheme, unstable_defaultSxConfig as defaultSxConfig, unstable_styleFunctionSx as styleFunctionSx } from '@mui/system';\nimport generateUtilityClass from '../generateUtilityClass';\nimport createMixins from './createMixins';\nimport createPalette from './createPalette';\nimport createTypography from './createTypography';\nimport shadows from './shadows';\nimport createTransitions from './createTransitions';\nimport zIndex from './zIndex';\nfunction createTheme(options = {}, ...args) {\n const {\n mixins: mixinsInput = {},\n palette: paletteInput = {},\n transitions: transitionsInput = {},\n typography: typographyInput = {}\n } = options,\n other = _objectWithoutPropertiesLoose(options, _excluded);\n if (options.vars) {\n throw new Error(process.env.NODE_ENV !== \"production\" ? `MUI: \\`vars\\` is a private field used for CSS variables support.\nPlease use another name.` : _formatMuiErrorMessage(18));\n }\n const palette = createPalette(paletteInput);\n const systemTheme = systemCreateTheme(options);\n let muiTheme = deepmerge(systemTheme, {\n mixins: createMixins(systemTheme.breakpoints, mixinsInput),\n palette,\n // Don't use [...shadows] until you've verified its transpiled code is not invoking the iterator protocol.\n shadows: shadows.slice(),\n typography: createTypography(palette, typographyInput),\n transitions: createTransitions(transitionsInput),\n zIndex: _extends({}, zIndex)\n });\n muiTheme = deepmerge(muiTheme, other);\n muiTheme = args.reduce((acc, argument) => deepmerge(acc, argument), muiTheme);\n if (process.env.NODE_ENV !== 'production') {\n // TODO v6: Refactor to use globalStateClassesMapping from @mui/utils once `readOnly` state class is used in Rating component.\n const stateClasses = ['active', 'checked', 'completed', 'disabled', 'error', 'expanded', 'focused', 'focusVisible', 'required', 'selected'];\n const traverse = (node, component) => {\n let key;\n\n // eslint-disable-next-line guard-for-in, no-restricted-syntax\n for (key in node) {\n const child = node[key];\n if (stateClasses.indexOf(key) !== -1 && Object.keys(child).length > 0) {\n if (process.env.NODE_ENV !== 'production') {\n const stateClass = generateUtilityClass('', key);\n console.error([`MUI: The \\`${component}\\` component increases ` + `the CSS specificity of the \\`${key}\\` internal state.`, 'You can not override it like this: ', JSON.stringify(node, null, 2), '', `Instead, you need to use the '&.${stateClass}' syntax:`, JSON.stringify({\n root: {\n [`&.${stateClass}`]: child\n }\n }, null, 2), '', 'https://mui.com/r/state-classes-guide'].join('\\n'));\n }\n // Remove the style to prevent global conflicts.\n node[key] = {};\n }\n }\n };\n Object.keys(muiTheme.components).forEach(component => {\n const styleOverrides = muiTheme.components[component].styleOverrides;\n if (styleOverrides && component.indexOf('Mui') === 0) {\n traverse(styleOverrides, component);\n }\n });\n }\n muiTheme.unstable_sxConfig = _extends({}, defaultSxConfig, other == null ? void 0 : other.unstable_sxConfig);\n muiTheme.unstable_sx = function sx(props) {\n return styleFunctionSx({\n sx: props,\n theme: this\n });\n };\n return muiTheme;\n}\nlet warnedOnce = false;\nexport function createMuiTheme(...args) {\n if (process.env.NODE_ENV !== 'production') {\n if (!warnedOnce) {\n warnedOnce = true;\n console.error(['MUI: the createMuiTheme function was renamed to createTheme.', '', \"You should use `import { createTheme } from '@mui/material/styles'`\"].join('\\n'));\n }\n }\n return createTheme(...args);\n}\nexport default createTheme;","'use client';\n\nimport createTheme from './createTheme';\nconst defaultTheme = createTheme();\nexport default defaultTheme;","export default '$$material';","'use client';\n\nimport { useThemeProps as systemUseThemeProps } from '@mui/system';\nimport defaultTheme from './defaultTheme';\nimport THEME_ID from './identifier';\nexport default function useThemeProps({\n props,\n name\n}) {\n return systemUseThemeProps({\n props,\n name,\n defaultTheme,\n themeId: THEME_ID\n });\n}","'use client';\n\nimport { createStyled, shouldForwardProp } from '@mui/system';\nimport defaultTheme from './defaultTheme';\nimport THEME_ID from './identifier';\nexport const rootShouldForwardProp = prop => shouldForwardProp(prop) && prop !== 'classes';\nexport const slotShouldForwardProp = shouldForwardProp;\nconst styled = createStyled({\n themeId: THEME_ID,\n defaultTheme,\n rootShouldForwardProp\n});\nexport default styled;","import { unstable_generateUtilityClasses as generateUtilityClasses } from '@mui/utils';\nimport generateUtilityClass from '../generateUtilityClass';\nexport function getSvgIconUtilityClass(slot) {\n return generateUtilityClass('MuiSvgIcon', slot);\n}\nconst svgIconClasses = generateUtilityClasses('MuiSvgIcon', ['root', 'colorPrimary', 'colorSecondary', 'colorAction', 'colorError', 'colorDisabled', 'fontSizeInherit', 'fontSizeSmall', 'fontSizeMedium', 'fontSizeLarge']);\nexport default svgIconClasses;","'use client';\n\nimport _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nconst _excluded = [\"children\", \"className\", \"color\", \"component\", \"fontSize\", \"htmlColor\", \"inheritViewBox\", \"titleAccess\", \"viewBox\"];\nimport * as React from 'react';\nimport PropTypes from 'prop-types';\nimport clsx from 'clsx';\nimport { unstable_composeClasses as composeClasses } from '@mui/base/composeClasses';\nimport capitalize from '../utils/capitalize';\nimport useThemeProps from '../styles/useThemeProps';\nimport styled from '../styles/styled';\nimport { getSvgIconUtilityClass } from './svgIconClasses';\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nimport { jsxs as _jsxs } from \"react/jsx-runtime\";\nconst useUtilityClasses = ownerState => {\n const {\n color,\n fontSize,\n classes\n } = ownerState;\n const slots = {\n root: ['root', color !== 'inherit' && `color${capitalize(color)}`, `fontSize${capitalize(fontSize)}`]\n };\n return composeClasses(slots, getSvgIconUtilityClass, classes);\n};\nconst SvgIconRoot = styled('svg', {\n name: 'MuiSvgIcon',\n slot: 'Root',\n overridesResolver: (props, styles) => {\n const {\n ownerState\n } = props;\n return [styles.root, ownerState.color !== 'inherit' && styles[`color${capitalize(ownerState.color)}`], styles[`fontSize${capitalize(ownerState.fontSize)}`]];\n }\n})(({\n theme,\n ownerState\n}) => {\n var _theme$transitions, _theme$transitions$cr, _theme$transitions2, _theme$typography, _theme$typography$pxT, _theme$typography2, _theme$typography2$px, _theme$typography3, _theme$typography3$px, _palette$ownerState$c, _palette, _palette2, _palette3;\n return {\n userSelect: 'none',\n width: '1em',\n height: '1em',\n display: 'inline-block',\n // the will define the property that has `currentColor`\n // e.g. heroicons uses fill=\"none\" and stroke=\"currentColor\"\n fill: ownerState.hasSvgAsChild ? undefined : 'currentColor',\n flexShrink: 0,\n transition: (_theme$transitions = theme.transitions) == null || (_theme$transitions$cr = _theme$transitions.create) == null ? void 0 : _theme$transitions$cr.call(_theme$transitions, 'fill', {\n duration: (_theme$transitions2 = theme.transitions) == null || (_theme$transitions2 = _theme$transitions2.duration) == null ? void 0 : _theme$transitions2.shorter\n }),\n fontSize: {\n inherit: 'inherit',\n small: ((_theme$typography = theme.typography) == null || (_theme$typography$pxT = _theme$typography.pxToRem) == null ? void 0 : _theme$typography$pxT.call(_theme$typography, 20)) || '1.25rem',\n medium: ((_theme$typography2 = theme.typography) == null || (_theme$typography2$px = _theme$typography2.pxToRem) == null ? void 0 : _theme$typography2$px.call(_theme$typography2, 24)) || '1.5rem',\n large: ((_theme$typography3 = theme.typography) == null || (_theme$typography3$px = _theme$typography3.pxToRem) == null ? void 0 : _theme$typography3$px.call(_theme$typography3, 35)) || '2.1875rem'\n }[ownerState.fontSize],\n // TODO v5 deprecate, v6 remove for sx\n color: (_palette$ownerState$c = (_palette = (theme.vars || theme).palette) == null || (_palette = _palette[ownerState.color]) == null ? void 0 : _palette.main) != null ? _palette$ownerState$c : {\n action: (_palette2 = (theme.vars || theme).palette) == null || (_palette2 = _palette2.action) == null ? void 0 : _palette2.active,\n disabled: (_palette3 = (theme.vars || theme).palette) == null || (_palette3 = _palette3.action) == null ? void 0 : _palette3.disabled,\n inherit: undefined\n }[ownerState.color]\n };\n});\nconst SvgIcon = /*#__PURE__*/React.forwardRef(function SvgIcon(inProps, ref) {\n const props = useThemeProps({\n props: inProps,\n name: 'MuiSvgIcon'\n });\n const {\n children,\n className,\n color = 'inherit',\n component = 'svg',\n fontSize = 'medium',\n htmlColor,\n inheritViewBox = false,\n titleAccess,\n viewBox = '0 0 24 24'\n } = props,\n other = _objectWithoutPropertiesLoose(props, _excluded);\n const hasSvgAsChild = /*#__PURE__*/React.isValidElement(children) && children.type === 'svg';\n const ownerState = _extends({}, props, {\n color,\n component,\n fontSize,\n instanceFontSize: inProps.fontSize,\n inheritViewBox,\n viewBox,\n hasSvgAsChild\n });\n const more = {};\n if (!inheritViewBox) {\n more.viewBox = viewBox;\n }\n const classes = useUtilityClasses(ownerState);\n return /*#__PURE__*/_jsxs(SvgIconRoot, _extends({\n as: component,\n className: clsx(classes.root, className),\n focusable: \"false\",\n color: htmlColor,\n \"aria-hidden\": titleAccess ? undefined : true,\n role: titleAccess ? 'img' : undefined,\n ref: ref\n }, more, other, hasSvgAsChild && children.props, {\n ownerState: ownerState,\n children: [hasSvgAsChild ? children.props.children : children, titleAccess ? /*#__PURE__*/_jsx(\"title\", {\n children: titleAccess\n }) : null]\n }));\n});\nprocess.env.NODE_ENV !== \"production\" ? SvgIcon.propTypes /* remove-proptypes */ = {\n // ----------------------------- Warning --------------------------------\n // | These PropTypes are generated from the TypeScript type definitions |\n // | To update them edit the d.ts file and run \"yarn proptypes\" |\n // ----------------------------------------------------------------------\n /**\n * Node passed into the SVG element.\n */\n children: PropTypes.node,\n /**\n * Override or extend the styles applied to the component.\n */\n classes: PropTypes.object,\n /**\n * @ignore\n */\n className: PropTypes.string,\n /**\n * The color of the component.\n * It supports both default and custom theme colors, which can be added as shown in the\n * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).\n * You can use the `htmlColor` prop to apply a color attribute to the SVG element.\n * @default 'inherit'\n */\n color: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['inherit', 'action', 'disabled', 'primary', 'secondary', 'error', 'info', 'success', 'warning']), PropTypes.string]),\n /**\n * The component used for the root node.\n * Either a string to use a HTML element or a component.\n */\n component: PropTypes.elementType,\n /**\n * The fontSize applied to the icon. Defaults to 24px, but can be configure to inherit font size.\n * @default 'medium'\n */\n fontSize: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['inherit', 'large', 'medium', 'small']), PropTypes.string]),\n /**\n * Applies a color attribute to the SVG element.\n */\n htmlColor: PropTypes.string,\n /**\n * If `true`, the root node will inherit the custom `component`'s viewBox and the `viewBox`\n * prop will be ignored.\n * Useful when you want to reference a custom `component` and have `SvgIcon` pass that\n * `component`'s viewBox to the root node.\n * @default false\n */\n inheritViewBox: PropTypes.bool,\n /**\n * The shape-rendering attribute. The behavior of the different options is described on the\n * [MDN Web Docs](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/shape-rendering).\n * If you are having issues with blurry icons you should investigate this prop.\n */\n shapeRendering: PropTypes.string,\n /**\n * The system prop that allows defining system overrides as well as additional CSS styles.\n */\n sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),\n /**\n * Provides a human-readable title for the element that contains it.\n * https://www.w3.org/TR/SVG-access/#Equivalent\n */\n titleAccess: PropTypes.string,\n /**\n * Allows you to redefine what the coordinates without units mean inside an SVG element.\n * For example, if the SVG element is 500 (width) by 200 (height),\n * and you pass viewBox=\"0 0 50 20\",\n * this means that the coordinates inside the SVG will go from the top left corner (0,0)\n * to bottom right (50,20) and each unit will be worth 10px.\n * @default '0 0 24 24'\n */\n viewBox: PropTypes.string\n} : void 0;\nSvgIcon.muiName = 'SvgIcon';\nexport default SvgIcon;","'use client';\n\nimport _extends from \"@babel/runtime/helpers/esm/extends\";\nimport * as React from 'react';\nimport SvgIcon from '../SvgIcon';\n\n/**\n * Private module reserved for @mui packages.\n */\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nexport default function createSvgIcon(path, displayName) {\n function Component(props, ref) {\n return /*#__PURE__*/_jsx(SvgIcon, _extends({\n \"data-testid\": `${displayName}Icon`,\n ref: ref\n }, props, {\n children: path\n }));\n }\n if (process.env.NODE_ENV !== 'production') {\n // Need to set `displayName` on the inner component for React.memo.\n // React prior to 16.14 ignores `displayName` on the wrapper.\n Component.displayName = `${displayName}Icon`;\n }\n Component.muiName = SvgIcon.muiName;\n return /*#__PURE__*/React.memo( /*#__PURE__*/React.forwardRef(Component));\n}","\"use client\";\n\nimport createSvgIcon from './utils/createSvgIcon';\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nexport default createSvgIcon( /*#__PURE__*/_jsx(\"path\", {\n d: \"M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z\"\n}), 'Menu');","import { useRef, useState, useCallback, useEffect, MouseEvent, PropsWithChildren } from 'react';\nimport { AppBar, Toolbar as MuiToolbar, IconButton, Drawer } from '@mui/material';\nimport { Menu as MenuIcon } from '@mui/icons-material';\nimport GridMenu, { GridMenuInfo } from './grid-menu.component';\nimport './toolbar.component.css';\nimport { Command, CommandHandler } from './menu-item.component';\n\nexport interface DataHandler {\n (isSupportAndDevelopment: boolean): GridMenuInfo;\n}\n\nexport type ToolbarProps = PropsWithChildren<{\n /**\n * The handler to use for menu commands (and eventually toolbar commands).\n */\n commandHandler: CommandHandler;\n\n /**\n * The handler to use for menu data if there is no menu provided.\n */\n dataHandler?: DataHandler;\n\n /**\n * Optional unique identifier\n */\n id?: string;\n\n /**\n * The optional grid menu to display. If not specified, the \"hamburger\" menu will not display.\n */\n menu?: GridMenuInfo;\n\n /**\n * Additional css classes to help with unique styling of the toolbar\n */\n className?: string;\n}>;\n\nexport default function Toolbar({\n menu: propsMenu,\n dataHandler,\n commandHandler,\n className,\n id,\n children,\n}: ToolbarProps) {\n const [isMenuOpen, setMenuOpen] = useState(false);\n const [hasShiftModifier, setHasShiftModifier] = useState(false);\n\n const handleMenuItemClick = useCallback(() => {\n if (isMenuOpen) setMenuOpen(false);\n setHasShiftModifier(false);\n }, [isMenuOpen]);\n\n const handleMenuButtonClick = useCallback((e: MouseEvent) => {\n e.stopPropagation();\n setMenuOpen((prevIsOpen) => {\n const isOpening = !prevIsOpen;\n if (isOpening && e.shiftKey) setHasShiftModifier(true);\n else if (!isOpening) setHasShiftModifier(false);\n return isOpening;\n });\n }, []);\n\n const containerRef = useRef(null);\n\n const [toolbarHeight, setToolbarHeight] = useState(0);\n\n useEffect(() => {\n if (isMenuOpen && containerRef.current) {\n setToolbarHeight(containerRef.current.clientHeight);\n }\n }, [isMenuOpen]);\n\n const toolbarCommandHandler = useCallback(\n (command: Command) => {\n handleMenuItemClick();\n return commandHandler(command);\n },\n [commandHandler, handleMenuItemClick],\n );\n\n let menu = propsMenu;\n if (!menu && dataHandler) menu = dataHandler(hasShiftModifier);\n\n return (\n
\n \n \n {menu ? (\n \n \n \n ) : null}\n {children ?
{children}
: null}\n {menu ? (\n \n \n \n ) : null}\n
\n
\n
\n );\n}\n"],"names":["Button","id","isDisabled","className","onClick","onContextMenu","children","jsx","MuiButton","ComboBox","title","isClearable","hasError","isFullWidth","width","options","value","onChange","onFocus","onBlur","getOptionLabel","MuiComboBox","props","MuiTextField","ChapterRangeSelector","startChapter","endChapter","handleSelectStartChapter","handleSelectEndChapter","chapterCount","numberArray","useMemo","_","index","onChangeStartChapter","_event","onChangeEndChapter","jsxs","Fragment","FormControlLabel","e","option","LabelPosition","Checkbox","isChecked","labelText","labelPosition","isIndeterminate","isDefaultChecked","checkBox","MuiCheckbox","result","preceding","labelSpan","labelIsInline","label","checkBoxElement","FormLabel","MenuItem","name","hasAutoFocus","isDense","hasDisabledGutters","hasDivider","focusVisibleClassName","MuiMenuItem","MenuColumn","commandHandler","items","Grid","menuItem","GridMenu","columns","col","IconButton","tooltip","isTooltipSuppressed","adjustMarginToAlignToEdge","size","MuiIconButton","P","R","t","s","i","m","B","X","E","U","g","k","x","T","O","V","I","L","S","G","C","A","H","y","q","N","c","f","u","M","n","D","r","h","p","d","w","v","b","J","l","scrBookData","bookNameOptions","getBookNameOptions","Canon","bookId","FIRST_SCR_BOOK_NUM","LAST_SCR_BOOK_NUM","FIRST_SCR_CHAPTER_NUM","FIRST_SCR_VERSE_NUM","getChaptersForBook","bookNum","_a","offsetBook","scrRef","offset","offsetChapter","offsetVerse","TextField","variant","helperText","placeholder","isRequired","defaultValue","RefSelector","handleSubmit","onChangeBook","newRef","onSelectBook","onChangeChapter","event","onChangeVerse","currentBookName","SearchBar","onSearch","searchQuery","setSearchQuery","useState","handleInputChange","searchString","Paper","Slider","orientation","min","max","step","showMarks","valueLabelDisplay","onChangeCommitted","MuiSlider","Snackbar","autoHideDuration","isOpen","onClose","anchorOrigin","ContentProps","newContentProps","MuiSnackbar","Switch","checked","MuiSwitch","TableTextEditor","onRowChange","row","column","changeHandler","renderCheckbox","disabled","handleChange","Table","sortColumns","onSortColumnsChange","onColumnResize","defaultColumnWidth","defaultColumnMinWidth","defaultColumnMaxWidth","defaultColumnSortable","defaultColumnResizable","rows","enableSelectColumn","selectColumnWidth","rowKeyGetter","rowHeight","headerRowHeight","selectedRows","onSelectedRowsChange","onRowsChange","onCellClick","onCellDoubleClick","onCellContextMenu","onCellKeyDown","direction","enableVirtualization","onCopy","onPaste","onScroll","cachedColumns","editableColumns","SelectColumn","DataGrid","_extends","target","source","key","isPlainObject","item","deepClone","output","deepmerge","z","a","reactIs_production_min","hasSymbol","REACT_ELEMENT_TYPE","REACT_PORTAL_TYPE","REACT_FRAGMENT_TYPE","REACT_STRICT_MODE_TYPE","REACT_PROFILER_TYPE","REACT_PROVIDER_TYPE","REACT_CONTEXT_TYPE","REACT_ASYNC_MODE_TYPE","REACT_CONCURRENT_MODE_TYPE","REACT_FORWARD_REF_TYPE","REACT_SUSPENSE_TYPE","REACT_SUSPENSE_LIST_TYPE","REACT_MEMO_TYPE","REACT_LAZY_TYPE","REACT_BLOCK_TYPE","REACT_FUNDAMENTAL_TYPE","REACT_RESPONDER_TYPE","REACT_SCOPE_TYPE","isValidElementType","type","typeOf","object","$$typeof","$$typeofType","AsyncMode","ConcurrentMode","ContextConsumer","ContextProvider","Element","ForwardRef","Lazy","Memo","Portal","Profiler","StrictMode","Suspense","hasWarnedAboutDeprecatedIsAsyncMode","isAsyncMode","isConcurrentMode","isContextConsumer","isContextProvider","isElement","isForwardRef","isFragment","isLazy","isMemo","isPortal","isProfiler","isStrictMode","isSuspense","reactIs_development","reactIsModule","require$$0","require$$1","getOwnPropertySymbols","hasOwnProperty","propIsEnumerable","toObject","val","shouldUseNative","test1","test2","order2","test3","letter","objectAssign","from","to","symbols","ReactPropTypesSecret","ReactPropTypesSecret_1","has","printWarning","loggedTypeFailures","text","message","checkPropTypes","typeSpecs","values","location","componentName","getStack","typeSpecName","error","err","ex","stack","checkPropTypes_1","ReactIs","assign","require$$2","require$$3","require$$4","emptyFunctionThatReturnsNull","factoryWithTypeCheckers","isValidElement","throwOnDirectAccess","ITERATOR_SYMBOL","FAUX_ITERATOR_SYMBOL","getIteratorFn","maybeIterable","iteratorFn","ANONYMOUS","ReactPropTypes","createPrimitiveTypeChecker","createAnyTypeChecker","createArrayOfTypeChecker","createElementTypeChecker","createElementTypeTypeChecker","createInstanceTypeChecker","createNodeChecker","createObjectOfTypeChecker","createEnumTypeChecker","createUnionTypeChecker","createShapeTypeChecker","createStrictShapeTypeChecker","is","PropTypeError","data","createChainableTypeChecker","validate","manualPropTypeCallCache","manualPropTypeWarningCount","checkType","propName","propFullName","secret","cacheKey","chainedCheckType","expectedType","propValue","propType","getPropType","preciseType","getPreciseType","typeChecker","expectedClass","expectedClassName","actualClassName","getClassName","expectedValues","valuesString","arrayOfTypeCheckers","checker","getPostfixForTypeWarning","expectedTypes","checkerResult","expectedTypesMessage","isNode","invalidValidatorError","shapeTypes","allKeys","iterator","entry","isSymbol","emptyFunction","emptyFunctionWithReset","factoryWithThrowingShims","shim","getShim","propTypesModule","formatMuiErrorMessage","code","url","REACT_SERVER_CONTEXT_TYPE","REACT_OFFSCREEN_TYPE","enableScopeAPI","enableCacheElement","enableTransitionTracing","enableLegacyHidden","enableDebugTracing","REACT_MODULE_REFERENCE","SuspenseList","hasWarnedAboutDeprecatedIsConcurrentMode","isSuspenseList","fnNameMatchRegex","getFunctionName","fn","match","getFunctionComponentName","Component","fallback","getWrappedName","outerType","innerType","wrapperName","functionName","getDisplayName","capitalize","string","_formatMuiErrorMessage","resolveProps","defaultProps","defaultSlotProps","slotProps","slotPropName","composeClasses","slots","getUtilityClass","classes","slot","acc","utilityClass","defaultGenerator","createClassNameGenerator","generate","generator","ClassNameGenerator","ClassNameGenerator$1","globalStateClassesMapping","generateUtilityClass","globalStatePrefix","globalStateClass","generateUtilityClasses","_objectWithoutPropertiesLoose","excluded","sourceKeys","clsx","_excluded","sortBreakpointsValues","breakpointsAsArray","breakpoint1","breakpoint2","obj","createBreakpoints","breakpoints","unit","other","sortedValues","keys","up","down","between","start","end","endIndex","only","not","keyIndex","shape","shape$1","responsivePropType","PropTypes","responsivePropType$1","merge","defaultBreakpoints","handleBreakpoints","styleFromPropValue","theme","themeBreakpoints","breakpoint","mediaKey","cssKey","createEmptyBreakpointObject","breakpointsInput","_breakpointsInput$key","breakpointStyleKey","removeUnusedBreakpoints","breakpointKeys","style","breakpointOutput","getPath","path","checkVars","getStyleValue","themeMapping","transform","propValueFinal","userValue","prop","cssProperty","themeKey","memoize","cache","arg","properties","directions","aliases","getCssProperties","property","dir","marginKeys","paddingKeys","spacingKeys","createUnaryUnit","_getPath","themeSpacing","abs","createUnarySpacing","getValue","transformer","transformed","getStyleFromPropValue","cssProperties","resolveCssProperty","margin","padding","createSpacing","spacingInput","spacing","argsInput","argument","compose","styles","handlers","borderTransform","border","borderTop","borderRight","borderBottom","borderLeft","borderColor","borderTopColor","borderRightColor","borderBottomColor","borderLeftColor","borderRadius","gap","columnGap","rowGap","gridColumn","gridRow","gridAutoFlow","gridAutoColumns","gridAutoRows","gridTemplateColumns","gridTemplateRows","gridTemplateAreas","gridArea","paletteTransform","color","bgcolor","backgroundColor","sizingTransform","maxWidth","_props$theme","breakpointsValues","minWidth","height","maxHeight","minHeight","boxSizing","defaultSxConfig","defaultSxConfig$1","objectsHaveSameKeys","objects","union","callIfFn","maybeFn","unstable_createStyleFunctionSx","getThemeValue","config","styleFunctionSx","_theme$unstable_sxCon","sx","traverse","sxInput","sxObject","emptyBreakpoints","breakpointsKeys","css","styleKey","styleFunctionSx$1","createTheme","args","paletteInput","shapeInput","muiTheme","isObjectEmpty","useTheme","defaultTheme","contextTheme","React","ThemeContext","systemDefaultTheme","useThemeWithoutDefault","isEmpty","propsToClassKey","classKey","isStringTag","tag","getStyleOverrides","getVariantStyles","variants","variantsStyles","definition","variantsResolver","_theme$components","ownerState","themeVariants","themeVariant","isMatch","shouldForwardProp","lowercaseFirstLetter","resolveTheme","themeId","defaultOverridesResolver","createStyled","input","rootShouldForwardProp","slotShouldForwardProp","systemSx","inputOptions","processStyles","componentSlot","inputSkipVariantsResolver","inputSkipSx","overridesResolver","skipVariantsResolver","skipSx","shouldForwardPropOption","defaultStyledResolver","styledEngineStyled","muiStyledResolver","styleArg","expressions","expressionsWithDefaultTheme","stylesArg","transformedStyleArg","styleOverrides","resolvedStyleOverrides","slotKey","slotStyle","numOfCustomFnsApplied","placeholders","displayName","getThemeProps","params","useThemeProps","clamp","hexToRgb","re","colors","decomposeColor","marker","colorSpace","recomposeColor","hslToRgb","rgb","getLuminance","getContrastRatio","foreground","background","lumA","lumB","darken","coefficient","lighten","createMixins","mixins","common","common$1","grey","grey$1","purple","purple$1","red","red$1","orange","orange$1","blue","blue$1","lightBlue","lightBlue$1","green","green$1","light","dark","addLightOrDark","intent","shade","tonalOffset","tonalOffsetLight","tonalOffsetDark","getDefaultPrimary","mode","getDefaultSecondary","getDefaultError","getDefaultInfo","getDefaultSuccess","getDefaultWarning","createPalette","palette","contrastThreshold","primary","secondary","info","success","warning","getContrastText","contrastText","contrast","augmentColor","mainShade","lightShade","darkShade","modes","round","caseAllCaps","defaultFontFamily","createTypography","typography","_ref","fontFamily","fontSize","fontWeightLight","fontWeightRegular","fontWeightMedium","fontWeightBold","htmlFontSize","allVariants","pxToRem2","coef","pxToRem","buildVariant","fontWeight","lineHeight","letterSpacing","casing","shadowKeyUmbraOpacity","shadowKeyPenumbraOpacity","shadowAmbientShadowOpacity","createShadow","px","shadows","shadows$1","easing","duration","formatMs","milliseconds","getAutoHeightDuration","constant","createTransitions","inputTransitions","mergedEasing","mergedDuration","durationOption","easingOption","delay","isString","isNumber","animatedProp","zIndex","zIndex$1","mixinsInput","transitionsInput","typographyInput","systemTheme","systemCreateTheme","stateClasses","node","component","child","stateClass","defaultTheme$1","THEME_ID","systemUseThemeProps","styled","styled$1","getSvgIconUtilityClass","useUtilityClasses","SvgIconRoot","_theme$transitions","_theme$transitions$cr","_theme$transitions2","_theme$typography","_theme$typography$pxT","_theme$typography2","_theme$typography2$px","_theme$typography3","_theme$typography3$px","_palette$ownerState$c","_palette","_palette2","_palette3","SvgIcon","inProps","ref","htmlColor","inheritViewBox","titleAccess","viewBox","hasSvgAsChild","more","_jsxs","_jsx","SvgIcon$1","createSvgIcon","MenuIcon","Toolbar","propsMenu","dataHandler","isMenuOpen","setMenuOpen","hasShiftModifier","setHasShiftModifier","handleMenuItemClick","useCallback","handleMenuButtonClick","prevIsOpen","isOpening","containerRef","useRef","toolbarHeight","setToolbarHeight","useEffect","toolbarCommandHandler","command","menu","AppBar","MuiToolbar","Drawer"],"mappings":"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A,MACA,MACA,MACA,MAEA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MAEA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MAEA,MACA,MACA,MACA,MACA,MACA,MACA,MAEA,MAEA,MAEA,MAEA,MAEA,MAEA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MAEA,MACA,MACA,MAEA,MAEA,MAEA,MAEA,MACA,MACA,MACA,MAEA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MAEA,MACA,MACA,KACF,EAAGC,GAAI,CACL,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,KACF,EAAGC,GAAI,CACL,UACA,SACA,YACA,UACA,cACA,SACA,SACA,OACA,WACA,WACA,UACA,UACA,eACA,eACA,OACA,WACA,kBACA,MACA,SACA,WACA,eACA,gBACA,SACA,WACA,eACA,UACA,kBACA,QACA,OACA,OACA,UACA,QACA,QACA,QACA,WACA,YACA,SACA,YACA,UACA,UACA,OACA,OACA,OACA,OACA,SACA,gBACA,gBACA,YACA,YACA,cACA,aACA,kBACA,kBACA,YACA,YACA,QACA,WACA,UACA,QACA,UACA,UACA,SACA,SACA,SACA,OACA,aACA,QACA,SACA,eACA,oBACA,0BACA,SACA,qBACA,sBACA,UACA,qBACA,cACA,cACA,cACA,cACA,mBACA,mBACA,qBACA,YACA,OACA,oBAGA,uBACA,uBACA,sBACA,yBACA,wBACA,qBACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,eACA,cACA,eACA,oBACA,qBACA,0BACA,0BACA,eACA,eACA,YACA,gBACA,cACA,eACA,iBACA,wBACA,mBACA,WACA,QACA,aACA,aACA,aACA,2BACA,4BACA,YACF,EAAGC,GAAIC,KACP,SAASC,GAAER,EAAG1C,EAAI,GAAI,CACpB,OAAOA,IAAM0C,EAAIA,EAAE,YAAa,GAAGA,KAAKM,GAAIA,GAAEN,CAAC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","x_google_ignoreList":[8,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88]} \ No newline at end of file +{"version":3,"file":"index.cjs.js","sources":["../src/button.component.tsx","../src/combo-box.component.tsx","../src/chapter-range-selector.component.tsx","../src/label-position.model.ts","../src/checkbox.component.tsx","../src/menu-item.component.tsx","../src/grid-menu.component.tsx","../src/icon-button.component.tsx","../../../node_modules/@sillsdev/scripture/dist/index.es.js","../src/scripture/scripture-util.ts","../src/text-field.component.tsx","../src/ref-selector.component.tsx","../src/search-bar.component.tsx","../src/slider.component.tsx","../src/snackbar.component.tsx","../src/switch.component.tsx","../src/table.component.tsx","../../../node_modules/@babel/runtime/helpers/esm/extends.js","../../../node_modules/@mui/utils/esm/deepmerge.js","../../../node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js","../../../node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js","../../../node_modules/prop-types/node_modules/react-is/index.js","../../../node_modules/object-assign/index.js","../../../node_modules/prop-types/lib/ReactPropTypesSecret.js","../../../node_modules/prop-types/lib/has.js","../../../node_modules/prop-types/checkPropTypes.js","../../../node_modules/prop-types/factoryWithTypeCheckers.js","../../../node_modules/prop-types/factoryWithThrowingShims.js","../../../node_modules/prop-types/index.js","../../../node_modules/@mui/utils/esm/formatMuiErrorMessage.js","../../../node_modules/react-is/cjs/react-is.production.min.js","../../../node_modules/react-is/cjs/react-is.development.js","../../../node_modules/react-is/index.js","../../../node_modules/@mui/utils/esm/getDisplayName.js","../../../node_modules/@mui/utils/esm/capitalize/capitalize.js","../../../node_modules/@mui/utils/esm/resolveProps.js","../../../node_modules/@mui/utils/esm/composeClasses/composeClasses.js","../../../node_modules/@mui/utils/esm/ClassNameGenerator/ClassNameGenerator.js","../../../node_modules/@mui/utils/esm/generateUtilityClass/generateUtilityClass.js","../../../node_modules/@mui/utils/esm/generateUtilityClasses/generateUtilityClasses.js","../../../node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js","../../../node_modules/@mui/material/node_modules/clsx/dist/clsx.mjs","../../../node_modules/@mui/system/esm/createTheme/createBreakpoints.js","../../../node_modules/@mui/system/esm/createTheme/shape.js","../../../node_modules/@mui/system/esm/responsivePropType.js","../../../node_modules/@mui/system/esm/merge.js","../../../node_modules/@mui/system/esm/breakpoints.js","../../../node_modules/@mui/system/esm/style.js","../../../node_modules/@mui/system/esm/memoize.js","../../../node_modules/@mui/system/esm/spacing.js","../../../node_modules/@mui/system/esm/createTheme/createSpacing.js","../../../node_modules/@mui/system/esm/compose.js","../../../node_modules/@mui/system/esm/borders.js","../../../node_modules/@mui/system/esm/cssGrid.js","../../../node_modules/@mui/system/esm/palette.js","../../../node_modules/@mui/system/esm/sizing.js","../../../node_modules/@mui/system/esm/styleFunctionSx/defaultSxConfig.js","../../../node_modules/@mui/system/esm/styleFunctionSx/styleFunctionSx.js","../../../node_modules/@mui/system/esm/createTheme/createTheme.js","../../../node_modules/@mui/system/esm/useThemeWithoutDefault.js","../../../node_modules/@mui/system/esm/useTheme.js","../../../node_modules/@mui/system/esm/propsToClassKey.js","../../../node_modules/@mui/system/esm/createStyled.js","../../../node_modules/@mui/system/esm/useThemeProps/getThemeProps.js","../../../node_modules/@mui/system/esm/useThemeProps/useThemeProps.js","../../../node_modules/@mui/system/esm/colorManipulator.js","../../../node_modules/@mui/material/styles/createMixins.js","../../../node_modules/@mui/material/colors/common.js","../../../node_modules/@mui/material/colors/grey.js","../../../node_modules/@mui/material/colors/purple.js","../../../node_modules/@mui/material/colors/red.js","../../../node_modules/@mui/material/colors/orange.js","../../../node_modules/@mui/material/colors/blue.js","../../../node_modules/@mui/material/colors/lightBlue.js","../../../node_modules/@mui/material/colors/green.js","../../../node_modules/@mui/material/styles/createPalette.js","../../../node_modules/@mui/material/styles/createTypography.js","../../../node_modules/@mui/material/styles/shadows.js","../../../node_modules/@mui/material/styles/createTransitions.js","../../../node_modules/@mui/material/styles/zIndex.js","../../../node_modules/@mui/material/styles/createTheme.js","../../../node_modules/@mui/material/styles/defaultTheme.js","../../../node_modules/@mui/material/styles/identifier.js","../../../node_modules/@mui/material/styles/useThemeProps.js","../../../node_modules/@mui/material/styles/styled.js","../../../node_modules/@mui/material/SvgIcon/svgIconClasses.js","../../../node_modules/@mui/material/SvgIcon/SvgIcon.js","../../../node_modules/@mui/material/utils/createSvgIcon.js","../../../node_modules/@mui/icons-material/esm/Menu.js","../src/toolbar.component.tsx"],"sourcesContent":["import { Button as MuiButton } from '@mui/material';\nimport { MouseEventHandler, PropsWithChildren } from 'react';\nimport './button.component.css';\n\nexport type ButtonProps = PropsWithChildren<{\n /** Optional unique identifier */\n id?: string;\n /**\n * Enabled status of button\n *\n * @default false\n */\n isDisabled?: boolean;\n /** Additional css classes to help with unique styling of the button */\n className?: string;\n /** Optional click handler */\n onClick?: MouseEventHandler;\n /** Optional context menu handler */\n onContextMenu?: MouseEventHandler;\n}>;\n\n/**\n * Button a user can click to do something\n *\n * Thanks to MUI for heavy inspiration and documentation\n * https://mui.com/material-ui/getting-started/overview/\n */\nfunction Button({\n id,\n isDisabled = false,\n className,\n onClick,\n onContextMenu,\n children,\n}: ButtonProps) {\n return (\n \n {children}\n \n );\n}\n\nexport default Button;\n","import {\n Autocomplete as MuiComboBox,\n AutocompleteChangeDetails,\n AutocompleteChangeReason,\n TextField as MuiTextField,\n AutocompleteValue,\n} from '@mui/material';\nimport { FocusEventHandler, SyntheticEvent } from 'react';\nimport './combo-box.component.css';\n\nexport type ComboBoxLabelOption = { label: string };\nexport type ComboBoxOption = string | number | ComboBoxLabelOption;\nexport type ComboBoxValue = AutocompleteValue;\nexport type ComboBoxChangeDetails = AutocompleteChangeDetails;\nexport type ComboBoxChangeReason = AutocompleteChangeReason;\n\nexport type ComboBoxProps = {\n /** Optional unique identifier */\n id?: string;\n /** Text label title for combobox */\n title?: string;\n /**\n * If `true`, the component is disabled.\n *\n * @default false\n */\n isDisabled?: boolean;\n /**\n * If `true`, the component can be cleared, and will have a button to do so\n *\n * @default true\n */\n isClearable?: boolean;\n /**\n * True when (input related to) switch is erroneous\n *\n * @default false\n */\n hasError?: boolean;\n /**\n * If `true`, the input will take up the full width of its container.\n *\n * @default false\n */\n isFullWidth?: boolean;\n /** Width of the combobox in pixels. Setting this prop overrides the `isFullWidth` prop */\n width?: number;\n /** List of available options for the dropdown menu */\n options?: readonly T[];\n /** Additional css classes to help with unique styling of the combo box */\n className?: string;\n /**\n * The selected value that the combo box currently holds. Must be shallow equal to one of the\n * options entries.\n */\n value?: T;\n /** Triggers when content of textfield is changed */\n onChange?: (\n event: SyntheticEvent,\n value: ComboBoxValue,\n reason?: ComboBoxChangeReason,\n details?: ComboBoxChangeDetails | undefined,\n ) => void;\n /** Triggers when textfield gets focus */\n onFocus?: FocusEventHandler; // Storybook crashes when giving the combo box focus\n /** Triggers when textfield loses focus */\n onBlur?: FocusEventHandler;\n /** Used to determine the string value for a given option. */\n getOptionLabel?: (option: ComboBoxOption) => string;\n};\n\n/**\n * Dropdown selector displaying various options from which to choose\n *\n * Thanks to MUI for heavy inspiration and documentation\n * https://mui.com/material-ui/getting-started/overview/\n */\nfunction ComboBox({\n id,\n title,\n isDisabled = false,\n isClearable = true,\n hasError = false,\n isFullWidth = false,\n width,\n options = [],\n className,\n value,\n onChange,\n onFocus,\n onBlur,\n getOptionLabel,\n}: ComboBoxProps) {\n return (\n \n id={id}\n disablePortal\n disabled={isDisabled}\n disableClearable={!isClearable}\n fullWidth={isFullWidth}\n options={options}\n className={`papi-combo-box ${hasError ? 'error' : ''} ${className ?? ''}`}\n value={value}\n onChange={onChange}\n onFocus={onFocus}\n onBlur={onBlur}\n getOptionLabel={getOptionLabel}\n renderInput={(props) => (\n \n )}\n />\n );\n}\n\nexport default ComboBox;\n","import { SyntheticEvent, useMemo } from 'react';\nimport { FormControlLabel } from '@mui/material';\nimport ComboBox from './combo-box.component';\n\nexport type ChapterRangeSelectorProps = {\n startChapter: number;\n endChapter: number;\n handleSelectStartChapter: (chapter: number) => void;\n handleSelectEndChapter: (chapter: number) => void;\n isDisabled?: boolean;\n chapterCount: number;\n};\n\nexport default function ChapterRangeSelector({\n startChapter,\n endChapter,\n handleSelectStartChapter,\n handleSelectEndChapter,\n isDisabled,\n chapterCount,\n}: ChapterRangeSelectorProps) {\n const numberArray = useMemo(\n () => Array.from({ length: chapterCount }, (_, index) => index + 1),\n [chapterCount],\n );\n\n const onChangeStartChapter = (_event: SyntheticEvent, value: number) => {\n handleSelectStartChapter(value);\n if (value > endChapter) {\n handleSelectEndChapter(value);\n }\n };\n\n const onChangeEndChapter = (_event: SyntheticEvent, value: number) => {\n handleSelectEndChapter(value);\n if (value < startChapter) {\n handleSelectStartChapter(value);\n }\n };\n\n return (\n <>\n onChangeStartChapter(e, value as number)}\n className=\"book-selection-chapter\"\n key=\"start chapter\"\n isClearable={false}\n options={numberArray}\n getOptionLabel={(option) => option.toString()}\n value={startChapter}\n isDisabled={isDisabled}\n />\n }\n label=\"Chapters\"\n labelPlacement=\"start\"\n />\n onChangeEndChapter(e, value as number)}\n className=\"book-selection-chapter\"\n key=\"end chapter\"\n isClearable={false}\n options={numberArray}\n getOptionLabel={(option) => option.toString()}\n value={endChapter}\n isDisabled={isDisabled}\n />\n }\n label=\"to\"\n labelPlacement=\"start\"\n />\n \n );\n}\n","enum LabelPosition {\n After = 'after',\n Before = 'before',\n Above = 'above',\n Below = 'below',\n}\n\nexport default LabelPosition;\n","import { FormLabel, Checkbox as MuiCheckbox } from '@mui/material';\nimport { ChangeEvent } from 'react';\nimport './checkbox.component.css';\nimport LabelPosition from './label-position.model';\n\nexport type CheckboxProps = {\n /** Optional unique identifier */\n id?: string;\n /** If `true`, the component is checked. */\n isChecked?: boolean;\n /**\n * If specified, the label that will appear associated with the checkbox.\n *\n * @default '' (no label will be shown)\n */\n labelText?: string;\n /**\n * Indicates the position of the label relative to the checkbox.\n *\n * @default 'after'\n */\n labelPosition?: LabelPosition;\n /**\n * If `true`, the component is in the indeterminate state.\n *\n * @default false\n */\n isIndeterminate?: boolean;\n /** If `true`, the component is checked by default. */\n isDefaultChecked?: boolean;\n /**\n * Enabled status of switch\n *\n * @default false\n */\n isDisabled?: boolean;\n /**\n * True when (input related to) switch is erroneous\n *\n * @default false\n */\n hasError?: boolean;\n /** Additional css classes to help with unique styling of the switch */\n className?: string;\n /**\n * Callback fired when the state is changed.\n *\n * @param event The event source of the callback. You can pull out the new value by accessing\n * event.target.value (string). You can pull out the new checked state by accessing\n * event.target.checked (boolean).\n */\n onChange?: (event: ChangeEvent) => void;\n};\n\n/* function CheckboxContainer({ labelText? = '', isDisabled : boolean, hasError : boolean, children? }) {\n return (\n \n {children}\n labelText\n \n );\n} */\n\n/** Primary UI component for user interaction */\nfunction Checkbox({\n id,\n isChecked,\n labelText = '',\n labelPosition = LabelPosition.After,\n isIndeterminate = false,\n isDefaultChecked,\n isDisabled = false,\n hasError = false,\n className,\n onChange,\n}: CheckboxProps) {\n const checkBox = (\n \n );\n\n let result;\n\n if (labelText) {\n const preceding =\n labelPosition === LabelPosition.Before || labelPosition === LabelPosition.Above;\n\n const labelSpan = (\n \n {labelText}\n \n );\n\n const labelIsInline =\n labelPosition === LabelPosition.Before || labelPosition === LabelPosition.After;\n\n const label = labelIsInline ? labelSpan :
{labelSpan}
;\n\n const checkBoxElement = labelIsInline ? checkBox :
{checkBox}
;\n\n result = (\n \n {preceding && label}\n {checkBoxElement}\n {!preceding && label}\n \n );\n } else {\n result = checkBox;\n }\n return result;\n}\n\nexport default Checkbox;\n","import { MenuItem as MuiMenuItem } from '@mui/material';\nimport './menu-item.component.css';\nimport { PropsWithChildren } from 'react';\n\nexport type Command = {\n /** Text (displayable in the UI) as the name of the command */\n name: string;\n\n /** Command to execute (string.string) */\n command: string;\n};\n\nexport interface CommandHandler {\n (command: Command): void;\n}\n\nexport type MenuItemProps = Omit &\n PropsWithChildren<{\n /** Optional unique identifier */\n id?: string;\n\n onClick: () => void;\n }>;\n\nexport type MenuItemInfo = Command & {\n /**\n * If true, list item is focused during the first mount\n *\n * @default false\n */\n hasAutoFocus?: boolean;\n\n /** Additional css classes to help with unique styling of the button */\n className?: string;\n\n /**\n * If true, compact vertical padding designed for keyboard and mouse input is used.\n *\n * @default true\n */\n isDense?: boolean;\n\n /**\n * If true, the left and right padding is removed\n *\n * @default false\n */\n hasDisabledGutters?: boolean;\n\n /**\n * If true, a 1px light border is added to bottom of menu item\n *\n * @default false\n */\n hasDivider?: boolean;\n\n /** Help identify which element has keyboard focus */\n focusVisibleClassName?: string;\n};\n\nfunction MenuItem(props: MenuItemProps) {\n const {\n onClick,\n name,\n hasAutoFocus = false,\n className,\n isDense = true,\n hasDisabledGutters = false,\n hasDivider = false,\n focusVisibleClassName,\n id,\n children,\n } = props;\n\n return (\n \n {name || children}\n \n );\n}\n\nexport default MenuItem;\n","import { Grid } from '@mui/material';\nimport MenuItem, { CommandHandler, MenuItemInfo } from './menu-item.component';\nimport './grid-menu.component.css';\n\nexport type MenuColumnInfo = {\n /** The name of the menu (displayed as the column header). */\n name: string;\n /*\n * The menu items to include.\n */\n items: MenuItemInfo[];\n};\n\ntype MenuColumnProps = MenuColumnInfo & {\n /** Optional unique identifier */\n id?: string;\n\n commandHandler: CommandHandler;\n\n /** Additional css classes to help with unique styling of the toolbar */\n className?: string;\n};\n\nexport type GridMenuInfo = {\n /** The columns to display on the dropdown menu. */\n columns: MenuColumnInfo[];\n};\n\nexport type GridMenuProps = GridMenuInfo & {\n /** Optional unique identifier */\n id?: string;\n\n commandHandler: CommandHandler;\n\n /** Additional css classes to help with unique styling of the toolbar */\n className?: string;\n};\n\nfunction MenuColumn({ commandHandler, name, className, items, id }: MenuColumnProps) {\n return (\n \n

{name}

\n {items.map((menuItem, index) => (\n {\n commandHandler(menuItem);\n }}\n {...menuItem}\n />\n ))}\n
\n );\n}\n\nexport default function GridMenu({ commandHandler, className, columns, id }: GridMenuProps) {\n return (\n \n {columns.map((col, index) => (\n \n ))}\n \n );\n}\n","import { IconButton as MuiIconButton } from '@mui/material';\nimport { MouseEventHandler, PropsWithChildren } from 'react';\nimport './icon-button.component.css';\n\nexport type IconButtonProps = PropsWithChildren<{\n /** Optional unique identifier */\n id?: string;\n /**\n * Required. Used as both the tooltip (aka, title) and the aria-label (used for accessibility,\n * testing, etc.), unless a distinct tooltip is supplied.\n */\n label: string;\n /**\n * Enabled status of button\n *\n * @default false\n */\n isDisabled?: boolean;\n /** Optional tooltip to display if different from the aria-label. */\n tooltip?: string;\n /** If true, no tooltip will be displayed. */\n isTooltipSuppressed?: boolean;\n /**\n * If given, uses a negative margin to counteract the padding on one side (this is often helpful\n * for aligning the left or right side of the icon with content above or below, without ruining\n * the border size and shape).\n *\n * @default false\n */\n adjustMarginToAlignToEdge?: 'end' | 'start' | false;\n /**\n * The size of the component. small is equivalent to the dense button styling.\n *\n * @default false\n */\n size: 'small' | 'medium' | 'large';\n /** Additional css classes to help with unique styling of the button */\n className?: string;\n /** Optional click handler */\n onClick?: MouseEventHandler;\n}>;\n\n/**\n * Iconic button a user can click to do something\n *\n * Thanks to MUI for heavy inspiration and documentation\n * https://mui.com/material-ui/getting-started/overview/\n */\nfunction IconButton({\n id,\n label,\n isDisabled = false,\n tooltip,\n isTooltipSuppressed = false,\n adjustMarginToAlignToEdge = false,\n size = 'medium',\n className,\n onClick,\n children,\n}: IconButtonProps) {\n return (\n \n {children /* the icon to display */}\n \n );\n}\n\nexport default IconButton;\n","var P = Object.defineProperty;\nvar R = (t, e, s) => e in t ? P(t, e, { enumerable: !0, configurable: !0, writable: !0, value: s }) : t[e] = s;\nvar i = (t, e, s) => (R(t, typeof e != \"symbol\" ? e + \"\" : e, s), s);\nclass Z {\n constructor() {\n i(this, \"books\");\n i(this, \"firstSelectedBookNum\");\n i(this, \"lastSelectedBookNum\");\n i(this, \"count\");\n i(this, \"selectedBookNumbers\");\n i(this, \"selectedBookIds\");\n }\n}\nconst m = [\n \"GEN\",\n \"EXO\",\n \"LEV\",\n \"NUM\",\n \"DEU\",\n \"JOS\",\n \"JDG\",\n \"RUT\",\n \"1SA\",\n \"2SA\",\n // 10\n \"1KI\",\n \"2KI\",\n \"1CH\",\n \"2CH\",\n \"EZR\",\n \"NEH\",\n \"EST\",\n \"JOB\",\n \"PSA\",\n \"PRO\",\n // 20\n \"ECC\",\n \"SNG\",\n \"ISA\",\n \"JER\",\n \"LAM\",\n \"EZK\",\n \"DAN\",\n \"HOS\",\n \"JOL\",\n \"AMO\",\n // 30\n \"OBA\",\n \"JON\",\n \"MIC\",\n \"NAM\",\n \"HAB\",\n \"ZEP\",\n \"HAG\",\n \"ZEC\",\n \"MAL\",\n \"MAT\",\n // 40\n \"MRK\",\n \"LUK\",\n \"JHN\",\n \"ACT\",\n \"ROM\",\n \"1CO\",\n \"2CO\",\n \"GAL\",\n \"EPH\",\n \"PHP\",\n // 50\n \"COL\",\n \"1TH\",\n \"2TH\",\n \"1TI\",\n \"2TI\",\n \"TIT\",\n \"PHM\",\n \"HEB\",\n \"JAS\",\n \"1PE\",\n // 60\n \"2PE\",\n \"1JN\",\n \"2JN\",\n \"3JN\",\n \"JUD\",\n \"REV\",\n \"TOB\",\n \"JDT\",\n \"ESG\",\n \"WIS\",\n // 70\n \"SIR\",\n \"BAR\",\n \"LJE\",\n \"S3Y\",\n \"SUS\",\n \"BEL\",\n \"1MA\",\n \"2MA\",\n \"3MA\",\n \"4MA\",\n // 80\n \"1ES\",\n \"2ES\",\n \"MAN\",\n \"PS2\",\n \"ODA\",\n \"PSS\",\n \"JSA\",\n // actual variant text for JOS, now in LXA text\n \"JDB\",\n // actual variant text for JDG, now in LXA text\n \"TBS\",\n // actual variant text for TOB, now in LXA text\n \"SST\",\n // actual variant text for SUS, now in LXA text // 90\n \"DNT\",\n // actual variant text for DAN, now in LXA text\n \"BLT\",\n // actual variant text for BEL, now in LXA text\n \"XXA\",\n \"XXB\",\n \"XXC\",\n \"XXD\",\n \"XXE\",\n \"XXF\",\n \"XXG\",\n \"FRT\",\n // 100\n \"BAK\",\n \"OTH\",\n \"3ES\",\n // Used previously but really should be 2ES\n \"EZA\",\n // Used to be called 4ES, but not actually in any known project\n \"5EZ\",\n // Used to be called 5ES, but not actually in any known project\n \"6EZ\",\n // Used to be called 6ES, but not actually in any known project\n \"INT\",\n \"CNC\",\n \"GLO\",\n \"TDX\",\n // 110\n \"NDX\",\n \"DAG\",\n \"PS3\",\n \"2BA\",\n \"LBA\",\n \"JUB\",\n \"ENO\",\n \"1MQ\",\n \"2MQ\",\n \"3MQ\",\n // 120\n \"REP\",\n \"4BA\",\n \"LAO\"\n], B = [\n \"XXA\",\n \"XXB\",\n \"XXC\",\n \"XXD\",\n \"XXE\",\n \"XXF\",\n \"XXG\",\n \"FRT\",\n \"BAK\",\n \"OTH\",\n \"INT\",\n \"CNC\",\n \"GLO\",\n \"TDX\",\n \"NDX\"\n], X = [\n \"Genesis\",\n \"Exodus\",\n \"Leviticus\",\n \"Numbers\",\n \"Deuteronomy\",\n \"Joshua\",\n \"Judges\",\n \"Ruth\",\n \"1 Samuel\",\n \"2 Samuel\",\n \"1 Kings\",\n \"2 Kings\",\n \"1 Chronicles\",\n \"2 Chronicles\",\n \"Ezra\",\n \"Nehemiah\",\n \"Esther (Hebrew)\",\n \"Job\",\n \"Psalms\",\n \"Proverbs\",\n \"Ecclesiastes\",\n \"Song of Songs\",\n \"Isaiah\",\n \"Jeremiah\",\n \"Lamentations\",\n \"Ezekiel\",\n \"Daniel (Hebrew)\",\n \"Hosea\",\n \"Joel\",\n \"Amos\",\n \"Obadiah\",\n \"Jonah\",\n \"Micah\",\n \"Nahum\",\n \"Habakkuk\",\n \"Zephaniah\",\n \"Haggai\",\n \"Zechariah\",\n \"Malachi\",\n \"Matthew\",\n \"Mark\",\n \"Luke\",\n \"John\",\n \"Acts\",\n \"Romans\",\n \"1 Corinthians\",\n \"2 Corinthians\",\n \"Galatians\",\n \"Ephesians\",\n \"Philippians\",\n \"Colossians\",\n \"1 Thessalonians\",\n \"2 Thessalonians\",\n \"1 Timothy\",\n \"2 Timothy\",\n \"Titus\",\n \"Philemon\",\n \"Hebrews\",\n \"James\",\n \"1 Peter\",\n \"2 Peter\",\n \"1 John\",\n \"2 John\",\n \"3 John\",\n \"Jude\",\n \"Revelation\",\n \"Tobit\",\n \"Judith\",\n \"Esther Greek\",\n \"Wisdom of Solomon\",\n \"Sirach (Ecclesiasticus)\",\n \"Baruch\",\n \"Letter of Jeremiah\",\n \"Song of 3 Young Men\",\n \"Susanna\",\n \"Bel and the Dragon\",\n \"1 Maccabees\",\n \"2 Maccabees\",\n \"3 Maccabees\",\n \"4 Maccabees\",\n \"1 Esdras (Greek)\",\n \"2 Esdras (Latin)\",\n \"Prayer of Manasseh\",\n \"Psalm 151\",\n \"Odes\",\n \"Psalms of Solomon\",\n // WARNING, if you change the spelling of the *obsolete* tag be sure to update\n // IsObsolete routine\n \"Joshua A. *obsolete*\",\n \"Judges B. *obsolete*\",\n \"Tobit S. *obsolete*\",\n \"Susanna Th. *obsolete*\",\n \"Daniel Th. *obsolete*\",\n \"Bel Th. *obsolete*\",\n \"Extra A\",\n \"Extra B\",\n \"Extra C\",\n \"Extra D\",\n \"Extra E\",\n \"Extra F\",\n \"Extra G\",\n \"Front Matter\",\n \"Back Matter\",\n \"Other Matter\",\n \"3 Ezra *obsolete*\",\n \"Apocalypse of Ezra\",\n \"5 Ezra (Latin Prologue)\",\n \"6 Ezra (Latin Epilogue)\",\n \"Introduction\",\n \"Concordance \",\n \"Glossary \",\n \"Topical Index\",\n \"Names Index\",\n \"Daniel Greek\",\n \"Psalms 152-155\",\n \"2 Baruch (Apocalypse)\",\n \"Letter of Baruch\",\n \"Jubilees\",\n \"Enoch\",\n \"1 Meqabyan\",\n \"2 Meqabyan\",\n \"3 Meqabyan\",\n \"Reproof (Proverbs 25-31)\",\n \"4 Baruch (Rest of Baruch)\",\n \"Laodiceans\"\n], E = U();\nfunction g(t, e = !0) {\n return e && (t = t.toUpperCase()), t in E ? E[t] : 0;\n}\nfunction k(t) {\n return g(t) > 0;\n}\nfunction x(t) {\n const e = typeof t == \"string\" ? g(t) : t;\n return e >= 40 && e <= 66;\n}\nfunction T(t) {\n return (typeof t == \"string\" ? g(t) : t) <= 39;\n}\nfunction O(t) {\n return t <= 66;\n}\nfunction V(t) {\n const e = typeof t == \"string\" ? g(t) : t;\n return I(e) && !O(e);\n}\nfunction* _() {\n for (let t = 1; t <= m.length; t++)\n yield t;\n}\nconst L = 1, S = m.length;\nfunction G() {\n return [\"XXA\", \"XXB\", \"XXC\", \"XXD\", \"XXE\", \"XXF\", \"XXG\"];\n}\nfunction C(t, e = \"***\") {\n const s = t - 1;\n return s < 0 || s >= m.length ? e : m[s];\n}\nfunction A(t) {\n return t <= 0 || t > S ? \"******\" : X[t - 1];\n}\nfunction H(t) {\n return A(g(t));\n}\nfunction I(t) {\n const e = typeof t == \"number\" ? C(t) : t;\n return k(e) && !B.includes(e);\n}\nfunction y(t) {\n const e = typeof t == \"number\" ? C(t) : t;\n return k(e) && B.includes(e);\n}\nfunction q(t) {\n return X[t - 1].includes(\"*obsolete*\");\n}\nfunction U() {\n const t = {};\n for (let e = 0; e < m.length; e++)\n t[m[e]] = e + 1;\n return t;\n}\nconst N = {\n allBookIds: m,\n nonCanonicalIds: B,\n bookIdToNumber: g,\n isBookIdValid: k,\n isBookNT: x,\n isBookOT: T,\n isBookOTNT: O,\n isBookDC: V,\n allBookNumbers: _,\n firstBook: L,\n lastBook: S,\n extraBooks: G,\n bookNumberToId: C,\n bookNumberToEnglishName: A,\n bookIdToEnglishName: H,\n isCanonical: I,\n isExtraMaterial: y,\n isObsolete: q\n};\nvar c = /* @__PURE__ */ ((t) => (t[t.Unknown = 0] = \"Unknown\", t[t.Original = 1] = \"Original\", t[t.Septuagint = 2] = \"Septuagint\", t[t.Vulgate = 3] = \"Vulgate\", t[t.English = 4] = \"English\", t[t.RussianProtestant = 5] = \"RussianProtestant\", t[t.RussianOrthodox = 6] = \"RussianOrthodox\", t))(c || {});\nconst f = class {\n // private versInfo: Versification;\n constructor(e) {\n i(this, \"name\");\n i(this, \"fullPath\");\n i(this, \"isPresent\");\n i(this, \"hasVerseSegments\");\n i(this, \"isCustomized\");\n i(this, \"baseVersification\");\n i(this, \"scriptureBooks\");\n i(this, \"_type\");\n if (e != null)\n typeof e == \"string\" ? this.name = e : this._type = e;\n else\n throw new Error(\"Argument null\");\n }\n get type() {\n return this._type;\n }\n equals(e) {\n return !e.type || !this.type ? !1 : e.type === this.type;\n }\n};\nlet u = f;\ni(u, \"Original\", new f(c.Original)), i(u, \"Septuagint\", new f(c.Septuagint)), i(u, \"Vulgate\", new f(c.Vulgate)), i(u, \"English\", new f(c.English)), i(u, \"RussianProtestant\", new f(c.RussianProtestant)), i(u, \"RussianOrthodox\", new f(c.RussianOrthodox));\nfunction M(t, e) {\n const s = e[0];\n for (let n = 1; n < e.length; n++)\n t = t.split(e[n]).join(s);\n return t.split(s);\n}\nvar D = /* @__PURE__ */ ((t) => (t[t.Valid = 0] = \"Valid\", t[t.UnknownVersification = 1] = \"UnknownVersification\", t[t.OutOfRange = 2] = \"OutOfRange\", t[t.VerseOutOfOrder = 3] = \"VerseOutOfOrder\", t[t.VerseRepeated = 4] = \"VerseRepeated\", t))(D || {});\nconst r = class {\n constructor(e, s, n, o) {\n i(this, \"firstChapter\");\n i(this, \"lastChapter\");\n i(this, \"lastVerse\");\n i(this, \"hasSegmentsDefined\");\n i(this, \"text\");\n i(this, \"BBBCCCVVVS\");\n i(this, \"longHashCode\");\n /** The versification of the reference. */\n i(this, \"versification\");\n i(this, \"rtlMark\", \"‏\");\n i(this, \"_bookNum\", 0);\n i(this, \"_chapterNum\", 0);\n i(this, \"_verseNum\", 0);\n i(this, \"_verse\");\n if (n == null && o == null)\n if (e != null && typeof e == \"string\") {\n const a = e, h = s != null && s instanceof u ? s : void 0;\n this.setEmpty(h), this.parse(a);\n } else if (e != null && typeof e == \"number\") {\n const a = s != null && s instanceof u ? s : void 0;\n this.setEmpty(a), this._verseNum = e % r.chapterDigitShifter, this._chapterNum = Math.floor(\n e % r.bookDigitShifter / r.chapterDigitShifter\n ), this._bookNum = Math.floor(e / r.bookDigitShifter);\n } else if (s == null)\n if (e != null && e instanceof r) {\n const a = e;\n this._bookNum = a.bookNum, this._chapterNum = a.chapterNum, this._verseNum = a.verseNum, this._verse = a.verse, this.versification = a.versification;\n } else {\n if (e == null)\n return;\n const a = e instanceof u ? e : r.defaultVersification;\n this.setEmpty(a);\n }\n else\n throw new Error(\"VerseRef constructor not supported.\");\n else if (e != null && s != null && n != null)\n if (typeof e == \"string\" && typeof s == \"string\" && typeof n == \"string\")\n this.setEmpty(o), this.updateInternal(e, s, n);\n else if (typeof e == \"number\" && typeof s == \"number\" && typeof n == \"number\")\n this._bookNum = e, this._chapterNum = s, this._verseNum = n, this.versification = o ?? r.defaultVersification;\n else\n throw new Error(\"VerseRef constructor not supported.\");\n else\n throw new Error(\"VerseRef constructor not supported.\");\n }\n /**\n * @deprecated Will be removed in v2. Replace `VerseRef.parse('...')` with `new VerseRef('...')`\n * or refactor to use `VerseRef.tryParse('...')` which has a different return type.\n */\n static parse(e, s = r.defaultVersification) {\n const n = new r(s);\n return n.parse(e), n;\n }\n /**\n * Determines if the verse string is in a valid format (does not consider versification).\n */\n static isVerseParseable(e) {\n return e.length > 0 && \"0123456789\".includes(e[0]) && !e.endsWith(this.verseRangeSeparator) && !e.endsWith(this.verseSequenceIndicator);\n }\n /**\n * Tries to parse the specified string into a verse reference.\n * @param str - The string to attempt to parse.\n * @returns success: `true` if the specified string was successfully parsed, `false` otherwise.\n * @returns verseRef: The result of the parse if successful, or empty VerseRef if it failed\n */\n static tryParse(e) {\n let s;\n try {\n return s = r.parse(e), { success: !0, verseRef: s };\n } catch (n) {\n if (n instanceof p)\n return s = new r(), { success: !1, verseRef: s };\n throw n;\n }\n }\n /**\n * Gets the reference as a comparable integer where the book, chapter, and verse each occupy 3\n * digits.\n * @param bookNum - Book number (this is 1-based, not an index).\n * @param chapterNum - Chapter number.\n * @param verseNum - Verse number.\n * @returns The reference as a comparable integer where the book, chapter, and verse each occupy 3\n * digits.\n */\n static getBBBCCCVVV(e, s, n) {\n return e % r.bcvMaxValue * r.bookDigitShifter + (s >= 0 ? s % r.bcvMaxValue * r.chapterDigitShifter : 0) + (n >= 0 ? n % r.bcvMaxValue : 0);\n }\n /**\n * Parses a verse string and gets the leading numeric portion as a number.\n * @param verseStr - verse string to parse\n * @returns true if the entire string could be parsed as a single, simple verse number (1-999);\n * false if the verse string represented a verse bridge, contained segment letters, or was invalid\n */\n static tryGetVerseNum(e) {\n let s;\n if (!e)\n return s = -1, { success: !0, vNum: s };\n s = 0;\n let n;\n for (let o = 0; o < e.length; o++) {\n if (n = e[o], n < \"0\" || n > \"9\")\n return o === 0 && (s = -1), { success: !1, vNum: s };\n if (s = s * 10 + +n - +\"0\", s > r.bcvMaxValue)\n return s = -1, { success: !1, vNum: s };\n }\n return { success: !0, vNum: s };\n }\n /**\n * Checks to see if a VerseRef hasn't been set - all values are the default.\n */\n get isDefault() {\n return this.bookNum === 0 && this.chapterNum === 0 && this.verseNum === 0 && this.versification == null;\n }\n /**\n * Gets whether the verse contains multiple verses.\n */\n get hasMultiple() {\n return this._verse != null && (this._verse.includes(r.verseRangeSeparator) || this._verse.includes(r.verseSequenceIndicator));\n }\n /**\n * Gets or sets the book of the reference. Book is the 3-letter abbreviation in capital letters,\n * e.g. `'MAT'`.\n */\n get book() {\n return N.bookNumberToId(this.bookNum, \"\");\n }\n set book(e) {\n this.bookNum = N.bookIdToNumber(e);\n }\n /**\n * Gets or sets the chapter of the reference,. e.g. `'3'`.\n */\n get chapter() {\n return this.isDefault || this._chapterNum < 0 ? \"\" : this._chapterNum.toString();\n }\n set chapter(e) {\n const s = +e;\n this._chapterNum = Number.isInteger(s) ? s : -1;\n }\n /**\n * Gets or sets the verse of the reference, including range, segments, and sequences, e.g. `'4'`,\n * or `'4b-5a, 7'`.\n */\n get verse() {\n return this._verse != null ? this._verse : this.isDefault || this._verseNum < 0 ? \"\" : this._verseNum.toString();\n }\n set verse(e) {\n const { success: s, vNum: n } = r.tryGetVerseNum(e);\n this._verse = s ? void 0 : e.replace(this.rtlMark, \"\"), this._verseNum = n, !(this._verseNum >= 0) && ({ vNum: this._verseNum } = r.tryGetVerseNum(this._verse));\n }\n /**\n * Get or set Book based on book number, e.g. `42`.\n */\n get bookNum() {\n return this._bookNum;\n }\n set bookNum(e) {\n if (e <= 0 || e > N.lastBook)\n throw new p(\n \"BookNum must be greater than zero and less than or equal to last book\"\n );\n this._bookNum = e;\n }\n /**\n * Gets or sets the chapter number, e.g. `3`. `-1` if not valid.\n */\n get chapterNum() {\n return this._chapterNum;\n }\n set chapterNum(e) {\n this.chapterNum = e;\n }\n /**\n * Gets or sets verse start number, e.g. `4`. `-1` if not valid.\n */\n get verseNum() {\n return this._verseNum;\n }\n set verseNum(e) {\n this._verseNum = e;\n }\n /**\n * String representing the versification (should ONLY be used for serialization/deserialization).\n *\n * @remarks This is for backwards compatibility when ScrVers was an enumeration.\n */\n get versificationStr() {\n var e;\n return (e = this.versification) == null ? void 0 : e.name;\n }\n set versificationStr(e) {\n this.versification = this.versification != null ? new u(e) : void 0;\n }\n /**\n * Determines if the reference is valid.\n */\n get valid() {\n return this.validStatus === 0;\n }\n /**\n * Get the valid status for this reference.\n */\n get validStatus() {\n return this.validateVerse(r.verseRangeSeparators, r.verseSequenceIndicators);\n }\n /**\n * Gets the reference as a comparable integer where the book,\n * chapter, and verse each occupy three digits and the verse is 0.\n */\n get BBBCCC() {\n return r.getBBBCCCVVV(this._bookNum, this._chapterNum, 0);\n }\n /**\n * Gets the reference as a comparable integer where the book,\n * chapter, and verse each occupy three digits. If verse is not null\n * (i.e., this reference represents a complex reference with verse\n * segments or bridge) this cannot be used for an exact comparison.\n */\n get BBBCCCVVV() {\n return r.getBBBCCCVVV(this._bookNum, this._chapterNum, this._verseNum);\n }\n /**\n * Gets whether the verse is defined as an excluded verse in the versification.\n * Does not handle verse ranges.\n */\n // eslint-disable-next-line @typescript-eslint/class-literal-property-style\n get isExcluded() {\n return !1;\n }\n /**\n * Parses the reference in the specified string.\n * Optionally versification can follow reference as in GEN 3:11/4\n * Throw an exception if\n * - invalid book name\n * - chapter number is missing or not a number\n * - verse number is missing or does not start with a number\n * - versification is invalid\n * @param verseStr - string to parse e.g. 'MAT 3:11'\n */\n parse(e) {\n if (e = e.replace(this.rtlMark, \"\"), e.includes(\"/\")) {\n const a = e.split(\"/\");\n if (e = a[0], a.length > 1)\n try {\n const h = +a[1].trim();\n this.versification = new u(c[h]);\n } catch {\n throw new p(\"Invalid reference : \" + e);\n }\n }\n const s = e.trim().split(\" \");\n if (s.length !== 2)\n throw new p(\"Invalid reference : \" + e);\n const n = s[1].split(\":\"), o = +n[0];\n if (n.length !== 2 || N.bookIdToNumber(s[0]) === 0 || !Number.isInteger(o) || o < 0 || !r.isVerseParseable(n[1]))\n throw new p(\"Invalid reference : \" + e);\n this.updateInternal(s[0], n[0], n[1]);\n }\n /**\n * Simplifies this verse ref so that it has no bridging of verses or\n * verse segments like `'1a'`.\n */\n simplify() {\n this._verse = void 0;\n }\n /**\n * Makes a clone of the reference.\n *\n * @returns The cloned VerseRef.\n */\n clone() {\n return new r(this);\n }\n toString() {\n const e = this.book;\n return e === \"\" ? \"\" : `${e} ${this.chapter}:${this.verse}`;\n }\n /**\n * Compares this `VerseRef` with supplied one.\n * @param verseRef - `VerseRef` to compare this one to.\n * @returns `true` if this `VerseRef` is equal to the supplied on, `false` otherwise.\n */\n equals(e) {\n return e._bookNum === this._bookNum && e._chapterNum === this._chapterNum && e._verseNum === this._verseNum && e._verse === this._verse && e.versification != null && this.versification != null && e.versification.equals(this.versification);\n }\n /**\n * Enumerate all individual verses contained in a VerseRef.\n * Verse ranges are indicated by \"-\" and consecutive verses by \",\"s.\n * Examples:\n * GEN 1:2 returns GEN 1:2\n * GEN 1:1a-3b,5 returns GEN 1:1a, GEN 1:2, GEN 1:3b, GEN 1:5\n * GEN 1:2a-2c returns //! ??????\n *\n * @param specifiedVersesOnly - if set to true return only verses that are\n * explicitly specified only, not verses within a range. Defaults to `false`.\n * @param verseRangeSeparators - Verse range separators.\n * Defaults to `VerseRef.verseRangeSeparators`.\n * @param verseSequenceSeparators - Verse sequence separators.\n * Defaults to `VerseRef.verseSequenceIndicators`.\n * @returns An array of all single verse references in this VerseRef.\n */\n allVerses(e = !1, s = r.verseRangeSeparators, n = r.verseSequenceIndicators) {\n if (this._verse == null || this.chapterNum <= 0)\n return [this.clone()];\n const o = [], a = M(this._verse, n);\n for (const h of a.map((d) => M(d, s))) {\n const d = this.clone();\n d.verse = h[0];\n const w = d.verseNum;\n if (o.push(d), h.length > 1) {\n const v = this.clone();\n if (v.verse = h[1], !e)\n for (let b = w + 1; b < v.verseNum; b++) {\n const J = new r(\n this._bookNum,\n this._chapterNum,\n b,\n this.versification\n );\n this.isExcluded || o.push(J);\n }\n o.push(v);\n }\n }\n return o;\n }\n /**\n * Validates a verse number using the supplied separators rather than the defaults.\n */\n validateVerse(e, s) {\n if (!this.verse)\n return this.internalValid;\n let n = 0;\n for (const o of this.allVerses(!0, e, s)) {\n const a = o.internalValid;\n if (a !== 0)\n return a;\n const h = o.BBBCCCVVV;\n if (n > h)\n return 3;\n if (n === h)\n return 4;\n n = h;\n }\n return 0;\n }\n /**\n * Gets whether a single verse reference is valid.\n */\n get internalValid() {\n return this.versification == null ? 1 : this._bookNum <= 0 || this._bookNum > N.lastBook ? 2 : 0;\n }\n setEmpty(e = r.defaultVersification) {\n this._bookNum = 0, this._chapterNum = -1, this._verse = void 0, this.versification = e;\n }\n updateInternal(e, s, n) {\n this.bookNum = N.bookIdToNumber(e), this.chapter = s, this.verse = n;\n }\n};\nlet l = r;\ni(l, \"defaultVersification\", u.English), i(l, \"verseRangeSeparator\", \"-\"), i(l, \"verseSequenceIndicator\", \",\"), i(l, \"verseRangeSeparators\", [r.verseRangeSeparator]), i(l, \"verseSequenceIndicators\", [r.verseSequenceIndicator]), i(l, \"chapterDigitShifter\", 1e3), i(l, \"bookDigitShifter\", r.chapterDigitShifter * r.chapterDigitShifter), i(l, \"bcvMaxValue\", r.chapterDigitShifter - 1), /**\n * The valid status of the VerseRef.\n */\ni(l, \"ValidStatusType\", D);\nclass p extends Error {\n}\nexport {\n Z as BookSet,\n N as Canon,\n u as ScrVers,\n c as ScrVersType,\n l as VerseRef,\n p as VerseRefException\n};\n//# sourceMappingURL=index.es.js.map\n","import { Canon } from '@sillsdev/scripture';\nimport { BookInfo, ScriptureReference } from './scripture.model';\nimport { ComboBoxLabelOption } from '../combo-box.component';\n\nconst scrBookData: BookInfo[] = [\n { shortName: 'ERR', fullNames: ['ERROR'], chapters: -1 },\n { shortName: 'GEN', fullNames: ['Genesis'], chapters: 50 },\n { shortName: 'EXO', fullNames: ['Exodus'], chapters: 40 },\n { shortName: 'LEV', fullNames: ['Leviticus'], chapters: 27 },\n { shortName: 'NUM', fullNames: ['Numbers'], chapters: 36 },\n { shortName: 'DEU', fullNames: ['Deuteronomy'], chapters: 34 },\n { shortName: 'JOS', fullNames: ['Joshua'], chapters: 24 },\n { shortName: 'JDG', fullNames: ['Judges'], chapters: 21 },\n { shortName: 'RUT', fullNames: ['Ruth'], chapters: 4 },\n { shortName: '1SA', fullNames: ['1 Samuel'], chapters: 31 },\n { shortName: '2SA', fullNames: ['2 Samuel'], chapters: 24 },\n { shortName: '1KI', fullNames: ['1 Kings'], chapters: 22 },\n { shortName: '2KI', fullNames: ['2 Kings'], chapters: 25 },\n { shortName: '1CH', fullNames: ['1 Chronicles'], chapters: 29 },\n { shortName: '2CH', fullNames: ['2 Chronicles'], chapters: 36 },\n { shortName: 'EZR', fullNames: ['Ezra'], chapters: 10 },\n { shortName: 'NEH', fullNames: ['Nehemiah'], chapters: 13 },\n { shortName: 'EST', fullNames: ['Esther'], chapters: 10 },\n { shortName: 'JOB', fullNames: ['Job'], chapters: 42 },\n { shortName: 'PSA', fullNames: ['Psalm', 'Psalms'], chapters: 150 },\n { shortName: 'PRO', fullNames: ['Proverbs'], chapters: 31 },\n { shortName: 'ECC', fullNames: ['Ecclesiastes'], chapters: 12 },\n { shortName: 'SNG', fullNames: ['Song of Solomon', 'Song of Songs'], chapters: 8 },\n { shortName: 'ISA', fullNames: ['Isaiah'], chapters: 66 },\n { shortName: 'JER', fullNames: ['Jeremiah'], chapters: 52 },\n { shortName: 'LAM', fullNames: ['Lamentations'], chapters: 5 },\n { shortName: 'EZK', fullNames: ['Ezekiel'], chapters: 48 },\n { shortName: 'DAN', fullNames: ['Daniel'], chapters: 12 },\n { shortName: 'HOS', fullNames: ['Hosea'], chapters: 14 },\n { shortName: 'JOL', fullNames: ['Joel'], chapters: 3 },\n { shortName: 'AMO', fullNames: ['Amos'], chapters: 9 },\n { shortName: 'OBA', fullNames: ['Obadiah'], chapters: 1 },\n { shortName: 'JON', fullNames: ['Jonah'], chapters: 4 },\n { shortName: 'MIC', fullNames: ['Micah'], chapters: 7 },\n { shortName: 'NAM', fullNames: ['Nahum'], chapters: 3 },\n { shortName: 'HAB', fullNames: ['Habakkuk'], chapters: 3 },\n { shortName: 'ZEP', fullNames: ['Zephaniah'], chapters: 3 },\n { shortName: 'HAG', fullNames: ['Haggai'], chapters: 2 },\n { shortName: 'ZEC', fullNames: ['Zechariah'], chapters: 14 },\n { shortName: 'MAL', fullNames: ['Malachi'], chapters: 4 },\n { shortName: 'MAT', fullNames: ['Matthew'], chapters: 28 },\n { shortName: 'MRK', fullNames: ['Mark'], chapters: 16 },\n { shortName: 'LUK', fullNames: ['Luke'], chapters: 24 },\n { shortName: 'JHN', fullNames: ['John'], chapters: 21 },\n { shortName: 'ACT', fullNames: ['Acts'], chapters: 28 },\n { shortName: 'ROM', fullNames: ['Romans'], chapters: 16 },\n { shortName: '1CO', fullNames: ['1 Corinthians'], chapters: 16 },\n { shortName: '2CO', fullNames: ['2 Corinthians'], chapters: 13 },\n { shortName: 'GAL', fullNames: ['Galatians'], chapters: 6 },\n { shortName: 'EPH', fullNames: ['Ephesians'], chapters: 6 },\n { shortName: 'PHP', fullNames: ['Philippians'], chapters: 4 },\n { shortName: 'COL', fullNames: ['Colossians'], chapters: 4 },\n { shortName: '1TH', fullNames: ['1 Thessalonians'], chapters: 5 },\n { shortName: '2TH', fullNames: ['2 Thessalonians'], chapters: 3 },\n { shortName: '1TI', fullNames: ['1 Timothy'], chapters: 6 },\n { shortName: '2TI', fullNames: ['2 Timothy'], chapters: 4 },\n { shortName: 'TIT', fullNames: ['Titus'], chapters: 3 },\n { shortName: 'PHM', fullNames: ['Philemon'], chapters: 1 },\n { shortName: 'HEB', fullNames: ['Hebrews'], chapters: 13 },\n { shortName: 'JAS', fullNames: ['James'], chapters: 5 },\n { shortName: '1PE', fullNames: ['1 Peter'], chapters: 5 },\n { shortName: '2PE', fullNames: ['2 Peter'], chapters: 3 },\n { shortName: '1JN', fullNames: ['1 John'], chapters: 5 },\n { shortName: '2JN', fullNames: ['2 John'], chapters: 1 },\n { shortName: '3JN', fullNames: ['3 John'], chapters: 1 },\n { shortName: 'JUD', fullNames: ['Jude'], chapters: 1 },\n { shortName: 'REV', fullNames: ['Revelation'], chapters: 22 },\n];\n\nexport interface BookNameOption extends ComboBoxLabelOption {\n bookId: string;\n}\n\nlet bookNameOptions: BookNameOption[];\n\n/**\n * Gets ComboBox options for book names. Use the _bookId_ for reference rather than the _label_ to\n * aid in localization.\n *\n * @remarks\n * This can be localized by loading _label_ with the localized book name.\n * @returns An array of ComboBox options for book names.\n */\nexport const getBookNameOptions = () => {\n if (!bookNameOptions) {\n bookNameOptions = Canon.allBookIds.map((bookId) => ({\n bookId,\n label: Canon.bookIdToEnglishName(bookId),\n }));\n }\n return bookNameOptions;\n};\n\nexport const FIRST_SCR_BOOK_NUM = 1;\nexport const LAST_SCR_BOOK_NUM = scrBookData.length - 1;\nexport const FIRST_SCR_CHAPTER_NUM = 1;\nexport const FIRST_SCR_VERSE_NUM = 1;\n\nexport const getChaptersForBook = (bookNum: number): number => {\n return scrBookData[bookNum]?.chapters ?? -1;\n};\n\nexport const offsetBook = (scrRef: ScriptureReference, offset: number): ScriptureReference => ({\n bookNum: Math.max(FIRST_SCR_BOOK_NUM, Math.min(scrRef.bookNum + offset, LAST_SCR_BOOK_NUM)),\n chapterNum: 1,\n verseNum: 1,\n});\n\nexport const offsetChapter = (scrRef: ScriptureReference, offset: number): ScriptureReference => ({\n ...scrRef,\n chapterNum: Math.min(\n Math.max(FIRST_SCR_CHAPTER_NUM, scrRef.chapterNum + offset),\n getChaptersForBook(scrRef.bookNum),\n ),\n verseNum: 1,\n});\n\nexport const offsetVerse = (scrRef: ScriptureReference, offset: number): ScriptureReference => ({\n ...scrRef,\n verseNum: Math.max(FIRST_SCR_VERSE_NUM, scrRef.verseNum + offset),\n});\n","import { TextField as MuiTextField } from '@mui/material';\nimport { ChangeEventHandler, FocusEventHandler } from 'react';\n\nexport type TextFieldProps = {\n /**\n * The variant to use.\n *\n * @default 'outlined'\n */\n variant?: 'outlined' | 'filled';\n /** Optional unique identifier */\n id?: string;\n /**\n * If `true`, the component is disabled.\n *\n * @default false\n */\n isDisabled?: boolean;\n /**\n * If `true`, the label is displayed in an error state.\n *\n * @default false\n */\n hasError?: boolean;\n /**\n * If `true`, the input will take up the full width of its container.\n *\n * @default false\n */\n isFullWidth?: boolean;\n /** Text that gives the user instructions on what contents the TextField expects */\n helperText?: string;\n /** The title of the TextField */\n label?: string;\n /** The short hint displayed in the `input` before the user enters a value. */\n placeholder?: string;\n /**\n * If `true`, the label is displayed as required and the `input` element is required.\n *\n * @default false\n */\n isRequired?: boolean;\n /** Additional css classes to help with unique styling of the button */\n className?: string;\n /** Starting value for the text field if it is not controlled */\n defaultValue?: unknown;\n /** Value of the text field if controlled */\n value?: unknown;\n /** Triggers when content of textfield is changed */\n onChange?: ChangeEventHandler;\n /** Triggers when textfield gets focus */\n onFocus?: FocusEventHandler;\n /** Triggers when textfield loses focus */\n onBlur?: FocusEventHandler;\n};\n\n/**\n * Text input field\n *\n * Thanks to MUI for heavy inspiration and documentation\n * https://mui.com/material-ui/getting-started/overview/\n */\nfunction TextField({\n variant = 'outlined',\n id,\n isDisabled = false,\n hasError = false,\n isFullWidth = false,\n helperText,\n label,\n placeholder,\n isRequired = false,\n className,\n defaultValue,\n value,\n onChange,\n onFocus,\n onBlur,\n}: TextFieldProps) {\n return (\n \n );\n}\n\nexport default TextField;\n","import { Canon } from '@sillsdev/scripture';\nimport { SyntheticEvent, useMemo } from 'react';\nimport {\n BookNameOption,\n getBookNameOptions,\n offsetBook,\n offsetChapter,\n offsetVerse,\n FIRST_SCR_BOOK_NUM,\n FIRST_SCR_CHAPTER_NUM,\n FIRST_SCR_VERSE_NUM,\n getChaptersForBook,\n} from './scripture/scripture-util';\nimport { ScriptureReference } from './scripture/scripture.model';\nimport './ref-selector.component.css';\nimport ComboBox from './combo-box.component';\nimport Button from './button.component';\nimport TextField from './text-field.component';\n\nexport interface ScrRefSelectorProps {\n scrRef: ScriptureReference;\n handleSubmit: (scrRef: ScriptureReference) => void;\n id?: string;\n}\n\nfunction RefSelector({ scrRef, handleSubmit, id }: ScrRefSelectorProps) {\n const onChangeBook = (newRef: ScriptureReference) => {\n handleSubmit(newRef);\n };\n\n const onSelectBook = (_event: SyntheticEvent, value: unknown) => {\n // Asserting because value is type unknown, value is type unknown because combobox props aren't precise enough yet\n // Issue https://github.com/paranext/paranext-core/issues/560\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n const bookNum: number = Canon.bookIdToNumber((value as BookNameOption).bookId);\n const newRef: ScriptureReference = { bookNum, chapterNum: 1, verseNum: 1 };\n\n onChangeBook(newRef);\n };\n\n const onChangeChapter = (event: { target: { value: number | string } }) => {\n handleSubmit({ ...scrRef, chapterNum: +event.target.value });\n };\n\n const onChangeVerse = (event: { target: { value: number | string } }) => {\n handleSubmit({ ...scrRef, verseNum: +event.target.value });\n };\n\n const currentBookName = useMemo(() => getBookNameOptions()[scrRef.bookNum - 1], [scrRef.bookNum]);\n\n return (\n \n \n onChangeBook(offsetBook(scrRef, -1))}\n isDisabled={scrRef.bookNum <= FIRST_SCR_BOOK_NUM}\n >\n <\n \n onChangeBook(offsetBook(scrRef, 1))}\n isDisabled={scrRef.bookNum >= getBookNameOptions().length}\n >\n >\n \n \n handleSubmit(offsetChapter(scrRef, -1))}\n isDisabled={scrRef.chapterNum <= FIRST_SCR_CHAPTER_NUM}\n >\n <\n \n handleSubmit(offsetChapter(scrRef, 1))}\n isDisabled={scrRef.chapterNum >= getChaptersForBook(scrRef.bookNum)}\n >\n >\n \n \n handleSubmit(offsetVerse(scrRef, -1))}\n isDisabled={scrRef.verseNum <= FIRST_SCR_VERSE_NUM}\n >\n <\n \n \n \n );\n}\n\nexport default RefSelector;\n","import { Paper } from '@mui/material';\nimport { useState } from 'react';\nimport TextField from './text-field.component';\nimport './search-bar.component.css';\n\nexport type SearchBarProps = {\n /**\n * Callback fired to handle the search query when button pressed\n *\n * @param searchQuery\n */\n onSearch: (searchQuery: string) => void;\n\n /** Optional string that appears in the search bar without a search string */\n placeholder?: string;\n\n /** Optional boolean to set the input base to full width */\n isFullWidth?: boolean;\n};\n\nexport default function SearchBar({ onSearch, placeholder, isFullWidth }: SearchBarProps) {\n const [searchQuery, setSearchQuery] = useState('');\n\n const handleInputChange = (searchString: string) => {\n setSearchQuery(searchString);\n onSearch(searchString);\n };\n\n return (\n \n handleInputChange(e.target.value)}\n />\n \n );\n}\n","import { Slider as MuiSlider } from '@mui/material';\nimport { SyntheticEvent } from 'react';\nimport './slider.component.css';\n\nexport type SliderProps = {\n /** Optional unique identifier */\n id?: string;\n /**\n * If `true`, the component is disabled.\n *\n * @default false\n */\n isDisabled?: boolean;\n /**\n * The component orientation.\n *\n * @default 'horizontal'\n */\n orientation?: 'horizontal' | 'vertical';\n /**\n * The minimum allowed value of the slider. Should not be equal to max.\n *\n * @default 0\n */\n min?: number;\n /**\n * The maximum allowed value of the slider. Should not be equal to min.\n *\n * @default 100\n */\n max?: number;\n /**\n * The granularity with which the slider can step through values. (A \"discrete\" slider.) The `min`\n * prop serves as the origin for the valid values. We recommend (max - min) to be evenly divisible\n * by the step.\n *\n * @default 1\n */\n step?: number;\n /**\n * Marks indicate predetermined values to which the user can move the slider. If `true` the marks\n * are spaced according the value of the `step` prop.\n *\n * @default false\n */\n showMarks?: boolean;\n /** The default value. Use when the component is not controlled. */\n defaultValue?: number;\n /** The value of the slider. For ranged sliders, provide an array with two values. */\n value?: number | number[];\n /**\n * Controls when the value label is displayed:\n *\n * - `auto` the value label will display when the thumb is hovered or focused.\n * - `on` will display persistently.\n * - `off` will never display.\n *\n * @default 'off'\n */\n valueLabelDisplay?: 'on' | 'auto' | 'off';\n /** Additional css classes to help with unique styling of the button */\n className?: string;\n /**\n * Callback function that is fired when the slider's value changed.\n *\n * @param event The event source of the callback. You can pull out the new value by accessing\n * event.target.value (any). Warning: This is a generic event not a change event.\n * @param value The new value.\n * @param activeThumb Index of the currently moved thumb.\n */\n onChange?: (event: Event, value: number | number[], activeThumb: number) => void;\n /**\n * Callback function that is fired when the mouseup is triggered.\n *\n * @param event The event source of the callback. Warning: This is a generic event not a change\n * event.\n * @param value The new value.\n */\n onChangeCommitted?: (\n event: Event | SyntheticEvent,\n value: number | number[],\n ) => void;\n};\n\n/**\n * Slider that allows selecting a value from a range\n *\n * Thanks to MUI for heavy inspiration and documentation\n * https://mui.com/material-ui/getting-started/overview/\n */\nfunction Slider({\n id,\n isDisabled = false,\n orientation = 'horizontal',\n min = 0,\n max = 100,\n step = 1,\n showMarks = false,\n defaultValue,\n value,\n valueLabelDisplay = 'off',\n className,\n onChange,\n onChangeCommitted,\n}: SliderProps) {\n return (\n \n );\n}\n\nexport default Slider;\n","import { Snackbar as MuiSnackbar, SnackbarCloseReason, SnackbarOrigin } from '@mui/material';\nimport { SyntheticEvent, ReactNode, PropsWithChildren } from 'react';\nimport './snackbar.component.css';\n\nexport type CloseReason = SnackbarCloseReason;\nexport type AnchorOrigin = SnackbarOrigin;\n\nexport type SnackbarContentProps = {\n /** The action to display, renders after the message */\n action?: ReactNode;\n\n /** The message to display */\n message?: ReactNode;\n\n /** Additional css classes to help with unique styling of the snackbar, internal */\n className?: string;\n};\n\nexport type SnackbarProps = PropsWithChildren<{\n /** Optional unique identifier */\n id?: string;\n\n /**\n * If true, the component is shown\n *\n * @default false\n */\n isOpen?: boolean;\n\n /**\n * The number of milliseconds to wait before automatically calling onClose()\n *\n * @default null\n */\n autoHideDuration?: number | null;\n\n /** Additional css classes to help with unique styling of the snackbar, external */\n className?: string;\n\n /**\n * Optional, used to control the open prop event: Event | SyntheticEvent, reason:\n * string\n */\n onClose?: (event: Event | SyntheticEvent, reason: CloseReason) => void;\n\n /**\n * The anchor of the `Snackbar`. The horizontal alignment is ignored.\n *\n * @default { vertical: 'bottom', horizontal: 'left' }\n */\n anchorOrigin?: AnchorOrigin;\n\n /** Props applied to the [`SnackbarContent`](/material-ui/api/snackbar-content/) element. */\n ContentProps?: SnackbarContentProps;\n}>;\n\n/**\n * Snackbar that provides brief notifications\n *\n * Thanks to MUI for heavy inspiration and documentation\n * https://mui.com/material-ui/getting-started/overview/\n */\nfunction Snackbar({\n autoHideDuration = null,\n id,\n isOpen = false,\n className,\n onClose,\n anchorOrigin = { vertical: 'bottom', horizontal: 'left' },\n ContentProps,\n children,\n}: SnackbarProps) {\n const newContentProps: SnackbarContentProps = {\n action: ContentProps?.action || children,\n message: ContentProps?.message,\n className,\n };\n\n return (\n \n );\n}\n\nexport default Snackbar;\n","import { Switch as MuiSwitch } from '@mui/material';\nimport { ChangeEvent } from 'react';\nimport './switch.component.css';\n\nexport type SwitchProps = {\n /** Optional unique identifier */\n id?: string;\n /** If `true`, the component is checked. */\n isChecked?: boolean;\n /**\n * Enabled status of switch\n *\n * @default false\n */\n isDisabled?: boolean;\n /**\n * True when (input related to) switch is erroneous\n *\n * @default false\n */\n hasError?: boolean;\n /** Additional css classes to help with unique styling of the switch */\n className?: string;\n /**\n * Callback fired when the state is changed.\n *\n * @param event The event source of the callback. You can pull out the new value by accessing\n * event.target.value (string). You can pull out the new checked state by accessing\n * event.target.checked (boolean).\n */\n onChange?: (event: ChangeEvent) => void;\n};\n\n/**\n * Switch to toggle on and off\n *\n * Thanks to MUI for heavy inspiration and documentation\n * https://mui.com/material-ui/getting-started/overview/\n */\nfunction Switch({\n id,\n isChecked: checked,\n isDisabled = false,\n hasError = false,\n className,\n onChange,\n}: SwitchProps) {\n return (\n \n );\n}\n\nexport default Switch;\n","import DataGrid, {\n CellClickArgs,\n CellKeyboardEvent,\n CellKeyDownArgs,\n CellMouseEvent,\n CopyEvent,\n PasteEvent,\n RowsChangeData,\n RenderCellProps,\n RenderCheckboxProps,\n SelectColumn,\n SortColumn,\n} from 'react-data-grid';\nimport { ChangeEvent, Key, ReactElement, ReactNode, UIEvent, useMemo } from 'react';\nimport Checkbox from './checkbox.component';\nimport TextField from './text-field.component';\n\nimport 'react-data-grid/lib/styles.css';\nimport './table.component.css';\n\nexport interface TableCalculatedColumn extends TableColumn {\n readonly idx: number;\n readonly width: number | string;\n readonly minWidth: number;\n readonly maxWidth: number | undefined;\n readonly resizable: boolean;\n readonly sortable: boolean;\n readonly frozen: boolean;\n readonly isLastFrozenColumn: boolean;\n readonly rowGroup: boolean;\n readonly renderCell: (props: RenderCellProps) => ReactNode;\n}\nexport type TableCellClickArgs = CellClickArgs;\nexport type TableCellKeyboardEvent = CellKeyboardEvent;\nexport type TableCellKeyDownArgs = CellKeyDownArgs;\nexport type TableCellMouseEvent = CellMouseEvent;\nexport type TableColumn = {\n /** The name of the column. By default it will be displayed in the header cell */\n readonly name: string | ReactElement;\n /** A unique key to distinguish each column */\n readonly key: string;\n /**\n * Column width. If not specified, it will be determined automatically based on grid width and\n * specified widths of other columns\n */\n readonly width?: number | string;\n /** Minimum column width in px. */\n readonly minWidth?: number;\n /** Maximum column width in px. */\n readonly maxWidth?: number;\n /**\n * If `true`, editing is enabled. If no custom cell editor is provided through `renderEditCell`\n * the default text editor will be used for editing. Note: If `editable` is set to 'true' and no\n * custom `renderEditCell` is provided, the internal logic that sets the `renderEditCell` will\n * shallow clone the column.\n */\n readonly editable?: boolean | ((row: R) => boolean) | null;\n /** Determines whether column is frozen or not */\n readonly frozen?: boolean;\n /** Enable resizing of a column */\n readonly resizable?: boolean;\n /** Enable sorting of a column */\n readonly sortable?: boolean;\n /**\n * Sets the column sort order to be descending instead of ascending the first time the column is\n * sorted\n */\n readonly sortDescendingFirst?: boolean | null;\n /**\n * Editor to be rendered when cell of column is being edited. Don't forget to also set the\n * `editable` prop to true in order to enable editing.\n */\n readonly renderEditCell?: ((props: TableEditorProps) => ReactNode) | null;\n};\nexport type TableCopyEvent = CopyEvent;\nexport type TableEditorProps = {\n column: TableCalculatedColumn;\n row: R;\n onRowChange: (row: R, commitChanges?: boolean) => void;\n // Unused currently, but needed to commit changes from editing\n // eslint-disable-next-line react/no-unused-prop-types\n onClose: (commitChanges?: boolean) => void;\n};\nexport type TablePasteEvent = PasteEvent;\nexport type TableRowsChangeData = RowsChangeData;\nexport type TableSortColumn = SortColumn;\n\nfunction TableTextEditor({ onRowChange, row, column }: TableEditorProps): ReactElement {\n const changeHandler = (e: ChangeEvent) => {\n onRowChange({ ...row, [column.key]: e.target.value });\n };\n\n return ;\n}\n\nconst renderCheckbox = ({ onChange, disabled, checked, ...props }: RenderCheckboxProps) => {\n const handleChange = (e: ChangeEvent) => {\n onChange(e.target.checked, (e.nativeEvent as MouseEvent).shiftKey);\n };\n\n return (\n \n );\n};\n\n// Subset of https://github.com/adazzle/react-data-grid#api\nexport type TableProps = {\n /** An array of objects representing each column on the grid */\n columns: readonly TableColumn[];\n /** Whether or not a column with checkboxes is inserted that allows you to select rows */\n enableSelectColumn?: boolean;\n /**\n * Specifies the width of the select column. Only relevant when enableSelectColumn is true\n *\n * @default 50\n */\n selectColumnWidth?: number;\n /** An array of objects representing the currently sorted columns */\n sortColumns?: readonly TableSortColumn[];\n /**\n * A callback function that is called when the sorted columns change\n *\n * @param sortColumns An array of objects representing the currently sorted columns in the table.\n */\n onSortColumnsChange?: (sortColumns: TableSortColumn[]) => void;\n /**\n * A callback function that is called when a column is resized\n *\n * @param idx The index of the column being resized\n * @param width The new width of the column in pixels\n */\n onColumnResize?: (idx: number, width: number) => void;\n /**\n * Default column width. If not specified, it will be determined automatically based on grid width\n * and specified widths of other columns\n */\n defaultColumnWidth?: number;\n /** Minimum column width in px. */\n defaultColumnMinWidth?: number;\n /** Maximum column width in px. */\n defaultColumnMaxWidth?: number;\n /**\n * Whether or not columns are sortable by default\n *\n * @default true\n */\n defaultColumnSortable?: boolean;\n /**\n * Whether or not columns are resizable by default\n *\n * @default true\n */\n defaultColumnResizable?: boolean;\n /** An array of objects representing the rows in the grid */\n rows: readonly R[];\n /** A function that returns the key for a given row */\n rowKeyGetter?: (row: R) => Key;\n /**\n * The height of each row in pixels\n *\n * @default 35\n */\n rowHeight?: number;\n /**\n * The height of the header row in pixels\n *\n * @default 35\n */\n headerRowHeight?: number;\n /** A set of keys representing the currently selected rows */\n selectedRows?: ReadonlySet;\n /** A callback function that is called when the selected rows change */\n onSelectedRowsChange?: (selectedRows: Set) => void;\n /** A callback function that is called when the rows in the grid change */\n onRowsChange?: (rows: R[], data: TableRowsChangeData) => void;\n /**\n * A callback function that is called when a cell is clicked\n *\n * @param event The event source of the callback\n */\n onCellClick?: (args: TableCellClickArgs, event: TableCellMouseEvent) => void;\n /**\n * A callback function that is called when a cell is double-clicked\n *\n * @param event The event source of the callback\n */\n onCellDoubleClick?: (args: TableCellClickArgs, event: TableCellMouseEvent) => void;\n /**\n * A callback function that is called when a cell is right-clicked\n *\n * @param event The event source of the callback\n */\n onCellContextMenu?: (args: TableCellClickArgs, event: TableCellMouseEvent) => void;\n /**\n * A callback function that is called when a key is pressed while a cell is focused\n *\n * @param event The event source of the callback\n */\n onCellKeyDown?: (args: TableCellKeyDownArgs, event: TableCellKeyboardEvent) => void;\n /**\n * The text direction of the table\n *\n * @default 'ltr'\n */\n direction?: 'ltr' | 'rtl';\n /**\n * Whether or not virtualization is enabled for the table\n *\n * @default true\n */\n enableVirtualization?: boolean;\n /**\n * A callback function that is called when the table is scrolled\n *\n * @param event The event source of the callback\n */\n onScroll?: (event: UIEvent) => void;\n /**\n * A callback function that is called when the user copies data from the table.\n *\n * @param event The event source of the callback\n */\n onCopy?: (event: TableCopyEvent) => void;\n /**\n * A callback function that is called when the user pastes data into the table.\n *\n * @param event The event source of the callback\n */\n onPaste?: (event: TablePasteEvent) => R;\n /** Additional css classes to help with unique styling of the table */\n className?: string;\n /** Optional unique identifier */\n // Patched react-data-grid@7.0.0-beta.34 to add this prop, link to issue: https://github.com/adazzle/react-data-grid/issues/3305\n id?: string;\n};\n\n/**\n * Configurable table component\n *\n * Thanks to Adazzle for heavy inspiration and documentation\n * https://adazzle.github.io/react-data-grid/\n */\nfunction Table({\n columns,\n sortColumns,\n onSortColumnsChange,\n onColumnResize,\n defaultColumnWidth,\n defaultColumnMinWidth,\n defaultColumnMaxWidth,\n defaultColumnSortable = true,\n defaultColumnResizable = true,\n rows,\n enableSelectColumn,\n selectColumnWidth = 50,\n rowKeyGetter,\n rowHeight = 35,\n headerRowHeight = 35,\n selectedRows,\n onSelectedRowsChange,\n onRowsChange,\n onCellClick,\n onCellDoubleClick,\n onCellContextMenu,\n onCellKeyDown,\n direction = 'ltr',\n enableVirtualization = true,\n onCopy,\n onPaste,\n onScroll,\n className,\n id,\n}: TableProps) {\n const cachedColumns = useMemo(() => {\n const editableColumns = columns.map((column) => {\n if (typeof column.editable === 'function') {\n const editableFalsy = (row: R) => {\n // We've already confirmed that editable is a function\n return !!(column.editable as (row: R) => boolean)(row);\n };\n return {\n ...column,\n editable: editableFalsy,\n renderEditCell: column.renderEditCell || TableTextEditor,\n };\n }\n if (column.editable && !column.renderEditCell) {\n return { ...column, renderEditCell: TableTextEditor };\n }\n if (column.renderEditCell && !column.editable) {\n return { ...column, editable: false };\n }\n return column;\n });\n\n return enableSelectColumn\n ? [{ ...SelectColumn, minWidth: selectColumnWidth }, ...editableColumns]\n : editableColumns;\n }, [columns, enableSelectColumn, selectColumnWidth]);\n\n return (\n \n columns={cachedColumns}\n defaultColumnOptions={{\n width: defaultColumnWidth,\n minWidth: defaultColumnMinWidth,\n maxWidth: defaultColumnMaxWidth,\n sortable: defaultColumnSortable,\n resizable: defaultColumnResizable,\n }}\n sortColumns={sortColumns}\n onSortColumnsChange={onSortColumnsChange}\n onColumnResize={onColumnResize}\n rows={rows}\n rowKeyGetter={rowKeyGetter}\n rowHeight={rowHeight}\n headerRowHeight={headerRowHeight}\n selectedRows={selectedRows}\n onSelectedRowsChange={onSelectedRowsChange}\n onRowsChange={onRowsChange}\n onCellClick={onCellClick}\n onCellDoubleClick={onCellDoubleClick}\n onCellContextMenu={onCellContextMenu}\n onCellKeyDown={onCellKeyDown}\n direction={direction}\n enableVirtualization={enableVirtualization}\n onCopy={onCopy}\n onPaste={onPaste}\n onScroll={onScroll}\n renderers={{ renderCheckbox }}\n className={className ?? 'rdg-light'}\n id={id}\n />\n );\n}\n\nexport default Table;\n","export default function _extends() {\n _extends = Object.assign ? Object.assign.bind() : function (target) {\n for (var i = 1; i < arguments.length; i++) {\n var source = arguments[i];\n for (var key in source) {\n if (Object.prototype.hasOwnProperty.call(source, key)) {\n target[key] = source[key];\n }\n }\n }\n return target;\n };\n return _extends.apply(this, arguments);\n}","import _extends from \"@babel/runtime/helpers/esm/extends\";\nexport function isPlainObject(item) {\n return item !== null && typeof item === 'object' && item.constructor === Object;\n}\nfunction deepClone(source) {\n if (!isPlainObject(source)) {\n return source;\n }\n const output = {};\n Object.keys(source).forEach(key => {\n output[key] = deepClone(source[key]);\n });\n return output;\n}\nexport default function deepmerge(target, source, options = {\n clone: true\n}) {\n const output = options.clone ? _extends({}, target) : target;\n if (isPlainObject(target) && isPlainObject(source)) {\n Object.keys(source).forEach(key => {\n // Avoid prototype pollution\n if (key === '__proto__') {\n return;\n }\n if (isPlainObject(source[key]) && key in target && isPlainObject(target[key])) {\n // Since `output` is a clone of `target` and we have narrowed `target` in this block we can cast to the same type.\n output[key] = deepmerge(target[key], source[key], options);\n } else if (options.clone) {\n output[key] = isPlainObject(source[key]) ? deepClone(source[key]) : source[key];\n } else {\n output[key] = source[key];\n }\n });\n }\n return output;\n}","/** @license React v16.13.1\n * react-is.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';var b=\"function\"===typeof Symbol&&Symbol.for,c=b?Symbol.for(\"react.element\"):60103,d=b?Symbol.for(\"react.portal\"):60106,e=b?Symbol.for(\"react.fragment\"):60107,f=b?Symbol.for(\"react.strict_mode\"):60108,g=b?Symbol.for(\"react.profiler\"):60114,h=b?Symbol.for(\"react.provider\"):60109,k=b?Symbol.for(\"react.context\"):60110,l=b?Symbol.for(\"react.async_mode\"):60111,m=b?Symbol.for(\"react.concurrent_mode\"):60111,n=b?Symbol.for(\"react.forward_ref\"):60112,p=b?Symbol.for(\"react.suspense\"):60113,q=b?\nSymbol.for(\"react.suspense_list\"):60120,r=b?Symbol.for(\"react.memo\"):60115,t=b?Symbol.for(\"react.lazy\"):60116,v=b?Symbol.for(\"react.block\"):60121,w=b?Symbol.for(\"react.fundamental\"):60117,x=b?Symbol.for(\"react.responder\"):60118,y=b?Symbol.for(\"react.scope\"):60119;\nfunction z(a){if(\"object\"===typeof a&&null!==a){var u=a.$$typeof;switch(u){case c:switch(a=a.type,a){case l:case m:case e:case g:case f:case p:return a;default:switch(a=a&&a.$$typeof,a){case k:case n:case t:case r:case h:return a;default:return u}}case d:return u}}}function A(a){return z(a)===m}exports.AsyncMode=l;exports.ConcurrentMode=m;exports.ContextConsumer=k;exports.ContextProvider=h;exports.Element=c;exports.ForwardRef=n;exports.Fragment=e;exports.Lazy=t;exports.Memo=r;exports.Portal=d;\nexports.Profiler=g;exports.StrictMode=f;exports.Suspense=p;exports.isAsyncMode=function(a){return A(a)||z(a)===l};exports.isConcurrentMode=A;exports.isContextConsumer=function(a){return z(a)===k};exports.isContextProvider=function(a){return z(a)===h};exports.isElement=function(a){return\"object\"===typeof a&&null!==a&&a.$$typeof===c};exports.isForwardRef=function(a){return z(a)===n};exports.isFragment=function(a){return z(a)===e};exports.isLazy=function(a){return z(a)===t};\nexports.isMemo=function(a){return z(a)===r};exports.isPortal=function(a){return z(a)===d};exports.isProfiler=function(a){return z(a)===g};exports.isStrictMode=function(a){return z(a)===f};exports.isSuspense=function(a){return z(a)===p};\nexports.isValidElementType=function(a){return\"string\"===typeof a||\"function\"===typeof a||a===e||a===m||a===g||a===f||a===p||a===q||\"object\"===typeof a&&null!==a&&(a.$$typeof===t||a.$$typeof===r||a.$$typeof===h||a.$$typeof===k||a.$$typeof===n||a.$$typeof===w||a.$$typeof===x||a.$$typeof===y||a.$$typeof===v)};exports.typeOf=z;\n","/** @license React v16.13.1\n * react-is.development.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\n\n\nif (process.env.NODE_ENV !== \"production\") {\n (function() {\n'use strict';\n\n// The Symbol used to tag the ReactElement-like types. If there is no native Symbol\n// nor polyfill, then a plain number is used for performance.\nvar hasSymbol = typeof Symbol === 'function' && Symbol.for;\nvar REACT_ELEMENT_TYPE = hasSymbol ? Symbol.for('react.element') : 0xeac7;\nvar REACT_PORTAL_TYPE = hasSymbol ? Symbol.for('react.portal') : 0xeaca;\nvar REACT_FRAGMENT_TYPE = hasSymbol ? Symbol.for('react.fragment') : 0xeacb;\nvar REACT_STRICT_MODE_TYPE = hasSymbol ? Symbol.for('react.strict_mode') : 0xeacc;\nvar REACT_PROFILER_TYPE = hasSymbol ? Symbol.for('react.profiler') : 0xead2;\nvar REACT_PROVIDER_TYPE = hasSymbol ? Symbol.for('react.provider') : 0xeacd;\nvar REACT_CONTEXT_TYPE = hasSymbol ? Symbol.for('react.context') : 0xeace; // TODO: We don't use AsyncMode or ConcurrentMode anymore. They were temporary\n// (unstable) APIs that have been removed. Can we remove the symbols?\n\nvar REACT_ASYNC_MODE_TYPE = hasSymbol ? Symbol.for('react.async_mode') : 0xeacf;\nvar REACT_CONCURRENT_MODE_TYPE = hasSymbol ? Symbol.for('react.concurrent_mode') : 0xeacf;\nvar REACT_FORWARD_REF_TYPE = hasSymbol ? Symbol.for('react.forward_ref') : 0xead0;\nvar REACT_SUSPENSE_TYPE = hasSymbol ? Symbol.for('react.suspense') : 0xead1;\nvar REACT_SUSPENSE_LIST_TYPE = hasSymbol ? Symbol.for('react.suspense_list') : 0xead8;\nvar REACT_MEMO_TYPE = hasSymbol ? Symbol.for('react.memo') : 0xead3;\nvar REACT_LAZY_TYPE = hasSymbol ? Symbol.for('react.lazy') : 0xead4;\nvar REACT_BLOCK_TYPE = hasSymbol ? Symbol.for('react.block') : 0xead9;\nvar REACT_FUNDAMENTAL_TYPE = hasSymbol ? Symbol.for('react.fundamental') : 0xead5;\nvar REACT_RESPONDER_TYPE = hasSymbol ? Symbol.for('react.responder') : 0xead6;\nvar REACT_SCOPE_TYPE = hasSymbol ? Symbol.for('react.scope') : 0xead7;\n\nfunction isValidElementType(type) {\n return typeof type === 'string' || typeof type === 'function' || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.\n type === REACT_FRAGMENT_TYPE || type === REACT_CONCURRENT_MODE_TYPE || type === REACT_PROFILER_TYPE || type === REACT_STRICT_MODE_TYPE || type === REACT_SUSPENSE_TYPE || type === REACT_SUSPENSE_LIST_TYPE || typeof type === 'object' && type !== null && (type.$$typeof === REACT_LAZY_TYPE || type.$$typeof === REACT_MEMO_TYPE || type.$$typeof === REACT_PROVIDER_TYPE || type.$$typeof === REACT_CONTEXT_TYPE || type.$$typeof === REACT_FORWARD_REF_TYPE || type.$$typeof === REACT_FUNDAMENTAL_TYPE || type.$$typeof === REACT_RESPONDER_TYPE || type.$$typeof === REACT_SCOPE_TYPE || type.$$typeof === REACT_BLOCK_TYPE);\n}\n\nfunction typeOf(object) {\n if (typeof object === 'object' && object !== null) {\n var $$typeof = object.$$typeof;\n\n switch ($$typeof) {\n case REACT_ELEMENT_TYPE:\n var type = object.type;\n\n switch (type) {\n case REACT_ASYNC_MODE_TYPE:\n case REACT_CONCURRENT_MODE_TYPE:\n case REACT_FRAGMENT_TYPE:\n case REACT_PROFILER_TYPE:\n case REACT_STRICT_MODE_TYPE:\n case REACT_SUSPENSE_TYPE:\n return type;\n\n default:\n var $$typeofType = type && type.$$typeof;\n\n switch ($$typeofType) {\n case REACT_CONTEXT_TYPE:\n case REACT_FORWARD_REF_TYPE:\n case REACT_LAZY_TYPE:\n case REACT_MEMO_TYPE:\n case REACT_PROVIDER_TYPE:\n return $$typeofType;\n\n default:\n return $$typeof;\n }\n\n }\n\n case REACT_PORTAL_TYPE:\n return $$typeof;\n }\n }\n\n return undefined;\n} // AsyncMode is deprecated along with isAsyncMode\n\nvar AsyncMode = REACT_ASYNC_MODE_TYPE;\nvar ConcurrentMode = REACT_CONCURRENT_MODE_TYPE;\nvar ContextConsumer = REACT_CONTEXT_TYPE;\nvar ContextProvider = REACT_PROVIDER_TYPE;\nvar Element = REACT_ELEMENT_TYPE;\nvar ForwardRef = REACT_FORWARD_REF_TYPE;\nvar Fragment = REACT_FRAGMENT_TYPE;\nvar Lazy = REACT_LAZY_TYPE;\nvar Memo = REACT_MEMO_TYPE;\nvar Portal = REACT_PORTAL_TYPE;\nvar Profiler = REACT_PROFILER_TYPE;\nvar StrictMode = REACT_STRICT_MODE_TYPE;\nvar Suspense = REACT_SUSPENSE_TYPE;\nvar hasWarnedAboutDeprecatedIsAsyncMode = false; // AsyncMode should be deprecated\n\nfunction isAsyncMode(object) {\n {\n if (!hasWarnedAboutDeprecatedIsAsyncMode) {\n hasWarnedAboutDeprecatedIsAsyncMode = true; // Using console['warn'] to evade Babel and ESLint\n\n console['warn']('The ReactIs.isAsyncMode() alias has been deprecated, ' + 'and will be removed in React 17+. Update your code to use ' + 'ReactIs.isConcurrentMode() instead. It has the exact same API.');\n }\n }\n\n return isConcurrentMode(object) || typeOf(object) === REACT_ASYNC_MODE_TYPE;\n}\nfunction isConcurrentMode(object) {\n return typeOf(object) === REACT_CONCURRENT_MODE_TYPE;\n}\nfunction isContextConsumer(object) {\n return typeOf(object) === REACT_CONTEXT_TYPE;\n}\nfunction isContextProvider(object) {\n return typeOf(object) === REACT_PROVIDER_TYPE;\n}\nfunction isElement(object) {\n return typeof object === 'object' && object !== null && object.$$typeof === REACT_ELEMENT_TYPE;\n}\nfunction isForwardRef(object) {\n return typeOf(object) === REACT_FORWARD_REF_TYPE;\n}\nfunction isFragment(object) {\n return typeOf(object) === REACT_FRAGMENT_TYPE;\n}\nfunction isLazy(object) {\n return typeOf(object) === REACT_LAZY_TYPE;\n}\nfunction isMemo(object) {\n return typeOf(object) === REACT_MEMO_TYPE;\n}\nfunction isPortal(object) {\n return typeOf(object) === REACT_PORTAL_TYPE;\n}\nfunction isProfiler(object) {\n return typeOf(object) === REACT_PROFILER_TYPE;\n}\nfunction isStrictMode(object) {\n return typeOf(object) === REACT_STRICT_MODE_TYPE;\n}\nfunction isSuspense(object) {\n return typeOf(object) === REACT_SUSPENSE_TYPE;\n}\n\nexports.AsyncMode = AsyncMode;\nexports.ConcurrentMode = ConcurrentMode;\nexports.ContextConsumer = ContextConsumer;\nexports.ContextProvider = ContextProvider;\nexports.Element = Element;\nexports.ForwardRef = ForwardRef;\nexports.Fragment = Fragment;\nexports.Lazy = Lazy;\nexports.Memo = Memo;\nexports.Portal = Portal;\nexports.Profiler = Profiler;\nexports.StrictMode = StrictMode;\nexports.Suspense = Suspense;\nexports.isAsyncMode = isAsyncMode;\nexports.isConcurrentMode = isConcurrentMode;\nexports.isContextConsumer = isContextConsumer;\nexports.isContextProvider = isContextProvider;\nexports.isElement = isElement;\nexports.isForwardRef = isForwardRef;\nexports.isFragment = isFragment;\nexports.isLazy = isLazy;\nexports.isMemo = isMemo;\nexports.isPortal = isPortal;\nexports.isProfiler = isProfiler;\nexports.isStrictMode = isStrictMode;\nexports.isSuspense = isSuspense;\nexports.isValidElementType = isValidElementType;\nexports.typeOf = typeOf;\n })();\n}\n","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('./cjs/react-is.production.min.js');\n} else {\n module.exports = require('./cjs/react-is.development.js');\n}\n","/*\nobject-assign\n(c) Sindre Sorhus\n@license MIT\n*/\n\n'use strict';\n/* eslint-disable no-unused-vars */\nvar getOwnPropertySymbols = Object.getOwnPropertySymbols;\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\nvar propIsEnumerable = Object.prototype.propertyIsEnumerable;\n\nfunction toObject(val) {\n\tif (val === null || val === undefined) {\n\t\tthrow new TypeError('Object.assign cannot be called with null or undefined');\n\t}\n\n\treturn Object(val);\n}\n\nfunction shouldUseNative() {\n\ttry {\n\t\tif (!Object.assign) {\n\t\t\treturn false;\n\t\t}\n\n\t\t// Detect buggy property enumeration order in older V8 versions.\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=4118\n\t\tvar test1 = new String('abc'); // eslint-disable-line no-new-wrappers\n\t\ttest1[5] = 'de';\n\t\tif (Object.getOwnPropertyNames(test1)[0] === '5') {\n\t\t\treturn false;\n\t\t}\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=3056\n\t\tvar test2 = {};\n\t\tfor (var i = 0; i < 10; i++) {\n\t\t\ttest2['_' + String.fromCharCode(i)] = i;\n\t\t}\n\t\tvar order2 = Object.getOwnPropertyNames(test2).map(function (n) {\n\t\t\treturn test2[n];\n\t\t});\n\t\tif (order2.join('') !== '0123456789') {\n\t\t\treturn false;\n\t\t}\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=3056\n\t\tvar test3 = {};\n\t\t'abcdefghijklmnopqrst'.split('').forEach(function (letter) {\n\t\t\ttest3[letter] = letter;\n\t\t});\n\t\tif (Object.keys(Object.assign({}, test3)).join('') !==\n\t\t\t\t'abcdefghijklmnopqrst') {\n\t\t\treturn false;\n\t\t}\n\n\t\treturn true;\n\t} catch (err) {\n\t\t// We don't expect any of the above to throw, but better to be safe.\n\t\treturn false;\n\t}\n}\n\nmodule.exports = shouldUseNative() ? Object.assign : function (target, source) {\n\tvar from;\n\tvar to = toObject(target);\n\tvar symbols;\n\n\tfor (var s = 1; s < arguments.length; s++) {\n\t\tfrom = Object(arguments[s]);\n\n\t\tfor (var key in from) {\n\t\t\tif (hasOwnProperty.call(from, key)) {\n\t\t\t\tto[key] = from[key];\n\t\t\t}\n\t\t}\n\n\t\tif (getOwnPropertySymbols) {\n\t\t\tsymbols = getOwnPropertySymbols(from);\n\t\t\tfor (var i = 0; i < symbols.length; i++) {\n\t\t\t\tif (propIsEnumerable.call(from, symbols[i])) {\n\t\t\t\t\tto[symbols[i]] = from[symbols[i]];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn to;\n};\n","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\nvar ReactPropTypesSecret = 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED';\n\nmodule.exports = ReactPropTypesSecret;\n","module.exports = Function.call.bind(Object.prototype.hasOwnProperty);\n","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\nvar printWarning = function() {};\n\nif (process.env.NODE_ENV !== 'production') {\n var ReactPropTypesSecret = require('./lib/ReactPropTypesSecret');\n var loggedTypeFailures = {};\n var has = require('./lib/has');\n\n printWarning = function(text) {\n var message = 'Warning: ' + text;\n if (typeof console !== 'undefined') {\n console.error(message);\n }\n try {\n // --- Welcome to debugging React ---\n // This error was thrown as a convenience so that you can use this stack\n // to find the callsite that caused this warning to fire.\n throw new Error(message);\n } catch (x) { /**/ }\n };\n}\n\n/**\n * Assert that the values match with the type specs.\n * Error messages are memorized and will only be shown once.\n *\n * @param {object} typeSpecs Map of name to a ReactPropType\n * @param {object} values Runtime values that need to be type-checked\n * @param {string} location e.g. \"prop\", \"context\", \"child context\"\n * @param {string} componentName Name of the component for error messages.\n * @param {?Function} getStack Returns the component stack.\n * @private\n */\nfunction checkPropTypes(typeSpecs, values, location, componentName, getStack) {\n if (process.env.NODE_ENV !== 'production') {\n for (var typeSpecName in typeSpecs) {\n if (has(typeSpecs, typeSpecName)) {\n var error;\n // Prop type validation may throw. In case they do, we don't want to\n // fail the render phase where it didn't fail before. So we log it.\n // After these have been cleaned up, we'll let them throw.\n try {\n // This is intentionally an invariant that gets caught. It's the same\n // behavior as without this statement except with a better message.\n if (typeof typeSpecs[typeSpecName] !== 'function') {\n var err = Error(\n (componentName || 'React class') + ': ' + location + ' type `' + typeSpecName + '` is invalid; ' +\n 'it must be a function, usually from the `prop-types` package, but received `' + typeof typeSpecs[typeSpecName] + '`.' +\n 'This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.'\n );\n err.name = 'Invariant Violation';\n throw err;\n }\n error = typeSpecs[typeSpecName](values, typeSpecName, componentName, location, null, ReactPropTypesSecret);\n } catch (ex) {\n error = ex;\n }\n if (error && !(error instanceof Error)) {\n printWarning(\n (componentName || 'React class') + ': type specification of ' +\n location + ' `' + typeSpecName + '` is invalid; the type checker ' +\n 'function must return `null` or an `Error` but returned a ' + typeof error + '. ' +\n 'You may have forgotten to pass an argument to the type checker ' +\n 'creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and ' +\n 'shape all require an argument).'\n );\n }\n if (error instanceof Error && !(error.message in loggedTypeFailures)) {\n // Only monitor this failure once because there tends to be a lot of the\n // same error.\n loggedTypeFailures[error.message] = true;\n\n var stack = getStack ? getStack() : '';\n\n printWarning(\n 'Failed ' + location + ' type: ' + error.message + (stack != null ? stack : '')\n );\n }\n }\n }\n }\n}\n\n/**\n * Resets warning cache when testing.\n *\n * @private\n */\ncheckPropTypes.resetWarningCache = function() {\n if (process.env.NODE_ENV !== 'production') {\n loggedTypeFailures = {};\n }\n}\n\nmodule.exports = checkPropTypes;\n","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\nvar ReactIs = require('react-is');\nvar assign = require('object-assign');\n\nvar ReactPropTypesSecret = require('./lib/ReactPropTypesSecret');\nvar has = require('./lib/has');\nvar checkPropTypes = require('./checkPropTypes');\n\nvar printWarning = function() {};\n\nif (process.env.NODE_ENV !== 'production') {\n printWarning = function(text) {\n var message = 'Warning: ' + text;\n if (typeof console !== 'undefined') {\n console.error(message);\n }\n try {\n // --- Welcome to debugging React ---\n // This error was thrown as a convenience so that you can use this stack\n // to find the callsite that caused this warning to fire.\n throw new Error(message);\n } catch (x) {}\n };\n}\n\nfunction emptyFunctionThatReturnsNull() {\n return null;\n}\n\nmodule.exports = function(isValidElement, throwOnDirectAccess) {\n /* global Symbol */\n var ITERATOR_SYMBOL = typeof Symbol === 'function' && Symbol.iterator;\n var FAUX_ITERATOR_SYMBOL = '@@iterator'; // Before Symbol spec.\n\n /**\n * Returns the iterator method function contained on the iterable object.\n *\n * Be sure to invoke the function with the iterable as context:\n *\n * var iteratorFn = getIteratorFn(myIterable);\n * if (iteratorFn) {\n * var iterator = iteratorFn.call(myIterable);\n * ...\n * }\n *\n * @param {?object} maybeIterable\n * @return {?function}\n */\n function getIteratorFn(maybeIterable) {\n var iteratorFn = maybeIterable && (ITERATOR_SYMBOL && maybeIterable[ITERATOR_SYMBOL] || maybeIterable[FAUX_ITERATOR_SYMBOL]);\n if (typeof iteratorFn === 'function') {\n return iteratorFn;\n }\n }\n\n /**\n * Collection of methods that allow declaration and validation of props that are\n * supplied to React components. Example usage:\n *\n * var Props = require('ReactPropTypes');\n * var MyArticle = React.createClass({\n * propTypes: {\n * // An optional string prop named \"description\".\n * description: Props.string,\n *\n * // A required enum prop named \"category\".\n * category: Props.oneOf(['News','Photos']).isRequired,\n *\n * // A prop named \"dialog\" that requires an instance of Dialog.\n * dialog: Props.instanceOf(Dialog).isRequired\n * },\n * render: function() { ... }\n * });\n *\n * A more formal specification of how these methods are used:\n *\n * type := array|bool|func|object|number|string|oneOf([...])|instanceOf(...)\n * decl := ReactPropTypes.{type}(.isRequired)?\n *\n * Each and every declaration produces a function with the same signature. This\n * allows the creation of custom validation functions. For example:\n *\n * var MyLink = React.createClass({\n * propTypes: {\n * // An optional string or URI prop named \"href\".\n * href: function(props, propName, componentName) {\n * var propValue = props[propName];\n * if (propValue != null && typeof propValue !== 'string' &&\n * !(propValue instanceof URI)) {\n * return new Error(\n * 'Expected a string or an URI for ' + propName + ' in ' +\n * componentName\n * );\n * }\n * }\n * },\n * render: function() {...}\n * });\n *\n * @internal\n */\n\n var ANONYMOUS = '<>';\n\n // Important!\n // Keep this list in sync with production version in `./factoryWithThrowingShims.js`.\n var ReactPropTypes = {\n array: createPrimitiveTypeChecker('array'),\n bigint: createPrimitiveTypeChecker('bigint'),\n bool: createPrimitiveTypeChecker('boolean'),\n func: createPrimitiveTypeChecker('function'),\n number: createPrimitiveTypeChecker('number'),\n object: createPrimitiveTypeChecker('object'),\n string: createPrimitiveTypeChecker('string'),\n symbol: createPrimitiveTypeChecker('symbol'),\n\n any: createAnyTypeChecker(),\n arrayOf: createArrayOfTypeChecker,\n element: createElementTypeChecker(),\n elementType: createElementTypeTypeChecker(),\n instanceOf: createInstanceTypeChecker,\n node: createNodeChecker(),\n objectOf: createObjectOfTypeChecker,\n oneOf: createEnumTypeChecker,\n oneOfType: createUnionTypeChecker,\n shape: createShapeTypeChecker,\n exact: createStrictShapeTypeChecker,\n };\n\n /**\n * inlined Object.is polyfill to avoid requiring consumers ship their own\n * https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is\n */\n /*eslint-disable no-self-compare*/\n function is(x, y) {\n // SameValue algorithm\n if (x === y) {\n // Steps 1-5, 7-10\n // Steps 6.b-6.e: +0 != -0\n return x !== 0 || 1 / x === 1 / y;\n } else {\n // Step 6.a: NaN == NaN\n return x !== x && y !== y;\n }\n }\n /*eslint-enable no-self-compare*/\n\n /**\n * We use an Error-like object for backward compatibility as people may call\n * PropTypes directly and inspect their output. However, we don't use real\n * Errors anymore. We don't inspect their stack anyway, and creating them\n * is prohibitively expensive if they are created too often, such as what\n * happens in oneOfType() for any type before the one that matched.\n */\n function PropTypeError(message, data) {\n this.message = message;\n this.data = data && typeof data === 'object' ? data: {};\n this.stack = '';\n }\n // Make `instanceof Error` still work for returned errors.\n PropTypeError.prototype = Error.prototype;\n\n function createChainableTypeChecker(validate) {\n if (process.env.NODE_ENV !== 'production') {\n var manualPropTypeCallCache = {};\n var manualPropTypeWarningCount = 0;\n }\n function checkType(isRequired, props, propName, componentName, location, propFullName, secret) {\n componentName = componentName || ANONYMOUS;\n propFullName = propFullName || propName;\n\n if (secret !== ReactPropTypesSecret) {\n if (throwOnDirectAccess) {\n // New behavior only for users of `prop-types` package\n var err = new Error(\n 'Calling PropTypes validators directly is not supported by the `prop-types` package. ' +\n 'Use `PropTypes.checkPropTypes()` to call them. ' +\n 'Read more at http://fb.me/use-check-prop-types'\n );\n err.name = 'Invariant Violation';\n throw err;\n } else if (process.env.NODE_ENV !== 'production' && typeof console !== 'undefined') {\n // Old behavior for people using React.PropTypes\n var cacheKey = componentName + ':' + propName;\n if (\n !manualPropTypeCallCache[cacheKey] &&\n // Avoid spamming the console because they are often not actionable except for lib authors\n manualPropTypeWarningCount < 3\n ) {\n printWarning(\n 'You are manually calling a React.PropTypes validation ' +\n 'function for the `' + propFullName + '` prop on `' + componentName + '`. This is deprecated ' +\n 'and will throw in the standalone `prop-types` package. ' +\n 'You may be seeing this warning due to a third-party PropTypes ' +\n 'library. See https://fb.me/react-warning-dont-call-proptypes ' + 'for details.'\n );\n manualPropTypeCallCache[cacheKey] = true;\n manualPropTypeWarningCount++;\n }\n }\n }\n if (props[propName] == null) {\n if (isRequired) {\n if (props[propName] === null) {\n return new PropTypeError('The ' + location + ' `' + propFullName + '` is marked as required ' + ('in `' + componentName + '`, but its value is `null`.'));\n }\n return new PropTypeError('The ' + location + ' `' + propFullName + '` is marked as required in ' + ('`' + componentName + '`, but its value is `undefined`.'));\n }\n return null;\n } else {\n return validate(props, propName, componentName, location, propFullName);\n }\n }\n\n var chainedCheckType = checkType.bind(null, false);\n chainedCheckType.isRequired = checkType.bind(null, true);\n\n return chainedCheckType;\n }\n\n function createPrimitiveTypeChecker(expectedType) {\n function validate(props, propName, componentName, location, propFullName, secret) {\n var propValue = props[propName];\n var propType = getPropType(propValue);\n if (propType !== expectedType) {\n // `propValue` being instance of, say, date/regexp, pass the 'object'\n // check, but we can offer a more precise error message here rather than\n // 'of type `object`'.\n var preciseType = getPreciseType(propValue);\n\n return new PropTypeError(\n 'Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + preciseType + '` supplied to `' + componentName + '`, expected ') + ('`' + expectedType + '`.'),\n {expectedType: expectedType}\n );\n }\n return null;\n }\n return createChainableTypeChecker(validate);\n }\n\n function createAnyTypeChecker() {\n return createChainableTypeChecker(emptyFunctionThatReturnsNull);\n }\n\n function createArrayOfTypeChecker(typeChecker) {\n function validate(props, propName, componentName, location, propFullName) {\n if (typeof typeChecker !== 'function') {\n return new PropTypeError('Property `' + propFullName + '` of component `' + componentName + '` has invalid PropType notation inside arrayOf.');\n }\n var propValue = props[propName];\n if (!Array.isArray(propValue)) {\n var propType = getPropType(propValue);\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected an array.'));\n }\n for (var i = 0; i < propValue.length; i++) {\n var error = typeChecker(propValue, i, componentName, location, propFullName + '[' + i + ']', ReactPropTypesSecret);\n if (error instanceof Error) {\n return error;\n }\n }\n return null;\n }\n return createChainableTypeChecker(validate);\n }\n\n function createElementTypeChecker() {\n function validate(props, propName, componentName, location, propFullName) {\n var propValue = props[propName];\n if (!isValidElement(propValue)) {\n var propType = getPropType(propValue);\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected a single ReactElement.'));\n }\n return null;\n }\n return createChainableTypeChecker(validate);\n }\n\n function createElementTypeTypeChecker() {\n function validate(props, propName, componentName, location, propFullName) {\n var propValue = props[propName];\n if (!ReactIs.isValidElementType(propValue)) {\n var propType = getPropType(propValue);\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected a single ReactElement type.'));\n }\n return null;\n }\n return createChainableTypeChecker(validate);\n }\n\n function createInstanceTypeChecker(expectedClass) {\n function validate(props, propName, componentName, location, propFullName) {\n if (!(props[propName] instanceof expectedClass)) {\n var expectedClassName = expectedClass.name || ANONYMOUS;\n var actualClassName = getClassName(props[propName]);\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + actualClassName + '` supplied to `' + componentName + '`, expected ') + ('instance of `' + expectedClassName + '`.'));\n }\n return null;\n }\n return createChainableTypeChecker(validate);\n }\n\n function createEnumTypeChecker(expectedValues) {\n if (!Array.isArray(expectedValues)) {\n if (process.env.NODE_ENV !== 'production') {\n if (arguments.length > 1) {\n printWarning(\n 'Invalid arguments supplied to oneOf, expected an array, got ' + arguments.length + ' arguments. ' +\n 'A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z]).'\n );\n } else {\n printWarning('Invalid argument supplied to oneOf, expected an array.');\n }\n }\n return emptyFunctionThatReturnsNull;\n }\n\n function validate(props, propName, componentName, location, propFullName) {\n var propValue = props[propName];\n for (var i = 0; i < expectedValues.length; i++) {\n if (is(propValue, expectedValues[i])) {\n return null;\n }\n }\n\n var valuesString = JSON.stringify(expectedValues, function replacer(key, value) {\n var type = getPreciseType(value);\n if (type === 'symbol') {\n return String(value);\n }\n return value;\n });\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of value `' + String(propValue) + '` ' + ('supplied to `' + componentName + '`, expected one of ' + valuesString + '.'));\n }\n return createChainableTypeChecker(validate);\n }\n\n function createObjectOfTypeChecker(typeChecker) {\n function validate(props, propName, componentName, location, propFullName) {\n if (typeof typeChecker !== 'function') {\n return new PropTypeError('Property `' + propFullName + '` of component `' + componentName + '` has invalid PropType notation inside objectOf.');\n }\n var propValue = props[propName];\n var propType = getPropType(propValue);\n if (propType !== 'object') {\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected an object.'));\n }\n for (var key in propValue) {\n if (has(propValue, key)) {\n var error = typeChecker(propValue, key, componentName, location, propFullName + '.' + key, ReactPropTypesSecret);\n if (error instanceof Error) {\n return error;\n }\n }\n }\n return null;\n }\n return createChainableTypeChecker(validate);\n }\n\n function createUnionTypeChecker(arrayOfTypeCheckers) {\n if (!Array.isArray(arrayOfTypeCheckers)) {\n process.env.NODE_ENV !== 'production' ? printWarning('Invalid argument supplied to oneOfType, expected an instance of array.') : void 0;\n return emptyFunctionThatReturnsNull;\n }\n\n for (var i = 0; i < arrayOfTypeCheckers.length; i++) {\n var checker = arrayOfTypeCheckers[i];\n if (typeof checker !== 'function') {\n printWarning(\n 'Invalid argument supplied to oneOfType. Expected an array of check functions, but ' +\n 'received ' + getPostfixForTypeWarning(checker) + ' at index ' + i + '.'\n );\n return emptyFunctionThatReturnsNull;\n }\n }\n\n function validate(props, propName, componentName, location, propFullName) {\n var expectedTypes = [];\n for (var i = 0; i < arrayOfTypeCheckers.length; i++) {\n var checker = arrayOfTypeCheckers[i];\n var checkerResult = checker(props, propName, componentName, location, propFullName, ReactPropTypesSecret);\n if (checkerResult == null) {\n return null;\n }\n if (checkerResult.data && has(checkerResult.data, 'expectedType')) {\n expectedTypes.push(checkerResult.data.expectedType);\n }\n }\n var expectedTypesMessage = (expectedTypes.length > 0) ? ', expected one of type [' + expectedTypes.join(', ') + ']': '';\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` supplied to ' + ('`' + componentName + '`' + expectedTypesMessage + '.'));\n }\n return createChainableTypeChecker(validate);\n }\n\n function createNodeChecker() {\n function validate(props, propName, componentName, location, propFullName) {\n if (!isNode(props[propName])) {\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` supplied to ' + ('`' + componentName + '`, expected a ReactNode.'));\n }\n return null;\n }\n return createChainableTypeChecker(validate);\n }\n\n function invalidValidatorError(componentName, location, propFullName, key, type) {\n return new PropTypeError(\n (componentName || 'React class') + ': ' + location + ' type `' + propFullName + '.' + key + '` is invalid; ' +\n 'it must be a function, usually from the `prop-types` package, but received `' + type + '`.'\n );\n }\n\n function createShapeTypeChecker(shapeTypes) {\n function validate(props, propName, componentName, location, propFullName) {\n var propValue = props[propName];\n var propType = getPropType(propValue);\n if (propType !== 'object') {\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type `' + propType + '` ' + ('supplied to `' + componentName + '`, expected `object`.'));\n }\n for (var key in shapeTypes) {\n var checker = shapeTypes[key];\n if (typeof checker !== 'function') {\n return invalidValidatorError(componentName, location, propFullName, key, getPreciseType(checker));\n }\n var error = checker(propValue, key, componentName, location, propFullName + '.' + key, ReactPropTypesSecret);\n if (error) {\n return error;\n }\n }\n return null;\n }\n return createChainableTypeChecker(validate);\n }\n\n function createStrictShapeTypeChecker(shapeTypes) {\n function validate(props, propName, componentName, location, propFullName) {\n var propValue = props[propName];\n var propType = getPropType(propValue);\n if (propType !== 'object') {\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type `' + propType + '` ' + ('supplied to `' + componentName + '`, expected `object`.'));\n }\n // We need to check all keys in case some are required but missing from props.\n var allKeys = assign({}, props[propName], shapeTypes);\n for (var key in allKeys) {\n var checker = shapeTypes[key];\n if (has(shapeTypes, key) && typeof checker !== 'function') {\n return invalidValidatorError(componentName, location, propFullName, key, getPreciseType(checker));\n }\n if (!checker) {\n return new PropTypeError(\n 'Invalid ' + location + ' `' + propFullName + '` key `' + key + '` supplied to `' + componentName + '`.' +\n '\\nBad object: ' + JSON.stringify(props[propName], null, ' ') +\n '\\nValid keys: ' + JSON.stringify(Object.keys(shapeTypes), null, ' ')\n );\n }\n var error = checker(propValue, key, componentName, location, propFullName + '.' + key, ReactPropTypesSecret);\n if (error) {\n return error;\n }\n }\n return null;\n }\n\n return createChainableTypeChecker(validate);\n }\n\n function isNode(propValue) {\n switch (typeof propValue) {\n case 'number':\n case 'string':\n case 'undefined':\n return true;\n case 'boolean':\n return !propValue;\n case 'object':\n if (Array.isArray(propValue)) {\n return propValue.every(isNode);\n }\n if (propValue === null || isValidElement(propValue)) {\n return true;\n }\n\n var iteratorFn = getIteratorFn(propValue);\n if (iteratorFn) {\n var iterator = iteratorFn.call(propValue);\n var step;\n if (iteratorFn !== propValue.entries) {\n while (!(step = iterator.next()).done) {\n if (!isNode(step.value)) {\n return false;\n }\n }\n } else {\n // Iterator will provide entry [k,v] tuples rather than values.\n while (!(step = iterator.next()).done) {\n var entry = step.value;\n if (entry) {\n if (!isNode(entry[1])) {\n return false;\n }\n }\n }\n }\n } else {\n return false;\n }\n\n return true;\n default:\n return false;\n }\n }\n\n function isSymbol(propType, propValue) {\n // Native Symbol.\n if (propType === 'symbol') {\n return true;\n }\n\n // falsy value can't be a Symbol\n if (!propValue) {\n return false;\n }\n\n // 19.4.3.5 Symbol.prototype[@@toStringTag] === 'Symbol'\n if (propValue['@@toStringTag'] === 'Symbol') {\n return true;\n }\n\n // Fallback for non-spec compliant Symbols which are polyfilled.\n if (typeof Symbol === 'function' && propValue instanceof Symbol) {\n return true;\n }\n\n return false;\n }\n\n // Equivalent of `typeof` but with special handling for array and regexp.\n function getPropType(propValue) {\n var propType = typeof propValue;\n if (Array.isArray(propValue)) {\n return 'array';\n }\n if (propValue instanceof RegExp) {\n // Old webkits (at least until Android 4.0) return 'function' rather than\n // 'object' for typeof a RegExp. We'll normalize this here so that /bla/\n // passes PropTypes.object.\n return 'object';\n }\n if (isSymbol(propType, propValue)) {\n return 'symbol';\n }\n return propType;\n }\n\n // This handles more types than `getPropType`. Only used for error messages.\n // See `createPrimitiveTypeChecker`.\n function getPreciseType(propValue) {\n if (typeof propValue === 'undefined' || propValue === null) {\n return '' + propValue;\n }\n var propType = getPropType(propValue);\n if (propType === 'object') {\n if (propValue instanceof Date) {\n return 'date';\n } else if (propValue instanceof RegExp) {\n return 'regexp';\n }\n }\n return propType;\n }\n\n // Returns a string that is postfixed to a warning about an invalid type.\n // For example, \"undefined\" or \"of type array\"\n function getPostfixForTypeWarning(value) {\n var type = getPreciseType(value);\n switch (type) {\n case 'array':\n case 'object':\n return 'an ' + type;\n case 'boolean':\n case 'date':\n case 'regexp':\n return 'a ' + type;\n default:\n return type;\n }\n }\n\n // Returns class name of the object, if any.\n function getClassName(propValue) {\n if (!propValue.constructor || !propValue.constructor.name) {\n return ANONYMOUS;\n }\n return propValue.constructor.name;\n }\n\n ReactPropTypes.checkPropTypes = checkPropTypes;\n ReactPropTypes.resetWarningCache = checkPropTypes.resetWarningCache;\n ReactPropTypes.PropTypes = ReactPropTypes;\n\n return ReactPropTypes;\n};\n","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\nvar ReactPropTypesSecret = require('./lib/ReactPropTypesSecret');\n\nfunction emptyFunction() {}\nfunction emptyFunctionWithReset() {}\nemptyFunctionWithReset.resetWarningCache = emptyFunction;\n\nmodule.exports = function() {\n function shim(props, propName, componentName, location, propFullName, secret) {\n if (secret === ReactPropTypesSecret) {\n // It is still safe when called from React.\n return;\n }\n var err = new Error(\n 'Calling PropTypes validators directly is not supported by the `prop-types` package. ' +\n 'Use PropTypes.checkPropTypes() to call them. ' +\n 'Read more at http://fb.me/use-check-prop-types'\n );\n err.name = 'Invariant Violation';\n throw err;\n };\n shim.isRequired = shim;\n function getShim() {\n return shim;\n };\n // Important!\n // Keep this list in sync with production version in `./factoryWithTypeCheckers.js`.\n var ReactPropTypes = {\n array: shim,\n bigint: shim,\n bool: shim,\n func: shim,\n number: shim,\n object: shim,\n string: shim,\n symbol: shim,\n\n any: shim,\n arrayOf: getShim,\n element: shim,\n elementType: shim,\n instanceOf: getShim,\n node: shim,\n objectOf: getShim,\n oneOf: getShim,\n oneOfType: getShim,\n shape: getShim,\n exact: getShim,\n\n checkPropTypes: emptyFunctionWithReset,\n resetWarningCache: emptyFunction\n };\n\n ReactPropTypes.PropTypes = ReactPropTypes;\n\n return ReactPropTypes;\n};\n","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nif (process.env.NODE_ENV !== 'production') {\n var ReactIs = require('react-is');\n\n // By explicitly using `prop-types` you are opting into new development behavior.\n // http://fb.me/prop-types-in-prod\n var throwOnDirectAccess = true;\n module.exports = require('./factoryWithTypeCheckers')(ReactIs.isElement, throwOnDirectAccess);\n} else {\n // By explicitly using `prop-types` you are opting into new production behavior.\n // http://fb.me/prop-types-in-prod\n module.exports = require('./factoryWithThrowingShims')();\n}\n","/**\n * WARNING: Don't import this directly.\n * Use `MuiError` from `@mui/utils/macros/MuiError.macro` instead.\n * @param {number} code\n */\nexport default function formatMuiErrorMessage(code) {\n // Apply babel-plugin-transform-template-literals in loose mode\n // loose mode is safe iff we're concatenating primitives\n // see https://babeljs.io/docs/en/babel-plugin-transform-template-literals#loose\n /* eslint-disable prefer-template */\n let url = 'https://mui.com/production-error/?code=' + code;\n for (let i = 1; i < arguments.length; i += 1) {\n // rest params over-transpile for this case\n // eslint-disable-next-line prefer-rest-params\n url += '&args[]=' + encodeURIComponent(arguments[i]);\n }\n return 'Minified MUI error #' + code + '; visit ' + url + ' for the full message.';\n /* eslint-enable prefer-template */\n}","/**\n * @license React\n * react-is.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n'use strict';var b=Symbol.for(\"react.element\"),c=Symbol.for(\"react.portal\"),d=Symbol.for(\"react.fragment\"),e=Symbol.for(\"react.strict_mode\"),f=Symbol.for(\"react.profiler\"),g=Symbol.for(\"react.provider\"),h=Symbol.for(\"react.context\"),k=Symbol.for(\"react.server_context\"),l=Symbol.for(\"react.forward_ref\"),m=Symbol.for(\"react.suspense\"),n=Symbol.for(\"react.suspense_list\"),p=Symbol.for(\"react.memo\"),q=Symbol.for(\"react.lazy\"),t=Symbol.for(\"react.offscreen\"),u;u=Symbol.for(\"react.module.reference\");\nfunction v(a){if(\"object\"===typeof a&&null!==a){var r=a.$$typeof;switch(r){case b:switch(a=a.type,a){case d:case f:case e:case m:case n:return a;default:switch(a=a&&a.$$typeof,a){case k:case h:case l:case q:case p:case g:return a;default:return r}}case c:return r}}}exports.ContextConsumer=h;exports.ContextProvider=g;exports.Element=b;exports.ForwardRef=l;exports.Fragment=d;exports.Lazy=q;exports.Memo=p;exports.Portal=c;exports.Profiler=f;exports.StrictMode=e;exports.Suspense=m;\nexports.SuspenseList=n;exports.isAsyncMode=function(){return!1};exports.isConcurrentMode=function(){return!1};exports.isContextConsumer=function(a){return v(a)===h};exports.isContextProvider=function(a){return v(a)===g};exports.isElement=function(a){return\"object\"===typeof a&&null!==a&&a.$$typeof===b};exports.isForwardRef=function(a){return v(a)===l};exports.isFragment=function(a){return v(a)===d};exports.isLazy=function(a){return v(a)===q};exports.isMemo=function(a){return v(a)===p};\nexports.isPortal=function(a){return v(a)===c};exports.isProfiler=function(a){return v(a)===f};exports.isStrictMode=function(a){return v(a)===e};exports.isSuspense=function(a){return v(a)===m};exports.isSuspenseList=function(a){return v(a)===n};\nexports.isValidElementType=function(a){return\"string\"===typeof a||\"function\"===typeof a||a===d||a===f||a===e||a===m||a===n||a===t||\"object\"===typeof a&&null!==a&&(a.$$typeof===q||a.$$typeof===p||a.$$typeof===g||a.$$typeof===h||a.$$typeof===l||a.$$typeof===u||void 0!==a.getModuleId)?!0:!1};exports.typeOf=v;\n","/**\n * @license React\n * react-is.development.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\nif (process.env.NODE_ENV !== \"production\") {\n (function() {\n'use strict';\n\n// ATTENTION\n// When adding new symbols to this file,\n// Please consider also adding to 'react-devtools-shared/src/backend/ReactSymbols'\n// The Symbol used to tag the ReactElement-like types.\nvar REACT_ELEMENT_TYPE = Symbol.for('react.element');\nvar REACT_PORTAL_TYPE = Symbol.for('react.portal');\nvar REACT_FRAGMENT_TYPE = Symbol.for('react.fragment');\nvar REACT_STRICT_MODE_TYPE = Symbol.for('react.strict_mode');\nvar REACT_PROFILER_TYPE = Symbol.for('react.profiler');\nvar REACT_PROVIDER_TYPE = Symbol.for('react.provider');\nvar REACT_CONTEXT_TYPE = Symbol.for('react.context');\nvar REACT_SERVER_CONTEXT_TYPE = Symbol.for('react.server_context');\nvar REACT_FORWARD_REF_TYPE = Symbol.for('react.forward_ref');\nvar REACT_SUSPENSE_TYPE = Symbol.for('react.suspense');\nvar REACT_SUSPENSE_LIST_TYPE = Symbol.for('react.suspense_list');\nvar REACT_MEMO_TYPE = Symbol.for('react.memo');\nvar REACT_LAZY_TYPE = Symbol.for('react.lazy');\nvar REACT_OFFSCREEN_TYPE = Symbol.for('react.offscreen');\n\n// -----------------------------------------------------------------------------\n\nvar enableScopeAPI = false; // Experimental Create Event Handle API.\nvar enableCacheElement = false;\nvar enableTransitionTracing = false; // No known bugs, but needs performance testing\n\nvar enableLegacyHidden = false; // Enables unstable_avoidThisFallback feature in Fiber\n// stuff. Intended to enable React core members to more easily debug scheduling\n// issues in DEV builds.\n\nvar enableDebugTracing = false; // Track which Fiber(s) schedule render work.\n\nvar REACT_MODULE_REFERENCE;\n\n{\n REACT_MODULE_REFERENCE = Symbol.for('react.module.reference');\n}\n\nfunction isValidElementType(type) {\n if (typeof type === 'string' || typeof type === 'function') {\n return true;\n } // Note: typeof might be other than 'symbol' or 'number' (e.g. if it's a polyfill).\n\n\n if (type === REACT_FRAGMENT_TYPE || type === REACT_PROFILER_TYPE || enableDebugTracing || type === REACT_STRICT_MODE_TYPE || type === REACT_SUSPENSE_TYPE || type === REACT_SUSPENSE_LIST_TYPE || enableLegacyHidden || type === REACT_OFFSCREEN_TYPE || enableScopeAPI || enableCacheElement || enableTransitionTracing ) {\n return true;\n }\n\n if (typeof type === 'object' && type !== null) {\n if (type.$$typeof === REACT_LAZY_TYPE || type.$$typeof === REACT_MEMO_TYPE || type.$$typeof === REACT_PROVIDER_TYPE || type.$$typeof === REACT_CONTEXT_TYPE || type.$$typeof === REACT_FORWARD_REF_TYPE || // This needs to include all possible module reference object\n // types supported by any Flight configuration anywhere since\n // we don't know which Flight build this will end up being used\n // with.\n type.$$typeof === REACT_MODULE_REFERENCE || type.getModuleId !== undefined) {\n return true;\n }\n }\n\n return false;\n}\n\nfunction typeOf(object) {\n if (typeof object === 'object' && object !== null) {\n var $$typeof = object.$$typeof;\n\n switch ($$typeof) {\n case REACT_ELEMENT_TYPE:\n var type = object.type;\n\n switch (type) {\n case REACT_FRAGMENT_TYPE:\n case REACT_PROFILER_TYPE:\n case REACT_STRICT_MODE_TYPE:\n case REACT_SUSPENSE_TYPE:\n case REACT_SUSPENSE_LIST_TYPE:\n return type;\n\n default:\n var $$typeofType = type && type.$$typeof;\n\n switch ($$typeofType) {\n case REACT_SERVER_CONTEXT_TYPE:\n case REACT_CONTEXT_TYPE:\n case REACT_FORWARD_REF_TYPE:\n case REACT_LAZY_TYPE:\n case REACT_MEMO_TYPE:\n case REACT_PROVIDER_TYPE:\n return $$typeofType;\n\n default:\n return $$typeof;\n }\n\n }\n\n case REACT_PORTAL_TYPE:\n return $$typeof;\n }\n }\n\n return undefined;\n}\nvar ContextConsumer = REACT_CONTEXT_TYPE;\nvar ContextProvider = REACT_PROVIDER_TYPE;\nvar Element = REACT_ELEMENT_TYPE;\nvar ForwardRef = REACT_FORWARD_REF_TYPE;\nvar Fragment = REACT_FRAGMENT_TYPE;\nvar Lazy = REACT_LAZY_TYPE;\nvar Memo = REACT_MEMO_TYPE;\nvar Portal = REACT_PORTAL_TYPE;\nvar Profiler = REACT_PROFILER_TYPE;\nvar StrictMode = REACT_STRICT_MODE_TYPE;\nvar Suspense = REACT_SUSPENSE_TYPE;\nvar SuspenseList = REACT_SUSPENSE_LIST_TYPE;\nvar hasWarnedAboutDeprecatedIsAsyncMode = false;\nvar hasWarnedAboutDeprecatedIsConcurrentMode = false; // AsyncMode should be deprecated\n\nfunction isAsyncMode(object) {\n {\n if (!hasWarnedAboutDeprecatedIsAsyncMode) {\n hasWarnedAboutDeprecatedIsAsyncMode = true; // Using console['warn'] to evade Babel and ESLint\n\n console['warn']('The ReactIs.isAsyncMode() alias has been deprecated, ' + 'and will be removed in React 18+.');\n }\n }\n\n return false;\n}\nfunction isConcurrentMode(object) {\n {\n if (!hasWarnedAboutDeprecatedIsConcurrentMode) {\n hasWarnedAboutDeprecatedIsConcurrentMode = true; // Using console['warn'] to evade Babel and ESLint\n\n console['warn']('The ReactIs.isConcurrentMode() alias has been deprecated, ' + 'and will be removed in React 18+.');\n }\n }\n\n return false;\n}\nfunction isContextConsumer(object) {\n return typeOf(object) === REACT_CONTEXT_TYPE;\n}\nfunction isContextProvider(object) {\n return typeOf(object) === REACT_PROVIDER_TYPE;\n}\nfunction isElement(object) {\n return typeof object === 'object' && object !== null && object.$$typeof === REACT_ELEMENT_TYPE;\n}\nfunction isForwardRef(object) {\n return typeOf(object) === REACT_FORWARD_REF_TYPE;\n}\nfunction isFragment(object) {\n return typeOf(object) === REACT_FRAGMENT_TYPE;\n}\nfunction isLazy(object) {\n return typeOf(object) === REACT_LAZY_TYPE;\n}\nfunction isMemo(object) {\n return typeOf(object) === REACT_MEMO_TYPE;\n}\nfunction isPortal(object) {\n return typeOf(object) === REACT_PORTAL_TYPE;\n}\nfunction isProfiler(object) {\n return typeOf(object) === REACT_PROFILER_TYPE;\n}\nfunction isStrictMode(object) {\n return typeOf(object) === REACT_STRICT_MODE_TYPE;\n}\nfunction isSuspense(object) {\n return typeOf(object) === REACT_SUSPENSE_TYPE;\n}\nfunction isSuspenseList(object) {\n return typeOf(object) === REACT_SUSPENSE_LIST_TYPE;\n}\n\nexports.ContextConsumer = ContextConsumer;\nexports.ContextProvider = ContextProvider;\nexports.Element = Element;\nexports.ForwardRef = ForwardRef;\nexports.Fragment = Fragment;\nexports.Lazy = Lazy;\nexports.Memo = Memo;\nexports.Portal = Portal;\nexports.Profiler = Profiler;\nexports.StrictMode = StrictMode;\nexports.Suspense = Suspense;\nexports.SuspenseList = SuspenseList;\nexports.isAsyncMode = isAsyncMode;\nexports.isConcurrentMode = isConcurrentMode;\nexports.isContextConsumer = isContextConsumer;\nexports.isContextProvider = isContextProvider;\nexports.isElement = isElement;\nexports.isForwardRef = isForwardRef;\nexports.isFragment = isFragment;\nexports.isLazy = isLazy;\nexports.isMemo = isMemo;\nexports.isPortal = isPortal;\nexports.isProfiler = isProfiler;\nexports.isStrictMode = isStrictMode;\nexports.isSuspense = isSuspense;\nexports.isSuspenseList = isSuspenseList;\nexports.isValidElementType = isValidElementType;\nexports.typeOf = typeOf;\n })();\n}\n","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('./cjs/react-is.production.min.js');\n} else {\n module.exports = require('./cjs/react-is.development.js');\n}\n","import { ForwardRef, Memo } from 'react-is';\n\n// Simplified polyfill for IE11 support\n// https://github.com/JamesMGreene/Function.name/blob/58b314d4a983110c3682f1228f845d39ccca1817/Function.name.js#L3\nconst fnNameMatchRegex = /^\\s*function(?:\\s|\\s*\\/\\*.*\\*\\/\\s*)+([^(\\s/]*)\\s*/;\nexport function getFunctionName(fn) {\n const match = `${fn}`.match(fnNameMatchRegex);\n const name = match && match[1];\n return name || '';\n}\nfunction getFunctionComponentName(Component, fallback = '') {\n return Component.displayName || Component.name || getFunctionName(Component) || fallback;\n}\nfunction getWrappedName(outerType, innerType, wrapperName) {\n const functionName = getFunctionComponentName(innerType);\n return outerType.displayName || (functionName !== '' ? `${wrapperName}(${functionName})` : wrapperName);\n}\n\n/**\n * cherry-pick from\n * https://github.com/facebook/react/blob/769b1f270e1251d9dbdce0fcbd9e92e502d059b8/packages/shared/getComponentName.js\n * originally forked from recompose/getDisplayName with added IE11 support\n */\nexport default function getDisplayName(Component) {\n if (Component == null) {\n return undefined;\n }\n if (typeof Component === 'string') {\n return Component;\n }\n if (typeof Component === 'function') {\n return getFunctionComponentName(Component, 'Component');\n }\n\n // TypeScript can't have components as objects but they exist in the form of `memo` or `Suspense`\n if (typeof Component === 'object') {\n switch (Component.$$typeof) {\n case ForwardRef:\n return getWrappedName(Component, Component.render, 'ForwardRef');\n case Memo:\n return getWrappedName(Component, Component.type, 'memo');\n default:\n return undefined;\n }\n }\n return undefined;\n}","import _formatMuiErrorMessage from \"../formatMuiErrorMessage\";\n// It should to be noted that this function isn't equivalent to `text-transform: capitalize`.\n//\n// A strict capitalization should uppercase the first letter of each word in the sentence.\n// We only handle the first word.\nexport default function capitalize(string) {\n if (typeof string !== 'string') {\n throw new Error(process.env.NODE_ENV !== \"production\" ? `MUI: \\`capitalize(string)\\` expects a string argument.` : _formatMuiErrorMessage(7));\n }\n return string.charAt(0).toUpperCase() + string.slice(1);\n}","import _extends from \"@babel/runtime/helpers/esm/extends\";\n/**\n * Add keys, values of `defaultProps` that does not exist in `props`\n * @param {object} defaultProps\n * @param {object} props\n * @returns {object} resolved props\n */\nexport default function resolveProps(defaultProps, props) {\n const output = _extends({}, props);\n Object.keys(defaultProps).forEach(propName => {\n if (propName.toString().match(/^(components|slots)$/)) {\n output[propName] = _extends({}, defaultProps[propName], output[propName]);\n } else if (propName.toString().match(/^(componentsProps|slotProps)$/)) {\n const defaultSlotProps = defaultProps[propName] || {};\n const slotProps = props[propName];\n output[propName] = {};\n if (!slotProps || !Object.keys(slotProps)) {\n // Reduce the iteration if the slot props is empty\n output[propName] = defaultSlotProps;\n } else if (!defaultSlotProps || !Object.keys(defaultSlotProps)) {\n // Reduce the iteration if the default slot props is empty\n output[propName] = slotProps;\n } else {\n output[propName] = _extends({}, slotProps);\n Object.keys(defaultSlotProps).forEach(slotPropName => {\n output[propName][slotPropName] = resolveProps(defaultSlotProps[slotPropName], slotProps[slotPropName]);\n });\n }\n } else if (output[propName] === undefined) {\n output[propName] = defaultProps[propName];\n }\n });\n return output;\n}","export default function composeClasses(slots, getUtilityClass, classes = undefined) {\n const output = {};\n Object.keys(slots).forEach(\n // `Object.keys(slots)` can't be wider than `T` because we infer `T` from `slots`.\n // @ts-expect-error https://github.com/microsoft/TypeScript/pull/12253#issuecomment-263132208\n slot => {\n output[slot] = slots[slot].reduce((acc, key) => {\n if (key) {\n const utilityClass = getUtilityClass(key);\n if (utilityClass !== '') {\n acc.push(utilityClass);\n }\n if (classes && classes[key]) {\n acc.push(classes[key]);\n }\n }\n return acc;\n }, []).join(' ');\n });\n return output;\n}","const defaultGenerator = componentName => componentName;\nconst createClassNameGenerator = () => {\n let generate = defaultGenerator;\n return {\n configure(generator) {\n generate = generator;\n },\n generate(componentName) {\n return generate(componentName);\n },\n reset() {\n generate = defaultGenerator;\n }\n };\n};\nconst ClassNameGenerator = createClassNameGenerator();\nexport default ClassNameGenerator;","import ClassNameGenerator from '../ClassNameGenerator';\n\n// If GlobalStateSlot is changed, GLOBAL_STATE_CLASSES in\n// \\packages\\api-docs-builder\\utils\\parseSlotsAndClasses.ts must be updated accordingly.\nconst globalStateClassesMapping = {\n active: 'active',\n checked: 'checked',\n completed: 'completed',\n disabled: 'disabled',\n error: 'error',\n expanded: 'expanded',\n focused: 'focused',\n focusVisible: 'focusVisible',\n open: 'open',\n readOnly: 'readOnly',\n required: 'required',\n selected: 'selected'\n};\nexport default function generateUtilityClass(componentName, slot, globalStatePrefix = 'Mui') {\n const globalStateClass = globalStateClassesMapping[slot];\n return globalStateClass ? `${globalStatePrefix}-${globalStateClass}` : `${ClassNameGenerator.generate(componentName)}-${slot}`;\n}","import generateUtilityClass from '../generateUtilityClass';\nexport default function generateUtilityClasses(componentName, slots, globalStatePrefix = 'Mui') {\n const result = {};\n slots.forEach(slot => {\n result[slot] = generateUtilityClass(componentName, slot, globalStatePrefix);\n });\n return result;\n}","export default function _objectWithoutPropertiesLoose(source, excluded) {\n if (source == null) return {};\n var target = {};\n var sourceKeys = Object.keys(source);\n var key, i;\n for (i = 0; i < sourceKeys.length; i++) {\n key = sourceKeys[i];\n if (excluded.indexOf(key) >= 0) continue;\n target[key] = source[key];\n }\n return target;\n}","function r(e){var t,f,n=\"\";if(\"string\"==typeof e||\"number\"==typeof e)n+=e;else if(\"object\"==typeof e)if(Array.isArray(e))for(t=0;t {\n const breakpointsAsArray = Object.keys(values).map(key => ({\n key,\n val: values[key]\n })) || [];\n // Sort in ascending order\n breakpointsAsArray.sort((breakpoint1, breakpoint2) => breakpoint1.val - breakpoint2.val);\n return breakpointsAsArray.reduce((acc, obj) => {\n return _extends({}, acc, {\n [obj.key]: obj.val\n });\n }, {});\n};\n\n// Keep in mind that @media is inclusive by the CSS specification.\nexport default function createBreakpoints(breakpoints) {\n const {\n // The breakpoint **start** at this value.\n // For instance with the first breakpoint xs: [xs, sm).\n values = {\n xs: 0,\n // phone\n sm: 600,\n // tablet\n md: 900,\n // small laptop\n lg: 1200,\n // desktop\n xl: 1536 // large screen\n },\n\n unit = 'px',\n step = 5\n } = breakpoints,\n other = _objectWithoutPropertiesLoose(breakpoints, _excluded);\n const sortedValues = sortBreakpointsValues(values);\n const keys = Object.keys(sortedValues);\n function up(key) {\n const value = typeof values[key] === 'number' ? values[key] : key;\n return `@media (min-width:${value}${unit})`;\n }\n function down(key) {\n const value = typeof values[key] === 'number' ? values[key] : key;\n return `@media (max-width:${value - step / 100}${unit})`;\n }\n function between(start, end) {\n const endIndex = keys.indexOf(end);\n return `@media (min-width:${typeof values[start] === 'number' ? values[start] : start}${unit}) and ` + `(max-width:${(endIndex !== -1 && typeof values[keys[endIndex]] === 'number' ? values[keys[endIndex]] : end) - step / 100}${unit})`;\n }\n function only(key) {\n if (keys.indexOf(key) + 1 < keys.length) {\n return between(key, keys[keys.indexOf(key) + 1]);\n }\n return up(key);\n }\n function not(key) {\n // handle first and last key separately, for better readability\n const keyIndex = keys.indexOf(key);\n if (keyIndex === 0) {\n return up(keys[1]);\n }\n if (keyIndex === keys.length - 1) {\n return down(keys[keyIndex]);\n }\n return between(key, keys[keys.indexOf(key) + 1]).replace('@media', '@media not all and');\n }\n return _extends({\n keys,\n values: sortedValues,\n up,\n down,\n between,\n only,\n not,\n unit\n }, other);\n}","const shape = {\n borderRadius: 4\n};\nexport default shape;","import PropTypes from 'prop-types';\nconst responsivePropType = process.env.NODE_ENV !== 'production' ? PropTypes.oneOfType([PropTypes.number, PropTypes.string, PropTypes.object, PropTypes.array]) : {};\nexport default responsivePropType;","import { deepmerge } from '@mui/utils';\nfunction merge(acc, item) {\n if (!item) {\n return acc;\n }\n return deepmerge(acc, item, {\n clone: false // No need to clone deep, it's way faster.\n });\n}\n\nexport default merge;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport PropTypes from 'prop-types';\nimport { deepmerge } from '@mui/utils';\nimport merge from './merge';\n\n// The breakpoint **start** at this value.\n// For instance with the first breakpoint xs: [xs, sm[.\nexport const values = {\n xs: 0,\n // phone\n sm: 600,\n // tablet\n md: 900,\n // small laptop\n lg: 1200,\n // desktop\n xl: 1536 // large screen\n};\n\nconst defaultBreakpoints = {\n // Sorted ASC by size. That's important.\n // It can't be configured as it's used statically for propTypes.\n keys: ['xs', 'sm', 'md', 'lg', 'xl'],\n up: key => `@media (min-width:${values[key]}px)`\n};\nexport function handleBreakpoints(props, propValue, styleFromPropValue) {\n const theme = props.theme || {};\n if (Array.isArray(propValue)) {\n const themeBreakpoints = theme.breakpoints || defaultBreakpoints;\n return propValue.reduce((acc, item, index) => {\n acc[themeBreakpoints.up(themeBreakpoints.keys[index])] = styleFromPropValue(propValue[index]);\n return acc;\n }, {});\n }\n if (typeof propValue === 'object') {\n const themeBreakpoints = theme.breakpoints || defaultBreakpoints;\n return Object.keys(propValue).reduce((acc, breakpoint) => {\n // key is breakpoint\n if (Object.keys(themeBreakpoints.values || values).indexOf(breakpoint) !== -1) {\n const mediaKey = themeBreakpoints.up(breakpoint);\n acc[mediaKey] = styleFromPropValue(propValue[breakpoint], breakpoint);\n } else {\n const cssKey = breakpoint;\n acc[cssKey] = propValue[cssKey];\n }\n return acc;\n }, {});\n }\n const output = styleFromPropValue(propValue);\n return output;\n}\nfunction breakpoints(styleFunction) {\n // false positive\n // eslint-disable-next-line react/function-component-definition\n const newStyleFunction = props => {\n const theme = props.theme || {};\n const base = styleFunction(props);\n const themeBreakpoints = theme.breakpoints || defaultBreakpoints;\n const extended = themeBreakpoints.keys.reduce((acc, key) => {\n if (props[key]) {\n acc = acc || {};\n acc[themeBreakpoints.up(key)] = styleFunction(_extends({\n theme\n }, props[key]));\n }\n return acc;\n }, null);\n return merge(base, extended);\n };\n newStyleFunction.propTypes = process.env.NODE_ENV !== 'production' ? _extends({}, styleFunction.propTypes, {\n xs: PropTypes.object,\n sm: PropTypes.object,\n md: PropTypes.object,\n lg: PropTypes.object,\n xl: PropTypes.object\n }) : {};\n newStyleFunction.filterProps = ['xs', 'sm', 'md', 'lg', 'xl', ...styleFunction.filterProps];\n return newStyleFunction;\n}\nexport function createEmptyBreakpointObject(breakpointsInput = {}) {\n var _breakpointsInput$key;\n const breakpointsInOrder = (_breakpointsInput$key = breakpointsInput.keys) == null ? void 0 : _breakpointsInput$key.reduce((acc, key) => {\n const breakpointStyleKey = breakpointsInput.up(key);\n acc[breakpointStyleKey] = {};\n return acc;\n }, {});\n return breakpointsInOrder || {};\n}\nexport function removeUnusedBreakpoints(breakpointKeys, style) {\n return breakpointKeys.reduce((acc, key) => {\n const breakpointOutput = acc[key];\n const isBreakpointUnused = !breakpointOutput || Object.keys(breakpointOutput).length === 0;\n if (isBreakpointUnused) {\n delete acc[key];\n }\n return acc;\n }, style);\n}\nexport function mergeBreakpointsInOrder(breakpointsInput, ...styles) {\n const emptyBreakpoints = createEmptyBreakpointObject(breakpointsInput);\n const mergedOutput = [emptyBreakpoints, ...styles].reduce((prev, next) => deepmerge(prev, next), {});\n return removeUnusedBreakpoints(Object.keys(emptyBreakpoints), mergedOutput);\n}\n\n// compute base for responsive values; e.g.,\n// [1,2,3] => {xs: true, sm: true, md: true}\n// {xs: 1, sm: 2, md: 3} => {xs: true, sm: true, md: true}\nexport function computeBreakpointsBase(breakpointValues, themeBreakpoints) {\n // fixed value\n if (typeof breakpointValues !== 'object') {\n return {};\n }\n const base = {};\n const breakpointsKeys = Object.keys(themeBreakpoints);\n if (Array.isArray(breakpointValues)) {\n breakpointsKeys.forEach((breakpoint, i) => {\n if (i < breakpointValues.length) {\n base[breakpoint] = true;\n }\n });\n } else {\n breakpointsKeys.forEach(breakpoint => {\n if (breakpointValues[breakpoint] != null) {\n base[breakpoint] = true;\n }\n });\n }\n return base;\n}\nexport function resolveBreakpointValues({\n values: breakpointValues,\n breakpoints: themeBreakpoints,\n base: customBase\n}) {\n const base = customBase || computeBreakpointsBase(breakpointValues, themeBreakpoints);\n const keys = Object.keys(base);\n if (keys.length === 0) {\n return breakpointValues;\n }\n let previous;\n return keys.reduce((acc, breakpoint, i) => {\n if (Array.isArray(breakpointValues)) {\n acc[breakpoint] = breakpointValues[i] != null ? breakpointValues[i] : breakpointValues[previous];\n previous = i;\n } else if (typeof breakpointValues === 'object') {\n acc[breakpoint] = breakpointValues[breakpoint] != null ? breakpointValues[breakpoint] : breakpointValues[previous];\n previous = breakpoint;\n } else {\n acc[breakpoint] = breakpointValues;\n }\n return acc;\n }, {});\n}\nexport default breakpoints;","import { unstable_capitalize as capitalize } from '@mui/utils';\nimport responsivePropType from './responsivePropType';\nimport { handleBreakpoints } from './breakpoints';\nexport function getPath(obj, path, checkVars = true) {\n if (!path || typeof path !== 'string') {\n return null;\n }\n\n // Check if CSS variables are used\n if (obj && obj.vars && checkVars) {\n const val = `vars.${path}`.split('.').reduce((acc, item) => acc && acc[item] ? acc[item] : null, obj);\n if (val != null) {\n return val;\n }\n }\n return path.split('.').reduce((acc, item) => {\n if (acc && acc[item] != null) {\n return acc[item];\n }\n return null;\n }, obj);\n}\nexport function getStyleValue(themeMapping, transform, propValueFinal, userValue = propValueFinal) {\n let value;\n if (typeof themeMapping === 'function') {\n value = themeMapping(propValueFinal);\n } else if (Array.isArray(themeMapping)) {\n value = themeMapping[propValueFinal] || userValue;\n } else {\n value = getPath(themeMapping, propValueFinal) || userValue;\n }\n if (transform) {\n value = transform(value, userValue, themeMapping);\n }\n return value;\n}\nfunction style(options) {\n const {\n prop,\n cssProperty = options.prop,\n themeKey,\n transform\n } = options;\n\n // false positive\n // eslint-disable-next-line react/function-component-definition\n const fn = props => {\n if (props[prop] == null) {\n return null;\n }\n const propValue = props[prop];\n const theme = props.theme;\n const themeMapping = getPath(theme, themeKey) || {};\n const styleFromPropValue = propValueFinal => {\n let value = getStyleValue(themeMapping, transform, propValueFinal);\n if (propValueFinal === value && typeof propValueFinal === 'string') {\n // Haven't found value\n value = getStyleValue(themeMapping, transform, `${prop}${propValueFinal === 'default' ? '' : capitalize(propValueFinal)}`, propValueFinal);\n }\n if (cssProperty === false) {\n return value;\n }\n return {\n [cssProperty]: value\n };\n };\n return handleBreakpoints(props, propValue, styleFromPropValue);\n };\n fn.propTypes = process.env.NODE_ENV !== 'production' ? {\n [prop]: responsivePropType\n } : {};\n fn.filterProps = [prop];\n return fn;\n}\nexport default style;","export default function memoize(fn) {\n const cache = {};\n return arg => {\n if (cache[arg] === undefined) {\n cache[arg] = fn(arg);\n }\n return cache[arg];\n };\n}","import responsivePropType from './responsivePropType';\nimport { handleBreakpoints } from './breakpoints';\nimport { getPath } from './style';\nimport merge from './merge';\nimport memoize from './memoize';\nconst properties = {\n m: 'margin',\n p: 'padding'\n};\nconst directions = {\n t: 'Top',\n r: 'Right',\n b: 'Bottom',\n l: 'Left',\n x: ['Left', 'Right'],\n y: ['Top', 'Bottom']\n};\nconst aliases = {\n marginX: 'mx',\n marginY: 'my',\n paddingX: 'px',\n paddingY: 'py'\n};\n\n// memoize() impact:\n// From 300,000 ops/sec\n// To 350,000 ops/sec\nconst getCssProperties = memoize(prop => {\n // It's not a shorthand notation.\n if (prop.length > 2) {\n if (aliases[prop]) {\n prop = aliases[prop];\n } else {\n return [prop];\n }\n }\n const [a, b] = prop.split('');\n const property = properties[a];\n const direction = directions[b] || '';\n return Array.isArray(direction) ? direction.map(dir => property + dir) : [property + direction];\n});\nexport const marginKeys = ['m', 'mt', 'mr', 'mb', 'ml', 'mx', 'my', 'margin', 'marginTop', 'marginRight', 'marginBottom', 'marginLeft', 'marginX', 'marginY', 'marginInline', 'marginInlineStart', 'marginInlineEnd', 'marginBlock', 'marginBlockStart', 'marginBlockEnd'];\nexport const paddingKeys = ['p', 'pt', 'pr', 'pb', 'pl', 'px', 'py', 'padding', 'paddingTop', 'paddingRight', 'paddingBottom', 'paddingLeft', 'paddingX', 'paddingY', 'paddingInline', 'paddingInlineStart', 'paddingInlineEnd', 'paddingBlock', 'paddingBlockStart', 'paddingBlockEnd'];\nconst spacingKeys = [...marginKeys, ...paddingKeys];\nexport function createUnaryUnit(theme, themeKey, defaultValue, propName) {\n var _getPath;\n const themeSpacing = (_getPath = getPath(theme, themeKey, false)) != null ? _getPath : defaultValue;\n if (typeof themeSpacing === 'number') {\n return abs => {\n if (typeof abs === 'string') {\n return abs;\n }\n if (process.env.NODE_ENV !== 'production') {\n if (typeof abs !== 'number') {\n console.error(`MUI: Expected ${propName} argument to be a number or a string, got ${abs}.`);\n }\n }\n return themeSpacing * abs;\n };\n }\n if (Array.isArray(themeSpacing)) {\n return abs => {\n if (typeof abs === 'string') {\n return abs;\n }\n if (process.env.NODE_ENV !== 'production') {\n if (!Number.isInteger(abs)) {\n console.error([`MUI: The \\`theme.${themeKey}\\` array type cannot be combined with non integer values.` + `You should either use an integer value that can be used as index, or define the \\`theme.${themeKey}\\` as a number.`].join('\\n'));\n } else if (abs > themeSpacing.length - 1) {\n console.error([`MUI: The value provided (${abs}) overflows.`, `The supported values are: ${JSON.stringify(themeSpacing)}.`, `${abs} > ${themeSpacing.length - 1}, you need to add the missing values.`].join('\\n'));\n }\n }\n return themeSpacing[abs];\n };\n }\n if (typeof themeSpacing === 'function') {\n return themeSpacing;\n }\n if (process.env.NODE_ENV !== 'production') {\n console.error([`MUI: The \\`theme.${themeKey}\\` value (${themeSpacing}) is invalid.`, 'It should be a number, an array or a function.'].join('\\n'));\n }\n return () => undefined;\n}\nexport function createUnarySpacing(theme) {\n return createUnaryUnit(theme, 'spacing', 8, 'spacing');\n}\nexport function getValue(transformer, propValue) {\n if (typeof propValue === 'string' || propValue == null) {\n return propValue;\n }\n const abs = Math.abs(propValue);\n const transformed = transformer(abs);\n if (propValue >= 0) {\n return transformed;\n }\n if (typeof transformed === 'number') {\n return -transformed;\n }\n return `-${transformed}`;\n}\nexport function getStyleFromPropValue(cssProperties, transformer) {\n return propValue => cssProperties.reduce((acc, cssProperty) => {\n acc[cssProperty] = getValue(transformer, propValue);\n return acc;\n }, {});\n}\nfunction resolveCssProperty(props, keys, prop, transformer) {\n // Using a hash computation over an array iteration could be faster, but with only 28 items,\n // it's doesn't worth the bundle size.\n if (keys.indexOf(prop) === -1) {\n return null;\n }\n const cssProperties = getCssProperties(prop);\n const styleFromPropValue = getStyleFromPropValue(cssProperties, transformer);\n const propValue = props[prop];\n return handleBreakpoints(props, propValue, styleFromPropValue);\n}\nfunction style(props, keys) {\n const transformer = createUnarySpacing(props.theme);\n return Object.keys(props).map(prop => resolveCssProperty(props, keys, prop, transformer)).reduce(merge, {});\n}\nexport function margin(props) {\n return style(props, marginKeys);\n}\nmargin.propTypes = process.env.NODE_ENV !== 'production' ? marginKeys.reduce((obj, key) => {\n obj[key] = responsivePropType;\n return obj;\n}, {}) : {};\nmargin.filterProps = marginKeys;\nexport function padding(props) {\n return style(props, paddingKeys);\n}\npadding.propTypes = process.env.NODE_ENV !== 'production' ? paddingKeys.reduce((obj, key) => {\n obj[key] = responsivePropType;\n return obj;\n}, {}) : {};\npadding.filterProps = paddingKeys;\nfunction spacing(props) {\n return style(props, spacingKeys);\n}\nspacing.propTypes = process.env.NODE_ENV !== 'production' ? spacingKeys.reduce((obj, key) => {\n obj[key] = responsivePropType;\n return obj;\n}, {}) : {};\nspacing.filterProps = spacingKeys;\nexport default spacing;","import { createUnarySpacing } from '../spacing';\n\n// The different signatures imply different meaning for their arguments that can't be expressed structurally.\n// We express the difference with variable names.\n/* tslint:disable:unified-signatures */\n/* tslint:enable:unified-signatures */\n\nexport default function createSpacing(spacingInput = 8) {\n // Already transformed.\n if (spacingInput.mui) {\n return spacingInput;\n }\n\n // Material Design layouts are visually balanced. Most measurements align to an 8dp grid, which aligns both spacing and the overall layout.\n // Smaller components, such as icons, can align to a 4dp grid.\n // https://m2.material.io/design/layout/understanding-layout.html\n const transform = createUnarySpacing({\n spacing: spacingInput\n });\n const spacing = (...argsInput) => {\n if (process.env.NODE_ENV !== 'production') {\n if (!(argsInput.length <= 4)) {\n console.error(`MUI: Too many arguments provided, expected between 0 and 4, got ${argsInput.length}`);\n }\n }\n const args = argsInput.length === 0 ? [1] : argsInput;\n return args.map(argument => {\n const output = transform(argument);\n return typeof output === 'number' ? `${output}px` : output;\n }).join(' ');\n };\n spacing.mui = true;\n return spacing;\n}","import merge from './merge';\nfunction compose(...styles) {\n const handlers = styles.reduce((acc, style) => {\n style.filterProps.forEach(prop => {\n acc[prop] = style;\n });\n return acc;\n }, {});\n\n // false positive\n // eslint-disable-next-line react/function-component-definition\n const fn = props => {\n return Object.keys(props).reduce((acc, prop) => {\n if (handlers[prop]) {\n return merge(acc, handlers[prop](props));\n }\n return acc;\n }, {});\n };\n fn.propTypes = process.env.NODE_ENV !== 'production' ? styles.reduce((acc, style) => Object.assign(acc, style.propTypes), {}) : {};\n fn.filterProps = styles.reduce((acc, style) => acc.concat(style.filterProps), []);\n return fn;\n}\nexport default compose;","import responsivePropType from './responsivePropType';\nimport style from './style';\nimport compose from './compose';\nimport { createUnaryUnit, getValue } from './spacing';\nimport { handleBreakpoints } from './breakpoints';\nexport function borderTransform(value) {\n if (typeof value !== 'number') {\n return value;\n }\n return `${value}px solid`;\n}\nexport const border = style({\n prop: 'border',\n themeKey: 'borders',\n transform: borderTransform\n});\nexport const borderTop = style({\n prop: 'borderTop',\n themeKey: 'borders',\n transform: borderTransform\n});\nexport const borderRight = style({\n prop: 'borderRight',\n themeKey: 'borders',\n transform: borderTransform\n});\nexport const borderBottom = style({\n prop: 'borderBottom',\n themeKey: 'borders',\n transform: borderTransform\n});\nexport const borderLeft = style({\n prop: 'borderLeft',\n themeKey: 'borders',\n transform: borderTransform\n});\nexport const borderColor = style({\n prop: 'borderColor',\n themeKey: 'palette'\n});\nexport const borderTopColor = style({\n prop: 'borderTopColor',\n themeKey: 'palette'\n});\nexport const borderRightColor = style({\n prop: 'borderRightColor',\n themeKey: 'palette'\n});\nexport const borderBottomColor = style({\n prop: 'borderBottomColor',\n themeKey: 'palette'\n});\nexport const borderLeftColor = style({\n prop: 'borderLeftColor',\n themeKey: 'palette'\n});\n\n// false positive\n// eslint-disable-next-line react/function-component-definition\nexport const borderRadius = props => {\n if (props.borderRadius !== undefined && props.borderRadius !== null) {\n const transformer = createUnaryUnit(props.theme, 'shape.borderRadius', 4, 'borderRadius');\n const styleFromPropValue = propValue => ({\n borderRadius: getValue(transformer, propValue)\n });\n return handleBreakpoints(props, props.borderRadius, styleFromPropValue);\n }\n return null;\n};\nborderRadius.propTypes = process.env.NODE_ENV !== 'production' ? {\n borderRadius: responsivePropType\n} : {};\nborderRadius.filterProps = ['borderRadius'];\nconst borders = compose(border, borderTop, borderRight, borderBottom, borderLeft, borderColor, borderTopColor, borderRightColor, borderBottomColor, borderLeftColor, borderRadius);\nexport default borders;","import style from './style';\nimport compose from './compose';\nimport { createUnaryUnit, getValue } from './spacing';\nimport { handleBreakpoints } from './breakpoints';\nimport responsivePropType from './responsivePropType';\n\n// false positive\n// eslint-disable-next-line react/function-component-definition\nexport const gap = props => {\n if (props.gap !== undefined && props.gap !== null) {\n const transformer = createUnaryUnit(props.theme, 'spacing', 8, 'gap');\n const styleFromPropValue = propValue => ({\n gap: getValue(transformer, propValue)\n });\n return handleBreakpoints(props, props.gap, styleFromPropValue);\n }\n return null;\n};\ngap.propTypes = process.env.NODE_ENV !== 'production' ? {\n gap: responsivePropType\n} : {};\ngap.filterProps = ['gap'];\n\n// false positive\n// eslint-disable-next-line react/function-component-definition\nexport const columnGap = props => {\n if (props.columnGap !== undefined && props.columnGap !== null) {\n const transformer = createUnaryUnit(props.theme, 'spacing', 8, 'columnGap');\n const styleFromPropValue = propValue => ({\n columnGap: getValue(transformer, propValue)\n });\n return handleBreakpoints(props, props.columnGap, styleFromPropValue);\n }\n return null;\n};\ncolumnGap.propTypes = process.env.NODE_ENV !== 'production' ? {\n columnGap: responsivePropType\n} : {};\ncolumnGap.filterProps = ['columnGap'];\n\n// false positive\n// eslint-disable-next-line react/function-component-definition\nexport const rowGap = props => {\n if (props.rowGap !== undefined && props.rowGap !== null) {\n const transformer = createUnaryUnit(props.theme, 'spacing', 8, 'rowGap');\n const styleFromPropValue = propValue => ({\n rowGap: getValue(transformer, propValue)\n });\n return handleBreakpoints(props, props.rowGap, styleFromPropValue);\n }\n return null;\n};\nrowGap.propTypes = process.env.NODE_ENV !== 'production' ? {\n rowGap: responsivePropType\n} : {};\nrowGap.filterProps = ['rowGap'];\nexport const gridColumn = style({\n prop: 'gridColumn'\n});\nexport const gridRow = style({\n prop: 'gridRow'\n});\nexport const gridAutoFlow = style({\n prop: 'gridAutoFlow'\n});\nexport const gridAutoColumns = style({\n prop: 'gridAutoColumns'\n});\nexport const gridAutoRows = style({\n prop: 'gridAutoRows'\n});\nexport const gridTemplateColumns = style({\n prop: 'gridTemplateColumns'\n});\nexport const gridTemplateRows = style({\n prop: 'gridTemplateRows'\n});\nexport const gridTemplateAreas = style({\n prop: 'gridTemplateAreas'\n});\nexport const gridArea = style({\n prop: 'gridArea'\n});\nconst grid = compose(gap, columnGap, rowGap, gridColumn, gridRow, gridAutoFlow, gridAutoColumns, gridAutoRows, gridTemplateColumns, gridTemplateRows, gridTemplateAreas, gridArea);\nexport default grid;","import style from './style';\nimport compose from './compose';\nexport function paletteTransform(value, userValue) {\n if (userValue === 'grey') {\n return userValue;\n }\n return value;\n}\nexport const color = style({\n prop: 'color',\n themeKey: 'palette',\n transform: paletteTransform\n});\nexport const bgcolor = style({\n prop: 'bgcolor',\n cssProperty: 'backgroundColor',\n themeKey: 'palette',\n transform: paletteTransform\n});\nexport const backgroundColor = style({\n prop: 'backgroundColor',\n themeKey: 'palette',\n transform: paletteTransform\n});\nconst palette = compose(color, bgcolor, backgroundColor);\nexport default palette;","import style from './style';\nimport compose from './compose';\nimport { handleBreakpoints, values as breakpointsValues } from './breakpoints';\nexport function sizingTransform(value) {\n return value <= 1 && value !== 0 ? `${value * 100}%` : value;\n}\nexport const width = style({\n prop: 'width',\n transform: sizingTransform\n});\nexport const maxWidth = props => {\n if (props.maxWidth !== undefined && props.maxWidth !== null) {\n const styleFromPropValue = propValue => {\n var _props$theme;\n const breakpoint = ((_props$theme = props.theme) == null || (_props$theme = _props$theme.breakpoints) == null || (_props$theme = _props$theme.values) == null ? void 0 : _props$theme[propValue]) || breakpointsValues[propValue];\n return {\n maxWidth: breakpoint || sizingTransform(propValue)\n };\n };\n return handleBreakpoints(props, props.maxWidth, styleFromPropValue);\n }\n return null;\n};\nmaxWidth.filterProps = ['maxWidth'];\nexport const minWidth = style({\n prop: 'minWidth',\n transform: sizingTransform\n});\nexport const height = style({\n prop: 'height',\n transform: sizingTransform\n});\nexport const maxHeight = style({\n prop: 'maxHeight',\n transform: sizingTransform\n});\nexport const minHeight = style({\n prop: 'minHeight',\n transform: sizingTransform\n});\nexport const sizeWidth = style({\n prop: 'size',\n cssProperty: 'width',\n transform: sizingTransform\n});\nexport const sizeHeight = style({\n prop: 'size',\n cssProperty: 'height',\n transform: sizingTransform\n});\nexport const boxSizing = style({\n prop: 'boxSizing'\n});\nconst sizing = compose(width, maxWidth, minWidth, height, maxHeight, minHeight, boxSizing);\nexport default sizing;","import { padding, margin } from '../spacing';\nimport { borderRadius, borderTransform } from '../borders';\nimport { gap, rowGap, columnGap } from '../cssGrid';\nimport { paletteTransform } from '../palette';\nimport { maxWidth, sizingTransform } from '../sizing';\nconst defaultSxConfig = {\n // borders\n border: {\n themeKey: 'borders',\n transform: borderTransform\n },\n borderTop: {\n themeKey: 'borders',\n transform: borderTransform\n },\n borderRight: {\n themeKey: 'borders',\n transform: borderTransform\n },\n borderBottom: {\n themeKey: 'borders',\n transform: borderTransform\n },\n borderLeft: {\n themeKey: 'borders',\n transform: borderTransform\n },\n borderColor: {\n themeKey: 'palette'\n },\n borderTopColor: {\n themeKey: 'palette'\n },\n borderRightColor: {\n themeKey: 'palette'\n },\n borderBottomColor: {\n themeKey: 'palette'\n },\n borderLeftColor: {\n themeKey: 'palette'\n },\n borderRadius: {\n themeKey: 'shape.borderRadius',\n style: borderRadius\n },\n // palette\n color: {\n themeKey: 'palette',\n transform: paletteTransform\n },\n bgcolor: {\n themeKey: 'palette',\n cssProperty: 'backgroundColor',\n transform: paletteTransform\n },\n backgroundColor: {\n themeKey: 'palette',\n transform: paletteTransform\n },\n // spacing\n p: {\n style: padding\n },\n pt: {\n style: padding\n },\n pr: {\n style: padding\n },\n pb: {\n style: padding\n },\n pl: {\n style: padding\n },\n px: {\n style: padding\n },\n py: {\n style: padding\n },\n padding: {\n style: padding\n },\n paddingTop: {\n style: padding\n },\n paddingRight: {\n style: padding\n },\n paddingBottom: {\n style: padding\n },\n paddingLeft: {\n style: padding\n },\n paddingX: {\n style: padding\n },\n paddingY: {\n style: padding\n },\n paddingInline: {\n style: padding\n },\n paddingInlineStart: {\n style: padding\n },\n paddingInlineEnd: {\n style: padding\n },\n paddingBlock: {\n style: padding\n },\n paddingBlockStart: {\n style: padding\n },\n paddingBlockEnd: {\n style: padding\n },\n m: {\n style: margin\n },\n mt: {\n style: margin\n },\n mr: {\n style: margin\n },\n mb: {\n style: margin\n },\n ml: {\n style: margin\n },\n mx: {\n style: margin\n },\n my: {\n style: margin\n },\n margin: {\n style: margin\n },\n marginTop: {\n style: margin\n },\n marginRight: {\n style: margin\n },\n marginBottom: {\n style: margin\n },\n marginLeft: {\n style: margin\n },\n marginX: {\n style: margin\n },\n marginY: {\n style: margin\n },\n marginInline: {\n style: margin\n },\n marginInlineStart: {\n style: margin\n },\n marginInlineEnd: {\n style: margin\n },\n marginBlock: {\n style: margin\n },\n marginBlockStart: {\n style: margin\n },\n marginBlockEnd: {\n style: margin\n },\n // display\n displayPrint: {\n cssProperty: false,\n transform: value => ({\n '@media print': {\n display: value\n }\n })\n },\n display: {},\n overflow: {},\n textOverflow: {},\n visibility: {},\n whiteSpace: {},\n // flexbox\n flexBasis: {},\n flexDirection: {},\n flexWrap: {},\n justifyContent: {},\n alignItems: {},\n alignContent: {},\n order: {},\n flex: {},\n flexGrow: {},\n flexShrink: {},\n alignSelf: {},\n justifyItems: {},\n justifySelf: {},\n // grid\n gap: {\n style: gap\n },\n rowGap: {\n style: rowGap\n },\n columnGap: {\n style: columnGap\n },\n gridColumn: {},\n gridRow: {},\n gridAutoFlow: {},\n gridAutoColumns: {},\n gridAutoRows: {},\n gridTemplateColumns: {},\n gridTemplateRows: {},\n gridTemplateAreas: {},\n gridArea: {},\n // positions\n position: {},\n zIndex: {\n themeKey: 'zIndex'\n },\n top: {},\n right: {},\n bottom: {},\n left: {},\n // shadows\n boxShadow: {\n themeKey: 'shadows'\n },\n // sizing\n width: {\n transform: sizingTransform\n },\n maxWidth: {\n style: maxWidth\n },\n minWidth: {\n transform: sizingTransform\n },\n height: {\n transform: sizingTransform\n },\n maxHeight: {\n transform: sizingTransform\n },\n minHeight: {\n transform: sizingTransform\n },\n boxSizing: {},\n // typography\n fontFamily: {\n themeKey: 'typography'\n },\n fontSize: {\n themeKey: 'typography'\n },\n fontStyle: {\n themeKey: 'typography'\n },\n fontWeight: {\n themeKey: 'typography'\n },\n letterSpacing: {},\n textTransform: {},\n lineHeight: {},\n textAlign: {},\n typography: {\n cssProperty: false,\n themeKey: 'typography'\n }\n};\nexport default defaultSxConfig;","import { unstable_capitalize as capitalize } from '@mui/utils';\nimport merge from '../merge';\nimport { getPath, getStyleValue as getValue } from '../style';\nimport { handleBreakpoints, createEmptyBreakpointObject, removeUnusedBreakpoints } from '../breakpoints';\nimport defaultSxConfig from './defaultSxConfig';\nfunction objectsHaveSameKeys(...objects) {\n const allKeys = objects.reduce((keys, object) => keys.concat(Object.keys(object)), []);\n const union = new Set(allKeys);\n return objects.every(object => union.size === Object.keys(object).length);\n}\nfunction callIfFn(maybeFn, arg) {\n return typeof maybeFn === 'function' ? maybeFn(arg) : maybeFn;\n}\n\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport function unstable_createStyleFunctionSx() {\n function getThemeValue(prop, val, theme, config) {\n const props = {\n [prop]: val,\n theme\n };\n const options = config[prop];\n if (!options) {\n return {\n [prop]: val\n };\n }\n const {\n cssProperty = prop,\n themeKey,\n transform,\n style\n } = options;\n if (val == null) {\n return null;\n }\n\n // TODO v6: remove, see https://github.com/mui/material-ui/pull/38123\n if (themeKey === 'typography' && val === 'inherit') {\n return {\n [prop]: val\n };\n }\n const themeMapping = getPath(theme, themeKey) || {};\n if (style) {\n return style(props);\n }\n const styleFromPropValue = propValueFinal => {\n let value = getValue(themeMapping, transform, propValueFinal);\n if (propValueFinal === value && typeof propValueFinal === 'string') {\n // Haven't found value\n value = getValue(themeMapping, transform, `${prop}${propValueFinal === 'default' ? '' : capitalize(propValueFinal)}`, propValueFinal);\n }\n if (cssProperty === false) {\n return value;\n }\n return {\n [cssProperty]: value\n };\n };\n return handleBreakpoints(props, val, styleFromPropValue);\n }\n function styleFunctionSx(props) {\n var _theme$unstable_sxCon;\n const {\n sx,\n theme = {}\n } = props || {};\n if (!sx) {\n return null; // Emotion & styled-components will neglect null\n }\n\n const config = (_theme$unstable_sxCon = theme.unstable_sxConfig) != null ? _theme$unstable_sxCon : defaultSxConfig;\n\n /*\n * Receive `sxInput` as object or callback\n * and then recursively check keys & values to create media query object styles.\n * (the result will be used in `styled`)\n */\n function traverse(sxInput) {\n let sxObject = sxInput;\n if (typeof sxInput === 'function') {\n sxObject = sxInput(theme);\n } else if (typeof sxInput !== 'object') {\n // value\n return sxInput;\n }\n if (!sxObject) {\n return null;\n }\n const emptyBreakpoints = createEmptyBreakpointObject(theme.breakpoints);\n const breakpointsKeys = Object.keys(emptyBreakpoints);\n let css = emptyBreakpoints;\n Object.keys(sxObject).forEach(styleKey => {\n const value = callIfFn(sxObject[styleKey], theme);\n if (value !== null && value !== undefined) {\n if (typeof value === 'object') {\n if (config[styleKey]) {\n css = merge(css, getThemeValue(styleKey, value, theme, config));\n } else {\n const breakpointsValues = handleBreakpoints({\n theme\n }, value, x => ({\n [styleKey]: x\n }));\n if (objectsHaveSameKeys(breakpointsValues, value)) {\n css[styleKey] = styleFunctionSx({\n sx: value,\n theme\n });\n } else {\n css = merge(css, breakpointsValues);\n }\n }\n } else {\n css = merge(css, getThemeValue(styleKey, value, theme, config));\n }\n }\n });\n return removeUnusedBreakpoints(breakpointsKeys, css);\n }\n return Array.isArray(sx) ? sx.map(traverse) : traverse(sx);\n }\n return styleFunctionSx;\n}\nconst styleFunctionSx = unstable_createStyleFunctionSx();\nstyleFunctionSx.filterProps = ['sx'];\nexport default styleFunctionSx;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nconst _excluded = [\"breakpoints\", \"palette\", \"spacing\", \"shape\"];\nimport { deepmerge } from '@mui/utils';\nimport createBreakpoints from './createBreakpoints';\nimport shape from './shape';\nimport createSpacing from './createSpacing';\nimport styleFunctionSx from '../styleFunctionSx/styleFunctionSx';\nimport defaultSxConfig from '../styleFunctionSx/defaultSxConfig';\nfunction createTheme(options = {}, ...args) {\n const {\n breakpoints: breakpointsInput = {},\n palette: paletteInput = {},\n spacing: spacingInput,\n shape: shapeInput = {}\n } = options,\n other = _objectWithoutPropertiesLoose(options, _excluded);\n const breakpoints = createBreakpoints(breakpointsInput);\n const spacing = createSpacing(spacingInput);\n let muiTheme = deepmerge({\n breakpoints,\n direction: 'ltr',\n components: {},\n // Inject component definitions.\n palette: _extends({\n mode: 'light'\n }, paletteInput),\n spacing,\n shape: _extends({}, shape, shapeInput)\n }, other);\n muiTheme = args.reduce((acc, argument) => deepmerge(acc, argument), muiTheme);\n muiTheme.unstable_sxConfig = _extends({}, defaultSxConfig, other == null ? void 0 : other.unstable_sxConfig);\n muiTheme.unstable_sx = function sx(props) {\n return styleFunctionSx({\n sx: props,\n theme: this\n });\n };\n return muiTheme;\n}\nexport default createTheme;","'use client';\n\nimport * as React from 'react';\nimport { ThemeContext } from '@mui/styled-engine';\nfunction isObjectEmpty(obj) {\n return Object.keys(obj).length === 0;\n}\nfunction useTheme(defaultTheme = null) {\n const contextTheme = React.useContext(ThemeContext);\n return !contextTheme || isObjectEmpty(contextTheme) ? defaultTheme : contextTheme;\n}\nexport default useTheme;","'use client';\n\nimport createTheme from './createTheme';\nimport useThemeWithoutDefault from './useThemeWithoutDefault';\nexport const systemDefaultTheme = createTheme();\nfunction useTheme(defaultTheme = systemDefaultTheme) {\n return useThemeWithoutDefault(defaultTheme);\n}\nexport default useTheme;","import _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nconst _excluded = [\"variant\"];\nimport { unstable_capitalize as capitalize } from '@mui/utils';\nfunction isEmpty(string) {\n return string.length === 0;\n}\n\n/**\n * Generates string classKey based on the properties provided. It starts with the\n * variant if defined, and then it appends all other properties in alphabetical order.\n * @param {object} props - the properties for which the classKey should be created.\n */\nexport default function propsToClassKey(props) {\n const {\n variant\n } = props,\n other = _objectWithoutPropertiesLoose(props, _excluded);\n let classKey = variant || '';\n Object.keys(other).sort().forEach(key => {\n if (key === 'color') {\n classKey += isEmpty(classKey) ? props[key] : capitalize(props[key]);\n } else {\n classKey += `${isEmpty(classKey) ? key : capitalize(key)}${capitalize(props[key].toString())}`;\n }\n });\n return classKey;\n}","import _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport _extends from \"@babel/runtime/helpers/esm/extends\";\nconst _excluded = [\"name\", \"slot\", \"skipVariantsResolver\", \"skipSx\", \"overridesResolver\"];\n/* eslint-disable no-underscore-dangle */\nimport styledEngineStyled, { internal_processStyles as processStyles } from '@mui/styled-engine';\nimport { getDisplayName, unstable_capitalize as capitalize } from '@mui/utils';\nimport createTheme from './createTheme';\nimport propsToClassKey from './propsToClassKey';\nimport styleFunctionSx from './styleFunctionSx';\nfunction isEmpty(obj) {\n return Object.keys(obj).length === 0;\n}\n\n// https://github.com/emotion-js/emotion/blob/26ded6109fcd8ca9875cc2ce4564fee678a3f3c5/packages/styled/src/utils.js#L40\nfunction isStringTag(tag) {\n return typeof tag === 'string' &&\n // 96 is one less than the char code\n // for \"a\" so this is checking that\n // it's a lowercase character\n tag.charCodeAt(0) > 96;\n}\nconst getStyleOverrides = (name, theme) => {\n if (theme.components && theme.components[name] && theme.components[name].styleOverrides) {\n return theme.components[name].styleOverrides;\n }\n return null;\n};\nconst getVariantStyles = (name, theme) => {\n let variants = [];\n if (theme && theme.components && theme.components[name] && theme.components[name].variants) {\n variants = theme.components[name].variants;\n }\n const variantsStyles = {};\n variants.forEach(definition => {\n const key = propsToClassKey(definition.props);\n variantsStyles[key] = definition.style;\n });\n return variantsStyles;\n};\nconst variantsResolver = (props, styles, theme, name) => {\n var _theme$components;\n const {\n ownerState = {}\n } = props;\n const variantsStyles = [];\n const themeVariants = theme == null || (_theme$components = theme.components) == null || (_theme$components = _theme$components[name]) == null ? void 0 : _theme$components.variants;\n if (themeVariants) {\n themeVariants.forEach(themeVariant => {\n let isMatch = true;\n Object.keys(themeVariant.props).forEach(key => {\n if (ownerState[key] !== themeVariant.props[key] && props[key] !== themeVariant.props[key]) {\n isMatch = false;\n }\n });\n if (isMatch) {\n variantsStyles.push(styles[propsToClassKey(themeVariant.props)]);\n }\n });\n }\n return variantsStyles;\n};\n\n// Update /system/styled/#api in case if this changes\nexport function shouldForwardProp(prop) {\n return prop !== 'ownerState' && prop !== 'theme' && prop !== 'sx' && prop !== 'as';\n}\nexport const systemDefaultTheme = createTheme();\nconst lowercaseFirstLetter = string => {\n if (!string) {\n return string;\n }\n return string.charAt(0).toLowerCase() + string.slice(1);\n};\nfunction resolveTheme({\n defaultTheme,\n theme,\n themeId\n}) {\n return isEmpty(theme) ? defaultTheme : theme[themeId] || theme;\n}\nfunction defaultOverridesResolver(slot) {\n if (!slot) {\n return null;\n }\n return (props, styles) => styles[slot];\n}\nexport default function createStyled(input = {}) {\n const {\n themeId,\n defaultTheme = systemDefaultTheme,\n rootShouldForwardProp = shouldForwardProp,\n slotShouldForwardProp = shouldForwardProp\n } = input;\n const systemSx = props => {\n return styleFunctionSx(_extends({}, props, {\n theme: resolveTheme(_extends({}, props, {\n defaultTheme,\n themeId\n }))\n }));\n };\n systemSx.__mui_systemSx = true;\n return (tag, inputOptions = {}) => {\n // Filter out the `sx` style function from the previous styled component to prevent unnecessary styles generated by the composite components.\n processStyles(tag, styles => styles.filter(style => !(style != null && style.__mui_systemSx)));\n const {\n name: componentName,\n slot: componentSlot,\n skipVariantsResolver: inputSkipVariantsResolver,\n skipSx: inputSkipSx,\n // TODO v6: remove `lowercaseFirstLetter()` in the next major release\n // For more details: https://github.com/mui/material-ui/pull/37908\n overridesResolver = defaultOverridesResolver(lowercaseFirstLetter(componentSlot))\n } = inputOptions,\n options = _objectWithoutPropertiesLoose(inputOptions, _excluded);\n\n // if skipVariantsResolver option is defined, take the value, otherwise, true for root and false for other slots.\n const skipVariantsResolver = inputSkipVariantsResolver !== undefined ? inputSkipVariantsResolver :\n // TODO v6: remove `Root` in the next major release\n // For more details: https://github.com/mui/material-ui/pull/37908\n componentSlot && componentSlot !== 'Root' && componentSlot !== 'root' || false;\n const skipSx = inputSkipSx || false;\n let label;\n if (process.env.NODE_ENV !== 'production') {\n if (componentName) {\n // TODO v6: remove `lowercaseFirstLetter()` in the next major release\n // For more details: https://github.com/mui/material-ui/pull/37908\n label = `${componentName}-${lowercaseFirstLetter(componentSlot || 'Root')}`;\n }\n }\n let shouldForwardPropOption = shouldForwardProp;\n\n // TODO v6: remove `Root` in the next major release\n // For more details: https://github.com/mui/material-ui/pull/37908\n if (componentSlot === 'Root' || componentSlot === 'root') {\n shouldForwardPropOption = rootShouldForwardProp;\n } else if (componentSlot) {\n // any other slot specified\n shouldForwardPropOption = slotShouldForwardProp;\n } else if (isStringTag(tag)) {\n // for string (html) tag, preserve the behavior in emotion & styled-components.\n shouldForwardPropOption = undefined;\n }\n const defaultStyledResolver = styledEngineStyled(tag, _extends({\n shouldForwardProp: shouldForwardPropOption,\n label\n }, options));\n const muiStyledResolver = (styleArg, ...expressions) => {\n const expressionsWithDefaultTheme = expressions ? expressions.map(stylesArg => {\n // On the server Emotion doesn't use React.forwardRef for creating components, so the created\n // component stays as a function. This condition makes sure that we do not interpolate functions\n // which are basically components used as a selectors.\n return typeof stylesArg === 'function' && stylesArg.__emotion_real !== stylesArg ? props => {\n return stylesArg(_extends({}, props, {\n theme: resolveTheme(_extends({}, props, {\n defaultTheme,\n themeId\n }))\n }));\n } : stylesArg;\n }) : [];\n let transformedStyleArg = styleArg;\n if (componentName && overridesResolver) {\n expressionsWithDefaultTheme.push(props => {\n const theme = resolveTheme(_extends({}, props, {\n defaultTheme,\n themeId\n }));\n const styleOverrides = getStyleOverrides(componentName, theme);\n if (styleOverrides) {\n const resolvedStyleOverrides = {};\n Object.entries(styleOverrides).forEach(([slotKey, slotStyle]) => {\n resolvedStyleOverrides[slotKey] = typeof slotStyle === 'function' ? slotStyle(_extends({}, props, {\n theme\n })) : slotStyle;\n });\n return overridesResolver(props, resolvedStyleOverrides);\n }\n return null;\n });\n }\n if (componentName && !skipVariantsResolver) {\n expressionsWithDefaultTheme.push(props => {\n const theme = resolveTheme(_extends({}, props, {\n defaultTheme,\n themeId\n }));\n return variantsResolver(props, getVariantStyles(componentName, theme), theme, componentName);\n });\n }\n if (!skipSx) {\n expressionsWithDefaultTheme.push(systemSx);\n }\n const numOfCustomFnsApplied = expressionsWithDefaultTheme.length - expressions.length;\n if (Array.isArray(styleArg) && numOfCustomFnsApplied > 0) {\n const placeholders = new Array(numOfCustomFnsApplied).fill('');\n // If the type is array, than we need to add placeholders in the template for the overrides, variants and the sx styles.\n transformedStyleArg = [...styleArg, ...placeholders];\n transformedStyleArg.raw = [...styleArg.raw, ...placeholders];\n } else if (typeof styleArg === 'function' &&\n // On the server Emotion doesn't use React.forwardRef for creating components, so the created\n // component stays as a function. This condition makes sure that we do not interpolate functions\n // which are basically components used as a selectors.\n styleArg.__emotion_real !== styleArg) {\n // If the type is function, we need to define the default theme.\n transformedStyleArg = props => styleArg(_extends({}, props, {\n theme: resolveTheme(_extends({}, props, {\n defaultTheme,\n themeId\n }))\n }));\n }\n const Component = defaultStyledResolver(transformedStyleArg, ...expressionsWithDefaultTheme);\n if (process.env.NODE_ENV !== 'production') {\n let displayName;\n if (componentName) {\n displayName = `${componentName}${capitalize(componentSlot || '')}`;\n }\n if (displayName === undefined) {\n displayName = `Styled(${getDisplayName(tag)})`;\n }\n Component.displayName = displayName;\n }\n if (tag.muiName) {\n Component.muiName = tag.muiName;\n }\n return Component;\n };\n if (defaultStyledResolver.withConfig) {\n muiStyledResolver.withConfig = defaultStyledResolver.withConfig;\n }\n return muiStyledResolver;\n };\n}","import { internal_resolveProps as resolveProps } from '@mui/utils';\nexport default function getThemeProps(params) {\n const {\n theme,\n name,\n props\n } = params;\n if (!theme || !theme.components || !theme.components[name] || !theme.components[name].defaultProps) {\n return props;\n }\n return resolveProps(theme.components[name].defaultProps, props);\n}","'use client';\n\nimport getThemeProps from './getThemeProps';\nimport useTheme from '../useTheme';\nexport default function useThemeProps({\n props,\n name,\n defaultTheme,\n themeId\n}) {\n let theme = useTheme(defaultTheme);\n if (themeId) {\n theme = theme[themeId] || theme;\n }\n const mergedProps = getThemeProps({\n theme,\n name,\n props\n });\n return mergedProps;\n}","import { formatMuiErrorMessage as _formatMuiErrorMessage } from \"@mui/utils\";\n/* eslint-disable @typescript-eslint/naming-convention */\n/**\n * Returns a number whose value is limited to the given range.\n * @param {number} value The value to be clamped\n * @param {number} min The lower boundary of the output range\n * @param {number} max The upper boundary of the output range\n * @returns {number} A number in the range [min, max]\n */\nfunction clamp(value, min = 0, max = 1) {\n if (process.env.NODE_ENV !== 'production') {\n if (value < min || value > max) {\n console.error(`MUI: The value provided ${value} is out of range [${min}, ${max}].`);\n }\n }\n return Math.min(Math.max(min, value), max);\n}\n\n/**\n * Converts a color from CSS hex format to CSS rgb format.\n * @param {string} color - Hex color, i.e. #nnn or #nnnnnn\n * @returns {string} A CSS rgb color string\n */\nexport function hexToRgb(color) {\n color = color.slice(1);\n const re = new RegExp(`.{1,${color.length >= 6 ? 2 : 1}}`, 'g');\n let colors = color.match(re);\n if (colors && colors[0].length === 1) {\n colors = colors.map(n => n + n);\n }\n return colors ? `rgb${colors.length === 4 ? 'a' : ''}(${colors.map((n, index) => {\n return index < 3 ? parseInt(n, 16) : Math.round(parseInt(n, 16) / 255 * 1000) / 1000;\n }).join(', ')})` : '';\n}\nfunction intToHex(int) {\n const hex = int.toString(16);\n return hex.length === 1 ? `0${hex}` : hex;\n}\n\n/**\n * Returns an object with the type and values of a color.\n *\n * Note: Does not support rgb % values.\n * @param {string} color - CSS color, i.e. one of: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color()\n * @returns {object} - A MUI color object: {type: string, values: number[]}\n */\nexport function decomposeColor(color) {\n // Idempotent\n if (color.type) {\n return color;\n }\n if (color.charAt(0) === '#') {\n return decomposeColor(hexToRgb(color));\n }\n const marker = color.indexOf('(');\n const type = color.substring(0, marker);\n if (['rgb', 'rgba', 'hsl', 'hsla', 'color'].indexOf(type) === -1) {\n throw new Error(process.env.NODE_ENV !== \"production\" ? `MUI: Unsupported \\`${color}\\` color.\nThe following formats are supported: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color().` : _formatMuiErrorMessage(9, color));\n }\n let values = color.substring(marker + 1, color.length - 1);\n let colorSpace;\n if (type === 'color') {\n values = values.split(' ');\n colorSpace = values.shift();\n if (values.length === 4 && values[3].charAt(0) === '/') {\n values[3] = values[3].slice(1);\n }\n if (['srgb', 'display-p3', 'a98-rgb', 'prophoto-rgb', 'rec-2020'].indexOf(colorSpace) === -1) {\n throw new Error(process.env.NODE_ENV !== \"production\" ? `MUI: unsupported \\`${colorSpace}\\` color space.\nThe following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rgb, rec-2020.` : _formatMuiErrorMessage(10, colorSpace));\n }\n } else {\n values = values.split(',');\n }\n values = values.map(value => parseFloat(value));\n return {\n type,\n values,\n colorSpace\n };\n}\n\n/**\n * Returns a channel created from the input color.\n *\n * @param {string} color - CSS color, i.e. one of: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color()\n * @returns {string} - The channel for the color, that can be used in rgba or hsla colors\n */\nexport const colorChannel = color => {\n const decomposedColor = decomposeColor(color);\n return decomposedColor.values.slice(0, 3).map((val, idx) => decomposedColor.type.indexOf('hsl') !== -1 && idx !== 0 ? `${val}%` : val).join(' ');\n};\nexport const private_safeColorChannel = (color, warning) => {\n try {\n return colorChannel(color);\n } catch (error) {\n if (warning && process.env.NODE_ENV !== 'production') {\n console.warn(warning);\n }\n return color;\n }\n};\n\n/**\n * Converts a color object with type and values to a string.\n * @param {object} color - Decomposed color\n * @param {string} color.type - One of: 'rgb', 'rgba', 'hsl', 'hsla', 'color'\n * @param {array} color.values - [n,n,n] or [n,n,n,n]\n * @returns {string} A CSS color string\n */\nexport function recomposeColor(color) {\n const {\n type,\n colorSpace\n } = color;\n let {\n values\n } = color;\n if (type.indexOf('rgb') !== -1) {\n // Only convert the first 3 values to int (i.e. not alpha)\n values = values.map((n, i) => i < 3 ? parseInt(n, 10) : n);\n } else if (type.indexOf('hsl') !== -1) {\n values[1] = `${values[1]}%`;\n values[2] = `${values[2]}%`;\n }\n if (type.indexOf('color') !== -1) {\n values = `${colorSpace} ${values.join(' ')}`;\n } else {\n values = `${values.join(', ')}`;\n }\n return `${type}(${values})`;\n}\n\n/**\n * Converts a color from CSS rgb format to CSS hex format.\n * @param {string} color - RGB color, i.e. rgb(n, n, n)\n * @returns {string} A CSS rgb color string, i.e. #nnnnnn\n */\nexport function rgbToHex(color) {\n // Idempotent\n if (color.indexOf('#') === 0) {\n return color;\n }\n const {\n values\n } = decomposeColor(color);\n return `#${values.map((n, i) => intToHex(i === 3 ? Math.round(255 * n) : n)).join('')}`;\n}\n\n/**\n * Converts a color from hsl format to rgb format.\n * @param {string} color - HSL color values\n * @returns {string} rgb color values\n */\nexport function hslToRgb(color) {\n color = decomposeColor(color);\n const {\n values\n } = color;\n const h = values[0];\n const s = values[1] / 100;\n const l = values[2] / 100;\n const a = s * Math.min(l, 1 - l);\n const f = (n, k = (n + h / 30) % 12) => l - a * Math.max(Math.min(k - 3, 9 - k, 1), -1);\n let type = 'rgb';\n const rgb = [Math.round(f(0) * 255), Math.round(f(8) * 255), Math.round(f(4) * 255)];\n if (color.type === 'hsla') {\n type += 'a';\n rgb.push(values[3]);\n }\n return recomposeColor({\n type,\n values: rgb\n });\n}\n/**\n * The relative brightness of any point in a color space,\n * normalized to 0 for darkest black and 1 for lightest white.\n *\n * Formula: https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests\n * @param {string} color - CSS color, i.e. one of: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color()\n * @returns {number} The relative brightness of the color in the range 0 - 1\n */\nexport function getLuminance(color) {\n color = decomposeColor(color);\n let rgb = color.type === 'hsl' || color.type === 'hsla' ? decomposeColor(hslToRgb(color)).values : color.values;\n rgb = rgb.map(val => {\n if (color.type !== 'color') {\n val /= 255; // normalized\n }\n\n return val <= 0.03928 ? val / 12.92 : ((val + 0.055) / 1.055) ** 2.4;\n });\n\n // Truncate at 3 digits\n return Number((0.2126 * rgb[0] + 0.7152 * rgb[1] + 0.0722 * rgb[2]).toFixed(3));\n}\n\n/**\n * Calculates the contrast ratio between two colors.\n *\n * Formula: https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests\n * @param {string} foreground - CSS color, i.e. one of: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla()\n * @param {string} background - CSS color, i.e. one of: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla()\n * @returns {number} A contrast ratio value in the range 0 - 21.\n */\nexport function getContrastRatio(foreground, background) {\n const lumA = getLuminance(foreground);\n const lumB = getLuminance(background);\n return (Math.max(lumA, lumB) + 0.05) / (Math.min(lumA, lumB) + 0.05);\n}\n\n/**\n * Sets the absolute transparency of a color.\n * Any existing alpha values are overwritten.\n * @param {string} color - CSS color, i.e. one of: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color()\n * @param {number} value - value to set the alpha channel to in the range 0 - 1\n * @returns {string} A CSS color string. Hex input values are returned as rgb\n */\nexport function alpha(color, value) {\n color = decomposeColor(color);\n value = clamp(value);\n if (color.type === 'rgb' || color.type === 'hsl') {\n color.type += 'a';\n }\n if (color.type === 'color') {\n color.values[3] = `/${value}`;\n } else {\n color.values[3] = value;\n }\n return recomposeColor(color);\n}\nexport function private_safeAlpha(color, value, warning) {\n try {\n return alpha(color, value);\n } catch (error) {\n if (warning && process.env.NODE_ENV !== 'production') {\n console.warn(warning);\n }\n return color;\n }\n}\n\n/**\n * Darkens a color.\n * @param {string} color - CSS color, i.e. one of: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color()\n * @param {number} coefficient - multiplier in the range 0 - 1\n * @returns {string} A CSS color string. Hex input values are returned as rgb\n */\nexport function darken(color, coefficient) {\n color = decomposeColor(color);\n coefficient = clamp(coefficient);\n if (color.type.indexOf('hsl') !== -1) {\n color.values[2] *= 1 - coefficient;\n } else if (color.type.indexOf('rgb') !== -1 || color.type.indexOf('color') !== -1) {\n for (let i = 0; i < 3; i += 1) {\n color.values[i] *= 1 - coefficient;\n }\n }\n return recomposeColor(color);\n}\nexport function private_safeDarken(color, coefficient, warning) {\n try {\n return darken(color, coefficient);\n } catch (error) {\n if (warning && process.env.NODE_ENV !== 'production') {\n console.warn(warning);\n }\n return color;\n }\n}\n\n/**\n * Lightens a color.\n * @param {string} color - CSS color, i.e. one of: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color()\n * @param {number} coefficient - multiplier in the range 0 - 1\n * @returns {string} A CSS color string. Hex input values are returned as rgb\n */\nexport function lighten(color, coefficient) {\n color = decomposeColor(color);\n coefficient = clamp(coefficient);\n if (color.type.indexOf('hsl') !== -1) {\n color.values[2] += (100 - color.values[2]) * coefficient;\n } else if (color.type.indexOf('rgb') !== -1) {\n for (let i = 0; i < 3; i += 1) {\n color.values[i] += (255 - color.values[i]) * coefficient;\n }\n } else if (color.type.indexOf('color') !== -1) {\n for (let i = 0; i < 3; i += 1) {\n color.values[i] += (1 - color.values[i]) * coefficient;\n }\n }\n return recomposeColor(color);\n}\nexport function private_safeLighten(color, coefficient, warning) {\n try {\n return lighten(color, coefficient);\n } catch (error) {\n if (warning && process.env.NODE_ENV !== 'production') {\n console.warn(warning);\n }\n return color;\n }\n}\n\n/**\n * Darken or lighten a color, depending on its luminance.\n * Light colors are darkened, dark colors are lightened.\n * @param {string} color - CSS color, i.e. one of: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color()\n * @param {number} coefficient=0.15 - multiplier in the range 0 - 1\n * @returns {string} A CSS color string. Hex input values are returned as rgb\n */\nexport function emphasize(color, coefficient = 0.15) {\n return getLuminance(color) > 0.5 ? darken(color, coefficient) : lighten(color, coefficient);\n}\nexport function private_safeEmphasize(color, coefficient, warning) {\n try {\n return private_safeEmphasize(color, coefficient);\n } catch (error) {\n if (warning && process.env.NODE_ENV !== 'production') {\n console.warn(warning);\n }\n return color;\n }\n}","import _extends from \"@babel/runtime/helpers/esm/extends\";\nexport default function createMixins(breakpoints, mixins) {\n return _extends({\n toolbar: {\n minHeight: 56,\n [breakpoints.up('xs')]: {\n '@media (orientation: landscape)': {\n minHeight: 48\n }\n },\n [breakpoints.up('sm')]: {\n minHeight: 64\n }\n }\n }, mixins);\n}","const common = {\n black: '#000',\n white: '#fff'\n};\nexport default common;","const grey = {\n 50: '#fafafa',\n 100: '#f5f5f5',\n 200: '#eeeeee',\n 300: '#e0e0e0',\n 400: '#bdbdbd',\n 500: '#9e9e9e',\n 600: '#757575',\n 700: '#616161',\n 800: '#424242',\n 900: '#212121',\n A100: '#f5f5f5',\n A200: '#eeeeee',\n A400: '#bdbdbd',\n A700: '#616161'\n};\nexport default grey;","const purple = {\n 50: '#f3e5f5',\n 100: '#e1bee7',\n 200: '#ce93d8',\n 300: '#ba68c8',\n 400: '#ab47bc',\n 500: '#9c27b0',\n 600: '#8e24aa',\n 700: '#7b1fa2',\n 800: '#6a1b9a',\n 900: '#4a148c',\n A100: '#ea80fc',\n A200: '#e040fb',\n A400: '#d500f9',\n A700: '#aa00ff'\n};\nexport default purple;","const red = {\n 50: '#ffebee',\n 100: '#ffcdd2',\n 200: '#ef9a9a',\n 300: '#e57373',\n 400: '#ef5350',\n 500: '#f44336',\n 600: '#e53935',\n 700: '#d32f2f',\n 800: '#c62828',\n 900: '#b71c1c',\n A100: '#ff8a80',\n A200: '#ff5252',\n A400: '#ff1744',\n A700: '#d50000'\n};\nexport default red;","const orange = {\n 50: '#fff3e0',\n 100: '#ffe0b2',\n 200: '#ffcc80',\n 300: '#ffb74d',\n 400: '#ffa726',\n 500: '#ff9800',\n 600: '#fb8c00',\n 700: '#f57c00',\n 800: '#ef6c00',\n 900: '#e65100',\n A100: '#ffd180',\n A200: '#ffab40',\n A400: '#ff9100',\n A700: '#ff6d00'\n};\nexport default orange;","const blue = {\n 50: '#e3f2fd',\n 100: '#bbdefb',\n 200: '#90caf9',\n 300: '#64b5f6',\n 400: '#42a5f5',\n 500: '#2196f3',\n 600: '#1e88e5',\n 700: '#1976d2',\n 800: '#1565c0',\n 900: '#0d47a1',\n A100: '#82b1ff',\n A200: '#448aff',\n A400: '#2979ff',\n A700: '#2962ff'\n};\nexport default blue;","const lightBlue = {\n 50: '#e1f5fe',\n 100: '#b3e5fc',\n 200: '#81d4fa',\n 300: '#4fc3f7',\n 400: '#29b6f6',\n 500: '#03a9f4',\n 600: '#039be5',\n 700: '#0288d1',\n 800: '#0277bd',\n 900: '#01579b',\n A100: '#80d8ff',\n A200: '#40c4ff',\n A400: '#00b0ff',\n A700: '#0091ea'\n};\nexport default lightBlue;","const green = {\n 50: '#e8f5e9',\n 100: '#c8e6c9',\n 200: '#a5d6a7',\n 300: '#81c784',\n 400: '#66bb6a',\n 500: '#4caf50',\n 600: '#43a047',\n 700: '#388e3c',\n 800: '#2e7d32',\n 900: '#1b5e20',\n A100: '#b9f6ca',\n A200: '#69f0ae',\n A400: '#00e676',\n A700: '#00c853'\n};\nexport default green;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport { formatMuiErrorMessage as _formatMuiErrorMessage } from \"@mui/utils\";\nconst _excluded = [\"mode\", \"contrastThreshold\", \"tonalOffset\"];\nimport { deepmerge } from '@mui/utils';\nimport { darken, getContrastRatio, lighten } from '@mui/system';\nimport common from '../colors/common';\nimport grey from '../colors/grey';\nimport purple from '../colors/purple';\nimport red from '../colors/red';\nimport orange from '../colors/orange';\nimport blue from '../colors/blue';\nimport lightBlue from '../colors/lightBlue';\nimport green from '../colors/green';\nexport const light = {\n // The colors used to style the text.\n text: {\n // The most important text.\n primary: 'rgba(0, 0, 0, 0.87)',\n // Secondary text.\n secondary: 'rgba(0, 0, 0, 0.6)',\n // Disabled text have even lower visual prominence.\n disabled: 'rgba(0, 0, 0, 0.38)'\n },\n // The color used to divide different elements.\n divider: 'rgba(0, 0, 0, 0.12)',\n // The background colors used to style the surfaces.\n // Consistency between these values is important.\n background: {\n paper: common.white,\n default: common.white\n },\n // The colors used to style the action elements.\n action: {\n // The color of an active action like an icon button.\n active: 'rgba(0, 0, 0, 0.54)',\n // The color of an hovered action.\n hover: 'rgba(0, 0, 0, 0.04)',\n hoverOpacity: 0.04,\n // The color of a selected action.\n selected: 'rgba(0, 0, 0, 0.08)',\n selectedOpacity: 0.08,\n // The color of a disabled action.\n disabled: 'rgba(0, 0, 0, 0.26)',\n // The background color of a disabled action.\n disabledBackground: 'rgba(0, 0, 0, 0.12)',\n disabledOpacity: 0.38,\n focus: 'rgba(0, 0, 0, 0.12)',\n focusOpacity: 0.12,\n activatedOpacity: 0.12\n }\n};\nexport const dark = {\n text: {\n primary: common.white,\n secondary: 'rgba(255, 255, 255, 0.7)',\n disabled: 'rgba(255, 255, 255, 0.5)',\n icon: 'rgba(255, 255, 255, 0.5)'\n },\n divider: 'rgba(255, 255, 255, 0.12)',\n background: {\n paper: '#121212',\n default: '#121212'\n },\n action: {\n active: common.white,\n hover: 'rgba(255, 255, 255, 0.08)',\n hoverOpacity: 0.08,\n selected: 'rgba(255, 255, 255, 0.16)',\n selectedOpacity: 0.16,\n disabled: 'rgba(255, 255, 255, 0.3)',\n disabledBackground: 'rgba(255, 255, 255, 0.12)',\n disabledOpacity: 0.38,\n focus: 'rgba(255, 255, 255, 0.12)',\n focusOpacity: 0.12,\n activatedOpacity: 0.24\n }\n};\nfunction addLightOrDark(intent, direction, shade, tonalOffset) {\n const tonalOffsetLight = tonalOffset.light || tonalOffset;\n const tonalOffsetDark = tonalOffset.dark || tonalOffset * 1.5;\n if (!intent[direction]) {\n if (intent.hasOwnProperty(shade)) {\n intent[direction] = intent[shade];\n } else if (direction === 'light') {\n intent.light = lighten(intent.main, tonalOffsetLight);\n } else if (direction === 'dark') {\n intent.dark = darken(intent.main, tonalOffsetDark);\n }\n }\n}\nfunction getDefaultPrimary(mode = 'light') {\n if (mode === 'dark') {\n return {\n main: blue[200],\n light: blue[50],\n dark: blue[400]\n };\n }\n return {\n main: blue[700],\n light: blue[400],\n dark: blue[800]\n };\n}\nfunction getDefaultSecondary(mode = 'light') {\n if (mode === 'dark') {\n return {\n main: purple[200],\n light: purple[50],\n dark: purple[400]\n };\n }\n return {\n main: purple[500],\n light: purple[300],\n dark: purple[700]\n };\n}\nfunction getDefaultError(mode = 'light') {\n if (mode === 'dark') {\n return {\n main: red[500],\n light: red[300],\n dark: red[700]\n };\n }\n return {\n main: red[700],\n light: red[400],\n dark: red[800]\n };\n}\nfunction getDefaultInfo(mode = 'light') {\n if (mode === 'dark') {\n return {\n main: lightBlue[400],\n light: lightBlue[300],\n dark: lightBlue[700]\n };\n }\n return {\n main: lightBlue[700],\n light: lightBlue[500],\n dark: lightBlue[900]\n };\n}\nfunction getDefaultSuccess(mode = 'light') {\n if (mode === 'dark') {\n return {\n main: green[400],\n light: green[300],\n dark: green[700]\n };\n }\n return {\n main: green[800],\n light: green[500],\n dark: green[900]\n };\n}\nfunction getDefaultWarning(mode = 'light') {\n if (mode === 'dark') {\n return {\n main: orange[400],\n light: orange[300],\n dark: orange[700]\n };\n }\n return {\n main: '#ed6c02',\n // closest to orange[800] that pass 3:1.\n light: orange[500],\n dark: orange[900]\n };\n}\nexport default function createPalette(palette) {\n const {\n mode = 'light',\n contrastThreshold = 3,\n tonalOffset = 0.2\n } = palette,\n other = _objectWithoutPropertiesLoose(palette, _excluded);\n const primary = palette.primary || getDefaultPrimary(mode);\n const secondary = palette.secondary || getDefaultSecondary(mode);\n const error = palette.error || getDefaultError(mode);\n const info = palette.info || getDefaultInfo(mode);\n const success = palette.success || getDefaultSuccess(mode);\n const warning = palette.warning || getDefaultWarning(mode);\n\n // Use the same logic as\n // Bootstrap: https://github.com/twbs/bootstrap/blob/1d6e3710dd447de1a200f29e8fa521f8a0908f70/scss/_functions.scss#L59\n // and material-components-web https://github.com/material-components/material-components-web/blob/ac46b8863c4dab9fc22c4c662dc6bd1b65dd652f/packages/mdc-theme/_functions.scss#L54\n function getContrastText(background) {\n const contrastText = getContrastRatio(background, dark.text.primary) >= contrastThreshold ? dark.text.primary : light.text.primary;\n if (process.env.NODE_ENV !== 'production') {\n const contrast = getContrastRatio(background, contrastText);\n if (contrast < 3) {\n console.error([`MUI: The contrast ratio of ${contrast}:1 for ${contrastText} on ${background}`, 'falls below the WCAG recommended absolute minimum contrast ratio of 3:1.', 'https://www.w3.org/TR/2008/REC-WCAG20-20081211/#visual-audio-contrast-contrast'].join('\\n'));\n }\n }\n return contrastText;\n }\n const augmentColor = ({\n color,\n name,\n mainShade = 500,\n lightShade = 300,\n darkShade = 700\n }) => {\n color = _extends({}, color);\n if (!color.main && color[mainShade]) {\n color.main = color[mainShade];\n }\n if (!color.hasOwnProperty('main')) {\n throw new Error(process.env.NODE_ENV !== \"production\" ? `MUI: The color${name ? ` (${name})` : ''} provided to augmentColor(color) is invalid.\nThe color object needs to have a \\`main\\` property or a \\`${mainShade}\\` property.` : _formatMuiErrorMessage(11, name ? ` (${name})` : '', mainShade));\n }\n if (typeof color.main !== 'string') {\n throw new Error(process.env.NODE_ENV !== \"production\" ? `MUI: The color${name ? ` (${name})` : ''} provided to augmentColor(color) is invalid.\n\\`color.main\\` should be a string, but \\`${JSON.stringify(color.main)}\\` was provided instead.\n\nDid you intend to use one of the following approaches?\n\nimport { green } from \"@mui/material/colors\";\n\nconst theme1 = createTheme({ palette: {\n primary: green,\n} });\n\nconst theme2 = createTheme({ palette: {\n primary: { main: green[500] },\n} });` : _formatMuiErrorMessage(12, name ? ` (${name})` : '', JSON.stringify(color.main)));\n }\n addLightOrDark(color, 'light', lightShade, tonalOffset);\n addLightOrDark(color, 'dark', darkShade, tonalOffset);\n if (!color.contrastText) {\n color.contrastText = getContrastText(color.main);\n }\n return color;\n };\n const modes = {\n dark,\n light\n };\n if (process.env.NODE_ENV !== 'production') {\n if (!modes[mode]) {\n console.error(`MUI: The palette mode \\`${mode}\\` is not supported.`);\n }\n }\n const paletteOutput = deepmerge(_extends({\n // A collection of common colors.\n common: _extends({}, common),\n // prevent mutable object.\n // The palette mode, can be light or dark.\n mode,\n // The colors used to represent primary interface elements for a user.\n primary: augmentColor({\n color: primary,\n name: 'primary'\n }),\n // The colors used to represent secondary interface elements for a user.\n secondary: augmentColor({\n color: secondary,\n name: 'secondary',\n mainShade: 'A400',\n lightShade: 'A200',\n darkShade: 'A700'\n }),\n // The colors used to represent interface elements that the user should be made aware of.\n error: augmentColor({\n color: error,\n name: 'error'\n }),\n // The colors used to represent potentially dangerous actions or important messages.\n warning: augmentColor({\n color: warning,\n name: 'warning'\n }),\n // The colors used to present information to the user that is neutral and not necessarily important.\n info: augmentColor({\n color: info,\n name: 'info'\n }),\n // The colors used to indicate the successful completion of an action that user triggered.\n success: augmentColor({\n color: success,\n name: 'success'\n }),\n // The grey colors.\n grey,\n // Used by `getContrastText()` to maximize the contrast between\n // the background and the text.\n contrastThreshold,\n // Takes a background color and returns the text color that maximizes the contrast.\n getContrastText,\n // Generate a rich color object.\n augmentColor,\n // Used by the functions below to shift a color's luminance by approximately\n // two indexes within its tonal palette.\n // E.g., shift from Red 500 to Red 300 or Red 700.\n tonalOffset\n }, modes[mode]), other);\n return paletteOutput;\n}","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nconst _excluded = [\"fontFamily\", \"fontSize\", \"fontWeightLight\", \"fontWeightRegular\", \"fontWeightMedium\", \"fontWeightBold\", \"htmlFontSize\", \"allVariants\", \"pxToRem\"];\nimport { deepmerge } from '@mui/utils';\nfunction round(value) {\n return Math.round(value * 1e5) / 1e5;\n}\nconst caseAllCaps = {\n textTransform: 'uppercase'\n};\nconst defaultFontFamily = '\"Roboto\", \"Helvetica\", \"Arial\", sans-serif';\n\n/**\n * @see @link{https://m2.material.io/design/typography/the-type-system.html}\n * @see @link{https://m2.material.io/design/typography/understanding-typography.html}\n */\nexport default function createTypography(palette, typography) {\n const _ref = typeof typography === 'function' ? typography(palette) : typography,\n {\n fontFamily = defaultFontFamily,\n // The default font size of the Material Specification.\n fontSize = 14,\n // px\n fontWeightLight = 300,\n fontWeightRegular = 400,\n fontWeightMedium = 500,\n fontWeightBold = 700,\n // Tell MUI what's the font-size on the html element.\n // 16px is the default font-size used by browsers.\n htmlFontSize = 16,\n // Apply the CSS properties to all the variants.\n allVariants,\n pxToRem: pxToRem2\n } = _ref,\n other = _objectWithoutPropertiesLoose(_ref, _excluded);\n if (process.env.NODE_ENV !== 'production') {\n if (typeof fontSize !== 'number') {\n console.error('MUI: `fontSize` is required to be a number.');\n }\n if (typeof htmlFontSize !== 'number') {\n console.error('MUI: `htmlFontSize` is required to be a number.');\n }\n }\n const coef = fontSize / 14;\n const pxToRem = pxToRem2 || (size => `${size / htmlFontSize * coef}rem`);\n const buildVariant = (fontWeight, size, lineHeight, letterSpacing, casing) => _extends({\n fontFamily,\n fontWeight,\n fontSize: pxToRem(size),\n // Unitless following https://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/\n lineHeight\n }, fontFamily === defaultFontFamily ? {\n letterSpacing: `${round(letterSpacing / size)}em`\n } : {}, casing, allVariants);\n const variants = {\n h1: buildVariant(fontWeightLight, 96, 1.167, -1.5),\n h2: buildVariant(fontWeightLight, 60, 1.2, -0.5),\n h3: buildVariant(fontWeightRegular, 48, 1.167, 0),\n h4: buildVariant(fontWeightRegular, 34, 1.235, 0.25),\n h5: buildVariant(fontWeightRegular, 24, 1.334, 0),\n h6: buildVariant(fontWeightMedium, 20, 1.6, 0.15),\n subtitle1: buildVariant(fontWeightRegular, 16, 1.75, 0.15),\n subtitle2: buildVariant(fontWeightMedium, 14, 1.57, 0.1),\n body1: buildVariant(fontWeightRegular, 16, 1.5, 0.15),\n body2: buildVariant(fontWeightRegular, 14, 1.43, 0.15),\n button: buildVariant(fontWeightMedium, 14, 1.75, 0.4, caseAllCaps),\n caption: buildVariant(fontWeightRegular, 12, 1.66, 0.4),\n overline: buildVariant(fontWeightRegular, 12, 2.66, 1, caseAllCaps),\n // TODO v6: Remove handling of 'inherit' variant from the theme as it is already handled in Material UI's Typography component. Also, remember to remove the associated types.\n inherit: {\n fontFamily: 'inherit',\n fontWeight: 'inherit',\n fontSize: 'inherit',\n lineHeight: 'inherit',\n letterSpacing: 'inherit'\n }\n };\n return deepmerge(_extends({\n htmlFontSize,\n pxToRem,\n fontFamily,\n fontSize,\n fontWeightLight,\n fontWeightRegular,\n fontWeightMedium,\n fontWeightBold\n }, variants), other, {\n clone: false // No need to clone deep\n });\n}","const shadowKeyUmbraOpacity = 0.2;\nconst shadowKeyPenumbraOpacity = 0.14;\nconst shadowAmbientShadowOpacity = 0.12;\nfunction createShadow(...px) {\n return [`${px[0]}px ${px[1]}px ${px[2]}px ${px[3]}px rgba(0,0,0,${shadowKeyUmbraOpacity})`, `${px[4]}px ${px[5]}px ${px[6]}px ${px[7]}px rgba(0,0,0,${shadowKeyPenumbraOpacity})`, `${px[8]}px ${px[9]}px ${px[10]}px ${px[11]}px rgba(0,0,0,${shadowAmbientShadowOpacity})`].join(',');\n}\n\n// Values from https://github.com/material-components/material-components-web/blob/be8747f94574669cb5e7add1a7c54fa41a89cec7/packages/mdc-elevation/_variables.scss\nconst shadows = ['none', createShadow(0, 2, 1, -1, 0, 1, 1, 0, 0, 1, 3, 0), createShadow(0, 3, 1, -2, 0, 2, 2, 0, 0, 1, 5, 0), createShadow(0, 3, 3, -2, 0, 3, 4, 0, 0, 1, 8, 0), createShadow(0, 2, 4, -1, 0, 4, 5, 0, 0, 1, 10, 0), createShadow(0, 3, 5, -1, 0, 5, 8, 0, 0, 1, 14, 0), createShadow(0, 3, 5, -1, 0, 6, 10, 0, 0, 1, 18, 0), createShadow(0, 4, 5, -2, 0, 7, 10, 1, 0, 2, 16, 1), createShadow(0, 5, 5, -3, 0, 8, 10, 1, 0, 3, 14, 2), createShadow(0, 5, 6, -3, 0, 9, 12, 1, 0, 3, 16, 2), createShadow(0, 6, 6, -3, 0, 10, 14, 1, 0, 4, 18, 3), createShadow(0, 6, 7, -4, 0, 11, 15, 1, 0, 4, 20, 3), createShadow(0, 7, 8, -4, 0, 12, 17, 2, 0, 5, 22, 4), createShadow(0, 7, 8, -4, 0, 13, 19, 2, 0, 5, 24, 4), createShadow(0, 7, 9, -4, 0, 14, 21, 2, 0, 5, 26, 4), createShadow(0, 8, 9, -5, 0, 15, 22, 2, 0, 6, 28, 5), createShadow(0, 8, 10, -5, 0, 16, 24, 2, 0, 6, 30, 5), createShadow(0, 8, 11, -5, 0, 17, 26, 2, 0, 6, 32, 5), createShadow(0, 9, 11, -5, 0, 18, 28, 2, 0, 7, 34, 6), createShadow(0, 9, 12, -6, 0, 19, 29, 2, 0, 7, 36, 6), createShadow(0, 10, 13, -6, 0, 20, 31, 3, 0, 8, 38, 7), createShadow(0, 10, 13, -6, 0, 21, 33, 3, 0, 8, 40, 7), createShadow(0, 10, 14, -6, 0, 22, 35, 3, 0, 8, 42, 7), createShadow(0, 11, 14, -7, 0, 23, 36, 3, 0, 9, 44, 8), createShadow(0, 11, 15, -7, 0, 24, 38, 3, 0, 9, 46, 8)];\nexport default shadows;","import _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport _extends from \"@babel/runtime/helpers/esm/extends\";\nconst _excluded = [\"duration\", \"easing\", \"delay\"];\n// Follow https://material.google.com/motion/duration-easing.html#duration-easing-natural-easing-curves\n// to learn the context in which each easing should be used.\nexport const easing = {\n // This is the most common easing curve.\n easeInOut: 'cubic-bezier(0.4, 0, 0.2, 1)',\n // Objects enter the screen at full velocity from off-screen and\n // slowly decelerate to a resting point.\n easeOut: 'cubic-bezier(0.0, 0, 0.2, 1)',\n // Objects leave the screen at full velocity. They do not decelerate when off-screen.\n easeIn: 'cubic-bezier(0.4, 0, 1, 1)',\n // The sharp curve is used by objects that may return to the screen at any time.\n sharp: 'cubic-bezier(0.4, 0, 0.6, 1)'\n};\n\n// Follow https://m2.material.io/guidelines/motion/duration-easing.html#duration-easing-common-durations\n// to learn when use what timing\nexport const duration = {\n shortest: 150,\n shorter: 200,\n short: 250,\n // most basic recommended timing\n standard: 300,\n // this is to be used in complex animations\n complex: 375,\n // recommended when something is entering screen\n enteringScreen: 225,\n // recommended when something is leaving screen\n leavingScreen: 195\n};\nfunction formatMs(milliseconds) {\n return `${Math.round(milliseconds)}ms`;\n}\nfunction getAutoHeightDuration(height) {\n if (!height) {\n return 0;\n }\n const constant = height / 36;\n\n // https://www.wolframalpha.com/input/?i=(4+%2B+15+*+(x+%2F+36+)+**+0.25+%2B+(x+%2F+36)+%2F+5)+*+10\n return Math.round((4 + 15 * constant ** 0.25 + constant / 5) * 10);\n}\nexport default function createTransitions(inputTransitions) {\n const mergedEasing = _extends({}, easing, inputTransitions.easing);\n const mergedDuration = _extends({}, duration, inputTransitions.duration);\n const create = (props = ['all'], options = {}) => {\n const {\n duration: durationOption = mergedDuration.standard,\n easing: easingOption = mergedEasing.easeInOut,\n delay = 0\n } = options,\n other = _objectWithoutPropertiesLoose(options, _excluded);\n if (process.env.NODE_ENV !== 'production') {\n const isString = value => typeof value === 'string';\n // IE11 support, replace with Number.isNaN\n // eslint-disable-next-line no-restricted-globals\n const isNumber = value => !isNaN(parseFloat(value));\n if (!isString(props) && !Array.isArray(props)) {\n console.error('MUI: Argument \"props\" must be a string or Array.');\n }\n if (!isNumber(durationOption) && !isString(durationOption)) {\n console.error(`MUI: Argument \"duration\" must be a number or a string but found ${durationOption}.`);\n }\n if (!isString(easingOption)) {\n console.error('MUI: Argument \"easing\" must be a string.');\n }\n if (!isNumber(delay) && !isString(delay)) {\n console.error('MUI: Argument \"delay\" must be a number or a string.');\n }\n if (typeof options !== 'object') {\n console.error(['MUI: Secong argument of transition.create must be an object.', \"Arguments should be either `create('prop1', options)` or `create(['prop1', 'prop2'], options)`\"].join('\\n'));\n }\n if (Object.keys(other).length !== 0) {\n console.error(`MUI: Unrecognized argument(s) [${Object.keys(other).join(',')}].`);\n }\n }\n return (Array.isArray(props) ? props : [props]).map(animatedProp => `${animatedProp} ${typeof durationOption === 'string' ? durationOption : formatMs(durationOption)} ${easingOption} ${typeof delay === 'string' ? delay : formatMs(delay)}`).join(',');\n };\n return _extends({\n getAutoHeightDuration,\n create\n }, inputTransitions, {\n easing: mergedEasing,\n duration: mergedDuration\n });\n}","// We need to centralize the zIndex definitions as they work\n// like global values in the browser.\nconst zIndex = {\n mobileStepper: 1000,\n fab: 1050,\n speedDial: 1050,\n appBar: 1100,\n drawer: 1200,\n modal: 1300,\n snackbar: 1400,\n tooltip: 1500\n};\nexport default zIndex;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport { formatMuiErrorMessage as _formatMuiErrorMessage } from \"@mui/utils\";\nconst _excluded = [\"breakpoints\", \"mixins\", \"spacing\", \"palette\", \"transitions\", \"typography\", \"shape\"];\nimport { deepmerge } from '@mui/utils';\nimport { createTheme as systemCreateTheme, unstable_defaultSxConfig as defaultSxConfig, unstable_styleFunctionSx as styleFunctionSx } from '@mui/system';\nimport generateUtilityClass from '../generateUtilityClass';\nimport createMixins from './createMixins';\nimport createPalette from './createPalette';\nimport createTypography from './createTypography';\nimport shadows from './shadows';\nimport createTransitions from './createTransitions';\nimport zIndex from './zIndex';\nfunction createTheme(options = {}, ...args) {\n const {\n mixins: mixinsInput = {},\n palette: paletteInput = {},\n transitions: transitionsInput = {},\n typography: typographyInput = {}\n } = options,\n other = _objectWithoutPropertiesLoose(options, _excluded);\n if (options.vars) {\n throw new Error(process.env.NODE_ENV !== \"production\" ? `MUI: \\`vars\\` is a private field used for CSS variables support.\nPlease use another name.` : _formatMuiErrorMessage(18));\n }\n const palette = createPalette(paletteInput);\n const systemTheme = systemCreateTheme(options);\n let muiTheme = deepmerge(systemTheme, {\n mixins: createMixins(systemTheme.breakpoints, mixinsInput),\n palette,\n // Don't use [...shadows] until you've verified its transpiled code is not invoking the iterator protocol.\n shadows: shadows.slice(),\n typography: createTypography(palette, typographyInput),\n transitions: createTransitions(transitionsInput),\n zIndex: _extends({}, zIndex)\n });\n muiTheme = deepmerge(muiTheme, other);\n muiTheme = args.reduce((acc, argument) => deepmerge(acc, argument), muiTheme);\n if (process.env.NODE_ENV !== 'production') {\n // TODO v6: Refactor to use globalStateClassesMapping from @mui/utils once `readOnly` state class is used in Rating component.\n const stateClasses = ['active', 'checked', 'completed', 'disabled', 'error', 'expanded', 'focused', 'focusVisible', 'required', 'selected'];\n const traverse = (node, component) => {\n let key;\n\n // eslint-disable-next-line guard-for-in, no-restricted-syntax\n for (key in node) {\n const child = node[key];\n if (stateClasses.indexOf(key) !== -1 && Object.keys(child).length > 0) {\n if (process.env.NODE_ENV !== 'production') {\n const stateClass = generateUtilityClass('', key);\n console.error([`MUI: The \\`${component}\\` component increases ` + `the CSS specificity of the \\`${key}\\` internal state.`, 'You can not override it like this: ', JSON.stringify(node, null, 2), '', `Instead, you need to use the '&.${stateClass}' syntax:`, JSON.stringify({\n root: {\n [`&.${stateClass}`]: child\n }\n }, null, 2), '', 'https://mui.com/r/state-classes-guide'].join('\\n'));\n }\n // Remove the style to prevent global conflicts.\n node[key] = {};\n }\n }\n };\n Object.keys(muiTheme.components).forEach(component => {\n const styleOverrides = muiTheme.components[component].styleOverrides;\n if (styleOverrides && component.indexOf('Mui') === 0) {\n traverse(styleOverrides, component);\n }\n });\n }\n muiTheme.unstable_sxConfig = _extends({}, defaultSxConfig, other == null ? void 0 : other.unstable_sxConfig);\n muiTheme.unstable_sx = function sx(props) {\n return styleFunctionSx({\n sx: props,\n theme: this\n });\n };\n return muiTheme;\n}\nlet warnedOnce = false;\nexport function createMuiTheme(...args) {\n if (process.env.NODE_ENV !== 'production') {\n if (!warnedOnce) {\n warnedOnce = true;\n console.error(['MUI: the createMuiTheme function was renamed to createTheme.', '', \"You should use `import { createTheme } from '@mui/material/styles'`\"].join('\\n'));\n }\n }\n return createTheme(...args);\n}\nexport default createTheme;","'use client';\n\nimport createTheme from './createTheme';\nconst defaultTheme = createTheme();\nexport default defaultTheme;","export default '$$material';","'use client';\n\nimport { useThemeProps as systemUseThemeProps } from '@mui/system';\nimport defaultTheme from './defaultTheme';\nimport THEME_ID from './identifier';\nexport default function useThemeProps({\n props,\n name\n}) {\n return systemUseThemeProps({\n props,\n name,\n defaultTheme,\n themeId: THEME_ID\n });\n}","'use client';\n\nimport { createStyled, shouldForwardProp } from '@mui/system';\nimport defaultTheme from './defaultTheme';\nimport THEME_ID from './identifier';\nexport const rootShouldForwardProp = prop => shouldForwardProp(prop) && prop !== 'classes';\nexport const slotShouldForwardProp = shouldForwardProp;\nconst styled = createStyled({\n themeId: THEME_ID,\n defaultTheme,\n rootShouldForwardProp\n});\nexport default styled;","import { unstable_generateUtilityClasses as generateUtilityClasses } from '@mui/utils';\nimport generateUtilityClass from '../generateUtilityClass';\nexport function getSvgIconUtilityClass(slot) {\n return generateUtilityClass('MuiSvgIcon', slot);\n}\nconst svgIconClasses = generateUtilityClasses('MuiSvgIcon', ['root', 'colorPrimary', 'colorSecondary', 'colorAction', 'colorError', 'colorDisabled', 'fontSizeInherit', 'fontSizeSmall', 'fontSizeMedium', 'fontSizeLarge']);\nexport default svgIconClasses;","'use client';\n\nimport _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nconst _excluded = [\"children\", \"className\", \"color\", \"component\", \"fontSize\", \"htmlColor\", \"inheritViewBox\", \"titleAccess\", \"viewBox\"];\nimport * as React from 'react';\nimport PropTypes from 'prop-types';\nimport clsx from 'clsx';\nimport { unstable_composeClasses as composeClasses } from '@mui/base/composeClasses';\nimport capitalize from '../utils/capitalize';\nimport useThemeProps from '../styles/useThemeProps';\nimport styled from '../styles/styled';\nimport { getSvgIconUtilityClass } from './svgIconClasses';\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nimport { jsxs as _jsxs } from \"react/jsx-runtime\";\nconst useUtilityClasses = ownerState => {\n const {\n color,\n fontSize,\n classes\n } = ownerState;\n const slots = {\n root: ['root', color !== 'inherit' && `color${capitalize(color)}`, `fontSize${capitalize(fontSize)}`]\n };\n return composeClasses(slots, getSvgIconUtilityClass, classes);\n};\nconst SvgIconRoot = styled('svg', {\n name: 'MuiSvgIcon',\n slot: 'Root',\n overridesResolver: (props, styles) => {\n const {\n ownerState\n } = props;\n return [styles.root, ownerState.color !== 'inherit' && styles[`color${capitalize(ownerState.color)}`], styles[`fontSize${capitalize(ownerState.fontSize)}`]];\n }\n})(({\n theme,\n ownerState\n}) => {\n var _theme$transitions, _theme$transitions$cr, _theme$transitions2, _theme$typography, _theme$typography$pxT, _theme$typography2, _theme$typography2$px, _theme$typography3, _theme$typography3$px, _palette$ownerState$c, _palette, _palette2, _palette3;\n return {\n userSelect: 'none',\n width: '1em',\n height: '1em',\n display: 'inline-block',\n // the will define the property that has `currentColor`\n // e.g. heroicons uses fill=\"none\" and stroke=\"currentColor\"\n fill: ownerState.hasSvgAsChild ? undefined : 'currentColor',\n flexShrink: 0,\n transition: (_theme$transitions = theme.transitions) == null || (_theme$transitions$cr = _theme$transitions.create) == null ? void 0 : _theme$transitions$cr.call(_theme$transitions, 'fill', {\n duration: (_theme$transitions2 = theme.transitions) == null || (_theme$transitions2 = _theme$transitions2.duration) == null ? void 0 : _theme$transitions2.shorter\n }),\n fontSize: {\n inherit: 'inherit',\n small: ((_theme$typography = theme.typography) == null || (_theme$typography$pxT = _theme$typography.pxToRem) == null ? void 0 : _theme$typography$pxT.call(_theme$typography, 20)) || '1.25rem',\n medium: ((_theme$typography2 = theme.typography) == null || (_theme$typography2$px = _theme$typography2.pxToRem) == null ? void 0 : _theme$typography2$px.call(_theme$typography2, 24)) || '1.5rem',\n large: ((_theme$typography3 = theme.typography) == null || (_theme$typography3$px = _theme$typography3.pxToRem) == null ? void 0 : _theme$typography3$px.call(_theme$typography3, 35)) || '2.1875rem'\n }[ownerState.fontSize],\n // TODO v5 deprecate, v6 remove for sx\n color: (_palette$ownerState$c = (_palette = (theme.vars || theme).palette) == null || (_palette = _palette[ownerState.color]) == null ? void 0 : _palette.main) != null ? _palette$ownerState$c : {\n action: (_palette2 = (theme.vars || theme).palette) == null || (_palette2 = _palette2.action) == null ? void 0 : _palette2.active,\n disabled: (_palette3 = (theme.vars || theme).palette) == null || (_palette3 = _palette3.action) == null ? void 0 : _palette3.disabled,\n inherit: undefined\n }[ownerState.color]\n };\n});\nconst SvgIcon = /*#__PURE__*/React.forwardRef(function SvgIcon(inProps, ref) {\n const props = useThemeProps({\n props: inProps,\n name: 'MuiSvgIcon'\n });\n const {\n children,\n className,\n color = 'inherit',\n component = 'svg',\n fontSize = 'medium',\n htmlColor,\n inheritViewBox = false,\n titleAccess,\n viewBox = '0 0 24 24'\n } = props,\n other = _objectWithoutPropertiesLoose(props, _excluded);\n const hasSvgAsChild = /*#__PURE__*/React.isValidElement(children) && children.type === 'svg';\n const ownerState = _extends({}, props, {\n color,\n component,\n fontSize,\n instanceFontSize: inProps.fontSize,\n inheritViewBox,\n viewBox,\n hasSvgAsChild\n });\n const more = {};\n if (!inheritViewBox) {\n more.viewBox = viewBox;\n }\n const classes = useUtilityClasses(ownerState);\n return /*#__PURE__*/_jsxs(SvgIconRoot, _extends({\n as: component,\n className: clsx(classes.root, className),\n focusable: \"false\",\n color: htmlColor,\n \"aria-hidden\": titleAccess ? undefined : true,\n role: titleAccess ? 'img' : undefined,\n ref: ref\n }, more, other, hasSvgAsChild && children.props, {\n ownerState: ownerState,\n children: [hasSvgAsChild ? children.props.children : children, titleAccess ? /*#__PURE__*/_jsx(\"title\", {\n children: titleAccess\n }) : null]\n }));\n});\nprocess.env.NODE_ENV !== \"production\" ? SvgIcon.propTypes /* remove-proptypes */ = {\n // ----------------------------- Warning --------------------------------\n // | These PropTypes are generated from the TypeScript type definitions |\n // | To update them edit the d.ts file and run \"yarn proptypes\" |\n // ----------------------------------------------------------------------\n /**\n * Node passed into the SVG element.\n */\n children: PropTypes.node,\n /**\n * Override or extend the styles applied to the component.\n */\n classes: PropTypes.object,\n /**\n * @ignore\n */\n className: PropTypes.string,\n /**\n * The color of the component.\n * It supports both default and custom theme colors, which can be added as shown in the\n * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).\n * You can use the `htmlColor` prop to apply a color attribute to the SVG element.\n * @default 'inherit'\n */\n color: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['inherit', 'action', 'disabled', 'primary', 'secondary', 'error', 'info', 'success', 'warning']), PropTypes.string]),\n /**\n * The component used for the root node.\n * Either a string to use a HTML element or a component.\n */\n component: PropTypes.elementType,\n /**\n * The fontSize applied to the icon. Defaults to 24px, but can be configure to inherit font size.\n * @default 'medium'\n */\n fontSize: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['inherit', 'large', 'medium', 'small']), PropTypes.string]),\n /**\n * Applies a color attribute to the SVG element.\n */\n htmlColor: PropTypes.string,\n /**\n * If `true`, the root node will inherit the custom `component`'s viewBox and the `viewBox`\n * prop will be ignored.\n * Useful when you want to reference a custom `component` and have `SvgIcon` pass that\n * `component`'s viewBox to the root node.\n * @default false\n */\n inheritViewBox: PropTypes.bool,\n /**\n * The shape-rendering attribute. The behavior of the different options is described on the\n * [MDN Web Docs](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/shape-rendering).\n * If you are having issues with blurry icons you should investigate this prop.\n */\n shapeRendering: PropTypes.string,\n /**\n * The system prop that allows defining system overrides as well as additional CSS styles.\n */\n sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),\n /**\n * Provides a human-readable title for the element that contains it.\n * https://www.w3.org/TR/SVG-access/#Equivalent\n */\n titleAccess: PropTypes.string,\n /**\n * Allows you to redefine what the coordinates without units mean inside an SVG element.\n * For example, if the SVG element is 500 (width) by 200 (height),\n * and you pass viewBox=\"0 0 50 20\",\n * this means that the coordinates inside the SVG will go from the top left corner (0,0)\n * to bottom right (50,20) and each unit will be worth 10px.\n * @default '0 0 24 24'\n */\n viewBox: PropTypes.string\n} : void 0;\nSvgIcon.muiName = 'SvgIcon';\nexport default SvgIcon;","'use client';\n\nimport _extends from \"@babel/runtime/helpers/esm/extends\";\nimport * as React from 'react';\nimport SvgIcon from '../SvgIcon';\n\n/**\n * Private module reserved for @mui packages.\n */\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nexport default function createSvgIcon(path, displayName) {\n function Component(props, ref) {\n return /*#__PURE__*/_jsx(SvgIcon, _extends({\n \"data-testid\": `${displayName}Icon`,\n ref: ref\n }, props, {\n children: path\n }));\n }\n if (process.env.NODE_ENV !== 'production') {\n // Need to set `displayName` on the inner component for React.memo.\n // React prior to 16.14 ignores `displayName` on the wrapper.\n Component.displayName = `${displayName}Icon`;\n }\n Component.muiName = SvgIcon.muiName;\n return /*#__PURE__*/React.memo( /*#__PURE__*/React.forwardRef(Component));\n}","\"use client\";\n\nimport createSvgIcon from './utils/createSvgIcon';\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nexport default createSvgIcon( /*#__PURE__*/_jsx(\"path\", {\n d: \"M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z\"\n}), 'Menu');","import { useRef, useState, useCallback, useEffect, MouseEvent, PropsWithChildren } from 'react';\nimport { AppBar, Toolbar as MuiToolbar, IconButton, Drawer } from '@mui/material';\nimport { Menu as MenuIcon } from '@mui/icons-material';\nimport GridMenu, { GridMenuInfo } from './grid-menu.component';\nimport './toolbar.component.css';\nimport { Command, CommandHandler } from './menu-item.component';\n\nexport interface DataHandler {\n (isSupportAndDevelopment: boolean): GridMenuInfo;\n}\n\nexport type ToolbarProps = PropsWithChildren<{\n /** The handler to use for menu commands (and eventually toolbar commands). */\n commandHandler: CommandHandler;\n\n /** The handler to use for menu data if there is no menu provided. */\n dataHandler?: DataHandler;\n\n /** Optional unique identifier */\n id?: string;\n\n /** The optional grid menu to display. If not specified, the \"hamburger\" menu will not display. */\n menu?: GridMenuInfo;\n\n /** Additional css classes to help with unique styling of the toolbar */\n className?: string;\n}>;\n\nexport default function Toolbar({\n menu: propsMenu,\n dataHandler,\n commandHandler,\n className,\n id,\n children,\n}: ToolbarProps) {\n const [isMenuOpen, setMenuOpen] = useState(false);\n const [hasShiftModifier, setHasShiftModifier] = useState(false);\n\n const handleMenuItemClick = useCallback(() => {\n if (isMenuOpen) setMenuOpen(false);\n setHasShiftModifier(false);\n }, [isMenuOpen]);\n\n const handleMenuButtonClick = useCallback((e: MouseEvent) => {\n e.stopPropagation();\n setMenuOpen((prevIsOpen) => {\n const isOpening = !prevIsOpen;\n if (isOpening && e.shiftKey) setHasShiftModifier(true);\n else if (!isOpening) setHasShiftModifier(false);\n return isOpening;\n });\n }, []);\n\n const containerRef = useRef(null);\n\n const [toolbarHeight, setToolbarHeight] = useState(0);\n\n useEffect(() => {\n if (isMenuOpen && containerRef.current) {\n setToolbarHeight(containerRef.current.clientHeight);\n }\n }, [isMenuOpen]);\n\n const toolbarCommandHandler = useCallback(\n (command: Command) => {\n handleMenuItemClick();\n return commandHandler(command);\n },\n [commandHandler, handleMenuItemClick],\n );\n\n let menu = propsMenu;\n if (!menu && dataHandler) menu = dataHandler(hasShiftModifier);\n\n return (\n
\n \n \n {menu ? (\n \n \n \n ) : null}\n {children ?
{children}
: null}\n {menu ? (\n \n \n \n ) : null}\n
\n
\n
\n );\n}\n"],"names":["Button","id","isDisabled","className","onClick","onContextMenu","children","jsx","MuiButton","ComboBox","title","isClearable","hasError","isFullWidth","width","options","value","onChange","onFocus","onBlur","getOptionLabel","MuiComboBox","props","MuiTextField","ChapterRangeSelector","startChapter","endChapter","handleSelectStartChapter","handleSelectEndChapter","chapterCount","numberArray","useMemo","_","index","onChangeStartChapter","_event","onChangeEndChapter","jsxs","Fragment","FormControlLabel","e","option","LabelPosition","Checkbox","isChecked","labelText","labelPosition","isIndeterminate","isDefaultChecked","checkBox","MuiCheckbox","result","preceding","labelSpan","labelIsInline","label","checkBoxElement","FormLabel","MenuItem","name","hasAutoFocus","isDense","hasDisabledGutters","hasDivider","focusVisibleClassName","MuiMenuItem","MenuColumn","commandHandler","items","Grid","menuItem","GridMenu","columns","col","IconButton","tooltip","isTooltipSuppressed","adjustMarginToAlignToEdge","size","MuiIconButton","P","R","t","s","i","m","B","X","E","U","g","k","x","T","O","V","I","L","S","G","C","A","H","y","q","N","c","f","u","M","n","D","r","h","p","d","w","v","b","J","l","scrBookData","bookNameOptions","getBookNameOptions","Canon","bookId","FIRST_SCR_BOOK_NUM","LAST_SCR_BOOK_NUM","FIRST_SCR_CHAPTER_NUM","FIRST_SCR_VERSE_NUM","getChaptersForBook","bookNum","_a","offsetBook","scrRef","offset","offsetChapter","offsetVerse","TextField","variant","helperText","placeholder","isRequired","defaultValue","RefSelector","handleSubmit","onChangeBook","newRef","onSelectBook","onChangeChapter","event","onChangeVerse","currentBookName","SearchBar","onSearch","searchQuery","setSearchQuery","useState","handleInputChange","searchString","Paper","Slider","orientation","min","max","step","showMarks","valueLabelDisplay","onChangeCommitted","MuiSlider","Snackbar","autoHideDuration","isOpen","onClose","anchorOrigin","ContentProps","newContentProps","MuiSnackbar","Switch","checked","MuiSwitch","TableTextEditor","onRowChange","row","column","changeHandler","renderCheckbox","disabled","handleChange","Table","sortColumns","onSortColumnsChange","onColumnResize","defaultColumnWidth","defaultColumnMinWidth","defaultColumnMaxWidth","defaultColumnSortable","defaultColumnResizable","rows","enableSelectColumn","selectColumnWidth","rowKeyGetter","rowHeight","headerRowHeight","selectedRows","onSelectedRowsChange","onRowsChange","onCellClick","onCellDoubleClick","onCellContextMenu","onCellKeyDown","direction","enableVirtualization","onCopy","onPaste","onScroll","cachedColumns","editableColumns","SelectColumn","DataGrid","_extends","target","source","key","isPlainObject","item","deepClone","output","deepmerge","z","a","reactIs_production_min","hasSymbol","REACT_ELEMENT_TYPE","REACT_PORTAL_TYPE","REACT_FRAGMENT_TYPE","REACT_STRICT_MODE_TYPE","REACT_PROFILER_TYPE","REACT_PROVIDER_TYPE","REACT_CONTEXT_TYPE","REACT_ASYNC_MODE_TYPE","REACT_CONCURRENT_MODE_TYPE","REACT_FORWARD_REF_TYPE","REACT_SUSPENSE_TYPE","REACT_SUSPENSE_LIST_TYPE","REACT_MEMO_TYPE","REACT_LAZY_TYPE","REACT_BLOCK_TYPE","REACT_FUNDAMENTAL_TYPE","REACT_RESPONDER_TYPE","REACT_SCOPE_TYPE","isValidElementType","type","typeOf","object","$$typeof","$$typeofType","AsyncMode","ConcurrentMode","ContextConsumer","ContextProvider","Element","ForwardRef","Lazy","Memo","Portal","Profiler","StrictMode","Suspense","hasWarnedAboutDeprecatedIsAsyncMode","isAsyncMode","isConcurrentMode","isContextConsumer","isContextProvider","isElement","isForwardRef","isFragment","isLazy","isMemo","isPortal","isProfiler","isStrictMode","isSuspense","reactIs_development","reactIsModule","require$$0","require$$1","getOwnPropertySymbols","hasOwnProperty","propIsEnumerable","toObject","val","shouldUseNative","test1","test2","order2","test3","letter","objectAssign","from","to","symbols","ReactPropTypesSecret","ReactPropTypesSecret_1","has","printWarning","loggedTypeFailures","text","message","checkPropTypes","typeSpecs","values","location","componentName","getStack","typeSpecName","error","err","ex","stack","checkPropTypes_1","ReactIs","assign","require$$2","require$$3","require$$4","emptyFunctionThatReturnsNull","factoryWithTypeCheckers","isValidElement","throwOnDirectAccess","ITERATOR_SYMBOL","FAUX_ITERATOR_SYMBOL","getIteratorFn","maybeIterable","iteratorFn","ANONYMOUS","ReactPropTypes","createPrimitiveTypeChecker","createAnyTypeChecker","createArrayOfTypeChecker","createElementTypeChecker","createElementTypeTypeChecker","createInstanceTypeChecker","createNodeChecker","createObjectOfTypeChecker","createEnumTypeChecker","createUnionTypeChecker","createShapeTypeChecker","createStrictShapeTypeChecker","is","PropTypeError","data","createChainableTypeChecker","validate","manualPropTypeCallCache","manualPropTypeWarningCount","checkType","propName","propFullName","secret","cacheKey","chainedCheckType","expectedType","propValue","propType","getPropType","preciseType","getPreciseType","typeChecker","expectedClass","expectedClassName","actualClassName","getClassName","expectedValues","valuesString","arrayOfTypeCheckers","checker","getPostfixForTypeWarning","expectedTypes","checkerResult","expectedTypesMessage","isNode","invalidValidatorError","shapeTypes","allKeys","iterator","entry","isSymbol","emptyFunction","emptyFunctionWithReset","factoryWithThrowingShims","shim","getShim","propTypesModule","formatMuiErrorMessage","code","url","REACT_SERVER_CONTEXT_TYPE","REACT_OFFSCREEN_TYPE","enableScopeAPI","enableCacheElement","enableTransitionTracing","enableLegacyHidden","enableDebugTracing","REACT_MODULE_REFERENCE","SuspenseList","hasWarnedAboutDeprecatedIsConcurrentMode","isSuspenseList","fnNameMatchRegex","getFunctionName","fn","match","getFunctionComponentName","Component","fallback","getWrappedName","outerType","innerType","wrapperName","functionName","getDisplayName","capitalize","string","_formatMuiErrorMessage","resolveProps","defaultProps","defaultSlotProps","slotProps","slotPropName","composeClasses","slots","getUtilityClass","classes","slot","acc","utilityClass","defaultGenerator","createClassNameGenerator","generate","generator","ClassNameGenerator","ClassNameGenerator$1","globalStateClassesMapping","generateUtilityClass","globalStatePrefix","globalStateClass","generateUtilityClasses","_objectWithoutPropertiesLoose","excluded","sourceKeys","clsx","_excluded","sortBreakpointsValues","breakpointsAsArray","breakpoint1","breakpoint2","obj","createBreakpoints","breakpoints","unit","other","sortedValues","keys","up","down","between","start","end","endIndex","only","not","keyIndex","shape","shape$1","responsivePropType","PropTypes","responsivePropType$1","merge","defaultBreakpoints","handleBreakpoints","styleFromPropValue","theme","themeBreakpoints","breakpoint","mediaKey","cssKey","createEmptyBreakpointObject","breakpointsInput","_breakpointsInput$key","breakpointStyleKey","removeUnusedBreakpoints","breakpointKeys","style","breakpointOutput","getPath","path","checkVars","getStyleValue","themeMapping","transform","propValueFinal","userValue","prop","cssProperty","themeKey","memoize","cache","arg","properties","directions","aliases","getCssProperties","property","dir","marginKeys","paddingKeys","spacingKeys","createUnaryUnit","_getPath","themeSpacing","abs","createUnarySpacing","getValue","transformer","transformed","getStyleFromPropValue","cssProperties","resolveCssProperty","margin","padding","createSpacing","spacingInput","spacing","argsInput","argument","compose","styles","handlers","borderTransform","border","borderTop","borderRight","borderBottom","borderLeft","borderColor","borderTopColor","borderRightColor","borderBottomColor","borderLeftColor","borderRadius","gap","columnGap","rowGap","gridColumn","gridRow","gridAutoFlow","gridAutoColumns","gridAutoRows","gridTemplateColumns","gridTemplateRows","gridTemplateAreas","gridArea","paletteTransform","color","bgcolor","backgroundColor","sizingTransform","maxWidth","_props$theme","breakpointsValues","minWidth","height","maxHeight","minHeight","boxSizing","defaultSxConfig","defaultSxConfig$1","objectsHaveSameKeys","objects","union","callIfFn","maybeFn","unstable_createStyleFunctionSx","getThemeValue","config","styleFunctionSx","_theme$unstable_sxCon","sx","traverse","sxInput","sxObject","emptyBreakpoints","breakpointsKeys","css","styleKey","styleFunctionSx$1","createTheme","args","paletteInput","shapeInput","muiTheme","isObjectEmpty","useTheme","defaultTheme","contextTheme","React","ThemeContext","systemDefaultTheme","useThemeWithoutDefault","isEmpty","propsToClassKey","classKey","isStringTag","tag","getStyleOverrides","getVariantStyles","variants","variantsStyles","definition","variantsResolver","_theme$components","ownerState","themeVariants","themeVariant","isMatch","shouldForwardProp","lowercaseFirstLetter","resolveTheme","themeId","defaultOverridesResolver","createStyled","input","rootShouldForwardProp","slotShouldForwardProp","systemSx","inputOptions","processStyles","componentSlot","inputSkipVariantsResolver","inputSkipSx","overridesResolver","skipVariantsResolver","skipSx","shouldForwardPropOption","defaultStyledResolver","styledEngineStyled","muiStyledResolver","styleArg","expressions","expressionsWithDefaultTheme","stylesArg","transformedStyleArg","styleOverrides","resolvedStyleOverrides","slotKey","slotStyle","numOfCustomFnsApplied","placeholders","displayName","getThemeProps","params","useThemeProps","clamp","hexToRgb","re","colors","decomposeColor","marker","colorSpace","recomposeColor","hslToRgb","rgb","getLuminance","getContrastRatio","foreground","background","lumA","lumB","darken","coefficient","lighten","createMixins","mixins","common","common$1","grey","grey$1","purple","purple$1","red","red$1","orange","orange$1","blue","blue$1","lightBlue","lightBlue$1","green","green$1","light","dark","addLightOrDark","intent","shade","tonalOffset","tonalOffsetLight","tonalOffsetDark","getDefaultPrimary","mode","getDefaultSecondary","getDefaultError","getDefaultInfo","getDefaultSuccess","getDefaultWarning","createPalette","palette","contrastThreshold","primary","secondary","info","success","warning","getContrastText","contrastText","contrast","augmentColor","mainShade","lightShade","darkShade","modes","round","caseAllCaps","defaultFontFamily","createTypography","typography","_ref","fontFamily","fontSize","fontWeightLight","fontWeightRegular","fontWeightMedium","fontWeightBold","htmlFontSize","allVariants","pxToRem2","coef","pxToRem","buildVariant","fontWeight","lineHeight","letterSpacing","casing","shadowKeyUmbraOpacity","shadowKeyPenumbraOpacity","shadowAmbientShadowOpacity","createShadow","px","shadows","shadows$1","easing","duration","formatMs","milliseconds","getAutoHeightDuration","constant","createTransitions","inputTransitions","mergedEasing","mergedDuration","durationOption","easingOption","delay","isString","isNumber","animatedProp","zIndex","zIndex$1","mixinsInput","transitionsInput","typographyInput","systemTheme","systemCreateTheme","stateClasses","node","component","child","stateClass","defaultTheme$1","THEME_ID","systemUseThemeProps","styled","styled$1","getSvgIconUtilityClass","useUtilityClasses","SvgIconRoot","_theme$transitions","_theme$transitions$cr","_theme$transitions2","_theme$typography","_theme$typography$pxT","_theme$typography2","_theme$typography2$px","_theme$typography3","_theme$typography3$px","_palette$ownerState$c","_palette","_palette2","_palette3","SvgIcon","inProps","ref","htmlColor","inheritViewBox","titleAccess","viewBox","hasSvgAsChild","more","_jsxs","_jsx","SvgIcon$1","createSvgIcon","MenuIcon","Toolbar","propsMenu","dataHandler","isMenuOpen","setMenuOpen","hasShiftModifier","setHasShiftModifier","handleMenuItemClick","useCallback","handleMenuButtonClick","prevIsOpen","isOpening","containerRef","useRef","toolbarHeight","setToolbarHeight","useEffect","toolbarCommandHandler","command","menu","AppBar","MuiToolbar","Drawer"],"mappings":"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A,MACA,MACA,MACA,MAEA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MAEA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MAEA,MACA,MACA,MACA,MACA,MACA,MACA,MAEA,MAEA,MAEA,MAEA,MAEA,MAEA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MAEA,MACA,MACA,MAEA,MAEA,MAEA,MAEA,MACA,MACA,MACA,MAEA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MAEA,MACA,MACA,KACF,EAAGC,GAAI,CACL,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,MACA,KACF,EAAGC,GAAI,CACL,UACA,SACA,YACA,UACA,cACA,SACA,SACA,OACA,WACA,WACA,UACA,UACA,eACA,eACA,OACA,WACA,kBACA,MACA,SACA,WACA,eACA,gBACA,SACA,WACA,eACA,UACA,kBACA,QACA,OACA,OACA,UACA,QACA,QACA,QACA,WACA,YACA,SACA,YACA,UACA,UACA,OACA,OACA,OACA,OACA,SACA,gBACA,gBACA,YACA,YACA,cACA,aACA,kBACA,kBACA,YACA,YACA,QACA,WACA,UACA,QACA,UACA,UACA,SACA,SACA,SACA,OACA,aACA,QACA,SACA,eACA,oBACA,0BACA,SACA,qBACA,sBACA,UACA,qBACA,cACA,cACA,cACA,cACA,mBACA,mBACA,qBACA,YACA,OACA,oBAGA,uBACA,uBACA,sBACA,yBACA,wBACA,qBACA,UACA,UACA,UACA,UACA,UACA,UACA,UACA,eACA,cACA,eACA,oBACA,qBACA,0BACA,0BACA,eACA,eACA,YACA,gBACA,cACA,eACA,iBACA,wBACA,mBACA,WACA,QACA,aACA,aACA,aACA,2BACA,4BACA,YACF,EAAGC,GAAIC,KACP,SAASC,GAAER,EAAG1C,EAAI,GAAI,CACpB,OAAOA,IAAM0C,EAAIA,EAAE,YAAa,GAAGA,KAAKM,GAAIA,GAAEN,CAAC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","x_google_ignoreList":[8,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88]} \ No newline at end of file diff --git a/lib/papi-components/dist/index.d.ts b/lib/papi-components/dist/index.d.ts index e00d9161cc..e7612fa882 100644 --- a/lib/papi-components/dist/index.d.ts +++ b/lib/papi-components/dist/index.d.ts @@ -5,26 +5,19 @@ import { ChangeEvent, ChangeEventHandler, FocusEventHandler, Key, MouseEventHand import { CellClickArgs, CellKeyDownArgs, CellKeyboardEvent, CellMouseEvent, CopyEvent, PasteEvent, RenderCellProps, RowsChangeData, SortColumn } from 'react-data-grid'; export type ButtonProps = PropsWithChildren<{ - /** - * Optional unique identifier - */ + /** Optional unique identifier */ id?: string; /** * Enabled status of button + * * @default false */ isDisabled?: boolean; - /** - * Additional css classes to help with unique styling of the button - */ + /** Additional css classes to help with unique styling of the button */ className?: string; - /** - * Optional click handler - */ + /** Optional click handler */ onClick?: MouseEventHandler; - /** - * Optional context menu handler - */ + /** Optional context menu handler */ onContextMenu?: MouseEventHandler; }>; /** @@ -50,57 +43,54 @@ export declare enum LabelPosition { Below = "below" } export type CheckboxProps = { - /** - * Optional unique identifier - */ + /** Optional unique identifier */ id?: string; - /** - * If `true`, the component is checked. - */ + /** If `true`, the component is checked. */ isChecked?: boolean; /** * If specified, the label that will appear associated with the checkbox. + * * @default '' (no label will be shown) */ labelText?: string; /** * Indicates the position of the label relative to the checkbox. + * * @default 'after' */ labelPosition?: LabelPosition; /** * If `true`, the component is in the indeterminate state. + * * @default false */ isIndeterminate?: boolean; - /** - * If `true`, the component is checked by default. - */ + /** If `true`, the component is checked by default. */ isDefaultChecked?: boolean; /** * Enabled status of switch + * * @default false */ isDisabled?: boolean; /** * True when (input related to) switch is erroneous + * * @default false */ hasError?: boolean; - /** - * Additional css classes to help with unique styling of the switch - */ + /** Additional css classes to help with unique styling of the switch */ className?: string; /** * Callback fired when the state is changed. - * @param event The event source of the callback. You can pull out the new value by accessing event.target.value (string). - * You can pull out the new checked state by accessing event.target.checked (boolean). + * + * @param event The event source of the callback. You can pull out the new value by accessing + * event.target.value (string). You can pull out the new checked state by accessing + * event.target.checked (boolean). */ onChange?: (event: ChangeEvent) => void; }; -/** - * Primary UI component for user interaction - */ +/** Primary UI component for user interaction */ export declare function Checkbox({ id, isChecked, labelText, labelPosition, isIndeterminate, isDefaultChecked, isDisabled, hasError, className, onChange, }: CheckboxProps): import("react/jsx-runtime").JSX.Element; export type ComboBoxLabelOption = { label: string; @@ -110,65 +100,52 @@ export type ComboBoxValue = AutocompleteValue; export type ComboBoxChangeDetails = AutocompleteChangeDetails; export type ComboBoxChangeReason = AutocompleteChangeReason; export type ComboBoxProps = { - /** - * Optional unique identifier - */ + /** Optional unique identifier */ id?: string; - /** - * Text label title for combobox - */ + /** Text label title for combobox */ title?: string; /** * If `true`, the component is disabled. + * * @default false */ isDisabled?: boolean; /** * If `true`, the component can be cleared, and will have a button to do so + * * @default true */ isClearable?: boolean; /** * True when (input related to) switch is erroneous + * * @default false */ hasError?: boolean; /** * If `true`, the input will take up the full width of its container. + * * @default false */ isFullWidth?: boolean; - /** - * Width of the combobox in pixels. Setting this prop overrides the `isFullWidth` prop - */ + /** Width of the combobox in pixels. Setting this prop overrides the `isFullWidth` prop */ width?: number; - /** - * List of available options for the dropdown menu - */ + /** List of available options for the dropdown menu */ options?: readonly T[]; - /** - * Additional css classes to help with unique styling of the combo box - */ + /** Additional css classes to help with unique styling of the combo box */ className?: string; /** - * The selected value that the combo box currently holds. Must be shallow equal to one of the options entries. + * The selected value that the combo box currently holds. Must be shallow equal to one of the + * options entries. */ value?: T; - /** - * Triggers when content of textfield is changed - */ + /** Triggers when content of textfield is changed */ onChange?: (event: SyntheticEvent, value: ComboBoxValue, reason?: ComboBoxChangeReason, details?: ComboBoxChangeDetails | undefined) => void; - /** - * Triggers when textfield gets focus - */ + /** Triggers when textfield gets focus */ onFocus?: FocusEventHandler; - /** - * Triggers when textfield loses focus - */ + /** Triggers when textfield loses focus */ onBlur?: FocusEventHandler; - /** - * Used to determine the string value for a given option. - */ + /** Used to determine the string value for a given option. */ getOptionLabel?: (option: ComboBoxOption) => string; }; /** @@ -179,86 +156,69 @@ export type ComboBoxProps = { */ export declare function ComboBox({ id, title, isDisabled, isClearable, hasError, isFullWidth, width, options, className, value, onChange, onFocus, onBlur, getOptionLabel, }: ComboBoxProps): import("react/jsx-runtime").JSX.Element; export type Command = { - /** - * Text (displayable in the UI) as the name of the command - */ + /** Text (displayable in the UI) as the name of the command */ name: string; - /** - * Command to execute (string.string) - */ + /** Command to execute (string.string) */ command: string; }; export interface CommandHandler { (command: Command): void; } export type MenuItemProps = Omit & PropsWithChildren<{ - /** - * Optional unique identifier - */ + /** Optional unique identifier */ id?: string; onClick: () => void; }>; export type MenuItemInfo = Command & { /** * If true, list item is focused during the first mount + * * @default false */ hasAutoFocus?: boolean; - /** - * Additional css classes to help with unique styling of the button - */ + /** Additional css classes to help with unique styling of the button */ className?: string; /** - * If true, compact vertical padding designed for keyboard and mouse - * input is used. + * If true, compact vertical padding designed for keyboard and mouse input is used. + * * @default true */ isDense?: boolean; /** * If true, the left and right padding is removed + * * @default false */ hasDisabledGutters?: boolean; /** * If true, a 1px light border is added to bottom of menu item + * * @default false */ hasDivider?: boolean; - /** - * Help identify which element has keyboard focus - */ + /** Help identify which element has keyboard focus */ focusVisibleClassName?: string; }; export declare function MenuItem(props: MenuItemProps): import("react/jsx-runtime").JSX.Element; type MenuColumnInfo = { - /** - * The name of the menu (displayed as the column header). - */ + /** The name of the menu (displayed as the column header). */ name: string; items: MenuItemInfo[]; }; export type GridMenuInfo = { - /** - * The columns to display on the dropdown menu. - */ + /** The columns to display on the dropdown menu. */ columns: MenuColumnInfo[]; }; export type GridMenuProps = GridMenuInfo & { - /** - * Optional unique identifier - */ + /** Optional unique identifier */ id?: string; commandHandler: CommandHandler; - /** - * Additional css classes to help with unique styling of the toolbar - */ + /** Additional css classes to help with unique styling of the toolbar */ className?: string; }; export function GridMenu({ commandHandler, className, columns, id }: GridMenuProps): import("react/jsx-runtime").JSX.Element; export type IconButtonProps = PropsWithChildren<{ - /** - * Optional unique identifier - */ + /** Optional unique identifier */ id?: string; /** * Required. Used as both the tooltip (aka, title) and the aria-label (used for accessibility, @@ -267,36 +227,31 @@ export type IconButtonProps = PropsWithChildren<{ label: string; /** * Enabled status of button + * * @default false */ isDisabled?: boolean; - /** - * Optional tooltip to display if different from the aria-label. - */ + /** Optional tooltip to display if different from the aria-label. */ tooltip?: string; - /** - * If true, no tooltip will be displayed. - */ + /** If true, no tooltip will be displayed. */ isTooltipSuppressed?: boolean; /** * If given, uses a negative margin to counteract the padding on one side (this is often helpful * for aligning the left or right side of the icon with content above or below, without ruining * the border size and shape). + * * @default false */ adjustMarginToAlignToEdge?: "end" | "start" | false; /** * The size of the component. small is equivalent to the dense button styling. + * * @default false */ size: "small" | "medium" | "large"; - /** - * Additional css classes to help with unique styling of the button - */ + /** Additional css classes to help with unique styling of the button */ className?: string; - /** - * Optional click handler - */ + /** Optional click handler */ onClick?: MouseEventHandler; }>; /** @@ -320,68 +275,62 @@ export declare function RefSelector({ scrRef, handleSubmit, id }: ScrRefSelector export type SearchBarProps = { /** * Callback fired to handle the search query when button pressed + * * @param searchQuery */ onSearch: (searchQuery: string) => void; - /** - * Optional string that appears in the search bar without a search string - */ + /** Optional string that appears in the search bar without a search string */ placeholder?: string; - /** - * Optional boolean to set the input base to full width - */ + /** Optional boolean to set the input base to full width */ isFullWidth?: boolean; }; export function SearchBar({ onSearch, placeholder, isFullWidth }: SearchBarProps): import("react/jsx-runtime").JSX.Element; export declare const getChaptersForBook: (bookNum: number) => number; export type SliderProps = { - /** - * Optional unique identifier - */ + /** Optional unique identifier */ id?: string; /** * If `true`, the component is disabled. + * * @default false */ isDisabled?: boolean; /** * The component orientation. + * * @default 'horizontal' */ orientation?: "horizontal" | "vertical"; /** - * The minimum allowed value of the slider. - * Should not be equal to max. + * The minimum allowed value of the slider. Should not be equal to max. + * * @default 0 */ min?: number; /** - * The maximum allowed value of the slider. - * Should not be equal to min. + * The maximum allowed value of the slider. Should not be equal to min. + * * @default 100 */ max?: number; /** - * The granularity with which the slider can step through values. (A "discrete" slider.) - * The `min` prop serves as the origin for the valid values. - * We recommend (max - min) to be evenly divisible by the step. + * The granularity with which the slider can step through values. (A "discrete" slider.) The `min` + * prop serves as the origin for the valid values. We recommend (max - min) to be evenly divisible + * by the step. + * * @default 1 */ step?: number; /** - * Marks indicate predetermined values to which the user can move the slider. - * If `true` the marks are spaced according the value of the `step` prop. + * Marks indicate predetermined values to which the user can move the slider. If `true` the marks + * are spaced according the value of the `step` prop. + * * @default false */ showMarks?: boolean; - /** - * The default value. Use when the component is not controlled. - */ + /** The default value. Use when the component is not controlled. */ defaultValue?: number; - /** - * The value of the slider. - * For ranged sliders, provide an array with two values. - */ + /** The value of the slider. For ranged sliders, provide an array with two values. */ value?: number | number[]; /** * Controls when the value label is displayed: @@ -389,24 +338,26 @@ export type SliderProps = { * - `auto` the value label will display when the thumb is hovered or focused. * - `on` will display persistently. * - `off` will never display. + * * @default 'off' */ valueLabelDisplay?: "on" | "auto" | "off"; - /** - * Additional css classes to help with unique styling of the button - */ + /** Additional css classes to help with unique styling of the button */ className?: string; /** * Callback function that is fired when the slider's value changed. - * @param event The event source of the callback. You can pull out the new value by accessing event.target.value (any). - * Warning: This is a generic event not a change event. + * + * @param event The event source of the callback. You can pull out the new value by accessing + * event.target.value (any). Warning: This is a generic event not a change event. * @param value The new value. * @param activeThumb Index of the currently moved thumb. */ onChange?: (event: Event, value: number | number[], activeThumb: number) => void; /** * Callback function that is fired when the mouseup is triggered. - * @param event The event source of the callback. Warning: This is a generic event not a change event. + * + * @param event The event source of the callback. Warning: This is a generic event not a change + * event. * @param value The new value. */ onChangeCommitted?: (event: Event | SyntheticEvent, value: number | number[]) => void; @@ -421,52 +372,42 @@ export declare function Slider({ id, isDisabled, orientation, min, max, step, sh export type CloseReason = SnackbarCloseReason; export type AnchorOrigin = SnackbarOrigin; export type SnackbarContentProps = { - /** - * The action to display, renders after the message - */ + /** The action to display, renders after the message */ action?: ReactNode; - /** - * The message to display - */ + /** The message to display */ message?: ReactNode; - /** - * Additional css classes to help with unique styling of the snackbar, internal - */ + /** Additional css classes to help with unique styling of the snackbar, internal */ className?: string; }; export type SnackbarProps = PropsWithChildren<{ - /** - * Optional unique identifier - */ + /** Optional unique identifier */ id?: string; /** * If true, the component is shown + * * @default false */ isOpen?: boolean; /** * The number of milliseconds to wait before automatically calling onClose() + * * @default null */ autoHideDuration?: number | null; - /** - * Additional css classes to help with unique styling of the snackbar, external - */ + /** Additional css classes to help with unique styling of the snackbar, external */ className?: string; /** - * Optional, used to control the open prop - * event: Event | SyntheticEvent, reason: string + * Optional, used to control the open prop event: Event | SyntheticEvent, reason: + * string */ onClose?: (event: Event | SyntheticEvent, reason: CloseReason) => void; /** - * The anchor of the `Snackbar`. - * the horizontal alignment is ignored. - * @default vertical: 'bottom', horizontal: 'left' + * The anchor of the `Snackbar`. The horizontal alignment is ignored. + * + * @default { vertical: 'bottom', horizontal: 'left' } */ anchorOrigin?: AnchorOrigin; - /** - * Props applied to the [`SnackbarContent`](/material-ui/api/snackbar-content/) element. - */ + /** Props applied to the [`SnackbarContent`](/material-ui/api/snackbar-content/) element. */ ContentProps?: SnackbarContentProps; }>; /** @@ -477,32 +418,30 @@ export type SnackbarProps = PropsWithChildren<{ */ export declare function Snackbar({ autoHideDuration, id, isOpen, className, onClose, anchorOrigin, ContentProps, children, }: SnackbarProps): import("react/jsx-runtime").JSX.Element; export type SwitchProps = { - /** - * Optional unique identifier - */ + /** Optional unique identifier */ id?: string; - /** - * If `true`, the component is checked. - */ + /** If `true`, the component is checked. */ isChecked?: boolean; /** * Enabled status of switch + * * @default false */ isDisabled?: boolean; /** * True when (input related to) switch is erroneous + * * @default false */ hasError?: boolean; - /** - * Additional css classes to help with unique styling of the switch - */ + /** Additional css classes to help with unique styling of the switch */ className?: string; /** * Callback fired when the state is changed. - * @param event The event source of the callback. You can pull out the new value by accessing event.target.value (string). - * You can pull out the new checked state by accessing event.target.checked (boolean). + * + * @param event The event source of the callback. You can pull out the new value by accessing + * event.target.value (string). You can pull out the new checked state by accessing + * event.target.checked (boolean). */ onChange?: (event: ChangeEvent) => void; }; @@ -530,54 +469,40 @@ export type TableCellKeyboardEvent = CellKeyboardEvent; export type TableCellKeyDownArgs = CellKeyDownArgs; export type TableCellMouseEvent = CellMouseEvent; export type TableColumn = { - /** - * The name of the column. By default it will be displayed in the header cell - */ + /** The name of the column. By default it will be displayed in the header cell */ readonly name: string | ReactElement; - /** - * A unique key to distinguish each column - */ + /** A unique key to distinguish each column */ readonly key: string; /** - * Column width. If not specified, it will be determined automatically - * based on grid width and specified widths of other columns + * Column width. If not specified, it will be determined automatically based on grid width and + * specified widths of other columns */ readonly width?: number | string; - /** - * Minimum column width in px. - */ + /** Minimum column width in px. */ readonly minWidth?: number; - /** - * Maximum column width in px. - */ + /** Maximum column width in px. */ readonly maxWidth?: number; /** * If `true`, editing is enabled. If no custom cell editor is provided through `renderEditCell` - * the default text editor will be used for editing. - * Note: If `editable` is set to 'true' and no custom `renderEditCell` is provided, - * the internal logic that sets the `renderEditCell` will shallow clone the column. + * the default text editor will be used for editing. Note: If `editable` is set to 'true' and no + * custom `renderEditCell` is provided, the internal logic that sets the `renderEditCell` will + * shallow clone the column. */ readonly editable?: boolean | ((row: R) => boolean) | null; - /** - * Determines whether column is frozen or not - */ + /** Determines whether column is frozen or not */ readonly frozen?: boolean; - /** - * Enable resizing of a column - */ + /** Enable resizing of a column */ readonly resizable?: boolean; - /** - * Enable sorting of a column - */ + /** Enable sorting of a column */ readonly sortable?: boolean; /** - * Sets the column sort order to be descending instead of ascending the first time - * the column is sorted + * Sets the column sort order to be descending instead of ascending the first time the column is + * sorted */ readonly sortDescendingFirst?: boolean | null; /** - * Editor to be rendered when cell of column is being edited. - * Don't forget to also set the `editable` prop to true in order to enable editing. + * Editor to be rendered when cell of column is being edited. Don't forget to also set the + * `editable` prop to true in order to enable editing. */ readonly renderEditCell?: ((props: TableEditorProps) => ReactNode) | null; }; @@ -592,139 +517,131 @@ export type TablePasteEvent = PasteEvent; export type TableRowsChangeData = RowsChangeData; export type TableSortColumn = SortColumn; export type TableProps = { - /** - * An array of objects representing each column on the grid - */ + /** An array of objects representing each column on the grid */ columns: readonly TableColumn[]; - /** - * Whether or not a column with checkboxes is inserted that allows you to select rows - */ + /** Whether or not a column with checkboxes is inserted that allows you to select rows */ enableSelectColumn?: boolean; /** * Specifies the width of the select column. Only relevant when enableSelectColumn is true + * * @default 50 */ selectColumnWidth?: number; - /** - * An array of objects representing the currently sorted columns - */ + /** An array of objects representing the currently sorted columns */ sortColumns?: readonly TableSortColumn[]; /** * A callback function that is called when the sorted columns change + * * @param sortColumns An array of objects representing the currently sorted columns in the table. */ onSortColumnsChange?: (sortColumns: TableSortColumn[]) => void; /** * A callback function that is called when a column is resized + * * @param idx The index of the column being resized * @param width The new width of the column in pixels */ onColumnResize?: (idx: number, width: number) => void; /** - * Default column width. If not specified, it will be determined automatically - * based on grid width and specified widths of other columns + * Default column width. If not specified, it will be determined automatically based on grid width + * and specified widths of other columns */ defaultColumnWidth?: number; - /** - * Minimum column width in px. - */ + /** Minimum column width in px. */ defaultColumnMinWidth?: number; - /** - * Maximum column width in px. - */ + /** Maximum column width in px. */ defaultColumnMaxWidth?: number; /** * Whether or not columns are sortable by default + * * @default true */ defaultColumnSortable?: boolean; /** * Whether or not columns are resizable by default + * * @default true */ defaultColumnResizable?: boolean; - /** - * An array of objects representing the rows in the grid - */ + /** An array of objects representing the rows in the grid */ rows: readonly R[]; - /** - * A function that returns the key for a given row - */ + /** A function that returns the key for a given row */ rowKeyGetter?: (row: R) => Key; /** * The height of each row in pixels + * * @default 35 */ rowHeight?: number; /** * The height of the header row in pixels + * * @default 35 */ headerRowHeight?: number; - /** - * A set of keys representing the currently selected rows - */ + /** A set of keys representing the currently selected rows */ selectedRows?: ReadonlySet; - /** - * A callback function that is called when the selected rows change - */ + /** A callback function that is called when the selected rows change */ onSelectedRowsChange?: (selectedRows: Set) => void; - /** - * A callback function that is called when the rows in the grid change - */ + /** A callback function that is called when the rows in the grid change */ onRowsChange?: (rows: R[], data: TableRowsChangeData) => void; /** * A callback function that is called when a cell is clicked + * * @param event The event source of the callback */ onCellClick?: (args: TableCellClickArgs, event: TableCellMouseEvent) => void; /** * A callback function that is called when a cell is double-clicked + * * @param event The event source of the callback */ onCellDoubleClick?: (args: TableCellClickArgs, event: TableCellMouseEvent) => void; /** * A callback function that is called when a cell is right-clicked + * * @param event The event source of the callback */ onCellContextMenu?: (args: TableCellClickArgs, event: TableCellMouseEvent) => void; /** * A callback function that is called when a key is pressed while a cell is focused + * * @param event The event source of the callback */ onCellKeyDown?: (args: TableCellKeyDownArgs, event: TableCellKeyboardEvent) => void; /** * The text direction of the table - * @default "ltr" + * + * @default 'ltr' */ direction?: "ltr" | "rtl"; /** * Whether or not virtualization is enabled for the table + * * @default true */ enableVirtualization?: boolean; /** * A callback function that is called when the table is scrolled + * * @param event The event source of the callback */ onScroll?: (event: UIEvent) => void; /** * A callback function that is called when the user copies data from the table. + * * @param event The event source of the callback */ onCopy?: (event: TableCopyEvent) => void; /** * A callback function that is called when the user pastes data into the table. + * * @param event The event source of the callback */ onPaste?: (event: TablePasteEvent) => R; - /** - * Additional css classes to help with unique styling of the table - */ + /** Additional css classes to help with unique styling of the table */ className?: string; - /** - * Optional unique identifier - */ + /** Optional unique identifier */ id?: string; }; /** @@ -737,68 +654,53 @@ export declare function Table({ columns, sortColumns, onSortColumnsChange, on export type TextFieldProps = { /** * The variant to use. + * * @default 'outlined' */ variant?: "outlined" | "filled"; - /** - * Optional unique identifier - */ + /** Optional unique identifier */ id?: string; /** * If `true`, the component is disabled. + * * @default false */ isDisabled?: boolean; /** * If `true`, the label is displayed in an error state. + * * @default false */ hasError?: boolean; /** * If `true`, the input will take up the full width of its container. + * * @default false */ isFullWidth?: boolean; - /** - * Text that gives the user instructions on what contents the TextField expects - */ + /** Text that gives the user instructions on what contents the TextField expects */ helperText?: string; - /** - * The title of the TextField - */ + /** The title of the TextField */ label?: string; - /** - * The short hint displayed in the `input` before the user enters a value. - */ + /** The short hint displayed in the `input` before the user enters a value. */ placeholder?: string; /** * If `true`, the label is displayed as required and the `input` element is required. + * * @default false */ isRequired?: boolean; - /** - * Additional css classes to help with unique styling of the button - */ + /** Additional css classes to help with unique styling of the button */ className?: string; - /** - * Starting value for the text field if it is not controlled - */ + /** Starting value for the text field if it is not controlled */ defaultValue?: unknown; - /** - * Value of the text field if controlled - */ + /** Value of the text field if controlled */ value?: unknown; - /** - * Triggers when content of textfield is changed - */ + /** Triggers when content of textfield is changed */ onChange?: ChangeEventHandler; - /** - * Triggers when textfield gets focus - */ + /** Triggers when textfield gets focus */ onFocus?: FocusEventHandler; - /** - * Triggers when textfield loses focus - */ + /** Triggers when textfield loses focus */ onBlur?: FocusEventHandler; }; /** @@ -812,25 +714,15 @@ export interface DataHandler { (isSupportAndDevelopment: boolean): GridMenuInfo; } export type ToolbarProps = PropsWithChildren<{ - /** - * The handler to use for menu commands (and eventually toolbar commands). - */ + /** The handler to use for menu commands (and eventually toolbar commands). */ commandHandler: CommandHandler; - /** - * The handler to use for menu data if there is no menu provided. - */ + /** The handler to use for menu data if there is no menu provided. */ dataHandler?: DataHandler; - /** - * Optional unique identifier - */ + /** Optional unique identifier */ id?: string; - /** - * The optional grid menu to display. If not specified, the "hamburger" menu will not display. - */ + /** The optional grid menu to display. If not specified, the "hamburger" menu will not display. */ menu?: GridMenuInfo; - /** - * Additional css classes to help with unique styling of the toolbar - */ + /** Additional css classes to help with unique styling of the toolbar */ className?: string; }>; export function Toolbar({ menu: propsMenu, dataHandler, commandHandler, className, id, children, }: ToolbarProps): import("react/jsx-runtime").JSX.Element; diff --git a/lib/papi-components/dist/index.es.js b/lib/papi-components/dist/index.es.js index cde6855e6f..c19a7283d5 100644 --- a/lib/papi-components/dist/index.es.js +++ b/lib/papi-components/dist/index.es.js @@ -4284,24 +4284,7 @@ function Qa(e, r = "top") { const n = document.head || document.querySelector("head"), t = n.querySelector(":first-child"), o = document.createElement("style"); o.appendChild(document.createTextNode(e)), r === "top" && t ? n.insertBefore(o, t) : n.appendChild(o); } -Qa(`.papi-multi-column-menu { - background-color: lightgray; - display: flex; - flex-direction: column; - padding-left: 3px; - padding-right: 3px; -} - -.papi-menu { - background-color: rgb(145, 145, 145); - font-size: 11pt; - font-weight: 600; - margin-top: 1px; - padding-bottom: 2px; - padding-left: 24px; - padding-top: 2px; -} -.papi-button { +Qa(`.papi-button { border: 0; border-radius: 3em; cursor: pointer; @@ -4347,26 +4330,22 @@ Qa(`.papi-multi-column-menu { color: white; text-decoration: underline; } -.papi-combo-box { - background-color: transparent; -} - -.papi-combo-box.fullwidth { - width: 100%; -} - -.papi-combo-box.error { - background-color: #f00; -} - -.papi-combo-box.paratext { - background-color: darkgreen; - color: greenyellow; +.papi-multi-column-menu { + background-color: lightgray; + display: flex; + flex-direction: column; + padding-left: 3px; + padding-right: 3px; } -.papi-combo-box.paratext.bright { - background-color: greenyellow; - color: darkgreen; +.papi-menu { + background-color: rgb(145, 145, 145); + font-size: 11pt; + font-weight: 600; + margin-top: 1px; + padding-bottom: 2px; + padding-left: 24px; + padding-top: 2px; } .papi-icon-button { border: 0; @@ -4434,27 +4413,6 @@ Qa(`.papi-multi-column-menu { .papi-checkbox.above { text-align: center; } -.search-bar-paper { - display: flex; - align-items: center; -} - -.search-button { - padding: 10px; -} -.papi-menu-item { - line-height: 0.8; -} - -.papi-menu-item.paratext { - background-color: darkgreen; - color: greenyellow; -} - -.papi-menu-item.paratext.bright { - background-color: greenyellow; - color: darkgreen; -} .papi-snackbar { font-family: Arial, Helvetica, sans-serif; } @@ -4490,13 +4448,39 @@ Qa(`.papi-multi-column-menu { background: greenyellow; color: darkgreen; } -.papi-ref-selector.book { - display: inline-block; - vertical-align: middle; +.papi-menu-item { + line-height: 0.8; } -.papi-ref-selector.chapter-verse { - width: 75px; +.papi-menu-item.paratext { + background-color: darkgreen; + color: greenyellow; +} + +.papi-menu-item.paratext.bright { + background-color: greenyellow; + color: darkgreen; +} +.papi-combo-box { + background-color: transparent; +} + +.papi-combo-box.fullwidth { + width: 100%; +} + +.papi-combo-box.error { + background-color: #f00; +} + +.papi-combo-box.paratext { + background-color: darkgreen; + color: greenyellow; +} + +.papi-combo-box.paratext.bright { + background-color: greenyellow; + color: darkgreen; } .papi-switch { background-color: transparent; @@ -4523,6 +4507,14 @@ Qa(`.papi-multi-column-menu { background-color: greenyellow; color: darkgreen; } +.search-bar-paper { + display: flex; + align-items: center; +} + +.search-button { + padding: 10px; +} .papi-slider { background-color: transparent; color: #1ea7fd; @@ -4541,6 +4533,14 @@ Qa(`.papi-multi-column-menu { background-color: greenyellow; color: darkgreen; } +.papi-ref-selector.book { + display: inline-block; + vertical-align: middle; +} + +.papi-ref-selector.chapter-verse { + width: 75px; +} .papi-toolbar { background-color: rgb(245, 245, 245); color: black; @@ -4565,6 +4565,10 @@ Qa(`.papi-multi-column-menu { padding: 10px; position: relative; } +.paratext { + background-color: darkgreen; + color: greenyellow; +} @layer rdg.MeasuringCell {.m1l09lto7-0-0-beta-34 { contain: strict; grid-row: 1; @@ -5010,10 +5014,6 @@ Qa(`.papi-multi-column-menu { } } -.paratext { - background-color: darkgreen; - color: greenyellow; -} `, "top"); export { Ee as Button, diff --git a/lib/papi-components/dist/index.es.js.map b/lib/papi-components/dist/index.es.js.map index 53888fc374..740d9d5375 100644 --- a/lib/papi-components/dist/index.es.js.map +++ b/lib/papi-components/dist/index.es.js.map @@ -1 +1 @@ -{"version":3,"file":"index.es.js","sources":["../src/button.component.tsx","../src/combo-box.component.tsx","../src/chapter-range-selector.component.tsx","../src/label-position.model.ts","../src/checkbox.component.tsx","../src/menu-item.component.tsx","../src/grid-menu.component.tsx","../src/icon-button.component.tsx","../../../node_modules/@sillsdev/scripture/dist/index.es.js","../src/scripture/scripture-util.ts","../src/text-field.component.tsx","../src/ref-selector.component.tsx","../src/search-bar.component.tsx","../src/slider.component.tsx","../src/snackbar.component.tsx","../src/switch.component.tsx","../src/table.component.tsx","../../../node_modules/@babel/runtime/helpers/esm/extends.js","../../../node_modules/@mui/utils/esm/deepmerge.js","../../../node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js","../../../node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js","../../../node_modules/prop-types/node_modules/react-is/index.js","../../../node_modules/object-assign/index.js","../../../node_modules/prop-types/lib/ReactPropTypesSecret.js","../../../node_modules/prop-types/lib/has.js","../../../node_modules/prop-types/checkPropTypes.js","../../../node_modules/prop-types/factoryWithTypeCheckers.js","../../../node_modules/prop-types/factoryWithThrowingShims.js","../../../node_modules/prop-types/index.js","../../../node_modules/@mui/utils/esm/formatMuiErrorMessage.js","../../../node_modules/react-is/cjs/react-is.production.min.js","../../../node_modules/react-is/cjs/react-is.development.js","../../../node_modules/react-is/index.js","../../../node_modules/@mui/utils/esm/getDisplayName.js","../../../node_modules/@mui/utils/esm/capitalize/capitalize.js","../../../node_modules/@mui/utils/esm/resolveProps.js","../../../node_modules/@mui/utils/esm/composeClasses/composeClasses.js","../../../node_modules/@mui/utils/esm/ClassNameGenerator/ClassNameGenerator.js","../../../node_modules/@mui/utils/esm/generateUtilityClass/generateUtilityClass.js","../../../node_modules/@mui/utils/esm/generateUtilityClasses/generateUtilityClasses.js","../../../node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js","../../../node_modules/@mui/material/node_modules/clsx/dist/clsx.mjs","../../../node_modules/@mui/system/esm/createTheme/createBreakpoints.js","../../../node_modules/@mui/system/esm/createTheme/shape.js","../../../node_modules/@mui/system/esm/responsivePropType.js","../../../node_modules/@mui/system/esm/merge.js","../../../node_modules/@mui/system/esm/breakpoints.js","../../../node_modules/@mui/system/esm/style.js","../../../node_modules/@mui/system/esm/memoize.js","../../../node_modules/@mui/system/esm/spacing.js","../../../node_modules/@mui/system/esm/createTheme/createSpacing.js","../../../node_modules/@mui/system/esm/compose.js","../../../node_modules/@mui/system/esm/borders.js","../../../node_modules/@mui/system/esm/cssGrid.js","../../../node_modules/@mui/system/esm/palette.js","../../../node_modules/@mui/system/esm/sizing.js","../../../node_modules/@mui/system/esm/styleFunctionSx/defaultSxConfig.js","../../../node_modules/@mui/system/esm/styleFunctionSx/styleFunctionSx.js","../../../node_modules/@mui/system/esm/createTheme/createTheme.js","../../../node_modules/@mui/system/esm/useThemeWithoutDefault.js","../../../node_modules/@mui/system/esm/useTheme.js","../../../node_modules/@mui/system/esm/propsToClassKey.js","../../../node_modules/@mui/system/esm/createStyled.js","../../../node_modules/@mui/system/esm/useThemeProps/getThemeProps.js","../../../node_modules/@mui/system/esm/useThemeProps/useThemeProps.js","../../../node_modules/@mui/system/esm/colorManipulator.js","../../../node_modules/@mui/material/styles/createMixins.js","../../../node_modules/@mui/material/colors/common.js","../../../node_modules/@mui/material/colors/grey.js","../../../node_modules/@mui/material/colors/purple.js","../../../node_modules/@mui/material/colors/red.js","../../../node_modules/@mui/material/colors/orange.js","../../../node_modules/@mui/material/colors/blue.js","../../../node_modules/@mui/material/colors/lightBlue.js","../../../node_modules/@mui/material/colors/green.js","../../../node_modules/@mui/material/styles/createPalette.js","../../../node_modules/@mui/material/styles/createTypography.js","../../../node_modules/@mui/material/styles/shadows.js","../../../node_modules/@mui/material/styles/createTransitions.js","../../../node_modules/@mui/material/styles/zIndex.js","../../../node_modules/@mui/material/styles/createTheme.js","../../../node_modules/@mui/material/styles/defaultTheme.js","../../../node_modules/@mui/material/styles/identifier.js","../../../node_modules/@mui/material/styles/useThemeProps.js","../../../node_modules/@mui/material/styles/styled.js","../../../node_modules/@mui/material/SvgIcon/svgIconClasses.js","../../../node_modules/@mui/material/SvgIcon/SvgIcon.js","../../../node_modules/@mui/material/utils/createSvgIcon.js","../../../node_modules/@mui/icons-material/esm/Menu.js","../src/toolbar.component.tsx"],"sourcesContent":["import { Button as MuiButton } from '@mui/material';\nimport { MouseEventHandler, PropsWithChildren } from 'react';\nimport './button.component.css';\n\nexport type ButtonProps = PropsWithChildren<{\n /**\n * Optional unique identifier\n */\n id?: string;\n /**\n * Enabled status of button\n * @default false\n */\n isDisabled?: boolean;\n /**\n * Additional css classes to help with unique styling of the button\n */\n className?: string;\n /**\n * Optional click handler\n */\n onClick?: MouseEventHandler;\n /**\n * Optional context menu handler\n */\n onContextMenu?: MouseEventHandler;\n}>;\n\n/**\n * Button a user can click to do something\n *\n * Thanks to MUI for heavy inspiration and documentation\n * https://mui.com/material-ui/getting-started/overview/\n */\nfunction Button({\n id,\n isDisabled = false,\n className,\n onClick,\n onContextMenu,\n children,\n}: ButtonProps) {\n return (\n \n {children}\n \n );\n}\n\nexport default Button;\n","import {\n Autocomplete as MuiComboBox,\n AutocompleteChangeDetails,\n AutocompleteChangeReason,\n TextField as MuiTextField,\n AutocompleteValue,\n} from '@mui/material';\nimport { FocusEventHandler, SyntheticEvent } from 'react';\nimport './combo-box.component.css';\n\nexport type ComboBoxLabelOption = { label: string };\nexport type ComboBoxOption = string | number | ComboBoxLabelOption;\nexport type ComboBoxValue = AutocompleteValue;\nexport type ComboBoxChangeDetails = AutocompleteChangeDetails;\nexport type ComboBoxChangeReason = AutocompleteChangeReason;\n\nexport type ComboBoxProps = {\n /**\n * Optional unique identifier\n */\n id?: string;\n /**\n * Text label title for combobox\n */\n title?: string;\n /**\n * If `true`, the component is disabled.\n * @default false\n */\n isDisabled?: boolean;\n /**\n * If `true`, the component can be cleared, and will have a button to do so\n * @default true\n */\n isClearable?: boolean;\n /**\n * True when (input related to) switch is erroneous\n * @default false\n */\n hasError?: boolean;\n /**\n * If `true`, the input will take up the full width of its container.\n * @default false\n */\n isFullWidth?: boolean;\n /**\n * Width of the combobox in pixels. Setting this prop overrides the `isFullWidth` prop\n */\n width?: number;\n /**\n * List of available options for the dropdown menu\n */\n options?: readonly T[];\n /**\n * Additional css classes to help with unique styling of the combo box\n */\n className?: string;\n /**\n * The selected value that the combo box currently holds. Must be shallow equal to one of the options entries.\n */\n value?: T;\n /**\n * Triggers when content of textfield is changed\n */\n onChange?: (\n event: SyntheticEvent,\n value: ComboBoxValue,\n reason?: ComboBoxChangeReason,\n details?: ComboBoxChangeDetails | undefined,\n ) => void;\n /**\n * Triggers when textfield gets focus\n */\n onFocus?: FocusEventHandler; // Storybook crashes when giving the combo box focus\n /**\n * Triggers when textfield loses focus\n */\n onBlur?: FocusEventHandler;\n /**\n * Used to determine the string value for a given option.\n */\n getOptionLabel?: (option: ComboBoxOption) => string;\n};\n\n/**\n * Dropdown selector displaying various options from which to choose\n *\n * Thanks to MUI for heavy inspiration and documentation\n * https://mui.com/material-ui/getting-started/overview/\n */\nfunction ComboBox({\n id,\n title,\n isDisabled = false,\n isClearable = true,\n hasError = false,\n isFullWidth = false,\n width,\n options = [],\n className,\n value,\n onChange,\n onFocus,\n onBlur,\n getOptionLabel,\n}: ComboBoxProps) {\n return (\n \n id={id}\n disablePortal\n disabled={isDisabled}\n disableClearable={!isClearable}\n fullWidth={isFullWidth}\n options={options}\n className={`papi-combo-box ${hasError ? 'error' : ''} ${className ?? ''}`}\n value={value}\n onChange={onChange}\n onFocus={onFocus}\n onBlur={onBlur}\n getOptionLabel={getOptionLabel}\n renderInput={(props) => (\n \n )}\n />\n );\n}\n\nexport default ComboBox;\n","import { SyntheticEvent, useMemo } from 'react';\nimport { FormControlLabel } from '@mui/material';\nimport ComboBox from './combo-box.component';\n\nexport type ChapterRangeSelectorProps = {\n startChapter: number;\n endChapter: number;\n handleSelectStartChapter: (chapter: number) => void;\n handleSelectEndChapter: (chapter: number) => void;\n isDisabled?: boolean;\n chapterCount: number;\n};\n\nexport default function ChapterRangeSelector({\n startChapter,\n endChapter,\n handleSelectStartChapter,\n handleSelectEndChapter,\n isDisabled,\n chapterCount,\n}: ChapterRangeSelectorProps) {\n const numberArray = useMemo(\n () => Array.from({ length: chapterCount }, (_, index) => index + 1),\n [chapterCount],\n );\n\n const onChangeStartChapter = (_event: SyntheticEvent, value: number) => {\n handleSelectStartChapter(value);\n if (value > endChapter) {\n handleSelectEndChapter(value);\n }\n };\n\n const onChangeEndChapter = (_event: SyntheticEvent, value: number) => {\n handleSelectEndChapter(value);\n if (value < startChapter) {\n handleSelectStartChapter(value);\n }\n };\n\n return (\n <>\n onChangeStartChapter(e, value as number)}\n className=\"book-selection-chapter\"\n key=\"start chapter\"\n isClearable={false}\n options={numberArray}\n getOptionLabel={(option) => option.toString()}\n value={startChapter}\n isDisabled={isDisabled}\n />\n }\n label=\"Chapters\"\n labelPlacement=\"start\"\n />\n onChangeEndChapter(e, value as number)}\n className=\"book-selection-chapter\"\n key=\"end chapter\"\n isClearable={false}\n options={numberArray}\n getOptionLabel={(option) => option.toString()}\n value={endChapter}\n isDisabled={isDisabled}\n />\n }\n label=\"to\"\n labelPlacement=\"start\"\n />\n \n );\n}\n","enum LabelPosition {\n After = 'after',\n Before = 'before',\n Above = 'above',\n Below = 'below',\n}\n\nexport default LabelPosition;\n","import { FormLabel, Checkbox as MuiCheckbox } from '@mui/material';\nimport { ChangeEvent } from 'react';\nimport './checkbox.component.css';\nimport LabelPosition from './label-position.model';\n\nexport type CheckboxProps = {\n /**\n * Optional unique identifier\n */\n id?: string;\n /**\n * If `true`, the component is checked.\n */\n isChecked?: boolean;\n /**\n * If specified, the label that will appear associated with the checkbox.\n * @default '' (no label will be shown)\n */\n labelText?: string;\n /**\n * Indicates the position of the label relative to the checkbox.\n * @default 'after'\n */\n labelPosition?: LabelPosition;\n /**\n * If `true`, the component is in the indeterminate state.\n * @default false\n */\n isIndeterminate?: boolean;\n /**\n * If `true`, the component is checked by default.\n */\n isDefaultChecked?: boolean;\n /**\n * Enabled status of switch\n * @default false\n */\n isDisabled?: boolean;\n /**\n * True when (input related to) switch is erroneous\n * @default false\n */\n hasError?: boolean;\n /**\n * Additional css classes to help with unique styling of the switch\n */\n className?: string;\n /**\n * Callback fired when the state is changed.\n * @param event The event source of the callback. You can pull out the new value by accessing event.target.value (string).\n * You can pull out the new checked state by accessing event.target.checked (boolean).\n */\n onChange?: (event: ChangeEvent) => void;\n};\n\n/* function CheckboxContainer({ labelText? = '', isDisabled : boolean, hasError : boolean, children? }) {\n return (\n \n {children}\n labelText\n \n );\n} */\n\n/**\n * Primary UI component for user interaction\n */\nfunction Checkbox({\n id,\n isChecked,\n labelText = '',\n labelPosition = LabelPosition.After,\n isIndeterminate = false,\n isDefaultChecked,\n isDisabled = false,\n hasError = false,\n className,\n onChange,\n}: CheckboxProps) {\n const checkBox = (\n \n );\n\n let result;\n\n if (labelText) {\n const preceding =\n labelPosition === LabelPosition.Before || labelPosition === LabelPosition.Above;\n\n const labelSpan = (\n \n {labelText}\n \n );\n\n const labelIsInline =\n labelPosition === LabelPosition.Before || labelPosition === LabelPosition.After;\n\n const label = labelIsInline ? labelSpan :
{labelSpan}
;\n\n const checkBoxElement = labelIsInline ? checkBox :
{checkBox}
;\n\n result = (\n \n {preceding && label}\n {checkBoxElement}\n {!preceding && label}\n \n );\n } else {\n result = checkBox;\n }\n return result;\n}\n\nexport default Checkbox;\n","import { MenuItem as MuiMenuItem } from '@mui/material';\nimport './menu-item.component.css';\nimport { PropsWithChildren } from 'react';\n\nexport type Command = {\n /**\n * Text (displayable in the UI) as the name of the command\n */\n name: string;\n\n /**\n * Command to execute (string.string)\n */\n command: string;\n};\n\nexport interface CommandHandler {\n (command: Command): void;\n}\n\nexport type MenuItemProps = Omit &\n PropsWithChildren<{\n /**\n * Optional unique identifier\n */\n id?: string;\n\n onClick: () => void;\n }>;\n\nexport type MenuItemInfo = Command & {\n /**\n * If true, list item is focused during the first mount\n * @default false\n */\n hasAutoFocus?: boolean;\n\n /**\n * Additional css classes to help with unique styling of the button\n */\n className?: string;\n\n /**\n * If true, compact vertical padding designed for keyboard and mouse\n * input is used.\n * @default true\n */\n isDense?: boolean;\n\n /**\n * If true, the left and right padding is removed\n * @default false\n */\n hasDisabledGutters?: boolean;\n\n /**\n * If true, a 1px light border is added to bottom of menu item\n * @default false\n */\n hasDivider?: boolean;\n\n /**\n * Help identify which element has keyboard focus\n */\n focusVisibleClassName?: string;\n};\n\nfunction MenuItem(props: MenuItemProps) {\n const {\n onClick,\n name,\n hasAutoFocus = false,\n className,\n isDense = true,\n hasDisabledGutters = false,\n hasDivider = false,\n focusVisibleClassName,\n id,\n children,\n } = props;\n\n return (\n \n {name || children}\n \n );\n}\n\nexport default MenuItem;\n","import { Grid } from '@mui/material';\nimport MenuItem, { CommandHandler, MenuItemInfo } from './menu-item.component';\nimport './grid-menu.component.css';\n\nexport type MenuColumnInfo = {\n /**\n * The name of the menu (displayed as the column header).\n */\n name: string;\n /*\n * The menu items to include.\n */\n items: MenuItemInfo[];\n};\n\ntype MenuColumnProps = MenuColumnInfo & {\n /**\n * Optional unique identifier\n */\n id?: string;\n\n commandHandler: CommandHandler;\n\n /**\n * Additional css classes to help with unique styling of the toolbar\n */\n className?: string;\n};\n\nexport type GridMenuInfo = {\n /**\n * The columns to display on the dropdown menu.\n */\n columns: MenuColumnInfo[];\n};\n\nexport type GridMenuProps = GridMenuInfo & {\n /**\n * Optional unique identifier\n */\n id?: string;\n\n commandHandler: CommandHandler;\n\n /**\n * Additional css classes to help with unique styling of the toolbar\n */\n className?: string;\n};\n\nfunction MenuColumn({ commandHandler, name, className, items, id }: MenuColumnProps) {\n return (\n \n

{name}

\n {items.map((menuItem, index) => (\n {\n commandHandler(menuItem);\n }}\n {...menuItem}\n />\n ))}\n
\n );\n}\n\nexport default function GridMenu({ commandHandler, className, columns, id }: GridMenuProps) {\n return (\n \n {columns.map((col, index) => (\n \n ))}\n \n );\n}\n","import { IconButton as MuiIconButton } from '@mui/material';\nimport { MouseEventHandler, PropsWithChildren } from 'react';\nimport './icon-button.component.css';\n\nexport type IconButtonProps = PropsWithChildren<{\n /**\n * Optional unique identifier\n */\n id?: string;\n /**\n * Required. Used as both the tooltip (aka, title) and the aria-label (used for accessibility,\n * testing, etc.), unless a distinct tooltip is supplied.\n */\n label: string;\n /**\n * Enabled status of button\n * @default false\n */\n isDisabled?: boolean;\n /**\n * Optional tooltip to display if different from the aria-label.\n */\n tooltip?: string;\n /**\n * If true, no tooltip will be displayed.\n */\n isTooltipSuppressed?: boolean;\n /**\n * If given, uses a negative margin to counteract the padding on one side (this is often helpful\n * for aligning the left or right side of the icon with content above or below, without ruining\n * the border size and shape).\n * @default false\n */\n adjustMarginToAlignToEdge?: 'end' | 'start' | false;\n /**\n * The size of the component. small is equivalent to the dense button styling.\n * @default false\n */\n size: 'small' | 'medium' | 'large';\n /**\n * Additional css classes to help with unique styling of the button\n */\n className?: string;\n /**\n * Optional click handler\n */\n onClick?: MouseEventHandler;\n}>;\n\n/**\n * Iconic button a user can click to do something\n *\n * Thanks to MUI for heavy inspiration and documentation\n * https://mui.com/material-ui/getting-started/overview/\n */\nfunction IconButton({\n id,\n label,\n isDisabled = false,\n tooltip,\n isTooltipSuppressed = false,\n adjustMarginToAlignToEdge = false,\n size = 'medium',\n className,\n onClick,\n children,\n}: IconButtonProps) {\n return (\n \n {children /* the icon to display */}\n \n );\n}\n\nexport default IconButton;\n","var P = Object.defineProperty;\nvar R = (t, e, s) => e in t ? P(t, e, { enumerable: !0, configurable: !0, writable: !0, value: s }) : t[e] = s;\nvar i = (t, e, s) => (R(t, typeof e != \"symbol\" ? e + \"\" : e, s), s);\nclass Z {\n constructor() {\n i(this, \"books\");\n i(this, \"firstSelectedBookNum\");\n i(this, \"lastSelectedBookNum\");\n i(this, \"count\");\n i(this, \"selectedBookNumbers\");\n i(this, \"selectedBookIds\");\n }\n}\nconst m = [\n \"GEN\",\n \"EXO\",\n \"LEV\",\n \"NUM\",\n \"DEU\",\n \"JOS\",\n \"JDG\",\n \"RUT\",\n \"1SA\",\n \"2SA\",\n // 10\n \"1KI\",\n \"2KI\",\n \"1CH\",\n \"2CH\",\n \"EZR\",\n \"NEH\",\n \"EST\",\n \"JOB\",\n \"PSA\",\n \"PRO\",\n // 20\n \"ECC\",\n \"SNG\",\n \"ISA\",\n \"JER\",\n \"LAM\",\n \"EZK\",\n \"DAN\",\n \"HOS\",\n \"JOL\",\n \"AMO\",\n // 30\n \"OBA\",\n \"JON\",\n \"MIC\",\n \"NAM\",\n \"HAB\",\n \"ZEP\",\n \"HAG\",\n \"ZEC\",\n \"MAL\",\n \"MAT\",\n // 40\n \"MRK\",\n \"LUK\",\n \"JHN\",\n \"ACT\",\n \"ROM\",\n \"1CO\",\n \"2CO\",\n \"GAL\",\n \"EPH\",\n \"PHP\",\n // 50\n \"COL\",\n \"1TH\",\n \"2TH\",\n \"1TI\",\n \"2TI\",\n \"TIT\",\n \"PHM\",\n \"HEB\",\n \"JAS\",\n \"1PE\",\n // 60\n \"2PE\",\n \"1JN\",\n \"2JN\",\n \"3JN\",\n \"JUD\",\n \"REV\",\n \"TOB\",\n \"JDT\",\n \"ESG\",\n \"WIS\",\n // 70\n \"SIR\",\n \"BAR\",\n \"LJE\",\n \"S3Y\",\n \"SUS\",\n \"BEL\",\n \"1MA\",\n \"2MA\",\n \"3MA\",\n \"4MA\",\n // 80\n \"1ES\",\n \"2ES\",\n \"MAN\",\n \"PS2\",\n \"ODA\",\n \"PSS\",\n \"JSA\",\n // actual variant text for JOS, now in LXA text\n \"JDB\",\n // actual variant text for JDG, now in LXA text\n \"TBS\",\n // actual variant text for TOB, now in LXA text\n \"SST\",\n // actual variant text for SUS, now in LXA text // 90\n \"DNT\",\n // actual variant text for DAN, now in LXA text\n \"BLT\",\n // actual variant text for BEL, now in LXA text\n \"XXA\",\n \"XXB\",\n \"XXC\",\n \"XXD\",\n \"XXE\",\n \"XXF\",\n \"XXG\",\n \"FRT\",\n // 100\n \"BAK\",\n \"OTH\",\n \"3ES\",\n // Used previously but really should be 2ES\n \"EZA\",\n // Used to be called 4ES, but not actually in any known project\n \"5EZ\",\n // Used to be called 5ES, but not actually in any known project\n \"6EZ\",\n // Used to be called 6ES, but not actually in any known project\n \"INT\",\n \"CNC\",\n \"GLO\",\n \"TDX\",\n // 110\n \"NDX\",\n \"DAG\",\n \"PS3\",\n \"2BA\",\n \"LBA\",\n \"JUB\",\n \"ENO\",\n \"1MQ\",\n \"2MQ\",\n \"3MQ\",\n // 120\n \"REP\",\n \"4BA\",\n \"LAO\"\n], B = [\n \"XXA\",\n \"XXB\",\n \"XXC\",\n \"XXD\",\n \"XXE\",\n \"XXF\",\n \"XXG\",\n \"FRT\",\n \"BAK\",\n \"OTH\",\n \"INT\",\n \"CNC\",\n \"GLO\",\n \"TDX\",\n \"NDX\"\n], X = [\n \"Genesis\",\n \"Exodus\",\n \"Leviticus\",\n \"Numbers\",\n \"Deuteronomy\",\n \"Joshua\",\n \"Judges\",\n \"Ruth\",\n \"1 Samuel\",\n \"2 Samuel\",\n \"1 Kings\",\n \"2 Kings\",\n \"1 Chronicles\",\n \"2 Chronicles\",\n \"Ezra\",\n \"Nehemiah\",\n \"Esther (Hebrew)\",\n \"Job\",\n \"Psalms\",\n \"Proverbs\",\n \"Ecclesiastes\",\n \"Song of Songs\",\n \"Isaiah\",\n \"Jeremiah\",\n \"Lamentations\",\n \"Ezekiel\",\n \"Daniel (Hebrew)\",\n \"Hosea\",\n \"Joel\",\n \"Amos\",\n \"Obadiah\",\n \"Jonah\",\n \"Micah\",\n \"Nahum\",\n \"Habakkuk\",\n \"Zephaniah\",\n \"Haggai\",\n \"Zechariah\",\n \"Malachi\",\n \"Matthew\",\n \"Mark\",\n \"Luke\",\n \"John\",\n \"Acts\",\n \"Romans\",\n \"1 Corinthians\",\n \"2 Corinthians\",\n \"Galatians\",\n \"Ephesians\",\n \"Philippians\",\n \"Colossians\",\n \"1 Thessalonians\",\n \"2 Thessalonians\",\n \"1 Timothy\",\n \"2 Timothy\",\n \"Titus\",\n \"Philemon\",\n \"Hebrews\",\n \"James\",\n \"1 Peter\",\n \"2 Peter\",\n \"1 John\",\n \"2 John\",\n \"3 John\",\n \"Jude\",\n \"Revelation\",\n \"Tobit\",\n \"Judith\",\n \"Esther Greek\",\n \"Wisdom of Solomon\",\n \"Sirach (Ecclesiasticus)\",\n \"Baruch\",\n \"Letter of Jeremiah\",\n \"Song of 3 Young Men\",\n \"Susanna\",\n \"Bel and the Dragon\",\n \"1 Maccabees\",\n \"2 Maccabees\",\n \"3 Maccabees\",\n \"4 Maccabees\",\n \"1 Esdras (Greek)\",\n \"2 Esdras (Latin)\",\n \"Prayer of Manasseh\",\n \"Psalm 151\",\n \"Odes\",\n \"Psalms of Solomon\",\n // WARNING, if you change the spelling of the *obsolete* tag be sure to update\n // IsObsolete routine\n \"Joshua A. *obsolete*\",\n \"Judges B. *obsolete*\",\n \"Tobit S. *obsolete*\",\n \"Susanna Th. *obsolete*\",\n \"Daniel Th. *obsolete*\",\n \"Bel Th. *obsolete*\",\n \"Extra A\",\n \"Extra B\",\n \"Extra C\",\n \"Extra D\",\n \"Extra E\",\n \"Extra F\",\n \"Extra G\",\n \"Front Matter\",\n \"Back Matter\",\n \"Other Matter\",\n \"3 Ezra *obsolete*\",\n \"Apocalypse of Ezra\",\n \"5 Ezra (Latin Prologue)\",\n \"6 Ezra (Latin Epilogue)\",\n \"Introduction\",\n \"Concordance \",\n \"Glossary \",\n \"Topical Index\",\n \"Names Index\",\n \"Daniel Greek\",\n \"Psalms 152-155\",\n \"2 Baruch (Apocalypse)\",\n \"Letter of Baruch\",\n \"Jubilees\",\n \"Enoch\",\n \"1 Meqabyan\",\n \"2 Meqabyan\",\n \"3 Meqabyan\",\n \"Reproof (Proverbs 25-31)\",\n \"4 Baruch (Rest of Baruch)\",\n \"Laodiceans\"\n], E = U();\nfunction g(t, e = !0) {\n return e && (t = t.toUpperCase()), t in E ? E[t] : 0;\n}\nfunction k(t) {\n return g(t) > 0;\n}\nfunction x(t) {\n const e = typeof t == \"string\" ? g(t) : t;\n return e >= 40 && e <= 66;\n}\nfunction T(t) {\n return (typeof t == \"string\" ? g(t) : t) <= 39;\n}\nfunction O(t) {\n return t <= 66;\n}\nfunction V(t) {\n const e = typeof t == \"string\" ? g(t) : t;\n return I(e) && !O(e);\n}\nfunction* _() {\n for (let t = 1; t <= m.length; t++)\n yield t;\n}\nconst L = 1, S = m.length;\nfunction G() {\n return [\"XXA\", \"XXB\", \"XXC\", \"XXD\", \"XXE\", \"XXF\", \"XXG\"];\n}\nfunction C(t, e = \"***\") {\n const s = t - 1;\n return s < 0 || s >= m.length ? e : m[s];\n}\nfunction A(t) {\n return t <= 0 || t > S ? \"******\" : X[t - 1];\n}\nfunction H(t) {\n return A(g(t));\n}\nfunction I(t) {\n const e = typeof t == \"number\" ? C(t) : t;\n return k(e) && !B.includes(e);\n}\nfunction y(t) {\n const e = typeof t == \"number\" ? C(t) : t;\n return k(e) && B.includes(e);\n}\nfunction q(t) {\n return X[t - 1].includes(\"*obsolete*\");\n}\nfunction U() {\n const t = {};\n for (let e = 0; e < m.length; e++)\n t[m[e]] = e + 1;\n return t;\n}\nconst N = {\n allBookIds: m,\n nonCanonicalIds: B,\n bookIdToNumber: g,\n isBookIdValid: k,\n isBookNT: x,\n isBookOT: T,\n isBookOTNT: O,\n isBookDC: V,\n allBookNumbers: _,\n firstBook: L,\n lastBook: S,\n extraBooks: G,\n bookNumberToId: C,\n bookNumberToEnglishName: A,\n bookIdToEnglishName: H,\n isCanonical: I,\n isExtraMaterial: y,\n isObsolete: q\n};\nvar c = /* @__PURE__ */ ((t) => (t[t.Unknown = 0] = \"Unknown\", t[t.Original = 1] = \"Original\", t[t.Septuagint = 2] = \"Septuagint\", t[t.Vulgate = 3] = \"Vulgate\", t[t.English = 4] = \"English\", t[t.RussianProtestant = 5] = \"RussianProtestant\", t[t.RussianOrthodox = 6] = \"RussianOrthodox\", t))(c || {});\nconst f = class {\n // private versInfo: Versification;\n constructor(e) {\n i(this, \"name\");\n i(this, \"fullPath\");\n i(this, \"isPresent\");\n i(this, \"hasVerseSegments\");\n i(this, \"isCustomized\");\n i(this, \"baseVersification\");\n i(this, \"scriptureBooks\");\n i(this, \"_type\");\n if (e != null)\n typeof e == \"string\" ? this.name = e : this._type = e;\n else\n throw new Error(\"Argument null\");\n }\n get type() {\n return this._type;\n }\n equals(e) {\n return !e.type || !this.type ? !1 : e.type === this.type;\n }\n};\nlet u = f;\ni(u, \"Original\", new f(c.Original)), i(u, \"Septuagint\", new f(c.Septuagint)), i(u, \"Vulgate\", new f(c.Vulgate)), i(u, \"English\", new f(c.English)), i(u, \"RussianProtestant\", new f(c.RussianProtestant)), i(u, \"RussianOrthodox\", new f(c.RussianOrthodox));\nfunction M(t, e) {\n const s = e[0];\n for (let n = 1; n < e.length; n++)\n t = t.split(e[n]).join(s);\n return t.split(s);\n}\nvar D = /* @__PURE__ */ ((t) => (t[t.Valid = 0] = \"Valid\", t[t.UnknownVersification = 1] = \"UnknownVersification\", t[t.OutOfRange = 2] = \"OutOfRange\", t[t.VerseOutOfOrder = 3] = \"VerseOutOfOrder\", t[t.VerseRepeated = 4] = \"VerseRepeated\", t))(D || {});\nconst r = class {\n constructor(e, s, n, o) {\n i(this, \"firstChapter\");\n i(this, \"lastChapter\");\n i(this, \"lastVerse\");\n i(this, \"hasSegmentsDefined\");\n i(this, \"text\");\n i(this, \"BBBCCCVVVS\");\n i(this, \"longHashCode\");\n /** The versification of the reference. */\n i(this, \"versification\");\n i(this, \"rtlMark\", \"‏\");\n i(this, \"_bookNum\", 0);\n i(this, \"_chapterNum\", 0);\n i(this, \"_verseNum\", 0);\n i(this, \"_verse\");\n if (n == null && o == null)\n if (e != null && typeof e == \"string\") {\n const a = e, h = s != null && s instanceof u ? s : void 0;\n this.setEmpty(h), this.parse(a);\n } else if (e != null && typeof e == \"number\") {\n const a = s != null && s instanceof u ? s : void 0;\n this.setEmpty(a), this._verseNum = e % r.chapterDigitShifter, this._chapterNum = Math.floor(\n e % r.bookDigitShifter / r.chapterDigitShifter\n ), this._bookNum = Math.floor(e / r.bookDigitShifter);\n } else if (s == null)\n if (e != null && e instanceof r) {\n const a = e;\n this._bookNum = a.bookNum, this._chapterNum = a.chapterNum, this._verseNum = a.verseNum, this._verse = a.verse, this.versification = a.versification;\n } else {\n if (e == null)\n return;\n const a = e instanceof u ? e : r.defaultVersification;\n this.setEmpty(a);\n }\n else\n throw new Error(\"VerseRef constructor not supported.\");\n else if (e != null && s != null && n != null)\n if (typeof e == \"string\" && typeof s == \"string\" && typeof n == \"string\")\n this.setEmpty(o), this.updateInternal(e, s, n);\n else if (typeof e == \"number\" && typeof s == \"number\" && typeof n == \"number\")\n this._bookNum = e, this._chapterNum = s, this._verseNum = n, this.versification = o ?? r.defaultVersification;\n else\n throw new Error(\"VerseRef constructor not supported.\");\n else\n throw new Error(\"VerseRef constructor not supported.\");\n }\n /**\n * @deprecated Will be removed in v2. Replace `VerseRef.parse('...')` with `new VerseRef('...')`\n * or refactor to use `VerseRef.tryParse('...')` which has a different return type.\n */\n static parse(e, s = r.defaultVersification) {\n const n = new r(s);\n return n.parse(e), n;\n }\n /**\n * Determines if the verse string is in a valid format (does not consider versification).\n */\n static isVerseParseable(e) {\n return e.length > 0 && \"0123456789\".includes(e[0]) && !e.endsWith(this.verseRangeSeparator) && !e.endsWith(this.verseSequenceIndicator);\n }\n /**\n * Tries to parse the specified string into a verse reference.\n * @param str - The string to attempt to parse.\n * @returns success: `true` if the specified string was successfully parsed, `false` otherwise.\n * @returns verseRef: The result of the parse if successful, or empty VerseRef if it failed\n */\n static tryParse(e) {\n let s;\n try {\n return s = r.parse(e), { success: !0, verseRef: s };\n } catch (n) {\n if (n instanceof p)\n return s = new r(), { success: !1, verseRef: s };\n throw n;\n }\n }\n /**\n * Gets the reference as a comparable integer where the book, chapter, and verse each occupy 3\n * digits.\n * @param bookNum - Book number (this is 1-based, not an index).\n * @param chapterNum - Chapter number.\n * @param verseNum - Verse number.\n * @returns The reference as a comparable integer where the book, chapter, and verse each occupy 3\n * digits.\n */\n static getBBBCCCVVV(e, s, n) {\n return e % r.bcvMaxValue * r.bookDigitShifter + (s >= 0 ? s % r.bcvMaxValue * r.chapterDigitShifter : 0) + (n >= 0 ? n % r.bcvMaxValue : 0);\n }\n /**\n * Parses a verse string and gets the leading numeric portion as a number.\n * @param verseStr - verse string to parse\n * @returns true if the entire string could be parsed as a single, simple verse number (1-999);\n * false if the verse string represented a verse bridge, contained segment letters, or was invalid\n */\n static tryGetVerseNum(e) {\n let s;\n if (!e)\n return s = -1, { success: !0, vNum: s };\n s = 0;\n let n;\n for (let o = 0; o < e.length; o++) {\n if (n = e[o], n < \"0\" || n > \"9\")\n return o === 0 && (s = -1), { success: !1, vNum: s };\n if (s = s * 10 + +n - +\"0\", s > r.bcvMaxValue)\n return s = -1, { success: !1, vNum: s };\n }\n return { success: !0, vNum: s };\n }\n /**\n * Checks to see if a VerseRef hasn't been set - all values are the default.\n */\n get isDefault() {\n return this.bookNum === 0 && this.chapterNum === 0 && this.verseNum === 0 && this.versification == null;\n }\n /**\n * Gets whether the verse contains multiple verses.\n */\n get hasMultiple() {\n return this._verse != null && (this._verse.includes(r.verseRangeSeparator) || this._verse.includes(r.verseSequenceIndicator));\n }\n /**\n * Gets or sets the book of the reference. Book is the 3-letter abbreviation in capital letters,\n * e.g. `'MAT'`.\n */\n get book() {\n return N.bookNumberToId(this.bookNum, \"\");\n }\n set book(e) {\n this.bookNum = N.bookIdToNumber(e);\n }\n /**\n * Gets or sets the chapter of the reference,. e.g. `'3'`.\n */\n get chapter() {\n return this.isDefault || this._chapterNum < 0 ? \"\" : this._chapterNum.toString();\n }\n set chapter(e) {\n const s = +e;\n this._chapterNum = Number.isInteger(s) ? s : -1;\n }\n /**\n * Gets or sets the verse of the reference, including range, segments, and sequences, e.g. `'4'`,\n * or `'4b-5a, 7'`.\n */\n get verse() {\n return this._verse != null ? this._verse : this.isDefault || this._verseNum < 0 ? \"\" : this._verseNum.toString();\n }\n set verse(e) {\n const { success: s, vNum: n } = r.tryGetVerseNum(e);\n this._verse = s ? void 0 : e.replace(this.rtlMark, \"\"), this._verseNum = n, !(this._verseNum >= 0) && ({ vNum: this._verseNum } = r.tryGetVerseNum(this._verse));\n }\n /**\n * Get or set Book based on book number, e.g. `42`.\n */\n get bookNum() {\n return this._bookNum;\n }\n set bookNum(e) {\n if (e <= 0 || e > N.lastBook)\n throw new p(\n \"BookNum must be greater than zero and less than or equal to last book\"\n );\n this._bookNum = e;\n }\n /**\n * Gets or sets the chapter number, e.g. `3`. `-1` if not valid.\n */\n get chapterNum() {\n return this._chapterNum;\n }\n set chapterNum(e) {\n this.chapterNum = e;\n }\n /**\n * Gets or sets verse start number, e.g. `4`. `-1` if not valid.\n */\n get verseNum() {\n return this._verseNum;\n }\n set verseNum(e) {\n this._verseNum = e;\n }\n /**\n * String representing the versification (should ONLY be used for serialization/deserialization).\n *\n * @remarks This is for backwards compatibility when ScrVers was an enumeration.\n */\n get versificationStr() {\n var e;\n return (e = this.versification) == null ? void 0 : e.name;\n }\n set versificationStr(e) {\n this.versification = this.versification != null ? new u(e) : void 0;\n }\n /**\n * Determines if the reference is valid.\n */\n get valid() {\n return this.validStatus === 0;\n }\n /**\n * Get the valid status for this reference.\n */\n get validStatus() {\n return this.validateVerse(r.verseRangeSeparators, r.verseSequenceIndicators);\n }\n /**\n * Gets the reference as a comparable integer where the book,\n * chapter, and verse each occupy three digits and the verse is 0.\n */\n get BBBCCC() {\n return r.getBBBCCCVVV(this._bookNum, this._chapterNum, 0);\n }\n /**\n * Gets the reference as a comparable integer where the book,\n * chapter, and verse each occupy three digits. If verse is not null\n * (i.e., this reference represents a complex reference with verse\n * segments or bridge) this cannot be used for an exact comparison.\n */\n get BBBCCCVVV() {\n return r.getBBBCCCVVV(this._bookNum, this._chapterNum, this._verseNum);\n }\n /**\n * Gets whether the verse is defined as an excluded verse in the versification.\n * Does not handle verse ranges.\n */\n // eslint-disable-next-line @typescript-eslint/class-literal-property-style\n get isExcluded() {\n return !1;\n }\n /**\n * Parses the reference in the specified string.\n * Optionally versification can follow reference as in GEN 3:11/4\n * Throw an exception if\n * - invalid book name\n * - chapter number is missing or not a number\n * - verse number is missing or does not start with a number\n * - versification is invalid\n * @param verseStr - string to parse e.g. 'MAT 3:11'\n */\n parse(e) {\n if (e = e.replace(this.rtlMark, \"\"), e.includes(\"/\")) {\n const a = e.split(\"/\");\n if (e = a[0], a.length > 1)\n try {\n const h = +a[1].trim();\n this.versification = new u(c[h]);\n } catch {\n throw new p(\"Invalid reference : \" + e);\n }\n }\n const s = e.trim().split(\" \");\n if (s.length !== 2)\n throw new p(\"Invalid reference : \" + e);\n const n = s[1].split(\":\"), o = +n[0];\n if (n.length !== 2 || N.bookIdToNumber(s[0]) === 0 || !Number.isInteger(o) || o < 0 || !r.isVerseParseable(n[1]))\n throw new p(\"Invalid reference : \" + e);\n this.updateInternal(s[0], n[0], n[1]);\n }\n /**\n * Simplifies this verse ref so that it has no bridging of verses or\n * verse segments like `'1a'`.\n */\n simplify() {\n this._verse = void 0;\n }\n /**\n * Makes a clone of the reference.\n *\n * @returns The cloned VerseRef.\n */\n clone() {\n return new r(this);\n }\n toString() {\n const e = this.book;\n return e === \"\" ? \"\" : `${e} ${this.chapter}:${this.verse}`;\n }\n /**\n * Compares this `VerseRef` with supplied one.\n * @param verseRef - `VerseRef` to compare this one to.\n * @returns `true` if this `VerseRef` is equal to the supplied on, `false` otherwise.\n */\n equals(e) {\n return e._bookNum === this._bookNum && e._chapterNum === this._chapterNum && e._verseNum === this._verseNum && e._verse === this._verse && e.versification != null && this.versification != null && e.versification.equals(this.versification);\n }\n /**\n * Enumerate all individual verses contained in a VerseRef.\n * Verse ranges are indicated by \"-\" and consecutive verses by \",\"s.\n * Examples:\n * GEN 1:2 returns GEN 1:2\n * GEN 1:1a-3b,5 returns GEN 1:1a, GEN 1:2, GEN 1:3b, GEN 1:5\n * GEN 1:2a-2c returns //! ??????\n *\n * @param specifiedVersesOnly - if set to true return only verses that are\n * explicitly specified only, not verses within a range. Defaults to `false`.\n * @param verseRangeSeparators - Verse range separators.\n * Defaults to `VerseRef.verseRangeSeparators`.\n * @param verseSequenceSeparators - Verse sequence separators.\n * Defaults to `VerseRef.verseSequenceIndicators`.\n * @returns An array of all single verse references in this VerseRef.\n */\n allVerses(e = !1, s = r.verseRangeSeparators, n = r.verseSequenceIndicators) {\n if (this._verse == null || this.chapterNum <= 0)\n return [this.clone()];\n const o = [], a = M(this._verse, n);\n for (const h of a.map((d) => M(d, s))) {\n const d = this.clone();\n d.verse = h[0];\n const w = d.verseNum;\n if (o.push(d), h.length > 1) {\n const v = this.clone();\n if (v.verse = h[1], !e)\n for (let b = w + 1; b < v.verseNum; b++) {\n const J = new r(\n this._bookNum,\n this._chapterNum,\n b,\n this.versification\n );\n this.isExcluded || o.push(J);\n }\n o.push(v);\n }\n }\n return o;\n }\n /**\n * Validates a verse number using the supplied separators rather than the defaults.\n */\n validateVerse(e, s) {\n if (!this.verse)\n return this.internalValid;\n let n = 0;\n for (const o of this.allVerses(!0, e, s)) {\n const a = o.internalValid;\n if (a !== 0)\n return a;\n const h = o.BBBCCCVVV;\n if (n > h)\n return 3;\n if (n === h)\n return 4;\n n = h;\n }\n return 0;\n }\n /**\n * Gets whether a single verse reference is valid.\n */\n get internalValid() {\n return this.versification == null ? 1 : this._bookNum <= 0 || this._bookNum > N.lastBook ? 2 : 0;\n }\n setEmpty(e = r.defaultVersification) {\n this._bookNum = 0, this._chapterNum = -1, this._verse = void 0, this.versification = e;\n }\n updateInternal(e, s, n) {\n this.bookNum = N.bookIdToNumber(e), this.chapter = s, this.verse = n;\n }\n};\nlet l = r;\ni(l, \"defaultVersification\", u.English), i(l, \"verseRangeSeparator\", \"-\"), i(l, \"verseSequenceIndicator\", \",\"), i(l, \"verseRangeSeparators\", [r.verseRangeSeparator]), i(l, \"verseSequenceIndicators\", [r.verseSequenceIndicator]), i(l, \"chapterDigitShifter\", 1e3), i(l, \"bookDigitShifter\", r.chapterDigitShifter * r.chapterDigitShifter), i(l, \"bcvMaxValue\", r.chapterDigitShifter - 1), /**\n * The valid status of the VerseRef.\n */\ni(l, \"ValidStatusType\", D);\nclass p extends Error {\n}\nexport {\n Z as BookSet,\n N as Canon,\n u as ScrVers,\n c as ScrVersType,\n l as VerseRef,\n p as VerseRefException\n};\n//# sourceMappingURL=index.es.js.map\n","import { Canon } from '@sillsdev/scripture';\nimport { BookInfo, ScriptureReference } from './scripture.model';\nimport { ComboBoxLabelOption } from '../combo-box.component';\n\nconst scrBookData: BookInfo[] = [\n { shortName: 'ERR', fullNames: ['ERROR'], chapters: -1 },\n { shortName: 'GEN', fullNames: ['Genesis'], chapters: 50 },\n { shortName: 'EXO', fullNames: ['Exodus'], chapters: 40 },\n { shortName: 'LEV', fullNames: ['Leviticus'], chapters: 27 },\n { shortName: 'NUM', fullNames: ['Numbers'], chapters: 36 },\n { shortName: 'DEU', fullNames: ['Deuteronomy'], chapters: 34 },\n { shortName: 'JOS', fullNames: ['Joshua'], chapters: 24 },\n { shortName: 'JDG', fullNames: ['Judges'], chapters: 21 },\n { shortName: 'RUT', fullNames: ['Ruth'], chapters: 4 },\n { shortName: '1SA', fullNames: ['1 Samuel'], chapters: 31 },\n { shortName: '2SA', fullNames: ['2 Samuel'], chapters: 24 },\n { shortName: '1KI', fullNames: ['1 Kings'], chapters: 22 },\n { shortName: '2KI', fullNames: ['2 Kings'], chapters: 25 },\n { shortName: '1CH', fullNames: ['1 Chronicles'], chapters: 29 },\n { shortName: '2CH', fullNames: ['2 Chronicles'], chapters: 36 },\n { shortName: 'EZR', fullNames: ['Ezra'], chapters: 10 },\n { shortName: 'NEH', fullNames: ['Nehemiah'], chapters: 13 },\n { shortName: 'EST', fullNames: ['Esther'], chapters: 10 },\n { shortName: 'JOB', fullNames: ['Job'], chapters: 42 },\n { shortName: 'PSA', fullNames: ['Psalm', 'Psalms'], chapters: 150 },\n { shortName: 'PRO', fullNames: ['Proverbs'], chapters: 31 },\n { shortName: 'ECC', fullNames: ['Ecclesiastes'], chapters: 12 },\n { shortName: 'SNG', fullNames: ['Song of Solomon', 'Song of Songs'], chapters: 8 },\n { shortName: 'ISA', fullNames: ['Isaiah'], chapters: 66 },\n { shortName: 'JER', fullNames: ['Jeremiah'], chapters: 52 },\n { shortName: 'LAM', fullNames: ['Lamentations'], chapters: 5 },\n { shortName: 'EZK', fullNames: ['Ezekiel'], chapters: 48 },\n { shortName: 'DAN', fullNames: ['Daniel'], chapters: 12 },\n { shortName: 'HOS', fullNames: ['Hosea'], chapters: 14 },\n { shortName: 'JOL', fullNames: ['Joel'], chapters: 3 },\n { shortName: 'AMO', fullNames: ['Amos'], chapters: 9 },\n { shortName: 'OBA', fullNames: ['Obadiah'], chapters: 1 },\n { shortName: 'JON', fullNames: ['Jonah'], chapters: 4 },\n { shortName: 'MIC', fullNames: ['Micah'], chapters: 7 },\n { shortName: 'NAM', fullNames: ['Nahum'], chapters: 3 },\n { shortName: 'HAB', fullNames: ['Habakkuk'], chapters: 3 },\n { shortName: 'ZEP', fullNames: ['Zephaniah'], chapters: 3 },\n { shortName: 'HAG', fullNames: ['Haggai'], chapters: 2 },\n { shortName: 'ZEC', fullNames: ['Zechariah'], chapters: 14 },\n { shortName: 'MAL', fullNames: ['Malachi'], chapters: 4 },\n { shortName: 'MAT', fullNames: ['Matthew'], chapters: 28 },\n { shortName: 'MRK', fullNames: ['Mark'], chapters: 16 },\n { shortName: 'LUK', fullNames: ['Luke'], chapters: 24 },\n { shortName: 'JHN', fullNames: ['John'], chapters: 21 },\n { shortName: 'ACT', fullNames: ['Acts'], chapters: 28 },\n { shortName: 'ROM', fullNames: ['Romans'], chapters: 16 },\n { shortName: '1CO', fullNames: ['1 Corinthians'], chapters: 16 },\n { shortName: '2CO', fullNames: ['2 Corinthians'], chapters: 13 },\n { shortName: 'GAL', fullNames: ['Galatians'], chapters: 6 },\n { shortName: 'EPH', fullNames: ['Ephesians'], chapters: 6 },\n { shortName: 'PHP', fullNames: ['Philippians'], chapters: 4 },\n { shortName: 'COL', fullNames: ['Colossians'], chapters: 4 },\n { shortName: '1TH', fullNames: ['1 Thessalonians'], chapters: 5 },\n { shortName: '2TH', fullNames: ['2 Thessalonians'], chapters: 3 },\n { shortName: '1TI', fullNames: ['1 Timothy'], chapters: 6 },\n { shortName: '2TI', fullNames: ['2 Timothy'], chapters: 4 },\n { shortName: 'TIT', fullNames: ['Titus'], chapters: 3 },\n { shortName: 'PHM', fullNames: ['Philemon'], chapters: 1 },\n { shortName: 'HEB', fullNames: ['Hebrews'], chapters: 13 },\n { shortName: 'JAS', fullNames: ['James'], chapters: 5 },\n { shortName: '1PE', fullNames: ['1 Peter'], chapters: 5 },\n { shortName: '2PE', fullNames: ['2 Peter'], chapters: 3 },\n { shortName: '1JN', fullNames: ['1 John'], chapters: 5 },\n { shortName: '2JN', fullNames: ['2 John'], chapters: 1 },\n { shortName: '3JN', fullNames: ['3 John'], chapters: 1 },\n { shortName: 'JUD', fullNames: ['Jude'], chapters: 1 },\n { shortName: 'REV', fullNames: ['Revelation'], chapters: 22 },\n];\n\nexport interface BookNameOption extends ComboBoxLabelOption {\n bookId: string;\n}\n\nlet bookNameOptions: BookNameOption[];\n\n/**\n * Gets ComboBox options for book names. Use the _bookId_ for reference rather than the _label_ to\n * aid in localization.\n * @remarks This can be localized by loading _label_ with the localized book name.\n * @returns An array of ComboBox options for book names.\n */\nexport const getBookNameOptions = () => {\n if (!bookNameOptions) {\n bookNameOptions = Canon.allBookIds.map((bookId) => ({\n bookId,\n label: Canon.bookIdToEnglishName(bookId),\n }));\n }\n return bookNameOptions;\n};\n\nexport const FIRST_SCR_BOOK_NUM = 1;\nexport const LAST_SCR_BOOK_NUM = scrBookData.length - 1;\nexport const FIRST_SCR_CHAPTER_NUM = 1;\nexport const FIRST_SCR_VERSE_NUM = 1;\n\nexport const getChaptersForBook = (bookNum: number): number => {\n return scrBookData[bookNum]?.chapters ?? -1;\n};\n\nexport const offsetBook = (scrRef: ScriptureReference, offset: number): ScriptureReference => ({\n bookNum: Math.max(FIRST_SCR_BOOK_NUM, Math.min(scrRef.bookNum + offset, LAST_SCR_BOOK_NUM)),\n chapterNum: 1,\n verseNum: 1,\n});\n\nexport const offsetChapter = (scrRef: ScriptureReference, offset: number): ScriptureReference => ({\n ...scrRef,\n chapterNum: Math.min(\n Math.max(FIRST_SCR_CHAPTER_NUM, scrRef.chapterNum + offset),\n getChaptersForBook(scrRef.bookNum),\n ),\n verseNum: 1,\n});\n\nexport const offsetVerse = (scrRef: ScriptureReference, offset: number): ScriptureReference => ({\n ...scrRef,\n verseNum: Math.max(FIRST_SCR_VERSE_NUM, scrRef.verseNum + offset),\n});\n","import { TextField as MuiTextField } from '@mui/material';\nimport { ChangeEventHandler, FocusEventHandler } from 'react';\n\nexport type TextFieldProps = {\n /**\n * The variant to use.\n * @default 'outlined'\n */\n variant?: 'outlined' | 'filled';\n /**\n * Optional unique identifier\n */\n id?: string;\n /**\n * If `true`, the component is disabled.\n * @default false\n */\n isDisabled?: boolean;\n /**\n * If `true`, the label is displayed in an error state.\n * @default false\n */\n hasError?: boolean;\n /**\n * If `true`, the input will take up the full width of its container.\n * @default false\n */\n isFullWidth?: boolean;\n /**\n * Text that gives the user instructions on what contents the TextField expects\n */\n helperText?: string;\n /**\n * The title of the TextField\n */\n label?: string;\n /**\n * The short hint displayed in the `input` before the user enters a value.\n */\n placeholder?: string;\n /**\n * If `true`, the label is displayed as required and the `input` element is required.\n * @default false\n */\n isRequired?: boolean;\n /**\n * Additional css classes to help with unique styling of the button\n */\n className?: string;\n /**\n * Starting value for the text field if it is not controlled\n */\n defaultValue?: unknown;\n /**\n * Value of the text field if controlled\n */\n value?: unknown;\n /**\n * Triggers when content of textfield is changed\n */\n onChange?: ChangeEventHandler;\n /**\n * Triggers when textfield gets focus\n */\n onFocus?: FocusEventHandler;\n /**\n * Triggers when textfield loses focus\n */\n onBlur?: FocusEventHandler;\n};\n\n/**\n * Text input field\n *\n * Thanks to MUI for heavy inspiration and documentation\n * https://mui.com/material-ui/getting-started/overview/\n */\nfunction TextField({\n variant = 'outlined',\n id,\n isDisabled = false,\n hasError = false,\n isFullWidth = false,\n helperText,\n label,\n placeholder,\n isRequired = false,\n className,\n defaultValue,\n value,\n onChange,\n onFocus,\n onBlur,\n}: TextFieldProps) {\n return (\n \n );\n}\n\nexport default TextField;\n","import { Canon } from '@sillsdev/scripture';\nimport { SyntheticEvent, useMemo } from 'react';\nimport {\n BookNameOption,\n getBookNameOptions,\n offsetBook,\n offsetChapter,\n offsetVerse,\n FIRST_SCR_BOOK_NUM,\n FIRST_SCR_CHAPTER_NUM,\n FIRST_SCR_VERSE_NUM,\n getChaptersForBook,\n} from './scripture/scripture-util';\nimport { ScriptureReference } from './scripture/scripture.model';\nimport './ref-selector.component.css';\nimport ComboBox from './combo-box.component';\nimport Button from './button.component';\nimport TextField from './text-field.component';\n\nexport interface ScrRefSelectorProps {\n scrRef: ScriptureReference;\n handleSubmit: (scrRef: ScriptureReference) => void;\n id?: string;\n}\n\nfunction RefSelector({ scrRef, handleSubmit, id }: ScrRefSelectorProps) {\n const onChangeBook = (newRef: ScriptureReference) => {\n handleSubmit(newRef);\n };\n\n const onSelectBook = (_event: SyntheticEvent, value: unknown) => {\n const bookNum: number = Canon.bookIdToNumber((value as BookNameOption).bookId);\n const newRef: ScriptureReference = { bookNum, chapterNum: 1, verseNum: 1 };\n\n onChangeBook(newRef);\n };\n\n const onChangeChapter = (event: { target: { value: number | string } }) => {\n handleSubmit({ ...scrRef, chapterNum: +event.target.value });\n };\n\n const onChangeVerse = (event: { target: { value: number | string } }) => {\n handleSubmit({ ...scrRef, verseNum: +event.target.value });\n };\n\n const currentBookName = useMemo(() => getBookNameOptions()[scrRef.bookNum - 1], [scrRef.bookNum]);\n\n return (\n \n \n onChangeBook(offsetBook(scrRef, -1))}\n isDisabled={scrRef.bookNum <= FIRST_SCR_BOOK_NUM}\n >\n <\n \n onChangeBook(offsetBook(scrRef, 1))}\n isDisabled={scrRef.bookNum >= getBookNameOptions().length}\n >\n >\n \n \n handleSubmit(offsetChapter(scrRef, -1))}\n isDisabled={scrRef.chapterNum <= FIRST_SCR_CHAPTER_NUM}\n >\n <\n \n handleSubmit(offsetChapter(scrRef, 1))}\n isDisabled={scrRef.chapterNum >= getChaptersForBook(scrRef.bookNum)}\n >\n >\n \n \n handleSubmit(offsetVerse(scrRef, -1))}\n isDisabled={scrRef.verseNum <= FIRST_SCR_VERSE_NUM}\n >\n <\n \n \n \n );\n}\n\nexport default RefSelector;\n","import { Paper } from '@mui/material';\nimport { useState } from 'react';\nimport TextField from './text-field.component';\nimport './search-bar.component.css';\n\ntype SearchBarProps = {\n /**\n * Callback fired to handle the search query when button pressed\n * @param searchQuery\n */\n onSearch: (searchQuery: string) => void;\n\n /**\n * Optional string that appears in the search bar without a search string\n */\n placeholder?: string;\n\n /**\n * Optional boolean to set the input base to full width\n */\n isFullWidth?: boolean;\n};\n\nexport default function SearchBar({ onSearch, placeholder, isFullWidth }: SearchBarProps) {\n const [searchQuery, setSearchQuery] = useState('');\n\n const handleInputChange = (searchString: string) => {\n setSearchQuery(searchString);\n onSearch(searchString);\n };\n\n return (\n \n handleInputChange(e.target.value)}\n />\n \n );\n}\n","import { Slider as MuiSlider } from '@mui/material';\nimport { SyntheticEvent } from 'react';\nimport './slider.component.css';\n\nexport type SliderProps = {\n /**\n * Optional unique identifier\n */\n id?: string;\n /**\n * If `true`, the component is disabled.\n * @default false\n */\n isDisabled?: boolean;\n /**\n * The component orientation.\n * @default 'horizontal'\n */\n orientation?: 'horizontal' | 'vertical';\n /**\n * The minimum allowed value of the slider.\n * Should not be equal to max.\n * @default 0\n */\n min?: number;\n /**\n * The maximum allowed value of the slider.\n * Should not be equal to min.\n * @default 100\n */\n max?: number;\n /**\n * The granularity with which the slider can step through values. (A \"discrete\" slider.)\n * The `min` prop serves as the origin for the valid values.\n * We recommend (max - min) to be evenly divisible by the step.\n * @default 1\n */\n step?: number;\n /**\n * Marks indicate predetermined values to which the user can move the slider.\n * If `true` the marks are spaced according the value of the `step` prop.\n * @default false\n */\n showMarks?: boolean;\n /**\n * The default value. Use when the component is not controlled.\n */\n defaultValue?: number;\n /**\n * The value of the slider.\n * For ranged sliders, provide an array with two values.\n */\n value?: number | number[];\n /**\n * Controls when the value label is displayed:\n *\n * - `auto` the value label will display when the thumb is hovered or focused.\n * - `on` will display persistently.\n * - `off` will never display.\n * @default 'off'\n */\n valueLabelDisplay?: 'on' | 'auto' | 'off';\n /**\n * Additional css classes to help with unique styling of the button\n */\n className?: string;\n /**\n * Callback function that is fired when the slider's value changed.\n * @param event The event source of the callback. You can pull out the new value by accessing event.target.value (any).\n * Warning: This is a generic event not a change event.\n * @param value The new value.\n * @param activeThumb Index of the currently moved thumb.\n */\n onChange?: (event: Event, value: number | number[], activeThumb: number) => void;\n /**\n * Callback function that is fired when the mouseup is triggered.\n * @param event The event source of the callback. Warning: This is a generic event not a change event.\n * @param value The new value.\n */\n onChangeCommitted?: (\n event: Event | SyntheticEvent,\n value: number | number[],\n ) => void;\n};\n\n/**\n * Slider that allows selecting a value from a range\n *\n * Thanks to MUI for heavy inspiration and documentation\n * https://mui.com/material-ui/getting-started/overview/\n */\nfunction Slider({\n id,\n isDisabled = false,\n orientation = 'horizontal',\n min = 0,\n max = 100,\n step = 1,\n showMarks = false,\n defaultValue,\n value,\n valueLabelDisplay = 'off',\n className,\n onChange,\n onChangeCommitted,\n}: SliderProps) {\n return (\n \n );\n}\n\nexport default Slider;\n","import { Snackbar as MuiSnackbar, SnackbarCloseReason, SnackbarOrigin } from '@mui/material';\nimport { SyntheticEvent, ReactNode, PropsWithChildren } from 'react';\nimport './snackbar.component.css';\n\nexport type CloseReason = SnackbarCloseReason;\nexport type AnchorOrigin = SnackbarOrigin;\n\nexport type SnackbarContentProps = {\n /**\n * The action to display, renders after the message\n */\n action?: ReactNode;\n\n /**\n * The message to display\n */\n message?: ReactNode;\n\n /**\n * Additional css classes to help with unique styling of the snackbar, internal\n */\n className?: string;\n};\n\nexport type SnackbarProps = PropsWithChildren<{\n /**\n * Optional unique identifier\n */\n id?: string;\n\n /**\n * If true, the component is shown\n * @default false\n */\n isOpen?: boolean;\n\n /**\n * The number of milliseconds to wait before automatically calling onClose()\n * @default null\n */\n autoHideDuration?: number | null;\n\n /**\n * Additional css classes to help with unique styling of the snackbar, external\n */\n className?: string;\n\n /**\n * Optional, used to control the open prop\n * event: Event | SyntheticEvent, reason: string\n */\n onClose?: (event: Event | SyntheticEvent, reason: CloseReason) => void;\n\n /**\n * The anchor of the `Snackbar`.\n * the horizontal alignment is ignored.\n * @default vertical: 'bottom', horizontal: 'left'\n */\n anchorOrigin?: AnchorOrigin;\n\n /**\n * Props applied to the [`SnackbarContent`](/material-ui/api/snackbar-content/) element.\n */\n ContentProps?: SnackbarContentProps;\n}>;\n\n/**\n * Snackbar that provides brief notifications\n *\n * Thanks to MUI for heavy inspiration and documentation\n * https://mui.com/material-ui/getting-started/overview/\n */\nfunction Snackbar({\n autoHideDuration = null,\n id,\n isOpen = false,\n className,\n onClose,\n anchorOrigin = { vertical: 'bottom', horizontal: 'left' },\n ContentProps,\n children,\n}: SnackbarProps) {\n const newContentProps: SnackbarContentProps = {\n action: ContentProps?.action || children,\n message: ContentProps?.message,\n className,\n };\n\n return (\n \n );\n}\n\nexport default Snackbar;\n","import { Switch as MuiSwitch } from '@mui/material';\nimport { ChangeEvent } from 'react';\nimport './switch.component.css';\n\nexport type SwitchProps = {\n /**\n * Optional unique identifier\n */\n id?: string;\n /**\n * If `true`, the component is checked.\n */\n isChecked?: boolean;\n /**\n * Enabled status of switch\n * @default false\n */\n isDisabled?: boolean;\n /**\n * True when (input related to) switch is erroneous\n * @default false\n */\n hasError?: boolean;\n /**\n * Additional css classes to help with unique styling of the switch\n */\n className?: string;\n /**\n * Callback fired when the state is changed.\n * @param event The event source of the callback. You can pull out the new value by accessing event.target.value (string).\n * You can pull out the new checked state by accessing event.target.checked (boolean).\n */\n onChange?: (event: ChangeEvent) => void;\n};\n\n/**\n * Switch to toggle on and off\n *\n * Thanks to MUI for heavy inspiration and documentation\n * https://mui.com/material-ui/getting-started/overview/\n */\nfunction Switch({\n id,\n isChecked: checked,\n isDisabled = false,\n hasError = false,\n className,\n onChange,\n}: SwitchProps) {\n return (\n \n );\n}\n\nexport default Switch;\n","import DataGrid, {\n CellClickArgs,\n CellKeyboardEvent,\n CellKeyDownArgs,\n CellMouseEvent,\n CopyEvent,\n PasteEvent,\n RowsChangeData,\n RenderCellProps,\n RenderCheckboxProps,\n SelectColumn,\n SortColumn,\n} from 'react-data-grid';\nimport { ChangeEvent, Key, ReactElement, ReactNode, UIEvent, useMemo } from 'react';\nimport Checkbox from './checkbox.component';\nimport TextField from './text-field.component';\n\nimport 'react-data-grid/lib/styles.css';\nimport './table.component.css';\n\nexport interface TableCalculatedColumn extends TableColumn {\n readonly idx: number;\n readonly width: number | string;\n readonly minWidth: number;\n readonly maxWidth: number | undefined;\n readonly resizable: boolean;\n readonly sortable: boolean;\n readonly frozen: boolean;\n readonly isLastFrozenColumn: boolean;\n readonly rowGroup: boolean;\n readonly renderCell: (props: RenderCellProps) => ReactNode;\n}\nexport type TableCellClickArgs = CellClickArgs;\nexport type TableCellKeyboardEvent = CellKeyboardEvent;\nexport type TableCellKeyDownArgs = CellKeyDownArgs;\nexport type TableCellMouseEvent = CellMouseEvent;\nexport type TableColumn = {\n /**\n * The name of the column. By default it will be displayed in the header cell\n */\n readonly name: string | ReactElement;\n /**\n * A unique key to distinguish each column\n */\n readonly key: string;\n /**\n * Column width. If not specified, it will be determined automatically\n * based on grid width and specified widths of other columns\n */\n readonly width?: number | string;\n /**\n * Minimum column width in px.\n */\n readonly minWidth?: number;\n /**\n * Maximum column width in px.\n */\n readonly maxWidth?: number;\n /**\n * If `true`, editing is enabled. If no custom cell editor is provided through `renderEditCell`\n * the default text editor will be used for editing.\n * Note: If `editable` is set to 'true' and no custom `renderEditCell` is provided,\n * the internal logic that sets the `renderEditCell` will shallow clone the column.\n */\n readonly editable?: boolean | ((row: R) => boolean) | null;\n /**\n * Determines whether column is frozen or not\n */\n readonly frozen?: boolean;\n /**\n * Enable resizing of a column\n */\n readonly resizable?: boolean;\n /**\n * Enable sorting of a column\n */\n readonly sortable?: boolean;\n /**\n * Sets the column sort order to be descending instead of ascending the first time\n * the column is sorted\n */\n readonly sortDescendingFirst?: boolean | null;\n /**\n * Editor to be rendered when cell of column is being edited.\n * Don't forget to also set the `editable` prop to true in order to enable editing.\n */\n readonly renderEditCell?: ((props: TableEditorProps) => ReactNode) | null;\n};\nexport type TableCopyEvent = CopyEvent;\nexport type TableEditorProps = {\n column: TableCalculatedColumn;\n row: R;\n onRowChange: (row: R, commitChanges?: boolean) => void;\n // Unused currently, but needed to commit changes from editing\n // eslint-disable-next-line react/no-unused-prop-types\n onClose: (commitChanges?: boolean) => void;\n};\nexport type TablePasteEvent = PasteEvent;\nexport type TableRowsChangeData = RowsChangeData;\nexport type TableSortColumn = SortColumn;\n\nfunction TableTextEditor({ onRowChange, row, column }: TableEditorProps): ReactElement {\n const changeHandler = (e: ChangeEvent) => {\n onRowChange({ ...row, [column.key]: e.target.value });\n };\n\n return ;\n}\n\nconst renderCheckbox = ({ onChange, disabled, checked, ...props }: RenderCheckboxProps) => {\n const handleChange = (e: ChangeEvent) => {\n onChange(e.target.checked, (e.nativeEvent as MouseEvent).shiftKey);\n };\n\n return (\n \n );\n};\n\n// Subset of https://github.com/adazzle/react-data-grid#api\nexport type TableProps = {\n /**\n * An array of objects representing each column on the grid\n */\n columns: readonly TableColumn[];\n /**\n * Whether or not a column with checkboxes is inserted that allows you to select rows\n */\n enableSelectColumn?: boolean;\n /**\n * Specifies the width of the select column. Only relevant when enableSelectColumn is true\n * @default 50\n */\n selectColumnWidth?: number;\n /**\n * An array of objects representing the currently sorted columns\n */\n sortColumns?: readonly TableSortColumn[];\n /**\n * A callback function that is called when the sorted columns change\n * @param sortColumns An array of objects representing the currently sorted columns in the table.\n */\n onSortColumnsChange?: (sortColumns: TableSortColumn[]) => void;\n /**\n * A callback function that is called when a column is resized\n * @param idx The index of the column being resized\n * @param width The new width of the column in pixels\n */\n onColumnResize?: (idx: number, width: number) => void;\n /**\n * Default column width. If not specified, it will be determined automatically\n * based on grid width and specified widths of other columns\n */\n defaultColumnWidth?: number;\n /**\n * Minimum column width in px.\n */\n defaultColumnMinWidth?: number;\n /**\n * Maximum column width in px.\n */\n defaultColumnMaxWidth?: number;\n /**\n * Whether or not columns are sortable by default\n * @default true\n */\n defaultColumnSortable?: boolean;\n /**\n * Whether or not columns are resizable by default\n * @default true\n */\n defaultColumnResizable?: boolean;\n /**\n * An array of objects representing the rows in the grid\n */\n rows: readonly R[];\n /**\n * A function that returns the key for a given row\n */\n rowKeyGetter?: (row: R) => Key;\n /**\n * The height of each row in pixels\n * @default 35\n */\n rowHeight?: number;\n /**\n * The height of the header row in pixels\n * @default 35\n */\n headerRowHeight?: number;\n /**\n * A set of keys representing the currently selected rows\n */\n selectedRows?: ReadonlySet;\n /**\n * A callback function that is called when the selected rows change\n */\n onSelectedRowsChange?: (selectedRows: Set) => void;\n /**\n * A callback function that is called when the rows in the grid change\n */\n onRowsChange?: (rows: R[], data: TableRowsChangeData) => void;\n /**\n * A callback function that is called when a cell is clicked\n * @param event The event source of the callback\n */\n onCellClick?: (args: TableCellClickArgs, event: TableCellMouseEvent) => void;\n /**\n * A callback function that is called when a cell is double-clicked\n * @param event The event source of the callback\n */\n onCellDoubleClick?: (args: TableCellClickArgs, event: TableCellMouseEvent) => void;\n /**\n * A callback function that is called when a cell is right-clicked\n * @param event The event source of the callback\n */\n onCellContextMenu?: (args: TableCellClickArgs, event: TableCellMouseEvent) => void;\n /**\n * A callback function that is called when a key is pressed while a cell is focused\n * @param event The event source of the callback\n */\n onCellKeyDown?: (args: TableCellKeyDownArgs, event: TableCellKeyboardEvent) => void;\n /**\n * The text direction of the table\n * @default \"ltr\"\n */\n direction?: 'ltr' | 'rtl';\n /**\n * Whether or not virtualization is enabled for the table\n * @default true\n */\n enableVirtualization?: boolean;\n /**\n * A callback function that is called when the table is scrolled\n * @param event The event source of the callback\n */\n onScroll?: (event: UIEvent) => void;\n /**\n * A callback function that is called when the user copies data from the table.\n * @param event The event source of the callback\n */\n onCopy?: (event: TableCopyEvent) => void;\n /**\n * A callback function that is called when the user pastes data into the table.\n * @param event The event source of the callback\n */\n onPaste?: (event: TablePasteEvent) => R;\n /**\n * Additional css classes to help with unique styling of the table\n */\n className?: string;\n /**\n * Optional unique identifier\n */\n // Patched react-data-grid@7.0.0-beta.34 to add this prop, link to issue: https://github.com/adazzle/react-data-grid/issues/3305\n id?: string;\n};\n\n/**\n * Configurable table component\n *\n * Thanks to Adazzle for heavy inspiration and documentation\n * https://adazzle.github.io/react-data-grid/\n */\nfunction Table({\n columns,\n sortColumns,\n onSortColumnsChange,\n onColumnResize,\n defaultColumnWidth,\n defaultColumnMinWidth,\n defaultColumnMaxWidth,\n defaultColumnSortable = true,\n defaultColumnResizable = true,\n rows,\n enableSelectColumn,\n selectColumnWidth = 50,\n rowKeyGetter,\n rowHeight = 35,\n headerRowHeight = 35,\n selectedRows,\n onSelectedRowsChange,\n onRowsChange,\n onCellClick,\n onCellDoubleClick,\n onCellContextMenu,\n onCellKeyDown,\n direction = 'ltr',\n enableVirtualization = true,\n onCopy,\n onPaste,\n onScroll,\n className,\n id,\n}: TableProps) {\n const cachedColumns = useMemo(() => {\n const editableColumns = columns.map((column) => {\n if (typeof column.editable === 'function') {\n const editableFalsy = (row: R) => {\n // We've already confirmed that editable is a function\n return !!(column.editable as (row: R) => boolean)(row);\n };\n return {\n ...column,\n editable: editableFalsy,\n renderEditCell: column.renderEditCell || TableTextEditor,\n };\n }\n if (column.editable && !column.renderEditCell) {\n return { ...column, renderEditCell: TableTextEditor };\n }\n if (column.renderEditCell && !column.editable) {\n return { ...column, editable: false };\n }\n return column;\n });\n\n return enableSelectColumn\n ? [{ ...SelectColumn, minWidth: selectColumnWidth }, ...editableColumns]\n : editableColumns;\n }, [columns, enableSelectColumn, selectColumnWidth]);\n\n return (\n \n columns={cachedColumns}\n defaultColumnOptions={{\n width: defaultColumnWidth,\n minWidth: defaultColumnMinWidth,\n maxWidth: defaultColumnMaxWidth,\n sortable: defaultColumnSortable,\n resizable: defaultColumnResizable,\n }}\n sortColumns={sortColumns}\n onSortColumnsChange={onSortColumnsChange}\n onColumnResize={onColumnResize}\n rows={rows}\n rowKeyGetter={rowKeyGetter}\n rowHeight={rowHeight}\n headerRowHeight={headerRowHeight}\n selectedRows={selectedRows}\n onSelectedRowsChange={onSelectedRowsChange}\n onRowsChange={onRowsChange}\n onCellClick={onCellClick}\n onCellDoubleClick={onCellDoubleClick}\n onCellContextMenu={onCellContextMenu}\n onCellKeyDown={onCellKeyDown}\n direction={direction}\n enableVirtualization={enableVirtualization}\n onCopy={onCopy}\n onPaste={onPaste}\n onScroll={onScroll}\n renderers={{ renderCheckbox }}\n className={className ?? 'rdg-light'}\n id={id}\n />\n );\n}\n\nexport default Table;\n","export default function _extends() {\n _extends = Object.assign ? Object.assign.bind() : function (target) {\n for (var i = 1; i < arguments.length; i++) {\n var source = arguments[i];\n for (var key in source) {\n if (Object.prototype.hasOwnProperty.call(source, key)) {\n target[key] = source[key];\n }\n }\n }\n return target;\n };\n return _extends.apply(this, arguments);\n}","import _extends from \"@babel/runtime/helpers/esm/extends\";\nexport function isPlainObject(item) {\n return item !== null && typeof item === 'object' && item.constructor === Object;\n}\nfunction deepClone(source) {\n if (!isPlainObject(source)) {\n return source;\n }\n const output = {};\n Object.keys(source).forEach(key => {\n output[key] = deepClone(source[key]);\n });\n return output;\n}\nexport default function deepmerge(target, source, options = {\n clone: true\n}) {\n const output = options.clone ? _extends({}, target) : target;\n if (isPlainObject(target) && isPlainObject(source)) {\n Object.keys(source).forEach(key => {\n // Avoid prototype pollution\n if (key === '__proto__') {\n return;\n }\n if (isPlainObject(source[key]) && key in target && isPlainObject(target[key])) {\n // Since `output` is a clone of `target` and we have narrowed `target` in this block we can cast to the same type.\n output[key] = deepmerge(target[key], source[key], options);\n } else if (options.clone) {\n output[key] = isPlainObject(source[key]) ? deepClone(source[key]) : source[key];\n } else {\n output[key] = source[key];\n }\n });\n }\n return output;\n}","/** @license React v16.13.1\n * react-is.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';var b=\"function\"===typeof Symbol&&Symbol.for,c=b?Symbol.for(\"react.element\"):60103,d=b?Symbol.for(\"react.portal\"):60106,e=b?Symbol.for(\"react.fragment\"):60107,f=b?Symbol.for(\"react.strict_mode\"):60108,g=b?Symbol.for(\"react.profiler\"):60114,h=b?Symbol.for(\"react.provider\"):60109,k=b?Symbol.for(\"react.context\"):60110,l=b?Symbol.for(\"react.async_mode\"):60111,m=b?Symbol.for(\"react.concurrent_mode\"):60111,n=b?Symbol.for(\"react.forward_ref\"):60112,p=b?Symbol.for(\"react.suspense\"):60113,q=b?\nSymbol.for(\"react.suspense_list\"):60120,r=b?Symbol.for(\"react.memo\"):60115,t=b?Symbol.for(\"react.lazy\"):60116,v=b?Symbol.for(\"react.block\"):60121,w=b?Symbol.for(\"react.fundamental\"):60117,x=b?Symbol.for(\"react.responder\"):60118,y=b?Symbol.for(\"react.scope\"):60119;\nfunction z(a){if(\"object\"===typeof a&&null!==a){var u=a.$$typeof;switch(u){case c:switch(a=a.type,a){case l:case m:case e:case g:case f:case p:return a;default:switch(a=a&&a.$$typeof,a){case k:case n:case t:case r:case h:return a;default:return u}}case d:return u}}}function A(a){return z(a)===m}exports.AsyncMode=l;exports.ConcurrentMode=m;exports.ContextConsumer=k;exports.ContextProvider=h;exports.Element=c;exports.ForwardRef=n;exports.Fragment=e;exports.Lazy=t;exports.Memo=r;exports.Portal=d;\nexports.Profiler=g;exports.StrictMode=f;exports.Suspense=p;exports.isAsyncMode=function(a){return A(a)||z(a)===l};exports.isConcurrentMode=A;exports.isContextConsumer=function(a){return z(a)===k};exports.isContextProvider=function(a){return z(a)===h};exports.isElement=function(a){return\"object\"===typeof a&&null!==a&&a.$$typeof===c};exports.isForwardRef=function(a){return z(a)===n};exports.isFragment=function(a){return z(a)===e};exports.isLazy=function(a){return z(a)===t};\nexports.isMemo=function(a){return z(a)===r};exports.isPortal=function(a){return z(a)===d};exports.isProfiler=function(a){return z(a)===g};exports.isStrictMode=function(a){return z(a)===f};exports.isSuspense=function(a){return z(a)===p};\nexports.isValidElementType=function(a){return\"string\"===typeof a||\"function\"===typeof a||a===e||a===m||a===g||a===f||a===p||a===q||\"object\"===typeof a&&null!==a&&(a.$$typeof===t||a.$$typeof===r||a.$$typeof===h||a.$$typeof===k||a.$$typeof===n||a.$$typeof===w||a.$$typeof===x||a.$$typeof===y||a.$$typeof===v)};exports.typeOf=z;\n","/** @license React v16.13.1\n * react-is.development.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\n\n\nif (process.env.NODE_ENV !== \"production\") {\n (function() {\n'use strict';\n\n// The Symbol used to tag the ReactElement-like types. If there is no native Symbol\n// nor polyfill, then a plain number is used for performance.\nvar hasSymbol = typeof Symbol === 'function' && Symbol.for;\nvar REACT_ELEMENT_TYPE = hasSymbol ? Symbol.for('react.element') : 0xeac7;\nvar REACT_PORTAL_TYPE = hasSymbol ? Symbol.for('react.portal') : 0xeaca;\nvar REACT_FRAGMENT_TYPE = hasSymbol ? Symbol.for('react.fragment') : 0xeacb;\nvar REACT_STRICT_MODE_TYPE = hasSymbol ? Symbol.for('react.strict_mode') : 0xeacc;\nvar REACT_PROFILER_TYPE = hasSymbol ? Symbol.for('react.profiler') : 0xead2;\nvar REACT_PROVIDER_TYPE = hasSymbol ? Symbol.for('react.provider') : 0xeacd;\nvar REACT_CONTEXT_TYPE = hasSymbol ? Symbol.for('react.context') : 0xeace; // TODO: We don't use AsyncMode or ConcurrentMode anymore. They were temporary\n// (unstable) APIs that have been removed. Can we remove the symbols?\n\nvar REACT_ASYNC_MODE_TYPE = hasSymbol ? Symbol.for('react.async_mode') : 0xeacf;\nvar REACT_CONCURRENT_MODE_TYPE = hasSymbol ? Symbol.for('react.concurrent_mode') : 0xeacf;\nvar REACT_FORWARD_REF_TYPE = hasSymbol ? Symbol.for('react.forward_ref') : 0xead0;\nvar REACT_SUSPENSE_TYPE = hasSymbol ? Symbol.for('react.suspense') : 0xead1;\nvar REACT_SUSPENSE_LIST_TYPE = hasSymbol ? Symbol.for('react.suspense_list') : 0xead8;\nvar REACT_MEMO_TYPE = hasSymbol ? Symbol.for('react.memo') : 0xead3;\nvar REACT_LAZY_TYPE = hasSymbol ? Symbol.for('react.lazy') : 0xead4;\nvar REACT_BLOCK_TYPE = hasSymbol ? Symbol.for('react.block') : 0xead9;\nvar REACT_FUNDAMENTAL_TYPE = hasSymbol ? Symbol.for('react.fundamental') : 0xead5;\nvar REACT_RESPONDER_TYPE = hasSymbol ? Symbol.for('react.responder') : 0xead6;\nvar REACT_SCOPE_TYPE = hasSymbol ? Symbol.for('react.scope') : 0xead7;\n\nfunction isValidElementType(type) {\n return typeof type === 'string' || typeof type === 'function' || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.\n type === REACT_FRAGMENT_TYPE || type === REACT_CONCURRENT_MODE_TYPE || type === REACT_PROFILER_TYPE || type === REACT_STRICT_MODE_TYPE || type === REACT_SUSPENSE_TYPE || type === REACT_SUSPENSE_LIST_TYPE || typeof type === 'object' && type !== null && (type.$$typeof === REACT_LAZY_TYPE || type.$$typeof === REACT_MEMO_TYPE || type.$$typeof === REACT_PROVIDER_TYPE || type.$$typeof === REACT_CONTEXT_TYPE || type.$$typeof === REACT_FORWARD_REF_TYPE || type.$$typeof === REACT_FUNDAMENTAL_TYPE || type.$$typeof === REACT_RESPONDER_TYPE || type.$$typeof === REACT_SCOPE_TYPE || type.$$typeof === REACT_BLOCK_TYPE);\n}\n\nfunction typeOf(object) {\n if (typeof object === 'object' && object !== null) {\n var $$typeof = object.$$typeof;\n\n switch ($$typeof) {\n case REACT_ELEMENT_TYPE:\n var type = object.type;\n\n switch (type) {\n case REACT_ASYNC_MODE_TYPE:\n case REACT_CONCURRENT_MODE_TYPE:\n case REACT_FRAGMENT_TYPE:\n case REACT_PROFILER_TYPE:\n case REACT_STRICT_MODE_TYPE:\n case REACT_SUSPENSE_TYPE:\n return type;\n\n default:\n var $$typeofType = type && type.$$typeof;\n\n switch ($$typeofType) {\n case REACT_CONTEXT_TYPE:\n case REACT_FORWARD_REF_TYPE:\n case REACT_LAZY_TYPE:\n case REACT_MEMO_TYPE:\n case REACT_PROVIDER_TYPE:\n return $$typeofType;\n\n default:\n return $$typeof;\n }\n\n }\n\n case REACT_PORTAL_TYPE:\n return $$typeof;\n }\n }\n\n return undefined;\n} // AsyncMode is deprecated along with isAsyncMode\n\nvar AsyncMode = REACT_ASYNC_MODE_TYPE;\nvar ConcurrentMode = REACT_CONCURRENT_MODE_TYPE;\nvar ContextConsumer = REACT_CONTEXT_TYPE;\nvar ContextProvider = REACT_PROVIDER_TYPE;\nvar Element = REACT_ELEMENT_TYPE;\nvar ForwardRef = REACT_FORWARD_REF_TYPE;\nvar Fragment = REACT_FRAGMENT_TYPE;\nvar Lazy = REACT_LAZY_TYPE;\nvar Memo = REACT_MEMO_TYPE;\nvar Portal = REACT_PORTAL_TYPE;\nvar Profiler = REACT_PROFILER_TYPE;\nvar StrictMode = REACT_STRICT_MODE_TYPE;\nvar Suspense = REACT_SUSPENSE_TYPE;\nvar hasWarnedAboutDeprecatedIsAsyncMode = false; // AsyncMode should be deprecated\n\nfunction isAsyncMode(object) {\n {\n if (!hasWarnedAboutDeprecatedIsAsyncMode) {\n hasWarnedAboutDeprecatedIsAsyncMode = true; // Using console['warn'] to evade Babel and ESLint\n\n console['warn']('The ReactIs.isAsyncMode() alias has been deprecated, ' + 'and will be removed in React 17+. Update your code to use ' + 'ReactIs.isConcurrentMode() instead. It has the exact same API.');\n }\n }\n\n return isConcurrentMode(object) || typeOf(object) === REACT_ASYNC_MODE_TYPE;\n}\nfunction isConcurrentMode(object) {\n return typeOf(object) === REACT_CONCURRENT_MODE_TYPE;\n}\nfunction isContextConsumer(object) {\n return typeOf(object) === REACT_CONTEXT_TYPE;\n}\nfunction isContextProvider(object) {\n return typeOf(object) === REACT_PROVIDER_TYPE;\n}\nfunction isElement(object) {\n return typeof object === 'object' && object !== null && object.$$typeof === REACT_ELEMENT_TYPE;\n}\nfunction isForwardRef(object) {\n return typeOf(object) === REACT_FORWARD_REF_TYPE;\n}\nfunction isFragment(object) {\n return typeOf(object) === REACT_FRAGMENT_TYPE;\n}\nfunction isLazy(object) {\n return typeOf(object) === REACT_LAZY_TYPE;\n}\nfunction isMemo(object) {\n return typeOf(object) === REACT_MEMO_TYPE;\n}\nfunction isPortal(object) {\n return typeOf(object) === REACT_PORTAL_TYPE;\n}\nfunction isProfiler(object) {\n return typeOf(object) === REACT_PROFILER_TYPE;\n}\nfunction isStrictMode(object) {\n return typeOf(object) === REACT_STRICT_MODE_TYPE;\n}\nfunction isSuspense(object) {\n return typeOf(object) === REACT_SUSPENSE_TYPE;\n}\n\nexports.AsyncMode = AsyncMode;\nexports.ConcurrentMode = ConcurrentMode;\nexports.ContextConsumer = ContextConsumer;\nexports.ContextProvider = ContextProvider;\nexports.Element = Element;\nexports.ForwardRef = ForwardRef;\nexports.Fragment = Fragment;\nexports.Lazy = Lazy;\nexports.Memo = Memo;\nexports.Portal = Portal;\nexports.Profiler = Profiler;\nexports.StrictMode = StrictMode;\nexports.Suspense = Suspense;\nexports.isAsyncMode = isAsyncMode;\nexports.isConcurrentMode = isConcurrentMode;\nexports.isContextConsumer = isContextConsumer;\nexports.isContextProvider = isContextProvider;\nexports.isElement = isElement;\nexports.isForwardRef = isForwardRef;\nexports.isFragment = isFragment;\nexports.isLazy = isLazy;\nexports.isMemo = isMemo;\nexports.isPortal = isPortal;\nexports.isProfiler = isProfiler;\nexports.isStrictMode = isStrictMode;\nexports.isSuspense = isSuspense;\nexports.isValidElementType = isValidElementType;\nexports.typeOf = typeOf;\n })();\n}\n","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('./cjs/react-is.production.min.js');\n} else {\n module.exports = require('./cjs/react-is.development.js');\n}\n","/*\nobject-assign\n(c) Sindre Sorhus\n@license MIT\n*/\n\n'use strict';\n/* eslint-disable no-unused-vars */\nvar getOwnPropertySymbols = Object.getOwnPropertySymbols;\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\nvar propIsEnumerable = Object.prototype.propertyIsEnumerable;\n\nfunction toObject(val) {\n\tif (val === null || val === undefined) {\n\t\tthrow new TypeError('Object.assign cannot be called with null or undefined');\n\t}\n\n\treturn Object(val);\n}\n\nfunction shouldUseNative() {\n\ttry {\n\t\tif (!Object.assign) {\n\t\t\treturn false;\n\t\t}\n\n\t\t// Detect buggy property enumeration order in older V8 versions.\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=4118\n\t\tvar test1 = new String('abc'); // eslint-disable-line no-new-wrappers\n\t\ttest1[5] = 'de';\n\t\tif (Object.getOwnPropertyNames(test1)[0] === '5') {\n\t\t\treturn false;\n\t\t}\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=3056\n\t\tvar test2 = {};\n\t\tfor (var i = 0; i < 10; i++) {\n\t\t\ttest2['_' + String.fromCharCode(i)] = i;\n\t\t}\n\t\tvar order2 = Object.getOwnPropertyNames(test2).map(function (n) {\n\t\t\treturn test2[n];\n\t\t});\n\t\tif (order2.join('') !== '0123456789') {\n\t\t\treturn false;\n\t\t}\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=3056\n\t\tvar test3 = {};\n\t\t'abcdefghijklmnopqrst'.split('').forEach(function (letter) {\n\t\t\ttest3[letter] = letter;\n\t\t});\n\t\tif (Object.keys(Object.assign({}, test3)).join('') !==\n\t\t\t\t'abcdefghijklmnopqrst') {\n\t\t\treturn false;\n\t\t}\n\n\t\treturn true;\n\t} catch (err) {\n\t\t// We don't expect any of the above to throw, but better to be safe.\n\t\treturn false;\n\t}\n}\n\nmodule.exports = shouldUseNative() ? Object.assign : function (target, source) {\n\tvar from;\n\tvar to = toObject(target);\n\tvar symbols;\n\n\tfor (var s = 1; s < arguments.length; s++) {\n\t\tfrom = Object(arguments[s]);\n\n\t\tfor (var key in from) {\n\t\t\tif (hasOwnProperty.call(from, key)) {\n\t\t\t\tto[key] = from[key];\n\t\t\t}\n\t\t}\n\n\t\tif (getOwnPropertySymbols) {\n\t\t\tsymbols = getOwnPropertySymbols(from);\n\t\t\tfor (var i = 0; i < symbols.length; i++) {\n\t\t\t\tif (propIsEnumerable.call(from, symbols[i])) {\n\t\t\t\t\tto[symbols[i]] = from[symbols[i]];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn to;\n};\n","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\nvar ReactPropTypesSecret = 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED';\n\nmodule.exports = ReactPropTypesSecret;\n","module.exports = Function.call.bind(Object.prototype.hasOwnProperty);\n","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\nvar printWarning = function() {};\n\nif (process.env.NODE_ENV !== 'production') {\n var ReactPropTypesSecret = require('./lib/ReactPropTypesSecret');\n var loggedTypeFailures = {};\n var has = require('./lib/has');\n\n printWarning = function(text) {\n var message = 'Warning: ' + text;\n if (typeof console !== 'undefined') {\n console.error(message);\n }\n try {\n // --- Welcome to debugging React ---\n // This error was thrown as a convenience so that you can use this stack\n // to find the callsite that caused this warning to fire.\n throw new Error(message);\n } catch (x) { /**/ }\n };\n}\n\n/**\n * Assert that the values match with the type specs.\n * Error messages are memorized and will only be shown once.\n *\n * @param {object} typeSpecs Map of name to a ReactPropType\n * @param {object} values Runtime values that need to be type-checked\n * @param {string} location e.g. \"prop\", \"context\", \"child context\"\n * @param {string} componentName Name of the component for error messages.\n * @param {?Function} getStack Returns the component stack.\n * @private\n */\nfunction checkPropTypes(typeSpecs, values, location, componentName, getStack) {\n if (process.env.NODE_ENV !== 'production') {\n for (var typeSpecName in typeSpecs) {\n if (has(typeSpecs, typeSpecName)) {\n var error;\n // Prop type validation may throw. In case they do, we don't want to\n // fail the render phase where it didn't fail before. So we log it.\n // After these have been cleaned up, we'll let them throw.\n try {\n // This is intentionally an invariant that gets caught. It's the same\n // behavior as without this statement except with a better message.\n if (typeof typeSpecs[typeSpecName] !== 'function') {\n var err = Error(\n (componentName || 'React class') + ': ' + location + ' type `' + typeSpecName + '` is invalid; ' +\n 'it must be a function, usually from the `prop-types` package, but received `' + typeof typeSpecs[typeSpecName] + '`.' +\n 'This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.'\n );\n err.name = 'Invariant Violation';\n throw err;\n }\n error = typeSpecs[typeSpecName](values, typeSpecName, componentName, location, null, ReactPropTypesSecret);\n } catch (ex) {\n error = ex;\n }\n if (error && !(error instanceof Error)) {\n printWarning(\n (componentName || 'React class') + ': type specification of ' +\n location + ' `' + typeSpecName + '` is invalid; the type checker ' +\n 'function must return `null` or an `Error` but returned a ' + typeof error + '. ' +\n 'You may have forgotten to pass an argument to the type checker ' +\n 'creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and ' +\n 'shape all require an argument).'\n );\n }\n if (error instanceof Error && !(error.message in loggedTypeFailures)) {\n // Only monitor this failure once because there tends to be a lot of the\n // same error.\n loggedTypeFailures[error.message] = true;\n\n var stack = getStack ? getStack() : '';\n\n printWarning(\n 'Failed ' + location + ' type: ' + error.message + (stack != null ? stack : '')\n );\n }\n }\n }\n }\n}\n\n/**\n * Resets warning cache when testing.\n *\n * @private\n */\ncheckPropTypes.resetWarningCache = function() {\n if (process.env.NODE_ENV !== 'production') {\n loggedTypeFailures = {};\n }\n}\n\nmodule.exports = checkPropTypes;\n","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\nvar ReactIs = require('react-is');\nvar assign = require('object-assign');\n\nvar ReactPropTypesSecret = require('./lib/ReactPropTypesSecret');\nvar has = require('./lib/has');\nvar checkPropTypes = require('./checkPropTypes');\n\nvar printWarning = function() {};\n\nif (process.env.NODE_ENV !== 'production') {\n printWarning = function(text) {\n var message = 'Warning: ' + text;\n if (typeof console !== 'undefined') {\n console.error(message);\n }\n try {\n // --- Welcome to debugging React ---\n // This error was thrown as a convenience so that you can use this stack\n // to find the callsite that caused this warning to fire.\n throw new Error(message);\n } catch (x) {}\n };\n}\n\nfunction emptyFunctionThatReturnsNull() {\n return null;\n}\n\nmodule.exports = function(isValidElement, throwOnDirectAccess) {\n /* global Symbol */\n var ITERATOR_SYMBOL = typeof Symbol === 'function' && Symbol.iterator;\n var FAUX_ITERATOR_SYMBOL = '@@iterator'; // Before Symbol spec.\n\n /**\n * Returns the iterator method function contained on the iterable object.\n *\n * Be sure to invoke the function with the iterable as context:\n *\n * var iteratorFn = getIteratorFn(myIterable);\n * if (iteratorFn) {\n * var iterator = iteratorFn.call(myIterable);\n * ...\n * }\n *\n * @param {?object} maybeIterable\n * @return {?function}\n */\n function getIteratorFn(maybeIterable) {\n var iteratorFn = maybeIterable && (ITERATOR_SYMBOL && maybeIterable[ITERATOR_SYMBOL] || maybeIterable[FAUX_ITERATOR_SYMBOL]);\n if (typeof iteratorFn === 'function') {\n return iteratorFn;\n }\n }\n\n /**\n * Collection of methods that allow declaration and validation of props that are\n * supplied to React components. Example usage:\n *\n * var Props = require('ReactPropTypes');\n * var MyArticle = React.createClass({\n * propTypes: {\n * // An optional string prop named \"description\".\n * description: Props.string,\n *\n * // A required enum prop named \"category\".\n * category: Props.oneOf(['News','Photos']).isRequired,\n *\n * // A prop named \"dialog\" that requires an instance of Dialog.\n * dialog: Props.instanceOf(Dialog).isRequired\n * },\n * render: function() { ... }\n * });\n *\n * A more formal specification of how these methods are used:\n *\n * type := array|bool|func|object|number|string|oneOf([...])|instanceOf(...)\n * decl := ReactPropTypes.{type}(.isRequired)?\n *\n * Each and every declaration produces a function with the same signature. This\n * allows the creation of custom validation functions. For example:\n *\n * var MyLink = React.createClass({\n * propTypes: {\n * // An optional string or URI prop named \"href\".\n * href: function(props, propName, componentName) {\n * var propValue = props[propName];\n * if (propValue != null && typeof propValue !== 'string' &&\n * !(propValue instanceof URI)) {\n * return new Error(\n * 'Expected a string or an URI for ' + propName + ' in ' +\n * componentName\n * );\n * }\n * }\n * },\n * render: function() {...}\n * });\n *\n * @internal\n */\n\n var ANONYMOUS = '<>';\n\n // Important!\n // Keep this list in sync with production version in `./factoryWithThrowingShims.js`.\n var ReactPropTypes = {\n array: createPrimitiveTypeChecker('array'),\n bigint: createPrimitiveTypeChecker('bigint'),\n bool: createPrimitiveTypeChecker('boolean'),\n func: createPrimitiveTypeChecker('function'),\n number: createPrimitiveTypeChecker('number'),\n object: createPrimitiveTypeChecker('object'),\n string: createPrimitiveTypeChecker('string'),\n symbol: createPrimitiveTypeChecker('symbol'),\n\n any: createAnyTypeChecker(),\n arrayOf: createArrayOfTypeChecker,\n element: createElementTypeChecker(),\n elementType: createElementTypeTypeChecker(),\n instanceOf: createInstanceTypeChecker,\n node: createNodeChecker(),\n objectOf: createObjectOfTypeChecker,\n oneOf: createEnumTypeChecker,\n oneOfType: createUnionTypeChecker,\n shape: createShapeTypeChecker,\n exact: createStrictShapeTypeChecker,\n };\n\n /**\n * inlined Object.is polyfill to avoid requiring consumers ship their own\n * https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is\n */\n /*eslint-disable no-self-compare*/\n function is(x, y) {\n // SameValue algorithm\n if (x === y) {\n // Steps 1-5, 7-10\n // Steps 6.b-6.e: +0 != -0\n return x !== 0 || 1 / x === 1 / y;\n } else {\n // Step 6.a: NaN == NaN\n return x !== x && y !== y;\n }\n }\n /*eslint-enable no-self-compare*/\n\n /**\n * We use an Error-like object for backward compatibility as people may call\n * PropTypes directly and inspect their output. However, we don't use real\n * Errors anymore. We don't inspect their stack anyway, and creating them\n * is prohibitively expensive if they are created too often, such as what\n * happens in oneOfType() for any type before the one that matched.\n */\n function PropTypeError(message, data) {\n this.message = message;\n this.data = data && typeof data === 'object' ? data: {};\n this.stack = '';\n }\n // Make `instanceof Error` still work for returned errors.\n PropTypeError.prototype = Error.prototype;\n\n function createChainableTypeChecker(validate) {\n if (process.env.NODE_ENV !== 'production') {\n var manualPropTypeCallCache = {};\n var manualPropTypeWarningCount = 0;\n }\n function checkType(isRequired, props, propName, componentName, location, propFullName, secret) {\n componentName = componentName || ANONYMOUS;\n propFullName = propFullName || propName;\n\n if (secret !== ReactPropTypesSecret) {\n if (throwOnDirectAccess) {\n // New behavior only for users of `prop-types` package\n var err = new Error(\n 'Calling PropTypes validators directly is not supported by the `prop-types` package. ' +\n 'Use `PropTypes.checkPropTypes()` to call them. ' +\n 'Read more at http://fb.me/use-check-prop-types'\n );\n err.name = 'Invariant Violation';\n throw err;\n } else if (process.env.NODE_ENV !== 'production' && typeof console !== 'undefined') {\n // Old behavior for people using React.PropTypes\n var cacheKey = componentName + ':' + propName;\n if (\n !manualPropTypeCallCache[cacheKey] &&\n // Avoid spamming the console because they are often not actionable except for lib authors\n manualPropTypeWarningCount < 3\n ) {\n printWarning(\n 'You are manually calling a React.PropTypes validation ' +\n 'function for the `' + propFullName + '` prop on `' + componentName + '`. This is deprecated ' +\n 'and will throw in the standalone `prop-types` package. ' +\n 'You may be seeing this warning due to a third-party PropTypes ' +\n 'library. See https://fb.me/react-warning-dont-call-proptypes ' + 'for details.'\n );\n manualPropTypeCallCache[cacheKey] = true;\n manualPropTypeWarningCount++;\n }\n }\n }\n if (props[propName] == null) {\n if (isRequired) {\n if (props[propName] === null) {\n return new PropTypeError('The ' + location + ' `' + propFullName + '` is marked as required ' + ('in `' + componentName + '`, but its value is `null`.'));\n }\n return new PropTypeError('The ' + location + ' `' + propFullName + '` is marked as required in ' + ('`' + componentName + '`, but its value is `undefined`.'));\n }\n return null;\n } else {\n return validate(props, propName, componentName, location, propFullName);\n }\n }\n\n var chainedCheckType = checkType.bind(null, false);\n chainedCheckType.isRequired = checkType.bind(null, true);\n\n return chainedCheckType;\n }\n\n function createPrimitiveTypeChecker(expectedType) {\n function validate(props, propName, componentName, location, propFullName, secret) {\n var propValue = props[propName];\n var propType = getPropType(propValue);\n if (propType !== expectedType) {\n // `propValue` being instance of, say, date/regexp, pass the 'object'\n // check, but we can offer a more precise error message here rather than\n // 'of type `object`'.\n var preciseType = getPreciseType(propValue);\n\n return new PropTypeError(\n 'Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + preciseType + '` supplied to `' + componentName + '`, expected ') + ('`' + expectedType + '`.'),\n {expectedType: expectedType}\n );\n }\n return null;\n }\n return createChainableTypeChecker(validate);\n }\n\n function createAnyTypeChecker() {\n return createChainableTypeChecker(emptyFunctionThatReturnsNull);\n }\n\n function createArrayOfTypeChecker(typeChecker) {\n function validate(props, propName, componentName, location, propFullName) {\n if (typeof typeChecker !== 'function') {\n return new PropTypeError('Property `' + propFullName + '` of component `' + componentName + '` has invalid PropType notation inside arrayOf.');\n }\n var propValue = props[propName];\n if (!Array.isArray(propValue)) {\n var propType = getPropType(propValue);\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected an array.'));\n }\n for (var i = 0; i < propValue.length; i++) {\n var error = typeChecker(propValue, i, componentName, location, propFullName + '[' + i + ']', ReactPropTypesSecret);\n if (error instanceof Error) {\n return error;\n }\n }\n return null;\n }\n return createChainableTypeChecker(validate);\n }\n\n function createElementTypeChecker() {\n function validate(props, propName, componentName, location, propFullName) {\n var propValue = props[propName];\n if (!isValidElement(propValue)) {\n var propType = getPropType(propValue);\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected a single ReactElement.'));\n }\n return null;\n }\n return createChainableTypeChecker(validate);\n }\n\n function createElementTypeTypeChecker() {\n function validate(props, propName, componentName, location, propFullName) {\n var propValue = props[propName];\n if (!ReactIs.isValidElementType(propValue)) {\n var propType = getPropType(propValue);\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected a single ReactElement type.'));\n }\n return null;\n }\n return createChainableTypeChecker(validate);\n }\n\n function createInstanceTypeChecker(expectedClass) {\n function validate(props, propName, componentName, location, propFullName) {\n if (!(props[propName] instanceof expectedClass)) {\n var expectedClassName = expectedClass.name || ANONYMOUS;\n var actualClassName = getClassName(props[propName]);\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + actualClassName + '` supplied to `' + componentName + '`, expected ') + ('instance of `' + expectedClassName + '`.'));\n }\n return null;\n }\n return createChainableTypeChecker(validate);\n }\n\n function createEnumTypeChecker(expectedValues) {\n if (!Array.isArray(expectedValues)) {\n if (process.env.NODE_ENV !== 'production') {\n if (arguments.length > 1) {\n printWarning(\n 'Invalid arguments supplied to oneOf, expected an array, got ' + arguments.length + ' arguments. ' +\n 'A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z]).'\n );\n } else {\n printWarning('Invalid argument supplied to oneOf, expected an array.');\n }\n }\n return emptyFunctionThatReturnsNull;\n }\n\n function validate(props, propName, componentName, location, propFullName) {\n var propValue = props[propName];\n for (var i = 0; i < expectedValues.length; i++) {\n if (is(propValue, expectedValues[i])) {\n return null;\n }\n }\n\n var valuesString = JSON.stringify(expectedValues, function replacer(key, value) {\n var type = getPreciseType(value);\n if (type === 'symbol') {\n return String(value);\n }\n return value;\n });\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of value `' + String(propValue) + '` ' + ('supplied to `' + componentName + '`, expected one of ' + valuesString + '.'));\n }\n return createChainableTypeChecker(validate);\n }\n\n function createObjectOfTypeChecker(typeChecker) {\n function validate(props, propName, componentName, location, propFullName) {\n if (typeof typeChecker !== 'function') {\n return new PropTypeError('Property `' + propFullName + '` of component `' + componentName + '` has invalid PropType notation inside objectOf.');\n }\n var propValue = props[propName];\n var propType = getPropType(propValue);\n if (propType !== 'object') {\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected an object.'));\n }\n for (var key in propValue) {\n if (has(propValue, key)) {\n var error = typeChecker(propValue, key, componentName, location, propFullName + '.' + key, ReactPropTypesSecret);\n if (error instanceof Error) {\n return error;\n }\n }\n }\n return null;\n }\n return createChainableTypeChecker(validate);\n }\n\n function createUnionTypeChecker(arrayOfTypeCheckers) {\n if (!Array.isArray(arrayOfTypeCheckers)) {\n process.env.NODE_ENV !== 'production' ? printWarning('Invalid argument supplied to oneOfType, expected an instance of array.') : void 0;\n return emptyFunctionThatReturnsNull;\n }\n\n for (var i = 0; i < arrayOfTypeCheckers.length; i++) {\n var checker = arrayOfTypeCheckers[i];\n if (typeof checker !== 'function') {\n printWarning(\n 'Invalid argument supplied to oneOfType. Expected an array of check functions, but ' +\n 'received ' + getPostfixForTypeWarning(checker) + ' at index ' + i + '.'\n );\n return emptyFunctionThatReturnsNull;\n }\n }\n\n function validate(props, propName, componentName, location, propFullName) {\n var expectedTypes = [];\n for (var i = 0; i < arrayOfTypeCheckers.length; i++) {\n var checker = arrayOfTypeCheckers[i];\n var checkerResult = checker(props, propName, componentName, location, propFullName, ReactPropTypesSecret);\n if (checkerResult == null) {\n return null;\n }\n if (checkerResult.data && has(checkerResult.data, 'expectedType')) {\n expectedTypes.push(checkerResult.data.expectedType);\n }\n }\n var expectedTypesMessage = (expectedTypes.length > 0) ? ', expected one of type [' + expectedTypes.join(', ') + ']': '';\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` supplied to ' + ('`' + componentName + '`' + expectedTypesMessage + '.'));\n }\n return createChainableTypeChecker(validate);\n }\n\n function createNodeChecker() {\n function validate(props, propName, componentName, location, propFullName) {\n if (!isNode(props[propName])) {\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` supplied to ' + ('`' + componentName + '`, expected a ReactNode.'));\n }\n return null;\n }\n return createChainableTypeChecker(validate);\n }\n\n function invalidValidatorError(componentName, location, propFullName, key, type) {\n return new PropTypeError(\n (componentName || 'React class') + ': ' + location + ' type `' + propFullName + '.' + key + '` is invalid; ' +\n 'it must be a function, usually from the `prop-types` package, but received `' + type + '`.'\n );\n }\n\n function createShapeTypeChecker(shapeTypes) {\n function validate(props, propName, componentName, location, propFullName) {\n var propValue = props[propName];\n var propType = getPropType(propValue);\n if (propType !== 'object') {\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type `' + propType + '` ' + ('supplied to `' + componentName + '`, expected `object`.'));\n }\n for (var key in shapeTypes) {\n var checker = shapeTypes[key];\n if (typeof checker !== 'function') {\n return invalidValidatorError(componentName, location, propFullName, key, getPreciseType(checker));\n }\n var error = checker(propValue, key, componentName, location, propFullName + '.' + key, ReactPropTypesSecret);\n if (error) {\n return error;\n }\n }\n return null;\n }\n return createChainableTypeChecker(validate);\n }\n\n function createStrictShapeTypeChecker(shapeTypes) {\n function validate(props, propName, componentName, location, propFullName) {\n var propValue = props[propName];\n var propType = getPropType(propValue);\n if (propType !== 'object') {\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type `' + propType + '` ' + ('supplied to `' + componentName + '`, expected `object`.'));\n }\n // We need to check all keys in case some are required but missing from props.\n var allKeys = assign({}, props[propName], shapeTypes);\n for (var key in allKeys) {\n var checker = shapeTypes[key];\n if (has(shapeTypes, key) && typeof checker !== 'function') {\n return invalidValidatorError(componentName, location, propFullName, key, getPreciseType(checker));\n }\n if (!checker) {\n return new PropTypeError(\n 'Invalid ' + location + ' `' + propFullName + '` key `' + key + '` supplied to `' + componentName + '`.' +\n '\\nBad object: ' + JSON.stringify(props[propName], null, ' ') +\n '\\nValid keys: ' + JSON.stringify(Object.keys(shapeTypes), null, ' ')\n );\n }\n var error = checker(propValue, key, componentName, location, propFullName + '.' + key, ReactPropTypesSecret);\n if (error) {\n return error;\n }\n }\n return null;\n }\n\n return createChainableTypeChecker(validate);\n }\n\n function isNode(propValue) {\n switch (typeof propValue) {\n case 'number':\n case 'string':\n case 'undefined':\n return true;\n case 'boolean':\n return !propValue;\n case 'object':\n if (Array.isArray(propValue)) {\n return propValue.every(isNode);\n }\n if (propValue === null || isValidElement(propValue)) {\n return true;\n }\n\n var iteratorFn = getIteratorFn(propValue);\n if (iteratorFn) {\n var iterator = iteratorFn.call(propValue);\n var step;\n if (iteratorFn !== propValue.entries) {\n while (!(step = iterator.next()).done) {\n if (!isNode(step.value)) {\n return false;\n }\n }\n } else {\n // Iterator will provide entry [k,v] tuples rather than values.\n while (!(step = iterator.next()).done) {\n var entry = step.value;\n if (entry) {\n if (!isNode(entry[1])) {\n return false;\n }\n }\n }\n }\n } else {\n return false;\n }\n\n return true;\n default:\n return false;\n }\n }\n\n function isSymbol(propType, propValue) {\n // Native Symbol.\n if (propType === 'symbol') {\n return true;\n }\n\n // falsy value can't be a Symbol\n if (!propValue) {\n return false;\n }\n\n // 19.4.3.5 Symbol.prototype[@@toStringTag] === 'Symbol'\n if (propValue['@@toStringTag'] === 'Symbol') {\n return true;\n }\n\n // Fallback for non-spec compliant Symbols which are polyfilled.\n if (typeof Symbol === 'function' && propValue instanceof Symbol) {\n return true;\n }\n\n return false;\n }\n\n // Equivalent of `typeof` but with special handling for array and regexp.\n function getPropType(propValue) {\n var propType = typeof propValue;\n if (Array.isArray(propValue)) {\n return 'array';\n }\n if (propValue instanceof RegExp) {\n // Old webkits (at least until Android 4.0) return 'function' rather than\n // 'object' for typeof a RegExp. We'll normalize this here so that /bla/\n // passes PropTypes.object.\n return 'object';\n }\n if (isSymbol(propType, propValue)) {\n return 'symbol';\n }\n return propType;\n }\n\n // This handles more types than `getPropType`. Only used for error messages.\n // See `createPrimitiveTypeChecker`.\n function getPreciseType(propValue) {\n if (typeof propValue === 'undefined' || propValue === null) {\n return '' + propValue;\n }\n var propType = getPropType(propValue);\n if (propType === 'object') {\n if (propValue instanceof Date) {\n return 'date';\n } else if (propValue instanceof RegExp) {\n return 'regexp';\n }\n }\n return propType;\n }\n\n // Returns a string that is postfixed to a warning about an invalid type.\n // For example, \"undefined\" or \"of type array\"\n function getPostfixForTypeWarning(value) {\n var type = getPreciseType(value);\n switch (type) {\n case 'array':\n case 'object':\n return 'an ' + type;\n case 'boolean':\n case 'date':\n case 'regexp':\n return 'a ' + type;\n default:\n return type;\n }\n }\n\n // Returns class name of the object, if any.\n function getClassName(propValue) {\n if (!propValue.constructor || !propValue.constructor.name) {\n return ANONYMOUS;\n }\n return propValue.constructor.name;\n }\n\n ReactPropTypes.checkPropTypes = checkPropTypes;\n ReactPropTypes.resetWarningCache = checkPropTypes.resetWarningCache;\n ReactPropTypes.PropTypes = ReactPropTypes;\n\n return ReactPropTypes;\n};\n","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\nvar ReactPropTypesSecret = require('./lib/ReactPropTypesSecret');\n\nfunction emptyFunction() {}\nfunction emptyFunctionWithReset() {}\nemptyFunctionWithReset.resetWarningCache = emptyFunction;\n\nmodule.exports = function() {\n function shim(props, propName, componentName, location, propFullName, secret) {\n if (secret === ReactPropTypesSecret) {\n // It is still safe when called from React.\n return;\n }\n var err = new Error(\n 'Calling PropTypes validators directly is not supported by the `prop-types` package. ' +\n 'Use PropTypes.checkPropTypes() to call them. ' +\n 'Read more at http://fb.me/use-check-prop-types'\n );\n err.name = 'Invariant Violation';\n throw err;\n };\n shim.isRequired = shim;\n function getShim() {\n return shim;\n };\n // Important!\n // Keep this list in sync with production version in `./factoryWithTypeCheckers.js`.\n var ReactPropTypes = {\n array: shim,\n bigint: shim,\n bool: shim,\n func: shim,\n number: shim,\n object: shim,\n string: shim,\n symbol: shim,\n\n any: shim,\n arrayOf: getShim,\n element: shim,\n elementType: shim,\n instanceOf: getShim,\n node: shim,\n objectOf: getShim,\n oneOf: getShim,\n oneOfType: getShim,\n shape: getShim,\n exact: getShim,\n\n checkPropTypes: emptyFunctionWithReset,\n resetWarningCache: emptyFunction\n };\n\n ReactPropTypes.PropTypes = ReactPropTypes;\n\n return ReactPropTypes;\n};\n","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nif (process.env.NODE_ENV !== 'production') {\n var ReactIs = require('react-is');\n\n // By explicitly using `prop-types` you are opting into new development behavior.\n // http://fb.me/prop-types-in-prod\n var throwOnDirectAccess = true;\n module.exports = require('./factoryWithTypeCheckers')(ReactIs.isElement, throwOnDirectAccess);\n} else {\n // By explicitly using `prop-types` you are opting into new production behavior.\n // http://fb.me/prop-types-in-prod\n module.exports = require('./factoryWithThrowingShims')();\n}\n","/**\n * WARNING: Don't import this directly.\n * Use `MuiError` from `@mui/utils/macros/MuiError.macro` instead.\n * @param {number} code\n */\nexport default function formatMuiErrorMessage(code) {\n // Apply babel-plugin-transform-template-literals in loose mode\n // loose mode is safe iff we're concatenating primitives\n // see https://babeljs.io/docs/en/babel-plugin-transform-template-literals#loose\n /* eslint-disable prefer-template */\n let url = 'https://mui.com/production-error/?code=' + code;\n for (let i = 1; i < arguments.length; i += 1) {\n // rest params over-transpile for this case\n // eslint-disable-next-line prefer-rest-params\n url += '&args[]=' + encodeURIComponent(arguments[i]);\n }\n return 'Minified MUI error #' + code + '; visit ' + url + ' for the full message.';\n /* eslint-enable prefer-template */\n}","/**\n * @license React\n * react-is.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n'use strict';var b=Symbol.for(\"react.element\"),c=Symbol.for(\"react.portal\"),d=Symbol.for(\"react.fragment\"),e=Symbol.for(\"react.strict_mode\"),f=Symbol.for(\"react.profiler\"),g=Symbol.for(\"react.provider\"),h=Symbol.for(\"react.context\"),k=Symbol.for(\"react.server_context\"),l=Symbol.for(\"react.forward_ref\"),m=Symbol.for(\"react.suspense\"),n=Symbol.for(\"react.suspense_list\"),p=Symbol.for(\"react.memo\"),q=Symbol.for(\"react.lazy\"),t=Symbol.for(\"react.offscreen\"),u;u=Symbol.for(\"react.module.reference\");\nfunction v(a){if(\"object\"===typeof a&&null!==a){var r=a.$$typeof;switch(r){case b:switch(a=a.type,a){case d:case f:case e:case m:case n:return a;default:switch(a=a&&a.$$typeof,a){case k:case h:case l:case q:case p:case g:return a;default:return r}}case c:return r}}}exports.ContextConsumer=h;exports.ContextProvider=g;exports.Element=b;exports.ForwardRef=l;exports.Fragment=d;exports.Lazy=q;exports.Memo=p;exports.Portal=c;exports.Profiler=f;exports.StrictMode=e;exports.Suspense=m;\nexports.SuspenseList=n;exports.isAsyncMode=function(){return!1};exports.isConcurrentMode=function(){return!1};exports.isContextConsumer=function(a){return v(a)===h};exports.isContextProvider=function(a){return v(a)===g};exports.isElement=function(a){return\"object\"===typeof a&&null!==a&&a.$$typeof===b};exports.isForwardRef=function(a){return v(a)===l};exports.isFragment=function(a){return v(a)===d};exports.isLazy=function(a){return v(a)===q};exports.isMemo=function(a){return v(a)===p};\nexports.isPortal=function(a){return v(a)===c};exports.isProfiler=function(a){return v(a)===f};exports.isStrictMode=function(a){return v(a)===e};exports.isSuspense=function(a){return v(a)===m};exports.isSuspenseList=function(a){return v(a)===n};\nexports.isValidElementType=function(a){return\"string\"===typeof a||\"function\"===typeof a||a===d||a===f||a===e||a===m||a===n||a===t||\"object\"===typeof a&&null!==a&&(a.$$typeof===q||a.$$typeof===p||a.$$typeof===g||a.$$typeof===h||a.$$typeof===l||a.$$typeof===u||void 0!==a.getModuleId)?!0:!1};exports.typeOf=v;\n","/**\n * @license React\n * react-is.development.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\nif (process.env.NODE_ENV !== \"production\") {\n (function() {\n'use strict';\n\n// ATTENTION\n// When adding new symbols to this file,\n// Please consider also adding to 'react-devtools-shared/src/backend/ReactSymbols'\n// The Symbol used to tag the ReactElement-like types.\nvar REACT_ELEMENT_TYPE = Symbol.for('react.element');\nvar REACT_PORTAL_TYPE = Symbol.for('react.portal');\nvar REACT_FRAGMENT_TYPE = Symbol.for('react.fragment');\nvar REACT_STRICT_MODE_TYPE = Symbol.for('react.strict_mode');\nvar REACT_PROFILER_TYPE = Symbol.for('react.profiler');\nvar REACT_PROVIDER_TYPE = Symbol.for('react.provider');\nvar REACT_CONTEXT_TYPE = Symbol.for('react.context');\nvar REACT_SERVER_CONTEXT_TYPE = Symbol.for('react.server_context');\nvar REACT_FORWARD_REF_TYPE = Symbol.for('react.forward_ref');\nvar REACT_SUSPENSE_TYPE = Symbol.for('react.suspense');\nvar REACT_SUSPENSE_LIST_TYPE = Symbol.for('react.suspense_list');\nvar REACT_MEMO_TYPE = Symbol.for('react.memo');\nvar REACT_LAZY_TYPE = Symbol.for('react.lazy');\nvar REACT_OFFSCREEN_TYPE = Symbol.for('react.offscreen');\n\n// -----------------------------------------------------------------------------\n\nvar enableScopeAPI = false; // Experimental Create Event Handle API.\nvar enableCacheElement = false;\nvar enableTransitionTracing = false; // No known bugs, but needs performance testing\n\nvar enableLegacyHidden = false; // Enables unstable_avoidThisFallback feature in Fiber\n// stuff. Intended to enable React core members to more easily debug scheduling\n// issues in DEV builds.\n\nvar enableDebugTracing = false; // Track which Fiber(s) schedule render work.\n\nvar REACT_MODULE_REFERENCE;\n\n{\n REACT_MODULE_REFERENCE = Symbol.for('react.module.reference');\n}\n\nfunction isValidElementType(type) {\n if (typeof type === 'string' || typeof type === 'function') {\n return true;\n } // Note: typeof might be other than 'symbol' or 'number' (e.g. if it's a polyfill).\n\n\n if (type === REACT_FRAGMENT_TYPE || type === REACT_PROFILER_TYPE || enableDebugTracing || type === REACT_STRICT_MODE_TYPE || type === REACT_SUSPENSE_TYPE || type === REACT_SUSPENSE_LIST_TYPE || enableLegacyHidden || type === REACT_OFFSCREEN_TYPE || enableScopeAPI || enableCacheElement || enableTransitionTracing ) {\n return true;\n }\n\n if (typeof type === 'object' && type !== null) {\n if (type.$$typeof === REACT_LAZY_TYPE || type.$$typeof === REACT_MEMO_TYPE || type.$$typeof === REACT_PROVIDER_TYPE || type.$$typeof === REACT_CONTEXT_TYPE || type.$$typeof === REACT_FORWARD_REF_TYPE || // This needs to include all possible module reference object\n // types supported by any Flight configuration anywhere since\n // we don't know which Flight build this will end up being used\n // with.\n type.$$typeof === REACT_MODULE_REFERENCE || type.getModuleId !== undefined) {\n return true;\n }\n }\n\n return false;\n}\n\nfunction typeOf(object) {\n if (typeof object === 'object' && object !== null) {\n var $$typeof = object.$$typeof;\n\n switch ($$typeof) {\n case REACT_ELEMENT_TYPE:\n var type = object.type;\n\n switch (type) {\n case REACT_FRAGMENT_TYPE:\n case REACT_PROFILER_TYPE:\n case REACT_STRICT_MODE_TYPE:\n case REACT_SUSPENSE_TYPE:\n case REACT_SUSPENSE_LIST_TYPE:\n return type;\n\n default:\n var $$typeofType = type && type.$$typeof;\n\n switch ($$typeofType) {\n case REACT_SERVER_CONTEXT_TYPE:\n case REACT_CONTEXT_TYPE:\n case REACT_FORWARD_REF_TYPE:\n case REACT_LAZY_TYPE:\n case REACT_MEMO_TYPE:\n case REACT_PROVIDER_TYPE:\n return $$typeofType;\n\n default:\n return $$typeof;\n }\n\n }\n\n case REACT_PORTAL_TYPE:\n return $$typeof;\n }\n }\n\n return undefined;\n}\nvar ContextConsumer = REACT_CONTEXT_TYPE;\nvar ContextProvider = REACT_PROVIDER_TYPE;\nvar Element = REACT_ELEMENT_TYPE;\nvar ForwardRef = REACT_FORWARD_REF_TYPE;\nvar Fragment = REACT_FRAGMENT_TYPE;\nvar Lazy = REACT_LAZY_TYPE;\nvar Memo = REACT_MEMO_TYPE;\nvar Portal = REACT_PORTAL_TYPE;\nvar Profiler = REACT_PROFILER_TYPE;\nvar StrictMode = REACT_STRICT_MODE_TYPE;\nvar Suspense = REACT_SUSPENSE_TYPE;\nvar SuspenseList = REACT_SUSPENSE_LIST_TYPE;\nvar hasWarnedAboutDeprecatedIsAsyncMode = false;\nvar hasWarnedAboutDeprecatedIsConcurrentMode = false; // AsyncMode should be deprecated\n\nfunction isAsyncMode(object) {\n {\n if (!hasWarnedAboutDeprecatedIsAsyncMode) {\n hasWarnedAboutDeprecatedIsAsyncMode = true; // Using console['warn'] to evade Babel and ESLint\n\n console['warn']('The ReactIs.isAsyncMode() alias has been deprecated, ' + 'and will be removed in React 18+.');\n }\n }\n\n return false;\n}\nfunction isConcurrentMode(object) {\n {\n if (!hasWarnedAboutDeprecatedIsConcurrentMode) {\n hasWarnedAboutDeprecatedIsConcurrentMode = true; // Using console['warn'] to evade Babel and ESLint\n\n console['warn']('The ReactIs.isConcurrentMode() alias has been deprecated, ' + 'and will be removed in React 18+.');\n }\n }\n\n return false;\n}\nfunction isContextConsumer(object) {\n return typeOf(object) === REACT_CONTEXT_TYPE;\n}\nfunction isContextProvider(object) {\n return typeOf(object) === REACT_PROVIDER_TYPE;\n}\nfunction isElement(object) {\n return typeof object === 'object' && object !== null && object.$$typeof === REACT_ELEMENT_TYPE;\n}\nfunction isForwardRef(object) {\n return typeOf(object) === REACT_FORWARD_REF_TYPE;\n}\nfunction isFragment(object) {\n return typeOf(object) === REACT_FRAGMENT_TYPE;\n}\nfunction isLazy(object) {\n return typeOf(object) === REACT_LAZY_TYPE;\n}\nfunction isMemo(object) {\n return typeOf(object) === REACT_MEMO_TYPE;\n}\nfunction isPortal(object) {\n return typeOf(object) === REACT_PORTAL_TYPE;\n}\nfunction isProfiler(object) {\n return typeOf(object) === REACT_PROFILER_TYPE;\n}\nfunction isStrictMode(object) {\n return typeOf(object) === REACT_STRICT_MODE_TYPE;\n}\nfunction isSuspense(object) {\n return typeOf(object) === REACT_SUSPENSE_TYPE;\n}\nfunction isSuspenseList(object) {\n return typeOf(object) === REACT_SUSPENSE_LIST_TYPE;\n}\n\nexports.ContextConsumer = ContextConsumer;\nexports.ContextProvider = ContextProvider;\nexports.Element = Element;\nexports.ForwardRef = ForwardRef;\nexports.Fragment = Fragment;\nexports.Lazy = Lazy;\nexports.Memo = Memo;\nexports.Portal = Portal;\nexports.Profiler = Profiler;\nexports.StrictMode = StrictMode;\nexports.Suspense = Suspense;\nexports.SuspenseList = SuspenseList;\nexports.isAsyncMode = isAsyncMode;\nexports.isConcurrentMode = isConcurrentMode;\nexports.isContextConsumer = isContextConsumer;\nexports.isContextProvider = isContextProvider;\nexports.isElement = isElement;\nexports.isForwardRef = isForwardRef;\nexports.isFragment = isFragment;\nexports.isLazy = isLazy;\nexports.isMemo = isMemo;\nexports.isPortal = isPortal;\nexports.isProfiler = isProfiler;\nexports.isStrictMode = isStrictMode;\nexports.isSuspense = isSuspense;\nexports.isSuspenseList = isSuspenseList;\nexports.isValidElementType = isValidElementType;\nexports.typeOf = typeOf;\n })();\n}\n","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('./cjs/react-is.production.min.js');\n} else {\n module.exports = require('./cjs/react-is.development.js');\n}\n","import { ForwardRef, Memo } from 'react-is';\n\n// Simplified polyfill for IE11 support\n// https://github.com/JamesMGreene/Function.name/blob/58b314d4a983110c3682f1228f845d39ccca1817/Function.name.js#L3\nconst fnNameMatchRegex = /^\\s*function(?:\\s|\\s*\\/\\*.*\\*\\/\\s*)+([^(\\s/]*)\\s*/;\nexport function getFunctionName(fn) {\n const match = `${fn}`.match(fnNameMatchRegex);\n const name = match && match[1];\n return name || '';\n}\nfunction getFunctionComponentName(Component, fallback = '') {\n return Component.displayName || Component.name || getFunctionName(Component) || fallback;\n}\nfunction getWrappedName(outerType, innerType, wrapperName) {\n const functionName = getFunctionComponentName(innerType);\n return outerType.displayName || (functionName !== '' ? `${wrapperName}(${functionName})` : wrapperName);\n}\n\n/**\n * cherry-pick from\n * https://github.com/facebook/react/blob/769b1f270e1251d9dbdce0fcbd9e92e502d059b8/packages/shared/getComponentName.js\n * originally forked from recompose/getDisplayName with added IE11 support\n */\nexport default function getDisplayName(Component) {\n if (Component == null) {\n return undefined;\n }\n if (typeof Component === 'string') {\n return Component;\n }\n if (typeof Component === 'function') {\n return getFunctionComponentName(Component, 'Component');\n }\n\n // TypeScript can't have components as objects but they exist in the form of `memo` or `Suspense`\n if (typeof Component === 'object') {\n switch (Component.$$typeof) {\n case ForwardRef:\n return getWrappedName(Component, Component.render, 'ForwardRef');\n case Memo:\n return getWrappedName(Component, Component.type, 'memo');\n default:\n return undefined;\n }\n }\n return undefined;\n}","import _formatMuiErrorMessage from \"../formatMuiErrorMessage\";\n// It should to be noted that this function isn't equivalent to `text-transform: capitalize`.\n//\n// A strict capitalization should uppercase the first letter of each word in the sentence.\n// We only handle the first word.\nexport default function capitalize(string) {\n if (typeof string !== 'string') {\n throw new Error(process.env.NODE_ENV !== \"production\" ? `MUI: \\`capitalize(string)\\` expects a string argument.` : _formatMuiErrorMessage(7));\n }\n return string.charAt(0).toUpperCase() + string.slice(1);\n}","import _extends from \"@babel/runtime/helpers/esm/extends\";\n/**\n * Add keys, values of `defaultProps` that does not exist in `props`\n * @param {object} defaultProps\n * @param {object} props\n * @returns {object} resolved props\n */\nexport default function resolveProps(defaultProps, props) {\n const output = _extends({}, props);\n Object.keys(defaultProps).forEach(propName => {\n if (propName.toString().match(/^(components|slots)$/)) {\n output[propName] = _extends({}, defaultProps[propName], output[propName]);\n } else if (propName.toString().match(/^(componentsProps|slotProps)$/)) {\n const defaultSlotProps = defaultProps[propName] || {};\n const slotProps = props[propName];\n output[propName] = {};\n if (!slotProps || !Object.keys(slotProps)) {\n // Reduce the iteration if the slot props is empty\n output[propName] = defaultSlotProps;\n } else if (!defaultSlotProps || !Object.keys(defaultSlotProps)) {\n // Reduce the iteration if the default slot props is empty\n output[propName] = slotProps;\n } else {\n output[propName] = _extends({}, slotProps);\n Object.keys(defaultSlotProps).forEach(slotPropName => {\n output[propName][slotPropName] = resolveProps(defaultSlotProps[slotPropName], slotProps[slotPropName]);\n });\n }\n } else if (output[propName] === undefined) {\n output[propName] = defaultProps[propName];\n }\n });\n return output;\n}","export default function composeClasses(slots, getUtilityClass, classes = undefined) {\n const output = {};\n Object.keys(slots).forEach(\n // `Object.keys(slots)` can't be wider than `T` because we infer `T` from `slots`.\n // @ts-expect-error https://github.com/microsoft/TypeScript/pull/12253#issuecomment-263132208\n slot => {\n output[slot] = slots[slot].reduce((acc, key) => {\n if (key) {\n const utilityClass = getUtilityClass(key);\n if (utilityClass !== '') {\n acc.push(utilityClass);\n }\n if (classes && classes[key]) {\n acc.push(classes[key]);\n }\n }\n return acc;\n }, []).join(' ');\n });\n return output;\n}","const defaultGenerator = componentName => componentName;\nconst createClassNameGenerator = () => {\n let generate = defaultGenerator;\n return {\n configure(generator) {\n generate = generator;\n },\n generate(componentName) {\n return generate(componentName);\n },\n reset() {\n generate = defaultGenerator;\n }\n };\n};\nconst ClassNameGenerator = createClassNameGenerator();\nexport default ClassNameGenerator;","import ClassNameGenerator from '../ClassNameGenerator';\n\n// If GlobalStateSlot is changed, GLOBAL_STATE_CLASSES in\n// \\packages\\api-docs-builder\\utils\\parseSlotsAndClasses.ts must be updated accordingly.\nconst globalStateClassesMapping = {\n active: 'active',\n checked: 'checked',\n completed: 'completed',\n disabled: 'disabled',\n error: 'error',\n expanded: 'expanded',\n focused: 'focused',\n focusVisible: 'focusVisible',\n open: 'open',\n readOnly: 'readOnly',\n required: 'required',\n selected: 'selected'\n};\nexport default function generateUtilityClass(componentName, slot, globalStatePrefix = 'Mui') {\n const globalStateClass = globalStateClassesMapping[slot];\n return globalStateClass ? `${globalStatePrefix}-${globalStateClass}` : `${ClassNameGenerator.generate(componentName)}-${slot}`;\n}","import generateUtilityClass from '../generateUtilityClass';\nexport default function generateUtilityClasses(componentName, slots, globalStatePrefix = 'Mui') {\n const result = {};\n slots.forEach(slot => {\n result[slot] = generateUtilityClass(componentName, slot, globalStatePrefix);\n });\n return result;\n}","export default function _objectWithoutPropertiesLoose(source, excluded) {\n if (source == null) return {};\n var target = {};\n var sourceKeys = Object.keys(source);\n var key, i;\n for (i = 0; i < sourceKeys.length; i++) {\n key = sourceKeys[i];\n if (excluded.indexOf(key) >= 0) continue;\n target[key] = source[key];\n }\n return target;\n}","function r(e){var t,f,n=\"\";if(\"string\"==typeof e||\"number\"==typeof e)n+=e;else if(\"object\"==typeof e)if(Array.isArray(e))for(t=0;t {\n const breakpointsAsArray = Object.keys(values).map(key => ({\n key,\n val: values[key]\n })) || [];\n // Sort in ascending order\n breakpointsAsArray.sort((breakpoint1, breakpoint2) => breakpoint1.val - breakpoint2.val);\n return breakpointsAsArray.reduce((acc, obj) => {\n return _extends({}, acc, {\n [obj.key]: obj.val\n });\n }, {});\n};\n\n// Keep in mind that @media is inclusive by the CSS specification.\nexport default function createBreakpoints(breakpoints) {\n const {\n // The breakpoint **start** at this value.\n // For instance with the first breakpoint xs: [xs, sm).\n values = {\n xs: 0,\n // phone\n sm: 600,\n // tablet\n md: 900,\n // small laptop\n lg: 1200,\n // desktop\n xl: 1536 // large screen\n },\n\n unit = 'px',\n step = 5\n } = breakpoints,\n other = _objectWithoutPropertiesLoose(breakpoints, _excluded);\n const sortedValues = sortBreakpointsValues(values);\n const keys = Object.keys(sortedValues);\n function up(key) {\n const value = typeof values[key] === 'number' ? values[key] : key;\n return `@media (min-width:${value}${unit})`;\n }\n function down(key) {\n const value = typeof values[key] === 'number' ? values[key] : key;\n return `@media (max-width:${value - step / 100}${unit})`;\n }\n function between(start, end) {\n const endIndex = keys.indexOf(end);\n return `@media (min-width:${typeof values[start] === 'number' ? values[start] : start}${unit}) and ` + `(max-width:${(endIndex !== -1 && typeof values[keys[endIndex]] === 'number' ? values[keys[endIndex]] : end) - step / 100}${unit})`;\n }\n function only(key) {\n if (keys.indexOf(key) + 1 < keys.length) {\n return between(key, keys[keys.indexOf(key) + 1]);\n }\n return up(key);\n }\n function not(key) {\n // handle first and last key separately, for better readability\n const keyIndex = keys.indexOf(key);\n if (keyIndex === 0) {\n return up(keys[1]);\n }\n if (keyIndex === keys.length - 1) {\n return down(keys[keyIndex]);\n }\n return between(key, keys[keys.indexOf(key) + 1]).replace('@media', '@media not all and');\n }\n return _extends({\n keys,\n values: sortedValues,\n up,\n down,\n between,\n only,\n not,\n unit\n }, other);\n}","const shape = {\n borderRadius: 4\n};\nexport default shape;","import PropTypes from 'prop-types';\nconst responsivePropType = process.env.NODE_ENV !== 'production' ? PropTypes.oneOfType([PropTypes.number, PropTypes.string, PropTypes.object, PropTypes.array]) : {};\nexport default responsivePropType;","import { deepmerge } from '@mui/utils';\nfunction merge(acc, item) {\n if (!item) {\n return acc;\n }\n return deepmerge(acc, item, {\n clone: false // No need to clone deep, it's way faster.\n });\n}\n\nexport default merge;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport PropTypes from 'prop-types';\nimport { deepmerge } from '@mui/utils';\nimport merge from './merge';\n\n// The breakpoint **start** at this value.\n// For instance with the first breakpoint xs: [xs, sm[.\nexport const values = {\n xs: 0,\n // phone\n sm: 600,\n // tablet\n md: 900,\n // small laptop\n lg: 1200,\n // desktop\n xl: 1536 // large screen\n};\n\nconst defaultBreakpoints = {\n // Sorted ASC by size. That's important.\n // It can't be configured as it's used statically for propTypes.\n keys: ['xs', 'sm', 'md', 'lg', 'xl'],\n up: key => `@media (min-width:${values[key]}px)`\n};\nexport function handleBreakpoints(props, propValue, styleFromPropValue) {\n const theme = props.theme || {};\n if (Array.isArray(propValue)) {\n const themeBreakpoints = theme.breakpoints || defaultBreakpoints;\n return propValue.reduce((acc, item, index) => {\n acc[themeBreakpoints.up(themeBreakpoints.keys[index])] = styleFromPropValue(propValue[index]);\n return acc;\n }, {});\n }\n if (typeof propValue === 'object') {\n const themeBreakpoints = theme.breakpoints || defaultBreakpoints;\n return Object.keys(propValue).reduce((acc, breakpoint) => {\n // key is breakpoint\n if (Object.keys(themeBreakpoints.values || values).indexOf(breakpoint) !== -1) {\n const mediaKey = themeBreakpoints.up(breakpoint);\n acc[mediaKey] = styleFromPropValue(propValue[breakpoint], breakpoint);\n } else {\n const cssKey = breakpoint;\n acc[cssKey] = propValue[cssKey];\n }\n return acc;\n }, {});\n }\n const output = styleFromPropValue(propValue);\n return output;\n}\nfunction breakpoints(styleFunction) {\n // false positive\n // eslint-disable-next-line react/function-component-definition\n const newStyleFunction = props => {\n const theme = props.theme || {};\n const base = styleFunction(props);\n const themeBreakpoints = theme.breakpoints || defaultBreakpoints;\n const extended = themeBreakpoints.keys.reduce((acc, key) => {\n if (props[key]) {\n acc = acc || {};\n acc[themeBreakpoints.up(key)] = styleFunction(_extends({\n theme\n }, props[key]));\n }\n return acc;\n }, null);\n return merge(base, extended);\n };\n newStyleFunction.propTypes = process.env.NODE_ENV !== 'production' ? _extends({}, styleFunction.propTypes, {\n xs: PropTypes.object,\n sm: PropTypes.object,\n md: PropTypes.object,\n lg: PropTypes.object,\n xl: PropTypes.object\n }) : {};\n newStyleFunction.filterProps = ['xs', 'sm', 'md', 'lg', 'xl', ...styleFunction.filterProps];\n return newStyleFunction;\n}\nexport function createEmptyBreakpointObject(breakpointsInput = {}) {\n var _breakpointsInput$key;\n const breakpointsInOrder = (_breakpointsInput$key = breakpointsInput.keys) == null ? void 0 : _breakpointsInput$key.reduce((acc, key) => {\n const breakpointStyleKey = breakpointsInput.up(key);\n acc[breakpointStyleKey] = {};\n return acc;\n }, {});\n return breakpointsInOrder || {};\n}\nexport function removeUnusedBreakpoints(breakpointKeys, style) {\n return breakpointKeys.reduce((acc, key) => {\n const breakpointOutput = acc[key];\n const isBreakpointUnused = !breakpointOutput || Object.keys(breakpointOutput).length === 0;\n if (isBreakpointUnused) {\n delete acc[key];\n }\n return acc;\n }, style);\n}\nexport function mergeBreakpointsInOrder(breakpointsInput, ...styles) {\n const emptyBreakpoints = createEmptyBreakpointObject(breakpointsInput);\n const mergedOutput = [emptyBreakpoints, ...styles].reduce((prev, next) => deepmerge(prev, next), {});\n return removeUnusedBreakpoints(Object.keys(emptyBreakpoints), mergedOutput);\n}\n\n// compute base for responsive values; e.g.,\n// [1,2,3] => {xs: true, sm: true, md: true}\n// {xs: 1, sm: 2, md: 3} => {xs: true, sm: true, md: true}\nexport function computeBreakpointsBase(breakpointValues, themeBreakpoints) {\n // fixed value\n if (typeof breakpointValues !== 'object') {\n return {};\n }\n const base = {};\n const breakpointsKeys = Object.keys(themeBreakpoints);\n if (Array.isArray(breakpointValues)) {\n breakpointsKeys.forEach((breakpoint, i) => {\n if (i < breakpointValues.length) {\n base[breakpoint] = true;\n }\n });\n } else {\n breakpointsKeys.forEach(breakpoint => {\n if (breakpointValues[breakpoint] != null) {\n base[breakpoint] = true;\n }\n });\n }\n return base;\n}\nexport function resolveBreakpointValues({\n values: breakpointValues,\n breakpoints: themeBreakpoints,\n base: customBase\n}) {\n const base = customBase || computeBreakpointsBase(breakpointValues, themeBreakpoints);\n const keys = Object.keys(base);\n if (keys.length === 0) {\n return breakpointValues;\n }\n let previous;\n return keys.reduce((acc, breakpoint, i) => {\n if (Array.isArray(breakpointValues)) {\n acc[breakpoint] = breakpointValues[i] != null ? breakpointValues[i] : breakpointValues[previous];\n previous = i;\n } else if (typeof breakpointValues === 'object') {\n acc[breakpoint] = breakpointValues[breakpoint] != null ? breakpointValues[breakpoint] : breakpointValues[previous];\n previous = breakpoint;\n } else {\n acc[breakpoint] = breakpointValues;\n }\n return acc;\n }, {});\n}\nexport default breakpoints;","import { unstable_capitalize as capitalize } from '@mui/utils';\nimport responsivePropType from './responsivePropType';\nimport { handleBreakpoints } from './breakpoints';\nexport function getPath(obj, path, checkVars = true) {\n if (!path || typeof path !== 'string') {\n return null;\n }\n\n // Check if CSS variables are used\n if (obj && obj.vars && checkVars) {\n const val = `vars.${path}`.split('.').reduce((acc, item) => acc && acc[item] ? acc[item] : null, obj);\n if (val != null) {\n return val;\n }\n }\n return path.split('.').reduce((acc, item) => {\n if (acc && acc[item] != null) {\n return acc[item];\n }\n return null;\n }, obj);\n}\nexport function getStyleValue(themeMapping, transform, propValueFinal, userValue = propValueFinal) {\n let value;\n if (typeof themeMapping === 'function') {\n value = themeMapping(propValueFinal);\n } else if (Array.isArray(themeMapping)) {\n value = themeMapping[propValueFinal] || userValue;\n } else {\n value = getPath(themeMapping, propValueFinal) || userValue;\n }\n if (transform) {\n value = transform(value, userValue, themeMapping);\n }\n return value;\n}\nfunction style(options) {\n const {\n prop,\n cssProperty = options.prop,\n themeKey,\n transform\n } = options;\n\n // false positive\n // eslint-disable-next-line react/function-component-definition\n const fn = props => {\n if (props[prop] == null) {\n return null;\n }\n const propValue = props[prop];\n const theme = props.theme;\n const themeMapping = getPath(theme, themeKey) || {};\n const styleFromPropValue = propValueFinal => {\n let value = getStyleValue(themeMapping, transform, propValueFinal);\n if (propValueFinal === value && typeof propValueFinal === 'string') {\n // Haven't found value\n value = getStyleValue(themeMapping, transform, `${prop}${propValueFinal === 'default' ? '' : capitalize(propValueFinal)}`, propValueFinal);\n }\n if (cssProperty === false) {\n return value;\n }\n return {\n [cssProperty]: value\n };\n };\n return handleBreakpoints(props, propValue, styleFromPropValue);\n };\n fn.propTypes = process.env.NODE_ENV !== 'production' ? {\n [prop]: responsivePropType\n } : {};\n fn.filterProps = [prop];\n return fn;\n}\nexport default style;","export default function memoize(fn) {\n const cache = {};\n return arg => {\n if (cache[arg] === undefined) {\n cache[arg] = fn(arg);\n }\n return cache[arg];\n };\n}","import responsivePropType from './responsivePropType';\nimport { handleBreakpoints } from './breakpoints';\nimport { getPath } from './style';\nimport merge from './merge';\nimport memoize from './memoize';\nconst properties = {\n m: 'margin',\n p: 'padding'\n};\nconst directions = {\n t: 'Top',\n r: 'Right',\n b: 'Bottom',\n l: 'Left',\n x: ['Left', 'Right'],\n y: ['Top', 'Bottom']\n};\nconst aliases = {\n marginX: 'mx',\n marginY: 'my',\n paddingX: 'px',\n paddingY: 'py'\n};\n\n// memoize() impact:\n// From 300,000 ops/sec\n// To 350,000 ops/sec\nconst getCssProperties = memoize(prop => {\n // It's not a shorthand notation.\n if (prop.length > 2) {\n if (aliases[prop]) {\n prop = aliases[prop];\n } else {\n return [prop];\n }\n }\n const [a, b] = prop.split('');\n const property = properties[a];\n const direction = directions[b] || '';\n return Array.isArray(direction) ? direction.map(dir => property + dir) : [property + direction];\n});\nexport const marginKeys = ['m', 'mt', 'mr', 'mb', 'ml', 'mx', 'my', 'margin', 'marginTop', 'marginRight', 'marginBottom', 'marginLeft', 'marginX', 'marginY', 'marginInline', 'marginInlineStart', 'marginInlineEnd', 'marginBlock', 'marginBlockStart', 'marginBlockEnd'];\nexport const paddingKeys = ['p', 'pt', 'pr', 'pb', 'pl', 'px', 'py', 'padding', 'paddingTop', 'paddingRight', 'paddingBottom', 'paddingLeft', 'paddingX', 'paddingY', 'paddingInline', 'paddingInlineStart', 'paddingInlineEnd', 'paddingBlock', 'paddingBlockStart', 'paddingBlockEnd'];\nconst spacingKeys = [...marginKeys, ...paddingKeys];\nexport function createUnaryUnit(theme, themeKey, defaultValue, propName) {\n var _getPath;\n const themeSpacing = (_getPath = getPath(theme, themeKey, false)) != null ? _getPath : defaultValue;\n if (typeof themeSpacing === 'number') {\n return abs => {\n if (typeof abs === 'string') {\n return abs;\n }\n if (process.env.NODE_ENV !== 'production') {\n if (typeof abs !== 'number') {\n console.error(`MUI: Expected ${propName} argument to be a number or a string, got ${abs}.`);\n }\n }\n return themeSpacing * abs;\n };\n }\n if (Array.isArray(themeSpacing)) {\n return abs => {\n if (typeof abs === 'string') {\n return abs;\n }\n if (process.env.NODE_ENV !== 'production') {\n if (!Number.isInteger(abs)) {\n console.error([`MUI: The \\`theme.${themeKey}\\` array type cannot be combined with non integer values.` + `You should either use an integer value that can be used as index, or define the \\`theme.${themeKey}\\` as a number.`].join('\\n'));\n } else if (abs > themeSpacing.length - 1) {\n console.error([`MUI: The value provided (${abs}) overflows.`, `The supported values are: ${JSON.stringify(themeSpacing)}.`, `${abs} > ${themeSpacing.length - 1}, you need to add the missing values.`].join('\\n'));\n }\n }\n return themeSpacing[abs];\n };\n }\n if (typeof themeSpacing === 'function') {\n return themeSpacing;\n }\n if (process.env.NODE_ENV !== 'production') {\n console.error([`MUI: The \\`theme.${themeKey}\\` value (${themeSpacing}) is invalid.`, 'It should be a number, an array or a function.'].join('\\n'));\n }\n return () => undefined;\n}\nexport function createUnarySpacing(theme) {\n return createUnaryUnit(theme, 'spacing', 8, 'spacing');\n}\nexport function getValue(transformer, propValue) {\n if (typeof propValue === 'string' || propValue == null) {\n return propValue;\n }\n const abs = Math.abs(propValue);\n const transformed = transformer(abs);\n if (propValue >= 0) {\n return transformed;\n }\n if (typeof transformed === 'number') {\n return -transformed;\n }\n return `-${transformed}`;\n}\nexport function getStyleFromPropValue(cssProperties, transformer) {\n return propValue => cssProperties.reduce((acc, cssProperty) => {\n acc[cssProperty] = getValue(transformer, propValue);\n return acc;\n }, {});\n}\nfunction resolveCssProperty(props, keys, prop, transformer) {\n // Using a hash computation over an array iteration could be faster, but with only 28 items,\n // it's doesn't worth the bundle size.\n if (keys.indexOf(prop) === -1) {\n return null;\n }\n const cssProperties = getCssProperties(prop);\n const styleFromPropValue = getStyleFromPropValue(cssProperties, transformer);\n const propValue = props[prop];\n return handleBreakpoints(props, propValue, styleFromPropValue);\n}\nfunction style(props, keys) {\n const transformer = createUnarySpacing(props.theme);\n return Object.keys(props).map(prop => resolveCssProperty(props, keys, prop, transformer)).reduce(merge, {});\n}\nexport function margin(props) {\n return style(props, marginKeys);\n}\nmargin.propTypes = process.env.NODE_ENV !== 'production' ? marginKeys.reduce((obj, key) => {\n obj[key] = responsivePropType;\n return obj;\n}, {}) : {};\nmargin.filterProps = marginKeys;\nexport function padding(props) {\n return style(props, paddingKeys);\n}\npadding.propTypes = process.env.NODE_ENV !== 'production' ? paddingKeys.reduce((obj, key) => {\n obj[key] = responsivePropType;\n return obj;\n}, {}) : {};\npadding.filterProps = paddingKeys;\nfunction spacing(props) {\n return style(props, spacingKeys);\n}\nspacing.propTypes = process.env.NODE_ENV !== 'production' ? spacingKeys.reduce((obj, key) => {\n obj[key] = responsivePropType;\n return obj;\n}, {}) : {};\nspacing.filterProps = spacingKeys;\nexport default spacing;","import { createUnarySpacing } from '../spacing';\n\n// The different signatures imply different meaning for their arguments that can't be expressed structurally.\n// We express the difference with variable names.\n/* tslint:disable:unified-signatures */\n/* tslint:enable:unified-signatures */\n\nexport default function createSpacing(spacingInput = 8) {\n // Already transformed.\n if (spacingInput.mui) {\n return spacingInput;\n }\n\n // Material Design layouts are visually balanced. Most measurements align to an 8dp grid, which aligns both spacing and the overall layout.\n // Smaller components, such as icons, can align to a 4dp grid.\n // https://m2.material.io/design/layout/understanding-layout.html\n const transform = createUnarySpacing({\n spacing: spacingInput\n });\n const spacing = (...argsInput) => {\n if (process.env.NODE_ENV !== 'production') {\n if (!(argsInput.length <= 4)) {\n console.error(`MUI: Too many arguments provided, expected between 0 and 4, got ${argsInput.length}`);\n }\n }\n const args = argsInput.length === 0 ? [1] : argsInput;\n return args.map(argument => {\n const output = transform(argument);\n return typeof output === 'number' ? `${output}px` : output;\n }).join(' ');\n };\n spacing.mui = true;\n return spacing;\n}","import merge from './merge';\nfunction compose(...styles) {\n const handlers = styles.reduce((acc, style) => {\n style.filterProps.forEach(prop => {\n acc[prop] = style;\n });\n return acc;\n }, {});\n\n // false positive\n // eslint-disable-next-line react/function-component-definition\n const fn = props => {\n return Object.keys(props).reduce((acc, prop) => {\n if (handlers[prop]) {\n return merge(acc, handlers[prop](props));\n }\n return acc;\n }, {});\n };\n fn.propTypes = process.env.NODE_ENV !== 'production' ? styles.reduce((acc, style) => Object.assign(acc, style.propTypes), {}) : {};\n fn.filterProps = styles.reduce((acc, style) => acc.concat(style.filterProps), []);\n return fn;\n}\nexport default compose;","import responsivePropType from './responsivePropType';\nimport style from './style';\nimport compose from './compose';\nimport { createUnaryUnit, getValue } from './spacing';\nimport { handleBreakpoints } from './breakpoints';\nexport function borderTransform(value) {\n if (typeof value !== 'number') {\n return value;\n }\n return `${value}px solid`;\n}\nexport const border = style({\n prop: 'border',\n themeKey: 'borders',\n transform: borderTransform\n});\nexport const borderTop = style({\n prop: 'borderTop',\n themeKey: 'borders',\n transform: borderTransform\n});\nexport const borderRight = style({\n prop: 'borderRight',\n themeKey: 'borders',\n transform: borderTransform\n});\nexport const borderBottom = style({\n prop: 'borderBottom',\n themeKey: 'borders',\n transform: borderTransform\n});\nexport const borderLeft = style({\n prop: 'borderLeft',\n themeKey: 'borders',\n transform: borderTransform\n});\nexport const borderColor = style({\n prop: 'borderColor',\n themeKey: 'palette'\n});\nexport const borderTopColor = style({\n prop: 'borderTopColor',\n themeKey: 'palette'\n});\nexport const borderRightColor = style({\n prop: 'borderRightColor',\n themeKey: 'palette'\n});\nexport const borderBottomColor = style({\n prop: 'borderBottomColor',\n themeKey: 'palette'\n});\nexport const borderLeftColor = style({\n prop: 'borderLeftColor',\n themeKey: 'palette'\n});\n\n// false positive\n// eslint-disable-next-line react/function-component-definition\nexport const borderRadius = props => {\n if (props.borderRadius !== undefined && props.borderRadius !== null) {\n const transformer = createUnaryUnit(props.theme, 'shape.borderRadius', 4, 'borderRadius');\n const styleFromPropValue = propValue => ({\n borderRadius: getValue(transformer, propValue)\n });\n return handleBreakpoints(props, props.borderRadius, styleFromPropValue);\n }\n return null;\n};\nborderRadius.propTypes = process.env.NODE_ENV !== 'production' ? {\n borderRadius: responsivePropType\n} : {};\nborderRadius.filterProps = ['borderRadius'];\nconst borders = compose(border, borderTop, borderRight, borderBottom, borderLeft, borderColor, borderTopColor, borderRightColor, borderBottomColor, borderLeftColor, borderRadius);\nexport default borders;","import style from './style';\nimport compose from './compose';\nimport { createUnaryUnit, getValue } from './spacing';\nimport { handleBreakpoints } from './breakpoints';\nimport responsivePropType from './responsivePropType';\n\n// false positive\n// eslint-disable-next-line react/function-component-definition\nexport const gap = props => {\n if (props.gap !== undefined && props.gap !== null) {\n const transformer = createUnaryUnit(props.theme, 'spacing', 8, 'gap');\n const styleFromPropValue = propValue => ({\n gap: getValue(transformer, propValue)\n });\n return handleBreakpoints(props, props.gap, styleFromPropValue);\n }\n return null;\n};\ngap.propTypes = process.env.NODE_ENV !== 'production' ? {\n gap: responsivePropType\n} : {};\ngap.filterProps = ['gap'];\n\n// false positive\n// eslint-disable-next-line react/function-component-definition\nexport const columnGap = props => {\n if (props.columnGap !== undefined && props.columnGap !== null) {\n const transformer = createUnaryUnit(props.theme, 'spacing', 8, 'columnGap');\n const styleFromPropValue = propValue => ({\n columnGap: getValue(transformer, propValue)\n });\n return handleBreakpoints(props, props.columnGap, styleFromPropValue);\n }\n return null;\n};\ncolumnGap.propTypes = process.env.NODE_ENV !== 'production' ? {\n columnGap: responsivePropType\n} : {};\ncolumnGap.filterProps = ['columnGap'];\n\n// false positive\n// eslint-disable-next-line react/function-component-definition\nexport const rowGap = props => {\n if (props.rowGap !== undefined && props.rowGap !== null) {\n const transformer = createUnaryUnit(props.theme, 'spacing', 8, 'rowGap');\n const styleFromPropValue = propValue => ({\n rowGap: getValue(transformer, propValue)\n });\n return handleBreakpoints(props, props.rowGap, styleFromPropValue);\n }\n return null;\n};\nrowGap.propTypes = process.env.NODE_ENV !== 'production' ? {\n rowGap: responsivePropType\n} : {};\nrowGap.filterProps = ['rowGap'];\nexport const gridColumn = style({\n prop: 'gridColumn'\n});\nexport const gridRow = style({\n prop: 'gridRow'\n});\nexport const gridAutoFlow = style({\n prop: 'gridAutoFlow'\n});\nexport const gridAutoColumns = style({\n prop: 'gridAutoColumns'\n});\nexport const gridAutoRows = style({\n prop: 'gridAutoRows'\n});\nexport const gridTemplateColumns = style({\n prop: 'gridTemplateColumns'\n});\nexport const gridTemplateRows = style({\n prop: 'gridTemplateRows'\n});\nexport const gridTemplateAreas = style({\n prop: 'gridTemplateAreas'\n});\nexport const gridArea = style({\n prop: 'gridArea'\n});\nconst grid = compose(gap, columnGap, rowGap, gridColumn, gridRow, gridAutoFlow, gridAutoColumns, gridAutoRows, gridTemplateColumns, gridTemplateRows, gridTemplateAreas, gridArea);\nexport default grid;","import style from './style';\nimport compose from './compose';\nexport function paletteTransform(value, userValue) {\n if (userValue === 'grey') {\n return userValue;\n }\n return value;\n}\nexport const color = style({\n prop: 'color',\n themeKey: 'palette',\n transform: paletteTransform\n});\nexport const bgcolor = style({\n prop: 'bgcolor',\n cssProperty: 'backgroundColor',\n themeKey: 'palette',\n transform: paletteTransform\n});\nexport const backgroundColor = style({\n prop: 'backgroundColor',\n themeKey: 'palette',\n transform: paletteTransform\n});\nconst palette = compose(color, bgcolor, backgroundColor);\nexport default palette;","import style from './style';\nimport compose from './compose';\nimport { handleBreakpoints, values as breakpointsValues } from './breakpoints';\nexport function sizingTransform(value) {\n return value <= 1 && value !== 0 ? `${value * 100}%` : value;\n}\nexport const width = style({\n prop: 'width',\n transform: sizingTransform\n});\nexport const maxWidth = props => {\n if (props.maxWidth !== undefined && props.maxWidth !== null) {\n const styleFromPropValue = propValue => {\n var _props$theme;\n const breakpoint = ((_props$theme = props.theme) == null || (_props$theme = _props$theme.breakpoints) == null || (_props$theme = _props$theme.values) == null ? void 0 : _props$theme[propValue]) || breakpointsValues[propValue];\n return {\n maxWidth: breakpoint || sizingTransform(propValue)\n };\n };\n return handleBreakpoints(props, props.maxWidth, styleFromPropValue);\n }\n return null;\n};\nmaxWidth.filterProps = ['maxWidth'];\nexport const minWidth = style({\n prop: 'minWidth',\n transform: sizingTransform\n});\nexport const height = style({\n prop: 'height',\n transform: sizingTransform\n});\nexport const maxHeight = style({\n prop: 'maxHeight',\n transform: sizingTransform\n});\nexport const minHeight = style({\n prop: 'minHeight',\n transform: sizingTransform\n});\nexport const sizeWidth = style({\n prop: 'size',\n cssProperty: 'width',\n transform: sizingTransform\n});\nexport const sizeHeight = style({\n prop: 'size',\n cssProperty: 'height',\n transform: sizingTransform\n});\nexport const boxSizing = style({\n prop: 'boxSizing'\n});\nconst sizing = compose(width, maxWidth, minWidth, height, maxHeight, minHeight, boxSizing);\nexport default sizing;","import { padding, margin } from '../spacing';\nimport { borderRadius, borderTransform } from '../borders';\nimport { gap, rowGap, columnGap } from '../cssGrid';\nimport { paletteTransform } from '../palette';\nimport { maxWidth, sizingTransform } from '../sizing';\nconst defaultSxConfig = {\n // borders\n border: {\n themeKey: 'borders',\n transform: borderTransform\n },\n borderTop: {\n themeKey: 'borders',\n transform: borderTransform\n },\n borderRight: {\n themeKey: 'borders',\n transform: borderTransform\n },\n borderBottom: {\n themeKey: 'borders',\n transform: borderTransform\n },\n borderLeft: {\n themeKey: 'borders',\n transform: borderTransform\n },\n borderColor: {\n themeKey: 'palette'\n },\n borderTopColor: {\n themeKey: 'palette'\n },\n borderRightColor: {\n themeKey: 'palette'\n },\n borderBottomColor: {\n themeKey: 'palette'\n },\n borderLeftColor: {\n themeKey: 'palette'\n },\n borderRadius: {\n themeKey: 'shape.borderRadius',\n style: borderRadius\n },\n // palette\n color: {\n themeKey: 'palette',\n transform: paletteTransform\n },\n bgcolor: {\n themeKey: 'palette',\n cssProperty: 'backgroundColor',\n transform: paletteTransform\n },\n backgroundColor: {\n themeKey: 'palette',\n transform: paletteTransform\n },\n // spacing\n p: {\n style: padding\n },\n pt: {\n style: padding\n },\n pr: {\n style: padding\n },\n pb: {\n style: padding\n },\n pl: {\n style: padding\n },\n px: {\n style: padding\n },\n py: {\n style: padding\n },\n padding: {\n style: padding\n },\n paddingTop: {\n style: padding\n },\n paddingRight: {\n style: padding\n },\n paddingBottom: {\n style: padding\n },\n paddingLeft: {\n style: padding\n },\n paddingX: {\n style: padding\n },\n paddingY: {\n style: padding\n },\n paddingInline: {\n style: padding\n },\n paddingInlineStart: {\n style: padding\n },\n paddingInlineEnd: {\n style: padding\n },\n paddingBlock: {\n style: padding\n },\n paddingBlockStart: {\n style: padding\n },\n paddingBlockEnd: {\n style: padding\n },\n m: {\n style: margin\n },\n mt: {\n style: margin\n },\n mr: {\n style: margin\n },\n mb: {\n style: margin\n },\n ml: {\n style: margin\n },\n mx: {\n style: margin\n },\n my: {\n style: margin\n },\n margin: {\n style: margin\n },\n marginTop: {\n style: margin\n },\n marginRight: {\n style: margin\n },\n marginBottom: {\n style: margin\n },\n marginLeft: {\n style: margin\n },\n marginX: {\n style: margin\n },\n marginY: {\n style: margin\n },\n marginInline: {\n style: margin\n },\n marginInlineStart: {\n style: margin\n },\n marginInlineEnd: {\n style: margin\n },\n marginBlock: {\n style: margin\n },\n marginBlockStart: {\n style: margin\n },\n marginBlockEnd: {\n style: margin\n },\n // display\n displayPrint: {\n cssProperty: false,\n transform: value => ({\n '@media print': {\n display: value\n }\n })\n },\n display: {},\n overflow: {},\n textOverflow: {},\n visibility: {},\n whiteSpace: {},\n // flexbox\n flexBasis: {},\n flexDirection: {},\n flexWrap: {},\n justifyContent: {},\n alignItems: {},\n alignContent: {},\n order: {},\n flex: {},\n flexGrow: {},\n flexShrink: {},\n alignSelf: {},\n justifyItems: {},\n justifySelf: {},\n // grid\n gap: {\n style: gap\n },\n rowGap: {\n style: rowGap\n },\n columnGap: {\n style: columnGap\n },\n gridColumn: {},\n gridRow: {},\n gridAutoFlow: {},\n gridAutoColumns: {},\n gridAutoRows: {},\n gridTemplateColumns: {},\n gridTemplateRows: {},\n gridTemplateAreas: {},\n gridArea: {},\n // positions\n position: {},\n zIndex: {\n themeKey: 'zIndex'\n },\n top: {},\n right: {},\n bottom: {},\n left: {},\n // shadows\n boxShadow: {\n themeKey: 'shadows'\n },\n // sizing\n width: {\n transform: sizingTransform\n },\n maxWidth: {\n style: maxWidth\n },\n minWidth: {\n transform: sizingTransform\n },\n height: {\n transform: sizingTransform\n },\n maxHeight: {\n transform: sizingTransform\n },\n minHeight: {\n transform: sizingTransform\n },\n boxSizing: {},\n // typography\n fontFamily: {\n themeKey: 'typography'\n },\n fontSize: {\n themeKey: 'typography'\n },\n fontStyle: {\n themeKey: 'typography'\n },\n fontWeight: {\n themeKey: 'typography'\n },\n letterSpacing: {},\n textTransform: {},\n lineHeight: {},\n textAlign: {},\n typography: {\n cssProperty: false,\n themeKey: 'typography'\n }\n};\nexport default defaultSxConfig;","import { unstable_capitalize as capitalize } from '@mui/utils';\nimport merge from '../merge';\nimport { getPath, getStyleValue as getValue } from '../style';\nimport { handleBreakpoints, createEmptyBreakpointObject, removeUnusedBreakpoints } from '../breakpoints';\nimport defaultSxConfig from './defaultSxConfig';\nfunction objectsHaveSameKeys(...objects) {\n const allKeys = objects.reduce((keys, object) => keys.concat(Object.keys(object)), []);\n const union = new Set(allKeys);\n return objects.every(object => union.size === Object.keys(object).length);\n}\nfunction callIfFn(maybeFn, arg) {\n return typeof maybeFn === 'function' ? maybeFn(arg) : maybeFn;\n}\n\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport function unstable_createStyleFunctionSx() {\n function getThemeValue(prop, val, theme, config) {\n const props = {\n [prop]: val,\n theme\n };\n const options = config[prop];\n if (!options) {\n return {\n [prop]: val\n };\n }\n const {\n cssProperty = prop,\n themeKey,\n transform,\n style\n } = options;\n if (val == null) {\n return null;\n }\n\n // TODO v6: remove, see https://github.com/mui/material-ui/pull/38123\n if (themeKey === 'typography' && val === 'inherit') {\n return {\n [prop]: val\n };\n }\n const themeMapping = getPath(theme, themeKey) || {};\n if (style) {\n return style(props);\n }\n const styleFromPropValue = propValueFinal => {\n let value = getValue(themeMapping, transform, propValueFinal);\n if (propValueFinal === value && typeof propValueFinal === 'string') {\n // Haven't found value\n value = getValue(themeMapping, transform, `${prop}${propValueFinal === 'default' ? '' : capitalize(propValueFinal)}`, propValueFinal);\n }\n if (cssProperty === false) {\n return value;\n }\n return {\n [cssProperty]: value\n };\n };\n return handleBreakpoints(props, val, styleFromPropValue);\n }\n function styleFunctionSx(props) {\n var _theme$unstable_sxCon;\n const {\n sx,\n theme = {}\n } = props || {};\n if (!sx) {\n return null; // Emotion & styled-components will neglect null\n }\n\n const config = (_theme$unstable_sxCon = theme.unstable_sxConfig) != null ? _theme$unstable_sxCon : defaultSxConfig;\n\n /*\n * Receive `sxInput` as object or callback\n * and then recursively check keys & values to create media query object styles.\n * (the result will be used in `styled`)\n */\n function traverse(sxInput) {\n let sxObject = sxInput;\n if (typeof sxInput === 'function') {\n sxObject = sxInput(theme);\n } else if (typeof sxInput !== 'object') {\n // value\n return sxInput;\n }\n if (!sxObject) {\n return null;\n }\n const emptyBreakpoints = createEmptyBreakpointObject(theme.breakpoints);\n const breakpointsKeys = Object.keys(emptyBreakpoints);\n let css = emptyBreakpoints;\n Object.keys(sxObject).forEach(styleKey => {\n const value = callIfFn(sxObject[styleKey], theme);\n if (value !== null && value !== undefined) {\n if (typeof value === 'object') {\n if (config[styleKey]) {\n css = merge(css, getThemeValue(styleKey, value, theme, config));\n } else {\n const breakpointsValues = handleBreakpoints({\n theme\n }, value, x => ({\n [styleKey]: x\n }));\n if (objectsHaveSameKeys(breakpointsValues, value)) {\n css[styleKey] = styleFunctionSx({\n sx: value,\n theme\n });\n } else {\n css = merge(css, breakpointsValues);\n }\n }\n } else {\n css = merge(css, getThemeValue(styleKey, value, theme, config));\n }\n }\n });\n return removeUnusedBreakpoints(breakpointsKeys, css);\n }\n return Array.isArray(sx) ? sx.map(traverse) : traverse(sx);\n }\n return styleFunctionSx;\n}\nconst styleFunctionSx = unstable_createStyleFunctionSx();\nstyleFunctionSx.filterProps = ['sx'];\nexport default styleFunctionSx;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nconst _excluded = [\"breakpoints\", \"palette\", \"spacing\", \"shape\"];\nimport { deepmerge } from '@mui/utils';\nimport createBreakpoints from './createBreakpoints';\nimport shape from './shape';\nimport createSpacing from './createSpacing';\nimport styleFunctionSx from '../styleFunctionSx/styleFunctionSx';\nimport defaultSxConfig from '../styleFunctionSx/defaultSxConfig';\nfunction createTheme(options = {}, ...args) {\n const {\n breakpoints: breakpointsInput = {},\n palette: paletteInput = {},\n spacing: spacingInput,\n shape: shapeInput = {}\n } = options,\n other = _objectWithoutPropertiesLoose(options, _excluded);\n const breakpoints = createBreakpoints(breakpointsInput);\n const spacing = createSpacing(spacingInput);\n let muiTheme = deepmerge({\n breakpoints,\n direction: 'ltr',\n components: {},\n // Inject component definitions.\n palette: _extends({\n mode: 'light'\n }, paletteInput),\n spacing,\n shape: _extends({}, shape, shapeInput)\n }, other);\n muiTheme = args.reduce((acc, argument) => deepmerge(acc, argument), muiTheme);\n muiTheme.unstable_sxConfig = _extends({}, defaultSxConfig, other == null ? void 0 : other.unstable_sxConfig);\n muiTheme.unstable_sx = function sx(props) {\n return styleFunctionSx({\n sx: props,\n theme: this\n });\n };\n return muiTheme;\n}\nexport default createTheme;","'use client';\n\nimport * as React from 'react';\nimport { ThemeContext } from '@mui/styled-engine';\nfunction isObjectEmpty(obj) {\n return Object.keys(obj).length === 0;\n}\nfunction useTheme(defaultTheme = null) {\n const contextTheme = React.useContext(ThemeContext);\n return !contextTheme || isObjectEmpty(contextTheme) ? defaultTheme : contextTheme;\n}\nexport default useTheme;","'use client';\n\nimport createTheme from './createTheme';\nimport useThemeWithoutDefault from './useThemeWithoutDefault';\nexport const systemDefaultTheme = createTheme();\nfunction useTheme(defaultTheme = systemDefaultTheme) {\n return useThemeWithoutDefault(defaultTheme);\n}\nexport default useTheme;","import _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nconst _excluded = [\"variant\"];\nimport { unstable_capitalize as capitalize } from '@mui/utils';\nfunction isEmpty(string) {\n return string.length === 0;\n}\n\n/**\n * Generates string classKey based on the properties provided. It starts with the\n * variant if defined, and then it appends all other properties in alphabetical order.\n * @param {object} props - the properties for which the classKey should be created.\n */\nexport default function propsToClassKey(props) {\n const {\n variant\n } = props,\n other = _objectWithoutPropertiesLoose(props, _excluded);\n let classKey = variant || '';\n Object.keys(other).sort().forEach(key => {\n if (key === 'color') {\n classKey += isEmpty(classKey) ? props[key] : capitalize(props[key]);\n } else {\n classKey += `${isEmpty(classKey) ? key : capitalize(key)}${capitalize(props[key].toString())}`;\n }\n });\n return classKey;\n}","import _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport _extends from \"@babel/runtime/helpers/esm/extends\";\nconst _excluded = [\"name\", \"slot\", \"skipVariantsResolver\", \"skipSx\", \"overridesResolver\"];\n/* eslint-disable no-underscore-dangle */\nimport styledEngineStyled, { internal_processStyles as processStyles } from '@mui/styled-engine';\nimport { getDisplayName, unstable_capitalize as capitalize } from '@mui/utils';\nimport createTheme from './createTheme';\nimport propsToClassKey from './propsToClassKey';\nimport styleFunctionSx from './styleFunctionSx';\nfunction isEmpty(obj) {\n return Object.keys(obj).length === 0;\n}\n\n// https://github.com/emotion-js/emotion/blob/26ded6109fcd8ca9875cc2ce4564fee678a3f3c5/packages/styled/src/utils.js#L40\nfunction isStringTag(tag) {\n return typeof tag === 'string' &&\n // 96 is one less than the char code\n // for \"a\" so this is checking that\n // it's a lowercase character\n tag.charCodeAt(0) > 96;\n}\nconst getStyleOverrides = (name, theme) => {\n if (theme.components && theme.components[name] && theme.components[name].styleOverrides) {\n return theme.components[name].styleOverrides;\n }\n return null;\n};\nconst getVariantStyles = (name, theme) => {\n let variants = [];\n if (theme && theme.components && theme.components[name] && theme.components[name].variants) {\n variants = theme.components[name].variants;\n }\n const variantsStyles = {};\n variants.forEach(definition => {\n const key = propsToClassKey(definition.props);\n variantsStyles[key] = definition.style;\n });\n return variantsStyles;\n};\nconst variantsResolver = (props, styles, theme, name) => {\n var _theme$components;\n const {\n ownerState = {}\n } = props;\n const variantsStyles = [];\n const themeVariants = theme == null || (_theme$components = theme.components) == null || (_theme$components = _theme$components[name]) == null ? void 0 : _theme$components.variants;\n if (themeVariants) {\n themeVariants.forEach(themeVariant => {\n let isMatch = true;\n Object.keys(themeVariant.props).forEach(key => {\n if (ownerState[key] !== themeVariant.props[key] && props[key] !== themeVariant.props[key]) {\n isMatch = false;\n }\n });\n if (isMatch) {\n variantsStyles.push(styles[propsToClassKey(themeVariant.props)]);\n }\n });\n }\n return variantsStyles;\n};\n\n// Update /system/styled/#api in case if this changes\nexport function shouldForwardProp(prop) {\n return prop !== 'ownerState' && prop !== 'theme' && prop !== 'sx' && prop !== 'as';\n}\nexport const systemDefaultTheme = createTheme();\nconst lowercaseFirstLetter = string => {\n if (!string) {\n return string;\n }\n return string.charAt(0).toLowerCase() + string.slice(1);\n};\nfunction resolveTheme({\n defaultTheme,\n theme,\n themeId\n}) {\n return isEmpty(theme) ? defaultTheme : theme[themeId] || theme;\n}\nfunction defaultOverridesResolver(slot) {\n if (!slot) {\n return null;\n }\n return (props, styles) => styles[slot];\n}\nexport default function createStyled(input = {}) {\n const {\n themeId,\n defaultTheme = systemDefaultTheme,\n rootShouldForwardProp = shouldForwardProp,\n slotShouldForwardProp = shouldForwardProp\n } = input;\n const systemSx = props => {\n return styleFunctionSx(_extends({}, props, {\n theme: resolveTheme(_extends({}, props, {\n defaultTheme,\n themeId\n }))\n }));\n };\n systemSx.__mui_systemSx = true;\n return (tag, inputOptions = {}) => {\n // Filter out the `sx` style function from the previous styled component to prevent unnecessary styles generated by the composite components.\n processStyles(tag, styles => styles.filter(style => !(style != null && style.__mui_systemSx)));\n const {\n name: componentName,\n slot: componentSlot,\n skipVariantsResolver: inputSkipVariantsResolver,\n skipSx: inputSkipSx,\n // TODO v6: remove `lowercaseFirstLetter()` in the next major release\n // For more details: https://github.com/mui/material-ui/pull/37908\n overridesResolver = defaultOverridesResolver(lowercaseFirstLetter(componentSlot))\n } = inputOptions,\n options = _objectWithoutPropertiesLoose(inputOptions, _excluded);\n\n // if skipVariantsResolver option is defined, take the value, otherwise, true for root and false for other slots.\n const skipVariantsResolver = inputSkipVariantsResolver !== undefined ? inputSkipVariantsResolver :\n // TODO v6: remove `Root` in the next major release\n // For more details: https://github.com/mui/material-ui/pull/37908\n componentSlot && componentSlot !== 'Root' && componentSlot !== 'root' || false;\n const skipSx = inputSkipSx || false;\n let label;\n if (process.env.NODE_ENV !== 'production') {\n if (componentName) {\n // TODO v6: remove `lowercaseFirstLetter()` in the next major release\n // For more details: https://github.com/mui/material-ui/pull/37908\n label = `${componentName}-${lowercaseFirstLetter(componentSlot || 'Root')}`;\n }\n }\n let shouldForwardPropOption = shouldForwardProp;\n\n // TODO v6: remove `Root` in the next major release\n // For more details: https://github.com/mui/material-ui/pull/37908\n if (componentSlot === 'Root' || componentSlot === 'root') {\n shouldForwardPropOption = rootShouldForwardProp;\n } else if (componentSlot) {\n // any other slot specified\n shouldForwardPropOption = slotShouldForwardProp;\n } else if (isStringTag(tag)) {\n // for string (html) tag, preserve the behavior in emotion & styled-components.\n shouldForwardPropOption = undefined;\n }\n const defaultStyledResolver = styledEngineStyled(tag, _extends({\n shouldForwardProp: shouldForwardPropOption,\n label\n }, options));\n const muiStyledResolver = (styleArg, ...expressions) => {\n const expressionsWithDefaultTheme = expressions ? expressions.map(stylesArg => {\n // On the server Emotion doesn't use React.forwardRef for creating components, so the created\n // component stays as a function. This condition makes sure that we do not interpolate functions\n // which are basically components used as a selectors.\n return typeof stylesArg === 'function' && stylesArg.__emotion_real !== stylesArg ? props => {\n return stylesArg(_extends({}, props, {\n theme: resolveTheme(_extends({}, props, {\n defaultTheme,\n themeId\n }))\n }));\n } : stylesArg;\n }) : [];\n let transformedStyleArg = styleArg;\n if (componentName && overridesResolver) {\n expressionsWithDefaultTheme.push(props => {\n const theme = resolveTheme(_extends({}, props, {\n defaultTheme,\n themeId\n }));\n const styleOverrides = getStyleOverrides(componentName, theme);\n if (styleOverrides) {\n const resolvedStyleOverrides = {};\n Object.entries(styleOverrides).forEach(([slotKey, slotStyle]) => {\n resolvedStyleOverrides[slotKey] = typeof slotStyle === 'function' ? slotStyle(_extends({}, props, {\n theme\n })) : slotStyle;\n });\n return overridesResolver(props, resolvedStyleOverrides);\n }\n return null;\n });\n }\n if (componentName && !skipVariantsResolver) {\n expressionsWithDefaultTheme.push(props => {\n const theme = resolveTheme(_extends({}, props, {\n defaultTheme,\n themeId\n }));\n return variantsResolver(props, getVariantStyles(componentName, theme), theme, componentName);\n });\n }\n if (!skipSx) {\n expressionsWithDefaultTheme.push(systemSx);\n }\n const numOfCustomFnsApplied = expressionsWithDefaultTheme.length - expressions.length;\n if (Array.isArray(styleArg) && numOfCustomFnsApplied > 0) {\n const placeholders = new Array(numOfCustomFnsApplied).fill('');\n // If the type is array, than we need to add placeholders in the template for the overrides, variants and the sx styles.\n transformedStyleArg = [...styleArg, ...placeholders];\n transformedStyleArg.raw = [...styleArg.raw, ...placeholders];\n } else if (typeof styleArg === 'function' &&\n // On the server Emotion doesn't use React.forwardRef for creating components, so the created\n // component stays as a function. This condition makes sure that we do not interpolate functions\n // which are basically components used as a selectors.\n styleArg.__emotion_real !== styleArg) {\n // If the type is function, we need to define the default theme.\n transformedStyleArg = props => styleArg(_extends({}, props, {\n theme: resolveTheme(_extends({}, props, {\n defaultTheme,\n themeId\n }))\n }));\n }\n const Component = defaultStyledResolver(transformedStyleArg, ...expressionsWithDefaultTheme);\n if (process.env.NODE_ENV !== 'production') {\n let displayName;\n if (componentName) {\n displayName = `${componentName}${capitalize(componentSlot || '')}`;\n }\n if (displayName === undefined) {\n displayName = `Styled(${getDisplayName(tag)})`;\n }\n Component.displayName = displayName;\n }\n if (tag.muiName) {\n Component.muiName = tag.muiName;\n }\n return Component;\n };\n if (defaultStyledResolver.withConfig) {\n muiStyledResolver.withConfig = defaultStyledResolver.withConfig;\n }\n return muiStyledResolver;\n };\n}","import { internal_resolveProps as resolveProps } from '@mui/utils';\nexport default function getThemeProps(params) {\n const {\n theme,\n name,\n props\n } = params;\n if (!theme || !theme.components || !theme.components[name] || !theme.components[name].defaultProps) {\n return props;\n }\n return resolveProps(theme.components[name].defaultProps, props);\n}","'use client';\n\nimport getThemeProps from './getThemeProps';\nimport useTheme from '../useTheme';\nexport default function useThemeProps({\n props,\n name,\n defaultTheme,\n themeId\n}) {\n let theme = useTheme(defaultTheme);\n if (themeId) {\n theme = theme[themeId] || theme;\n }\n const mergedProps = getThemeProps({\n theme,\n name,\n props\n });\n return mergedProps;\n}","import { formatMuiErrorMessage as _formatMuiErrorMessage } from \"@mui/utils\";\n/* eslint-disable @typescript-eslint/naming-convention */\n/**\n * Returns a number whose value is limited to the given range.\n * @param {number} value The value to be clamped\n * @param {number} min The lower boundary of the output range\n * @param {number} max The upper boundary of the output range\n * @returns {number} A number in the range [min, max]\n */\nfunction clamp(value, min = 0, max = 1) {\n if (process.env.NODE_ENV !== 'production') {\n if (value < min || value > max) {\n console.error(`MUI: The value provided ${value} is out of range [${min}, ${max}].`);\n }\n }\n return Math.min(Math.max(min, value), max);\n}\n\n/**\n * Converts a color from CSS hex format to CSS rgb format.\n * @param {string} color - Hex color, i.e. #nnn or #nnnnnn\n * @returns {string} A CSS rgb color string\n */\nexport function hexToRgb(color) {\n color = color.slice(1);\n const re = new RegExp(`.{1,${color.length >= 6 ? 2 : 1}}`, 'g');\n let colors = color.match(re);\n if (colors && colors[0].length === 1) {\n colors = colors.map(n => n + n);\n }\n return colors ? `rgb${colors.length === 4 ? 'a' : ''}(${colors.map((n, index) => {\n return index < 3 ? parseInt(n, 16) : Math.round(parseInt(n, 16) / 255 * 1000) / 1000;\n }).join(', ')})` : '';\n}\nfunction intToHex(int) {\n const hex = int.toString(16);\n return hex.length === 1 ? `0${hex}` : hex;\n}\n\n/**\n * Returns an object with the type and values of a color.\n *\n * Note: Does not support rgb % values.\n * @param {string} color - CSS color, i.e. one of: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color()\n * @returns {object} - A MUI color object: {type: string, values: number[]}\n */\nexport function decomposeColor(color) {\n // Idempotent\n if (color.type) {\n return color;\n }\n if (color.charAt(0) === '#') {\n return decomposeColor(hexToRgb(color));\n }\n const marker = color.indexOf('(');\n const type = color.substring(0, marker);\n if (['rgb', 'rgba', 'hsl', 'hsla', 'color'].indexOf(type) === -1) {\n throw new Error(process.env.NODE_ENV !== \"production\" ? `MUI: Unsupported \\`${color}\\` color.\nThe following formats are supported: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color().` : _formatMuiErrorMessage(9, color));\n }\n let values = color.substring(marker + 1, color.length - 1);\n let colorSpace;\n if (type === 'color') {\n values = values.split(' ');\n colorSpace = values.shift();\n if (values.length === 4 && values[3].charAt(0) === '/') {\n values[3] = values[3].slice(1);\n }\n if (['srgb', 'display-p3', 'a98-rgb', 'prophoto-rgb', 'rec-2020'].indexOf(colorSpace) === -1) {\n throw new Error(process.env.NODE_ENV !== \"production\" ? `MUI: unsupported \\`${colorSpace}\\` color space.\nThe following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rgb, rec-2020.` : _formatMuiErrorMessage(10, colorSpace));\n }\n } else {\n values = values.split(',');\n }\n values = values.map(value => parseFloat(value));\n return {\n type,\n values,\n colorSpace\n };\n}\n\n/**\n * Returns a channel created from the input color.\n *\n * @param {string} color - CSS color, i.e. one of: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color()\n * @returns {string} - The channel for the color, that can be used in rgba or hsla colors\n */\nexport const colorChannel = color => {\n const decomposedColor = decomposeColor(color);\n return decomposedColor.values.slice(0, 3).map((val, idx) => decomposedColor.type.indexOf('hsl') !== -1 && idx !== 0 ? `${val}%` : val).join(' ');\n};\nexport const private_safeColorChannel = (color, warning) => {\n try {\n return colorChannel(color);\n } catch (error) {\n if (warning && process.env.NODE_ENV !== 'production') {\n console.warn(warning);\n }\n return color;\n }\n};\n\n/**\n * Converts a color object with type and values to a string.\n * @param {object} color - Decomposed color\n * @param {string} color.type - One of: 'rgb', 'rgba', 'hsl', 'hsla', 'color'\n * @param {array} color.values - [n,n,n] or [n,n,n,n]\n * @returns {string} A CSS color string\n */\nexport function recomposeColor(color) {\n const {\n type,\n colorSpace\n } = color;\n let {\n values\n } = color;\n if (type.indexOf('rgb') !== -1) {\n // Only convert the first 3 values to int (i.e. not alpha)\n values = values.map((n, i) => i < 3 ? parseInt(n, 10) : n);\n } else if (type.indexOf('hsl') !== -1) {\n values[1] = `${values[1]}%`;\n values[2] = `${values[2]}%`;\n }\n if (type.indexOf('color') !== -1) {\n values = `${colorSpace} ${values.join(' ')}`;\n } else {\n values = `${values.join(', ')}`;\n }\n return `${type}(${values})`;\n}\n\n/**\n * Converts a color from CSS rgb format to CSS hex format.\n * @param {string} color - RGB color, i.e. rgb(n, n, n)\n * @returns {string} A CSS rgb color string, i.e. #nnnnnn\n */\nexport function rgbToHex(color) {\n // Idempotent\n if (color.indexOf('#') === 0) {\n return color;\n }\n const {\n values\n } = decomposeColor(color);\n return `#${values.map((n, i) => intToHex(i === 3 ? Math.round(255 * n) : n)).join('')}`;\n}\n\n/**\n * Converts a color from hsl format to rgb format.\n * @param {string} color - HSL color values\n * @returns {string} rgb color values\n */\nexport function hslToRgb(color) {\n color = decomposeColor(color);\n const {\n values\n } = color;\n const h = values[0];\n const s = values[1] / 100;\n const l = values[2] / 100;\n const a = s * Math.min(l, 1 - l);\n const f = (n, k = (n + h / 30) % 12) => l - a * Math.max(Math.min(k - 3, 9 - k, 1), -1);\n let type = 'rgb';\n const rgb = [Math.round(f(0) * 255), Math.round(f(8) * 255), Math.round(f(4) * 255)];\n if (color.type === 'hsla') {\n type += 'a';\n rgb.push(values[3]);\n }\n return recomposeColor({\n type,\n values: rgb\n });\n}\n/**\n * The relative brightness of any point in a color space,\n * normalized to 0 for darkest black and 1 for lightest white.\n *\n * Formula: https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests\n * @param {string} color - CSS color, i.e. one of: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color()\n * @returns {number} The relative brightness of the color in the range 0 - 1\n */\nexport function getLuminance(color) {\n color = decomposeColor(color);\n let rgb = color.type === 'hsl' || color.type === 'hsla' ? decomposeColor(hslToRgb(color)).values : color.values;\n rgb = rgb.map(val => {\n if (color.type !== 'color') {\n val /= 255; // normalized\n }\n\n return val <= 0.03928 ? val / 12.92 : ((val + 0.055) / 1.055) ** 2.4;\n });\n\n // Truncate at 3 digits\n return Number((0.2126 * rgb[0] + 0.7152 * rgb[1] + 0.0722 * rgb[2]).toFixed(3));\n}\n\n/**\n * Calculates the contrast ratio between two colors.\n *\n * Formula: https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests\n * @param {string} foreground - CSS color, i.e. one of: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla()\n * @param {string} background - CSS color, i.e. one of: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla()\n * @returns {number} A contrast ratio value in the range 0 - 21.\n */\nexport function getContrastRatio(foreground, background) {\n const lumA = getLuminance(foreground);\n const lumB = getLuminance(background);\n return (Math.max(lumA, lumB) + 0.05) / (Math.min(lumA, lumB) + 0.05);\n}\n\n/**\n * Sets the absolute transparency of a color.\n * Any existing alpha values are overwritten.\n * @param {string} color - CSS color, i.e. one of: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color()\n * @param {number} value - value to set the alpha channel to in the range 0 - 1\n * @returns {string} A CSS color string. Hex input values are returned as rgb\n */\nexport function alpha(color, value) {\n color = decomposeColor(color);\n value = clamp(value);\n if (color.type === 'rgb' || color.type === 'hsl') {\n color.type += 'a';\n }\n if (color.type === 'color') {\n color.values[3] = `/${value}`;\n } else {\n color.values[3] = value;\n }\n return recomposeColor(color);\n}\nexport function private_safeAlpha(color, value, warning) {\n try {\n return alpha(color, value);\n } catch (error) {\n if (warning && process.env.NODE_ENV !== 'production') {\n console.warn(warning);\n }\n return color;\n }\n}\n\n/**\n * Darkens a color.\n * @param {string} color - CSS color, i.e. one of: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color()\n * @param {number} coefficient - multiplier in the range 0 - 1\n * @returns {string} A CSS color string. Hex input values are returned as rgb\n */\nexport function darken(color, coefficient) {\n color = decomposeColor(color);\n coefficient = clamp(coefficient);\n if (color.type.indexOf('hsl') !== -1) {\n color.values[2] *= 1 - coefficient;\n } else if (color.type.indexOf('rgb') !== -1 || color.type.indexOf('color') !== -1) {\n for (let i = 0; i < 3; i += 1) {\n color.values[i] *= 1 - coefficient;\n }\n }\n return recomposeColor(color);\n}\nexport function private_safeDarken(color, coefficient, warning) {\n try {\n return darken(color, coefficient);\n } catch (error) {\n if (warning && process.env.NODE_ENV !== 'production') {\n console.warn(warning);\n }\n return color;\n }\n}\n\n/**\n * Lightens a color.\n * @param {string} color - CSS color, i.e. one of: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color()\n * @param {number} coefficient - multiplier in the range 0 - 1\n * @returns {string} A CSS color string. Hex input values are returned as rgb\n */\nexport function lighten(color, coefficient) {\n color = decomposeColor(color);\n coefficient = clamp(coefficient);\n if (color.type.indexOf('hsl') !== -1) {\n color.values[2] += (100 - color.values[2]) * coefficient;\n } else if (color.type.indexOf('rgb') !== -1) {\n for (let i = 0; i < 3; i += 1) {\n color.values[i] += (255 - color.values[i]) * coefficient;\n }\n } else if (color.type.indexOf('color') !== -1) {\n for (let i = 0; i < 3; i += 1) {\n color.values[i] += (1 - color.values[i]) * coefficient;\n }\n }\n return recomposeColor(color);\n}\nexport function private_safeLighten(color, coefficient, warning) {\n try {\n return lighten(color, coefficient);\n } catch (error) {\n if (warning && process.env.NODE_ENV !== 'production') {\n console.warn(warning);\n }\n return color;\n }\n}\n\n/**\n * Darken or lighten a color, depending on its luminance.\n * Light colors are darkened, dark colors are lightened.\n * @param {string} color - CSS color, i.e. one of: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color()\n * @param {number} coefficient=0.15 - multiplier in the range 0 - 1\n * @returns {string} A CSS color string. Hex input values are returned as rgb\n */\nexport function emphasize(color, coefficient = 0.15) {\n return getLuminance(color) > 0.5 ? darken(color, coefficient) : lighten(color, coefficient);\n}\nexport function private_safeEmphasize(color, coefficient, warning) {\n try {\n return private_safeEmphasize(color, coefficient);\n } catch (error) {\n if (warning && process.env.NODE_ENV !== 'production') {\n console.warn(warning);\n }\n return color;\n }\n}","import _extends from \"@babel/runtime/helpers/esm/extends\";\nexport default function createMixins(breakpoints, mixins) {\n return _extends({\n toolbar: {\n minHeight: 56,\n [breakpoints.up('xs')]: {\n '@media (orientation: landscape)': {\n minHeight: 48\n }\n },\n [breakpoints.up('sm')]: {\n minHeight: 64\n }\n }\n }, mixins);\n}","const common = {\n black: '#000',\n white: '#fff'\n};\nexport default common;","const grey = {\n 50: '#fafafa',\n 100: '#f5f5f5',\n 200: '#eeeeee',\n 300: '#e0e0e0',\n 400: '#bdbdbd',\n 500: '#9e9e9e',\n 600: '#757575',\n 700: '#616161',\n 800: '#424242',\n 900: '#212121',\n A100: '#f5f5f5',\n A200: '#eeeeee',\n A400: '#bdbdbd',\n A700: '#616161'\n};\nexport default grey;","const purple = {\n 50: '#f3e5f5',\n 100: '#e1bee7',\n 200: '#ce93d8',\n 300: '#ba68c8',\n 400: '#ab47bc',\n 500: '#9c27b0',\n 600: '#8e24aa',\n 700: '#7b1fa2',\n 800: '#6a1b9a',\n 900: '#4a148c',\n A100: '#ea80fc',\n A200: '#e040fb',\n A400: '#d500f9',\n A700: '#aa00ff'\n};\nexport default purple;","const red = {\n 50: '#ffebee',\n 100: '#ffcdd2',\n 200: '#ef9a9a',\n 300: '#e57373',\n 400: '#ef5350',\n 500: '#f44336',\n 600: '#e53935',\n 700: '#d32f2f',\n 800: '#c62828',\n 900: '#b71c1c',\n A100: '#ff8a80',\n A200: '#ff5252',\n A400: '#ff1744',\n A700: '#d50000'\n};\nexport default red;","const orange = {\n 50: '#fff3e0',\n 100: '#ffe0b2',\n 200: '#ffcc80',\n 300: '#ffb74d',\n 400: '#ffa726',\n 500: '#ff9800',\n 600: '#fb8c00',\n 700: '#f57c00',\n 800: '#ef6c00',\n 900: '#e65100',\n A100: '#ffd180',\n A200: '#ffab40',\n A400: '#ff9100',\n A700: '#ff6d00'\n};\nexport default orange;","const blue = {\n 50: '#e3f2fd',\n 100: '#bbdefb',\n 200: '#90caf9',\n 300: '#64b5f6',\n 400: '#42a5f5',\n 500: '#2196f3',\n 600: '#1e88e5',\n 700: '#1976d2',\n 800: '#1565c0',\n 900: '#0d47a1',\n A100: '#82b1ff',\n A200: '#448aff',\n A400: '#2979ff',\n A700: '#2962ff'\n};\nexport default blue;","const lightBlue = {\n 50: '#e1f5fe',\n 100: '#b3e5fc',\n 200: '#81d4fa',\n 300: '#4fc3f7',\n 400: '#29b6f6',\n 500: '#03a9f4',\n 600: '#039be5',\n 700: '#0288d1',\n 800: '#0277bd',\n 900: '#01579b',\n A100: '#80d8ff',\n A200: '#40c4ff',\n A400: '#00b0ff',\n A700: '#0091ea'\n};\nexport default lightBlue;","const green = {\n 50: '#e8f5e9',\n 100: '#c8e6c9',\n 200: '#a5d6a7',\n 300: '#81c784',\n 400: '#66bb6a',\n 500: '#4caf50',\n 600: '#43a047',\n 700: '#388e3c',\n 800: '#2e7d32',\n 900: '#1b5e20',\n A100: '#b9f6ca',\n A200: '#69f0ae',\n A400: '#00e676',\n A700: '#00c853'\n};\nexport default green;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport { formatMuiErrorMessage as _formatMuiErrorMessage } from \"@mui/utils\";\nconst _excluded = [\"mode\", \"contrastThreshold\", \"tonalOffset\"];\nimport { deepmerge } from '@mui/utils';\nimport { darken, getContrastRatio, lighten } from '@mui/system';\nimport common from '../colors/common';\nimport grey from '../colors/grey';\nimport purple from '../colors/purple';\nimport red from '../colors/red';\nimport orange from '../colors/orange';\nimport blue from '../colors/blue';\nimport lightBlue from '../colors/lightBlue';\nimport green from '../colors/green';\nexport const light = {\n // The colors used to style the text.\n text: {\n // The most important text.\n primary: 'rgba(0, 0, 0, 0.87)',\n // Secondary text.\n secondary: 'rgba(0, 0, 0, 0.6)',\n // Disabled text have even lower visual prominence.\n disabled: 'rgba(0, 0, 0, 0.38)'\n },\n // The color used to divide different elements.\n divider: 'rgba(0, 0, 0, 0.12)',\n // The background colors used to style the surfaces.\n // Consistency between these values is important.\n background: {\n paper: common.white,\n default: common.white\n },\n // The colors used to style the action elements.\n action: {\n // The color of an active action like an icon button.\n active: 'rgba(0, 0, 0, 0.54)',\n // The color of an hovered action.\n hover: 'rgba(0, 0, 0, 0.04)',\n hoverOpacity: 0.04,\n // The color of a selected action.\n selected: 'rgba(0, 0, 0, 0.08)',\n selectedOpacity: 0.08,\n // The color of a disabled action.\n disabled: 'rgba(0, 0, 0, 0.26)',\n // The background color of a disabled action.\n disabledBackground: 'rgba(0, 0, 0, 0.12)',\n disabledOpacity: 0.38,\n focus: 'rgba(0, 0, 0, 0.12)',\n focusOpacity: 0.12,\n activatedOpacity: 0.12\n }\n};\nexport const dark = {\n text: {\n primary: common.white,\n secondary: 'rgba(255, 255, 255, 0.7)',\n disabled: 'rgba(255, 255, 255, 0.5)',\n icon: 'rgba(255, 255, 255, 0.5)'\n },\n divider: 'rgba(255, 255, 255, 0.12)',\n background: {\n paper: '#121212',\n default: '#121212'\n },\n action: {\n active: common.white,\n hover: 'rgba(255, 255, 255, 0.08)',\n hoverOpacity: 0.08,\n selected: 'rgba(255, 255, 255, 0.16)',\n selectedOpacity: 0.16,\n disabled: 'rgba(255, 255, 255, 0.3)',\n disabledBackground: 'rgba(255, 255, 255, 0.12)',\n disabledOpacity: 0.38,\n focus: 'rgba(255, 255, 255, 0.12)',\n focusOpacity: 0.12,\n activatedOpacity: 0.24\n }\n};\nfunction addLightOrDark(intent, direction, shade, tonalOffset) {\n const tonalOffsetLight = tonalOffset.light || tonalOffset;\n const tonalOffsetDark = tonalOffset.dark || tonalOffset * 1.5;\n if (!intent[direction]) {\n if (intent.hasOwnProperty(shade)) {\n intent[direction] = intent[shade];\n } else if (direction === 'light') {\n intent.light = lighten(intent.main, tonalOffsetLight);\n } else if (direction === 'dark') {\n intent.dark = darken(intent.main, tonalOffsetDark);\n }\n }\n}\nfunction getDefaultPrimary(mode = 'light') {\n if (mode === 'dark') {\n return {\n main: blue[200],\n light: blue[50],\n dark: blue[400]\n };\n }\n return {\n main: blue[700],\n light: blue[400],\n dark: blue[800]\n };\n}\nfunction getDefaultSecondary(mode = 'light') {\n if (mode === 'dark') {\n return {\n main: purple[200],\n light: purple[50],\n dark: purple[400]\n };\n }\n return {\n main: purple[500],\n light: purple[300],\n dark: purple[700]\n };\n}\nfunction getDefaultError(mode = 'light') {\n if (mode === 'dark') {\n return {\n main: red[500],\n light: red[300],\n dark: red[700]\n };\n }\n return {\n main: red[700],\n light: red[400],\n dark: red[800]\n };\n}\nfunction getDefaultInfo(mode = 'light') {\n if (mode === 'dark') {\n return {\n main: lightBlue[400],\n light: lightBlue[300],\n dark: lightBlue[700]\n };\n }\n return {\n main: lightBlue[700],\n light: lightBlue[500],\n dark: lightBlue[900]\n };\n}\nfunction getDefaultSuccess(mode = 'light') {\n if (mode === 'dark') {\n return {\n main: green[400],\n light: green[300],\n dark: green[700]\n };\n }\n return {\n main: green[800],\n light: green[500],\n dark: green[900]\n };\n}\nfunction getDefaultWarning(mode = 'light') {\n if (mode === 'dark') {\n return {\n main: orange[400],\n light: orange[300],\n dark: orange[700]\n };\n }\n return {\n main: '#ed6c02',\n // closest to orange[800] that pass 3:1.\n light: orange[500],\n dark: orange[900]\n };\n}\nexport default function createPalette(palette) {\n const {\n mode = 'light',\n contrastThreshold = 3,\n tonalOffset = 0.2\n } = palette,\n other = _objectWithoutPropertiesLoose(palette, _excluded);\n const primary = palette.primary || getDefaultPrimary(mode);\n const secondary = palette.secondary || getDefaultSecondary(mode);\n const error = palette.error || getDefaultError(mode);\n const info = palette.info || getDefaultInfo(mode);\n const success = palette.success || getDefaultSuccess(mode);\n const warning = palette.warning || getDefaultWarning(mode);\n\n // Use the same logic as\n // Bootstrap: https://github.com/twbs/bootstrap/blob/1d6e3710dd447de1a200f29e8fa521f8a0908f70/scss/_functions.scss#L59\n // and material-components-web https://github.com/material-components/material-components-web/blob/ac46b8863c4dab9fc22c4c662dc6bd1b65dd652f/packages/mdc-theme/_functions.scss#L54\n function getContrastText(background) {\n const contrastText = getContrastRatio(background, dark.text.primary) >= contrastThreshold ? dark.text.primary : light.text.primary;\n if (process.env.NODE_ENV !== 'production') {\n const contrast = getContrastRatio(background, contrastText);\n if (contrast < 3) {\n console.error([`MUI: The contrast ratio of ${contrast}:1 for ${contrastText} on ${background}`, 'falls below the WCAG recommended absolute minimum contrast ratio of 3:1.', 'https://www.w3.org/TR/2008/REC-WCAG20-20081211/#visual-audio-contrast-contrast'].join('\\n'));\n }\n }\n return contrastText;\n }\n const augmentColor = ({\n color,\n name,\n mainShade = 500,\n lightShade = 300,\n darkShade = 700\n }) => {\n color = _extends({}, color);\n if (!color.main && color[mainShade]) {\n color.main = color[mainShade];\n }\n if (!color.hasOwnProperty('main')) {\n throw new Error(process.env.NODE_ENV !== \"production\" ? `MUI: The color${name ? ` (${name})` : ''} provided to augmentColor(color) is invalid.\nThe color object needs to have a \\`main\\` property or a \\`${mainShade}\\` property.` : _formatMuiErrorMessage(11, name ? ` (${name})` : '', mainShade));\n }\n if (typeof color.main !== 'string') {\n throw new Error(process.env.NODE_ENV !== \"production\" ? `MUI: The color${name ? ` (${name})` : ''} provided to augmentColor(color) is invalid.\n\\`color.main\\` should be a string, but \\`${JSON.stringify(color.main)}\\` was provided instead.\n\nDid you intend to use one of the following approaches?\n\nimport { green } from \"@mui/material/colors\";\n\nconst theme1 = createTheme({ palette: {\n primary: green,\n} });\n\nconst theme2 = createTheme({ palette: {\n primary: { main: green[500] },\n} });` : _formatMuiErrorMessage(12, name ? ` (${name})` : '', JSON.stringify(color.main)));\n }\n addLightOrDark(color, 'light', lightShade, tonalOffset);\n addLightOrDark(color, 'dark', darkShade, tonalOffset);\n if (!color.contrastText) {\n color.contrastText = getContrastText(color.main);\n }\n return color;\n };\n const modes = {\n dark,\n light\n };\n if (process.env.NODE_ENV !== 'production') {\n if (!modes[mode]) {\n console.error(`MUI: The palette mode \\`${mode}\\` is not supported.`);\n }\n }\n const paletteOutput = deepmerge(_extends({\n // A collection of common colors.\n common: _extends({}, common),\n // prevent mutable object.\n // The palette mode, can be light or dark.\n mode,\n // The colors used to represent primary interface elements for a user.\n primary: augmentColor({\n color: primary,\n name: 'primary'\n }),\n // The colors used to represent secondary interface elements for a user.\n secondary: augmentColor({\n color: secondary,\n name: 'secondary',\n mainShade: 'A400',\n lightShade: 'A200',\n darkShade: 'A700'\n }),\n // The colors used to represent interface elements that the user should be made aware of.\n error: augmentColor({\n color: error,\n name: 'error'\n }),\n // The colors used to represent potentially dangerous actions or important messages.\n warning: augmentColor({\n color: warning,\n name: 'warning'\n }),\n // The colors used to present information to the user that is neutral and not necessarily important.\n info: augmentColor({\n color: info,\n name: 'info'\n }),\n // The colors used to indicate the successful completion of an action that user triggered.\n success: augmentColor({\n color: success,\n name: 'success'\n }),\n // The grey colors.\n grey,\n // Used by `getContrastText()` to maximize the contrast between\n // the background and the text.\n contrastThreshold,\n // Takes a background color and returns the text color that maximizes the contrast.\n getContrastText,\n // Generate a rich color object.\n augmentColor,\n // Used by the functions below to shift a color's luminance by approximately\n // two indexes within its tonal palette.\n // E.g., shift from Red 500 to Red 300 or Red 700.\n tonalOffset\n }, modes[mode]), other);\n return paletteOutput;\n}","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nconst _excluded = [\"fontFamily\", \"fontSize\", \"fontWeightLight\", \"fontWeightRegular\", \"fontWeightMedium\", \"fontWeightBold\", \"htmlFontSize\", \"allVariants\", \"pxToRem\"];\nimport { deepmerge } from '@mui/utils';\nfunction round(value) {\n return Math.round(value * 1e5) / 1e5;\n}\nconst caseAllCaps = {\n textTransform: 'uppercase'\n};\nconst defaultFontFamily = '\"Roboto\", \"Helvetica\", \"Arial\", sans-serif';\n\n/**\n * @see @link{https://m2.material.io/design/typography/the-type-system.html}\n * @see @link{https://m2.material.io/design/typography/understanding-typography.html}\n */\nexport default function createTypography(palette, typography) {\n const _ref = typeof typography === 'function' ? typography(palette) : typography,\n {\n fontFamily = defaultFontFamily,\n // The default font size of the Material Specification.\n fontSize = 14,\n // px\n fontWeightLight = 300,\n fontWeightRegular = 400,\n fontWeightMedium = 500,\n fontWeightBold = 700,\n // Tell MUI what's the font-size on the html element.\n // 16px is the default font-size used by browsers.\n htmlFontSize = 16,\n // Apply the CSS properties to all the variants.\n allVariants,\n pxToRem: pxToRem2\n } = _ref,\n other = _objectWithoutPropertiesLoose(_ref, _excluded);\n if (process.env.NODE_ENV !== 'production') {\n if (typeof fontSize !== 'number') {\n console.error('MUI: `fontSize` is required to be a number.');\n }\n if (typeof htmlFontSize !== 'number') {\n console.error('MUI: `htmlFontSize` is required to be a number.');\n }\n }\n const coef = fontSize / 14;\n const pxToRem = pxToRem2 || (size => `${size / htmlFontSize * coef}rem`);\n const buildVariant = (fontWeight, size, lineHeight, letterSpacing, casing) => _extends({\n fontFamily,\n fontWeight,\n fontSize: pxToRem(size),\n // Unitless following https://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/\n lineHeight\n }, fontFamily === defaultFontFamily ? {\n letterSpacing: `${round(letterSpacing / size)}em`\n } : {}, casing, allVariants);\n const variants = {\n h1: buildVariant(fontWeightLight, 96, 1.167, -1.5),\n h2: buildVariant(fontWeightLight, 60, 1.2, -0.5),\n h3: buildVariant(fontWeightRegular, 48, 1.167, 0),\n h4: buildVariant(fontWeightRegular, 34, 1.235, 0.25),\n h5: buildVariant(fontWeightRegular, 24, 1.334, 0),\n h6: buildVariant(fontWeightMedium, 20, 1.6, 0.15),\n subtitle1: buildVariant(fontWeightRegular, 16, 1.75, 0.15),\n subtitle2: buildVariant(fontWeightMedium, 14, 1.57, 0.1),\n body1: buildVariant(fontWeightRegular, 16, 1.5, 0.15),\n body2: buildVariant(fontWeightRegular, 14, 1.43, 0.15),\n button: buildVariant(fontWeightMedium, 14, 1.75, 0.4, caseAllCaps),\n caption: buildVariant(fontWeightRegular, 12, 1.66, 0.4),\n overline: buildVariant(fontWeightRegular, 12, 2.66, 1, caseAllCaps),\n // TODO v6: Remove handling of 'inherit' variant from the theme as it is already handled in Material UI's Typography component. Also, remember to remove the associated types.\n inherit: {\n fontFamily: 'inherit',\n fontWeight: 'inherit',\n fontSize: 'inherit',\n lineHeight: 'inherit',\n letterSpacing: 'inherit'\n }\n };\n return deepmerge(_extends({\n htmlFontSize,\n pxToRem,\n fontFamily,\n fontSize,\n fontWeightLight,\n fontWeightRegular,\n fontWeightMedium,\n fontWeightBold\n }, variants), other, {\n clone: false // No need to clone deep\n });\n}","const shadowKeyUmbraOpacity = 0.2;\nconst shadowKeyPenumbraOpacity = 0.14;\nconst shadowAmbientShadowOpacity = 0.12;\nfunction createShadow(...px) {\n return [`${px[0]}px ${px[1]}px ${px[2]}px ${px[3]}px rgba(0,0,0,${shadowKeyUmbraOpacity})`, `${px[4]}px ${px[5]}px ${px[6]}px ${px[7]}px rgba(0,0,0,${shadowKeyPenumbraOpacity})`, `${px[8]}px ${px[9]}px ${px[10]}px ${px[11]}px rgba(0,0,0,${shadowAmbientShadowOpacity})`].join(',');\n}\n\n// Values from https://github.com/material-components/material-components-web/blob/be8747f94574669cb5e7add1a7c54fa41a89cec7/packages/mdc-elevation/_variables.scss\nconst shadows = ['none', createShadow(0, 2, 1, -1, 0, 1, 1, 0, 0, 1, 3, 0), createShadow(0, 3, 1, -2, 0, 2, 2, 0, 0, 1, 5, 0), createShadow(0, 3, 3, -2, 0, 3, 4, 0, 0, 1, 8, 0), createShadow(0, 2, 4, -1, 0, 4, 5, 0, 0, 1, 10, 0), createShadow(0, 3, 5, -1, 0, 5, 8, 0, 0, 1, 14, 0), createShadow(0, 3, 5, -1, 0, 6, 10, 0, 0, 1, 18, 0), createShadow(0, 4, 5, -2, 0, 7, 10, 1, 0, 2, 16, 1), createShadow(0, 5, 5, -3, 0, 8, 10, 1, 0, 3, 14, 2), createShadow(0, 5, 6, -3, 0, 9, 12, 1, 0, 3, 16, 2), createShadow(0, 6, 6, -3, 0, 10, 14, 1, 0, 4, 18, 3), createShadow(0, 6, 7, -4, 0, 11, 15, 1, 0, 4, 20, 3), createShadow(0, 7, 8, -4, 0, 12, 17, 2, 0, 5, 22, 4), createShadow(0, 7, 8, -4, 0, 13, 19, 2, 0, 5, 24, 4), createShadow(0, 7, 9, -4, 0, 14, 21, 2, 0, 5, 26, 4), createShadow(0, 8, 9, -5, 0, 15, 22, 2, 0, 6, 28, 5), createShadow(0, 8, 10, -5, 0, 16, 24, 2, 0, 6, 30, 5), createShadow(0, 8, 11, -5, 0, 17, 26, 2, 0, 6, 32, 5), createShadow(0, 9, 11, -5, 0, 18, 28, 2, 0, 7, 34, 6), createShadow(0, 9, 12, -6, 0, 19, 29, 2, 0, 7, 36, 6), createShadow(0, 10, 13, -6, 0, 20, 31, 3, 0, 8, 38, 7), createShadow(0, 10, 13, -6, 0, 21, 33, 3, 0, 8, 40, 7), createShadow(0, 10, 14, -6, 0, 22, 35, 3, 0, 8, 42, 7), createShadow(0, 11, 14, -7, 0, 23, 36, 3, 0, 9, 44, 8), createShadow(0, 11, 15, -7, 0, 24, 38, 3, 0, 9, 46, 8)];\nexport default shadows;","import _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport _extends from \"@babel/runtime/helpers/esm/extends\";\nconst _excluded = [\"duration\", \"easing\", \"delay\"];\n// Follow https://material.google.com/motion/duration-easing.html#duration-easing-natural-easing-curves\n// to learn the context in which each easing should be used.\nexport const easing = {\n // This is the most common easing curve.\n easeInOut: 'cubic-bezier(0.4, 0, 0.2, 1)',\n // Objects enter the screen at full velocity from off-screen and\n // slowly decelerate to a resting point.\n easeOut: 'cubic-bezier(0.0, 0, 0.2, 1)',\n // Objects leave the screen at full velocity. They do not decelerate when off-screen.\n easeIn: 'cubic-bezier(0.4, 0, 1, 1)',\n // The sharp curve is used by objects that may return to the screen at any time.\n sharp: 'cubic-bezier(0.4, 0, 0.6, 1)'\n};\n\n// Follow https://m2.material.io/guidelines/motion/duration-easing.html#duration-easing-common-durations\n// to learn when use what timing\nexport const duration = {\n shortest: 150,\n shorter: 200,\n short: 250,\n // most basic recommended timing\n standard: 300,\n // this is to be used in complex animations\n complex: 375,\n // recommended when something is entering screen\n enteringScreen: 225,\n // recommended when something is leaving screen\n leavingScreen: 195\n};\nfunction formatMs(milliseconds) {\n return `${Math.round(milliseconds)}ms`;\n}\nfunction getAutoHeightDuration(height) {\n if (!height) {\n return 0;\n }\n const constant = height / 36;\n\n // https://www.wolframalpha.com/input/?i=(4+%2B+15+*+(x+%2F+36+)+**+0.25+%2B+(x+%2F+36)+%2F+5)+*+10\n return Math.round((4 + 15 * constant ** 0.25 + constant / 5) * 10);\n}\nexport default function createTransitions(inputTransitions) {\n const mergedEasing = _extends({}, easing, inputTransitions.easing);\n const mergedDuration = _extends({}, duration, inputTransitions.duration);\n const create = (props = ['all'], options = {}) => {\n const {\n duration: durationOption = mergedDuration.standard,\n easing: easingOption = mergedEasing.easeInOut,\n delay = 0\n } = options,\n other = _objectWithoutPropertiesLoose(options, _excluded);\n if (process.env.NODE_ENV !== 'production') {\n const isString = value => typeof value === 'string';\n // IE11 support, replace with Number.isNaN\n // eslint-disable-next-line no-restricted-globals\n const isNumber = value => !isNaN(parseFloat(value));\n if (!isString(props) && !Array.isArray(props)) {\n console.error('MUI: Argument \"props\" must be a string or Array.');\n }\n if (!isNumber(durationOption) && !isString(durationOption)) {\n console.error(`MUI: Argument \"duration\" must be a number or a string but found ${durationOption}.`);\n }\n if (!isString(easingOption)) {\n console.error('MUI: Argument \"easing\" must be a string.');\n }\n if (!isNumber(delay) && !isString(delay)) {\n console.error('MUI: Argument \"delay\" must be a number or a string.');\n }\n if (typeof options !== 'object') {\n console.error(['MUI: Secong argument of transition.create must be an object.', \"Arguments should be either `create('prop1', options)` or `create(['prop1', 'prop2'], options)`\"].join('\\n'));\n }\n if (Object.keys(other).length !== 0) {\n console.error(`MUI: Unrecognized argument(s) [${Object.keys(other).join(',')}].`);\n }\n }\n return (Array.isArray(props) ? props : [props]).map(animatedProp => `${animatedProp} ${typeof durationOption === 'string' ? durationOption : formatMs(durationOption)} ${easingOption} ${typeof delay === 'string' ? delay : formatMs(delay)}`).join(',');\n };\n return _extends({\n getAutoHeightDuration,\n create\n }, inputTransitions, {\n easing: mergedEasing,\n duration: mergedDuration\n });\n}","// We need to centralize the zIndex definitions as they work\n// like global values in the browser.\nconst zIndex = {\n mobileStepper: 1000,\n fab: 1050,\n speedDial: 1050,\n appBar: 1100,\n drawer: 1200,\n modal: 1300,\n snackbar: 1400,\n tooltip: 1500\n};\nexport default zIndex;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport { formatMuiErrorMessage as _formatMuiErrorMessage } from \"@mui/utils\";\nconst _excluded = [\"breakpoints\", \"mixins\", \"spacing\", \"palette\", \"transitions\", \"typography\", \"shape\"];\nimport { deepmerge } from '@mui/utils';\nimport { createTheme as systemCreateTheme, unstable_defaultSxConfig as defaultSxConfig, unstable_styleFunctionSx as styleFunctionSx } from '@mui/system';\nimport generateUtilityClass from '../generateUtilityClass';\nimport createMixins from './createMixins';\nimport createPalette from './createPalette';\nimport createTypography from './createTypography';\nimport shadows from './shadows';\nimport createTransitions from './createTransitions';\nimport zIndex from './zIndex';\nfunction createTheme(options = {}, ...args) {\n const {\n mixins: mixinsInput = {},\n palette: paletteInput = {},\n transitions: transitionsInput = {},\n typography: typographyInput = {}\n } = options,\n other = _objectWithoutPropertiesLoose(options, _excluded);\n if (options.vars) {\n throw new Error(process.env.NODE_ENV !== \"production\" ? `MUI: \\`vars\\` is a private field used for CSS variables support.\nPlease use another name.` : _formatMuiErrorMessage(18));\n }\n const palette = createPalette(paletteInput);\n const systemTheme = systemCreateTheme(options);\n let muiTheme = deepmerge(systemTheme, {\n mixins: createMixins(systemTheme.breakpoints, mixinsInput),\n palette,\n // Don't use [...shadows] until you've verified its transpiled code is not invoking the iterator protocol.\n shadows: shadows.slice(),\n typography: createTypography(palette, typographyInput),\n transitions: createTransitions(transitionsInput),\n zIndex: _extends({}, zIndex)\n });\n muiTheme = deepmerge(muiTheme, other);\n muiTheme = args.reduce((acc, argument) => deepmerge(acc, argument), muiTheme);\n if (process.env.NODE_ENV !== 'production') {\n // TODO v6: Refactor to use globalStateClassesMapping from @mui/utils once `readOnly` state class is used in Rating component.\n const stateClasses = ['active', 'checked', 'completed', 'disabled', 'error', 'expanded', 'focused', 'focusVisible', 'required', 'selected'];\n const traverse = (node, component) => {\n let key;\n\n // eslint-disable-next-line guard-for-in, no-restricted-syntax\n for (key in node) {\n const child = node[key];\n if (stateClasses.indexOf(key) !== -1 && Object.keys(child).length > 0) {\n if (process.env.NODE_ENV !== 'production') {\n const stateClass = generateUtilityClass('', key);\n console.error([`MUI: The \\`${component}\\` component increases ` + `the CSS specificity of the \\`${key}\\` internal state.`, 'You can not override it like this: ', JSON.stringify(node, null, 2), '', `Instead, you need to use the '&.${stateClass}' syntax:`, JSON.stringify({\n root: {\n [`&.${stateClass}`]: child\n }\n }, null, 2), '', 'https://mui.com/r/state-classes-guide'].join('\\n'));\n }\n // Remove the style to prevent global conflicts.\n node[key] = {};\n }\n }\n };\n Object.keys(muiTheme.components).forEach(component => {\n const styleOverrides = muiTheme.components[component].styleOverrides;\n if (styleOverrides && component.indexOf('Mui') === 0) {\n traverse(styleOverrides, component);\n }\n });\n }\n muiTheme.unstable_sxConfig = _extends({}, defaultSxConfig, other == null ? void 0 : other.unstable_sxConfig);\n muiTheme.unstable_sx = function sx(props) {\n return styleFunctionSx({\n sx: props,\n theme: this\n });\n };\n return muiTheme;\n}\nlet warnedOnce = false;\nexport function createMuiTheme(...args) {\n if (process.env.NODE_ENV !== 'production') {\n if (!warnedOnce) {\n warnedOnce = true;\n console.error(['MUI: the createMuiTheme function was renamed to createTheme.', '', \"You should use `import { createTheme } from '@mui/material/styles'`\"].join('\\n'));\n }\n }\n return createTheme(...args);\n}\nexport default createTheme;","'use client';\n\nimport createTheme from './createTheme';\nconst defaultTheme = createTheme();\nexport default defaultTheme;","export default '$$material';","'use client';\n\nimport { useThemeProps as systemUseThemeProps } from '@mui/system';\nimport defaultTheme from './defaultTheme';\nimport THEME_ID from './identifier';\nexport default function useThemeProps({\n props,\n name\n}) {\n return systemUseThemeProps({\n props,\n name,\n defaultTheme,\n themeId: THEME_ID\n });\n}","'use client';\n\nimport { createStyled, shouldForwardProp } from '@mui/system';\nimport defaultTheme from './defaultTheme';\nimport THEME_ID from './identifier';\nexport const rootShouldForwardProp = prop => shouldForwardProp(prop) && prop !== 'classes';\nexport const slotShouldForwardProp = shouldForwardProp;\nconst styled = createStyled({\n themeId: THEME_ID,\n defaultTheme,\n rootShouldForwardProp\n});\nexport default styled;","import { unstable_generateUtilityClasses as generateUtilityClasses } from '@mui/utils';\nimport generateUtilityClass from '../generateUtilityClass';\nexport function getSvgIconUtilityClass(slot) {\n return generateUtilityClass('MuiSvgIcon', slot);\n}\nconst svgIconClasses = generateUtilityClasses('MuiSvgIcon', ['root', 'colorPrimary', 'colorSecondary', 'colorAction', 'colorError', 'colorDisabled', 'fontSizeInherit', 'fontSizeSmall', 'fontSizeMedium', 'fontSizeLarge']);\nexport default svgIconClasses;","'use client';\n\nimport _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nconst _excluded = [\"children\", \"className\", \"color\", \"component\", \"fontSize\", \"htmlColor\", \"inheritViewBox\", \"titleAccess\", \"viewBox\"];\nimport * as React from 'react';\nimport PropTypes from 'prop-types';\nimport clsx from 'clsx';\nimport { unstable_composeClasses as composeClasses } from '@mui/base/composeClasses';\nimport capitalize from '../utils/capitalize';\nimport useThemeProps from '../styles/useThemeProps';\nimport styled from '../styles/styled';\nimport { getSvgIconUtilityClass } from './svgIconClasses';\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nimport { jsxs as _jsxs } from \"react/jsx-runtime\";\nconst useUtilityClasses = ownerState => {\n const {\n color,\n fontSize,\n classes\n } = ownerState;\n const slots = {\n root: ['root', color !== 'inherit' && `color${capitalize(color)}`, `fontSize${capitalize(fontSize)}`]\n };\n return composeClasses(slots, getSvgIconUtilityClass, classes);\n};\nconst SvgIconRoot = styled('svg', {\n name: 'MuiSvgIcon',\n slot: 'Root',\n overridesResolver: (props, styles) => {\n const {\n ownerState\n } = props;\n return [styles.root, ownerState.color !== 'inherit' && styles[`color${capitalize(ownerState.color)}`], styles[`fontSize${capitalize(ownerState.fontSize)}`]];\n }\n})(({\n theme,\n ownerState\n}) => {\n var _theme$transitions, _theme$transitions$cr, _theme$transitions2, _theme$typography, _theme$typography$pxT, _theme$typography2, _theme$typography2$px, _theme$typography3, _theme$typography3$px, _palette$ownerState$c, _palette, _palette2, _palette3;\n return {\n userSelect: 'none',\n width: '1em',\n height: '1em',\n display: 'inline-block',\n // the will define the property that has `currentColor`\n // e.g. heroicons uses fill=\"none\" and stroke=\"currentColor\"\n fill: ownerState.hasSvgAsChild ? undefined : 'currentColor',\n flexShrink: 0,\n transition: (_theme$transitions = theme.transitions) == null || (_theme$transitions$cr = _theme$transitions.create) == null ? void 0 : _theme$transitions$cr.call(_theme$transitions, 'fill', {\n duration: (_theme$transitions2 = theme.transitions) == null || (_theme$transitions2 = _theme$transitions2.duration) == null ? void 0 : _theme$transitions2.shorter\n }),\n fontSize: {\n inherit: 'inherit',\n small: ((_theme$typography = theme.typography) == null || (_theme$typography$pxT = _theme$typography.pxToRem) == null ? void 0 : _theme$typography$pxT.call(_theme$typography, 20)) || '1.25rem',\n medium: ((_theme$typography2 = theme.typography) == null || (_theme$typography2$px = _theme$typography2.pxToRem) == null ? void 0 : _theme$typography2$px.call(_theme$typography2, 24)) || '1.5rem',\n large: ((_theme$typography3 = theme.typography) == null || (_theme$typography3$px = _theme$typography3.pxToRem) == null ? void 0 : _theme$typography3$px.call(_theme$typography3, 35)) || '2.1875rem'\n }[ownerState.fontSize],\n // TODO v5 deprecate, v6 remove for sx\n color: (_palette$ownerState$c = (_palette = (theme.vars || theme).palette) == null || (_palette = _palette[ownerState.color]) == null ? void 0 : _palette.main) != null ? _palette$ownerState$c : {\n action: (_palette2 = (theme.vars || theme).palette) == null || (_palette2 = _palette2.action) == null ? void 0 : _palette2.active,\n disabled: (_palette3 = (theme.vars || theme).palette) == null || (_palette3 = _palette3.action) == null ? void 0 : _palette3.disabled,\n inherit: undefined\n }[ownerState.color]\n };\n});\nconst SvgIcon = /*#__PURE__*/React.forwardRef(function SvgIcon(inProps, ref) {\n const props = useThemeProps({\n props: inProps,\n name: 'MuiSvgIcon'\n });\n const {\n children,\n className,\n color = 'inherit',\n component = 'svg',\n fontSize = 'medium',\n htmlColor,\n inheritViewBox = false,\n titleAccess,\n viewBox = '0 0 24 24'\n } = props,\n other = _objectWithoutPropertiesLoose(props, _excluded);\n const hasSvgAsChild = /*#__PURE__*/React.isValidElement(children) && children.type === 'svg';\n const ownerState = _extends({}, props, {\n color,\n component,\n fontSize,\n instanceFontSize: inProps.fontSize,\n inheritViewBox,\n viewBox,\n hasSvgAsChild\n });\n const more = {};\n if (!inheritViewBox) {\n more.viewBox = viewBox;\n }\n const classes = useUtilityClasses(ownerState);\n return /*#__PURE__*/_jsxs(SvgIconRoot, _extends({\n as: component,\n className: clsx(classes.root, className),\n focusable: \"false\",\n color: htmlColor,\n \"aria-hidden\": titleAccess ? undefined : true,\n role: titleAccess ? 'img' : undefined,\n ref: ref\n }, more, other, hasSvgAsChild && children.props, {\n ownerState: ownerState,\n children: [hasSvgAsChild ? children.props.children : children, titleAccess ? /*#__PURE__*/_jsx(\"title\", {\n children: titleAccess\n }) : null]\n }));\n});\nprocess.env.NODE_ENV !== \"production\" ? SvgIcon.propTypes /* remove-proptypes */ = {\n // ----------------------------- Warning --------------------------------\n // | These PropTypes are generated from the TypeScript type definitions |\n // | To update them edit the d.ts file and run \"yarn proptypes\" |\n // ----------------------------------------------------------------------\n /**\n * Node passed into the SVG element.\n */\n children: PropTypes.node,\n /**\n * Override or extend the styles applied to the component.\n */\n classes: PropTypes.object,\n /**\n * @ignore\n */\n className: PropTypes.string,\n /**\n * The color of the component.\n * It supports both default and custom theme colors, which can be added as shown in the\n * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).\n * You can use the `htmlColor` prop to apply a color attribute to the SVG element.\n * @default 'inherit'\n */\n color: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['inherit', 'action', 'disabled', 'primary', 'secondary', 'error', 'info', 'success', 'warning']), PropTypes.string]),\n /**\n * The component used for the root node.\n * Either a string to use a HTML element or a component.\n */\n component: PropTypes.elementType,\n /**\n * The fontSize applied to the icon. Defaults to 24px, but can be configure to inherit font size.\n * @default 'medium'\n */\n fontSize: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['inherit', 'large', 'medium', 'small']), PropTypes.string]),\n /**\n * Applies a color attribute to the SVG element.\n */\n htmlColor: PropTypes.string,\n /**\n * If `true`, the root node will inherit the custom `component`'s viewBox and the `viewBox`\n * prop will be ignored.\n * Useful when you want to reference a custom `component` and have `SvgIcon` pass that\n * `component`'s viewBox to the root node.\n * @default false\n */\n inheritViewBox: PropTypes.bool,\n /**\n * The shape-rendering attribute. The behavior of the different options is described on the\n * [MDN Web Docs](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/shape-rendering).\n * If you are having issues with blurry icons you should investigate this prop.\n */\n shapeRendering: PropTypes.string,\n /**\n * The system prop that allows defining system overrides as well as additional CSS styles.\n */\n sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),\n /**\n * Provides a human-readable title for the element that contains it.\n * https://www.w3.org/TR/SVG-access/#Equivalent\n */\n titleAccess: PropTypes.string,\n /**\n * Allows you to redefine what the coordinates without units mean inside an SVG element.\n * For example, if the SVG element is 500 (width) by 200 (height),\n * and you pass viewBox=\"0 0 50 20\",\n * this means that the coordinates inside the SVG will go from the top left corner (0,0)\n * to bottom right (50,20) and each unit will be worth 10px.\n * @default '0 0 24 24'\n */\n viewBox: PropTypes.string\n} : void 0;\nSvgIcon.muiName = 'SvgIcon';\nexport default SvgIcon;","'use client';\n\nimport _extends from \"@babel/runtime/helpers/esm/extends\";\nimport * as React from 'react';\nimport SvgIcon from '../SvgIcon';\n\n/**\n * Private module reserved for @mui packages.\n */\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nexport default function createSvgIcon(path, displayName) {\n function Component(props, ref) {\n return /*#__PURE__*/_jsx(SvgIcon, _extends({\n \"data-testid\": `${displayName}Icon`,\n ref: ref\n }, props, {\n children: path\n }));\n }\n if (process.env.NODE_ENV !== 'production') {\n // Need to set `displayName` on the inner component for React.memo.\n // React prior to 16.14 ignores `displayName` on the wrapper.\n Component.displayName = `${displayName}Icon`;\n }\n Component.muiName = SvgIcon.muiName;\n return /*#__PURE__*/React.memo( /*#__PURE__*/React.forwardRef(Component));\n}","\"use client\";\n\nimport createSvgIcon from './utils/createSvgIcon';\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nexport default createSvgIcon( /*#__PURE__*/_jsx(\"path\", {\n d: \"M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z\"\n}), 'Menu');","import { useRef, useState, useCallback, useEffect, MouseEvent, PropsWithChildren } from 'react';\nimport { AppBar, Toolbar as MuiToolbar, IconButton, Drawer } from '@mui/material';\nimport { Menu as MenuIcon } from '@mui/icons-material';\nimport GridMenu, { GridMenuInfo } from './grid-menu.component';\nimport './toolbar.component.css';\nimport { Command, CommandHandler } from './menu-item.component';\n\nexport interface DataHandler {\n (isSupportAndDevelopment: boolean): GridMenuInfo;\n}\n\nexport type ToolbarProps = PropsWithChildren<{\n /**\n * The handler to use for menu commands (and eventually toolbar commands).\n */\n commandHandler: CommandHandler;\n\n /**\n * The handler to use for menu data if there is no menu provided.\n */\n dataHandler?: DataHandler;\n\n /**\n * Optional unique identifier\n */\n id?: string;\n\n /**\n * The optional grid menu to display. If not specified, the \"hamburger\" menu will not display.\n */\n menu?: GridMenuInfo;\n\n /**\n * Additional css classes to help with unique styling of the toolbar\n */\n className?: string;\n}>;\n\nexport default function Toolbar({\n menu: propsMenu,\n dataHandler,\n commandHandler,\n className,\n id,\n children,\n}: ToolbarProps) {\n const [isMenuOpen, setMenuOpen] = useState(false);\n const [hasShiftModifier, setHasShiftModifier] = useState(false);\n\n const handleMenuItemClick = useCallback(() => {\n if (isMenuOpen) setMenuOpen(false);\n setHasShiftModifier(false);\n }, [isMenuOpen]);\n\n const handleMenuButtonClick = useCallback((e: MouseEvent) => {\n e.stopPropagation();\n setMenuOpen((prevIsOpen) => {\n const isOpening = !prevIsOpen;\n if (isOpening && e.shiftKey) setHasShiftModifier(true);\n else if (!isOpening) setHasShiftModifier(false);\n return isOpening;\n });\n }, []);\n\n const containerRef = useRef(null);\n\n const [toolbarHeight, setToolbarHeight] = useState(0);\n\n useEffect(() => {\n if (isMenuOpen && containerRef.current) {\n setToolbarHeight(containerRef.current.clientHeight);\n }\n }, [isMenuOpen]);\n\n const toolbarCommandHandler = useCallback(\n (command: Command) => {\n handleMenuItemClick();\n return commandHandler(command);\n },\n [commandHandler, handleMenuItemClick],\n );\n\n let menu = propsMenu;\n if (!menu && dataHandler) menu = dataHandler(hasShiftModifier);\n\n return (\n
\n \n \n {menu ? (\n \n \n \n ) : null}\n {children ?
{children}
: null}\n {menu ? (\n \n \n \n ) : null}\n
\n
\n
\n );\n}\n"],"names":["Button","id","isDisabled","className","onClick","onContextMenu","children","jsx","MuiButton","ComboBox","title","isClearable","hasError","isFullWidth","width","options","value","onChange","onFocus","onBlur","getOptionLabel","MuiComboBox","props","MuiTextField","ChapterRangeSelector","startChapter","endChapter","handleSelectStartChapter","handleSelectEndChapter","chapterCount","numberArray","useMemo","_","index","onChangeStartChapter","_event","onChangeEndChapter","jsxs","Fragment","FormControlLabel","e","option","LabelPosition","Checkbox","isChecked","labelText","labelPosition","isIndeterminate","isDefaultChecked","checkBox","MuiCheckbox","result","preceding","labelSpan","labelIsInline","label","checkBoxElement","FormLabel","MenuItem","name","hasAutoFocus","isDense","hasDisabledGutters","hasDivider","focusVisibleClassName","MuiMenuItem","MenuColumn","commandHandler","items","Grid","menuItem","GridMenu","columns","col","IconButton","tooltip","isTooltipSuppressed","adjustMarginToAlignToEdge","size","MuiIconButton","P","R","t","s","i","m","B","X","E","U","g","k","x","T","O","V","I","L","S","G","C","A","H","y","q","N","c","f","u","M","n","D","r","h","p","d","w","v","b","J","l","scrBookData","bookNameOptions","getBookNameOptions","Canon","bookId","FIRST_SCR_BOOK_NUM","LAST_SCR_BOOK_NUM","FIRST_SCR_CHAPTER_NUM","FIRST_SCR_VERSE_NUM","getChaptersForBook","bookNum","_a","offsetBook","scrRef","offset","offsetChapter","offsetVerse","TextField","variant","helperText","placeholder","isRequired","defaultValue","RefSelector","handleSubmit","onChangeBook","newRef","onSelectBook","onChangeChapter","event","onChangeVerse","currentBookName","SearchBar","onSearch","searchQuery","setSearchQuery","useState","handleInputChange","searchString","Paper","Slider","orientation","min","max","step","showMarks","valueLabelDisplay","onChangeCommitted","MuiSlider","Snackbar","autoHideDuration","isOpen","onClose","anchorOrigin","ContentProps","newContentProps","MuiSnackbar","Switch","checked","MuiSwitch","TableTextEditor","onRowChange","row","column","changeHandler","renderCheckbox","disabled","Table","sortColumns","onSortColumnsChange","onColumnResize","defaultColumnWidth","defaultColumnMinWidth","defaultColumnMaxWidth","defaultColumnSortable","defaultColumnResizable","rows","enableSelectColumn","selectColumnWidth","rowKeyGetter","rowHeight","headerRowHeight","selectedRows","onSelectedRowsChange","onRowsChange","onCellClick","onCellDoubleClick","onCellContextMenu","onCellKeyDown","direction","enableVirtualization","onCopy","onPaste","onScroll","cachedColumns","editableColumns","SelectColumn","DataGrid","_extends","target","source","key","isPlainObject","item","deepClone","output","deepmerge","z","a","reactIs_production_min","hasSymbol","REACT_ELEMENT_TYPE","REACT_PORTAL_TYPE","REACT_FRAGMENT_TYPE","REACT_STRICT_MODE_TYPE","REACT_PROFILER_TYPE","REACT_PROVIDER_TYPE","REACT_CONTEXT_TYPE","REACT_ASYNC_MODE_TYPE","REACT_CONCURRENT_MODE_TYPE","REACT_FORWARD_REF_TYPE","REACT_SUSPENSE_TYPE","REACT_SUSPENSE_LIST_TYPE","REACT_MEMO_TYPE","REACT_LAZY_TYPE","REACT_BLOCK_TYPE","REACT_FUNDAMENTAL_TYPE","REACT_RESPONDER_TYPE","REACT_SCOPE_TYPE","isValidElementType","type","typeOf","object","$$typeof","$$typeofType","AsyncMode","ConcurrentMode","ContextConsumer","ContextProvider","Element","ForwardRef","Lazy","Memo","Portal","Profiler","StrictMode","Suspense","hasWarnedAboutDeprecatedIsAsyncMode","isAsyncMode","isConcurrentMode","isContextConsumer","isContextProvider","isElement","isForwardRef","isFragment","isLazy","isMemo","isPortal","isProfiler","isStrictMode","isSuspense","reactIs_development","reactIsModule","require$$0","require$$1","getOwnPropertySymbols","hasOwnProperty","propIsEnumerable","toObject","val","shouldUseNative","test1","test2","order2","test3","letter","objectAssign","from","to","symbols","ReactPropTypesSecret","ReactPropTypesSecret_1","has","printWarning","loggedTypeFailures","text","message","checkPropTypes","typeSpecs","values","location","componentName","getStack","typeSpecName","error","err","ex","stack","checkPropTypes_1","ReactIs","assign","require$$2","require$$3","require$$4","emptyFunctionThatReturnsNull","factoryWithTypeCheckers","isValidElement","throwOnDirectAccess","ITERATOR_SYMBOL","FAUX_ITERATOR_SYMBOL","getIteratorFn","maybeIterable","iteratorFn","ANONYMOUS","ReactPropTypes","createPrimitiveTypeChecker","createAnyTypeChecker","createArrayOfTypeChecker","createElementTypeChecker","createElementTypeTypeChecker","createInstanceTypeChecker","createNodeChecker","createObjectOfTypeChecker","createEnumTypeChecker","createUnionTypeChecker","createShapeTypeChecker","createStrictShapeTypeChecker","is","PropTypeError","data","createChainableTypeChecker","validate","manualPropTypeCallCache","manualPropTypeWarningCount","checkType","propName","propFullName","secret","cacheKey","chainedCheckType","expectedType","propValue","propType","getPropType","preciseType","getPreciseType","typeChecker","expectedClass","expectedClassName","actualClassName","getClassName","expectedValues","valuesString","arrayOfTypeCheckers","checker","getPostfixForTypeWarning","expectedTypes","checkerResult","expectedTypesMessage","isNode","invalidValidatorError","shapeTypes","allKeys","iterator","entry","isSymbol","emptyFunction","emptyFunctionWithReset","factoryWithThrowingShims","shim","getShim","propTypesModule","formatMuiErrorMessage","code","url","REACT_SERVER_CONTEXT_TYPE","REACT_OFFSCREEN_TYPE","enableScopeAPI","enableCacheElement","enableTransitionTracing","enableLegacyHidden","enableDebugTracing","REACT_MODULE_REFERENCE","SuspenseList","hasWarnedAboutDeprecatedIsConcurrentMode","isSuspenseList","fnNameMatchRegex","getFunctionName","fn","match","getFunctionComponentName","Component","fallback","getWrappedName","outerType","innerType","wrapperName","functionName","getDisplayName","capitalize","string","_formatMuiErrorMessage","resolveProps","defaultProps","defaultSlotProps","slotProps","slotPropName","composeClasses","slots","getUtilityClass","classes","slot","acc","utilityClass","defaultGenerator","createClassNameGenerator","generate","generator","ClassNameGenerator","ClassNameGenerator$1","globalStateClassesMapping","generateUtilityClass","globalStatePrefix","globalStateClass","generateUtilityClasses","_objectWithoutPropertiesLoose","excluded","sourceKeys","clsx","_excluded","sortBreakpointsValues","breakpointsAsArray","breakpoint1","breakpoint2","obj","createBreakpoints","breakpoints","unit","other","sortedValues","keys","up","down","between","start","end","endIndex","only","not","keyIndex","shape","shape$1","responsivePropType","PropTypes","responsivePropType$1","merge","defaultBreakpoints","handleBreakpoints","styleFromPropValue","theme","themeBreakpoints","breakpoint","mediaKey","cssKey","createEmptyBreakpointObject","breakpointsInput","_breakpointsInput$key","breakpointStyleKey","removeUnusedBreakpoints","breakpointKeys","style","breakpointOutput","getPath","path","checkVars","getStyleValue","themeMapping","transform","propValueFinal","userValue","prop","cssProperty","themeKey","memoize","cache","arg","properties","directions","aliases","getCssProperties","property","dir","marginKeys","paddingKeys","spacingKeys","createUnaryUnit","_getPath","themeSpacing","abs","createUnarySpacing","getValue","transformer","transformed","getStyleFromPropValue","cssProperties","resolveCssProperty","margin","padding","createSpacing","spacingInput","spacing","argsInput","argument","compose","styles","handlers","borderTransform","border","borderTop","borderRight","borderBottom","borderLeft","borderColor","borderTopColor","borderRightColor","borderBottomColor","borderLeftColor","borderRadius","gap","columnGap","rowGap","gridColumn","gridRow","gridAutoFlow","gridAutoColumns","gridAutoRows","gridTemplateColumns","gridTemplateRows","gridTemplateAreas","gridArea","paletteTransform","color","bgcolor","backgroundColor","sizingTransform","maxWidth","_props$theme","breakpointsValues","minWidth","height","maxHeight","minHeight","boxSizing","defaultSxConfig","defaultSxConfig$1","objectsHaveSameKeys","objects","union","callIfFn","maybeFn","unstable_createStyleFunctionSx","getThemeValue","config","styleFunctionSx","_theme$unstable_sxCon","sx","traverse","sxInput","sxObject","emptyBreakpoints","breakpointsKeys","css","styleKey","styleFunctionSx$1","createTheme","args","paletteInput","shapeInput","muiTheme","isObjectEmpty","useTheme","defaultTheme","contextTheme","React","ThemeContext","systemDefaultTheme","useThemeWithoutDefault","isEmpty","propsToClassKey","classKey","isStringTag","tag","getStyleOverrides","getVariantStyles","variants","variantsStyles","definition","variantsResolver","_theme$components","ownerState","themeVariants","themeVariant","isMatch","shouldForwardProp","lowercaseFirstLetter","resolveTheme","themeId","defaultOverridesResolver","createStyled","input","rootShouldForwardProp","slotShouldForwardProp","systemSx","inputOptions","processStyles","componentSlot","inputSkipVariantsResolver","inputSkipSx","overridesResolver","skipVariantsResolver","skipSx","shouldForwardPropOption","defaultStyledResolver","styledEngineStyled","muiStyledResolver","styleArg","expressions","expressionsWithDefaultTheme","stylesArg","transformedStyleArg","styleOverrides","resolvedStyleOverrides","slotKey","slotStyle","numOfCustomFnsApplied","placeholders","displayName","getThemeProps","params","useThemeProps","clamp","hexToRgb","re","colors","decomposeColor","marker","colorSpace","recomposeColor","hslToRgb","rgb","getLuminance","getContrastRatio","foreground","background","lumA","lumB","darken","coefficient","lighten","createMixins","mixins","common","common$1","grey","grey$1","purple","purple$1","red","red$1","orange","orange$1","blue","blue$1","lightBlue","lightBlue$1","green","green$1","light","dark","addLightOrDark","intent","shade","tonalOffset","tonalOffsetLight","tonalOffsetDark","getDefaultPrimary","mode","getDefaultSecondary","getDefaultError","getDefaultInfo","getDefaultSuccess","getDefaultWarning","createPalette","palette","contrastThreshold","primary","secondary","info","success","warning","getContrastText","contrastText","contrast","augmentColor","mainShade","lightShade","darkShade","modes","round","caseAllCaps","defaultFontFamily","createTypography","typography","_ref","fontFamily","fontSize","fontWeightLight","fontWeightRegular","fontWeightMedium","fontWeightBold","htmlFontSize","allVariants","pxToRem2","coef","pxToRem","buildVariant","fontWeight","lineHeight","letterSpacing","casing","shadowKeyUmbraOpacity","shadowKeyPenumbraOpacity","shadowAmbientShadowOpacity","createShadow","px","shadows","shadows$1","easing","duration","formatMs","milliseconds","getAutoHeightDuration","constant","createTransitions","inputTransitions","mergedEasing","mergedDuration","durationOption","easingOption","delay","isString","isNumber","animatedProp","zIndex","zIndex$1","mixinsInput","transitionsInput","typographyInput","systemTheme","systemCreateTheme","stateClasses","node","component","child","stateClass","defaultTheme$1","THEME_ID","systemUseThemeProps","styled","styled$1","getSvgIconUtilityClass","useUtilityClasses","SvgIconRoot","_theme$transitions","_theme$transitions$cr","_theme$transitions2","_theme$typography","_theme$typography$pxT","_theme$typography2","_theme$typography2$px","_theme$typography3","_theme$typography3$px","_palette$ownerState$c","_palette","_palette2","_palette3","SvgIcon","inProps","ref","htmlColor","inheritViewBox","titleAccess","viewBox","hasSvgAsChild","more","_jsxs","_jsx","SvgIcon$1","createSvgIcon","MenuIcon","Toolbar","propsMenu","dataHandler","isMenuOpen","setMenuOpen","hasShiftModifier","setHasShiftModifier","handleMenuItemClick","useCallback","handleMenuButtonClick","prevIsOpen","isOpening","containerRef","useRef","toolbarHeight","setToolbarHeight","useEffect","toolbarCommandHandler","command","menu","AppBar","MuiToolbar","Drawer"],"mappings":"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AA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA;AAAA,EAEA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA;AAAA,EAEA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA;AAAA,EAEA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA;AAAA,EAEA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA;AAAA,EAEA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA;AAAA,EAEA;AAAA;AAAA,EAEA;AAAA;AAAA,EAEA;AAAA;AAAA,EAEA;AAAA;AAAA,EAEA;AAAA;AAAA,EAEA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA;AAAA,EAEA;AAAA,EACA;AAAA,EACA;AAAA;AAAA,EAEA;AAAA;AAAA,EAEA;AAAA;AAAA,EAEA;AAAA;AAAA,EAEA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA;AAAA,EAEA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA;AAAA,EAEA;AAAA,EACA;AAAA,EACA;AACF,GAAGC,KAAI;AAAA,EACL;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF,GAAGC,KAAI;AAAA,EACL;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA;AAAA;AAAA,EAGA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;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AAG,GAAG,GAAG,IAAI,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,CAAC,GAAGA,EAAa,GAAG,GAAG,GAAG,IAAI,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,CAAC,GAAGA,EAAa,GAAG,GAAG,GAAG,IAAI,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,IAAI,CAAC,GAAGA,EAAa,GAAG,GAAG,GAAG,IAAI,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,IAAI,CAAC,GAAGA,EAAa,GAAG,GAAG,GAAG,IAAI,GAAG,GAAG,IAAI,GAAG,GAAG,GAAG,IAAI,CAAC,GAAGA,EAAa,GAAG,GAAG,GAAG,IAAI,GAAG,GAAG,IAAI,GAAG,GAAG,GAAG,IAAI,CAAC,GAAGA,EAAa,GAAG,GAAG,GAAG,IAAI,GAAG,GAAG,IAAI,GAAG,GAAG,GAAG,IAAI,CAAC,GAAGA,EAAa,GAAG,GAAG,GAAG,IAAI,GAAG,GAAG,IAAI,GAAG,GAAG,GAAG,IAAI,CAAC,GAAGA,EAAa,GAAG,GAAG,GAAG,IAAI,GAAG,IAAI,IAAI,GAAG,GAAG,GAAG,IAAI,CAAC,GAAGA,EAAa,GAAG,GAAG,GAAG,IAAI,GAAG,IAAI,IAAI,GAAG,GAAG,GAAG,IAAI,CAAC,GAAGA,EAAa,GAAG,GAAG,GAAG,IAAI,GAAG,IAAI,IAAI,GAAG,GAAG,GAAG,IAAI,CAAC,GAAGA,EAAa,GAAG,GAAG,GAAG,IAAI,GAAG,IAAI,IAAI,GAAG,GAAG,GAAG,IAAI,CAAC,GAAGA,EAAa,GAAG,GAAG,GAAG,IAAI,GAAG,IAAI,IAAI,GAAG,GAAG,GAAG,IAAI,CAAC,GAAGA,EAAa,GAAG,GAAG,GAAG,IAAI,GAAG,IAAI,IAAI,GAAG,GAAG,GAAG,IAAI,CAAC,GAAGA,EAAa,GAAG,GAAG,IAAI,IAAI,GAAG,IAAI,IAAI,GAAG,GAAG,GAAG,IAAI,CAAC,GAAGA,EAAa,GAAG,GAAG,IAAI,IAAI,GAAG,IAAI,IAAI,GAAG,GAAG,GAAG,IAAI,CAAC,GAAGA,EAAa,GAAG,GAAG,IAAI,IAAI,GAAG,IAAI,IAAI,GAAG,GAAG,GAAG,IAAI,CAAC,GAAGA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","x_google_ignoreList":[8,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88]} \ No newline at end of file +{"version":3,"file":"index.es.js","sources":["../src/button.component.tsx","../src/combo-box.component.tsx","../src/chapter-range-selector.component.tsx","../src/label-position.model.ts","../src/checkbox.component.tsx","../src/menu-item.component.tsx","../src/grid-menu.component.tsx","../src/icon-button.component.tsx","../../../node_modules/@sillsdev/scripture/dist/index.es.js","../src/scripture/scripture-util.ts","../src/text-field.component.tsx","../src/ref-selector.component.tsx","../src/search-bar.component.tsx","../src/slider.component.tsx","../src/snackbar.component.tsx","../src/switch.component.tsx","../src/table.component.tsx","../../../node_modules/@babel/runtime/helpers/esm/extends.js","../../../node_modules/@mui/utils/esm/deepmerge.js","../../../node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js","../../../node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js","../../../node_modules/prop-types/node_modules/react-is/index.js","../../../node_modules/object-assign/index.js","../../../node_modules/prop-types/lib/ReactPropTypesSecret.js","../../../node_modules/prop-types/lib/has.js","../../../node_modules/prop-types/checkPropTypes.js","../../../node_modules/prop-types/factoryWithTypeCheckers.js","../../../node_modules/prop-types/factoryWithThrowingShims.js","../../../node_modules/prop-types/index.js","../../../node_modules/@mui/utils/esm/formatMuiErrorMessage.js","../../../node_modules/react-is/cjs/react-is.production.min.js","../../../node_modules/react-is/cjs/react-is.development.js","../../../node_modules/react-is/index.js","../../../node_modules/@mui/utils/esm/getDisplayName.js","../../../node_modules/@mui/utils/esm/capitalize/capitalize.js","../../../node_modules/@mui/utils/esm/resolveProps.js","../../../node_modules/@mui/utils/esm/composeClasses/composeClasses.js","../../../node_modules/@mui/utils/esm/ClassNameGenerator/ClassNameGenerator.js","../../../node_modules/@mui/utils/esm/generateUtilityClass/generateUtilityClass.js","../../../node_modules/@mui/utils/esm/generateUtilityClasses/generateUtilityClasses.js","../../../node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js","../../../node_modules/@mui/material/node_modules/clsx/dist/clsx.mjs","../../../node_modules/@mui/system/esm/createTheme/createBreakpoints.js","../../../node_modules/@mui/system/esm/createTheme/shape.js","../../../node_modules/@mui/system/esm/responsivePropType.js","../../../node_modules/@mui/system/esm/merge.js","../../../node_modules/@mui/system/esm/breakpoints.js","../../../node_modules/@mui/system/esm/style.js","../../../node_modules/@mui/system/esm/memoize.js","../../../node_modules/@mui/system/esm/spacing.js","../../../node_modules/@mui/system/esm/createTheme/createSpacing.js","../../../node_modules/@mui/system/esm/compose.js","../../../node_modules/@mui/system/esm/borders.js","../../../node_modules/@mui/system/esm/cssGrid.js","../../../node_modules/@mui/system/esm/palette.js","../../../node_modules/@mui/system/esm/sizing.js","../../../node_modules/@mui/system/esm/styleFunctionSx/defaultSxConfig.js","../../../node_modules/@mui/system/esm/styleFunctionSx/styleFunctionSx.js","../../../node_modules/@mui/system/esm/createTheme/createTheme.js","../../../node_modules/@mui/system/esm/useThemeWithoutDefault.js","../../../node_modules/@mui/system/esm/useTheme.js","../../../node_modules/@mui/system/esm/propsToClassKey.js","../../../node_modules/@mui/system/esm/createStyled.js","../../../node_modules/@mui/system/esm/useThemeProps/getThemeProps.js","../../../node_modules/@mui/system/esm/useThemeProps/useThemeProps.js","../../../node_modules/@mui/system/esm/colorManipulator.js","../../../node_modules/@mui/material/styles/createMixins.js","../../../node_modules/@mui/material/colors/common.js","../../../node_modules/@mui/material/colors/grey.js","../../../node_modules/@mui/material/colors/purple.js","../../../node_modules/@mui/material/colors/red.js","../../../node_modules/@mui/material/colors/orange.js","../../../node_modules/@mui/material/colors/blue.js","../../../node_modules/@mui/material/colors/lightBlue.js","../../../node_modules/@mui/material/colors/green.js","../../../node_modules/@mui/material/styles/createPalette.js","../../../node_modules/@mui/material/styles/createTypography.js","../../../node_modules/@mui/material/styles/shadows.js","../../../node_modules/@mui/material/styles/createTransitions.js","../../../node_modules/@mui/material/styles/zIndex.js","../../../node_modules/@mui/material/styles/createTheme.js","../../../node_modules/@mui/material/styles/defaultTheme.js","../../../node_modules/@mui/material/styles/identifier.js","../../../node_modules/@mui/material/styles/useThemeProps.js","../../../node_modules/@mui/material/styles/styled.js","../../../node_modules/@mui/material/SvgIcon/svgIconClasses.js","../../../node_modules/@mui/material/SvgIcon/SvgIcon.js","../../../node_modules/@mui/material/utils/createSvgIcon.js","../../../node_modules/@mui/icons-material/esm/Menu.js","../src/toolbar.component.tsx"],"sourcesContent":["import { Button as MuiButton } from '@mui/material';\nimport { MouseEventHandler, PropsWithChildren } from 'react';\nimport './button.component.css';\n\nexport type ButtonProps = PropsWithChildren<{\n /** Optional unique identifier */\n id?: string;\n /**\n * Enabled status of button\n *\n * @default false\n */\n isDisabled?: boolean;\n /** Additional css classes to help with unique styling of the button */\n className?: string;\n /** Optional click handler */\n onClick?: MouseEventHandler;\n /** Optional context menu handler */\n onContextMenu?: MouseEventHandler;\n}>;\n\n/**\n * Button a user can click to do something\n *\n * Thanks to MUI for heavy inspiration and documentation\n * https://mui.com/material-ui/getting-started/overview/\n */\nfunction Button({\n id,\n isDisabled = false,\n className,\n onClick,\n onContextMenu,\n children,\n}: ButtonProps) {\n return (\n \n {children}\n \n );\n}\n\nexport default Button;\n","import {\n Autocomplete as MuiComboBox,\n AutocompleteChangeDetails,\n AutocompleteChangeReason,\n TextField as MuiTextField,\n AutocompleteValue,\n} from '@mui/material';\nimport { FocusEventHandler, SyntheticEvent } from 'react';\nimport './combo-box.component.css';\n\nexport type ComboBoxLabelOption = { label: string };\nexport type ComboBoxOption = string | number | ComboBoxLabelOption;\nexport type ComboBoxValue = AutocompleteValue;\nexport type ComboBoxChangeDetails = AutocompleteChangeDetails;\nexport type ComboBoxChangeReason = AutocompleteChangeReason;\n\nexport type ComboBoxProps = {\n /** Optional unique identifier */\n id?: string;\n /** Text label title for combobox */\n title?: string;\n /**\n * If `true`, the component is disabled.\n *\n * @default false\n */\n isDisabled?: boolean;\n /**\n * If `true`, the component can be cleared, and will have a button to do so\n *\n * @default true\n */\n isClearable?: boolean;\n /**\n * True when (input related to) switch is erroneous\n *\n * @default false\n */\n hasError?: boolean;\n /**\n * If `true`, the input will take up the full width of its container.\n *\n * @default false\n */\n isFullWidth?: boolean;\n /** Width of the combobox in pixels. Setting this prop overrides the `isFullWidth` prop */\n width?: number;\n /** List of available options for the dropdown menu */\n options?: readonly T[];\n /** Additional css classes to help with unique styling of the combo box */\n className?: string;\n /**\n * The selected value that the combo box currently holds. Must be shallow equal to one of the\n * options entries.\n */\n value?: T;\n /** Triggers when content of textfield is changed */\n onChange?: (\n event: SyntheticEvent,\n value: ComboBoxValue,\n reason?: ComboBoxChangeReason,\n details?: ComboBoxChangeDetails | undefined,\n ) => void;\n /** Triggers when textfield gets focus */\n onFocus?: FocusEventHandler; // Storybook crashes when giving the combo box focus\n /** Triggers when textfield loses focus */\n onBlur?: FocusEventHandler;\n /** Used to determine the string value for a given option. */\n getOptionLabel?: (option: ComboBoxOption) => string;\n};\n\n/**\n * Dropdown selector displaying various options from which to choose\n *\n * Thanks to MUI for heavy inspiration and documentation\n * https://mui.com/material-ui/getting-started/overview/\n */\nfunction ComboBox({\n id,\n title,\n isDisabled = false,\n isClearable = true,\n hasError = false,\n isFullWidth = false,\n width,\n options = [],\n className,\n value,\n onChange,\n onFocus,\n onBlur,\n getOptionLabel,\n}: ComboBoxProps) {\n return (\n \n id={id}\n disablePortal\n disabled={isDisabled}\n disableClearable={!isClearable}\n fullWidth={isFullWidth}\n options={options}\n className={`papi-combo-box ${hasError ? 'error' : ''} ${className ?? ''}`}\n value={value}\n onChange={onChange}\n onFocus={onFocus}\n onBlur={onBlur}\n getOptionLabel={getOptionLabel}\n renderInput={(props) => (\n \n )}\n />\n );\n}\n\nexport default ComboBox;\n","import { SyntheticEvent, useMemo } from 'react';\nimport { FormControlLabel } from '@mui/material';\nimport ComboBox from './combo-box.component';\n\nexport type ChapterRangeSelectorProps = {\n startChapter: number;\n endChapter: number;\n handleSelectStartChapter: (chapter: number) => void;\n handleSelectEndChapter: (chapter: number) => void;\n isDisabled?: boolean;\n chapterCount: number;\n};\n\nexport default function ChapterRangeSelector({\n startChapter,\n endChapter,\n handleSelectStartChapter,\n handleSelectEndChapter,\n isDisabled,\n chapterCount,\n}: ChapterRangeSelectorProps) {\n const numberArray = useMemo(\n () => Array.from({ length: chapterCount }, (_, index) => index + 1),\n [chapterCount],\n );\n\n const onChangeStartChapter = (_event: SyntheticEvent, value: number) => {\n handleSelectStartChapter(value);\n if (value > endChapter) {\n handleSelectEndChapter(value);\n }\n };\n\n const onChangeEndChapter = (_event: SyntheticEvent, value: number) => {\n handleSelectEndChapter(value);\n if (value < startChapter) {\n handleSelectStartChapter(value);\n }\n };\n\n return (\n <>\n onChangeStartChapter(e, value as number)}\n className=\"book-selection-chapter\"\n key=\"start chapter\"\n isClearable={false}\n options={numberArray}\n getOptionLabel={(option) => option.toString()}\n value={startChapter}\n isDisabled={isDisabled}\n />\n }\n label=\"Chapters\"\n labelPlacement=\"start\"\n />\n onChangeEndChapter(e, value as number)}\n className=\"book-selection-chapter\"\n key=\"end chapter\"\n isClearable={false}\n options={numberArray}\n getOptionLabel={(option) => option.toString()}\n value={endChapter}\n isDisabled={isDisabled}\n />\n }\n label=\"to\"\n labelPlacement=\"start\"\n />\n \n );\n}\n","enum LabelPosition {\n After = 'after',\n Before = 'before',\n Above = 'above',\n Below = 'below',\n}\n\nexport default LabelPosition;\n","import { FormLabel, Checkbox as MuiCheckbox } from '@mui/material';\nimport { ChangeEvent } from 'react';\nimport './checkbox.component.css';\nimport LabelPosition from './label-position.model';\n\nexport type CheckboxProps = {\n /** Optional unique identifier */\n id?: string;\n /** If `true`, the component is checked. */\n isChecked?: boolean;\n /**\n * If specified, the label that will appear associated with the checkbox.\n *\n * @default '' (no label will be shown)\n */\n labelText?: string;\n /**\n * Indicates the position of the label relative to the checkbox.\n *\n * @default 'after'\n */\n labelPosition?: LabelPosition;\n /**\n * If `true`, the component is in the indeterminate state.\n *\n * @default false\n */\n isIndeterminate?: boolean;\n /** If `true`, the component is checked by default. */\n isDefaultChecked?: boolean;\n /**\n * Enabled status of switch\n *\n * @default false\n */\n isDisabled?: boolean;\n /**\n * True when (input related to) switch is erroneous\n *\n * @default false\n */\n hasError?: boolean;\n /** Additional css classes to help with unique styling of the switch */\n className?: string;\n /**\n * Callback fired when the state is changed.\n *\n * @param event The event source of the callback. You can pull out the new value by accessing\n * event.target.value (string). You can pull out the new checked state by accessing\n * event.target.checked (boolean).\n */\n onChange?: (event: ChangeEvent) => void;\n};\n\n/* function CheckboxContainer({ labelText? = '', isDisabled : boolean, hasError : boolean, children? }) {\n return (\n \n {children}\n labelText\n \n );\n} */\n\n/** Primary UI component for user interaction */\nfunction Checkbox({\n id,\n isChecked,\n labelText = '',\n labelPosition = LabelPosition.After,\n isIndeterminate = false,\n isDefaultChecked,\n isDisabled = false,\n hasError = false,\n className,\n onChange,\n}: CheckboxProps) {\n const checkBox = (\n \n );\n\n let result;\n\n if (labelText) {\n const preceding =\n labelPosition === LabelPosition.Before || labelPosition === LabelPosition.Above;\n\n const labelSpan = (\n \n {labelText}\n \n );\n\n const labelIsInline =\n labelPosition === LabelPosition.Before || labelPosition === LabelPosition.After;\n\n const label = labelIsInline ? labelSpan :
{labelSpan}
;\n\n const checkBoxElement = labelIsInline ? checkBox :
{checkBox}
;\n\n result = (\n \n {preceding && label}\n {checkBoxElement}\n {!preceding && label}\n \n );\n } else {\n result = checkBox;\n }\n return result;\n}\n\nexport default Checkbox;\n","import { MenuItem as MuiMenuItem } from '@mui/material';\nimport './menu-item.component.css';\nimport { PropsWithChildren } from 'react';\n\nexport type Command = {\n /** Text (displayable in the UI) as the name of the command */\n name: string;\n\n /** Command to execute (string.string) */\n command: string;\n};\n\nexport interface CommandHandler {\n (command: Command): void;\n}\n\nexport type MenuItemProps = Omit &\n PropsWithChildren<{\n /** Optional unique identifier */\n id?: string;\n\n onClick: () => void;\n }>;\n\nexport type MenuItemInfo = Command & {\n /**\n * If true, list item is focused during the first mount\n *\n * @default false\n */\n hasAutoFocus?: boolean;\n\n /** Additional css classes to help with unique styling of the button */\n className?: string;\n\n /**\n * If true, compact vertical padding designed for keyboard and mouse input is used.\n *\n * @default true\n */\n isDense?: boolean;\n\n /**\n * If true, the left and right padding is removed\n *\n * @default false\n */\n hasDisabledGutters?: boolean;\n\n /**\n * If true, a 1px light border is added to bottom of menu item\n *\n * @default false\n */\n hasDivider?: boolean;\n\n /** Help identify which element has keyboard focus */\n focusVisibleClassName?: string;\n};\n\nfunction MenuItem(props: MenuItemProps) {\n const {\n onClick,\n name,\n hasAutoFocus = false,\n className,\n isDense = true,\n hasDisabledGutters = false,\n hasDivider = false,\n focusVisibleClassName,\n id,\n children,\n } = props;\n\n return (\n \n {name || children}\n \n );\n}\n\nexport default MenuItem;\n","import { Grid } from '@mui/material';\nimport MenuItem, { CommandHandler, MenuItemInfo } from './menu-item.component';\nimport './grid-menu.component.css';\n\nexport type MenuColumnInfo = {\n /** The name of the menu (displayed as the column header). */\n name: string;\n /*\n * The menu items to include.\n */\n items: MenuItemInfo[];\n};\n\ntype MenuColumnProps = MenuColumnInfo & {\n /** Optional unique identifier */\n id?: string;\n\n commandHandler: CommandHandler;\n\n /** Additional css classes to help with unique styling of the toolbar */\n className?: string;\n};\n\nexport type GridMenuInfo = {\n /** The columns to display on the dropdown menu. */\n columns: MenuColumnInfo[];\n};\n\nexport type GridMenuProps = GridMenuInfo & {\n /** Optional unique identifier */\n id?: string;\n\n commandHandler: CommandHandler;\n\n /** Additional css classes to help with unique styling of the toolbar */\n className?: string;\n};\n\nfunction MenuColumn({ commandHandler, name, className, items, id }: MenuColumnProps) {\n return (\n \n

{name}

\n {items.map((menuItem, index) => (\n {\n commandHandler(menuItem);\n }}\n {...menuItem}\n />\n ))}\n
\n );\n}\n\nexport default function GridMenu({ commandHandler, className, columns, id }: GridMenuProps) {\n return (\n \n {columns.map((col, index) => (\n \n ))}\n \n );\n}\n","import { IconButton as MuiIconButton } from '@mui/material';\nimport { MouseEventHandler, PropsWithChildren } from 'react';\nimport './icon-button.component.css';\n\nexport type IconButtonProps = PropsWithChildren<{\n /** Optional unique identifier */\n id?: string;\n /**\n * Required. Used as both the tooltip (aka, title) and the aria-label (used for accessibility,\n * testing, etc.), unless a distinct tooltip is supplied.\n */\n label: string;\n /**\n * Enabled status of button\n *\n * @default false\n */\n isDisabled?: boolean;\n /** Optional tooltip to display if different from the aria-label. */\n tooltip?: string;\n /** If true, no tooltip will be displayed. */\n isTooltipSuppressed?: boolean;\n /**\n * If given, uses a negative margin to counteract the padding on one side (this is often helpful\n * for aligning the left or right side of the icon with content above or below, without ruining\n * the border size and shape).\n *\n * @default false\n */\n adjustMarginToAlignToEdge?: 'end' | 'start' | false;\n /**\n * The size of the component. small is equivalent to the dense button styling.\n *\n * @default false\n */\n size: 'small' | 'medium' | 'large';\n /** Additional css classes to help with unique styling of the button */\n className?: string;\n /** Optional click handler */\n onClick?: MouseEventHandler;\n}>;\n\n/**\n * Iconic button a user can click to do something\n *\n * Thanks to MUI for heavy inspiration and documentation\n * https://mui.com/material-ui/getting-started/overview/\n */\nfunction IconButton({\n id,\n label,\n isDisabled = false,\n tooltip,\n isTooltipSuppressed = false,\n adjustMarginToAlignToEdge = false,\n size = 'medium',\n className,\n onClick,\n children,\n}: IconButtonProps) {\n return (\n \n {children /* the icon to display */}\n \n );\n}\n\nexport default IconButton;\n","var P = Object.defineProperty;\nvar R = (t, e, s) => e in t ? P(t, e, { enumerable: !0, configurable: !0, writable: !0, value: s }) : t[e] = s;\nvar i = (t, e, s) => (R(t, typeof e != \"symbol\" ? e + \"\" : e, s), s);\nclass Z {\n constructor() {\n i(this, \"books\");\n i(this, \"firstSelectedBookNum\");\n i(this, \"lastSelectedBookNum\");\n i(this, \"count\");\n i(this, \"selectedBookNumbers\");\n i(this, \"selectedBookIds\");\n }\n}\nconst m = [\n \"GEN\",\n \"EXO\",\n \"LEV\",\n \"NUM\",\n \"DEU\",\n \"JOS\",\n \"JDG\",\n \"RUT\",\n \"1SA\",\n \"2SA\",\n // 10\n \"1KI\",\n \"2KI\",\n \"1CH\",\n \"2CH\",\n \"EZR\",\n \"NEH\",\n \"EST\",\n \"JOB\",\n \"PSA\",\n \"PRO\",\n // 20\n \"ECC\",\n \"SNG\",\n \"ISA\",\n \"JER\",\n \"LAM\",\n \"EZK\",\n \"DAN\",\n \"HOS\",\n \"JOL\",\n \"AMO\",\n // 30\n \"OBA\",\n \"JON\",\n \"MIC\",\n \"NAM\",\n \"HAB\",\n \"ZEP\",\n \"HAG\",\n \"ZEC\",\n \"MAL\",\n \"MAT\",\n // 40\n \"MRK\",\n \"LUK\",\n \"JHN\",\n \"ACT\",\n \"ROM\",\n \"1CO\",\n \"2CO\",\n \"GAL\",\n \"EPH\",\n \"PHP\",\n // 50\n \"COL\",\n \"1TH\",\n \"2TH\",\n \"1TI\",\n \"2TI\",\n \"TIT\",\n \"PHM\",\n \"HEB\",\n \"JAS\",\n \"1PE\",\n // 60\n \"2PE\",\n \"1JN\",\n \"2JN\",\n \"3JN\",\n \"JUD\",\n \"REV\",\n \"TOB\",\n \"JDT\",\n \"ESG\",\n \"WIS\",\n // 70\n \"SIR\",\n \"BAR\",\n \"LJE\",\n \"S3Y\",\n \"SUS\",\n \"BEL\",\n \"1MA\",\n \"2MA\",\n \"3MA\",\n \"4MA\",\n // 80\n \"1ES\",\n \"2ES\",\n \"MAN\",\n \"PS2\",\n \"ODA\",\n \"PSS\",\n \"JSA\",\n // actual variant text for JOS, now in LXA text\n \"JDB\",\n // actual variant text for JDG, now in LXA text\n \"TBS\",\n // actual variant text for TOB, now in LXA text\n \"SST\",\n // actual variant text for SUS, now in LXA text // 90\n \"DNT\",\n // actual variant text for DAN, now in LXA text\n \"BLT\",\n // actual variant text for BEL, now in LXA text\n \"XXA\",\n \"XXB\",\n \"XXC\",\n \"XXD\",\n \"XXE\",\n \"XXF\",\n \"XXG\",\n \"FRT\",\n // 100\n \"BAK\",\n \"OTH\",\n \"3ES\",\n // Used previously but really should be 2ES\n \"EZA\",\n // Used to be called 4ES, but not actually in any known project\n \"5EZ\",\n // Used to be called 5ES, but not actually in any known project\n \"6EZ\",\n // Used to be called 6ES, but not actually in any known project\n \"INT\",\n \"CNC\",\n \"GLO\",\n \"TDX\",\n // 110\n \"NDX\",\n \"DAG\",\n \"PS3\",\n \"2BA\",\n \"LBA\",\n \"JUB\",\n \"ENO\",\n \"1MQ\",\n \"2MQ\",\n \"3MQ\",\n // 120\n \"REP\",\n \"4BA\",\n \"LAO\"\n], B = [\n \"XXA\",\n \"XXB\",\n \"XXC\",\n \"XXD\",\n \"XXE\",\n \"XXF\",\n \"XXG\",\n \"FRT\",\n \"BAK\",\n \"OTH\",\n \"INT\",\n \"CNC\",\n \"GLO\",\n \"TDX\",\n \"NDX\"\n], X = [\n \"Genesis\",\n \"Exodus\",\n \"Leviticus\",\n \"Numbers\",\n \"Deuteronomy\",\n \"Joshua\",\n \"Judges\",\n \"Ruth\",\n \"1 Samuel\",\n \"2 Samuel\",\n \"1 Kings\",\n \"2 Kings\",\n \"1 Chronicles\",\n \"2 Chronicles\",\n \"Ezra\",\n \"Nehemiah\",\n \"Esther (Hebrew)\",\n \"Job\",\n \"Psalms\",\n \"Proverbs\",\n \"Ecclesiastes\",\n \"Song of Songs\",\n \"Isaiah\",\n \"Jeremiah\",\n \"Lamentations\",\n \"Ezekiel\",\n \"Daniel (Hebrew)\",\n \"Hosea\",\n \"Joel\",\n \"Amos\",\n \"Obadiah\",\n \"Jonah\",\n \"Micah\",\n \"Nahum\",\n \"Habakkuk\",\n \"Zephaniah\",\n \"Haggai\",\n \"Zechariah\",\n \"Malachi\",\n \"Matthew\",\n \"Mark\",\n \"Luke\",\n \"John\",\n \"Acts\",\n \"Romans\",\n \"1 Corinthians\",\n \"2 Corinthians\",\n \"Galatians\",\n \"Ephesians\",\n \"Philippians\",\n \"Colossians\",\n \"1 Thessalonians\",\n \"2 Thessalonians\",\n \"1 Timothy\",\n \"2 Timothy\",\n \"Titus\",\n \"Philemon\",\n \"Hebrews\",\n \"James\",\n \"1 Peter\",\n \"2 Peter\",\n \"1 John\",\n \"2 John\",\n \"3 John\",\n \"Jude\",\n \"Revelation\",\n \"Tobit\",\n \"Judith\",\n \"Esther Greek\",\n \"Wisdom of Solomon\",\n \"Sirach (Ecclesiasticus)\",\n \"Baruch\",\n \"Letter of Jeremiah\",\n \"Song of 3 Young Men\",\n \"Susanna\",\n \"Bel and the Dragon\",\n \"1 Maccabees\",\n \"2 Maccabees\",\n \"3 Maccabees\",\n \"4 Maccabees\",\n \"1 Esdras (Greek)\",\n \"2 Esdras (Latin)\",\n \"Prayer of Manasseh\",\n \"Psalm 151\",\n \"Odes\",\n \"Psalms of Solomon\",\n // WARNING, if you change the spelling of the *obsolete* tag be sure to update\n // IsObsolete routine\n \"Joshua A. *obsolete*\",\n \"Judges B. *obsolete*\",\n \"Tobit S. *obsolete*\",\n \"Susanna Th. *obsolete*\",\n \"Daniel Th. *obsolete*\",\n \"Bel Th. *obsolete*\",\n \"Extra A\",\n \"Extra B\",\n \"Extra C\",\n \"Extra D\",\n \"Extra E\",\n \"Extra F\",\n \"Extra G\",\n \"Front Matter\",\n \"Back Matter\",\n \"Other Matter\",\n \"3 Ezra *obsolete*\",\n \"Apocalypse of Ezra\",\n \"5 Ezra (Latin Prologue)\",\n \"6 Ezra (Latin Epilogue)\",\n \"Introduction\",\n \"Concordance \",\n \"Glossary \",\n \"Topical Index\",\n \"Names Index\",\n \"Daniel Greek\",\n \"Psalms 152-155\",\n \"2 Baruch (Apocalypse)\",\n \"Letter of Baruch\",\n \"Jubilees\",\n \"Enoch\",\n \"1 Meqabyan\",\n \"2 Meqabyan\",\n \"3 Meqabyan\",\n \"Reproof (Proverbs 25-31)\",\n \"4 Baruch (Rest of Baruch)\",\n \"Laodiceans\"\n], E = U();\nfunction g(t, e = !0) {\n return e && (t = t.toUpperCase()), t in E ? E[t] : 0;\n}\nfunction k(t) {\n return g(t) > 0;\n}\nfunction x(t) {\n const e = typeof t == \"string\" ? g(t) : t;\n return e >= 40 && e <= 66;\n}\nfunction T(t) {\n return (typeof t == \"string\" ? g(t) : t) <= 39;\n}\nfunction O(t) {\n return t <= 66;\n}\nfunction V(t) {\n const e = typeof t == \"string\" ? g(t) : t;\n return I(e) && !O(e);\n}\nfunction* _() {\n for (let t = 1; t <= m.length; t++)\n yield t;\n}\nconst L = 1, S = m.length;\nfunction G() {\n return [\"XXA\", \"XXB\", \"XXC\", \"XXD\", \"XXE\", \"XXF\", \"XXG\"];\n}\nfunction C(t, e = \"***\") {\n const s = t - 1;\n return s < 0 || s >= m.length ? e : m[s];\n}\nfunction A(t) {\n return t <= 0 || t > S ? \"******\" : X[t - 1];\n}\nfunction H(t) {\n return A(g(t));\n}\nfunction I(t) {\n const e = typeof t == \"number\" ? C(t) : t;\n return k(e) && !B.includes(e);\n}\nfunction y(t) {\n const e = typeof t == \"number\" ? C(t) : t;\n return k(e) && B.includes(e);\n}\nfunction q(t) {\n return X[t - 1].includes(\"*obsolete*\");\n}\nfunction U() {\n const t = {};\n for (let e = 0; e < m.length; e++)\n t[m[e]] = e + 1;\n return t;\n}\nconst N = {\n allBookIds: m,\n nonCanonicalIds: B,\n bookIdToNumber: g,\n isBookIdValid: k,\n isBookNT: x,\n isBookOT: T,\n isBookOTNT: O,\n isBookDC: V,\n allBookNumbers: _,\n firstBook: L,\n lastBook: S,\n extraBooks: G,\n bookNumberToId: C,\n bookNumberToEnglishName: A,\n bookIdToEnglishName: H,\n isCanonical: I,\n isExtraMaterial: y,\n isObsolete: q\n};\nvar c = /* @__PURE__ */ ((t) => (t[t.Unknown = 0] = \"Unknown\", t[t.Original = 1] = \"Original\", t[t.Septuagint = 2] = \"Septuagint\", t[t.Vulgate = 3] = \"Vulgate\", t[t.English = 4] = \"English\", t[t.RussianProtestant = 5] = \"RussianProtestant\", t[t.RussianOrthodox = 6] = \"RussianOrthodox\", t))(c || {});\nconst f = class {\n // private versInfo: Versification;\n constructor(e) {\n i(this, \"name\");\n i(this, \"fullPath\");\n i(this, \"isPresent\");\n i(this, \"hasVerseSegments\");\n i(this, \"isCustomized\");\n i(this, \"baseVersification\");\n i(this, \"scriptureBooks\");\n i(this, \"_type\");\n if (e != null)\n typeof e == \"string\" ? this.name = e : this._type = e;\n else\n throw new Error(\"Argument null\");\n }\n get type() {\n return this._type;\n }\n equals(e) {\n return !e.type || !this.type ? !1 : e.type === this.type;\n }\n};\nlet u = f;\ni(u, \"Original\", new f(c.Original)), i(u, \"Septuagint\", new f(c.Septuagint)), i(u, \"Vulgate\", new f(c.Vulgate)), i(u, \"English\", new f(c.English)), i(u, \"RussianProtestant\", new f(c.RussianProtestant)), i(u, \"RussianOrthodox\", new f(c.RussianOrthodox));\nfunction M(t, e) {\n const s = e[0];\n for (let n = 1; n < e.length; n++)\n t = t.split(e[n]).join(s);\n return t.split(s);\n}\nvar D = /* @__PURE__ */ ((t) => (t[t.Valid = 0] = \"Valid\", t[t.UnknownVersification = 1] = \"UnknownVersification\", t[t.OutOfRange = 2] = \"OutOfRange\", t[t.VerseOutOfOrder = 3] = \"VerseOutOfOrder\", t[t.VerseRepeated = 4] = \"VerseRepeated\", t))(D || {});\nconst r = class {\n constructor(e, s, n, o) {\n i(this, \"firstChapter\");\n i(this, \"lastChapter\");\n i(this, \"lastVerse\");\n i(this, \"hasSegmentsDefined\");\n i(this, \"text\");\n i(this, \"BBBCCCVVVS\");\n i(this, \"longHashCode\");\n /** The versification of the reference. */\n i(this, \"versification\");\n i(this, \"rtlMark\", \"‏\");\n i(this, \"_bookNum\", 0);\n i(this, \"_chapterNum\", 0);\n i(this, \"_verseNum\", 0);\n i(this, \"_verse\");\n if (n == null && o == null)\n if (e != null && typeof e == \"string\") {\n const a = e, h = s != null && s instanceof u ? s : void 0;\n this.setEmpty(h), this.parse(a);\n } else if (e != null && typeof e == \"number\") {\n const a = s != null && s instanceof u ? s : void 0;\n this.setEmpty(a), this._verseNum = e % r.chapterDigitShifter, this._chapterNum = Math.floor(\n e % r.bookDigitShifter / r.chapterDigitShifter\n ), this._bookNum = Math.floor(e / r.bookDigitShifter);\n } else if (s == null)\n if (e != null && e instanceof r) {\n const a = e;\n this._bookNum = a.bookNum, this._chapterNum = a.chapterNum, this._verseNum = a.verseNum, this._verse = a.verse, this.versification = a.versification;\n } else {\n if (e == null)\n return;\n const a = e instanceof u ? e : r.defaultVersification;\n this.setEmpty(a);\n }\n else\n throw new Error(\"VerseRef constructor not supported.\");\n else if (e != null && s != null && n != null)\n if (typeof e == \"string\" && typeof s == \"string\" && typeof n == \"string\")\n this.setEmpty(o), this.updateInternal(e, s, n);\n else if (typeof e == \"number\" && typeof s == \"number\" && typeof n == \"number\")\n this._bookNum = e, this._chapterNum = s, this._verseNum = n, this.versification = o ?? r.defaultVersification;\n else\n throw new Error(\"VerseRef constructor not supported.\");\n else\n throw new Error(\"VerseRef constructor not supported.\");\n }\n /**\n * @deprecated Will be removed in v2. Replace `VerseRef.parse('...')` with `new VerseRef('...')`\n * or refactor to use `VerseRef.tryParse('...')` which has a different return type.\n */\n static parse(e, s = r.defaultVersification) {\n const n = new r(s);\n return n.parse(e), n;\n }\n /**\n * Determines if the verse string is in a valid format (does not consider versification).\n */\n static isVerseParseable(e) {\n return e.length > 0 && \"0123456789\".includes(e[0]) && !e.endsWith(this.verseRangeSeparator) && !e.endsWith(this.verseSequenceIndicator);\n }\n /**\n * Tries to parse the specified string into a verse reference.\n * @param str - The string to attempt to parse.\n * @returns success: `true` if the specified string was successfully parsed, `false` otherwise.\n * @returns verseRef: The result of the parse if successful, or empty VerseRef if it failed\n */\n static tryParse(e) {\n let s;\n try {\n return s = r.parse(e), { success: !0, verseRef: s };\n } catch (n) {\n if (n instanceof p)\n return s = new r(), { success: !1, verseRef: s };\n throw n;\n }\n }\n /**\n * Gets the reference as a comparable integer where the book, chapter, and verse each occupy 3\n * digits.\n * @param bookNum - Book number (this is 1-based, not an index).\n * @param chapterNum - Chapter number.\n * @param verseNum - Verse number.\n * @returns The reference as a comparable integer where the book, chapter, and verse each occupy 3\n * digits.\n */\n static getBBBCCCVVV(e, s, n) {\n return e % r.bcvMaxValue * r.bookDigitShifter + (s >= 0 ? s % r.bcvMaxValue * r.chapterDigitShifter : 0) + (n >= 0 ? n % r.bcvMaxValue : 0);\n }\n /**\n * Parses a verse string and gets the leading numeric portion as a number.\n * @param verseStr - verse string to parse\n * @returns true if the entire string could be parsed as a single, simple verse number (1-999);\n * false if the verse string represented a verse bridge, contained segment letters, or was invalid\n */\n static tryGetVerseNum(e) {\n let s;\n if (!e)\n return s = -1, { success: !0, vNum: s };\n s = 0;\n let n;\n for (let o = 0; o < e.length; o++) {\n if (n = e[o], n < \"0\" || n > \"9\")\n return o === 0 && (s = -1), { success: !1, vNum: s };\n if (s = s * 10 + +n - +\"0\", s > r.bcvMaxValue)\n return s = -1, { success: !1, vNum: s };\n }\n return { success: !0, vNum: s };\n }\n /**\n * Checks to see if a VerseRef hasn't been set - all values are the default.\n */\n get isDefault() {\n return this.bookNum === 0 && this.chapterNum === 0 && this.verseNum === 0 && this.versification == null;\n }\n /**\n * Gets whether the verse contains multiple verses.\n */\n get hasMultiple() {\n return this._verse != null && (this._verse.includes(r.verseRangeSeparator) || this._verse.includes(r.verseSequenceIndicator));\n }\n /**\n * Gets or sets the book of the reference. Book is the 3-letter abbreviation in capital letters,\n * e.g. `'MAT'`.\n */\n get book() {\n return N.bookNumberToId(this.bookNum, \"\");\n }\n set book(e) {\n this.bookNum = N.bookIdToNumber(e);\n }\n /**\n * Gets or sets the chapter of the reference,. e.g. `'3'`.\n */\n get chapter() {\n return this.isDefault || this._chapterNum < 0 ? \"\" : this._chapterNum.toString();\n }\n set chapter(e) {\n const s = +e;\n this._chapterNum = Number.isInteger(s) ? s : -1;\n }\n /**\n * Gets or sets the verse of the reference, including range, segments, and sequences, e.g. `'4'`,\n * or `'4b-5a, 7'`.\n */\n get verse() {\n return this._verse != null ? this._verse : this.isDefault || this._verseNum < 0 ? \"\" : this._verseNum.toString();\n }\n set verse(e) {\n const { success: s, vNum: n } = r.tryGetVerseNum(e);\n this._verse = s ? void 0 : e.replace(this.rtlMark, \"\"), this._verseNum = n, !(this._verseNum >= 0) && ({ vNum: this._verseNum } = r.tryGetVerseNum(this._verse));\n }\n /**\n * Get or set Book based on book number, e.g. `42`.\n */\n get bookNum() {\n return this._bookNum;\n }\n set bookNum(e) {\n if (e <= 0 || e > N.lastBook)\n throw new p(\n \"BookNum must be greater than zero and less than or equal to last book\"\n );\n this._bookNum = e;\n }\n /**\n * Gets or sets the chapter number, e.g. `3`. `-1` if not valid.\n */\n get chapterNum() {\n return this._chapterNum;\n }\n set chapterNum(e) {\n this.chapterNum = e;\n }\n /**\n * Gets or sets verse start number, e.g. `4`. `-1` if not valid.\n */\n get verseNum() {\n return this._verseNum;\n }\n set verseNum(e) {\n this._verseNum = e;\n }\n /**\n * String representing the versification (should ONLY be used for serialization/deserialization).\n *\n * @remarks This is for backwards compatibility when ScrVers was an enumeration.\n */\n get versificationStr() {\n var e;\n return (e = this.versification) == null ? void 0 : e.name;\n }\n set versificationStr(e) {\n this.versification = this.versification != null ? new u(e) : void 0;\n }\n /**\n * Determines if the reference is valid.\n */\n get valid() {\n return this.validStatus === 0;\n }\n /**\n * Get the valid status for this reference.\n */\n get validStatus() {\n return this.validateVerse(r.verseRangeSeparators, r.verseSequenceIndicators);\n }\n /**\n * Gets the reference as a comparable integer where the book,\n * chapter, and verse each occupy three digits and the verse is 0.\n */\n get BBBCCC() {\n return r.getBBBCCCVVV(this._bookNum, this._chapterNum, 0);\n }\n /**\n * Gets the reference as a comparable integer where the book,\n * chapter, and verse each occupy three digits. If verse is not null\n * (i.e., this reference represents a complex reference with verse\n * segments or bridge) this cannot be used for an exact comparison.\n */\n get BBBCCCVVV() {\n return r.getBBBCCCVVV(this._bookNum, this._chapterNum, this._verseNum);\n }\n /**\n * Gets whether the verse is defined as an excluded verse in the versification.\n * Does not handle verse ranges.\n */\n // eslint-disable-next-line @typescript-eslint/class-literal-property-style\n get isExcluded() {\n return !1;\n }\n /**\n * Parses the reference in the specified string.\n * Optionally versification can follow reference as in GEN 3:11/4\n * Throw an exception if\n * - invalid book name\n * - chapter number is missing or not a number\n * - verse number is missing or does not start with a number\n * - versification is invalid\n * @param verseStr - string to parse e.g. 'MAT 3:11'\n */\n parse(e) {\n if (e = e.replace(this.rtlMark, \"\"), e.includes(\"/\")) {\n const a = e.split(\"/\");\n if (e = a[0], a.length > 1)\n try {\n const h = +a[1].trim();\n this.versification = new u(c[h]);\n } catch {\n throw new p(\"Invalid reference : \" + e);\n }\n }\n const s = e.trim().split(\" \");\n if (s.length !== 2)\n throw new p(\"Invalid reference : \" + e);\n const n = s[1].split(\":\"), o = +n[0];\n if (n.length !== 2 || N.bookIdToNumber(s[0]) === 0 || !Number.isInteger(o) || o < 0 || !r.isVerseParseable(n[1]))\n throw new p(\"Invalid reference : \" + e);\n this.updateInternal(s[0], n[0], n[1]);\n }\n /**\n * Simplifies this verse ref so that it has no bridging of verses or\n * verse segments like `'1a'`.\n */\n simplify() {\n this._verse = void 0;\n }\n /**\n * Makes a clone of the reference.\n *\n * @returns The cloned VerseRef.\n */\n clone() {\n return new r(this);\n }\n toString() {\n const e = this.book;\n return e === \"\" ? \"\" : `${e} ${this.chapter}:${this.verse}`;\n }\n /**\n * Compares this `VerseRef` with supplied one.\n * @param verseRef - `VerseRef` to compare this one to.\n * @returns `true` if this `VerseRef` is equal to the supplied on, `false` otherwise.\n */\n equals(e) {\n return e._bookNum === this._bookNum && e._chapterNum === this._chapterNum && e._verseNum === this._verseNum && e._verse === this._verse && e.versification != null && this.versification != null && e.versification.equals(this.versification);\n }\n /**\n * Enumerate all individual verses contained in a VerseRef.\n * Verse ranges are indicated by \"-\" and consecutive verses by \",\"s.\n * Examples:\n * GEN 1:2 returns GEN 1:2\n * GEN 1:1a-3b,5 returns GEN 1:1a, GEN 1:2, GEN 1:3b, GEN 1:5\n * GEN 1:2a-2c returns //! ??????\n *\n * @param specifiedVersesOnly - if set to true return only verses that are\n * explicitly specified only, not verses within a range. Defaults to `false`.\n * @param verseRangeSeparators - Verse range separators.\n * Defaults to `VerseRef.verseRangeSeparators`.\n * @param verseSequenceSeparators - Verse sequence separators.\n * Defaults to `VerseRef.verseSequenceIndicators`.\n * @returns An array of all single verse references in this VerseRef.\n */\n allVerses(e = !1, s = r.verseRangeSeparators, n = r.verseSequenceIndicators) {\n if (this._verse == null || this.chapterNum <= 0)\n return [this.clone()];\n const o = [], a = M(this._verse, n);\n for (const h of a.map((d) => M(d, s))) {\n const d = this.clone();\n d.verse = h[0];\n const w = d.verseNum;\n if (o.push(d), h.length > 1) {\n const v = this.clone();\n if (v.verse = h[1], !e)\n for (let b = w + 1; b < v.verseNum; b++) {\n const J = new r(\n this._bookNum,\n this._chapterNum,\n b,\n this.versification\n );\n this.isExcluded || o.push(J);\n }\n o.push(v);\n }\n }\n return o;\n }\n /**\n * Validates a verse number using the supplied separators rather than the defaults.\n */\n validateVerse(e, s) {\n if (!this.verse)\n return this.internalValid;\n let n = 0;\n for (const o of this.allVerses(!0, e, s)) {\n const a = o.internalValid;\n if (a !== 0)\n return a;\n const h = o.BBBCCCVVV;\n if (n > h)\n return 3;\n if (n === h)\n return 4;\n n = h;\n }\n return 0;\n }\n /**\n * Gets whether a single verse reference is valid.\n */\n get internalValid() {\n return this.versification == null ? 1 : this._bookNum <= 0 || this._bookNum > N.lastBook ? 2 : 0;\n }\n setEmpty(e = r.defaultVersification) {\n this._bookNum = 0, this._chapterNum = -1, this._verse = void 0, this.versification = e;\n }\n updateInternal(e, s, n) {\n this.bookNum = N.bookIdToNumber(e), this.chapter = s, this.verse = n;\n }\n};\nlet l = r;\ni(l, \"defaultVersification\", u.English), i(l, \"verseRangeSeparator\", \"-\"), i(l, \"verseSequenceIndicator\", \",\"), i(l, \"verseRangeSeparators\", [r.verseRangeSeparator]), i(l, \"verseSequenceIndicators\", [r.verseSequenceIndicator]), i(l, \"chapterDigitShifter\", 1e3), i(l, \"bookDigitShifter\", r.chapterDigitShifter * r.chapterDigitShifter), i(l, \"bcvMaxValue\", r.chapterDigitShifter - 1), /**\n * The valid status of the VerseRef.\n */\ni(l, \"ValidStatusType\", D);\nclass p extends Error {\n}\nexport {\n Z as BookSet,\n N as Canon,\n u as ScrVers,\n c as ScrVersType,\n l as VerseRef,\n p as VerseRefException\n};\n//# sourceMappingURL=index.es.js.map\n","import { Canon } from '@sillsdev/scripture';\nimport { BookInfo, ScriptureReference } from './scripture.model';\nimport { ComboBoxLabelOption } from '../combo-box.component';\n\nconst scrBookData: BookInfo[] = [\n { shortName: 'ERR', fullNames: ['ERROR'], chapters: -1 },\n { shortName: 'GEN', fullNames: ['Genesis'], chapters: 50 },\n { shortName: 'EXO', fullNames: ['Exodus'], chapters: 40 },\n { shortName: 'LEV', fullNames: ['Leviticus'], chapters: 27 },\n { shortName: 'NUM', fullNames: ['Numbers'], chapters: 36 },\n { shortName: 'DEU', fullNames: ['Deuteronomy'], chapters: 34 },\n { shortName: 'JOS', fullNames: ['Joshua'], chapters: 24 },\n { shortName: 'JDG', fullNames: ['Judges'], chapters: 21 },\n { shortName: 'RUT', fullNames: ['Ruth'], chapters: 4 },\n { shortName: '1SA', fullNames: ['1 Samuel'], chapters: 31 },\n { shortName: '2SA', fullNames: ['2 Samuel'], chapters: 24 },\n { shortName: '1KI', fullNames: ['1 Kings'], chapters: 22 },\n { shortName: '2KI', fullNames: ['2 Kings'], chapters: 25 },\n { shortName: '1CH', fullNames: ['1 Chronicles'], chapters: 29 },\n { shortName: '2CH', fullNames: ['2 Chronicles'], chapters: 36 },\n { shortName: 'EZR', fullNames: ['Ezra'], chapters: 10 },\n { shortName: 'NEH', fullNames: ['Nehemiah'], chapters: 13 },\n { shortName: 'EST', fullNames: ['Esther'], chapters: 10 },\n { shortName: 'JOB', fullNames: ['Job'], chapters: 42 },\n { shortName: 'PSA', fullNames: ['Psalm', 'Psalms'], chapters: 150 },\n { shortName: 'PRO', fullNames: ['Proverbs'], chapters: 31 },\n { shortName: 'ECC', fullNames: ['Ecclesiastes'], chapters: 12 },\n { shortName: 'SNG', fullNames: ['Song of Solomon', 'Song of Songs'], chapters: 8 },\n { shortName: 'ISA', fullNames: ['Isaiah'], chapters: 66 },\n { shortName: 'JER', fullNames: ['Jeremiah'], chapters: 52 },\n { shortName: 'LAM', fullNames: ['Lamentations'], chapters: 5 },\n { shortName: 'EZK', fullNames: ['Ezekiel'], chapters: 48 },\n { shortName: 'DAN', fullNames: ['Daniel'], chapters: 12 },\n { shortName: 'HOS', fullNames: ['Hosea'], chapters: 14 },\n { shortName: 'JOL', fullNames: ['Joel'], chapters: 3 },\n { shortName: 'AMO', fullNames: ['Amos'], chapters: 9 },\n { shortName: 'OBA', fullNames: ['Obadiah'], chapters: 1 },\n { shortName: 'JON', fullNames: ['Jonah'], chapters: 4 },\n { shortName: 'MIC', fullNames: ['Micah'], chapters: 7 },\n { shortName: 'NAM', fullNames: ['Nahum'], chapters: 3 },\n { shortName: 'HAB', fullNames: ['Habakkuk'], chapters: 3 },\n { shortName: 'ZEP', fullNames: ['Zephaniah'], chapters: 3 },\n { shortName: 'HAG', fullNames: ['Haggai'], chapters: 2 },\n { shortName: 'ZEC', fullNames: ['Zechariah'], chapters: 14 },\n { shortName: 'MAL', fullNames: ['Malachi'], chapters: 4 },\n { shortName: 'MAT', fullNames: ['Matthew'], chapters: 28 },\n { shortName: 'MRK', fullNames: ['Mark'], chapters: 16 },\n { shortName: 'LUK', fullNames: ['Luke'], chapters: 24 },\n { shortName: 'JHN', fullNames: ['John'], chapters: 21 },\n { shortName: 'ACT', fullNames: ['Acts'], chapters: 28 },\n { shortName: 'ROM', fullNames: ['Romans'], chapters: 16 },\n { shortName: '1CO', fullNames: ['1 Corinthians'], chapters: 16 },\n { shortName: '2CO', fullNames: ['2 Corinthians'], chapters: 13 },\n { shortName: 'GAL', fullNames: ['Galatians'], chapters: 6 },\n { shortName: 'EPH', fullNames: ['Ephesians'], chapters: 6 },\n { shortName: 'PHP', fullNames: ['Philippians'], chapters: 4 },\n { shortName: 'COL', fullNames: ['Colossians'], chapters: 4 },\n { shortName: '1TH', fullNames: ['1 Thessalonians'], chapters: 5 },\n { shortName: '2TH', fullNames: ['2 Thessalonians'], chapters: 3 },\n { shortName: '1TI', fullNames: ['1 Timothy'], chapters: 6 },\n { shortName: '2TI', fullNames: ['2 Timothy'], chapters: 4 },\n { shortName: 'TIT', fullNames: ['Titus'], chapters: 3 },\n { shortName: 'PHM', fullNames: ['Philemon'], chapters: 1 },\n { shortName: 'HEB', fullNames: ['Hebrews'], chapters: 13 },\n { shortName: 'JAS', fullNames: ['James'], chapters: 5 },\n { shortName: '1PE', fullNames: ['1 Peter'], chapters: 5 },\n { shortName: '2PE', fullNames: ['2 Peter'], chapters: 3 },\n { shortName: '1JN', fullNames: ['1 John'], chapters: 5 },\n { shortName: '2JN', fullNames: ['2 John'], chapters: 1 },\n { shortName: '3JN', fullNames: ['3 John'], chapters: 1 },\n { shortName: 'JUD', fullNames: ['Jude'], chapters: 1 },\n { shortName: 'REV', fullNames: ['Revelation'], chapters: 22 },\n];\n\nexport interface BookNameOption extends ComboBoxLabelOption {\n bookId: string;\n}\n\nlet bookNameOptions: BookNameOption[];\n\n/**\n * Gets ComboBox options for book names. Use the _bookId_ for reference rather than the _label_ to\n * aid in localization.\n *\n * @remarks\n * This can be localized by loading _label_ with the localized book name.\n * @returns An array of ComboBox options for book names.\n */\nexport const getBookNameOptions = () => {\n if (!bookNameOptions) {\n bookNameOptions = Canon.allBookIds.map((bookId) => ({\n bookId,\n label: Canon.bookIdToEnglishName(bookId),\n }));\n }\n return bookNameOptions;\n};\n\nexport const FIRST_SCR_BOOK_NUM = 1;\nexport const LAST_SCR_BOOK_NUM = scrBookData.length - 1;\nexport const FIRST_SCR_CHAPTER_NUM = 1;\nexport const FIRST_SCR_VERSE_NUM = 1;\n\nexport const getChaptersForBook = (bookNum: number): number => {\n return scrBookData[bookNum]?.chapters ?? -1;\n};\n\nexport const offsetBook = (scrRef: ScriptureReference, offset: number): ScriptureReference => ({\n bookNum: Math.max(FIRST_SCR_BOOK_NUM, Math.min(scrRef.bookNum + offset, LAST_SCR_BOOK_NUM)),\n chapterNum: 1,\n verseNum: 1,\n});\n\nexport const offsetChapter = (scrRef: ScriptureReference, offset: number): ScriptureReference => ({\n ...scrRef,\n chapterNum: Math.min(\n Math.max(FIRST_SCR_CHAPTER_NUM, scrRef.chapterNum + offset),\n getChaptersForBook(scrRef.bookNum),\n ),\n verseNum: 1,\n});\n\nexport const offsetVerse = (scrRef: ScriptureReference, offset: number): ScriptureReference => ({\n ...scrRef,\n verseNum: Math.max(FIRST_SCR_VERSE_NUM, scrRef.verseNum + offset),\n});\n","import { TextField as MuiTextField } from '@mui/material';\nimport { ChangeEventHandler, FocusEventHandler } from 'react';\n\nexport type TextFieldProps = {\n /**\n * The variant to use.\n *\n * @default 'outlined'\n */\n variant?: 'outlined' | 'filled';\n /** Optional unique identifier */\n id?: string;\n /**\n * If `true`, the component is disabled.\n *\n * @default false\n */\n isDisabled?: boolean;\n /**\n * If `true`, the label is displayed in an error state.\n *\n * @default false\n */\n hasError?: boolean;\n /**\n * If `true`, the input will take up the full width of its container.\n *\n * @default false\n */\n isFullWidth?: boolean;\n /** Text that gives the user instructions on what contents the TextField expects */\n helperText?: string;\n /** The title of the TextField */\n label?: string;\n /** The short hint displayed in the `input` before the user enters a value. */\n placeholder?: string;\n /**\n * If `true`, the label is displayed as required and the `input` element is required.\n *\n * @default false\n */\n isRequired?: boolean;\n /** Additional css classes to help with unique styling of the button */\n className?: string;\n /** Starting value for the text field if it is not controlled */\n defaultValue?: unknown;\n /** Value of the text field if controlled */\n value?: unknown;\n /** Triggers when content of textfield is changed */\n onChange?: ChangeEventHandler;\n /** Triggers when textfield gets focus */\n onFocus?: FocusEventHandler;\n /** Triggers when textfield loses focus */\n onBlur?: FocusEventHandler;\n};\n\n/**\n * Text input field\n *\n * Thanks to MUI for heavy inspiration and documentation\n * https://mui.com/material-ui/getting-started/overview/\n */\nfunction TextField({\n variant = 'outlined',\n id,\n isDisabled = false,\n hasError = false,\n isFullWidth = false,\n helperText,\n label,\n placeholder,\n isRequired = false,\n className,\n defaultValue,\n value,\n onChange,\n onFocus,\n onBlur,\n}: TextFieldProps) {\n return (\n \n );\n}\n\nexport default TextField;\n","import { Canon } from '@sillsdev/scripture';\nimport { SyntheticEvent, useMemo } from 'react';\nimport {\n BookNameOption,\n getBookNameOptions,\n offsetBook,\n offsetChapter,\n offsetVerse,\n FIRST_SCR_BOOK_NUM,\n FIRST_SCR_CHAPTER_NUM,\n FIRST_SCR_VERSE_NUM,\n getChaptersForBook,\n} from './scripture/scripture-util';\nimport { ScriptureReference } from './scripture/scripture.model';\nimport './ref-selector.component.css';\nimport ComboBox from './combo-box.component';\nimport Button from './button.component';\nimport TextField from './text-field.component';\n\nexport interface ScrRefSelectorProps {\n scrRef: ScriptureReference;\n handleSubmit: (scrRef: ScriptureReference) => void;\n id?: string;\n}\n\nfunction RefSelector({ scrRef, handleSubmit, id }: ScrRefSelectorProps) {\n const onChangeBook = (newRef: ScriptureReference) => {\n handleSubmit(newRef);\n };\n\n const onSelectBook = (_event: SyntheticEvent, value: unknown) => {\n // Asserting because value is type unknown, value is type unknown because combobox props aren't precise enough yet\n // Issue https://github.com/paranext/paranext-core/issues/560\n // eslint-disable-next-line no-type-assertion/no-type-assertion\n const bookNum: number = Canon.bookIdToNumber((value as BookNameOption).bookId);\n const newRef: ScriptureReference = { bookNum, chapterNum: 1, verseNum: 1 };\n\n onChangeBook(newRef);\n };\n\n const onChangeChapter = (event: { target: { value: number | string } }) => {\n handleSubmit({ ...scrRef, chapterNum: +event.target.value });\n };\n\n const onChangeVerse = (event: { target: { value: number | string } }) => {\n handleSubmit({ ...scrRef, verseNum: +event.target.value });\n };\n\n const currentBookName = useMemo(() => getBookNameOptions()[scrRef.bookNum - 1], [scrRef.bookNum]);\n\n return (\n \n \n onChangeBook(offsetBook(scrRef, -1))}\n isDisabled={scrRef.bookNum <= FIRST_SCR_BOOK_NUM}\n >\n <\n \n onChangeBook(offsetBook(scrRef, 1))}\n isDisabled={scrRef.bookNum >= getBookNameOptions().length}\n >\n >\n \n \n handleSubmit(offsetChapter(scrRef, -1))}\n isDisabled={scrRef.chapterNum <= FIRST_SCR_CHAPTER_NUM}\n >\n <\n \n handleSubmit(offsetChapter(scrRef, 1))}\n isDisabled={scrRef.chapterNum >= getChaptersForBook(scrRef.bookNum)}\n >\n >\n \n \n handleSubmit(offsetVerse(scrRef, -1))}\n isDisabled={scrRef.verseNum <= FIRST_SCR_VERSE_NUM}\n >\n <\n \n \n \n );\n}\n\nexport default RefSelector;\n","import { Paper } from '@mui/material';\nimport { useState } from 'react';\nimport TextField from './text-field.component';\nimport './search-bar.component.css';\n\nexport type SearchBarProps = {\n /**\n * Callback fired to handle the search query when button pressed\n *\n * @param searchQuery\n */\n onSearch: (searchQuery: string) => void;\n\n /** Optional string that appears in the search bar without a search string */\n placeholder?: string;\n\n /** Optional boolean to set the input base to full width */\n isFullWidth?: boolean;\n};\n\nexport default function SearchBar({ onSearch, placeholder, isFullWidth }: SearchBarProps) {\n const [searchQuery, setSearchQuery] = useState('');\n\n const handleInputChange = (searchString: string) => {\n setSearchQuery(searchString);\n onSearch(searchString);\n };\n\n return (\n \n handleInputChange(e.target.value)}\n />\n \n );\n}\n","import { Slider as MuiSlider } from '@mui/material';\nimport { SyntheticEvent } from 'react';\nimport './slider.component.css';\n\nexport type SliderProps = {\n /** Optional unique identifier */\n id?: string;\n /**\n * If `true`, the component is disabled.\n *\n * @default false\n */\n isDisabled?: boolean;\n /**\n * The component orientation.\n *\n * @default 'horizontal'\n */\n orientation?: 'horizontal' | 'vertical';\n /**\n * The minimum allowed value of the slider. Should not be equal to max.\n *\n * @default 0\n */\n min?: number;\n /**\n * The maximum allowed value of the slider. Should not be equal to min.\n *\n * @default 100\n */\n max?: number;\n /**\n * The granularity with which the slider can step through values. (A \"discrete\" slider.) The `min`\n * prop serves as the origin for the valid values. We recommend (max - min) to be evenly divisible\n * by the step.\n *\n * @default 1\n */\n step?: number;\n /**\n * Marks indicate predetermined values to which the user can move the slider. If `true` the marks\n * are spaced according the value of the `step` prop.\n *\n * @default false\n */\n showMarks?: boolean;\n /** The default value. Use when the component is not controlled. */\n defaultValue?: number;\n /** The value of the slider. For ranged sliders, provide an array with two values. */\n value?: number | number[];\n /**\n * Controls when the value label is displayed:\n *\n * - `auto` the value label will display when the thumb is hovered or focused.\n * - `on` will display persistently.\n * - `off` will never display.\n *\n * @default 'off'\n */\n valueLabelDisplay?: 'on' | 'auto' | 'off';\n /** Additional css classes to help with unique styling of the button */\n className?: string;\n /**\n * Callback function that is fired when the slider's value changed.\n *\n * @param event The event source of the callback. You can pull out the new value by accessing\n * event.target.value (any). Warning: This is a generic event not a change event.\n * @param value The new value.\n * @param activeThumb Index of the currently moved thumb.\n */\n onChange?: (event: Event, value: number | number[], activeThumb: number) => void;\n /**\n * Callback function that is fired when the mouseup is triggered.\n *\n * @param event The event source of the callback. Warning: This is a generic event not a change\n * event.\n * @param value The new value.\n */\n onChangeCommitted?: (\n event: Event | SyntheticEvent,\n value: number | number[],\n ) => void;\n};\n\n/**\n * Slider that allows selecting a value from a range\n *\n * Thanks to MUI for heavy inspiration and documentation\n * https://mui.com/material-ui/getting-started/overview/\n */\nfunction Slider({\n id,\n isDisabled = false,\n orientation = 'horizontal',\n min = 0,\n max = 100,\n step = 1,\n showMarks = false,\n defaultValue,\n value,\n valueLabelDisplay = 'off',\n className,\n onChange,\n onChangeCommitted,\n}: SliderProps) {\n return (\n \n );\n}\n\nexport default Slider;\n","import { Snackbar as MuiSnackbar, SnackbarCloseReason, SnackbarOrigin } from '@mui/material';\nimport { SyntheticEvent, ReactNode, PropsWithChildren } from 'react';\nimport './snackbar.component.css';\n\nexport type CloseReason = SnackbarCloseReason;\nexport type AnchorOrigin = SnackbarOrigin;\n\nexport type SnackbarContentProps = {\n /** The action to display, renders after the message */\n action?: ReactNode;\n\n /** The message to display */\n message?: ReactNode;\n\n /** Additional css classes to help with unique styling of the snackbar, internal */\n className?: string;\n};\n\nexport type SnackbarProps = PropsWithChildren<{\n /** Optional unique identifier */\n id?: string;\n\n /**\n * If true, the component is shown\n *\n * @default false\n */\n isOpen?: boolean;\n\n /**\n * The number of milliseconds to wait before automatically calling onClose()\n *\n * @default null\n */\n autoHideDuration?: number | null;\n\n /** Additional css classes to help with unique styling of the snackbar, external */\n className?: string;\n\n /**\n * Optional, used to control the open prop event: Event | SyntheticEvent, reason:\n * string\n */\n onClose?: (event: Event | SyntheticEvent, reason: CloseReason) => void;\n\n /**\n * The anchor of the `Snackbar`. The horizontal alignment is ignored.\n *\n * @default { vertical: 'bottom', horizontal: 'left' }\n */\n anchorOrigin?: AnchorOrigin;\n\n /** Props applied to the [`SnackbarContent`](/material-ui/api/snackbar-content/) element. */\n ContentProps?: SnackbarContentProps;\n}>;\n\n/**\n * Snackbar that provides brief notifications\n *\n * Thanks to MUI for heavy inspiration and documentation\n * https://mui.com/material-ui/getting-started/overview/\n */\nfunction Snackbar({\n autoHideDuration = null,\n id,\n isOpen = false,\n className,\n onClose,\n anchorOrigin = { vertical: 'bottom', horizontal: 'left' },\n ContentProps,\n children,\n}: SnackbarProps) {\n const newContentProps: SnackbarContentProps = {\n action: ContentProps?.action || children,\n message: ContentProps?.message,\n className,\n };\n\n return (\n \n );\n}\n\nexport default Snackbar;\n","import { Switch as MuiSwitch } from '@mui/material';\nimport { ChangeEvent } from 'react';\nimport './switch.component.css';\n\nexport type SwitchProps = {\n /** Optional unique identifier */\n id?: string;\n /** If `true`, the component is checked. */\n isChecked?: boolean;\n /**\n * Enabled status of switch\n *\n * @default false\n */\n isDisabled?: boolean;\n /**\n * True when (input related to) switch is erroneous\n *\n * @default false\n */\n hasError?: boolean;\n /** Additional css classes to help with unique styling of the switch */\n className?: string;\n /**\n * Callback fired when the state is changed.\n *\n * @param event The event source of the callback. You can pull out the new value by accessing\n * event.target.value (string). You can pull out the new checked state by accessing\n * event.target.checked (boolean).\n */\n onChange?: (event: ChangeEvent) => void;\n};\n\n/**\n * Switch to toggle on and off\n *\n * Thanks to MUI for heavy inspiration and documentation\n * https://mui.com/material-ui/getting-started/overview/\n */\nfunction Switch({\n id,\n isChecked: checked,\n isDisabled = false,\n hasError = false,\n className,\n onChange,\n}: SwitchProps) {\n return (\n \n );\n}\n\nexport default Switch;\n","import DataGrid, {\n CellClickArgs,\n CellKeyboardEvent,\n CellKeyDownArgs,\n CellMouseEvent,\n CopyEvent,\n PasteEvent,\n RowsChangeData,\n RenderCellProps,\n RenderCheckboxProps,\n SelectColumn,\n SortColumn,\n} from 'react-data-grid';\nimport { ChangeEvent, Key, ReactElement, ReactNode, UIEvent, useMemo } from 'react';\nimport Checkbox from './checkbox.component';\nimport TextField from './text-field.component';\n\nimport 'react-data-grid/lib/styles.css';\nimport './table.component.css';\n\nexport interface TableCalculatedColumn extends TableColumn {\n readonly idx: number;\n readonly width: number | string;\n readonly minWidth: number;\n readonly maxWidth: number | undefined;\n readonly resizable: boolean;\n readonly sortable: boolean;\n readonly frozen: boolean;\n readonly isLastFrozenColumn: boolean;\n readonly rowGroup: boolean;\n readonly renderCell: (props: RenderCellProps) => ReactNode;\n}\nexport type TableCellClickArgs = CellClickArgs;\nexport type TableCellKeyboardEvent = CellKeyboardEvent;\nexport type TableCellKeyDownArgs = CellKeyDownArgs;\nexport type TableCellMouseEvent = CellMouseEvent;\nexport type TableColumn = {\n /** The name of the column. By default it will be displayed in the header cell */\n readonly name: string | ReactElement;\n /** A unique key to distinguish each column */\n readonly key: string;\n /**\n * Column width. If not specified, it will be determined automatically based on grid width and\n * specified widths of other columns\n */\n readonly width?: number | string;\n /** Minimum column width in px. */\n readonly minWidth?: number;\n /** Maximum column width in px. */\n readonly maxWidth?: number;\n /**\n * If `true`, editing is enabled. If no custom cell editor is provided through `renderEditCell`\n * the default text editor will be used for editing. Note: If `editable` is set to 'true' and no\n * custom `renderEditCell` is provided, the internal logic that sets the `renderEditCell` will\n * shallow clone the column.\n */\n readonly editable?: boolean | ((row: R) => boolean) | null;\n /** Determines whether column is frozen or not */\n readonly frozen?: boolean;\n /** Enable resizing of a column */\n readonly resizable?: boolean;\n /** Enable sorting of a column */\n readonly sortable?: boolean;\n /**\n * Sets the column sort order to be descending instead of ascending the first time the column is\n * sorted\n */\n readonly sortDescendingFirst?: boolean | null;\n /**\n * Editor to be rendered when cell of column is being edited. Don't forget to also set the\n * `editable` prop to true in order to enable editing.\n */\n readonly renderEditCell?: ((props: TableEditorProps) => ReactNode) | null;\n};\nexport type TableCopyEvent = CopyEvent;\nexport type TableEditorProps = {\n column: TableCalculatedColumn;\n row: R;\n onRowChange: (row: R, commitChanges?: boolean) => void;\n // Unused currently, but needed to commit changes from editing\n // eslint-disable-next-line react/no-unused-prop-types\n onClose: (commitChanges?: boolean) => void;\n};\nexport type TablePasteEvent = PasteEvent;\nexport type TableRowsChangeData = RowsChangeData;\nexport type TableSortColumn = SortColumn;\n\nfunction TableTextEditor({ onRowChange, row, column }: TableEditorProps): ReactElement {\n const changeHandler = (e: ChangeEvent) => {\n onRowChange({ ...row, [column.key]: e.target.value });\n };\n\n return ;\n}\n\nconst renderCheckbox = ({ onChange, disabled, checked, ...props }: RenderCheckboxProps) => {\n const handleChange = (e: ChangeEvent) => {\n onChange(e.target.checked, (e.nativeEvent as MouseEvent).shiftKey);\n };\n\n return (\n \n );\n};\n\n// Subset of https://github.com/adazzle/react-data-grid#api\nexport type TableProps = {\n /** An array of objects representing each column on the grid */\n columns: readonly TableColumn[];\n /** Whether or not a column with checkboxes is inserted that allows you to select rows */\n enableSelectColumn?: boolean;\n /**\n * Specifies the width of the select column. Only relevant when enableSelectColumn is true\n *\n * @default 50\n */\n selectColumnWidth?: number;\n /** An array of objects representing the currently sorted columns */\n sortColumns?: readonly TableSortColumn[];\n /**\n * A callback function that is called when the sorted columns change\n *\n * @param sortColumns An array of objects representing the currently sorted columns in the table.\n */\n onSortColumnsChange?: (sortColumns: TableSortColumn[]) => void;\n /**\n * A callback function that is called when a column is resized\n *\n * @param idx The index of the column being resized\n * @param width The new width of the column in pixels\n */\n onColumnResize?: (idx: number, width: number) => void;\n /**\n * Default column width. If not specified, it will be determined automatically based on grid width\n * and specified widths of other columns\n */\n defaultColumnWidth?: number;\n /** Minimum column width in px. */\n defaultColumnMinWidth?: number;\n /** Maximum column width in px. */\n defaultColumnMaxWidth?: number;\n /**\n * Whether or not columns are sortable by default\n *\n * @default true\n */\n defaultColumnSortable?: boolean;\n /**\n * Whether or not columns are resizable by default\n *\n * @default true\n */\n defaultColumnResizable?: boolean;\n /** An array of objects representing the rows in the grid */\n rows: readonly R[];\n /** A function that returns the key for a given row */\n rowKeyGetter?: (row: R) => Key;\n /**\n * The height of each row in pixels\n *\n * @default 35\n */\n rowHeight?: number;\n /**\n * The height of the header row in pixels\n *\n * @default 35\n */\n headerRowHeight?: number;\n /** A set of keys representing the currently selected rows */\n selectedRows?: ReadonlySet;\n /** A callback function that is called when the selected rows change */\n onSelectedRowsChange?: (selectedRows: Set) => void;\n /** A callback function that is called when the rows in the grid change */\n onRowsChange?: (rows: R[], data: TableRowsChangeData) => void;\n /**\n * A callback function that is called when a cell is clicked\n *\n * @param event The event source of the callback\n */\n onCellClick?: (args: TableCellClickArgs, event: TableCellMouseEvent) => void;\n /**\n * A callback function that is called when a cell is double-clicked\n *\n * @param event The event source of the callback\n */\n onCellDoubleClick?: (args: TableCellClickArgs, event: TableCellMouseEvent) => void;\n /**\n * A callback function that is called when a cell is right-clicked\n *\n * @param event The event source of the callback\n */\n onCellContextMenu?: (args: TableCellClickArgs, event: TableCellMouseEvent) => void;\n /**\n * A callback function that is called when a key is pressed while a cell is focused\n *\n * @param event The event source of the callback\n */\n onCellKeyDown?: (args: TableCellKeyDownArgs, event: TableCellKeyboardEvent) => void;\n /**\n * The text direction of the table\n *\n * @default 'ltr'\n */\n direction?: 'ltr' | 'rtl';\n /**\n * Whether or not virtualization is enabled for the table\n *\n * @default true\n */\n enableVirtualization?: boolean;\n /**\n * A callback function that is called when the table is scrolled\n *\n * @param event The event source of the callback\n */\n onScroll?: (event: UIEvent) => void;\n /**\n * A callback function that is called when the user copies data from the table.\n *\n * @param event The event source of the callback\n */\n onCopy?: (event: TableCopyEvent) => void;\n /**\n * A callback function that is called when the user pastes data into the table.\n *\n * @param event The event source of the callback\n */\n onPaste?: (event: TablePasteEvent) => R;\n /** Additional css classes to help with unique styling of the table */\n className?: string;\n /** Optional unique identifier */\n // Patched react-data-grid@7.0.0-beta.34 to add this prop, link to issue: https://github.com/adazzle/react-data-grid/issues/3305\n id?: string;\n};\n\n/**\n * Configurable table component\n *\n * Thanks to Adazzle for heavy inspiration and documentation\n * https://adazzle.github.io/react-data-grid/\n */\nfunction Table({\n columns,\n sortColumns,\n onSortColumnsChange,\n onColumnResize,\n defaultColumnWidth,\n defaultColumnMinWidth,\n defaultColumnMaxWidth,\n defaultColumnSortable = true,\n defaultColumnResizable = true,\n rows,\n enableSelectColumn,\n selectColumnWidth = 50,\n rowKeyGetter,\n rowHeight = 35,\n headerRowHeight = 35,\n selectedRows,\n onSelectedRowsChange,\n onRowsChange,\n onCellClick,\n onCellDoubleClick,\n onCellContextMenu,\n onCellKeyDown,\n direction = 'ltr',\n enableVirtualization = true,\n onCopy,\n onPaste,\n onScroll,\n className,\n id,\n}: TableProps) {\n const cachedColumns = useMemo(() => {\n const editableColumns = columns.map((column) => {\n if (typeof column.editable === 'function') {\n const editableFalsy = (row: R) => {\n // We've already confirmed that editable is a function\n return !!(column.editable as (row: R) => boolean)(row);\n };\n return {\n ...column,\n editable: editableFalsy,\n renderEditCell: column.renderEditCell || TableTextEditor,\n };\n }\n if (column.editable && !column.renderEditCell) {\n return { ...column, renderEditCell: TableTextEditor };\n }\n if (column.renderEditCell && !column.editable) {\n return { ...column, editable: false };\n }\n return column;\n });\n\n return enableSelectColumn\n ? [{ ...SelectColumn, minWidth: selectColumnWidth }, ...editableColumns]\n : editableColumns;\n }, [columns, enableSelectColumn, selectColumnWidth]);\n\n return (\n \n columns={cachedColumns}\n defaultColumnOptions={{\n width: defaultColumnWidth,\n minWidth: defaultColumnMinWidth,\n maxWidth: defaultColumnMaxWidth,\n sortable: defaultColumnSortable,\n resizable: defaultColumnResizable,\n }}\n sortColumns={sortColumns}\n onSortColumnsChange={onSortColumnsChange}\n onColumnResize={onColumnResize}\n rows={rows}\n rowKeyGetter={rowKeyGetter}\n rowHeight={rowHeight}\n headerRowHeight={headerRowHeight}\n selectedRows={selectedRows}\n onSelectedRowsChange={onSelectedRowsChange}\n onRowsChange={onRowsChange}\n onCellClick={onCellClick}\n onCellDoubleClick={onCellDoubleClick}\n onCellContextMenu={onCellContextMenu}\n onCellKeyDown={onCellKeyDown}\n direction={direction}\n enableVirtualization={enableVirtualization}\n onCopy={onCopy}\n onPaste={onPaste}\n onScroll={onScroll}\n renderers={{ renderCheckbox }}\n className={className ?? 'rdg-light'}\n id={id}\n />\n );\n}\n\nexport default Table;\n","export default function _extends() {\n _extends = Object.assign ? Object.assign.bind() : function (target) {\n for (var i = 1; i < arguments.length; i++) {\n var source = arguments[i];\n for (var key in source) {\n if (Object.prototype.hasOwnProperty.call(source, key)) {\n target[key] = source[key];\n }\n }\n }\n return target;\n };\n return _extends.apply(this, arguments);\n}","import _extends from \"@babel/runtime/helpers/esm/extends\";\nexport function isPlainObject(item) {\n return item !== null && typeof item === 'object' && item.constructor === Object;\n}\nfunction deepClone(source) {\n if (!isPlainObject(source)) {\n return source;\n }\n const output = {};\n Object.keys(source).forEach(key => {\n output[key] = deepClone(source[key]);\n });\n return output;\n}\nexport default function deepmerge(target, source, options = {\n clone: true\n}) {\n const output = options.clone ? _extends({}, target) : target;\n if (isPlainObject(target) && isPlainObject(source)) {\n Object.keys(source).forEach(key => {\n // Avoid prototype pollution\n if (key === '__proto__') {\n return;\n }\n if (isPlainObject(source[key]) && key in target && isPlainObject(target[key])) {\n // Since `output` is a clone of `target` and we have narrowed `target` in this block we can cast to the same type.\n output[key] = deepmerge(target[key], source[key], options);\n } else if (options.clone) {\n output[key] = isPlainObject(source[key]) ? deepClone(source[key]) : source[key];\n } else {\n output[key] = source[key];\n }\n });\n }\n return output;\n}","/** @license React v16.13.1\n * react-is.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';var b=\"function\"===typeof Symbol&&Symbol.for,c=b?Symbol.for(\"react.element\"):60103,d=b?Symbol.for(\"react.portal\"):60106,e=b?Symbol.for(\"react.fragment\"):60107,f=b?Symbol.for(\"react.strict_mode\"):60108,g=b?Symbol.for(\"react.profiler\"):60114,h=b?Symbol.for(\"react.provider\"):60109,k=b?Symbol.for(\"react.context\"):60110,l=b?Symbol.for(\"react.async_mode\"):60111,m=b?Symbol.for(\"react.concurrent_mode\"):60111,n=b?Symbol.for(\"react.forward_ref\"):60112,p=b?Symbol.for(\"react.suspense\"):60113,q=b?\nSymbol.for(\"react.suspense_list\"):60120,r=b?Symbol.for(\"react.memo\"):60115,t=b?Symbol.for(\"react.lazy\"):60116,v=b?Symbol.for(\"react.block\"):60121,w=b?Symbol.for(\"react.fundamental\"):60117,x=b?Symbol.for(\"react.responder\"):60118,y=b?Symbol.for(\"react.scope\"):60119;\nfunction z(a){if(\"object\"===typeof a&&null!==a){var u=a.$$typeof;switch(u){case c:switch(a=a.type,a){case l:case m:case e:case g:case f:case p:return a;default:switch(a=a&&a.$$typeof,a){case k:case n:case t:case r:case h:return a;default:return u}}case d:return u}}}function A(a){return z(a)===m}exports.AsyncMode=l;exports.ConcurrentMode=m;exports.ContextConsumer=k;exports.ContextProvider=h;exports.Element=c;exports.ForwardRef=n;exports.Fragment=e;exports.Lazy=t;exports.Memo=r;exports.Portal=d;\nexports.Profiler=g;exports.StrictMode=f;exports.Suspense=p;exports.isAsyncMode=function(a){return A(a)||z(a)===l};exports.isConcurrentMode=A;exports.isContextConsumer=function(a){return z(a)===k};exports.isContextProvider=function(a){return z(a)===h};exports.isElement=function(a){return\"object\"===typeof a&&null!==a&&a.$$typeof===c};exports.isForwardRef=function(a){return z(a)===n};exports.isFragment=function(a){return z(a)===e};exports.isLazy=function(a){return z(a)===t};\nexports.isMemo=function(a){return z(a)===r};exports.isPortal=function(a){return z(a)===d};exports.isProfiler=function(a){return z(a)===g};exports.isStrictMode=function(a){return z(a)===f};exports.isSuspense=function(a){return z(a)===p};\nexports.isValidElementType=function(a){return\"string\"===typeof a||\"function\"===typeof a||a===e||a===m||a===g||a===f||a===p||a===q||\"object\"===typeof a&&null!==a&&(a.$$typeof===t||a.$$typeof===r||a.$$typeof===h||a.$$typeof===k||a.$$typeof===n||a.$$typeof===w||a.$$typeof===x||a.$$typeof===y||a.$$typeof===v)};exports.typeOf=z;\n","/** @license React v16.13.1\n * react-is.development.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\n\n\nif (process.env.NODE_ENV !== \"production\") {\n (function() {\n'use strict';\n\n// The Symbol used to tag the ReactElement-like types. If there is no native Symbol\n// nor polyfill, then a plain number is used for performance.\nvar hasSymbol = typeof Symbol === 'function' && Symbol.for;\nvar REACT_ELEMENT_TYPE = hasSymbol ? Symbol.for('react.element') : 0xeac7;\nvar REACT_PORTAL_TYPE = hasSymbol ? Symbol.for('react.portal') : 0xeaca;\nvar REACT_FRAGMENT_TYPE = hasSymbol ? Symbol.for('react.fragment') : 0xeacb;\nvar REACT_STRICT_MODE_TYPE = hasSymbol ? Symbol.for('react.strict_mode') : 0xeacc;\nvar REACT_PROFILER_TYPE = hasSymbol ? Symbol.for('react.profiler') : 0xead2;\nvar REACT_PROVIDER_TYPE = hasSymbol ? Symbol.for('react.provider') : 0xeacd;\nvar REACT_CONTEXT_TYPE = hasSymbol ? Symbol.for('react.context') : 0xeace; // TODO: We don't use AsyncMode or ConcurrentMode anymore. They were temporary\n// (unstable) APIs that have been removed. Can we remove the symbols?\n\nvar REACT_ASYNC_MODE_TYPE = hasSymbol ? Symbol.for('react.async_mode') : 0xeacf;\nvar REACT_CONCURRENT_MODE_TYPE = hasSymbol ? Symbol.for('react.concurrent_mode') : 0xeacf;\nvar REACT_FORWARD_REF_TYPE = hasSymbol ? Symbol.for('react.forward_ref') : 0xead0;\nvar REACT_SUSPENSE_TYPE = hasSymbol ? Symbol.for('react.suspense') : 0xead1;\nvar REACT_SUSPENSE_LIST_TYPE = hasSymbol ? Symbol.for('react.suspense_list') : 0xead8;\nvar REACT_MEMO_TYPE = hasSymbol ? Symbol.for('react.memo') : 0xead3;\nvar REACT_LAZY_TYPE = hasSymbol ? Symbol.for('react.lazy') : 0xead4;\nvar REACT_BLOCK_TYPE = hasSymbol ? Symbol.for('react.block') : 0xead9;\nvar REACT_FUNDAMENTAL_TYPE = hasSymbol ? Symbol.for('react.fundamental') : 0xead5;\nvar REACT_RESPONDER_TYPE = hasSymbol ? Symbol.for('react.responder') : 0xead6;\nvar REACT_SCOPE_TYPE = hasSymbol ? Symbol.for('react.scope') : 0xead7;\n\nfunction isValidElementType(type) {\n return typeof type === 'string' || typeof type === 'function' || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.\n type === REACT_FRAGMENT_TYPE || type === REACT_CONCURRENT_MODE_TYPE || type === REACT_PROFILER_TYPE || type === REACT_STRICT_MODE_TYPE || type === REACT_SUSPENSE_TYPE || type === REACT_SUSPENSE_LIST_TYPE || typeof type === 'object' && type !== null && (type.$$typeof === REACT_LAZY_TYPE || type.$$typeof === REACT_MEMO_TYPE || type.$$typeof === REACT_PROVIDER_TYPE || type.$$typeof === REACT_CONTEXT_TYPE || type.$$typeof === REACT_FORWARD_REF_TYPE || type.$$typeof === REACT_FUNDAMENTAL_TYPE || type.$$typeof === REACT_RESPONDER_TYPE || type.$$typeof === REACT_SCOPE_TYPE || type.$$typeof === REACT_BLOCK_TYPE);\n}\n\nfunction typeOf(object) {\n if (typeof object === 'object' && object !== null) {\n var $$typeof = object.$$typeof;\n\n switch ($$typeof) {\n case REACT_ELEMENT_TYPE:\n var type = object.type;\n\n switch (type) {\n case REACT_ASYNC_MODE_TYPE:\n case REACT_CONCURRENT_MODE_TYPE:\n case REACT_FRAGMENT_TYPE:\n case REACT_PROFILER_TYPE:\n case REACT_STRICT_MODE_TYPE:\n case REACT_SUSPENSE_TYPE:\n return type;\n\n default:\n var $$typeofType = type && type.$$typeof;\n\n switch ($$typeofType) {\n case REACT_CONTEXT_TYPE:\n case REACT_FORWARD_REF_TYPE:\n case REACT_LAZY_TYPE:\n case REACT_MEMO_TYPE:\n case REACT_PROVIDER_TYPE:\n return $$typeofType;\n\n default:\n return $$typeof;\n }\n\n }\n\n case REACT_PORTAL_TYPE:\n return $$typeof;\n }\n }\n\n return undefined;\n} // AsyncMode is deprecated along with isAsyncMode\n\nvar AsyncMode = REACT_ASYNC_MODE_TYPE;\nvar ConcurrentMode = REACT_CONCURRENT_MODE_TYPE;\nvar ContextConsumer = REACT_CONTEXT_TYPE;\nvar ContextProvider = REACT_PROVIDER_TYPE;\nvar Element = REACT_ELEMENT_TYPE;\nvar ForwardRef = REACT_FORWARD_REF_TYPE;\nvar Fragment = REACT_FRAGMENT_TYPE;\nvar Lazy = REACT_LAZY_TYPE;\nvar Memo = REACT_MEMO_TYPE;\nvar Portal = REACT_PORTAL_TYPE;\nvar Profiler = REACT_PROFILER_TYPE;\nvar StrictMode = REACT_STRICT_MODE_TYPE;\nvar Suspense = REACT_SUSPENSE_TYPE;\nvar hasWarnedAboutDeprecatedIsAsyncMode = false; // AsyncMode should be deprecated\n\nfunction isAsyncMode(object) {\n {\n if (!hasWarnedAboutDeprecatedIsAsyncMode) {\n hasWarnedAboutDeprecatedIsAsyncMode = true; // Using console['warn'] to evade Babel and ESLint\n\n console['warn']('The ReactIs.isAsyncMode() alias has been deprecated, ' + 'and will be removed in React 17+. Update your code to use ' + 'ReactIs.isConcurrentMode() instead. It has the exact same API.');\n }\n }\n\n return isConcurrentMode(object) || typeOf(object) === REACT_ASYNC_MODE_TYPE;\n}\nfunction isConcurrentMode(object) {\n return typeOf(object) === REACT_CONCURRENT_MODE_TYPE;\n}\nfunction isContextConsumer(object) {\n return typeOf(object) === REACT_CONTEXT_TYPE;\n}\nfunction isContextProvider(object) {\n return typeOf(object) === REACT_PROVIDER_TYPE;\n}\nfunction isElement(object) {\n return typeof object === 'object' && object !== null && object.$$typeof === REACT_ELEMENT_TYPE;\n}\nfunction isForwardRef(object) {\n return typeOf(object) === REACT_FORWARD_REF_TYPE;\n}\nfunction isFragment(object) {\n return typeOf(object) === REACT_FRAGMENT_TYPE;\n}\nfunction isLazy(object) {\n return typeOf(object) === REACT_LAZY_TYPE;\n}\nfunction isMemo(object) {\n return typeOf(object) === REACT_MEMO_TYPE;\n}\nfunction isPortal(object) {\n return typeOf(object) === REACT_PORTAL_TYPE;\n}\nfunction isProfiler(object) {\n return typeOf(object) === REACT_PROFILER_TYPE;\n}\nfunction isStrictMode(object) {\n return typeOf(object) === REACT_STRICT_MODE_TYPE;\n}\nfunction isSuspense(object) {\n return typeOf(object) === REACT_SUSPENSE_TYPE;\n}\n\nexports.AsyncMode = AsyncMode;\nexports.ConcurrentMode = ConcurrentMode;\nexports.ContextConsumer = ContextConsumer;\nexports.ContextProvider = ContextProvider;\nexports.Element = Element;\nexports.ForwardRef = ForwardRef;\nexports.Fragment = Fragment;\nexports.Lazy = Lazy;\nexports.Memo = Memo;\nexports.Portal = Portal;\nexports.Profiler = Profiler;\nexports.StrictMode = StrictMode;\nexports.Suspense = Suspense;\nexports.isAsyncMode = isAsyncMode;\nexports.isConcurrentMode = isConcurrentMode;\nexports.isContextConsumer = isContextConsumer;\nexports.isContextProvider = isContextProvider;\nexports.isElement = isElement;\nexports.isForwardRef = isForwardRef;\nexports.isFragment = isFragment;\nexports.isLazy = isLazy;\nexports.isMemo = isMemo;\nexports.isPortal = isPortal;\nexports.isProfiler = isProfiler;\nexports.isStrictMode = isStrictMode;\nexports.isSuspense = isSuspense;\nexports.isValidElementType = isValidElementType;\nexports.typeOf = typeOf;\n })();\n}\n","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('./cjs/react-is.production.min.js');\n} else {\n module.exports = require('./cjs/react-is.development.js');\n}\n","/*\nobject-assign\n(c) Sindre Sorhus\n@license MIT\n*/\n\n'use strict';\n/* eslint-disable no-unused-vars */\nvar getOwnPropertySymbols = Object.getOwnPropertySymbols;\nvar hasOwnProperty = Object.prototype.hasOwnProperty;\nvar propIsEnumerable = Object.prototype.propertyIsEnumerable;\n\nfunction toObject(val) {\n\tif (val === null || val === undefined) {\n\t\tthrow new TypeError('Object.assign cannot be called with null or undefined');\n\t}\n\n\treturn Object(val);\n}\n\nfunction shouldUseNative() {\n\ttry {\n\t\tif (!Object.assign) {\n\t\t\treturn false;\n\t\t}\n\n\t\t// Detect buggy property enumeration order in older V8 versions.\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=4118\n\t\tvar test1 = new String('abc'); // eslint-disable-line no-new-wrappers\n\t\ttest1[5] = 'de';\n\t\tif (Object.getOwnPropertyNames(test1)[0] === '5') {\n\t\t\treturn false;\n\t\t}\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=3056\n\t\tvar test2 = {};\n\t\tfor (var i = 0; i < 10; i++) {\n\t\t\ttest2['_' + String.fromCharCode(i)] = i;\n\t\t}\n\t\tvar order2 = Object.getOwnPropertyNames(test2).map(function (n) {\n\t\t\treturn test2[n];\n\t\t});\n\t\tif (order2.join('') !== '0123456789') {\n\t\t\treturn false;\n\t\t}\n\n\t\t// https://bugs.chromium.org/p/v8/issues/detail?id=3056\n\t\tvar test3 = {};\n\t\t'abcdefghijklmnopqrst'.split('').forEach(function (letter) {\n\t\t\ttest3[letter] = letter;\n\t\t});\n\t\tif (Object.keys(Object.assign({}, test3)).join('') !==\n\t\t\t\t'abcdefghijklmnopqrst') {\n\t\t\treturn false;\n\t\t}\n\n\t\treturn true;\n\t} catch (err) {\n\t\t// We don't expect any of the above to throw, but better to be safe.\n\t\treturn false;\n\t}\n}\n\nmodule.exports = shouldUseNative() ? Object.assign : function (target, source) {\n\tvar from;\n\tvar to = toObject(target);\n\tvar symbols;\n\n\tfor (var s = 1; s < arguments.length; s++) {\n\t\tfrom = Object(arguments[s]);\n\n\t\tfor (var key in from) {\n\t\t\tif (hasOwnProperty.call(from, key)) {\n\t\t\t\tto[key] = from[key];\n\t\t\t}\n\t\t}\n\n\t\tif (getOwnPropertySymbols) {\n\t\t\tsymbols = getOwnPropertySymbols(from);\n\t\t\tfor (var i = 0; i < symbols.length; i++) {\n\t\t\t\tif (propIsEnumerable.call(from, symbols[i])) {\n\t\t\t\t\tto[symbols[i]] = from[symbols[i]];\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\treturn to;\n};\n","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\nvar ReactPropTypesSecret = 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED';\n\nmodule.exports = ReactPropTypesSecret;\n","module.exports = Function.call.bind(Object.prototype.hasOwnProperty);\n","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\nvar printWarning = function() {};\n\nif (process.env.NODE_ENV !== 'production') {\n var ReactPropTypesSecret = require('./lib/ReactPropTypesSecret');\n var loggedTypeFailures = {};\n var has = require('./lib/has');\n\n printWarning = function(text) {\n var message = 'Warning: ' + text;\n if (typeof console !== 'undefined') {\n console.error(message);\n }\n try {\n // --- Welcome to debugging React ---\n // This error was thrown as a convenience so that you can use this stack\n // to find the callsite that caused this warning to fire.\n throw new Error(message);\n } catch (x) { /**/ }\n };\n}\n\n/**\n * Assert that the values match with the type specs.\n * Error messages are memorized and will only be shown once.\n *\n * @param {object} typeSpecs Map of name to a ReactPropType\n * @param {object} values Runtime values that need to be type-checked\n * @param {string} location e.g. \"prop\", \"context\", \"child context\"\n * @param {string} componentName Name of the component for error messages.\n * @param {?Function} getStack Returns the component stack.\n * @private\n */\nfunction checkPropTypes(typeSpecs, values, location, componentName, getStack) {\n if (process.env.NODE_ENV !== 'production') {\n for (var typeSpecName in typeSpecs) {\n if (has(typeSpecs, typeSpecName)) {\n var error;\n // Prop type validation may throw. In case they do, we don't want to\n // fail the render phase where it didn't fail before. So we log it.\n // After these have been cleaned up, we'll let them throw.\n try {\n // This is intentionally an invariant that gets caught. It's the same\n // behavior as without this statement except with a better message.\n if (typeof typeSpecs[typeSpecName] !== 'function') {\n var err = Error(\n (componentName || 'React class') + ': ' + location + ' type `' + typeSpecName + '` is invalid; ' +\n 'it must be a function, usually from the `prop-types` package, but received `' + typeof typeSpecs[typeSpecName] + '`.' +\n 'This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.'\n );\n err.name = 'Invariant Violation';\n throw err;\n }\n error = typeSpecs[typeSpecName](values, typeSpecName, componentName, location, null, ReactPropTypesSecret);\n } catch (ex) {\n error = ex;\n }\n if (error && !(error instanceof Error)) {\n printWarning(\n (componentName || 'React class') + ': type specification of ' +\n location + ' `' + typeSpecName + '` is invalid; the type checker ' +\n 'function must return `null` or an `Error` but returned a ' + typeof error + '. ' +\n 'You may have forgotten to pass an argument to the type checker ' +\n 'creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and ' +\n 'shape all require an argument).'\n );\n }\n if (error instanceof Error && !(error.message in loggedTypeFailures)) {\n // Only monitor this failure once because there tends to be a lot of the\n // same error.\n loggedTypeFailures[error.message] = true;\n\n var stack = getStack ? getStack() : '';\n\n printWarning(\n 'Failed ' + location + ' type: ' + error.message + (stack != null ? stack : '')\n );\n }\n }\n }\n }\n}\n\n/**\n * Resets warning cache when testing.\n *\n * @private\n */\ncheckPropTypes.resetWarningCache = function() {\n if (process.env.NODE_ENV !== 'production') {\n loggedTypeFailures = {};\n }\n}\n\nmodule.exports = checkPropTypes;\n","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\nvar ReactIs = require('react-is');\nvar assign = require('object-assign');\n\nvar ReactPropTypesSecret = require('./lib/ReactPropTypesSecret');\nvar has = require('./lib/has');\nvar checkPropTypes = require('./checkPropTypes');\n\nvar printWarning = function() {};\n\nif (process.env.NODE_ENV !== 'production') {\n printWarning = function(text) {\n var message = 'Warning: ' + text;\n if (typeof console !== 'undefined') {\n console.error(message);\n }\n try {\n // --- Welcome to debugging React ---\n // This error was thrown as a convenience so that you can use this stack\n // to find the callsite that caused this warning to fire.\n throw new Error(message);\n } catch (x) {}\n };\n}\n\nfunction emptyFunctionThatReturnsNull() {\n return null;\n}\n\nmodule.exports = function(isValidElement, throwOnDirectAccess) {\n /* global Symbol */\n var ITERATOR_SYMBOL = typeof Symbol === 'function' && Symbol.iterator;\n var FAUX_ITERATOR_SYMBOL = '@@iterator'; // Before Symbol spec.\n\n /**\n * Returns the iterator method function contained on the iterable object.\n *\n * Be sure to invoke the function with the iterable as context:\n *\n * var iteratorFn = getIteratorFn(myIterable);\n * if (iteratorFn) {\n * var iterator = iteratorFn.call(myIterable);\n * ...\n * }\n *\n * @param {?object} maybeIterable\n * @return {?function}\n */\n function getIteratorFn(maybeIterable) {\n var iteratorFn = maybeIterable && (ITERATOR_SYMBOL && maybeIterable[ITERATOR_SYMBOL] || maybeIterable[FAUX_ITERATOR_SYMBOL]);\n if (typeof iteratorFn === 'function') {\n return iteratorFn;\n }\n }\n\n /**\n * Collection of methods that allow declaration and validation of props that are\n * supplied to React components. Example usage:\n *\n * var Props = require('ReactPropTypes');\n * var MyArticle = React.createClass({\n * propTypes: {\n * // An optional string prop named \"description\".\n * description: Props.string,\n *\n * // A required enum prop named \"category\".\n * category: Props.oneOf(['News','Photos']).isRequired,\n *\n * // A prop named \"dialog\" that requires an instance of Dialog.\n * dialog: Props.instanceOf(Dialog).isRequired\n * },\n * render: function() { ... }\n * });\n *\n * A more formal specification of how these methods are used:\n *\n * type := array|bool|func|object|number|string|oneOf([...])|instanceOf(...)\n * decl := ReactPropTypes.{type}(.isRequired)?\n *\n * Each and every declaration produces a function with the same signature. This\n * allows the creation of custom validation functions. For example:\n *\n * var MyLink = React.createClass({\n * propTypes: {\n * // An optional string or URI prop named \"href\".\n * href: function(props, propName, componentName) {\n * var propValue = props[propName];\n * if (propValue != null && typeof propValue !== 'string' &&\n * !(propValue instanceof URI)) {\n * return new Error(\n * 'Expected a string or an URI for ' + propName + ' in ' +\n * componentName\n * );\n * }\n * }\n * },\n * render: function() {...}\n * });\n *\n * @internal\n */\n\n var ANONYMOUS = '<>';\n\n // Important!\n // Keep this list in sync with production version in `./factoryWithThrowingShims.js`.\n var ReactPropTypes = {\n array: createPrimitiveTypeChecker('array'),\n bigint: createPrimitiveTypeChecker('bigint'),\n bool: createPrimitiveTypeChecker('boolean'),\n func: createPrimitiveTypeChecker('function'),\n number: createPrimitiveTypeChecker('number'),\n object: createPrimitiveTypeChecker('object'),\n string: createPrimitiveTypeChecker('string'),\n symbol: createPrimitiveTypeChecker('symbol'),\n\n any: createAnyTypeChecker(),\n arrayOf: createArrayOfTypeChecker,\n element: createElementTypeChecker(),\n elementType: createElementTypeTypeChecker(),\n instanceOf: createInstanceTypeChecker,\n node: createNodeChecker(),\n objectOf: createObjectOfTypeChecker,\n oneOf: createEnumTypeChecker,\n oneOfType: createUnionTypeChecker,\n shape: createShapeTypeChecker,\n exact: createStrictShapeTypeChecker,\n };\n\n /**\n * inlined Object.is polyfill to avoid requiring consumers ship their own\n * https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is\n */\n /*eslint-disable no-self-compare*/\n function is(x, y) {\n // SameValue algorithm\n if (x === y) {\n // Steps 1-5, 7-10\n // Steps 6.b-6.e: +0 != -0\n return x !== 0 || 1 / x === 1 / y;\n } else {\n // Step 6.a: NaN == NaN\n return x !== x && y !== y;\n }\n }\n /*eslint-enable no-self-compare*/\n\n /**\n * We use an Error-like object for backward compatibility as people may call\n * PropTypes directly and inspect their output. However, we don't use real\n * Errors anymore. We don't inspect their stack anyway, and creating them\n * is prohibitively expensive if they are created too often, such as what\n * happens in oneOfType() for any type before the one that matched.\n */\n function PropTypeError(message, data) {\n this.message = message;\n this.data = data && typeof data === 'object' ? data: {};\n this.stack = '';\n }\n // Make `instanceof Error` still work for returned errors.\n PropTypeError.prototype = Error.prototype;\n\n function createChainableTypeChecker(validate) {\n if (process.env.NODE_ENV !== 'production') {\n var manualPropTypeCallCache = {};\n var manualPropTypeWarningCount = 0;\n }\n function checkType(isRequired, props, propName, componentName, location, propFullName, secret) {\n componentName = componentName || ANONYMOUS;\n propFullName = propFullName || propName;\n\n if (secret !== ReactPropTypesSecret) {\n if (throwOnDirectAccess) {\n // New behavior only for users of `prop-types` package\n var err = new Error(\n 'Calling PropTypes validators directly is not supported by the `prop-types` package. ' +\n 'Use `PropTypes.checkPropTypes()` to call them. ' +\n 'Read more at http://fb.me/use-check-prop-types'\n );\n err.name = 'Invariant Violation';\n throw err;\n } else if (process.env.NODE_ENV !== 'production' && typeof console !== 'undefined') {\n // Old behavior for people using React.PropTypes\n var cacheKey = componentName + ':' + propName;\n if (\n !manualPropTypeCallCache[cacheKey] &&\n // Avoid spamming the console because they are often not actionable except for lib authors\n manualPropTypeWarningCount < 3\n ) {\n printWarning(\n 'You are manually calling a React.PropTypes validation ' +\n 'function for the `' + propFullName + '` prop on `' + componentName + '`. This is deprecated ' +\n 'and will throw in the standalone `prop-types` package. ' +\n 'You may be seeing this warning due to a third-party PropTypes ' +\n 'library. See https://fb.me/react-warning-dont-call-proptypes ' + 'for details.'\n );\n manualPropTypeCallCache[cacheKey] = true;\n manualPropTypeWarningCount++;\n }\n }\n }\n if (props[propName] == null) {\n if (isRequired) {\n if (props[propName] === null) {\n return new PropTypeError('The ' + location + ' `' + propFullName + '` is marked as required ' + ('in `' + componentName + '`, but its value is `null`.'));\n }\n return new PropTypeError('The ' + location + ' `' + propFullName + '` is marked as required in ' + ('`' + componentName + '`, but its value is `undefined`.'));\n }\n return null;\n } else {\n return validate(props, propName, componentName, location, propFullName);\n }\n }\n\n var chainedCheckType = checkType.bind(null, false);\n chainedCheckType.isRequired = checkType.bind(null, true);\n\n return chainedCheckType;\n }\n\n function createPrimitiveTypeChecker(expectedType) {\n function validate(props, propName, componentName, location, propFullName, secret) {\n var propValue = props[propName];\n var propType = getPropType(propValue);\n if (propType !== expectedType) {\n // `propValue` being instance of, say, date/regexp, pass the 'object'\n // check, but we can offer a more precise error message here rather than\n // 'of type `object`'.\n var preciseType = getPreciseType(propValue);\n\n return new PropTypeError(\n 'Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + preciseType + '` supplied to `' + componentName + '`, expected ') + ('`' + expectedType + '`.'),\n {expectedType: expectedType}\n );\n }\n return null;\n }\n return createChainableTypeChecker(validate);\n }\n\n function createAnyTypeChecker() {\n return createChainableTypeChecker(emptyFunctionThatReturnsNull);\n }\n\n function createArrayOfTypeChecker(typeChecker) {\n function validate(props, propName, componentName, location, propFullName) {\n if (typeof typeChecker !== 'function') {\n return new PropTypeError('Property `' + propFullName + '` of component `' + componentName + '` has invalid PropType notation inside arrayOf.');\n }\n var propValue = props[propName];\n if (!Array.isArray(propValue)) {\n var propType = getPropType(propValue);\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected an array.'));\n }\n for (var i = 0; i < propValue.length; i++) {\n var error = typeChecker(propValue, i, componentName, location, propFullName + '[' + i + ']', ReactPropTypesSecret);\n if (error instanceof Error) {\n return error;\n }\n }\n return null;\n }\n return createChainableTypeChecker(validate);\n }\n\n function createElementTypeChecker() {\n function validate(props, propName, componentName, location, propFullName) {\n var propValue = props[propName];\n if (!isValidElement(propValue)) {\n var propType = getPropType(propValue);\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected a single ReactElement.'));\n }\n return null;\n }\n return createChainableTypeChecker(validate);\n }\n\n function createElementTypeTypeChecker() {\n function validate(props, propName, componentName, location, propFullName) {\n var propValue = props[propName];\n if (!ReactIs.isValidElementType(propValue)) {\n var propType = getPropType(propValue);\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected a single ReactElement type.'));\n }\n return null;\n }\n return createChainableTypeChecker(validate);\n }\n\n function createInstanceTypeChecker(expectedClass) {\n function validate(props, propName, componentName, location, propFullName) {\n if (!(props[propName] instanceof expectedClass)) {\n var expectedClassName = expectedClass.name || ANONYMOUS;\n var actualClassName = getClassName(props[propName]);\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + actualClassName + '` supplied to `' + componentName + '`, expected ') + ('instance of `' + expectedClassName + '`.'));\n }\n return null;\n }\n return createChainableTypeChecker(validate);\n }\n\n function createEnumTypeChecker(expectedValues) {\n if (!Array.isArray(expectedValues)) {\n if (process.env.NODE_ENV !== 'production') {\n if (arguments.length > 1) {\n printWarning(\n 'Invalid arguments supplied to oneOf, expected an array, got ' + arguments.length + ' arguments. ' +\n 'A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z]).'\n );\n } else {\n printWarning('Invalid argument supplied to oneOf, expected an array.');\n }\n }\n return emptyFunctionThatReturnsNull;\n }\n\n function validate(props, propName, componentName, location, propFullName) {\n var propValue = props[propName];\n for (var i = 0; i < expectedValues.length; i++) {\n if (is(propValue, expectedValues[i])) {\n return null;\n }\n }\n\n var valuesString = JSON.stringify(expectedValues, function replacer(key, value) {\n var type = getPreciseType(value);\n if (type === 'symbol') {\n return String(value);\n }\n return value;\n });\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of value `' + String(propValue) + '` ' + ('supplied to `' + componentName + '`, expected one of ' + valuesString + '.'));\n }\n return createChainableTypeChecker(validate);\n }\n\n function createObjectOfTypeChecker(typeChecker) {\n function validate(props, propName, componentName, location, propFullName) {\n if (typeof typeChecker !== 'function') {\n return new PropTypeError('Property `' + propFullName + '` of component `' + componentName + '` has invalid PropType notation inside objectOf.');\n }\n var propValue = props[propName];\n var propType = getPropType(propValue);\n if (propType !== 'object') {\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected an object.'));\n }\n for (var key in propValue) {\n if (has(propValue, key)) {\n var error = typeChecker(propValue, key, componentName, location, propFullName + '.' + key, ReactPropTypesSecret);\n if (error instanceof Error) {\n return error;\n }\n }\n }\n return null;\n }\n return createChainableTypeChecker(validate);\n }\n\n function createUnionTypeChecker(arrayOfTypeCheckers) {\n if (!Array.isArray(arrayOfTypeCheckers)) {\n process.env.NODE_ENV !== 'production' ? printWarning('Invalid argument supplied to oneOfType, expected an instance of array.') : void 0;\n return emptyFunctionThatReturnsNull;\n }\n\n for (var i = 0; i < arrayOfTypeCheckers.length; i++) {\n var checker = arrayOfTypeCheckers[i];\n if (typeof checker !== 'function') {\n printWarning(\n 'Invalid argument supplied to oneOfType. Expected an array of check functions, but ' +\n 'received ' + getPostfixForTypeWarning(checker) + ' at index ' + i + '.'\n );\n return emptyFunctionThatReturnsNull;\n }\n }\n\n function validate(props, propName, componentName, location, propFullName) {\n var expectedTypes = [];\n for (var i = 0; i < arrayOfTypeCheckers.length; i++) {\n var checker = arrayOfTypeCheckers[i];\n var checkerResult = checker(props, propName, componentName, location, propFullName, ReactPropTypesSecret);\n if (checkerResult == null) {\n return null;\n }\n if (checkerResult.data && has(checkerResult.data, 'expectedType')) {\n expectedTypes.push(checkerResult.data.expectedType);\n }\n }\n var expectedTypesMessage = (expectedTypes.length > 0) ? ', expected one of type [' + expectedTypes.join(', ') + ']': '';\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` supplied to ' + ('`' + componentName + '`' + expectedTypesMessage + '.'));\n }\n return createChainableTypeChecker(validate);\n }\n\n function createNodeChecker() {\n function validate(props, propName, componentName, location, propFullName) {\n if (!isNode(props[propName])) {\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` supplied to ' + ('`' + componentName + '`, expected a ReactNode.'));\n }\n return null;\n }\n return createChainableTypeChecker(validate);\n }\n\n function invalidValidatorError(componentName, location, propFullName, key, type) {\n return new PropTypeError(\n (componentName || 'React class') + ': ' + location + ' type `' + propFullName + '.' + key + '` is invalid; ' +\n 'it must be a function, usually from the `prop-types` package, but received `' + type + '`.'\n );\n }\n\n function createShapeTypeChecker(shapeTypes) {\n function validate(props, propName, componentName, location, propFullName) {\n var propValue = props[propName];\n var propType = getPropType(propValue);\n if (propType !== 'object') {\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type `' + propType + '` ' + ('supplied to `' + componentName + '`, expected `object`.'));\n }\n for (var key in shapeTypes) {\n var checker = shapeTypes[key];\n if (typeof checker !== 'function') {\n return invalidValidatorError(componentName, location, propFullName, key, getPreciseType(checker));\n }\n var error = checker(propValue, key, componentName, location, propFullName + '.' + key, ReactPropTypesSecret);\n if (error) {\n return error;\n }\n }\n return null;\n }\n return createChainableTypeChecker(validate);\n }\n\n function createStrictShapeTypeChecker(shapeTypes) {\n function validate(props, propName, componentName, location, propFullName) {\n var propValue = props[propName];\n var propType = getPropType(propValue);\n if (propType !== 'object') {\n return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type `' + propType + '` ' + ('supplied to `' + componentName + '`, expected `object`.'));\n }\n // We need to check all keys in case some are required but missing from props.\n var allKeys = assign({}, props[propName], shapeTypes);\n for (var key in allKeys) {\n var checker = shapeTypes[key];\n if (has(shapeTypes, key) && typeof checker !== 'function') {\n return invalidValidatorError(componentName, location, propFullName, key, getPreciseType(checker));\n }\n if (!checker) {\n return new PropTypeError(\n 'Invalid ' + location + ' `' + propFullName + '` key `' + key + '` supplied to `' + componentName + '`.' +\n '\\nBad object: ' + JSON.stringify(props[propName], null, ' ') +\n '\\nValid keys: ' + JSON.stringify(Object.keys(shapeTypes), null, ' ')\n );\n }\n var error = checker(propValue, key, componentName, location, propFullName + '.' + key, ReactPropTypesSecret);\n if (error) {\n return error;\n }\n }\n return null;\n }\n\n return createChainableTypeChecker(validate);\n }\n\n function isNode(propValue) {\n switch (typeof propValue) {\n case 'number':\n case 'string':\n case 'undefined':\n return true;\n case 'boolean':\n return !propValue;\n case 'object':\n if (Array.isArray(propValue)) {\n return propValue.every(isNode);\n }\n if (propValue === null || isValidElement(propValue)) {\n return true;\n }\n\n var iteratorFn = getIteratorFn(propValue);\n if (iteratorFn) {\n var iterator = iteratorFn.call(propValue);\n var step;\n if (iteratorFn !== propValue.entries) {\n while (!(step = iterator.next()).done) {\n if (!isNode(step.value)) {\n return false;\n }\n }\n } else {\n // Iterator will provide entry [k,v] tuples rather than values.\n while (!(step = iterator.next()).done) {\n var entry = step.value;\n if (entry) {\n if (!isNode(entry[1])) {\n return false;\n }\n }\n }\n }\n } else {\n return false;\n }\n\n return true;\n default:\n return false;\n }\n }\n\n function isSymbol(propType, propValue) {\n // Native Symbol.\n if (propType === 'symbol') {\n return true;\n }\n\n // falsy value can't be a Symbol\n if (!propValue) {\n return false;\n }\n\n // 19.4.3.5 Symbol.prototype[@@toStringTag] === 'Symbol'\n if (propValue['@@toStringTag'] === 'Symbol') {\n return true;\n }\n\n // Fallback for non-spec compliant Symbols which are polyfilled.\n if (typeof Symbol === 'function' && propValue instanceof Symbol) {\n return true;\n }\n\n return false;\n }\n\n // Equivalent of `typeof` but with special handling for array and regexp.\n function getPropType(propValue) {\n var propType = typeof propValue;\n if (Array.isArray(propValue)) {\n return 'array';\n }\n if (propValue instanceof RegExp) {\n // Old webkits (at least until Android 4.0) return 'function' rather than\n // 'object' for typeof a RegExp. We'll normalize this here so that /bla/\n // passes PropTypes.object.\n return 'object';\n }\n if (isSymbol(propType, propValue)) {\n return 'symbol';\n }\n return propType;\n }\n\n // This handles more types than `getPropType`. Only used for error messages.\n // See `createPrimitiveTypeChecker`.\n function getPreciseType(propValue) {\n if (typeof propValue === 'undefined' || propValue === null) {\n return '' + propValue;\n }\n var propType = getPropType(propValue);\n if (propType === 'object') {\n if (propValue instanceof Date) {\n return 'date';\n } else if (propValue instanceof RegExp) {\n return 'regexp';\n }\n }\n return propType;\n }\n\n // Returns a string that is postfixed to a warning about an invalid type.\n // For example, \"undefined\" or \"of type array\"\n function getPostfixForTypeWarning(value) {\n var type = getPreciseType(value);\n switch (type) {\n case 'array':\n case 'object':\n return 'an ' + type;\n case 'boolean':\n case 'date':\n case 'regexp':\n return 'a ' + type;\n default:\n return type;\n }\n }\n\n // Returns class name of the object, if any.\n function getClassName(propValue) {\n if (!propValue.constructor || !propValue.constructor.name) {\n return ANONYMOUS;\n }\n return propValue.constructor.name;\n }\n\n ReactPropTypes.checkPropTypes = checkPropTypes;\n ReactPropTypes.resetWarningCache = checkPropTypes.resetWarningCache;\n ReactPropTypes.PropTypes = ReactPropTypes;\n\n return ReactPropTypes;\n};\n","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\nvar ReactPropTypesSecret = require('./lib/ReactPropTypesSecret');\n\nfunction emptyFunction() {}\nfunction emptyFunctionWithReset() {}\nemptyFunctionWithReset.resetWarningCache = emptyFunction;\n\nmodule.exports = function() {\n function shim(props, propName, componentName, location, propFullName, secret) {\n if (secret === ReactPropTypesSecret) {\n // It is still safe when called from React.\n return;\n }\n var err = new Error(\n 'Calling PropTypes validators directly is not supported by the `prop-types` package. ' +\n 'Use PropTypes.checkPropTypes() to call them. ' +\n 'Read more at http://fb.me/use-check-prop-types'\n );\n err.name = 'Invariant Violation';\n throw err;\n };\n shim.isRequired = shim;\n function getShim() {\n return shim;\n };\n // Important!\n // Keep this list in sync with production version in `./factoryWithTypeCheckers.js`.\n var ReactPropTypes = {\n array: shim,\n bigint: shim,\n bool: shim,\n func: shim,\n number: shim,\n object: shim,\n string: shim,\n symbol: shim,\n\n any: shim,\n arrayOf: getShim,\n element: shim,\n elementType: shim,\n instanceOf: getShim,\n node: shim,\n objectOf: getShim,\n oneOf: getShim,\n oneOfType: getShim,\n shape: getShim,\n exact: getShim,\n\n checkPropTypes: emptyFunctionWithReset,\n resetWarningCache: emptyFunction\n };\n\n ReactPropTypes.PropTypes = ReactPropTypes;\n\n return ReactPropTypes;\n};\n","/**\n * Copyright (c) 2013-present, Facebook, Inc.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nif (process.env.NODE_ENV !== 'production') {\n var ReactIs = require('react-is');\n\n // By explicitly using `prop-types` you are opting into new development behavior.\n // http://fb.me/prop-types-in-prod\n var throwOnDirectAccess = true;\n module.exports = require('./factoryWithTypeCheckers')(ReactIs.isElement, throwOnDirectAccess);\n} else {\n // By explicitly using `prop-types` you are opting into new production behavior.\n // http://fb.me/prop-types-in-prod\n module.exports = require('./factoryWithThrowingShims')();\n}\n","/**\n * WARNING: Don't import this directly.\n * Use `MuiError` from `@mui/utils/macros/MuiError.macro` instead.\n * @param {number} code\n */\nexport default function formatMuiErrorMessage(code) {\n // Apply babel-plugin-transform-template-literals in loose mode\n // loose mode is safe iff we're concatenating primitives\n // see https://babeljs.io/docs/en/babel-plugin-transform-template-literals#loose\n /* eslint-disable prefer-template */\n let url = 'https://mui.com/production-error/?code=' + code;\n for (let i = 1; i < arguments.length; i += 1) {\n // rest params over-transpile for this case\n // eslint-disable-next-line prefer-rest-params\n url += '&args[]=' + encodeURIComponent(arguments[i]);\n }\n return 'Minified MUI error #' + code + '; visit ' + url + ' for the full message.';\n /* eslint-enable prefer-template */\n}","/**\n * @license React\n * react-is.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n'use strict';var b=Symbol.for(\"react.element\"),c=Symbol.for(\"react.portal\"),d=Symbol.for(\"react.fragment\"),e=Symbol.for(\"react.strict_mode\"),f=Symbol.for(\"react.profiler\"),g=Symbol.for(\"react.provider\"),h=Symbol.for(\"react.context\"),k=Symbol.for(\"react.server_context\"),l=Symbol.for(\"react.forward_ref\"),m=Symbol.for(\"react.suspense\"),n=Symbol.for(\"react.suspense_list\"),p=Symbol.for(\"react.memo\"),q=Symbol.for(\"react.lazy\"),t=Symbol.for(\"react.offscreen\"),u;u=Symbol.for(\"react.module.reference\");\nfunction v(a){if(\"object\"===typeof a&&null!==a){var r=a.$$typeof;switch(r){case b:switch(a=a.type,a){case d:case f:case e:case m:case n:return a;default:switch(a=a&&a.$$typeof,a){case k:case h:case l:case q:case p:case g:return a;default:return r}}case c:return r}}}exports.ContextConsumer=h;exports.ContextProvider=g;exports.Element=b;exports.ForwardRef=l;exports.Fragment=d;exports.Lazy=q;exports.Memo=p;exports.Portal=c;exports.Profiler=f;exports.StrictMode=e;exports.Suspense=m;\nexports.SuspenseList=n;exports.isAsyncMode=function(){return!1};exports.isConcurrentMode=function(){return!1};exports.isContextConsumer=function(a){return v(a)===h};exports.isContextProvider=function(a){return v(a)===g};exports.isElement=function(a){return\"object\"===typeof a&&null!==a&&a.$$typeof===b};exports.isForwardRef=function(a){return v(a)===l};exports.isFragment=function(a){return v(a)===d};exports.isLazy=function(a){return v(a)===q};exports.isMemo=function(a){return v(a)===p};\nexports.isPortal=function(a){return v(a)===c};exports.isProfiler=function(a){return v(a)===f};exports.isStrictMode=function(a){return v(a)===e};exports.isSuspense=function(a){return v(a)===m};exports.isSuspenseList=function(a){return v(a)===n};\nexports.isValidElementType=function(a){return\"string\"===typeof a||\"function\"===typeof a||a===d||a===f||a===e||a===m||a===n||a===t||\"object\"===typeof a&&null!==a&&(a.$$typeof===q||a.$$typeof===p||a.$$typeof===g||a.$$typeof===h||a.$$typeof===l||a.$$typeof===u||void 0!==a.getModuleId)?!0:!1};exports.typeOf=v;\n","/**\n * @license React\n * react-is.development.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\nif (process.env.NODE_ENV !== \"production\") {\n (function() {\n'use strict';\n\n// ATTENTION\n// When adding new symbols to this file,\n// Please consider also adding to 'react-devtools-shared/src/backend/ReactSymbols'\n// The Symbol used to tag the ReactElement-like types.\nvar REACT_ELEMENT_TYPE = Symbol.for('react.element');\nvar REACT_PORTAL_TYPE = Symbol.for('react.portal');\nvar REACT_FRAGMENT_TYPE = Symbol.for('react.fragment');\nvar REACT_STRICT_MODE_TYPE = Symbol.for('react.strict_mode');\nvar REACT_PROFILER_TYPE = Symbol.for('react.profiler');\nvar REACT_PROVIDER_TYPE = Symbol.for('react.provider');\nvar REACT_CONTEXT_TYPE = Symbol.for('react.context');\nvar REACT_SERVER_CONTEXT_TYPE = Symbol.for('react.server_context');\nvar REACT_FORWARD_REF_TYPE = Symbol.for('react.forward_ref');\nvar REACT_SUSPENSE_TYPE = Symbol.for('react.suspense');\nvar REACT_SUSPENSE_LIST_TYPE = Symbol.for('react.suspense_list');\nvar REACT_MEMO_TYPE = Symbol.for('react.memo');\nvar REACT_LAZY_TYPE = Symbol.for('react.lazy');\nvar REACT_OFFSCREEN_TYPE = Symbol.for('react.offscreen');\n\n// -----------------------------------------------------------------------------\n\nvar enableScopeAPI = false; // Experimental Create Event Handle API.\nvar enableCacheElement = false;\nvar enableTransitionTracing = false; // No known bugs, but needs performance testing\n\nvar enableLegacyHidden = false; // Enables unstable_avoidThisFallback feature in Fiber\n// stuff. Intended to enable React core members to more easily debug scheduling\n// issues in DEV builds.\n\nvar enableDebugTracing = false; // Track which Fiber(s) schedule render work.\n\nvar REACT_MODULE_REFERENCE;\n\n{\n REACT_MODULE_REFERENCE = Symbol.for('react.module.reference');\n}\n\nfunction isValidElementType(type) {\n if (typeof type === 'string' || typeof type === 'function') {\n return true;\n } // Note: typeof might be other than 'symbol' or 'number' (e.g. if it's a polyfill).\n\n\n if (type === REACT_FRAGMENT_TYPE || type === REACT_PROFILER_TYPE || enableDebugTracing || type === REACT_STRICT_MODE_TYPE || type === REACT_SUSPENSE_TYPE || type === REACT_SUSPENSE_LIST_TYPE || enableLegacyHidden || type === REACT_OFFSCREEN_TYPE || enableScopeAPI || enableCacheElement || enableTransitionTracing ) {\n return true;\n }\n\n if (typeof type === 'object' && type !== null) {\n if (type.$$typeof === REACT_LAZY_TYPE || type.$$typeof === REACT_MEMO_TYPE || type.$$typeof === REACT_PROVIDER_TYPE || type.$$typeof === REACT_CONTEXT_TYPE || type.$$typeof === REACT_FORWARD_REF_TYPE || // This needs to include all possible module reference object\n // types supported by any Flight configuration anywhere since\n // we don't know which Flight build this will end up being used\n // with.\n type.$$typeof === REACT_MODULE_REFERENCE || type.getModuleId !== undefined) {\n return true;\n }\n }\n\n return false;\n}\n\nfunction typeOf(object) {\n if (typeof object === 'object' && object !== null) {\n var $$typeof = object.$$typeof;\n\n switch ($$typeof) {\n case REACT_ELEMENT_TYPE:\n var type = object.type;\n\n switch (type) {\n case REACT_FRAGMENT_TYPE:\n case REACT_PROFILER_TYPE:\n case REACT_STRICT_MODE_TYPE:\n case REACT_SUSPENSE_TYPE:\n case REACT_SUSPENSE_LIST_TYPE:\n return type;\n\n default:\n var $$typeofType = type && type.$$typeof;\n\n switch ($$typeofType) {\n case REACT_SERVER_CONTEXT_TYPE:\n case REACT_CONTEXT_TYPE:\n case REACT_FORWARD_REF_TYPE:\n case REACT_LAZY_TYPE:\n case REACT_MEMO_TYPE:\n case REACT_PROVIDER_TYPE:\n return $$typeofType;\n\n default:\n return $$typeof;\n }\n\n }\n\n case REACT_PORTAL_TYPE:\n return $$typeof;\n }\n }\n\n return undefined;\n}\nvar ContextConsumer = REACT_CONTEXT_TYPE;\nvar ContextProvider = REACT_PROVIDER_TYPE;\nvar Element = REACT_ELEMENT_TYPE;\nvar ForwardRef = REACT_FORWARD_REF_TYPE;\nvar Fragment = REACT_FRAGMENT_TYPE;\nvar Lazy = REACT_LAZY_TYPE;\nvar Memo = REACT_MEMO_TYPE;\nvar Portal = REACT_PORTAL_TYPE;\nvar Profiler = REACT_PROFILER_TYPE;\nvar StrictMode = REACT_STRICT_MODE_TYPE;\nvar Suspense = REACT_SUSPENSE_TYPE;\nvar SuspenseList = REACT_SUSPENSE_LIST_TYPE;\nvar hasWarnedAboutDeprecatedIsAsyncMode = false;\nvar hasWarnedAboutDeprecatedIsConcurrentMode = false; // AsyncMode should be deprecated\n\nfunction isAsyncMode(object) {\n {\n if (!hasWarnedAboutDeprecatedIsAsyncMode) {\n hasWarnedAboutDeprecatedIsAsyncMode = true; // Using console['warn'] to evade Babel and ESLint\n\n console['warn']('The ReactIs.isAsyncMode() alias has been deprecated, ' + 'and will be removed in React 18+.');\n }\n }\n\n return false;\n}\nfunction isConcurrentMode(object) {\n {\n if (!hasWarnedAboutDeprecatedIsConcurrentMode) {\n hasWarnedAboutDeprecatedIsConcurrentMode = true; // Using console['warn'] to evade Babel and ESLint\n\n console['warn']('The ReactIs.isConcurrentMode() alias has been deprecated, ' + 'and will be removed in React 18+.');\n }\n }\n\n return false;\n}\nfunction isContextConsumer(object) {\n return typeOf(object) === REACT_CONTEXT_TYPE;\n}\nfunction isContextProvider(object) {\n return typeOf(object) === REACT_PROVIDER_TYPE;\n}\nfunction isElement(object) {\n return typeof object === 'object' && object !== null && object.$$typeof === REACT_ELEMENT_TYPE;\n}\nfunction isForwardRef(object) {\n return typeOf(object) === REACT_FORWARD_REF_TYPE;\n}\nfunction isFragment(object) {\n return typeOf(object) === REACT_FRAGMENT_TYPE;\n}\nfunction isLazy(object) {\n return typeOf(object) === REACT_LAZY_TYPE;\n}\nfunction isMemo(object) {\n return typeOf(object) === REACT_MEMO_TYPE;\n}\nfunction isPortal(object) {\n return typeOf(object) === REACT_PORTAL_TYPE;\n}\nfunction isProfiler(object) {\n return typeOf(object) === REACT_PROFILER_TYPE;\n}\nfunction isStrictMode(object) {\n return typeOf(object) === REACT_STRICT_MODE_TYPE;\n}\nfunction isSuspense(object) {\n return typeOf(object) === REACT_SUSPENSE_TYPE;\n}\nfunction isSuspenseList(object) {\n return typeOf(object) === REACT_SUSPENSE_LIST_TYPE;\n}\n\nexports.ContextConsumer = ContextConsumer;\nexports.ContextProvider = ContextProvider;\nexports.Element = Element;\nexports.ForwardRef = ForwardRef;\nexports.Fragment = Fragment;\nexports.Lazy = Lazy;\nexports.Memo = Memo;\nexports.Portal = Portal;\nexports.Profiler = Profiler;\nexports.StrictMode = StrictMode;\nexports.Suspense = Suspense;\nexports.SuspenseList = SuspenseList;\nexports.isAsyncMode = isAsyncMode;\nexports.isConcurrentMode = isConcurrentMode;\nexports.isContextConsumer = isContextConsumer;\nexports.isContextProvider = isContextProvider;\nexports.isElement = isElement;\nexports.isForwardRef = isForwardRef;\nexports.isFragment = isFragment;\nexports.isLazy = isLazy;\nexports.isMemo = isMemo;\nexports.isPortal = isPortal;\nexports.isProfiler = isProfiler;\nexports.isStrictMode = isStrictMode;\nexports.isSuspense = isSuspense;\nexports.isSuspenseList = isSuspenseList;\nexports.isValidElementType = isValidElementType;\nexports.typeOf = typeOf;\n })();\n}\n","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('./cjs/react-is.production.min.js');\n} else {\n module.exports = require('./cjs/react-is.development.js');\n}\n","import { ForwardRef, Memo } from 'react-is';\n\n// Simplified polyfill for IE11 support\n// https://github.com/JamesMGreene/Function.name/blob/58b314d4a983110c3682f1228f845d39ccca1817/Function.name.js#L3\nconst fnNameMatchRegex = /^\\s*function(?:\\s|\\s*\\/\\*.*\\*\\/\\s*)+([^(\\s/]*)\\s*/;\nexport function getFunctionName(fn) {\n const match = `${fn}`.match(fnNameMatchRegex);\n const name = match && match[1];\n return name || '';\n}\nfunction getFunctionComponentName(Component, fallback = '') {\n return Component.displayName || Component.name || getFunctionName(Component) || fallback;\n}\nfunction getWrappedName(outerType, innerType, wrapperName) {\n const functionName = getFunctionComponentName(innerType);\n return outerType.displayName || (functionName !== '' ? `${wrapperName}(${functionName})` : wrapperName);\n}\n\n/**\n * cherry-pick from\n * https://github.com/facebook/react/blob/769b1f270e1251d9dbdce0fcbd9e92e502d059b8/packages/shared/getComponentName.js\n * originally forked from recompose/getDisplayName with added IE11 support\n */\nexport default function getDisplayName(Component) {\n if (Component == null) {\n return undefined;\n }\n if (typeof Component === 'string') {\n return Component;\n }\n if (typeof Component === 'function') {\n return getFunctionComponentName(Component, 'Component');\n }\n\n // TypeScript can't have components as objects but they exist in the form of `memo` or `Suspense`\n if (typeof Component === 'object') {\n switch (Component.$$typeof) {\n case ForwardRef:\n return getWrappedName(Component, Component.render, 'ForwardRef');\n case Memo:\n return getWrappedName(Component, Component.type, 'memo');\n default:\n return undefined;\n }\n }\n return undefined;\n}","import _formatMuiErrorMessage from \"../formatMuiErrorMessage\";\n// It should to be noted that this function isn't equivalent to `text-transform: capitalize`.\n//\n// A strict capitalization should uppercase the first letter of each word in the sentence.\n// We only handle the first word.\nexport default function capitalize(string) {\n if (typeof string !== 'string') {\n throw new Error(process.env.NODE_ENV !== \"production\" ? `MUI: \\`capitalize(string)\\` expects a string argument.` : _formatMuiErrorMessage(7));\n }\n return string.charAt(0).toUpperCase() + string.slice(1);\n}","import _extends from \"@babel/runtime/helpers/esm/extends\";\n/**\n * Add keys, values of `defaultProps` that does not exist in `props`\n * @param {object} defaultProps\n * @param {object} props\n * @returns {object} resolved props\n */\nexport default function resolveProps(defaultProps, props) {\n const output = _extends({}, props);\n Object.keys(defaultProps).forEach(propName => {\n if (propName.toString().match(/^(components|slots)$/)) {\n output[propName] = _extends({}, defaultProps[propName], output[propName]);\n } else if (propName.toString().match(/^(componentsProps|slotProps)$/)) {\n const defaultSlotProps = defaultProps[propName] || {};\n const slotProps = props[propName];\n output[propName] = {};\n if (!slotProps || !Object.keys(slotProps)) {\n // Reduce the iteration if the slot props is empty\n output[propName] = defaultSlotProps;\n } else if (!defaultSlotProps || !Object.keys(defaultSlotProps)) {\n // Reduce the iteration if the default slot props is empty\n output[propName] = slotProps;\n } else {\n output[propName] = _extends({}, slotProps);\n Object.keys(defaultSlotProps).forEach(slotPropName => {\n output[propName][slotPropName] = resolveProps(defaultSlotProps[slotPropName], slotProps[slotPropName]);\n });\n }\n } else if (output[propName] === undefined) {\n output[propName] = defaultProps[propName];\n }\n });\n return output;\n}","export default function composeClasses(slots, getUtilityClass, classes = undefined) {\n const output = {};\n Object.keys(slots).forEach(\n // `Object.keys(slots)` can't be wider than `T` because we infer `T` from `slots`.\n // @ts-expect-error https://github.com/microsoft/TypeScript/pull/12253#issuecomment-263132208\n slot => {\n output[slot] = slots[slot].reduce((acc, key) => {\n if (key) {\n const utilityClass = getUtilityClass(key);\n if (utilityClass !== '') {\n acc.push(utilityClass);\n }\n if (classes && classes[key]) {\n acc.push(classes[key]);\n }\n }\n return acc;\n }, []).join(' ');\n });\n return output;\n}","const defaultGenerator = componentName => componentName;\nconst createClassNameGenerator = () => {\n let generate = defaultGenerator;\n return {\n configure(generator) {\n generate = generator;\n },\n generate(componentName) {\n return generate(componentName);\n },\n reset() {\n generate = defaultGenerator;\n }\n };\n};\nconst ClassNameGenerator = createClassNameGenerator();\nexport default ClassNameGenerator;","import ClassNameGenerator from '../ClassNameGenerator';\n\n// If GlobalStateSlot is changed, GLOBAL_STATE_CLASSES in\n// \\packages\\api-docs-builder\\utils\\parseSlotsAndClasses.ts must be updated accordingly.\nconst globalStateClassesMapping = {\n active: 'active',\n checked: 'checked',\n completed: 'completed',\n disabled: 'disabled',\n error: 'error',\n expanded: 'expanded',\n focused: 'focused',\n focusVisible: 'focusVisible',\n open: 'open',\n readOnly: 'readOnly',\n required: 'required',\n selected: 'selected'\n};\nexport default function generateUtilityClass(componentName, slot, globalStatePrefix = 'Mui') {\n const globalStateClass = globalStateClassesMapping[slot];\n return globalStateClass ? `${globalStatePrefix}-${globalStateClass}` : `${ClassNameGenerator.generate(componentName)}-${slot}`;\n}","import generateUtilityClass from '../generateUtilityClass';\nexport default function generateUtilityClasses(componentName, slots, globalStatePrefix = 'Mui') {\n const result = {};\n slots.forEach(slot => {\n result[slot] = generateUtilityClass(componentName, slot, globalStatePrefix);\n });\n return result;\n}","export default function _objectWithoutPropertiesLoose(source, excluded) {\n if (source == null) return {};\n var target = {};\n var sourceKeys = Object.keys(source);\n var key, i;\n for (i = 0; i < sourceKeys.length; i++) {\n key = sourceKeys[i];\n if (excluded.indexOf(key) >= 0) continue;\n target[key] = source[key];\n }\n return target;\n}","function r(e){var t,f,n=\"\";if(\"string\"==typeof e||\"number\"==typeof e)n+=e;else if(\"object\"==typeof e)if(Array.isArray(e))for(t=0;t {\n const breakpointsAsArray = Object.keys(values).map(key => ({\n key,\n val: values[key]\n })) || [];\n // Sort in ascending order\n breakpointsAsArray.sort((breakpoint1, breakpoint2) => breakpoint1.val - breakpoint2.val);\n return breakpointsAsArray.reduce((acc, obj) => {\n return _extends({}, acc, {\n [obj.key]: obj.val\n });\n }, {});\n};\n\n// Keep in mind that @media is inclusive by the CSS specification.\nexport default function createBreakpoints(breakpoints) {\n const {\n // The breakpoint **start** at this value.\n // For instance with the first breakpoint xs: [xs, sm).\n values = {\n xs: 0,\n // phone\n sm: 600,\n // tablet\n md: 900,\n // small laptop\n lg: 1200,\n // desktop\n xl: 1536 // large screen\n },\n\n unit = 'px',\n step = 5\n } = breakpoints,\n other = _objectWithoutPropertiesLoose(breakpoints, _excluded);\n const sortedValues = sortBreakpointsValues(values);\n const keys = Object.keys(sortedValues);\n function up(key) {\n const value = typeof values[key] === 'number' ? values[key] : key;\n return `@media (min-width:${value}${unit})`;\n }\n function down(key) {\n const value = typeof values[key] === 'number' ? values[key] : key;\n return `@media (max-width:${value - step / 100}${unit})`;\n }\n function between(start, end) {\n const endIndex = keys.indexOf(end);\n return `@media (min-width:${typeof values[start] === 'number' ? values[start] : start}${unit}) and ` + `(max-width:${(endIndex !== -1 && typeof values[keys[endIndex]] === 'number' ? values[keys[endIndex]] : end) - step / 100}${unit})`;\n }\n function only(key) {\n if (keys.indexOf(key) + 1 < keys.length) {\n return between(key, keys[keys.indexOf(key) + 1]);\n }\n return up(key);\n }\n function not(key) {\n // handle first and last key separately, for better readability\n const keyIndex = keys.indexOf(key);\n if (keyIndex === 0) {\n return up(keys[1]);\n }\n if (keyIndex === keys.length - 1) {\n return down(keys[keyIndex]);\n }\n return between(key, keys[keys.indexOf(key) + 1]).replace('@media', '@media not all and');\n }\n return _extends({\n keys,\n values: sortedValues,\n up,\n down,\n between,\n only,\n not,\n unit\n }, other);\n}","const shape = {\n borderRadius: 4\n};\nexport default shape;","import PropTypes from 'prop-types';\nconst responsivePropType = process.env.NODE_ENV !== 'production' ? PropTypes.oneOfType([PropTypes.number, PropTypes.string, PropTypes.object, PropTypes.array]) : {};\nexport default responsivePropType;","import { deepmerge } from '@mui/utils';\nfunction merge(acc, item) {\n if (!item) {\n return acc;\n }\n return deepmerge(acc, item, {\n clone: false // No need to clone deep, it's way faster.\n });\n}\n\nexport default merge;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport PropTypes from 'prop-types';\nimport { deepmerge } from '@mui/utils';\nimport merge from './merge';\n\n// The breakpoint **start** at this value.\n// For instance with the first breakpoint xs: [xs, sm[.\nexport const values = {\n xs: 0,\n // phone\n sm: 600,\n // tablet\n md: 900,\n // small laptop\n lg: 1200,\n // desktop\n xl: 1536 // large screen\n};\n\nconst defaultBreakpoints = {\n // Sorted ASC by size. That's important.\n // It can't be configured as it's used statically for propTypes.\n keys: ['xs', 'sm', 'md', 'lg', 'xl'],\n up: key => `@media (min-width:${values[key]}px)`\n};\nexport function handleBreakpoints(props, propValue, styleFromPropValue) {\n const theme = props.theme || {};\n if (Array.isArray(propValue)) {\n const themeBreakpoints = theme.breakpoints || defaultBreakpoints;\n return propValue.reduce((acc, item, index) => {\n acc[themeBreakpoints.up(themeBreakpoints.keys[index])] = styleFromPropValue(propValue[index]);\n return acc;\n }, {});\n }\n if (typeof propValue === 'object') {\n const themeBreakpoints = theme.breakpoints || defaultBreakpoints;\n return Object.keys(propValue).reduce((acc, breakpoint) => {\n // key is breakpoint\n if (Object.keys(themeBreakpoints.values || values).indexOf(breakpoint) !== -1) {\n const mediaKey = themeBreakpoints.up(breakpoint);\n acc[mediaKey] = styleFromPropValue(propValue[breakpoint], breakpoint);\n } else {\n const cssKey = breakpoint;\n acc[cssKey] = propValue[cssKey];\n }\n return acc;\n }, {});\n }\n const output = styleFromPropValue(propValue);\n return output;\n}\nfunction breakpoints(styleFunction) {\n // false positive\n // eslint-disable-next-line react/function-component-definition\n const newStyleFunction = props => {\n const theme = props.theme || {};\n const base = styleFunction(props);\n const themeBreakpoints = theme.breakpoints || defaultBreakpoints;\n const extended = themeBreakpoints.keys.reduce((acc, key) => {\n if (props[key]) {\n acc = acc || {};\n acc[themeBreakpoints.up(key)] = styleFunction(_extends({\n theme\n }, props[key]));\n }\n return acc;\n }, null);\n return merge(base, extended);\n };\n newStyleFunction.propTypes = process.env.NODE_ENV !== 'production' ? _extends({}, styleFunction.propTypes, {\n xs: PropTypes.object,\n sm: PropTypes.object,\n md: PropTypes.object,\n lg: PropTypes.object,\n xl: PropTypes.object\n }) : {};\n newStyleFunction.filterProps = ['xs', 'sm', 'md', 'lg', 'xl', ...styleFunction.filterProps];\n return newStyleFunction;\n}\nexport function createEmptyBreakpointObject(breakpointsInput = {}) {\n var _breakpointsInput$key;\n const breakpointsInOrder = (_breakpointsInput$key = breakpointsInput.keys) == null ? void 0 : _breakpointsInput$key.reduce((acc, key) => {\n const breakpointStyleKey = breakpointsInput.up(key);\n acc[breakpointStyleKey] = {};\n return acc;\n }, {});\n return breakpointsInOrder || {};\n}\nexport function removeUnusedBreakpoints(breakpointKeys, style) {\n return breakpointKeys.reduce((acc, key) => {\n const breakpointOutput = acc[key];\n const isBreakpointUnused = !breakpointOutput || Object.keys(breakpointOutput).length === 0;\n if (isBreakpointUnused) {\n delete acc[key];\n }\n return acc;\n }, style);\n}\nexport function mergeBreakpointsInOrder(breakpointsInput, ...styles) {\n const emptyBreakpoints = createEmptyBreakpointObject(breakpointsInput);\n const mergedOutput = [emptyBreakpoints, ...styles].reduce((prev, next) => deepmerge(prev, next), {});\n return removeUnusedBreakpoints(Object.keys(emptyBreakpoints), mergedOutput);\n}\n\n// compute base for responsive values; e.g.,\n// [1,2,3] => {xs: true, sm: true, md: true}\n// {xs: 1, sm: 2, md: 3} => {xs: true, sm: true, md: true}\nexport function computeBreakpointsBase(breakpointValues, themeBreakpoints) {\n // fixed value\n if (typeof breakpointValues !== 'object') {\n return {};\n }\n const base = {};\n const breakpointsKeys = Object.keys(themeBreakpoints);\n if (Array.isArray(breakpointValues)) {\n breakpointsKeys.forEach((breakpoint, i) => {\n if (i < breakpointValues.length) {\n base[breakpoint] = true;\n }\n });\n } else {\n breakpointsKeys.forEach(breakpoint => {\n if (breakpointValues[breakpoint] != null) {\n base[breakpoint] = true;\n }\n });\n }\n return base;\n}\nexport function resolveBreakpointValues({\n values: breakpointValues,\n breakpoints: themeBreakpoints,\n base: customBase\n}) {\n const base = customBase || computeBreakpointsBase(breakpointValues, themeBreakpoints);\n const keys = Object.keys(base);\n if (keys.length === 0) {\n return breakpointValues;\n }\n let previous;\n return keys.reduce((acc, breakpoint, i) => {\n if (Array.isArray(breakpointValues)) {\n acc[breakpoint] = breakpointValues[i] != null ? breakpointValues[i] : breakpointValues[previous];\n previous = i;\n } else if (typeof breakpointValues === 'object') {\n acc[breakpoint] = breakpointValues[breakpoint] != null ? breakpointValues[breakpoint] : breakpointValues[previous];\n previous = breakpoint;\n } else {\n acc[breakpoint] = breakpointValues;\n }\n return acc;\n }, {});\n}\nexport default breakpoints;","import { unstable_capitalize as capitalize } from '@mui/utils';\nimport responsivePropType from './responsivePropType';\nimport { handleBreakpoints } from './breakpoints';\nexport function getPath(obj, path, checkVars = true) {\n if (!path || typeof path !== 'string') {\n return null;\n }\n\n // Check if CSS variables are used\n if (obj && obj.vars && checkVars) {\n const val = `vars.${path}`.split('.').reduce((acc, item) => acc && acc[item] ? acc[item] : null, obj);\n if (val != null) {\n return val;\n }\n }\n return path.split('.').reduce((acc, item) => {\n if (acc && acc[item] != null) {\n return acc[item];\n }\n return null;\n }, obj);\n}\nexport function getStyleValue(themeMapping, transform, propValueFinal, userValue = propValueFinal) {\n let value;\n if (typeof themeMapping === 'function') {\n value = themeMapping(propValueFinal);\n } else if (Array.isArray(themeMapping)) {\n value = themeMapping[propValueFinal] || userValue;\n } else {\n value = getPath(themeMapping, propValueFinal) || userValue;\n }\n if (transform) {\n value = transform(value, userValue, themeMapping);\n }\n return value;\n}\nfunction style(options) {\n const {\n prop,\n cssProperty = options.prop,\n themeKey,\n transform\n } = options;\n\n // false positive\n // eslint-disable-next-line react/function-component-definition\n const fn = props => {\n if (props[prop] == null) {\n return null;\n }\n const propValue = props[prop];\n const theme = props.theme;\n const themeMapping = getPath(theme, themeKey) || {};\n const styleFromPropValue = propValueFinal => {\n let value = getStyleValue(themeMapping, transform, propValueFinal);\n if (propValueFinal === value && typeof propValueFinal === 'string') {\n // Haven't found value\n value = getStyleValue(themeMapping, transform, `${prop}${propValueFinal === 'default' ? '' : capitalize(propValueFinal)}`, propValueFinal);\n }\n if (cssProperty === false) {\n return value;\n }\n return {\n [cssProperty]: value\n };\n };\n return handleBreakpoints(props, propValue, styleFromPropValue);\n };\n fn.propTypes = process.env.NODE_ENV !== 'production' ? {\n [prop]: responsivePropType\n } : {};\n fn.filterProps = [prop];\n return fn;\n}\nexport default style;","export default function memoize(fn) {\n const cache = {};\n return arg => {\n if (cache[arg] === undefined) {\n cache[arg] = fn(arg);\n }\n return cache[arg];\n };\n}","import responsivePropType from './responsivePropType';\nimport { handleBreakpoints } from './breakpoints';\nimport { getPath } from './style';\nimport merge from './merge';\nimport memoize from './memoize';\nconst properties = {\n m: 'margin',\n p: 'padding'\n};\nconst directions = {\n t: 'Top',\n r: 'Right',\n b: 'Bottom',\n l: 'Left',\n x: ['Left', 'Right'],\n y: ['Top', 'Bottom']\n};\nconst aliases = {\n marginX: 'mx',\n marginY: 'my',\n paddingX: 'px',\n paddingY: 'py'\n};\n\n// memoize() impact:\n// From 300,000 ops/sec\n// To 350,000 ops/sec\nconst getCssProperties = memoize(prop => {\n // It's not a shorthand notation.\n if (prop.length > 2) {\n if (aliases[prop]) {\n prop = aliases[prop];\n } else {\n return [prop];\n }\n }\n const [a, b] = prop.split('');\n const property = properties[a];\n const direction = directions[b] || '';\n return Array.isArray(direction) ? direction.map(dir => property + dir) : [property + direction];\n});\nexport const marginKeys = ['m', 'mt', 'mr', 'mb', 'ml', 'mx', 'my', 'margin', 'marginTop', 'marginRight', 'marginBottom', 'marginLeft', 'marginX', 'marginY', 'marginInline', 'marginInlineStart', 'marginInlineEnd', 'marginBlock', 'marginBlockStart', 'marginBlockEnd'];\nexport const paddingKeys = ['p', 'pt', 'pr', 'pb', 'pl', 'px', 'py', 'padding', 'paddingTop', 'paddingRight', 'paddingBottom', 'paddingLeft', 'paddingX', 'paddingY', 'paddingInline', 'paddingInlineStart', 'paddingInlineEnd', 'paddingBlock', 'paddingBlockStart', 'paddingBlockEnd'];\nconst spacingKeys = [...marginKeys, ...paddingKeys];\nexport function createUnaryUnit(theme, themeKey, defaultValue, propName) {\n var _getPath;\n const themeSpacing = (_getPath = getPath(theme, themeKey, false)) != null ? _getPath : defaultValue;\n if (typeof themeSpacing === 'number') {\n return abs => {\n if (typeof abs === 'string') {\n return abs;\n }\n if (process.env.NODE_ENV !== 'production') {\n if (typeof abs !== 'number') {\n console.error(`MUI: Expected ${propName} argument to be a number or a string, got ${abs}.`);\n }\n }\n return themeSpacing * abs;\n };\n }\n if (Array.isArray(themeSpacing)) {\n return abs => {\n if (typeof abs === 'string') {\n return abs;\n }\n if (process.env.NODE_ENV !== 'production') {\n if (!Number.isInteger(abs)) {\n console.error([`MUI: The \\`theme.${themeKey}\\` array type cannot be combined with non integer values.` + `You should either use an integer value that can be used as index, or define the \\`theme.${themeKey}\\` as a number.`].join('\\n'));\n } else if (abs > themeSpacing.length - 1) {\n console.error([`MUI: The value provided (${abs}) overflows.`, `The supported values are: ${JSON.stringify(themeSpacing)}.`, `${abs} > ${themeSpacing.length - 1}, you need to add the missing values.`].join('\\n'));\n }\n }\n return themeSpacing[abs];\n };\n }\n if (typeof themeSpacing === 'function') {\n return themeSpacing;\n }\n if (process.env.NODE_ENV !== 'production') {\n console.error([`MUI: The \\`theme.${themeKey}\\` value (${themeSpacing}) is invalid.`, 'It should be a number, an array or a function.'].join('\\n'));\n }\n return () => undefined;\n}\nexport function createUnarySpacing(theme) {\n return createUnaryUnit(theme, 'spacing', 8, 'spacing');\n}\nexport function getValue(transformer, propValue) {\n if (typeof propValue === 'string' || propValue == null) {\n return propValue;\n }\n const abs = Math.abs(propValue);\n const transformed = transformer(abs);\n if (propValue >= 0) {\n return transformed;\n }\n if (typeof transformed === 'number') {\n return -transformed;\n }\n return `-${transformed}`;\n}\nexport function getStyleFromPropValue(cssProperties, transformer) {\n return propValue => cssProperties.reduce((acc, cssProperty) => {\n acc[cssProperty] = getValue(transformer, propValue);\n return acc;\n }, {});\n}\nfunction resolveCssProperty(props, keys, prop, transformer) {\n // Using a hash computation over an array iteration could be faster, but with only 28 items,\n // it's doesn't worth the bundle size.\n if (keys.indexOf(prop) === -1) {\n return null;\n }\n const cssProperties = getCssProperties(prop);\n const styleFromPropValue = getStyleFromPropValue(cssProperties, transformer);\n const propValue = props[prop];\n return handleBreakpoints(props, propValue, styleFromPropValue);\n}\nfunction style(props, keys) {\n const transformer = createUnarySpacing(props.theme);\n return Object.keys(props).map(prop => resolveCssProperty(props, keys, prop, transformer)).reduce(merge, {});\n}\nexport function margin(props) {\n return style(props, marginKeys);\n}\nmargin.propTypes = process.env.NODE_ENV !== 'production' ? marginKeys.reduce((obj, key) => {\n obj[key] = responsivePropType;\n return obj;\n}, {}) : {};\nmargin.filterProps = marginKeys;\nexport function padding(props) {\n return style(props, paddingKeys);\n}\npadding.propTypes = process.env.NODE_ENV !== 'production' ? paddingKeys.reduce((obj, key) => {\n obj[key] = responsivePropType;\n return obj;\n}, {}) : {};\npadding.filterProps = paddingKeys;\nfunction spacing(props) {\n return style(props, spacingKeys);\n}\nspacing.propTypes = process.env.NODE_ENV !== 'production' ? spacingKeys.reduce((obj, key) => {\n obj[key] = responsivePropType;\n return obj;\n}, {}) : {};\nspacing.filterProps = spacingKeys;\nexport default spacing;","import { createUnarySpacing } from '../spacing';\n\n// The different signatures imply different meaning for their arguments that can't be expressed structurally.\n// We express the difference with variable names.\n/* tslint:disable:unified-signatures */\n/* tslint:enable:unified-signatures */\n\nexport default function createSpacing(spacingInput = 8) {\n // Already transformed.\n if (spacingInput.mui) {\n return spacingInput;\n }\n\n // Material Design layouts are visually balanced. Most measurements align to an 8dp grid, which aligns both spacing and the overall layout.\n // Smaller components, such as icons, can align to a 4dp grid.\n // https://m2.material.io/design/layout/understanding-layout.html\n const transform = createUnarySpacing({\n spacing: spacingInput\n });\n const spacing = (...argsInput) => {\n if (process.env.NODE_ENV !== 'production') {\n if (!(argsInput.length <= 4)) {\n console.error(`MUI: Too many arguments provided, expected between 0 and 4, got ${argsInput.length}`);\n }\n }\n const args = argsInput.length === 0 ? [1] : argsInput;\n return args.map(argument => {\n const output = transform(argument);\n return typeof output === 'number' ? `${output}px` : output;\n }).join(' ');\n };\n spacing.mui = true;\n return spacing;\n}","import merge from './merge';\nfunction compose(...styles) {\n const handlers = styles.reduce((acc, style) => {\n style.filterProps.forEach(prop => {\n acc[prop] = style;\n });\n return acc;\n }, {});\n\n // false positive\n // eslint-disable-next-line react/function-component-definition\n const fn = props => {\n return Object.keys(props).reduce((acc, prop) => {\n if (handlers[prop]) {\n return merge(acc, handlers[prop](props));\n }\n return acc;\n }, {});\n };\n fn.propTypes = process.env.NODE_ENV !== 'production' ? styles.reduce((acc, style) => Object.assign(acc, style.propTypes), {}) : {};\n fn.filterProps = styles.reduce((acc, style) => acc.concat(style.filterProps), []);\n return fn;\n}\nexport default compose;","import responsivePropType from './responsivePropType';\nimport style from './style';\nimport compose from './compose';\nimport { createUnaryUnit, getValue } from './spacing';\nimport { handleBreakpoints } from './breakpoints';\nexport function borderTransform(value) {\n if (typeof value !== 'number') {\n return value;\n }\n return `${value}px solid`;\n}\nexport const border = style({\n prop: 'border',\n themeKey: 'borders',\n transform: borderTransform\n});\nexport const borderTop = style({\n prop: 'borderTop',\n themeKey: 'borders',\n transform: borderTransform\n});\nexport const borderRight = style({\n prop: 'borderRight',\n themeKey: 'borders',\n transform: borderTransform\n});\nexport const borderBottom = style({\n prop: 'borderBottom',\n themeKey: 'borders',\n transform: borderTransform\n});\nexport const borderLeft = style({\n prop: 'borderLeft',\n themeKey: 'borders',\n transform: borderTransform\n});\nexport const borderColor = style({\n prop: 'borderColor',\n themeKey: 'palette'\n});\nexport const borderTopColor = style({\n prop: 'borderTopColor',\n themeKey: 'palette'\n});\nexport const borderRightColor = style({\n prop: 'borderRightColor',\n themeKey: 'palette'\n});\nexport const borderBottomColor = style({\n prop: 'borderBottomColor',\n themeKey: 'palette'\n});\nexport const borderLeftColor = style({\n prop: 'borderLeftColor',\n themeKey: 'palette'\n});\n\n// false positive\n// eslint-disable-next-line react/function-component-definition\nexport const borderRadius = props => {\n if (props.borderRadius !== undefined && props.borderRadius !== null) {\n const transformer = createUnaryUnit(props.theme, 'shape.borderRadius', 4, 'borderRadius');\n const styleFromPropValue = propValue => ({\n borderRadius: getValue(transformer, propValue)\n });\n return handleBreakpoints(props, props.borderRadius, styleFromPropValue);\n }\n return null;\n};\nborderRadius.propTypes = process.env.NODE_ENV !== 'production' ? {\n borderRadius: responsivePropType\n} : {};\nborderRadius.filterProps = ['borderRadius'];\nconst borders = compose(border, borderTop, borderRight, borderBottom, borderLeft, borderColor, borderTopColor, borderRightColor, borderBottomColor, borderLeftColor, borderRadius);\nexport default borders;","import style from './style';\nimport compose from './compose';\nimport { createUnaryUnit, getValue } from './spacing';\nimport { handleBreakpoints } from './breakpoints';\nimport responsivePropType from './responsivePropType';\n\n// false positive\n// eslint-disable-next-line react/function-component-definition\nexport const gap = props => {\n if (props.gap !== undefined && props.gap !== null) {\n const transformer = createUnaryUnit(props.theme, 'spacing', 8, 'gap');\n const styleFromPropValue = propValue => ({\n gap: getValue(transformer, propValue)\n });\n return handleBreakpoints(props, props.gap, styleFromPropValue);\n }\n return null;\n};\ngap.propTypes = process.env.NODE_ENV !== 'production' ? {\n gap: responsivePropType\n} : {};\ngap.filterProps = ['gap'];\n\n// false positive\n// eslint-disable-next-line react/function-component-definition\nexport const columnGap = props => {\n if (props.columnGap !== undefined && props.columnGap !== null) {\n const transformer = createUnaryUnit(props.theme, 'spacing', 8, 'columnGap');\n const styleFromPropValue = propValue => ({\n columnGap: getValue(transformer, propValue)\n });\n return handleBreakpoints(props, props.columnGap, styleFromPropValue);\n }\n return null;\n};\ncolumnGap.propTypes = process.env.NODE_ENV !== 'production' ? {\n columnGap: responsivePropType\n} : {};\ncolumnGap.filterProps = ['columnGap'];\n\n// false positive\n// eslint-disable-next-line react/function-component-definition\nexport const rowGap = props => {\n if (props.rowGap !== undefined && props.rowGap !== null) {\n const transformer = createUnaryUnit(props.theme, 'spacing', 8, 'rowGap');\n const styleFromPropValue = propValue => ({\n rowGap: getValue(transformer, propValue)\n });\n return handleBreakpoints(props, props.rowGap, styleFromPropValue);\n }\n return null;\n};\nrowGap.propTypes = process.env.NODE_ENV !== 'production' ? {\n rowGap: responsivePropType\n} : {};\nrowGap.filterProps = ['rowGap'];\nexport const gridColumn = style({\n prop: 'gridColumn'\n});\nexport const gridRow = style({\n prop: 'gridRow'\n});\nexport const gridAutoFlow = style({\n prop: 'gridAutoFlow'\n});\nexport const gridAutoColumns = style({\n prop: 'gridAutoColumns'\n});\nexport const gridAutoRows = style({\n prop: 'gridAutoRows'\n});\nexport const gridTemplateColumns = style({\n prop: 'gridTemplateColumns'\n});\nexport const gridTemplateRows = style({\n prop: 'gridTemplateRows'\n});\nexport const gridTemplateAreas = style({\n prop: 'gridTemplateAreas'\n});\nexport const gridArea = style({\n prop: 'gridArea'\n});\nconst grid = compose(gap, columnGap, rowGap, gridColumn, gridRow, gridAutoFlow, gridAutoColumns, gridAutoRows, gridTemplateColumns, gridTemplateRows, gridTemplateAreas, gridArea);\nexport default grid;","import style from './style';\nimport compose from './compose';\nexport function paletteTransform(value, userValue) {\n if (userValue === 'grey') {\n return userValue;\n }\n return value;\n}\nexport const color = style({\n prop: 'color',\n themeKey: 'palette',\n transform: paletteTransform\n});\nexport const bgcolor = style({\n prop: 'bgcolor',\n cssProperty: 'backgroundColor',\n themeKey: 'palette',\n transform: paletteTransform\n});\nexport const backgroundColor = style({\n prop: 'backgroundColor',\n themeKey: 'palette',\n transform: paletteTransform\n});\nconst palette = compose(color, bgcolor, backgroundColor);\nexport default palette;","import style from './style';\nimport compose from './compose';\nimport { handleBreakpoints, values as breakpointsValues } from './breakpoints';\nexport function sizingTransform(value) {\n return value <= 1 && value !== 0 ? `${value * 100}%` : value;\n}\nexport const width = style({\n prop: 'width',\n transform: sizingTransform\n});\nexport const maxWidth = props => {\n if (props.maxWidth !== undefined && props.maxWidth !== null) {\n const styleFromPropValue = propValue => {\n var _props$theme;\n const breakpoint = ((_props$theme = props.theme) == null || (_props$theme = _props$theme.breakpoints) == null || (_props$theme = _props$theme.values) == null ? void 0 : _props$theme[propValue]) || breakpointsValues[propValue];\n return {\n maxWidth: breakpoint || sizingTransform(propValue)\n };\n };\n return handleBreakpoints(props, props.maxWidth, styleFromPropValue);\n }\n return null;\n};\nmaxWidth.filterProps = ['maxWidth'];\nexport const minWidth = style({\n prop: 'minWidth',\n transform: sizingTransform\n});\nexport const height = style({\n prop: 'height',\n transform: sizingTransform\n});\nexport const maxHeight = style({\n prop: 'maxHeight',\n transform: sizingTransform\n});\nexport const minHeight = style({\n prop: 'minHeight',\n transform: sizingTransform\n});\nexport const sizeWidth = style({\n prop: 'size',\n cssProperty: 'width',\n transform: sizingTransform\n});\nexport const sizeHeight = style({\n prop: 'size',\n cssProperty: 'height',\n transform: sizingTransform\n});\nexport const boxSizing = style({\n prop: 'boxSizing'\n});\nconst sizing = compose(width, maxWidth, minWidth, height, maxHeight, minHeight, boxSizing);\nexport default sizing;","import { padding, margin } from '../spacing';\nimport { borderRadius, borderTransform } from '../borders';\nimport { gap, rowGap, columnGap } from '../cssGrid';\nimport { paletteTransform } from '../palette';\nimport { maxWidth, sizingTransform } from '../sizing';\nconst defaultSxConfig = {\n // borders\n border: {\n themeKey: 'borders',\n transform: borderTransform\n },\n borderTop: {\n themeKey: 'borders',\n transform: borderTransform\n },\n borderRight: {\n themeKey: 'borders',\n transform: borderTransform\n },\n borderBottom: {\n themeKey: 'borders',\n transform: borderTransform\n },\n borderLeft: {\n themeKey: 'borders',\n transform: borderTransform\n },\n borderColor: {\n themeKey: 'palette'\n },\n borderTopColor: {\n themeKey: 'palette'\n },\n borderRightColor: {\n themeKey: 'palette'\n },\n borderBottomColor: {\n themeKey: 'palette'\n },\n borderLeftColor: {\n themeKey: 'palette'\n },\n borderRadius: {\n themeKey: 'shape.borderRadius',\n style: borderRadius\n },\n // palette\n color: {\n themeKey: 'palette',\n transform: paletteTransform\n },\n bgcolor: {\n themeKey: 'palette',\n cssProperty: 'backgroundColor',\n transform: paletteTransform\n },\n backgroundColor: {\n themeKey: 'palette',\n transform: paletteTransform\n },\n // spacing\n p: {\n style: padding\n },\n pt: {\n style: padding\n },\n pr: {\n style: padding\n },\n pb: {\n style: padding\n },\n pl: {\n style: padding\n },\n px: {\n style: padding\n },\n py: {\n style: padding\n },\n padding: {\n style: padding\n },\n paddingTop: {\n style: padding\n },\n paddingRight: {\n style: padding\n },\n paddingBottom: {\n style: padding\n },\n paddingLeft: {\n style: padding\n },\n paddingX: {\n style: padding\n },\n paddingY: {\n style: padding\n },\n paddingInline: {\n style: padding\n },\n paddingInlineStart: {\n style: padding\n },\n paddingInlineEnd: {\n style: padding\n },\n paddingBlock: {\n style: padding\n },\n paddingBlockStart: {\n style: padding\n },\n paddingBlockEnd: {\n style: padding\n },\n m: {\n style: margin\n },\n mt: {\n style: margin\n },\n mr: {\n style: margin\n },\n mb: {\n style: margin\n },\n ml: {\n style: margin\n },\n mx: {\n style: margin\n },\n my: {\n style: margin\n },\n margin: {\n style: margin\n },\n marginTop: {\n style: margin\n },\n marginRight: {\n style: margin\n },\n marginBottom: {\n style: margin\n },\n marginLeft: {\n style: margin\n },\n marginX: {\n style: margin\n },\n marginY: {\n style: margin\n },\n marginInline: {\n style: margin\n },\n marginInlineStart: {\n style: margin\n },\n marginInlineEnd: {\n style: margin\n },\n marginBlock: {\n style: margin\n },\n marginBlockStart: {\n style: margin\n },\n marginBlockEnd: {\n style: margin\n },\n // display\n displayPrint: {\n cssProperty: false,\n transform: value => ({\n '@media print': {\n display: value\n }\n })\n },\n display: {},\n overflow: {},\n textOverflow: {},\n visibility: {},\n whiteSpace: {},\n // flexbox\n flexBasis: {},\n flexDirection: {},\n flexWrap: {},\n justifyContent: {},\n alignItems: {},\n alignContent: {},\n order: {},\n flex: {},\n flexGrow: {},\n flexShrink: {},\n alignSelf: {},\n justifyItems: {},\n justifySelf: {},\n // grid\n gap: {\n style: gap\n },\n rowGap: {\n style: rowGap\n },\n columnGap: {\n style: columnGap\n },\n gridColumn: {},\n gridRow: {},\n gridAutoFlow: {},\n gridAutoColumns: {},\n gridAutoRows: {},\n gridTemplateColumns: {},\n gridTemplateRows: {},\n gridTemplateAreas: {},\n gridArea: {},\n // positions\n position: {},\n zIndex: {\n themeKey: 'zIndex'\n },\n top: {},\n right: {},\n bottom: {},\n left: {},\n // shadows\n boxShadow: {\n themeKey: 'shadows'\n },\n // sizing\n width: {\n transform: sizingTransform\n },\n maxWidth: {\n style: maxWidth\n },\n minWidth: {\n transform: sizingTransform\n },\n height: {\n transform: sizingTransform\n },\n maxHeight: {\n transform: sizingTransform\n },\n minHeight: {\n transform: sizingTransform\n },\n boxSizing: {},\n // typography\n fontFamily: {\n themeKey: 'typography'\n },\n fontSize: {\n themeKey: 'typography'\n },\n fontStyle: {\n themeKey: 'typography'\n },\n fontWeight: {\n themeKey: 'typography'\n },\n letterSpacing: {},\n textTransform: {},\n lineHeight: {},\n textAlign: {},\n typography: {\n cssProperty: false,\n themeKey: 'typography'\n }\n};\nexport default defaultSxConfig;","import { unstable_capitalize as capitalize } from '@mui/utils';\nimport merge from '../merge';\nimport { getPath, getStyleValue as getValue } from '../style';\nimport { handleBreakpoints, createEmptyBreakpointObject, removeUnusedBreakpoints } from '../breakpoints';\nimport defaultSxConfig from './defaultSxConfig';\nfunction objectsHaveSameKeys(...objects) {\n const allKeys = objects.reduce((keys, object) => keys.concat(Object.keys(object)), []);\n const union = new Set(allKeys);\n return objects.every(object => union.size === Object.keys(object).length);\n}\nfunction callIfFn(maybeFn, arg) {\n return typeof maybeFn === 'function' ? maybeFn(arg) : maybeFn;\n}\n\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport function unstable_createStyleFunctionSx() {\n function getThemeValue(prop, val, theme, config) {\n const props = {\n [prop]: val,\n theme\n };\n const options = config[prop];\n if (!options) {\n return {\n [prop]: val\n };\n }\n const {\n cssProperty = prop,\n themeKey,\n transform,\n style\n } = options;\n if (val == null) {\n return null;\n }\n\n // TODO v6: remove, see https://github.com/mui/material-ui/pull/38123\n if (themeKey === 'typography' && val === 'inherit') {\n return {\n [prop]: val\n };\n }\n const themeMapping = getPath(theme, themeKey) || {};\n if (style) {\n return style(props);\n }\n const styleFromPropValue = propValueFinal => {\n let value = getValue(themeMapping, transform, propValueFinal);\n if (propValueFinal === value && typeof propValueFinal === 'string') {\n // Haven't found value\n value = getValue(themeMapping, transform, `${prop}${propValueFinal === 'default' ? '' : capitalize(propValueFinal)}`, propValueFinal);\n }\n if (cssProperty === false) {\n return value;\n }\n return {\n [cssProperty]: value\n };\n };\n return handleBreakpoints(props, val, styleFromPropValue);\n }\n function styleFunctionSx(props) {\n var _theme$unstable_sxCon;\n const {\n sx,\n theme = {}\n } = props || {};\n if (!sx) {\n return null; // Emotion & styled-components will neglect null\n }\n\n const config = (_theme$unstable_sxCon = theme.unstable_sxConfig) != null ? _theme$unstable_sxCon : defaultSxConfig;\n\n /*\n * Receive `sxInput` as object or callback\n * and then recursively check keys & values to create media query object styles.\n * (the result will be used in `styled`)\n */\n function traverse(sxInput) {\n let sxObject = sxInput;\n if (typeof sxInput === 'function') {\n sxObject = sxInput(theme);\n } else if (typeof sxInput !== 'object') {\n // value\n return sxInput;\n }\n if (!sxObject) {\n return null;\n }\n const emptyBreakpoints = createEmptyBreakpointObject(theme.breakpoints);\n const breakpointsKeys = Object.keys(emptyBreakpoints);\n let css = emptyBreakpoints;\n Object.keys(sxObject).forEach(styleKey => {\n const value = callIfFn(sxObject[styleKey], theme);\n if (value !== null && value !== undefined) {\n if (typeof value === 'object') {\n if (config[styleKey]) {\n css = merge(css, getThemeValue(styleKey, value, theme, config));\n } else {\n const breakpointsValues = handleBreakpoints({\n theme\n }, value, x => ({\n [styleKey]: x\n }));\n if (objectsHaveSameKeys(breakpointsValues, value)) {\n css[styleKey] = styleFunctionSx({\n sx: value,\n theme\n });\n } else {\n css = merge(css, breakpointsValues);\n }\n }\n } else {\n css = merge(css, getThemeValue(styleKey, value, theme, config));\n }\n }\n });\n return removeUnusedBreakpoints(breakpointsKeys, css);\n }\n return Array.isArray(sx) ? sx.map(traverse) : traverse(sx);\n }\n return styleFunctionSx;\n}\nconst styleFunctionSx = unstable_createStyleFunctionSx();\nstyleFunctionSx.filterProps = ['sx'];\nexport default styleFunctionSx;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nconst _excluded = [\"breakpoints\", \"palette\", \"spacing\", \"shape\"];\nimport { deepmerge } from '@mui/utils';\nimport createBreakpoints from './createBreakpoints';\nimport shape from './shape';\nimport createSpacing from './createSpacing';\nimport styleFunctionSx from '../styleFunctionSx/styleFunctionSx';\nimport defaultSxConfig from '../styleFunctionSx/defaultSxConfig';\nfunction createTheme(options = {}, ...args) {\n const {\n breakpoints: breakpointsInput = {},\n palette: paletteInput = {},\n spacing: spacingInput,\n shape: shapeInput = {}\n } = options,\n other = _objectWithoutPropertiesLoose(options, _excluded);\n const breakpoints = createBreakpoints(breakpointsInput);\n const spacing = createSpacing(spacingInput);\n let muiTheme = deepmerge({\n breakpoints,\n direction: 'ltr',\n components: {},\n // Inject component definitions.\n palette: _extends({\n mode: 'light'\n }, paletteInput),\n spacing,\n shape: _extends({}, shape, shapeInput)\n }, other);\n muiTheme = args.reduce((acc, argument) => deepmerge(acc, argument), muiTheme);\n muiTheme.unstable_sxConfig = _extends({}, defaultSxConfig, other == null ? void 0 : other.unstable_sxConfig);\n muiTheme.unstable_sx = function sx(props) {\n return styleFunctionSx({\n sx: props,\n theme: this\n });\n };\n return muiTheme;\n}\nexport default createTheme;","'use client';\n\nimport * as React from 'react';\nimport { ThemeContext } from '@mui/styled-engine';\nfunction isObjectEmpty(obj) {\n return Object.keys(obj).length === 0;\n}\nfunction useTheme(defaultTheme = null) {\n const contextTheme = React.useContext(ThemeContext);\n return !contextTheme || isObjectEmpty(contextTheme) ? defaultTheme : contextTheme;\n}\nexport default useTheme;","'use client';\n\nimport createTheme from './createTheme';\nimport useThemeWithoutDefault from './useThemeWithoutDefault';\nexport const systemDefaultTheme = createTheme();\nfunction useTheme(defaultTheme = systemDefaultTheme) {\n return useThemeWithoutDefault(defaultTheme);\n}\nexport default useTheme;","import _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nconst _excluded = [\"variant\"];\nimport { unstable_capitalize as capitalize } from '@mui/utils';\nfunction isEmpty(string) {\n return string.length === 0;\n}\n\n/**\n * Generates string classKey based on the properties provided. It starts with the\n * variant if defined, and then it appends all other properties in alphabetical order.\n * @param {object} props - the properties for which the classKey should be created.\n */\nexport default function propsToClassKey(props) {\n const {\n variant\n } = props,\n other = _objectWithoutPropertiesLoose(props, _excluded);\n let classKey = variant || '';\n Object.keys(other).sort().forEach(key => {\n if (key === 'color') {\n classKey += isEmpty(classKey) ? props[key] : capitalize(props[key]);\n } else {\n classKey += `${isEmpty(classKey) ? key : capitalize(key)}${capitalize(props[key].toString())}`;\n }\n });\n return classKey;\n}","import _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport _extends from \"@babel/runtime/helpers/esm/extends\";\nconst _excluded = [\"name\", \"slot\", \"skipVariantsResolver\", \"skipSx\", \"overridesResolver\"];\n/* eslint-disable no-underscore-dangle */\nimport styledEngineStyled, { internal_processStyles as processStyles } from '@mui/styled-engine';\nimport { getDisplayName, unstable_capitalize as capitalize } from '@mui/utils';\nimport createTheme from './createTheme';\nimport propsToClassKey from './propsToClassKey';\nimport styleFunctionSx from './styleFunctionSx';\nfunction isEmpty(obj) {\n return Object.keys(obj).length === 0;\n}\n\n// https://github.com/emotion-js/emotion/blob/26ded6109fcd8ca9875cc2ce4564fee678a3f3c5/packages/styled/src/utils.js#L40\nfunction isStringTag(tag) {\n return typeof tag === 'string' &&\n // 96 is one less than the char code\n // for \"a\" so this is checking that\n // it's a lowercase character\n tag.charCodeAt(0) > 96;\n}\nconst getStyleOverrides = (name, theme) => {\n if (theme.components && theme.components[name] && theme.components[name].styleOverrides) {\n return theme.components[name].styleOverrides;\n }\n return null;\n};\nconst getVariantStyles = (name, theme) => {\n let variants = [];\n if (theme && theme.components && theme.components[name] && theme.components[name].variants) {\n variants = theme.components[name].variants;\n }\n const variantsStyles = {};\n variants.forEach(definition => {\n const key = propsToClassKey(definition.props);\n variantsStyles[key] = definition.style;\n });\n return variantsStyles;\n};\nconst variantsResolver = (props, styles, theme, name) => {\n var _theme$components;\n const {\n ownerState = {}\n } = props;\n const variantsStyles = [];\n const themeVariants = theme == null || (_theme$components = theme.components) == null || (_theme$components = _theme$components[name]) == null ? void 0 : _theme$components.variants;\n if (themeVariants) {\n themeVariants.forEach(themeVariant => {\n let isMatch = true;\n Object.keys(themeVariant.props).forEach(key => {\n if (ownerState[key] !== themeVariant.props[key] && props[key] !== themeVariant.props[key]) {\n isMatch = false;\n }\n });\n if (isMatch) {\n variantsStyles.push(styles[propsToClassKey(themeVariant.props)]);\n }\n });\n }\n return variantsStyles;\n};\n\n// Update /system/styled/#api in case if this changes\nexport function shouldForwardProp(prop) {\n return prop !== 'ownerState' && prop !== 'theme' && prop !== 'sx' && prop !== 'as';\n}\nexport const systemDefaultTheme = createTheme();\nconst lowercaseFirstLetter = string => {\n if (!string) {\n return string;\n }\n return string.charAt(0).toLowerCase() + string.slice(1);\n};\nfunction resolveTheme({\n defaultTheme,\n theme,\n themeId\n}) {\n return isEmpty(theme) ? defaultTheme : theme[themeId] || theme;\n}\nfunction defaultOverridesResolver(slot) {\n if (!slot) {\n return null;\n }\n return (props, styles) => styles[slot];\n}\nexport default function createStyled(input = {}) {\n const {\n themeId,\n defaultTheme = systemDefaultTheme,\n rootShouldForwardProp = shouldForwardProp,\n slotShouldForwardProp = shouldForwardProp\n } = input;\n const systemSx = props => {\n return styleFunctionSx(_extends({}, props, {\n theme: resolveTheme(_extends({}, props, {\n defaultTheme,\n themeId\n }))\n }));\n };\n systemSx.__mui_systemSx = true;\n return (tag, inputOptions = {}) => {\n // Filter out the `sx` style function from the previous styled component to prevent unnecessary styles generated by the composite components.\n processStyles(tag, styles => styles.filter(style => !(style != null && style.__mui_systemSx)));\n const {\n name: componentName,\n slot: componentSlot,\n skipVariantsResolver: inputSkipVariantsResolver,\n skipSx: inputSkipSx,\n // TODO v6: remove `lowercaseFirstLetter()` in the next major release\n // For more details: https://github.com/mui/material-ui/pull/37908\n overridesResolver = defaultOverridesResolver(lowercaseFirstLetter(componentSlot))\n } = inputOptions,\n options = _objectWithoutPropertiesLoose(inputOptions, _excluded);\n\n // if skipVariantsResolver option is defined, take the value, otherwise, true for root and false for other slots.\n const skipVariantsResolver = inputSkipVariantsResolver !== undefined ? inputSkipVariantsResolver :\n // TODO v6: remove `Root` in the next major release\n // For more details: https://github.com/mui/material-ui/pull/37908\n componentSlot && componentSlot !== 'Root' && componentSlot !== 'root' || false;\n const skipSx = inputSkipSx || false;\n let label;\n if (process.env.NODE_ENV !== 'production') {\n if (componentName) {\n // TODO v6: remove `lowercaseFirstLetter()` in the next major release\n // For more details: https://github.com/mui/material-ui/pull/37908\n label = `${componentName}-${lowercaseFirstLetter(componentSlot || 'Root')}`;\n }\n }\n let shouldForwardPropOption = shouldForwardProp;\n\n // TODO v6: remove `Root` in the next major release\n // For more details: https://github.com/mui/material-ui/pull/37908\n if (componentSlot === 'Root' || componentSlot === 'root') {\n shouldForwardPropOption = rootShouldForwardProp;\n } else if (componentSlot) {\n // any other slot specified\n shouldForwardPropOption = slotShouldForwardProp;\n } else if (isStringTag(tag)) {\n // for string (html) tag, preserve the behavior in emotion & styled-components.\n shouldForwardPropOption = undefined;\n }\n const defaultStyledResolver = styledEngineStyled(tag, _extends({\n shouldForwardProp: shouldForwardPropOption,\n label\n }, options));\n const muiStyledResolver = (styleArg, ...expressions) => {\n const expressionsWithDefaultTheme = expressions ? expressions.map(stylesArg => {\n // On the server Emotion doesn't use React.forwardRef for creating components, so the created\n // component stays as a function. This condition makes sure that we do not interpolate functions\n // which are basically components used as a selectors.\n return typeof stylesArg === 'function' && stylesArg.__emotion_real !== stylesArg ? props => {\n return stylesArg(_extends({}, props, {\n theme: resolveTheme(_extends({}, props, {\n defaultTheme,\n themeId\n }))\n }));\n } : stylesArg;\n }) : [];\n let transformedStyleArg = styleArg;\n if (componentName && overridesResolver) {\n expressionsWithDefaultTheme.push(props => {\n const theme = resolveTheme(_extends({}, props, {\n defaultTheme,\n themeId\n }));\n const styleOverrides = getStyleOverrides(componentName, theme);\n if (styleOverrides) {\n const resolvedStyleOverrides = {};\n Object.entries(styleOverrides).forEach(([slotKey, slotStyle]) => {\n resolvedStyleOverrides[slotKey] = typeof slotStyle === 'function' ? slotStyle(_extends({}, props, {\n theme\n })) : slotStyle;\n });\n return overridesResolver(props, resolvedStyleOverrides);\n }\n return null;\n });\n }\n if (componentName && !skipVariantsResolver) {\n expressionsWithDefaultTheme.push(props => {\n const theme = resolveTheme(_extends({}, props, {\n defaultTheme,\n themeId\n }));\n return variantsResolver(props, getVariantStyles(componentName, theme), theme, componentName);\n });\n }\n if (!skipSx) {\n expressionsWithDefaultTheme.push(systemSx);\n }\n const numOfCustomFnsApplied = expressionsWithDefaultTheme.length - expressions.length;\n if (Array.isArray(styleArg) && numOfCustomFnsApplied > 0) {\n const placeholders = new Array(numOfCustomFnsApplied).fill('');\n // If the type is array, than we need to add placeholders in the template for the overrides, variants and the sx styles.\n transformedStyleArg = [...styleArg, ...placeholders];\n transformedStyleArg.raw = [...styleArg.raw, ...placeholders];\n } else if (typeof styleArg === 'function' &&\n // On the server Emotion doesn't use React.forwardRef for creating components, so the created\n // component stays as a function. This condition makes sure that we do not interpolate functions\n // which are basically components used as a selectors.\n styleArg.__emotion_real !== styleArg) {\n // If the type is function, we need to define the default theme.\n transformedStyleArg = props => styleArg(_extends({}, props, {\n theme: resolveTheme(_extends({}, props, {\n defaultTheme,\n themeId\n }))\n }));\n }\n const Component = defaultStyledResolver(transformedStyleArg, ...expressionsWithDefaultTheme);\n if (process.env.NODE_ENV !== 'production') {\n let displayName;\n if (componentName) {\n displayName = `${componentName}${capitalize(componentSlot || '')}`;\n }\n if (displayName === undefined) {\n displayName = `Styled(${getDisplayName(tag)})`;\n }\n Component.displayName = displayName;\n }\n if (tag.muiName) {\n Component.muiName = tag.muiName;\n }\n return Component;\n };\n if (defaultStyledResolver.withConfig) {\n muiStyledResolver.withConfig = defaultStyledResolver.withConfig;\n }\n return muiStyledResolver;\n };\n}","import { internal_resolveProps as resolveProps } from '@mui/utils';\nexport default function getThemeProps(params) {\n const {\n theme,\n name,\n props\n } = params;\n if (!theme || !theme.components || !theme.components[name] || !theme.components[name].defaultProps) {\n return props;\n }\n return resolveProps(theme.components[name].defaultProps, props);\n}","'use client';\n\nimport getThemeProps from './getThemeProps';\nimport useTheme from '../useTheme';\nexport default function useThemeProps({\n props,\n name,\n defaultTheme,\n themeId\n}) {\n let theme = useTheme(defaultTheme);\n if (themeId) {\n theme = theme[themeId] || theme;\n }\n const mergedProps = getThemeProps({\n theme,\n name,\n props\n });\n return mergedProps;\n}","import { formatMuiErrorMessage as _formatMuiErrorMessage } from \"@mui/utils\";\n/* eslint-disable @typescript-eslint/naming-convention */\n/**\n * Returns a number whose value is limited to the given range.\n * @param {number} value The value to be clamped\n * @param {number} min The lower boundary of the output range\n * @param {number} max The upper boundary of the output range\n * @returns {number} A number in the range [min, max]\n */\nfunction clamp(value, min = 0, max = 1) {\n if (process.env.NODE_ENV !== 'production') {\n if (value < min || value > max) {\n console.error(`MUI: The value provided ${value} is out of range [${min}, ${max}].`);\n }\n }\n return Math.min(Math.max(min, value), max);\n}\n\n/**\n * Converts a color from CSS hex format to CSS rgb format.\n * @param {string} color - Hex color, i.e. #nnn or #nnnnnn\n * @returns {string} A CSS rgb color string\n */\nexport function hexToRgb(color) {\n color = color.slice(1);\n const re = new RegExp(`.{1,${color.length >= 6 ? 2 : 1}}`, 'g');\n let colors = color.match(re);\n if (colors && colors[0].length === 1) {\n colors = colors.map(n => n + n);\n }\n return colors ? `rgb${colors.length === 4 ? 'a' : ''}(${colors.map((n, index) => {\n return index < 3 ? parseInt(n, 16) : Math.round(parseInt(n, 16) / 255 * 1000) / 1000;\n }).join(', ')})` : '';\n}\nfunction intToHex(int) {\n const hex = int.toString(16);\n return hex.length === 1 ? `0${hex}` : hex;\n}\n\n/**\n * Returns an object with the type and values of a color.\n *\n * Note: Does not support rgb % values.\n * @param {string} color - CSS color, i.e. one of: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color()\n * @returns {object} - A MUI color object: {type: string, values: number[]}\n */\nexport function decomposeColor(color) {\n // Idempotent\n if (color.type) {\n return color;\n }\n if (color.charAt(0) === '#') {\n return decomposeColor(hexToRgb(color));\n }\n const marker = color.indexOf('(');\n const type = color.substring(0, marker);\n if (['rgb', 'rgba', 'hsl', 'hsla', 'color'].indexOf(type) === -1) {\n throw new Error(process.env.NODE_ENV !== \"production\" ? `MUI: Unsupported \\`${color}\\` color.\nThe following formats are supported: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color().` : _formatMuiErrorMessage(9, color));\n }\n let values = color.substring(marker + 1, color.length - 1);\n let colorSpace;\n if (type === 'color') {\n values = values.split(' ');\n colorSpace = values.shift();\n if (values.length === 4 && values[3].charAt(0) === '/') {\n values[3] = values[3].slice(1);\n }\n if (['srgb', 'display-p3', 'a98-rgb', 'prophoto-rgb', 'rec-2020'].indexOf(colorSpace) === -1) {\n throw new Error(process.env.NODE_ENV !== \"production\" ? `MUI: unsupported \\`${colorSpace}\\` color space.\nThe following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rgb, rec-2020.` : _formatMuiErrorMessage(10, colorSpace));\n }\n } else {\n values = values.split(',');\n }\n values = values.map(value => parseFloat(value));\n return {\n type,\n values,\n colorSpace\n };\n}\n\n/**\n * Returns a channel created from the input color.\n *\n * @param {string} color - CSS color, i.e. one of: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color()\n * @returns {string} - The channel for the color, that can be used in rgba or hsla colors\n */\nexport const colorChannel = color => {\n const decomposedColor = decomposeColor(color);\n return decomposedColor.values.slice(0, 3).map((val, idx) => decomposedColor.type.indexOf('hsl') !== -1 && idx !== 0 ? `${val}%` : val).join(' ');\n};\nexport const private_safeColorChannel = (color, warning) => {\n try {\n return colorChannel(color);\n } catch (error) {\n if (warning && process.env.NODE_ENV !== 'production') {\n console.warn(warning);\n }\n return color;\n }\n};\n\n/**\n * Converts a color object with type and values to a string.\n * @param {object} color - Decomposed color\n * @param {string} color.type - One of: 'rgb', 'rgba', 'hsl', 'hsla', 'color'\n * @param {array} color.values - [n,n,n] or [n,n,n,n]\n * @returns {string} A CSS color string\n */\nexport function recomposeColor(color) {\n const {\n type,\n colorSpace\n } = color;\n let {\n values\n } = color;\n if (type.indexOf('rgb') !== -1) {\n // Only convert the first 3 values to int (i.e. not alpha)\n values = values.map((n, i) => i < 3 ? parseInt(n, 10) : n);\n } else if (type.indexOf('hsl') !== -1) {\n values[1] = `${values[1]}%`;\n values[2] = `${values[2]}%`;\n }\n if (type.indexOf('color') !== -1) {\n values = `${colorSpace} ${values.join(' ')}`;\n } else {\n values = `${values.join(', ')}`;\n }\n return `${type}(${values})`;\n}\n\n/**\n * Converts a color from CSS rgb format to CSS hex format.\n * @param {string} color - RGB color, i.e. rgb(n, n, n)\n * @returns {string} A CSS rgb color string, i.e. #nnnnnn\n */\nexport function rgbToHex(color) {\n // Idempotent\n if (color.indexOf('#') === 0) {\n return color;\n }\n const {\n values\n } = decomposeColor(color);\n return `#${values.map((n, i) => intToHex(i === 3 ? Math.round(255 * n) : n)).join('')}`;\n}\n\n/**\n * Converts a color from hsl format to rgb format.\n * @param {string} color - HSL color values\n * @returns {string} rgb color values\n */\nexport function hslToRgb(color) {\n color = decomposeColor(color);\n const {\n values\n } = color;\n const h = values[0];\n const s = values[1] / 100;\n const l = values[2] / 100;\n const a = s * Math.min(l, 1 - l);\n const f = (n, k = (n + h / 30) % 12) => l - a * Math.max(Math.min(k - 3, 9 - k, 1), -1);\n let type = 'rgb';\n const rgb = [Math.round(f(0) * 255), Math.round(f(8) * 255), Math.round(f(4) * 255)];\n if (color.type === 'hsla') {\n type += 'a';\n rgb.push(values[3]);\n }\n return recomposeColor({\n type,\n values: rgb\n });\n}\n/**\n * The relative brightness of any point in a color space,\n * normalized to 0 for darkest black and 1 for lightest white.\n *\n * Formula: https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests\n * @param {string} color - CSS color, i.e. one of: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color()\n * @returns {number} The relative brightness of the color in the range 0 - 1\n */\nexport function getLuminance(color) {\n color = decomposeColor(color);\n let rgb = color.type === 'hsl' || color.type === 'hsla' ? decomposeColor(hslToRgb(color)).values : color.values;\n rgb = rgb.map(val => {\n if (color.type !== 'color') {\n val /= 255; // normalized\n }\n\n return val <= 0.03928 ? val / 12.92 : ((val + 0.055) / 1.055) ** 2.4;\n });\n\n // Truncate at 3 digits\n return Number((0.2126 * rgb[0] + 0.7152 * rgb[1] + 0.0722 * rgb[2]).toFixed(3));\n}\n\n/**\n * Calculates the contrast ratio between two colors.\n *\n * Formula: https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests\n * @param {string} foreground - CSS color, i.e. one of: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla()\n * @param {string} background - CSS color, i.e. one of: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla()\n * @returns {number} A contrast ratio value in the range 0 - 21.\n */\nexport function getContrastRatio(foreground, background) {\n const lumA = getLuminance(foreground);\n const lumB = getLuminance(background);\n return (Math.max(lumA, lumB) + 0.05) / (Math.min(lumA, lumB) + 0.05);\n}\n\n/**\n * Sets the absolute transparency of a color.\n * Any existing alpha values are overwritten.\n * @param {string} color - CSS color, i.e. one of: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color()\n * @param {number} value - value to set the alpha channel to in the range 0 - 1\n * @returns {string} A CSS color string. Hex input values are returned as rgb\n */\nexport function alpha(color, value) {\n color = decomposeColor(color);\n value = clamp(value);\n if (color.type === 'rgb' || color.type === 'hsl') {\n color.type += 'a';\n }\n if (color.type === 'color') {\n color.values[3] = `/${value}`;\n } else {\n color.values[3] = value;\n }\n return recomposeColor(color);\n}\nexport function private_safeAlpha(color, value, warning) {\n try {\n return alpha(color, value);\n } catch (error) {\n if (warning && process.env.NODE_ENV !== 'production') {\n console.warn(warning);\n }\n return color;\n }\n}\n\n/**\n * Darkens a color.\n * @param {string} color - CSS color, i.e. one of: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color()\n * @param {number} coefficient - multiplier in the range 0 - 1\n * @returns {string} A CSS color string. Hex input values are returned as rgb\n */\nexport function darken(color, coefficient) {\n color = decomposeColor(color);\n coefficient = clamp(coefficient);\n if (color.type.indexOf('hsl') !== -1) {\n color.values[2] *= 1 - coefficient;\n } else if (color.type.indexOf('rgb') !== -1 || color.type.indexOf('color') !== -1) {\n for (let i = 0; i < 3; i += 1) {\n color.values[i] *= 1 - coefficient;\n }\n }\n return recomposeColor(color);\n}\nexport function private_safeDarken(color, coefficient, warning) {\n try {\n return darken(color, coefficient);\n } catch (error) {\n if (warning && process.env.NODE_ENV !== 'production') {\n console.warn(warning);\n }\n return color;\n }\n}\n\n/**\n * Lightens a color.\n * @param {string} color - CSS color, i.e. one of: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color()\n * @param {number} coefficient - multiplier in the range 0 - 1\n * @returns {string} A CSS color string. Hex input values are returned as rgb\n */\nexport function lighten(color, coefficient) {\n color = decomposeColor(color);\n coefficient = clamp(coefficient);\n if (color.type.indexOf('hsl') !== -1) {\n color.values[2] += (100 - color.values[2]) * coefficient;\n } else if (color.type.indexOf('rgb') !== -1) {\n for (let i = 0; i < 3; i += 1) {\n color.values[i] += (255 - color.values[i]) * coefficient;\n }\n } else if (color.type.indexOf('color') !== -1) {\n for (let i = 0; i < 3; i += 1) {\n color.values[i] += (1 - color.values[i]) * coefficient;\n }\n }\n return recomposeColor(color);\n}\nexport function private_safeLighten(color, coefficient, warning) {\n try {\n return lighten(color, coefficient);\n } catch (error) {\n if (warning && process.env.NODE_ENV !== 'production') {\n console.warn(warning);\n }\n return color;\n }\n}\n\n/**\n * Darken or lighten a color, depending on its luminance.\n * Light colors are darkened, dark colors are lightened.\n * @param {string} color - CSS color, i.e. one of: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color()\n * @param {number} coefficient=0.15 - multiplier in the range 0 - 1\n * @returns {string} A CSS color string. Hex input values are returned as rgb\n */\nexport function emphasize(color, coefficient = 0.15) {\n return getLuminance(color) > 0.5 ? darken(color, coefficient) : lighten(color, coefficient);\n}\nexport function private_safeEmphasize(color, coefficient, warning) {\n try {\n return private_safeEmphasize(color, coefficient);\n } catch (error) {\n if (warning && process.env.NODE_ENV !== 'production') {\n console.warn(warning);\n }\n return color;\n }\n}","import _extends from \"@babel/runtime/helpers/esm/extends\";\nexport default function createMixins(breakpoints, mixins) {\n return _extends({\n toolbar: {\n minHeight: 56,\n [breakpoints.up('xs')]: {\n '@media (orientation: landscape)': {\n minHeight: 48\n }\n },\n [breakpoints.up('sm')]: {\n minHeight: 64\n }\n }\n }, mixins);\n}","const common = {\n black: '#000',\n white: '#fff'\n};\nexport default common;","const grey = {\n 50: '#fafafa',\n 100: '#f5f5f5',\n 200: '#eeeeee',\n 300: '#e0e0e0',\n 400: '#bdbdbd',\n 500: '#9e9e9e',\n 600: '#757575',\n 700: '#616161',\n 800: '#424242',\n 900: '#212121',\n A100: '#f5f5f5',\n A200: '#eeeeee',\n A400: '#bdbdbd',\n A700: '#616161'\n};\nexport default grey;","const purple = {\n 50: '#f3e5f5',\n 100: '#e1bee7',\n 200: '#ce93d8',\n 300: '#ba68c8',\n 400: '#ab47bc',\n 500: '#9c27b0',\n 600: '#8e24aa',\n 700: '#7b1fa2',\n 800: '#6a1b9a',\n 900: '#4a148c',\n A100: '#ea80fc',\n A200: '#e040fb',\n A400: '#d500f9',\n A700: '#aa00ff'\n};\nexport default purple;","const red = {\n 50: '#ffebee',\n 100: '#ffcdd2',\n 200: '#ef9a9a',\n 300: '#e57373',\n 400: '#ef5350',\n 500: '#f44336',\n 600: '#e53935',\n 700: '#d32f2f',\n 800: '#c62828',\n 900: '#b71c1c',\n A100: '#ff8a80',\n A200: '#ff5252',\n A400: '#ff1744',\n A700: '#d50000'\n};\nexport default red;","const orange = {\n 50: '#fff3e0',\n 100: '#ffe0b2',\n 200: '#ffcc80',\n 300: '#ffb74d',\n 400: '#ffa726',\n 500: '#ff9800',\n 600: '#fb8c00',\n 700: '#f57c00',\n 800: '#ef6c00',\n 900: '#e65100',\n A100: '#ffd180',\n A200: '#ffab40',\n A400: '#ff9100',\n A700: '#ff6d00'\n};\nexport default orange;","const blue = {\n 50: '#e3f2fd',\n 100: '#bbdefb',\n 200: '#90caf9',\n 300: '#64b5f6',\n 400: '#42a5f5',\n 500: '#2196f3',\n 600: '#1e88e5',\n 700: '#1976d2',\n 800: '#1565c0',\n 900: '#0d47a1',\n A100: '#82b1ff',\n A200: '#448aff',\n A400: '#2979ff',\n A700: '#2962ff'\n};\nexport default blue;","const lightBlue = {\n 50: '#e1f5fe',\n 100: '#b3e5fc',\n 200: '#81d4fa',\n 300: '#4fc3f7',\n 400: '#29b6f6',\n 500: '#03a9f4',\n 600: '#039be5',\n 700: '#0288d1',\n 800: '#0277bd',\n 900: '#01579b',\n A100: '#80d8ff',\n A200: '#40c4ff',\n A400: '#00b0ff',\n A700: '#0091ea'\n};\nexport default lightBlue;","const green = {\n 50: '#e8f5e9',\n 100: '#c8e6c9',\n 200: '#a5d6a7',\n 300: '#81c784',\n 400: '#66bb6a',\n 500: '#4caf50',\n 600: '#43a047',\n 700: '#388e3c',\n 800: '#2e7d32',\n 900: '#1b5e20',\n A100: '#b9f6ca',\n A200: '#69f0ae',\n A400: '#00e676',\n A700: '#00c853'\n};\nexport default green;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport { formatMuiErrorMessage as _formatMuiErrorMessage } from \"@mui/utils\";\nconst _excluded = [\"mode\", \"contrastThreshold\", \"tonalOffset\"];\nimport { deepmerge } from '@mui/utils';\nimport { darken, getContrastRatio, lighten } from '@mui/system';\nimport common from '../colors/common';\nimport grey from '../colors/grey';\nimport purple from '../colors/purple';\nimport red from '../colors/red';\nimport orange from '../colors/orange';\nimport blue from '../colors/blue';\nimport lightBlue from '../colors/lightBlue';\nimport green from '../colors/green';\nexport const light = {\n // The colors used to style the text.\n text: {\n // The most important text.\n primary: 'rgba(0, 0, 0, 0.87)',\n // Secondary text.\n secondary: 'rgba(0, 0, 0, 0.6)',\n // Disabled text have even lower visual prominence.\n disabled: 'rgba(0, 0, 0, 0.38)'\n },\n // The color used to divide different elements.\n divider: 'rgba(0, 0, 0, 0.12)',\n // The background colors used to style the surfaces.\n // Consistency between these values is important.\n background: {\n paper: common.white,\n default: common.white\n },\n // The colors used to style the action elements.\n action: {\n // The color of an active action like an icon button.\n active: 'rgba(0, 0, 0, 0.54)',\n // The color of an hovered action.\n hover: 'rgba(0, 0, 0, 0.04)',\n hoverOpacity: 0.04,\n // The color of a selected action.\n selected: 'rgba(0, 0, 0, 0.08)',\n selectedOpacity: 0.08,\n // The color of a disabled action.\n disabled: 'rgba(0, 0, 0, 0.26)',\n // The background color of a disabled action.\n disabledBackground: 'rgba(0, 0, 0, 0.12)',\n disabledOpacity: 0.38,\n focus: 'rgba(0, 0, 0, 0.12)',\n focusOpacity: 0.12,\n activatedOpacity: 0.12\n }\n};\nexport const dark = {\n text: {\n primary: common.white,\n secondary: 'rgba(255, 255, 255, 0.7)',\n disabled: 'rgba(255, 255, 255, 0.5)',\n icon: 'rgba(255, 255, 255, 0.5)'\n },\n divider: 'rgba(255, 255, 255, 0.12)',\n background: {\n paper: '#121212',\n default: '#121212'\n },\n action: {\n active: common.white,\n hover: 'rgba(255, 255, 255, 0.08)',\n hoverOpacity: 0.08,\n selected: 'rgba(255, 255, 255, 0.16)',\n selectedOpacity: 0.16,\n disabled: 'rgba(255, 255, 255, 0.3)',\n disabledBackground: 'rgba(255, 255, 255, 0.12)',\n disabledOpacity: 0.38,\n focus: 'rgba(255, 255, 255, 0.12)',\n focusOpacity: 0.12,\n activatedOpacity: 0.24\n }\n};\nfunction addLightOrDark(intent, direction, shade, tonalOffset) {\n const tonalOffsetLight = tonalOffset.light || tonalOffset;\n const tonalOffsetDark = tonalOffset.dark || tonalOffset * 1.5;\n if (!intent[direction]) {\n if (intent.hasOwnProperty(shade)) {\n intent[direction] = intent[shade];\n } else if (direction === 'light') {\n intent.light = lighten(intent.main, tonalOffsetLight);\n } else if (direction === 'dark') {\n intent.dark = darken(intent.main, tonalOffsetDark);\n }\n }\n}\nfunction getDefaultPrimary(mode = 'light') {\n if (mode === 'dark') {\n return {\n main: blue[200],\n light: blue[50],\n dark: blue[400]\n };\n }\n return {\n main: blue[700],\n light: blue[400],\n dark: blue[800]\n };\n}\nfunction getDefaultSecondary(mode = 'light') {\n if (mode === 'dark') {\n return {\n main: purple[200],\n light: purple[50],\n dark: purple[400]\n };\n }\n return {\n main: purple[500],\n light: purple[300],\n dark: purple[700]\n };\n}\nfunction getDefaultError(mode = 'light') {\n if (mode === 'dark') {\n return {\n main: red[500],\n light: red[300],\n dark: red[700]\n };\n }\n return {\n main: red[700],\n light: red[400],\n dark: red[800]\n };\n}\nfunction getDefaultInfo(mode = 'light') {\n if (mode === 'dark') {\n return {\n main: lightBlue[400],\n light: lightBlue[300],\n dark: lightBlue[700]\n };\n }\n return {\n main: lightBlue[700],\n light: lightBlue[500],\n dark: lightBlue[900]\n };\n}\nfunction getDefaultSuccess(mode = 'light') {\n if (mode === 'dark') {\n return {\n main: green[400],\n light: green[300],\n dark: green[700]\n };\n }\n return {\n main: green[800],\n light: green[500],\n dark: green[900]\n };\n}\nfunction getDefaultWarning(mode = 'light') {\n if (mode === 'dark') {\n return {\n main: orange[400],\n light: orange[300],\n dark: orange[700]\n };\n }\n return {\n main: '#ed6c02',\n // closest to orange[800] that pass 3:1.\n light: orange[500],\n dark: orange[900]\n };\n}\nexport default function createPalette(palette) {\n const {\n mode = 'light',\n contrastThreshold = 3,\n tonalOffset = 0.2\n } = palette,\n other = _objectWithoutPropertiesLoose(palette, _excluded);\n const primary = palette.primary || getDefaultPrimary(mode);\n const secondary = palette.secondary || getDefaultSecondary(mode);\n const error = palette.error || getDefaultError(mode);\n const info = palette.info || getDefaultInfo(mode);\n const success = palette.success || getDefaultSuccess(mode);\n const warning = palette.warning || getDefaultWarning(mode);\n\n // Use the same logic as\n // Bootstrap: https://github.com/twbs/bootstrap/blob/1d6e3710dd447de1a200f29e8fa521f8a0908f70/scss/_functions.scss#L59\n // and material-components-web https://github.com/material-components/material-components-web/blob/ac46b8863c4dab9fc22c4c662dc6bd1b65dd652f/packages/mdc-theme/_functions.scss#L54\n function getContrastText(background) {\n const contrastText = getContrastRatio(background, dark.text.primary) >= contrastThreshold ? dark.text.primary : light.text.primary;\n if (process.env.NODE_ENV !== 'production') {\n const contrast = getContrastRatio(background, contrastText);\n if (contrast < 3) {\n console.error([`MUI: The contrast ratio of ${contrast}:1 for ${contrastText} on ${background}`, 'falls below the WCAG recommended absolute minimum contrast ratio of 3:1.', 'https://www.w3.org/TR/2008/REC-WCAG20-20081211/#visual-audio-contrast-contrast'].join('\\n'));\n }\n }\n return contrastText;\n }\n const augmentColor = ({\n color,\n name,\n mainShade = 500,\n lightShade = 300,\n darkShade = 700\n }) => {\n color = _extends({}, color);\n if (!color.main && color[mainShade]) {\n color.main = color[mainShade];\n }\n if (!color.hasOwnProperty('main')) {\n throw new Error(process.env.NODE_ENV !== \"production\" ? `MUI: The color${name ? ` (${name})` : ''} provided to augmentColor(color) is invalid.\nThe color object needs to have a \\`main\\` property or a \\`${mainShade}\\` property.` : _formatMuiErrorMessage(11, name ? ` (${name})` : '', mainShade));\n }\n if (typeof color.main !== 'string') {\n throw new Error(process.env.NODE_ENV !== \"production\" ? `MUI: The color${name ? ` (${name})` : ''} provided to augmentColor(color) is invalid.\n\\`color.main\\` should be a string, but \\`${JSON.stringify(color.main)}\\` was provided instead.\n\nDid you intend to use one of the following approaches?\n\nimport { green } from \"@mui/material/colors\";\n\nconst theme1 = createTheme({ palette: {\n primary: green,\n} });\n\nconst theme2 = createTheme({ palette: {\n primary: { main: green[500] },\n} });` : _formatMuiErrorMessage(12, name ? ` (${name})` : '', JSON.stringify(color.main)));\n }\n addLightOrDark(color, 'light', lightShade, tonalOffset);\n addLightOrDark(color, 'dark', darkShade, tonalOffset);\n if (!color.contrastText) {\n color.contrastText = getContrastText(color.main);\n }\n return color;\n };\n const modes = {\n dark,\n light\n };\n if (process.env.NODE_ENV !== 'production') {\n if (!modes[mode]) {\n console.error(`MUI: The palette mode \\`${mode}\\` is not supported.`);\n }\n }\n const paletteOutput = deepmerge(_extends({\n // A collection of common colors.\n common: _extends({}, common),\n // prevent mutable object.\n // The palette mode, can be light or dark.\n mode,\n // The colors used to represent primary interface elements for a user.\n primary: augmentColor({\n color: primary,\n name: 'primary'\n }),\n // The colors used to represent secondary interface elements for a user.\n secondary: augmentColor({\n color: secondary,\n name: 'secondary',\n mainShade: 'A400',\n lightShade: 'A200',\n darkShade: 'A700'\n }),\n // The colors used to represent interface elements that the user should be made aware of.\n error: augmentColor({\n color: error,\n name: 'error'\n }),\n // The colors used to represent potentially dangerous actions or important messages.\n warning: augmentColor({\n color: warning,\n name: 'warning'\n }),\n // The colors used to present information to the user that is neutral and not necessarily important.\n info: augmentColor({\n color: info,\n name: 'info'\n }),\n // The colors used to indicate the successful completion of an action that user triggered.\n success: augmentColor({\n color: success,\n name: 'success'\n }),\n // The grey colors.\n grey,\n // Used by `getContrastText()` to maximize the contrast between\n // the background and the text.\n contrastThreshold,\n // Takes a background color and returns the text color that maximizes the contrast.\n getContrastText,\n // Generate a rich color object.\n augmentColor,\n // Used by the functions below to shift a color's luminance by approximately\n // two indexes within its tonal palette.\n // E.g., shift from Red 500 to Red 300 or Red 700.\n tonalOffset\n }, modes[mode]), other);\n return paletteOutput;\n}","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nconst _excluded = [\"fontFamily\", \"fontSize\", \"fontWeightLight\", \"fontWeightRegular\", \"fontWeightMedium\", \"fontWeightBold\", \"htmlFontSize\", \"allVariants\", \"pxToRem\"];\nimport { deepmerge } from '@mui/utils';\nfunction round(value) {\n return Math.round(value * 1e5) / 1e5;\n}\nconst caseAllCaps = {\n textTransform: 'uppercase'\n};\nconst defaultFontFamily = '\"Roboto\", \"Helvetica\", \"Arial\", sans-serif';\n\n/**\n * @see @link{https://m2.material.io/design/typography/the-type-system.html}\n * @see @link{https://m2.material.io/design/typography/understanding-typography.html}\n */\nexport default function createTypography(palette, typography) {\n const _ref = typeof typography === 'function' ? typography(palette) : typography,\n {\n fontFamily = defaultFontFamily,\n // The default font size of the Material Specification.\n fontSize = 14,\n // px\n fontWeightLight = 300,\n fontWeightRegular = 400,\n fontWeightMedium = 500,\n fontWeightBold = 700,\n // Tell MUI what's the font-size on the html element.\n // 16px is the default font-size used by browsers.\n htmlFontSize = 16,\n // Apply the CSS properties to all the variants.\n allVariants,\n pxToRem: pxToRem2\n } = _ref,\n other = _objectWithoutPropertiesLoose(_ref, _excluded);\n if (process.env.NODE_ENV !== 'production') {\n if (typeof fontSize !== 'number') {\n console.error('MUI: `fontSize` is required to be a number.');\n }\n if (typeof htmlFontSize !== 'number') {\n console.error('MUI: `htmlFontSize` is required to be a number.');\n }\n }\n const coef = fontSize / 14;\n const pxToRem = pxToRem2 || (size => `${size / htmlFontSize * coef}rem`);\n const buildVariant = (fontWeight, size, lineHeight, letterSpacing, casing) => _extends({\n fontFamily,\n fontWeight,\n fontSize: pxToRem(size),\n // Unitless following https://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/\n lineHeight\n }, fontFamily === defaultFontFamily ? {\n letterSpacing: `${round(letterSpacing / size)}em`\n } : {}, casing, allVariants);\n const variants = {\n h1: buildVariant(fontWeightLight, 96, 1.167, -1.5),\n h2: buildVariant(fontWeightLight, 60, 1.2, -0.5),\n h3: buildVariant(fontWeightRegular, 48, 1.167, 0),\n h4: buildVariant(fontWeightRegular, 34, 1.235, 0.25),\n h5: buildVariant(fontWeightRegular, 24, 1.334, 0),\n h6: buildVariant(fontWeightMedium, 20, 1.6, 0.15),\n subtitle1: buildVariant(fontWeightRegular, 16, 1.75, 0.15),\n subtitle2: buildVariant(fontWeightMedium, 14, 1.57, 0.1),\n body1: buildVariant(fontWeightRegular, 16, 1.5, 0.15),\n body2: buildVariant(fontWeightRegular, 14, 1.43, 0.15),\n button: buildVariant(fontWeightMedium, 14, 1.75, 0.4, caseAllCaps),\n caption: buildVariant(fontWeightRegular, 12, 1.66, 0.4),\n overline: buildVariant(fontWeightRegular, 12, 2.66, 1, caseAllCaps),\n // TODO v6: Remove handling of 'inherit' variant from the theme as it is already handled in Material UI's Typography component. Also, remember to remove the associated types.\n inherit: {\n fontFamily: 'inherit',\n fontWeight: 'inherit',\n fontSize: 'inherit',\n lineHeight: 'inherit',\n letterSpacing: 'inherit'\n }\n };\n return deepmerge(_extends({\n htmlFontSize,\n pxToRem,\n fontFamily,\n fontSize,\n fontWeightLight,\n fontWeightRegular,\n fontWeightMedium,\n fontWeightBold\n }, variants), other, {\n clone: false // No need to clone deep\n });\n}","const shadowKeyUmbraOpacity = 0.2;\nconst shadowKeyPenumbraOpacity = 0.14;\nconst shadowAmbientShadowOpacity = 0.12;\nfunction createShadow(...px) {\n return [`${px[0]}px ${px[1]}px ${px[2]}px ${px[3]}px rgba(0,0,0,${shadowKeyUmbraOpacity})`, `${px[4]}px ${px[5]}px ${px[6]}px ${px[7]}px rgba(0,0,0,${shadowKeyPenumbraOpacity})`, `${px[8]}px ${px[9]}px ${px[10]}px ${px[11]}px rgba(0,0,0,${shadowAmbientShadowOpacity})`].join(',');\n}\n\n// Values from https://github.com/material-components/material-components-web/blob/be8747f94574669cb5e7add1a7c54fa41a89cec7/packages/mdc-elevation/_variables.scss\nconst shadows = ['none', createShadow(0, 2, 1, -1, 0, 1, 1, 0, 0, 1, 3, 0), createShadow(0, 3, 1, -2, 0, 2, 2, 0, 0, 1, 5, 0), createShadow(0, 3, 3, -2, 0, 3, 4, 0, 0, 1, 8, 0), createShadow(0, 2, 4, -1, 0, 4, 5, 0, 0, 1, 10, 0), createShadow(0, 3, 5, -1, 0, 5, 8, 0, 0, 1, 14, 0), createShadow(0, 3, 5, -1, 0, 6, 10, 0, 0, 1, 18, 0), createShadow(0, 4, 5, -2, 0, 7, 10, 1, 0, 2, 16, 1), createShadow(0, 5, 5, -3, 0, 8, 10, 1, 0, 3, 14, 2), createShadow(0, 5, 6, -3, 0, 9, 12, 1, 0, 3, 16, 2), createShadow(0, 6, 6, -3, 0, 10, 14, 1, 0, 4, 18, 3), createShadow(0, 6, 7, -4, 0, 11, 15, 1, 0, 4, 20, 3), createShadow(0, 7, 8, -4, 0, 12, 17, 2, 0, 5, 22, 4), createShadow(0, 7, 8, -4, 0, 13, 19, 2, 0, 5, 24, 4), createShadow(0, 7, 9, -4, 0, 14, 21, 2, 0, 5, 26, 4), createShadow(0, 8, 9, -5, 0, 15, 22, 2, 0, 6, 28, 5), createShadow(0, 8, 10, -5, 0, 16, 24, 2, 0, 6, 30, 5), createShadow(0, 8, 11, -5, 0, 17, 26, 2, 0, 6, 32, 5), createShadow(0, 9, 11, -5, 0, 18, 28, 2, 0, 7, 34, 6), createShadow(0, 9, 12, -6, 0, 19, 29, 2, 0, 7, 36, 6), createShadow(0, 10, 13, -6, 0, 20, 31, 3, 0, 8, 38, 7), createShadow(0, 10, 13, -6, 0, 21, 33, 3, 0, 8, 40, 7), createShadow(0, 10, 14, -6, 0, 22, 35, 3, 0, 8, 42, 7), createShadow(0, 11, 14, -7, 0, 23, 36, 3, 0, 9, 44, 8), createShadow(0, 11, 15, -7, 0, 24, 38, 3, 0, 9, 46, 8)];\nexport default shadows;","import _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport _extends from \"@babel/runtime/helpers/esm/extends\";\nconst _excluded = [\"duration\", \"easing\", \"delay\"];\n// Follow https://material.google.com/motion/duration-easing.html#duration-easing-natural-easing-curves\n// to learn the context in which each easing should be used.\nexport const easing = {\n // This is the most common easing curve.\n easeInOut: 'cubic-bezier(0.4, 0, 0.2, 1)',\n // Objects enter the screen at full velocity from off-screen and\n // slowly decelerate to a resting point.\n easeOut: 'cubic-bezier(0.0, 0, 0.2, 1)',\n // Objects leave the screen at full velocity. They do not decelerate when off-screen.\n easeIn: 'cubic-bezier(0.4, 0, 1, 1)',\n // The sharp curve is used by objects that may return to the screen at any time.\n sharp: 'cubic-bezier(0.4, 0, 0.6, 1)'\n};\n\n// Follow https://m2.material.io/guidelines/motion/duration-easing.html#duration-easing-common-durations\n// to learn when use what timing\nexport const duration = {\n shortest: 150,\n shorter: 200,\n short: 250,\n // most basic recommended timing\n standard: 300,\n // this is to be used in complex animations\n complex: 375,\n // recommended when something is entering screen\n enteringScreen: 225,\n // recommended when something is leaving screen\n leavingScreen: 195\n};\nfunction formatMs(milliseconds) {\n return `${Math.round(milliseconds)}ms`;\n}\nfunction getAutoHeightDuration(height) {\n if (!height) {\n return 0;\n }\n const constant = height / 36;\n\n // https://www.wolframalpha.com/input/?i=(4+%2B+15+*+(x+%2F+36+)+**+0.25+%2B+(x+%2F+36)+%2F+5)+*+10\n return Math.round((4 + 15 * constant ** 0.25 + constant / 5) * 10);\n}\nexport default function createTransitions(inputTransitions) {\n const mergedEasing = _extends({}, easing, inputTransitions.easing);\n const mergedDuration = _extends({}, duration, inputTransitions.duration);\n const create = (props = ['all'], options = {}) => {\n const {\n duration: durationOption = mergedDuration.standard,\n easing: easingOption = mergedEasing.easeInOut,\n delay = 0\n } = options,\n other = _objectWithoutPropertiesLoose(options, _excluded);\n if (process.env.NODE_ENV !== 'production') {\n const isString = value => typeof value === 'string';\n // IE11 support, replace with Number.isNaN\n // eslint-disable-next-line no-restricted-globals\n const isNumber = value => !isNaN(parseFloat(value));\n if (!isString(props) && !Array.isArray(props)) {\n console.error('MUI: Argument \"props\" must be a string or Array.');\n }\n if (!isNumber(durationOption) && !isString(durationOption)) {\n console.error(`MUI: Argument \"duration\" must be a number or a string but found ${durationOption}.`);\n }\n if (!isString(easingOption)) {\n console.error('MUI: Argument \"easing\" must be a string.');\n }\n if (!isNumber(delay) && !isString(delay)) {\n console.error('MUI: Argument \"delay\" must be a number or a string.');\n }\n if (typeof options !== 'object') {\n console.error(['MUI: Secong argument of transition.create must be an object.', \"Arguments should be either `create('prop1', options)` or `create(['prop1', 'prop2'], options)`\"].join('\\n'));\n }\n if (Object.keys(other).length !== 0) {\n console.error(`MUI: Unrecognized argument(s) [${Object.keys(other).join(',')}].`);\n }\n }\n return (Array.isArray(props) ? props : [props]).map(animatedProp => `${animatedProp} ${typeof durationOption === 'string' ? durationOption : formatMs(durationOption)} ${easingOption} ${typeof delay === 'string' ? delay : formatMs(delay)}`).join(',');\n };\n return _extends({\n getAutoHeightDuration,\n create\n }, inputTransitions, {\n easing: mergedEasing,\n duration: mergedDuration\n });\n}","// We need to centralize the zIndex definitions as they work\n// like global values in the browser.\nconst zIndex = {\n mobileStepper: 1000,\n fab: 1050,\n speedDial: 1050,\n appBar: 1100,\n drawer: 1200,\n modal: 1300,\n snackbar: 1400,\n tooltip: 1500\n};\nexport default zIndex;","import _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nimport { formatMuiErrorMessage as _formatMuiErrorMessage } from \"@mui/utils\";\nconst _excluded = [\"breakpoints\", \"mixins\", \"spacing\", \"palette\", \"transitions\", \"typography\", \"shape\"];\nimport { deepmerge } from '@mui/utils';\nimport { createTheme as systemCreateTheme, unstable_defaultSxConfig as defaultSxConfig, unstable_styleFunctionSx as styleFunctionSx } from '@mui/system';\nimport generateUtilityClass from '../generateUtilityClass';\nimport createMixins from './createMixins';\nimport createPalette from './createPalette';\nimport createTypography from './createTypography';\nimport shadows from './shadows';\nimport createTransitions from './createTransitions';\nimport zIndex from './zIndex';\nfunction createTheme(options = {}, ...args) {\n const {\n mixins: mixinsInput = {},\n palette: paletteInput = {},\n transitions: transitionsInput = {},\n typography: typographyInput = {}\n } = options,\n other = _objectWithoutPropertiesLoose(options, _excluded);\n if (options.vars) {\n throw new Error(process.env.NODE_ENV !== \"production\" ? `MUI: \\`vars\\` is a private field used for CSS variables support.\nPlease use another name.` : _formatMuiErrorMessage(18));\n }\n const palette = createPalette(paletteInput);\n const systemTheme = systemCreateTheme(options);\n let muiTheme = deepmerge(systemTheme, {\n mixins: createMixins(systemTheme.breakpoints, mixinsInput),\n palette,\n // Don't use [...shadows] until you've verified its transpiled code is not invoking the iterator protocol.\n shadows: shadows.slice(),\n typography: createTypography(palette, typographyInput),\n transitions: createTransitions(transitionsInput),\n zIndex: _extends({}, zIndex)\n });\n muiTheme = deepmerge(muiTheme, other);\n muiTheme = args.reduce((acc, argument) => deepmerge(acc, argument), muiTheme);\n if (process.env.NODE_ENV !== 'production') {\n // TODO v6: Refactor to use globalStateClassesMapping from @mui/utils once `readOnly` state class is used in Rating component.\n const stateClasses = ['active', 'checked', 'completed', 'disabled', 'error', 'expanded', 'focused', 'focusVisible', 'required', 'selected'];\n const traverse = (node, component) => {\n let key;\n\n // eslint-disable-next-line guard-for-in, no-restricted-syntax\n for (key in node) {\n const child = node[key];\n if (stateClasses.indexOf(key) !== -1 && Object.keys(child).length > 0) {\n if (process.env.NODE_ENV !== 'production') {\n const stateClass = generateUtilityClass('', key);\n console.error([`MUI: The \\`${component}\\` component increases ` + `the CSS specificity of the \\`${key}\\` internal state.`, 'You can not override it like this: ', JSON.stringify(node, null, 2), '', `Instead, you need to use the '&.${stateClass}' syntax:`, JSON.stringify({\n root: {\n [`&.${stateClass}`]: child\n }\n }, null, 2), '', 'https://mui.com/r/state-classes-guide'].join('\\n'));\n }\n // Remove the style to prevent global conflicts.\n node[key] = {};\n }\n }\n };\n Object.keys(muiTheme.components).forEach(component => {\n const styleOverrides = muiTheme.components[component].styleOverrides;\n if (styleOverrides && component.indexOf('Mui') === 0) {\n traverse(styleOverrides, component);\n }\n });\n }\n muiTheme.unstable_sxConfig = _extends({}, defaultSxConfig, other == null ? void 0 : other.unstable_sxConfig);\n muiTheme.unstable_sx = function sx(props) {\n return styleFunctionSx({\n sx: props,\n theme: this\n });\n };\n return muiTheme;\n}\nlet warnedOnce = false;\nexport function createMuiTheme(...args) {\n if (process.env.NODE_ENV !== 'production') {\n if (!warnedOnce) {\n warnedOnce = true;\n console.error(['MUI: the createMuiTheme function was renamed to createTheme.', '', \"You should use `import { createTheme } from '@mui/material/styles'`\"].join('\\n'));\n }\n }\n return createTheme(...args);\n}\nexport default createTheme;","'use client';\n\nimport createTheme from './createTheme';\nconst defaultTheme = createTheme();\nexport default defaultTheme;","export default '$$material';","'use client';\n\nimport { useThemeProps as systemUseThemeProps } from '@mui/system';\nimport defaultTheme from './defaultTheme';\nimport THEME_ID from './identifier';\nexport default function useThemeProps({\n props,\n name\n}) {\n return systemUseThemeProps({\n props,\n name,\n defaultTheme,\n themeId: THEME_ID\n });\n}","'use client';\n\nimport { createStyled, shouldForwardProp } from '@mui/system';\nimport defaultTheme from './defaultTheme';\nimport THEME_ID from './identifier';\nexport const rootShouldForwardProp = prop => shouldForwardProp(prop) && prop !== 'classes';\nexport const slotShouldForwardProp = shouldForwardProp;\nconst styled = createStyled({\n themeId: THEME_ID,\n defaultTheme,\n rootShouldForwardProp\n});\nexport default styled;","import { unstable_generateUtilityClasses as generateUtilityClasses } from '@mui/utils';\nimport generateUtilityClass from '../generateUtilityClass';\nexport function getSvgIconUtilityClass(slot) {\n return generateUtilityClass('MuiSvgIcon', slot);\n}\nconst svgIconClasses = generateUtilityClasses('MuiSvgIcon', ['root', 'colorPrimary', 'colorSecondary', 'colorAction', 'colorError', 'colorDisabled', 'fontSizeInherit', 'fontSizeSmall', 'fontSizeMedium', 'fontSizeLarge']);\nexport default svgIconClasses;","'use client';\n\nimport _extends from \"@babel/runtime/helpers/esm/extends\";\nimport _objectWithoutPropertiesLoose from \"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose\";\nconst _excluded = [\"children\", \"className\", \"color\", \"component\", \"fontSize\", \"htmlColor\", \"inheritViewBox\", \"titleAccess\", \"viewBox\"];\nimport * as React from 'react';\nimport PropTypes from 'prop-types';\nimport clsx from 'clsx';\nimport { unstable_composeClasses as composeClasses } from '@mui/base/composeClasses';\nimport capitalize from '../utils/capitalize';\nimport useThemeProps from '../styles/useThemeProps';\nimport styled from '../styles/styled';\nimport { getSvgIconUtilityClass } from './svgIconClasses';\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nimport { jsxs as _jsxs } from \"react/jsx-runtime\";\nconst useUtilityClasses = ownerState => {\n const {\n color,\n fontSize,\n classes\n } = ownerState;\n const slots = {\n root: ['root', color !== 'inherit' && `color${capitalize(color)}`, `fontSize${capitalize(fontSize)}`]\n };\n return composeClasses(slots, getSvgIconUtilityClass, classes);\n};\nconst SvgIconRoot = styled('svg', {\n name: 'MuiSvgIcon',\n slot: 'Root',\n overridesResolver: (props, styles) => {\n const {\n ownerState\n } = props;\n return [styles.root, ownerState.color !== 'inherit' && styles[`color${capitalize(ownerState.color)}`], styles[`fontSize${capitalize(ownerState.fontSize)}`]];\n }\n})(({\n theme,\n ownerState\n}) => {\n var _theme$transitions, _theme$transitions$cr, _theme$transitions2, _theme$typography, _theme$typography$pxT, _theme$typography2, _theme$typography2$px, _theme$typography3, _theme$typography3$px, _palette$ownerState$c, _palette, _palette2, _palette3;\n return {\n userSelect: 'none',\n width: '1em',\n height: '1em',\n display: 'inline-block',\n // the will define the property that has `currentColor`\n // e.g. heroicons uses fill=\"none\" and stroke=\"currentColor\"\n fill: ownerState.hasSvgAsChild ? undefined : 'currentColor',\n flexShrink: 0,\n transition: (_theme$transitions = theme.transitions) == null || (_theme$transitions$cr = _theme$transitions.create) == null ? void 0 : _theme$transitions$cr.call(_theme$transitions, 'fill', {\n duration: (_theme$transitions2 = theme.transitions) == null || (_theme$transitions2 = _theme$transitions2.duration) == null ? void 0 : _theme$transitions2.shorter\n }),\n fontSize: {\n inherit: 'inherit',\n small: ((_theme$typography = theme.typography) == null || (_theme$typography$pxT = _theme$typography.pxToRem) == null ? void 0 : _theme$typography$pxT.call(_theme$typography, 20)) || '1.25rem',\n medium: ((_theme$typography2 = theme.typography) == null || (_theme$typography2$px = _theme$typography2.pxToRem) == null ? void 0 : _theme$typography2$px.call(_theme$typography2, 24)) || '1.5rem',\n large: ((_theme$typography3 = theme.typography) == null || (_theme$typography3$px = _theme$typography3.pxToRem) == null ? void 0 : _theme$typography3$px.call(_theme$typography3, 35)) || '2.1875rem'\n }[ownerState.fontSize],\n // TODO v5 deprecate, v6 remove for sx\n color: (_palette$ownerState$c = (_palette = (theme.vars || theme).palette) == null || (_palette = _palette[ownerState.color]) == null ? void 0 : _palette.main) != null ? _palette$ownerState$c : {\n action: (_palette2 = (theme.vars || theme).palette) == null || (_palette2 = _palette2.action) == null ? void 0 : _palette2.active,\n disabled: (_palette3 = (theme.vars || theme).palette) == null || (_palette3 = _palette3.action) == null ? void 0 : _palette3.disabled,\n inherit: undefined\n }[ownerState.color]\n };\n});\nconst SvgIcon = /*#__PURE__*/React.forwardRef(function SvgIcon(inProps, ref) {\n const props = useThemeProps({\n props: inProps,\n name: 'MuiSvgIcon'\n });\n const {\n children,\n className,\n color = 'inherit',\n component = 'svg',\n fontSize = 'medium',\n htmlColor,\n inheritViewBox = false,\n titleAccess,\n viewBox = '0 0 24 24'\n } = props,\n other = _objectWithoutPropertiesLoose(props, _excluded);\n const hasSvgAsChild = /*#__PURE__*/React.isValidElement(children) && children.type === 'svg';\n const ownerState = _extends({}, props, {\n color,\n component,\n fontSize,\n instanceFontSize: inProps.fontSize,\n inheritViewBox,\n viewBox,\n hasSvgAsChild\n });\n const more = {};\n if (!inheritViewBox) {\n more.viewBox = viewBox;\n }\n const classes = useUtilityClasses(ownerState);\n return /*#__PURE__*/_jsxs(SvgIconRoot, _extends({\n as: component,\n className: clsx(classes.root, className),\n focusable: \"false\",\n color: htmlColor,\n \"aria-hidden\": titleAccess ? undefined : true,\n role: titleAccess ? 'img' : undefined,\n ref: ref\n }, more, other, hasSvgAsChild && children.props, {\n ownerState: ownerState,\n children: [hasSvgAsChild ? children.props.children : children, titleAccess ? /*#__PURE__*/_jsx(\"title\", {\n children: titleAccess\n }) : null]\n }));\n});\nprocess.env.NODE_ENV !== \"production\" ? SvgIcon.propTypes /* remove-proptypes */ = {\n // ----------------------------- Warning --------------------------------\n // | These PropTypes are generated from the TypeScript type definitions |\n // | To update them edit the d.ts file and run \"yarn proptypes\" |\n // ----------------------------------------------------------------------\n /**\n * Node passed into the SVG element.\n */\n children: PropTypes.node,\n /**\n * Override or extend the styles applied to the component.\n */\n classes: PropTypes.object,\n /**\n * @ignore\n */\n className: PropTypes.string,\n /**\n * The color of the component.\n * It supports both default and custom theme colors, which can be added as shown in the\n * [palette customization guide](https://mui.com/material-ui/customization/palette/#adding-new-colors).\n * You can use the `htmlColor` prop to apply a color attribute to the SVG element.\n * @default 'inherit'\n */\n color: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['inherit', 'action', 'disabled', 'primary', 'secondary', 'error', 'info', 'success', 'warning']), PropTypes.string]),\n /**\n * The component used for the root node.\n * Either a string to use a HTML element or a component.\n */\n component: PropTypes.elementType,\n /**\n * The fontSize applied to the icon. Defaults to 24px, but can be configure to inherit font size.\n * @default 'medium'\n */\n fontSize: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['inherit', 'large', 'medium', 'small']), PropTypes.string]),\n /**\n * Applies a color attribute to the SVG element.\n */\n htmlColor: PropTypes.string,\n /**\n * If `true`, the root node will inherit the custom `component`'s viewBox and the `viewBox`\n * prop will be ignored.\n * Useful when you want to reference a custom `component` and have `SvgIcon` pass that\n * `component`'s viewBox to the root node.\n * @default false\n */\n inheritViewBox: PropTypes.bool,\n /**\n * The shape-rendering attribute. The behavior of the different options is described on the\n * [MDN Web Docs](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/shape-rendering).\n * If you are having issues with blurry icons you should investigate this prop.\n */\n shapeRendering: PropTypes.string,\n /**\n * The system prop that allows defining system overrides as well as additional CSS styles.\n */\n sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),\n /**\n * Provides a human-readable title for the element that contains it.\n * https://www.w3.org/TR/SVG-access/#Equivalent\n */\n titleAccess: PropTypes.string,\n /**\n * Allows you to redefine what the coordinates without units mean inside an SVG element.\n * For example, if the SVG element is 500 (width) by 200 (height),\n * and you pass viewBox=\"0 0 50 20\",\n * this means that the coordinates inside the SVG will go from the top left corner (0,0)\n * to bottom right (50,20) and each unit will be worth 10px.\n * @default '0 0 24 24'\n */\n viewBox: PropTypes.string\n} : void 0;\nSvgIcon.muiName = 'SvgIcon';\nexport default SvgIcon;","'use client';\n\nimport _extends from \"@babel/runtime/helpers/esm/extends\";\nimport * as React from 'react';\nimport SvgIcon from '../SvgIcon';\n\n/**\n * Private module reserved for @mui packages.\n */\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nexport default function createSvgIcon(path, displayName) {\n function Component(props, ref) {\n return /*#__PURE__*/_jsx(SvgIcon, _extends({\n \"data-testid\": `${displayName}Icon`,\n ref: ref\n }, props, {\n children: path\n }));\n }\n if (process.env.NODE_ENV !== 'production') {\n // Need to set `displayName` on the inner component for React.memo.\n // React prior to 16.14 ignores `displayName` on the wrapper.\n Component.displayName = `${displayName}Icon`;\n }\n Component.muiName = SvgIcon.muiName;\n return /*#__PURE__*/React.memo( /*#__PURE__*/React.forwardRef(Component));\n}","\"use client\";\n\nimport createSvgIcon from './utils/createSvgIcon';\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nexport default createSvgIcon( /*#__PURE__*/_jsx(\"path\", {\n d: \"M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z\"\n}), 'Menu');","import { useRef, useState, useCallback, useEffect, MouseEvent, PropsWithChildren } from 'react';\nimport { AppBar, Toolbar as MuiToolbar, IconButton, Drawer } from '@mui/material';\nimport { Menu as MenuIcon } from '@mui/icons-material';\nimport GridMenu, { GridMenuInfo } from './grid-menu.component';\nimport './toolbar.component.css';\nimport { Command, CommandHandler } from './menu-item.component';\n\nexport interface DataHandler {\n (isSupportAndDevelopment: boolean): GridMenuInfo;\n}\n\nexport type ToolbarProps = PropsWithChildren<{\n /** The handler to use for menu commands (and eventually toolbar commands). */\n commandHandler: CommandHandler;\n\n /** The handler to use for menu data if there is no menu provided. */\n dataHandler?: DataHandler;\n\n /** Optional unique identifier */\n id?: string;\n\n /** The optional grid menu to display. If not specified, the \"hamburger\" menu will not display. */\n menu?: GridMenuInfo;\n\n /** Additional css classes to help with unique styling of the toolbar */\n className?: string;\n}>;\n\nexport default function Toolbar({\n menu: propsMenu,\n dataHandler,\n commandHandler,\n className,\n id,\n children,\n}: ToolbarProps) {\n const [isMenuOpen, setMenuOpen] = useState(false);\n const [hasShiftModifier, setHasShiftModifier] = useState(false);\n\n const handleMenuItemClick = useCallback(() => {\n if (isMenuOpen) setMenuOpen(false);\n setHasShiftModifier(false);\n }, [isMenuOpen]);\n\n const handleMenuButtonClick = useCallback((e: MouseEvent) => {\n e.stopPropagation();\n setMenuOpen((prevIsOpen) => {\n const isOpening = !prevIsOpen;\n if (isOpening && e.shiftKey) setHasShiftModifier(true);\n else if (!isOpening) setHasShiftModifier(false);\n return isOpening;\n });\n }, []);\n\n const containerRef = useRef(null);\n\n const [toolbarHeight, setToolbarHeight] = useState(0);\n\n useEffect(() => {\n if (isMenuOpen && containerRef.current) {\n setToolbarHeight(containerRef.current.clientHeight);\n }\n }, [isMenuOpen]);\n\n const toolbarCommandHandler = useCallback(\n (command: Command) => {\n handleMenuItemClick();\n return commandHandler(command);\n },\n [commandHandler, handleMenuItemClick],\n );\n\n let menu = propsMenu;\n if (!menu && dataHandler) menu = dataHandler(hasShiftModifier);\n\n return (\n
\n \n \n {menu ? (\n \n \n \n ) : null}\n {children ?
{children}
: null}\n {menu ? (\n \n \n \n ) : null}\n
\n
\n
\n );\n}\n"],"names":["Button","id","isDisabled","className","onClick","onContextMenu","children","jsx","MuiButton","ComboBox","title","isClearable","hasError","isFullWidth","width","options","value","onChange","onFocus","onBlur","getOptionLabel","MuiComboBox","props","MuiTextField","ChapterRangeSelector","startChapter","endChapter","handleSelectStartChapter","handleSelectEndChapter","chapterCount","numberArray","useMemo","_","index","onChangeStartChapter","_event","onChangeEndChapter","jsxs","Fragment","FormControlLabel","e","option","LabelPosition","Checkbox","isChecked","labelText","labelPosition","isIndeterminate","isDefaultChecked","checkBox","MuiCheckbox","result","preceding","labelSpan","labelIsInline","label","checkBoxElement","FormLabel","MenuItem","name","hasAutoFocus","isDense","hasDisabledGutters","hasDivider","focusVisibleClassName","MuiMenuItem","MenuColumn","commandHandler","items","Grid","menuItem","GridMenu","columns","col","IconButton","tooltip","isTooltipSuppressed","adjustMarginToAlignToEdge","size","MuiIconButton","P","R","t","s","i","m","B","X","E","U","g","k","x","T","O","V","I","L","S","G","C","A","H","y","q","N","c","f","u","M","n","D","r","h","p","d","w","v","b","J","l","scrBookData","bookNameOptions","getBookNameOptions","Canon","bookId","FIRST_SCR_BOOK_NUM","LAST_SCR_BOOK_NUM","FIRST_SCR_CHAPTER_NUM","FIRST_SCR_VERSE_NUM","getChaptersForBook","bookNum","_a","offsetBook","scrRef","offset","offsetChapter","offsetVerse","TextField","variant","helperText","placeholder","isRequired","defaultValue","RefSelector","handleSubmit","onChangeBook","newRef","onSelectBook","onChangeChapter","event","onChangeVerse","currentBookName","SearchBar","onSearch","searchQuery","setSearchQuery","useState","handleInputChange","searchString","Paper","Slider","orientation","min","max","step","showMarks","valueLabelDisplay","onChangeCommitted","MuiSlider","Snackbar","autoHideDuration","isOpen","onClose","anchorOrigin","ContentProps","newContentProps","MuiSnackbar","Switch","checked","MuiSwitch","TableTextEditor","onRowChange","row","column","changeHandler","renderCheckbox","disabled","Table","sortColumns","onSortColumnsChange","onColumnResize","defaultColumnWidth","defaultColumnMinWidth","defaultColumnMaxWidth","defaultColumnSortable","defaultColumnResizable","rows","enableSelectColumn","selectColumnWidth","rowKeyGetter","rowHeight","headerRowHeight","selectedRows","onSelectedRowsChange","onRowsChange","onCellClick","onCellDoubleClick","onCellContextMenu","onCellKeyDown","direction","enableVirtualization","onCopy","onPaste","onScroll","cachedColumns","editableColumns","SelectColumn","DataGrid","_extends","target","source","key","isPlainObject","item","deepClone","output","deepmerge","z","a","reactIs_production_min","hasSymbol","REACT_ELEMENT_TYPE","REACT_PORTAL_TYPE","REACT_FRAGMENT_TYPE","REACT_STRICT_MODE_TYPE","REACT_PROFILER_TYPE","REACT_PROVIDER_TYPE","REACT_CONTEXT_TYPE","REACT_ASYNC_MODE_TYPE","REACT_CONCURRENT_MODE_TYPE","REACT_FORWARD_REF_TYPE","REACT_SUSPENSE_TYPE","REACT_SUSPENSE_LIST_TYPE","REACT_MEMO_TYPE","REACT_LAZY_TYPE","REACT_BLOCK_TYPE","REACT_FUNDAMENTAL_TYPE","REACT_RESPONDER_TYPE","REACT_SCOPE_TYPE","isValidElementType","type","typeOf","object","$$typeof","$$typeofType","AsyncMode","ConcurrentMode","ContextConsumer","ContextProvider","Element","ForwardRef","Lazy","Memo","Portal","Profiler","StrictMode","Suspense","hasWarnedAboutDeprecatedIsAsyncMode","isAsyncMode","isConcurrentMode","isContextConsumer","isContextProvider","isElement","isForwardRef","isFragment","isLazy","isMemo","isPortal","isProfiler","isStrictMode","isSuspense","reactIs_development","reactIsModule","require$$0","require$$1","getOwnPropertySymbols","hasOwnProperty","propIsEnumerable","toObject","val","shouldUseNative","test1","test2","order2","test3","letter","objectAssign","from","to","symbols","ReactPropTypesSecret","ReactPropTypesSecret_1","has","printWarning","loggedTypeFailures","text","message","checkPropTypes","typeSpecs","values","location","componentName","getStack","typeSpecName","error","err","ex","stack","checkPropTypes_1","ReactIs","assign","require$$2","require$$3","require$$4","emptyFunctionThatReturnsNull","factoryWithTypeCheckers","isValidElement","throwOnDirectAccess","ITERATOR_SYMBOL","FAUX_ITERATOR_SYMBOL","getIteratorFn","maybeIterable","iteratorFn","ANONYMOUS","ReactPropTypes","createPrimitiveTypeChecker","createAnyTypeChecker","createArrayOfTypeChecker","createElementTypeChecker","createElementTypeTypeChecker","createInstanceTypeChecker","createNodeChecker","createObjectOfTypeChecker","createEnumTypeChecker","createUnionTypeChecker","createShapeTypeChecker","createStrictShapeTypeChecker","is","PropTypeError","data","createChainableTypeChecker","validate","manualPropTypeCallCache","manualPropTypeWarningCount","checkType","propName","propFullName","secret","cacheKey","chainedCheckType","expectedType","propValue","propType","getPropType","preciseType","getPreciseType","typeChecker","expectedClass","expectedClassName","actualClassName","getClassName","expectedValues","valuesString","arrayOfTypeCheckers","checker","getPostfixForTypeWarning","expectedTypes","checkerResult","expectedTypesMessage","isNode","invalidValidatorError","shapeTypes","allKeys","iterator","entry","isSymbol","emptyFunction","emptyFunctionWithReset","factoryWithThrowingShims","shim","getShim","propTypesModule","formatMuiErrorMessage","code","url","REACT_SERVER_CONTEXT_TYPE","REACT_OFFSCREEN_TYPE","enableScopeAPI","enableCacheElement","enableTransitionTracing","enableLegacyHidden","enableDebugTracing","REACT_MODULE_REFERENCE","SuspenseList","hasWarnedAboutDeprecatedIsConcurrentMode","isSuspenseList","fnNameMatchRegex","getFunctionName","fn","match","getFunctionComponentName","Component","fallback","getWrappedName","outerType","innerType","wrapperName","functionName","getDisplayName","capitalize","string","_formatMuiErrorMessage","resolveProps","defaultProps","defaultSlotProps","slotProps","slotPropName","composeClasses","slots","getUtilityClass","classes","slot","acc","utilityClass","defaultGenerator","createClassNameGenerator","generate","generator","ClassNameGenerator","ClassNameGenerator$1","globalStateClassesMapping","generateUtilityClass","globalStatePrefix","globalStateClass","generateUtilityClasses","_objectWithoutPropertiesLoose","excluded","sourceKeys","clsx","_excluded","sortBreakpointsValues","breakpointsAsArray","breakpoint1","breakpoint2","obj","createBreakpoints","breakpoints","unit","other","sortedValues","keys","up","down","between","start","end","endIndex","only","not","keyIndex","shape","shape$1","responsivePropType","PropTypes","responsivePropType$1","merge","defaultBreakpoints","handleBreakpoints","styleFromPropValue","theme","themeBreakpoints","breakpoint","mediaKey","cssKey","createEmptyBreakpointObject","breakpointsInput","_breakpointsInput$key","breakpointStyleKey","removeUnusedBreakpoints","breakpointKeys","style","breakpointOutput","getPath","path","checkVars","getStyleValue","themeMapping","transform","propValueFinal","userValue","prop","cssProperty","themeKey","memoize","cache","arg","properties","directions","aliases","getCssProperties","property","dir","marginKeys","paddingKeys","spacingKeys","createUnaryUnit","_getPath","themeSpacing","abs","createUnarySpacing","getValue","transformer","transformed","getStyleFromPropValue","cssProperties","resolveCssProperty","margin","padding","createSpacing","spacingInput","spacing","argsInput","argument","compose","styles","handlers","borderTransform","border","borderTop","borderRight","borderBottom","borderLeft","borderColor","borderTopColor","borderRightColor","borderBottomColor","borderLeftColor","borderRadius","gap","columnGap","rowGap","gridColumn","gridRow","gridAutoFlow","gridAutoColumns","gridAutoRows","gridTemplateColumns","gridTemplateRows","gridTemplateAreas","gridArea","paletteTransform","color","bgcolor","backgroundColor","sizingTransform","maxWidth","_props$theme","breakpointsValues","minWidth","height","maxHeight","minHeight","boxSizing","defaultSxConfig","defaultSxConfig$1","objectsHaveSameKeys","objects","union","callIfFn","maybeFn","unstable_createStyleFunctionSx","getThemeValue","config","styleFunctionSx","_theme$unstable_sxCon","sx","traverse","sxInput","sxObject","emptyBreakpoints","breakpointsKeys","css","styleKey","styleFunctionSx$1","createTheme","args","paletteInput","shapeInput","muiTheme","isObjectEmpty","useTheme","defaultTheme","contextTheme","React","ThemeContext","systemDefaultTheme","useThemeWithoutDefault","isEmpty","propsToClassKey","classKey","isStringTag","tag","getStyleOverrides","getVariantStyles","variants","variantsStyles","definition","variantsResolver","_theme$components","ownerState","themeVariants","themeVariant","isMatch","shouldForwardProp","lowercaseFirstLetter","resolveTheme","themeId","defaultOverridesResolver","createStyled","input","rootShouldForwardProp","slotShouldForwardProp","systemSx","inputOptions","processStyles","componentSlot","inputSkipVariantsResolver","inputSkipSx","overridesResolver","skipVariantsResolver","skipSx","shouldForwardPropOption","defaultStyledResolver","styledEngineStyled","muiStyledResolver","styleArg","expressions","expressionsWithDefaultTheme","stylesArg","transformedStyleArg","styleOverrides","resolvedStyleOverrides","slotKey","slotStyle","numOfCustomFnsApplied","placeholders","displayName","getThemeProps","params","useThemeProps","clamp","hexToRgb","re","colors","decomposeColor","marker","colorSpace","recomposeColor","hslToRgb","rgb","getLuminance","getContrastRatio","foreground","background","lumA","lumB","darken","coefficient","lighten","createMixins","mixins","common","common$1","grey","grey$1","purple","purple$1","red","red$1","orange","orange$1","blue","blue$1","lightBlue","lightBlue$1","green","green$1","light","dark","addLightOrDark","intent","shade","tonalOffset","tonalOffsetLight","tonalOffsetDark","getDefaultPrimary","mode","getDefaultSecondary","getDefaultError","getDefaultInfo","getDefaultSuccess","getDefaultWarning","createPalette","palette","contrastThreshold","primary","secondary","info","success","warning","getContrastText","contrastText","contrast","augmentColor","mainShade","lightShade","darkShade","modes","round","caseAllCaps","defaultFontFamily","createTypography","typography","_ref","fontFamily","fontSize","fontWeightLight","fontWeightRegular","fontWeightMedium","fontWeightBold","htmlFontSize","allVariants","pxToRem2","coef","pxToRem","buildVariant","fontWeight","lineHeight","letterSpacing","casing","shadowKeyUmbraOpacity","shadowKeyPenumbraOpacity","shadowAmbientShadowOpacity","createShadow","px","shadows","shadows$1","easing","duration","formatMs","milliseconds","getAutoHeightDuration","constant","createTransitions","inputTransitions","mergedEasing","mergedDuration","durationOption","easingOption","delay","isString","isNumber","animatedProp","zIndex","zIndex$1","mixinsInput","transitionsInput","typographyInput","systemTheme","systemCreateTheme","stateClasses","node","component","child","stateClass","defaultTheme$1","THEME_ID","systemUseThemeProps","styled","styled$1","getSvgIconUtilityClass","useUtilityClasses","SvgIconRoot","_theme$transitions","_theme$transitions$cr","_theme$transitions2","_theme$typography","_theme$typography$pxT","_theme$typography2","_theme$typography2$px","_theme$typography3","_theme$typography3$px","_palette$ownerState$c","_palette","_palette2","_palette3","SvgIcon","inProps","ref","htmlColor","inheritViewBox","titleAccess","viewBox","hasSvgAsChild","more","_jsxs","_jsx","SvgIcon$1","createSvgIcon","MenuIcon","Toolbar","propsMenu","dataHandler","isMenuOpen","setMenuOpen","hasShiftModifier","setHasShiftModifier","handleMenuItemClick","useCallback","handleMenuButtonClick","prevIsOpen","isOpening","containerRef","useRef","toolbarHeight","setToolbarHeight","useEffect","toolbarCommandHandler","command","menu","AppBar","MuiToolbar","Drawer"],"mappings":"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AA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA;AAAA,EAEA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA;AAAA,EAEA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA;AAAA,EAEA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA;AAAA,EAEA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA;AAAA,EAEA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA;AAAA,EAEA;AAAA;AAAA,EAEA;AAAA;AAAA,EAEA;AAAA;AAAA,EAEA;AAAA;AAAA,EAEA;AAAA;AAAA,EAEA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA;AAAA,EAEA;AAAA,EACA;AAAA,EACA;AAAA;AAAA,EAEA;AAAA;AAAA,EAEA;AAAA;AAAA,EAEA;AAAA;AAAA,EAEA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA;AAAA,EAEA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA;AAAA,EAEA;AAAA,EACA;AAAA,EACA;AACF,GAAGC,KAAI;AAAA,EACL;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF,GAAGC,KAAI;AAAA,EACL;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA;AAAA;AAAA,EAGA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;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AAG,GAAG,GAAG,IAAI,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,CAAC,GAAGA,EAAa,GAAG,GAAG,GAAG,IAAI,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,CAAC,GAAGA,EAAa,GAAG,GAAG,GAAG,IAAI,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,IAAI,CAAC,GAAGA,EAAa,GAAG,GAAG,GAAG,IAAI,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,IAAI,CAAC,GAAGA,EAAa,GAAG,GAAG,GAAG,IAAI,GAAG,GAAG,IAAI,GAAG,GAAG,GAAG,IAAI,CAAC,GAAGA,EAAa,GAAG,GAAG,GAAG,IAAI,GAAG,GAAG,IAAI,GAAG,GAAG,GAAG,IAAI,CAAC,GAAGA,EAAa,GAAG,GAAG,GAAG,IAAI,GAAG,GAAG,IAAI,GAAG,GAAG,GAAG,IAAI,CAAC,GAAGA,EAAa,GAAG,GAAG,GAAG,IAAI,GAAG,GAAG,IAAI,GAAG,GAAG,GAAG,IAAI,CAAC,GAAGA,EAAa,GAAG,GAAG,GAAG,IAAI,GAAG,IAAI,IAAI,GAAG,GAAG,GAAG,IAAI,CAAC,GAAGA,EAAa,GAAG,GAAG,GAAG,IAAI,GAAG,IAAI,IAAI,GAAG,GAAG,GAAG,IAAI,CAAC,GAAGA,EAAa,GAAG,GAAG,GAAG,IAAI,GAAG,IAAI,IAAI,GAAG,GAAG,GAAG,IAAI,CAAC,GAAGA,EAAa,GAAG,GAAG,GAAG,IAAI,GAAG,IAAI,IAAI,GAAG,GAAG,GAAG,IAAI,CAAC,GAAGA,EAAa,GAAG,GAAG,GAAG,IAAI,GAAG,IAAI,IAAI,GAAG,GAAG,GAAG,IAAI,CAAC,GAAGA,EAAa,GAAG,GAAG,GAAG,IAAI,GAAG,IAAI,IAAI,GAAG,GAAG,GAAG,IAAI,CAAC,GAAGA,EAAa,GAAG,GAAG,IAAI,IAAI,GAAG,IAAI,IAAI,GAAG,GAAG,GAAG,IAAI,CAAC,GAAGA,EAAa,GAAG,GAAG,IAAI,IAAI,GAAG,IAAI,IAAI,GAAG,GAAG,GAAG,IAAI,CAAC,GAAGA,EAAa,GAAG,GAAG,IAAI,IAAI,GAAG,IAAI,IAAI,GAAG,GAAG,GAAG,IAAI,CAAC,GAAGA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","x_google_ignoreList":[8,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88]} \ No newline at end of file diff --git a/lib/papi-components/package.json b/lib/papi-components/package.json index cb03a09383..dd622f99df 100644 --- a/lib/papi-components/package.json +++ b/lib/papi-components/package.json @@ -31,6 +31,7 @@ "scripts": { "start": "vite --host --open", "build:basic": "tsc && vite build && dts-bundle-generator --config ./dts-bundle-generator.config.ts", + "build:docs": "npx typedoc", "build": "npm run build:basic && npm run lint-fix", "watch": "tsc && vite build --watch", "lint": "npm run lint:scripts && npm run lint:styles", diff --git a/lib/papi-components/src/chapter-range-selector.component.tsx b/lib/papi-components/src/chapter-range-selector.component.tsx index 34082e51df..a345459697 100644 --- a/lib/papi-components/src/chapter-range-selector.component.tsx +++ b/lib/papi-components/src/chapter-range-selector.component.tsx @@ -45,6 +45,9 @@ export default function ChapterRangeSelector({ disabled={isDisabled} control={ onChangeStartChapter(e, value as number)} className="book-selection-chapter" key="start chapter" @@ -63,6 +66,9 @@ export default function ChapterRangeSelector({ disabled={isDisabled} control={ onChangeEndChapter(e, value as number)} className="book-selection-chapter" key="end chapter" diff --git a/lib/papi-components/src/ref-selector.component.tsx b/lib/papi-components/src/ref-selector.component.tsx index 453a237273..de173f4f94 100644 --- a/lib/papi-components/src/ref-selector.component.tsx +++ b/lib/papi-components/src/ref-selector.component.tsx @@ -29,6 +29,9 @@ function RefSelector({ scrRef, handleSubmit, id }: ScrRefSelectorProps) { }; const onSelectBook = (_event: SyntheticEvent, value: unknown) => { + // Asserting because value is type unknown, value is type unknown because combobox props aren't precise enough yet + // Issue https://github.com/paranext/paranext-core/issues/560 + // eslint-disable-next-line no-type-assertion/no-type-assertion const bookNum: number = Canon.bookIdToNumber((value as BookNameOption).bookId); const newRef: ScriptureReference = { bookNum, chapterNum: 1, verseNum: 1 }; diff --git a/lib/papi-components/src/search-bar.component.tsx b/lib/papi-components/src/search-bar.component.tsx index 48028b2f89..d5817c541b 100644 --- a/lib/papi-components/src/search-bar.component.tsx +++ b/lib/papi-components/src/search-bar.component.tsx @@ -3,7 +3,7 @@ import { useState } from 'react'; import TextField from './text-field.component'; import './search-bar.component.css'; -type SearchBarProps = { +export type SearchBarProps = { /** * Callback fired to handle the search query when button pressed * diff --git a/lib/papi-components/src/table.component.tsx b/lib/papi-components/src/table.component.tsx index 6babfe5081..5900310710 100644 --- a/lib/papi-components/src/table.component.tsx +++ b/lib/papi-components/src/table.component.tsx @@ -90,11 +90,13 @@ function TableTextEditor({ onRowChange, row, column }: TableEditorProps): onRowChange({ ...row, [column.key]: e.target.value }); }; + // eslint-disable-next-line no-type-assertion/no-type-assertion return ; } const renderCheckbox = ({ onChange, disabled, checked, ...props }: RenderCheckboxProps) => { const handleChange = (e: ChangeEvent) => { + // eslint-disable-next-line no-type-assertion/no-type-assertion onChange(e.target.checked, (e.nativeEvent as MouseEvent).shiftKey); }; @@ -282,6 +284,7 @@ function Table({ if (typeof column.editable === 'function') { const editableFalsy = (row: R) => { // We've already confirmed that editable is a function + // eslint-disable-next-line no-type-assertion/no-type-assertion return !!(column.editable as (row: R) => boolean)(row); }; return { diff --git a/lib/papi-components/typedoc.json b/lib/papi-components/typedoc.json new file mode 100644 index 0000000000..8ca2afc577 --- /dev/null +++ b/lib/papi-components/typedoc.json @@ -0,0 +1,7 @@ +{ + "entryPoints": ["src"], + "entryPointStrategy": "expand", + "exclude": ["src/index.ts"], + "out": "docs", + "tsconfig": "tsconfig.json", +} diff --git a/lib/papi-dts/.gitignore b/lib/papi-dts/.gitignore index f747549e1e..b9088633dd 100644 --- a/lib/papi-dts/.gitignore +++ b/lib/papi-dts/.gitignore @@ -1 +1,2 @@ papi.tsbuildinfo +docs diff --git a/lib/papi-dts/README.md b/lib/papi-dts/README.md index 9383aafcd7..a379450e77 100644 --- a/lib/papi-dts/README.md +++ b/lib/papi-dts/README.md @@ -6,6 +6,17 @@ Type declarations provided for use in Platform.Bible extensions This is a types package that provides type declarations for `papi` and other important interfaces through which extensions interact with Platform.Bible. +## Included Types in Documentation + +The documentation includes a variety of types to support different aspects of the project. For extension development, the most crucial sections to focus on are: + +- `@papi/frontend`: Papi objects that can be accessed in the frontend of the extension. +- `@papi/frontend/react`: React hooks to help interaction between React components and the Papi. +- `@papi/backend`: Papi objects that can be accessed in the backend of the extension. +- `@papi/shared`: Declarations shared between core and extensions + +Feel free to explore other sections based on your specific needs and context. + ## To install Install dependencies: diff --git a/lib/papi-dts/package.json b/lib/papi-dts/package.json index d2b76a7b9a..2d3bbc2c57 100644 --- a/lib/papi-dts/package.json +++ b/lib/papi-dts/package.json @@ -26,6 +26,7 @@ "main": "", "types": "papi.d.ts", "scripts": { + "build:docs": "npx typedoc", "build": "tsc && prettier --write papi.d.ts && ts-node edit-papi-d-ts.ts", "build:clean": "rimraf papi.tsbuildinfo", "build:fresh": "npm run build:clean && npm run build", diff --git a/lib/papi-dts/tsconfig.docs.json b/lib/papi-dts/tsconfig.docs.json new file mode 100644 index 0000000000..34e3c6ae8c --- /dev/null +++ b/lib/papi-dts/tsconfig.docs.json @@ -0,0 +1,9 @@ +{ + "extends": "./tsconfig.json", + "include": ["./papi.d.ts"], + "compilerOptions": { + // Clearing outFile from the tsconfig we are extending to avoid module error + "outFile": null + }, + "exclude": ["node_modules"] +} diff --git a/lib/papi-dts/typedoc.json b/lib/papi-dts/typedoc.json new file mode 100644 index 0000000000..083cda5359 --- /dev/null +++ b/lib/papi-dts/typedoc.json @@ -0,0 +1,8 @@ +{ + "entryPoints": ["papi.d.ts"], + "tsconfig": "tsconfig.docs.json", + "out": "docs", + "readme": "README.md", + "logLevel": "Verbose", + "sort": ["kind", "alphabetical"] +} diff --git a/package-lock.json b/package-lock.json index 8562e3f9dc..10ae577634 100644 --- a/package-lock.json +++ b/package-lock.json @@ -123,6 +123,7 @@ "ts-node": "^10.9.1", "tsconfig-paths": "^4.2.0", "tsconfig-paths-webpack-plugin": "^4.1.0", + "typedoc": "^0.25.4", "typescript": "^5.1.6", "url-loader": "^4.1.1", "webpack": "^5.88.2", @@ -9419,6 +9420,12 @@ "node": ">=8" } }, + "node_modules/ansi-sequence-parser": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ansi-sequence-parser/-/ansi-sequence-parser-1.1.1.tgz", + "integrity": "sha512-vJXt3yiaUL4UU546s3rPXlsry/RnM730G1+HkpKE012AN0sx1eOrxSu95oKDIonskeLTijMgqWZ3uDEe3NFvyg==", + "dev": true + }, "node_modules/ansi-styles": { "version": "4.3.0", "license": "MIT", @@ -17917,6 +17924,12 @@ "node": ">=6" } }, + "node_modules/jsonc-parser": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.0.tgz", + "integrity": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==", + "dev": true + }, "node_modules/jsonfile": { "version": "4.0.0", "license": "MIT", @@ -18711,6 +18724,12 @@ "node": ">=10" } }, + "node_modules/lunr": { + "version": "2.3.9", + "resolved": "https://registry.npmjs.org/lunr/-/lunr-2.3.9.tgz", + "integrity": "sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==", + "dev": true + }, "node_modules/lz-string": { "version": "1.5.0", "resolved": "https://registry.npmjs.org/lz-string/-/lz-string-1.5.0.tgz", @@ -18821,6 +18840,18 @@ "react": ">= 0.14.0" } }, + "node_modules/marked": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz", + "integrity": "sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==", + "dev": true, + "bin": { + "marked": "bin/marked.js" + }, + "engines": { + "node": ">= 12" + } + }, "node_modules/matcher": { "version": "3.0.0", "dev": true, @@ -23660,6 +23691,18 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/shiki": { + "version": "0.14.5", + "resolved": "https://registry.npmjs.org/shiki/-/shiki-0.14.5.tgz", + "integrity": "sha512-1gCAYOcmCFONmErGTrS1fjzJLA7MGZmKzrBNX7apqSwhyITJg2O102uFzXUeBxNnEkDA9vHIKLyeKq0V083vIw==", + "dev": true, + "dependencies": { + "ansi-sequence-parser": "^1.1.0", + "jsonc-parser": "^3.2.0", + "vscode-oniguruma": "^1.7.0", + "vscode-textmate": "^8.0.0" + } + }, "node_modules/side-channel": { "version": "1.0.4", "dev": true, @@ -25458,6 +25501,51 @@ "integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==", "dev": true }, + "node_modules/typedoc": { + "version": "0.25.4", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.25.4.tgz", + "integrity": "sha512-Du9ImmpBCw54bX275yJrxPVnjdIyJO/84co0/L9mwe0R3G4FSR6rQ09AlXVRvZEGMUg09+z/usc8mgygQ1aidA==", + "dev": true, + "dependencies": { + "lunr": "^2.3.9", + "marked": "^4.3.0", + "minimatch": "^9.0.3", + "shiki": "^0.14.1" + }, + "bin": { + "typedoc": "bin/typedoc" + }, + "engines": { + "node": ">= 16" + }, + "peerDependencies": { + "typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x" + } + }, + "node_modules/typedoc/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/typedoc/node_modules/minimatch": { + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", + "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", + "dev": true, + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/typescript": { "version": "5.1.6", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz", @@ -26048,6 +26136,18 @@ } } }, + "node_modules/vscode-oniguruma": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/vscode-oniguruma/-/vscode-oniguruma-1.7.0.tgz", + "integrity": "sha512-L9WMGRfrjOhgHSdOYgCt/yRMsXzLDJSL7BPrOZt73gU0iWO4mpqzqQzOz5srxqTvMBaR0XZTSrVWo4j55Rc6cA==", + "dev": true + }, + "node_modules/vscode-textmate": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/vscode-textmate/-/vscode-textmate-8.0.0.tgz", + "integrity": "sha512-AFbieoL7a5LMqcnOF04ji+rpXadgOXnZsxQr//r83kLPr7biP7am3g9zbaZIaBGwBRWeSvoMD4mgPdX3e4NWBg==", + "dev": true + }, "node_modules/w3c-xmlserializer": { "version": "4.0.0", "dev": true, @@ -33157,6 +33257,12 @@ "version": "5.0.1", "dev": true }, + "ansi-sequence-parser": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ansi-sequence-parser/-/ansi-sequence-parser-1.1.1.tgz", + "integrity": "sha512-vJXt3yiaUL4UU546s3rPXlsry/RnM730G1+HkpKE012AN0sx1eOrxSu95oKDIonskeLTijMgqWZ3uDEe3NFvyg==", + "dev": true + }, "ansi-styles": { "version": "4.3.0", "requires": { @@ -39079,6 +39185,12 @@ "version": "2.2.3", "dev": true }, + "jsonc-parser": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.0.tgz", + "integrity": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==", + "dev": true + }, "jsonfile": { "version": "4.0.0", "requires": { @@ -39600,6 +39712,12 @@ "yallist": "^4.0.0" } }, + "lunr": { + "version": "2.3.9", + "resolved": "https://registry.npmjs.org/lunr/-/lunr-2.3.9.tgz", + "integrity": "sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==", + "dev": true + }, "lz-string": { "version": "1.5.0", "resolved": "https://registry.npmjs.org/lz-string/-/lz-string-1.5.0.tgz", @@ -39681,6 +39799,12 @@ "dev": true, "requires": {} }, + "marked": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz", + "integrity": "sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==", + "dev": true + }, "matcher": { "version": "3.0.0", "dev": true, @@ -42862,6 +42986,18 @@ "integrity": "sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==", "dev": true }, + "shiki": { + "version": "0.14.5", + "resolved": "https://registry.npmjs.org/shiki/-/shiki-0.14.5.tgz", + "integrity": "sha512-1gCAYOcmCFONmErGTrS1fjzJLA7MGZmKzrBNX7apqSwhyITJg2O102uFzXUeBxNnEkDA9vHIKLyeKq0V083vIw==", + "dev": true, + "requires": { + "ansi-sequence-parser": "^1.1.0", + "jsonc-parser": "^3.2.0", + "vscode-oniguruma": "^1.7.0", + "vscode-textmate": "^8.0.0" + } + }, "side-channel": { "version": "1.0.4", "dev": true, @@ -44128,6 +44264,38 @@ "integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==", "dev": true }, + "typedoc": { + "version": "0.25.4", + "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.25.4.tgz", + "integrity": "sha512-Du9ImmpBCw54bX275yJrxPVnjdIyJO/84co0/L9mwe0R3G4FSR6rQ09AlXVRvZEGMUg09+z/usc8mgygQ1aidA==", + "dev": true, + "requires": { + "lunr": "^2.3.9", + "marked": "^4.3.0", + "minimatch": "^9.0.3", + "shiki": "^0.14.1" + }, + "dependencies": { + "brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "requires": { + "balanced-match": "^1.0.0" + } + }, + "minimatch": { + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", + "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", + "dev": true, + "requires": { + "brace-expansion": "^2.0.1" + } + } + } + }, "typescript": { "version": "5.1.6", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz", @@ -44496,6 +44664,18 @@ "rollup": "^3.25.2" } }, + "vscode-oniguruma": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/vscode-oniguruma/-/vscode-oniguruma-1.7.0.tgz", + "integrity": "sha512-L9WMGRfrjOhgHSdOYgCt/yRMsXzLDJSL7BPrOZt73gU0iWO4mpqzqQzOz5srxqTvMBaR0XZTSrVWo4j55Rc6cA==", + "dev": true + }, + "vscode-textmate": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/vscode-textmate/-/vscode-textmate-8.0.0.tgz", + "integrity": "sha512-AFbieoL7a5LMqcnOF04ji+rpXadgOXnZsxQr//r83kLPr7biP7am3g9zbaZIaBGwBRWeSvoMD4mgPdX3e4NWBg==", + "dev": true + }, "w3c-xmlserializer": { "version": "4.0.0", "dev": true, diff --git a/package.json b/package.json index 8317dad625..c19b43bbc0 100644 --- a/package.json +++ b/package.json @@ -205,6 +205,7 @@ "ts-node": "^10.9.1", "tsconfig-paths": "^4.2.0", "tsconfig-paths-webpack-plugin": "^4.1.0", + "typedoc": "^0.25.4", "typescript": "^5.1.6", "url-loader": "^4.1.1", "webpack": "^5.88.2",