541 lines
816 KiB
JavaScript
541 lines
816 KiB
JavaScript
var XF=Object.defineProperty;var ZF=(e,t,n)=>t in e?XF(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n;var vr=(e,t,n)=>ZF(e,typeof t!="symbol"?t+"":t,n);import{g as n8}from"./_commonjsHelpers-BosuxZz1.js";import{O as r8}from"./index-D-8MO0q_.js";var o8={exports:{}},ee={};/**
|
||
* @license React
|
||
* react.production.min.js
|
||
*
|
||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||
*
|
||
* This source code is licensed under the MIT license found in the
|
||
* LICENSE file in the root directory of this source tree.
|
||
*/var ds=Symbol.for("react.element"),QF=Symbol.for("react.portal"),JF=Symbol.for("react.fragment"),e_=Symbol.for("react.strict_mode"),t_=Symbol.for("react.profiler"),n_=Symbol.for("react.provider"),r_=Symbol.for("react.context"),o_=Symbol.for("react.forward_ref"),a_=Symbol.for("react.suspense"),i_=Symbol.for("react.memo"),l_=Symbol.for("react.lazy"),Gg=Symbol.iterator;function s_(e){return e===null||typeof e!="object"?null:(e=Gg&&e[Gg]||e["@@iterator"],typeof e=="function"?e:null)}var a8={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},i8=Object.assign,l8={};function ui(e,t,n){this.props=e,this.context=t,this.refs=l8,this.updater=n||a8}ui.prototype.isReactComponent={};ui.prototype.setState=function(e,t){if(typeof e!="object"&&typeof e!="function"&&e!=null)throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,e,t,"setState")};ui.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")};function s8(){}s8.prototype=ui.prototype;function O2(e,t,n){this.props=e,this.context=t,this.refs=l8,this.updater=n||a8}var P2=O2.prototype=new s8;P2.constructor=O2;i8(P2,ui.prototype);P2.isPureReactComponent=!0;var Yg=Array.isArray,u8=Object.prototype.hasOwnProperty,N2={current:null},c8={key:!0,ref:!0,__self:!0,__source:!0};function d8(e,t,n){var r,o={},a=null,i=null;if(t!=null)for(r in t.ref!==void 0&&(i=t.ref),t.key!==void 0&&(a=""+t.key),t)u8.call(t,r)&&!c8.hasOwnProperty(r)&&(o[r]=t[r]);var l=arguments.length-2;if(l===1)o.children=n;else if(1<l){for(var c=Array(l),d=0;d<l;d++)c[d]=arguments[d+2];o.children=c}if(e&&e.defaultProps)for(r in l=e.defaultProps,l)o[r]===void 0&&(o[r]=l[r]);return{$$typeof:ds,type:e,key:a,ref:i,props:o,_owner:N2.current}}function u_(e,t){return{$$typeof:ds,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}function H2(e){return typeof e=="object"&&e!==null&&e.$$typeof===ds}function c_(e){var t={"=":"=0",":":"=2"};return"$"+e.replace(/[=:]/g,function(n){return t[n]})}var Kg=/\/+/g;function L1(e,t){return typeof e=="object"&&e!==null&&e.key!=null?c_(""+e.key):t.toString(36)}function Iu(e,t,n,r,o){var a=typeof e;(a==="undefined"||a==="boolean")&&(e=null);var i=!1;if(e===null)i=!0;else switch(a){case"string":case"number":i=!0;break;case"object":switch(e.$$typeof){case ds:case QF:i=!0}}if(i)return i=e,o=o(i),e=r===""?"."+L1(i,0):r,Yg(o)?(n="",e!=null&&(n=e.replace(Kg,"$&/")+"/"),Iu(o,t,n,"",function(d){return d})):o!=null&&(H2(o)&&(o=u_(o,n+(!o.key||i&&i.key===o.key?"":(""+o.key).replace(Kg,"$&/")+"/")+e)),t.push(o)),1;if(i=0,r=r===""?".":r+":",Yg(e))for(var l=0;l<e.length;l++){a=e[l];var c=r+L1(a,l);i+=Iu(a,t,n,c,o)}else if(c=s_(e),typeof c=="function")for(e=c.call(e),l=0;!(a=e.next()).done;)a=a.value,c=r+L1(a,l++),i+=Iu(a,t,n,c,o);else if(a==="object")throw t=String(e),Error("Objects are not valid as a React child (found: "+(t==="[object Object]"?"object with keys {"+Object.keys(e).join(", ")+"}":t)+"). If you meant to render a collection of children, use an array instead.");return i}function qs(e,t,n){if(e==null)return e;var r=[],o=0;return Iu(e,r,"","",function(a){return t.call(n,a,o++)}),r}function d_(e){if(e._status===-1){var t=e._result;t=t(),t.then(function(n){(e._status===0||e._status===-1)&&(e._status=1,e._result=n)},function(n){(e._status===0||e._status===-1)&&(e._status=2,e._result=n)}),e._status===-1&&(e._status=0,e._result=t)}if(e._status===1)return e._result.default;throw e._result}var at={current:null},Ru={transition:null},p_={ReactCurrentDispatcher:at,ReactCurrentBatchConfig:Ru,ReactCurrentOwner:N2};function p8(){throw Error("act(...) is not supported in production builds of React.")}ee.Children={map:qs,forEach:function(e,t,n){qs(e,function(){t.apply(this,arguments)},n)},count:function(e){var t=0;return qs(e,function(){t++}),t},toArray:function(e){return qs(e,function(t){return t})||[]},only:function(e){if(!H2(e))throw Error("React.Children.only expected to receive a single React element child.");return e}};ee.Component=ui;ee.Fragment=JF;ee.Profiler=t_;ee.PureComponent=O2;ee.StrictMode=e_;ee.Suspense=a_;ee.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=p_;ee.act=p8;ee.cloneElement=function(e,t,n){if(e==null)throw Error("React.cloneElement(...): The argument must be a React element, but you passed "+e+".");var r=i8({},e.props),o=e.key,a=e.ref,i=e._owner;if(t!=null){if(t.ref!==void 0&&(a=t.ref,i=N2.current),t.key!==void 0&&(o=""+t.key),e.type&&e.type.defaultProps)var l=e.type.defaultProps;for(c in t)u8.call(t,c)&&!c8.hasOwnProperty(c)&&(r[c]=t[c]===void 0&&l!==void 0?l[c]:t[c])}var c=arguments.length-2;if(c===1)r.children=n;else if(1<c){l=Array(c);for(var d=0;d<c;d++)l[d]=arguments[d+2];r.children=l}return{$$typeof:ds,type:e.type,key:o,ref:a,props:r,_owner:i}};ee.createContext=function(e){return e={$$typeof:r_,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null,_defaultValue:null,_globalName:null},e.Provider={$$typeof:n_,_context:e},e.Consumer=e};ee.createElement=d8;ee.createFactory=function(e){var t=d8.bind(null,e);return t.type=e,t};ee.createRef=function(){return{current:null}};ee.forwardRef=function(e){return{$$typeof:o_,render:e}};ee.isValidElement=H2;ee.lazy=function(e){return{$$typeof:l_,_payload:{_status:-1,_result:e},_init:d_}};ee.memo=function(e,t){return{$$typeof:i_,type:e,compare:t===void 0?null:t}};ee.startTransition=function(e){var t=Ru.transition;Ru.transition={};try{e()}finally{Ru.transition=t}};ee.unstable_act=p8;ee.useCallback=function(e,t){return at.current.useCallback(e,t)};ee.useContext=function(e){return at.current.useContext(e)};ee.useDebugValue=function(){};ee.useDeferredValue=function(e){return at.current.useDeferredValue(e)};ee.useEffect=function(e,t){return at.current.useEffect(e,t)};ee.useId=function(){return at.current.useId()};ee.useImperativeHandle=function(e,t,n){return at.current.useImperativeHandle(e,t,n)};ee.useInsertionEffect=function(e,t){return at.current.useInsertionEffect(e,t)};ee.useLayoutEffect=function(e,t){return at.current.useLayoutEffect(e,t)};ee.useMemo=function(e,t){return at.current.useMemo(e,t)};ee.useReducer=function(e,t,n){return at.current.useReducer(e,t,n)};ee.useRef=function(e){return at.current.useRef(e)};ee.useState=function(e){return at.current.useState(e)};ee.useSyncExternalStore=function(e,t,n){return at.current.useSyncExternalStore(e,t,n)};ee.useTransition=function(){return at.current.useTransition()};ee.version="18.3.1";o8.exports=ee;var s=o8.exports;const A=n8(s);var f_=Object.create,j2=Object.defineProperty,h_=Object.getOwnPropertyDescriptor,m_=Object.getOwnPropertyNames,g_=Object.getPrototypeOf,v_=Object.prototype.hasOwnProperty,z=(e,t)=>j2(e,"name",{value:t,configurable:!0}),Gs=(e=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(e,{get:(t,n)=>(typeof require<"u"?require:t)[n]}):e)(function(e){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+e+'" is not supported')}),x0=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),y_=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of m_(t))!v_.call(e,o)&&o!==n&&j2(e,o,{get:()=>t[o],enumerable:!(r=h_(t,o))||r.enumerable});return e},V2=(e,t,n)=>(n=e!=null?f_(g_(e)):{},y_(t||!e||!e.__esModule?j2(n,"default",{value:e,enumerable:!0}):n,e)),w_=x0(e=>{(function(){var t=typeof Symbol=="function"&&Symbol.for,n=t?Symbol.for("react.element"):60103,r=t?Symbol.for("react.portal"):60106,o=t?Symbol.for("react.fragment"):60107,a=t?Symbol.for("react.strict_mode"):60108,i=t?Symbol.for("react.profiler"):60114,l=t?Symbol.for("react.provider"):60109,c=t?Symbol.for("react.context"):60110,d=t?Symbol.for("react.async_mode"):60111,p=t?Symbol.for("react.concurrent_mode"):60111,h=t?Symbol.for("react.forward_ref"):60112,f=t?Symbol.for("react.suspense"):60113,m=t?Symbol.for("react.suspense_list"):60120,v=t?Symbol.for("react.memo"):60115,w=t?Symbol.for("react.lazy"):60116,C=t?Symbol.for("react.block"):60121,D=t?Symbol.for("react.fundamental"):60117,g=t?Symbol.for("react.responder"):60118,y=t?Symbol.for("react.scope"):60119;function E(j){return typeof j=="string"||typeof j=="function"||j===o||j===p||j===i||j===a||j===f||j===m||typeof j=="object"&&j!==null&&(j.$$typeof===w||j.$$typeof===v||j.$$typeof===l||j.$$typeof===c||j.$$typeof===h||j.$$typeof===D||j.$$typeof===g||j.$$typeof===y||j.$$typeof===C)}z(E,"isValidElementType");function b(j){if(typeof j=="object"&&j!==null){var qt=j.$$typeof;switch(qt){case n:var vn=j.type;switch(vn){case d:case p:case o:case i:case a:case f:return vn;default:var to=vn&&vn.$$typeof;switch(to){case c:case h:case w:case v:case l:return to;default:return qt}}case r:return qt}}}z(b,"typeOf");var x=d,S=p,k=c,_=l,F=n,T=h,M=o,P=w,Q=v,H=r,Y=i,K=a,B=f,$=!1;function O(j){return $||($=!0,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.")),G(j)||b(j)===d}z(O,"isAsyncMode");function G(j){return b(j)===p}z(G,"isConcurrentMode");function J(j){return b(j)===c}z(J,"isContextConsumer");function ie(j){return b(j)===l}z(ie,"isContextProvider");function se(j){return typeof j=="object"&&j!==null&&j.$$typeof===n}z(se,"isElement");function V(j){return b(j)===h}z(V,"isForwardRef");function Z(j){return b(j)===o}z(Z,"isFragment");function te(j){return b(j)===w}z(te,"isLazy");function Ce(j){return b(j)===v}z(Ce,"isMemo");function je(j){return b(j)===r}z(je,"isPortal");function gn(j){return b(j)===i}z(gn,"isProfiler");function yt(j){return b(j)===a}z(yt,"isStrictMode");function Wt(j){return b(j)===f}z(Wt,"isSuspense"),e.AsyncMode=x,e.ConcurrentMode=S,e.ContextConsumer=k,e.ContextProvider=_,e.Element=F,e.ForwardRef=T,e.Fragment=M,e.Lazy=P,e.Memo=Q,e.Portal=H,e.Profiler=Y,e.StrictMode=K,e.Suspense=B,e.isAsyncMode=O,e.isConcurrentMode=G,e.isContextConsumer=J,e.isContextProvider=ie,e.isElement=se,e.isForwardRef=V,e.isFragment=Z,e.isLazy=te,e.isMemo=Ce,e.isPortal=je,e.isProfiler=gn,e.isStrictMode=yt,e.isSuspense=Wt,e.isValidElementType=E,e.typeOf=b})()}),D_=x0((e,t)=>{t.exports=w_()}),f8=x0((e,t)=>{var n=D_(),r={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},o={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},a={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},i={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},l={};l[n.ForwardRef]=a,l[n.Memo]=i;function c(C){return n.isMemo(C)?i:l[C.$$typeof]||r}z(c,"getStatics");var d=Object.defineProperty,p=Object.getOwnPropertyNames,h=Object.getOwnPropertySymbols,f=Object.getOwnPropertyDescriptor,m=Object.getPrototypeOf,v=Object.prototype;function w(C,D,g){if(typeof D!="string"){if(v){var y=m(D);y&&y!==v&&w(C,y,g)}var E=p(D);h&&(E=E.concat(h(D)));for(var b=c(C),x=c(D),S=0;S<E.length;++S){var k=E[S];if(!o[k]&&!(g&&g[k])&&!(x&&x[k])&&!(b&&b[k])){var _=f(D,k);try{d(C,k,_)}catch{}}}}return C}z(w,"hoistNonReactStatics"),t.exports=w}),E_=x0((e,t)=>{(function(n){if(typeof e=="object"&&typeof t<"u")t.exports=n();else if(typeof define=="function"&&define.amd)define([],n);else{var r;typeof window<"u"?r=window:typeof global<"u"?r=global:typeof self<"u"?r=self:r=this,r.memoizerific=n()}})(function(){return z(function n(r,o,a){function i(d,p){if(!o[d]){if(!r[d]){var h=typeof Gs=="function"&&Gs;if(!p&&h)return h(d,!0);if(l)return l(d,!0);var f=new Error("Cannot find module '"+d+"'");throw f.code="MODULE_NOT_FOUND",f}var m=o[d]={exports:{}};r[d][0].call(m.exports,function(v){var w=r[d][1][v];return i(w||v)},m,m.exports,n,r,o,a)}return o[d].exports}z(i,"s");for(var l=typeof Gs=="function"&&Gs,c=0;c<a.length;c++)i(a[c]);return i},"e")({1:[function(n,r,o){r.exports=function(a){if(typeof Map!="function"||a){var i=n("./similar");return new i}else return new Map}},{"./similar":2}],2:[function(n,r,o){function a(){return this.list=[],this.lastItem=void 0,this.size=0,this}z(a,"Similar"),a.prototype.get=function(i){var l;if(this.lastItem&&this.isEqual(this.lastItem.key,i))return this.lastItem.val;if(l=this.indexOf(i),l>=0)return this.lastItem=this.list[l],this.list[l].val},a.prototype.set=function(i,l){var c;return this.lastItem&&this.isEqual(this.lastItem.key,i)?(this.lastItem.val=l,this):(c=this.indexOf(i),c>=0?(this.lastItem=this.list[c],this.list[c].val=l,this):(this.lastItem={key:i,val:l},this.list.push(this.lastItem),this.size++,this))},a.prototype.delete=function(i){var l;if(this.lastItem&&this.isEqual(this.lastItem.key,i)&&(this.lastItem=void 0),l=this.indexOf(i),l>=0)return this.size--,this.list.splice(l,1)[0]},a.prototype.has=function(i){var l;return this.lastItem&&this.isEqual(this.lastItem.key,i)?!0:(l=this.indexOf(i),l>=0?(this.lastItem=this.list[l],!0):!1)},a.prototype.forEach=function(i,l){var c;for(c=0;c<this.size;c++)i.call(l||this,this.list[c].val,this.list[c].key,this)},a.prototype.indexOf=function(i){var l;for(l=0;l<this.size;l++)if(this.isEqual(this.list[l].key,i))return l;return-1},a.prototype.isEqual=function(i,l){return i===l||i!==i&&l!==l},r.exports=a},{}],3:[function(n,r,o){var a=n("map-or-similar");r.exports=function(d){var p=new a(!1),h=[];return function(f){var m=z(function(){var v=p,w,C,D=arguments.length-1,g=Array(D+1),y=!0,E;if((m.numArgs||m.numArgs===0)&&m.numArgs!==D+1)throw new Error("Memoizerific functions should always be called with the same number of arguments");for(E=0;E<D;E++){if(g[E]={cacheItem:v,arg:arguments[E]},v.has(arguments[E])){v=v.get(arguments[E]);continue}y=!1,w=new a(!1),v.set(arguments[E],w),v=w}return y&&(v.has(arguments[D])?C=v.get(arguments[D]):y=!1),y||(C=f.apply(null,arguments),v.set(arguments[D],C)),d>0&&(g[D]={cacheItem:v,arg:arguments[D]},y?i(h,g):h.push(g),h.length>d&&l(h.shift())),m.wasMemoized=y,m.numArgs=D+1,C},"memoizerific");return m.limit=d,m.wasMemoized=!1,m.cache=p,m.lru=h,m}};function i(d,p){var h=d.length,f=p.length,m,v,w;for(v=0;v<h;v++){for(m=!0,w=0;w<f;w++)if(!c(d[v][w].arg,p[w].arg)){m=!1;break}if(m)break}d.push(d.splice(v,1)[0])}z(i,"moveToMostRecentLru");function l(d){var p=d.length,h=d[p-1],f,m;for(h.cacheItem.delete(h.arg),m=p-2;m>=0&&(h=d[m],f=h.cacheItem.get(h.arg),!f||!f.size);m--)h.cacheItem.delete(h.arg)}z(l,"removeCachedResult");function c(d,p){return d===p||d!==d&&p!==p}z(c,"isEqual")},{"map-or-similar":1}]},{},[3])(3)})});function On(){return On=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},On.apply(null,arguments)}z(On,"_extends");function U2(e){var t=Object.create(null);return function(n){return t[n]===void 0&&(t[n]=e(n)),t[n]}}z(U2,"memoize");var b_=/^((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|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)-.*))$/,W2=U2(function(e){return b_.test(e)||e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)<91});function h8(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}z(h8,"sheetForTag");function m8(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),e.nonce!==void 0&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t.setAttribute("data-s",""),t}z(m8,"createStyleElement");var C_=function(){function e(n){var r=this;this._insertTag=function(o){var a;r.tags.length===0?r.insertionPoint?a=r.insertionPoint.nextSibling:r.prepend?a=r.container.firstChild:a=r.before:a=r.tags[r.tags.length-1].nextSibling,r.container.insertBefore(o,a),r.tags.push(o)},this.isSpeedy=n.speedy===void 0?!1:n.speedy,this.tags=[],this.ctr=0,this.nonce=n.nonce,this.key=n.key,this.container=n.container,this.prepend=n.prepend,this.insertionPoint=n.insertionPoint,this.before=null}z(e,"StyleSheet");var t=e.prototype;return t.hydrate=z(function(n){n.forEach(this._insertTag)},"hydrate"),t.insert=z(function(n){this.ctr%(this.isSpeedy?65e3:1)===0&&this._insertTag(m8(this));var r=this.tags[this.tags.length-1],o=n.charCodeAt(0)===64&&n.charCodeAt(1)===105;if(o&&this._alreadyInsertedOrderInsensitiveRule&&console.error(`You're attempting to insert the following rule:
|
||
`+n+"\n\n`@import` rules must be before all other types of rules in a stylesheet but other rules have already been inserted. Please ensure that `@import` rules are before all other rules."),this._alreadyInsertedOrderInsensitiveRule=this._alreadyInsertedOrderInsensitiveRule||!o,this.isSpeedy){var a=h8(r);try{a.insertRule(n,a.cssRules.length)}catch(i){/:(-moz-placeholder|-moz-focus-inner|-moz-focusring|-ms-input-placeholder|-moz-read-write|-moz-read-only|-ms-clear|-ms-expand|-ms-reveal){/.test(n)||console.error('There was a problem inserting the following rule: "'+n+'"',i)}}else r.appendChild(document.createTextNode(n));this.ctr++},"insert"),t.flush=z(function(){this.tags.forEach(function(n){return n.parentNode&&n.parentNode.removeChild(n)}),this.tags=[],this.ctr=0,this._alreadyInsertedOrderInsensitiveRule=!1},"flush"),e}(),qe="-ms-",dc="-moz-",ae="-webkit-",q2="comm",G2="rule",Y2="decl",x_="@import",g8="@keyframes",S_="@layer",k_=Math.abs,S0=String.fromCharCode,A_=Object.assign;function v8(e,t){return Ie(e,0)^45?(((t<<2^Ie(e,0))<<2^Ie(e,1))<<2^Ie(e,2))<<2^Ie(e,3):0}z(v8,"hash");function K2(e){return e.trim()}z(K2,"trim");function y8(e,t){return(e=t.exec(e))?e[0]:e}z(y8,"match");function oe(e,t,n){return e.replace(t,n)}z(oe,"replace");function pc(e,t){return e.indexOf(t)}z(pc,"indexof");function Ie(e,t){return e.charCodeAt(t)|0}z(Ie,"charat");function Oa(e,t,n){return e.slice(t,n)}z(Oa,"substr");function Jt(e){return e.length}z(Jt,"strlen");function k0(e){return e.length}z(k0,"sizeof");function Zi(e,t){return t.push(e),e}z(Zi,"append");function w8(e,t){return e.map(t).join("")}z(w8,"combine");var A0=1,Pa=1,D8=0,gt=0,Ee=0,ci="";function ps(e,t,n,r,o,a,i){return{value:e,root:t,parent:n,type:r,props:o,children:a,line:A0,column:Pa,length:i,return:""}}z(ps,"node");function oa(e,t){return A_(ps("",null,null,"",null,null,0),e,{length:-e.length},t)}z(oa,"copy");function E8(){return Ee}z(E8,"char");function b8(){return Ee=gt>0?Ie(ci,--gt):0,Pa--,Ee===10&&(Pa=1,A0--),Ee}z(b8,"prev");function ct(){return Ee=gt<D8?Ie(ci,gt++):0,Pa++,Ee===10&&(Pa=1,A0++),Ee}z(ct,"next");function on(){return Ie(ci,gt)}z(on,"peek");function pl(){return gt}z(pl,"caret");function di(e,t){return Oa(ci,e,t)}z(di,"slice");function Na(e){switch(e){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}z(Na,"token");function X2(e){return A0=Pa=1,D8=Jt(ci=e),gt=0,[]}z(X2,"alloc");function Z2(e){return ci="",e}z(Z2,"dealloc");function fl(e){return K2(di(gt-1,fc(e===91?e+2:e===40?e+1:e)))}z(fl,"delimit");function C8(e){for(;(Ee=on())&&Ee<33;)ct();return Na(e)>2||Na(Ee)>3?"":" "}z(C8,"whitespace");function x8(e,t){for(;--t&&ct()&&!(Ee<48||Ee>102||Ee>57&&Ee<65||Ee>70&&Ee<97););return di(e,pl()+(t<6&&on()==32&&ct()==32))}z(x8,"escaping");function fc(e){for(;ct();)switch(Ee){case e:return gt;case 34:case 39:e!==34&&e!==39&&fc(Ee);break;case 40:e===41&&fc(e);break;case 92:ct();break}return gt}z(fc,"delimiter");function S8(e,t){for(;ct()&&e+Ee!==57&&!(e+Ee===84&&on()===47););return"/*"+di(t,gt-1)+"*"+S0(e===47?e:ct())}z(S8,"commenter");function k8(e){for(;!Na(on());)ct();return di(e,gt)}z(k8,"identifier");function A8(e){return Z2(hl("",null,null,null,[""],e=X2(e),0,[0],e))}z(A8,"compile");function hl(e,t,n,r,o,a,i,l,c){for(var d=0,p=0,h=i,f=0,m=0,v=0,w=1,C=1,D=1,g=0,y="",E=o,b=a,x=r,S=y;C;)switch(v=g,g=ct()){case 40:if(v!=108&&Ie(S,h-1)==58){pc(S+=oe(fl(g),"&","&\f"),"&\f")!=-1&&(D=-1);break}case 34:case 39:case 91:S+=fl(g);break;case 9:case 10:case 13:case 32:S+=C8(v);break;case 92:S+=x8(pl()-1,7);continue;case 47:switch(on()){case 42:case 47:Zi(F8(S8(ct(),pl()),t,n),c);break;default:S+="/"}break;case 123*w:l[d++]=Jt(S)*D;case 125*w:case 59:case 0:switch(g){case 0:case 125:C=0;case 59+p:D==-1&&(S=oe(S,/\f/g,"")),m>0&&Jt(S)-h&&Zi(m>32?wf(S+";",r,n,h-1):wf(oe(S," ","")+";",r,n,h-2),c);break;case 59:S+=";";default:if(Zi(x=yf(S,t,n,d,p,o,l,y,E=[],b=[],h),a),g===123)if(p===0)hl(S,t,x,x,E,a,h,l,b);else switch(f===99&&Ie(S,3)===110?100:f){case 100:case 108:case 109:case 115:hl(e,x,x,r&&Zi(yf(e,x,x,0,0,o,l,y,o,E=[],h),b),o,b,h,l,r?E:b);break;default:hl(S,x,x,x,[""],b,0,l,b)}}d=p=m=0,w=D=1,y=S="",h=i;break;case 58:h=1+Jt(S),m=v;default:if(w<1){if(g==123)--w;else if(g==125&&w++==0&&b8()==125)continue}switch(S+=S0(g),g*w){case 38:D=p>0?1:(S+="\f",-1);break;case 44:l[d++]=(Jt(S)-1)*D,D=1;break;case 64:on()===45&&(S+=fl(ct())),f=on(),p=h=Jt(y=S+=k8(pl())),g++;break;case 45:v===45&&Jt(S)==2&&(w=0)}}return a}z(hl,"parse");function yf(e,t,n,r,o,a,i,l,c,d,p){for(var h=o-1,f=o===0?a:[""],m=k0(f),v=0,w=0,C=0;v<r;++v)for(var D=0,g=Oa(e,h+1,h=k_(w=i[v])),y=e;D<m;++D)(y=K2(w>0?f[D]+" "+g:oe(g,/&\f/g,f[D])))&&(c[C++]=y);return ps(e,t,n,o===0?G2:l,c,d,p)}z(yf,"ruleset");function F8(e,t,n){return ps(e,t,n,q2,S0(E8()),Oa(e,2,-2),0)}z(F8,"comment");function wf(e,t,n,r){return ps(e,t,n,Y2,Oa(e,0,r),Oa(e,r+1,-1),r)}z(wf,"declaration");function Eo(e,t){for(var n="",r=k0(e),o=0;o<r;o++)n+=t(e[o],o,e,t)||"";return n}z(Eo,"serialize");function _8(e,t,n,r){switch(e.type){case S_:if(e.children.length)break;case x_:case Y2:return e.return=e.return||e.value;case q2:return"";case g8:return e.return=e.value+"{"+Eo(e.children,r)+"}";case G2:e.value=e.props.join(",")}return Jt(n=Eo(e.children,r))?e.return=e.value+"{"+n+"}":""}z(_8,"stringify");function z8(e){var t=k0(e);return function(n,r,o,a){for(var i="",l=0;l<t;l++)i+=e[l](n,r,o,a)||"";return i}}z(z8,"middleware");var Xg=z(function(e){var t=new WeakMap;return function(n){if(t.has(n))return t.get(n);var r=e(n);return t.set(n,r),r}},"weakMemoize"),F_=z(function(e,t,n){for(var r=0,o=0;r=o,o=on(),r===38&&o===12&&(t[n]=1),!Na(o);)ct();return di(e,gt)},"identifierWithPointTracking"),__=z(function(e,t){var n=-1,r=44;do switch(Na(r)){case 0:r===38&&on()===12&&(t[n]=1),e[n]+=F_(gt-1,t,n);break;case 2:e[n]+=fl(r);break;case 4:if(r===44){e[++n]=on()===58?"&\f":"",t[n]=e[n].length;break}default:e[n]+=S0(r)}while(r=ct());return e},"toRules"),z_=z(function(e,t){return Z2(__(X2(e),t))},"getRules"),Zg=new WeakMap,T_=z(function(e){if(!(e.type!=="rule"||!e.parent||e.length<1)){for(var t=e.value,n=e.parent,r=e.column===n.column&&e.line===n.line;n.type!=="rule";)if(n=n.parent,!n)return;if(!(e.props.length===1&&t.charCodeAt(0)!==58&&!Zg.get(n))&&!r){Zg.set(e,!0);for(var o=[],a=z_(t,o),i=n.props,l=0,c=0;l<a.length;l++)for(var d=0;d<i.length;d++,c++)e.props[c]=o[l]?a[l].replace(/&\f/g,i[d]):i[d]+" "+a[l]}}},"compat"),I_=z(function(e){if(e.type==="decl"){var t=e.value;t.charCodeAt(0)===108&&t.charCodeAt(2)===98&&(e.return="",e.value="")}},"removeLabel"),R_="emotion-disable-server-rendering-unsafe-selector-warning-please-do-not-use-this-the-warning-exists-for-a-reason",B_=z(function(e){return e.type==="comm"&&e.children.indexOf(R_)>-1},"isIgnoringComment"),L_=z(function(e){return function(t,n,r){if(!(t.type!=="rule"||e.compat)){var o=t.value.match(/(:first|:nth|:nth-last)-child/g);if(o){for(var a=!!t.parent,i=a?t.parent.children:r,l=i.length-1;l>=0;l--){var c=i[l];if(c.line<t.line)break;if(c.column<t.column){if(B_(c))return;break}}o.forEach(function(d){console.error('The pseudo class "'+d+'" is potentially unsafe when doing server-side rendering. Try changing it to "'+d.split("-child")[0]+'-of-type".')})}}}},"createUnsafeSelectorsAlarm"),T8=z(function(e){return e.type.charCodeAt(1)===105&&e.type.charCodeAt(0)===64},"isImportRule"),$_=z(function(e,t){for(var n=e-1;n>=0;n--)if(!T8(t[n]))return!0;return!1},"isPrependedWithRegularRules"),Qg=z(function(e){e.type="",e.value="",e.return="",e.children="",e.props=""},"nullifyElement"),M_=z(function(e,t,n){T8(e)&&(e.parent?(console.error("`@import` rules can't be nested inside other rules. Please move it to the top level and put it before regular rules. Keep in mind that they can only be used within global styles."),Qg(e)):$_(t,n)&&(console.error("`@import` rules can't be after other rules. Please put your `@import` rules before your other rules."),Qg(e)))},"incorrectImportAlarm");function Q2(e,t){switch(v8(e,t)){case 5103:return ae+"print-"+e+e;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 ae+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return ae+e+dc+e+qe+e+e;case 6828:case 4268:return ae+e+qe+e+e;case 6165:return ae+e+qe+"flex-"+e+e;case 5187:return ae+e+oe(e,/(\w+).+(:[^]+)/,ae+"box-$1$2"+qe+"flex-$1$2")+e;case 5443:return ae+e+qe+"flex-item-"+oe(e,/flex-|-self/,"")+e;case 4675:return ae+e+qe+"flex-line-pack"+oe(e,/align-content|flex-|-self/,"")+e;case 5548:return ae+e+qe+oe(e,"shrink","negative")+e;case 5292:return ae+e+qe+oe(e,"basis","preferred-size")+e;case 6060:return ae+"box-"+oe(e,"-grow","")+ae+e+qe+oe(e,"grow","positive")+e;case 4554:return ae+oe(e,/([^-])(transform)/g,"$1"+ae+"$2")+e;case 6187:return oe(oe(oe(e,/(zoom-|grab)/,ae+"$1"),/(image-set)/,ae+"$1"),e,"")+e;case 5495:case 3959:return oe(e,/(image-set\([^]*)/,ae+"$1$`$1");case 4968:return oe(oe(e,/(.+:)(flex-)?(.*)/,ae+"box-pack:$3"+qe+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+ae+e+e;case 4095:case 3583:case 4068:case 2532:return oe(e,/(.+)-inline(.+)/,ae+"$1$2")+e;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(Jt(e)-1-t>6)switch(Ie(e,t+1)){case 109:if(Ie(e,t+4)!==45)break;case 102:return oe(e,/(.+:)(.+)-([^]+)/,"$1"+ae+"$2-$3$1"+dc+(Ie(e,t+3)==108?"$3":"$2-$3"))+e;case 115:return~pc(e,"stretch")?Q2(oe(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(Ie(e,t+1)!==115)break;case 6444:switch(Ie(e,Jt(e)-3-(~pc(e,"!important")&&10))){case 107:return oe(e,":",":"+ae)+e;case 101:return oe(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+ae+(Ie(e,14)===45?"inline-":"")+"box$3$1"+ae+"$2$3$1"+qe+"$2box$3")+e}break;case 5936:switch(Ie(e,t+11)){case 114:return ae+e+qe+oe(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return ae+e+qe+oe(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return ae+e+qe+oe(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return ae+e+qe+e+e}return e}z(Q2,"prefix");var O_=z(function(e,t,n,r){if(e.length>-1&&!e.return)switch(e.type){case Y2:e.return=Q2(e.value,e.length);break;case g8:return Eo([oa(e,{value:oe(e.value,"@","@"+ae)})],r);case G2:if(e.length)return w8(e.props,function(o){switch(y8(o,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return Eo([oa(e,{props:[oe(o,/:(read-\w+)/,":"+dc+"$1")]})],r);case"::placeholder":return Eo([oa(e,{props:[oe(o,/:(plac\w+)/,":"+ae+"input-$1")]}),oa(e,{props:[oe(o,/:(plac\w+)/,":"+dc+"$1")]}),oa(e,{props:[oe(o,/:(plac\w+)/,qe+"input-$1")]})],r)}return""})}},"prefixer"),P_=[O_],N_=z(function(e){var t=e.key;if(!t)throw new Error(`You have to configure \`key\` for your cache. Please make sure it's unique (and not equal to 'css') as it's used for linking styles to your cache.
|
||
If multiple caches share the same key they might "fight" for each other's style elements.`);if(t==="css"){var n=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(n,function(v){var w=v.getAttribute("data-emotion");w.indexOf(" ")!==-1&&(document.head.appendChild(v),v.setAttribute("data-s",""))})}var r=e.stylisPlugins||P_;if(/[^a-z-]/.test(t))throw new Error('Emotion key must only contain lower case alphabetical characters and - but "'+t+'" was passed');var o={},a,i=[];a=e.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+t+' "]'),function(v){for(var w=v.getAttribute("data-emotion").split(" "),C=1;C<w.length;C++)o[w[C]]=!0;i.push(v)});var l,c=[T_,I_];c.push(L_({get compat(){return m.compat}}),M_);{var d,p=[_8,function(v){v.root||(v.return?d.insert(v.return):v.value&&v.type!==q2&&d.insert(v.value+"{}"))}],h=z8(c.concat(r,p)),f=z(function(v){return Eo(A8(v),h)},"stylis");l=z(function(v,w,C,D){d=C,w.map!==void 0&&(d={insert:z(function(g){C.insert(g+w.map)},"insert")}),f(v?v+"{"+w.styles+"}":w.styles),D&&(m.inserted[w.name]=!0)},"insert")}var m={key:t,sheet:new C_({key:t,container:a,nonce:e.nonce,speedy:e.speedy,prepend:e.prepend,insertionPoint:e.insertionPoint}),nonce:e.nonce,inserted:o,registered:{},insert:l};return m.sheet.hydrate(i),m},"createCache"),H_=V2(f8()),j_=z(function(e,t){return(0,H_.default)(e,t)},"hoistNonReactStatics"),V_=!0;function F0(e,t,n){var r="";return n.split(" ").forEach(function(o){e[o]!==void 0?t.push(e[o]+";"):r+=o+" "}),r}z(F0,"getRegisteredStyles");var _0=z(function(e,t,n){var r=e.key+"-"+t.name;(n===!1||V_===!1)&&e.registered[r]===void 0&&(e.registered[r]=t.styles)},"registerStyles"),z0=z(function(e,t,n){_0(e,t,n);var r=e.key+"-"+t.name;if(e.inserted[t.name]===void 0){var o=t;do e.insert(t===o?"."+r:"",o,e.sheet,!0),o=o.next;while(o!==void 0)}},"insertStyles");function I8(e){for(var t=0,n,r=0,o=e.length;o>=4;++r,o-=4)n=e.charCodeAt(r)&255|(e.charCodeAt(++r)&255)<<8|(e.charCodeAt(++r)&255)<<16|(e.charCodeAt(++r)&255)<<24,n=(n&65535)*1540483477+((n>>>16)*59797<<16),n^=n>>>24,t=(n&65535)*1540483477+((n>>>16)*59797<<16)^(t&65535)*1540483477+((t>>>16)*59797<<16);switch(o){case 3:t^=(e.charCodeAt(r+2)&255)<<16;case 2:t^=(e.charCodeAt(r+1)&255)<<8;case 1:t^=e.charCodeAt(r)&255,t=(t&65535)*1540483477+((t>>>16)*59797<<16)}return t^=t>>>13,t=(t&65535)*1540483477+((t>>>16)*59797<<16),((t^t>>>15)>>>0).toString(36)}z(I8,"murmur2");var U_={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,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},Jg=`You have illegal escape sequence in your template literal, most likely inside content's property value.
|
||
Because you write your CSS inside a JavaScript string you actually have to do double escaping, so for example "content: '\\00d7';" should become "content: '\\\\00d7';".
|
||
You can read more about this here:
|
||
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#ES2018_revision_of_illegal_escape_sequences`,W_="You have passed in falsy value as style object's key (can happen when in example you pass unexported component as computed key).",q_=/[A-Z]|^ms/g,R8=/_EMO_([^_]+?)_([^]*?)_EMO_/g,J2=z(function(e){return e.charCodeAt(1)===45},"isCustomProperty"),ev=z(function(e){return e!=null&&typeof e!="boolean"},"isProcessableValue"),$1=U2(function(e){return J2(e)?e:e.replace(q_,"-$&").toLowerCase()}),hc=z(function(e,t){switch(e){case"animation":case"animationName":if(typeof t=="string")return t.replace(R8,function(n,r,o){return Fn={name:r,styles:o,next:Fn},r})}return U_[e]!==1&&!J2(e)&&typeof t=="number"&&t!==0?t+"px":t},"processStyleValue");tv=/(var|attr|counters?|url|element|(((repeating-)?(linear|radial))|conic)-gradient)\(|(no-)?(open|close)-quote/,nv=["normal","none","initial","inherit","unset"],rv=hc,ov=/^-ms-/,av=/-(.)/g,M1={},hc=z(function(e,t){if(e==="content"&&(typeof t!="string"||nv.indexOf(t)===-1&&!tv.test(t)&&(t.charAt(0)!==t.charAt(t.length-1)||t.charAt(0)!=='"'&&t.charAt(0)!=="'")))throw new Error("You seem to be using a value for 'content' without quotes, try replacing it with `content: '\""+t+"\"'`");var n=rv(e,t);return n!==""&&!J2(e)&&e.indexOf("-")!==-1&&M1[e]===void 0&&(M1[e]=!0,console.error("Using kebab-case for css properties in objects is not supported. Did you mean "+e.replace(ov,"ms-").replace(av,function(r,o){return o.toUpperCase()})+"?")),n},"processStyleValue");var tv,nv,rv,ov,av,M1,B8="Component selectors can only be used in conjunction with @emotion/babel-plugin, the swc Emotion plugin, or another Emotion-aware compiler transform.";function Ha(e,t,n){if(n==null)return"";if(n.__emotion_styles!==void 0){if(n.toString()==="NO_COMPONENT_SELECTOR")throw new Error(B8);return n}switch(typeof n){case"boolean":return"";case"object":{if(n.anim===1)return Fn={name:n.name,styles:n.styles,next:Fn},n.name;if(n.styles!==void 0){var r=n.next;if(r!==void 0)for(;r!==void 0;)Fn={name:r.name,styles:r.styles,next:Fn},r=r.next;var o=n.styles+";";return n.map!==void 0&&(o+=n.map),o}return L8(e,t,n)}case"function":{if(e!==void 0){var a=Fn,i=n(e);return Fn=a,Ha(e,t,i)}else console.error("Functions that are interpolated in css calls will be stringified.\nIf you want to have a css call based on props, create a function that returns a css call like this\nlet dynamicStyle = (props) => css`color: ${props.color}`\nIt can be called directly with props or interpolated in a styled call like this\nlet SomeComponent = styled('div')`${dynamicStyle}`");break}case"string":var l=[],c=n.replace(R8,function(p,h,f){var m="animation"+l.length;return l.push("const "+m+" = keyframes`"+f.replace(/^@keyframes animation-\w+/,"")+"`"),"${"+m+"}"});l.length&&console.error("`keyframes` output got interpolated into plain string, please wrap it with `css`.\n\nInstead of doing this:\n\n"+[].concat(l,["`"+c+"`"]).join(`
|
||
`)+`
|
||
|
||
You should wrap it with \`css\` like this:
|
||
|
||
`+("css`"+c+"`"));break}if(t==null)return n;var d=t[n];return d!==void 0?d:n}z(Ha,"handleInterpolation");function L8(e,t,n){var r="";if(Array.isArray(n))for(var o=0;o<n.length;o++)r+=Ha(e,t,n[o])+";";else for(var a in n){var i=n[a];if(typeof i!="object")t!=null&&t[i]!==void 0?r+=a+"{"+t[i]+"}":ev(i)&&(r+=$1(a)+":"+hc(a,i)+";");else{if(a==="NO_COMPONENT_SELECTOR")throw new Error(B8);if(Array.isArray(i)&&typeof i[0]=="string"&&(t==null||t[i[0]]===void 0))for(var l=0;l<i.length;l++)ev(i[l])&&(r+=$1(a)+":"+hc(a,i[l])+";");else{var c=Ha(e,t,i);switch(a){case"animation":case"animationName":{r+=$1(a)+":"+c+";";break}default:a==="undefined"&&console.error(W_),r+=a+"{"+c+"}"}}}}return r}z(L8,"createStringFromObject");var iv=/label:\s*([^\s;\n{]+)\s*(;|$)/g,$8;$8=/\/\*#\ssourceMappingURL=data:application\/json;\S+\s+\*\//g;var Fn,ja=z(function(e,t,n){if(e.length===1&&typeof e[0]=="object"&&e[0]!==null&&e[0].styles!==void 0)return e[0];var r=!0,o="";Fn=void 0;var a=e[0];a==null||a.raw===void 0?(r=!1,o+=Ha(n,t,a)):(a[0]===void 0&&console.error(Jg),o+=a[0]);for(var i=1;i<e.length;i++)o+=Ha(n,t,e[i]),r&&(a[i]===void 0&&console.error(Jg),o+=a[i]);var l;o=o.replace($8,function(h){return l=h,""}),iv.lastIndex=0;for(var c="",d;(d=iv.exec(o))!==null;)c+="-"+d[1];var p=I8(o)+c;return{name:p,styles:o,map:l,next:Fn,toString:z(function(){return"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."},"toString")}},"serializeStyles"),G_=z(function(e){return e()},"syncFallback"),M8=s.useInsertionEffect?s.useInsertionEffect:!1,e5=M8||G_,lv=M8||s.useLayoutEffect,Y_={}.hasOwnProperty,t5=s.createContext(typeof HTMLElement<"u"?N_({key:"css"}):null);t5.displayName="EmotionCacheContext";t5.Provider;var T0=z(function(e){return s.forwardRef(function(t,n){var r=s.useContext(t5);return e(t,r,n)})},"withEmotionCache"),ir=s.createContext({});ir.displayName="EmotionThemeContext";var lV=z(function(){return s.useContext(ir)},"useTheme"),K_=z(function(e,t){if(typeof t=="function"){var n=t(e);if(n==null||typeof n!="object"||Array.isArray(n))throw new Error("[ThemeProvider] Please return an object from your theme function, i.e. theme={() => ({})}!");return n}if(t==null||typeof t!="object"||Array.isArray(t))throw new Error("[ThemeProvider] Please make your theme prop a plain object");return On({},e,t)},"getTheme"),X_=Xg(function(e){return Xg(function(t){return K_(e,t)})}),sV=z(function(e){var t=s.useContext(ir);return e.theme!==t&&(t=X_(t)(e.theme)),s.createElement(ir.Provider,{value:t},e.children)},"ThemeProvider");function Z_(e){var t=e.displayName||e.name||"Component",n=z(function(o,a){var i=s.useContext(ir);return s.createElement(e,On({theme:i,ref:a},o))},"render"),r=s.forwardRef(n);return r.displayName="WithTheme("+t+")",j_(r,e)}z(Z_,"withTheme");var sv="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",uv="__EMOTION_LABEL_PLEASE_DO_NOT_USE__",Q_=z(function(e){var t=e.cache,n=e.serialized,r=e.isStringTag;return _0(t,n,r),e5(function(){return z0(t,n,r)}),null},"Insertion"),J_=T0(function(e,t,n){var r=e.css;typeof r=="string"&&t.registered[r]!==void 0&&(r=t.registered[r]);var o=e[sv],a=[r],i="";typeof e.className=="string"?i=F0(t.registered,a,e.className):e.className!=null&&(i=e.className+" ");var l=ja(a,void 0,s.useContext(ir));if(l.name.indexOf("-")===-1){var c=e[uv];c&&(l=ja([l,"label:"+c+";"]))}i+=t.key+"-"+l.name;var d={};for(var p in e)Y_.call(e,p)&&p!=="css"&&p!==sv&&p!==uv&&(d[p]=e[p]);return d.ref=n,d.className=i,s.createElement(s.Fragment,null,s.createElement(Q_,{cache:t,serialized:l,isStringTag:typeof o=="string"}),s.createElement(o,d))});J_.displayName="EmotionCssPropInternal";V2(f8());var ez={name:"@emotion/react",version:"11.11.4",main:"dist/emotion-react.cjs.js",module:"dist/emotion-react.esm.js",browser:{"./dist/emotion-react.esm.js":"./dist/emotion-react.browser.esm.js"},exports:{".":{module:{worker:"./dist/emotion-react.worker.esm.js",browser:"./dist/emotion-react.browser.esm.js",default:"./dist/emotion-react.esm.js"},import:"./dist/emotion-react.cjs.mjs",default:"./dist/emotion-react.cjs.js"},"./jsx-runtime":{module:{worker:"./jsx-runtime/dist/emotion-react-jsx-runtime.worker.esm.js",browser:"./jsx-runtime/dist/emotion-react-jsx-runtime.browser.esm.js",default:"./jsx-runtime/dist/emotion-react-jsx-runtime.esm.js"},import:"./jsx-runtime/dist/emotion-react-jsx-runtime.cjs.mjs",default:"./jsx-runtime/dist/emotion-react-jsx-runtime.cjs.js"},"./_isolated-hnrs":{module:{worker:"./_isolated-hnrs/dist/emotion-react-_isolated-hnrs.worker.esm.js",browser:"./_isolated-hnrs/dist/emotion-react-_isolated-hnrs.browser.esm.js",default:"./_isolated-hnrs/dist/emotion-react-_isolated-hnrs.esm.js"},import:"./_isolated-hnrs/dist/emotion-react-_isolated-hnrs.cjs.mjs",default:"./_isolated-hnrs/dist/emotion-react-_isolated-hnrs.cjs.js"},"./jsx-dev-runtime":{module:{worker:"./jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.worker.esm.js",browser:"./jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.browser.esm.js",default:"./jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.esm.js"},import:"./jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.cjs.mjs",default:"./jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.cjs.js"},"./package.json":"./package.json","./types/css-prop":"./types/css-prop.d.ts","./macro":{types:{import:"./macro.d.mts",default:"./macro.d.ts"},default:"./macro.js"}},types:"types/index.d.ts",files:["src","dist","jsx-runtime","jsx-dev-runtime","_isolated-hnrs","types/*.d.ts","macro.*"],sideEffects:!1,author:"Emotion Contributors",license:"MIT",scripts:{"test:typescript":"dtslint types"},dependencies:{"@babel/runtime":"^7.18.3","@emotion/babel-plugin":"^11.11.0","@emotion/cache":"^11.11.0","@emotion/serialize":"^1.1.3","@emotion/use-insertion-effect-with-fallbacks":"^1.0.1","@emotion/utils":"^1.2.1","@emotion/weak-memoize":"^0.3.1","hoist-non-react-statics":"^3.3.1"},peerDependencies:{react:">=16.8.0"},peerDependenciesMeta:{"@types/react":{optional:!0}},devDependencies:{"@definitelytyped/dtslint":"0.0.112","@emotion/css":"11.11.2","@emotion/css-prettifier":"1.1.3","@emotion/server":"11.11.0","@emotion/styled":"11.11.0","html-tag-names":"^1.1.2",react:"16.14.0","svg-tag-names":"^1.1.1",typescript:"^4.5.5"},repository:"https://github.com/emotion-js/emotion/tree/main/packages/react",publishConfig:{access:"public"},"umd:main":"dist/emotion-react.umd.min.js",preconstruct:{entrypoints:["./index.js","./jsx-runtime.js","./jsx-dev-runtime.js","./_isolated-hnrs.js"],umdName:"emotionReact",exports:{envConditions:["browser","worker"],extra:{"./types/css-prop":"./types/css-prop.d.ts","./macro":{types:{import:"./macro.d.mts",default:"./macro.d.ts"},default:"./macro.js"}}}}},cv=!1,tz=T0(function(e,t){!cv&&(e.className||e.css)&&(console.error("It looks like you're using the css prop on Global, did you mean to use the styles prop instead?"),cv=!0);var n=e.styles,r=ja([n],void 0,s.useContext(ir)),o=s.useRef();return lv(function(){var a=t.key+"-global",i=new t.sheet.constructor({key:a,nonce:t.sheet.nonce,container:t.sheet.container,speedy:t.sheet.isSpeedy}),l=!1,c=document.querySelector('style[data-emotion="'+a+" "+r.name+'"]');return t.sheet.tags.length&&(i.before=t.sheet.tags[0]),c!==null&&(l=!0,c.setAttribute("data-emotion",a),i.hydrate([c])),o.current=[i,l],function(){i.flush()}},[t]),lv(function(){var a=o.current,i=a[0],l=a[1];if(l){a[1]=!1;return}if(r.next!==void 0&&z0(t,r.next,!0),i.tags.length){var c=i.tags[i.tags.length-1].nextElementSibling;i.before=c,i.flush()}t.insert("",r,i,!1)},[t,r.name]),null});tz.displayName="EmotionGlobal";function I0(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return ja(t)}z(I0,"css");var fr=z(function(){var e=I0.apply(void 0,arguments),t="animation-"+e.name;return{name:t,styles:"@keyframes "+t+"{"+e.styles+"}",anim:1,toString:z(function(){return"_EMO_"+this.name+"_"+this.styles+"_EMO_"},"toString")}},"keyframes"),nz=z(function e(t){for(var n=t.length,r=0,o="";r<n;r++){var a=t[r];if(a!=null){var i=void 0;switch(typeof a){case"boolean":break;case"object":{if(Array.isArray(a))i=e(a);else{a.styles!==void 0&&a.name!==void 0&&console.error("You have passed styles created with `css` from `@emotion/react` package to the `cx`.\n`cx` is meant to compose class names (strings) so you should convert those styles to a class name by passing them to the `css` received from <ClassNames/> component."),i="";for(var l in a)a[l]&&l&&(i&&(i+=" "),i+=l)}break}default:i=a}i&&(o&&(o+=" "),o+=i)}}return o},"classnames");function O8(e,t,n){var r=[],o=F0(e,r,n);return r.length<2?n:o+t(r)}z(O8,"merge");var rz=z(function(e){var t=e.cache,n=e.serializedArr;return e5(function(){for(var r=0;r<n.length;r++)z0(t,n[r],!1)}),null},"Insertion"),oz=T0(function(e,t){var n=!1,r=[],o=z(function(){if(n)throw new Error("css can only be used during render");for(var c=arguments.length,d=new Array(c),p=0;p<c;p++)d[p]=arguments[p];var h=ja(d,t.registered);return r.push(h),_0(t,h,!1),t.key+"-"+h.name},"css"),a=z(function(){if(n)throw new Error("cx can only be used during render");for(var c=arguments.length,d=new Array(c),p=0;p<c;p++)d[p]=arguments[p];return O8(t.registered,o,nz(d))},"cx"),i={css:o,cx:a,theme:s.useContext(ir)},l=e.children(i);return n=!0,s.createElement(s.Fragment,null,s.createElement(rz,{cache:t,serializedArr:r}),l)});oz.displayName="EmotionClassNames";O1=!0,dv=typeof jest<"u"||typeof vi<"u",O1&&!dv&&(P1=typeof globalThis<"u"?globalThis:O1?window:global,N1="__EMOTION_REACT_"+ez.version.split(".")[0]+"__",P1[N1]&&console.warn("You are loading @emotion/react when it is already loaded. Running multiple instances may cause problems. This can happen if multiple versions are used, or if multiple builds of the same version are used."),P1[N1]=!0);var O1,dv,P1,N1,az=W2,iz=z(function(e){return e!=="theme"},"testOmitPropsOnComponent"),pv=z(function(e){return typeof e=="string"&&e.charCodeAt(0)>96?az:iz},"getDefaultShouldForwardProp"),fv=z(function(e,t,n){var r;if(t){var o=t.shouldForwardProp;r=e.__emotion_forwardProp&&o?function(a){return e.__emotion_forwardProp(a)&&o(a)}:o}return typeof r!="function"&&n&&(r=e.__emotion_forwardProp),r},"composeShouldForwardProps"),hv=`You have illegal escape sequence in your template literal, most likely inside content's property value.
|
||
Because you write your CSS inside a JavaScript string you actually have to do double escaping, so for example "content: '\\00d7';" should become "content: '\\\\00d7';".
|
||
You can read more about this here:
|
||
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#ES2018_revision_of_illegal_escape_sequences`,lz=z(function(e){var t=e.cache,n=e.serialized,r=e.isStringTag;return _0(t,n,r),e5(function(){return z0(t,n,r)}),null},"Insertion"),sz=z(function e(t,n){if(t===void 0)throw new Error(`You are trying to create a styled element with an undefined component.
|
||
You may have forgotten to import it.`);var r=t.__emotion_real===t,o=r&&t.__emotion_base||t,a,i;n!==void 0&&(a=n.label,i=n.target);var l=fv(t,n,r),c=l||pv(o),d=!c("as");return function(){var p=arguments,h=r&&t.__emotion_styles!==void 0?t.__emotion_styles.slice(0):[];if(a!==void 0&&h.push("label:"+a+";"),p[0]==null||p[0].raw===void 0)h.push.apply(h,p);else{p[0][0]===void 0&&console.error(hv),h.push(p[0][0]);for(var f=p.length,m=1;m<f;m++)p[0][m]===void 0&&console.error(hv),h.push(p[m],p[0][m])}var v=T0(function(w,C,D){var g=d&&w.as||o,y="",E=[],b=w;if(w.theme==null){b={};for(var x in w)b[x]=w[x];b.theme=s.useContext(ir)}typeof w.className=="string"?y=F0(C.registered,E,w.className):w.className!=null&&(y=w.className+" ");var S=ja(h.concat(E),C.registered,b);y+=C.key+"-"+S.name,i!==void 0&&(y+=" "+i);var k=d&&l===void 0?pv(g):c,_={};for(var F in w)d&&F==="as"||k(F)&&(_[F]=w[F]);return _.className=y,_.ref=D,s.createElement(s.Fragment,null,s.createElement(lz,{cache:C,serialized:S,isStringTag:typeof g=="string"}),s.createElement(g,_))});return v.displayName=a!==void 0?a:"Styled("+(typeof o=="string"?o:o.displayName||o.name||"Component")+")",v.defaultProps=t.defaultProps,v.__emotion_real=v,v.__emotion_base=o,v.__emotion_styles=h,v.__emotion_forwardProp=l,Object.defineProperty(v,"toString",{value:z(function(){return i===void 0?"NO_COMPONENT_SELECTOR":"."+i},"value")}),v.withComponent=function(w,C){return e(w,On({},n,C,{shouldForwardProp:fv(v,C,!0)})).apply(void 0,h)},v}},"createStyled"),uz=["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"],R=sz.bind();uz.forEach(function(e){R[e]=R(e)});function P8(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}z(P8,"_assertThisInitialized");function Va(e,t){return Va=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,r){return n.__proto__=r,n},Va(e,t)}z(Va,"_setPrototypeOf");function N8(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,Va(e,t)}z(N8,"_inheritsLoose");function mc(e){return mc=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},mc(e)}z(mc,"_getPrototypeOf");function H8(e){try{return Function.toString.call(e).indexOf("[native code]")!==-1}catch{return typeof e=="function"}}z(H8,"_isNativeFunction");function n5(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(n5=z(function(){return!!e},"_isNativeReflectConstruct"))()}z(n5,"_isNativeReflectConstruct");function j8(e,t,n){if(n5())return Reflect.construct.apply(null,arguments);var r=[null];r.push.apply(r,t);var o=new(e.bind.apply(e,r));return n&&Va(o,n.prototype),o}z(j8,"_construct");function gc(e){var t=typeof Map=="function"?new Map:void 0;return gc=z(function(n){if(n===null||!H8(n))return n;if(typeof n!="function")throw new TypeError("Super expression must either be null or a function");if(t!==void 0){if(t.has(n))return t.get(n);t.set(n,r)}function r(){return j8(n,arguments,mc(this).constructor)}return z(r,"Wrapper"),r.prototype=Object.create(n.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),Va(r,n)},"_wrapNativeSuper"),gc(e)}z(gc,"_wrapNativeSuper");var cz={1:`Passed invalid arguments to hsl, please pass multiple numbers e.g. hsl(360, 0.75, 0.4) or an object e.g. rgb({ hue: 255, saturation: 0.4, lightness: 0.75 }).
|
||
|
||
`,2:`Passed invalid arguments to hsla, please pass multiple numbers e.g. hsla(360, 0.75, 0.4, 0.7) or an object e.g. rgb({ hue: 255, saturation: 0.4, lightness: 0.75, alpha: 0.7 }).
|
||
|
||
`,3:`Passed an incorrect argument to a color function, please pass a string representation of a color.
|
||
|
||
`,4:`Couldn't generate valid rgb string from %s, it returned %s.
|
||
|
||
`,5:`Couldn't parse the color string. Please provide the color as a string in hex, rgb, rgba, hsl or hsla notation.
|
||
|
||
`,6:`Passed invalid arguments to rgb, please pass multiple numbers e.g. rgb(255, 205, 100) or an object e.g. rgb({ red: 255, green: 205, blue: 100 }).
|
||
|
||
`,7:`Passed invalid arguments to rgba, please pass multiple numbers e.g. rgb(255, 205, 100, 0.75) or an object e.g. rgb({ red: 255, green: 205, blue: 100, alpha: 0.75 }).
|
||
|
||
`,8:`Passed invalid argument to toColorString, please pass a RgbColor, RgbaColor, HslColor or HslaColor object.
|
||
|
||
`,9:`Please provide a number of steps to the modularScale helper.
|
||
|
||
`,10:`Please pass a number or one of the predefined scales to the modularScale helper as the ratio.
|
||
|
||
`,11:`Invalid value passed as base to modularScale, expected number or em string but got "%s"
|
||
|
||
`,12:`Expected a string ending in "px" or a number passed as the first argument to %s(), got "%s" instead.
|
||
|
||
`,13:`Expected a string ending in "px" or a number passed as the second argument to %s(), got "%s" instead.
|
||
|
||
`,14:`Passed invalid pixel value ("%s") to %s(), please pass a value like "12px" or 12.
|
||
|
||
`,15:`Passed invalid base value ("%s") to %s(), please pass a value like "12px" or 12.
|
||
|
||
`,16:`You must provide a template to this method.
|
||
|
||
`,17:`You passed an unsupported selector state to this method.
|
||
|
||
`,18:`minScreen and maxScreen must be provided as stringified numbers with the same units.
|
||
|
||
`,19:`fromSize and toSize must be provided as stringified numbers with the same units.
|
||
|
||
`,20:`expects either an array of objects or a single object with the properties prop, fromSize, and toSize.
|
||
|
||
`,21:"expects the objects in the first argument array to have the properties `prop`, `fromSize`, and `toSize`.\n\n",22:"expects the first argument object to have the properties `prop`, `fromSize`, and `toSize`.\n\n",23:`fontFace expects a name of a font-family.
|
||
|
||
`,24:`fontFace expects either the path to the font file(s) or a name of a local copy.
|
||
|
||
`,25:`fontFace expects localFonts to be an array.
|
||
|
||
`,26:`fontFace expects fileFormats to be an array.
|
||
|
||
`,27:`radialGradient requries at least 2 color-stops to properly render.
|
||
|
||
`,28:`Please supply a filename to retinaImage() as the first argument.
|
||
|
||
`,29:`Passed invalid argument to triangle, please pass correct pointingDirection e.g. 'right'.
|
||
|
||
`,30:"Passed an invalid value to `height` or `width`. Please provide a pixel based unit.\n\n",31:`The animation shorthand only takes 8 arguments. See the specification for more information: http://mdn.io/animation
|
||
|
||
`,32:`To pass multiple animations please supply them in arrays, e.g. animation(['rotate', '2s'], ['move', '1s'])
|
||
To pass a single animation please supply them in simple values, e.g. animation('rotate', '2s')
|
||
|
||
`,33:`The animation shorthand arrays can only have 8 elements. See the specification for more information: http://mdn.io/animation
|
||
|
||
`,34:`borderRadius expects a radius value as a string or number as the second argument.
|
||
|
||
`,35:`borderRadius expects one of "top", "bottom", "left" or "right" as the first argument.
|
||
|
||
`,36:`Property must be a string value.
|
||
|
||
`,37:`Syntax Error at %s.
|
||
|
||
`,38:`Formula contains a function that needs parentheses at %s.
|
||
|
||
`,39:`Formula is missing closing parenthesis at %s.
|
||
|
||
`,40:`Formula has too many closing parentheses at %s.
|
||
|
||
`,41:`All values in a formula must have the same unit or be unitless.
|
||
|
||
`,42:`Please provide a number of steps to the modularScale helper.
|
||
|
||
`,43:`Please pass a number or one of the predefined scales to the modularScale helper as the ratio.
|
||
|
||
`,44:`Invalid value passed as base to modularScale, expected number or em/rem string but got %s.
|
||
|
||
`,45:`Passed invalid argument to hslToColorString, please pass a HslColor or HslaColor object.
|
||
|
||
`,46:`Passed invalid argument to rgbToColorString, please pass a RgbColor or RgbaColor object.
|
||
|
||
`,47:`minScreen and maxScreen must be provided as stringified numbers with the same units.
|
||
|
||
`,48:`fromSize and toSize must be provided as stringified numbers with the same units.
|
||
|
||
`,49:`Expects either an array of objects or a single object with the properties prop, fromSize, and toSize.
|
||
|
||
`,50:`Expects the objects in the first argument array to have the properties prop, fromSize, and toSize.
|
||
|
||
`,51:`Expects the first argument object to have the properties prop, fromSize, and toSize.
|
||
|
||
`,52:`fontFace expects either the path to the font file(s) or a name of a local copy.
|
||
|
||
`,53:`fontFace expects localFonts to be an array.
|
||
|
||
`,54:`fontFace expects fileFormats to be an array.
|
||
|
||
`,55:`fontFace expects a name of a font-family.
|
||
|
||
`,56:`linearGradient requries at least 2 color-stops to properly render.
|
||
|
||
`,57:`radialGradient requries at least 2 color-stops to properly render.
|
||
|
||
`,58:`Please supply a filename to retinaImage() as the first argument.
|
||
|
||
`,59:`Passed invalid argument to triangle, please pass correct pointingDirection e.g. 'right'.
|
||
|
||
`,60:"Passed an invalid value to `height` or `width`. Please provide a pixel based unit.\n\n",61:`Property must be a string value.
|
||
|
||
`,62:`borderRadius expects a radius value as a string or number as the second argument.
|
||
|
||
`,63:`borderRadius expects one of "top", "bottom", "left" or "right" as the first argument.
|
||
|
||
`,64:`The animation shorthand only takes 8 arguments. See the specification for more information: http://mdn.io/animation.
|
||
|
||
`,65:`To pass multiple animations please supply them in arrays, e.g. animation(['rotate', '2s'], ['move', '1s'])\\nTo pass a single animation please supply them in simple values, e.g. animation('rotate', '2s').
|
||
|
||
`,66:`The animation shorthand arrays can only have 8 elements. See the specification for more information: http://mdn.io/animation.
|
||
|
||
`,67:`You must provide a template to this method.
|
||
|
||
`,68:`You passed an unsupported selector state to this method.
|
||
|
||
`,69:`Expected a string ending in "px" or a number passed as the first argument to %s(), got %s instead.
|
||
|
||
`,70:`Expected a string ending in "px" or a number passed as the second argument to %s(), got %s instead.
|
||
|
||
`,71:`Passed invalid pixel value %s to %s(), please pass a value like "12px" or 12.
|
||
|
||
`,72:`Passed invalid base value %s to %s(), please pass a value like "12px" or 12.
|
||
|
||
`,73:`Please provide a valid CSS variable.
|
||
|
||
`,74:`CSS variable not found and no default was provided.
|
||
|
||
`,75:`important requires a valid style object, got a %s instead.
|
||
|
||
`,76:`fromSize and toSize must be provided as stringified numbers with the same units as minScreen and maxScreen.
|
||
|
||
`,77:`remToPx expects a value in "rem" but you provided it in "%s".
|
||
|
||
`,78:`base must be set in "px" or "%" but you set it in "%s".
|
||
`};function V8(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r=t[0],o=[],a;for(a=1;a<t.length;a+=1)o.push(t[a]);return o.forEach(function(i){r=r.replace(/%[a-z]/,i)}),r}z(V8,"format");var Tn=function(e){N8(t,e);function t(n){for(var r,o=arguments.length,a=new Array(o>1?o-1:0),i=1;i<o;i++)a[i-1]=arguments[i];return r=e.call(this,V8.apply(void 0,[cz[n]].concat(a)))||this,P8(r)}return z(t,"PolishedError"),t}(gc(Error));function Bu(e){return Math.round(e*255)}z(Bu,"colorToInt");function U8(e,t,n){return Bu(e)+","+Bu(t)+","+Bu(n)}z(U8,"convertToInt");function Ua(e,t,n,r){if(r===void 0&&(r=U8),t===0)return r(n,n,n);var o=(e%360+360)%360/60,a=(1-Math.abs(2*n-1))*t,i=a*(1-Math.abs(o%2-1)),l=0,c=0,d=0;o>=0&&o<1?(l=a,c=i):o>=1&&o<2?(l=i,c=a):o>=2&&o<3?(c=a,d=i):o>=3&&o<4?(c=i,d=a):o>=4&&o<5?(l=i,d=a):o>=5&&o<6&&(l=a,d=i);var p=n-a/2,h=l+p,f=c+p,m=d+p;return r(h,f,m)}z(Ua,"hslToRgb");var mv={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"00ffff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000",blanchedalmond:"ffebcd",blue:"0000ff",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"00ffff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkgrey:"a9a9a9",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkslategrey:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dimgrey:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"ff00ff",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",grey:"808080",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgray:"d3d3d3",lightgreen:"90ee90",lightgrey:"d3d3d3",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370db",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"db7093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"639",red:"f00",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",slategrey:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"fff",whitesmoke:"f5f5f5",yellow:"ff0",yellowgreen:"9acd32"};function W8(e){if(typeof e!="string")return e;var t=e.toLowerCase();return mv[t]?"#"+mv[t]:e}z(W8,"nameToHex");var dz=/^#[a-fA-F0-9]{6}$/,pz=/^#[a-fA-F0-9]{8}$/,fz=/^#[a-fA-F0-9]{3}$/,hz=/^#[a-fA-F0-9]{4}$/,H1=/^rgb\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*\)$/i,mz=/^rgb(?:a)?\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i,gz=/^hsl\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*\)$/i,vz=/^hsl(?:a)?\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i;function fs(e){if(typeof e!="string")throw new Tn(3);var t=W8(e);if(t.match(dz))return{red:parseInt(""+t[1]+t[2],16),green:parseInt(""+t[3]+t[4],16),blue:parseInt(""+t[5]+t[6],16)};if(t.match(pz)){var n=parseFloat((parseInt(""+t[7]+t[8],16)/255).toFixed(2));return{red:parseInt(""+t[1]+t[2],16),green:parseInt(""+t[3]+t[4],16),blue:parseInt(""+t[5]+t[6],16),alpha:n}}if(t.match(fz))return{red:parseInt(""+t[1]+t[1],16),green:parseInt(""+t[2]+t[2],16),blue:parseInt(""+t[3]+t[3],16)};if(t.match(hz)){var r=parseFloat((parseInt(""+t[4]+t[4],16)/255).toFixed(2));return{red:parseInt(""+t[1]+t[1],16),green:parseInt(""+t[2]+t[2],16),blue:parseInt(""+t[3]+t[3],16),alpha:r}}var o=H1.exec(t);if(o)return{red:parseInt(""+o[1],10),green:parseInt(""+o[2],10),blue:parseInt(""+o[3],10)};var a=mz.exec(t.substring(0,50));if(a)return{red:parseInt(""+a[1],10),green:parseInt(""+a[2],10),blue:parseInt(""+a[3],10),alpha:parseFloat(""+a[4])>1?parseFloat(""+a[4])/100:parseFloat(""+a[4])};var i=gz.exec(t);if(i){var l=parseInt(""+i[1],10),c=parseInt(""+i[2],10)/100,d=parseInt(""+i[3],10)/100,p="rgb("+Ua(l,c,d)+")",h=H1.exec(p);if(!h)throw new Tn(4,t,p);return{red:parseInt(""+h[1],10),green:parseInt(""+h[2],10),blue:parseInt(""+h[3],10)}}var f=vz.exec(t.substring(0,50));if(f){var m=parseInt(""+f[1],10),v=parseInt(""+f[2],10)/100,w=parseInt(""+f[3],10)/100,C="rgb("+Ua(m,v,w)+")",D=H1.exec(C);if(!D)throw new Tn(4,t,C);return{red:parseInt(""+D[1],10),green:parseInt(""+D[2],10),blue:parseInt(""+D[3],10),alpha:parseFloat(""+f[4])>1?parseFloat(""+f[4])/100:parseFloat(""+f[4])}}throw new Tn(5)}z(fs,"parseToRgb");function q8(e){var t=e.red/255,n=e.green/255,r=e.blue/255,o=Math.max(t,n,r),a=Math.min(t,n,r),i=(o+a)/2;if(o===a)return e.alpha!==void 0?{hue:0,saturation:0,lightness:i,alpha:e.alpha}:{hue:0,saturation:0,lightness:i};var l,c=o-a,d=i>.5?c/(2-o-a):c/(o+a);switch(o){case t:l=(n-r)/c+(n<r?6:0);break;case n:l=(r-t)/c+2;break;default:l=(t-n)/c+4;break}return l*=60,e.alpha!==void 0?{hue:l,saturation:d,lightness:i,alpha:e.alpha}:{hue:l,saturation:d,lightness:i}}z(q8,"rgbToHsl");function r5(e){return q8(fs(e))}z(r5,"parseToHsl");var yz=z(function(e){return e.length===7&&e[1]===e[2]&&e[3]===e[4]&&e[5]===e[6]?"#"+e[1]+e[3]+e[5]:e},"reduceHexValue"),Df=yz;function Dr(e){var t=e.toString(16);return t.length===1?"0"+t:t}z(Dr,"numberToHex");function Lu(e){return Dr(Math.round(e*255))}z(Lu,"colorToHex");function G8(e,t,n){return Df("#"+Lu(e)+Lu(t)+Lu(n))}z(G8,"convertToHex");function Tl(e,t,n){return Ua(e,t,n,G8)}z(Tl,"hslToHex");function Y8(e,t,n){if(typeof e=="number"&&typeof t=="number"&&typeof n=="number")return Tl(e,t,n);if(typeof e=="object"&&t===void 0&&n===void 0)return Tl(e.hue,e.saturation,e.lightness);throw new Tn(1)}z(Y8,"hsl");function K8(e,t,n,r){if(typeof e=="number"&&typeof t=="number"&&typeof n=="number"&&typeof r=="number")return r>=1?Tl(e,t,n):"rgba("+Ua(e,t,n)+","+r+")";if(typeof e=="object"&&t===void 0&&n===void 0&&r===void 0)return e.alpha>=1?Tl(e.hue,e.saturation,e.lightness):"rgba("+Ua(e.hue,e.saturation,e.lightness)+","+e.alpha+")";throw new Tn(2)}z(K8,"hsla");function vc(e,t,n){if(typeof e=="number"&&typeof t=="number"&&typeof n=="number")return Df("#"+Dr(e)+Dr(t)+Dr(n));if(typeof e=="object"&&t===void 0&&n===void 0)return Df("#"+Dr(e.red)+Dr(e.green)+Dr(e.blue));throw new Tn(6)}z(vc,"rgb");function Wa(e,t,n,r){if(typeof e=="string"&&typeof t=="number"){var o=fs(e);return"rgba("+o.red+","+o.green+","+o.blue+","+t+")"}else{if(typeof e=="number"&&typeof t=="number"&&typeof n=="number"&&typeof r=="number")return r>=1?vc(e,t,n):"rgba("+e+","+t+","+n+","+r+")";if(typeof e=="object"&&t===void 0&&n===void 0&&r===void 0)return e.alpha>=1?vc(e.red,e.green,e.blue):"rgba("+e.red+","+e.green+","+e.blue+","+e.alpha+")"}throw new Tn(7)}z(Wa,"rgba");var wz=z(function(e){return typeof e.red=="number"&&typeof e.green=="number"&&typeof e.blue=="number"&&(typeof e.alpha!="number"||typeof e.alpha>"u")},"isRgb"),Dz=z(function(e){return typeof e.red=="number"&&typeof e.green=="number"&&typeof e.blue=="number"&&typeof e.alpha=="number"},"isRgba"),Ez=z(function(e){return typeof e.hue=="number"&&typeof e.saturation=="number"&&typeof e.lightness=="number"&&(typeof e.alpha!="number"||typeof e.alpha>"u")},"isHsl"),bz=z(function(e){return typeof e.hue=="number"&&typeof e.saturation=="number"&&typeof e.lightness=="number"&&typeof e.alpha=="number"},"isHsla");function o5(e){if(typeof e!="object")throw new Tn(8);if(Dz(e))return Wa(e);if(wz(e))return vc(e);if(bz(e))return K8(e);if(Ez(e))return Y8(e);throw new Tn(8)}z(o5,"toColorString");function a5(e,t,n){return z(function(){var r=n.concat(Array.prototype.slice.call(arguments));return r.length>=t?e.apply(this,r):a5(e,t,r)},"fn")}z(a5,"curried");function hs(e){return a5(e,e.length,[])}z(hs,"curry");function ms(e,t,n){return Math.max(e,Math.min(t,n))}z(ms,"guard");function X8(e,t){if(t==="transparent")return t;var n=r5(t);return o5(On({},n,{lightness:ms(0,1,n.lightness-parseFloat(e))}))}z(X8,"darken");var Cz=hs(X8),xz=Cz;function Z8(e,t){if(t==="transparent")return t;var n=r5(t);return o5(On({},n,{lightness:ms(0,1,n.lightness+parseFloat(e))}))}z(Z8,"lighten");var Sz=hs(Z8),kz=Sz;function Q8(e,t){if(t==="transparent")return t;var n=fs(t),r=typeof n.alpha=="number"?n.alpha:1,o=On({},n,{alpha:ms(0,1,(r*100+parseFloat(e)*100)/100)});return Wa(o)}z(Q8,"opacify");var Az=hs(Q8),Fz=Az;function J8(e,t){if(t==="transparent")return t;var n=fs(t),r=typeof n.alpha=="number"?n.alpha:1,o=On({},n,{alpha:ms(0,1,+(r*100-parseFloat(e)*100).toFixed(2)/100)});return Wa(o)}z(J8,"transparentize");var _z=hs(J8),zz=_z,U={primary:"#FF4785",secondary:"#029CFD",tertiary:"#FAFBFC",ancillary:"#22a699",orange:"#FC521F",gold:"#FFAE00",green:"#66BF3C",seafoam:"#37D5D3",purple:"#6F2CAC",ultraviolet:"#2A0481",lightest:"#FFFFFF",lighter:"#F7FAFC",light:"#EEF3F6",mediumlight:"#ECF4F9",medium:"#D9E8F2",mediumdark:"#73828C",dark:"#5C6870",darker:"#454E54",darkest:"#2E3438",border:"hsla(203, 50%, 30%, 0.15)",positive:"#66BF3C",negative:"#FF4400",warning:"#E69D00",critical:"#FFFFFF",defaultText:"#2E3438",inverseText:"#FFFFFF",positiveText:"#448028",negativeText:"#D43900",warningText:"#A15C20"},Er={app:"#F6F9FC",bar:U.lightest,content:U.lightest,preview:U.lightest,gridCellSize:10,hoverable:zz(.9,U.secondary),positive:"#E1FFD4",negative:"#FEDED2",warning:"#FFF5CF",critical:"#FF4400"},In={fonts:{base:['"Nunito Sans"',"-apple-system",'".SFNSText-Regular"','"San Francisco"',"BlinkMacSystemFont",'"Segoe UI"','"Helvetica Neue"',"Helvetica","Arial","sans-serif"].join(", "),mono:["ui-monospace","Menlo","Monaco",'"Roboto Mono"','"Oxygen Mono"','"Ubuntu Monospace"','"Source Code Pro"','"Droid Sans Mono"','"Courier New"',"monospace"].join(", ")},weight:{regular:400,bold:700},size:{s1:12,s2:14,s3:16,m1:20,m2:24,m3:28,l1:32,l2:40,l3:48,code:90}},e9=V2(E_(),1),Tz=(0,e9.default)(1)(({typography:e})=>({body:{fontFamily:e.fonts.base,fontSize:e.size.s3,margin:0,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",WebkitTapHighlightColor:"rgba(0, 0, 0, 0)",WebkitOverflowScrolling:"touch"},"*":{boxSizing:"border-box"},"h1, h2, h3, h4, h5, h6":{fontWeight:e.weight.regular,margin:0,padding:0},"button, input, textarea, select":{fontFamily:"inherit",fontSize:"inherit",boxSizing:"border-box"},sub:{fontSize:"0.8em",bottom:"-0.2em"},sup:{fontSize:"0.8em",top:"-0.2em"},"b, strong":{fontWeight:e.weight.bold},hr:{border:"none",borderTop:"1px solid silver",clear:"both",marginBottom:"1.25rem"},code:{fontFamily:e.fonts.mono,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",display:"inline-block",paddingLeft:2,paddingRight:2,verticalAlign:"baseline",color:"inherit"},pre:{fontFamily:e.fonts.mono,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",lineHeight:"18px",padding:"11px 1rem",whiteSpace:"pre-wrap",color:"inherit",borderRadius:3,margin:"1rem 0"}}));(0,e9.default)(1)(({color:e,background:t,typography:n})=>{let r=Tz({typography:n});return{...r,body:{...r.body,color:e.defaultText,background:t.app,overflow:"hidden"},hr:{...r.hr,borderTop:`1px solid ${e.border}`}}});var Iz={base:"light",colorPrimary:"#FF4785",colorSecondary:"#029CFD",appBg:Er.app,appContentBg:U.lightest,appPreviewBg:U.lightest,appBorderColor:U.border,appBorderRadius:4,fontBase:In.fonts.base,fontCode:In.fonts.mono,textColor:U.darkest,textInverseColor:U.lightest,textMutedColor:U.dark,barTextColor:U.mediumdark,barHoverColor:U.secondary,barSelectedColor:U.secondary,barBg:U.lightest,buttonBg:Er.app,buttonBorder:U.medium,booleanBg:U.mediumlight,booleanSelectedBg:U.lightest,inputBg:U.lightest,inputBorder:U.border,inputTextColor:U.darkest,inputBorderRadius:4},yc=Iz,Rz={base:"dark",colorPrimary:"#FF4785",colorSecondary:"#029CFD",appBg:"#222425",appContentBg:"#1B1C1D",appPreviewBg:U.lightest,appBorderColor:"rgba(255,255,255,.1)",appBorderRadius:4,fontBase:In.fonts.base,fontCode:In.fonts.mono,textColor:"#C9CDCF",textInverseColor:"#222425",textMutedColor:"#798186",barTextColor:U.mediumdark,barHoverColor:U.secondary,barSelectedColor:U.secondary,barBg:"#292C2E",buttonBg:"#222425",buttonBorder:"rgba(255,255,255,.1)",booleanBg:"#222425",booleanSelectedBg:"#2E3438",inputBg:"#1B1C1D",inputBorder:"rgba(255,255,255,.1)",inputTextColor:U.lightest,inputBorderRadius:4},Bz=Rz,Lz=(()=>{let e;return typeof window<"u"?e=window:typeof globalThis<"u"?e=globalThis:typeof global<"u"?e=global:typeof self<"u"?e=self:e={},e})();const{logger:$z}=__STORYBOOK_MODULE_CLIENT_LOGGER__;var{window:j1}=Lz,Mz=z(e=>({color:e}),"mkColor"),Oz=z(e=>typeof e!="string"?($z.warn(`Color passed to theme object should be a string. Instead ${e}(${typeof e}) was passed.`),!1):!0,"isColorString"),Pz=z(e=>!/(gradient|var|calc)/.test(e),"isValidColorForPolished"),Nz=z((e,t)=>e==="darken"?Wa(`${xz(1,t)}`,.95):e==="lighten"?Wa(`${kz(1,t)}`,.95):t,"applyPolished"),t9=z(e=>t=>{if(!Oz(t)||!Pz(t))return t;try{return Nz(e,t)}catch{return t}},"colorFactory"),ki=t9("lighten");t9("darken");var n9=z(()=>!j1||!j1.matchMedia?"light":j1.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light","getPreferredColorScheme"),Hz={light:yc,dark:Bz,normal:yc};n9();var jz={rubber:"cubic-bezier(0.175, 0.885, 0.335, 1.05)"},Vz=fr`
|
||
from {
|
||
transform: rotate(0deg);
|
||
}
|
||
to {
|
||
transform: rotate(360deg);
|
||
}
|
||
`,r9=fr`
|
||
0%, 100% { opacity: 1; }
|
||
50% { opacity: .4; }
|
||
`,Uz=fr`
|
||
0% { transform: translateY(1px); }
|
||
25% { transform: translateY(0px); }
|
||
50% { transform: translateY(-3px); }
|
||
100% { transform: translateY(1px); }
|
||
`,Wz=fr`
|
||
0%, 100% { transform:translate3d(0,0,0); }
|
||
12.5%, 62.5% { transform:translate3d(-4px,0,0); }
|
||
37.5%, 87.5% { transform: translate3d(4px,0,0); }
|
||
`,qz=I0`
|
||
animation: ${r9} 1.5s ease-in-out infinite;
|
||
color: transparent;
|
||
cursor: progress;
|
||
`,Gz=I0`
|
||
transition: all 150ms ease-out;
|
||
transform: translate3d(0, 0, 0);
|
||
|
||
&:hover {
|
||
transform: translate3d(0, -2px, 0);
|
||
}
|
||
|
||
&:active {
|
||
transform: translate3d(0, 0, 0);
|
||
}
|
||
`,Yz={rotate360:Vz,glow:r9,float:Uz,jiggle:Wz,inlineGlow:qz,hoverable:Gz},Kz={BASE_FONT_FAMILY:"Menlo, monospace",BASE_FONT_SIZE:"11px",BASE_LINE_HEIGHT:1.2,BASE_BACKGROUND_COLOR:"rgb(36, 36, 36)",BASE_COLOR:"rgb(213, 213, 213)",OBJECT_PREVIEW_ARRAY_MAX_PROPERTIES:10,OBJECT_PREVIEW_OBJECT_MAX_PROPERTIES:5,OBJECT_NAME_COLOR:"rgb(227, 110, 236)",OBJECT_VALUE_NULL_COLOR:"rgb(127, 127, 127)",OBJECT_VALUE_UNDEFINED_COLOR:"rgb(127, 127, 127)",OBJECT_VALUE_REGEXP_COLOR:"rgb(233, 63, 59)",OBJECT_VALUE_STRING_COLOR:"rgb(233, 63, 59)",OBJECT_VALUE_SYMBOL_COLOR:"rgb(233, 63, 59)",OBJECT_VALUE_NUMBER_COLOR:"hsl(252, 100%, 75%)",OBJECT_VALUE_BOOLEAN_COLOR:"hsl(252, 100%, 75%)",OBJECT_VALUE_FUNCTION_PREFIX_COLOR:"rgb(85, 106, 242)",HTML_TAG_COLOR:"rgb(93, 176, 215)",HTML_TAGNAME_COLOR:"rgb(93, 176, 215)",HTML_TAGNAME_TEXT_TRANSFORM:"lowercase",HTML_ATTRIBUTE_NAME_COLOR:"rgb(155, 187, 220)",HTML_ATTRIBUTE_VALUE_COLOR:"rgb(242, 151, 102)",HTML_COMMENT_COLOR:"rgb(137, 137, 137)",HTML_DOCTYPE_COLOR:"rgb(192, 192, 192)",ARROW_COLOR:"rgb(145, 145, 145)",ARROW_MARGIN_RIGHT:3,ARROW_FONT_SIZE:12,ARROW_ANIMATION_DURATION:"0",TREENODE_FONT_FAMILY:"Menlo, monospace",TREENODE_FONT_SIZE:"11px",TREENODE_LINE_HEIGHT:1.2,TREENODE_PADDING_LEFT:12,TABLE_BORDER_COLOR:"rgb(85, 85, 85)",TABLE_TH_BACKGROUND_COLOR:"rgb(44, 44, 44)",TABLE_TH_HOVER_COLOR:"rgb(48, 48, 48)",TABLE_SORT_ICON_COLOR:"black",TABLE_DATA_BACKGROUND_IMAGE:"linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 50%, rgba(51, 139, 255, 0.0980392) 50%, rgba(51, 139, 255, 0.0980392))",TABLE_DATA_BACKGROUND_SIZE:"128px 32px"},Xz={BASE_FONT_FAMILY:"Menlo, monospace",BASE_FONT_SIZE:"11px",BASE_LINE_HEIGHT:1.2,BASE_BACKGROUND_COLOR:"white",BASE_COLOR:"black",OBJECT_PREVIEW_ARRAY_MAX_PROPERTIES:10,OBJECT_PREVIEW_OBJECT_MAX_PROPERTIES:5,OBJECT_NAME_COLOR:"rgb(136, 19, 145)",OBJECT_VALUE_NULL_COLOR:"rgb(128, 128, 128)",OBJECT_VALUE_UNDEFINED_COLOR:"rgb(128, 128, 128)",OBJECT_VALUE_REGEXP_COLOR:"rgb(196, 26, 22)",OBJECT_VALUE_STRING_COLOR:"rgb(196, 26, 22)",OBJECT_VALUE_SYMBOL_COLOR:"rgb(196, 26, 22)",OBJECT_VALUE_NUMBER_COLOR:"rgb(28, 0, 207)",OBJECT_VALUE_BOOLEAN_COLOR:"rgb(28, 0, 207)",OBJECT_VALUE_FUNCTION_PREFIX_COLOR:"rgb(13, 34, 170)",HTML_TAG_COLOR:"rgb(168, 148, 166)",HTML_TAGNAME_COLOR:"rgb(136, 18, 128)",HTML_TAGNAME_TEXT_TRANSFORM:"lowercase",HTML_ATTRIBUTE_NAME_COLOR:"rgb(153, 69, 0)",HTML_ATTRIBUTE_VALUE_COLOR:"rgb(26, 26, 166)",HTML_COMMENT_COLOR:"rgb(35, 110, 37)",HTML_DOCTYPE_COLOR:"rgb(192, 192, 192)",ARROW_COLOR:"#6e6e6e",ARROW_MARGIN_RIGHT:3,ARROW_FONT_SIZE:12,ARROW_ANIMATION_DURATION:"0",TREENODE_FONT_FAMILY:"Menlo, monospace",TREENODE_FONT_SIZE:"11px",TREENODE_LINE_HEIGHT:1.2,TREENODE_PADDING_LEFT:12,TABLE_BORDER_COLOR:"#aaa",TABLE_TH_BACKGROUND_COLOR:"#eee",TABLE_TH_HOVER_COLOR:"hsla(0, 0%, 90%, 1)",TABLE_SORT_ICON_COLOR:"#6e6e6e",TABLE_DATA_BACKGROUND_IMAGE:"linear-gradient(to bottom, white, white 50%, rgb(234, 243, 255) 50%, rgb(234, 243, 255))",TABLE_DATA_BACKGROUND_SIZE:"128px 32px"},Zz=z(e=>Object.entries(e).reduce((t,[n,r])=>({...t,[n]:Mz(r)}),{}),"convertColors"),Qz=z(({colors:e,mono:t})=>{let n=Zz(e);return{token:{fontFamily:t,WebkitFontSmoothing:"antialiased","&.tag":n.red3,"&.comment":{...n.green1,fontStyle:"italic"},"&.prolog":{...n.green1,fontStyle:"italic"},"&.doctype":{...n.green1,fontStyle:"italic"},"&.cdata":{...n.green1,fontStyle:"italic"},"&.string":n.red1,"&.url":n.cyan1,"&.symbol":n.cyan1,"&.number":n.cyan1,"&.boolean":n.cyan1,"&.variable":n.cyan1,"&.constant":n.cyan1,"&.inserted":n.cyan1,"&.atrule":n.blue1,"&.keyword":n.blue1,"&.attr-value":n.blue1,"&.punctuation":n.gray1,"&.operator":n.gray1,"&.function":n.gray1,"&.deleted":n.red2,"&.important":{fontWeight:"bold"},"&.bold":{fontWeight:"bold"},"&.italic":{fontStyle:"italic"},"&.class-name":n.cyan2,"&.selector":n.red3,"&.attr-name":n.red4,"&.property":n.red4,"&.regex":n.red4,"&.entity":n.red4,"&.directive.tag .tag":{background:"#ffff00",...n.gray1}},"language-json .token.boolean":n.blue1,"language-json .token.number":n.blue1,"language-json .token.property":n.cyan2,namespace:{opacity:.7}}},"create"),Jz={green1:"#008000",red1:"#A31515",red2:"#9a050f",red3:"#800000",red4:"#ff0000",gray1:"#393A34",cyan1:"#36acaa",cyan2:"#2B91AF",blue1:"#0000ff",blue2:"#00009f"},eT={green1:"#7C7C7C",red1:"#92C379",red2:"#9a050f",red3:"#A8FF60",red4:"#96CBFE",gray1:"#EDEDED",cyan1:"#C6C5FE",cyan2:"#FFFFB6",blue1:"#B474DD",blue2:"#00009f"},tT=z(e=>({primary:e.colorPrimary,secondary:e.colorSecondary,tertiary:U.tertiary,ancillary:U.ancillary,orange:U.orange,gold:U.gold,green:U.green,seafoam:U.seafoam,purple:U.purple,ultraviolet:U.ultraviolet,lightest:U.lightest,lighter:U.lighter,light:U.light,mediumlight:U.mediumlight,medium:U.medium,mediumdark:U.mediumdark,dark:U.dark,darker:U.darker,darkest:U.darkest,border:U.border,positive:U.positive,negative:U.negative,warning:U.warning,critical:U.critical,defaultText:e.textColor||U.darkest,inverseText:e.textInverseColor||U.lightest,positiveText:U.positiveText,negativeText:U.negativeText,warningText:U.warningText}),"createColors"),gv=z((e=Hz[n9()])=>{let{base:t,colorPrimary:n,colorSecondary:r,appBg:o,appContentBg:a,appPreviewBg:i,appBorderColor:l,appBorderRadius:c,fontBase:d,fontCode:p,textColor:h,textInverseColor:f,barTextColor:m,barHoverColor:v,barSelectedColor:w,barBg:C,buttonBg:D,buttonBorder:g,booleanBg:y,booleanSelectedBg:E,inputBg:b,inputBorder:x,inputTextColor:S,inputBorderRadius:k,brandTitle:_,brandUrl:F,brandImage:T,brandTarget:M,gridCellSize:P,...Q}=e;return{...Q,base:t,color:tT(e),background:{app:o,bar:C,content:a,preview:i,gridCellSize:P||Er.gridCellSize,hoverable:Er.hoverable,positive:Er.positive,negative:Er.negative,warning:Er.warning,critical:Er.critical},typography:{fonts:{base:d,mono:p},weight:In.weight,size:In.size},animation:Yz,easing:jz,input:{background:b,border:x,borderRadius:k,color:S},button:{background:D||b,border:g||x},boolean:{background:y||x,selectedBackground:E||b},layoutMargin:10,appBorderColor:l,appBorderRadius:c,barTextColor:m,barHoverColor:v||r,barSelectedColor:w||r,barBg:C,brand:{title:_,url:F,image:T||(_?null:void 0),target:M},code:Qz({colors:t==="light"?Jz:eT,mono:p}),addonActionsTheme:{...t==="light"?Xz:Kz,BASE_FONT_FAMILY:p,BASE_FONT_SIZE:In.size.s2-1,BASE_LINE_HEIGHT:"18px",BASE_BACKGROUND_COLOR:"transparent",BASE_COLOR:h,ARROW_COLOR:Fz(.2,l),ARROW_MARGIN_RIGHT:4,ARROW_FONT_SIZE:8,TREENODE_FONT_FAMILY:p,TREENODE_FONT_SIZE:In.size.s2-1,TREENODE_LINE_HEIGHT:"18px",TREENODE_PADDING_LEFT:12}}},"convert");const{logger:nT}=__STORYBOOK_MODULE_CLIENT_LOGGER__;var rT=z(e=>Object.keys(e).length===0,"isEmpty"),V1=z(e=>e!=null&&typeof e=="object","isObject"),oT=z((e,...t)=>Object.prototype.hasOwnProperty.call(e,...t),"hasOwnProperty"),aT=z(()=>Object.create(null),"makeObjectWithoutPrototype"),o9=z((e,t)=>e===t||!V1(e)||!V1(t)?{}:Object.keys(e).reduce((n,r)=>{if(oT(t,r)){let o=o9(e[r],t[r]);return V1(o)&&rT(o)||(n[r]=o),n}return n[r]=void 0,n},aT()),"deletedDiff"),iT=o9;function a9(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];var r=Array.from(typeof e=="string"?[e]:e);r[r.length-1]=r[r.length-1].replace(/\r?\n([\t ]*)$/,"");var o=r.reduce(function(l,c){var d=c.match(/\n([\t ]+|(?!\s).)/g);return d?l.concat(d.map(function(p){var h,f;return(f=(h=p.match(/[\t ]/g))===null||h===void 0?void 0:h.length)!==null&&f!==void 0?f:0})):l},[]);if(o.length){var a=new RegExp(`
|
||
[ ]{`+Math.min.apply(Math,o)+"}","g");r=r.map(function(l){return l.replace(a,`
|
||
`)})}r[0]=r[0].replace(/^\r?\n/,"");var i=r[0];return t.forEach(function(l,c){var d=i.match(/(?:^|\n)( *)$/),p=d?d[1]:"",h=l;typeof l=="string"&&l.includes(`
|
||
`)&&(h=String(l).split(`
|
||
`).map(function(f,m){return m===0?f:""+p+f}).join(`
|
||
`)),i+=h+r[c+1]}),i}z(a9,"dedent");var uV=z(e=>{if(!e)return gv(yc);let t=iT(yc,e);return Object.keys(t).length&&nT.warn(a9`
|
||
Your theme is missing properties, you should update your theme!
|
||
|
||
theme-data missing:
|
||
`,t),gv(e)},"ensure"),vv="/* emotion-disable-server-rendering-unsafe-selector-warning-please-do-not-use-this-the-warning-exists-for-a-reason */",i9={exports:{}},Rt={},l9={exports:{}},s9={};/**
|
||
* @license React
|
||
* scheduler.production.min.js
|
||
*
|
||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||
*
|
||
* This source code is licensed under the MIT license found in the
|
||
* LICENSE file in the root directory of this source tree.
|
||
*/(function(e){function t(B,$){var O=B.length;B.push($);e:for(;0<O;){var G=O-1>>>1,J=B[G];if(0<o(J,$))B[G]=$,B[O]=J,O=G;else break e}}function n(B){return B.length===0?null:B[0]}function r(B){if(B.length===0)return null;var $=B[0],O=B.pop();if(O!==$){B[0]=O;e:for(var G=0,J=B.length,ie=J>>>1;G<ie;){var se=2*(G+1)-1,V=B[se],Z=se+1,te=B[Z];if(0>o(V,O))Z<J&&0>o(te,V)?(B[G]=te,B[Z]=O,G=Z):(B[G]=V,B[se]=O,G=se);else if(Z<J&&0>o(te,O))B[G]=te,B[Z]=O,G=Z;else break e}}return $}function o(B,$){var O=B.sortIndex-$.sortIndex;return O!==0?O:B.id-$.id}if(typeof performance=="object"&&typeof performance.now=="function"){var a=performance;e.unstable_now=function(){return a.now()}}else{var i=Date,l=i.now();e.unstable_now=function(){return i.now()-l}}var c=[],d=[],p=1,h=null,f=3,m=!1,v=!1,w=!1,C=typeof setTimeout=="function"?setTimeout:null,D=typeof clearTimeout=="function"?clearTimeout:null,g=typeof setImmediate<"u"?setImmediate:null;typeof navigator<"u"&&navigator.scheduling!==void 0&&navigator.scheduling.isInputPending!==void 0&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function y(B){for(var $=n(d);$!==null;){if($.callback===null)r(d);else if($.startTime<=B)r(d),$.sortIndex=$.expirationTime,t(c,$);else break;$=n(d)}}function E(B){if(w=!1,y(B),!v)if(n(c)!==null)v=!0,Y(b);else{var $=n(d);$!==null&&K(E,$.startTime-B)}}function b(B,$){v=!1,w&&(w=!1,D(k),k=-1),m=!0;var O=f;try{for(y($),h=n(c);h!==null&&(!(h.expirationTime>$)||B&&!T());){var G=h.callback;if(typeof G=="function"){h.callback=null,f=h.priorityLevel;var J=G(h.expirationTime<=$);$=e.unstable_now(),typeof J=="function"?h.callback=J:h===n(c)&&r(c),y($)}else r(c);h=n(c)}if(h!==null)var ie=!0;else{var se=n(d);se!==null&&K(E,se.startTime-$),ie=!1}return ie}finally{h=null,f=O,m=!1}}var x=!1,S=null,k=-1,_=5,F=-1;function T(){return!(e.unstable_now()-F<_)}function M(){if(S!==null){var B=e.unstable_now();F=B;var $=!0;try{$=S(!0,B)}finally{$?P():(x=!1,S=null)}}else x=!1}var P;if(typeof g=="function")P=function(){g(M)};else if(typeof MessageChannel<"u"){var Q=new MessageChannel,H=Q.port2;Q.port1.onmessage=M,P=function(){H.postMessage(null)}}else P=function(){C(M,0)};function Y(B){S=B,x||(x=!0,P())}function K(B,$){k=C(function(){B(e.unstable_now())},$)}e.unstable_IdlePriority=5,e.unstable_ImmediatePriority=1,e.unstable_LowPriority=4,e.unstable_NormalPriority=3,e.unstable_Profiling=null,e.unstable_UserBlockingPriority=2,e.unstable_cancelCallback=function(B){B.callback=null},e.unstable_continueExecution=function(){v||m||(v=!0,Y(b))},e.unstable_forceFrameRate=function(B){0>B||125<B?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):_=0<B?Math.floor(1e3/B):5},e.unstable_getCurrentPriorityLevel=function(){return f},e.unstable_getFirstCallbackNode=function(){return n(c)},e.unstable_next=function(B){switch(f){case 1:case 2:case 3:var $=3;break;default:$=f}var O=f;f=$;try{return B()}finally{f=O}},e.unstable_pauseExecution=function(){},e.unstable_requestPaint=function(){},e.unstable_runWithPriority=function(B,$){switch(B){case 1:case 2:case 3:case 4:case 5:break;default:B=3}var O=f;f=B;try{return $()}finally{f=O}},e.unstable_scheduleCallback=function(B,$,O){var G=e.unstable_now();switch(typeof O=="object"&&O!==null?(O=O.delay,O=typeof O=="number"&&0<O?G+O:G):O=G,B){case 1:var J=-1;break;case 2:J=250;break;case 5:J=1073741823;break;case 4:J=1e4;break;default:J=5e3}return J=O+J,B={id:p++,callback:$,priorityLevel:B,startTime:O,expirationTime:J,sortIndex:-1},O>G?(B.sortIndex=O,t(d,B),n(c)===null&&B===n(d)&&(w?(D(k),k=-1):w=!0,K(E,O-G))):(B.sortIndex=J,t(c,B),v||m||(v=!0,Y(b))),B},e.unstable_shouldYield=T,e.unstable_wrapCallback=function(B){var $=f;return function(){var O=f;f=$;try{return B.apply(this,arguments)}finally{f=O}}}})(s9);l9.exports=s9;var lT=l9.exports;/**
|
||
* @license React
|
||
* react-dom.production.min.js
|
||
*
|
||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||
*
|
||
* This source code is licensed under the MIT license found in the
|
||
* LICENSE file in the root directory of this source tree.
|
||
*/var sT=s,zt=lT;function L(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n<arguments.length;n++)t+="&args[]="+encodeURIComponent(arguments[n]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var u9=new Set,Il={};function Mo(e,t){qa(e,t),qa(e+"Capture",t)}function qa(e,t){for(Il[e]=t,e=0;e<t.length;e++)u9.add(t[e])}var lr=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),Ef=Object.prototype.hasOwnProperty,uT=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,yv={},wv={};function cT(e){return Ef.call(wv,e)?!0:Ef.call(yv,e)?!1:uT.test(e)?wv[e]=!0:(yv[e]=!0,!1)}function dT(e,t,n,r){if(n!==null&&n.type===0)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":return r?!1:n!==null?!n.acceptsBooleans:(e=e.toLowerCase().slice(0,5),e!=="data-"&&e!=="aria-");default:return!1}}function pT(e,t,n,r){if(t===null||typeof t>"u"||dT(e,t,n,r))return!0;if(r)return!1;if(n!==null)switch(n.type){case 3:return!t;case 4:return t===!1;case 5:return isNaN(t);case 6:return isNaN(t)||1>t}return!1}function it(e,t,n,r,o,a,i){this.acceptsBooleans=t===2||t===3||t===4,this.attributeName=r,this.attributeNamespace=o,this.mustUseProperty=n,this.propertyName=e,this.type=t,this.sanitizeURL=a,this.removeEmptyString=i}var Ne={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(e){Ne[e]=new it(e,0,!1,e,null,!1,!1)});[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(e){var t=e[0];Ne[t]=new it(t,1,!1,e[1],null,!1,!1)});["contentEditable","draggable","spellCheck","value"].forEach(function(e){Ne[e]=new it(e,2,!1,e.toLowerCase(),null,!1,!1)});["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(e){Ne[e]=new it(e,2,!1,e,null,!1,!1)});"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(e){Ne[e]=new it(e,3,!1,e.toLowerCase(),null,!1,!1)});["checked","multiple","muted","selected"].forEach(function(e){Ne[e]=new it(e,3,!0,e,null,!1,!1)});["capture","download"].forEach(function(e){Ne[e]=new it(e,4,!1,e,null,!1,!1)});["cols","rows","size","span"].forEach(function(e){Ne[e]=new it(e,6,!1,e,null,!1,!1)});["rowSpan","start"].forEach(function(e){Ne[e]=new it(e,5,!1,e.toLowerCase(),null,!1,!1)});var i5=/[\-:]([a-z])/g;function l5(e){return e[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(e){var t=e.replace(i5,l5);Ne[t]=new it(t,1,!1,e,null,!1,!1)});"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(e){var t=e.replace(i5,l5);Ne[t]=new it(t,1,!1,e,"http://www.w3.org/1999/xlink",!1,!1)});["xml:base","xml:lang","xml:space"].forEach(function(e){var t=e.replace(i5,l5);Ne[t]=new it(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)});["tabIndex","crossOrigin"].forEach(function(e){Ne[e]=new it(e,1,!1,e.toLowerCase(),null,!1,!1)});Ne.xlinkHref=new it("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1);["src","href","action","formAction"].forEach(function(e){Ne[e]=new it(e,1,!1,e.toLowerCase(),null,!0,!0)});function s5(e,t,n,r){var o=Ne.hasOwnProperty(t)?Ne[t]:null;(o!==null?o.type!==0:r||!(2<t.length)||t[0]!=="o"&&t[0]!=="O"||t[1]!=="n"&&t[1]!=="N")&&(pT(t,n,o,r)&&(n=null),r||o===null?cT(t)&&(n===null?e.removeAttribute(t):e.setAttribute(t,""+n)):o.mustUseProperty?e[o.propertyName]=n===null?o.type===3?!1:"":n:(t=o.attributeName,r=o.attributeNamespace,n===null?e.removeAttribute(t):(o=o.type,n=o===3||o===4&&n===!0?"":""+n,r?e.setAttributeNS(r,t,n):e.setAttribute(t,n))))}var hr=sT.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,Ys=Symbol.for("react.element"),ua=Symbol.for("react.portal"),ca=Symbol.for("react.fragment"),u5=Symbol.for("react.strict_mode"),bf=Symbol.for("react.profiler"),c9=Symbol.for("react.provider"),d9=Symbol.for("react.context"),c5=Symbol.for("react.forward_ref"),Cf=Symbol.for("react.suspense"),xf=Symbol.for("react.suspense_list"),d5=Symbol.for("react.memo"),br=Symbol.for("react.lazy"),p9=Symbol.for("react.offscreen"),Dv=Symbol.iterator;function Ai(e){return e===null||typeof e!="object"?null:(e=Dv&&e[Dv]||e["@@iterator"],typeof e=="function"?e:null)}var ve=Object.assign,U1;function Qi(e){if(U1===void 0)try{throw Error()}catch(n){var t=n.stack.trim().match(/\n( *(at )?)/);U1=t&&t[1]||""}return`
|
||
`+U1+e}var W1=!1;function q1(e,t){if(!e||W1)return"";W1=!0;var n=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{if(t)if(t=function(){throw Error()},Object.defineProperty(t.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(t,[])}catch(d){var r=d}Reflect.construct(e,[],t)}else{try{t.call()}catch(d){r=d}e.call(t.prototype)}else{try{throw Error()}catch(d){r=d}e()}}catch(d){if(d&&r&&typeof d.stack=="string"){for(var o=d.stack.split(`
|
||
`),a=r.stack.split(`
|
||
`),i=o.length-1,l=a.length-1;1<=i&&0<=l&&o[i]!==a[l];)l--;for(;1<=i&&0<=l;i--,l--)if(o[i]!==a[l]){if(i!==1||l!==1)do if(i--,l--,0>l||o[i]!==a[l]){var c=`
|
||
`+o[i].replace(" at new "," at ");return e.displayName&&c.includes("<anonymous>")&&(c=c.replace("<anonymous>",e.displayName)),c}while(1<=i&&0<=l);break}}}finally{W1=!1,Error.prepareStackTrace=n}return(e=e?e.displayName||e.name:"")?Qi(e):""}function fT(e){switch(e.tag){case 5:return Qi(e.type);case 16:return Qi("Lazy");case 13:return Qi("Suspense");case 19:return Qi("SuspenseList");case 0:case 2:case 15:return e=q1(e.type,!1),e;case 11:return e=q1(e.type.render,!1),e;case 1:return e=q1(e.type,!0),e;default:return""}}function Sf(e){if(e==null)return null;if(typeof e=="function")return e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case ca:return"Fragment";case ua:return"Portal";case bf:return"Profiler";case u5:return"StrictMode";case Cf:return"Suspense";case xf:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case d9:return(e.displayName||"Context")+".Consumer";case c9:return(e._context.displayName||"Context")+".Provider";case c5:var t=e.render;return e=e.displayName,e||(e=t.displayName||t.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case d5:return t=e.displayName||null,t!==null?t:Sf(e.type)||"Memo";case br:t=e._payload,e=e._init;try{return Sf(e(t))}catch{}}return null}function hT(e){var t=e.type;switch(e.tag){case 24:return"Cache";case 9:return(t.displayName||"Context")+".Consumer";case 10:return(t._context.displayName||"Context")+".Provider";case 18:return"DehydratedFragment";case 11:return e=t.render,e=e.displayName||e.name||"",t.displayName||(e!==""?"ForwardRef("+e+")":"ForwardRef");case 7:return"Fragment";case 5:return t;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return Sf(t);case 8:return t===u5?"StrictMode":"Mode";case 22:return"Offscreen";case 12:return"Profiler";case 21:return"Scope";case 13:return"Suspense";case 19:return"SuspenseList";case 25:return"TracingMarker";case 1:case 0:case 17:case 2:case 14:case 15:if(typeof t=="function")return t.displayName||t.name||null;if(typeof t=="string")return t}return null}function Hr(e){switch(typeof e){case"boolean":case"number":case"string":case"undefined":return e;case"object":return e;default:return""}}function f9(e){var t=e.type;return(e=e.nodeName)&&e.toLowerCase()==="input"&&(t==="checkbox"||t==="radio")}function mT(e){var t=f9(e)?"checked":"value",n=Object.getOwnPropertyDescriptor(e.constructor.prototype,t),r=""+e[t];if(!e.hasOwnProperty(t)&&typeof n<"u"&&typeof n.get=="function"&&typeof n.set=="function"){var o=n.get,a=n.set;return Object.defineProperty(e,t,{configurable:!0,get:function(){return o.call(this)},set:function(i){r=""+i,a.call(this,i)}}),Object.defineProperty(e,t,{enumerable:n.enumerable}),{getValue:function(){return r},setValue:function(i){r=""+i},stopTracking:function(){e._valueTracker=null,delete e[t]}}}}function Ks(e){e._valueTracker||(e._valueTracker=mT(e))}function h9(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var n=t.getValue(),r="";return e&&(r=f9(e)?e.checked?"true":"false":e.value),e=r,e!==n?(t.setValue(e),!0):!1}function wc(e){if(e=e||(typeof document<"u"?document:void 0),typeof e>"u")return null;try{return e.activeElement||e.body}catch{return e.body}}function kf(e,t){var n=t.checked;return ve({},t,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:n??e._wrapperState.initialChecked})}function Ev(e,t){var n=t.defaultValue==null?"":t.defaultValue,r=t.checked!=null?t.checked:t.defaultChecked;n=Hr(t.value!=null?t.value:n),e._wrapperState={initialChecked:r,initialValue:n,controlled:t.type==="checkbox"||t.type==="radio"?t.checked!=null:t.value!=null}}function m9(e,t){t=t.checked,t!=null&&s5(e,"checked",t,!1)}function Af(e,t){m9(e,t);var n=Hr(t.value),r=t.type;if(n!=null)r==="number"?(n===0&&e.value===""||e.value!=n)&&(e.value=""+n):e.value!==""+n&&(e.value=""+n);else if(r==="submit"||r==="reset"){e.removeAttribute("value");return}t.hasOwnProperty("value")?Ff(e,t.type,n):t.hasOwnProperty("defaultValue")&&Ff(e,t.type,Hr(t.defaultValue)),t.checked==null&&t.defaultChecked!=null&&(e.defaultChecked=!!t.defaultChecked)}function bv(e,t,n){if(t.hasOwnProperty("value")||t.hasOwnProperty("defaultValue")){var r=t.type;if(!(r!=="submit"&&r!=="reset"||t.value!==void 0&&t.value!==null))return;t=""+e._wrapperState.initialValue,n||t===e.value||(e.value=t),e.defaultValue=t}n=e.name,n!==""&&(e.name=""),e.defaultChecked=!!e._wrapperState.initialChecked,n!==""&&(e.name=n)}function Ff(e,t,n){(t!=="number"||wc(e.ownerDocument)!==e)&&(n==null?e.defaultValue=""+e._wrapperState.initialValue:e.defaultValue!==""+n&&(e.defaultValue=""+n))}var Ji=Array.isArray;function ba(e,t,n,r){if(e=e.options,t){t={};for(var o=0;o<n.length;o++)t["$"+n[o]]=!0;for(n=0;n<e.length;n++)o=t.hasOwnProperty("$"+e[n].value),e[n].selected!==o&&(e[n].selected=o),o&&r&&(e[n].defaultSelected=!0)}else{for(n=""+Hr(n),t=null,o=0;o<e.length;o++){if(e[o].value===n){e[o].selected=!0,r&&(e[o].defaultSelected=!0);return}t!==null||e[o].disabled||(t=e[o])}t!==null&&(t.selected=!0)}}function _f(e,t){if(t.dangerouslySetInnerHTML!=null)throw Error(L(91));return ve({},t,{value:void 0,defaultValue:void 0,children:""+e._wrapperState.initialValue})}function Cv(e,t){var n=t.value;if(n==null){if(n=t.children,t=t.defaultValue,n!=null){if(t!=null)throw Error(L(92));if(Ji(n)){if(1<n.length)throw Error(L(93));n=n[0]}t=n}t==null&&(t=""),n=t}e._wrapperState={initialValue:Hr(n)}}function g9(e,t){var n=Hr(t.value),r=Hr(t.defaultValue);n!=null&&(n=""+n,n!==e.value&&(e.value=n),t.defaultValue==null&&e.defaultValue!==n&&(e.defaultValue=n)),r!=null&&(e.defaultValue=""+r)}function xv(e){var t=e.textContent;t===e._wrapperState.initialValue&&t!==""&&t!==null&&(e.value=t)}function v9(e){switch(e){case"svg":return"http://www.w3.org/2000/svg";case"math":return"http://www.w3.org/1998/Math/MathML";default:return"http://www.w3.org/1999/xhtml"}}function zf(e,t){return e==null||e==="http://www.w3.org/1999/xhtml"?v9(t):e==="http://www.w3.org/2000/svg"&&t==="foreignObject"?"http://www.w3.org/1999/xhtml":e}var Xs,y9=function(e){return typeof MSApp<"u"&&MSApp.execUnsafeLocalFunction?function(t,n,r,o){MSApp.execUnsafeLocalFunction(function(){return e(t,n,r,o)})}:e}(function(e,t){if(e.namespaceURI!=="http://www.w3.org/2000/svg"||"innerHTML"in e)e.innerHTML=t;else{for(Xs=Xs||document.createElement("div"),Xs.innerHTML="<svg>"+t.valueOf().toString()+"</svg>",t=Xs.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;t.firstChild;)e.appendChild(t.firstChild)}});function Rl(e,t){if(t){var n=e.firstChild;if(n&&n===e.lastChild&&n.nodeType===3){n.nodeValue=t;return}}e.textContent=t}var ml={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},gT=["Webkit","ms","Moz","O"];Object.keys(ml).forEach(function(e){gT.forEach(function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),ml[t]=ml[e]})});function w9(e,t,n){return t==null||typeof t=="boolean"||t===""?"":n||typeof t!="number"||t===0||ml.hasOwnProperty(e)&&ml[e]?(""+t).trim():t+"px"}function D9(e,t){e=e.style;for(var n in t)if(t.hasOwnProperty(n)){var r=n.indexOf("--")===0,o=w9(n,t[n],r);n==="float"&&(n="cssFloat"),r?e.setProperty(n,o):e[n]=o}}var vT=ve({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function Tf(e,t){if(t){if(vT[e]&&(t.children!=null||t.dangerouslySetInnerHTML!=null))throw Error(L(137,e));if(t.dangerouslySetInnerHTML!=null){if(t.children!=null)throw Error(L(60));if(typeof t.dangerouslySetInnerHTML!="object"||!("__html"in t.dangerouslySetInnerHTML))throw Error(L(61))}if(t.style!=null&&typeof t.style!="object")throw Error(L(62))}}function If(e,t){if(e.indexOf("-")===-1)return typeof t.is=="string";switch(e){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var Rf=null;function p5(e){return e=e.target||e.srcElement||window,e.correspondingUseElement&&(e=e.correspondingUseElement),e.nodeType===3?e.parentNode:e}var Bf=null,Ca=null,xa=null;function Sv(e){if(e=ys(e)){if(typeof Bf!="function")throw Error(L(280));var t=e.stateNode;t&&(t=M0(t),Bf(e.stateNode,e.type,t))}}function E9(e){Ca?xa?xa.push(e):xa=[e]:Ca=e}function b9(){if(Ca){var e=Ca,t=xa;if(xa=Ca=null,Sv(e),t)for(e=0;e<t.length;e++)Sv(t[e])}}function C9(e,t){return e(t)}function x9(){}var G1=!1;function S9(e,t,n){if(G1)return e(t,n);G1=!0;try{return C9(e,t,n)}finally{G1=!1,(Ca!==null||xa!==null)&&(x9(),b9())}}function Bl(e,t){var n=e.stateNode;if(n===null)return null;var r=M0(n);if(r===null)return null;n=r[t];e:switch(t){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(r=!r.disabled)||(e=e.type,r=!(e==="button"||e==="input"||e==="select"||e==="textarea")),e=!r;break e;default:e=!1}if(e)return null;if(n&&typeof n!="function")throw Error(L(231,t,typeof n));return n}var Lf=!1;if(lr)try{var Fi={};Object.defineProperty(Fi,"passive",{get:function(){Lf=!0}}),window.addEventListener("test",Fi,Fi),window.removeEventListener("test",Fi,Fi)}catch{Lf=!1}function yT(e,t,n,r,o,a,i,l,c){var d=Array.prototype.slice.call(arguments,3);try{t.apply(n,d)}catch(p){this.onError(p)}}var gl=!1,Dc=null,Ec=!1,$f=null,wT={onError:function(e){gl=!0,Dc=e}};function DT(e,t,n,r,o,a,i,l,c){gl=!1,Dc=null,yT.apply(wT,arguments)}function ET(e,t,n,r,o,a,i,l,c){if(DT.apply(this,arguments),gl){if(gl){var d=Dc;gl=!1,Dc=null}else throw Error(L(198));Ec||(Ec=!0,$f=d)}}function Oo(e){var t=e,n=e;if(e.alternate)for(;t.return;)t=t.return;else{e=t;do t=e,t.flags&4098&&(n=t.return),e=t.return;while(e)}return t.tag===3?n:null}function k9(e){if(e.tag===13){var t=e.memoizedState;if(t===null&&(e=e.alternate,e!==null&&(t=e.memoizedState)),t!==null)return t.dehydrated}return null}function kv(e){if(Oo(e)!==e)throw Error(L(188))}function bT(e){var t=e.alternate;if(!t){if(t=Oo(e),t===null)throw Error(L(188));return t!==e?null:e}for(var n=e,r=t;;){var o=n.return;if(o===null)break;var a=o.alternate;if(a===null){if(r=o.return,r!==null){n=r;continue}break}if(o.child===a.child){for(a=o.child;a;){if(a===n)return kv(o),e;if(a===r)return kv(o),t;a=a.sibling}throw Error(L(188))}if(n.return!==r.return)n=o,r=a;else{for(var i=!1,l=o.child;l;){if(l===n){i=!0,n=o,r=a;break}if(l===r){i=!0,r=o,n=a;break}l=l.sibling}if(!i){for(l=a.child;l;){if(l===n){i=!0,n=a,r=o;break}if(l===r){i=!0,r=a,n=o;break}l=l.sibling}if(!i)throw Error(L(189))}}if(n.alternate!==r)throw Error(L(190))}if(n.tag!==3)throw Error(L(188));return n.stateNode.current===n?e:t}function A9(e){return e=bT(e),e!==null?F9(e):null}function F9(e){if(e.tag===5||e.tag===6)return e;for(e=e.child;e!==null;){var t=F9(e);if(t!==null)return t;e=e.sibling}return null}var _9=zt.unstable_scheduleCallback,Av=zt.unstable_cancelCallback,CT=zt.unstable_shouldYield,xT=zt.unstable_requestPaint,we=zt.unstable_now,ST=zt.unstable_getCurrentPriorityLevel,f5=zt.unstable_ImmediatePriority,z9=zt.unstable_UserBlockingPriority,bc=zt.unstable_NormalPriority,kT=zt.unstable_LowPriority,T9=zt.unstable_IdlePriority,R0=null,Bn=null;function AT(e){if(Bn&&typeof Bn.onCommitFiberRoot=="function")try{Bn.onCommitFiberRoot(R0,e,void 0,(e.current.flags&128)===128)}catch{}}var an=Math.clz32?Math.clz32:zT,FT=Math.log,_T=Math.LN2;function zT(e){return e>>>=0,e===0?32:31-(FT(e)/_T|0)|0}var Zs=64,Qs=4194304;function el(e){switch(e&-e){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return e&4194240;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return e&130023424;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 1073741824;default:return e}}function Cc(e,t){var n=e.pendingLanes;if(n===0)return 0;var r=0,o=e.suspendedLanes,a=e.pingedLanes,i=n&268435455;if(i!==0){var l=i&~o;l!==0?r=el(l):(a&=i,a!==0&&(r=el(a)))}else i=n&~o,i!==0?r=el(i):a!==0&&(r=el(a));if(r===0)return 0;if(t!==0&&t!==r&&!(t&o)&&(o=r&-r,a=t&-t,o>=a||o===16&&(a&4194240)!==0))return t;if(r&4&&(r|=n&16),t=e.entangledLanes,t!==0)for(e=e.entanglements,t&=r;0<t;)n=31-an(t),o=1<<n,r|=e[n],t&=~o;return r}function TT(e,t){switch(e){case 1:case 2:case 4:return t+250;case 8:case 16:case 32:case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return t+5e3;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return-1;case 134217728:case 268435456:case 536870912:case 1073741824:return-1;default:return-1}}function IT(e,t){for(var n=e.suspendedLanes,r=e.pingedLanes,o=e.expirationTimes,a=e.pendingLanes;0<a;){var i=31-an(a),l=1<<i,c=o[i];c===-1?(!(l&n)||l&r)&&(o[i]=TT(l,t)):c<=t&&(e.expiredLanes|=l),a&=~l}}function Mf(e){return e=e.pendingLanes&-1073741825,e!==0?e:e&1073741824?1073741824:0}function I9(){var e=Zs;return Zs<<=1,!(Zs&4194240)&&(Zs=64),e}function Y1(e){for(var t=[],n=0;31>n;n++)t.push(e);return t}function gs(e,t,n){e.pendingLanes|=t,t!==536870912&&(e.suspendedLanes=0,e.pingedLanes=0),e=e.eventTimes,t=31-an(t),e[t]=n}function RT(e,t){var n=e.pendingLanes&~t;e.pendingLanes=t,e.suspendedLanes=0,e.pingedLanes=0,e.expiredLanes&=t,e.mutableReadLanes&=t,e.entangledLanes&=t,t=e.entanglements;var r=e.eventTimes;for(e=e.expirationTimes;0<n;){var o=31-an(n),a=1<<o;t[o]=0,r[o]=-1,e[o]=-1,n&=~a}}function h5(e,t){var n=e.entangledLanes|=t;for(e=e.entanglements;n;){var r=31-an(n),o=1<<r;o&t|e[r]&t&&(e[r]|=t),n&=~o}}var le=0;function R9(e){return e&=-e,1<e?4<e?e&268435455?16:536870912:4:1}var B9,m5,L9,$9,M9,Of=!1,Js=[],zr=null,Tr=null,Ir=null,Ll=new Map,$l=new Map,kr=[],BT="mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput copy cut paste click change contextmenu reset submit".split(" ");function Fv(e,t){switch(e){case"focusin":case"focusout":zr=null;break;case"dragenter":case"dragleave":Tr=null;break;case"mouseover":case"mouseout":Ir=null;break;case"pointerover":case"pointerout":Ll.delete(t.pointerId);break;case"gotpointercapture":case"lostpointercapture":$l.delete(t.pointerId)}}function _i(e,t,n,r,o,a){return e===null||e.nativeEvent!==a?(e={blockedOn:t,domEventName:n,eventSystemFlags:r,nativeEvent:a,targetContainers:[o]},t!==null&&(t=ys(t),t!==null&&m5(t)),e):(e.eventSystemFlags|=r,t=e.targetContainers,o!==null&&t.indexOf(o)===-1&&t.push(o),e)}function LT(e,t,n,r,o){switch(t){case"focusin":return zr=_i(zr,e,t,n,r,o),!0;case"dragenter":return Tr=_i(Tr,e,t,n,r,o),!0;case"mouseover":return Ir=_i(Ir,e,t,n,r,o),!0;case"pointerover":var a=o.pointerId;return Ll.set(a,_i(Ll.get(a)||null,e,t,n,r,o)),!0;case"gotpointercapture":return a=o.pointerId,$l.set(a,_i($l.get(a)||null,e,t,n,r,o)),!0}return!1}function O9(e){var t=fo(e.target);if(t!==null){var n=Oo(t);if(n!==null){if(t=n.tag,t===13){if(t=k9(n),t!==null){e.blockedOn=t,M9(e.priority,function(){L9(n)});return}}else if(t===3&&n.stateNode.current.memoizedState.isDehydrated){e.blockedOn=n.tag===3?n.stateNode.containerInfo:null;return}}}e.blockedOn=null}function $u(e){if(e.blockedOn!==null)return!1;for(var t=e.targetContainers;0<t.length;){var n=Pf(e.domEventName,e.eventSystemFlags,t[0],e.nativeEvent);if(n===null){n=e.nativeEvent;var r=new n.constructor(n.type,n);Rf=r,n.target.dispatchEvent(r),Rf=null}else return t=ys(n),t!==null&&m5(t),e.blockedOn=n,!1;t.shift()}return!0}function _v(e,t,n){$u(e)&&n.delete(t)}function $T(){Of=!1,zr!==null&&$u(zr)&&(zr=null),Tr!==null&&$u(Tr)&&(Tr=null),Ir!==null&&$u(Ir)&&(Ir=null),Ll.forEach(_v),$l.forEach(_v)}function zi(e,t){e.blockedOn===t&&(e.blockedOn=null,Of||(Of=!0,zt.unstable_scheduleCallback(zt.unstable_NormalPriority,$T)))}function Ml(e){function t(o){return zi(o,e)}if(0<Js.length){zi(Js[0],e);for(var n=1;n<Js.length;n++){var r=Js[n];r.blockedOn===e&&(r.blockedOn=null)}}for(zr!==null&&zi(zr,e),Tr!==null&&zi(Tr,e),Ir!==null&&zi(Ir,e),Ll.forEach(t),$l.forEach(t),n=0;n<kr.length;n++)r=kr[n],r.blockedOn===e&&(r.blockedOn=null);for(;0<kr.length&&(n=kr[0],n.blockedOn===null);)O9(n),n.blockedOn===null&&kr.shift()}var Sa=hr.ReactCurrentBatchConfig,xc=!0;function MT(e,t,n,r){var o=le,a=Sa.transition;Sa.transition=null;try{le=1,g5(e,t,n,r)}finally{le=o,Sa.transition=a}}function OT(e,t,n,r){var o=le,a=Sa.transition;Sa.transition=null;try{le=4,g5(e,t,n,r)}finally{le=o,Sa.transition=a}}function g5(e,t,n,r){if(xc){var o=Pf(e,t,n,r);if(o===null)od(e,t,r,Sc,n),Fv(e,r);else if(LT(o,e,t,n,r))r.stopPropagation();else if(Fv(e,r),t&4&&-1<BT.indexOf(e)){for(;o!==null;){var a=ys(o);if(a!==null&&B9(a),a=Pf(e,t,n,r),a===null&&od(e,t,r,Sc,n),a===o)break;o=a}o!==null&&r.stopPropagation()}else od(e,t,r,null,n)}}var Sc=null;function Pf(e,t,n,r){if(Sc=null,e=p5(r),e=fo(e),e!==null)if(t=Oo(e),t===null)e=null;else if(n=t.tag,n===13){if(e=k9(t),e!==null)return e;e=null}else if(n===3){if(t.stateNode.current.memoizedState.isDehydrated)return t.tag===3?t.stateNode.containerInfo:null;e=null}else t!==e&&(e=null);return Sc=e,null}function P9(e){switch(e){case"cancel":case"click":case"close":case"contextmenu":case"copy":case"cut":case"auxclick":case"dblclick":case"dragend":case"dragstart":case"drop":case"focusin":case"focusout":case"input":case"invalid":case"keydown":case"keypress":case"keyup":case"mousedown":case"mouseup":case"paste":case"pause":case"play":case"pointercancel":case"pointerdown":case"pointerup":case"ratechange":case"reset":case"resize":case"seeked":case"submit":case"touchcancel":case"touchend":case"touchstart":case"volumechange":case"change":case"selectionchange":case"textInput":case"compositionstart":case"compositionend":case"compositionupdate":case"beforeblur":case"afterblur":case"beforeinput":case"blur":case"fullscreenchange":case"focus":case"hashchange":case"popstate":case"select":case"selectstart":return 1;case"drag":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"mousemove":case"mouseout":case"mouseover":case"pointermove":case"pointerout":case"pointerover":case"scroll":case"toggle":case"touchmove":case"wheel":case"mouseenter":case"mouseleave":case"pointerenter":case"pointerleave":return 4;case"message":switch(ST()){case f5:return 1;case z9:return 4;case bc:case kT:return 16;case T9:return 536870912;default:return 16}default:return 16}}var Fr=null,v5=null,Mu=null;function N9(){if(Mu)return Mu;var e,t=v5,n=t.length,r,o="value"in Fr?Fr.value:Fr.textContent,a=o.length;for(e=0;e<n&&t[e]===o[e];e++);var i=n-e;for(r=1;r<=i&&t[n-r]===o[a-r];r++);return Mu=o.slice(e,1<r?1-r:void 0)}function Ou(e){var t=e.keyCode;return"charCode"in e?(e=e.charCode,e===0&&t===13&&(e=13)):e=t,e===10&&(e=13),32<=e||e===13?e:0}function eu(){return!0}function zv(){return!1}function Bt(e){function t(n,r,o,a,i){this._reactName=n,this._targetInst=o,this.type=r,this.nativeEvent=a,this.target=i,this.currentTarget=null;for(var l in e)e.hasOwnProperty(l)&&(n=e[l],this[l]=n?n(a):a[l]);return this.isDefaultPrevented=(a.defaultPrevented!=null?a.defaultPrevented:a.returnValue===!1)?eu:zv,this.isPropagationStopped=zv,this}return ve(t.prototype,{preventDefault:function(){this.defaultPrevented=!0;var n=this.nativeEvent;n&&(n.preventDefault?n.preventDefault():typeof n.returnValue!="unknown"&&(n.returnValue=!1),this.isDefaultPrevented=eu)},stopPropagation:function(){var n=this.nativeEvent;n&&(n.stopPropagation?n.stopPropagation():typeof n.cancelBubble!="unknown"&&(n.cancelBubble=!0),this.isPropagationStopped=eu)},persist:function(){},isPersistent:eu}),t}var pi={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},y5=Bt(pi),vs=ve({},pi,{view:0,detail:0}),PT=Bt(vs),K1,X1,Ti,B0=ve({},vs,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:w5,button:0,buttons:0,relatedTarget:function(e){return e.relatedTarget===void 0?e.fromElement===e.srcElement?e.toElement:e.fromElement:e.relatedTarget},movementX:function(e){return"movementX"in e?e.movementX:(e!==Ti&&(Ti&&e.type==="mousemove"?(K1=e.screenX-Ti.screenX,X1=e.screenY-Ti.screenY):X1=K1=0,Ti=e),K1)},movementY:function(e){return"movementY"in e?e.movementY:X1}}),Tv=Bt(B0),NT=ve({},B0,{dataTransfer:0}),HT=Bt(NT),jT=ve({},vs,{relatedTarget:0}),Z1=Bt(jT),VT=ve({},pi,{animationName:0,elapsedTime:0,pseudoElement:0}),UT=Bt(VT),WT=ve({},pi,{clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}}),qT=Bt(WT),GT=ve({},pi,{data:0}),Iv=Bt(GT),YT={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},KT={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"},XT={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function ZT(e){var t=this.nativeEvent;return t.getModifierState?t.getModifierState(e):(e=XT[e])?!!t[e]:!1}function w5(){return ZT}var QT=ve({},vs,{key:function(e){if(e.key){var t=YT[e.key]||e.key;if(t!=="Unidentified")return t}return e.type==="keypress"?(e=Ou(e),e===13?"Enter":String.fromCharCode(e)):e.type==="keydown"||e.type==="keyup"?KT[e.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:w5,charCode:function(e){return e.type==="keypress"?Ou(e):0},keyCode:function(e){return e.type==="keydown"||e.type==="keyup"?e.keyCode:0},which:function(e){return e.type==="keypress"?Ou(e):e.type==="keydown"||e.type==="keyup"?e.keyCode:0}}),JT=Bt(QT),eI=ve({},B0,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),Rv=Bt(eI),tI=ve({},vs,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:w5}),nI=Bt(tI),rI=ve({},pi,{propertyName:0,elapsedTime:0,pseudoElement:0}),oI=Bt(rI),aI=ve({},B0,{deltaX:function(e){return"deltaX"in e?e.deltaX:"wheelDeltaX"in e?-e.wheelDeltaX:0},deltaY:function(e){return"deltaY"in e?e.deltaY:"wheelDeltaY"in e?-e.wheelDeltaY:"wheelDelta"in e?-e.wheelDelta:0},deltaZ:0,deltaMode:0}),iI=Bt(aI),lI=[9,13,27,32],D5=lr&&"CompositionEvent"in window,vl=null;lr&&"documentMode"in document&&(vl=document.documentMode);var sI=lr&&"TextEvent"in window&&!vl,H9=lr&&(!D5||vl&&8<vl&&11>=vl),Bv=" ",Lv=!1;function j9(e,t){switch(e){case"keyup":return lI.indexOf(t.keyCode)!==-1;case"keydown":return t.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function V9(e){return e=e.detail,typeof e=="object"&&"data"in e?e.data:null}var da=!1;function uI(e,t){switch(e){case"compositionend":return V9(t);case"keypress":return t.which!==32?null:(Lv=!0,Bv);case"textInput":return e=t.data,e===Bv&&Lv?null:e;default:return null}}function cI(e,t){if(da)return e==="compositionend"||!D5&&j9(e,t)?(e=N9(),Mu=v5=Fr=null,da=!1,e):null;switch(e){case"paste":return null;case"keypress":if(!(t.ctrlKey||t.altKey||t.metaKey)||t.ctrlKey&&t.altKey){if(t.char&&1<t.char.length)return t.char;if(t.which)return String.fromCharCode(t.which)}return null;case"compositionend":return H9&&t.locale!=="ko"?null:t.data;default:return null}}var dI={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function $v(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t==="input"?!!dI[e.type]:t==="textarea"}function U9(e,t,n,r){E9(r),t=kc(t,"onChange"),0<t.length&&(n=new y5("onChange","change",null,n,r),e.push({event:n,listeners:t}))}var yl=null,Ol=null;function pI(e){tD(e,0)}function L0(e){var t=ha(e);if(h9(t))return e}function fI(e,t){if(e==="change")return t}var W9=!1;if(lr){var Q1;if(lr){var J1="oninput"in document;if(!J1){var Mv=document.createElement("div");Mv.setAttribute("oninput","return;"),J1=typeof Mv.oninput=="function"}Q1=J1}else Q1=!1;W9=Q1&&(!document.documentMode||9<document.documentMode)}function Ov(){yl&&(yl.detachEvent("onpropertychange",q9),Ol=yl=null)}function q9(e){if(e.propertyName==="value"&&L0(Ol)){var t=[];U9(t,Ol,e,p5(e)),S9(pI,t)}}function hI(e,t,n){e==="focusin"?(Ov(),yl=t,Ol=n,yl.attachEvent("onpropertychange",q9)):e==="focusout"&&Ov()}function mI(e){if(e==="selectionchange"||e==="keyup"||e==="keydown")return L0(Ol)}function gI(e,t){if(e==="click")return L0(t)}function vI(e,t){if(e==="input"||e==="change")return L0(t)}function yI(e,t){return e===t&&(e!==0||1/e===1/t)||e!==e&&t!==t}var un=typeof Object.is=="function"?Object.is:yI;function Pl(e,t){if(un(e,t))return!0;if(typeof e!="object"||e===null||typeof t!="object"||t===null)return!1;var n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return!1;for(r=0;r<n.length;r++){var o=n[r];if(!Ef.call(t,o)||!un(e[o],t[o]))return!1}return!0}function Pv(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function Nv(e,t){var n=Pv(e);e=0;for(var r;n;){if(n.nodeType===3){if(r=e+n.textContent.length,e<=t&&r>=t)return{node:n,offset:t-e};e=r}e:{for(;n;){if(n.nextSibling){n=n.nextSibling;break e}n=n.parentNode}n=void 0}n=Pv(n)}}function G9(e,t){return e&&t?e===t?!0:e&&e.nodeType===3?!1:t&&t.nodeType===3?G9(e,t.parentNode):"contains"in e?e.contains(t):e.compareDocumentPosition?!!(e.compareDocumentPosition(t)&16):!1:!1}function Y9(){for(var e=window,t=wc();t instanceof e.HTMLIFrameElement;){try{var n=typeof t.contentWindow.location.href=="string"}catch{n=!1}if(n)e=t.contentWindow;else break;t=wc(e.document)}return t}function E5(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&(t==="input"&&(e.type==="text"||e.type==="search"||e.type==="tel"||e.type==="url"||e.type==="password")||t==="textarea"||e.contentEditable==="true")}function wI(e){var t=Y9(),n=e.focusedElem,r=e.selectionRange;if(t!==n&&n&&n.ownerDocument&&G9(n.ownerDocument.documentElement,n)){if(r!==null&&E5(n)){if(t=r.start,e=r.end,e===void 0&&(e=t),"selectionStart"in n)n.selectionStart=t,n.selectionEnd=Math.min(e,n.value.length);else if(e=(t=n.ownerDocument||document)&&t.defaultView||window,e.getSelection){e=e.getSelection();var o=n.textContent.length,a=Math.min(r.start,o);r=r.end===void 0?a:Math.min(r.end,o),!e.extend&&a>r&&(o=r,r=a,a=o),o=Nv(n,a);var i=Nv(n,r);o&&i&&(e.rangeCount!==1||e.anchorNode!==o.node||e.anchorOffset!==o.offset||e.focusNode!==i.node||e.focusOffset!==i.offset)&&(t=t.createRange(),t.setStart(o.node,o.offset),e.removeAllRanges(),a>r?(e.addRange(t),e.extend(i.node,i.offset)):(t.setEnd(i.node,i.offset),e.addRange(t)))}}for(t=[],e=n;e=e.parentNode;)e.nodeType===1&&t.push({element:e,left:e.scrollLeft,top:e.scrollTop});for(typeof n.focus=="function"&&n.focus(),n=0;n<t.length;n++)e=t[n],e.element.scrollLeft=e.left,e.element.scrollTop=e.top}}var DI=lr&&"documentMode"in document&&11>=document.documentMode,pa=null,Nf=null,wl=null,Hf=!1;function Hv(e,t,n){var r=n.window===n?n.document:n.nodeType===9?n:n.ownerDocument;Hf||pa==null||pa!==wc(r)||(r=pa,"selectionStart"in r&&E5(r)?r={start:r.selectionStart,end:r.selectionEnd}:(r=(r.ownerDocument&&r.ownerDocument.defaultView||window).getSelection(),r={anchorNode:r.anchorNode,anchorOffset:r.anchorOffset,focusNode:r.focusNode,focusOffset:r.focusOffset}),wl&&Pl(wl,r)||(wl=r,r=kc(Nf,"onSelect"),0<r.length&&(t=new y5("onSelect","select",null,t,n),e.push({event:t,listeners:r}),t.target=pa)))}function tu(e,t){var n={};return n[e.toLowerCase()]=t.toLowerCase(),n["Webkit"+e]="webkit"+t,n["Moz"+e]="moz"+t,n}var fa={animationend:tu("Animation","AnimationEnd"),animationiteration:tu("Animation","AnimationIteration"),animationstart:tu("Animation","AnimationStart"),transitionend:tu("Transition","TransitionEnd")},ed={},K9={};lr&&(K9=document.createElement("div").style,"AnimationEvent"in window||(delete fa.animationend.animation,delete fa.animationiteration.animation,delete fa.animationstart.animation),"TransitionEvent"in window||delete fa.transitionend.transition);function $0(e){if(ed[e])return ed[e];if(!fa[e])return e;var t=fa[e],n;for(n in t)if(t.hasOwnProperty(n)&&n in K9)return ed[e]=t[n];return e}var X9=$0("animationend"),Z9=$0("animationiteration"),Q9=$0("animationstart"),J9=$0("transitionend"),eD=new Map,jv="abort auxClick cancel canPlay canPlayThrough click close contextMenu copy cut drag dragEnd dragEnter dragExit dragLeave dragOver dragStart drop durationChange emptied encrypted ended error gotPointerCapture input invalid keyDown keyPress keyUp load loadedData loadedMetadata loadStart lostPointerCapture mouseDown mouseMove mouseOut mouseOver mouseUp paste pause play playing pointerCancel pointerDown pointerMove pointerOut pointerOver pointerUp progress rateChange reset resize seeked seeking stalled submit suspend timeUpdate touchCancel touchEnd touchStart volumeChange scroll toggle touchMove waiting wheel".split(" ");function Kr(e,t){eD.set(e,t),Mo(t,[e])}for(var td=0;td<jv.length;td++){var nd=jv[td],EI=nd.toLowerCase(),bI=nd[0].toUpperCase()+nd.slice(1);Kr(EI,"on"+bI)}Kr(X9,"onAnimationEnd");Kr(Z9,"onAnimationIteration");Kr(Q9,"onAnimationStart");Kr("dblclick","onDoubleClick");Kr("focusin","onFocus");Kr("focusout","onBlur");Kr(J9,"onTransitionEnd");qa("onMouseEnter",["mouseout","mouseover"]);qa("onMouseLeave",["mouseout","mouseover"]);qa("onPointerEnter",["pointerout","pointerover"]);qa("onPointerLeave",["pointerout","pointerover"]);Mo("onChange","change click focusin focusout input keydown keyup selectionchange".split(" "));Mo("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" "));Mo("onBeforeInput",["compositionend","keypress","textInput","paste"]);Mo("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" "));Mo("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" "));Mo("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var tl="abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange resize seeked seeking stalled suspend timeupdate volumechange waiting".split(" "),CI=new Set("cancel close invalid load scroll toggle".split(" ").concat(tl));function Vv(e,t,n){var r=e.type||"unknown-event";e.currentTarget=n,ET(r,t,void 0,e),e.currentTarget=null}function tD(e,t){t=(t&4)!==0;for(var n=0;n<e.length;n++){var r=e[n],o=r.event;r=r.listeners;e:{var a=void 0;if(t)for(var i=r.length-1;0<=i;i--){var l=r[i],c=l.instance,d=l.currentTarget;if(l=l.listener,c!==a&&o.isPropagationStopped())break e;Vv(o,l,d),a=c}else for(i=0;i<r.length;i++){if(l=r[i],c=l.instance,d=l.currentTarget,l=l.listener,c!==a&&o.isPropagationStopped())break e;Vv(o,l,d),a=c}}}if(Ec)throw e=$f,Ec=!1,$f=null,e}function ce(e,t){var n=t[qf];n===void 0&&(n=t[qf]=new Set);var r=e+"__bubble";n.has(r)||(nD(t,e,2,!1),n.add(r))}function rd(e,t,n){var r=0;t&&(r|=4),nD(n,e,r,t)}var nu="_reactListening"+Math.random().toString(36).slice(2);function Nl(e){if(!e[nu]){e[nu]=!0,u9.forEach(function(n){n!=="selectionchange"&&(CI.has(n)||rd(n,!1,e),rd(n,!0,e))});var t=e.nodeType===9?e:e.ownerDocument;t===null||t[nu]||(t[nu]=!0,rd("selectionchange",!1,t))}}function nD(e,t,n,r){switch(P9(t)){case 1:var o=MT;break;case 4:o=OT;break;default:o=g5}n=o.bind(null,t,n,e),o=void 0,!Lf||t!=="touchstart"&&t!=="touchmove"&&t!=="wheel"||(o=!0),r?o!==void 0?e.addEventListener(t,n,{capture:!0,passive:o}):e.addEventListener(t,n,!0):o!==void 0?e.addEventListener(t,n,{passive:o}):e.addEventListener(t,n,!1)}function od(e,t,n,r,o){var a=r;if(!(t&1)&&!(t&2)&&r!==null)e:for(;;){if(r===null)return;var i=r.tag;if(i===3||i===4){var l=r.stateNode.containerInfo;if(l===o||l.nodeType===8&&l.parentNode===o)break;if(i===4)for(i=r.return;i!==null;){var c=i.tag;if((c===3||c===4)&&(c=i.stateNode.containerInfo,c===o||c.nodeType===8&&c.parentNode===o))return;i=i.return}for(;l!==null;){if(i=fo(l),i===null)return;if(c=i.tag,c===5||c===6){r=a=i;continue e}l=l.parentNode}}r=r.return}S9(function(){var d=a,p=p5(n),h=[];e:{var f=eD.get(e);if(f!==void 0){var m=y5,v=e;switch(e){case"keypress":if(Ou(n)===0)break e;case"keydown":case"keyup":m=JT;break;case"focusin":v="focus",m=Z1;break;case"focusout":v="blur",m=Z1;break;case"beforeblur":case"afterblur":m=Z1;break;case"click":if(n.button===2)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":m=Tv;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":m=HT;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":m=nI;break;case X9:case Z9:case Q9:m=UT;break;case J9:m=oI;break;case"scroll":m=PT;break;case"wheel":m=iI;break;case"copy":case"cut":case"paste":m=qT;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":m=Rv}var w=(t&4)!==0,C=!w&&e==="scroll",D=w?f!==null?f+"Capture":null:f;w=[];for(var g=d,y;g!==null;){y=g;var E=y.stateNode;if(y.tag===5&&E!==null&&(y=E,D!==null&&(E=Bl(g,D),E!=null&&w.push(Hl(g,E,y)))),C)break;g=g.return}0<w.length&&(f=new m(f,v,null,n,p),h.push({event:f,listeners:w}))}}if(!(t&7)){e:{if(f=e==="mouseover"||e==="pointerover",m=e==="mouseout"||e==="pointerout",f&&n!==Rf&&(v=n.relatedTarget||n.fromElement)&&(fo(v)||v[sr]))break e;if((m||f)&&(f=p.window===p?p:(f=p.ownerDocument)?f.defaultView||f.parentWindow:window,m?(v=n.relatedTarget||n.toElement,m=d,v=v?fo(v):null,v!==null&&(C=Oo(v),v!==C||v.tag!==5&&v.tag!==6)&&(v=null)):(m=null,v=d),m!==v)){if(w=Tv,E="onMouseLeave",D="onMouseEnter",g="mouse",(e==="pointerout"||e==="pointerover")&&(w=Rv,E="onPointerLeave",D="onPointerEnter",g="pointer"),C=m==null?f:ha(m),y=v==null?f:ha(v),f=new w(E,g+"leave",m,n,p),f.target=C,f.relatedTarget=y,E=null,fo(p)===d&&(w=new w(D,g+"enter",v,n,p),w.target=y,w.relatedTarget=C,E=w),C=E,m&&v)t:{for(w=m,D=v,g=0,y=w;y;y=Xo(y))g++;for(y=0,E=D;E;E=Xo(E))y++;for(;0<g-y;)w=Xo(w),g--;for(;0<y-g;)D=Xo(D),y--;for(;g--;){if(w===D||D!==null&&w===D.alternate)break t;w=Xo(w),D=Xo(D)}w=null}else w=null;m!==null&&Uv(h,f,m,w,!1),v!==null&&C!==null&&Uv(h,C,v,w,!0)}}e:{if(f=d?ha(d):window,m=f.nodeName&&f.nodeName.toLowerCase(),m==="select"||m==="input"&&f.type==="file")var b=fI;else if($v(f))if(W9)b=vI;else{b=mI;var x=hI}else(m=f.nodeName)&&m.toLowerCase()==="input"&&(f.type==="checkbox"||f.type==="radio")&&(b=gI);if(b&&(b=b(e,d))){U9(h,b,n,p);break e}x&&x(e,f,d),e==="focusout"&&(x=f._wrapperState)&&x.controlled&&f.type==="number"&&Ff(f,"number",f.value)}switch(x=d?ha(d):window,e){case"focusin":($v(x)||x.contentEditable==="true")&&(pa=x,Nf=d,wl=null);break;case"focusout":wl=Nf=pa=null;break;case"mousedown":Hf=!0;break;case"contextmenu":case"mouseup":case"dragend":Hf=!1,Hv(h,n,p);break;case"selectionchange":if(DI)break;case"keydown":case"keyup":Hv(h,n,p)}var S;if(D5)e:{switch(e){case"compositionstart":var k="onCompositionStart";break e;case"compositionend":k="onCompositionEnd";break e;case"compositionupdate":k="onCompositionUpdate";break e}k=void 0}else da?j9(e,n)&&(k="onCompositionEnd"):e==="keydown"&&n.keyCode===229&&(k="onCompositionStart");k&&(H9&&n.locale!=="ko"&&(da||k!=="onCompositionStart"?k==="onCompositionEnd"&&da&&(S=N9()):(Fr=p,v5="value"in Fr?Fr.value:Fr.textContent,da=!0)),x=kc(d,k),0<x.length&&(k=new Iv(k,e,null,n,p),h.push({event:k,listeners:x}),S?k.data=S:(S=V9(n),S!==null&&(k.data=S)))),(S=sI?uI(e,n):cI(e,n))&&(d=kc(d,"onBeforeInput"),0<d.length&&(p=new Iv("onBeforeInput","beforeinput",null,n,p),h.push({event:p,listeners:d}),p.data=S))}tD(h,t)})}function Hl(e,t,n){return{instance:e,listener:t,currentTarget:n}}function kc(e,t){for(var n=t+"Capture",r=[];e!==null;){var o=e,a=o.stateNode;o.tag===5&&a!==null&&(o=a,a=Bl(e,n),a!=null&&r.unshift(Hl(e,a,o)),a=Bl(e,t),a!=null&&r.push(Hl(e,a,o))),e=e.return}return r}function Xo(e){if(e===null)return null;do e=e.return;while(e&&e.tag!==5);return e||null}function Uv(e,t,n,r,o){for(var a=t._reactName,i=[];n!==null&&n!==r;){var l=n,c=l.alternate,d=l.stateNode;if(c!==null&&c===r)break;l.tag===5&&d!==null&&(l=d,o?(c=Bl(n,a),c!=null&&i.unshift(Hl(n,c,l))):o||(c=Bl(n,a),c!=null&&i.push(Hl(n,c,l)))),n=n.return}i.length!==0&&e.push({event:t,listeners:i})}var xI=/\r\n?/g,SI=/\u0000|\uFFFD/g;function Wv(e){return(typeof e=="string"?e:""+e).replace(xI,`
|
||
`).replace(SI,"")}function ru(e,t,n){if(t=Wv(t),Wv(e)!==t&&n)throw Error(L(425))}function Ac(){}var jf=null,Vf=null;function Uf(e,t){return e==="textarea"||e==="noscript"||typeof t.children=="string"||typeof t.children=="number"||typeof t.dangerouslySetInnerHTML=="object"&&t.dangerouslySetInnerHTML!==null&&t.dangerouslySetInnerHTML.__html!=null}var Wf=typeof setTimeout=="function"?setTimeout:void 0,kI=typeof clearTimeout=="function"?clearTimeout:void 0,qv=typeof Promise=="function"?Promise:void 0,AI=typeof queueMicrotask=="function"?queueMicrotask:typeof qv<"u"?function(e){return qv.resolve(null).then(e).catch(FI)}:Wf;function FI(e){setTimeout(function(){throw e})}function ad(e,t){var n=t,r=0;do{var o=n.nextSibling;if(e.removeChild(n),o&&o.nodeType===8)if(n=o.data,n==="/$"){if(r===0){e.removeChild(o),Ml(t);return}r--}else n!=="$"&&n!=="$?"&&n!=="$!"||r++;n=o}while(n);Ml(t)}function Rr(e){for(;e!=null;e=e.nextSibling){var t=e.nodeType;if(t===1||t===3)break;if(t===8){if(t=e.data,t==="$"||t==="$!"||t==="$?")break;if(t==="/$")return null}}return e}function Gv(e){e=e.previousSibling;for(var t=0;e;){if(e.nodeType===8){var n=e.data;if(n==="$"||n==="$!"||n==="$?"){if(t===0)return e;t--}else n==="/$"&&t++}e=e.previousSibling}return null}var fi=Math.random().toString(36).slice(2),_n="__reactFiber$"+fi,jl="__reactProps$"+fi,sr="__reactContainer$"+fi,qf="__reactEvents$"+fi,_I="__reactListeners$"+fi,zI="__reactHandles$"+fi;function fo(e){var t=e[_n];if(t)return t;for(var n=e.parentNode;n;){if(t=n[sr]||n[_n]){if(n=t.alternate,t.child!==null||n!==null&&n.child!==null)for(e=Gv(e);e!==null;){if(n=e[_n])return n;e=Gv(e)}return t}e=n,n=e.parentNode}return null}function ys(e){return e=e[_n]||e[sr],!e||e.tag!==5&&e.tag!==6&&e.tag!==13&&e.tag!==3?null:e}function ha(e){if(e.tag===5||e.tag===6)return e.stateNode;throw Error(L(33))}function M0(e){return e[jl]||null}var Gf=[],ma=-1;function Xr(e){return{current:e}}function pe(e){0>ma||(e.current=Gf[ma],Gf[ma]=null,ma--)}function ue(e,t){ma++,Gf[ma]=e.current,e.current=t}var jr={},Ke=Xr(jr),dt=Xr(!1),ko=jr;function Ga(e,t){var n=e.type.contextTypes;if(!n)return jr;var r=e.stateNode;if(r&&r.__reactInternalMemoizedUnmaskedChildContext===t)return r.__reactInternalMemoizedMaskedChildContext;var o={},a;for(a in n)o[a]=t[a];return r&&(e=e.stateNode,e.__reactInternalMemoizedUnmaskedChildContext=t,e.__reactInternalMemoizedMaskedChildContext=o),o}function pt(e){return e=e.childContextTypes,e!=null}function Fc(){pe(dt),pe(Ke)}function Yv(e,t,n){if(Ke.current!==jr)throw Error(L(168));ue(Ke,t),ue(dt,n)}function rD(e,t,n){var r=e.stateNode;if(t=t.childContextTypes,typeof r.getChildContext!="function")return n;r=r.getChildContext();for(var o in r)if(!(o in t))throw Error(L(108,hT(e)||"Unknown",o));return ve({},n,r)}function _c(e){return e=(e=e.stateNode)&&e.__reactInternalMemoizedMergedChildContext||jr,ko=Ke.current,ue(Ke,e),ue(dt,dt.current),!0}function Kv(e,t,n){var r=e.stateNode;if(!r)throw Error(L(169));n?(e=rD(e,t,ko),r.__reactInternalMemoizedMergedChildContext=e,pe(dt),pe(Ke),ue(Ke,e)):pe(dt),ue(dt,n)}var er=null,O0=!1,id=!1;function oD(e){er===null?er=[e]:er.push(e)}function TI(e){O0=!0,oD(e)}function Zr(){if(!id&&er!==null){id=!0;var e=0,t=le;try{var n=er;for(le=1;e<n.length;e++){var r=n[e];do r=r(!0);while(r!==null)}er=null,O0=!1}catch(o){throw er!==null&&(er=er.slice(e+1)),_9(f5,Zr),o}finally{le=t,id=!1}}return null}var ga=[],va=0,zc=null,Tc=0,Lt=[],$t=0,Ao=null,tr=1,nr="";function uo(e,t){ga[va++]=Tc,ga[va++]=zc,zc=e,Tc=t}function aD(e,t,n){Lt[$t++]=tr,Lt[$t++]=nr,Lt[$t++]=Ao,Ao=e;var r=tr;e=nr;var o=32-an(r)-1;r&=~(1<<o),n+=1;var a=32-an(t)+o;if(30<a){var i=o-o%5;a=(r&(1<<i)-1).toString(32),r>>=i,o-=i,tr=1<<32-an(t)+o|n<<o|r,nr=a+e}else tr=1<<a|n<<o|r,nr=e}function b5(e){e.return!==null&&(uo(e,1),aD(e,1,0))}function C5(e){for(;e===zc;)zc=ga[--va],ga[va]=null,Tc=ga[--va],ga[va]=null;for(;e===Ao;)Ao=Lt[--$t],Lt[$t]=null,nr=Lt[--$t],Lt[$t]=null,tr=Lt[--$t],Lt[$t]=null}var At=null,St=null,fe=!1,en=null;function iD(e,t){var n=Mt(5,null,null,0);n.elementType="DELETED",n.stateNode=t,n.return=e,t=e.deletions,t===null?(e.deletions=[n],e.flags|=16):t.push(n)}function Xv(e,t){switch(e.tag){case 5:var n=e.type;return t=t.nodeType!==1||n.toLowerCase()!==t.nodeName.toLowerCase()?null:t,t!==null?(e.stateNode=t,At=e,St=Rr(t.firstChild),!0):!1;case 6:return t=e.pendingProps===""||t.nodeType!==3?null:t,t!==null?(e.stateNode=t,At=e,St=null,!0):!1;case 13:return t=t.nodeType!==8?null:t,t!==null?(n=Ao!==null?{id:tr,overflow:nr}:null,e.memoizedState={dehydrated:t,treeContext:n,retryLane:1073741824},n=Mt(18,null,null,0),n.stateNode=t,n.return=e,e.child=n,At=e,St=null,!0):!1;default:return!1}}function Yf(e){return(e.mode&1)!==0&&(e.flags&128)===0}function Kf(e){if(fe){var t=St;if(t){var n=t;if(!Xv(e,t)){if(Yf(e))throw Error(L(418));t=Rr(n.nextSibling);var r=At;t&&Xv(e,t)?iD(r,n):(e.flags=e.flags&-4097|2,fe=!1,At=e)}}else{if(Yf(e))throw Error(L(418));e.flags=e.flags&-4097|2,fe=!1,At=e}}}function Zv(e){for(e=e.return;e!==null&&e.tag!==5&&e.tag!==3&&e.tag!==13;)e=e.return;At=e}function ou(e){if(e!==At)return!1;if(!fe)return Zv(e),fe=!0,!1;var t;if((t=e.tag!==3)&&!(t=e.tag!==5)&&(t=e.type,t=t!=="head"&&t!=="body"&&!Uf(e.type,e.memoizedProps)),t&&(t=St)){if(Yf(e))throw lD(),Error(L(418));for(;t;)iD(e,t),t=Rr(t.nextSibling)}if(Zv(e),e.tag===13){if(e=e.memoizedState,e=e!==null?e.dehydrated:null,!e)throw Error(L(317));e:{for(e=e.nextSibling,t=0;e;){if(e.nodeType===8){var n=e.data;if(n==="/$"){if(t===0){St=Rr(e.nextSibling);break e}t--}else n!=="$"&&n!=="$!"&&n!=="$?"||t++}e=e.nextSibling}St=null}}else St=At?Rr(e.stateNode.nextSibling):null;return!0}function lD(){for(var e=St;e;)e=Rr(e.nextSibling)}function Ya(){St=At=null,fe=!1}function x5(e){en===null?en=[e]:en.push(e)}var II=hr.ReactCurrentBatchConfig;function Ii(e,t,n){if(e=n.ref,e!==null&&typeof e!="function"&&typeof e!="object"){if(n._owner){if(n=n._owner,n){if(n.tag!==1)throw Error(L(309));var r=n.stateNode}if(!r)throw Error(L(147,e));var o=r,a=""+e;return t!==null&&t.ref!==null&&typeof t.ref=="function"&&t.ref._stringRef===a?t.ref:(t=function(i){var l=o.refs;i===null?delete l[a]:l[a]=i},t._stringRef=a,t)}if(typeof e!="string")throw Error(L(284));if(!n._owner)throw Error(L(290,e))}return e}function au(e,t){throw e=Object.prototype.toString.call(t),Error(L(31,e==="[object Object]"?"object with keys {"+Object.keys(t).join(", ")+"}":e))}function Qv(e){var t=e._init;return t(e._payload)}function sD(e){function t(D,g){if(e){var y=D.deletions;y===null?(D.deletions=[g],D.flags|=16):y.push(g)}}function n(D,g){if(!e)return null;for(;g!==null;)t(D,g),g=g.sibling;return null}function r(D,g){for(D=new Map;g!==null;)g.key!==null?D.set(g.key,g):D.set(g.index,g),g=g.sibling;return D}function o(D,g){return D=Mr(D,g),D.index=0,D.sibling=null,D}function a(D,g,y){return D.index=y,e?(y=D.alternate,y!==null?(y=y.index,y<g?(D.flags|=2,g):y):(D.flags|=2,g)):(D.flags|=1048576,g)}function i(D){return e&&D.alternate===null&&(D.flags|=2),D}function l(D,g,y,E){return g===null||g.tag!==6?(g=fd(y,D.mode,E),g.return=D,g):(g=o(g,y),g.return=D,g)}function c(D,g,y,E){var b=y.type;return b===ca?p(D,g,y.props.children,E,y.key):g!==null&&(g.elementType===b||typeof b=="object"&&b!==null&&b.$$typeof===br&&Qv(b)===g.type)?(E=o(g,y.props),E.ref=Ii(D,g,y),E.return=D,E):(E=Wu(y.type,y.key,y.props,null,D.mode,E),E.ref=Ii(D,g,y),E.return=D,E)}function d(D,g,y,E){return g===null||g.tag!==4||g.stateNode.containerInfo!==y.containerInfo||g.stateNode.implementation!==y.implementation?(g=hd(y,D.mode,E),g.return=D,g):(g=o(g,y.children||[]),g.return=D,g)}function p(D,g,y,E,b){return g===null||g.tag!==7?(g=Co(y,D.mode,E,b),g.return=D,g):(g=o(g,y),g.return=D,g)}function h(D,g,y){if(typeof g=="string"&&g!==""||typeof g=="number")return g=fd(""+g,D.mode,y),g.return=D,g;if(typeof g=="object"&&g!==null){switch(g.$$typeof){case Ys:return y=Wu(g.type,g.key,g.props,null,D.mode,y),y.ref=Ii(D,null,g),y.return=D,y;case ua:return g=hd(g,D.mode,y),g.return=D,g;case br:var E=g._init;return h(D,E(g._payload),y)}if(Ji(g)||Ai(g))return g=Co(g,D.mode,y,null),g.return=D,g;au(D,g)}return null}function f(D,g,y,E){var b=g!==null?g.key:null;if(typeof y=="string"&&y!==""||typeof y=="number")return b!==null?null:l(D,g,""+y,E);if(typeof y=="object"&&y!==null){switch(y.$$typeof){case Ys:return y.key===b?c(D,g,y,E):null;case ua:return y.key===b?d(D,g,y,E):null;case br:return b=y._init,f(D,g,b(y._payload),E)}if(Ji(y)||Ai(y))return b!==null?null:p(D,g,y,E,null);au(D,y)}return null}function m(D,g,y,E,b){if(typeof E=="string"&&E!==""||typeof E=="number")return D=D.get(y)||null,l(g,D,""+E,b);if(typeof E=="object"&&E!==null){switch(E.$$typeof){case Ys:return D=D.get(E.key===null?y:E.key)||null,c(g,D,E,b);case ua:return D=D.get(E.key===null?y:E.key)||null,d(g,D,E,b);case br:var x=E._init;return m(D,g,y,x(E._payload),b)}if(Ji(E)||Ai(E))return D=D.get(y)||null,p(g,D,E,b,null);au(g,E)}return null}function v(D,g,y,E){for(var b=null,x=null,S=g,k=g=0,_=null;S!==null&&k<y.length;k++){S.index>k?(_=S,S=null):_=S.sibling;var F=f(D,S,y[k],E);if(F===null){S===null&&(S=_);break}e&&S&&F.alternate===null&&t(D,S),g=a(F,g,k),x===null?b=F:x.sibling=F,x=F,S=_}if(k===y.length)return n(D,S),fe&&uo(D,k),b;if(S===null){for(;k<y.length;k++)S=h(D,y[k],E),S!==null&&(g=a(S,g,k),x===null?b=S:x.sibling=S,x=S);return fe&&uo(D,k),b}for(S=r(D,S);k<y.length;k++)_=m(S,D,k,y[k],E),_!==null&&(e&&_.alternate!==null&&S.delete(_.key===null?k:_.key),g=a(_,g,k),x===null?b=_:x.sibling=_,x=_);return e&&S.forEach(function(T){return t(D,T)}),fe&&uo(D,k),b}function w(D,g,y,E){var b=Ai(y);if(typeof b!="function")throw Error(L(150));if(y=b.call(y),y==null)throw Error(L(151));for(var x=b=null,S=g,k=g=0,_=null,F=y.next();S!==null&&!F.done;k++,F=y.next()){S.index>k?(_=S,S=null):_=S.sibling;var T=f(D,S,F.value,E);if(T===null){S===null&&(S=_);break}e&&S&&T.alternate===null&&t(D,S),g=a(T,g,k),x===null?b=T:x.sibling=T,x=T,S=_}if(F.done)return n(D,S),fe&&uo(D,k),b;if(S===null){for(;!F.done;k++,F=y.next())F=h(D,F.value,E),F!==null&&(g=a(F,g,k),x===null?b=F:x.sibling=F,x=F);return fe&&uo(D,k),b}for(S=r(D,S);!F.done;k++,F=y.next())F=m(S,D,k,F.value,E),F!==null&&(e&&F.alternate!==null&&S.delete(F.key===null?k:F.key),g=a(F,g,k),x===null?b=F:x.sibling=F,x=F);return e&&S.forEach(function(M){return t(D,M)}),fe&&uo(D,k),b}function C(D,g,y,E){if(typeof y=="object"&&y!==null&&y.type===ca&&y.key===null&&(y=y.props.children),typeof y=="object"&&y!==null){switch(y.$$typeof){case Ys:e:{for(var b=y.key,x=g;x!==null;){if(x.key===b){if(b=y.type,b===ca){if(x.tag===7){n(D,x.sibling),g=o(x,y.props.children),g.return=D,D=g;break e}}else if(x.elementType===b||typeof b=="object"&&b!==null&&b.$$typeof===br&&Qv(b)===x.type){n(D,x.sibling),g=o(x,y.props),g.ref=Ii(D,x,y),g.return=D,D=g;break e}n(D,x);break}else t(D,x);x=x.sibling}y.type===ca?(g=Co(y.props.children,D.mode,E,y.key),g.return=D,D=g):(E=Wu(y.type,y.key,y.props,null,D.mode,E),E.ref=Ii(D,g,y),E.return=D,D=E)}return i(D);case ua:e:{for(x=y.key;g!==null;){if(g.key===x)if(g.tag===4&&g.stateNode.containerInfo===y.containerInfo&&g.stateNode.implementation===y.implementation){n(D,g.sibling),g=o(g,y.children||[]),g.return=D,D=g;break e}else{n(D,g);break}else t(D,g);g=g.sibling}g=hd(y,D.mode,E),g.return=D,D=g}return i(D);case br:return x=y._init,C(D,g,x(y._payload),E)}if(Ji(y))return v(D,g,y,E);if(Ai(y))return w(D,g,y,E);au(D,y)}return typeof y=="string"&&y!==""||typeof y=="number"?(y=""+y,g!==null&&g.tag===6?(n(D,g.sibling),g=o(g,y),g.return=D,D=g):(n(D,g),g=fd(y,D.mode,E),g.return=D,D=g),i(D)):n(D,g)}return C}var Ka=sD(!0),uD=sD(!1),Ic=Xr(null),Rc=null,ya=null,S5=null;function k5(){S5=ya=Rc=null}function A5(e){var t=Ic.current;pe(Ic),e._currentValue=t}function Xf(e,t,n){for(;e!==null;){var r=e.alternate;if((e.childLanes&t)!==t?(e.childLanes|=t,r!==null&&(r.childLanes|=t)):r!==null&&(r.childLanes&t)!==t&&(r.childLanes|=t),e===n)break;e=e.return}}function ka(e,t){Rc=e,S5=ya=null,e=e.dependencies,e!==null&&e.firstContext!==null&&(e.lanes&t&&(ut=!0),e.firstContext=null)}function Ht(e){var t=e._currentValue;if(S5!==e)if(e={context:e,memoizedValue:t,next:null},ya===null){if(Rc===null)throw Error(L(308));ya=e,Rc.dependencies={lanes:0,firstContext:e}}else ya=ya.next=e;return t}var ho=null;function F5(e){ho===null?ho=[e]:ho.push(e)}function cD(e,t,n,r){var o=t.interleaved;return o===null?(n.next=n,F5(t)):(n.next=o.next,o.next=n),t.interleaved=n,ur(e,r)}function ur(e,t){e.lanes|=t;var n=e.alternate;for(n!==null&&(n.lanes|=t),n=e,e=e.return;e!==null;)e.childLanes|=t,n=e.alternate,n!==null&&(n.childLanes|=t),n=e,e=e.return;return n.tag===3?n.stateNode:null}var Cr=!1;function _5(e){e.updateQueue={baseState:e.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:0},effects:null}}function dD(e,t){e=e.updateQueue,t.updateQueue===e&&(t.updateQueue={baseState:e.baseState,firstBaseUpdate:e.firstBaseUpdate,lastBaseUpdate:e.lastBaseUpdate,shared:e.shared,effects:e.effects})}function or(e,t){return{eventTime:e,lane:t,tag:0,payload:null,callback:null,next:null}}function Br(e,t,n){var r=e.updateQueue;if(r===null)return null;if(r=r.shared,re&2){var o=r.pending;return o===null?t.next=t:(t.next=o.next,o.next=t),r.pending=t,ur(e,n)}return o=r.interleaved,o===null?(t.next=t,F5(r)):(t.next=o.next,o.next=t),r.interleaved=t,ur(e,n)}function Pu(e,t,n){if(t=t.updateQueue,t!==null&&(t=t.shared,(n&4194240)!==0)){var r=t.lanes;r&=e.pendingLanes,n|=r,t.lanes=n,h5(e,n)}}function Jv(e,t){var n=e.updateQueue,r=e.alternate;if(r!==null&&(r=r.updateQueue,n===r)){var o=null,a=null;if(n=n.firstBaseUpdate,n!==null){do{var i={eventTime:n.eventTime,lane:n.lane,tag:n.tag,payload:n.payload,callback:n.callback,next:null};a===null?o=a=i:a=a.next=i,n=n.next}while(n!==null);a===null?o=a=t:a=a.next=t}else o=a=t;n={baseState:r.baseState,firstBaseUpdate:o,lastBaseUpdate:a,shared:r.shared,effects:r.effects},e.updateQueue=n;return}e=n.lastBaseUpdate,e===null?n.firstBaseUpdate=t:e.next=t,n.lastBaseUpdate=t}function Bc(e,t,n,r){var o=e.updateQueue;Cr=!1;var a=o.firstBaseUpdate,i=o.lastBaseUpdate,l=o.shared.pending;if(l!==null){o.shared.pending=null;var c=l,d=c.next;c.next=null,i===null?a=d:i.next=d,i=c;var p=e.alternate;p!==null&&(p=p.updateQueue,l=p.lastBaseUpdate,l!==i&&(l===null?p.firstBaseUpdate=d:l.next=d,p.lastBaseUpdate=c))}if(a!==null){var h=o.baseState;i=0,p=d=c=null,l=a;do{var f=l.lane,m=l.eventTime;if((r&f)===f){p!==null&&(p=p.next={eventTime:m,lane:0,tag:l.tag,payload:l.payload,callback:l.callback,next:null});e:{var v=e,w=l;switch(f=t,m=n,w.tag){case 1:if(v=w.payload,typeof v=="function"){h=v.call(m,h,f);break e}h=v;break e;case 3:v.flags=v.flags&-65537|128;case 0:if(v=w.payload,f=typeof v=="function"?v.call(m,h,f):v,f==null)break e;h=ve({},h,f);break e;case 2:Cr=!0}}l.callback!==null&&l.lane!==0&&(e.flags|=64,f=o.effects,f===null?o.effects=[l]:f.push(l))}else m={eventTime:m,lane:f,tag:l.tag,payload:l.payload,callback:l.callback,next:null},p===null?(d=p=m,c=h):p=p.next=m,i|=f;if(l=l.next,l===null){if(l=o.shared.pending,l===null)break;f=l,l=f.next,f.next=null,o.lastBaseUpdate=f,o.shared.pending=null}}while(!0);if(p===null&&(c=h),o.baseState=c,o.firstBaseUpdate=d,o.lastBaseUpdate=p,t=o.shared.interleaved,t!==null){o=t;do i|=o.lane,o=o.next;while(o!==t)}else a===null&&(o.shared.lanes=0);_o|=i,e.lanes=i,e.memoizedState=h}}function e4(e,t,n){if(e=t.effects,t.effects=null,e!==null)for(t=0;t<e.length;t++){var r=e[t],o=r.callback;if(o!==null){if(r.callback=null,r=n,typeof o!="function")throw Error(L(191,o));o.call(r)}}}var ws={},Ln=Xr(ws),Vl=Xr(ws),Ul=Xr(ws);function mo(e){if(e===ws)throw Error(L(174));return e}function z5(e,t){switch(ue(Ul,t),ue(Vl,e),ue(Ln,ws),e=t.nodeType,e){case 9:case 11:t=(t=t.documentElement)?t.namespaceURI:zf(null,"");break;default:e=e===8?t.parentNode:t,t=e.namespaceURI||null,e=e.tagName,t=zf(t,e)}pe(Ln),ue(Ln,t)}function Xa(){pe(Ln),pe(Vl),pe(Ul)}function pD(e){mo(Ul.current);var t=mo(Ln.current),n=zf(t,e.type);t!==n&&(ue(Vl,e),ue(Ln,n))}function T5(e){Vl.current===e&&(pe(Ln),pe(Vl))}var me=Xr(0);function Lc(e){for(var t=e;t!==null;){if(t.tag===13){var n=t.memoizedState;if(n!==null&&(n=n.dehydrated,n===null||n.data==="$?"||n.data==="$!"))return t}else if(t.tag===19&&t.memoizedProps.revealOrder!==void 0){if(t.flags&128)return t}else if(t.child!==null){t.child.return=t,t=t.child;continue}if(t===e)break;for(;t.sibling===null;){if(t.return===null||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}return null}var ld=[];function I5(){for(var e=0;e<ld.length;e++)ld[e]._workInProgressVersionPrimary=null;ld.length=0}var Nu=hr.ReactCurrentDispatcher,sd=hr.ReactCurrentBatchConfig,Fo=0,ge=null,Se=null,Te=null,$c=!1,Dl=!1,Wl=0,RI=0;function Ue(){throw Error(L(321))}function R5(e,t){if(t===null)return!1;for(var n=0;n<t.length&&n<e.length;n++)if(!un(e[n],t[n]))return!1;return!0}function B5(e,t,n,r,o,a){if(Fo=a,ge=t,t.memoizedState=null,t.updateQueue=null,t.lanes=0,Nu.current=e===null||e.memoizedState===null?MI:OI,e=n(r,o),Dl){a=0;do{if(Dl=!1,Wl=0,25<=a)throw Error(L(301));a+=1,Te=Se=null,t.updateQueue=null,Nu.current=PI,e=n(r,o)}while(Dl)}if(Nu.current=Mc,t=Se!==null&&Se.next!==null,Fo=0,Te=Se=ge=null,$c=!1,t)throw Error(L(300));return e}function L5(){var e=Wl!==0;return Wl=0,e}function kn(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return Te===null?ge.memoizedState=Te=e:Te=Te.next=e,Te}function jt(){if(Se===null){var e=ge.alternate;e=e!==null?e.memoizedState:null}else e=Se.next;var t=Te===null?ge.memoizedState:Te.next;if(t!==null)Te=t,Se=e;else{if(e===null)throw Error(L(310));Se=e,e={memoizedState:Se.memoizedState,baseState:Se.baseState,baseQueue:Se.baseQueue,queue:Se.queue,next:null},Te===null?ge.memoizedState=Te=e:Te=Te.next=e}return Te}function ql(e,t){return typeof t=="function"?t(e):t}function ud(e){var t=jt(),n=t.queue;if(n===null)throw Error(L(311));n.lastRenderedReducer=e;var r=Se,o=r.baseQueue,a=n.pending;if(a!==null){if(o!==null){var i=o.next;o.next=a.next,a.next=i}r.baseQueue=o=a,n.pending=null}if(o!==null){a=o.next,r=r.baseState;var l=i=null,c=null,d=a;do{var p=d.lane;if((Fo&p)===p)c!==null&&(c=c.next={lane:0,action:d.action,hasEagerState:d.hasEagerState,eagerState:d.eagerState,next:null}),r=d.hasEagerState?d.eagerState:e(r,d.action);else{var h={lane:p,action:d.action,hasEagerState:d.hasEagerState,eagerState:d.eagerState,next:null};c===null?(l=c=h,i=r):c=c.next=h,ge.lanes|=p,_o|=p}d=d.next}while(d!==null&&d!==a);c===null?i=r:c.next=l,un(r,t.memoizedState)||(ut=!0),t.memoizedState=r,t.baseState=i,t.baseQueue=c,n.lastRenderedState=r}if(e=n.interleaved,e!==null){o=e;do a=o.lane,ge.lanes|=a,_o|=a,o=o.next;while(o!==e)}else o===null&&(n.lanes=0);return[t.memoizedState,n.dispatch]}function cd(e){var t=jt(),n=t.queue;if(n===null)throw Error(L(311));n.lastRenderedReducer=e;var r=n.dispatch,o=n.pending,a=t.memoizedState;if(o!==null){n.pending=null;var i=o=o.next;do a=e(a,i.action),i=i.next;while(i!==o);un(a,t.memoizedState)||(ut=!0),t.memoizedState=a,t.baseQueue===null&&(t.baseState=a),n.lastRenderedState=a}return[a,r]}function fD(){}function hD(e,t){var n=ge,r=jt(),o=t(),a=!un(r.memoizedState,o);if(a&&(r.memoizedState=o,ut=!0),r=r.queue,$5(vD.bind(null,n,r,e),[e]),r.getSnapshot!==t||a||Te!==null&&Te.memoizedState.tag&1){if(n.flags|=2048,Gl(9,gD.bind(null,n,r,o,t),void 0,null),Be===null)throw Error(L(349));Fo&30||mD(n,t,o)}return o}function mD(e,t,n){e.flags|=16384,e={getSnapshot:t,value:n},t=ge.updateQueue,t===null?(t={lastEffect:null,stores:null},ge.updateQueue=t,t.stores=[e]):(n=t.stores,n===null?t.stores=[e]:n.push(e))}function gD(e,t,n,r){t.value=n,t.getSnapshot=r,yD(t)&&wD(e)}function vD(e,t,n){return n(function(){yD(t)&&wD(e)})}function yD(e){var t=e.getSnapshot;e=e.value;try{var n=t();return!un(e,n)}catch{return!0}}function wD(e){var t=ur(e,1);t!==null&&ln(t,e,1,-1)}function t4(e){var t=kn();return typeof e=="function"&&(e=e()),t.memoizedState=t.baseState=e,e={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:ql,lastRenderedState:e},t.queue=e,e=e.dispatch=$I.bind(null,ge,e),[t.memoizedState,e]}function Gl(e,t,n,r){return e={tag:e,create:t,destroy:n,deps:r,next:null},t=ge.updateQueue,t===null?(t={lastEffect:null,stores:null},ge.updateQueue=t,t.lastEffect=e.next=e):(n=t.lastEffect,n===null?t.lastEffect=e.next=e:(r=n.next,n.next=e,e.next=r,t.lastEffect=e)),e}function DD(){return jt().memoizedState}function Hu(e,t,n,r){var o=kn();ge.flags|=e,o.memoizedState=Gl(1|t,n,void 0,r===void 0?null:r)}function P0(e,t,n,r){var o=jt();r=r===void 0?null:r;var a=void 0;if(Se!==null){var i=Se.memoizedState;if(a=i.destroy,r!==null&&R5(r,i.deps)){o.memoizedState=Gl(t,n,a,r);return}}ge.flags|=e,o.memoizedState=Gl(1|t,n,a,r)}function n4(e,t){return Hu(8390656,8,e,t)}function $5(e,t){return P0(2048,8,e,t)}function ED(e,t){return P0(4,2,e,t)}function bD(e,t){return P0(4,4,e,t)}function CD(e,t){if(typeof t=="function")return e=e(),t(e),function(){t(null)};if(t!=null)return e=e(),t.current=e,function(){t.current=null}}function xD(e,t,n){return n=n!=null?n.concat([e]):null,P0(4,4,CD.bind(null,t,e),n)}function M5(){}function SD(e,t){var n=jt();t=t===void 0?null:t;var r=n.memoizedState;return r!==null&&t!==null&&R5(t,r[1])?r[0]:(n.memoizedState=[e,t],e)}function kD(e,t){var n=jt();t=t===void 0?null:t;var r=n.memoizedState;return r!==null&&t!==null&&R5(t,r[1])?r[0]:(e=e(),n.memoizedState=[e,t],e)}function AD(e,t,n){return Fo&21?(un(n,t)||(n=I9(),ge.lanes|=n,_o|=n,e.baseState=!0),t):(e.baseState&&(e.baseState=!1,ut=!0),e.memoizedState=n)}function BI(e,t){var n=le;le=n!==0&&4>n?n:4,e(!0);var r=sd.transition;sd.transition={};try{e(!1),t()}finally{le=n,sd.transition=r}}function FD(){return jt().memoizedState}function LI(e,t,n){var r=$r(e);if(n={lane:r,action:n,hasEagerState:!1,eagerState:null,next:null},_D(e))zD(t,n);else if(n=cD(e,t,n,r),n!==null){var o=tt();ln(n,e,r,o),TD(n,t,r)}}function $I(e,t,n){var r=$r(e),o={lane:r,action:n,hasEagerState:!1,eagerState:null,next:null};if(_D(e))zD(t,o);else{var a=e.alternate;if(e.lanes===0&&(a===null||a.lanes===0)&&(a=t.lastRenderedReducer,a!==null))try{var i=t.lastRenderedState,l=a(i,n);if(o.hasEagerState=!0,o.eagerState=l,un(l,i)){var c=t.interleaved;c===null?(o.next=o,F5(t)):(o.next=c.next,c.next=o),t.interleaved=o;return}}catch{}finally{}n=cD(e,t,o,r),n!==null&&(o=tt(),ln(n,e,r,o),TD(n,t,r))}}function _D(e){var t=e.alternate;return e===ge||t!==null&&t===ge}function zD(e,t){Dl=$c=!0;var n=e.pending;n===null?t.next=t:(t.next=n.next,n.next=t),e.pending=t}function TD(e,t,n){if(n&4194240){var r=t.lanes;r&=e.pendingLanes,n|=r,t.lanes=n,h5(e,n)}}var Mc={readContext:Ht,useCallback:Ue,useContext:Ue,useEffect:Ue,useImperativeHandle:Ue,useInsertionEffect:Ue,useLayoutEffect:Ue,useMemo:Ue,useReducer:Ue,useRef:Ue,useState:Ue,useDebugValue:Ue,useDeferredValue:Ue,useTransition:Ue,useMutableSource:Ue,useSyncExternalStore:Ue,useId:Ue,unstable_isNewReconciler:!1},MI={readContext:Ht,useCallback:function(e,t){return kn().memoizedState=[e,t===void 0?null:t],e},useContext:Ht,useEffect:n4,useImperativeHandle:function(e,t,n){return n=n!=null?n.concat([e]):null,Hu(4194308,4,CD.bind(null,t,e),n)},useLayoutEffect:function(e,t){return Hu(4194308,4,e,t)},useInsertionEffect:function(e,t){return Hu(4,2,e,t)},useMemo:function(e,t){var n=kn();return t=t===void 0?null:t,e=e(),n.memoizedState=[e,t],e},useReducer:function(e,t,n){var r=kn();return t=n!==void 0?n(t):t,r.memoizedState=r.baseState=t,e={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:e,lastRenderedState:t},r.queue=e,e=e.dispatch=LI.bind(null,ge,e),[r.memoizedState,e]},useRef:function(e){var t=kn();return e={current:e},t.memoizedState=e},useState:t4,useDebugValue:M5,useDeferredValue:function(e){return kn().memoizedState=e},useTransition:function(){var e=t4(!1),t=e[0];return e=BI.bind(null,e[1]),kn().memoizedState=e,[t,e]},useMutableSource:function(){},useSyncExternalStore:function(e,t,n){var r=ge,o=kn();if(fe){if(n===void 0)throw Error(L(407));n=n()}else{if(n=t(),Be===null)throw Error(L(349));Fo&30||mD(r,t,n)}o.memoizedState=n;var a={value:n,getSnapshot:t};return o.queue=a,n4(vD.bind(null,r,a,e),[e]),r.flags|=2048,Gl(9,gD.bind(null,r,a,n,t),void 0,null),n},useId:function(){var e=kn(),t=Be.identifierPrefix;if(fe){var n=nr,r=tr;n=(r&~(1<<32-an(r)-1)).toString(32)+n,t=":"+t+"R"+n,n=Wl++,0<n&&(t+="H"+n.toString(32)),t+=":"}else n=RI++,t=":"+t+"r"+n.toString(32)+":";return e.memoizedState=t},unstable_isNewReconciler:!1},OI={readContext:Ht,useCallback:SD,useContext:Ht,useEffect:$5,useImperativeHandle:xD,useInsertionEffect:ED,useLayoutEffect:bD,useMemo:kD,useReducer:ud,useRef:DD,useState:function(){return ud(ql)},useDebugValue:M5,useDeferredValue:function(e){var t=jt();return AD(t,Se.memoizedState,e)},useTransition:function(){var e=ud(ql)[0],t=jt().memoizedState;return[e,t]},useMutableSource:fD,useSyncExternalStore:hD,useId:FD,unstable_isNewReconciler:!1},PI={readContext:Ht,useCallback:SD,useContext:Ht,useEffect:$5,useImperativeHandle:xD,useInsertionEffect:ED,useLayoutEffect:bD,useMemo:kD,useReducer:cd,useRef:DD,useState:function(){return cd(ql)},useDebugValue:M5,useDeferredValue:function(e){var t=jt();return Se===null?t.memoizedState=e:AD(t,Se.memoizedState,e)},useTransition:function(){var e=cd(ql)[0],t=jt().memoizedState;return[e,t]},useMutableSource:fD,useSyncExternalStore:hD,useId:FD,unstable_isNewReconciler:!1};function Zt(e,t){if(e&&e.defaultProps){t=ve({},t),e=e.defaultProps;for(var n in e)t[n]===void 0&&(t[n]=e[n]);return t}return t}function Zf(e,t,n,r){t=e.memoizedState,n=n(r,t),n=n==null?t:ve({},t,n),e.memoizedState=n,e.lanes===0&&(e.updateQueue.baseState=n)}var N0={isMounted:function(e){return(e=e._reactInternals)?Oo(e)===e:!1},enqueueSetState:function(e,t,n){e=e._reactInternals;var r=tt(),o=$r(e),a=or(r,o);a.payload=t,n!=null&&(a.callback=n),t=Br(e,a,o),t!==null&&(ln(t,e,o,r),Pu(t,e,o))},enqueueReplaceState:function(e,t,n){e=e._reactInternals;var r=tt(),o=$r(e),a=or(r,o);a.tag=1,a.payload=t,n!=null&&(a.callback=n),t=Br(e,a,o),t!==null&&(ln(t,e,o,r),Pu(t,e,o))},enqueueForceUpdate:function(e,t){e=e._reactInternals;var n=tt(),r=$r(e),o=or(n,r);o.tag=2,t!=null&&(o.callback=t),t=Br(e,o,r),t!==null&&(ln(t,e,r,n),Pu(t,e,r))}};function r4(e,t,n,r,o,a,i){return e=e.stateNode,typeof e.shouldComponentUpdate=="function"?e.shouldComponentUpdate(r,a,i):t.prototype&&t.prototype.isPureReactComponent?!Pl(n,r)||!Pl(o,a):!0}function ID(e,t,n){var r=!1,o=jr,a=t.contextType;return typeof a=="object"&&a!==null?a=Ht(a):(o=pt(t)?ko:Ke.current,r=t.contextTypes,a=(r=r!=null)?Ga(e,o):jr),t=new t(n,a),e.memoizedState=t.state!==null&&t.state!==void 0?t.state:null,t.updater=N0,e.stateNode=t,t._reactInternals=e,r&&(e=e.stateNode,e.__reactInternalMemoizedUnmaskedChildContext=o,e.__reactInternalMemoizedMaskedChildContext=a),t}function o4(e,t,n,r){e=t.state,typeof t.componentWillReceiveProps=="function"&&t.componentWillReceiveProps(n,r),typeof t.UNSAFE_componentWillReceiveProps=="function"&&t.UNSAFE_componentWillReceiveProps(n,r),t.state!==e&&N0.enqueueReplaceState(t,t.state,null)}function Qf(e,t,n,r){var o=e.stateNode;o.props=n,o.state=e.memoizedState,o.refs={},_5(e);var a=t.contextType;typeof a=="object"&&a!==null?o.context=Ht(a):(a=pt(t)?ko:Ke.current,o.context=Ga(e,a)),o.state=e.memoizedState,a=t.getDerivedStateFromProps,typeof a=="function"&&(Zf(e,t,a,n),o.state=e.memoizedState),typeof t.getDerivedStateFromProps=="function"||typeof o.getSnapshotBeforeUpdate=="function"||typeof o.UNSAFE_componentWillMount!="function"&&typeof o.componentWillMount!="function"||(t=o.state,typeof o.componentWillMount=="function"&&o.componentWillMount(),typeof o.UNSAFE_componentWillMount=="function"&&o.UNSAFE_componentWillMount(),t!==o.state&&N0.enqueueReplaceState(o,o.state,null),Bc(e,n,o,r),o.state=e.memoizedState),typeof o.componentDidMount=="function"&&(e.flags|=4194308)}function Za(e,t){try{var n="",r=t;do n+=fT(r),r=r.return;while(r);var o=n}catch(a){o=`
|
||
Error generating stack: `+a.message+`
|
||
`+a.stack}return{value:e,source:t,stack:o,digest:null}}function dd(e,t,n){return{value:e,source:null,stack:n??null,digest:t??null}}function Jf(e,t){try{console.error(t.value)}catch(n){setTimeout(function(){throw n})}}var NI=typeof WeakMap=="function"?WeakMap:Map;function RD(e,t,n){n=or(-1,n),n.tag=3,n.payload={element:null};var r=t.value;return n.callback=function(){Pc||(Pc=!0,uh=r),Jf(e,t)},n}function BD(e,t,n){n=or(-1,n),n.tag=3;var r=e.type.getDerivedStateFromError;if(typeof r=="function"){var o=t.value;n.payload=function(){return r(o)},n.callback=function(){Jf(e,t)}}var a=e.stateNode;return a!==null&&typeof a.componentDidCatch=="function"&&(n.callback=function(){Jf(e,t),typeof r!="function"&&(Lr===null?Lr=new Set([this]):Lr.add(this));var i=t.stack;this.componentDidCatch(t.value,{componentStack:i!==null?i:""})}),n}function a4(e,t,n){var r=e.pingCache;if(r===null){r=e.pingCache=new NI;var o=new Set;r.set(t,o)}else o=r.get(t),o===void 0&&(o=new Set,r.set(t,o));o.has(n)||(o.add(n),e=eR.bind(null,e,t,n),t.then(e,e))}function i4(e){do{var t;if((t=e.tag===13)&&(t=e.memoizedState,t=t!==null?t.dehydrated!==null:!0),t)return e;e=e.return}while(e!==null);return null}function l4(e,t,n,r,o){return e.mode&1?(e.flags|=65536,e.lanes=o,e):(e===t?e.flags|=65536:(e.flags|=128,n.flags|=131072,n.flags&=-52805,n.tag===1&&(n.alternate===null?n.tag=17:(t=or(-1,1),t.tag=2,Br(n,t,1))),n.lanes|=1),e)}var HI=hr.ReactCurrentOwner,ut=!1;function Je(e,t,n,r){t.child=e===null?uD(t,null,n,r):Ka(t,e.child,n,r)}function s4(e,t,n,r,o){n=n.render;var a=t.ref;return ka(t,o),r=B5(e,t,n,r,a,o),n=L5(),e!==null&&!ut?(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~o,cr(e,t,o)):(fe&&n&&b5(t),t.flags|=1,Je(e,t,r,o),t.child)}function u4(e,t,n,r,o){if(e===null){var a=n.type;return typeof a=="function"&&!W5(a)&&a.defaultProps===void 0&&n.compare===null&&n.defaultProps===void 0?(t.tag=15,t.type=a,LD(e,t,a,r,o)):(e=Wu(n.type,null,r,t,t.mode,o),e.ref=t.ref,e.return=t,t.child=e)}if(a=e.child,!(e.lanes&o)){var i=a.memoizedProps;if(n=n.compare,n=n!==null?n:Pl,n(i,r)&&e.ref===t.ref)return cr(e,t,o)}return t.flags|=1,e=Mr(a,r),e.ref=t.ref,e.return=t,t.child=e}function LD(e,t,n,r,o){if(e!==null){var a=e.memoizedProps;if(Pl(a,r)&&e.ref===t.ref)if(ut=!1,t.pendingProps=r=a,(e.lanes&o)!==0)e.flags&131072&&(ut=!0);else return t.lanes=e.lanes,cr(e,t,o)}return eh(e,t,n,r,o)}function $D(e,t,n){var r=t.pendingProps,o=r.children,a=e!==null?e.memoizedState:null;if(r.mode==="hidden")if(!(t.mode&1))t.memoizedState={baseLanes:0,cachePool:null,transitions:null},ue(Da,bt),bt|=n;else{if(!(n&1073741824))return e=a!==null?a.baseLanes|n:n,t.lanes=t.childLanes=1073741824,t.memoizedState={baseLanes:e,cachePool:null,transitions:null},t.updateQueue=null,ue(Da,bt),bt|=e,null;t.memoizedState={baseLanes:0,cachePool:null,transitions:null},r=a!==null?a.baseLanes:n,ue(Da,bt),bt|=r}else a!==null?(r=a.baseLanes|n,t.memoizedState=null):r=n,ue(Da,bt),bt|=r;return Je(e,t,o,n),t.child}function MD(e,t){var n=t.ref;(e===null&&n!==null||e!==null&&e.ref!==n)&&(t.flags|=512,t.flags|=2097152)}function eh(e,t,n,r,o){var a=pt(n)?ko:Ke.current;return a=Ga(t,a),ka(t,o),n=B5(e,t,n,r,a,o),r=L5(),e!==null&&!ut?(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~o,cr(e,t,o)):(fe&&r&&b5(t),t.flags|=1,Je(e,t,n,o),t.child)}function c4(e,t,n,r,o){if(pt(n)){var a=!0;_c(t)}else a=!1;if(ka(t,o),t.stateNode===null)ju(e,t),ID(t,n,r),Qf(t,n,r,o),r=!0;else if(e===null){var i=t.stateNode,l=t.memoizedProps;i.props=l;var c=i.context,d=n.contextType;typeof d=="object"&&d!==null?d=Ht(d):(d=pt(n)?ko:Ke.current,d=Ga(t,d));var p=n.getDerivedStateFromProps,h=typeof p=="function"||typeof i.getSnapshotBeforeUpdate=="function";h||typeof i.UNSAFE_componentWillReceiveProps!="function"&&typeof i.componentWillReceiveProps!="function"||(l!==r||c!==d)&&o4(t,i,r,d),Cr=!1;var f=t.memoizedState;i.state=f,Bc(t,r,i,o),c=t.memoizedState,l!==r||f!==c||dt.current||Cr?(typeof p=="function"&&(Zf(t,n,p,r),c=t.memoizedState),(l=Cr||r4(t,n,l,r,f,c,d))?(h||typeof i.UNSAFE_componentWillMount!="function"&&typeof i.componentWillMount!="function"||(typeof i.componentWillMount=="function"&&i.componentWillMount(),typeof i.UNSAFE_componentWillMount=="function"&&i.UNSAFE_componentWillMount()),typeof i.componentDidMount=="function"&&(t.flags|=4194308)):(typeof i.componentDidMount=="function"&&(t.flags|=4194308),t.memoizedProps=r,t.memoizedState=c),i.props=r,i.state=c,i.context=d,r=l):(typeof i.componentDidMount=="function"&&(t.flags|=4194308),r=!1)}else{i=t.stateNode,dD(e,t),l=t.memoizedProps,d=t.type===t.elementType?l:Zt(t.type,l),i.props=d,h=t.pendingProps,f=i.context,c=n.contextType,typeof c=="object"&&c!==null?c=Ht(c):(c=pt(n)?ko:Ke.current,c=Ga(t,c));var m=n.getDerivedStateFromProps;(p=typeof m=="function"||typeof i.getSnapshotBeforeUpdate=="function")||typeof i.UNSAFE_componentWillReceiveProps!="function"&&typeof i.componentWillReceiveProps!="function"||(l!==h||f!==c)&&o4(t,i,r,c),Cr=!1,f=t.memoizedState,i.state=f,Bc(t,r,i,o);var v=t.memoizedState;l!==h||f!==v||dt.current||Cr?(typeof m=="function"&&(Zf(t,n,m,r),v=t.memoizedState),(d=Cr||r4(t,n,d,r,f,v,c)||!1)?(p||typeof i.UNSAFE_componentWillUpdate!="function"&&typeof i.componentWillUpdate!="function"||(typeof i.componentWillUpdate=="function"&&i.componentWillUpdate(r,v,c),typeof i.UNSAFE_componentWillUpdate=="function"&&i.UNSAFE_componentWillUpdate(r,v,c)),typeof i.componentDidUpdate=="function"&&(t.flags|=4),typeof i.getSnapshotBeforeUpdate=="function"&&(t.flags|=1024)):(typeof i.componentDidUpdate!="function"||l===e.memoizedProps&&f===e.memoizedState||(t.flags|=4),typeof i.getSnapshotBeforeUpdate!="function"||l===e.memoizedProps&&f===e.memoizedState||(t.flags|=1024),t.memoizedProps=r,t.memoizedState=v),i.props=r,i.state=v,i.context=c,r=d):(typeof i.componentDidUpdate!="function"||l===e.memoizedProps&&f===e.memoizedState||(t.flags|=4),typeof i.getSnapshotBeforeUpdate!="function"||l===e.memoizedProps&&f===e.memoizedState||(t.flags|=1024),r=!1)}return th(e,t,n,r,a,o)}function th(e,t,n,r,o,a){MD(e,t);var i=(t.flags&128)!==0;if(!r&&!i)return o&&Kv(t,n,!1),cr(e,t,a);r=t.stateNode,HI.current=t;var l=i&&typeof n.getDerivedStateFromError!="function"?null:r.render();return t.flags|=1,e!==null&&i?(t.child=Ka(t,e.child,null,a),t.child=Ka(t,null,l,a)):Je(e,t,l,a),t.memoizedState=r.state,o&&Kv(t,n,!0),t.child}function OD(e){var t=e.stateNode;t.pendingContext?Yv(e,t.pendingContext,t.pendingContext!==t.context):t.context&&Yv(e,t.context,!1),z5(e,t.containerInfo)}function d4(e,t,n,r,o){return Ya(),x5(o),t.flags|=256,Je(e,t,n,r),t.child}var nh={dehydrated:null,treeContext:null,retryLane:0};function rh(e){return{baseLanes:e,cachePool:null,transitions:null}}function PD(e,t,n){var r=t.pendingProps,o=me.current,a=!1,i=(t.flags&128)!==0,l;if((l=i)||(l=e!==null&&e.memoizedState===null?!1:(o&2)!==0),l?(a=!0,t.flags&=-129):(e===null||e.memoizedState!==null)&&(o|=1),ue(me,o&1),e===null)return Kf(t),e=t.memoizedState,e!==null&&(e=e.dehydrated,e!==null)?(t.mode&1?e.data==="$!"?t.lanes=8:t.lanes=1073741824:t.lanes=1,null):(i=r.children,e=r.fallback,a?(r=t.mode,a=t.child,i={mode:"hidden",children:i},!(r&1)&&a!==null?(a.childLanes=0,a.pendingProps=i):a=V0(i,r,0,null),e=Co(e,r,n,null),a.return=t,e.return=t,a.sibling=e,t.child=a,t.child.memoizedState=rh(n),t.memoizedState=nh,e):O5(t,i));if(o=e.memoizedState,o!==null&&(l=o.dehydrated,l!==null))return jI(e,t,i,r,l,o,n);if(a){a=r.fallback,i=t.mode,o=e.child,l=o.sibling;var c={mode:"hidden",children:r.children};return!(i&1)&&t.child!==o?(r=t.child,r.childLanes=0,r.pendingProps=c,t.deletions=null):(r=Mr(o,c),r.subtreeFlags=o.subtreeFlags&14680064),l!==null?a=Mr(l,a):(a=Co(a,i,n,null),a.flags|=2),a.return=t,r.return=t,r.sibling=a,t.child=r,r=a,a=t.child,i=e.child.memoizedState,i=i===null?rh(n):{baseLanes:i.baseLanes|n,cachePool:null,transitions:i.transitions},a.memoizedState=i,a.childLanes=e.childLanes&~n,t.memoizedState=nh,r}return a=e.child,e=a.sibling,r=Mr(a,{mode:"visible",children:r.children}),!(t.mode&1)&&(r.lanes=n),r.return=t,r.sibling=null,e!==null&&(n=t.deletions,n===null?(t.deletions=[e],t.flags|=16):n.push(e)),t.child=r,t.memoizedState=null,r}function O5(e,t){return t=V0({mode:"visible",children:t},e.mode,0,null),t.return=e,e.child=t}function iu(e,t,n,r){return r!==null&&x5(r),Ka(t,e.child,null,n),e=O5(t,t.pendingProps.children),e.flags|=2,t.memoizedState=null,e}function jI(e,t,n,r,o,a,i){if(n)return t.flags&256?(t.flags&=-257,r=dd(Error(L(422))),iu(e,t,i,r)):t.memoizedState!==null?(t.child=e.child,t.flags|=128,null):(a=r.fallback,o=t.mode,r=V0({mode:"visible",children:r.children},o,0,null),a=Co(a,o,i,null),a.flags|=2,r.return=t,a.return=t,r.sibling=a,t.child=r,t.mode&1&&Ka(t,e.child,null,i),t.child.memoizedState=rh(i),t.memoizedState=nh,a);if(!(t.mode&1))return iu(e,t,i,null);if(o.data==="$!"){if(r=o.nextSibling&&o.nextSibling.dataset,r)var l=r.dgst;return r=l,a=Error(L(419)),r=dd(a,r,void 0),iu(e,t,i,r)}if(l=(i&e.childLanes)!==0,ut||l){if(r=Be,r!==null){switch(i&-i){case 4:o=2;break;case 16:o=8;break;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:o=32;break;case 536870912:o=268435456;break;default:o=0}o=o&(r.suspendedLanes|i)?0:o,o!==0&&o!==a.retryLane&&(a.retryLane=o,ur(e,o),ln(r,e,o,-1))}return U5(),r=dd(Error(L(421))),iu(e,t,i,r)}return o.data==="$?"?(t.flags|=128,t.child=e.child,t=tR.bind(null,e),o._reactRetry=t,null):(e=a.treeContext,St=Rr(o.nextSibling),At=t,fe=!0,en=null,e!==null&&(Lt[$t++]=tr,Lt[$t++]=nr,Lt[$t++]=Ao,tr=e.id,nr=e.overflow,Ao=t),t=O5(t,r.children),t.flags|=4096,t)}function p4(e,t,n){e.lanes|=t;var r=e.alternate;r!==null&&(r.lanes|=t),Xf(e.return,t,n)}function pd(e,t,n,r,o){var a=e.memoizedState;a===null?e.memoizedState={isBackwards:t,rendering:null,renderingStartTime:0,last:r,tail:n,tailMode:o}:(a.isBackwards=t,a.rendering=null,a.renderingStartTime=0,a.last=r,a.tail=n,a.tailMode=o)}function ND(e,t,n){var r=t.pendingProps,o=r.revealOrder,a=r.tail;if(Je(e,t,r.children,n),r=me.current,r&2)r=r&1|2,t.flags|=128;else{if(e!==null&&e.flags&128)e:for(e=t.child;e!==null;){if(e.tag===13)e.memoizedState!==null&&p4(e,n,t);else if(e.tag===19)p4(e,n,t);else if(e.child!==null){e.child.return=e,e=e.child;continue}if(e===t)break e;for(;e.sibling===null;){if(e.return===null||e.return===t)break e;e=e.return}e.sibling.return=e.return,e=e.sibling}r&=1}if(ue(me,r),!(t.mode&1))t.memoizedState=null;else switch(o){case"forwards":for(n=t.child,o=null;n!==null;)e=n.alternate,e!==null&&Lc(e)===null&&(o=n),n=n.sibling;n=o,n===null?(o=t.child,t.child=null):(o=n.sibling,n.sibling=null),pd(t,!1,o,n,a);break;case"backwards":for(n=null,o=t.child,t.child=null;o!==null;){if(e=o.alternate,e!==null&&Lc(e)===null){t.child=o;break}e=o.sibling,o.sibling=n,n=o,o=e}pd(t,!0,n,null,a);break;case"together":pd(t,!1,null,null,void 0);break;default:t.memoizedState=null}return t.child}function ju(e,t){!(t.mode&1)&&e!==null&&(e.alternate=null,t.alternate=null,t.flags|=2)}function cr(e,t,n){if(e!==null&&(t.dependencies=e.dependencies),_o|=t.lanes,!(n&t.childLanes))return null;if(e!==null&&t.child!==e.child)throw Error(L(153));if(t.child!==null){for(e=t.child,n=Mr(e,e.pendingProps),t.child=n,n.return=t;e.sibling!==null;)e=e.sibling,n=n.sibling=Mr(e,e.pendingProps),n.return=t;n.sibling=null}return t.child}function VI(e,t,n){switch(t.tag){case 3:OD(t),Ya();break;case 5:pD(t);break;case 1:pt(t.type)&&_c(t);break;case 4:z5(t,t.stateNode.containerInfo);break;case 10:var r=t.type._context,o=t.memoizedProps.value;ue(Ic,r._currentValue),r._currentValue=o;break;case 13:if(r=t.memoizedState,r!==null)return r.dehydrated!==null?(ue(me,me.current&1),t.flags|=128,null):n&t.child.childLanes?PD(e,t,n):(ue(me,me.current&1),e=cr(e,t,n),e!==null?e.sibling:null);ue(me,me.current&1);break;case 19:if(r=(n&t.childLanes)!==0,e.flags&128){if(r)return ND(e,t,n);t.flags|=128}if(o=t.memoizedState,o!==null&&(o.rendering=null,o.tail=null,o.lastEffect=null),ue(me,me.current),r)break;return null;case 22:case 23:return t.lanes=0,$D(e,t,n)}return cr(e,t,n)}var HD,oh,jD,VD;HD=function(e,t){for(var n=t.child;n!==null;){if(n.tag===5||n.tag===6)e.appendChild(n.stateNode);else if(n.tag!==4&&n.child!==null){n.child.return=n,n=n.child;continue}if(n===t)break;for(;n.sibling===null;){if(n.return===null||n.return===t)return;n=n.return}n.sibling.return=n.return,n=n.sibling}};oh=function(){};jD=function(e,t,n,r){var o=e.memoizedProps;if(o!==r){e=t.stateNode,mo(Ln.current);var a=null;switch(n){case"input":o=kf(e,o),r=kf(e,r),a=[];break;case"select":o=ve({},o,{value:void 0}),r=ve({},r,{value:void 0}),a=[];break;case"textarea":o=_f(e,o),r=_f(e,r),a=[];break;default:typeof o.onClick!="function"&&typeof r.onClick=="function"&&(e.onclick=Ac)}Tf(n,r);var i;n=null;for(d in o)if(!r.hasOwnProperty(d)&&o.hasOwnProperty(d)&&o[d]!=null)if(d==="style"){var l=o[d];for(i in l)l.hasOwnProperty(i)&&(n||(n={}),n[i]="")}else d!=="dangerouslySetInnerHTML"&&d!=="children"&&d!=="suppressContentEditableWarning"&&d!=="suppressHydrationWarning"&&d!=="autoFocus"&&(Il.hasOwnProperty(d)?a||(a=[]):(a=a||[]).push(d,null));for(d in r){var c=r[d];if(l=o!=null?o[d]:void 0,r.hasOwnProperty(d)&&c!==l&&(c!=null||l!=null))if(d==="style")if(l){for(i in l)!l.hasOwnProperty(i)||c&&c.hasOwnProperty(i)||(n||(n={}),n[i]="");for(i in c)c.hasOwnProperty(i)&&l[i]!==c[i]&&(n||(n={}),n[i]=c[i])}else n||(a||(a=[]),a.push(d,n)),n=c;else d==="dangerouslySetInnerHTML"?(c=c?c.__html:void 0,l=l?l.__html:void 0,c!=null&&l!==c&&(a=a||[]).push(d,c)):d==="children"?typeof c!="string"&&typeof c!="number"||(a=a||[]).push(d,""+c):d!=="suppressContentEditableWarning"&&d!=="suppressHydrationWarning"&&(Il.hasOwnProperty(d)?(c!=null&&d==="onScroll"&&ce("scroll",e),a||l===c||(a=[])):(a=a||[]).push(d,c))}n&&(a=a||[]).push("style",n);var d=a;(t.updateQueue=d)&&(t.flags|=4)}};VD=function(e,t,n,r){n!==r&&(t.flags|=4)};function Ri(e,t){if(!fe)switch(e.tailMode){case"hidden":t=e.tail;for(var n=null;t!==null;)t.alternate!==null&&(n=t),t=t.sibling;n===null?e.tail=null:n.sibling=null;break;case"collapsed":n=e.tail;for(var r=null;n!==null;)n.alternate!==null&&(r=n),n=n.sibling;r===null?t||e.tail===null?e.tail=null:e.tail.sibling=null:r.sibling=null}}function We(e){var t=e.alternate!==null&&e.alternate.child===e.child,n=0,r=0;if(t)for(var o=e.child;o!==null;)n|=o.lanes|o.childLanes,r|=o.subtreeFlags&14680064,r|=o.flags&14680064,o.return=e,o=o.sibling;else for(o=e.child;o!==null;)n|=o.lanes|o.childLanes,r|=o.subtreeFlags,r|=o.flags,o.return=e,o=o.sibling;return e.subtreeFlags|=r,e.childLanes=n,t}function UI(e,t,n){var r=t.pendingProps;switch(C5(t),t.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return We(t),null;case 1:return pt(t.type)&&Fc(),We(t),null;case 3:return r=t.stateNode,Xa(),pe(dt),pe(Ke),I5(),r.pendingContext&&(r.context=r.pendingContext,r.pendingContext=null),(e===null||e.child===null)&&(ou(t)?t.flags|=4:e===null||e.memoizedState.isDehydrated&&!(t.flags&256)||(t.flags|=1024,en!==null&&(ph(en),en=null))),oh(e,t),We(t),null;case 5:T5(t);var o=mo(Ul.current);if(n=t.type,e!==null&&t.stateNode!=null)jD(e,t,n,r,o),e.ref!==t.ref&&(t.flags|=512,t.flags|=2097152);else{if(!r){if(t.stateNode===null)throw Error(L(166));return We(t),null}if(e=mo(Ln.current),ou(t)){r=t.stateNode,n=t.type;var a=t.memoizedProps;switch(r[_n]=t,r[jl]=a,e=(t.mode&1)!==0,n){case"dialog":ce("cancel",r),ce("close",r);break;case"iframe":case"object":case"embed":ce("load",r);break;case"video":case"audio":for(o=0;o<tl.length;o++)ce(tl[o],r);break;case"source":ce("error",r);break;case"img":case"image":case"link":ce("error",r),ce("load",r);break;case"details":ce("toggle",r);break;case"input":Ev(r,a),ce("invalid",r);break;case"select":r._wrapperState={wasMultiple:!!a.multiple},ce("invalid",r);break;case"textarea":Cv(r,a),ce("invalid",r)}Tf(n,a),o=null;for(var i in a)if(a.hasOwnProperty(i)){var l=a[i];i==="children"?typeof l=="string"?r.textContent!==l&&(a.suppressHydrationWarning!==!0&&ru(r.textContent,l,e),o=["children",l]):typeof l=="number"&&r.textContent!==""+l&&(a.suppressHydrationWarning!==!0&&ru(r.textContent,l,e),o=["children",""+l]):Il.hasOwnProperty(i)&&l!=null&&i==="onScroll"&&ce("scroll",r)}switch(n){case"input":Ks(r),bv(r,a,!0);break;case"textarea":Ks(r),xv(r);break;case"select":case"option":break;default:typeof a.onClick=="function"&&(r.onclick=Ac)}r=o,t.updateQueue=r,r!==null&&(t.flags|=4)}else{i=o.nodeType===9?o:o.ownerDocument,e==="http://www.w3.org/1999/xhtml"&&(e=v9(n)),e==="http://www.w3.org/1999/xhtml"?n==="script"?(e=i.createElement("div"),e.innerHTML="<script><\/script>",e=e.removeChild(e.firstChild)):typeof r.is=="string"?e=i.createElement(n,{is:r.is}):(e=i.createElement(n),n==="select"&&(i=e,r.multiple?i.multiple=!0:r.size&&(i.size=r.size))):e=i.createElementNS(e,n),e[_n]=t,e[jl]=r,HD(e,t,!1,!1),t.stateNode=e;e:{switch(i=If(n,r),n){case"dialog":ce("cancel",e),ce("close",e),o=r;break;case"iframe":case"object":case"embed":ce("load",e),o=r;break;case"video":case"audio":for(o=0;o<tl.length;o++)ce(tl[o],e);o=r;break;case"source":ce("error",e),o=r;break;case"img":case"image":case"link":ce("error",e),ce("load",e),o=r;break;case"details":ce("toggle",e),o=r;break;case"input":Ev(e,r),o=kf(e,r),ce("invalid",e);break;case"option":o=r;break;case"select":e._wrapperState={wasMultiple:!!r.multiple},o=ve({},r,{value:void 0}),ce("invalid",e);break;case"textarea":Cv(e,r),o=_f(e,r),ce("invalid",e);break;default:o=r}Tf(n,o),l=o;for(a in l)if(l.hasOwnProperty(a)){var c=l[a];a==="style"?D9(e,c):a==="dangerouslySetInnerHTML"?(c=c?c.__html:void 0,c!=null&&y9(e,c)):a==="children"?typeof c=="string"?(n!=="textarea"||c!=="")&&Rl(e,c):typeof c=="number"&&Rl(e,""+c):a!=="suppressContentEditableWarning"&&a!=="suppressHydrationWarning"&&a!=="autoFocus"&&(Il.hasOwnProperty(a)?c!=null&&a==="onScroll"&&ce("scroll",e):c!=null&&s5(e,a,c,i))}switch(n){case"input":Ks(e),bv(e,r,!1);break;case"textarea":Ks(e),xv(e);break;case"option":r.value!=null&&e.setAttribute("value",""+Hr(r.value));break;case"select":e.multiple=!!r.multiple,a=r.value,a!=null?ba(e,!!r.multiple,a,!1):r.defaultValue!=null&&ba(e,!!r.multiple,r.defaultValue,!0);break;default:typeof o.onClick=="function"&&(e.onclick=Ac)}switch(n){case"button":case"input":case"select":case"textarea":r=!!r.autoFocus;break e;case"img":r=!0;break e;default:r=!1}}r&&(t.flags|=4)}t.ref!==null&&(t.flags|=512,t.flags|=2097152)}return We(t),null;case 6:if(e&&t.stateNode!=null)VD(e,t,e.memoizedProps,r);else{if(typeof r!="string"&&t.stateNode===null)throw Error(L(166));if(n=mo(Ul.current),mo(Ln.current),ou(t)){if(r=t.stateNode,n=t.memoizedProps,r[_n]=t,(a=r.nodeValue!==n)&&(e=At,e!==null))switch(e.tag){case 3:ru(r.nodeValue,n,(e.mode&1)!==0);break;case 5:e.memoizedProps.suppressHydrationWarning!==!0&&ru(r.nodeValue,n,(e.mode&1)!==0)}a&&(t.flags|=4)}else r=(n.nodeType===9?n:n.ownerDocument).createTextNode(r),r[_n]=t,t.stateNode=r}return We(t),null;case 13:if(pe(me),r=t.memoizedState,e===null||e.memoizedState!==null&&e.memoizedState.dehydrated!==null){if(fe&&St!==null&&t.mode&1&&!(t.flags&128))lD(),Ya(),t.flags|=98560,a=!1;else if(a=ou(t),r!==null&&r.dehydrated!==null){if(e===null){if(!a)throw Error(L(318));if(a=t.memoizedState,a=a!==null?a.dehydrated:null,!a)throw Error(L(317));a[_n]=t}else Ya(),!(t.flags&128)&&(t.memoizedState=null),t.flags|=4;We(t),a=!1}else en!==null&&(ph(en),en=null),a=!0;if(!a)return t.flags&65536?t:null}return t.flags&128?(t.lanes=n,t):(r=r!==null,r!==(e!==null&&e.memoizedState!==null)&&r&&(t.child.flags|=8192,t.mode&1&&(e===null||me.current&1?ke===0&&(ke=3):U5())),t.updateQueue!==null&&(t.flags|=4),We(t),null);case 4:return Xa(),oh(e,t),e===null&&Nl(t.stateNode.containerInfo),We(t),null;case 10:return A5(t.type._context),We(t),null;case 17:return pt(t.type)&&Fc(),We(t),null;case 19:if(pe(me),a=t.memoizedState,a===null)return We(t),null;if(r=(t.flags&128)!==0,i=a.rendering,i===null)if(r)Ri(a,!1);else{if(ke!==0||e!==null&&e.flags&128)for(e=t.child;e!==null;){if(i=Lc(e),i!==null){for(t.flags|=128,Ri(a,!1),r=i.updateQueue,r!==null&&(t.updateQueue=r,t.flags|=4),t.subtreeFlags=0,r=n,n=t.child;n!==null;)a=n,e=r,a.flags&=14680066,i=a.alternate,i===null?(a.childLanes=0,a.lanes=e,a.child=null,a.subtreeFlags=0,a.memoizedProps=null,a.memoizedState=null,a.updateQueue=null,a.dependencies=null,a.stateNode=null):(a.childLanes=i.childLanes,a.lanes=i.lanes,a.child=i.child,a.subtreeFlags=0,a.deletions=null,a.memoizedProps=i.memoizedProps,a.memoizedState=i.memoizedState,a.updateQueue=i.updateQueue,a.type=i.type,e=i.dependencies,a.dependencies=e===null?null:{lanes:e.lanes,firstContext:e.firstContext}),n=n.sibling;return ue(me,me.current&1|2),t.child}e=e.sibling}a.tail!==null&&we()>Qa&&(t.flags|=128,r=!0,Ri(a,!1),t.lanes=4194304)}else{if(!r)if(e=Lc(i),e!==null){if(t.flags|=128,r=!0,n=e.updateQueue,n!==null&&(t.updateQueue=n,t.flags|=4),Ri(a,!0),a.tail===null&&a.tailMode==="hidden"&&!i.alternate&&!fe)return We(t),null}else 2*we()-a.renderingStartTime>Qa&&n!==1073741824&&(t.flags|=128,r=!0,Ri(a,!1),t.lanes=4194304);a.isBackwards?(i.sibling=t.child,t.child=i):(n=a.last,n!==null?n.sibling=i:t.child=i,a.last=i)}return a.tail!==null?(t=a.tail,a.rendering=t,a.tail=t.sibling,a.renderingStartTime=we(),t.sibling=null,n=me.current,ue(me,r?n&1|2:n&1),t):(We(t),null);case 22:case 23:return V5(),r=t.memoizedState!==null,e!==null&&e.memoizedState!==null!==r&&(t.flags|=8192),r&&t.mode&1?bt&1073741824&&(We(t),t.subtreeFlags&6&&(t.flags|=8192)):We(t),null;case 24:return null;case 25:return null}throw Error(L(156,t.tag))}function WI(e,t){switch(C5(t),t.tag){case 1:return pt(t.type)&&Fc(),e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 3:return Xa(),pe(dt),pe(Ke),I5(),e=t.flags,e&65536&&!(e&128)?(t.flags=e&-65537|128,t):null;case 5:return T5(t),null;case 13:if(pe(me),e=t.memoizedState,e!==null&&e.dehydrated!==null){if(t.alternate===null)throw Error(L(340));Ya()}return e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 19:return pe(me),null;case 4:return Xa(),null;case 10:return A5(t.type._context),null;case 22:case 23:return V5(),null;case 24:return null;default:return null}}var lu=!1,Ye=!1,qI=typeof WeakSet=="function"?WeakSet:Set,N=null;function wa(e,t){var n=e.ref;if(n!==null)if(typeof n=="function")try{n(null)}catch(r){ye(e,t,r)}else n.current=null}function ah(e,t,n){try{n()}catch(r){ye(e,t,r)}}var f4=!1;function GI(e,t){if(jf=xc,e=Y9(),E5(e)){if("selectionStart"in e)var n={start:e.selectionStart,end:e.selectionEnd};else e:{n=(n=e.ownerDocument)&&n.defaultView||window;var r=n.getSelection&&n.getSelection();if(r&&r.rangeCount!==0){n=r.anchorNode;var o=r.anchorOffset,a=r.focusNode;r=r.focusOffset;try{n.nodeType,a.nodeType}catch{n=null;break e}var i=0,l=-1,c=-1,d=0,p=0,h=e,f=null;t:for(;;){for(var m;h!==n||o!==0&&h.nodeType!==3||(l=i+o),h!==a||r!==0&&h.nodeType!==3||(c=i+r),h.nodeType===3&&(i+=h.nodeValue.length),(m=h.firstChild)!==null;)f=h,h=m;for(;;){if(h===e)break t;if(f===n&&++d===o&&(l=i),f===a&&++p===r&&(c=i),(m=h.nextSibling)!==null)break;h=f,f=h.parentNode}h=m}n=l===-1||c===-1?null:{start:l,end:c}}else n=null}n=n||{start:0,end:0}}else n=null;for(Vf={focusedElem:e,selectionRange:n},xc=!1,N=t;N!==null;)if(t=N,e=t.child,(t.subtreeFlags&1028)!==0&&e!==null)e.return=t,N=e;else for(;N!==null;){t=N;try{var v=t.alternate;if(t.flags&1024)switch(t.tag){case 0:case 11:case 15:break;case 1:if(v!==null){var w=v.memoizedProps,C=v.memoizedState,D=t.stateNode,g=D.getSnapshotBeforeUpdate(t.elementType===t.type?w:Zt(t.type,w),C);D.__reactInternalSnapshotBeforeUpdate=g}break;case 3:var y=t.stateNode.containerInfo;y.nodeType===1?y.textContent="":y.nodeType===9&&y.documentElement&&y.removeChild(y.documentElement);break;case 5:case 6:case 4:case 17:break;default:throw Error(L(163))}}catch(E){ye(t,t.return,E)}if(e=t.sibling,e!==null){e.return=t.return,N=e;break}N=t.return}return v=f4,f4=!1,v}function El(e,t,n){var r=t.updateQueue;if(r=r!==null?r.lastEffect:null,r!==null){var o=r=r.next;do{if((o.tag&e)===e){var a=o.destroy;o.destroy=void 0,a!==void 0&&ah(t,n,a)}o=o.next}while(o!==r)}}function H0(e,t){if(t=t.updateQueue,t=t!==null?t.lastEffect:null,t!==null){var n=t=t.next;do{if((n.tag&e)===e){var r=n.create;n.destroy=r()}n=n.next}while(n!==t)}}function ih(e){var t=e.ref;if(t!==null){var n=e.stateNode;switch(e.tag){case 5:e=n;break;default:e=n}typeof t=="function"?t(e):t.current=e}}function UD(e){var t=e.alternate;t!==null&&(e.alternate=null,UD(t)),e.child=null,e.deletions=null,e.sibling=null,e.tag===5&&(t=e.stateNode,t!==null&&(delete t[_n],delete t[jl],delete t[qf],delete t[_I],delete t[zI])),e.stateNode=null,e.return=null,e.dependencies=null,e.memoizedProps=null,e.memoizedState=null,e.pendingProps=null,e.stateNode=null,e.updateQueue=null}function WD(e){return e.tag===5||e.tag===3||e.tag===4}function h4(e){e:for(;;){for(;e.sibling===null;){if(e.return===null||WD(e.return))return null;e=e.return}for(e.sibling.return=e.return,e=e.sibling;e.tag!==5&&e.tag!==6&&e.tag!==18;){if(e.flags&2||e.child===null||e.tag===4)continue e;e.child.return=e,e=e.child}if(!(e.flags&2))return e.stateNode}}function lh(e,t,n){var r=e.tag;if(r===5||r===6)e=e.stateNode,t?n.nodeType===8?n.parentNode.insertBefore(e,t):n.insertBefore(e,t):(n.nodeType===8?(t=n.parentNode,t.insertBefore(e,n)):(t=n,t.appendChild(e)),n=n._reactRootContainer,n!=null||t.onclick!==null||(t.onclick=Ac));else if(r!==4&&(e=e.child,e!==null))for(lh(e,t,n),e=e.sibling;e!==null;)lh(e,t,n),e=e.sibling}function sh(e,t,n){var r=e.tag;if(r===5||r===6)e=e.stateNode,t?n.insertBefore(e,t):n.appendChild(e);else if(r!==4&&(e=e.child,e!==null))for(sh(e,t,n),e=e.sibling;e!==null;)sh(e,t,n),e=e.sibling}var $e=null,Qt=!1;function yr(e,t,n){for(n=n.child;n!==null;)qD(e,t,n),n=n.sibling}function qD(e,t,n){if(Bn&&typeof Bn.onCommitFiberUnmount=="function")try{Bn.onCommitFiberUnmount(R0,n)}catch{}switch(n.tag){case 5:Ye||wa(n,t);case 6:var r=$e,o=Qt;$e=null,yr(e,t,n),$e=r,Qt=o,$e!==null&&(Qt?(e=$e,n=n.stateNode,e.nodeType===8?e.parentNode.removeChild(n):e.removeChild(n)):$e.removeChild(n.stateNode));break;case 18:$e!==null&&(Qt?(e=$e,n=n.stateNode,e.nodeType===8?ad(e.parentNode,n):e.nodeType===1&&ad(e,n),Ml(e)):ad($e,n.stateNode));break;case 4:r=$e,o=Qt,$e=n.stateNode.containerInfo,Qt=!0,yr(e,t,n),$e=r,Qt=o;break;case 0:case 11:case 14:case 15:if(!Ye&&(r=n.updateQueue,r!==null&&(r=r.lastEffect,r!==null))){o=r=r.next;do{var a=o,i=a.destroy;a=a.tag,i!==void 0&&(a&2||a&4)&&ah(n,t,i),o=o.next}while(o!==r)}yr(e,t,n);break;case 1:if(!Ye&&(wa(n,t),r=n.stateNode,typeof r.componentWillUnmount=="function"))try{r.props=n.memoizedProps,r.state=n.memoizedState,r.componentWillUnmount()}catch(l){ye(n,t,l)}yr(e,t,n);break;case 21:yr(e,t,n);break;case 22:n.mode&1?(Ye=(r=Ye)||n.memoizedState!==null,yr(e,t,n),Ye=r):yr(e,t,n);break;default:yr(e,t,n)}}function m4(e){var t=e.updateQueue;if(t!==null){e.updateQueue=null;var n=e.stateNode;n===null&&(n=e.stateNode=new qI),t.forEach(function(r){var o=nR.bind(null,e,r);n.has(r)||(n.add(r),r.then(o,o))})}}function Yt(e,t){var n=t.deletions;if(n!==null)for(var r=0;r<n.length;r++){var o=n[r];try{var a=e,i=t,l=i;e:for(;l!==null;){switch(l.tag){case 5:$e=l.stateNode,Qt=!1;break e;case 3:$e=l.stateNode.containerInfo,Qt=!0;break e;case 4:$e=l.stateNode.containerInfo,Qt=!0;break e}l=l.return}if($e===null)throw Error(L(160));qD(a,i,o),$e=null,Qt=!1;var c=o.alternate;c!==null&&(c.return=null),o.return=null}catch(d){ye(o,t,d)}}if(t.subtreeFlags&12854)for(t=t.child;t!==null;)GD(t,e),t=t.sibling}function GD(e,t){var n=e.alternate,r=e.flags;switch(e.tag){case 0:case 11:case 14:case 15:if(Yt(t,e),xn(e),r&4){try{El(3,e,e.return),H0(3,e)}catch(w){ye(e,e.return,w)}try{El(5,e,e.return)}catch(w){ye(e,e.return,w)}}break;case 1:Yt(t,e),xn(e),r&512&&n!==null&&wa(n,n.return);break;case 5:if(Yt(t,e),xn(e),r&512&&n!==null&&wa(n,n.return),e.flags&32){var o=e.stateNode;try{Rl(o,"")}catch(w){ye(e,e.return,w)}}if(r&4&&(o=e.stateNode,o!=null)){var a=e.memoizedProps,i=n!==null?n.memoizedProps:a,l=e.type,c=e.updateQueue;if(e.updateQueue=null,c!==null)try{l==="input"&&a.type==="radio"&&a.name!=null&&m9(o,a),If(l,i);var d=If(l,a);for(i=0;i<c.length;i+=2){var p=c[i],h=c[i+1];p==="style"?D9(o,h):p==="dangerouslySetInnerHTML"?y9(o,h):p==="children"?Rl(o,h):s5(o,p,h,d)}switch(l){case"input":Af(o,a);break;case"textarea":g9(o,a);break;case"select":var f=o._wrapperState.wasMultiple;o._wrapperState.wasMultiple=!!a.multiple;var m=a.value;m!=null?ba(o,!!a.multiple,m,!1):f!==!!a.multiple&&(a.defaultValue!=null?ba(o,!!a.multiple,a.defaultValue,!0):ba(o,!!a.multiple,a.multiple?[]:"",!1))}o[jl]=a}catch(w){ye(e,e.return,w)}}break;case 6:if(Yt(t,e),xn(e),r&4){if(e.stateNode===null)throw Error(L(162));o=e.stateNode,a=e.memoizedProps;try{o.nodeValue=a}catch(w){ye(e,e.return,w)}}break;case 3:if(Yt(t,e),xn(e),r&4&&n!==null&&n.memoizedState.isDehydrated)try{Ml(t.containerInfo)}catch(w){ye(e,e.return,w)}break;case 4:Yt(t,e),xn(e);break;case 13:Yt(t,e),xn(e),o=e.child,o.flags&8192&&(a=o.memoizedState!==null,o.stateNode.isHidden=a,!a||o.alternate!==null&&o.alternate.memoizedState!==null||(H5=we())),r&4&&m4(e);break;case 22:if(p=n!==null&&n.memoizedState!==null,e.mode&1?(Ye=(d=Ye)||p,Yt(t,e),Ye=d):Yt(t,e),xn(e),r&8192){if(d=e.memoizedState!==null,(e.stateNode.isHidden=d)&&!p&&e.mode&1)for(N=e,p=e.child;p!==null;){for(h=N=p;N!==null;){switch(f=N,m=f.child,f.tag){case 0:case 11:case 14:case 15:El(4,f,f.return);break;case 1:wa(f,f.return);var v=f.stateNode;if(typeof v.componentWillUnmount=="function"){r=f,n=f.return;try{t=r,v.props=t.memoizedProps,v.state=t.memoizedState,v.componentWillUnmount()}catch(w){ye(r,n,w)}}break;case 5:wa(f,f.return);break;case 22:if(f.memoizedState!==null){v4(h);continue}}m!==null?(m.return=f,N=m):v4(h)}p=p.sibling}e:for(p=null,h=e;;){if(h.tag===5){if(p===null){p=h;try{o=h.stateNode,d?(a=o.style,typeof a.setProperty=="function"?a.setProperty("display","none","important"):a.display="none"):(l=h.stateNode,c=h.memoizedProps.style,i=c!=null&&c.hasOwnProperty("display")?c.display:null,l.style.display=w9("display",i))}catch(w){ye(e,e.return,w)}}}else if(h.tag===6){if(p===null)try{h.stateNode.nodeValue=d?"":h.memoizedProps}catch(w){ye(e,e.return,w)}}else if((h.tag!==22&&h.tag!==23||h.memoizedState===null||h===e)&&h.child!==null){h.child.return=h,h=h.child;continue}if(h===e)break e;for(;h.sibling===null;){if(h.return===null||h.return===e)break e;p===h&&(p=null),h=h.return}p===h&&(p=null),h.sibling.return=h.return,h=h.sibling}}break;case 19:Yt(t,e),xn(e),r&4&&m4(e);break;case 21:break;default:Yt(t,e),xn(e)}}function xn(e){var t=e.flags;if(t&2){try{e:{for(var n=e.return;n!==null;){if(WD(n)){var r=n;break e}n=n.return}throw Error(L(160))}switch(r.tag){case 5:var o=r.stateNode;r.flags&32&&(Rl(o,""),r.flags&=-33);var a=h4(e);sh(e,a,o);break;case 3:case 4:var i=r.stateNode.containerInfo,l=h4(e);lh(e,l,i);break;default:throw Error(L(161))}}catch(c){ye(e,e.return,c)}e.flags&=-3}t&4096&&(e.flags&=-4097)}function YI(e,t,n){N=e,YD(e)}function YD(e,t,n){for(var r=(e.mode&1)!==0;N!==null;){var o=N,a=o.child;if(o.tag===22&&r){var i=o.memoizedState!==null||lu;if(!i){var l=o.alternate,c=l!==null&&l.memoizedState!==null||Ye;l=lu;var d=Ye;if(lu=i,(Ye=c)&&!d)for(N=o;N!==null;)i=N,c=i.child,i.tag===22&&i.memoizedState!==null?y4(o):c!==null?(c.return=i,N=c):y4(o);for(;a!==null;)N=a,YD(a),a=a.sibling;N=o,lu=l,Ye=d}g4(e)}else o.subtreeFlags&8772&&a!==null?(a.return=o,N=a):g4(e)}}function g4(e){for(;N!==null;){var t=N;if(t.flags&8772){var n=t.alternate;try{if(t.flags&8772)switch(t.tag){case 0:case 11:case 15:Ye||H0(5,t);break;case 1:var r=t.stateNode;if(t.flags&4&&!Ye)if(n===null)r.componentDidMount();else{var o=t.elementType===t.type?n.memoizedProps:Zt(t.type,n.memoizedProps);r.componentDidUpdate(o,n.memoizedState,r.__reactInternalSnapshotBeforeUpdate)}var a=t.updateQueue;a!==null&&e4(t,a,r);break;case 3:var i=t.updateQueue;if(i!==null){if(n=null,t.child!==null)switch(t.child.tag){case 5:n=t.child.stateNode;break;case 1:n=t.child.stateNode}e4(t,i,n)}break;case 5:var l=t.stateNode;if(n===null&&t.flags&4){n=l;var c=t.memoizedProps;switch(t.type){case"button":case"input":case"select":case"textarea":c.autoFocus&&n.focus();break;case"img":c.src&&(n.src=c.src)}}break;case 6:break;case 4:break;case 12:break;case 13:if(t.memoizedState===null){var d=t.alternate;if(d!==null){var p=d.memoizedState;if(p!==null){var h=p.dehydrated;h!==null&&Ml(h)}}}break;case 19:case 17:case 21:case 22:case 23:case 25:break;default:throw Error(L(163))}Ye||t.flags&512&&ih(t)}catch(f){ye(t,t.return,f)}}if(t===e){N=null;break}if(n=t.sibling,n!==null){n.return=t.return,N=n;break}N=t.return}}function v4(e){for(;N!==null;){var t=N;if(t===e){N=null;break}var n=t.sibling;if(n!==null){n.return=t.return,N=n;break}N=t.return}}function y4(e){for(;N!==null;){var t=N;try{switch(t.tag){case 0:case 11:case 15:var n=t.return;try{H0(4,t)}catch(c){ye(t,n,c)}break;case 1:var r=t.stateNode;if(typeof r.componentDidMount=="function"){var o=t.return;try{r.componentDidMount()}catch(c){ye(t,o,c)}}var a=t.return;try{ih(t)}catch(c){ye(t,a,c)}break;case 5:var i=t.return;try{ih(t)}catch(c){ye(t,i,c)}}}catch(c){ye(t,t.return,c)}if(t===e){N=null;break}var l=t.sibling;if(l!==null){l.return=t.return,N=l;break}N=t.return}}var KI=Math.ceil,Oc=hr.ReactCurrentDispatcher,P5=hr.ReactCurrentOwner,Nt=hr.ReactCurrentBatchConfig,re=0,Be=null,be=null,Oe=0,bt=0,Da=Xr(0),ke=0,Yl=null,_o=0,j0=0,N5=0,bl=null,lt=null,H5=0,Qa=1/0,Qn=null,Pc=!1,uh=null,Lr=null,su=!1,_r=null,Nc=0,Cl=0,ch=null,Vu=-1,Uu=0;function tt(){return re&6?we():Vu!==-1?Vu:Vu=we()}function $r(e){return e.mode&1?re&2&&Oe!==0?Oe&-Oe:II.transition!==null?(Uu===0&&(Uu=I9()),Uu):(e=le,e!==0||(e=window.event,e=e===void 0?16:P9(e.type)),e):1}function ln(e,t,n,r){if(50<Cl)throw Cl=0,ch=null,Error(L(185));gs(e,n,r),(!(re&2)||e!==Be)&&(e===Be&&(!(re&2)&&(j0|=n),ke===4&&Ar(e,Oe)),ft(e,r),n===1&&re===0&&!(t.mode&1)&&(Qa=we()+500,O0&&Zr()))}function ft(e,t){var n=e.callbackNode;IT(e,t);var r=Cc(e,e===Be?Oe:0);if(r===0)n!==null&&Av(n),e.callbackNode=null,e.callbackPriority=0;else if(t=r&-r,e.callbackPriority!==t){if(n!=null&&Av(n),t===1)e.tag===0?TI(w4.bind(null,e)):oD(w4.bind(null,e)),AI(function(){!(re&6)&&Zr()}),n=null;else{switch(R9(r)){case 1:n=f5;break;case 4:n=z9;break;case 16:n=bc;break;case 536870912:n=T9;break;default:n=bc}n=nE(n,KD.bind(null,e))}e.callbackPriority=t,e.callbackNode=n}}function KD(e,t){if(Vu=-1,Uu=0,re&6)throw Error(L(327));var n=e.callbackNode;if(Aa()&&e.callbackNode!==n)return null;var r=Cc(e,e===Be?Oe:0);if(r===0)return null;if(r&30||r&e.expiredLanes||t)t=Hc(e,r);else{t=r;var o=re;re|=2;var a=ZD();(Be!==e||Oe!==t)&&(Qn=null,Qa=we()+500,bo(e,t));do try{QI();break}catch(l){XD(e,l)}while(!0);k5(),Oc.current=a,re=o,be!==null?t=0:(Be=null,Oe=0,t=ke)}if(t!==0){if(t===2&&(o=Mf(e),o!==0&&(r=o,t=dh(e,o))),t===1)throw n=Yl,bo(e,0),Ar(e,r),ft(e,we()),n;if(t===6)Ar(e,r);else{if(o=e.current.alternate,!(r&30)&&!XI(o)&&(t=Hc(e,r),t===2&&(a=Mf(e),a!==0&&(r=a,t=dh(e,a))),t===1))throw n=Yl,bo(e,0),Ar(e,r),ft(e,we()),n;switch(e.finishedWork=o,e.finishedLanes=r,t){case 0:case 1:throw Error(L(345));case 2:co(e,lt,Qn);break;case 3:if(Ar(e,r),(r&130023424)===r&&(t=H5+500-we(),10<t)){if(Cc(e,0)!==0)break;if(o=e.suspendedLanes,(o&r)!==r){tt(),e.pingedLanes|=e.suspendedLanes&o;break}e.timeoutHandle=Wf(co.bind(null,e,lt,Qn),t);break}co(e,lt,Qn);break;case 4:if(Ar(e,r),(r&4194240)===r)break;for(t=e.eventTimes,o=-1;0<r;){var i=31-an(r);a=1<<i,i=t[i],i>o&&(o=i),r&=~a}if(r=o,r=we()-r,r=(120>r?120:480>r?480:1080>r?1080:1920>r?1920:3e3>r?3e3:4320>r?4320:1960*KI(r/1960))-r,10<r){e.timeoutHandle=Wf(co.bind(null,e,lt,Qn),r);break}co(e,lt,Qn);break;case 5:co(e,lt,Qn);break;default:throw Error(L(329))}}}return ft(e,we()),e.callbackNode===n?KD.bind(null,e):null}function dh(e,t){var n=bl;return e.current.memoizedState.isDehydrated&&(bo(e,t).flags|=256),e=Hc(e,t),e!==2&&(t=lt,lt=n,t!==null&&ph(t)),e}function ph(e){lt===null?lt=e:lt.push.apply(lt,e)}function XI(e){for(var t=e;;){if(t.flags&16384){var n=t.updateQueue;if(n!==null&&(n=n.stores,n!==null))for(var r=0;r<n.length;r++){var o=n[r],a=o.getSnapshot;o=o.value;try{if(!un(a(),o))return!1}catch{return!1}}}if(n=t.child,t.subtreeFlags&16384&&n!==null)n.return=t,t=n;else{if(t===e)break;for(;t.sibling===null;){if(t.return===null||t.return===e)return!0;t=t.return}t.sibling.return=t.return,t=t.sibling}}return!0}function Ar(e,t){for(t&=~N5,t&=~j0,e.suspendedLanes|=t,e.pingedLanes&=~t,e=e.expirationTimes;0<t;){var n=31-an(t),r=1<<n;e[n]=-1,t&=~r}}function w4(e){if(re&6)throw Error(L(327));Aa();var t=Cc(e,0);if(!(t&1))return ft(e,we()),null;var n=Hc(e,t);if(e.tag!==0&&n===2){var r=Mf(e);r!==0&&(t=r,n=dh(e,r))}if(n===1)throw n=Yl,bo(e,0),Ar(e,t),ft(e,we()),n;if(n===6)throw Error(L(345));return e.finishedWork=e.current.alternate,e.finishedLanes=t,co(e,lt,Qn),ft(e,we()),null}function j5(e,t){var n=re;re|=1;try{return e(t)}finally{re=n,re===0&&(Qa=we()+500,O0&&Zr())}}function zo(e){_r!==null&&_r.tag===0&&!(re&6)&&Aa();var t=re;re|=1;var n=Nt.transition,r=le;try{if(Nt.transition=null,le=1,e)return e()}finally{le=r,Nt.transition=n,re=t,!(re&6)&&Zr()}}function V5(){bt=Da.current,pe(Da)}function bo(e,t){e.finishedWork=null,e.finishedLanes=0;var n=e.timeoutHandle;if(n!==-1&&(e.timeoutHandle=-1,kI(n)),be!==null)for(n=be.return;n!==null;){var r=n;switch(C5(r),r.tag){case 1:r=r.type.childContextTypes,r!=null&&Fc();break;case 3:Xa(),pe(dt),pe(Ke),I5();break;case 5:T5(r);break;case 4:Xa();break;case 13:pe(me);break;case 19:pe(me);break;case 10:A5(r.type._context);break;case 22:case 23:V5()}n=n.return}if(Be=e,be=e=Mr(e.current,null),Oe=bt=t,ke=0,Yl=null,N5=j0=_o=0,lt=bl=null,ho!==null){for(t=0;t<ho.length;t++)if(n=ho[t],r=n.interleaved,r!==null){n.interleaved=null;var o=r.next,a=n.pending;if(a!==null){var i=a.next;a.next=o,r.next=i}n.pending=r}ho=null}return e}function XD(e,t){do{var n=be;try{if(k5(),Nu.current=Mc,$c){for(var r=ge.memoizedState;r!==null;){var o=r.queue;o!==null&&(o.pending=null),r=r.next}$c=!1}if(Fo=0,Te=Se=ge=null,Dl=!1,Wl=0,P5.current=null,n===null||n.return===null){ke=1,Yl=t,be=null;break}e:{var a=e,i=n.return,l=n,c=t;if(t=Oe,l.flags|=32768,c!==null&&typeof c=="object"&&typeof c.then=="function"){var d=c,p=l,h=p.tag;if(!(p.mode&1)&&(h===0||h===11||h===15)){var f=p.alternate;f?(p.updateQueue=f.updateQueue,p.memoizedState=f.memoizedState,p.lanes=f.lanes):(p.updateQueue=null,p.memoizedState=null)}var m=i4(i);if(m!==null){m.flags&=-257,l4(m,i,l,a,t),m.mode&1&&a4(a,d,t),t=m,c=d;var v=t.updateQueue;if(v===null){var w=new Set;w.add(c),t.updateQueue=w}else v.add(c);break e}else{if(!(t&1)){a4(a,d,t),U5();break e}c=Error(L(426))}}else if(fe&&l.mode&1){var C=i4(i);if(C!==null){!(C.flags&65536)&&(C.flags|=256),l4(C,i,l,a,t),x5(Za(c,l));break e}}a=c=Za(c,l),ke!==4&&(ke=2),bl===null?bl=[a]:bl.push(a),a=i;do{switch(a.tag){case 3:a.flags|=65536,t&=-t,a.lanes|=t;var D=RD(a,c,t);Jv(a,D);break e;case 1:l=c;var g=a.type,y=a.stateNode;if(!(a.flags&128)&&(typeof g.getDerivedStateFromError=="function"||y!==null&&typeof y.componentDidCatch=="function"&&(Lr===null||!Lr.has(y)))){a.flags|=65536,t&=-t,a.lanes|=t;var E=BD(a,l,t);Jv(a,E);break e}}a=a.return}while(a!==null)}JD(n)}catch(b){t=b,be===n&&n!==null&&(be=n=n.return);continue}break}while(!0)}function ZD(){var e=Oc.current;return Oc.current=Mc,e===null?Mc:e}function U5(){(ke===0||ke===3||ke===2)&&(ke=4),Be===null||!(_o&268435455)&&!(j0&268435455)||Ar(Be,Oe)}function Hc(e,t){var n=re;re|=2;var r=ZD();(Be!==e||Oe!==t)&&(Qn=null,bo(e,t));do try{ZI();break}catch(o){XD(e,o)}while(!0);if(k5(),re=n,Oc.current=r,be!==null)throw Error(L(261));return Be=null,Oe=0,ke}function ZI(){for(;be!==null;)QD(be)}function QI(){for(;be!==null&&!CT();)QD(be)}function QD(e){var t=tE(e.alternate,e,bt);e.memoizedProps=e.pendingProps,t===null?JD(e):be=t,P5.current=null}function JD(e){var t=e;do{var n=t.alternate;if(e=t.return,t.flags&32768){if(n=WI(n,t),n!==null){n.flags&=32767,be=n;return}if(e!==null)e.flags|=32768,e.subtreeFlags=0,e.deletions=null;else{ke=6,be=null;return}}else if(n=UI(n,t,bt),n!==null){be=n;return}if(t=t.sibling,t!==null){be=t;return}be=t=e}while(t!==null);ke===0&&(ke=5)}function co(e,t,n){var r=le,o=Nt.transition;try{Nt.transition=null,le=1,JI(e,t,n,r)}finally{Nt.transition=o,le=r}return null}function JI(e,t,n,r){do Aa();while(_r!==null);if(re&6)throw Error(L(327));n=e.finishedWork;var o=e.finishedLanes;if(n===null)return null;if(e.finishedWork=null,e.finishedLanes=0,n===e.current)throw Error(L(177));e.callbackNode=null,e.callbackPriority=0;var a=n.lanes|n.childLanes;if(RT(e,a),e===Be&&(be=Be=null,Oe=0),!(n.subtreeFlags&2064)&&!(n.flags&2064)||su||(su=!0,nE(bc,function(){return Aa(),null})),a=(n.flags&15990)!==0,n.subtreeFlags&15990||a){a=Nt.transition,Nt.transition=null;var i=le;le=1;var l=re;re|=4,P5.current=null,GI(e,n),GD(n,e),wI(Vf),xc=!!jf,Vf=jf=null,e.current=n,YI(n),xT(),re=l,le=i,Nt.transition=a}else e.current=n;if(su&&(su=!1,_r=e,Nc=o),a=e.pendingLanes,a===0&&(Lr=null),AT(n.stateNode),ft(e,we()),t!==null)for(r=e.onRecoverableError,n=0;n<t.length;n++)o=t[n],r(o.value,{componentStack:o.stack,digest:o.digest});if(Pc)throw Pc=!1,e=uh,uh=null,e;return Nc&1&&e.tag!==0&&Aa(),a=e.pendingLanes,a&1?e===ch?Cl++:(Cl=0,ch=e):Cl=0,Zr(),null}function Aa(){if(_r!==null){var e=R9(Nc),t=Nt.transition,n=le;try{if(Nt.transition=null,le=16>e?16:e,_r===null)var r=!1;else{if(e=_r,_r=null,Nc=0,re&6)throw Error(L(331));var o=re;for(re|=4,N=e.current;N!==null;){var a=N,i=a.child;if(N.flags&16){var l=a.deletions;if(l!==null){for(var c=0;c<l.length;c++){var d=l[c];for(N=d;N!==null;){var p=N;switch(p.tag){case 0:case 11:case 15:El(8,p,a)}var h=p.child;if(h!==null)h.return=p,N=h;else for(;N!==null;){p=N;var f=p.sibling,m=p.return;if(UD(p),p===d){N=null;break}if(f!==null){f.return=m,N=f;break}N=m}}}var v=a.alternate;if(v!==null){var w=v.child;if(w!==null){v.child=null;do{var C=w.sibling;w.sibling=null,w=C}while(w!==null)}}N=a}}if(a.subtreeFlags&2064&&i!==null)i.return=a,N=i;else e:for(;N!==null;){if(a=N,a.flags&2048)switch(a.tag){case 0:case 11:case 15:El(9,a,a.return)}var D=a.sibling;if(D!==null){D.return=a.return,N=D;break e}N=a.return}}var g=e.current;for(N=g;N!==null;){i=N;var y=i.child;if(i.subtreeFlags&2064&&y!==null)y.return=i,N=y;else e:for(i=g;N!==null;){if(l=N,l.flags&2048)try{switch(l.tag){case 0:case 11:case 15:H0(9,l)}}catch(b){ye(l,l.return,b)}if(l===i){N=null;break e}var E=l.sibling;if(E!==null){E.return=l.return,N=E;break e}N=l.return}}if(re=o,Zr(),Bn&&typeof Bn.onPostCommitFiberRoot=="function")try{Bn.onPostCommitFiberRoot(R0,e)}catch{}r=!0}return r}finally{le=n,Nt.transition=t}}return!1}function D4(e,t,n){t=Za(n,t),t=RD(e,t,1),e=Br(e,t,1),t=tt(),e!==null&&(gs(e,1,t),ft(e,t))}function ye(e,t,n){if(e.tag===3)D4(e,e,n);else for(;t!==null;){if(t.tag===3){D4(t,e,n);break}else if(t.tag===1){var r=t.stateNode;if(typeof t.type.getDerivedStateFromError=="function"||typeof r.componentDidCatch=="function"&&(Lr===null||!Lr.has(r))){e=Za(n,e),e=BD(t,e,1),t=Br(t,e,1),e=tt(),t!==null&&(gs(t,1,e),ft(t,e));break}}t=t.return}}function eR(e,t,n){var r=e.pingCache;r!==null&&r.delete(t),t=tt(),e.pingedLanes|=e.suspendedLanes&n,Be===e&&(Oe&n)===n&&(ke===4||ke===3&&(Oe&130023424)===Oe&&500>we()-H5?bo(e,0):N5|=n),ft(e,t)}function eE(e,t){t===0&&(e.mode&1?(t=Qs,Qs<<=1,!(Qs&130023424)&&(Qs=4194304)):t=1);var n=tt();e=ur(e,t),e!==null&&(gs(e,t,n),ft(e,n))}function tR(e){var t=e.memoizedState,n=0;t!==null&&(n=t.retryLane),eE(e,n)}function nR(e,t){var n=0;switch(e.tag){case 13:var r=e.stateNode,o=e.memoizedState;o!==null&&(n=o.retryLane);break;case 19:r=e.stateNode;break;default:throw Error(L(314))}r!==null&&r.delete(t),eE(e,n)}var tE;tE=function(e,t,n){if(e!==null)if(e.memoizedProps!==t.pendingProps||dt.current)ut=!0;else{if(!(e.lanes&n)&&!(t.flags&128))return ut=!1,VI(e,t,n);ut=!!(e.flags&131072)}else ut=!1,fe&&t.flags&1048576&&aD(t,Tc,t.index);switch(t.lanes=0,t.tag){case 2:var r=t.type;ju(e,t),e=t.pendingProps;var o=Ga(t,Ke.current);ka(t,n),o=B5(null,t,r,e,o,n);var a=L5();return t.flags|=1,typeof o=="object"&&o!==null&&typeof o.render=="function"&&o.$$typeof===void 0?(t.tag=1,t.memoizedState=null,t.updateQueue=null,pt(r)?(a=!0,_c(t)):a=!1,t.memoizedState=o.state!==null&&o.state!==void 0?o.state:null,_5(t),o.updater=N0,t.stateNode=o,o._reactInternals=t,Qf(t,r,e,n),t=th(null,t,r,!0,a,n)):(t.tag=0,fe&&a&&b5(t),Je(null,t,o,n),t=t.child),t;case 16:r=t.elementType;e:{switch(ju(e,t),e=t.pendingProps,o=r._init,r=o(r._payload),t.type=r,o=t.tag=oR(r),e=Zt(r,e),o){case 0:t=eh(null,t,r,e,n);break e;case 1:t=c4(null,t,r,e,n);break e;case 11:t=s4(null,t,r,e,n);break e;case 14:t=u4(null,t,r,Zt(r.type,e),n);break e}throw Error(L(306,r,""))}return t;case 0:return r=t.type,o=t.pendingProps,o=t.elementType===r?o:Zt(r,o),eh(e,t,r,o,n);case 1:return r=t.type,o=t.pendingProps,o=t.elementType===r?o:Zt(r,o),c4(e,t,r,o,n);case 3:e:{if(OD(t),e===null)throw Error(L(387));r=t.pendingProps,a=t.memoizedState,o=a.element,dD(e,t),Bc(t,r,null,n);var i=t.memoizedState;if(r=i.element,a.isDehydrated)if(a={element:r,isDehydrated:!1,cache:i.cache,pendingSuspenseBoundaries:i.pendingSuspenseBoundaries,transitions:i.transitions},t.updateQueue.baseState=a,t.memoizedState=a,t.flags&256){o=Za(Error(L(423)),t),t=d4(e,t,r,n,o);break e}else if(r!==o){o=Za(Error(L(424)),t),t=d4(e,t,r,n,o);break e}else for(St=Rr(t.stateNode.containerInfo.firstChild),At=t,fe=!0,en=null,n=uD(t,null,r,n),t.child=n;n;)n.flags=n.flags&-3|4096,n=n.sibling;else{if(Ya(),r===o){t=cr(e,t,n);break e}Je(e,t,r,n)}t=t.child}return t;case 5:return pD(t),e===null&&Kf(t),r=t.type,o=t.pendingProps,a=e!==null?e.memoizedProps:null,i=o.children,Uf(r,o)?i=null:a!==null&&Uf(r,a)&&(t.flags|=32),MD(e,t),Je(e,t,i,n),t.child;case 6:return e===null&&Kf(t),null;case 13:return PD(e,t,n);case 4:return z5(t,t.stateNode.containerInfo),r=t.pendingProps,e===null?t.child=Ka(t,null,r,n):Je(e,t,r,n),t.child;case 11:return r=t.type,o=t.pendingProps,o=t.elementType===r?o:Zt(r,o),s4(e,t,r,o,n);case 7:return Je(e,t,t.pendingProps,n),t.child;case 8:return Je(e,t,t.pendingProps.children,n),t.child;case 12:return Je(e,t,t.pendingProps.children,n),t.child;case 10:e:{if(r=t.type._context,o=t.pendingProps,a=t.memoizedProps,i=o.value,ue(Ic,r._currentValue),r._currentValue=i,a!==null)if(un(a.value,i)){if(a.children===o.children&&!dt.current){t=cr(e,t,n);break e}}else for(a=t.child,a!==null&&(a.return=t);a!==null;){var l=a.dependencies;if(l!==null){i=a.child;for(var c=l.firstContext;c!==null;){if(c.context===r){if(a.tag===1){c=or(-1,n&-n),c.tag=2;var d=a.updateQueue;if(d!==null){d=d.shared;var p=d.pending;p===null?c.next=c:(c.next=p.next,p.next=c),d.pending=c}}a.lanes|=n,c=a.alternate,c!==null&&(c.lanes|=n),Xf(a.return,n,t),l.lanes|=n;break}c=c.next}}else if(a.tag===10)i=a.type===t.type?null:a.child;else if(a.tag===18){if(i=a.return,i===null)throw Error(L(341));i.lanes|=n,l=i.alternate,l!==null&&(l.lanes|=n),Xf(i,n,t),i=a.sibling}else i=a.child;if(i!==null)i.return=a;else for(i=a;i!==null;){if(i===t){i=null;break}if(a=i.sibling,a!==null){a.return=i.return,i=a;break}i=i.return}a=i}Je(e,t,o.children,n),t=t.child}return t;case 9:return o=t.type,r=t.pendingProps.children,ka(t,n),o=Ht(o),r=r(o),t.flags|=1,Je(e,t,r,n),t.child;case 14:return r=t.type,o=Zt(r,t.pendingProps),o=Zt(r.type,o),u4(e,t,r,o,n);case 15:return LD(e,t,t.type,t.pendingProps,n);case 17:return r=t.type,o=t.pendingProps,o=t.elementType===r?o:Zt(r,o),ju(e,t),t.tag=1,pt(r)?(e=!0,_c(t)):e=!1,ka(t,n),ID(t,r,o),Qf(t,r,o,n),th(null,t,r,!0,e,n);case 19:return ND(e,t,n);case 22:return $D(e,t,n)}throw Error(L(156,t.tag))};function nE(e,t){return _9(e,t)}function rR(e,t,n,r){this.tag=e,this.key=n,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=t,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=r,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function Mt(e,t,n,r){return new rR(e,t,n,r)}function W5(e){return e=e.prototype,!(!e||!e.isReactComponent)}function oR(e){if(typeof e=="function")return W5(e)?1:0;if(e!=null){if(e=e.$$typeof,e===c5)return 11;if(e===d5)return 14}return 2}function Mr(e,t){var n=e.alternate;return n===null?(n=Mt(e.tag,t,e.key,e.mode),n.elementType=e.elementType,n.type=e.type,n.stateNode=e.stateNode,n.alternate=e,e.alternate=n):(n.pendingProps=t,n.type=e.type,n.flags=0,n.subtreeFlags=0,n.deletions=null),n.flags=e.flags&14680064,n.childLanes=e.childLanes,n.lanes=e.lanes,n.child=e.child,n.memoizedProps=e.memoizedProps,n.memoizedState=e.memoizedState,n.updateQueue=e.updateQueue,t=e.dependencies,n.dependencies=t===null?null:{lanes:t.lanes,firstContext:t.firstContext},n.sibling=e.sibling,n.index=e.index,n.ref=e.ref,n}function Wu(e,t,n,r,o,a){var i=2;if(r=e,typeof e=="function")W5(e)&&(i=1);else if(typeof e=="string")i=5;else e:switch(e){case ca:return Co(n.children,o,a,t);case u5:i=8,o|=8;break;case bf:return e=Mt(12,n,t,o|2),e.elementType=bf,e.lanes=a,e;case Cf:return e=Mt(13,n,t,o),e.elementType=Cf,e.lanes=a,e;case xf:return e=Mt(19,n,t,o),e.elementType=xf,e.lanes=a,e;case p9:return V0(n,o,a,t);default:if(typeof e=="object"&&e!==null)switch(e.$$typeof){case c9:i=10;break e;case d9:i=9;break e;case c5:i=11;break e;case d5:i=14;break e;case br:i=16,r=null;break e}throw Error(L(130,e==null?e:typeof e,""))}return t=Mt(i,n,t,o),t.elementType=e,t.type=r,t.lanes=a,t}function Co(e,t,n,r){return e=Mt(7,e,r,t),e.lanes=n,e}function V0(e,t,n,r){return e=Mt(22,e,r,t),e.elementType=p9,e.lanes=n,e.stateNode={isHidden:!1},e}function fd(e,t,n){return e=Mt(6,e,null,t),e.lanes=n,e}function hd(e,t,n){return t=Mt(4,e.children!==null?e.children:[],e.key,t),t.lanes=n,t.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},t}function aR(e,t,n,r,o){this.tag=t,this.containerInfo=e,this.finishedWork=this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.pendingContext=this.context=null,this.callbackPriority=0,this.eventTimes=Y1(0),this.expirationTimes=Y1(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=Y1(0),this.identifierPrefix=r,this.onRecoverableError=o,this.mutableSourceEagerHydrationData=null}function q5(e,t,n,r,o,a,i,l,c){return e=new aR(e,t,n,l,c),t===1?(t=1,a===!0&&(t|=8)):t=0,a=Mt(3,null,null,t),e.current=a,a.stateNode=e,a.memoizedState={element:r,isDehydrated:n,cache:null,transitions:null,pendingSuspenseBoundaries:null},_5(a),e}function iR(e,t,n){var r=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:ua,key:r==null?null:""+r,children:e,containerInfo:t,implementation:n}}function rE(e){if(!e)return jr;e=e._reactInternals;e:{if(Oo(e)!==e||e.tag!==1)throw Error(L(170));var t=e;do{switch(t.tag){case 3:t=t.stateNode.context;break e;case 1:if(pt(t.type)){t=t.stateNode.__reactInternalMemoizedMergedChildContext;break e}}t=t.return}while(t!==null);throw Error(L(171))}if(e.tag===1){var n=e.type;if(pt(n))return rD(e,n,t)}return t}function oE(e,t,n,r,o,a,i,l,c){return e=q5(n,r,!0,e,o,a,i,l,c),e.context=rE(null),n=e.current,r=tt(),o=$r(n),a=or(r,o),a.callback=t??null,Br(n,a,o),e.current.lanes=o,gs(e,o,r),ft(e,r),e}function U0(e,t,n,r){var o=t.current,a=tt(),i=$r(o);return n=rE(n),t.context===null?t.context=n:t.pendingContext=n,t=or(a,i),t.payload={element:e},r=r===void 0?null:r,r!==null&&(t.callback=r),e=Br(o,t,i),e!==null&&(ln(e,o,i,a),Pu(e,o,i)),i}function jc(e){if(e=e.current,!e.child)return null;switch(e.child.tag){case 5:return e.child.stateNode;default:return e.child.stateNode}}function E4(e,t){if(e=e.memoizedState,e!==null&&e.dehydrated!==null){var n=e.retryLane;e.retryLane=n!==0&&n<t?n:t}}function G5(e,t){E4(e,t),(e=e.alternate)&&E4(e,t)}function lR(){return null}var aE=typeof reportError=="function"?reportError:function(e){console.error(e)};function Y5(e){this._internalRoot=e}W0.prototype.render=Y5.prototype.render=function(e){var t=this._internalRoot;if(t===null)throw Error(L(409));U0(e,t,null,null)};W0.prototype.unmount=Y5.prototype.unmount=function(){var e=this._internalRoot;if(e!==null){this._internalRoot=null;var t=e.containerInfo;zo(function(){U0(null,e,null,null)}),t[sr]=null}};function W0(e){this._internalRoot=e}W0.prototype.unstable_scheduleHydration=function(e){if(e){var t=$9();e={blockedOn:null,target:e,priority:t};for(var n=0;n<kr.length&&t!==0&&t<kr[n].priority;n++);kr.splice(n,0,e),n===0&&O9(e)}};function K5(e){return!(!e||e.nodeType!==1&&e.nodeType!==9&&e.nodeType!==11)}function q0(e){return!(!e||e.nodeType!==1&&e.nodeType!==9&&e.nodeType!==11&&(e.nodeType!==8||e.nodeValue!==" react-mount-point-unstable "))}function b4(){}function sR(e,t,n,r,o){if(o){if(typeof r=="function"){var a=r;r=function(){var d=jc(i);a.call(d)}}var i=oE(t,r,e,0,null,!1,!1,"",b4);return e._reactRootContainer=i,e[sr]=i.current,Nl(e.nodeType===8?e.parentNode:e),zo(),i}for(;o=e.lastChild;)e.removeChild(o);if(typeof r=="function"){var l=r;r=function(){var d=jc(c);l.call(d)}}var c=q5(e,0,!1,null,null,!1,!1,"",b4);return e._reactRootContainer=c,e[sr]=c.current,Nl(e.nodeType===8?e.parentNode:e),zo(function(){U0(t,c,n,r)}),c}function G0(e,t,n,r,o){var a=n._reactRootContainer;if(a){var i=a;if(typeof o=="function"){var l=o;o=function(){var c=jc(i);l.call(c)}}U0(t,i,e,o)}else i=sR(n,t,e,o,r);return jc(i)}B9=function(e){switch(e.tag){case 3:var t=e.stateNode;if(t.current.memoizedState.isDehydrated){var n=el(t.pendingLanes);n!==0&&(h5(t,n|1),ft(t,we()),!(re&6)&&(Qa=we()+500,Zr()))}break;case 13:zo(function(){var r=ur(e,1);if(r!==null){var o=tt();ln(r,e,1,o)}}),G5(e,1)}};m5=function(e){if(e.tag===13){var t=ur(e,134217728);if(t!==null){var n=tt();ln(t,e,134217728,n)}G5(e,134217728)}};L9=function(e){if(e.tag===13){var t=$r(e),n=ur(e,t);if(n!==null){var r=tt();ln(n,e,t,r)}G5(e,t)}};$9=function(){return le};M9=function(e,t){var n=le;try{return le=e,t()}finally{le=n}};Bf=function(e,t,n){switch(t){case"input":if(Af(e,n),t=n.name,n.type==="radio"&&t!=null){for(n=e;n.parentNode;)n=n.parentNode;for(n=n.querySelectorAll("input[name="+JSON.stringify(""+t)+'][type="radio"]'),t=0;t<n.length;t++){var r=n[t];if(r!==e&&r.form===e.form){var o=M0(r);if(!o)throw Error(L(90));h9(r),Af(r,o)}}}break;case"textarea":g9(e,n);break;case"select":t=n.value,t!=null&&ba(e,!!n.multiple,t,!1)}};C9=j5;x9=zo;var uR={usingClientEntryPoint:!1,Events:[ys,ha,M0,E9,b9,j5]},Bi={findFiberByHostInstance:fo,bundleType:0,version:"18.3.1",rendererPackageName:"react-dom"},cR={bundleType:Bi.bundleType,version:Bi.version,rendererPackageName:Bi.rendererPackageName,rendererConfig:Bi.rendererConfig,overrideHookState:null,overrideHookStateDeletePath:null,overrideHookStateRenamePath:null,overrideProps:null,overridePropsDeletePath:null,overridePropsRenamePath:null,setErrorHandler:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:hr.ReactCurrentDispatcher,findHostInstanceByFiber:function(e){return e=A9(e),e===null?null:e.stateNode},findFiberByHostInstance:Bi.findFiberByHostInstance||lR,findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null,reconcilerVersion:"18.3.1-next-f1338f8080-20240426"};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"){var uu=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!uu.isDisabled&&uu.supportsFiber)try{R0=uu.inject(cR),Bn=uu}catch{}}Rt.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=uR;Rt.createPortal=function(e,t){var n=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!K5(t))throw Error(L(200));return iR(e,t,null,n)};Rt.createRoot=function(e,t){if(!K5(e))throw Error(L(299));var n=!1,r="",o=aE;return t!=null&&(t.unstable_strictMode===!0&&(n=!0),t.identifierPrefix!==void 0&&(r=t.identifierPrefix),t.onRecoverableError!==void 0&&(o=t.onRecoverableError)),t=q5(e,1,!1,null,null,n,!1,r,o),e[sr]=t.current,Nl(e.nodeType===8?e.parentNode:e),new Y5(t)};Rt.findDOMNode=function(e){if(e==null)return null;if(e.nodeType===1)return e;var t=e._reactInternals;if(t===void 0)throw typeof e.render=="function"?Error(L(188)):(e=Object.keys(e).join(","),Error(L(268,e)));return e=A9(t),e=e===null?null:e.stateNode,e};Rt.flushSync=function(e){return zo(e)};Rt.hydrate=function(e,t,n){if(!q0(t))throw Error(L(200));return G0(null,e,t,!0,n)};Rt.hydrateRoot=function(e,t,n){if(!K5(e))throw Error(L(405));var r=n!=null&&n.hydratedSources||null,o=!1,a="",i=aE;if(n!=null&&(n.unstable_strictMode===!0&&(o=!0),n.identifierPrefix!==void 0&&(a=n.identifierPrefix),n.onRecoverableError!==void 0&&(i=n.onRecoverableError)),t=oE(t,null,e,1,n??null,o,!1,a,i),e[sr]=t.current,Nl(e),r)for(e=0;e<r.length;e++)n=r[e],o=n._getVersion,o=o(n._source),t.mutableSourceEagerHydrationData==null?t.mutableSourceEagerHydrationData=[n,o]:t.mutableSourceEagerHydrationData.push(n,o);return new W0(t)};Rt.render=function(e,t,n){if(!q0(t))throw Error(L(200));return G0(null,e,t,!1,n)};Rt.unmountComponentAtNode=function(e){if(!q0(e))throw Error(L(40));return e._reactRootContainer?(zo(function(){G0(null,null,e,!1,function(){e._reactRootContainer=null,e[sr]=null})}),!0):!1};Rt.unstable_batchedUpdates=j5;Rt.unstable_renderSubtreeIntoContainer=function(e,t,n,r){if(!q0(n))throw Error(L(200));if(e==null||e._reactInternals===void 0)throw Error(L(38));return G0(e,t,n,!1,r)};Rt.version="18.3.1-next-f1338f8080-20240426";function iE(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(iE)}catch(e){console.error(e)}}iE(),i9.exports=Rt;var Y0=i9.exports;const lE=n8(Y0);var dR=Object.create,Ds=Object.defineProperty,pR=Object.getOwnPropertyDescriptor,fR=Object.getOwnPropertyNames,hR=Object.getPrototypeOf,mR=Object.prototype.hasOwnProperty,gR=(e,t,n)=>t in e?Ds(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,u=(e,t)=>Ds(e,"name",{value:t,configurable:!0}),cu=(e=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(e,{get:(t,n)=>(typeof require<"u"?require:t)[n]}):e)(function(e){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+e+'" is not supported')}),I=(e,t)=>()=>(e&&(t=e(e=0)),t),q=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),hi=(e,t)=>{for(var n in t)Ds(e,n,{get:t[n],enumerable:!0})},vR=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of fR(t))!mR.call(e,o)&&o!==n&&Ds(e,o,{get:()=>t[o],enumerable:!(r=pR(t,o))||r.enumerable});return e},He=(e,t,n)=>(n=e!=null?dR(hR(e)):{},vR(t||!e||!e.__esModule?Ds(n,"default",{value:e,enumerable:!0}):n,e)),yR=(e,t,n)=>gR(e,t+"",n);function W(){return W=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},W.apply(null,arguments)}var hn=I(()=>{u(W,"_extends")});function sE(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}var wR=I(()=>{u(sE,"_assertThisInitialized")});function Ja(e,t){return Ja=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(n,r){return n.__proto__=r,n},Ja(e,t)}var X5=I(()=>{u(Ja,"_setPrototypeOf")});function Vc(e){return Vc=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},Vc(e)}var DR=I(()=>{u(Vc,"_getPrototypeOf")}),K0,Z5=I(()=>{K0=(()=>{let e;return typeof window<"u"?e=window:typeof globalThis<"u"?e=globalThis:typeof global<"u"?e=global:typeof self<"u"?e=self:e={},e})()}),X0=q((e,t)=>{(function(n){if(typeof e=="object"&&typeof t<"u")t.exports=n();else if(typeof define=="function"&&define.amd)define([],n);else{var r;typeof window<"u"?r=window:typeof global<"u"?r=global:typeof self<"u"?r=self:r=this,r.memoizerific=n()}})(function(){return u(function n(r,o,a){function i(d,p){if(!o[d]){if(!r[d]){var h=typeof cu=="function"&&cu;if(!p&&h)return h(d,!0);if(l)return l(d,!0);var f=new Error("Cannot find module '"+d+"'");throw f.code="MODULE_NOT_FOUND",f}var m=o[d]={exports:{}};r[d][0].call(m.exports,function(v){var w=r[d][1][v];return i(w||v)},m,m.exports,n,r,o,a)}return o[d].exports}u(i,"s");for(var l=typeof cu=="function"&&cu,c=0;c<a.length;c++)i(a[c]);return i},"e")({1:[function(n,r,o){r.exports=function(a){if(typeof Map!="function"||a){var i=n("./similar");return new i}else return new Map}},{"./similar":2}],2:[function(n,r,o){function a(){return this.list=[],this.lastItem=void 0,this.size=0,this}u(a,"Similar"),a.prototype.get=function(i){var l;if(this.lastItem&&this.isEqual(this.lastItem.key,i))return this.lastItem.val;if(l=this.indexOf(i),l>=0)return this.lastItem=this.list[l],this.list[l].val},a.prototype.set=function(i,l){var c;return this.lastItem&&this.isEqual(this.lastItem.key,i)?(this.lastItem.val=l,this):(c=this.indexOf(i),c>=0?(this.lastItem=this.list[c],this.list[c].val=l,this):(this.lastItem={key:i,val:l},this.list.push(this.lastItem),this.size++,this))},a.prototype.delete=function(i){var l;if(this.lastItem&&this.isEqual(this.lastItem.key,i)&&(this.lastItem=void 0),l=this.indexOf(i),l>=0)return this.size--,this.list.splice(l,1)[0]},a.prototype.has=function(i){var l;return this.lastItem&&this.isEqual(this.lastItem.key,i)?!0:(l=this.indexOf(i),l>=0?(this.lastItem=this.list[l],!0):!1)},a.prototype.forEach=function(i,l){var c;for(c=0;c<this.size;c++)i.call(l||this,this.list[c].val,this.list[c].key,this)},a.prototype.indexOf=function(i){var l;for(l=0;l<this.size;l++)if(this.isEqual(this.list[l].key,i))return l;return-1},a.prototype.isEqual=function(i,l){return i===l||i!==i&&l!==l},r.exports=a},{}],3:[function(n,r,o){var a=n("map-or-similar");r.exports=function(d){var p=new a(!1),h=[];return function(f){var m=u(function(){var v=p,w,C,D=arguments.length-1,g=Array(D+1),y=!0,E;if((m.numArgs||m.numArgs===0)&&m.numArgs!==D+1)throw new Error("Memoizerific functions should always be called with the same number of arguments");for(E=0;E<D;E++){if(g[E]={cacheItem:v,arg:arguments[E]},v.has(arguments[E])){v=v.get(arguments[E]);continue}y=!1,w=new a(!1),v.set(arguments[E],w),v=w}return y&&(v.has(arguments[D])?C=v.get(arguments[D]):y=!1),y||(C=f.apply(null,arguments),v.set(arguments[D],C)),d>0&&(g[D]={cacheItem:v,arg:arguments[D]},y?i(h,g):h.push(g),h.length>d&&l(h.shift())),m.wasMemoized=y,m.numArgs=D+1,C},"memoizerific");return m.limit=d,m.wasMemoized=!1,m.cache=p,m.lru=h,m}};function i(d,p){var h=d.length,f=p.length,m,v,w;for(v=0;v<h;v++){for(m=!0,w=0;w<f;w++)if(!c(d[v][w].arg,p[w].arg)){m=!1;break}if(m)break}d.push(d.splice(v,1)[0])}u(i,"moveToMostRecentLru");function l(d){var p=d.length,h=d[p-1],f,m;for(h.cacheItem.delete(h.arg),m=p-2;m>=0&&(h=d[m],f=h.cacheItem.get(h.arg),!f||!f.size);m--)h.cacheItem.delete(h.arg)}u(l,"removeCachedResult");function c(d,p){return d===p||d!==d&&p!==p}u(c,"isEqual")},{"map-or-similar":1}]},{},[3])(3)})}),uE=q((e,t)=>{t.exports=n,n.displayName="jsx",n.aliases=[];function n(r){(function(o){var a=o.util.clone(o.languages.javascript),i=/(?:\s|\/\/.*(?!.)|\/\*(?:[^*]|\*(?!\/))\*\/)/.source,l=/(?:\{(?:\{(?:\{[^{}]*\}|[^{}])*\}|[^{}])*\})/.source,c=/(?:\{<S>*\.{3}(?:[^{}]|<BRACES>)*\})/.source;function d(f,m){return f=f.replace(/<S>/g,function(){return i}).replace(/<BRACES>/g,function(){return l}).replace(/<SPREAD>/g,function(){return c}),RegExp(f,m)}u(d,"re"),c=d(c).source,o.languages.jsx=o.languages.extend("markup",a),o.languages.jsx.tag.pattern=d(/<\/?(?:[\w.:-]+(?:<S>+(?:[\w.:$-]+(?:=(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s{'"/>=]+|<BRACES>))?|<SPREAD>))*<S>*\/?)?>/.source),o.languages.jsx.tag.inside.tag.pattern=/^<\/?[^\s>\/]*/,o.languages.jsx.tag.inside["attr-value"].pattern=/=(?!\{)(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s'">]+)/,o.languages.jsx.tag.inside.tag.inside["class-name"]=/^[A-Z]\w*(?:\.[A-Z]\w*)*$/,o.languages.jsx.tag.inside.comment=a.comment,o.languages.insertBefore("inside","attr-name",{spread:{pattern:d(/<SPREAD>/.source),inside:o.languages.jsx}},o.languages.jsx.tag),o.languages.insertBefore("inside","special-attr",{script:{pattern:d(/=<BRACES>/.source),alias:"language-javascript",inside:{"script-punctuation":{pattern:/^=(?=\{)/,alias:"punctuation"},rest:o.languages.jsx}}},o.languages.jsx.tag);var p=u(function(f){return f?typeof f=="string"?f:typeof f.content=="string"?f.content:f.content.map(p).join(""):""},"stringifyToken"),h=u(function(f){for(var m=[],v=0;v<f.length;v++){var w=f[v],C=!1;if(typeof w!="string"&&(w.type==="tag"&&w.content[0]&&w.content[0].type==="tag"?w.content[0].content[0].content==="</"?m.length>0&&m[m.length-1].tagName===p(w.content[0].content[1])&&m.pop():w.content[w.content.length-1].content==="/>"||m.push({tagName:p(w.content[0].content[1]),openedBraces:0}):m.length>0&&w.type==="punctuation"&&w.content==="{"?m[m.length-1].openedBraces++:m.length>0&&m[m.length-1].openedBraces>0&&w.type==="punctuation"&&w.content==="}"?m[m.length-1].openedBraces--:C=!0),(C||typeof w=="string")&&m.length>0&&m[m.length-1].openedBraces===0){var D=p(w);v<f.length-1&&(typeof f[v+1]=="string"||f[v+1].type==="plain-text")&&(D+=p(f[v+1]),f.splice(v+1,1)),v>0&&(typeof f[v-1]=="string"||f[v-1].type==="plain-text")&&(D=p(f[v-1])+D,f.splice(v-1,1),v--),f[v]=new o.Token("plain-text",D,null,D)}w.content&&typeof w.content!="string"&&h(w.content)}},"walkTokens");o.hooks.add("after-tokenize",function(f){f.language!=="jsx"&&f.language!=="tsx"||h(f.tokens)})})(r)}u(n,"jsx")}),C4,cE,ER=I(()=>{C4=He(uE()),cE=C4.default}),bR=q((e,t)=>{t.exports=n,n.displayName="bash",n.aliases=["shell"];function n(r){(function(o){var a="\\b(?:BASH|BASHOPTS|BASH_ALIASES|BASH_ARGC|BASH_ARGV|BASH_CMDS|BASH_COMPLETION_COMPAT_DIR|BASH_LINENO|BASH_REMATCH|BASH_SOURCE|BASH_VERSINFO|BASH_VERSION|COLORTERM|COLUMNS|COMP_WORDBREAKS|DBUS_SESSION_BUS_ADDRESS|DEFAULTS_PATH|DESKTOP_SESSION|DIRSTACK|DISPLAY|EUID|GDMSESSION|GDM_LANG|GNOME_KEYRING_CONTROL|GNOME_KEYRING_PID|GPG_AGENT_INFO|GROUPS|HISTCONTROL|HISTFILE|HISTFILESIZE|HISTSIZE|HOME|HOSTNAME|HOSTTYPE|IFS|INSTANCE|JOB|LANG|LANGUAGE|LC_ADDRESS|LC_ALL|LC_IDENTIFICATION|LC_MEASUREMENT|LC_MONETARY|LC_NAME|LC_NUMERIC|LC_PAPER|LC_TELEPHONE|LC_TIME|LESSCLOSE|LESSOPEN|LINES|LOGNAME|LS_COLORS|MACHTYPE|MAILCHECK|MANDATORY_PATH|NO_AT_BRIDGE|OLDPWD|OPTERR|OPTIND|ORBIT_SOCKETDIR|OSTYPE|PAPERSIZE|PATH|PIPESTATUS|PPID|PS1|PS2|PS3|PS4|PWD|RANDOM|REPLY|SECONDS|SELINUX_INIT|SESSION|SESSIONTYPE|SESSION_MANAGER|SHELL|SHELLOPTS|SHLVL|SSH_AUTH_SOCK|TERM|UID|UPSTART_EVENTS|UPSTART_INSTANCE|UPSTART_JOB|UPSTART_SESSION|USER|WINDOWID|XAUTHORITY|XDG_CONFIG_DIRS|XDG_CURRENT_DESKTOP|XDG_DATA_DIRS|XDG_GREETER_DATA_DIR|XDG_MENU_PREFIX|XDG_RUNTIME_DIR|XDG_SEAT|XDG_SEAT_PATH|XDG_SESSION_DESKTOP|XDG_SESSION_ID|XDG_SESSION_PATH|XDG_SESSION_TYPE|XDG_VTNR|XMODIFIERS)\\b",i={pattern:/(^(["']?)\w+\2)[ \t]+\S.*/,lookbehind:!0,alias:"punctuation",inside:null},l={bash:i,environment:{pattern:RegExp("\\$"+a),alias:"constant"},variable:[{pattern:/\$?\(\([\s\S]+?\)\)/,greedy:!0,inside:{variable:[{pattern:/(^\$\(\([\s\S]+)\)\)/,lookbehind:!0},/^\$\(\(/],number:/\b0x[\dA-Fa-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[Ee]-?\d+)?/,operator:/--|\+\+|\*\*=?|<<=?|>>=?|&&|\|\||[=!+\-*/%<>^&|]=?|[?~:]/,punctuation:/\(\(?|\)\)?|,|;/}},{pattern:/\$\((?:\([^)]+\)|[^()])+\)|`[^`]+`/,greedy:!0,inside:{variable:/^\$\(|^`|\)$|`$/}},{pattern:/\$\{[^}]+\}/,greedy:!0,inside:{operator:/:[-=?+]?|[!\/]|##?|%%?|\^\^?|,,?/,punctuation:/[\[\]]/,environment:{pattern:RegExp("(\\{)"+a),lookbehind:!0,alias:"constant"}}},/\$(?:\w+|[#?*!@$])/],entity:/\\(?:[abceEfnrtv\\"]|O?[0-7]{1,3}|U[0-9a-fA-F]{8}|u[0-9a-fA-F]{4}|x[0-9a-fA-F]{1,2})/};o.languages.bash={shebang:{pattern:/^#!\s*\/.*/,alias:"important"},comment:{pattern:/(^|[^"{\\$])#.*/,lookbehind:!0},"function-name":[{pattern:/(\bfunction\s+)[\w-]+(?=(?:\s*\(?:\s*\))?\s*\{)/,lookbehind:!0,alias:"function"},{pattern:/\b[\w-]+(?=\s*\(\s*\)\s*\{)/,alias:"function"}],"for-or-select":{pattern:/(\b(?:for|select)\s+)\w+(?=\s+in\s)/,alias:"variable",lookbehind:!0},"assign-left":{pattern:/(^|[\s;|&]|[<>]\()\w+(?=\+?=)/,inside:{environment:{pattern:RegExp("(^|[\\s;|&]|[<>]\\()"+a),lookbehind:!0,alias:"constant"}},alias:"variable",lookbehind:!0},string:[{pattern:/((?:^|[^<])<<-?\s*)(\w+)\s[\s\S]*?(?:\r?\n|\r)\2/,lookbehind:!0,greedy:!0,inside:l},{pattern:/((?:^|[^<])<<-?\s*)(["'])(\w+)\2\s[\s\S]*?(?:\r?\n|\r)\3/,lookbehind:!0,greedy:!0,inside:{bash:i}},{pattern:/(^|[^\\](?:\\\\)*)"(?:\\[\s\S]|\$\([^)]+\)|\$(?!\()|`[^`]+`|[^"\\`$])*"/,lookbehind:!0,greedy:!0,inside:l},{pattern:/(^|[^$\\])'[^']*'/,lookbehind:!0,greedy:!0},{pattern:/\$'(?:[^'\\]|\\[\s\S])*'/,greedy:!0,inside:{entity:l.entity}}],environment:{pattern:RegExp("\\$?"+a),alias:"constant"},variable:l.variable,function:{pattern:/(^|[\s;|&]|[<>]\()(?:add|apropos|apt|apt-cache|apt-get|aptitude|aspell|automysqlbackup|awk|basename|bash|bc|bconsole|bg|bzip2|cal|cat|cfdisk|chgrp|chkconfig|chmod|chown|chroot|cksum|clear|cmp|column|comm|composer|cp|cron|crontab|csplit|curl|cut|date|dc|dd|ddrescue|debootstrap|df|diff|diff3|dig|dir|dircolors|dirname|dirs|dmesg|docker|docker-compose|du|egrep|eject|env|ethtool|expand|expect|expr|fdformat|fdisk|fg|fgrep|file|find|fmt|fold|format|free|fsck|ftp|fuser|gawk|git|gparted|grep|groupadd|groupdel|groupmod|groups|grub-mkconfig|gzip|halt|head|hg|history|host|hostname|htop|iconv|id|ifconfig|ifdown|ifup|import|install|ip|jobs|join|kill|killall|less|link|ln|locate|logname|logrotate|look|lpc|lpr|lprint|lprintd|lprintq|lprm|ls|lsof|lynx|make|man|mc|mdadm|mkconfig|mkdir|mke2fs|mkfifo|mkfs|mkisofs|mknod|mkswap|mmv|more|most|mount|mtools|mtr|mutt|mv|nano|nc|netstat|nice|nl|node|nohup|notify-send|npm|nslookup|op|open|parted|passwd|paste|pathchk|ping|pkill|pnpm|podman|podman-compose|popd|pr|printcap|printenv|ps|pushd|pv|quota|quotacheck|quotactl|ram|rar|rcp|reboot|remsync|rename|renice|rev|rm|rmdir|rpm|rsync|scp|screen|sdiff|sed|sendmail|seq|service|sftp|sh|shellcheck|shuf|shutdown|sleep|slocate|sort|split|ssh|stat|strace|su|sudo|sum|suspend|swapon|sync|tac|tail|tar|tee|time|timeout|top|touch|tr|traceroute|tsort|tty|umount|uname|unexpand|uniq|units|unrar|unshar|unzip|update-grub|uptime|useradd|userdel|usermod|users|uudecode|uuencode|v|vcpkg|vdir|vi|vim|virsh|vmstat|wait|watch|wc|wget|whereis|which|who|whoami|write|xargs|xdg-open|yarn|yes|zenity|zip|zsh|zypper)(?=$|[)\s;|&])/,lookbehind:!0},keyword:{pattern:/(^|[\s;|&]|[<>]\()(?:case|do|done|elif|else|esac|fi|for|function|if|in|select|then|until|while)(?=$|[)\s;|&])/,lookbehind:!0},builtin:{pattern:/(^|[\s;|&]|[<>]\()(?:\.|:|alias|bind|break|builtin|caller|cd|command|continue|declare|echo|enable|eval|exec|exit|export|getopts|hash|help|let|local|logout|mapfile|printf|pwd|read|readarray|readonly|return|set|shift|shopt|source|test|times|trap|type|typeset|ulimit|umask|unalias|unset)(?=$|[)\s;|&])/,lookbehind:!0,alias:"class-name"},boolean:{pattern:/(^|[\s;|&]|[<>]\()(?:false|true)(?=$|[)\s;|&])/,lookbehind:!0},"file-descriptor":{pattern:/\B&\d\b/,alias:"important"},operator:{pattern:/\d?<>|>\||\+=|=[=~]?|!=?|<<[<-]?|[&\d]?>>|\d[<>]&?|[<>][&=]?|&[>&]?|\|[&|]?/,inside:{"file-descriptor":{pattern:/^\d/,alias:"important"}}},punctuation:/\$?\(\(?|\)\)?|\.\.|[{}[\];\\]/,number:{pattern:/(^|\s)(?:[1-9]\d*|0)(?:[.,]\d+)?\b/,lookbehind:!0}},i.inside=o.languages.bash;for(var c=["comment","function-name","for-or-select","assign-left","string","environment","function","keyword","builtin","boolean","file-descriptor","operator","punctuation","number"],d=l.variable[1].inside,p=0;p<c.length;p++)d[c[p]]=o.languages.bash[c[p]];o.languages.shell=o.languages.bash})(r)}u(n,"bash")}),x4,dE,CR=I(()=>{x4=He(bR()),dE=x4.default}),pE=q((e,t)=>{t.exports=n,n.displayName="css",n.aliases=[];function n(r){(function(o){var a=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;o.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:/@[\w-](?:[^;{\s]|\s+(?![\s{]))*(?:;|(?=\s*\{))/,inside:{rule:/^@[\w-]+/,"selector-function-argument":{pattern:/(\bselector\s*\(\s*(?![\s)]))(?:[^()\s]|\s+(?![\s)])|\((?:[^()]|\([^()]*\))*\))+(?=\s*\))/,lookbehind:!0,alias:"selector"},keyword:{pattern:/(^|[^\w-])(?:and|not|only|or)(?![\w-])/,lookbehind:!0}}},url:{pattern:RegExp("\\burl\\((?:"+a.source+"|"+/(?:[^\\\r\n()"']|\\[\s\S])*/.source+")\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+a.source+"$"),alias:"url"}}},selector:{pattern:RegExp(`(^|[{}\\s])[^{}\\s](?:[^{};"'\\s]|\\s+(?![\\s{])|`+a.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:a,greedy:!0},property:{pattern:/(^|[^-\w\xA0-\uFFFF])(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*(?=\s*:)/i,lookbehind:!0},important:/!important\b/i,function:{pattern:/(^|[^-a-z0-9])[-a-z0-9]+(?=\()/i,lookbehind:!0},punctuation:/[(){};:,]/},o.languages.css.atrule.inside.rest=o.languages.css;var i=o.languages.markup;i&&(i.tag.addInlined("style","css"),i.tag.addAttribute("style","css"))})(r)}u(n,"css")}),S4,fE,xR=I(()=>{S4=He(pE()),fE=S4.default}),SR=q((e,t)=>{t.exports=n,n.displayName="jsExtras",n.aliases=[];function n(r){(function(o){o.languages.insertBefore("javascript","function-variable",{"method-variable":{pattern:RegExp("(\\.\\s*)"+o.languages.javascript["function-variable"].pattern.source),lookbehind:!0,alias:["function-variable","method","function","property-access"]}}),o.languages.insertBefore("javascript","function",{method:{pattern:RegExp("(\\.\\s*)"+o.languages.javascript.function.source),lookbehind:!0,alias:["function","property-access"]}}),o.languages.insertBefore("javascript","constant",{"known-class-name":[{pattern:/\b(?:(?:Float(?:32|64)|(?:Int|Uint)(?:8|16|32)|Uint8Clamped)?Array|ArrayBuffer|BigInt|Boolean|DataView|Date|Error|Function|Intl|JSON|(?:Weak)?(?:Map|Set)|Math|Number|Object|Promise|Proxy|Reflect|RegExp|String|Symbol|WebAssembly)\b/,alias:"class-name"},{pattern:/\b(?:[A-Z]\w*)Error\b/,alias:"class-name"}]});function a(h,f){return RegExp(h.replace(/<ID>/g,function(){return/(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/.source}),f)}u(a,"withId"),o.languages.insertBefore("javascript","keyword",{imports:{pattern:a(/(\bimport\b\s*)(?:<ID>(?:\s*,\s*(?:\*\s*as\s+<ID>|\{[^{}]*\}))?|\*\s*as\s+<ID>|\{[^{}]*\})(?=\s*\bfrom\b)/.source),lookbehind:!0,inside:o.languages.javascript},exports:{pattern:a(/(\bexport\b\s*)(?:\*(?:\s*as\s+<ID>)?(?=\s*\bfrom\b)|\{[^{}]*\})/.source),lookbehind:!0,inside:o.languages.javascript}}),o.languages.javascript.keyword.unshift({pattern:/\b(?:as|default|export|from|import)\b/,alias:"module"},{pattern:/\b(?:await|break|catch|continue|do|else|finally|for|if|return|switch|throw|try|while|yield)\b/,alias:"control-flow"},{pattern:/\bnull\b/,alias:["null","nil"]},{pattern:/\bundefined\b/,alias:"nil"}),o.languages.insertBefore("javascript","operator",{spread:{pattern:/\.{3}/,alias:"operator"},arrow:{pattern:/=>/,alias:"operator"}}),o.languages.insertBefore("javascript","punctuation",{"property-access":{pattern:a(/(\.\s*)#?<ID>/.source),lookbehind:!0},"maybe-class-name":{pattern:/(^|[^$\w\xA0-\uFFFF])[A-Z][$\w\xA0-\uFFFF]+/,lookbehind:!0},dom:{pattern:/\b(?:document|(?:local|session)Storage|location|navigator|performance|window)\b/,alias:"variable"},console:{pattern:/\bconsole(?=\s*\.)/,alias:"class-name"}});for(var i=["function","function-variable","method","method-variable","property-access"],l=0;l<i.length;l++){var c=i[l],d=o.languages.javascript[c];o.util.type(d)==="RegExp"&&(d=o.languages.javascript[c]={pattern:d});var p=d.inside||{};d.inside=p,p["maybe-class-name"]=/^[A-Z][\s\S]*/}})(r)}u(n,"jsExtras")}),k4,hE,kR=I(()=>{k4=He(SR()),hE=k4.default}),AR=q((e,t)=>{t.exports=n,n.displayName="json",n.aliases=["webmanifest"];function n(r){r.languages.json={property:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?=\s*:)/,lookbehind:!0,greedy:!0},string:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?!\s*:)/,lookbehind:!0,greedy:!0},comment:{pattern:/\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},number:/-?\b\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,punctuation:/[{}[\],]/,operator:/:/,boolean:/\b(?:false|true)\b/,null:{pattern:/\bnull\b/,alias:"keyword"}},r.languages.webmanifest=r.languages.json}u(n,"json")}),A4,mE,FR=I(()=>{A4=He(AR()),mE=A4.default}),_R=q((e,t)=>{t.exports=n,n.displayName="graphql",n.aliases=[];function n(r){r.languages.graphql={comment:/#.*/,description:{pattern:/(?:"""(?:[^"]|(?!""")")*"""|"(?:\\.|[^\\"\r\n])*")(?=\s*[a-z_])/i,greedy:!0,alias:"string",inside:{"language-markdown":{pattern:/(^"(?:"")?)(?!\1)[\s\S]+(?=\1$)/,lookbehind:!0,inside:r.languages.markdown}}},string:{pattern:/"""(?:[^"]|(?!""")")*"""|"(?:\\.|[^\\"\r\n])*"/,greedy:!0},number:/(?:\B-|\b)\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,boolean:/\b(?:false|true)\b/,variable:/\$[a-z_]\w*/i,directive:{pattern:/@[a-z_]\w*/i,alias:"function"},"attr-name":{pattern:/\b[a-z_]\w*(?=\s*(?:\((?:[^()"]|"(?:\\.|[^\\"\r\n])*")*\))?:)/i,greedy:!0},"atom-input":{pattern:/\b[A-Z]\w*Input\b/,alias:"class-name"},scalar:/\b(?:Boolean|Float|ID|Int|String)\b/,constant:/\b[A-Z][A-Z_\d]*\b/,"class-name":{pattern:/(\b(?:enum|implements|interface|on|scalar|type|union)\s+|&\s*|:\s*|\[)[A-Z_]\w*/,lookbehind:!0},fragment:{pattern:/(\bfragment\s+|\.{3}\s*(?!on\b))[a-zA-Z_]\w*/,lookbehind:!0,alias:"function"},"definition-mutation":{pattern:/(\bmutation\s+)[a-zA-Z_]\w*/,lookbehind:!0,alias:"function"},"definition-query":{pattern:/(\bquery\s+)[a-zA-Z_]\w*/,lookbehind:!0,alias:"function"},keyword:/\b(?:directive|enum|extend|fragment|implements|input|interface|mutation|on|query|repeatable|scalar|schema|subscription|type|union)\b/,operator:/[!=|&]|\.{3}/,"property-query":/\w+(?=\s*\()/,object:/\w+(?=\s*\{)/,punctuation:/[!(){}\[\]:=,]/,property:/\w+/},r.hooks.add("after-tokenize",u(function(o){if(o.language!=="graphql")return;var a=o.tokens.filter(function(g){return typeof g!="string"&&g.type!=="comment"&&g.type!=="scalar"}),i=0;function l(g){return a[i+g]}u(l,"getToken");function c(g,y){y=y||0;for(var E=0;E<g.length;E++){var b=l(E+y);if(!b||b.type!==g[E])return!1}return!0}u(c,"isTokenType");function d(g,y){for(var E=1,b=i;b<a.length;b++){var x=a[b],S=x.content;if(x.type==="punctuation"&&typeof S=="string"){if(g.test(S))E++;else if(y.test(S)&&(E--,E===0))return b}}return-1}u(d,"findClosingBracket");function p(g,y){var E=g.alias;E?Array.isArray(E)||(g.alias=E=[E]):g.alias=E=[],E.push(y)}for(u(p,"addAlias");i<a.length;){var h=a[i++];if(h.type==="keyword"&&h.content==="mutation"){var f=[];if(c(["definition-mutation","punctuation"])&&l(1).content==="("){i+=2;var m=d(/^\($/,/^\)$/);if(m===-1)continue;for(;i<m;i++){var v=l(0);v.type==="variable"&&(p(v,"variable-input"),f.push(v.content))}i=m+1}if(c(["punctuation","property-query"])&&l(0).content==="{"&&(i++,p(l(0),"property-mutation"),f.length>0)){var w=d(/^\{$/,/^\}$/);if(w===-1)continue;for(var C=i;C<w;C++){var D=a[C];D.type==="variable"&&f.indexOf(D.content)>=0&&p(D,"variable-input")}}}}},"afterTokenizeGraphql"))}u(n,"graphql")}),F4,gE,zR=I(()=>{F4=He(_R()),gE=F4.default}),vE=q((e,t)=>{t.exports=n,n.displayName="markup",n.aliases=["html","mathml","svg","xml","ssml","atom","rss"];function n(r){r.languages.markup={comment:{pattern:/<!--(?:(?!<!--)[\s\S])*?-->/,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/<!DOCTYPE(?:[^>"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|<!--(?:[^-]|-(?!->))*-->)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^<!|>$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]},r.languages.markup.tag.inside["attr-value"].inside.entity=r.languages.markup.entity,r.languages.markup.doctype.inside["internal-subset"].inside=r.languages.markup,r.hooks.add("wrap",function(o){o.type==="entity"&&(o.attributes.title=o.content.value.replace(/&/,"&"))}),Object.defineProperty(r.languages.markup.tag,"addInlined",{value:u(function(o,a){var i={};i["language-"+a]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:r.languages[a]},i.cdata=/^<!\[CDATA\[|\]\]>$/i;var l={"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:i}};l["language-"+a]={pattern:/[\s\S]+/,inside:r.languages[a]};var c={};c[o]={pattern:RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g,function(){return o}),"i"),lookbehind:!0,greedy:!0,inside:l},r.languages.insertBefore("markup","cdata",c)},"addInlined")}),Object.defineProperty(r.languages.markup.tag,"addAttribute",{value:u(function(o,a){r.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+o+")"+/\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,"i"),lookbehind:!0,inside:{"attr-name":/^[^\s=]+/,"attr-value":{pattern:/=[\s\S]+/,inside:{value:{pattern:/(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,lookbehind:!0,alias:[a,"language-"+a],inside:r.languages[a]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})},"value")}),r.languages.html=r.languages.markup,r.languages.mathml=r.languages.markup,r.languages.svg=r.languages.markup,r.languages.xml=r.languages.extend("markup",{}),r.languages.ssml=r.languages.xml,r.languages.atom=r.languages.xml,r.languages.rss=r.languages.xml}u(n,"markup")}),_4,yE,TR=I(()=>{_4=He(vE()),yE=_4.default}),IR=q((e,t)=>{t.exports=n,n.displayName="markdown",n.aliases=["md"];function n(r){(function(o){var a=/(?:\\.|[^\\\n\r]|(?:\n|\r\n?)(?![\r\n]))/.source;function i(v){return v=v.replace(/<inner>/g,function(){return a}),RegExp(/((?:^|[^\\])(?:\\{2})*)/.source+"(?:"+v+")")}u(i,"createInline");var l=/(?:\\.|``(?:[^`\r\n]|`(?!`))+``|`[^`\r\n]+`|[^\\|\r\n`])+/.source,c=/\|?__(?:\|__)+\|?(?:(?:\n|\r\n?)|(?![\s\S]))/.source.replace(/__/g,function(){return l}),d=/\|?[ \t]*:?-{3,}:?[ \t]*(?:\|[ \t]*:?-{3,}:?[ \t]*)+\|?(?:\n|\r\n?)/.source;o.languages.markdown=o.languages.extend("markup",{}),o.languages.insertBefore("markdown","prolog",{"front-matter-block":{pattern:/(^(?:\s*[\r\n])?)---(?!.)[\s\S]*?[\r\n]---(?!.)/,lookbehind:!0,greedy:!0,inside:{punctuation:/^---|---$/,"front-matter":{pattern:/\S+(?:\s+\S+)*/,alias:["yaml","language-yaml"],inside:o.languages.yaml}}},blockquote:{pattern:/^>(?:[\t ]*>)*/m,alias:"punctuation"},table:{pattern:RegExp("^"+c+d+"(?:"+c+")*","m"),inside:{"table-data-rows":{pattern:RegExp("^("+c+d+")(?:"+c+")*$"),lookbehind:!0,inside:{"table-data":{pattern:RegExp(l),inside:o.languages.markdown},punctuation:/\|/}},"table-line":{pattern:RegExp("^("+c+")"+d+"$"),lookbehind:!0,inside:{punctuation:/\||:?-{3,}:?/}},"table-header-row":{pattern:RegExp("^"+c+"$"),inside:{"table-header":{pattern:RegExp(l),alias:"important",inside:o.languages.markdown},punctuation:/\|/}}}},code:[{pattern:/((?:^|\n)[ \t]*\n|(?:^|\r\n?)[ \t]*\r\n?)(?: {4}|\t).+(?:(?:\n|\r\n?)(?: {4}|\t).+)*/,lookbehind:!0,alias:"keyword"},{pattern:/^```[\s\S]*?^```$/m,greedy:!0,inside:{"code-block":{pattern:/^(```.*(?:\n|\r\n?))[\s\S]+?(?=(?:\n|\r\n?)^```$)/m,lookbehind:!0},"code-language":{pattern:/^(```).+/,lookbehind:!0},punctuation:/```/}}],title:[{pattern:/\S.*(?:\n|\r\n?)(?:==+|--+)(?=[ \t]*$)/m,alias:"important",inside:{punctuation:/==+$|--+$/}},{pattern:/(^\s*)#.+/m,lookbehind:!0,alias:"important",inside:{punctuation:/^#+|#+$/}}],hr:{pattern:/(^\s*)([*-])(?:[\t ]*\2){2,}(?=\s*$)/m,lookbehind:!0,alias:"punctuation"},list:{pattern:/(^\s*)(?:[*+-]|\d+\.)(?=[\t ].)/m,lookbehind:!0,alias:"punctuation"},"url-reference":{pattern:/!?\[[^\]]+\]:[\t ]+(?:\S+|<(?:\\.|[^>\\])+>)(?:[\t ]+(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\)))?/,inside:{variable:{pattern:/^(!?\[)[^\]]+/,lookbehind:!0},string:/(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\))$/,punctuation:/^[\[\]!:]|[<>]/},alias:"url"},bold:{pattern:i(/\b__(?:(?!_)<inner>|_(?:(?!_)<inner>)+_)+__\b|\*\*(?:(?!\*)<inner>|\*(?:(?!\*)<inner>)+\*)+\*\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^..)[\s\S]+(?=..$)/,lookbehind:!0,inside:{}},punctuation:/\*\*|__/}},italic:{pattern:i(/\b_(?:(?!_)<inner>|__(?:(?!_)<inner>)+__)+_\b|\*(?:(?!\*)<inner>|\*\*(?:(?!\*)<inner>)+\*\*)+\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^.)[\s\S]+(?=.$)/,lookbehind:!0,inside:{}},punctuation:/[*_]/}},strike:{pattern:i(/(~~?)(?:(?!~)<inner>)+\2/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^~~?)[\s\S]+(?=\1$)/,lookbehind:!0,inside:{}},punctuation:/~~?/}},"code-snippet":{pattern:/(^|[^\\`])(?:``[^`\r\n]+(?:`[^`\r\n]+)*``(?!`)|`[^`\r\n]+`(?!`))/,lookbehind:!0,greedy:!0,alias:["code","keyword"]},url:{pattern:i(/!?\[(?:(?!\])<inner>)+\](?:\([^\s)]+(?:[\t ]+"(?:\\.|[^"\\])*")?\)|[ \t]?\[(?:(?!\])<inner>)+\])/.source),lookbehind:!0,greedy:!0,inside:{operator:/^!/,content:{pattern:/(^\[)[^\]]+(?=\])/,lookbehind:!0,inside:{}},variable:{pattern:/(^\][ \t]?\[)[^\]]+(?=\]$)/,lookbehind:!0},url:{pattern:/(^\]\()[^\s)]+/,lookbehind:!0},string:{pattern:/(^[ \t]+)"(?:\\.|[^"\\])*"(?=\)$)/,lookbehind:!0}}}}),["url","bold","italic","strike"].forEach(function(v){["url","bold","italic","strike","code-snippet"].forEach(function(w){v!==w&&(o.languages.markdown[v].inside.content.inside[w]=o.languages.markdown[w])})}),o.hooks.add("after-tokenize",function(v){if(v.language!=="markdown"&&v.language!=="md")return;function w(C){if(!(!C||typeof C=="string"))for(var D=0,g=C.length;D<g;D++){var y=C[D];if(y.type!=="code"){w(y.content);continue}var E=y.content[1],b=y.content[3];if(E&&b&&E.type==="code-language"&&b.type==="code-block"&&typeof E.content=="string"){var x=E.content.replace(/\b#/g,"sharp").replace(/\b\+\+/g,"pp");x=(/[a-z][\w-]*/i.exec(x)||[""])[0].toLowerCase();var S="language-"+x;b.alias?typeof b.alias=="string"?b.alias=[b.alias,S]:b.alias.push(S):b.alias=[S]}}}u(w,"walkTokens"),w(v.tokens)}),o.hooks.add("wrap",function(v){if(v.type==="code-block"){for(var w="",C=0,D=v.classes.length;C<D;C++){var g=v.classes[C],y=/language-(.+)/.exec(g);if(y){w=y[1];break}}var E=o.languages[w];if(E)v.content=o.highlight(m(v.content.value),E,w);else if(w&&w!=="none"&&o.plugins.autoloader){var b="md-"+new Date().valueOf()+"-"+Math.floor(Math.random()*1e16);v.attributes.id=b,o.plugins.autoloader.loadLanguages(w,function(){var x=document.getElementById(b);x&&(x.innerHTML=o.highlight(x.textContent,o.languages[w],w))})}}});var p=RegExp(o.languages.markup.tag.pattern.source,"gi"),h={amp:"&",lt:"<",gt:">",quot:'"'},f=String.fromCodePoint||String.fromCharCode;function m(v){var w=v.replace(p,"");return w=w.replace(/&(\w{1,8}|#x?[\da-f]{1,8});/gi,function(C,D){if(D=D.toLowerCase(),D[0]==="#"){var g;return D[1]==="x"?g=parseInt(D.slice(2),16):g=Number(D.slice(1)),f(g)}else{var y=h[D];return y||C}}),w}u(m,"textContent"),o.languages.md=o.languages.markdown})(r)}u(n,"markdown")}),z4,wE,RR=I(()=>{z4=He(IR()),wE=z4.default}),BR=q((e,t)=>{t.exports=n,n.displayName="yaml",n.aliases=["yml"];function n(r){(function(o){var a=/[*&][^\s[\]{},]+/,i=/!(?:<[\w\-%#;/?:@&=+$,.!~*'()[\]]+>|(?:[a-zA-Z\d-]*!)?[\w\-%#;/?:@&=+$.~*'()]+)?/,l="(?:"+i.source+"(?:[ ]+"+a.source+")?|"+a.source+"(?:[ ]+"+i.source+")?)",c=/(?:[^\s\x00-\x08\x0e-\x1f!"#%&'*,\-:>?@[\]`{|}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]|[?:-]<PLAIN>)(?:[ \t]*(?:(?![#:])<PLAIN>|:<PLAIN>))*/.source.replace(/<PLAIN>/g,function(){return/[^\s\x00-\x08\x0e-\x1f,[\]{}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]/.source}),d=/"(?:[^"\\\r\n]|\\.)*"|'(?:[^'\\\r\n]|\\.)*'/.source;function p(h,f){f=(f||"").replace(/m/g,"")+"m";var m=/([:\-,[{]\s*(?:\s<<prop>>[ \t]+)?)(?:<<value>>)(?=[ \t]*(?:$|,|\]|\}|(?:[\r\n]\s*)?#))/.source.replace(/<<prop>>/g,function(){return l}).replace(/<<value>>/g,function(){return h});return RegExp(m,f)}u(p,"createValuePattern"),o.languages.yaml={scalar:{pattern:RegExp(/([\-:]\s*(?:\s<<prop>>[ \t]+)?[|>])[ \t]*(?:((?:\r?\n|\r)[ \t]+)\S[^\r\n]*(?:\2[^\r\n]+)*)/.source.replace(/<<prop>>/g,function(){return l})),lookbehind:!0,alias:"string"},comment:/#.*/,key:{pattern:RegExp(/((?:^|[:\-,[{\r\n?])[ \t]*(?:<<prop>>[ \t]+)?)<<key>>(?=\s*:\s)/.source.replace(/<<prop>>/g,function(){return l}).replace(/<<key>>/g,function(){return"(?:"+c+"|"+d+")"})),lookbehind:!0,greedy:!0,alias:"atrule"},directive:{pattern:/(^[ \t]*)%.+/m,lookbehind:!0,alias:"important"},datetime:{pattern:p(/\d{4}-\d\d?-\d\d?(?:[tT]|[ \t]+)\d\d?:\d{2}:\d{2}(?:\.\d*)?(?:[ \t]*(?:Z|[-+]\d\d?(?::\d{2})?))?|\d{4}-\d{2}-\d{2}|\d\d?:\d{2}(?::\d{2}(?:\.\d*)?)?/.source),lookbehind:!0,alias:"number"},boolean:{pattern:p(/false|true/.source,"i"),lookbehind:!0,alias:"important"},null:{pattern:p(/null|~/.source,"i"),lookbehind:!0,alias:"important"},string:{pattern:p(d),lookbehind:!0,greedy:!0},number:{pattern:p(/[+-]?(?:0x[\da-f]+|0o[0-7]+|(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?|\.inf|\.nan)/.source,"i"),lookbehind:!0},tag:i,important:a,punctuation:/---|[:[\]{}\-,|>?]|\.\.\./},o.languages.yml=o.languages.yaml})(r)}u(n,"yaml")}),T4,DE,LR=I(()=>{T4=He(BR()),DE=T4.default}),EE=q((e,t)=>{t.exports=n,n.displayName="typescript",n.aliases=["ts"];function n(r){(function(o){o.languages.typescript=o.languages.extend("javascript",{"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|type)\s+)(?!keyof\b)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?:\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>)?/,lookbehind:!0,greedy:!0,inside:null},builtin:/\b(?:Array|Function|Promise|any|boolean|console|never|number|string|symbol|unknown)\b/}),o.languages.typescript.keyword.push(/\b(?:abstract|declare|is|keyof|readonly|require)\b/,/\b(?:asserts|infer|interface|module|namespace|type)\b(?=\s*(?:[{_$a-zA-Z\xA0-\uFFFF]|$))/,/\btype\b(?=\s*(?:[\{*]|$))/),delete o.languages.typescript.parameter,delete o.languages.typescript["literal-property"];var a=o.languages.extend("typescript",{});delete a["class-name"],o.languages.typescript["class-name"].inside=a,o.languages.insertBefore("typescript","function",{decorator:{pattern:/@[$\w\xA0-\uFFFF]+/,inside:{at:{pattern:/^@/,alias:"operator"},function:/^[\s\S]+/}},"generic-function":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>(?=\s*\()/,greedy:!0,inside:{function:/^#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/,generic:{pattern:/<[\s\S]+/,alias:"class-name",inside:a}}}}),o.languages.ts=o.languages.typescript})(r)}u(n,"typescript")}),$R=q((e,t)=>{var n=uE(),r=EE();t.exports=o,o.displayName="tsx",o.aliases=[];function o(a){a.register(n),a.register(r),function(i){var l=i.util.clone(i.languages.typescript);i.languages.tsx=i.languages.extend("jsx",l),delete i.languages.tsx.parameter,delete i.languages.tsx["literal-property"];var c=i.languages.tsx.tag;c.pattern=RegExp(/(^|[^\w$]|(?=<\/))/.source+"(?:"+c.pattern.source+")",c.pattern.flags),c.lookbehind=!0}(a)}u(o,"tsx")}),I4,bE,MR=I(()=>{I4=He($R()),bE=I4.default}),R4,CE,OR=I(()=>{R4=He(EE()),CE=R4.default});function Z0(e,t){if(e==null)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(t.indexOf(r)>=0)continue;n[r]=e[r]}return n}var Q5=I(()=>{u(Z0,"_objectWithoutPropertiesLoose")});function xE(e,t){if(e==null)return{};var n,r,o=Z0(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r<a.length;r++)n=a[r],t.indexOf(n)>=0||{}.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}var PR=I(()=>{Q5(),u(xE,"_objectWithoutProperties")});function Uc(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}var SE=I(()=>{u(Uc,"_arrayLikeToArray")});function kE(e){if(Array.isArray(e))return Uc(e)}var NR=I(()=>{SE(),u(kE,"_arrayWithoutHoles")});function AE(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}var HR=I(()=>{u(AE,"_iterableToArray")});function FE(e,t){if(e){if(typeof e=="string")return Uc(e,t);var n={}.toString.call(e).slice(8,-1);return n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set"?Array.from(e):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Uc(e,t):void 0}}var jR=I(()=>{SE(),u(FE,"_unsupportedIterableToArray")});function _E(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
||
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var VR=I(()=>{u(_E,"_nonIterableSpread")});function zE(e){return kE(e)||AE(e)||FE(e)||_E()}var UR=I(()=>{NR(),HR(),jR(),VR(),u(zE,"_toConsumableArray")});function ei(e){"@babel/helpers - typeof";return ei=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},ei(e)}var TE=I(()=>{u(ei,"_typeof")});function IE(e,t){if(ei(e)!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t||"default");if(ei(r)!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var WR=I(()=>{TE(),u(IE,"toPrimitive")});function RE(e){var t=IE(e,"string");return ei(t)=="symbol"?t:t+""}var qR=I(()=>{TE(),WR(),u(RE,"toPropertyKey")});function J5(e,t,n){return(t=RE(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var BE=I(()=>{qR(),u(J5,"_defineProperty")});function fh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(o){return Object.getOwnPropertyDescriptor(e,o).enumerable})),n.push.apply(n,r)}return n}function go(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?fh(Object(n),!0).forEach(function(r){J5(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):fh(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function LE(e){var t=e.length;if(t===0||t===1)return e;if(t===2)return[e[0],e[1],"".concat(e[0],".").concat(e[1]),"".concat(e[1],".").concat(e[0])];if(t===3)return[e[0],e[1],e[2],"".concat(e[0],".").concat(e[1]),"".concat(e[0],".").concat(e[2]),"".concat(e[1],".").concat(e[0]),"".concat(e[1],".").concat(e[2]),"".concat(e[2],".").concat(e[0]),"".concat(e[2],".").concat(e[1]),"".concat(e[0],".").concat(e[1],".").concat(e[2]),"".concat(e[0],".").concat(e[2],".").concat(e[1]),"".concat(e[1],".").concat(e[0],".").concat(e[2]),"".concat(e[1],".").concat(e[2],".").concat(e[0]),"".concat(e[2],".").concat(e[0],".").concat(e[1]),"".concat(e[2],".").concat(e[1],".").concat(e[0])];if(t>=4)return[e[0],e[1],e[2],e[3],"".concat(e[0],".").concat(e[1]),"".concat(e[0],".").concat(e[2]),"".concat(e[0],".").concat(e[3]),"".concat(e[1],".").concat(e[0]),"".concat(e[1],".").concat(e[2]),"".concat(e[1],".").concat(e[3]),"".concat(e[2],".").concat(e[0]),"".concat(e[2],".").concat(e[1]),"".concat(e[2],".").concat(e[3]),"".concat(e[3],".").concat(e[0]),"".concat(e[3],".").concat(e[1]),"".concat(e[3],".").concat(e[2]),"".concat(e[0],".").concat(e[1],".").concat(e[2]),"".concat(e[0],".").concat(e[1],".").concat(e[3]),"".concat(e[0],".").concat(e[2],".").concat(e[1]),"".concat(e[0],".").concat(e[2],".").concat(e[3]),"".concat(e[0],".").concat(e[3],".").concat(e[1]),"".concat(e[0],".").concat(e[3],".").concat(e[2]),"".concat(e[1],".").concat(e[0],".").concat(e[2]),"".concat(e[1],".").concat(e[0],".").concat(e[3]),"".concat(e[1],".").concat(e[2],".").concat(e[0]),"".concat(e[1],".").concat(e[2],".").concat(e[3]),"".concat(e[1],".").concat(e[3],".").concat(e[0]),"".concat(e[1],".").concat(e[3],".").concat(e[2]),"".concat(e[2],".").concat(e[0],".").concat(e[1]),"".concat(e[2],".").concat(e[0],".").concat(e[3]),"".concat(e[2],".").concat(e[1],".").concat(e[0]),"".concat(e[2],".").concat(e[1],".").concat(e[3]),"".concat(e[2],".").concat(e[3],".").concat(e[0]),"".concat(e[2],".").concat(e[3],".").concat(e[1]),"".concat(e[3],".").concat(e[0],".").concat(e[1]),"".concat(e[3],".").concat(e[0],".").concat(e[2]),"".concat(e[3],".").concat(e[1],".").concat(e[0]),"".concat(e[3],".").concat(e[1],".").concat(e[2]),"".concat(e[3],".").concat(e[2],".").concat(e[0]),"".concat(e[3],".").concat(e[2],".").concat(e[1]),"".concat(e[0],".").concat(e[1],".").concat(e[2],".").concat(e[3]),"".concat(e[0],".").concat(e[1],".").concat(e[3],".").concat(e[2]),"".concat(e[0],".").concat(e[2],".").concat(e[1],".").concat(e[3]),"".concat(e[0],".").concat(e[2],".").concat(e[3],".").concat(e[1]),"".concat(e[0],".").concat(e[3],".").concat(e[1],".").concat(e[2]),"".concat(e[0],".").concat(e[3],".").concat(e[2],".").concat(e[1]),"".concat(e[1],".").concat(e[0],".").concat(e[2],".").concat(e[3]),"".concat(e[1],".").concat(e[0],".").concat(e[3],".").concat(e[2]),"".concat(e[1],".").concat(e[2],".").concat(e[0],".").concat(e[3]),"".concat(e[1],".").concat(e[2],".").concat(e[3],".").concat(e[0]),"".concat(e[1],".").concat(e[3],".").concat(e[0],".").concat(e[2]),"".concat(e[1],".").concat(e[3],".").concat(e[2],".").concat(e[0]),"".concat(e[2],".").concat(e[0],".").concat(e[1],".").concat(e[3]),"".concat(e[2],".").concat(e[0],".").concat(e[3],".").concat(e[1]),"".concat(e[2],".").concat(e[1],".").concat(e[0],".").concat(e[3]),"".concat(e[2],".").concat(e[1],".").concat(e[3],".").concat(e[0]),"".concat(e[2],".").concat(e[3],".").concat(e[0],".").concat(e[1]),"".concat(e[2],".").concat(e[3],".").concat(e[1],".").concat(e[0]),"".concat(e[3],".").concat(e[0],".").concat(e[1],".").concat(e[2]),"".concat(e[3],".").concat(e[0],".").concat(e[2],".").concat(e[1]),"".concat(e[3],".").concat(e[1],".").concat(e[0],".").concat(e[2]),"".concat(e[3],".").concat(e[1],".").concat(e[2],".").concat(e[0]),"".concat(e[3],".").concat(e[2],".").concat(e[0],".").concat(e[1]),"".concat(e[3],".").concat(e[2],".").concat(e[1],".").concat(e[0])]}function $E(e){if(e.length===0||e.length===1)return e;var t=e.join(".");return qu[t]||(qu[t]=LE(e)),qu[t]}function ME(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0,r=e.filter(function(a){return a!=="token"}),o=$E(r);return o.reduce(function(a,i){return go(go({},a),n[i])},t)}function hh(e){return e.join(" ")}function OE(e,t){var n=0;return function(r){return n+=1,r.map(function(o,a){return Q0({node:o,stylesheet:e,useInlineStyles:t,key:"code-segment-".concat(n,"-").concat(a)})})}}function Q0(e){var t=e.node,n=e.stylesheet,r=e.style,o=r===void 0?{}:r,a=e.useInlineStyles,i=e.key,l=t.properties,c=t.type,d=t.tagName,p=t.value;if(c==="text")return p;if(d){var h=OE(n,a),f;if(!a)f=go(go({},l),{},{className:hh(l.className)});else{var m=Object.keys(n).reduce(function(D,g){return g.split(".").forEach(function(y){D.includes(y)||D.push(y)}),D},[]),v=l.className&&l.className.includes("token")?["token"]:[],w=l.className&&v.concat(l.className.filter(function(D){return!m.includes(D)}));f=go(go({},l),{},{className:hh(w)||void 0,style:ME(l.className,Object.assign({},l.style,o),n)})}var C=h(t.children);return A.createElement(d,W({key:i},f),C)}}var qu,PE=I(()=>{hn(),BE(),u(fh,"ownKeys"),u(go,"_objectSpread"),u(LE,"powerSetPermutations"),qu={},u($E,"getClassNameCombinations"),u(ME,"createStyleObject"),u(hh,"createClassNameString"),u(OE,"createChildren"),u(Q0,"createElement")}),NE,GR=I(()=>{NE=u(function(e,t){var n=e.listLanguages();return n.indexOf(t)!==-1},"default")});function mh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(o){return Object.getOwnPropertyDescriptor(e,o).enumerable})),n.push.apply(n,r)}return n}function tn(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?mh(Object(n),!0).forEach(function(r){J5(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):mh(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function HE(e){return e.match(XE)}function jE(e){var t=e.lines,n=e.startingLineNumber,r=e.style;return t.map(function(o,a){var i=a+n;return A.createElement("span",{key:"line-".concat(a),className:"react-syntax-highlighter-line-number",style:typeof r=="function"?r(i):r},"".concat(i,`
|
||
`))})}function VE(e){var t=e.codeString,n=e.codeStyle,r=e.containerStyle,o=r===void 0?{float:"left",paddingRight:"10px"}:r,a=e.numberStyle,i=a===void 0?{}:a,l=e.startingLineNumber;return A.createElement("code",{style:Object.assign({},n,o)},jE({lines:t.replace(/\n$/,"").split(`
|
||
`),style:i,startingLineNumber:l}))}function UE(e){return"".concat(e.toString().length,".25em")}function em(e,t){return{type:"element",tagName:"span",properties:{key:"line-number--".concat(e),className:["comment","linenumber","react-syntax-highlighter-line-number"],style:t},children:[{type:"text",value:e}]}}function tm(e,t,n){var r={display:"inline-block",minWidth:UE(n),paddingRight:"1em",textAlign:"right",userSelect:"none"},o=typeof e=="function"?e(t):e,a=tn(tn({},r),o);return a}function xl(e){var t=e.children,n=e.lineNumber,r=e.lineNumberStyle,o=e.largestLineNumber,a=e.showInlineLineNumbers,i=e.lineProps,l=i===void 0?{}:i,c=e.className,d=c===void 0?[]:c,p=e.showLineNumbers,h=e.wrapLongLines,f=typeof l=="function"?l(n):l;if(f.className=d,n&&a){var m=tm(r,n,o);t.unshift(em(n,m))}return h&p&&(f.style=tn(tn({},f.style),{},{display:"flex"})),{type:"element",tagName:"span",properties:f,children:t}}function nm(e){for(var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:[],r=0;r<e.length;r++){var o=e[r];if(o.type==="text")n.push(xl({children:[o],className:zE(new Set(t))}));else if(o.children){var a=t.concat(o.properties.className);nm(o.children,a).forEach(function(i){return n.push(i)})}}return n}function WE(e,t,n,r,o,a,i,l,c){var d,p=nm(e.value),h=[],f=-1,m=0;function v(b,x){var S=arguments.length>2&&arguments[2]!==void 0?arguments[2]:[];return xl({children:b,lineNumber:x,lineNumberStyle:l,largestLineNumber:i,showInlineLineNumbers:o,lineProps:n,className:S,showLineNumbers:r,wrapLongLines:c})}u(v,"createWrappedLine");function w(b,x){if(r&&x&&o){var S=tm(l,x,i);b.unshift(em(x,S))}return b}u(w,"createUnwrappedLine");function C(b,x){var S=arguments.length>2&&arguments[2]!==void 0?arguments[2]:[];return t||S.length>0?v(b,x,S):w(b,x)}u(C,"createLine");for(var D=u(function(){var b=p[m],x=b.children[0].value,S=HE(x);if(S){var k=x.split(`
|
||
`);k.forEach(function(_,F){var T=r&&h.length+a,M={type:"text",value:"".concat(_,`
|
||
`)};if(F===0){var P=p.slice(f+1,m).concat(xl({children:[M],className:b.properties.className})),Q=C(P,T);h.push(Q)}else if(F===k.length-1){var H=p[m+1]&&p[m+1].children&&p[m+1].children[0],Y={type:"text",value:"".concat(_)};if(H){var K=xl({children:[Y],className:b.properties.className});p.splice(m+1,0,K)}else{var B=[Y],$=C(B,T,b.properties.className);h.push($)}}else{var O=[M],G=C(O,T,b.properties.className);h.push(G)}}),f=m}m++},"_loop");m<p.length;)D();if(f!==p.length-1){var g=p.slice(f+1,p.length);if(g&&g.length){var y=r&&h.length+a,E=C(g,y);h.push(E)}}return t?h:(d=[]).concat.apply(d,h)}function qE(e){var t=e.rows,n=e.stylesheet,r=e.useInlineStyles;return t.map(function(o,a){return Q0({node:o,stylesheet:n,useInlineStyles:r,key:"code-segement".concat(a)})})}function rm(e){return e&&typeof e.highlightAuto<"u"}function GE(e){var t=e.astGenerator,n=e.language,r=e.code,o=e.defaultCodeValue;if(rm(t)){var a=NE(t,n);return n==="text"?{value:o,language:"text"}:a?t.highlight(n,r):t.highlightAuto(r)}try{return n&&n!=="text"?{value:t.highlight(r,n)}:{value:o}}catch{return{value:o}}}function YE(e,t){return u(function(n){var r=n.language,o=n.children,a=n.style,i=a===void 0?t:a,l=n.customStyle,c=l===void 0?{}:l,d=n.codeTagProps,p=d===void 0?{className:r?"language-".concat(r):void 0,style:tn(tn({},i['code[class*="language-"]']),i['code[class*="language-'.concat(r,'"]')])}:d,h=n.useInlineStyles,f=h===void 0?!0:h,m=n.showLineNumbers,v=m===void 0?!1:m,w=n.showInlineLineNumbers,C=w===void 0?!0:w,D=n.startingLineNumber,g=D===void 0?1:D,y=n.lineNumberContainerStyle,E=n.lineNumberStyle,b=E===void 0?{}:E,x=n.wrapLines,S=n.wrapLongLines,k=S===void 0?!1:S,_=n.lineProps,F=_===void 0?{}:_,T=n.renderer,M=n.PreTag,P=M===void 0?"pre":M,Q=n.CodeTag,H=Q===void 0?"code":Q,Y=n.code,K=Y===void 0?(Array.isArray(o)?o[0]:o)||"":Y,B=n.astGenerator,$=xE(n,KE);B=B||e;var O=v?A.createElement(VE,{containerStyle:y,codeStyle:p.style||{},numberStyle:b,startingLineNumber:g,codeString:K}):null,G=i.hljs||i['pre[class*="language-"]']||{backgroundColor:"#fff"},J=rm(B)?"hljs":"prismjs",ie=f?Object.assign({},$,{style:Object.assign({},G,c)}):Object.assign({},$,{className:$.className?"".concat(J," ").concat($.className):J,style:Object.assign({},c)});if(k?p.style=tn(tn({},p.style),{},{whiteSpace:"pre-wrap"}):p.style=tn(tn({},p.style),{},{whiteSpace:"pre"}),!B)return A.createElement(P,ie,O,A.createElement(H,p,K));(x===void 0&&T||k)&&(x=!0),T=T||qE;var se=[{type:"text",value:K}],V=GE({astGenerator:B,language:r,code:K,defaultCodeValue:se});V.language===null&&(V.value=se);var Z=V.value.length+g,te=WE(V,x,F,v,C,g,Z,b,k);return A.createElement(P,ie,A.createElement(H,p,!C&&O,T({rows:te,stylesheet:i,useInlineStyles:f})))},"SyntaxHighlighter")}var KE,XE,YR=I(()=>{PR(),UR(),BE(),PE(),GR(),KE=["language","children","style","customStyle","codeTagProps","useInlineStyles","showLineNumbers","showInlineLineNumbers","startingLineNumber","lineNumberContainerStyle","lineNumberStyle","wrapLines","wrapLongLines","lineProps","renderer","PreTag","CodeTag","code","astGenerator"],u(mh,"ownKeys"),u(tn,"_objectSpread"),XE=/\n/g,u(HE,"getNewLines"),u(jE,"getAllLineNumbers"),u(VE,"AllLineNumbers"),u(UE,"getEmWidthOfNumber"),u(em,"getInlineLineNumber"),u(tm,"assembleLineNumberStyles"),u(xl,"createLineElement"),u(nm,"flattenCodeTree"),u(WE,"processLines"),u(qE,"defaultRenderer"),u(rm,"isHighlightJs"),u(GE,"getCodeTree"),u(YE,"default")}),KR=q((e,t)=>{t.exports=r;var n=Object.prototype.hasOwnProperty;function r(){for(var o={},a=0;a<arguments.length;a++){var i=arguments[a];for(var l in i)n.call(i,l)&&(o[l]=i[l])}return o}u(r,"extend")}),ZE=q((e,t)=>{t.exports=r;var n=r.prototype;n.space=null,n.normal={},n.property={};function r(o,a,i){this.property=o,this.normal=a,i&&(this.space=i)}u(r,"Schema")}),XR=q((e,t)=>{var n=KR(),r=ZE();t.exports=o;function o(a){for(var i=a.length,l=[],c=[],d=-1,p,h;++d<i;)p=a[d],l.push(p.property),c.push(p.normal),h=p.space;return new r(n.apply(null,l),n.apply(null,c),h)}u(o,"merge")}),om=q((e,t)=>{t.exports=n;function n(r){return r.toLowerCase()}u(n,"normalize")}),QE=q((e,t)=>{t.exports=r;var n=r.prototype;n.space=null,n.attribute=null,n.property=null,n.boolean=!1,n.booleanish=!1,n.overloadedBoolean=!1,n.number=!1,n.commaSeparated=!1,n.spaceSeparated=!1,n.commaOrSpaceSeparated=!1,n.mustUseProperty=!1,n.defined=!1;function r(o,a){this.property=o,this.attribute=a}u(r,"Info")}),am=q(e=>{var t=0;e.boolean=n(),e.booleanish=n(),e.overloadedBoolean=n(),e.number=n(),e.spaceSeparated=n(),e.commaSeparated=n(),e.commaOrSpaceSeparated=n();function n(){return Math.pow(2,++t)}u(n,"increment")}),JE=q((e,t)=>{var n=QE(),r=am();t.exports=i,i.prototype=new n,i.prototype.defined=!0;var o=["boolean","booleanish","overloadedBoolean","number","commaSeparated","spaceSeparated","commaOrSpaceSeparated"],a=o.length;function i(c,d,p,h){var f=-1,m;for(l(this,"space",h),n.call(this,c,d);++f<a;)m=o[f],l(this,m,(p&r[m])===r[m])}u(i,"DefinedInfo");function l(c,d,p){p&&(c[d]=p)}u(l,"mark")}),Es=q((e,t)=>{var n=om(),r=ZE(),o=JE();t.exports=a;function a(i){var l=i.space,c=i.mustUseProperty||[],d=i.attributes||{},p=i.properties,h=i.transform,f={},m={},v,w;for(v in p)w=new o(v,h(d,v),p[v],l),c.indexOf(v)!==-1&&(w.mustUseProperty=!0),f[v]=w,m[n(v)]=v,m[n(w.attribute)]=v;return new r(f,m,l)}u(a,"create")}),ZR=q((e,t)=>{var n=Es();t.exports=n({space:"xlink",transform:r,properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null}});function r(o,a){return"xlink:"+a.slice(5).toLowerCase()}u(r,"xlinkTransform")}),QR=q((e,t)=>{var n=Es();t.exports=n({space:"xml",transform:r,properties:{xmlLang:null,xmlBase:null,xmlSpace:null}});function r(o,a){return"xml:"+a.slice(3).toLowerCase()}u(r,"xmlTransform")}),JR=q((e,t)=>{t.exports=n;function n(r,o){return o in r?r[o]:o}u(n,"caseSensitiveTransform")}),eb=q((e,t)=>{var n=JR();t.exports=r;function r(o,a){return n(o,a.toLowerCase())}u(r,"caseInsensitiveTransform")}),eB=q((e,t)=>{var n=Es(),r=eb();t.exports=n({space:"xmlns",attributes:{xmlnsxlink:"xmlns:xlink"},transform:r,properties:{xmlns:null,xmlnsXLink:null}})}),tB=q((e,t)=>{var n=am(),r=Es(),o=n.booleanish,a=n.number,i=n.spaceSeparated;t.exports=r({transform:l,properties:{ariaActiveDescendant:null,ariaAtomic:o,ariaAutoComplete:null,ariaBusy:o,ariaChecked:o,ariaColCount:a,ariaColIndex:a,ariaColSpan:a,ariaControls:i,ariaCurrent:null,ariaDescribedBy:i,ariaDetails:null,ariaDisabled:o,ariaDropEffect:i,ariaErrorMessage:null,ariaExpanded:o,ariaFlowTo:i,ariaGrabbed:o,ariaHasPopup:null,ariaHidden:o,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:i,ariaLevel:a,ariaLive:null,ariaModal:o,ariaMultiLine:o,ariaMultiSelectable:o,ariaOrientation:null,ariaOwns:i,ariaPlaceholder:null,ariaPosInSet:a,ariaPressed:o,ariaReadOnly:o,ariaRelevant:null,ariaRequired:o,ariaRoleDescription:i,ariaRowCount:a,ariaRowIndex:a,ariaRowSpan:a,ariaSelected:o,ariaSetSize:a,ariaSort:null,ariaValueMax:a,ariaValueMin:a,ariaValueNow:a,ariaValueText:null,role:null}});function l(c,d){return d==="role"?d:"aria-"+d.slice(4).toLowerCase()}u(l,"ariaTransform")}),nB=q((e,t)=>{var n=am(),r=Es(),o=eb(),a=n.boolean,i=n.overloadedBoolean,l=n.booleanish,c=n.number,d=n.spaceSeparated,p=n.commaSeparated;t.exports=r({space:"html",attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},transform:o,mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:p,acceptCharset:d,accessKey:d,action:null,allow:null,allowFullScreen:a,allowPaymentRequest:a,allowUserMedia:a,alt:null,as:null,async:a,autoCapitalize:null,autoComplete:d,autoFocus:a,autoPlay:a,capture:a,charSet:null,checked:a,cite:null,className:d,cols:c,colSpan:null,content:null,contentEditable:l,controls:a,controlsList:d,coords:c|p,crossOrigin:null,data:null,dateTime:null,decoding:null,default:a,defer:a,dir:null,dirName:null,disabled:a,download:i,draggable:l,encType:null,enterKeyHint:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:a,formTarget:null,headers:d,height:c,hidden:a,high:c,href:null,hrefLang:null,htmlFor:d,httpEquiv:d,id:null,imageSizes:null,imageSrcSet:p,inputMode:null,integrity:null,is:null,isMap:a,itemId:null,itemProp:d,itemRef:d,itemScope:a,itemType:d,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:a,low:c,manifest:null,max:null,maxLength:c,media:null,method:null,min:null,minLength:c,multiple:a,muted:a,name:null,nonce:null,noModule:a,noValidate:a,onAbort:null,onAfterPrint:null,onAuxClick:null,onBeforePrint:null,onBeforeUnload:null,onBlur:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onContextMenu:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnded:null,onError:null,onFocus:null,onFormData:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLanguageChange:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadEnd:null,onLoadStart:null,onMessage:null,onMessageError:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRejectionHandled:null,onReset:null,onResize:null,onScroll:null,onSecurityPolicyViolation:null,onSeeked:null,onSeeking:null,onSelect:null,onSlotChange:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnhandledRejection:null,onUnload:null,onVolumeChange:null,onWaiting:null,onWheel:null,open:a,optimum:c,pattern:null,ping:d,placeholder:null,playsInline:a,poster:null,preload:null,readOnly:a,referrerPolicy:null,rel:d,required:a,reversed:a,rows:c,rowSpan:c,sandbox:d,scope:null,scoped:a,seamless:a,selected:a,shape:null,size:c,sizes:null,slot:null,span:c,spellCheck:l,src:null,srcDoc:null,srcLang:null,srcSet:p,start:c,step:null,style:null,tabIndex:c,target:null,title:null,translate:null,type:null,typeMustMatch:a,useMap:null,value:l,width:c,wrap:null,align:null,aLink:null,archive:d,axis:null,background:null,bgColor:null,border:c,borderColor:null,bottomMargin:c,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:a,declare:a,event:null,face:null,frame:null,frameBorder:null,hSpace:c,leftMargin:c,link:null,longDesc:null,lowSrc:null,marginHeight:c,marginWidth:c,noResize:a,noHref:a,noShade:a,noWrap:a,object:null,profile:null,prompt:null,rev:null,rightMargin:c,rules:null,scheme:null,scrolling:l,standby:null,summary:null,text:null,topMargin:c,valueType:null,version:null,vAlign:null,vLink:null,vSpace:c,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:a,disableRemotePlayback:a,prefix:null,property:null,results:c,security:null,unselectable:null}})}),rB=q((e,t)=>{var n=XR(),r=ZR(),o=QR(),a=eB(),i=tB(),l=nB();t.exports=n([o,r,a,i,l])}),oB=q((e,t)=>{var n=om(),r=JE(),o=QE(),a="data";t.exports=d;var i=/^data[-\w.:]+$/i,l=/-[a-z]/g,c=/[A-Z]/g;function d(v,w){var C=n(w),D=w,g=o;return C in v.normal?v.property[v.normal[C]]:(C.length>4&&C.slice(0,4)===a&&i.test(w)&&(w.charAt(4)==="-"?D=p(w):w=h(w),g=r),new g(D,w))}u(d,"find");function p(v){var w=v.slice(5).replace(l,m);return a+w.charAt(0).toUpperCase()+w.slice(1)}u(p,"datasetToProperty");function h(v){var w=v.slice(4);return l.test(w)?v:(w=w.replace(c,f),w.charAt(0)!=="-"&&(w="-"+w),a+w)}u(h,"datasetToAttribute");function f(v){return"-"+v.toLowerCase()}u(f,"kebab");function m(v){return v.charAt(1).toUpperCase()}u(m,"camelcase")}),aB=q((e,t)=>{t.exports=r;var n=/[#.]/g;function r(o,a){for(var i=o||"",l=a||"div",c={},d=0,p,h,f;d<i.length;)n.lastIndex=d,f=n.exec(i),p=i.slice(d,f?f.index:i.length),p&&(h?h==="#"?c.id=p:c.className?c.className.push(p):c.className=[p]:l=p,d+=p.length),f&&(h=f[0],d++);return{type:"element",tagName:l,properties:c,children:[]}}u(r,"parse")}),iB=q(e=>{e.parse=o,e.stringify=a;var t="",n=" ",r=/[ \t\n\r\f]+/g;function o(i){var l=String(i||t).trim();return l===t?[]:l.split(r)}u(o,"parse");function a(i){return i.join(n).trim()}u(a,"stringify")}),lB=q(e=>{e.parse=o,e.stringify=a;var t=",",n=" ",r="";function o(i){for(var l=[],c=String(i||r),d=c.indexOf(t),p=0,h=!1,f;!h;)d===-1&&(d=c.length,h=!0),f=c.slice(p,d).trim(),(f||!h)&&l.push(f),p=d+1,d=c.indexOf(t,p);return l}u(o,"parse");function a(i,l){var c=l||{},d=c.padLeft===!1?r:n,p=c.padRight?n:r;return i[i.length-1]===r&&(i=i.concat(r)),i.join(p+t+d).trim()}u(a,"stringify")}),sB=q((e,t)=>{var n=oB(),r=om(),o=aB(),a=iB().parse,i=lB().parse;t.exports=c;var l={}.hasOwnProperty;function c(C,D,g){var y=g?w(g):null;return E;function E(x,S){var k=o(x,D),_=Array.prototype.slice.call(arguments,2),F=k.tagName.toLowerCase(),T;if(k.tagName=y&&l.call(y,F)?y[F]:F,S&&d(S,k)&&(_.unshift(S),S=null),S)for(T in S)b(k.properties,T,S[T]);return h(k.children,_),k.tagName==="template"&&(k.content={type:"root",children:k.children},k.children=[]),k}function b(x,S,k){var _,F,T;k==null||k!==k||(_=n(C,S),F=_.property,T=k,typeof T=="string"&&(_.spaceSeparated?T=a(T):_.commaSeparated?T=i(T):_.commaOrSpaceSeparated&&(T=a(i(T).join(" ")))),F==="style"&&typeof k!="string"&&(T=v(T)),F==="className"&&x.className&&(T=x.className.concat(T)),x[F]=f(_,F,T))}}u(c,"factory");function d(C,D){return typeof C=="string"||"length"in C||p(D.tagName,C)}u(d,"isChildren");function p(C,D){var g=D.type;return C==="input"||!g||typeof g!="string"?!1:typeof D.children=="object"&&"length"in D.children?!0:(g=g.toLowerCase(),C==="button"?g!=="menu"&&g!=="submit"&&g!=="reset"&&g!=="button":"value"in D)}u(p,"isNode");function h(C,D){var g,y;if(typeof D=="string"||typeof D=="number"){C.push({type:"text",value:String(D)});return}if(typeof D=="object"&&"length"in D){for(g=-1,y=D.length;++g<y;)h(C,D[g]);return}if(typeof D!="object"||!("type"in D))throw new Error("Expected node, nodes, or string, got `"+D+"`");C.push(D)}u(h,"addChild");function f(C,D,g){var y,E,b;if(typeof g!="object"||!("length"in g))return m(C,D,g);for(E=g.length,y=-1,b=[];++y<E;)b[y]=m(C,D,g[y]);return b}u(f,"parsePrimitives");function m(C,D,g){var y=g;return C.number||C.positiveNumber?!isNaN(y)&&y!==""&&(y=Number(y)):(C.boolean||C.overloadedBoolean)&&typeof y=="string"&&(y===""||r(g)===r(D))&&(y=!0),y}u(m,"parsePrimitive");function v(C){var D=[],g;for(g in C)D.push([g,C[g]].join(": "));return D.join("; ")}u(v,"style");function w(C){for(var D=C.length,g=-1,y={},E;++g<D;)E=C[g],y[E.toLowerCase()]=E;return y}u(w,"createAdjustMap")}),uB=q((e,t)=>{var n=rB(),r=sB(),o=r(n,"div");o.displayName="html",t.exports=o}),cB=q((e,t)=>{t.exports=uB()}),dB=q((e,t)=>{t.exports={AElig:"Æ",AMP:"&",Aacute:"Á",Acirc:"Â",Agrave:"À",Aring:"Å",Atilde:"Ã",Auml:"Ä",COPY:"©",Ccedil:"Ç",ETH:"Ð",Eacute:"É",Ecirc:"Ê",Egrave:"È",Euml:"Ë",GT:">",Iacute:"Í",Icirc:"Î",Igrave:"Ì",Iuml:"Ï",LT:"<",Ntilde:"Ñ",Oacute:"Ó",Ocirc:"Ô",Ograve:"Ò",Oslash:"Ø",Otilde:"Õ",Ouml:"Ö",QUOT:'"',REG:"®",THORN:"Þ",Uacute:"Ú",Ucirc:"Û",Ugrave:"Ù",Uuml:"Ü",Yacute:"Ý",aacute:"á",acirc:"â",acute:"´",aelig:"æ",agrave:"à",amp:"&",aring:"å",atilde:"ã",auml:"ä",brvbar:"¦",ccedil:"ç",cedil:"¸",cent:"¢",copy:"©",curren:"¤",deg:"°",divide:"÷",eacute:"é",ecirc:"ê",egrave:"è",eth:"ð",euml:"ë",frac12:"½",frac14:"¼",frac34:"¾",gt:">",iacute:"í",icirc:"î",iexcl:"¡",igrave:"ì",iquest:"¿",iuml:"ï",laquo:"«",lt:"<",macr:"¯",micro:"µ",middot:"·",nbsp:" ",not:"¬",ntilde:"ñ",oacute:"ó",ocirc:"ô",ograve:"ò",ordf:"ª",ordm:"º",oslash:"ø",otilde:"õ",ouml:"ö",para:"¶",plusmn:"±",pound:"£",quot:'"',raquo:"»",reg:"®",sect:"§",shy:"",sup1:"¹",sup2:"²",sup3:"³",szlig:"ß",thorn:"þ",times:"×",uacute:"ú",ucirc:"û",ugrave:"ù",uml:"¨",uuml:"ü",yacute:"ý",yen:"¥",yuml:"ÿ"}}),pB=q((e,t)=>{t.exports={0:"<22>",128:"€",130:"‚",131:"ƒ",132:"„",133:"…",134:"†",135:"‡",136:"ˆ",137:"‰",138:"Š",139:"‹",140:"Œ",142:"Ž",145:"‘",146:"’",147:"“",148:"”",149:"•",150:"–",151:"—",152:"˜",153:"™",154:"š",155:"›",156:"œ",158:"ž",159:"Ÿ"}}),tb=q((e,t)=>{t.exports=n;function n(r){var o=typeof r=="string"?r.charCodeAt(0):r;return o>=48&&o<=57}u(n,"decimal")}),fB=q((e,t)=>{t.exports=n;function n(r){var o=typeof r=="string"?r.charCodeAt(0):r;return o>=97&&o<=102||o>=65&&o<=70||o>=48&&o<=57}u(n,"hexadecimal")}),hB=q((e,t)=>{t.exports=n;function n(r){var o=typeof r=="string"?r.charCodeAt(0):r;return o>=97&&o<=122||o>=65&&o<=90}u(n,"alphabetical")}),mB=q((e,t)=>{var n=hB(),r=tb();t.exports=o;function o(a){return n(a)||r(a)}u(o,"alphanumerical")}),gB=q((e,t)=>{var n,r=59;t.exports=o;function o(a){var i="&"+a+";",l;return n=n||document.createElement("i"),n.innerHTML=i,l=n.textContent,l.charCodeAt(l.length-1)===r&&a!=="semi"||l===i?!1:l}u(o,"decodeEntity")}),vB=q((e,t)=>{var n=dB(),r=pB(),o=tb(),a=fB(),i=mB(),l=gB();t.exports=G;var c={}.hasOwnProperty,d=String.fromCharCode,p=Function.prototype,h={warning:null,reference:null,text:null,warningContext:null,referenceContext:null,textContext:null,position:{},additional:null,attribute:!1,nonTerminated:!0},f=9,m=10,v=12,w=32,C=38,D=59,g=60,y=61,E=35,b=88,x=120,S=65533,k="named",_="hexadecimal",F="decimal",T={};T[_]=16,T[F]=10;var M={};M[k]=i,M[F]=o,M[_]=a;var P=1,Q=2,H=3,Y=4,K=5,B=6,$=7,O={};O[P]="Named character references must be terminated by a semicolon",O[Q]="Numeric character references must be terminated by a semicolon",O[H]="Named character references cannot be empty",O[Y]="Numeric character references cannot be empty",O[K]="Named character references must be known",O[B]="Numeric character references cannot be disallowed",O[$]="Numeric character references cannot be outside the permissible Unicode range";function G(V,Z){var te={},Ce,je;Z||(Z={});for(je in h)Ce=Z[je],te[je]=Ce??h[je];return(te.position.indent||te.position.start)&&(te.indent=te.position.indent||[],te.position=te.position.start),J(V,te)}u(G,"parseEntities");function J(V,Z){var te=Z.additional,Ce=Z.nonTerminated,je=Z.text,gn=Z.reference,yt=Z.warning,Wt=Z.textContext,j=Z.referenceContext,qt=Z.warningContext,vn=Z.position,to=Z.indent||[],Go=V.length,yn=0,Vs=-1,Xe=vn.column||1,no=vn.line||1,wn="",Yo=[],Dn,Ko,En,Ve,Gt,Fe,De,bn,Us,R1,ro,Ci,oo,Gn,Vg,xi,Ws,Cn,_e;for(typeof te=="string"&&(te=te.charCodeAt(0)),xi=Si(),bn=yt?KF:p,yn--,Go++;++yn<Go;)if(Gt===m&&(Xe=to[Vs]||1),Gt=V.charCodeAt(yn),Gt===C){if(De=V.charCodeAt(yn+1),De===f||De===m||De===v||De===w||De===C||De===g||De!==De||te&&De===te){wn+=d(Gt),Xe++;continue}for(oo=yn+1,Ci=oo,_e=oo,De===E?(_e=++Ci,De=V.charCodeAt(_e),De===b||De===x?(Gn=_,_e=++Ci):Gn=F):Gn=k,Dn="",ro="",Ve="",Vg=M[Gn],_e--;++_e<Go&&(De=V.charCodeAt(_e),!!Vg(De));)Ve+=d(De),Gn===k&&c.call(n,Ve)&&(Dn=Ve,ro=n[Ve]);En=V.charCodeAt(_e)===D,En&&(_e++,Ko=Gn===k?l(Ve):!1,Ko&&(Dn=Ve,ro=Ko)),Cn=1+_e-oo,!En&&!Ce||(Ve?Gn===k?(En&&!ro?bn(K,1):(Dn!==Ve&&(_e=Ci+Dn.length,Cn=1+_e-Ci,En=!1),En||(Us=Dn?P:H,Z.attribute?(De=V.charCodeAt(_e),De===y?(bn(Us,Cn),ro=null):i(De)?ro=null:bn(Us,Cn)):bn(Us,Cn))),Fe=ro):(En||bn(Q,Cn),Fe=parseInt(Ve,T[Gn]),ie(Fe)?(bn($,Cn),Fe=d(S)):Fe in r?(bn(B,Cn),Fe=r[Fe]):(R1="",se(Fe)&&bn(B,Cn),Fe>65535&&(Fe-=65536,R1+=d(Fe>>>10|55296),Fe=56320|Fe&1023),Fe=R1+d(Fe))):Gn!==k&&bn(Y,Cn)),Fe?(Ug(),xi=Si(),yn=_e-1,Xe+=_e-oo+1,Yo.push(Fe),Ws=Si(),Ws.offset++,gn&&gn.call(j,Fe,{start:xi,end:Ws},V.slice(oo-1,_e)),xi=Ws):(Ve=V.slice(oo-1,_e),wn+=Ve,Xe+=Ve.length,yn=_e-1)}else Gt===10&&(no++,Vs++,Xe=0),Gt===Gt?(wn+=d(Gt),Xe++):Ug();return Yo.join("");function Si(){return{line:no,column:Xe,offset:yn+(vn.offset||0)}}function KF(Wg,qg){var B1=Si();B1.column+=qg,B1.offset+=qg,yt.call(qt,O[Wg],B1,Wg)}function Ug(){wn&&(Yo.push(wn),je&&je.call(Wt,wn,{start:xi,end:Si()}),wn="")}}u(J,"parse");function ie(V){return V>=55296&&V<=57343||V>1114111}u(ie,"prohibited");function se(V){return V>=1&&V<=8||V===11||V>=13&&V<=31||V>=127&&V<=159||V>=64976&&V<=65007||(V&65535)===65535||(V&65535)===65534}u(se,"disallowed")}),yB=q((e,t)=>{var n=typeof window<"u"?window:typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope?self:{},r=function(o){var a=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,i=0,l={},c={manual:o.Prism&&o.Prism.manual,disableWorkerMessageHandler:o.Prism&&o.Prism.disableWorkerMessageHandler,util:{encode:u(function y(E){return E instanceof d?new d(E.type,y(E.content),E.alias):Array.isArray(E)?E.map(y):E.replace(/&/g,"&").replace(/</g,"<").replace(/\u00a0/g," ")},"encode"),type:u(function(y){return Object.prototype.toString.call(y).slice(8,-1)},"type"),objId:u(function(y){return y.__id||Object.defineProperty(y,"__id",{value:++i}),y.__id},"objId"),clone:u(function y(E,b){b=b||{};var x,S;switch(c.util.type(E)){case"Object":if(S=c.util.objId(E),b[S])return b[S];x={},b[S]=x;for(var k in E)E.hasOwnProperty(k)&&(x[k]=y(E[k],b));return x;case"Array":return S=c.util.objId(E),b[S]?b[S]:(x=[],b[S]=x,E.forEach(function(_,F){x[F]=y(_,b)}),x);default:return E}},"deepClone"),getLanguage:u(function(y){for(;y;){var E=a.exec(y.className);if(E)return E[1].toLowerCase();y=y.parentElement}return"none"},"getLanguage"),setLanguage:u(function(y,E){y.className=y.className.replace(RegExp(a,"gi"),""),y.classList.add("language-"+E)},"setLanguage"),currentScript:u(function(){if(typeof document>"u")return null;if("currentScript"in document)return document.currentScript;try{throw new Error}catch(x){var y=(/at [^(\r\n]*\((.*):[^:]+:[^:]+\)$/i.exec(x.stack)||[])[1];if(y){var E=document.getElementsByTagName("script");for(var b in E)if(E[b].src==y)return E[b]}return null}},"currentScript"),isActive:u(function(y,E,b){for(var x="no-"+E;y;){var S=y.classList;if(S.contains(E))return!0;if(S.contains(x))return!1;y=y.parentElement}return!!b},"isActive")},languages:{plain:l,plaintext:l,text:l,txt:l,extend:u(function(y,E){var b=c.util.clone(c.languages[y]);for(var x in E)b[x]=E[x];return b},"extend"),insertBefore:u(function(y,E,b,x){x=x||c.languages;var S=x[y],k={};for(var _ in S)if(S.hasOwnProperty(_)){if(_==E)for(var F in b)b.hasOwnProperty(F)&&(k[F]=b[F]);b.hasOwnProperty(_)||(k[_]=S[_])}var T=x[y];return x[y]=k,c.languages.DFS(c.languages,function(M,P){P===T&&M!=y&&(this[M]=k)}),k},"insertBefore"),DFS:u(function y(E,b,x,S){S=S||{};var k=c.util.objId;for(var _ in E)if(E.hasOwnProperty(_)){b.call(E,_,E[_],x||_);var F=E[_],T=c.util.type(F);T==="Object"&&!S[k(F)]?(S[k(F)]=!0,y(F,b,null,S)):T==="Array"&&!S[k(F)]&&(S[k(F)]=!0,y(F,b,_,S))}},"DFS")},plugins:{},highlightAll:u(function(y,E){c.highlightAllUnder(document,y,E)},"highlightAll"),highlightAllUnder:u(function(y,E,b){var x={callback:b,container:y,selector:'code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code'};c.hooks.run("before-highlightall",x),x.elements=Array.prototype.slice.apply(x.container.querySelectorAll(x.selector)),c.hooks.run("before-all-elements-highlight",x);for(var S=0,k;k=x.elements[S++];)c.highlightElement(k,E===!0,x.callback)},"highlightAllUnder"),highlightElement:u(function(y,E,b){var x=c.util.getLanguage(y),S=c.languages[x];c.util.setLanguage(y,x);var k=y.parentElement;k&&k.nodeName.toLowerCase()==="pre"&&c.util.setLanguage(k,x);var _=y.textContent,F={element:y,language:x,grammar:S,code:_};function T(P){F.highlightedCode=P,c.hooks.run("before-insert",F),F.element.innerHTML=F.highlightedCode,c.hooks.run("after-highlight",F),c.hooks.run("complete",F),b&&b.call(F.element)}if(u(T,"insertHighlightedCode"),c.hooks.run("before-sanity-check",F),k=F.element.parentElement,k&&k.nodeName.toLowerCase()==="pre"&&!k.hasAttribute("tabindex")&&k.setAttribute("tabindex","0"),!F.code){c.hooks.run("complete",F),b&&b.call(F.element);return}if(c.hooks.run("before-highlight",F),!F.grammar){T(c.util.encode(F.code));return}if(E&&o.Worker){var M=new Worker(c.filename);M.onmessage=function(P){T(P.data)},M.postMessage(JSON.stringify({language:F.language,code:F.code,immediateClose:!0}))}else T(c.highlight(F.code,F.grammar,F.language))},"highlightElement"),highlight:u(function(y,E,b){var x={code:y,grammar:E,language:b};if(c.hooks.run("before-tokenize",x),!x.grammar)throw new Error('The language "'+x.language+'" has no grammar.');return x.tokens=c.tokenize(x.code,x.grammar),c.hooks.run("after-tokenize",x),d.stringify(c.util.encode(x.tokens),x.language)},"highlight"),tokenize:u(function(y,E){var b=E.rest;if(b){for(var x in b)E[x]=b[x];delete E.rest}var S=new f;return m(S,S.head,y),h(y,S,E,S.head,0),w(S)},"tokenize"),hooks:{all:{},add:u(function(y,E){var b=c.hooks.all;b[y]=b[y]||[],b[y].push(E)},"add"),run:u(function(y,E){var b=c.hooks.all[y];if(!(!b||!b.length))for(var x=0,S;S=b[x++];)S(E)},"run")},Token:d};o.Prism=c;function d(y,E,b,x){this.type=y,this.content=E,this.alias=b,this.length=(x||"").length|0}u(d,"Token"),d.stringify=u(function y(E,b){if(typeof E=="string")return E;if(Array.isArray(E)){var x="";return E.forEach(function(T){x+=y(T,b)}),x}var S={type:E.type,content:y(E.content,b),tag:"span",classes:["token",E.type],attributes:{},language:b},k=E.alias;k&&(Array.isArray(k)?Array.prototype.push.apply(S.classes,k):S.classes.push(k)),c.hooks.run("wrap",S);var _="";for(var F in S.attributes)_+=" "+F+'="'+(S.attributes[F]||"").replace(/"/g,""")+'"';return"<"+S.tag+' class="'+S.classes.join(" ")+'"'+_+">"+S.content+"</"+S.tag+">"},"stringify");function p(y,E,b,x){y.lastIndex=E;var S=y.exec(b);if(S&&x&&S[1]){var k=S[1].length;S.index+=k,S[0]=S[0].slice(k)}return S}u(p,"matchPattern");function h(y,E,b,x,S,k){for(var _ in b)if(!(!b.hasOwnProperty(_)||!b[_])){var F=b[_];F=Array.isArray(F)?F:[F];for(var T=0;T<F.length;++T){if(k&&k.cause==_+","+T)return;var M=F[T],P=M.inside,Q=!!M.lookbehind,H=!!M.greedy,Y=M.alias;if(H&&!M.pattern.global){var K=M.pattern.toString().match(/[imsuy]*$/)[0];M.pattern=RegExp(M.pattern.source,K+"g")}for(var B=M.pattern||M,$=x.next,O=S;$!==E.tail&&!(k&&O>=k.reach);O+=$.value.length,$=$.next){var G=$.value;if(E.length>y.length)return;if(!(G instanceof d)){var J=1,ie;if(H){if(ie=p(B,O,y,Q),!ie||ie.index>=y.length)break;var te=ie.index,se=ie.index+ie[0].length,V=O;for(V+=$.value.length;te>=V;)$=$.next,V+=$.value.length;if(V-=$.value.length,O=V,$.value instanceof d)continue;for(var Z=$;Z!==E.tail&&(V<se||typeof Z.value=="string");Z=Z.next)J++,V+=Z.value.length;J--,G=y.slice(O,V),ie.index-=O}else if(ie=p(B,0,G,Q),!ie)continue;var te=ie.index,Ce=ie[0],je=G.slice(0,te),gn=G.slice(te+Ce.length),yt=O+G.length;k&&yt>k.reach&&(k.reach=yt);var Wt=$.prev;je&&(Wt=m(E,Wt,je),O+=je.length),v(E,Wt,J);var j=new d(_,P?c.tokenize(Ce,P):Ce,Y,Ce);if($=m(E,Wt,j),gn&&m(E,$,gn),J>1){var qt={cause:_+","+T,reach:yt};h(y,E,b,$.prev,O,qt),k&&qt.reach>k.reach&&(k.reach=qt.reach)}}}}}}u(h,"matchGrammar");function f(){var y={value:null,prev:null,next:null},E={value:null,prev:y,next:null};y.next=E,this.head=y,this.tail=E,this.length=0}u(f,"LinkedList");function m(y,E,b){var x=E.next,S={value:b,prev:E,next:x};return E.next=S,x.prev=S,y.length++,S}u(m,"addAfter");function v(y,E,b){for(var x=E.next,S=0;S<b&&x!==y.tail;S++)x=x.next;E.next=x,x.prev=E,y.length-=S}u(v,"removeRange");function w(y){for(var E=[],b=y.head.next;b!==y.tail;)E.push(b.value),b=b.next;return E}if(u(w,"toArray"),!o.document)return o.addEventListener&&(c.disableWorkerMessageHandler||o.addEventListener("message",function(y){var E=JSON.parse(y.data),b=E.language,x=E.code,S=E.immediateClose;o.postMessage(c.highlight(x,c.languages[b],b)),S&&o.close()},!1)),c;var C=c.util.currentScript();C&&(c.filename=C.src,C.hasAttribute("data-manual")&&(c.manual=!0));function D(){c.manual||c.highlightAll()}if(u(D,"highlightAutomaticallyCallback"),!c.manual){var g=document.readyState;g==="loading"||g==="interactive"&&C&&C.defer?document.addEventListener("DOMContentLoaded",D):window.requestAnimationFrame?window.requestAnimationFrame(D):window.setTimeout(D,16)}return c}(n);typeof t<"u"&&t.exports&&(t.exports=r),typeof global<"u"&&(global.Prism=r)}),wB=q((e,t)=>{t.exports=n,n.displayName="clike",n.aliases=[];function n(r){r.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|trait)\s+|\bcatch\s+\()[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:break|catch|continue|do|else|finally|for|function|if|in|instanceof|new|null|return|throw|try|while)\b/,boolean:/\b(?:false|true)\b/,function:/\b\w+(?=\()/,number:/\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/,punctuation:/[{}[\];(),.:]/}}u(n,"clike")}),DB=q((e,t)=>{t.exports=n,n.displayName="javascript",n.aliases=["js"];function n(r){r.languages.javascript=r.languages.extend("clike",{"class-name":[r.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:{pattern:RegExp(/(^|[^\w$])/.source+"(?:"+(/NaN|Infinity/.source+"|"+/0[bB][01]+(?:_[01]+)*n?/.source+"|"+/0[oO][0-7]+(?:_[0-7]+)*n?/.source+"|"+/0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source+"|"+/\d+(?:_\d+)*n/.source+"|"+/(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source)+")"+/(?![\w$])/.source),lookbehind:!0},operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/}),r.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/,r.languages.insertBefore("javascript","keyword",{regex:{pattern:/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)\/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/,lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:r.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:r.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:r.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:r.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:r.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),r.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:r.languages.javascript}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"}}),r.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}}),r.languages.markup&&(r.languages.markup.tag.addInlined("script","javascript"),r.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript")),r.languages.js=r.languages.javascript}u(n,"javascript")}),EB=q((e,t)=>{var n=typeof globalThis=="object"?globalThis:typeof self=="object"?self:typeof window=="object"?window:typeof global=="object"?global:{},r=S();n.Prism={manual:!0,disableWorkerMessageHandler:!0};var o=cB(),a=vB(),i=yB(),l=vE(),c=pE(),d=wB(),p=DB();r();var h={}.hasOwnProperty;function f(){}u(f,"Refractor"),f.prototype=i;var m=new f;t.exports=m,m.highlight=C,m.register=v,m.alias=w,m.registered=D,m.listLanguages=g,v(l),v(c),v(d),v(p),m.util.encode=b,m.Token.stringify=y;function v(k){if(typeof k!="function"||!k.displayName)throw new Error("Expected `function` for `grammar`, got `"+k+"`");m.languages[k.displayName]===void 0&&k(m)}u(v,"register");function w(k,_){var F=m.languages,T=k,M,P,Q,H;_&&(T={},T[k]=_);for(M in T)for(P=T[M],P=typeof P=="string"?[P]:P,Q=P.length,H=-1;++H<Q;)F[P[H]]=F[M]}u(w,"alias");function C(k,_){var F=i.highlight,T;if(typeof k!="string")throw new Error("Expected `string` for `value`, got `"+k+"`");if(m.util.type(_)==="Object")T=_,_=null;else{if(typeof _!="string")throw new Error("Expected `string` for `name`, got `"+_+"`");if(h.call(m.languages,_))T=m.languages[_];else throw new Error("Unknown language: `"+_+"` is not registered")}return F.call(this,k,T,_)}u(C,"highlight");function D(k){if(typeof k!="string")throw new Error("Expected `string` for `language`, got `"+k+"`");return h.call(m.languages,k)}u(D,"registered");function g(){var k=m.languages,_=[],F;for(F in k)h.call(k,F)&&typeof k[F]=="object"&&_.push(F);return _}u(g,"listLanguages");function y(k,_,F){var T;return typeof k=="string"?{type:"text",value:k}:m.util.type(k)==="Array"?E(k,_):(T={type:k.type,content:m.Token.stringify(k.content,_,F),tag:"span",classes:["token",k.type],attributes:{},language:_,parent:F},k.alias&&(T.classes=T.classes.concat(k.alias)),m.hooks.run("wrap",T),o(T.tag+"."+T.classes.join("."),x(T.attributes),T.content))}u(y,"stringify");function E(k,_){for(var F=[],T=k.length,M=-1,P;++M<T;)P=k[M],P!==""&&P!==null&&P!==void 0&&F.push(P);for(M=-1,T=F.length;++M<T;)P=F[M],F[M]=m.Token.stringify(P,_,F);return F}u(E,"stringifyAll");function b(k){return k}u(b,"encode");function x(k){var _;for(_ in k)k[_]=a(k[_]);return k}u(x,"attributes");function S(){var k="Prism"in n,_=k?n.Prism:void 0;return F;function F(){k?n.Prism=_:delete n.Prism,k=void 0,_=void 0}}u(S,"capture")}),du,pu,Gu,bB=I(()=>{YR(),du=He(EB()),pu=YE(du.default,{}),pu.registerLanguage=function(e,t){return du.default.register(t)},pu.alias=function(e,t){return du.default.alias(e,t)},Gu=pu}),CB=I(()=>{PE()}),B4,md,im,nb=I(()=>{B4=R.div(({theme:e})=>({position:"absolute",bottom:0,right:0,maxWidth:"100%",display:"flex",background:e.background.content,zIndex:1})),md=R.button(({theme:e})=>({margin:0,border:"0 none",padding:"4px 10px",cursor:"pointer",display:"flex",alignItems:"center",color:e.color.defaultText,background:e.background.content,fontSize:12,lineHeight:"16px",fontFamily:e.typography.fonts.base,fontWeight:e.typography.weight.bold,borderTop:`1px solid ${e.appBorderColor}`,borderLeft:`1px solid ${e.appBorderColor}`,marginLeft:-1,borderRadius:"4px 0 0 0","&:not(:last-child)":{borderRight:`1px solid ${e.appBorderColor}`},"& + *":{borderLeft:`1px solid ${e.appBorderColor}`,borderRadius:0},"&:focus":{boxShadow:`${e.color.secondary} 0 -3px 0 0 inset`,outline:"0 none"}}),({disabled:e})=>e&&{cursor:"not-allowed",opacity:.5}),md.displayName="ActionButton",im=u(({actionItems:e,...t})=>A.createElement(B4,{...t},e.map(({title:n,className:r,onClick:o,disabled:a},i)=>A.createElement(md,{key:i,className:r,onClick:o,disabled:!!a},n))),"ActionBar")});function rb(e,t){typeof e=="function"?e(t):e!=null&&(e.current=t)}function lm(...e){return t=>e.forEach(n=>rb(n,t))}function Ct(...e){return s.useCallback(lm(...e),e)}var mi=I(()=>{u(rb,"$6ed0406888f73fc4$var$setRef"),u(lm,"$6ed0406888f73fc4$export$43e446d32b3d21af"),u(Ct,"$6ed0406888f73fc4$export$c7b2cbe3552a0d05")});function L4(e){return s.isValidElement(e)&&e.type===ob}function $4(e,t){let n={...t};for(let r in t){let o=e[r],a=t[r];/^on[A-Z]/.test(r)?o&&a?n[r]=(...i)=>{a(...i),o(...i)}:o&&(n[r]=o):r==="style"?n[r]={...o,...a}:r==="className"&&(n[r]=[o,a].filter(Boolean).join(" "))}return{...e,...n}}var Kl,fu,ob,sm=I(()=>{hn(),mi(),Kl=s.forwardRef((e,t)=>{let{children:n,...r}=e,o=s.Children.toArray(n),a=o.find(L4);if(a){let i=a.props.children,l=o.map(c=>c===a?s.Children.count(i)>1?s.Children.only(null):s.isValidElement(i)?i.props.children:null:c);return s.createElement(fu,W({},r,{ref:t}),s.isValidElement(i)?s.cloneElement(i,void 0,l):null)}return s.createElement(fu,W({},r,{ref:t}),n)}),Kl.displayName="Slot",fu=s.forwardRef((e,t)=>{let{children:n,...r}=e;return s.isValidElement(n)?s.cloneElement(n,{...$4(r,n.props),ref:t?lm(t,n.ref):n.ref}):s.Children.count(n)>1?s.Children.only(null):null}),fu.displayName="SlotClone",ob=u(({children:e})=>s.createElement(s.Fragment,null,e),"$5e63c961fc1ce211$export$d9f1ccf0bdb05d45"),u(L4,"$5e63c961fc1ce211$var$isSlottable"),u($4,"$5e63c961fc1ce211$var$mergeProps")});function ab(e,t){e&&Y0.flushSync(()=>e.dispatchEvent(t))}var M4,st,bs=I(()=>{hn(),sm(),M4=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","span","svg","ul"],st=M4.reduce((e,t)=>{let n=s.forwardRef((r,o)=>{let{asChild:a,...i}=r,l=a?Kl:t;return s.useEffect(()=>{window[Symbol.for("radix-ui")]=!0},[]),s.createElement(l,W({},i,{ref:o}))});return n.displayName=`Primitive.${t}`,{...e,[t]:n}},{}),u(ab,"$8927f6f2acc4f386$export$6d1a0317bde7de7f")}),Xl,um=I(()=>{Xl=globalThis!=null&&globalThis.document?s.useLayoutEffect:()=>{}});function ib(e,t){return s.useReducer((n,r)=>t[n][r]??n,e)}function O4(e){let[t,n]=s.useState(),r=s.useRef({}),o=s.useRef(e),a=s.useRef("none"),i=e?"mounted":"unmounted",[l,c]=ib(i,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return s.useEffect(()=>{let d=nl(r.current);a.current=l==="mounted"?d:"none"},[l]),Xl(()=>{let d=r.current,p=o.current;if(p!==e){let h=a.current,f=nl(d);e?c("MOUNT"):f==="none"||(d==null?void 0:d.display)==="none"?c("UNMOUNT"):c(p&&h!==f?"ANIMATION_OUT":"UNMOUNT"),o.current=e}},[e,c]),Xl(()=>{if(t){let d=u(h=>{let f=nl(r.current).includes(h.animationName);h.target===t&&f&&Y0.flushSync(()=>c("ANIMATION_END"))},"handleAnimationEnd"),p=u(h=>{h.target===t&&(a.current=nl(r.current))},"handleAnimationStart");return t.addEventListener("animationstart",p),t.addEventListener("animationcancel",d),t.addEventListener("animationend",d),()=>{t.removeEventListener("animationstart",p),t.removeEventListener("animationcancel",d),t.removeEventListener("animationend",d)}}else c("ANIMATION_END")},[t,c]),{isPresent:["mounted","unmountSuspended"].includes(l),ref:s.useCallback(d=>{d&&(r.current=getComputedStyle(d)),n(d)},[])}}function nl(e){return(e==null?void 0:e.animationName)||"none"}var rr,lb=I(()=>{mi(),um(),u(ib,"$fe963b355347cc68$export$3e6543de14f8614f"),rr=u(e=>{let{present:t,children:n}=e,r=O4(t),o=typeof n=="function"?n({present:r.isPresent}):s.Children.only(n),a=Ct(r.ref,o.ref);return typeof n=="function"||r.isPresent?s.cloneElement(o,{ref:a}):null},"$921a889cee6df7e8$export$99c2b779aa4e8b8b"),rr.displayName="Presence",u(O4,"$921a889cee6df7e8$var$usePresence"),u(nl,"$921a889cee6df7e8$var$getAnimationName")});function sb(e,t){let n=s.createContext(t);function r(a){let{children:i,...l}=a,c=s.useMemo(()=>l,Object.values(l));return s.createElement(n.Provider,{value:c},i)}u(r,"Provider");function o(a){let i=s.useContext(n);if(i)return i;if(t!==void 0)return t;throw new Error(`\`${a}\` must be used within \`${e}\``)}return u(o,"useContext"),r.displayName=e+"Provider",[r,o]}function cm(e,t=[]){let n=[];function r(a,i){let l=s.createContext(i),c=n.length;n=[...n,i];function d(h){let{scope:f,children:m,...v}=h,w=(f==null?void 0:f[e][c])||l,C=s.useMemo(()=>v,Object.values(v));return s.createElement(w.Provider,{value:C},m)}u(d,"Provider");function p(h,f){let m=(f==null?void 0:f[e][c])||l,v=s.useContext(m);if(v)return v;if(i!==void 0)return i;throw new Error(`\`${h}\` must be used within \`${a}\``)}return u(p,"useContext"),d.displayName=a+"Provider",[d,p]}u(r,"$c512c27ab02ef895$export$fd42f52fd3ae1109");let o=u(()=>{let a=n.map(i=>s.createContext(i));return u(function(i){let l=(i==null?void 0:i[e])||a;return s.useMemo(()=>({[`__scope${e}`]:{...i,[e]:l}}),[i,l])},"useScope")},"createScope");return o.scopeName=e,[r,ub(o,...t)]}function ub(...e){let t=e[0];if(e.length===1)return t;let n=u(()=>{let r=e.map(o=>({useScope:o(),scopeName:o.scopeName}));return u(function(o){let a=r.reduce((i,{useScope:l,scopeName:c})=>{let d=l(o)[`__scope${c}`];return{...i,...d}},{});return s.useMemo(()=>({[`__scope${t.scopeName}`]:a}),[a])},"useComposedScopes")},"createScope1");return n.scopeName=t.scopeName,n}var cb=I(()=>{u(sb,"$c512c27ab02ef895$export$fd42f52fd3ae1109"),u(cm,"$c512c27ab02ef895$export$50c7b4e9d9f19c1"),u(ub,"$c512c27ab02ef895$var$composeContextScopes")});function et(e){let t=s.useRef(e);return s.useEffect(()=>{t.current=e}),s.useMemo(()=>(...n)=>{var r;return(r=t.current)===null||r===void 0?void 0:r.call(t,...n)},[])}var Cs=I(()=>{u(et,"$b1b2314f5f9a1d84$export$25bec8c6f54ee79a")});function db(e){let t=s.useContext(pb);return e||t||"ltr"}var pb,xB=I(()=>{pb=s.createContext(void 0),u(db,"$f631663db3294ace$export$b39126d51d94e6f3")});function fb(e,[t,n]){return Math.min(n,Math.max(t,e))}var SB=I(()=>{u(fb,"$ae6933e535247d3d$export$7d15b64cf5a3a4c4")});function Ge(e,t,{checkForDefaultPrevented:n=!0}={}){return u(function(r){if(e==null||e(r),n===!1||!r.defaultPrevented)return t==null?void 0:t(r)},"handleEvent")}var dm=I(()=>{u(Ge,"$e42e1063c40fb3ef$export$b9ecd428b558ff10")});function P4(e,t){return s.useReducer((n,r)=>t[n][r]??n,e)}function Li(e){return e?parseInt(e,10):0}function gh(e,t){let n=e/t;return isNaN(n)?0:n}function Sl(e){let t=gh(e.viewport,e.content),n=e.scrollbar.paddingStart+e.scrollbar.paddingEnd,r=(e.scrollbar.size-n)*t;return Math.max(r,18)}function N4(e,t,n,r="ltr"){let o=Sl(n),a=o/2,i=t||a,l=o-i,c=n.scrollbar.paddingStart+i,d=n.scrollbar.size-n.scrollbar.paddingEnd-l,p=n.content-n.viewport,h=r==="ltr"?[0,p]:[p*-1,0];return pm([c,d],h)(e)}function gd(e,t,n="ltr"){let r=Sl(t),o=t.scrollbar.paddingStart+t.scrollbar.paddingEnd,a=t.scrollbar.size-o,i=t.content-t.viewport,l=a-r,c=n==="ltr"?[0,i]:[i*-1,0],d=fb(e,c);return pm([0,i],[0,l])(d)}function pm(e,t){return n=>{if(e[0]===e[1]||t[0]===t[1])return t[0];let r=(t[1]-t[0])/(e[1]-e[0]);return t[0]+r*(n-e[0])}}function vd(e,t){return e>0&&e<t}function $i(e,t){let n=et(e),r=s.useRef(0);return s.useEffect(()=>()=>window.clearTimeout(r.current),[]),s.useCallback(()=>{window.clearTimeout(r.current),r.current=window.setTimeout(n,t)},[n,t])}function ao(e,t){let n=et(t);Xl(()=>{let r=0;if(e){let o=new ResizeObserver(()=>{cancelAnimationFrame(r),r=window.requestAnimationFrame(n)});return o.observe(e),()=>{window.cancelAnimationFrame(r),o.unobserve(e)}}},[e,n])}var yd,wd,kB,H4,wt,j4,V4,U4,Sn,W4,q4,G4,Dd,hu,Y4,K4,X4,Ed,bd,mu,Z4,Q4,Cd,J4,e3,t3,hb,mb,gb,vb,yb,AB=I(()=>{hn(),bs(),lb(),cb(),mi(),Cs(),xB(),um(),SB(),dm(),u(P4,"$6c2e24571c90391f$export$3e6543de14f8614f"),yd="ScrollArea",[wd,kB]=cm(yd),[H4,wt]=wd(yd),j4=s.forwardRef((e,t)=>{let{__scopeScrollArea:n,type:r="hover",dir:o,scrollHideDelay:a=600,...i}=e,[l,c]=s.useState(null),[d,p]=s.useState(null),[h,f]=s.useState(null),[m,v]=s.useState(null),[w,C]=s.useState(null),[D,g]=s.useState(0),[y,E]=s.useState(0),[b,x]=s.useState(!1),[S,k]=s.useState(!1),_=Ct(t,T=>c(T)),F=db(o);return s.createElement(H4,{scope:n,type:r,dir:F,scrollHideDelay:a,scrollArea:l,viewport:d,onViewportChange:p,content:h,onContentChange:f,scrollbarX:m,onScrollbarXChange:v,scrollbarXEnabled:b,onScrollbarXEnabledChange:x,scrollbarY:w,onScrollbarYChange:C,scrollbarYEnabled:S,onScrollbarYEnabledChange:k,onCornerWidthChange:g,onCornerHeightChange:E},s.createElement(st.div,W({dir:F},i,{ref:_,style:{position:"relative","--radix-scroll-area-corner-width":D+"px","--radix-scroll-area-corner-height":y+"px",...e.style}})))}),V4="ScrollAreaViewport",U4=s.forwardRef((e,t)=>{let{__scopeScrollArea:n,children:r,...o}=e,a=wt(V4,n),i=s.useRef(null),l=Ct(t,i,a.onViewportChange);return s.createElement(s.Fragment,null,s.createElement("style",{dangerouslySetInnerHTML:{__html:"[data-radix-scroll-area-viewport]{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;}[data-radix-scroll-area-viewport]::-webkit-scrollbar{display:none}"}}),s.createElement(st.div,W({"data-radix-scroll-area-viewport":""},o,{ref:l,style:{overflowX:a.scrollbarXEnabled?"scroll":"hidden",overflowY:a.scrollbarYEnabled?"scroll":"hidden",...e.style}}),s.createElement("div",{ref:a.onContentChange,style:{minWidth:"100%",display:"table"}},r)))}),Sn="ScrollAreaScrollbar",W4=s.forwardRef((e,t)=>{let{forceMount:n,...r}=e,o=wt(Sn,e.__scopeScrollArea),{onScrollbarXEnabledChange:a,onScrollbarYEnabledChange:i}=o,l=e.orientation==="horizontal";return s.useEffect(()=>(l?a(!0):i(!0),()=>{l?a(!1):i(!1)}),[l,a,i]),o.type==="hover"?s.createElement(q4,W({},r,{ref:t,forceMount:n})):o.type==="scroll"?s.createElement(G4,W({},r,{ref:t,forceMount:n})):o.type==="auto"?s.createElement(Dd,W({},r,{ref:t,forceMount:n})):o.type==="always"?s.createElement(hu,W({},r,{ref:t})):null}),q4=s.forwardRef((e,t)=>{let{forceMount:n,...r}=e,o=wt(Sn,e.__scopeScrollArea),[a,i]=s.useState(!1);return s.useEffect(()=>{let l=o.scrollArea,c=0;if(l){let d=u(()=>{window.clearTimeout(c),i(!0)},"handlePointerEnter"),p=u(()=>{c=window.setTimeout(()=>i(!1),o.scrollHideDelay)},"handlePointerLeave");return l.addEventListener("pointerenter",d),l.addEventListener("pointerleave",p),()=>{window.clearTimeout(c),l.removeEventListener("pointerenter",d),l.removeEventListener("pointerleave",p)}}},[o.scrollArea,o.scrollHideDelay]),s.createElement(rr,{present:n||a},s.createElement(Dd,W({"data-state":a?"visible":"hidden"},r,{ref:t})))}),G4=s.forwardRef((e,t)=>{let{forceMount:n,...r}=e,o=wt(Sn,e.__scopeScrollArea),a=e.orientation==="horizontal",i=$i(()=>c("SCROLL_END"),100),[l,c]=P4("hidden",{hidden:{SCROLL:"scrolling"},scrolling:{SCROLL_END:"idle",POINTER_ENTER:"interacting"},interacting:{SCROLL:"interacting",POINTER_LEAVE:"idle"},idle:{HIDE:"hidden",SCROLL:"scrolling",POINTER_ENTER:"interacting"}});return s.useEffect(()=>{if(l==="idle"){let d=window.setTimeout(()=>c("HIDE"),o.scrollHideDelay);return()=>window.clearTimeout(d)}},[l,o.scrollHideDelay,c]),s.useEffect(()=>{let d=o.viewport,p=a?"scrollLeft":"scrollTop";if(d){let h=d[p],f=u(()=>{let m=d[p];h!==m&&(c("SCROLL"),i()),h=m},"handleScroll");return d.addEventListener("scroll",f),()=>d.removeEventListener("scroll",f)}},[o.viewport,a,c,i]),s.createElement(rr,{present:n||l!=="hidden"},s.createElement(hu,W({"data-state":l==="hidden"?"hidden":"visible"},r,{ref:t,onPointerEnter:Ge(e.onPointerEnter,()=>c("POINTER_ENTER")),onPointerLeave:Ge(e.onPointerLeave,()=>c("POINTER_LEAVE"))})))}),Dd=s.forwardRef((e,t)=>{let n=wt(Sn,e.__scopeScrollArea),{forceMount:r,...o}=e,[a,i]=s.useState(!1),l=e.orientation==="horizontal",c=$i(()=>{if(n.viewport){let d=n.viewport.offsetWidth<n.viewport.scrollWidth,p=n.viewport.offsetHeight<n.viewport.scrollHeight;i(l?d:p)}},10);return ao(n.viewport,c),ao(n.content,c),s.createElement(rr,{present:r||a},s.createElement(hu,W({"data-state":a?"visible":"hidden"},o,{ref:t})))}),hu=s.forwardRef((e,t)=>{let{orientation:n="vertical",...r}=e,o=wt(Sn,e.__scopeScrollArea),a=s.useRef(null),i=s.useRef(0),[l,c]=s.useState({content:0,viewport:0,scrollbar:{size:0,paddingStart:0,paddingEnd:0}}),d=gh(l.viewport,l.content),p={...r,sizes:l,onSizesChange:c,hasThumb:d>0&&d<1,onThumbChange:u(f=>a.current=f,"onThumbChange"),onThumbPointerUp:u(()=>i.current=0,"onThumbPointerUp"),onThumbPointerDown:u(f=>i.current=f,"onThumbPointerDown")};function h(f,m){return N4(f,i.current,l,m)}return u(h,"getScrollPosition"),n==="horizontal"?s.createElement(Y4,W({},p,{ref:t,onThumbPositionChange:u(()=>{if(o.viewport&&a.current){let f=o.viewport.scrollLeft,m=gd(f,l,o.dir);a.current.style.transform=`translate3d(${m}px, 0, 0)`}},"onThumbPositionChange"),onWheelScroll:u(f=>{o.viewport&&(o.viewport.scrollLeft=f)},"onWheelScroll"),onDragScroll:u(f=>{o.viewport&&(o.viewport.scrollLeft=h(f,o.dir))},"onDragScroll")})):n==="vertical"?s.createElement(K4,W({},p,{ref:t,onThumbPositionChange:u(()=>{if(o.viewport&&a.current){let f=o.viewport.scrollTop,m=gd(f,l);a.current.style.transform=`translate3d(0, ${m}px, 0)`}},"onThumbPositionChange"),onWheelScroll:u(f=>{o.viewport&&(o.viewport.scrollTop=f)},"onWheelScroll"),onDragScroll:u(f=>{o.viewport&&(o.viewport.scrollTop=h(f))},"onDragScroll")})):null}),Y4=s.forwardRef((e,t)=>{let{sizes:n,onSizesChange:r,...o}=e,a=wt(Sn,e.__scopeScrollArea),[i,l]=s.useState(),c=s.useRef(null),d=Ct(t,c,a.onScrollbarXChange);return s.useEffect(()=>{c.current&&l(getComputedStyle(c.current))},[c]),s.createElement(bd,W({"data-orientation":"horizontal"},o,{ref:d,sizes:n,style:{bottom:0,left:a.dir==="rtl"?"var(--radix-scroll-area-corner-width)":0,right:a.dir==="ltr"?"var(--radix-scroll-area-corner-width)":0,"--radix-scroll-area-thumb-width":Sl(n)+"px",...e.style},onThumbPointerDown:u(p=>e.onThumbPointerDown(p.x),"onThumbPointerDown"),onDragScroll:u(p=>e.onDragScroll(p.x),"onDragScroll"),onWheelScroll:u((p,h)=>{if(a.viewport){let f=a.viewport.scrollLeft+p.deltaX;e.onWheelScroll(f),vd(f,h)&&p.preventDefault()}},"onWheelScroll"),onResize:u(()=>{c.current&&a.viewport&&i&&r({content:a.viewport.scrollWidth,viewport:a.viewport.offsetWidth,scrollbar:{size:c.current.clientWidth,paddingStart:Li(i.paddingLeft),paddingEnd:Li(i.paddingRight)}})},"onResize")}))}),K4=s.forwardRef((e,t)=>{let{sizes:n,onSizesChange:r,...o}=e,a=wt(Sn,e.__scopeScrollArea),[i,l]=s.useState(),c=s.useRef(null),d=Ct(t,c,a.onScrollbarYChange);return s.useEffect(()=>{c.current&&l(getComputedStyle(c.current))},[c]),s.createElement(bd,W({"data-orientation":"vertical"},o,{ref:d,sizes:n,style:{top:0,right:a.dir==="ltr"?0:void 0,left:a.dir==="rtl"?0:void 0,bottom:"var(--radix-scroll-area-corner-height)","--radix-scroll-area-thumb-height":Sl(n)+"px",...e.style},onThumbPointerDown:u(p=>e.onThumbPointerDown(p.y),"onThumbPointerDown"),onDragScroll:u(p=>e.onDragScroll(p.y),"onDragScroll"),onWheelScroll:u((p,h)=>{if(a.viewport){let f=a.viewport.scrollTop+p.deltaY;e.onWheelScroll(f),vd(f,h)&&p.preventDefault()}},"onWheelScroll"),onResize:u(()=>{c.current&&a.viewport&&i&&r({content:a.viewport.scrollHeight,viewport:a.viewport.offsetHeight,scrollbar:{size:c.current.clientHeight,paddingStart:Li(i.paddingTop),paddingEnd:Li(i.paddingBottom)}})},"onResize")}))}),[X4,Ed]=wd(Sn),bd=s.forwardRef((e,t)=>{let{__scopeScrollArea:n,sizes:r,hasThumb:o,onThumbChange:a,onThumbPointerUp:i,onThumbPointerDown:l,onThumbPositionChange:c,onDragScroll:d,onWheelScroll:p,onResize:h,...f}=e,m=wt(Sn,n),[v,w]=s.useState(null),C=Ct(t,_=>w(_)),D=s.useRef(null),g=s.useRef(""),y=m.viewport,E=r.content-r.viewport,b=et(p),x=et(c),S=$i(h,10);function k(_){if(D.current){let F=_.clientX-D.current.left,T=_.clientY-D.current.top;d({x:F,y:T})}}return u(k,"handleDragScroll"),s.useEffect(()=>{let _=u(F=>{let T=F.target;v!=null&&v.contains(T)&&b(F,E)},"handleWheel");return document.addEventListener("wheel",_,{passive:!1}),()=>document.removeEventListener("wheel",_,{passive:!1})},[y,v,E,b]),s.useEffect(x,[r,x]),ao(v,S),ao(m.content,S),s.createElement(X4,{scope:n,scrollbar:v,hasThumb:o,onThumbChange:et(a),onThumbPointerUp:et(i),onThumbPositionChange:x,onThumbPointerDown:et(l)},s.createElement(st.div,W({},f,{ref:C,style:{position:"absolute",...f.style},onPointerDown:Ge(e.onPointerDown,_=>{_.button===0&&(_.target.setPointerCapture(_.pointerId),D.current=v.getBoundingClientRect(),g.current=document.body.style.webkitUserSelect,document.body.style.webkitUserSelect="none",m.viewport&&(m.viewport.style.scrollBehavior="auto"),k(_))}),onPointerMove:Ge(e.onPointerMove,k),onPointerUp:Ge(e.onPointerUp,_=>{let F=_.target;F.hasPointerCapture(_.pointerId)&&F.releasePointerCapture(_.pointerId),document.body.style.webkitUserSelect=g.current,m.viewport&&(m.viewport.style.scrollBehavior=""),D.current=null})})))}),mu="ScrollAreaThumb",Z4=s.forwardRef((e,t)=>{let{forceMount:n,...r}=e,o=Ed(mu,e.__scopeScrollArea);return s.createElement(rr,{present:n||o.hasThumb},s.createElement(Q4,W({ref:t},r)))}),Q4=s.forwardRef((e,t)=>{let{__scopeScrollArea:n,style:r,...o}=e,a=wt(mu,n),i=Ed(mu,n),{onThumbPositionChange:l}=i,c=Ct(t,h=>i.onThumbChange(h)),d=s.useRef(),p=$i(()=>{d.current&&(d.current(),d.current=void 0)},100);return s.useEffect(()=>{let h=a.viewport;if(h){let f=u(()=>{if(p(),!d.current){let m=t3(h,l);d.current=m,l()}},"handleScroll");return l(),h.addEventListener("scroll",f),()=>h.removeEventListener("scroll",f)}},[a.viewport,p,l]),s.createElement(st.div,W({"data-state":i.hasThumb?"visible":"hidden"},o,{ref:c,style:{width:"var(--radix-scroll-area-thumb-width)",height:"var(--radix-scroll-area-thumb-height)",...r},onPointerDownCapture:Ge(e.onPointerDownCapture,h=>{let f=h.target.getBoundingClientRect(),m=h.clientX-f.left,v=h.clientY-f.top;i.onThumbPointerDown({x:m,y:v})}),onPointerUp:Ge(e.onPointerUp,i.onThumbPointerUp)}))}),Cd="ScrollAreaCorner",J4=s.forwardRef((e,t)=>{let n=wt(Cd,e.__scopeScrollArea),r=!!(n.scrollbarX&&n.scrollbarY);return n.type!=="scroll"&&r?s.createElement(e3,W({},e,{ref:t})):null}),e3=s.forwardRef((e,t)=>{let{__scopeScrollArea:n,...r}=e,o=wt(Cd,n),[a,i]=s.useState(0),[l,c]=s.useState(0),d=!!(a&&l);return ao(o.scrollbarX,()=>{var p;let h=((p=o.scrollbarX)===null||p===void 0?void 0:p.offsetHeight)||0;o.onCornerHeightChange(h),c(h)}),ao(o.scrollbarY,()=>{var p;let h=((p=o.scrollbarY)===null||p===void 0?void 0:p.offsetWidth)||0;o.onCornerWidthChange(h),i(h)}),d?s.createElement(st.div,W({},r,{ref:t,style:{width:a,height:l,position:"absolute",right:o.dir==="ltr"?0:void 0,left:o.dir==="rtl"?0:void 0,bottom:0,...e.style}})):null}),u(Li,"$57acba87d6e25586$var$toInt"),u(gh,"$57acba87d6e25586$var$getThumbRatio"),u(Sl,"$57acba87d6e25586$var$getThumbSize"),u(N4,"$57acba87d6e25586$var$getScrollPositionFromPointer"),u(gd,"$57acba87d6e25586$var$getThumbOffsetFromScroll"),u(pm,"$57acba87d6e25586$var$linearScale"),u(vd,"$57acba87d6e25586$var$isScrollingWithinScrollbarBounds"),t3=u((e,t=()=>{})=>{let n={left:e.scrollLeft,top:e.scrollTop},r=0;return u(function o(){let a={left:e.scrollLeft,top:e.scrollTop},i=n.left!==a.left,l=n.top!==a.top;(i||l)&&t(),n=a,r=window.requestAnimationFrame(o)},"loop")(),()=>window.cancelAnimationFrame(r)},"$57acba87d6e25586$var$addUnlinkedScrollListener"),u($i,"$57acba87d6e25586$var$useDebounceCallback"),u(ao,"$57acba87d6e25586$var$useResizeObserver"),hb=j4,mb=U4,gb=W4,vb=Z4,yb=J4}),n3,r3,xd,Sd,Zl,fm=I(()=>{AB(),n3=R(hb)(({scrollbarsize:e,offset:t})=>({width:"100%",height:"100%",overflow:"hidden","--scrollbar-size":`${e+t}px`,"--radix-scroll-area-thumb-width":`${e}px`})),r3=R(mb)({width:"100%",height:"100%"}),xd=R(gb)(({offset:e,horizontal:t,vertical:n})=>({display:"flex",userSelect:"none",touchAction:"none",background:"transparent",transition:"all 0.2s ease-out",borderRadius:"var(--scrollbar-size)",'&[data-orientation="vertical"]':{width:"var(--scrollbar-size)",paddingRight:e,marginTop:e,marginBottom:t==="true"&&n==="true"?0:e},'&[data-orientation="horizontal"]':{flexDirection:"column",height:"var(--scrollbar-size)",paddingBottom:e,marginLeft:e,marginRight:t==="true"&&n==="true"?0:e}})),Sd=R(vb)(({theme:e})=>({flex:1,background:e.textMutedColor,opacity:.5,borderRadius:"var(--scrollbar-size)",position:"relative",transition:"opacity 0.2s ease-out","&:hover":{opacity:.8},"::before":{content:'""',position:"absolute",top:"50%",left:"50%",transform:"translate(-50%,-50%)",width:"100%",height:"100%"}})),Zl=s.forwardRef(({children:e,horizontal:t=!1,vertical:n=!1,offset:r=2,scrollbarSize:o=6,className:a},i)=>A.createElement(n3,{scrollbarsize:o,offset:r,className:a},A.createElement(r3,{ref:i},e),t&&A.createElement(xd,{orientation:"horizontal",offset:r,horizontal:t.toString(),vertical:n.toString()},A.createElement(Sd,null)),n&&A.createElement(xd,{orientation:"vertical",offset:r,horizontal:t.toString(),vertical:n.toString()},A.createElement(Sd,null)),t&&n&&A.createElement(yb,null))),Zl.displayName="ScrollArea"}),hm={};hi(hm,{SyntaxHighlighter:()=>kl,createCopyToClipboardFunction:()=>Wc,default:()=>wb,supportedLanguages:()=>vh});const{logger:FB}=__STORYBOOK_MODULE_CLIENT_LOGGER__;function Wc(){return rl!=null&&rl.clipboard?e=>rl.clipboard.writeText(e):async e=>{let t=aa.createElement("TEXTAREA"),n=aa.activeElement;t.value=e,aa.body.appendChild(t),t.select(),aa.execCommand("copy"),aa.body.removeChild(t),n.focus()}}var o3,rl,aa,a3,vh,i3,l3,s3,u3,c3,d3,p3,kd,f3,h3,kl,wb,J0=I(()=>{Z5(),o3=He(X0(),1),ER(),CR(),xR(),kR(),FR(),zR(),TR(),RR(),LR(),MR(),OR(),bB(),CB(),nb(),fm(),{navigator:rl,document:aa,window:a3}=K0,vh={jsextra:hE,jsx:cE,json:mE,yml:DE,md:wE,bash:dE,css:fE,html:yE,tsx:bE,typescript:CE,graphql:gE},Object.entries(vh).forEach(([e,t])=>{Gu.registerLanguage(e,t)}),i3=(0,o3.default)(2)(e=>Object.entries(e.code||{}).reduce((t,[n,r])=>({...t,[`* .${n}`]:r}),{})),l3=Wc(),u(Wc,"createCopyToClipboardFunction"),s3=R.div(({theme:e})=>({position:"relative",overflow:"hidden",color:e.color.defaultText}),({theme:e,bordered:t})=>t?{border:`1px solid ${e.appBorderColor}`,borderRadius:e.borderRadius,background:e.background.content}:{},({showLineNumbers:e})=>e?{".react-syntax-highlighter-line-number::before":{content:"attr(data-line-number)"}}:{}),u3=u(({children:e,className:t})=>A.createElement(Zl,{horizontal:!0,vertical:!0,className:t},e),"UnstyledScroller"),c3=R(u3)({position:"relative"},({theme:e})=>i3(e)),d3=R.pre(({theme:e,padded:t})=>({display:"flex",justifyContent:"flex-start",margin:0,padding:t?e.layoutMargin:0})),p3=R.div(({theme:e})=>({flex:1,paddingLeft:2,paddingRight:e.layoutMargin,opacity:1,fontFamily:e.typography.fonts.mono})),kd=u(e=>{let t=[...e.children],n=t[0],r=n.children[0].value,o={...n,children:[],properties:{...n.properties,"data-line-number":r,style:{...n.properties.style,userSelect:"auto"}}};return t[0]=o,{...e,children:t}},"processLineNumber"),f3=u(({rows:e,stylesheet:t,useInlineStyles:n})=>e.map((r,o)=>Q0({node:kd(r),stylesheet:t,useInlineStyles:n,key:`code-segement${o}`})),"defaultRenderer"),h3=u((e,t)=>t?e?({rows:n,...r})=>e({rows:n.map(o=>kd(o)),...r}):f3:e,"wrapRenderer"),kl=u(({children:e,language:t="jsx",copyable:n=!1,bordered:r=!1,padded:o=!1,format:a=!0,formatter:i=void 0,className:l=void 0,showLineNumbers:c=!1,...d})=>{if(typeof e!="string"||!e.trim())return null;let[p,h]=s.useState("");s.useEffect(()=>{i?i(a,e).then(h):h(e.trim())},[e,a,i]);let[f,m]=s.useState(!1),v=s.useCallback(C=>{C.preventDefault(),l3(p).then(()=>{m(!0),a3.setTimeout(()=>m(!1),1500)}).catch(FB.error)},[p]),w=h3(d.renderer,c);return A.createElement(s3,{bordered:r,padded:o,showLineNumbers:c,className:l},A.createElement(c3,null,A.createElement(Gu,{padded:o||r,language:t,showLineNumbers:c,showInlineLineNumbers:c,useInlineStyles:!1,PreTag:d3,CodeTag:p3,lineNumberContainerStyle:{},...d,renderer:w},p)),n?A.createElement(im,{actionItems:[{title:f?"Copied":"Copy",onClick:v}]}):null)},"SyntaxHighlighter"),kl.registerLanguage=(...e)=>Gu.registerLanguage(...e),wb=kl});function m3(e){if(typeof e=="string")return l1;if(Array.isArray(e))return s1;if(!e)return;let{type:t}=e;if(Mm.has(t))return t}function g3(e){let t=e===null?"null":typeof e;if(t!=="string"&&t!=="object")return`Unexpected doc '${t}',
|
||
Expected it to be 'string' or 'object'.`;if(u1(e))throw new Error("doc is valid.");let n=Object.prototype.toString.call(e);if(n!=="[object Object]")return`Unexpected doc '${n}'.`;let r=SC([...Mm].map(o=>`'${o}'`));return`Unexpected doc.type '${e.type}'.
|
||
Expected it to be ${r}.`}function Wn(e){return qr(e),{type:es,contents:e}}function mm(e,t){return qr(t),{type:ts,contents:t,n:e}}function Pe(e,t={}){return qr(e),c1(t.expandedStates,!0),{type:ni,id:t.id,contents:e,break:!!t.shouldBreak,expandedStates:t.expandedStates}}function Db(e){return mm(Number.NEGATIVE_INFINITY,e)}function Eb(e){return mm({type:"root"},e)}function gm(e){return c1(e),{type:ns,parts:e}}function Ql(e,t="",n={}){return qr(e),t!==""&&qr(t),{type:rs,breakContents:e,flatContents:t,groupId:n.groupId}}function bb(e,t){return qr(e),{type:os,contents:e,groupId:t.groupId,negate:t.negate}}function Po(e,t){qr(e),c1(t);let n=[];for(let r=0;r<t.length;r++)r!==0&&n.push(e),n.push(t[r]);return n}function e1(e,t){if(typeof e=="string")return t(e);let n=new Map;return r(e);function r(a){if(n.has(a))return n.get(a);let i=o(a);return n.set(a,i),i}function o(a){switch(u1(a)){case s1:return t(a.map(r));case ns:return t({...a,parts:a.parts.map(r)});case rs:return t({...a,breakContents:r(a.breakContents),flatContents:r(a.flatContents)});case ni:{let{expandedStates:i,contents:l}=a;return i?(i=i.map(r),l=i[0]):l=r(l),t({...a,contents:l,expandedStates:i})}case ts:case es:case os:case t0:case Jc:return t({...a,contents:r(a.contents)});case l1:case Zc:case Qc:case e0:case xr:case Al:return t(a);default:throw new Om(a)}}}function Cb(e){switch(u1(e)){case ns:if(e.parts.every(t=>t===""))return"";break;case ni:if(!e.contents&&!e.id&&!e.break&&!e.expandedStates)return"";if(e.contents.type===ni&&e.contents.id===e.id&&e.contents.break===e.break&&e.contents.expandedStates===e.expandedStates)return e.contents;break;case ts:case es:case os:case Jc:if(!e.contents)return"";break;case rs:if(!e.flatContents&&!e.breakContents)return"";break;case s1:{let t=[];for(let n of e){if(!n)continue;let[r,...o]=Array.isArray(n)?n:[n];typeof r=="string"&&typeof ri(!1,t,-1)=="string"?t[t.length-1]+=r:t.push(r),t.push(...o)}return t.length===0?"":t.length===1?t[0]:t}case l1:case Zc:case Qc:case e0:case xr:case t0:case Al:break;default:throw new Om(e)}return e}function xb(e){return e1(e,t=>Cb(t))}function Ot(e,t=kC){return e1(e,n=>typeof n=="string"?Po(t,n.split(`
|
||
`)):n)}function v3(e,t){let n=t===!0||t===sl?sl:Sh,r=n===sl?Sh:sl,o=0,a=0;for(let i of e)i===n?o++:i===r&&a++;return o>a?r:n}function y3(e){if(typeof e!="string")throw new TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}function w3(e){return(e==null?void 0:e.type)==="front-matter"}function Ad(e,t){var n;if(e.type==="text"||e.type==="comment"||Ts(e)||e.type==="yaml"||e.type==="toml")return null;if(e.type==="attribute"&&delete t.value,e.type==="docType"&&delete t.value,e.type==="angularControlFlowBlock"&&(n=t.parameters)!=null&&n.children)for(let r of t.parameters.children)_C.has(e.name)?delete r.expression:r.expression=r.expression.trim();e.type==="angularIcuExpression"&&(t.switchValue=e.switchValue.trim())}async function D3(e,t){if(e.lang==="yaml"){let n=e.value.trim(),r=n?await t(n,{parser:"yaml"}):"";return Eb([e.startDelimiter,de,r,r?de:"",e.endDelimiter])}}function xs(e,t=!0){return[Wn([Me,e]),t?Me:""]}function No(e,t){let n=e.type==="NGRoot"?e.node.type==="NGMicrosyntax"&&e.node.body.length===1&&e.node.body[0].type==="NGMicrosyntaxExpression"?e.node.body[0].expression:e.node:e.type==="JsExpressionRoot"?e.node:e;return n&&(n.type==="ObjectExpression"||n.type==="ArrayExpression"||(t.parser==="__vue_expression"||t.parser==="__vue_ts_expression")&&(n.type==="TemplateLiteral"||n.type==="StringLiteral"))}async function cn(e,t,n,r){n={__isInHtmlAttribute:!0,__embeddedInHtml:!0,...n};let o=!0;r&&(n.__onHtmlBindingRoot=(i,l)=>{o=r(i,l)});let a=await t(e,n,t);return o?Pe(a):xs(a)}function E3(e,t,n,r){let{node:o}=n,a=r.originalText.slice(o.sourceSpan.start.offset,o.sourceSpan.end.offset);return/^\s*$/.test(a)?"":cn(a,e,{parser:"__ng_directive",__isInHtmlAttribute:!1,trailingComma:"none"},No)}function yh(e,t){if(!t)return;let n=IC(t).toLowerCase();return e.find(({filenames:r})=>r==null?void 0:r.some(o=>o.toLowerCase()===n))??e.find(({extensions:r})=>r==null?void 0:r.some(o=>n.endsWith(o)))}function Sb(e,t){if(t)return e.find(({name:n})=>n.toLowerCase()===t)??e.find(({aliases:n})=>n==null?void 0:n.includes(t))??e.find(({extensions:n})=>n==null?void 0:n.includes(`.${t}`))}function b3(e,t){let n=e.plugins.flatMap(o=>o.languages??[]),r=Sb(n,t.language)??yh(n,t.physicalFile)??yh(n,t.file)??(t.physicalFile,void 0);return r==null?void 0:r.parsers[0]}function C3(e){return e.type==="element"&&!e.hasExplicitNamespace&&!["html","svg"].includes(e.namespace)}function vm(e,t){return!!(e.type==="ieConditionalComment"&&e.lastChild&&!e.lastChild.isSelfClosing&&!e.lastChild.endSourceSpan||e.type==="ieConditionalComment"&&!e.complete||To(e)&&e.children.some(n=>n.type!=="text"&&n.type!=="interpolation")||n1(e,t)&&!Pn(e)&&e.type!=="interpolation")}function Ss(e){return e.type==="attribute"||!e.parent||!e.prev?!1:kb(e.prev)}function kb(e){return e.type==="comment"&&e.value.trim()==="prettier-ignore"}function xt(e){return e.type==="text"||e.type==="comment"}function Pn(e){return e.type==="element"&&(e.fullName==="script"||e.fullName==="style"||e.fullName==="svg:style"||e.fullName==="svg:script"||oi(e)&&(e.name==="script"||e.name==="style"))}function Ab(e){return e.children&&!Pn(e)}function Fb(e){return Pn(e)||e.type==="interpolation"||ym(e)}function ym(e){return Sm(e).startsWith("pre")}function _b(e,t){var n,r;let o=a();if(o&&!e.prev&&(r=(n=e.parent)==null?void 0:n.tagDefinition)!=null&&r.ignoreFirstLf)return e.type==="interpolation";return o;function a(){return Ts(e)||e.type==="angularControlFlowBlock"?!1:(e.type==="text"||e.type==="interpolation")&&e.prev&&(e.prev.type==="text"||e.prev.type==="interpolation")?!0:!e.parent||e.parent.cssDisplay==="none"?!1:To(e.parent)?!0:!(!e.prev&&(e.parent.type==="root"||To(e)&&e.parent||Pn(e.parent)||ks(e.parent,t)||!Ob(e.parent.cssDisplay))||e.prev&&!Hb(e.prev.cssDisplay))}}function zb(e,t){return Ts(e)||e.type==="angularControlFlowBlock"?!1:(e.type==="text"||e.type==="interpolation")&&e.next&&(e.next.type==="text"||e.next.type==="interpolation")?!0:!e.parent||e.parent.cssDisplay==="none"?!1:To(e.parent)?!0:!(!e.next&&(e.parent.type==="root"||To(e)&&e.parent||Pn(e.parent)||ks(e.parent,t)||!Pb(e.parent.cssDisplay))||e.next&&!Nb(e.next.cssDisplay))}function Tb(e){return jb(e.cssDisplay)&&!Pn(e)}function ol(e){return Ts(e)||e.next&&e.sourceSpan.end&&e.sourceSpan.end.line+1<e.next.sourceSpan.start.line}function Ib(e){return wm(e)||e.type==="element"&&e.children.length>0&&(["body","script","style"].includes(e.name)||e.children.some(t=>Bb(t)))||e.firstChild&&e.firstChild===e.lastChild&&e.firstChild.type!=="text"&&Em(e.firstChild)&&(!e.lastChild.isTrailingSpaceSensitive||bm(e.lastChild))}function wm(e){return e.type==="element"&&e.children.length>0&&(["html","head","ul","ol","select"].includes(e.name)||e.cssDisplay.startsWith("table")&&e.cssDisplay!=="table-cell")}function Yu(e){return Cm(e)||e.prev&&Rb(e.prev)||Dm(e)}function Rb(e){return Cm(e)||e.type==="element"&&e.fullName==="br"||Dm(e)}function Dm(e){return Em(e)&&bm(e)}function Em(e){return e.hasLeadingSpaces&&(e.prev?e.prev.sourceSpan.end.line<e.sourceSpan.start.line:e.parent.type==="root"||e.parent.startSourceSpan.end.line<e.sourceSpan.start.line)}function bm(e){return e.hasTrailingSpaces&&(e.next?e.next.sourceSpan.start.line>e.sourceSpan.end.line:e.parent.type==="root"||e.parent.endSourceSpan&&e.parent.endSourceSpan.start.line>e.sourceSpan.end.line)}function Cm(e){switch(e.type){case"ieConditionalComment":case"comment":case"directive":return!0;case"element":return["script","select"].includes(e.name)}return!1}function t1(e){return e.lastChild?t1(e.lastChild):e}function Bb(e){var t;return(t=e.children)==null?void 0:t.some(n=>n.type!=="text")}function xm(e){if(e)switch(e){case"module":case"text/javascript":case"text/babel":case"application/javascript":return"babel";case"application/x-typescript":return"typescript";case"text/markdown":return"markdown";case"text/html":return"html";case"text/x-handlebars-template":return"glimmer";default:if(e.endsWith("json")||e.endsWith("importmap")||e==="speculationrules")return"json"}}function Lb(e,t){let{name:n,attrMap:r}=e;if(n!=="script"||Object.prototype.hasOwnProperty.call(r,"src"))return;let{type:o,lang:a}=e.attrMap;return!a&&!o?"babel":Is(t,{language:a})??xm(o)}function $b(e,t){if(!n1(e,t))return;let{attrMap:n}=e;if(Object.prototype.hasOwnProperty.call(n,"src"))return;let{type:r,lang:o}=n;return Is(t,{language:o})??xm(r)}function Mb(e,t){if(e.name!=="style")return;let{lang:n}=e.attrMap;return n?Is(t,{language:n}):"css"}function wh(e,t){return Lb(e,t)??Mb(e,t)??$b(e,t)}function gi(e){return e==="block"||e==="list-item"||e.startsWith("table")}function Ob(e){return!gi(e)&&e!=="inline-block"}function Pb(e){return!gi(e)&&e!=="inline-block"}function Nb(e){return!gi(e)}function Hb(e){return!gi(e)}function jb(e){return!gi(e)&&e!=="inline-block"}function To(e){return Sm(e).startsWith("pre")}function Vb(e,t){let n=e;for(;n;){if(t(n))return!0;n=n.parent}return!1}function Ub(e,t){var n;if(Ho(e,t))return"block";if(((n=e.prev)==null?void 0:n.type)==="comment"){let o=e.prev.value.match(/^\s*display:\s*([a-z]+)\s*$/);if(o)return o[1]}let r=!1;if(e.type==="element"&&e.namespace==="svg")if(Vb(e,o=>o.fullName==="svg:foreignObject"))r=!0;else return e.name==="svg"?"inline-block":"block";switch(t.htmlWhitespaceSensitivity){case"strict":return"inline";case"ignore":return"block";default:return e.type==="element"&&(!e.namespace||r||oi(e))&&BC[e.name]||RC}}function Sm(e){return e.type==="element"&&(!e.namespace||oi(e))&&$C[e.name]||LC}function Wb(e){let t=Number.POSITIVE_INFINITY;for(let n of e.split(`
|
||
`)){if(n.length===0)continue;let r=rn.getLeadingWhitespaceCount(n);if(r===0)return 0;n.length!==r&&r<t&&(t=r)}return t===Number.POSITIVE_INFINITY?0:t}function km(e,t=Wb(e)){return t===0?e:e.split(`
|
||
`).map(n=>n.slice(t)).join(`
|
||
`)}function Am(e){return ht(!1,ht(!1,e,"'","'"),""",'"')}function mr(e){return Am(e.value)}function ks(e,t){return Ho(e,t)&&!OC.has(e.fullName)}function Ho(e,t){return t.parser==="vue"&&e.type==="element"&&e.parent.type==="root"&&e.fullName.toLowerCase()!=="html"}function n1(e,t){return Ho(e,t)&&(ks(e,t)||e.attrMap.lang&&e.attrMap.lang!=="html")}function qb(e){let t=e.fullName;return t.charAt(0)==="#"||t==="slot-scope"||t==="v-slot"||t.startsWith("v-slot:")}function Gb(e,t){let n=e.parent;if(!Ho(n,t))return!1;let r=n.fullName,o=e.fullName;return r==="script"&&o==="setup"||r==="style"&&o==="vars"}function Fm(e,t=e.value){return e.parent.isWhitespaceSensitive?e.parent.isIndentationSensitive?Ot(t):Ot(km(Pm(t)),de):Po(Le,rn.split(t))}function _m(e,t){return Ho(e,t)&&e.name==="script"}async function Yb(e,t){let n=[];for(let[r,o]of e.split(Nm).entries())if(r%2===0)n.push(Ot(o));else try{n.push(Pe(["{{",Wn([Le,await cn(o,t,{parser:"__ng_interpolation",__isInHtmlInterpolation:!0,trailingComma:"none"})]),Le,"}}"]))}catch{n.push("{{",Ot(o),"}}")}return n}function gu({parser:e}){return(t,n,r)=>cn(mr(r.node),t,{parser:e,trailingComma:"none"},No)}function x3(e,t){if(t.parser!=="angular")return;let{node:n}=e,r=n.fullName;if(r.startsWith("(")&&r.endsWith(")")||r.startsWith("on-"))return PC;if(r.startsWith("[")&&r.endsWith("]")||/^bind(?:on)?-/.test(r)||/^ng-(?:if|show|hide|class|style)$/.test(r))return NC;if(r.startsWith("*"))return HC;let o=mr(n);if(/^i18n(?:-.+)?$/.test(r))return()=>xs(gm(Fm(n,o.trim())),!o.includes("@@"));if(Nm.test(o))return a=>Yb(o,a)}function S3(e,t){let{node:n}=e,r=mr(n);if(n.fullName==="class"&&!t.parentParser&&!r.includes("{{"))return()=>r.trim().split(/\s+/).join(" ")}function Dh(e){return e===" "||e===`
|
||
`||e==="\f"||e==="\r"||e===" "}function k3(e){let t=e.length,n,r,o,a,i,l=0,c;function d(m){let v,w=m.exec(e.substring(l));if(w)return[v]=w,l+=v.length,v}u(d,"p");let p=[];for(;;){if(d(WC),l>=t){if(p.length===0)throw new Error("Must contain one or more image candidate strings.");return p}c=l,n=d(qC),r=[],n.slice(-1)===","?(n=n.replace(GC,""),f()):h()}function h(){for(d(UC),o="",a="in descriptor";;){if(i=e.charAt(l),a==="in descriptor")if(Dh(i))o&&(r.push(o),o="",a="after descriptor");else if(i===","){l+=1,o&&r.push(o),f();return}else if(i==="(")o+=i,a="in parens";else if(i===""){o&&r.push(o),f();return}else o+=i;else if(a==="in parens")if(i===")")o+=i,a="in descriptor";else if(i===""){r.push(o),f();return}else o+=i;else if(a==="after descriptor"&&!Dh(i))if(i===""){f();return}else a="in descriptor",l-=1;l+=1}}u(h,"m");function f(){let m=!1,v,w,C,D,g={},y,E,b,x,S;for(D=0;D<r.length;D++)y=r[D],E=y[y.length-1],b=y.substring(0,y.length-1),x=parseInt(b,10),S=parseFloat(b),kh.test(b)&&E==="w"?((v||w)&&(m=!0),x===0?m=!0:v=x):YC.test(b)&&E==="x"?((v||w||C)&&(m=!0),S<0?m=!0:w=S):kh.test(b)&&E==="h"?((C||w)&&(m=!0),x===0?m=!0:C=x):m=!0;if(!m)g.source={value:n,startOffset:c},v&&(g.width={value:v}),w&&(g.density={value:w}),C&&(g.height={value:C}),p.push(g);else throw new Error(`Invalid srcset descriptor found in "${e}" at "${y}".`)}u(f,"g")}function A3(e){if(e.node.fullName==="srcset"&&(e.parent.fullName==="img"||e.parent.fullName==="source"))return()=>Kb(mr(e.node))}function Kb(e){let t=KC(e),n=XC.filter(p=>t.some(h=>Object.prototype.hasOwnProperty.call(h,p)));if(n.length>1)throw new Error("Mixed descriptor in srcset is not supported");let[r]=n,o=Ah[r],a=t.map(p=>p.source.value),i=Math.max(...a.map(p=>p.length)),l=t.map(p=>p[r]?String(p[r].value):""),c=l.map(p=>{let h=p.indexOf(".");return h===-1?p.length:h}),d=Math.max(...c);return xs(Po([",",Le],a.map((p,h)=>{let f=[p],m=l[h];if(m){let v=i-p.length+1,w=d-c[h],C=" ".repeat(v+w);f.push(Ql(C," "),m+o)}return f})))}function Xb(e,t){let{node:n}=e,r=mr(e.node).trim();if(n.fullName==="style"&&!t.parentParser&&!r.includes("{{"))return async o=>xs(await o(r,{parser:"css",__isHTMLStyleAttribute:!0}))}function F3(e,t){let{root:n}=e;return Ku.has(n)||Ku.set(n,n.children.some(r=>_m(r,t)&&["ts","typescript"].includes(r.attrMap.lang))),Ku.get(n)}function Zb(e,t,n){let{node:r}=n,o=mr(r);return cn(`type T<${o}> = any`,e,{parser:"babel-ts",__isEmbeddedTypescriptGenericParameters:!0},No)}function Qb(e,t,{parseWithTs:n}){return cn(`function _(${e}) {}`,t,{parser:n?"babel-ts":"babel",__isVueBindings:!0})}function Jb(e){let t=/^(?:[\w$]+|\([^)]*\))\s*=>|^function\s*\(/,n=/^[$_a-z][\w$]*(?:\.[$_a-z][\w$]*|\['[^']*']|\["[^"]*"]|\[\d+]|\[[$_a-z][\w$]*])*$/i,r=e.trim();return t.test(r)||n.test(r)}async function eC(e,t,n,r){let o=mr(n.node),{left:a,operator:i,right:l}=tC(o),c=d1(n,r);return[Pe(await cn(`function _(${a}) {}`,e,{parser:c?"babel-ts":"babel",__isVueForBindingLeft:!0}))," ",i," ",await cn(l,e,{parser:c?"__ts_expression":"__js_expression"})]}function tC(e){let t=/(.*?)\s+(in|of)\s+(.*)/s,n=/,([^,\]}]*)(?:,([^,\]}]*))?$/,r=/^\(|\)$/g,o=e.match(t);if(!o)return;let a={};if(a.for=o[3].trim(),!a.for)return;let i=ht(!1,o[1].trim(),r,""),l=i.match(n);l?(a.alias=i.replace(n,""),a.iterator1=l[1].trim(),l[2]&&(a.iterator2=l[2].trim())):a.alias=i;let c=[a.alias,a.iterator1,a.iterator2];if(!c.some((d,p)=>!d&&(p===0||c.slice(p+1).some(Boolean))))return{left:c.filter(Boolean).join(","),operator:o[2],right:a.for}}function _3(e,t){if(t.parser!=="vue")return;let{node:n}=e,r=n.fullName;if(r==="v-for")return eC;if(r==="generic"&&_m(n.parent,t))return Zb;let o=mr(n),a=d1(e,t);if(qb(n)||Gb(n,t))return i=>Qb(o,i,{parseWithTs:a});if(r.startsWith("@")||r.startsWith("v-on:"))return i=>nC(o,i,{parseWithTs:a});if(r.startsWith(":")||r.startsWith("v-bind:"))return i=>rC(o,i,{parseWithTs:a});if(r.startsWith("v-"))return i=>zm(o,i,{parseWithTs:a})}function nC(e,t,{parseWithTs:n}){return Jb(e)?zm(e,t,{parseWithTs:n}):cn(e,t,{parser:n?"__vue_ts_event_binding":"__vue_event_binding"},No)}function rC(e,t,{parseWithTs:n}){return cn(e,t,{parser:n?"__vue_ts_expression":"__vue_expression"},No)}function zm(e,t,{parseWithTs:n}){return cn(e,t,{parser:n?"__ts_expression":"__js_expression"},No)}function z3(e,t){let{node:n}=e;if(n.value){if(/^PRETTIER_HTML_PLACEHOLDER_\d+_\d+_IN_JS$/.test(t.originalText.slice(n.valueSpan.start.offset,n.valueSpan.end.offset))||t.parser==="lwc"&&n.value.startsWith("{")&&n.value.endsWith("}"))return[n.rawName,"=",n.value];for(let r of[ZC,Xb,VC,QC,jC]){let o=r(e,t);if(o)return oC(o)}}}function oC(e){return async(t,n,r,o)=>{let a=await e(t,n,r,o);if(a)return a=e1(a,i=>typeof i=="string"?ht(!1,i,'"',"""):i),[r.node.rawName,'="',Pe(a),'"']}}function T3(e){return Array.isArray(e)&&e.length>0}function As(e){return e.sourceSpan.start.offset}function Fs(e){return e.sourceSpan.end.offset}function qc(e,t){return[e.isSelfClosing?"":aC(e,t),Fa(e,t)]}function aC(e,t){return e.lastChild&&ti(e.lastChild)?"":[iC(e,t),r1(e,t)]}function Fa(e,t){return(e.next?Ur(e.next):wi(e.parent))?"":[yi(e,t),Vr(e,t)]}function iC(e,t){return wi(e)?yi(e.lastChild,t):""}function Vr(e,t){return ti(e)?r1(e.parent,t):_s(e)?o1(e.next):""}function r1(e,t){if(Hm(!e.isSelfClosing),Tm(e,t))return"";switch(e.type){case"ieConditionalComment":return"<!";case"element":if(e.hasHtmComponentClosingTag)return"<//";default:return`</${e.rawName}`}}function yi(e,t){if(Tm(e,t))return"";switch(e.type){case"ieConditionalComment":case"ieConditionalEndComment":return"[endif]-->";case"ieConditionalStartComment":return"]><!-->";case"interpolation":return"}}";case"angularIcuExpression":return"}";case"element":if(e.isSelfClosing)return"/>";default:return">"}}function Tm(e,t){return!e.isSelfClosing&&!e.endSourceSpan&&(Ss(e)||vm(e.parent,t))}function Ur(e){return e.prev&&e.prev.type!=="docType"&&e.type!=="angularControlFlowBlock"&&!xt(e.prev)&&e.isLeadingSpaceSensitive&&!e.hasLeadingSpaces}function wi(e){var t;return((t=e.lastChild)==null?void 0:t.isTrailingSpaceSensitive)&&!e.lastChild.hasTrailingSpaces&&!xt(t1(e.lastChild))&&!To(e)}function ti(e){return!e.next&&!e.hasTrailingSpaces&&e.isTrailingSpaceSensitive&&xt(t1(e))}function _s(e){return e.next&&!xt(e.next)&&xt(e)&&e.isTrailingSpaceSensitive&&!e.hasTrailingSpaces}function lC(e){let t=e.trim().match(/^prettier-ignore-attribute(?:\s+(.+))?$/s);return t?t[1]?t[1].split(/\s+/):!0:!1}function zs(e){return!e.prev&&e.isLeadingSpaceSensitive&&!e.hasLeadingSpaces}function sC(e,t,n){var r;let{node:o}=e;if(!p1(o.attrs))return o.isSelfClosing?" ":"";let a=((r=o.prev)==null?void 0:r.type)==="comment"&&lC(o.prev.value),i=typeof a=="boolean"?()=>a:Array.isArray(a)?h=>a.includes(h.rawName):()=>!1,l=e.map(({node:h})=>i(h)?Ot(t.originalText.slice(As(h),Fs(h))):n(),"attrs"),c=o.type==="element"&&o.fullName==="script"&&o.attrs.length===1&&o.attrs[0].fullName==="src"&&o.children.length===0,d=t.singleAttributePerLine&&o.attrs.length>1&&!Ho(o,t)?de:Le,p=[Wn([c?" ":Le,Po(d,l)])];return o.firstChild&&zs(o.firstChild)||o.isSelfClosing&&wi(o.parent)||c?p.push(o.isSelfClosing?" ":""):p.push(t.bracketSameLine?o.isSelfClosing?" ":"":o.isSelfClosing?Le:Me),p}function uC(e){return e.firstChild&&zs(e.firstChild)?"":a1(e)}function Gc(e,t,n){let{node:r}=e;return[_a(r,t),sC(e,t,n),r.isSelfClosing?"":uC(r)]}function _a(e,t){return e.prev&&_s(e.prev)?"":[Wr(e,t),o1(e)]}function Wr(e,t){return zs(e)?a1(e.parent):Ur(e)?yi(e.prev,t):""}function o1(e){switch(e.type){case"ieConditionalComment":case"ieConditionalStartComment":return`<!--[if ${e.condition}`;case"ieConditionalEndComment":return"<!--<!";case"interpolation":return"{{";case"docType":return e.value==="html"?"<!doctype":"<!DOCTYPE";case"angularIcuExpression":return"{";case"element":if(e.condition)return`<!--[if ${e.condition}]><!--><${e.rawName}`;default:return`<${e.rawName}`}}function a1(e){switch(Hm(!e.isSelfClosing),e.type){case"ieConditionalComment":return"]>";case"element":if(e.condition)return"><!--<![endif]-->";default:return">"}}function I3(e,t){if(!e.endSourceSpan)return"";let n=e.startSourceSpan.end.offset;e.firstChild&&zs(e.firstChild)&&(n-=a1(e).length);let r=e.endSourceSpan.start.offset;return e.lastChild&&ti(e.lastChild)?r+=r1(e,t).length:wi(e)&&(r-=yi(e.lastChild,t).length),t.originalText.slice(n,r)}function R3(e,t){let{node:n}=e;switch(n.type){case"element":if(Pn(n)||n.type==="interpolation")return;if(!n.isSelfClosing&&n1(n,t)){let r=wh(n,t);return r?async(o,a)=>{let i=jm(n,t),l=/^\s*$/.test(i),c="";return l||(c=await o(Pm(i),{parser:r,__embeddedInHtml:!0}),l=c===""),[Wr(n,t),Pe(Gc(e,t,a)),l?"":de,c,l?"":de,qc(n,t),Vr(n,t)]}:void 0}break;case"text":if(Pn(n.parent)){let r=wh(n.parent,t);if(r)return async o=>{let a=r==="markdown"?km(n.value.replace(/^[^\S\n]*\n/,"")):n.value,i={parser:r,__embeddedInHtml:!0};if(t.parser==="html"&&r==="babel"){let l="script",{attrMap:c}=n.parent;c&&(c.type==="module"||c.type==="text/babel"&&c["data-type"]==="module")&&(l="module"),i.__babelSourceType=l}return[Ta,Wr(n,t),await o(a,i),Vr(n,t)]}}else if(n.parent.type==="interpolation")return async r=>{let o={__isInHtmlInterpolation:!0,__embeddedInHtml:!0};return t.parser==="angular"?(o.parser="__ng_interpolation",o.trailingComma="none"):t.parser==="vue"?o.parser=d1(e,t)?"__vue_ts_expression":"__vue_expression":o.parser="__js_expression",[Wn([Le,await r(n.value,o)]),n.parent.next&&Ur(n.parent.next)?" ":Le]};break;case"attribute":return JC(e,t);case"front-matter":return r=>zC(n,r);case"angularControlFlowBlockParameters":return ex.has(e.parent.name)?TC:void 0}}function za(e){if(la!==null&&typeof la.property){let t=la;return la=za.prototype=null,t}return la=za.prototype=e??Object.create(null),new za}function cC(e){return za(e)}function B3(e,t="type"){cC(e);function n(r){let o=r[t],a=e[o];if(!Array.isArray(a))throw Object.assign(new Error(`Missing visitor keys for '${o}'.`),{node:r});return a}return u(n,"r"),n}function dC(e){return/^\s*<!--\s*@(?:format|prettier)\s*-->/.test(e)}function L3(e){return`<!-- @format -->
|
||
|
||
`+e}function Im(e){let t=Fs(e);return e.type==="element"&&!e.endSourceSpan&&p1(e.children)?Math.max(t,Im(ri(!1,e.children,-1))):t}function ia(e,t,n){let r=e.node;if(Ss(r)){let o=Im(r);return[Wr(r,t),Ot(rn.trimEnd(t.originalText.slice(As(r)+(r.prev&&_s(r.prev)?o1(r).length:0),o-(r.next&&Ur(r.next)?yi(r,t).length:0)))),Vr(r,t)]}return n()}function al(e,t){return xt(e)&&xt(t)?e.isTrailingSpaceSensitive?e.hasTrailingSpaces?Yu(t)?de:Le:"":Yu(t)?de:Me:_s(e)&&(Ss(t)||t.firstChild||t.isSelfClosing||t.type==="element"&&t.attrs.length>0)||e.type==="element"&&e.isSelfClosing&&Ur(t)?"":!t.isLeadingSpaceSensitive||Yu(t)||Ur(t)&&e.lastChild&&ti(e.lastChild)&&e.lastChild.lastChild&&ti(e.lastChild.lastChild)?de:t.hasLeadingSpaces?Le:Me}function i1(e,t,n){let{node:r}=e;if(wm(r))return[Ta,...e.map(a=>{let i=a.node,l=i.prev?al(i.prev,i):"";return[l?[l,ol(i.prev)?de:""]:"",ia(a,t,n)]},"children")];let o=r.children.map(()=>Symbol(""));return e.map((a,i)=>{let l=a.node;if(xt(l)){if(l.prev&&xt(l.prev)){let v=al(l.prev,l);if(v)return ol(l.prev)?[de,de,ia(a,t,n)]:[v,ia(a,t,n)]}return ia(a,t,n)}let c=[],d=[],p=[],h=[],f=l.prev?al(l.prev,l):"",m=l.next?al(l,l.next):"";return f&&(ol(l.prev)?c.push(de,de):f===de?c.push(de):xt(l.prev)?d.push(f):d.push(Ql("",Me,{groupId:o[i-1]}))),m&&(ol(l)?xt(l.next)&&h.push(de,de):m===de?xt(l.next)&&h.push(de):p.push(m)),[...c,Pe([...d,Pe([ia(a,t,n),...p],{id:o[i]})]),...h]},"children")}function pC(e,t,n){let{node:r}=e,o=[];fC(e)&&o.push("} "),o.push("@",r.name),r.parameters&&o.push(" (",Pe(n("parameters")),")"),o.push(" {");let a=Rm(r);return r.children.length>0?(r.firstChild.hasLeadingSpaces=!0,r.lastChild.hasTrailingSpaces=!0,o.push(Wn([de,i1(e,t,n)])),a&&o.push(de,"}")):a&&o.push("}"),Pe(o,{shouldBreak:!0})}function Rm(e){var t,n;return!(((t=e.next)==null?void 0:t.type)==="angularControlFlowBlock"&&(n=tx.get(e.name))!=null&&n.has(e.next.name))}function fC(e){let{previous:t}=e;return(t==null?void 0:t.type)==="angularControlFlowBlock"&&!Ss(t)&&!Rm(t)}function hC(e,t,n){return[Wn([Me,Po([";",Le],e.map(n,"children"))]),Me]}function mC(e,t,n){let{node:r}=e;return[_a(r,t),Pe([r.switchValue.trim(),", ",r.clause,r.cases.length>0?[",",Wn([Le,Po(Le,e.map(n,"cases"))])]:"",Me]),Fa(r,t)]}function gC(e,t,n){let{node:r}=e;return[r.value," {",Pe([Wn([Me,e.map(({node:o})=>o.type==="text"&&!rn.trim(o.value)?"":n(),"expression")]),Me]),"}"]}function vC(e,t,n){let{node:r}=e;if(vm(r,t))return[Wr(r,t),Pe(Gc(e,t,n)),Ot(jm(r,t)),...qc(r,t),Vr(r,t)];let o=r.children.length===1&&(r.firstChild.type==="interpolation"||r.firstChild.type==="angularIcuExpression")&&r.firstChild.isLeadingSpaceSensitive&&!r.firstChild.hasLeadingSpaces&&r.lastChild.isTrailingSpaceSensitive&&!r.lastChild.hasTrailingSpaces,a=Symbol("element-attr-group-id"),i=u(p=>Pe([Pe(Gc(e,t,n),{id:a}),p,qc(r,t)]),"a"),l=u(p=>o?bb(p,{groupId:a}):(Pn(r)||ks(r,t))&&r.parent.type==="root"&&t.parser==="vue"&&!t.vueIndentScriptAndStyle?p:Wn(p),"o"),c=u(()=>o?Ql(Me,"",{groupId:a}):r.firstChild.hasLeadingSpaces&&r.firstChild.isLeadingSpaceSensitive?Le:r.firstChild.type==="text"&&r.isWhitespaceSensitive&&r.isIndentationSensitive?Db(Me):Me,"u"),d=u(()=>(r.next?Ur(r.next):wi(r.parent))?r.lastChild.hasTrailingSpaces&&r.lastChild.isTrailingSpaceSensitive?" ":"":o?Ql(Me,"",{groupId:a}):r.lastChild.hasTrailingSpaces&&r.lastChild.isTrailingSpaceSensitive?Le:(r.lastChild.type==="comment"||r.lastChild.type==="text"&&r.isWhitespaceSensitive&&r.isIndentationSensitive)&&new RegExp(`\\n[\\t ]{${t.tabWidth*(e.ancestors.length-1)}}$`).test(r.lastChild.value)?"":Me,"p");return r.children.length===0?i(r.hasDanglingSpaces&&r.isDanglingSpaceSensitive?Le:""):i([Ib(r)?Ta:"",l([c(),i1(e,t,n)]),d()])}function Yc(e){return e>=9&&e<=32||e==160}function Bm(e){return 48<=e&&e<=57}function Kc(e){return e>=97&&e<=122||e>=65&&e<=90}function yC(e){return e>=97&&e<=102||e>=65&&e<=70||Bm(e)}function Fd(e){return e===10||e===13}function _d(e){return 48<=e&&e<=55}function zd(e){return e===39||e===34||e===96}function $3(e){return e.replace(nx,(...t)=>t[1].toUpperCase())}function M3(e,t){for(let n of rx)n(e,t);return e}function O3(e){e.walk(t=>{if(t.type==="element"&&t.tagDefinition.ignoreFirstLf&&t.children.length>0&&t.children[0].type==="text"&&t.children[0].value[0]===`
|
||
`){let n=t.children[0];n.value.length===1?t.removeChild(n):n.value=n.value.slice(1)}})}function P3(e){let t=u(n=>{var r,o;return n.type==="element"&&((r=n.prev)==null?void 0:r.type)==="ieConditionalStartComment"&&n.prev.sourceSpan.end.offset===n.startSourceSpan.start.offset&&((o=n.firstChild)==null?void 0:o.type)==="ieConditionalEndComment"&&n.firstChild.sourceSpan.start.offset===n.startSourceSpan.end.offset},"e");e.walk(n=>{if(n.children)for(let r=0;r<n.children.length;r++){let o=n.children[r];if(!t(o))continue;let a=o.prev,i=o.firstChild;n.removeChild(a),r--;let l=new ne(a.sourceSpan.start,i.sourceSpan.end),c=new ne(l.start,o.sourceSpan.end);o.condition=a.condition,o.sourceSpan=c,o.startSourceSpan=l,o.removeChild(i)}})}function wC(e,t,n){e.walk(r=>{if(r.children)for(let o=0;o<r.children.length;o++){let a=r.children[o];if(a.type!=="text"&&!t(a))continue;a.type!=="text"&&(a.type="text",a.value=n(a));let i=a.prev;!i||i.type!=="text"||(i.value+=a.value,i.sourceSpan=new ne(i.sourceSpan.start,a.sourceSpan.end),r.removeChild(a),o--)}})}function N3(e){return wC(e,t=>t.type==="cdata",t=>`<![CDATA[${t.value}]]>`)}function H3(e){let t=u(n=>{var r,o;return n.type==="element"&&n.attrs.length===0&&n.children.length===1&&n.firstChild.type==="text"&&!rn.hasWhitespaceCharacter(n.children[0].value)&&!n.firstChild.hasLeadingSpaces&&!n.firstChild.hasTrailingSpaces&&n.isLeadingSpaceSensitive&&!n.hasLeadingSpaces&&n.isTrailingSpaceSensitive&&!n.hasTrailingSpaces&&((r=n.prev)==null?void 0:r.type)==="text"&&((o=n.next)==null?void 0:o.type)==="text"},"e");e.walk(n=>{if(n.children)for(let r=0;r<n.children.length;r++){let o=n.children[r];if(!t(o))continue;let a=o.prev,i=o.next;a.value+=`<${o.rawName}>`+o.firstChild.value+`</${o.rawName}>`+i.value,a.sourceSpan=new ne(a.sourceSpan.start,i.sourceSpan.end),a.isTrailingSpaceSensitive=i.isTrailingSpaceSensitive,a.hasTrailingSpaces=i.hasTrailingSpaces,n.removeChild(o),r--,n.removeChild(i)}})}function j3(e,t){if(t.parser==="html")return;let n=/{{(.+?)}}/s;e.walk(r=>{if(Ab(r))for(let o of r.children){if(o.type!=="text")continue;let a=o.sourceSpan.start,i=null,l=o.value.split(n);for(let c=0;c<l.length;c++,a=i){let d=l[c];if(c%2===0){i=a.moveBy(d.length),d.length>0&&r.insertChildBefore(o,{type:"text",value:d,sourceSpan:new ne(a,i)});continue}i=a.moveBy(d.length+4),r.insertChildBefore(o,{type:"interpolation",sourceSpan:new ne(a,i),children:d.length===0?[]:[{type:"text",value:d,sourceSpan:new ne(a.moveBy(2),i.moveBy(-2))}]})}r.removeChild(o)}})}function V3(e){e.walk(t=>{if(!t.children)return;if(t.children.length===0||t.children.length===1&&t.children[0].type==="text"&&rn.trim(t.children[0].value).length===0){t.hasDanglingSpaces=t.children.length>0,t.children=[];return}let n=Fb(t),r=ym(t);if(!n)for(let o=0;o<t.children.length;o++){let a=t.children[o];if(a.type!=="text")continue;let{leadingWhitespace:i,text:l,trailingWhitespace:c}=MC(a.value),d=a.prev,p=a.next;l?(a.value=l,a.sourceSpan=new ne(a.sourceSpan.start.moveBy(i.length),a.sourceSpan.end.moveBy(-c.length)),i&&(d&&(d.hasTrailingSpaces=!0),a.hasLeadingSpaces=!0),c&&(a.hasTrailingSpaces=!0,p&&(p.hasLeadingSpaces=!0))):(t.removeChild(a),o--,(i||c)&&(d&&(d.hasTrailingSpaces=!0),p&&(p.hasLeadingSpaces=!0)))}t.isWhitespaceSensitive=n,t.isIndentationSensitive=r})}function U3(e){e.walk(t=>{t.isSelfClosing=!t.children||t.type==="element"&&(t.tagDefinition.isVoid||t.endSourceSpan&&t.startSourceSpan.start===t.endSourceSpan.start&&t.startSourceSpan.end===t.endSourceSpan.end)})}function W3(e,t){e.walk(n=>{n.type==="element"&&(n.hasHtmComponentClosingTag=n.endSourceSpan&&/^<\s*\/\s*\/\s*>$/.test(t.originalText.slice(n.endSourceSpan.start.offset,n.endSourceSpan.end.offset)))})}function q3(e,t){e.walk(n=>{n.cssDisplay=Ub(n,t)})}function G3(e,t){e.walk(n=>{let{children:r}=n;if(r){if(r.length===0){n.isDanglingSpaceSensitive=Tb(n);return}for(let o of r)o.isLeadingSpaceSensitive=_b(o,t),o.isTrailingSpaceSensitive=zb(o,t);for(let o=0;o<r.length;o++){let a=r[o];a.isLeadingSpaceSensitive=(o===0||a.prev.isTrailingSpaceSensitive)&&a.isLeadingSpaceSensitive,a.isTrailingSpaceSensitive=(o===r.length-1||a.next.isLeadingSpaceSensitive)&&a.isTrailingSpaceSensitive}}})}function Y3(e,t,n){let{node:r}=e;switch(r.type){case"front-matter":return Ot(r.raw);case"root":return t.__onHtmlRoot&&t.__onHtmlRoot(r),[Pe(i1(e,t,n)),de];case"element":case"ieConditionalComment":return vC(e,t,n);case"angularControlFlowBlock":return pC(e,t,n);case"angularControlFlowBlockParameters":return hC(e,t,n);case"angularControlFlowBlockParameter":return rn.trim(r.expression);case"angularIcuExpression":return mC(e,t,n);case"angularIcuCase":return gC(e,t,n);case"ieConditionalStartComment":case"ieConditionalEndComment":return[_a(r),Fa(r)];case"interpolation":return[_a(r,t),...e.map(n,"children"),Fa(r,t)];case"text":{if(r.parent.type==="interpolation"){let a=/\n[^\S\n]*$/,i=a.test(r.value),l=i?r.value.replace(a,""):r.value;return[Ot(l),i?de:""]}let o=xb([Wr(r,t),...Fm(r),Vr(r,t)]);return Array.isArray(o)?gm(o):o}case"docType":return[Pe([_a(r,t)," ",ht(!1,r.value.replace(/^html\b/i,"html"),/\s+/g," ")]),Fa(r,t)];case"comment":return[Wr(r,t),Ot(t.originalText.slice(As(r),Fs(r))),Vr(r,t)];case"attribute":{if(r.value===null)return r.rawName;let o=Am(r.value),a=AC(o,'"');return[r.rawName,"=",a,Ot(a==='"'?ht(!1,o,'"',"""):ht(!1,o,"'","'")),a]}case"cdata":default:throw new FC(r,"HTML")}}function Jl(e){if(e[0]!=":")return[null,e];let t=e.indexOf(":",1);if(t===-1)throw new Error(`Unsupported format "${e}" expecting ":namespace:name"`);return[e.slice(1,t),e.slice(t+1)]}function Td(e){return Jl(e)[1]==="ng-container"}function Id(e){return Jl(e)[1]==="ng-content"}function il(e){return e===null?null:Jl(e)[0]}function Mi(e,t){return e?`:${e}:${t}`:t}function Rd(){return Xu||(Xu={},ll(vo.HTML,["iframe|srcdoc","*|innerHTML","*|outerHTML"]),ll(vo.STYLE,["*|style"]),ll(vo.URL,["*|formAction","area|href","area|ping","audio|src","a|href","a|ping","blockquote|cite","body|background","del|cite","form|action","img|src","input|src","ins|cite","q|cite","source|src","track|src","video|poster","video|src"]),ll(vo.RESOURCE_URL,["applet|code","applet|codebase","base|href","embed|src","frame|src","head|profile","html|manifest","iframe|src","link|href","media|src","object|codebase","object|data","script|src"])),Xu}function ll(e,t){for(let n of t)Xu[n.toLowerCase()]=e}function K3(e){switch(e){case"width":case"height":case"minWidth":case"minHeight":case"maxWidth":case"maxHeight":case"left":case"top":case"bottom":case"right":case"fontSize":case"outlineWidth":case"outlineOffset":case"paddingTop":case"paddingLeft":case"paddingBottom":case"paddingRight":case"marginTop":case"marginLeft":case"marginBottom":case"marginRight":case"borderRadius":case"borderWidth":case"borderTopWidth":case"borderLeftWidth":case"borderRightWidth":case"borderBottomWidth":case"textIndent":return!0;default:return!1}}function Xc(e){return Pi||(K7=new X({canSelfClose:!0}),Pi=Object.assign(Object.create(null),{base:new X({isVoid:!0}),meta:new X({isVoid:!0}),area:new X({isVoid:!0}),embed:new X({isVoid:!0}),link:new X({isVoid:!0}),img:new X({isVoid:!0}),input:new X({isVoid:!0}),param:new X({isVoid:!0}),hr:new X({isVoid:!0}),br:new X({isVoid:!0}),source:new X({isVoid:!0}),track:new X({isVoid:!0}),wbr:new X({isVoid:!0}),p:new X({closedByChildren:["address","article","aside","blockquote","div","dl","fieldset","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","hr","main","nav","ol","p","pre","section","table","ul"],closedByParent:!0}),thead:new X({closedByChildren:["tbody","tfoot"]}),tbody:new X({closedByChildren:["tbody","tfoot"],closedByParent:!0}),tfoot:new X({closedByChildren:["tbody"],closedByParent:!0}),tr:new X({closedByChildren:["tr"],closedByParent:!0}),td:new X({closedByChildren:["td","th"],closedByParent:!0}),th:new X({closedByChildren:["td","th"],closedByParent:!0}),col:new X({isVoid:!0}),svg:new X({implicitNamespacePrefix:"svg"}),foreignObject:new X({implicitNamespacePrefix:"svg",preventNamespaceInheritance:!0}),math:new X({implicitNamespacePrefix:"math"}),li:new X({closedByChildren:["li"],closedByParent:!0}),dt:new X({closedByChildren:["dt","dd"]}),dd:new X({closedByChildren:["dt","dd"],closedByParent:!0}),rb:new X({closedByChildren:["rb","rt","rtc","rp"],closedByParent:!0}),rt:new X({closedByChildren:["rb","rt","rtc","rp"],closedByParent:!0}),rtc:new X({closedByChildren:["rb","rtc","rp"],closedByParent:!0}),rp:new X({closedByChildren:["rb","rt","rtc","rp"],closedByParent:!0}),optgroup:new X({closedByChildren:["optgroup"],closedByParent:!0}),option:new X({closedByChildren:["option","optgroup"],closedByParent:!0}),pre:new X({ignoreFirstLf:!0}),listing:new X({ignoreFirstLf:!0}),style:new X({contentType:nn.RAW_TEXT}),script:new X({contentType:nn.RAW_TEXT}),title:new X({contentType:{default:nn.ESCAPABLE_RAW_TEXT,svg:nn.PARSABLE_DATA}}),textarea:new X({contentType:nn.ESCAPABLE_RAW_TEXT,ignoreFirstLf:!0})}),new ox().allKnownElementNames().forEach(t=>{!Pi[t]&&il(t)===null&&(Pi[t]=new X({canSelfClose:!1}))})),Pi[e]??K7}function Eh(e,t,n=null){let r=[],o=e.visit?a=>e.visit(a,n)||a.visit(e,n):a=>a.visit(e,n);return t.forEach(a=>{let i=o(a);i&&r.push(i)}),r}function X3(e,t){if(t!=null&&!(Array.isArray(t)&&t.length==2))throw new Error(`Expected '${e}' to be an array, [start, end].`);if(t!=null){let n=t[0],r=t[1];ix.forEach(o=>{if(o.test(n)||o.test(r))throw new Error(`['${n}', '${r}'] contains unusable interpolation symbol.`)})}}function Z3(e,t,n,r={}){let o=new sx(new Vm(e,t),n,r);return o.tokenize(),new lx(DC(o.tokens),o.errors,o.nonNormalizedIcuExpressions)}function io(e){return`Unexpected character "${e===0?"EOF":String.fromCharCode(e)}"`}function Bd(e){return`Unknown entity "${e}" - use the "&#<decimal>;" or "&#x<hex>;" syntax`}function Q3(e,t){return`Unable to parse entity "${t}" - ${e} character reference entities must end with ";"`}function ze(e){return!Yc(e)||e===0}function Ld(e){return Yc(e)||e===62||e===60||e===47||e===39||e===34||e===61||e===0}function J3(e){return(e<97||122<e)&&(e<65||90<e)&&(e<48||e>57)}function e7(e){return e===59||e===0||!yC(e)}function t7(e){return e===59||e===0||!Kc(e)}function n7(e){return e!==125}function r7(e,t){return bh(e)===bh(t)}function bh(e){return e>=97&&e<=122?e-97+65:e}function $d(e){return Kc(e)||Bm(e)||e===95}function Md(e){return e!==59&&ze(e)}function DC(e){let t=[],n;for(let r=0;r<e.length;r++){let o=e[r];n&&n.type===5&&o.type===5||n&&n.type===16&&o.type===16?(n.parts[0]+=o.parts[0],n.sourceSpan.end=o.sourceSpan.end):(n=o,t.push(n))}return t}function Od(e,t){return e.length>0&&e[e.length-1]===t}function Pd(e,t){return Fl[t]!==void 0?Fl[t]||e:/^#x[a-f0-9]+$/i.test(t)?String.fromCodePoint(parseInt(t.slice(2),16)):/^#\d+$/.test(t)?String.fromCodePoint(parseInt(t.slice(1),10)):e}function Ch(e,t={}){let{canSelfClose:n=!1,allowHtmComponentClosingTags:r=!1,isTagNameCaseSensitive:o=!1,getTagContentType:a,tokenizeAngularBlocks:i=!1}=t;return ux().parse(e,"angular-html-parser",{tokenizeExpansionForms:i,interpolationConfig:void 0,canSelfClose:n,allowHtmComponentClosingTags:r,tokenizeBlocks:i},o,a)}function o7(e,t){let n=new SyntaxError(e+" ("+t.loc.start.line+":"+t.loc.start.column+")");return Object.assign(n,t)}function a7(e){let t=e.match(dx);if(!t)return{content:e};let{startDelimiter:n,language:r,value:o="",endDelimiter:a}=t.groups,i=r.trim()||"yaml";if(n==="+++"&&(i="toml"),i!=="yaml"&&n!==a)return{content:e};let[l]=t;return{frontMatter:{type:"front-matter",lang:i,value:o,startDelimiter:n,endDelimiter:a,raw:l.replace(/\n$/,"")},content:ht(!1,l,/[^\n]/g," ")+e.slice(l.length)}}function i7(e,t){let n=e.map(t);return n.some((r,o)=>r!==e[o])?n:e}function EC(e,t){if(e.value)for(let{regex:n,parse:r}of hx){let o=e.value.match(n);if(o)return r(e,t,o)}return null}function l7(e,t,n){let[,r,o,a]=n,i=4+r.length,l=e.sourceSpan.start.moveBy(i),c=l.moveBy(a.length),[d,p]=(()=>{try{return[!0,t(a,l).children]}catch{return[!1,[{type:"text",value:a,sourceSpan:new ne(l,c)}]]}})();return{type:"ieConditionalComment",complete:d,children:p,condition:ht(!1,o.trim(),/\s+/g," "),sourceSpan:e.sourceSpan,startSourceSpan:new ne(e.sourceSpan.start,l),endSourceSpan:new ne(c,e.sourceSpan.end)}}function s7(e,t,n){let[,r]=n;return{type:"ieConditionalStartComment",condition:ht(!1,r.trim(),/\s+/g," "),sourceSpan:e.sourceSpan}}function u7(e){return{type:"ieConditionalEndComment",sourceSpan:e.sourceSpan}}function bC(e){if(e.type==="block"){if(e.name=ht(!1,e.name.toLowerCase(),/\s+/g," ").trim(),e.type="angularControlFlowBlock",!p1(e.parameters)){delete e.parameters;return}for(let t of e.parameters)t.type="angularControlFlowBlockParameter";e.parameters={type:"angularControlFlowBlockParameters",children:e.parameters,sourceSpan:new ne(e.parameters[0].sourceSpan.start,ri(!1,e.parameters,-1).sourceSpan.end)}}}function CC(e){(e.type==="plural"||e.type==="select")&&(e.clause=e.type,e.type="angularIcuExpression"),e.type==="expansionCase"&&(e.type="angularIcuCase")}function Lm(e,t,n){let{name:r,canSelfClose:o=!0,normalizeTagName:a=!1,normalizeAttributeName:i=!1,allowHtmComponentClosingTags:l=!1,isTagNameCaseSensitive:c=!1,shouldParseAsRawText:d}=t,{rootNodes:p,errors:h}=Ch(e,{canSelfClose:o,allowHtmComponentClosingTags:l,isTagNameCaseSensitive:c,getTagContentType:d?(...g)=>d(...g)?nn.RAW_TEXT:void 0:void 0,tokenizeAngularBlocks:r==="angular"?!0:void 0});if(r==="vue"){if(p.some(b=>b.type==="docType"&&b.value==="html"||b.type==="element"&&b.name.toLowerCase()==="html"))return Lm(e,Fh,n);let g,y=u(()=>g??(g=Ch(e,{canSelfClose:o,allowHtmComponentClosingTags:l,isTagNameCaseSensitive:c})),"y"),E=u(b=>y().rootNodes.find(({startSourceSpan:x})=>x&&x.start.offset===b.startSourceSpan.start.offset)??b,"O");for(let[b,x]of p.entries()){let{endSourceSpan:S,startSourceSpan:k}=x;if(S===null)h=y().errors,p[b]=E(x);else if(xC(x,n)){let _=y().errors.find(F=>F.span.start.offset>k.start.offset&&F.span.start.offset<S.end.offset);_&&xh(_),p[b]=E(x)}}}h.length>0&&xh(h[0]);let f=u(g=>{let y=g.name.startsWith(":")?g.name.slice(1).split(":")[0]:null,E=g.nameSpan.toString(),b=y!==null&&E.startsWith(`${y}:`),x=b?E.slice(y.length+1):E;g.name=x,g.namespace=y,g.hasExplicitNamespace=b},"g"),m=u(g=>{switch(g.type){case"element":f(g);for(let y of g.attrs)f(y),y.valueSpan?(y.value=y.valueSpan.toString(),/["']/.test(y.value[0])&&(y.value=y.value.slice(1,-1))):y.value=null;break;case"comment":g.value=g.sourceSpan.toString().slice(4,-3);break;case"text":g.value=g.sourceSpan.toString();break}},"C"),v=u((g,y)=>{let E=g.toLowerCase();return y(E)?E:g},"_"),w=u(g=>{if(g.type==="element"&&(a&&(!g.namespace||g.namespace===g.tagDefinition.implicitNamespacePrefix||oi(g))&&(g.name=v(g.name,y=>mx.has(y))),i))for(let y of g.attrs)y.namespace||(y.name=v(y.name,E=>Zu.has(g.name)&&(Zu.get("*").has(E)||Zu.get(g.name).has(E))))},"D"),C=u(g=>{g.sourceSpan&&g.endSourceSpan&&(g.sourceSpan=new ne(g.sourceSpan.start,g.endSourceSpan.end))},"I"),D=u(g=>{if(g.type==="element"){let y=Xc(c?g.name:g.name.toLowerCase());!g.namespace||g.namespace===y.implicitNamespacePrefix||oi(g)?g.tagDefinition=y:g.tagDefinition=Xc("")}},"B");return Eh(new class extends ax{visitExpansionCase(g,y){r==="angular"&&this.visitChildren(y,E=>{E(g.expression)})}visit(g){m(g),D(g),w(g),C(g)}},p),p}function xC(e,t){var n;if(e.type!=="element"||e.name!=="template")return!1;let r=(n=e.attrs.find(o=>o.name==="lang"))==null?void 0:n.value;return!r||Is(t,{language:r})==="html"}function xh(e){let{msg:t,span:{start:n,end:r}}=e;throw cx(t,{loc:{start:{line:n.line+1,column:n.col+1},end:{line:r.line+1,column:r.col+1}},cause:e})}function $m(e,t,n={},r=!0){let{frontMatter:o,content:a}=r?px(e):{frontMatter:null,content:e},i=new Vm(e,n.filepath),l=new n0(i,0,0,0),c=l.moveBy(e.length),d={type:"root",sourceSpan:new ne(l,c),children:Lm(a,t,n)};if(o){let f=new n0(i,0,0,0),m=f.moveBy(o.raw.length);o.sourceSpan=new ne(f,m),d.children.unshift(o)}let p=new fx(d),h=u((f,m)=>{let{offset:v}=m,w=ht(!1,e.slice(0,v),/[^\n\r]/g," "),C=$m(w+f,t,n,!1);C.sourceSpan=new ne(m,ri(!1,C.children,-1).sourceSpan.end);let D=C.children[0];return D.length===v?C.children.shift():(D.sourceSpan=new ne(D.sourceSpan.start.moveBy(v),D.sourceSpan.end),D.value=D.value.slice(v)),C},"m");return p.walk(f=>{if(f.type==="comment"){let m=EC(f,h);m&&f.parent.replaceChild(f,m)}bC(f),CC(f)}),p}function Oi(e){return{parse:u((t,n)=>$m(t,e,n),"parse"),hasPragma:dC,astFormat:"html",locStart:As,locEnd:Fs}}var c7,Nd,Hd,Yn,d7,p7,jd,f7,ht,l1,s1,Zc,es,ts,Qc,ni,ns,rs,os,Jc,e0,xr,t0,Al,Mm,u1,SC,Vd,h7,Om,Ud,qr,c1,Ta,m7,g7,Le,Me,de,kC,v7,ri,sl,Sh,AC,Kt,Wd,y7,w7,D7,E7,rn,qd,b7,FC,Ts,C7,_C,x7,zC,TC,IC,Is,RC,BC,LC,$C,oi,S7,Pm,MC,OC,Nm,PC,NC,HC,jC,VC,UC,WC,qC,GC,kh,YC,KC,Ah,XC,ZC,Ku,d1,QC,JC,Gd,Hm,p1,jm,ex,k7,la,A7,F7,_7,z7,T7,I7,tx,nx,vu,n0,Yd,Vm,Kd,ne,yu,Xd,Zd,rx,R7,B7,L7,$7,Qd,Jd,M7,O7,ep,P7,N7,tp,np,vo,H7,nn,Xu,rp,j7,V7,U7,W7,q7,G7,op,Y7,ap,ox,ip,X,K7,Pi,lp,Zo,sp,X7,up,Z7,cp,Q7,dp,J7,pp,ey,fp,Kn,hp,ty,mp,ny,gp,lo,vp,yp,wp,ax,Fl,ry,ix,wu,oy,Dp,Ep,Du,bp,lx,ay,Eu,Cp,bu,xp,sx,Ni,Sp,Hi,iy,kp,Cu,xu,Dt,Ap,ly,Fp,sy,Su,uy,_p,cy,ku,ux,cx,dx,px,ji,zp,so,fx,hx,Zu,mx,Fh,dy,py,fy,hy,my,gx,_B=I(()=>{c7=Object.defineProperty,Nd=u((e,t)=>{for(var n in t)c7(e,n,{get:t[n],enumerable:!0})},"Yr"),Hd=u((e,t,n)=>{if(!t.has(e))throw TypeError("Cannot "+n)},"jr"),Yn=u((e,t,n)=>(Hd(e,t,"read from private field"),n?n.call(e):t.get(e)),"Q"),d7=u((e,t,n)=>{if(t.has(e))throw TypeError("Cannot add the same private member more than once");t instanceof WeakSet?t.add(e):t.set(e,n)},"Kr"),p7=u((e,t,n,r)=>(Hd(e,t,"write to private field"),r?r.call(e,n):t.set(e,n),n),"Qr"),jd={},Nd(jd,{languages:u(()=>$7,"languages"),options:u(()=>O7,"options"),parsers:u(()=>ep,"parsers"),printers:u(()=>my,"printers")}),f7=u((e,t,n,r)=>{if(!(e&&t==null))return t.replaceAll?t.replaceAll(n,r):n.global?t.replace(n,r):t.split(n).join(r)},"Zs"),ht=f7,l1="string",s1="array",Zc="cursor",es="indent",ts="align",Qc="trim",ni="group",ns="fill",rs="if-break",os="indent-if-break",Jc="line-suffix",e0="line-suffix-boundary",xr="line",t0="label",Al="break-parent",Mm=new Set([Zc,es,ts,Qc,ni,ns,rs,os,Jc,e0,xr,t0,Al]),u(m3,"ei"),u1=m3,SC=u(e=>new Intl.ListFormat("en-US",{type:"disjunction"}).format(e),"ti"),u(g3,"ri"),h7=(Vd=class extends Error{constructor(t){super(g3(t));vr(this,"name","InvalidDocError");this.doc=t}},u(Vd,"rr"),Vd),Om=h7,Ud=u(()=>{},"Xr"),qr=Ud,c1=Ud,u(Wn,"L"),u(mm,"Jr"),u(Pe,"E"),u(Db,"Zr"),u(Eb,"en"),u(gm,"Ct"),u(Ql,"me"),u(bb,"tn"),Ta={type:Al},m7={type:xr,hard:!0},g7={type:xr,hard:!0,literal:!0},Le={type:xr},Me={type:xr,soft:!0},de=[m7,Ta],kC=[g7,Ta],u(Po,"M"),v7=u((e,t,n)=>{if(!(e&&t==null))return Array.isArray(t)||typeof t=="string"?t[n<0?t.length+n:n]:t.at(n)},"ii"),ri=v7,u(e1,"St"),u(Cb,"ai"),u(xb,"nn"),u(Ot,"T"),sl="'",Sh='"',u(v3,"oi"),AC=v3,u(y3,"nr"),y7=(Wd=class{constructor(e){d7(this,Kt,void 0),p7(this,Kt,new Set(e))}getLeadingWhitespaceCount(e){let t=Yn(this,Kt),n=0;for(let r=0;r<e.length&&t.has(e.charAt(r));r++)n++;return n}getTrailingWhitespaceCount(e){let t=Yn(this,Kt),n=0;for(let r=e.length-1;r>=0&&t.has(e.charAt(r));r--)n++;return n}getLeadingWhitespace(e){let t=this.getLeadingWhitespaceCount(e);return e.slice(0,t)}getTrailingWhitespace(e){let t=this.getTrailingWhitespaceCount(e);return e.slice(e.length-t)}hasLeadingWhitespace(e){return Yn(this,Kt).has(e.charAt(0))}hasTrailingWhitespace(e){return Yn(this,Kt).has(ri(!1,e,-1))}trimStart(e){let t=this.getLeadingWhitespaceCount(e);return e.slice(t)}trimEnd(e){let t=this.getTrailingWhitespaceCount(e);return e.slice(0,e.length-t)}trim(e){return this.trimEnd(this.trimStart(e))}split(e,t=!1){let n=`[${y3([...Yn(this,Kt)].join(""))}]+`,r=new RegExp(t?`(${n})`:n);return e.split(r)}hasWhitespaceCharacter(e){let t=Yn(this,Kt);return Array.prototype.some.call(e,n=>t.has(n))}hasNonWhitespaceCharacter(e){let t=Yn(this,Kt);return Array.prototype.some.call(e,n=>!t.has(n))}isWhitespaceOnly(e){let t=Yn(this,Kt);return Array.prototype.every.call(e,n=>t.has(n))}},u(Wd,"sr"),Wd),Kt=new WeakMap,w7=y7,D7=[" ",`
|
||
`,"\f","\r"," "],E7=new w7(D7),rn=E7,b7=(qd=class extends Error{constructor(t,n,r="type"){super(`Unexpected ${n} node ${r}: ${JSON.stringify(t[r])}.`);vr(this,"name","UnexpectedNodeError");this.node=t}},u(qd,"ir"),qd),FC=b7,u(w3,"ci"),Ts=w3,C7=new Set(["sourceSpan","startSourceSpan","endSourceSpan","nameSpan","valueSpan","keySpan","tagDefinition","tokens","valueTokens","switchValueSourceSpan","expSourceSpan","valueSourceSpan"]),_C=new Set(["if","else if","for","switch","case"]),u(Ad,"ln"),Ad.ignoredProperties=C7,x7=Ad,u(D3,"fi"),zC=D3,u(xs,"ge"),u(No,"j"),u(cn,"x"),u(E3,"mi"),TC=E3,IC=u(e=>String(e).split(/[/\\]/).pop(),"gi"),u(yh,"fn"),u(Sb,"di"),u(b3,"Ci"),Is=b3,RC="inline",BC={area:"none",base:"none",basefont:"none",datalist:"none",head:"none",link:"none",meta:"none",noembed:"none",noframes:"none",param:"block",rp:"none",script:"block",style:"none",template:"inline",title:"none",html:"block",body:"block",address:"block",blockquote:"block",center:"block",dialog:"block",div:"block",figure:"block",figcaption:"block",footer:"block",form:"block",header:"block",hr:"block",legend:"block",listing:"block",main:"block",p:"block",plaintext:"block",pre:"block",search:"block",xmp:"block",slot:"contents",ruby:"ruby",rt:"ruby-text",article:"block",aside:"block",h1:"block",h2:"block",h3:"block",h4:"block",h5:"block",h6:"block",hgroup:"block",nav:"block",section:"block",dir:"block",dd:"block",dl:"block",dt:"block",menu:"block",ol:"block",ul:"block",li:"list-item",table:"table",caption:"table-caption",colgroup:"table-column-group",col:"table-column",thead:"table-header-group",tbody:"table-row-group",tfoot:"table-footer-group",tr:"table-row",td:"table-cell",th:"table-cell",input:"inline-block",button:"inline-block",fieldset:"block",marquee:"inline-block",source:"block",track:"block",details:"block",summary:"block",meter:"inline-block",progress:"inline-block",object:"inline-block",video:"inline-block",audio:"inline-block",select:"inline-block",option:"block",optgroup:"block"},LC="normal",$C={listing:"pre",plaintext:"pre",pre:"pre",xmp:"pre",nobr:"nowrap",table:"initial",textarea:"pre-wrap"},u(C3,"Si"),oi=C3,S7=u(e=>ht(!1,e,/^[\t\f\r ]*\n/g,""),"_i"),Pm=u(e=>S7(rn.trimEnd(e)),"ar"),MC=u(e=>{let t=e,n=rn.getLeadingWhitespace(t);n&&(t=t.slice(n.length));let r=rn.getTrailingWhitespace(t);return r&&(t=t.slice(0,-r.length)),{leadingWhitespace:n,trailingWhitespace:r,text:t}},"Sn"),u(vm,"Et"),u(Ss,"Se"),u(kb,"Ei"),u(xt,"R"),u(Pn,"U"),u(Ab,"_n"),u(Fb,"En"),u(ym,"or"),u(_b,"An"),u(zb,"Dn"),u(Tb,"vn"),u(ol,"Qe"),u(Ib,"yn"),u(wm,"ur"),u(Yu,"At"),u(Rb,"Ai"),u(Dm,"wn"),u(Em,"bn"),u(bm,"Tn"),u(Cm,"xn"),u(t1,"Dt"),u(Bb,"Di"),u(xm,"kn"),u(Lb,"vi"),u($b,"yi"),u(Mb,"wi"),u(wh,"lr"),u(gi,"Xe"),u(Ob,"bi"),u(Pb,"Ti"),u(Nb,"xi"),u(Hb,"ki"),u(jb,"Bi"),u(To,"Ce"),u(Vb,"Li"),u(Ub,"Bn"),u(Sm,"Ln"),u(Wb,"Fi"),u(km,"cr"),u(Am,"pr"),u(mr,"P"),OC=new Set(["template","style","script"]),u(ks,"Je"),u(Ho,"_e"),u(n1,"vt"),u(qb,"Fn"),u(Gb,"Pn"),u(Fm,"yt"),u(_m,"wt"),Nm=/{{(.+?)}}/s,u(Yb,"Nn"),u(gu,"fr"),PC=gu({parser:"__ng_action"}),NC=gu({parser:"__ng_binding"}),HC=gu({parser:"__ng_directive"}),u(x3,"$i"),jC=x3,u(S3,"Oi"),VC=S3,u(Dh,"$n"),UC=/^[ \t\n\r\u000c]+/,WC=/^[, \t\n\r\u000c]+/,qC=/^[^ \t\n\r\u000c]+/,GC=/[,]+$/,kh=/^\d+$/,YC=/^-?(?:[0-9]+|[0-9]*\.[0-9]+)(?:[eE][+-]?[0-9]+)?$/,u(k3,"Wi"),KC=k3,u(A3,"zi"),Ah={width:"w",height:"h",density:"x"},XC=Object.keys(Ah),u(Kb,"Yi"),ZC=A3,u(Xb,"Vn"),Ku=new WeakMap,u(F3,"ji"),d1=F3,u(Zb,"Un"),u(Qb,"Wn"),u(Jb,"zn"),u(eC,"Gn"),u(tC,"Ki"),u(_3,"Qi"),u(nC,"Xi"),u(rC,"Ji"),u(zm,"Yn"),QC=_3,u(z3,"Zi"),u(oC,"ea"),JC=z3,Gd=new Proxy(()=>{},{get:u(()=>Gd,"get")}),Hm=Gd,u(T3,"ta"),p1=T3,u(As,"se"),u(Fs,"ie"),u(qc,"Ze"),u(aC,"ra"),u(Fa,"Ee"),u(iC,"na"),u(Vr,"W"),u(r1,"bt"),u(yi,"Ae"),u(Tm,"Xn"),u(Ur,"K"),u(wi,"De"),u(ti,"ve"),u(_s,"et"),u(lC,"sa"),u(zs,"tt"),u(sC,"ia"),u(uC,"aa"),u(Gc,"rt"),u(_a,"ye"),u(Wr,"z"),u(o1,"Tt"),u(a1,"xt"),u(I3,"oa"),jm=I3,ex=new Set(["if","else if","for","switch","case"]),u(R3,"la"),k7=R3,la=null,u(za,"st"),A7=10;for(let e=0;e<=A7;e++)za();u(cC,"dr"),u(B3,"pa"),F7=B3,_7={"front-matter":[],root:["children"],element:["attrs","children"],ieConditionalComment:["children"],ieConditionalStartComment:[],ieConditionalEndComment:[],interpolation:["children"],text:["children"],docType:[],comment:[],attribute:[],cdata:[],angularControlFlowBlock:["children","parameters"],angularControlFlowBlockParameters:["children"],angularControlFlowBlockParameter:[],angularIcuExpression:["cases"],angularIcuCase:["expression"]},z7=_7,T7=F7(z7),I7=T7,u(dC,"rs"),u(L3,"ns"),tx=new Map([["if",new Set(["else if","else"])],["else if",new Set(["else if","else"])],["for",new Set(["empty"])],["defer",new Set(["placeholder","error","loading"])],["placeholder",new Set(["placeholder","error","loading"])],["error",new Set(["placeholder","error","loading"])],["loading",new Set(["placeholder","error","loading"])]]),u(Im,"is"),u(ia,"it"),u(al,"Bt"),u(i1,"qe"),u(pC,"as"),u(Rm,"os"),u(fC,"ma"),u(hC,"us"),u(mC,"ls"),u(gC,"cs"),u(vC,"ps"),u(Yc,"Lt"),u(Bm,"Cr"),u(Kc,"Ft"),u(yC,"hs"),u(Fd,"Sr"),u(_d,"_r"),u(zd,"Er"),nx=/-+([a-z0-9])/g,u($3,"ms"),n0=(vu=class{constructor(e,t,n,r){this.file=e,this.offset=t,this.line=n,this.col=r}toString(){return this.offset!=null?`${this.file.url}@${this.line}:${this.col}`:this.file.url}moveBy(e){let t=this.file.content,n=t.length,r=this.offset,o=this.line,a=this.col;for(;r>0&&e<0;)if(r--,e++,t.charCodeAt(r)==10){o--;let i=t.substring(0,r-1).lastIndexOf(`
|
||
`);a=i>0?r-i:r}else a--;for(;r<n&&e>0;){let i=t.charCodeAt(r);r++,e--,i==10?(o++,a=0):a++}return new vu(this.file,r,o,a)}getContext(e,t){let n=this.file.content,r=this.offset;if(r!=null){r>n.length-1&&(r=n.length-1);let o=r,a=0,i=0;for(;a<e&&r>0&&(r--,a++,!(n[r]==`
|
||
`&&++i==t)););for(a=0,i=0;a<e&&o<n.length-1&&(o++,a++,!(n[o]==`
|
||
`&&++i==t)););return{before:n.substring(r,this.offset),after:n.substring(this.offset,o+1)}}return null}},u(vu,"t"),vu),Vm=(Yd=class{constructor(e,t){this.content=e,this.url=t}},u(Yd,"we"),Yd),ne=(Kd=class{constructor(e,t,n=e,r=null){this.start=e,this.end=t,this.fullStart=n,this.details=r}toString(){return this.start.file.content.substring(this.start.offset,this.end.offset)}},u(Kd,"f"),Kd),function(e){e[e.WARNING=0]="WARNING",e[e.ERROR=1]="ERROR"}(yu||(yu={})),Zd=(Xd=class{constructor(e,t,n=yu.ERROR){this.span=e,this.msg=t,this.level=n}contextualMessage(){let e=this.span.start.getContext(100,3);return e?`${this.msg} ("${e.before}[${yu[this.level]} ->]${e.after}")`:this.msg}toString(){let e=this.span.details?`, ${this.span.details}`:"";return`${this.contextualMessage()}: ${this.span.start}${e}`}},u(Xd,"Ve"),Xd),rx=[O3,P3,N3,j3,V3,q3,U3,W3,G3,H3],u(M3,"Ca"),u(O3,"Sa"),u(P3,"_a"),u(wC,"Ea"),u(N3,"Aa"),u(H3,"Da"),u(j3,"va"),u(V3,"ya"),u(U3,"wa"),u(W3,"ba"),u(q3,"Ta"),u(G3,"xa"),R7=M3,u(Y3,"ka"),B7={preprocess:R7,print:Y3,insertPragma:L3,massageAstNode:x7,embed:k7,getVisitorKeys:I7},L7=B7,$7=[{linguistLanguageId:146,name:"Angular",type:"markup",tmScope:"text.html.basic",aceMode:"html",codemirrorMode:"htmlmixed",codemirrorMimeType:"text/html",color:"#e34c26",aliases:["xhtml"],extensions:[".component.html"],parsers:["angular"],vscodeLanguageIds:["html"],filenames:[]},{linguistLanguageId:146,name:"HTML",type:"markup",tmScope:"text.html.basic",aceMode:"html",codemirrorMode:"htmlmixed",codemirrorMimeType:"text/html",color:"#e34c26",aliases:["xhtml"],extensions:[".html",".hta",".htm",".html.hl",".inc",".xht",".xhtml",".mjml"],parsers:["html"],vscodeLanguageIds:["html"]},{linguistLanguageId:146,name:"Lightning Web Components",type:"markup",tmScope:"text.html.basic",aceMode:"html",codemirrorMode:"htmlmixed",codemirrorMimeType:"text/html",color:"#e34c26",aliases:["xhtml"],extensions:[],parsers:["lwc"],vscodeLanguageIds:["html"],filenames:[]},{linguistLanguageId:391,name:"Vue",type:"markup",color:"#41b883",extensions:[".vue"],tmScope:"text.html.vue",aceMode:"html",parsers:["vue"],vscodeLanguageIds:["vue"]}],Qd={bracketSpacing:{category:"Common",type:"boolean",default:!0,description:"Print spaces between brackets.",oppositeDescription:"Do not print spaces between brackets."},singleQuote:{category:"Common",type:"boolean",default:!1,description:"Use single quotes instead of double quotes."},proseWrap:{category:"Common",type:"choice",default:"preserve",description:"How to wrap prose.",choices:[{value:"always",description:"Wrap prose if it exceeds the print width."},{value:"never",description:"Do not wrap prose."},{value:"preserve",description:"Wrap prose as-is."}]},bracketSameLine:{category:"Common",type:"boolean",default:!1,description:"Put > of opening tags on the last line instead of on a new line."},singleAttributePerLine:{category:"Common",type:"boolean",default:!1,description:"Enforce single attribute per line in HTML, Vue and JSX."}},Jd="HTML",M7={bracketSameLine:Qd.bracketSameLine,htmlWhitespaceSensitivity:{category:Jd,type:"choice",default:"css",description:"How to handle whitespaces in HTML.",choices:[{value:"css",description:"Respect the default value of CSS display property."},{value:"strict",description:"Whitespaces are considered sensitive."},{value:"ignore",description:"Whitespaces are considered insensitive."}]},singleAttributePerLine:Qd.singleAttributePerLine,vueIndentScriptAndStyle:{category:Jd,type:"boolean",default:!1,description:"Indent script and style tags in Vue files."}},O7=M7,ep={},Nd(ep,{angular:u(()=>py,"angular"),html:u(()=>dy,"html"),lwc:u(()=>hy,"lwc"),vue:u(()=>fy,"vue")}),function(e){e[e.Emulated=0]="Emulated",e[e.None=2]="None",e[e.ShadowDom=3]="ShadowDom"}(P7||(P7={})),function(e){e[e.OnPush=0]="OnPush",e[e.Default=1]="Default"}(N7||(N7={})),tp={name:"custom-elements"},np={name:"no-errors-schema"},function(e){e[e.NONE=0]="NONE",e[e.HTML=1]="HTML",e[e.STYLE=2]="STYLE",e[e.SCRIPT=3]="SCRIPT",e[e.URL=4]="URL",e[e.RESOURCE_URL=5]="RESOURCE_URL"}(vo||(vo={})),function(e){e[e.Error=0]="Error",e[e.Warning=1]="Warning",e[e.Ignore=2]="Ignore"}(H7||(H7={})),function(e){e[e.RAW_TEXT=0]="RAW_TEXT",e[e.ESCAPABLE_RAW_TEXT=1]="ESCAPABLE_RAW_TEXT",e[e.PARSABLE_DATA=2]="PARSABLE_DATA"}(nn||(nn={})),u(Jl,"at"),u(Td,"yr"),u(Id,"wr"),u(il,"Ue"),u(Mi,"We"),u(Rd,"br"),u(ll,"Nt"),j7=(rp=class{},u(rp,"Rt"),rp),V7="boolean",U7="number",W7="string",q7="object",G7=["[Element]|textContent,%ariaAtomic,%ariaAutoComplete,%ariaBusy,%ariaChecked,%ariaColCount,%ariaColIndex,%ariaColSpan,%ariaCurrent,%ariaDescription,%ariaDisabled,%ariaExpanded,%ariaHasPopup,%ariaHidden,%ariaKeyShortcuts,%ariaLabel,%ariaLevel,%ariaLive,%ariaModal,%ariaMultiLine,%ariaMultiSelectable,%ariaOrientation,%ariaPlaceholder,%ariaPosInSet,%ariaPressed,%ariaReadOnly,%ariaRelevant,%ariaRequired,%ariaRoleDescription,%ariaRowCount,%ariaRowIndex,%ariaRowSpan,%ariaSelected,%ariaSetSize,%ariaSort,%ariaValueMax,%ariaValueMin,%ariaValueNow,%ariaValueText,%classList,className,elementTiming,id,innerHTML,*beforecopy,*beforecut,*beforepaste,*fullscreenchange,*fullscreenerror,*search,*webkitfullscreenchange,*webkitfullscreenerror,outerHTML,%part,#scrollLeft,#scrollTop,slot,*message,*mozfullscreenchange,*mozfullscreenerror,*mozpointerlockchange,*mozpointerlockerror,*webglcontextcreationerror,*webglcontextlost,*webglcontextrestored","[HTMLElement]^[Element]|accessKey,autocapitalize,!autofocus,contentEditable,dir,!draggable,enterKeyHint,!hidden,innerText,inputMode,lang,nonce,*abort,*animationend,*animationiteration,*animationstart,*auxclick,*beforexrselect,*blur,*cancel,*canplay,*canplaythrough,*change,*click,*close,*contextmenu,*copy,*cuechange,*cut,*dblclick,*drag,*dragend,*dragenter,*dragleave,*dragover,*dragstart,*drop,*durationchange,*emptied,*ended,*error,*focus,*formdata,*gotpointercapture,*input,*invalid,*keydown,*keypress,*keyup,*load,*loadeddata,*loadedmetadata,*loadstart,*lostpointercapture,*mousedown,*mouseenter,*mouseleave,*mousemove,*mouseout,*mouseover,*mouseup,*mousewheel,*paste,*pause,*play,*playing,*pointercancel,*pointerdown,*pointerenter,*pointerleave,*pointermove,*pointerout,*pointerover,*pointerrawupdate,*pointerup,*progress,*ratechange,*reset,*resize,*scroll,*securitypolicyviolation,*seeked,*seeking,*select,*selectionchange,*selectstart,*slotchange,*stalled,*submit,*suspend,*timeupdate,*toggle,*transitioncancel,*transitionend,*transitionrun,*transitionstart,*volumechange,*waiting,*webkitanimationend,*webkitanimationiteration,*webkitanimationstart,*webkittransitionend,*wheel,outerText,!spellcheck,%style,#tabIndex,title,!translate,virtualKeyboardPolicy","abbr,address,article,aside,b,bdi,bdo,cite,content,code,dd,dfn,dt,em,figcaption,figure,footer,header,hgroup,i,kbd,main,mark,nav,noscript,rb,rp,rt,rtc,ruby,s,samp,section,small,strong,sub,sup,u,var,wbr^[HTMLElement]|accessKey,autocapitalize,!autofocus,contentEditable,dir,!draggable,enterKeyHint,!hidden,innerText,inputMode,lang,nonce,*abort,*animationend,*animationiteration,*animationstart,*auxclick,*beforexrselect,*blur,*cancel,*canplay,*canplaythrough,*change,*click,*close,*contextmenu,*copy,*cuechange,*cut,*dblclick,*drag,*dragend,*dragenter,*dragleave,*dragover,*dragstart,*drop,*durationchange,*emptied,*ended,*error,*focus,*formdata,*gotpointercapture,*input,*invalid,*keydown,*keypress,*keyup,*load,*loadeddata,*loadedmetadata,*loadstart,*lostpointercapture,*mousedown,*mouseenter,*mouseleave,*mousemove,*mouseout,*mouseover,*mouseup,*mousewheel,*paste,*pause,*play,*playing,*pointercancel,*pointerdown,*pointerenter,*pointerleave,*pointermove,*pointerout,*pointerover,*pointerrawupdate,*pointerup,*progress,*ratechange,*reset,*resize,*scroll,*securitypolicyviolation,*seeked,*seeking,*select,*selectionchange,*selectstart,*slotchange,*stalled,*submit,*suspend,*timeupdate,*toggle,*transitioncancel,*transitionend,*transitionrun,*transitionstart,*volumechange,*waiting,*webkitanimationend,*webkitanimationiteration,*webkitanimationstart,*webkittransitionend,*wheel,outerText,!spellcheck,%style,#tabIndex,title,!translate,virtualKeyboardPolicy","media^[HTMLElement]|!autoplay,!controls,%controlsList,%crossOrigin,#currentTime,!defaultMuted,#defaultPlaybackRate,!disableRemotePlayback,!loop,!muted,*encrypted,*waitingforkey,#playbackRate,preload,!preservesPitch,src,%srcObject,#volume",":svg:^[HTMLElement]|!autofocus,nonce,*abort,*animationend,*animationiteration,*animationstart,*auxclick,*beforexrselect,*blur,*cancel,*canplay,*canplaythrough,*change,*click,*close,*contextmenu,*copy,*cuechange,*cut,*dblclick,*drag,*dragend,*dragenter,*dragleave,*dragover,*dragstart,*drop,*durationchange,*emptied,*ended,*error,*focus,*formdata,*gotpointercapture,*input,*invalid,*keydown,*keypress,*keyup,*load,*loadeddata,*loadedmetadata,*loadstart,*lostpointercapture,*mousedown,*mouseenter,*mouseleave,*mousemove,*mouseout,*mouseover,*mouseup,*mousewheel,*paste,*pause,*play,*playing,*pointercancel,*pointerdown,*pointerenter,*pointerleave,*pointermove,*pointerout,*pointerover,*pointerrawupdate,*pointerup,*progress,*ratechange,*reset,*resize,*scroll,*securitypolicyviolation,*seeked,*seeking,*select,*selectionchange,*selectstart,*slotchange,*stalled,*submit,*suspend,*timeupdate,*toggle,*transitioncancel,*transitionend,*transitionrun,*transitionstart,*volumechange,*waiting,*webkitanimationend,*webkitanimationiteration,*webkitanimationstart,*webkittransitionend,*wheel,%style,#tabIndex",":svg:graphics^:svg:|",":svg:animation^:svg:|*begin,*end,*repeat",":svg:geometry^:svg:|",":svg:componentTransferFunction^:svg:|",":svg:gradient^:svg:|",":svg:textContent^:svg:graphics|",":svg:textPositioning^:svg:textContent|","a^[HTMLElement]|charset,coords,download,hash,host,hostname,href,hreflang,name,password,pathname,ping,port,protocol,referrerPolicy,rel,%relList,rev,search,shape,target,text,type,username","area^[HTMLElement]|alt,coords,download,hash,host,hostname,href,!noHref,password,pathname,ping,port,protocol,referrerPolicy,rel,%relList,search,shape,target,username","audio^media|","br^[HTMLElement]|clear","base^[HTMLElement]|href,target","body^[HTMLElement]|aLink,background,bgColor,link,*afterprint,*beforeprint,*beforeunload,*blur,*error,*focus,*hashchange,*languagechange,*load,*message,*messageerror,*offline,*online,*pagehide,*pageshow,*popstate,*rejectionhandled,*resize,*scroll,*storage,*unhandledrejection,*unload,text,vLink","button^[HTMLElement]|!disabled,formAction,formEnctype,formMethod,!formNoValidate,formTarget,name,type,value","canvas^[HTMLElement]|#height,#width","content^[HTMLElement]|select","dl^[HTMLElement]|!compact","data^[HTMLElement]|value","datalist^[HTMLElement]|","details^[HTMLElement]|!open","dialog^[HTMLElement]|!open,returnValue","dir^[HTMLElement]|!compact","div^[HTMLElement]|align","embed^[HTMLElement]|align,height,name,src,type,width","fieldset^[HTMLElement]|!disabled,name","font^[HTMLElement]|color,face,size","form^[HTMLElement]|acceptCharset,action,autocomplete,encoding,enctype,method,name,!noValidate,target","frame^[HTMLElement]|frameBorder,longDesc,marginHeight,marginWidth,name,!noResize,scrolling,src","frameset^[HTMLElement]|cols,*afterprint,*beforeprint,*beforeunload,*blur,*error,*focus,*hashchange,*languagechange,*load,*message,*messageerror,*offline,*online,*pagehide,*pageshow,*popstate,*rejectionhandled,*resize,*scroll,*storage,*unhandledrejection,*unload,rows","hr^[HTMLElement]|align,color,!noShade,size,width","head^[HTMLElement]|","h1,h2,h3,h4,h5,h6^[HTMLElement]|align","html^[HTMLElement]|version","iframe^[HTMLElement]|align,allow,!allowFullscreen,!allowPaymentRequest,csp,frameBorder,height,loading,longDesc,marginHeight,marginWidth,name,referrerPolicy,%sandbox,scrolling,src,srcdoc,width","img^[HTMLElement]|align,alt,border,%crossOrigin,decoding,#height,#hspace,!isMap,loading,longDesc,lowsrc,name,referrerPolicy,sizes,src,srcset,useMap,#vspace,#width","input^[HTMLElement]|accept,align,alt,autocomplete,!checked,!defaultChecked,defaultValue,dirName,!disabled,%files,formAction,formEnctype,formMethod,!formNoValidate,formTarget,#height,!incremental,!indeterminate,max,#maxLength,min,#minLength,!multiple,name,pattern,placeholder,!readOnly,!required,selectionDirection,#selectionEnd,#selectionStart,#size,src,step,type,useMap,value,%valueAsDate,#valueAsNumber,#width","li^[HTMLElement]|type,#value","label^[HTMLElement]|htmlFor","legend^[HTMLElement]|align","link^[HTMLElement]|as,charset,%crossOrigin,!disabled,href,hreflang,imageSizes,imageSrcset,integrity,media,referrerPolicy,rel,%relList,rev,%sizes,target,type","map^[HTMLElement]|name","marquee^[HTMLElement]|behavior,bgColor,direction,height,#hspace,#loop,#scrollAmount,#scrollDelay,!trueSpeed,#vspace,width","menu^[HTMLElement]|!compact","meta^[HTMLElement]|content,httpEquiv,media,name,scheme","meter^[HTMLElement]|#high,#low,#max,#min,#optimum,#value","ins,del^[HTMLElement]|cite,dateTime","ol^[HTMLElement]|!compact,!reversed,#start,type","object^[HTMLElement]|align,archive,border,code,codeBase,codeType,data,!declare,height,#hspace,name,standby,type,useMap,#vspace,width","optgroup^[HTMLElement]|!disabled,label","option^[HTMLElement]|!defaultSelected,!disabled,label,!selected,text,value","output^[HTMLElement]|defaultValue,%htmlFor,name,value","p^[HTMLElement]|align","param^[HTMLElement]|name,type,value,valueType","picture^[HTMLElement]|","pre^[HTMLElement]|#width","progress^[HTMLElement]|#max,#value","q,blockquote,cite^[HTMLElement]|","script^[HTMLElement]|!async,charset,%crossOrigin,!defer,event,htmlFor,integrity,!noModule,%referrerPolicy,src,text,type","select^[HTMLElement]|autocomplete,!disabled,#length,!multiple,name,!required,#selectedIndex,#size,value","slot^[HTMLElement]|name","source^[HTMLElement]|#height,media,sizes,src,srcset,type,#width","span^[HTMLElement]|","style^[HTMLElement]|!disabled,media,type","caption^[HTMLElement]|align","th,td^[HTMLElement]|abbr,align,axis,bgColor,ch,chOff,#colSpan,headers,height,!noWrap,#rowSpan,scope,vAlign,width","col,colgroup^[HTMLElement]|align,ch,chOff,#span,vAlign,width","table^[HTMLElement]|align,bgColor,border,%caption,cellPadding,cellSpacing,frame,rules,summary,%tFoot,%tHead,width","tr^[HTMLElement]|align,bgColor,ch,chOff,vAlign","tfoot,thead,tbody^[HTMLElement]|align,ch,chOff,vAlign","template^[HTMLElement]|","textarea^[HTMLElement]|autocomplete,#cols,defaultValue,dirName,!disabled,#maxLength,#minLength,name,placeholder,!readOnly,!required,#rows,selectionDirection,#selectionEnd,#selectionStart,value,wrap","time^[HTMLElement]|dateTime","title^[HTMLElement]|text","track^[HTMLElement]|!default,kind,label,src,srclang","ul^[HTMLElement]|!compact,type","unknown^[HTMLElement]|","video^media|!disablePictureInPicture,#height,*enterpictureinpicture,*leavepictureinpicture,!playsInline,poster,#width",":svg:a^:svg:graphics|",":svg:animate^:svg:animation|",":svg:animateMotion^:svg:animation|",":svg:animateTransform^:svg:animation|",":svg:circle^:svg:geometry|",":svg:clipPath^:svg:graphics|",":svg:defs^:svg:graphics|",":svg:desc^:svg:|",":svg:discard^:svg:|",":svg:ellipse^:svg:geometry|",":svg:feBlend^:svg:|",":svg:feColorMatrix^:svg:|",":svg:feComponentTransfer^:svg:|",":svg:feComposite^:svg:|",":svg:feConvolveMatrix^:svg:|",":svg:feDiffuseLighting^:svg:|",":svg:feDisplacementMap^:svg:|",":svg:feDistantLight^:svg:|",":svg:feDropShadow^:svg:|",":svg:feFlood^:svg:|",":svg:feFuncA^:svg:componentTransferFunction|",":svg:feFuncB^:svg:componentTransferFunction|",":svg:feFuncG^:svg:componentTransferFunction|",":svg:feFuncR^:svg:componentTransferFunction|",":svg:feGaussianBlur^:svg:|",":svg:feImage^:svg:|",":svg:feMerge^:svg:|",":svg:feMergeNode^:svg:|",":svg:feMorphology^:svg:|",":svg:feOffset^:svg:|",":svg:fePointLight^:svg:|",":svg:feSpecularLighting^:svg:|",":svg:feSpotLight^:svg:|",":svg:feTile^:svg:|",":svg:feTurbulence^:svg:|",":svg:filter^:svg:|",":svg:foreignObject^:svg:graphics|",":svg:g^:svg:graphics|",":svg:image^:svg:graphics|decoding",":svg:line^:svg:geometry|",":svg:linearGradient^:svg:gradient|",":svg:mpath^:svg:|",":svg:marker^:svg:|",":svg:mask^:svg:|",":svg:metadata^:svg:|",":svg:path^:svg:geometry|",":svg:pattern^:svg:|",":svg:polygon^:svg:geometry|",":svg:polyline^:svg:geometry|",":svg:radialGradient^:svg:gradient|",":svg:rect^:svg:geometry|",":svg:svg^:svg:graphics|#currentScale,#zoomAndPan",":svg:script^:svg:|type",":svg:set^:svg:animation|",":svg:stop^:svg:|",":svg:style^:svg:|!disabled,media,title,type",":svg:switch^:svg:graphics|",":svg:symbol^:svg:|",":svg:tspan^:svg:textPositioning|",":svg:text^:svg:textPositioning|",":svg:textPath^:svg:textContent|",":svg:title^:svg:|",":svg:use^:svg:graphics|",":svg:view^:svg:|#zoomAndPan","data^[HTMLElement]|value","keygen^[HTMLElement]|!autofocus,challenge,!disabled,form,keytype,name","menuitem^[HTMLElement]|type,label,icon,!disabled,!checked,radiogroup,!default","summary^[HTMLElement]|","time^[HTMLElement]|dateTime",":svg:cursor^:svg:|"],op=new Map(Object.entries({class:"className",for:"htmlFor",formaction:"formAction",innerHtml:"innerHTML",readonly:"readOnly",tabindex:"tabIndex"})),Y7=Array.from(op).reduce((e,[t,n])=>(e.set(t,n),e),new Map),ox=(ap=class extends j7{constructor(){super(),this._schema=new Map,this._eventSchema=new Map,G7.forEach(e=>{let t=new Map,n=new Set,[r,o]=e.split("|"),a=o.split(","),[i,l]=r.split("^");i.split(",").forEach(d=>{this._schema.set(d.toLowerCase(),t),this._eventSchema.set(d.toLowerCase(),n)});let c=l&&this._schema.get(l.toLowerCase());if(c){for(let[d,p]of c)t.set(d,p);for(let d of this._eventSchema.get(l.toLowerCase()))n.add(d)}a.forEach(d=>{if(d.length>0)switch(d[0]){case"*":n.add(d.substring(1));break;case"!":t.set(d.substring(1),V7);break;case"#":t.set(d.substring(1),U7);break;case"%":t.set(d.substring(1),q7);break;default:t.set(d,W7)}})})}hasProperty(e,t,n){if(n.some(r=>r.name===np.name))return!0;if(e.indexOf("-")>-1){if(Td(e)||Id(e))return!1;if(n.some(r=>r.name===tp.name))return!0}return(this._schema.get(e.toLowerCase())||this._schema.get("unknown")).has(t)}hasElement(e,t){return t.some(n=>n.name===np.name)||e.indexOf("-")>-1&&(Td(e)||Id(e)||t.some(n=>n.name===tp.name))?!0:this._schema.has(e.toLowerCase())}securityContext(e,t,n){n&&(t=this.getMappedPropName(t)),e=e.toLowerCase(),t=t.toLowerCase();let r=Rd()[e+"|"+t];return r||(r=Rd()["*|"+t],r||vo.NONE)}getMappedPropName(e){return op.get(e)??e}getDefaultComponentElementName(){return"ng-component"}validateProperty(e){return e.toLowerCase().startsWith("on")?{error:!0,msg:`Binding to event property '${e}' is disallowed for security reasons, please use (${e.slice(2)})=...
|
||
If '${e}' is a directive input, make sure the directive is imported by the current module.`}:{error:!1}}validateAttribute(e){return e.toLowerCase().startsWith("on")?{error:!0,msg:`Binding to event attribute '${e}' is disallowed for security reasons, please use (${e.slice(2)})=...`}:{error:!1}}allKnownElementNames(){return Array.from(this._schema.keys())}allKnownAttributesOfElement(e){let t=this._schema.get(e.toLowerCase())||this._schema.get("unknown");return Array.from(t.keys()).map(n=>Y7.get(n)??n)}allKnownEventsOfElement(e){return Array.from(this._eventSchema.get(e.toLowerCase())??[])}normalizeAnimationStyleProperty(e){return $3(e)}normalizeAnimationStyleValue(e,t,n){let r="",o=n.toString().trim(),a=null;if(K3(e)&&n!==0&&n!=="0")if(typeof n=="number")r="px";else{let i=n.match(/^[+-]?[\d\.]+([a-z]*)$/);i&&i[1].length==0&&(a=`Please provide a CSS unit value for ${t}:${n}`)}return{error:a,value:o+r}}},u(ap,"$t"),ap),u(K3,"Oa"),X=(ip=class{constructor({closedByChildren:e,implicitNamespacePrefix:t,contentType:n=nn.PARSABLE_DATA,closedByParent:r=!1,isVoid:o=!1,ignoreFirstLf:a=!1,preventNamespaceInheritance:i=!1,canSelfClose:l=!1}={}){this.closedByChildren={},this.closedByParent=!1,e&&e.length>0&&e.forEach(c=>this.closedByChildren[c]=!0),this.isVoid=o,this.closedByParent=r||o,this.implicitNamespacePrefix=t||null,this.contentType=n,this.ignoreFirstLf=a,this.preventNamespaceInheritance=i,this.canSelfClose=l??o}isClosedByChild(e){return this.isVoid||e.toLowerCase()in this.closedByChildren}getContentType(e){return typeof this.contentType=="object"?(e===void 0?void 0:this.contentType[e])??this.contentType.default:this.contentType}},u(ip,"h"),ip),u(Xc,"ze"),Zo=(lp=class{constructor(e,t){this.sourceSpan=e,this.i18n=t}},u(lp,"be"),lp),X7=(sp=class extends Zo{constructor(e,t,n,r){super(t,r),this.value=e,this.tokens=n,this.type="text"}visit(e,t){return e.visitText(this,t)}},u(sp,"Ot"),sp),Z7=(up=class extends Zo{constructor(e,t,n,r){super(t,r),this.value=e,this.tokens=n,this.type="cdata"}visit(e,t){return e.visitCdata(this,t)}},u(up,"Mt"),up),Q7=(cp=class extends Zo{constructor(e,t,n,r,o,a){super(r,a),this.switchValue=e,this.type=t,this.cases=n,this.switchValueSourceSpan=o}visit(e,t){return e.visitExpansion(this,t)}},u(cp,"qt"),cp),J7=(dp=class{constructor(e,t,n,r,o){this.value=e,this.expression=t,this.sourceSpan=n,this.valueSourceSpan=r,this.expSourceSpan=o,this.type="expansionCase"}visit(e,t){return e.visitExpansionCase(this,t)}},u(dp,"Ht"),dp),ey=(pp=class extends Zo{constructor(e,t,n,r,o,a,i){super(n,i),this.name=e,this.value=t,this.keySpan=r,this.valueSpan=o,this.valueTokens=a,this.type="attribute"}visit(e,t){return e.visitAttribute(this,t)}get nameSpan(){return this.keySpan}},u(pp,"Vt"),pp),Kn=(fp=class extends Zo{constructor(e,t,n,r,o,a=null,i=null,l){super(r,l),this.name=e,this.attrs=t,this.children=n,this.startSourceSpan=o,this.endSourceSpan=a,this.nameSpan=i,this.type="element"}visit(e,t){return e.visitElement(this,t)}},u(fp,"G"),fp),ty=(hp=class{constructor(e,t){this.value=e,this.sourceSpan=t,this.type="comment"}visit(e,t){return e.visitComment(this,t)}},u(hp,"Ut"),hp),ny=(mp=class{constructor(e,t){this.value=e,this.sourceSpan=t,this.type="docType"}visit(e,t){return e.visitDocType(this,t)}},u(mp,"Wt"),mp),lo=(gp=class{constructor(e,t,n,r,o,a=null){this.name=e,this.parameters=t,this.children=n,this.sourceSpan=r,this.startSourceSpan=o,this.endSourceSpan=a,this.type="block"}visit(e,t){return e.visitBlock(this,t)}},u(gp,"Z"),gp),yp=(vp=class{constructor(e,t){this.expression=e,this.sourceSpan=t,this.type="blockParameter",this.startSourceSpan=null,this.endSourceSpan=null}visit(e,t){return e.visitBlockParameter(this,t)}},u(vp,"ut"),vp),u(Eh,"zt"),ax=(wp=class{constructor(){}visitElement(e,t){this.visitChildren(t,n=>{n(e.attrs),n(e.children)})}visitAttribute(e,t){}visitText(e,t){}visitCdata(e,t){}visitComment(e,t){}visitDocType(e,t){}visitExpansion(e,t){return this.visitChildren(t,n=>{n(e.cases)})}visitExpansionCase(e,t){}visitBlock(e,t){this.visitChildren(t,n=>{n(e.parameters),n(e.children)})}visitBlockParameter(e,t){}visitChildren(e,t){let n=[],r=this;function o(a){a&&n.push(Eh(r,a,e))}return u(o,"i"),t(o),Array.prototype.concat.apply([],n)}},u(wp,"lt"),wp),Fl={AElig:"Æ",AMP:"&",amp:"&",Aacute:"Á",Abreve:"Ă",Acirc:"Â",Acy:"А",Afr:"𝔄",Agrave:"À",Alpha:"Α",Amacr:"Ā",And:"⩓",Aogon:"Ą",Aopf:"𝔸",ApplyFunction:"",af:"",Aring:"Å",angst:"Å",Ascr:"𝒜",Assign:"≔",colone:"≔",coloneq:"≔",Atilde:"Ã",Auml:"Ä",Backslash:"∖",setminus:"∖",setmn:"∖",smallsetminus:"∖",ssetmn:"∖",Barv:"⫧",Barwed:"⌆",doublebarwedge:"⌆",Bcy:"Б",Because:"∵",becaus:"∵",because:"∵",Bernoullis:"ℬ",Bscr:"ℬ",bernou:"ℬ",Beta:"Β",Bfr:"𝔅",Bopf:"𝔹",Breve:"˘",breve:"˘",Bumpeq:"≎",HumpDownHump:"≎",bump:"≎",CHcy:"Ч",COPY:"©",copy:"©",Cacute:"Ć",Cap:"⋒",CapitalDifferentialD:"ⅅ",DD:"ⅅ",Cayleys:"ℭ",Cfr:"ℭ",Ccaron:"Č",Ccedil:"Ç",Ccirc:"Ĉ",Cconint:"∰",Cdot:"Ċ",Cedilla:"¸",cedil:"¸",CenterDot:"·",centerdot:"·",middot:"·",Chi:"Χ",CircleDot:"⊙",odot:"⊙",CircleMinus:"⊖",ominus:"⊖",CirclePlus:"⊕",oplus:"⊕",CircleTimes:"⊗",otimes:"⊗",ClockwiseContourIntegral:"∲",cwconint:"∲",CloseCurlyDoubleQuote:"”",rdquo:"”",rdquor:"”",CloseCurlyQuote:"’",rsquo:"’",rsquor:"’",Colon:"∷",Proportion:"∷",Colone:"⩴",Congruent:"≡",equiv:"≡",Conint:"∯",DoubleContourIntegral:"∯",ContourIntegral:"∮",conint:"∮",oint:"∮",Copf:"ℂ",complexes:"ℂ",Coproduct:"∐",coprod:"∐",CounterClockwiseContourIntegral:"∳",awconint:"∳",Cross:"⨯",Cscr:"𝒞",Cup:"⋓",CupCap:"≍",asympeq:"≍",DDotrahd:"⤑",DJcy:"Ђ",DScy:"Ѕ",DZcy:"Џ",Dagger:"‡",ddagger:"‡",Darr:"↡",Dashv:"⫤",DoubleLeftTee:"⫤",Dcaron:"Ď",Dcy:"Д",Del:"∇",nabla:"∇",Delta:"Δ",Dfr:"𝔇",DiacriticalAcute:"´",acute:"´",DiacriticalDot:"˙",dot:"˙",DiacriticalDoubleAcute:"˝",dblac:"˝",DiacriticalGrave:"`",grave:"`",DiacriticalTilde:"˜",tilde:"˜",Diamond:"⋄",diam:"⋄",diamond:"⋄",DifferentialD:"ⅆ",dd:"ⅆ",Dopf:"𝔻",Dot:"¨",DoubleDot:"¨",die:"¨",uml:"¨",DotDot:"⃜",DotEqual:"≐",doteq:"≐",esdot:"≐",DoubleDownArrow:"⇓",Downarrow:"⇓",dArr:"⇓",DoubleLeftArrow:"⇐",Leftarrow:"⇐",lArr:"⇐",DoubleLeftRightArrow:"⇔",Leftrightarrow:"⇔",hArr:"⇔",iff:"⇔",DoubleLongLeftArrow:"⟸",Longleftarrow:"⟸",xlArr:"⟸",DoubleLongLeftRightArrow:"⟺",Longleftrightarrow:"⟺",xhArr:"⟺",DoubleLongRightArrow:"⟹",Longrightarrow:"⟹",xrArr:"⟹",DoubleRightArrow:"⇒",Implies:"⇒",Rightarrow:"⇒",rArr:"⇒",DoubleRightTee:"⊨",vDash:"⊨",DoubleUpArrow:"⇑",Uparrow:"⇑",uArr:"⇑",DoubleUpDownArrow:"⇕",Updownarrow:"⇕",vArr:"⇕",DoubleVerticalBar:"∥",par:"∥",parallel:"∥",shortparallel:"∥",spar:"∥",DownArrow:"↓",ShortDownArrow:"↓",darr:"↓",downarrow:"↓",DownArrowBar:"⤓",DownArrowUpArrow:"⇵",duarr:"⇵",DownBreve:"̑",DownLeftRightVector:"⥐",DownLeftTeeVector:"⥞",DownLeftVector:"↽",leftharpoondown:"↽",lhard:"↽",DownLeftVectorBar:"⥖",DownRightTeeVector:"⥟",DownRightVector:"⇁",rhard:"⇁",rightharpoondown:"⇁",DownRightVectorBar:"⥗",DownTee:"⊤",top:"⊤",DownTeeArrow:"↧",mapstodown:"↧",Dscr:"𝒟",Dstrok:"Đ",ENG:"Ŋ",ETH:"Ð",Eacute:"É",Ecaron:"Ě",Ecirc:"Ê",Ecy:"Э",Edot:"Ė",Efr:"𝔈",Egrave:"È",Element:"∈",in:"∈",isin:"∈",isinv:"∈",Emacr:"Ē",EmptySmallSquare:"◻",EmptyVerySmallSquare:"▫",Eogon:"Ę",Eopf:"𝔼",Epsilon:"Ε",Equal:"⩵",EqualTilde:"≂",eqsim:"≂",esim:"≂",Equilibrium:"⇌",rightleftharpoons:"⇌",rlhar:"⇌",Escr:"ℰ",expectation:"ℰ",Esim:"⩳",Eta:"Η",Euml:"Ë",Exists:"∃",exist:"∃",ExponentialE:"ⅇ",ee:"ⅇ",exponentiale:"ⅇ",Fcy:"Ф",Ffr:"𝔉",FilledSmallSquare:"◼",FilledVerySmallSquare:"▪",blacksquare:"▪",squarf:"▪",squf:"▪",Fopf:"𝔽",ForAll:"∀",forall:"∀",Fouriertrf:"ℱ",Fscr:"ℱ",GJcy:"Ѓ",GT:">",gt:">",Gamma:"Γ",Gammad:"Ϝ",Gbreve:"Ğ",Gcedil:"Ģ",Gcirc:"Ĝ",Gcy:"Г",Gdot:"Ġ",Gfr:"𝔊",Gg:"⋙",ggg:"⋙",Gopf:"𝔾",GreaterEqual:"≥",ge:"≥",geq:"≥",GreaterEqualLess:"⋛",gel:"⋛",gtreqless:"⋛",GreaterFullEqual:"≧",gE:"≧",geqq:"≧",GreaterGreater:"⪢",GreaterLess:"≷",gl:"≷",gtrless:"≷",GreaterSlantEqual:"⩾",geqslant:"⩾",ges:"⩾",GreaterTilde:"≳",gsim:"≳",gtrsim:"≳",Gscr:"𝒢",Gt:"≫",NestedGreaterGreater:"≫",gg:"≫",HARDcy:"Ъ",Hacek:"ˇ",caron:"ˇ",Hat:"^",Hcirc:"Ĥ",Hfr:"ℌ",Poincareplane:"ℌ",HilbertSpace:"ℋ",Hscr:"ℋ",hamilt:"ℋ",Hopf:"ℍ",quaternions:"ℍ",HorizontalLine:"─",boxh:"─",Hstrok:"Ħ",HumpEqual:"≏",bumpe:"≏",bumpeq:"≏",IEcy:"Е",IJlig:"IJ",IOcy:"Ё",Iacute:"Í",Icirc:"Î",Icy:"И",Idot:"İ",Ifr:"ℑ",Im:"ℑ",image:"ℑ",imagpart:"ℑ",Igrave:"Ì",Imacr:"Ī",ImaginaryI:"ⅈ",ii:"ⅈ",Int:"∬",Integral:"∫",int:"∫",Intersection:"⋂",bigcap:"⋂",xcap:"⋂",InvisibleComma:"",ic:"",InvisibleTimes:"",it:"",Iogon:"Į",Iopf:"𝕀",Iota:"Ι",Iscr:"ℐ",imagline:"ℐ",Itilde:"Ĩ",Iukcy:"І",Iuml:"Ï",Jcirc:"Ĵ",Jcy:"Й",Jfr:"𝔍",Jopf:"𝕁",Jscr:"𝒥",Jsercy:"Ј",Jukcy:"Є",KHcy:"Х",KJcy:"Ќ",Kappa:"Κ",Kcedil:"Ķ",Kcy:"К",Kfr:"𝔎",Kopf:"𝕂",Kscr:"𝒦",LJcy:"Љ",LT:"<",lt:"<",Lacute:"Ĺ",Lambda:"Λ",Lang:"⟪",Laplacetrf:"ℒ",Lscr:"ℒ",lagran:"ℒ",Larr:"↞",twoheadleftarrow:"↞",Lcaron:"Ľ",Lcedil:"Ļ",Lcy:"Л",LeftAngleBracket:"⟨",lang:"⟨",langle:"⟨",LeftArrow:"←",ShortLeftArrow:"←",larr:"←",leftarrow:"←",slarr:"←",LeftArrowBar:"⇤",larrb:"⇤",LeftArrowRightArrow:"⇆",leftrightarrows:"⇆",lrarr:"⇆",LeftCeiling:"⌈",lceil:"⌈",LeftDoubleBracket:"⟦",lobrk:"⟦",LeftDownTeeVector:"⥡",LeftDownVector:"⇃",dharl:"⇃",downharpoonleft:"⇃",LeftDownVectorBar:"⥙",LeftFloor:"⌊",lfloor:"⌊",LeftRightArrow:"↔",harr:"↔",leftrightarrow:"↔",LeftRightVector:"⥎",LeftTee:"⊣",dashv:"⊣",LeftTeeArrow:"↤",mapstoleft:"↤",LeftTeeVector:"⥚",LeftTriangle:"⊲",vartriangleleft:"⊲",vltri:"⊲",LeftTriangleBar:"⧏",LeftTriangleEqual:"⊴",ltrie:"⊴",trianglelefteq:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVector:"↿",uharl:"↿",upharpoonleft:"↿",LeftUpVectorBar:"⥘",LeftVector:"↼",leftharpoonup:"↼",lharu:"↼",LeftVectorBar:"⥒",LessEqualGreater:"⋚",leg:"⋚",lesseqgtr:"⋚",LessFullEqual:"≦",lE:"≦",leqq:"≦",LessGreater:"≶",lessgtr:"≶",lg:"≶",LessLess:"⪡",LessSlantEqual:"⩽",leqslant:"⩽",les:"⩽",LessTilde:"≲",lesssim:"≲",lsim:"≲",Lfr:"𝔏",Ll:"⋘",Lleftarrow:"⇚",lAarr:"⇚",Lmidot:"Ŀ",LongLeftArrow:"⟵",longleftarrow:"⟵",xlarr:"⟵",LongLeftRightArrow:"⟷",longleftrightarrow:"⟷",xharr:"⟷",LongRightArrow:"⟶",longrightarrow:"⟶",xrarr:"⟶",Lopf:"𝕃",LowerLeftArrow:"↙",swarr:"↙",swarrow:"↙",LowerRightArrow:"↘",searr:"↘",searrow:"↘",Lsh:"↰",lsh:"↰",Lstrok:"Ł",Lt:"≪",NestedLessLess:"≪",ll:"≪",Map:"⤅",Mcy:"М",MediumSpace:" ",Mellintrf:"ℳ",Mscr:"ℳ",phmmat:"ℳ",Mfr:"𝔐",MinusPlus:"∓",mnplus:"∓",mp:"∓",Mopf:"𝕄",Mu:"Μ",NJcy:"Њ",Nacute:"Ń",Ncaron:"Ň",Ncedil:"Ņ",Ncy:"Н",NegativeMediumSpace:"",NegativeThickSpace:"",NegativeThinSpace:"",NegativeVeryThinSpace:"",ZeroWidthSpace:"",NewLine:`
|
||
`,Nfr:"𝔑",NoBreak:"",NonBreakingSpace:" ",nbsp:" ",Nopf:"ℕ",naturals:"ℕ",Not:"⫬",NotCongruent:"≢",nequiv:"≢",NotCupCap:"≭",NotDoubleVerticalBar:"∦",npar:"∦",nparallel:"∦",nshortparallel:"∦",nspar:"∦",NotElement:"∉",notin:"∉",notinva:"∉",NotEqual:"≠",ne:"≠",NotEqualTilde:"≂̸",nesim:"≂̸",NotExists:"∄",nexist:"∄",nexists:"∄",NotGreater:"≯",ngt:"≯",ngtr:"≯",NotGreaterEqual:"≱",nge:"≱",ngeq:"≱",NotGreaterFullEqual:"≧̸",ngE:"≧̸",ngeqq:"≧̸",NotGreaterGreater:"≫̸",nGtv:"≫̸",NotGreaterLess:"≹",ntgl:"≹",NotGreaterSlantEqual:"⩾̸",ngeqslant:"⩾̸",nges:"⩾̸",NotGreaterTilde:"≵",ngsim:"≵",NotHumpDownHump:"≎̸",nbump:"≎̸",NotHumpEqual:"≏̸",nbumpe:"≏̸",NotLeftTriangle:"⋪",nltri:"⋪",ntriangleleft:"⋪",NotLeftTriangleBar:"⧏̸",NotLeftTriangleEqual:"⋬",nltrie:"⋬",ntrianglelefteq:"⋬",NotLess:"≮",nless:"≮",nlt:"≮",NotLessEqual:"≰",nle:"≰",nleq:"≰",NotLessGreater:"≸",ntlg:"≸",NotLessLess:"≪̸",nLtv:"≪̸",NotLessSlantEqual:"⩽̸",nleqslant:"⩽̸",nles:"⩽̸",NotLessTilde:"≴",nlsim:"≴",NotNestedGreaterGreater:"⪢̸",NotNestedLessLess:"⪡̸",NotPrecedes:"⊀",npr:"⊀",nprec:"⊀",NotPrecedesEqual:"⪯̸",npre:"⪯̸",npreceq:"⪯̸",NotPrecedesSlantEqual:"⋠",nprcue:"⋠",NotReverseElement:"∌",notni:"∌",notniva:"∌",NotRightTriangle:"⋫",nrtri:"⋫",ntriangleright:"⋫",NotRightTriangleBar:"⧐̸",NotRightTriangleEqual:"⋭",nrtrie:"⋭",ntrianglerighteq:"⋭",NotSquareSubset:"⊏̸",NotSquareSubsetEqual:"⋢",nsqsube:"⋢",NotSquareSuperset:"⊐̸",NotSquareSupersetEqual:"⋣",nsqsupe:"⋣",NotSubset:"⊂⃒",nsubset:"⊂⃒",vnsub:"⊂⃒",NotSubsetEqual:"⊈",nsube:"⊈",nsubseteq:"⊈",NotSucceeds:"⊁",nsc:"⊁",nsucc:"⊁",NotSucceedsEqual:"⪰̸",nsce:"⪰̸",nsucceq:"⪰̸",NotSucceedsSlantEqual:"⋡",nsccue:"⋡",NotSucceedsTilde:"≿̸",NotSuperset:"⊃⃒",nsupset:"⊃⃒",vnsup:"⊃⃒",NotSupersetEqual:"⊉",nsupe:"⊉",nsupseteq:"⊉",NotTilde:"≁",nsim:"≁",NotTildeEqual:"≄",nsime:"≄",nsimeq:"≄",NotTildeFullEqual:"≇",ncong:"≇",NotTildeTilde:"≉",nap:"≉",napprox:"≉",NotVerticalBar:"∤",nmid:"∤",nshortmid:"∤",nsmid:"∤",Nscr:"𝒩",Ntilde:"Ñ",Nu:"Ν",OElig:"Œ",Oacute:"Ó",Ocirc:"Ô",Ocy:"О",Odblac:"Ő",Ofr:"𝔒",Ograve:"Ò",Omacr:"Ō",Omega:"Ω",ohm:"Ω",Omicron:"Ο",Oopf:"𝕆",OpenCurlyDoubleQuote:"“",ldquo:"“",OpenCurlyQuote:"‘",lsquo:"‘",Or:"⩔",Oscr:"𝒪",Oslash:"Ø",Otilde:"Õ",Otimes:"⨷",Ouml:"Ö",OverBar:"‾",oline:"‾",OverBrace:"⏞",OverBracket:"⎴",tbrk:"⎴",OverParenthesis:"⏜",PartialD:"∂",part:"∂",Pcy:"П",Pfr:"𝔓",Phi:"Φ",Pi:"Π",PlusMinus:"±",plusmn:"±",pm:"±",Popf:"ℙ",primes:"ℙ",Pr:"⪻",Precedes:"≺",pr:"≺",prec:"≺",PrecedesEqual:"⪯",pre:"⪯",preceq:"⪯",PrecedesSlantEqual:"≼",prcue:"≼",preccurlyeq:"≼",PrecedesTilde:"≾",precsim:"≾",prsim:"≾",Prime:"″",Product:"∏",prod:"∏",Proportional:"∝",prop:"∝",propto:"∝",varpropto:"∝",vprop:"∝",Pscr:"𝒫",Psi:"Ψ",QUOT:'"',quot:'"',Qfr:"𝔔",Qopf:"ℚ",rationals:"ℚ",Qscr:"𝒬",RBarr:"⤐",drbkarow:"⤐",REG:"®",circledR:"®",reg:"®",Racute:"Ŕ",Rang:"⟫",Rarr:"↠",twoheadrightarrow:"↠",Rarrtl:"⤖",Rcaron:"Ř",Rcedil:"Ŗ",Rcy:"Р",Re:"ℜ",Rfr:"ℜ",real:"ℜ",realpart:"ℜ",ReverseElement:"∋",SuchThat:"∋",ni:"∋",niv:"∋",ReverseEquilibrium:"⇋",leftrightharpoons:"⇋",lrhar:"⇋",ReverseUpEquilibrium:"⥯",duhar:"⥯",Rho:"Ρ",RightAngleBracket:"⟩",rang:"⟩",rangle:"⟩",RightArrow:"→",ShortRightArrow:"→",rarr:"→",rightarrow:"→",srarr:"→",RightArrowBar:"⇥",rarrb:"⇥",RightArrowLeftArrow:"⇄",rightleftarrows:"⇄",rlarr:"⇄",RightCeiling:"⌉",rceil:"⌉",RightDoubleBracket:"⟧",robrk:"⟧",RightDownTeeVector:"⥝",RightDownVector:"⇂",dharr:"⇂",downharpoonright:"⇂",RightDownVectorBar:"⥕",RightFloor:"⌋",rfloor:"⌋",RightTee:"⊢",vdash:"⊢",RightTeeArrow:"↦",map:"↦",mapsto:"↦",RightTeeVector:"⥛",RightTriangle:"⊳",vartriangleright:"⊳",vrtri:"⊳",RightTriangleBar:"⧐",RightTriangleEqual:"⊵",rtrie:"⊵",trianglerighteq:"⊵",RightUpDownVector:"⥏",RightUpTeeVector:"⥜",RightUpVector:"↾",uharr:"↾",upharpoonright:"↾",RightUpVectorBar:"⥔",RightVector:"⇀",rharu:"⇀",rightharpoonup:"⇀",RightVectorBar:"⥓",Ropf:"ℝ",reals:"ℝ",RoundImplies:"⥰",Rrightarrow:"⇛",rAarr:"⇛",Rscr:"ℛ",realine:"ℛ",Rsh:"↱",rsh:"↱",RuleDelayed:"⧴",SHCHcy:"Щ",SHcy:"Ш",SOFTcy:"Ь",Sacute:"Ś",Sc:"⪼",Scaron:"Š",Scedil:"Ş",Scirc:"Ŝ",Scy:"С",Sfr:"𝔖",ShortUpArrow:"↑",UpArrow:"↑",uarr:"↑",uparrow:"↑",Sigma:"Σ",SmallCircle:"∘",compfn:"∘",Sopf:"𝕊",Sqrt:"√",radic:"√",Square:"□",squ:"□",square:"□",SquareIntersection:"⊓",sqcap:"⊓",SquareSubset:"⊏",sqsub:"⊏",sqsubset:"⊏",SquareSubsetEqual:"⊑",sqsube:"⊑",sqsubseteq:"⊑",SquareSuperset:"⊐",sqsup:"⊐",sqsupset:"⊐",SquareSupersetEqual:"⊒",sqsupe:"⊒",sqsupseteq:"⊒",SquareUnion:"⊔",sqcup:"⊔",Sscr:"𝒮",Star:"⋆",sstarf:"⋆",Sub:"⋐",Subset:"⋐",SubsetEqual:"⊆",sube:"⊆",subseteq:"⊆",Succeeds:"≻",sc:"≻",succ:"≻",SucceedsEqual:"⪰",sce:"⪰",succeq:"⪰",SucceedsSlantEqual:"≽",sccue:"≽",succcurlyeq:"≽",SucceedsTilde:"≿",scsim:"≿",succsim:"≿",Sum:"∑",sum:"∑",Sup:"⋑",Supset:"⋑",Superset:"⊃",sup:"⊃",supset:"⊃",SupersetEqual:"⊇",supe:"⊇",supseteq:"⊇",THORN:"Þ",TRADE:"™",trade:"™",TSHcy:"Ћ",TScy:"Ц",Tab:" ",Tau:"Τ",Tcaron:"Ť",Tcedil:"Ţ",Tcy:"Т",Tfr:"𝔗",Therefore:"∴",there4:"∴",therefore:"∴",Theta:"Θ",ThickSpace:" ",ThinSpace:" ",thinsp:" ",Tilde:"∼",sim:"∼",thicksim:"∼",thksim:"∼",TildeEqual:"≃",sime:"≃",simeq:"≃",TildeFullEqual:"≅",cong:"≅",TildeTilde:"≈",ap:"≈",approx:"≈",asymp:"≈",thickapprox:"≈",thkap:"≈",Topf:"𝕋",TripleDot:"⃛",tdot:"⃛",Tscr:"𝒯",Tstrok:"Ŧ",Uacute:"Ú",Uarr:"↟",Uarrocir:"⥉",Ubrcy:"Ў",Ubreve:"Ŭ",Ucirc:"Û",Ucy:"У",Udblac:"Ű",Ufr:"𝔘",Ugrave:"Ù",Umacr:"Ū",UnderBar:"_",lowbar:"_",UnderBrace:"⏟",UnderBracket:"⎵",bbrk:"⎵",UnderParenthesis:"⏝",Union:"⋃",bigcup:"⋃",xcup:"⋃",UnionPlus:"⊎",uplus:"⊎",Uogon:"Ų",Uopf:"𝕌",UpArrowBar:"⤒",UpArrowDownArrow:"⇅",udarr:"⇅",UpDownArrow:"↕",updownarrow:"↕",varr:"↕",UpEquilibrium:"⥮",udhar:"⥮",UpTee:"⊥",bot:"⊥",bottom:"⊥",perp:"⊥",UpTeeArrow:"↥",mapstoup:"↥",UpperLeftArrow:"↖",nwarr:"↖",nwarrow:"↖",UpperRightArrow:"↗",nearr:"↗",nearrow:"↗",Upsi:"ϒ",upsih:"ϒ",Upsilon:"Υ",Uring:"Ů",Uscr:"𝒰",Utilde:"Ũ",Uuml:"Ü",VDash:"⊫",Vbar:"⫫",Vcy:"В",Vdash:"⊩",Vdashl:"⫦",Vee:"⋁",bigvee:"⋁",xvee:"⋁",Verbar:"‖",Vert:"‖",VerticalBar:"∣",mid:"∣",shortmid:"∣",smid:"∣",VerticalLine:"|",verbar:"|",vert:"|",VerticalSeparator:"❘",VerticalTilde:"≀",wr:"≀",wreath:"≀",VeryThinSpace:" ",hairsp:" ",Vfr:"𝔙",Vopf:"𝕍",Vscr:"𝒱",Vvdash:"⊪",Wcirc:"Ŵ",Wedge:"⋀",bigwedge:"⋀",xwedge:"⋀",Wfr:"𝔚",Wopf:"𝕎",Wscr:"𝒲",Xfr:"𝔛",Xi:"Ξ",Xopf:"𝕏",Xscr:"𝒳",YAcy:"Я",YIcy:"Ї",YUcy:"Ю",Yacute:"Ý",Ycirc:"Ŷ",Ycy:"Ы",Yfr:"𝔜",Yopf:"𝕐",Yscr:"𝒴",Yuml:"Ÿ",ZHcy:"Ж",Zacute:"Ź",Zcaron:"Ž",Zcy:"З",Zdot:"Ż",Zeta:"Ζ",Zfr:"ℨ",zeetrf:"ℨ",Zopf:"ℤ",integers:"ℤ",Zscr:"𝒵",aacute:"á",abreve:"ă",ac:"∾",mstpos:"∾",acE:"∾̳",acd:"∿",acirc:"â",acy:"а",aelig:"æ",afr:"𝔞",agrave:"à",alefsym:"ℵ",aleph:"ℵ",alpha:"α",amacr:"ā",amalg:"⨿",and:"∧",wedge:"∧",andand:"⩕",andd:"⩜",andslope:"⩘",andv:"⩚",ang:"∠",angle:"∠",ange:"⦤",angmsd:"∡",measuredangle:"∡",angmsdaa:"⦨",angmsdab:"⦩",angmsdac:"⦪",angmsdad:"⦫",angmsdae:"⦬",angmsdaf:"⦭",angmsdag:"⦮",angmsdah:"⦯",angrt:"∟",angrtvb:"⊾",angrtvbd:"⦝",angsph:"∢",angzarr:"⍼",aogon:"ą",aopf:"𝕒",apE:"⩰",apacir:"⩯",ape:"≊",approxeq:"≊",apid:"≋",apos:"'",aring:"å",ascr:"𝒶",ast:"*",midast:"*",atilde:"ã",auml:"ä",awint:"⨑",bNot:"⫭",backcong:"≌",bcong:"≌",backepsilon:"϶",bepsi:"϶",backprime:"‵",bprime:"‵",backsim:"∽",bsim:"∽",backsimeq:"⋍",bsime:"⋍",barvee:"⊽",barwed:"⌅",barwedge:"⌅",bbrktbrk:"⎶",bcy:"б",bdquo:"„",ldquor:"„",bemptyv:"⦰",beta:"β",beth:"ℶ",between:"≬",twixt:"≬",bfr:"𝔟",bigcirc:"◯",xcirc:"◯",bigodot:"⨀",xodot:"⨀",bigoplus:"⨁",xoplus:"⨁",bigotimes:"⨂",xotime:"⨂",bigsqcup:"⨆",xsqcup:"⨆",bigstar:"★",starf:"★",bigtriangledown:"▽",xdtri:"▽",bigtriangleup:"△",xutri:"△",biguplus:"⨄",xuplus:"⨄",bkarow:"⤍",rbarr:"⤍",blacklozenge:"⧫",lozf:"⧫",blacktriangle:"▴",utrif:"▴",blacktriangledown:"▾",dtrif:"▾",blacktriangleleft:"◂",ltrif:"◂",blacktriangleright:"▸",rtrif:"▸",blank:"␣",blk12:"▒",blk14:"░",blk34:"▓",block:"█",bne:"=⃥",bnequiv:"≡⃥",bnot:"⌐",bopf:"𝕓",bowtie:"⋈",boxDL:"╗",boxDR:"╔",boxDl:"╖",boxDr:"╓",boxH:"═",boxHD:"╦",boxHU:"╩",boxHd:"╤",boxHu:"╧",boxUL:"╝",boxUR:"╚",boxUl:"╜",boxUr:"╙",boxV:"║",boxVH:"╬",boxVL:"╣",boxVR:"╠",boxVh:"╫",boxVl:"╢",boxVr:"╟",boxbox:"⧉",boxdL:"╕",boxdR:"╒",boxdl:"┐",boxdr:"┌",boxhD:"╥",boxhU:"╨",boxhd:"┬",boxhu:"┴",boxminus:"⊟",minusb:"⊟",boxplus:"⊞",plusb:"⊞",boxtimes:"⊠",timesb:"⊠",boxuL:"╛",boxuR:"╘",boxul:"┘",boxur:"└",boxv:"│",boxvH:"╪",boxvL:"╡",boxvR:"╞",boxvh:"┼",boxvl:"┤",boxvr:"├",brvbar:"¦",bscr:"𝒷",bsemi:"⁏",bsol:"\\",bsolb:"⧅",bsolhsub:"⟈",bull:"•",bullet:"•",bumpE:"⪮",cacute:"ć",cap:"∩",capand:"⩄",capbrcup:"⩉",capcap:"⩋",capcup:"⩇",capdot:"⩀",caps:"∩︀",caret:"⁁",ccaps:"⩍",ccaron:"č",ccedil:"ç",ccirc:"ĉ",ccups:"⩌",ccupssm:"⩐",cdot:"ċ",cemptyv:"⦲",cent:"¢",cfr:"𝔠",chcy:"ч",check:"✓",checkmark:"✓",chi:"χ",cir:"○",cirE:"⧃",circ:"ˆ",circeq:"≗",cire:"≗",circlearrowleft:"↺",olarr:"↺",circlearrowright:"↻",orarr:"↻",circledS:"Ⓢ",oS:"Ⓢ",circledast:"⊛",oast:"⊛",circledcirc:"⊚",ocir:"⊚",circleddash:"⊝",odash:"⊝",cirfnint:"⨐",cirmid:"⫯",cirscir:"⧂",clubs:"♣",clubsuit:"♣",colon:":",comma:",",commat:"@",comp:"∁",complement:"∁",congdot:"⩭",copf:"𝕔",copysr:"℗",crarr:"↵",cross:"✗",cscr:"𝒸",csub:"⫏",csube:"⫑",csup:"⫐",csupe:"⫒",ctdot:"⋯",cudarrl:"⤸",cudarrr:"⤵",cuepr:"⋞",curlyeqprec:"⋞",cuesc:"⋟",curlyeqsucc:"⋟",cularr:"↶",curvearrowleft:"↶",cularrp:"⤽",cup:"∪",cupbrcap:"⩈",cupcap:"⩆",cupcup:"⩊",cupdot:"⊍",cupor:"⩅",cups:"∪︀",curarr:"↷",curvearrowright:"↷",curarrm:"⤼",curlyvee:"⋎",cuvee:"⋎",curlywedge:"⋏",cuwed:"⋏",curren:"¤",cwint:"∱",cylcty:"⌭",dHar:"⥥",dagger:"†",daleth:"ℸ",dash:"‐",hyphen:"‐",dbkarow:"⤏",rBarr:"⤏",dcaron:"ď",dcy:"д",ddarr:"⇊",downdownarrows:"⇊",ddotseq:"⩷",eDDot:"⩷",deg:"°",delta:"δ",demptyv:"⦱",dfisht:"⥿",dfr:"𝔡",diamondsuit:"♦",diams:"♦",digamma:"ϝ",gammad:"ϝ",disin:"⋲",div:"÷",divide:"÷",divideontimes:"⋇",divonx:"⋇",djcy:"ђ",dlcorn:"⌞",llcorner:"⌞",dlcrop:"⌍",dollar:"$",dopf:"𝕕",doteqdot:"≑",eDot:"≑",dotminus:"∸",minusd:"∸",dotplus:"∔",plusdo:"∔",dotsquare:"⊡",sdotb:"⊡",drcorn:"⌟",lrcorner:"⌟",drcrop:"⌌",dscr:"𝒹",dscy:"ѕ",dsol:"⧶",dstrok:"đ",dtdot:"⋱",dtri:"▿",triangledown:"▿",dwangle:"⦦",dzcy:"џ",dzigrarr:"⟿",eacute:"é",easter:"⩮",ecaron:"ě",ecir:"≖",eqcirc:"≖",ecirc:"ê",ecolon:"≕",eqcolon:"≕",ecy:"э",edot:"ė",efDot:"≒",fallingdotseq:"≒",efr:"𝔢",eg:"⪚",egrave:"è",egs:"⪖",eqslantgtr:"⪖",egsdot:"⪘",el:"⪙",elinters:"⏧",ell:"ℓ",els:"⪕",eqslantless:"⪕",elsdot:"⪗",emacr:"ē",empty:"∅",emptyset:"∅",emptyv:"∅",varnothing:"∅",emsp13:" ",emsp14:" ",emsp:" ",eng:"ŋ",ensp:" ",eogon:"ę",eopf:"𝕖",epar:"⋕",eparsl:"⧣",eplus:"⩱",epsi:"ε",epsilon:"ε",epsiv:"ϵ",straightepsilon:"ϵ",varepsilon:"ϵ",equals:"=",equest:"≟",questeq:"≟",equivDD:"⩸",eqvparsl:"⧥",erDot:"≓",risingdotseq:"≓",erarr:"⥱",escr:"ℯ",eta:"η",eth:"ð",euml:"ë",euro:"€",excl:"!",fcy:"ф",female:"♀",ffilig:"ffi",fflig:"ff",ffllig:"ffl",ffr:"𝔣",filig:"fi",fjlig:"fj",flat:"♭",fllig:"fl",fltns:"▱",fnof:"ƒ",fopf:"𝕗",fork:"⋔",pitchfork:"⋔",forkv:"⫙",fpartint:"⨍",frac12:"½",half:"½",frac13:"⅓",frac14:"¼",frac15:"⅕",frac16:"⅙",frac18:"⅛",frac23:"⅔",frac25:"⅖",frac34:"¾",frac35:"⅗",frac38:"⅜",frac45:"⅘",frac56:"⅚",frac58:"⅝",frac78:"⅞",frasl:"⁄",frown:"⌢",sfrown:"⌢",fscr:"𝒻",gEl:"⪌",gtreqqless:"⪌",gacute:"ǵ",gamma:"γ",gap:"⪆",gtrapprox:"⪆",gbreve:"ğ",gcirc:"ĝ",gcy:"г",gdot:"ġ",gescc:"⪩",gesdot:"⪀",gesdoto:"⪂",gesdotol:"⪄",gesl:"⋛︀",gesles:"⪔",gfr:"𝔤",gimel:"ℷ",gjcy:"ѓ",glE:"⪒",gla:"⪥",glj:"⪤",gnE:"≩",gneqq:"≩",gnap:"⪊",gnapprox:"⪊",gne:"⪈",gneq:"⪈",gnsim:"⋧",gopf:"𝕘",gscr:"ℊ",gsime:"⪎",gsiml:"⪐",gtcc:"⪧",gtcir:"⩺",gtdot:"⋗",gtrdot:"⋗",gtlPar:"⦕",gtquest:"⩼",gtrarr:"⥸",gvertneqq:"≩︀",gvnE:"≩︀",hardcy:"ъ",harrcir:"⥈",harrw:"↭",leftrightsquigarrow:"↭",hbar:"ℏ",hslash:"ℏ",planck:"ℏ",plankv:"ℏ",hcirc:"ĥ",hearts:"♥",heartsuit:"♥",hellip:"…",mldr:"…",hercon:"⊹",hfr:"𝔥",hksearow:"⤥",searhk:"⤥",hkswarow:"⤦",swarhk:"⤦",hoarr:"⇿",homtht:"∻",hookleftarrow:"↩",larrhk:"↩",hookrightarrow:"↪",rarrhk:"↪",hopf:"𝕙",horbar:"―",hscr:"𝒽",hstrok:"ħ",hybull:"⁃",iacute:"í",icirc:"î",icy:"и",iecy:"е",iexcl:"¡",ifr:"𝔦",igrave:"ì",iiiint:"⨌",qint:"⨌",iiint:"∭",tint:"∭",iinfin:"⧜",iiota:"℩",ijlig:"ij",imacr:"ī",imath:"ı",inodot:"ı",imof:"⊷",imped:"Ƶ",incare:"℅",infin:"∞",infintie:"⧝",intcal:"⊺",intercal:"⊺",intlarhk:"⨗",intprod:"⨼",iprod:"⨼",iocy:"ё",iogon:"į",iopf:"𝕚",iota:"ι",iquest:"¿",iscr:"𝒾",isinE:"⋹",isindot:"⋵",isins:"⋴",isinsv:"⋳",itilde:"ĩ",iukcy:"і",iuml:"ï",jcirc:"ĵ",jcy:"й",jfr:"𝔧",jmath:"ȷ",jopf:"𝕛",jscr:"𝒿",jsercy:"ј",jukcy:"є",kappa:"κ",kappav:"ϰ",varkappa:"ϰ",kcedil:"ķ",kcy:"к",kfr:"𝔨",kgreen:"ĸ",khcy:"х",kjcy:"ќ",kopf:"𝕜",kscr:"𝓀",lAtail:"⤛",lBarr:"⤎",lEg:"⪋",lesseqqgtr:"⪋",lHar:"⥢",lacute:"ĺ",laemptyv:"⦴",lambda:"λ",langd:"⦑",lap:"⪅",lessapprox:"⪅",laquo:"«",larrbfs:"⤟",larrfs:"⤝",larrlp:"↫",looparrowleft:"↫",larrpl:"⤹",larrsim:"⥳",larrtl:"↢",leftarrowtail:"↢",lat:"⪫",latail:"⤙",late:"⪭",lates:"⪭︀",lbarr:"⤌",lbbrk:"❲",lbrace:"{",lcub:"{",lbrack:"[",lsqb:"[",lbrke:"⦋",lbrksld:"⦏",lbrkslu:"⦍",lcaron:"ľ",lcedil:"ļ",lcy:"л",ldca:"⤶",ldrdhar:"⥧",ldrushar:"⥋",ldsh:"↲",le:"≤",leq:"≤",leftleftarrows:"⇇",llarr:"⇇",leftthreetimes:"⋋",lthree:"⋋",lescc:"⪨",lesdot:"⩿",lesdoto:"⪁",lesdotor:"⪃",lesg:"⋚︀",lesges:"⪓",lessdot:"⋖",ltdot:"⋖",lfisht:"⥼",lfr:"𝔩",lgE:"⪑",lharul:"⥪",lhblk:"▄",ljcy:"љ",llhard:"⥫",lltri:"◺",lmidot:"ŀ",lmoust:"⎰",lmoustache:"⎰",lnE:"≨",lneqq:"≨",lnap:"⪉",lnapprox:"⪉",lne:"⪇",lneq:"⪇",lnsim:"⋦",loang:"⟬",loarr:"⇽",longmapsto:"⟼",xmap:"⟼",looparrowright:"↬",rarrlp:"↬",lopar:"⦅",lopf:"𝕝",loplus:"⨭",lotimes:"⨴",lowast:"∗",loz:"◊",lozenge:"◊",lpar:"(",lparlt:"⦓",lrhard:"⥭",lrm:"",lrtri:"⊿",lsaquo:"‹",lscr:"𝓁",lsime:"⪍",lsimg:"⪏",lsquor:"‚",sbquo:"‚",lstrok:"ł",ltcc:"⪦",ltcir:"⩹",ltimes:"⋉",ltlarr:"⥶",ltquest:"⩻",ltrPar:"⦖",ltri:"◃",triangleleft:"◃",lurdshar:"⥊",luruhar:"⥦",lvertneqq:"≨︀",lvnE:"≨︀",mDDot:"∺",macr:"¯",strns:"¯",male:"♂",malt:"✠",maltese:"✠",marker:"▮",mcomma:"⨩",mcy:"м",mdash:"—",mfr:"𝔪",mho:"℧",micro:"µ",midcir:"⫰",minus:"−",minusdu:"⨪",mlcp:"⫛",models:"⊧",mopf:"𝕞",mscr:"𝓂",mu:"μ",multimap:"⊸",mumap:"⊸",nGg:"⋙̸",nGt:"≫⃒",nLeftarrow:"⇍",nlArr:"⇍",nLeftrightarrow:"⇎",nhArr:"⇎",nLl:"⋘̸",nLt:"≪⃒",nRightarrow:"⇏",nrArr:"⇏",nVDash:"⊯",nVdash:"⊮",nacute:"ń",nang:"∠⃒",napE:"⩰̸",napid:"≋̸",napos:"ʼn",natur:"♮",natural:"♮",ncap:"⩃",ncaron:"ň",ncedil:"ņ",ncongdot:"⩭̸",ncup:"⩂",ncy:"н",ndash:"–",neArr:"⇗",nearhk:"⤤",nedot:"≐̸",nesear:"⤨",toea:"⤨",nfr:"𝔫",nharr:"↮",nleftrightarrow:"↮",nhpar:"⫲",nis:"⋼",nisd:"⋺",njcy:"њ",nlE:"≦̸",nleqq:"≦̸",nlarr:"↚",nleftarrow:"↚",nldr:"‥",nopf:"𝕟",not:"¬",notinE:"⋹̸",notindot:"⋵̸",notinvb:"⋷",notinvc:"⋶",notnivb:"⋾",notnivc:"⋽",nparsl:"⫽⃥",npart:"∂̸",npolint:"⨔",nrarr:"↛",nrightarrow:"↛",nrarrc:"⤳̸",nrarrw:"↝̸",nscr:"𝓃",nsub:"⊄",nsubE:"⫅̸",nsubseteqq:"⫅̸",nsup:"⊅",nsupE:"⫆̸",nsupseteqq:"⫆̸",ntilde:"ñ",nu:"ν",num:"#",numero:"№",numsp:" ",nvDash:"⊭",nvHarr:"⤄",nvap:"≍⃒",nvdash:"⊬",nvge:"≥⃒",nvgt:">⃒",nvinfin:"⧞",nvlArr:"⤂",nvle:"≤⃒",nvlt:"<⃒",nvltrie:"⊴⃒",nvrArr:"⤃",nvrtrie:"⊵⃒",nvsim:"∼⃒",nwArr:"⇖",nwarhk:"⤣",nwnear:"⤧",oacute:"ó",ocirc:"ô",ocy:"о",odblac:"ő",odiv:"⨸",odsold:"⦼",oelig:"œ",ofcir:"⦿",ofr:"𝔬",ogon:"˛",ograve:"ò",ogt:"⧁",ohbar:"⦵",olcir:"⦾",olcross:"⦻",olt:"⧀",omacr:"ō",omega:"ω",omicron:"ο",omid:"⦶",oopf:"𝕠",opar:"⦷",operp:"⦹",or:"∨",vee:"∨",ord:"⩝",order:"ℴ",orderof:"ℴ",oscr:"ℴ",ordf:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oslash:"ø",osol:"⊘",otilde:"õ",otimesas:"⨶",ouml:"ö",ovbar:"⌽",para:"¶",parsim:"⫳",parsl:"⫽",pcy:"п",percnt:"%",period:".",permil:"‰",pertenk:"‱",pfr:"𝔭",phi:"φ",phiv:"ϕ",straightphi:"ϕ",varphi:"ϕ",phone:"☎",pi:"π",piv:"ϖ",varpi:"ϖ",planckh:"ℎ",plus:"+",plusacir:"⨣",pluscir:"⨢",plusdu:"⨥",pluse:"⩲",plussim:"⨦",plustwo:"⨧",pointint:"⨕",popf:"𝕡",pound:"£",prE:"⪳",prap:"⪷",precapprox:"⪷",precnapprox:"⪹",prnap:"⪹",precneqq:"⪵",prnE:"⪵",precnsim:"⋨",prnsim:"⋨",prime:"′",profalar:"⌮",profline:"⌒",profsurf:"⌓",prurel:"⊰",pscr:"𝓅",psi:"ψ",puncsp:" ",qfr:"𝔮",qopf:"𝕢",qprime:"⁗",qscr:"𝓆",quatint:"⨖",quest:"?",rAtail:"⤜",rHar:"⥤",race:"∽̱",racute:"ŕ",raemptyv:"⦳",rangd:"⦒",range:"⦥",raquo:"»",rarrap:"⥵",rarrbfs:"⤠",rarrc:"⤳",rarrfs:"⤞",rarrpl:"⥅",rarrsim:"⥴",rarrtl:"↣",rightarrowtail:"↣",rarrw:"↝",rightsquigarrow:"↝",ratail:"⤚",ratio:"∶",rbbrk:"❳",rbrace:"}",rcub:"}",rbrack:"]",rsqb:"]",rbrke:"⦌",rbrksld:"⦎",rbrkslu:"⦐",rcaron:"ř",rcedil:"ŗ",rcy:"р",rdca:"⤷",rdldhar:"⥩",rdsh:"↳",rect:"▭",rfisht:"⥽",rfr:"𝔯",rharul:"⥬",rho:"ρ",rhov:"ϱ",varrho:"ϱ",rightrightarrows:"⇉",rrarr:"⇉",rightthreetimes:"⋌",rthree:"⋌",ring:"˚",rlm:"",rmoust:"⎱",rmoustache:"⎱",rnmid:"⫮",roang:"⟭",roarr:"⇾",ropar:"⦆",ropf:"𝕣",roplus:"⨮",rotimes:"⨵",rpar:")",rpargt:"⦔",rppolint:"⨒",rsaquo:"›",rscr:"𝓇",rtimes:"⋊",rtri:"▹",triangleright:"▹",rtriltri:"⧎",ruluhar:"⥨",rx:"℞",sacute:"ś",scE:"⪴",scap:"⪸",succapprox:"⪸",scaron:"š",scedil:"ş",scirc:"ŝ",scnE:"⪶",succneqq:"⪶",scnap:"⪺",succnapprox:"⪺",scnsim:"⋩",succnsim:"⋩",scpolint:"⨓",scy:"с",sdot:"⋅",sdote:"⩦",seArr:"⇘",sect:"§",semi:";",seswar:"⤩",tosa:"⤩",sext:"✶",sfr:"𝔰",sharp:"♯",shchcy:"щ",shcy:"ш",shy:"",sigma:"σ",sigmaf:"ς",sigmav:"ς",varsigma:"ς",simdot:"⩪",simg:"⪞",simgE:"⪠",siml:"⪝",simlE:"⪟",simne:"≆",simplus:"⨤",simrarr:"⥲",smashp:"⨳",smeparsl:"⧤",smile:"⌣",ssmile:"⌣",smt:"⪪",smte:"⪬",smtes:"⪬︀",softcy:"ь",sol:"/",solb:"⧄",solbar:"⌿",sopf:"𝕤",spades:"♠",spadesuit:"♠",sqcaps:"⊓︀",sqcups:"⊔︀",sscr:"𝓈",star:"☆",sub:"⊂",subset:"⊂",subE:"⫅",subseteqq:"⫅",subdot:"⪽",subedot:"⫃",submult:"⫁",subnE:"⫋",subsetneqq:"⫋",subne:"⊊",subsetneq:"⊊",subplus:"⪿",subrarr:"⥹",subsim:"⫇",subsub:"⫕",subsup:"⫓",sung:"♪",sup1:"¹",sup2:"²",sup3:"³",supE:"⫆",supseteqq:"⫆",supdot:"⪾",supdsub:"⫘",supedot:"⫄",suphsol:"⟉",suphsub:"⫗",suplarr:"⥻",supmult:"⫂",supnE:"⫌",supsetneqq:"⫌",supne:"⊋",supsetneq:"⊋",supplus:"⫀",supsim:"⫈",supsub:"⫔",supsup:"⫖",swArr:"⇙",swnwar:"⤪",szlig:"ß",target:"⌖",tau:"τ",tcaron:"ť",tcedil:"ţ",tcy:"т",telrec:"⌕",tfr:"𝔱",theta:"θ",thetasym:"ϑ",thetav:"ϑ",vartheta:"ϑ",thorn:"þ",times:"×",timesbar:"⨱",timesd:"⨰",topbot:"⌶",topcir:"⫱",topf:"𝕥",topfork:"⫚",tprime:"‴",triangle:"▵",utri:"▵",triangleq:"≜",trie:"≜",tridot:"◬",triminus:"⨺",triplus:"⨹",trisb:"⧍",tritime:"⨻",trpezium:"⏢",tscr:"𝓉",tscy:"ц",tshcy:"ћ",tstrok:"ŧ",uHar:"⥣",uacute:"ú",ubrcy:"ў",ubreve:"ŭ",ucirc:"û",ucy:"у",udblac:"ű",ufisht:"⥾",ufr:"𝔲",ugrave:"ù",uhblk:"▀",ulcorn:"⌜",ulcorner:"⌜",ulcrop:"⌏",ultri:"◸",umacr:"ū",uogon:"ų",uopf:"𝕦",upsi:"υ",upsilon:"υ",upuparrows:"⇈",uuarr:"⇈",urcorn:"⌝",urcorner:"⌝",urcrop:"⌎",uring:"ů",urtri:"◹",uscr:"𝓊",utdot:"⋰",utilde:"ũ",uuml:"ü",uwangle:"⦧",vBar:"⫨",vBarv:"⫩",vangrt:"⦜",varsubsetneq:"⊊︀",vsubne:"⊊︀",varsubsetneqq:"⫋︀",vsubnE:"⫋︀",varsupsetneq:"⊋︀",vsupne:"⊋︀",varsupsetneqq:"⫌︀",vsupnE:"⫌︀",vcy:"в",veebar:"⊻",veeeq:"≚",vellip:"⋮",vfr:"𝔳",vopf:"𝕧",vscr:"𝓋",vzigzag:"⦚",wcirc:"ŵ",wedbar:"⩟",wedgeq:"≙",weierp:"℘",wp:"℘",wfr:"𝔴",wopf:"𝕨",wscr:"𝓌",xfr:"𝔵",xi:"ξ",xnis:"⋻",xopf:"𝕩",xscr:"𝓍",yacute:"ý",yacy:"я",ycirc:"ŷ",ycy:"ы",yen:"¥",yfr:"𝔶",yicy:"ї",yopf:"𝕪",yscr:"𝓎",yucy:"ю",yuml:"ÿ",zacute:"ź",zcaron:"ž",zcy:"з",zdot:"ż",zeta:"ζ",zfr:"𝔷",zhcy:"ж",zigrarr:"⇝",zopf:"𝕫",zscr:"𝓏",zwj:"",zwnj:""},ry="",Fl.ngsp=ry,ix=[/^\s*$/,/[<>]/,/^[{}]$/,/&(#|[a-z])/i,/^\/\//],u(X3,"ws"),oy=(wu=class{static fromArray(e){return e?(X3("interpolation",e),new wu(e[0],e[1])):Dp}constructor(e,t){this.start=e,this.end=t}},u(wu,"t"),wu),Dp=new oy("{{","}}"),Du=(Ep=class extends Zd{constructor(e,t,n){super(n,e),this.tokenType=t}},u(Ep,"pt"),Ep),lx=(bp=class{constructor(e,t,n){this.tokens=e,this.errors=t,this.nonNormalizedIcuExpressions=n}},u(bp,"Pr"),bp),u(Z3,"Ms"),ay=/\r\n?/g,u(io,"Ye"),u(Bd,"Ls"),u(Q3,"oo"),function(e){e.HEX="hexadecimal",e.DEC="decimal"}(Eu||(Eu={})),bu=(Cp=class{constructor(e){this.error=e}},u(Cp,"ht"),Cp),sx=(xp=class{constructor(e,t,n){this._getTagContentType=t,this._currentTokenStart=null,this._currentTokenType=null,this._expansionCaseStack=[],this._inInterpolation=!1,this._fullNameStack=[],this.tokens=[],this.errors=[],this.nonNormalizedIcuExpressions=[],this._tokenizeIcu=n.tokenizeExpansionForms||!1,this._interpolationConfig=n.interpolationConfig||Dp,this._leadingTriviaCodePoints=n.leadingTriviaChars&&n.leadingTriviaChars.map(o=>o.codePointAt(0)||0),this._canSelfClose=n.canSelfClose||!1,this._allowHtmComponentClosingTags=n.allowHtmComponentClosingTags||!1;let r=n.range||{endPos:e.content.length,startPos:0,startLine:0,startCol:0};this._cursor=n.escapedString?new iy(e,r):new Sp(e,r),this._preserveLineEndings=n.preserveLineEndings||!1,this._i18nNormalizeLineEndingsInICUs=n.i18nNormalizeLineEndingsInICUs||!1,this._tokenizeBlocks=n.tokenizeBlocks??!0;try{this._cursor.init()}catch(o){this.handleError(o)}}_processCarriageReturns(e){return this._preserveLineEndings?e:e.replace(ay,`
|
||
`)}tokenize(){for(;this._cursor.peek()!==0;){let e=this._cursor.clone();try{if(this._attemptCharCode(60))if(this._attemptCharCode(33))this._attemptStr("[CDATA[")?this._consumeCdata(e):this._attemptStr("--")?this._consumeComment(e):this._attemptStrCaseInsensitive("doctype")?this._consumeDocType(e):this._consumeBogusComment(e);else if(this._attemptCharCode(47))this._consumeTagClose(e);else{let t=this._cursor.clone();this._attemptCharCode(63)?(this._cursor=t,this._consumeBogusComment(e)):this._consumeTagOpen(e)}else this._tokenizeBlocks&&this._attemptCharCode(64)?this._consumeBlockStart(e):this._tokenizeBlocks&&!this._inInterpolation&&!this._isInExpansionCase()&&!this._isInExpansionForm()&&this._attemptCharCode(125)?this._consumeBlockEnd(e):this._tokenizeIcu&&this._tokenizeExpansionForm()||this._consumeWithInterpolation(5,8,()=>this._isTextEnd(),()=>this._isTagStart())}catch(t){this.handleError(t)}}this._beginToken(30),this._endToken([])}_getBlockName(){let e=!1,t=this._cursor.clone();return this._attemptCharCodeUntilFn(n=>Yc(n)?!e:$d(n)?(e=!0,!1):!0),this._cursor.getChars(t).trim()}_consumeBlockStart(e){this._beginToken(25,e);let t=this._endToken([this._getBlockName()]);if(this._cursor.peek()===40)if(this._cursor.advance(),this._consumeBlockParameters(),this._attemptCharCodeUntilFn(ze),this._attemptCharCode(41))this._attemptCharCodeUntilFn(ze);else{t.type=29;return}this._attemptCharCode(123)?(this._beginToken(26),this._endToken([])):t.type=29}_consumeBlockEnd(e){this._beginToken(27,e),this._endToken([])}_consumeBlockParameters(){for(this._attemptCharCodeUntilFn(Md);this._cursor.peek()!==41&&this._cursor.peek()!==0;){this._beginToken(28);let e=this._cursor.clone(),t=null,n=0;for(;this._cursor.peek()!==59&&this._cursor.peek()!==0||t!==null;){let r=this._cursor.peek();if(r===92)this._cursor.advance();else if(r===t)t=null;else if(t===null&&zd(r))t=r;else if(r===40&&t===null)n++;else if(r===41&&t===null){if(n===0)break;n>0&&n--}this._cursor.advance()}this._endToken([this._cursor.getChars(e)]),this._attemptCharCodeUntilFn(Md)}}_tokenizeExpansionForm(){if(this.isExpansionFormStart())return this._consumeExpansionFormStart(),!0;if(n7(this._cursor.peek())&&this._isInExpansionForm())return this._consumeExpansionCaseStart(),!0;if(this._cursor.peek()===125){if(this._isInExpansionCase())return this._consumeExpansionCaseEnd(),!0;if(this._isInExpansionForm())return this._consumeExpansionFormEnd(),!0}return!1}_beginToken(e,t=this._cursor.clone()){this._currentTokenStart=t,this._currentTokenType=e}_endToken(e,t){if(this._currentTokenStart===null)throw new Du("Programming error - attempted to end a token when there was no start to the token",this._currentTokenType,this._cursor.getSpan(t));if(this._currentTokenType===null)throw new Du("Programming error - attempted to end a token which has no token type",null,this._cursor.getSpan(this._currentTokenStart));let n={type:this._currentTokenType,parts:e,sourceSpan:(t??this._cursor).getSpan(this._currentTokenStart,this._leadingTriviaCodePoints)};return this.tokens.push(n),this._currentTokenStart=null,this._currentTokenType=null,n}_createError(e,t){this._isInExpansionForm()&&(e+=` (Do you have an unescaped "{" in your template? Use "{{ '{' }}") to escape it.)`);let n=new Du(e,this._currentTokenType,t);return this._currentTokenStart=null,this._currentTokenType=null,new bu(n)}handleError(e){if(e instanceof Cu&&(e=this._createError(e.msg,this._cursor.getSpan(e.cursor))),e instanceof bu)this.errors.push(e.error);else throw e}_attemptCharCode(e){return this._cursor.peek()===e?(this._cursor.advance(),!0):!1}_attemptCharCodeCaseInsensitive(e){return r7(this._cursor.peek(),e)?(this._cursor.advance(),!0):!1}_requireCharCode(e){let t=this._cursor.clone();if(!this._attemptCharCode(e))throw this._createError(io(this._cursor.peek()),this._cursor.getSpan(t))}_attemptStr(e){let t=e.length;if(this._cursor.charsLeft()<t)return!1;let n=this._cursor.clone();for(let r=0;r<t;r++)if(!this._attemptCharCode(e.charCodeAt(r)))return this._cursor=n,!1;return!0}_attemptStrCaseInsensitive(e){for(let t=0;t<e.length;t++)if(!this._attemptCharCodeCaseInsensitive(e.charCodeAt(t)))return!1;return!0}_requireStr(e){let t=this._cursor.clone();if(!this._attemptStr(e))throw this._createError(io(this._cursor.peek()),this._cursor.getSpan(t))}_requireStrCaseInsensitive(e){let t=this._cursor.clone();if(!this._attemptStrCaseInsensitive(e))throw this._createError(io(this._cursor.peek()),this._cursor.getSpan(t))}_attemptCharCodeUntilFn(e){for(;!e(this._cursor.peek());)this._cursor.advance()}_requireCharCodeUntilFn(e,t){let n=this._cursor.clone();if(this._attemptCharCodeUntilFn(e),this._cursor.diff(n)<t)throw this._createError(io(this._cursor.peek()),this._cursor.getSpan(n))}_attemptUntilChar(e){for(;this._cursor.peek()!==e;)this._cursor.advance()}_readChar(){let e=String.fromCodePoint(this._cursor.peek());return this._cursor.advance(),e}_consumeEntity(e){this._beginToken(9);let t=this._cursor.clone();if(this._cursor.advance(),this._attemptCharCode(35)){let n=this._attemptCharCode(120)||this._attemptCharCode(88),r=this._cursor.clone();if(this._attemptCharCodeUntilFn(e7),this._cursor.peek()!=59){this._cursor.advance();let a=n?Eu.HEX:Eu.DEC;throw this._createError(Q3(a,this._cursor.getChars(t)),this._cursor.getSpan())}let o=this._cursor.getChars(r);this._cursor.advance();try{let a=parseInt(o,n?16:10);this._endToken([String.fromCharCode(a),this._cursor.getChars(t)])}catch{throw this._createError(Bd(this._cursor.getChars(t)),this._cursor.getSpan())}}else{let n=this._cursor.clone();if(this._attemptCharCodeUntilFn(t7),this._cursor.peek()!=59)this._beginToken(e,t),this._cursor=n,this._endToken(["&"]);else{let r=this._cursor.getChars(n);this._cursor.advance();let o=Fl[r];if(!o)throw this._createError(Bd(r),this._cursor.getSpan(t));this._endToken([o,`&${r};`])}}}_consumeRawText(e,t){this._beginToken(e?6:7);let n=[];for(;;){let r=this._cursor.clone(),o=t();if(this._cursor=r,o)break;e&&this._cursor.peek()===38?(this._endToken([this._processCarriageReturns(n.join(""))]),n.length=0,this._consumeEntity(6),this._beginToken(6)):n.push(this._readChar())}this._endToken([this._processCarriageReturns(n.join(""))])}_consumeComment(e){this._beginToken(10,e),this._endToken([]),this._consumeRawText(!1,()=>this._attemptStr("-->")),this._beginToken(11),this._requireStr("-->"),this._endToken([])}_consumeBogusComment(e){this._beginToken(10,e),this._endToken([]),this._consumeRawText(!1,()=>this._cursor.peek()===62),this._beginToken(11),this._cursor.advance(),this._endToken([])}_consumeCdata(e){this._beginToken(12,e),this._endToken([]),this._consumeRawText(!1,()=>this._attemptStr("]]>")),this._beginToken(13),this._requireStr("]]>"),this._endToken([])}_consumeDocType(e){this._beginToken(18,e),this._endToken([]),this._consumeRawText(!1,()=>this._cursor.peek()===62),this._beginToken(19),this._cursor.advance(),this._endToken([])}_consumePrefixAndName(){let e=this._cursor.clone(),t="";for(;this._cursor.peek()!==58&&!J3(this._cursor.peek());)this._cursor.advance();let n;this._cursor.peek()===58?(t=this._cursor.getChars(e),this._cursor.advance(),n=this._cursor.clone()):n=e,this._requireCharCodeUntilFn(Ld,t===""?0:1);let r=this._cursor.getChars(n);return[t,r]}_consumeTagOpen(e){let t,n,r,o=[];try{if(!Kc(this._cursor.peek()))throw this._createError(io(this._cursor.peek()),this._cursor.getSpan(e));for(r=this._consumeTagOpenStart(e),n=r.parts[0],t=r.parts[1],this._attemptCharCodeUntilFn(ze);this._cursor.peek()!==47&&this._cursor.peek()!==62&&this._cursor.peek()!==60&&this._cursor.peek()!==0;){let[i,l]=this._consumeAttributeName();if(this._attemptCharCodeUntilFn(ze),this._attemptCharCode(61)){this._attemptCharCodeUntilFn(ze);let c=this._consumeAttributeValue();o.push({prefix:i,name:l,value:c})}else o.push({prefix:i,name:l});this._attemptCharCodeUntilFn(ze)}this._consumeTagOpenEnd()}catch(i){if(i instanceof bu){r?r.type=4:(this._beginToken(5,e),this._endToken(["<"]));return}throw i}if(this._canSelfClose&&this.tokens[this.tokens.length-1].type===2)return;let a=this._getTagContentType(t,n,this._fullNameStack.length>0,o);this._handleFullNameStackForTagOpen(n,t),a===nn.RAW_TEXT?this._consumeRawTextWithTagClose(n,t,!1):a===nn.ESCAPABLE_RAW_TEXT&&this._consumeRawTextWithTagClose(n,t,!0)}_consumeRawTextWithTagClose(e,t,n){this._consumeRawText(n,()=>!this._attemptCharCode(60)||!this._attemptCharCode(47)||(this._attemptCharCodeUntilFn(ze),!this._attemptStrCaseInsensitive(e?`${e}:${t}`:t))?!1:(this._attemptCharCodeUntilFn(ze),this._attemptCharCode(62))),this._beginToken(3),this._requireCharCodeUntilFn(r=>r===62,3),this._cursor.advance(),this._endToken([e,t]),this._handleFullNameStackForTagClose(e,t)}_consumeTagOpenStart(e){this._beginToken(0,e);let t=this._consumePrefixAndName();return this._endToken(t)}_consumeAttributeName(){let e=this._cursor.peek();if(e===39||e===34)throw this._createError(io(e),this._cursor.getSpan());this._beginToken(14);let t=this._consumePrefixAndName();return this._endToken(t),t}_consumeAttributeValue(){let e;if(this._cursor.peek()===39||this._cursor.peek()===34){let t=this._cursor.peek();this._consumeQuote(t);let n=u(()=>this._cursor.peek()===t,"n");e=this._consumeWithInterpolation(16,17,n,n),this._consumeQuote(t)}else{let t=u(()=>Ld(this._cursor.peek()),"r");e=this._consumeWithInterpolation(16,17,t,t)}return e}_consumeQuote(e){this._beginToken(15),this._requireCharCode(e),this._endToken([String.fromCodePoint(e)])}_consumeTagOpenEnd(){let e=this._attemptCharCode(47)?2:1;this._beginToken(e),this._requireCharCode(62),this._endToken([])}_consumeTagClose(e){if(this._beginToken(3,e),this._attemptCharCodeUntilFn(ze),this._allowHtmComponentClosingTags&&this._attemptCharCode(47))this._attemptCharCodeUntilFn(ze),this._requireCharCode(62),this._endToken([]);else{let[t,n]=this._consumePrefixAndName();this._attemptCharCodeUntilFn(ze),this._requireCharCode(62),this._endToken([t,n]),this._handleFullNameStackForTagClose(t,n)}}_consumeExpansionFormStart(){this._beginToken(20),this._requireCharCode(123),this._endToken([]),this._expansionCaseStack.push(20),this._beginToken(7);let e=this._readUntil(44),t=this._processCarriageReturns(e);if(this._i18nNormalizeLineEndingsInICUs)this._endToken([t]);else{let r=this._endToken([e]);t!==e&&this.nonNormalizedIcuExpressions.push(r)}this._requireCharCode(44),this._attemptCharCodeUntilFn(ze),this._beginToken(7);let n=this._readUntil(44);this._endToken([n]),this._requireCharCode(44),this._attemptCharCodeUntilFn(ze)}_consumeExpansionCaseStart(){this._beginToken(21);let e=this._readUntil(123).trim();this._endToken([e]),this._attemptCharCodeUntilFn(ze),this._beginToken(22),this._requireCharCode(123),this._endToken([]),this._attemptCharCodeUntilFn(ze),this._expansionCaseStack.push(22)}_consumeExpansionCaseEnd(){this._beginToken(23),this._requireCharCode(125),this._endToken([]),this._attemptCharCodeUntilFn(ze),this._expansionCaseStack.pop()}_consumeExpansionFormEnd(){this._beginToken(24),this._requireCharCode(125),this._endToken([]),this._expansionCaseStack.pop()}_consumeWithInterpolation(e,t,n,r){this._beginToken(e);let o=[];for(;!n();){let i=this._cursor.clone();this._interpolationConfig&&this._attemptStr(this._interpolationConfig.start)?(this._endToken([this._processCarriageReturns(o.join(""))],i),o.length=0,this._consumeInterpolation(t,i,r),this._beginToken(e)):this._cursor.peek()===38?(this._endToken([this._processCarriageReturns(o.join(""))]),o.length=0,this._consumeEntity(e),this._beginToken(e)):o.push(this._readChar())}this._inInterpolation=!1;let a=this._processCarriageReturns(o.join(""));return this._endToken([a]),a}_consumeInterpolation(e,t,n){let r=[];this._beginToken(e,t),r.push(this._interpolationConfig.start);let o=this._cursor.clone(),a=null,i=!1;for(;this._cursor.peek()!==0&&(n===null||!n());){let l=this._cursor.clone();if(this._isTagStart()){this._cursor=l,r.push(this._getProcessedChars(o,l)),this._endToken(r);return}if(a===null)if(this._attemptStr(this._interpolationConfig.end)){r.push(this._getProcessedChars(o,l)),r.push(this._interpolationConfig.end),this._endToken(r);return}else this._attemptStr("//")&&(i=!0);let c=this._cursor.peek();this._cursor.advance(),c===92?this._cursor.advance():c===a?a=null:!i&&a===null&&zd(c)&&(a=c)}r.push(this._getProcessedChars(o,this._cursor)),this._endToken(r)}_getProcessedChars(e,t){return this._processCarriageReturns(t.getChars(e))}_isTextEnd(){return!!(this._isTagStart()||this._cursor.peek()===0||this._tokenizeIcu&&!this._inInterpolation&&(this.isExpansionFormStart()||this._cursor.peek()===125&&this._isInExpansionCase())||this._tokenizeBlocks&&!this._inInterpolation&&!this._isInExpansion()&&(this._isBlockStart()||this._cursor.peek()===125))}_isTagStart(){if(this._cursor.peek()===60){let e=this._cursor.clone();e.advance();let t=e.peek();if(97<=t&&t<=122||65<=t&&t<=90||t===47||t===33)return!0}return!1}_isBlockStart(){if(this._tokenizeBlocks&&this._cursor.peek()===64){let e=this._cursor.clone();if(e.advance(),$d(e.peek()))return!0}return!1}_readUntil(e){let t=this._cursor.clone();return this._attemptUntilChar(e),this._cursor.getChars(t)}_isInExpansion(){return this._isInExpansionCase()||this._isInExpansionForm()}_isInExpansionCase(){return this._expansionCaseStack.length>0&&this._expansionCaseStack[this._expansionCaseStack.length-1]===22}_isInExpansionForm(){return this._expansionCaseStack.length>0&&this._expansionCaseStack[this._expansionCaseStack.length-1]===20}isExpansionFormStart(){if(this._cursor.peek()!==123)return!1;if(this._interpolationConfig){let e=this._cursor.clone(),t=this._attemptStr(this._interpolationConfig.start);return this._cursor=e,!t}return!0}_handleFullNameStackForTagOpen(e,t){let n=Mi(e,t);(this._fullNameStack.length===0||this._fullNameStack[this._fullNameStack.length-1]===n)&&this._fullNameStack.push(n)}_handleFullNameStackForTagClose(e,t){let n=Mi(e,t);this._fullNameStack.length!==0&&this._fullNameStack[this._fullNameStack.length-1]===n&&this._fullNameStack.pop()}},u(xp,"Nr"),xp),u(ze,"k"),u(Ld,"Fs"),u(J3,"uo"),u(e7,"lo"),u(t7,"co"),u(n7,"po"),u(r7,"ho"),u(bh,"Ps"),u($d,"Ns"),u(Md,"Is"),u(DC,"fo"),Sp=(Ni=class{constructor(e,t){if(e instanceof Ni){this.file=e.file,this.input=e.input,this.end=e.end;let n=e.state;this.state={peek:n.peek,offset:n.offset,line:n.line,column:n.column}}else{if(!t)throw new Error("Programming error: the range argument must be provided with a file argument.");this.file=e,this.input=e.content,this.end=t.endPos,this.state={peek:-1,offset:t.startPos,line:t.startLine,column:t.startCol}}}clone(){return new Ni(this)}peek(){return this.state.peek}charsLeft(){return this.end-this.state.offset}diff(e){return this.state.offset-e.state.offset}advance(){this.advanceState(this.state)}init(){this.updatePeek(this.state)}getSpan(e,t){e=e||this;let n=e;if(t)for(;this.diff(e)>0&&t.indexOf(e.peek())!==-1;)n===e&&(e=e.clone()),e.advance();let r=this.locationFromCursor(e),o=this.locationFromCursor(this),a=n!==e?this.locationFromCursor(n):r;return new ne(r,o,a)}getChars(e){return this.input.substring(e.state.offset,this.state.offset)}charAt(e){return this.input.charCodeAt(e)}advanceState(e){if(e.offset>=this.end)throw this.state=e,new Cu('Unexpected character "EOF"',this);let t=this.charAt(e.offset);t===10?(e.line++,e.column=0):Fd(t)||e.column++,e.offset++,this.updatePeek(e)}updatePeek(e){e.peek=e.offset>=this.end?0:this.charAt(e.offset)}locationFromCursor(e){return new n0(e.file,e.state.offset,e.state.line,e.state.column)}},u(Ni,"t"),Ni),iy=(Hi=class extends Sp{constructor(e,t){e instanceof Hi?(super(e),this.internalState={...e.internalState}):(super(e,t),this.internalState=this.state)}advance(){this.state=this.internalState,super.advance(),this.processEscapeSequence()}init(){super.init(),this.processEscapeSequence()}clone(){return new Hi(this)}getChars(e){let t=e.clone(),n="";for(;t.internalState.offset<this.internalState.offset;)n+=String.fromCodePoint(t.peek()),t.advance();return n}processEscapeSequence(){let e=u(()=>this.internalState.peek,"e");if(e()===92)if(this.internalState={...this.state},this.advanceState(this.internalState),e()===110)this.state.peek=10;else if(e()===114)this.state.peek=13;else if(e()===118)this.state.peek=11;else if(e()===116)this.state.peek=9;else if(e()===98)this.state.peek=8;else if(e()===102)this.state.peek=12;else if(e()===117)if(this.advanceState(this.internalState),e()===123){this.advanceState(this.internalState);let t=this.clone(),n=0;for(;e()!==125;)this.advanceState(this.internalState),n++;this.state.peek=this.decodeHexDigits(t,n)}else{let t=this.clone();this.advanceState(this.internalState),this.advanceState(this.internalState),this.advanceState(this.internalState),this.state.peek=this.decodeHexDigits(t,4)}else if(e()===120){this.advanceState(this.internalState);let t=this.clone();this.advanceState(this.internalState),this.state.peek=this.decodeHexDigits(t,2)}else if(_d(e())){let t="",n=0,r=this.clone();for(;_d(e())&&n<3;)r=this.clone(),t+=String.fromCodePoint(e()),this.advanceState(this.internalState),n++;this.state.peek=parseInt(t,8),this.internalState=r.internalState}else Fd(this.internalState.peek)?(this.advanceState(this.internalState),this.state=this.internalState):this.state.peek=this.internalState.peek}decodeHexDigits(e,t){let n=this.input.slice(e.internalState.offset,e.internalState.offset+t),r=parseInt(n,16);if(isNaN(r))throw e.state=e.internalState,new Cu("Invalid hexadecimal escape sequence",e);return r}},u(Hi,"t"),Hi),Cu=(kp=class{constructor(e,t){this.msg=e,this.cursor=t}},u(kp,"ft"),kp),Dt=(xu=class extends Zd{static create(e,t,n){return new xu(e,t,n)}constructor(e,t,n){super(t,n),this.elementName=e}},u(xu,"t"),xu),ly=(Ap=class{constructor(e,t){this.rootNodes=e,this.errors=t}},u(Ap,"Or"),Ap),sy=(Fp=class{constructor(e){this.getTagDefinition=e}parse(e,t,n,r=!1,o){let a=u(m=>(v,...w)=>m(v.toLowerCase(),...w),"a"),i=r?this.getTagDefinition:a(this.getTagDefinition),l=u(m=>i(m).getContentType(),"u"),c=r?o:a(o),d=Z3(e,t,o?(m,v,w,C)=>{let D=c(m,v,w,C);return D!==void 0?D:l(m)}:l,n),p=n&&n.canSelfClose||!1,h=n&&n.allowHtmComponentClosingTags||!1,f=new uy(d.tokens,i,p,h,r);return f.build(),new ly(f.rootNodes,d.errors.concat(f.errors))}},u(Fp,"Qt"),Fp),uy=(Su=class{constructor(e,t,n,r,o){this.tokens=e,this.getTagDefinition=t,this.canSelfClose=n,this.allowHtmComponentClosingTags=r,this.isTagNameCaseSensitive=o,this._index=-1,this._containerStack=[],this.rootNodes=[],this.errors=[],this._advance()}build(){for(;this._peek.type!==30;)this._peek.type===0||this._peek.type===4?this._consumeStartTag(this._advance()):this._peek.type===3?(this._closeVoidElement(),this._consumeEndTag(this._advance())):this._peek.type===12?(this._closeVoidElement(),this._consumeCdata(this._advance())):this._peek.type===10?(this._closeVoidElement(),this._consumeComment(this._advance())):this._peek.type===5||this._peek.type===7||this._peek.type===6?(this._closeVoidElement(),this._consumeText(this._advance())):this._peek.type===20?this._consumeExpansion(this._advance()):this._peek.type===25?(this._closeVoidElement(),this._consumeBlockOpen(this._advance())):this._peek.type===27?(this._closeVoidElement(),this._consumeBlockClose(this._advance())):this._peek.type===29?(this._closeVoidElement(),this._consumeIncompleteBlock(this._advance())):this._peek.type===18?this._consumeDocType(this._advance()):this._advance();for(let e of this._containerStack)e instanceof lo&&this.errors.push(Dt.create(e.name,e.sourceSpan,`Unclosed block "${e.name}"`))}_advance(){let e=this._peek;return this._index<this.tokens.length-1&&this._index++,this._peek=this.tokens[this._index],e}_advanceIf(e){return this._peek.type===e?this._advance():null}_consumeCdata(e){let t=this._advance(),n=this._getText(t),r=this._advanceIf(13);this._addToParent(new Z7(n,new ne(e.sourceSpan.start,(r||t).sourceSpan.end),[t]))}_consumeComment(e){let t=this._advanceIf(7),n=this._advanceIf(11),r=t!=null?t.parts[0].trim():null,o=new ne(e.sourceSpan.start,(n||t||e).sourceSpan.end);this._addToParent(new ty(r,o))}_consumeDocType(e){let t=this._advanceIf(7),n=this._advanceIf(19),r=t!=null?t.parts[0].trim():null,o=new ne(e.sourceSpan.start,(n||t||e).sourceSpan.end);this._addToParent(new ny(r,o))}_consumeExpansion(e){let t=this._advance(),n=this._advance(),r=[];for(;this._peek.type===21;){let a=this._parseExpansionCase();if(!a)return;r.push(a)}if(this._peek.type!==24){this.errors.push(Dt.create(null,this._peek.sourceSpan,"Invalid ICU message. Missing '}'."));return}let o=new ne(e.sourceSpan.start,this._peek.sourceSpan.end,e.sourceSpan.fullStart);this._addToParent(new Q7(t.parts[0],n.parts[0],r,o,t.sourceSpan)),this._advance()}_parseExpansionCase(){let e=this._advance();if(this._peek.type!==22)return this.errors.push(Dt.create(null,this._peek.sourceSpan,"Invalid ICU message. Missing '{'.")),null;let t=this._advance(),n=this._collectExpansionExpTokens(t);if(!n)return null;let r=this._advance();n.push({type:30,parts:[],sourceSpan:r.sourceSpan});let o=new Su(n,this.getTagDefinition,this.canSelfClose,this.allowHtmComponentClosingTags,this.isTagNameCaseSensitive);if(o.build(),o.errors.length>0)return this.errors=this.errors.concat(o.errors),null;let a=new ne(e.sourceSpan.start,r.sourceSpan.end,e.sourceSpan.fullStart),i=new ne(t.sourceSpan.start,r.sourceSpan.end,t.sourceSpan.fullStart);return new J7(e.parts[0],o.rootNodes,a,e.sourceSpan,i)}_collectExpansionExpTokens(e){let t=[],n=[22];for(;;){if((this._peek.type===20||this._peek.type===22)&&n.push(this._peek.type),this._peek.type===23)if(Od(n,22)){if(n.pop(),n.length===0)return t}else return this.errors.push(Dt.create(null,e.sourceSpan,"Invalid ICU message. Missing '}'.")),null;if(this._peek.type===24)if(Od(n,20))n.pop();else return this.errors.push(Dt.create(null,e.sourceSpan,"Invalid ICU message. Missing '}'.")),null;if(this._peek.type===30)return this.errors.push(Dt.create(null,e.sourceSpan,"Invalid ICU message. Missing '}'.")),null;t.push(this._advance())}}_getText(e){let t=e.parts[0];if(t.length>0&&t[0]==`
|
||
`){let n=this._getClosestParentElement();n!=null&&n.children.length==0&&this.getTagDefinition(n.name).ignoreFirstLf&&(t=t.substring(1))}return t}_consumeText(e){let t=[e],n=e.sourceSpan,r=e.parts[0];if(r.length>0&&r[0]===`
|
||
`){let o=this._getContainer();o!=null&&o.children.length===0&&this.getTagDefinition(o.name).ignoreFirstLf&&(r=r.substring(1),t[0]={type:e.type,sourceSpan:e.sourceSpan,parts:[r]})}for(;this._peek.type===8||this._peek.type===5||this._peek.type===9;)e=this._advance(),t.push(e),e.type===8?r+=e.parts.join("").replace(/&([^;]+);/g,Pd):e.type===9?r+=e.parts[0]:r+=e.parts.join("");if(r.length>0){let o=e.sourceSpan;this._addToParent(new X7(r,new ne(n.start,o.end,n.fullStart,n.details),t))}}_closeVoidElement(){let e=this._getContainer();e instanceof Kn&&this.getTagDefinition(e.name).isVoid&&this._containerStack.pop()}_consumeStartTag(e){let[t,n]=e.parts,r=[];for(;this._peek.type===14;)r.push(this._consumeAttr(this._advance()));let o=this._getElementFullName(t,n,this._getClosestParentElement()),a=!1;if(this._peek.type===2){this._advance(),a=!0;let f=this.getTagDefinition(o);this.canSelfClose||f.canSelfClose||il(o)!==null||f.isVoid||this.errors.push(Dt.create(o,e.sourceSpan,`Only void, custom and foreign elements can be self closed "${e.parts[1]}"`))}else this._peek.type===1&&(this._advance(),a=!1);let i=this._peek.sourceSpan.fullStart,l=new ne(e.sourceSpan.start,i,e.sourceSpan.fullStart),c=new ne(e.sourceSpan.start,i,e.sourceSpan.fullStart),d=new ne(e.sourceSpan.start.moveBy(1),e.sourceSpan.end),p=new Kn(o,r,[],l,c,void 0,d),h=this._getContainer();this._pushContainer(p,h instanceof Kn&&this.getTagDefinition(h.name).isClosedByChild(p.name)),a?this._popContainer(o,Kn,l):e.type===4&&(this._popContainer(o,Kn,null),this.errors.push(Dt.create(o,l,`Opening tag "${o}" not terminated.`)))}_pushContainer(e,t){t&&this._containerStack.pop(),this._addToParent(e),this._containerStack.push(e)}_consumeEndTag(e){let t=this.allowHtmComponentClosingTags&&e.parts.length===0?null:this._getElementFullName(e.parts[0],e.parts[1],this._getClosestParentElement());if(t&&this.getTagDefinition(t).isVoid)this.errors.push(Dt.create(t,e.sourceSpan,`Void elements do not have end tags "${e.parts[1]}"`));else if(!this._popContainer(t,Kn,e.sourceSpan)){let n=`Unexpected closing tag "${t}". It may happen when the tag has already been closed by another tag. For more info see https://www.w3.org/TR/html5/syntax.html#closing-elements-that-have-implied-end-tags`;this.errors.push(Dt.create(t,e.sourceSpan,n))}}_popContainer(e,t,n){let r=!1;for(let o=this._containerStack.length-1;o>=0;o--){let a=this._containerStack[o];if(il(a.name)?a.name===e:(e==null||a.name.toLowerCase()===e.toLowerCase())&&a instanceof t)return a.endSourceSpan=n,a.sourceSpan.end=n!==null?n.end:a.sourceSpan.end,this._containerStack.splice(o,this._containerStack.length-o),!r;(a instanceof lo||a instanceof Kn&&!this.getTagDefinition(a.name).closedByParent)&&(r=!0)}return!1}_consumeAttr(e){let t=Mi(e.parts[0],e.parts[1]),n=e.sourceSpan.end,r;this._peek.type===15&&(r=this._advance());let o="",a=[],i,l;if(this._peek.type===16)for(i=this._peek.sourceSpan,l=this._peek.sourceSpan.end;this._peek.type===16||this._peek.type===17||this._peek.type===9;){let d=this._advance();a.push(d),d.type===17?o+=d.parts.join("").replace(/&([^;]+);/g,Pd):d.type===9?o+=d.parts[0]:o+=d.parts.join(""),l=n=d.sourceSpan.end}this._peek.type===15&&(l=n=this._advance().sourceSpan.end);let c=i&&l&&new ne((r==null?void 0:r.sourceSpan.start)??i.start,l,(r==null?void 0:r.sourceSpan.fullStart)??i.fullStart);return new ey(t,o,new ne(e.sourceSpan.start,n,e.sourceSpan.fullStart),e.sourceSpan,c,a.length>0?a:void 0,void 0)}_consumeBlockOpen(e){let t=[];for(;this._peek.type===28;){let i=this._advance();t.push(new yp(i.parts[0],i.sourceSpan))}this._peek.type===26&&this._advance();let n=this._peek.sourceSpan.fullStart,r=new ne(e.sourceSpan.start,n,e.sourceSpan.fullStart),o=new ne(e.sourceSpan.start,n,e.sourceSpan.fullStart),a=new lo(e.parts[0],t,[],r,o);this._pushContainer(a,!1)}_consumeBlockClose(e){this._popContainer(null,lo,e.sourceSpan)||this.errors.push(Dt.create(null,e.sourceSpan,'Unexpected closing block. The block may have been closed earlier. If you meant to write the } character, you should use the "}" HTML entity instead.'))}_consumeIncompleteBlock(e){let t=[];for(;this._peek.type===28;){let i=this._advance();t.push(new yp(i.parts[0],i.sourceSpan))}let n=this._peek.sourceSpan.fullStart,r=new ne(e.sourceSpan.start,n,e.sourceSpan.fullStart),o=new ne(e.sourceSpan.start,n,e.sourceSpan.fullStart),a=new lo(e.parts[0],t,[],r,o);this._pushContainer(a,!1),this._popContainer(null,lo,null),this.errors.push(Dt.create(e.parts[0],r,`Incomplete block "${e.parts[0]}". If you meant to write the @ character, you should use the "@" HTML entity instead.`))}_getContainer(){return this._containerStack.length>0?this._containerStack[this._containerStack.length-1]:null}_getClosestParentElement(){for(let e=this._containerStack.length-1;e>-1;e--)if(this._containerStack[e]instanceof Kn)return this._containerStack[e];return null}_addToParent(e){let t=this._getContainer();t===null?this.rootNodes.push(e):t.children.push(e)}_getElementFullName(e,t,n){if(e===""&&(e=this.getTagDefinition(t).implicitNamespacePrefix||"",e===""&&n!=null)){let r=Jl(n.name)[1];this.getTagDefinition(r).preventNamespaceInheritance||(e=il(n.name))}return Mi(e,t)}},u(Su,"t"),Su),u(Od,"qs"),u(Pd,"Hs"),cy=(_p=class extends sy{constructor(){super(Xc)}parse(e,t,n,r=!1,o){return super.parse(e,t,n,r,o)}},u(_p,"Xt"),_p),ku=null,ux=u(()=>(ku||(ku=new cy),ku),"mo"),u(Ch,"Hr"),u(o7,"go"),cx=o7,dx=new RegExp("^(?<startDelimiter>-{3}|\\+{3})(?<language>[^\\n]*)\\n(?:|(?<value>.*?)\\n)(?<endDelimiter>\\k<startDelimiter>|\\.{3})[^\\S\\n]*(?:\\n|$)","s"),u(a7,"So"),px=a7,ji={attrs:!0,children:!0,cases:!0,expression:!0},zp=new Set(["parent"]),fx=(so=class{constructor(e={}){for(let t of new Set([...zp,...Object.keys(e)]))this.setProperty(t,e[t])}setProperty(e,t){if(this[e]!==t){if(e in ji&&(t=t.map(n=>this.createChild(n))),!zp.has(e)){this[e]=t;return}Object.defineProperty(this,e,{value:t,enumerable:!1,configurable:!0})}}map(e){let t;for(let n in ji){let r=this[n];if(r){let o=i7(r,a=>a.map(e));t!==r&&(t||(t=new so({parent:this.parent})),t.setProperty(n,o))}}if(t)for(let n in this)n in ji||(t[n]=this[n]);return e(t||this)}walk(e){for(let t in ji){let n=this[t];if(n)for(let r=0;r<n.length;r++)n[r].walk(e)}e(this)}createChild(e){let t=e instanceof so?e.clone():new so(e);return t.setProperty("parent",this),t}insertChildBefore(e,t){this.children.splice(this.children.indexOf(e),0,this.createChild(t))}removeChild(e){this.children.splice(this.children.indexOf(e),1)}replaceChild(e,t){this.children[this.children.indexOf(e)]=this.createChild(t)}clone(){return new so(this)}get firstChild(){var e;return(e=this.children)==null?void 0:e[0]}get lastChild(){var e;return(e=this.children)==null?void 0:e[this.children.length-1]}get prev(){var e,t;return(t=(e=this.parent)==null?void 0:e.children)==null?void 0:t[this.parent.children.indexOf(this)-1]}get next(){var e,t;return(t=(e=this.parent)==null?void 0:e.children)==null?void 0:t[this.parent.children.indexOf(this)+1]}get rawName(){return this.hasExplicitNamespace?this.fullName:this.name}get fullName(){return this.namespace?this.namespace+":"+this.name:this.name}get attrMap(){return Object.fromEntries(this.attrs.map(e=>[e.fullName,e.value]))}},u(so,"t"),so),u(i7,"_o"),hx=[{regex:/^(\[if([^\]]*)]>)(.*?)<!\s*\[endif]$/s,parse:l7},{regex:/^\[if([^\]]*)]><!$/,parse:s7},{regex:/^<!\s*\[endif]$/,parse:u7}],u(EC,"zs"),u(l7,"Ao"),u(s7,"Do"),u(u7,"vo"),Zu=new Map([["*",new Set(["accesskey","autocapitalize","autofocus","class","contenteditable","dir","draggable","enterkeyhint","hidden","id","inert","inputmode","is","itemid","itemprop","itemref","itemscope","itemtype","lang","nonce","popover","slot","spellcheck","style","tabindex","title","translate"])],["a",new Set(["charset","coords","download","href","hreflang","name","ping","referrerpolicy","rel","rev","shape","target","type"])],["applet",new Set(["align","alt","archive","code","codebase","height","hspace","name","object","vspace","width"])],["area",new Set(["alt","coords","download","href","hreflang","nohref","ping","referrerpolicy","rel","shape","target","type"])],["audio",new Set(["autoplay","controls","crossorigin","loop","muted","preload","src"])],["base",new Set(["href","target"])],["basefont",new Set(["color","face","size"])],["blockquote",new Set(["cite"])],["body",new Set(["alink","background","bgcolor","link","text","vlink"])],["br",new Set(["clear"])],["button",new Set(["disabled","form","formaction","formenctype","formmethod","formnovalidate","formtarget","name","popovertarget","popovertargetaction","type","value"])],["canvas",new Set(["height","width"])],["caption",new Set(["align"])],["col",new Set(["align","char","charoff","span","valign","width"])],["colgroup",new Set(["align","char","charoff","span","valign","width"])],["data",new Set(["value"])],["del",new Set(["cite","datetime"])],["details",new Set(["name","open"])],["dialog",new Set(["open"])],["dir",new Set(["compact"])],["div",new Set(["align"])],["dl",new Set(["compact"])],["embed",new Set(["height","src","type","width"])],["fieldset",new Set(["disabled","form","name"])],["font",new Set(["color","face","size"])],["form",new Set(["accept","accept-charset","action","autocomplete","enctype","method","name","novalidate","target"])],["frame",new Set(["frameborder","longdesc","marginheight","marginwidth","name","noresize","scrolling","src"])],["frameset",new Set(["cols","rows"])],["h1",new Set(["align"])],["h2",new Set(["align"])],["h3",new Set(["align"])],["h4",new Set(["align"])],["h5",new Set(["align"])],["h6",new Set(["align"])],["head",new Set(["profile"])],["hr",new Set(["align","noshade","size","width"])],["html",new Set(["manifest","version"])],["iframe",new Set(["align","allow","allowfullscreen","allowpaymentrequest","allowusermedia","frameborder","height","loading","longdesc","marginheight","marginwidth","name","referrerpolicy","sandbox","scrolling","src","srcdoc","width"])],["img",new Set(["align","alt","border","crossorigin","decoding","fetchpriority","height","hspace","ismap","loading","longdesc","name","referrerpolicy","sizes","src","srcset","usemap","vspace","width"])],["input",new Set(["accept","align","alt","autocomplete","checked","dirname","disabled","form","formaction","formenctype","formmethod","formnovalidate","formtarget","height","ismap","list","max","maxlength","min","minlength","multiple","name","pattern","placeholder","popovertarget","popovertargetaction","readonly","required","size","src","step","type","usemap","value","width"])],["ins",new Set(["cite","datetime"])],["isindex",new Set(["prompt"])],["label",new Set(["for","form"])],["legend",new Set(["align"])],["li",new Set(["type","value"])],["link",new Set(["as","blocking","charset","color","crossorigin","disabled","fetchpriority","href","hreflang","imagesizes","imagesrcset","integrity","media","referrerpolicy","rel","rev","sizes","target","type"])],["map",new Set(["name"])],["menu",new Set(["compact"])],["meta",new Set(["charset","content","http-equiv","media","name","scheme"])],["meter",new Set(["high","low","max","min","optimum","value"])],["object",new Set(["align","archive","border","classid","codebase","codetype","data","declare","form","height","hspace","name","standby","type","typemustmatch","usemap","vspace","width"])],["ol",new Set(["compact","reversed","start","type"])],["optgroup",new Set(["disabled","label"])],["option",new Set(["disabled","label","selected","value"])],["output",new Set(["for","form","name"])],["p",new Set(["align"])],["param",new Set(["name","type","value","valuetype"])],["pre",new Set(["width"])],["progress",new Set(["max","value"])],["q",new Set(["cite"])],["script",new Set(["async","blocking","charset","crossorigin","defer","fetchpriority","integrity","language","nomodule","referrerpolicy","src","type"])],["select",new Set(["autocomplete","disabled","form","multiple","name","required","size"])],["slot",new Set(["name"])],["source",new Set(["height","media","sizes","src","srcset","type","width"])],["style",new Set(["blocking","media","type"])],["table",new Set(["align","bgcolor","border","cellpadding","cellspacing","frame","rules","summary","width"])],["tbody",new Set(["align","char","charoff","valign"])],["td",new Set(["abbr","align","axis","bgcolor","char","charoff","colspan","headers","height","nowrap","rowspan","scope","valign","width"])],["template",new Set(["shadowrootdelegatesfocus","shadowrootmode"])],["textarea",new Set(["autocomplete","cols","dirname","disabled","form","maxlength","minlength","name","placeholder","readonly","required","rows","wrap"])],["tfoot",new Set(["align","char","charoff","valign"])],["th",new Set(["abbr","align","axis","bgcolor","char","charoff","colspan","headers","height","nowrap","rowspan","scope","valign","width"])],["thead",new Set(["align","char","charoff","valign"])],["time",new Set(["datetime"])],["tr",new Set(["align","bgcolor","char","charoff","valign"])],["track",new Set(["default","kind","label","src","srclang"])],["ul",new Set(["compact","type"])],["video",new Set(["autoplay","controls","crossorigin","height","loop","muted","playsinline","poster","preload","src","width"])]]),mx=new Set(["a","abbr","acronym","address","applet","area","article","aside","audio","b","base","basefont","bdi","bdo","bgsound","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","command","content","data","datalist","dd","del","details","dfn","dialog","dir","div","dl","dt","element","em","embed","fieldset","figcaption","figure","font","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","image","img","input","ins","isindex","kbd","keygen","label","legend","li","link","listing","main","map","mark","marquee","math","menu","menuitem","meta","meter","multicol","nav","nextid","nobr","noembed","noframes","noscript","object","ol","optgroup","option","output","p","param","picture","plaintext","pre","progress","q","rb","rbc","rp","rt","rtc","ruby","s","samp","script","search","section","select","shadow","slot","small","source","spacer","span","strike","strong","style","sub","summary","sup","svg","table","tbody","td","template","textarea","tfoot","th","thead","time","title","tr","track","tt","u","ul","var","video","wbr","xmp"]),u(bC,"yo"),u(CC,"wo"),u(Lm,"js"),u(xC,"bo"),u(xh,"Ys"),u($m,"Ks"),u(Oi,"tr"),Fh={name:"html",normalizeTagName:!0,normalizeAttributeName:!0,allowHtmComponentClosingTags:!0},dy=Oi(Fh),py=Oi({name:"angular"}),fy=Oi({name:"vue",isTagNameCaseSensitive:!0,shouldParseAsRawText(e,t,n,r){return e.toLowerCase()!=="html"&&!n&&(e!=="template"||r.some(({name:o,value:a})=>o==="lang"&&a!=="html"&&a!==""&&a!==void 0))}}),hy=Oi({name:"lwc",canSelfClose:!1}),my={html:L7},gx=jd});function vx(e){let t=e.indexOf("\r");return t>=0?e.charAt(t+1)===`
|
||
`?"crlf":"cr":"lf"}function f1(e){switch(e){case"cr":return"\r";case"crlf":return`\r
|
||
`;default:return`
|
||
`}}function Um(e,t){let n;switch(t){case`
|
||
`:n=/\n/g;break;case"\r":n=/\r/g;break;case`\r
|
||
`:n=/\r\n/g;break;default:throw new Error(`Unexpected "eol" ${JSON.stringify(t)}.`)}let r=e.match(n);return r?r.length:0}function yx(e){return Bs(!1,e,/\r\n?/g,`
|
||
`)}function gy(e){if(typeof e=="string")return Qr;if(Array.isArray(e))return dr;if(!e)return;let{type:t}=e;if(ng.has(t))return t}function vy(e){let t=e===null?"null":typeof e;if(t!=="string"&&t!=="object")return`Unexpected doc '${t}',
|
||
Expected it to be 'string' or 'object'.`;if(Jr(e))throw new Error("doc is valid.");let n=Object.prototype.toString.call(e);if(n!=="[object Object]")return`Unexpected doc '${n}'.`;let r=iS([...ng].map(o=>`'${o}'`));return`Unexpected doc.type '${e.type}'.
|
||
Expected it to be ${r}.`}function yy(e,t,n,r){let o=[e];for(;o.length>0;){let a=o.pop();if(a===Xh){n(o.pop());continue}n&&o.push(a,Xh);let i=Jr(a);if(!i)throw new Ro(a);if((t==null?void 0:t(a))!==!1)switch(i){case dr:case kt:{let l=i===dr?a:a.parts;for(let c=l.length,d=c-1;d>=0;--d)o.push(l[d]);break}case mt:o.push(a.flatContents,a.breakContents);break;case ot:if(r&&a.expandedStates)for(let l=a.expandedStates.length,c=l-1;c>=0;--c)o.push(a.expandedStates[c]);else o.push(a.contents);break;case Hn:case Nn:case jn:case dn:case Vn:o.push(a.contents);break;case Qr:case Or:case $n:case Mn:case Re:case Ft:break;default:throw new Ro(a)}}}function as(e){return pn(e),{type:Nn,contents:e}}function Io(e,t){return pn(t),{type:Hn,contents:t,n:e}}function _h(e,t={}){return pn(e),g1(t.expandedStates,!0),{type:ot,id:t.id,contents:e,break:!!t.shouldBreak,expandedStates:t.expandedStates}}function wy(e){return Io(Number.NEGATIVE_INFINITY,e)}function Dy(e){return Io({type:"root"},e)}function Ey(e){return Io(-1,e)}function by(e,t){return _h(e[0],{...t,expandedStates:e})}function zh(e){return g1(e),{type:kt,parts:e}}function Cy(e,t="",n={}){return pn(e),t!==""&&pn(t),{type:mt,breakContents:e,flatContents:t,groupId:n.groupId}}function xy(e,t){return pn(e),{type:jn,contents:e,groupId:t.groupId,negate:t.negate}}function r0(e){return pn(e),{type:Vn,contents:e}}function Th(e,t){pn(e),g1(t);let n=[];for(let r=0;r<t.length;r++)r!==0&&n.push(e),n.push(t[r]);return n}function Ih(e,t,n){pn(e);let r=e;if(t>0){for(let o=0;o<Math.floor(t/n);++o)r=as(r);r=Io(t%n,r),r=Io(Number.NEGATIVE_INFINITY,r)}return r}function Sy(e,t){return pn(t),e?{type:dn,label:e,contents:t}:t}function An(e){var t;if(!e)return"";if(Array.isArray(e)){let n=[];for(let r of e)if(Array.isArray(r))n.push(...An(r));else{let o=An(r);o!==""&&n.push(o)}return n}return e.type===mt?{...e,breakContents:An(e.breakContents),flatContents:An(e.flatContents)}:e.type===ot?{...e,contents:An(e.contents),expandedStates:(t=e.expandedStates)==null?void 0:t.map(An)}:e.type===kt?{type:"fill",parts:e.parts.map(An)}:e.contents?{...e,contents:An(e.contents)}:e}function wx(e){let t=Object.create(null),n=new Set;return r(An(e));function r(a,i,l){var c,d;if(typeof a=="string")return JSON.stringify(a);if(Array.isArray(a)){let p=a.map(r).filter(Boolean);return p.length===1?p[0]:`[${p.join(", ")}]`}if(a.type===Re){let p=((c=l==null?void 0:l[i+1])==null?void 0:c.type)===Ft;return a.literal?p?"literalline":"literallineWithoutBreakParent":a.hard?p?"hardline":"hardlineWithoutBreakParent":a.soft?"softline":"line"}if(a.type===Ft)return((d=l==null?void 0:l[i-1])==null?void 0:d.type)===Re&&l[i-1].hard?void 0:"breakParent";if(a.type===$n)return"trim";if(a.type===Nn)return"indent("+r(a.contents)+")";if(a.type===Hn)return a.n===Number.NEGATIVE_INFINITY?"dedentToRoot("+r(a.contents)+")":a.n<0?"dedent("+r(a.contents)+")":a.n.type==="root"?"markAsRoot("+r(a.contents)+")":"align("+JSON.stringify(a.n)+", "+r(a.contents)+")";if(a.type===mt)return"ifBreak("+r(a.breakContents)+(a.flatContents?", "+r(a.flatContents):"")+(a.groupId?(a.flatContents?"":', ""')+`, { groupId: ${o(a.groupId)} }`:"")+")";if(a.type===jn){let p=[];a.negate&&p.push("negate: true"),a.groupId&&p.push(`groupId: ${o(a.groupId)}`);let h=p.length>0?`, { ${p.join(", ")} }`:"";return`indentIfBreak(${r(a.contents)}${h})`}if(a.type===ot){let p=[];a.break&&a.break!=="propagated"&&p.push("shouldBreak: true"),a.id&&p.push(`id: ${o(a.id)}`);let h=p.length>0?`, { ${p.join(", ")} }`:"";return a.expandedStates?`conditionalGroup([${a.expandedStates.map(f=>r(f)).join(",")}]${h})`:`group(${r(a.contents)}${h})`}if(a.type===kt)return`fill([${a.parts.map(p=>r(p)).join(", ")}])`;if(a.type===Vn)return"lineSuffix("+r(a.contents)+")";if(a.type===Mn)return"lineSuffixBoundary";if(a.type===dn)return`label(${JSON.stringify(a.label)}, ${r(a.contents)})`;throw new Error("Unknown doc type "+a.type)}function o(a){if(typeof a!="symbol")return JSON.stringify(String(a));if(a in t)return t[a];let i=a.description||"symbol";for(let l=0;;l++){let c=i+(l>0?` #${l}`:"");if(!n.has(c))return n.add(c),t[a]=`Symbol.for(${JSON.stringify(c)})`}}}function ky(e){return e===12288||e>=65281&&e<=65376||e>=65504&&e<=65510}function Ay(e){return e>=4352&&e<=4447||e===8986||e===8987||e===9001||e===9002||e>=9193&&e<=9196||e===9200||e===9203||e===9725||e===9726||e===9748||e===9749||e>=9800&&e<=9811||e===9855||e===9875||e===9889||e===9898||e===9899||e===9917||e===9918||e===9924||e===9925||e===9934||e===9940||e===9962||e===9970||e===9971||e===9973||e===9978||e===9981||e===9989||e===9994||e===9995||e===10024||e===10060||e===10062||e>=10067&&e<=10069||e===10071||e>=10133&&e<=10135||e===10160||e===10175||e===11035||e===11036||e===11088||e===11093||e>=11904&&e<=11929||e>=11931&&e<=12019||e>=12032&&e<=12245||e>=12272&&e<=12287||e>=12289&&e<=12350||e>=12353&&e<=12438||e>=12441&&e<=12543||e>=12549&&e<=12591||e>=12593&&e<=12686||e>=12688&&e<=12771||e>=12783&&e<=12830||e>=12832&&e<=12871||e>=12880&&e<=19903||e>=19968&&e<=42124||e>=42128&&e<=42182||e>=43360&&e<=43388||e>=44032&&e<=55203||e>=63744&&e<=64255||e>=65040&&e<=65049||e>=65072&&e<=65106||e>=65108&&e<=65126||e>=65128&&e<=65131||e>=94176&&e<=94180||e===94192||e===94193||e>=94208&&e<=100343||e>=100352&&e<=101589||e>=101632&&e<=101640||e>=110576&&e<=110579||e>=110581&&e<=110587||e===110589||e===110590||e>=110592&&e<=110882||e===110898||e>=110928&&e<=110930||e===110933||e>=110948&&e<=110951||e>=110960&&e<=111355||e===126980||e===127183||e===127374||e>=127377&&e<=127386||e>=127488&&e<=127490||e>=127504&&e<=127547||e>=127552&&e<=127560||e===127568||e===127569||e>=127584&&e<=127589||e>=127744&&e<=127776||e>=127789&&e<=127797||e>=127799&&e<=127868||e>=127870&&e<=127891||e>=127904&&e<=127946||e>=127951&&e<=127955||e>=127968&&e<=127984||e===127988||e>=127992&&e<=128062||e===128064||e>=128066&&e<=128252||e>=128255&&e<=128317||e>=128331&&e<=128334||e>=128336&&e<=128359||e===128378||e===128405||e===128406||e===128420||e>=128507&&e<=128591||e>=128640&&e<=128709||e===128716||e>=128720&&e<=128722||e>=128725&&e<=128727||e>=128732&&e<=128735||e===128747||e===128748||e>=128756&&e<=128764||e>=128992&&e<=129003||e===129008||e>=129292&&e<=129338||e>=129340&&e<=129349||e>=129351&&e<=129535||e>=129648&&e<=129660||e>=129664&&e<=129672||e>=129680&&e<=129725||e>=129727&&e<=129733||e>=129742&&e<=129755||e>=129760&&e<=129768||e>=129776&&e<=129784||e>=131072&&e<=196605||e>=196608&&e<=262141}function Fy(e){if(!e)return 0;if(!uS.test(e))return e.length;e=e.replace(lS()," ");let t=0;for(let n of e){let r=n.codePointAt(0);r<=31||r>=127&&r<=159||r>=768&&r<=879||(t+=sS(r)?1:2)}return t}function is(e,t){if(typeof e=="string")return t(e);let n=new Map;return r(e);function r(a){if(n.has(a))return n.get(a);let i=o(a);return n.set(a,i),i}function o(a){switch(Jr(a)){case dr:return t(a.map(r));case kt:return t({...a,parts:a.parts.map(r)});case mt:return t({...a,breakContents:r(a.breakContents),flatContents:r(a.flatContents)});case ot:{let{expandedStates:i,contents:l}=a;return i?(i=i.map(r),l=i[0]):l=r(l),t({...a,contents:l,expandedStates:i})}case Hn:case Nn:case jn:case dn:case Vn:return t({...a,contents:r(a.contents)});case Qr:case Or:case $n:case Mn:case Re:case Ft:return t(a);default:throw new Ro(a)}}}function o0(e,t,n){let r=n,o=!1;function a(i){if(o)return!1;let l=t(i);l!==void 0&&(o=!0,r=l)}return u(a,"u"),s0(e,a),r}function Dx(e){if(e.type===ot&&e.break||e.type===Re&&e.hard||e.type===Ft)return!0}function _y(e){return o0(e,Dx,!1)}function Rh(e){if(e.length>0){let t=xe(!1,e,-1);!t.expandedStates&&!t.break&&(t.break="propagated")}return null}function Ex(e){let t=new Set,n=[];function r(a){if(a.type===Ft&&Rh(n),a.type===ot){if(n.push(a),t.has(a))return!1;t.add(a)}}u(r,"n");function o(a){a.type===ot&&n.pop().break&&Rh(n)}u(o,"o"),s0(e,r,o,!0)}function bx(e){return e.type===Re&&!e.hard?e.soft?"":" ":e.type===mt?e.flatContents:e}function zy(e){return is(e,bx)}function Bh(e){for(e=[...e];e.length>=2&&xe(!1,e,-2).type===Re&&xe(!1,e,-1).type===Ft;)e.length-=2;if(e.length>0){let t=Ia(xe(!1,e,-1));e[e.length-1]=t}return e}function Ia(e){switch(Jr(e)){case Hn:case Nn:case jn:case ot:case Vn:case dn:{let t=Ia(e.contents);return{...e,contents:t}}case mt:return{...e,breakContents:Ia(e.breakContents),flatContents:Ia(e.flatContents)};case kt:return{...e,parts:Bh(e.parts)};case dr:return Bh(e);case Qr:return e.replace(/[\n\r]*$/,"");case Or:case $n:case Mn:case Re:case Ft:break;default:throw new Ro(e)}return e}function Lh(e){return Ia(xx(e))}function Cx(e){switch(Jr(e)){case kt:if(e.parts.every(t=>t===""))return"";break;case ot:if(!e.contents&&!e.id&&!e.break&&!e.expandedStates)return"";if(e.contents.type===ot&&e.contents.id===e.id&&e.contents.break===e.break&&e.contents.expandedStates===e.expandedStates)return e.contents;break;case Hn:case Nn:case jn:case Vn:if(!e.contents)return"";break;case mt:if(!e.flatContents&&!e.breakContents)return"";break;case dr:{let t=[];for(let n of e){if(!n)continue;let[r,...o]=Array.isArray(n)?n:[n];typeof r=="string"&&typeof xe(!1,t,-1)=="string"?t[t.length-1]+=r:t.push(r),t.push(...o)}return t.length===0?"":t.length===1?t[0]:t}case Qr:case Or:case $n:case Mn:case Re:case dn:case Ft:break;default:throw new Ro(e)}return e}function xx(e){return is(e,t=>Cx(t))}function Ty(e,t=Qh){return is(e,n=>typeof n=="string"?Th(t,n.split(`
|
||
`)):n)}function Sx(e){if(e.type===Re)return!0}function Iy(e){return o0(e,Sx,!1)}function Wm(e,t){return e.type===dn?{...e,contents:t(e.contents)}:t(e)}function qm(){return{value:"",length:0,queue:[]}}function kx(e,t){return a0(e,{type:"indent"},t)}function Ax(e,t,n){return t===Number.NEGATIVE_INFINITY?e.root||qm():t<0?a0(e,{type:"dedent"},n):t?t.type==="root"?{...e,root:e}:a0(e,{type:typeof t=="string"?"stringAlign":"numberAlign",n:t},n):e}function a0(e,t,n){let r=t.type==="dedent"?e.queue.slice(0,-1):[...e.queue,t],o="",a=0,i=0,l=0;for(let v of r)switch(v.type){case"indent":p(),n.useTabs?c(1):d(n.tabWidth);break;case"stringAlign":p(),o+=v.n,a+=v.n.length;break;case"numberAlign":i+=1,l+=v.n;break;default:throw new Error(`Unexpected type '${v.type}'`)}return f(),{...e,value:o,length:a,queue:r};function c(v){o+=" ".repeat(v),a+=n.tabWidth*v}function d(v){o+=" ".repeat(v),a+=v}function p(){n.useTabs?h():f()}function h(){i>0&&c(i),m()}function f(){l>0&&d(l),m()}function m(){i=0,l=0}}function i0(e){let t=0,n=0,r=e.length;e:for(;r--;){let o=e[r];if(o===Ra){n++;continue}for(let a=o.length-1;a>=0;a--){let i=o[a];if(i===" "||i===" ")t++;else{e[r]=o.slice(0,a+1);break e}}}if(t>0||n>0)for(e.length=r+1;n-- >0;)e.push(Ra);return t}function ul(e,t,n,r,o,a){if(n===Number.POSITIVE_INFINITY)return!0;let i=t.length,l=[e],c=[];for(;n>=0;){if(l.length===0){if(i===0)return!0;l.push(t[--i]);continue}let{mode:d,doc:p}=l.pop();switch(Jr(p)){case Qr:c.push(p),n-=c0(p);break;case dr:case kt:{let h=cS(p);for(let f=h.length-1;f>=0;f--)l.push({mode:d,doc:h[f]});break}case Nn:case Hn:case jn:case dn:l.push({mode:d,doc:p.contents});break;case $n:n+=i0(c);break;case ot:{if(a&&p.break)return!1;let h=p.break?Qe:d,f=p.expandedStates&&h===Qe?xe(!1,p.expandedStates,-1):p.contents;l.push({mode:h,doc:f});break}case mt:{let h=(p.groupId?o[p.groupId]||Xt:d)===Qe?p.breakContents:p.flatContents;h&&l.push({mode:d,doc:h});break}case Re:if(d===Qe||p.hard)return!0;p.soft||(c.push(" "),n--);break;case Vn:r=!0;break;case Mn:if(r)return!1;break}}return!1}function ls(e,t){let n={},r=t.printWidth,o=f1(t.endOfLine),a=0,i=[{ind:qm(),mode:Qe,doc:e}],l=[],c=!1,d=[],p=0;for(Ex(e);i.length>0;){let{ind:f,mode:m,doc:v}=i.pop();switch(Jr(v)){case Qr:{let w=o!==`
|
||
`?Bs(!1,v,`
|
||
`,o):v;l.push(w),i.length>0&&(a+=c0(w));break}case dr:for(let w=v.length-1;w>=0;w--)i.push({ind:f,mode:m,doc:v[w]});break;case Or:if(p>=2)throw new Error("There are too many 'cursor' in doc.");l.push(Ra),p++;break;case Nn:i.push({ind:kx(f,t),mode:m,doc:v.contents});break;case Hn:i.push({ind:Ax(f,v.n,t),mode:m,doc:v.contents});break;case $n:a-=i0(l);break;case ot:switch(m){case Xt:if(!c){i.push({ind:f,mode:v.break?Qe:Xt,doc:v.contents});break}case Qe:{c=!1;let w={ind:f,mode:Xt,doc:v.contents},C=r-a,D=d.length>0;if(!v.break&&ul(w,i,C,D,n))i.push(w);else if(v.expandedStates){let g=xe(!1,v.expandedStates,-1);if(v.break){i.push({ind:f,mode:Qe,doc:g});break}else for(let y=1;y<v.expandedStates.length+1;y++)if(y>=v.expandedStates.length){i.push({ind:f,mode:Qe,doc:g});break}else{let E=v.expandedStates[y],b={ind:f,mode:Xt,doc:E};if(ul(b,i,C,D,n)){i.push(b);break}}}else i.push({ind:f,mode:Qe,doc:v.contents});break}}v.id&&(n[v.id]=xe(!1,i,-1).mode);break;case kt:{let w=r-a,{parts:C}=v;if(C.length===0)break;let[D,g]=C,y={ind:f,mode:Xt,doc:D},E={ind:f,mode:Qe,doc:D},b=ul(y,[],w,d.length>0,n,!0);if(C.length===1){b?i.push(y):i.push(E);break}let x={ind:f,mode:Xt,doc:g},S={ind:f,mode:Qe,doc:g};if(C.length===2){b?i.push(x,y):i.push(S,E);break}C.splice(0,2);let k={ind:f,mode:m,doc:zh(C)},_=C[0];ul({ind:f,mode:Xt,doc:[D,g,_]},[],w,d.length>0,n,!0)?i.push(k,x,y):b?i.push(k,S,y):i.push(k,S,E);break}case mt:case jn:{let w=v.groupId?n[v.groupId]:m;if(w===Qe){let C=v.type===mt?v.breakContents:v.negate?v.contents:as(v.contents);C&&i.push({ind:f,mode:m,doc:C})}if(w===Xt){let C=v.type===mt?v.flatContents:v.negate?as(v.contents):v.contents;C&&i.push({ind:f,mode:m,doc:C})}break}case Vn:d.push({ind:f,mode:m,doc:v.contents});break;case Mn:d.length>0&&i.push({ind:f,mode:m,doc:tc});break;case Re:switch(m){case Xt:if(v.hard)c=!0;else{v.soft||(l.push(" "),a+=1);break}case Qe:if(d.length>0){i.push({ind:f,mode:m,doc:v},...d.reverse()),d.length=0;break}v.literal?f.root?(l.push(o,f.root.value),a=f.root.length):(l.push(o),a=0):(a-=i0(l),l.push(o+f.value),a=f.length);break}break;case dn:i.push({ind:f,mode:m,doc:v.contents});break;case Ft:break;default:throw new Ro(v)}i.length===0&&d.length>0&&(i.push(...d.reverse()),d.length=0)}let h=l.indexOf(Ra);if(h!==-1){let f=l.indexOf(Ra,h+1),m=l.slice(0,h).join(""),v=l.slice(h+1,f).join(""),w=l.slice(f+1).join("");return{formatted:m+v+w,cursorNodeStart:m.length,cursorNodeText:v}}return{formatted:l.join("")}}function Ry(e,t,n=0){let r=0;for(let o=n;o<e.length;++o)e[o]===" "?r=r+t-r%t:r++;return r}function By(e){return e!==null&&typeof e=="object"}function*Gm(e,t){let{getVisitorKeys:n,filter:r=u(()=>!0,"n")}=t,o=u(a=>pS(a)&&r(a),"o");for(let a of n(e)){let i=e[a];if(Array.isArray(i))for(let l of i)o(l)&&(yield l);else o(i)&&(yield i)}}function*Fx(e,t){let n=[e];for(let r=0;r<n.length;r++){let o=n[r];for(let a of Gm(o,t))yield a,n.push(a)}}function Qo(e){return(t,n,r)=>{let o=!!(r!=null&&r.backwards);if(n===!1)return!1;let{length:a}=t,i=n;for(;i>=0&&i<a;){let l=t.charAt(i);if(e instanceof RegExp){if(!e.test(l))return i}else if(!e.includes(l))return i;o?i--:i++}return i===-1||i===a?i:!1}}function Ly(e,t,n){let r=!!(n!=null&&n.backwards);if(t===!1)return!1;let o=e.charAt(t);if(r){if(e.charAt(t-1)==="\r"&&o===`
|
||
`)return t-2;if(o===`
|
||
`||o==="\r"||o==="\u2028"||o==="\u2029")return t-1}else{if(o==="\r"&&e.charAt(t+1)===`
|
||
`)return t+2;if(o===`
|
||
`||o==="\r"||o==="\u2028"||o==="\u2029")return t+1}return t}function $y(e,t,n={}){let r=pr(e,n.backwards?t-1:t,n),o=Gr(e,r,n);return r!==o}function My(e){return Array.isArray(e)&&e.length>0}function Oy(e){return e?t=>e(t,t2):hS}function _x(e){let t=e.type||e.kind||"(unknown type)",n=String(e.name||e.id&&(typeof e.id=="object"?e.id.name:e.id)||e.key&&(typeof e.key=="object"?e.key.name:e.key)||e.value&&(typeof e.value=="object"?"":String(e.value))||e.operator||"");return n.length>20&&(n=n.slice(0,19)+"…"),t+(n?" "+n:"")}function h1(e,t){(e.comments??(e.comments=[])).push(t),t.printed=!1,t.nodeDescription=_x(e)}function yo(e,t){t.leading=!0,t.trailing=!1,h1(e,t)}function _l(e,t,n){t.leading=!1,t.trailing=!1,n&&(t.marker=n),h1(e,t)}function wo(e,t){t.leading=!1,t.trailing=!0,h1(e,t)}function m1(e,t){if(nc.has(e))return nc.get(e);let{printer:{getCommentChildNodes:n,canAttachComment:r,getVisitorKeys:o},locStart:a,locEnd:i}=t;if(!r)return[];let l=((n==null?void 0:n(e,t))??[...Gm(e,{getVisitorKeys:Ls(o)})]).flatMap(c=>r(c)?[c]:m1(c,t));return l.sort((c,d)=>a(c)-a(d)||i(c)-i(d)),nc.set(e,l),l}function Ym(e,t,n,r){let{locStart:o,locEnd:a}=n,i=o(t),l=a(t),c=m1(e,n),d,p,h=0,f=c.length;for(;h<f;){let m=h+f>>1,v=c[m],w=o(v),C=a(v);if(w<=i&&l<=C)return Ym(v,t,n,v);if(C<=i){d=v,h=m+1;continue}if(l<=w){p=v,f=m;continue}throw new Error("Comment location overlaps with node location")}if((r==null?void 0:r.type)==="TemplateLiteral"){let{quasis:m}=r,v=Qu(m,t,n);d&&Qu(m,d,n)!==v&&(d=null),p&&Qu(m,p,n)!==v&&(p=null)}return{enclosingNode:r,precedingNode:d,followingNode:p}}function zx(e,t){let{comments:n}=e;if(delete e.comments,!fS(n)||!t.printer.canAttachComment)return;let r=[],{locStart:o,locEnd:a,printer:{experimentalFeatures:{avoidAstMutation:i=!1}={},handleComments:l={}},originalText:c}=t,{ownLine:d=rc,endOfLine:p=rc,remaining:h=rc}=l,f=n.map((m,v)=>({...Ym(e,m,t),comment:m,text:c,options:t,ast:e,isLastComment:n.length-1===v}));for(let[m,v]of f.entries()){let{comment:w,precedingNode:C,enclosingNode:D,followingNode:g,text:y,options:E,ast:b,isLastComment:x}=v;if(E.parser==="json"||E.parser==="json5"||E.parser==="jsonc"||E.parser==="__js_expression"||E.parser==="__ts_expression"||E.parser==="__vue_expression"||E.parser==="__vue_ts_expression"){if(o(w)-o(b)<=0){yo(b,w);continue}if(a(w)-a(b)>=0){wo(b,w);continue}}let S;if(i?S=[v]:(w.enclosingNode=D,w.precedingNode=C,w.followingNode=g,S=[w,y,E,b,x]),Tx(y,E,f,m))w.placement="ownLine",d(...S)||(g?yo(g,w):C?wo(C,w):_l(D||b,w));else if(Ix(y,E,f,m))w.placement="endOfLine",p(...S)||(C?wo(C,w):g?yo(g,w):_l(D||b,w));else if(w.placement="remaining",!h(...S))if(C&&g){let k=r.length;k>0&&r[k-1].followingNode!==g&&$h(r,E),r.push(v)}else C?wo(C,w):g?yo(g,w):_l(D||b,w)}if($h(r,t),!i)for(let m of n)delete m.precedingNode,delete m.enclosingNode,delete m.followingNode}function Tx(e,t,n,r){let{comment:o,precedingNode:a}=n[r],{locStart:i,locEnd:l}=t,c=i(o);if(a)for(let d=r-1;d>=0;d--){let{comment:p,precedingNode:h}=n[d];if(h!==a||!rg(e.slice(l(p),c)))break;c=i(p)}return ar(e,c,{backwards:!0})}function Ix(e,t,n,r){let{comment:o,followingNode:a}=n[r],{locStart:i,locEnd:l}=t,c=l(o);if(a)for(let d=r+1;d<n.length;d++){let{comment:p,followingNode:h}=n[d];if(h!==a||!rg(e.slice(c,i(p))))break;c=l(p)}return ar(e,c)}function $h(e,t){var n,r;let o=e.length;if(o===0)return;let{precedingNode:a,followingNode:i}=e[0],l=t.locStart(i),c;for(c=o;c>0;--c){let{comment:d,precedingNode:p,followingNode:h}=e[c-1];p0.strictEqual(p,a),p0.strictEqual(h,i);let f=t.originalText.slice(t.locEnd(d),l);if(((r=(n=t.printer).isGap)==null?void 0:r.call(n,f,t))??/^[\s(]*$/.test(f))l=t.locStart(d);else break}for(let[d,{comment:p}]of e.entries())d<c?wo(a,p):yo(i,p);for(let d of[a,i])d.comments&&d.comments.length>1&&d.comments.sort((p,h)=>t.locStart(p)-t.locStart(h));e.length=0}function Qu(e,t,n){let r=n.locStart(t)-1;for(let o=1;o<e.length;++o)if(r<n.locStart(e[o]))return o-1;return 0}function Py(e,t){let n=t-1;n=pr(e,n,{backwards:!0}),n=Gr(e,n,{backwards:!0}),n=pr(e,n,{backwards:!0});let r=Gr(e,n,{backwards:!0});return n!==r}function Km(e,t){let n=e.node;return n.printed=!0,t.printer.printComment(e,t)}function Rx(e,t){var n;let r=e.node,o=[Km(e,t)],{printer:a,originalText:i,locStart:l,locEnd:c}=t;if((n=a.isBlockComment)!=null&&n.call(a,r)){let p=ar(i,c(r))?ar(i,l(r),{backwards:!0})?Pr:Zh:" ";o.push(p)}else o.push(Pr);let d=Gr(i,pr(i,c(r)));return d!==!1&&ar(i,d)&&o.push(Pr),o}function Bx(e,t,n){var r;let o=e.node,a=Km(e,t),{printer:i,originalText:l,locStart:c}=t,d=(r=i.isBlockComment)==null?void 0:r.call(i,o);if(n!=null&&n.hasLineSuffix&&!(n!=null&&n.isBlock)||ar(l,c(o),{backwards:!0})){let p=v1(l,c(o));return{doc:r0([Pr,p?Pr:"",a]),isBlock:d,hasLineSuffix:!0}}return!d||n!=null&&n.hasLineSuffix?{doc:[r0([" ",a]),cl],isBlock:d,hasLineSuffix:!0}:{doc:[" ",a],isBlock:d,hasLineSuffix:!1}}function Lx(e,t){let n=e.node;if(!n)return{};let r=t[Symbol.for("printedComments")];if((n.comments||[]).filter(l=>!r.has(l)).length===0)return{leading:"",trailing:""};let o=[],a=[],i;return e.each(()=>{let l=e.node;if(r!=null&&r.has(l))return;let{leading:c,trailing:d}=l;c?o.push(Rx(e,t)):d&&(i=Bx(e,t,i),a.push(i.doc))},"comments"),{leading:o,trailing:a}}function $x(e,t,n){let{leading:r,trailing:o}=Lx(e,n);return!r&&!o?t:Wm(t,a=>[r,a,o])}function Mx(e){let{[Symbol.for("comments")]:t,[Symbol.for("printedComments")]:n}=e;for(let r of t){if(!r.printed&&!n.has(r))throw new Error('Comment "'+r.value.trim()+'" was not printed. Please report this error!');delete r.printed}}function Ny(e){return()=>{}}function Mh({plugins:e=[],showDeprecated:t=!1}={}){let n=e.flatMap(o=>o.languages??[]),r=[];for(let o of Px(Object.assign({},...e.map(({options:a})=>a),gS)))!t&&o.deprecated||(Array.isArray(o.choices)&&(t||(o.choices=o.choices.filter(a=>!a.deprecated)),o.name==="parser"&&(o.choices=[...o.choices,...Ox(o.choices,n,e)])),o.pluginDefaults=Object.fromEntries(e.filter(a=>{var i;return((i=a.defaultOptions)==null?void 0:i[o.name])!==void 0}).map(a=>[a.name,a.defaultOptions[o.name]])),r.push(o));return{languages:n,options:r}}function*Ox(e,t,n){let r=new Set(e.map(o=>o.value));for(let o of t)if(o.parsers){for(let a of o.parsers)if(!r.has(a)){r.add(a);let i=n.find(c=>c.parsers&&Object.prototype.hasOwnProperty.call(c.parsers,a)),l=o.name;i!=null&&i.name&&(l+=` (plugin: ${i.name})`),yield{value:a,description:l}}}}function Px(e){let t=[];for(let[n,r]of Object.entries(e)){let o={name:n,...r};Array.isArray(o.default)&&(o.default=xe(!1,o.default,-1).value),t.push(o)}return t}function Oh(e,t){if(!t)return;let n=vS(t).toLowerCase();return e.find(({filenames:r})=>r==null?void 0:r.some(o=>o.toLowerCase()===n))??e.find(({extensions:r})=>r==null?void 0:r.some(o=>n.endsWith(o)))}function Nx(e,t){if(t)return e.find(({name:n})=>n.toLowerCase()===t)??e.find(({aliases:n})=>n==null?void 0:n.includes(t))??e.find(({extensions:n})=>n==null?void 0:n.includes(`.${t}`))}function Hy(e,t){let n=e.plugins.flatMap(o=>o.languages??[]),r=Nx(n,t.language)??Oh(n,t.physicalFile)??Oh(n,t.file)??(t.physicalFile,void 0);return r==null?void 0:r.parsers[0]}function Tp(e,t,n,r){return[`Invalid ${Do.default.red(r.key(e))} value.`,`Expected ${Do.default.blue(n)},`,`but received ${t===r2?Do.default.gray("nothing"):Do.default.red(r.value(t))}.`].join(" ")}function Ph({text:e,list:t},n){let r=[];return e&&r.push(`- ${Do.default.blue(e)}`),t&&r.push([`- ${Do.default.blue(t.title)}:`].concat(t.values.map(o=>Ph(o,n-o2.length).replace(/^|\n/g,`$&${o2}`))).join(`
|
||
`)),Nh(r,n)}function Nh(e,t){if(e.length===1)return e[0];let[n,r]=e,[o,a]=e.map(i=>i.split(`
|
||
`,1)[0].length);return o>t&&o>a?r:n}function jy(e,t){if(e===t)return 0;let n=e;e.length>t.length&&(e=t,t=n);let r=e.length,o=t.length;for(;r>0&&e.charCodeAt(~-r)===t.charCodeAt(~-o);)r--,o--;let a=0;for(;a<r&&e.charCodeAt(a)===t.charCodeAt(a);)a++;if(r-=a,o-=a,r===0)return o;let i,l,c,d,p=0,h=0;for(;p<r;)a2[p]=e.charCodeAt(a+p),oc[p]=++p;for(;h<o;)for(i=t.charCodeAt(a+h),c=h++,l=h,p=0;p<r;p++)d=i===a2[p]?c:c+1,c=oc[p],l=oc[p]=c>l?d>l?l+1:d:d>c?c+1:d;return l}function Vy(e,t){let n=new e(t),r=Object.create(n);for(let o of wS)o in t&&(r[o]=Hx(t[o],n,Zn.prototype[o].length));return r}function Hx(e,t,n){return typeof e=="function"?(...r)=>e(...r.slice(0,n-1),t,...r.slice(n-1)):()=>e}function Ip({from:e,to:t}){return{from:[e],to:t}}function Uy(e,t){let n=Object.create(null);for(let r of e){let o=r[t];if(n[o])throw new Error(`Duplicate ${t} ${JSON.stringify(o)}`);n[o]=r}return n}function Wy(e,t){let n=new Map;for(let r of e){let o=r[t];if(n.has(o))throw new Error(`Duplicate ${t} ${JSON.stringify(o)}`);n.set(o,r)}return n}function qy(){let e=Object.create(null);return t=>{let n=JSON.stringify(t);return e[n]?!0:(e[n]=!0,!1)}}function Gy(e,t){let n=[],r=[];for(let o of e)t(o)?n.push(o):r.push(o);return[n,r]}function Yy(e){return e===Math.floor(e)}function Ky(e,t){if(e===t)return 0;let n=typeof e,r=typeof t,o=["undefined","object","boolean","number","string"];return n!==r?o.indexOf(n)-o.indexOf(r):n!=="string"?Number(e)-Number(t):e.localeCompare(t)}function Xy(e){return(...t)=>{let n=e(...t);return typeof n=="string"?new Error(n):n}}function Rp(e){return e===void 0?{}:e}function Hh(e){if(typeof e=="string")return{text:e};let{text:t,list:n}=e;return jx((t||n)!==void 0,"Unexpected `expected` result, there should be at least one field."),n?{text:t,list:{title:n.title,values:n.values.map(Hh)}}:{text:t}}function Bp(e,t){return e===!0?!0:e===!1?{value:t}:e}function Lp(e,t,n=!1){return e===!1?!1:e===!0?n?!0:[{value:t}]:"value"in e?[e]:e.length===0?!1:e}function jh(e,t){return typeof e=="string"||"key"in e?{from:t,to:e}:"from"in e?{from:e.from,to:e.to}:{from:t,to:e.to}}function Ju(e,t){return e===void 0?[]:Array.isArray(e)?e.map(n=>jh(n,t)):[jh(e,t)]}function $p(e,t){let n=Ju(typeof e=="object"&&"redirect"in e?e.redirect:e,t);return n.length===0?{remain:t,redirect:n}:typeof e=="object"&&"remain"in e?{remain:e.remain,redirect:n}:{redirect:n}}function jx(e,t){if(!e)throw new Error(t)}function Zy(e,t,{logger:n=!1,isCLI:r=!1,passThrough:o=!1,FlagSchema:a,descriptor:i}={}){if(r){if(!a)throw new Error("'FlagSchema' option is required.");if(!i)throw new Error("'descriptor' option is required.")}else i=po;let l=o?Array.isArray(o)?(f,m)=>o.includes(f)?{[f]:m}:void 0:(f,m)=>({[f]:m}):(f,m,v)=>{let{_:w,...C}=v.schemas;return i2(f,m,{...v,schemas:C})},c=Vx(t,{isCLI:r,FlagSchema:a}),d=new kS(c,{logger:n,unknown:l,descriptor:i}),p=n!==!1;p&&sf&&(d._hasDeprecationWarned=sf);let h=d.normalize(e);return p&&(sf=d._hasDeprecationWarned),h}function Vx(e,{isCLI:t,FlagSchema:n}){let r=[];t&&r.push(ES.create({name:"_"}));for(let o of e)r.push(Ux(o,{isCLI:t,optionInfos:e,FlagSchema:n})),o.alias&&t&&r.push(DS.create({name:o.alias,sourceName:o.name}));return r}function Ux(e,{isCLI:t,optionInfos:n,FlagSchema:r}){let{name:o}=e,a={name:o},i,l={};switch(e.type){case"int":i=SS,t&&(a.preprocess=Number);break;case"string":i=l2;break;case"choice":i=xS,a.choices=e.choices.map(c=>c!=null&&c.redirect?{...c,redirect:{to:{key:e.name,value:c.redirect}}}:c);break;case"boolean":i=CS;break;case"flag":i=r,a.flags=n.flatMap(c=>[c.alias,c.description&&c.name,c.oppositeDescription&&`no-${c.name}`].filter(Boolean));break;case"path":i=l2;break;default:throw new Error(`Unexpected type ${e.type}`)}if(e.exception?a.validate=(c,d,p)=>e.exception(c)||d.validate(c,p):a.validate=(c,d,p)=>c===void 0||d.validate(c,p),e.redirect&&(l.redirect=c=>c?{to:{key:e.redirect.option,value:e.redirect.value}}:void 0),e.deprecated&&(l.deprecated=!0),t&&!e.array){let c=a.preprocess||(d=>d);a.preprocess=(d,p,h)=>p.preprocess(c(Array.isArray(d)?xe(!1,d,-1):d),h)}return e.array?bS.create({...t?{preprocess:u(c=>Array.isArray(c)?c:[c],"preprocess")}:{},...l,valueSchema:i.create(a)}):i.create({...a,...l})}function Xm(e,t){if(!t)throw new Error("parserName is required.");let n=ag(!1,e,o=>o.parsers&&Object.prototype.hasOwnProperty.call(o.parsers,t));if(n)return n;let r=`Couldn't resolve parser "${t}".`;throw r+=" Plugins must be explicitly added to the standalone bundle.",new og(r)}function Wx(e,t){if(!t)throw new Error("astFormat is required.");let n=ag(!1,e,o=>o.printers&&Object.prototype.hasOwnProperty.call(o.printers,t));if(n)return n;let r=`Couldn't find plugin for AST format "${t}".`;throw r+=" Plugins must be explicitly added to the standalone bundle.",new og(r)}function Zm({plugins:e,parser:t}){let n=Xm(e,t);return Qm(n,t)}function Qm(e,t){let n=e.parsers[t];return typeof n=="function"?n():n}function qx(e,t){let n=e.printers[t];return typeof n=="function"?n():n}async function Qy(e,t={}){var n;let r={...e};if(!r.parser)if(r.filepath){if(r.parser=yS(r,{physicalFile:r.filepath}),!r.parser)throw new n2(`No parser could be inferred for file "${r.filepath}".`)}else throw new n2("No parser and no file path given, couldn't infer a parser.");let o=Mh({plugins:e.plugins,showDeprecated:!0}).options,a={...s2,...Object.fromEntries(o.filter(f=>f.default!==void 0).map(f=>[f.name,f.default]))},i=Xm(r.plugins,r.parser),l=await Qm(i,r.parser);r.astFormat=l.astFormat,r.locEnd=l.locEnd,r.locStart=l.locStart;let c=(n=i.printers)!=null&&n[l.astFormat]?i:Wx(r.plugins,l.astFormat),d=await qx(c,l.astFormat);r.printer=d;let p=c.defaultOptions?Object.fromEntries(Object.entries(c.defaultOptions).filter(([,f])=>f!==void 0)):{},h={...a,...p};for(let[f,m]of Object.entries(h))(r[f]===null||r[f]===void 0)&&(r[f]=m);return r.parser==="json"&&(r.trailingComma="none"),AS(r,o,{passThrough:Object.keys(s2),...t})}async function Jy(e,t){let n=await Zm(t),r=n.preprocess?n.preprocess(e,t):e;t.originalText=r;let o;try{o=await n.parse(r,t,t)}catch(a){Gx(a,e)}return{text:r,ast:o}}function Gx(e,t){let{loc:n}=e;if(n){let r=(0,FS.codeFrameColumns)(t,n,{highlightCode:!0});throw e.message+=`
|
||
`+r,e.codeFrame=r,e}throw e}async function Yx(e,t,n,r,o){let{embeddedLanguageFormatting:a,printer:{embed:i,hasPrettierIgnore:l=u(()=>!1,"s"),getVisitorKeys:c}}=n;if(!i||a!=="auto")return;if(i.length>2)throw new Error("printer.embed has too many parameters. The API changed in Prettier v3. Please update your plugin. See https://prettier.io/docs/en/plugins.html#optional-embed");let d=Ls(i.getVisitorKeys??c),p=[];m();let h=e.stack;for(let{print:v,node:w,pathStack:C}of p)try{e.stack=C;let D=await v(f,t,e,n);D&&o.set(w,D)}catch(D){if(globalThis.PRETTIER_DEBUG)throw D}e.stack=h;function f(v,w){return Kx(v,w,n,r)}u(f,"f");function m(){let{node:v}=e;if(v===null||typeof v!="object"||l(e))return;for(let C of d(v))Array.isArray(v[C])?e.each(m,C):e.call(m,C);let w=i(e,n);if(w){if(typeof w=="function"){p.push({print:w,node:v,pathStack:[...e.stack]});return}o.set(v,w)}}u(m,"p")}async function Kx(e,t,n,r){let o=await jo({...n,...t,parentParser:n.parser,originalText:e},{passThrough:!0}),{ast:a}=await Di(e,o),i=await r(a,o);return Lh(i)}function ew(e,t){let{originalText:n,[Symbol.for("comments")]:r,locStart:o,locEnd:a,[Symbol.for("printedComments")]:i}=t,{node:l}=e,c=o(l),d=a(l);for(let p of r)o(p)>=c&&a(p)<=d&&i.add(p);return n.slice(c,d)}async function Rs(e,t){({ast:e}=await Jm(e,t));let n=new Map,r=new dS(e),o=mS(t),a=new Map;await Yx(r,l,t,Rs,a);let i=await Vh(r,t,l,void 0,a);return Mx(t),i;function l(d,p){return d===void 0||d===r?c(p):Array.isArray(d)?r.call(()=>c(p),...d):r.call(()=>c(p),d)}function c(d){o(r);let p=r.node;if(p==null)return"";let h=p&&typeof p=="object"&&d===void 0;if(h&&n.has(p))return n.get(p);let f=Vh(r,t,l,d,a);return h&&n.set(p,f),f}}function Vh(e,t,n,r,o){var a;let{node:i}=e,{printer:l}=t,c;return(a=l.hasPrettierIgnore)!=null&&a.call(l,e)?c=_S(e,t):o.has(i)?c=o.get(i):c=l.print(e,t,n,r),i===t.cursorNode&&(c=Wm(c,d=>[u0,d,u0])),l.printComment&&(!l.willPrintOwnComments||!l.willPrintOwnComments(e,t))&&(c=$x(e,c,t)),c}async function Jm(e,t){let n=e.comments??[];t[Symbol.for("comments")]=n,t[Symbol.for("tokens")]=e.tokens??[],t[Symbol.for("printedComments")]=new Set,zx(e,t);let{printer:{preprocess:r}}=t;return e=r?await r(e,t):e,{ast:e,comments:n}}function tw(e,t){let{cursorOffset:n,locStart:r,locEnd:o}=t,a=Ls(t.printer.getVisitorKeys),i=u(c=>r(c)<=n&&o(c)>=n,"i"),l=e;for(let c of Fx(e,{getVisitorKeys:a,filter:i}))l=c;return l}function nw(e,t){let{printer:{massageAstNode:n,getVisitorKeys:r}}=t;if(!n)return e;let o=Ls(r),a=n.ignoredProperties??new Set;return i(e);function i(l,c){if(!(l!==null&&typeof l=="object"))return l;if(Array.isArray(l))return l.map(f=>i(f,c)).filter(Boolean);let d={},p=new Set(o(l));for(let f in l)!Object.prototype.hasOwnProperty.call(l,f)||a.has(f)||(p.has(f)?d[f]=i(l[f],l):d[f]=l[f]);let h=n(l,d,c);if(h!==null)return h??d}}function Xx(e,t){let n=[e.node,...e.parentNodes],r=new Set([t.node,...t.parentNodes]);return n.find(o=>ig.has(o.type)&&r.has(o))}function Uh(e){let t=e.length-1;for(;;){let n=e[t];if((n==null?void 0:n.type)==="Program"||(n==null?void 0:n.type)==="File")t--;else break}return e.slice(0,t+1)}function Zx(e,t,{locStart:n,locEnd:r}){let o=e.node,a=t.node;if(o===a)return{startNode:o,endNode:a};let i=n(e.node);for(let c of Uh(t.parentNodes))if(n(c)>=i)a=c;else break;let l=r(t.node);for(let c of Uh(e.parentNodes)){if(r(c)<=l)o=c;else break;if(o===a)break}return{startNode:o,endNode:a}}function l0(e,t,n,r,o=[],a){let{locStart:i,locEnd:l}=n,c=i(e),d=l(e);if(!(t>d||t<c||a==="rangeEnd"&&t===c||a==="rangeStart"&&t===d)){for(let p of m1(e,n)){let h=l0(p,t,n,r,[e,...o],a);if(h)return h}if(!r||r(e,o[0]))return{node:e,parentNodes:o}}}function Qx(e,t){return t!=="DeclareExportDeclaration"&&e!=="TypeParameterDeclaration"&&(e==="Directive"||e==="TypeAlias"||e==="TSExportAssignment"||e.startsWith("Declare")||e.startsWith("TSDeclare")||e.endsWith("Statement")||e.endsWith("Declaration"))}function Wh(e,t,n){if(!t)return!1;switch(e.parser){case"flow":case"babel":case"babel-flow":case"babel-ts":case"typescript":case"acorn":case"espree":case"meriyah":case"__babel_estree":return Qx(t.type,n==null?void 0:n.type);case"json":case"json5":case"jsonc":case"json-stringify":return ig.has(t.type);case"graphql":return RS.has(t.kind);case"vue":return t.tag!=="root"}return!1}function Jx(e,t,n){let{rangeStart:r,rangeEnd:o,locStart:a,locEnd:i}=t;p0.ok(o>r);let l=e.slice(r,o).search(/\S/),c=l===-1;if(!c)for(r+=l;o>r&&!/\S/.test(e[o-1]);--o);let d=l0(n,r,t,(m,v)=>Wh(t,m,v),[],"rangeStart"),p=c?d:l0(n,o,t,m=>Wh(t,m),[],"rangeEnd");if(!d||!p)return{rangeStart:0,rangeEnd:0};let h,f;if(IS(t)){let m=Xx(d,p);h=m,f=m}else({startNode:h,endNode:f}=Zx(d,p,t));return{rangeStart:Math.min(a(h),a(f)),rangeEnd:Math.max(i(h),i(f))}}async function eg(e,t,n=0){if(!e||e.trim().length===0)return{formatted:"",cursorOffset:-1,comments:[]};let{ast:r,text:o}=await Di(e,t);t.cursorOffset>=0&&(t.cursorNode=zS(r,t));let a=await Rs(r,t);n>0&&(a=Ih([Pr,a],n,t.tabWidth));let i=ls(a,t);if(n>0){let c=i.formatted.trim();i.cursorNodeStart!==void 0&&(i.cursorNodeStart-=i.formatted.indexOf(c)),i.formatted=c+f1(t.endOfLine)}let l=t[Symbol.for("comments")];if(t.cursorOffset>=0){let c,d,p,h,f;if(t.cursorNode&&i.cursorNodeText?(c=t.locStart(t.cursorNode),d=o.slice(c,t.locEnd(t.cursorNode)),p=t.cursorOffset-c,h=i.cursorNodeStart,f=i.cursorNodeText):(c=0,d=o,p=t.cursorOffset,h=0,f=i.formatted),d===f)return{formatted:i.formatted,cursorOffset:h+p,comments:l};let m=d.split("");m.splice(p,0,u2);let v=f.split(""),w=(0,aS.diffArrays)(m,v),C=h;for(let D of w)if(D.removed){if(D.value.includes(u2))break}else C+=D.count;return{formatted:i.formatted,cursorOffset:C,comments:l}}return{formatted:i.formatted,cursorOffset:-1,comments:l}}async function eS(e,t){let{ast:n,text:r}=await Di(e,t),{rangeStart:o,rangeEnd:a}=Jx(r,t,n),i=r.slice(o,a),l=Math.min(o,r.lastIndexOf(`
|
||
`,o)+1),c=r.slice(l,o).match(/^\s*/)[0],d=d0(c,t.tabWidth),p=await eg(i,{...t,rangeStart:0,rangeEnd:Number.POSITIVE_INFINITY,cursorOffset:t.cursorOffset>o&&t.cursorOffset<=a?t.cursorOffset-o:-1,endOfLine:"lf"},d),h=p.formatted.trimEnd(),{cursorOffset:f}=t;f>a?f+=h.length-i.length:p.cursorOffset>=0&&(f=p.cursorOffset+o);let m=r.slice(0,o)+h+r.slice(a);if(t.endOfLine!=="lf"){let v=f1(t.endOfLine);f>=0&&v===`\r
|
||
`&&(f+=Um(m.slice(0,f),`
|
||
`)),m=Bs(!1,m,`
|
||
`,v)}return{formatted:m,cursorOffset:f,comments:p.comments}}function ec(e,t,n){return typeof t!="number"||Number.isNaN(t)||t<0||t>e.length?n:t}function qh(e,t){let{cursorOffset:n,rangeStart:r,rangeEnd:o}=t;return n=ec(e,n,-1),r=ec(e,r,0),o=ec(e,o,e.length),{...t,cursorOffset:n,rangeStart:r,rangeEnd:o}}function tg(e,t){let{cursorOffset:n,rangeStart:r,rangeEnd:o,endOfLine:a}=qh(e,t),i=e.charAt(0)===lg;if(i&&(e=e.slice(1),n--,r--,o--),a==="auto"&&(a=vx(e)),e.includes("\r")){let l=u(c=>Um(e.slice(0,Math.max(c,0)),`\r
|
||
`),"s");n-=l(n),r-=l(r),o-=l(o),e=yx(e)}return{hasBOM:i,text:e,options:qh(e,{...t,cursorOffset:n,rangeStart:r,rangeEnd:o,endOfLine:a})}}async function Gh(e,t){let n=await Zm(t);return!n.hasPragma||n.hasPragma(e)}async function Yh(e,t){let{hasBOM:n,text:r,options:o}=tg(e,await jo(t));if(o.rangeStart>=o.rangeEnd&&r!==""||o.requirePragma&&!await Gh(r,o))return{formatted:e,cursorOffset:t.cursorOffset,comments:[]};let a;return o.rangeStart>0||o.rangeEnd<r.length?a=await eS(r,o):(!o.requirePragma&&o.insertPragma&&o.printer.insertPragma&&!await Gh(r,o)&&(r=o.printer.insertPragma(r)),a=await eg(r,o)),n&&(a.formatted=lg+a.formatted,a.cursorOffset>=0&&a.cursorOffset++),a}async function rw(e,t,n){let{text:r,options:o}=tg(e,await jo(t)),a=await Di(r,o);return n&&(n.preprocessForPrint&&(a.ast=await Jm(a.ast,o)),n.massage&&(a.ast=TS(a.ast,o))),a}async function ow(e,t){t=await jo(t);let n=await Rs(e,t);return ls(n,t)}async function aw(e,t){let n=wx(e),{formatted:r}=await Yh(n,{...t,parser:"__js_expression"});return r}async function iw(e,t){t=await jo(t);let{ast:n}=await Di(e,t);return Rs(n,t)}async function lw(e,t){return ls(e,await jo(t))}function sw(e,t){if(t===!1)return!1;if(e.charAt(t)==="/"&&e.charAt(t+1)==="*"){for(let n=t+2;n<e.length;++n)if(e.charAt(n)==="*"&&e.charAt(n+1)==="/")return n+2}return t}function uw(e,t){return t===!1?!1:e.charAt(t)==="/"&&e.charAt(t+1)==="/"?e2(e,t):t}function cw(e,t){let n=null,r=t;for(;r!==n;)n=r,r=pr(e,r),r=f0(e,r),r=h0(e,r),r=Gr(e,r);return r}function dw(e,t){let n=null,r=t;for(;r!==n;)n=r,r=Jh(e,r),r=f0(e,r),r=pr(e,r);return r=h0(e,r),r=Gr(e,r),r!==!1&&ar(e,r)}function pw(e,t){let n=e.lastIndexOf(`
|
||
`);return n===-1?0:d0(e.slice(n+1).match(/^[\t ]*/)[0],t)}function tS(e){if(typeof e!="string")throw new TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}function fw(e,t){let n=e.match(new RegExp(`(${tS(t)})+`,"g"));return n===null?0:n.reduce((r,o)=>Math.max(r,o.length/t.length),0)}function hw(e,t){let n=y1(e,t);return n===!1?"":e.charAt(n)}function mw(e,t,n){for(let r=t;r<n;++r)if(e.charAt(r)===`
|
||
`)return!0;return!1}function gw(e,t,n={}){return pr(e,n.backwards?t-1:t,n)!==t}function vw(e,t,n){let r=t==='"'?"'":'"',o=Bs(!1,e,/\\(.)|(["'])/gs,(a,i,l)=>i===r?i:l===t?"\\"+l:l||(n&&/^[^\n\r"'0-7\\bfnrt-vx\u2028\u2029]$/.test(i)?i:"\\"+i));return t+o+t}function nS(e,t,n){return y1(e,n(t))}function yw(e,t){return arguments.length===2||typeof t=="number"?y1(e,t):nS(...arguments)}function rS(e,t,n){return v1(e,n(t))}function ww(e,t){return arguments.length===2||typeof t=="number"?v1(e,t):rS(...arguments)}function oS(e,t,n){return m0(e,n(t))}function Dw(e,t){return arguments.length===2||typeof t=="number"?m0(e,t):oS(...arguments)}function wr(e,t=1){return async(...n)=>{let r=n[t]??{},o=r.plugins??[];return n[t]={...r,plugins:Array.isArray(o)?o:Object.values(o)},e(...n)}}async function Kh(e,t){let{formatted:n}=await c2(e,{...t,cursorOffset:-1});return n}async function Ew(e,t){return await Kh(e,t)===e}var bw,Vi,Cw,xw,Sw,kw,Aw,Ui,Wi,Mp,Jo,Fw,_w,Op,ea,zw,Tw,qi,Pp,Iw,Rw,Bw,Lw,Np,$w,Bs,aS,Qr,dr,Or,Nn,Hn,$n,ot,kt,mt,jn,Vn,Mn,Re,dn,Ft,ng,Jr,iS,Hp,Mw,Ro,Xh,s0,jp,pn,g1,Ow,cl,Pw,tc,Vp,Zh,Nw,Pr,Qh,u0,Hw,xe,lS,sS,uS,c0,cS,Qe,Xt,Ra,d0,Au,Up,Gi,Fu,Wp,jw,dS,qp,p0,pS,Vw,pr,Jh,e2,Gr,ar,fS,t2,hS,Ls,nc,rc,rg,v1,mS,Gp,og,Yp,n2,gS,vS,yS,po,Kp,Uw,Do,r2,Yi,o2,Ww,Xp,oc,a2,i2,wS,Zp,Zn,Qp,DS,Jp,ES,ef,bS,tf,CS,nf,xS,rf,qw,of,SS,af,l2,Gw,Yw,Kw,Xw,lf,kS,sf,AS,Zw,ag,s2,jo,FS,Di,_S,zS,TS,IS,ig,RS,lg,u2,uf,Qw,Jw,e6,t6,cf,f0,h0,y1,m0,n6,r6,o6,a6,i6,l6,c2,s6,u6,BS,zB=I(()=>{bw=Object.create,Vi=Object.defineProperty,Cw=Object.getOwnPropertyDescriptor,xw=Object.getOwnPropertyNames,Sw=Object.getPrototypeOf,kw=Object.prototype.hasOwnProperty,Aw=u((e,t)=>()=>(e&&(t=e(e=0)),t),"Eu"),Ui=u((e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),"Me"),Wi=u((e,t)=>{for(var n in t)Vi(e,n,{get:t[n],enumerable:!0})},"We"),Mp=u((e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of xw(t))!kw.call(e,o)&&o!==n&&Vi(e,o,{get:u(()=>t[o],"get"),enumerable:!(r=Cw(t,o))||r.enumerable});return e},"ur"),Jo=u((e,t,n)=>(n=e!=null?bw(Sw(e)):{},Mp(t||!e||!e.__esModule?Vi(n,"default",{value:e,enumerable:!0}):n,e)),"he"),Fw=u(e=>Mp(Vi({},"__esModule",{value:!0}),e),"Cu"),_w=u((e,t,n)=>{if(!t.has(e))throw TypeError("Cannot "+n)},"hu"),Op=u((e,t,n)=>{if(t.has(e))throw TypeError("Cannot add the same private member more than once");t instanceof WeakSet?t.add(e):t.set(e,n)},"ht"),ea=u((e,t,n)=>(_w(e,t,"access private method"),n),"ce"),zw=Ui(e=>{Object.defineProperty(e,"__esModule",{value:!0}),e.default=t;function t(){}u(t,"or"),t.prototype={diff:u(function(o,a){var i=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},l=i.callback;typeof i=="function"&&(l=i,i={}),this.options=i;var c=this;function d(g){return l?(setTimeout(function(){l(void 0,g)},0),!0):g}u(d,"i"),o=this.castInput(o),a=this.castInput(a),o=this.removeEmpty(this.tokenize(o)),a=this.removeEmpty(this.tokenize(a));var p=a.length,h=o.length,f=1,m=p+h;i.maxEditLength&&(m=Math.min(m,i.maxEditLength));var v=[{newPos:-1,components:[]}],w=this.extractCommon(v[0],a,o,0);if(v[0].newPos+1>=p&&w+1>=h)return d([{value:this.join(a),count:a.length}]);function C(){for(var g=-1*f;g<=f;g+=2){var y=void 0,E=v[g-1],b=v[g+1],x=(b?b.newPos:0)-g;E&&(v[g-1]=void 0);var S=E&&E.newPos+1<p,k=b&&0<=x&&x<h;if(!S&&!k){v[g]=void 0;continue}if(!S||k&&E.newPos<b.newPos?(y=r(b),c.pushComponent(y.components,void 0,!0)):(y=E,y.newPos++,c.pushComponent(y.components,!0,void 0)),x=c.extractCommon(y,a,o,g),y.newPos+1>=p&&x+1>=h)return d(n(c,y.components,a,o,c.useLongestToken));v[g]=y}f++}if(u(C,"p"),l)u(function g(){setTimeout(function(){if(f>m)return l();C()||g()},0)},"F")();else for(;f<=m;){var D=C();if(D)return D}},"diff"),pushComponent:u(function(o,a,i){var l=o[o.length-1];l&&l.added===a&&l.removed===i?o[o.length-1]={count:l.count+1,added:a,removed:i}:o.push({count:1,added:a,removed:i})},"pushComponent"),extractCommon:u(function(o,a,i,l){for(var c=a.length,d=i.length,p=o.newPos,h=p-l,f=0;p+1<c&&h+1<d&&this.equals(a[p+1],i[h+1]);)p++,h++,f++;return f&&o.components.push({count:f}),o.newPos=p,h},"extractCommon"),equals:u(function(o,a){return this.options.comparator?this.options.comparator(o,a):o===a||this.options.ignoreCase&&o.toLowerCase()===a.toLowerCase()},"equals"),removeEmpty:u(function(o){for(var a=[],i=0;i<o.length;i++)o[i]&&a.push(o[i]);return a},"removeEmpty"),castInput:u(function(o){return o},"castInput"),tokenize:u(function(o){return o.split("")},"tokenize"),join:u(function(o){return o.join("")},"join")};function n(o,a,i,l,c){for(var d=0,p=a.length,h=0,f=0;d<p;d++){var m=a[d];if(m.removed){if(m.value=o.join(l.slice(f,f+m.count)),f+=m.count,d&&a[d-1].added){var v=a[d-1];a[d-1]=a[d],a[d]=v}}else{if(!m.added&&c){var w=i.slice(h,h+m.count);w=w.map(function(D,g){var y=l[f+g];return y.length>D.length?y:D}),m.value=o.join(w)}else m.value=o.join(i.slice(h,h+m.count));h+=m.count,m.added||(f+=m.count)}}var C=a[p-1];return p>1&&typeof C.value=="string"&&(C.added||C.removed)&&o.equals("",C.value)&&(a[p-2].value+=C.value,a.pop()),a}u(n,"yu");function r(o){return{newPos:o.newPos,components:o.components.slice(0)}}u(r,"Au")}),Tw=Ui(e=>{Object.defineProperty(e,"__esModule",{value:!0}),e.diffArrays=o,e.arrayDiff=void 0;var t=n(zw());function n(a){return a&&a.__esModule?a:{default:a}}u(n,"_u");var r=new t.default;e.arrayDiff=r,r.tokenize=function(a){return a.slice()},r.join=r.removeEmpty=function(a){return a};function o(a,i,l){return r.diff(a,i,l)}u(o,"ku")}),qi=Ui((e,t)=>{var n=new Proxy(String,{get:u(()=>n,"get")});t.exports=n}),Pp={},Wi(Pp,{default:u(()=>Rw,"default"),shouldHighlight:u(()=>Iw,"shouldHighlight")}),Bw=Aw(()=>{Iw=u(()=>!1,"Eo"),Rw=String}),Lw=Ui(e=>{Object.defineProperty(e,"__esModule",{value:!0}),e.codeFrameColumns=h,e.default=f;var t=(Bw(),Fw(Pp)),n=o(qi(),!0);function r(m){if(typeof WeakMap!="function")return null;var v=new WeakMap,w=new WeakMap;return(r=u(function(C){return C?w:v},"Tn"))(m)}u(r,"Tn");function o(m,v){if(!v&&m&&m.__esModule)return m;if(m===null||typeof m!="object"&&typeof m!="function")return{default:m};var w=r(v);if(w&&w.has(m))return w.get(m);var C={__proto__:null},D=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var g in m)if(g!=="default"&&Object.prototype.hasOwnProperty.call(m,g)){var y=D?Object.getOwnPropertyDescriptor(m,g):null;y&&(y.get||y.set)?Object.defineProperty(C,g,y):C[g]=m[g]}return C.default=m,w&&w.set(m,C),C}u(o,"ho");var a;function i(m){return m?(a!=null||(a=new n.default.constructor({enabled:!0,level:1})),a):n.default}u(i,"go");var l=!1;function c(m){return{gutter:m.grey,marker:m.red.bold,message:m.red.bold}}u(c,"yo");var d=/\r\n|[\n\r\u2028\u2029]/;function p(m,v,w){let C=Object.assign({column:0,line:-1},m.start),D=Object.assign({},C,m.end),{linesAbove:g=2,linesBelow:y=3}=w||{},E=C.line,b=C.column,x=D.line,S=D.column,k=Math.max(E-(g+1),0),_=Math.min(v.length,x+y);E===-1&&(k=0),x===-1&&(_=v.length);let F=x-E,T={};if(F)for(let M=0;M<=F;M++){let P=M+E;if(!b)T[P]=!0;else if(M===0){let Q=v[P-1].length;T[P]=[b,Q-b+1]}else if(M===F)T[P]=[0,S];else{let Q=v[P-M].length;T[P]=[0,Q]}}else b===S?b?T[E]=[b,0]:T[E]=!0:T[E]=[b,S-b];return{start:k,end:_,markerLines:T}}u(p,"Ao");function h(m,v,w={}){let C=(w.highlightCode||w.forceColor)&&(0,t.shouldHighlight)(w),D=i(w.forceColor),g=c(D),y=u((T,M)=>C?T(M):M,"i"),E=m.split(d),{start:b,end:x,markerLines:S}=p(v,E,w),k=v.start&&typeof v.start.column=="number",_=String(x).length,F=(C?(0,t.default)(m,w):m).split(d,x).slice(b,x).map((T,M)=>{let P=b+1+M,Q=` ${` ${P}`.slice(-_)} |`,H=S[P],Y=!S[P+1];if(H){let K="";if(Array.isArray(H)){let B=T.slice(0,Math.max(H[0]-1,0)).replace(/[^\t]/g," "),$=H[1]||1;K=[`
|
||
`,y(g.gutter,Q.replace(/\d/g," "))," ",B,y(g.marker,"^").repeat($)].join(""),Y&&w.message&&(K+=" "+y(g.message,w.message))}return[y(g.marker,">"),y(g.gutter,Q),T.length>0?` ${T}`:"",K].join("")}else return` ${y(g.gutter,Q)}${T.length>0?` ${T}`:""}`}).join(`
|
||
`);return w.message&&!k&&(F=`${" ".repeat(_+1)}${w.message}
|
||
${F}`),C?D.reset(F):F}u(h,"vn");function f(m,v,w,C={}){if(!l){l=!0;let D="Passing lineNumber and colNumber is deprecated to @babel/code-frame. Please use `codeFrameColumns`.";{let g=new Error(D);g.name="DeprecationWarning",console.warn(new Error(D))}}return w=Math.max(w,0),h(m,{start:{column:w,line:v}},C)}u(f,"Bo")}),Np={},Wi(Np,{__debug:u(()=>u6,"__debug"),check:u(()=>Ew,"check"),doc:u(()=>uf,"doc"),format:u(()=>Kh,"format"),formatWithCursor:u(()=>c2,"formatWithCursor"),getSupportInfo:u(()=>s6,"getSupportInfo"),util:u(()=>cf,"util"),version:u(()=>t6,"version")}),$w=u((e,t,n,r)=>{if(!(e&&t==null))return t.replaceAll?t.replaceAll(n,r):n.global?t.replace(n,r):t.split(n).join(r)},"gu"),Bs=$w,aS=Jo(Tw(),1),u(vx,"Dr"),u(f1,"Ae"),u(Um,"yt"),u(yx,"ar"),Qr="string",dr="array",Or="cursor",Nn="indent",Hn="align",$n="trim",ot="group",kt="fill",mt="if-break",jn="indent-if-break",Vn="line-suffix",Mn="line-suffix-boundary",Re="line",dn="label",Ft="break-parent",ng=new Set([Or,Nn,Hn,$n,ot,kt,mt,jn,Vn,Mn,Re,dn,Ft]),u(gy,"xu"),Jr=gy,iS=u(e=>new Intl.ListFormat("en-US",{type:"disjunction"}).format(e),"bu"),u(vy,"wu"),Mw=(Hp=class extends Error{constructor(t){super(vy(t));vr(this,"name","InvalidDocError");this.doc=t}},u(Hp,"At"),Hp),Ro=Mw,Xh={},u(yy,"Ou"),s0=yy,jp=u(()=>{},"lr"),pn=jp,g1=jp,u(as,"ie"),u(Io,"oe"),u(_h,"Bt"),u(wy,"fr"),u(Dy,"Fr"),u(Ey,"pr"),u(by,"dr"),u(zh,"Ge"),u(Cy,"mr"),u(xy,"Er"),u(r0,"_e"),Ow={type:Mn},cl={type:Ft},Pw={type:$n},tc={type:Re,hard:!0},Vp={type:Re,hard:!0,literal:!0},Zh={type:Re},Nw={type:Re,soft:!0},Pr=[tc,cl],Qh=[Vp,cl],u0={type:Or},u(Th,"be"),u(Ih,"qe"),u(Sy,"yr"),u(An,"J"),u(wx,"Ar"),Hw=u((e,t,n)=>{if(!(e&&t==null))return Array.isArray(t)||typeof t=="string"?t[n<0?t.length+n:n]:t.at(n)},"Nu"),xe=Hw,lS=u(()=>/[#*0-9]\uFE0F?\u20E3|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26AA\u26B0\u26B1\u26BD\u26BE\u26C4\u26C8\u26CF\u26D1\u26E9\u26F0-\u26F5\u26F7\u26F8\u26FA\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2757\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B55\u3030\u303D\u3297\u3299]\uFE0F?|[\u261D\u270C\u270D](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?|[\u270A\u270B](?:\uD83C[\uDFFB-\uDFFF])?|[\u23E9-\u23EC\u23F0\u23F3\u25FD\u2693\u26A1\u26AB\u26C5\u26CE\u26D4\u26EA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2795-\u2797\u27B0\u27BF\u2B50]|\u26D3\uFE0F?(?:\u200D\uD83D\uDCA5)?|\u26F9(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|\u2764\uFE0F?(?:\u200D(?:\uD83D\uDD25|\uD83E\uDE79))?|\uD83C(?:[\uDC04\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]\uFE0F?|[\uDF85\uDFC2\uDFC7](?:\uD83C[\uDFFB-\uDFFF])?|[\uDFC4\uDFCA](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDFCB\uDFCC](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF43\uDF45-\uDF4A\uDF4C-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uDDE6\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF]|\uDDE7\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF]|\uDDE8\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF]|\uDDE9\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF]|\uDDEA\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA]|\uDDEB\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7]|\uDDEC\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE]|\uDDED\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA]|\uDDEE\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9]|\uDDEF\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5]|\uDDF0\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF]|\uDDF1\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE]|\uDDF2\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF]|\uDDF3\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF]|\uDDF4\uD83C\uDDF2|\uDDF5\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE]|\uDDF6\uD83C\uDDE6|\uDDF7\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC]|\uDDF8\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF]|\uDDF9\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF]|\uDDFA\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF]|\uDDFB\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA]|\uDDFC\uD83C[\uDDEB\uDDF8]|\uDDFD\uD83C\uDDF0|\uDDFE\uD83C[\uDDEA\uDDF9]|\uDDFF\uD83C[\uDDE6\uDDF2\uDDFC]|\uDF44(?:\u200D\uD83D\uDFEB)?|\uDF4B(?:\u200D\uD83D\uDFE9)?|\uDFC3(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDFF3\uFE0F?(?:\u200D(?:\u26A7\uFE0F?|\uD83C\uDF08))?|\uDFF4(?:\u200D\u2620\uFE0F?|\uDB40\uDC67\uDB40\uDC62\uDB40(?:\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDC73\uDB40\uDC63\uDB40\uDC74|\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F)?)|\uD83D(?:[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3]\uFE0F?|[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC](?:\uD83C[\uDFFB-\uDFFF])?|[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4\uDEB5](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD74\uDD90](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?|[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC25\uDC27-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE41\uDE43\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEDC-\uDEDF\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB\uDFF0]|\uDC08(?:\u200D\u2B1B)?|\uDC15(?:\u200D\uD83E\uDDBA)?|\uDC26(?:\u200D(?:\u2B1B|\uD83D\uDD25))?|\uDC3B(?:\u200D\u2744\uFE0F?)?|\uDC41\uFE0F?(?:\u200D\uD83D\uDDE8\uFE0F?)?|\uDC68(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDC68\uDC69]\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE])))?))?|\uDC69(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?[\uDC68\uDC69]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?|\uDC69\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?))|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFE])))?))?|\uDC6F(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDD75(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDE2E(?:\u200D\uD83D\uDCA8)?|\uDE35(?:\u200D\uD83D\uDCAB)?|\uDE36(?:\u200D\uD83C\uDF2B\uFE0F?)?|\uDE42(?:\u200D[\u2194\u2195]\uFE0F?)?|\uDEB6(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?)|\uD83E(?:[\uDD0C\uDD0F\uDD18-\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5\uDEC3-\uDEC5\uDEF0\uDEF2-\uDEF8](?:\uD83C[\uDFFB-\uDFFF])?|[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD\uDDCF\uDDD4\uDDD6-\uDDDD](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDDDE\uDDDF](?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD0D\uDD0E\uDD10-\uDD17\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCC\uDDD0\uDDE0-\uDDFF\uDE70-\uDE7C\uDE80-\uDE88\uDE90-\uDEBD\uDEBF-\uDEC2\uDECE-\uDEDB\uDEE0-\uDEE8]|\uDD3C(?:\u200D[\u2640\u2642]\uFE0F?|\uD83C[\uDFFB-\uDFFF])?|\uDDCE(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDDD1(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1|\uDDD1\u200D\uD83E\uDDD2(?:\u200D\uD83E\uDDD2)?|\uDDD2(?:\u200D\uD83E\uDDD2)?))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?))?|\uDEF1(?:\uD83C(?:\uDFFB(?:\u200D\uD83E\uDEF2\uD83C[\uDFFC-\uDFFF])?|\uDFFC(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFD-\uDFFF])?|\uDFFD(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])?|\uDFFE(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFD\uDFFF])?|\uDFFF(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFE])?))?)/g,"Br"),u(ky,"_r"),u(Ay,"kr"),sS=u(e=>!(ky(e)||Ay(e)),"xr"),uS=/[^\x20-\x7F]/,u(Fy,"Tu"),c0=Fy,cS=u(e=>{if(Array.isArray(e))return e;if(e.type!==kt)throw new Error(`Expect doc to be 'array' or '${kt}'.`);return e.parts},"Or"),u(is,"Ne"),u(o0,"Je"),u(Dx,"vu"),u(_y,"Nr"),u(Rh,"br"),u(Ex,"Sr"),u(bx,"Pu"),u(zy,"Tr"),u(Bh,"wr"),u(Ia,"Oe"),u(Lh,"Xe"),u(Cx,"Lu"),u(xx,"Iu"),u(Ty,"vr"),u(Sx,"Ru"),u(Iy,"Pr"),u(Wm,"Ze"),Qe=Symbol("MODE_BREAK"),Xt=Symbol("MODE_FLAT"),Ra=Symbol("cursor"),u(qm,"Lr"),u(kx,"Yu"),u(Ax,"ju"),u(a0,"kt"),u(i0,"xt"),u(ul,"Qe"),u(ls,"fe"),u(Ry,"Vu"),d0=Ry,jw=(Wp=class{constructor(e){Op(this,Au),Op(this,Gi),this.stack=[e]}get key(){let{stack:e,siblings:t}=this;return xe(!1,e,t===null?-2:-4)??null}get index(){return this.siblings===null?null:xe(!1,this.stack,-2)}get node(){return xe(!1,this.stack,-1)}get parent(){return this.getNode(1)}get grandparent(){return this.getNode(2)}get isInArray(){return this.siblings!==null}get siblings(){let{stack:e}=this,t=xe(!1,e,-3);return Array.isArray(t)?t:null}get next(){let{siblings:e}=this;return e===null?null:e[this.index+1]}get previous(){let{siblings:e}=this;return e===null?null:e[this.index-1]}get isFirst(){return this.index===0}get isLast(){let{siblings:e,index:t}=this;return e!==null&&t===e.length-1}get isRoot(){return this.stack.length===1}get root(){return this.stack[0]}get ancestors(){return[...ea(this,Gi,Fu).call(this)]}getName(){let{stack:e}=this,{length:t}=e;return t>1?xe(!1,e,-2):null}getValue(){return xe(!1,this.stack,-1)}getNode(e=0){let t=ea(this,Au,Up).call(this,e);return t===-1?null:this.stack[t]}getParentNode(e=0){return this.getNode(e+1)}call(e,...t){let{stack:n}=this,{length:r}=n,o=xe(!1,n,-1);for(let a of t)o=o[a],n.push(a,o);try{return e(this)}finally{n.length=r}}callParent(e,t=0){let n=ea(this,Au,Up).call(this,t+1),r=this.stack.splice(n+1);try{return e(this)}finally{this.stack.push(...r)}}each(e,...t){let{stack:n}=this,{length:r}=n,o=xe(!1,n,-1);for(let a of t)o=o[a],n.push(a,o);try{for(let a=0;a<o.length;++a)n.push(a,o[a]),e(this,a,o),n.length-=2}finally{n.length=r}}map(e,...t){let n=[];return this.each((r,o,a)=>{n[o]=e(r,o,a)},...t),n}match(...e){let t=this.stack.length-1,n=null,r=this.stack[t--];for(let o of e){if(r===void 0)return!1;let a=null;if(typeof n=="number"&&(a=n,n=this.stack[t--],r=this.stack[t--]),o&&!o(r,n,a))return!1;n=this.stack[t--],r=this.stack[t--]}return!0}findAncestor(e){for(let t of ea(this,Gi,Fu).call(this))if(e(t))return t}hasAncestor(e){for(let t of ea(this,Gi,Fu).call(this))if(e(t))return!0;return!1}},u(Wp,"bt"),Wp),Au=new WeakSet,Up=u(function(e){let{stack:t}=this;for(let n=t.length-1;n>=0;n-=2)if(!Array.isArray(t[n])&&--e<0)return n;return-1},"wt"),Gi=new WeakSet,Fu=u(function*(){let{stack:e}=this;for(let t=e.length-3;t>=0;t-=2){let n=e[t];Array.isArray(n)||(yield n)}},"et"),dS=jw,qp=new Proxy(()=>{},{get:u(()=>qp,"get")}),p0=qp,u(By,"$u"),pS=By,u(Gm,"Ot"),u(Fx,"jr"),u(Qo,"de"),Vw=Qo(/\s/),pr=Qo(" "),Jh=Qo(",; "),e2=Qo(/[^\n\r]/),u(Ly,"Mu"),Gr=Ly,u($y,"Wu"),ar=$y,u(My,"Uu"),fS=My,t2=new Set(["tokens","comments","parent","enclosingNode","precedingNode","followingNode"]),hS=u(e=>Object.keys(e).filter(t=>!t2.has(t)),"zu"),u(Oy,"Gu"),Ls=Oy,u(_x,"Ku"),u(h1,"St"),u(yo,"te"),u(_l,"X"),u(wo,"re"),nc=new WeakMap,u(m1,"nt"),u(Ym,"Wr"),rc=u(()=>!1,"vt"),u(zx,"Ur"),rg=u(e=>!/[\S\n\u2028\u2029]/.test(e),"zr"),u(Tx,"Hu"),u(Ix,"qu"),u($h,"Mr"),u(Qu,"Pt"),u(Py,"Ju"),v1=Py,u(Km,"Gr"),u(Rx,"Xu"),u(Bx,"Zu"),u(Lx,"Qu"),u($x,"Kr"),u(Mx,"Hr"),u(Ny,"eo"),mS=Ny,og=(Gp=class extends Error{constructor(){super(...arguments);vr(this,"name","ConfigError")}},u(Gp,"Le"),Gp),n2=(Yp=class extends Error{constructor(){super(...arguments);vr(this,"name","UndefinedParserError")}},u(Yp,"Ie"),Yp),gS={cursorOffset:{category:"Special",type:"int",default:-1,range:{start:-1,end:1/0,step:1},description:"Print (to stderr) where a cursor at the given position would move to after formatting.",cliCategory:"Editor"},endOfLine:{category:"Global",type:"choice",default:"lf",description:"Which end of line characters to apply.",choices:[{value:"lf",description:"Line Feed only (\\n), common on Linux and macOS as well as inside git repos"},{value:"crlf",description:"Carriage Return + Line Feed characters (\\r\\n), common on Windows"},{value:"cr",description:"Carriage Return character only (\\r), used very rarely"},{value:"auto",description:`Maintain existing
|
||
(mixed values within one file are normalised by looking at what's used after the first line)`}]},filepath:{category:"Special",type:"path",description:"Specify the input filepath. This will be used to do parser inference.",cliName:"stdin-filepath",cliCategory:"Other",cliDescription:"Path to the file to pretend that stdin comes from."},insertPragma:{category:"Special",type:"boolean",default:!1,description:"Insert @format pragma into file's first docblock comment.",cliCategory:"Other"},parser:{category:"Global",type:"choice",default:void 0,description:"Which parser to use.",exception:u(e=>typeof e=="string"||typeof e=="function","exception"),choices:[{value:"flow",description:"Flow"},{value:"babel",description:"JavaScript"},{value:"babel-flow",description:"Flow"},{value:"babel-ts",description:"TypeScript"},{value:"typescript",description:"TypeScript"},{value:"acorn",description:"JavaScript"},{value:"espree",description:"JavaScript"},{value:"meriyah",description:"JavaScript"},{value:"css",description:"CSS"},{value:"less",description:"Less"},{value:"scss",description:"SCSS"},{value:"json",description:"JSON"},{value:"json5",description:"JSON5"},{value:"jsonc",description:"JSON with Comments"},{value:"json-stringify",description:"JSON.stringify"},{value:"graphql",description:"GraphQL"},{value:"markdown",description:"Markdown"},{value:"mdx",description:"MDX"},{value:"vue",description:"Vue"},{value:"yaml",description:"YAML"},{value:"glimmer",description:"Ember / Handlebars"},{value:"html",description:"HTML"},{value:"angular",description:"Angular"},{value:"lwc",description:"Lightning Web Components"}]},plugins:{type:"path",array:!0,default:[{value:[]}],category:"Global",description:"Add a plugin. Multiple plugins can be passed as separate `--plugin`s.",exception:u(e=>typeof e=="string"||typeof e=="object","exception"),cliName:"plugin",cliCategory:"Config"},printWidth:{category:"Global",type:"int",default:80,description:"The line length where Prettier will try wrap.",range:{start:0,end:1/0,step:1}},rangeEnd:{category:"Special",type:"int",default:1/0,range:{start:0,end:1/0,step:1},description:`Format code ending at a given character offset (exclusive).
|
||
The range will extend forwards to the end of the selected statement.`,cliCategory:"Editor"},rangeStart:{category:"Special",type:"int",default:0,range:{start:0,end:1/0,step:1},description:`Format code starting at a given character offset.
|
||
The range will extend backwards to the start of the first line containing the selected statement.`,cliCategory:"Editor"},requirePragma:{category:"Special",type:"boolean",default:!1,description:`Require either '@prettier' or '@format' to be present in the file's first docblock comment
|
||
in order for it to be formatted.`,cliCategory:"Other"},tabWidth:{type:"int",category:"Global",default:2,description:"Number of spaces per indentation level.",range:{start:0,end:1/0,step:1}},useTabs:{category:"Global",type:"boolean",default:!1,description:"Indent with tabs instead of spaces."},embeddedLanguageFormatting:{category:"Global",type:"choice",default:"auto",description:"Control how Prettier formats quoted code embedded in the file.",choices:[{value:"auto",description:"Format embedded code if Prettier can automatically identify it."},{value:"off",description:"Never automatically format embedded code."}]}},u(Mh,"ut"),u(Ox,"to"),u(Px,"ro"),vS=u(e=>String(e).split(/[/\\]/).pop(),"no"),u(Oh,"Xr"),u(Nx,"uo"),u(Hy,"oo"),yS=Hy,po={key:u(e=>/^[$_a-zA-Z][$_a-zA-Z0-9]*$/.test(e)?e:JSON.stringify(e),"key"),value(e){if(e===null||typeof e!="object")return JSON.stringify(e);if(Array.isArray(e))return`[${e.map(n=>po.value(n)).join(", ")}]`;let t=Object.keys(e);return t.length===0?"{}":`{ ${t.map(n=>`${po.key(n)}: ${po.value(e[n])}`).join(", ")} }`},pair:u(({key:e,value:t})=>po.value({[e]:t}),"pair")},Kp=Jo(qi(),1),Uw=u((e,t,{descriptor:n})=>{let r=[`${Kp.default.yellow(typeof e=="string"?n.key(e):n.pair(e))} is deprecated`];return t&&r.push(`we now treat it as ${Kp.default.blue(typeof t=="string"?n.key(t):n.pair(t))}`),r.join("; ")+"."},"tn"),Do=Jo(qi(),1),r2=Symbol.for("vnopts.VALUE_NOT_EXIST"),Yi=Symbol.for("vnopts.VALUE_UNCHANGED"),o2=" ".repeat(2),Ww=u((e,t,n)=>{let{text:r,list:o}=n.normalizeExpectedResult(n.schemas[e].expected(n)),a=[];return r&&a.push(Tp(e,t,r,n.descriptor)),o&&a.push([Tp(e,t,o.title,n.descriptor)].concat(o.values.map(i=>Ph(i,n.loggerPrintWidth))).join(`
|
||
`)),Nh(a,n.loggerPrintWidth)},"un"),u(Tp,"nn"),u(Ph,"on"),u(Nh,"sn"),Xp=Jo(qi(),1),oc=[],a2=[],u(jy,"Rt"),i2=u((e,t,{descriptor:n,logger:r,schemas:o})=>{let a=[`Ignored unknown option ${Xp.default.yellow(n.pair({key:e,value:t}))}.`],i=Object.keys(o).sort().find(l=>jy(e,l)<3);i&&a.push(`Did you mean ${Xp.default.blue(n.key(i))}?`),r.warn(a.join(" "))},"it"),wS=["default","expected","validate","deprecated","forward","redirect","overlap","preprocess","postprocess"],u(Vy,"so"),Zn=(Zp=class{static create(e){return Vy(this,e)}constructor(e){this.name=e.name}default(e){}expected(e){return"nothing"}validate(e,t){return!1}deprecated(e,t){return!1}forward(e,t){}redirect(e,t){}overlap(e,t,n){return e}preprocess(e,t){return e}postprocess(e,t){return Yi}},u(Zp,"w"),Zp),u(Hx,"Do"),DS=(Qp=class extends Zn{constructor(e){super(e),this._sourceName=e.sourceName}expected(e){return e.schemas[this._sourceName].expected(e)}validate(e,t){return t.schemas[this._sourceName].validate(e,t)}redirect(e,t){return this._sourceName}},u(Qp,"st"),Qp),ES=(Jp=class extends Zn{expected(){return"anything"}validate(){return!0}},u(Jp,"Dt"),Jp),bS=(ef=class extends Zn{constructor({valueSchema:e,name:t=e.name,...n}){super({...n,name:t}),this._valueSchema=e}expected(e){let{text:t,list:n}=e.normalizeExpectedResult(this._valueSchema.expected(e));return{text:t&&`an array of ${t}`,list:n&&{title:"an array of the following values",values:[{list:n}]}}}validate(e,t){if(!Array.isArray(e))return!1;let n=[];for(let r of e){let o=t.normalizeValidateResult(this._valueSchema.validate(r,t),r);o!==!0&&n.push(o.value)}return n.length===0?!0:{value:n}}deprecated(e,t){let n=[];for(let r of e){let o=t.normalizeDeprecatedResult(this._valueSchema.deprecated(r,t),r);o!==!1&&n.push(...o.map(({value:a})=>({value:[a]})))}return n}forward(e,t){let n=[];for(let r of e){let o=t.normalizeForwardResult(this._valueSchema.forward(r,t),r);n.push(...o.map(Ip))}return n}redirect(e,t){let n=[],r=[];for(let o of e){let a=t.normalizeRedirectResult(this._valueSchema.redirect(o,t),o);"remain"in a&&n.push(a.remain),r.push(...a.redirect.map(Ip))}return n.length===0?{redirect:r}:{redirect:r,remain:n}}overlap(e,t){return e.concat(t)}},u(ef,"at"),ef),u(Ip,"an"),CS=(tf=class extends Zn{expected(){return"true or false"}validate(e){return typeof e=="boolean"}},u(tf,"ct"),tf),u(Uy,"ln"),u(Wy,"fn"),u(qy,"Fn"),u(Gy,"pn"),u(Yy,"dn"),u(Ky,"mn"),u(Xy,"En"),u(Rp,"jt"),u(Hh,"Vt"),u(Bp,"$t"),u(Lp,"Mt"),u(jh,"cn"),u(Ju,"lt"),u($p,"Wt"),u(jx,"ao"),xS=(nf=class extends Zn{constructor(e){super(e),this._choices=Wy(e.choices.map(t=>t&&typeof t=="object"?t:{value:t}),"value")}expected({descriptor:e}){let t=Array.from(this._choices.keys()).map(o=>this._choices.get(o)).filter(({hidden:o})=>!o).map(o=>o.value).sort(Ky).map(e.value),n=t.slice(0,-2),r=t.slice(-2);return{text:n.concat(r.join(" or ")).join(", "),list:{title:"one of the following values",values:t}}}validate(e){return this._choices.has(e)}deprecated(e){let t=this._choices.get(e);return t&&t.deprecated?{value:e}:!1}forward(e){let t=this._choices.get(e);return t?t.forward:void 0}redirect(e){let t=this._choices.get(e);return t?t.redirect:void 0}},u(nf,"ft"),nf),qw=(rf=class extends Zn{expected(){return"a number"}validate(e,t){return typeof e=="number"}},u(rf,"Ft"),rf),SS=(of=class extends qw{expected(){return"an integer"}validate(e,t){return t.normalizeValidateResult(super.validate(e,t),e)===!0&&Yy(e)}},u(of,"pt"),of),l2=(af=class extends Zn{expected(){return"a string"}validate(e){return typeof e=="string"}},u(af,"Ye"),af),Gw=po,Yw=i2,Kw=Ww,Xw=Uw,kS=(lf=class{constructor(e,t){let{logger:n=console,loggerPrintWidth:r=80,descriptor:o=Gw,unknown:a=Yw,invalid:i=Kw,deprecated:l=Xw,missing:c=u(()=>!1,"a"),required:d=u(()=>!1,"c"),preprocess:p=u(f=>f,"d"),postprocess:h=u(()=>Yi,"f")}=t||{};this._utils={descriptor:o,logger:n||{warn:u(()=>{},"warn")},loggerPrintWidth:r,schemas:Uy(e,"name"),normalizeDefaultResult:Rp,normalizeExpectedResult:Hh,normalizeDeprecatedResult:Lp,normalizeForwardResult:Ju,normalizeRedirectResult:$p,normalizeValidateResult:Bp},this._unknownHandler=a,this._invalidHandler=Xy(i),this._deprecatedHandler=l,this._identifyMissing=(f,m)=>!(f in m)||c(f,m),this._identifyRequired=d,this._preprocess=p,this._postprocess=h,this.cleanHistory()}cleanHistory(){this._hasDeprecationWarned=qy()}normalize(e){let t={},n=[this._preprocess(e,this._utils)],r=u(()=>{for(;n.length!==0;){let o=n.shift(),a=this._applyNormalization(o,t);n.push(...a)}},"u");r();for(let o of Object.keys(this._utils.schemas)){let a=this._utils.schemas[o];if(!(o in t)){let i=Rp(a.default(this._utils));"value"in i&&n.push({[o]:i.value})}}r();for(let o of Object.keys(this._utils.schemas)){if(!(o in t))continue;let a=this._utils.schemas[o],i=t[o],l=a.postprocess(i,this._utils);l!==Yi&&(this._applyValidation(l,o,a),t[o]=l)}return this._applyPostprocess(t),this._applyRequiredCheck(t),t}_applyNormalization(e,t){let n=[],{knownKeys:r,unknownKeys:o}=this._partitionOptionKeys(e);for(let a of r){let i=this._utils.schemas[a],l=i.preprocess(e[a],this._utils);this._applyValidation(l,a,i);let c=u(({from:h,to:f})=>{n.push(typeof f=="string"?{[f]:h}:{[f.key]:f.value})},"a"),d=u(({value:h,redirectTo:f})=>{let m=Lp(i.deprecated(h,this._utils),l,!0);if(m!==!1)if(m===!0)this._hasDeprecationWarned(a)||this._utils.logger.warn(this._deprecatedHandler(a,f,this._utils));else for(let{value:v}of m){let w={key:a,value:v};if(!this._hasDeprecationWarned(w)){let C=typeof f=="string"?{key:f,value:v}:f;this._utils.logger.warn(this._deprecatedHandler(w,C,this._utils))}}},"c");Ju(i.forward(l,this._utils),l).forEach(c);let p=$p(i.redirect(l,this._utils),l);if(p.redirect.forEach(c),"remain"in p){let h=p.remain;t[a]=a in t?i.overlap(t[a],h,this._utils):h,d({value:h})}for(let{from:h,to:f}of p.redirect)d({value:h,redirectTo:f})}for(let a of o){let i=e[a];this._applyUnknownHandler(a,i,t,(l,c)=>{n.push({[l]:c})})}return n}_applyRequiredCheck(e){for(let t of Object.keys(this._utils.schemas))if(this._identifyMissing(t,e)&&this._identifyRequired(t))throw this._invalidHandler(t,r2,this._utils)}_partitionOptionKeys(e){let[t,n]=Gy(Object.keys(e).filter(r=>!this._identifyMissing(r,e)),r=>r in this._utils.schemas);return{knownKeys:t,unknownKeys:n}}_applyValidation(e,t,n){let r=Bp(n.validate(e,this._utils),e);if(r!==!0)throw this._invalidHandler(t,r.value,this._utils)}_applyUnknownHandler(e,t,n,r){let o=this._unknownHandler(e,t,this._utils);if(o)for(let a of Object.keys(o)){if(this._identifyMissing(a,o))continue;let i=o[a];a in this._utils.schemas?r(a,i):n[a]=i}}_applyPostprocess(e){let t=this._postprocess(e,this._utils);if(t!==Yi){if(t.delete)for(let n of t.delete)delete e[n];if(t.override){let{knownKeys:n,unknownKeys:r}=this._partitionOptionKeys(t.override);for(let o of n){let a=t.override[o];this._applyValidation(a,o,this._utils.schemas[o]),e[o]=a}for(let o of r){let a=t.override[o];this._applyUnknownHandler(o,a,e,(i,l)=>{let c=this._utils.schemas[i];this._applyValidation(l,i,c),e[i]=l})}}}}},u(lf,"dt"),lf),u(Zy,"lo"),u(Vx,"fo"),u(Ux,"Fo"),AS=Zy,Zw=u((e,t,n)=>{if(!(e&&t==null)){if(t.findLast)return t.findLast(n);for(let r=t.length-1;r>=0;r--){let o=t[r];if(n(o,r,t))return o}}},"po"),ag=Zw,u(Xm,"Gt"),u(Wx,"Bn"),u(Zm,"mt"),u(Qm,"Kt"),u(qx,"_n"),s2={astFormat:"estree",printer:{},originalText:void 0,locStart:null,locEnd:null},u(Qy,"mo"),jo=Qy,FS=Jo(Lw(),1),u(Jy,"_o"),u(Gx,"ko"),Di=Jy,u(Yx,"In"),u(Kx,"xo"),u(ew,"bo"),_S=ew,u(Rs,"je"),u(Vh,"Yn"),u(Jm,"qt"),u(tw,"wo"),zS=tw,u(nw,"Oo"),TS=nw,IS=u(({parser:e})=>e==="json"||e==="json5"||e==="jsonc"||e==="json-stringify","No"),u(Xx,"So"),u(Uh,"$n"),u(Zx,"To"),u(l0,"Jt"),u(Qx,"vo"),ig=new Set(["JsonRoot","ObjectExpression","ArrayExpression","StringLiteral","NumericLiteral","BooleanLiteral","NullLiteral","UnaryExpression","TemplateLiteral"]),RS=new Set(["OperationDefinition","FragmentDefinition","VariableDefinition","TypeExtensionDefinition","ObjectTypeDefinition","FieldDefinition","DirectiveDefinition","EnumTypeDefinition","EnumValueDefinition","InputValueDefinition","InputObjectTypeDefinition","SchemaDefinition","OperationTypeDefinition","InterfaceTypeDefinition","UnionTypeDefinition","ScalarTypeDefinition"]),u(Wh,"Mn"),u(Jx,"Un"),lg="\uFEFF",u2=Symbol("cursor"),u(eg,"Jn"),u(eS,"Lo"),u(ec,"Xt"),u(qh,"Gn"),u(tg,"Xn"),u(Gh,"Kn"),u(Yh,"Zt"),u(rw,"Zn"),u(ow,"Qn"),u(aw,"eu"),u(iw,"tu"),u(lw,"ru"),uf={},Wi(uf,{builders:u(()=>Qw,"builders"),printer:u(()=>Jw,"printer"),utils:u(()=>e6,"utils")}),Qw={join:Th,line:Zh,softline:Nw,hardline:Pr,literalline:Qh,group:_h,conditionalGroup:by,fill:zh,lineSuffix:r0,lineSuffixBoundary:Ow,cursor:u0,breakParent:cl,ifBreak:Cy,trim:Pw,indent:as,indentIfBreak:xy,align:Io,addAlignmentToDoc:Ih,markAsRoot:Dy,dedentToRoot:wy,dedent:Ey,hardlineWithoutBreakParent:tc,literallineWithoutBreakParent:Vp,label:Sy,concat:u(e=>e,"concat")},Jw={printDocToString:ls},e6={willBreak:_y,traverseDoc:s0,findInDoc:o0,mapDoc:is,removeLines:zy,stripTrailingHardline:Lh,replaceEndOfLine:Ty,canBreak:Iy},t6="3.2.5",cf={},Wi(cf,{addDanglingComment:u(()=>_l,"addDanglingComment"),addLeadingComment:u(()=>yo,"addLeadingComment"),addTrailingComment:u(()=>wo,"addTrailingComment"),getAlignmentSize:u(()=>d0,"getAlignmentSize"),getIndentSize:u(()=>n6,"getIndentSize"),getMaxContinuousCount:u(()=>r6,"getMaxContinuousCount"),getNextNonSpaceNonCommentCharacter:u(()=>o6,"getNextNonSpaceNonCommentCharacter"),getNextNonSpaceNonCommentCharacterIndex:u(()=>yw,"getNextNonSpaceNonCommentCharacterIndex"),getStringWidth:u(()=>c0,"getStringWidth"),hasNewline:u(()=>ar,"hasNewline"),hasNewlineInRange:u(()=>a6,"hasNewlineInRange"),hasSpaces:u(()=>i6,"hasSpaces"),isNextLineEmpty:u(()=>Dw,"isNextLineEmpty"),isNextLineEmptyAfterIndex:u(()=>m0,"isNextLineEmptyAfterIndex"),isPreviousLineEmpty:u(()=>ww,"isPreviousLineEmpty"),makeString:u(()=>l6,"makeString"),skip:u(()=>Qo,"skip"),skipEverythingButNewLine:u(()=>e2,"skipEverythingButNewLine"),skipInlineComment:u(()=>f0,"skipInlineComment"),skipNewline:u(()=>Gr,"skipNewline"),skipSpaces:u(()=>pr,"skipSpaces"),skipToLineEnd:u(()=>Jh,"skipToLineEnd"),skipTrailingComment:u(()=>h0,"skipTrailingComment"),skipWhitespace:u(()=>Vw,"skipWhitespace")}),u(sw,"Vo"),f0=sw,u(uw,"$o"),h0=uw,u(cw,"Mo"),y1=cw,u(dw,"Wo"),m0=dw,u(pw,"Uo"),n6=pw,u(tS,"er"),u(fw,"zo"),r6=fw,u(hw,"Go"),o6=hw,u(mw,"Ko"),a6=mw,u(gw,"Ho"),i6=gw,u(vw,"qo"),l6=vw,u(nS,"Jo"),u(yw,"Xo"),u(rS,"Zo"),u(ww,"Qo"),u(oS,"ei"),u(Dw,"ti"),u(wr,"ae"),c2=wr(Yh),u(Kh,"lu"),u(Ew,"ri"),s6=wr(Mh,0),u6={parse:wr(rw),formatAST:wr(ow),formatDoc:wr(aw),printToDoc:wr(iw),printDocToString:wr(lw)},BS=Np});function LS(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];var r=Array.from(typeof e=="string"?[e]:e);r[r.length-1]=r[r.length-1].replace(/\r?\n([\t ]*)$/,"");var o=r.reduce(function(l,c){var d=c.match(/\n([\t ]+|(?!\s).)/g);return d?l.concat(d.map(function(p){var h,f;return(f=(h=p.match(/[\t ]/g))===null||h===void 0?void 0:h.length)!==null&&f!==void 0?f:0})):l},[]);if(o.length){var a=new RegExp(`
|
||
[ ]{`+Math.min.apply(Math,o)+"}","g");r=r.map(function(l){return l.replace(a,`
|
||
`)})}r[0]=r[0].replace(/^\r?\n/,"");var i=r[0];return t.forEach(function(l,c){var d=i.match(/(?:^|\n)( *)$/),p=d?d[1]:"",h=l;typeof l=="string"&&l.includes(`
|
||
`)&&(h=String(l).split(`
|
||
`).map(function(f,m){return m===0?f:""+p+f}).join(`
|
||
`)),i+=h+r[c+1]}),i}var TB=I(()=>{u(LS,"dedent")}),$S={};hi($S,{formatter:()=>MS});var c6,MS,IB=I(()=>{c6=He(X0(),1),_B(),zB(),TB(),MS=(0,c6.default)(2)(async(e,t)=>e===!1?t:e==="dedent"||e===!0?LS(t):(await BS.format(t,{parser:e,plugins:[gx],htmlWhitespaceSensitivity:"ignore"})).trim())}),d2,p2,RB=I(()=>{d2=u(function(e){return e.reduce(function(t,n){var r=n[0],o=n[1];return t[r]=o,t},{})},"fromEntries"),p2=typeof window<"u"&&window.document&&window.document.createElement?s.useLayoutEffect:s.useEffect}),nt,Tt,It,rt,g0,Ba,xo,La,OS,sg,sa,PS,f2,ug,d6,p6,f6,h6,m6,g6,v6,y6,w6,NS,Vt=I(()=>{nt="top",Tt="bottom",It="right",rt="left",g0="auto",Ba=[nt,Tt,It,rt],xo="start",La="end",OS="clippingParents",sg="viewport",sa="popper",PS="reference",f2=Ba.reduce(function(e,t){return e.concat([t+"-"+xo,t+"-"+La])},[]),ug=[].concat(Ba,[g0]).reduce(function(e,t){return e.concat([t,t+"-"+xo,t+"-"+La])},[]),d6="beforeRead",p6="read",f6="afterRead",h6="beforeMain",m6="main",g6="afterMain",v6="beforeWrite",y6="write",w6="afterWrite",NS=[d6,p6,f6,h6,m6,g6,v6,y6,w6]});function fn(e){return e?(e.nodeName||"").toLowerCase():null}var Vo=I(()=>{u(fn,"getNodeName")});function vt(e){if(e==null)return window;if(e.toString()!=="[object Window]"){var t=e.ownerDocument;return t&&t.defaultView||window}return e}var qn=I(()=>{u(vt,"getWindow")});function Yr(e){var t=vt(e).Element;return e instanceof t||e instanceof Element}function _t(e){var t=vt(e).HTMLElement;return e instanceof t||e instanceof HTMLElement}function w1(e){if(typeof ShadowRoot>"u")return!1;var t=vt(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}var Ut=I(()=>{qn(),u(Yr,"isElement"),u(_t,"isHTMLElement"),u(w1,"isShadowRoot")});function D6(e){var t=e.state;Object.keys(t.elements).forEach(function(n){var r=t.styles[n]||{},o=t.attributes[n]||{},a=t.elements[n];!_t(a)||!fn(a)||(Object.assign(a.style,r),Object.keys(o).forEach(function(i){var l=o[i];l===!1?a.removeAttribute(i):a.setAttribute(i,l===!0?"":l)}))})}function E6(e){var t=e.state,n={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,n.popper),t.styles=n,t.elements.arrow&&Object.assign(t.elements.arrow.style,n.arrow),function(){Object.keys(t.elements).forEach(function(r){var o=t.elements[r],a=t.attributes[r]||{},i=Object.keys(t.styles.hasOwnProperty(r)?t.styles[r]:n[r]),l=i.reduce(function(c,d){return c[d]="",c},{});!_t(o)||!fn(o)||(Object.assign(o.style,l),Object.keys(a).forEach(function(c){o.removeAttribute(c)}))})}}var HS,BB=I(()=>{Vo(),Ut(),u(D6,"applyStyles"),u(E6,"effect"),HS={name:"applyStyles",enabled:!0,phase:"write",fn:D6,effect:E6,requires:["computeStyles"]}});function sn(e){return e.split("-")[0]}var Uo=I(()=>{u(sn,"getBasePlacement")}),Nr,ss,Bo,Wo=I(()=>{Nr=Math.max,ss=Math.min,Bo=Math.round});function v0(){var e=navigator.userAgentData;return e!=null&&e.brands&&Array.isArray(e.brands)?e.brands.map(function(t){return t.brand+"/"+t.version}).join(" "):navigator.userAgent}var jS=I(()=>{u(v0,"getUAString")});function cg(){return!/^((?!chrome|android).)*safari/i.test(v0())}var VS=I(()=>{jS(),u(cg,"isLayoutViewport")});function Lo(e,t,n){t===void 0&&(t=!1),n===void 0&&(n=!1);var r=e.getBoundingClientRect(),o=1,a=1;t&&_t(e)&&(o=e.offsetWidth>0&&Bo(r.width)/e.offsetWidth||1,a=e.offsetHeight>0&&Bo(r.height)/e.offsetHeight||1);var i=Yr(e)?vt(e):window,l=i.visualViewport,c=!cg()&&n,d=(r.left+(c&&l?l.offsetLeft:0))/o,p=(r.top+(c&&l?l.offsetTop:0))/a,h=r.width/o,f=r.height/a;return{width:h,height:f,top:p,right:d+h,bottom:p+f,left:d,x:d,y:p}}var $s=I(()=>{Ut(),Wo(),qn(),VS(),u(Lo,"getBoundingClientRect")});function D1(e){var t=Lo(e),n=e.offsetWidth,r=e.offsetHeight;return Math.abs(t.width-n)<=1&&(n=t.width),Math.abs(t.height-r)<=1&&(r=t.height),{x:e.offsetLeft,y:e.offsetTop,width:n,height:r}}var dg=I(()=>{$s(),u(D1,"getLayoutRect")});function pg(e,t){var n=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(n&&w1(n)){var r=t;do{if(r&&e.isSameNode(r))return!0;r=r.parentNode||r.host}while(r)}return!1}var US=I(()=>{Ut(),u(pg,"contains")});function Un(e){return vt(e).getComputedStyle(e)}var Ms=I(()=>{qn(),u(Un,"getComputedStyle")});function WS(e){return["table","td","th"].indexOf(fn(e))>=0}var LB=I(()=>{Vo(),u(WS,"isTableElement")});function gr(e){return((Yr(e)?e.ownerDocument:e.document)||window.document).documentElement}var eo=I(()=>{Ut(),u(gr,"getDocumentElement")});function Os(e){return fn(e)==="html"?e:e.assignedSlot||e.parentNode||(w1(e)?e.host:null)||gr(e)}var E1=I(()=>{Vo(),eo(),Ut(),u(Os,"getParentNode")});function h2(e){return!_t(e)||Un(e).position==="fixed"?null:e.offsetParent}function qS(e){var t=/firefox/i.test(v0()),n=/Trident/i.test(v0());if(n&&_t(e)){var r=Un(e);if(r.position==="fixed")return null}var o=Os(e);for(w1(o)&&(o=o.host);_t(o)&&["html","body"].indexOf(fn(o))<0;){var a=Un(o);if(a.transform!=="none"||a.perspective!=="none"||a.contain==="paint"||["transform","perspective"].indexOf(a.willChange)!==-1||t&&a.willChange==="filter"||t&&a.filter&&a.filter!=="none")return o;o=o.parentNode}return null}function Ei(e){for(var t=vt(e),n=h2(e);n&&WS(n)&&Un(n).position==="static";)n=h2(n);return n&&(fn(n)==="html"||fn(n)==="body"&&Un(n).position==="static")?t:n||qS(e)||t}var Ps=I(()=>{qn(),Vo(),Ms(),Ut(),LB(),E1(),jS(),u(h2,"getTrueOffsetParent"),u(qS,"getContainingBlock"),u(Ei,"getOffsetParent")});function b1(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}var fg=I(()=>{u(b1,"getMainAxisFromPlacement")});function $a(e,t,n){return Nr(e,ss(t,n))}function GS(e,t,n){var r=$a(e,t,n);return r>n?n:r}var YS=I(()=>{Wo(),u($a,"within"),u(GS,"withinMaxClamp")});function hg(){return{top:0,right:0,bottom:0,left:0}}var KS=I(()=>{u(hg,"getFreshSideObject")});function mg(e){return Object.assign({},hg(),e)}var XS=I(()=>{KS(),u(mg,"mergePaddingObject")});function gg(e,t){return t.reduce(function(n,r){return n[r]=e,n},{})}var ZS=I(()=>{u(gg,"expandToHashMap")});function b6(e){var t,n=e.state,r=e.name,o=e.options,a=n.elements.arrow,i=n.modifiersData.popperOffsets,l=sn(n.placement),c=b1(l),d=[rt,It].indexOf(l)>=0,p=d?"height":"width";if(!(!a||!i)){var h=QS(o.padding,n),f=D1(a),m=c==="y"?nt:rt,v=c==="y"?Tt:It,w=n.rects.reference[p]+n.rects.reference[c]-i[c]-n.rects.popper[p],C=i[c]-n.rects.reference[c],D=Ei(a),g=D?c==="y"?D.clientHeight||0:D.clientWidth||0:0,y=w/2-C/2,E=h[m],b=g-f[p]-h[v],x=g/2-f[p]/2+y,S=$a(E,x,b),k=c;n.modifiersData[r]=(t={},t[k]=S,t.centerOffset=S-x,t)}}function C6(e){var t=e.state,n=e.options,r=n.element,o=r===void 0?"[data-popper-arrow]":r;o!=null&&(typeof o=="string"&&(o=t.elements.popper.querySelector(o),!o)||pg(t.elements.popper,o)&&(t.elements.arrow=o))}var QS,JS,$B=I(()=>{Uo(),dg(),US(),Ps(),fg(),YS(),XS(),ZS(),Vt(),QS=u(function(e,t){return e=typeof e=="function"?e(Object.assign({},t.rects,{placement:t.placement})):e,mg(typeof e!="number"?e:gg(e,Ba))},"toPaddingObject"),u(b6,"arrow"),u(C6,"effect"),JS={name:"arrow",enabled:!0,phase:"main",fn:b6,effect:C6,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]}});function $o(e){return e.split("-")[1]}var Ns=I(()=>{u($o,"getVariation")});function ek(e,t){var n=e.x,r=e.y,o=t.devicePixelRatio||1;return{x:Bo(n*o)/o||0,y:Bo(r*o)/o||0}}function m2(e){var t,n=e.popper,r=e.popperRect,o=e.placement,a=e.variation,i=e.offsets,l=e.position,c=e.gpuAcceleration,d=e.adaptive,p=e.roundOffsets,h=e.isFixed,f=i.x,m=f===void 0?0:f,v=i.y,w=v===void 0?0:v,C=typeof p=="function"?p({x:m,y:w}):{x:m,y:w};m=C.x,w=C.y;var D=i.hasOwnProperty("x"),g=i.hasOwnProperty("y"),y=rt,E=nt,b=window;if(d){var x=Ei(n),S="clientHeight",k="clientWidth";if(x===vt(n)&&(x=gr(n),Un(x).position!=="static"&&l==="absolute"&&(S="scrollHeight",k="scrollWidth")),x=x,o===nt||(o===rt||o===It)&&a===La){E=Tt;var _=h&&x===b&&b.visualViewport?b.visualViewport.height:x[S];w-=_-r.height,w*=c?1:-1}if(o===rt||(o===nt||o===Tt)&&a===La){y=It;var F=h&&x===b&&b.visualViewport?b.visualViewport.width:x[k];m-=F-r.width,m*=c?1:-1}}var T=Object.assign({position:l},d&&tk),M=p===!0?ek({x:m,y:w},vt(n)):{x:m,y:w};if(m=M.x,w=M.y,c){var P;return Object.assign({},T,(P={},P[E]=g?"0":"",P[y]=D?"0":"",P.transform=(b.devicePixelRatio||1)<=1?"translate("+m+"px, "+w+"px)":"translate3d("+m+"px, "+w+"px, 0)",P))}return Object.assign({},T,(t={},t[E]=g?w+"px":"",t[y]=D?m+"px":"",t.transform="",t))}function x6(e){var t=e.state,n=e.options,r=n.gpuAcceleration,o=r===void 0?!0:r,a=n.adaptive,i=a===void 0?!0:a,l=n.roundOffsets,c=l===void 0?!0:l,d={placement:sn(t.placement),variation:$o(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:o,isFixed:t.options.strategy==="fixed"};t.modifiersData.popperOffsets!=null&&(t.styles.popper=Object.assign({},t.styles.popper,m2(Object.assign({},d,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:i,roundOffsets:c})))),t.modifiersData.arrow!=null&&(t.styles.arrow=Object.assign({},t.styles.arrow,m2(Object.assign({},d,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:c})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})}var tk,nk,MB=I(()=>{Vt(),Ps(),qn(),eo(),Ms(),Uo(),Ns(),Wo(),tk={top:"auto",right:"auto",bottom:"auto",left:"auto"},u(ek,"roundOffsetsByDPR"),u(m2,"mapToStyles"),u(x6,"computeStyles"),nk={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:x6,data:{}}});function S6(e){var t=e.state,n=e.instance,r=e.options,o=r.scroll,a=o===void 0?!0:o,i=r.resize,l=i===void 0?!0:i,c=vt(t.elements.popper),d=[].concat(t.scrollParents.reference,t.scrollParents.popper);return a&&d.forEach(function(p){p.addEventListener("scroll",n.update,dl)}),l&&c.addEventListener("resize",n.update,dl),function(){a&&d.forEach(function(p){p.removeEventListener("scroll",n.update,dl)}),l&&c.removeEventListener("resize",n.update,dl)}}var dl,rk,OB=I(()=>{qn(),dl={passive:!0},u(S6,"effect"),rk={name:"eventListeners",enabled:!0,phase:"write",fn:u(function(){},"fn"),effect:S6,data:{}}});function zl(e){return e.replace(/left|right|bottom|top/g,function(t){return ok[t]})}var ok,PB=I(()=>{ok={left:"right",right:"left",bottom:"top",top:"bottom"},u(zl,"getOppositePlacement")});function g2(e){return e.replace(/start|end/g,function(t){return ak[t]})}var ak,NB=I(()=>{ak={start:"end",end:"start"},u(g2,"getOppositeVariationPlacement")});function C1(e){var t=vt(e),n=t.pageXOffset,r=t.pageYOffset;return{scrollLeft:n,scrollTop:r}}var vg=I(()=>{qn(),u(C1,"getWindowScroll")});function x1(e){return Lo(gr(e)).left+C1(e).scrollLeft}var yg=I(()=>{$s(),eo(),vg(),u(x1,"getWindowScrollBarX")});function ik(e,t){var n=vt(e),r=gr(e),o=n.visualViewport,a=r.clientWidth,i=r.clientHeight,l=0,c=0;if(o){a=o.width,i=o.height;var d=cg();(d||!d&&t==="fixed")&&(l=o.offsetLeft,c=o.offsetTop)}return{width:a,height:i,x:l+x1(e),y:c}}var HB=I(()=>{qn(),eo(),yg(),VS(),u(ik,"getViewportRect")});function lk(e){var t,n=gr(e),r=C1(e),o=(t=e.ownerDocument)==null?void 0:t.body,a=Nr(n.scrollWidth,n.clientWidth,o?o.scrollWidth:0,o?o.clientWidth:0),i=Nr(n.scrollHeight,n.clientHeight,o?o.scrollHeight:0,o?o.clientHeight:0),l=-r.scrollLeft+x1(e),c=-r.scrollTop;return Un(o||n).direction==="rtl"&&(l+=Nr(n.clientWidth,o?o.clientWidth:0)-a),{width:a,height:i,x:l,y:c}}var jB=I(()=>{eo(),Ms(),yg(),vg(),Wo(),u(lk,"getDocumentRect")});function S1(e){var t=Un(e),n=t.overflow,r=t.overflowX,o=t.overflowY;return/auto|scroll|overlay|hidden/.test(n+o+r)}var wg=I(()=>{Ms(),u(S1,"isScrollParent")});function Dg(e){return["html","body","#document"].indexOf(fn(e))>=0?e.ownerDocument.body:_t(e)&&S1(e)?e:Dg(Os(e))}var VB=I(()=>{E1(),wg(),Vo(),Ut(),u(Dg,"getScrollParent")});function Ma(e,t){var n;t===void 0&&(t=[]);var r=Dg(e),o=r===((n=e.ownerDocument)==null?void 0:n.body),a=vt(r),i=o?[a].concat(a.visualViewport||[],S1(r)?r:[]):r,l=t.concat(i);return o?l:l.concat(Ma(Os(i)))}var sk=I(()=>{VB(),E1(),qn(),wg(),u(Ma,"listScrollParents")});function y0(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}var uk=I(()=>{u(y0,"rectToClientRect")});function ck(e,t){var n=Lo(e,!1,t==="fixed");return n.top=n.top+e.clientTop,n.left=n.left+e.clientLeft,n.bottom=n.top+e.clientHeight,n.right=n.left+e.clientWidth,n.width=e.clientWidth,n.height=e.clientHeight,n.x=n.left,n.y=n.top,n}function v2(e,t,n){return t===sg?y0(ik(e,n)):Yr(t)?ck(t,n):y0(lk(gr(e)))}function dk(e){var t=Ma(Os(e)),n=["absolute","fixed"].indexOf(Un(e).position)>=0,r=n&&_t(e)?Ei(e):e;return Yr(r)?t.filter(function(o){return Yr(o)&&pg(o,r)&&fn(o)!=="body"}):[]}function pk(e,t,n,r){var o=t==="clippingParents"?dk(e):[].concat(t),a=[].concat(o,[n]),i=a[0],l=a.reduce(function(c,d){var p=v2(e,d,r);return c.top=Nr(p.top,c.top),c.right=ss(p.right,c.right),c.bottom=ss(p.bottom,c.bottom),c.left=Nr(p.left,c.left),c},v2(e,i,r));return l.width=l.right-l.left,l.height=l.bottom-l.top,l.x=l.left,l.y=l.top,l}var UB=I(()=>{Vt(),HB(),jB(),sk(),Ps(),eo(),Ms(),Ut(),$s(),E1(),US(),Vo(),uk(),Wo(),u(ck,"getInnerBoundingClientRect"),u(v2,"getClientRectFromMixedType"),u(dk,"getClippingParents"),u(pk,"getClippingRect")});function Eg(e){var t=e.reference,n=e.element,r=e.placement,o=r?sn(r):null,a=r?$o(r):null,i=t.x+t.width/2-n.width/2,l=t.y+t.height/2-n.height/2,c;switch(o){case nt:c={x:i,y:t.y-n.height};break;case Tt:c={x:i,y:t.y+t.height};break;case It:c={x:t.x+t.width,y:l};break;case rt:c={x:t.x-n.width,y:l};break;default:c={x:t.x,y:t.y}}var d=o?b1(o):null;if(d!=null){var p=d==="y"?"height":"width";switch(a){case xo:c[d]=c[d]-(t[p]/2-n[p]/2);break;case La:c[d]=c[d]+(t[p]/2-n[p]/2);break}}return c}var fk=I(()=>{Uo(),Ns(),fg(),Vt(),u(Eg,"computeOffsets")});function ai(e,t){t===void 0&&(t={});var n=t,r=n.placement,o=r===void 0?e.placement:r,a=n.strategy,i=a===void 0?e.strategy:a,l=n.boundary,c=l===void 0?OS:l,d=n.rootBoundary,p=d===void 0?sg:d,h=n.elementContext,f=h===void 0?sa:h,m=n.altBoundary,v=m===void 0?!1:m,w=n.padding,C=w===void 0?0:w,D=mg(typeof C!="number"?C:gg(C,Ba)),g=f===sa?PS:sa,y=e.rects.popper,E=e.elements[v?g:f],b=pk(Yr(E)?E:E.contextElement||gr(e.elements.popper),c,p,i),x=Lo(e.elements.reference),S=Eg({reference:x,element:y,strategy:"absolute",placement:o}),k=y0(Object.assign({},y,S)),_=f===sa?k:x,F={top:b.top-_.top+D.top,bottom:_.bottom-b.bottom+D.bottom,left:b.left-_.left+D.left,right:_.right-b.right+D.right},T=e.modifiersData.offset;if(f===sa&&T){var M=T[o];Object.keys(F).forEach(function(P){var Q=[It,Tt].indexOf(P)>=0?1:-1,H=[nt,Tt].indexOf(P)>=0?"y":"x";F[P]+=M[H]*Q})}return F}var k1=I(()=>{UB(),eo(),$s(),fk(),uk(),Vt(),Ut(),XS(),ZS(),u(ai,"detectOverflow")});function hk(e,t){t===void 0&&(t={});var n=t,r=n.placement,o=n.boundary,a=n.rootBoundary,i=n.padding,l=n.flipVariations,c=n.allowedAutoPlacements,d=c===void 0?ug:c,p=$o(r),h=p?l?f2:f2.filter(function(v){return $o(v)===p}):Ba,f=h.filter(function(v){return d.indexOf(v)>=0});f.length===0&&(f=h);var m=f.reduce(function(v,w){return v[w]=ai(e,{placement:w,boundary:o,rootBoundary:a,padding:i})[sn(w)],v},{});return Object.keys(m).sort(function(v,w){return m[v]-m[w]})}var WB=I(()=>{Ns(),Vt(),k1(),Uo(),u(hk,"computeAutoPlacement")});function mk(e){if(sn(e)===g0)return[];var t=zl(e);return[g2(e),t,g2(t)]}function k6(e){var t=e.state,n=e.options,r=e.name;if(!t.modifiersData[r]._skip){for(var o=n.mainAxis,a=o===void 0?!0:o,i=n.altAxis,l=i===void 0?!0:i,c=n.fallbackPlacements,d=n.padding,p=n.boundary,h=n.rootBoundary,f=n.altBoundary,m=n.flipVariations,v=m===void 0?!0:m,w=n.allowedAutoPlacements,C=t.options.placement,D=sn(C),g=D===C,y=c||(g||!v?[zl(C)]:mk(C)),E=[C].concat(y).reduce(function(se,V){return se.concat(sn(V)===g0?hk(t,{placement:V,boundary:p,rootBoundary:h,padding:d,flipVariations:v,allowedAutoPlacements:w}):V)},[]),b=t.rects.reference,x=t.rects.popper,S=new Map,k=!0,_=E[0],F=0;F<E.length;F++){var T=E[F],M=sn(T),P=$o(T)===xo,Q=[nt,Tt].indexOf(M)>=0,H=Q?"width":"height",Y=ai(t,{placement:T,boundary:p,rootBoundary:h,altBoundary:f,padding:d}),K=Q?P?It:rt:P?Tt:nt;b[H]>x[H]&&(K=zl(K));var B=zl(K),$=[];if(a&&$.push(Y[M]<=0),l&&$.push(Y[K]<=0,Y[B]<=0),$.every(function(se){return se})){_=T,k=!1;break}S.set(T,$)}if(k)for(var O=v?3:1,G=u(function(se){var V=E.find(function(Z){var te=S.get(Z);if(te)return te.slice(0,se).every(function(Ce){return Ce})});if(V)return _=V,"break"},"_loop"),J=O;J>0;J--){var ie=G(J);if(ie==="break")break}t.placement!==_&&(t.modifiersData[r]._skip=!0,t.placement=_,t.reset=!0)}}var gk,qB=I(()=>{PB(),Uo(),NB(),k1(),WB(),Vt(),Ns(),u(mk,"getExpandedFallbackPlacements"),u(k6,"flip"),gk={name:"flip",enabled:!0,phase:"main",fn:k6,requiresIfExists:["offset"],data:{_skip:!1}}});function y2(e,t,n){return n===void 0&&(n={x:0,y:0}),{top:e.top-t.height-n.y,right:e.right-t.width+n.x,bottom:e.bottom-t.height+n.y,left:e.left-t.width-n.x}}function w2(e){return[nt,It,Tt,rt].some(function(t){return e[t]>=0})}function A6(e){var t=e.state,n=e.name,r=t.rects.reference,o=t.rects.popper,a=t.modifiersData.preventOverflow,i=ai(t,{elementContext:"reference"}),l=ai(t,{altBoundary:!0}),c=y2(i,r),d=y2(l,o,a),p=w2(c),h=w2(d);t.modifiersData[n]={referenceClippingOffsets:c,popperEscapeOffsets:d,isReferenceHidden:p,hasPopperEscaped:h},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":p,"data-popper-escaped":h})}var vk,GB=I(()=>{Vt(),k1(),u(y2,"getSideOffsets"),u(w2,"isAnySideFullyClipped"),u(A6,"hide"),vk={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:A6}});function yk(e,t,n){var r=sn(e),o=[rt,nt].indexOf(r)>=0?-1:1,a=typeof n=="function"?n(Object.assign({},t,{placement:e})):n,i=a[0],l=a[1];return i=i||0,l=(l||0)*o,[rt,It].indexOf(r)>=0?{x:l,y:i}:{x:i,y:l}}function F6(e){var t=e.state,n=e.options,r=e.name,o=n.offset,a=o===void 0?[0,0]:o,i=ug.reduce(function(p,h){return p[h]=yk(h,t.rects,a),p},{}),l=i[t.placement],c=l.x,d=l.y;t.modifiersData.popperOffsets!=null&&(t.modifiersData.popperOffsets.x+=c,t.modifiersData.popperOffsets.y+=d),t.modifiersData[r]=i}var wk,YB=I(()=>{Uo(),Vt(),u(yk,"distanceAndSkiddingToXY"),u(F6,"offset"),wk={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:F6}});function _6(e){var t=e.state,n=e.name;t.modifiersData[n]=Eg({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})}var Dk,KB=I(()=>{fk(),u(_6,"popperOffsets"),Dk={name:"popperOffsets",enabled:!0,phase:"read",fn:_6,data:{}}});function Ek(e){return e==="x"?"y":"x"}var XB=I(()=>{u(Ek,"getAltAxis")});function z6(e){var t=e.state,n=e.options,r=e.name,o=n.mainAxis,a=o===void 0?!0:o,i=n.altAxis,l=i===void 0?!1:i,c=n.boundary,d=n.rootBoundary,p=n.altBoundary,h=n.padding,f=n.tether,m=f===void 0?!0:f,v=n.tetherOffset,w=v===void 0?0:v,C=ai(t,{boundary:c,rootBoundary:d,padding:h,altBoundary:p}),D=sn(t.placement),g=$o(t.placement),y=!g,E=b1(D),b=Ek(E),x=t.modifiersData.popperOffsets,S=t.rects.reference,k=t.rects.popper,_=typeof w=="function"?w(Object.assign({},t.rects,{placement:t.placement})):w,F=typeof _=="number"?{mainAxis:_,altAxis:_}:Object.assign({mainAxis:0,altAxis:0},_),T=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,M={x:0,y:0};if(x){if(a){var P,Q=E==="y"?nt:rt,H=E==="y"?Tt:It,Y=E==="y"?"height":"width",K=x[E],B=K+C[Q],$=K-C[H],O=m?-k[Y]/2:0,G=g===xo?S[Y]:k[Y],J=g===xo?-k[Y]:-S[Y],ie=t.elements.arrow,se=m&&ie?D1(ie):{width:0,height:0},V=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:hg(),Z=V[Q],te=V[H],Ce=$a(0,S[Y],se[Y]),je=y?S[Y]/2-O-Ce-Z-F.mainAxis:G-Ce-Z-F.mainAxis,gn=y?-S[Y]/2+O+Ce+te+F.mainAxis:J+Ce+te+F.mainAxis,yt=t.elements.arrow&&Ei(t.elements.arrow),Wt=yt?E==="y"?yt.clientTop||0:yt.clientLeft||0:0,j=(P=T==null?void 0:T[E])!=null?P:0,qt=K+je-j-Wt,vn=K+gn-j,to=$a(m?ss(B,qt):B,K,m?Nr($,vn):$);x[E]=to,M[E]=to-K}if(l){var Go,yn=E==="x"?nt:rt,Vs=E==="x"?Tt:It,Xe=x[b],no=b==="y"?"height":"width",wn=Xe+C[yn],Yo=Xe-C[Vs],Dn=[nt,rt].indexOf(D)!==-1,Ko=(Go=T==null?void 0:T[b])!=null?Go:0,En=Dn?wn:Xe-S[no]-k[no]-Ko+F.altAxis,Ve=Dn?Xe+S[no]+k[no]-Ko-F.altAxis:Yo,Gt=m&&Dn?GS(En,Xe,Ve):$a(m?En:wn,Xe,m?Ve:Yo);x[b]=Gt,M[b]=Gt-Xe}t.modifiersData[r]=M}}var bk,ZB=I(()=>{Vt(),Uo(),fg(),XB(),YS(),dg(),Ps(),k1(),Ns(),KS(),Wo(),u(z6,"preventOverflow"),bk={name:"preventOverflow",enabled:!0,phase:"main",fn:z6,requiresIfExists:["offset"]}}),Ck=I(()=>{});function xk(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}var QB=I(()=>{u(xk,"getHTMLElementScroll")});function Sk(e){return e===vt(e)||!_t(e)?C1(e):xk(e)}var JB=I(()=>{vg(),qn(),Ut(),QB(),u(Sk,"getNodeScroll")});function kk(e){var t=e.getBoundingClientRect(),n=Bo(t.width)/e.offsetWidth||1,r=Bo(t.height)/e.offsetHeight||1;return n!==1||r!==1}function Ak(e,t,n){n===void 0&&(n=!1);var r=_t(t),o=_t(t)&&kk(t),a=gr(t),i=Lo(e,o,n),l={scrollLeft:0,scrollTop:0},c={x:0,y:0};return(r||!r&&!n)&&((fn(t)!=="body"||S1(a))&&(l=Sk(t)),_t(t)?(c=Lo(t,!0),c.x+=t.clientLeft,c.y+=t.clientTop):a&&(c.x=x1(a))),{x:i.left+l.scrollLeft-c.x,y:i.top+l.scrollTop-c.y,width:i.width,height:i.height}}var eL=I(()=>{$s(),JB(),Vo(),Ut(),yg(),eo(),wg(),Wo(),u(kk,"isElementScaled"),u(Ak,"getCompositeRect")});function Fk(e){var t=new Map,n=new Set,r=[];e.forEach(function(a){t.set(a.name,a)});function o(a){n.add(a.name);var i=[].concat(a.requires||[],a.requiresIfExists||[]);i.forEach(function(l){if(!n.has(l)){var c=t.get(l);c&&o(c)}}),r.push(a)}return u(o,"sort"),e.forEach(function(a){n.has(a.name)||o(a)}),r}function _k(e){var t=Fk(e);return NS.reduce(function(n,r){return n.concat(t.filter(function(o){return o.phase===r}))},[])}var tL=I(()=>{Vt(),u(Fk,"order"),u(_k,"orderModifiers")});function zk(e){var t;return function(){return t||(t=new Promise(function(n){Promise.resolve().then(function(){t=void 0,n(e())})})),t}}var nL=I(()=>{u(zk,"debounce")});function Tk(e){var t=e.reduce(function(n,r){var o=n[r.name];return n[r.name]=o?Object.assign({},o,r,{options:Object.assign({},o.options,r.options),data:Object.assign({},o.data,r.data)}):r,n},{});return Object.keys(t).map(function(n){return t[n]})}var rL=I(()=>{u(Tk,"mergeByName")});function D2(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return!t.some(function(r){return!(r&&typeof r.getBoundingClientRect=="function")})}function Ik(e){e===void 0&&(e={});var t=e,n=t.defaultModifiers,r=n===void 0?[]:n,o=t.defaultOptions,a=o===void 0?E2:o;return u(function(i,l,c){c===void 0&&(c=a);var d={placement:"bottom",orderedModifiers:[],options:Object.assign({},E2,a),modifiersData:{},elements:{reference:i,popper:l},attributes:{},styles:{}},p=[],h=!1,f={state:d,setOptions:u(function(w){var C=typeof w=="function"?w(d.options):w;v(),d.options=Object.assign({},a,d.options,C),d.scrollParents={reference:Yr(i)?Ma(i):i.contextElement?Ma(i.contextElement):[],popper:Ma(l)};var D=_k(Tk([].concat(r,d.options.modifiers)));return d.orderedModifiers=D.filter(function(g){return g.enabled}),m(),f.update()},"setOptions"),forceUpdate:u(function(){if(!h){var w=d.elements,C=w.reference,D=w.popper;if(D2(C,D)){d.rects={reference:Ak(C,Ei(D),d.options.strategy==="fixed"),popper:D1(D)},d.reset=!1,d.placement=d.options.placement,d.orderedModifiers.forEach(function(k){return d.modifiersData[k.name]=Object.assign({},k.data)});for(var g=0;g<d.orderedModifiers.length;g++){if(d.reset===!0){d.reset=!1,g=-1;continue}var y=d.orderedModifiers[g],E=y.fn,b=y.options,x=b===void 0?{}:b,S=y.name;typeof E=="function"&&(d=E({state:d,options:x,name:S,instance:f})||d)}}}},"forceUpdate"),update:zk(function(){return new Promise(function(w){f.forceUpdate(),w(d)})}),destroy:u(function(){v(),h=!0},"destroy")};if(!D2(i,l))return f;f.setOptions(c).then(function(w){!h&&c.onFirstUpdate&&c.onFirstUpdate(w)});function m(){d.orderedModifiers.forEach(function(w){var C=w.name,D=w.options,g=D===void 0?{}:D,y=w.effect;if(typeof y=="function"){var E=y({state:d,name:C,instance:f,options:g}),b=u(function(){},"noopFn");p.push(E||b)}})}u(m,"runModifierEffects");function v(){p.forEach(function(w){return w()}),p=[]}return u(v,"cleanupModifierEffects"),f},"createPopper")}var E2,oL=I(()=>{eL(),dg(),sk(),Ps(),tL(),nL(),rL(),Ut(),E2={placement:"bottom",modifiers:[],strategy:"absolute"},u(D2,"areValidElements"),u(Ik,"popperGenerator")}),T6,Rk,aL=I(()=>{oL(),OB(),KB(),MB(),BB(),YB(),qB(),ZB(),$B(),GB(),Ck(),T6=[rk,Dk,nk,HS,wk,gk,bk,JS,vk],Rk=Ik({defaultModifiers:T6})}),iL=I(()=>{Vt(),Ck(),aL()}),lL=q((e,t)=>{var n=typeof Element<"u",r=typeof Map=="function",o=typeof Set=="function",a=typeof ArrayBuffer=="function"&&!!ArrayBuffer.isView;function i(l,c){if(l===c)return!0;if(l&&c&&typeof l=="object"&&typeof c=="object"){if(l.constructor!==c.constructor)return!1;var d,p,h;if(Array.isArray(l)){if(d=l.length,d!=c.length)return!1;for(p=d;p--!==0;)if(!i(l[p],c[p]))return!1;return!0}var f;if(r&&l instanceof Map&&c instanceof Map){if(l.size!==c.size)return!1;for(f=l.entries();!(p=f.next()).done;)if(!c.has(p.value[0]))return!1;for(f=l.entries();!(p=f.next()).done;)if(!i(p.value[1],c.get(p.value[0])))return!1;return!0}if(o&&l instanceof Set&&c instanceof Set){if(l.size!==c.size)return!1;for(f=l.entries();!(p=f.next()).done;)if(!c.has(p.value[0]))return!1;return!0}if(a&&ArrayBuffer.isView(l)&&ArrayBuffer.isView(c)){if(d=l.length,d!=c.length)return!1;for(p=d;p--!==0;)if(l[p]!==c[p])return!1;return!0}if(l.constructor===RegExp)return l.source===c.source&&l.flags===c.flags;if(l.valueOf!==Object.prototype.valueOf&&typeof l.valueOf=="function"&&typeof c.valueOf=="function")return l.valueOf()===c.valueOf();if(l.toString!==Object.prototype.toString&&typeof l.toString=="function"&&typeof c.toString=="function")return l.toString()===c.toString();if(h=Object.keys(l),d=h.length,d!==Object.keys(c).length)return!1;for(p=d;p--!==0;)if(!Object.prototype.hasOwnProperty.call(c,h[p]))return!1;if(n&&l instanceof Element)return!1;for(p=d;p--!==0;)if(!((h[p]==="_owner"||h[p]==="__v"||h[p]==="__o")&&l.$$typeof)&&!i(l[h[p]],c[h[p]]))return!1;return!0}return l!==l&&c!==c}u(i,"equal"),t.exports=u(function(l,c){try{return i(l,c)}catch(d){if((d.message||"").match(/stack|recursion/i))return console.warn("react-fast-compare cannot handle circular refs"),!1;throw d}},"isEqual")}),I6,R6,Bk,sL=I(()=>{iL(),I6=He(lL()),RB(),R6=[],Bk=u(function(e,t,n){n===void 0&&(n={});var r=s.useRef(null),o={onFirstUpdate:n.onFirstUpdate,placement:n.placement||"bottom",strategy:n.strategy||"absolute",modifiers:n.modifiers||R6},a=s.useState({styles:{popper:{position:o.strategy,left:"0",top:"0"},arrow:{position:"absolute"}},attributes:{}}),i=a[0],l=a[1],c=s.useMemo(function(){return{name:"updateState",enabled:!0,phase:"write",fn:u(function(h){var f=h.state,m=Object.keys(f.elements);Y0.flushSync(function(){l({styles:d2(m.map(function(v){return[v,f.styles[v]||{}]})),attributes:d2(m.map(function(v){return[v,f.attributes[v]]}))})})},"fn"),requires:["computeStyles"]}},[]),d=s.useMemo(function(){var h={onFirstUpdate:o.onFirstUpdate,placement:o.placement,strategy:o.strategy,modifiers:[].concat(o.modifiers,[c,{name:"applyStyles",enabled:!1}])};return(0,I6.default)(r.current,h)?r.current||h:(r.current=h,h)},[o.onFirstUpdate,o.placement,o.strategy,o.modifiers,c]),p=s.useRef();return p2(function(){p.current&&p.current.setOptions(d)},[d]),p2(function(){if(!(e==null||t==null)){var h=n.createPopper||Rk,f=h(e,t,d);return p.current=f,function(){f.destroy(),p.current=null}}},[e,t,n.createPopper]),{state:p.current?p.current.state:null,styles:i.styles,attributes:i.attributes,update:p.current?p.current.update:null,forceUpdate:p.current?p.current.forceUpdate:null}},"usePopper")}),uL=I(()=>{sL()});function bg(e){var t=s.useRef(e);return t.current=e,s.useCallback(function(){return t.current},[])}function Lk(e){var t=e.initial,n=e.value,r=e.onChange,o=r===void 0?Mk:r;if(t===void 0&&n===void 0)throw new TypeError('Either "value" or "initial" variable must be set. Now both are undefined');var a=s.useState(t),i=a[0],l=a[1],c=bg(i),d=s.useCallback(function(h){var f=c(),m=typeof h=="function"?h(f):h;typeof m.persist=="function"&&m.persist(),l(m),typeof o=="function"&&o(m)},[c,o]),p=n!==void 0;return[p?n:i,p?o:d]}function b2(e,t){return e===void 0&&(e=0),t===void 0&&(t=0),function(){return{width:0,height:0,top:t,right:e,bottom:t,left:e,x:0,y:0,toJSON:u(function(){return null},"toJSON")}}}function $k(e,t){var n,r,o;e===void 0&&(e={}),t===void 0&&(t={});var a=Object.keys(x2).reduce(function(H,Y){var K;return W({},H,(K={},K[Y]=H[Y]!==void 0?H[Y]:x2[Y],K))},e),i=s.useMemo(function(){return[{name:"offset",options:{offset:a.offset}}]},Array.isArray(a.offset)?a.offset:[]),l=W({},t,{placement:t.placement||a.placement,modifiers:t.modifiers||i}),c=s.useState(null),d=c[0],p=c[1],h=s.useState(null),f=h[0],m=h[1],v=Lk({initial:a.defaultVisible,value:a.visible,onChange:a.onVisibleChange}),w=v[0],C=v[1],D=s.useRef();s.useEffect(function(){return function(){return clearTimeout(D.current)}},[]);var g=Bk(a.followCursor?C2:d,f,l),y=g.styles,E=g.attributes,b=Z0(g,Ok),x=b.update,S=bg({visible:w,triggerRef:d,tooltipRef:f,finalConfig:a}),k=s.useCallback(function(H){return Array.isArray(a.trigger)?a.trigger.includes(H):a.trigger===H},Array.isArray(a.trigger)?a.trigger:[a.trigger]),_=s.useCallback(function(){clearTimeout(D.current),D.current=window.setTimeout(function(){return C(!1)},a.delayHide)},[a.delayHide,C]),F=s.useCallback(function(){clearTimeout(D.current),D.current=window.setTimeout(function(){return C(!0)},a.delayShow)},[a.delayShow,C]),T=s.useCallback(function(){S().visible?_():F()},[S,_,F]);s.useEffect(function(){if(S().finalConfig.closeOnOutsideClick){var H=u(function(Y){var K,B=S(),$=B.tooltipRef,O=B.triggerRef,G=(Y.composedPath==null||(K=Y.composedPath())==null?void 0:K[0])||Y.target;G instanceof Node&&$!=null&&O!=null&&!$.contains(G)&&!O.contains(G)&&_()},"handleClickOutside");return document.addEventListener("mousedown",H),function(){return document.removeEventListener("mousedown",H)}}},[S,_]),s.useEffect(function(){if(!(d==null||!k("click")))return d.addEventListener("click",T),function(){return d.removeEventListener("click",T)}},[d,k,T]),s.useEffect(function(){if(!(d==null||!k("double-click")))return d.addEventListener("dblclick",T),function(){return d.removeEventListener("dblclick",T)}},[d,k,T]),s.useEffect(function(){if(!(d==null||!k("right-click"))){var H=u(function(Y){Y.preventDefault(),T()},"preventDefaultAndToggle");return d.addEventListener("contextmenu",H),function(){return d.removeEventListener("contextmenu",H)}}},[d,k,T]),s.useEffect(function(){if(!(d==null||!k("focus")))return d.addEventListener("focus",F),d.addEventListener("blur",_),function(){d.removeEventListener("focus",F),d.removeEventListener("blur",_)}},[d,k,F,_]),s.useEffect(function(){if(!(d==null||!k("hover")))return d.addEventListener("mouseenter",F),d.addEventListener("mouseleave",_),function(){d.removeEventListener("mouseenter",F),d.removeEventListener("mouseleave",_)}},[d,k,F,_]),s.useEffect(function(){if(!(f==null||!k("hover")||!S().finalConfig.interactive))return f.addEventListener("mouseenter",F),f.addEventListener("mouseleave",_),function(){f.removeEventListener("mouseenter",F),f.removeEventListener("mouseleave",_)}},[f,k,F,_,S]);var M=b==null||(n=b.state)==null||(r=n.modifiersData)==null||(o=r.hide)==null?void 0:o.isReferenceHidden;s.useEffect(function(){a.closeOnTriggerHidden&&M&&_()},[a.closeOnTriggerHidden,_,M]),s.useEffect(function(){if(!a.followCursor||d==null)return;function H(Y){var K=Y.clientX,B=Y.clientY;C2.getBoundingClientRect=b2(K,B),x==null||x()}return u(H,"setMousePosition"),d.addEventListener("mousemove",H),function(){return d.removeEventListener("mousemove",H)}},[a.followCursor,d,x]),s.useEffect(function(){if(!(f==null||x==null||a.mutationObserverOptions==null)){var H=new MutationObserver(x);return H.observe(f,a.mutationObserverOptions),function(){return H.disconnect()}}},[a.mutationObserverOptions,f,x]);var P=u(function(H){return H===void 0&&(H={}),W({},H,{style:W({},H.style,y.popper)},E.popper,{"data-popper-interactive":a.interactive})},"getTooltipProps"),Q=u(function(H){return H===void 0&&(H={}),W({},H,E.arrow,{style:W({},H.style,y.arrow),"data-popper-arrow":!0})},"getArrowProps");return W({getArrowProps:Q,getTooltipProps:P,setTooltipRef:m,setTriggerRef:p,tooltipRef:f,triggerRef:d,visible:w},b)}var Mk,Ok,C2,x2,cL=I(()=>{Q5(),hn(),uL(),u(bg,"useGetLatest"),Mk=u(function(){},"noop"),u(Lk,"useControlledState"),u(b2,"generateBoundingClientRect"),Ok=["styles","attributes"],C2={getBoundingClientRect:b2()},x2={closeOnOutsideClick:!0,closeOnTriggerHidden:!1,defaultVisible:!1,delayHide:0,delayShow:0,followCursor:!1,interactive:!1,mutationObserverOptions:{attributes:!0,childList:!0,subtree:!0},offset:[0,6],trigger:"hover"},u($k,"usePopperTooltip")}),B6,Et,Xn,L6,$6,S2,dL=I(()=>{B6=He(X0(),1),Et=(0,B6.default)(1e3)((e,t,n,r=0)=>t.split("-")[0]===e?n:r),Xn=8,L6=R.div({position:"absolute",borderStyle:"solid"},({placement:e})=>{let t=0,n=0;switch(!0){case(e.startsWith("left")||e.startsWith("right")):{n=8;break}case(e.startsWith("top")||e.startsWith("bottom")):{t=8;break}}return{transform:`translate3d(${t}px, ${n}px, 0px)`}},({theme:e,color:t,placement:n})=>({bottom:`${Et("top",n,`${Xn*-1}px`,"auto")}`,top:`${Et("bottom",n,`${Xn*-1}px`,"auto")}`,right:`${Et("left",n,`${Xn*-1}px`,"auto")}`,left:`${Et("right",n,`${Xn*-1}px`,"auto")}`,borderBottomWidth:`${Et("top",n,"0",Xn)}px`,borderTopWidth:`${Et("bottom",n,"0",Xn)}px`,borderRightWidth:`${Et("left",n,"0",Xn)}px`,borderLeftWidth:`${Et("right",n,"0",Xn)}px`,borderTopColor:Et("top",n,e.color[t]||t||e.base==="light"?ki(e.background.app):e.background.app,"transparent"),borderBottomColor:Et("bottom",n,e.color[t]||t||e.base==="light"?ki(e.background.app):e.background.app,"transparent"),borderLeftColor:Et("left",n,e.color[t]||t||e.base==="light"?ki(e.background.app):e.background.app,"transparent"),borderRightColor:Et("right",n,e.color[t]||t||e.base==="light"?ki(e.background.app):e.background.app,"transparent")})),$6=R.div(({hidden:e})=>({display:e?"none":"inline-block",zIndex:2147483647}),({theme:e,color:t,hasChrome:n})=>n?{background:t&&e.color[t]||t||e.base==="light"?ki(e.background.app):e.background.app,filter:`
|
||
drop-shadow(0px 5px 5px rgba(0,0,0,0.05))
|
||
drop-shadow(0 1px 3px rgba(0,0,0,0.1))
|
||
`,borderRadius:e.appBorderRadius,fontSize:e.typography.size.s1}:{}),S2=A.forwardRef(({placement:e="top",hasChrome:t=!0,children:n,arrowProps:r={},tooltipRef:o,color:a,withArrows:i,...l},c)=>A.createElement($6,{"data-testid":"tooltip",hasChrome:t,ref:c,...l,color:a},t&&i&&A.createElement(L6,{placement:e,...r,color:a}),n)),S2.displayName="Tooltip"}),Cg={};hi(Cg,{WithToolTipState:()=>w0,WithTooltip:()=>w0,WithTooltipPure:()=>k2});var Ki,M6,O6,k2,w0,xg=I(()=>{Z5(),cL(),dL(),{document:Ki}=K0,M6=R.div`
|
||
display: inline-block;
|
||
cursor: ${e=>e.trigger==="hover"||e.trigger.includes("hover")?"default":"pointer"};
|
||
`,O6=R.g`
|
||
cursor: ${e=>e.trigger==="hover"||e.trigger.includes("hover")?"default":"pointer"};
|
||
`,k2=u(({svg:e=!1,trigger:t="click",closeOnOutsideClick:n=!1,placement:r="top",modifiers:o=[{name:"preventOverflow",options:{padding:8}},{name:"offset",options:{offset:[8,8]}},{name:"arrow",options:{padding:8}}],hasChrome:a=!0,defaultVisible:i=!1,withArrows:l,offset:c,tooltip:d,children:p,closeOnTriggerHidden:h,mutationObserverOptions:f,delayHide:m,visible:v,interactive:w,delayShow:C,strategy:D,followCursor:g,onVisibleChange:y,...E})=>{let b=e?O6:M6,{getArrowProps:x,getTooltipProps:S,setTooltipRef:k,setTriggerRef:_,visible:F,state:T}=$k({trigger:t,placement:r,defaultVisible:i,delayHide:m,interactive:w,closeOnOutsideClick:n,closeOnTriggerHidden:h,onVisibleChange:y,delayShow:C,followCursor:g,mutationObserverOptions:f,visible:v,offset:c},{modifiers:o,strategy:D}),M=A.createElement(S2,{placement:T==null?void 0:T.placement,ref:k,hasChrome:a,arrowProps:x(),withArrows:l,...S()},typeof d=="function"?d({onHide:u(()=>y(!1),"onHide")}):d);return A.createElement(A.Fragment,null,A.createElement(b,{trigger:t,ref:_,...E},p),F&&lE.createPortal(M,Ki.body))},"WithTooltipPure"),w0=u(({startOpen:e=!1,onVisibleChange:t,...n})=>{let[r,o]=s.useState(e),a=s.useCallback(i=>{t&&t(i)===!1||o(i)},[t]);return s.useEffect(()=>{let i=u(()=>a(!1),"hide");Ki.addEventListener("keydown",i,!1);let l=Array.from(Ki.getElementsByTagName("iframe")),c=[];return l.forEach(d=>{let p=u(()=>{try{d.contentWindow.document&&(d.contentWindow.document.addEventListener("click",i),c.push(()=>{try{d.contentWindow.document.removeEventListener("click",i)}catch{}}))}catch{}},"bind");p(),d.addEventListener("load",p),c.push(()=>{d.removeEventListener("load",p)})}),()=>{Ki.removeEventListener("keydown",i),c.forEach(d=>{d()})}}),A.createElement(k2,{...n,visible:r,onVisibleChange:a})},"WithToolTipState")}),he=u(({...e},t)=>{let n=[e.class,e.className];return delete e.class,e.className=["sbdocs",`sbdocs-${t}`,...n].filter(Boolean).join(" "),e},"nameSpaceClassNames");hn();wR();X5();function Pk(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,Ja(e,t)}u(Pk,"_inheritsLoose");DR();X5();function Nk(e){try{return Function.toString.call(e).indexOf("[native code]")!==-1}catch{return typeof e=="function"}}u(Nk,"_isNativeFunction");function Sg(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(Sg=u(function(){return!!e},"_isNativeReflectConstruct"))()}u(Sg,"_isNativeReflectConstruct");X5();function Hk(e,t,n){if(Sg())return Reflect.construct.apply(null,arguments);var r=[null];r.push.apply(r,t);var o=new(e.bind.apply(e,r));return n&&Ja(o,n.prototype),o}u(Hk,"_construct");function D0(e){var t=typeof Map=="function"?new Map:void 0;return D0=u(function(n){if(n===null||!Nk(n))return n;if(typeof n!="function")throw new TypeError("Super expression must either be null or a function");if(t!==void 0){if(t.has(n))return t.get(n);t.set(n,r)}function r(){return Hk(n,arguments,Vc(this).constructor)}return u(r,"Wrapper"),r.prototype=Object.create(n.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),Ja(r,n)},"_wrapNativeSuper"),D0(e)}u(D0,"_wrapNativeSuper");var pL={1:`Passed invalid arguments to hsl, please pass multiple numbers e.g. hsl(360, 0.75, 0.4) or an object e.g. rgb({ hue: 255, saturation: 0.4, lightness: 0.75 }).
|
||
|
||
`,2:`Passed invalid arguments to hsla, please pass multiple numbers e.g. hsla(360, 0.75, 0.4, 0.7) or an object e.g. rgb({ hue: 255, saturation: 0.4, lightness: 0.75, alpha: 0.7 }).
|
||
|
||
`,3:`Passed an incorrect argument to a color function, please pass a string representation of a color.
|
||
|
||
`,4:`Couldn't generate valid rgb string from %s, it returned %s.
|
||
|
||
`,5:`Couldn't parse the color string. Please provide the color as a string in hex, rgb, rgba, hsl or hsla notation.
|
||
|
||
`,6:`Passed invalid arguments to rgb, please pass multiple numbers e.g. rgb(255, 205, 100) or an object e.g. rgb({ red: 255, green: 205, blue: 100 }).
|
||
|
||
`,7:`Passed invalid arguments to rgba, please pass multiple numbers e.g. rgb(255, 205, 100, 0.75) or an object e.g. rgb({ red: 255, green: 205, blue: 100, alpha: 0.75 }).
|
||
|
||
`,8:`Passed invalid argument to toColorString, please pass a RgbColor, RgbaColor, HslColor or HslaColor object.
|
||
|
||
`,9:`Please provide a number of steps to the modularScale helper.
|
||
|
||
`,10:`Please pass a number or one of the predefined scales to the modularScale helper as the ratio.
|
||
|
||
`,11:`Invalid value passed as base to modularScale, expected number or em string but got "%s"
|
||
|
||
`,12:`Expected a string ending in "px" or a number passed as the first argument to %s(), got "%s" instead.
|
||
|
||
`,13:`Expected a string ending in "px" or a number passed as the second argument to %s(), got "%s" instead.
|
||
|
||
`,14:`Passed invalid pixel value ("%s") to %s(), please pass a value like "12px" or 12.
|
||
|
||
`,15:`Passed invalid base value ("%s") to %s(), please pass a value like "12px" or 12.
|
||
|
||
`,16:`You must provide a template to this method.
|
||
|
||
`,17:`You passed an unsupported selector state to this method.
|
||
|
||
`,18:`minScreen and maxScreen must be provided as stringified numbers with the same units.
|
||
|
||
`,19:`fromSize and toSize must be provided as stringified numbers with the same units.
|
||
|
||
`,20:`expects either an array of objects or a single object with the properties prop, fromSize, and toSize.
|
||
|
||
`,21:"expects the objects in the first argument array to have the properties `prop`, `fromSize`, and `toSize`.\n\n",22:"expects the first argument object to have the properties `prop`, `fromSize`, and `toSize`.\n\n",23:`fontFace expects a name of a font-family.
|
||
|
||
`,24:`fontFace expects either the path to the font file(s) or a name of a local copy.
|
||
|
||
`,25:`fontFace expects localFonts to be an array.
|
||
|
||
`,26:`fontFace expects fileFormats to be an array.
|
||
|
||
`,27:`radialGradient requries at least 2 color-stops to properly render.
|
||
|
||
`,28:`Please supply a filename to retinaImage() as the first argument.
|
||
|
||
`,29:`Passed invalid argument to triangle, please pass correct pointingDirection e.g. 'right'.
|
||
|
||
`,30:"Passed an invalid value to `height` or `width`. Please provide a pixel based unit.\n\n",31:`The animation shorthand only takes 8 arguments. See the specification for more information: http://mdn.io/animation
|
||
|
||
`,32:`To pass multiple animations please supply them in arrays, e.g. animation(['rotate', '2s'], ['move', '1s'])
|
||
To pass a single animation please supply them in simple values, e.g. animation('rotate', '2s')
|
||
|
||
`,33:`The animation shorthand arrays can only have 8 elements. See the specification for more information: http://mdn.io/animation
|
||
|
||
`,34:`borderRadius expects a radius value as a string or number as the second argument.
|
||
|
||
`,35:`borderRadius expects one of "top", "bottom", "left" or "right" as the first argument.
|
||
|
||
`,36:`Property must be a string value.
|
||
|
||
`,37:`Syntax Error at %s.
|
||
|
||
`,38:`Formula contains a function that needs parentheses at %s.
|
||
|
||
`,39:`Formula is missing closing parenthesis at %s.
|
||
|
||
`,40:`Formula has too many closing parentheses at %s.
|
||
|
||
`,41:`All values in a formula must have the same unit or be unitless.
|
||
|
||
`,42:`Please provide a number of steps to the modularScale helper.
|
||
|
||
`,43:`Please pass a number or one of the predefined scales to the modularScale helper as the ratio.
|
||
|
||
`,44:`Invalid value passed as base to modularScale, expected number or em/rem string but got %s.
|
||
|
||
`,45:`Passed invalid argument to hslToColorString, please pass a HslColor or HslaColor object.
|
||
|
||
`,46:`Passed invalid argument to rgbToColorString, please pass a RgbColor or RgbaColor object.
|
||
|
||
`,47:`minScreen and maxScreen must be provided as stringified numbers with the same units.
|
||
|
||
`,48:`fromSize and toSize must be provided as stringified numbers with the same units.
|
||
|
||
`,49:`Expects either an array of objects or a single object with the properties prop, fromSize, and toSize.
|
||
|
||
`,50:`Expects the objects in the first argument array to have the properties prop, fromSize, and toSize.
|
||
|
||
`,51:`Expects the first argument object to have the properties prop, fromSize, and toSize.
|
||
|
||
`,52:`fontFace expects either the path to the font file(s) or a name of a local copy.
|
||
|
||
`,53:`fontFace expects localFonts to be an array.
|
||
|
||
`,54:`fontFace expects fileFormats to be an array.
|
||
|
||
`,55:`fontFace expects a name of a font-family.
|
||
|
||
`,56:`linearGradient requries at least 2 color-stops to properly render.
|
||
|
||
`,57:`radialGradient requries at least 2 color-stops to properly render.
|
||
|
||
`,58:`Please supply a filename to retinaImage() as the first argument.
|
||
|
||
`,59:`Passed invalid argument to triangle, please pass correct pointingDirection e.g. 'right'.
|
||
|
||
`,60:"Passed an invalid value to `height` or `width`. Please provide a pixel based unit.\n\n",61:`Property must be a string value.
|
||
|
||
`,62:`borderRadius expects a radius value as a string or number as the second argument.
|
||
|
||
`,63:`borderRadius expects one of "top", "bottom", "left" or "right" as the first argument.
|
||
|
||
`,64:`The animation shorthand only takes 8 arguments. See the specification for more information: http://mdn.io/animation.
|
||
|
||
`,65:`To pass multiple animations please supply them in arrays, e.g. animation(['rotate', '2s'], ['move', '1s'])\\nTo pass a single animation please supply them in simple values, e.g. animation('rotate', '2s').
|
||
|
||
`,66:`The animation shorthand arrays can only have 8 elements. See the specification for more information: http://mdn.io/animation.
|
||
|
||
`,67:`You must provide a template to this method.
|
||
|
||
`,68:`You passed an unsupported selector state to this method.
|
||
|
||
`,69:`Expected a string ending in "px" or a number passed as the first argument to %s(), got %s instead.
|
||
|
||
`,70:`Expected a string ending in "px" or a number passed as the second argument to %s(), got %s instead.
|
||
|
||
`,71:`Passed invalid pixel value %s to %s(), please pass a value like "12px" or 12.
|
||
|
||
`,72:`Passed invalid base value %s to %s(), please pass a value like "12px" or 12.
|
||
|
||
`,73:`Please provide a valid CSS variable.
|
||
|
||
`,74:`CSS variable not found and no default was provided.
|
||
|
||
`,75:`important requires a valid style object, got a %s instead.
|
||
|
||
`,76:`fromSize and toSize must be provided as stringified numbers with the same units as minScreen and maxScreen.
|
||
|
||
`,77:`remToPx expects a value in "rem" but you provided it in "%s".
|
||
|
||
`,78:`base must be set in "px" or "%" but you set it in "%s".
|
||
`};function jk(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r=t[0],o=[],a;for(a=1;a<t.length;a+=1)o.push(t[a]);return o.forEach(function(i){r=r.replace(/%[a-z]/,i)}),r}u(jk,"format");var Rn=function(e){Pk(t,e);function t(n){for(var r,o=arguments.length,a=new Array(o>1?o-1:0),i=1;i<o;i++)a[i-1]=arguments[i];return r=e.call(this,jk.apply(void 0,[pL[n]].concat(a)))||this,sE(r)}return u(t,"PolishedError"),t}(D0(Error));function ac(e){return Math.round(e*255)}u(ac,"colorToInt");function Vk(e,t,n){return ac(e)+","+ac(t)+","+ac(n)}u(Vk,"convertToInt");function ii(e,t,n,r){if(r===void 0&&(r=Vk),t===0)return r(n,n,n);var o=(e%360+360)%360/60,a=(1-Math.abs(2*n-1))*t,i=a*(1-Math.abs(o%2-1)),l=0,c=0,d=0;o>=0&&o<1?(l=a,c=i):o>=1&&o<2?(l=i,c=a):o>=2&&o<3?(c=a,d=i):o>=3&&o<4?(c=i,d=a):o>=4&&o<5?(l=i,d=a):o>=5&&o<6&&(l=a,d=i);var p=n-a/2,h=l+p,f=c+p,m=d+p;return r(h,f,m)}u(ii,"hslToRgb");var P6={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"00ffff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000",blanchedalmond:"ffebcd",blue:"0000ff",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"00ffff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkgrey:"a9a9a9",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkslategrey:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dimgrey:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"ff00ff",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",grey:"808080",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgray:"d3d3d3",lightgreen:"90ee90",lightgrey:"d3d3d3",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370db",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"db7093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"639",red:"f00",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",slategrey:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"fff",whitesmoke:"f5f5f5",yellow:"ff0",yellowgreen:"9acd32"};function Uk(e){if(typeof e!="string")return e;var t=e.toLowerCase();return P6[t]?"#"+P6[t]:e}u(Uk,"nameToHex");var fL=/^#[a-fA-F0-9]{6}$/,hL=/^#[a-fA-F0-9]{8}$/,mL=/^#[a-fA-F0-9]{3}$/,gL=/^#[a-fA-F0-9]{4}$/,df=/^rgb\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*\)$/i,vL=/^rgb(?:a)?\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i,yL=/^hsl\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*\)$/i,wL=/^hsl(?:a)?\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i;function A1(e){if(typeof e!="string")throw new Rn(3);var t=Uk(e);if(t.match(fL))return{red:parseInt(""+t[1]+t[2],16),green:parseInt(""+t[3]+t[4],16),blue:parseInt(""+t[5]+t[6],16)};if(t.match(hL)){var n=parseFloat((parseInt(""+t[7]+t[8],16)/255).toFixed(2));return{red:parseInt(""+t[1]+t[2],16),green:parseInt(""+t[3]+t[4],16),blue:parseInt(""+t[5]+t[6],16),alpha:n}}if(t.match(mL))return{red:parseInt(""+t[1]+t[1],16),green:parseInt(""+t[2]+t[2],16),blue:parseInt(""+t[3]+t[3],16)};if(t.match(gL)){var r=parseFloat((parseInt(""+t[4]+t[4],16)/255).toFixed(2));return{red:parseInt(""+t[1]+t[1],16),green:parseInt(""+t[2]+t[2],16),blue:parseInt(""+t[3]+t[3],16),alpha:r}}var o=df.exec(t);if(o)return{red:parseInt(""+o[1],10),green:parseInt(""+o[2],10),blue:parseInt(""+o[3],10)};var a=vL.exec(t.substring(0,50));if(a)return{red:parseInt(""+a[1],10),green:parseInt(""+a[2],10),blue:parseInt(""+a[3],10),alpha:parseFloat(""+a[4])>1?parseFloat(""+a[4])/100:parseFloat(""+a[4])};var i=yL.exec(t);if(i){var l=parseInt(""+i[1],10),c=parseInt(""+i[2],10)/100,d=parseInt(""+i[3],10)/100,p="rgb("+ii(l,c,d)+")",h=df.exec(p);if(!h)throw new Rn(4,t,p);return{red:parseInt(""+h[1],10),green:parseInt(""+h[2],10),blue:parseInt(""+h[3],10)}}var f=wL.exec(t.substring(0,50));if(f){var m=parseInt(""+f[1],10),v=parseInt(""+f[2],10)/100,w=parseInt(""+f[3],10)/100,C="rgb("+ii(m,v,w)+")",D=df.exec(C);if(!D)throw new Rn(4,t,C);return{red:parseInt(""+D[1],10),green:parseInt(""+D[2],10),blue:parseInt(""+D[3],10),alpha:parseFloat(""+f[4])>1?parseFloat(""+f[4])/100:parseFloat(""+f[4])}}throw new Rn(5)}u(A1,"parseToRgb");function Wk(e){var t=e.red/255,n=e.green/255,r=e.blue/255,o=Math.max(t,n,r),a=Math.min(t,n,r),i=(o+a)/2;if(o===a)return e.alpha!==void 0?{hue:0,saturation:0,lightness:i,alpha:e.alpha}:{hue:0,saturation:0,lightness:i};var l,c=o-a,d=i>.5?c/(2-o-a):c/(o+a);switch(o){case t:l=(n-r)/c+(n<r?6:0);break;case n:l=(r-t)/c+2;break;default:l=(t-n)/c+4;break}return l*=60,e.alpha!==void 0?{hue:l,saturation:d,lightness:i,alpha:e.alpha}:{hue:l,saturation:d,lightness:i}}u(Wk,"rgbToHsl");function kg(e){return Wk(A1(e))}u(kg,"parseToHsl");var DL=u(function(e){return e.length===7&&e[1]===e[2]&&e[3]===e[4]&&e[5]===e[6]?"#"+e[1]+e[3]+e[5]:e},"reduceHexValue"),A2=DL;function Sr(e){var t=e.toString(16);return t.length===1?"0"+t:t}u(Sr,"numberToHex");function ic(e){return Sr(Math.round(e*255))}u(ic,"colorToHex");function qk(e,t,n){return A2("#"+ic(e)+ic(t)+ic(n))}u(qk,"convertToHex");function us(e,t,n){return ii(e,t,n,qk)}u(us,"hslToHex");function Gk(e,t,n){if(typeof e=="number"&&typeof t=="number"&&typeof n=="number")return us(e,t,n);if(typeof e=="object"&&t===void 0&&n===void 0)return us(e.hue,e.saturation,e.lightness);throw new Rn(1)}u(Gk,"hsl");function Yk(e,t,n,r){if(typeof e=="number"&&typeof t=="number"&&typeof n=="number"&&typeof r=="number")return r>=1?us(e,t,n):"rgba("+ii(e,t,n)+","+r+")";if(typeof e=="object"&&t===void 0&&n===void 0&&r===void 0)return e.alpha>=1?us(e.hue,e.saturation,e.lightness):"rgba("+ii(e.hue,e.saturation,e.lightness)+","+e.alpha+")";throw new Rn(2)}u(Yk,"hsla");function E0(e,t,n){if(typeof e=="number"&&typeof t=="number"&&typeof n=="number")return A2("#"+Sr(e)+Sr(t)+Sr(n));if(typeof e=="object"&&t===void 0&&n===void 0)return A2("#"+Sr(e.red)+Sr(e.green)+Sr(e.blue));throw new Rn(6)}u(E0,"rgb");function cs(e,t,n,r){if(typeof e=="string"&&typeof t=="number"){var o=A1(e);return"rgba("+o.red+","+o.green+","+o.blue+","+t+")"}else{if(typeof e=="number"&&typeof t=="number"&&typeof n=="number"&&typeof r=="number")return r>=1?E0(e,t,n):"rgba("+e+","+t+","+n+","+r+")";if(typeof e=="object"&&t===void 0&&n===void 0&&r===void 0)return e.alpha>=1?E0(e.red,e.green,e.blue):"rgba("+e.red+","+e.green+","+e.blue+","+e.alpha+")"}throw new Rn(7)}u(cs,"rgba");var EL=u(function(e){return typeof e.red=="number"&&typeof e.green=="number"&&typeof e.blue=="number"&&(typeof e.alpha!="number"||typeof e.alpha>"u")},"isRgb"),bL=u(function(e){return typeof e.red=="number"&&typeof e.green=="number"&&typeof e.blue=="number"&&typeof e.alpha=="number"},"isRgba"),CL=u(function(e){return typeof e.hue=="number"&&typeof e.saturation=="number"&&typeof e.lightness=="number"&&(typeof e.alpha!="number"||typeof e.alpha>"u")},"isHsl"),xL=u(function(e){return typeof e.hue=="number"&&typeof e.saturation=="number"&&typeof e.lightness=="number"&&typeof e.alpha=="number"},"isHsla");function Ag(e){if(typeof e!="object")throw new Rn(8);if(bL(e))return cs(e);if(EL(e))return E0(e);if(xL(e))return Yk(e);if(CL(e))return Gk(e);throw new Rn(8)}u(Ag,"toColorString");function Fg(e,t,n){return u(function(){var r=n.concat(Array.prototype.slice.call(arguments));return r.length>=t?e.apply(this,r):Fg(e,t,r)},"fn")}u(Fg,"curried");function F1(e){return Fg(e,e.length,[])}u(F1,"curry");function _1(e,t,n){return Math.max(e,Math.min(t,n))}u(_1,"guard");function Kk(e,t){if(t==="transparent")return t;var n=kg(t);return Ag(W({},n,{lightness:_1(0,1,n.lightness-parseFloat(e))}))}u(Kk,"darken");var SL=F1(Kk),Ea=SL;function Xk(e,t){if(t==="transparent")return t;var n=kg(t);return Ag(W({},n,{lightness:_1(0,1,n.lightness+parseFloat(e))}))}u(Xk,"lighten");var kL=F1(Xk),N6=kL;function Zk(e,t){if(t==="transparent")return t;var n=A1(t),r=typeof n.alpha=="number"?n.alpha:1,o=W({},n,{alpha:_1(0,1,+(r*100-parseFloat(e)*100).toFixed(2)/100)});return cs(o)}u(Zk,"transparentize");var AL=F1(Zk),Pt=AL,bi=u(({theme:e})=>({margin:"20px 0 8px",padding:0,cursor:"text",position:"relative",color:e.color.defaultText,"&:first-of-type":{marginTop:0,paddingTop:0},"&:hover a.anchor":{textDecoration:"none"},"& tt, & code":{fontSize:"inherit"}}),"headerCommon"),Hs=u(({theme:e})=>({lineHeight:1,margin:"0 2px",padding:"3px 5px",whiteSpace:"nowrap",borderRadius:3,fontSize:e.typography.size.s2-1,border:e.base==="light"?`1px solid ${e.color.mediumlight}`:`1px solid ${e.color.darker}`,color:e.base==="light"?Pt(.1,e.color.defaultText):Pt(.3,e.color.defaultText),backgroundColor:e.base==="light"?e.color.lighter:e.color.border}),"codeCommon"),Ae=u(({theme:e})=>({fontFamily:e.typography.fonts.base,fontSize:e.typography.size.s3,margin:0,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",WebkitTapHighlightColor:"rgba(0, 0, 0, 0)",WebkitOverflowScrolling:"touch"}),"withReset"),qo={margin:"16px 0"},FL=u(({href:e="",...t})=>{let n=/^\//.test(e)?`./?path=${e}`:e,r=/^#.*/.test(e)?"_self":"_top";return A.createElement("a",{href:n,target:r,...t})},"Link"),Qk=R(FL)(Ae,({theme:e})=>({fontSize:"inherit",lineHeight:"24px",color:e.color.secondary,textDecoration:"none","&.absent":{color:"#cc0000"},"&.anchor":{display:"block",paddingLeft:30,marginLeft:-30,cursor:"pointer",position:"absolute",top:0,left:0,bottom:0}})),Jk=R.blockquote(Ae,qo,({theme:e})=>({borderLeft:`4px solid ${e.color.medium}`,padding:"0 15px",color:e.color.dark,"& > :first-of-type":{marginTop:0},"& > :last-child":{marginBottom:0}}));J0();var _L=u(e=>typeof e=="string","isReactChildString"),zL=/[\n\r]/g,TL=R.code(({theme:e})=>({fontFamily:e.typography.fonts.mono,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",display:"inline-block",paddingLeft:2,paddingRight:2,verticalAlign:"baseline",color:"inherit"}),Hs),IL=R(kl)(({theme:e})=>({fontFamily:e.typography.fonts.mono,fontSize:`${e.typography.size.s2-1}px`,lineHeight:"19px",margin:"25px 0 40px",borderRadius:e.appBorderRadius,boxShadow:e.base==="light"?"rgba(0, 0, 0, 0.10) 0 1px 3px 0":"rgba(0, 0, 0, 0.20) 0 2px 5px 0","pre.prismjs":{padding:20,background:"inherit"}})),eA=u(({className:e,children:t,...n})=>{let r=(e||"").match(/lang-(\S+)/),o=s.Children.toArray(t);return o.filter(_L).some(a=>a.match(zL))?A.createElement(IL,{bordered:!0,copyable:!0,language:(r==null?void 0:r[1])??"text",format:!1,...n},t):A.createElement(TL,{...n,className:e},o)},"Code"),tA=R.div(Ae),nA=R.dl(Ae,qo,{padding:0,"& dt":{fontSize:"14px",fontWeight:"bold",fontStyle:"italic",padding:0,margin:"16px 0 4px"},"& dt:first-of-type":{padding:0},"& dt > :first-of-type":{marginTop:0},"& dt > :last-child":{marginBottom:0},"& dd":{margin:"0 0 16px",padding:"0 15px"},"& dd > :first-of-type":{marginTop:0},"& dd > :last-child":{marginBottom:0}}),rA=R.h1(Ae,bi,({theme:e})=>({fontSize:`${e.typography.size.l1}px`,fontWeight:e.typography.weight.bold})),oA=R.h2(Ae,bi,({theme:e})=>({fontSize:`${e.typography.size.m2}px`,paddingBottom:4,borderBottom:`1px solid ${e.appBorderColor}`})),aA=R.h3(Ae,bi,({theme:e})=>({fontSize:`${e.typography.size.m1}px`})),iA=R.h4(Ae,bi,({theme:e})=>({fontSize:`${e.typography.size.s3}px`})),lA=R.h5(Ae,bi,({theme:e})=>({fontSize:`${e.typography.size.s2}px`})),sA=R.h6(Ae,bi,({theme:e})=>({fontSize:`${e.typography.size.s2}px`,color:e.color.dark})),uA=R.hr(({theme:e})=>({border:"0 none",borderTop:`1px solid ${e.appBorderColor}`,height:4,padding:0})),cA=R.img({maxWidth:"100%"}),dA=R.li(Ae,({theme:e})=>({fontSize:e.typography.size.s2,color:e.color.defaultText,lineHeight:"24px","& + li":{marginTop:".25em"},"& ul, & ol":{marginTop:".25em",marginBottom:0},"& code":Hs({theme:e})})),RL={paddingLeft:30,"& :first-of-type":{marginTop:0},"& :last-child":{marginBottom:0}},pA=R.ol(Ae,qo,RL,{listStyle:"decimal"}),fA=R.p(Ae,qo,({theme:e})=>({fontSize:e.typography.size.s2,lineHeight:"24px",color:e.color.defaultText,"& code":Hs({theme:e})})),hA=R.pre(Ae,qo,({theme:e})=>({fontFamily:e.typography.fonts.mono,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",lineHeight:"18px",padding:"11px 1rem",whiteSpace:"pre-wrap",color:"inherit",borderRadius:3,margin:"1rem 0","&:not(.prismjs)":{background:"transparent",border:"none",borderRadius:0,padding:0,margin:0},"& pre, &.prismjs":{padding:15,margin:0,whiteSpace:"pre-wrap",color:"inherit",fontSize:"13px",lineHeight:"19px",code:{color:"inherit",fontSize:"inherit"}},"& code":{whiteSpace:"pre"},"& code, & tt":{border:"none"}})),mA=R.span(Ae,({theme:e})=>({"&.frame":{display:"block",overflow:"hidden","& > span":{border:`1px solid ${e.color.medium}`,display:"block",float:"left",overflow:"hidden",margin:"13px 0 0",padding:7,width:"auto"},"& span img":{display:"block",float:"left"},"& span span":{clear:"both",color:e.color.darkest,display:"block",padding:"5px 0 0"}},"&.align-center":{display:"block",overflow:"hidden",clear:"both","& > span":{display:"block",overflow:"hidden",margin:"13px auto 0",textAlign:"center"},"& span img":{margin:"0 auto",textAlign:"center"}},"&.align-right":{display:"block",overflow:"hidden",clear:"both","& > span":{display:"block",overflow:"hidden",margin:"13px 0 0",textAlign:"right"},"& span img":{margin:0,textAlign:"right"}},"&.float-left":{display:"block",marginRight:13,overflow:"hidden",float:"left","& span":{margin:"13px 0 0"}},"&.float-right":{display:"block",marginLeft:13,overflow:"hidden",float:"right","& > span":{display:"block",overflow:"hidden",margin:"13px auto 0",textAlign:"right"}}})),gA=R.table(Ae,qo,({theme:e})=>({fontSize:e.typography.size.s2,lineHeight:"24px",padding:0,borderCollapse:"collapse","& tr":{borderTop:`1px solid ${e.appBorderColor}`,backgroundColor:e.appContentBg,margin:0,padding:0},"& tr:nth-of-type(2n)":{backgroundColor:e.base==="dark"?e.color.darker:e.color.lighter},"& tr th":{fontWeight:"bold",color:e.color.defaultText,border:`1px solid ${e.appBorderColor}`,margin:0,padding:"6px 13px"},"& tr td":{border:`1px solid ${e.appBorderColor}`,color:e.color.defaultText,margin:0,padding:"6px 13px"},"& tr th :first-of-type, & tr td :first-of-type":{marginTop:0},"& tr th :last-child, & tr td :last-child":{marginBottom:0}})),vA=R.title(Hs),BL={paddingLeft:30,"& :first-of-type":{marginTop:0},"& :last-child":{marginBottom:0}},yA=R.ul(Ae,qo,BL,{listStyle:"disc"}),wA=R.div(Ae),DA={h1:u(e=>A.createElement(rA,{...he(e,"h1")}),"h1"),h2:u(e=>A.createElement(oA,{...he(e,"h2")}),"h2"),h3:u(e=>A.createElement(aA,{...he(e,"h3")}),"h3"),h4:u(e=>A.createElement(iA,{...he(e,"h4")}),"h4"),h5:u(e=>A.createElement(lA,{...he(e,"h5")}),"h5"),h6:u(e=>A.createElement(sA,{...he(e,"h6")}),"h6"),pre:u(e=>A.createElement(hA,{...he(e,"pre")}),"pre"),a:u(e=>A.createElement(Qk,{...he(e,"a")}),"a"),hr:u(e=>A.createElement(uA,{...he(e,"hr")}),"hr"),dl:u(e=>A.createElement(nA,{...he(e,"dl")}),"dl"),blockquote:u(e=>A.createElement(Jk,{...he(e,"blockquote")}),"blockquote"),table:u(e=>A.createElement(gA,{...he(e,"table")}),"table"),img:u(e=>A.createElement(cA,{...he(e,"img")}),"img"),div:u(e=>A.createElement(tA,{...he(e,"div")}),"div"),span:u(e=>A.createElement(mA,{...he(e,"span")}),"span"),li:u(e=>A.createElement(dA,{...he(e,"li")}),"li"),ul:u(e=>A.createElement(yA,{...he(e,"ul")}),"ul"),ol:u(e=>A.createElement(pA,{...he(e,"ol")}),"ol"),p:u(e=>A.createElement(fA,{...he(e,"p")}),"p"),code:u(e=>A.createElement(eA,{...he(e,"code")}),"code"),tt:u(e=>A.createElement(vA,{...he(e,"tt")}),"tt"),resetwrapper:u(e=>A.createElement(wA,{...he(e,"resetwrapper")}),"resetwrapper")},LL=R.div(({theme:e})=>({display:"inline-block",fontSize:11,lineHeight:"12px",alignSelf:"center",padding:"4px 12px",borderRadius:"3em",fontWeight:e.typography.weight.bold}),{svg:{height:12,width:12,marginRight:4,marginTop:-2,path:{fill:"currentColor"}}},({theme:e,status:t})=>{switch(t){case"critical":return{color:e.color.critical,background:e.background.critical};case"negative":return{color:e.color.negativeText,background:e.background.negative,boxShadow:e.base==="light"?`inset 0 0 0 1px ${Pt(.9,e.color.negativeText)}`:"none"};case"warning":return{color:e.color.warningText,background:e.background.warning,boxShadow:e.base==="light"?`inset 0 0 0 1px ${Pt(.9,e.color.warningText)}`:"none"};case"neutral":return{color:e.color.dark,background:e.color.mediumlight,boxShadow:e.base==="light"?`inset 0 0 0 1px ${Pt(.9,e.color.dark)}`:"none"};case"positive":return{color:e.color.positiveText,background:e.background.positive,boxShadow:e.base==="light"?`inset 0 0 0 1px ${Pt(.9,e.color.positiveText)}`:"none"};default:return{}}}),$L=u(({...e})=>A.createElement(LL,{...e}),"Badge"),EA={};hi(EA,{AccessibilityAltIcon:()=>WP,AccessibilityIcon:()=>UP,AddIcon:()=>YM,AdminIcon:()=>BP,AlertAltIcon:()=>EO,AlertIcon:()=>DO,AlignLeftIcon:()=>k$,AlignRightIcon:()=>A$,AppleIcon:()=>q$,ArrowDownIcon:()=>aP,ArrowLeftIcon:()=>iP,ArrowRightIcon:()=>lP,ArrowSolidDownIcon:()=>uP,ArrowSolidLeftIcon:()=>cP,ArrowSolidRightIcon:()=>dP,ArrowSolidUpIcon:()=>sP,ArrowUpIcon:()=>oP,AzureDevOpsIcon:()=>Q$,BackIcon:()=>CP,BasketIcon:()=>UO,BatchAcceptIcon:()=>HM,BatchDenyIcon:()=>NM,BeakerIcon:()=>WO,BellIcon:()=>kO,BitbucketIcon:()=>J$,BoldIcon:()=>B$,BookIcon:()=>v$,BookmarkHollowIcon:()=>RO,BookmarkIcon:()=>BO,BottomBarIcon:()=>xM,BottomBarToggleIcon:()=>SM,BoxIcon:()=>zM,BranchIcon:()=>V$,BrowserIcon:()=>gM,ButtonIcon:()=>pO,CPUIcon:()=>kM,CalendarIcon:()=>x$,CameraIcon:()=>o$,CategoryIcon:()=>D$,CertificateIcon:()=>NO,ChangedIcon:()=>JM,ChatIcon:()=>iO,CheckIcon:()=>OM,ChevronDownIcon:()=>QO,ChevronLeftIcon:()=>JO,ChevronRightIcon:()=>xA,ChevronSmallDownIcon:()=>tP,ChevronSmallLeftIcon:()=>nP,ChevronSmallRightIcon:()=>rP,ChevronSmallUpIcon:()=>eP,ChevronUpIcon:()=>ZO,ChromaticIcon:()=>eM,ChromeIcon:()=>X$,CircleHollowIcon:()=>TO,CircleIcon:()=>IO,ClearIcon:()=>tO,CloseAltIcon:()=>UM,CloseIcon:()=>XM,CloudHollowIcon:()=>YO,CloudIcon:()=>KO,CogIcon:()=>RM,CollapseIcon:()=>fP,CommandIcon:()=>gO,CommentAddIcon:()=>rO,CommentIcon:()=>nO,CommentsIcon:()=>aO,CommitIcon:()=>j$,CompassIcon:()=>AP,ComponentDrivenIcon:()=>tM,ComponentIcon:()=>PL,ContrastIcon:()=>ZL,ControlsIcon:()=>jM,CopyIcon:()=>w$,CreditIcon:()=>dO,CrossIcon:()=>CA,DashboardIcon:()=>TP,DatabaseIcon:()=>AM,DeleteIcon:()=>ZM,DiamondIcon:()=>LO,DirectionIcon:()=>LP,DiscordIcon:()=>nM,DocChartIcon:()=>_$,DocListIcon:()=>z$,DocumentIcon:()=>y$,DownloadIcon:()=>bP,DragIcon:()=>T$,EditIcon:()=>IM,EllipsisIcon:()=>$M,EmailIcon:()=>bO,ExpandAltIcon:()=>pP,ExpandIcon:()=>hP,EyeCloseIcon:()=>KL,EyeIcon:()=>YL,FaceHappyIcon:()=>HP,FaceNeutralIcon:()=>jP,FaceSadIcon:()=>VP,FacebookIcon:()=>rM,FailedIcon:()=>eO,FastForwardIcon:()=>d$,FigmaIcon:()=>oM,FilterIcon:()=>F$,FlagIcon:()=>GO,FolderIcon:()=>E$,FormIcon:()=>PM,GDriveIcon:()=>aM,GithubIcon:()=>iM,GitlabIcon:()=>lM,GlobeIcon:()=>kP,GoogleIcon:()=>sM,GraphBarIcon:()=>S$,GraphLineIcon:()=>C$,GraphqlIcon:()=>uM,GridAltIcon:()=>VL,GridIcon:()=>NL,GrowIcon:()=>e$,HeartHollowIcon:()=>$O,HeartIcon:()=>MO,HomeIcon:()=>RP,HourglassIcon:()=>qO,InfoIcon:()=>vO,ItalicIcon:()=>L$,JumpToIcon:()=>zO,KeyIcon:()=>uO,LightningIcon:()=>XL,LightningOffIcon:()=>bA,LinkBrokenIcon:()=>SO,LinkIcon:()=>xO,LinkedinIcon:()=>mM,LinuxIcon:()=>G$,ListOrderedIcon:()=>M$,ListUnorderedIcon:()=>O$,LocationIcon:()=>FP,LockIcon:()=>lO,MarkdownIcon:()=>N$,MarkupIcon:()=>R$,MediumIcon:()=>cM,MemoryIcon:()=>FM,MenuIcon:()=>I$,MergeIcon:()=>W$,MirrorIcon:()=>JL,MobileIcon:()=>yM,MoonIcon:()=>g$,NutIcon:()=>BM,OutboxIcon:()=>cO,OutlineIcon:()=>HL,PaintBrushIcon:()=>t$,PaperClipIcon:()=>$$,ParagraphIcon:()=>P$,PassedIcon:()=>QM,PhoneIcon:()=>CO,PhotoDragIcon:()=>jL,PhotoIcon:()=>OL,PinAltIcon:()=>qM,PinIcon:()=>_P,PlayBackIcon:()=>s$,PlayIcon:()=>l$,PlayNextIcon:()=>u$,PlusIcon:()=>VM,PointerDefaultIcon:()=>hO,PointerHandIcon:()=>mO,PowerIcon:()=>TM,PrintIcon:()=>b$,ProceedIcon:()=>xP,ProfileIcon:()=>NP,PullRequestIcon:()=>U$,QuestionIcon:()=>yO,RSSIcon:()=>AO,RedirectIcon:()=>vP,ReduxIcon:()=>dM,RefreshIcon:()=>SP,ReplyIcon:()=>wP,RepoIcon:()=>H$,RequestChangeIcon:()=>oO,RewindIcon:()=>c$,RulerIcon:()=>n$,SearchIcon:()=>UL,ShareAltIcon:()=>FO,ShareIcon:()=>_O,ShieldIcon:()=>VO,SideBySideIcon:()=>f$,SidebarAltIcon:()=>EM,SidebarAltToggleIcon:()=>bM,SidebarIcon:()=>DM,SidebarToggleIcon:()=>CM,SpeakerIcon:()=>i$,StackedIcon:()=>h$,StarHollowIcon:()=>OO,StarIcon:()=>PO,StickerIcon:()=>XO,StopAltIcon:()=>p$,StopIcon:()=>r$,StorybookIcon:()=>Z$,StructureIcon:()=>_M,SubtractIcon:()=>KM,SunIcon:()=>m$,SupportIcon:()=>wO,SwitchAltIcon:()=>QL,SyncIcon:()=>DP,TabletIcon:()=>vM,ThumbsUpIcon:()=>jO,TimeIcon:()=>zP,TimerIcon:()=>IP,TransferIcon:()=>gP,TrashIcon:()=>WM,TwitterIcon:()=>pM,TypeIcon:()=>fO,UbuntuIcon:()=>Y$,UndoIcon:()=>yP,UnfoldIcon:()=>mP,UnlockIcon:()=>sO,UnpinIcon:()=>GM,UploadIcon:()=>EP,UserAddIcon:()=>OP,UserAltIcon:()=>MP,UserIcon:()=>$P,UsersIcon:()=>PP,VSCodeIcon:()=>hM,VerifiedIcon:()=>HO,VideoIcon:()=>a$,WandIcon:()=>MM,WatchIcon:()=>wM,WindowsIcon:()=>K$,WrenchIcon:()=>LM,YoutubeIcon:()=>fM,ZoomIcon:()=>WL,ZoomOutIcon:()=>qL,ZoomResetIcon:()=>GL,iconList:()=>ML});var ML=[{name:"Images",icons:["PhotoIcon","ComponentIcon","GridIcon","OutlineIcon","PhotoDragIcon","GridAltIcon","SearchIcon","ZoomIcon","ZoomOutIcon","ZoomResetIcon","EyeIcon","EyeCloseIcon","LightningIcon","LightningOffIcon","ContrastIcon","SwitchAltIcon","MirrorIcon","GrowIcon","PaintBrushIcon","RulerIcon","StopIcon","CameraIcon","VideoIcon","SpeakerIcon","PlayIcon","PlayBackIcon","PlayNextIcon","RewindIcon","FastForwardIcon","StopAltIcon","SideBySideIcon","StackedIcon","SunIcon","MoonIcon"]},{name:"Documents",icons:["BookIcon","DocumentIcon","CopyIcon","CategoryIcon","FolderIcon","PrintIcon","GraphLineIcon","CalendarIcon","GraphBarIcon","AlignLeftIcon","AlignRightIcon","FilterIcon","DocChartIcon","DocListIcon","DragIcon","MenuIcon"]},{name:"Editing",icons:["MarkupIcon","BoldIcon","ItalicIcon","PaperClipIcon","ListOrderedIcon","ListUnorderedIcon","ParagraphIcon","MarkdownIcon"]},{name:"Git",icons:["RepoIcon","CommitIcon","BranchIcon","PullRequestIcon","MergeIcon"]},{name:"OS",icons:["AppleIcon","LinuxIcon","UbuntuIcon","WindowsIcon","ChromeIcon"]},{name:"Logos",icons:["StorybookIcon","AzureDevOpsIcon","BitbucketIcon","ChromaticIcon","ComponentDrivenIcon","DiscordIcon","FacebookIcon","FigmaIcon","GDriveIcon","GithubIcon","GitlabIcon","GoogleIcon","GraphqlIcon","MediumIcon","ReduxIcon","TwitterIcon","YoutubeIcon","VSCodeIcon","LinkedinIcon"]},{name:"Devices",icons:["BrowserIcon","TabletIcon","MobileIcon","WatchIcon","SidebarIcon","SidebarAltIcon","SidebarAltToggleIcon","SidebarToggleIcon","BottomBarIcon","BottomBarToggleIcon","CPUIcon","DatabaseIcon","MemoryIcon","StructureIcon","BoxIcon","PowerIcon"]},{name:"CRUD",icons:["EditIcon","CogIcon","NutIcon","WrenchIcon","EllipsisIcon","WandIcon","CheckIcon","FormIcon","BatchDenyIcon","BatchAcceptIcon","ControlsIcon","PlusIcon","CloseAltIcon","CrossIcon","TrashIcon","PinAltIcon","UnpinIcon","AddIcon","SubtractIcon","CloseIcon","DeleteIcon","PassedIcon","ChangedIcon","FailedIcon","ClearIcon","CommentIcon","CommentAddIcon","RequestChangeIcon","CommentsIcon","ChatIcon","LockIcon","UnlockIcon","KeyIcon","OutboxIcon","CreditIcon","ButtonIcon","TypeIcon","PointerDefaultIcon","PointerHandIcon","CommandIcon"]},{name:"Communicate",icons:["InfoIcon","QuestionIcon","SupportIcon","AlertIcon","AlertAltIcon","EmailIcon","PhoneIcon","LinkIcon","LinkBrokenIcon","BellIcon","RSSIcon","ShareAltIcon","ShareIcon","JumpToIcon","CircleHollowIcon","CircleIcon","BookmarkHollowIcon","BookmarkIcon","DiamondIcon","HeartHollowIcon","HeartIcon","StarHollowIcon","StarIcon","CertificateIcon","VerifiedIcon","ThumbsUpIcon","ShieldIcon","BasketIcon","BeakerIcon","HourglassIcon","FlagIcon","CloudHollowIcon","CloudIcon","StickerIcon"]},{name:"Wayfinding",icons:["ChevronUpIcon","ChevronDownIcon","ChevronLeftIcon","ChevronRightIcon","ChevronSmallUpIcon","ChevronSmallDownIcon","ChevronSmallLeftIcon","ChevronSmallRightIcon","ArrowUpIcon","ArrowDownIcon","ArrowLeftIcon","ArrowRightIcon","ArrowSolidUpIcon","ArrowSolidDownIcon","ArrowSolidLeftIcon","ArrowSolidRightIcon","ExpandAltIcon","CollapseIcon","ExpandIcon","UnfoldIcon","TransferIcon","RedirectIcon","UndoIcon","ReplyIcon","SyncIcon","UploadIcon","DownloadIcon","BackIcon","ProceedIcon","RefreshIcon","GlobeIcon","CompassIcon","LocationIcon","PinIcon","TimeIcon","DashboardIcon","TimerIcon","HomeIcon","AdminIcon","DirectionIcon"]},{name:"People",icons:["UserIcon","UserAltIcon","UserAddIcon","UsersIcon","ProfileIcon","FaceHappyIcon","FaceNeutralIcon","FaceSadIcon","AccessibilityIcon","AccessibilityAltIcon"]}],OL=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.25 4.254a1.25 1.25 0 11-2.5 0 1.25 1.25 0 012.5 0zm-.5 0a.75.75 0 11-1.5 0 .75.75 0 011.5 0z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13 1.504v11a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-11a.5.5 0 01.5-.5h11a.5.5 0 01.5.5zM2 9.297V2.004h10v5.293L9.854 5.15a.5.5 0 00-.708 0L6.5 7.797 5.354 6.65a.5.5 0 00-.708 0L2 9.297zM9.5 6.21l2.5 2.5v3.293H2V10.71l3-3 3.146 3.146a.5.5 0 00.708-.707L7.207 8.504 9.5 6.21z",fill:e}))),PL=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.5 1.004a2.5 2.5 0 00-2.5 2.5v7a2.5 2.5 0 002.5 2.5h7a2.5 2.5 0 002.5-2.5v-7a2.5 2.5 0 00-2.5-2.5h-7zm8.5 5.5H7.5v-4.5h3a1.5 1.5 0 011.5 1.5v3zm0 1v3a1.5 1.5 0 01-1.5 1.5h-3v-4.5H12zm-5.5 4.5v-4.5H2v3a1.5 1.5 0 001.5 1.5h3zM2 6.504h4.5v-4.5h-3a1.5 1.5 0 00-1.5 1.5v3z",fill:e}))),NL=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 1.504a.5.5 0 01.5-.5H6a.5.5 0 01.5.5v4.5a.5.5 0 01-.5.5H1.5a.5.5 0 01-.5-.5v-4.5zm1 4v-3.5h3.5v3.5H2zM7.5 1.504a.5.5 0 01.5-.5h4.5a.5.5 0 01.5.5v4.5a.5.5 0 01-.5.5H8a.5.5 0 01-.5-.5v-4.5zm1 4v-3.5H12v3.5H8.5zM1.5 7.504a.5.5 0 00-.5.5v4.5a.5.5 0 00.5.5H6a.5.5 0 00.5-.5v-4.5a.5.5 0 00-.5-.5H1.5zm.5 1v3.5h3.5v-3.5H2zM7.5 8.004a.5.5 0 01.5-.5h4.5a.5.5 0 01.5.5v4.5a.5.5 0 01-.5.5H8a.5.5 0 01-.5-.5v-4.5zm1 4v-3.5H12v3.5H8.5z",fill:e}))),HL=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M2 2.004v2H1v-2.5a.5.5 0 01.5-.5H4v1H2zM1 9.004v-4h1v4H1zM1 10.004v2.5a.5.5 0 00.5.5H4v-1H2v-2H1zM10 13.004h2.5a.5.5 0 00.5-.5v-2.5h-1v2h-2v1zM12 4.004h1v-2.5a.5.5 0 00-.5-.5H10v1h2v2zM9 12.004v1H5v-1h4zM9 1.004v1H5v-1h4zM13 9.004h-1v-4h1v4zM7 8.004a1 1 0 100-2 1 1 0 000 2z",fill:e}))),jL=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.25 3.254a1.25 1.25 0 11-2.5 0 1.25 1.25 0 012.5 0zm-.5 0a.75.75 0 11-1.5 0 .75.75 0 011.5 0z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7.003v-6.5a.5.5 0 00-.5-.5h-10a.5.5 0 00-.5.5v2.5H.5a.5.5 0 00-.5.5v2.5h1v-2h2v6.5a.5.5 0 00.5.5H10v2H8v1h2.5a.5.5 0 00.5-.5v-2.5h2.5a.5.5 0 00.5-.5v-3.5zm-10-6v5.794L5.646 5.15a.5.5 0 01.708 0L7.5 6.297l2.646-2.647a.5.5 0 01.708 0L13 5.797V1.004H4zm9 6.208l-2.5-2.5-2.293 2.293L9.354 8.15a.5.5 0 11-.708.707L6 6.211l-2 2v1.793h9V7.21z",fill:e}),s.createElement("path",{d:"M0 10.004v-3h1v3H0zM0 13.504v-2.5h1v2h2v1H.5a.5.5 0 01-.5-.5zM7 14.004H4v-1h3v1z",fill:e}))),VL=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M4 3V1h1v2H4zM4 6v2h1V6H4zM4 11v2h1v-2H4zM9 11v2h1v-2H9zM9 8V6h1v2H9zM9 1v2h1V1H9zM13 5h-2V4h2v1zM11 10h2V9h-2v1zM3 10H1V9h2v1zM1 5h2V4H1v1zM8 5H6V4h2v1zM6 10h2V9H6v1zM4 4h1v1H4V4zM10 4H9v1h1V4zM9 9h1v1H9V9zM5 9H4v1h1V9z",fill:e}))),UL=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.544 10.206a5.5 5.5 0 11.662-.662.5.5 0 01.148.102l3 3a.5.5 0 01-.708.708l-3-3a.5.5 0 01-.102-.148zM10.5 6a4.5 4.5 0 11-9 0 4.5 4.5 0 019 0z",fill:e}))),WL=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M6 3.5a.5.5 0 01.5.5v1.5H8a.5.5 0 010 1H6.5V8a.5.5 0 01-1 0V6.5H4a.5.5 0 010-1h1.5V4a.5.5 0 01.5-.5z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.544 10.206a5.5 5.5 0 11.662-.662.5.5 0 01.148.102l3 3a.5.5 0 01-.708.708l-3-3a.5.5 0 01-.102-.148zM10.5 6a4.5 4.5 0 11-9 0 4.5 4.5 0 019 0z",fill:e}))),qL=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M4 5.5a.5.5 0 000 1h4a.5.5 0 000-1H4z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6 11.5c1.35 0 2.587-.487 3.544-1.294a.5.5 0 00.102.148l3 3a.5.5 0 00.708-.708l-3-3a.5.5 0 00-.148-.102A5.5 5.5 0 106 11.5zm0-1a4.5 4.5 0 100-9 4.5 4.5 0 000 9z",fill:e}))),GL=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M1.5 2.837V1.5a.5.5 0 00-1 0V4a.5.5 0 00.5.5h2.5a.5.5 0 000-1H2.258a4.5 4.5 0 11-.496 4.016.5.5 0 10-.942.337 5.502 5.502 0 008.724 2.353.5.5 0 00.102.148l3 3a.5.5 0 00.708-.708l-3-3a.5.5 0 00-.148-.102A5.5 5.5 0 101.5 2.837z",fill:e}))),YL=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M7 9.5a2.5 2.5 0 100-5 2.5 2.5 0 000 5z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7l-.21.293C13.669 7.465 10.739 11.5 7 11.5S.332 7.465.21 7.293L0 7l.21-.293C.331 6.536 3.261 2.5 7 2.5s6.668 4.036 6.79 4.207L14 7zM2.896 5.302A12.725 12.725 0 001.245 7c.296.37.874 1.04 1.65 1.698C4.043 9.67 5.482 10.5 7 10.5c1.518 0 2.958-.83 4.104-1.802A12.72 12.72 0 0012.755 7c-.297-.37-.875-1.04-1.65-1.698C9.957 4.33 8.517 3.5 7 3.5c-1.519 0-2.958.83-4.104 1.802z",fill:e}))),KL=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M1.854 1.146a.5.5 0 10-.708.708l11 11a.5.5 0 00.708-.708l-11-11zM11.104 8.698c-.177.15-.362.298-.553.439l.714.714a13.25 13.25 0 002.526-2.558L14 7l-.21-.293C13.669 6.536 10.739 2.5 7 2.5c-.89 0-1.735.229-2.506.58l.764.763A4.859 4.859 0 017 3.5c1.518 0 2.958.83 4.104 1.802A12.724 12.724 0 0112.755 7a12.72 12.72 0 01-1.65 1.698zM.21 6.707c.069-.096 1.03-1.42 2.525-2.558l.714.714c-.191.141-.376.288-.553.439A12.725 12.725 0 001.245 7c.296.37.874 1.04 1.65 1.698C4.043 9.67 5.482 10.5 7 10.5a4.86 4.86 0 001.742-.344l.764.764c-.772.351-1.616.58-2.506.58C3.262 11.5.332 7.465.21 7.293L0 7l.21-.293z",fill:e}),s.createElement("path",{d:"M4.5 7c0-.322.061-.63.172-.914l3.242 3.242A2.5 2.5 0 014.5 7zM9.328 7.914L6.086 4.672a2.5 2.5 0 013.241 3.241z",fill:e}))),XL=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.522 6.6a.566.566 0 00-.176.544.534.534 0 00.382.41l2.781.721-1.493 5.013a.563.563 0 00.216.627.496.496 0 00.63-.06l6.637-6.453a.568.568 0 00.151-.54.534.534 0 00-.377-.396l-2.705-.708 2.22-4.976a.568.568 0 00-.15-.666.497.497 0 00-.648.008L2.522 6.6zm7.72.63l-3.067-.804L9.02 2.29 3.814 6.803l2.95.764-1.277 4.285 4.754-4.622zM4.51 13.435l.037.011-.037-.011z",fill:e}))),bA=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M10.139 8.725l1.36-1.323a.568.568 0 00.151-.54.534.534 0 00-.377-.396l-2.705-.708 2.22-4.976a.568.568 0 00-.15-.666.497.497 0 00-.648.008L5.464 4.05l.708.71 2.848-2.47-1.64 3.677.697.697 2.164.567-.81.787.708.708zM2.523 6.6a.566.566 0 00-.177.544.534.534 0 00.382.41l2.782.721-1.494 5.013a.563.563 0 00.217.627.496.496 0 00.629-.06l3.843-3.736-.708-.707-2.51 2.44 1.137-3.814-.685-.685-2.125-.55.844-.731-.71-.71L2.524 6.6zM1.854 1.146a.5.5 0 10-.708.708l11 11a.5.5 0 00.708-.708l-11-11z",fill:e}))),ZL=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 3.004H.5a.5.5 0 00-.5.5v10a.5.5 0 00.5.5h10a.5.5 0 00.5-.5v-2.5h2.5a.5.5 0 00.5-.5v-10a.5.5 0 00-.5-.5h-10a.5.5 0 00-.5.5v2.5zm1 1v2.293l2.293-2.293H4zm-1 0v6.5a.499.499 0 00.497.5H10v2H1v-9h2zm1-1h6.5a.499.499 0 01.5.5v6.5h2v-9H4v2zm6 7V7.71l-2.293 2.293H10zm0-3.707V4.71l-5.293 5.293h1.586L10 6.297zm-.707-2.293H7.707L4 7.71v1.586l5.293-5.293z",fill:e}))),QL=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 3.004v-2.5a.5.5 0 01.5-.5h10a.5.5 0 01.5.5v10a.5.5 0 01-.5.5H11v2.5a.5.5 0 01-.5.5H.5a.5.5 0 01-.5-.5v-10a.5.5 0 01.5-.5H3zm1 0v-2h9v9h-2v-6.5a.5.5 0 00-.5-.5H4zm6 8v2H1v-9h2v6.5a.5.5 0 00.5.5H10zm0-1H4v-6h6v6z",fill:e}))),JL=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 1.504a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-11zm1 10.5h10v-10l-10 10z",fill:e}))),e$=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M1.5 1.004a.5.5 0 100 1H12v10.5a.5.5 0 001 0v-10.5a1 1 0 00-1-1H1.5z",fill:e}),s.createElement("path",{d:"M1 3.504a.5.5 0 01.5-.5H10a1 1 0 011 1v8.5a.5.5 0 01-1 0v-8.5H1.5a.5.5 0 01-.5-.5z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.5 5.004a.5.5 0 00-.5.5v7a.5.5 0 00.5.5h7a.5.5 0 00.5-.5v-7a.5.5 0 00-.5-.5h-7zm.5 1v6h6v-6H2z",fill:e}))),t$=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.854.146a.5.5 0 00-.708 0L2.983 8.31a2.24 2.24 0 00-1.074.6C.677 10.14.24 11.902.085 12.997 0 13.6 0 14 0 14s.4 0 1.002-.085c1.095-.155 2.857-.592 4.089-1.824a2.24 2.24 0 00.6-1.074l8.163-8.163a.5.5 0 000-.708l-2-2zM5.6 9.692l.942-.942L5.25 7.457l-.942.943A2.242 2.242 0 015.6 9.692zm1.649-1.65L12.793 2.5 11.5 1.207 5.957 6.75 7.25 8.043zM4.384 9.617a1.25 1.25 0 010 1.768c-.767.766-1.832 1.185-2.78 1.403-.17.04-.335.072-.49.098.027-.154.06-.318.099-.49.219-.947.637-2.012 1.403-2.779a1.25 1.25 0 011.768 0z",fill:e}))),n$=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M1.5 1.004a.5.5 0 01.5.5v.5h10v-.5a.5.5 0 011 0v2a.5.5 0 01-1 0v-.5H2v.5a.5.5 0 01-1 0v-2a.5.5 0 01.5-.5z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.5 6a.5.5 0 00-.5.5v6a.5.5 0 00.5.5h11a.5.5 0 00.5-.5v-6a.5.5 0 00-.5-.5h-11zM2 7v5h10V7h-1v2.5a.5.5 0 01-1 0V7h-.75v1a.5.5 0 01-1 0V7H7.5v2.5a.5.5 0 01-1 0V7h-.75v1a.5.5 0 01-1 0V7H4v2.5a.5.5 0 01-1 0V7H2z",fill:e}))),r$=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M4.5 4a.5.5 0 00-.5.5v5a.5.5 0 00.5.5h5a.5.5 0 00.5-.5v-5a.5.5 0 00-.5-.5h-5z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zm-1 0A6 6 0 111 7a6 6 0 0112 0z",fill:e}))),o$=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10 7a3 3 0 11-6 0 3 3 0 016 0zM9 7a2 2 0 11-4 0 2 2 0 014 0z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.5 1a.5.5 0 00-.5.5v.504H.5a.5.5 0 00-.5.5v9a.5.5 0 00.5.5h13a.5.5 0 00.5-.5v-9a.5.5 0 00-.5-.5H6V1.5a.5.5 0 00-.5-.5h-3zM1 3.004v8h12v-8H1z",fill:e}))),a$=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M2.5 10a.5.5 0 100-1 .5.5 0 000 1z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 4a2 2 0 012-2h6a2 2 0 012 2v.5l3.189-2.391A.5.5 0 0114 2.5v9a.5.5 0 01-.804.397L10 9.5v.5a2 2 0 01-2 2H2a2 2 0 01-2-2V4zm9 0v1.5a.5.5 0 00.8.4L13 3.5v7L9.8 8.1a.5.5 0 00-.8.4V10a1 1 0 01-1 1H2a1 1 0 01-1-1V4a1 1 0 011-1h6a1 1 0 011 1z",fill:e}))),i$=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 4.5v5a.5.5 0 00.5.5H4l3.17 2.775a.5.5 0 00.83-.377V1.602a.5.5 0 00-.83-.376L4 4H1.5a.5.5 0 00-.5.5zM4 9V5H2v4h2zm.998.545A.504.504 0 005 9.5v-5c0-.015 0-.03-.002-.044L7 2.704v8.592L4.998 9.545z",fill:e}),s.createElement("path",{d:"M10.15 1.752a.5.5 0 00-.3.954 4.502 4.502 0 010 8.588.5.5 0 00.3.954 5.502 5.502 0 000-10.496z",fill:e}),s.createElement("path",{d:"M10.25 3.969a.5.5 0 00-.5.865 2.499 2.499 0 010 4.332.5.5 0 10.5.866 3.499 3.499 0 000-6.063z",fill:e}))),l$=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M12.813 7.425l-9.05 5.603A.5.5 0 013 12.603V1.398a.5.5 0 01.763-.425l9.05 5.602a.5.5 0 010 .85z",fill:e}))),s$=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M11.24 12.035L3.697 7.427A.494.494 0 013.5 7.2v4.05a.75.75 0 01-1.5 0v-8.5a.75.75 0 011.5 0V6.8a.494.494 0 01.198-.227l7.541-4.608A.5.5 0 0112 2.39v9.217a.5.5 0 01-.76.427z",fill:e}))),u$=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M2.76 12.035l7.542-4.608A.495.495 0 0010.5 7.2v4.05a.75.75 0 001.5 0v-8.5a.75.75 0 00-1.5 0V6.8a.495.495 0 00-.198-.227L2.76 1.965A.5.5 0 002 2.39v9.217a.5.5 0 00.76.427z",fill:e}))),c$=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M9 2.42v2.315l4.228-2.736a.5.5 0 01.772.42v9.162a.5.5 0 01-.772.42L9 9.263v2.317a.5.5 0 01-.772.42L1.5 7.647v3.603a.75.75 0 01-1.5 0v-8.5a.75.75 0 011.5 0v3.603L8.228 2A.5.5 0 019 2.42z",fill:e}))),d$=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M5 2.42v2.315L.772 1.999a.5.5 0 00-.772.42v9.162a.5.5 0 00.772.42L5 9.263v2.317a.5.5 0 00.772.42L12.5 7.647v3.603a.75.75 0 001.5 0v-8.5a.75.75 0 00-1.5 0v3.603L5.772 2A.5.5 0 005 2.42z",fill:e}))),p$=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M1 1.504a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-11z",fill:e}))),f$=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 1.504a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-11zm1 10.5v-10h5v10H2z",fill:e}))),h$=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.5 1.004a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-11a.5.5 0 01.5-.5h11zm-10.5 1h10v5H2v-5z",fill:e}))),m$=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("g",{clipPath:"url(#prefix__clip0_1107_3492)",fill:e},s.createElement("path",{d:"M7.5.5a.5.5 0 00-1 0V2a.5.5 0 001 0V.5z"}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 10a3 3 0 100-6 3 3 0 000 6zm0-1a2 2 0 100-4 2 2 0 000 4z"}),s.createElement("path",{d:"M7 11.5a.5.5 0 01.5.5v1.5a.5.5 0 01-1 0V12a.5.5 0 01.5-.5zM11.5 7a.5.5 0 01.5-.5h1.5a.5.5 0 010 1H12a.5.5 0 01-.5-.5zM.5 6.5a.5.5 0 000 1H2a.5.5 0 000-1H.5zM3.818 10.182a.5.5 0 010 .707l-1.06 1.06a.5.5 0 11-.708-.706l1.06-1.06a.5.5 0 01.708 0zM11.95 2.757a.5.5 0 10-.707-.707l-1.061 1.061a.5.5 0 10.707.707l1.06-1.06zM10.182 10.182a.5.5 0 01.707 0l1.06 1.06a.5.5 0 11-.706.708l-1.061-1.06a.5.5 0 010-.708zM2.757 2.05a.5.5 0 10-.707.707l1.06 1.061a.5.5 0 00.708-.707l-1.06-1.06z"})),s.createElement("defs",null,s.createElement("clipPath",{id:"prefix__clip0_1107_3492"},s.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),g$=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("g",{clipPath:"url(#prefix__clip0_1107_3493)"},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.335.047l-.15-.015a7.499 7.499 0 106.14 10.577c.103-.229-.156-.447-.386-.346a5.393 5.393 0 01-.771.27A5.356 5.356 0 019.153.691C9.37.568 9.352.23 9.106.175a7.545 7.545 0 00-.77-.128zM6.977 1.092a6.427 6.427 0 005.336 10.671A6.427 6.427 0 116.977 1.092z",fill:e})),s.createElement("defs",null,s.createElement("clipPath",{id:"prefix__clip0_1107_3493"},s.createElement("path",{fill:"#fff",transform:"scale(1.07124)",d:"M0 0h14.001v14.002H0z"}))))),v$=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13 2a2 2 0 00-2-2H1.5a.5.5 0 00-.5.5v13a.5.5 0 00.5.5H11a2 2 0 002-2V2zM3 13h8a1 1 0 001-1V2a1 1 0 00-1-1H7v6.004a.5.5 0 01-.856.352l-.002-.002L5.5 6.71l-.645.647A.5.5 0 014 7.009V1H3v12zM5 1v4.793l.146-.146a.5.5 0 01.743.039l.111.11V1H5z",fill:e}))),y$=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M4 5.5a.5.5 0 01.5-.5h5a.5.5 0 010 1h-5a.5.5 0 01-.5-.5zM4.5 7.5a.5.5 0 000 1h5a.5.5 0 000-1h-5zM4 10.5a.5.5 0 01.5-.5h5a.5.5 0 010 1h-5a.5.5 0 01-.5-.5z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.5 0a.5.5 0 00-.5.5v13a.5.5 0 00.5.5h11a.5.5 0 00.5-.5V3.207a.5.5 0 00-.146-.353L10.146.146A.5.5 0 009.793 0H1.5zM2 1h7.5v2a.5.5 0 00.5.5h2V13H2V1z",fill:e}))),w$=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.746.07A.5.5 0 0011.5.003h-6a.5.5 0 00-.5.5v2.5H.5a.5.5 0 00-.5.5v10a.5.5 0 00.5.5h8a.5.5 0 00.5-.5v-2.5h4.5a.5.5 0 00.5-.5v-8a.498.498 0 00-.15-.357L11.857.154a.506.506 0 00-.11-.085zM9 10.003h4v-7h-1.5a.5.5 0 01-.5-.5v-1.5H6v2h.5a.5.5 0 01.357.15L8.85 5.147c.093.09.15.217.15.357v4.5zm-8-6v9h7v-7H6.5a.5.5 0 01-.5-.5v-1.5H1z",fill:e}))),D$=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M3 1.5a.5.5 0 01.5-.5h7a.5.5 0 010 1h-7a.5.5 0 01-.5-.5zM2 3.504a.5.5 0 01.5-.5h9a.5.5 0 010 1h-9a.5.5 0 01-.5-.5z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 5.5a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v7a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-7zM2 12V6h10v6H2z",fill:e}))),E$=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.586 3.504l-1.5-1.5H1v9h12v-7.5H6.586zm.414-1L5.793 1.297a1 1 0 00-.707-.293H.5a.5.5 0 00-.5.5v10a.5.5 0 00.5.5h13a.5.5 0 00.5-.5v-8.5a.5.5 0 00-.5-.5H7z",fill:e}))),b$=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M4.5 8.004a.5.5 0 100 1h5a.5.5 0 000-1h-5zM4.5 10.004a.5.5 0 000 1h5a.5.5 0 000-1h-5z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2 1.504a.5.5 0 01.5-.5h8a.498.498 0 01.357.15l.993.993c.093.09.15.217.15.357v1.5h1.5a.5.5 0 01.5.5v5a.5.5 0 01-.5.5H12v2.5a.5.5 0 01-.5.5h-9a.5.5 0 01-.5-.5v-2.5H.5a.5.5 0 01-.5-.5v-5a.5.5 0 01.5-.5H2v-2.5zm11 7.5h-1v-2.5a.5.5 0 00-.5-.5h-9a.5.5 0 00-.5.5v2.5H1v-4h12v4zm-2-6v1H3v-2h7v.5a.5.5 0 00.5.5h.5zm-8 9h8v-5H3v5z",fill:e}))),C$=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M5.146 6.15a.5.5 0 01.708 0L7 7.297 9.146 5.15a.5.5 0 01.708 0l1 1a.5.5 0 01-.708.707L9.5 6.211 7.354 8.357a.5.5 0 01-.708 0L5.5 7.211 3.854 8.857a.5.5 0 11-.708-.707l2-2z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.5 1.004a.5.5 0 00-.5.5v11a.5.5 0 00.5.5h11a.5.5 0 00.5-.5v-11a.5.5 0 00-.5-.5h-11zm.5 1v10h10v-10H2z",fill:e}))),x$=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.5 0a.5.5 0 01.5.5V1h6V.5a.5.5 0 011 0V1h1.5a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-11a.5.5 0 01.5-.5H3V.5a.5.5 0 01.5-.5zM2 4v2.3h3V4H2zm0 5.2V6.8h3v2.4H2zm0 .5V12h3V9.7H2zm3.5 0V12h3V9.7h-3zm3.5 0V12h3V9.7H9zm3-.5H9V6.8h3v2.4zm-3.5 0h-3V6.8h3v2.4zM9 4v2.3h3V4H9zM5.5 6.3h3V4h-3v2.3z",fill:e}))),S$=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M12 2.5a.5.5 0 00-1 0v10a.5.5 0 001 0v-10zM9 4.5a.5.5 0 00-1 0v8a.5.5 0 001 0v-8zM5.5 7a.5.5 0 01.5.5v5a.5.5 0 01-1 0v-5a.5.5 0 01.5-.5zM3 10.5a.5.5 0 00-1 0v2a.5.5 0 001 0v-2z",fill:e}))),k$=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M13 2a.5.5 0 010 1H1a.5.5 0 010-1h12zM10 5a.5.5 0 010 1H1a.5.5 0 010-1h9zM11.5 8.5A.5.5 0 0011 8H1a.5.5 0 000 1h10a.5.5 0 00.5-.5zM7.5 11a.5.5 0 010 1H1a.5.5 0 010-1h6.5z",fill:e}))),A$=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M1 2a.5.5 0 000 1h12a.5.5 0 000-1H1zM4 5a.5.5 0 000 1h9a.5.5 0 000-1H4zM2.5 8.5A.5.5 0 013 8h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5zM6.5 11a.5.5 0 000 1H13a.5.5 0 000-1H6.5z",fill:e}))),F$=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M1 2a.5.5 0 000 1h12a.5.5 0 000-1H1zM3 5a.5.5 0 000 1h8a.5.5 0 000-1H3zM4.5 8.5A.5.5 0 015 8h4a.5.5 0 010 1H5a.5.5 0 01-.5-.5zM6.5 11a.5.5 0 000 1h1a.5.5 0 000-1h-1z",fill:e}))),_$=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 1.5a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-11zM2 4v2.3h3V4H2zm0 5.2V6.8h3v2.4H2zm0 .5V12h3V9.7H2zm3.5 0V12h3V9.7h-3zm3.5 0V12h3V9.7H9zm3-.5H9V6.8h3v2.4zm-3.5 0h-3V6.8h3v2.4zM9 6.3h3V4H9v2.3zm-3.5 0h3V4h-3v2.3z",fill:e}))),z$=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M3.5 6.5A.5.5 0 014 6h6a.5.5 0 010 1H4a.5.5 0 01-.5-.5zM4 9a.5.5 0 000 1h6a.5.5 0 000-1H4z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 1.5a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-11zM2 4v8h10V4H2z",fill:e}))),T$=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M13 4a.5.5 0 010 1H1a.5.5 0 010-1h12zM13.5 9.5A.5.5 0 0013 9H1a.5.5 0 000 1h12a.5.5 0 00.5-.5z",fill:e}))),I$=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M13 3.5a.5.5 0 010 1H1a.5.5 0 010-1h12zM13.5 10a.5.5 0 00-.5-.5H1a.5.5 0 000 1h12a.5.5 0 00.5-.5zM13 6.5a.5.5 0 010 1H1a.5.5 0 010-1h12z",fill:e}))),R$=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M8.982 1.632a.5.5 0 00-.964-.263l-3 11a.5.5 0 10.964.263l3-11zM3.32 3.616a.5.5 0 01.064.704L1.151 7l2.233 2.68a.5.5 0 11-.768.64l-2.5-3a.5.5 0 010-.64l2.5-3a.5.5 0 01.704-.064zM10.68 3.616a.5.5 0 00-.064.704L12.849 7l-2.233 2.68a.5.5 0 00.768.64l2.5-3a.5.5 0 000-.64l-2.5-3a.5.5 0 00-.704-.064z",fill:e}))),B$=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 2v1.5h1v7H3V12h5a3 3 0 001.791-5.407A2.75 2.75 0 008 2.011V2H3zm5 5.5H5.5v3H8a1.5 1.5 0 100-3zm-.25-4H5.5V6h2.25a1.25 1.25 0 100-2.5z",fill:e}))),L$=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M5 2h6v1H8.5l-2 8H9v1H3v-1h2.5l2-8H5V2z",fill:e}))),$$=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M10.553 2.268a1.5 1.5 0 00-2.12 0L2.774 7.925a2.5 2.5 0 003.536 3.535l3.535-3.535a.5.5 0 11.707.707l-3.535 3.536-.002.002a3.5 3.5 0 01-4.959-4.941l.011-.011L7.725 1.56l.007-.008a2.5 2.5 0 013.53 3.541l-.002.002-5.656 5.657-.003.003a1.5 1.5 0 01-2.119-2.124l3.536-3.536a.5.5 0 11.707.707L4.189 9.34a.5.5 0 00.707.707l5.657-5.657a1.5 1.5 0 000-2.121z",fill:e}))),M$=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M5 2.5a.5.5 0 01.5-.5h7a.5.5 0 010 1h-7a.5.5 0 01-.5-.5zM5 7a.5.5 0 01.5-.5h7a.5.5 0 010 1h-7A.5.5 0 015 7zM5.5 11a.5.5 0 000 1h7a.5.5 0 000-1h-7zM2.5 2H1v1h1v3h1V2.5a.5.5 0 00-.5-.5zM3 8.5v1a.5.5 0 01-1 0V9h-.5a.5.5 0 010-1h1a.5.5 0 01.5.5zM2 10.5a.5.5 0 00-1 0V12h2v-1H2v-.5z",fill:e}))),O$=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M2.75 2.5a.75.75 0 11-1.5 0 .75.75 0 011.5 0zM5.5 2a.5.5 0 000 1h7a.5.5 0 000-1h-7zM5.5 11a.5.5 0 000 1h7a.5.5 0 000-1h-7zM2 12.25a.75.75 0 100-1.5.75.75 0 000 1.5zM5 7a.5.5 0 01.5-.5h7a.5.5 0 010 1h-7A.5.5 0 015 7zM2 7.75a.75.75 0 100-1.5.75.75 0 000 1.5z",fill:e}))),P$=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M6 7a3 3 0 110-6h5.5a.5.5 0 010 1H10v10.5a.5.5 0 01-1 0V2H7v10.5a.5.5 0 01-1 0V7z",fill:e}))),N$=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M2 4.5h1.5L5 6.375 6.5 4.5H8v5H6.5V7L5 8.875 3.5 7v2.5H2v-5zM9.75 4.5h1.5V7h1.25l-2 2.5-2-2.5h1.25V4.5z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M.5 2a.5.5 0 00-.5.5v9a.5.5 0 00.5.5h13a.5.5 0 00.5-.5v-9a.5.5 0 00-.5-.5H.5zM1 3v8h12V3H1z",fill:e}))),H$=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M5 2.5a.5.5 0 11-1 0 .5.5 0 011 0zM4.5 5a.5.5 0 100-1 .5.5 0 000 1zM5 6.5a.5.5 0 11-1 0 .5.5 0 011 0z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11 0a2 2 0 012 2v10a2 2 0 01-2 2H1.5a.5.5 0 01-.5-.5V.5a.5.5 0 01.5-.5H11zm0 1H3v12h8a1 1 0 001-1V2a1 1 0 00-1-1z",fill:e}))),j$=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.031 7.5a4 4 0 007.938 0H13.5a.5.5 0 000-1h-2.53a4 4 0 00-7.94 0H.501a.5.5 0 000 1h2.531zM7 10a3 3 0 100-6 3 3 0 000 6z",fill:e}))),V$=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6 2.5a1.5 1.5 0 01-1 1.415v4.053C5.554 7.4 6.367 7 7.5 7c.89 0 1.453-.252 1.812-.557.218-.184.374-.4.482-.62a1.5 1.5 0 111.026.143c-.155.423-.425.87-.86 1.24C9.394 7.685 8.59 8 7.5 8c-1.037 0-1.637.42-1.994.917a2.81 2.81 0 00-.472 1.18A1.5 1.5 0 114 10.086v-6.17A1.5 1.5 0 116 2.5zm-2 9a.5.5 0 111 0 .5.5 0 01-1 0zm1-9a.5.5 0 11-1 0 .5.5 0 011 0zm6 2a.5.5 0 11-1 0 .5.5 0 011 0z",fill:e}))),U$=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.354 1.354L7.707 2H8.5A2.5 2.5 0 0111 4.5v5.585a1.5 1.5 0 11-1 0V4.5A1.5 1.5 0 008.5 3h-.793l.647.646a.5.5 0 11-.708.708l-1.5-1.5a.5.5 0 010-.708l1.5-1.5a.5.5 0 11.708.708zM11 11.5a.5.5 0 11-1 0 .5.5 0 011 0zM4 3.915a1.5 1.5 0 10-1 0v6.17a1.5 1.5 0 101 0v-6.17zM3.5 11a.5.5 0 100 1 .5.5 0 000-1zm0-8a.5.5 0 100-1 .5.5 0 000 1z",fill:e}))),W$=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.108 3.872A1.5 1.5 0 103 3.915v6.17a1.5 1.5 0 101 0V6.41c.263.41.573.77.926 1.083 1.108.98 2.579 1.433 4.156 1.5A1.5 1.5 0 109.09 7.99c-1.405-.065-2.62-.468-3.5-1.248-.723-.64-1.262-1.569-1.481-2.871zM3.5 11a.5.5 0 100 1 .5.5 0 000-1zM4 2.5a.5.5 0 11-1 0 .5.5 0 011 0zm7 6a.5.5 0 11-1 0 .5.5 0 011 0z",fill:e}))),q$=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M11.03 8.103a3.044 3.044 0 01-.202-1.744 2.697 2.697 0 011.4-1.935c-.749-1.18-1.967-1.363-2.35-1.403-.835-.086-2.01.56-2.648.57h-.016c-.639-.01-1.814-.656-2.649-.57-.415.044-1.741.319-2.541 1.593-.281.447-.498 1.018-.586 1.744a6.361 6.361 0 00-.044.85c.005.305.028.604.07.895.09.62.259 1.207.477 1.744.242.595.543 1.13.865 1.585.712 1.008 1.517 1.59 1.971 1.6.934.021 1.746-.61 2.416-.594.006.002.014.003.02.002h.017c.007 0 .014 0 .021-.002.67-.017 1.481.615 2.416.595.453-.011 1.26-.593 1.971-1.6a7.95 7.95 0 00.97-1.856c-.697-.217-1.27-.762-1.578-1.474zm-2.168-5.97c.717-.848.69-2.07.624-2.125-.065-.055-1.25.163-1.985.984-.735.82-.69 2.071-.624 2.125.064.055 1.268-.135 1.985-.984z",fill:e}))),G$=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 0a3 3 0 013 3v1.24c.129.132.25.27.362.415.113.111.283.247.515.433l.194.155c.325.261.711.582 1.095.966.765.765 1.545 1.806 1.823 3.186a.501.501 0 01-.338.581 3.395 3.395 0 01-1.338.134 2.886 2.886 0 01-1.049-.304 5.535 5.535 0 01-.17.519 2 2 0 11-2.892 2.55A5.507 5.507 0 017 13c-.439 0-.838-.044-1.201-.125a2 2 0 11-2.892-2.55 5.553 5.553 0 01-.171-.519c-.349.182-.714.27-1.05.304A3.395 3.395 0 01.35 9.977a.497.497 0 01-.338-.582c.278-1.38 1.058-2.42 1.823-3.186.384-.384.77-.705 1.095-.966l.194-.155c.232-.186.402-.322.515-.433.112-.145.233-.283.362-.414V3a3 3 0 013-3zm1.003 11.895a2 2 0 012.141-1.89c.246-.618.356-1.322.356-2.005 0-.514-.101-1.07-.301-1.599l-.027-.017a6.387 6.387 0 00-.857-.42 6.715 6.715 0 00-1.013-.315l-.852.638a.75.75 0 01-.9 0l-.852-.638a6.716 6.716 0 00-1.693.634 4.342 4.342 0 00-.177.101l-.027.017A4.6 4.6 0 003.501 8c0 .683.109 1.387.355 2.005a2 2 0 012.142 1.89c.295.067.627.105 1.002.105s.707-.038 1.003-.105zM5 12a1 1 0 11-2 0 1 1 0 012 0zm6 0a1 1 0 11-2 0 1 1 0 012 0zM6.1 4.3a1.5 1.5 0 011.8 0l.267.2L7 5.375 5.833 4.5l.267-.2zM8.5 2a.5.5 0 01.5.5V3a.5.5 0 01-1 0v-.5a.5.5 0 01.5-.5zM6 2.5a.5.5 0 00-1 0V3a.5.5 0 001 0v-.5z",fill:e}))),Y$=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("g",{clipPath:"url(#prefix__clip0_1107_3497)",fill:e},s.createElement("path",{d:"M12.261 2.067c0 1.142-.89 2.068-1.988 2.068-1.099 0-1.99-.926-1.99-2.068C8.283.926 9.174 0 10.273 0c1.098 0 1.989.926 1.989 2.067zM3.978 6.6c0 1.142-.89 2.068-1.989 2.068C.891 8.668 0 7.742 0 6.601c0-1.142.89-2.068 1.989-2.068 1.099 0 1.989.926 1.989 2.068zM6.475 11.921A4.761 4.761 0 014.539 11a4.993 4.993 0 01-1.367-1.696 2.765 2.765 0 01-1.701.217 6.725 6.725 0 001.844 2.635 6.379 6.379 0 004.23 1.577 3.033 3.033 0 01-.582-1.728 4.767 4.767 0 01-.488-.083zM11.813 11.933c0 1.141-.89 2.067-1.989 2.067-1.098 0-1.989-.926-1.989-2.067 0-1.142.891-2.068 1.99-2.068 1.098 0 1.989.926 1.989 2.068zM12.592 11.173a6.926 6.926 0 001.402-3.913 6.964 6.964 0 00-1.076-4.023A2.952 2.952 0 0111.8 4.6c.398.78.592 1.656.564 2.539a5.213 5.213 0 01-.724 2.495c.466.396.8.935.952 1.54zM1.987 3.631c-.05 0-.101.002-.151.004C3.073 1.365 5.504.024 8.005.23a3.07 3.07 0 00-.603 1.676 4.707 4.707 0 00-2.206.596 4.919 4.919 0 00-1.7 1.576 2.79 2.79 0 00-1.509-.447z"})),s.createElement("defs",null,s.createElement("clipPath",{id:"prefix__clip0_1107_3497"},s.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),K$=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M6.5 1H1v5.5h5.5V1zM13 1H7.5v5.5H13V1zM7.5 7.5H13V13H7.5V7.5zM6.5 7.5H1V13h5.5V7.5z",fill:e}))),X$=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("g",{clipPath:"url(#prefix__clip0_1107_3496)"},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.023 3.431a.115.115 0 01-.099.174H7.296A3.408 3.408 0 003.7 6.148a.115.115 0 01-.21.028l-1.97-3.413a.115.115 0 01.01-.129A6.97 6.97 0 017 0a6.995 6.995 0 016.023 3.431zM7 9.615A2.619 2.619 0 014.384 7 2.62 2.62 0 017 4.383 2.619 2.619 0 019.616 7 2.619 2.619 0 017 9.615zm1.034.71a.115.115 0 00-.121-.041 3.4 3.4 0 01-.913.124 3.426 3.426 0 01-3.091-1.973L1.098 3.567a.115.115 0 00-.2.001 7.004 7.004 0 005.058 10.354l.017.001c.04 0 .078-.021.099-.057l1.971-3.414a.115.115 0 00-.009-.128zm1.43-5.954h3.947c.047 0 .09.028.107.072.32.815.481 1.675.481 2.557a6.957 6.957 0 01-2.024 4.923A6.957 6.957 0 017.08 14h-.001a.115.115 0 01-.1-.172L9.794 8.95A3.384 3.384 0 0010.408 7c0-.921-.364-1.785-1.024-2.433a.115.115 0 01.08-.196z",fill:e})),s.createElement("defs",null,s.createElement("clipPath",{id:"prefix__clip0_1107_3496"},s.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),Z$=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.042.616a.704.704 0 00-.66.729L1.816 12.9c.014.367.306.66.672.677l9.395.422h.032a.704.704 0 00.704-.703V.704c0-.015 0-.03-.002-.044a.704.704 0 00-.746-.659l-.773.049.057 1.615a.105.105 0 01-.17.086l-.52-.41-.617.468a.105.105 0 01-.168-.088L9.746.134 2.042.616zm8.003 4.747c-.247.192-2.092.324-2.092.05.04-1.045-.429-1.091-.689-1.091-.247 0-.662.075-.662.634 0 .57.607.893 1.32 1.27 1.014.538 2.24 1.188 2.24 2.823 0 1.568-1.273 2.433-2.898 2.433-1.676 0-3.141-.678-2.976-3.03.065-.275 2.197-.21 2.197 0-.026.971.195 1.256.753 1.256.43 0 .624-.236.624-.634 0-.602-.633-.958-1.361-1.367-.987-.554-2.148-1.205-2.148-2.7 0-1.494 1.027-2.489 2.86-2.489 1.832 0 2.832.98 2.832 2.845z",fill:e}))),Q$=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("g",{clipPath:"url(#prefix__clip0_1107_3503)"},s.createElement("path",{d:"M0 5.176l1.31-1.73 4.902-1.994V.014l4.299 3.144-8.78 1.706v4.8L0 9.162V5.176zm14-2.595v8.548l-3.355 2.857-5.425-1.783v1.783L1.73 9.661l8.784 1.047v-7.55L14 2.581z",fill:e})),s.createElement("defs",null,s.createElement("clipPath",{id:"prefix__clip0_1107_3503"},s.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),J$=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 1.522a.411.411 0 00-.412.476l1.746 10.597a.56.56 0 00.547.466h8.373a.411.411 0 00.412-.345l1.017-6.248h-3.87L8.35 9.18H5.677l-.724-3.781h7.904L13.412 2A.411.411 0 0013 1.524L1 1.522z",fill:e}))),eM=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 7a7 7 0 1014 0A7 7 0 000 7zm5.215-3.869a1.967 1.967 0 013.747.834v1.283l-3.346-1.93a2.486 2.486 0 00-.401-.187zm3.484 2.58l-3.346-1.93a1.968 1.968 0 00-2.685.72 1.954 1.954 0 00.09 2.106 2.45 2.45 0 01.362-.254l1.514-.873a.27.27 0 01.268 0l2.1 1.21 1.697-.978zm-.323 4.972L6.86 9.81a.268.268 0 01-.134-.231V7.155l-1.698-.98v3.86a1.968 1.968 0 003.747.835 2.488 2.488 0 01-.4-.187zm.268-.464a1.967 1.967 0 002.685-.719 1.952 1.952 0 00-.09-2.106c-.112.094-.233.18-.361.253L7.53 9.577l1.113.642zm-4.106.257a1.974 1.974 0 01-1.87-.975A1.95 1.95 0 012.47 8.01c.136-.507.461-.93.916-1.193L4.5 6.175v3.86c0 .148.013.295.039.44zM11.329 4.5a1.973 1.973 0 00-1.87-.976c.025.145.039.292.039.44v1.747a.268.268 0 01-.135.232l-2.1 1.211v1.96l3.346-1.931a1.966 1.966 0 00.72-2.683z",fill:e}))),tM=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M10.847 2.181L8.867.201a.685.685 0 00-.97 0l-4.81 4.81a.685.685 0 000 .969l2.466 2.465-2.405 2.404a.685.685 0 000 .97l1.98 1.98a.685.685 0 00.97 0l4.81-4.81a.685.685 0 000-.969L8.441 5.555l2.405-2.404a.685.685 0 000-.97z",fill:e}))),nM=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M11.852 2.885c-.893-.41-1.85-.712-2.85-.884a.043.043 0 00-.046.021c-.123.22-.26.505-.355.73a10.658 10.658 0 00-3.2 0 7.377 7.377 0 00-.36-.73.045.045 0 00-.046-.021c-1 .172-1.957.474-2.85.884a.04.04 0 00-.019.016C.311 5.612-.186 8.257.058 10.869a.048.048 0 00.018.033 11.608 11.608 0 003.496 1.767.045.045 0 00.049-.016c.27-.368.51-.755.715-1.163a.044.044 0 00-.024-.062 7.661 7.661 0 01-1.092-.52.045.045 0 01-.005-.075c.074-.055.147-.112.217-.17a.043.043 0 01.046-.006c2.29 1.046 4.771 1.046 7.035 0a.043.043 0 01.046.006c.07.057.144.115.218.17a.045.045 0 01-.004.075 7.186 7.186 0 01-1.093.52.045.045 0 00-.024.062c.21.407.45.795.715 1.162.011.016.03.023.05.017a11.57 11.57 0 003.5-1.767.045.045 0 00.019-.032c.292-3.02-.49-5.643-2.07-7.969a.036.036 0 00-.018-.016zM4.678 9.279c-.69 0-1.258-.634-1.258-1.411 0-.778.558-1.411 1.258-1.411.707 0 1.27.639 1.259 1.41 0 .778-.558 1.412-1.259 1.412zm4.652 0c-.69 0-1.258-.634-1.258-1.411 0-.778.557-1.411 1.258-1.411.707 0 1.27.639 1.258 1.41 0 .778-.551 1.412-1.258 1.412z",fill:e}))),rM=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.399 14H5.06V7H3.5V4.588l1.56-.001-.002-1.421C5.058 1.197 5.533 0 7.6 0h1.721v2.413H8.246c-.805 0-.844.337-.844.966l-.003 1.208h1.934l-.228 2.412L7.401 7l-.002 7z",fill:e}))),oM=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.2 0H4.803A2.603 2.603 0 003.41 4.802a2.603 2.603 0 000 4.396 2.602 2.602 0 103.998 2.199v-2.51a2.603 2.603 0 103.187-4.085A2.604 2.604 0 009.2 0zM7.407 7a1.793 1.793 0 103.586 0 1.793 1.793 0 00-3.586 0zm-.81 2.603H4.803a1.793 1.793 0 101.794 1.794V9.603zM4.803 4.397h1.794V.81H4.803a1.793 1.793 0 000 3.587zm0 .81a1.793 1.793 0 000 3.586h1.794V5.207H4.803zm4.397-.81H7.407V.81H9.2a1.794 1.794 0 010 3.587z",fill:e}))),aM=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M6.37 8.768l-2.042 3.537h6.755l2.042-3.537H6.37zm6.177-1.003l-3.505-6.07H4.96l3.504 6.07h4.084zM4.378 2.7L.875 8.77l2.042 3.536L6.42 6.236 4.378 2.7z",fill:e}))),iM=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 0C3.132 0 0 3.132 0 7a6.996 6.996 0 004.786 6.641c.35.062.482-.149.482-.332 0-.166-.01-.718-.01-1.304-1.758.324-2.213-.429-2.353-.823-.079-.2-.42-.822-.717-.988-.246-.132-.596-.455-.01-.464.552-.009.946.508 1.077.717.63 1.06 1.636.762 2.039.578.061-.455.245-.761.446-.936-1.558-.175-3.185-.779-3.185-3.457 0-.76.271-1.39.717-1.88-.07-.176-.314-.893.07-1.856 0 0 .587-.183 1.925.718a6.495 6.495 0 011.75-.236c.595 0 1.19.078 1.75.236 1.34-.91 1.926-.718 1.926-.718.385.963.14 1.68.07 1.855.446.49.717 1.111.717 1.881 0 2.687-1.636 3.282-3.194 3.457.254.218.473.638.473 1.295 0 .936-.009 1.688-.009 1.925 0 .184.131.402.481.332A7.012 7.012 0 0014 7c0-3.868-3.133-7-7-7z",fill:e}))),lM=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.068 5.583l1.487-4.557a.256.256 0 01.487 0L4.53 5.583H1.068L7 13.15 4.53 5.583h4.941l-2.47 7.565 5.931-7.565H9.471l1.488-4.557a.256.256 0 01.486 0l1.488 4.557.75 2.3a.508.508 0 01-.185.568L7 13.148v.001H7L.503 8.452a.508.508 0 01-.186-.57l.75-2.299z",fill:e}))),sM=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M10.925 1.094H7.262c-1.643 0-3.189 1.244-3.189 2.685 0 1.473 1.12 2.661 2.791 2.661.116 0 .23-.002.34-.01a1.49 1.49 0 00-.186.684c0 .41.22.741.498 1.012-.21 0-.413.006-.635.006-2.034 0-3.6 1.296-3.6 2.64 0 1.323 1.717 2.15 3.75 2.15 2.32 0 3.6-1.315 3.6-2.639 0-1.06-.313-1.696-1.28-2.38-.331-.235-.965-.805-.965-1.14 0-.392.112-.586.703-1.047.606-.474 1.035-1.14 1.035-1.914 0-.92-.41-1.819-1.18-2.115h1.161l.82-.593zm-1.335 8.96c.03.124.045.25.045.378 0 1.07-.688 1.905-2.665 1.905-1.406 0-2.421-.89-2.421-1.96 0-1.047 1.259-1.92 2.665-1.904.328.004.634.057.911.146.764.531 1.311.832 1.465 1.436zM7.34 6.068c-.944-.028-1.841-1.055-2.005-2.295-.162-1.24.47-2.188 1.415-2.16.943.029 1.84 1.023 2.003 2.262.163 1.24-.47 2.222-1.414 2.193z",fill:e}))),uM=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.873 11.608a1.167 1.167 0 00-1.707-.027L3.46 10.018l.01-.04h7.072l.022.076-2.69 1.554zM6.166 2.42l.031.03-3.535 6.124a1.265 1.265 0 00-.043-.012V5.438a1.166 1.166 0 00.84-1.456L6.167 2.42zm4.387 1.562a1.165 1.165 0 00.84 1.456v3.124l-.043.012-3.536-6.123a1.2 1.2 0 00.033-.032l2.706 1.563zM3.473 9.42a1.168 1.168 0 00-.327-.568L6.68 2.73a1.17 1.17 0 00.652 0l3.536 6.123a1.169 1.169 0 00-.327.567H3.473zm8.79-.736a1.169 1.169 0 00-.311-.124V5.44a1.17 1.17 0 10-1.122-1.942L8.13 1.938a1.168 1.168 0 00-1.122-1.5 1.17 1.17 0 00-1.121 1.5l-2.702 1.56a1.168 1.168 0 00-1.86.22 1.17 1.17 0 00.739 1.722v3.12a1.168 1.168 0 00-.74 1.721 1.17 1.17 0 001.861.221l2.701 1.56a1.169 1.169 0 102.233-.035l2.687-1.552a1.168 1.168 0 101.457-1.791z",fill:e}))),cM=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M0 0v14h14V0H0zm11.63 3.317l-.75.72a.22.22 0 00-.083.212v-.001 5.289a.22.22 0 00.083.21l.733.72v.159H7.925v-.158l.76-.738c.074-.074.074-.096.074-.21V5.244l-2.112 5.364h-.285l-2.46-5.364V8.84a.494.494 0 00.136.413h.001l.988 1.198v.158H2.226v-.158l.988-1.198a.477.477 0 00.126-.416v.003-4.157a.363.363 0 00-.118-.307l-.878-1.058v-.158h2.727l2.107 4.622L9.031 3.16h2.6v.158z",fill:e}))),dM=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.06 9.689c.016.49.423.88.912.88h.032a.911.911 0 00.88-.945.916.916 0 00-.912-.88h-.033c-.033 0-.08 0-.113.016-.669-1.108-.946-2.314-.848-3.618.065-.978.391-1.825.961-2.526.473-.603 1.386-.896 2.005-.913 1.728-.032 2.461 2.119 2.51 2.983.212.049.57.163.815.244C10.073 2.29 8.444.92 6.88.92c-1.467 0-2.82 1.06-3.357 2.625-.75 2.086-.261 4.09.651 5.671a.74.74 0 00-.114.473zm8.279-2.298c-1.239-1.45-3.064-2.249-5.15-2.249h-.261a.896.896 0 00-.798-.489h-.033A.912.912 0 006.13 6.48h.031a.919.919 0 00.8-.554h.293c1.239 0 2.412.358 3.472 1.059.814.538 1.401 1.238 1.727 2.086.277.684.261 1.353-.033 1.923-.456.864-1.222 1.337-2.232 1.337a4.16 4.16 0 01-1.597-.343 9.58 9.58 0 01-.734.587c.7.326 1.418.505 2.102.505 1.565 0 2.722-.863 3.162-1.727.473-.946.44-2.575-.782-3.961zm-7.433 5.51a4.005 4.005 0 01-.977.113c-1.206 0-2.298-.505-2.836-1.32C.376 10.603.13 8.289 2.494 6.577c.05.261.147.62.212.832-.31.228-.798.685-1.108 1.303-.44.864-.391 1.729.13 2.527.359.537.93.864 1.663.962.896.114 1.793-.05 2.657-.505 1.271-.669 2.119-1.467 2.672-2.56a.944.944 0 01-.26-.603.913.913 0 01.88-.945h.033a.915.915 0 01.098 1.825c-.897 1.842-2.478 3.08-4.565 3.488z",fill:e}))),pM=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 2.547a5.632 5.632 0 01-1.65.464 2.946 2.946 0 001.263-1.63 5.67 5.67 0 01-1.823.715 2.837 2.837 0 00-2.097-.93c-1.586 0-2.872 1.319-2.872 2.946 0 .23.025.456.074.67C4.508 4.66 2.392 3.488.975 1.706c-.247.435-.389.941-.389 1.481 0 1.022.507 1.923 1.278 2.452a2.806 2.806 0 01-1.3-.368l-.001.037c0 1.427.99 2.617 2.303 2.888a2.82 2.82 0 01-1.297.05c.366 1.17 1.427 2.022 2.683 2.045A5.671 5.671 0 010 11.51a7.985 7.985 0 004.403 1.323c5.283 0 8.172-4.488 8.172-8.38 0-.128-.003-.255-.009-.38A5.926 5.926 0 0014 2.546z",fill:e}))),fM=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.99 8.172c.005-.281.007-.672.007-1.172 0-.5-.002-.89-.007-1.172a14.952 14.952 0 00-.066-1.066 9.638 9.638 0 00-.169-1.153c-.083-.38-.264-.7-.542-.96a1.667 1.667 0 00-.972-.454C11.084 2.065 9.337 2 6.999 2s-4.085.065-5.241.195a1.65 1.65 0 00-.969.453c-.276.26-.455.58-.539.961a8.648 8.648 0 00-.176 1.153c-.039.43-.061.785-.066 1.066C.002 6.11 0 6.5 0 7c0 .5.002.89.008 1.172.005.281.027.637.066 1.067.04.43.095.813.168 1.152.084.38.265.7.543.96.279.261.603.412.973.453 1.156.13 2.902.196 5.24.196 2.34 0 4.087-.065 5.243-.196a1.65 1.65 0 00.967-.453c.276-.26.456-.58.54-.96.077-.339.136-.722.175-1.152.04-.43.062-.786.067-1.067zM9.762 6.578A.45.45 0 019.997 7a.45.45 0 01-.235.422l-3.998 2.5a.442.442 0 01-.266.078.538.538 0 01-.242-.063.465.465 0 01-.258-.437v-5c0-.197.086-.343.258-.437a.471.471 0 01.508.016l3.998 2.5z",fill:e}))),hM=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.243.04a.87.87 0 01.38.087l2.881 1.386a.874.874 0 01.496.79V11.713a.875.875 0 01-.496.775l-2.882 1.386a.872.872 0 01-.994-.17L4.11 8.674l-2.404 1.823a.583.583 0 01-.744-.034l-.771-.7a.583.583 0 010-.862L2.274 7 .19 5.1a.583.583 0 010-.862l.772-.701a.583.583 0 01.744-.033L4.11 5.327 9.628.296a.871.871 0 01.615-.255zm.259 3.784L6.315 7l4.187 3.176V3.824z",fill:e}))),mM=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.667 13H2.333A1.333 1.333 0 011 11.667V2.333C1 1.597 1.597 1 2.333 1h9.334C12.403 1 13 1.597 13 2.333v9.334c0 .736-.597 1.333-1.333 1.333zm-2.114-1.667h1.78V7.675c0-1.548-.877-2.296-2.102-2.296-1.226 0-1.742.955-1.742.955v-.778H5.773v5.777h1.716V8.3c0-.812.374-1.296 1.09-1.296.658 0 .974.465.974 1.296v3.033zm-6.886-7.6c0 .589.474 1.066 1.058 1.066.585 0 1.058-.477 1.058-1.066 0-.589-.473-1.066-1.058-1.066-.584 0-1.058.477-1.058 1.066zm1.962 7.6h-1.79V5.556h1.79v5.777z",fill:e}))),gM=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M.5 13.004a.5.5 0 01-.5-.5v-11a.5.5 0 01.5-.5h13a.5.5 0 01.5.5v11a.5.5 0 01-.5.5H.5zm.5-1v-8h12v8H1zm1-9.5a.5.5 0 11-1 0 .5.5 0 011 0zm2 0a.5.5 0 11-1 0 .5.5 0 011 0zm2 0a.5.5 0 11-1 0 .5.5 0 011 0z",fill:e}))),vM=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.5.004a1.5 1.5 0 00-1.5 1.5v11a1.5 1.5 0 001.5 1.5h7a1.5 1.5 0 001.5-1.5v-11a1.5 1.5 0 00-1.5-1.5h-7zm0 1h7a.5.5 0 01.5.5v9.5H3v-9.5a.5.5 0 01.5-.5zm2.5 11a.5.5 0 000 1h2a.5.5 0 000-1H6z",fill:e}))),yM=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 1.504a1.5 1.5 0 011.5-1.5h5a1.5 1.5 0 011.5 1.5v11a1.5 1.5 0 01-1.5 1.5h-5a1.5 1.5 0 01-1.5-1.5v-11zm1 10.5v-10h6v10H4z",fill:e}))),wM=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4 .504a.5.5 0 01.5-.5h5a.5.5 0 010 1h-5a.5.5 0 01-.5-.5zm5.5 2.5h-5a.5.5 0 00-.5.5v7a.5.5 0 00.5.5h5a.5.5 0 00.5-.5v-7a.5.5 0 00-.5-.5zm-5-1a1.5 1.5 0 00-1.5 1.5v7a1.5 1.5 0 001.5 1.5h5a1.5 1.5 0 001.5-1.5v-7a1.5 1.5 0 00-1.5-1.5h-5zm2.5 2a.5.5 0 01.5.5v2h1a.5.5 0 110 1H7a.5.5 0 01-.5-.5v-2.5a.5.5 0 01.5-.5zm-2.5 9a.5.5 0 000 1h5a.5.5 0 000-1h-5z",fill:e}))),DM=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M2.5 4.504a.5.5 0 01.5-.5h1a.5.5 0 110 1H3a.5.5 0 01-.5-.5zM3 6.004a.5.5 0 100 1h1a.5.5 0 000-1H3zM2.5 8.504a.5.5 0 01.5-.5h1a.5.5 0 110 1H3a.5.5 0 01-.5-.5z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.5 13.004a.5.5 0 01-.5-.5v-11a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11zm.5-1v-10h3v10H2zm4-10h6v10H6v-10z",fill:e}))),EM=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M9.5 4.504a.5.5 0 01.5-.5h1a.5.5 0 010 1h-1a.5.5 0 01-.5-.5zM10 6.004a.5.5 0 100 1h1a.5.5 0 000-1h-1zM9.5 8.504a.5.5 0 01.5-.5h1a.5.5 0 010 1h-1a.5.5 0 01-.5-.5z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.5 13.004a.5.5 0 01-.5-.5v-11a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11zm.5-1v-10h6v10H2zm7-10h3v10H9v-10z",fill:e}))),bM=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M11.5 4.504a.5.5 0 00-.5-.5h-1a.5.5 0 100 1h1a.5.5 0 00.5-.5zM11 6.004a.5.5 0 010 1h-1a.5.5 0 010-1h1zM11.5 8.504a.5.5 0 00-.5-.5h-1a.5.5 0 100 1h1a.5.5 0 00.5-.5z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.5 13.004a.5.5 0 01-.5-.5v-11a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11zm7.5-1h3v-10H9v10zm-1 0H2v-10h6v4.5H5.207l.65-.65a.5.5 0 10-.707-.708L3.646 6.65a.5.5 0 000 .707l1.497 1.497a.5.5 0 10.707-.708l-.643-.642H8v4.5z",fill:e}))),CM=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M1.5 4.504a.5.5 0 01.5-.5h1a.5.5 0 110 1H2a.5.5 0 01-.5-.5zM2 6.004a.5.5 0 100 1h1a.5.5 0 000-1H2zM1.5 8.504a.5.5 0 01.5-.5h1a.5.5 0 110 1H2a.5.5 0 01-.5-.5z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M.5 13.004a.5.5 0 01-.5-.5v-11a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v11a.5.5 0 01-.5.5H.5zm.5-1v-10h3v10H1zm4 0v-4.5h2.793l-.643.642a.5.5 0 10.707.708l1.497-1.497a.5.5 0 000-.707L7.85 5.146a.5.5 0 10-.707.708l.65.65H5v-4.5h6v10H5z",fill:e}))),xM=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M3 10.504a.5.5 0 01.5-.5h1a.5.5 0 010 1h-1a.5.5 0 01-.5-.5zM6.5 10.004a.5.5 0 000 1h1a.5.5 0 000-1h-1zM9 10.504a.5.5 0 01.5-.5h1a.5.5 0 010 1h-1a.5.5 0 01-.5-.5z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 1.504a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-11zm1 6.5v-6h10v6H2zm10 1v3H2v-3h10z",fill:e}))),SM=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M3.5 10.004a.5.5 0 000 1h1a.5.5 0 000-1h-1zM6 10.504a.5.5 0 01.5-.5h1a.5.5 0 010 1h-1a.5.5 0 01-.5-.5zM9.5 10.004a.5.5 0 000 1h1a.5.5 0 000-1h-1z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 12.504v-11a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5zm1-.5v-3h10v3H2zm4.5-4H2v-6h10v6H7.5V5.21l.646.646a.5.5 0 10.708-.707l-1.5-1.5a.5.5 0 00-.708 0l-1.5 1.5a.5.5 0 10.708.707l.646-.646v2.793z",fill:e}))),kM=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5 5.504a.5.5 0 01.5-.5h3a.5.5 0 01.5.5v3a.5.5 0 01-.5.5h-3a.5.5 0 01-.5-.5v-3zm1 2.5v-2h2v2H6z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.5.004a.5.5 0 01.5.5v1.5h2v-1.5a.5.5 0 011 0v1.5h2.5a.5.5 0 01.5.5v2.5h1.5a.5.5 0 010 1H12v2h1.5a.5.5 0 010 1H12v2.5a.5.5 0 01-.5.5H9v1.5a.5.5 0 01-1 0v-1.5H6v1.5a.5.5 0 01-1 0v-1.5H2.5a.5.5 0 01-.5-.5v-2.5H.5a.5.5 0 010-1H2v-2H.5a.5.5 0 010-1H2v-2.5a.5.5 0 01.5-.5H5v-1.5a.5.5 0 01.5-.5zm5.5 3H3v8h8v-8z",fill:e}))),AM=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 3c0-1.105-2.239-2-5-2s-5 .895-5 2v8c0 .426.26.752.544.977.29.228.68.413 1.116.558.878.293 2.059.465 3.34.465 1.281 0 2.462-.172 3.34-.465.436-.145.825-.33 1.116-.558.285-.225.544-.551.544-.977V3zm-1.03 0a.787.787 0 00-.05-.052c-.13-.123-.373-.28-.756-.434C9.404 2.21 8.286 2 7 2c-1.286 0-2.404.21-3.164.514-.383.153-.625.31-.756.434A.756.756 0 003.03 3a.756.756 0 00.05.052c.13.123.373.28.756.434C4.596 3.79 5.714 4 7 4c1.286 0 2.404-.21 3.164-.514.383-.153.625-.31.756-.434A.787.787 0 0010.97 3zM11 5.75V4.2c-.912.486-2.364.8-4 .8-1.636 0-3.088-.314-4-.8v1.55l.002.008a.147.147 0 00.016.033.618.618 0 00.145.15c.165.13.435.27.813.395.751.25 1.82.414 3.024.414s2.273-.163 3.024-.414c.378-.126.648-.265.813-.395a.62.62 0 00.146-.15.149.149 0 00.015-.033A.03.03 0 0011 5.75zM3 7.013c.2.103.423.193.66.272.878.293 2.059.465 3.34.465 1.281 0 2.462-.172 3.34-.465.237-.079.46-.17.66-.272V8.5l-.002.008a.149.149 0 01-.015.033.62.62 0 01-.146.15c-.165.13-.435.27-.813.395-.751.25-1.82.414-3.024.414s-2.273-.163-3.024-.414c-.378-.126-.648-.265-.813-.395a.618.618 0 01-.145-.15.147.147 0 01-.016-.033A.027.027 0 013 8.5V7.013zm0 2.75V11l.002.008a.147.147 0 00.016.033.617.617 0 00.145.15c.165.13.435.27.813.395.751.25 1.82.414 3.024.414s2.273-.163 3.024-.414c.378-.126.648-.265.813-.395a.619.619 0 00.146-.15.148.148 0 00.015-.033L11 11V9.763c-.2.103-.423.193-.66.272-.878.293-2.059.465-3.34.465-1.281 0-2.462-.172-3.34-.465A4.767 4.767 0 013 9.763z",fill:e}))),FM=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M5 3a.5.5 0 00-1 0v3a.5.5 0 001 0V3zM7 2.5a.5.5 0 01.5.5v3a.5.5 0 01-1 0V3a.5.5 0 01.5-.5zM10 4.504a.5.5 0 10-1 0V6a.5.5 0 001 0V4.504z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 3.54l-.001-.002a.499.499 0 00-.145-.388l-3-3a.499.499 0 00-.388-.145L8.464.004H2.5a.5.5 0 00-.5.5v13a.5.5 0 00.5.5h9a.5.5 0 00.5-.5V3.54zM3 1.004h5.293L11 3.71v5.293H3v-8zm0 9v3h8v-3H3z",fill:e}))),_M=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.164 3.446a1.5 1.5 0 10-2.328 0L1.81 10.032A1.503 1.503 0 000 11.5a1.5 1.5 0 002.915.5h8.17a1.5 1.5 0 101.104-1.968L8.164 3.446zm-1.475.522a1.506 1.506 0 00.622 0l4.025 6.586a1.495 1.495 0 00-.25.446H2.914a1.497 1.497 0 00-.25-.446l4.024-6.586z",fill:e}))),zM=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.21.046l6.485 2.994A.5.5 0 0114 3.51v6.977a.495.495 0 01-.23.432.481.481 0 01-.071.038L7.23 13.944a.499.499 0 01-.46 0L.3 10.958a.498.498 0 01-.3-.47V3.511a.497.497 0 01.308-.473L6.78.051a.499.499 0 01.43-.005zM1 4.282v5.898l5.5 2.538V6.82L1 4.282zm6.5 8.436L13 10.18V4.282L7.5 6.82v5.898zM12.307 3.5L7 5.95 1.693 3.5 7 1.05l5.307 2.45z",fill:e}))),TM=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M7.5.5a.5.5 0 00-1 0v6a.5.5 0 001 0v-6z",fill:e}),s.createElement("path",{d:"M4.273 2.808a.5.5 0 00-.546-.837 6 6 0 106.546 0 .5.5 0 00-.546.837 5 5 0 11-5.454 0z",fill:e}))),IM=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.854 2.146l-2-2a.5.5 0 00-.708 0l-1.5 1.5-8.995 8.995a.499.499 0 00-.143.268L.012 13.39a.495.495 0 00.135.463.5.5 0 00.462.134l2.482-.496a.495.495 0 00.267-.143l8.995-8.995 1.5-1.5a.5.5 0 000-.708zM12 3.293l.793-.793L11.5 1.207 10.707 2 12 3.293zm-2-.586L1.707 11 3 12.293 11.293 4 10 2.707zM1.137 12.863l.17-.849.679.679-.849.17z",fill:e}))),RM=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M5.586 5.586A2 2 0 018.862 7.73a.5.5 0 10.931.365 3 3 0 10-1.697 1.697.5.5 0 10-.365-.93 2 2 0 01-2.145-3.277z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M.939 6.527c.127.128.19.297.185.464a.635.635 0 01-.185.465L0 8.395a7.099 7.099 0 001.067 2.572h1.32c.182 0 .345.076.46.197a.635.635 0 01.198.46v1.317A7.097 7.097 0 005.602 14l.94-.94a.634.634 0 01.45-.186H7.021c.163 0 .326.061.45.186l.939.938a7.098 7.098 0 002.547-1.057V11.61c0-.181.075-.344.197-.46a.634.634 0 01.46-.197h1.33c.507-.76.871-1.622 1.056-2.55l-.946-.946a.635.635 0 01-.186-.465.635.635 0 01.186-.464l.943-.944a7.099 7.099 0 00-1.044-2.522h-1.34a.635.635 0 01-.46-.197.635.635 0 01-.196-.46V1.057A7.096 7.096 0 008.413.002l-.942.942a.634.634 0 01-.45.186H6.992a.634.634 0 01-.45-.186L5.598 0a7.097 7.097 0 00-2.553 1.058v1.33c0 .182-.076.345-.197.46a.635.635 0 01-.46.198h-1.33A7.098 7.098 0 00.003 5.591l.936.936zm.707 1.636c.324-.324.482-.752.479-1.172a1.634 1.634 0 00-.48-1.171l-.538-.539c.126-.433.299-.847.513-1.235h.768c.459 0 .873-.19 1.167-.49.3-.295.49-.708.49-1.167v-.77c.39-.215.807-.388 1.243-.515l.547.547c.32.32.742.48 1.157.48l.015-.001h.014c.415 0 .836-.158 1.157-.479l.545-.544c.433.126.846.299 1.234.512v.784c0 .46.19.874.49 1.168.294.3.708.49 1.167.49h.776c.209.382.378.788.502 1.213l-.545.546a1.635 1.635 0 00-.48 1.17c-.003.421.155.849.48 1.173l.549.55c-.126.434-.3.85-.513 1.239h-.77c-.458 0-.872.19-1.166.49-.3.294-.49.708-.49 1.167v.77a6.09 6.09 0 01-1.238.514l-.54-.54a1.636 1.636 0 00-1.158-.48H6.992c-.415 0-.837.159-1.157.48l-.543.543a6.091 6.091 0 01-1.247-.516v-.756c0-.459-.19-.873-.49-1.167-.294-.3-.708-.49-1.167-.49h-.761a6.094 6.094 0 01-.523-1.262l.542-.542z",fill:e}))),BM=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M5.585 8.414a2 2 0 113.277-.683.5.5 0 10.931.365 3 3 0 10-1.697 1.697.5.5 0 00-.365-.93 2 2 0 01-2.146-.449z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.5.289a1 1 0 011 0l5.062 2.922a1 1 0 01.5.866v5.846a1 1 0 01-.5.866L7.5 13.71a1 1 0 01-1 0L1.437 10.79a1 1 0 01-.5-.866V4.077a1 1 0 01.5-.866L6.5.29zm.5.866l5.062 2.922v5.846L7 12.845 1.937 9.923V4.077L7 1.155z",fill:e}))),LM=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.5 1c.441 0 .564.521.252.833l-.806.807a.51.51 0 000 .72l.694.694a.51.51 0 00.72 0l.807-.806c.312-.312.833-.19.833.252a2.5 2.5 0 01-3.414 2.328l-6.879 6.88a1 1 0 01-1.414-1.415l6.88-6.88A2.5 2.5 0 0110.5 1zM2 12.5a.5.5 0 100-1 .5.5 0 000 1z",fill:e}))),$M=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M4 7a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM13 7a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM7 8.5a1.5 1.5 0 100-3 1.5 1.5 0 000 3z",fill:e}))),MM=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M5.903.112a.107.107 0 01.194 0l.233.505.552.066c.091.01.128.123.06.185l-.408.377.109.546a.107.107 0 01-.158.114L6 1.634l-.485.271a.107.107 0 01-.158-.114l.108-.546-.408-.377a.107.107 0 01.06-.185L5.67.617l.233-.505zM2.194.224a.214.214 0 00-.389 0l-.466 1.01-1.104.131a.214.214 0 00-.12.37l.816.755-.217 1.091a.214.214 0 00.315.23L2 3.266l.971.543c.16.09.35-.05.315-.229l-.216-1.09.816-.756a.214.214 0 00-.12-.37L2.66 1.234 2.194.224zM12.194 8.224a.214.214 0 00-.389 0l-.466 1.01-1.104.13a.214.214 0 00-.12.371l.816.755-.217 1.091a.214.214 0 00.315.23l.97-.544.971.543c.16.09.35-.05.315-.229l-.216-1.09.816-.756a.214.214 0 00-.12-.37l-1.105-.131-.466-1.01z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.5 12.797l-1.293-1.293 6.758-6.758L9.258 6.04 2.5 12.797zm7.465-7.465l2.828-2.828L11.5 1.211 8.672 4.04l1.293 1.293zM.147 11.857a.5.5 0 010-.707l11-11a.5.5 0 01.706 0l2 2a.5.5 0 010 .708l-11 11a.5.5 0 01-.706 0l-2-2z",fill:e}))),OM=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M13.854 3.354a.5.5 0 00-.708-.708L5 10.793.854 6.646a.5.5 0 10-.708.708l4.5 4.5a.5.5 0 00.708 0l8.5-8.5z",fill:e}))),PM=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M2 1.004a1 1 0 00-1 1v10a1 1 0 001 1h10a1 1 0 001-1V6.393a.5.5 0 00-1 0v5.61H2v-10h7.5a.5.5 0 000-1H2z",fill:e}),s.createElement("path",{d:"M6.354 9.857l7.5-7.5a.5.5 0 00-.708-.707L6 8.797 3.854 6.65a.5.5 0 10-.708.707l2.5 2.5a.5.5 0 00.708 0z",fill:e}))),NM=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M11.5 2a.5.5 0 000 1h2a.5.5 0 000-1h-2zM8.854 2.646a.5.5 0 010 .708L5.207 7l3.647 3.646a.5.5 0 01-.708.708L4.5 7.707.854 11.354a.5.5 0 01-.708-.708L3.793 7 .146 3.354a.5.5 0 11.708-.708L4.5 6.293l3.646-3.647a.5.5 0 01.708 0zM11 7a.5.5 0 01.5-.5h2a.5.5 0 010 1h-2A.5.5 0 0111 7zM11.5 11a.5.5 0 000 1h2a.5.5 0 000-1h-2z",fill:e}))),HM=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M11.5 2a.5.5 0 000 1h2a.5.5 0 000-1h-2zM9.3 2.6a.5.5 0 01.1.7l-5.995 7.993a.505.505 0 01-.37.206.5.5 0 01-.395-.152L.146 8.854a.5.5 0 11.708-.708l2.092 2.093L8.6 2.7a.5.5 0 01.7-.1zM11 7a.5.5 0 01.5-.5h2a.5.5 0 010 1h-2A.5.5 0 0111 7zM11.5 11a.5.5 0 000 1h2a.5.5 0 000-1h-2z",fill:e}))),jM=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M10.5 1a.5.5 0 01.5.5V2h1.5a.5.5 0 010 1H11v.5a.5.5 0 01-1 0V3H1.5a.5.5 0 010-1H10v-.5a.5.5 0 01.5-.5zM1.5 11a.5.5 0 000 1H10v.5a.5.5 0 001 0V12h1.5a.5.5 0 000-1H11v-.5a.5.5 0 00-1 0v.5H1.5zM1 7a.5.5 0 01.5-.5H3V6a.5.5 0 011 0v.5h8.5a.5.5 0 010 1H4V8a.5.5 0 01-1 0v-.5H1.5A.5.5 0 011 7z",fill:e}))),VM=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M7.5.5a.5.5 0 00-1 0v6h-6a.5.5 0 000 1h6v6a.5.5 0 001 0v-6h6a.5.5 0 000-1h-6v-6z",fill:e}))),UM=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M2.03.97A.75.75 0 00.97 2.03L5.94 7 .97 11.97a.75.75 0 101.06 1.06L7 8.06l4.97 4.97a.75.75 0 101.06-1.06L8.06 7l4.97-4.97A.75.75 0 0011.97.97L7 5.94 2.03.97z",fill:e}))),CA=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M1.854 1.146a.5.5 0 10-.708.708L6.293 7l-5.147 5.146a.5.5 0 00.708.708L7 7.707l5.146 5.147a.5.5 0 00.708-.708L7.707 7l5.147-5.146a.5.5 0 00-.708-.708L7 6.293 1.854 1.146z",fill:e}))),WM=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M5.5 4.5A.5.5 0 016 5v5a.5.5 0 01-1 0V5a.5.5 0 01.5-.5zM9 5a.5.5 0 00-1 0v5a.5.5 0 001 0V5z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.5.5A.5.5 0 015 0h4a.5.5 0 01.5.5V2h3a.5.5 0 010 1H12v8a2 2 0 01-2 2H4a2 2 0 01-2-2V3h-.5a.5.5 0 010-1h3V.5zM3 3v8a1 1 0 001 1h6a1 1 0 001-1V3H3zm2.5-2h3v1h-3V1z",fill:e}))),qM=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("g",{clipPath:"url(#prefix__clip0_1107_3502)"},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.44 4.44L9.56.56a1.5 1.5 0 00-2.12 0L7 1a1.415 1.415 0 000 2L5 5H3.657A4 4 0 00.828 6.17l-.474.475a.5.5 0 000 .707l2.793 2.793-3 3a.5.5 0 00.707.708l3-3 2.792 2.792a.5.5 0 00.708 0l.474-.475A4 4 0 009 10.343V9l2-2a1.414 1.414 0 002 0l.44-.44a1.5 1.5 0 000-2.12zM11 5.585l-3 3v1.757a3 3 0 01-.879 2.121L7 12.586 1.414 7l.122-.122A3 3 0 013.656 6h1.758l3-3-.707-.707a.414.414 0 010-.586l.44-.44a.5.5 0 01.707 0l3.878 3.88a.5.5 0 010 .706l-.44.44a.414.414 0 01-.585 0L11 5.586z",fill:e})),s.createElement("defs",null,s.createElement("clipPath",{id:"prefix__clip0_1107_3502"},s.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),GM=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("g",{clipPath:"url(#prefix__clip0_1107_3501)",fill:e},s.createElement("path",{d:"M13.44 4.44L9.56.56a1.5 1.5 0 00-2.12 0L7 1a1.415 1.415 0 000 2L5.707 4.293 6.414 5l2-2-.707-.707a.414.414 0 010-.586l.44-.44a.5.5 0 01.707 0l3.878 3.88a.5.5 0 010 .706l-.44.44a.414.414 0 01-.585 0L11 5.586l-2 2 .707.707L11 7a1.414 1.414 0 002 0l.44-.44a1.5 1.5 0 000-2.12zM.828 6.171a4 4 0 012.758-1.17l1 .999h-.93a3 3 0 00-2.12.878L1.414 7 7 12.586l.121-.122A3 3 0 008 10.343v-.929l1 1a4 4 0 01-1.172 2.757l-.474.475a.5.5 0 01-.708 0l-2.792-2.792-3 3a.5.5 0 01-.708-.708l3-3L.355 7.353a.5.5 0 010-.707l.474-.475zM1.854 1.146a.5.5 0 10-.708.708l11 11a.5.5 0 00.708-.708l-11-11z"})),s.createElement("defs",null,s.createElement("clipPath",{id:"prefix__clip0_1107_3501"},s.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),YM=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M7 3a.5.5 0 01.5.5v3h3a.5.5 0 010 1h-3v3a.5.5 0 01-1 0v-3h-3a.5.5 0 010-1h3v-3A.5.5 0 017 3z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 14A7 7 0 107 0a7 7 0 000 14zm0-1A6 6 0 107 1a6 6 0 000 12z",fill:e}))),KM=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M3.5 6.5a.5.5 0 000 1h7a.5.5 0 000-1h-7z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zm-1 0A6 6 0 111 7a6 6 0 0112 0z",fill:e}))),XM=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M9.854 4.146a.5.5 0 010 .708L7.707 7l2.147 2.146a.5.5 0 01-.708.708L7 7.707 4.854 9.854a.5.5 0 01-.708-.708L6.293 7 4.146 4.854a.5.5 0 11.708-.708L7 6.293l2.146-2.147a.5.5 0 01.708 0z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 14A7 7 0 107 0a7 7 0 000 14zm0-1A6 6 0 107 1a6 6 0 000 12z",fill:e}))),ZM=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zm-1 0a6 6 0 01-9.874 4.582l8.456-8.456A5.976 5.976 0 0113 7zM2.418 10.874l8.456-8.456a6 6 0 00-8.456 8.456z",fill:e}))),QM=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 14A7 7 0 107 0a7 7 0 000 14zm3.854-9.354a.5.5 0 010 .708l-4.5 4.5a.5.5 0 01-.708 0l-2.5-2.5a.5.5 0 11.708-.708L6 8.793l4.146-4.147a.5.5 0 01.708 0z",fill:e}))),JM=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 14A7 7 0 107 0a7 7 0 000 14zM3.5 6.5a.5.5 0 000 1h7a.5.5 0 000-1h-7z",fill:e}))),eO=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 14A7 7 0 107 0a7 7 0 000 14zm2.854-9.854a.5.5 0 010 .708L7.707 7l2.147 2.146a.5.5 0 01-.708.708L7 7.707 4.854 9.854a.5.5 0 01-.708-.708L6.293 7 4.146 4.854a.5.5 0 11.708-.708L7 6.293l2.146-2.147a.5.5 0 01.708 0z",fill:e}))),tO=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5 2h7a2 2 0 012 2v6a2 2 0 01-2 2H5a1.994 1.994 0 01-1.414-.586l-3-3a2 2 0 010-2.828l3-3A1.994 1.994 0 015 2zm1.146 3.146a.5.5 0 01.708 0L8 6.293l1.146-1.147a.5.5 0 11.708.708L8.707 7l1.147 1.146a.5.5 0 01-.708.708L8 7.707 6.854 8.854a.5.5 0 11-.708-.708L7.293 7 6.146 5.854a.5.5 0 010-.708z",fill:e}))),nO=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M3.5 5.004a.5.5 0 100 1h7a.5.5 0 000-1h-7zM3 8.504a.5.5 0 01.5-.5h7a.5.5 0 010 1h-7a.5.5 0 01-.5-.5z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.5 12.004H5.707l-1.853 1.854a.5.5 0 01-.351.146h-.006a.499.499 0 01-.497-.5v-1.5H1.5a.5.5 0 01-.5-.5v-9a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v9a.5.5 0 01-.5.5zm-10.5-1v-8h10v8H2z",fill:e}))),rO=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M7.5 5.004a.5.5 0 10-1 0v1.5H5a.5.5 0 100 1h1.5v1.5a.5.5 0 001 0v-1.5H9a.5.5 0 000-1H7.5v-1.5z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.691 13.966a.498.498 0 01-.188.038h-.006a.499.499 0 01-.497-.5v-1.5H1.5a.5.5 0 01-.5-.5v-9a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v9a.5.5 0 01-.5.5H5.707l-1.853 1.854a.5.5 0 01-.163.108zM2 3.004v8h10v-8H2z",fill:e}))),oO=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M9.854 6.65a.5.5 0 010 .707l-2 2a.5.5 0 11-.708-.707l1.15-1.15-3.796.004a.5.5 0 010-1L8.29 6.5 7.145 5.357a.5.5 0 11.708-.707l2 2z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.691 13.966a.498.498 0 01-.188.038h-.006a.499.499 0 01-.497-.5v-1.5H1.5a.5.5 0 01-.5-.5v-9a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v9a.5.5 0 01-.5.5H5.707l-1.853 1.854a.5.5 0 01-.163.108zM2 3.004v8h10v-8H2z",fill:e}))),aO=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M8.5 7.004a.5.5 0 000-1h-5a.5.5 0 100 1h5zM9 8.504a.5.5 0 01-.5.5h-5a.5.5 0 010-1h5a.5.5 0 01.5.5z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 11.504v-1.5h1.5a.5.5 0 00.5-.5v-8a.5.5 0 00-.5-.5h-11a.5.5 0 00-.5.5v1.5H.5a.5.5 0 00-.5.5v8a.5.5 0 00.5.5H2v1.5a.499.499 0 00.497.5h.006a.498.498 0 00.35-.146l1.854-1.854H11.5a.5.5 0 00.5-.5zm-9-8.5v-1h10v7h-1v-5.5a.5.5 0 00-.5-.5H3zm-2 8v-7h10v7H1z",fill:e}))),iO=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 2a2 2 0 012-2h8a2 2 0 012 2v8a2 2 0 01-2 2H6.986a.444.444 0 01-.124.103l-3.219 1.84A.43.43 0 013 13.569V12a2 2 0 01-2-2V2zm3.42 4.78a.921.921 0 110-1.843.921.921 0 010 1.842zm1.658-.922a.921.921 0 101.843 0 .921.921 0 00-1.843 0zm2.58 0a.921.921 0 101.842 0 .921.921 0 00-1.843 0z",fill:e}))),lO=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M8 8.004a1 1 0 01-.5.866v1.634a.5.5 0 01-1 0V8.87A1 1 0 118 8.004z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 4.004a4 4 0 118 0v1h1.5a.5.5 0 01.5.5v8a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-8a.5.5 0 01.5-.5H3v-1zm7 1v-1a3 3 0 10-6 0v1h6zm2 1H2v7h10v-7z",fill:e}))),sO=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("g",{clipPath:"url(#prefix__clip0_1107_3614)",fill:e},s.createElement("path",{d:"M6.5 8.87a1 1 0 111 0v1.634a.5.5 0 01-1 0V8.87z"}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 1a3 3 0 00-3 3v1.004h8.5a.5.5 0 01.5.5v8a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-8a.5.5 0 01.5-.5H3V4a4 4 0 017.755-1.381.5.5 0 01-.939.345A3.001 3.001 0 007 1zM2 6.004h10v7H2v-7z"})),s.createElement("defs",null,s.createElement("clipPath",{id:"prefix__clip0_1107_3614"},s.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),uO=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M11 4a1 1 0 11-2 0 1 1 0 012 0z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.5 8.532V9.5a.5.5 0 01-.5.5H5.5v1.5a.5.5 0 01-.5.5H3.5v1.5a.5.5 0 01-.5.5H.5a.5.5 0 01-.5-.5v-2a.5.5 0 01.155-.362l5.11-5.11A4.5 4.5 0 117.5 8.532zM6 4.5a3.5 3.5 0 111.5 2.873c-.29-.203-1-.373-1 .481V9H5a.5.5 0 00-.5.5V11H3a.5.5 0 00-.5.5V13H1v-1.293l5.193-5.193a.552.552 0 00.099-.613A3.473 3.473 0 016 4.5z",fill:e}))),cO=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M7.354.15a.5.5 0 00-.708 0l-2 2a.5.5 0 10.708.707L6.5 1.711v6.793a.5.5 0 001 0V1.71l1.146 1.146a.5.5 0 10.708-.707l-2-2z",fill:e}),s.createElement("path",{d:"M2 7.504a.5.5 0 10-1 0v5a.5.5 0 00.5.5h11a.5.5 0 00.5-.5v-5a.5.5 0 00-1 0v4.5H2v-4.5z",fill:e}))),dO=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M2.5 8.004a.5.5 0 100 1h3a.5.5 0 000-1h-3z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 11.504a.5.5 0 00.5.5h13a.5.5 0 00.5-.5v-9a.5.5 0 00-.5-.5H.5a.5.5 0 00-.5.5v9zm1-8.5v1h12v-1H1zm0 8h12v-5H1v5z",fill:e}))),pO=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M1 3.004a1 1 0 00-1 1v5a1 1 0 001 1h3.5a.5.5 0 100-1H1v-5h12v5h-1a.5.5 0 000 1h1a1 1 0 001-1v-5a1 1 0 00-1-1H1z",fill:e}),s.createElement("path",{d:"M6.45 7.006a.498.498 0 01.31.07L10.225 9.1a.5.5 0 01-.002.873l-1.074.621.75 1.3a.75.75 0 01-1.3.75l-.75-1.3-1.074.62a.497.497 0 01-.663-.135.498.498 0 01-.095-.3L6 7.515a.497.497 0 01.45-.509z",fill:e}))),fO=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M4 1.504a.5.5 0 01.5-.5h5a.5.5 0 110 1h-2v10h2a.5.5 0 010 1h-5a.5.5 0 010-1h2v-10h-2a.5.5 0 01-.5-.5z",fill:e}),s.createElement("path",{d:"M0 4.504a.5.5 0 01.5-.5h4a.5.5 0 110 1H1v4h3.5a.5.5 0 110 1h-4a.5.5 0 01-.5-.5v-5zM9.5 4.004a.5.5 0 100 1H13v4H9.5a.5.5 0 100 1h4a.5.5 0 00.5-.5v-5a.5.5 0 00-.5-.5h-4z",fill:e}))),hO=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.943 12.457a.27.27 0 00.248-.149L7.77 9.151l2.54 2.54a.257.257 0 00.188.073c.082 0 .158-.03.21-.077l.788-.79a.27.27 0 000-.392L8.891 7.9l3.416-1.708a.29.29 0 00.117-.106.222.222 0 00.033-.134.332.332 0 00-.053-.161.174.174 0 00-.092-.072l-.02-.007-10.377-4.15a.274.274 0 00-.355.354l4.15 10.372a.275.275 0 00.233.169zm-.036 1l-.02-.002c-.462-.03-.912-.31-1.106-.796L.632 2.287A1.274 1.274 0 012.286.633l10.358 4.143c.516.182.782.657.81 1.114a1.25 1.25 0 01-.7 1.197L10.58 8.174l1.624 1.624a1.27 1.27 0 010 1.807l-.8.801-.008.007c-.491.46-1.298.48-1.792-.014l-1.56-1.56-.957 1.916a1.27 1.27 0 01-1.142.702h-.037z",fill:e}))),mO=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.87 6.008a.505.505 0 00-.003-.028v-.002c-.026-.27-.225-.48-.467-.498a.5.5 0 00-.53.5v1.41c0 .25-.22.47-.47.47a.48.48 0 01-.47-.47V5.17a.6.6 0 00-.002-.05c-.023-.268-.223-.49-.468-.5a.5.5 0 00-.52.5v1.65a.486.486 0 01-.47.47.48.48 0 01-.47-.47V4.62a.602.602 0 00-.002-.05v-.002c-.023-.266-.224-.48-.468-.498a.5.5 0 00-.53.5v2.2c0 .25-.22.47-.47.47a.49.49 0 01-.47-.47V1.8c0-.017 0-.034-.002-.05-.022-.268-.214-.49-.468-.5a.5.5 0 00-.52.5v6.78c0 .25-.22.47-.47.47a.48.48 0 01-.47-.47l.001-.1c.001-.053.002-.104 0-.155a.775.775 0 00-.06-.315.65.65 0 00-.16-.22 29.67 29.67 0 01-.21-.189c-.2-.182-.4-.365-.617-.532l-.003-.003A6.366 6.366 0 003.06 7l-.01-.007c-.433-.331-.621-.243-.69-.193-.26.14-.29.5-.13.74l1.73 2.6v.01h-.016l-.035.023.05-.023s1.21 2.6 3.57 2.6c3.54 0 4.2-1.9 4.31-4.42.039-.591.036-1.189.032-1.783l-.002-.507v-.032zm.969 2.376c-.057 1.285-.254 2.667-1.082 3.72-.88 1.118-2.283 1.646-4.227 1.646-1.574 0-2.714-.87-3.406-1.623a6.958 6.958 0 01-1.046-1.504l-.006-.012-1.674-2.516a1.593 1.593 0 01-.25-1.107 1.44 1.44 0 01.69-1.041c.195-.124.485-.232.856-.186.357.044.681.219.976.446.137.106.272.22.4.331V1.75A1.5 1.5 0 015.63.25c.93.036 1.431.856 1.431 1.55v1.335a1.5 1.5 0 01.53-.063h.017c.512.04.915.326 1.153.71a1.5 1.5 0 01.74-.161c.659.025 1.115.458 1.316.964a1.493 1.493 0 01.644-.103h.017c.856.067 1.393.814 1.393 1.558l.002.48c.004.596.007 1.237-.033 1.864z",fill:e}))),gO=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.5 6A2.5 2.5 0 116 3.5V5h2V3.5A2.5 2.5 0 1110.5 6H9v2h1.5A2.5 2.5 0 118 10.5V9H6v1.5A2.5 2.5 0 113.5 8H5V6H3.5zM2 3.5a1.5 1.5 0 113 0V5H3.5A1.5 1.5 0 012 3.5zM6 6v2h2V6H6zm3-1h1.5A1.5 1.5 0 109 3.5V5zM3.5 9H5v1.5A1.5 1.5 0 113.5 9zM9 9v1.5A1.5 1.5 0 1010.5 9H9z",fill:e}))),vO=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M7 5.5a.5.5 0 01.5.5v4a.5.5 0 01-1 0V6a.5.5 0 01.5-.5zM7 4.5A.75.75 0 107 3a.75.75 0 000 1.5z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 14A7 7 0 107 0a7 7 0 000 14zm0-1A6 6 0 107 1a6 6 0 000 12z",fill:e}))),yO=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M5.25 5.25A1.75 1.75 0 117 7a.5.5 0 00-.5.5V9a.5.5 0 001 0V7.955A2.75 2.75 0 104.25 5.25a.5.5 0 001 0zM7 11.5A.75.75 0 107 10a.75.75 0 000 1.5z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zm-1 0A6 6 0 111 7a6 6 0 0112 0z",fill:e}))),wO=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zm-3.524 4.89A5.972 5.972 0 017 13a5.972 5.972 0 01-3.477-1.11l1.445-1.444C5.564 10.798 6.258 11 7 11s1.436-.202 2.032-.554l1.444 1.445zm-.03-2.858l1.445 1.444A5.972 5.972 0 0013 7c0-1.296-.41-2.496-1.11-3.477l-1.444 1.445C10.798 5.564 11 6.258 11 7s-.202 1.436-.554 2.032zM9.032 3.554l1.444-1.445A5.972 5.972 0 007 1c-1.296 0-2.496.41-3.477 1.11l1.445 1.444A3.981 3.981 0 017 3c.742 0 1.436.202 2.032.554zM3.554 4.968L2.109 3.523A5.973 5.973 0 001 7c0 1.296.41 2.496 1.11 3.476l1.444-1.444A3.981 3.981 0 013 7c0-.742.202-1.436.554-2.032zM10 7a3 3 0 11-6 0 3 3 0 016 0z",fill:e}))),DO=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M7 4.5a.5.5 0 01.5.5v3.5a.5.5 0 11-1 0V5a.5.5 0 01.5-.5zM7.75 10.5a.75.75 0 11-1.5 0 .75.75 0 011.5 0z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.206 1.045a.498.498 0 01.23.209l6.494 10.992a.5.5 0 01-.438.754H.508a.497.497 0 01-.506-.452.498.498 0 01.072-.31l6.49-10.984a.497.497 0 01.642-.21zM7 2.483L1.376 12h11.248L7 2.483z",fill:e}))),EO=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zM6.5 8a.5.5 0 001 0V4a.5.5 0 00-1 0v4zm-.25 2.25a.75.75 0 111.5 0 .75.75 0 01-1.5 0z",fill:e}))),bO=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 2.504a.5.5 0 01.5-.5h13a.5.5 0 01.5.5v9a.5.5 0 01-.5.5H.5a.5.5 0 01-.5-.5v-9zm1 1.012v7.488h12V3.519L7.313 7.894a.496.496 0 01-.526.062.497.497 0 01-.1-.062L1 3.516zm11.03-.512H1.974L7 6.874l5.03-3.87z",fill:e}))),CO=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.76 8.134l-.05.05a.2.2 0 01-.28.03 6.76 6.76 0 01-1.63-1.65.21.21 0 01.04-.27l.05-.05c.23-.2.54-.47.71-.96.17-.47-.02-1.04-.66-1.94-.26-.38-.72-.96-1.22-1.46-.68-.69-1.2-1-1.65-1a.98.98 0 00-.51.13A3.23 3.23 0 00.9 3.424c-.13 1.1.26 2.37 1.17 3.78a16.679 16.679 0 004.55 4.6 6.57 6.57 0 003.53 1.32 3.2 3.2 0 002.85-1.66c.14-.24.24-.64-.07-1.18a7.803 7.803 0 00-1.73-1.81c-.64-.5-1.52-1.11-2.13-1.11a.97.97 0 00-.34.06c-.472.164-.74.458-.947.685l-.023.025zm4.32 2.678a6.801 6.801 0 00-1.482-1.54l-.007-.005-.006-.005a8.418 8.418 0 00-.957-.662 2.7 2.7 0 00-.4-.193.683.683 0 00-.157-.043l-.004.002-.009.003c-.224.078-.343.202-.56.44l-.014.016-.046.045a1.2 1.2 0 01-1.602.149A7.76 7.76 0 014.98 7.134l-.013-.019-.013-.02a1.21 1.21 0 01.195-1.522l.06-.06.026-.024c.219-.19.345-.312.422-.533l.003-.01v-.008a.518.518 0 00-.032-.142c-.06-.178-.203-.453-.502-.872l-.005-.008-.005-.007A10.18 10.18 0 004.013 2.59l-.005-.005c-.31-.314-.543-.5-.716-.605-.147-.088-.214-.096-.222-.097h-.016l-.006.003-.01.006a2.23 2.23 0 00-1.145 1.656c-.09.776.175 1.806 1.014 3.108a15.68 15.68 0 004.274 4.32l.022.014.022.016a5.57 5.57 0 002.964 1.117 2.2 2.2 0 001.935-1.141l.006-.012.004-.007a.182.182 0 00-.007-.038.574.574 0 00-.047-.114z",fill:e}))),xO=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M11.841 2.159a2.25 2.25 0 00-3.182 0l-2.5 2.5a2.25 2.25 0 000 3.182.5.5 0 01-.707.707 3.25 3.25 0 010-4.596l2.5-2.5a3.25 3.25 0 014.596 4.596l-2.063 2.063a4.27 4.27 0 00-.094-1.32l1.45-1.45a2.25 2.25 0 000-3.182z",fill:e}),s.createElement("path",{d:"M3.61 7.21c-.1-.434-.132-.88-.095-1.321L1.452 7.952a3.25 3.25 0 104.596 4.596l2.5-2.5a3.25 3.25 0 000-4.596.5.5 0 00-.707.707 2.25 2.25 0 010 3.182l-2.5 2.5A2.25 2.25 0 112.159 8.66l1.45-1.45z",fill:e}))),SO=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M1.452 7.952l1.305-1.305.708.707-1.306 1.305a2.25 2.25 0 103.182 3.182l1.306-1.305.707.707-1.306 1.305a3.25 3.25 0 01-4.596-4.596zM12.548 6.048l-1.305 1.306-.707-.708 1.305-1.305a2.25 2.25 0 10-3.182-3.182L7.354 3.464l-.708-.707 1.306-1.305a3.25 3.25 0 014.596 4.596zM1.854 1.146a.5.5 0 10-.708.708l11 11a.5.5 0 00.707-.707l-11-11z",fill:e}))),kO=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.994 1.11a1 1 0 10-1.988 0A4.502 4.502 0 002.5 5.5v3.882l-.943 1.885a.497.497 0 00-.053.295.5.5 0 00.506.438h3.575a1.5 1.5 0 102.83 0h3.575a.5.5 0 00.453-.733L11.5 9.382V5.5a4.502 4.502 0 00-3.506-4.39zM2.81 11h8.382l-.5-1H3.31l-.5 1zM10.5 9V5.5a3.5 3.5 0 10-7 0V9h7zm-4 3.5a.5.5 0 111 0 .5.5 0 01-1 0z",fill:e}))),AO=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M1.5.5A.5.5 0 012 0c6.627 0 12 5.373 12 12a.5.5 0 01-1 0C13 5.925 8.075 1 2 1a.5.5 0 01-.5-.5z",fill:e}),s.createElement("path",{d:"M1.5 4.5A.5.5 0 012 4a8 8 0 018 8 .5.5 0 01-1 0 7 7 0 00-7-7 .5.5 0 01-.5-.5z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5 11a2 2 0 11-4 0 2 2 0 014 0zm-1 0a1 1 0 11-2 0 1 1 0 012 0z",fill:e}))),FO=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M2 1.004a1 1 0 00-1 1v10a1 1 0 001 1h10a1 1 0 001-1v-4.5a.5.5 0 00-1 0v4.5H2v-10h4.5a.5.5 0 000-1H2z",fill:e}),s.createElement("path",{d:"M7.354 7.357L12 2.711v1.793a.5.5 0 001 0v-3a.5.5 0 00-.5-.5h-3a.5.5 0 100 1h1.793L6.646 6.65a.5.5 0 10.708.707z",fill:e}))),_O=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M6.646.15a.5.5 0 01.708 0l2 2a.5.5 0 11-.708.707L7.5 1.711v6.793a.5.5 0 01-1 0V1.71L5.354 2.857a.5.5 0 11-.708-.707l2-2z",fill:e}),s.createElement("path",{d:"M2 4.004a1 1 0 00-1 1v7a1 1 0 001 1h10a1 1 0 001-1v-7a1 1 0 00-1-1H9.5a.5.5 0 100 1H12v7H2v-7h2.5a.5.5 0 000-1H2z",fill:e}))),zO=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M13.854 6.646a.5.5 0 010 .708l-2 2a.5.5 0 01-.708-.708L12.293 7.5H5.5a.5.5 0 010-1h6.793l-1.147-1.146a.5.5 0 01.708-.708l2 2z",fill:e}),s.createElement("path",{d:"M10 2a1 1 0 00-1-1H2a1 1 0 00-1 1v10a1 1 0 001 1h7a1 1 0 001-1V9.5a.5.5 0 00-1 0V12H2V2h7v2.5a.5.5 0 001 0V2z",fill:e}))),TO=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 13A6 6 0 107 1a6 6 0 000 12zm0 1A7 7 0 107 0a7 7 0 000 14z",fill:e}))),IO=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M14 7A7 7 0 110 7a7 7 0 0114 0z",fill:e}))),RO=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.5 0h7a.5.5 0 01.5.5v13a.5.5 0 01-.454.498.462.462 0 01-.371-.118L7 11.159l-3.175 2.72a.46.46 0 01-.379.118A.5.5 0 013 13.5V.5a.5.5 0 01.5-.5zM4 12.413l2.664-2.284a.454.454 0 01.377-.128.498.498 0 01.284.12L10 12.412V1H4v11.413z",fill:e}))),BO=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.5 0h7a.5.5 0 01.5.5v13a.5.5 0 01-.454.498.462.462 0 01-.371-.118L7 11.159l-3.175 2.72a.46.46 0 01-.379.118A.5.5 0 013 13.5V.5a.5.5 0 01.5-.5z",fill:e}))),LO=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("g",{clipPath:"url(#prefix__clip0_1449_588)"},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.414 1.586a2 2 0 00-2.828 0l-4 4a2 2 0 000 2.828l4 4a2 2 0 002.828 0l4-4a2 2 0 000-2.828l-4-4zm.707-.707a3 3 0 00-4.242 0l-4 4a3 3 0 000 4.242l4 4a3 3 0 004.242 0l4-4a3 3 0 000-4.242l-4-4z",fill:e})),s.createElement("defs",null,s.createElement("clipPath",{id:"prefix__clip0_1449_588"},s.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),$O=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.814 1.846c.06.05.116.101.171.154l.001.002a3.254 3.254 0 01.755 1.168c.171.461.259.974.259 1.538 0 .332-.046.656-.143.976a4.546 4.546 0 01-.397.937c-.169.302-.36.589-.58.864a7.627 7.627 0 01-.674.746l-4.78 4.596a.585.585 0 01-.427.173.669.669 0 01-.44-.173L1.78 8.217a7.838 7.838 0 01-.677-.748 6.124 6.124 0 01-.572-.855 4.975 4.975 0 01-.388-.931A3.432 3.432 0 010 4.708C0 4.144.09 3.63.265 3.17c.176-.459.429-.85.757-1.168a3.432 3.432 0 011.193-.74c.467-.176.99-.262 1.57-.262.304 0 .608.044.907.137.301.092.586.215.855.367.27.148.526.321.771.512.244.193.471.386.682.584.202-.198.427-.391.678-.584.248-.19.507-.364.78-.512a4.65 4.65 0 01.845-.367c.294-.093.594-.137.9-.137.585 0 1.115.086 1.585.262.392.146.734.34 1.026.584zM1.2 3.526c.128-.333.304-.598.52-.806.218-.212.497-.389.849-.522m-1.37 1.328A3.324 3.324 0 001 4.708c0 .225.032.452.101.686.082.265.183.513.307.737.135.246.294.484.479.716.188.237.386.454.59.652l.001.002 4.514 4.355 4.519-4.344c.2-.193.398-.41.585-.648l.003-.003c.184-.23.345-.472.486-.726l.004-.007c.131-.23.232-.474.31-.732v-.002c.068-.224.101-.45.101-.686 0-.457-.07-.849-.195-1.185a2.177 2.177 0 00-.515-.802l.007-.012-.008.009a2.383 2.383 0 00-.85-.518l-.003-.001C11.1 2.072 10.692 2 10.203 2c-.21 0-.406.03-.597.09h-.001c-.22.07-.443.167-.663.289l-.007.003c-.22.12-.434.262-.647.426-.226.174-.42.341-.588.505l-.684.672-.7-.656a9.967 9.967 0 00-.615-.527 4.82 4.82 0 00-.635-.422l-.01-.005a3.289 3.289 0 00-.656-.281l-.008-.003A2.014 2.014 0 003.785 2c-.481 0-.881.071-1.217.198",fill:e}))),MO=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M12.814 1.846c.06.05.116.101.171.154l.001.002a3.254 3.254 0 01.755 1.168c.171.461.259.974.259 1.538 0 .332-.046.656-.143.976a4.546 4.546 0 01-.397.937c-.169.302-.36.589-.58.864a7.627 7.627 0 01-.674.746l-4.78 4.596a.585.585 0 01-.427.173.669.669 0 01-.44-.173L1.78 8.217a7.838 7.838 0 01-.677-.748 6.124 6.124 0 01-.572-.855 4.975 4.975 0 01-.388-.931A3.432 3.432 0 010 4.708C0 4.144.09 3.63.265 3.17c.176-.459.429-.85.757-1.168a3.432 3.432 0 011.193-.74c.467-.176.99-.262 1.57-.262.304 0 .608.044.907.137.301.092.586.215.855.367.27.148.526.321.771.512.244.193.471.386.682.584.202-.198.427-.391.678-.584.248-.19.507-.364.78-.512a4.65 4.65 0 01.845-.367c.294-.093.594-.137.9-.137.585 0 1.115.086 1.585.262.392.146.734.34 1.026.584z",fill:e}))),OO=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.319.783a.75.75 0 011.362 0l1.63 3.535 3.867.458a.75.75 0 01.42 1.296L10.74 8.715l.76 3.819a.75.75 0 01-1.103.8L7 11.434l-3.398 1.902a.75.75 0 01-1.101-.801l.758-3.819L.401 6.072a.75.75 0 01.42-1.296l3.867-.458L6.318.783zm.68.91l-1.461 3.17a.75.75 0 01-.593.431l-3.467.412 2.563 2.37a.75.75 0 01.226.697l-.68 3.424 3.046-1.705a.75.75 0 01.733 0l3.047 1.705-.68-3.424a.75.75 0 01.226-.697l2.563-2.37-3.467-.412a.75.75 0 01-.593-.43L7 1.694z",fill:e}))),PO=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M7.68.783a.75.75 0 00-1.361 0l-1.63 3.535-3.867.458A.75.75 0 00.4 6.072l2.858 2.643-.758 3.819a.75.75 0 001.101.8L7 11.434l3.397 1.902a.75.75 0 001.102-.801l-.759-3.819L13.6 6.072a.75.75 0 00-.421-1.296l-3.866-.458L7.68.783z",fill:e}))),NO=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10 7.854a4.5 4.5 0 10-6 0V13a.5.5 0 00.497.5h.006c.127 0 .254-.05.35-.146L7 11.207l2.146 2.147A.5.5 0 0010 13V7.854zM7 8a3.5 3.5 0 100-7 3.5 3.5 0 000 7zm-.354 2.146a.5.5 0 01.708 0L9 11.793v-3.26C8.398 8.831 7.718 9 7 9a4.481 4.481 0 01-2-.468v3.26l1.646-1.646z",fill:e}))),HO=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.565 13.123a.991.991 0 01.87 0l.987.482a.991.991 0 001.31-.426l.515-.97a.991.991 0 01.704-.511l1.082-.19a.99.99 0 00.81-1.115l-.154-1.087a.991.991 0 01.269-.828l.763-.789a.991.991 0 000-1.378l-.763-.79a.991.991 0 01-.27-.827l.155-1.087a.99.99 0 00-.81-1.115l-1.082-.19a.991.991 0 01-.704-.511L9.732.82a.99.99 0 00-1.31-.426l-.987.482a.991.991 0 01-.87 0L5.578.395a.99.99 0 00-1.31.426l-.515.97a.99.99 0 01-.704.511l-1.082.19a.99.99 0 00-.81 1.115l.154 1.087a.99.99 0 01-.269.828L.28 6.31a.99.99 0 000 1.378l.763.79a.99.99 0 01.27.827l-.155 1.087a.99.99 0 00.81 1.115l1.082.19a.99.99 0 01.704.511l.515.97c.25.473.83.661 1.31.426l.987-.482zm4.289-8.477a.5.5 0 010 .708l-4.5 4.5a.5.5 0 01-.708 0l-2.5-2.5a.5.5 0 11.708-.708L6 8.793l4.146-4.147a.5.5 0 01.708 0z",fill:e}))),jO=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11 12.02c-.4.37-.91.56-1.56.56h-.88a5.493 5.493 0 01-1.3-.16c-.42-.1-.91-.25-1.47-.45a5.056 5.056 0 00-.95-.27H2.88a.84.84 0 01-.62-.26.84.84 0 01-.26-.61V6.45c0-.24.09-.45.26-.62a.84.84 0 01.62-.25h1.87c.16-.11.47-.47.93-1.06.27-.35.51-.64.74-.88.1-.11.19-.3.24-.58.05-.28.12-.57.2-.87.1-.3.24-.55.43-.74a.87.87 0 01.62-.25c.38 0 .72.07 1.03.22.3.15.54.38.7.7.15.31.23.73.23 1.27a3 3 0 01-.32 1.31h1.2c.47 0 .88.17 1.23.52s.52.8.52 1.22c0 .29-.04.66-.34 1.12.05.15.07.3.07.47 0 .35-.09.68-.26.98a2.05 2.05 0 01-.4 1.51 1.9 1.9 0 01-.57 1.5zm.473-5.33a.965.965 0 00.027-.25.742.742 0 00-.227-.513.683.683 0 00-.523-.227H7.927l.73-1.45a2 2 0 00.213-.867c0-.444-.068-.695-.127-.822a.53.53 0 00-.245-.244 1.296 1.296 0 00-.539-.116.989.989 0 00-.141.28 9.544 9.544 0 00-.174.755c-.069.387-.213.779-.484 1.077l-.009.01-.009.01c-.195.202-.41.46-.67.798l-.003.004c-.235.3-.44.555-.613.753-.151.173-.343.381-.54.516l-.255.176H5v4.133l.018.003c.384.07.76.176 1.122.318.532.189.98.325 1.352.413l.007.002a4.5 4.5 0 001.063.131h.878c.429 0 .683-.115.871-.285a.9.9 0 00.262-.702l-.028-.377.229-.3a1.05 1.05 0 00.205-.774l-.044-.333.165-.292a.969.969 0 00.13-.487.457.457 0 00-.019-.154l-.152-.458.263-.404a1.08 1.08 0 00.152-.325zM3.5 10.8a.5.5 0 100-1 .5.5 0 000 1z",fill:e}))),VO=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.765 2.076A.5.5 0 0112 2.5v6.009a.497.497 0 01-.17.366L7.337 12.87a.497.497 0 01-.674 0L2.17 8.875l-.009-.007a.498.498 0 01-.16-.358L2 8.5v-6a.5.5 0 01.235-.424l.018-.011c.016-.01.037-.024.065-.04.056-.032.136-.077.24-.128a6.97 6.97 0 01.909-.371C4.265 1.26 5.443 1 7 1s2.735.26 3.533.526c.399.133.702.267.91.37a4.263 4.263 0 01.304.169l.018.01zM3 2.793v5.482l1.068.95 6.588-6.588a6.752 6.752 0 00-.44-.163C9.517 2.24 8.444 2 7 2c-1.443 0-2.515.24-3.217.474-.351.117-.61.233-.778.317L3 2.793zm4 9.038l-2.183-1.94L11 3.706v4.568l-4 3.556z",fill:e}))),UO=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M10.354 2.854a.5.5 0 10-.708-.708l-3 3a.5.5 0 10.708.708l3-3z",fill:e}),s.createElement("path",{d:"M2.09 6H4.5a.5.5 0 000-1H1.795a.75.75 0 00-.74.873l.813 4.874A1.5 1.5 0 003.348 12h7.305a1.5 1.5 0 001.48-1.253l.812-4.874a.75.75 0 00-.74-.873H10a.5.5 0 000 1h1.91l-.764 4.582a.5.5 0 01-.493.418H3.347a.5.5 0 01-.493-.418L2.09 6z",fill:e}),s.createElement("path",{d:"M4.5 7a.5.5 0 01.5.5v2a.5.5 0 01-1 0v-2a.5.5 0 01.5-.5zM10 7.5a.5.5 0 00-1 0v2a.5.5 0 001 0v-2zM6.5 9.5v-2a.5.5 0 011 0v2a.5.5 0 01-1 0z",fill:e}))),WO=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.5 2h.75v3.866l-3.034 5.26A1.25 1.25 0 003.299 13H10.7a1.25 1.25 0 001.083-1.875L8.75 5.866V2h.75a.5.5 0 100-1h-5a.5.5 0 000 1zm1.75 4V2h1.5v4.134l.067.116L8.827 8H5.173l1.01-1.75.067-.116V6zM4.597 9l-1.515 2.625A.25.25 0 003.3 12H10.7a.25.25 0 00.217-.375L9.404 9H4.597z",fill:e}))),qO=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M7.5 10.5a.5.5 0 11-1 0 .5.5 0 011 0z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.5 1a.5.5 0 00-.5.5c0 1.063.137 1.892.678 2.974.346.692.858 1.489 1.598 2.526-.89 1.247-1.455 2.152-1.798 2.956-.377.886-.477 1.631-.478 2.537v.007a.5.5 0 00.5.5h7c.017 0 .034 0 .051-.003A.5.5 0 0011 12.5v-.007c0-.906-.1-1.65-.478-2.537-.343-.804-.909-1.709-1.798-2.956.74-1.037 1.252-1.834 1.598-2.526C10.863 3.392 11 2.563 11 1.5a.5.5 0 00-.5-.5h-7zm6.487 11a4.675 4.675 0 00-.385-1.652c-.277-.648-.735-1.407-1.499-2.494-.216.294-.448.606-.696.937a.497.497 0 01-.195.162.5.5 0 01-.619-.162c-.248-.331-.48-.643-.696-.937-.764 1.087-1.222 1.846-1.499 2.494A4.675 4.675 0 004.013 12h5.974zM6.304 6.716c.212.293.443.609.696.948a90.058 90.058 0 00.709-.965c.48-.664.86-1.218 1.163-1.699H5.128a32.672 32.672 0 001.176 1.716zM4.559 4h4.882c.364-.735.505-1.312.546-2H4.013c.04.688.182 1.265.546 2z",fill:e}))),GO=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.5 1h-9a.5.5 0 00-.5.5v11a.5.5 0 001 0V8h8.5a.5.5 0 00.354-.854L9.207 4.5l2.647-2.646A.499.499 0 0011.5 1zM8.146 4.146L10.293 2H3v5h7.293L8.146 4.854a.5.5 0 010-.708z",fill:e}))),YO=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10 7V6a3 3 0 00-5.91-.736l-.17.676-.692.075A2.5 2.5 0 003.5 11h3c.063 0 .125-.002.187-.007l.076-.005.076.006c.053.004.106.006.161.006h4a2 2 0 100-4h-1zM3.12 5.02A3.5 3.5 0 003.5 12h3c.087 0 .174-.003.26-.01.079.007.16.01.24.01h4a3 3 0 100-6 4 4 0 00-7.88-.98z",fill:e}))),KO=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M7 2a4 4 0 014 4 3 3 0 110 6H7c-.08 0-.161-.003-.24-.01-.086.007-.173.01-.26.01h-3a3.5 3.5 0 01-.38-6.98A4.002 4.002 0 017 2z",fill:e}))),XO=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11 7a4 4 0 11-8 0 4 4 0 018 0zm-1 0a3 3 0 11-6 0 3 3 0 016 0z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.268 13.18c.25.472.83.66 1.31.425l.987-.482a.991.991 0 01.87 0l.987.482a.991.991 0 001.31-.426l.515-.97a.991.991 0 01.704-.511l1.082-.19a.99.99 0 00.81-1.115l-.154-1.087a.991.991 0 01.269-.828l.763-.789a.991.991 0 000-1.378l-.763-.79a.991.991 0 01-.27-.827l.155-1.087a.99.99 0 00-.81-1.115l-1.082-.19a.991.991 0 01-.704-.511L9.732.82a.99.99 0 00-1.31-.426l-.987.482a.991.991 0 01-.87 0L5.578.395a.99.99 0 00-1.31.426l-.515.97a.99.99 0 01-.704.511l-1.082.19a.99.99 0 00-.81 1.115l.154 1.087a.99.99 0 01-.269.828L.28 6.31a.99.99 0 000 1.378l.763.79a.99.99 0 01.27.827l-.155 1.087a.99.99 0 00.81 1.115l1.082.19a.99.99 0 01.704.511l.515.97zm5.096-1.44l-.511.963-.979-.478a1.99 1.99 0 00-1.748 0l-.979.478-.51-.962a1.991 1.991 0 00-1.415-1.028l-1.073-.188.152-1.079a1.991 1.991 0 00-.54-1.663L1.004 7l.757-.783a1.991 1.991 0 00.54-1.663L2.15 3.475l1.073-.188A1.991 1.991 0 004.636 2.26l.511-.962.979.478a1.99 1.99 0 001.748 0l.979-.478.51.962c.288.543.81.922 1.415 1.028l1.073.188-.152 1.079a1.99 1.99 0 00.54 1.663l.757.783-.757.783a1.99 1.99 0 00-.54 1.663l.152 1.079-1.073.188a1.991 1.991 0 00-1.414 1.028z",fill:e}))),ZO=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M7.354 3.896l5.5 5.5a.5.5 0 01-.708.708L7 4.957l-5.146 5.147a.5.5 0 01-.708-.708l5.5-5.5a.5.5 0 01.708 0z",fill:e}))),QO=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M1.146 4.604l5.5 5.5a.5.5 0 00.708 0l5.5-5.5a.5.5 0 00-.708-.708L7 9.043 1.854 3.896a.5.5 0 10-.708.708z",fill:e}))),JO=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M2.76 7.096a.498.498 0 00.136.258l5.5 5.5a.5.5 0 00.707-.708L3.958 7l5.147-5.146a.5.5 0 10-.708-.708l-5.5 5.5a.5.5 0 00-.137.45z",fill:e}))),xA=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M11.104 7.354l-5.5 5.5a.5.5 0 01-.708-.708L10.043 7 4.896 1.854a.5.5 0 11.708-.708l5.5 5.5a.5.5 0 010 .708z",fill:e}))),eP=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M3.854 9.104a.5.5 0 11-.708-.708l3.5-3.5a.5.5 0 01.708 0l3.5 3.5a.5.5 0 01-.708.708L7 5.957 3.854 9.104z",fill:e}))),tP=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M3.854 4.896a.5.5 0 10-.708.708l3.5 3.5a.5.5 0 00.708 0l3.5-3.5a.5.5 0 00-.708-.708L7 8.043 3.854 4.896z",fill:e}))),nP=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.104 10.146a.5.5 0 01-.708.708l-3.5-3.5a.5.5 0 010-.708l3.5-3.5a.5.5 0 11.708.708L5.957 7l3.147 3.146z",fill:e}))),rP=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.896 10.146a.5.5 0 00.708.708l3.5-3.5a.5.5 0 000-.708l-3.5-3.5a.5.5 0 10-.708.708L8.043 7l-3.147 3.146z",fill:e}))),oP=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M11.854 4.646l-4.5-4.5a.5.5 0 00-.708 0l-4.5 4.5a.5.5 0 10.708.708L6.5 1.707V13.5a.5.5 0 001 0V1.707l3.646 3.647a.5.5 0 00.708-.708z",fill:e}))),aP=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M7.5.5a.5.5 0 00-1 0v11.793L2.854 8.646a.5.5 0 10-.708.708l4.5 4.5a.5.5 0 00.351.146h.006c.127 0 .254-.05.35-.146l4.5-4.5a.5.5 0 00-.707-.708L7.5 12.293V.5z",fill:e}))),iP=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M5.354 2.146a.5.5 0 010 .708L1.707 6.5H13.5a.5.5 0 010 1H1.707l3.647 3.646a.5.5 0 01-.708.708l-4.5-4.5a.5.5 0 010-.708l4.5-4.5a.5.5 0 01.708 0z",fill:e}))),lP=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M8.646 2.146a.5.5 0 01.708 0l4.5 4.5a.5.5 0 010 .708l-4.5 4.5a.5.5 0 01-.708-.708L12.293 7.5H.5a.5.5 0 010-1h11.793L8.646 2.854a.5.5 0 010-.708z",fill:e}))),sP=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.772 3.59c.126-.12.33-.12.456 0l5.677 5.387c.203.193.06.523-.228.523H1.323c-.287 0-.431-.33-.228-.523L6.772 3.59z",fill:e}))),uP=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.228 10.41a.335.335 0 01-.456 0L1.095 5.023c-.203-.193-.06-.523.228-.523h11.354c.287 0 .431.33.228.523L7.228 10.41z",fill:e}))),cP=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.712 7.212a.3.3 0 010-.424l5.276-5.276a.3.3 0 01.512.212v10.552a.3.3 0 01-.512.212L3.712 7.212z",fill:e}))),dP=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.288 7.212a.3.3 0 000-.424L5.012 1.512a.3.3 0 00-.512.212v10.552a.3.3 0 00.512.212l5.276-5.276z",fill:e}))),pP=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M7.354.146l4 4a.5.5 0 01-.708.708L7 1.207 3.354 4.854a.5.5 0 11-.708-.708l4-4a.5.5 0 01.708 0zM11.354 9.146a.5.5 0 010 .708l-4 4a.5.5 0 01-.708 0l-4-4a.5.5 0 11.708-.708L7 12.793l3.646-3.647a.5.5 0 01.708 0z",fill:e}))),fP=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M3.354.146a.5.5 0 10-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 00-.708-.708L7 3.793 3.354.146zM6.646 9.146a.5.5 0 01.708 0l4 4a.5.5 0 01-.708.708L7 10.207l-3.646 3.647a.5.5 0 01-.708-.708l4-4z",fill:e}))),hP=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M1.5 1h2a.5.5 0 010 1h-.793l3.147 3.146a.5.5 0 11-.708.708L2 2.707V3.5a.5.5 0 01-1 0v-2a.5.5 0 01.5-.5zM10 1.5a.5.5 0 01.5-.5h2a.5.5 0 01.5.5v2a.5.5 0 01-1 0v-.793L8.854 5.854a.5.5 0 11-.708-.708L11.293 2H10.5a.5.5 0 01-.5-.5zM12.5 10a.5.5 0 01.5.5v2a.5.5 0 01-.5.5h-2a.5.5 0 010-1h.793L8.146 8.854a.5.5 0 11.708-.708L12 11.293V10.5a.5.5 0 01.5-.5zM2 11.293V10.5a.5.5 0 00-1 0v2a.5.5 0 00.5.5h2a.5.5 0 000-1h-.793l3.147-3.146a.5.5 0 10-.708-.708L2 11.293z",fill:e}))),mP=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M6.646.147l-1.5 1.5a.5.5 0 10.708.707l.646-.647V5a.5.5 0 001 0V1.707l.646.647a.5.5 0 10.708-.707l-1.5-1.5a.5.5 0 00-.708 0z",fill:e}),s.createElement("path",{d:"M1.309 4.038a.498.498 0 00-.16.106l-.005.005a.498.498 0 00.002.705L3.293 7 1.146 9.146A.498.498 0 001.5 10h3a.5.5 0 000-1H2.707l1.5-1.5h5.586l2.353 2.354a.5.5 0 00.708-.708L10.707 7l2.146-2.146.11-.545-.107.542A.499.499 0 0013 4.503v-.006a.5.5 0 00-.144-.348l-.005-.005A.498.498 0 0012.5 4h-3a.5.5 0 000 1h1.793l-1.5 1.5H4.207L2.707 5H4.5a.5.5 0 000-1h-3a.498.498 0 00-.191.038z",fill:e}),s.createElement("path",{d:"M7 8.5a.5.5 0 01.5.5v3.293l.646-.647a.5.5 0 01.708.708l-1.5 1.5a.5.5 0 01-.708 0l-1.5-1.5a.5.5 0 01.708-.708l.646.647V9a.5.5 0 01.5-.5zM9 9.5a.5.5 0 01.5-.5h3a.5.5 0 010 1h-3a.5.5 0 01-.5-.5z",fill:e}))),gP=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M10.646 2.646a.5.5 0 01.708 0l1.5 1.5a.5.5 0 010 .708l-1.5 1.5a.5.5 0 01-.708-.708L11.293 5H1.5a.5.5 0 010-1h9.793l-.647-.646a.5.5 0 010-.708zM3.354 8.354L2.707 9H12.5a.5.5 0 010 1H2.707l.647.646a.5.5 0 01-.708.708l-1.5-1.5a.5.5 0 010-.708l1.5-1.5a.5.5 0 11.708.708z",fill:e}))),vP=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M1.5 1a.5.5 0 01.5.5V10a2 2 0 004 0V4a3 3 0 016 0v7.793l1.146-1.147a.5.5 0 01.708.708l-2 2a.5.5 0 01-.708 0l-2-2a.5.5 0 01.708-.708L11 11.793V4a2 2 0 10-4 0v6.002a3 3 0 01-6 0V1.5a.5.5 0 01.5-.5z",fill:e}))),yP=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M1.146 3.854a.5.5 0 010-.708l2-2a.5.5 0 11.708.708L2.707 3h6.295A4 4 0 019 11H3a.5.5 0 010-1h6a3 3 0 100-6H2.707l1.147 1.146a.5.5 0 11-.708.708l-2-2z",fill:e}))),wP=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M4.354 2.146a.5.5 0 010 .708L1.707 5.5H9.5A4.5 4.5 0 0114 10v1.5a.5.5 0 01-1 0V10a3.5 3.5 0 00-3.5-3.5H1.707l2.647 2.646a.5.5 0 11-.708.708l-3.5-3.5a.5.5 0 010-.708l3.5-3.5a.5.5 0 01.708 0z",fill:e}))),DP=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M5.5 1A.5.5 0 005 .5H2a.5.5 0 000 1h1.535a6.502 6.502 0 002.383 11.91.5.5 0 10.165-.986A5.502 5.502 0 014.5 2.1V4a.5.5 0 001 0V1.353a.5.5 0 000-.023V1zM7.507 1a.5.5 0 01.576-.41 6.502 6.502 0 012.383 11.91H12a.5.5 0 010 1H9a.5.5 0 01-.5-.5v-3a.5.5 0 011 0v1.9A5.5 5.5 0 007.917 1.576.5.5 0 017.507 1z",fill:e}))),EP=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M8.646 5.854L7.5 4.707V10.5a.5.5 0 01-1 0V4.707L5.354 5.854a.5.5 0 11-.708-.708l2-2a.5.5 0 01.708 0l2 2a.5.5 0 11-.708.708z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zm-1 0A6 6 0 111 7a6 6 0 0112 0z",fill:e}))),bP=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M5.354 8.146L6.5 9.293V3.5a.5.5 0 011 0v5.793l1.146-1.147a.5.5 0 11.708.708l-2 2a.5.5 0 01-.708 0l-2-2a.5.5 0 11.708-.708z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 7a7 7 0 1114 0A7 7 0 010 7zm1 0a6 6 0 1112 0A6 6 0 011 7z",fill:e}))),CP=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M5.854 5.354L4.707 6.5H10.5a.5.5 0 010 1H4.707l1.147 1.146a.5.5 0 11-.708.708l-2-2a.5.5 0 010-.708l2-2a.5.5 0 11.708.708z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 0a7 7 0 110 14A7 7 0 017 0zm0 1a6 6 0 110 12A6 6 0 017 1z",fill:e}))),xP=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M3.5 6.5h5.793L8.146 5.354a.5.5 0 11.708-.708l2 2a.5.5 0 010 .708l-2 2a.5.5 0 11-.708-.708L9.293 7.5H3.5a.5.5 0 010-1z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 14A7 7 0 117 0a7 7 0 010 14zm0-1A6 6 0 117 1a6 6 0 010 12z",fill:e}))),SP=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M7.092.5H7a6.5 6.5 0 106.41 7.583.5.5 0 10-.986-.166A5.495 5.495 0 017 12.5a5.5 5.5 0 010-11h.006a5.5 5.5 0 014.894 3H10a.5.5 0 000 1h3a.5.5 0 00.5-.5V2a.5.5 0 00-1 0v1.535A6.495 6.495 0 007.092.5z",fill:e}))),kP=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 100 7a7 7 0 0014 0zm-6.535 5.738c-.233.23-.389.262-.465.262-.076 0-.232-.032-.465-.262-.238-.234-.497-.623-.737-1.182-.434-1.012-.738-2.433-.79-4.056h3.984c-.052 1.623-.356 3.043-.79 4.056-.24.56-.5.948-.737 1.182zM8.992 6.5H5.008c.052-1.623.356-3.044.79-4.056.24-.56.5-.948.737-1.182C6.768 1.032 6.924 1 7 1c.076 0 .232.032.465.262.238.234.497.623.737 1.182.434 1.012.738 2.433.79 4.056zm1 1c-.065 2.176-.558 4.078-1.282 5.253A6.005 6.005 0 0012.98 7.5H9.992zm2.987-1H9.992c-.065-2.176-.558-4.078-1.282-5.253A6.005 6.005 0 0112.98 6.5zm-8.971 0c.065-2.176.558-4.078 1.282-5.253A6.005 6.005 0 001.02 6.5h2.988zm-2.987 1a6.005 6.005 0 004.27 5.253C4.565 11.578 4.072 9.676 4.007 7.5H1.02z",fill:e}))),AP=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.087 3.397L5.95 5.793a.374.374 0 00-.109.095.377.377 0 00-.036.052l-2.407 4.147a.374.374 0 00-.004.384c.104.179.334.24.513.136l4.142-2.404a.373.373 0 00.148-.143l2.406-4.146a.373.373 0 00-.037-.443.373.373 0 00-.478-.074zM4.75 9.25l2.847-1.652-1.195-1.195L4.75 9.25z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zm-1 0A6 6 0 111 7a6 6 0 0112 0z",fill:e}))),FP=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 7a7 7 0 1114 0A7 7 0 010 7zm6.5 3.5v2.48A6.001 6.001 0 011.02 7.5H3.5a.5.5 0 000-1H1.02A6.001 6.001 0 016.5 1.02V3.5a.5.5 0 001 0V1.02a6.001 6.001 0 015.48 5.48H10.5a.5.5 0 000 1h2.48a6.002 6.002 0 01-5.48 5.48V10.5a.5.5 0 00-1 0z",fill:e}))),_P=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9 5a2 2 0 11-4 0 2 2 0 014 0zM8 5a1 1 0 11-2 0 1 1 0 012 0z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 5A5 5 0 002 5c0 2.633 2.273 6.154 4.65 8.643.192.2.508.2.7 0C9.726 11.153 12 7.633 12 5zM7 1a4 4 0 014 4c0 1.062-.471 2.42-1.303 3.88-.729 1.282-1.69 2.562-2.697 3.67-1.008-1.108-1.968-2.388-2.697-3.67C3.47 7.42 3 6.063 3 5a4 4 0 014-4z",fill:e}))),zP=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M7 2a.5.5 0 01.5.5v4H10a.5.5 0 010 1H7a.5.5 0 01-.5-.5V2.5A.5.5 0 017 2z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 14A7 7 0 107 0a7 7 0 000 14zm0-1A6 6 0 107 1a6 6 0 000 12z",fill:e}))),TP=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M9.79 4.093a.5.5 0 01.117.698L7.91 7.586a1 1 0 11-.814-.581l1.997-2.796a.5.5 0 01.698-.116z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.069 12.968a7 7 0 119.863 0A12.962 12.962 0 007 12c-1.746 0-3.41.344-4.931.968zm9.582-1.177a6 6 0 10-9.301 0A13.98 13.98 0 017 11c1.629 0 3.194.279 4.65.791z",fill:e}))),IP=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M7.5 4.5a.5.5 0 00-1 0v2.634a1 1 0 101 0V4.5z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.5.5A.5.5 0 016 0h2a.5.5 0 010 1h-.5v1.02a5.973 5.973 0 013.374 1.398l.772-.772a.5.5 0 01.708.708l-.772.772A6 6 0 116.5 2.02V1H6a.5.5 0 01-.5-.5zM7 3a5 5 0 100 10A5 5 0 007 3z",fill:e}))),RP=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.354 1.146l5.5 5.5a.5.5 0 01-.708.708L12 7.207V12.5a.5.5 0 01-.5.5h-3a.5.5 0 01-.5-.5V9H6v3.5a.5.5 0 01-.5.5h-3a.5.5 0 01-.5-.5V7.207l-.146.147a.5.5 0 11-.708-.708l1-1 4.5-4.5a.5.5 0 01.708 0zM3 6.207V12h2V8.5a.5.5 0 01.5-.5h3a.5.5 0 01.5.5V12h2V6.207l-4-4-4 4z",fill:e}))),BP=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.213 4.094a.5.5 0 01.056-.034l5.484-2.995a.498.498 0 01.494 0L12.73 4.06a.507.507 0 01.266.389.498.498 0 01-.507.555H1.51a.5.5 0 01-.297-.91zm2.246-.09h7.082L7 2.07 3.459 4.004z",fill:e}),s.createElement("path",{d:"M4 6a.5.5 0 00-1 0v5a.5.5 0 001 0V6zM11 6a.5.5 0 00-1 0v5a.5.5 0 001 0V6zM5.75 5.5a.5.5 0 01.5.5v5a.5.5 0 01-1 0V6a.5.5 0 01.5-.5zM8.75 6a.5.5 0 00-1 0v5a.5.5 0 001 0V6zM1.5 12.504a.5.5 0 01.5-.5h10a.5.5 0 010 1H2a.5.5 0 01-.5-.5z",fill:e}))),LP=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("g",{clipPath:"url(#prefix__clip0_1107_3594)"},s.createElement("path",{d:"M11.451.537l.01 12.922h0L7.61 8.946a1.077 1.077 0 00-.73-.374L.964 8.087 11.45.537h0z",stroke:e,strokeWidth:1.077})),s.createElement("defs",null,s.createElement("clipPath",{id:"prefix__clip0_1107_3594"},s.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),$P=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zM2.671 11.155c.696-1.006 2.602-1.816 3.194-1.91.226-.036.232-.658.232-.658s-.665-.658-.81-1.544c-.39 0-.63-.94-.241-1.272a2.578 2.578 0 00-.012-.13c-.066-.607-.28-2.606 1.965-2.606 2.246 0 2.031 2 1.966 2.606l-.012.13c.39.331.149 1.272-.24 1.272-.146.886-.81 1.544-.81 1.544s.004.622.23.658c.593.094 2.5.904 3.195 1.91a6 6 0 10-8.657 0z",fill:e}))),MP=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M7.275 13.16a11.388 11.388 0 005.175-1.232v-.25c0-1.566-3.237-2.994-4.104-3.132-.27-.043-.276-.783-.276-.783s.791-.783.964-1.836c.463 0 .75-1.119.286-1.513C9.34 4 9.916 1.16 6.997 1.16c-2.92 0-2.343 2.84-2.324 3.254-.463.394-.177 1.513.287 1.513.172 1.053.963 1.836.963 1.836s-.006.74-.275.783c-.858.136-4.036 1.536-4.103 3.082a11.388 11.388 0 005.73 1.532z",fill:e}))),OP=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M1.183 11.906a10.645 10.645 0 01-1.181-.589c.062-1.439 3.02-2.74 3.818-2.868.25-.04.256-.728.256-.728s-.736-.729-.896-1.709c-.432 0-.698-1.041-.267-1.408A2.853 2.853 0 002.9 4.46c-.072-.672-.31-2.884 2.175-2.884 2.486 0 2.248 2.212 2.176 2.884-.007.062-.012.112-.014.144.432.367.165 1.408-.266 1.408-.16.98-.896 1.709-.896 1.709s.005.688.256.728c.807.129 3.82 1.457 3.82 2.915v.233a10.598 10.598 0 01-4.816 1.146c-1.441 0-2.838-.282-4.152-.837zM11.5 2.16a.5.5 0 01.5.5v1.5h1.5a.5.5 0 010 1H12v1.5a.5.5 0 01-1 0v-1.5H9.5a.5.5 0 110-1H11v-1.5a.5.5 0 01.5-.5z",fill:e}))),PP=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M9.21 11.623a10.586 10.586 0 01-4.031.787A10.585 10.585 0 010 11.07c.06-1.354 2.933-2.578 3.708-2.697.243-.038.249-.685.249-.685s-.715-.685-.87-1.607c-.42 0-.679-.979-.26-1.323a2.589 2.589 0 00-.013-.136c-.07-.632-.3-2.712 2.113-2.712 2.414 0 2.183 2.08 2.113 2.712-.007.059-.012.105-.013.136.419.344.16 1.323-.259 1.323-.156.922-.87 1.607-.87 1.607s.005.647.248.685c.784.12 3.71 1.37 3.71 2.74v.22c-.212.103-.427.2-.646.29z",fill:e}),s.createElement("path",{d:"M8.81 8.417a9.643 9.643 0 00-.736-.398c.61-.42 1.396-.71 1.7-.757.167-.026.171-.471.171-.471s-.491-.471-.598-1.104c-.288 0-.466-.674-.178-.91-.001-.022-.005-.053-.01-.094-.048-.434-.206-1.864 1.453-1.864 1.66 0 1.5 1.43 1.453 1.864l-.01.094c.289.236.11.91-.178.91-.107.633-.598 1.104-.598 1.104s.004.445.171.47c.539.084 2.55.942 2.55 1.884v.628a10.604 10.604 0 01-3.302.553 2.974 2.974 0 00-.576-.879c-.375-.408-.853-.754-1.312-1.03z",fill:e}))),NP=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M9.106 7.354c-.627.265-1.295.4-1.983.4a5.062 5.062 0 01-2.547-.681c.03-.688 1.443-1.31 1.824-1.37.12-.02.122-.348.122-.348s-.351-.348-.428-.816c-.206 0-.333-.498-.127-.673 0-.016-.003-.04-.007-.07C5.926 3.477 5.812 2.42 7 2.42c1.187 0 1.073 1.057 1.039 1.378l-.007.069c.207.175.08.673-.127.673-.076.468-.428.816-.428.816s.003.329.122.348c.386.06 1.825.696 1.825 1.392v.111c-.104.053-.21.102-.318.148zM3.75 11.25A.25.25 0 014 11h6a.25.25 0 110 .5H4a.25.25 0 01-.25-.25zM4 9a.25.25 0 000 .5h6a.25.25 0 100-.5H4z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 .5a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v13a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5V.5zM2 13V1h10v12H2z",fill:e}))),HP=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M3.968 8.75a.5.5 0 00-.866.5A4.498 4.498 0 007 11.5c1.666 0 3.12-.906 3.898-2.25a.5.5 0 10-.866-.5A3.498 3.498 0 017 10.5a3.498 3.498 0 01-3.032-1.75zM5.5 5a1 1 0 11-2 0 1 1 0 012 0zM9.5 6a1 1 0 100-2 1 1 0 000 2z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zm-1 0A6 6 0 111 7a6 6 0 0112 0z",fill:e}))),jP=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M4.5 9a.5.5 0 000 1h5a.5.5 0 000-1h-5zM5.5 5a1 1 0 11-2 0 1 1 0 012 0zM9.5 6a1 1 0 100-2 1 1 0 000 2z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zm-1 0A6 6 0 111 7a6 6 0 0112 0z",fill:e}))),VP=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M3.968 10.25a.5.5 0 01-.866-.5A4.498 4.498 0 017 7.5c1.666 0 3.12.906 3.898 2.25a.5.5 0 11-.866.5A3.498 3.498 0 007 8.5a3.498 3.498 0 00-3.032 1.75zM5.5 5a1 1 0 11-2 0 1 1 0 012 0zM9.5 6a1 1 0 100-2 1 1 0 000 2z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zm-1 0A6 6 0 111 7a6 6 0 0112 0z",fill:e}))),UP=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{d:"M3.526 4.842a.5.5 0 01.632-.316l2.051.684a2.5 2.5 0 001.582 0l2.05-.684a.5.5 0 01.317.948l-2.453.818a.3.3 0 00-.205.285v.243a4.5 4.5 0 00.475 2.012l.972 1.944a.5.5 0 11-.894.448L7 9.118l-1.053 2.106a.5.5 0 11-.894-.447l.972-1.945A4.5 4.5 0 006.5 6.82v-.243a.3.3 0 00-.205-.285l-2.453-.818a.5.5 0 01-.316-.632z",fill:e}),s.createElement("path",{d:"M7 4.5a1 1 0 100-2 1 1 0 000 2z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 14A7 7 0 107 0a7 7 0 000 14zm0-1A6 6 0 107 1a6 6 0 000 12z",fill:e}))),WP=s.forwardRef(({color:e="currentColor",size:t=14,...n},r)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 15 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:r,...n},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 14A7 7 0 107 0a7 7 0 000 14zM8 3.5a1 1 0 11-2 0 1 1 0 012 0zM3.526 4.842a.5.5 0 01.632-.316l2.051.684a2.5 2.5 0 001.582 0l2.05-.684a.5.5 0 01.317.948l-2.453.818a.3.3 0 00-.205.285v.243a4.5 4.5 0 00.475 2.012l.972 1.944a.5.5 0 11-.894.448L7 9.118l-1.053 2.106a.5.5 0 11-.894-.447l.972-1.945A4.5 4.5 0 006.5 6.82v-.243a.3.3 0 00-.205-.285l-2.453-.818a.5.5 0 01-.316-.632z",fill:e}))),qP=0,GP=u(e=>e.button===qP&&!e.altKey&&!e.ctrlKey&&!e.metaKey&&!e.shiftKey,"isPlainLeftClick"),YP=u((e,t)=>{GP(e)&&(e.preventDefault(),t(e))},"cancelled"),KP=R.span(({withArrow:e})=>e?{"> svg:last-of-type":{height:"0.7em",width:"0.7em",marginRight:0,marginLeft:"0.25em",bottom:"auto",verticalAlign:"inherit"}}:{},({containsIcon:e})=>e?{svg:{height:"1em",width:"1em",verticalAlign:"middle",position:"relative",bottom:0,marginRight:0}}:{}),XP=R.a(({theme:e})=>({display:"inline-block",transition:"all 150ms ease-out",textDecoration:"none",color:e.color.secondary,"&:hover, &:focus":{cursor:"pointer",color:Ea(.07,e.color.secondary),"svg path:not([fill])":{fill:Ea(.07,e.color.secondary)}},"&:active":{color:Ea(.1,e.color.secondary),"svg path:not([fill])":{fill:Ea(.1,e.color.secondary)}},svg:{display:"inline-block",height:"1em",width:"1em",verticalAlign:"text-top",position:"relative",bottom:"-0.125em",marginRight:"0.4em","& path":{fill:e.color.secondary}}}),({theme:e,secondary:t,tertiary:n})=>{let r;return t&&(r=[e.textMutedColor,e.color.dark,e.color.darker]),n&&(r=[e.color.dark,e.color.darkest,e.textMutedColor]),r?{color:r[0],"svg path:not([fill])":{fill:r[0]},"&:hover":{color:r[1],"svg path:not([fill])":{fill:r[1]}},"&:active":{color:r[2],"svg path:not([fill])":{fill:r[2]}}}:{}},({nochrome:e})=>e?{color:"inherit","&:hover, &:active":{color:"inherit",textDecoration:"underline"}}:{},({theme:e,inverse:t})=>t?{color:e.color.lightest,":not([fill])":{fill:e.color.lightest},"&:hover":{color:e.color.lighter,"svg path:not([fill])":{fill:e.color.lighter}},"&:active":{color:e.color.light,"svg path:not([fill])":{fill:e.color.light}}}:{},({isButton:e})=>e?{border:0,borderRadius:0,background:"none",padding:0,fontSize:"inherit"}:{}),SA=u(({cancel:e=!0,children:t,onClick:n=void 0,withArrow:r=!1,containsIcon:o=!1,className:a=void 0,style:i=void 0,...l})=>A.createElement(XP,{...l,onClick:n&&e?c=>YP(c,n):n,className:a},A.createElement(KP,{withArrow:r,containsIcon:o},t,r&&A.createElement(xA,null))),"Link"),ZP=R.div(({theme:e})=>({fontSize:`${e.typography.size.s2}px`,lineHeight:"1.6",h1:{fontSize:`${e.typography.size.l1}px`,fontWeight:e.typography.weight.bold},h2:{fontSize:`${e.typography.size.m2}px`,borderBottom:`1px solid ${e.appBorderColor}`},h3:{fontSize:`${e.typography.size.m1}px`},h4:{fontSize:`${e.typography.size.s3}px`},h5:{fontSize:`${e.typography.size.s2}px`},h6:{fontSize:`${e.typography.size.s2}px`,color:e.color.dark},"pre:not(.prismjs)":{background:"transparent",border:"none",borderRadius:0,padding:0,margin:0},"pre pre, pre.prismjs":{padding:15,margin:0,whiteSpace:"pre-wrap",color:"inherit",fontSize:"13px",lineHeight:"19px"},"pre pre code, pre.prismjs code":{color:"inherit",fontSize:"inherit"},"pre code":{margin:0,padding:0,whiteSpace:"pre",border:"none",background:"transparent"},"pre code, pre tt":{backgroundColor:"transparent",border:"none"},"body > *:first-of-type":{marginTop:"0 !important"},"body > *:last-child":{marginBottom:"0 !important"},a:{color:e.color.secondary,textDecoration:"none"},"a.absent":{color:"#cc0000"},"a.anchor":{display:"block",paddingLeft:30,marginLeft:-30,cursor:"pointer",position:"absolute",top:0,left:0,bottom:0},"h1, h2, h3, h4, h5, h6":{margin:"20px 0 10px",padding:0,cursor:"text",position:"relative","&:first-of-type":{marginTop:0,paddingTop:0},"&:hover a.anchor":{textDecoration:"none"},"& tt, & code":{fontSize:"inherit"}},"h1:first-of-type + h2":{marginTop:0,paddingTop:0},"p, blockquote, ul, ol, dl, li, table, pre":{margin:"15px 0"},hr:{border:"0 none",borderTop:`1px solid ${e.appBorderColor}`,height:4,padding:0},"body > h1:first-of-type, body > h2:first-of-type, body > h3:first-of-type, body > h4:first-of-type, body > h5:first-of-type, body > h6:first-of-type":{marginTop:0,paddingTop:0},"body > h1:first-of-type + h2":{marginTop:0,paddingTop:0},"a:first-of-type h1, a:first-of-type h2, a:first-of-type h3, a:first-of-type h4, a:first-of-type h5, a:first-of-type h6":{marginTop:0,paddingTop:0},"h1 p, h2 p, h3 p, h4 p, h5 p, h6 p":{marginTop:0},"li p.first":{display:"inline-block"},"ul, ol":{paddingLeft:30,"& :first-of-type":{marginTop:0},"& :last-child":{marginBottom:0}},dl:{padding:0},"dl dt":{fontSize:"14px",fontWeight:"bold",fontStyle:"italic",margin:"0 0 15px",padding:"0 15px","&:first-of-type":{padding:0},"& > :first-of-type":{marginTop:0},"& > :last-child":{marginBottom:0}},blockquote:{borderLeft:`4px solid ${e.color.medium}`,padding:"0 15px",color:e.color.dark,"& > :first-of-type":{marginTop:0},"& > :last-child":{marginBottom:0}},table:{padding:0,borderCollapse:"collapse","& tr":{borderTop:`1px solid ${e.appBorderColor}`,backgroundColor:"white",margin:0,padding:0,"& th":{fontWeight:"bold",border:`1px solid ${e.appBorderColor}`,textAlign:"left",margin:0,padding:"6px 13px"},"& td":{border:`1px solid ${e.appBorderColor}`,textAlign:"left",margin:0,padding:"6px 13px"},"&:nth-of-type(2n)":{backgroundColor:e.color.lighter},"& th :first-of-type, & td :first-of-type":{marginTop:0},"& th :last-child, & td :last-child":{marginBottom:0}}},img:{maxWidth:"100%"},"span.frame":{display:"block",overflow:"hidden","& > span":{border:`1px solid ${e.color.medium}`,display:"block",float:"left",overflow:"hidden",margin:"13px 0 0",padding:7,width:"auto"},"& span img":{display:"block",float:"left"},"& span span":{clear:"both",color:e.color.darkest,display:"block",padding:"5px 0 0"}},"span.align-center":{display:"block",overflow:"hidden",clear:"both","& > span":{display:"block",overflow:"hidden",margin:"13px auto 0",textAlign:"center"},"& span img":{margin:"0 auto",textAlign:"center"}},"span.align-right":{display:"block",overflow:"hidden",clear:"both","& > span":{display:"block",overflow:"hidden",margin:"13px 0 0",textAlign:"right"},"& span img":{margin:0,textAlign:"right"}},"span.float-left":{display:"block",marginRight:13,overflow:"hidden",float:"left","& span":{margin:"13px 0 0"}},"span.float-right":{display:"block",marginLeft:13,overflow:"hidden",float:"right","& > span":{display:"block",overflow:"hidden",margin:"13px auto 0",textAlign:"right"}},"code, tt":{margin:"0 2px",padding:"0 5px",whiteSpace:"nowrap",border:`1px solid ${e.color.mediumlight}`,backgroundColor:e.color.lighter,borderRadius:3,color:e.base==="dark"?e.color.darkest:e.color.dark}})),So=[],li=null,QP=s.lazy(async()=>{let{SyntaxHighlighter:e}=await Promise.resolve().then(()=>(J0(),hm));return So.length>0&&(So.forEach(t=>{e.registerLanguage(...t)}),So=[]),li===null&&(li=e),{default:u(t=>A.createElement(e,{...t}),"default")}}),JP=s.lazy(async()=>{let[{SyntaxHighlighter:e},{formatter:t}]=await Promise.all([Promise.resolve().then(()=>(J0(),hm)),Promise.resolve().then(()=>(IB(),$S))]);return So.length>0&&(So.forEach(n=>{e.registerLanguage(...n)}),So=[]),li===null&&(li=e),{default:u(n=>A.createElement(e,{...n,formatter:t}),"default")}}),kA=u(e=>A.createElement(s.Suspense,{fallback:A.createElement("div",null)},e.format!==!1?A.createElement(JP,{...e}):A.createElement(QP,{...e})),"SyntaxHighlighter");kA.registerLanguage=(...e)=>{if(li!==null){li.registerLanguage(...e);return}So.push(e)};J0();nb();var AA={};hi(AA,{Close:()=>SF,Content:()=>bF,Description:()=>xF,Dialog:()=>lF,DialogClose:()=>yF,DialogContent:()=>fF,DialogDescription:()=>vF,DialogOverlay:()=>pF,DialogPortal:()=>dF,DialogTitle:()=>gF,DialogTrigger:()=>sF,Overlay:()=>EF,Portal:()=>DF,Root:()=>wF,Title:()=>CF,Trigger:()=>qN,WarningProvider:()=>WN,createDialogScope:()=>LN});hn();dm();mi();cb();um();var eN=s.useId||(()=>{}),tN=0;function lc(e){let[t,n]=s.useState(eN());return Xl(()=>{e||n(r=>r??String(tN++))},[e]),e||(t?`radix-${t}`:"")}u(lc,"$1746a345f3d73bb7$export$f680877a34711e37");Cs();function FA({prop:e,defaultProp:t,onChange:n=u(()=>{},"onChange")}){let[r,o]=_A({defaultProp:t,onChange:n}),a=e!==void 0,i=a?e:r,l=et(n),c=s.useCallback(d=>{if(a){let p=typeof d=="function"?d(e):d;p!==e&&l(p)}else o(d)},[a,e,o,l]);return[i,c]}u(FA,"$71cd76cc60e0454e$export$6f32135080cb4c3");function _A({defaultProp:e,onChange:t}){let n=s.useState(e),[r]=n,o=s.useRef(r),a=et(t);return s.useEffect(()=>{o.current!==r&&(a(r),o.current=r)},[r,o,a]),n}u(_A,"$71cd76cc60e0454e$var$useUncontrolledState");hn();dm();bs();mi();Cs();Cs();function zA(e,t=globalThis==null?void 0:globalThis.document){let n=et(e);s.useEffect(()=>{let r=u(o=>{o.key==="Escape"&&n(o)},"handleKeyDown");return t.addEventListener("keydown",r),()=>t.removeEventListener("keydown",r)},[n,t])}u(zA,"$addc16e1bbe58fd0$export$3a72a57244d6e765");var F2="dismissableLayer.update",nN="dismissableLayer.pointerDownOutside",rN="dismissableLayer.focusOutside",H6,oN=s.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),aN=s.forwardRef((e,t)=>{var n;let{disableOutsidePointerEvents:r=!1,onEscapeKeyDown:o,onPointerDownOutside:a,onFocusOutside:i,onInteractOutside:l,onDismiss:c,...d}=e,p=s.useContext(oN),[h,f]=s.useState(null),m=(n=h==null?void 0:h.ownerDocument)!==null&&n!==void 0?n:globalThis==null?void 0:globalThis.document,[,v]=s.useState({}),w=Ct(t,k=>f(k)),C=Array.from(p.layers),[D]=[...p.layersWithOutsidePointerEventsDisabled].slice(-1),g=C.indexOf(D),y=h?C.indexOf(h):-1,E=p.layersWithOutsidePointerEventsDisabled.size>0,b=y>=g,x=TA(k=>{let _=k.target,F=[...p.branches].some(T=>T.contains(_));!b||F||(a==null||a(k),l==null||l(k),k.defaultPrevented||(c==null||c()))},m),S=IA(k=>{let _=k.target;[...p.branches].some(F=>F.contains(_))||(i==null||i(k),l==null||l(k),k.defaultPrevented||(c==null||c()))},m);return zA(k=>{y===p.layers.size-1&&(o==null||o(k),!k.defaultPrevented&&c&&(k.preventDefault(),c()))},m),s.useEffect(()=>{if(h)return r&&(p.layersWithOutsidePointerEventsDisabled.size===0&&(H6=m.body.style.pointerEvents,m.body.style.pointerEvents="none"),p.layersWithOutsidePointerEventsDisabled.add(h)),p.layers.add(h),_2(),()=>{r&&p.layersWithOutsidePointerEventsDisabled.size===1&&(m.body.style.pointerEvents=H6)}},[h,m,r,p]),s.useEffect(()=>()=>{h&&(p.layers.delete(h),p.layersWithOutsidePointerEventsDisabled.delete(h),_2())},[h,p]),s.useEffect(()=>{let k=u(()=>v({}),"handleUpdate");return document.addEventListener(F2,k),()=>document.removeEventListener(F2,k)},[]),s.createElement(st.div,W({},d,{ref:w,style:{pointerEvents:E?b?"auto":"none":void 0,...e.style},onFocusCapture:Ge(e.onFocusCapture,S.onFocusCapture),onBlurCapture:Ge(e.onBlurCapture,S.onBlurCapture),onPointerDownCapture:Ge(e.onPointerDownCapture,x.onPointerDownCapture)}))});function TA(e,t=globalThis==null?void 0:globalThis.document){let n=et(e),r=s.useRef(!1),o=s.useRef(()=>{});return s.useEffect(()=>{let a=u(l=>{if(l.target&&!r.current){let c=function(){_g(nN,n,d,{discrete:!0})};u(c,"handleAndDispatchPointerDownOutsideEvent");let d={originalEvent:l};l.pointerType==="touch"?(t.removeEventListener("click",o.current),o.current=c,t.addEventListener("click",o.current,{once:!0})):c()}else t.removeEventListener("click",o.current);r.current=!1},"handlePointerDown"),i=window.setTimeout(()=>{t.addEventListener("pointerdown",a)},0);return()=>{window.clearTimeout(i),t.removeEventListener("pointerdown",a),t.removeEventListener("click",o.current)}},[t,n]),{onPointerDownCapture:u(()=>r.current=!0,"onPointerDownCapture")}}u(TA,"$5cb92bef7577960e$var$usePointerDownOutside");function IA(e,t=globalThis==null?void 0:globalThis.document){let n=et(e),r=s.useRef(!1);return s.useEffect(()=>{let o=u(a=>{a.target&&!r.current&&_g(rN,n,{originalEvent:a},{discrete:!1})},"handleFocus");return t.addEventListener("focusin",o),()=>t.removeEventListener("focusin",o)},[t,n]),{onFocusCapture:u(()=>r.current=!0,"onFocusCapture"),onBlurCapture:u(()=>r.current=!1,"onBlurCapture")}}u(IA,"$5cb92bef7577960e$var$useFocusOutside");function _2(){let e=new CustomEvent(F2);document.dispatchEvent(e)}u(_2,"$5cb92bef7577960e$var$dispatchUpdate");function _g(e,t,n,{discrete:r}){let o=n.originalEvent.target,a=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:n});t&&o.addEventListener(e,t,{once:!0}),r?ab(o,a):o.dispatchEvent(a)}u(_g,"$5cb92bef7577960e$var$handleAndDispatchCustomEvent");hn();mi();bs();Cs();var pf="focusScope.autoFocusOnMount",ff="focusScope.autoFocusOnUnmount",j6={bubbles:!1,cancelable:!0},iN=s.forwardRef((e,t)=>{let{loop:n=!1,trapped:r=!1,onMountAutoFocus:o,onUnmountAutoFocus:a,...i}=e,[l,c]=s.useState(null),d=et(o),p=et(a),h=s.useRef(null),f=Ct(t,w=>c(w)),m=s.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;s.useEffect(()=>{if(r){let w=function(y){if(m.paused||!l)return;let E=y.target;l.contains(E)?h.current=E:Jn(h.current,{select:!0})},C=function(y){if(m.paused||!l)return;let E=y.relatedTarget;E!==null&&(l.contains(E)||Jn(h.current,{select:!0}))},D=function(y){if(document.activeElement===document.body)for(let E of y)E.removedNodes.length>0&&Jn(l)};u(w,"handleFocusIn"),u(C,"handleFocusOut"),u(D,"handleMutations"),document.addEventListener("focusin",w),document.addEventListener("focusout",C);let g=new MutationObserver(D);return l&&g.observe(l,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",w),document.removeEventListener("focusout",C),g.disconnect()}}},[r,l,m.paused]),s.useEffect(()=>{if(l){V6.add(m);let w=document.activeElement;if(!l.contains(w)){let C=new CustomEvent(pf,j6);l.addEventListener(pf,d),l.dispatchEvent(C),C.defaultPrevented||(RA(OA(zg(l)),{select:!0}),document.activeElement===w&&Jn(l))}return()=>{l.removeEventListener(pf,d),setTimeout(()=>{let C=new CustomEvent(ff,j6);l.addEventListener(ff,p),l.dispatchEvent(C),C.defaultPrevented||Jn(w??document.body,{select:!0}),l.removeEventListener(ff,p),V6.remove(m)},0)}}},[l,d,p,m]);let v=s.useCallback(w=>{if(!n&&!r||m.paused)return;let C=w.key==="Tab"&&!w.altKey&&!w.ctrlKey&&!w.metaKey,D=document.activeElement;if(C&&D){let g=w.currentTarget,[y,E]=BA(g);y&&E?!w.shiftKey&&D===E?(w.preventDefault(),n&&Jn(y,{select:!0})):w.shiftKey&&D===y&&(w.preventDefault(),n&&Jn(E,{select:!0})):D===g&&w.preventDefault()}},[n,r,m.paused]);return s.createElement(st.div,W({tabIndex:-1},i,{ref:f,onKeyDown:v}))});function RA(e,{select:t=!1}={}){let n=document.activeElement;for(let r of e)if(Jn(r,{select:t}),document.activeElement!==n)return}u(RA,"$d3863c46a17e8a28$var$focusFirst");function BA(e){let t=zg(e),n=z2(t,e),r=z2(t.reverse(),e);return[n,r]}u(BA,"$d3863c46a17e8a28$var$getTabbableEdges");function zg(e){let t=[],n=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:u(r=>{let o=r.tagName==="INPUT"&&r.type==="hidden";return r.disabled||r.hidden||o?NodeFilter.FILTER_SKIP:r.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP},"acceptNode")});for(;n.nextNode();)t.push(n.currentNode);return t}u(zg,"$d3863c46a17e8a28$var$getTabbableCandidates");function z2(e,t){for(let n of e)if(!LA(n,{upTo:t}))return n}u(z2,"$d3863c46a17e8a28$var$findVisible");function LA(e,{upTo:t}){if(getComputedStyle(e).visibility==="hidden")return!0;for(;e;){if(t!==void 0&&e===t)return!1;if(getComputedStyle(e).display==="none")return!0;e=e.parentElement}return!1}u(LA,"$d3863c46a17e8a28$var$isHidden");function $A(e){return e instanceof HTMLInputElement&&"select"in e}u($A,"$d3863c46a17e8a28$var$isSelectableInput");function Jn(e,{select:t=!1}={}){if(e&&e.focus){let n=document.activeElement;e.focus({preventScroll:!0}),e!==n&&$A(e)&&t&&e.select()}}u(Jn,"$d3863c46a17e8a28$var$focus");var V6=MA();function MA(){let e=[];return{add(t){let n=e[0];t!==n&&(n==null||n.pause()),e=T2(e,t),e.unshift(t)},remove(t){var n;e=T2(e,t),(n=e[0])===null||n===void 0||n.resume()}}}u(MA,"$d3863c46a17e8a28$var$createFocusScopesStack");function T2(e,t){let n=[...e],r=n.indexOf(t);return r!==-1&&n.splice(r,1),n}u(T2,"$d3863c46a17e8a28$var$arrayRemove");function OA(e){return e.filter(t=>t.tagName!=="A")}u(OA,"$d3863c46a17e8a28$var$removeLinks");hn();bs();var lN=s.forwardRef((e,t)=>{var n;let{container:r=globalThis==null||(n=globalThis.document)===null||n===void 0?void 0:n.body,...o}=e;return r?lE.createPortal(s.createElement(st.div,W({},o,{ref:t})),r):null});lb();bs();var hf=0;function PA(){s.useEffect(()=>{var e,t;let n=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",(e=n[0])!==null&&e!==void 0?e:I2()),document.body.insertAdjacentElement("beforeend",(t=n[1])!==null&&t!==void 0?t:I2()),hf++,()=>{hf===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(r=>r.remove()),hf--}},[])}u(PA,"$3db38b7d1fb3fe6a$export$b7ece24a22aeda8c");function I2(){let e=document.createElement("span");return e.setAttribute("data-radix-focus-guard",""),e.tabIndex=0,e.style.cssText="outline: none; opacity: 0; position: fixed; pointer-events: none",e}u(I2,"$3db38b7d1fb3fe6a$var$createFocusGuard");var zn=u(function(){return zn=Object.assign||u(function(e){for(var t,n=1,r=arguments.length;n<r;n++){t=arguments[n];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e},"__assign"),zn.apply(this,arguments)},"__assign");function Tg(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]]);return n}u(Tg,"__rest");function NA(e,t,n){if(n||arguments.length===2)for(var r=0,o=t.length,a;r<o;r++)(a||!(r in t))&&(a||(a=Array.prototype.slice.call(t,0,r)),a[r]=t[r]);return e.concat(a||Array.prototype.slice.call(t))}u(NA,"__spreadArray");var sc="right-scroll-bar-position",uc="width-before-scroll-bar",sN="with-scroll-bars-hidden",uN="--removed-body-scroll-bar-size";function cc(e,t){return typeof e=="function"?e(t):e&&(e.current=t),e}u(cc,"assignRef");function HA(e,t){var n=s.useState(function(){return{value:e,callback:t,facade:{get current(){return n.value},set current(r){var o=n.value;o!==r&&(n.value=r,n.callback(r,o))}}}})[0];return n.callback=t,n.facade}u(HA,"useCallbackRef");var U6=new WeakMap;function jA(e,t){var n=HA(t||null,function(r){return e.forEach(function(o){return cc(o,r)})});return s.useLayoutEffect(function(){var r=U6.get(n);if(r){var o=new Set(r),a=new Set(e),i=n.current;o.forEach(function(l){a.has(l)||cc(l,null)}),a.forEach(function(l){o.has(l)||cc(l,i)})}U6.set(n,e)},[e]),n}u(jA,"useMergeRefs");function VA(e){return e}u(VA,"ItoI");function UA(e,t){t===void 0&&(t=VA);var n=[],r=!1,o={read:u(function(){if(r)throw new Error("Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.");return n.length?n[n.length-1]:e},"read"),useMedium:u(function(a){var i=t(a,r);return n.push(i),function(){n=n.filter(function(l){return l!==i})}},"useMedium"),assignSyncMedium:u(function(a){for(r=!0;n.length;){var i=n;n=[],i.forEach(a)}n={push:u(function(l){return a(l)},"push"),filter:u(function(){return n},"filter")}},"assignSyncMedium"),assignMedium:u(function(a){r=!0;var i=[];if(n.length){var l=n;n=[],l.forEach(a),i=n}var c=u(function(){var p=i;i=[],p.forEach(a)},"executeQueue"),d=u(function(){return Promise.resolve().then(c)},"cycle");d(),n={push:u(function(p){i.push(p),d()},"push"),filter:u(function(p){return i=i.filter(p),n},"filter")}},"assignMedium")};return o}u(UA,"innerCreateMedium");function WA(e){e===void 0&&(e={});var t=UA(null);return t.options=zn({async:!0,ssr:!1},e),t}u(WA,"createSidecarMedium");var qA=u(function(e){var t=e.sideCar,n=Tg(e,["sideCar"]);if(!t)throw new Error("Sidecar: please provide `sideCar` property to import the right car");var r=t.read();if(!r)throw new Error("Sidecar medium not found");return s.createElement(r,zn({},n))},"SideCar");qA.isSideCarExport=!0;function GA(e,t){return e.useMedium(t),qA}u(GA,"exportSidecar");var YA=WA(),mf=u(function(){},"nothing"),z1=s.forwardRef(function(e,t){var n=s.useRef(null),r=s.useState({onScrollCapture:mf,onWheelCapture:mf,onTouchMoveCapture:mf}),o=r[0],a=r[1],i=e.forwardProps,l=e.children,c=e.className,d=e.removeScrollBar,p=e.enabled,h=e.shards,f=e.sideCar,m=e.noIsolation,v=e.inert,w=e.allowPinchZoom,C=e.as,D=C===void 0?"div":C,g=Tg(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noIsolation","inert","allowPinchZoom","as"]),y=f,E=jA([n,t]),b=zn(zn({},g),o);return s.createElement(s.Fragment,null,p&&s.createElement(y,{sideCar:YA,removeScrollBar:d,shards:h,noIsolation:m,inert:v,setCallbacks:a,allowPinchZoom:!!w,lockRef:n}),i?s.cloneElement(s.Children.only(l),zn(zn({},b),{ref:E})):s.createElement(D,zn({},b,{className:c,ref:E}),l))});z1.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1};z1.classNames={fullWidth:uc,zeroRight:sc};var cN=u(function(){if(typeof __webpack_nonce__<"u")return __webpack_nonce__},"getNonce");function KA(){if(!document)return null;var e=document.createElement("style");e.type="text/css";var t=cN();return t&&e.setAttribute("nonce",t),e}u(KA,"makeStyleTag");function XA(e,t){e.styleSheet?e.styleSheet.cssText=t:e.appendChild(document.createTextNode(t))}u(XA,"injectStyles");function ZA(e){var t=document.head||document.getElementsByTagName("head")[0];t.appendChild(e)}u(ZA,"insertStyleTag");var dN=u(function(){var e=0,t=null;return{add:u(function(n){e==0&&(t=KA())&&(XA(t,n),ZA(t)),e++},"add"),remove:u(function(){e--,!e&&t&&(t.parentNode&&t.parentNode.removeChild(t),t=null)},"remove")}},"stylesheetSingleton"),pN=u(function(){var e=dN();return function(t,n){s.useEffect(function(){return e.add(t),function(){e.remove()}},[t&&n])}},"styleHookSingleton"),QA=u(function(){var e=pN(),t=u(function(n){var r=n.styles,o=n.dynamic;return e(r,o),null},"Sheet");return t},"styleSingleton"),fN={left:0,top:0,right:0,gap:0},gf=u(function(e){return parseInt(e||"",10)||0},"parse"),hN=u(function(e){var t=window.getComputedStyle(document.body),n=t[e==="padding"?"paddingLeft":"marginLeft"],r=t[e==="padding"?"paddingTop":"marginTop"],o=t[e==="padding"?"paddingRight":"marginRight"];return[gf(n),gf(r),gf(o)]},"getOffset"),mN=u(function(e){if(e===void 0&&(e="margin"),typeof window>"u")return fN;var t=hN(e),n=document.documentElement.clientWidth,r=window.innerWidth;return{left:t[0],top:t[1],right:t[2],gap:Math.max(0,r-n+t[2]-t[0])}},"getGapWidth"),gN=QA(),b0="data-scroll-locked",vN=u(function(e,t,n,r){var o=e.left,a=e.top,i=e.right,l=e.gap;return n===void 0&&(n="margin"),`
|
||
.`.concat(sN,` {
|
||
overflow: hidden `).concat(r,`;
|
||
padding-right: `).concat(l,"px ").concat(r,`;
|
||
}
|
||
body[`).concat(b0,`] {
|
||
overflow: hidden `).concat(r,`;
|
||
overscroll-behavior: contain;
|
||
`).concat([t&&"position: relative ".concat(r,";"),n==="margin"&&`
|
||
padding-left: `.concat(o,`px;
|
||
padding-top: `).concat(a,`px;
|
||
padding-right: `).concat(i,`px;
|
||
margin-left:0;
|
||
margin-top:0;
|
||
margin-right: `).concat(l,"px ").concat(r,`;
|
||
`),n==="padding"&&"padding-right: ".concat(l,"px ").concat(r,";")].filter(Boolean).join(""),`
|
||
}
|
||
|
||
.`).concat(sc,` {
|
||
right: `).concat(l,"px ").concat(r,`;
|
||
}
|
||
|
||
.`).concat(uc,` {
|
||
margin-right: `).concat(l,"px ").concat(r,`;
|
||
}
|
||
|
||
.`).concat(sc," .").concat(sc,` {
|
||
right: 0 `).concat(r,`;
|
||
}
|
||
|
||
.`).concat(uc," .").concat(uc,` {
|
||
margin-right: 0 `).concat(r,`;
|
||
}
|
||
|
||
body[`).concat(b0,`] {
|
||
`).concat(uN,": ").concat(l,`px;
|
||
}
|
||
`)},"getStyles"),yN=u(function(e){var t=e.noRelative,n=e.noImportant,r=e.gapMode,o=r===void 0?"margin":r,a=s.useMemo(function(){return mN(o)},[o]);return s.useEffect(function(){return document.body.setAttribute(b0,""),function(){document.body.removeAttribute(b0)}},[]),s.createElement(gN,{styles:vN(a,!t,o,n?"":"!important")})},"RemoveScrollBar"),R2=!1;if(typeof window<"u")try{Xi=Object.defineProperty({},"passive",{get:u(function(){return R2=!0,!0},"get")}),window.addEventListener("test",Xi,Xi),window.removeEventListener("test",Xi,Xi)}catch{R2=!1}var Xi,ta=R2?{passive:!1}:!1,wN=u(function(e){return e.tagName==="TEXTAREA"},"alwaysContainsScroll"),JA=u(function(e,t){var n=window.getComputedStyle(e);return n[t]!=="hidden"&&!(n.overflowY===n.overflowX&&!wN(e)&&n[t]==="visible")},"elementCanBeScrolled"),DN=u(function(e){return JA(e,"overflowY")},"elementCouldBeVScrolled"),EN=u(function(e){return JA(e,"overflowX")},"elementCouldBeHScrolled"),W6=u(function(e,t){var n=t;do{typeof ShadowRoot<"u"&&n instanceof ShadowRoot&&(n=n.host);var r=eF(e,n);if(r){var o=tF(e,n),a=o[1],i=o[2];if(a>i)return!0}n=n.parentNode}while(n&&n!==document.body);return!1},"locationCouldBeScrolled"),bN=u(function(e){var t=e.scrollTop,n=e.scrollHeight,r=e.clientHeight;return[t,n,r]},"getVScrollVariables"),CN=u(function(e){var t=e.scrollLeft,n=e.scrollWidth,r=e.clientWidth;return[t,n,r]},"getHScrollVariables"),eF=u(function(e,t){return e==="v"?DN(t):EN(t)},"elementCouldBeScrolled"),tF=u(function(e,t){return e==="v"?bN(t):CN(t)},"getScrollVariables"),xN=u(function(e,t){return e==="h"&&t==="rtl"?-1:1},"getDirectionFactor"),SN=u(function(e,t,n,r,o){var a=xN(e,window.getComputedStyle(t).direction),i=a*r,l=n.target,c=t.contains(l),d=!1,p=i>0,h=0,f=0;do{var m=tF(e,l),v=m[0],w=m[1],C=m[2],D=w-C-a*v;(v||D)&&eF(e,l)&&(h+=D,f+=v),l=l.parentNode}while(!c&&l!==document.body||c&&(t.contains(l)||t===l));return(p&&(o&&h===0||!o&&i>h)||!p&&(o&&f===0||!o&&-i>f))&&(d=!0),d},"handleScroll"),_u=u(function(e){return"changedTouches"in e?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0]},"getTouchXY"),q6=u(function(e){return[e.deltaX,e.deltaY]},"getDeltaXY"),G6=u(function(e){return e&&"current"in e?e.current:e},"extractRef"),kN=u(function(e,t){return e[0]===t[0]&&e[1]===t[1]},"deltaCompare"),AN=u(function(e){return`
|
||
.block-interactivity-`.concat(e,` {pointer-events: none;}
|
||
.allow-interactivity-`).concat(e,` {pointer-events: all;}
|
||
`)},"generateStyle"),FN=0,na=[];function nF(e){var t=s.useRef([]),n=s.useRef([0,0]),r=s.useRef(),o=s.useState(FN++)[0],a=s.useState(function(){return QA()})[0],i=s.useRef(e);s.useEffect(function(){i.current=e},[e]),s.useEffect(function(){if(e.inert){document.body.classList.add("block-interactivity-".concat(o));var w=NA([e.lockRef.current],(e.shards||[]).map(G6),!0).filter(Boolean);return w.forEach(function(C){return C.classList.add("allow-interactivity-".concat(o))}),function(){document.body.classList.remove("block-interactivity-".concat(o)),w.forEach(function(C){return C.classList.remove("allow-interactivity-".concat(o))})}}},[e.inert,e.lockRef.current,e.shards]);var l=s.useCallback(function(w,C){if("touches"in w&&w.touches.length===2)return!i.current.allowPinchZoom;var D=_u(w),g=n.current,y="deltaX"in w?w.deltaX:g[0]-D[0],E="deltaY"in w?w.deltaY:g[1]-D[1],b,x=w.target,S=Math.abs(y)>Math.abs(E)?"h":"v";if("touches"in w&&S==="h"&&x.type==="range")return!1;var k=W6(S,x);if(!k)return!0;if(k?b=S:(b=S==="v"?"h":"v",k=W6(S,x)),!k)return!1;if(!r.current&&"changedTouches"in w&&(y||E)&&(r.current=b),!b)return!0;var _=r.current||b;return SN(_,C,w,_==="h"?y:E,!0)},[]),c=s.useCallback(function(w){var C=w;if(!(!na.length||na[na.length-1]!==a)){var D="deltaY"in C?q6(C):_u(C),g=t.current.filter(function(b){return b.name===C.type&&b.target===C.target&&kN(b.delta,D)})[0];if(g&&g.should){C.cancelable&&C.preventDefault();return}if(!g){var y=(i.current.shards||[]).map(G6).filter(Boolean).filter(function(b){return b.contains(C.target)}),E=y.length>0?l(C,y[0]):!i.current.noIsolation;E&&C.cancelable&&C.preventDefault()}}},[]),d=s.useCallback(function(w,C,D,g){var y={name:w,delta:C,target:D,should:g};t.current.push(y),setTimeout(function(){t.current=t.current.filter(function(E){return E!==y})},1)},[]),p=s.useCallback(function(w){n.current=_u(w),r.current=void 0},[]),h=s.useCallback(function(w){d(w.type,q6(w),w.target,l(w,e.lockRef.current))},[]),f=s.useCallback(function(w){d(w.type,_u(w),w.target,l(w,e.lockRef.current))},[]);s.useEffect(function(){return na.push(a),e.setCallbacks({onScrollCapture:h,onWheelCapture:h,onTouchMoveCapture:f}),document.addEventListener("wheel",c,ta),document.addEventListener("touchmove",c,ta),document.addEventListener("touchstart",p,ta),function(){na=na.filter(function(w){return w!==a}),document.removeEventListener("wheel",c,ta),document.removeEventListener("touchmove",c,ta),document.removeEventListener("touchstart",p,ta)}},[]);var m=e.removeScrollBar,v=e.inert;return s.createElement(s.Fragment,null,v?s.createElement(a,{styles:AN(o)}):null,m?s.createElement(yN,{gapMode:"margin"}):null)}u(nF,"RemoveScrollSideCar");var _N=GA(YA,nF),rF=s.forwardRef(function(e,t){return s.createElement(z1,zn({},e,{ref:t,sideCar:_N}))});rF.classNames=z1.classNames;var zN=rF,TN=u(function(e){if(typeof document>"u")return null;var t=Array.isArray(e)?e[0]:e;return t.ownerDocument.body},"getDefaultParent"),ra=new WeakMap,zu=new WeakMap,Tu={},vf=0,oF=u(function(e){return e&&(e.host||oF(e.parentNode))},"unwrapHost"),IN=u(function(e,t){return t.map(function(n){if(e.contains(n))return n;var r=oF(n);return r&&e.contains(r)?r:(console.error("aria-hidden",n,"in not contained inside",e,". Doing nothing"),null)}).filter(function(n){return!!n})},"correctTargets"),RN=u(function(e,t,n,r){var o=IN(t,Array.isArray(e)?e:[e]);Tu[n]||(Tu[n]=new WeakMap);var a=Tu[n],i=[],l=new Set,c=new Set(o),d=u(function(h){!h||l.has(h)||(l.add(h),d(h.parentNode))},"keep");o.forEach(d);var p=u(function(h){!h||c.has(h)||Array.prototype.forEach.call(h.children,function(f){if(l.has(f))p(f);else{var m=f.getAttribute(r),v=m!==null&&m!=="false",w=(ra.get(f)||0)+1,C=(a.get(f)||0)+1;ra.set(f,w),a.set(f,C),i.push(f),w===1&&v&&zu.set(f,!0),C===1&&f.setAttribute(n,"true"),v||f.setAttribute(r,"true")}})},"deep");return p(t),l.clear(),vf++,function(){i.forEach(function(h){var f=ra.get(h)-1,m=a.get(h)-1;ra.set(h,f),a.set(h,m),f||(zu.has(h)||h.removeAttribute(r),zu.delete(h)),m||h.removeAttribute(n)}),vf--,vf||(ra=new WeakMap,ra=new WeakMap,zu=new WeakMap,Tu={})}},"applyAttributeToOthers"),BN=u(function(e,t,n){n===void 0&&(n="data-aria-hidden");var r=Array.from(Array.isArray(e)?e:[e]),o=t||TN(e);return o?(r.push.apply(r,Array.from(o.querySelectorAll("[aria-live]"))),RN(r,o,n,"aria-hidden")):function(){return null}},"hideOthers");sm();var aF="Dialog",[iF,LN]=cm(aF),[$N,mn]=iF(aF),lF=u(e=>{let{__scopeDialog:t,children:n,open:r,defaultOpen:o,onOpenChange:a,modal:i=!0}=e,l=s.useRef(null),c=s.useRef(null),[d=!1,p]=FA({prop:r,defaultProp:o,onChange:a});return s.createElement($N,{scope:t,triggerRef:l,contentRef:c,contentId:lc(),titleId:lc(),descriptionId:lc(),open:d,onOpenChange:p,onOpenToggle:s.useCallback(()=>p(h=>!h),[p]),modal:i},n)},"$5d3850c4d0b4e6c7$export$3ddf2d174ce01153"),MN="DialogTrigger",sF=s.forwardRef((e,t)=>{let{__scopeDialog:n,...r}=e,o=mn(MN,n),a=Ct(t,o.triggerRef);return s.createElement(st.button,W({type:"button","aria-haspopup":"dialog","aria-expanded":o.open,"aria-controls":o.contentId,"data-state":T1(o.open)},r,{ref:a,onClick:Ge(e.onClick,o.onOpenToggle)}))}),uF="DialogPortal",[ON,cF]=iF(uF,{forceMount:void 0}),dF=u(e=>{let{__scopeDialog:t,forceMount:n,children:r,container:o}=e,a=mn(uF,t);return s.createElement(ON,{scope:t,forceMount:n},s.Children.map(r,i=>s.createElement(rr,{present:n||a.open},s.createElement(lN,{asChild:!0,container:o},i))))},"$5d3850c4d0b4e6c7$export$dad7c95542bacce0"),B2="DialogOverlay",pF=s.forwardRef((e,t)=>{let n=cF(B2,e.__scopeDialog),{forceMount:r=n.forceMount,...o}=e,a=mn(B2,e.__scopeDialog);return a.modal?s.createElement(rr,{present:r||a.open},s.createElement(PN,W({},o,{ref:t}))):null}),PN=s.forwardRef((e,t)=>{let{__scopeDialog:n,...r}=e,o=mn(B2,n);return s.createElement(zN,{as:Kl,allowPinchZoom:!0,shards:[o.contentRef]},s.createElement(st.div,W({"data-state":T1(o.open)},r,{ref:t,style:{pointerEvents:"auto",...r.style}})))}),si="DialogContent",fF=s.forwardRef((e,t)=>{let n=cF(si,e.__scopeDialog),{forceMount:r=n.forceMount,...o}=e,a=mn(si,e.__scopeDialog);return s.createElement(rr,{present:r||a.open},a.modal?s.createElement(NN,W({},o,{ref:t})):s.createElement(HN,W({},o,{ref:t})))}),NN=s.forwardRef((e,t)=>{let n=mn(si,e.__scopeDialog),r=s.useRef(null),o=Ct(t,n.contentRef,r);return s.useEffect(()=>{let a=r.current;if(a)return BN(a)},[]),s.createElement(hF,W({},e,{ref:o,trapFocus:n.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:Ge(e.onCloseAutoFocus,a=>{var i;a.preventDefault(),(i=n.triggerRef.current)===null||i===void 0||i.focus()}),onPointerDownOutside:Ge(e.onPointerDownOutside,a=>{let i=a.detail.originalEvent,l=i.button===0&&i.ctrlKey===!0;(i.button===2||l)&&a.preventDefault()}),onFocusOutside:Ge(e.onFocusOutside,a=>a.preventDefault())}))}),HN=s.forwardRef((e,t)=>{let n=mn(si,e.__scopeDialog),r=s.useRef(!1),o=s.useRef(!1);return s.createElement(hF,W({},e,{ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:u(a=>{var i;if((i=e.onCloseAutoFocus)===null||i===void 0||i.call(e,a),!a.defaultPrevented){var l;r.current||(l=n.triggerRef.current)===null||l===void 0||l.focus(),a.preventDefault()}r.current=!1,o.current=!1},"onCloseAutoFocus"),onInteractOutside:u(a=>{var i,l;(i=e.onInteractOutside)===null||i===void 0||i.call(e,a),a.defaultPrevented||(r.current=!0,a.detail.originalEvent.type==="pointerdown"&&(o.current=!0));let c=a.target;!((l=n.triggerRef.current)===null||l===void 0)&&l.contains(c)&&a.preventDefault(),a.detail.originalEvent.type==="focusin"&&o.current&&a.preventDefault()},"onInteractOutside")}))}),hF=s.forwardRef((e,t)=>{let{__scopeDialog:n,trapFocus:r,onOpenAutoFocus:o,onCloseAutoFocus:a,...i}=e,l=mn(si,n),c=s.useRef(null),d=Ct(t,c);return PA(),s.createElement(s.Fragment,null,s.createElement(iN,{asChild:!0,loop:!0,trapped:r,onMountAutoFocus:o,onUnmountAutoFocus:a},s.createElement(aN,W({role:"dialog",id:l.contentId,"aria-describedby":l.descriptionId,"aria-labelledby":l.titleId,"data-state":T1(l.open)},i,{ref:d,onDismiss:u(()=>l.onOpenChange(!1),"onDismiss")}))),!1)}),mF="DialogTitle",gF=s.forwardRef((e,t)=>{let{__scopeDialog:n,...r}=e,o=mn(mF,n);return s.createElement(st.h2,W({id:o.titleId},r,{ref:t}))}),jN="DialogDescription",vF=s.forwardRef((e,t)=>{let{__scopeDialog:n,...r}=e,o=mn(jN,n);return s.createElement(st.p,W({id:o.descriptionId},r,{ref:t}))}),VN="DialogClose",yF=s.forwardRef((e,t)=>{let{__scopeDialog:n,...r}=e,o=mn(VN,n);return s.createElement(st.button,W({type:"button"},r,{ref:t,onClick:Ge(e.onClick,()=>o.onOpenChange(!1))}))});function T1(e){return e?"open":"closed"}u(T1,"$5d3850c4d0b4e6c7$var$getState");var UN="DialogTitleWarning",[WN,cV]=sb(UN,{contentName:si,titleName:mF,docsSlug:"dialog"}),wF=lF,qN=sF,DF=dF,EF=pF,bF=fF,CF=gF,xF=vF,SF=yF,kF={};hi(kF,{Actions:()=>tH,CloseButton:()=>zF,Col:()=>IF,Container:()=>_F,Content:()=>ZN,Description:()=>eH,Error:()=>nH,ErrorWrapper:()=>RF,Header:()=>QN,Overlay:()=>FF,Row:()=>TF,Title:()=>JN});sm();const{deprecate:GN}=__STORYBOOK_MODULE_CLIENT_LOGGER__;var I1=s.forwardRef(({asChild:e=!1,animation:t="none",size:n="small",variant:r="outline",padding:o="medium",disabled:a=!1,active:i=!1,onClick:l,...c},d)=>{let p="button";c.isLink&&(p="a"),e&&(p=Kl);let h=r,f=n,[m,v]=s.useState(!1),w=u(C=>{l&&l(C),t!=="none"&&v(!0)},"handleClick");if(s.useEffect(()=>{let C=setTimeout(()=>{m&&v(!1)},1e3);return()=>clearTimeout(C)},[m]),c.primary&&(h="solid",f="medium"),(c.secondary||c.tertiary||c.gray||c.outline||c.inForm)&&(h="outline",f="medium"),c.small||c.isLink||c.primary||c.secondary||c.tertiary||c.gray||c.outline||c.inForm||c.containsIcon){let C=A.Children.toArray(c.children).filter(D=>typeof D=="string"&&D!=="");GN(`Use of deprecated props in the button ${C.length>0?`"${C.join(" ")}"`:"component"} detected, see the migration notes at https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#new-ui-and-props-for-button-and-iconbutton-components`)}return A.createElement(YN,{as:p,ref:d,variant:h,size:f,padding:o,disabled:a,active:i,animating:m,animation:t,onClick:w,...c})});I1.displayName="Button";var YN=R("button",{shouldForwardProp:u(e=>W2(e),"shouldForwardProp")})(({theme:e,variant:t,size:n,disabled:r,active:o,animating:a,animation:i="none",padding:l})=>({border:0,cursor:r?"not-allowed":"pointer",display:"inline-flex",gap:"6px",alignItems:"center",justifyContent:"center",overflow:"hidden",padding:l==="small"&&n==="small"?"0 7px":l==="small"&&n==="medium"?"0 9px":n==="small"?"0 10px":n==="medium"?"0 12px":0,height:n==="small"?"28px":"32px",position:"relative",textAlign:"center",textDecoration:"none",transitionProperty:"background, box-shadow",transitionDuration:"150ms",transitionTimingFunction:"ease-out",verticalAlign:"top",whiteSpace:"nowrap",userSelect:"none",opacity:r?.5:1,margin:0,fontSize:`${e.typography.size.s1}px`,fontWeight:e.typography.weight.bold,lineHeight:"1",background:t==="solid"?e.color.secondary:t==="outline"?e.button.background:t==="ghost"&&o?e.background.hoverable:"transparent",...t==="ghost"?{".sb-bar &":{background:o?Pt(.9,e.barTextColor):"transparent",color:o?e.barSelectedColor:e.barTextColor,"&:hover":{color:e.barHoverColor,background:Pt(.86,e.barHoverColor)},"&:active":{color:e.barSelectedColor,background:Pt(.9,e.barSelectedColor)},"&:focus":{boxShadow:`${cs(e.barHoverColor,1)} 0 0 0 1px inset`,outline:"none"}}}:{},color:t==="solid"?e.color.lightest:t==="outline"?e.input.color:t==="ghost"&&o?e.color.secondary:t==="ghost"?e.color.mediumdark:e.input.color,boxShadow:t==="outline"?`${e.button.border} 0 0 0 1px inset`:"none",borderRadius:e.input.borderRadius,flexShrink:0,"&:hover":{color:t==="ghost"?e.color.secondary:void 0,background:(()=>{let c=e.color.secondary;return t==="solid"&&(c=e.color.secondary),t==="outline"&&(c=e.button.background),t==="ghost"?Pt(.86,e.color.secondary):e.base==="light"?Ea(.02,c):N6(.03,c)})()},"&:active":{color:t==="ghost"?e.color.secondary:void 0,background:(()=>{let c=e.color.secondary;return t==="solid"&&(c=e.color.secondary),t==="outline"&&(c=e.button.background),t==="ghost"?e.background.hoverable:e.base==="light"?Ea(.02,c):N6(.03,c)})()},"&:focus":{boxShadow:`${cs(e.color.secondary,1)} 0 0 0 1px inset`,outline:"none"},"> svg":{animation:a&&i!=="none"?`${e.animation[i]} 1000ms ease-out`:""}})),Ig=s.forwardRef(({padding:e="small",variant:t="ghost",...n},r)=>A.createElement(I1,{padding:e,variant:t,ref:r,...n}));Ig.displayName="IconButton";var AF=fr({from:{opacity:0},to:{opacity:1}}),KN=fr({from:{maxHeight:0},to:{}}),XN=fr({from:{opacity:0,transform:"translate(-50%, -50%) scale(0.9)"},to:{opacity:1,transform:"translate(-50%, -50%) scale(1)"}}),FF=R.div({backgroundColor:"rgba(27, 28, 29, 0.2)",position:"fixed",inset:0,width:"100%",height:"100%",zIndex:10,animation:`${AF} 200ms`}),_F=R.div(({theme:e,width:t,height:n})=>({backgroundColor:e.background.bar,borderRadius:6,boxShadow:"rgba(255, 255, 255, 0.05) 0 0 0 1px inset, rgba(14, 18, 22, 0.35) 0px 10px 38px -10px",position:"fixed",top:"50%",left:"50%",transform:"translate(-50%, -50%)",width:t??740,height:n??"auto",maxWidth:"calc(100% - 40px)",maxHeight:"85vh",overflow:"hidden",zIndex:11,animation:`${XN} 200ms`,"&:focus-visible":{outline:"none"}})),zF=u(e=>A.createElement(SF,{asChild:!0},A.createElement(Ig,{...e},A.createElement(CA,null))),"CloseButton"),ZN=R.div({display:"flex",flexDirection:"column",margin:16,gap:16}),TF=R.div({display:"flex",justifyContent:"space-between",gap:16}),IF=R.div({display:"flex",flexDirection:"column",gap:4}),QN=u(e=>A.createElement(TF,null,A.createElement(IF,{...e}),A.createElement(zF,null)),"Header"),JN=R(CF)(({theme:e})=>({margin:0,fontSize:e.typography.size.s3,fontWeight:e.typography.weight.bold})),eH=R(xF)(({theme:e})=>({position:"relative",zIndex:1,margin:0,fontSize:e.typography.size.s2})),tH=R.div({display:"flex",flexDirection:"row-reverse",gap:8}),RF=R.div(({theme:e})=>({maxHeight:100,overflow:"auto",animation:`${KN} 300ms, ${AF} 300ms`,backgroundColor:e.background.critical,color:e.color.lightest,fontSize:e.typography.size.s2,"& > div":{position:"relative",padding:"8px 16px"}})),nH=u(({children:e,...t})=>A.createElement(RF,{...t},A.createElement("div",null,e)),"Error");function BF({children:e,width:t,height:n,onEscapeKeyDown:r,onInteractOutside:o=u(c=>c.preventDefault(),"onInteractOutside"),className:a,container:i,...l}){return A.createElement(wF,{...l},A.createElement(DF,{container:i},A.createElement(EF,{asChild:!0},A.createElement(FF,null)),A.createElement(bF,{asChild:!0,onInteractOutside:o,onEscapeKeyDown:r},A.createElement(_F,{className:a,width:t,height:n},e))))}u(BF,"BaseModal");var rH=Object.assign(BF,kF,{Dialog:AA}),oH=u(e=>typeof e=="number"?e:Number(e),"toNumber"),aH=R.div(({theme:e,col:t,row:n=1})=>t?{display:"inline-block",verticalAlign:"inherit","& > *":{marginLeft:t*e.layoutMargin,verticalAlign:"inherit"},[`& > *:first-child${vv}`]:{marginLeft:0}}:{"& > *":{marginTop:n*e.layoutMargin},[`& > *:first-child${vv}`]:{marginTop:0}},({theme:e,outer:t,col:n,row:r})=>{switch(!0){case!!(t&&n):return{marginLeft:t*e.layoutMargin,marginRight:t*e.layoutMargin};case!!(t&&r):return{marginTop:t*e.layoutMargin,marginBottom:t*e.layoutMargin};default:return{}}}),iH=u(({col:e,row:t,outer:n,children:r,...o})=>{let a=oH(typeof n=="number"||!n?n:e||t);return A.createElement(aH,{col:e,row:t,outer:a,...o},r)},"Spaced"),lH=R.div(({theme:e})=>({fontWeight:e.typography.weight.bold})),sH=R.div(),uH=R.div(({theme:e})=>({padding:30,textAlign:"center",color:e.color.defaultText,fontSize:e.typography.size.s2-1})),cH=u(({children:e,...t})=>{let[n,r]=s.Children.toArray(e);return A.createElement(uH,{...t},A.createElement(lH,null,n),r&&A.createElement(sH,null,r))},"Placeholder");fm();function LF(e,t){var n=s.useRef(null),r=s.useRef(null);r.current=t;var o=s.useRef(null);s.useEffect(function(){a()});var a=s.useCallback(function(){var i=o.current,l=r.current,c=i||(l?l instanceof Element?l:l.current:null);n.current&&n.current.element===c&&n.current.subscriber===e||(n.current&&n.current.cleanup&&n.current.cleanup(),n.current={element:c,subscriber:e,cleanup:c?e(c):void 0})},[e]);return s.useEffect(function(){return function(){n.current&&n.current.cleanup&&(n.current.cleanup(),n.current=null)}},[]),s.useCallback(function(i){o.current=i,a()},[a])}u(LF,"useResolvedElement");function L2(e,t,n){return e[t]?e[t][0]?e[t][0][n]:e[t][n]:t==="contentBoxSize"?e.contentRect[n==="inlineSize"?"width":"height"]:void 0}u(L2,"extractSize");function Rg(e){e===void 0&&(e={});var t=e.onResize,n=s.useRef(void 0);n.current=t;var r=e.round||Math.round,o=s.useRef(),a=s.useState({width:void 0,height:void 0}),i=a[0],l=a[1],c=s.useRef(!1);s.useEffect(function(){return c.current=!1,function(){c.current=!0}},[]);var d=s.useRef({width:void 0,height:void 0}),p=LF(s.useCallback(function(h){return(!o.current||o.current.box!==e.box||o.current.round!==r)&&(o.current={box:e.box,round:r,instance:new ResizeObserver(function(f){var m=f[0],v=e.box==="border-box"?"borderBoxSize":e.box==="device-pixel-content-box"?"devicePixelContentBoxSize":"contentBoxSize",w=L2(m,v,"inlineSize"),C=L2(m,v,"blockSize"),D=w?r(w):void 0,g=C?r(C):void 0;if(d.current.width!==D||d.current.height!==g){var y={width:D,height:g};d.current.width=D,d.current.height=g,n.current?n.current(y):c.current||l(y)}})}),o.current.instance.observe(h,{box:e.box}),function(){o.current&&o.current.instance.unobserve(h)}},[e.box,r]),e.ref);return s.useMemo(function(){return{ref:p,width:i.width,height:i.height}},[p,i.width,i.height])}u(Rg,"useResizeObserver");var dH=R.div(({scale:e=1,elementHeight:t})=>({height:t||"auto",transformOrigin:"top left",transform:`scale(${1/e})`}));function $F({scale:e,children:t}){let n=s.useRef(null),[r,o]=s.useState(0),a=s.useCallback(({height:i})=>{i&&o(i/e)},[e]);return s.useEffect(()=>{n.current&&o(n.current.getBoundingClientRect().height)},[e]),Rg({ref:n,onResize:a}),A.createElement(dH,{scale:e,elementHeight:r},A.createElement("div",{ref:n,className:"innerZoomElementWrapper"},t))}u($F,"ZoomElement");var MF=class extends s.Component{constructor(){super(...arguments);vr(this,"iframe",null)}componentDidMount(){let{iFrameRef:n}=this.props;this.iframe=n.current}shouldComponentUpdate(n){let{scale:r,active:o}=this.props;return r!==n.scale&&this.setIframeInnerZoom(n.scale),o!==n.active&&this.iframe.setAttribute("data-is-storybook",n.active?"true":"false"),n.children.props.src!==this.props.children.props.src}setIframeInnerZoom(n){try{Object.assign(this.iframe.contentDocument.body.style,{width:`${n*100}%`,height:`${n*100}%`,transform:`scale(${1/n})`,transformOrigin:"top left"})}catch{this.setIframeZoom(n)}}setIframeZoom(n){Object.assign(this.iframe.style,{width:`${n*100}%`,height:`${n*100}%`,transform:`scale(${1/n})`,transformOrigin:"top left"})}render(){let{children:n}=this.props;return A.createElement(A.Fragment,null,n)}};u(MF,"ZoomIFrame");var pH=MF,fH={Element:$F,IFrame:pH};Z5();var{document:hH}=K0,mH=R.strong(({theme:e})=>({color:e.color.orange})),gH=R.strong(({theme:e})=>({color:e.color.ancillary,textDecoration:"underline"})),Y6=R.em(({theme:e})=>({color:e.textMutedColor})),vH=/(Error): (.*)\n/,yH=/at (?:(.*) )?\(?(.+)\)?/,wH=/([^@]+)?(?:\/<)?@(.+)?/,DH=/([^@]+)?@(.+)?/,EH=u(({error:e})=>{if(!e)return A.createElement(s.Fragment,null,"This error has no stack or message");if(!e.stack)return A.createElement(s.Fragment,null,e.message||"This error has no stack or message");let t=e.stack.toString();t&&e.message&&!t.includes(e.message)&&(t=`Error: ${e.message}
|
||
|
||
${t}`);let n=t.match(vH);if(!n)return A.createElement(s.Fragment,null,t);let[,r,o]=n,a=t.split(/\n/).slice(1),[,...i]=a.map(l=>{let c=l.match(yH)||l.match(wH)||l.match(DH);return c?{name:(c[1]||"").replace("/<",""),location:c[2].replace(hH.location.origin,"")}:null}).filter(Boolean);return A.createElement(s.Fragment,null,A.createElement("span",null,r),": ",A.createElement(mH,null,o),A.createElement("br",null),i.map((l,c)=>l!=null&&l.name?A.createElement(s.Fragment,{key:c}," ","at ",A.createElement(gH,null,l.name)," (",A.createElement(Y6,null,l.location),")",A.createElement("br",null)):A.createElement(s.Fragment,{key:c}," ","at ",A.createElement(Y6,null,l==null?void 0:l.location),A.createElement("br",null))))},"ErrorFormatter"),bH=R.label(({theme:e})=>({display:"flex",borderBottom:`1px solid ${e.appBorderColor}`,margin:"0 15px",padding:"8px 0","&:last-child":{marginBottom:"3rem"}})),CH=R.span(({theme:e})=>({minWidth:100,fontWeight:e.typography.weight.bold,marginRight:15,display:"flex",justifyContent:"flex-start",alignItems:"center",lineHeight:"16px"})),xH=u(({label:e,children:t,...n})=>A.createElement(bH,{...n},e?A.createElement(CH,null,A.createElement("span",null,e)):null,t),"Field");hn();Q5();var SH=s.useLayoutEffect,kH=SH,AH=u(function(e){var t=s.useRef(e);return kH(function(){t.current=e}),t},"useLatest"),K6=u(function(e,t){if(typeof e=="function"){e(t);return}e.current=t},"updateRef"),FH=u(function(e,t){var n=s.useRef();return s.useCallback(function(r){e.current=r,n.current&&K6(n.current,null),n.current=t,t&&K6(t,r)},[t])},"useComposedRef"),_H=FH,X6={"min-height":"0","max-height":"none",height:"0",visibility:"hidden",overflow:"hidden",position:"absolute","z-index":"-1000",top:"0",right:"0"},zH=u(function(e){Object.keys(X6).forEach(function(t){e.style.setProperty(t,X6[t],"important")})},"forceHiddenStyles"),Z6=zH,Ze=null,Q6=u(function(e,t){var n=e.scrollHeight;return t.sizingStyle.boxSizing==="border-box"?n+t.borderSize:n-t.paddingSize},"getHeight");function OF(e,t,n,r){n===void 0&&(n=1),r===void 0&&(r=1/0),Ze||(Ze=document.createElement("textarea"),Ze.setAttribute("tabindex","-1"),Ze.setAttribute("aria-hidden","true"),Z6(Ze)),Ze.parentNode===null&&document.body.appendChild(Ze);var o=e.paddingSize,a=e.borderSize,i=e.sizingStyle,l=i.boxSizing;Object.keys(i).forEach(function(f){var m=f;Ze.style[m]=i[m]}),Z6(Ze),Ze.value=t;var c=Q6(Ze,e);Ze.value=t,c=Q6(Ze,e),Ze.value="x";var d=Ze.scrollHeight-o,p=d*n;l==="border-box"&&(p=p+o+a),c=Math.max(p,c);var h=d*r;return l==="border-box"&&(h=h+o+a),c=Math.min(h,c),[c,d]}u(OF,"calculateNodeHeight");var J6=u(function(){},"noop"),TH=u(function(e,t){return e.reduce(function(n,r){return n[r]=t[r],n},{})},"pick"),IH=["borderBottomWidth","borderLeftWidth","borderRightWidth","borderTopWidth","boxSizing","fontFamily","fontSize","fontStyle","fontWeight","letterSpacing","lineHeight","paddingBottom","paddingLeft","paddingRight","paddingTop","tabSize","textIndent","textRendering","textTransform","width","wordBreak"],RH=!!document.documentElement.currentStyle,BH=u(function(e){var t=window.getComputedStyle(e);if(t===null)return null;var n=TH(IH,t),r=n.boxSizing;if(r==="")return null;RH&&r==="border-box"&&(n.width=parseFloat(n.width)+parseFloat(n.borderRightWidth)+parseFloat(n.borderLeftWidth)+parseFloat(n.paddingRight)+parseFloat(n.paddingLeft)+"px");var o=parseFloat(n.paddingBottom)+parseFloat(n.paddingTop),a=parseFloat(n.borderBottomWidth)+parseFloat(n.borderTopWidth);return{sizingStyle:n,paddingSize:o,borderSize:a}},"getSizingData"),LH=BH;function Bg(e,t,n){var r=AH(n);s.useLayoutEffect(function(){var o=u(function(a){return r.current(a)},"handler");if(e)return e.addEventListener(t,o),function(){return e.removeEventListener(t,o)}},[])}u(Bg,"useListener");var $H=u(function(e){Bg(window,"resize",e)},"useWindowResizeListener"),MH=u(function(e){Bg(document.fonts,"loadingdone",e)},"useFontsLoadedListener"),OH=["cacheMeasurements","maxRows","minRows","onChange","onHeightChange"],PH=u(function(e,t){var n=e.cacheMeasurements,r=e.maxRows,o=e.minRows,a=e.onChange,i=a===void 0?J6:a,l=e.onHeightChange,c=l===void 0?J6:l,d=Z0(e,OH),p=d.value!==void 0,h=s.useRef(null),f=_H(h,t),m=s.useRef(0),v=s.useRef(),w=u(function(){var D=h.current,g=n&&v.current?v.current:LH(D);if(g){v.current=g;var y=OF(g,D.value||D.placeholder||"x",o,r),E=y[0],b=y[1];m.current!==E&&(m.current=E,D.style.setProperty("height",E+"px","important"),c(E,{rowHeight:b}))}},"resizeTextarea"),C=u(function(D){p||w(),i(D)},"handleChange");return s.useLayoutEffect(w),$H(w),MH(w),s.createElement("textarea",W({},d,{onChange:C,ref:f}))},"TextareaAutosize"),NH=s.forwardRef(PH),HH={appearance:"none",border:"0 none",boxSizing:"inherit",display:" block",margin:" 0",background:"transparent",padding:0,fontSize:"inherit",position:"relative"},Lg=u(({theme:e})=>({...HH,transition:"box-shadow 200ms ease-out, opacity 200ms ease-out",color:e.input.color||"inherit",background:e.input.background,boxShadow:`${e.input.border} 0 0 0 1px inset`,borderRadius:e.input.borderRadius,fontSize:e.typography.size.s2-1,lineHeight:"20px",padding:"6px 10px",boxSizing:"border-box",height:32,'&[type="file"]':{height:"auto"},"&:focus":{boxShadow:`${e.color.secondary} 0 0 0 1px inset`,outline:"none"},"&[disabled]":{cursor:"not-allowed",opacity:.5},"&:-webkit-autofill":{WebkitBoxShadow:`0 0 0 3em ${e.color.lightest} inset`},"&::placeholder":{color:e.textMutedColor,opacity:1}}),"styles"),$g=u(({size:e})=>{switch(e){case"100%":return{width:"100%"};case"flex":return{flex:1};case"auto":default:return{display:"inline"}}},"sizes"),PF=u(({align:e})=>{switch(e){case"end":return{textAlign:"right"};case"center":return{textAlign:"center"};case"start":default:return{textAlign:"left"}}},"alignment"),Mg=u(({valid:e,theme:t})=>{switch(e){case"valid":return{boxShadow:`${t.color.positive} 0 0 0 1px inset !important`};case"error":return{boxShadow:`${t.color.negative} 0 0 0 1px inset !important`};case"warn":return{boxShadow:`${t.color.warning} 0 0 0 1px inset`};case void 0:case null:default:return{}}},"validation"),jH=Object.assign(R(s.forwardRef(u(function({size:e,valid:t,align:n,...r},o){return A.createElement("input",{...r,ref:o})},"Input")))(Lg,$g,PF,Mg,{minHeight:32}),{displayName:"Input"}),VH=Object.assign(R(s.forwardRef(u(function({size:e,valid:t,align:n,...r},o){return A.createElement("select",{...r,ref:o})},"Select")))(Lg,$g,Mg,{height:32,userSelect:"none",paddingRight:20,appearance:"menulist"}),{displayName:"Select"}),UH=Object.assign(R(s.forwardRef(u(function({size:e,valid:t,align:n,...r},o){return A.createElement(NH,{...r,ref:o})},"Textarea")))(Lg,$g,PF,Mg,({height:e=400})=>({overflow:"visible",maxHeight:e})),{displayName:"Textarea"}),WH=Object.assign(R.form({boxSizing:"border-box",width:"100%"}),{Field:xH,Input:jH,Select:VH,Textarea:UH,Button:I1}),qH=s.lazy(()=>Promise.resolve().then(()=>(xg(),Cg)).then(e=>({default:e.WithTooltip}))),GH=u(e=>A.createElement(s.Suspense,{fallback:A.createElement("div",null)},A.createElement(qH,{...e})),"WithTooltip"),YH=s.lazy(()=>Promise.resolve().then(()=>(xg(),Cg)).then(e=>({default:e.WithTooltipPure}))),KH=u(e=>A.createElement(s.Suspense,{fallback:A.createElement("div",null)},A.createElement(YH,{...e})),"WithTooltipPure"),XH=R.div(({theme:e})=>({fontWeight:e.typography.weight.bold})),ZH=R.span(),QH=R.div(({theme:e})=>({marginTop:8,textAlign:"center","> *":{margin:"0 8px",fontWeight:e.typography.weight.bold}})),JH=R.div(({theme:e})=>({color:e.color.defaultText,lineHeight:"18px"})),ej=R.div({padding:15,width:280,boxSizing:"border-box"}),tj=u(({title:e,desc:t,links:n})=>A.createElement(ej,null,A.createElement(JH,null,e&&A.createElement(XH,null,e),t&&A.createElement(ZH,null,t)),n&&A.createElement(QH,null,n.map(({title:r,...o})=>A.createElement(SA,{...o,key:r},r)))),"TooltipMessage"),nj=R.div(({theme:e})=>({padding:"2px 6px",lineHeight:"16px",fontSize:10,fontWeight:e.typography.weight.bold,color:e.color.lightest,boxShadow:"0 0 5px 0 rgba(0, 0, 0, 0.3)",borderRadius:4,whiteSpace:"nowrap",pointerEvents:"none",zIndex:-1,background:e.base==="light"?"rgba(60, 60, 60, 0.9)":"rgba(0, 0, 0, 0.95)",margin:6})),rj=u(({note:e,...t})=>A.createElement(nj,{...t},e),"TooltipNote"),oj=He(X0(),1),aj=R(({active:e,loading:t,disabled:n,...r})=>A.createElement("span",{...r}))(({theme:e})=>({color:e.color.defaultText,fontWeight:e.typography.weight.regular}),({active:e,theme:t})=>e?{color:t.color.secondary,fontWeight:t.typography.weight.bold}:{},({loading:e,theme:t})=>e?{display:"inline-block",flex:"none",...t.animation.inlineGlow}:{},({disabled:e,theme:t})=>e?{color:Pt(.7,t.color.defaultText)}:{}),ij=R.span({display:"flex","& svg":{height:12,width:12,margin:"3px 0",verticalAlign:"top"},"& path":{fill:"inherit"}}),lj=R.span({flex:1,textAlign:"left",display:"flex",flexDirection:"column"},({isIndented:e})=>e?{marginLeft:24}:{}),sj=R.span(({theme:e})=>({fontSize:"11px",lineHeight:"14px"}),({active:e,theme:t})=>e?{color:t.color.secondary}:{},({theme:e,disabled:t})=>t?{color:e.textMutedColor}:{}),uj=R.span(({active:e,theme:t})=>e?{color:t.color.secondary}:{},()=>({display:"flex",maxWidth:14})),cj=R.a(({theme:e})=>({fontSize:e.typography.size.s1,transition:"all 150ms ease-out",color:e.color.dark,textDecoration:"none",cursor:"pointer",justifyContent:"space-between",lineHeight:"18px",padding:"7px 10px",display:"flex",alignItems:"center","& > * + *":{paddingLeft:10},"&:hover":{background:e.background.hoverable},"&:hover svg":{opacity:1}}),({disabled:e})=>e?{cursor:"not-allowed"}:{}),dj=(0,oj.default)(100)((e,t,n)=>{let r={};return e&&Object.assign(r,{onClick:e}),t&&Object.assign(r,{href:t}),n&&t&&Object.assign(r,{to:t,as:n}),r}),pj=u(({loading:e=!1,title:t=A.createElement("span",null,"Loading state"),center:n=null,right:r=null,active:o=!1,disabled:a=!1,isIndented:i,href:l=void 0,onClick:c=void 0,icon:d,LinkWrapper:p=void 0,...h})=>{let f=dj(c,l,p),m={active:o,disabled:a};return A.createElement(cj,{...m,...h,...f},d&&A.createElement(uj,{...m},d),t||n?A.createElement(lj,{isIndented:!!(!d&&i)},t&&A.createElement(aj,{...m,loading:e},t),n&&A.createElement(sj,{...m},n)):null,r&&A.createElement(ij,{...m},r))},"ListItem"),NF=pj,fj=R.div({minWidth:180,overflow:"hidden",overflowY:"auto",maxHeight:15.5*32},({theme:e})=>({borderRadius:e.appBorderRadius})),hj=u(e=>{let{LinkWrapper:t,onClick:n,id:r,isIndented:o,...a}=e,{title:i,href:l,active:c}=a,d=s.useCallback(h=>{n(h,a)},[n]),p=!!n;return A.createElement(NF,{title:i,active:c,href:l,id:`list-item-${r}`,LinkWrapper:t,isIndented:o,...a,...p?{onClick:d}:{}})},"Item"),HF=u(({links:e,LinkWrapper:t=null})=>{let n=e.some(r=>r.icon);return A.createElement(fj,null,e.map(({isGatsby:r,...o})=>A.createElement(hj,{key:o.id,LinkWrapper:r?t:null,isIndented:n,...o})))},"TooltipLinkList"),mj=u(e=>typeof e.props.href=="string","isLink"),gj=u(e=>typeof e.props.href!="string","isButton");function jF({children:e,...t},n){let r={props:t,ref:n};if(mj(r))return A.createElement("a",{ref:r.ref,...r.props},e);if(gj(r))return A.createElement("button",{ref:r.ref,type:"button",...r.props},e);throw new Error("invalid props")}u(jF,"ForwardRefFunction");var VF=s.forwardRef(jF);VF.displayName="ButtonOrLink";var js=R(VF,{shouldForwardProp:W2})({whiteSpace:"normal",display:"inline-flex",overflow:"hidden",verticalAlign:"top",justifyContent:"center",alignItems:"center",textAlign:"center",textDecoration:"none","&:empty":{display:"none"},"&[hidden]":{display:"none"}},({theme:e})=>({padding:"0 15px",transition:"color 0.2s linear, border-bottom-color 0.2s linear",height:40,lineHeight:"12px",cursor:"pointer",background:"transparent",border:"0 solid transparent",borderTop:"3px solid transparent",borderBottom:"3px solid transparent",fontWeight:"bold",fontSize:13,"&:focus":{outline:"0 none",borderBottomColor:e.barSelectedColor}}),({active:e,textColor:t,theme:n})=>e?{color:t||n.barSelectedColor,borderBottomColor:n.barSelectedColor}:{color:t||n.barTextColor,borderBottomColor:"transparent","&:hover":{color:n.barHoverColor}});js.displayName="TabButton";var vj=R.div(({theme:e})=>({width:14,height:14,backgroundColor:e.appBorderColor,animation:`${e.animation.glow} 1.5s ease-in-out infinite`})),yj=R.div(()=>({marginTop:6,padding:7,height:28})),wj=u(()=>A.createElement(yj,null,A.createElement(vj,null)),"IconButtonSkeleton");fm();var $2=R.div({display:"flex",whiteSpace:"nowrap",flexBasis:"auto",marginLeft:3,marginRight:3},({scrollable:e})=>e?{flexShrink:0}:{},({left:e})=>e?{"& > *":{marginLeft:4}}:{},({right:e})=>e?{marginLeft:30,"& > *":{marginRight:4}}:{});$2.displayName="Side";var Dj=u(({children:e,className:t,scrollable:n})=>n?A.createElement(Zl,{vertical:!1,className:t},e):A.createElement("div",{className:t},e),"UnstyledBar"),Og=R(Dj)(({theme:e,scrollable:t=!0})=>({color:e.barTextColor,width:"100%",height:40,flexShrink:0,overflow:t?"auto":"hidden",overflowY:"hidden"}),({theme:e,border:t=!1})=>t?{boxShadow:`${e.appBorderColor} 0 -1px 0 0 inset`,background:e.barBg}:{});Og.displayName="Bar";var Ej=R.div(({bgColor:e})=>({display:"flex",justifyContent:"space-between",position:"relative",flexWrap:"nowrap",flexShrink:0,height:40,backgroundColor:e||""})),Pg=u(({children:e,backgroundColor:t,className:n,...r})=>{let[o,a]=s.Children.toArray(e);return A.createElement(Og,{className:`sb-bar ${n}`,...r},A.createElement(Ej,{bgColor:t},A.createElement($2,{scrollable:r.scrollable,left:!0},o),a?A.createElement($2,{right:!0},a):null))},"FlexBar");Pg.displayName="FlexBar";var UF=R.div(({active:e})=>e?{display:"block"}:{display:"none"}),bj=u(e=>s.Children.toArray(e).map(({props:{title:t,id:n,color:r,children:o}})=>{let a=Array.isArray(o)?o[0]:o;return{title:t,id:n,...r?{color:r}:{},render:typeof a=="function"?a:({active:i})=>A.createElement(UF,{active:i,role:"tabpanel"},a)}}),"childrenToList");xg();var Cj=R.span(({theme:e,isActive:t})=>({display:"inline-block",width:0,height:0,marginLeft:8,color:t?e.color.secondary:e.color.mediumdark,borderRight:"3px solid transparent",borderLeft:"3px solid transparent",borderTop:"3px solid",transition:"transform .1s ease-out"})),xj=R(js)(({active:e,theme:t,preActive:n})=>`
|
||
color: ${n||e?t.barSelectedColor:t.barTextColor};
|
||
.addon-collapsible-icon {
|
||
color: ${n||e?t.barSelectedColor:t.barTextColor};
|
||
}
|
||
&:hover {
|
||
color: ${t.barHoverColor};
|
||
.addon-collapsible-icon {
|
||
color: ${t.barHoverColor};
|
||
}
|
||
}
|
||
`);function WF(e){let t=s.useRef(),n=s.useRef(),r=s.useRef(new Map),{width:o=1}=Rg({ref:t}),[a,i]=s.useState(e),[l,c]=s.useState([]),d=s.useRef(e),p=s.useCallback(({menuName:f,actions:m})=>{let v=l.some(({active:D})=>D),[w,C]=s.useState(!1);return A.createElement(A.Fragment,null,A.createElement(w0,{interactive:!0,visible:w,onVisibleChange:C,placement:"bottom",delayHide:100,tooltip:A.createElement(HF,{links:l.map(({title:D,id:g,color:y,active:E})=>({id:g,title:D,color:y,active:E,onClick:u(b=>{b.preventDefault(),m.onSelect(g)},"onClick")}))})},A.createElement(xj,{ref:n,active:v,preActive:w,style:{visibility:l.length?"visible":"hidden"},"aria-hidden":!l.length,className:"tabbutton",type:"button",role:"tab"},f,A.createElement(Cj,{className:"addon-collapsible-icon",isActive:v||w}))),l.map(({title:D,id:g,color:y},E)=>{let b=`index-${E}`;return A.createElement(js,{id:`tabbutton-${r8(g)??b}`,style:{visibility:"hidden"},"aria-hidden":!0,tabIndex:-1,ref:x=>{r.current.set(g,x)},className:"tabbutton",type:"button",key:g,textColor:y,role:"tab"},D)}))},[l]),h=s.useCallback(()=>{if(!t.current||!n.current)return;let{x:f,width:m}=t.current.getBoundingClientRect(),{width:v}=n.current.getBoundingClientRect(),w=l.length?f+m-v:f+m,C=[],D=0,g=e.filter(y=>{let{id:E}=y,b=r.current.get(E),{width:x=0}=(b==null?void 0:b.getBoundingClientRect())||{},S=f+D+x>w;return(!S||!b)&&C.push(y),D+=x,S});(C.length!==a.length||d.current!==e)&&(i(C),c(g),d.current=e)},[l.length,e,a]);return s.useLayoutEffect(h,[h,o]),{tabRefs:r,addonsRef:n,tabBarRef:t,visibleList:a,invisibleList:l,AddonTab:p}}u(WF,"useList");var Sj=R.div(({theme:e})=>({height:"100%",display:"flex",padding:30,alignItems:"center",justifyContent:"center",flexDirection:"column",gap:15,background:e.background.content})),kj=R.div({display:"flex",flexDirection:"column",gap:4,maxWidth:415}),Aj=R.div(({theme:e})=>({fontWeight:e.typography.weight.bold,fontSize:e.typography.size.s2-1,textAlign:"center",color:e.textColor})),Fj=R.div(({theme:e})=>({fontWeight:e.typography.weight.regular,fontSize:e.typography.size.s2-1,textAlign:"center",color:e.textMutedColor})),qF=u(({title:e,description:t,footer:n})=>A.createElement(Sj,null,A.createElement(kj,null,A.createElement(Aj,null,e),t&&A.createElement(Fj,null,t)),n),"EmptyTabContent"),_j="/* emotion-disable-server-rendering-unsafe-selector-warning-please-do-not-use-this-the-warning-exists-for-a-reason */",zj=R.div(({theme:e,bordered:t})=>t?{backgroundClip:"padding-box",border:`1px solid ${e.appBorderColor}`,borderRadius:e.appBorderRadius,overflow:"hidden",boxSizing:"border-box"}:{},({absolute:e})=>e?{width:"100%",height:"100%",boxSizing:"border-box",display:"flex",flexDirection:"column"}:{display:"block"}),Ng=R.div({overflow:"hidden","&:first-of-type":{marginLeft:-3},whiteSpace:"nowrap",flexGrow:1});Ng.displayName="TabBar";var Tj=R.div({display:"block",position:"relative"},({theme:e})=>({fontSize:e.typography.size.s2-1,background:e.background.content}),({bordered:e,theme:t})=>e?{borderRadius:`0 0 ${t.appBorderRadius-1}px ${t.appBorderRadius-1}px`}:{},({absolute:e,bordered:t})=>e?{height:`calc(100% - ${t?42:40}px)`,position:"absolute",left:0+(t?1:0),right:0+(t?1:0),bottom:0+(t?1:0),top:40+(t?1:0),overflow:"auto",[`& > *:first-child${_j}`]:{position:"absolute",left:0+(t?1:0),right:0+(t?1:0),bottom:0+(t?1:0),top:0+(t?1:0),height:`calc(100% - ${t?2:0}px)`,overflow:"auto"}}:{}),Ij=u(({active:e,render:t,children:n})=>A.createElement(UF,{active:e},t?t():n),"TabWrapper"),Hg=s.memo(({children:e,selected:t=null,actions:n,absolute:r=!1,bordered:o=!1,tools:a=null,backgroundColor:i,id:l=null,menuName:c="Tabs",emptyState:d,showToolsWhenEmpty:p})=>{let h=s.useMemo(()=>bj(e).map((D,g)=>({...D,active:t?D.id===t:g===0})),[e,t]),{visibleList:f,tabBarRef:m,tabRefs:v,AddonTab:w}=WF(h),C=d??A.createElement(qF,{title:"Nothing found"});return!p&&h.length===0?C:A.createElement(zj,{absolute:r,bordered:o,id:l},A.createElement(Pg,{scrollable:!1,border:!0,backgroundColor:i},A.createElement(Ng,{style:{whiteSpace:"normal"},ref:m,role:"tablist"},f.map(({title:D,id:g,active:y,color:E},b)=>{let x=`index-${b}`;return A.createElement(js,{id:`tabbutton-${r8(g)??x}`,ref:S=>{v.current.set(g,S)},className:`tabbutton ${y?"tabbutton-active":""}`,type:"button",key:g,active:y,textColor:E,onClick:S=>{S.preventDefault(),n.onSelect(g)},role:"tab"},typeof D=="function"?A.createElement("title",null):D)}),A.createElement(w,{menuName:c,actions:n})),a),A.createElement(Tj,{id:"panel-tab-content",bordered:o,absolute:r},h.length?h.map(({id:D,active:g,render:y})=>A.createElement(y,{key:D,active:g},null)):C))});Hg.displayName="Tabs";var M2=class extends s.Component{constructor(n){super(n);vr(this,"handlers",{onSelect:u(n=>this.setState({selected:n}),"onSelect")});this.state={selected:n.initial}}render(){let{bordered:n=!1,absolute:r=!1,children:o,backgroundColor:a,menuName:i}=this.props,{selected:l}=this.state;return A.createElement(Hg,{bordered:n,absolute:r,selected:l,backgroundColor:a,menuName:i,actions:this.handlers},o)}};u(M2,"TabsState"),yR(M2,"defaultProps",{children:[],initial:null,absolute:!1,bordered:!1,backgroundColor:"",menuName:void 0});var Rj=M2,jg=R.span(({theme:e})=>({width:1,height:20,background:e.appBorderColor,marginLeft:2,marginRight:2}),({force:e})=>e?{}:{"& + &":{display:"none"}});jg.displayName="Separator";var Bj=u(e=>e.reduce((t,n,r)=>n?A.createElement(s.Fragment,{key:n.id||n.key||`f-${r}`},t,r>0?A.createElement(jg,{key:`s-${r}`}):null,n.render()||n):t,null),"interleaveSeparators"),Lj=u(e=>{let t=s.useRef();return s.useEffect(()=>{t.current=e},[e]),t.current},"usePrevious"),$j=u((e,t)=>{let n=Lj(t);return e?t:n},"useUpdate"),Mj=u(({active:e,children:t})=>A.createElement("div",{hidden:!e},$j(e,t)),"AddonPanel");const{deprecate:Oj,logger:Pj}=__STORYBOOK_MODULE_CLIENT_LOGGER__;var Nj=EA,Hj=R.svg`
|
||
display: inline-block;
|
||
shape-rendering: inherit;
|
||
vertical-align: middle;
|
||
fill: currentColor;
|
||
path {
|
||
fill: currentColor;
|
||
}
|
||
`,jj=u(({icon:e,useSymbol:t,__suppressDeprecationWarning:n=!1,...r})=>{n||Oj(`Use of the deprecated Icons ${`(${e})`||""} component detected. Please use the @storybook/icons component directly. For more informations, see the migration notes at https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#icons-is-deprecated`);let o=C0[e]||null;if(!o)return Pj.warn(`Use of an unknown prop ${`(${e})`||""} in the Icons component. The Icons component is deprecated. Please use the @storybook/icons component directly. For more informations, see the migration notes at https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#icons-is-deprecated`),null;let a=Nj[o];return A.createElement(a,{...r})},"Icons"),Vj=s.memo(u(function({icons:e=Object.keys(C0)}){return A.createElement(Hj,{viewBox:"0 0 14 14",style:{position:"absolute",width:0,height:0},"data-chromatic":"ignore"},e.map(t=>A.createElement("symbol",{id:`icon--${t}`,key:t},C0[t])))},"Symbols")),C0={user:"UserIcon",useralt:"UserAltIcon",useradd:"UserAddIcon",users:"UsersIcon",profile:"ProfileIcon",facehappy:"FaceHappyIcon",faceneutral:"FaceNeutralIcon",facesad:"FaceSadIcon",accessibility:"AccessibilityIcon",accessibilityalt:"AccessibilityAltIcon",arrowup:"ChevronUpIcon",arrowdown:"ChevronDownIcon",arrowleft:"ChevronLeftIcon",arrowright:"ChevronRightIcon",arrowupalt:"ArrowUpIcon",arrowdownalt:"ArrowDownIcon",arrowleftalt:"ArrowLeftIcon",arrowrightalt:"ArrowRightIcon",expandalt:"ExpandAltIcon",collapse:"CollapseIcon",expand:"ExpandIcon",unfold:"UnfoldIcon",transfer:"TransferIcon",redirect:"RedirectIcon",undo:"UndoIcon",reply:"ReplyIcon",sync:"SyncIcon",upload:"UploadIcon",download:"DownloadIcon",back:"BackIcon",proceed:"ProceedIcon",refresh:"RefreshIcon",globe:"GlobeIcon",compass:"CompassIcon",location:"LocationIcon",pin:"PinIcon",time:"TimeIcon",dashboard:"DashboardIcon",timer:"TimerIcon",home:"HomeIcon",admin:"AdminIcon",info:"InfoIcon",question:"QuestionIcon",support:"SupportIcon",alert:"AlertIcon",email:"EmailIcon",phone:"PhoneIcon",link:"LinkIcon",unlink:"LinkBrokenIcon",bell:"BellIcon",rss:"RSSIcon",sharealt:"ShareAltIcon",share:"ShareIcon",circle:"CircleIcon",circlehollow:"CircleHollowIcon",bookmarkhollow:"BookmarkHollowIcon",bookmark:"BookmarkIcon",hearthollow:"HeartHollowIcon",heart:"HeartIcon",starhollow:"StarHollowIcon",star:"StarIcon",certificate:"CertificateIcon",verified:"VerifiedIcon",thumbsup:"ThumbsUpIcon",shield:"ShieldIcon",basket:"BasketIcon",beaker:"BeakerIcon",hourglass:"HourglassIcon",flag:"FlagIcon",cloudhollow:"CloudHollowIcon",edit:"EditIcon",cog:"CogIcon",nut:"NutIcon",wrench:"WrenchIcon",ellipsis:"EllipsisIcon",check:"CheckIcon",form:"FormIcon",batchdeny:"BatchDenyIcon",batchaccept:"BatchAcceptIcon",controls:"ControlsIcon",plus:"PlusIcon",closeAlt:"CloseAltIcon",cross:"CrossIcon",trash:"TrashIcon",pinalt:"PinAltIcon",unpin:"UnpinIcon",add:"AddIcon",subtract:"SubtractIcon",close:"CloseIcon",delete:"DeleteIcon",passed:"PassedIcon",changed:"ChangedIcon",failed:"FailedIcon",clear:"ClearIcon",comment:"CommentIcon",commentadd:"CommentAddIcon",requestchange:"RequestChangeIcon",comments:"CommentsIcon",lock:"LockIcon",unlock:"UnlockIcon",key:"KeyIcon",outbox:"OutboxIcon",credit:"CreditIcon",button:"ButtonIcon",type:"TypeIcon",pointerdefault:"PointerDefaultIcon",pointerhand:"PointerHandIcon",browser:"BrowserIcon",tablet:"TabletIcon",mobile:"MobileIcon",watch:"WatchIcon",sidebar:"SidebarIcon",sidebaralt:"SidebarAltIcon",sidebaralttoggle:"SidebarAltToggleIcon",sidebartoggle:"SidebarToggleIcon",bottombar:"BottomBarIcon",bottombartoggle:"BottomBarToggleIcon",cpu:"CPUIcon",database:"DatabaseIcon",memory:"MemoryIcon",structure:"StructureIcon",box:"BoxIcon",power:"PowerIcon",photo:"PhotoIcon",component:"ComponentIcon",grid:"GridIcon",outline:"OutlineIcon",photodrag:"PhotoDragIcon",search:"SearchIcon",zoom:"ZoomIcon",zoomout:"ZoomOutIcon",zoomreset:"ZoomResetIcon",eye:"EyeIcon",eyeclose:"EyeCloseIcon",lightning:"LightningIcon",lightningoff:"LightningOffIcon",contrast:"ContrastIcon",switchalt:"SwitchAltIcon",mirror:"MirrorIcon",grow:"GrowIcon",paintbrush:"PaintBrushIcon",ruler:"RulerIcon",stop:"StopIcon",camera:"CameraIcon",video:"VideoIcon",speaker:"SpeakerIcon",play:"PlayIcon",playback:"PlayBackIcon",playnext:"PlayNextIcon",rewind:"RewindIcon",fastforward:"FastForwardIcon",stopalt:"StopAltIcon",sidebyside:"SideBySideIcon",stacked:"StackedIcon",sun:"SunIcon",moon:"MoonIcon",book:"BookIcon",document:"DocumentIcon",copy:"CopyIcon",category:"CategoryIcon",folder:"FolderIcon",print:"PrintIcon",graphline:"GraphLineIcon",calendar:"CalendarIcon",graphbar:"GraphBarIcon",menu:"MenuIcon",menualt:"MenuIcon",filter:"FilterIcon",docchart:"DocChartIcon",doclist:"DocListIcon",markup:"MarkupIcon",bold:"BoldIcon",paperclip:"PaperClipIcon",listordered:"ListOrderedIcon",listunordered:"ListUnorderedIcon",paragraph:"ParagraphIcon",markdown:"MarkdownIcon",repository:"RepoIcon",commit:"CommitIcon",branch:"BranchIcon",pullrequest:"PullRequestIcon",merge:"MergeIcon",apple:"AppleIcon",linux:"LinuxIcon",ubuntu:"UbuntuIcon",windows:"WindowsIcon",storybook:"StorybookIcon",azuredevops:"AzureDevOpsIcon",bitbucket:"BitbucketIcon",chrome:"ChromeIcon",chromatic:"ChromaticIcon",componentdriven:"ComponentDrivenIcon",discord:"DiscordIcon",facebook:"FacebookIcon",figma:"FigmaIcon",gdrive:"GDriveIcon",github:"GithubIcon",gitlab:"GitlabIcon",google:"GoogleIcon",graphql:"GraphqlIcon",medium:"MediumIcon",redux:"ReduxIcon",twitter:"TwitterIcon",youtube:"YoutubeIcon",vscode:"VSCodeIcon"},Uj=u(({alt:e,...t})=>A.createElement("svg",{width:"200px",height:"40px",viewBox:"0 0 200 40",...t,role:"img"},e?A.createElement("title",null,e):null,A.createElement("defs",null,A.createElement("path",{d:"M1.2 36.9L0 3.9c0-1.1.8-2 1.9-2.1l28-1.8a2 2 0 0 1 2.2 1.9 2 2 0 0 1 0 .1v36a2 2 0 0 1-2 2 2 2 0 0 1-.1 0L3.2 38.8a2 2 0 0 1-2-2z",id:"a"})),A.createElement("g",{fill:"none",fillRule:"evenodd"},A.createElement("path",{d:"M53.3 31.7c-1.7 0-3.4-.3-5-.7-1.5-.5-2.8-1.1-3.9-2l1.6-3.5c2.2 1.5 4.6 2.3 7.3 2.3 1.5 0 2.5-.2 3.3-.7.7-.5 1.1-1 1.1-1.9 0-.7-.3-1.3-1-1.7s-2-.8-3.7-1.2c-2-.4-3.6-.9-4.8-1.5-1.1-.5-2-1.2-2.6-2-.5-1-.8-2-.8-3.2 0-1.4.4-2.6 1.2-3.6.7-1.1 1.8-2 3.2-2.6 1.3-.6 2.9-.9 4.7-.9 1.6 0 3.1.3 4.6.7 1.5.5 2.7 1.1 3.5 2l-1.6 3.5c-2-1.5-4.2-2.3-6.5-2.3-1.3 0-2.3.2-3 .8-.8.5-1.2 1.1-1.2 2 0 .5.2 1 .5 1.3.2.3.7.6 1.4.9l2.9.8c2.9.6 5 1.4 6.2 2.4a5 5 0 0 1 2 4.2 6 6 0 0 1-2.5 5c-1.7 1.2-4 1.9-7 1.9zm21-3.6l1.4-.1-.2 3.5-1.9.1c-2.4 0-4.1-.5-5.2-1.5-1.1-1-1.6-2.7-1.6-4.8v-6h-3v-3.6h3V11h4.8v4.6h4v3.6h-4v6c0 1.8.9 2.8 2.6 2.8zm11.1 3.5c-1.6 0-3-.3-4.3-1a7 7 0 0 1-3-2.8c-.6-1.3-1-2.7-1-4.4 0-1.6.4-3 1-4.3a7 7 0 0 1 3-2.8c1.2-.7 2.7-1 4.3-1 1.7 0 3.2.3 4.4 1a7 7 0 0 1 3 2.8c.6 1.2 1 2.7 1 4.3 0 1.7-.4 3.1-1 4.4a7 7 0 0 1-3 2.8c-1.2.7-2.7 1-4.4 1zm0-3.6c2.4 0 3.6-1.6 3.6-4.6 0-1.5-.3-2.6-1-3.4a3.2 3.2 0 0 0-2.6-1c-2.3 0-3.5 1.4-3.5 4.4 0 3 1.2 4.6 3.5 4.6zm21.7-8.8l-2.7.3c-1.3.2-2.3.5-2.8 1.2-.6.6-.9 1.4-.9 2.5v8.2H96V15.7h4.6v2.6c.8-1.8 2.5-2.8 5-3h1.3l.3 4zm14-3.5h4.8L116.4 37h-4.9l3-6.6-6.4-14.8h5l4 10 4-10zm16-.4c1.4 0 2.6.3 3.6 1 1 .6 1.9 1.6 2.5 2.8.6 1.2.9 2.7.9 4.3 0 1.6-.3 3-1 4.3a6.9 6.9 0 0 1-2.4 2.9c-1 .7-2.2 1-3.6 1-1 0-2-.2-3-.7-.8-.4-1.5-1-2-1.9v2.4h-4.7V8.8h4.8v9c.5-.8 1.2-1.4 2-1.9.9-.4 1.8-.6 3-.6zM135.7 28c1.1 0 2-.4 2.6-1.2.6-.8 1-2 1-3.4 0-1.5-.4-2.5-1-3.3s-1.5-1.1-2.6-1.1-2 .3-2.6 1.1c-.6.8-1 2-1 3.3 0 1.5.4 2.6 1 3.4.6.8 1.5 1.2 2.6 1.2zm18.9 3.6c-1.7 0-3.2-.3-4.4-1a7 7 0 0 1-3-2.8c-.6-1.3-1-2.7-1-4.4 0-1.6.4-3 1-4.3a7 7 0 0 1 3-2.8c1.2-.7 2.7-1 4.4-1 1.6 0 3 .3 4.3 1a7 7 0 0 1 3 2.8c.6 1.2 1 2.7 1 4.3 0 1.7-.4 3.1-1 4.4a7 7 0 0 1-3 2.8c-1.2.7-2.7 1-4.3 1zm0-3.6c2.3 0 3.5-1.6 3.5-4.6 0-1.5-.3-2.6-1-3.4a3.2 3.2 0 0 0-2.5-1c-2.4 0-3.6 1.4-3.6 4.4 0 3 1.2 4.6 3.6 4.6zm18 3.6c-1.7 0-3.2-.3-4.4-1a7 7 0 0 1-3-2.8c-.6-1.3-1-2.7-1-4.4 0-1.6.4-3 1-4.3a7 7 0 0 1 3-2.8c1.2-.7 2.7-1 4.4-1 1.6 0 3 .3 4.4 1a7 7 0 0 1 2.9 2.8c.6 1.2 1 2.7 1 4.3 0 1.7-.4 3.1-1 4.4a7 7 0 0 1-3 2.8c-1.2.7-2.7 1-4.3 1zm0-3.6c2.3 0 3.5-1.6 3.5-4.6 0-1.5-.3-2.6-1-3.4a3.2 3.2 0 0 0-2.5-1c-2.4 0-3.6 1.4-3.6 4.4 0 3 1.2 4.6 3.6 4.6zm27.4 3.4h-6l-6-7v7h-4.8V8.8h4.9v13.6l5.8-6.7h5.7l-6.6 7.5 7 8.2z",fill:"currentColor"}),A.createElement("mask",{id:"b",fill:"#fff"},A.createElement("use",{xlinkHref:"#a"})),A.createElement("use",{fill:"#FF4785",fillRule:"nonzero",xlinkHref:"#a"}),A.createElement("path",{d:"M23.7 5L24 .2l3.9-.3.1 4.8a.3.3 0 0 1-.5.2L26 3.8l-1.7 1.4a.3.3 0 0 1-.5-.3zm-5 10c0 .9 5.3.5 6 0 0-5.4-2.8-8.2-8-8.2-5.3 0-8.2 2.8-8.2 7.1 0 7.4 10 7.6 10 11.6 0 1.2-.5 1.9-1.8 1.9-1.6 0-2.2-.9-2.1-3.6 0-.6-6.1-.8-6.3 0-.5 6.7 3.7 8.6 8.5 8.6 4.6 0 8.3-2.5 8.3-7 0-7.9-10.2-7.7-10.2-11.6 0-1.6 1.2-1.8 2-1.8.6 0 2 0 1.9 3z",fill:"#FFF",fillRule:"nonzero",mask:"url(#b)"}))),"StorybookLogo"),Wj=u(e=>A.createElement("svg",{viewBox:"0 0 64 64",...e},A.createElement("title",null,"Storybook icon"),A.createElement("g",{id:"Artboard",stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd"},A.createElement("path",{d:"M8.04798541,58.7875918 L6.07908839,6.32540407 C6.01406344,4.5927838 7.34257463,3.12440831 9.07303814,3.01625434 L53.6958037,0.227331489 C55.457209,0.117243658 56.974354,1.45590096 57.0844418,3.21730626 C57.0885895,3.28366922 57.0906648,3.35014546 57.0906648,3.41663791 L57.0906648,60.5834697 C57.0906648,62.3483119 55.6599776,63.7789992 53.8951354,63.7789992 C53.847325,63.7789992 53.7995207,63.7779262 53.7517585,63.775781 L11.0978899,61.8600599 C9.43669044,61.7854501 8.11034889,60.4492961 8.04798541,58.7875918 Z",id:"path-1",fill:"#FF4785",fillRule:"nonzero"}),A.createElement("path",{d:"M35.9095005,24.1768792 C35.9095005,25.420127 44.2838488,24.8242707 45.4080313,23.9509748 C45.4080313,15.4847538 40.8652557,11.0358878 32.5466666,11.0358878 C24.2280775,11.0358878 19.5673077,15.553972 19.5673077,22.3311017 C19.5673077,34.1346028 35.4965208,34.3605071 35.4965208,40.7987804 C35.4965208,42.606015 34.6115646,43.6790606 32.6646607,43.6790606 C30.127786,43.6790606 29.1248356,42.3834613 29.2428298,37.9783269 C29.2428298,37.0226907 19.5673077,36.7247626 19.2723223,37.9783269 C18.5211693,48.6535354 25.1720308,51.7326752 32.7826549,51.7326752 C40.1572906,51.7326752 45.939005,47.8018145 45.939005,40.6858282 C45.939005,28.035186 29.7738035,28.3740425 29.7738035,22.1051974 C29.7738035,19.5637737 31.6617103,19.2249173 32.7826549,19.2249173 C33.9625966,19.2249173 36.0864917,19.4328883 35.9095005,24.1768792 Z",id:"path9_fill-path",fill:"#FFFFFF",fillRule:"nonzero"}),A.createElement("path",{d:"M44.0461638,0.830433986 L50.1874092,0.446606143 L50.443532,7.7810017 C50.4527198,8.04410717 50.2468789,8.26484453 49.9837734,8.27403237 C49.871115,8.27796649 49.7607078,8.24184808 49.6721567,8.17209069 L47.3089847,6.3104681 L44.5110468,8.43287463 C44.3012992,8.591981 44.0022839,8.55092814 43.8431776,8.34118051 C43.7762017,8.25288717 43.742082,8.14401677 43.7466857,8.03329059 L44.0461638,0.830433986 Z",id:"Path",fill:"#FFFFFF"}))),"StorybookIcon"),qj=fr`
|
||
from {
|
||
transform: rotate(0deg);
|
||
}
|
||
to {
|
||
transform: rotate(360deg);
|
||
}
|
||
`,Gj=R.div(({size:e=32})=>({borderRadius:"50%",cursor:"progress",display:"inline-block",overflow:"hidden",position:"absolute",transition:"all 200ms ease-out",verticalAlign:"top",top:"50%",left:"50%",marginTop:-(e/2),marginLeft:-(e/2),height:e,width:e,zIndex:4,borderWidth:2,borderStyle:"solid",borderColor:"rgba(97, 97, 97, 0.29)",borderTopColor:"rgb(100,100,100)",animation:`${qj} 0.7s linear infinite`,mixBlendMode:"difference"})),e8=R.div({position:"absolute",display:"flex",flexDirection:"column",justifyContent:"center",alignItems:"center",width:"100%",height:"100%"}),Yj=R.div(({theme:e})=>({position:"relative",width:"80%",marginBottom:"0.75rem",maxWidth:300,height:5,borderRadius:5,background:Pt(.8,e.color.secondary),overflow:"hidden",cursor:"progress"})),Kj=R.div(({theme:e})=>({position:"absolute",top:0,left:0,height:"100%",background:e.color.secondary})),t8=R.div(({theme:e})=>({minHeight:"2em",fontSize:`${e.typography.size.s1}px`,color:e.barTextColor})),Xj=R(bA)(({theme:e})=>({width:20,height:20,marginBottom:"0.5rem",color:e.textMutedColor})),Zj=fr`
|
||
from { content: "..." }
|
||
33% { content: "." }
|
||
66% { content: ".." }
|
||
to { content: "..." }
|
||
`,Qj=R.span({"&::after":{content:"'...'",animation:`${Zj} 1s linear infinite`,animationDelay:"1s",display:"inline-block",width:"1em",height:"auto"}}),Jj=u(({progress:e,error:t,size:n,...r})=>{if(t)return A.createElement(e8,{"aria-label":t.toString(),"aria-live":"polite",role:"status",...r},A.createElement(Xj,null),A.createElement(t8,null,t.message));if(e){let{value:o,modules:a}=e,{message:i}=e;return a&&(i+=` ${a.complete} / ${a.total} modules`),A.createElement(e8,{"aria-label":"Content is loading...","aria-live":"polite","aria-valuemin":0,"aria-valuemax":100,"aria-valuenow":o*100,"aria-valuetext":i,role:"progressbar",...r},A.createElement(Yj,null,A.createElement(Kj,{style:{width:`${o*100}%`}})),A.createElement(t8,null,i,o<1&&A.createElement(Qj,{key:i})))}return A.createElement(Gj,{"aria-label":"Content is loading...","aria-live":"polite",role:"status",size:n,...r})},"Loader");function GF(e){let t={},n=e.split("&");for(let r=0;r<n.length;r++){let o=n[r].split("=");t[decodeURIComponent(o[0])]=decodeURIComponent(o[1]||"")}return t}u(GF,"parseQuery");var eV=u((e,t,n={})=>{let[r,o]=e.split("?"),a=o?{...GF(o),...n,id:t}:{...n,id:t};return`${r}?${Object.entries(a).map(i=>`${i[0]}=${i[1]}`).join("&")}`},"getStoryHref"),tV=R.pre`
|
||
line-height: 18px;
|
||
padding: 11px 1rem;
|
||
white-space: pre-wrap;
|
||
background: rgba(0, 0, 0, 0.05);
|
||
color: ${U.darkest};
|
||
border-radius: 3px;
|
||
margin: 1rem 0;
|
||
width: 100%;
|
||
display: block;
|
||
overflow: hidden;
|
||
font-family: ${In.fonts.mono};
|
||
font-size: ${In.size.s2-1}px;
|
||
`,nV=u(({code:e,...t})=>A.createElement(tV,{id:"clipboard-code",...t},e),"ClipboardCode"),rV=DA,YF={};Object.keys(DA).forEach(e=>{YF[e]=s.forwardRef((t,n)=>s.createElement(e,{...t,ref:n}))});const fV=Object.freeze(Object.defineProperty({__proto__:null,A:Qk,get ActionBar(){return im},AddonPanel:Mj,Badge:$L,Bar:Og,Blockquote:Jk,Button:I1,ClipboardCode:nV,Code:eA,DL:nA,Div:tA,DocumentWrapper:ZP,EmptyTabContent:qF,ErrorFormatter:EH,FlexBar:Pg,Form:WH,H1:rA,H2:oA,H3:aA,H4:iA,H5:lA,H6:sA,HR:uA,IconButton:Ig,IconButtonSkeleton:wj,Icons:jj,Img:cA,LI:dA,Link:SA,ListItem:NF,Loader:Jj,Modal:rH,OL:pA,P:fA,Placeholder:cH,Pre:hA,ResetWrapper:wA,get ScrollArea(){return Zl},Separator:jg,Spaced:iH,Span:mA,StorybookIcon:Wj,StorybookLogo:Uj,Symbols:Vj,SyntaxHighlighter:kA,TT:vA,TabBar:Ng,TabButton:js,TabWrapper:Ij,Table:gA,Tabs:Hg,TabsState:Rj,TooltipLinkList:HF,TooltipMessage:tj,TooltipNote:rj,UL:yA,WithTooltip:GH,WithTooltipPure:KH,Zoom:fH,codeCommon:Hs,components:rV,createCopyToClipboardFunction:Wc,getStoryHref:eV,icons:C0,interleaveSeparators:Bj,nameSpaceClassNames:he,resetComponents:YF,withReset:Ae},Symbol.toStringTag,{value:"Module"}));export{Hs as A,SA as B,Ig as D,rj as F,EH as J,lV as M,Hz as N,Pg as O,A as R,R as T,eV as U,im as X,kA as _,Y0 as a,vv as b,sV as c,uV as d,he as e,wA as f,GH as g,Rj as h,qF as i,Ae as j,aA as k,eA as l,Jj as m,KH as n,I1 as o,oA as p,fH as q,s as r,fV as s,rV as u,WH as w,gv as z};
|