@gib-ui/icons 0.0.15 → 0.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +10 -9
package/dist/cjs/index.js
CHANGED
|
@@ -22,7 +22,7 @@ object-assign
|
|
|
22
22
|
@license MIT
|
|
23
23
|
*/;var Y=Object.getOwnPropertySymbols,X=Object.prototype.hasOwnProperty,cc=Object.prototype.propertyIsEnumerable;var hc=function(){try{if(!Object.assign)return!1;var c=new String("abc");if(c[5]="de","5"===Object.getOwnPropertyNames(c)[0])return!1;for(var h={},e=0;e<10;e++)h["_"+String.fromCharCode(e)]=e;var t=Object.getOwnPropertyNames(h).map((function(c){return h[c]}));if("0123456789"!==t.join(""))return!1;var s={};return"abcdefghijklmnopqrst".split("").forEach((function(c){s[c]=c})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},s)).join("")}catch(c){return!1}}()?Object.assign:function(c,h){for(var e,t,s=function(c){if(null==c)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(c)}(c),v=1;v<arguments.length;v++){for(var l in e=Object(arguments[v]))X.call(e,l)&&(s[l]=e[l]);if(Y){t=Y(e);for(var a=0;a<t.length;a++)cc.call(e,t[a])&&(s[t[a]]=e[t[a]])}}return s},ec="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED",tc=Function.call.bind(Object.prototype.hasOwnProperty),sc=function(){};if("production"!==process.env.NODE_ENV){var vc=ec,lc={},ac=tc;sc=function(c){var h="Warning: "+c;"undefined"!=typeof console&&console.error(h);try{throw new Error(h)}catch(c){}}}function dc(c,h,e,t,s){if("production"!==process.env.NODE_ENV)for(var v in c)if(ac(c,v)){var l;try{if("function"!=typeof c[v]){var a=Error((t||"React class")+": "+e+" type `"+v+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof c[v]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw a.name="Invariant Violation",a}l=c[v](h,v,t,e,null,vc)}catch(c){l=c}if(!l||l instanceof Error||sc((t||"React class")+": type specification of "+e+" `"+v+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof l+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),l instanceof Error&&!(l.message in lc)){lc[l.message]=!0;var d=s?s():"";sc("Failed "+e+" type: "+l.message+(null!=d?d:""))}}}dc.resetWarningCache=function(){"production"!==process.env.NODE_ENV&&(lc={})};var oc=dc,nc=O.exports,rc=hc,mc=ec,zc=tc,pc=oc,ic=function(){};function Hc(){return null}"production"!==process.env.NODE_ENV&&(ic=function(c){var h="Warning: "+c;"undefined"!=typeof console&&console.error(h);try{throw new Error(h)}catch(c){}});var Mc=ec;function Vc(){}function xc(){}xc.resetWarningCache=Vc;if("production"!==process.env.NODE_ENV){var uc=O.exports;y.exports=function(c,h){var e="function"==typeof Symbol&&Symbol.iterator,t="<<anonymous>>",s={array:d("array"),bigint:d("bigint"),bool:d("boolean"),func:d("function"),number:d("number"),object:d("object"),string:d("string"),symbol:d("symbol"),any:a(Hc),arrayOf:function(c){return a((function(h,e,t,s,v){if("function"!=typeof c)return new l("Property `"+v+"` of component `"+t+"` has invalid PropType notation inside arrayOf.");var a=h[e];if(!Array.isArray(a))return new l("Invalid "+s+" `"+v+"` of type `"+r(a)+"` supplied to `"+t+"`, expected an array.");for(var d=0;d<a.length;d++){var o=c(a,d,t,s,v+"["+d+"]",mc);if(o instanceof Error)return o}return null}))},element:a((function(h,e,t,s,v){var a=h[e];return c(a)?null:new l("Invalid "+s+" `"+v+"` of type `"+r(a)+"` supplied to `"+t+"`, expected a single ReactElement.")})),elementType:a((function(c,h,e,t,s){var v=c[h];return nc.isValidElementType(v)?null:new l("Invalid "+t+" `"+s+"` of type `"+r(v)+"` supplied to `"+e+"`, expected a single ReactElement type.")})),instanceOf:function(c){return a((function(h,e,s,v,a){if(!(h[e]instanceof c)){var d=c.name||t;return new l("Invalid "+v+" `"+a+"` of type `"+((o=h[e]).constructor&&o.constructor.name?o.constructor.name:t)+"` supplied to `"+s+"`, expected instance of `"+d+"`.")}var o;return null}))},node:a((function(c,h,e,t,s){return n(c[h])?null:new l("Invalid "+t+" `"+s+"` supplied to `"+e+"`, expected a ReactNode.")})),objectOf:function(c){return a((function(h,e,t,s,v){if("function"!=typeof c)return new l("Property `"+v+"` of component `"+t+"` has invalid PropType notation inside objectOf.");var a=h[e],d=r(a);if("object"!==d)return new l("Invalid "+s+" `"+v+"` of type `"+d+"` supplied to `"+t+"`, expected an object.");for(var o in a)if(zc(a,o)){var n=c(a,o,t,s,v+"."+o,mc);if(n instanceof Error)return n}return null}))},oneOf:function(c){return Array.isArray(c)?a((function(h,e,t,s,a){for(var d=h[e],o=0;o<c.length;o++)if(v(d,c[o]))return null;var n=JSON.stringify(c,(function(c,h){return"symbol"===m(h)?String(h):h}));return new l("Invalid "+s+" `"+a+"` of value `"+String(d)+"` supplied to `"+t+"`, expected one of "+n+".")})):("production"!==process.env.NODE_ENV&&ic(arguments.length>1?"Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z]).":"Invalid argument supplied to oneOf, expected an array."),Hc)},oneOfType:function(c){if(!Array.isArray(c))return"production"!==process.env.NODE_ENV&&ic("Invalid argument supplied to oneOfType, expected an instance of array."),Hc;for(var h=0;h<c.length;h++){var e=c[h];if("function"!=typeof e)return ic("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+z(e)+" at index "+h+"."),Hc}return a((function(h,e,t,s,v){for(var a=[],d=0;d<c.length;d++){var o=(0,c[d])(h,e,t,s,v,mc);if(null==o)return null;o.data&&zc(o.data,"expectedType")&&a.push(o.data.expectedType)}return new l("Invalid "+s+" `"+v+"` supplied to `"+t+"`"+(a.length>0?", expected one of type ["+a.join(", ")+"]":"")+".")}))},shape:function(c){return a((function(h,e,t,s,v){var a=h[e],d=r(a);if("object"!==d)return new l("Invalid "+s+" `"+v+"` of type `"+d+"` supplied to `"+t+"`, expected `object`.");for(var n in c){var z=c[n];if("function"!=typeof z)return o(t,s,v,n,m(z));var p=z(a,n,t,s,v+"."+n,mc);if(p)return p}return null}))},exact:function(c){return a((function(h,e,t,s,v){var a=h[e],d=r(a);if("object"!==d)return new l("Invalid "+s+" `"+v+"` of type `"+d+"` supplied to `"+t+"`, expected `object`.");var n=rc({},h[e],c);for(var z in n){var p=c[z];if(zc(c,z)&&"function"!=typeof p)return o(t,s,v,z,m(p));if(!p)return new l("Invalid "+s+" `"+v+"` key `"+z+"` supplied to `"+t+"`.\nBad object: "+JSON.stringify(h[e],null," ")+"\nValid keys: "+JSON.stringify(Object.keys(c),null," "));var i=p(a,z,t,s,v+"."+z,mc);if(i)return i}return null}))}};function v(c,h){return c===h?0!==c||1/c==1/h:c!=c&&h!=h}function l(c,h){this.message=c,this.data=h&&"object"==typeof h?h:{},this.stack=""}function a(c){if("production"!==process.env.NODE_ENV)var e={},s=0;function v(v,a,d,o,n,r,m){if(o=o||t,r=r||d,m!==mc){if(h){var z=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");throw z.name="Invariant Violation",z}if("production"!==process.env.NODE_ENV&&"undefined"!=typeof console){var p=o+":"+d;!e[p]&&s<3&&(ic("You are manually calling a React.PropTypes validation function for the `"+r+"` prop on `"+o+"`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."),e[p]=!0,s++)}}return null==a[d]?v?null===a[d]?new l("The "+n+" `"+r+"` is marked as required in `"+o+"`, but its value is `null`."):new l("The "+n+" `"+r+"` is marked as required in `"+o+"`, but its value is `undefined`."):null:c(a,d,o,n,r)}var a=v.bind(null,!1);return a.isRequired=v.bind(null,!0),a}function d(c){return a((function(h,e,t,s,v,a){var d=h[e];return r(d)!==c?new l("Invalid "+s+" `"+v+"` of type `"+m(d)+"` supplied to `"+t+"`, expected `"+c+"`.",{expectedType:c}):null}))}function o(c,h,e,t,s){return new l((c||"React class")+": "+h+" type `"+e+"."+t+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+s+"`.")}function n(h){switch(typeof h){case"number":case"string":case"undefined":return!0;case"boolean":return!h;case"object":if(Array.isArray(h))return h.every(n);if(null===h||c(h))return!0;var t=function(c){var h=c&&(e&&c[e]||c["@@iterator"]);if("function"==typeof h)return h}(h);if(!t)return!1;var s,v=t.call(h);if(t!==h.entries){for(;!(s=v.next()).done;)if(!n(s.value))return!1}else for(;!(s=v.next()).done;){var l=s.value;if(l&&!n(l[1]))return!1}return!0;default:return!1}}function r(c){var h=typeof c;return Array.isArray(c)?"array":c instanceof RegExp?"object":function(c,h){return"symbol"===c||!!h&&("Symbol"===h["@@toStringTag"]||"function"==typeof Symbol&&h instanceof Symbol)}(h,c)?"symbol":h}function m(c){if(null==c)return""+c;var h=r(c);if("object"===h){if(c instanceof Date)return"date";if(c instanceof RegExp)return"regexp"}return h}function z(c){var h=m(c);switch(h){case"array":case"object":return"an "+h;case"boolean":case"date":case"regexp":return"a "+h;default:return h}}return l.prototype=Error.prototype,s.checkPropTypes=pc,s.resetWarningCache=pc.resetWarningCache,s.PropTypes=s,s}(uc.isElement,!0)}else y.exports=function(){function c(c,h,e,t,s,v){if(v!==Mc){var l=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw l.name="Invariant Violation",l}}function h(){return c}c.isRequired=c;var e={array:c,bigint:c,bool:c,func:c,number:c,object:c,string:c,symbol:c,any:c,arrayOf:h,element:c,elementType:c,instanceOf:h,node:c,objectOf:h,oneOf:h,oneOfType:h,shape:h,exact:h,checkPropTypes:xc,resetWarningCache:Vc};return e.PropTypes=e,e}();var jc=y.exports;function Lc(c,...h){const e=new URL(`https://mui.com/production-error/?code=${c}`);return h.forEach((c=>e.searchParams.append("args[]",c))),`Minified MUI error #${c}; visit ${e} for the full message.`}function Sc(c,h=""){return c.displayName||c.name||h}function Cc(c,h,e){const t=Sc(h);return c.displayName||(""!==t?`${e}(${t})`:e)}function Tc(c){if("string"!=typeof c)throw new Error("production"!==process.env.NODE_ENV?"MUI: `capitalize(string)` expects a string argument.":Lc(7));return c.charAt(0).toUpperCase()+c.slice(1)}function wc(c,h){const e={...h};for(const t in c)if(Object.prototype.hasOwnProperty.call(c,t)){const s=t;if("components"===s||"slots"===s)e[s]={...c[s],...e[s]};else if("componentsProps"===s||"slotProps"===s){const t=c[s],v=h[s];if(v)if(t){e[s]={...v};for(const c in t)if(Object.prototype.hasOwnProperty.call(t,c)){const h=c;e[s][h]=wc(t[h],v[h])}}else e[s]=v;else e[s]=t||{}}else void 0===e[s]&&(e[s]=c[s])}return e}const yc=c=>c;var Oc=(()=>{let c=yc;return{configure(h){c=h},generate:h=>c(h),reset(){c=yc}}})();const Rc={active:"active",checked:"checked",completed:"completed",disabled:"disabled",error:"error",expanded:"expanded",focused:"focused",focusVisible:"focusVisible",open:"open",readOnly:"readOnly",required:"required",selected:"selected"};function gc(c,h,e="Mui"){const t=Rc[h];return t?`${e}-${t}`:`${Oc.generate(c)}-${h}`}function fc(c){var h,e,t="";if("string"==typeof c||"number"==typeof c)t+=c;else if("object"==typeof c)if(Array.isArray(c)){var s=c.length;for(h=0;h<s;h++)c[h]&&(e=fc(c[h]))&&(t&&(t+=" "),t+=e)}else for(e in c)c[e]&&(t&&(t+=" "),t+=e);return t}function Ac(){for(var c,h,e=0,t="",s=arguments.length;e<s;e++)(c=arguments[e])&&(h=fc(c))&&(t&&(t+=" "),t+=h);return t}function bc(c,h){return h?w(c,h,{clone:!1}):c}var Pc="production"!==process.env.NODE_ENV?jc.oneOfType([jc.number,jc.string,jc.object,jc.array]):{};const Fc={xs:0,sm:600,md:900,lg:1200,xl:1536},kc={keys:["xs","sm","md","lg","xl"],up:c=>`@media (min-width:${Fc[c]}px)`},Bc={containerQueries:c=>({up:h=>{let e="number"==typeof h?h:Fc[h]||h;return"number"==typeof e&&(e=`${e}px`),c?`@container ${c} (min-width:${e})`:`@container (min-width:${e})`}})};function Dc(c,h,e){const t=c.theme||{};if(Array.isArray(h)){const c=t.breakpoints||kc;return h.reduce(((t,s,v)=>(t[c.up(c.keys[v])]=e(h[v]),t)),{})}if("object"==typeof h){const c=t.breakpoints||kc;return Object.keys(h).reduce(((s,v)=>{if(l=c.keys,"@"===(a=v)||a.startsWith("@")&&(l.some((c=>a.startsWith(`@${c}`)))||a.match(/^@\d/))){const c=function(c,h){const e=h.match(/^@([^/]+)?\/?(.+)?$/);if(!e){if("production"!==process.env.NODE_ENV)throw new Error("production"!==process.env.NODE_ENV?`MUI: The provided shorthand (${h}) is invalid. The format should be \`@<breakpoint | number>\` or \`@<breakpoint | number>/<container>\`.\nFor example, \`@sm\` or \`@600\` or \`@40rem/sidebar\`.`:Lc(18,`(${h})`));return null}const[,t,s]=e,v=Number.isNaN(+t)?t||0:+t;return c.containerQueries(s).up(v)}(t.containerQueries?t:Bc,v);c&&(s[c]=e(h[v],v))}else if(Object.keys(c.values||Fc).includes(v)){s[c.up(v)]=e(h[v],v)}else{const c=v;s[c]=h[c]}var l,a;return s}),{})}return e(h)}function Ec(c,h,e=!0){if(!h||"string"!=typeof h)return null;if(c&&c.vars&&e){const e=`vars.${h}`.split(".").reduce(((c,h)=>c&&c[h]?c[h]:null),c);if(null!=e)return e}return h.split(".").reduce(((c,h)=>c&&null!=c[h]?c[h]:null),c)}function Nc(c,h,e,t=e){let s;return s="function"==typeof c?c(e):Array.isArray(c)?c[e]||t:Ec(c,e)||t,h&&(s=h(s,t,c)),s}function Wc(c){const{prop:h,cssProperty:e=c.prop,themeKey:t,transform:s}=c,v=c=>{if(null==c[h])return null;const v=c[h],l=Ec(c.theme,t)||{};return Dc(c,v,(c=>{let t=Nc(l,s,c);return c===t&&"string"==typeof c&&(t=Nc(l,s,`${h}${"default"===c?"":Tc(c)}`,c)),!1===e?t:{[e]:t}}))};return v.propTypes="production"!==process.env.NODE_ENV?{[h]:Pc}:{},v.filterProps=[h],v}const Ic={m:"margin",p:"padding"},Uc={t:"Top",r:"Right",b:"Bottom",l:"Left",x:["Left","Right"],y:["Top","Bottom"]},Gc={marginX:"mx",marginY:"my",paddingX:"px",paddingY:"py"},Kc=function(c){const h={};return e=>(void 0===h[e]&&(h[e]=c(e)),h[e])}((c=>{if(c.length>2){if(!Gc[c])return[c];c=Gc[c]}const[h,e]=c.split(""),t=Ic[h],s=Uc[e]||"";return Array.isArray(s)?s.map((c=>t+c)):[t+s]})),qc=["m","mt","mr","mb","ml","mx","my","margin","marginTop","marginRight","marginBottom","marginLeft","marginX","marginY","marginInline","marginInlineStart","marginInlineEnd","marginBlock","marginBlockStart","marginBlockEnd"],$c=["p","pt","pr","pb","pl","px","py","padding","paddingTop","paddingRight","paddingBottom","paddingLeft","paddingX","paddingY","paddingInline","paddingInlineStart","paddingInlineEnd","paddingBlock","paddingBlockStart","paddingBlockEnd"],Qc=[...qc,...$c];function _c(c,h,e,t){const s=Ec(c,h,!0)??e;return"number"==typeof s||"string"==typeof s?c=>"string"==typeof c?c:("production"!==process.env.NODE_ENV&&"number"!=typeof c&&console.error(`MUI: Expected ${t} argument to be a number or a string, got ${c}.`),"string"==typeof s?`calc(${c} * ${s})`:s*c):Array.isArray(s)?c=>{if("string"==typeof c)return c;const e=Math.abs(c);"production"!==process.env.NODE_ENV&&(Number.isInteger(e)?e>s.length-1&&console.error([`MUI: The value provided (${e}) overflows.`,`The supported values are: ${JSON.stringify(s)}.`,`${e} > ${s.length-1}, you need to add the missing values.`].join("\n")):console.error([`MUI: The \`theme.${h}\` 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.${h}\` as a number.`].join("\n")));const t=s[e];return c>=0?t:"number"==typeof t?-t:`-${t}`}:"function"==typeof s?s:("production"!==process.env.NODE_ENV&&console.error([`MUI: The \`theme.${h}\` value (${s}) is invalid.`,"It should be a number, an array or a function."].join("\n")),()=>{})}function Zc(c){return _c(c,"spacing",8,"spacing")}function Jc(c,h){return"string"==typeof h||null==h?h:c(h)}function Yc(c,h,e,t){if(!h.includes(e))return null;const s=function(c,h){return e=>c.reduce(((c,t)=>(c[t]=Jc(h,e),c)),{})}(Kc(e),t);return Dc(c,c[e],s)}function Xc(c,h){const e=Zc(c.theme);return Object.keys(c).map((t=>Yc(c,h,t,e))).reduce(bc,{})}function ch(c){return Xc(c,qc)}function hh(c){return Xc(c,$c)}function eh(...c){const h=c.reduce(((c,h)=>(h.filterProps.forEach((e=>{c[e]=h})),c)),{}),e=c=>Object.keys(c).reduce(((e,t)=>h[t]?bc(e,h[t](c)):e),{});return e.propTypes="production"!==process.env.NODE_ENV?c.reduce(((c,h)=>Object.assign(c,h.propTypes)),{}):{},e.filterProps=c.reduce(((c,h)=>c.concat(h.filterProps)),[]),e}function th(c){return"number"!=typeof c?c:`${c}px solid`}function sh(c,h){return Wc({prop:c,themeKey:"borders",transform:h})}ch.propTypes="production"!==process.env.NODE_ENV?qc.reduce(((c,h)=>(c[h]=Pc,c)),{}):{},ch.filterProps=qc,hh.propTypes="production"!==process.env.NODE_ENV?$c.reduce(((c,h)=>(c[h]=Pc,c)),{}):{},hh.filterProps=$c,"production"===process.env.NODE_ENV||Qc.reduce(((c,h)=>(c[h]=Pc,c)),{});const vh=sh("border",th),lh=sh("borderTop",th),ah=sh("borderRight",th),dh=sh("borderBottom",th),oh=sh("borderLeft",th),nh=sh("borderColor"),rh=sh("borderTopColor"),mh=sh("borderRightColor"),zh=sh("borderBottomColor"),ph=sh("borderLeftColor"),ih=sh("outline",th),Hh=sh("outlineColor"),Mh=c=>{if(void 0!==c.borderRadius&&null!==c.borderRadius){const h=_c(c.theme,"shape.borderRadius",4,"borderRadius"),e=c=>({borderRadius:Jc(h,c)});return Dc(c,c.borderRadius,e)}return null};Mh.propTypes="production"!==process.env.NODE_ENV?{borderRadius:Pc}:{},Mh.filterProps=["borderRadius"],eh(vh,lh,ah,dh,oh,nh,rh,mh,zh,ph,Mh,ih,Hh);const Vh=c=>{if(void 0!==c.gap&&null!==c.gap){const h=_c(c.theme,"spacing",8,"gap"),e=c=>({gap:Jc(h,c)});return Dc(c,c.gap,e)}return null};Vh.propTypes="production"!==process.env.NODE_ENV?{gap:Pc}:{},Vh.filterProps=["gap"];const xh=c=>{if(void 0!==c.columnGap&&null!==c.columnGap){const h=_c(c.theme,"spacing",8,"columnGap"),e=c=>({columnGap:Jc(h,c)});return Dc(c,c.columnGap,e)}return null};xh.propTypes="production"!==process.env.NODE_ENV?{columnGap:Pc}:{},xh.filterProps=["columnGap"];const uh=c=>{if(void 0!==c.rowGap&&null!==c.rowGap){const h=_c(c.theme,"spacing",8,"rowGap"),e=c=>({rowGap:Jc(h,c)});return Dc(c,c.rowGap,e)}return null};uh.propTypes="production"!==process.env.NODE_ENV?{rowGap:Pc}:{},uh.filterProps=["rowGap"];function jh(c,h){return"grey"===h?h:c}eh(Vh,xh,uh,Wc({prop:"gridColumn"}),Wc({prop:"gridRow"}),Wc({prop:"gridAutoFlow"}),Wc({prop:"gridAutoColumns"}),Wc({prop:"gridAutoRows"}),Wc({prop:"gridTemplateColumns"}),Wc({prop:"gridTemplateRows"}),Wc({prop:"gridTemplateAreas"}),Wc({prop:"gridArea"}));function Lh(c){return c<=1&&0!==c?100*c+"%":c}eh(Wc({prop:"color",themeKey:"palette",transform:jh}),Wc({prop:"bgcolor",cssProperty:"backgroundColor",themeKey:"palette",transform:jh}),Wc({prop:"backgroundColor",themeKey:"palette",transform:jh}));const Sh=Wc({prop:"width",transform:Lh}),Ch=c=>{if(void 0!==c.maxWidth&&null!==c.maxWidth){const h=h=>{const e=c.theme?.breakpoints?.values?.[h]||Fc[h];return e?"px"!==c.theme?.breakpoints?.unit?{maxWidth:`${e}${c.theme.breakpoints.unit}`}:{maxWidth:e}:{maxWidth:Lh(h)}};return Dc(c,c.maxWidth,h)}return null};Ch.filterProps=["maxWidth"];const Th=Wc({prop:"minWidth",transform:Lh}),wh=Wc({prop:"height",transform:Lh}),yh=Wc({prop:"maxHeight",transform:Lh}),Oh=Wc({prop:"minHeight",transform:Lh});Wc({prop:"size",cssProperty:"width",transform:Lh}),Wc({prop:"size",cssProperty:"height",transform:Lh});eh(Sh,Ch,Th,wh,yh,Oh,Wc({prop:"boxSizing"}));var Rh={border:{themeKey:"borders",transform:th},borderTop:{themeKey:"borders",transform:th},borderRight:{themeKey:"borders",transform:th},borderBottom:{themeKey:"borders",transform:th},borderLeft:{themeKey:"borders",transform:th},borderColor:{themeKey:"palette"},borderTopColor:{themeKey:"palette"},borderRightColor:{themeKey:"palette"},borderBottomColor:{themeKey:"palette"},borderLeftColor:{themeKey:"palette"},outline:{themeKey:"borders",transform:th},outlineColor:{themeKey:"palette"},borderRadius:{themeKey:"shape.borderRadius",style:Mh},color:{themeKey:"palette",transform:jh},bgcolor:{themeKey:"palette",cssProperty:"backgroundColor",transform:jh},backgroundColor:{themeKey:"palette",transform:jh},p:{style:hh},pt:{style:hh},pr:{style:hh},pb:{style:hh},pl:{style:hh},px:{style:hh},py:{style:hh},padding:{style:hh},paddingTop:{style:hh},paddingRight:{style:hh},paddingBottom:{style:hh},paddingLeft:{style:hh},paddingX:{style:hh},paddingY:{style:hh},paddingInline:{style:hh},paddingInlineStart:{style:hh},paddingInlineEnd:{style:hh},paddingBlock:{style:hh},paddingBlockStart:{style:hh},paddingBlockEnd:{style:hh},m:{style:ch},mt:{style:ch},mr:{style:ch},mb:{style:ch},ml:{style:ch},mx:{style:ch},my:{style:ch},margin:{style:ch},marginTop:{style:ch},marginRight:{style:ch},marginBottom:{style:ch},marginLeft:{style:ch},marginX:{style:ch},marginY:{style:ch},marginInline:{style:ch},marginInlineStart:{style:ch},marginInlineEnd:{style:ch},marginBlock:{style:ch},marginBlockStart:{style:ch},marginBlockEnd:{style:ch},displayPrint:{cssProperty:!1,transform:c=>({"@media print":{display:c}})},display:{},overflow:{},textOverflow:{},visibility:{},whiteSpace:{},flexBasis:{},flexDirection:{},flexWrap:{},justifyContent:{},alignItems:{},alignContent:{},order:{},flex:{},flexGrow:{},flexShrink:{},alignSelf:{},justifyItems:{},justifySelf:{},gap:{style:Vh},rowGap:{style:uh},columnGap:{style:xh},gridColumn:{},gridRow:{},gridAutoFlow:{},gridAutoColumns:{},gridAutoRows:{},gridTemplateColumns:{},gridTemplateRows:{},gridTemplateAreas:{},gridArea:{},position:{},zIndex:{themeKey:"zIndex"},top:{},right:{},bottom:{},left:{},boxShadow:{themeKey:"shadows"},width:{transform:Lh},maxWidth:{style:Ch},minWidth:{transform:Lh},height:{transform:Lh},maxHeight:{transform:Lh},minHeight:{transform:Lh},boxSizing:{},font:{themeKey:"font"},fontFamily:{themeKey:"typography"},fontSize:{themeKey:"typography"},fontStyle:{themeKey:"typography"},fontWeight:{themeKey:"typography"},letterSpacing:{},textTransform:{},lineHeight:{},textAlign:{},typography:{cssProperty:!1,themeKey:"typography"}};const gh=function(){function c(c,h,e,t){const s={[c]:h,theme:e},v=t[c];if(!v)return{[c]:h};const{cssProperty:l=c,themeKey:a,transform:d,style:o}=v;if(null==h)return null;if("typography"===a&&"inherit"===h)return{[c]:h};const n=Ec(e,a)||{};if(o)return o(s);return Dc(s,h,(h=>{let e=Nc(n,d,h);return h===e&&"string"==typeof h&&(e=Nc(n,d,`${c}${"default"===h?"":Tc(h)}`,h)),!1===l?e:{[l]:e}}))}return function h(e){const{sx:t,theme:s={}}=e||{};if(!t)return null;const v=s.unstable_sxConfig??Rh;function l(e){let t=e;if("function"==typeof e)t=e(s);else if("object"!=typeof e)return e;if(!t)return null;const l=function(c={}){const h=c.keys?.reduce(((h,e)=>(h[c.up(e)]={},h)),{});return h||{}}(s.breakpoints),a=Object.keys(l);let d=l;return Object.keys(t).forEach((e=>{const l=function(c,h){return"function"==typeof c?c(h):c}(t[e],s);if(null!=l)if("object"==typeof l)if(v[e])d=bc(d,c(e,l,s,v));else{const c=Dc({theme:s},l,(c=>({[e]:c})));!function(...c){const h=c.reduce(((c,h)=>c.concat(Object.keys(h))),[]),e=new Set(h);return c.every((c=>e.size===Object.keys(c).length))}(c,l)?d=bc(d,c):d[e]=h({sx:l,theme:s})}else d=bc(d,c(e,l,s,v))})),function(c,h){if(!c.containerQueries)return h;const e=Object.keys(h).filter((c=>c.startsWith("@container"))).sort(((c,h)=>{const e=/min-width:\s*([0-9.]+)/;return+(c.match(e)?.[1]||0)-+(h.match(e)?.[1]||0)}));return e.length?e.reduce(((c,e)=>{const t=h[e];return delete c[e],c[e]=t,c}),{...h}):h}(s,function(c,h){return c.reduce(((c,h)=>{const e=c[h];return(!e||0===Object.keys(e).length)&&delete c[h],c}),h)}(a,d))}return Array.isArray(t)?t.map(l):l(t)}}();gh.filterProps=["sx"];var fh=gh;function Ah(){return Ah=Object.assign?Object.assign.bind():function(c){for(var h=1;h<arguments.length;h++){var e=arguments[h];for(var t in e)({}).hasOwnProperty.call(e,t)&&(c[t]=e[t])}return c},Ah.apply(null,arguments)}var bh=function(){function c(c){var h=this;this._insertTag=function(c){var e;e=0===h.tags.length?h.insertionPoint?h.insertionPoint.nextSibling:h.prepend?h.container.firstChild:h.before:h.tags[h.tags.length-1].nextSibling,h.container.insertBefore(c,e),h.tags.push(c)},this.isSpeedy=void 0===c.speedy||c.speedy,this.tags=[],this.ctr=0,this.nonce=c.nonce,this.key=c.key,this.container=c.container,this.prepend=c.prepend,this.insertionPoint=c.insertionPoint,this.before=null}var h=c.prototype;return h.hydrate=function(c){c.forEach(this._insertTag)},h.insert=function(c){this.ctr%(this.isSpeedy?65e3:1)==0&&this._insertTag(function(c){var h=document.createElement("style");return h.setAttribute("data-emotion",c.key),void 0!==c.nonce&&h.setAttribute("nonce",c.nonce),h.appendChild(document.createTextNode("")),h.setAttribute("data-s",""),h}(this));var h=this.tags[this.tags.length-1];if(this.isSpeedy){var e=function(c){if(c.sheet)return c.sheet;for(var h=0;h<document.styleSheets.length;h++)if(document.styleSheets[h].ownerNode===c)return document.styleSheets[h]}(h);try{e.insertRule(c,e.cssRules.length)}catch(c){}}else h.appendChild(document.createTextNode(c));this.ctr++},h.flush=function(){this.tags.forEach((function(c){var h;return null==(h=c.parentNode)?void 0:h.removeChild(c)})),this.tags=[],this.ctr=0},c}(),Ph="-ms-",Fh="-moz-",kh="-webkit-",Bh="comm",Dh="rule",Eh="decl",Nh="@keyframes",Wh=Math.abs,Ih=String.fromCharCode,Uh=Object.assign;function Gh(c){return c.trim()}function Kh(c,h,e){return c.replace(h,e)}function qh(c,h){return c.indexOf(h)}function $h(c,h){return 0|c.charCodeAt(h)}function Qh(c,h,e){return c.slice(h,e)}function _h(c){return c.length}function Zh(c){return c.length}function Jh(c,h){return h.push(c),c}var Yh=1,Xh=1,ce=0,he=0,ee=0,te="";function se(c,h,e,t,s,v,l){return{value:c,root:h,parent:e,type:t,props:s,children:v,line:Yh,column:Xh,length:l,return:""}}function ve(c,h){return Uh(se("",null,null,"",null,null,0),c,{length:-c.length},h)}function le(){return ee=he>0?$h(te,--he):0,Xh--,10===ee&&(Xh=1,Yh--),ee}function ae(){return ee=he<ce?$h(te,he++):0,Xh++,10===ee&&(Xh=1,Yh++),ee}function de(){return $h(te,he)}function oe(){return he}function ne(c,h){return Qh(te,c,h)}function re(c){switch(c){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function me(c){return Yh=Xh=1,ce=_h(te=c),he=0,[]}function ze(c){return te="",c}function pe(c){return Gh(ne(he-1,Me(91===c?c+2:40===c?c+1:c)))}function ie(c){for(;(ee=de())&&ee<33;)ae();return re(c)>2||re(ee)>3?"":" "}function He(c,h){for(;--h&&ae()&&!(ee<48||ee>102||ee>57&&ee<65||ee>70&&ee<97););return ne(c,oe()+(h<6&&32==de()&&32==ae()))}function Me(c){for(;ae();)switch(ee){case c:return he;case 34:case 39:34!==c&&39!==c&&Me(ee);break;case 40:41===c&&Me(c);break;case 92:ae()}return he}function Ve(c,h){for(;ae()&&c+ee!==57&&(c+ee!==84||47!==de()););return"/*"+ne(h,he-1)+"*"+Ih(47===c?c:ae())}function xe(c){for(;!re(de());)ae();return ne(c,he)}function ue(c){return ze(je("",null,null,null,[""],c=me(c),0,[0],c))}function je(c,h,e,t,s,v,l,a,d){for(var o=0,n=0,r=l,m=0,z=0,p=0,i=1,H=1,M=1,V=0,x="",u=s,j=v,L=t,S=x;H;)switch(p=V,V=ae()){case 40:if(108!=p&&58==$h(S,r-1)){-1!=qh(S+=Kh(pe(V),"&","&\f"),"&\f")&&(M=-1);break}case 34:case 39:case 91:S+=pe(V);break;case 9:case 10:case 13:case 32:S+=ie(p);break;case 92:S+=He(oe()-1,7);continue;case 47:switch(de()){case 42:case 47:Jh(Se(Ve(ae(),oe()),h,e),d);break;default:S+="/"}break;case 123*i:a[o++]=_h(S)*M;case 125*i:case 59:case 0:switch(V){case 0:case 125:H=0;case 59+n:-1==M&&(S=Kh(S,/\f/g,"")),z>0&&_h(S)-r&&Jh(z>32?Ce(S+";",t,e,r-1):Ce(Kh(S," ","")+";",t,e,r-2),d);break;case 59:S+=";";default:if(Jh(L=Le(S,h,e,o,n,s,a,x,u=[],j=[],r),v),123===V)if(0===n)je(S,h,L,L,u,v,r,a,j);else switch(99===m&&110===$h(S,3)?100:m){case 100:case 108:case 109:case 115:je(c,L,L,t&&Jh(Le(c,L,L,0,0,s,a,x,s,u=[],r),j),s,j,r,a,t?u:j);break;default:je(S,L,L,L,[""],j,0,a,j)}}o=n=z=0,i=M=1,x=S="",r=l;break;case 58:r=1+_h(S),z=p;default:if(i<1)if(123==V)--i;else if(125==V&&0==i++&&125==le())continue;switch(S+=Ih(V),V*i){case 38:M=n>0?1:(S+="\f",-1);break;case 44:a[o++]=(_h(S)-1)*M,M=1;break;case 64:45===de()&&(S+=pe(ae())),m=de(),n=r=_h(x=S+=xe(oe())),V++;break;case 45:45===p&&2==_h(S)&&(i=0)}}return v}function Le(c,h,e,t,s,v,l,a,d,o,n){for(var r=s-1,m=0===s?v:[""],z=Zh(m),p=0,i=0,H=0;p<t;++p)for(var M=0,V=Qh(c,r+1,r=Wh(i=l[p])),x=c;M<z;++M)(x=Gh(i>0?m[M]+" "+V:Kh(V,/&\f/g,m[M])))&&(d[H++]=x);return se(c,h,e,0===s?Dh:a,d,o,n)}function Se(c,h,e){return se(c,h,e,Bh,Ih(ee),Qh(c,2,-2),0)}function Ce(c,h,e,t){return se(c,h,e,Eh,Qh(c,0,t),Qh(c,t+1,-1),t)}function Te(c,h){for(var e="",t=Zh(c),s=0;s<t;s++)e+=h(c[s],s,c,h)||"";return e}function we(c,h,e,t){switch(c.type){case"@layer":if(c.children.length)break;case"@import":case Eh:return c.return=c.return||c.value;case Bh:return"";case Nh:return c.return=c.value+"{"+Te(c.children,t)+"}";case Dh:c.value=c.props.join(",")}return _h(e=Te(c.children,t))?c.return=c.value+"{"+e+"}":""}function ye(c){var h=Zh(c);return function(e,t,s,v){for(var l="",a=0;a<h;a++)l+=c[a](e,t,s,v)||"";return l}}function Oe(c){var h=Object.create(null);return function(e){return void 0===h[e]&&(h[e]=c(e)),h[e]}}var Re="undefined"!=typeof document,ge=function(c,h,e){for(var t=0,s=0;t=s,s=de(),38===t&&12===s&&(h[e]=1),!re(s);)ae();return ne(c,he)},fe=function(c,h){return ze(function(c,h){var e=-1,t=44;do{switch(re(t)){case 0:38===t&&12===de()&&(h[e]=1),c[e]+=ge(he-1,h,e);break;case 2:c[e]+=pe(t);break;case 4:if(44===t){c[++e]=58===de()?"&\f":"",h[e]=c[e].length;break}default:c[e]+=Ih(t)}}while(t=ae());return c}(me(c),h))},Ae=new WeakMap,be=function(c){if("rule"===c.type&&c.parent&&!(c.length<1)){for(var h=c.value,e=c.parent,t=c.column===e.column&&c.line===e.line;"rule"!==e.type;)if(!(e=e.parent))return;if((1!==c.props.length||58===h.charCodeAt(0)||Ae.get(e))&&!t){Ae.set(c,!0);for(var s=[],v=fe(h,s),l=e.props,a=0,d=0;a<v.length;a++)for(var o=0;o<l.length;o++,d++)c.props[d]=s[a]?v[a].replace(/&\f/g,l[o]):l[o]+" "+v[a]}}},Pe=function(c){if("decl"===c.type){var h=c.value;108===h.charCodeAt(0)&&98===h.charCodeAt(2)&&(c.return="",c.value="")}};function Fe(c,h){switch(function(c,h){return 45^$h(c,0)?(((h<<2^$h(c,0))<<2^$h(c,1))<<2^$h(c,2))<<2^$h(c,3):0}(c,h)){case 5103:return kh+"print-"+c+c;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return kh+c+c;case 5349:case 4246:case 4810:case 6968:case 2756:return kh+c+Fh+c+Ph+c+c;case 6828:case 4268:return kh+c+Ph+c+c;case 6165:return kh+c+Ph+"flex-"+c+c;case 5187:return kh+c+Kh(c,/(\w+).+(:[^]+)/,kh+"box-$1$2"+Ph+"flex-$1$2")+c;case 5443:return kh+c+Ph+"flex-item-"+Kh(c,/flex-|-self/,"")+c;case 4675:return kh+c+Ph+"flex-line-pack"+Kh(c,/align-content|flex-|-self/,"")+c;case 5548:return kh+c+Ph+Kh(c,"shrink","negative")+c;case 5292:return kh+c+Ph+Kh(c,"basis","preferred-size")+c;case 6060:return kh+"box-"+Kh(c,"-grow","")+kh+c+Ph+Kh(c,"grow","positive")+c;case 4554:return kh+Kh(c,/([^-])(transform)/g,"$1"+kh+"$2")+c;case 6187:return Kh(Kh(Kh(c,/(zoom-|grab)/,kh+"$1"),/(image-set)/,kh+"$1"),c,"")+c;case 5495:case 3959:return Kh(c,/(image-set\([^]*)/,kh+"$1$`$1");case 4968:return Kh(Kh(c,/(.+:)(flex-)?(.*)/,kh+"box-pack:$3"+Ph+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+kh+c+c;case 4095:case 3583:case 4068:case 2532:return Kh(c,/(.+)-inline(.+)/,kh+"$1$2")+c;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(_h(c)-1-h>6)switch($h(c,h+1)){case 109:if(45!==$h(c,h+4))break;case 102:return Kh(c,/(.+:)(.+)-([^]+)/,"$1"+kh+"$2-$3$1"+Fh+(108==$h(c,h+3)?"$3":"$2-$3"))+c;case 115:return~qh(c,"stretch")?Fe(Kh(c,"stretch","fill-available"),h)+c:c}break;case 4949:if(115!==$h(c,h+1))break;case 6444:switch($h(c,_h(c)-3-(~qh(c,"!important")&&10))){case 107:return Kh(c,":",":"+kh)+c;case 101:return Kh(c,/(.+:)([^;!]+)(;|!.+)?/,"$1"+kh+(45===$h(c,14)?"inline-":"")+"box$3$1"+kh+"$2$3$1"+Ph+"$2box$3")+c}break;case 5936:switch($h(c,h+11)){case 114:return kh+c+Ph+Kh(c,/[svh]\w+-[tblr]{2}/,"tb")+c;case 108:return kh+c+Ph+Kh(c,/[svh]\w+-[tblr]{2}/,"tb-rl")+c;case 45:return kh+c+Ph+Kh(c,/[svh]\w+-[tblr]{2}/,"lr")+c}return kh+c+Ph+c+c}return c}var ke,Be,De=Re?void 0:(ke=function(){return Oe((function(){return{}}))},Be=new WeakMap,function(c){if(Be.has(c))return Be.get(c);var h=ke(c);return Be.set(c,h),h}),Ee=[function(c,h,e,t){if(c.length>-1&&!c.return)switch(c.type){case Eh:c.return=Fe(c.value,c.length);break;case Nh:return Te([ve(c,{value:Kh(c.value,"@","@"+kh)})],t);case Dh:if(c.length)return function(c,h){return c.map(h).join("")}(c.props,(function(h){switch(function(c,h){return(c=h.exec(c))?c[0]:c}(h,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return Te([ve(c,{props:[Kh(h,/:(read-\w+)/,":-moz-$1")]})],t);case"::placeholder":return Te([ve(c,{props:[Kh(h,/:(plac\w+)/,":"+kh+"input-$1")]}),ve(c,{props:[Kh(h,/:(plac\w+)/,":-moz-$1")]}),ve(c,{props:[Kh(h,/:(plac\w+)/,Ph+"input-$1")]})],t)}return""}))}}],Ne=function(c){var h=c.key;if(Re&&"css"===h){var e=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(e,(function(c){-1!==c.getAttribute("data-emotion").indexOf(" ")&&(document.head.appendChild(c),c.setAttribute("data-s",""))}))}var t,s,v=c.stylisPlugins||Ee,l={},a=[];Re&&(t=c.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+h+' "]'),(function(c){for(var h=c.getAttribute("data-emotion").split(" "),e=1;e<h.length;e++)l[h[e]]=!0;a.push(c)})));var d,o=[be,Pe];if(De){var n=[we],r=ye(o.concat(v,n)),m=De(v)(h),z=function(c,h){var e=h.name;return void 0===m[e]&&(m[e]=Te(ue(c?c+"{"+h.styles+"}":h.styles),r)),m[e]};s=function(c,h,e,t){var s=h.name,v=z(c,h);return void 0===M.compat?(t&&(M.inserted[s]=!0),v):t?void(M.inserted[s]=v):v}}else{var p,i=[we,(d=function(c){p.insert(c)},function(c){c.root||(c=c.return)&&d(c)})],H=ye(o.concat(v,i));s=function(c,h,e,t){p=e,Te(ue(c?c+"{"+h.styles+"}":h.styles),H),t&&(M.inserted[h.name]=!0)}}var M={key:h,sheet:new bh({key:h,container:t,nonce:c.nonce,speedy:c.speedy,prepend:c.prepend,insertionPoint:c.insertionPoint}),nonce:c.nonce,inserted:l,registered:{},insert:s};return M.sheet.hydrate(a),M},We="undefined"!=typeof document;var Ie=function(c,h,e){var t=c.key+"-"+h.name;(!1===e||!1===We&&void 0!==c.compat)&&void 0===c.registered[t]&&(c.registered[t]=h.styles)};var Ue={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,scale:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},Ge=/[A-Z]|^ms/g,Ke=/_EMO_([^_]+?)_([^]*?)_EMO_/g,qe=function(c){return 45===c.charCodeAt(1)},$e=function(c){return null!=c&&"boolean"!=typeof c},Qe=Oe((function(c){return qe(c)?c:c.replace(Ge,"-$&").toLowerCase()})),_e=function(c,h){switch(c){case"animation":case"animationName":if("string"==typeof h)return h.replace(Ke,(function(c,h,e){return Je={name:h,styles:e,next:Je},h}))}return 1===Ue[c]||qe(c)||"number"!=typeof h||0===h?h:h+"px"};function Ze(c,h,e){if(null==e)return"";var t=e;if(void 0!==t.__emotion_styles)return t;switch(typeof e){case"boolean":return"";case"object":var s=e;if(1===s.anim)return Je={name:s.name,styles:s.styles,next:Je},s.name;var v=e;if(void 0!==v.styles){var l=v.next;if(void 0!==l)for(;void 0!==l;)Je={name:l.name,styles:l.styles,next:Je},l=l.next;return v.styles+";"}return function(c,h,e){var t="";if(Array.isArray(e))for(var s=0;s<e.length;s++)t+=Ze(c,h,e[s])+";";else for(var v in e){var l=e[v];if("object"!=typeof l){var a=l;null!=h&&void 0!==h[a]?t+=v+"{"+h[a]+"}":$e(a)&&(t+=Qe(v)+":"+_e(v,a)+";")}else if(!Array.isArray(l)||"string"!=typeof l[0]||null!=h&&void 0!==h[l[0]]){var d=Ze(c,h,l);switch(v){case"animation":case"animationName":t+=Qe(v)+":"+d+";";break;default:t+=v+"{"+d+"}"}}else for(var o=0;o<l.length;o++)$e(l[o])&&(t+=Qe(v)+":"+_e(v,l[o])+";")}return t}(c,h,e);case"function":if(void 0!==c){var a=Je,d=e(c);return Je=a,Ze(c,h,d)}}var o=e;if(null==h)return o;var n=h[o];return void 0!==n?n:o}var Je,Ye=/label:\s*([^\s;{]+)\s*(;|$)/g;function Xe(c,h,e){if(1===c.length&&"object"==typeof c[0]&&null!==c[0]&&void 0!==c[0].styles)return c[0];var t=!0,s="";Je=void 0;var v=c[0];null==v||void 0===v.raw?(t=!1,s+=Ze(e,h,v)):s+=v[0];for(var l=1;l<c.length;l++){if(s+=Ze(e,h,c[l]),t)s+=v[l]}Ye.lastIndex=0;for(var a,d="";null!==(a=Ye.exec(s));)d+="-"+a[1];var o=function(c){for(var h,e=0,t=0,s=c.length;s>=4;++t,s-=4)h=1540483477*(65535&(h=255&c.charCodeAt(t)|(255&c.charCodeAt(++t))<<8|(255&c.charCodeAt(++t))<<16|(255&c.charCodeAt(++t))<<24))+(59797*(h>>>16)<<16),e=1540483477*(65535&(h^=h>>>24))+(59797*(h>>>16)<<16)^1540483477*(65535&e)+(59797*(e>>>16)<<16);switch(s){case 3:e^=(255&c.charCodeAt(t+2))<<16;case 2:e^=(255&c.charCodeAt(t+1))<<8;case 1:e=1540483477*(65535&(e^=255&c.charCodeAt(t)))+(59797*(e>>>16)<<16)}return(((e=1540483477*(65535&(e^=e>>>13))+(59797*(e>>>16)<<16))^e>>>15)>>>0).toString(36)}(s)+d;return{name:o,styles:s,next:Je}}var ct="undefined"!=typeof document,ht=function(c){return c()},et=!!t.useInsertionEffect&&t.useInsertionEffect,tt=ct&&et||ht,st="undefined"!=typeof document,vt=t.createContext("undefined"!=typeof HTMLElement?Ne({key:"css"}):null);vt.Provider;var lt=function(h){return c.forwardRef((function(e,t){var s=c.useContext(vt);return h(e,s,t)}))};st||(lt=function(h){return function(e){var s=c.useContext(vt);return null===s?(s=Ne({key:"css"}),t.createElement(vt.Provider,{value:s},h(e,s))):h(e,s)}});var at=t.createContext({}),dt=/^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|disableRemotePlayback|download|draggable|encType|enterKeyHint|fetchpriority|fetchPriority|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/,ot="undefined"!=typeof document,nt=Oe((function(c){return dt.test(c)||111===c.charCodeAt(0)&&110===c.charCodeAt(1)&&c.charCodeAt(2)<91})),rt=function(c){return"theme"!==c},mt=function(c){return"string"==typeof c&&c.charCodeAt(0)>96?nt:rt},zt=function(c,h,e){var t;if(h){var s=h.shouldForwardProp;t=c.__emotion_forwardProp&&s?function(h){return c.__emotion_forwardProp(h)&&s(h)}:s}return"function"!=typeof t&&e&&(t=c.__emotion_forwardProp),t},pt=function(c){var h=c.cache,e=c.serialized,s=c.isStringTag;Ie(h,e,s);var v=tt((function(){return function(c,h,e){Ie(c,h,e);var t=c.key+"-"+h.name;if(void 0===c.inserted[h.name]){var s="",v=h;do{var l=c.insert(h===v?"."+t:"",v,c.sheet,!0);We||void 0===l||(s+=l),v=v.next}while(void 0!==v);if(!We&&0!==s.length)return s}}(h,e,s)}));if(!ot&&void 0!==v){for(var l,a=e.name,d=e.next;void 0!==d;)a+=" "+d.name,d=d.next;return t.createElement("style",((l={})["data-emotion"]=h.key+" "+a,l.dangerouslySetInnerHTML={__html:v},l.nonce=h.sheet.nonce,l))}return null},it=function c(h,e){var s,v,l=h.__emotion_real===h,a=l&&h.__emotion_base||h;void 0!==e&&(s=e.label,v=e.target);var d=zt(h,e,l),o=d||mt(a),n=!o("as");return function(){var r=arguments,m=l&&void 0!==h.__emotion_styles?h.__emotion_styles.slice(0):[];if(void 0!==s&&m.push("label:"+s+";"),null==r[0]||void 0===r[0].raw)m.push.apply(m,r);else{var z=r[0];m.push(z[0]);for(var p=r.length,i=1;i<p;i++)m.push(r[i],z[i])}var H=lt((function(c,h,e){var s,l,r,z,p=n&&c.as||a,i="",H=[],M=c;if(null==c.theme){for(var V in M={},c)M[V]=c[V];M.theme=t.useContext(at)}"string"==typeof c.className?(s=h.registered,l=H,r=c.className,z="",r.split(" ").forEach((function(c){void 0!==s[c]?l.push(s[c]+";"):c&&(z+=c+" ")})),i=z):null!=c.className&&(i=c.className+" ");var x=Xe(m.concat(H),h.registered,M);i+=h.key+"-"+x.name,void 0!==v&&(i+=" "+v);var u=n&&void 0===d?mt(p):o,j={};for(var L in c)n&&"as"===L||u(L)&&(j[L]=c[L]);return j.className=i,e&&(j.ref=e),t.createElement(t.Fragment,null,t.createElement(pt,{cache:h,serialized:x,isStringTag:"string"==typeof p}),t.createElement(p,j))}));return H.displayName=void 0!==s?s:"Styled("+("string"==typeof a?a:a.displayName||a.name||"Component")+")",H.defaultProps=h.defaultProps,H.__emotion_real=H,H.__emotion_base=a,H.__emotion_styles=m,H.__emotion_forwardProp=d,Object.defineProperty(H,"toString",{value:function(){return"."+v}}),H.withComponent=function(h,t){return c(h,Ah({},e,t,{shouldForwardProp:zt(H,t,!0)})).apply(void 0,m)},H}}.bind(null);["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","tspan"].forEach((function(c){it[c]=it(c)}));const Ht=[];function Mt(c){return Ht[0]=c,Xe(Ht)}function Vt(c){const{values:h={xs:0,sm:600,md:900,lg:1200,xl:1536},unit:e="px",step:t=5,...s}=c,v=(c=>{const h=Object.keys(c).map((h=>({key:h,val:c[h]})))||[];return h.sort(((c,h)=>c.val-h.val)),h.reduce(((c,h)=>({...c,[h.key]:h.val})),{})})(h),l=Object.keys(v);function a(c){return`@media (min-width:${"number"==typeof h[c]?h[c]:c}${e})`}function d(c){return`@media (max-width:${("number"==typeof h[c]?h[c]:c)-t/100}${e})`}function o(c,s){const v=l.indexOf(s);return`@media (min-width:${"number"==typeof h[c]?h[c]:c}${e}) and (max-width:${(-1!==v&&"number"==typeof h[l[v]]?h[l[v]]:s)-t/100}${e})`}return{keys:l,values:v,up:a,down:d,between:o,only:function(c){return l.indexOf(c)+1<l.length?o(c,l[l.indexOf(c)+1]):a(c)},not:function(c){const h=l.indexOf(c);return 0===h?a(l[1]):h===l.length-1?d(l[h]):o(c,l[l.indexOf(c)+1]).replace("@media","@media not all and")},unit:e,...s}}var xt={borderRadius:4};function ut(c=8,h=Zc({spacing:c})){if(c.mui)return c;const e=(...c)=>{"production"!==process.env.NODE_ENV&&(c.length<=4||console.error(`MUI: Too many arguments provided, expected between 0 and 4, got ${c.length}`));return(0===c.length?[1]:c).map((c=>{const e=h(c);return"number"==typeof e?`${e}px`:e})).join(" ")};return e.mui=!0,e}function jt(c,h){const e=this;if(e.vars){if(!e.colorSchemes?.[c]||"function"!=typeof e.getColorSchemeSelector)return{};let t=e.getColorSchemeSelector(c);return"&"===t?h:((t.includes("data-")||t.includes("."))&&(t=`*:where(${t.replace(/\s*&$/,"")}) &`),{[t]:h})}return e.palette.mode===c?h:{}}function Lt(c={},...h){const{breakpoints:e={},palette:t={},spacing:s,shape:v={},...l}=c;let a=w({breakpoints:Vt(e),direction:"ltr",components:{},palette:{mode:"light",...t},spacing:ut(s),shape:{...xt,...v}},l);return a=function(c){const h=(c,h)=>c.replace("@media",h?`@container ${h}`:"@container");function e(e,t){e.up=(...e)=>h(c.breakpoints.up(...e),t),e.down=(...e)=>h(c.breakpoints.down(...e),t),e.between=(...e)=>h(c.breakpoints.between(...e),t),e.only=(...e)=>h(c.breakpoints.only(...e),t),e.not=(...e)=>{const s=h(c.breakpoints.not(...e),t);return s.includes("not all and")?s.replace("not all and ","").replace("min-width:","width<").replace("max-width:","width>").replace("and","or"):s}}const t={},s=c=>(e(t,c),t);return e(s),{...c,containerQueries:s}}(a),a.applyStyles=jt,a=h.reduce(((c,h)=>w(c,h)),a),a.unstable_sxConfig={...Rh,...l?.unstable_sxConfig},a.unstable_sx=function(c){return fh({sx:c,theme:this})},a}function St(c){const{variants:h,...e}=c,t={variants:h,style:Mt(e),isProcessed:!0};return t.style===e||h&&h.forEach((c=>{"function"!=typeof c.style&&(c.style=Mt(c.style))})),t}const Ct=Lt();function Tt(c){return"ownerState"!==c&&"theme"!==c&&"sx"!==c&&"as"!==c}function wt(c){return c?(h,e)=>e[c]:null}function yt(c,h){const e="function"==typeof h?h(c):h;if(Array.isArray(e))return e.flatMap((h=>yt(c,h)));if(Array.isArray(e?.variants)){let h;if(e.isProcessed)h=e.style;else{const{variants:c,...t}=e;h=t}return Ot(c,e.variants,[h])}return e?.isProcessed?e.style:e}function Ot(c,h,e=[]){let t;c:for(let s=0;s<h.length;s+=1){const v=h[s];if("function"==typeof v.props){if(t??={...c,...c.ownerState,ownerState:c.ownerState},!v.props(t))continue}else for(const h in v.props)if(c[h]!==v.props[h]&&c.ownerState?.[h]!==v.props[h])continue c;"function"==typeof v.style?(t??={...c,...c.ownerState,ownerState:c.ownerState},e.push(v.style(t))):e.push(v.style)}return e}function Rt(c,h){let e;return"production"!==process.env.NODE_ENV&&c&&(e=`${c}-${gt(h||"Root")}`),e}function gt(c){return c?c.charAt(0).toLowerCase()+c.slice(1):c}function ft(c,h=0,e=1){return"production"!==process.env.NODE_ENV&&(c<h||c>e)&&console.error(`MUI: The value provided ${c} is out of range [${h}, ${e}].`),function(c,h=Number.MIN_SAFE_INTEGER,e=Number.MAX_SAFE_INTEGER){return Math.max(h,Math.min(c,e))}(c,h,e)}function At(c){if(c.type)return c;if("#"===c.charAt(0))return At(function(c){c=c.slice(1);const h=new RegExp(`.{1,${c.length>=6?2:1}}`,"g");let e=c.match(h);return e&&1===e[0].length&&(e=e.map((c=>c+c))),"production"!==process.env.NODE_ENV&&c.length!==c.trim().length&&console.error(`MUI: The color: "${c}" is invalid. Make sure the color input doesn't contain leading/trailing space.`),e?`rgb${4===e.length?"a":""}(${e.map(((c,h)=>h<3?parseInt(c,16):Math.round(parseInt(c,16)/255*1e3)/1e3)).join(", ")})`:""}(c));const h=c.indexOf("("),e=c.substring(0,h);if(!["rgb","rgba","hsl","hsla","color"].includes(e))throw new Error("production"!==process.env.NODE_ENV?`MUI: Unsupported \`${c}\` color.\nThe following formats are supported: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color().`:Lc(9,c));let t,s=c.substring(h+1,c.length-1);if("color"===e){if(s=s.split(" "),t=s.shift(),4===s.length&&"/"===s[3].charAt(0)&&(s[3]=s[3].slice(1)),!["srgb","display-p3","a98-rgb","prophoto-rgb","rec-2020"].includes(t))throw new Error("production"!==process.env.NODE_ENV?`MUI: unsupported \`${t}\` color space.\nThe following color spaces are supported: srgb, display-p3, a98-rgb, prophoto-rgb, rec-2020.`:Lc(10,t))}else s=s.split(",");return s=s.map((c=>parseFloat(c))),{type:e,values:s,colorSpace:t}}const bt=(c,h)=>{try{return(c=>{const h=At(c);return h.values.slice(0,3).map(((c,e)=>h.type.includes("hsl")&&0!==e?`${c}%`:c)).join(" ")})(c)}catch(e){return h&&"production"!==process.env.NODE_ENV&&console.warn(h),c}};function Pt(c){const{type:h,colorSpace:e}=c;let{values:t}=c;return h.includes("rgb")?t=t.map(((c,h)=>h<3?parseInt(c,10):c)):h.includes("hsl")&&(t[1]=`${t[1]}%`,t[2]=`${t[2]}%`),t=h.includes("color")?`${e} ${t.join(" ")}`:`${t.join(", ")}`,`${h}(${t})`}function Ft(c){c=At(c);const{values:h}=c,e=h[0],t=h[1]/100,s=h[2]/100,v=t*Math.min(s,1-s),l=(c,h=(c+e/30)%12)=>s-v*Math.max(Math.min(h-3,9-h,1),-1);let a="rgb";const d=[Math.round(255*l(0)),Math.round(255*l(8)),Math.round(255*l(4))];return"hsla"===c.type&&(a+="a",d.push(h[3])),Pt({type:a,values:d})}function kt(c){let h="hsl"===(c=At(c)).type||"hsla"===c.type?At(Ft(c)).values:c.values;return h=h.map((h=>("color"!==c.type&&(h/=255),h<=.03928?h/12.92:((h+.055)/1.055)**2.4))),Number((.2126*h[0]+.7152*h[1]+.0722*h[2]).toFixed(3))}function Bt(c,h){const e=kt(c),t=kt(h);return(Math.max(e,t)+.05)/(Math.min(e,t)+.05)}function Dt(c,h,e){try{return function(c,h){return c=At(c),h=ft(h),"rgb"!==c.type&&"hsl"!==c.type||(c.type+="a"),"color"===c.type?c.values[3]=`/${h}`:c.values[3]=h,Pt(c)}(c,h)}catch(h){return e&&"production"!==process.env.NODE_ENV&&console.warn(e),c}}function Et(c,h){if(c=At(c),h=ft(h),c.type.includes("hsl"))c.values[2]*=1-h;else if(c.type.includes("rgb")||c.type.includes("color"))for(let e=0;e<3;e+=1)c.values[e]*=1-h;return Pt(c)}function Nt(c,h,e){try{return Et(c,h)}catch(h){return e&&"production"!==process.env.NODE_ENV&&console.warn(e),c}}function Wt(c,h){if(c=At(c),h=ft(h),c.type.includes("hsl"))c.values[2]+=(100-c.values[2])*h;else if(c.type.includes("rgb"))for(let e=0;e<3;e+=1)c.values[e]+=(255-c.values[e])*h;else if(c.type.includes("color"))for(let e=0;e<3;e+=1)c.values[e]+=(1-c.values[e])*h;return Pt(c)}function It(c,h,e){try{return Wt(c,h)}catch(h){return e&&"production"!==process.env.NODE_ENV&&console.warn(e),c}}function Ut(c,h,e){try{return function(c,h=.15){return kt(c)>.5?Et(c,h):Wt(c,h)}(c,h)}catch(h){return e&&"production"!==process.env.NODE_ENV&&console.warn(e),c}}const Gt=t.createContext(void 0);function Kt({props:c,name:h}){return function(c){const{theme:h,name:e,props:t}=c;if(!h||!h.components||!h.components[e])return t;const s=h.components[e];return s.defaultProps?wc(s.defaultProps,t):s.styleOverrides||s.variants?t:wc(s,t)}({props:c,name:h,theme:{components:t.useContext(Gt)}})}"production"!==process.env.NODE_ENV&&(jc.node,jc.object);const qt={theme:void 0};function $t(c=""){function h(...e){if(!e.length)return"";const t=e[0];return"string"!=typeof t||t.match(/(#|\(|\)|(-?(\d*\.)?\d+)(px|em|%|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc))|^(-?(\d*\.)?\d+)$|(\d+ \d+ \d+)/)?`, ${t}`:`, var(--${c?`${c}-`:""}${t}${h(...e.slice(1))})`}return(e,...t)=>`var(--${c?`${c}-`:""}${e}${h(...t)})`}const Qt=(c,h,e,t=[])=>{let s=c;h.forEach(((c,v)=>{v===h.length-1?Array.isArray(s)?s[Number(c)]=e:s&&"object"==typeof s&&(s[c]=e):s&&"object"==typeof s&&(s[c]||(s[c]=t.includes(c)?[]:{}),s=s[c])}))};function _t(c,h){const{prefix:e,shouldSkipGeneratingVar:t}=h||{},s={},v={},l={};var a,d;return a=(c,h,a)=>{if(!("string"!=typeof h&&"number"!=typeof h||t&&t(c,h))){const t=`--${e?`${e}-`:""}${c.join("-")}`,d=((c,h)=>"number"==typeof h?["lineHeight","fontWeight","opacity","zIndex"].some((h=>c.includes(h)))||c[c.length-1].toLowerCase().includes("opacity")?h:`${h}px`:h)(c,h);Object.assign(s,{[t]:d}),Qt(v,c,`var(${t})`,a),Qt(l,c,`var(${t}, ${d})`,a)}},d=c=>"vars"===c[0],function c(h,e=[],t=[]){Object.entries(h).forEach((([h,s])=>{(!d||d&&!d([...e,h]))&&null!=s&&("object"==typeof s&&Object.keys(s).length>0?c(s,[...e,h],Array.isArray(s)?[...t,h]:t):a([...e,h],s,t))}))}(c),{css:s,vars:v,varsWithDefaults:l}}var Zt={black:"#000",white:"#fff"};var Jt={50:"#fafafa",100:"#f5f5f5",200:"#eeeeee",300:"#e0e0e0",400:"#bdbdbd",500:"#9e9e9e",600:"#757575",700:"#616161",800:"#424242",900:"#212121",A100:"#f5f5f5",A200:"#eeeeee",A400:"#bdbdbd",A700:"#616161"};var Yt={50:"#f3e5f5",100:"#e1bee7",200:"#ce93d8",300:"#ba68c8",400:"#ab47bc",500:"#9c27b0",600:"#8e24aa",700:"#7b1fa2",800:"#6a1b9a",900:"#4a148c",A100:"#ea80fc",A200:"#e040fb",A400:"#d500f9",A700:"#aa00ff"};var Xt={50:"#ffebee",100:"#ffcdd2",200:"#ef9a9a",300:"#e57373",400:"#ef5350",500:"#f44336",600:"#e53935",700:"#d32f2f",800:"#c62828",900:"#b71c1c",A100:"#ff8a80",A200:"#ff5252",A400:"#ff1744",A700:"#d50000"};var cs={50:"#fff3e0",100:"#ffe0b2",200:"#ffcc80",300:"#ffb74d",400:"#ffa726",500:"#ff9800",600:"#fb8c00",700:"#f57c00",800:"#ef6c00",900:"#e65100",A100:"#ffd180",A200:"#ffab40",A400:"#ff9100",A700:"#ff6d00"};var hs={50:"#e3f2fd",100:"#bbdefb",200:"#90caf9",300:"#64b5f6",400:"#42a5f5",500:"#2196f3",600:"#1e88e5",700:"#1976d2",800:"#1565c0",900:"#0d47a1",A100:"#82b1ff",A200:"#448aff",A400:"#2979ff",A700:"#2962ff"};var es={50:"#e1f5fe",100:"#b3e5fc",200:"#81d4fa",300:"#4fc3f7",400:"#29b6f6",500:"#03a9f4",600:"#039be5",700:"#0288d1",800:"#0277bd",900:"#01579b",A100:"#80d8ff",A200:"#40c4ff",A400:"#00b0ff",A700:"#0091ea"};var ts={50:"#e8f5e9",100:"#c8e6c9",200:"#a5d6a7",300:"#81c784",400:"#66bb6a",500:"#4caf50",600:"#43a047",700:"#388e3c",800:"#2e7d32",900:"#1b5e20",A100:"#b9f6ca",A200:"#69f0ae",A400:"#00e676",A700:"#00c853"};function ss(){return{text:{primary:"rgba(0, 0, 0, 0.87)",secondary:"rgba(0, 0, 0, 0.6)",disabled:"rgba(0, 0, 0, 0.38)"},divider:"rgba(0, 0, 0, 0.12)",background:{paper:Zt.white,default:Zt.white},action:{active:"rgba(0, 0, 0, 0.54)",hover:"rgba(0, 0, 0, 0.04)",hoverOpacity:.04,selected:"rgba(0, 0, 0, 0.08)",selectedOpacity:.08,disabled:"rgba(0, 0, 0, 0.26)",disabledBackground:"rgba(0, 0, 0, 0.12)",disabledOpacity:.38,focus:"rgba(0, 0, 0, 0.12)",focusOpacity:.12,activatedOpacity:.12}}}const vs=ss();function ls(){return{text:{primary:Zt.white,secondary:"rgba(255, 255, 255, 0.7)",disabled:"rgba(255, 255, 255, 0.5)",icon:"rgba(255, 255, 255, 0.5)"},divider:"rgba(255, 255, 255, 0.12)",background:{paper:"#121212",default:"#121212"},action:{active:Zt.white,hover:"rgba(255, 255, 255, 0.08)",hoverOpacity:.08,selected:"rgba(255, 255, 255, 0.16)",selectedOpacity:.16,disabled:"rgba(255, 255, 255, 0.3)",disabledBackground:"rgba(255, 255, 255, 0.12)",disabledOpacity:.38,focus:"rgba(255, 255, 255, 0.12)",focusOpacity:.12,activatedOpacity:.24}}}const as=ls();function ds(c,h,e,t){const s=t.light||t,v=t.dark||1.5*t;c[h]||(c.hasOwnProperty(e)?c[h]=c[e]:"light"===h?c.light=Wt(c.main,s):"dark"===h&&(c.dark=Et(c.main,v)))}function os(c){const{mode:h="light",contrastThreshold:e=3,tonalOffset:t=.2,...s}=c,v=c.primary||function(c="light"){return"dark"===c?{main:hs[200],light:hs[50],dark:hs[400]}:{main:hs[700],light:hs[400],dark:hs[800]}}(h),l=c.secondary||function(c="light"){return"dark"===c?{main:Yt[200],light:Yt[50],dark:Yt[400]}:{main:Yt[500],light:Yt[300],dark:Yt[700]}}(h),a=c.error||function(c="light"){return"dark"===c?{main:Xt[500],light:Xt[300],dark:Xt[700]}:{main:Xt[700],light:Xt[400],dark:Xt[800]}}(h),d=c.info||function(c="light"){return"dark"===c?{main:es[400],light:es[300],dark:es[700]}:{main:es[700],light:es[500],dark:es[900]}}(h),o=c.success||function(c="light"){return"dark"===c?{main:ts[400],light:ts[300],dark:ts[700]}:{main:ts[800],light:ts[500],dark:ts[900]}}(h),n=c.warning||function(c="light"){return"dark"===c?{main:cs[400],light:cs[300],dark:cs[700]}:{main:"#ed6c02",light:cs[500],dark:cs[900]}}(h);function r(c){const h=Bt(c,as.text.primary)>=e?as.text.primary:vs.text.primary;if("production"!==process.env.NODE_ENV){const e=Bt(c,h);e<3&&console.error([`MUI: The contrast ratio of ${e}:1 for ${h} on ${c}`,"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"))}return h}const m=({color:c,name:h,mainShade:e=500,lightShade:s=300,darkShade:v=700})=>{if(!(c={...c}).main&&c[e]&&(c.main=c[e]),!c.hasOwnProperty("main"))throw new Error("production"!==process.env.NODE_ENV?`MUI: The color${h?` (${h})`:""} provided to augmentColor(color) is invalid.\nThe color object needs to have a \`main\` property or a \`${e}\` property.`:Lc(11,h?` (${h})`:"",e));if("string"!=typeof c.main)throw new Error("production"!==process.env.NODE_ENV?`MUI: The color${h?` (${h})`:""} provided to augmentColor(color) is invalid.\n\`color.main\` should be a string, but \`${JSON.stringify(c.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} });`:Lc(12,h?` (${h})`:"",JSON.stringify(c.main)));return ds(c,"light",s,t),ds(c,"dark",v,t),c.contrastText||(c.contrastText=r(c.main)),c};let z;"light"===h?z=ss():"dark"===h&&(z=ls()),"production"!==process.env.NODE_ENV&&(z||console.error(`MUI: The palette mode \`${h}\` is not supported.`));return w({common:{...Zt},mode:h,primary:m({color:v,name:"primary"}),secondary:m({color:l,name:"secondary",mainShade:"A400",lightShade:"A200",darkShade:"A700"}),error:m({color:a,name:"error"}),warning:m({color:n,name:"warning"}),info:m({color:d,name:"info"}),success:m({color:o,name:"success"}),grey:Jt,contrastThreshold:e,getContrastText:r,augmentColor:m,tonalOffset:t,...z},s)}function ns(c){const h={};return Object.entries(c).forEach((c=>{const[e,t]=c;"object"==typeof t&&(h[e]=`${t.fontStyle?`${t.fontStyle} `:""}${t.fontVariant?`${t.fontVariant} `:""}${t.fontWeight?`${t.fontWeight} `:""}${t.fontStretch?`${t.fontStretch} `:""}${t.fontSize||""}${t.lineHeight?`/${t.lineHeight} `:""}${t.fontFamily||""}`)})),h}const rs={textTransform:"uppercase"},ms='"Roboto", "Helvetica", "Arial", sans-serif';function zs(c,h){const{fontFamily:e=ms,fontSize:t=14,fontWeightLight:s=300,fontWeightRegular:v=400,fontWeightMedium:l=500,fontWeightBold:a=700,htmlFontSize:d=16,allVariants:o,pxToRem:n,...r}="function"==typeof h?h(c):h;"production"!==process.env.NODE_ENV&&("number"!=typeof t&&console.error("MUI: `fontSize` is required to be a number."),"number"!=typeof d&&console.error("MUI: `htmlFontSize` is required to be a number."));const m=t/14,z=n||(c=>c/d*m+"rem"),p=(c,h,t,s,v)=>{return{fontFamily:e,fontWeight:c,fontSize:z(h),lineHeight:t,...e===ms?{letterSpacing:(l=s/h,Math.round(1e5*l)/1e5)+"em"}:{},...v,...o};var l},i={h1:p(s,96,1.167,-1.5),h2:p(s,60,1.2,-.5),h3:p(v,48,1.167,0),h4:p(v,34,1.235,.25),h5:p(v,24,1.334,0),h6:p(l,20,1.6,.15),subtitle1:p(v,16,1.75,.15),subtitle2:p(l,14,1.57,.1),body1:p(v,16,1.5,.15),body2:p(v,14,1.43,.15),button:p(l,14,1.75,.4,rs),caption:p(v,12,1.66,.4),overline:p(v,12,2.66,1,rs),inherit:{fontFamily:"inherit",fontWeight:"inherit",fontSize:"inherit",lineHeight:"inherit",letterSpacing:"inherit"}};return w({htmlFontSize:d,pxToRem:z,fontFamily:e,fontSize:t,fontWeightLight:s,fontWeightRegular:v,fontWeightMedium:l,fontWeightBold:a,...i},r,{clone:!1})}function ps(...c){return[`${c[0]}px ${c[1]}px ${c[2]}px ${c[3]}px rgba(0,0,0,0.2)`,`${c[4]}px ${c[5]}px ${c[6]}px ${c[7]}px rgba(0,0,0,0.14)`,`${c[8]}px ${c[9]}px ${c[10]}px ${c[11]}px rgba(0,0,0,0.12)`].join(",")}var is=["none",ps(0,2,1,-1,0,1,1,0,0,1,3,0),ps(0,3,1,-2,0,2,2,0,0,1,5,0),ps(0,3,3,-2,0,3,4,0,0,1,8,0),ps(0,2,4,-1,0,4,5,0,0,1,10,0),ps(0,3,5,-1,0,5,8,0,0,1,14,0),ps(0,3,5,-1,0,6,10,0,0,1,18,0),ps(0,4,5,-2,0,7,10,1,0,2,16,1),ps(0,5,5,-3,0,8,10,1,0,3,14,2),ps(0,5,6,-3,0,9,12,1,0,3,16,2),ps(0,6,6,-3,0,10,14,1,0,4,18,3),ps(0,6,7,-4,0,11,15,1,0,4,20,3),ps(0,7,8,-4,0,12,17,2,0,5,22,4),ps(0,7,8,-4,0,13,19,2,0,5,24,4),ps(0,7,9,-4,0,14,21,2,0,5,26,4),ps(0,8,9,-5,0,15,22,2,0,6,28,5),ps(0,8,10,-5,0,16,24,2,0,6,30,5),ps(0,8,11,-5,0,17,26,2,0,6,32,5),ps(0,9,11,-5,0,18,28,2,0,7,34,6),ps(0,9,12,-6,0,19,29,2,0,7,36,6),ps(0,10,13,-6,0,20,31,3,0,8,38,7),ps(0,10,13,-6,0,21,33,3,0,8,40,7),ps(0,10,14,-6,0,22,35,3,0,8,42,7),ps(0,11,14,-7,0,23,36,3,0,9,44,8),ps(0,11,15,-7,0,24,38,3,0,9,46,8)];const Hs={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)"},Ms={shortest:150,shorter:200,short:250,standard:300,complex:375,enteringScreen:225,leavingScreen:195};function Vs(c){return`${Math.round(c)}ms`}function xs(c){if(!c)return 0;const h=c/36;return Math.min(Math.round(10*(4+15*h**.25+h/5)),3e3)}function us(c){const h={...Hs,...c.easing},e={...Ms,...c.duration};return{getAutoHeightDuration:xs,create:(c=["all"],t={})=>{const{duration:s=e.standard,easing:v=h.easeInOut,delay:l=0,...a}=t;if("production"!==process.env.NODE_ENV){const h=c=>"string"==typeof c,e=c=>!Number.isNaN(parseFloat(c));h(c)||Array.isArray(c)||console.error('MUI: Argument "props" must be a string or Array.'),e(s)||h(s)||console.error(`MUI: Argument "duration" must be a number or a string but found ${s}.`),h(v)||console.error('MUI: Argument "easing" must be a string.'),e(l)||h(l)||console.error('MUI: Argument "delay" must be a number or a string.'),"object"!=typeof t&&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")),0!==Object.keys(a).length&&console.error(`MUI: Unrecognized argument(s) [${Object.keys(a).join(",")}].`)}return(Array.isArray(c)?c:[c]).map((c=>`${c} ${"string"==typeof s?s:Vs(s)} ${v} ${"string"==typeof l?l:Vs(l)}`)).join(",")},...c,easing:h,duration:e}}var js={mobileStepper:1e3,fab:1050,speedDial:1050,appBar:1100,drawer:1200,modal:1300,snackbar:1400,tooltip:1500};function Ls(c={}){const h={...c};return function c(h){const e=Object.entries(h);for(let s=0;s<e.length;s++){const[v,l]=e[s];!C(t=l)&&void 0!==t&&"string"!=typeof t&&"boolean"!=typeof t&&"number"!=typeof t&&!Array.isArray(t)||v.startsWith("unstable_")?delete h[v]:C(l)&&(h[v]={...l},c(h[v]))}var t}(h),`import { unstable_createBreakpoints as createBreakpoints, createTransitions } from '@mui/material/styles';\n\nconst theme = ${JSON.stringify(h,null,2)};\n\ntheme.breakpoints = createBreakpoints(theme.breakpoints || {});\ntheme.transitions = createTransitions(theme.transitions || {});\n\nexport default theme;`}function Ss(c={},...h){const{breakpoints:e,mixins:t={},spacing:s,palette:v={},transitions:l={},typography:a={},shape:d,...o}=c;if(c.vars)throw new Error("production"!==process.env.NODE_ENV?"MUI: `vars` is a private field used for CSS variables support.\nPlease use another name.":Lc(20));const n=os(v),r=Lt(c);let m=w(r,{mixins:(z=r.breakpoints,p=t,{toolbar:{minHeight:56,[z.up("xs")]:{"@media (orientation: landscape)":{minHeight:48}},[z.up("sm")]:{minHeight:64}},...p}),palette:n,shadows:is.slice(),typography:zs(n,a),transitions:us(l),zIndex:{...js}});var z,p;if(m=w(m,o),m=h.reduce(((c,h)=>w(c,h)),m),"production"!==process.env.NODE_ENV){const c=["active","checked","completed","disabled","error","expanded","focused","focusVisible","required","selected"],h=(h,e)=>{let t;for(t in h){const s=h[t];if(c.includes(t)&&Object.keys(s).length>0){if("production"!==process.env.NODE_ENV){const c=gc("",t);console.error([`MUI: The \`${e}\` component increases the CSS specificity of the \`${t}\` internal state.`,"You can not override it like this: ",JSON.stringify(h,null,2),"",`Instead, you need to use the '&.${c}' syntax:`,JSON.stringify({root:{[`&.${c}`]:s}},null,2),"","https://mui.com/r/state-classes-guide"].join("\n"))}h[t]={}}}};Object.keys(m.components).forEach((c=>{const e=m.components[c].styleOverrides;e&&c.startsWith("Mui")&&h(e,c)}))}return m.unstable_sxConfig={...Rh,...o?.unstable_sxConfig},m.unstable_sx=function(c){return fh({sx:c,theme:this})},m.toRuntimeSource=Ls,m}const Cs=[...Array(25)].map(((c,h)=>{if(0===h)return"none";const e=function(c){let h;return h=c<1?5.11916*c**2:4.5*Math.log(c+1)+2,Math.round(10*h)/1e3}(h);return`linear-gradient(rgba(255 255 255 / ${e}), rgba(255 255 255 / ${e}))`}));function Ts(c){return{inputPlaceholder:"dark"===c?.5:.42,inputUnderline:"dark"===c?.7:.42,switchTrackDisabled:"dark"===c?.2:.12,switchTrack:"dark"===c?.3:.38}}function ws(c){return"dark"===c?Cs:[]}function ys(c){return!!c[0].match(/(cssVarPrefix|colorSchemeSelector|rootSelector|typography|mixins|breakpoints|direction|transitions)/)||!!c[0].match(/sxConfig$/)||"palette"===c[0]&&!!c[1]?.match(/(mode|contrastThreshold|tonalOffset)/)}var Os=c=>[...[...Array(25)].map(((h,e)=>`--${c?`${c}-`:""}overlays-${e}`)),`--${c?`${c}-`:""}palette-AppBar-darkBg`,`--${c?`${c}-`:""}palette-AppBar-darkColor`],Rs=c=>(h,e)=>{const t=c.rootSelector||":root",s=c.colorSchemeSelector;let v=s;if("class"===s&&(v=".%s"),"data"===s&&(v="[data-%s]"),s?.startsWith("data-")&&!s.includes("%s")&&(v=`[${s}="%s"]`),c.defaultColorScheme===h){if("dark"===h){const s={};return Os(c.cssVarPrefix).forEach((c=>{s[c]=e[c],delete e[c]})),"media"===v?{[t]:e,"@media (prefers-color-scheme: dark)":{[t]:s}}:v?{[v.replace("%s",h)]:s,[`${t}, ${v.replace("%s",h)}`]:e}:{[t]:{...e,...s}}}if(v&&"media"!==v)return`${t}, ${v.replace("%s",String(h))}`}else if(h){if("media"===v)return{[`@media (prefers-color-scheme: ${String(h)})`]:{[t]:e}};if(v)return v.replace("%s",String(h))}return t};function gs(c,h,e){!c[h]&&e&&(c[h]=e)}function fs(c){return"string"==typeof c&&c.startsWith("hsl")?Ft(c):c}function As(c,h){`${h}Channel`in c||(c[`${h}Channel`]=bt(fs(c[h]),`MUI: Can't create \`palette.${h}Channel\` because \`palette.${h}\` is not one of these formats: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color().\nTo suppress this warning, you need to explicitly provide the \`palette.${h}Channel\` as a string (in rgb format, for example "12 12 12") or undefined if you want to remove the channel token.`))}const bs=c=>{try{return c()}catch(c){}};function Ps(c,h,e,t){if(!h)return;h=!0===h?{}:h;const s="dark"===t?"dark":"light";if(!e)return void(c[t]=function(c){const{palette:h={mode:"light"},opacity:e,overlays:t,...s}=c,v=os(h);return{palette:v,opacity:{...Ts(v.mode),...e},overlays:t||ws(v.mode),...s}}({...h,palette:{mode:s,...h?.palette}}));const{palette:v,...l}=Ss({...e,palette:{mode:s,...h?.palette}});return c[t]={...h,palette:v,opacity:{...Ts(s),...h?.opacity},overlays:h?.overlays||ws(s)},l}function Fs(c={},...h){const{colorSchemes:e={light:!0},defaultColorScheme:t,disableCssColorScheme:s=!1,cssVarPrefix:v="mui",shouldSkipGeneratingVar:l=ys,colorSchemeSelector:a=(e.light&&e.dark?"media":void 0),rootSelector:d=":root",...o}=c,n=Object.keys(e)[0],r=t||(e.light&&"light"!==n?"light":n),m=((c="mui")=>$t(c))(v),{[r]:z,light:p,dark:i,...H}=e,M={...H};let V=z;if(("dark"===r&&!("dark"in e)||"light"===r&&!("light"in e))&&(V=!0),!V)throw new Error("production"!==process.env.NODE_ENV?`MUI: The \`colorSchemes.${r}\` option is either missing or invalid.`:Lc(21,r));const x=Ps(M,V,o,r);p&&!M.light&&Ps(M,p,void 0,"light"),i&&!M.dark&&Ps(M,i,void 0,"dark");let u={defaultColorScheme:r,...x,cssVarPrefix:v,colorSchemeSelector:a,rootSelector:d,getCssVar:m,colorSchemes:M,font:{...ns(x.typography),...x.font},spacing:(j=o.spacing,"number"==typeof j?`${j}px`:"string"==typeof j||"function"==typeof j||Array.isArray(j)?j:"8px")};var j;Object.keys(u.colorSchemes).forEach((c=>{const h=u.colorSchemes[c].palette,e=c=>{const e=c.split("-"),t=e[1],s=e[2];return m(c,h[t][s])};var t;if("light"===h.mode&&(gs(h.common,"background","#fff"),gs(h.common,"onBackground","#000")),"dark"===h.mode&&(gs(h.common,"background","#000"),gs(h.common,"onBackground","#fff")),t=h,["Alert","AppBar","Avatar","Button","Chip","FilledInput","LinearProgress","Skeleton","Slider","SnackbarContent","SpeedDialAction","StepConnector","StepContent","Switch","TableCell","Tooltip"].forEach((c=>{t[c]||(t[c]={})})),"light"===h.mode){gs(h.Alert,"errorColor",Nt(h.error.light,.6)),gs(h.Alert,"infoColor",Nt(h.info.light,.6)),gs(h.Alert,"successColor",Nt(h.success.light,.6)),gs(h.Alert,"warningColor",Nt(h.warning.light,.6)),gs(h.Alert,"errorFilledBg",e("palette-error-main")),gs(h.Alert,"infoFilledBg",e("palette-info-main")),gs(h.Alert,"successFilledBg",e("palette-success-main")),gs(h.Alert,"warningFilledBg",e("palette-warning-main")),gs(h.Alert,"errorFilledColor",bs((()=>h.getContrastText(h.error.main)))),gs(h.Alert,"infoFilledColor",bs((()=>h.getContrastText(h.info.main)))),gs(h.Alert,"successFilledColor",bs((()=>h.getContrastText(h.success.main)))),gs(h.Alert,"warningFilledColor",bs((()=>h.getContrastText(h.warning.main)))),gs(h.Alert,"errorStandardBg",It(h.error.light,.9)),gs(h.Alert,"infoStandardBg",It(h.info.light,.9)),gs(h.Alert,"successStandardBg",It(h.success.light,.9)),gs(h.Alert,"warningStandardBg",It(h.warning.light,.9)),gs(h.Alert,"errorIconColor",e("palette-error-main")),gs(h.Alert,"infoIconColor",e("palette-info-main")),gs(h.Alert,"successIconColor",e("palette-success-main")),gs(h.Alert,"warningIconColor",e("palette-warning-main")),gs(h.AppBar,"defaultBg",e("palette-grey-100")),gs(h.Avatar,"defaultBg",e("palette-grey-400")),gs(h.Button,"inheritContainedBg",e("palette-grey-300")),gs(h.Button,"inheritContainedHoverBg",e("palette-grey-A100")),gs(h.Chip,"defaultBorder",e("palette-grey-400")),gs(h.Chip,"defaultAvatarColor",e("palette-grey-700")),gs(h.Chip,"defaultIconColor",e("palette-grey-700")),gs(h.FilledInput,"bg","rgba(0, 0, 0, 0.06)"),gs(h.FilledInput,"hoverBg","rgba(0, 0, 0, 0.09)"),gs(h.FilledInput,"disabledBg","rgba(0, 0, 0, 0.12)"),gs(h.LinearProgress,"primaryBg",It(h.primary.main,.62)),gs(h.LinearProgress,"secondaryBg",It(h.secondary.main,.62)),gs(h.LinearProgress,"errorBg",It(h.error.main,.62)),gs(h.LinearProgress,"infoBg",It(h.info.main,.62)),gs(h.LinearProgress,"successBg",It(h.success.main,.62)),gs(h.LinearProgress,"warningBg",It(h.warning.main,.62)),gs(h.Skeleton,"bg",`rgba(${e("palette-text-primaryChannel")} / 0.11)`),gs(h.Slider,"primaryTrack",It(h.primary.main,.62)),gs(h.Slider,"secondaryTrack",It(h.secondary.main,.62)),gs(h.Slider,"errorTrack",It(h.error.main,.62)),gs(h.Slider,"infoTrack",It(h.info.main,.62)),gs(h.Slider,"successTrack",It(h.success.main,.62)),gs(h.Slider,"warningTrack",It(h.warning.main,.62));const c=Ut(h.background.default,.8);gs(h.SnackbarContent,"bg",c),gs(h.SnackbarContent,"color",bs((()=>h.getContrastText(c)))),gs(h.SpeedDialAction,"fabHoverBg",Ut(h.background.paper,.15)),gs(h.StepConnector,"border",e("palette-grey-400")),gs(h.StepContent,"border",e("palette-grey-400")),gs(h.Switch,"defaultColor",e("palette-common-white")),gs(h.Switch,"defaultDisabledColor",e("palette-grey-100")),gs(h.Switch,"primaryDisabledColor",It(h.primary.main,.62)),gs(h.Switch,"secondaryDisabledColor",It(h.secondary.main,.62)),gs(h.Switch,"errorDisabledColor",It(h.error.main,.62)),gs(h.Switch,"infoDisabledColor",It(h.info.main,.62)),gs(h.Switch,"successDisabledColor",It(h.success.main,.62)),gs(h.Switch,"warningDisabledColor",It(h.warning.main,.62)),gs(h.TableCell,"border",It(Dt(h.divider,1),.88)),gs(h.Tooltip,"bg",Dt(h.grey[700],.92))}if("dark"===h.mode){gs(h.Alert,"errorColor",It(h.error.light,.6)),gs(h.Alert,"infoColor",It(h.info.light,.6)),gs(h.Alert,"successColor",It(h.success.light,.6)),gs(h.Alert,"warningColor",It(h.warning.light,.6)),gs(h.Alert,"errorFilledBg",e("palette-error-dark")),gs(h.Alert,"infoFilledBg",e("palette-info-dark")),gs(h.Alert,"successFilledBg",e("palette-success-dark")),gs(h.Alert,"warningFilledBg",e("palette-warning-dark")),gs(h.Alert,"errorFilledColor",bs((()=>h.getContrastText(h.error.dark)))),gs(h.Alert,"infoFilledColor",bs((()=>h.getContrastText(h.info.dark)))),gs(h.Alert,"successFilledColor",bs((()=>h.getContrastText(h.success.dark)))),gs(h.Alert,"warningFilledColor",bs((()=>h.getContrastText(h.warning.dark)))),gs(h.Alert,"errorStandardBg",Nt(h.error.light,.9)),gs(h.Alert,"infoStandardBg",Nt(h.info.light,.9)),gs(h.Alert,"successStandardBg",Nt(h.success.light,.9)),gs(h.Alert,"warningStandardBg",Nt(h.warning.light,.9)),gs(h.Alert,"errorIconColor",e("palette-error-main")),gs(h.Alert,"infoIconColor",e("palette-info-main")),gs(h.Alert,"successIconColor",e("palette-success-main")),gs(h.Alert,"warningIconColor",e("palette-warning-main")),gs(h.AppBar,"defaultBg",e("palette-grey-900")),gs(h.AppBar,"darkBg",e("palette-background-paper")),gs(h.AppBar,"darkColor",e("palette-text-primary")),gs(h.Avatar,"defaultBg",e("palette-grey-600")),gs(h.Button,"inheritContainedBg",e("palette-grey-800")),gs(h.Button,"inheritContainedHoverBg",e("palette-grey-700")),gs(h.Chip,"defaultBorder",e("palette-grey-700")),gs(h.Chip,"defaultAvatarColor",e("palette-grey-300")),gs(h.Chip,"defaultIconColor",e("palette-grey-300")),gs(h.FilledInput,"bg","rgba(255, 255, 255, 0.09)"),gs(h.FilledInput,"hoverBg","rgba(255, 255, 255, 0.13)"),gs(h.FilledInput,"disabledBg","rgba(255, 255, 255, 0.12)"),gs(h.LinearProgress,"primaryBg",Nt(h.primary.main,.5)),gs(h.LinearProgress,"secondaryBg",Nt(h.secondary.main,.5)),gs(h.LinearProgress,"errorBg",Nt(h.error.main,.5)),gs(h.LinearProgress,"infoBg",Nt(h.info.main,.5)),gs(h.LinearProgress,"successBg",Nt(h.success.main,.5)),gs(h.LinearProgress,"warningBg",Nt(h.warning.main,.5)),gs(h.Skeleton,"bg",`rgba(${e("palette-text-primaryChannel")} / 0.13)`),gs(h.Slider,"primaryTrack",Nt(h.primary.main,.5)),gs(h.Slider,"secondaryTrack",Nt(h.secondary.main,.5)),gs(h.Slider,"errorTrack",Nt(h.error.main,.5)),gs(h.Slider,"infoTrack",Nt(h.info.main,.5)),gs(h.Slider,"successTrack",Nt(h.success.main,.5)),gs(h.Slider,"warningTrack",Nt(h.warning.main,.5));const c=Ut(h.background.default,.98);gs(h.SnackbarContent,"bg",c),gs(h.SnackbarContent,"color",bs((()=>h.getContrastText(c)))),gs(h.SpeedDialAction,"fabHoverBg",Ut(h.background.paper,.15)),gs(h.StepConnector,"border",e("palette-grey-600")),gs(h.StepContent,"border",e("palette-grey-600")),gs(h.Switch,"defaultColor",e("palette-grey-300")),gs(h.Switch,"defaultDisabledColor",e("palette-grey-600")),gs(h.Switch,"primaryDisabledColor",Nt(h.primary.main,.55)),gs(h.Switch,"secondaryDisabledColor",Nt(h.secondary.main,.55)),gs(h.Switch,"errorDisabledColor",Nt(h.error.main,.55)),gs(h.Switch,"infoDisabledColor",Nt(h.info.main,.55)),gs(h.Switch,"successDisabledColor",Nt(h.success.main,.55)),gs(h.Switch,"warningDisabledColor",Nt(h.warning.main,.55)),gs(h.TableCell,"border",Nt(Dt(h.divider,1),.68)),gs(h.Tooltip,"bg",Dt(h.grey[700],.92))}As(h.background,"default"),As(h.background,"paper"),As(h.common,"background"),As(h.common,"onBackground"),As(h,"divider"),Object.keys(h).forEach((c=>{const e=h[c];"tonalOffset"!==c&&e&&"object"==typeof e&&(e.main&&gs(h[c],"mainChannel",bt(fs(e.main))),e.light&&gs(h[c],"lightChannel",bt(fs(e.light))),e.dark&&gs(h[c],"darkChannel",bt(fs(e.dark))),e.contrastText&&gs(h[c],"contrastTextChannel",bt(fs(e.contrastText))),"text"===c&&(As(h[c],"primary"),As(h[c],"secondary")),"action"===c&&(e.active&&As(h[c],"active"),e.selected&&As(h[c],"selected")))}))})),u=h.reduce(((c,h)=>w(c,h)),u);const L={prefix:v,disableCssColorScheme:s,shouldSkipGeneratingVar:l,getSelector:Rs(u)},{vars:S,generateThemeVars:C,generateStyleSheets:T}=function(c,h={}){const{getSelector:e=H,disableCssColorScheme:t,colorSchemeSelector:s}=h,{colorSchemes:v={},components:l,defaultColorScheme:a="light",...d}=c,{vars:o,css:n,varsWithDefaults:r}=_t(d,h);let m=r;const z={},{[a]:p,...i}=v;if(Object.entries(i||{}).forEach((([c,e])=>{const{vars:t,css:s,varsWithDefaults:v}=_t(e,h);m=w(m,v),z[c]={css:s,vars:t}})),p){const{css:c,vars:e,varsWithDefaults:t}=_t(p,h);m=w(m,t),z[a]={css:c,vars:e}}function H(h,e){let t=s;if("class"===s&&(t=".%s"),"data"===s&&(t="[data-%s]"),s?.startsWith("data-")&&!s.includes("%s")&&(t=`[${s}="%s"]`),h){if("media"===t){if(c.defaultColorScheme===h)return":root";const t=v[h]?.palette?.mode||h;return{[`@media (prefers-color-scheme: ${t})`]:{":root":e}}}if(t)return c.defaultColorScheme===h?`:root, ${t.replace("%s",String(h))}`:t.replace("%s",String(h))}return":root"}return{vars:m,generateThemeVars:()=>{let c={...o};return Object.entries(z).forEach((([,{vars:h}])=>{c=w(c,h)})),c},generateStyleSheets:()=>{const h=[],s=c.defaultColorScheme||"light";function l(c,e){Object.keys(e).length&&h.push("string"==typeof c?{[c]:{...e}}:c)}l(e(void 0,{...n}),n);const{[s]:a,...d}=z;if(a){const{css:c}=a,h=v[s]?.palette?.mode,d=!t&&h?{colorScheme:h,...c}:{...c};l(e(s,{...d}),d)}return Object.entries(d).forEach((([c,{css:h}])=>{const s=v[c]?.palette?.mode,a=!t&&s?{colorScheme:s,...h}:{...h};l(e(c,{...a}),a)})),h}}}(u,L);return u.vars=S,Object.entries(u.colorSchemes[u.defaultColorScheme]).forEach((([c,h])=>{u[c]=h})),u.generateThemeVars=C,u.generateStyleSheets=T,u.generateSpacing=function(){return ut(o.spacing,Zc(this))},u.getColorSchemeSelector=function(c){return function(h){return"media"===c?("production"!==process.env.NODE_ENV&&"light"!==h&&"dark"!==h&&console.error(`MUI: @media (prefers-color-scheme) supports only 'light' or 'dark', but receive '${h}'.`),`@media (prefers-color-scheme: ${h})`):c?c.startsWith("data-")&&!c.includes("%s")?`[${c}="${h}"] &`:"class"===c?`.${h} &`:"data"===c?`[data-${h}] &`:`${c.replace("%s",h)} &`:"&"}}(a),u.spacing=u.generateSpacing(),u.shouldSkipGeneratingVar=l,u.unstable_sxConfig={...Rh,...o?.unstable_sxConfig},u.unstable_sx=function(c){return fh({sx:c,theme:this})},u.toRuntimeSource=Ls,u}function ks(c,h,e){c.colorSchemes&&e&&(c.colorSchemes[h]={...!0!==e&&e,palette:os({...!0===e?{}:e.palette,mode:h})})}const Bs=function(c={}){const{themeId:h,defaultTheme:e=Ct,rootShouldForwardProp:t=Tt,slotShouldForwardProp:s=Tt}=c;function v(c){!function(c,h,e){c.theme=function(c){for(const h in c)return!1;return!0}(c.theme)?e:c.theme[h]||c.theme}(c,h,e)}return(c,h={})=>{!function(c,h){Array.isArray(c.__emotion_styles)&&(c.__emotion_styles=h(c.__emotion_styles))}(c,(c=>c.filter((c=>c!==fh))));const{name:e,slot:a,skipVariantsResolver:d,skipSx:o,overridesResolver:n=wt(gt(a)),...r}=h,m=void 0!==d?d:a&&"Root"!==a&&"root"!==a||!1,z=o||!1;let p=Tt;"Root"===a||"root"===a?p=t:a?p=s:function(c){return"string"==typeof c&&c.charCodeAt(0)>96}(c)&&(p=void 0);const i=
|
|
24
24
|
/**
|
|
25
|
-
* @mui/styled-engine v6.4.
|
|
25
|
+
* @mui/styled-engine v6.4.3
|
|
26
26
|
*
|
|
27
27
|
* @license MIT
|
|
28
28
|
* This source code is licensed under the MIT license found in the
|