mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-01 03:08:17 +02:00
1 line
No EOL
705 KiB
JavaScript
1 line
No EOL
705 KiB
JavaScript
(self.webpackChunkwebsite=self.webpackChunkwebsite||[]).push([["56909"],{56573:function(e,t,n){"use strict";n.d(t,{W:function(){return o}});var r=n(27378);function o(){return r.createElement("svg",{width:"20",height:"20",className:"DocSearch-Search-Icon",viewBox:"0 0 20 20"},r.createElement("path",{d:"M14.386 14.386l4.0877 4.0877-4.0877-4.0877c-2.9418 2.9419-7.7115 2.9419-10.6533 0-2.9419-2.9418-2.9419-7.7115 0-10.6533 2.9418-2.9419 7.7115-2.9419 10.6533 0 2.9419 2.9418 2.9419 7.7115 0 10.6533z",stroke:"currentColor",fill:"none",fillRule:"evenodd",strokeLinecap:"round",strokeLinejoin:"round"}))}},20692:function(e,t,n){"use strict";n.r(t)},1120:function(e,t,n){"use strict";n.r(t)},11742:function(e,t,n){"use strict";n.r(t)},31722:function(e,t,n){"use strict";n.r(t)},47297:function(e,t,n){let r=n(49552),o={};for(let e of Object.keys(r))o[r[e]]=e;let a={rgb:{channels:3,labels:"rgb"},hsl:{channels:3,labels:"hsl"},hsv:{channels:3,labels:"hsv"},hwb:{channels:3,labels:"hwb"},cmyk:{channels:4,labels:"cmyk"},xyz:{channels:3,labels:"xyz"},lab:{channels:3,labels:"lab"},lch:{channels:3,labels:"lch"},hex:{channels:1,labels:["hex"]},keyword:{channels:1,labels:["keyword"]},ansi16:{channels:1,labels:["ansi16"]},ansi256:{channels:1,labels:["ansi256"]},hcg:{channels:3,labels:["h","c","g"]},apple:{channels:3,labels:["r16","g16","b16"]},gray:{channels:1,labels:["gray"]}};for(let t of(e.exports=a,Object.keys(a))){if(!("channels"in a[t]))throw Error("missing channels property: "+t);if(!("labels"in a[t]))throw Error("missing channel labels property: "+t);if(a[t].labels.length!==a[t].channels)throw Error("channel and label counts mismatch: "+t);let{channels:e,labels:n}=a[t];delete a[t].channels,delete a[t].labels,Object.defineProperty(a[t],"channels",{value:e}),Object.defineProperty(a[t],"labels",{value:n})}a.rgb.hsl=function(e){let t,n;let r=e[0]/255,o=e[1]/255,a=e[2]/255,i=Math.min(r,o,a),s=Math.max(r,o,a),c=s-i;s===i?t=0:r===s?t=(o-a)/c:o===s?t=2+(a-r)/c:a===s&&(t=4+(r-o)/c),(t=Math.min(60*t,360))<0&&(t+=360);let l=(i+s)/2;return[t,100*(n=s===i?0:l<=.5?c/(s+i):c/(2-s-i)),100*l]},a.rgb.hsv=function(e){let t,n,r,o,a;let i=e[0]/255,s=e[1]/255,c=e[2]/255,l=Math.max(i,s,c),u=l-Math.min(i,s,c),d=function(e){return(l-e)/6/u+.5};return 0===u?(o=0,a=0):(a=u/l,t=d(i),n=d(s),r=d(c),i===l?o=r-n:s===l?o=1/3+t-r:c===l&&(o=2/3+n-t),o<0?o+=1:o>1&&(o-=1)),[360*o,100*a,100*l]},a.rgb.hwb=function(e){let t=e[0],n=e[1],r=e[2],o=a.rgb.hsl(e)[0];return[o,1/255*Math.min(t,Math.min(n,r))*100,100*(r=1-1/255*Math.max(t,Math.max(n,r)))]},a.rgb.cmyk=function(e){let t=e[0]/255,n=e[1]/255,r=e[2]/255,o=Math.min(1-t,1-n,1-r);return[100*((1-t-o)/(1-o)||0),100*((1-n-o)/(1-o)||0),100*((1-r-o)/(1-o)||0),100*o]};a.rgb.keyword=function(e){let t;let n=o[e];if(n)return n;let a=1/0;for(let n of Object.keys(r)){var i,s;let o=r[n];let c=(i=e,s=o,(i[0]-s[0])**2+(i[1]-s[1])**2+(i[2]-s[2])**2);c<a&&(a=c,t=n)}return t},a.keyword.rgb=function(e){return r[e]},a.rgb.xyz=function(e){let t=e[0]/255,n=e[1]/255,r=e[2]/255;return[100*(.4124*(t=t>.04045?((t+.055)/1.055)**2.4:t/12.92)+.3576*(n=n>.04045?((n+.055)/1.055)**2.4:n/12.92)+.1805*(r=r>.04045?((r+.055)/1.055)**2.4:r/12.92)),100*(.2126*t+.7152*n+.0722*r),100*(.0193*t+.1192*n+.9505*r)]},a.rgb.lab=function(e){let t=a.rgb.xyz(e),n=t[0],r=t[1],o=t[2];return n/=95.047,r/=100,o/=108.883,[116*(r=r>.008856?r**(1/3):7.787*r+16/116)-16,500*((n=n>.008856?n**(1/3):7.787*n+16/116)-r),200*(r-(o=o>.008856?o**(1/3):7.787*o+16/116))]},a.hsl.rgb=function(e){let t,n,r;let o=e[0]/360,a=e[1]/100,i=e[2]/100;if(0===a)return[r=255*i,r,r];t=i<.5?i*(1+a):i+a-i*a;let s=2*i-t,c=[0,0,0];for(let e=0;e<3;e++)(n=o+-(1/3*(e-1)))<0&&n++,n>1&&n--,r=6*n<1?s+(t-s)*6*n:2*n<1?t:3*n<2?s+(t-s)*(2/3-n)*6:s,c[e]=255*r;return c},a.hsl.hsv=function(e){let t=e[0],n=e[1]/100,r=e[2]/100,o=n,a=Math.max(r,.01);r*=2,n*=r<=1?r:2-r,o*=a<=1?a:2-a;let i=(r+n)/2;return[t,100*(0===r?2*o/(a+o):2*n/(r+n)),100*i]},a.hsv.rgb=function(e){let t=e[0]/60,n=e[1]/100,r=e[2]/100,o=Math.floor(t)%6,a=t-Math.floor(t),i=255*r*(1-n),s=255*r*(1-n*a),c=255*r*(1-n*(1-a));switch(r*=255,o){case 0:return[r,c,i];case 1:return[s,r,i];case 2:return[i,r,c];case 3:return[i,s,r];case 4:return[c,i,r];case 5:return[r,i,s]}},a.hsv.hsl=function(e){let t,n;let r=e[0],o=e[1]/100,a=e[2]/100,i=Math.max(a,.01);n=(2-o)*a;let s=(2-o)*i;return t=(t=o*i/(s<=1?s:2-s))||0,[r,100*t,100*(n/=2)]},a.hwb.rgb=function(e){let t,n,r,o;let a=e[0]/360,i=e[1]/100,s=e[2]/100,c=i+s;c>1&&(i/=c,s/=c);let l=Math.floor(6*a),u=1-s;t=6*a-l,(1&l)!=0&&(t=1-t);let d=i+t*(u-i);switch(l){default:case 6:case 0:n=u,r=d,o=i;break;case 1:n=d,r=u,o=i;break;case 2:n=i,r=u,o=d;break;case 3:n=i,r=d,o=u;break;case 4:n=d,r=i,o=u;break;case 5:n=u,r=i,o=d}return[255*n,255*r,255*o]},a.cmyk.rgb=function(e){let t=e[0]/100,n=e[1]/100,r=e[2]/100,o=e[3]/100;return[255*(1-Math.min(1,t*(1-o)+o)),255*(1-Math.min(1,n*(1-o)+o)),255*(1-Math.min(1,r*(1-o)+o))]},a.xyz.rgb=function(e){let t,n,r;let o=e[0]/100,a=e[1]/100,i=e[2]/100;return t=(t=3.2406*o+-1.5372*a+-.4986*i)>.0031308?1.055*t**(1/2.4)-.055:12.92*t,n=(n=-.9689*o+1.8758*a+.0415*i)>.0031308?1.055*n**(1/2.4)-.055:12.92*n,r=(r=.0557*o+-.204*a+1.057*i)>.0031308?1.055*r**(1/2.4)-.055:12.92*r,[255*(t=Math.min(Math.max(0,t),1)),255*(n=Math.min(Math.max(0,n),1)),255*(r=Math.min(Math.max(0,r),1))]},a.xyz.lab=function(e){let t=e[0],n=e[1],r=e[2];return t/=95.047,n/=100,r/=108.883,[116*(n=n>.008856?n**(1/3):7.787*n+16/116)-16,500*((t=t>.008856?t**(1/3):7.787*t+16/116)-n),200*(n-(r=r>.008856?r**(1/3):7.787*r+16/116))]},a.lab.xyz=function(e){let t,n,r;let o=e[0],a=e[1],i=e[2];t=a/500+(n=(o+16)/116),r=n-i/200;let s=n**3,c=t**3,l=r**3;return n=(s>.008856?s:(n-16/116)/7.787)*100,[t=(c>.008856?c:(t-16/116)/7.787)*95.047,n,r=(l>.008856?l:(r-16/116)/7.787)*108.883]},a.lab.lch=function(e){let t;let n=e[0],r=e[1],o=e[2];return(t=360*Math.atan2(o,r)/2/Math.PI)<0&&(t+=360),[n,Math.sqrt(r*r+o*o),t]},a.lch.lab=function(e){let t=e[0],n=e[1],r=e[2]/360*2*Math.PI;return[t,n*Math.cos(r),n*Math.sin(r)]},a.rgb.ansi16=function(e,t=null){let[n,r,o]=e,i=null===t?a.rgb.hsv(e)[2]:t;if(0===(i=Math.round(i/50)))return 30;let s=30+(Math.round(o/255)<<2|Math.round(r/255)<<1|Math.round(n/255));return 2===i&&(s+=60),s},a.hsv.ansi16=function(e){return a.rgb.ansi16(a.hsv.rgb(e),e[2])},a.rgb.ansi256=function(e){let t=e[0],n=e[1],r=e[2];if(t===n&&n===r)return t<8?16:t>248?231:Math.round((t-8)/247*24)+232;return 16+36*Math.round(t/255*5)+6*Math.round(n/255*5)+Math.round(r/255*5)},a.ansi16.rgb=function(e){let t=e%10;if(0===t||7===t)return e>50&&(t+=3.5),[t=t/10.5*255,t,t];let n=(~~(e>50)+1)*.5;return[(1&t)*n*255,(t>>1&1)*n*255,(t>>2&1)*n*255]},a.ansi256.rgb=function(e){let t;if(e>=232){let t=(e-232)*10+8;return[t,t,t]}let n=Math.floor((e-=16)/36)/5*255,r=Math.floor((t=e%36)/6)/5*255;return[n,r,t%6/5*255]},a.rgb.hex=function(e){let t=(((255&Math.round(e[0]))<<16)+((255&Math.round(e[1]))<<8)+(255&Math.round(e[2]))).toString(16).toUpperCase();return"000000".substring(t.length)+t},a.hex.rgb=function(e){let t=e.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!t)return[0,0,0];let n=t[0];3===t[0].length&&(n=n.split("").map(e=>e+e).join(""));let r=parseInt(n,16);return[r>>16&255,r>>8&255,255&r]},a.rgb.hcg=function(e){let t,n;let r=e[0]/255,o=e[1]/255,a=e[2]/255,i=Math.max(Math.max(r,o),a),s=Math.min(Math.min(r,o),a),c=i-s;return t=c<1?s/(1-c):0,[360*(n=(c<=0?0:i===r?(o-a)/c%6:i===o?2+(a-r)/c:4+(r-o)/c)/6%1),100*c,100*t]},a.hsl.hcg=function(e){let t=e[1]/100,n=e[2]/100,r=n<.5?2*t*n:2*t*(1-n),o=0;return r<1&&(o=(n-.5*r)/(1-r)),[e[0],100*r,100*o]},a.hsv.hcg=function(e){let t=e[1]/100,n=e[2]/100,r=t*n,o=0;return r<1&&(o=(n-r)/(1-r)),[e[0],100*r,100*o]},a.hcg.rgb=function(e){let t=e[0]/360,n=e[1]/100,r=e[2]/100;if(0===n)return[255*r,255*r,255*r];let o=[0,0,0],a=t%1*6,i=a%1,s=1-i,c=0;switch(Math.floor(a)){case 0:o[0]=1,o[1]=i,o[2]=0;break;case 1:o[0]=s,o[1]=1,o[2]=0;break;case 2:o[0]=0,o[1]=1,o[2]=i;break;case 3:o[0]=0,o[1]=s,o[2]=1;break;case 4:o[0]=i,o[1]=0,o[2]=1;break;default:o[0]=1,o[1]=0,o[2]=s}return c=(1-n)*r,[(n*o[0]+c)*255,(n*o[1]+c)*255,(n*o[2]+c)*255]},a.hcg.hsv=function(e){let t=e[1]/100,n=t+e[2]/100*(1-t),r=0;return n>0&&(r=t/n),[e[0],100*r,100*n]},a.hcg.hsl=function(e){let t=e[1]/100,n=e[2]/100*(1-t)+.5*t,r=0;return n>0&&n<.5?r=t/(2*n):n>=.5&&n<1&&(r=t/(2*(1-n))),[e[0],100*r,100*n]},a.hcg.hwb=function(e){let t=e[1]/100,n=t+e[2]/100*(1-t);return[e[0],(n-t)*100,(1-n)*100]},a.hwb.hcg=function(e){let t=e[1]/100,n=1-e[2]/100,r=n-t,o=0;return r<1&&(o=(n-r)/(1-r)),[e[0],100*r,100*o]},a.apple.rgb=function(e){return[e[0]/65535*255,e[1]/65535*255,e[2]/65535*255]},a.rgb.apple=function(e){return[e[0]/255*65535,e[1]/255*65535,e[2]/255*65535]},a.gray.rgb=function(e){return[e[0]/100*255,e[0]/100*255,e[0]/100*255]},a.gray.hsl=function(e){return[0,0,e[0]]},a.gray.hsv=a.gray.hsl,a.gray.hwb=function(e){return[0,100,e[0]]},a.gray.cmyk=function(e){return[0,0,0,e[0]]},a.gray.lab=function(e){return[e[0],0,0]},a.gray.hex=function(e){let t=255&Math.round(e[0]/100*255),n=((t<<16)+(t<<8)+t).toString(16).toUpperCase();return"000000".substring(n.length)+n},a.rgb.gray=function(e){return[(e[0]+e[1]+e[2])/3/255*100]}},31642:function(e,t,n){let r=n(47297),o=n(77971),a={},i=Object.keys(r);i.forEach(e=>{a[e]={},Object.defineProperty(a[e],"channels",{value:r[e].channels}),Object.defineProperty(a[e],"labels",{value:r[e].labels});let t=o(e);Object.keys(t).forEach(n=>{let r=t[n];a[e][n]=function(e){let t=function(...t){let n=t[0];if(null==n)return n;n.length>1&&(t=n);let r=e(t);if("object"==typeof r)for(let e=r.length,t=0;t<e;t++)r[t]=Math.round(r[t]);return r};return"conversion"in e&&(t.conversion=e.conversion),t}(r),a[e][n].raw=function(e){let t=function(...t){let n=t[0];return null==n?n:(n.length>1&&(t=n),e(t))};return"conversion"in e&&(t.conversion=e.conversion),t}(r)})}),e.exports=a},77971:function(e,t,n){let r=n(47297);e.exports=function(e){let t=function(e){let t=function(){let e={},t=Object.keys(r);for(let n=t.length,r=0;r<n;r++)e[t[r]]={distance:-1,parent:null};return e}(),n=[e];for(t[e].distance=0;n.length;){let e=n.pop(),o=Object.keys(r[e]);for(let r=o.length,a=0;a<r;a++){let r=o[a],i=t[r];-1===i.distance&&(i.distance=t[e].distance+1,i.parent=e,n.unshift(r))}}return t}(e),n={},o=Object.keys(t);for(let e=o.length,a=0;a<e;a++){let e=o[a];if(null!==t[e].parent)n[e]=function(e,t){let n=[t[e].parent,e],o=r[t[e].parent][e],a=t[e].parent;for(;t[a].parent;)n.unshift(t[a].parent),o=function(e,t){return function(n){return t(e(n))}}(r[t[a].parent][a],o),a=t[a].parent;return o.conversion=n,o}(e,t)}return n}},49552:function(e){"use strict";e.exports={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]}},96855:function(e,t,n){var r=n(49552),o=n(10521),a=Object.hasOwnProperty,i=Object.create(null);for(var s in r)a.call(r,s)&&(i[r[s]]=s);var c=e.exports={to:{},get:{}};function l(e,t,n){return Math.min(Math.max(t,e),n)}function u(e){var t=Math.round(e).toString(16).toUpperCase();return t.length<2?"0"+t:t}c.get=function(e){var t,n;switch(e.substring(0,3).toLowerCase()){case"hsl":t=c.get.hsl(e),n="hsl";break;case"hwb":t=c.get.hwb(e),n="hwb";break;default:t=c.get.rgb(e),n="rgb"}return t?{model:n,value:t}:null},c.get.rgb=function(e){if(!e)return null;var t,n,o,i=[0,0,0,1];if(t=e.match(/^#([a-f0-9]{6})([a-f0-9]{2})?$/i)){for(n=0,o=t[2],t=t[1];n<3;n++){var s=2*n;i[n]=parseInt(t.slice(s,s+2),16)}o&&(i[3]=parseInt(o,16)/255)}else if(t=e.match(/^#([a-f0-9]{3,4})$/i)){for(n=0,o=(t=t[1])[3];n<3;n++)i[n]=parseInt(t[n]+t[n],16);o&&(i[3]=parseInt(o+o,16)/255)}else if(t=e.match(/^rgba?\(\s*([+-]?\d+)(?=[\s,])\s*(?:,\s*)?([+-]?\d+)(?=[\s,])\s*(?:,\s*)?([+-]?\d+)\s*(?:[,|\/]\s*([+-]?[\d\.]+)(%?)\s*)?\)$/)){for(n=0;n<3;n++)i[n]=parseInt(t[n+1],0);t[4]&&(t[5]?i[3]=.01*parseFloat(t[4]):i[3]=parseFloat(t[4]))}else if(t=e.match(/^rgba?\(\s*([+-]?[\d\.]+)\%\s*,?\s*([+-]?[\d\.]+)\%\s*,?\s*([+-]?[\d\.]+)\%\s*(?:[,|\/]\s*([+-]?[\d\.]+)(%?)\s*)?\)$/)){for(n=0;n<3;n++)i[n]=Math.round(2.55*parseFloat(t[n+1]));t[4]&&(t[5]?i[3]=.01*parseFloat(t[4]):i[3]=parseFloat(t[4]))}else if(!(t=e.match(/^(\w+)$/)))return null;else return"transparent"===t[1]?[0,0,0,0]:a.call(r,t[1])?((i=r[t[1]])[3]=1,i):null;for(n=0;n<3;n++)i[n]=l(i[n],0,255);return i[3]=l(i[3],0,1),i},c.get.hsl=function(e){if(!e)return null;var t=e.match(/^hsla?\(\s*([+-]?(?:\d{0,3}\.)?\d+)(?:deg)?\s*,?\s*([+-]?[\d\.]+)%\s*,?\s*([+-]?[\d\.]+)%\s*(?:[,|\/]\s*([+-]?(?=\.\d|\d)(?:0|[1-9]\d*)?(?:\.\d*)?(?:[eE][+-]?\d+)?)\s*)?\)$/);if(t){var n=parseFloat(t[4]);return[(parseFloat(t[1])%360+360)%360,l(parseFloat(t[2]),0,100),l(parseFloat(t[3]),0,100),l(isNaN(n)?1:n,0,1)]}return null},c.get.hwb=function(e){if(!e)return null;var t=e.match(/^hwb\(\s*([+-]?\d{0,3}(?:\.\d+)?)(?:deg)?\s*,\s*([+-]?[\d\.]+)%\s*,\s*([+-]?[\d\.]+)%\s*(?:,\s*([+-]?(?=\.\d|\d)(?:0|[1-9]\d*)?(?:\.\d*)?(?:[eE][+-]?\d+)?)\s*)?\)$/);if(t){var n=parseFloat(t[4]);return[(parseFloat(t[1])%360+360)%360,l(parseFloat(t[2]),0,100),l(parseFloat(t[3]),0,100),l(isNaN(n)?1:n,0,1)]}return null},c.to.hex=function(){var e=o(arguments);return"#"+u(e[0])+u(e[1])+u(e[2])+(e[3]<1?u(Math.round(255*e[3])):"")},c.to.rgb=function(){var e=o(arguments);return e.length<4||1===e[3]?"rgb("+Math.round(e[0])+", "+Math.round(e[1])+", "+Math.round(e[2])+")":"rgba("+Math.round(e[0])+", "+Math.round(e[1])+", "+Math.round(e[2])+", "+e[3]+")"},c.to.rgb.percent=function(){var e=o(arguments),t=Math.round(e[0]/255*100),n=Math.round(e[1]/255*100),r=Math.round(e[2]/255*100);return e.length<4||1===e[3]?"rgb("+t+"%, "+n+"%, "+r+"%)":"rgba("+t+"%, "+n+"%, "+r+"%, "+e[3]+")"},c.to.hsl=function(){var e=o(arguments);return e.length<4||1===e[3]?"hsl("+e[0]+", "+e[1]+"%, "+e[2]+"%)":"hsla("+e[0]+", "+e[1]+"%, "+e[2]+"%, "+e[3]+")"},c.to.hwb=function(){var e=o(arguments),t="";return e.length>=4&&1!==e[3]&&(t=", "+e[3]),"hwb("+e[0]+", "+e[1]+"%, "+e[2]+"%"+t+")"},c.to.keyword=function(e){return i[e.slice(0,3)]}},27124:function(e,t,n){let r=n(96855),o=n(31642),a=["keyword","gray","hex"],i={};for(let e of Object.keys(o))i[[...o[e].labels].sort().join("")]=e;let s={};function c(e,t){let n,l;if(!(this instanceof c))return new c(e,t);if(t&&t in a&&(t=null),t&&!(t in o))throw Error("Unknown model: "+t);if(null==e)this.model="rgb",this.color=[0,0,0],this.valpha=1;else if(e instanceof c)this.model=e.model,this.color=[...e.color],this.valpha=e.valpha;else if("string"==typeof e){let t=r.get(e);if(null===t)throw Error("Unable to parse color from string: "+e);this.model=t.model,l=o[this.model].channels,this.color=t.value.slice(0,l),this.valpha="number"==typeof t.value[l]?t.value[l]:1}else if(e.length>0){this.model=t||"rgb",l=o[this.model].channels;let n=Array.prototype.slice.call(e,0,l);this.color=d(n,l),this.valpha="number"==typeof e[l]?e[l]:1}else if("number"==typeof e)this.model="rgb",this.color=[e>>16&255,e>>8&255,255&e],this.valpha=1;else{this.valpha=1;let t=Object.keys(e);"alpha"in e&&(t.splice(t.indexOf("alpha"),1),this.valpha="number"==typeof e.alpha?e.alpha:0);let r=t.sort().join("");if(!(r in i))throw Error("Unable to parse color from object: "+JSON.stringify(e));this.model=i[r];let{labels:a}=o[this.model],s=[];for(n=0;n<a.length;n++)s.push(e[a[n]]);this.color=d(s)}if(s[this.model])for(n=0,l=o[this.model].channels;n<l;n++){let e=s[this.model][n];e&&(this.color[n]=e(this.color[n]))}this.valpha=Math.max(0,Math.min(1,this.valpha)),Object.freeze&&Object.freeze(this)}for(let e of(c.prototype={toString(){return this.string()},toJSON(){return this[this.model]()},string(e){let t=this.model in r.to?this:this.rgb(),n=1===(t=t.round("number"==typeof e?e:1)).valpha?t.color:[...t.color,this.valpha];return r.to[t.model](n)},percentString(e){let t=this.rgb().round("number"==typeof e?e:1),n=1===t.valpha?t.color:[...t.color,this.valpha];return r.to.rgb.percent(n)},array(){return 1===this.valpha?[...this.color]:[...this.color,this.valpha]},object(){let e={},{channels:t}=o[this.model],{labels:n}=o[this.model];for(let r=0;r<t;r++)e[n[r]]=this.color[r];return 1!==this.valpha&&(e.alpha=this.valpha),e},unitArray(){let e=this.rgb().color;return e[0]/=255,e[1]/=255,e[2]/=255,1!==this.valpha&&e.push(this.valpha),e},unitObject(){let e=this.rgb().object();return e.r/=255,e.g/=255,e.b/=255,1!==this.valpha&&(e.alpha=this.valpha),e},round(e){return e=Math.max(e||0,0),new c([...this.color.map(function(e){return function(t){var n,r;return n=t,r=e,Number(n.toFixed(r))}}(e)),this.valpha],this.model)},alpha(e){return void 0!==e?new c([...this.color,Math.max(0,Math.min(1,e))],this.model):this.valpha},red:l("rgb",0,u(255)),green:l("rgb",1,u(255)),blue:l("rgb",2,u(255)),hue:l(["hsl","hsv","hsl","hwb","hcg"],0,e=>(e%360+360)%360),saturationl:l("hsl",1,u(100)),lightness:l("hsl",2,u(100)),saturationv:l("hsv",1,u(100)),value:l("hsv",2,u(100)),chroma:l("hcg",1,u(100)),gray:l("hcg",2,u(100)),white:l("hwb",1,u(100)),wblack:l("hwb",2,u(100)),cyan:l("cmyk",0,u(100)),magenta:l("cmyk",1,u(100)),yellow:l("cmyk",2,u(100)),black:l("cmyk",3,u(100)),x:l("xyz",0,u(95.047)),y:l("xyz",1,u(100)),z:l("xyz",2,u(108.833)),l:l("lab",0,u(100)),a:l("lab",1),b:l("lab",2),keyword(e){return void 0!==e?new c(e):o[this.model].keyword(this.color)},hex(e){return void 0!==e?new c(e):r.to.hex(this.rgb().round().color)},hexa(e){if(void 0!==e)return new c(e);let t=this.rgb().round().color,n=Math.round(255*this.valpha).toString(16).toUpperCase();return 1===n.length&&(n="0"+n),r.to.hex(t)+n},rgbNumber(){let e=this.rgb().color;return(255&e[0])<<16|(255&e[1])<<8|255&e[2]},luminosity(){let e=this.rgb().color,t=[];for(let[n,r]of e.entries()){let e=r/255;t[n]=e<=.04045?e/12.92:((e+.055)/1.055)**2.4}return .2126*t[0]+.7152*t[1]+.0722*t[2]},contrast(e){let t=this.luminosity(),n=e.luminosity();return t>n?(t+.05)/(n+.05):(n+.05)/(t+.05)},level(e){let t=this.contrast(e);return t>=7?"AAA":t>=4.5?"AA":""},isDark(){let e=this.rgb().color;return(2126*e[0]+7152*e[1]+722*e[2])/1e4<128},isLight(){return!this.isDark()},negate(){let e=this.rgb();for(let t=0;t<3;t++)e.color[t]=255-e.color[t];return e},lighten(e){let t=this.hsl();return t.color[2]+=t.color[2]*e,t},darken(e){let t=this.hsl();return t.color[2]-=t.color[2]*e,t},saturate(e){let t=this.hsl();return t.color[1]+=t.color[1]*e,t},desaturate(e){let t=this.hsl();return t.color[1]-=t.color[1]*e,t},whiten(e){let t=this.hwb();return t.color[1]+=t.color[1]*e,t},blacken(e){let t=this.hwb();return t.color[2]+=t.color[2]*e,t},grayscale(){let e=this.rgb().color,t=.3*e[0]+.59*e[1]+.11*e[2];return c.rgb(t,t,t)},fade(e){return this.alpha(this.valpha-this.valpha*e)},opaquer(e){return this.alpha(this.valpha+this.valpha*e)},rotate(e){let t=this.hsl(),n=t.color[0];return n=(n=(n+e)%360)<0?360+n:n,t.color[0]=n,t},mix(e,t){if(!e||!e.rgb)throw Error('Argument to "mix" was not a Color instance, but rather an instance of '+typeof e);let n=e.rgb(),r=this.rgb(),o=void 0===t?.5:t,a=2*o-1,i=n.alpha()-r.alpha(),s=((a*i==-1?a:(a+i)/(1+a*i))+1)/2,l=1-s;return c.rgb(s*n.red()+l*r.red(),s*n.green()+l*r.green(),s*n.blue()+l*r.blue(),n.alpha()*o+r.alpha()*(1-o))}},Object.keys(o))){if(a.includes(e))continue;let{channels:t}=o[e];c.prototype[e]=function(...t){return this.model===e?new c(this):t.length>0?new c(t,e):new c([...function(e){return Array.isArray(e)?e:[e]}(o[this.model][e].raw(this.color)),this.valpha],e)},c[e]=function(...n){let r=n[0];return"number"==typeof r&&(r=d(n,t)),new c(r,e)}}function l(e,t,n){for(let r of e=Array.isArray(e)?e:[e])(s[r]||(s[r]=[]))[t]=n;return e=e[0],function(r){let o;return void 0!==r?(n&&(r=n(r)),(o=this[e]()).color[t]=r,o):(o=this[e]().color[t],n&&(o=n(o)),o)}}function u(e){return function(t){return Math.max(0,Math.min(e,t))}}function d(e,t){for(let n=0;n<t;n++)"number"!=typeof e[n]&&(e[n]=0);return e}e.exports=c},52246:function(e,t,n){"use strict";n.d(t,{PP:()=>P,Ep:()=>p,lX:()=>_,q_:()=>j,ob:()=>f});var r=n("70252");function o(e){return"/"===e.charAt(0)}function a(e,t){for(var n=t,r=n+1,o=e.length;r<o;n+=1,r+=1)e[n]=e[r];e.pop()}let i=function(e,t){void 0===t&&(t="");var n,r=e&&e.split("/")||[],i=t&&t.split("/")||[],s=e&&o(e),c=t&&o(t),l=s||c;if(e&&o(e)?i=r:r.length&&(i.pop(),i=i.concat(r)),!i.length)return"/";if(i.length){var u=i[i.length-1];n="."===u||".."===u||""===u}else n=!1;for(var d=0,p=i.length;p>=0;p--){var f=i[p];"."===f?a(i,p):".."===f?(a(i,p),d++):d&&(a(i,p),d--)}if(!l)for(;d--;d)i.unshift("..");l&&""!==i[0]&&(!i[0]||!o(i[0]))&&i.unshift("");var g=i.join("/");return n&&"/"!==g.substr(-1)&&(g+="/"),g};var s=n("6579");function c(e){return"/"===e.charAt(0)?e:"/"+e}function l(e){return"/"===e.charAt(0)?e.substr(1):e}function u(e,t){var n,r;return(n=e,r=t,0===n.toLowerCase().indexOf(r.toLowerCase())&&-1!=="/?#".indexOf(n.charAt(r.length)))?e.substr(t.length):e}function d(e){return"/"===e.charAt(e.length-1)?e.slice(0,-1):e}function p(e){var t=e.pathname,n=e.search,r=e.hash,o=t||"/";return n&&"?"!==n&&(o+="?"===n.charAt(0)?n:"?"+n),r&&"#"!==r&&(o+="#"===r.charAt(0)?r:"#"+r),o}function f(e,t,n,o){var a,s,c,l,u,d;if("string"==typeof e){;c="",l="",-1!==(u=(s=e||"/").indexOf("#"))&&(l=s.substr(u),s=s.substr(0,u)),-1!==(d=s.indexOf("?"))&&(c=s.substr(d),s=s.substr(0,d)),(a={pathname:s,search:"?"===c?"":c,hash:"#"===l?"":l}).state=t}else void 0===(a=(0,r.Z)({},e)).pathname&&(a.pathname=""),a.search?"?"!==a.search.charAt(0)&&(a.search="?"+a.search):a.search="",a.hash?"#"!==a.hash.charAt(0)&&(a.hash="#"+a.hash):a.hash="",void 0!==t&&void 0===a.state&&(a.state=t);try{a.pathname=decodeURI(a.pathname)}catch(e){if(e instanceof URIError)throw URIError('Pathname "'+a.pathname+'" could not be decoded. This is likely caused by an invalid percent-encoding.');throw e}return n&&(a.key=n),o?a.pathname?"/"!==a.pathname.charAt(0)&&(a.pathname=i(a.pathname,o.pathname)):a.pathname=o.pathname:!a.pathname&&(a.pathname="/"),a}function g(){var e=null,t=[];return{setPrompt:function(t){return e=t,function(){e===t&&(e=null)}},confirmTransitionTo:function(t,n,r,o){if(null!=e){var a="function"==typeof e?e(t,n):e;"string"==typeof a?"function"==typeof r?r(a,o):o(!0):o(!1!==a)}else o(!0)},appendListener:function(e){var n=!0;function r(){n&&e.apply(void 0,arguments)}return t.push(r),function(){n=!1,t=t.filter(function(e){return e!==r})}},notifyListeners:function(){for(var e=arguments.length,n=Array(e),r=0;r<e;r++)n[r]=arguments[r];t.forEach(function(e){return e.apply(void 0,n)})}}}var b=!!("undefined"!=typeof window&&window.document&&window.document.createElement);function h(e,t){t(window.confirm(e))}var m="popstate",y="hashchange";function v(){try{return window.history.state||{}}catch(e){return{}}}function _(e){void 0===e&&(e={}),b||(0,s.Z)(!1);var t,n=window.history;var o=(-1===(t=window.navigator.userAgent).indexOf("Android 2.")&&-1===t.indexOf("Android 4.0")||-1===t.indexOf("Mobile Safari")||-1!==t.indexOf("Chrome")||-1!==t.indexOf("Windows Phone"))&&window.history&&"pushState"in window.history,a=-1!==window.navigator.userAgent.indexOf("Trident"),i=e,l=i.forceRefresh,_=void 0!==l&&l,x=i.getUserConfirmation,w=void 0===x?h:x,k=i.keyLength,S=void 0===k?6:k,O=e.basename?d(c(e.basename)):"";function j(e){var t=e||{},n=t.key,r=t.state,o=window.location,a=o.pathname+o.search+o.hash;return O&&(a=u(a,O)),f(a,r,n)}function E(){return Math.random().toString(36).substr(2,S)}var P=g();function C(e){(0,r.Z)(U,e),U.length=n.length,P.notifyListeners(U.location,U.action)}function A(e){if(!(void 0===e.state&&-1===navigator.userAgent.indexOf("CriOS")))M(j(e.state))}function T(){M(j(v()))}var I=!1;function M(e){I?(I=!1,C()):P.confirmTransitionTo(e,"POP",w,function(t){t?C({action:"POP",location:e}):function(e){var t=U.location,n=N.indexOf(t.key);-1===n&&(n=0);var r=N.indexOf(e.key);-1===r&&(r=0);var o=n-r;o&&(I=!0,R(o))}(e)})}var D=j(v()),N=[D.key];function L(e){return O+p(e)}function R(e){n.go(e)}var F=0;function z(e){1===(F+=e)&&1===e?(window.addEventListener(m,A),a&&window.addEventListener(y,T)):0===F&&(window.removeEventListener(m,A),a&&window.removeEventListener(y,T))}var B=!1,U={length:n.length,action:"POP",location:D,createHref:L,push:function(e,t){var r="PUSH",a=f(e,t,E(),U.location);P.confirmTransitionTo(a,r,w,function(e){if(e){var t=L(a),i=a.key,s=a.state;if(o){if(n.pushState({key:i,state:s},null,t),_)window.location.href=t;else{var c=N.indexOf(U.location.key),l=N.slice(0,c+1);l.push(a.key),N=l,C({action:r,location:a})}}else window.location.href=t}})},replace:function(e,t){var r="REPLACE",a=f(e,t,E(),U.location);P.confirmTransitionTo(a,r,w,function(e){if(e){var t=L(a),i=a.key,s=a.state;if(o){if(n.replaceState({key:i,state:s},null,t),_)window.location.replace(t);else{var c=N.indexOf(U.location.key);-1!==c&&(N[c]=a.key),C({action:r,location:a})}}else window.location.replace(t)}})},go:R,goBack:function(){R(-1)},goForward:function(){R(1)},block:function(e){void 0===e&&(e=!1);var t=P.setPrompt(e);return!B&&(z(1),B=!0),function(){return B&&(B=!1,z(-1)),t()}},listen:function(e){var t=P.appendListener(e);return z(1),function(){z(-1),t()}}};return U}var x="hashchange",w={hashbang:{encodePath:function(e){return"!"===e.charAt(0)?e:"!/"+l(e)},decodePath:function(e){return"!"===e.charAt(0)?e.substr(1):e}},noslash:{encodePath:l,decodePath:c},slash:{encodePath:c,decodePath:c}};function k(e){var t=e.indexOf("#");return -1===t?e:e.slice(0,t)}function S(){var e=window.location.href,t=e.indexOf("#");return -1===t?"":e.substring(t+1)}function O(e){window.location.replace(k(window.location.href)+"#"+e)}function j(e){void 0===e&&(e={}),b||(0,s.Z)(!1);var t=window.history;window.navigator.userAgent.indexOf("Firefox");var n=e,o=n.getUserConfirmation,a=void 0===o?h:o,i=n.hashType,l=e.basename?d(c(e.basename)):"",m=w[void 0===i?"slash":i],y=m.encodePath,v=m.decodePath;function _(){var e=v(S());return l&&(e=u(e,l)),f(e)}var j=g();function E(e){(0,r.Z)(z,e),z.length=t.length,j.notifyListeners(z.location,z.action)}var P=!1,C=null;function A(){var e=S(),t=y(e);if(e!==t)O(t);else{var n,r,o=_(),i=z.location;if(!P&&(n=i,r=o,n.pathname===r.pathname&&n.search===r.search&&n.hash===r.hash)||C===p(o))return;C=null,function(e){P?(P=!1,E()):j.confirmTransitionTo(e,"POP",a,function(t){t?E({action:"POP",location:e}):function(e){var t=z.location,n=D.lastIndexOf(p(t));-1===n&&(n=0);var r=D.lastIndexOf(p(e));-1===r&&(r=0);var o=n-r;o&&(P=!0,N(o))}(e)})}(o)}}var T=S(),I=y(T);T!==I&&O(I);var M=_(),D=[p(M)];function N(e){t.go(e)}var L=0;function R(e){1===(L+=e)&&1===e?window.addEventListener(x,A):0===L&&window.removeEventListener(x,A)}var F=!1,z={length:t.length,action:"POP",location:M,createHref:function(e){var t=document.querySelector("base"),n="";return t&&t.getAttribute("href")&&(n=k(window.location.href)),n+"#"+y(l+p(e))},push:function(e,t){var n="PUSH",r=f(e,void 0,void 0,z.location);j.confirmTransitionTo(r,n,a,function(e){if(e){var t=p(r),o=y(l+t);if(S()!==o){C=t,a=o,window.location.hash=a;var a,i=D.lastIndexOf(p(z.location)),s=D.slice(0,i+1);s.push(t),D=s,E({action:n,location:r})}else E()}})},replace:function(e,t){var n="REPLACE",r=f(e,void 0,void 0,z.location);j.confirmTransitionTo(r,n,a,function(e){if(e){var t=p(r),o=y(l+t);S()!==o&&(C=t,O(o));var a=D.indexOf(p(z.location));-1!==a&&(D[a]=t),E({action:n,location:r})}})},go:N,goBack:function(){N(-1)},goForward:function(){N(1)},block:function(e){void 0===e&&(e=!1);var t=j.setPrompt(e);return!F&&(R(1),F=!0),function(){return F&&(F=!1,R(-1)),t()}},listen:function(e){var t=j.appendListener(e);return R(1),function(){R(-1),t()}}};return z}function E(e,t,n){return Math.min(Math.max(e,t),n)}function P(e){void 0===e&&(e={});var t=e,n=t.getUserConfirmation,o=t.initialEntries,a=void 0===o?["/"]:o,i=t.initialIndex,s=t.keyLength,c=void 0===s?6:s,l=g();function u(e){(0,r.Z)(y,e),y.length=y.entries.length,l.notifyListeners(y.location,y.action)}function d(){return Math.random().toString(36).substr(2,c)}var b=E(void 0===i?0:i,0,a.length-1),h=a.map(function(e){return"string"==typeof e?f(e,void 0,d()):f(e,void 0,e.key||d())});function m(e){var t=E(y.index+e,0,y.entries.length-1),r=y.entries[t];l.confirmTransitionTo(r,"POP",n,function(e){e?u({action:"POP",location:r,index:t}):u()})}var y={length:h.length,action:"POP",location:h[b],index:b,entries:h,createHref:p,push:function(e,t){var r="PUSH",o=f(e,t,d(),y.location);l.confirmTransitionTo(o,r,n,function(e){if(e){var t=y.index+1,n=y.entries.slice(0);n.length>t?n.splice(t,n.length-t,o):n.push(o),u({action:r,location:o,index:t,entries:n})}})},replace:function(e,t){var r="REPLACE",o=f(e,t,d(),y.location);l.confirmTransitionTo(o,r,n,function(e){e&&(y.entries[y.index]=o,u({action:r,location:o}))})},go:m,goBack:function(){m(-1)},goForward:function(){m(1)},canGo:function(e){var t=y.index+e;return t>=0&&t<y.entries.length},block:function(e){return void 0===e&&(e=!1),l.setPrompt(e)},listen:function(e){return l.appendListener(e)}};return y}},55839:function(e,t,n){"use strict";var r=n(12097),o={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},a={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},i={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},s={};function c(e){return r.isMemo(e)?i:s[e.$$typeof]||o}s[r.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s[r.Memo]=i;var l=Object.defineProperty,u=Object.getOwnPropertyNames,d=Object.getOwnPropertySymbols,p=Object.getOwnPropertyDescriptor,f=Object.getPrototypeOf,g=Object.prototype;e.exports=function e(t,n,r){if("string"!=typeof n){if(g){var o=f(n);o&&o!==g&&e(t,o,r)}var i=u(n);d&&(i=i.concat(d(n)));for(var s=c(t),b=c(n),h=0;h<i.length;++h){var m=i[h];if(!a[m]&&!(r&&r[m])&&!(b&&b[m])&&!(s&&s[m])){var y=p(n,m);try{l(t,m,y)}catch(e){}}}}return t}},14173:function(e,t){"use strict";var n="function"==typeof Symbol&&Symbol.for,r=n?Symbol.for("react.element"):60103,o=n?Symbol.for("react.portal"):60106,a=n?Symbol.for("react.fragment"):60107,i=n?Symbol.for("react.strict_mode"):60108,s=n?Symbol.for("react.profiler"):60114,c=n?Symbol.for("react.provider"):60109,l=n?Symbol.for("react.context"):60110,u=n?Symbol.for("react.async_mode"):60111,d=n?Symbol.for("react.concurrent_mode"):60111,p=n?Symbol.for("react.forward_ref"):60112,f=n?Symbol.for("react.suspense"):60113,g=n?Symbol.for("react.suspense_list"):60120,b=n?Symbol.for("react.memo"):60115,h=n?Symbol.for("react.lazy"):60116,m=n?Symbol.for("react.block"):60121,y=n?Symbol.for("react.fundamental"):60117,v=n?Symbol.for("react.responder"):60118,_=n?Symbol.for("react.scope"):60119;function x(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case r:switch(e=e.type){case u:case d:case a:case s:case i:case f:return e;default:switch(e=e&&e.$$typeof){case l:case p:case h:case b:case c:return e;default:return t}}case o:return t}}}function w(e){return x(e)===d}t.AsyncMode=u,t.ConcurrentMode=d,t.ContextConsumer=l,t.ContextProvider=c,t.Element=r,t.ForwardRef=p,t.Fragment=a,t.Lazy=h,t.Memo=b,t.Portal=o,t.Profiler=s,t.StrictMode=i,t.Suspense=f,t.isAsyncMode=function(e){return w(e)||x(e)===u},t.isConcurrentMode=w,t.isContextConsumer=function(e){return x(e)===l},t.isContextProvider=function(e){return x(e)===c},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===r},t.isForwardRef=function(e){return x(e)===p},t.isFragment=function(e){return x(e)===a},t.isLazy=function(e){return x(e)===h},t.isMemo=function(e){return x(e)===b},t.isPortal=function(e){return x(e)===o},t.isProfiler=function(e){return x(e)===s},t.isStrictMode=function(e){return x(e)===i},t.isSuspense=function(e){return x(e)===f},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===a||e===d||e===s||e===i||e===f||e===g||"object"==typeof e&&null!==e&&(e.$$typeof===h||e.$$typeof===b||e.$$typeof===c||e.$$typeof===l||e.$$typeof===p||e.$$typeof===y||e.$$typeof===v||e.$$typeof===_||e.$$typeof===m)},t.typeOf=x},12097:function(e,t,n){"use strict";e.exports=n(14173)},3996:function(e){"use strict";e.exports=function(e,t,n,r,o,a,i,s){if(!e){var c;if(void 0===t)c=Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var l=[n,r,o,a,i,s],u=0;(c=Error(t.replace(/%s/g,function(){return l[u++]}))).name="Invariant Violation"}throw c.framesToPop=1,c}}},55182:function(e){e.exports=Array.isArray||function(e){return"[object Array]"==Object.prototype.toString.call(e)}},8504:function(e){var t,n;t=0,n=function(){var e,t,n,r={};r.version="0.2.0";var o=r.settings={minimum:.08,easing:"ease",positionUsing:"",speed:200,trickle:!0,trickleRate:.02,trickleSpeed:800,showSpinner:!0,barSelector:'[role="bar"]',spinnerSelector:'[role="spinner"]',parent:"body",template:'<div class="bar" role="bar"><div class="peg"></div></div><div class="spinner" role="spinner"><div class="spinner-icon"></div></div>'};function a(e,t,n){return e<t?t:e>n?n:e}function i(e){return(-1+e)*100}r.configure=function(e){var t,n;for(t in e)void 0!==(n=e[t])&&e.hasOwnProperty(t)&&(o[t]=n);return this},r.status=null,r.set=function(e){var t=r.isStarted();e=a(e,o.minimum,1),r.status=1===e?null:e;var n=r.render(!t),i=n.querySelector(o.barSelector),l=o.speed,u=o.easing;return n.offsetWidth,s(function(t){""===o.positionUsing&&(o.positionUsing=r.getPositioningCSS()),c(i,function(e,t,n){var r;if("translate3d"===o.positionUsing)r={transform:"translate3d("+(-1+e)*100+"%,0,0)"};else if("translate"===o.positionUsing)r={transform:"translate("+(-1+e)*100+"%,0)"};else r={"margin-left":(-1+e)*100+"%"};return r.transition="all "+t+"ms "+n,r}(e,l,u)),1===e?(c(n,{transition:"none",opacity:1}),n.offsetWidth,setTimeout(function(){c(n,{transition:"all "+l+"ms linear",opacity:0}),setTimeout(function(){r.remove(),t()},l)},l)):setTimeout(t,l)}),this},r.isStarted=function(){return"number"==typeof r.status},r.start=function(){!r.status&&r.set(0);var e=function(){setTimeout(function(){r.status&&(r.trickle(),e())},o.trickleSpeed)};return o.trickle&&e(),this},r.done=function(e){return e||r.status?r.inc(.3+.5*Math.random()).set(1):this},r.inc=function(e){var t=r.status;return t?("number"!=typeof e&&(e=(1-t)*a(Math.random()*t,.1,.95)),t=a(t+e,0,.994),r.set(t)):r.start()},r.trickle=function(){return r.inc(Math.random()*o.trickleRate)},e=0,t=0,r.promise=function(n){return n&&"resolved"!==n.state()?(0===t&&r.start(),e++,t++,n.always(function(){0==--t?(e=0,r.done()):r.set((e-t)/e)}),this):this},r.render=function(e){if(r.isRendered())return document.getElementById("nprogress");u(document.documentElement,"nprogress-busy");var t=document.createElement("div");t.id="nprogress",t.innerHTML=o.template;var n,a=t.querySelector(o.barSelector),i=e?"-100":function(e){return(-1+e)*100}(r.status||0),s=document.querySelector(o.parent);return c(a,{transition:"all 0 linear",transform:"translate3d("+i+"%,0,0)"}),!o.showSpinner&&(n=t.querySelector(o.spinnerSelector))&&f(n),s!=document.body&&u(s,"nprogress-custom-parent"),s.appendChild(t),t},r.remove=function(){d(document.documentElement,"nprogress-busy"),d(document.querySelector(o.parent),"nprogress-custom-parent");var e=document.getElementById("nprogress");e&&f(e)},r.isRendered=function(){return!!document.getElementById("nprogress")},r.getPositioningCSS=function(){var e=document.body.style,t="WebkitTransform"in e?"Webkit":"MozTransform"in e?"Moz":"msTransform"in e?"ms":"OTransform"in e?"O":"";return t+"Perspective" in e?"translate3d":t+"Transform" in e?"translate":"margin"};var s=(n=[],function(e){n.push(e),1==n.length&&!function e(){var t=n.shift();t&&t(e)}()}),c=function(){var e=["Webkit","O","Moz","ms"],t={};function n(n,r,o){r=function(n){return t[n=n.replace(/^-ms-/,"ms-").replace(/-([\da-z])/gi,function(e,t){return t.toUpperCase()})]||(t[n]=function(t){var n=document.body.style;if(t in n)return t;for(var r,o=e.length,a=t.charAt(0).toUpperCase()+t.slice(1);o--;)if((r=e[o]+a)in n)return r;return t}(n))}(r),n.style[r]=o}return function(e,t){var r,o,a=arguments;if(2==a.length)for(r in t)void 0!==(o=t[r])&&t.hasOwnProperty(r)&&n(e,r,o);else n(e,a[1],a[2])}}();function l(e,t){return("string"==typeof e?e:p(e)).indexOf(" "+t+" ")>=0}function u(e,t){var n=p(e),r=n+t;!l(n,t)&&(e.className=r.substring(1))}function d(e,t){var n,r=p(e);l(e,t)&&(n=r.replace(" "+t+" "," "),e.className=n.substring(1,n.length-1))}function p(e){return(" "+(e.className||"")+" ").replace(/\s+/gi," ")}function f(e){e&&e.parentNode&&e.parentNode.removeChild(e)}return r},"function"==typeof define&&define.amd?define(n):e.exports=n()},10247:function(){!function(e){var t="\\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",n={pattern:/(^(["']?)\w+\2)[ \t]+\S.*/,lookbehind:!0,alias:"punctuation",inside:null},r={bash:n,environment:{pattern:RegExp("\\$"+t),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("(\\{)"+t),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})/};e.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+(?:\.\w+)*(?=\+?=)/,inside:{environment:{pattern:RegExp("(^|[\\s;|&]|[<>]\\()"+t),lookbehind:!0,alias:"constant"}},alias:"variable",lookbehind:!0},parameter:{pattern:/(^|\s)-{1,2}(?:\w+:[+-]?)?\w+(?:\.\w+)*(?=[=\s]|$)/,alias:"variable",lookbehind:!0},string:[{pattern:/((?:^|[^<])<<-?\s*)(\w+)\s[\s\S]*?(?:\r?\n|\r)\2/,lookbehind:!0,greedy:!0,inside:r},{pattern:/((?:^|[^<])<<-?\s*)(["'])(\w+)\2\s[\s\S]*?(?:\r?\n|\r)\3/,lookbehind:!0,greedy:!0,inside:{bash:n}},{pattern:/(^|[^\\](?:\\\\)*)"(?:\\[\s\S]|\$\([^)]+\)|\$(?!\()|`[^`]+`|[^"\\`$])*"/,lookbehind:!0,greedy:!0,inside:r},{pattern:/(^|[^$\\])'[^']*'/,lookbehind:!0,greedy:!0},{pattern:/\$'(?:[^'\\]|\\[\s\S])*'/,greedy:!0,inside:{entity:r.entity}}],environment:{pattern:RegExp("\\$?"+t),alias:"constant"},variable:r.variable,function:{pattern:/(^|[\s;|&]|[<>]\()(?:add|apropos|apt|apt-cache|apt-get|aptitude|aspell|automysqlbackup|awk|basename|bash|bc|bconsole|bg|bzip2|cal|cargo|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|java|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|sysctl|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}},n.inside=e.languages.bash;for(var o=["comment","function-name","for-or-select","assign-left","parameter","string","environment","function","keyword","builtin","boolean","file-descriptor","operator","punctuation","number"],a=r.variable[1].inside,i=0;i<o.length;i++)a[o[i]]=e.languages.bash[o[i]];e.languages.sh=e.languages.bash,e.languages.shell=e.languages.bash}(Prism)},9109:function(){var e,t;(e=Prism).languages.diff={coord:[/^(?:\*{3}|-{3}|\+{3}).*$/m,/^@@.*@@$/m,/^\d.*$/m]},Object.keys(t={"deleted-sign":"-","deleted-arrow":"<","inserted-sign":"+","inserted-arrow":">",unchanged:" ",diff:"!"}).forEach(function(n){var r=t[n],o=[];!/^\w+$/.test(n)&&o.push(/\w+/.exec(n)[0]),"diff"===n&&o.push("bold"),e.languages.diff[n]={pattern:RegExp("^(?:["+r+"].*(?:\r\n?|\n|(?![\\s\\S])))+","m"),alias:o,inside:{line:{pattern:/(.)(?=[\s\S]).*(?:\r\n?|\n)?/,lookbehind:!0},prefix:{pattern:/[\s\S]/,alias:/\w+/.exec(n)[0]}}}}),Object.defineProperty(e.languages.diff,"PREFIXES",{value:t})},29465:function(){Prism.languages.haskell={comment:{pattern:/(^|[^-!#$%*+=?&@|~.:<>^\\\/])(?:--(?:(?=.)[^-!#$%*+=?&@|~.:<>^\\\/].*|$)|\{-[\s\S]*?-\})/m,lookbehind:!0},char:{pattern:/'(?:[^\\']|\\(?:[abfnrtv\\"'&]|\^[A-Z@[\]^_]|ACK|BEL|BS|CAN|CR|DC1|DC2|DC3|DC4|DEL|DLE|EM|ENQ|EOT|ESC|ETB|ETX|FF|FS|GS|HT|LF|NAK|NUL|RS|SI|SO|SOH|SP|STX|SUB|SYN|US|VT|\d+|o[0-7]+|x[0-9a-fA-F]+))'/,alias:"string"},string:{pattern:/"(?:[^\\"]|\\(?:\S|\s+\\))*"/,greedy:!0},keyword:/\b(?:case|class|data|deriving|do|else|if|in|infixl|infixr|instance|let|module|newtype|of|primitive|then|type|where)\b/,"import-statement":{pattern:/(^[\t ]*)import\s+(?:qualified\s+)?(?:[A-Z][\w']*)(?:\.[A-Z][\w']*)*(?:\s+as\s+(?:[A-Z][\w']*)(?:\.[A-Z][\w']*)*)?(?:\s+hiding\b)?/m,lookbehind:!0,inside:{keyword:/\b(?:as|hiding|import|qualified)\b/,punctuation:/\./}},builtin:/\b(?:abs|acos|acosh|all|and|any|appendFile|approxRational|asTypeOf|asin|asinh|atan|atan2|atanh|basicIORun|break|catch|ceiling|chr|compare|concat|concatMap|const|cos|cosh|curry|cycle|decodeFloat|denominator|digitToInt|div|divMod|drop|dropWhile|either|elem|encodeFloat|enumFrom|enumFromThen|enumFromThenTo|enumFromTo|error|even|exp|exponent|fail|filter|flip|floatDigits|floatRadix|floatRange|floor|fmap|foldl|foldl1|foldr|foldr1|fromDouble|fromEnum|fromInt|fromInteger|fromIntegral|fromRational|fst|gcd|getChar|getContents|getLine|group|head|id|inRange|index|init|intToDigit|interact|ioError|isAlpha|isAlphaNum|isAscii|isControl|isDenormalized|isDigit|isHexDigit|isIEEE|isInfinite|isLower|isNaN|isNegativeZero|isOctDigit|isPrint|isSpace|isUpper|iterate|last|lcm|length|lex|lexDigits|lexLitChar|lines|log|logBase|lookup|map|mapM|mapM_|max|maxBound|maximum|maybe|min|minBound|minimum|mod|negate|not|notElem|null|numerator|odd|or|ord|otherwise|pack|pi|pred|primExitWith|print|product|properFraction|putChar|putStr|putStrLn|quot|quotRem|range|rangeSize|read|readDec|readFile|readFloat|readHex|readIO|readInt|readList|readLitChar|readLn|readOct|readParen|readSigned|reads|readsPrec|realToFrac|recip|rem|repeat|replicate|return|reverse|round|scaleFloat|scanl|scanl1|scanr|scanr1|seq|sequence|sequence_|show|showChar|showInt|showList|showLitChar|showParen|showSigned|showString|shows|showsPrec|significand|signum|sin|sinh|snd|sort|span|splitAt|sqrt|subtract|succ|sum|tail|take|takeWhile|tan|tanh|threadToIOResult|toEnum|toInt|toInteger|toLower|toRational|toUpper|truncate|uncurry|undefined|unlines|until|unwords|unzip|unzip3|userError|words|writeFile|zip|zip3|zipWith|zipWith3)\b/,number:/\b(?:\d+(?:\.\d+)?(?:e[+-]?\d+)?|0o[0-7]+|0x[0-9a-f]+)\b/i,operator:[{pattern:/`(?:[A-Z][\w']*\.)*[_a-z][\w']*`/,greedy:!0},{pattern:/(\s)\.(?=\s)/,lookbehind:!0},/[-!#$%*+=?&@|~:<>^\\\/][-!#$%*+=?&@|~.:<>^\\\/]*|\.[-!#$%*+=?&@|~.:<>^\\\/]+/],hvariable:{pattern:/\b(?:[A-Z][\w']*\.)*[_a-z][\w']*/,inside:{punctuation:/\./}},constant:{pattern:/\b(?:[A-Z][\w']*\.)*[A-Z][\w']*/,inside:{punctuation:/\./}},punctuation:/[{}[\];(),.:]/},Prism.languages.hs=Prism.languages.haskell},31164:function(){var e,t,n,r;e=Prism,t=/\b(?:abstract|assert|boolean|break|byte|case|catch|char|class|const|continue|default|do|double|else|enum|exports|extends|final|finally|float|for|goto|if|implements|import|instanceof|int|interface|long|module|native|new|non-sealed|null|open|opens|package|permits|private|protected|provides|public|record(?!\s*[(){}[\]<>=%~.:,;?+\-*/&|^])|requires|return|sealed|short|static|strictfp|super|switch|synchronized|this|throw|throws|to|transient|transitive|try|uses|var|void|volatile|while|with|yield)\b/,n=/(?:[a-z]\w*\s*\.\s*)*(?:[A-Z]\w*\s*\.\s*)*/.source,r={pattern:RegExp(/(^|[^\w.])/.source+n+/[A-Z](?:[\d_A-Z]*[a-z]\w*)?\b/.source),lookbehind:!0,inside:{namespace:{pattern:/^[a-z]\w*(?:\s*\.\s*[a-z]\w*)*(?:\s*\.)?/,inside:{punctuation:/\./}},punctuation:/\./}},e.languages.java=e.languages.extend("clike",{string:{pattern:/(^|[^\\])"(?:\\.|[^"\\\r\n])*"/,lookbehind:!0,greedy:!0},"class-name":[r,{pattern:RegExp(/(^|[^\w.])/.source+n+/[A-Z]\w*(?=\s+\w+\s*[;,=()]|\s*(?:\[[\s,]*\]\s*)?::\s*new\b)/.source),lookbehind:!0,inside:r.inside},{pattern:RegExp(/(\b(?:class|enum|extends|implements|instanceof|interface|new|record|throws)\s+)/.source+n+/[A-Z]\w*\b/.source),lookbehind:!0,inside:r.inside}],keyword:t,function:[e.languages.clike.function,{pattern:/(::\s*)[a-z_]\w*/,lookbehind:!0}],number:/\b0b[01][01_]*L?\b|\b0x(?:\.[\da-f_p+-]+|[\da-f_]+(?:\.[\da-f_p+-]+)?)\b|(?:\b\d[\d_]*(?:\.[\d_]*)?|\B\.\d[\d_]*)(?:e[+-]?\d[\d_]*)?[dfl]?/i,operator:{pattern:/(^|[^.])(?:<<=?|>>>?=?|->|--|\+\+|&&|\|\||::|[?:~]|[-+*/%&|^!=<>]=?)/m,lookbehind:!0},constant:/\b[A-Z][A-Z_\d]+\b/}),e.languages.insertBefore("java","string",{"triple-quoted-string":{pattern:/"""[ \t]*[\r\n](?:(?:"|"")?(?:\\.|[^"\\]))*"""/,greedy:!0,alias:"string"},char:{pattern:/'(?:\\.|[^'\\\r\n]){1,6}'/,greedy:!0}}),e.languages.insertBefore("java","class-name",{annotation:{pattern:/(^|[^.])@\w+(?:\s*\.\s*\w+)*/,lookbehind:!0,alias:"punctuation"},generics:{pattern:/<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&))*>)*>)*>)*>/,inside:{"class-name":r,keyword:t,punctuation:/[<>(),.:]/,operator:/[?&|]/}},import:[{pattern:RegExp(/(\bimport\s+)/.source+n+/(?:[A-Z]\w*|\*)(?=\s*;)/.source),lookbehind:!0,inside:{namespace:r.inside.namespace,punctuation:/\./,operator:/\*/,"class-name":/\w+/}},{pattern:RegExp(/(\bimport\s+static\s+)/.source+n+/(?:\w+|\*)(?=\s*;)/.source),lookbehind:!0,alias:"static",inside:{namespace:r.inside.namespace,static:/\b\w+$/,punctuation:/\./,operator:/\*/,"class-name":/\w+/}}],namespace:{pattern:RegExp(/(\b(?:exports|import(?:\s+static)?|module|open|opens|package|provides|requires|to|transitive|uses|with)\s+)(?!<keyword>)[a-z]\w*(?:\.[a-z]\w*)*\.?/.source.replace(/<keyword>/g,function(){return t.source})),lookbehind:!0,inside:{punctuation:/\./}}})},5094:function(){Prism.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"}},Prism.languages.webmanifest=Prism.languages.json},30608:function(){var e,t,n;e=Prism,n={"equation-command":{pattern:t=/\\(?:[^a-z()[\]]|[a-z*]+)/i,alias:"regex"}},e.languages.latex={comment:/%.*/,cdata:{pattern:/(\\begin\{((?:lstlisting|verbatim)\*?)\})[\s\S]*?(?=\\end\{\2\})/,lookbehind:!0},equation:[{pattern:/\$\$(?:\\[\s\S]|[^\\$])+\$\$|\$(?:\\[\s\S]|[^\\$])+\$|\\\([\s\S]*?\\\)|\\\[[\s\S]*?\\\]/,inside:n,alias:"string"},{pattern:/(\\begin\{((?:align|eqnarray|equation|gather|math|multline)\*?)\})[\s\S]*?(?=\\end\{\2\})/,lookbehind:!0,inside:n,alias:"string"}],keyword:{pattern:/(\\(?:begin|cite|documentclass|end|label|ref|usepackage)(?:\[[^\]]+\])?\{)[^}]+(?=\})/,lookbehind:!0},url:{pattern:/(\\url\{)[^}]+(?=\})/,lookbehind:!0},headline:{pattern:/(\\(?:chapter|frametitle|paragraph|part|section|subparagraph|subsection|subsubparagraph|subsubsection|subsubsubparagraph)\*?(?:\[[^\]]+\])?\{)[^}]+(?=\})/,lookbehind:!0,alias:"class-name"},function:{pattern:t,alias:"selector"},punctuation:/[[\]{}&]/},e.languages.tex=e.languages.latex,e.languages.context=e.languages.latex},13109:function(){!function(e){function t(e,t){return"___"+e.toUpperCase()+t+"___"}Object.defineProperties(e.languages["markup-templating"]={},{buildPlaceholders:{value:function(n,r,o,a){if(n.language===r){var i=n.tokenStack=[];n.code=n.code.replace(o,function(e){if("function"==typeof a&&!a(e))return e;for(var o,s=i.length;-1!==n.code.indexOf(o=t(r,s));)++s;return i[s]=e,o}),n.grammar=e.languages.markup}}},tokenizePlaceholders:{value:function(n,r){if(n.language===r&&!!n.tokenStack){n.grammar=e.languages[r];var o=0,a=Object.keys(n.tokenStack);!function i(s){for(var c=0;c<s.length&&!(o>=a.length);c++){;var l=s[c];if("string"==typeof l||l.content&&"string"==typeof l.content){var u=a[o],d=n.tokenStack[u],p="string"==typeof l?l:l.content,f=t(r,u),g=p.indexOf(f);if(g>-1){++o;var b=p.substring(0,g),h=new e.Token(r,e.tokenize(d,n.grammar),"language-"+r,d),m=p.substring(g+f.length),y=[];b&&y.push.apply(y,i([b])),y.push(h),m&&y.push.apply(y,i([m])),"string"==typeof l?s.splice.apply(s,[c,1].concat(y)):l.content=y}}else l.content&&i(l.content)}return s}(n.tokens)}}}})}(Prism)},70651:function(){Prism.languages.matlab={comment:[/%\{[\s\S]*?\}%/,/%.+/],string:{pattern:/\B'(?:''|[^'\r\n])*'/,greedy:!0},number:/(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[eE][+-]?\d+)?(?:[ij])?|\b[ij]\b/,keyword:/\b(?:NaN|break|case|catch|continue|else|elseif|end|for|function|if|inf|otherwise|parfor|pause|pi|return|switch|try|while)\b/,function:/\b(?!\d)\w+(?=\s*\()/,operator:/\.?[*^\/\\']|[+\-:@]|[<>=~]=?|&&?|\|\|?/,punctuation:/\.{3}|[.,;\[\](){}!]/}},71299:function(){var e,t,n,r,o,a,i,s;t=/\/\*[\s\S]*?\*\/|\/\/.*|#(?!\[).*/,n=[{pattern:/\b(?:false|true)\b/i,alias:"boolean"},{pattern:/(::\s*)\b[a-z_]\w*\b(?!\s*\()/i,greedy:!0,lookbehind:!0},{pattern:/(\b(?:case|const)\s+)\b[a-z_]\w*(?=\s*[;=])/i,greedy:!0,lookbehind:!0},/\b(?:null)\b/i,/\b[A-Z_][A-Z0-9_]*\b(?!\s*\()/],r=/\b0b[01]+(?:_[01]+)*\b|\b0o[0-7]+(?:_[0-7]+)*\b|\b0x[\da-f]+(?:_[\da-f]+)*\b|(?:\b\d+(?:_\d+)*\.?(?:\d+(?:_\d+)*)?|\B\.\d+)(?:e[+-]?\d+)?/i,o=/<?=>|\?\?=?|\.{3}|\??->|[!=]=?=?|::|\*\*=?|--|\+\+|&&|\|\||<<|>>|[?~]|[/^|%*&<>.+-]=?/,a=/[{}\[\](),:;]/,(e=Prism).languages.php={delimiter:{pattern:/\?>$|^<\?(?:php(?=\s)|=)?/i,alias:"important"},comment:t,variable:/\$+(?:\w+\b|(?=\{))/,package:{pattern:/(namespace\s+|use\s+(?:function\s+)?)(?:\\?\b[a-z_]\w*)+\b(?!\\)/i,lookbehind:!0,inside:{punctuation:/\\/}},"class-name-definition":{pattern:/(\b(?:class|enum|interface|trait)\s+)\b[a-z_]\w*(?!\\)\b/i,lookbehind:!0,alias:"class-name"},"function-definition":{pattern:/(\bfunction\s+)[a-z_]\w*(?=\s*\()/i,lookbehind:!0,alias:"function"},keyword:[{pattern:/(\(\s*)\b(?:array|bool|boolean|float|int|integer|object|string)\b(?=\s*\))/i,alias:"type-casting",greedy:!0,lookbehind:!0},{pattern:/([(,?]\s*)\b(?:array(?!\s*\()|bool|callable|(?:false|null)(?=\s*\|)|float|int|iterable|mixed|object|self|static|string)\b(?=\s*\$)/i,alias:"type-hint",greedy:!0,lookbehind:!0},{pattern:/(\)\s*:\s*(?:\?\s*)?)\b(?:array(?!\s*\()|bool|callable|(?:false|null)(?=\s*\|)|float|int|iterable|mixed|never|object|self|static|string|void)\b/i,alias:"return-type",greedy:!0,lookbehind:!0},{pattern:/\b(?:array(?!\s*\()|bool|float|int|iterable|mixed|object|string|void)\b/i,alias:"type-declaration",greedy:!0},{pattern:/(\|\s*)(?:false|null)\b|\b(?:false|null)(?=\s*\|)/i,alias:"type-declaration",greedy:!0,lookbehind:!0},{pattern:/\b(?:parent|self|static)(?=\s*::)/i,alias:"static-context",greedy:!0},{pattern:/(\byield\s+)from\b/i,lookbehind:!0},/\bclass\b/i,{pattern:/((?:^|[^\s>:]|(?:^|[^-])>|(?:^|[^:]):)\s*)\b(?:abstract|and|array|as|break|callable|case|catch|clone|const|continue|declare|default|die|do|echo|else|elseif|empty|enddeclare|endfor|endforeach|endif|endswitch|endwhile|enum|eval|exit|extends|final|finally|fn|for|foreach|function|global|goto|if|implements|include|include_once|instanceof|insteadof|interface|isset|list|match|namespace|never|new|or|parent|print|private|protected|public|readonly|require|require_once|return|self|static|switch|throw|trait|try|unset|use|var|while|xor|yield|__halt_compiler)\b/i,lookbehind:!0}],"argument-name":{pattern:/([(,]\s*)\b[a-z_]\w*(?=\s*:(?!:))/i,lookbehind:!0},"class-name":[{pattern:/(\b(?:extends|implements|instanceof|new(?!\s+self|\s+static))\s+|\bcatch\s*\()\b[a-z_]\w*(?!\\)\b/i,greedy:!0,lookbehind:!0},{pattern:/(\|\s*)\b[a-z_]\w*(?!\\)\b/i,greedy:!0,lookbehind:!0},{pattern:/\b[a-z_]\w*(?!\\)\b(?=\s*\|)/i,greedy:!0},{pattern:/(\|\s*)(?:\\?\b[a-z_]\w*)+\b/i,alias:"class-name-fully-qualified",greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}},{pattern:/(?:\\?\b[a-z_]\w*)+\b(?=\s*\|)/i,alias:"class-name-fully-qualified",greedy:!0,inside:{punctuation:/\\/}},{pattern:/(\b(?:extends|implements|instanceof|new(?!\s+self\b|\s+static\b))\s+|\bcatch\s*\()(?:\\?\b[a-z_]\w*)+\b(?!\\)/i,alias:"class-name-fully-qualified",greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}},{pattern:/\b[a-z_]\w*(?=\s*\$)/i,alias:"type-declaration",greedy:!0},{pattern:/(?:\\?\b[a-z_]\w*)+(?=\s*\$)/i,alias:["class-name-fully-qualified","type-declaration"],greedy:!0,inside:{punctuation:/\\/}},{pattern:/\b[a-z_]\w*(?=\s*::)/i,alias:"static-context",greedy:!0},{pattern:/(?:\\?\b[a-z_]\w*)+(?=\s*::)/i,alias:["class-name-fully-qualified","static-context"],greedy:!0,inside:{punctuation:/\\/}},{pattern:/([(,?]\s*)[a-z_]\w*(?=\s*\$)/i,alias:"type-hint",greedy:!0,lookbehind:!0},{pattern:/([(,?]\s*)(?:\\?\b[a-z_]\w*)+(?=\s*\$)/i,alias:["class-name-fully-qualified","type-hint"],greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}},{pattern:/(\)\s*:\s*(?:\?\s*)?)\b[a-z_]\w*(?!\\)\b/i,alias:"return-type",greedy:!0,lookbehind:!0},{pattern:/(\)\s*:\s*(?:\?\s*)?)(?:\\?\b[a-z_]\w*)+\b(?!\\)/i,alias:["class-name-fully-qualified","return-type"],greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}}],constant:n,function:{pattern:/(^|[^\\\w])\\?[a-z_](?:[\w\\]*\w)?(?=\s*\()/i,lookbehind:!0,inside:{punctuation:/\\/}},property:{pattern:/(->\s*)\w+/,lookbehind:!0},number:r,operator:o,punctuation:a},s=[{pattern:/<<<'([^']+)'[\r\n](?:.*[\r\n])*?\1;/,alias:"nowdoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<<'[^']+'|[a-z_]\w*;$/i,alias:"symbol",inside:{punctuation:/^<<<'?|[';]$/}}}},{pattern:/<<<(?:"([^"]+)"[\r\n](?:.*[\r\n])*?\1;|([a-z_]\w*)[\r\n](?:.*[\r\n])*?\2;)/i,alias:"heredoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<<(?:"[^"]+"|[a-z_]\w*)|[a-z_]\w*;$/i,alias:"symbol",inside:{punctuation:/^<<<"?|[";]$/}},interpolation:i={pattern:/\{\$(?:\{(?:\{[^{}]+\}|[^{}]+)\}|[^{}])+\}|(^|[^\\{])\$+(?:\w+(?:\[[^\r\n\[\]]+\]|->\w+)?)/,lookbehind:!0,inside:e.languages.php}}},{pattern:/`(?:\\[\s\S]|[^\\`])*`/,alias:"backtick-quoted-string",greedy:!0},{pattern:/'(?:\\[\s\S]|[^\\'])*'/,alias:"single-quoted-string",greedy:!0},{pattern:/"(?:\\[\s\S]|[^\\"])*"/,alias:"double-quoted-string",greedy:!0,inside:{interpolation:i}}],e.languages.insertBefore("php","variable",{string:s,attribute:{pattern:/#\[(?:[^"'\/#]|\/(?![*/])|\/\/.*$|#(?!\[).*$|\/\*(?:[^*]|\*(?!\/))*\*\/|"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*')+\](?=\s*[a-z$#])/im,greedy:!0,inside:{"attribute-content":{pattern:/^(#\[)[\s\S]+(?=\]$)/,lookbehind:!0,inside:{comment:t,string:s,"attribute-class-name":[{pattern:/([^:]|^)\b[a-z_]\w*(?!\\)\b/i,alias:"class-name",greedy:!0,lookbehind:!0},{pattern:/([^:]|^)(?:\\?\b[a-z_]\w*)+/i,alias:["class-name","class-name-fully-qualified"],greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}}],constant:n,number:r,operator:o,punctuation:a}},delimiter:{pattern:/^#\[|\]$/,alias:"punctuation"}}}}),e.hooks.add("before-tokenize",function(t){if(!!/<\?/.test(t.code))e.languages["markup-templating"].buildPlaceholders(t,"php",/<\?(?:[^"'/#]|\/(?![*/])|("|')(?:\\[\s\S]|(?!\1)[^\\])*\1|(?:\/\/|#(?!\[))(?:[^?\n\r]|\?(?!>))*(?=$|\?>|[\r\n])|#\[|\/\*(?:[^*]|\*(?!\/))*(?:\*\/|$))*?(?:\?>|$)/g)}),e.hooks.add("after-tokenize",function(t){e.languages["markup-templating"].tokenizePlaceholders(t,"php")})},89768:function(){var e;(e=Prism.languages.powershell={comment:[{pattern:/(^|[^`])<#[\s\S]*?#>/,lookbehind:!0},{pattern:/(^|[^`])#.*/,lookbehind:!0}],string:[{pattern:/"(?:`[\s\S]|[^`"])*"/,greedy:!0,inside:null},{pattern:/'(?:[^']|'')*'/,greedy:!0}],namespace:/\[[a-z](?:\[(?:\[[^\]]*\]|[^\[\]])*\]|[^\[\]])*\]/i,boolean:/\$(?:false|true)\b/i,variable:/\$\w+\b/,function:[/\b(?:Add|Approve|Assert|Backup|Block|Checkpoint|Clear|Close|Compare|Complete|Compress|Confirm|Connect|Convert|ConvertFrom|ConvertTo|Copy|Debug|Deny|Disable|Disconnect|Dismount|Edit|Enable|Enter|Exit|Expand|Export|Find|ForEach|Format|Get|Grant|Group|Hide|Import|Initialize|Install|Invoke|Join|Limit|Lock|Measure|Merge|Move|New|Open|Optimize|Out|Ping|Pop|Protect|Publish|Push|Read|Receive|Redo|Register|Remove|Rename|Repair|Request|Reset|Resize|Resolve|Restart|Restore|Resume|Revoke|Save|Search|Select|Send|Set|Show|Skip|Sort|Split|Start|Step|Stop|Submit|Suspend|Switch|Sync|Tee|Test|Trace|Unblock|Undo|Uninstall|Unlock|Unprotect|Unpublish|Unregister|Update|Use|Wait|Watch|Where|Write)-[a-z]+\b/i,/\b(?:ac|cat|chdir|clc|cli|clp|clv|compare|copy|cp|cpi|cpp|cvpa|dbp|del|diff|dir|ebp|echo|epal|epcsv|epsn|erase|fc|fl|ft|fw|gal|gbp|gc|gci|gcs|gdr|gi|gl|gm|gp|gps|group|gsv|gu|gv|gwmi|iex|ii|ipal|ipcsv|ipsn|irm|iwmi|iwr|kill|lp|ls|measure|mi|mount|move|mp|mv|nal|ndr|ni|nv|ogv|popd|ps|pushd|pwd|rbp|rd|rdr|ren|ri|rm|rmdir|rni|rnp|rp|rv|rvpa|rwmi|sal|saps|sasv|sbp|sc|select|set|shcm|si|sl|sleep|sls|sort|sp|spps|spsv|start|sv|swmi|tee|trcm|type|write)\b/i],keyword:/\b(?:Begin|Break|Catch|Class|Continue|Data|Define|Do|DynamicParam|Else|ElseIf|End|Exit|Filter|Finally|For|ForEach|From|Function|If|InlineScript|Parallel|Param|Process|Return|Sequence|Switch|Throw|Trap|Try|Until|Using|Var|While|Workflow)\b/i,operator:{pattern:/(^|\W)(?:!|-(?:b?(?:and|x?or)|as|(?:Not)?(?:Contains|In|Like|Match)|eq|ge|gt|is(?:Not)?|Join|le|lt|ne|not|Replace|sh[lr])\b|-[-=]?|\+[+=]?|[*\/%]=?)/i,lookbehind:!0},punctuation:/[|{}[\];(),.]/}).string[0].inside={function:{pattern:/(^|[^`])\$\((?:\$\([^\r\n()]*\)|(?!\$\()[^\r\n)])*\)/,lookbehind:!0,inside:e},boolean:e.boolean,variable:e.variable}},28723:function(){Prism.languages.scss=Prism.languages.extend("css",{comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|\/\/.*)/,lookbehind:!0},atrule:{pattern:/@[\w-](?:\([^()]+\)|[^()\s]|\s+(?!\s))*?(?=\s+[{;])/,inside:{rule:/@[\w-]+/}},url:/(?:[-a-z]+-)?url(?=\()/i,selector:{pattern:/(?=\S)[^@;{}()]?(?:[^@;{}()\s]|\s+(?!\s)|#\{\$[-\w]+\})+(?=\s*\{(?:\}|\s|[^}][^:{}]*[:{][^}]))/,inside:{parent:{pattern:/&/,alias:"important"},placeholder:/%[-\w]+/,variable:/\$[-\w]+|#\{\$[-\w]+\}/}},property:{pattern:/(?:[-\w]|\$[-\w]|#\{\$[-\w]+\})+(?=\s*:)/,inside:{variable:/\$[-\w]+|#\{\$[-\w]+\}/}}}),Prism.languages.insertBefore("scss","atrule",{keyword:[/@(?:content|debug|each|else(?: if)?|extend|for|forward|function|if|import|include|mixin|return|use|warn|while)\b/i,{pattern:/( )(?:from|through)(?= )/,lookbehind:!0}]}),Prism.languages.insertBefore("scss","important",{variable:/\$[-\w]+|#\{\$[-\w]+\}/}),Prism.languages.insertBefore("scss","function",{"module-modifier":{pattern:/\b(?:as|hide|show|with)\b/i,alias:"keyword"},placeholder:{pattern:/%[-\w]+/,alias:"selector"},statement:{pattern:/\B!(?:default|optional)\b/i,alias:"keyword"},boolean:/\b(?:false|true)\b/,null:{pattern:/\bnull\b/,alias:"keyword"},operator:{pattern:/(\s)(?:[-+*\/%]|[=!]=|<=?|>=?|and|not|or)(?=\s)/,lookbehind:!0}}),Prism.languages.scss.atrule.inside.rest=Prism.languages.scss},69379:function(e,t,n){var r={"./prism-bash":"10247","./prism-diff":"9109","./prism-haskell":"29465","./prism-java":"31164","./prism-json":"5094","./prism-latex":"30608","./prism-matlab":"70651","./prism-php":"71299","./prism-powershell":"89768","./prism-scss":"28723"};function o(e){return n(a(e))}function a(e){if(!n.o(r,e)){var t=Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return r[e]}o.keys=function(){return Object.keys(r)},o.resolve=a,e.exports=o,o.id="69379"},58772:function(e,t,n){"use strict";var r=n(90331);function o(){}function a(){}a.resetWarningCache=o,e.exports=function(){function e(e,t,n,o,a,i){if(i!==r){var s=Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function t(){return e}e.isRequired=e;var n={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:a,resetWarningCache:o};return n.PropTypes=n,n}},23615:function(e,t,n){e.exports=n(58772)()},90331:function(e){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},43577:function(e,t,n){"use strict";var r,o,a,i,s,c,l=n(27378),u=n(91102);function d(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 p=new Set,f={};function g(e,t){b(e,t),b(e+"Capture",t)}function b(e,t){for(f[e]=t,e=0;e<t.length;e++)p.add(t[e])}var h=!("undefined"==typeof window||void 0===window.document||void 0===window.document.createElement),m=Object.prototype.hasOwnProperty,y=/^[: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]*$/,v={},_={};function x(e,t,n,r,o,a,i){this.acceptsBooleans=2===t||3===t||4===t,this.attributeName=r,this.attributeNamespace=o,this.mustUseProperty=n,this.propertyName=e,this.type=t,this.sanitizeURL=a,this.removeEmptyString=i}var w={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(e){w[e]=new x(e,0,!1,e,null,!1,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(e){var t=e[0];w[t]=new x(t,1,!1,e[1],null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(e){w[e]=new x(e,2,!1,e.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(e){w[e]=new x(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){w[e]=new x(e,3,!1,e.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(e){w[e]=new x(e,3,!0,e,null,!1,!1)}),["capture","download"].forEach(function(e){w[e]=new x(e,4,!1,e,null,!1,!1)}),["cols","rows","size","span"].forEach(function(e){w[e]=new x(e,6,!1,e,null,!1,!1)}),["rowSpan","start"].forEach(function(e){w[e]=new x(e,5,!1,e.toLowerCase(),null,!1,!1)});var k=/[\-:]([a-z])/g;function S(e){return e[1].toUpperCase()}function O(e,t,n,r){var o,a=w.hasOwnProperty(t)?w[t]:null;if(null!==a?0!==a.type:r||!(2<t.length)||"o"!==t[0]&&"O"!==t[0]||"n"!==t[1]&&"N"!==t[1]){;(function(e,t,n,r){if(null==t||function(e,t,n,r){if(null!==n&&0===n.type)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":if(r)return!1;if(null!==n)return!n.acceptsBooleans;return"data-"!==(e=e.toLowerCase().slice(0,5))&&"aria-"!==e;default:return!1}}(e,t,n,r))return!0;if(r)return!1;if(null!==n)switch(n.type){case 3:return!t;case 4:return!1===t;case 5:return isNaN(t);case 6:return isNaN(t)||1>t}return!1})(t,n,a,r)&&(n=null),r||null===a?(o=t,(!!m.call(_,o)||!m.call(v,o)&&(y.test(o)?_[o]=!0:(v[o]=!0,!1)))&&(null===n?e.removeAttribute(t):e.setAttribute(t,""+n))):a.mustUseProperty?e[a.propertyName]=null===n?3!==a.type&&"":n:(t=a.attributeName,r=a.attributeNamespace,null===n?e.removeAttribute(t):(n=3===(a=a.type)||4===a&&!0===n?"":""+n,r?e.setAttributeNS(r,t,n):e.setAttribute(t,n)))}}"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(k,S);w[t]=new x(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(k,S);w[t]=new x(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(k,S);w[t]=new x(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(e){w[e]=new x(e,1,!1,e.toLowerCase(),null,!1,!1)}),w.xlinkHref=new x("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(e){w[e]=new x(e,1,!1,e.toLowerCase(),null,!0,!0)});var j=l.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,E=Symbol.for("react.element"),P=Symbol.for("react.portal"),C=Symbol.for("react.fragment"),A=Symbol.for("react.strict_mode"),T=Symbol.for("react.profiler"),I=Symbol.for("react.provider"),M=Symbol.for("react.context"),D=Symbol.for("react.forward_ref"),N=Symbol.for("react.suspense"),L=Symbol.for("react.suspense_list"),R=Symbol.for("react.memo"),F=Symbol.for("react.lazy");Symbol.for("react.scope"),Symbol.for("react.debug_trace_mode");var z=Symbol.for("react.offscreen");Symbol.for("react.legacy_hidden"),Symbol.for("react.cache"),Symbol.for("react.tracing_marker");var B=Symbol.iterator;function U(e){return null===e||"object"!=typeof e?null:"function"==typeof(e=B&&e[B]||e["@@iterator"])?e:null}var $,Z=Object.assign;function H(e){if(void 0===$)try{throw Error()}catch(e){var t=e.stack.trim().match(/\n( *(at )?)/);$=t&&t[1]||""}return"\n"+$+e}var V=!1;function q(e,t){if(!e||V)return"";V=!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()}}),"object"==typeof Reflect&&Reflect.construct){try{Reflect.construct(t,[])}catch(e){var r=e}Reflect.construct(e,[],t)}else{try{t.call()}catch(e){r=e}e.call(t.prototype)}}else{try{throw Error()}catch(e){r=e}e()}}catch(t){if(t&&r&&"string"==typeof t.stack){for(var o=t.stack.split("\n"),a=r.stack.split("\n"),i=o.length-1,s=a.length-1;1<=i&&0<=s&&o[i]!==a[s];)s--;for(;1<=i&&0<=s;i--,s--)if(o[i]!==a[s]){if(1!==i||1!==s)do if(i--,0>--s||o[i]!==a[s]){var c="\n"+o[i].replace(" at new "," at ");return e.displayName&&c.includes("<anonymous>")&&(c=c.replace("<anonymous>",e.displayName)),c}while(1<=i&&0<=s);break}}}finally{V=!1,Error.prepareStackTrace=n}return(e=e?e.displayName||e.name:"")?H(e):""}function W(e){switch(typeof e){case"boolean":case"number":case"string":case"undefined":case"object":return e;default:return""}}function G(e){var t=e.type;return(e=e.nodeName)&&"input"===e.toLowerCase()&&("checkbox"===t||"radio"===t)}function K(e){e._valueTracker||(e._valueTracker=function(e){var t=G(e)?"checked":"value",n=Object.getOwnPropertyDescriptor(e.constructor.prototype,t),r=""+e[t];if(!e.hasOwnProperty(t)&&void 0!==n&&"function"==typeof n.get&&"function"==typeof n.set){var o=n.get,a=n.set;return Object.defineProperty(e,t,{configurable:!0,get:function(){return o.call(this)},set:function(e){r=""+e,a.call(this,e)}}),Object.defineProperty(e,t,{enumerable:n.enumerable}),{getValue:function(){return r},setValue:function(e){r=""+e},stopTracking:function(){e._valueTracker=null,delete e[t]}}}}(e))}function Y(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var n=t.getValue(),r="";return e&&(r=G(e)?e.checked?"true":"false":e.value),(e=r)!==n&&(t.setValue(e),!0)}function Q(e){if(void 0===(e=e||("undefined"!=typeof document?document:void 0)))return null;try{return e.activeElement||e.body}catch(t){return e.body}}function X(e,t){var n=t.checked;return Z({},t,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:null!=n?n:e._wrapperState.initialChecked})}function J(e,t){var n=null==t.defaultValue?"":t.defaultValue,r=null!=t.checked?t.checked:t.defaultChecked;n=W(null!=t.value?t.value:n),e._wrapperState={initialChecked:r,initialValue:n,controlled:"checkbox"===t.type||"radio"===t.type?null!=t.checked:null!=t.value}}function ee(e,t){null!=(t=t.checked)&&O(e,"checked",t,!1)}function et(e,t){ee(e,t);var n=W(t.value),r=t.type;if(null!=n)"number"===r?(0===n&&""===e.value||e.value!=n)&&(e.value=""+n):e.value!==""+n&&(e.value=""+n);else if("submit"===r||"reset"===r){e.removeAttribute("value");return}t.hasOwnProperty("value")?er(e,t.type,n):t.hasOwnProperty("defaultValue")&&er(e,t.type,W(t.defaultValue)),null==t.checked&&null!=t.defaultChecked&&(e.defaultChecked=!!t.defaultChecked)}function en(e,t,n){if(t.hasOwnProperty("value")||t.hasOwnProperty("defaultValue")){var r=t.type;if(!("submit"!==r&&"reset"!==r||void 0!==t.value&&null!==t.value))return;t=""+e._wrapperState.initialValue,n||t===e.value||(e.value=t),e.defaultValue=t}""!==(n=e.name)&&(e.name=""),e.defaultChecked=!!e._wrapperState.initialChecked,""!==n&&(e.name=n)}function er(e,t,n){("number"!==t||Q(e.ownerDocument)!==e)&&(null==n?e.defaultValue=""+e._wrapperState.initialValue:e.defaultValue!==""+n&&(e.defaultValue=""+n))}var eo=Array.isArray;function ea(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(o=0,n=""+W(n),t=null;o<e.length;o++){if(e[o].value===n){e[o].selected=!0,r&&(e[o].defaultSelected=!0);return}null!==t||e[o].disabled||(t=e[o])}null!==t&&(t.selected=!0)}}function ei(e,t){if(null!=t.dangerouslySetInnerHTML)throw Error(d(91));return Z({},t,{value:void 0,defaultValue:void 0,children:""+e._wrapperState.initialValue})}function es(e,t){var n=t.value;if(null==n){if(n=t.children,t=t.defaultValue,null!=n){if(null!=t)throw Error(d(92));if(eo(n)){if(1<n.length)throw Error(d(93));n=n[0]}t=n}null==t&&(t=""),n=t}e._wrapperState={initialValue:W(n)}}function ec(e,t){var n=W(t.value),r=W(t.defaultValue);null!=n&&((n=""+n)!==e.value&&(e.value=n),null==t.defaultValue&&e.defaultValue!==n&&(e.defaultValue=n)),null!=r&&(e.defaultValue=""+r)}function el(e){var t=e.textContent;t===e._wrapperState.initialValue&&""!==t&&null!==t&&(e.value=t)}function eu(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 ed(e,t){return null==e||"http://www.w3.org/1999/xhtml"===e?eu(t):"http://www.w3.org/2000/svg"===e&&"foreignObject"===t?"http://www.w3.org/1999/xhtml":e}var ep,ef,eg=(ep=function(e,t){if("http://www.w3.org/2000/svg"!==e.namespaceURI||"innerHTML"in e)e.innerHTML=t;else{for((ef=ef||document.createElement("div")).innerHTML="<svg>"+t.valueOf().toString()+"</svg>",t=ef.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;t.firstChild;)e.appendChild(t.firstChild)}},"undefined"!=typeof MSApp&&MSApp.execUnsafeLocalFunction?function(e,t,n,r){MSApp.execUnsafeLocalFunction(function(){return ep(e,t,n,r)})}:ep);function eb(e,t){if(t){var n=e.firstChild;if(n&&n===e.lastChild&&3===n.nodeType){n.nodeValue=t;return}}e.textContent=t}var eh={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},em=["Webkit","ms","Moz","O"];function ey(e,t,n){return null==t||"boolean"==typeof t||""===t?"":n||"number"!=typeof t||0===t||eh.hasOwnProperty(e)&&eh[e]?(""+t).trim():t+"px"}function ev(e,t){for(var n in e=e.style,t)if(t.hasOwnProperty(n)){var r=0===n.indexOf("--"),o=ey(n,t[n],r);"float"===n&&(n="cssFloat"),r?e.setProperty(n,o):e[n]=o}}Object.keys(eh).forEach(function(e){em.forEach(function(t){eh[t=t+e.charAt(0).toUpperCase()+e.substring(1)]=eh[e]})});var e_=Z({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 ex(e,t){if(t){if(e_[e]&&(null!=t.children||null!=t.dangerouslySetInnerHTML))throw Error(d(137,e));if(null!=t.dangerouslySetInnerHTML){if(null!=t.children)throw Error(d(60));if("object"!=typeof t.dangerouslySetInnerHTML||!("__html"in t.dangerouslySetInnerHTML))throw Error(d(61))}if(null!=t.style&&"object"!=typeof t.style)throw Error(d(62))}}function ew(e,t){if(-1===e.indexOf("-"))return"string"==typeof t.is;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 ek=null;function eS(e){return(e=e.target||e.srcElement||window).correspondingUseElement&&(e=e.correspondingUseElement),3===e.nodeType?e.parentNode:e}var eO=null,ej=null,eE=null;function eP(e){if(e=rL(e)){if("function"!=typeof eO)throw Error(d(280));var t=e.stateNode;t&&(t=rF(t),eO(e.stateNode,e.type,t))}}function eC(e){ej?eE?eE.push(e):eE=[e]:ej=e}function eA(){if(ej){var e=ej,t=eE;if(eE=ej=null,eP(e),t)for(e=0;e<t.length;e++)eP(t[e])}}function eT(e,t){return e(t)}function eI(){}var eM=!1;function eD(e,t,n){if(eM)return e(t,n);eM=!0;try{return eT(e,t,n)}finally{eM=!1,(null!==ej||null!==eE)&&(eI(),eA())}}function eN(e,t){var n=e.stateNode;if(null===n)return null;var r=rF(n);if(null===r)return null;switch(n=r[t],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)||(r=!("button"===(e=e.type)||"input"===e||"select"===e||"textarea"===e)),e=!r;break;default:e=!1}if(e)return null;if(n&&"function"!=typeof n)throw Error(d(231,t,typeof n));return n}var eL=!1;if(h)try{var eR={};Object.defineProperty(eR,"passive",{get:function(){eL=!0}}),window.addEventListener("test",eR,eR),window.removeEventListener("test",eR,eR)}catch(e){eL=!1}function eF(e,t,n,r,o,a,i,s,c){var l=Array.prototype.slice.call(arguments,3);try{t.apply(n,l)}catch(e){this.onError(e)}}var ez=!1,eB=null,eU=!1,e$=null,eZ={onError:function(e){ez=!0,eB=e}};function eH(e,t,n,r,o,a,i,s,c){ez=!1,eB=null,eF.apply(eZ,arguments)}function eV(e){var t=e,n=e;if(e.alternate)for(;t.return;)t=t.return;else{e=t;do 0!=(4098&(t=e).flags)&&(n=t.return),e=t.return;while(e)}return 3===t.tag?n:null}function eq(e){if(13===e.tag){var t=e.memoizedState;if(null===t&&null!==(e=e.alternate)&&(t=e.memoizedState),null!==t)return t.dehydrated}return null}function eW(e){if(eV(e)!==e)throw Error(d(188))}function eG(e){return null!==(e=function(e){var t=e.alternate;if(!t){if(null===(t=eV(e)))throw Error(d(188));return t!==e?null:e}for(var n=e,r=t;;){var o=n.return;if(null===o)break;var a=o.alternate;if(null===a){if(null!==(r=o.return)){n=r;continue}break}if(o.child===a.child){for(a=o.child;a;){if(a===n)return eW(o),e;if(a===r)return eW(o),t;a=a.sibling}throw Error(d(188))}if(n.return!==r.return)n=o,r=a;else{for(var i=!1,s=o.child;s;){if(s===n){i=!0,n=o,r=a;break}if(s===r){i=!0,r=o,n=a;break}s=s.sibling}if(!i){for(s=a.child;s;){if(s===n){i=!0,n=a,r=o;break}if(s===r){i=!0,r=a,n=o;break}s=s.sibling}if(!i)throw Error(d(189))}}if(n.alternate!==r)throw Error(d(190))}if(3!==n.tag)throw Error(d(188));return n.stateNode.current===n?e:t}(e))?function e(t){if(5===t.tag||6===t.tag)return t;for(t=t.child;null!==t;){var n=e(t);if(null!==n)return n;t=t.sibling}return null}(e):null}var eK=u.unstable_scheduleCallback,eY=u.unstable_cancelCallback,eQ=u.unstable_shouldYield,eX=u.unstable_requestPaint,eJ=u.unstable_now,e0=u.unstable_getCurrentPriorityLevel,e1=u.unstable_ImmediatePriority,e2=u.unstable_UserBlockingPriority,e4=u.unstable_NormalPriority,e3=u.unstable_LowPriority,e5=u.unstable_IdlePriority,e8=null,e9=null,e6=Math.clz32?Math.clz32:function(e){return 0==(e>>>=0)?32:31-(e7(e)/te|0)|0},e7=Math.log,te=Math.LN2,tt=64,tn=4194304;function tr(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 4194240&e;case 4194304:case 8388608:case 0x1000000:case 0x2000000:case 0x4000000:return 0x7c00000&e;case 0x8000000:return 0x8000000;case 0x10000000:return 0x10000000;case 0x20000000:return 0x20000000;case 0x40000000:return 0x40000000;default:return e}}function to(e,t){var n=e.pendingLanes;if(0===n)return 0;var r=0,o=e.suspendedLanes,a=e.pingedLanes,i=0xfffffff&n;if(0!==i){var s=i&~o;0!==s?r=tr(s):0!=(a&=i)&&(r=tr(a))}else 0!=(i=n&~o)?r=tr(i):0!==a&&(r=tr(a));if(0===r)return 0;if(0!==t&&t!==r&&0==(t&o)&&((o=r&-r)>=(a=t&-t)||16===o&&0!=(4194240&a)))return t;if(0!=(4&r)&&(r|=16&n),0!==(t=e.entangledLanes))for(e=e.entanglements,t&=r;0<t;)o=1<<(n=31-e6(t)),r|=e[n],t&=~o;return r}function ta(e){return 0!=(e=-0x40000001&e.pendingLanes)?e:0x40000000&e?0x40000000:0}function ti(){var e=tt;return 0==(4194240&(tt<<=1))&&(tt=64),e}function ts(e){for(var t=[],n=0;31>n;n++)t.push(e);return t}function tc(e,t,n){e.pendingLanes|=t,0x20000000!==t&&(e.suspendedLanes=0,e.pingedLanes=0),e=e.eventTimes,e[t=31-e6(t)]=n}function tl(e,t){var n=e.entangledLanes|=t;for(e=e.entanglements;n;){var r=31-e6(n),o=1<<r;o&t|e[r]&t&&(e[r]|=t),n&=~o}}var tu=0;function td(e){return 1<(e&=-e)?4<e?0!=(0xfffffff&e)?16:0x20000000:4:1}var tp,tf,tg,tb,th,tm=!1,ty=[],tv=null,t_=null,tx=null,tw=new Map,tk=new Map,tS=[],tO="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 tj(e,t){switch(e){case"focusin":case"focusout":tv=null;break;case"dragenter":case"dragleave":t_=null;break;case"mouseover":case"mouseout":tx=null;break;case"pointerover":case"pointerout":tw.delete(t.pointerId);break;case"gotpointercapture":case"lostpointercapture":tk.delete(t.pointerId)}}function tE(e,t,n,r,o,a){return null===e||e.nativeEvent!==a?(e={blockedOn:t,domEventName:n,eventSystemFlags:r,nativeEvent:a,targetContainers:[o]},null!==t&&null!==(t=rL(t))&&tf(t),e):(e.eventSystemFlags|=r,t=e.targetContainers,null!==o&&-1===t.indexOf(o)&&t.push(o),e)}function tP(e){var t=rN(e.target);if(null!==t){var n=eV(t);if(null!==n){if(13===(t=n.tag)){if(null!==(t=eq(n))){e.blockedOn=t,th(e.priority,function(){tg(n)});return}}else if(3===t&&n.stateNode.current.memoizedState.isDehydrated){e.blockedOn=3===n.tag?n.stateNode.containerInfo:null;return}}}e.blockedOn=null}function tC(e){if(null!==e.blockedOn)return!1;for(var t=e.targetContainers;0<t.length;){var n=tB(e.domEventName,e.eventSystemFlags,t[0],e.nativeEvent);if(null!==n)return null!==(t=rL(n))&&tf(t),e.blockedOn=n,!1;var r=new(n=e.nativeEvent).constructor(n.type,n);ek=r,n.target.dispatchEvent(r),ek=null;t.shift()}return!0}function tA(e,t,n){tC(e)&&n.delete(t)}function tT(){tm=!1,null!==tv&&tC(tv)&&(tv=null),null!==t_&&tC(t_)&&(t_=null),null!==tx&&tC(tx)&&(tx=null),tw.forEach(tA),tk.forEach(tA)}function tI(e,t){e.blockedOn===t&&(e.blockedOn=null,tm||(tm=!0,u.unstable_scheduleCallback(u.unstable_NormalPriority,tT)))}function tM(e){function t(t){return tI(t,e)}if(0<ty.length){tI(ty[0],e);for(var n=1;n<ty.length;n++){var r=ty[n];r.blockedOn===e&&(r.blockedOn=null)}}for(null!==tv&&tI(tv,e),null!==t_&&tI(t_,e),null!==tx&&tI(tx,e),tw.forEach(t),tk.forEach(t),n=0;n<tS.length;n++)(r=tS[n]).blockedOn===e&&(r.blockedOn=null);for(;0<tS.length&&null===(n=tS[0]).blockedOn;)tP(n),null===n.blockedOn&&tS.shift()}var tD=j.ReactCurrentBatchConfig,tN=!0;function tL(e,t,n,r){var o=tu,a=tD.transition;tD.transition=null;try{tu=1,tF(e,t,n,r)}finally{tu=o,tD.transition=a}}function tR(e,t,n,r){var o=tu,a=tD.transition;tD.transition=null;try{tu=4,tF(e,t,n,r)}finally{tu=o,tD.transition=a}}function tF(e,t,n,r){if(tN){var o=tB(e,t,n,r);if(null===o)rs(e,t,r,tz,n),tj(e,r);else if(function(e,t,n,r,o){switch(t){case"focusin":return tv=tE(tv,e,t,n,r,o),!0;case"dragenter":return t_=tE(t_,e,t,n,r,o),!0;case"mouseover":return tx=tE(tx,e,t,n,r,o),!0;case"pointerover":var a=o.pointerId;return tw.set(a,tE(tw.get(a)||null,e,t,n,r,o)),!0;case"gotpointercapture":return a=o.pointerId,tk.set(a,tE(tk.get(a)||null,e,t,n,r,o)),!0}return!1}(o,e,t,n,r))r.stopPropagation();else if(tj(e,r),4&t&&-1<tO.indexOf(e)){for(;null!==o;){var a=rL(o);if(null!==a&&tp(a),null===(a=tB(e,t,n,r))&&rs(e,t,r,tz,n),a===o)break;o=a}null!==o&&r.stopPropagation()}else rs(e,t,r,null,n)}}var tz=null;function tB(e,t,n,r){if(tz=null,null!==(e=rN(e=eS(r)))){if(null===(t=eV(e)))e=null;else if(13===(n=t.tag)){if(null!==(e=eq(t)))return e;e=null}else if(3===n){if(t.stateNode.current.memoizedState.isDehydrated)return 3===t.tag?t.stateNode.containerInfo:null;e=null}else t!==e&&(e=null)}return tz=e,null}function tU(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(e0()){case e1:return 1;case e2:return 4;case e4:case e3:return 16;case e5:return 0x20000000;default:return 16}default:return 16}}var t$=null,tZ=null,tH=null;function tV(){if(tH)return tH;var e,t,n=tZ,r=n.length,o="value"in t$?t$.value:t$.textContent,a=o.length;for(e=0;e<r&&n[e]===o[e];e++);var i=r-e;for(t=1;t<=i&&n[r-t]===o[a-t];t++);return tH=o.slice(e,1<t?1-t:void 0)}function tq(e){var t=e.keyCode;return"charCode"in e?0===(e=e.charCode)&&13===t&&(e=13):e=t,10===e&&(e=13),32<=e||13===e?e:0}function tW(){return!0}function tG(){return!1}function tK(e){function t(t,n,r,o,a){for(var i in this._reactName=t,this._targetInst=r,this.type=n,this.nativeEvent=o,this.target=a,this.currentTarget=null,e)e.hasOwnProperty(i)&&(t=e[i],this[i]=t?t(o):o[i]);return this.isDefaultPrevented=(null!=o.defaultPrevented?o.defaultPrevented:!1===o.returnValue)?tW:tG,this.isPropagationStopped=tG,this}return Z(t.prototype,{preventDefault:function(){this.defaultPrevented=!0;var e=this.nativeEvent;e&&(e.preventDefault?e.preventDefault():"unknown"!=typeof e.returnValue&&(e.returnValue=!1),this.isDefaultPrevented=tW)},stopPropagation:function(){var e=this.nativeEvent;e&&(e.stopPropagation?e.stopPropagation():"unknown"!=typeof e.cancelBubble&&(e.cancelBubble=!0),this.isPropagationStopped=tW)},persist:function(){},isPersistent:tW}),t}var tY,tQ,tX,tJ={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},t0=tK(tJ),t1=Z({},tJ,{view:0,detail:0}),t2=tK(t1),t4=Z({},t1,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:no,button:0,buttons:0,relatedTarget:function(e){return void 0===e.relatedTarget?e.fromElement===e.srcElement?e.toElement:e.fromElement:e.relatedTarget},movementX:function(e){return"movementX"in e?e.movementX:(e!==tX&&(tX&&"mousemove"===e.type?(tY=e.screenX-tX.screenX,tQ=e.screenY-tX.screenY):tQ=tY=0,tX=e),tY)},movementY:function(e){return"movementY"in e?e.movementY:tQ}}),t3=tK(t4),t5=tK(Z({},t4,{dataTransfer:0})),t8=tK(Z({},t1,{relatedTarget:0})),t9=tK(Z({},tJ,{animationName:0,elapsedTime:0,pseudoElement:0})),t6=tK(Z({},tJ,{clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}})),t7=tK(Z({},tJ,{data:0})),ne={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},nt={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"},nn={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function nr(e){var t=this.nativeEvent;return t.getModifierState?t.getModifierState(e):!!(e=nn[e])&&!!t[e]}function no(){return nr}var na=tK(Z({},t1,{key:function(e){if(e.key){var t=ne[e.key]||e.key;if("Unidentified"!==t)return t}return"keypress"===e.type?13===(e=tq(e))?"Enter":String.fromCharCode(e):"keydown"===e.type||"keyup"===e.type?nt[e.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:no,charCode:function(e){return"keypress"===e.type?tq(e):0},keyCode:function(e){return"keydown"===e.type||"keyup"===e.type?e.keyCode:0},which:function(e){return"keypress"===e.type?tq(e):"keydown"===e.type||"keyup"===e.type?e.keyCode:0}})),ni=tK(Z({},t4,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0})),ns=tK(Z({},t1,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:no})),nc=tK(Z({},tJ,{propertyName:0,elapsedTime:0,pseudoElement:0})),nl=tK(Z({},t4,{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})),nu=[9,13,27,32],nd=h&&"CompositionEvent"in window,np=null;h&&"documentMode"in document&&(np=document.documentMode);var nf=h&&"TextEvent"in window&&!np,ng=h&&(!nd||np&&8<np&&11>=np),nb=!1;function nh(e,t){switch(e){case"keyup":return -1!==nu.indexOf(t.keyCode);case"keydown":return 229!==t.keyCode;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function nm(e){return"object"==typeof(e=e.detail)&&"data"in e?e.data:null}var ny=!1,nv={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 n_(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return"input"===t?!!nv[e.type]:"textarea"===t}function nx(e,t,n,r){eC(r),0<(t=rl(t,"onChange")).length&&(n=new t0("onChange","change",null,n,r),e.push({event:n,listeners:t}))}var nw=null,nk=null;function nS(e){rt(e,0)}function nO(e){if(Y(rR(e)))return e}function nj(e,t){if("change"===e)return t}var nE=!1;if(h){if(h){var nP="oninput"in document;if(!nP){var nC=document.createElement("div");nC.setAttribute("oninput","return;"),nP="function"==typeof nC.oninput}r=nP}else r=!1;nE=r&&(!document.documentMode||9<document.documentMode)}function nA(){nw&&(nw.detachEvent("onpropertychange",nT),nk=nw=null)}function nT(e){if("value"===e.propertyName&&nO(nk)){var t=[];nx(t,nk,e,eS(e)),eD(nS,t)}}function nI(e,t,n){"focusin"===e?(nA(),nw=t,nk=n,nw.attachEvent("onpropertychange",nT)):"focusout"===e&&nA()}function nM(e){if("selectionchange"===e||"keyup"===e||"keydown"===e)return nO(nk)}function nD(e,t){if("click"===e)return nO(t)}function nN(e,t){if("input"===e||"change"===e)return nO(t)}var nL="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t};function nR(e,t){if(nL(e,t))return!0;if("object"!=typeof e||null===e||"object"!=typeof t||null===t)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(!m.call(t,o)||!nL(e[o],t[o]))return!1}return!0}function nF(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function nz(e,t){var n,r=nF(e);for(e=0;r;){if(3===r.nodeType){if(n=e+r.textContent.length,e<=t&&n>=t)return{node:r,offset:t-e};e=n}e:{for(;r;){if(r.nextSibling){r=r.nextSibling;break e}r=r.parentNode}r=void 0}r=nF(r)}}function nB(){for(var e=window,t=Q();t instanceof e.HTMLIFrameElement;){try{var n="string"==typeof t.contentWindow.location.href}catch(e){n=!1}if(n)e=t.contentWindow;else break;t=Q(e.document)}return t}function nU(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&("input"===t&&("text"===e.type||"search"===e.type||"tel"===e.type||"url"===e.type||"password"===e.type)||"textarea"===t||"true"===e.contentEditable)}var n$=h&&"documentMode"in document&&11>=document.documentMode,nZ=null,nH=null,nV=null,nq=!1;function nW(e,t,n){var r=n.window===n?n.document:9===n.nodeType?n:n.ownerDocument;nq||null==nZ||nZ!==Q(r)||(r="selectionStart"in(r=nZ)&&nU(r)?{start:r.selectionStart,end:r.selectionEnd}:{anchorNode:(r=(r.ownerDocument&&r.ownerDocument.defaultView||window).getSelection()).anchorNode,anchorOffset:r.anchorOffset,focusNode:r.focusNode,focusOffset:r.focusOffset},nV&&nR(nV,r)||(nV=r,0<(r=rl(nH,"onSelect")).length&&(t=new t0("onSelect","select",null,t,n),e.push({event:t,listeners:r}),t.target=nZ)))}function nG(e,t){var n={};return n[e.toLowerCase()]=t.toLowerCase(),n["Webkit"+e]="webkit"+t,n["Moz"+e]="moz"+t,n}var nK={animationend:nG("Animation","AnimationEnd"),animationiteration:nG("Animation","AnimationIteration"),animationstart:nG("Animation","AnimationStart"),transitionend:nG("Transition","TransitionEnd")},nY={},nQ={};function nX(e){if(nY[e])return nY[e];if(!nK[e])return e;var t,n=nK[e];for(t in n)if(n.hasOwnProperty(t)&&t in nQ)return nY[e]=n[t];return e}h&&(nQ=document.createElement("div").style,"AnimationEvent"in window||(delete nK.animationend.animation,delete nK.animationiteration.animation,delete nK.animationstart.animation),"TransitionEvent"in window||delete nK.transitionend.transition);var nJ=nX("animationend"),n0=nX("animationiteration"),n1=nX("animationstart"),n2=nX("transitionend"),n4=new Map,n3="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 n5(e,t){n4.set(e,t),g(t,[e])}for(var n8=0;n8<n3.length;n8++){var n9=n3[n8];n5(n9.toLowerCase(),"on"+(n9[0].toUpperCase()+n9.slice(1)))}n5(nJ,"onAnimationEnd"),n5(n0,"onAnimationIteration"),n5(n1,"onAnimationStart"),n5("dblclick","onDoubleClick"),n5("focusin","onFocus"),n5("focusout","onBlur"),n5(n2,"onTransitionEnd"),b("onMouseEnter",["mouseout","mouseover"]),b("onMouseLeave",["mouseout","mouseover"]),b("onPointerEnter",["pointerout","pointerover"]),b("onPointerLeave",["pointerout","pointerover"]),g("onChange","change click focusin focusout input keydown keyup selectionchange".split(" ")),g("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")),g("onBeforeInput",["compositionend","keypress","textInput","paste"]),g("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" ")),g("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" ")),g("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var n6="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(" "),n7=new Set("cancel close invalid load scroll toggle".split(" ").concat(n6));function re(e,t,n){var r=e.type||"unknown-event";e.currentTarget=n,!function(e,t,n,r,o,a,i,s,c){if(eH.apply(this,arguments),ez){if(ez){var l=eB;ez=!1,eB=null}else throw Error(d(198));eU||(eU=!0,e$=l)}}(r,t,void 0,e),e.currentTarget=null}function rt(e,t){t=0!=(4&t);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 s=r[i],c=s.instance,l=s.currentTarget;if(s=s.listener,c!==a&&o.isPropagationStopped())break e;re(o,s,l),a=c}else for(i=0;i<r.length;i++){if(c=(s=r[i]).instance,l=s.currentTarget,s=s.listener,c!==a&&o.isPropagationStopped())break e;re(o,s,l),a=c}}}if(eU)throw e=e$,eU=!1,e$=null,e}function rn(e,t){var n=t[rI];void 0===n&&(n=t[rI]=new Set);var r=e+"__bubble";n.has(r)||(ri(t,e,2,!1),n.add(r))}function rr(e,t,n){var r=0;t&&(r|=4),ri(n,e,r,t)}var ro="_reactListening"+Math.random().toString(36).slice(2);function ra(e){if(!e[ro]){e[ro]=!0,p.forEach(function(t){"selectionchange"!==t&&(n7.has(t)||rr(t,!1,e),rr(t,!0,e))});var t=9===e.nodeType?e:e.ownerDocument;null===t||t[ro]||(t[ro]=!0,rr("selectionchange",!1,t))}}function ri(e,t,n,r){switch(tU(t)){case 1:var o=tL;break;case 4:o=tR;break;default:o=tF}n=o.bind(null,t,n,e),o=void 0,eL&&("touchstart"===t||"touchmove"===t||"wheel"===t)&&(o=!0),r?void 0!==o?e.addEventListener(t,n,{capture:!0,passive:o}):e.addEventListener(t,n,!0):void 0!==o?e.addEventListener(t,n,{passive:o}):e.addEventListener(t,n,!1)}function rs(e,t,n,r,o){var a=r;if(0==(1&t)&&0==(2&t)&&null!==r)e:for(;;){if(null===r)return;var i=r.tag;if(3===i||4===i){var s=r.stateNode.containerInfo;if(s===o||8===s.nodeType&&s.parentNode===o)break;if(4===i)for(i=r.return;null!==i;){var c=i.tag;if((3===c||4===c)&&((c=i.stateNode.containerInfo)===o||8===c.nodeType&&c.parentNode===o))return;i=i.return}for(;null!==s;){if(null===(i=rN(s)))return;if(5===(c=i.tag)||6===c){r=a=i;continue e}s=s.parentNode}}r=r.return}eD(function(){var r=a,o=eS(n),i=[];e:{var s=n4.get(e);if(void 0!==s){var c=t0,l=e;switch(e){case"keypress":if(0===tq(n))break e;case"keydown":case"keyup":c=na;break;case"focusin":l="focus",c=t8;break;case"focusout":l="blur",c=t8;break;case"beforeblur":case"afterblur":c=t8;break;case"click":if(2===n.button)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":c=t3;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":c=t5;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":c=ns;break;case nJ:case n0:case n1:c=t9;break;case n2:c=nc;break;case"scroll":c=t2;break;case"wheel":c=nl;break;case"copy":case"cut":case"paste":c=t6;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":c=ni}var u=0!=(4&t),d=!u&&"scroll"===e,p=u?null!==s?s+"Capture":null:s;u=[];for(var f,g=r;null!==g;){var b=(f=g).stateNode;if(5===f.tag&&null!==b&&(f=b,null!==p&&null!=(b=eN(g,p))&&u.push(rc(g,b,f))),d)break;g=g.return}0<u.length&&(s=new c(s,l,null,n,o),i.push({event:s,listeners:u}))}}if(0==(7&t)){e:if(s="mouseover"===e||"pointerover"===e,c="mouseout"===e||"pointerout"===e,!(s&&n!==ek&&(l=n.relatedTarget||n.fromElement)&&(rN(l)||l[rT]))){if((c||s)&&(s=o.window===o?o:(s=o.ownerDocument)?s.defaultView||s.parentWindow:window,c?(l=n.relatedTarget||n.toElement,c=r,null!==(l=l?rN(l):null)&&(d=eV(l),l!==d||5!==l.tag&&6!==l.tag)&&(l=null)):(c=null,l=r),c!==l)){if(u=t3,b="onMouseLeave",p="onMouseEnter",g="mouse",("pointerout"===e||"pointerover"===e)&&(u=ni,b="onPointerLeave",p="onPointerEnter",g="pointer"),d=null==c?s:rR(c),f=null==l?s:rR(l),(s=new u(b,g+"leave",c,n,o)).target=d,s.relatedTarget=f,b=null,rN(o)===r&&((u=new u(p,g+"enter",l,n,o)).target=f,u.relatedTarget=d,b=u),d=b,c&&l)t:{for(u=c,p=l,g=0,f=u;f;f=ru(f))g++;for(f=0,b=p;b;b=ru(b))f++;for(;0<g-f;)u=ru(u),g--;for(;0<f-g;)p=ru(p),f--;for(;g--;){if(u===p||null!==p&&u===p.alternate)break t;u=ru(u),p=ru(p)}u=null}else u=null;null!==c&&rd(i,s,c,u,!1),null!==l&&null!==d&&rd(i,d,l,u,!0)}}e:{if("select"===(c=(s=r?rR(r):window).nodeName&&s.nodeName.toLowerCase())||"input"===c&&"file"===s.type)var h,m=nj;else if(n_(s)){if(nE)m=nN;else{m=nM;var y=nI}}else(c=s.nodeName)&&"input"===c.toLowerCase()&&("checkbox"===s.type||"radio"===s.type)&&(m=nD);if(m&&(m=m(e,r))){nx(i,m,n,o);break e}y&&y(e,s,r),"focusout"===e&&(y=s._wrapperState)&&y.controlled&&"number"===s.type&&er(s,"number",s.value)}switch(y=r?rR(r):window,e){case"focusin":(n_(y)||"true"===y.contentEditable)&&(nZ=y,nH=r,nV=null);break;case"focusout":nV=nH=nZ=null;break;case"mousedown":nq=!0;break;case"contextmenu":case"mouseup":case"dragend":nq=!1,nW(i,n,o);break;case"selectionchange":if(n$)break;case"keydown":case"keyup":nW(i,n,o)}if(nd)t:{switch(e){case"compositionstart":var v="onCompositionStart";break t;case"compositionend":v="onCompositionEnd";break t;case"compositionupdate":v="onCompositionUpdate";break t}v=void 0}else ny?nh(e,n)&&(v="onCompositionEnd"):"keydown"===e&&229===n.keyCode&&(v="onCompositionStart");v&&(ng&&"ko"!==n.locale&&(ny||"onCompositionStart"!==v?"onCompositionEnd"===v&&ny&&(h=tV()):(tZ="value"in(t$=o)?t$.value:t$.textContent,ny=!0)),0<(y=rl(r,v)).length&&(v=new t7(v,e,null,n,o),i.push({event:v,listeners:y}),h?v.data=h:null!==(h=nm(n))&&(v.data=h))),(h=nf?function(e,t){switch(e){case"compositionend":return nm(t);case"keypress":if(32!==t.which)return null;return nb=!0," ";case"textInput":return" "===(e=t.data)&&nb?null:e;default:return null}}(e,n):function(e,t){if(ny)return"compositionend"===e||!nd&&nh(e,t)?(e=tV(),tH=tZ=t$=null,ny=!1,e):null;switch(e){case"paste":default: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 ng&&"ko"!==t.locale?null:t.data}}(e,n))&&0<(r=rl(r,"onBeforeInput")).length&&(o=new t7("onBeforeInput","beforeinput",null,n,o),i.push({event:o,listeners:r}),o.data=h)}rt(i,t)})}function rc(e,t,n){return{instance:e,listener:t,currentTarget:n}}function rl(e,t){for(var n=t+"Capture",r=[];null!==e;){var o=e,a=o.stateNode;5===o.tag&&null!==a&&(o=a,null!=(a=eN(e,n))&&r.unshift(rc(e,a,o)),null!=(a=eN(e,t))&&r.push(rc(e,a,o))),e=e.return}return r}function ru(e){if(null===e)return null;do e=e.return;while(e&&5!==e.tag);return e||null}function rd(e,t,n,r,o){for(var a=t._reactName,i=[];null!==n&&n!==r;){var s=n,c=s.alternate,l=s.stateNode;if(null!==c&&c===r)break;5===s.tag&&null!==l&&(s=l,o?null!=(c=eN(n,a))&&i.unshift(rc(n,c,s)):o||null!=(c=eN(n,a))&&i.push(rc(n,c,s))),n=n.return}0!==i.length&&e.push({event:t,listeners:i})}var rp=/\r\n?/g,rf=/\u0000|\uFFFD/g;function rg(e){return("string"==typeof e?e:""+e).replace(rp,"\n").replace(rf,"")}function rb(e,t,n){if(t=rg(t),rg(e)!==t&&n)throw Error(d(425))}function rh(){}var rm=null,ry=null;function rv(e,t){return"textarea"===e||"noscript"===e||"string"==typeof t.children||"number"==typeof t.children||"object"==typeof t.dangerouslySetInnerHTML&&null!==t.dangerouslySetInnerHTML&&null!=t.dangerouslySetInnerHTML.__html}var r_="function"==typeof setTimeout?setTimeout:void 0,rx="function"==typeof clearTimeout?clearTimeout:void 0,rw="function"==typeof Promise?Promise:void 0,rk="function"==typeof queueMicrotask?queueMicrotask:void 0!==rw?function(e){return rw.resolve(null).then(e).catch(rS)}:r_;function rS(e){setTimeout(function(){throw e})}function rO(e,t){var n=t,r=0;do{var o=n.nextSibling;if(e.removeChild(n),o&&8===o.nodeType){if("/$"===(n=o.data)){if(0===r){e.removeChild(o),tM(t);return}r--}else"$"!==n&&"$?"!==n&&"$!"!==n||r++}n=o}while(n);tM(t)}function rj(e){for(;null!=e;e=e.nextSibling){var t=e.nodeType;if(1===t||3===t)break;if(8===t){if("$"===(t=e.data)||"$!"===t||"$?"===t)break;if("/$"===t)return null}}return e}function rE(e){e=e.previousSibling;for(var t=0;e;){if(8===e.nodeType){var n=e.data;if("$"===n||"$!"===n||"$?"===n){if(0===t)return e;t--}else"/$"===n&&t++}e=e.previousSibling}return null}var rP=Math.random().toString(36).slice(2),rC="__reactFiber$"+rP,rA="__reactProps$"+rP,rT="__reactContainer$"+rP,rI="__reactEvents$"+rP,rM="__reactListeners$"+rP,rD="__reactHandles$"+rP;function rN(e){var t=e[rC];if(t)return t;for(var n=e.parentNode;n;){if(t=n[rT]||n[rC]){if(n=t.alternate,null!==t.child||null!==n&&null!==n.child)for(e=rE(e);null!==e;){if(n=e[rC])return n;e=rE(e)}return t}n=(e=n).parentNode}return null}function rL(e){return(e=e[rC]||e[rT])&&(5===e.tag||6===e.tag||13===e.tag||3===e.tag)?e:null}function rR(e){if(5===e.tag||6===e.tag)return e.stateNode;throw Error(d(33))}function rF(e){return e[rA]||null}var rz=[],rB=-1;function rU(e){return{current:e}}function r$(e){0>rB||(e.current=rz[rB],rz[rB]=null,rB--)}function rZ(e,t){rz[++rB]=e.current,e.current=t}var rH={},rV=rU(rH),rq=rU(!1),rW=rH;function rG(e,t){var n=e.type.contextTypes;if(!n)return rH;var r=e.stateNode;if(r&&r.__reactInternalMemoizedUnmaskedChildContext===t)return r.__reactInternalMemoizedMaskedChildContext;var o,a={};for(o in n)a[o]=t[o];return r&&((e=e.stateNode).__reactInternalMemoizedUnmaskedChildContext=t,e.__reactInternalMemoizedMaskedChildContext=a),a}function rK(e){return null!=(e=e.childContextTypes)}function rY(){r$(rq),r$(rV)}function rQ(e,t,n){if(rV.current!==rH)throw Error(d(168));rZ(rV,t),rZ(rq,n)}function rX(e,t,n){var r=e.stateNode;if(t=t.childContextTypes,"function"!=typeof r.getChildContext)return n;for(var o in r=r.getChildContext())if(!(o in t))throw Error(d(108,function(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=(e=t.render).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 function e(t){if(null==t)return null;if("function"==typeof t)return t.displayName||t.name||null;if("string"==typeof t)return t;switch(t){case C:return"Fragment";case P:return"Portal";case T:return"Profiler";case A:return"StrictMode";case N:return"Suspense";case L:return"SuspenseList"}if("object"==typeof t)switch(t.$$typeof){case M:return(t.displayName||"Context")+".Consumer";case I:return(t._context.displayName||"Context")+".Provider";case D:var n=t.render;return(t=t.displayName)||(t=""!==(t=n.displayName||n.name||"")?"ForwardRef("+t+")":"ForwardRef"),t;case R:return null!==(n=t.displayName||null)?n:e(t.type)||"Memo";case F:n=t._payload,t=t._init;try{return e(t(n))}catch(e){}}return null}(t);case 8:return t===A?"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("function"==typeof t)return t.displayName||t.name||null;if("string"==typeof t)return t}return null}(e)||"Unknown",o));return Z({},n,r)}function rJ(e){return e=(e=e.stateNode)&&e.__reactInternalMemoizedMergedChildContext||rH,rW=rV.current,rZ(rV,e),rZ(rq,rq.current),!0}function r0(e,t,n){var r=e.stateNode;if(!r)throw Error(d(169));n?(e=rX(e,t,rW),r.__reactInternalMemoizedMergedChildContext=e,r$(rq),r$(rV),rZ(rV,e)):r$(rq),rZ(rq,n)}var r1=null,r2=!1,r4=!1;function r3(e){null===r1?r1=[e]:r1.push(e)}function r5(){if(!r4&&null!==r1){r4=!0;var e=0,t=tu;try{var n=r1;for(tu=1;e<n.length;e++){var r=n[e];do r=r(!0);while(null!==r)}r1=null,r2=!1}catch(t){throw null!==r1&&(r1=r1.slice(e+1)),eK(e1,r5),t}finally{tu=t,r4=!1}}return null}var r8=[],r9=0,r6=null,r7=0,oe=[],ot=0,on=null,or=1,oo="";function oa(e,t){r8[r9++]=r7,r8[r9++]=r6,r6=e,r7=t}function oi(e,t,n){oe[ot++]=or,oe[ot++]=oo,oe[ot++]=on,on=e;var r=or;e=oo;var o=32-e6(r)-1;r&=~(1<<o),n+=1;var a=32-e6(t)+o;if(30<a){var i=o-o%5;a=(r&(1<<i)-1).toString(32),r>>=i,o-=i,or=1<<32-e6(t)+o|n<<o|r,oo=a+e}else or=1<<a|n<<o|r,oo=e}function os(e){null!==e.return&&(oa(e,1),oi(e,1,0))}function oc(e){for(;e===r6;)r6=r8[--r9],r8[r9]=null,r7=r8[--r9],r8[r9]=null;for(;e===on;)on=oe[--ot],oe[ot]=null,oo=oe[--ot],oe[ot]=null,or=oe[--ot],oe[ot]=null}var ol=null,ou=null,od=!1,op=null;function of(e,t){var n=sK(5,null,null,0);n.elementType="DELETED",n.stateNode=t,n.return=e,null===(t=e.deletions)?(e.deletions=[n],e.flags|=16):t.push(n)}function og(e,t){switch(e.tag){case 5:var n=e.type;return null!==(t=1!==t.nodeType||n.toLowerCase()!==t.nodeName.toLowerCase()?null:t)&&(e.stateNode=t,ol=e,ou=rj(t.firstChild),!0);case 6:return null!==(t=""===e.pendingProps||3!==t.nodeType?null:t)&&(e.stateNode=t,ol=e,ou=null,!0);case 13:return null!==(t=8!==t.nodeType?null:t)&&(n=null!==on?{id:or,overflow:oo}:null,e.memoizedState={dehydrated:t,treeContext:n,retryLane:0x40000000},(n=sK(18,null,null,0)).stateNode=t,n.return=e,e.child=n,ol=e,ou=null,!0);default:return!1}}function ob(e){return 0!=(1&e.mode)&&0==(128&e.flags)}function oh(e){if(od){var t=ou;if(t){var n=t;if(!og(e,t)){if(ob(e))throw Error(d(418));t=rj(n.nextSibling);var r=ol;t&&og(e,t)?of(r,n):(e.flags=-4097&e.flags|2,od=!1,ol=e)}}else{if(ob(e))throw Error(d(418));e.flags=-4097&e.flags|2,od=!1,ol=e}}}function om(e){for(e=e.return;null!==e&&5!==e.tag&&3!==e.tag&&13!==e.tag;)e=e.return;ol=e}function oy(e){if(e!==ol)return!1;if(!od)return om(e),od=!0,!1;if((t=3!==e.tag)&&!(t=5!==e.tag)&&(t="head"!==(t=e.type)&&"body"!==t&&!rv(e.type,e.memoizedProps)),t&&(t=ou)){if(ob(e))throw ov(),Error(d(418));for(;t;)of(e,t),t=rj(t.nextSibling)}if(om(e),13===e.tag){if(!(e=null!==(e=e.memoizedState)?e.dehydrated:null))throw Error(d(317));e:{for(t=0,e=e.nextSibling;e;){if(8===e.nodeType){var t,n=e.data;if("/$"===n){if(0===t){ou=rj(e.nextSibling);break e}t--}else"$"!==n&&"$!"!==n&&"$?"!==n||t++}e=e.nextSibling}ou=null}}else ou=ol?rj(e.stateNode.nextSibling):null;return!0}function ov(){for(var e=ou;e;)e=rj(e.nextSibling)}function o_(){ou=ol=null,od=!1}function ox(e){null===op?op=[e]:op.push(e)}var ow=j.ReactCurrentBatchConfig;function ok(e,t,n){if(null!==(e=n.ref)&&"function"!=typeof e&&"object"!=typeof e){if(n._owner){if(n=n._owner){if(1!==n.tag)throw Error(d(309));var r=n.stateNode}if(!r)throw Error(d(147,e));var o=r,a=""+e;return null!==t&&null!==t.ref&&"function"==typeof t.ref&&t.ref._stringRef===a?t.ref:((t=function(e){var t=o.refs;null===e?delete t[a]:t[a]=e})._stringRef=a,t)}if("string"!=typeof e)throw Error(d(284));if(!n._owner)throw Error(d(290,e))}return e}function oS(e,t){throw Error(d(31,"[object Object]"===(e=Object.prototype.toString.call(t))?"object with keys {"+Object.keys(t).join(", ")+"}":e))}function oO(e){return(0,e._init)(e._payload)}function oj(e){function t(t,n){if(e){var r=t.deletions;null===r?(t.deletions=[n],t.flags|=16):r.push(n)}}function n(n,r){if(!e)return null;for(;null!==r;)t(n,r),r=r.sibling;return null}function r(e,t){for(e=new Map;null!==t;)null!==t.key?e.set(t.key,t):e.set(t.index,t),t=t.sibling;return e}function o(e,t){return(e=sQ(e,t)).index=0,e.sibling=null,e}function a(t,n,r){return(t.index=r,e)?null!==(r=t.alternate)?(r=r.index)<n?(t.flags|=2,n):r:(t.flags|=2,n):(t.flags|=1048576,n)}function i(t){return e&&null===t.alternate&&(t.flags|=2),t}function s(e,t,n,r){return null===t||6!==t.tag?((t=s1(n,e.mode,r)).return=e,t):((t=o(t,n)).return=e,t)}function c(e,t,n,r){var a=n.type;return a===C?u(e,t,n.props.children,r,n.key):null!==t&&(t.elementType===a||"object"==typeof a&&null!==a&&a.$$typeof===F&&oO(a)===t.type)?((r=o(t,n.props)).ref=ok(e,t,n),r.return=e,r):((r=sX(n.type,n.key,n.props,null,e.mode,r)).ref=ok(e,t,n),r.return=e,r)}function l(e,t,n,r){return null===t||4!==t.tag||t.stateNode.containerInfo!==n.containerInfo||t.stateNode.implementation!==n.implementation?((t=s2(n,e.mode,r)).return=e,t):((t=o(t,n.children||[])).return=e,t)}function u(e,t,n,r,a){return null===t||7!==t.tag?((t=sJ(n,e.mode,r,a)).return=e,t):((t=o(t,n)).return=e,t)}function p(e,t,n){if("string"==typeof t&&""!==t||"number"==typeof t)return(t=s1(""+t,e.mode,n)).return=e,t;if("object"==typeof t&&null!==t){switch(t.$$typeof){case E:return(n=sX(t.type,t.key,t.props,null,e.mode,n)).ref=ok(e,null,t),n.return=e,n;case P:return(t=s2(t,e.mode,n)).return=e,t;case F:return p(e,(0,t._init)(t._payload),n)}if(eo(t)||U(t))return(t=sJ(t,e.mode,n,null)).return=e,t;oS(e,t)}return null}function f(e,t,n,r){var o=null!==t?t.key:null;if("string"==typeof n&&""!==n||"number"==typeof n)return null!==o?null:s(e,t,""+n,r);if("object"==typeof n&&null!==n){switch(n.$$typeof){case E:return n.key===o?c(e,t,n,r):null;case P:return n.key===o?l(e,t,n,r):null;case F:return f(e,t,(o=n._init)(n._payload),r)}if(eo(n)||U(n))return null!==o?null:u(e,t,n,r,null);oS(e,n)}return null}function g(e,t,n,r,o){if("string"==typeof r&&""!==r||"number"==typeof r)return s(t,e=e.get(n)||null,""+r,o);if("object"==typeof r&&null!==r){switch(r.$$typeof){case E:return c(t,e=e.get(null===r.key?n:r.key)||null,r,o);case P:return l(t,e=e.get(null===r.key?n:r.key)||null,r,o);case F:return g(e,t,n,(0,r._init)(r._payload),o)}if(eo(r)||U(r))return u(t,e=e.get(n)||null,r,o,null);oS(t,r)}return null}return function s(c,l,u,b){if("object"==typeof u&&null!==u&&u.type===C&&null===u.key&&(u=u.props.children),"object"==typeof u&&null!==u){switch(u.$$typeof){case E:e:{for(var h=u.key,m=l;null!==m;){if(m.key===h){if((h=u.type)===C){if(7===m.tag){n(c,m.sibling),(l=o(m,u.props.children)).return=c,c=l;break e}}else if(m.elementType===h||"object"==typeof h&&null!==h&&h.$$typeof===F&&oO(h)===m.type){n(c,m.sibling),(l=o(m,u.props)).ref=ok(c,m,u),l.return=c,c=l;break e}n(c,m);break}t(c,m);m=m.sibling}u.type===C?((l=sJ(u.props.children,c.mode,b,u.key)).return=c,c=l):((b=sX(u.type,u.key,u.props,null,c.mode,b)).ref=ok(c,l,u),b.return=c,c=b)}return i(c);case P:e:{for(m=u.key;null!==l;){if(l.key===m){if(4===l.tag&&l.stateNode.containerInfo===u.containerInfo&&l.stateNode.implementation===u.implementation){n(c,l.sibling),(l=o(l,u.children||[])).return=c,c=l;break e}else{n(c,l);break}}t(c,l);l=l.sibling}(l=s2(u,c.mode,b)).return=c,c=l}return i(c);case F:return s(c,l,(m=u._init)(u._payload),b)}if(eo(u))return function(o,i,s,c){for(var l=null,u=null,d=i,b=i=0,h=null;null!==d&&b<s.length;b++){d.index>b?(h=d,d=null):h=d.sibling;var m=f(o,d,s[b],c);if(null===m){null===d&&(d=h);break}e&&d&&null===m.alternate&&t(o,d),i=a(m,i,b),null===u?l=m:u.sibling=m,u=m,d=h}if(b===s.length)return n(o,d),od&&oa(o,b),l;if(null===d){for(;b<s.length;b++)null!==(d=p(o,s[b],c))&&(i=a(d,i,b),null===u?l=d:u.sibling=d,u=d);return od&&oa(o,b),l}for(d=r(o,d);b<s.length;b++)null!==(h=g(d,o,b,s[b],c))&&(e&&null!==h.alternate&&d.delete(null===h.key?b:h.key),i=a(h,i,b),null===u?l=h:u.sibling=h,u=h);return e&&d.forEach(function(e){return t(o,e)}),od&&oa(o,b),l}(c,l,u,b);if(U(u))return function(o,i,s,c){var l=U(s);if("function"!=typeof l)throw Error(d(150));if(null==(s=l.call(s)))throw Error(d(151));for(var u=l=null,b=i,h=i=0,m=null,y=s.next();null!==b&&!y.done;h++,y=s.next()){b.index>h?(m=b,b=null):m=b.sibling;var v=f(o,b,y.value,c);if(null===v){null===b&&(b=m);break}e&&b&&null===v.alternate&&t(o,b),i=a(v,i,h),null===u?l=v:u.sibling=v,u=v,b=m}if(y.done)return n(o,b),od&&oa(o,h),l;if(null===b){for(;!y.done;h++,y=s.next())null!==(y=p(o,y.value,c))&&(i=a(y,i,h),null===u?l=y:u.sibling=y,u=y);return od&&oa(o,h),l}for(b=r(o,b);!y.done;h++,y=s.next())null!==(y=g(b,o,h,y.value,c))&&(e&&null!==y.alternate&&b.delete(null===y.key?h:y.key),i=a(y,i,h),null===u?l=y:u.sibling=y,u=y);return e&&b.forEach(function(e){return t(o,e)}),od&&oa(o,h),l}(c,l,u,b);oS(c,u)}return"string"==typeof u&&""!==u||"number"==typeof u?(u=""+u,null!==l&&6===l.tag?(n(c,l.sibling),(l=o(l,u)).return=c):(n(c,l),(l=s1(u,c.mode,b)).return=c),i(c=l)):n(c,l)}}var oE=oj(!0),oP=oj(!1),oC=rU(null),oA=null,oT=null,oI=null;function oM(){oI=oT=oA=null}function oD(e){var t=oC.current;r$(oC),e._currentValue=t}function oN(e,t,n){for(;null!==e;){var r=e.alternate;if((e.childLanes&t)!==t?(e.childLanes|=t,null!==r&&(r.childLanes|=t)):null!==r&&(r.childLanes&t)!==t&&(r.childLanes|=t),e===n)break;e=e.return}}function oL(e,t){oA=e,oI=oT=null,null!==(e=e.dependencies)&&null!==e.firstContext&&(0!=(e.lanes&t)&&(ii=!0),e.firstContext=null)}function oR(e){var t=e._currentValue;if(oI!==e){if(e={context:e,memoizedValue:t,next:null},null===oT){if(null===oA)throw Error(d(308));oT=e,oA.dependencies={lanes:0,firstContext:e}}else oT=oT.next=e}return t}var oF=null;function oz(e){null===oF?oF=[e]:oF.push(e)}function oB(e,t,n,r){var o=t.interleaved;return null===o?(n.next=n,oz(t)):(n.next=o.next,o.next=n),t.interleaved=n,oU(e,r)}function oU(e,t){e.lanes|=t;var n=e.alternate;for(null!==n&&(n.lanes|=t),n=e,e=e.return;null!==e;)e.childLanes|=t,null!==(n=e.alternate)&&(n.childLanes|=t),n=e,e=e.return;return 3===n.tag?n.stateNode:null}var o$=!1;function oZ(e){e.updateQueue={baseState:e.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:0},effects:null}}function oH(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 oV(e,t){return{eventTime:e,lane:t,tag:0,payload:null,callback:null,next:null}}function oq(e,t,n){var r=e.updateQueue;if(null===r)return null;if(r=r.shared,0!=(2&i3)){var o=r.pending;return null===o?t.next=t:(t.next=o.next,o.next=t),r.pending=t,oU(e,n)}return null===(o=r.interleaved)?(t.next=t,oz(r)):(t.next=o.next,o.next=t),r.interleaved=t,oU(e,n)}function oW(e,t,n){if(null!==(t=t.updateQueue)&&(t=t.shared,0!=(4194240&n))){var r=t.lanes;r&=e.pendingLanes,n|=r,t.lanes=n,tl(e,n)}}function oG(e,t){var n=e.updateQueue,r=e.alternate;if(null!==r&&n===(r=r.updateQueue)){var o=null,a=null;if(null!==(n=n.firstBaseUpdate)){do{var i={eventTime:n.eventTime,lane:n.lane,tag:n.tag,payload:n.payload,callback:n.callback,next:null};null===a?o=a=i:a=a.next=i,n=n.next}while(null!==n);null===a?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}null===(e=n.lastBaseUpdate)?n.firstBaseUpdate=t:e.next=t,n.lastBaseUpdate=t}function oK(e,t,n,r){var o=e.updateQueue;o$=!1;var a=o.firstBaseUpdate,i=o.lastBaseUpdate,s=o.shared.pending;if(null!==s){o.shared.pending=null;var c=s,l=c.next;c.next=null,null===i?a=l:i.next=l,i=c;var u=e.alternate;null!==u&&(s=(u=u.updateQueue).lastBaseUpdate)!==i&&(null===s?u.firstBaseUpdate=l:s.next=l,u.lastBaseUpdate=c)}if(null!==a){var d=o.baseState;for(i=0,u=l=c=null,s=a;;){var p=s.lane,f=s.eventTime;if((r&p)===p){null!==u&&(u=u.next={eventTime:f,lane:0,tag:s.tag,payload:s.payload,callback:s.callback,next:null});e:{var g=e,b=s;switch(p=t,f=n,b.tag){case 1:if("function"==typeof(g=b.payload)){d=g.call(f,d,p);break e}d=g;break e;case 3:g.flags=-65537&g.flags|128;case 0:if(null==(p="function"==typeof(g=b.payload)?g.call(f,d,p):g))break e;d=Z({},d,p);break e;case 2:o$=!0}}null!==s.callback&&0!==s.lane&&(e.flags|=64,null===(p=o.effects)?o.effects=[s]:p.push(s))}else f={eventTime:f,lane:p,tag:s.tag,payload:s.payload,callback:s.callback,next:null},null===u?(l=u=f,c=d):u=u.next=f,i|=p;if(null===(s=s.next)){if(null===(s=o.shared.pending))break;else s=(p=s).next,p.next=null,o.lastBaseUpdate=p,o.shared.pending=null}}if(null===u&&(c=d),o.baseState=c,o.firstBaseUpdate=l,o.lastBaseUpdate=u,null!==(t=o.shared.interleaved)){o=t;do i|=o.lane,o=o.next;while(o!==t)}else null===a&&(o.shared.lanes=0);sn|=i,e.lanes=i,e.memoizedState=d}}function oY(e,t,n){if(e=t.effects,t.effects=null,null!==e)for(t=0;t<e.length;t++){var r=e[t],o=r.callback;if(null!==o){if(r.callback=null,r=n,"function"!=typeof o)throw Error(d(191,o));o.call(r)}}}var oQ={},oX=rU(oQ),oJ=rU(oQ),o0=rU(oQ);function o1(e){if(e===oQ)throw Error(d(174));return e}function o2(e,t){switch(rZ(o0,t),rZ(oJ,e),rZ(oX,oQ),e=t.nodeType){case 9:case 11:t=(t=t.documentElement)?t.namespaceURI:ed(null,"");break;default:t=(e=8===e?t.parentNode:t).namespaceURI||null,t=ed(t,e=e.tagName)}r$(oX),rZ(oX,t)}function o4(){r$(oX),r$(oJ),r$(o0)}function o3(e){o1(o0.current);var t=o1(oX.current),n=ed(t,e.type);t!==n&&(rZ(oJ,e),rZ(oX,n))}function o5(e){oJ.current===e&&(r$(oX),r$(oJ))}var o8=rU(0);function o9(e){for(var t=e;null!==t;){if(13===t.tag){var n=t.memoizedState;if(null!==n&&(null===(n=n.dehydrated)||"$?"===n.data||"$!"===n.data))return t}else if(19===t.tag&&void 0!==t.memoizedProps.revealOrder){if(0!=(128&t.flags))return t}else if(null!==t.child){t.child.return=t,t=t.child;continue}if(t===e)break;for(;null===t.sibling;){if(null===t.return||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}return null}var o6=[];function o7(){for(var e=0;e<o6.length;e++)o6[e]._workInProgressVersionPrimary=null;o6.length=0}var ae=j.ReactCurrentDispatcher,at=j.ReactCurrentBatchConfig,an=0,ar=null,ao=null,aa=null,ai=!1,as=!1,ac=0,al=0;function au(){throw Error(d(321))}function ad(e,t){if(null===t)return!1;for(var n=0;n<t.length&&n<e.length;n++)if(!nL(e[n],t[n]))return!1;return!0}function ap(e,t,n,r,o,a){if(an=a,ar=t,t.memoizedState=null,t.updateQueue=null,t.lanes=0,ae.current=null===e||null===e.memoizedState?aK:aY,e=n(r,o),as){a=0;do{if(as=!1,ac=0,25<=a)throw Error(d(301));a+=1,aa=ao=null,t.updateQueue=null,ae.current=aQ,e=n(r,o)}while(as)}if(ae.current=aG,t=null!==ao&&null!==ao.next,an=0,aa=ao=ar=null,ai=!1,t)throw Error(d(300));return e}function af(){var e=0!==ac;return ac=0,e}function ag(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return null===aa?ar.memoizedState=aa=e:aa=aa.next=e,aa}function ab(){if(null===ao){var e=ar.alternate;e=null!==e?e.memoizedState:null}else e=ao.next;var t=null===aa?ar.memoizedState:aa.next;if(null!==t)aa=t,ao=e;else{if(null===e)throw Error(d(310));e={memoizedState:(ao=e).memoizedState,baseState:ao.baseState,baseQueue:ao.baseQueue,queue:ao.queue,next:null},null===aa?ar.memoizedState=aa=e:aa=aa.next=e}return aa}function ah(e,t){return"function"==typeof t?t(e):t}function am(e){var t=ab(),n=t.queue;if(null===n)throw Error(d(311));n.lastRenderedReducer=e;var r=ao,o=r.baseQueue,a=n.pending;if(null!==a){if(null!==o){var i=o.next;o.next=a.next,a.next=i}r.baseQueue=o=a,n.pending=null}if(null!==o){a=o.next,r=r.baseState;var s=i=null,c=null,l=a;do{var u=l.lane;if((an&u)===u)null!==c&&(c=c.next={lane:0,action:l.action,hasEagerState:l.hasEagerState,eagerState:l.eagerState,next:null}),r=l.hasEagerState?l.eagerState:e(r,l.action);else{var p={lane:u,action:l.action,hasEagerState:l.hasEagerState,eagerState:l.eagerState,next:null};null===c?(s=c=p,i=r):c=c.next=p,ar.lanes|=u,sn|=u}l=l.next}while(null!==l&&l!==a);null===c?i=r:c.next=s,nL(r,t.memoizedState)||(ii=!0),t.memoizedState=r,t.baseState=i,t.baseQueue=c,n.lastRenderedState=r}if(null!==(e=n.interleaved)){o=e;do a=o.lane,ar.lanes|=a,sn|=a,o=o.next;while(o!==e)}else null===o&&(n.lanes=0);return[t.memoizedState,n.dispatch]}function ay(e){var t=ab(),n=t.queue;if(null===n)throw Error(d(311));n.lastRenderedReducer=e;var r=n.dispatch,o=n.pending,a=t.memoizedState;if(null!==o){n.pending=null;var i=o=o.next;do a=e(a,i.action),i=i.next;while(i!==o);nL(a,t.memoizedState)||(ii=!0),t.memoizedState=a,null===t.baseQueue&&(t.baseState=a),n.lastRenderedState=a}return[a,r]}function av(){}function a_(e,t){var n=ar,r=ab(),o=t(),a=!nL(r.memoizedState,o);if(a&&(r.memoizedState=o,ii=!0),r=r.queue,aI(ak.bind(null,n,r,e),[e]),r.getSnapshot!==t||a||null!==aa&&1&aa.memoizedState.tag){if(n.flags|=2048,aE(9,aw.bind(null,n,r,o,t),void 0,null),null===i5)throw Error(d(349));0!=(30&an)||ax(n,t,o)}return o}function ax(e,t,n){e.flags|=16384,e={getSnapshot:t,value:n},null===(t=ar.updateQueue)?(t={lastEffect:null,stores:null},ar.updateQueue=t,t.stores=[e]):null===(n=t.stores)?t.stores=[e]:n.push(e)}function aw(e,t,n,r){t.value=n,t.getSnapshot=r,aS(t)&&aO(e)}function ak(e,t,n){return n(function(){aS(t)&&aO(e)})}function aS(e){var t=e.getSnapshot;e=e.value;try{var n=t();return!nL(e,n)}catch(e){return!0}}function aO(e){var t=oU(e,1);null!==t&&sw(t,e,1,-1)}function aj(e){var t=ag();return"function"==typeof e&&(e=e()),t.memoizedState=t.baseState=e,e={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:ah,lastRenderedState:e},t.queue=e,e=e.dispatch=aH.bind(null,ar,e),[t.memoizedState,e]}function aE(e,t,n,r){return e={tag:e,create:t,destroy:n,deps:r,next:null},null===(t=ar.updateQueue)?(t={lastEffect:null,stores:null},ar.updateQueue=t,t.lastEffect=e.next=e):null===(n=t.lastEffect)?t.lastEffect=e.next=e:(r=n.next,n.next=e,e.next=r,t.lastEffect=e),e}function aP(){return ab().memoizedState}function aC(e,t,n,r){var o=ag();ar.flags|=e,o.memoizedState=aE(1|t,n,void 0,void 0===r?null:r)}function aA(e,t,n,r){var o=ab();r=void 0===r?null:r;var a=void 0;if(null!==ao){var i=ao.memoizedState;if(a=i.destroy,null!==r&&ad(r,i.deps)){o.memoizedState=aE(t,n,a,r);return}}ar.flags|=e,o.memoizedState=aE(1|t,n,a,r)}function aT(e,t){return aC(8390656,8,e,t)}function aI(e,t){return aA(2048,8,e,t)}function aM(e,t){return aA(4,2,e,t)}function aD(e,t){return aA(4,4,e,t)}function aN(e,t){return"function"==typeof t?(t(e=e()),function(){t(null)}):null!=t?(e=e(),t.current=e,function(){t.current=null}):void 0}function aL(e,t,n){return n=null!=n?n.concat([e]):null,aA(4,4,aN.bind(null,t,e),n)}function aR(){}function aF(e,t){var n=ab();t=void 0===t?null:t;var r=n.memoizedState;return null!==r&&null!==t&&ad(t,r[1])?r[0]:(n.memoizedState=[e,t],e)}function az(e,t){var n=ab();t=void 0===t?null:t;var r=n.memoizedState;return null!==r&&null!==t&&ad(t,r[1])?r[0]:(e=e(),n.memoizedState=[e,t],e)}function aB(e,t,n){return 0==(21&an)?(e.baseState&&(e.baseState=!1,ii=!0),e.memoizedState=n):(nL(n,t)||(n=ti(),ar.lanes|=n,sn|=n,e.baseState=!0),t)}function aU(e,t){var n=tu;tu=0!==n&&4>n?n:4,e(!0);var r=at.transition;at.transition={};try{e(!1),t()}finally{tu=n,at.transition=r}}function a$(){return ab().memoizedState}function aZ(e,t,n){var r=sx(e);n={lane:r,action:n,hasEagerState:!1,eagerState:null,next:null},aV(e)?aq(t,n):null!==(n=oB(e,t,n,r))&&(sw(n,e,r,s_()),aW(n,t,r))}function aH(e,t,n){var r=sx(e),o={lane:r,action:n,hasEagerState:!1,eagerState:null,next:null};if(aV(e))aq(t,o);else{var a=e.alternate;if(0===e.lanes&&(null===a||0===a.lanes)&&null!==(a=t.lastRenderedReducer))try{var i=t.lastRenderedState,s=a(i,n);if(o.hasEagerState=!0,o.eagerState=s,nL(s,i)){var c=t.interleaved;null===c?(o.next=o,oz(t)):(o.next=c.next,c.next=o),t.interleaved=o;return}}catch(e){}finally{}null!==(n=oB(e,t,o,r))&&(sw(n,e,r,o=s_()),aW(n,t,r))}}function aV(e){var t=e.alternate;return e===ar||null!==t&&t===ar}function aq(e,t){as=ai=!0;var n=e.pending;null===n?t.next=t:(t.next=n.next,n.next=t),e.pending=t}function aW(e,t,n){if(0!=(4194240&n)){var r=t.lanes;r&=e.pendingLanes,n|=r,t.lanes=n,tl(e,n)}}var aG={readContext:oR,useCallback:au,useContext:au,useEffect:au,useImperativeHandle:au,useInsertionEffect:au,useLayoutEffect:au,useMemo:au,useReducer:au,useRef:au,useState:au,useDebugValue:au,useDeferredValue:au,useTransition:au,useMutableSource:au,useSyncExternalStore:au,useId:au,unstable_isNewReconciler:!1},aK={readContext:oR,useCallback:function(e,t){return ag().memoizedState=[e,void 0===t?null:t],e},useContext:oR,useEffect:aT,useImperativeHandle:function(e,t,n){return n=null!=n?n.concat([e]):null,aC(4194308,4,aN.bind(null,t,e),n)},useLayoutEffect:function(e,t){return aC(4194308,4,e,t)},useInsertionEffect:function(e,t){return aC(4,2,e,t)},useMemo:function(e,t){var n=ag();return t=void 0===t?null:t,e=e(),n.memoizedState=[e,t],e},useReducer:function(e,t,n){var r=ag();return t=void 0!==n?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=aZ.bind(null,ar,e),[r.memoizedState,e]},useRef:function(e){var t=ag();return e={current:e},t.memoizedState=e},useState:aj,useDebugValue:aR,useDeferredValue:function(e){return ag().memoizedState=e},useTransition:function(){var e=aj(!1),t=e[0];return e=aU.bind(null,e[1]),ag().memoizedState=e,[t,e]},useMutableSource:function(){},useSyncExternalStore:function(e,t,n){var r=ar,o=ag();if(od){if(void 0===n)throw Error(d(407));n=n()}else{if(n=t(),null===i5)throw Error(d(349));0!=(30&an)||ax(r,t,n)}o.memoizedState=n;var a={value:n,getSnapshot:t};return o.queue=a,aT(ak.bind(null,r,a,e),[e]),r.flags|=2048,aE(9,aw.bind(null,r,a,n,t),void 0,null),n},useId:function(){var e=ag(),t=i5.identifierPrefix;if(od){var n=oo,r=or;t=":"+t+"R"+(n=(r&~(1<<32-e6(r)-1)).toString(32)+n),0<(n=ac++)&&(t+="H"+n.toString(32)),t+=":"}else t=":"+t+"r"+(n=al++).toString(32)+":";return e.memoizedState=t},unstable_isNewReconciler:!1},aY={readContext:oR,useCallback:aF,useContext:oR,useEffect:aI,useImperativeHandle:aL,useInsertionEffect:aM,useLayoutEffect:aD,useMemo:az,useReducer:am,useRef:aP,useState:function(){return am(ah)},useDebugValue:aR,useDeferredValue:function(e){return aB(ab(),ao.memoizedState,e)},useTransition:function(){return[am(ah)[0],ab().memoizedState]},useMutableSource:av,useSyncExternalStore:a_,useId:a$,unstable_isNewReconciler:!1},aQ={readContext:oR,useCallback:aF,useContext:oR,useEffect:aI,useImperativeHandle:aL,useInsertionEffect:aM,useLayoutEffect:aD,useMemo:az,useReducer:ay,useRef:aP,useState:function(){return ay(ah)},useDebugValue:aR,useDeferredValue:function(e){var t=ab();return null===ao?t.memoizedState=e:aB(t,ao.memoizedState,e)},useTransition:function(){return[ay(ah)[0],ab().memoizedState]},useMutableSource:av,useSyncExternalStore:a_,useId:a$,unstable_isNewReconciler:!1};function aX(e,t){if(e&&e.defaultProps)for(var n in t=Z({},t),e=e.defaultProps)void 0===t[n]&&(t[n]=e[n]);return t}function aJ(e,t,n,r){n=null==(n=n(r,t=e.memoizedState))?t:Z({},t,n),e.memoizedState=n,0===e.lanes&&(e.updateQueue.baseState=n)}var a0={isMounted:function(e){return!!(e=e._reactInternals)&&eV(e)===e},enqueueSetState:function(e,t,n){e=e._reactInternals;var r=s_(),o=sx(e),a=oV(r,o);a.payload=t,null!=n&&(a.callback=n),null!==(t=oq(e,a,o))&&(sw(t,e,o,r),oW(t,e,o))},enqueueReplaceState:function(e,t,n){e=e._reactInternals;var r=s_(),o=sx(e),a=oV(r,o);a.tag=1,a.payload=t,null!=n&&(a.callback=n),null!==(t=oq(e,a,o))&&(sw(t,e,o,r),oW(t,e,o))},enqueueForceUpdate:function(e,t){e=e._reactInternals;var n=s_(),r=sx(e),o=oV(n,r);o.tag=2,null!=t&&(o.callback=t),null!==(t=oq(e,o,r))&&(sw(t,e,r,n),oW(t,e,r))}};function a1(e,t,n,r,o,a,i){return"function"==typeof(e=e.stateNode).shouldComponentUpdate?e.shouldComponentUpdate(r,a,i):!t.prototype||!t.prototype.isPureReactComponent||!nR(n,r)||!nR(o,a)}function a2(e,t,n){var r=!1,o=rH,a=t.contextType;return"object"==typeof a&&null!==a?a=oR(a):(o=rK(t)?rW:rV.current,a=(r=null!=(r=t.contextTypes))?rG(e,o):rH),t=new t(n,a),e.memoizedState=null!==t.state&&void 0!==t.state?t.state:null,t.updater=a0,e.stateNode=t,t._reactInternals=e,r&&((e=e.stateNode).__reactInternalMemoizedUnmaskedChildContext=o,e.__reactInternalMemoizedMaskedChildContext=a),t}function a4(e,t,n,r){e=t.state,"function"==typeof t.componentWillReceiveProps&&t.componentWillReceiveProps(n,r),"function"==typeof t.UNSAFE_componentWillReceiveProps&&t.UNSAFE_componentWillReceiveProps(n,r),t.state!==e&&a0.enqueueReplaceState(t,t.state,null)}function a3(e,t,n,r){var o=e.stateNode;o.props=n,o.state=e.memoizedState,o.refs={},oZ(e);var a=t.contextType;"object"==typeof a&&null!==a?o.context=oR(a):(a=rK(t)?rW:rV.current,o.context=rG(e,a)),o.state=e.memoizedState,"function"==typeof(a=t.getDerivedStateFromProps)&&(aJ(e,t,a,n),o.state=e.memoizedState),"function"==typeof t.getDerivedStateFromProps||"function"==typeof o.getSnapshotBeforeUpdate||"function"!=typeof o.UNSAFE_componentWillMount&&"function"!=typeof o.componentWillMount||(t=o.state,"function"==typeof o.componentWillMount&&o.componentWillMount(),"function"==typeof o.UNSAFE_componentWillMount&&o.UNSAFE_componentWillMount(),t!==o.state&&a0.enqueueReplaceState(o,o.state,null),oK(e,n,o,r),o.state=e.memoizedState),"function"==typeof o.componentDidMount&&(e.flags|=4194308)}function a5(e,t){try{var n="",r=t;do n+=function(e){switch(e.tag){case 5:return H(e.type);case 16:return H("Lazy");case 13:return H("Suspense");case 19:return H("SuspenseList");case 0:case 2:case 15:return e=q(e.type,!1);case 11:return e=q(e.type.render,!1);case 1:return e=q(e.type,!0);default:return""}}(r),r=r.return;while(r);var o=n}catch(e){o="\nError generating stack: "+e.message+"\n"+e.stack}return{value:e,source:t,stack:o,digest:null}}function a8(e,t,n){return{value:e,source:null,stack:null!=n?n:null,digest:null!=t?t:null}}function a9(e,t){try{console.error(t.value)}catch(e){setTimeout(function(){throw e})}}var a6="function"==typeof WeakMap?WeakMap:Map;function a7(e,t,n){(n=oV(-1,n)).tag=3,n.payload={element:null};var r=t.value;return n.callback=function(){su||(su=!0,sd=r),a9(e,t)},n}function ie(e,t,n){(n=oV(-1,n)).tag=3;var r=e.type.getDerivedStateFromError;if("function"==typeof r){var o=t.value;n.payload=function(){return r(o)},n.callback=function(){a9(e,t)}}var a=e.stateNode;return null!==a&&"function"==typeof a.componentDidCatch&&(n.callback=function(){a9(e,t),"function"!=typeof r&&(null===sp?sp=new Set([this]):sp.add(this));var n=t.stack;this.componentDidCatch(t.value,{componentStack:null!==n?n:""})}),n}function it(e,t,n){var r=e.pingCache;if(null===r){r=e.pingCache=new a6;var o=new Set;r.set(t,o)}else void 0===(o=r.get(t))&&(o=new Set,r.set(t,o));o.has(n)||(o.add(n),e=sZ.bind(null,e,t,n),t.then(e,e))}function ir(e){do{var t;if((t=13===e.tag)&&(t=null===(t=e.memoizedState)||null!==t.dehydrated),t)return e;e=e.return}while(null!==e);return null}function io(e,t,n,r,o){return 0==(1&e.mode)?(e===t?e.flags|=65536:(e.flags|=128,n.flags|=131072,n.flags&=-52805,1===n.tag&&(null===n.alternate?n.tag=17:((t=oV(-1,1)).tag=2,oq(n,t,1))),n.lanes|=1),e):(e.flags|=65536,e.lanes=o,e)}var ia=j.ReactCurrentOwner,ii=!1;function is(e,t,n,r){t.child=null===e?oP(t,null,n,r):oE(t,e.child,n,r)}function ic(e,t,n,r,o){n=n.render;var a=t.ref;return(oL(t,o),r=ap(e,t,n,r,a,o),n=af(),null===e||ii)?(od&&n&&os(t),t.flags|=1,is(e,t,r,o),t.child):(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~o,iP(e,t,o))}function il(e,t,n,r,o){if(null===e){var a=n.type;return"function"!=typeof a||sY(a)||void 0!==a.defaultProps||null!==n.compare||void 0!==n.defaultProps?((e=sX(n.type,null,r,t,t.mode,o)).ref=t.ref,e.return=t,t.child=e):(t.tag=15,t.type=a,iu(e,t,a,r,o))}if(a=e.child,0==(e.lanes&o)){var i=a.memoizedProps;if((n=null!==(n=n.compare)?n:nR)(i,r)&&e.ref===t.ref)return iP(e,t,o)}return t.flags|=1,(e=sQ(a,r)).ref=t.ref,e.return=t,t.child=e}function iu(e,t,n,r,o){if(null!==e){var a=e.memoizedProps;if(nR(a,r)&&e.ref===t.ref){if(ii=!1,t.pendingProps=r=a,0==(e.lanes&o))return t.lanes=e.lanes,iP(e,t,o);else 0!=(131072&e.flags)&&(ii=!0)}}return ig(e,t,n,r,o)}function id(e,t,n){var r=t.pendingProps,o=r.children,a=null!==e?e.memoizedState:null;if("hidden"===r.mode){if(0==(1&t.mode))t.memoizedState={baseLanes:0,cachePool:null,transitions:null},rZ(i7,i6),i6|=n;else{if(0==(0x40000000&n))return e=null!==a?a.baseLanes|n:n,t.lanes=t.childLanes=0x40000000,t.memoizedState={baseLanes:e,cachePool:null,transitions:null},t.updateQueue=null,rZ(i7,i6),i6|=e,null;t.memoizedState={baseLanes:0,cachePool:null,transitions:null},r=null!==a?a.baseLanes:n,rZ(i7,i6),i6|=r}}else null!==a?(r=a.baseLanes|n,t.memoizedState=null):r=n,rZ(i7,i6),i6|=r;return is(e,t,o,n),t.child}function ip(e,t){var n=t.ref;(null===e&&null!==n||null!==e&&e.ref!==n)&&(t.flags|=512,t.flags|=2097152)}function ig(e,t,n,r,o){var a=rK(n)?rW:rV.current;return(a=rG(t,a),oL(t,o),n=ap(e,t,n,r,a,o),r=af(),null===e||ii)?(od&&r&&os(t),t.flags|=1,is(e,t,n,o),t.child):(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~o,iP(e,t,o))}function ib(e,t,n,r,o){if(rK(n)){var a=!0;rJ(t)}else a=!1;if(oL(t,o),null===t.stateNode)iE(e,t),a2(t,n,r),a3(t,n,r,o),r=!0;else if(null===e){var i=t.stateNode,s=t.memoizedProps;i.props=s;var c=i.context,l=n.contextType;l="object"==typeof l&&null!==l?oR(l):rG(t,l=rK(n)?rW:rV.current);var u=n.getDerivedStateFromProps,d="function"==typeof u||"function"==typeof i.getSnapshotBeforeUpdate;d||"function"!=typeof i.UNSAFE_componentWillReceiveProps&&"function"!=typeof i.componentWillReceiveProps||(s!==r||c!==l)&&a4(t,i,r,l),o$=!1;var p=t.memoizedState;i.state=p,oK(t,r,i,o),c=t.memoizedState,s!==r||p!==c||rq.current||o$?("function"==typeof u&&(aJ(t,n,u,r),c=t.memoizedState),(s=o$||a1(t,n,s,r,p,c,l))?(d||"function"!=typeof i.UNSAFE_componentWillMount&&"function"!=typeof i.componentWillMount||("function"==typeof i.componentWillMount&&i.componentWillMount(),"function"==typeof i.UNSAFE_componentWillMount&&i.UNSAFE_componentWillMount()),"function"==typeof i.componentDidMount&&(t.flags|=4194308)):("function"==typeof i.componentDidMount&&(t.flags|=4194308),t.memoizedProps=r,t.memoizedState=c),i.props=r,i.state=c,i.context=l,r=s):("function"==typeof i.componentDidMount&&(t.flags|=4194308),r=!1)}else{i=t.stateNode,oH(e,t),s=t.memoizedProps,l=t.type===t.elementType?s:aX(t.type,s),i.props=l,d=t.pendingProps,p=i.context,c="object"==typeof(c=n.contextType)&&null!==c?oR(c):rG(t,c=rK(n)?rW:rV.current);var f=n.getDerivedStateFromProps;(u="function"==typeof f||"function"==typeof i.getSnapshotBeforeUpdate)||"function"!=typeof i.UNSAFE_componentWillReceiveProps&&"function"!=typeof i.componentWillReceiveProps||(s!==d||p!==c)&&a4(t,i,r,c),o$=!1,p=t.memoizedState,i.state=p,oK(t,r,i,o);var g=t.memoizedState;s!==d||p!==g||rq.current||o$?("function"==typeof f&&(aJ(t,n,f,r),g=t.memoizedState),(l=o$||a1(t,n,l,r,p,g,c)||!1)?(u||"function"!=typeof i.UNSAFE_componentWillUpdate&&"function"!=typeof i.componentWillUpdate||("function"==typeof i.componentWillUpdate&&i.componentWillUpdate(r,g,c),"function"==typeof i.UNSAFE_componentWillUpdate&&i.UNSAFE_componentWillUpdate(r,g,c)),"function"==typeof i.componentDidUpdate&&(t.flags|=4),"function"==typeof i.getSnapshotBeforeUpdate&&(t.flags|=1024)):("function"!=typeof i.componentDidUpdate||s===e.memoizedProps&&p===e.memoizedState||(t.flags|=4),"function"!=typeof i.getSnapshotBeforeUpdate||s===e.memoizedProps&&p===e.memoizedState||(t.flags|=1024),t.memoizedProps=r,t.memoizedState=g),i.props=r,i.state=g,i.context=c,r=l):("function"!=typeof i.componentDidUpdate||s===e.memoizedProps&&p===e.memoizedState||(t.flags|=4),"function"!=typeof i.getSnapshotBeforeUpdate||s===e.memoizedProps&&p===e.memoizedState||(t.flags|=1024),r=!1)}return ih(e,t,n,r,a,o)}function ih(e,t,n,r,o,a){ip(e,t);var i=0!=(128&t.flags);if(!r&&!i)return o&&r0(t,n,!1),iP(e,t,a);r=t.stateNode,ia.current=t;var s=i&&"function"!=typeof n.getDerivedStateFromError?null:r.render();return t.flags|=1,null!==e&&i?(t.child=oE(t,e.child,null,a),t.child=oE(t,null,s,a)):is(e,t,s,a),t.memoizedState=r.state,o&&r0(t,n,!0),t.child}function im(e){var t=e.stateNode;t.pendingContext?rQ(e,t.pendingContext,t.pendingContext!==t.context):t.context&&rQ(e,t.context,!1),o2(e,t.containerInfo)}function iy(e,t,n,r,o){return o_(),ox(o),t.flags|=256,is(e,t,n,r),t.child}var iv={dehydrated:null,treeContext:null,retryLane:0};function i_(e){return{baseLanes:e,cachePool:null,transitions:null}}function ix(e,t,n){var r,o=t.pendingProps,a=o8.current,i=!1,s=0!=(128&t.flags);if((r=s)||(r=(null===e||null!==e.memoizedState)&&0!=(2&a)),r?(i=!0,t.flags&=-129):(null===e||null!==e.memoizedState)&&(a|=1),rZ(o8,1&a),null===e)return(oh(t),null!==(e=t.memoizedState)&&null!==(e=e.dehydrated))?(0==(1&t.mode)?t.lanes=1:"$!"===e.data?t.lanes=8:t.lanes=0x40000000,null):(s=o.children,e=o.fallback,i?(o=t.mode,i=t.child,s={mode:"hidden",children:s},0==(1&o)&&null!==i?(i.childLanes=0,i.pendingProps=s):i=s0(s,o,0,null),e=sJ(e,o,n,null),i.return=t,e.return=t,i.sibling=e,t.child=i,t.child.memoizedState=i_(n),t.memoizedState=iv,e):iw(t,s));if(null!==(a=e.memoizedState)&&null!==(r=a.dehydrated))return function(e,t,n,r,o,a,i){if(n)return 256&t.flags?(t.flags&=-257,ik(e,t,i,r=a8(Error(d(422))))):null!==t.memoizedState?(t.child=e.child,t.flags|=128,null):(a=r.fallback,o=t.mode,r=s0({mode:"visible",children:r.children},o,0,null),a=sJ(a,o,i,null),a.flags|=2,r.return=t,a.return=t,r.sibling=a,t.child=r,0!=(1&t.mode)&&oE(t,e.child,null,i),t.child.memoizedState=i_(i),t.memoizedState=iv,a);if(0==(1&t.mode))return ik(e,t,i,null);if("$!"===o.data){if(r=o.nextSibling&&o.nextSibling.dataset)var s=r.dgst;return r=s,ik(e,t,i,r=a8(a=Error(d(419)),r,void 0))}if(s=0!=(i&e.childLanes),ii||s){if(null!==(r=i5)){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 0x1000000:case 0x2000000:case 0x4000000:o=32;break;case 0x20000000:o=0x10000000;break;default:o=0}0!==(o=0!=(o&(r.suspendedLanes|i))?0:o)&&o!==a.retryLane&&(a.retryLane=o,oU(e,o),sw(r,e,o,-1))}return sN(),ik(e,t,i,r=a8(Error(d(421))))}return"$?"===o.data?(t.flags|=128,t.child=e.child,t=sV.bind(null,e),o._reactRetry=t,null):(e=a.treeContext,ou=rj(o.nextSibling),ol=t,od=!0,op=null,null!==e&&(oe[ot++]=or,oe[ot++]=oo,oe[ot++]=on,or=e.id,oo=e.overflow,on=t),t=iw(t,r.children),t.flags|=4096,t)}(e,t,s,o,r,a,n);if(i){i=o.fallback,s=t.mode,r=(a=e.child).sibling;var c={mode:"hidden",children:o.children};return 0==(1&s)&&t.child!==a?((o=t.child).childLanes=0,o.pendingProps=c,t.deletions=null):(o=sQ(a,c)).subtreeFlags=0xe00000&a.subtreeFlags,null!==r?i=sQ(r,i):(i=sJ(i,s,n,null),i.flags|=2),i.return=t,o.return=t,o.sibling=i,t.child=o,o=i,i=t.child,s=null===(s=e.child.memoizedState)?i_(n):{baseLanes:s.baseLanes|n,cachePool:null,transitions:s.transitions},i.memoizedState=s,i.childLanes=e.childLanes&~n,t.memoizedState=iv,o}return e=(i=e.child).sibling,o=sQ(i,{mode:"visible",children:o.children}),0==(1&t.mode)&&(o.lanes=n),o.return=t,o.sibling=null,null!==e&&(null===(n=t.deletions)?(t.deletions=[e],t.flags|=16):n.push(e)),t.child=o,t.memoizedState=null,o}function iw(e,t){return(t=s0({mode:"visible",children:t},e.mode,0,null)).return=e,e.child=t}function ik(e,t,n,r){return null!==r&&ox(r),oE(t,e.child,null,n),e=iw(t,t.pendingProps.children),e.flags|=2,t.memoizedState=null,e}function iS(e,t,n){e.lanes|=t;var r=e.alternate;null!==r&&(r.lanes|=t),oN(e.return,t,n)}function iO(e,t,n,r,o){var a=e.memoizedState;null===a?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 ij(e,t,n){var r=t.pendingProps,o=r.revealOrder,a=r.tail;if(is(e,t,r.children,n),0!=(2&(r=o8.current)))r=1&r|2,t.flags|=128;else{if(null!==e&&0!=(128&e.flags))e:for(e=t.child;null!==e;){if(13===e.tag)null!==e.memoizedState&&iS(e,n,t);else if(19===e.tag)iS(e,n,t);else if(null!==e.child){e.child.return=e,e=e.child;continue}if(e===t)break;for(;null===e.sibling;){if(null===e.return||e.return===t)break e;e=e.return}e.sibling.return=e.return,e=e.sibling}r&=1}if(rZ(o8,r),0==(1&t.mode))t.memoizedState=null;else switch(o){case"forwards":for(o=null,n=t.child;null!==n;)null!==(e=n.alternate)&&null===o9(e)&&(o=n),n=n.sibling;null===(n=o)?(o=t.child,t.child=null):(o=n.sibling,n.sibling=null),iO(t,!1,o,n,a);break;case"backwards":for(n=null,o=t.child,t.child=null;null!==o;){if(null!==(e=o.alternate)&&null===o9(e)){t.child=o;break}e=o.sibling,o.sibling=n,n=o,o=e}iO(t,!0,n,null,a);break;case"together":iO(t,!1,null,null,void 0);break;default:t.memoizedState=null}return t.child}function iE(e,t){0==(1&t.mode)&&null!==e&&(e.alternate=null,t.alternate=null,t.flags|=2)}function iP(e,t,n){if(null!==e&&(t.dependencies=e.dependencies),sn|=t.lanes,0==(n&t.childLanes))return null;if(null!==e&&t.child!==e.child)throw Error(d(153));if(null!==t.child){for(n=sQ(e=t.child,e.pendingProps),t.child=n,n.return=t;null!==e.sibling;)e=e.sibling,(n=n.sibling=sQ(e,e.pendingProps)).return=t;n.sibling=null}return t.child}function iC(e,t){if(!od)switch(e.tailMode){case"hidden":t=e.tail;for(var n=null;null!==t;)null!==t.alternate&&(n=t),t=t.sibling;null===n?e.tail=null:n.sibling=null;break;case"collapsed":n=e.tail;for(var r=null;null!==n;)null!==n.alternate&&(r=n),n=n.sibling;null===r?t||null===e.tail?e.tail=null:e.tail.sibling=null:r.sibling=null}}function iA(e){var t=null!==e.alternate&&e.alternate.child===e.child,n=0,r=0;if(t)for(var o=e.child;null!==o;)n|=o.lanes|o.childLanes,r|=0xe00000&o.subtreeFlags,r|=0xe00000&o.flags,o.return=e,o=o.sibling;else for(o=e.child;null!==o;)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}o=function(e,t){for(var n=t.child;null!==n;){if(5===n.tag||6===n.tag)e.appendChild(n.stateNode);else if(4!==n.tag&&null!==n.child){n.child.return=n,n=n.child;continue}if(n===t)break;for(;null===n.sibling;){if(null===n.return||n.return===t)return;n=n.return}n.sibling.return=n.return,n=n.sibling}},a=function(){},i=function(e,t,n,r){var o=e.memoizedProps;if(o!==r){e=t.stateNode,o1(oX.current);var a,i=null;switch(n){case"input":o=X(e,o),r=X(e,r),i=[];break;case"select":o=Z({},o,{value:void 0}),r=Z({},r,{value:void 0}),i=[];break;case"textarea":o=ei(e,o),r=ei(e,r),i=[];break;default:"function"!=typeof o.onClick&&"function"==typeof r.onClick&&(e.onclick=rh)}for(l in ex(n,r),n=null,o)if(!r.hasOwnProperty(l)&&o.hasOwnProperty(l)&&null!=o[l]){if("style"===l){var s=o[l];for(a in s)s.hasOwnProperty(a)&&(n||(n={}),n[a]="")}else"dangerouslySetInnerHTML"!==l&&"children"!==l&&"suppressContentEditableWarning"!==l&&"suppressHydrationWarning"!==l&&"autoFocus"!==l&&(f.hasOwnProperty(l)?i||(i=[]):(i=i||[]).push(l,null))}for(l in r){var c=r[l];if(s=null!=o?o[l]:void 0,r.hasOwnProperty(l)&&c!==s&&(null!=c||null!=s)){if("style"===l){if(s){for(a in s)!s.hasOwnProperty(a)||c&&c.hasOwnProperty(a)||(n||(n={}),n[a]="");for(a in c)c.hasOwnProperty(a)&&s[a]!==c[a]&&(n||(n={}),n[a]=c[a])}else n||(i||(i=[]),i.push(l,n)),n=c}else"dangerouslySetInnerHTML"===l?(c=c?c.__html:void 0,s=s?s.__html:void 0,null!=c&&s!==c&&(i=i||[]).push(l,c)):"children"===l?"string"!=typeof c&&"number"!=typeof c||(i=i||[]).push(l,""+c):"suppressContentEditableWarning"!==l&&"suppressHydrationWarning"!==l&&(f.hasOwnProperty(l)?(null!=c&&"onScroll"===l&&rn("scroll",e),i||s===c||(i=[])):(i=i||[]).push(l,c))}}n&&(i=i||[]).push("style",n);var l=i;(t.updateQueue=l)&&(t.flags|=4)}},s=function(e,t,n,r){n!==r&&(t.flags|=4)};var iT=!1,iI=!1,iM="function"==typeof WeakSet?WeakSet:Set,iD=null;function iN(e,t){var n=e.ref;if(null!==n){if("function"==typeof n)try{n(null)}catch(n){s$(e,t,n)}else n.current=null}}function iL(e,t,n){try{n()}catch(n){s$(e,t,n)}}var iR=!1;function iF(e,t,n){var r=t.updateQueue;if(null!==(r=null!==r?r.lastEffect:null)){var o=r=r.next;do{if((o.tag&e)===e){var a=o.destroy;o.destroy=void 0,void 0!==a&&iL(t,n,a)}o=o.next}while(o!==r)}}function iz(e,t){if(null!==(t=null!==(t=t.updateQueue)?t.lastEffect: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 iB(e){var t=e.ref;if(null!==t){var n=e.stateNode;e.tag;e=n;"function"==typeof t?t(e):t.current=e}}function iU(e){return 5===e.tag||3===e.tag||4===e.tag}function i$(e){e:for(;;){for(;null===e.sibling;){if(null===e.return||iU(e.return))return null;e=e.return}for(e.sibling.return=e.return,e=e.sibling;5!==e.tag&&6!==e.tag&&18!==e.tag;){if(2&e.flags)continue e;if(null===e.child||4===e.tag)continue e;e.child.return=e,e=e.child}if(!(2&e.flags))return e.stateNode}}var iZ=null,iH=!1;function iV(e,t,n){for(n=n.child;null!==n;)iq(e,t,n),n=n.sibling}function iq(e,t,n){if(e9&&"function"==typeof e9.onCommitFiberUnmount)try{e9.onCommitFiberUnmount(e8,n)}catch(e){}switch(n.tag){case 5:iI||iN(n,t);case 6:var r=iZ,o=iH;iZ=null,iV(e,t,n),iZ=r,iH=o,null!==iZ&&(iH?(e=iZ,n=n.stateNode,8===e.nodeType?e.parentNode.removeChild(n):e.removeChild(n)):iZ.removeChild(n.stateNode));break;case 18:null!==iZ&&(iH?(e=iZ,n=n.stateNode,8===e.nodeType?rO(e.parentNode,n):1===e.nodeType&&rO(e,n),tM(e)):rO(iZ,n.stateNode));break;case 4:r=iZ,o=iH,iZ=n.stateNode.containerInfo,iH=!0,iV(e,t,n),iZ=r,iH=o;break;case 0:case 11:case 14:case 15:if(!iI&&null!==(r=n.updateQueue)&&null!==(r=r.lastEffect)){o=r=r.next;do{var a=o,i=a.destroy;a=a.tag,void 0!==i&&(0!=(2&a)?iL(n,t,i):0!=(4&a)&&iL(n,t,i)),o=o.next}while(o!==r)}iV(e,t,n);break;case 1:if(!iI&&(iN(n,t),"function"==typeof(r=n.stateNode).componentWillUnmount))try{r.props=n.memoizedProps,r.state=n.memoizedState,r.componentWillUnmount()}catch(e){s$(n,t,e)}iV(e,t,n);break;case 21:default:iV(e,t,n);break;case 22:1&n.mode?(iI=(r=iI)||null!==n.memoizedState,iV(e,t,n),iI=r):iV(e,t,n)}}function iW(e){var t=e.updateQueue;if(null!==t){e.updateQueue=null;var n=e.stateNode;null===n&&(n=e.stateNode=new iM),t.forEach(function(t){var r=sq.bind(null,e,t);n.has(t)||(n.add(t),t.then(r,r))})}}function iG(e,t){var n=t.deletions;if(null!==n)for(var r=0;r<n.length;r++){var o=n[r];try{var a=t,i=a;e:for(;null!==i;){switch(i.tag){case 5:iZ=i.stateNode,iH=!1;break e;case 3:case 4:iZ=i.stateNode.containerInfo,iH=!0;break e}i=i.return}if(null===iZ)throw Error(d(160));iq(e,a,o),iZ=null,iH=!1;var s=o.alternate;null!==s&&(s.return=null),o.return=null}catch(e){s$(o,t,e)}}if(12854&t.subtreeFlags)for(t=t.child;null!==t;)iK(t,e),t=t.sibling}function iK(e,t){var n=e.alternate,r=e.flags;switch(e.tag){case 0:case 11:case 14:case 15:if(iG(t,e),iY(e),4&r){try{iF(3,e,e.return),iz(3,e)}catch(t){s$(e,e.return,t)}try{iF(5,e,e.return)}catch(t){s$(e,e.return,t)}}break;case 1:iG(t,e),iY(e),512&r&&null!==n&&iN(n,n.return);break;case 5:if(iG(t,e),iY(e),512&r&&null!==n&&iN(n,n.return),32&e.flags){var o=e.stateNode;try{eb(o,"")}catch(t){s$(e,e.return,t)}}if(4&r&&null!=(o=e.stateNode)){var a=e.memoizedProps,i=null!==n?n.memoizedProps:a,s=e.type,c=e.updateQueue;if(e.updateQueue=null,null!==c)try{"input"===s&&"radio"===a.type&&null!=a.name&&ee(o,a),ew(s,i);var l=ew(s,a);for(i=0;i<c.length;i+=2){var u=c[i],p=c[i+1];"style"===u?ev(o,p):"dangerouslySetInnerHTML"===u?eg(o,p):"children"===u?eb(o,p):O(o,u,p,l)}switch(s){case"input":et(o,a);break;case"textarea":ec(o,a);break;case"select":var f=o._wrapperState.wasMultiple;o._wrapperState.wasMultiple=!!a.multiple;var g=a.value;null!=g?ea(o,!!a.multiple,g,!1):!!a.multiple!==f&&(null!=a.defaultValue?ea(o,!!a.multiple,a.defaultValue,!0):ea(o,!!a.multiple,a.multiple?[]:"",!1))}o[rA]=a}catch(t){s$(e,e.return,t)}}break;case 6:if(iG(t,e),iY(e),4&r){if(null===e.stateNode)throw Error(d(162));o=e.stateNode,a=e.memoizedProps;try{o.nodeValue=a}catch(t){s$(e,e.return,t)}}break;case 3:if(iG(t,e),iY(e),4&r&&null!==n&&n.memoizedState.isDehydrated)try{tM(t.containerInfo)}catch(t){s$(e,e.return,t)}break;case 4:default:iG(t,e),iY(e);break;case 13:iG(t,e),iY(e),8192&(o=e.child).flags&&(a=null!==o.memoizedState,o.stateNode.isHidden=a,a&&(null===o.alternate||null===o.alternate.memoizedState)&&(ss=eJ())),4&r&&iW(e);break;case 22:if(u=null!==n&&null!==n.memoizedState,1&e.mode?(iI=(l=iI)||u,iG(t,e),iI=l):iG(t,e),iY(e),8192&r){if(l=null!==e.memoizedState,(e.stateNode.isHidden=l)&&!u&&0!=(1&e.mode))for(iD=e,u=e.child;null!==u;){for(p=iD=u;null!==iD;){switch(g=(f=iD).child,f.tag){case 0:case 11:case 14:case 15:iF(4,f,f.return);break;case 1:iN(f,f.return);var b=f.stateNode;if("function"==typeof b.componentWillUnmount){r=f,n=f.return;try{t=r,b.props=t.memoizedProps,b.state=t.memoizedState,b.componentWillUnmount()}catch(e){s$(r,n,e)}}break;case 5:iN(f,f.return);break;case 22:if(null!==f.memoizedState){iX(p);continue}}null!==g?(g.return=f,iD=g):iX(p)}u=u.sibling}e:for(u=null,p=e;;){if(5===p.tag){if(null===u){u=p;try{o=p.stateNode,l?(a=o.style,"function"==typeof a.setProperty?a.setProperty("display","none","important"):a.display="none"):(s=p.stateNode,i=null!=(c=p.memoizedProps.style)&&c.hasOwnProperty("display")?c.display:null,s.style.display=ey("display",i))}catch(t){s$(e,e.return,t)}}}else if(6===p.tag){if(null===u)try{p.stateNode.nodeValue=l?"":p.memoizedProps}catch(t){s$(e,e.return,t)}}else if((22!==p.tag&&23!==p.tag||null===p.memoizedState||p===e)&&null!==p.child){p.child.return=p,p=p.child;continue}if(p===e)break;for(;null===p.sibling;){if(null===p.return||p.return===e)break e;u===p&&(u=null),p=p.return}u===p&&(u=null),p.sibling.return=p.return,p=p.sibling}}break;case 19:iG(t,e),iY(e),4&r&&iW(e);case 21:}}function iY(e){var t=e.flags;if(2&t){try{e:{for(var n=e.return;null!==n;){if(iU(n)){var r=n;break e}n=n.return}throw Error(d(160))}switch(r.tag){case 5:var o=r.stateNode;32&r.flags&&(eb(o,""),r.flags&=-33);var a=i$(e);!function e(t,n,r){var o=t.tag;if(5===o||6===o)t=t.stateNode,n?r.insertBefore(t,n):r.appendChild(t);else if(4!==o&&null!==(t=t.child))for(e(t,n,r),t=t.sibling;null!==t;)e(t,n,r),t=t.sibling}(e,a,o);break;case 3:case 4:var i=r.stateNode.containerInfo,s=i$(e);!function e(t,n,r){var o=t.tag;if(5===o||6===o)t=t.stateNode,n?8===r.nodeType?r.parentNode.insertBefore(t,n):r.insertBefore(t,n):(8===r.nodeType?(n=r.parentNode).insertBefore(t,r):(n=r).appendChild(t),null!=(r=r._reactRootContainer)||null!==n.onclick||(n.onclick=rh));else if(4!==o&&null!==(t=t.child))for(e(t,n,r),t=t.sibling;null!==t;)e(t,n,r),t=t.sibling}(e,s,i);break;default:throw Error(d(161))}}catch(t){s$(e,e.return,t)}e.flags&=-3}4096&t&&(e.flags&=-4097)}function iQ(e){for(;null!==iD;){var t=iD;if(0!=(8772&t.flags)){var n=t.alternate;try{if(0!=(8772&t.flags))switch(t.tag){case 0:case 11:case 15:iI||iz(5,t);break;case 1:var r=t.stateNode;if(4&t.flags&&!iI){if(null===n)r.componentDidMount();else{var o=t.elementType===t.type?n.memoizedProps:aX(t.type,n.memoizedProps);r.componentDidUpdate(o,n.memoizedState,r.__reactInternalSnapshotBeforeUpdate)}}var a=t.updateQueue;null!==a&&oY(t,a,r);break;case 3:var i=t.updateQueue;if(null!==i){if(n=null,null!==t.child)switch(t.child.tag){case 5:case 1:n=t.child.stateNode}oY(t,i,n)}break;case 5:var s=t.stateNode;if(null===n&&4&t.flags){n=s;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:case 4:case 12:case 19:case 17:case 21:case 22:case 23:case 25:break;case 13:if(null===t.memoizedState){var l=t.alternate;if(null!==l){var u=l.memoizedState;if(null!==u){var p=u.dehydrated;null!==p&&tM(p)}}}break;default:throw Error(d(163))}iI||512&t.flags&&iB(t)}catch(e){s$(t,t.return,e)}}if(t===e){iD=null;break}if(null!==(n=t.sibling)){n.return=t.return,iD=n;break}iD=t.return}}function iX(e){for(;null!==iD;){var t=iD;if(t===e){iD=null;break}var n=t.sibling;if(null!==n){n.return=t.return,iD=n;break}iD=t.return}}function iJ(e){for(;null!==iD;){var t=iD;try{switch(t.tag){case 0:case 11:case 15:var n=t.return;try{iz(4,t)}catch(e){s$(t,n,e)}break;case 1:var r=t.stateNode;if("function"==typeof r.componentDidMount){var o=t.return;try{r.componentDidMount()}catch(e){s$(t,o,e)}}var a=t.return;try{iB(t)}catch(e){s$(t,a,e)}break;case 5:var i=t.return;try{iB(t)}catch(e){s$(t,i,e)}}}catch(e){s$(t,t.return,e)}if(t===e){iD=null;break}var s=t.sibling;if(null!==s){s.return=t.return,iD=s;break}iD=t.return}}var i0=Math.ceil,i1=j.ReactCurrentDispatcher,i2=j.ReactCurrentOwner,i4=j.ReactCurrentBatchConfig,i3=0,i5=null,i8=null,i9=0,i6=0,i7=rU(0),se=0,st=null,sn=0,sr=0,so=0,sa=null,si=null,ss=0,sc=1/0,sl=null,su=!1,sd=null,sp=null,sf=!1,sg=null,sb=0,sh=0,sm=null,sy=-1,sv=0;function s_(){return 0!=(6&i3)?eJ():-1!==sy?sy:sy=eJ()}function sx(e){return 0==(1&e.mode)?1:0!=(2&i3)&&0!==i9?i9&-i9:null!==ow.transition?(0===sv&&(sv=ti()),sv):0!==(e=tu)?e:e=void 0===(e=window.event)?16:tU(e.type)}function sw(e,t,n,r){if(50<sh)throw sh=0,sm=null,Error(d(185));tc(e,n,r),(0==(2&i3)||e!==i5)&&(e===i5&&(0==(2&i3)&&(sr|=n),4===se&&sE(e,i9)),sk(e,r),1===n&&0===i3&&0==(1&t.mode)&&(sc=eJ()+500,r2&&r5()))}function sk(e,t){var n,r=e.callbackNode;!function(e,t){for(var n=e.suspendedLanes,r=e.pingedLanes,o=e.expirationTimes,a=e.pendingLanes;0<a;){var i=31-e6(a),s=1<<i,c=o[i];-1===c?(0==(s&n)||0!=(s&r))&&(o[i]=function(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;default:return -1}}(s,t)):c<=t&&(e.expiredLanes|=s),a&=~s}}(e,t);var o=to(e,e===i5?i9:0);if(0===o)null!==r&&eY(r),e.callbackNode=null,e.callbackPriority=0;else if(t=o&-o,e.callbackPriority!==t){if(null!=r&&eY(r),1===t){;0===e.tag?(n=sP.bind(null,e),r2=!0,r3(n)):r3(sP.bind(null,e)),rk(function(){0==(6&i3)&&r5()}),r=null}else{switch(td(o)){case 1:r=e1;break;case 4:r=e2;break;case 16:default:r=e4;break;case 0x20000000:r=e5}r=function(e,t){return eK(e,t)}(r,sS.bind(null,e))}e.callbackPriority=t,e.callbackNode=r}}function sS(e,t){if(sy=-1,sv=0,0!=(6&i3))throw Error(d(327));var n=e.callbackNode;if(sB()&&e.callbackNode!==n)return null;var r=to(e,e===i5?i9:0);if(0===r)return null;if(0!=(30&r)||0!=(r&e.expiredLanes)||t)t=sL(e,r);else{t=r;var o=i3;i3|=2;var a=sD();for((i5!==e||i9!==t)&&(sl=null,sc=eJ()+500,sI(e,t));;)try{(function(){for(;null!==i8&&!eQ();)sR(i8)})();break}catch(t){sM(e,t)}oM(),i1.current=a,i3=o,null!==i8?t=0:(i5=null,i9=0,t=se)}if(0!==t){if(2===t&&0!==(o=ta(e))&&(r=o,t=sO(e,o)),1===t)throw n=st,sI(e,0),sE(e,r),sk(e,eJ()),n;if(6===t)sE(e,r);else{if(o=e.current.alternate,0==(30&r)&&!function(e){for(var t=e;;){if(16384&t.flags){var n=t.updateQueue;if(null!==n&&null!==(n=n.stores))for(var r=0;r<n.length;r++){var o=n[r],a=o.getSnapshot;o=o.value;try{if(!nL(a(),o))return!1}catch(e){return!1}}}if(n=t.child,16384&t.subtreeFlags&&null!==n)n.return=t,t=n;else{if(t===e)break;for(;null===t.sibling;){if(null===t.return||t.return===e)return!0;t=t.return}t.sibling.return=t.return,t=t.sibling}}return!0}(o)&&(2===(t=sL(e,r))&&0!==(a=ta(e))&&(r=a,t=sO(e,a)),1===t))throw n=st,sI(e,0),sE(e,r),sk(e,eJ()),n;switch(e.finishedWork=o,e.finishedLanes=r,t){case 0:case 1:throw Error(d(345));case 2:case 5:sz(e,si,sl);break;case 3:if(sE(e,r),(0x7c00000&r)===r&&10<(t=ss+500-eJ())){if(0!==to(e,0))break;if(((o=e.suspendedLanes)&r)!==r){s_(),e.pingedLanes|=e.suspendedLanes&o;break}e.timeoutHandle=r_(sz.bind(null,e,si,sl),t);break}sz(e,si,sl);break;case 4:if(sE(e,r),(4194240&r)===r)break;for(o=-1,t=e.eventTimes;0<r;){var i=31-e6(r);a=1<<i,(i=t[i])>o&&(o=i),r&=~a}if(r=o,10<(r=(120>(r=eJ()-r)?120:480>r?480:1080>r?1080:1920>r?1920:3e3>r?3e3:4320>r?4320:1960*i0(r/1960))-r)){e.timeoutHandle=r_(sz.bind(null,e,si,sl),r);break}sz(e,si,sl);break;default:throw Error(d(329))}}}return sk(e,eJ()),e.callbackNode===n?sS.bind(null,e):null}function sO(e,t){var n=sa;return e.current.memoizedState.isDehydrated&&(sI(e,t).flags|=256),2!==(e=sL(e,t))&&(t=si,si=n,null!==t&&sj(t)),e}function sj(e){null===si?si=e:si.push.apply(si,e)}function sE(e,t){for(t&=~so,t&=~sr,e.suspendedLanes|=t,e.pingedLanes&=~t,e=e.expirationTimes;0<t;){var n=31-e6(t),r=1<<n;e[n]=-1,t&=~r}}function sP(e){if(0!=(6&i3))throw Error(d(327));sB();var t=to(e,0);if(0==(1&t))return sk(e,eJ()),null;var n=sL(e,t);if(0!==e.tag&&2===n){var r=ta(e);0!==r&&(t=r,n=sO(e,r))}if(1===n)throw n=st,sI(e,0),sE(e,t),sk(e,eJ()),n;if(6===n)throw Error(d(345));return e.finishedWork=e.current.alternate,e.finishedLanes=t,sz(e,si,sl),sk(e,eJ()),null}function sC(e,t){var n=i3;i3|=1;try{return e(t)}finally{0===(i3=n)&&(sc=eJ()+500,r2&&r5())}}function sA(e){null!==sg&&0===sg.tag&&0==(6&i3)&&sB();var t=i3;i3|=1;var n=i4.transition,r=tu;try{if(i4.transition=null,tu=1,e)return e()}finally{tu=r,i4.transition=n,0==(6&(i3=t))&&r5()}}function sT(){i6=i7.current,r$(i7)}function sI(e,t){e.finishedWork=null,e.finishedLanes=0;var n=e.timeoutHandle;if(-1!==n&&(e.timeoutHandle=-1,rx(n)),null!==i8)for(n=i8.return;null!==n;){var r=n;switch(oc(r),r.tag){case 1:null!=(r=r.type.childContextTypes)&&rY();break;case 3:o4(),r$(rq),r$(rV),o7();break;case 5:o5(r);break;case 4:o4();break;case 13:case 19:r$(o8);break;case 10:oD(r.type._context);break;case 22:case 23:sT()}n=n.return}if(i5=e,i8=e=sQ(e.current,null),i9=i6=t,se=0,st=null,so=sr=sn=0,si=sa=null,null!==oF){for(t=0;t<oF.length;t++)if(null!==(r=(n=oF[t]).interleaved)){n.interleaved=null;var o=r.next,a=n.pending;if(null!==a){var i=a.next;a.next=o,r.next=i}n.pending=r}oF=null}return e}function sM(e,t){for(;;){var n=i8;try{if(oM(),ae.current=aG,ai){for(var r=ar.memoizedState;null!==r;){var o=r.queue;null!==o&&(o.pending=null),r=r.next}ai=!1}if(an=0,aa=ao=ar=null,as=!1,ac=0,i2.current=null,null===n||null===n.return){se=1,st=t,i8=null;break}e:{var a=e,i=n.return,s=n,c=t;if(t=i9,s.flags|=32768,null!==c&&"object"==typeof c&&"function"==typeof c.then){var l=c,u=s,p=u.tag;if(0==(1&u.mode)&&(0===p||11===p||15===p)){var f=u.alternate;f?(u.updateQueue=f.updateQueue,u.memoizedState=f.memoizedState,u.lanes=f.lanes):(u.updateQueue=null,u.memoizedState=null)}var g=ir(i);if(null!==g){g.flags&=-257,io(g,i,s,a,t),1&g.mode&&it(a,l,t),t=g,c=l;var b=t.updateQueue;if(null===b){var h=new Set;h.add(c),t.updateQueue=h}else b.add(c);break e}if(0==(1&t)){it(a,l,t),sN();break e}c=Error(d(426))}else if(od&&1&s.mode){var m=ir(i);if(null!==m){0==(65536&m.flags)&&(m.flags|=256),io(m,i,s,a,t),ox(a5(c,s));break e}}a=c=a5(c,s),4!==se&&(se=2),null===sa?sa=[a]:sa.push(a),a=i;do{switch(a.tag){case 3:a.flags|=65536,t&=-t,a.lanes|=t;var y=a7(a,c,t);oG(a,y);break e;case 1:s=c;var v=a.type,_=a.stateNode;if(0==(128&a.flags)&&("function"==typeof v.getDerivedStateFromError||null!==_&&"function"==typeof _.componentDidCatch&&(null===sp||!sp.has(_)))){a.flags|=65536,t&=-t,a.lanes|=t;var x=ie(a,s,t);oG(a,x);break e}}a=a.return}while(null!==a)}sF(n)}catch(e){t=e,i8===n&&null!==n&&(i8=n=n.return);continue}break}}function sD(){var e=i1.current;return i1.current=aG,null===e?aG:e}function sN(){(0===se||3===se||2===se)&&(se=4),null===i5||0==(0xfffffff&sn)&&0==(0xfffffff&sr)||sE(i5,i9)}function sL(e,t){var n=i3;i3|=2;var r=sD();for((i5!==e||i9!==t)&&(sl=null,sI(e,t));;)try{(function(){for(;null!==i8;)sR(i8)})();break}catch(t){sM(e,t)}if(oM(),i3=n,i1.current=r,null!==i8)throw Error(d(261));return i5=null,i9=0,se}function sR(e){var t=c(e.alternate,e,i6);e.memoizedProps=e.pendingProps,null===t?sF(e):i8=t,i2.current=null}function sF(e){var t=e;do{var n=t.alternate;if(e=t.return,0==(32768&t.flags)){if(null!==(n=function(e,t,n){var r=t.pendingProps;switch(oc(t),t.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return iA(t),null;case 1:case 17:return rK(t.type)&&rY(),iA(t),null;case 3:return r=t.stateNode,o4(),r$(rq),r$(rV),o7(),r.pendingContext&&(r.context=r.pendingContext,r.pendingContext=null),(null===e||null===e.child)&&(oy(t)?t.flags|=4:null===e||e.memoizedState.isDehydrated&&0==(256&t.flags)||(t.flags|=1024,null!==op&&(sj(op),op=null))),a(e,t),iA(t),null;case 5:o5(t);var c=o1(o0.current);if(n=t.type,null!==e&&null!=t.stateNode)i(e,t,n,r,c),e.ref!==t.ref&&(t.flags|=512,t.flags|=2097152);else{if(!r){if(null===t.stateNode)throw Error(d(166));return iA(t),null}if(e=o1(oX.current),oy(t)){r=t.stateNode,n=t.type;var l=t.memoizedProps;switch(r[rC]=t,r[rA]=l,e=0!=(1&t.mode),n){case"dialog":rn("cancel",r),rn("close",r);break;case"iframe":case"object":case"embed":rn("load",r);break;case"video":case"audio":for(c=0;c<n6.length;c++)rn(n6[c],r);break;case"source":rn("error",r);break;case"img":case"image":case"link":rn("error",r),rn("load",r);break;case"details":rn("toggle",r);break;case"input":J(r,l),rn("invalid",r);break;case"select":r._wrapperState={wasMultiple:!!l.multiple},rn("invalid",r);break;case"textarea":es(r,l),rn("invalid",r)}for(var u in ex(n,l),c=null,l)if(l.hasOwnProperty(u)){var p=l[u];"children"===u?"string"==typeof p?r.textContent!==p&&(!0!==l.suppressHydrationWarning&&rb(r.textContent,p,e),c=["children",p]):"number"==typeof p&&r.textContent!==""+p&&(!0!==l.suppressHydrationWarning&&rb(r.textContent,p,e),c=["children",""+p]):f.hasOwnProperty(u)&&null!=p&&"onScroll"===u&&rn("scroll",r)}switch(n){case"input":K(r),en(r,l,!0);break;case"textarea":K(r),el(r);break;case"select":case"option":break;default:"function"==typeof l.onClick&&(r.onclick=rh)}r=c,t.updateQueue=r,null!==r&&(t.flags|=4)}else{u=9===c.nodeType?c:c.ownerDocument,"http://www.w3.org/1999/xhtml"===e&&(e=eu(n)),"http://www.w3.org/1999/xhtml"===e?"script"===n?((e=u.createElement("div")).innerHTML="<script><\/script>",e=e.removeChild(e.firstChild)):"string"==typeof r.is?e=u.createElement(n,{is:r.is}):(e=u.createElement(n),"select"===n&&(u=e,r.multiple?u.multiple=!0:r.size&&(u.size=r.size))):e=u.createElementNS(e,n),e[rC]=t,e[rA]=r,o(e,t,!1,!1),t.stateNode=e;e:{switch(u=ew(n,r),n){case"dialog":rn("cancel",e),rn("close",e),c=r;break;case"iframe":case"object":case"embed":rn("load",e),c=r;break;case"video":case"audio":for(c=0;c<n6.length;c++)rn(n6[c],e);c=r;break;case"source":rn("error",e),c=r;break;case"img":case"image":case"link":rn("error",e),rn("load",e),c=r;break;case"details":rn("toggle",e),c=r;break;case"input":J(e,r),c=X(e,r),rn("invalid",e);break;case"option":default:c=r;break;case"select":e._wrapperState={wasMultiple:!!r.multiple},c=Z({},r,{value:void 0}),rn("invalid",e);break;case"textarea":es(e,r),c=ei(e,r),rn("invalid",e)}for(l in ex(n,c),p=c)if(p.hasOwnProperty(l)){var g=p[l];"style"===l?ev(e,g):"dangerouslySetInnerHTML"===l?null!=(g=g?g.__html:void 0)&&eg(e,g):"children"===l?"string"==typeof g?("textarea"!==n||""!==g)&&eb(e,g):"number"==typeof g&&eb(e,""+g):"suppressContentEditableWarning"!==l&&"suppressHydrationWarning"!==l&&"autoFocus"!==l&&(f.hasOwnProperty(l)?null!=g&&"onScroll"===l&&rn("scroll",e):null!=g&&O(e,l,g,u))}switch(n){case"input":K(e),en(e,r,!1);break;case"textarea":K(e),el(e);break;case"option":null!=r.value&&e.setAttribute("value",""+W(r.value));break;case"select":e.multiple=!!r.multiple,null!=(l=r.value)?ea(e,!!r.multiple,l,!1):null!=r.defaultValue&&ea(e,!!r.multiple,r.defaultValue,!0);break;default:"function"==typeof c.onClick&&(e.onclick=rh)}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)}null!==t.ref&&(t.flags|=512,t.flags|=2097152)}return iA(t),null;case 6:if(e&&null!=t.stateNode)s(e,t,e.memoizedProps,r);else{if("string"!=typeof r&&null===t.stateNode)throw Error(d(166));if(n=o1(o0.current),o1(oX.current),oy(t)){if(r=t.stateNode,n=t.memoizedProps,r[rC]=t,(l=r.nodeValue!==n)&&null!==(e=ol))switch(e.tag){case 3:rb(r.nodeValue,n,0!=(1&e.mode));break;case 5:!0!==e.memoizedProps.suppressHydrationWarning&&rb(r.nodeValue,n,0!=(1&e.mode))}l&&(t.flags|=4)}else(r=(9===n.nodeType?n:n.ownerDocument).createTextNode(r))[rC]=t,t.stateNode=r}return iA(t),null;case 13:if(r$(o8),r=t.memoizedState,null===e||null!==e.memoizedState&&null!==e.memoizedState.dehydrated){if(od&&null!==ou&&0!=(1&t.mode)&&0==(128&t.flags))ov(),o_(),t.flags|=98560,l=!1;else if(l=oy(t),null!==r&&null!==r.dehydrated){if(null===e){if(!l)throw Error(d(318));if(!(l=null!==(l=t.memoizedState)?l.dehydrated:null))throw Error(d(317));l[rC]=t}else o_(),0==(128&t.flags)&&(t.memoizedState=null),t.flags|=4;iA(t),l=!1}else null!==op&&(sj(op),op=null),l=!0;if(!l)return 65536&t.flags?t:null}if(0!=(128&t.flags))return t.lanes=n,t;return(r=null!==r)!=(null!==e&&null!==e.memoizedState)&&r&&(t.child.flags|=8192,0!=(1&t.mode)&&(null===e||0!=(1&o8.current)?0===se&&(se=3):sN())),null!==t.updateQueue&&(t.flags|=4),iA(t),null;case 4:return o4(),a(e,t),null===e&&ra(t.stateNode.containerInfo),iA(t),null;case 10:return oD(t.type._context),iA(t),null;case 19:if(r$(o8),null===(l=t.memoizedState))return iA(t),null;if(r=0!=(128&t.flags),null===(u=l.rendering)){if(r)iC(l,!1);else{if(0!==se||null!==e&&0!=(128&e.flags))for(e=t.child;null!==e;){if(null!==(u=o9(e))){for(t.flags|=128,iC(l,!1),null!==(r=u.updateQueue)&&(t.updateQueue=r,t.flags|=4),t.subtreeFlags=0,r=n,n=t.child;null!==n;)l=n,e=r,l.flags&=0xe00002,null===(u=l.alternate)?(l.childLanes=0,l.lanes=e,l.child=null,l.subtreeFlags=0,l.memoizedProps=null,l.memoizedState=null,l.updateQueue=null,l.dependencies=null,l.stateNode=null):(l.childLanes=u.childLanes,l.lanes=u.lanes,l.child=u.child,l.subtreeFlags=0,l.deletions=null,l.memoizedProps=u.memoizedProps,l.memoizedState=u.memoizedState,l.updateQueue=u.updateQueue,l.type=u.type,e=u.dependencies,l.dependencies=null===e?null:{lanes:e.lanes,firstContext:e.firstContext}),n=n.sibling;return rZ(o8,1&o8.current|2),t.child}e=e.sibling}null!==l.tail&&eJ()>sc&&(t.flags|=128,r=!0,iC(l,!1),t.lanes=4194304)}}else{if(!r){if(null!==(e=o9(u))){if(t.flags|=128,r=!0,null!==(n=e.updateQueue)&&(t.updateQueue=n,t.flags|=4),iC(l,!0),null===l.tail&&"hidden"===l.tailMode&&!u.alternate&&!od)return iA(t),null}else 2*eJ()-l.renderingStartTime>sc&&0x40000000!==n&&(t.flags|=128,r=!0,iC(l,!1),t.lanes=4194304)}l.isBackwards?(u.sibling=t.child,t.child=u):(null!==(n=l.last)?n.sibling=u:t.child=u,l.last=u)}if(null!==l.tail)return t=l.tail,l.rendering=t,l.tail=t.sibling,l.renderingStartTime=eJ(),t.sibling=null,n=o8.current,rZ(o8,r?1&n|2:1&n),t;return iA(t),null;case 22:case 23:return sT(),r=null!==t.memoizedState,null!==e&&null!==e.memoizedState!==r&&(t.flags|=8192),r&&0!=(1&t.mode)?0!=(0x40000000&i6)&&(iA(t),6&t.subtreeFlags&&(t.flags|=8192)):iA(t),null;case 24:case 25:return null}throw Error(d(156,t.tag))}(n,t,i6))){i8=n;return}}else{if(null!==(n=function(e,t){switch(oc(t),t.tag){case 1:return rK(t.type)&&rY(),65536&(e=t.flags)?(t.flags=-65537&e|128,t):null;case 3:return o4(),r$(rq),r$(rV),o7(),0!=(65536&(e=t.flags))&&0==(128&e)?(t.flags=-65537&e|128,t):null;case 5:return o5(t),null;case 13:if(r$(o8),null!==(e=t.memoizedState)&&null!==e.dehydrated){if(null===t.alternate)throw Error(d(340));o_()}return 65536&(e=t.flags)?(t.flags=-65537&e|128,t):null;case 19:return r$(o8),null;case 4:return o4(),null;case 10:return oD(t.type._context),null;case 22:case 23:return sT(),null;default:return null}}(n,t))){n.flags&=32767,i8=n;return}if(null!==e)e.flags|=32768,e.subtreeFlags=0,e.deletions=null;else{se=6,i8=null;return}}if(null!==(t=t.sibling)){i8=t;return}i8=t=e}while(null!==t);0===se&&(se=5)}function sz(e,t,n){var r=tu,o=i4.transition;try{i4.transition=null,tu=1,function(e,t,n,r){do sB();while(null!==sg);if(0!=(6&i3))throw Error(d(327));n=e.finishedWork;var o=e.finishedLanes;if(null===n)return;if(e.finishedWork=null,e.finishedLanes=0,n===e.current)throw Error(d(177));e.callbackNode=null,e.callbackPriority=0;var a=n.lanes|n.childLanes;if(!function(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-e6(n),a=1<<o;t[o]=0,r[o]=-1,e[o]=-1,n&=~a}}(e,a),e===i5&&(i8=i5=null,i9=0),0==(2064&n.subtreeFlags)&&0==(2064&n.flags)||sf||(sf=!0,sW(e4,function(){return sB(),null})),a=0!=(15990&n.flags),0!=(15990&n.subtreeFlags)||a){a=i4.transition,i4.transition=null;var i,s,c,l=tu;tu=1;var u=i3;i3|=4,i2.current=null,!function(e,t){if(rm=tN,nU(e=nB())){if("selectionStart"in e)var n={start:e.selectionStart,end:e.selectionEnd};else e:{var r=(n=(n=e.ownerDocument)&&n.defaultView||window).getSelection&&n.getSelection();if(r&&0!==r.rangeCount){n=r.anchorNode;var o,a=r.anchorOffset,i=r.focusNode;r=r.focusOffset;try{n.nodeType,i.nodeType}catch(e){n=null;break e}var s=0,c=-1,l=-1,u=0,p=0,f=e,g=null;t:for(;;){for(;f!==n||0!==a&&3!==f.nodeType||(c=s+a),f!==i||0!==r&&3!==f.nodeType||(l=s+r),3===f.nodeType&&(s+=f.nodeValue.length),null!==(o=f.firstChild);){;g=f,f=o}for(;;){if(f===e)break t;if(g===n&&++u===a&&(c=s),g===i&&++p===r&&(l=s),null!==(o=f.nextSibling))break;g=(f=g).parentNode}f=o}n=-1===c||-1===l?null:{start:c,end:l}}else n=null}n=n||{start:0,end:0}}else n=null;for(ry={focusedElem:e,selectionRange:n},tN=!1,iD=t;null!==iD;)if(e=(t=iD).child,0!=(1028&t.subtreeFlags)&&null!==e)e.return=t,iD=e;else for(;null!==iD;){t=iD;try{var b=t.alternate;if(0!=(1024&t.flags))switch(t.tag){case 0:case 11:case 15:case 5:case 6:case 4:case 17:break;case 1:if(null!==b){var h=b.memoizedProps,m=b.memoizedState,y=t.stateNode,v=y.getSnapshotBeforeUpdate(t.elementType===t.type?h:aX(t.type,h),m);y.__reactInternalSnapshotBeforeUpdate=v}break;case 3:var _=t.stateNode.containerInfo;1===_.nodeType?_.textContent="":9===_.nodeType&&_.documentElement&&_.removeChild(_.documentElement);break;default:throw Error(d(163))}}catch(e){s$(t,t.return,e)}if(null!==(e=t.sibling)){e.return=t.return,iD=e;break}iD=t.return}b=iR,iR=!1}(e,n),iK(n,e),!function(e){var t=nB(),n=e.focusedElem,r=e.selectionRange;if(t!==n&&n&&n.ownerDocument&&function e(t,n){return!!t&&!!n&&(t===n||(!t||3!==t.nodeType)&&(n&&3===n.nodeType?e(t,n.parentNode):"contains"in t?t.contains(n):!!t.compareDocumentPosition&&!!(16&t.compareDocumentPosition(n))))}(n.ownerDocument.documentElement,n)){if(null!==r&&nU(n)){if(t=r.start,void 0===(e=r.end)&&(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).getSelection){e=e.getSelection();var o=n.textContent.length,a=Math.min(r.start,o);r=void 0===r.end?a:Math.min(r.end,o),!e.extend&&a>r&&(o=r,r=a,a=o),o=nz(n,a);var i=nz(n,r);o&&i&&(1!==e.rangeCount||e.anchorNode!==o.node||e.anchorOffset!==o.offset||e.focusNode!==i.node||e.focusOffset!==i.offset)&&((t=t.createRange()).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;)1===e.nodeType&&t.push({element:e,left:e.scrollLeft,top:e.scrollTop});for("function"==typeof n.focus&&n.focus(),n=0;n<t.length;n++)(e=t[n]).element.scrollLeft=e.left,e.element.scrollTop=e.top}}(ry),tN=!!rm,ry=rm=null,e.current=n,i=n,s=e,c=o,iD=i,function e(t,n,r){for(var o=0!=(1&t.mode);null!==iD;){var a=iD,i=a.child;if(22===a.tag&&o){var s=null!==a.memoizedState||iT;if(!s){var c=a.alternate,l=null!==c&&null!==c.memoizedState||iI;c=iT;var u=iI;if(iT=s,(iI=l)&&!u)for(iD=a;null!==iD;)l=(s=iD).child,22===s.tag&&null!==s.memoizedState?iJ(a):null!==l?(l.return=s,iD=l):iJ(a);for(;null!==i;)iD=i,e(i,n,r),i=i.sibling;iD=a,iT=c,iI=u}iQ(t,n,r)}else 0!=(8772&a.subtreeFlags)&&null!==i?(i.return=a,iD=i):iQ(t,n,r)}}(i,s,c),eX(),i3=u,tu=l,i4.transition=a}else e.current=n;if(sf&&(sf=!1,sg=e,sb=o),0===(a=e.pendingLanes)&&(sp=null),!function(e){if(e9&&"function"==typeof e9.onCommitFiberRoot)try{e9.onCommitFiberRoot(e8,e,void 0,128==(128&e.current.flags))}catch(e){}}(n.stateNode,r),sk(e,eJ()),null!==t)for(r=e.onRecoverableError,n=0;n<t.length;n++)r((o=t[n]).value,{componentStack:o.stack,digest:o.digest});if(su)throw su=!1,e=sd,sd=null,e;0!=(1&sb)&&0!==e.tag&&sB(),0!=(1&(a=e.pendingLanes))?e===sm?sh++:(sh=0,sm=e):sh=0,r5()}(e,t,n,r)}finally{i4.transition=o,tu=r}return null}function sB(){if(null!==sg){var e=td(sb),t=i4.transition,n=tu;try{if(i4.transition=null,tu=16>e?16:e,null===sg)var r=!1;else{if(e=sg,sg=null,sb=0,0!=(6&i3))throw Error(d(331));var o=i3;for(i3|=4,iD=e.current;null!==iD;){var a=iD,i=a.child;if(0!=(16&iD.flags)){var s=a.deletions;if(null!==s){for(var c=0;c<s.length;c++){var l=s[c];for(iD=l;null!==iD;){var u=iD;switch(u.tag){case 0:case 11:case 15:iF(8,u,a)}var p=u.child;if(null!==p)p.return=u,iD=p;else for(;null!==iD;){var f=(u=iD).sibling,g=u.return;if(!function e(t){var n=t.alternate;null!==n&&(t.alternate=null,e(n)),t.child=null,t.deletions=null,t.sibling=null,5===t.tag&&null!==(n=t.stateNode)&&(delete n[rC],delete n[rA],delete n[rI],delete n[rM],delete n[rD]),t.stateNode=null,t.return=null,t.dependencies=null,t.memoizedProps=null,t.memoizedState=null,t.pendingProps=null,t.stateNode=null,t.updateQueue=null}(u),u===l){iD=null;break}if(null!==f){f.return=g,iD=f;break}iD=g}}}var b=a.alternate;if(null!==b){var h=b.child;if(null!==h){b.child=null;do{var m=h.sibling;h.sibling=null,h=m}while(null!==h)}}iD=a}}if(0!=(2064&a.subtreeFlags)&&null!==i)i.return=a,iD=i;else for(;null!==iD;){if(a=iD,0!=(2048&a.flags))switch(a.tag){case 0:case 11:case 15:iF(9,a,a.return)}var y=a.sibling;if(null!==y){y.return=a.return,iD=y;break}iD=a.return}}var v=e.current;for(iD=v;null!==iD;){var _=(i=iD).child;if(0!=(2064&i.subtreeFlags)&&null!==_)_.return=i,iD=_;else for(i=v;null!==iD;){if(s=iD,0!=(2048&s.flags))try{switch(s.tag){case 0:case 11:case 15:iz(9,s)}}catch(e){s$(s,s.return,e)}if(s===i){iD=null;break}var x=s.sibling;if(null!==x){x.return=s.return,iD=x;break}iD=s.return}}if(i3=o,r5(),e9&&"function"==typeof e9.onPostCommitFiberRoot)try{e9.onPostCommitFiberRoot(e8,e)}catch(e){}r=!0}return r}finally{tu=n,i4.transition=t}}return!1}function sU(e,t,n){t=a7(e,t=a5(n,t),1),e=oq(e,t,1),t=s_(),null!==e&&(tc(e,1,t),sk(e,t))}function s$(e,t,n){if(3===e.tag)sU(e,e,n);else for(;null!==t;){if(3===t.tag){sU(t,e,n);break}if(1===t.tag){var r=t.stateNode;if("function"==typeof t.type.getDerivedStateFromError||"function"==typeof r.componentDidCatch&&(null===sp||!sp.has(r))){e=ie(t,e=a5(n,e),1),t=oq(t,e,1),e=s_(),null!==t&&(tc(t,1,e),sk(t,e));break}}t=t.return}}function sZ(e,t,n){var r=e.pingCache;null!==r&&r.delete(t),t=s_(),e.pingedLanes|=e.suspendedLanes&n,i5===e&&(i9&n)===n&&(4===se||3===se&&(0x7c00000&i9)===i9&&500>eJ()-ss?sI(e,0):so|=n),sk(e,t)}function sH(e,t){0===t&&(0==(1&e.mode)?t=1:(t=tn,0==(0x7c00000&(tn<<=1))&&(tn=4194304)));var n=s_();null!==(e=oU(e,t))&&(tc(e,t,n),sk(e,n))}function sV(e){var t=e.memoizedState,n=0;null!==t&&(n=t.retryLane),sH(e,n)}function sq(e,t){var n=0;switch(e.tag){case 13:var r=e.stateNode,o=e.memoizedState;null!==o&&(n=o.retryLane);break;case 19:r=e.stateNode;break;default:throw Error(d(314))}null!==r&&r.delete(t),sH(e,n)}function sW(e,t){return eK(e,t)}function sG(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 sK(e,t,n,r){return new sG(e,t,n,r)}function sY(e){return!(!(e=e.prototype)||!e.isReactComponent)}c=function(e,t,n){if(null!==e){if(e.memoizedProps!==t.pendingProps||rq.current)ii=!0;else{if(0==(e.lanes&n)&&0==(128&t.flags))return ii=!1,function(e,t,n){switch(t.tag){case 3:im(t),o_();break;case 5:o3(t);break;case 1:rK(t.type)&&rJ(t);break;case 4:o2(t,t.stateNode.containerInfo);break;case 10:var r=t.type._context,o=t.memoizedProps.value;rZ(oC,r._currentValue),r._currentValue=o;break;case 13:if(null!==(r=t.memoizedState)){if(null!==r.dehydrated)return rZ(o8,1&o8.current),t.flags|=128,null;if(0!=(n&t.child.childLanes))return ix(e,t,n);return rZ(o8,1&o8.current),null!==(e=iP(e,t,n))?e.sibling:null}rZ(o8,1&o8.current);break;case 19:if(r=0!=(n&t.childLanes),0!=(128&e.flags)){if(r)return ij(e,t,n);t.flags|=128}if(null!==(o=t.memoizedState)&&(o.rendering=null,o.tail=null,o.lastEffect=null),rZ(o8,o8.current),!r)return null;break;case 22:case 23:return t.lanes=0,id(e,t,n)}return iP(e,t,n)}(e,t,n);ii=0!=(131072&e.flags)}}else ii=!1,od&&0!=(1048576&t.flags)&&oi(t,r7,t.index);switch(t.lanes=0,t.tag){case 2:var r=t.type;iE(e,t),e=t.pendingProps;var o=rG(t,rV.current);oL(t,n),o=ap(null,t,r,e,o,n);var a=af();return t.flags|=1,"object"==typeof o&&null!==o&&"function"==typeof o.render&&void 0===o.$$typeof?(t.tag=1,t.memoizedState=null,t.updateQueue=null,rK(r)?(a=!0,rJ(t)):a=!1,t.memoizedState=null!==o.state&&void 0!==o.state?o.state:null,oZ(t),o.updater=a0,t.stateNode=o,o._reactInternals=t,a3(t,r,e,n),t=ih(null,t,r,!0,a,n)):(t.tag=0,od&&a&&os(t),is(null,t,o,n),t=t.child),t;case 16:r=t.elementType;e:{switch(iE(e,t),e=t.pendingProps,r=(o=r._init)(r._payload),t.type=r,o=t.tag=function(e){if("function"==typeof e)return sY(e)?1:0;if(null!=e){if((e=e.$$typeof)===D)return 11;if(e===R)return 14}return 2}(r),e=aX(r,e),o){case 0:t=ig(null,t,r,e,n);break e;case 1:t=ib(null,t,r,e,n);break e;case 11:t=ic(null,t,r,e,n);break e;case 14:t=il(null,t,r,aX(r.type,e),n);break e}throw Error(d(306,r,""))}return t;case 0:return r=t.type,o=t.pendingProps,o=t.elementType===r?o:aX(r,o),ig(e,t,r,o,n);case 1:return r=t.type,o=t.pendingProps,o=t.elementType===r?o:aX(r,o),ib(e,t,r,o,n);case 3:e:{if(im(t),null===e)throw Error(d(387));r=t.pendingProps,o=(a=t.memoizedState).element,oH(e,t),oK(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,256&t.flags){o=a5(Error(d(423)),t),t=iy(e,t,r,n,o);break e}else if(r!==o){o=a5(Error(d(424)),t),t=iy(e,t,r,n,o);break e}else for(ou=rj(t.stateNode.containerInfo.firstChild),ol=t,od=!0,op=null,n=oP(t,null,r,n),t.child=n;n;)n.flags=-3&n.flags|4096,n=n.sibling}else{if(o_(),r===o){t=iP(e,t,n);break e}is(e,t,r,n)}t=t.child}return t;case 5:return o3(t),null===e&&oh(t),r=t.type,o=t.pendingProps,a=null!==e?e.memoizedProps:null,i=o.children,rv(r,o)?i=null:null!==a&&rv(r,a)&&(t.flags|=32),ip(e,t),is(e,t,i,n),t.child;case 6:return null===e&&oh(t),null;case 13:return ix(e,t,n);case 4:return o2(t,t.stateNode.containerInfo),r=t.pendingProps,null===e?t.child=oE(t,null,r,n):is(e,t,r,n),t.child;case 11:return r=t.type,o=t.pendingProps,o=t.elementType===r?o:aX(r,o),ic(e,t,r,o,n);case 7:return is(e,t,t.pendingProps,n),t.child;case 8:case 12:return is(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,rZ(oC,r._currentValue),r._currentValue=i,null!==a){if(nL(a.value,i)){if(a.children===o.children&&!rq.current){t=iP(e,t,n);break e}}else for(null!==(a=t.child)&&(a.return=t);null!==a;){var s=a.dependencies;if(null!==s){i=a.child;for(var c=s.firstContext;null!==c;){if(c.context===r){if(1===a.tag){(c=oV(-1,n&-n)).tag=2;var l=a.updateQueue;if(null!==l){var u=(l=l.shared).pending;null===u?c.next=c:(c.next=u.next,u.next=c),l.pending=c}}a.lanes|=n,null!==(c=a.alternate)&&(c.lanes|=n),oN(a.return,n,t),s.lanes|=n;break}c=c.next}}else if(10===a.tag)i=a.type===t.type?null:a.child;else if(18===a.tag){if(null===(i=a.return))throw Error(d(341));i.lanes|=n,null!==(s=i.alternate)&&(s.lanes|=n),oN(i,n,t),i=a.sibling}else i=a.child;if(null!==i)i.return=a;else for(i=a;null!==i;){if(i===t){i=null;break}if(null!==(a=i.sibling)){a.return=i.return,i=a;break}i=i.return}a=i}}is(e,t,o.children,n),t=t.child}return t;case 9:return o=t.type,r=t.pendingProps.children,oL(t,n),r=r(o=oR(o)),t.flags|=1,is(e,t,r,n),t.child;case 14:return o=aX(r=t.type,t.pendingProps),o=aX(r.type,o),il(e,t,r,o,n);case 15:return iu(e,t,t.type,t.pendingProps,n);case 17:return r=t.type,o=t.pendingProps,o=t.elementType===r?o:aX(r,o),iE(e,t),t.tag=1,rK(r)?(e=!0,rJ(t)):e=!1,oL(t,n),a2(t,r,o),a3(t,r,o,n),ih(null,t,r,!0,e,n);case 19:return ij(e,t,n);case 22:return id(e,t,n)}throw Error(d(156,t.tag))};function sQ(e,t){var n=e.alternate;return null===n?((n=sK(e.tag,t,e.key,e.mode)).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=0xe00000&e.flags,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=null===t?null:{lanes:t.lanes,firstContext:t.firstContext},n.sibling=e.sibling,n.index=e.index,n.ref=e.ref,n}function sX(e,t,n,r,o,a){var i=2;if(r=e,"function"==typeof e)sY(e)&&(i=1);else if("string"==typeof e)i=5;else e:switch(e){case C:return sJ(n.children,o,a,t);case A:i=8,o|=8;break;case T:return(e=sK(12,n,t,2|o)).elementType=T,e.lanes=a,e;case N:return(e=sK(13,n,t,o)).elementType=N,e.lanes=a,e;case L:return(e=sK(19,n,t,o)).elementType=L,e.lanes=a,e;case z:return s0(n,o,a,t);default:if("object"==typeof e&&null!==e)switch(e.$$typeof){case I:i=10;break e;case M:i=9;break e;case D:i=11;break e;case R:i=14;break e;case F:i=16,r=null;break e}throw Error(d(130,null==e?e:typeof e,""))}return(t=sK(i,n,t,o)).elementType=e,t.type=r,t.lanes=a,t}function sJ(e,t,n,r){return(e=sK(7,e,r,t)).lanes=n,e}function s0(e,t,n,r){return(e=sK(22,e,r,t)).elementType=z,e.lanes=n,e.stateNode={isHidden:!1},e}function s1(e,t,n){return(e=sK(6,e,null,t)).lanes=n,e}function s2(e,t,n){return(t=sK(4,null!==e.children?e.children:[],e.key,t)).lanes=n,t.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},t}function s4(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=ts(0),this.expirationTimes=ts(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=ts(0),this.identifierPrefix=r,this.onRecoverableError=o,this.mutableSourceEagerHydrationData=null}function s3(e,t,n,r,o,a,i,s,c){return e=new s4(e,t,n,s,c),1===t?(t=1,!0===a&&(t|=8)):t=0,a=sK(3,null,null,t),e.current=a,a.stateNode=e,a.memoizedState={element:r,isDehydrated:n,cache:null,transitions:null,pendingSuspenseBoundaries:null},oZ(a),e}function s5(e){if(!e)return rH;e=e._reactInternals;e:{if(eV(e)!==e||1!==e.tag)throw Error(d(170));var t=e;do{switch(t.tag){case 3:t=t.stateNode.context;break e;case 1:if(rK(t.type)){t=t.stateNode.__reactInternalMemoizedMergedChildContext;break e}}t=t.return}while(null!==t);throw Error(d(171))}if(1===e.tag){var n=e.type;if(rK(n))return rX(e,n,t)}return t}function s8(e,t,n,r,o,a,i,s,c){return(e=s3(n,r,!0,e,o,a,i,s,c)).context=s5(null),n=e.current,r=s_(),(a=oV(r,o=sx(n))).callback=null!=t?t:null,oq(n,a,o),e.current.lanes=o,tc(e,o,r),sk(e,r),e}function s9(e,t,n,r){var o=t.current,a=s_(),i=sx(o);return n=s5(n),null===t.context?t.context=n:t.pendingContext=n,(t=oV(a,i)).payload={element:e},null!==(r=void 0===r?null:r)&&(t.callback=r),null!==(e=oq(o,t,i))&&(sw(e,o,i,a),oW(e,o,i)),i}function s6(e){return(e=e.current).child?(e.child.tag,e.child.stateNode):null}function s7(e,t){if(null!==(e=e.memoizedState)&&null!==e.dehydrated){var n=e.retryLane;e.retryLane=0!==n&&n<t?n:t}}function ce(e,t){s7(e,t),(e=e.alternate)&&s7(e,t)}var ct="function"==typeof reportError?reportError:function(e){console.error(e)};function cn(e){this._internalRoot=e}function cr(e){this._internalRoot=e}function co(e){return!(!e||1!==e.nodeType&&9!==e.nodeType&&11!==e.nodeType)}function ca(e){return!(!e||1!==e.nodeType&&9!==e.nodeType&&11!==e.nodeType&&(8!==e.nodeType||" react-mount-point-unstable "!==e.nodeValue))}function ci(){}cr.prototype.render=cn.prototype.render=function(e){var t=this._internalRoot;if(null===t)throw Error(d(409));s9(e,t,null,null)},cr.prototype.unmount=cn.prototype.unmount=function(){var e=this._internalRoot;if(null!==e){this._internalRoot=null;var t=e.containerInfo;sA(function(){s9(null,e,null,null)}),t[rT]=null}},cr.prototype.unstable_scheduleHydration=function(e){if(e){var t=tb();e={blockedOn:null,target:e,priority:t};for(var n=0;n<tS.length&&0!==t&&t<tS[n].priority;n++);tS.splice(n,0,e),0===n&&tP(e)}};function cs(e,t,n,r,o){var a=n._reactRootContainer;if(a){var i=a;if("function"==typeof o){var s=o;o=function(){var e=s6(i);s.call(e)}}s9(t,i,e,o)}else i=function(e,t,n,r,o){if(o){if("function"==typeof r){var a=r;r=function(){var e=s6(i);a.call(e)}}var i=s8(t,r,e,0,null,!1,!1,"",ci);return e._reactRootContainer=i,e[rT]=i.current,ra(8===e.nodeType?e.parentNode:e),sA(),i}for(;o=e.lastChild;)e.removeChild(o);if("function"==typeof r){var s=r;r=function(){var e=s6(c);s.call(e)}}var c=s3(e,0,!1,null,null,!1,!1,"",ci);return e._reactRootContainer=c,e[rT]=c.current,ra(8===e.nodeType?e.parentNode:e),sA(function(){s9(t,c,n,r)}),c}(n,t,e,o,r);return s6(i)}tp=function(e){switch(e.tag){case 3:var t=e.stateNode;if(t.current.memoizedState.isDehydrated){var n=tr(t.pendingLanes);0!==n&&(tl(t,1|n),sk(t,eJ()),0==(6&i3)&&(sc=eJ()+500,r5()))}break;case 13:sA(function(){var t=oU(e,1);null!==t&&sw(t,e,1,s_())}),ce(e,1)}},tf=function(e){if(13===e.tag){var t=oU(e,0x8000000);null!==t&&sw(t,e,0x8000000,s_()),ce(e,0x8000000)}},tg=function(e){if(13===e.tag){var t=sx(e),n=oU(e,t);null!==n&&sw(n,e,t,s_()),ce(e,t)}},tb=function(){return tu},th=function(e,t){var n=tu;try{return tu=e,t()}finally{tu=n}},eO=function(e,t,n){switch(t){case"input":if(et(e,n),t=n.name,"radio"===n.type&&null!=t){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=rF(r);if(!o)throw Error(d(90));Y(r),et(r,o)}}}break;case"textarea":ec(e,n);break;case"select":null!=(t=n.value)&&ea(e,!!n.multiple,t,!1)}},eT=sC,eI=sA;var cc={findFiberByHostInstance:rN,bundleType:0,version:"18.3.0",rendererPackageName:"react-dom"},cl={bundleType:cc.bundleType,version:cc.version,rendererPackageName:cc.rendererPackageName,rendererConfig:cc.rendererConfig,overrideHookState:null,overrideHookStateDeletePath:null,overrideHookStateRenamePath:null,overrideProps:null,overridePropsDeletePath:null,overridePropsRenamePath:null,setErrorHandler:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:j.ReactCurrentDispatcher,findHostInstanceByFiber:function(e){return null===(e=eG(e))?null:e.stateNode},findFiberByHostInstance:cc.findFiberByHostInstance||function(){return null},findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null,reconcilerVersion:"18.3.0-next-8a015b68cc-20240425"};if("undefined"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__){var cu=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!cu.isDisabled&&cu.supportsFiber)try{e8=cu.inject(cl),e9=cu}catch(e){}}t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED={usingClientEntryPoint:!1,Events:[rL,rR,rF,eC,eA,sC]},t.createPortal=function(e,t){var n=2<arguments.length&&void 0!==arguments[2]?arguments[2]:null;if(!co(t))throw Error(d(200));return function(e,t,n){var r=3<arguments.length&&void 0!==arguments[3]?arguments[3]:null;return{$$typeof:P,key:null==r?null:""+r,children:e,containerInfo:t,implementation:n}}(e,t,null,n)},t.createRoot=function(e,t){if(!co(e))throw Error(d(299));var n=!1,r="",o=ct;return null!=t&&(!0===t.unstable_strictMode&&(n=!0),void 0!==t.identifierPrefix&&(r=t.identifierPrefix),void 0!==t.onRecoverableError&&(o=t.onRecoverableError)),t=s3(e,1,!1,null,null,n,!1,r,o),e[rT]=t.current,ra(8===e.nodeType?e.parentNode:e),new cn(t)},t.findDOMNode=function(e){if(null==e)return null;if(1===e.nodeType)return e;var t=e._reactInternals;if(void 0===t){if("function"==typeof e.render)throw Error(d(188));throw Error(d(268,e=Object.keys(e).join(",")))}return e=null===(e=eG(t))?null:e.stateNode},t.flushSync=function(e){return sA(e)},t.hydrate=function(e,t,n){if(!ca(t))throw Error(d(200));return cs(null,e,t,!0,n)},t.hydrateRoot=function(e,t,n){if(!co(e))throw Error(d(405));var r=null!=n&&n.hydratedSources||null,o=!1,a="",i=ct;if(null!=n&&(!0===n.unstable_strictMode&&(o=!0),void 0!==n.identifierPrefix&&(a=n.identifierPrefix),void 0!==n.onRecoverableError&&(i=n.onRecoverableError)),t=s8(t,null,e,1,null!=n?n:null,o,!1,a,i),e[rT]=t.current,ra(e),r)for(e=0;e<r.length;e++)o=(o=(n=r[e])._getVersion)(n._source),null==t.mutableSourceEagerHydrationData?t.mutableSourceEagerHydrationData=[n,o]:t.mutableSourceEagerHydrationData.push(n,o);return new cr(t)},t.render=function(e,t,n){if(!ca(t))throw Error(d(200));return cs(null,e,t,!1,n)},t.unmountComponentAtNode=function(e){if(!ca(e))throw Error(d(40));return!!e._reactRootContainer&&(sA(function(){cs(null,null,e,!1,function(){e._reactRootContainer=null,e[rT]=null})}),!0)},t.unstable_batchedUpdates=sC,t.unstable_renderSubtreeIntoContainer=function(e,t,n,r){if(!ca(n))throw Error(d(200));if(null==e||void 0===e._reactInternals)throw Error(d(38));return cs(e,t,n,!1,r)},t.version="18.3.0-next-8a015b68cc-20240425"},37634:function(e,t,n){"use strict";var r=n(31542);t.createRoot=r.createRoot,t.hydrateRoot=r.hydrateRoot},31542:function(e,t,n){"use strict";!function e(){if("undefined"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE)try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(e)}catch(e){console.error(e)}}(),e.exports=n(43577)},54335:function(e){var t="undefined"!=typeof Element,n="function"==typeof Map,r="function"==typeof Set,o="function"==typeof ArrayBuffer&&!!ArrayBuffer.isView;e.exports=function(e,a){try{return function e(a,i){if(a===i)return!0;if(a&&i&&"object"==typeof a&&"object"==typeof i){var s,c,l,u;if(a.constructor!==i.constructor)return!1;if(Array.isArray(a)){if((s=a.length)!=i.length)return!1;for(c=s;0!=c--;)if(!e(a[c],i[c]))return!1;return!0}if(n&&a instanceof Map&&i instanceof Map){if(a.size!==i.size)return!1;for(u=a.entries();!(c=u.next()).done;)if(!i.has(c.value[0]))return!1;for(u=a.entries();!(c=u.next()).done;)if(!e(c.value[1],i.get(c.value[0])))return!1;return!0}if(r&&a instanceof Set&&i instanceof Set){if(a.size!==i.size)return!1;for(u=a.entries();!(c=u.next()).done;)if(!i.has(c.value[0]))return!1;return!0}if(o&&ArrayBuffer.isView(a)&&ArrayBuffer.isView(i)){if((s=a.length)!=i.length)return!1;for(c=s;0!=c--;)if(a[c]!==i[c])return!1;return!0}if(a.constructor===RegExp)return a.source===i.source&&a.flags===i.flags;if(a.valueOf!==Object.prototype.valueOf&&"function"==typeof a.valueOf&&"function"==typeof i.valueOf)return a.valueOf()===i.valueOf();if(a.toString!==Object.prototype.toString&&"function"==typeof a.toString&&"function"==typeof i.toString)return a.toString()===i.toString();if((s=(l=Object.keys(a)).length)!==Object.keys(i).length)return!1;for(c=s;0!=c--;)if(!Object.prototype.hasOwnProperty.call(i,l[c]))return!1;if(t&&a instanceof Element)return!1;for(c=s;0!=c--;){if("_owner"!==l[c]&&"__v"!==l[c]&&"__o"!==l[c]||!a.$$typeof){if(!e(a[l[c]],i[l[c]]))return!1}}return!0}return a!=a&&i!=i}(e,a)}catch(e){if((e.message||"").match(/stack|recursion/i))return console.warn("react-fast-compare cannot handle circular refs"),!1;throw e}}},92883:function(e,t,n){"use strict";n.d(t,{B6:function(){return Z},ql:function(){return Q}});var r=n(27378),o=n(23615),a=n.n(o),i=n(54335),s=n.n(i),c=n(3996),l=n.n(c),u=n(74445),d=n.n(u);function p(){return(p=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}function f(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,g(e,t)}function g(e,t){return(g=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function b(e,t){if(null==e)return{};var n,r,o={},a=Object.keys(e);for(r=0;r<a.length;r++)t.indexOf(n=a[r])>=0||(o[n]=e[n]);return o}var h={BASE:"base",BODY:"body",HEAD:"head",HTML:"html",LINK:"link",META:"meta",NOSCRIPT:"noscript",SCRIPT:"script",STYLE:"style",TITLE:"title",FRAGMENT:"Symbol(react.fragment)"},m={rel:["amphtml","canonical","alternate"]},y={type:["application/ld+json"]},v={charset:"",name:["robots","description"],property:["og:type","og:title","og:url","og:image","og:image:alt","og:description","twitter:url","twitter:title","twitter:description","twitter:image","twitter:image:alt","twitter:card","twitter:site"]},_=Object.keys(h).map(function(e){return h[e]}),x={accesskey:"accessKey",charset:"charSet",class:"className",contenteditable:"contentEditable",contextmenu:"contextMenu","http-equiv":"httpEquiv",itemprop:"itemProp",tabindex:"tabIndex"},w=Object.keys(x).reduce(function(e,t){return e[x[t]]=t,e},{}),k=function(e,t){for(var n=e.length-1;n>=0;n-=1){var r=e[n];if(Object.prototype.hasOwnProperty.call(r,t))return r[t]}return null},S=function(e){var t=k(e,h.TITLE),n=k(e,"titleTemplate");if(Array.isArray(t)&&(t=t.join("")),n&&t)return n.replace(/%s/g,function(){return t});var r=k(e,"defaultTitle");return t||r||void 0},O=function(e,t){return t.filter(function(t){return void 0!==t[e]}).map(function(t){return t[e]}).reduce(function(e,t){return p({},e,t)},{})},j=function(e,t,n){var r={};return n.filter(function(t){return!!Array.isArray(t[e])||(void 0!==t[e]&&console&&"function"==typeof console.warn&&console.warn("Helmet: "+e+' should be of type "Array". Instead found type "'+typeof t[e]+'"'),!1)}).map(function(t){return t[e]}).reverse().reduce(function(e,n){var o={};n.filter(function(e){for(var n,a=Object.keys(e),i=0;i<a.length;i+=1){var s=a[i],c=s.toLowerCase();-1===t.indexOf(c)||"rel"===n&&"canonical"===e[n].toLowerCase()||"rel"===c&&"stylesheet"===e[c].toLowerCase()||(n=c),-1===t.indexOf(s)||"innerHTML"!==s&&"cssText"!==s&&"itemprop"!==s||(n=s)}if(!n||!e[n])return!1;var l=e[n].toLowerCase();return r[n]||(r[n]={}),o[n]||(o[n]={}),!r[n][l]&&(o[n][l]=!0,!0)}).reverse().forEach(function(t){return e.push(t)});for(var a=Object.keys(o),i=0;i<a.length;i+=1){var s=a[i],c=p({},r[s],o[s]);r[s]=c}return e},[]).reverse()},E=function(e,t){if(Array.isArray(e)&&e.length){for(var n=0;n<e.length;n+=1)if(e[n][t])return!0}return!1},P=function(e){return Array.isArray(e)?e.join(""):e},C=function(e,t){return Array.isArray(e)?e.reduce(function(e,n){return!function(e,t){for(var n=Object.keys(e),r=0;r<n.length;r+=1)if(t[n[r]]&&t[n[r]].includes(e[n[r]]))return!0;return!1}(n,t)?e.default.push(n):e.priority.push(n),e},{priority:[],default:[]}):{default:e}},A=function(e,t){var n;return p({},e,((n={})[t]=void 0,n))},T=[h.NOSCRIPT,h.SCRIPT,h.STYLE],I=function(e,t){return void 0===t&&(t=!0),!1===t?String(e):String(e).replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'")},M=function(e){return Object.keys(e).reduce(function(t,n){var r=void 0!==e[n]?n+'="'+e[n]+'"':""+n;return t?t+" "+r:r},"")},D=function(e,t){return void 0===t&&(t={}),Object.keys(e).reduce(function(t,n){return t[x[n]||n]=e[n],t},t)},N=function(e,t){return t.map(function(t,n){var o,a=((o={key:n})["data-rh"]=!0,o);return Object.keys(t).forEach(function(e){var n=x[e]||e;"innerHTML"===n||"cssText"===n?a.dangerouslySetInnerHTML={__html:t.innerHTML||t.cssText}:a[n]=t[e]}),r.createElement(e,a)})},L=function(e,t,n){switch(e){case h.TITLE:return{toComponent:function(){var e,n,o,a;return n=t.titleAttributes,(o={key:e=t.title})["data-rh"]=!0,a=D(n,o),[r.createElement(h.TITLE,a,e)]},toString:function(){var r,o,a,i,s,c;return r=e,o=t.title,a=t.titleAttributes,i=n,s=M(a),c=P(o),s?"<"+r+' data-rh="true" '+s+">"+I(c,i)+"</"+r+">":"<"+r+' data-rh="true">'+I(c,i)+"</"+r+">"}};case"bodyAttributes":case"htmlAttributes":return{toComponent:function(){return D(t)},toString:function(){return M(t)}};default:return{toComponent:function(){return N(e,t)},toString:function(){var r,o,a;return r=e,o=t,a=n,o.reduce(function(e,t){var n=Object.keys(t).filter(function(e){return!("innerHTML"===e||"cssText"===e)}).reduce(function(e,n){var r=void 0===t[n]?n:n+'="'+I(t[n],a)+'"';return e?e+" "+r:r},""),o=t.innerHTML||t.cssText||"",i=-1===T.indexOf(r);return e+"<"+r+' data-rh="true" '+n+(i?"/>":">"+o+"</"+r+">")},"")}}}},R=function(e){var t=e.baseTag,n=e.bodyAttributes,r=e.encode,o=e.htmlAttributes,a=e.noscriptTags,i=e.styleTags,s=e.title,c=e.titleAttributes,l=e.linkTags,u=e.metaTags,d=e.scriptTags,p={toComponent:function(){},toString:function(){return""}};if(e.prioritizeSeoTags){var f,g,b,_,x,w,k,S=(g=(f=e).linkTags,b=f.scriptTags,_=f.encode,x=C(f.metaTags,v),w=C(g,m),k=C(b,y),{priorityMethods:{toComponent:function(){return[].concat(N(h.META,x.priority),N(h.LINK,w.priority),N(h.SCRIPT,k.priority))},toString:function(){return L(h.META,x.priority,_)+" "+L(h.LINK,w.priority,_)+" "+L(h.SCRIPT,k.priority,_)}},metaTags:x.default,linkTags:w.default,scriptTags:k.default});p=S.priorityMethods,l=S.linkTags,u=S.metaTags,d=S.scriptTags}return{priority:p,base:L(h.BASE,t,r),bodyAttributes:L("bodyAttributes",n,r),htmlAttributes:L("htmlAttributes",o,r),link:L(h.LINK,l,r),meta:L(h.META,u,r),noscript:L(h.NOSCRIPT,a,r),script:L(h.SCRIPT,d,r),style:L(h.STYLE,i,r),title:L(h.TITLE,{title:void 0===s?"":s,titleAttributes:c},r)}},F=[],z=function(e,t){var n=this;void 0===t&&(t="undefined"!=typeof document),this.instances=[],this.value={setHelmet:function(e){n.context.helmet=e},helmetInstances:{get:function(){return n.canUseDOM?F:n.instances},add:function(e){(n.canUseDOM?F:n.instances).push(e)},remove:function(e){var t=(n.canUseDOM?F:n.instances).indexOf(e);(n.canUseDOM?F:n.instances).splice(t,1)}}},this.context=e,this.canUseDOM=t,t||(e.helmet=R({baseTag:[],bodyAttributes:{},encodeSpecialCharacters:!0,htmlAttributes:{},linkTags:[],metaTags:[],noscriptTags:[],scriptTags:[],styleTags:[],title:"",titleAttributes:{}}))},B=r.createContext({}),U=a().shape({setHelmet:a().func,helmetInstances:a().shape({get:a().func,add:a().func,remove:a().func})}),$="undefined"!=typeof document,Z=function(e){function t(n){var r;return(r=e.call(this,n)||this).helmetData=new z(r.props.context,t.canUseDOM),r}return f(t,e),t.prototype.render=function(){return r.createElement(B.Provider,{value:this.helmetData.value},this.props.children)},t}(r.Component);Z.canUseDOM=$,Z.propTypes={context:a().shape({helmet:a().shape()}),children:a().node.isRequired},Z.defaultProps={context:{}},Z.displayName="HelmetProvider";var H=function(e,t){var n,r=document.head||document.querySelector(h.HEAD),o=r.querySelectorAll(e+"[data-rh]"),a=[].slice.call(o),i=[];return t&&t.length&&t.forEach(function(t){var r=document.createElement(e);for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&("innerHTML"===o?r.innerHTML=t.innerHTML:"cssText"===o?r.styleSheet?r.styleSheet.cssText=t.cssText:r.appendChild(document.createTextNode(t.cssText)):r.setAttribute(o,void 0===t[o]?"":t[o]));r.setAttribute("data-rh","true"),a.some(function(e,t){return n=t,r.isEqualNode(e)})?a.splice(n,1):i.push(r)}),a.forEach(function(e){return e.parentNode.removeChild(e)}),i.forEach(function(e){return r.appendChild(e)}),{oldTags:a,newTags:i}},V=function(e,t){var n=document.getElementsByTagName(e)[0];if(n){for(var r=n.getAttribute("data-rh"),o=r?r.split(","):[],a=[].concat(o),i=Object.keys(t),s=0;s<i.length;s+=1){var c=i[s],l=t[c]||"";n.getAttribute(c)!==l&&n.setAttribute(c,l),-1===o.indexOf(c)&&o.push(c);var u=a.indexOf(c);-1!==u&&a.splice(u,1)}for(var d=a.length-1;d>=0;d-=1)n.removeAttribute(a[d]);o.length===a.length?n.removeAttribute("data-rh"):n.getAttribute("data-rh")!==i.join(",")&&n.setAttribute("data-rh",i.join(","))}},q=function(e,t){var n,r,o=e.baseTag,a=e.htmlAttributes,i=e.linkTags,s=e.metaTags,c=e.noscriptTags,l=e.onChangeClientState,u=e.scriptTags,d=e.styleTags,p=e.title,f=e.titleAttributes;V(h.BODY,e.bodyAttributes),V(h.HTML,a),n=p,r=f,void 0!==n&&document.title!==n&&(document.title=P(n)),V(h.TITLE,r);var g={baseTag:H(h.BASE,o),linkTags:H(h.LINK,i),metaTags:H(h.META,s),noscriptTags:H(h.NOSCRIPT,c),scriptTags:H(h.SCRIPT,u),styleTags:H(h.STYLE,d)},b={},m={};Object.keys(g).forEach(function(e){var t=g[e],n=t.newTags,r=t.oldTags;n.length&&(b[e]=n),r.length&&(m[e]=g[e].oldTags)}),t&&t(),l(e,b,m)},W=null,G=function(e){function t(){for(var t,n=arguments.length,r=Array(n),o=0;o<n;o++)r[o]=arguments[o];return(t=e.call.apply(e,[this].concat(r))||this).rendered=!1,t}f(t,e);var n=t.prototype;return n.shouldComponentUpdate=function(e){return!d()(e,this.props)},n.componentDidUpdate=function(){this.emitChange()},n.componentWillUnmount=function(){this.props.context.helmetInstances.remove(this),this.emitChange()},n.emitChange=function(){var e,t,n=this.props.context,r=n.setHelmet,o=null,a={baseTag:(e=["href"],(t=n.helmetInstances.get().map(function(e){var t=p({},e.props);return delete t.context,t})).filter(function(e){return void 0!==e[h.BASE]}).map(function(e){return e[h.BASE]}).reverse().reduce(function(t,n){if(!t.length)for(var r=Object.keys(n),o=0;o<r.length;o+=1){var a=r[o].toLowerCase();if(-1!==e.indexOf(a)&&n[a])return t.concat(n)}return t},[])),bodyAttributes:O("bodyAttributes",t),defer:k(t,"defer"),encode:k(t,"encodeSpecialCharacters"),htmlAttributes:O("htmlAttributes",t),linkTags:j(h.LINK,["rel","href"],t),metaTags:j(h.META,["name","charset","http-equiv","property","itemprop"],t),noscriptTags:j(h.NOSCRIPT,["innerHTML"],t),onChangeClientState:k(t,"onChangeClientState")||function(){},scriptTags:j(h.SCRIPT,["src","innerHTML"],t),styleTags:j(h.STYLE,["cssText"],t),title:S(t),titleAttributes:O("titleAttributes",t),prioritizeSeoTags:E(t,"prioritizeSeoTags")};Z.canUseDOM?(W&&cancelAnimationFrame(W),a.defer?W=requestAnimationFrame(function(){q(a,function(){W=null})}):(q(a),W=null)):R&&(o=R(a)),r(o)},n.init=function(){this.rendered||(this.rendered=!0,this.props.context.helmetInstances.add(this),this.emitChange())},n.render=function(){return this.init(),null},t}(r.Component);G.propTypes={context:U.isRequired},G.displayName="HelmetDispatcher";var K=["children"],Y=["children"],Q=function(e){function t(){return e.apply(this,arguments)||this}f(t,e);var n=t.prototype;return n.shouldComponentUpdate=function(e){return!s()(A(this.props,"helmetData"),A(e,"helmetData"))},n.mapNestedChildrenToProps=function(e,t){if(!t)return null;switch(e.type){case h.SCRIPT:case h.NOSCRIPT:return{innerHTML:t};case h.STYLE:return{cssText:t};default:throw Error("<"+e.type+" /> elements are self-closing and can not contain children. Refer to our API for more information.")}},n.flattenArrayTypeChildren=function(e){var t,n=e.child,r=e.arrayTypeChildren;return p({},r,((t={})[n.type]=[].concat(r[n.type]||[],[p({},e.newChildProps,this.mapNestedChildrenToProps(n,e.nestedChildren))]),t))},n.mapObjectTypeChildren=function(e){var t,n,r=e.child,o=e.newProps,a=e.newChildProps,i=e.nestedChildren;switch(r.type){case h.TITLE:return p({},o,((t={})[r.type]=i,t.titleAttributes=p({},a),t));case h.BODY:return p({},o,{bodyAttributes:p({},a)});case h.HTML:return p({},o,{htmlAttributes:p({},a)});default:return p({},o,((n={})[r.type]=p({},a),n))}},n.mapArrayTypeChildrenToProps=function(e,t){var n=p({},t);return Object.keys(e).forEach(function(t){var r;n=p({},n,((r={})[t]=e[t],r))}),n},n.warnOnInvalidChildren=function(e,t){return l()(_.some(function(t){return e.type===t}),"function"==typeof e.type?"You may be attempting to nest <Helmet> components within each other, which is not allowed. Refer to our API for more information.":"Only elements types "+_.join(", ")+" are allowed. Helmet does not support rendering <"+e.type+"> elements. Refer to our API for more information."),l()(!t||"string"==typeof t||Array.isArray(t)&&!t.some(function(e){return"string"!=typeof e}),"Helmet expects a string as a child of <"+e.type+">. Did you forget to wrap your children in braces? ( <"+e.type+">{``}</"+e.type+"> ) Refer to our API for more information."),!0},n.mapChildrenToProps=function(e,t){var n=this,o={};return r.Children.forEach(e,function(e){if(e&&e.props){var r=e.props,a=r.children,i=b(r,K),s=Object.keys(i).reduce(function(e,t){return e[w[t]||t]=i[t],e},{}),c=e.type;switch("symbol"==typeof c?c=c.toString():n.warnOnInvalidChildren(e,a),c){case h.FRAGMENT:t=n.mapChildrenToProps(a,t);break;case h.LINK:case h.META:case h.NOSCRIPT:case h.SCRIPT:case h.STYLE:o=n.flattenArrayTypeChildren({child:e,arrayTypeChildren:o,newChildProps:s,nestedChildren:a});break;default:t=n.mapObjectTypeChildren({child:e,newProps:t,newChildProps:s,nestedChildren:a})}}}),this.mapArrayTypeChildrenToProps(o,t)},n.render=function(){var e=this.props,t=e.children,n=b(e,Y),o=p({},n),a=n.helmetData;return t&&(o=this.mapChildrenToProps(t,o)),!a||a instanceof z||(a=new z(a.context,a.instances)),a?r.createElement(G,p({},o,{context:a.value,helmetData:void 0})):r.createElement(B.Consumer,null,function(e){return r.createElement(G,p({},o,{context:e}))})},t}(r.Component);Q.propTypes={base:a().object,bodyAttributes:a().object,children:a().oneOfType([a().arrayOf(a().node),a().node]),defaultTitle:a().string,defer:a().bool,encodeSpecialCharacters:a().bool,htmlAttributes:a().object,link:a().arrayOf(a().object),meta:a().arrayOf(a().object),noscript:a().arrayOf(a().object),onChangeClientState:a().func,script:a().arrayOf(a().object),style:a().arrayOf(a().object),title:a().string,titleAttributes:a().object,titleTemplate:a().string,prioritizeSeoTags:a().bool,helmetData:a().object},Q.defaultProps={defer:!0,encodeSpecialCharacters:!0,prioritizeSeoTags:!1},Q.displayName="Helmet"},51237:function(e,t,n){"use strict";function r(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}function o(e){if(void 0===e)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function i(){return(i=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}var s=n(27378),c=[],l=[],u=s.createContext(null);function d(e){var t=e(),n={loading:!0,loaded:null,error:null};return n.promise=t.then(function(e){return n.loading=!1,n.loaded=e,e}).catch(function(e){throw n.loading=!1,n.error=e,e}),n}function p(e){var t={loading:!1,loaded:{},error:null},n=[];try{Object.keys(e).forEach(function(r){var o=d(e[r]);o.loading?t.loading=!0:(t.loaded[r]=o.loaded,t.error=o.error),n.push(o.promise),o.promise.then(function(e){t.loaded[r]=e}).catch(function(e){t.error=e})})}catch(e){t.error=e}return t.promise=Promise.all(n).then(function(e){return t.loading=!1,e}).catch(function(e){throw t.loading=!1,e}),t}function f(e,t){var n;return s.createElement((n=e)&&n.__esModule?n.default:n,t)}function g(e,t){if(!t.loading)throw Error("react-loadable requires a `loading` component");var d,p,g=i({loader:null,loading:null,delay:200,timeout:null,render:f,webpack:null,modules:null},t),b=null;function h(){return!b&&(b=e(g.loader)),b.promise}return c.push(h),"function"==typeof g.webpack&&l.push(function(){if((0,g.webpack)().every(function(e){return void 0!==e&&void 0!==n.m[e]}))return h()}),p=d=function(t){function n(n){var r;return a(o(o(r=t.call(this,n)||this)),"retry",function(){r.setState({error:null,loading:!0,timedOut:!1}),b=e(g.loader),r._loadModule()}),h(),r.state={error:b.error,pastDelay:!1,timedOut:!1,loading:b.loading,loaded:b.loaded},r}r(n,t),n.preload=function(){return h()};var i=n.prototype;return i.UNSAFE_componentWillMount=function(){this._loadModule()},i.componentDidMount=function(){this._mounted=!0},i._loadModule=function(){var e=this;if(this.context&&Array.isArray(g.modules)&&g.modules.forEach(function(t){e.context.report(t)}),!!b.loading){var t=function(t){if(!!e._mounted)e.setState(t)};"number"==typeof g.delay&&(0===g.delay?this.setState({pastDelay:!0}):this._delay=setTimeout(function(){t({pastDelay:!0})},g.delay)),"number"==typeof g.timeout&&(this._timeout=setTimeout(function(){t({timedOut:!0})},g.timeout));var n=function(){t({error:b.error,loaded:b.loaded,loading:b.loading}),e._clearTimeouts()};b.promise.then(function(){return n(),null}).catch(function(e){return n(),null})}},i.componentWillUnmount=function(){this._mounted=!1,this._clearTimeouts()},i._clearTimeouts=function(){clearTimeout(this._delay),clearTimeout(this._timeout)},i.render=function(){return this.state.loading||this.state.error?s.createElement(g.loading,{isLoading:this.state.loading,pastDelay:this.state.pastDelay,timedOut:this.state.timedOut,error:this.state.error,retry:this.retry}):this.state.loaded?g.render(this.state.loaded,this.props):null},n}(s.Component),a(d,"contextType",u),p}function b(e){return g(d,e)}b.Map=function(e){if("function"!=typeof e.render)throw Error("LoadableMap requires a `render(loaded, props)` function");return g(p,e)};var h=function(e){function t(){return e.apply(this,arguments)||this}return r(t,e),t.prototype.render=function(){return s.createElement(u.Provider,{value:{report:this.props.report}},s.Children.only(this.props.children))},t}(s.Component);function m(e){for(var t=[];e.length;){var n=e.pop();t.push(n())}return Promise.all(t).then(function(){if(e.length)return m(e)})}b.Capture=h,b.preloadAll=function(){return new Promise(function(e,t){m(c).then(e,t)})},b.preloadReady=function(){return new Promise(function(e,t){m(l).then(e,e)})},e.exports=b},95473:function(e,t,n){"use strict";n.d(t,{H:function(){return i},f:function(){return function e(t,n,o){return void 0===o&&(o=[]),t.some(function(t){var a=t.path?(0,r.LX)(n,t):o.length?o[o.length-1].match:r.F0.computeRootMatch(n);return a&&(o.push({route:t,match:a}),t.routes&&e(t.routes,n,o)),a}),o}}});var r=n(3620),o=n(70252),a=n(27378);function i(e,t,n){return void 0===t&&(t={}),void 0===n&&(n={}),e?a.createElement(r.rs,n,e.map(function(e,n){return a.createElement(r.AW,{key:e.key||n,path:e.path,exact:e.exact,strict:e.strict,render:function(n){return e.render?e.render((0,o.Z)({},n,{},t,{route:e})):a.createElement(e.component,(0,o.Z)({},n,t,{route:e}))}})})):null}},4289:function(e,t,n){"use strict";n.d(t,{OL:function(){return _},UT:function(){return d},VK:function(){return u},rU:function(){return m}});var r=n(3620),o=n(54652),a=n(27378),i=n(52246),s=n(70252),c=n(97784),l=n(6579),u=function(e){function t(){for(var t,n=arguments.length,r=Array(n),o=0;o<n;o++)r[o]=arguments[o];return(t=e.call.apply(e,[this].concat(r))||this).history=(0,i.lX)(t.props),t}return(0,o.Z)(t,e),t.prototype.render=function(){return a.createElement(r.F0,{history:this.history,children:this.props.children})},t}(a.Component),d=function(e){function t(){for(var t,n=arguments.length,r=Array(n),o=0;o<n;o++)r[o]=arguments[o];return(t=e.call.apply(e,[this].concat(r))||this).history=(0,i.q_)(t.props),t}return(0,o.Z)(t,e),t.prototype.render=function(){return a.createElement(r.F0,{history:this.history,children:this.props.children})},t}(a.Component),p=function(e,t){return"function"==typeof e?e(t):e},f=function(e,t){return"string"==typeof e?(0,i.ob)(e,null,null,t):e},g=function(e){return e},b=a.forwardRef;void 0===b&&(b=g);var h=b(function(e,t){var n=e.innerRef,r=e.navigate,o=e.onClick,i=(0,c.Z)(e,["innerRef","navigate","onClick"]),l=i.target,u=(0,s.Z)({},i,{onClick:function(e){var t;try{o&&o(e)}catch(t){throw e.preventDefault(),t}if(!e.defaultPrevented&&0===e.button&&(!l||"_self"===l)&&!((t=e).metaKey||t.altKey||t.ctrlKey||t.shiftKey))e.preventDefault(),r()}});return g!==b?u.ref=t||n:u.ref=n,a.createElement("a",u)}),m=b(function(e,t){var n=e.component,o=void 0===n?h:n,u=e.replace,d=e.to,m=e.innerRef,y=(0,c.Z)(e,["component","replace","to","innerRef"]);return a.createElement(r.s6.Consumer,null,function(e){e||(0,l.Z)(!1);var n=e.history,r=f(p(d,e.location),e.location),c=r?n.createHref(r):"",h=(0,s.Z)({},y,{href:c,navigate:function(){var t=p(d,e.location),r=(0,i.Ep)(e.location)===(0,i.Ep)(f(t));(u||r?n.replace:n.push)(t)}});return g!==b?h.ref=t||m:h.innerRef=m,a.createElement(o,h)})}),y=function(e){return e},v=a.forwardRef;void 0===v&&(v=y);var _=v(function(e,t){var n=e["aria-current"],o=void 0===n?"page":n,i=e.activeClassName,u=void 0===i?"active":i,d=e.activeStyle,g=e.className,b=e.exact,h=e.isActive,_=e.location,x=e.sensitive,w=e.strict,k=e.style,S=e.to,O=e.innerRef,j=(0,c.Z)(e,["aria-current","activeClassName","activeStyle","className","exact","isActive","location","sensitive","strict","style","to","innerRef"]);return a.createElement(r.s6.Consumer,null,function(e){e||(0,l.Z)(!1);var n=_||e.location,i=f(p(S,n),n),c=i.pathname,E=c&&c.replace(/([.+*?=^!:${}()[\]|/\\])/g,"\\$1"),P=E?(0,r.LX)(n.pathname,{path:E,exact:b,sensitive:x,strict:w}):null,C=!!(h?h(P,n):P),A="function"==typeof g?g(C):g,T="function"==typeof k?k(C):k;C&&(A=function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];return t.filter(function(e){return e}).join(" ")}(A,u),T=(0,s.Z)({},T,d));var I=(0,s.Z)({"aria-current":C&&o||null,className:A,style:T,to:i},j);return y!==v?I.ref=t||O:I.innerRef=O,a.createElement(m,I)})})},3620:function(e,t,n){"use strict";n.d(t,{AW:function(){return x},F0:function(){return m},LX:function(){return _},TH:function(){return j},k6:function(){return O},rs:function(){return k},s6:function(){return h}});var r=n(54652),o=n(27378),a=n(23615),i=n.n(a),s=n(52246),c=n(6579),l=n(70252),u=n(54039),d=n.n(u);n(58262),n(97784),n(55839);var p="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==n.g?n.g:{},f=o.createContext||function(e,t){var n,a,s,c="__create-react-context-"+(p[n="__global_unique_id__"]=(p[n]||0)+1)+"__",l=function(e){function n(){for(var t,n,r,o=arguments.length,a=Array(o),i=0;i<o;i++)a[i]=arguments[i];return(t=e.call.apply(e,[this].concat(a))||this).emitter=(n=t.props.value,r=[],{on:function(e){r.push(e)},off:function(e){r=r.filter(function(t){return t!==e})},get:function(){return n},set:function(e,t){n=e,r.forEach(function(e){return e(n,t)})}}),t}(0,r.Z)(n,e);var o=n.prototype;return o.getChildContext=function(){var e;return(e={})[c]=this.emitter,e},o.componentWillReceiveProps=function(e){if(this.props.value!==e.value){var n,r,o,a=this.props.value,i=e.value;if((n=a)===(r=i)?0!==n||1/n==1/r:n!=n&&r!=r)o=0;else{o="function"==typeof t?t(a,i):0x3fffffff;0!=(o|=0)&&this.emitter.set(e.value,o)}}},o.render=function(){return this.props.children},n}(o.Component);l.childContextTypes=((a={})[c]=i().object.isRequired,a);var u=function(t){function n(){for(var e,n=arguments.length,r=Array(n),o=0;o<n;o++)r[o]=arguments[o];return(e=t.call.apply(t,[this].concat(r))||this).observedBits=void 0,e.state={value:e.getValue()},e.onUpdate=function(t,n){((0|e.observedBits)&n)!=0&&e.setState({value:e.getValue()})},e}(0,r.Z)(n,t);var o=n.prototype;return o.componentWillReceiveProps=function(e){var t=e.observedBits;this.observedBits=null==t?0x3fffffff:t},o.componentDidMount=function(){this.context[c]&&this.context[c].on(this.onUpdate);var e=this.props.observedBits;this.observedBits=null==e?0x3fffffff:e},o.componentWillUnmount=function(){this.context[c]&&this.context[c].off(this.onUpdate)},o.getValue=function(){return this.context[c]?this.context[c].get():e},o.render=function(){var e;return(Array.isArray(e=this.props.children)?e[0]:e)(this.state.value)},n}(o.Component);return u.contextTypes=((s={})[c]=i().object,s),{Provider:l,Consumer:u}},g=function(e){var t=f();return t.displayName=e,t},b=g("Router-History"),h=g("Router"),m=function(e){function t(t){var n;return(n=e.call(this,t)||this).state={location:t.history.location},n._isMounted=!1,n._pendingLocation=null,!t.staticContext&&(n.unlisten=t.history.listen(function(e){n._pendingLocation=e})),n}(0,r.Z)(t,e),t.computeRootMatch=function(e){return{path:"/",url:"/",params:{},isExact:"/"===e}};var n=t.prototype;return n.componentDidMount=function(){var e=this;this._isMounted=!0,this.unlisten&&this.unlisten(),!this.props.staticContext&&(this.unlisten=this.props.history.listen(function(t){e._isMounted&&e.setState({location:t})})),this._pendingLocation&&this.setState({location:this._pendingLocation})},n.componentWillUnmount=function(){this.unlisten&&(this.unlisten(),this._isMounted=!1,this._pendingLocation=null)},n.render=function(){return o.createElement(h.Provider,{value:{history:this.props.history,location:this.state.location,match:t.computeRootMatch(this.state.location.pathname),staticContext:this.props.staticContext}},o.createElement(b.Provider,{children:this.props.children||null,value:this.props.history}))},t}(o.Component);o.Component;o.Component;var y={},v=0;function _(e,t){void 0===t&&(t={}),("string"==typeof t||Array.isArray(t))&&(t={path:t});var n=t,r=n.path,o=n.exact,a=void 0!==o&&o,i=n.strict,s=void 0!==i&&i,c=n.sensitive,l=void 0!==c&&c;return[].concat(r).reduce(function(t,n){if(!n&&""!==n)return null;if(t)return t;var r=function(e,t){var n=""+t.end+t.strict+t.sensitive,r=y[n]||(y[n]={});if(r[e])return r[e];var o=[],a={regexp:d()(e,o,t),keys:o};return v<1e4&&(r[e]=a,v++),a}(n,{end:a,strict:s,sensitive:l}),o=r.regexp,i=r.keys,c=o.exec(e);if(!c)return null;var u=c[0],p=c.slice(1),f=e===u;return a&&!f?null:{path:n,url:"/"===n&&""===u?"/":u,isExact:f,params:i.reduce(function(e,t,n){return e[t.name]=p[n],e},{})}},null)}var x=function(e){function t(){return e.apply(this,arguments)||this}return(0,r.Z)(t,e),t.prototype.render=function(){var e=this;return o.createElement(h.Consumer,null,function(t){t||(0,c.Z)(!1);var n,r=e.props.location||t.location,a=e.props.computedMatch?e.props.computedMatch:e.props.path?_(r.pathname,e.props):t.match,i=(0,l.Z)({},t,{location:r,match:a}),s=e.props,u=s.children,d=s.component,p=s.render;if(Array.isArray(u)&&(n=u,0===o.Children.count(n)))u=null;return o.createElement(h.Provider,{value:i},i.match?u?"function"==typeof u?u(i):u:d?o.createElement(d,i):p?p(i):null:"function"==typeof u?u(i):null)})},t}(o.Component);function w(e){return"/"===e.charAt(0)?e:"/"+e}o.Component;var k=function(e){function t(){return e.apply(this,arguments)||this}return(0,r.Z)(t,e),t.prototype.render=function(){var e=this;return o.createElement(h.Consumer,null,function(t){t||(0,c.Z)(!1);var n,r,a=e.props.location||t.location;return o.Children.forEach(e.props.children,function(e){if(null==r&&o.isValidElement(e)){n=e;var i=e.props.path||e.props.from;r=i?_(a.pathname,(0,l.Z)({},e.props,{path:i})):t.match}}),r?o.cloneElement(n,{location:a,computedMatch:r}):null})},t}(o.Component),S=o.useContext;function O(){return S(b)}function j(){return S(h).location}},54039:function(e,t,n){var r=n(55182);e.exports=p,e.exports.parse=a,e.exports.compile=function(e,t){return s(a(e,t),t)},e.exports.tokensToFunction=s,e.exports.tokensToRegExp=d;var o=RegExp("(\\\\.)|([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))","g");function a(e,t){for(var n,r=[],a=0,i=0,s="",l=t&&t.delimiter||"/";null!=(n=o.exec(e));){var u=n[0],d=n[1],p=n.index;if(s+=e.slice(i,p),i=p+u.length,d){s+=d[1];continue}var f=e[i],g=n[2],b=n[3],h=n[4],m=n[5],y=n[6],v=n[7];s&&(r.push(s),s="");var _=null!=g&&null!=f&&f!==g,x="+"===y||"*"===y,w="?"===y||"*"===y,k=g||l,S=h||m,O=g||("string"==typeof r[r.length-1]?r[r.length-1]:"");r.push({name:b||a++,prefix:g||"",delimiter:k,optional:w,repeat:x,partial:_,asterisk:!!v,pattern:S?function(e){return e.replace(/([=!:$\/()])/g,"\\$1")}(S):v?".*":function(e,t){return!t||t.indexOf(e)>-1?"[^"+c(e)+"]+?":c(t)+"|(?:(?!"+c(t)+")[^"+c(e)+"])+?"}(k,O)})}return i<e.length&&(s+=e.substr(i)),s&&r.push(s),r}function i(e){return encodeURI(e).replace(/[\/?#]/g,function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()})}function s(e,t){for(var n=Array(e.length),o=0;o<e.length;o++)"object"==typeof e[o]&&(n[o]=RegExp("^(?:"+e[o].pattern+")$",u(t)));return function(t,o){for(var a="",s=t||{},c=(o||{}).pretty?i:encodeURIComponent,l=0;l<e.length;l++){var u,d=e[l];if("string"==typeof d){a+=d;continue}var p=s[d.name];if(null==p){if(d.optional){d.partial&&(a+=d.prefix);continue}throw TypeError('Expected "'+d.name+'" to be defined')}if(r(p)){if(!d.repeat)throw TypeError('Expected "'+d.name+'" to not repeat, but received `'+JSON.stringify(p)+"`");if(0===p.length){if(d.optional)continue;throw TypeError('Expected "'+d.name+'" to not be empty')}for(var f=0;f<p.length;f++){if(u=c(p[f]),!n[l].test(u))throw TypeError('Expected all "'+d.name+'" to match "'+d.pattern+'", but received `'+JSON.stringify(u)+"`");a+=(0===f?d.prefix:d.delimiter)+u}continue}if(u=d.asterisk?encodeURI(p).replace(/[?#]/g,function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()}):c(p),!n[l].test(u))throw TypeError('Expected "'+d.name+'" to match "'+d.pattern+'", but received "'+u+'"');a+=d.prefix+u}return a}}function c(e){return e.replace(/([.+*?=^!:${}()[\]|\/\\])/g,"\\$1")}function l(e,t){return e.keys=t,e}function u(e){return e&&e.sensitive?"":"i"}function d(e,t,n){!r(t)&&(n=t||n,t=[]);for(var o,a,i=(n=n||{}).strict,s=!1!==n.end,l="",d=0;d<e.length;d++){var p=e[d];if("string"==typeof p)l+=c(p);else{var f=c(p.prefix),g="(?:"+p.pattern+")";t.push(p),p.repeat&&(g+="(?:"+f+g+")*"),l+=g=p.optional?p.partial?f+"("+g+")?":"(?:"+f+"("+g+"))?":f+"("+g+")"}}var b=c(n.delimiter||"/"),h=l.slice(-b.length)===b;return!i&&(l=(h?l.slice(0,-b.length):l)+"(?:"+b+"(?=$))?"),s?l+="$":l+=i&&h?"":"(?="+b+"|$)",o=RegExp("^"+l,u(n)),a=t,o.keys=a,o}function p(e,t,n){var o,i,s;if(!r(t)&&(n=t||n,t=[]),n=n||{},e instanceof RegExp)return function(e,t){var n,r,o=e.source.match(/\((?!\?)/g);if(o)for(var a=0;a<o.length;a++)t.push({name:a,prefix:null,delimiter:null,optional:!1,repeat:!1,partial:!1,asterisk:!1,pattern:null});return n=e,r=t,n.keys=r,n}(e,t);if(r(e))return function(e,t,n){for(var r,o,a=[],i=0;i<e.length;i++)a.push(p(e[i],t,n).source);return r=RegExp("(?:"+a.join("|")+")",u(n)),o=t,r.keys=o,r}(e,t,n);return o=e,i=t,d(a(o,s=n),i,s)}},18395:function(e,t){"use strict";var n="function"==typeof Symbol&&Symbol.for,r=n?Symbol.for("react.element"):60103,o=n?Symbol.for("react.portal"):60106,a=n?Symbol.for("react.fragment"):60107,i=n?Symbol.for("react.strict_mode"):60108,s=n?Symbol.for("react.profiler"):60114,c=n?Symbol.for("react.provider"):60109,l=n?Symbol.for("react.context"):60110,u=n?Symbol.for("react.async_mode"):60111,d=n?Symbol.for("react.concurrent_mode"):60111,p=n?Symbol.for("react.forward_ref"):60112,f=n?Symbol.for("react.suspense"):60113,g=(n&&Symbol.for("react.suspense_list"),n?Symbol.for("react.memo"):60115),b=n?Symbol.for("react.lazy"):60116;n&&Symbol.for("react.block"),n&&Symbol.for("react.fundamental"),n&&Symbol.for("react.responder"),n&&Symbol.for("react.scope")},58262:function(e,t,n){"use strict";n(18395)},71426:function(e,t,n){"use strict";var r=n(27378),o=Symbol.for("react.element"),a=Symbol.for("react.fragment"),i=Object.prototype.hasOwnProperty,s=r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,c={key:!0,ref:!0,__self:!0,__source:!0};function l(e,t,n){var r,a={},l=null,u=null;for(r in void 0!==n&&(l=""+n),void 0!==t.key&&(l=""+t.key),void 0!==t.ref&&(u=t.ref),t)i.call(t,r)&&!c.hasOwnProperty(r)&&(a[r]=t[r]);if(e&&e.defaultProps)for(r in t=e.defaultProps)void 0===a[r]&&(a[r]=t[r]);return{$$typeof:o,type:e,key:l,ref:u,props:a,_owner:s.current}}t.Fragment=a,t.jsx=l,t.jsxs=l},41535:function(e,t){"use strict";var n=Symbol.for("react.element"),r=Symbol.for("react.portal"),o=Symbol.for("react.fragment"),a=Symbol.for("react.strict_mode"),i=Symbol.for("react.profiler"),s=Symbol.for("react.provider"),c=Symbol.for("react.context"),l=Symbol.for("react.forward_ref"),u=Symbol.for("react.suspense"),d=Symbol.for("react.memo"),p=Symbol.for("react.lazy"),f=Symbol.iterator,g={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},b=Object.assign,h={};function m(e,t,n){this.props=e,this.context=t,this.refs=h,this.updater=n||g}function y(){}function v(e,t,n){this.props=e,this.context=t,this.refs=h,this.updater=n||g}m.prototype.isReactComponent={},m.prototype.setState=function(e,t){if("object"!=typeof e&&"function"!=typeof e&&null!=e)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")},m.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},y.prototype=m.prototype;var _=v.prototype=new y;_.constructor=v,b(_,m.prototype),_.isPureReactComponent=!0;var x=Array.isArray,w=Object.prototype.hasOwnProperty,k={current:null},S={key:!0,ref:!0,__self:!0,__source:!0};function O(e,t,r){var o,a={},i=null,s=null;if(null!=t)for(o in void 0!==t.ref&&(s=t.ref),void 0!==t.key&&(i=""+t.key),t)w.call(t,o)&&!S.hasOwnProperty(o)&&(a[o]=t[o]);var c=arguments.length-2;if(1===c)a.children=r;else if(1<c){for(var l=Array(c),u=0;u<c;u++)l[u]=arguments[u+2];a.children=l}if(e&&e.defaultProps)for(o in c=e.defaultProps)void 0===a[o]&&(a[o]=c[o]);return{$$typeof:n,type:e,key:i,ref:s,props:a,_owner:k.current}}function j(e){return"object"==typeof e&&null!==e&&e.$$typeof===n}var E=/\/+/g;function P(e,t){var n,r;return"object"==typeof e&&null!==e&&null!=e.key?(n=""+e.key,r={"=":"=0",":":"=2"},"$"+n.replace(/[=:]/g,function(e){return r[e]})):t.toString(36)}function C(e,t,o){if(null==e)return e;var a=[],i=0;return!function e(t,o,a,i,s){var c,l,u,d=typeof t;("undefined"===d||"boolean"===d)&&(t=null);var p=!1;if(null===t)p=!0;else switch(d){case"string":case"number":p=!0;break;case"object":switch(t.$$typeof){case n:case r:p=!0}}if(p){;return s=s(p=t),t=""===i?"."+P(p,0):i,x(s)?(a="",null!=t&&(a=t.replace(E,"$&/")+"/"),e(s,o,a,"",function(e){return e})):null!=s&&(j(s)&&(c=s,l=a+(!s.key||p&&p.key===s.key?"":(""+s.key).replace(E,"$&/")+"/")+t,s={$$typeof:n,type:c.type,key:l,ref:c.ref,props:c.props,_owner:c._owner}),o.push(s)),1}if(p=0,i=""===i?".":i+":",x(t))for(var g=0;g<t.length;g++){var b=i+P(d=t[g],g);p+=e(d,o,a,b,s)}else{;if("function"==typeof(b=null===(u=t)||"object"!=typeof u?null:"function"==typeof(u=f&&u[f]||u["@@iterator"])?u:null))for(t=b.call(t),g=0;!(d=t.next()).done;)b=i+P(d=d.value,g++),p+=e(d,o,a,b,s);else if("object"===d)throw Error("Objects are not valid as a React child (found: "+("[object Object]"===(o=String(t))?"object with keys {"+Object.keys(t).join(", ")+"}":o)+"). If you meant to render a collection of children, use an array instead.")}return p}(e,a,"","",function(e){return t.call(o,e,i++)}),a}function A(e){if(-1===e._status){var t=e._result;(t=t()).then(function(t){(0===e._status||-1===e._status)&&(e._status=1,e._result=t)},function(t){(0===e._status||-1===e._status)&&(e._status=2,e._result=t)}),-1===e._status&&(e._status=0,e._result=t)}if(1===e._status)return e._result.default;throw e._result}var T={current:null},I={transition:null};t.Children={map:C,forEach:function(e,t,n){C(e,function(){t.apply(this,arguments)},n)},count:function(e){var t=0;return C(e,function(){t++}),t},toArray:function(e){return C(e,function(e){return e})||[]},only:function(e){if(!j(e))throw Error("React.Children.only expected to receive a single React element child.");return e}},t.Component=m,t.Fragment=o,t.Profiler=i,t.PureComponent=v,t.StrictMode=a,t.Suspense=u,t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED={ReactCurrentDispatcher:T,ReactCurrentBatchConfig:I,ReactCurrentOwner:k},t.cloneElement=function(e,t,r){if(null==e)throw Error("React.cloneElement(...): The argument must be a React element, but you passed "+e+".");var o=b({},e.props),a=e.key,i=e.ref,s=e._owner;if(null!=t){if(void 0!==t.ref&&(i=t.ref,s=k.current),void 0!==t.key&&(a=""+t.key),e.type&&e.type.defaultProps)var c=e.type.defaultProps;for(l in t)w.call(t,l)&&!S.hasOwnProperty(l)&&(o[l]=void 0===t[l]&&void 0!==c?c[l]:t[l])}var l=arguments.length-2;if(1===l)o.children=r;else if(1<l){c=Array(l);for(var u=0;u<l;u++)c[u]=arguments[u+2];o.children=c}return{$$typeof:n,type:e.type,key:a,ref:i,props:o,_owner:s}},t.createContext=function(e){return(e={$$typeof:c,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null,_defaultValue:null,_globalName:null}).Provider={$$typeof:s,_context:e},e.Consumer=e},t.createElement=O,t.createFactory=function(e){var t=O.bind(null,e);return t.type=e,t},t.createRef=function(){return{current:null}},t.forwardRef=function(e){return{$$typeof:l,render:e}},t.isValidElement=j,t.lazy=function(e){return{$$typeof:p,_payload:{_status:-1,_result:e},_init:A}},t.memo=function(e,t){return{$$typeof:d,type:e,compare:void 0===t?null:t}},t.startTransition=function(e){var t=I.transition;I.transition={};try{e()}finally{I.transition=t}},t.unstable_act=function(){throw Error("act(...) is not supported in production builds of React.")},t.useCallback=function(e,t){return T.current.useCallback(e,t)},t.useContext=function(e){return T.current.useContext(e)},t.useDebugValue=function(){},t.useDeferredValue=function(e){return T.current.useDeferredValue(e)},t.useEffect=function(e,t){return T.current.useEffect(e,t)},t.useId=function(){return T.current.useId()},t.useImperativeHandle=function(e,t,n){return T.current.useImperativeHandle(e,t,n)},t.useInsertionEffect=function(e,t){return T.current.useInsertionEffect(e,t)},t.useLayoutEffect=function(e,t){return T.current.useLayoutEffect(e,t)},t.useMemo=function(e,t){return T.current.useMemo(e,t)},t.useReducer=function(e,t,n){return T.current.useReducer(e,t,n)},t.useRef=function(e){return T.current.useRef(e)},t.useState=function(e){return T.current.useState(e)},t.useSyncExternalStore=function(e,t,n){return T.current.useSyncExternalStore(e,t,n)},t.useTransition=function(){return T.current.useTransition()},t.version="18.3.0"},27378:function(e,t,n){"use strict";e.exports=n(41535)},24246:function(e,t,n){"use strict";e.exports=n(71426)},73323:function(e,t){"use strict";function n(e,t){var n=e.length;for(e.push(t);0<n;){var r=n-1>>>1,o=e[r];if(0<a(o,t))e[r]=t,e[n]=o,n=r;else break}}function r(e){return 0===e.length?null:e[0]}function o(e){if(0===e.length)return null;var t=e[0],n=e.pop();if(n!==t){e[0]=n;for(var r=0,o=e.length,i=o>>>1;r<i;){var s=2*(r+1)-1,c=e[s],l=s+1,u=e[l];if(0>a(c,n))l<o&&0>a(u,c)?(e[r]=u,e[l]=n,r=l):(e[r]=c,e[s]=n,r=s);else if(l<o&&0>a(u,n))e[r]=u,e[l]=n,r=l;else break}}return t}function a(e,t){var n=e.sortIndex-t.sortIndex;return 0!==n?n:e.id-t.id}if("object"==typeof performance&&"function"==typeof performance.now){var i,s=performance;t.unstable_now=function(){return s.now()}}else{var c=Date,l=c.now();t.unstable_now=function(){return c.now()-l}}var u=[],d=[],p=1,f=null,g=3,b=!1,h=!1,m=!1,y="function"==typeof setTimeout?setTimeout:null,v="function"==typeof clearTimeout?clearTimeout:null,_="undefined"!=typeof setImmediate?setImmediate:null;function x(e){for(var t=r(d);null!==t;){if(null===t.callback)o(d);else if(t.startTime<=e)o(d),t.sortIndex=t.expirationTime,n(u,t);else break;t=r(d)}}function w(e){if(m=!1,x(e),!h){if(null!==r(u))h=!0,M(k);else{var t=r(d);null!==t&&D(w,t.startTime-e)}}}function k(e,n){h=!1,m&&(m=!1,v(j),j=-1),b=!0;var a=g;try{for(x(n),f=r(u);null!==f&&(!(f.expirationTime>n)||e&&!C());){var i=f.callback;if("function"==typeof i){f.callback=null,g=f.priorityLevel;var s=i(f.expirationTime<=n);n=t.unstable_now(),"function"==typeof s?f.callback=s:f===r(u)&&o(u),x(n)}else o(u);f=r(u)}if(null!==f)var c=!0;else{var l=r(d);null!==l&&D(w,l.startTime-n),c=!1}return c}finally{f=null,g=a,b=!1}}"undefined"!=typeof navigator&&void 0!==navigator.scheduling&&void 0!==navigator.scheduling.isInputPending&&navigator.scheduling.isInputPending.bind(navigator.scheduling);var S=!1,O=null,j=-1,E=5,P=-1;function C(){return!(t.unstable_now()-P<E)}function A(){if(null!==O){var e=t.unstable_now();P=e;var n=!0;try{n=O(!0,e)}finally{n?i():(S=!1,O=null)}}else S=!1}if("function"==typeof _)i=function(){_(A)};else if("undefined"!=typeof MessageChannel){var T=new MessageChannel,I=T.port2;T.port1.onmessage=A,i=function(){I.postMessage(null)}}else i=function(){y(A,0)};function M(e){O=e,S||(S=!0,i())}function D(e,n){j=y(function(){e(t.unstable_now())},n)}t.unstable_IdlePriority=5,t.unstable_ImmediatePriority=1,t.unstable_LowPriority=4,t.unstable_NormalPriority=3,t.unstable_Profiling=null,t.unstable_UserBlockingPriority=2,t.unstable_cancelCallback=function(e){e.callback=null},t.unstable_continueExecution=function(){h||b||(h=!0,M(k))},t.unstable_forceFrameRate=function(e){0>e||125<e?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):E=0<e?Math.floor(1e3/e):5},t.unstable_getCurrentPriorityLevel=function(){return g},t.unstable_getFirstCallbackNode=function(){return r(u)},t.unstable_next=function(e){switch(g){case 1:case 2:case 3:var t=3;break;default:t=g}var n=g;g=t;try{return e()}finally{g=n}},t.unstable_pauseExecution=function(){},t.unstable_requestPaint=function(){},t.unstable_runWithPriority=function(e,t){switch(e){case 1:case 2:case 3:case 4:case 5:break;default:e=3}var n=g;g=e;try{return t()}finally{g=n}},t.unstable_scheduleCallback=function(e,o,a){var i=t.unstable_now();switch(a="object"==typeof a&&null!==a?"number"==typeof(a=a.delay)&&0<a?i+a:i:i,e){case 1:var s=-1;break;case 2:s=250;break;case 5:s=0x3fffffff;break;case 4:s=1e4;break;default:s=5e3}return s=a+s,e={id:p++,callback:o,priorityLevel:e,startTime:a,expirationTime:s,sortIndex:-1},a>i?(e.sortIndex=a,n(d,e),null===r(u)&&e===r(d)&&(m?(v(j),j=-1):m=!0,D(w,a-i))):(e.sortIndex=s,n(u,e),h||b||(h=!0,M(k))),e},t.unstable_shouldYield=C,t.unstable_wrapCallback=function(e){var t=g;return function(){var n=g;g=t;try{return e.apply(this,arguments)}finally{g=n}}}},91102:function(e,t,n){"use strict";e.exports=n(73323)},74445:function(e){e.exports=function(e,t,n,r){var o=n?n.call(r,e,t):void 0;if(void 0!==o)return!!o;if(e===t)return!0;if("object"!=typeof e||!e||"object"!=typeof t||!t)return!1;var a=Object.keys(e),i=Object.keys(t);if(a.length!==i.length)return!1;for(var s=Object.prototype.hasOwnProperty.bind(t),c=0;c<a.length;c++){var l=a[c];if(!s(l))return!1;var u=e[l],d=t[l];if(!1===(o=n?n.call(r,u,d,l):void 0)||void 0===o&&u!==d)return!1}return!0}},10521:function(e,t,n){"use strict";var r=n(31832),o=Array.prototype.concat,a=Array.prototype.slice,i=e.exports=function(e){for(var t=[],n=0,i=e.length;n<i;n++){var s=e[n];r(s)?t=o.call(t,a.call(s)):t.push(s)}return t};i.wrap=function(e){return function(){return e(i(arguments))}}},31832:function(e){e.exports=function(e){return!!e&&"string"!=typeof e&&(e instanceof Array||Array.isArray(e)||e.length>=0&&(e.splice instanceof Function||Object.getOwnPropertyDescriptor(e,e.length-1)&&"String"!==e.constructor.name))}},99529:function(e,t,n){"use strict";n.d(t,{b:function(){return s},k:function(){return c}});var r=n(24246),o=n(27378),a=n(50923),i=o.createContext(null);function s(e){var t,n=e.children;var a=(t=e.content,(0,o.useMemo)(function(){return{metadata:t.metadata,frontMatter:t.frontMatter,assets:t.assets,contentTitle:t.contentTitle,toc:t.toc}},[t]));return(0,r.jsx)(i.Provider,{value:a,children:n})}function c(){var e=(0,o.useContext)(i);if(null===e)throw new a.i6("DocProvider");return e}},24893:function(e,t,n){"use strict";n.d(t,{D:function(){return l},f:function(){return u}});var r=n(24246),o=n(27378),a=n(50923);function i(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}var s=Symbol("EmptyContext"),c=o.createContext(s);function l(e){var t,n,a=e.children;var s=(t=(0,o.useState)(null),n=2,function(e){if(Array.isArray(e))return e}(t)||function(e,t){var n,r,o=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=o){var a=[],i=!0,s=!1;try{for(o=o.call(e);!(i=(n=o.next()).done)&&(a.push(n.value),!t||a.length!==t);i=!0);}catch(e){s=!0,r=e}finally{try{!i&&null!=o.return&&o.return()}finally{if(s)throw r}}return a}}(t,2)||function(e,t){if(e){if("string"==typeof e)return i(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if("Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n)return Array.from(n);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return i(e,t)}}(t,n)||function(){throw TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()),l=s[0],u=s[1],d=(0,o.useMemo)(function(){return{expandedItem:l,setExpandedItem:u}},[l]);return(0,r.jsx)(c.Provider,{value:d,children:a})}function u(){var e=(0,o.useContext)(c);if(e===s)throw new a.i6("DocSidebarItemsExpandedStateProvider");return e}},99887:function(e,t,n){"use strict";n.d(t,{J:function(){return x},L5:function(){return v},Oh:function(){return w}});var r=n(24246),o=n(27378),a=n(90158),i=n(1990),s=n(26378),c=n(16971),l=n(50923);function u(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function d(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function p(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n,r,o=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=o){var a=[],i=!0,s=!1;try{for(o=o.call(e);!(i=(n=o.next()).done)&&(a.push(n.value),!t||a.length!==t);i=!0);}catch(e){s=!0,r=e}finally{try{!i&&null!=o.return&&o.return()}finally{if(s)throw r}}return a}}(e,t)||function(e,t){if(e){if("string"==typeof e)return u(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if("Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n)return Array.from(n);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return u(e,t)}}(e,t)||function(){throw TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}var f=function(e){return"docs-preferred-version-".concat(e)},g=function(e,t,n){(0,c.WA)(f(e),{persistence:t}).set(n)},b=function(e,t){return(0,c.WA)(f(e),{persistence:t}).get()},h=function(e,t){(0,c.WA)(f(e),{persistence:t}).del()},m=o.createContext(null);function y(e){var t,n,i,c,l,u,f=e.children;var y=(t=(0,a.useAllDocsData)(),n=(0,s.L)().docs.versionPersistence,i=(0,o.useMemo)(function(){return Object.keys(t)},[t]),l=(c=p((0,o.useState)(function(){return Object.fromEntries(i.map(function(e){return[e,{preferredVersionName:null}]}))}),2))[0],u=c[1],(0,o.useEffect)(function(){var e,r,o,a;u((r=(e={allDocsData:t,versionPersistence:n,pluginIds:i}).pluginIds,o=e.versionPersistence,a=e.allDocsData,Object.fromEntries(r.map(function(e){var t,n;return[e,(t=e,n=b(t,o),a[t].versions.some(function(e){return e.name===n})?{preferredVersionName:n}:(h(t,o),{preferredVersionName:null}))]}))))},[t,n,i]),[l,(0,o.useMemo)(function(){return{savePreferredVersion:function(e,t){g(e,n,t),u(function(n){var r,o;return r=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){d(e,t,n[t])})}return e}({},n),o=null!=(o=d({},e,{preferredVersionName:t}))?o:{},Object.getOwnPropertyDescriptors?Object.defineProperties(r,Object.getOwnPropertyDescriptors(o)):(function(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n.push.apply(n,r)}return n})(Object(o)).forEach(function(e){Object.defineProperty(r,e,Object.getOwnPropertyDescriptor(o,e))}),r})}}},[n])]);return(0,r.jsx)(m.Provider,{value:y,children:f})}function v(e){var t=e.children;return(0,r.jsx)(y,{children:t})}function _(){var e=(0,o.useContext)(m);if(!e)throw new l.i6("DocsPreferredVersionContextProvider");return e}function x(){var e,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:i.m,n=(0,a.useDocsData)(t),r=p(_(),2),s=r[0],c=r[1],l=s[t].preferredVersionName;return{preferredVersion:null!==(e=n.versions.find(function(e){return e.name===l}))&&void 0!==e?e:null,savePreferredVersionName:(0,o.useCallback)(function(e){c.savePreferredVersion(t,e)},[c,t])}}function w(){var e=(0,a.useAllDocsData)(),t=p(_(),1)[0];return Object.fromEntries(Object.keys(e).map(function(n){var r,o,a,i;return[n,(a=e[r=n],i=t[r].preferredVersionName,null!==(o=a.versions.find(function(e){return e.name===i}))&&void 0!==o?o:null)]}))}},58134:function(e,t,n){"use strict";n.d(t,{J:function(){return i},z:function(){return s}});var r=n(90158),o=n(99887);function a(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function i(e,t){return"docs-".concat(e,"-").concat(t)}function s(){var e,t=(0,r.useAllDocsData)(),n=(0,r.useActivePluginAndVersion)(),s=(0,o.Oh)();return function(e){if(Array.isArray(e))return a(e)}(e=Object.keys(t).map(function(e){var r,o=(null==n?void 0:n.activePlugin.pluginId)===e?n.activeVersion:void 0,a=s[e],c=t[e].versions.find(function(e){return e.isLast});return i(e,(null!==(r=null!=o?o:a)&&void 0!==r?r:c).name)}))||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(e){if("string"==typeof e)return a(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if("Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n)return Array.from(n);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return a(e,t)}}(e)||function(){throw TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}},55104:function(e,t,n){"use strict";n.d(t,{V:function(){return l},b:function(){return c}});var r=n(24246),o=n(27378),a=n(50923),i=Symbol("EmptyContext"),s=o.createContext(i);function c(e){var t=e.children,n=e.name,a=e.items,i=(0,o.useMemo)(function(){return n&&a?{name:n,items:a}:null},[n,a]);return(0,r.jsx)(s.Provider,{value:i,children:t})}function l(){var e=(0,o.useContext)(s);if(e===i)throw new a.i6("DocsSidebarProvider");return e}},85921:function(e,t,n){"use strict";n.d(t,{LM:function(){return f},MN:function(){return O},SN:function(){return S},_F:function(){return h},em:function(){return function e(t,n){var r=!0,o=!1,a=void 0;try{for(var i,s=t[Symbol.iterator]();!(r=(i=s.next()).done);r=!0){var c=i.value;if("category"===c.type){if(n(c))return c;var l=e(c.items,n);if(l)return l}}}catch(e){o=!0,a=e}finally{try{!r&&null!=s.return&&s.return()}finally{if(o)throw a}}}},f:function(){return y},jA:function(){return g},lO:function(){return x},oz:function(){return w},pC:function(){return m},s1:function(){return _},vY:function(){return k},xz:function(){return p}});var r=n(27378),o=n(3620),a=n(95473),i=n(90158),s=n(71208),c=n(32263),l=n(99887),u=n(50223),d=n(55104);function p(e){var t=(0,u.E)();if(!!e){var n=t.docs[e];if(!n)throw Error("no version doc found by id=".concat(e));return n}}function f(e){return"link"!==e.type||e.unlisted?"category"===e.type?function(e){if(e.href&&!e.linkUnlisted)return e.href;var t=!0,n=!1,r=void 0;try{for(var o,a=e.items[Symbol.iterator]();!(t=(o=a.next()).done);t=!0){var i=o.value,s=f(i);if(s)return s}}catch(e){n=!0,r=e}finally{try{!t&&null!=a.return&&a.return()}finally{if(n)throw r}}}(e):void 0:e.href}function g(){var e=(0,o.TH)().pathname,t=(0,d.V)();if(!t)throw Error("Unexpected: cant find current sidebar in context");var n=v({sidebarItems:t.items,pathname:e,onlyCategories:!0}).slice(-1)[0];if(!n)throw Error("".concat(e," is not associated with a category. useCurrentSidebarCategory() should only be used on category index pages."));return n}var b=function(e,t){return void 0!==e&&(0,s.Mg)(e,t)};function h(e,t){if("link"===e.type)return b(e.href,t);if("category"===e.type){var n,r;return b(e.href,t)||(n=e.items,r=t,n.some(function(e){return h(e,r)}))}return!1}function m(e,t){switch(e.type){case"category":return h(e,t)||e.items.some(function(e){return m(e,t)});case"link":return!e.unlisted||h(e,t);default:return!0}}function y(e,t){return(0,r.useMemo)(function(){return e.filter(function(e){return m(e,t)})},[e,t])}function v(e){var t=e.sidebarItems,n=e.pathname,r=e.onlyCategories,o=void 0!==r&&r,a=[];return!function e(t){var r=!0,i=!1,c=void 0;try{for(var l,u=t[Symbol.iterator]();!(r=(l=u.next()).done);r=!0){var d=l.value;if("category"===d.type&&((0,s.Mg)(d.href,n)||e(d.items))||"link"===d.type&&(0,s.Mg)(d.href,n))return!(o&&"category"!==d.type)&&a.unshift(d),!0}}catch(e){i=!0,c=e}finally{try{!r&&null!=u.return&&u.return()}finally{if(i)throw c}}return!1}(t),a}function _(){var e,t=(0,d.V)(),n=(0,o.TH)().pathname;return!1!==(null===(e=(0,i.useActivePlugin)())||void 0===e?void 0:e.pluginData.breadcrumbs)&&t?v({sidebarItems:t.items,pathname:n}):null}function x(e){var t=(0,i.useActiveDocContext)(e).activeVersion,n=(0,l.J)(e).preferredVersion,o=(0,i.useLatestVersion)(e);return(0,r.useMemo)(function(){return(0,c.jj)([t,n,o].filter(Boolean))},[t,n,o])}function w(e,t){var n=x(t);return(0,r.useMemo)(function(){var t=n.flatMap(function(e){return e.sidebars?Object.entries(e.sidebars):[]}),r=t.find(function(t){return t[0]===e});if(!r)throw Error("Can't find any sidebar with id \"".concat(e,'" in version').concat(n.length>1?"s":""," ").concat(n.map(function(e){return e.name}).join(", "),'".\nAvailable sidebar ids are:\n- ').concat(t.map(function(e){return e[0]}).join("\n- ")));return r[1]},[e,n])}function k(e,t){var n=x(t);return(0,r.useMemo)(function(){var t=n.flatMap(function(e){return e.docs}),r=t.find(function(t){return t.id===e});if(!r){if(n.flatMap(function(e){return e.draftIds}).includes(e))return null;throw Error("Couldn't find any doc with id \"".concat(e,'" in version').concat(n.length>1?"s":"",' "').concat(n.map(function(e){return e.name}).join(", "),'".\nAvailable doc ids are:\n- ').concat((0,c.jj)(t.map(function(e){return e.id})).join("\n- ")))}return r},[e,n])}function S(e){var t=e.route,n=(0,o.TH)(),r=(0,u.E)(),i=t.routes,s=i.find(function(e){return(0,o.LX)(n.pathname,e)});if(!s)return null;var c=s.sidebar,l=c?r.docsSidebars[c]:void 0;return{docElement:(0,a.H)(i),sidebarName:c,sidebarItems:l}}function O(e){return e.filter(function(e){return"category"!==e.type&&"link"!==e.type||!!f(e)})}},50223:function(e,t,n){"use strict";n.d(t,{E:function(){return c},q:function(){return s}});var r=n(24246),o=n(27378),a=n(50923),i=o.createContext(null);function s(e){var t=e.children,n=e.version;return(0,r.jsx)(i.Provider,{value:n,children:t})}function c(){var e=(0,o.useContext)(i);if(null===e)throw new a.i6("DocsVersionProvider");return e}},90158:function(e,t,n){"use strict";n.r(t),n.d(t,{useLayoutDoc:()=>u.vY,DocSidebarItemsExpandedStateProvider:()=>p.D,isVisibleSidebarItem:()=>u.pC,DocProvider:()=>b.b,useDocsSidebar:()=>g.V,useDocsVersion:()=>f.E,useDocById:()=>u.xz,useActivePlugin:()=>_,useVisibleSidebarItems:()=>u.f,useAllDocsData:()=>y,useLayoutDocsSidebar:()=>u.oz,useDocsPreferredVersionByPluginId:()=>d.Oh,useDocsPreferredVersion:()=>d.J,DocsPreferredVersionContextProvider:()=>d.L5,useActiveDocContext:()=>O,useDocSidebarItemsExpandedState:()=>p.f,useDocsVersionCandidates:()=>u.lO,useSidebarBreadcrumbs:()=>u.s1,useDocsData:()=>v,filterDocCardListItems:()=>u.MN,findSidebarCategory:()=>u.em,useDocRootMetadata:()=>u.SN,findFirstSidebarItemLink:()=>u.LM,useCurrentSidebarCategory:()=>u.jA,useVersions:()=>w,useActiveVersion:()=>S,DocsSidebarProvider:()=>g.b,useDoc:()=>b.k,useDocVersionSuggestions:()=>j,useDocsContextualSearchTags:()=>h.z,getDocsVersionSearchTag:()=>h.J,isActiveSidebarItem:()=>u._F,DocsVersionProvider:()=>f.q,useLatestVersion:()=>k,useActivePluginAndVersion:()=>x});var r=n("3620"),o=n("72206");function a(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function i(e,t){if(e){if("string"==typeof e)return a(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if("Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n)return Array.from(n);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return a(e,t)}}var s=function(e){return e.versions.find(function(e){return e.isLast})};function c(e,t){var n;return((function(e){if(Array.isArray(e))return a(e)})(n=e.versions)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(n)||i(n)||function(){throw TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()).sort(function(e,t){return e.path===t.path?0:e.path.includes(t.path)?-1:t.path.includes(e.path)?1:0}).find(function(e){return!!(0,r.LX)(t,{path:e.path,exact:!1,strict:!1})})}function l(e,t){var n,o,a=c(e,t),i=null==a?void 0:a.docs.find(function(e){return!!(0,r.LX)(t,{path:e.path,exact:!0,strict:!1})});var s=i?(n=i.id,o={},e.versions.forEach(function(e){e.docs.forEach(function(t){t.id===n&&(o[e.name]=t)})}),o):{};return{activeVersion:a,activeDoc:i,alternateDocVersions:s}}var u=n("85921"),d=n("99887"),p=n("24893"),f=n("50223"),g=n("55104"),b=n("99529"),h=n("58134"),m={},y=function(){var e;return null!==(e=(0,o.OD)("docusaurus-plugin-content-docs"))&&void 0!==e?e:m},v=function(e){try{return(0,o.eZ)("docusaurus-plugin-content-docs",e,{failfast:!0})}catch(t){throw Error("You are using a feature of the Docusaurus docs plugin, but this plugin does not seem to be enabled".concat("Default"===e?"":" (pluginId=".concat(e)),{cause:t})}};function _(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},o=Object.entries(e).sort(function(e,t){return t[1].path.localeCompare(e[1].path)}).find(function(e){var n,o,a=(o=2,function(e){if(Array.isArray(e))return e}(n=e)||function(e,t){var n,r,o=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=o){var a=[],i=!0,s=!1;try{for(o=o.call(e);!(i=(n=o.next()).done)&&(a.push(n.value),!t||a.length!==t);i=!0);}catch(e){s=!0,r=e}finally{try{!i&&null!=o.return&&o.return()}finally{if(s)throw r}}return a}}(n,2)||i(n,o)||function(){throw TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}())[1];return!!(0,r.LX)(t,{path:a.path,exact:!1,strict:!1})}),a=o?{pluginId:o[0],pluginData:o[1]}:void 0;if(!a&&n.failfast)throw Error("Can't find active docs plugin for \"".concat(t,'" pathname, while it was expected to be found. Maybe you tried to use a docs feature that can only be used on a docs-related page? Existing docs plugin paths are: ').concat(Object.values(e).map(function(e){return e.path}).join(", ")));return a}(y(),(0,r.TH)().pathname,e)}function x(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=_(e),n=(0,r.TH)().pathname;if(!!t){var o=c(t.pluginData,n);return{activePlugin:t,activeVersion:o}}}function w(e){return v(e).versions}function k(e){return s(v(e))}function S(e){return c(v(e),(0,r.TH)().pathname)}function O(e){return l(v(e),(0,r.TH)().pathname)}function j(e){var t,n,o,a=v(e),i=(0,r.TH)().pathname;return t=a,n=i,o=s(t),{latestDocSuggestion:l(t,n).alternateDocVersions[o.name],latestVersionSuggestion:o}}},57743:function(e,t,n){"use strict";n.r(t),n.d(t,{default:function(){return r}});let r={onRouteDidUpdate:function(e){var t=e.location,n=e.previousLocation;n&&(t.pathname!==n.pathname||t.search!==n.search||t.hash!==n.hash)&&setTimeout(function(){window.gtag("set","page_path",t.pathname+t.search+t.hash),window.gtag("event","page_view")})}}},46548:function(e,t,n){"use strict";n.r(t),n.d(t,{default:function(){return a}});var r=n(8504),o=n.n(r);o().configure({showSpinner:!1});let a={onRouteUpdate:function(e){var t=e.location,n=e.previousLocation;if(n&&t.pathname!==n.pathname){var r=window.setTimeout(function(){o().start()},200);return function(){return window.clearTimeout(r)}}},onRouteDidUpdate:function(){o().done()}}},74144:function(e,t,n){"use strict";var r,o,a=n("7316"),i=n("75150");r=a.p1,o=i.default.themeConfig.prism.additionalLanguages,globalThis.Prism=r,o.forEach(function(e){"php"===e&&n(13109),n(69379)("./prism-".concat(e))}),delete globalThis.Prism},57922:function(e,t,n){"use strict";n.d(t,{Z:()=>p});var r=n("24246");n("27378");var o=n("90496"),a=n("77827"),i=n("26378"),s=n("35363"),c=n("96700");let l={anchorWithStickyNavbar:"anchorWithStickyNavbar_rB0w",anchorWithHideOnScrollNavbar:"anchorWithHideOnScrollNavbar_SSbb"};function u(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){var r,o,a;r=e,o=t,a=n[t],o in r?Object.defineProperty(r,o,{value:a,enumerable:!0,configurable:!0,writable:!0}):r[o]=a})}return e}function d(e,t){return t=null!=t?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):(function(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n.push.apply(n,r)}return n})(Object(t)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}),e}function p(e){var t=e.as,n=e.id,p=function(e,t){if(null==e)return{};var n,r,o=function(e,t){if(null==e)return{};var n,r,o={},a=Object.keys(e);for(r=0;r<a.length;r++)n=a[r],!(t.indexOf(n)>=0)&&(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r<a.length;r++){if(n=a[r],!(t.indexOf(n)>=0))Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}}return o}(e,["as","id"]),f=(0,c.Z)(),g=(0,i.L)().navbar.hideOnScroll;if("h1"===t||!n)return(0,r.jsx)(t,d(u({},p),{id:void 0}));f.collectAnchor(n);var b=(0,a.I)({id:"theme.common.headingLinkTitle",message:"Direct link to {heading}",description:"Title for link to heading"},{heading:"string"==typeof p.children?p.children:n});return(0,r.jsxs)(t,d(u({},p),{className:(0,o.Z)("anchor",g?l.anchorWithHideOnScrollNavbar:l.anchorWithStickyNavbar,p.className),id:n,children:[p.children,(0,r.jsx)(s.Z,{className:"hash-link",to:"#".concat(n),"aria-label":b,title:b,children:"\u200B"})]}))}},70756:function(e,t,n){"use strict";n.d(t,{Z:()=>a});var r=n("24246");n("27378");let o="iconExternalLink_Rdzz";function a(e){var t=e.width,n=e.height;return(0,r.jsx)("svg",{width:void 0===t?13.5:t,height:void 0===n?13.5:n,"aria-hidden":"true",viewBox:"0 0 24 24",className:o,children:(0,r.jsx)("path",{fill:"currentColor",d:"M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"})})}},22003:function(e,t,n){"use strict";n.d(t,{Z:function(){return u}});var r=n(24246);n(27378);var o=n(35363),a=n(83631),i=n(8156),s=n(26378),c=n(83569);function l(e){var t=e.logo,n=e.alt,o=e.imageClassName,i={light:(0,a.ZP)(t.src),dark:(0,a.ZP)(t.srcDark||t.src)},s=(0,r.jsx)(c.Z,{className:t.className,sources:i,height:t.height,width:t.width,alt:n,style:t.style});return o?(0,r.jsx)("div",{className:o,children:s}):s}function u(e){var t,n,c,u=(0,i.Z)().siteConfig.title,d=(0,s.L)().navbar,p=d.title,f=d.logo,g=e.imageClassName,b=e.titleClassName,h=function(e,t){if(null==e)return{};var n,r,o=function(e,t){if(null==e)return{};var n,r,o={},a=Object.keys(e);for(r=0;r<a.length;r++)n=a[r],!(t.indexOf(n)>=0)&&(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r<a.length;r++){if(n=a[r],!(t.indexOf(n)>=0))Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}}return o}(e,["imageClassName","titleClassName"]),m=(0,a.ZP)((null==f?void 0:f.href)||"/"),y=null!==(c=null==f?void 0:f.alt)&&void 0!==c?c:p?"":u;return(0,r.jsxs)(o.Z,(t=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){var r,o,a;r=e,o=t,a=n[t],o in r?Object.defineProperty(r,o,{value:a,enumerable:!0,configurable:!0,writable:!0}):r[o]=a})}return e}({to:m},h,(null==f?void 0:f.target)&&{target:f.target}),n=(n={children:[f&&(0,r.jsx)(l,{logo:f,alt:y,imageClassName:g}),null!=p&&(0,r.jsx)("b",{className:b,children:p})]},n),Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):(function(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n.push.apply(n,r)}return n})(Object(n)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}),t))}},84299:function(e,t,n){"use strict";n.d(t,{Z:()=>m});var r=n("24246"),o=n("27378"),a=n("26378"),i=n("45245"),s=n("90496"),c=n("71607"),l=n("77827");function u(e){var t,n;return(0,r.jsx)("svg",(t=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){var r,o,a;r=e,o=t,a=n[t],o in r?Object.defineProperty(r,o,{value:a,enumerable:!0,configurable:!0,writable:!0}):r[o]=a})}return e}({viewBox:"0 0 24 24",width:24,height:24},e),n=(n={children:(0,r.jsx)("path",{fill:"currentColor",d:"M12,9c1.65,0,3,1.35,3,3s-1.35,3-3,3s-3-1.35-3-3S10.35,9,12,9 M12,7c-2.76,0-5,2.24-5,5s2.24,5,5,5s5-2.24,5-5 S14.76,7,12,7L12,7z M2,13l2,0c0.55,0,1-0.45,1-1s-0.45-1-1-1l-2,0c-0.55,0-1,0.45-1,1S1.45,13,2,13z M20,13l2,0c0.55,0,1-0.45,1-1 s-0.45-1-1-1l-2,0c-0.55,0-1,0.45-1,1S19.45,13,20,13z M11,2v2c0,0.55,0.45,1,1,1s1-0.45,1-1V2c0-0.55-0.45-1-1-1S11,1.45,11,2z M11,20v2c0,0.55,0.45,1,1,1s1-0.45,1-1v-2c0-0.55-0.45-1-1-1C11.45,19,11,19.45,11,20z M5.99,4.58c-0.39-0.39-1.03-0.39-1.41,0 c-0.39,0.39-0.39,1.03,0,1.41l1.06,1.06c0.39,0.39,1.03,0.39,1.41,0s0.39-1.03,0-1.41L5.99,4.58z M18.36,16.95 c-0.39-0.39-1.03-0.39-1.41,0c-0.39,0.39-0.39,1.03,0,1.41l1.06,1.06c0.39,0.39,1.03,0.39,1.41,0c0.39-0.39,0.39-1.03,0-1.41 L18.36,16.95z M19.42,5.99c0.39-0.39,0.39-1.03,0-1.41c-0.39-0.39-1.03-0.39-1.41,0l-1.06,1.06c-0.39,0.39-0.39,1.03,0,1.41 s1.03,0.39,1.41,0L19.42,5.99z M7.05,18.36c0.39-0.39,0.39-1.03,0-1.41c-0.39-0.39-1.03-0.39-1.41,0l-1.06,1.06 c-0.39,0.39-0.39,1.03,0,1.41s1.03,0.39,1.41,0L7.05,18.36z"})},n),Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):(function(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n.push.apply(n,r)}return n})(Object(n)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}),t))}function d(e){var t,n;return(0,r.jsx)("svg",(t=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){var r,o,a;r=e,o=t,a=n[t],o in r?Object.defineProperty(r,o,{value:a,enumerable:!0,configurable:!0,writable:!0}):r[o]=a})}return e}({viewBox:"0 0 24 24",width:24,height:24},e),n=(n={children:(0,r.jsx)("path",{fill:"currentColor",d:"M9.37,5.51C9.19,6.15,9.1,6.82,9.1,7.5c0,4.08,3.32,7.4,7.4,7.4c0.68,0,1.35-0.09,1.99-0.27C17.45,17.19,14.93,19,12,19 c-3.86,0-7-3.14-7-7C5,9.07,6.81,6.55,9.37,5.51z M12,3c-4.97,0-9,4.03-9,9s4.03,9,9,9s9-4.03,9-9c0-0.46-0.04-0.92-0.1-1.36 c-0.98,1.37-2.58,2.26-4.4,2.26c-2.98,0-5.4-2.42-5.4-5.4c0-1.81,0.89-3.42,2.26-4.4C12.92,3.04,12.46,3,12,3L12,3z"})},n),Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):(function(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n.push.apply(n,r)}return n})(Object(n)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}),t))}let p={toggle:"toggle_bT41",toggleButton:"toggleButton_x9TT",darkToggleIcon:"darkToggleIcon_OBbf",lightToggleIcon:"lightToggleIcon_dnYY",toggleButtonDisabled:"toggleButtonDisabled_Dj8q"},f=o.memo(function(e){var t=e.className,n=e.buttonClassName,o=e.value,a=e.onChange,i=(0,c.Z)(),f=(0,l.I)({message:"Switch between dark and light mode (currently {mode})",id:"theme.colorToggle.ariaLabel",description:"The ARIA label for the navbar color mode toggle"},{mode:"dark"===o?(0,l.I)({message:"dark mode",id:"theme.colorToggle.ariaLabel.mode.dark",description:"The name for the dark color mode"}):(0,l.I)({message:"light mode",id:"theme.colorToggle.ariaLabel.mode.light",description:"The name for the light color mode"})});return(0,r.jsx)("div",{className:(0,s.Z)(p.toggle,t),children:(0,r.jsxs)("button",{className:(0,s.Z)("clean-btn",p.toggleButton,!i&&p.toggleButtonDisabled,n),type:"button",onClick:function(){return a("dark"===o?"light":"dark")},disabled:!i,title:f,"aria-label":f,"aria-live":"polite",children:[(0,r.jsx)(u,{className:(0,s.Z)(p.toggleIcon,p.lightToggleIcon)}),(0,r.jsx)(d,{className:(0,s.Z)(p.toggleIcon,p.darkToggleIcon)})]})})});var g=n("45822");function b(e){var t,n;return(0,r.jsx)(f,(t=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){var r,o,a;r=e,o=t,a=n[t],o in r?Object.defineProperty(r,o,{value:a,enumerable:!0,configurable:!0,writable:!0}):r[o]=a})}return e}({},e),n=(n={onChange:function(t){e.onChange(t);var n,r,o="dark"===t,a=null!==(r=JSON.parse(null!==(n=(o?g.Ax:g.lP).get())&&void 0!==n?n:"null"))&&void 0!==r?r:{baseColor:o?g.r$:g.Yj,background:o?g.iR:g.Nu,shades:g.NT};(0,g.i3)(a,o)}},n),Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):(function(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n.push.apply(n,r)}return n})(Object(n)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}),t))}let h={darkNavbarColorModeToggle:"darkNavbarColorModeToggle_JF8j"};function m(e){var t=e.className,n=(0,a.L)().navbar.style,o=(0,a.L)().colorMode.disableSwitch,s=(0,i.I)(),c=s.colorMode,l=s.setColorMode;return o?null:(0,r.jsx)(b,{className:t,buttonClassName:"dark"===n?h.darkNavbarColorModeToggle:void 0,value:c,onChange:l})}},69879:function(e,t,n){"use strict";n.d(t,{Z:function(){return a}});var r=n(24246);n(27378);var o=n(53327);function a(e){var t=e.locale,n=e.version,a=e.tag;return(0,r.jsxs)(o.Z,{children:[t&&(0,r.jsx)("meta",{name:"docusaurus_locale",content:t}),n&&(0,r.jsx)("meta",{name:"docusaurus_version",content:n}),a&&(0,r.jsx)("meta",{name:"docusaurus_tag",content:a}),t&&(0,r.jsx)("meta",{name:"docsearch:language",content:t}),n&&(0,r.jsx)("meta",{name:"docsearch:version",content:n}),a&&(0,r.jsx)("meta",{name:"docsearch:docusaurus_tag",content:a})]})}},83569:function(e,t,n){"use strict";n.d(t,{Z:()=>u});var r=n("24246"),o=n("27378"),a=n("90496"),i=n("71607"),s=n("45245");let c={themedComponent:"themedComponent_bJGS","themedComponent--light":"themedComponent--light_LEkC","themedComponent--dark":"themedComponent--dark_jnGk"};function l(e){var t=e.className,n=e.children,l=(0,i.Z)(),u=(0,s.I)().colorMode;return(0,r.jsx)(r.Fragment,{children:(l?"dark"===u?["dark"]:["light"]:["light","dark"]).map(function(e){var i=n({theme:e,className:(0,a.Z)(t,c.themedComponent,c["themedComponent--".concat(e)])});return(0,r.jsx)(o.Fragment,{children:i},e)})})}function u(e){var t=e.sources,n=e.className,o=e.alt,a=function(e,t){if(null==e)return{};var n,r,o=function(e,t){if(null==e)return{};var n,r,o={},a=Object.keys(e);for(r=0;r<a.length;r++)n=a[r],!(t.indexOf(n)>=0)&&(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r<a.length;r++){if(n=a[r],!(t.indexOf(n)>=0))Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}}return o}(e,["sources","className","alt"]);return(0,r.jsx)(l,{className:n,children:function(e){var n=e.theme,i=e.className;return(0,r.jsx)("img",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){var r,o,a;r=e,o=t,a=n[t],o in r?Object.defineProperty(r,o,{value:a,enumerable:!0,configurable:!0,writable:!0}):r[o]=a})}return e}({src:t[n],alt:o,className:i},a))}})}},97812:function(e,t,n){"use strict";n.d(t,{u:function(){return p},z:function(){return y}});var r=n(24246),o=n(27378),a=n(46380),i=n(844),s=n(34359);function c(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function l(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){var r,o,a;r=e,o=t,a=n[t],o in r?Object.defineProperty(r,o,{value:a,enumerable:!0,configurable:!0,writable:!0}):r[o]=a})}return e}function u(e,t){if(null==e)return{};var n,r,o=function(e,t){if(null==e)return{};var n,r,o={},a=Object.keys(e);for(r=0;r<a.length;r++)n=a[r],!(t.indexOf(n)>=0)&&(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r<a.length;r++){if(n=a[r],!(t.indexOf(n)>=0))Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}}return o}function d(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n,r,o=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=o){var a=[],i=!0,s=!1;try{for(o=o.call(e);!(i=(n=o.next()).done)&&(a.push(n.value),!t||a.length!==t);i=!0);}catch(e){s=!0,r=e}finally{try{!i&&null!=o.return&&o.return()}finally{if(s)throw r}}return a}}(e,t)||function(e,t){if(e){if("string"==typeof e)return c(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if("Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n)return Array.from(n);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return c(e,t)}}(e,t)||function(){throw TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function p(e){var t=e.initialState,n=d((0,o.useState)(null!=t&&t),2),r=n[0],a=n[1],i=(0,o.useCallback)(function(){a(function(e){return!e})},[]);return{collapsed:r,setCollapsed:a,toggleCollapsed:i}}var f={display:"none",overflow:"hidden",height:"0px"},g={display:"block",overflow:"visible",height:"auto"};function b(e,t){var n=t?f:g;e.style.display=n.display,e.style.overflow=n.overflow,e.style.height=n.height}function h(e){var t,n,i,c,l,u=e.as,d=e.collapsed,p=e.children,h=e.animation,m=e.onCollapseTransitionEnd,y=e.className,v=e.disableSSRStyle,_=(0,o.useRef)(null);return n=(t={collapsibleRef:_,collapsed:d,animation:h}).collapsibleRef,i=t.collapsed,c=t.animation,l=(0,o.useRef)(!1),(0,o.useEffect)(function(){var e,t=function(){var e,t,n=o.scrollHeight,r=null!==(e=null==c?void 0:c.duration)&&void 0!==e?e:function(e){if((0,s.n)())return 1;var t=e/36;return Math.round((4+15*Math.pow(t,.25)+t/5)*10)}(n),a=null!==(t=null==c?void 0:c.easing)&&void 0!==t?t:"ease-in-out";return{transition:"height ".concat(r,"ms ").concat(a),height:"".concat(n,"px")}},r=function(){var e=t();o.style.transition=e.transition,o.style.height=e.height},o=n.current;if(!l.current){b(o,i),l.current=!0;return}return o.style.willChange="height",e=requestAnimationFrame(function(){i?(r(),requestAnimationFrame(function(){o.style.height=f.height,o.style.overflow=f.overflow})):(o.style.display="block",requestAnimationFrame(function(){r()}))}),function(){return cancelAnimationFrame(e)}},[n,i,c]),(0,r.jsx)(void 0===u?"div":u,{ref:_,style:v?void 0:function(e){if(!a.Z.canUseDOM)return e?f:g}(d),onTransitionEnd:function(e){if("height"===e.propertyName)b(_.current,d),null==m||m(d)},className:y,children:p})}function m(e){var t,n,a=e.collapsed,s=u(e,["collapsed"]),c=d((0,o.useState)(!a),2),p=c[0],f=c[1],g=d((0,o.useState)(a),2),b=g[0],m=g[1];return(0,i.Z)(function(){!a&&f(!0)},[a]),(0,i.Z)(function(){p&&m(a)},[p,a]),p?(0,r.jsx)(h,(t=l({},s),n=(n={collapsed:b},n),Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):(function(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n.push.apply(n,r)}return n})(Object(n)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}),t)):null}function y(e){var t=e.lazy,n=u(e,["lazy"]);return(0,r.jsx)(t?m:h,l({},n))}},49109:function(e,t,n){"use strict";n.d(t,{n:function(){return h},p:function(){return b}});var r=n(24246),o=n(27378),a=n(71607),i=n(16971),s=n(50923),c=n(26378);function l(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}var u=(0,i.WA)("docusaurus.announcement.dismiss"),d=(0,i.WA)("docusaurus.announcement.id"),p=function(){return"true"===u.get()},f=function(e){return u.set(String(e))},g=o.createContext(null);function b(e){var t,n,i,s,u,b,h,m,y=e.children;var v=(t=(0,c.L)().announcementBar,n=(0,a.Z)(),b=(u=(i=(0,o.useState)(function(){return!!n&&p()}),s=2,function(e){if(Array.isArray(e))return e}(i)||function(e,t){var n,r,o=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=o){var a=[],i=!0,s=!1;try{for(o=o.call(e);!(i=(n=o.next()).done)&&(a.push(n.value),!t||a.length!==t);i=!0);}catch(e){s=!0,r=e}finally{try{!i&&null!=o.return&&o.return()}finally{if(s)throw r}}return a}}(i,2)||function(e,t){if(e){if("string"==typeof e)return l(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if("Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n)return Array.from(n);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return l(e,t)}}(i,s)||function(){throw TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()))[0],h=u[1],(0,o.useEffect)(function(){h(p())},[]),m=(0,o.useCallback)(function(){f(!0),h(!0)},[]),(0,o.useEffect)(function(){if(!!t){var e=t.id,n=d.get();"annoucement-bar"===n&&(n="announcement-bar");var r=e!==n;d.set(e),r&&f(!1),(r||!p())&&h(!1)}},[t]),(0,o.useMemo)(function(){return{isActive:!!t&&!b,close:m}},[t,b,m]));return(0,r.jsx)(g.Provider,{value:v,children:y})}function h(){var e=(0,o.useContext)(g);if(!e)throw new s.i6("AnnouncementBarProvider");return e}},45245:function(e,t,n){"use strict";n.d(t,{I:function(){return m},S:function(){return h}});var r=n(24246),o=n(27378),a=n(46380),i=n(50923),s=n(16971),c=n(26378);function l(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}var u=o.createContext(void 0),d="theme",p=(0,s.WA)(d),f={light:"light",dark:"dark"},g=function(e){return e===f.dark?f.dark:f.light},b=function(e){p.set(g(e))};function h(e){var t,n,i,s,h,m,y,v,_,x,w,k,S=e.children;var O=(n=(t=(0,c.L)().colorMode).defaultMode,i=t.disableSwitch,s=t.respectPrefersColorScheme,_=(v=(m=(0,o.useState)((h=n,a.Z.canUseDOM?g(document.documentElement.getAttribute("data-theme")):g(h))),y=2,function(e){if(Array.isArray(e))return e}(m)||function(e,t){var n,r,o=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=o){var a=[],i=!0,s=!1;try{for(o=o.call(e);!(i=(n=o.next()).done)&&(a.push(n.value),!t||a.length!==t);i=!0);}catch(e){s=!0,r=e}finally{try{!i&&null!=o.return&&o.return()}finally{if(s)throw r}}return a}}(m,2)||function(e,t){if(e){if("string"==typeof e)return l(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if("Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n)return Array.from(n);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return l(e,t)}}(m,y)||function(){throw TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()))[0],x=v[1],(0,o.useEffect)(function(){i&&p.del()},[i]),w=(0,o.useCallback)(function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=t.persist;e?(x(e),(void 0===r||r)&&b(e)):(s?x(window.matchMedia("(prefers-color-scheme: dark)").matches?f.dark:f.light):x(n),p.del())},[s,n]),(0,o.useEffect)(function(){document.documentElement.setAttribute("data-theme",g(_))},[_]),(0,o.useEffect)(function(){if(!i){var e=function(e){if(e.key===d){var t=p.get();null!==t&&w(g(t))}};return window.addEventListener("storage",e),function(){return window.removeEventListener("storage",e)}}},[i,w]),k=(0,o.useRef)(!1),(0,o.useEffect)(function(){if(!i||!!s){var e=window.matchMedia("(prefers-color-scheme: dark)"),t=function(){if(window.matchMedia("print").matches||k.current){k.current=window.matchMedia("print").matches;return}w(null)};return e.addListener(t),function(){return e.removeListener(t)}}},[w,i,s]),(0,o.useMemo)(function(){return{colorMode:_,setColorMode:w,get isDarkTheme(){return _===f.dark},setLightTheme:function(){w(f.light)},setDarkTheme:function(){w(f.dark)}}},[_,w]));return(0,r.jsx)(u.Provider,{value:O,children:S})}function m(){var e=(0,o.useContext)(u);if(null==e)throw new i.i6("ColorModeProvider","Please see https://docusaurus.io/docs/api/themes/configuration#use-color-mode.");return e}},3480:function(e,t,n){"use strict";n.d(t,{M:function(){return p},e:function(){return f}});var r=n(24246),o=n(27378),a=n(44160),i=n(28115),s=n(97486),c=n(26378),l=n(50923);function u(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}var d=o.createContext(void 0);function p(e){var t,n,l,p,f,g,b,h,m,y,v=e.children;var _=(n=(t=(0,a.HY)(),0===(0,c.L)().navbar.items.length&&!t.component),l=(0,i.i)(),p=!n&&"mobile"===l,h=(b=(f=(0,o.useState)(!1),g=2,function(e){if(Array.isArray(e))return e}(f)||function(e,t){var n,r,o=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=o){var a=[],i=!0,s=!1;try{for(o=o.call(e);!(i=(n=o.next()).done)&&(a.push(n.value),!t||a.length!==t);i=!0);}catch(e){s=!0,r=e}finally{try{!i&&null!=o.return&&o.return()}finally{if(s)throw r}}return a}}(f,2)||function(e,t){if(e){if("string"==typeof e)return u(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if("Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n)return Array.from(n);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return u(e,t)}}(f,g)||function(){throw TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()))[0],m=b[1],(0,s.Rb)(function(){if(h)return m(!1),!1}),y=(0,o.useCallback)(function(){m(function(e){return!e})},[]),(0,o.useEffect)(function(){"desktop"===l&&m(!1)},[l]),(0,o.useMemo)(function(){return{disabled:n,shouldRender:p,toggle:y,shown:h}},[n,p,y,h]));return(0,r.jsx)(d.Provider,{value:_,children:v})}function f(){var e=o.useContext(d);if(void 0===e)throw new l.i6("NavbarMobileSidebarProvider");return e}},44160:function(e,t,n){"use strict";n.d(t,{HY:function(){return l},Zo:function(){return u},n2:function(){return c}});var r=n(24246),o=n(27378),a=n(50923);function i(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}var s=o.createContext(null);function c(e){var t=e.children,n=(0,o.useState)({component:null,props:null});return(0,r.jsx)(s.Provider,{value:n,children:t})}function l(){var e=(0,o.useContext)(s);if(!e)throw new a.i6("NavbarSecondaryMenuContentProvider");return e[0]}function u(e){var t,n,r=e.component,c=e.props,l=(0,o.useContext)(s);if(!l)throw new a.i6("NavbarSecondaryMenuContentProvider");var u=(n=2,function(e){if(Array.isArray(e))return e}(t=l)||function(e,t){var n,r,o=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=o){var a=[],i=!0,s=!1;try{for(o=o.call(e);!(i=(n=o.next()).done)&&(a.push(n.value),!t||a.length!==t);i=!0);}catch(e){s=!0,r=e}finally{try{!i&&null!=o.return&&o.return()}finally{if(s)throw r}}return a}}(t,2)||function(e,t){if(e){if("string"==typeof e)return i(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if("Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n)return Array.from(n);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return i(e,t)}}(t,n)||function(){throw TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}())[1],d=(0,a.Ql)(c);return(0,o.useEffect)(function(){u({component:r,props:d})},[u,r,d]),(0,o.useEffect)(function(){return function(){return u({component:null,props:null})}},[u]),null}},59422:function(e,t,n){"use strict";n.d(t,{h:()=>o,t:()=>a});var r=n("27378"),o="navigation-with-keyboard";function a(){(0,r.useEffect)(function(){var e=function(e){"keydown"===e.type&&"Tab"===e.key&&document.body.classList.add(o),"mousedown"===e.type&&document.body.classList.remove(o)};return document.addEventListener("keydown",e),document.addEventListener("mousedown",e),function(){document.body.classList.remove(o),document.removeEventListener("keydown",e),document.removeEventListener("mousedown",e)}},[])}},65348:function(e,t,n){"use strict";n.d(t,{K:function(){return i},M:function(){return s}});var r=n(27378),o=n(8156),a=n(97486);function i(){return(0,a.Nc)("q")}function s(){var e=(0,o.Z)().siteConfig,t=e.baseUrl,n=e.themeConfig.algolia.searchPagePath;return(0,r.useCallback)(function(e){return"".concat(t).concat(n,"?").concat("q","=").concat(encodeURIComponent(e))},[t,n])}},28115:function(e,t,n){"use strict";n.d(t,{i:function(){return s}});var r=n(27378),o=n(46380);function a(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}var i={desktop:"desktop",mobile:"mobile"};function s(){var e,t,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},s=n.desktopBreakpoint,c=void 0===s?996:s;var l=(e=(0,r.useState)(function(){return"ssr"}),t=2,function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n,r,o=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=o){var a=[],i=!0,s=!1;try{for(o=o.call(e);!(i=(n=o.next()).done)&&(a.push(n.value),!t||a.length!==t);i=!0);}catch(e){s=!0,r=e}finally{try{!i&&null!=o.return&&o.return()}finally{if(s)throw r}}return a}}(e,2)||function(e,t){if(e){if("string"==typeof e)return a(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if("Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n)return Array.from(n);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return a(e,t)}}(e,t)||function(){throw TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()),u=l[0],d=l[1];return(0,r.useEffect)(function(){var e=function(){d(function(e){if(!o.Z.canUseDOM)throw Error("getWindowSize() should only be called after React hydration");return window.innerWidth>e?i.desktop:i.mobile}(c))};return e(),window.addEventListener("resize",e),function(){window.removeEventListener("resize",e)}},[c]),u}},55951:function(e,t,n){"use strict";n.d(t,{k:function(){return r}});var r={page:{blogListPage:"blog-list-page",blogPostPage:"blog-post-page",blogTagsListPage:"blog-tags-list-page",blogTagPostListPage:"blog-tags-post-list-page",blogAuthorsListPage:"blog-authors-list-page",blogAuthorsPostsPage:"blog-authors-posts-page",docsDocPage:"docs-doc-page",docsTagsListPage:"docs-tags-list-page",docsTagDocListPage:"docs-tags-doc-list-page",mdxPage:"mdx-page"},wrapper:{main:"main-wrapper",blogPages:"blog-wrapper",docsPages:"docs-wrapper",mdxPages:"mdx-wrapper"},common:{editThisPage:"theme-edit-this-page",lastUpdated:"theme-last-updated",backToTopButton:"theme-back-to-top-button",codeBlock:"theme-code-block",admonition:"theme-admonition",unlistedBanner:"theme-unlisted-banner",draftBanner:"theme-draft-banner",admonitionType:function(e){return"theme-admonition-".concat(e)}},layout:{},docs:{docVersionBanner:"theme-doc-version-banner",docVersionBadge:"theme-doc-version-badge",docBreadcrumbs:"theme-doc-breadcrumbs",docMarkdown:"theme-doc-markdown",docTocMobile:"theme-doc-toc-mobile",docTocDesktop:"theme-doc-toc-desktop",docFooter:"theme-doc-footer",docFooterTagsRow:"theme-doc-footer-tags-row",docFooterEditMetaRow:"theme-doc-footer-edit-meta-row",docSidebarContainer:"theme-doc-sidebar-container",docSidebarMenu:"theme-doc-sidebar-menu",docSidebarItemCategory:"theme-doc-sidebar-item-category",docSidebarItemLink:"theme-doc-sidebar-item-link",docSidebarItemCategoryLevel:function(e){return"theme-doc-sidebar-item-category-level-".concat(e)},docSidebarItemLinkLevel:function(e){return"theme-doc-sidebar-item-link-level-".concat(e)}},blog:{blogFooterTagsRow:"theme-blog-footer-tags-row",blogFooterEditMetaRow:"theme-blog-footer-edit-meta-row"},pages:{pageFooterEditMetaRow:"theme-pages-footer-edit-meta-row"}}},34359:function(e,t,n){"use strict";function r(){return window.matchMedia("(prefers-reduced-motion: reduce)").matches}n.d(t,{n:function(){return r}})},85108:function(e,t,n){"use strict";n.d(t,{QW:()=>h,aG:()=>b,Ac:()=>g,Cw:()=>f});var r=n("24246"),o=n("27378"),a=n("77827"),i=n("59699");let s="errorBoundaryError_rP1m",c="errorBoundaryFallback_heah";function l(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function u(e){return(u=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function d(e,t){return(d=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function p(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(p=function(){return!!e})()}function f(e){var t,n;return(0,r.jsx)("button",(t=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){var r,o,a;r=e,o=t,a=n[t],o in r?Object.defineProperty(r,o,{value:a,enumerable:!0,configurable:!0,writable:!0}):r[o]=a})}return e}({type:"button"},e),n=(n={children:(0,r.jsx)(a.Z,{id:"theme.ErrorPageContent.tryAgain",description:"The label of the button to try again rendering when the React error boundary captures an error",children:"Try again"})},n),Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):(function(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n.push.apply(n,r)}return n})(Object(n)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}),t))}function g(e){var t=e.error,n=e.tryAgain;return(0,r.jsxs)("div",{className:c,children:[(0,r.jsx)("p",{children:t.message}),(0,r.jsx)(f,{onClick:n})]})}function b(e){var t=e.error,n=(0,i.getErrorCausalChain)(t).map(function(e){return e.message}).join("\n\nCause:\n");return(0,r.jsx)("p",{className:s,children:n})}var h=function(e){var t,n,r;function o(){var e,t,n;return!function(e,t){if(!(e instanceof t))throw TypeError("Cannot call a class as a function")}(this,o),e=this,t=o,n=arguments,t=u(t),function(e,t){return t&&("object"===function(e){return e&&"undefined"!=typeof Symbol&&e.constructor===Symbol?"symbol":typeof e}(t)||"function"==typeof t)?t:function(e){if(void 0===e)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}(e,p()?Reflect.construct(t,n||[],u(e).constructor):t.apply(e,n))}return!function(e,t){if("function"!=typeof t&&null!==t)throw TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&d(e,t)}(o,e),t=o,n=[{key:"componentDidCatch",value:function(e,t){throw this.props.onError(e,t)}},{key:"render",value:function(){return this.props.children}}],l(t.prototype,n),o}(o.Component)},79550:function(e,t,n){"use strict";n.d(t,{p:function(){return o}});var r=n(8156);function o(e){var t=(0,r.Z)().siteConfig,n=t.title,o=t.titleDelimiter;return(null==e?void 0:e.trim().length)?"".concat(e.trim()," ").concat(o," ").concat(n):n}},97486:function(e,t,n){"use strict";n.d(t,{H:function(){return u},Nc:function(){return l},Rb:function(){return i},_X:function(){return c},eH:function(){return d}});var r=n(27378),o=n(3620),a=n(50923);function i(e){var t,n,i;t=function(t,n){if("POP"===n)return e(t,n)},n=(0,o.k6)(),i=(0,a.zX)(t),(0,r.useEffect)(function(){return n.block(function(e,t){return i(e,t)})},[n,i])}function s(e){var t=(0,o.k6)();return(0,r.useSyncExternalStore)(t.listen,function(){return e(t)},function(){return e(t)})}function c(e){return s(function(t){return null===e?null:new URLSearchParams(t.location.search).get(e)})}function l(e){var t,n,a;return[null!==(t=c(e))&&void 0!==t?t:"",(n=e,a=(0,o.k6)(),(0,r.useCallback)(function(e,t){var r=new URLSearchParams(a.location.search);e?r.set(n,e):r.delete(n),((null==t?void 0:t.push)?a.push:a.replace)({search:r.toString()})},[n,a]))]}function u(e){var t,n,a,i;return[(t=e,n=s(function(e){return JSON.stringify(new URLSearchParams(e.location.search).getAll(t))}),(0,r.useMemo)(function(){return JSON.parse(n)},[n])),(a=e,i=(0,o.k6)(),(0,r.useCallback)(function(e,t){var n=new URLSearchParams(i.location.search),r=Array.isArray(e)?e:e(n.getAll(a));n.delete(a),r.forEach(function(e){return n.append(a,e)}),((null==t?void 0:t.push)?i.push:i.replace)({search:n.toString()})},[i,a]))]}function d(){var e=(0,o.k6)();return(0,r.useCallback)(function(){e.replace({search:void 0})},[e])}},32263:function(e,t,n){"use strict";function r(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:function(e,t){return e===t};return e.filter(function(n,r){return e.findIndex(function(e){return t(e,n)})!==r})}function o(e){return Array.from(new Set(e))}function a(e,t){var n={},r=0,o=!0,a=!1,i=void 0;try{for(var s,c=e[Symbol.iterator]();!(o=(s=c.next()).done);o=!0){var l,u=s.value,d=t(u,r);null!==(l=n[d])&&void 0!==l||(n[d]=[]),n[d].push(u),r+=1}}catch(e){a=!0,i=e}finally{try{!o&&null!=c.return&&c.return()}finally{if(a)throw i}}return n}n.d(t,{jj:function(){return o},lx:function(){return r},vM:function(){return a}})},57335:function(e,t,n){"use strict";n.d(t,{FG:function(){return p},VC:function(){return f},d:function(){return u}});var r=n(24246),o=n(27378),a=n(90496),i=n(53327),s=n(3564),c=n(83631),l=n(79550);function u(e){var t=e.title,n=e.description,o=e.keywords,a=e.image,s=e.children,u=(0,l.p)(t),d=(0,c.Cg)().withBaseUrl,p=a?d(a,{absolute:!0}):void 0;return(0,r.jsxs)(i.Z,{children:[t&&(0,r.jsx)("title",{children:u}),t&&(0,r.jsx)("meta",{property:"og:title",content:u}),n&&(0,r.jsx)("meta",{name:"description",content:n}),n&&(0,r.jsx)("meta",{property:"og:description",content:n}),o&&(0,r.jsx)("meta",{name:"keywords",content:Array.isArray(o)?o.join(","):o}),p&&(0,r.jsx)("meta",{property:"og:image",content:p}),p&&(0,r.jsx)("meta",{name:"twitter:image",content:p}),s]})}var d=o.createContext(void 0);function p(e){var t=e.className,n=e.children,s=o.useContext(d),c=(0,a.Z)(s,t);return(0,r.jsxs)(d.Provider,{value:c,children:[(0,r.jsx)(i.Z,{children:(0,r.jsx)("html",{className:c})}),n]})}function f(e){var t,n=e.children,o=(0,s.Z)();var i=(t=o.plugin.name,"plugin-".concat(t.replace(/docusaurus-(?:plugin|theme)-(?:content-)?/gi,""))),c="plugin-id-".concat(o.plugin.id);return(0,r.jsx)(p,{className:(0,a.Z)(i,c),children:n})}},50923:function(e,t,n){"use strict";n.d(t,{D9:function(){return f},Qc:function(){return h},Ql:function(){return b},i6:function(){return g},zX:function(){return p}});var r=n(24246),o=n(27378),a=n(844);function i(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function s(e,t,n){return(s=d()?Reflect.construct:function(e,t,n){var r=[null];r.push.apply(r,t);var o=new(Function.bind.apply(e,r));return n&&l(o,n.prototype),o}).apply(null,arguments)}function c(e){return(c=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function l(e,t){return(l=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function u(e){var t="function"==typeof Map?new Map:void 0;return(u=function(e){var n;if(null===e||(n=e,-1===Function.toString.call(n).indexOf("[native code]")))return e;if("function"!=typeof e)throw TypeError("Super expression must either be null or a function");if(void 0!==t){if(t.has(e))return t.get(e);t.set(e,r)}function r(){return s(e,arguments,c(this).constructor)}return r.prototype=Object.create(e.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),l(r,e)})(e)}function d(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(d=function(){return!!e})()}function p(e){var t,n=(0,o.useRef)(e);return(0,a.Z)(function(){n.current=e},[e]),(0,o.useCallback)(function(){for(var e,r=arguments.length,o=Array(r),a=0;a<r;a++)o[a]=arguments[a];return(t=n).current.apply(t,function(e){if(Array.isArray(e))return i(e)}(e=o)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(e){if("string"==typeof e)return i(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if("Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n)return Array.from(n);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return i(e,t)}}(e)||function(){throw TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}())},[])}function f(e){var t=(0,o.useRef)();return(0,a.Z)(function(){t.current=e}),t.current}var g=function(e){function t(e,n){var r,o,a,i,s,l,u,p;return!function(e,t){if(!(e instanceof t))throw TypeError("Cannot call a class as a function")}(this,t),l=this,u=c(u=t),(r=function(e,t){return t&&("object"===function(e){return e&&"undefined"!=typeof Symbol&&e.constructor===Symbol?"symbol":typeof e}(t)||"function"==typeof t)?t:function(e){if(void 0===e)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}(l,d()?Reflect.construct(u,[],c(l).constructor):u.apply(l,p))).name="ReactContextError",r.message="Hook ".concat(null!==(s=null===(i=r.stack)||void 0===i?void 0:null===(a=i.split("\n")[1])||void 0===a?void 0:null===(o=a.match(RegExp("at (?:\\w+\\.)?(?<name>\\w+)")))||void 0===o?void 0:o.groups.name)&&void 0!==s?s:""," is called outside the <").concat(e,">. ").concat(null!=n?n:""),r}return!function(e,t){if("function"!=typeof t&&null!==t)throw TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&l(e,t)}(t,e),t}(u(Error));function b(e){var t=Object.entries(e);return t.sort(function(e,t){return e[0].localeCompare(t[0])}),(0,o.useMemo)(function(){return e},t.flat())}function h(e){return function(t){var n=t.children;return(0,r.jsx)(r.Fragment,{children:e.reduceRight(function(e,t){return(0,r.jsx)(t,{children:e})},n)})}}},17859:function(e,t,n){"use strict";function r(e,t){return void 0!==e&&void 0!==t&&RegExp(e,"gi").test(t)}n.d(t,{F:function(){return r}})},71208:function(e,t,n){"use strict";n.d(t,{Mg:function(){return i},Ns:function(){return s}});var r=n(27378),o=n(53145),a=n(8156);function i(e,t){var n=function(e){var t;return null===(t=!e||e.endsWith("/")?e:"".concat(e,"/"))||void 0===t?void 0:t.toLowerCase()};return n(e)===n(t)}function s(){var e=(0,a.Z)().siteConfig.baseUrl;return(0,r.useMemo)(function(){return function(e){var t=e.baseUrl,n=e.routes;function r(e){return e.path===t&&!0===e.exact}function o(e){return e.path===t&&!e.exact}return function e(t){if(0!==t.length){var n=t.find(r);return n?n:e(t.filter(o).flatMap(function(e){var t;return null!==(t=e.routes)&&void 0!==t?t:[]}))}}(n)}({routes:o.Z,baseUrl:e})},[e])}},54947:function(e,t,n){"use strict";n.d(t,{Ct:function(){return h},OC:function(){return d},RF:function(){return g},o5:function(){return b}});var r=n(24246),o=n(27378),a=n(46380),i=n(71607),s=n(844),c=n(50923);function l(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}var u=o.createContext(void 0);function d(e){var t,n=e.children;var a=(t=(0,o.useRef)(!0),(0,o.useMemo)(function(){return{scrollEventsEnabledRef:t,enableScrollEvents:function(){t.current=!0},disableScrollEvents:function(){t.current=!1}}},[]));return(0,r.jsx)(u.Provider,{value:a,children:n})}function p(){var e=(0,o.useContext)(u);if(null==e)throw new c.i6("ScrollControllerProvider");return e}var f=function(){return a.Z.canUseDOM?{scrollX:window.pageXOffset,scrollY:window.pageYOffset}:null};function g(e){var t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],r=p().scrollEventsEnabledRef,a=(0,o.useRef)(f()),i=(0,c.zX)(e);(0,o.useEffect)(function(){var e=function(){if(!!r.current){var e=f();i(e,a.current),a.current=e}},t={passive:!0};return e(),window.addEventListener("scroll",e,t),function(){return window.removeEventListener("scroll",e,t)}},[i,r].concat(function(e){if(Array.isArray(e))return l(e)}(t=n)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(t)||function(e,t){if(e){if("string"==typeof e)return l(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if("Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n)return Array.from(n);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return l(e,t)}}(t)||function(){throw TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()))}function b(){var e,t,n,r=p();var a=(e=(0,o.useRef)({elem:null,top:0}),t=(0,o.useCallback)(function(t){e.current={elem:t,top:t.getBoundingClientRect().top}},[]),n=(0,o.useCallback)(function(){var t=e.current,n=t.elem,r=t.top;if(!n)return{restored:!1};var o=n.getBoundingClientRect().top-r;return o&&window.scrollBy({left:0,top:o}),e.current={elem:null,top:0},{restored:0!==o}},[]),(0,o.useMemo)(function(){return{save:t,restore:n}},[n,t])),i=(0,o.useRef)(void 0),c=(0,o.useCallback)(function(e){a.save(e),r.disableScrollEvents(),i.current=function(){var e=a.restore().restored;if(i.current=void 0,e){var t=function(){r.enableScrollEvents(),window.removeEventListener("scroll",t)};window.addEventListener("scroll",t)}else r.enableScrollEvents()}},[r,a]);return(0,s.Z)(function(){queueMicrotask(function(){var e;return null===(e=i.current)||void 0===e?void 0:e.call(i)})}),{blockElementScrollPositionUntilNextRender:c}}function h(){var e=(0,o.useRef)(null),t=(0,i.Z)()&&"smooth"===getComputedStyle(document.documentElement).scrollBehavior;return{startScroll:function(n){var r,o,a,i;e.current=t?(r=n,window.scrollTo({top:r,behavior:"smooth"}),function(){}):(o=n,a=null,i=document.documentElement.scrollTop>o,!function e(){var t=document.documentElement.scrollTop;(i&&t>o||!i&&t<o)&&(a=requestAnimationFrame(e),window.scrollTo(0,Math.floor((t-o)*.85)+o))}(),function(){return a&&cancelAnimationFrame(a)})},cancelScroll:function(){var t;return null===(t=e.current)||void 0===t?void 0:t.call(e)}}}},81025:function(e,t,n){"use strict";n.d(t,{H:function(){return r}});var r="default"},16971:function(e,t,n){"use strict";n.d(t,{Nk:function(){return u},WA:function(){return l}});var r=n(27378),o=n(45874),a=o.d;function i(e){var t=e.key,n=e.oldValue,r=e.newValue,o=e.storage;if(n!==r){var a=document.createEvent("StorageEvent");a.initStorageEvent("storage",!1,!1,t,n,r,window.location.href,o),window.dispatchEvent(a)}}var s=!1,c={get:function(){return null},set:function(){},del:function(){},listen:function(){return function(){}}};function l(e,t){var n,r=(n=e,"".concat(n).concat(o.u));if("undefined"==typeof window)return function(e){function t(){throw Error('Illegal storage API usage for storage key "'.concat(e,'".\nDocusaurus storage APIs are not supposed to be called on the server-rendering process.\nPlease only call storage APIs in effects and event handlers.'))}return{get:t,set:t,del:t,listen:t}}(r);var l=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:a;if("undefined"==typeof window)throw Error("Browser storage is not available on Node.js/Docusaurus SSR process.");if("none"===e)return null;try{return window[e]}catch(e){return function(e){!s&&(console.warn("Docusaurus browser storage is not available.\nPossible reasons: running Docusaurus in an iframe, in an incognito browser session, or using too strict browser privacy settings.",e),s=!0)}(e),null}}(null==t?void 0:t.persistence);return null===l?c:{get:function(){try{return l.getItem(r)}catch(e){return console.error("Docusaurus storage error, can't get key=".concat(r),e),null}},set:function(e){try{var t=l.getItem(r);l.setItem(r,e),i({key:r,oldValue:t,newValue:e,storage:l})}catch(t){console.error("Docusaurus storage error, can't set ".concat(r,"=").concat(e),t)}},del:function(){try{var e=l.getItem(r);l.removeItem(r),i({key:r,oldValue:e,newValue:null,storage:l})}catch(e){console.error("Docusaurus storage error, can't delete key=".concat(r),e)}},listen:function(e){try{var t=function(t){t.storageArea===l&&t.key===r&&e(t)};return window.addEventListener("storage",t),function(){return window.removeEventListener("storage",t)}}catch(e){return console.error("Docusaurus storage error, can't listen for changes of key=".concat(r),e),function(){}}}}}function u(e,t){var n=(0,r.useRef)(function(){return null===e?c:l(e,t)}).current(),o=(0,r.useCallback)(function(e){return"undefined"==typeof window?function(){}:n.listen(e)},[n]);return[(0,r.useSyncExternalStore)(o,function(){return"undefined"==typeof window?null:n.get()},function(){return null}),n]}},82698:function(e,t,n){"use strict";n.d(t,{l:function(){return i}});var r=n(8156),o=n(3620),a=n(59699);function i(){var e=(0,r.Z)(),t=e.siteConfig,n=t.baseUrl,i=t.url,s=t.trailingSlash,c=e.i18n,l=c.defaultLocale,u=c.currentLocale,d=(0,o.TH)().pathname,p=(0,a.applyTrailingSlash)(d,{trailingSlash:s,baseUrl:n}),f=u===l?n:n.replace("/".concat(u,"/"),"/"),g=p.replace(n,"");return{createUrl:function(e){var t,n=e.locale,r=e.fullyQualified;return"".concat(r?i:"").concat((t=n)===l?"".concat(f):"".concat(f).concat(t,"/")).concat(g)}}}},80793:function(e,t,n){"use strict";n.d(t,{S:function(){return i}});var r=n(27378),o=n(3620),a=n(50923);function i(e){var t=(0,o.TH)(),n=(0,a.D9)(t),i=(0,a.zX)(e);(0,r.useEffect)(function(){if(!!n)t!==n&&i({location:t,previousLocation:n})},[i,t,n])}},26378:function(e,t,n){"use strict";n.d(t,{L:function(){return o}});var r=n(8156);function o(){return(0,r.Z)().siteConfig.themeConfig}},3218:function(e,t,n){"use strict";n.d(t,{L:function(){return o}});var r=n(8156);function o(){return(0,r.Z)().siteConfig.themeConfig}},19184:function(e,t,n){"use strict";n.d(t,{l:function(){return s}});var r=n(27378),o=n(17859),a=n(83631),i=n(3218);function s(){var e=(0,a.Cg)().withBaseUrl,t=(0,i.L)().algolia,n=t.externalUrlRegex,s=t.replaceSearchResultPathname;return(0,r.useCallback)(function(t){var r,a,i=new URL(t);if((0,o.F)(n,i.href))return t;return e((r="".concat(i.pathname+i.hash),(a=s)?r.replaceAll(RegExp(a.from,"g"),a.to):r))},[e,n,s])}},5737:function(e,t,n){"use strict";function r(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}Object.defineProperty(t,"__esModule",{value:!0}),t.addTrailingSlash=a,t.default=function(e,t){var n,o,s,c=t.trailingSlash,l=t.baseUrl;if(e.startsWith("#"))return e;if(void 0===c)return e;var u=(n=e.split(/[#?]/),o=1,function(e){if(Array.isArray(e))return e}(n)||function(e,t){var n,r,o=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=o){var a=[],i=!0,s=!1;try{for(o=o.call(e);!(i=(n=o.next()).done)&&(a.push(n.value),!t||a.length!==t);i=!0);}catch(e){s=!0,r=e}finally{try{!i&&null!=o.return&&o.return()}finally{if(s)throw r}}return a}}(n,1)||function(e,t){if(e){if("string"==typeof e)return r(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if("Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n)return Array.from(n);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return r(e,t)}}(n,o)||function(){throw TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}())[0];var d="/"===u||u===l?u:(s=u,c?a(s):i(s));return e.replace(u,d)},t.addLeadingSlash=function(e){return(0,o.addPrefix)(e,"/")},t.removeTrailingSlash=i;var o=n(22022);function a(e){return e.endsWith("/")?e:"".concat(e,"/")}function i(e){return(0,o.removeSuffix)(e,"/")}},46704:function(e,t){"use strict";function n(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}Object.defineProperty(t,"__esModule",{value:!0}),t.getErrorCausalChain=function e(t){if(t.cause){var r;return[t].concat(function(e){if(Array.isArray(e))return n(e)}(r=e(t.cause))||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(r)||function(e,t){if(e){if("string"==typeof e)return n(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);if("Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r)return Array.from(r);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return n(e,t)}}(r)||function(){throw TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}())}return[t]}},59699:function(e,t,n){"use strict";t.getErrorCausalChain=t.applyTrailingSlash=t.blogPostContainerID=void 0;var r,o=n(59390);t.blogPostContainerID="__blog-post-container";var a=n(5737);Object.defineProperty(t,"applyTrailingSlash",{enumerable:!0,get:function(){return o.__importDefault(a).default}}),n(22022);var i=n(46704);Object.defineProperty(t,"getErrorCausalChain",{enumerable:!0,get:function(){return i.getErrorCausalChain}})},22022:function(e,t){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.addPrefix=function(e,t){return e.startsWith(t)?e:"".concat(t).concat(e)},t.removeSuffix=function(e,t){return""===t?e:e.endsWith(t)?e.slice(0,-t.length):e},t.addSuffix=function(e,t){return e.endsWith(t)?e:"".concat(e).concat(t)},t.removePrefix=function(e,t){return e.startsWith(t)?e.slice(t.length):e}},40370:function(e,t,n){"use strict";n.d(t,{_:function(){return i},t:function(){return s}});var r=n(24246),o=n(27378);function a(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}var i=o.createContext(!1);function s(e){var t,n,s=e.children;var c=(t=(0,o.useState)(!1),n=2,function(e){if(Array.isArray(e))return e}(t)||function(e,t){var n,r,o=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=o){var a=[],i=!0,s=!1;try{for(o=o.call(e);!(i=(n=o.next()).done)&&(a.push(n.value),!t||a.length!==t);i=!0);}catch(e){s=!0,r=e}finally{try{!i&&null!=o.return&&o.return()}finally{if(s)throw r}}return a}}(t,2)||function(e,t){if(e){if("string"==typeof e)return a(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if("Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n)return Array.from(n);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return a(e,t)}}(t,n)||function(){throw TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()),l=c[0],u=c[1];return(0,o.useEffect)(function(){u(!0)},[]),(0,r.jsx)(i.Provider,{value:l,children:s})}},25213:function(e,t,n){"use strict";var r=n("24246"),o=n("27378"),a=n("37634"),i=n("92883"),s=n("4289"),c=n("75150"),l=n("46380");let u=[n(57743),n(20692),n(74144),n(46548),n(31722),n(11742),n(20623),n(1120),n(16066)];var d=n("53145"),p=n("3620"),f=n("95473");function g(e){var t=e.children;return(0,r.jsx)(r.Fragment,{children:t})}var b=n("53327"),h=n("8156"),m=n("83631"),y=n("26378"),v=n("57335"),_=n("82698"),x=n("59422"),w=n("81025"),k=n("59699"),S=n("69879");function O(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function j(){var e=(0,h.Z)().i18n,t=e.currentLocale,n=e.defaultLocale,o=e.localeConfigs,a=(0,_.l)(),i=o[t].htmlLang,s=function(e){return e.replace("-","_")};return(0,r.jsxs)(b.Z,{children:[Object.entries(o).map(function(e){var t,n,o=(n=2,function(e){if(Array.isArray(e))return e}(t=e)||function(e,t){var n,r,o=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=o){var a=[],i=!0,s=!1;try{for(o=o.call(e);!(i=(n=o.next()).done)&&(a.push(n.value),!t||a.length!==t);i=!0);}catch(e){s=!0,r=e}finally{try{!i&&null!=o.return&&o.return()}finally{if(s)throw r}}return a}}(t,2)||function(e,t){if(e){if("string"==typeof e)return O(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if("Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n)return Array.from(n);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return O(e,t)}}(t,n)||function(){throw TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()),i=o[0],s=o[1].htmlLang;return(0,r.jsx)("link",{rel:"alternate",href:a.createUrl({locale:i,fullyQualified:!0}),hrefLang:s},i)}),(0,r.jsx)("link",{rel:"alternate",href:a.createUrl({locale:n,fullyQualified:!0}),hrefLang:"x-default"}),(0,r.jsx)("meta",{property:"og:locale",content:s(i)}),Object.values(o).filter(function(e){return i!==e.htmlLang}).map(function(e){return(0,r.jsx)("meta",{property:"og:locale:alternate",content:s(e.htmlLang)},"meta-og-".concat(e.htmlLang))})]})}function E(e){var t,n,o,a,i,s=e.permalink,c=(0,h.Z)().siteConfig.url;var l=(n=(t=(0,h.Z)().siteConfig).url,o=t.baseUrl,a=t.trailingSlash,i=(0,p.TH)().pathname,n+(0,k.applyTrailingSlash)((0,m.ZP)(i),{trailingSlash:a,baseUrl:o})),u=s?"".concat(c).concat(s):l;return(0,r.jsxs)(b.Z,{children:[(0,r.jsx)("meta",{property:"og:url",content:u}),(0,r.jsx)("link",{rel:"canonical",href:u})]})}function P(){var e=(0,h.Z)().i18n.currentLocale,t=(0,y.L)(),n=t.metadata,o=t.image;return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsxs)(b.Z,{children:[(0,r.jsx)("meta",{name:"twitter:card",content:"summary_large_image"}),(0,r.jsx)("body",{className:x.h})]}),o&&(0,r.jsx)(v.d,{image:o}),(0,r.jsx)(E,{}),(0,r.jsx)(j,{}),(0,r.jsx)(S.Z,{tag:w.H,locale:e}),(0,r.jsx)(b.Z,{children:n.map(function(e,t){return(0,r.jsx)("meta",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){var r,o,a;r=e,o=t,a=n[t],o in r?Object.defineProperty(r,o,{value:a,enumerable:!0,configurable:!0,writable:!0}):r[o]=a})}return e}({},e),t)})})]})}function C(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){var r,o,a;r=e,o=t,a=n[t],o in r?Object.defineProperty(r,o,{value:a,enumerable:!0,configurable:!0,writable:!0}):r[o]=a})}return e}function A(e,t){return t=null!=t?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):(function(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n.push.apply(n,r)}return n})(Object(t)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}),e}var T=new Map,I=n("40370"),M=n("18158"),D=n("844");function N(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function L(e){for(var t=arguments.length,n=Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];var o=u.map(function(t){var r,o,a,i=null!==(a=null===(o=t.default)||void 0===o?void 0:o[e])&&void 0!==a?a:t[e];return null==i?void 0:i.apply(void 0,function(e){if(Array.isArray(e))return N(e)}(r=n)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(r)||function(e,t){if(e){if("string"==typeof e)return N(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if("Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n)return Array.from(n);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return N(e,t)}}(r)||function(){throw TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}())});return function(){return o.forEach(function(e){return null==e?void 0:e()})}}let R=function(e){var t=e.children,n=e.location,r=e.previousLocation;return(0,D.Z)(function(){r!==n&&(!function(e){var t=e.location,n=e.previousLocation;if(!n)return;var r=t.pathname===n.pathname,o=t.hash===n.hash,a=t.search===n.search;if(!r||!o||!!a){var i=t.hash;if(i){var s=decodeURIComponent(i.substring(1)),c=document.getElementById(s);null==c||c.scrollIntoView()}else window.scrollTo(0,0)}}({location:n,previousLocation:r}),L("onRouteDidUpdate",{previousLocation:r,location:n}))},[r,n]),t};function F(e){return Promise.all(Array.from(new Set([e,decodeURI(e)])).map(function(e){return(0,f.f)(d.Z,e)}).flat().map(function(e){var t,n;return null===(t=(n=e.route.component).preload)||void 0===t?void 0:t.call(n)}))}function z(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function B(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function U(e){return(U=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function $(e,t){return($=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function Z(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Z=function(){return!!e})()}var H=function(e){var t,n,o;function a(e){var t,n,r,o;return!function(e,t){if(!(e instanceof t))throw TypeError("Cannot call a class as a function")}(this,a),n=this,r=a,o=[e],r=U(r),B(t=function(e,t){return t&&("object"===function(e){return e&&"undefined"!=typeof Symbol&&e.constructor===Symbol?"symbol":typeof e}(t)||"function"==typeof t)?t:function(e){if(void 0===e)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}(n,Z()?Reflect.construct(r,o||[],U(n).constructor):r.apply(n,o)),"previousLocation",void 0),B(t,"routeUpdateCleanupCb",void 0),t.previousLocation=null,t.routeUpdateCleanupCb=l.Z.canUseDOM?L("onRouteUpdate",{previousLocation:null,location:t.props.location}):function(){},t.state={nextRouteHasLoaded:!0},t}return!function(e,t){if("function"!=typeof t&&null!==t)throw TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&$(e,t)}(a,e),t=a,n=[{key:"shouldComponentUpdate",value:function(e,t){var n=this;if(e.location===this.props.location)return t.nextRouteHasLoaded;var r=e.location;return this.previousLocation=this.props.location,this.setState({nextRouteHasLoaded:!1}),this.routeUpdateCleanupCb=L("onRouteUpdate",{previousLocation:this.previousLocation,location:r}),F(r.pathname).then(function(){n.routeUpdateCleanupCb(),n.setState({nextRouteHasLoaded:!0})}).catch(function(e){console.warn(e),window.location.reload()}),!1}},{key:"render",value:function(){var e=this.props,t=e.children,n=e.location;return(0,r.jsx)(R,{previousLocation:this.previousLocation,location:n,children:(0,r.jsx)(p.AW,{location:n,render:function(){return t}})})}}],z(t.prototype,n),a}(o.Component),V="__docusaurus-base-url-issue-banner-suggestion-container";function q(){var e,t,n=(0,h.Z)().siteConfig.baseUrl;return(0,r.jsx)(r.Fragment,{children:!l.Z.canUseDOM&&(0,r.jsx)(b.Z,{children:(0,r.jsx)("script",{children:(e=n,"\ndocument.addEventListener('DOMContentLoaded', function maybeInsertBanner() {\n var shouldInsert = typeof window['docusaurus'] === 'undefined';\n shouldInsert && insertBanner();\n});\n\nfunction insertBanner() {\n var bannerContainer = document.createElement('div');\n bannerContainer.id = '".concat("__docusaurus-base-url-issue-banner-container","';\n var bannerHtml = ").concat(JSON.stringify((t=e,'\n<div id="'.concat("__docusaurus-base-url-issue-banner",'" style="border: thick solid red; background-color: rgb(255, 230, 179); margin: 20px; padding: 20px; font-size: 20px;">\n <p style="font-weight: bold; font-size: 30px;">Your Docusaurus site did not load properly.</p>\n <p>A very common reason is a wrong site <a href="https://docusaurus.io/docs/docusaurus.config.js/#baseUrl" style="font-weight: bold;">baseUrl configuration</a>.</p>\n <p>Current configured baseUrl = <span style="font-weight: bold; color: red;">').concat(t,"</span> ").concat("/"===t?" (default value)":"",'</p>\n <p>We suggest trying baseUrl = <span id="').concat(V,'" style="font-weight: bold; color: green;"></span></p>\n</div>\n'))).replace(/</g,"\\<"),";\n bannerContainer.innerHTML = bannerHtml;\n document.body.prepend(bannerContainer);\n var suggestionContainer = document.getElementById('").concat(V,"');\n var actualHomePagePath = window.location.pathname;\n var suggestedBaseUrl = actualHomePagePath.substr(-1) === '/'\n ? actualHomePagePath\n : actualHomePagePath + '/';\n suggestionContainer.innerHTML = suggestedBaseUrl;\n}\n"))})})})}function W(){var e=(0,h.Z)().siteConfig,t=e.baseUrl,n=e.baseUrlIssueBanner,o=(0,p.TH)().pathname;return n&&o===t?(0,r.jsx)(q,{}):null}function G(){var e=(0,h.Z)(),t=e.siteConfig,n=t.favicon,o=t.title,a=t.noIndex,i=e.i18n,s=i.currentLocale,c=i.localeConfigs,l=(0,m.ZP)(n),u=c[s],d=u.htmlLang,p=u.direction;return(0,r.jsxs)(b.Z,{children:[(0,r.jsx)("html",{lang:d,dir:p}),(0,r.jsx)("title",{children:o}),(0,r.jsx)("meta",{property:"og:title",content:o}),(0,r.jsx)("meta",{name:"viewport",content:"width=device-width, initial-scale=1.0"}),a&&(0,r.jsx)("meta",{name:"robots",content:"noindex, nofollow"}),n&&(0,r.jsx)("link",{rel:"icon",href:l})]})}var K=n("67490"),Y=n("71607");function Q(){var e=(0,Y.Z)();return(0,r.jsx)(b.Z,{children:(0,r.jsx)("html",{"data-has-hydrated":e})})}var X=(0,f.H)(d.Z);function J(){var e=function(e){if(T.has(e.pathname))return A(C({},e),{pathname:T.get(e.pathname)});if((0,f.f)(d.Z,e.pathname).some(function(e){return!0===e.route.exact}))return T.set(e.pathname,e.pathname),e;var t=e.pathname.trim().replace(/(?:\/index)?\.html$/,"")||"/";return T.set(e.pathname,t),A(C({},e),{pathname:t})}((0,p.TH)());return(0,r.jsx)(H,{location:e,children:X})}var ee=n("37138"),et=!function(e){try{return document.createElement("link").relList.supports(e)}catch(e){return!1}}("prefetch")?function(e){return new Promise(function(t,n){var r=new XMLHttpRequest;r.open("GET",e,!0),r.withCredentials=!0,r.onload=function(){200===r.status?t():n()},r.send(null)})}:function(e){return new Promise(function(t,n){if("undefined"==typeof document){n();return}var r,o,a=document.createElement("link");a.setAttribute("rel","prefetch"),a.setAttribute("href",e),a.onload=function(){return t()},a.onerror=function(){return n()};var i=null!==(o=document.getElementsByTagName("head")[0])&&void 0!==o?o:null===(r=document.getElementsByName("script")[0])||void 0===r?void 0:r.parentNode;null==i||i.appendChild(a)})},en=n("3200");function er(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function eo(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n,r,o=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=o){var a=[],i=!0,s=!1;try{for(o=o.call(e);!(i=(n=o.next()).done)&&(a.push(n.value),!t||a.length!==t);i=!0);}catch(e){s=!0,r=e}finally{try{!i&&null!=o.return&&o.return()}finally{if(s)throw r}}return a}}(e,t)||function(e,t){if(e){if("string"==typeof e)return er(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if("Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n)return Array.from(n);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return er(e,t)}}(e,t)||function(){throw TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}var ea=new Set,ei=new Set,es=function(){var e,t;return(null===(e=navigator.connection)||void 0===e?void 0:e.effectiveType.includes("2g"))||(null===(t=navigator.connection)||void 0===t?void 0:t.saveData)};let ec=Object.freeze({prefetch:function(e){var t;return t=e,!(es()||ei.has(t)||ea.has(t))&&(ea.add(e),Promise.all((0,f.f)(d.Z,e).flatMap(function(e){var t;return t=e.route.path,Object.entries(ee).filter(function(e){return eo(e,1)[0].replace(/-[^-]+$/,"")===t}).flatMap(function(e){var t=eo(e,2)[1];return Object.values((0,en.Z)(t))})}).map(function(e){var t=n.gca(e);if(t&&!t.includes("undefined"))return et(t).catch(function(){});return Promise.resolve()})))},preload:function(e){var t;return t=e,!(es()||ei.has(t))&&(ei.add(e),F(e))}});e=n.hmd(e);if(l.Z.canUseDOM){window.docusaurus=ec;var el=document.getElementById("__docusaurus"),eu=(0,r.jsx)(i.B6,{children:(0,r.jsx)(function(e){var t=e.children;return"hash"===c.default.future.experimental_router?(0,r.jsx)(s.UT,{children:t}):(0,r.jsx)(s.VK,{children:t})},{children:(0,r.jsx)(function(){return(0,r.jsx)(K.Z,{children:(0,r.jsx)(M.M,{children:(0,r.jsxs)(I.t,{children:[(0,r.jsxs)(g,{children:[(0,r.jsx)(G,{}),(0,r.jsx)(P,{}),(0,r.jsx)(W,{}),(0,r.jsx)(J,{})]}),(0,r.jsx)(Q,{})]})})})},{})})}),ed=function(e,t){console.error("Docusaurus React Root onRecoverableError:",e,t)},ep=function(){if(window.docusaurusRoot){window.docusaurusRoot.render(eu);return}var e=a.createRoot(el,{onRecoverableError:ed});e.render(eu),window.docusaurusRoot=e};F(window.location.pathname).then(function(){(0,o.startTransition)(ep)}),e.hot&&e.hot.accept()}},18158:function(e,t,n){"use strict";n.d(t,{_:()=>d,M:()=>p});var r=n("24246"),o=n("27378"),a=n("75150"),i=JSON.parse('{"docusaurus-plugin-content-docs":{"default":{"path":"/docs","versions":[{"name":"current","label":"Canary \uD83D\uDEA7","isLast":true,"path":"/docs","mainDocId":"introduction","docs":[{"id":"advanced/architecture","path":"/docs/advanced/architecture","sidebar":"docs"},{"id":"advanced/client","path":"/docs/advanced/client","sidebar":"docs"},{"id":"advanced/index","path":"/docs/advanced/","sidebar":"docs"},{"id":"advanced/plugins","path":"/docs/advanced/plugins","sidebar":"docs"},{"id":"advanced/routing","path":"/docs/advanced/routing","sidebar":"docs"},{"id":"advanced/ssg","path":"/docs/advanced/ssg","sidebar":"docs"},{"id":"api/docusaurus.config.js","path":"/docs/api/docusaurus-config","sidebar":"api"},{"id":"api/misc/create-docusaurus","path":"/docs/api/misc/create-docusaurus","sidebar":"api"},{"id":"api/misc/eslint-plugin/no-html-links","path":"/docs/api/misc/@docusaurus/eslint-plugin/no-html-links","sidebar":"api"},{"id":"api/misc/eslint-plugin/no-untranslated-text","path":"/docs/api/misc/@docusaurus/eslint-plugin/no-untranslated-text","sidebar":"api"},{"id":"api/misc/eslint-plugin/prefer-docusaurus-heading","path":"/docs/api/misc/@docusaurus/eslint-plugin/prefer-docusaurus-heading","sidebar":"api"},{"id":"api/misc/eslint-plugin/README","path":"/docs/api/misc/@docusaurus/eslint-plugin","sidebar":"api"},{"id":"api/misc/eslint-plugin/string-literal-i18n-messages","path":"/docs/api/misc/@docusaurus/eslint-plugin/string-literal-i18n-messages","sidebar":"api"},{"id":"api/misc/logger/logger","path":"/docs/api/misc/@docusaurus/logger","sidebar":"api"},{"id":"api/plugin-methods/extend-infrastructure","path":"/docs/api/plugin-methods/extend-infrastructure","sidebar":"api"},{"id":"api/plugin-methods/i18n-lifecycles","path":"/docs/api/plugin-methods/i18n-lifecycles","sidebar":"api"},{"id":"api/plugin-methods/lifecycle-apis","path":"/docs/api/plugin-methods/lifecycle-apis","sidebar":"api"},{"id":"api/plugin-methods/README","path":"/docs/api/plugin-methods/","sidebar":"api"},{"id":"api/plugin-methods/static-methods","path":"/docs/api/plugin-methods/static-methods","sidebar":"api"},{"id":"api/plugins/plugin-client-redirects","path":"/docs/api/plugins/@docusaurus/plugin-client-redirects","sidebar":"api"},{"id":"api/plugins/plugin-content-blog","path":"/docs/api/plugins/@docusaurus/plugin-content-blog","sidebar":"api"},{"id":"api/plugins/plugin-content-docs","path":"/docs/api/plugins/@docusaurus/plugin-content-docs","sidebar":"api"},{"id":"api/plugins/plugin-content-pages","path":"/docs/api/plugins/@docusaurus/plugin-content-pages","sidebar":"api"},{"id":"api/plugins/plugin-debug","path":"/docs/api/plugins/@docusaurus/plugin-debug","sidebar":"api"},{"id":"api/plugins/plugin-google-analytics","path":"/docs/api/plugins/@docusaurus/plugin-google-analytics","sidebar":"api"},{"id":"api/plugins/plugin-google-gtag","path":"/docs/api/plugins/@docusaurus/plugin-google-gtag","sidebar":"api"},{"id":"api/plugins/plugin-google-tag-manager","path":"/docs/api/plugins/@docusaurus/plugin-google-tag-manager","sidebar":"api"},{"id":"api/plugins/plugin-ideal-image","path":"/docs/api/plugins/@docusaurus/plugin-ideal-image","sidebar":"api"},{"id":"api/plugins/plugin-pwa","path":"/docs/api/plugins/@docusaurus/plugin-pwa","sidebar":"api"},{"id":"api/plugins/plugin-rsdoctor","path":"/docs/api/plugins/@docusaurus/plugin-rsdoctor","sidebar":"api"},{"id":"api/plugins/plugin-sitemap","path":"/docs/api/plugins/@docusaurus/plugin-sitemap","sidebar":"api"},{"id":"api/plugins/plugin-vercel-analytics","path":"/docs/api/plugins/@docusaurus/plugin-vercel-analytics","sidebar":"api"},{"id":"api/plugins/plugins-overview","path":"/docs/api/plugins","sidebar":"api"},{"id":"api/themes/theme-classic","path":"/docs/api/themes/@docusaurus/theme-classic","sidebar":"api"},{"id":"api/themes/theme-configuration","path":"/docs/api/themes/configuration","sidebar":"api"},{"id":"api/themes/theme-live-codeblock","path":"/docs/api/themes/@docusaurus/theme-live-codeblock","sidebar":"api"},{"id":"api/themes/theme-mermaid","path":"/docs/api/themes/@docusaurus/theme-mermaid","sidebar":"api"},{"id":"api/themes/theme-search-algolia","path":"/docs/api/themes/@docusaurus/theme-search-algolia","sidebar":"api"},{"id":"api/themes/themes-overview","path":"/docs/api/themes","sidebar":"api"},{"id":"blog","path":"/docs/blog","sidebar":"docs"},{"id":"browser-support","path":"/docs/browser-support","sidebar":"docs"},{"id":"cli","path":"/docs/cli","sidebar":"api"},{"id":"configuration","path":"/docs/configuration","sidebar":"docs"},{"id":"deployment","path":"/docs/deployment","sidebar":"docs"},{"id":"docusaurus-core","path":"/docs/docusaurus-core","sidebar":"api"},{"id":"guides/creating-pages","path":"/docs/creating-pages","sidebar":"docs"},{"id":"guides/docs/create-doc","path":"/docs/create-doc","sidebar":"docs"},{"id":"guides/docs/introduction","path":"/docs/docs-introduction","sidebar":"docs"},{"id":"guides/docs/multi-instance","path":"/docs/docs-multi-instance","sidebar":"docs"},{"id":"guides/docs/sidebar/autogenerated","path":"/docs/sidebar/autogenerated","sidebar":"docs"},{"id":"guides/docs/sidebar/index","path":"/docs/sidebar","sidebar":"docs"},{"id":"guides/docs/sidebar/items","path":"/docs/sidebar/items","sidebar":"docs"},{"id":"guides/docs/sidebar/multiple-sidebars","path":"/docs/sidebar/multiple-sidebars","sidebar":"docs"},{"id":"guides/docs/versioning","path":"/docs/versioning","sidebar":"docs"},{"id":"guides/markdown-features/admonitions","path":"/docs/markdown-features/admonitions","sidebar":"docs"},{"id":"guides/markdown-features/assets","path":"/docs/markdown-features/assets","sidebar":"docs"},{"id":"guides/markdown-features/code-blocks","path":"/docs/markdown-features/code-blocks","sidebar":"docs"},{"id":"guides/markdown-features/diagrams","path":"/docs/markdown-features/diagrams","sidebar":"docs"},{"id":"guides/markdown-features/head-metadata","path":"/docs/markdown-features/head-metadata","sidebar":"docs"},{"id":"guides/markdown-features/introduction","path":"/docs/markdown-features","sidebar":"docs"},{"id":"guides/markdown-features/links","path":"/docs/markdown-features/links","sidebar":"docs"},{"id":"guides/markdown-features/math-equations","path":"/docs/markdown-features/math-equations","sidebar":"docs"},{"id":"guides/markdown-features/plugins","path":"/docs/markdown-features/plugins","sidebar":"docs"},{"id":"guides/markdown-features/react","path":"/docs/markdown-features/react","sidebar":"docs"},{"id":"guides/markdown-features/tabs","path":"/docs/markdown-features/tabs","sidebar":"docs"},{"id":"guides/markdown-features/toc","path":"/docs/markdown-features/toc","sidebar":"docs"},{"id":"guides/whats-next","path":"/docs/guides/whats-next","sidebar":"docs"},{"id":"i18n/crowdin","path":"/docs/i18n/crowdin","sidebar":"docs"},{"id":"i18n/git","path":"/docs/i18n/git","sidebar":"docs"},{"id":"i18n/introduction","path":"/docs/i18n/introduction","sidebar":"docs"},{"id":"i18n/tutorial","path":"/docs/i18n/tutorial","sidebar":"docs"},{"id":"installation","path":"/docs/installation","sidebar":"docs"},{"id":"introduction","path":"/docs/","sidebar":"docs"},{"id":"migration/index","path":"/docs/migration","sidebar":"docs"},{"id":"migration/v2/migration-automated","path":"/docs/migration/v2/automated","sidebar":"docs"},{"id":"migration/v2/migration-manual","path":"/docs/migration/v2/manual","sidebar":"docs"},{"id":"migration/v2/migration-overview","path":"/docs/migration/v2","sidebar":"docs"},{"id":"migration/v2/migration-translated-sites","path":"/docs/migration/v2/translated-sites","sidebar":"docs"},{"id":"migration/v2/migration-versioned-sites","path":"/docs/migration/v2/versioned-sites","sidebar":"docs"},{"id":"migration/v3","path":"/docs/migration/v3","sidebar":"docs"},{"id":"playground","path":"/docs/playground","sidebar":"docs"},{"id":"search","path":"/docs/search","sidebar":"docs"},{"id":"seo","path":"/docs/seo","sidebar":"docs"},{"id":"static-assets","path":"/docs/static-assets","sidebar":"docs"},{"id":"styling-layout","path":"/docs/styling-layout","sidebar":"docs"},{"id":"swizzling","path":"/docs/swizzling","sidebar":"docs"},{"id":"typescript-support","path":"/docs/typescript-support","sidebar":"docs"},{"id":"using-plugins","path":"/docs/using-plugins","sidebar":"docs"},{"id":"/category/getting-started","path":"/docs/category/getting-started","sidebar":"docs"},{"id":"/category/guides","path":"/docs/category/guides","sidebar":"docs"}],"draftIds":[],"sidebars":{"docs":{"link":{"path":"/docs/","label":"introduction"}},"api":{"link":{"path":"/docs/cli","label":"cli"}}}}],"breadcrumbs":true},"community":{"path":"/community","versions":[{"name":"current","label":"Next","isLast":true,"path":"/community","mainDocId":"support","docs":[{"id":"canary","path":"/community/canary","sidebar":"community"},{"id":"contributing","path":"/community/contributing","sidebar":"community"},{"id":"release-process","path":"/community/release-process","sidebar":"community"},{"id":"resources","path":"/community/resources","sidebar":"community"},{"id":"support","path":"/community/support","sidebar":"community"},{"id":"team","path":"/community/team","sidebar":"community"}],"draftIds":[],"sidebars":{"community":{"link":{"path":"/community/support","label":"support"}}}}],"breadcrumbs":true},"docs-tests":{"path":"/tests/docs","versions":[{"name":"current","label":"Next","isLast":true,"path":"/tests/docs","mainDocId":"index","docs":[{"id":"beginner\'s guide","path":"/tests/docs/beginner\'s guide"},{"id":"doc-with-another-sidebar","path":"/tests/docs/doc-with-another-sidebar","sidebar":"anotherSidebar"},{"id":"doc-with-last-update","path":"/tests/docs/doc-with-last-update","sidebar":"sidebar"},{"id":"doc-without-sidebar","path":"/tests/docs/doc-without-sidebar"},{"id":"dummy","path":"/tests/docs/dummy.html","sidebar":"anotherSidebar"},{"id":"folder with space/doc 1","path":"/tests/docs/folder with space/doc 1"},{"id":"folder with space/doc 2","path":"/tests/docs/folder with space/doc 2"},{"id":"index","path":"/tests/docs/","unlisted":true,"sidebar":"sidebar"},{"id":"more-test","path":"/tests/docs/more-test","sidebar":"sidebar"},{"id":"standalone","path":"/tests/docs/standalone"},{"id":"tests/admonitions","path":"/tests/docs/tests/admonitions","sidebar":"sidebar"},{"id":"tests/ascii/\xe6\xf8\xe5/index","path":"/tests/docs/tests/ascii/\xe6\xf8\xe5/","sidebar":"sidebar"},{"id":"tests/ascii/folder/\xe6\xf8\xe5","path":"/tests/docs/tests/ascii/folder/\xe6\xf8\xe5","sidebar":"sidebar"},{"id":"tests/Case-Sentitive-Doc","path":"/tests/docs/tests/Case-Sentitive-Doc","sidebar":"sidebar"},{"id":"tests/category-links/custom-index-convention/intro","path":"/tests/docs/tests/category-links/custom-index-convention/intro","sidebar":"sidebar"},{"id":"tests/category-links/custom-index-convention/sample-doc","path":"/tests/docs/tests/category-links/custom-index-convention/sample-doc","sidebar":"sidebar"},{"id":"tests/category-links/no-index-doc/index","path":"/tests/docs/tests/category-links/no-index-doc/","sidebar":"sidebar"},{"id":"tests/category-links/no-index-doc/sample-doc","path":"/tests/docs/tests/category-links/no-index-doc/sample-doc","sidebar":"sidebar"},{"id":"tests/category-links/no-subdoc/index","path":"/tests/docs/tests/category-links/no-subdoc/","sidebar":"sidebar"},{"id":"tests/category-links/readme","path":"/tests/docs/tests/category-links/","sidebar":"sidebar"},{"id":"tests/category-links/regular-category/sample-doc","path":"/tests/docs/tests/category-links/regular-category/sample-doc","sidebar":"sidebar"},{"id":"tests/category-links/with-category-name-doc/sample-doc","path":"/tests/docs/tests/category-links/with-category-name-doc/sample-doc","sidebar":"sidebar"},{"id":"tests/category-links/with-category-name-doc/with-category-name-doc","path":"/tests/docs/tests/category-links/with-category-name-doc/","sidebar":"sidebar"},{"id":"tests/category-links/with-index-doc/index","path":"/tests/docs/tests/category-links/with-index-doc/","sidebar":"sidebar"},{"id":"tests/category-links/with-index-doc/sample-doc","path":"/tests/docs/tests/category-links/with-index-doc/sample-doc","sidebar":"sidebar"},{"id":"tests/category-links/with-readme-doc/README","path":"/tests/docs/tests/category-links/with-readme-doc/","sidebar":"sidebar"},{"id":"tests/category-links/with-readme-doc/sample-doc","path":"/tests/docs/tests/category-links/with-readme-doc/sample-doc","sidebar":"sidebar"},{"id":"tests/custom-props/doc-with-custom-props","path":"/tests/docs/tests/custom-props/doc-with-custom-props","sidebar":"sidebar"},{"id":"tests/custom-props/doc-without-custom-props","path":"/tests/docs/tests/custom-props/doc-without-custom-props","sidebar":"sidebar"},{"id":"tests/custom-props/index","path":"/tests/docs/tests/custom-props/","sidebar":"sidebar"},{"id":"tests/img-tests","path":"/tests/docs/tests/img-tests","sidebar":"sidebar"},{"id":"tests/import-bad-package","path":"/tests/docs/tests/import-bad-package","sidebar":"sidebar"},{"id":"tests/links/broken-anchors-tests","path":"/tests/docs/tests/links/broken-anchors-tests","sidebar":"sidebar"},{"id":"tests/links/target","path":"/tests/docs/tests/links/target-doc-slug","sidebar":"sidebar"},{"id":"tests/links/test-markdown-links","path":"/tests/docs/tests/links/test-markdown-links","sidebar":"sidebar"},{"id":"tests/toc-partials/index","path":"/tests/docs/tests/toc-partials/","sidebar":"sidebar"},{"id":"tests/visibility/force-unlisted","path":"/tests/docs/tests/visibility/force-unlisted","unlisted":true,"sidebar":"sidebar"},{"id":"tests/visibility/index","path":"/tests/docs/tests/visibility/","sidebar":"sidebar"},{"id":"tests/visibility/only-unlisteds/unlisted-subcategory/index","path":"/tests/docs/tests/visibility/only-unlisteds/unlisted-subcategory/","unlisted":true,"sidebar":"sidebar"},{"id":"tests/visibility/only-unlisteds/unlisted-subcategory/unlisted3","path":"/tests/docs/tests/visibility/only-unlisteds/unlisted-subcategory/unlisted3","unlisted":true,"sidebar":"sidebar"},{"id":"tests/visibility/only-unlisteds/unlisted1","path":"/tests/docs/tests/visibility/only-unlisteds/unlisted1","unlisted":true,"sidebar":"sidebar"},{"id":"tests/visibility/only-unlisteds/unlisted2","path":"/tests/docs/tests/visibility/only-unlisteds/unlisted2","unlisted":true,"sidebar":"sidebar"},{"id":"tests/visibility/some-drafts/draft-subcategory/listed1","path":"/tests/docs/tests/visibility/some-drafts/draft-subcategory/listed1","sidebar":"sidebar"},{"id":"tests/visibility/some-unlisteds/unlisted-subcategory/index","path":"/tests/docs/tests/visibility/some-unlisteds/unlisted-subcategory/","unlisted":true,"sidebar":"sidebar"},{"id":"tests/visibility/some-unlisteds/unlisted-subcategory/listed1","path":"/tests/docs/tests/visibility/some-unlisteds/unlisted-subcategory/listed1","sidebar":"sidebar"},{"id":"tests/visibility/some-unlisteds/unlisted-subcategory/unlisted3","path":"/tests/docs/tests/visibility/some-unlisteds/unlisted-subcategory/unlisted3","unlisted":true,"sidebar":"sidebar"},{"id":"tests/visibility/some-unlisteds/unlisted1","path":"/tests/docs/tests/visibility/some-unlisteds/unlisted1","unlisted":true,"sidebar":"sidebar"},{"id":"tests/visibility/some-unlisteds/unlisted2","path":"/tests/docs/tests/visibility/some-unlisteds/unlisted2","unlisted":true,"sidebar":"sidebar"},{"id":"toc/toc-_-_","path":"/tests/docs/toc/toc-_-_","sidebar":"sidebar"},{"id":"toc/toc-_-5","path":"/tests/docs/toc/toc-_-5","sidebar":"sidebar"},{"id":"toc/toc-2-2","path":"/tests/docs/toc/toc-2-2","sidebar":"sidebar"},{"id":"toc/toc-2-3","path":"/tests/docs/toc/toc-2-3","sidebar":"sidebar"},{"id":"toc/toc-2-4","path":"/tests/docs/toc/toc-2-4","sidebar":"sidebar"},{"id":"toc/toc-2-5","path":"/tests/docs/toc/toc-2-5","sidebar":"sidebar"},{"id":"toc/toc-3-_","path":"/tests/docs/toc/toc-3-_","sidebar":"sidebar"},{"id":"toc/toc-3-5","path":"/tests/docs/toc/toc-3-5","sidebar":"sidebar"},{"id":"toc/toc-4-5","path":"/tests/docs/toc/toc-4-5","sidebar":"sidebar"},{"id":"toc/toc-5-5","path":"/tests/docs/toc/toc-5-5","sidebar":"sidebar"},{"id":"toc/toc-test-bad","path":"/tests/docs/toc/toc-test-bad","sidebar":"sidebar"},{"id":"toc/toc-test-good","path":"/tests/docs/toc/toc-test-good","sidebar":"sidebar"},{"id":"/category/tests","path":"/tests/docs/category/tests","sidebar":"sidebar"},{"id":"/category-links-generated-index-slug","path":"/tests/docs/category-links-generated-index-slug","sidebar":"sidebar"},{"id":"/category/sidebar-item-description-tests","path":"/tests/docs/category/sidebar-item-description-tests","sidebar":"sidebar"},{"id":"/category/another-category-with-index","path":"/tests/docs/category/another-category-with-index","sidebar":"sidebar"}],"draftIds":["tests/another-draft","tests/visibility/only-drafts/draft1","tests/visibility/only-drafts/draft2","tests/visibility/some-drafts/draft1","tests/visibility/some-drafts/draft2","tests/visibility/only-drafts/draft-subcategory/draft3","tests/visibility/only-drafts/draft-subcategory/index","tests/visibility/some-drafts/draft-subcategory/draft3","tests/visibility/some-drafts/draft-subcategory/index"],"sidebars":{"sidebar":{"link":{"path":"/tests/docs/","label":"Index"}},"anotherSidebar":{"link":{"path":"/tests/docs/dummy.html","label":"dummy"}}}}],"breadcrumbs":true}},"docusaurus-plugin-google-gtag":{"default":{"trackingID":["G-E5CR2Q1NRE"],"anonymizeIP":false,"id":"default"}}}'),s=JSON.parse('{"defaultLocale":"en","locales":["en","fr","pt-BR","ko","zh-CN"],"path":"i18n","currentLocale":"en","localeConfigs":{"en":{"label":"English","direction":"ltr","htmlLang":"en","calendar":"gregory","path":"en"},"fr":{"label":"Fran\xe7ais","direction":"ltr","htmlLang":"fr","calendar":"gregory","path":"fr"},"pt-BR":{"label":"Portugu\xeas (Brasil)","direction":"ltr","htmlLang":"pt-BR","calendar":"gregory","path":"pt-BR"},"ko":{"label":"\uD55C\uAD6D\uC5B4","direction":"ltr","htmlLang":"ko","calendar":"gregory","path":"ko"},"zh-CN":{"label":"\u4E2D\u6587\uFF08\u4E2D\u56FD\uFF09","direction":"ltr","htmlLang":"zh-CN","calendar":"gregory","path":"zh-CN"}}}'),c=n("62627"),l=JSON.parse('{"docusaurusVersion":"3.5.2","siteVersion":"3.5.2","pluginVersions":{"docusaurus-plugin-content-docs":{"type":"package","name":"@docusaurus/plugin-content-docs","version":"3.5.2"},"docusaurus-plugin-content-blog":{"type":"package","name":"@docusaurus/plugin-content-blog","version":"3.5.2"},"docusaurus-plugin-content-pages":{"type":"package","name":"@docusaurus/plugin-content-pages","version":"3.5.2"},"docusaurus-plugin-debug":{"type":"package","name":"@docusaurus/plugin-debug","version":"3.5.2"},"docusaurus-plugin-google-gtag":{"type":"package","name":"@docusaurus/plugin-google-gtag","version":"3.5.2"},"docusaurus-theme-classic":{"type":"package","name":"@docusaurus/theme-classic","version":"3.5.2"},"docusaurus-theme-search-algolia":{"type":"package","name":"@docusaurus/theme-search-algolia","version":"3.5.2"},"changelog-plugin":{"type":"project"},"docusaurus-plugin-ideal-image":{"type":"package","name":"@docusaurus/plugin-ideal-image","version":"3.5.2"},"docusaurus-theme-mermaid":{"type":"package","name":"@docusaurus/theme-mermaid","version":"3.5.2"},"feature-requests-plugin":{"type":"project"},"client-module-test-plugin":{"type":"local"},"docusaurus-theme-live-codeblock":{"type":"package","name":"@docusaurus/theme-live-codeblock","version":"3.5.2"},"swizzle-theme-tests":{"type":"local"}}}'),u={siteConfig:a.default,siteMetadata:l,globalData:i,i18n:s,codeTranslations:c},d=o.createContext(u);function p(e){var t=e.children;return(0,r.jsx)(d.Provider,{value:u,children:t})}},67490:function(e,t,n){"use strict";n.d(t,{Z:()=>v});var r=n("24246"),o=n("27378"),a=n("46380"),i=n("53327"),s=n("59699"),c=n("98143"),l=n("95827");function u(e){var t=e.error,n=e.tryAgain;return(0,r.jsxs)("div",{style:{display:"flex",flexDirection:"column",justifyContent:"center",alignItems:"flex-start",minHeight:"100vh",width:"100%",maxWidth:"80ch",fontSize:"20px",margin:"0 auto",padding:"1rem"},children:[(0,r.jsx)("h1",{style:{fontSize:"3rem"},children:"This page crashed"}),(0,r.jsx)("button",{type:"button",onClick:n,style:{margin:"1rem 0",fontSize:"2rem",cursor:"pointer",borderRadius:20,padding:"1rem"},children:"Try again"}),(0,r.jsx)(d,{error:t})]})}function d(e){var t=e.error,n=(0,s.getErrorCausalChain)(t).map(function(e){return e.message}).join("\n\nCause:\n");return(0,r.jsx)("p",{style:{whiteSpace:"pre-wrap"},children:n})}function p(e){var t=e.children;return(0,r.jsx)(l.z,{value:{plugin:{name:"docusaurus-core-error-boundary",id:"default"}},children:t})}function f(e){var t=e.error,n=e.tryAgain;return(0,r.jsx)(p,{children:(0,r.jsxs)(v,{fallback:function(){return(0,r.jsx)(u,{error:t,tryAgain:n})},children:[(0,r.jsx)(i.Z,{children:(0,r.jsx)("title",{children:"Page Error"})}),(0,r.jsx)(c.Z,{children:(0,r.jsx)(u,{error:t,tryAgain:n})})]})})}function g(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function b(e){return(b=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function h(e,t){return(h=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function m(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(m=function(){return!!e})()}var y=function(e){return(0,r.jsx)(f,function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){var r,o,a;r=e,o=t,a=n[t],o in r?Object.defineProperty(r,o,{value:a,enumerable:!0,configurable:!0,writable:!0}):r[o]=a})}return e}({},e))},v=function(e){var t,n,r;function o(e){var t,n,r,a;return!function(e,t){if(!(e instanceof t))throw TypeError("Cannot call a class as a function")}(this,o),n=this,r=o,a=[e],r=b(r),(t=function(e,t){return t&&("object"===function(e){return e&&"undefined"!=typeof Symbol&&e.constructor===Symbol?"symbol":typeof e}(t)||"function"==typeof t)?t:function(e){if(void 0===e)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}(n,m()?Reflect.construct(r,a||[],b(n).constructor):r.apply(n,a))).state={error:null},t}return!function(e,t){if("function"!=typeof t&&null!==t)throw TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&h(e,t)}(o,e),t=o,n=[{key:"componentDidCatch",value:function(e){a.Z.canUseDOM&&this.setState({error:e})}},{key:"render",value:function(){var e,t=this,n=this.props.children,r=this.state.error;if(r){;return(null!==(e=this.props.fallback)&&void 0!==e?e:y)({error:r,tryAgain:function(){return t.setState({error:null})}})}return null!=n?n:null}}],g(t.prototype,n),o}(o.Component)},46380:function(e,t,n){"use strict";n.d(t,{Z:function(){return o}});var r="undefined"!=typeof window&&"document"in window&&"createElement"in window.document;let o={canUseDOM:r,canUseEventListeners:r&&("addEventListener"in window||"attachEvent"in window),canUseIntersectionObserver:r&&"IntersectionObserver"in window,canUseViewport:r&&"screen"in window}},53327:function(e,t,n){"use strict";n.d(t,{Z:function(){return a}});var r=n(24246);n(27378);var o=n(92883);function a(e){return(0,r.jsx)(o.ql,function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){var r,o,a;r=e,o=t,a=n[t],o in r?Object.defineProperty(r,o,{value:a,enumerable:!0,configurable:!0,writable:!0}):r[o]=a})}return e}({},e))}},40424:function(e,t,n){"use strict";n.d(t,{Z:function(){return i},s:function(){return a}});var r=n(24246),o=n(27378);function a(e,t){var n=e.split(/(\{\w+\})/).map(function(e,n){if(n%2==1){var r=null==t?void 0:t[e.slice(1,-1)];if(void 0!==r)return r}return e});return n.some(function(e){return(0,o.isValidElement)(e)})?n.map(function(e,t){return(0,o.isValidElement)(e)?o.cloneElement(e,{key:t}):e}).filter(function(e){return""!==e}):n.join("")}function i(e){var t,n=e.children,i=e.values;if("string"!=typeof n){;throw Error("The Docusaurus <Interpolate> component only accept simple string values. Received: ".concat((0,o.isValidElement)(n)?"React element":void 0===n?"undefined":(t=n)&&"undefined"!=typeof Symbol&&t.constructor===Symbol?"symbol":typeof t))}return(0,r.jsx)(r.Fragment,{children:a(n,i)})}},35363:function(e,t,n){"use strict";n.d(t,{Z:function(){return f}});var r=n(24246),o=n(27378),a=n(4289),i=n(59699),s=n(8156),c=n(82095),l=n(46380),u=n(96700),d=n(83631);function p(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){var r,o,a;r=e,o=t,a=n[t],o in r?Object.defineProperty(r,o,{value:a,enumerable:!0,configurable:!0,writable:!0}):r[o]=a})}return e}let f=o.forwardRef(function(e,t){var n,f,g,b=e.isNavLink,h=e.to,m=e.href,y=e.activeClassName,v=e.isActive,_=e["data-noBrokenLinkCheck"],x=e.autoAddBaseUrl,w=void 0===x||x,k=function(e,t){if(null==e)return{};var n,r,o=function(e,t){if(null==e)return{};var n,r,o={},a=Object.keys(e);for(r=0;r<a.length;r++)n=a[r],!(t.indexOf(n)>=0)&&(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r<a.length;r++){if(n=a[r],!(t.indexOf(n)>=0))Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}}return o}(e,["isNavLink","to","href","activeClassName","isActive","data-noBrokenLinkCheck","autoAddBaseUrl"]),S=(0,s.Z)().siteConfig,O=S.trailingSlash,j=S.baseUrl,E=S.future.experimental_router,P=(0,d.Cg)().withBaseUrl,C=(0,u.Z)(),A=(0,o.useRef)(null);(0,o.useImperativeHandle)(t,function(){return A.current});var T=h||m,I=(0,c.Z)(T),M=null==T?void 0:T.replace("pathname://",""),D=void 0!==M?function(e){return w&&e.startsWith("/")?P(e):e}(M):void 0;"hash"===E&&(null==D?void 0:D.startsWith("./"))&&(D=null==D?void 0:D.slice(1)),D&&I&&(D=(0,i.applyTrailingSlash)(D,{trailingSlash:O,baseUrl:j}));var N=(0,o.useRef)(!1),L=b?a.OL:a.rU,R=l.Z.canUseIntersectionObserver,F=(0,o.useRef)(),z=function(){!N.current&&null!=D&&(window.docusaurus.preload(D),N.current=!0)};(0,o.useEffect)(function(){return!R&&I&&l.Z.canUseDOM&&null!=D&&window.docusaurus.prefetch(D),function(){R&&F.current&&F.current.disconnect()}},[F,D,R,I]);var B=null!==(g=null==D?void 0:D.startsWith("#"))&&void 0!==g&&g,U=!k.target||"_self"===k.target,$=!D||!I||!U||B&&"hash"!==E;!_&&(B||!$)&&C.collectLink(D),k.id&&C.collectAnchor(k.id);var Z={};return $?(0,r.jsx)("a",p({ref:A,href:D},T&&!I&&{target:"_blank",rel:"noopener noreferrer"},k,Z)):(0,r.jsx)(L,p((n=p({},k),f=(f={onMouseEnter:z,onTouchStart:z,innerRef:function(e){A.current=e,R&&e&&I&&(F.current=new window.IntersectionObserver(function(t){t.forEach(function(t){e===t.target&&(t.isIntersecting||t.intersectionRatio>0)&&(F.current.unobserve(e),F.current.disconnect(),null!=D&&window.docusaurus.prefetch(D))})}),F.current.observe(e))},to:D},f),Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(f)):(function(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n.push.apply(n,r)}return n})(Object(f)).forEach(function(e){Object.defineProperty(n,e,Object.getOwnPropertyDescriptor(f,e))}),n),b&&{isActive:v,activeClassName:y},Z))})},77827:function(e,t,n){"use strict";n.d(t,{I:function(){return s},Z:function(){return c}});var r=n(24246);n(27378);var o=n(40424),a=n(62627);function i(e){var t,n,r=e.id,o=e.message;if(void 0===r&&void 0===o)throw Error("Docusaurus translation declarations must have at least a translation id or a default translation message");return null!==(n=null!==(t=a[null!=r?r:o])&&void 0!==t?t:o)&&void 0!==n?n:r}function s(e,t){var n=i({message:e.message,id:e.id});return(0,o.s)(n,t)}function c(e){var t=e.children,n=e.id,a=e.values;if(t&&"string"!=typeof t)throw console.warn("Illegal <Translate> children",t),Error("The Docusaurus <Translate> component only accept simple string values");var s=i({message:t,id:n});return(0,r.jsx)(r.Fragment,{children:(0,o.s)(s,a)})}},1990:function(e,t,n){"use strict";n.d(t,{m:function(){return r}});var r="default"},82095:function(e,t,n){"use strict";function r(e){return/^(?:\w*:|\/\/)/.test(e)}function o(e){return void 0!==e&&!r(e)}n.d(t,{Z:function(){return o},b:function(){return r}})},83631:function(e,t,n){"use strict";n.d(t,{Cg:function(){return i},ZP:function(){return s}});var r=n(27378),o=n(8156),a=n(82095);function i(){var e=(0,o.Z)().siteConfig,t=e.baseUrl,n=e.url,i=e.future.experimental_router;return{withBaseUrl:(0,r.useCallback)(function(e,r){return function(e){var t=e.siteUrl,n=e.baseUrl,r=e.url,o=e.options,i=void 0===o?{}:o,s=i.forcePrependBaseUrl,c=i.absolute,l=e.router;if(!r||r.startsWith("#")||(0,a.b)(r))return r;if("hash"===l)return r.startsWith("/")?".".concat(r):"./".concat(r);if(void 0!==s&&s)return n+r.replace(/^\//,"");if(r===n.replace(/\/$/,""))return n;var u=r.startsWith(n)?r:n+r.replace(/^\//,"");return void 0!==c&&c?t+u:u}({siteUrl:n,baseUrl:t,url:e,options:r,router:i})},[n,t,i])}}function s(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return(0,i().withBaseUrl)(e,t)}},96700:function(e,t,n){"use strict";n.d(t,{Z:()=>a}),n("24246");var r=n("27378"),o=r.createContext({collectAnchor:function(){},collectLink:function(){}});function a(){return(0,r.useContext)(o)}},8156:function(e,t,n){"use strict";n.d(t,{Z:function(){return a}});var r=n(27378),o=n(18158);function a(){return(0,r.useContext)(o._)}},72206:function(e,t,n){"use strict";n.d(t,{OD:function(){return i},ZP:function(){return a},eZ:function(){return s}});var r=n(8156),o=n(1990);function a(){return(0,r.Z)().globalData}function i(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=a()[e];if(!n&&t.failfast)throw Error('Docusaurus plugin global data not found for "'.concat(e,'" plugin.'));return n}function s(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:o.m,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=i(e),a=null==r?void 0:r[t];if(!a&&n.failfast)throw Error('Docusaurus plugin global data not found for "'.concat(e,'" plugin with id "').concat(t,'".'));return a}},71607:function(e,t,n){"use strict";n.d(t,{Z:function(){return a}});var r=n(27378),o=n(40370);function a(){return(0,r.useContext)(o._)}},844:function(e,t,n){"use strict";n.d(t,{Z:function(){return o}});var r=n(27378);let o=n(46380).Z.canUseDOM?r.useLayoutEffect:r.useEffect},3564:function(e,t,n){"use strict";n.d(t,{Z:function(){return a}});var r=n(27378),o=n(95827);function a(){var e=r.useContext(o._);if(!e)throw Error("Unexpected: no Docusaurus route context found");return e}},3200:function(e,t,n){"use strict";function r(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}n.d(t,{Z:function(){return a}});var o=function(e){var t;return(void 0===e?"undefined":(t=e)&&"undefined"!=typeof Symbol&&t.constructor===Symbol?"symbol":typeof t)=="object"&&!!e&&Object.keys(e).length>0};function a(e){var t={};return!function e(n,a){Object.entries(n).forEach(function(n){var i,s,c=(s=2,function(e){if(Array.isArray(e))return e}(i=n)||function(e,t){var n,r,o=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=o){var a=[],i=!0,s=!1;try{for(o=o.call(e);!(i=(n=o.next()).done)&&(a.push(n.value),!t||a.length!==t);i=!0);}catch(e){s=!0,r=e}finally{try{!i&&null!=o.return&&o.return()}finally{if(s)throw r}}return a}}(i,2)||function(e,t){if(e){if("string"==typeof e)return r(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if("Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n)return Array.from(n);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return r(e,t)}}(i,s)||function(){throw TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()),l=c[0],u=c[1],d=a?"".concat(a).concat(".").concat(l):l;o(u)?e(u,d):t[d]=u})}(e),t}},95827:function(e,t,n){"use strict";n.d(t,{_:function(){return a},z:function(){return i}});var r=n(24246),o=n(27378),a=o.createContext(null);function i(e){var t=e.children,n=e.value,i=o.useContext(a),s=(0,o.useMemo)(function(){return function(e){var t=e.parent,n=e.value;if(!t){if(n){if(!("plugin"in n))throw Error("Unexpected: Docusaurus topmost route context has no `plugin` attribute")}else throw Error("Unexpected: no Docusaurus route context found");return n}var r=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){var r,o,a;r=e,o=t,a=n[t],o in r?Object.defineProperty(r,o,{value:a,enumerable:!0,configurable:!0,writable:!0}):r[o]=a})}return e}({},t.data,null==n?void 0:n.data);return{plugin:t.plugin,data:r}}({parent:i,value:n})},[i,n]);return(0,r.jsx)(a.Provider,{value:s,children:t})}},15248:function(e,t,n){"use strict";n.d(t,{Z:function(){return r}});let r={"0058b4c6":[function(){return n.e("11489").then(n.t.bind(n,67136,19))},"@generated/docusaurus-plugin-content-docs/default/p/docs-175.json",67136],"010225af":[function(){return n.e("8223").then(n.bind(n,15798))},"@site/_dogfooding/_pages tests/link-tests.tsx",15798],"010c8a3a":[function(){return n.e("57233").then(n.t.bind(n,41650,19))},"@generated/docusaurus-plugin-content-docs/docs-tests/p/tests-docs-8b7.json",41650],"014bb441":[function(){return Promise.all([n.e("86212"),n.e("24303"),n.e("31453"),n.e("81438")]).then(n.bind(n,70944))},"@theme/ChangelogPage",70944],"016c1251":[function(){return n.e("72466").then(n.bind(n,24452))},"@site/_dogfooding/_blog tests/2022-04-20-dup-footnote.mdx",24452],"017f8056":[function(){return n.e("7500").then(n.bind(n,4685))},"@site/changelog/source/2.0.0-alpha.20.md",4685],"01a85c17":[function(){return Promise.all([n.e("86212"),n.e("40565")]).then(n.bind(n,91981))},"@theme/BlogTagsListPage",91981],"028951d7":[function(){return Promise.all([n.e("86212"),n.e("23008")]).then(n.bind(n,93e3))},"@site/blog/releases/3.1/index.mdx",93e3],"02c96a3c":[function(){return n.e("50777").then(n.bind(n,87542))},"@site/changelog/source/3.3.1.md",87542],"02e1f9a9":[function(){return n.e("49880").then(n.bind(n,52057))},"@site/changelog/source/2.0.0-alpha.29.md",52057],"0398899e":[function(){return n.e("47810").then(n.bind(n,67931))},"@site/changelog/source/3.4.0.md",67931],"03a06760":[function(){return Promise.all([n.e("86212"),n.e("24303"),n.e("37874")]).then(n.bind(n,97199))},"@site/docs/api/plugins/plugin-google-analytics.mdx",97199],"03e1b3c8":[function(){return n.e("89801").then(n.t.bind(n,96604,19))},"@generated/docusaurus-plugin-content-blog/default/p/blog-tags-tribute-181.json",96604],"03f86864":[function(){return Promise.all([n.e("86212"),n.e("99131")]).then(n.bind(n,63029))},"@site/docs/api/themes/theme-configuration.mdx",63029],"048b0d50":[function(){return Promise.all([n.e("86212"),n.e("30992")]).then(n.bind(n,83119))},"@site/_dogfooding/_pages tests/diagrams.mdx",83119],"060daea9":[function(){return n.e("12371").then(n.bind(n,10517))},"@site/blog/releases/3.2/index.mdx?truncated=true",10517],"06957730":[function(){return n.e("97469").then(n.t.bind(n,91082,19))},"@generated/docusaurus-plugin-content-docs/docs-tests/p/tests-docs-tags-permalink-for-tag-c-07f.json",91082],"06c6ffc3":[function(){return Promise.all([n.e("86212"),n.e("79557")]).then(n.bind(n,26933))},"@site/docs/deployment.mdx",26933],"072728dc":[function(){return n.e("99417").then(n.bind(n,48497))},"@site/_dogfooding/_docs tests/toc/toc-3-_.mdx",48497],"07b390a7":[function(){return n.e("12261").then(n.t.bind(n,45164,19))},"@generated/changelog-plugin/default/p/changelog-409.json",45164],"07c78698":[function(){return n.e("63006").then(n.t.bind(n,46536,19))},"@generated/docusaurus-plugin-content-blog/blog-tests/p/tests-blog-tags-visibility-ad0.json",46536],"07d8cde9":[function(){return n.e("80812").then(n.bind(n,78929))},"@site/docs/api/misc/create-docusaurus.mdx",78929],"08b2e33e":[function(){return n.e("44396").then(n.bind(n,49875))},"@site/changelog/source/2.0.0-beta.19.md?truncated=true",49875],"08eb0f2d":[function(){return n.e("28407").then(n.bind(n,82487))},"@site/changelog/source/2.0.0-beta.22.md",82487],"090b93b4":[function(){return n.e("79935").then(n.bind(n,27931))},"@site/changelog/source/2.0.0-beta.17.md?truncated=true",27931],"0938a5e1":[function(){return Promise.all([n.e("86212"),n.e("13328")]).then(n.bind(n,28918))},"@site/blog/releases/2.2/index.mdx",28918],"09b59f10":[function(){return n.e("65836").then(n.bind(n,24141))},"@site/changelog/source/2.0.0-alpha.54.md?truncated=true",24141],"09de563b":[function(){return n.e("24921").then(n.bind(n,36326))},"@site/changelog/source/3.2.1.md",36326],"09f49407":[function(){return Promise.all([n.e("86212"),n.e("40250")]).then(n.bind(n,18802))},"@site/_dogfooding/_blog tests/2021-10-07-blog-post-mdx-feed-tests.mdx",18802],"0a544fe9":[function(){return Promise.all([n.e("86212"),n.e("24303"),n.e("31453"),n.e("96766")]).then(n.bind(n,67186))},"@theme/ChangelogList",67186],"0a818389":[function(){return Promise.all([n.e("86212"),n.e("24303"),n.e("51698")]).then(n.bind(n,13244))},"@site/docs/guides/markdown-features/markdown-features-code-blocks.mdx",13244],"0af1b9a1":[function(){return n.e("15972").then(n.bind(n,7027))},"@site/_dogfooding/_blog tests/2022-01-20-image-only-authors.mdx?truncated=true",7027],"0b0869f7":[function(){return n.e("73746").then(n.t.bind(n,19312,19))},"@generated/changelog-plugin/default/p/changelog-page-4-f1f.json",19312],"0b6cd89a":[function(){return Promise.all([n.e("86212"),n.e("24303"),n.e("25467")]).then(n.bind(n,17918))},"@site/docs/api/plugins/plugin-content-docs.mdx",17918],"0b7c2a4a":[function(){return Promise.all([n.e("86212"),n.e("27591")]).then(n.bind(n,77543))},"@site/blog/releases/2.4/index.mdx",77543],"0b899567":[function(){return n.e("87618").then(n.bind(n,53066))},"@site/changelog/source/2.0.0-beta.20.md",53066],"0bc851e0":[function(){return n.e("55900").then(n.bind(n,71694))},"@site/blog/2022/09-01-docusaurus-2.1/index.mdx?truncated=true",71694],"0bd68774":[function(){return n.e("12354").then(n.t.bind(n,57467,19))},"@generated/docusaurus-plugin-content-blog/blog-tests/p/tests-blog-tags-3fe.json",57467],"0c7845dd":[function(){return n.e("64840").then(n.bind(n,86251))},"@site/_dogfooding/_docs tests/toc/toc-_-5.mdx",86251],"0dc9a976":[function(){return n.e("63199").then(n.t.bind(n,11154,19))},"@generated/docusaurus-plugin-content-blog/blog-tests/p/tests-blog-tags-unlisted-673.json",11154],"0e4d8110":[function(){return Promise.all([n.e("86212"),n.e("24303"),n.e("6940")]).then(n.bind(n,72188))},"@site/docs/api/plugins/plugin-sitemap.mdx",72188],"0e9c6edc":[function(){return n.e("59587").then(n.bind(n,30959))},"@site/blog/2022/09-01-docusaurus-2.1/index.mdx",30959],"0ec69376":[function(){return n.e("60263").then(n.bind(n,72345))},"@site/blog/releases/3.5/index.mdx?truncated=true",72345],"0f148a51":[function(){return n.e("72262").then(n.bind(n,14400))},"@site/changelog/source/2.2.0.md",14400],"0fbf443b":[function(){return n.e("98637").then(n.bind(n,29886))},"@site/changelog/source/2.0.0-beta.21.md",29886],"10b42bfe":[function(){return n.e("41465").then(n.bind(n,17041))},"@site/_dogfooding/_blog tests/2023-08-05.mdx",17041],"1267474e":[function(){return Promise.all([n.e("86212"),n.e("7390")]).then(n.bind(n,46597))},"@site/docs/migration/v2/migration-automated.mdx",46597],"12769aa9":[function(){return n.e("50480").then(n.bind(n,33350))},"@site/changelog/source/2.0.0-alpha.25.md",33350],"12dd3160":[function(){return n.e("59107").then(n.t.bind(n,22036,19))},"@generated/docusaurus-plugin-content-blog/blog-tests/p/tests-blog-authors-slorber-authors-2-f39.json",22036],"134f983b":[function(){return n.e("92222").then(n.bind(n,1985))},"@site/changelog/source/2.0.0-beta.12.md",1985],"138ea42e":[function(){return n.e("18796").then(n.bind(n,54941))},"@site/blog/2018/09-11-Towards-Docusaurus-2.mdx?truncated=true",54941],"13f3ee7a":[function(){return n.e("7355").then(n.bind(n,59859))},"@site/changelog/source/2.0.0-alpha.65.md?truncated=true",59859],"141512d1":[function(){return n.e("80261").then(n.bind(n,27753))},"@site/blog/2023/09-29-preparing-your-site-for-docusaurus-v3/index.mdx",27753],"143e0c63":[function(){return n.e("35613").then(n.bind(n,55313))},"@site/changelog/source/2.0.0-beta.1.md?truncated=true",55313],"14b1b208":[function(){return n.e("66466").then(n.t.bind(n,32928,19))},"@generated/docusaurus-plugin-content-blog/blog-tests/p/tests-blog-tags-paginated-tag-page-2-20c.json",32928],"14e6fd9e":[function(){return n.e("47165").then(n.bind(n,5256))},"@site/_dogfooding/_blog tests/2023-07-19-b.mdx",5256],"14eb3368":[function(){return Promise.all([n.e("86212"),n.e("81983")]).then(n.bind(n,67162))},"@theme/DocCategoryGeneratedIndexPage",67162],"153fc2ce":[function(){return n.e("11483").then(n.t.bind(n,10474,19))},"@generated/docusaurus-plugin-content-blog/blog-tests/p/tests-blog-archive-f65.json",10474],"1541e184":[function(){return n.e("32189").then(n.bind(n,71994))},"@site/changelog/source/3.5.2.md?truncated=true",71994],"1562cf35":[function(){return n.e("31481").then(n.t.bind(n,95902,19))},"@generated/docusaurus-plugin-content-blog/default/p/blog-tags-blog-a4e.json",95902],"1582a4a4":[function(){return n.e("99850").then(n.bind(n,23132))},"@site/blog/releases/3.4/index.mdx",23132],"15fed87b":[function(){return n.e("8035").then(n.bind(n,96639))},"@site/changelog/source/2.0.0-beta.1.md",96639],"1663798c":[function(){return n.e("29667").then(n.bind(n,30600))},"@site/_dogfooding/_blog tests/2022-01-20-image-only-authors.mdx",30600],"16f6cad8":[function(){return Promise.all([n.e("86212"),n.e("38674")]).then(n.bind(n,94616))},"@site/docs/guides/markdown-features/markdown-features-toc.mdx",94616],"16f8f4fb":[function(){return Promise.all([n.e("86212"),n.e("12837")]).then(n.bind(n,55665))},"@site/blog/releases/3.2/index.mdx",55665],0x104c87c:[function(){return n.e("58564").then(n.t.bind(n,99397,19))},"@generated/docusaurus-plugin-content-blog/blog-tests/p/tests-blog-tags-docusaurus-6b7.json",99397],0x11113f9:[function(){return Promise.all([n.e("86212"),n.e("24303"),n.e("31453"),n.e("87048")]).then(n.bind(n,57412))},"@theme/DocItem",57412],"17e8a747":[function(){return Promise.all([n.e("86212"),n.e("28721")]).then(n.bind(n,40190))},"@site/_dogfooding/_pages tests/tabs-tests.mdx",40190],"1864f992":[function(){return n.e("46202").then(n.bind(n,16842))},"@site/docs/api/misc/eslint-plugin/prefer-docusaurus-heading.mdx",16842],"18ffe98c":[function(){return n.e("82380").then(n.t.bind(n,66291,19))},"@generated/docusaurus-plugin-content-blog/default/p/blog-page-3-7c8.json",66291],0x12d6309:[function(){return n.e("64438").then(n.bind(n,781))},"@site/changelog/source/2.0.0-alpha.72.md?truncated=true",781],"198b37c5":[function(){return n.e("74120").then(n.bind(n,51316))},"@site/changelog/source/2.0.0-beta.5.md?truncated=true",51316],"1a4e3797":[function(){return Promise.all([n.e("86212"),n.e("33208"),n.e("85230")]).then(n.bind(n,63210))},"@theme/SearchPage",63210],"1a839d3d":[function(){return n.e("56239").then(n.bind(n,44837))},"@site/changelog/source/2.0.0-beta.20.md?truncated=true",44837],"1b641e9e":[function(){return n.e("31186").then(n.bind(n,84923))},"@site/changelog/source/2.0.0-alpha.74.md?truncated=true",84923],"1d1d5c80":[function(){return n.e("31521").then(n.bind(n,2795))},"@site/changelog/source/2.0.0-alpha.60.md?truncated=true",2795],"1d8d7b8d":[function(){return Promise.all([n.e("86212"),n.e("61597")]).then(n.bind(n,49379))},"@site/docs/search.mdx",49379],"1dd15aef":[function(){return n.e("9648").then(n.bind(n,31163))},"@site/changelog/source/2.0.0-alpha.57.md",31163],"1dea6ca3":[function(){return n.e("91015").then(n.t.bind(n,42291,19))},"@generated/docusaurus-plugin-content-blog/default/p/blog-authors-yangshun-af2.json",42291],"1df93b7f":[function(){return Promise.all([n.e("86212"),n.e("88108"),n.e("48706")]).then(n.bind(n,11296))},"@site/src/pages/index.tsx",11296],"1e42fd5e":[function(){return n.e("98227").then(n.t.bind(n,57370,19))},"@generated/docusaurus-plugin-content-blog/blog-tests/p/tests-blog-page-2-bb6.json",57370],"1eb33928":[function(){return n.e("78550").then(n.t.bind(n,37550,19))},"@generated/docusaurus-plugin-content-docs/docs-tests/p/tests-docs-tags-unlisted-77e.json",37550],"1f0f0e17":[function(){return n.e("16601").then(n.bind(n,61807))},"@site/blog/releases/3.4/index.mdx?truncated=true",61807],"1f391b9e":[function(){return Promise.all([n.e("86212"),n.e("24303"),n.e("31453"),n.e("92493")]).then(n.bind(n,54437))},"@theme/MDXPage",54437],"1f5cf72d":[function(){return n.e("50026").then(n.bind(n,8634))},"@site/_dogfooding/_blog tests/2022-01-22-dup-footnote.mdx",8634],"20139c40":[function(){return n.e("79832").then(n.bind(n,40797))},"@site/community/3-contributing.mdx",40797],"201d0633":[function(){return Promise.all([n.e("86212"),n.e("24303"),n.e("80849")]).then(n.bind(n,72984))},"@site/docs/api/plugins/plugin-content-blog.mdx",72984],"209ff87f":[function(){return Promise.all([n.e("86212"),n.e("49016")]).then(n.bind(n,38060))},"@site/docs/guides/markdown-features/markdown-features-tabs.mdx",38060],"218a9086":[function(){return n.e("78699").then(n.bind(n,13127))},"@site/_dogfooding/_docs tests/doc-with-last-update.mdx",13127],"22133e47":[function(){return n.e("51752").then(n.t.bind(n,40198,19))},"@generated/docusaurus-plugin-content-docs/docs-tests/p/tests-docs-category-another-category-with-index-ba6.json",40198],"2283e669":[function(){return n.e("96205").then(n.bind(n,13668))},"@site/_dogfooding/_blog tests/2021-08-21-blog-post-toc-tests.mdx",13668],"228a014d":[function(){return Promise.all([n.e("86212"),n.e("35611")]).then(n.bind(n,36287))},"@site/docs/api/plugins/plugin-client-redirects.mdx",36287],"23abe487":[function(){return Promise.all([n.e("86212"),n.e("16580")]).then(n.bind(n,30071))},"@theme/DebugConfig",30071],"2451b334":[function(){return n.e("23858").then(n.bind(n,22670))},"@site/blog/releases/2.4/index.mdx?truncated=true",22670],"24dd9243":[function(){return n.e("66374").then(n.bind(n,36689))},"@site/blog/2021/11-21-algolia-docsearch-migration/index.mdx?truncated=true",36689],"2577bdb7":[function(){return n.e("46644").then(n.bind(n,79380))},"@site/changelog/source/2.0.0-alpha.37.md",79380],"25dbbc3e":[function(){return n.e("24667").then(n.bind(n,16784))},"@site/changelog/source/2.0.0-beta.6.md",16784],"26af6b06":[function(){return Promise.all([n.e("86212"),n.e("14430")]).then(n.bind(n,10953))},"@site/docs/advanced/ssg.mdx",10953],"27291a50":[function(){return n.e("54572").then(n.bind(n,74177))},"@site/changelog/source/2.0.0-alpha.69.md?truncated=true",74177],"2757f4f5":[function(){return n.e("41953").then(n.bind(n,49799))},"@site/changelog/source/2.0.0-alpha.32.md?truncated=true",49799],"276a1994":[function(){return Promise.all([n.e("86212"),n.e("24303"),n.e("37251")]).then(n.bind(n,71317))},"@site/community/5-release-process.mdx",71317],"27e2fb4b":[function(){return n.e("87434").then(n.bind(n,96228))},"@site/changelog/source/2.0.0-alpha.65.md",96228],"29291bc0":[function(){return n.e("60503").then(n.bind(n,54234))},"@site/changelog/source/2.0.0-alpha.58.md",54234],"2ac81c1b":[function(){return n.e("27326").then(n.bind(n,47126))},"@site/_dogfooding/_blog tests/2021-09-13-dup-title.mdx",47126],"2b8147f4":[function(){return n.e("63921").then(n.bind(n,37365))},"@site/changelog/source/2.0.0-alpha.22.md?truncated=true",37365],"2bb6cd5a":[function(){return n.e("85423").then(n.t.bind(n,74758,19))},"@generated/docusaurus-plugin-content-docs/docs-tests/p/tests-docs-tags-visibility-5cd.json",74758],"2bbd92ba":[function(){return n.e("55235").then(n.bind(n,3828))},"@site/changelog/source/2.0.0-alpha.27.md",3828],"2c6d53a8":[function(){return Promise.all([n.e("86212"),n.e("24303"),n.e("16092")]).then(n.bind(n,81634))},"@site/_dogfooding/_pages tests/markdown-tests-mdx.mdx",81634],"2c7bf9eb":[function(){return n.e("62392").then(n.bind(n,33137))},"@site/_dogfooding/_blog tests/2023-08-05.mdx?truncated=true",33137],"2d0d74c6":[function(){return n.e("43190").then(n.bind(n,25360))},"@site/docs/guides/whats-next.mdx",25360],"2d0df73d":[function(){return n.e("41762").then(n.bind(n,30768))},"@site/changelog/source/2.0.0-alpha.39.md",30768],"2dda743d":[function(){return n.e("74602").then(n.bind(n,50359))},"@site/changelog/source/2.0.0-beta.14.md",50359],"2e17f346":[function(){return n.e("11285").then(n.bind(n,10938))},"@site/_dogfooding/_blog tests/2021-08-22-no-author.mdx?truncated=true",10938],"2e30738d":[function(){return n.e("93438").then(n.bind(n,60390))},"@site/changelog/source/2.0.0-alpha.28.md",60390],"2e94ec99":[function(){return n.e("60469").then(n.t.bind(n,90053,19))},"@generated/docusaurus-plugin-content-blog/default/p/blog-tags-endi-2de.json",90053],"2f06f2d2":[function(){return n.e("5259").then(n.bind(n,89874))},"@site/changelog/source/3.0.1.md",89874],"2f097a0c":[function(){return n.e("40548").then(n.bind(n,9684))},"@site/_dogfooding/_pages tests/analytics.tsx",9684],"2f283cc0":[function(){return n.e("67342").then(n.bind(n,87190))},"@site/docs/guides/docs/docs-create-doc.mdx",87190],"2f90ada4":[function(){return n.e("63458").then(n.t.bind(n,8087,19))},"@generated/docusaurus-plugin-content-docs/docs-tests/p/tests-docs-tags-some-tag-825.json",8087],"305daa1e":[function(){return n.e("96720").then(n.bind(n,74214))},"@site/_dogfooding/_pages tests/seo.md",74214],"3089c7fb":[function(){return n.e("42249").then(n.bind(n,50011))},"@site/changelog/source/2.0.0-beta.16.md?truncated=true",50011],"3103a69b":[function(){return n.e("54553").then(n.bind(n,60965))},"@site/_dogfooding/_docs tests/tests/visibility/only-unlisteds/unlisted2.mdx",60965],"3200d13e":[function(){return n.e("69617").then(n.bind(n,44161))},"@site/changelog/source/2.0.0-alpha.61.md",44161],"3217192f":[function(){return n.e("93820").then(n.t.bind(n,33376,19))},"@generated/docusaurus-plugin-content-blog/default/p/blog-tags-docusaurus-f20.json",33376],"322917e9":[function(){return n.e("98127").then(n.t.bind(n,78295,19))},"@generated/docusaurus-plugin-content-blog/default/p/blog-authors-lex-111-748.json",78295],"3291828e":[function(){return n.e("50284").then(n.bind(n,31901))},"@site/changelog/source/2.4.1.md",31901],"32a09314":[function(){return n.e("43932").then(n.bind(n,49820))},"@site/_dogfooding/_docs tests/tests/visibility/some-unlisteds/unlisted1.mdx",49820],"32bd6f31":[function(){return n.e("41254").then(n.bind(n,47152))},"@site/_dogfooding/_blog tests/2022-01-21-dup-footnote.mdx",47152],"33a17176":[function(){return n.e("79122").then(n.bind(n,95606))},"@site/blog/releases/3.1/index.mdx?truncated=true",95606],"33bfb584":[function(){return Promise.all([n.e("86212"),n.e("7809")]).then(n.bind(n,68480))},"@site/docs/api/misc/eslint-plugin/README.mdx",68480],"33fc5bb8":[function(){return Promise.all([n.e("86212"),n.e("24303"),n.e("31453"),n.e("79348")]).then(n.bind(n,13724))},"@theme/Blog/Pages/BlogAuthorsPostsPage",13724],"340ead00":[function(){return n.e("7340").then(n.bind(n,44314))},"@site/changelog/source/2.0.0-alpha.64.md?truncated=true",44314],"35123c02":[function(){return n.e("71151").then(n.bind(n,87797))},"@site/_dogfooding/_docs tests/tests/visibility/only-unlisteds/unlisted-subcategory/unlisted3.mdx",87797],"3653b226":[function(){return n.e("50663").then(n.bind(n,29955))},"@site/changelog/source/2.0.0-beta.22.md?truncated=true",29955],"36994c47":[function(){return n.e("72792").then(n.t.bind(n,17934,19))},"@generated/docusaurus-plugin-content-blog/default/__plugin.json",17934],"36c3cb9a":[function(){return n.e("84953").then(n.t.bind(n,43324,19))},"@generated/docusaurus-plugin-content-blog/blog-tests/p/tests-blog-tags-long-long-long-long-long-bdf.json",43324],"3716f59c":[function(){return Promise.all([n.e("86212"),n.e("24303"),n.e("85936")]).then(n.bind(n,11313))},"@site/docs/api/plugins/plugin-google-gtag.mdx",11313],"3720c009":[function(){return Promise.all([n.e("86212"),n.e("62898")]).then(n.bind(n,61873))},"@theme/DocTagsListPage",61873],"37bd3c63":[function(){return n.e("92377").then(n.bind(n,60466))},"@site/changelog/source/2.0.0-beta.4.md",60466],"37de9ece":[function(){return n.e("56050").then(n.bind(n,39037))},"@site/changelog/source/2.0.0-beta.6.md?truncated=true",39037],"3813dac9":[function(){return Promise.all([n.e("86212"),n.e("82146")]).then(n.bind(n,7394))},"@site/src/plugins/featureRequests/FeatureRequestsPage",7394],"381bbac3":[function(){return n.e("4956").then(n.bind(n,52337))},"@site/_dogfooding/_blog tests/2022-04-20-dup-footnote.mdx?truncated=true",52337],"383dd8e9":[function(){return n.e("72330").then(n.t.bind(n,74464,19))},"@generated/docusaurus-plugin-content-docs/docs-tests/p/tests-docs-tags-a-54b.json",74464],"38caefbe":[function(){return n.e("45293").then(n.bind(n,61389))},"@site/_dogfooding/_pages tests/react-18/index.tsx",61389],"38dd9662":[function(){return Promise.all([n.e("86212"),n.e("23265")]).then(n.bind(n,35122))},"@site/blog/releases/2.3/index.mdx",35122],"39485f13":[function(){return n.e("94367").then(n.bind(n,95857))},"@site/blog/2018/12-14-Happy-First-Birthday-Slash.mdx",95857],"3955af78":[function(){return n.e("41020").then(n.bind(n,6108))},"@site/_dogfooding/_docs tests/tests/custom-props/doc-without-custom-props.mdx",6108],"39be8897":[function(){return n.e("88032").then(n.bind(n,274))},"@site/changelog/source/2.0.0-beta.14.md?truncated=true",274],"39cc8d92":[function(){return n.e("4613").then(n.bind(n,40672))},"@site/_dogfooding/_pages tests/hydration-tests.tsx",40672],"3a22feb1":[function(){return n.e("33364").then(n.bind(n,39819))},"@site/changelog/source/2.0.0-alpha.56.md?truncated=true",39819],"3a2db09e":[function(){return n.e("47143").then(n.t.bind(n,2668,19))},"@generated/docusaurus-plugin-content-blog/default/p/blog-tags-df9.json",2668],"3a6019d8":[function(){return n.e("90394").then(n.t.bind(n,76644,19))},"@generated/changelog-plugin/default/p/changelog-authors-41d.json",76644],"3b2c7f61":[function(){return n.e("90425").then(n.bind(n,67233))},"@site/changelog/source/2.0.1.md?truncated=true",67233],"3bc24440":[function(){return n.e("67795").then(n.bind(n,39978))},"@site/changelog/source/2.0.0.md",39978],"3c03c7ff":[function(){return Promise.all([n.e("86212"),n.e("24303"),n.e("51719")]).then(n.bind(n,81269))},"@site/docs/i18n/i18n-crowdin.mdx",81269],"3c0765d5":[function(){return n.e("17967").then(n.bind(n,46592))},"@site/changelog/source/3.3.2.md",46592],"3c0a97de":[function(){return n.e("97914").then(n.t.bind(n,46257,19))},"@generated/docusaurus-plugin-debug/default/p/docusaurus-debug-content-0d5.json",46257],"3c616b11":[function(){return n.e("10801").then(n.bind(n,6283))},"@site/_dogfooding/_docs tests/tests/ascii/folder/\xe6\xf8\xe5.mdx",6283],"3ca89387":[function(){return n.e("77404").then(n.bind(n,11550))},"@site/changelog/source/2.0.1.md",11550],"3ce9624a":[function(){return n.e("72277").then(n.bind(n,37135))},"@site/community/2-resources.mdx",37135],"3d73fe52":[function(){return n.e("96993").then(n.bind(n,86514))},"@site/_dogfooding/_pages tests/z-index-tests.tsx",86514],"3dd2dc02":[function(){return n.e("19660").then(n.bind(n,11706))},"@site/docs/advanced/client.mdx",11706],"3e206144":[function(){return n.e("91538").then(n.bind(n,51387))},"@site/community/0-support.mdx",51387],"3e9ea429":[function(){return n.e("64403").then(n.t.bind(n,17488,19))},"@generated/docusaurus-plugin-content-docs/docs-tests/p/tests-docs-tags-d-647.json",17488],"3ef80f0b":[function(){return n.e("63841").then(n.bind(n,57556))},"@site/docs/browser-support.mdx",57556],"3f37e3c4":[function(){return n.e("63998").then(n.bind(n,29140))},"@site/changelog/source/2.0.0-beta.3.md",29140],"3f602128":[function(){return n.e("17871").then(n.t.bind(n,50164,19))},"@generated/changelog-plugin/default/p/changelog-page-2-c00.json",50164],"40011a75":[function(){return n.e("99318").then(n.t.bind(n,74563,19))},"@generated/docusaurus-plugin-content-blog/default/p/blog-page-4-4d1.json",74563],"4052c491":[function(){return n.e("40055").then(n.bind(n,93717))},"@site/blog/2020/01-07-tribute-to-endi.mdx",93717],"409b40b6":[function(){return n.e("77827").then(n.t.bind(n,98653,19))},"@generated/feature-requests-plugin/default/__plugin.json",98653],"40b17095":[function(){return n.e("25303").then(n.bind(n,82625))},"@site/changelog/source/2.0.0-alpha.62.md?truncated=true",82625],"41db61f9":[function(){return n.e("1438").then(n.bind(n,29060))},"@site/changelog/source/2.0.0-alpha.23.md?truncated=true",29060],"41f17299":[function(){return n.e("58070").then(n.bind(n,49908))},"@site/changelog/source/3.3.2.md?truncated=true",49908],"41f89139":[function(){return n.e("95424").then(n.bind(n,20120))},"@site/_dogfooding/_blog tests/2021-10-08-blog-post-mdx-require-feed-tests.mdx",20120],"4228388b":[function(){return n.e("20266").then(n.bind(n,60061))},"@site/blog/2022/01-24-docusaurus-2021-recap/index.mdx",60061],"429aee9a":[function(){return n.e("15458").then(n.bind(n,68475))},"@site/changelog/source/3.5.0.md",68475],"42c2afdc":[function(){return n.e("65812").then(n.bind(n,48100))},"@site/_dogfooding/_docs tests/tests/category-links/with-readme-doc/sample-doc.mdx",48100],"43b66818":[function(){return n.e("20047").then(n.bind(n,60911))},"@site/changelog/source/2.2.0.md?truncated=true",60911],"43cd9bda":[function(){return n.e("29304").then(n.bind(n,44037))},"@site/changelog/source/2.0.0-beta.2.md",44037],"447738d4":[function(){return Promise.all([n.e("86212"),n.e("21463")]).then(n.bind(n,8334))},"@site/docs/guides/docs/sidebar/autogenerated.mdx",8334],"44e06438":[function(){return n.e("10770").then(n.bind(n,69545))},"@site/changelog/source/2.0.0-alpha.30.md?truncated=true",69545],"44f0a4a7":[function(){return n.e("18398").then(n.bind(n,68976))},"@site/changelog/source/2.0.0-alpha.70.md",68976],"46765cf2":[function(){return n.e("38699").then(n.t.bind(n,47592,19))},"@generated/changelog-plugin/default/__plugin.json",47592],"46f5ed35":[function(){return n.e("99205").then(n.bind(n,99305))},"@site/docs/api/misc/logger/logger.mdx",99305],"4794e44a":[function(){return n.e("23693").then(n.bind(n,87689))},"@site/changelog/source/2.0.0-alpha.71.md",87689],"47d4c0e5":[function(){return n.e("87846").then(n.bind(n,74736))},"@site/changelog/source/2.4.2.md?truncated=true",74736],0x2e1649c:[function(){return n.e("57884").then(n.bind(n,27337))},"@site/changelog/source/2.0.0-beta.5.md",27337],"484c5ba1":[function(){return n.e("55292").then(n.bind(n,57049))},"@site/changelog/source/2.0.0-alpha.57.md?truncated=true",57049],"487c3fae":[function(){return n.e("56953").then(n.bind(n,43832))},"@site/changelog/source/2.0.0-beta.21.md?truncated=true",43832],"487d990e":[function(){return n.e("62153").then(n.bind(n,20061))},"@site/changelog/source/2.0.0-alpha.59.md",20061],"48cbf216":[function(){return n.e("60291").then(n.bind(n,74730))},"@site/_dogfooding/_docs tests/tests/import-bad-package.mdx",74730],"492798ca":[function(){return Promise.all([n.e("86212"),n.e("1790")]).then(n.bind(n,86266))},"@site/docs/api/plugins/plugin-ideal-image.mdx",86266],"4994aa22":[function(){return Promise.all([n.e("86212"),n.e("21681")]).then(n.bind(n,86421))},"@site/docs/guides/markdown-features/markdown-features-assets.mdx",86421],"4a3883fa":[function(){return n.e("55174").then(n.bind(n,74351))},"@site/_dogfooding/_pages tests/unlisted.mdx",74351],"4a70d01c":[function(){return n.e("21412").then(n.bind(n,29400))},"@site/changelog/source/2.0.0-alpha.74.md",29400],"4ab187ba":[function(){return n.e("67700").then(n.bind(n,86041))},"@site/_dogfooding/_docs tests/tests/category-links/custom-index-convention/intro.mdx",86041],"4b7113b6":[function(){return n.e("20181").then(n.t.bind(n,22585,19))},"@generated/docusaurus-plugin-content-docs/docs-tests/p/tests-docs-category-tests-d45.json",22585],"4c9d8eaa":[function(){return n.e("3906").then(n.bind(n,52180))},"@site/community/1-team.mdx",52180],"4cff09f6":[function(){return n.e("64350").then(n.t.bind(n,9627,19))},"@generated/docusaurus-plugin-content-docs/default/p/docs-category-guides-015.json",9627],"4e761ad8":[function(){return n.e("8718").then(n.bind(n,43443))},"@site/_dogfooding/_blog tests/2022-08-24-post-unlisted.mdx?truncated=true",43443],"4f8c86e0":[function(){return n.e("27208").then(n.bind(n,56318))},"@site/_dogfooding/_blog tests/2021-08-23-multiple-authors.mdx?truncated=true",56318],"50a3e386":[function(){return n.e("40013").then(n.bind(n,97213))},"@site/_dogfooding/_docs tests/toc/toc-5-5.mdx",97213],"5140cc17":[function(){return n.e("83984").then(n.bind(n,37324))},"@site/changelog/source/2.4.1.md?truncated=true",37324],"514f0e36":[function(){return n.e("47814").then(n.bind(n,45451))},"@site/src/pages/examples/markdownPageExample.mdx",45451],"519746e1":[function(){return Promise.all([n.e("86212"),n.e("88108"),n.e("91957"),n.e("43762")]).then(n.bind(n,54062))},"@site/blog/2022/08-01-announcing-docusaurus-2.0/index.mdx",54062],"519fdddf":[function(){return n.e("89478").then(n.bind(n,89696))},"@site/_dogfooding/_docs tests/tests/visibility/force-unlisted.mdx",89696],"51b4980b":[function(){return n.e("74138").then(n.t.bind(n,67418,19))},"@generated/docusaurus-plugin-content-blog/blog-tests/p/tests-blog-tags-blog-page-2-230.json",67418],"51cfc813":[function(){return n.e("69070").then(n.bind(n,65159))},"@site/changelog/source/2.0.0-alpha.53.md",65159],"520a8178":[function(){return Promise.all([n.e("86212"),n.e("4828")]).then(n.bind(n,25891))},"@site/docs/api/plugins/plugin-debug.mdx",25891],"522b3e8c":[function(){return n.e("34720").then(n.bind(n,1458))},"@site/changelog/source/2.0.0-alpha.48.md?truncated=true",1458],0x3403fba:[function(){return n.e("83896").then(n.bind(n,60057))},"@site/blog/2022/01-24-docusaurus-2021-recap/index.mdx?truncated=true",60057],"554438a9":[function(){return n.e("45450").then(n.bind(n,50855))},"@site/blog/2017/12-14-introducing-docusaurus.mdx?truncated=true",50855],"55a7f034":[function(){return n.e("97454").then(n.bind(n,4423))},"@site/_dogfooding/_pages tests/navbar-dropdown-tests.mdx",4423],"56350a98":[function(){return n.e("94893").then(n.t.bind(n,31680,19))},"@generated/docusaurus-plugin-content-blog/default/p/blog-tags-release-page-3-317.json",31680],"5651bc45":[function(){return n.e("44868").then(n.bind(n,33988))},"@site/changelog/source/2.0.0-alpha.31.md",33988],"5665a0fb":[function(){return n.e("9011").then(n.bind(n,43132))},"@site/docs/api/plugin-methods/i18n-lifecycles.mdx",43132],"5696d949":[function(){return n.e("44508").then(n.bind(n,92401))},"@site/changelog/source/2.0.0-alpha.26.md?truncated=true",92401],"56987e16":[function(){return Promise.all([n.e("86212"),n.e("27749")]).then(n.bind(n,71602))},"@site/docs/api/plugins/plugin-rsdoctor.mdx",71602],"574c6d27":[function(){return n.e("34041").then(n.t.bind(n,75939,19))},"@generated/docusaurus-plugin-content-docs/docs-tests/p/tests-docs-tags-permalink-for-tag-e-9ae.json",75939],"575718d1":[function(){return Promise.all([n.e("86212"),n.e("19724")]).then(n.bind(n,38421))},"@site/blog/releases/3.0/index.mdx",38421],"575b7f6e":[function(){return n.e("58351").then(n.bind(n,1567))},"@site/changelog/source/2.0.0-alpha.64.md",1567],"5785f4e1":[function(){return Promise.all([n.e("86212"),n.e("28620")]).then(n.bind(n,34360))},"@site/docs/guides/markdown-features/markdown-features-math-equations.mdx",34360],"5851db7c":[function(){return n.e("39387").then(n.t.bind(n,83388,19))},"@generated/docusaurus-plugin-content-blog/blog-tests/p/tests-blog-tags-long-long-long-long-bd6.json",83388],"5985f86d":[function(){return n.e("19027").then(n.bind(n,61589))},"@site/changelog/source/2.0.0-alpha.20.md?truncated=true",61589],"59cb67ce":[function(){return n.e("69889").then(n.bind(n,5121))},"@site/_dogfooding/_docs tests/tests/toc-partials/index.mdx",5121],"5b85a2c0":[function(){return n.e("66002").then(n.bind(n,57692))},"@site/changelog/source/2.0.0-alpha.63.md",57692],"5c640cab":[function(){return n.e("85055").then(n.bind(n,19978))},"@site/blog/2020/01-07-tribute-to-endi.mdx?truncated=true",19978],"5c7aa639":[function(){return n.e("66494").then(n.bind(n,73036))},"@site/blog/2017/12-14-introducing-docusaurus.mdx",73036],"5df873bd":[function(){return n.e("64687").then(n.bind(n,77213))},"@site/changelog/source/2.0.0.md?truncated=true",77213],"5e335fc2":[function(){return n.e("19481").then(n.bind(n,49958))},"@site/blog/2019/12-30-docusaurus-2019-recap.mdx?truncated=true",49958],"5e95c892":[function(){return n.e("63432").then(n.bind(n,41626))},"@theme/DocsRoot",41626],"5e9f5e1a":[function(){return Promise.resolve().then(n.bind(n,75150))},"@generated/docusaurus.config",75150],"5f61b80e":[function(){return n.e("75611").then(n.bind(n,71510))},"@site/_dogfooding/_docs tests/tests/links/target.mdx",71510],"5fb252f5":[function(){return n.e("17370").then(n.bind(n,39176))},"@site/changelog/source/2.3.1.md",39176],"604f9362":[function(){return n.e("58422").then(n.t.bind(n,98856,19))},"@generated/docusaurus-plugin-content-docs/docs-tests/p/tests-docs-tags-f48.json",98856],0x3a6d867:[function(){return n.e("11280").then(n.bind(n,23832))},"@site/changelog/source/2.0.0-alpha.31.md?truncated=true",23832],"6199064d":[function(){return n.e("81183").then(n.bind(n,23102))},"@site/blog/2021/03-09-releasing-docusaurus-i18n.mdx?truncated=true",23102],"621db11d":[function(){return Promise.all([n.e("86212"),n.e("39854")]).then(n.bind(n,2453))},"@theme/Blog/Pages/BlogAuthorsListPage",2453],"62b37705":[function(){return Promise.all([n.e("86212"),n.e("24303"),n.e("80220")]).then(n.bind(n,77409))},"@site/community/4-canary.mdx",77409],"641734b9":[function(){return Promise.all([n.e("86212"),n.e("24303"),n.e("18187")]).then(n.bind(n,49332))},"@site/docs/styling-layout.mdx",49332],"6466e69d":[function(){return n.e("28825").then(n.bind(n,19))},"@site/changelog/source/2.0.0-alpha.75.md",19],"64aa9092":[function(){return n.e("48908").then(n.bind(n,13353))},"@site/changelog/source/2.3.0.md?truncated=true",13353],"64dfb3e9":[function(){return Promise.all([n.e("86212"),n.e("24303"),n.e("59172")]).then(n.bind(n,78230))},"@site/docs/guides/markdown-features/markdown-features-react.mdx",78230],"65e0415e":[function(){return n.e("69131").then(n.t.bind(n,93519,19))},"@generated/docusaurus-plugin-content-docs/docs-tests/p/tests-docs-category-sidebar-item-description-tests-197.json",93519],"6608e8cd":[function(){return n.e("86277").then(n.t.bind(n,42e3,19))},"~blog/blog-tests/blog-post-list-prop-blog-tests.json",42e3],0x3f939ba:[function(){return n.e("56750").then(n.bind(n,87945))},"@site/changelog/source/2.0.0-beta.13.md",87945],"666c1406":[function(){return n.e("92502").then(n.bind(n,28231))},"@site/changelog/source/2.0.0-alpha.66.md?truncated=true",28231],"66e08b1e":[function(){return n.e("89657").then(n.bind(n,81846))},"@site/changelog/source/2.0.0-beta.4.md?truncated=true",81846],"67445aac":[function(){return n.e("12537").then(n.bind(n,62234))},"@site/changelog/source/2.0.0-alpha.36.md",62234],"6794d4cd":[function(){return Promise.all([n.e("86212"),n.e("42590")]).then(n.bind(n,71800))},"@theme/DebugRegistry",71800],"67bff682":[function(){return n.e("50415").then(n.bind(n,1268))},"@site/changelog/source/2.0.0-alpha.35.md",1268],"67cff4f8":[function(){return n.e("47072").then(n.bind(n,84681))},"@site/_dogfooding/_docs tests/standalone.mdx",84681],"681d569e":[function(){return n.e("51361").then(n.t.bind(n,3800,19))},"@generated/docusaurus-plugin-content-blog/blog-tests/p/tests-blog-tags-paginated-tag-63b.json",3800],"6875c492":[function(){return Promise.all([n.e("86212"),n.e("24303"),n.e("31453"),n.e("60083")]).then(n.bind(n,7601))},"@theme/BlogTagsPostsPage",7601],"688c67ec":[function(){return n.e("30095").then(n.bind(n,12653))},"@site/changelog/source/2.4.3.md",12653],"68c81175":[function(){return n.e("1033").then(n.bind(n,8e4))},"@site/changelog/source/2.0.0-alpha.27.md?truncated=true",8e4],"68e633d4":[function(){return Promise.all([n.e("86212"),n.e("18638")]).then(n.bind(n,83088))},"@theme/DebugSiteMetadata",83088],"6967621f":[function(){return n.e("33464").then(n.bind(n,15271))},"@site/_dogfooding/_docs tests/toc/toc-4-5.mdx",15271],"69d00ea1":[function(){return n.e("91298").then(n.bind(n,86883))},"@site/changelog/source/2.0.0-alpha.66.md",86883],"6a2ff064":[function(){return n.e("29025").then(n.bind(n,99793))},"@site/_dogfooding/_docs tests/toc/toc-2-2.mdx",99793],"6ab75597":[function(){return n.e("38156").then(n.bind(n,36064))},"@site/changelog/source/2.0.0-beta.16.md",36064],"6c055727":[function(){return n.e("80646").then(n.bind(n,85793))},"@site/changelog/source/2.0.0-beta.0.md",85793],"6c065aab":[function(){return Promise.all([n.e("86212"),n.e("24303"),n.e("19507")]).then(n.bind(n,34053))},"@site/docs/api/themes/theme-classic.mdx",34053],"6c1df059":[function(){return n.e("70354").then(n.bind(n,21863))},"@site/blog/2018/04-30-How-I-Converted-Profilo-To-Docusaurus.mdx?truncated=true",21863],"6ca75a11":[function(){return n.e("65558").then(n.bind(n,67104))},"@site/docs/migration/v2/migration-versioned-sites.mdx",67104],"6e08c139":[function(){return n.e("89213").then(n.bind(n,8903))},"@site/blog/2023/09-29-preparing-your-site-for-docusaurus-v3/index.mdx?truncated=true",8903],"6e7f3c19":[function(){return Promise.all([n.e("86212"),n.e("24303"),n.e("15839")]).then(n.bind(n,18202))},"@site/docs/api/plugins/plugin-google-tag-manager.mdx",18202],"6e8cf259":[function(){return n.e("42384").then(n.bind(n,42362))},"@site/_dogfooding/_pages tests/head-metadata.mdx",42362],"6f742216":[function(){return n.e("90217").then(n.bind(n,8404))},"@site/_dogfooding/_docs tests/more-test.mdx",8404],"6fc50b01":[function(){return n.e("26499").then(n.bind(n,62406))},"@site/_dogfooding/_blog tests/2023-07-19-a.mdx",62406],"701b6ec8":[function(){return n.e("80168").then(n.bind(n,99378))},"@site/changelog/source/2.0.0-alpha.44.md?truncated=true",99378],"7033176a":[function(){return n.e("14850").then(n.bind(n,50385))},"@site/changelog/source/2.0.0-alpha.23.md",50385],"704bae10":[function(){return n.e("29831").then(n.bind(n,32834))},"@site/changelog/source/2.0.0-alpha.59.md?truncated=true",32834],"706279d4":[function(){return Promise.all([n.e("86212"),n.e("46459")]).then(n.bind(n,29082))},"@site/docs/guides/docs/sidebar/items.mdx",29082],"70e09343":[function(){return Promise.all([n.e("88108"),n.e("7143")]).then(n.bind(n,91062))},"@site/docs/playground.mdx",91062],0x44d37c8:[function(){return n.e("98252").then(n.t.bind(n,11577,19))},"@generated/docusaurus-plugin-content-blog/default/p/blog-tags-adoption-cc3.json",11577],"72810b49":[function(){return n.e("95113").then(n.bind(n,29179))},"@site/changelog/source/2.0.0-alpha.26.md",29179],"728bdbb9":[function(){return n.e("26300").then(n.bind(n,15286))},"@site/_dogfooding/_blog tests/2021-11-13-dup-title.mdx?truncated=true",15286],"728fd2f1":[function(){return n.e("89616").then(n.bind(n,96748))},"@site/changelog/source/2.0.0-rc.1.md?truncated=true",96748],"73004b36":[function(){return n.e("22683").then(n.bind(n,70983))},"@site/changelog/source/2.0.0-alpha.54.md",70983],"745d094c":[function(){return n.e("76491").then(n.bind(n,91892))},"@site/changelog/source/3.2.1.md?truncated=true",91892],"748308c5":[function(){return n.e("89344").then(n.bind(n,86381))},"@site/changelog/source/2.0.0-alpha.72.md",86381],0x476a3ef:[function(){return n.e("98711").then(n.t.bind(n,90611,19))},"@generated/docusaurus-plugin-content-docs/docs-tests/__plugin.json",90611],"748cd346":[function(){return n.e("37185").then(n.t.bind(n,30179,19))},"@generated/feature-requests-plugin/default/paths.json",30179],"74efa390":[function(){return n.e("15384").then(n.bind(n,72653))},"@site/_dogfooding/_blog tests/2022-10-02-html-slug.mdx?truncated=true",72653],"758e69f6":[function(){return n.e("77678").then(n.bind(n,81704))},"@site/_dogfooding/_docs tests/tests/visibility/some-drafts/draft-subcategory/listed1.mdx",81704],"75bdc829":[function(){return n.e("72901").then(n.bind(n,71283))},"@site/changelog/source/3.5.2.md",71283],"75d8497c":[function(){return n.e("57145").then(n.bind(n,65967))},"@site/changelog/source/2.0.0-alpha.44.md",65967],"75efc17f":[function(){return n.e("10169").then(n.bind(n,36076))},"@site/changelog/source/2.0.0-alpha.67.md?truncated=true",36076],"76134b9e":[function(){return n.e("4774").then(n.bind(n,88579))},"@site/_dogfooding/_docs tests/beginner's guide.mdx",88579],"771ca8b2":[function(){return n.e("57813").then(n.bind(n,85386))},"@site/_dogfooding/_docs tests/toc/toc-2-4.mdx",85386],"772c972a":[function(){return n.e("3150").then(n.bind(n,72685))},"@site/docs/guides/docs/docs-introduction.mdx",72685],0x49f335e:[function(){return n.e("26204").then(n.bind(n,74789))},"@site/_dogfooding/_pages tests/layout-no-children.tsx",74789],"77da816e":[function(){return n.e("22736").then(n.bind(n,78724))},"@site/blog/releases/2.2/index.mdx?truncated=true",78724],"77eb9b8f":[function(){return n.e("21171").then(n.bind(n,34317))},"@site/docs/api/plugin-methods/lifecycle-apis.mdx",34317],"788c5c4f":[function(){return n.e("1886").then(n.t.bind(n,74237,19))},"@generated/docusaurus-plugin-content-docs/docs-tests/p/tests-docs-tags-b-54a.json",74237],"797b79df":[function(){return n.e("7416").then(n.bind(n,86903))},"@site/changelog/source/3.0.1.md?truncated=true",86903],"799b9126":[function(){return n.e("68141").then(n.bind(n,30882))},"@site/changelog/source/2.0.0-alpha.19.md",30882],"7a272146":[function(){return n.e("73887").then(n.bind(n,91263))},"@site/docs/api/plugin-methods/static-methods.mdx",91263],"7a71cb25":[function(){return n.e("91442").then(n.bind(n,70070))},"@site/changelog/source/2.0.0-alpha.49.md?truncated=true",70070],"7ada4fa6":[function(){return Promise.all([n.e("86212"),n.e("11773")]).then(n.bind(n,38874))},"@site/docs/guides/markdown-features/markdown-features-intro.mdx",38874],"7c3d1b8c":[function(){return n.e("76867").then(n.bind(n,17948))},"@site/changelog/source/2.0.0-alpha.69.md",17948],"7cbcfa04":[function(){return n.e("80587").then(n.t.bind(n,19499,19))},"@generated/docusaurus-plugin-content-blog/default/p/blog-authors-slorber-authors-4-9d6.json",19499],"7cfc4650":[function(){return n.e("62629").then(n.bind(n,48881))},"@site/changelog/source/3.5.1.md?truncated=true",48881],"7d1ac6e6":[function(){return n.e("59472").then(n.bind(n,82792))},"@site/blog/2019/12-30-docusaurus-2019-recap.mdx",82792],"7dd3b2a7":[function(){return n.e("50937").then(n.t.bind(n,60056,19))},"@generated/docusaurus-plugin-content-blog/default/p/blog-page-5-178.json",60056],"7dfb83d7":[function(){return Promise.all([n.e("86212"),n.e("88108"),n.e("35211")]).then(n.bind(n,27229))},"@site/src/pages/showcase/index.tsx",27229],"7f129fbe":[function(){return n.e("99831").then(n.bind(n,40448))},"@site/_dogfooding/_blog tests/2021-10-07-blog-post-mdx-feed-tests.mdx?truncated=true",40448],"7f26acbd":[function(){return n.e("84947").then(n.t.bind(n,47227,19))},"@generated/docusaurus-plugin-content-blog/default/p/blog-tags-profilo-4bf.json",47227],"7f3dfa04":[function(){return n.e("51108").then(n.bind(n,53426))},"@site/blog/2018/04-30-How-I-Converted-Profilo-To-Docusaurus.mdx",53426],"7f46113d":[function(){return n.e("62991").then(n.t.bind(n,82518,19))},"@generated/docusaurus-plugin-content-blog/blog-tests/p/tests-blog-authors-cc6.json",82518],"7f6bb8ad":[function(){return n.e("6210").then(n.bind(n,9857))},"@site/changelog/source/2.0.0-alpha.36.md?truncated=true",9857],"7fdd8ddf":[function(){return Promise.all([n.e("86212"),n.e("24303"),n.e("84429")]).then(n.bind(n,3939))},"@site/_dogfooding/_pages tests/code-block-tests.mdx",3939],"7fedd5c3":[function(){return n.e("68473").then(n.bind(n,51949))},"@site/changelog/source/2.0.0-alpha.38.md?truncated=true",51949],"800c618c":[function(){return n.e("55703").then(n.bind(n,4582))},"@site/_dogfooding/_blog tests/2024-07-03-multiple-authors.mdx",4582],"8050e487":[function(){return n.e("27898").then(n.bind(n,77072))},"@site/changelog/source/2.0.0-alpha.60.md",77072],"8075f6fd":[function(){return n.e("39441").then(n.bind(n,80792))},"@site/blog/2023/09-22-upgrading-frontend-dependencies-with-confidence-using-visual-regression-testing/index.mdx?truncated=true",80792],"814f3328":[function(){return n.e("10106").then(n.t.bind(n,4200,19))},"~blog/default/blog-post-list-prop-default.json",4200],"815cf1b3":[function(){return n.e("3560").then(n.t.bind(n,33866,19))},"@generated/docusaurus-plugin-content-blog/default/p/blog-authors-slorber-authors-2-1d5.json",33866],"82425aa0":[function(){return n.e("61294").then(n.bind(n,5314))},"@site/docs/migration/v3.mdx",5314],"828be2eb":[function(){return Promise.all([n.e("86212"),n.e("14096")]).then(n.bind(n,44172))},"@site/docs/guides/docs/docs-multi-instance.mdx",44172],"82de272a":[function(){return n.e("74001").then(n.bind(n,76945))},"@site/_dogfooding/_docs tests/tests/category-links/no-subdoc/index.mdx",76945],"83808d4b":[function(){return n.e("31572").then(n.bind(n,92329))},"@site/changelog/source/2.0.0-alpha.43.md",92329],"845bdfd1":[function(){return n.e("33521").then(n.bind(n,67493))},"@site/changelog/source/2.4.0.md",67493],"859d83d7":[function(){return n.e("86645").then(n.bind(n,14830))},"@site/blog/releases/3.5/index.mdx",14830],"85d61fbd":[function(){return Promise.all([n.e("86212"),n.e("6408")]).then(n.bind(n,57178))},"@site/docs/api/themes/theme-live-codeblock.mdx",57178],"8604db02":[function(){return n.e("13206").then(n.bind(n,9090))},"@site/changelog/source/2.0.0-alpha.55.md?truncated=true",9090],"8625da58":[function(){return n.e("60993").then(n.bind(n,46128))},"@site/changelog/source/2.1.0.md?truncated=true",46128],"864aad98":[function(){return n.e("75414").then(n.bind(n,78154))},"@site/changelog/source/2.0.0-alpha.40.md?truncated=true",78154],"86e3a3d9":[function(){return Promise.all([n.e("86212"),n.e("59093")]).then(n.bind(n,37760))},"@site/_dogfooding/_docs tests/tests/category-links/with-category-name-doc/with-category-name-doc.mdx",37760],"872e6514":[function(){return n.e("22214").then(n.bind(n,86064))},"@site/changelog/source/V2 Changelog.md",86064],"876c15f0":[function(){return n.e("85241").then(n.bind(n,17631))},"@site/_dogfooding/_blog tests/2024-07-03-multiple-authors.mdx?truncated=true",17631],"87e9b44c":[function(){return Promise.all([n.e("86212"),n.e("42332")]).then(n.bind(n,81507))},"@site/_dogfooding/_docs tests/tests/visibility/some-unlisteds/unlisted-subcategory/index.mdx",81507],"88d0be04":[function(){return Promise.all([n.e("86212"),n.e("63623")]).then(n.bind(n,40801))},"@site/_dogfooding/_docs tests/toc/toc-test-good.mdx",40801],"891c0dad":[function(){return n.e("70093").then(n.bind(n,71209))},"@site/docs/docusaurus-core.mdx",71209],"8945e4ee":[function(){return n.e("6222").then(n.bind(n,89536))},"@site/changelog/source/2.0.0-alpha.61.md?truncated=true",89536],"8a603d1e":[function(){return n.e("7291").then(n.bind(n,73861))},"@site/_dogfooding/_docs tests/tests/links/broken-anchors-tests.mdx",73861],"8aa79af8":[function(){return n.e("50207").then(n.t.bind(n,3137,19))},"~blog/blog-tests/blogMetadata-blog-tests.json",3137],"8b6ce0ec":[function(){return n.e("20278").then(n.bind(n,70334))},"@site/changelog/source/2.0.0-beta.10.md?truncated=true",70334],"8be705a1":[function(){return n.e("93957").then(n.bind(n,5931))},"@site/changelog/source/2.0.0-beta.7.md",5931],"8bf84dbe":[function(){return n.e("34504").then(n.bind(n,56842))},"@site/changelog/source/2.0.0-alpha.48.md",56842],"8c2c5342":[function(){return n.e("79184").then(n.t.bind(n,20766,19))},"@generated/docusaurus-plugin-content-blog/blog-tests/p/tests-blog-tags-blog-a4d.json",20766],"8d4ea9fe":[function(){return n.e("29840").then(n.t.bind(n,22125,19))},"@generated/docusaurus-plugin-content-blog/default/p/blog-tags-search-2b0.json",22125],"8dfde3ea":[function(){return n.e("6000").then(n.bind(n,26927))},"@site/changelog/source/2.0.0-alpha.33.md?truncated=true",26927],"8ea09047":[function(){return n.e("62494").then(n.t.bind(n,28598,19))},"@generated/docusaurus-plugin-content-blog/default/p/blog-page-2-433.json",28598],"8ef3f86c":[function(){return n.e("81963").then(n.bind(n,9905))},"@site/docs/i18n/i18n-introduction.mdx",9905],"8f8b968f":[function(){return n.e("40672").then(n.bind(n,14251))},"@site/changelog/source/2.0.0-beta.3.md?truncated=true",14251],"8fec38e1":[function(){return n.e("37102").then(n.bind(n,21166))},"@site/_dogfooding/_blog tests/2024-07-03-single-author.mdx",21166],"90545aa3":[function(){return n.e("42479").then(n.bind(n,96001))},"@site/changelog/source/3.1.0.md",96001],"9059c83e":[function(){return n.e("55242").then(n.bind(n,61889))},"@site/changelog/source/2.0.0-alpha.32.md",61889],"907232bd":[function(){return n.e("58457").then(n.bind(n,98127))},"@site/changelog/source/2.0.0-beta.11.md?truncated=true",98127],"90e20400":[function(){return n.e("61122").then(n.bind(n,86898))},"@site/_dogfooding/_blog tests/2021-09-13-dup-title.mdx?truncated=true",86898],"90e57dc7":[function(){return Promise.all([n.e("86212"),n.e("38753")]).then(n.bind(n,97469))},"@site/_dogfooding/_docs tests/tests/admonitions.mdx",97469],"91b203fb":[function(){return Promise.all([n.e("86212"),n.e("76076")]).then(n.bind(n,97483))},"@site/docs/migration/index.mdx",97483],"91cd22f1":[function(){return n.e("15512").then(n.bind(n,52052))},"@site/docs/api/themes/overview.mdx",52052],"9229eb36":[function(){return n.e("22961").then(n.bind(n,78202))},"@site/changelog/source/2.0.0-alpha.49.md",78202],"924aa2c8":[function(){return n.e("33421").then(n.bind(n,79533))},"@site/changelog/source/3.3.1.md?truncated=true",79533],"92aa9055":[function(){return n.e("62976").then(n.bind(n,44854))},"@site/changelog/source/2.0.0-alpha.33.md",44854],0x59f6166:[function(){return n.e("4223").then(n.t.bind(n,89866,19))},"@generated/docusaurus-plugin-content-blog/blog-tests/p/tests-blog-authors-custom-ozaki-permalink-934.json",89866],"945e072c":[function(){return Promise.all([n.e("86212"),n.e("80934")]).then(n.bind(n,35474))},"@site/docs/swizzling.mdx",35474],"946bd85a":[function(){return Promise.all([n.e("86212"),n.e("93089")]).then(n.bind(n,6918))},"@theme/DebugRoutes",6918],0x5a5b0c1:[function(){return n.e("40104").then(n.bind(n,7523))},"@site/_dogfooding/_pages tests/error-boundary-tests.tsx",7523],"94d67a8a":[function(){return n.e("46445").then(n.bind(n,52326))},"@site/_dogfooding/_blog tests/2024-07-03-dual-author.mdx?truncated=true",52326],"94e448d6":[function(){return n.e("20310").then(n.bind(n,57457))},"@site/_dogfooding/_pages tests/crashTest.tsx",57457],"94f305e3":[function(){return n.e("98834").then(n.bind(n,41232))},"@site/changelog/source/V2 Changelog.md?truncated=true",41232],"951faa55":[function(){return n.e("93274").then(n.t.bind(n,48755,19))},"~blog/../changelog-plugin/default/blog-post-list-prop-changelog.json",48755],0x5b172ff:[function(){return n.e("47078").then(n.bind(n,66989))},"@site/_dogfooding/_docs tests/folder with space/doc 1.mdx",66989],"95742e6e":[function(){return n.e("69899").then(n.bind(n,42522))},"@site/changelog/source/2.0.0-alpha.24.md?truncated=true",42522],"95e8e4ff":[function(){return n.e("35739").then(n.bind(n,67820))},"@site/blog/releases/3.0/index.mdx?truncated=true",67820],"96153c3e":[function(){return n.e("7792").then(n.bind(n,82668))},"@site/_dogfooding/_blog tests/2022-01-22-dup-footnote.mdx?truncated=true",82668],"972d9d57":[function(){return n.e("90272").then(n.bind(n,69701))},"@site/docs/introduction.mdx",69701],"975c6d52":[function(){return n.e("7714").then(n.bind(n,65691))},"@site/_dogfooding/_pages tests/index.mdx",65691],"979385f4":[function(){return n.e("82214").then(n.bind(n,73208))},"@site/src/pages/examples/noIndex.mdx",73208],"97fd818d":[function(){return n.e("71498").then(n.bind(n,16551))},"@site/changelog/source/2.0.0-alpha.62.md",16551],"984fb229":[function(){return n.e("53526").then(n.bind(n,16007))},"@site/changelog/source/2.4.2.md",16007],"98b4a860":[function(){return n.e("38621").then(n.bind(n,35731))},"@site/blog/2021/05-12-announcing-docusaurus-two-beta/index.mdx",35731],"98df95cb":[function(){return n.e("45092").then(n.bind(n,9778))},"@site/_dogfooding/_blog tests/2021-08-21-blog-post-toc-tests.mdx?truncated=true",9778],"9a4f71ab":[function(){return n.e("76909").then(n.t.bind(n,4531,19))},"@generated/docusaurus-plugin-content-blog/blog-tests/p/tests-blog-authors-slorber-622.json",4531],"9ae3398a":[function(){return n.e("26202").then(n.bind(n,53797))},"@site/_dogfooding/_blog tests/2022-01-21-dup-footnote.mdx?truncated=true",53797],"9b96e581":[function(){return n.e("77346").then(n.bind(n,65362))},"@site/changelog/source/2.0.0-alpha.63.md?truncated=true",65362],"9c203397":[function(){return n.e("51001").then(n.t.bind(n,90499,19))},"@generated/docusaurus-plugin-content-blog/default/p/blog-authors-slorber-authors-3-bed.json",90499],"9d00fd52":[function(){return n.e("70797").then(n.bind(n,91881))},"@site/_dogfooding/_blog tests/2021-10-08-blog-post-mdx-require-feed-tests.mdx?truncated=true",91881],"9e151db7":[function(){return n.e("44516").then(n.bind(n,88901))},"@site/changelog/source/2.0.0-alpha.22.md",88901],"9e287d93":[function(){return Promise.all([n.e("86212"),n.e("47580")]).then(n.bind(n,49479))},"@site/docs/api/misc/eslint-plugin/no-untranslated-text.mdx",49479],"9e4087bc":[function(){return n.e("47293").then(n.bind(n,61302))},"@theme/BlogArchivePage",61302],"9f70a9f9":[function(){return n.e("11187").then(n.bind(n,45154))},"@site/changelog/source/2.0.0-alpha.30.md",45154],"9f9142d7":[function(){return n.e("15754").then(n.bind(n,66345))},"@site/blog/2021/11-21-algolia-docsearch-migration/index.mdx",66345],"9ffba925":[function(){return n.e("61840").then(n.bind(n,43035))},"@site/changelog/source/2.0.0-alpha.37.md?truncated=true",43035],a0355907:[function(){return n.e("54854").then(n.bind(n,54059))},"@site/changelog/source/2.0.0-beta.2.md?truncated=true",54059],a05ec3a8:[function(){return Promise.all([n.e("86212"),n.e("47749")]).then(n.bind(n,70531))},"@site/docs/typescript-support.mdx",70531],a1286a82:[function(){return n.e("31073").then(n.bind(n,91486))},"@site/_dogfooding/_docs tests/tests/category-links/with-index-doc/sample-doc.mdx",91486],a181cccc:[function(){return n.e("78547").then(n.bind(n,90726))},"@site/_dogfooding/_blog tests/2023-07-19-b.mdx?truncated=true",90726],a1da7a09:[function(){return Promise.all([n.e("86212"),n.e("30125")]).then(n.bind(n,72299))},"@site/docs/guides/docs/versioning.mdx",72299],a1ff2305:[function(){return n.e("32943").then(n.bind(n,940))},"@site/_dogfooding/_docs tests/doc-without-sidebar.mdx",940],a220deab:[function(){return n.e("72413").then(n.t.bind(n,62603,19))},"@generated/docusaurus-plugin-content-blog/blog-tests/p/tests-blog-tags-paginated-tag-page-4-1e2.json",62603],a2411e26:[function(){return n.e("79693").then(n.bind(n,25690))},"@site/changelog/source/2.0.0-alpha.53.md?truncated=true",25690],a271b010:[function(){return n.e("7547").then(n.bind(n,95253))},"@site/changelog/source/2.0.0-beta.19.md",95253],a3aa32e9:[function(){return n.e("90221").then(n.bind(n,11834))},"@site/_dogfooding/_docs tests/toc/toc-3-5.mdx",11834],a4402643:[function(){return n.e("85422").then(n.t.bind(n,1321,19))},"@generated/docusaurus-plugin-content-blog/default/p/blog-authors-zpao-adb.json",1321],a4c9d663:[function(){return Promise.all([n.e("86212"),n.e("5042")]).then(n.bind(n,2238))},"@site/docs/using-plugins.mdx",2238],a5047f77:[function(){return n.e("60708").then(n.t.bind(n,37047,19))},"@generated/docusaurus-plugin-content-blog/blog-tests/p/tests-blog-tags-long-f4e.json",37047],a535a6cd:[function(){return n.e("82806").then(n.bind(n,76476))},"@site/docs/api/plugin-methods/extend-infrastructure.mdx",76476],a53a71e5:[function(){return Promise.all([n.e("86212"),n.e("24303"),n.e("3243")]).then(n.bind(n,74009))},"@site/docs/migration/v2/migration-manual.mdx",74009],a54aa980:[function(){return n.e("58540").then(n.bind(n,81239))},"@site/changelog/source/2.4.0.md?truncated=true",81239],a5816f92:[function(){return Promise.all([n.e("86212"),n.e("10073")]).then(n.bind(n,45203))},"@site/docs/blog.mdx",45203],a5e2f0c0:[function(){return n.e("65884").then(n.bind(n,37176))},"@site/_dogfooding/_blog tests/2023-07-19-a.mdx?truncated=true",37176],a68a7a4e:[function(){return n.e("43606").then(n.bind(n,79586))},"@site/blog/2018/09-11-Towards-Docusaurus-2.mdx",79586],a6aa9e1f:[function(){return Promise.all([n.e("86212"),n.e("24303"),n.e("31453"),n.e("98514")]).then(n.bind(n,90887))},"@theme/BlogListPage",90887],a715936c:[function(){return Promise.all([n.e("86212"),n.e("57301")]).then(n.bind(n,10317))},"@site/docs/api/themes/theme-mermaid.mdx",10317],a7456010:[function(){return n.e("67365").then(n.t.bind(n,62050,19))},"@generated/docusaurus-plugin-content-pages/default/__plugin.json",62050],a74dca09:[function(){return n.e("79509").then(n.bind(n,96121))},"@site/changelog/source/2.0.0-beta.0.md?truncated=true",96121],a7bd4aaa:[function(){return n.e("55211").then(n.bind(n,49095))},"@theme/DocVersionRoot",49095],a907b7c3:[function(){return n.e("99476").then(n.bind(n,79088))},"@site/changelog/source/2.0.0-alpha.21.md",79088],a94703ab:[function(){return Promise.all([n.e("86212"),n.e("19914")]).then(n.bind(n,73407))},"@theme/DocRoot",73407],aa18a71c:[function(){return n.e("47474").then(n.bind(n,46329))},"@site/_dogfooding/_docs tests/folder with space/doc 2.mdx",46329],ab4f64ba:[function(){return n.e("64820").then(n.bind(n,64292))},"@site/changelog/source/2.0.0-alpha.55.md",64292],aba21aa0:[function(){return n.e("15112").then(n.t.bind(n,42418,19))},"@generated/docusaurus-plugin-content-docs/default/__plugin.json",42418],acecf23e:[function(){return n.e("27627").then(n.t.bind(n,47548,19))},"~blog/default/blogMetadata-default.json",47548],ad5b23ac:[function(){return n.e("70533").then(n.bind(n,39545))},"@site/blog/2018/12-14-Happy-First-Birthday-Slash.mdx?truncated=true",39545],addd9d98:[function(){return n.e("93942").then(n.bind(n,90728))},"@site/changelog/source/2.0.0-alpha.71.md?truncated=true",90728],ae9935bc:[function(){return n.e("95781").then(n.bind(n,34843))},"@site/changelog/source/2.0.0-rc.1.md",34843],aec260ae:[function(){return n.e("63568").then(n.bind(n,20826))},"@site/changelog/source/2.0.0-alpha.50.md",20826],aed6c7bc:[function(){return n.e("83065").then(n.bind(n,87044))},"@site/_dogfooding/_docs tests/tests/category-links/no-index-doc/index.mdx",87044],af43d14c:[function(){return n.e("33377").then(n.bind(n,796))},"@site/changelog/source/2.0.0-beta.18.md",796],af8066c0:[function(){return n.e("6889").then(n.t.bind(n,18137,19))},"@generated/docusaurus-plugin-content-blog/default/p/blog-tags-documentation-453.json",18137],b0e5bd01:[function(){return n.e("3107").then(n.bind(n,6409))},"@site/changelog/source/2.0.0-alpha.58.md?truncated=true",6409],b1436a9e:[function(){return n.e("1714").then(n.bind(n,74330))},"@site/_dogfooding/_blog tests/2021-08-23-multiple-authors.mdx",74330],b1a9994a:[function(){return n.e("85373").then(n.bind(n,4394))},"@site/blog/2021/03-09-releasing-docusaurus-i18n.mdx",4394],b1fd4655:[function(){return n.e("98498").then(n.t.bind(n,200,19))},"@generated/docusaurus-plugin-content-blog/blog-tests/p/tests-blog-tags-long-long-long-79e.json",200],b2f737a9:[function(){return Promise.all([n.e("86212"),n.e("42022")]).then(n.bind(n,83738))},"@site/docs/i18n/i18n-git.mdx",83738],b347ea7a:[function(){return n.e("27742").then(n.bind(n,96290))},"@site/_dogfooding/_blog tests/2021-11-13-dup-title.mdx",96290],b38399eb:[function(){return n.e("77831").then(n.t.bind(n,78545,19))},"@generated/docusaurus-plugin-debug/default/__plugin.json",78545],b48ab446:[function(){return n.e("15852").then(n.bind(n,19734))},"@site/changelog/source/2.0.0-alpha.43.md?truncated=true",19734],b4cf731e:[function(){return n.e("75115").then(n.bind(n,78546))},"@site/blog/2021/05-12-announcing-docusaurus-two-beta/index.mdx?truncated=true",78546],b54091ce:[function(){return n.e("42466").then(n.bind(n,26896))},"@site/docs/guides/markdown-features/markdown-features-links.mdx",26896],b6b7bfe6:[function(){return n.e("3703").then(n.bind(n,13839))},"@site/_dogfooding/_docs tests/dummy.mdx",13839],b71a2a89:[function(){return n.e("5560").then(n.bind(n,40378))},"@site/changelog/source/3.1.0.md?truncated=true",40378],b85e7ff6:[function(){return n.e("49009").then(n.bind(n,89627))},"@site/_dogfooding/_pages tests/page-toc-tests.mdx",89627],b87bf306:[function(){return n.e("7383").then(n.bind(n,4147))},"@site/_dogfooding/_blog tests/demo/2020-08-03-second-blog-intro.mdx?truncated=true",4147],b8cebc5f:[function(){return n.e("20240").then(n.t.bind(n,29945,19))},"@generated/docusaurus-plugin-content-blog/blog-tests/p/tests-blog-page-7-3f6.json",29945],ba61d949:[function(){return Promise.all([n.e("86212"),n.e("20223")]).then(n.bind(n,12137))},"@site/docs/cli.mdx",12137],ba8b3534:[function(){return Promise.all([n.e("86212"),n.e("74099")]).then(n.bind(n,49917))},"@theme/DebugContent",49917],bb2243f8:[function(){return n.e("72777").then(n.t.bind(n,33254,19))},"@generated/docusaurus-plugin-content-blog/default/p/blog-tags-i-18-n-106.json",33254],bbddb7b1:[function(){return n.e("69750").then(n.bind(n,87007))},"@site/_dogfooding/_blog tests/2022-10-02-html-slug.mdx",87007],bc302511:[function(){return n.e("62047").then(n.bind(n,10029))},"@site/changelog/source/2.0.0-beta.18.md?truncated=true",10029],bc770e2d:[function(){return n.e("94788").then(n.bind(n,35286))},"@site/_dogfooding/_docs tests/tests/visibility/some-unlisteds/unlisted-subcategory/unlisted3.mdx",35286],bcbb32e8:[function(){return Promise.all([n.e("86212"),n.e("70916")]).then(n.bind(n,60343))},"@site/docs/api/docusaurus.config.js.mdx",60343],bccd76a8:[function(){return n.e("31928").then(n.bind(n,38947))},"@site/changelog/source/2.0.0-beta.17.md",38947],bce2ffab:[function(){return Promise.all([n.e("86212"),n.e("94535")]).then(n.bind(n,22408))},"@site/_dogfooding/_docs tests/tests/visibility/only-unlisteds/unlisted-subcategory/index.mdx",22408],bd03c380:[function(){return n.e("67838").then(n.t.bind(n,73623,19))},"@generated/docusaurus-plugin-content-blog/default/p/blog-tags-maintenance-c17.json",73623],bd7149c1:[function(){return Promise.all([n.e("86212"),n.e("53193")]).then(n.bind(n,6419))},"@site/docs/guides/markdown-features/markdown-features-admonitions.mdx",6419],bdab9796:[function(){return Promise.all([n.e("86212"),n.e("77235")]).then(n.bind(n,37793))},"@site/_dogfooding/_docs tests/toc/toc-test-bad.mdx",37793],be1a9fc5:[function(){return n.e("92996").then(n.bind(n,79950))},"@site/changelog/source/3.1.1.md?truncated=true",79950],bf1080de:[function(){return n.e("95509").then(n.bind(n,24214))},"@site/changelog/source/2.0.0-alpha.34.md?truncated=true",24214],bf6bbe3c:[function(){return n.e("97957").then(n.t.bind(n,42799,19))},"@generated/docusaurus-plugin-content-blog/default/p/blog-tags-beta-6a2.json",42799],bfd9bf94:[function(){return Promise.all([n.e("86212"),n.e("24303"),n.e("5584")]).then(n.bind(n,23917))},"@site/docs/api/plugins/plugin-pwa.mdx",23917],c00eca4d:[function(){return Promise.all([n.e("86212"),n.e("20717")]).then(n.bind(n,51179))},"@site/blog/releases/3.3/index.mdx",51179],c01d2348:[function(){return n.e("51146").then(n.bind(n,59743))},"@site/changelog/source/2.0.0-alpha.75.md?truncated=true",59743],c116f728:[function(){return n.e("46686").then(n.bind(n,5007))},"@site/changelog/source/2.0.0-alpha.50.md?truncated=true",5007],c141421f:[function(){return n.e("77738").then(n.t.bind(n,33491,19))},"@generated/docusaurus-theme-search-algolia/default/__plugin.json",33491],c15d9823:[function(){return n.e("79359").then(n.t.bind(n,39546,19))},"@generated/docusaurus-plugin-content-blog/default/p/blog-bd9.json",39546],c1866819:[function(){return n.e("14277").then(n.t.bind(n,70456,19))},"@generated/docusaurus-plugin-content-blog/default/p/blog-tags-release-page-2-607.json",70456],c260b502:[function(){return n.e("49468").then(n.t.bind(n,81223,19))},"@generated/docusaurus-plugin-content-docs/default/p/docs-category-getting-started-da0.json",81223],c3218042:[function(){return n.e("75912").then(n.t.bind(n,52440,19))},"@generated/docusaurus-plugin-content-blog/blog-tests/__plugin.json",52440],c459a19d:[function(){return Promise.all([n.e("86212"),n.e("12395")]).then(n.bind(n,80296))},"@site/docs/api/plugins/plugin-vercel-analytics.mdx",80296],c4990fee:[function(){return n.e("9023").then(n.bind(n,27165))},"@site/blog/2021/01-19-docusaurus-2020-recap.mdx",27165],c4ace355:[function(){return n.e("64460").then(n.bind(n,38945))},"@site/docs/api/plugin-methods/README.mdx",38945],c51e6704:[function(){return n.e("59693").then(n.bind(n,10274))},"@site/changelog/source/2.0.0-alpha.67.md",10274],c56c55ab:[function(){return n.e("8552").then(n.bind(n,23999))},"@site/_dogfooding/_docs tests/tests/category-links/regular-category/sample-doc.mdx",23999],c5bf108e:[function(){return n.e("39868").then(n.bind(n,93121))},"@site/_dogfooding/_blog tests/2024-07-03-single-author.mdx?truncated=true",93121],c6f10a23:[function(){return n.e("12963").then(n.bind(n,30446))},"@site/_dogfooding/_docs tests/tests/visibility/some-unlisteds/unlisted2.mdx",30446],c73a8bd2:[function(){return Promise.all([n.e("86212"),n.e("30165")]).then(n.bind(n,65292))},"@site/docs/guides/markdown-features/markdown-features-diagrams.mdx",65292],c74d1c35:[function(){return Promise.all([n.e("86212"),n.e("49093")]).then(n.bind(n,45776))},"@site/docs/i18n/i18n-tutorial.mdx",45776],c762c146:[function(){return n.e("17548").then(n.bind(n,93955))},"@site/docs/static-assets.mdx",93955],c7ca486a:[function(){return Promise.all([n.e("86212"),n.e("35836")]).then(n.bind(n,87771))},"@site/docs/advanced/routing.mdx",87771],c9691cb1:[function(){return n.e("95487").then(n.bind(n,35050))},"@site/changelog/source/3.1.1.md",35050],c96b9888:[function(){return n.e("42928").then(n.bind(n,64112))},"@site/changelog/source/2.0.0-alpha.51.md?truncated=true",64112],c9cac9d9:[function(){return n.e("56618").then(n.t.bind(n,74417,19))},"@generated/docusaurus-plugin-content-blog/default/p/blog-tags-release-6bd.json",74417],c9e4c0c5:[function(){return n.e("35875").then(n.t.bind(n,61352,19))},"@generated/docusaurus-plugin-content-pages/pages-tests/__plugin.json",61352],ca51e50c:[function(){return n.e("60803").then(n.bind(n,11088))},"@site/_dogfooding/_docs tests/tests/category-links/no-index-doc/sample-doc.mdx",11088],cac92b6a:[function(){return n.e("18595").then(n.bind(n,81948))},"@site/_dogfooding/_docs tests/tests/category-links/with-category-name-doc/sample-doc.mdx",81948],caea5acc:[function(){return n.e("89971").then(n.t.bind(n,68379,19))},"@generated/docusaurus-plugin-content-blog/blog-tests/p/tests-blog-tags-paginated-tag-page-3-32b.json",68379],cb122af7:[function(){return n.e("89863").then(n.bind(n,16423))},"@site/changelog/source/2.0.0-beta.10.md",16423],cb70be21:[function(){return n.e("15304").then(n.t.bind(n,10370,19))},"@generated/docusaurus-plugin-content-blog/default/p/blog-tags-birth-02f.json",10370],cbb899e4:[function(){return Promise.all([n.e("86212"),n.e("31865")]).then(n.bind(n,30091))},"@site/docs/configuration.mdx",30091],ccc49370:[function(){return Promise.all([n.e("86212"),n.e("24303"),n.e("31453"),n.e("2998")]).then(n.bind(n,93363))},"@theme/BlogPostPage",93363],ce3b59e7:[function(){return Promise.all([n.e("86212"),n.e("24303"),n.e("79397")]).then(n.bind(n,41553))},"@site/docs/api/plugins/plugin-content-pages.mdx",41553],ce5880b7:[function(){return n.e("41410").then(n.bind(n,38584))},"@site/docs/guides/markdown-features/markdown-features-head-metadata.mdx",38584],ce9244da:[function(){return n.e("95076").then(n.bind(n,88475))},"@site/changelog/source/2.0.0-alpha.73.md?truncated=true",88475],ceef9751:[function(){return n.e("57643").then(n.bind(n,84135))},"@site/changelog/source/3.2.0.md?truncated=true",84135],d03b1fb7:[function(){return n.e("1950").then(n.bind(n,62978))},"@site/_dogfooding/_docs tests/tests/category-links/with-readme-doc/README.mdx",62978],d062d21d:[function(){return n.e("47820").then(n.bind(n,81737))},"@site/docs/migration/v2/migration-overview.mdx",81737],d068e1ab:[function(){return n.e("10983").then(n.bind(n,69717))},"@site/changelog/source/2.0.0-alpha.68.md",69717],d08c98d1:[function(){return n.e("54725").then(n.bind(n,37059))},"@site/changelog/source/2.0.0-alpha.24.md",37059],d0d12c85:[function(){return n.e("6016").then(n.t.bind(n,86147,19))},"@generated/docusaurus-plugin-content-blog/blog-tests/p/tests-blog-page-3-a25.json",86147],d182442f:[function(){return Promise.all([n.e("86212"),n.e("59548")]).then(n.bind(n,79753))},"@site/docs/api/misc/eslint-plugin/no-html-links.mdx",79753],d2436a2b:[function(){return n.e("95365").then(n.t.bind(n,26684,19))},"@generated/docusaurus-plugin-content-docs/community/p/community-038.json",26684],d2551a9d:[function(){return n.e("78417").then(n.bind(n,77092))},"@site/docs/migration/v2/migration-translated-sites.mdx",77092],d2a1308d:[function(){return n.e("94774").then(n.bind(n,30384))},"@site/docs/api/misc/eslint-plugin/string-literal-i18n-messages.mdx",30384],d3d3b96d:[function(){return n.e("24619").then(n.bind(n,40281))},"@site/_dogfooding/_docs tests/doc-with-another-sidebar.mdx",40281],d4a0d5da:[function(){return n.e("94480").then(n.bind(n,79338))},"@site/changelog/source/2.3.0.md",79338],d5f16e6b:[function(){return n.e("44277").then(n.bind(n,94144))},"@site/_dogfooding/_blog tests/2021-08-22-no-author.mdx",94144],d6e02a6f:[function(){return n.e("14570").then(n.bind(n,33110))},"@site/changelog/source/3.3.0.md",33110],d7013fe4:[function(){return n.e("54139").then(n.bind(n,12145))},"@site/_dogfooding/_blog tests/demo/2020-08-03-second-blog-intro.mdx",12145],d717a81a:[function(){return n.e("6579").then(n.bind(n,76508))},"@site/changelog/source/2.0.0-alpha.29.md?truncated=true",76508],d7206776:[function(){return Promise.all([n.e("86212"),n.e("17663")]).then(n.bind(n,22083))},"@site/docs/advanced/index.mdx",22083],d7281606:[function(){return n.e("78569").then(n.bind(n,65310))},"@site/changelog/source/3.3.0.md?truncated=true",65310],d7477d10:[function(){return n.e("39983").then(n.bind(n,57540))},"@site/changelog/source/2.0.0-beta.13.md?truncated=true",57540],d7f95698:[function(){return n.e("89819").then(n.t.bind(n,76652,19))},"@generated/docusaurus-plugin-content-blog/default/p/blog-authors-josh-cena-3a9.json",76652],d8476605:[function(){return n.e("94333").then(n.bind(n,90130))},"@site/changelog/source/2.0.0-beta.11.md",90130],d86891f4:[function(){return n.e("61449").then(n.bind(n,60100))},"@site/blog/2021/01-19-docusaurus-2020-recap.mdx?truncated=true",60100],d8b371ba:[function(){return n.e("11109").then(n.bind(n,49181))},"@site/changelog/source/2.0.0-alpha.38.md",49181],d8b8f224:[function(){return n.e("94730").then(n.bind(n,37440))},"@site/changelog/source/2.0.0-alpha.41.md",37440],d957216c:[function(){return n.e("29416").then(n.bind(n,67455))},"@site/docs/guides/docs/sidebar/multiple-sidebars.mdx",67455],dae216b9:[function(){return n.e("48569").then(n.t.bind(n,43691,19))},"@generated/docusaurus-plugin-content-blog/blog-tests/p/tests-blog-tags-docusaurus-page-2-41d.json",43691],dc42def8:[function(){return n.e("70724").then(n.bind(n,85985))},"@site/changelog/source/3.0.0.md",85985],dcd8b0d5:[function(){return n.e("12760").then(n.bind(n,8182))},"@site/changelog/source/2.0.0-beta.7.md?truncated=true",8182],dd4c326b:[function(){return n.e("65727").then(n.bind(n,14482))},"@site/_dogfooding/_docs tests/tests/category-links/readme.mdx",14482],dd4d88f2:[function(){return n.e("21980").then(n.bind(n,47393))},"@site/changelog/source/2.0.0-alpha.19.md?truncated=true",47393],dd5f7850:[function(){return n.e("5809").then(n.bind(n,11081))},"@site/_dogfooding/_docs tests/toc/toc-2-5.mdx",11081],ddd8d528:[function(){return n.e("59902").then(n.bind(n,32042))},"@site/_dogfooding/_docs tests/tests/custom-props/index.mdx",32042],de607ee0:[function(){return n.e("9460").then(n.t.bind(n,75243,19))},"@generated/docusaurus-plugin-content-blog/default/p/blog-tags-recap-dd2.json",75243],dec47d54:[function(){return n.e("38242").then(n.bind(n,64634))},"@site/docs/api/plugins/overview.mdx",64634],df056c8b:[function(){return n.e("90349").then(n.bind(n,81286))},"@site/_dogfooding/_pages tests/markdown-tests-md.md",81286],df203c0f:[function(){return Promise.all([n.e("86212"),n.e("60815")]).then(n.bind(n,69924))},"@theme/DocTagDocListPage",69924],df21cc78:[function(){return n.e("17851").then(n.bind(n,54659))},"@site/_dogfooding/_docs tests/tests/category-links/custom-index-convention/sample-doc.mdx",54659],dfdaed21:[function(){return n.e("52195").then(n.bind(n,27118))},"@site/changelog/source/2.0.0-alpha.56.md",27118],dfef153c:[function(){return Promise.all([n.e("86212"),n.e("52375")]).then(n.bind(n,27121))},"@site/docs/api/themes/theme-search-algolia.mdx",27121],e0076717:[function(){return Promise.all([n.e("86212"),n.e("63367")]).then(n.bind(n,80258))},"@site/_dogfooding/_pages tests/embeds.tsx",80258],e060feb7:[function(){return n.e("85175").then(n.bind(n,37373))},"@site/_dogfooding/_docs tests/tests/Case-Sentitive-Doc.mdx",37373],e0719818:[function(){return n.e("93201").then(n.t.bind(n,73412,19))},"@generated/docusaurus-plugin-content-docs/community/__plugin.json",73412],e0a14877:[function(){return n.e("17263").then(n.t.bind(n,38893,19))},"@generated/changelog-plugin/default/p/changelog-page-5-086.json",38893],e1002667:[function(){return n.e("30551").then(n.bind(n,19301))},"@site/_dogfooding/_blog tests/2024-07-03-dual-author.mdx",19301],e1a55b77:[function(){return n.e("14662").then(n.bind(n,77807))},"@site/changelog/source/2.0.0-alpha.40.md",77807],e1b7d523:[function(){return n.e("81541").then(n.bind(n,47045))},"@site/changelog/source/2.3.1.md?truncated=true",47045],e1e91f63:[function(){return n.e("82386").then(n.bind(n,48837))},"@site/changelog/source/2.0.0-alpha.21.md?truncated=true",48837],e1f91744:[function(){return n.e("20980").then(n.t.bind(n,9626,19))},"@generated/docusaurus-plugin-content-blog/blog-tests/p/tests-blog-page-6-5d1.json",9626],e25fe746:[function(){return n.e("92661").then(n.bind(n,83177))},"@site/changelog/source/3.2.0.md",83177],e4700498:[function(){return n.e("34283").then(n.bind(n,19737))},"@site/changelog/source/2.0.0-beta.8.md",19737],e4a5c9f0:[function(){return n.e("65082").then(n.bind(n,56190))},"@site/changelog/source/3.5.0.md?truncated=true",56190],e4d2c113:[function(){return n.e("42527").then(n.bind(n,22379))},"@site/_dogfooding/_docs tests/tests/visibility/only-unlisteds/unlisted1.mdx",22379],e51b3b2f:[function(){return n.e("25979").then(n.bind(n,16709))},"@site/changelog/source/2.0.0-alpha.25.md?truncated=true",16709],e575fb7e:[function(){return n.e("88640").then(n.bind(n,66081))},"@site/docs/guides/creating-pages.mdx",66081],e65a01b4:[function(){return Promise.all([n.e("86212"),n.e("46154")]).then(n.bind(n,78569))},"@site/docs/seo.mdx",78569],e6a60088:[function(){return n.e("98842").then(n.bind(n,3714))},"@site/docs/advanced/plugins.mdx",3714],e6b091a7:[function(){return n.e("33021").then(n.t.bind(n,28444,19))},"@generated/docusaurus-plugin-content-docs/docs-tests/p/tests-docs-tags-listed-907.json",28444],e726f18e:[function(){return n.e("19453").then(n.bind(n,86349))},"@site/changelog/source/3.4.0.md?truncated=true",86349],e74eaed8:[function(){return n.e("98113").then(n.bind(n,65620))},"@site/changelog/source/2.0.0-alpha.68.md?truncated=true",65620],e79f4725:[function(){return Promise.all([n.e("86212"),n.e("9633")]).then(n.bind(n,55813))},"@site/docs/guides/markdown-features/markdown-features-plugins.mdx",55813],e818fdac:[function(){return n.e("47038").then(n.bind(n,76808))},"@site/blog/2023/09-22-upgrading-frontend-dependencies-with-confidence-using-visual-regression-testing/index.mdx",76808],e8212a82:[function(){return n.e("11027").then(n.bind(n,7923))},"@site/changelog/source/2.0.0-alpha.35.md?truncated=true",7923],e87036e5:[function(){return n.e("48662").then(n.bind(n,74503))},"@site/changelog/source/2.0.0-alpha.70.md?truncated=true",74503],e88bc2c9:[function(){return n.e("85064").then(n.t.bind(n,66669,19))},"~blog/../changelog-plugin/default/blogMetadata-changelog.json",66669],e8eca889:[function(){return n.e("59500").then(n.bind(n,84815))},"@site/changelog/source/2.4.3.md?truncated=true",84815],e95d6894:[function(){return n.e("31949").then(n.bind(n,53269))},"@site/_dogfooding/_docs tests/toc/toc-_-_.mdx",53269],ea21d53b:[function(){return n.e("30512").then(n.t.bind(n,22519,19))},"@generated/docusaurus-plugin-content-blog/blog-tests/p/tests-blog-d1b.json",22519],eabf3fcb:[function(){return n.e("94395").then(n.bind(n,72217))},"@site/changelog/source/2.0.0-alpha.34.md",72217],eb10310c:[function(){return n.e("46862").then(n.bind(n,32448))},"@site/_dogfooding/_blog tests/2022-08-24-post-unlisted.mdx",32448],eb7779dd:[function(){return n.e("85056").then(n.bind(n,1552))},"@site/changelog/source/2.0.0-beta.12.md?truncated=true",1552],ec67df2f:[function(){return n.e("8380").then(n.bind(n,15735))},"@site/changelog/source/2.0.0-beta.15.md?truncated=true",15735],ecd89017:[function(){return n.e("98345").then(n.bind(n,75576))},"@site/changelog/source/2.0.0-beta.15.md",75576],ed079b03:[function(){return n.e("27239").then(n.bind(n,61285))},"@site/changelog/source/2.0.0-alpha.41.md?truncated=true",61285],ed36f606:[function(){return n.e("93905").then(n.bind(n,15456))},"@site/changelog/source/2.0.0-alpha.51.md",15456],edbcb51a:[function(){return n.e("87035").then(n.t.bind(n,92573,19))},"@generated/docusaurus-plugin-content-blog/default/p/blog-tags-new-6d1.json",92573],edcf24c9:[function(){return n.e("50285").then(n.t.bind(n,24846,19))},"@generated/docusaurus-plugin-content-docs/docs-tests/p/tests-docs-category-links-generated-index-slug-b8b.json",24846],ede3a018:[function(){return Promise.all([n.e("86212"),n.e("76148")]).then(n.bind(n,90962))},"@theme/DebugGlobalData",90962],ee0ff195:[function(){return n.e("42643").then(n.bind(n,54097))},"@site/src/pages/tests.mdx",54097],ee258e29:[function(){return n.e("85916").then(n.bind(n,3775))},"@site/blog/releases/2.3/index.mdx?truncated=true",3775],ee45215e:[function(){return Promise.all([n.e("86212"),n.e("88108"),n.e("91957"),n.e("1735")]).then(n.bind(n,38984))},"@site/blog/2022/08-01-announcing-docusaurus-2.0/index.mdx?truncated=true",38984],ee712ef6:[function(){return Promise.all([n.e("86212"),n.e("29828"),n.e("58327")]).then(n.bind(n,14341))},"@site/docs/advanced/architecture.mdx",14341],ee89fdbd:[function(){return n.e("44477").then(n.t.bind(n,95762,19))},"@generated/docusaurus-plugin-content-blog/default/p/blog-authors-slorber-c12.json",95762],ee9d4de7:[function(){return n.e("77698").then(n.bind(n,64317))},"@site/changelog/source/3.0.0.md?truncated=true",64317],ef147677:[function(){return n.e("94592").then(n.bind(n,32337))},"@site/changelog/source/2.0.0-alpha.73.md",32337],ef5a0ba3:[function(){return n.e("90660").then(n.bind(n,40437))},"@site/blog/releases/3.3/index.mdx?truncated=true",40437],ef846e1f:[function(){return Promise.all([n.e("88108"),n.e("89146")]).then(n.bind(n,49244))},"@site/_dogfooding/_docs tests/tests/img-tests.mdx",49244],ef8b811a:[function(){return n.e("92134").then(n.t.bind(n,96007,19))},"@generated/docusaurus-plugin-content-blog/default/p/blog-authors-790.json",96007],f008736e:[function(){return n.e("60884").then(n.t.bind(n,48576,19))},"@generated/docusaurus-plugin-content-blog/blog-tests/p/tests-blog-tags-long-long-0a7.json",48576],f16d59d0:[function(){return n.e("20701").then(n.bind(n,23665))},"@site/changelog/source/2.0.0-beta.9.md",23665],f1ccbc56:[function(){return n.e("99853").then(n.t.bind(n,2137,19))},"@generated/docusaurus-plugin-content-blog/blog-tests/p/tests-blog-page-4-c0d.json",2137],f366a487:[function(){return n.e("35736").then(n.t.bind(n,57351,19))},"@generated/changelog-plugin/default/p/changelog-page-3-851.json",57351],f36ddf03:[function(){return n.e("54857").then(n.bind(n,14318))},"@site/changelog/source/2.0.0-alpha.28.md?truncated=true",14318],f36f1ab1:[function(){return n.e("55225").then(n.bind(n,13683))},"@site/_dogfooding/_docs tests/tests/visibility/some-unlisteds/unlisted-subcategory/listed1.mdx",13683],f439ed8c:[function(){return n.e("77317").then(n.t.bind(n,1445,19))},"@generated/docusaurus-plugin-content-blog/blog-tests/p/tests-blog-page-5-0ca.json",1445],f4efd2af:[function(){return n.e("68112").then(n.bind(n,86055))},"@site/changelog/source/2.1.0.md",86055],f59f4822:[function(){return n.e("40667").then(n.bind(n,44297))},"@site/changelog/source/2.0.0-beta.8.md?truncated=true",44297],f60bb54b:[function(){return Promise.all([n.e("86212"),n.e("24303"),n.e("86216")]).then(n.bind(n,67014))},"@site/docs/guides/docs/sidebar/index.mdx",67014],f6970338:[function(){return n.e("13732").then(n.bind(n,80027))},"@site/changelog/source/2.0.0-beta.9.md?truncated=true",80027],f81c1134:[function(){return n.e("35524").then(n.t.bind(n,5865,19))},"@generated/docusaurus-plugin-content-blog/default/p/blog-archive-f05.json",5865],f8257e9d:[function(){return n.e("94398").then(n.bind(n,59346))},"@site/_dogfooding/_docs tests/tests/custom-props/doc-with-custom-props.mdx",59346],f85a5e62:[function(){return n.e("25647").then(n.bind(n,93373))},"@site/_dogfooding/_docs tests/index.mdx",93373],f930fb00:[function(){return n.e("95214").then(n.bind(n,33303))},"@site/_dogfooding/_docs tests/toc/toc-2-3.mdx",33303],f9896fda:[function(){return n.e("12946").then(n.bind(n,66171))},"@site/_dogfooding/_docs tests/tests/links/test-markdown-links.mdx",66171],fa17a3e5:[function(){return n.e("20142").then(n.bind(n,20886))},"@site/src/pages/versions.tsx",20886],fa4d91bf:[function(){return Promise.all([n.e("86212"),n.e("24303"),n.e("32221")]).then(n.bind(n,31091))},"@site/docs/installation.mdx",31091],fa58ade0:[function(){return n.e("75398").then(n.t.bind(n,92119,19))},"@generated/docusaurus-plugin-content-blog/default/p/blog-authors-j-marcey-f78.json",92119],faa36cc7:[function(){return n.e("57834").then(n.bind(n,45476))},"@site/changelog/source/2.0.0-alpha.39.md?truncated=true",45476],faea717e:[function(){return n.e("7080").then(n.bind(n,16923))},"@site/_dogfooding/_docs tests/tests/category-links/with-index-doc/index.mdx",16923],ff0aa122:[function(){return n.e("49586").then(n.bind(n,64751))},"@site/_dogfooding/_docs tests/tests/ascii/\xe6\xf8\xe5/index.mdx",64751],ff82175c:[function(){return Promise.all([n.e("86212"),n.e("16034")]).then(n.bind(n,95231))},"@site/_dogfooding/_docs tests/tests/visibility/index.mdx",95231],ff98649e:[function(){return n.e("19498").then(n.bind(n,95619))},"@site/changelog/source/3.5.1.md",95619]}},53145:function(e,t,n){"use strict";n.d(t,{Z:()=>b}),n("27378");var r=n("24246"),o=n("51237"),a=n.n(o),i=n("37138"),s=n("15248");function c(e){var t=e.error,n=e.retry,o=e.pastDelay;return t?(0,r.jsxs)("div",{style:{textAlign:"center",color:"#fff",backgroundColor:"#fa383e",borderColor:"#fa383e",borderStyle:"solid",borderRadius:"0.25rem",borderWidth:"1px",boxSizing:"border-box",display:"block",padding:"1rem",flex:"0 0 50%",marginLeft:"25%",marginRight:"25%",marginTop:"5rem",maxWidth:"50%",width:"100%"},children:[(0,r.jsx)("p",{children:String(t)}),(0,r.jsx)("div",{children:(0,r.jsx)("button",{type:"button",onClick:n,children:"Retry"})})]}):o?(0,r.jsx)("div",{style:{display:"flex",justifyContent:"center",alignItems:"center",height:"100vh"},children:(0,r.jsx)("svg",{id:"loader",style:{width:128,height:110,position:"absolute",top:"calc(100vh - 64%)"},viewBox:"0 0 45 45",xmlns:"http://www.w3.org/2000/svg",stroke:"#61dafb",children:(0,r.jsxs)("g",{fill:"none",fillRule:"evenodd",transform:"translate(1 1)",strokeWidth:"2",children:[(0,r.jsxs)("circle",{cx:"22",cy:"22",r:"6",strokeOpacity:"0",children:[(0,r.jsx)("animate",{attributeName:"r",begin:"1.5s",dur:"3s",values:"6;22",calcMode:"linear",repeatCount:"indefinite"}),(0,r.jsx)("animate",{attributeName:"stroke-opacity",begin:"1.5s",dur:"3s",values:"1;0",calcMode:"linear",repeatCount:"indefinite"}),(0,r.jsx)("animate",{attributeName:"stroke-width",begin:"1.5s",dur:"3s",values:"2;0",calcMode:"linear",repeatCount:"indefinite"})]}),(0,r.jsxs)("circle",{cx:"22",cy:"22",r:"6",strokeOpacity:"0",children:[(0,r.jsx)("animate",{attributeName:"r",begin:"3s",dur:"3s",values:"6;22",calcMode:"linear",repeatCount:"indefinite"}),(0,r.jsx)("animate",{attributeName:"stroke-opacity",begin:"3s",dur:"3s",values:"1;0",calcMode:"linear",repeatCount:"indefinite"}),(0,r.jsx)("animate",{attributeName:"stroke-width",begin:"3s",dur:"3s",values:"2;0",calcMode:"linear",repeatCount:"indefinite"})]}),(0,r.jsx)("circle",{cx:"22",cy:"22",r:"8",children:(0,r.jsx)("animate",{attributeName:"r",begin:"0s",dur:"1.5s",values:"6;1;2;3;4;5;6",calcMode:"linear",repeatCount:"indefinite"})})]})})}):null}var l=n("3200"),u=n("95827");function d(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function p(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){var r,o,a;r=e,o=t,a=n[t],o in r?Object.defineProperty(r,o,{value:a,enumerable:!0,configurable:!0,writable:!0}):r[o]=a})}return e}function f(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n,r,o=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=o){var a=[],i=!0,s=!1;try{for(o=o.call(e);!(i=(n=o.next()).done)&&(a.push(n.value),!t||a.length!==t);i=!0);}catch(e){s=!0,r=e}finally{try{!i&&null!=o.return&&o.return()}finally{if(s)throw r}}return a}}(e,t)||function(e,t){if(e){if("string"==typeof e)return d(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if("Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n)return Array.from(n);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return d(e,t)}}(e,t)||function(){throw TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function g(e,t){if("*"===e)return a()({loading:c,loader:function(){return n.e("19648").then(n.bind(n,74096))},modules:["@theme/NotFound"],webpack:function(){return[74096]},render:function(e,t){var n=e.default;return(0,r.jsx)(u.z,{value:{plugin:{name:"native",id:"default"}},children:(0,r.jsx)(n,p({},t))})}});var o=i["".concat(e,"-").concat(t)],d={},g=[],b=[];return Object.entries((0,l.Z)(o)).forEach(function(e){var t=f(e,2),n=t[0],r=t[1],o=s.Z[r];o&&(d[n]=o[0],g.push(o[1]),b.push(o[2]))}),a().Map({loading:c,loader:d,modules:g,webpack:function(){return b},render:function(t,n){var a=JSON.parse(JSON.stringify(o));Object.entries(t).forEach(function(t){var n,r=f(t,2),o=r[0],i=r[1],s=i.default;if(!s)throw Error("The page component at ".concat(e," doesn't have a default export. This makes it impossible to render anything. Consider default-exporting a React component."));if((void 0===s?"undefined":(n=s)&&"undefined"!=typeof Symbol&&n.constructor===Symbol?"symbol":typeof n)=="object"||"function"==typeof s)Object.keys(i).filter(function(e){return"default"!==e}).forEach(function(e){s[e]=i[e]});var c=a,l=o.split(".");l.slice(0,-1).forEach(function(e){c=c[e]}),c[l[l.length-1]]=s});var i=a.__comp;delete a.__comp;var s=a.__context;delete a.__context;var c=a.__props;return delete a.__props,(0,r.jsx)(u.z,{value:s,children:(0,r.jsx)(i,p({},a,c,n))})}})}let b=[{path:"/__docusaurus/debug",component:g("/__docusaurus/debug","5ff"),exact:!0},{path:"/__docusaurus/debug/config",component:g("/__docusaurus/debug/config","5ba"),exact:!0},{path:"/__docusaurus/debug/content",component:g("/__docusaurus/debug/content","a2b"),exact:!0},{path:"/__docusaurus/debug/globalData",component:g("/__docusaurus/debug/globalData","c3c"),exact:!0},{path:"/__docusaurus/debug/metadata",component:g("/__docusaurus/debug/metadata","156"),exact:!0},{path:"/__docusaurus/debug/registry",component:g("/__docusaurus/debug/registry","88c"),exact:!0},{path:"/__docusaurus/debug/routes",component:g("/__docusaurus/debug/routes","000"),exact:!0},{path:"/blog",component:g("/blog","919"),exact:!0},{path:"/blog/2017/12/14/introducing-docusaurus",component:g("/blog/2017/12/14/introducing-docusaurus","290"),exact:!0},{path:"/blog/2018/04/30/How-I-Converted-Profilo-To-Docusaurus",component:g("/blog/2018/04/30/How-I-Converted-Profilo-To-Docusaurus","945"),exact:!0},{path:"/blog/2018/09/11/Towards-Docusaurus-2",component:g("/blog/2018/09/11/Towards-Docusaurus-2","f75"),exact:!0},{path:"/blog/2018/12/14/Happy-First-Birthday-Slash",component:g("/blog/2018/12/14/Happy-First-Birthday-Slash","322"),exact:!0},{path:"/blog/2019/12/30/docusaurus-2019-recap",component:g("/blog/2019/12/30/docusaurus-2019-recap","71b"),exact:!0},{path:"/blog/2020/01/07/tribute-to-endi",component:g("/blog/2020/01/07/tribute-to-endi","a35"),exact:!0},{path:"/blog/2021/01/19/docusaurus-2020-recap",component:g("/blog/2021/01/19/docusaurus-2020-recap","5d1"),exact:!0},{path:"/blog/2021/03/09/releasing-docusaurus-i18n",component:g("/blog/2021/03/09/releasing-docusaurus-i18n","e1b"),exact:!0},{path:"/blog/2021/05/12/announcing-docusaurus-two-beta",component:g("/blog/2021/05/12/announcing-docusaurus-two-beta","fa1"),exact:!0},{path:"/blog/2021/11/21/algolia-docsearch-migration",component:g("/blog/2021/11/21/algolia-docsearch-migration","5e8"),exact:!0},{path:"/blog/2022/01/24/docusaurus-2021-recap",component:g("/blog/2022/01/24/docusaurus-2021-recap","d4b"),exact:!0},{path:"/blog/2022/08/01/announcing-docusaurus-2.0",component:g("/blog/2022/08/01/announcing-docusaurus-2.0","c4f"),exact:!0},{path:"/blog/2022/09/01/docusaurus-2.1",component:g("/blog/2022/09/01/docusaurus-2.1","2c5"),exact:!0},{path:"/blog/archive",component:g("/blog/archive","182"),exact:!0},{path:"/blog/authors",component:g("/blog/authors","0b7"),exact:!0},{path:"/blog/authors/j-marcey",component:g("/blog/authors/j-marcey","4db"),exact:!0},{path:"/blog/authors/josh-cena",component:g("/blog/authors/josh-cena","782"),exact:!0},{path:"/blog/authors/lex-111",component:g("/blog/authors/lex-111","39c"),exact:!0},{path:"/blog/authors/slorber",component:g("/blog/authors/slorber","663"),exact:!0},{path:"/blog/authors/slorber/authors/2",component:g("/blog/authors/slorber/authors/2","7db"),exact:!0},{path:"/blog/authors/slorber/authors/3",component:g("/blog/authors/slorber/authors/3","c08"),exact:!0},{path:"/blog/authors/slorber/authors/4",component:g("/blog/authors/slorber/authors/4","462"),exact:!0},{path:"/blog/authors/yangshun",component:g("/blog/authors/yangshun","a56"),exact:!0},{path:"/blog/authors/zpao",component:g("/blog/authors/zpao","494"),exact:!0},{path:"/blog/page/2",component:g("/blog/page/2","53a"),exact:!0},{path:"/blog/page/3",component:g("/blog/page/3","2c3"),exact:!0},{path:"/blog/page/4",component:g("/blog/page/4","c21"),exact:!0},{path:"/blog/page/5",component:g("/blog/page/5","cb3"),exact:!0},{path:"/blog/preparing-your-site-for-docusaurus-v3",component:g("/blog/preparing-your-site-for-docusaurus-v3","fa1"),exact:!0},{path:"/blog/releases/2.2",component:g("/blog/releases/2.2","181"),exact:!0},{path:"/blog/releases/2.3",component:g("/blog/releases/2.3","e10"),exact:!0},{path:"/blog/releases/2.4",component:g("/blog/releases/2.4","367"),exact:!0},{path:"/blog/releases/3.0",component:g("/blog/releases/3.0","51e"),exact:!0},{path:"/blog/releases/3.1",component:g("/blog/releases/3.1","6d6"),exact:!0},{path:"/blog/releases/3.2",component:g("/blog/releases/3.2","eb1"),exact:!0},{path:"/blog/releases/3.3",component:g("/blog/releases/3.3","c55"),exact:!0},{path:"/blog/releases/3.4",component:g("/blog/releases/3.4","502"),exact:!0},{path:"/blog/releases/3.5",component:g("/blog/releases/3.5","c7a"),exact:!0},{path:"/blog/tags",component:g("/blog/tags","287"),exact:!0},{path:"/blog/tags/adoption",component:g("/blog/tags/adoption","7a2"),exact:!0},{path:"/blog/tags/beta",component:g("/blog/tags/beta","5b7"),exact:!0},{path:"/blog/tags/birth",component:g("/blog/tags/birth","9c8"),exact:!0},{path:"/blog/tags/blog",component:g("/blog/tags/blog","84c"),exact:!0},{path:"/blog/tags/documentation",component:g("/blog/tags/documentation","4d8"),exact:!0},{path:"/blog/tags/docusaurus",component:g("/blog/tags/docusaurus","b47"),exact:!0},{path:"/blog/tags/endi",component:g("/blog/tags/endi","e71"),exact:!0},{path:"/blog/tags/i-18-n",component:g("/blog/tags/i-18-n","f05"),exact:!0},{path:"/blog/tags/maintenance",component:g("/blog/tags/maintenance","219"),exact:!0},{path:"/blog/tags/new",component:g("/blog/tags/new","a1f"),exact:!0},{path:"/blog/tags/profilo",component:g("/blog/tags/profilo","6af"),exact:!0},{path:"/blog/tags/recap",component:g("/blog/tags/recap","bd8"),exact:!0},{path:"/blog/tags/release",component:g("/blog/tags/release","b02"),exact:!0},{path:"/blog/tags/release/page/2",component:g("/blog/tags/release/page/2","9dc"),exact:!0},{path:"/blog/tags/release/page/3",component:g("/blog/tags/release/page/3","e95"),exact:!0},{path:"/blog/tags/search",component:g("/blog/tags/search","5bc"),exact:!0},{path:"/blog/tags/tribute",component:g("/blog/tags/tribute","fc3"),exact:!0},{path:"/blog/upgrading-frontend-dependencies-with-confidence-using-visual-regression-testing",component:g("/blog/upgrading-frontend-dependencies-with-confidence-using-visual-regression-testing","0cb"),exact:!0},{path:"/changelog",component:g("/changelog","3ab"),exact:!0},{path:"/changelog/2.0.0",component:g("/changelog/2.0.0","0b5"),exact:!0},{path:"/changelog/2.0.0-alpha.19",component:g("/changelog/2.0.0-alpha.19","60e"),exact:!0},{path:"/changelog/2.0.0-alpha.20",component:g("/changelog/2.0.0-alpha.20","a88"),exact:!0},{path:"/changelog/2.0.0-alpha.21",component:g("/changelog/2.0.0-alpha.21","dcb"),exact:!0},{path:"/changelog/2.0.0-alpha.22",component:g("/changelog/2.0.0-alpha.22","f64"),exact:!0},{path:"/changelog/2.0.0-alpha.23",component:g("/changelog/2.0.0-alpha.23","14b"),exact:!0},{path:"/changelog/2.0.0-alpha.24",component:g("/changelog/2.0.0-alpha.24","64b"),exact:!0},{path:"/changelog/2.0.0-alpha.25",component:g("/changelog/2.0.0-alpha.25","c7a"),exact:!0},{path:"/changelog/2.0.0-alpha.26",component:g("/changelog/2.0.0-alpha.26","264"),exact:!0},{path:"/changelog/2.0.0-alpha.27",component:g("/changelog/2.0.0-alpha.27","2ae"),exact:!0},{path:"/changelog/2.0.0-alpha.28",component:g("/changelog/2.0.0-alpha.28","462"),exact:!0},{path:"/changelog/2.0.0-alpha.29",component:g("/changelog/2.0.0-alpha.29","684"),exact:!0},{path:"/changelog/2.0.0-alpha.30",component:g("/changelog/2.0.0-alpha.30","dd8"),exact:!0},{path:"/changelog/2.0.0-alpha.31",component:g("/changelog/2.0.0-alpha.31","5db"),exact:!0},{path:"/changelog/2.0.0-alpha.32",component:g("/changelog/2.0.0-alpha.32","992"),exact:!0},{path:"/changelog/2.0.0-alpha.33",component:g("/changelog/2.0.0-alpha.33","c15"),exact:!0},{path:"/changelog/2.0.0-alpha.34",component:g("/changelog/2.0.0-alpha.34","2a9"),exact:!0},{path:"/changelog/2.0.0-alpha.35",component:g("/changelog/2.0.0-alpha.35","7de"),exact:!0},{path:"/changelog/2.0.0-alpha.36",component:g("/changelog/2.0.0-alpha.36","a3c"),exact:!0},{path:"/changelog/2.0.0-alpha.37",component:g("/changelog/2.0.0-alpha.37","64c"),exact:!0},{path:"/changelog/2.0.0-alpha.38",component:g("/changelog/2.0.0-alpha.38","4d4"),exact:!0},{path:"/changelog/2.0.0-alpha.39",component:g("/changelog/2.0.0-alpha.39","974"),exact:!0},{path:"/changelog/2.0.0-alpha.40",component:g("/changelog/2.0.0-alpha.40","1d2"),exact:!0},{path:"/changelog/2.0.0-alpha.41",component:g("/changelog/2.0.0-alpha.41","ddb"),exact:!0},{path:"/changelog/2.0.0-alpha.43",component:g("/changelog/2.0.0-alpha.43","bed"),exact:!0},{path:"/changelog/2.0.0-alpha.44",component:g("/changelog/2.0.0-alpha.44","c67"),exact:!0},{path:"/changelog/2.0.0-alpha.48",component:g("/changelog/2.0.0-alpha.48","33e"),exact:!0},{path:"/changelog/2.0.0-alpha.49",component:g("/changelog/2.0.0-alpha.49","f25"),exact:!0},{path:"/changelog/2.0.0-alpha.50",component:g("/changelog/2.0.0-alpha.50","54a"),exact:!0},{path:"/changelog/2.0.0-alpha.51",component:g("/changelog/2.0.0-alpha.51","aa6"),exact:!0},{path:"/changelog/2.0.0-alpha.53",component:g("/changelog/2.0.0-alpha.53","f60"),exact:!0},{path:"/changelog/2.0.0-alpha.54",component:g("/changelog/2.0.0-alpha.54","a32"),exact:!0},{path:"/changelog/2.0.0-alpha.55",component:g("/changelog/2.0.0-alpha.55","2f1"),exact:!0},{path:"/changelog/2.0.0-alpha.56",component:g("/changelog/2.0.0-alpha.56","cb5"),exact:!0},{path:"/changelog/2.0.0-alpha.57",component:g("/changelog/2.0.0-alpha.57","b6f"),exact:!0},{path:"/changelog/2.0.0-alpha.58",component:g("/changelog/2.0.0-alpha.58","143"),exact:!0},{path:"/changelog/2.0.0-alpha.59",component:g("/changelog/2.0.0-alpha.59","03b"),exact:!0},{path:"/changelog/2.0.0-alpha.60",component:g("/changelog/2.0.0-alpha.60","b26"),exact:!0},{path:"/changelog/2.0.0-alpha.61",component:g("/changelog/2.0.0-alpha.61","3bc"),exact:!0},{path:"/changelog/2.0.0-alpha.62",component:g("/changelog/2.0.0-alpha.62","0ee"),exact:!0},{path:"/changelog/2.0.0-alpha.63",component:g("/changelog/2.0.0-alpha.63","ca1"),exact:!0},{path:"/changelog/2.0.0-alpha.64",component:g("/changelog/2.0.0-alpha.64","3a2"),exact:!0},{path:"/changelog/2.0.0-alpha.65",component:g("/changelog/2.0.0-alpha.65","cba"),exact:!0},{path:"/changelog/2.0.0-alpha.66",component:g("/changelog/2.0.0-alpha.66","94a"),exact:!0},{path:"/changelog/2.0.0-alpha.67",component:g("/changelog/2.0.0-alpha.67","fae"),exact:!0},{path:"/changelog/2.0.0-alpha.68",component:g("/changelog/2.0.0-alpha.68","2aa"),exact:!0},{path:"/changelog/2.0.0-alpha.69",component:g("/changelog/2.0.0-alpha.69","609"),exact:!0},{path:"/changelog/2.0.0-alpha.70",component:g("/changelog/2.0.0-alpha.70","69b"),exact:!0},{path:"/changelog/2.0.0-alpha.71",component:g("/changelog/2.0.0-alpha.71","2f7"),exact:!0},{path:"/changelog/2.0.0-alpha.72",component:g("/changelog/2.0.0-alpha.72","c50"),exact:!0},{path:"/changelog/2.0.0-alpha.73",component:g("/changelog/2.0.0-alpha.73","f2b"),exact:!0},{path:"/changelog/2.0.0-alpha.74",component:g("/changelog/2.0.0-alpha.74","f9a"),exact:!0},{path:"/changelog/2.0.0-alpha.75",component:g("/changelog/2.0.0-alpha.75","f9b"),exact:!0},{path:"/changelog/2.0.0-beta.0",component:g("/changelog/2.0.0-beta.0","e90"),exact:!0},{path:"/changelog/2.0.0-beta.1",component:g("/changelog/2.0.0-beta.1","92a"),exact:!0},{path:"/changelog/2.0.0-beta.10",component:g("/changelog/2.0.0-beta.10","971"),exact:!0},{path:"/changelog/2.0.0-beta.11",component:g("/changelog/2.0.0-beta.11","d87"),exact:!0},{path:"/changelog/2.0.0-beta.12",component:g("/changelog/2.0.0-beta.12","0b4"),exact:!0},{path:"/changelog/2.0.0-beta.13",component:g("/changelog/2.0.0-beta.13","3f0"),exact:!0},{path:"/changelog/2.0.0-beta.14",component:g("/changelog/2.0.0-beta.14","630"),exact:!0},{path:"/changelog/2.0.0-beta.15",component:g("/changelog/2.0.0-beta.15","e92"),exact:!0},{path:"/changelog/2.0.0-beta.16",component:g("/changelog/2.0.0-beta.16","908"),exact:!0},{path:"/changelog/2.0.0-beta.17",component:g("/changelog/2.0.0-beta.17","6a9"),exact:!0},{path:"/changelog/2.0.0-beta.18",component:g("/changelog/2.0.0-beta.18","a61"),exact:!0},{path:"/changelog/2.0.0-beta.19",component:g("/changelog/2.0.0-beta.19","bff"),exact:!0},{path:"/changelog/2.0.0-beta.2",component:g("/changelog/2.0.0-beta.2","36c"),exact:!0},{path:"/changelog/2.0.0-beta.20",component:g("/changelog/2.0.0-beta.20","298"),exact:!0},{path:"/changelog/2.0.0-beta.21",component:g("/changelog/2.0.0-beta.21","167"),exact:!0},{path:"/changelog/2.0.0-beta.22",component:g("/changelog/2.0.0-beta.22","fad"),exact:!0},{path:"/changelog/2.0.0-beta.3",component:g("/changelog/2.0.0-beta.3","935"),exact:!0},{path:"/changelog/2.0.0-beta.4",component:g("/changelog/2.0.0-beta.4","0fe"),exact:!0},{path:"/changelog/2.0.0-beta.5",component:g("/changelog/2.0.0-beta.5","217"),exact:!0},{path:"/changelog/2.0.0-beta.6",component:g("/changelog/2.0.0-beta.6","5d5"),exact:!0},{path:"/changelog/2.0.0-beta.7",component:g("/changelog/2.0.0-beta.7","79c"),exact:!0},{path:"/changelog/2.0.0-beta.8",component:g("/changelog/2.0.0-beta.8","1f3"),exact:!0},{path:"/changelog/2.0.0-beta.9",component:g("/changelog/2.0.0-beta.9","dcd"),exact:!0},{path:"/changelog/2.0.0-rc.1",component:g("/changelog/2.0.0-rc.1","5e2"),exact:!0},{path:"/changelog/2.0.1",component:g("/changelog/2.0.1","1ca"),exact:!0},{path:"/changelog/2.1.0",component:g("/changelog/2.1.0","c65"),exact:!0},{path:"/changelog/2.2.0",component:g("/changelog/2.2.0","6ec"),exact:!0},{path:"/changelog/2.3.0",component:g("/changelog/2.3.0","40e"),exact:!0},{path:"/changelog/2.3.1",component:g("/changelog/2.3.1","68b"),exact:!0},{path:"/changelog/2.4.0",component:g("/changelog/2.4.0","c76"),exact:!0},{path:"/changelog/2.4.1",component:g("/changelog/2.4.1","57d"),exact:!0},{path:"/changelog/2.4.2",component:g("/changelog/2.4.2","dbd"),exact:!0},{path:"/changelog/2.4.3",component:g("/changelog/2.4.3","077"),exact:!0},{path:"/changelog/3.0.0",component:g("/changelog/3.0.0","975"),exact:!0},{path:"/changelog/3.0.1",component:g("/changelog/3.0.1","bb2"),exact:!0},{path:"/changelog/3.1.0",component:g("/changelog/3.1.0","6c5"),exact:!0},{path:"/changelog/3.1.1",component:g("/changelog/3.1.1","b77"),exact:!0},{path:"/changelog/3.2.0",component:g("/changelog/3.2.0","35a"),exact:!0},{path:"/changelog/3.2.1",component:g("/changelog/3.2.1","994"),exact:!0},{path:"/changelog/3.3.0",component:g("/changelog/3.3.0","d6b"),exact:!0},{path:"/changelog/3.3.1",component:g("/changelog/3.3.1","caf"),exact:!0},{path:"/changelog/3.3.2",component:g("/changelog/3.3.2","d0a"),exact:!0},{path:"/changelog/3.4.0",component:g("/changelog/3.4.0","4b7"),exact:!0},{path:"/changelog/3.5.0",component:g("/changelog/3.5.0","aaa"),exact:!0},{path:"/changelog/3.5.1",component:g("/changelog/3.5.1","4af"),exact:!0},{path:"/changelog/3.5.2",component:g("/changelog/3.5.2","407"),exact:!0},{path:"/changelog/authors",component:g("/changelog/authors","9c6"),exact:!0},{path:"/changelog/page/2",component:g("/changelog/page/2","531"),exact:!0},{path:"/changelog/page/3",component:g("/changelog/page/3","8d4"),exact:!0},{path:"/changelog/page/4",component:g("/changelog/page/4","117"),exact:!0},{path:"/changelog/page/5",component:g("/changelog/page/5","af5"),exact:!0},{path:"/changelog/V2 Changelog",component:g("/changelog/V2 Changelog","1d5"),exact:!0},{path:"/examples/markdownPageExample",component:g("/examples/markdownPageExample","42d"),exact:!0},{path:"/examples/noIndex",component:g("/examples/noIndex","0d0"),exact:!0},{path:"/feature-requests",component:g("/feature-requests","74b")},{path:"/search",component:g("/search","5de"),exact:!0},{path:"/showcase",component:g("/showcase","d2d"),exact:!0},{path:"/tests",component:g("/tests","8c7"),exact:!0},{path:"/tests/blog",component:g("/tests/blog","9a1"),exact:!0},{path:"/tests/blog/2020/08/03/demo/second-blog-intro",component:g("/tests/blog/2020/08/03/demo/second-blog-intro","5bf"),exact:!0},{path:"/tests/blog/2021/08/21/blog-post-toc-tests",component:g("/tests/blog/2021/08/21/blog-post-toc-tests","bc5"),exact:!0},{path:"/tests/blog/2021/08/22/no-author",component:g("/tests/blog/2021/08/22/no-author","48c"),exact:!0},{path:"/tests/blog/2021/08/23/multiple-authors",component:g("/tests/blog/2021/08/23/multiple-authors","c29"),exact:!0},{path:"/tests/blog/2021/09/13/dup-title",component:g("/tests/blog/2021/09/13/dup-title","556"),exact:!0},{path:"/tests/blog/2021/10/07/blog-post-mdx-feed-tests",component:g("/tests/blog/2021/10/07/blog-post-mdx-feed-tests","c32"),exact:!0},{path:"/tests/blog/2021/10/08/blog-post-mdx-require-feed-tests",component:g("/tests/blog/2021/10/08/blog-post-mdx-require-feed-tests","004"),exact:!0},{path:"/tests/blog/2021/11/13/dup-title",component:g("/tests/blog/2021/11/13/dup-title","16f"),exact:!0},{path:"/tests/blog/2022/01/20/image-only-authors",component:g("/tests/blog/2022/01/20/image-only-authors","aef"),exact:!0},{path:"/tests/blog/2022/01/21/dup-footnote",component:g("/tests/blog/2022/01/21/dup-footnote","c4c"),exact:!0},{path:"/tests/blog/2022/01/22/dup-footnote",component:g("/tests/blog/2022/01/22/dup-footnote","66b"),exact:!0},{path:"/tests/blog/2022/04/20/dup-footnote",component:g("/tests/blog/2022/04/20/dup-footnote","2c1"),exact:!0},{path:"/tests/blog/2023/07/19/a",component:g("/tests/blog/2023/07/19/a","857"),exact:!0},{path:"/tests/blog/2023/07/19/b",component:g("/tests/blog/2023/07/19/b","f20"),exact:!0},{path:"/tests/blog/2023/08/05",component:g("/tests/blog/2023/08/05","8ca"),exact:!0},{path:"/tests/blog/2024/07/03/dual-author",component:g("/tests/blog/2024/07/03/dual-author","986"),exact:!0},{path:"/tests/blog/2024/07/03/multiple-authors",component:g("/tests/blog/2024/07/03/multiple-authors","755"),exact:!0},{path:"/tests/blog/2024/07/03/single-author",component:g("/tests/blog/2024/07/03/single-author","708"),exact:!0},{path:"/tests/blog/archive",component:g("/tests/blog/archive","e7a"),exact:!0},{path:"/tests/blog/authors",component:g("/tests/blog/authors","6ef"),exact:!0},{path:"/tests/blog/authors/custom/ozaki/permalink",component:g("/tests/blog/authors/custom/ozaki/permalink","feb"),exact:!0},{path:"/tests/blog/authors/slorber",component:g("/tests/blog/authors/slorber","66c"),exact:!0},{path:"/tests/blog/authors/slorber/authors/2",component:g("/tests/blog/authors/slorber/authors/2","5a2"),exact:!0},{path:"/tests/blog/page/2",component:g("/tests/blog/page/2","0b5"),exact:!0},{path:"/tests/blog/page/3",component:g("/tests/blog/page/3","16d"),exact:!0},{path:"/tests/blog/page/4",component:g("/tests/blog/page/4","326"),exact:!0},{path:"/tests/blog/page/5",component:g("/tests/blog/page/5","a12"),exact:!0},{path:"/tests/blog/page/6",component:g("/tests/blog/page/6","067"),exact:!0},{path:"/tests/blog/page/7",component:g("/tests/blog/page/7","a29"),exact:!0},{path:"/tests/blog/tags",component:g("/tests/blog/tags","fc2"),exact:!0},{path:"/tests/blog/tags/blog",component:g("/tests/blog/tags/blog","d4c"),exact:!0},{path:"/tests/blog/tags/blog/page/2",component:g("/tests/blog/tags/blog/page/2","d14"),exact:!0},{path:"/tests/blog/tags/docusaurus",component:g("/tests/blog/tags/docusaurus","278"),exact:!0},{path:"/tests/blog/tags/docusaurus/page/2",component:g("/tests/blog/tags/docusaurus/page/2","16e"),exact:!0},{path:"/tests/blog/tags/long",component:g("/tests/blog/tags/long","8e5"),exact:!0},{path:"/tests/blog/tags/long-long",component:g("/tests/blog/tags/long-long","11a"),exact:!0},{path:"/tests/blog/tags/long-long-long",component:g("/tests/blog/tags/long-long-long","016"),exact:!0},{path:"/tests/blog/tags/long-long-long-long",component:g("/tests/blog/tags/long-long-long-long","24f"),exact:!0},{path:"/tests/blog/tags/long-long-long-long-long",component:g("/tests/blog/tags/long-long-long-long-long","e91"),exact:!0},{path:"/tests/blog/tags/paginated-tag",component:g("/tests/blog/tags/paginated-tag","365"),exact:!0},{path:"/tests/blog/tags/paginated-tag/page/2",component:g("/tests/blog/tags/paginated-tag/page/2","133"),exact:!0},{path:"/tests/blog/tags/paginated-tag/page/3",component:g("/tests/blog/tags/paginated-tag/page/3","c6c"),exact:!0},{path:"/tests/blog/tags/paginated-tag/page/4",component:g("/tests/blog/tags/paginated-tag/page/4","822"),exact:!0},{path:"/tests/blog/tags/unlisted",component:g("/tests/blog/tags/unlisted","8c6"),exact:!0},{path:"/tests/blog/tags/visibility",component:g("/tests/blog/tags/visibility","0b3"),exact:!0},{path:"/tests/blog/unlisted-post",component:g("/tests/blog/unlisted-post","174"),exact:!0},{path:"/tests/blog/x/y/z.html",component:g("/tests/blog/x/y/z.html","b5c"),exact:!0},{path:"/tests/pages",component:g("/tests/pages","095"),exact:!0},{path:"/tests/pages/analytics",component:g("/tests/pages/analytics","8e5"),exact:!0},{path:"/tests/pages/code-block-tests",component:g("/tests/pages/code-block-tests","90f"),exact:!0},{path:"/tests/pages/crashTest",component:g("/tests/pages/crashTest","850"),exact:!0},{path:"/tests/pages/diagrams",component:g("/tests/pages/diagrams","0d3"),exact:!0},{path:"/tests/pages/embeds",component:g("/tests/pages/embeds","44d"),exact:!0},{path:"/tests/pages/error-boundary-tests",component:g("/tests/pages/error-boundary-tests","6c5"),exact:!0},{path:"/tests/pages/head-metadata",component:g("/tests/pages/head-metadata","46a"),exact:!0},{path:"/tests/pages/hydration-tests",component:g("/tests/pages/hydration-tests","711"),exact:!0},{path:"/tests/pages/layout-no-children",component:g("/tests/pages/layout-no-children","bb5"),exact:!0},{path:"/tests/pages/link-tests",component:g("/tests/pages/link-tests","1a8"),exact:!0},{path:"/tests/pages/markdown-tests-md",component:g("/tests/pages/markdown-tests-md","794"),exact:!0},{path:"/tests/pages/markdown-tests-mdx",component:g("/tests/pages/markdown-tests-mdx","589"),exact:!0},{path:"/tests/pages/navbar-dropdown-tests",component:g("/tests/pages/navbar-dropdown-tests","592"),exact:!0},{path:"/tests/pages/page-toc-tests",component:g("/tests/pages/page-toc-tests","610"),exact:!0},{path:"/tests/pages/react-18",component:g("/tests/pages/react-18","39d"),exact:!0},{path:"/tests/pages/seo",component:g("/tests/pages/seo","9d6"),exact:!0},{path:"/tests/pages/tabs-tests",component:g("/tests/pages/tabs-tests","b01"),exact:!0},{path:"/tests/pages/unlisted",component:g("/tests/pages/unlisted","84a"),exact:!0},{path:"/tests/pages/z-index-tests",component:g("/tests/pages/z-index-tests","52b"),exact:!0},{path:"/versions",component:g("/versions","8a8"),exact:!0},{path:"/community",component:g("/community","d27"),routes:[{path:"/community",component:g("/community","dfb"),routes:[{path:"/community",component:g("/community","d51"),routes:[{path:"/community/canary",component:g("/community/canary","8b3"),exact:!0,sidebar:"community"},{path:"/community/contributing",component:g("/community/contributing","d03"),exact:!0,sidebar:"community"},{path:"/community/release-process",component:g("/community/release-process","300"),exact:!0,sidebar:"community"},{path:"/community/resources",component:g("/community/resources","a8d"),exact:!0,sidebar:"community"},{path:"/community/support",component:g("/community/support","090"),exact:!0,sidebar:"community"},{path:"/community/team",component:g("/community/team","340"),exact:!0,sidebar:"community"}]}]}]},{path:"/tests/docs",component:g("/tests/docs","8b0"),routes:[{path:"/tests/docs",component:g("/tests/docs","ada"),routes:[{path:"/tests/docs/tags",component:g("/tests/docs/tags","28f"),exact:!0},{path:"/tests/docs/tags/a",component:g("/tests/docs/tags/a","8fa"),exact:!0},{path:"/tests/docs/tags/b",component:g("/tests/docs/tags/b","a3c"),exact:!0},{path:"/tests/docs/tags/d",component:g("/tests/docs/tags/d","12a"),exact:!0},{path:"/tests/docs/tags/listed",component:g("/tests/docs/tags/listed","287"),exact:!0},{path:"/tests/docs/tags/permalink-for-tag-c",component:g("/tests/docs/tags/permalink-for-tag-c","0c6"),exact:!0},{path:"/tests/docs/tags/permalink-for-tag-e",component:g("/tests/docs/tags/permalink-for-tag-e","812"),exact:!0},{path:"/tests/docs/tags/some-tag",component:g("/tests/docs/tags/some-tag","92f"),exact:!0},{path:"/tests/docs/tags/unlisted",component:g("/tests/docs/tags/unlisted","cfc"),exact:!0},{path:"/tests/docs/tags/visibility",component:g("/tests/docs/tags/visibility","626"),exact:!0},{path:"/tests/docs",component:g("/tests/docs","300"),routes:[{path:"/tests/docs",component:g("/tests/docs","8f1"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/beginner's guide",component:g("/tests/docs/beginner's guide","3da"),exact:!0},{path:"/tests/docs/category-links-generated-index-slug",component:g("/tests/docs/category-links-generated-index-slug","489"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/category/another-category-with-index",component:g("/tests/docs/category/another-category-with-index","3e0"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/category/sidebar-item-description-tests",component:g("/tests/docs/category/sidebar-item-description-tests","83f"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/category/tests",component:g("/tests/docs/category/tests","2d4"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/doc-with-another-sidebar",component:g("/tests/docs/doc-with-another-sidebar","8f3"),exact:!0,sidebar:"anotherSidebar"},{path:"/tests/docs/doc-with-last-update",component:g("/tests/docs/doc-with-last-update","a6c"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/doc-without-sidebar",component:g("/tests/docs/doc-without-sidebar","d9b"),exact:!0},{path:"/tests/docs/dummy.html",component:g("/tests/docs/dummy.html","e3f"),exact:!0,sidebar:"anotherSidebar"},{path:"/tests/docs/folder with space/doc 1",component:g("/tests/docs/folder with space/doc 1","242"),exact:!0},{path:"/tests/docs/folder with space/doc 2",component:g("/tests/docs/folder with space/doc 2","243"),exact:!0},{path:"/tests/docs/more-test",component:g("/tests/docs/more-test","dde"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/standalone",component:g("/tests/docs/standalone","1e3"),exact:!0},{path:"/tests/docs/tests/admonitions",component:g("/tests/docs/tests/admonitions","dfa"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/ascii/\xe6\xf8\xe5",component:g("/tests/docs/tests/ascii/\xe6\xf8\xe5","037"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/ascii/folder/\xe6\xf8\xe5",component:g("/tests/docs/tests/ascii/folder/\xe6\xf8\xe5","393"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/Case-Sentitive-Doc",component:g("/tests/docs/tests/Case-Sentitive-Doc","1cf"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/category-links",component:g("/tests/docs/tests/category-links","94e"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/category-links/custom-index-convention/intro",component:g("/tests/docs/tests/category-links/custom-index-convention/intro","dab"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/category-links/custom-index-convention/sample-doc",component:g("/tests/docs/tests/category-links/custom-index-convention/sample-doc","4b9"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/category-links/no-index-doc",component:g("/tests/docs/tests/category-links/no-index-doc","6d2"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/category-links/no-index-doc/sample-doc",component:g("/tests/docs/tests/category-links/no-index-doc/sample-doc","5d4"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/category-links/no-subdoc",component:g("/tests/docs/tests/category-links/no-subdoc","1d6"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/category-links/regular-category/sample-doc",component:g("/tests/docs/tests/category-links/regular-category/sample-doc","4cd"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/category-links/with-category-name-doc",component:g("/tests/docs/tests/category-links/with-category-name-doc","4f1"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/category-links/with-category-name-doc/sample-doc",component:g("/tests/docs/tests/category-links/with-category-name-doc/sample-doc","d29"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/category-links/with-index-doc",component:g("/tests/docs/tests/category-links/with-index-doc","a60"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/category-links/with-index-doc/sample-doc",component:g("/tests/docs/tests/category-links/with-index-doc/sample-doc","cd1"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/category-links/with-readme-doc",component:g("/tests/docs/tests/category-links/with-readme-doc","145"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/category-links/with-readme-doc/sample-doc",component:g("/tests/docs/tests/category-links/with-readme-doc/sample-doc","b0e"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/custom-props",component:g("/tests/docs/tests/custom-props","c6a"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/custom-props/doc-with-custom-props",component:g("/tests/docs/tests/custom-props/doc-with-custom-props","a06"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/custom-props/doc-without-custom-props",component:g("/tests/docs/tests/custom-props/doc-without-custom-props","9d5"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/img-tests",component:g("/tests/docs/tests/img-tests","82a"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/import-bad-package",component:g("/tests/docs/tests/import-bad-package","6aa"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/links/broken-anchors-tests",component:g("/tests/docs/tests/links/broken-anchors-tests","787"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/links/target-doc-slug",component:g("/tests/docs/tests/links/target-doc-slug","db3"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/links/test-markdown-links",component:g("/tests/docs/tests/links/test-markdown-links","82c"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/toc-partials",component:g("/tests/docs/tests/toc-partials","119"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/visibility",component:g("/tests/docs/tests/visibility","ee0"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/visibility/force-unlisted",component:g("/tests/docs/tests/visibility/force-unlisted","187"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/visibility/only-unlisteds/unlisted-subcategory",component:g("/tests/docs/tests/visibility/only-unlisteds/unlisted-subcategory","d89"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/visibility/only-unlisteds/unlisted-subcategory/unlisted3",component:g("/tests/docs/tests/visibility/only-unlisteds/unlisted-subcategory/unlisted3","d90"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/visibility/only-unlisteds/unlisted1",component:g("/tests/docs/tests/visibility/only-unlisteds/unlisted1","562"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/visibility/only-unlisteds/unlisted2",component:g("/tests/docs/tests/visibility/only-unlisteds/unlisted2","af9"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/visibility/some-drafts/draft-subcategory/listed1",component:g("/tests/docs/tests/visibility/some-drafts/draft-subcategory/listed1","d4c"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/visibility/some-unlisteds/unlisted-subcategory",component:g("/tests/docs/tests/visibility/some-unlisteds/unlisted-subcategory","db3"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/visibility/some-unlisteds/unlisted-subcategory/listed1",component:g("/tests/docs/tests/visibility/some-unlisteds/unlisted-subcategory/listed1","f9a"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/visibility/some-unlisteds/unlisted-subcategory/unlisted3",component:g("/tests/docs/tests/visibility/some-unlisteds/unlisted-subcategory/unlisted3","0b3"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/visibility/some-unlisteds/unlisted1",component:g("/tests/docs/tests/visibility/some-unlisteds/unlisted1","04e"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/visibility/some-unlisteds/unlisted2",component:g("/tests/docs/tests/visibility/some-unlisteds/unlisted2","623"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/toc/toc-_-_",component:g("/tests/docs/toc/toc-_-_","ebd"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/toc/toc-_-5",component:g("/tests/docs/toc/toc-_-5","031"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/toc/toc-2-2",component:g("/tests/docs/toc/toc-2-2","2bf"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/toc/toc-2-3",component:g("/tests/docs/toc/toc-2-3","609"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/toc/toc-2-4",component:g("/tests/docs/toc/toc-2-4","4e7"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/toc/toc-2-5",component:g("/tests/docs/toc/toc-2-5","1fa"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/toc/toc-3-_",component:g("/tests/docs/toc/toc-3-_","eb5"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/toc/toc-3-5",component:g("/tests/docs/toc/toc-3-5","727"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/toc/toc-4-5",component:g("/tests/docs/toc/toc-4-5","15c"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/toc/toc-5-5",component:g("/tests/docs/toc/toc-5-5","fde"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/toc/toc-test-bad",component:g("/tests/docs/toc/toc-test-bad","64e"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/toc/toc-test-good",component:g("/tests/docs/toc/toc-test-good","5c5"),exact:!0,sidebar:"sidebar"}]}]}]},{path:"/docs",component:g("/docs","8b5"),routes:[{path:"/docs",component:g("/docs","02c"),routes:[{path:"/docs",component:g("/docs","ae6"),routes:[{path:"/docs",component:g("/docs","f63"),exact:!0,sidebar:"docs"},{path:"/docs/advanced",component:g("/docs/advanced","197"),exact:!0,sidebar:"docs"},{path:"/docs/advanced/architecture",component:g("/docs/advanced/architecture","3b9"),exact:!0,sidebar:"docs"},{path:"/docs/advanced/client",component:g("/docs/advanced/client","0a6"),exact:!0,sidebar:"docs"},{path:"/docs/advanced/plugins",component:g("/docs/advanced/plugins","eb1"),exact:!0,sidebar:"docs"},{path:"/docs/advanced/routing",component:g("/docs/advanced/routing","22d"),exact:!0,sidebar:"docs"},{path:"/docs/advanced/ssg",component:g("/docs/advanced/ssg","8ce"),exact:!0,sidebar:"docs"},{path:"/docs/api/docusaurus-config",component:g("/docs/api/docusaurus-config","ef1"),exact:!0,sidebar:"api"},{path:"/docs/api/misc/@docusaurus/eslint-plugin",component:g("/docs/api/misc/@docusaurus/eslint-plugin","7c9"),exact:!0,sidebar:"api"},{path:"/docs/api/misc/@docusaurus/eslint-plugin/no-html-links",component:g("/docs/api/misc/@docusaurus/eslint-plugin/no-html-links","cca"),exact:!0,sidebar:"api"},{path:"/docs/api/misc/@docusaurus/eslint-plugin/no-untranslated-text",component:g("/docs/api/misc/@docusaurus/eslint-plugin/no-untranslated-text","554"),exact:!0,sidebar:"api"},{path:"/docs/api/misc/@docusaurus/eslint-plugin/prefer-docusaurus-heading",component:g("/docs/api/misc/@docusaurus/eslint-plugin/prefer-docusaurus-heading","f60"),exact:!0,sidebar:"api"},{path:"/docs/api/misc/@docusaurus/eslint-plugin/string-literal-i18n-messages",component:g("/docs/api/misc/@docusaurus/eslint-plugin/string-literal-i18n-messages","273"),exact:!0,sidebar:"api"},{path:"/docs/api/misc/@docusaurus/logger",component:g("/docs/api/misc/@docusaurus/logger","051"),exact:!0,sidebar:"api"},{path:"/docs/api/misc/create-docusaurus",component:g("/docs/api/misc/create-docusaurus","007"),exact:!0,sidebar:"api"},{path:"/docs/api/plugin-methods",component:g("/docs/api/plugin-methods","381"),exact:!0,sidebar:"api"},{path:"/docs/api/plugin-methods/extend-infrastructure",component:g("/docs/api/plugin-methods/extend-infrastructure","f19"),exact:!0,sidebar:"api"},{path:"/docs/api/plugin-methods/i18n-lifecycles",component:g("/docs/api/plugin-methods/i18n-lifecycles","456"),exact:!0,sidebar:"api"},{path:"/docs/api/plugin-methods/lifecycle-apis",component:g("/docs/api/plugin-methods/lifecycle-apis","ab2"),exact:!0,sidebar:"api"},{path:"/docs/api/plugin-methods/static-methods",component:g("/docs/api/plugin-methods/static-methods","69d"),exact:!0,sidebar:"api"},{path:"/docs/api/plugins",component:g("/docs/api/plugins","d36"),exact:!0,sidebar:"api"},{path:"/docs/api/plugins/@docusaurus/plugin-client-redirects",component:g("/docs/api/plugins/@docusaurus/plugin-client-redirects","57d"),exact:!0,sidebar:"api"},{path:"/docs/api/plugins/@docusaurus/plugin-content-blog",component:g("/docs/api/plugins/@docusaurus/plugin-content-blog","20b"),exact:!0,sidebar:"api"},{path:"/docs/api/plugins/@docusaurus/plugin-content-docs",component:g("/docs/api/plugins/@docusaurus/plugin-content-docs","14e"),exact:!0,sidebar:"api"},{path:"/docs/api/plugins/@docusaurus/plugin-content-pages",component:g("/docs/api/plugins/@docusaurus/plugin-content-pages","d39"),exact:!0,sidebar:"api"},{path:"/docs/api/plugins/@docusaurus/plugin-debug",component:g("/docs/api/plugins/@docusaurus/plugin-debug","78d"),exact:!0,sidebar:"api"},{path:"/docs/api/plugins/@docusaurus/plugin-google-analytics",component:g("/docs/api/plugins/@docusaurus/plugin-google-analytics","703"),exact:!0,sidebar:"api"},{path:"/docs/api/plugins/@docusaurus/plugin-google-gtag",component:g("/docs/api/plugins/@docusaurus/plugin-google-gtag","b41"),exact:!0,sidebar:"api"},{path:"/docs/api/plugins/@docusaurus/plugin-google-tag-manager",component:g("/docs/api/plugins/@docusaurus/plugin-google-tag-manager","5b2"),exact:!0,sidebar:"api"},{path:"/docs/api/plugins/@docusaurus/plugin-ideal-image",component:g("/docs/api/plugins/@docusaurus/plugin-ideal-image","90b"),exact:!0,sidebar:"api"},{path:"/docs/api/plugins/@docusaurus/plugin-pwa",component:g("/docs/api/plugins/@docusaurus/plugin-pwa","d02"),exact:!0,sidebar:"api"},{path:"/docs/api/plugins/@docusaurus/plugin-rsdoctor",component:g("/docs/api/plugins/@docusaurus/plugin-rsdoctor","e77"),exact:!0,sidebar:"api"},{path:"/docs/api/plugins/@docusaurus/plugin-sitemap",component:g("/docs/api/plugins/@docusaurus/plugin-sitemap","e3e"),exact:!0,sidebar:"api"},{path:"/docs/api/plugins/@docusaurus/plugin-vercel-analytics",component:g("/docs/api/plugins/@docusaurus/plugin-vercel-analytics","812"),exact:!0,sidebar:"api"},{path:"/docs/api/themes",component:g("/docs/api/themes","99c"),exact:!0,sidebar:"api"},{path:"/docs/api/themes/@docusaurus/theme-classic",component:g("/docs/api/themes/@docusaurus/theme-classic","f69"),exact:!0,sidebar:"api"},{path:"/docs/api/themes/@docusaurus/theme-live-codeblock",component:g("/docs/api/themes/@docusaurus/theme-live-codeblock","ab9"),exact:!0,sidebar:"api"},{path:"/docs/api/themes/@docusaurus/theme-mermaid",component:g("/docs/api/themes/@docusaurus/theme-mermaid","76a"),exact:!0,sidebar:"api"},{path:"/docs/api/themes/@docusaurus/theme-search-algolia",component:g("/docs/api/themes/@docusaurus/theme-search-algolia","d49"),exact:!0,sidebar:"api"},{path:"/docs/api/themes/configuration",component:g("/docs/api/themes/configuration","704"),exact:!0,sidebar:"api"},{path:"/docs/blog",component:g("/docs/blog","73c"),exact:!0,sidebar:"docs"},{path:"/docs/browser-support",component:g("/docs/browser-support","101"),exact:!0,sidebar:"docs"},{path:"/docs/category/getting-started",component:g("/docs/category/getting-started","45a"),exact:!0,sidebar:"docs"},{path:"/docs/category/guides",component:g("/docs/category/guides","309"),exact:!0,sidebar:"docs"},{path:"/docs/cli",component:g("/docs/cli","536"),exact:!0,sidebar:"api"},{path:"/docs/configuration",component:g("/docs/configuration","c11"),exact:!0,sidebar:"docs"},{path:"/docs/create-doc",component:g("/docs/create-doc","654"),exact:!0,sidebar:"docs"},{path:"/docs/creating-pages",component:g("/docs/creating-pages","320"),exact:!0,sidebar:"docs"},{path:"/docs/deployment",component:g("/docs/deployment","cc0"),exact:!0,sidebar:"docs"},{path:"/docs/docs-introduction",component:g("/docs/docs-introduction","95f"),exact:!0,sidebar:"docs"},{path:"/docs/docs-multi-instance",component:g("/docs/docs-multi-instance","e41"),exact:!0,sidebar:"docs"},{path:"/docs/docusaurus-core",component:g("/docs/docusaurus-core","4d3"),exact:!0,sidebar:"api"},{path:"/docs/guides/whats-next",component:g("/docs/guides/whats-next","cb9"),exact:!0,sidebar:"docs"},{path:"/docs/i18n/crowdin",component:g("/docs/i18n/crowdin","bb2"),exact:!0,sidebar:"docs"},{path:"/docs/i18n/git",component:g("/docs/i18n/git","aaa"),exact:!0,sidebar:"docs"},{path:"/docs/i18n/introduction",component:g("/docs/i18n/introduction","f71"),exact:!0,sidebar:"docs"},{path:"/docs/i18n/tutorial",component:g("/docs/i18n/tutorial","799"),exact:!0,sidebar:"docs"},{path:"/docs/installation",component:g("/docs/installation","00b"),exact:!0,sidebar:"docs"},{path:"/docs/markdown-features",component:g("/docs/markdown-features","c98"),exact:!0,sidebar:"docs"},{path:"/docs/markdown-features/admonitions",component:g("/docs/markdown-features/admonitions","983"),exact:!0,sidebar:"docs"},{path:"/docs/markdown-features/assets",component:g("/docs/markdown-features/assets","4d0"),exact:!0,sidebar:"docs"},{path:"/docs/markdown-features/code-blocks",component:g("/docs/markdown-features/code-blocks","2d9"),exact:!0,sidebar:"docs"},{path:"/docs/markdown-features/diagrams",component:g("/docs/markdown-features/diagrams","44b"),exact:!0,sidebar:"docs"},{path:"/docs/markdown-features/head-metadata",component:g("/docs/markdown-features/head-metadata","cfb"),exact:!0,sidebar:"docs"},{path:"/docs/markdown-features/links",component:g("/docs/markdown-features/links","07e"),exact:!0,sidebar:"docs"},{path:"/docs/markdown-features/math-equations",component:g("/docs/markdown-features/math-equations","5ad"),exact:!0,sidebar:"docs"},{path:"/docs/markdown-features/plugins",component:g("/docs/markdown-features/plugins","c17"),exact:!0,sidebar:"docs"},{path:"/docs/markdown-features/react",component:g("/docs/markdown-features/react","a9f"),exact:!0,sidebar:"docs"},{path:"/docs/markdown-features/tabs",component:g("/docs/markdown-features/tabs","ba0"),exact:!0,sidebar:"docs"},{path:"/docs/markdown-features/toc",component:g("/docs/markdown-features/toc","1b9"),exact:!0,sidebar:"docs"},{path:"/docs/migration",component:g("/docs/migration","375"),exact:!0,sidebar:"docs"},{path:"/docs/migration/v2",component:g("/docs/migration/v2","c70"),exact:!0,sidebar:"docs"},{path:"/docs/migration/v2/automated",component:g("/docs/migration/v2/automated","bf7"),exact:!0,sidebar:"docs"},{path:"/docs/migration/v2/manual",component:g("/docs/migration/v2/manual","179"),exact:!0,sidebar:"docs"},{path:"/docs/migration/v2/translated-sites",component:g("/docs/migration/v2/translated-sites","769"),exact:!0,sidebar:"docs"},{path:"/docs/migration/v2/versioned-sites",component:g("/docs/migration/v2/versioned-sites","d9d"),exact:!0,sidebar:"docs"},{path:"/docs/migration/v3",component:g("/docs/migration/v3","372"),exact:!0,sidebar:"docs"},{path:"/docs/playground",component:g("/docs/playground","01c"),exact:!0,sidebar:"docs"},{path:"/docs/search",component:g("/docs/search","abf"),exact:!0,sidebar:"docs"},{path:"/docs/seo",component:g("/docs/seo","d86"),exact:!0,sidebar:"docs"},{path:"/docs/sidebar",component:g("/docs/sidebar","22e"),exact:!0,sidebar:"docs"},{path:"/docs/sidebar/autogenerated",component:g("/docs/sidebar/autogenerated","656"),exact:!0,sidebar:"docs"},{path:"/docs/sidebar/items",component:g("/docs/sidebar/items","dbd"),exact:!0,sidebar:"docs"},{path:"/docs/sidebar/multiple-sidebars",component:g("/docs/sidebar/multiple-sidebars","22b"),exact:!0,sidebar:"docs"},{path:"/docs/static-assets",component:g("/docs/static-assets","407"),exact:!0,sidebar:"docs"},{path:"/docs/styling-layout",component:g("/docs/styling-layout","ab0"),exact:!0,sidebar:"docs"},{path:"/docs/swizzling",component:g("/docs/swizzling","aaf"),exact:!0,sidebar:"docs"},{path:"/docs/typescript-support",component:g("/docs/typescript-support","e69"),exact:!0,sidebar:"docs"},{path:"/docs/using-plugins",component:g("/docs/using-plugins","1d1"),exact:!0,sidebar:"docs"},{path:"/docs/versioning",component:g("/docs/versioning","27a"),exact:!0,sidebar:"docs"}]}]}]},{path:"/",component:g("/","e5f"),exact:!0},{path:"*",component:g("*")}]},20623:function(e,t,n){"use strict";n.r(t),n.d(t,{onRouteDidUpdate:function(){return i},onRouteUpdate:function(){return a}});var r=n(75150);function o(e,t,n){var r,o,a;console.log(e,t.pathname,{location:t,prevLocation:n,heading:null===(r=document.getElementsByTagName("h1")[0])||void 0===r?void 0:r.innerText,title:document.title,description:null===(o=document.querySelector('meta[name="description"]'))||void 0===o?void 0:o.content,htmlClassName:null===(a=document.getElementsByTagName("html")[0])||void 0===a?void 0:a.className})}function a(e){var t=e.location,n=e.previousLocation;if(r.default.customFields.isDeployPreview)return o("onRouteUpdate",t,n),function(){return o("onRouteUpdate cleanup",t,n)}}function i(e){var t=e.location,n=e.previousLocation;r.default.customFields.isDeployPreview&&o("onRouteDidUpdate",t,n)}},16066:function(e,t,n){"use strict";n.r(t);var r=n(46380),o=n(45874);r.Z.canUseDOM&&["theme","docusaurus.announcement.id","docusaurus.announcement.dismiss","docs-preferred-version-default"].forEach(function(e){var t=localStorage.getItem(e);if(null!==t&&o.u){var n="".concat(e).concat(o.u);console.log("Updating storage key [".concat(e," => ").concat(n,"], value=").concat(t)),localStorage.setItem(n,t),localStorage.removeItem(e)}})},98143:function(e,t,n){"use strict";n.d(t,{Z:()=>tI});var r,o,a=n("24246"),i=n("27378"),s=n("90496"),c=n("67490"),l=n("57335"),u=n("3620"),d=n("77827"),p=n("80793"),f="__docusaurus_skipToContent_fallback";function g(e){e.setAttribute("tabindex","-1"),e.focus(),e.removeAttribute("tabindex")}var b=(0,d.I)({id:"theme.common.skipToMainContent",description:"The skip to content label used for accessibility, allowing to rapidly navigate to main content with keyboard tab/enter navigation",message:"Skip to main content"});function h(e){var t,n,r,o,s,c,l=null!==(c=e.children)&&void 0!==c?c:b;var d=(t=(0,i.useRef)(null),n=(0,u.k6)().action,r=(0,i.useCallback)(function(e){e.preventDefault();var t,n=null!==(t=document.querySelector("main:first-of-type"))&&void 0!==t?t:document.getElementById(f);n&&g(n)},[]),(0,p.S)(function(e){var r=e.location;t.current&&!r.hash&&"PUSH"===n&&g(t.current)}),{containerRef:t,onClick:r}),h=d.containerRef,m=d.onClick;return(0,a.jsx)("div",{ref:h,role:"region","aria-label":b,children:(0,a.jsx)("a",(o=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){var r,o,a;r=e,o=t,a=n[t],o in r?Object.defineProperty(r,o,{value:a,enumerable:!0,configurable:!0,writable:!0}):r[o]=a})}return e}({},e),s=(s={href:"#".concat(f),onClick:m,children:l},s),Object.getOwnPropertyDescriptors?Object.defineProperties(o,Object.getOwnPropertyDescriptors(s)):(function(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n.push.apply(n,r)}return n})(Object(s)).forEach(function(e){Object.defineProperty(o,e,Object.getOwnPropertyDescriptor(s,e))}),o))})}var m=n("55951"),y=n("59422");let v="skipToContent_UHvc";function _(){return(0,a.jsx)(h,{className:v})}var x=n("26378"),w=n("49109");function k(e){var t,n,r=e.width,o=e.height,i=e.color,s=e.strokeWidth,c=(e.className,function(e,t){if(null==e)return{};var n,r,o=function(e,t){if(null==e)return{};var n,r,o={},a=Object.keys(e);for(r=0;r<a.length;r++)n=a[r],!(t.indexOf(n)>=0)&&(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r<a.length;r++){if(n=a[r],!(t.indexOf(n)>=0))Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}}return o}(e,["width","height","color","strokeWidth","className"]));return(0,a.jsx)("svg",(t=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){var r,o,a;r=e,o=t,a=n[t],o in r?Object.defineProperty(r,o,{value:a,enumerable:!0,configurable:!0,writable:!0}):r[o]=a})}return e}({viewBox:"0 0 15 15",width:void 0===r?21:r,height:void 0===o?21:o},c),n=(n={children:(0,a.jsx)("g",{stroke:void 0===i?"currentColor":i,strokeWidth:void 0===s?1.2:s,children:(0,a.jsx)("path",{d:"M.75.75l13.5 13.5M14.25.75L.75 14.25"})})},n),Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):(function(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n.push.apply(n,r)}return n})(Object(n)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}),t))}let S="closeButton_nmpN";function O(e){var t,n;return(0,a.jsx)("button",(t=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){var r,o,a;r=e,o=t,a=n[t],o in r?Object.defineProperty(r,o,{value:a,enumerable:!0,configurable:!0,writable:!0}):r[o]=a})}return e}({type:"button","aria-label":(0,d.I)({id:"theme.AnnouncementBar.closeButtonAriaLabel",message:"Close",description:"The ARIA label for close button of announcement bar"})},e),n=(n={className:(0,s.Z)("clean-btn close",S,e.className),children:(0,a.jsx)(k,{width:14,height:14,strokeWidth:3.1})},n),Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):(function(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n.push.apply(n,r)}return n})(Object(n)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}),t))}let j="content_ttnW";function E(e){var t,n,r=(0,x.L)().announcementBar.content;return(0,a.jsx)("div",(t=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){var r,o,a;r=e,o=t,a=n[t],o in r?Object.defineProperty(r,o,{value:a,enumerable:!0,configurable:!0,writable:!0}):r[o]=a})}return e}({},e),n=(n={className:(0,s.Z)(j,e.className),dangerouslySetInnerHTML:{__html:r}},n),Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):(function(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n.push.apply(n,r)}return n})(Object(n)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}),t))}let P={announcementBar:"announcementBar_cTOO",announcementBarPlaceholder:"announcementBarPlaceholder_Lqfg",announcementBarClose:"announcementBarClose_UFLi",announcementBarContent:"announcementBarContent_PjqA"};function C(){var e=(0,x.L)().announcementBar,t=(0,w.n)(),n=t.isActive,r=t.close;if(!n)return null;var o=e.backgroundColor,i=e.textColor,s=e.isCloseable;return(0,a.jsxs)("div",{className:P.announcementBar,style:{backgroundColor:o,color:i},role:"banner",children:[s&&(0,a.jsx)("div",{className:P.announcementBarPlaceholder}),(0,a.jsx)(E,{className:P.announcementBarContent}),s&&(0,a.jsx)(O,{onClick:r,className:P.announcementBarClose})]})}var A=n("3480"),T=n("54947");function I(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}var M=n("50923"),D=n("44160");function N(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function L(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n,r,o=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=o){var a=[],i=!0,s=!1;try{for(o=o.call(e);!(i=(n=o.next()).done)&&(a.push(n.value),!t||a.length!==t);i=!0);}catch(e){s=!0,r=e}finally{try{!i&&null!=o.return&&o.return()}finally{if(s)throw r}}return a}}(e,t)||function(e,t){if(e){if("string"==typeof e)return N(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if("Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n)return Array.from(n);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return N(e,t)}}(e,t)||function(){throw TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}var R=i.createContext(null);function F(e){var t,n,r,o,s,c,l,u=e.children;var d=(t=(0,A.e)(),n=(0,D.HY)(),o=(r=L((0,i.useState)(!1),2))[0],s=r[1],c=null!==n.component,l=(0,M.D9)(c),(0,i.useEffect)(function(){c&&!l&&s(!0)},[c,l]),(0,i.useEffect)(function(){if(!c){s(!1);return}!t.shown&&s(!0)},[t.shown,c]),(0,i.useMemo)(function(){return[o,s]},[o]));return(0,a.jsx)(R.Provider,{value:d,children:u})}function z(){var e=(0,i.useContext)(R);if(!e)throw new M.i6("NavbarSecondaryMenuDisplayProvider");var t=L(e,2),n=t[0],r=t[1],o=(0,i.useCallback)(function(){return r(!1)},[r]),s=(0,D.HY)();return(0,i.useMemo)(function(){return{shown:n,hide:o,content:function(e){if(e.component){var t=e.component;return(0,a.jsx)(t,function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){var r,o,a;r=e,o=t,a=n[t],o in r?Object.defineProperty(r,o,{value:a,enumerable:!0,configurable:!0,writable:!0}):r[o]=a})}return e}({},e.props))}}(s)}},[o,s,n])}function B(e){var t=e.header,n=e.primaryMenu,r=e.secondaryMenu,o=z().shown;return(0,a.jsxs)("div",{className:"navbar-sidebar",children:[t,(0,a.jsxs)("div",{className:(0,s.Z)("navbar-sidebar__items",{"navbar-sidebar__items--show-secondary":o}),children:[(0,a.jsx)("div",{className:"navbar-sidebar__item menu",children:n}),(0,a.jsx)("div",{className:"navbar-sidebar__item menu",children:r})]})]})}var U=n("84299"),$=n("22003");function Z(){return(0,a.jsx)($.Z,{className:"navbar__brand",imageClassName:"navbar__logo",titleClassName:"navbar__title text--truncate"})}function H(){var e=(0,A.e)();return(0,a.jsx)("button",{type:"button","aria-label":(0,d.I)({id:"theme.docs.sidebar.closeSidebarButtonAriaLabel",message:"Close navigation bar",description:"The ARIA label for close button of mobile sidebar"}),className:"clean-btn navbar-sidebar__close",onClick:function(){return e.toggle()},children:(0,a.jsx)(k,{color:"var(--ifm-color-emphasis-600)"})})}function V(){return(0,a.jsxs)("div",{className:"navbar-sidebar__brand",children:[(0,a.jsx)(Z,{}),(0,a.jsx)(U.Z,{className:"margin-right--md"}),(0,a.jsx)(H,{})]})}var q=n("35363"),W=n("83631"),G=n("82095"),K=n("17859"),Y=n("70756");function Q(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){var r,o,a;r=e,o=t,a=n[t],o in r?Object.defineProperty(r,o,{value:a,enumerable:!0,configurable:!0,writable:!0}):r[o]=a})}return e}function X(e){var t=e.activeBasePath,n=e.activeBaseRegex,r=e.to,o=e.href,i=e.label,s=e.html,c=e.isDropdownLink,l=e.prependBaseUrlToHref,u=function(e,t){if(null==e)return{};var n,r,o=function(e,t){if(null==e)return{};var n,r,o={},a=Object.keys(e);for(r=0;r<a.length;r++)n=a[r],!(t.indexOf(n)>=0)&&(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r<a.length;r++){if(n=a[r],!(t.indexOf(n)>=0))Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}}return o}(e,["activeBasePath","activeBaseRegex","to","href","label","html","isDropdownLink","prependBaseUrlToHref"]),d=(0,W.ZP)(r),p=(0,W.ZP)(t),f=(0,W.ZP)(o,{forcePrependBaseUrl:!0}),g=i&&o&&!(0,G.Z)(o),b=s?{dangerouslySetInnerHTML:{__html:s}}:{children:(0,a.jsxs)(a.Fragment,{children:[i,g&&(0,a.jsx)(Y.Z,Q({},c&&{width:12,height:12}))]})};return o?(0,a.jsx)(q.Z,Q({href:l?f:o},u,b)):(0,a.jsx)(q.Z,Q({to:d,isNavLink:!0},(t||n)&&{isActive:function(e,t){return n?(0,K.F)(n,t.pathname):t.pathname.startsWith(p)}},u,b))}function J(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){var r,o,a;r=e,o=t,a=n[t],o in r?Object.defineProperty(r,o,{value:a,enumerable:!0,configurable:!0,writable:!0}):r[o]=a})}return e}function ee(e,t){if(null==e)return{};var n,r,o=function(e,t){if(null==e)return{};var n,r,o={},a=Object.keys(e);for(r=0;r<a.length;r++)n=a[r],!(t.indexOf(n)>=0)&&(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r<a.length;r++){if(n=a[r],!(t.indexOf(n)>=0))Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}}return o}function et(e){var t=e.className,n=e.isDropdownItem,r=void 0!==n&&n,o=ee(e,["className","isDropdownItem"]),i=(0,a.jsx)(X,J({className:(0,s.Z)(r?"dropdown__link":"navbar__item navbar__link",t),isDropdownLink:r},o));return r?(0,a.jsx)("li",{children:i}):i}function en(e){var t=e.className,n=(e.isDropdownItem,ee(e,["className","isDropdownItem"]));return(0,a.jsx)("li",{className:"menu__list-item",children:(0,a.jsx)(X,J({className:(0,s.Z)("menu__link",t)},n))})}function er(e){var t,n,r,o=e.mobile,i=void 0!==o&&o,s=(e.position,ee(e,["mobile","position"]));return(0,a.jsx)(i?en:et,(t=J({},s),n=(n={activeClassName:null!==(r=s.activeClassName)&&void 0!==r?r:i?"menu__link--active":"navbar__link--active"},n),Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):(function(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n.push.apply(n,r)}return n})(Object(n)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}),t))}var eo=n("97812"),ea=n("71208"),ei=n("8156");let es="dropdownNavbarItemMobile_A1en";function ec(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function el(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){var r,o,a;r=e,o=t,a=n[t],o in r?Object.defineProperty(r,o,{value:a,enumerable:!0,configurable:!0,writable:!0}):r[o]=a})}return e}function eu(e,t){return t=null!=t?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):(function(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n.push.apply(n,r)}return n})(Object(t)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}),e}function ed(e,t){if(null==e)return{};var n,r,o=function(e,t){if(null==e)return{};var n,r,o={},a=Object.keys(e);for(r=0;r<a.length;r++)n=a[r],!(t.indexOf(n)>=0)&&(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r<a.length;r++){if(n=a[r],!(t.indexOf(n)>=0))Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}}return o}function ep(e){var t,n,r,o=e.items,c=e.position,l=e.className,u=(e.onClick,ed(e,["items","position","className","onClick"])),d=(0,i.useRef)(null);var p=(t=(0,i.useState)(!1),n=2,function(e){if(Array.isArray(e))return e}(t)||function(e,t){var n,r,o=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=o){var a=[],i=!0,s=!1;try{for(o=o.call(e);!(i=(n=o.next()).done)&&(a.push(n.value),!t||a.length!==t);i=!0);}catch(e){s=!0,r=e}finally{try{!i&&null!=o.return&&o.return()}finally{if(s)throw r}}return a}}(t,2)||function(e,t){if(e){if("string"==typeof e)return ec(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if("Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n)return Array.from(n);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return ec(e,t)}}(t,n)||function(){throw TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()),f=p[0],g=p[1];return(0,i.useEffect)(function(){var e=function(e){if(!(!d.current||d.current.contains(e.target)))g(!1)};return document.addEventListener("mousedown",e),document.addEventListener("touchstart",e),document.addEventListener("focusin",e),function(){document.removeEventListener("mousedown",e),document.removeEventListener("touchstart",e),document.removeEventListener("focusin",e)}},[d]),(0,a.jsxs)("div",{ref:d,className:(0,s.Z)("navbar__item","dropdown","dropdown--hoverable",{"dropdown--right":"right"===c,"dropdown--show":f}),children:[(0,a.jsx)(X,eu(el({"aria-haspopup":"true","aria-expanded":f,role:"button",href:u.to?void 0:"#",className:(0,s.Z)("navbar__link",l)},u),{onClick:u.to?void 0:function(e){return e.preventDefault()},onKeyDown:function(e){"Enter"===e.key&&(e.preventDefault(),g(!f))},children:null!==(r=u.children)&&void 0!==r?r:u.label})),(0,a.jsx)("ul",{className:"dropdown__menu",children:o.map(function(e,t){return(0,i.createElement)(e4,eu(el({isDropdownItem:!0,activeClassName:"dropdown__link--active"},e),{key:t}))})})]})}function ef(e){var t,n,r,o,c=e.items,l=e.className,d=(e.position,e.onClick),p=ed(e,["items","className","position","onClick"]);var f=(t=(0,ei.Z)().siteConfig.baseUrl,(0,u.TH)().pathname.replace(t,"/"));var g=(n=c,r=f,n.some(function(e){var t,n;return t=e,n=r,!!((0,ea.Mg)(t.to,n)||(0,K.F)(t.activeBaseRegex,n)||t.activeBasePath&&n.startsWith(t.activeBasePath))||!1})),b=(0,eo.u)({initialState:function(){return!g}}),h=b.collapsed,m=b.toggleCollapsed,y=b.setCollapsed;return(0,i.useEffect)(function(){g&&y(!g)},[f,g,y]),(0,a.jsxs)("li",{className:(0,s.Z)("menu__list-item",{"menu__list-item--collapsed":h}),children:[(0,a.jsx)(X,eu(el({role:"button",className:(0,s.Z)(es,"menu__link menu__link--sublist menu__link--sublist-caret",l)},p),{onClick:function(e){e.preventDefault(),m()},children:null!==(o=p.children)&&void 0!==o?o:p.label})),(0,a.jsx)(eo.z,{lazy:!0,as:"ul",className:"menu__list",collapsed:h,children:c.map(function(e,t){return(0,i.createElement)(e4,eu(el({mobile:!0,isDropdownItem:!0,onClick:d,activeClassName:"menu__link--active"},e),{key:t}))})})]})}function eg(e){var t=e.mobile,n=ed(e,["mobile"]);return(0,a.jsx)(void 0!==t&&t?ef:ep,el({},n))}var eb=n("82698");function eh(e){var t,n,r=e.width,o=e.height,i=function(e,t){if(null==e)return{};var n,r,o=function(e,t){if(null==e)return{};var n,r,o={},a=Object.keys(e);for(r=0;r<a.length;r++)n=a[r],!(t.indexOf(n)>=0)&&(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r<a.length;r++){if(n=a[r],!(t.indexOf(n)>=0))Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}}return o}(e,["width","height"]);return(0,a.jsx)("svg",(t=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){var r,o,a;r=e,o=t,a=n[t],o in r?Object.defineProperty(r,o,{value:a,enumerable:!0,configurable:!0,writable:!0}):r[o]=a})}return e}({viewBox:"0 0 24 24",width:void 0===r?20:r,height:void 0===o?20:o,"aria-hidden":!0},i),n=(n={children:(0,a.jsx)("path",{fill:"currentColor",d:"M12.87 15.07l-2.54-2.51.03-.03c1.74-1.94 2.98-4.17 3.71-6.53H17V4h-7V2H8v2H1v1.99h11.17C11.5 7.92 10.44 9.75 9 11.35 8.07 10.32 7.3 9.19 6.69 8h-2c.73 1.63 1.73 3.17 2.98 4.56l-5.09 5.02L4 19l5-5 3.11 3.11.76-2.04zM18.5 10h-2L12 22h2l1.12-3h4.75L21 22h2l-4.5-12zm-2.62 7l1.62-4.33L19.12 17h-3.24z"})},n),Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):(function(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n.push.apply(n,r)}return n})(Object(n)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}),t))}let em="iconLanguage_tqOs";function ey(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function ev(e){return function(e){if(Array.isArray(e))return ey(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(e){if("string"==typeof e)return ey(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if("Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n)return Array.from(n);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return ey(e,t)}}(e)||function(){throw TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}var e_=n("31542");function ex(){return i.createElement("svg",{width:"15",height:"15",className:"DocSearch-Control-Key-Icon"},i.createElement("path",{d:"M4.505 4.496h2M5.505 5.496v5M8.216 4.496l.055 5.993M10 7.5c.333.333.5.667.5 1v2M12.326 4.5v5.996M8.384 4.496c1.674 0 2.116 0 2.116 1.5s-.442 1.5-2.116 1.5M3.205 9.303c-.09.448-.277 1.21-1.241 1.203C1 10.5.5 9.513.5 8V7c0-1.57.5-2.5 1.464-2.494.964.006 1.134.598 1.24 1.342M12.553 10.5h1.953",strokeWidth:"1.2",stroke:"currentColor",fill:"none",strokeLinecap:"square"}))}var ew=n("56573"),ek=["translations"];function eS(){return(eS=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}function eO(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}var ej="Ctrl",eE=i.forwardRef(function(e,t){var n,r,o=e.translations,a=void 0===o?{}:o,s=function(e,t){if(null==e)return{};var n,r,o=function(e,t){if(null==e)return{};var n,r,o={},a=Object.keys(e);for(r=0;r<a.length;r++)n=a[r],!(t.indexOf(n)>=0)&&(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r<a.length;r++){if(n=a[r],!(t.indexOf(n)>=0))Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}}return o}(e,ek),c=a.buttonText,l=a.buttonAriaLabel;var u=(r=2,function(e){if(Array.isArray(e))return e}(n=(0,i.useState)(null))||function(e,t){var n,r,o=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=o){var a=[],i=!0,s=!1;try{for(o=o.call(e);!(i=(n=o.next()).done)&&(a.push(n.value),!t||a.length!==t);i=!0);}catch(e){s=!0,r=e}finally{try{!i&&null!=o.return&&o.return()}finally{if(s)throw r}}return a}}(n,2)||function(e,t){if(e){if("string"==typeof e)return eO(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if("Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return eO(e,t)}}(n,r)||function(){throw TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()),d=u[0],p=u[1];return(0,i.useEffect)(function(){"undefined"!=typeof navigator&&(/(Mac|iPhone|iPod|iPad)/i.test(navigator.platform)?p("\u2318"):p(ej))},[]),i.createElement("button",eS({type:"button",className:"DocSearch DocSearch-Button","aria-label":void 0===l?"Search":l},s,{ref:t}),i.createElement("span",{className:"DocSearch-Button-Container"},i.createElement(ew.W,null),i.createElement("span",{className:"DocSearch-Button-Placeholder"},void 0===c?"Search":c)),i.createElement("span",{className:"DocSearch-Button-Keys"},null!==d&&i.createElement(i.Fragment,null,i.createElement("kbd",{className:"DocSearch-Button-Key"},d===ej?i.createElement(ex,null):d),i.createElement("kbd",{className:"DocSearch-Button-Key"},"K"))))}),eP=n("53327"),eC=n("65348"),eA=n("19184"),eT=n("81025"),eI=n("58134");function eM(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}var eD={button:{buttonText:(0,d.I)({id:"theme.SearchBar.label",message:"Search",description:"The ARIA label and placeholder for search button"}),buttonAriaLabel:(0,d.I)({id:"theme.SearchBar.label",message:"Search",description:"The ARIA label and placeholder for search button"})},modal:{searchBox:{resetButtonTitle:(0,d.I)({id:"theme.SearchModal.searchBox.resetButtonTitle",message:"Clear the query",description:"The label and ARIA label for search box reset button"}),resetButtonAriaLabel:(0,d.I)({id:"theme.SearchModal.searchBox.resetButtonTitle",message:"Clear the query",description:"The label and ARIA label for search box reset button"}),cancelButtonText:(0,d.I)({id:"theme.SearchModal.searchBox.cancelButtonText",message:"Cancel",description:"The label and ARIA label for search box cancel button"}),cancelButtonAriaLabel:(0,d.I)({id:"theme.SearchModal.searchBox.cancelButtonText",message:"Cancel",description:"The label and ARIA label for search box cancel button"})},startScreen:{recentSearchesTitle:(0,d.I)({id:"theme.SearchModal.startScreen.recentSearchesTitle",message:"Recent",description:"The title for recent searches"}),noRecentSearchesText:(0,d.I)({id:"theme.SearchModal.startScreen.noRecentSearchesText",message:"No recent searches",description:"The text when no recent searches"}),saveRecentSearchButtonTitle:(0,d.I)({id:"theme.SearchModal.startScreen.saveRecentSearchButtonTitle",message:"Save this search",description:"The label for save recent search button"}),removeRecentSearchButtonTitle:(0,d.I)({id:"theme.SearchModal.startScreen.removeRecentSearchButtonTitle",message:"Remove this search from history",description:"The label for remove recent search button"}),favoriteSearchesTitle:(0,d.I)({id:"theme.SearchModal.startScreen.favoriteSearchesTitle",message:"Favorite",description:"The title for favorite searches"}),removeFavoriteSearchButtonTitle:(0,d.I)({id:"theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle",message:"Remove this search from favorites",description:"The label for remove favorite search button"})},errorScreen:{titleText:(0,d.I)({id:"theme.SearchModal.errorScreen.titleText",message:"Unable to fetch results",description:"The title for error screen of search modal"}),helpText:(0,d.I)({id:"theme.SearchModal.errorScreen.helpText",message:"You might want to check your network connection.",description:"The help text for error screen of search modal"})},footer:{selectText:(0,d.I)({id:"theme.SearchModal.footer.selectText",message:"to select",description:"The explanatory text of the action for the enter key"}),selectKeyAriaLabel:(0,d.I)({id:"theme.SearchModal.footer.selectKeyAriaLabel",message:"Enter key",description:"The ARIA label for the Enter key button that makes the selection"}),navigateText:(0,d.I)({id:"theme.SearchModal.footer.navigateText",message:"to navigate",description:"The explanatory text of the action for the Arrow up and Arrow down key"}),navigateUpKeyAriaLabel:(0,d.I)({id:"theme.SearchModal.footer.navigateUpKeyAriaLabel",message:"Arrow up",description:"The ARIA label for the Arrow up key button that makes the navigation"}),navigateDownKeyAriaLabel:(0,d.I)({id:"theme.SearchModal.footer.navigateDownKeyAriaLabel",message:"Arrow down",description:"The ARIA label for the Arrow down key button that makes the navigation"}),closeText:(0,d.I)({id:"theme.SearchModal.footer.closeText",message:"to close",description:"The explanatory text of the action for Escape key"}),closeKeyAriaLabel:(0,d.I)({id:"theme.SearchModal.footer.closeKeyAriaLabel",message:"Escape key",description:"The ARIA label for the Escape key button that close the modal"}),searchByText:(0,d.I)({id:"theme.SearchModal.footer.searchByText",message:"Search by",description:"The text explain that the search is making by Algolia"})},noResultsScreen:{noResultsText:(0,d.I)({id:"theme.SearchModal.noResultsScreen.noResultsText",message:"No results for",description:"The text explains that there are no results for the following search"}),suggestedQueryText:(0,d.I)({id:"theme.SearchModal.noResultsScreen.suggestedQueryText",message:"Try searching for",description:"The text for the suggested query when no results are found for the following search"}),reportMissingResultsText:(0,d.I)({id:"theme.SearchModal.noResultsScreen.reportMissingResultsText",message:"Believe this query should return results?",description:"The text for the question where the user thinks there are missing results"}),reportMissingResultsLinkText:(0,d.I)({id:"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText",message:"Let us know.",description:"The text for the link to report missing results"})}},placeholder:(0,d.I)({id:"theme.SearchModal.placeholder",message:"Search docs",description:"The placeholder of the input of the DocSearch pop-up modal"})};function eN(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function eL(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){var r,o,a;r=e,o=t,a=n[t],o in r?Object.defineProperty(r,o,{value:a,enumerable:!0,configurable:!0,writable:!0}):r[o]=a})}return e}function eR(e,t){return t=null!=t?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):(function(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n.push.apply(n,r)}return n})(Object(t)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}),e}function eF(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n,r,o=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=o){var a=[],i=!0,s=!1;try{for(o=o.call(e);!(i=(n=o.next()).done)&&(a.push(n.value),!t||a.length!==t);i=!0);}catch(e){s=!0,r=e}finally{try{!i&&null!=o.return&&o.return()}finally{if(s)throw r}}return a}}(e,t)||eB(e,t)||function(){throw TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function ez(e){return function(e){if(Array.isArray(e))return eN(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||eB(e)||function(){throw TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function eB(e,t){if(e){if("string"==typeof e)return eN(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if("Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n)return Array.from(n);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return eN(e,t)}}var eU=null;function e$(e){var t=e.hit,n=e.children;return(0,a.jsx)(q.Z,{to:t.url,children:n})}function eZ(e){var t=e.state,n=e.onClose,r=(0,eC.M)();return(0,a.jsx)(q.Z,{to:r(t.query),onClick:n,children:(0,a.jsx)(d.Z,{id:"theme.SearchBar.seeAll",values:{count:t.context.nbHits},children:"See all {count} results"})})}function eH(e){var t,r,o,s,c,l,d,p,f,g,b,h,m,y,v,_=e.contextualSearch,x=e.externalUrlRegex,w=function(e,t){if(null==e)return{};var n,r,o=function(e,t){if(null==e)return{};var n,r,o={},a=Object.keys(e);for(r=0;r<a.length;r++)n=a[r],!(t.indexOf(n)>=0)&&(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r<a.length;r++){if(n=a[r],!(t.indexOf(n)>=0))Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}}return o}(e,["contextualSearch","externalUrlRegex"]),k=(0,ei.Z)().siteMetadata,S=(0,eA.l)();var O=(t=(0,ei.Z)().i18n.currentLocale,s=(r=(0,eI.z)(),[eT.H].concat(function(e){if(Array.isArray(e))return eM(e)}(o=r)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(o)||function(e,t){if(e){if("string"==typeof e)return eM(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if("Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n)return Array.from(n);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return eM(e,t)}}(o)||function(){throw TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}())).map(function(e){return"docusaurus_tag:".concat(e)}),["language:".concat(t),s]),j=null!==(v=null===(y=w.searchParameters)||void 0===y?void 0:y.facetFilters)&&void 0!==v?v:[];var E=_?(c=O,l=j,ez((d=function(e){return"string"==typeof e?[e]:e})(c)).concat(ez(d(l)))):j,P=eR(eL({},w.searchParameters),{facetFilters:E}),C=(0,u.k6)(),A=(0,i.useRef)(null),T=(0,i.useRef)(null),I=eF((0,i.useState)(!1),2),M=I[0],D=I[1],N=eF((0,i.useState)(void 0),2),L=N[0],R=N[1],F=(0,i.useCallback)(function(){return eU?Promise.resolve():Promise.all([n.e("46000").then(n.bind(n,69671)),Promise.all([n.e("86212"),n.e("159")]).then(n.bind(n,89127)),Promise.all([n.e("86212"),n.e("95275")]).then(n.bind(n,15296))]).then(function(e){eU=eF(e,1)[0].DocSearchModal})},[]),z=(0,i.useCallback)(function(){if(!A.current){var e=document.createElement("div");A.current=e,document.body.insertBefore(e,document.body.firstChild)}},[]),B=(0,i.useCallback)(function(){z(),F().then(function(){return D(!0)})},[F,z]),U=(0,i.useCallback)(function(){var e;D(!1),null===(e=T.current)||void 0===e||e.focus()},[]),$=(0,i.useCallback)(function(e){if("f"!==e.key||!e.metaKey&&!e.ctrlKey)e.preventDefault(),R(e.key),B()},[B]),Z=(0,i.useRef)({navigate:function(e){var t=e.itemUrl;(0,K.F)(x,t)?window.location.href=t:C.push(t)}}).current,H=(0,i.useRef)(function(e){return w.transformItems?w.transformItems(e):e.map(function(e){return eR(eL({},e),{url:S(e.url)})})}).current,V=(0,i.useMemo)(function(){return function(e){return(0,a.jsx)(eZ,eR(eL({},e),{onClose:U}))}},[U]),q=(0,i.useCallback)(function(e){return e.addAlgoliaAgent("docusaurus",k.docusaurusVersion),e},[k.docusaurusVersion]);return f=(p={isOpen:M,onOpen:B,onClose:U,onInput:$,searchButtonRef:T}).isOpen,g=p.onOpen,b=p.onClose,h=p.onInput,m=p.searchButtonRef,i.useEffect(function(){function e(e){var t,n,r;if(27===e.keyCode&&f||(null===(t=e.key)||void 0===t?void 0:t.toLowerCase())==="k"&&(e.metaKey||e.ctrlKey)||(r=(n=e.target).tagName,!n.isContentEditable&&"INPUT"!==r&&"SELECT"!==r&&"TEXTAREA"!==r&&"/"===e.key&&!f))e.preventDefault(),f?b():!document.body.classList.contains("DocSearch--active")&&(document.body.classList.contains("DocSearch--active")||g());m&&m.current===document.activeElement&&h&&/[a-zA-Z0-9]/.test(String.fromCharCode(e.keyCode))&&h(e)}return window.addEventListener("keydown",e),function(){window.removeEventListener("keydown",e)}},[f,g,b,h,m]),(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(eP.Z,{children:(0,a.jsx)("link",{rel:"preconnect",href:"https://".concat(w.appId,"-dsn.algolia.net"),crossOrigin:"anonymous"})}),(0,a.jsx)(eE,{onTouchStart:F,onFocus:F,onMouseOver:F,onClick:B,ref:T,translations:eD.button}),M&&eU&&A.current&&(0,e_.createPortal)((0,a.jsx)(eU,eR(eL({onClose:U,initialScrollY:window.scrollY,initialQuery:L,navigator:Z,transformItems:H,hitComponent:e$,transformSearchClient:q},w.searchPagePath&&{resultsFooterComponent:V},w),{searchParameters:P,placeholder:eD.placeholder,translations:eD.modal})),A.current)]})}function eV(){var e=(0,ei.Z)().siteConfig;return(0,a.jsx)(eH,eL({},e.themeConfig.algolia))}let eq="navbarSearchContainer_dDCC";function eW(e){var t=e.children,n=e.className;return(0,a.jsx)("div",{className:(0,s.Z)(n,eq),children:t})}var eG=n("90158"),eK=n("85921"),eY=n("99887");function eQ(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function eX(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){var r,o,a;r=e,o=t,a=n[t],o in r?Object.defineProperty(r,o,{value:a,enumerable:!0,configurable:!0,writable:!0}):r[o]=a})}return e}function eJ(e,t){return t=null!=t?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):(function(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n.push.apply(n,r)}return n})(Object(t)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}),e}function e0(e){return function(e){if(Array.isArray(e))return eQ(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(e){if("string"==typeof e)return eQ(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if("Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n)return Array.from(n);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return eQ(e,t)}}(e)||function(){throw TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function e1(e,t){var n,r;return null!==(n=t.alternateDocVersions[e.name])&&void 0!==n?n:(r=e).docs.find(function(e){return e.id===r.mainDocId})}let e2=(r=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){var r,o,a;r=e,o=t,a=n[t],o in r?Object.defineProperty(r,o,{value:a,enumerable:!0,configurable:!0,writable:!0}):r[o]=a})}return e}({},{default:er,localeDropdown:function(e){var t,n,r=e.mobile,o=e.dropdownItemsBefore,i=e.dropdownItemsAfter,s=e.queryString,c=void 0===s?"":s,l=function(e,t){if(null==e)return{};var n,r,o=function(e,t){if(null==e)return{};var n,r,o={},a=Object.keys(e);for(r=0;r<a.length;r++)n=a[r],!(t.indexOf(n)>=0)&&(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r<a.length;r++){if(n=a[r],!(t.indexOf(n)>=0))Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}}return o}(e,["mobile","dropdownItemsBefore","dropdownItemsAfter","queryString"]),p=(0,ei.Z)().i18n,f=p.currentLocale,g=p.locales,b=p.localeConfigs,h=(0,eb.l)(),m=(0,u.TH)(),y=m.search,v=m.hash,_=g.map(function(e){var t="pathname://".concat(h.createUrl({locale:e,fullyQualified:!1})),n="".concat(t).concat(y).concat(v).concat(c);return{label:b[e].label,lang:b[e].htmlLang,to:n,target:"_self",autoAddBaseUrl:!1,className:e===f?r?"menu__link--active":"dropdown__link--active":""}}),x=ev(o).concat(ev(_),ev(i)),w=r?(0,d.I)({message:"Languages",id:"theme.navbar.mobileLanguageDropdown.label",description:"The label for the mobile language switcher dropdown"}):b[f].label;return(0,a.jsx)(eg,(t=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){var r,o,a;r=e,o=t,a=n[t],o in r?Object.defineProperty(r,o,{value:a,enumerable:!0,configurable:!0,writable:!0}):r[o]=a})}return e}({},l),n=(n={mobile:r,label:(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(eh,{className:em}),w]}),items:x},n),Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):(function(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n.push.apply(n,r)}return n})(Object(n)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}),t))},search:function(e){var t=e.mobile,n=e.className;return t?null:(0,a.jsx)(eW,{className:n,children:(0,a.jsx)(eV,{})})},dropdown:eg,html:function(e){var t=e.value,n=e.className,r=e.mobile,o=void 0!==r&&r,i=e.isDropdownItem,c=void 0!==i&&i;return(0,a.jsx)(c?"li":"div",{className:(0,s.Z)({navbar__item:!o&&!c,"menu__list-item":o},n),dangerouslySetInnerHTML:{__html:t}})},doc:function(e){var t,n,r=e.docId,o=e.label,i=e.docsPluginId,s=function(e,t){if(null==e)return{};var n,r,o=function(e,t){if(null==e)return{};var n,r,o={},a=Object.keys(e);for(r=0;r<a.length;r++)n=a[r],!(t.indexOf(n)>=0)&&(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r<a.length;r++){if(n=a[r],!(t.indexOf(n)>=0))Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}}return o}(e,["docId","label","docsPluginId"]),c=(0,eG.useActiveDocContext)(i).activeDoc,l=(0,eK.vY)(r,i),u=(null==c?void 0:c.path)===(null==l?void 0:l.path);if(null===l||l.unlisted&&!u)return null;return(0,a.jsx)(er,(t=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){var r,o,a;r=e,o=t,a=n[t],o in r?Object.defineProperty(r,o,{value:a,enumerable:!0,configurable:!0,writable:!0}):r[o]=a})}return e}({exact:!0},s),n=(n={isActive:function(){return u||!!(null==c?void 0:c.sidebar)&&c.sidebar===l.sidebar},label:null!=o?o:l.id,to:l.path},n),Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):(function(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n.push.apply(n,r)}return n})(Object(n)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}),t))},docSidebar:function(e){var t,n,r=e.sidebarId,o=e.label,i=e.docsPluginId,s=function(e,t){if(null==e)return{};var n,r,o=function(e,t){if(null==e)return{};var n,r,o={},a=Object.keys(e);for(r=0;r<a.length;r++)n=a[r],!(t.indexOf(n)>=0)&&(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r<a.length;r++){if(n=a[r],!(t.indexOf(n)>=0))Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}}return o}(e,["sidebarId","label","docsPluginId"]),c=(0,eG.useActiveDocContext)(i).activeDoc,l=(0,eK.oz)(r,i).link;if(!l)throw Error('DocSidebarNavbarItem: Sidebar with ID "'.concat(r,"\" doesn't have anything to be linked to."));return(0,a.jsx)(er,(t=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){var r,o,a;r=e,o=t,a=n[t],o in r?Object.defineProperty(r,o,{value:a,enumerable:!0,configurable:!0,writable:!0}):r[o]=a})}return e}({exact:!0},s),n=(n={isActive:function(){return(null==c?void 0:c.sidebar)===r},label:null!=o?o:l.label,to:l.path},n),Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):(function(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n.push.apply(n,r)}return n})(Object(n)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}),t))},docsVersion:function(e){var t,n,r,o=e.label,i=e.to,s=e.docsPluginId,c=function(e,t){if(null==e)return{};var n,r,o=function(e,t){if(null==e)return{};var n,r,o={},a=Object.keys(e);for(r=0;r<a.length;r++)n=a[r],!(t.indexOf(n)>=0)&&(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r<a.length;r++){if(n=a[r],!(t.indexOf(n)>=0))Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}}return o}(e,["label","to","docsPluginId"]),l=(0,eK.lO)(s)[0],u=null!=o?o:l.label;var d=null!=i?i:(t=l).docs.find(function(e){return e.id===t.mainDocId}).path;return(0,a.jsx)(er,(n=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){var r,o,a;r=e,o=t,a=n[t],o in r?Object.defineProperty(r,o,{value:a,enumerable:!0,configurable:!0,writable:!0}):r[o]=a})}return e}({},c),r=(r={label:u,to:d},r),Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(r)):(function(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n.push.apply(n,r)}return n})(Object(r)).forEach(function(e){Object.defineProperty(n,e,Object.getOwnPropertyDescriptor(r,e))}),n))},docsVersionDropdown:function(e){var t=e.mobile,n=e.docsPluginId,r=e.dropdownActiveClassDisabled,o=e.dropdownItemsBefore,i=e.dropdownItemsAfter,s=function(e,t){if(null==e)return{};var n,r,o=function(e,t){if(null==e)return{};var n,r,o={},a=Object.keys(e);for(r=0;r<a.length;r++)n=a[r],!(t.indexOf(n)>=0)&&(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r<a.length;r++){if(n=a[r],!(t.indexOf(n)>=0))Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}}return o}(e,["mobile","docsPluginId","dropdownActiveClassDisabled","dropdownItemsBefore","dropdownItemsAfter"]),c=(0,u.TH)(),l=c.search,p=c.hash,f=(0,eG.useActiveDocContext)(n),g=(0,eG.useVersions)(n),b=(0,eY.J)(n).savePreferredVersionName,h=e0(o).concat(e0(g.map(function(e){var t=e1(e,f);return{label:e.label,to:"".concat(t.path).concat(l).concat(p),isActive:function(){return e===f.activeVersion},onClick:function(){return b(e.name)}}})),e0(i)),m=(0,eK.lO)(n)[0],y=t&&h.length>1?(0,d.I)({id:"theme.navbar.mobileVersionsDropdown.label",message:"Versions",description:"The label for the navbar versions dropdown on mobile view"}):m.label,v=t&&h.length>1?void 0:e1(m,f).path;return h.length<=1?(0,a.jsx)(er,eJ(eX({},s),{mobile:t,label:y,to:v,isActive:r?function(){return!1}:void 0})):(0,a.jsx)(eg,eJ(eX({},s),{mobile:t,label:y,to:v,items:h,isActive:r?function(){return!1}:void 0}))}}),o=(o={"custom-dogfood-navbar-item":function(e){var t=(0,u.TH)().pathname;return"/tests"===t||t.startsWith("/tests/")?(0,a.jsxs)("button",{onClick:function(){alert("I'm a custom navbar item type example")},type:"button",children:[e.content,e.mobile?" (mobile)":""]}):null}},o),Object.getOwnPropertyDescriptors?Object.defineProperties(r,Object.getOwnPropertyDescriptors(o)):(function(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n.push.apply(n,r)}return n})(Object(o)).forEach(function(e){Object.defineProperty(r,e,Object.getOwnPropertyDescriptor(o,e))}),r);function e4(e){var t,n,r=e.type,o=function(e,t){if(null==e)return{};var n,r,o=function(e,t){if(null==e)return{};var n,r,o={},a=Object.keys(e);for(r=0;r<a.length;r++)n=a[r],!(t.indexOf(n)>=0)&&(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r<a.length;r++){if(n=a[r],!(t.indexOf(n)>=0))Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}}return o}(e,["type"]);var i=e2[t=r,n=o,t&&"default"!==t?t:"items"in n?"dropdown":"default"];if(!i)throw Error('No NavbarItem component found for type "'.concat(r,'".'));return(0,a.jsx)(i,function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){var r,o,a;r=e,o=t,a=n[t],o in r?Object.defineProperty(r,o,{value:a,enumerable:!0,configurable:!0,writable:!0}):r[o]=a})}return e}({},o))}function e3(){var e=(0,A.e)(),t=(0,x.L)().navbar.items;return(0,a.jsx)("ul",{className:"menu__list",children:t.map(function(t,n){var r,o;return(0,i.createElement)(e4,(r=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){var r,o,a;r=e,o=t,a=n[t],o in r?Object.defineProperty(r,o,{value:a,enumerable:!0,configurable:!0,writable:!0}):r[o]=a})}return e}({mobile:!0},t),o=(o={onClick:function(){return e.toggle()},key:n},o),Object.getOwnPropertyDescriptors?Object.defineProperties(r,Object.getOwnPropertyDescriptors(o)):(function(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n.push.apply(n,r)}return n})(Object(o)).forEach(function(e){Object.defineProperty(r,e,Object.getOwnPropertyDescriptor(o,e))}),r))})})}function e5(e){var t,n;return(0,a.jsx)("button",(t=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){var r,o,a;r=e,o=t,a=n[t],o in r?Object.defineProperty(r,o,{value:a,enumerable:!0,configurable:!0,writable:!0}):r[o]=a})}return e}({},e),n=(n={type:"button",className:"clean-btn navbar-sidebar__back",children:(0,a.jsx)(d.Z,{id:"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel",description:"The label of the back button to return to main menu, inside the mobile navbar sidebar secondary menu (notably used to display the docs sidebar)",children:"\u2190 Back to main menu"})},n),Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):(function(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n.push.apply(n,r)}return n})(Object(n)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}),t))}function e8(){var e=0===(0,x.L)().navbar.items.length,t=z();return(0,a.jsxs)(a.Fragment,{children:[!e&&(0,a.jsx)(e5,{onClick:function(){return t.hide()}}),t.content]})}function e9(){var e=(0,A.e)();return(!function(){var e=!(arguments.length>0)||void 0===arguments[0]||arguments[0];(0,i.useEffect)(function(){return document.body.style.overflow=e?"hidden":"visible",function(){document.body.style.overflow="visible"}},[e])}(e.shown),e.shouldRender)?(0,a.jsx)(B,{header:(0,a.jsx)(V,{}),primaryMenu:(0,a.jsx)(e3,{}),secondaryMenu:(0,a.jsx)(e8,{})}):null}let e6={navbarHideable:"navbarHideable_uAgx",navbarHidden:"navbarHidden_QgM6"};function e7(e){var t,n;return(0,a.jsx)("div",(t=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){var r,o,a;r=e,o=t,a=n[t],o in r?Object.defineProperty(r,o,{value:a,enumerable:!0,configurable:!0,writable:!0}):r[o]=a})}return e}({role:"presentation"},e),n=(n={className:(0,s.Z)("navbar-sidebar__backdrop",e.className)},n),Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):(function(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n.push.apply(n,r)}return n})(Object(n)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}),t))}function te(e){var t,n,r,o,c,l,u,f,g,b=e.children,h=(0,x.L)().navbar,m=h.hideOnScroll,y=h.style,v=(0,A.e)();var _=(t=m,c=(o=(n=(0,i.useState)(t),r=2,function(e){if(Array.isArray(e))return e}(n)||function(e,t){var n,r,o=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=o){var a=[],i=!0,s=!1;try{for(o=o.call(e);!(i=(n=o.next()).done)&&(a.push(n.value),!t||a.length!==t);i=!0);}catch(e){s=!0,r=e}finally{try{!i&&null!=o.return&&o.return()}finally{if(s)throw r}}return a}}(n,2)||function(e,t){if(e){if("string"==typeof e)return I(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if("Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n)return Array.from(n);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return I(e,t)}}(n,r)||function(){throw TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()))[0],l=o[1],u=(0,i.useRef)(!1),f=(0,i.useRef)(0),g=(0,i.useCallback)(function(e){null!==e&&(f.current=e.getBoundingClientRect().height)},[]),(0,T.RF)(function(e,n){var r=e.scrollY;if(!!t){if(r<f.current){l(!0);return}if(u.current){u.current=!1;return}var o=null==n?void 0:n.scrollY,a=document.documentElement.scrollHeight-f.current,i=window.innerHeight;o&&r>=o?l(!1):r+i<a&&l(!0)}}),(0,p.S)(function(e){if(!!t){var n=e.location.hash;if(n?document.getElementById(n.substring(1)):void 0){u.current=!0,l(!1);return}l(!0)}}),{navbarRef:g,isNavbarVisible:c}),w=_.navbarRef,k=_.isNavbarVisible;return(0,a.jsxs)("nav",{ref:w,"aria-label":(0,d.I)({id:"theme.NavBar.navAriaLabel",message:"Main",description:"The ARIA label for the main navigation"}),className:(0,s.Z)("navbar","navbar--fixed-top",m&&[e6.navbarHideable,!k&&e6.navbarHidden],{"navbar--dark":"dark"===y,"navbar--primary":"primary"===y,"navbar-sidebar--show":v.shown}),children:[b,(0,a.jsx)(e7,{onClick:v.toggle}),(0,a.jsx)(e9,{})]})}var tt=n("85108");function tn(e){var t,n,r=e.width,o=e.height,i=e.className,s=function(e,t){if(null==e)return{};var n,r,o=function(e,t){if(null==e)return{};var n,r,o={},a=Object.keys(e);for(r=0;r<a.length;r++)n=a[r],!(t.indexOf(n)>=0)&&(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r<a.length;r++){if(n=a[r],!(t.indexOf(n)>=0))Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}}return o}(e,["width","height","className"]);return(0,a.jsx)("svg",(t=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){var r,o,a;r=e,o=t,a=n[t],o in r?Object.defineProperty(r,o,{value:a,enumerable:!0,configurable:!0,writable:!0}):r[o]=a})}return e}({className:i,width:void 0===r?30:r,height:void 0===o?30:o,viewBox:"0 0 30 30","aria-hidden":"true"},s),n=(n={children:(0,a.jsx)("path",{stroke:"currentColor",strokeLinecap:"round",strokeMiterlimit:"10",strokeWidth:"2",d:"M4 7h22M4 15h22M4 23h22"})},n),Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):(function(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n.push.apply(n,r)}return n})(Object(n)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}),t))}function tr(){var e=(0,A.e)(),t=e.toggle,n=e.shown;return(0,a.jsx)("button",{onClick:t,"aria-label":(0,d.I)({id:"theme.docs.sidebar.toggleSidebarButtonAriaLabel",message:"Toggle navigation bar",description:"The ARIA label for hamburger menu button of mobile navigation"}),"aria-expanded":n,className:"navbar__toggle clean-btn",type:"button",children:(0,a.jsx)(tn,{})})}let to="colorModeToggle_UolE";function ta(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function ti(e){var t=e.items;return(0,a.jsx)(a.Fragment,{children:t.map(function(e,t){return(0,a.jsx)(tt.QW,{onError:function(t){return Error("A theme navbar item failed to render.\nPlease double-check the following navbar item (themeConfig.navbar.items) of your Docusaurus config:\n".concat(JSON.stringify(e,null,2)),{cause:t})},children:(0,a.jsx)(e4,function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){var r,o,a;r=e,o=t,a=n[t],o in r?Object.defineProperty(r,o,{value:a,enumerable:!0,configurable:!0,writable:!0}):r[o]=a})}return e}({},e))},t)})})}function ts(e){var t=e.left,n=e.right;return(0,a.jsxs)("div",{className:"navbar__inner",children:[(0,a.jsx)("div",{className:"navbar__items",children:t}),(0,a.jsx)("div",{className:"navbar__items navbar__items--right",children:n})]})}function tc(){var e,t,n=(0,A.e)(),r=(0,x.L)().navbar.items;var o=(e=function(e){function t(e){var t;return(null!==(t=e.position)&&void 0!==t?t:"right")==="left"}return[e.filter(t),e.filter(function(e){return!t(e)})]}(r),t=2,function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n,r,o=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=o){var a=[],i=!0,s=!1;try{for(o=o.call(e);!(i=(n=o.next()).done)&&(a.push(n.value),!t||a.length!==t);i=!0);}catch(e){s=!0,r=e}finally{try{!i&&null!=o.return&&o.return()}finally{if(s)throw r}}return a}}(e,2)||function(e,t){if(e){if("string"==typeof e)return ta(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if("Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n)return Array.from(n);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return ta(e,t)}}(e,t)||function(){throw TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()),i=o[0],s=o[1],c=r.find(function(e){return"search"===e.type});return(0,a.jsx)(ts,{left:(0,a.jsxs)(a.Fragment,{children:[!n.disabled&&(0,a.jsx)(tr,{}),(0,a.jsx)(Z,{}),(0,a.jsx)(ti,{items:i})]}),right:(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(ti,{items:s}),(0,a.jsx)(U.Z,{className:to}),!c&&(0,a.jsx)(eW,{children:(0,a.jsx)(eV,{})})]})})}function tl(){return(0,a.jsx)(te,{children:(0,a.jsx)(tc,{})})}function tu(e){var t,n,r=e.item,o=r.to,i=r.href,s=r.label,c=r.prependBaseUrlToHref,l=function(e,t){if(null==e)return{};var n,r,o=function(e,t){if(null==e)return{};var n,r,o={},a=Object.keys(e);for(r=0;r<a.length;r++)n=a[r],!(t.indexOf(n)>=0)&&(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r<a.length;r++){if(n=a[r],!(t.indexOf(n)>=0))Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}}return o}(r,["to","href","label","prependBaseUrlToHref"]),u=(0,W.ZP)(o),d=(0,W.ZP)(i,{forcePrependBaseUrl:!0});return(0,a.jsxs)(q.Z,(t=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){var r,o,a;r=e,o=t,a=n[t],o in r?Object.defineProperty(r,o,{value:a,enumerable:!0,configurable:!0,writable:!0}):r[o]=a})}return e}({className:"footer__link-item"},i?{href:c?d:i}:{to:u},l),n=(n={children:[s,i&&!(0,G.Z)(i)&&(0,a.jsx)(Y.Z,{})]},n),Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):(function(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n.push.apply(n,r)}return n})(Object(n)).forEach(function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}),t))}function td(e){var t,n=e.item;return n.html?(0,a.jsx)("li",{className:"footer__item",dangerouslySetInnerHTML:{__html:n.html}}):(0,a.jsx)("li",{className:"footer__item",children:(0,a.jsx)(tu,{item:n})},null!==(t=n.href)&&void 0!==t?t:n.to)}function tp(e){var t=e.column;return(0,a.jsxs)("div",{className:"col footer__col",children:[(0,a.jsx)("div",{className:"footer__title",children:t.title}),(0,a.jsx)("ul",{className:"footer__items clean-list",children:t.items.map(function(e,t){return(0,a.jsx)(td,{item:e},t)})})]})}function tf(e){var t=e.columns;return(0,a.jsx)("div",{className:"row footer__links",children:t.map(function(e,t){return(0,a.jsx)(tp,{column:e},t)})})}function tg(){return(0,a.jsx)("span",{className:"footer__link-separator",children:"\xb7"})}function tb(e){var t=e.item;return t.html?(0,a.jsx)("span",{className:"footer__link-item",dangerouslySetInnerHTML:{__html:t.html}}):(0,a.jsx)(tu,{item:t})}function th(e){var t=e.links;return(0,a.jsx)("div",{className:"footer__links text--center",children:(0,a.jsx)("div",{className:"footer__links",children:t.map(function(e,n){return(0,a.jsxs)(i.Fragment,{children:[(0,a.jsx)(tb,{item:e}),t.length!==n+1&&(0,a.jsx)(tg,{})]},n)})})})}function tm(e){var t=e.links;return"title"in t[0]?(0,a.jsx)(tf,{columns:t}):(0,a.jsx)(th,{links:t})}var ty=n("83569");let tv={footerLogoLink:"footerLogoLink_CiM_"};function t_(e){var t,n=e.logo,r=(0,W.Cg)().withBaseUrl,o={light:r(n.src),dark:r(null!==(t=n.srcDark)&&void 0!==t?t:n.src)};return(0,a.jsx)(ty.Z,{className:(0,s.Z)("footer__logo",n.className),alt:n.alt,sources:o,width:n.width,height:n.height,style:n.style})}function tx(e){var t=e.logo;return t.href?(0,a.jsx)(q.Z,{href:t.href,className:tv.footerLogoLink,target:t.target,children:(0,a.jsx)(t_,{logo:t})}):(0,a.jsx)(t_,{logo:t})}function tw(e){var t=e.copyright;return(0,a.jsx)("div",{className:"footer__copyright",dangerouslySetInnerHTML:{__html:t}})}function tk(e){var t=e.style,n=e.links,r=e.logo,o=e.copyright;return(0,a.jsx)("footer",{className:(0,s.Z)("footer",{"footer--dark":"dark"===t}),children:(0,a.jsxs)("div",{className:"container container-fluid",children:[n,(r||o)&&(0,a.jsxs)("div",{className:"footer__bottom text--center",children:[r&&(0,a.jsx)("div",{className:"margin-bottom--sm",children:r}),o]})]})})}let tS=i.memo(function(){var e=(0,x.L)().footer;if(!e)return null;var t=e.copyright,n=e.links,r=e.logo,o=e.style;return(0,a.jsx)(tk,{style:o,links:n&&n.length>0&&(0,a.jsx)(tm,{links:n}),logo:r&&(0,a.jsx)(tx,{logo:r}),copyright:t&&(0,a.jsx)(tw,{copyright:t})})});var tO=n("45245"),tj=(0,M.Qc)([tO.S,w.p,T.OC,eY.L5,l.VC,function(e){var t=e.children;return(0,a.jsx)(D.n2,{children:(0,a.jsx)(A.M,{children:(0,a.jsx)(F,{children:t})})})}]);function tE(e){var t=e.children;return(0,a.jsx)(tj,{children:t})}var tP=n("57922");function tC(e){var t=e.error,n=e.tryAgain;return(0,a.jsx)("main",{className:"container margin-vert--xl",children:(0,a.jsx)("div",{className:"row",children:(0,a.jsxs)("div",{className:"col col--6 col--offset-3",children:[(0,a.jsx)(tP.Z,{as:"h1",className:"hero__title",children:(0,a.jsx)(d.Z,{id:"theme.ErrorPageContent.title",description:"The title of the fallback page when the page crashed",children:"This page crashed."})}),(0,a.jsx)("div",{className:"margin-vert--lg",children:(0,a.jsx)(tt.Cw,{onClick:n,className:"button button--primary shadow--lw"})}),(0,a.jsx)("hr",{}),(0,a.jsx)("div",{className:"margin-vert--md",children:(0,a.jsx)(tt.aG,{error:t})})]})})})}let tA="mainWrapper_PEsc";function tT(e){var t=e.children,n=e.noFooter,r=e.wrapperClassName,o=e.title,i=e.description;return(0,y.t)(),(0,a.jsxs)(tE,{children:[(0,a.jsx)(l.d,{title:o,description:i}),(0,a.jsx)(_,{}),(0,a.jsx)(C,{}),(0,a.jsx)(tl,{}),(0,a.jsx)("div",{id:f,className:(0,s.Z)(m.k.wrapper.main,tA,r),children:(0,a.jsx)(c.Z,{fallback:function(e){return(0,a.jsx)(tC,function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){var r,o,a;r=e,o=t,a=n[t],o in r?Object.defineProperty(r,o,{value:a,enumerable:!0,configurable:!0,writable:!0}):r[o]=a})}return e}({},e))},children:t})}),!n&&(0,a.jsx)(tS,{})]})}function tI(e){return(0,a.jsx)(tT,function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){var r,o,a;r=e,o=t,a=n[t],o in r?Object.defineProperty(r,o,{value:a,enumerable:!0,configurable:!0,writable:!0}):r[o]=a})}return e}({},e))}},45822:function(e,t,n){"use strict";n.d(t,{Ax:function(){return p},NT:function(){return i},Nu:function(){return l},Yj:function(){return s},i3:function(){return g},iR:function(){return u},lP:function(){return d},r$:function(){return c},t8:function(){return f}});var r=n(27124),o=n.n(r),a=n(16971),i={"--ifm-color-primary":{adjustment:0,adjustmentInput:"0",displayOrder:3,codeOrder:0},"--ifm-color-primary-dark":{adjustment:.1,adjustmentInput:"10",displayOrder:4,codeOrder:1},"--ifm-color-primary-darker":{adjustment:.15,adjustmentInput:"15",displayOrder:5,codeOrder:2},"--ifm-color-primary-darkest":{adjustment:.3,adjustmentInput:"30",displayOrder:6,codeOrder:3},"--ifm-color-primary-light":{adjustment:-.1,adjustmentInput:"-10",displayOrder:2,codeOrder:4},"--ifm-color-primary-lighter":{adjustment:-.15,adjustmentInput:"-15",displayOrder:1,codeOrder:5},"--ifm-color-primary-lightest":{adjustment:-.3,adjustmentInput:"-30",displayOrder:0,codeOrder:6}},s="#2e8555",c="#25c2a0",l="#ffffff",u="#181920",d=(0,a.WA)("ifm-theme-colors-light",{persistence:"sessionStorage"}),p=(0,a.WA)("ifm-theme-colors-dark",{persistence:"sessionStorage"});function f(e,t){return Object.keys(e).map(function(n){var r,a;return r=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach(function(t){var r,o,a;r=e,o=t,a=n[t],o in r?Object.defineProperty(r,o,{value:a,enumerable:!0,configurable:!0,writable:!0}):r[o]=a})}return e}({},e[n]),a=(a={variableName:n,hex:o()(t).darken(e[n].adjustment).hex()},a),Object.getOwnPropertyDescriptors?Object.defineProperties(r,Object.getOwnPropertyDescriptors(a)):(function(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);n.push.apply(n,r)}return n})(Object(a)).forEach(function(e){Object.defineProperty(r,e,Object.getOwnPropertyDescriptor(a,e))}),r})}function g(e,t){var n=e.shades,r=e.baseColor,o=e.background,a=Array.from(document.styleSheets).find(function(e){var t;return null===(t=e.href)||void 0===t?void 0:t.match(/styles(?:\.[\da-f]+)?\.css/)}),i=Array.from(a.cssRules).findIndex(function(e){return e.selectorText===(t?'[data-theme="dark"]':'[data-theme="light"]')&&Array.from(e.style).includes("--ifm-color-primary")&&e.style.length<10});i>=0&&a.deleteRule(i);var s="".concat(t?'[data-theme="dark"]':'[data-theme="light"]'," {\n ").concat(f(n,r).map(function(e){return" ".concat(e.variableName,": ").concat(e.hex,";")}).join("\n"),"\n --ifm-background-color: ").concat(o,";\n}");a.insertRule(s,a.cssRules.length-1)}},70252:function(e,t,n){"use strict";function r(){return(r=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}).apply(this,arguments)}n.d(t,{Z:function(){return r}})},54652:function(e,t,n){"use strict";function r(e,t){return(r=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e})(e,t)}function o(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,r(e,t)}n.d(t,{Z:()=>o})},97784:function(e,t,n){"use strict";function r(e,t){if(null==e)return{};var n,r,o={},a=Object.keys(e);for(r=0;r<a.length;r++)n=a[r],!(t.indexOf(n)>=0)&&(o[n]=e[n]);return o}n.d(t,{Z:function(){return r}})},90496:function(e,t,n){"use strict";n.d(t,{Z:function(){return r}});let r=function(){for(var e,t,n=0,r="";n<arguments.length;)(e=arguments[n++])&&(t=function e(t){var n,r,o="";if("string"==typeof t||"number"==typeof t)o+=t;else if("object"==typeof t){if(Array.isArray(t))for(n=0;n<t.length;n++)t[n]&&(r=e(t[n]))&&(o&&(o+=" "),o+=r);else for(n in t)t[n]&&(o&&(o+=" "),o+=n)}return o}(e))&&(r&&(r+=" "),r+=t);return r}},7316:function(e,t,n){"use strict";let r,o,a,i,s;n.d(t,{np:function(){return X},p1:function(){return Q},y$:function(){return eR}});var c,l,u,d,p,f,g,b,h,m,y,v,_,x,w,k,S,O,j,E,P,C,A,T,I,M,D=n(27378),N=n(90496),L=Object.create,R=Object.defineProperty,F=Object.defineProperties,z=Object.getOwnPropertyDescriptor,B=Object.getOwnPropertyDescriptors,U=Object.getOwnPropertyNames,$=Object.getOwnPropertySymbols,Z=Object.getPrototypeOf,H=Object.prototype.hasOwnProperty,V=Object.prototype.propertyIsEnumerable,q=(e,t,n)=>t in e?R(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,W=(e,t)=>{for(var n in t||(t={}))H.call(t,n)&&q(e,n,t[n]);if($)for(var n of $(t))V.call(t,n)&&q(e,n,t[n]);return e},G=(e,t)=>F(e,B(t)),K=(e,t)=>{var n={};for(var r in e)H.call(e,r)&&0>t.indexOf(r)&&(n[r]=e[r]);if(null!=e&&$)for(var r of $(e))0>t.indexOf(r)&&V.call(e,r)&&(n[r]=e[r]);return n},Y=(e,t,n,r)=>{if(t&&"object"==typeof t||"function"==typeof t)for(let o of U(t))!H.call(e,o)&&o!==n&&R(e,o,{get:()=>t[o],enumerable:!(r=z(t,o))||r.enumerable});return e};var Q=(s=null!=(a=(r={"../../node_modules/.pnpm/prismjs@1.29.0_patch_hash=vrxx3pzkik6jpmgpayxfjunetu/node_modules/prismjs/prism.js"(e,t){var n=function(){var e=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,t=0,n={},r={util:{encode:function e(t){return t instanceof o?new o(t.type,e(t.content),t.alias):Array.isArray(t)?t.map(e):t.replace(/&/g,"&").replace(/</g,"<").replace(/\u00a0/g," ")},type:function(e){return Object.prototype.toString.call(e).slice(8,-1)},objId:function(e){return e.__id||Object.defineProperty(e,"__id",{value:++t}),e.__id},clone:function e(t,n){var o,a;switch(n=n||{},r.util.type(t)){case"Object":if(n[a=r.util.objId(t)])return n[a];for(var i in o={},n[a]=o,t)t.hasOwnProperty(i)&&(o[i]=e(t[i],n));return o;case"Array":if(n[a=r.util.objId(t)])return n[a];return o=[],n[a]=o,t.forEach(function(t,r){o[r]=e(t,n)}),o;default:return t}},getLanguage:function(t){for(;t;){var n=e.exec(t.className);if(n)return n[1].toLowerCase();t=t.parentElement}return"none"},setLanguage:function(t,n){t.className=t.className.replace(RegExp(e,"gi"),""),t.classList.add("language-"+n)},isActive:function(e,t,n){for(var r="no-"+t;e;){var o=e.classList;if(o.contains(t))return!0;if(o.contains(r))return!1;e=e.parentElement}return!!n}},languages:{plain:n,plaintext:n,text:n,txt:n,extend:function(e,t){var n=r.util.clone(r.languages[e]);for(var o in t)n[o]=t[o];return n},insertBefore:function(e,t,n,o){var a=(o=o||r.languages)[e],i={};for(var s in a)if(a.hasOwnProperty(s)){if(s==t)for(var c in n)n.hasOwnProperty(c)&&(i[c]=n[c]);n.hasOwnProperty(s)||(i[s]=a[s])}var l=o[e];return o[e]=i,r.languages.DFS(r.languages,function(t,n){n===l&&t!=e&&(this[t]=i)}),i},DFS:function e(t,n,o,a){a=a||{};var i=r.util.objId;for(var s in t)if(t.hasOwnProperty(s)){n.call(t,s,t[s],o||s);var c=t[s],l=r.util.type(c);"Object"!==l||a[i(c)]?"Array"!==l||a[i(c)]||(a[i(c)]=!0,e(c,n,s,a)):(a[i(c)]=!0,e(c,n,null,a))}}},plugins:{},highlight:function(e,t,n){var a={code:e,grammar:t,language:n};if(r.hooks.run("before-tokenize",a),!a.grammar)throw Error('The language "'+a.language+'" has no grammar.');return a.tokens=r.tokenize(a.code,a.grammar),r.hooks.run("after-tokenize",a),o.stringify(r.util.encode(a.tokens),a.language)},tokenize:function(e,t){var n=t.rest;if(n){for(var c in n)t[c]=n[c];delete t.rest}var l=new i;return s(l,l.head,e),function e(t,n,i,c,l,u){for(var d in i){if(!!i.hasOwnProperty(d)&&!!i[d]){var p=i[d];p=Array.isArray(p)?p:[p];for(var f=0;f<p.length;++f){if(u&&u.cause==d+","+f)return;var g=p[f],b=g.inside,h=!!g.lookbehind,m=!!g.greedy,y=g.alias;if(m&&!g.pattern.global){var v=g.pattern.toString().match(/[imsuy]*$/)[0];g.pattern=RegExp(g.pattern.source,v+"g")}for(var _=g.pattern||g,x=c.next,w=l;x!==n.tail&&(!u||!(w>=u.reach));w+=x.value.length,x=x.next){;var k,S=x.value;if(n.length>t.length)return;if(!(S instanceof o)){var O=1;if(m){if(!(k=a(_,w,t,h))||k.index>=t.length)break;var j=k.index,E=k.index+k[0].length,P=w;for(P+=x.value.length;j>=P;)P+=(x=x.next).value.length;if(P-=x.value.length,w=P,x.value instanceof o)continue;for(var C=x;C!==n.tail&&(P<E||"string"==typeof C.value);C=C.next)O++,P+=C.value.length;O--,S=t.slice(w,P),k.index-=w}else if(!(k=a(_,0,S,h)))continue;var j=k.index,A=k[0],T=S.slice(0,j),I=S.slice(j+A.length),M=w+S.length;u&&M>u.reach&&(u.reach=M);var D=x.prev;if(T&&(D=s(n,D,T),w+=T.length),function(e,t,n){for(var r=t.next,o=0;o<n&&r!==e.tail;o++)r=r.next;t.next=r,r.prev=t,e.length-=o}(n,D,O),x=s(n,D,new o(d,b?r.tokenize(A,b):A,y,A)),I&&s(n,x,I),O>1){var N={cause:d+","+f,reach:M};e(t,n,i,x.prev,w,N),u&&N.reach>u.reach&&(u.reach=N.reach)}}}}}}}(e,l,t,l.head,0),function(e){for(var t=[],n=e.head.next;n!==e.tail;)t.push(n.value),n=n.next;return t}(l)},hooks:{all:{},add:function(e,t){var n=r.hooks.all;n[e]=n[e]||[],n[e].push(t)},run:function(e,t){var n=r.hooks.all[e];if(!!n&&!!n.length)for(var o,a=0;o=n[a++];)o(t)}},Token:o};function o(e,t,n,r){this.type=e,this.content=t,this.alias=n,this.length=0|(r||"").length}function a(e,t,n,r){e.lastIndex=t;var o=e.exec(n);if(o&&r&&o[1]){var a=o[1].length;o.index+=a,o[0]=o[0].slice(a)}return o}function i(){var e={value:null,prev:null,next:null},t={value:null,prev:e,next:null};e.next=t,this.head=e,this.tail=t,this.length=0}function s(e,t,n){var r=t.next,o={value:n,prev:t,next:r};return t.next=o,r.prev=o,e.length++,o}return o.stringify=function e(t,n){if("string"==typeof t)return t;if(Array.isArray(t)){var o="";return t.forEach(function(t){o+=e(t,n)}),o}var a={type:t.type,content:e(t.content,n),tag:"span",classes:["token",t.type],attributes:{},language:n},i=t.alias;i&&(Array.isArray(i)?Array.prototype.push.apply(a.classes,i):a.classes.push(i)),r.hooks.run("wrap",a);var s="";for(var c in a.attributes)s+=" "+c+'="'+(a.attributes[c]||"").replace(/"/g,""")+'"';return"<"+a.tag+' class="'+a.classes.join(" ")+'"'+s+">"+a.content+"</"+a.tag+">"},r}();t.exports=n,n.default=n}},function(){return o||(0,r[U(r)[0]])((o={exports:{}}).exports,o),o.exports})())?L(Z(a)):{},Y(!i&&a&&a.__esModule?s:R(s,"default",{value:a,enumerable:!0}),a));Q.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"},{pattern:/^(\s*)["']|["']$/,lookbehind:!0}]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]},Q.languages.markup.tag.inside["attr-value"].inside.entity=Q.languages.markup.entity,Q.languages.markup.doctype.inside["internal-subset"].inside=Q.languages.markup,Q.hooks.add("wrap",function(e){"entity"===e.type&&(e.attributes.title=e.content.replace(/&/,"&"))}),Object.defineProperty(Q.languages.markup.tag,"addInlined",{value:function(e,t){var n={},n=(n["language-"+t]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:Q.languages[t]},n.cdata=/^<!\[CDATA\[|\]\]>$/i,{"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:n}}),t=(n["language-"+t]={pattern:/[\s\S]+/,inside:Q.languages[t]},{});t[e]={pattern:RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g,function(){return e}),"i"),lookbehind:!0,greedy:!0,inside:n},Q.languages.insertBefore("markup","cdata",t)}}),Object.defineProperty(Q.languages.markup.tag,"addAttribute",{value:function(e,t){Q.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+e+")"+/\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:[t,"language-"+t],inside:Q.languages[t]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}}),Q.languages.html=Q.languages.markup,Q.languages.mathml=Q.languages.markup,Q.languages.svg=Q.languages.markup,Q.languages.xml=Q.languages.extend("markup",{}),Q.languages.ssml=Q.languages.xml,Q.languages.atom=Q.languages.xml,Q.languages.rss=Q.languages.xml,c=Q,l={pattern:/\\[\\(){}[\]^$+*?|.]/,alias:"escape"},d=RegExp((d="(?:[^\\\\-]|"+(u=/\\(?:x[\da-fA-F]{2}|u[\da-fA-F]{4}|u\{[\da-fA-F]+\}|0[0-7]{0,2}|[123][0-7]{2}|c[a-zA-Z]|.)/).source+")")+"-"+d),p={pattern:/(<|')[^<>']+(?=[>']$)/,lookbehind:!0,alias:"variable"},c.languages.regex={"char-class":{pattern:/((?:^|[^\\])(?:\\\\)*)\[(?:[^\\\]]|\\[\s\S])*\]/,lookbehind:!0,inside:{"char-class-negation":{pattern:/(^\[)\^/,lookbehind:!0,alias:"operator"},"char-class-punctuation":{pattern:/^\[|\]$/,alias:"punctuation"},range:{pattern:d,inside:{escape:u,"range-punctuation":{pattern:/-/,alias:"operator"}}},"special-escape":l,"char-set":{pattern:/\\[wsd]|\\p\{[^{}]+\}/i,alias:"class-name"},escape:u}},"special-escape":l,"char-set":{pattern:/\.|\\[wsd]|\\p\{[^{}]+\}/i,alias:"class-name"},backreference:[{pattern:/\\(?![123][0-7]{2})[1-9]/,alias:"keyword"},{pattern:/\\k<[^<>']+>/,alias:"keyword",inside:{"group-name":p}}],anchor:{pattern:/[$^]|\\[ABbGZz]/,alias:"function"},escape:u,group:[{pattern:/\((?:\?(?:<[^<>']+>|'[^<>']+'|[>:]|<?[=!]|[idmnsuxU]+(?:-[idmnsuxU]+)?:?))?/,alias:"punctuation",inside:{"group-name":p}},{pattern:/\)/,alias:"punctuation"}],quantifier:{pattern:/(?:[+*?]|\{\d+(?:,\d*)?\})[?+]?/,alias:"number"},alternation:{pattern:/\|/,alias:"keyword"}},Q.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:/[{}[\];(),.:]/},Q.languages.javascript=Q.languages.extend("clike",{"class-name":[Q.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}|\?\?=?|\?\.?|[~:]/}),Q.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/,Q.languages.insertBefore("javascript","keyword",{regex:{pattern:RegExp(/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)/.source+/\//.source+"(?:"+/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}/.source+"|"+/(?:\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.|\[(?:[^[\]\\\r\n]|\\.)*\])*\])*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}v[dgimyus]{0,7}/.source+")"+/(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/.source),lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:Q.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:Q.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:Q.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:Q.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:Q.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),Q.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:Q.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"}}),Q.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}}),Q.languages.markup&&(Q.languages.markup.tag.addInlined("script","javascript"),Q.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")),Q.languages.js=Q.languages.javascript,Q.languages.actionscript=Q.languages.extend("javascript",{keyword:/\b(?:as|break|case|catch|class|const|default|delete|do|dynamic|each|else|extends|final|finally|for|function|get|if|implements|import|in|include|instanceof|interface|internal|is|namespace|native|new|null|override|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|use|var|void|while|with)\b/,operator:/\+\+|--|(?:[+\-*\/%^]|&&?|\|\|?|<<?|>>?>?|[!=]=?)=?|[~?@]/}),Q.languages.actionscript["class-name"].alias="function",delete Q.languages.actionscript.parameter,delete Q.languages.actionscript["literal-property"],Q.languages.markup&&Q.languages.insertBefore("actionscript","string",{xml:{pattern:/(^|[^.])<\/?\w+(?:\s+[^\s>\/=]+=("|')(?:\\[\s\S]|(?!\2)[^\\])*\2)*\s*\/?>/,lookbehind:!0,inside:Q.languages.markup}}),g=/#(?!\{).+/,b={pattern:/#\{[^}]+\}/,alias:"variable"},(f=Q).languages.coffeescript=f.languages.extend("javascript",{comment:g,string:[{pattern:/'(?:\\[\s\S]|[^\\'])*'/,greedy:!0},{pattern:/"(?:\\[\s\S]|[^\\"])*"/,greedy:!0,inside:{interpolation:b}}],keyword:/\b(?:and|break|by|catch|class|continue|debugger|delete|do|each|else|extend|extends|false|finally|for|if|in|instanceof|is|isnt|let|loop|namespace|new|no|not|null|of|off|on|or|own|return|super|switch|then|this|throw|true|try|typeof|undefined|unless|until|when|while|window|with|yes|yield)\b/,"class-member":{pattern:/@(?!\d)\w+/,alias:"variable"}}),f.languages.insertBefore("coffeescript","comment",{"multiline-comment":{pattern:/###[\s\S]+?###/,alias:"comment"},"block-regex":{pattern:/\/{3}[\s\S]*?\/{3}/,alias:"regex",inside:{comment:g,interpolation:b}}}),f.languages.insertBefore("coffeescript","string",{"inline-javascript":{pattern:/`(?:\\[\s\S]|[^\\`])*`/,inside:{delimiter:{pattern:/^`|`$/,alias:"punctuation"},script:{pattern:/[\s\S]+/,alias:"language-javascript",inside:f.languages.javascript}}},"multiline-string":[{pattern:/'''[\s\S]*?'''/,greedy:!0,alias:"string"},{pattern:/"""[\s\S]*?"""/,greedy:!0,alias:"string",inside:{interpolation:b}}]}),f.languages.insertBefore("coffeescript","keyword",{property:/(?!\d)\w+(?=\s*:(?!:))/}),delete f.languages.coffeescript["template-string"],f.languages.coffee=f.languages.coffeescript,Object.defineProperty(m=(h=Q).languages.javadoclike={parameter:{pattern:/(^[\t ]*(?:\/{3}|\*|\/\*\*)\s*@(?:arg|arguments|param)\s+)\w+/m,lookbehind:!0},keyword:{pattern:/(^[\t ]*(?:\/{3}|\*|\/\*\*)\s*|\{)@[a-z][a-zA-Z-]+\b/m,lookbehind:!0},punctuation:/[{}]/},"addSupport",{value:function(e,t){(e="string"==typeof e?[e]:e).forEach(function(e){var n=function(e){e.inside||(e.inside={}),e.inside.rest=t},r="doc-comment";if(o=h.languages[e]){var o,a=o[r];if((a=a||(o=h.languages.insertBefore(e,"comment",{"doc-comment":{pattern:/(^|[^\\])\/\*\*[^/][\s\S]*?(?:\*\/|$)/,lookbehind:!0,alias:"comment"}}))[r])instanceof RegExp&&(a=o[r]={pattern:a}),Array.isArray(a))for(var i=0,s=a.length;i<s;i++)a[i]instanceof RegExp&&(a[i]={pattern:a[i]}),n(a[i]);else n(a)}})}}),m.addSupport(["java","javascript","php"],m),v=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/,(v=((y=Q).languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:RegExp("@[\\w-](?:"+/[^;{\s"']|\s+(?!\s)/.source+"|"+v.source+")*?"+/(?:;|(?=\s*\{))/.source),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\\((?:"+v.source+"|"+/(?:[^\\\r\n()"']|\\[\s\S])*/.source+")\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+v.source+"$"),alias:"url"}}},selector:{pattern:RegExp("(^|[{}\\s])[^{}\\s](?:[^{};\"'\\s]|\\s+(?![\\s{])|"+v.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:v,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:/[(){};:,]/},y.languages.css.atrule.inside.rest=y.languages.css,y.languages.markup))&&(v.tag.addInlined("style","css"),v.tag.addAttribute("style","css")),function(e){var t=/("|')(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,t=(e.languages.css.selector={pattern:e.languages.css.selector.pattern,lookbehind:!0,inside:t={"pseudo-element":/:(?:after|before|first-letter|first-line|selection)|::[-\w]+/,"pseudo-class":/:[-\w]+/,class:/\.[-\w]+/,id:/#[-\w]+/,attribute:{pattern:RegExp("\\[(?:[^[\\]\"']|"+t.source+")*\\]"),greedy:!0,inside:{punctuation:/^\[|\]$/,"case-sensitivity":{pattern:/(\s)[si]$/i,lookbehind:!0,alias:"keyword"},namespace:{pattern:/^(\s*)(?:(?!\s)[-*\w\xA0-\uFFFF])*\|(?!=)/,lookbehind:!0,inside:{punctuation:/\|$/}},"attr-name":{pattern:/^(\s*)(?:(?!\s)[-\w\xA0-\uFFFF])+/,lookbehind:!0},"attr-value":[t,{pattern:/(=\s*)(?:(?!\s)[-\w\xA0-\uFFFF])+(?=\s*$)/,lookbehind:!0}],operator:/[|~*^$]?=/}},"n-th":[{pattern:/(\(\s*)[+-]?\d*[\dn](?:\s*[+-]\s*\d+)?(?=\s*\))/,lookbehind:!0,inside:{number:/[\dn]+/,operator:/[+-]/}},{pattern:/(\(\s*)(?:even|odd)(?=\s*\))/i,lookbehind:!0}],combinator:/>|\+|~|\|\|/,punctuation:/[(),]/}},e.languages.css.atrule.inside["selector-function-argument"].inside=t,e.languages.insertBefore("css","property",{variable:{pattern:/(^|[^-\w\xA0-\uFFFF])--(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*/i,lookbehind:!0}}),{pattern:/(\b\d+)(?:%|[a-z]+(?![\w-]))/,lookbehind:!0}),n={pattern:/(^|[^\w.-])-?(?:\d+(?:\.\d+)?|\.\d+)/,lookbehind:!0};e.languages.insertBefore("css","function",{operator:{pattern:/(\s)[+\-*\/](?=\s)/,lookbehind:!0},hexcode:{pattern:/\B#[\da-f]{3,8}\b/i,alias:"color"},color:[{pattern:/(^|[^\w-])(?:AliceBlue|AntiqueWhite|Aqua|Aquamarine|Azure|Beige|Bisque|Black|BlanchedAlmond|Blue|BlueViolet|Brown|BurlyWood|CadetBlue|Chartreuse|Chocolate|Coral|CornflowerBlue|Cornsilk|Crimson|Cyan|DarkBlue|DarkCyan|DarkGoldenRod|DarkGr[ae]y|DarkGreen|DarkKhaki|DarkMagenta|DarkOliveGreen|DarkOrange|DarkOrchid|DarkRed|DarkSalmon|DarkSeaGreen|DarkSlateBlue|DarkSlateGr[ae]y|DarkTurquoise|DarkViolet|DeepPink|DeepSkyBlue|DimGr[ae]y|DodgerBlue|FireBrick|FloralWhite|ForestGreen|Fuchsia|Gainsboro|GhostWhite|Gold|GoldenRod|Gr[ae]y|Green|GreenYellow|HoneyDew|HotPink|IndianRed|Indigo|Ivory|Khaki|Lavender|LavenderBlush|LawnGreen|LemonChiffon|LightBlue|LightCoral|LightCyan|LightGoldenRodYellow|LightGr[ae]y|LightGreen|LightPink|LightSalmon|LightSeaGreen|LightSkyBlue|LightSlateGr[ae]y|LightSteelBlue|LightYellow|Lime|LimeGreen|Linen|Magenta|Maroon|MediumAquaMarine|MediumBlue|MediumOrchid|MediumPurple|MediumSeaGreen|MediumSlateBlue|MediumSpringGreen|MediumTurquoise|MediumVioletRed|MidnightBlue|MintCream|MistyRose|Moccasin|NavajoWhite|Navy|OldLace|Olive|OliveDrab|Orange|OrangeRed|Orchid|PaleGoldenRod|PaleGreen|PaleTurquoise|PaleVioletRed|PapayaWhip|PeachPuff|Peru|Pink|Plum|PowderBlue|Purple|RebeccaPurple|Red|RosyBrown|RoyalBlue|SaddleBrown|Salmon|SandyBrown|SeaGreen|SeaShell|Sienna|Silver|SkyBlue|SlateBlue|SlateGr[ae]y|Snow|SpringGreen|SteelBlue|Tan|Teal|Thistle|Tomato|Transparent|Turquoise|Violet|Wheat|White|WhiteSmoke|Yellow|YellowGreen)(?![\w-])/i,lookbehind:!0},{pattern:/\b(?:hsl|rgb)\(\s*\d{1,3}\s*,\s*\d{1,3}%?\s*,\s*\d{1,3}%?\s*\)\B|\b(?:hsl|rgb)a\(\s*\d{1,3}\s*,\s*\d{1,3}%?\s*,\s*\d{1,3}%?\s*,\s*(?:0|0?\.\d+|1)\s*\)\B/i,inside:{unit:t,number:n,function:/[\w-]+(?=\()/,punctuation:/[(),]/}}],entity:/\\[\da-f]{1,8}/i,unit:t,number:n})}(Q),function(e){var t=/[*&][^\s[\]{},]+/,n=/!(?:<[\w\-%#;/?:@&=+$,.!~*'()[\]]+>|(?:[a-zA-Z\d-]*!)?[\w\-%#;/?:@&=+$.~*'()]+)?/,r="(?:"+n.source+"(?:[ ]+"+t.source+")?|"+t.source+"(?:[ ]+"+n.source+")?)",o=/(?:[^\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}),a=/"(?:[^"\\\r\n]|\\.)*"|'(?:[^'\\\r\n]|\\.)*'/.source;function i(e,t){return t=(t||"").replace(/m/g,"")+"m",RegExp(/([:\-,[{]\s*(?:\s<<prop>>[ \t]+)?)(?:<<value>>)(?=[ \t]*(?:$|,|\]|\}|(?:[\r\n]\s*)?#))/.source.replace(/<<prop>>/g,function(){return r}).replace(/<<value>>/g,function(){return e}),t)}e.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 r})),lookbehind:!0,alias:"string"},comment:/#.*/,key:{pattern:RegExp(/((?:^|[:\-,[{\r\n?])[ \t]*(?:<<prop>>[ \t]+)?)<<key>>(?=\s*:\s)/.source.replace(/<<prop>>/g,function(){return r}).replace(/<<key>>/g,function(){return"(?:"+o+"|"+a+")"})),lookbehind:!0,greedy:!0,alias:"atrule"},directive:{pattern:/(^[ \t]*)%.+/m,lookbehind:!0,alias:"important"},datetime:{pattern:i(/\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:i(/false|true/.source,"i"),lookbehind:!0,alias:"important"},null:{pattern:i(/null|~/.source,"i"),lookbehind:!0,alias:"important"},string:{pattern:i(a),lookbehind:!0,greedy:!0},number:{pattern:i(/[+-]?(?:0x[\da-f]+|0o[0-7]+|(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?|\.inf|\.nan)/.source,"i"),lookbehind:!0},tag:n,important:t,punctuation:/---|[:[\]{}\-,|>?]|\.\.\./},e.languages.yml=e.languages.yaml}(Q),function(e){var t=/(?:\\.|[^\\\n\r]|(?:\n|\r\n?)(?![\r\n]))/.source;function n(e){return e=e.replace(/<inner>/g,function(){return t}),RegExp(/((?:^|[^\\])(?:\\{2})*)/.source+"(?:"+e+")")}var r=/(?:\\.|``(?:[^`\r\n]|`(?!`))+``|`[^`\r\n]+`|[^\\|\r\n`])+/.source,o=/\|?__(?:\|__)+\|?(?:(?:\n|\r\n?)|(?![\s\S]))/.source.replace(/__/g,function(){return r}),a=/\|?[ \t]*:?-{3,}:?[ \t]*(?:\|[ \t]*:?-{3,}:?[ \t]*)+\|?(?:\n|\r\n?)/.source,i=(e.languages.markdown=e.languages.extend("markup",{}),e.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:e.languages.yaml}}},blockquote:{pattern:/^>(?:[\t ]*>)*/m,alias:"punctuation"},table:{pattern:RegExp("^"+o+a+"(?:"+o+")*","m"),inside:{"table-data-rows":{pattern:RegExp("^("+o+a+")(?:"+o+")*$"),lookbehind:!0,inside:{"table-data":{pattern:RegExp(r),inside:e.languages.markdown},punctuation:/\|/}},"table-line":{pattern:RegExp("^("+o+")"+a+"$"),lookbehind:!0,inside:{punctuation:/\||:?-{3,}:?/}},"table-header-row":{pattern:RegExp("^"+o+"$"),inside:{"table-header":{pattern:RegExp(r),alias:"important",inside:e.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:n(/\b__(?:(?!_)<inner>|_(?:(?!_)<inner>)+_)+__\b|\*\*(?:(?!\*)<inner>|\*(?:(?!\*)<inner>)+\*)+\*\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^..)[\s\S]+(?=..$)/,lookbehind:!0,inside:{}},punctuation:/\*\*|__/}},italic:{pattern:n(/\b_(?:(?!_)<inner>|__(?:(?!_)<inner>)+__)+_\b|\*(?:(?!\*)<inner>|\*\*(?:(?!\*)<inner>)+\*\*)+\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^.)[\s\S]+(?=.$)/,lookbehind:!0,inside:{}},punctuation:/[*_]/}},strike:{pattern:n(/(~~?)(?:(?!~)<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:n(/!?\[(?:(?!\])<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(t){["url","bold","italic","strike","code-snippet"].forEach(function(n){t!==n&&(e.languages.markdown[t].inside.content.inside[n]=e.languages.markdown[n])})}),e.hooks.add("after-tokenize",function(e){"markdown"!==e.language&&"md"!==e.language||function e(t){if(t&&"string"!=typeof t)for(var n=0,r=t.length;n<r;n++){var o,a=t[n];"code"!==a.type?e(a.content):(o=a.content[1],a=a.content[3],o&&a&&"code-language"===o.type&&"code-block"===a.type&&"string"==typeof o.content&&(o=o.content.replace(/\b#/g,"sharp").replace(/\b\+\+/g,"pp"),o="language-"+(o=(/[a-z][\w-]*/i.exec(o)||[""])[0].toLowerCase()),a.alias?"string"==typeof a.alias?a.alias=[a.alias,o]:a.alias.push(o):a.alias=[o]))}}(e.tokens)}),e.hooks.add("wrap",function(t){if("code-block"===t.type){for(var n,r="",o=0,a=t.classes.length;o<a;o++){var l=t.classes[o],l=/language-(.+)/.exec(l);if(l){r=l[1];break}}var u,d=e.languages[r];d?t.content=e.highlight(n=(n=(n=t.content).replace(i,"")).replace(/&(\w{1,8}|#x?[\da-f]{1,8});/gi,function(e,t){return"#"===(t=t.toLowerCase())[0]?c("x"===t[1]?parseInt(t.slice(2),16):Number(t.slice(1))):s[t]||e}),d,r):r&&"none"!==r&&e.plugins.autoloader&&(u="md-"+new Date().valueOf()+"-"+Math.floor(1e16*Math.random()),t.attributes.id=u,e.plugins.autoloader.loadLanguages(r,function(){var t=document.getElementById(u);t&&(t.innerHTML=e.highlight(t.textContent,e.languages[r],r))}))}}),RegExp(e.languages.markup.tag.pattern.source,"gi")),s={amp:"&",lt:"<",gt:">",quot:'"'},c=String.fromCodePoint||String.fromCharCode;e.languages.md=e.languages.markdown}(Q),Q.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:Q.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+/},Q.hooks.add("after-tokenize",function(e){if("graphql"===e.language)for(var t=e.tokens.filter(function(e){return"string"!=typeof e&&"comment"!==e.type&&"scalar"!==e.type}),n=0;n<t.length;){var r=t[n++];if("keyword"===r.type&&"mutation"===r.content){var o=[];if(d(["definition-mutation","punctuation"])&&"("===function(e){return t[n+e]}(1).content){n+=2;var a=p(/^\($/,/^\)$/);if(-1===a)continue;for(;n<a;n++){var i=function(e){return t[n+e]}(0);"variable"===i.type&&(f(i,"variable-input"),o.push(i.content))}n=a+1}if(d(["punctuation","property-query"])&&"{"===function(e){return t[n+e]}(0).content&&(n++,f(function(e){return t[n+e]}(0),"property-mutation"),0<o.length)){var s=p(/^\{$/,/^\}$/);if(-1!==s)for(var c=n;c<s;c++){var l=t[c];"variable"===l.type&&0<=o.indexOf(l.content)&&f(l,"variable-input")}}}}function u(e){return t[n+e]}function d(e,r){r=r||0;for(var o=0;o<e.length;o++){var a=t[n+(o+r)];if(!a||a.type!==e[o])return}return 1}function p(e,r){for(var o=1,a=n;a<t.length;a++){var i=t[a],s=i.content;if("punctuation"===i.type&&"string"==typeof s){if(e.test(s))o++;else if(r.test(s)&&0==--o)return a}}return -1}function f(e,t){var n=e.alias;n?Array.isArray(n)||(e.alias=n=[n]):e.alias=n=[],n.push(t)}}),Q.languages.sql={comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|(?:--|\/\/|#).*)/,lookbehind:!0},variable:[{pattern:/@(["'`])(?:\\[\s\S]|(?!\1)[^\\])+\1/,greedy:!0},/@[\w.$]+/],string:{pattern:/(^|[^@\\])("|')(?:\\[\s\S]|(?!\2)[^\\]|\2\2)*\2/,greedy:!0,lookbehind:!0},identifier:{pattern:/(^|[^@\\])`(?:\\[\s\S]|[^`\\]|``)*`/,greedy:!0,lookbehind:!0,inside:{punctuation:/^`|`$/}},function:/\b(?:AVG|COUNT|FIRST|FORMAT|LAST|LCASE|LEN|MAX|MID|MIN|MOD|NOW|ROUND|SUM|UCASE)(?=\s*\()/i,keyword:/\b(?:ACTION|ADD|AFTER|ALGORITHM|ALL|ALTER|ANALYZE|ANY|APPLY|AS|ASC|AUTHORIZATION|AUTO_INCREMENT|BACKUP|BDB|BEGIN|BERKELEYDB|BIGINT|BINARY|BIT|BLOB|BOOL|BOOLEAN|BREAK|BROWSE|BTREE|BULK|BY|CALL|CASCADED?|CASE|CHAIN|CHAR(?:ACTER|SET)?|CHECK(?:POINT)?|CLOSE|CLUSTERED|COALESCE|COLLATE|COLUMNS?|COMMENT|COMMIT(?:TED)?|COMPUTE|CONNECT|CONSISTENT|CONSTRAINT|CONTAINS(?:TABLE)?|CONTINUE|CONVERT|CREATE|CROSS|CURRENT(?:_DATE|_TIME|_TIMESTAMP|_USER)?|CURSOR|CYCLE|DATA(?:BASES?)?|DATE(?:TIME)?|DAY|DBCC|DEALLOCATE|DEC|DECIMAL|DECLARE|DEFAULT|DEFINER|DELAYED|DELETE|DELIMITERS?|DENY|DESC|DESCRIBE|DETERMINISTIC|DISABLE|DISCARD|DISK|DISTINCT|DISTINCTROW|DISTRIBUTED|DO|DOUBLE|DROP|DUMMY|DUMP(?:FILE)?|DUPLICATE|ELSE(?:IF)?|ENABLE|ENCLOSED|END|ENGINE|ENUM|ERRLVL|ERRORS|ESCAPED?|EXCEPT|EXEC(?:UTE)?|EXISTS|EXIT|EXPLAIN|EXTENDED|FETCH|FIELDS|FILE|FILLFACTOR|FIRST|FIXED|FLOAT|FOLLOWING|FOR(?: EACH ROW)?|FORCE|FOREIGN|FREETEXT(?:TABLE)?|FROM|FULL|FUNCTION|GEOMETRY(?:COLLECTION)?|GLOBAL|GOTO|GRANT|GROUP|HANDLER|HASH|HAVING|HOLDLOCK|HOUR|IDENTITY(?:COL|_INSERT)?|IF|IGNORE|IMPORT|INDEX|INFILE|INNER|INNODB|INOUT|INSERT|INT|INTEGER|INTERSECT|INTERVAL|INTO|INVOKER|ISOLATION|ITERATE|JOIN|KEYS?|KILL|LANGUAGE|LAST|LEAVE|LEFT|LEVEL|LIMIT|LINENO|LINES|LINESTRING|LOAD|LOCAL|LOCK|LONG(?:BLOB|TEXT)|LOOP|MATCH(?:ED)?|MEDIUM(?:BLOB|INT|TEXT)|MERGE|MIDDLEINT|MINUTE|MODE|MODIFIES|MODIFY|MONTH|MULTI(?:LINESTRING|POINT|POLYGON)|NATIONAL|NATURAL|NCHAR|NEXT|NO|NONCLUSTERED|NULLIF|NUMERIC|OFF?|OFFSETS?|ON|OPEN(?:DATASOURCE|QUERY|ROWSET)?|OPTIMIZE|OPTION(?:ALLY)?|ORDER|OUT(?:ER|FILE)?|OVER|PARTIAL|PARTITION|PERCENT|PIVOT|PLAN|POINT|POLYGON|PRECEDING|PRECISION|PREPARE|PREV|PRIMARY|PRINT|PRIVILEGES|PROC(?:EDURE)?|PUBLIC|PURGE|QUICK|RAISERROR|READS?|REAL|RECONFIGURE|REFERENCES|RELEASE|RENAME|REPEAT(?:ABLE)?|REPLACE|REPLICATION|REQUIRE|RESIGNAL|RESTORE|RESTRICT|RETURN(?:ING|S)?|REVOKE|RIGHT|ROLLBACK|ROUTINE|ROW(?:COUNT|GUIDCOL|S)?|RTREE|RULE|SAVE(?:POINT)?|SCHEMA|SECOND|SELECT|SERIAL(?:IZABLE)?|SESSION(?:_USER)?|SET(?:USER)?|SHARE|SHOW|SHUTDOWN|SIMPLE|SMALLINT|SNAPSHOT|SOME|SONAME|SQL|START(?:ING)?|STATISTICS|STATUS|STRIPED|SYSTEM_USER|TABLES?|TABLESPACE|TEMP(?:ORARY|TABLE)?|TERMINATED|TEXT(?:SIZE)?|THEN|TIME(?:STAMP)?|TINY(?:BLOB|INT|TEXT)|TOP?|TRAN(?:SACTIONS?)?|TRIGGER|TRUNCATE|TSEQUAL|TYPES?|UNBOUNDED|UNCOMMITTED|UNDEFINED|UNION|UNIQUE|UNLOCK|UNPIVOT|UNSIGNED|UPDATE(?:TEXT)?|USAGE|USE|USER|USING|VALUES?|VAR(?:BINARY|CHAR|CHARACTER|YING)|VIEW|WAITFOR|WARNINGS|WHEN|WHERE|WHILE|WITH(?: ROLLUP|IN)?|WORK|WRITE(?:TEXT)?|YEAR)\b/i,boolean:/\b(?:FALSE|NULL|TRUE)\b/i,number:/\b0x[\da-f]+\b|\b\d+(?:\.\d*)?|\B\.\d+\b/i,operator:/[-+*\/=%^~]|&&?|\|\|?|!=?|<(?:=>?|<|>)?|>[>=]?|\b(?:AND|BETWEEN|DIV|ILIKE|IN|IS|LIKE|NOT|OR|REGEXP|RLIKE|SOUNDS LIKE|XOR)\b/i,punctuation:/[;[\]()`,.]/},function(e){var t=e.languages.javascript["template-string"],n=t.pattern.source,r=t.inside.interpolation,o=r.inside["interpolation-punctuation"],a=r.pattern.source;function i(t,r){if(e.languages[t])return{pattern:RegExp("((?:"+r+")\\s*)"+n),lookbehind:!0,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},"embedded-code":{pattern:/[\s\S]+/,alias:t}}}}function s(t,n,r){return t={code:t,grammar:n,language:r},e.hooks.run("before-tokenize",t),t.tokens=e.tokenize(t.code,t.grammar),e.hooks.run("after-tokenize",t),t.tokens}e.languages.javascript["template-string"]=[i("css",/\b(?:styled(?:\([^)]*\))?(?:\s*\.\s*\w+(?:\([^)]*\))*)*|css(?:\s*\.\s*(?:global|resolve))?|createGlobalStyle|keyframes)/.source),i("html",/\bhtml|\.\s*(?:inner|outer)HTML\s*\+?=/.source),i("svg",/\bsvg/.source),i("markdown",/\b(?:markdown|md)/.source),i("graphql",/\b(?:gql|graphql(?:\s*\.\s*experimental)?)/.source),i("sql",/\bsql/.source),t].filter(Boolean);var c={javascript:!0,js:!0,typescript:!0,ts:!0,jsx:!0,tsx:!0};e.hooks.add("after-tokenize",function(t){t.language in c&&function t(n){for(var i=0,c=n.length;i<c;i++){var l,u,d,p=n[i];"string"!=typeof p&&(Array.isArray(l=p.content)?"template-string"===p.type?(p=l[1],3===l.length&&"string"!=typeof p&&"embedded-code"===p.type&&(u=function e(t){return"string"==typeof t?t:Array.isArray(t)?t.map(e).join(""):e(t.content)}(p),p=Array.isArray(p=p.alias)?p[0]:p,d=e.languages[p])&&(l[1]=function(t,n,i){var c=e.tokenize(t,{interpolation:{pattern:RegExp(a),lookbehind:!0}}),l=0,u={},c=s(c.map(function(e){if("string"==typeof e)return e;for(var n,r,e=e.content;-1!==t.indexOf((r=l++,n="___"+i.toUpperCase()+"_"+r+"___")););return u[n]=e,n}).join(""),n,i),d=Object.keys(u);return l=0,function t(n){for(var a=0;a<n.length;a++){if(l>=d.length)return;var i,c,p,f,g,b,h,m=n[a];"string"==typeof m||"string"==typeof m.content?(i=d[l],-1!==(h=(b="string"==typeof m?m:m.content).indexOf(i))&&(++l,c=b.substring(0,h),g=u[i],p=void 0,(f={})["interpolation-punctuation"]=o,3===(f=e.tokenize(g,f)).length&&((p=[1,1]).push.apply(p,s(f[1],e.languages.javascript,"javascript")),f.splice.apply(f,p)),p=new e.Token("interpolation",f,r.alias,g),f=b.substring(h+i.length),g=[],c&&g.push(c),g.push(p),f&&(t(b=[f]),g.push.apply(g,b)),"string"==typeof m?(n.splice.apply(n,[a,1].concat(g)),a+=g.length-1):m.content=g)):Array.isArray(h=m.content)?t(h):t([h])}}(c),new e.Token(i,c,"language-"+i,t)}(u,d,p))):t(l):"string"!=typeof l&&t([l]))}}(t.tokens)})}(Q),(_=Q).languages.typescript=_.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/}),_.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 _.languages.typescript.parameter,delete _.languages.typescript["literal-property"],x=_.languages.extend("typescript",{}),delete x["class-name"],_.languages.typescript["class-name"].inside=x,_.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:x}}}}),_.languages.ts=_.languages.typescript,k=(w=Q).languages.javascript,O="(@(?:arg|argument|param|property)\\s+(?:"+(S=/\{(?:[^{}]|\{(?:[^{}]|\{[^{}]*\})*\})+\}/.source)+"\\s+)?)",w.languages.jsdoc=w.languages.extend("javadoclike",{parameter:{pattern:RegExp(O+/(?:(?!\s)[$\w\xA0-\uFFFF.])+(?=\s|$)/.source),lookbehind:!0,inside:{punctuation:/\./}}}),w.languages.insertBefore("jsdoc","keyword",{"optional-parameter":{pattern:RegExp(O+/\[(?:(?!\s)[$\w\xA0-\uFFFF.])+(?:=[^[\]]+)?\](?=\s|$)/.source),lookbehind:!0,inside:{parameter:{pattern:/(^\[)[$\w\xA0-\uFFFF\.]+/,lookbehind:!0,inside:{punctuation:/\./}},code:{pattern:/(=)[\s\S]*(?=\]$)/,lookbehind:!0,inside:k,alias:"language-javascript"},punctuation:/[=[\]]/}},"class-name":[{pattern:RegExp(/(@(?:augments|class|extends|interface|memberof!?|template|this|typedef)\s+(?:<TYPE>\s+)?)[A-Z]\w*(?:\.[A-Z]\w*)*/.source.replace(/<TYPE>/g,function(){return S})),lookbehind:!0,inside:{punctuation:/\./}},{pattern:RegExp("(@[a-z]+\\s+)"+S),lookbehind:!0,inside:{string:k.string,number:k.number,boolean:k.boolean,keyword:w.languages.typescript.keyword,operator:/=>|\.\.\.|[&|?:*]/,punctuation:/[.,;=<>{}()[\]]/}}],example:{pattern:/(@example\s+(?!\s))(?:[^@\s]|\s+(?!\s))+?(?=\s*(?:\*\s*)?(?:@\w|\*\/))/,lookbehind:!0,inside:{code:{pattern:/^([\t ]*(?:\*\s*)?)\S.*$/m,lookbehind:!0,inside:k,alias:"language-javascript"}}}}),w.languages.javadoclike.addSupport("javascript",w.languages.jsdoc),(j=Q).languages.flow=j.languages.extend("javascript",{}),j.languages.insertBefore("flow","keyword",{type:[{pattern:/\b(?:[Bb]oolean|Function|[Nn]umber|[Ss]tring|[Ss]ymbol|any|mixed|null|void)\b/,alias:"class-name"}]}),j.languages.flow["function-variable"].pattern=/(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=\s*(?:function\b|(?:\([^()]*\)(?:\s*:\s*\w+)?|(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/i,delete j.languages.flow.parameter,j.languages.insertBefore("flow","operator",{"flow-punctuation":{pattern:/\{\||\|\}/,alias:"punctuation"}}),Array.isArray(j.languages.flow.keyword)||(j.languages.flow.keyword=[j.languages.flow.keyword]),j.languages.flow.keyword.unshift({pattern:/(^|[^$]\b)(?:Class|declare|opaque|type)\b(?!\$)/,lookbehind:!0},{pattern:/(^|[^$]\B)\$(?:Diff|Enum|Exact|Keys|ObjMap|PropertyType|Record|Shape|Subtype|Supertype|await)\b(?!\$)/,lookbehind:!0}),Q.languages.n4js=Q.languages.extend("javascript",{keyword:/\b(?:Array|any|boolean|break|case|catch|class|const|constructor|continue|debugger|declare|default|delete|do|else|enum|export|extends|false|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|module|new|null|number|package|private|protected|public|return|set|static|string|super|switch|this|throw|true|try|typeof|var|void|while|with|yield)\b/}),Q.languages.insertBefore("n4js","constant",{annotation:{pattern:/@+\w+/,alias:"operator"}}),Q.languages.n4jsd=Q.languages.n4js,function(e){function t(e,t){return RegExp(e.replace(/<ID>/g,function(){return/(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/.source}),t)}e.languages.insertBefore("javascript","function-variable",{"method-variable":{pattern:RegExp("(\\.\\s*)"+e.languages.javascript["function-variable"].pattern.source),lookbehind:!0,alias:["function-variable","method","function","property-access"]}}),e.languages.insertBefore("javascript","function",{method:{pattern:RegExp("(\\.\\s*)"+e.languages.javascript.function.source),lookbehind:!0,alias:["function","property-access"]}}),e.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"}]}),e.languages.insertBefore("javascript","keyword",{imports:{pattern:t(/(\bimport\b\s*)(?:<ID>(?:\s*,\s*(?:\*\s*as\s+<ID>|\{[^{}]*\}))?|\*\s*as\s+<ID>|\{[^{}]*\})(?=\s*\bfrom\b)/.source),lookbehind:!0,inside:e.languages.javascript},exports:{pattern:t(/(\bexport\b\s*)(?:\*(?:\s*as\s+<ID>)?(?=\s*\bfrom\b)|\{[^{}]*\})/.source),lookbehind:!0,inside:e.languages.javascript}}),e.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"}),e.languages.insertBefore("javascript","operator",{spread:{pattern:/\.{3}/,alias:"operator"},arrow:{pattern:/=>/,alias:"operator"}}),e.languages.insertBefore("javascript","punctuation",{"property-access":{pattern:t(/(\.\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 n=["function","function-variable","method","method-variable","property-access"],r=0;r<n.length;r++){var o=n[r],a=e.languages.javascript[o],o=(a="RegExp"===e.util.type(a)?e.languages.javascript[o]={pattern:a}:a).inside||{};(a.inside=o)["maybe-class-name"]=/^[A-Z][\s\S]*/}}(Q),function(e){var t=e.util.clone(e.languages.javascript),n=/(?:\s|\/\/.*(?!.)|\/\*(?:[^*]|\*(?!\/))\*\/)/.source,r=/(?:\{(?:\{(?:\{[^{}]*\}|[^{}])*\}|[^{}])*\})/.source,o=/(?:\{<S>*\.{3}(?:[^{}]|<BRACES>)*\})/.source;function a(e,t){return RegExp(e=e.replace(/<S>/g,function(){return n}).replace(/<BRACES>/g,function(){return r}).replace(/<SPREAD>/g,function(){return o}),t)}o=a(o).source,e.languages.jsx=e.languages.extend("markup",t),e.languages.jsx.tag.pattern=a(/<\/?(?:[\w.:-]+(?:<S>+(?:[\w.:$-]+(?:=(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s{'"/>=]+|<BRACES>))?|<SPREAD>))*<S>*\/?)?>/.source),e.languages.jsx.tag.inside.tag.pattern=/^<\/?[^\s>\/]*/,e.languages.jsx.tag.inside["attr-value"].pattern=/=(?!\{)(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s'">]+)/,e.languages.jsx.tag.inside.tag.inside["class-name"]=/^[A-Z]\w*(?:\.[A-Z]\w*)*$/,e.languages.jsx.tag.inside.comment=t.comment,e.languages.insertBefore("inside","attr-name",{spread:{pattern:a(/<SPREAD>/.source),inside:e.languages.jsx}},e.languages.jsx.tag),e.languages.insertBefore("inside","special-attr",{script:{pattern:a(/=<BRACES>/.source),alias:"language-javascript",inside:{"script-punctuation":{pattern:/^=(?=\{)/,alias:"punctuation"},rest:e.languages.jsx}}},e.languages.jsx.tag);var i=function(e){return e?"string"==typeof e?e:"string"==typeof e.content?e.content:e.content.map(i).join(""):""};e.hooks.add("after-tokenize",function(t){"jsx"!==t.language&&"tsx"!==t.language||function t(n){for(var r=[],o=0;o<n.length;o++){var a=n[o],s=!1;"string"!=typeof a&&("tag"===a.type&&a.content[0]&&"tag"===a.content[0].type?"</"===a.content[0].content[0].content?0<r.length&&r[r.length-1].tagName===i(a.content[0].content[1])&&r.pop():"/>"!==a.content[a.content.length-1].content&&r.push({tagName:i(a.content[0].content[1]),openedBraces:0}):0<r.length&&"punctuation"===a.type&&"{"===a.content?r[r.length-1].openedBraces++:0<r.length&&0<r[r.length-1].openedBraces&&"punctuation"===a.type&&"}"===a.content?r[r.length-1].openedBraces--:s=!0),(s||"string"==typeof a)&&0<r.length&&0===r[r.length-1].openedBraces&&(s=i(a),o<n.length-1&&("string"==typeof n[o+1]||"plain-text"===n[o+1].type)&&(s+=i(n[o+1]),n.splice(o+1,1)),0<o&&("string"==typeof n[o-1]||"plain-text"===n[o-1].type)&&(s=i(n[o-1])+s,n.splice(o-1,1),o--),n[o]=new e.Token("plain-text",s,null,s)),a.content&&"string"!=typeof a.content&&t(a.content)}}(t.tokens)})}(Q),P=(E=Q).util.clone(E.languages.typescript),(P=(E.languages.tsx=E.languages.extend("jsx",P),delete E.languages.tsx.parameter,delete E.languages.tsx["literal-property"],E.languages.tsx.tag)).pattern=RegExp(/(^|[^\w$]|(?=<\/))/.source+"(?:"+P.pattern.source+")",P.pattern.flags),P.lookbehind=!0,Q.languages.swift={comment:{pattern:/(^|[^\\:])(?:\/\/.*|\/\*(?:[^/*]|\/(?!\*)|\*(?!\/)|\/\*(?:[^*]|\*(?!\/))*\*\/)*\*\/)/,lookbehind:!0,greedy:!0},"string-literal":[{pattern:RegExp(/(^|[^"#])/.source+"(?:"+/"(?:\\(?:\((?:[^()]|\([^()]*\))*\)|\r\n|[^(])|[^\\\r\n"])*"/.source+"|"+/"""(?:\\(?:\((?:[^()]|\([^()]*\))*\)|[^(])|[^\\"]|"(?!""))*"""/.source+")"+/(?!["#])/.source),lookbehind:!0,greedy:!0,inside:{interpolation:{pattern:/(\\\()(?:[^()]|\([^()]*\))*(?=\))/,lookbehind:!0,inside:null},"interpolation-punctuation":{pattern:/^\)|\\\($/,alias:"punctuation"},punctuation:/\\(?=[\r\n])/,string:/[\s\S]+/}},{pattern:RegExp(/(^|[^"#])(#+)/.source+"(?:"+/"(?:\\(?:#+\((?:[^()]|\([^()]*\))*\)|\r\n|[^#])|[^\\\r\n])*?"/.source+"|"+/"""(?:\\(?:#+\((?:[^()]|\([^()]*\))*\)|[^#])|[^\\])*?"""/.source+")\\2"),lookbehind:!0,greedy:!0,inside:{interpolation:{pattern:/(\\#+\()(?:[^()]|\([^()]*\))*(?=\))/,lookbehind:!0,inside:null},"interpolation-punctuation":{pattern:/^\)|\\#+\($/,alias:"punctuation"},string:/[\s\S]+/}}],directive:{pattern:RegExp(/#/.source+"(?:"+/(?:elseif|if)\b/.source+"(?:[ ]*"+/(?:![ \t]*)?(?:\b\w+\b(?:[ \t]*\((?:[^()]|\([^()]*\))*\))?|\((?:[^()]|\([^()]*\))*\))(?:[ \t]*(?:&&|\|\|))?/.source+")+|"+/(?:else|endif)\b/.source+")"),alias:"property",inside:{"directive-name":/^#\w+/,boolean:/\b(?:false|true)\b/,number:/\b\d+(?:\.\d+)*\b/,operator:/!|&&|\|\||[<>]=?/,punctuation:/[(),]/}},literal:{pattern:/#(?:colorLiteral|column|dsohandle|file(?:ID|Literal|Path)?|function|imageLiteral|line)\b/,alias:"constant"},"other-directive":{pattern:/#\w+\b/,alias:"property"},attribute:{pattern:/@\w+/,alias:"atrule"},"function-definition":{pattern:/(\bfunc\s+)\w+/,lookbehind:!0,alias:"function"},label:{pattern:/\b(break|continue)\s+\w+|\b[a-zA-Z_]\w*(?=\s*:\s*(?:for|repeat|while)\b)/,lookbehind:!0,alias:"important"},keyword:/\b(?:Any|Protocol|Self|Type|actor|as|assignment|associatedtype|associativity|async|await|break|case|catch|class|continue|convenience|default|defer|deinit|didSet|do|dynamic|else|enum|extension|fallthrough|fileprivate|final|for|func|get|guard|higherThan|if|import|in|indirect|infix|init|inout|internal|is|isolated|lazy|left|let|lowerThan|mutating|none|nonisolated|nonmutating|open|operator|optional|override|postfix|precedencegroup|prefix|private|protocol|public|repeat|required|rethrows|return|right|safe|self|set|some|static|struct|subscript|super|switch|throw|throws|try|typealias|unowned|unsafe|var|weak|where|while|willSet)\b/,boolean:/\b(?:false|true)\b/,nil:{pattern:/\bnil\b/,alias:"constant"},"short-argument":/\$\d+\b/,omit:{pattern:/\b_\b/,alias:"keyword"},number:/\b(?:[\d_]+(?:\.[\de_]+)?|0x[a-f0-9_]+(?:\.[a-f0-9p_]+)?|0b[01_]+|0o[0-7_]+)\b/i,"class-name":/\b[A-Z](?:[A-Z_\d]*[a-z]\w*)?\b/,function:/\b[a-z_]\w*(?=\s*\()/i,constant:/\b(?:[A-Z_]{2,}|k[A-Z][A-Za-z_]+)\b/,operator:/[-+*/%=!<>&|^~?]+|\.[.\-+*/%=!<>&|^~?]+/,punctuation:/[{}[\]();,.:\\]/},Q.languages.swift["string-literal"].forEach(function(e){e.inside.interpolation.inside=Q.languages.swift}),(C=Q).languages.kotlin=C.languages.extend("clike",{keyword:{pattern:/(^|[^.])\b(?:abstract|actual|annotation|as|break|by|catch|class|companion|const|constructor|continue|crossinline|data|do|dynamic|else|enum|expect|external|final|finally|for|fun|get|if|import|in|infix|init|inline|inner|interface|internal|is|lateinit|noinline|null|object|open|operator|out|override|package|private|protected|public|reified|return|sealed|set|super|suspend|tailrec|this|throw|to|try|typealias|val|var|vararg|when|where|while)\b/,lookbehind:!0},function:[{pattern:/(?:`[^\r\n`]+`|\b\w+)(?=\s*\()/,greedy:!0},{pattern:/(\.)(?:`[^\r\n`]+`|\w+)(?=\s*\{)/,lookbehind:!0,greedy:!0}],number:/\b(?:0[xX][\da-fA-F]+(?:_[\da-fA-F]+)*|0[bB][01]+(?:_[01]+)*|\d+(?:_\d+)*(?:\.\d+(?:_\d+)*)?(?:[eE][+-]?\d+(?:_\d+)*)?[fFL]?)\b/,operator:/\+[+=]?|-[-=>]?|==?=?|!(?:!|==?)?|[\/*%<>]=?|[?:]:?|\.\.|&&|\|\||\b(?:and|inv|or|shl|shr|ushr|xor)\b/}),delete C.languages.kotlin["class-name"],A={"interpolation-punctuation":{pattern:/^\$\{?|\}$/,alias:"punctuation"},expression:{pattern:/[\s\S]+/,inside:C.languages.kotlin}},C.languages.insertBefore("kotlin","string",{"string-literal":[{pattern:/"""(?:[^$]|\$(?:(?!\{)|\{[^{}]*\}))*?"""/,alias:"multiline",inside:{interpolation:{pattern:/\$(?:[a-z_]\w*|\{[^{}]*\})/i,inside:A},string:/[\s\S]+/}},{pattern:/"(?:[^"\\\r\n$]|\\.|\$(?:(?!\{)|\{[^{}]*\}))*"/,alias:"singleline",inside:{interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$(?:[a-z_]\w*|\{[^{}]*\})/i,lookbehind:!0,inside:A},string:/[\s\S]+/}}],char:{pattern:/'(?:[^'\\\r\n]|\\(?:.|u[a-fA-F0-9]{0,4}))'/,greedy:!0}}),delete C.languages.kotlin.string,C.languages.insertBefore("kotlin","keyword",{annotation:{pattern:/\B@(?:\w+:)?(?:[A-Z]\w*|\[[^\]]+\])/,alias:"builtin"}}),C.languages.insertBefore("kotlin","function",{label:{pattern:/\b\w+@|@\w+\b/,alias:"symbol"}}),C.languages.kt=C.languages.kotlin,C.languages.kts=C.languages.kotlin,Q.languages.c=Q.languages.extend("clike",{comment:{pattern:/\/\/(?:[^\r\n\\]|\\(?:\r\n?|\n|(?![\r\n])))*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},string:{pattern:/"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"/,greedy:!0},"class-name":{pattern:/(\b(?:enum|struct)\s+(?:__attribute__\s*\(\([\s\S]*?\)\)\s*)?)\w+|\b[a-z]\w*_t\b/,lookbehind:!0},keyword:/\b(?:_Alignas|_Alignof|_Atomic|_Bool|_Complex|_Generic|_Imaginary|_Noreturn|_Static_assert|_Thread_local|__attribute__|asm|auto|break|case|char|const|continue|default|do|double|else|enum|extern|float|for|goto|if|inline|int|long|register|return|short|signed|sizeof|static|struct|switch|typedef|typeof|union|unsigned|void|volatile|while)\b/,function:/\b[a-z_]\w*(?=\s*\()/i,number:/(?:\b0x(?:[\da-f]+(?:\.[\da-f]*)?|\.[\da-f]+)(?:p[+-]?\d+)?|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?)[ful]{0,4}/i,operator:/>>=?|<<=?|->|([-+&|:])\1|[?:~]|[-+*/%&|^!=<>]=?/}),Q.languages.insertBefore("c","string",{char:{pattern:/'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n]){0,32}'/,greedy:!0}}),Q.languages.insertBefore("c","string",{macro:{pattern:/(^[\t ]*)#\s*[a-z](?:[^\r\n\\/]|\/(?!\*)|\/\*(?:[^*]|\*(?!\/))*\*\/|\\(?:\r\n|[\s\S]))*/im,lookbehind:!0,greedy:!0,alias:"property",inside:{string:[{pattern:/^(#\s*include\s*)<[^>]+>/,lookbehind:!0},Q.languages.c.string],char:Q.languages.c.char,comment:Q.languages.c.comment,"macro-name":[{pattern:/(^#\s*define\s+)\w+\b(?!\()/i,lookbehind:!0},{pattern:/(^#\s*define\s+)\w+\b(?=\()/i,lookbehind:!0,alias:"function"}],directive:{pattern:/^(#\s*)[a-z]+/,lookbehind:!0,alias:"keyword"},"directive-hash":/^#/,punctuation:/##|\\(?=[\r\n])/,expression:{pattern:/\S[\s\S]*/,inside:Q.languages.c}}}}),Q.languages.insertBefore("c","function",{constant:/\b(?:EOF|NULL|SEEK_CUR|SEEK_END|SEEK_SET|__DATE__|__FILE__|__LINE__|__TIMESTAMP__|__TIME__|__func__|stderr|stdin|stdout)\b/}),delete Q.languages.c.boolean,Q.languages.objectivec=Q.languages.extend("c",{string:{pattern:/@?"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"/,greedy:!0},keyword:/\b(?:asm|auto|break|case|char|const|continue|default|do|double|else|enum|extern|float|for|goto|if|in|inline|int|long|register|return|self|short|signed|sizeof|static|struct|super|switch|typedef|typeof|union|unsigned|void|volatile|while)\b|(?:@interface|@end|@implementation|@protocol|@class|@public|@protected|@private|@property|@try|@catch|@finally|@throw|@synthesize|@dynamic|@selector)\b/,operator:/-[->]?|\+\+?|!=?|<<?=?|>>?=?|==?|&&?|\|\|?|[~^%?*\/@]/}),delete Q.languages.objectivec["class-name"],Q.languages.objc=Q.languages.objectivec,Q.languages.reason=Q.languages.extend("clike",{string:{pattern:/"(?:\\(?:\r\n|[\s\S])|[^\\\r\n"])*"/,greedy:!0},"class-name":/\b[A-Z]\w*/,keyword:/\b(?:and|as|assert|begin|class|constraint|do|done|downto|else|end|exception|external|for|fun|function|functor|if|in|include|inherit|initializer|lazy|let|method|module|mutable|new|nonrec|object|of|open|or|private|rec|sig|struct|switch|then|to|try|type|val|virtual|when|while|with)\b/,operator:/\.{3}|:[:=]|\|>|->|=(?:==?|>)?|<=?|>=?|[|^?'#!~`]|[+\-*\/]\.?|\b(?:asr|land|lor|lsl|lsr|lxor|mod)\b/}),Q.languages.insertBefore("reason","class-name",{char:{pattern:/'(?:\\x[\da-f]{2}|\\o[0-3][0-7][0-7]|\\\d{3}|\\.|[^'\\\r\n])'/,greedy:!0},constructor:/\b[A-Z]\w*\b(?!\s*\.)/,label:{pattern:/\b[a-z]\w*(?=::)/,alias:"symbol"}}),delete Q.languages.reason.function,function(e){for(var t=/\/\*(?:[^*/]|\*(?!\/)|\/(?!\*)|<self>)*\*\//.source,n=0;n<2;n++)t=t.replace(/<self>/g,function(){return t});t=t.replace(/<self>/g,function(){return/[^\s\S]/.source}),e.languages.rust={comment:[{pattern:RegExp(/(^|[^\\])/.source+t),lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/b?"(?:\\[\s\S]|[^\\"])*"|b?r(#*)"(?:[^"]|"(?!\1))*"\1/,greedy:!0},char:{pattern:/b?'(?:\\(?:x[0-7][\da-fA-F]|u\{(?:[\da-fA-F]_*){1,6}\}|.)|[^\\\r\n\t'])'/,greedy:!0},attribute:{pattern:/#!?\[(?:[^\[\]"]|"(?:\\[\s\S]|[^\\"])*")*\]/,greedy:!0,alias:"attr-name",inside:{string:null}},"closure-params":{pattern:/([=(,:]\s*|\bmove\s*)\|[^|]*\||\|[^|]*\|(?=\s*(?:\{|->))/,lookbehind:!0,greedy:!0,inside:{"closure-punctuation":{pattern:/^\||\|$/,alias:"punctuation"},rest:null}},"lifetime-annotation":{pattern:/'\w+/,alias:"symbol"},"fragment-specifier":{pattern:/(\$\w+:)[a-z]+/,lookbehind:!0,alias:"punctuation"},variable:/\$\w+/,"function-definition":{pattern:/(\bfn\s+)\w+/,lookbehind:!0,alias:"function"},"type-definition":{pattern:/(\b(?:enum|struct|trait|type|union)\s+)\w+/,lookbehind:!0,alias:"class-name"},"module-declaration":[{pattern:/(\b(?:crate|mod)\s+)[a-z][a-z_\d]*/,lookbehind:!0,alias:"namespace"},{pattern:/(\b(?:crate|self|super)\s*)::\s*[a-z][a-z_\d]*\b(?:\s*::(?:\s*[a-z][a-z_\d]*\s*::)*)?/,lookbehind:!0,alias:"namespace",inside:{punctuation:/::/}}],keyword:[/\b(?:Self|abstract|as|async|await|become|box|break|const|continue|crate|do|dyn|else|enum|extern|final|fn|for|if|impl|in|let|loop|macro|match|mod|move|mut|override|priv|pub|ref|return|self|static|struct|super|trait|try|type|typeof|union|unsafe|unsized|use|virtual|where|while|yield)\b/,/\b(?:bool|char|f(?:32|64)|[ui](?:8|16|32|64|128|size)|str)\b/],function:/\b[a-z_]\w*(?=\s*(?:::\s*<|\())/,macro:{pattern:/\b\w+!/,alias:"property"},constant:/\b[A-Z_][A-Z_\d]+\b/,"class-name":/\b[A-Z]\w*\b/,namespace:{pattern:/(?:\b[a-z][a-z_\d]*\s*::\s*)*\b[a-z][a-z_\d]*\s*::(?!\s*<)/,inside:{punctuation:/::/}},number:/\b(?:0x[\dA-Fa-f](?:_?[\dA-Fa-f])*|0o[0-7](?:_?[0-7])*|0b[01](?:_?[01])*|(?:(?:\d(?:_?\d)*)?\.)?\d(?:_?\d)*(?:[Ee][+-]?\d+)?)(?:_?(?:f32|f64|[iu](?:8|16|32|64|size)?))?\b/,boolean:/\b(?:false|true)\b/,punctuation:/->|\.\.=|\.{1,3}|::|[{}[\];(),:]/,operator:/[-+*\/%!^]=?|=[=>]?|&[&=]?|\|[|=]?|<<?=?|>>?=?|[@?]/},e.languages.rust["closure-params"].inside.rest=e.languages.rust,e.languages.rust.attribute.inside.string=e.languages.rust.string}(Q),Q.languages.go=Q.languages.extend("clike",{string:{pattern:/(^|[^\\])"(?:\\.|[^"\\\r\n])*"|`[^`]*`/,lookbehind:!0,greedy:!0},keyword:/\b(?:break|case|chan|const|continue|default|defer|else|fallthrough|for|func|go(?:to)?|if|import|interface|map|package|range|return|select|struct|switch|type|var)\b/,boolean:/\b(?:_|false|iota|nil|true)\b/,number:[/\b0(?:b[01_]+|o[0-7_]+)i?\b/i,/\b0x(?:[a-f\d_]+(?:\.[a-f\d_]*)?|\.[a-f\d_]+)(?:p[+-]?\d+(?:_\d+)*)?i?(?!\w)/i,/(?:\b\d[\d_]*(?:\.[\d_]*)?|\B\.\d[\d_]*)(?:e[+-]?[\d_]+)?i?(?!\w)/i],operator:/[*\/%^!=]=?|\+[=+]?|-[=-]?|\|[=|]?|&(?:=|&|\^=?)?|>(?:>=?|=)?|<(?:<=?|=|-)?|:=|\.\.\./,builtin:/\b(?:append|bool|byte|cap|close|complex|complex(?:64|128)|copy|delete|error|float(?:32|64)|u?int(?:8|16|32|64)?|imag|len|make|new|panic|print(?:ln)?|real|recover|rune|string|uintptr)\b/}),Q.languages.insertBefore("go","string",{char:{pattern:/'(?:\\.|[^'\\\r\n]){0,10}'/,greedy:!0}}),delete Q.languages.go["class-name"],T=Q,I=/\b(?:alignas|alignof|asm|auto|bool|break|case|catch|char|char16_t|char32_t|char8_t|class|co_await|co_return|co_yield|compl|concept|const|const_cast|consteval|constexpr|constinit|continue|decltype|default|delete|do|double|dynamic_cast|else|enum|explicit|export|extern|final|float|for|friend|goto|if|import|inline|int|int16_t|int32_t|int64_t|int8_t|long|module|mutable|namespace|new|noexcept|nullptr|operator|override|private|protected|public|register|reinterpret_cast|requires|return|short|signed|sizeof|static|static_assert|static_cast|struct|switch|template|this|thread_local|throw|try|typedef|typeid|typename|uint16_t|uint32_t|uint64_t|uint8_t|union|unsigned|using|virtual|void|volatile|wchar_t|while)\b/,M=/\b(?!<keyword>)\w+(?:\s*\.\s*\w+)*\b/.source.replace(/<keyword>/g,function(){return I.source}),T.languages.cpp=T.languages.extend("c",{"class-name":[{pattern:RegExp(/(\b(?:class|concept|enum|struct|typename)\s+)(?!<keyword>)\w+/.source.replace(/<keyword>/g,function(){return I.source})),lookbehind:!0},/\b[A-Z]\w*(?=\s*::\s*\w+\s*\()/,/\b[A-Z_]\w*(?=\s*::\s*~\w+\s*\()/i,/\b\w+(?=\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>\s*::\s*\w+\s*\()/],keyword:I,number:{pattern:/(?:\b0b[01']+|\b0x(?:[\da-f']+(?:\.[\da-f']*)?|\.[\da-f']+)(?:p[+-]?[\d']+)?|(?:\b[\d']+(?:\.[\d']*)?|\B\.[\d']+)(?:e[+-]?[\d']+)?)[ful]{0,4}/i,greedy:!0},operator:/>>=?|<<=?|->|--|\+\+|&&|\|\||[?:~]|<=>|[-+*/%&|^!=<>]=?|\b(?:and|and_eq|bitand|bitor|not|not_eq|or|or_eq|xor|xor_eq)\b/,boolean:/\b(?:false|true)\b/}),T.languages.insertBefore("cpp","string",{module:{pattern:RegExp(/(\b(?:import|module)\s+)/.source+"(?:"+/"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|<[^<>\r\n]*>/.source+"|"+/<mod-name>(?:\s*:\s*<mod-name>)?|:\s*<mod-name>/.source.replace(/<mod-name>/g,function(){return M})+")"),lookbehind:!0,greedy:!0,inside:{string:/^[<"][\s\S]+/,operator:/:/,punctuation:/\./}},"raw-string":{pattern:/R"([^()\\ ]{0,16})\([\s\S]*?\)\1"/,alias:"string",greedy:!0}}),T.languages.insertBefore("cpp","keyword",{"generic-function":{pattern:/\b(?!operator\b)[a-z_]\w*\s*<(?:[^<>]|<[^<>]*>)*>(?=\s*\()/i,inside:{function:/^\w+/,generic:{pattern:/<[\s\S]+/,alias:"class-name",inside:T.languages.cpp}}}}),T.languages.insertBefore("cpp","operator",{"double-colon":{pattern:/::/,alias:"punctuation"}}),T.languages.insertBefore("cpp","class-name",{"base-clause":{pattern:/(\b(?:class|struct)\s+\w+\s*:\s*)[^;{}"'\s]+(?:\s+[^;{}"'\s]+)*(?=\s*[;{])/,lookbehind:!0,greedy:!0,inside:T.languages.extend("cpp",{})}}),T.languages.insertBefore("inside","double-colon",{"class-name":/\b[a-z_]\w*\b(?!\s*::)/i},T.languages.cpp["base-clause"]),Q.languages.python={comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0,greedy:!0},"string-interpolation":{pattern:/(?:f|fr|rf)(?:("""|''')[\s\S]*?\1|("|')(?:\\.|(?!\2)[^\\\r\n])*\2)/i,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^{])(?:\{\{)*)\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}])+\})+\})+\}/,lookbehind:!0,inside:{"format-spec":{pattern:/(:)[^:(){}]+(?=\}$)/,lookbehind:!0},"conversion-option":{pattern://,alias:"punctuation"},rest:null}},string:/[\s\S]+/}},"triple-quoted-string":{pattern:/(?:[rub]|br|rb)?("""|''')[\s\S]*?\1/i,greedy:!0,alias:"string"},string:{pattern:/(?:[rub]|br|rb)?("|')(?:\\.|(?!\1)[^\\\r\n])*\1/i,greedy:!0},function:{pattern:/((?:^|\s)def[ \t]+)[a-zA-Z_]\w*(?=\s*\()/g,lookbehind:!0},"class-name":{pattern:/(\bclass\s+)\w+/i,lookbehind:!0},decorator:{pattern:/(^[\t ]*)@\w+(?:\.\w+)*/m,lookbehind:!0,alias:["annotation","punctuation"],inside:{punctuation:/\./}},keyword:/\b(?:_(?=\s*:)|and|as|assert|async|await|break|case|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|match|nonlocal|not|or|pass|print|raise|return|try|while|with|yield)\b/,builtin:/\b(?:__import__|abs|all|any|apply|ascii|basestring|bin|bool|buffer|bytearray|bytes|callable|chr|classmethod|cmp|coerce|compile|complex|delattr|dict|dir|divmod|enumerate|eval|execfile|file|filter|float|format|frozenset|getattr|globals|hasattr|hash|help|hex|id|input|int|intern|isinstance|issubclass|iter|len|list|locals|long|map|max|memoryview|min|next|object|oct|open|ord|pow|property|range|raw_input|reduce|reload|repr|reversed|round|set|setattr|slice|sorted|staticmethod|str|sum|super|tuple|type|unichr|unicode|vars|xrange|zip)\b/,boolean:/\b(?:False|None|True)\b/,number:/\b0(?:b(?:_?[01])+|o(?:_?[0-7])+|x(?:_?[a-f0-9])+)\b|(?:\b\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\B\.\d+(?:_\d+)*)(?:e[+-]?\d+(?:_\d+)*)?j?(?!\w)/i,operator:/[-+%=]=?|!=|:=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]/,punctuation:/[{}[\];(),.:]/},Q.languages.python["string-interpolation"].inside.interpolation.inside.rest=Q.languages.python,Q.languages.py=Q.languages.python;var X={};((e,t)=>{for(var n in t)R(e,n,{get:t[n],enumerable:!0})})(X,{dracula:()=>J,duotoneDark:()=>ee,duotoneLight:()=>et,github:()=>en,jettwaveDark:()=>ek,jettwaveLight:()=>eS,nightOwl:()=>er,nightOwlLight:()=>eo,oceanicNext:()=>eb,okaidia:()=>eh,oneDark:()=>eO,oneLight:()=>ej,palenight:()=>em,shadesOfPurple:()=>ey,synthwave84:()=>ev,ultramin:()=>e_,vsDark:()=>ex,vsLight:()=>ew});var J={plain:{color:"#F8F8F2",backgroundColor:"#282A36"},styles:[{types:["prolog","constant","builtin"],style:{color:"rgb(189, 147, 249)"}},{types:["inserted","function"],style:{color:"rgb(80, 250, 123)"}},{types:["deleted"],style:{color:"rgb(255, 85, 85)"}},{types:["changed"],style:{color:"rgb(255, 184, 108)"}},{types:["punctuation","symbol"],style:{color:"rgb(248, 248, 242)"}},{types:["string","char","tag","selector"],style:{color:"rgb(255, 121, 198)"}},{types:["keyword","variable"],style:{color:"rgb(189, 147, 249)",fontStyle:"italic"}},{types:["comment"],style:{color:"rgb(98, 114, 164)"}},{types:["attr-name"],style:{color:"rgb(241, 250, 140)"}}]},ee={plain:{backgroundColor:"#2a2734",color:"#9a86fd"},styles:[{types:["comment","prolog","doctype","cdata","punctuation"],style:{color:"#6c6783"}},{types:["namespace"],style:{opacity:.7}},{types:["tag","operator","number"],style:{color:"#e09142"}},{types:["property","function"],style:{color:"#9a86fd"}},{types:["tag-id","selector","atrule-id"],style:{color:"#eeebff"}},{types:["attr-name"],style:{color:"#c4b9fe"}},{types:["boolean","string","entity","url","attr-value","keyword","control","directive","unit","statement","regex","atrule","placeholder","variable"],style:{color:"#ffcc99"}},{types:["deleted"],style:{textDecorationLine:"line-through"}},{types:["inserted"],style:{textDecorationLine:"underline"}},{types:["italic"],style:{fontStyle:"italic"}},{types:["important","bold"],style:{fontWeight:"bold"}},{types:["important"],style:{color:"#c4b9fe"}}]},et={plain:{backgroundColor:"#faf8f5",color:"#728fcb"},styles:[{types:["comment","prolog","doctype","cdata","punctuation"],style:{color:"#b6ad9a"}},{types:["namespace"],style:{opacity:.7}},{types:["tag","operator","number"],style:{color:"#063289"}},{types:["property","function"],style:{color:"#b29762"}},{types:["tag-id","selector","atrule-id"],style:{color:"#2d2006"}},{types:["attr-name"],style:{color:"#896724"}},{types:["boolean","string","entity","url","attr-value","keyword","control","directive","unit","statement","regex","atrule"],style:{color:"#728fcb"}},{types:["placeholder","variable"],style:{color:"#93abdc"}},{types:["deleted"],style:{textDecorationLine:"line-through"}},{types:["inserted"],style:{textDecorationLine:"underline"}},{types:["italic"],style:{fontStyle:"italic"}},{types:["important","bold"],style:{fontWeight:"bold"}},{types:["important"],style:{color:"#896724"}}]},en={plain:{color:"#393A34",backgroundColor:"#f6f8fa"},styles:[{types:["comment","prolog","doctype","cdata"],style:{color:"#999988",fontStyle:"italic"}},{types:["namespace"],style:{opacity:.7}},{types:["string","attr-value"],style:{color:"#e3116c"}},{types:["punctuation","operator"],style:{color:"#393A34"}},{types:["entity","url","symbol","number","boolean","variable","constant","property","regex","inserted"],style:{color:"#36acaa"}},{types:["atrule","keyword","attr-name","selector"],style:{color:"#00a4db"}},{types:["function","deleted","tag"],style:{color:"#d73a49"}},{types:["function-variable"],style:{color:"#6f42c1"}},{types:["tag","selector","keyword"],style:{color:"#00009f"}}]},er={plain:{color:"#d6deeb",backgroundColor:"#011627"},styles:[{types:["changed"],style:{color:"rgb(162, 191, 252)",fontStyle:"italic"}},{types:["deleted"],style:{color:"rgba(239, 83, 80, 0.56)",fontStyle:"italic"}},{types:["inserted","attr-name"],style:{color:"rgb(173, 219, 103)",fontStyle:"italic"}},{types:["comment"],style:{color:"rgb(99, 119, 119)",fontStyle:"italic"}},{types:["string","url"],style:{color:"rgb(173, 219, 103)"}},{types:["variable"],style:{color:"rgb(214, 222, 235)"}},{types:["number"],style:{color:"rgb(247, 140, 108)"}},{types:["builtin","char","constant","function"],style:{color:"rgb(130, 170, 255)"}},{types:["punctuation"],style:{color:"rgb(199, 146, 234)"}},{types:["selector","doctype"],style:{color:"rgb(199, 146, 234)",fontStyle:"italic"}},{types:["class-name"],style:{color:"rgb(255, 203, 139)"}},{types:["tag","operator","keyword"],style:{color:"rgb(127, 219, 202)"}},{types:["boolean"],style:{color:"rgb(255, 88, 116)"}},{types:["property"],style:{color:"rgb(128, 203, 196)"}},{types:["namespace"],style:{color:"rgb(178, 204, 214)"}}]},eo={plain:{color:"#403f53",backgroundColor:"#FBFBFB"},styles:[{types:["changed"],style:{color:"rgb(162, 191, 252)",fontStyle:"italic"}},{types:["deleted"],style:{color:"rgba(239, 83, 80, 0.56)",fontStyle:"italic"}},{types:["inserted","attr-name"],style:{color:"rgb(72, 118, 214)",fontStyle:"italic"}},{types:["comment"],style:{color:"rgb(152, 159, 177)",fontStyle:"italic"}},{types:["string","builtin","char","constant","url"],style:{color:"rgb(72, 118, 214)"}},{types:["variable"],style:{color:"rgb(201, 103, 101)"}},{types:["number"],style:{color:"rgb(170, 9, 130)"}},{types:["punctuation"],style:{color:"rgb(153, 76, 195)"}},{types:["function","selector","doctype"],style:{color:"rgb(153, 76, 195)",fontStyle:"italic"}},{types:["class-name"],style:{color:"rgb(17, 17, 17)"}},{types:["tag"],style:{color:"rgb(153, 76, 195)"}},{types:["operator","property","keyword","namespace"],style:{color:"rgb(12, 150, 155)"}},{types:["boolean"],style:{color:"rgb(188, 84, 84)"}}]},ea="#D8DEE9",ei="#999999",es="#c5a5c5",ec="#5a9bcf",el="#8dc891",eu="#d7deea",ed="#ff8b50",ep="#fc929e",ef="#79b6f2",eg="#FAC863",eb={plain:{backgroundColor:"#282c34",color:"#ffffff"},styles:[{types:["attr-name"],style:{color:es}},{types:["attr-value"],style:{color:el}},{types:["comment","block-comment","prolog","doctype","cdata","shebang"],style:{color:ei}},{types:["property","number","function-name","constant","symbol","deleted"],style:{color:ec}},{types:["boolean"],style:{color:ed}},{types:["tag"],style:{color:ep}},{types:["string"],style:{color:el}},{types:["punctuation"],style:{color:el}},{types:["selector","char","builtin","inserted"],style:{color:ea}},{types:["function"],style:{color:ef}},{types:["operator","entity","url","variable"],style:{color:eu}},{types:["keyword"],style:{color:es}},{types:["atrule","class-name"],style:{color:eg}},{types:["important"],style:{fontWeight:"400"}},{types:["bold"],style:{fontWeight:"bold"}},{types:["italic"],style:{fontStyle:"italic"}},{types:["namespace"],style:{opacity:.7}}]},eh={plain:{color:"#f8f8f2",backgroundColor:"#272822"},styles:[{types:["changed"],style:{color:"rgb(162, 191, 252)",fontStyle:"italic"}},{types:["deleted"],style:{color:"#f92672",fontStyle:"italic"}},{types:["inserted"],style:{color:"rgb(173, 219, 103)",fontStyle:"italic"}},{types:["comment"],style:{color:"#8292a2",fontStyle:"italic"}},{types:["string","url"],style:{color:"#a6e22e"}},{types:["variable"],style:{color:"#f8f8f2"}},{types:["number"],style:{color:"#ae81ff"}},{types:["builtin","char","constant","function","class-name"],style:{color:"#e6db74"}},{types:["punctuation"],style:{color:"#f8f8f2"}},{types:["selector","doctype"],style:{color:"#a6e22e",fontStyle:"italic"}},{types:["tag","operator","keyword"],style:{color:"#66d9ef"}},{types:["boolean"],style:{color:"#ae81ff"}},{types:["namespace"],style:{color:"rgb(178, 204, 214)",opacity:.7}},{types:["tag","property"],style:{color:"#f92672"}},{types:["attr-name"],style:{color:"#a6e22e !important"}},{types:["doctype"],style:{color:"#8292a2"}},{types:["rule"],style:{color:"#e6db74"}}]},em={plain:{color:"#bfc7d5",backgroundColor:"#292d3e"},styles:[{types:["comment"],style:{color:"rgb(105, 112, 152)",fontStyle:"italic"}},{types:["string","inserted"],style:{color:"rgb(195, 232, 141)"}},{types:["number"],style:{color:"rgb(247, 140, 108)"}},{types:["builtin","char","constant","function"],style:{color:"rgb(130, 170, 255)"}},{types:["punctuation","selector"],style:{color:"rgb(199, 146, 234)"}},{types:["variable"],style:{color:"rgb(191, 199, 213)"}},{types:["class-name","attr-name"],style:{color:"rgb(255, 203, 107)"}},{types:["tag","deleted"],style:{color:"rgb(255, 85, 114)"}},{types:["operator"],style:{color:"rgb(137, 221, 255)"}},{types:["boolean"],style:{color:"rgb(255, 88, 116)"}},{types:["keyword"],style:{fontStyle:"italic"}},{types:["doctype"],style:{color:"rgb(199, 146, 234)",fontStyle:"italic"}},{types:["namespace"],style:{color:"rgb(178, 204, 214)"}},{types:["url"],style:{color:"rgb(221, 221, 221)"}}]},ey={plain:{color:"#9EFEFF",backgroundColor:"#2D2A55"},styles:[{types:["changed"],style:{color:"rgb(255, 238, 128)"}},{types:["deleted"],style:{color:"rgba(239, 83, 80, 0.56)"}},{types:["inserted"],style:{color:"rgb(173, 219, 103)"}},{types:["comment"],style:{color:"rgb(179, 98, 255)",fontStyle:"italic"}},{types:["punctuation"],style:{color:"rgb(255, 255, 255)"}},{types:["constant"],style:{color:"rgb(255, 98, 140)"}},{types:["string","url"],style:{color:"rgb(165, 255, 144)"}},{types:["variable"],style:{color:"rgb(255, 238, 128)"}},{types:["number","boolean"],style:{color:"rgb(255, 98, 140)"}},{types:["attr-name"],style:{color:"rgb(255, 180, 84)"}},{types:["keyword","operator","property","namespace","tag","selector","doctype"],style:{color:"rgb(255, 157, 0)"}},{types:["builtin","char","constant","function","class-name"],style:{color:"rgb(250, 208, 0)"}}]},ev={plain:{backgroundColor:"linear-gradient(to bottom, #2a2139 75%, #34294f)",backgroundImage:"#34294f",color:"#f92aad",textShadow:"0 0 2px #100c0f, 0 0 5px #dc078e33, 0 0 10px #fff3"},styles:[{types:["comment","block-comment","prolog","doctype","cdata"],style:{color:"#495495",fontStyle:"italic"}},{types:["punctuation"],style:{color:"#ccc"}},{types:["tag","attr-name","namespace","number","unit","hexcode","deleted"],style:{color:"#e2777a"}},{types:["property","selector"],style:{color:"#72f1b8",textShadow:"0 0 2px #100c0f, 0 0 10px #257c5575, 0 0 35px #21272475"}},{types:["function-name"],style:{color:"#6196cc"}},{types:["boolean","selector-id","function"],style:{color:"#fdfdfd",textShadow:"0 0 2px #001716, 0 0 3px #03edf975, 0 0 5px #03edf975, 0 0 8px #03edf975"}},{types:["class-name","maybe-class-name","builtin"],style:{color:"#fff5f6",textShadow:"0 0 2px #000, 0 0 10px #fc1f2c75, 0 0 5px #fc1f2c75, 0 0 25px #fc1f2c75"}},{types:["constant","symbol"],style:{color:"#f92aad",textShadow:"0 0 2px #100c0f, 0 0 5px #dc078e33, 0 0 10px #fff3"}},{types:["important","atrule","keyword","selector-class"],style:{color:"#f4eee4",textShadow:"0 0 2px #393a33, 0 0 8px #f39f0575, 0 0 2px #f39f0575"}},{types:["string","char","attr-value","regex","variable"],style:{color:"#f87c32"}},{types:["parameter"],style:{fontStyle:"italic"}},{types:["entity","url"],style:{color:"#67cdcc"}},{types:["operator"],style:{color:"ffffffee"}},{types:["important","bold"],style:{fontWeight:"bold"}},{types:["italic"],style:{fontStyle:"italic"}},{types:["entity"],style:{cursor:"help"}},{types:["inserted"],style:{color:"green"}}]},e_={plain:{color:"#282a2e",backgroundColor:"#ffffff"},styles:[{types:["comment"],style:{color:"rgb(197, 200, 198)"}},{types:["string","number","builtin","variable"],style:{color:"rgb(150, 152, 150)"}},{types:["class-name","function","tag","attr-name"],style:{color:"rgb(40, 42, 46)"}}]},ex={plain:{color:"#9CDCFE",backgroundColor:"#1E1E1E"},styles:[{types:["prolog"],style:{color:"rgb(0, 0, 128)"}},{types:["comment"],style:{color:"rgb(106, 153, 85)"}},{types:["builtin","changed","keyword","interpolation-punctuation"],style:{color:"rgb(86, 156, 214)"}},{types:["number","inserted"],style:{color:"rgb(181, 206, 168)"}},{types:["constant"],style:{color:"rgb(100, 102, 149)"}},{types:["attr-name","variable"],style:{color:"rgb(156, 220, 254)"}},{types:["deleted","string","attr-value","template-punctuation"],style:{color:"rgb(206, 145, 120)"}},{types:["selector"],style:{color:"rgb(215, 186, 125)"}},{types:["tag"],style:{color:"rgb(78, 201, 176)"}},{types:["tag"],languages:["markup"],style:{color:"rgb(86, 156, 214)"}},{types:["punctuation","operator"],style:{color:"rgb(212, 212, 212)"}},{types:["punctuation"],languages:["markup"],style:{color:"#808080"}},{types:["function"],style:{color:"rgb(220, 220, 170)"}},{types:["class-name"],style:{color:"rgb(78, 201, 176)"}},{types:["char"],style:{color:"rgb(209, 105, 105)"}}]},ew={plain:{color:"#000000",backgroundColor:"#ffffff"},styles:[{types:["comment"],style:{color:"rgb(0, 128, 0)"}},{types:["builtin"],style:{color:"rgb(0, 112, 193)"}},{types:["number","variable","inserted"],style:{color:"rgb(9, 134, 88)"}},{types:["operator"],style:{color:"rgb(0, 0, 0)"}},{types:["constant","char"],style:{color:"rgb(129, 31, 63)"}},{types:["tag"],style:{color:"rgb(128, 0, 0)"}},{types:["attr-name"],style:{color:"rgb(255, 0, 0)"}},{types:["deleted","string"],style:{color:"rgb(163, 21, 21)"}},{types:["changed","punctuation"],style:{color:"rgb(4, 81, 165)"}},{types:["function","keyword"],style:{color:"rgb(0, 0, 255)"}},{types:["class-name"],style:{color:"rgb(38, 127, 153)"}}]},ek={plain:{color:"#f8fafc",backgroundColor:"#011627"},styles:[{types:["prolog"],style:{color:"#000080"}},{types:["comment"],style:{color:"#6A9955"}},{types:["builtin","changed","keyword","interpolation-punctuation"],style:{color:"#569CD6"}},{types:["number","inserted"],style:{color:"#B5CEA8"}},{types:["constant"],style:{color:"#f8fafc"}},{types:["attr-name","variable"],style:{color:"#9CDCFE"}},{types:["deleted","string","attr-value","template-punctuation"],style:{color:"#cbd5e1"}},{types:["selector"],style:{color:"#D7BA7D"}},{types:["tag"],style:{color:"#0ea5e9"}},{types:["tag"],languages:["markup"],style:{color:"#0ea5e9"}},{types:["punctuation","operator"],style:{color:"#D4D4D4"}},{types:["punctuation"],languages:["markup"],style:{color:"#808080"}},{types:["function"],style:{color:"#7dd3fc"}},{types:["class-name"],style:{color:"#0ea5e9"}},{types:["char"],style:{color:"#D16969"}}]},eS={plain:{color:"#0f172a",backgroundColor:"#f1f5f9"},styles:[{types:["prolog"],style:{color:"#000080"}},{types:["comment"],style:{color:"#6A9955"}},{types:["builtin","changed","keyword","interpolation-punctuation"],style:{color:"#0c4a6e"}},{types:["number","inserted"],style:{color:"#B5CEA8"}},{types:["constant"],style:{color:"#0f172a"}},{types:["attr-name","variable"],style:{color:"#0c4a6e"}},{types:["deleted","string","attr-value","template-punctuation"],style:{color:"#64748b"}},{types:["selector"],style:{color:"#D7BA7D"}},{types:["tag"],style:{color:"#0ea5e9"}},{types:["tag"],languages:["markup"],style:{color:"#0ea5e9"}},{types:["punctuation","operator"],style:{color:"#475569"}},{types:["punctuation"],languages:["markup"],style:{color:"#808080"}},{types:["function"],style:{color:"#0e7490"}},{types:["class-name"],style:{color:"#0ea5e9"}},{types:["char"],style:{color:"#D16969"}}]},eO={plain:{backgroundColor:"hsl(220, 13%, 18%)",color:"hsl(220, 14%, 71%)",textShadow:"0 1px rgba(0, 0, 0, 0.3)"},styles:[{types:["comment","prolog","cdata"],style:{color:"hsl(220, 10%, 40%)"}},{types:["doctype","punctuation","entity"],style:{color:"hsl(220, 14%, 71%)"}},{types:["attr-name","class-name","maybe-class-name","boolean","constant","number","atrule"],style:{color:"hsl(29, 54%, 61%)"}},{types:["keyword"],style:{color:"hsl(286, 60%, 67%)"}},{types:["property","tag","symbol","deleted","important"],style:{color:"hsl(355, 65%, 65%)"}},{types:["selector","string","char","builtin","inserted","regex","attr-value"],style:{color:"hsl(95, 38%, 62%)"}},{types:["variable","operator","function"],style:{color:"hsl(207, 82%, 66%)"}},{types:["url"],style:{color:"hsl(187, 47%, 55%)"}},{types:["deleted"],style:{textDecorationLine:"line-through"}},{types:["inserted"],style:{textDecorationLine:"underline"}},{types:["italic"],style:{fontStyle:"italic"}},{types:["important","bold"],style:{fontWeight:"bold"}},{types:["important"],style:{color:"hsl(220, 14%, 71%)"}}]},ej={plain:{backgroundColor:"hsl(230, 1%, 98%)",color:"hsl(230, 8%, 24%)"},styles:[{types:["comment","prolog","cdata"],style:{color:"hsl(230, 4%, 64%)"}},{types:["doctype","punctuation","entity"],style:{color:"hsl(230, 8%, 24%)"}},{types:["attr-name","class-name","boolean","constant","number","atrule"],style:{color:"hsl(35, 99%, 36%)"}},{types:["keyword"],style:{color:"hsl(301, 63%, 40%)"}},{types:["property","tag","symbol","deleted","important"],style:{color:"hsl(5, 74%, 59%)"}},{types:["selector","string","char","builtin","inserted","regex","attr-value","punctuation"],style:{color:"hsl(119, 34%, 47%)"}},{types:["variable","operator","function"],style:{color:"hsl(221, 87%, 60%)"}},{types:["url"],style:{color:"hsl(198, 99%, 37%)"}},{types:["deleted"],style:{textDecorationLine:"line-through"}},{types:["inserted"],style:{textDecorationLine:"underline"}},{types:["italic"],style:{fontStyle:"italic"}},{types:["important","bold"],style:{fontWeight:"bold"}},{types:["important"],style:{color:"hsl(230, 8%, 24%)"}}]},eE=(e,t)=>{let{plain:n}=e,r=e.styles.reduce((e,n)=>{let{languages:r,style:o}=n;return r&&!r.includes(t)?e:(n.types.forEach(t=>{let n=W(W({},e[t]),o);e[t]=n}),e)},{});return r.root=n,r.plain=G(W({},n),{backgroundColor:void 0}),r},eP=(e,t)=>{let[n,r]=(0,D.useState)(eE(t,e)),o=(0,D.useRef)(),a=(0,D.useRef)();return(0,D.useEffect)(()=>{(t!==o.current||e!==a.current)&&(o.current=t,a.current=e,r(eE(t,e)))},[e,t]),n},eC=e=>(0,D.useCallback)(t=>{var{className:n,style:r,line:o}=t;let a=G(W({},K(t,["className","style","line"])),{className:(0,N.Z)("token-line",n)});return"object"==typeof e&&"plain"in e&&(a.style=e.plain),"object"==typeof r&&(a.style=W(W({},a.style||{}),r)),a},[e]),eA=e=>{let t=(0,D.useCallback)(({types:t,empty:n})=>{if(null!=e){if(1===t.length&&"plain"===t[0])return null!=n?{display:"inline-block"}:void 0;if(1===t.length&&null!=n)return e[t[0]];return Object.assign(null!=n?{display:"inline-block"}:{},...t.map(t=>e[t]))}},[e]);return(0,D.useCallback)(e=>{var{token:n,className:r,style:o}=e;let a=G(W({},K(e,["token","className","style"])),{className:(0,N.Z)("token",...n.types,r),children:n.content,style:t(n)});return null!=o&&(a.style=W(W({},a.style||{}),o)),a},[t])},eT=/\r\n|\r|\n/,eI=e=>{0===e.length?e.push({types:["plain"],content:"\n",empty:!0}):1===e.length&&""===e[0].content&&(e[0].content="\n",e[0].empty=!0)},eM=(e,t)=>{let n=e.length;return n>0&&e[n-1]===t?e:e.concat(t)},eD=e=>{let t=[[]],n=[e],r=[0],o=[e.length],a=0,i=0,s=[],c=[s];for(;i>-1;){for(;(a=r[i]++)<o[i];){let e;let l=t[i],u=n[i][a];if("string"==typeof u?(l=i>0?l:["plain"],e=u):(l=eM(l,u.type),u.alias&&(l=eM(l,u.alias)),e=u.content),"string"!=typeof e){i++,t.push(l),n.push(e),r.push(0),o.push(e.length);continue}let d=e.split(eT),p=d.length;s.push({types:l,content:d[0]});for(let e=1;e<p;e++)eI(s),c.push(s=[]),s.push({types:l,content:d[e]})}i--,t.pop(),n.pop(),r.pop(),o.pop()}return eI(s),c},eN=({prism:e,code:t,grammar:n,language:r})=>{let o=(0,D.useRef)(e);return(0,D.useMemo)(()=>{if(null==n)return eD([t]);let e={code:t,grammar:n,language:r,tokens:[]};return o.current.hooks.run("before-tokenize",e),e.tokens=o.current.tokenize(t,n),o.current.hooks.run("after-tokenize",e),eD(e.tokens)},[t,n,r])},eL=({children:e,language:t,code:n,theme:r,prism:o})=>{let a=t.toLowerCase(),i=eP(a,r),s=eC(i),c=eA(i),l=o.languages[a];return e({tokens:eN({prism:o,language:a,code:n,grammar:l}),className:`prism-code language-${a}`,style:null!=i?i.root:{},getLineProps:s,getTokenProps:c})},eR=e=>(0,D.createElement)(eL,G(W({},e),{prism:e.prism||Q,theme:e.theme||ex,code:e.code,language:e.language}))},6579:function(e,t,n){"use strict";n.d(t,{Z:function(){return o}});var r="Invariant failed";function o(e,t){var n;if(!e)throw Error(r)}},59390:function(e,t,n){"use strict";n.r(t),n.d(t,{__addDisposableResource:function(){return D},__assign:function(){return a},__asyncDelegator:function(){return O},__asyncGenerator:function(){return S},__asyncValues:function(){return j},__await:function(){return k},__awaiter:function(){return g},__classPrivateFieldGet:function(){return T},__classPrivateFieldIn:function(){return M},__classPrivateFieldSet:function(){return I},__createBinding:function(){return h},__decorate:function(){return s},__disposeResources:function(){return L},__esDecorate:function(){return l},__exportStar:function(){return m},__extends:function(){return o},__generator:function(){return b},__importDefault:function(){return A},__importStar:function(){return C},__makeTemplateObject:function(){return E},__metadata:function(){return f},__param:function(){return c},__propKey:function(){return d},__read:function(){return v},__rest:function(){return i},__runInitializers:function(){return u},__setFunctionName:function(){return p},__spread:function(){return _},__spreadArray:function(){return w},__spreadArrays:function(){return x},__values:function(){return y},default:function(){return R}});var r=function(e,t){return(r=Object.setPrototypeOf||({__proto__:[]})instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)};function o(e,t){if("function"!=typeof t&&null!==t)throw TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}var a=function(){return(a=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n],t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)};function i(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&0>t.indexOf(r)&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols)for(var o=0,r=Object.getOwnPropertySymbols(e);o<r.length;o++)0>t.indexOf(r[o])&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]]);return n}function s(e,t,n,r){var o,a=arguments.length,i=a<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(o=e[s])&&(i=(a<3?o(i):a>3?o(t,n,i):o(t,n))||i);return a>3&&i&&Object.defineProperty(t,n,i),i}function c(e,t){return function(n,r){t(n,r,e)}}function l(e,t,n,r,o,a){function i(e){if(void 0!==e&&"function"!=typeof e)throw TypeError("Function expected");return e}for(var s=r.kind,c="getter"===s?"get":"setter"===s?"set":"value",l=!t&&e?r.static?e:e.prototype:null,u=t||(l?Object.getOwnPropertyDescriptor(l,r.name):{}),d,p=!1,f=n.length-1;f>=0;f--){var g={};for(var b in r)g[b]="access"===b?{}:r[b];for(var b in r.access)g.access[b]=r.access[b];g.addInitializer=function(e){if(p)throw TypeError("Cannot add initializers after decoration has completed");a.push(i(e||null))};var h=(0,n[f])("accessor"===s?{get:u.get,set:u.set}:u[c],g);if("accessor"===s){if(void 0===h)continue;if(null===h||"object"!=typeof h)throw TypeError("Object expected");(d=i(h.get))&&(u.get=d),(d=i(h.set))&&(u.set=d),(d=i(h.init))&&o.unshift(d)}else(d=i(h))&&("field"===s?o.unshift(d):u[c]=d)}l&&Object.defineProperty(l,r.name,u),p=!0}function u(e,t,n){for(var r=arguments.length>2,o=0;o<t.length;o++)n=r?t[o].call(e,n):t[o].call(e);return r?n:void 0}function d(e){return"symbol"==typeof e?e:"".concat(e)}function p(e,t,n){return"symbol"==typeof t&&(t=t.description?"[".concat(t.description,"]"):""),Object.defineProperty(e,"name",{configurable:!0,value:n?"".concat(n," ",t):t})}function f(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)}function g(e,t,n,r){return new(n||(n=Promise))(function(o,a){function i(e){try{c(r.next(e))}catch(e){a(e)}}function s(e){try{c(r.throw(e))}catch(e){a(e)}}function c(e){var t;e.done?o(e.value):((t=e.value)instanceof n?t:new n(function(e){e(t)})).then(i,s)}c((r=r.apply(e,t||[])).next())})}function b(e,t){var n,r,o,a,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return a={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function s(s){return function(c){return function(s){if(n)throw TypeError("Generator is already executing.");for(;a&&(a=0,s[0]&&(i=0)),i;)try{if(n=1,r&&(o=2&s[0]?r.return:s[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,s[1])).done)return o;switch(r=0,o&&(s=[2&s[0],o.value]),s[0]){case 0:case 1:o=s;break;case 4:return i.label++,{value:s[1],done:!1};case 5:i.label++,r=s[1],s=[0];continue;case 7:s=i.ops.pop(),i.trys.pop();continue;default:if(!(o=(o=i.trys).length>0&&o[o.length-1])&&(6===s[0]||2===s[0])){i=0;continue}if(3===s[0]&&(!o||s[1]>o[0]&&s[1]<o[3])){i.label=s[1];break}if(6===s[0]&&i.label<o[1]){i.label=o[1],o=s;break}if(o&&i.label<o[2]){i.label=o[2],i.ops.push(s);break}o[2]&&i.ops.pop(),i.trys.pop();continue}s=t.call(e,i)}catch(e){s=[6,e],r=0}finally{n=o=0}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}([s,c])}}}var h=Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);(!o||("get"in o?!t.__esModule:o.writable||o.configurable))&&(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]};function m(e,t){for(var n in e)"default"!==n&&!Object.prototype.hasOwnProperty.call(t,n)&&h(t,e,n)}function y(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function v(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,o,a=n.call(e),i=[];try{for(;(void 0===t||t-- >0)&&!(r=a.next()).done;)i.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(n=a.return)&&n.call(a)}finally{if(o)throw o.error}}return i}function _(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(v(arguments[t]));return e}function x(){for(var e=0,t=0,n=arguments.length;t<n;t++)e+=arguments[t].length;for(var r=Array(e),o=0,t=0;t<n;t++)for(var a=arguments[t],i=0,s=a.length;i<s;i++,o++)r[o]=a[i];return r}function w(e,t,n){if(n||2==arguments.length)for(var r,o=0,a=t.length;o<a;o++)(r||!(o in t))&&(!r&&(r=Array.prototype.slice.call(t,0,o)),r[o]=t[o]);return e.concat(r||Array.prototype.slice.call(t))}function k(e){return this instanceof k?(this.v=e,this):new k(e)}function S(e,t,n){if(!Symbol.asyncIterator)throw TypeError("Symbol.asyncIterator is not defined.");var r,o=n.apply(e,t||[]),a=[];return r={},i("next"),i("throw"),i("return"),r[Symbol.asyncIterator]=function(){return this},r;function i(e){o[e]&&(r[e]=function(t){return new Promise(function(n,r){a.push([e,t,n,r])>1||s(e,t)})})}function s(e,t){try{(function(e){e.value instanceof k?Promise.resolve(e.value.v).then(c,l):u(a[0][2],e)})(o[e](t))}catch(e){u(a[0][3],e)}}function c(e){s("next",e)}function l(e){s("throw",e)}function u(e,t){e(t),a.shift(),a.length&&s(a[0][0],a[0][1])}}function O(e){var t,n;return t={},r("next"),r("throw",function(e){throw e}),r("return"),t[Symbol.iterator]=function(){return this},t;function r(r,o){t[r]=e[r]?function(t){return(n=!n)?{value:k(e[r](t)),done:!1}:o?o(t):t}:o}}function j(e){if(!Symbol.asyncIterator)throw TypeError("Symbol.asyncIterator is not defined.");var t,n=e[Symbol.asyncIterator];return n?n.call(e):(e=y(e),t={},r("next"),r("throw"),r("return"),t[Symbol.asyncIterator]=function(){return this},t);function r(n){t[n]=e[n]&&function(t){return new Promise(function(r,o){(function(e,t,n,r){Promise.resolve(r).then(function(t){e({value:t,done:n})},t)})(r,o,(t=e[n](t)).done,t.value)})}}}function E(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e}var P=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t};function C(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&h(t,e,n);return P(t,e),t}function A(e){return e&&e.__esModule?e:{default:e}}function T(e,t,n,r){if("a"===n&&!r)throw TypeError("Private accessor was defined without a getter");if("function"==typeof t?e!==t||!r:!t.has(e))throw TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?r:"a"===n?r.call(e):r?r.value:t.get(e)}function I(e,t,n,r,o){if("m"===r)throw TypeError("Private method is not writable");if("a"===r&&!o)throw TypeError("Private accessor was defined without a setter");if("function"==typeof t?e!==t||!o:!t.has(e))throw TypeError("Cannot write private member to an object whose class did not declare it");return"a"===r?o.call(e,n):o?o.value=n:t.set(e,n),n}function M(e,t){if(null===t||"object"!=typeof t&&"function"!=typeof t)throw TypeError("Cannot use 'in' operator on non-object");return"function"==typeof e?t===e:e.has(t)}function D(e,t,n){if(null!=t){var r;if("object"!=typeof t)throw TypeError("Object expected.");if(n){if(!Symbol.asyncDispose)throw TypeError("Symbol.asyncDispose is not defined.");r=t[Symbol.asyncDispose]}if(void 0===r){if(!Symbol.dispose)throw TypeError("Symbol.dispose is not defined.");r=t[Symbol.dispose]}if("function"!=typeof r)throw TypeError("Object not disposable.");e.stack.push({value:t,dispose:r,async:n})}else n&&e.stack.push({async:!0});return t}var N="function"==typeof SuppressedError?SuppressedError:function(e,t,n){var r=Error(n);return r.name="SuppressedError",r.error=e,r.suppressed=t,r};function L(e){function t(t){e.error=e.hasError?new N(t,e.error,"An error was suppressed during disposal."):t,e.hasError=!0}return function n(){for(;e.stack.length;){var r=e.stack.pop();try{var o=r.dispose&&r.dispose.call(r.value);if(r.async)return Promise.resolve(o).then(n,function(e){return t(e),n()})}catch(e){t(e)}}if(e.hasError)throw e.error}()}let R={__extends:o,__assign:a,__rest:i,__decorate:s,__param:c,__metadata:f,__awaiter:g,__generator:b,__createBinding:h,__exportStar:m,__values:y,__read:v,__spread:_,__spreadArrays:x,__spreadArray:w,__await:k,__asyncGenerator:S,__asyncDelegator:O,__asyncValues:j,__makeTemplateObject:E,__importStar:C,__importDefault:A,__classPrivateFieldGet:T,__classPrivateFieldSet:I,__classPrivateFieldIn:M,__addDisposableResource:D,__disposeResources:L}},75150:function(e,t,n){"use strict";n.r(t),n.d(t,{default:function(){return r}});let r={title:"Docusaurus",tagline:"Build optimized websites quickly, focus on your content",organizationName:"facebook",projectName:"docusaurus",baseUrl:"/",baseUrlIssueBanner:!0,url:"https://docusaurus.io",future:{experimental_faster:{swcJsLoader:!0,swcJsMinimizer:!0,swcHtmlMinimizer:!0,lightningCssMinimizer:!0,mdxCrossCompilerCache:!0,rspackBundler:!0},experimental_storage:{namespace:!0,type:"localStorage"},experimental_router:"hash"},trailingSlash:!1,stylesheets:[{href:"/katex/katex.min.css",type:"text/css"}],i18n:{defaultLocale:"en",locales:["en","fr","pt-BR","ko","zh-CN"],path:"i18n",localeConfigs:{}},markdown:{format:"detect",mermaid:!0,mdx1Compat:{comments:!0,admonitions:!0,headingIds:!0},remarkRehypeOptions:{footnoteLabel:"Footnotes"},anchors:{maintainCase:!1}},onBrokenLinks:"throw",onBrokenAnchors:"throw",onBrokenMarkdownLinks:"warn",favicon:"img/docusaurus.ico",customFields:{crashTest:!1,isDeployPreview:!1,description:"An optimized site generator in React. Docusaurus helps you to move fast and write content. Build documentation websites, blogs, marketing pages, and more.",announcedVersion:"3.5"},staticDirectories:["static","/home/runner/work/docusaurus/docusaurus/website/_dogfooding/_asset-tests","/home/runner/work/docusaurus/docusaurus/website/_dogfooding/non-existent"],themes:["live-codeblock",null],plugins:[!1,["./src/plugins/changelog/index.js",{blogTitle:"Docusaurus changelog",blogDescription:"Keep yourself up-to-date about new features in every release",blogSidebarCount:"ALL",blogSidebarTitle:"Changelog",routeBasePath:"/changelog",showReadingTime:!1,postsPerPage:20,archiveBasePath:null,authorsMapPath:"authors.json",feedOptions:{type:"all",title:"Docusaurus changelog",description:"Keep yourself up-to-date about new features in every release",copyright:"Copyright \xa9 2024 Facebook, Inc.",language:"en"},onInlineAuthors:"warn"}],["content-docs",{id:"community",path:"community",routeBasePath:"community",remarkPlugins:[null],editCurrentVersion:!0,sidebarPath:"./sidebarsCommunity.js",showLastUpdateAuthor:!0,showLastUpdateTime:!0}],["client-redirects",{fromExtensions:["html"],redirects:[{from:["/docs/support","/docs/next/support"],to:"/community/support"},{from:["/docs/team","/docs/next/team"],to:"/community/team"},{from:["/docs/resources","/docs/next/resources"],to:"/community/resources"},{from:["/home/"],to:"/"},{from:["/home/qs"],to:"/?a=1"},{from:["/home/anchor"],to:"/#anchor"},{from:["/home/absolute"],to:"https://docusaurus.io/"},{from:["/home/absolute/qs"],to:"https://docusaurus.io/?a=1"},{from:["/home/absolute/anchor"],to:"https://docusaurus.io/#anchor"}]}],["ideal-image",{quality:70,max:1030,min:640,steps:2,disableInDev:!0}],["pwa",{offlineModeActivationStrategies:["appInstalled","standalone","queryString"],swCustom:"/home/runner/work/docusaurus/docusaurus/website/src/sw.js",pwaHead:[{tagName:"link",rel:"icon",href:"img/docusaurus.png"},{tagName:"link",rel:"manifest",href:"manifest.json"},{tagName:"meta",name:"theme-color",content:"rgb(37, 194, 160)"},{tagName:"meta",name:"apple-mobile-web-app-capable",content:"yes"},{tagName:"meta",name:"apple-mobile-web-app-status-bar-style",content:"#000"},{tagName:"link",rel:"apple-touch-icon",href:"img/docusaurus.png"},{tagName:"link",rel:"mask-icon",href:"img/docusaurus.png",color:"rgb(62, 204, 94)"},{tagName:"meta",name:"msapplication-TileImage",content:"img/docusaurus.png"},{tagName:"meta",name:"msapplication-TileColor",content:"#000"}]}],"@docusaurus/theme-mermaid","./src/plugins/featureRequests/FeatureRequestsPlugin.js",["content-docs",{id:"docs-tests",routeBasePath:"/tests/docs",sidebarPath:"_dogfooding/docs-tests-sidebars.js",versions:{current:{noIndex:!0}},onInlineTags:"warn",tags:"tags.yml",recmaPlugins:[[null,null]],path:"_dogfooding/_docs tests",showLastUpdateTime:!0,showLastUpdateAuthor:!0}],["@docusaurus/plugin-content-blog",{id:"blog-tests",path:"_dogfooding/_blog tests",routeBasePath:"/tests/blog",editUrl:"https://github.com/facebook/docusaurus/edit/main/website/_dogfooding/_blog-tests",postsPerPage:3,blogSidebarCount:"ALL",feedOptions:{type:"all",title:"Docusaurus Tests Blog",copyright:"Copyright \xa9 2024 Facebook, Inc.",xslt:{rss:"custom-rss.xsl",atom:"custom-atom.xsl"}},onInlineTags:"warn",onInlineAuthors:"ignore",onUntruncatedBlogPosts:"ignore",tags:"tags.yml"}],["/home/runner/work/docusaurus/docusaurus/packages/docusaurus-plugin-content-pages/lib/index.js",{id:"pages-tests",path:"_dogfooding/_pages tests",routeBasePath:"/tests/pages",showLastUpdateTime:!0,showLastUpdateAuthor:!0}],null],presets:[["classic",{debug:!0,docs:{path:"docs",sidebarPath:"sidebars.ts",admonitions:{keywords:["my-custom-admonition"]},showLastUpdateAuthor:!0,showLastUpdateTime:!0,remarkPlugins:[[null,{sync:!0}],null,null],rehypePlugins:[null],disableVersioning:!1,lastVersion:"current",onlyIncludeVersions:["current"],versions:{current:{label:"Canary \uD83D\uDEA7"}}},blog:{path:"blog",showLastUpdateAuthor:!0,showLastUpdateTime:!0,remarkPlugins:[null],postsPerPage:5,feedOptions:{type:"all",description:"Keep up to date with upcoming Docusaurus releases and articles by following our feed!",copyright:"Copyright \xa9 2024 Facebook, Inc.",xslt:!0},blogTitle:"Docusaurus blog",blogDescription:"Read blog posts about Docusaurus from the team",blogSidebarCount:"ALL",blogSidebarTitle:"All our posts",onUntruncatedBlogPosts:"throw",onInlineTags:"throw"},pages:{remarkPlugins:[null],showLastUpdateAuthor:!0,showLastUpdateTime:!0},theme:{customCss:["./src/css/custom.css","./_dogfooding/dogfooding.css"]},gtag:{trackingID:["G-E5CR2Q1NRE"]},sitemap:{ignorePatterns:["/tests/{blog,pages}/**"],lastmod:"date",priority:null,changefreq:null}}]],themeConfig:{liveCodeBlock:{playgroundPosition:"bottom"},docs:{sidebar:{hideable:!0,autoCollapseCategories:!0},versionPersistence:"localStorage"},colorMode:{defaultMode:"light",disableSwitch:!1,respectPrefersColorScheme:!0},announcementBar:{id:"announcementBar-v3.5",content:'\uD83C\uDF89\uFE0F <b><a target="_blank" href="https://docusaurus.io/blog/releases/3.5">Docusaurus v3.5</a> is out!</b> \uD83E\uDD73\uFE0F',isCloseable:!0},prism:{additionalLanguages:["java","latex","haskell","matlab","php","powershell","bash","diff","json","scss"],magicComments:[{className:"theme-code-block-highlighted-line",line:"highlight-next-line",block:{start:"highlight-start",end:"highlight-end"}},{className:"code-block-error-line",line:"This will error"}],theme:{plain:{color:"#393A34",backgroundColor:"#f6f8fa"},styles:[{types:["comment","prolog","doctype","cdata"],style:{color:"#999988",fontStyle:"italic"}},{types:["namespace"],style:{opacity:.7}},{types:["string","attr-value"],style:{color:"#e3116c"}},{types:["punctuation","operator"],style:{color:"#393A34"}},{types:["entity","url","symbol","number","boolean","variable","constant","property","regex","inserted"],style:{color:"#36acaa"}},{types:["atrule","keyword","attr-name","selector"],style:{color:"#00a4db"}},{types:["function","deleted","tag"],style:{color:"#d73a49"}},{types:["function-variable"],style:{color:"#6f42c1"}},{types:["tag","selector","keyword"],style:{color:"#00009f"}},{types:["title"],style:{color:"#0550AE",fontWeight:"bold"}},{types:["parameter"],style:{color:"#953800"}},{types:["boolean","rule","color","number","constant","property"],style:{color:"#005CC5"}},{types:["atrule","tag"],style:{color:"#22863A"}},{types:["script"],style:{color:"#24292E"}},{types:["operator","unit","rule"],style:{color:"#D73A49"}},{types:["font-matter","string","attr-value"],style:{color:"#C6105F"}},{types:["class-name"],style:{color:"#116329"}},{types:["attr-name"],style:{color:"#0550AE"}},{types:["keyword"],style:{color:"#CF222E"}},{types:["function"],style:{color:"#8250DF"}},{types:["selector"],style:{color:"#6F42C1"}},{types:["variable"],style:{color:"#E36209"}},{types:["comment"],style:{color:"#6B6B6B"}}]},darkTheme:{plain:{color:"#D4D4D4",backgroundColor:"#212121"},styles:[{types:["prolog"],style:{color:"rgb(0, 0, 128)"}},{types:["comment"],style:{color:"rgb(106, 153, 85)"}},{types:["builtin","changed","keyword","interpolation-punctuation"],style:{color:"rgb(86, 156, 214)"}},{types:["number","inserted"],style:{color:"rgb(181, 206, 168)"}},{types:["constant"],style:{color:"rgb(100, 102, 149)"}},{types:["attr-name","variable"],style:{color:"rgb(156, 220, 254)"}},{types:["deleted","string","attr-value","template-punctuation"],style:{color:"rgb(206, 145, 120)"}},{types:["selector"],style:{color:"rgb(215, 186, 125)"}},{types:["tag"],style:{color:"rgb(78, 201, 176)"}},{types:["tag"],languages:["markup"],style:{color:"rgb(86, 156, 214)"}},{types:["punctuation","operator"],style:{color:"rgb(212, 212, 212)"}},{types:["punctuation"],languages:["markup"],style:{color:"#808080"}},{types:["function"],style:{color:"rgb(220, 220, 170)"}},{types:["class-name"],style:{color:"rgb(78, 201, 176)"}},{types:["char"],style:{color:"rgb(209, 105, 105)"}},{types:["title"],style:{color:"#569CD6",fontWeight:"bold"}},{types:["property","parameter"],style:{color:"#9CDCFE"}},{types:["script"],style:{color:"#D4D4D4"}},{types:["boolean","arrow","atrule","tag"],style:{color:"#569CD6"}},{types:["number","color","unit"],style:{color:"#B5CEA8"}},{types:["font-matter"],style:{color:"#CE9178"}},{types:["keyword","rule"],style:{color:"#C586C0"}},{types:["regex"],style:{color:"#D16969"}},{types:["maybe-class-name"],style:{color:"#4EC9B0"}},{types:["constant"],style:{color:"#4FC1FF"}}]}},image:"img/docusaurus-social-card.jpg",algolia:{appId:"X1Z85QJPUV",apiKey:"bf7211c161e8205da2f933a02534105a",indexName:"docusaurus-2",contextualSearch:!0,searchParameters:{},searchPagePath:"search"},navbar:{hideOnScroll:!0,title:"Docusaurus",logo:{alt:"",src:"img/docusaurus.svg",srcDark:"img/docusaurus_keytar.svg",width:32,height:32},items:[{type:"doc",position:"left",docId:"introduction",label:"Docs"},{type:"docSidebar",position:"left",sidebarId:"api",label:"API"},{to:"blog",label:"Blog",position:"left"},{to:"showcase",label:"Showcase",position:"left"},{to:"/community/support",label:"Community",position:"left",activeBaseRegex:"/community/"},{type:"doc",docId:"index",label:"Tests",docsPluginId:"docs-tests",position:"left"},{type:"custom-dogfood-navbar-item",content:"\uD83D\uDE09",position:"left"},{type:"docsVersionDropdown",position:"right",dropdownActiveClassDisabled:!0,dropdownItemsAfter:[{type:"html",value:'<hr class="dropdown-separator">'},{type:"html",className:"dropdown-archived-versions",value:"<b>Archived versions</b>"},{label:"2.3.1",href:"https://docusaurus-archive-october-2023.netlify.app/docs/2.3.1"},{label:"2.2.0",href:"https://docusaurus-archive-october-2023.netlify.app/docs/2.2.0"},{label:"2.1.0",href:"https://docusaurus-archive-october-2023.netlify.app/docs/2.1.0"},{label:"2.0.1",href:"https://docusaurus-archive-october-2023.netlify.app/docs/2.0.1"},{href:"https://v1.docusaurus.io",label:"1.x.x"},{type:"html",value:'<hr class="dropdown-separator">'},{to:"/versions",label:"All versions"}],dropdownItemsBefore:[]},{type:"localeDropdown",position:"right",dropdownItemsAfter:[{type:"html",value:'<hr style="margin: 0.3rem 0;">'},{href:"https://github.com/facebook/docusaurus/issues/3526",label:"Help Us Translate"}],dropdownItemsBefore:[]},{href:"https://github.com/facebook/docusaurus",position:"right",className:"header-github-link","aria-label":"GitHub repository"}]},footer:{style:"dark",links:[{title:"Learn",items:[{label:"Introduction",to:"docs"},{label:"Installation",to:"docs/installation"},{label:"Migration from v1 to v2",to:"docs/migration"}]},{title:"Community",items:[{label:"Stack Overflow",href:"https://stackoverflow.com/questions/tagged/docusaurus"},{label:"Feature Requests",to:"/feature-requests"},{label:"Discord",href:"https://discordapp.com/invite/docusaurus"},{label:"Help",to:"/community/support"}]},{title:"More",items:[{label:"Blog",to:"blog"},{label:"Changelog",to:"/changelog"},{label:"GitHub",href:"https://github.com/facebook/docusaurus"},{label:"X",href:"https://x.com/docusaurus"},{html:'\n <a href="https://www.netlify.com" target="_blank" rel="noreferrer noopener" aria-label="Deploys by Netlify">\n <img src="https://www.netlify.com/img/global/badges/netlify-color-accent.svg" alt="Deploys by Netlify" width="114" height="51" />\n </a>\n '},{html:'\n <a href="https://argos-ci.com" target="_blank" rel="noreferrer noopener" aria-label="Covered by Argos">\n <img src="https://argos-ci.com/badge.svg" alt="Covered by Argos" width="133" height="20" />\n </a>\n '}]},{title:"Legal",items:[{label:"Privacy",href:"https://opensource.facebook.com/legal/privacy/"},{label:"Terms",href:"https://opensource.facebook.com/legal/terms/"},{label:"Cookie Policy",href:"https://opensource.facebook.com/legal/cookie-policy/"}]}],logo:{alt:"Meta Open Source Logo",src:"/img/meta_opensource_logo_negative.svg",href:"https://opensource.fb.com"},copyright:"Copyright \xa9 2024 Meta Platforms, Inc. Built with Docusaurus."},blog:{sidebar:{groupByYear:!0}},metadata:[],tableOfContents:{minHeadingLevel:2,maxHeadingLevel:3},mermaid:{theme:{dark:"dark",light:"default"},options:{}}},onDuplicateRoutes:"warn",scripts:[],headTags:[],clientModules:[],titleDelimiter:"|",noIndex:!1}},62627:function(e){"use strict";e.exports={}},37138:function(e){"use strict";e.exports=JSON.parse('{"/__docusaurus/debug-5ff":{"__comp":"23abe487","__context":{"plugin":"b38399eb"}},"/__docusaurus/debug/config-5ba":{"__comp":"23abe487","__context":{"plugin":"b38399eb"}},"/__docusaurus/debug/content-a2b":{"__comp":"ba8b3534","__context":{"plugin":"b38399eb"},"__props":"3c0a97de"},"/__docusaurus/debug/globalData-c3c":{"__comp":"ede3a018","__context":{"plugin":"b38399eb"}},"/__docusaurus/debug/metadata-156":{"__comp":"68e633d4","__context":{"plugin":"b38399eb"}},"/__docusaurus/debug/registry-88c":{"__comp":"6794d4cd","__context":{"plugin":"b38399eb"}},"/__docusaurus/debug/routes-000":{"__comp":"946bd85a","__context":{"plugin":"b38399eb"}},"/blog-919":{"__comp":"a6aa9e1f","__context":{"plugin":"36994c47"},"sidebar":"814f3328","items":[{"content":"0ec69376"},{"content":"1f0f0e17"},{"content":"ef5a0ba3"},{"content":"060daea9"},{"content":"33a17176"}],"__props":"c15d9823"},"/blog/2017/12/14/introducing-docusaurus-290":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"sidebar":"814f3328","content":"5c7aa639"},"/blog/2018/04/30/How-I-Converted-Profilo-To-Docusaurus-945":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"sidebar":"814f3328","content":"7f3dfa04"},"/blog/2018/09/11/Towards-Docusaurus-2-f75":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"sidebar":"814f3328","content":"a68a7a4e"},"/blog/2018/12/14/Happy-First-Birthday-Slash-322":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"sidebar":"814f3328","content":"39485f13"},"/blog/2019/12/30/docusaurus-2019-recap-71b":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"sidebar":"814f3328","content":"7d1ac6e6"},"/blog/2020/01/07/tribute-to-endi-a35":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"sidebar":"814f3328","content":"4052c491"},"/blog/2021/01/19/docusaurus-2020-recap-5d1":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"sidebar":"814f3328","content":"c4990fee"},"/blog/2021/03/09/releasing-docusaurus-i18n-e1b":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"sidebar":"814f3328","content":"b1a9994a"},"/blog/2021/05/12/announcing-docusaurus-two-beta-fa1":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"sidebar":"814f3328","content":"98b4a860"},"/blog/2021/11/21/algolia-docsearch-migration-5e8":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"sidebar":"814f3328","content":"9f9142d7"},"/blog/2022/01/24/docusaurus-2021-recap-d4b":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"sidebar":"814f3328","content":"4228388b"},"/blog/2022/08/01/announcing-docusaurus-2.0-c4f":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"sidebar":"814f3328","content":"519746e1"},"/blog/2022/09/01/docusaurus-2.1-2c5":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"sidebar":"814f3328","content":"0e9c6edc"},"/blog/archive-182":{"__comp":"9e4087bc","__context":{"plugin":"36994c47"},"__props":"f81c1134"},"/blog/authors-0b7":{"__comp":"621db11d","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"sidebar":"814f3328","__props":"ef8b811a"},"/blog/authors/j-marcey-4db":{"__comp":"33fc5bb8","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"items":[{"content":"ee45215e"},{"content":"b4cf731e"},{"content":"5c640cab"},{"content":"ad5b23ac"},{"content":"554438a9"}],"sidebar":"814f3328","__props":"fa58ade0"},"/blog/authors/josh-cena-782":{"__comp":"33fc5bb8","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"items":[{"content":"ee45215e"},{"content":"54542266"}],"sidebar":"814f3328","__props":"d7f95698"},"/blog/authors/lex-111-39c":{"__comp":"33fc5bb8","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"items":[{"content":"ee45215e"},{"content":"b4cf731e"}],"sidebar":"814f3328","__props":"322917e9"},"/blog/authors/slorber-663":{"__comp":"33fc5bb8","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"items":[{"content":"0ec69376"},{"content":"1f0f0e17"},{"content":"ef5a0ba3"},{"content":"060daea9"},{"content":"33a17176"}],"sidebar":"814f3328","__props":"ee89fdbd"},"/blog/authors/slorber/authors/2-7db":{"__comp":"33fc5bb8","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"items":[{"content":"95e8e4ff"},{"content":"6e08c139"},{"content":"8075f6fd"},{"content":"2451b334"},{"content":"ee258e29"}],"sidebar":"814f3328","__props":"815cf1b3"},"/blog/authors/slorber/authors/3-c08":{"__comp":"33fc5bb8","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"items":[{"content":"77da816e"},{"content":"0bc851e0"},{"content":"ee45215e"},{"content":"24dd9243"},{"content":"b4cf731e"}],"sidebar":"814f3328","__props":"9c203397"},"/blog/authors/slorber/authors/4-462":{"__comp":"33fc5bb8","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"items":[{"content":"6199064d"},{"content":"d86891f4"}],"sidebar":"814f3328","__props":"7cbcfa04"},"/blog/authors/yangshun-a56":{"__comp":"33fc5bb8","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"items":[{"content":"ee45215e"},{"content":"b4cf731e"},{"content":"5e335fc2"}],"sidebar":"814f3328","__props":"1dea6ca3"},"/blog/authors/zpao-494":{"__comp":"33fc5bb8","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"items":[{"content":"ee45215e"}],"sidebar":"814f3328","__props":"a4402643"},"/blog/page/2-53a":{"__comp":"a6aa9e1f","__context":{"plugin":"36994c47"},"sidebar":"814f3328","items":[{"content":"95e8e4ff"},{"content":"6e08c139"},{"content":"8075f6fd"},{"content":"2451b334"},{"content":"ee258e29"}],"__props":"8ea09047"},"/blog/page/3-2c3":{"__comp":"a6aa9e1f","__context":{"plugin":"36994c47"},"sidebar":"814f3328","items":[{"content":"77da816e"},{"content":"0bc851e0"},{"content":"ee45215e"},{"content":"54542266"},{"content":"24dd9243"}],"__props":"18ffe98c"},"/blog/page/4-c21":{"__comp":"a6aa9e1f","__context":{"plugin":"36994c47"},"sidebar":"814f3328","items":[{"content":"b4cf731e"},{"content":"6199064d"},{"content":"d86891f4"},{"content":"5c640cab"},{"content":"5e335fc2"}],"__props":"40011a75"},"/blog/page/5-cb3":{"__comp":"a6aa9e1f","__context":{"plugin":"36994c47"},"sidebar":"814f3328","items":[{"content":"ad5b23ac"},{"content":"138ea42e"},{"content":"6c1df059"},{"content":"554438a9"}],"__props":"7dd3b2a7"},"/blog/preparing-your-site-for-docusaurus-v3-fa1":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"sidebar":"814f3328","content":"141512d1"},"/blog/releases/2.2-181":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"sidebar":"814f3328","content":"0938a5e1"},"/blog/releases/2.3-e10":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"sidebar":"814f3328","content":"38dd9662"},"/blog/releases/2.4-367":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"sidebar":"814f3328","content":"0b7c2a4a"},"/blog/releases/3.0-51e":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"sidebar":"814f3328","content":"575718d1"},"/blog/releases/3.1-6d6":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"sidebar":"814f3328","content":"028951d7"},"/blog/releases/3.2-eb1":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"sidebar":"814f3328","content":"16f8f4fb"},"/blog/releases/3.3-c55":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"sidebar":"814f3328","content":"c00eca4d"},"/blog/releases/3.4-502":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"sidebar":"814f3328","content":"1582a4a4"},"/blog/releases/3.5-c7a":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"sidebar":"814f3328","content":"859d83d7"},"/blog/tags-287":{"__comp":"01a85c17","__context":{"plugin":"36994c47"},"sidebar":"814f3328","__props":"3a2db09e"},"/blog/tags/adoption-7a2":{"__comp":"6875c492","__context":{"plugin":"36994c47"},"sidebar":"814f3328","items":[{"content":"138ea42e"},{"content":"6c1df059"}],"__props":"72169416"},"/blog/tags/beta-5b7":{"__comp":"6875c492","__context":{"plugin":"36994c47"},"sidebar":"814f3328","items":[{"content":"b4cf731e"}],"__props":"bf6bbe3c"},"/blog/tags/birth-9c8":{"__comp":"6875c492","__context":{"plugin":"36994c47"},"sidebar":"814f3328","items":[{"content":"ad5b23ac"}],"__props":"cb70be21"},"/blog/tags/blog-84c":{"__comp":"6875c492","__context":{"plugin":"36994c47"},"sidebar":"814f3328","items":[{"content":"554438a9"}],"__props":"1562cf35"},"/blog/tags/documentation-4d8":{"__comp":"6875c492","__context":{"plugin":"36994c47"},"sidebar":"814f3328","items":[{"content":"554438a9"}],"__props":"af8066c0"},"/blog/tags/docusaurus-b47":{"__comp":"6875c492","__context":{"plugin":"36994c47"},"sidebar":"814f3328","items":[{"content":"554438a9"}],"__props":"3217192f"},"/blog/tags/endi-e71":{"__comp":"6875c492","__context":{"plugin":"36994c47"},"sidebar":"814f3328","items":[{"content":"5c640cab"}],"__props":"2e94ec99"},"/blog/tags/i-18-n-f05":{"__comp":"6875c492","__context":{"plugin":"36994c47"},"sidebar":"814f3328","items":[{"content":"6199064d"}],"__props":"bb2243f8"},"/blog/tags/maintenance-219":{"__comp":"6875c492","__context":{"plugin":"36994c47"},"sidebar":"814f3328","items":[{"content":"6e08c139"}],"__props":"bd03c380"},"/blog/tags/new-a1f":{"__comp":"6875c492","__context":{"plugin":"36994c47"},"sidebar":"814f3328","items":[{"content":"138ea42e"}],"__props":"edbcb51a"},"/blog/tags/profilo-6af":{"__comp":"6875c492","__context":{"plugin":"36994c47"},"sidebar":"814f3328","items":[{"content":"6c1df059"}],"__props":"7f26acbd"},"/blog/tags/recap-bd8":{"__comp":"6875c492","__context":{"plugin":"36994c47"},"sidebar":"814f3328","items":[{"content":"54542266"},{"content":"d86891f4"},{"content":"5e335fc2"}],"__props":"de607ee0"},"/blog/tags/release-b02":{"__comp":"6875c492","__context":{"plugin":"36994c47"},"sidebar":"814f3328","items":[{"content":"0ec69376"},{"content":"1f0f0e17"},{"content":"ef5a0ba3"},{"content":"060daea9"},{"content":"33a17176"}],"__props":"c9cac9d9"},"/blog/tags/release/page/2-9dc":{"__comp":"6875c492","__context":{"plugin":"36994c47"},"sidebar":"814f3328","items":[{"content":"95e8e4ff"},{"content":"8075f6fd"},{"content":"2451b334"},{"content":"ee258e29"},{"content":"77da816e"}],"__props":"c1866819"},"/blog/tags/release/page/3-e95":{"__comp":"6875c492","__context":{"plugin":"36994c47"},"sidebar":"814f3328","items":[{"content":"0bc851e0"},{"content":"ee45215e"},{"content":"b4cf731e"},{"content":"6199064d"}],"__props":"56350a98"},"/blog/tags/search-5bc":{"__comp":"6875c492","__context":{"plugin":"36994c47"},"sidebar":"814f3328","items":[{"content":"24dd9243"}],"__props":"8d4ea9fe"},"/blog/tags/tribute-fc3":{"__comp":"6875c492","__context":{"plugin":"36994c47"},"sidebar":"814f3328","items":[{"content":"5c640cab"}],"__props":"03e1b3c8"},"/blog/upgrading-frontend-dependencies-with-confidence-using-visual-regression-testing-0cb":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"sidebar":"814f3328","content":"e818fdac"},"/changelog-3ab":{"__comp":"0a544fe9","__context":{"plugin":"46765cf2"},"sidebar":"951faa55","items":[{"content":"1541e184"},{"content":"7cfc4650"},{"content":"e4a5c9f0"},{"content":"e726f18e"},{"content":"41f17299"},{"content":"924aa2c8"},{"content":"d7281606"},{"content":"745d094c"},{"content":"ceef9751"},{"content":"be1a9fc5"},{"content":"b71a2a89"},{"content":"797b79df"},{"content":"ee9d4de7"},{"content":"e8eca889"},{"content":"47d4c0e5"},{"content":"5140cc17"},{"content":"a54aa980"},{"content":"e1b7d523"},{"content":"64aa9092"},{"content":"43b66818"}],"__props":"07b390a7"},"/changelog/2.0.0-0b5":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"3bc24440"},"/changelog/2.0.0-alpha.19-60e":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"799b9126"},"/changelog/2.0.0-alpha.20-a88":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"017f8056"},"/changelog/2.0.0-alpha.21-dcb":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"a907b7c3"},"/changelog/2.0.0-alpha.22-f64":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"9e151db7"},"/changelog/2.0.0-alpha.23-14b":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"7033176a"},"/changelog/2.0.0-alpha.24-64b":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"d08c98d1"},"/changelog/2.0.0-alpha.25-c7a":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"12769aa9"},"/changelog/2.0.0-alpha.26-264":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"72810b49"},"/changelog/2.0.0-alpha.27-2ae":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"2bbd92ba"},"/changelog/2.0.0-alpha.28-462":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"2e30738d"},"/changelog/2.0.0-alpha.29-684":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"02e1f9a9"},"/changelog/2.0.0-alpha.30-dd8":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"9f70a9f9"},"/changelog/2.0.0-alpha.31-5db":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"5651bc45"},"/changelog/2.0.0-alpha.32-992":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"9059c83e"},"/changelog/2.0.0-alpha.33-c15":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"92aa9055"},"/changelog/2.0.0-alpha.34-2a9":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"eabf3fcb"},"/changelog/2.0.0-alpha.35-7de":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"67bff682"},"/changelog/2.0.0-alpha.36-a3c":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"67445aac"},"/changelog/2.0.0-alpha.37-64c":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"2577bdb7"},"/changelog/2.0.0-alpha.38-4d4":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"d8b371ba"},"/changelog/2.0.0-alpha.39-974":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"2d0df73d"},"/changelog/2.0.0-alpha.40-1d2":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"e1a55b77"},"/changelog/2.0.0-alpha.41-ddb":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"d8b8f224"},"/changelog/2.0.0-alpha.43-bed":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"83808d4b"},"/changelog/2.0.0-alpha.44-c67":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"75d8497c"},"/changelog/2.0.0-alpha.48-33e":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"8bf84dbe"},"/changelog/2.0.0-alpha.49-f25":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"9229eb36"},"/changelog/2.0.0-alpha.50-54a":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"aec260ae"},"/changelog/2.0.0-alpha.51-aa6":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"ed36f606"},"/changelog/2.0.0-alpha.53-f60":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"51cfc813"},"/changelog/2.0.0-alpha.54-a32":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"73004b36"},"/changelog/2.0.0-alpha.55-2f1":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"ab4f64ba"},"/changelog/2.0.0-alpha.56-cb5":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"dfdaed21"},"/changelog/2.0.0-alpha.57-b6f":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"1dd15aef"},"/changelog/2.0.0-alpha.58-143":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"29291bc0"},"/changelog/2.0.0-alpha.59-03b":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"487d990e"},"/changelog/2.0.0-alpha.60-b26":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"8050e487"},"/changelog/2.0.0-alpha.61-3bc":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"3200d13e"},"/changelog/2.0.0-alpha.62-0ee":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"97fd818d"},"/changelog/2.0.0-alpha.63-ca1":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"5b85a2c0"},"/changelog/2.0.0-alpha.64-3a2":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"575b7f6e"},"/changelog/2.0.0-alpha.65-cba":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"27e2fb4b"},"/changelog/2.0.0-alpha.66-94a":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"69d00ea1"},"/changelog/2.0.0-alpha.67-fae":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"c51e6704"},"/changelog/2.0.0-alpha.68-2aa":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"d068e1ab"},"/changelog/2.0.0-alpha.69-609":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"7c3d1b8c"},"/changelog/2.0.0-alpha.70-69b":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"44f0a4a7"},"/changelog/2.0.0-alpha.71-2f7":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"4794e44a"},"/changelog/2.0.0-alpha.72-c50":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"748308c5"},"/changelog/2.0.0-alpha.73-f2b":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"ef147677"},"/changelog/2.0.0-alpha.74-f9a":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"4a70d01c"},"/changelog/2.0.0-alpha.75-f9b":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"6466e69d"},"/changelog/2.0.0-beta.0-e90":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"6c055727"},"/changelog/2.0.0-beta.1-92a":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"15fed87b"},"/changelog/2.0.0-beta.10-971":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"cb122af7"},"/changelog/2.0.0-beta.11-d87":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"d8476605"},"/changelog/2.0.0-beta.12-0b4":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"134f983b"},"/changelog/2.0.0-beta.13-3f0":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"66664890"},"/changelog/2.0.0-beta.14-630":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"2dda743d"},"/changelog/2.0.0-beta.15-e92":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"ecd89017"},"/changelog/2.0.0-beta.16-908":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"6ab75597"},"/changelog/2.0.0-beta.17-6a9":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"bccd76a8"},"/changelog/2.0.0-beta.18-a61":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"af43d14c"},"/changelog/2.0.0-beta.19-bff":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"a271b010"},"/changelog/2.0.0-beta.2-36c":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"43cd9bda"},"/changelog/2.0.0-beta.20-298":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"0b899567"},"/changelog/2.0.0-beta.21-167":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"0fbf443b"},"/changelog/2.0.0-beta.22-fad":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"08eb0f2d"},"/changelog/2.0.0-beta.3-935":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"3f37e3c4"},"/changelog/2.0.0-beta.4-0fe":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"37bd3c63"},"/changelog/2.0.0-beta.5-217":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"48325788"},"/changelog/2.0.0-beta.6-5d5":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"25dbbc3e"},"/changelog/2.0.0-beta.7-79c":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"8be705a1"},"/changelog/2.0.0-beta.8-1f3":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"e4700498"},"/changelog/2.0.0-beta.9-dcd":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"f16d59d0"},"/changelog/2.0.0-rc.1-5e2":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"ae9935bc"},"/changelog/2.0.1-1ca":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"3ca89387"},"/changelog/2.1.0-c65":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"f4efd2af"},"/changelog/2.2.0-6ec":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"0f148a51"},"/changelog/2.3.0-40e":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"d4a0d5da"},"/changelog/2.3.1-68b":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"5fb252f5"},"/changelog/2.4.0-c76":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"845bdfd1"},"/changelog/2.4.1-57d":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"3291828e"},"/changelog/2.4.2-dbd":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"984fb229"},"/changelog/2.4.3-077":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"688c67ec"},"/changelog/3.0.0-975":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"dc42def8"},"/changelog/3.0.1-bb2":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"2f06f2d2"},"/changelog/3.1.0-6c5":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"90545aa3"},"/changelog/3.1.1-b77":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"c9691cb1"},"/changelog/3.2.0-35a":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"e25fe746"},"/changelog/3.2.1-994":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"09de563b"},"/changelog/3.3.0-d6b":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"d6e02a6f"},"/changelog/3.3.1-caf":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"02c96a3c"},"/changelog/3.3.2-d0a":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"3c0765d5"},"/changelog/3.4.0-4b7":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"0398899e"},"/changelog/3.5.0-aaa":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"429aee9a"},"/changelog/3.5.1-4af":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"ff98649e"},"/changelog/3.5.2-407":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"75bdc829"},"/changelog/authors-9c6":{"__comp":"621db11d","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","__props":"3a6019d8"},"/changelog/page/2-531":{"__comp":"0a544fe9","__context":{"plugin":"46765cf2"},"sidebar":"951faa55","items":[{"content":"8625da58"},{"content":"3b2c7f61"},{"content":"5df873bd"},{"content":"728fd2f1"},{"content":"3653b226"},{"content":"487c3fae"},{"content":"1a839d3d"},{"content":"08b2e33e"},{"content":"bc302511"},{"content":"090b93b4"},{"content":"3089c7fb"},{"content":"ec67df2f"},{"content":"39be8897"},{"content":"d7477d10"},{"content":"eb7779dd"},{"content":"907232bd"},{"content":"8b6ce0ec"},{"content":"f6970338"},{"content":"f59f4822"},{"content":"dcd8b0d5"}],"__props":"3f602128"},"/changelog/page/3-8d4":{"__comp":"0a544fe9","__context":{"plugin":"46765cf2"},"sidebar":"951faa55","items":[{"content":"37de9ece"},{"content":"198b37c5"},{"content":"66e08b1e"},{"content":"8f8b968f"},{"content":"a0355907"},{"content":"143e0c63"},{"content":"a74dca09"},{"content":"c01d2348"},{"content":"1b641e9e"},{"content":"ce9244da"},{"content":"19751689"},{"content":"addd9d98"},{"content":"e87036e5"},{"content":"27291a50"},{"content":"e74eaed8"},{"content":"75efc17f"},{"content":"666c1406"},{"content":"13f3ee7a"},{"content":"340ead00"},{"content":"9b96e581"}],"__props":"f366a487"},"/changelog/page/4-117":{"__comp":"0a544fe9","__context":{"plugin":"46765cf2"},"sidebar":"951faa55","items":[{"content":"40b17095"},{"content":"8945e4ee"},{"content":"1d1d5c80"},{"content":"704bae10"},{"content":"b0e5bd01"},{"content":"484c5ba1"},{"content":"3a22feb1"},{"content":"8604db02"},{"content":"09b59f10"},{"content":"a2411e26"},{"content":"c96b9888"},{"content":"c116f728"},{"content":"7a71cb25"},{"content":"522b3e8c"},{"content":"701b6ec8"},{"content":"b48ab446"},{"content":"ed079b03"},{"content":"864aad98"},{"content":"faa36cc7"},{"content":"7fedd5c3"}],"__props":"0b0869f7"},"/changelog/page/5-af5":{"__comp":"0a544fe9","__context":{"plugin":"46765cf2"},"sidebar":"951faa55","items":[{"content":"9ffba925"},{"content":"7f6bb8ad"},{"content":"e8212a82"},{"content":"bf1080de"},{"content":"8dfde3ea"},{"content":"2757f4f5"},{"content":"61266023"},{"content":"44e06438"},{"content":"d717a81a"},{"content":"f36ddf03"},{"content":"68c81175"},{"content":"5696d949"},{"content":"e51b3b2f"},{"content":"95742e6e"},{"content":"41db61f9"},{"content":"2b8147f4"},{"content":"e1e91f63"},{"content":"5985f86d"},{"content":"dd4d88f2"},{"content":"94f305e3"}],"__props":"e0a14877"},"/changelog/V2 Changelog-1d5":{"__comp":"014bb441","__context":{"data":{"blogMetadata":"e88bc2c9"},"plugin":"46765cf2"},"sidebar":"951faa55","content":"872e6514"},"/examples/markdownPageExample-42d":{"__comp":"1f391b9e","__context":{"plugin":"a7456010"},"content":"514f0e36"},"/examples/noIndex-0d0":{"__comp":"1f391b9e","__context":{"plugin":"a7456010"},"content":"979385f4"},"/feature-requests-74b":{"__comp":"3813dac9","__context":{"plugin":"409b40b6"},"basePath":"748cd346"},"/search-5de":{"__comp":"1a4e3797","__context":{"plugin":"c141421f"}},"/showcase-d2d":{"__comp":"7dfb83d7","__context":{"plugin":"a7456010"},"config":"5e9f5e1a"},"/tests-8c7":{"__comp":"1f391b9e","__context":{"plugin":"a7456010"},"content":"ee0ff195"},"/tests/blog-9a1":{"__comp":"a6aa9e1f","__context":{"plugin":"c3218042"},"sidebar":"6608e8cd","items":[{"content":"94d67a8a"},{"content":"876c15f0"},{"content":"c5bf108e"}],"__props":"ea21d53b"},"/tests/blog/2020/08/03/demo/second-blog-intro-5bf":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"8aa79af8"},"plugin":"c3218042"},"sidebar":"6608e8cd","content":"d7013fe4"},"/tests/blog/2021/08/21/blog-post-toc-tests-bc5":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"8aa79af8"},"plugin":"c3218042"},"sidebar":"6608e8cd","content":"2283e669"},"/tests/blog/2021/08/22/no-author-48c":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"8aa79af8"},"plugin":"c3218042"},"sidebar":"6608e8cd","content":"d5f16e6b"},"/tests/blog/2021/08/23/multiple-authors-c29":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"8aa79af8"},"plugin":"c3218042"},"sidebar":"6608e8cd","content":"b1436a9e"},"/tests/blog/2021/09/13/dup-title-556":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"8aa79af8"},"plugin":"c3218042"},"sidebar":"6608e8cd","content":"2ac81c1b"},"/tests/blog/2021/10/07/blog-post-mdx-feed-tests-c32":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"8aa79af8"},"plugin":"c3218042"},"sidebar":"6608e8cd","content":"09f49407"},"/tests/blog/2021/10/08/blog-post-mdx-require-feed-tests-004":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"8aa79af8"},"plugin":"c3218042"},"sidebar":"6608e8cd","content":"41f89139"},"/tests/blog/2021/11/13/dup-title-16f":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"8aa79af8"},"plugin":"c3218042"},"sidebar":"6608e8cd","content":"b347ea7a"},"/tests/blog/2022/01/20/image-only-authors-aef":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"8aa79af8"},"plugin":"c3218042"},"sidebar":"6608e8cd","content":"1663798c"},"/tests/blog/2022/01/21/dup-footnote-c4c":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"8aa79af8"},"plugin":"c3218042"},"sidebar":"6608e8cd","content":"32bd6f31"},"/tests/blog/2022/01/22/dup-footnote-66b":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"8aa79af8"},"plugin":"c3218042"},"sidebar":"6608e8cd","content":"1f5cf72d"},"/tests/blog/2022/04/20/dup-footnote-2c1":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"8aa79af8"},"plugin":"c3218042"},"sidebar":"6608e8cd","content":"016c1251"},"/tests/blog/2023/07/19/a-857":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"8aa79af8"},"plugin":"c3218042"},"sidebar":"6608e8cd","content":"6fc50b01"},"/tests/blog/2023/07/19/b-f20":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"8aa79af8"},"plugin":"c3218042"},"sidebar":"6608e8cd","content":"14e6fd9e"},"/tests/blog/2023/08/05-8ca":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"8aa79af8"},"plugin":"c3218042"},"sidebar":"6608e8cd","content":"10b42bfe"},"/tests/blog/2024/07/03/dual-author-986":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"8aa79af8"},"plugin":"c3218042"},"sidebar":"6608e8cd","content":"e1002667"},"/tests/blog/2024/07/03/multiple-authors-755":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"8aa79af8"},"plugin":"c3218042"},"sidebar":"6608e8cd","content":"800c618c"},"/tests/blog/2024/07/03/single-author-708":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"8aa79af8"},"plugin":"c3218042"},"sidebar":"6608e8cd","content":"8fec38e1"},"/tests/blog/archive-e7a":{"__comp":"9e4087bc","__context":{"plugin":"c3218042"},"__props":"153fc2ce"},"/tests/blog/authors-6ef":{"__comp":"621db11d","__context":{"data":{"blogMetadata":"8aa79af8"},"plugin":"c3218042"},"sidebar":"6608e8cd","__props":"7f46113d"},"/tests/blog/authors/custom/ozaki/permalink-feb":{"__comp":"33fc5bb8","__context":{"data":{"blogMetadata":"8aa79af8"},"plugin":"c3218042"},"items":[],"sidebar":"6608e8cd","__props":"94331238"},"/tests/blog/authors/slorber-66c":{"__comp":"33fc5bb8","__context":{"data":{"blogMetadata":"8aa79af8"},"plugin":"c3218042"},"items":[{"content":"9d00fd52"},{"content":"7f129fbe"},{"content":"4f8c86e0"}],"sidebar":"6608e8cd","__props":"9a4f71ab"},"/tests/blog/authors/slorber/authors/2-5a2":{"__comp":"33fc5bb8","__context":{"data":{"blogMetadata":"8aa79af8"},"plugin":"c3218042"},"items":[{"content":"98df95cb"},{"content":"b87bf306"}],"sidebar":"6608e8cd","__props":"12dd3160"},"/tests/blog/page/2-0b5":{"__comp":"a6aa9e1f","__context":{"plugin":"c3218042"},"sidebar":"6608e8cd","items":[{"content":"2c7bf9eb"},{"content":"a5e2f0c0"},{"content":"a181cccc"}],"__props":"1e42fd5e"},"/tests/blog/page/3-16d":{"__comp":"a6aa9e1f","__context":{"plugin":"c3218042"},"sidebar":"6608e8cd","items":[{"content":"74efa390"},{"content":"381bbac3"},{"content":"96153c3e"}],"__props":"d0d12c85"},"/tests/blog/page/4-326":{"__comp":"a6aa9e1f","__context":{"plugin":"c3218042"},"sidebar":"6608e8cd","items":[{"content":"9ae3398a"},{"content":"0af1b9a1"},{"content":"728bdbb9"}],"__props":"f1ccbc56"},"/tests/blog/page/5-a12":{"__comp":"a6aa9e1f","__context":{"plugin":"c3218042"},"sidebar":"6608e8cd","items":[{"content":"9d00fd52"},{"content":"7f129fbe"},{"content":"90e20400"}],"__props":"f439ed8c"},"/tests/blog/page/6-067":{"__comp":"a6aa9e1f","__context":{"plugin":"c3218042"},"sidebar":"6608e8cd","items":[{"content":"4f8c86e0"},{"content":"2e17f346"},{"content":"98df95cb"}],"__props":"e1f91744"},"/tests/blog/page/7-a29":{"__comp":"a6aa9e1f","__context":{"plugin":"c3218042"},"sidebar":"6608e8cd","items":[{"content":"b87bf306"}],"__props":"b8cebc5f"},"/tests/blog/tags-fc2":{"__comp":"01a85c17","__context":{"plugin":"c3218042"},"sidebar":"6608e8cd","__props":"0bd68774"},"/tests/blog/tags/blog-d4c":{"__comp":"6875c492","__context":{"plugin":"c3218042"},"sidebar":"6608e8cd","items":[{"content":"9d00fd52"},{"content":"7f129fbe"},{"content":"4f8c86e0"}],"__props":"8c2c5342"},"/tests/blog/tags/blog/page/2-d14":{"__comp":"6875c492","__context":{"plugin":"c3218042"},"sidebar":"6608e8cd","items":[{"content":"b87bf306"}],"__props":"51b4980b"},"/tests/blog/tags/docusaurus-278":{"__comp":"6875c492","__context":{"plugin":"c3218042"},"sidebar":"6608e8cd","items":[{"content":"9d00fd52"},{"content":"7f129fbe"},{"content":"4f8c86e0"}],"__props":"17090684"},"/tests/blog/tags/docusaurus/page/2-16e":{"__comp":"6875c492","__context":{"plugin":"c3218042"},"sidebar":"6608e8cd","items":[{"content":"b87bf306"}],"__props":"dae216b9"},"/tests/blog/tags/long-8e5":{"__comp":"6875c492","__context":{"plugin":"c3218042"},"sidebar":"6608e8cd","items":[{"content":"4f8c86e0"}],"__props":"a5047f77"},"/tests/blog/tags/long-long-11a":{"__comp":"6875c492","__context":{"plugin":"c3218042"},"sidebar":"6608e8cd","items":[{"content":"9d00fd52"},{"content":"7f129fbe"},{"content":"4f8c86e0"}],"__props":"f008736e"},"/tests/blog/tags/long-long-long-016":{"__comp":"6875c492","__context":{"plugin":"c3218042"},"sidebar":"6608e8cd","items":[{"content":"9d00fd52"},{"content":"7f129fbe"},{"content":"4f8c86e0"}],"__props":"b1fd4655"},"/tests/blog/tags/long-long-long-long-24f":{"__comp":"6875c492","__context":{"plugin":"c3218042"},"sidebar":"6608e8cd","items":[{"content":"9d00fd52"},{"content":"7f129fbe"},{"content":"4f8c86e0"}],"__props":"5851db7c"},"/tests/blog/tags/long-long-long-long-long-e91":{"__comp":"6875c492","__context":{"plugin":"c3218042"},"sidebar":"6608e8cd","items":[{"content":"4f8c86e0"}],"__props":"36c3cb9a"},"/tests/blog/tags/paginated-tag-365":{"__comp":"6875c492","__context":{"plugin":"c3218042"},"sidebar":"6608e8cd","items":[{"content":"74efa390"},{"content":"0af1b9a1"},{"content":"728bdbb9"}],"__props":"681d569e"},"/tests/blog/tags/paginated-tag/page/2-133":{"__comp":"6875c492","__context":{"plugin":"c3218042"},"sidebar":"6608e8cd","items":[{"content":"9d00fd52"},{"content":"7f129fbe"},{"content":"90e20400"}],"__props":"14b1b208"},"/tests/blog/tags/paginated-tag/page/3-c6c":{"__comp":"6875c492","__context":{"plugin":"c3218042"},"sidebar":"6608e8cd","items":[{"content":"4f8c86e0"},{"content":"2e17f346"},{"content":"98df95cb"}],"__props":"caea5acc"},"/tests/blog/tags/paginated-tag/page/4-822":{"__comp":"6875c492","__context":{"plugin":"c3218042"},"sidebar":"6608e8cd","items":[{"content":"b87bf306"}],"__props":"a220deab"},"/tests/blog/tags/unlisted-8c6":{"__comp":"6875c492","__context":{"plugin":"c3218042"},"sidebar":"6608e8cd","items":[{"content":"4e761ad8"}],"__props":"0dc9a976"},"/tests/blog/tags/visibility-0b3":{"__comp":"6875c492","__context":{"plugin":"c3218042"},"sidebar":"6608e8cd","items":[{"content":"4e761ad8"}],"__props":"07c78698"},"/tests/blog/unlisted-post-174":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"8aa79af8"},"plugin":"c3218042"},"sidebar":"6608e8cd","content":"eb10310c"},"/tests/blog/x/y/z.html-b5c":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"8aa79af8"},"plugin":"c3218042"},"sidebar":"6608e8cd","content":"bbddb7b1"},"/tests/pages-095":{"__comp":"1f391b9e","__context":{"plugin":"c9e4c0c5"},"content":"975c6d52"},"/tests/pages/analytics-8e5":{"__comp":"2f097a0c","__context":{"plugin":"c9e4c0c5"},"config":"5e9f5e1a"},"/tests/pages/code-block-tests-90f":{"__comp":"1f391b9e","__context":{"plugin":"c9e4c0c5"},"content":"7fdd8ddf"},"/tests/pages/crashTest-850":{"__comp":"94e448d6","__context":{"plugin":"c9e4c0c5"},"config":"5e9f5e1a"},"/tests/pages/diagrams-0d3":{"__comp":"1f391b9e","__context":{"plugin":"c9e4c0c5"},"content":"048b0d50"},"/tests/pages/embeds-44d":{"__comp":"e0076717","__context":{"plugin":"c9e4c0c5"},"config":"5e9f5e1a"},"/tests/pages/error-boundary-tests-6c5":{"__comp":"94744769","__context":{"plugin":"c9e4c0c5"},"config":"5e9f5e1a"},"/tests/pages/head-metadata-46a":{"__comp":"1f391b9e","__context":{"plugin":"c9e4c0c5"},"content":"6e8cf259"},"/tests/pages/hydration-tests-711":{"__comp":"39cc8d92","__context":{"plugin":"c9e4c0c5"},"config":"5e9f5e1a"},"/tests/pages/layout-no-children-bb5":{"__comp":"77542238","__context":{"plugin":"c9e4c0c5"},"config":"5e9f5e1a"},"/tests/pages/link-tests-1a8":{"__comp":"010225af","__context":{"plugin":"c9e4c0c5"},"config":"5e9f5e1a"},"/tests/pages/markdown-tests-md-794":{"__comp":"1f391b9e","__context":{"plugin":"c9e4c0c5"},"content":"df056c8b"},"/tests/pages/markdown-tests-mdx-589":{"__comp":"1f391b9e","__context":{"plugin":"c9e4c0c5"},"content":"2c6d53a8"},"/tests/pages/navbar-dropdown-tests-592":{"__comp":"1f391b9e","__context":{"plugin":"c9e4c0c5"},"content":"55a7f034"},"/tests/pages/page-toc-tests-610":{"__comp":"1f391b9e","__context":{"plugin":"c9e4c0c5"},"content":"b85e7ff6"},"/tests/pages/react-18-39d":{"__comp":"38caefbe","__context":{"plugin":"c9e4c0c5"},"config":"5e9f5e1a"},"/tests/pages/seo-9d6":{"__comp":"1f391b9e","__context":{"plugin":"c9e4c0c5"},"content":"305daa1e"},"/tests/pages/tabs-tests-b01":{"__comp":"1f391b9e","__context":{"plugin":"c9e4c0c5"},"content":"17e8a747"},"/tests/pages/unlisted-84a":{"__comp":"1f391b9e","__context":{"plugin":"c9e4c0c5"},"content":"4a3883fa"},"/tests/pages/z-index-tests-52b":{"__comp":"3d73fe52","__context":{"plugin":"c9e4c0c5"},"config":"5e9f5e1a"},"/versions-8a8":{"__comp":"fa17a3e5","__context":{"plugin":"a7456010"},"config":"5e9f5e1a"},"/community-d27":{"__comp":"5e95c892","__context":{"plugin":"e0719818"}},"/community-dfb":{"__comp":"a7bd4aaa","__props":"d2436a2b"},"/community-d51":{"__comp":"a94703ab"},"/community/canary-8b3":{"__comp":"17896441","content":"62b37705"},"/community/contributing-d03":{"__comp":"17896441","content":"20139c40"},"/community/release-process-300":{"__comp":"17896441","content":"276a1994"},"/community/resources-a8d":{"__comp":"17896441","content":"3ce9624a"},"/community/support-090":{"__comp":"17896441","content":"3e206144"},"/community/team-340":{"__comp":"17896441","content":"4c9d8eaa"},"/tests/docs-8b0":{"__comp":"5e95c892","__context":{"plugin":"74884079"}},"/tests/docs-ada":{"__comp":"a7bd4aaa","__props":"010c8a3a"},"/tests/docs/tags-28f":{"__comp":"3720c009","__props":"604f9362"},"/tests/docs/tags/a-8fa":{"__comp":"df203c0f","__props":"383dd8e9"},"/tests/docs/tags/b-a3c":{"__comp":"df203c0f","__props":"788c5c4f"},"/tests/docs/tags/d-12a":{"__comp":"df203c0f","__props":"3e9ea429"},"/tests/docs/tags/listed-287":{"__comp":"df203c0f","__props":"e6b091a7"},"/tests/docs/tags/permalink-for-tag-c-0c6":{"__comp":"df203c0f","__props":"06957730"},"/tests/docs/tags/permalink-for-tag-e-812":{"__comp":"df203c0f","__props":"574c6d27"},"/tests/docs/tags/some-tag-92f":{"__comp":"df203c0f","__props":"2f90ada4"},"/tests/docs/tags/unlisted-cfc":{"__comp":"df203c0f","__props":"1eb33928"},"/tests/docs/tags/visibility-626":{"__comp":"df203c0f","__props":"2bb6cd5a"},"/tests/docs-300":{"__comp":"a94703ab"},"/tests/docs-8f1":{"__comp":"17896441","content":"f85a5e62"},"/tests/docs/beginner\'s guide-3da":{"__comp":"17896441","content":"76134b9e"},"/tests/docs/category-links-generated-index-slug-489":{"__comp":"14eb3368","__props":"edcf24c9"},"/tests/docs/category/another-category-with-index-3e0":{"__comp":"14eb3368","__props":"22133e47"},"/tests/docs/category/sidebar-item-description-tests-83f":{"__comp":"14eb3368","__props":"65e0415e"},"/tests/docs/category/tests-2d4":{"__comp":"14eb3368","__props":"4b7113b6"},"/tests/docs/doc-with-another-sidebar-8f3":{"__comp":"17896441","content":"d3d3b96d"},"/tests/docs/doc-with-last-update-a6c":{"__comp":"17896441","content":"218a9086"},"/tests/docs/doc-without-sidebar-d9b":{"__comp":"17896441","content":"a1ff2305"},"/tests/docs/dummy.html-e3f":{"__comp":"17896441","content":"b6b7bfe6"},"/tests/docs/folder with space/doc 1-242":{"__comp":"17896441","content":"95515391"},"/tests/docs/folder with space/doc 2-243":{"__comp":"17896441","content":"aa18a71c"},"/tests/docs/more-test-dde":{"__comp":"17896441","content":"6f742216"},"/tests/docs/standalone-1e3":{"__comp":"17896441","content":"67cff4f8"},"/tests/docs/tests/admonitions-dfa":{"__comp":"17896441","content":"90e57dc7"},"/tests/docs/tests/ascii/\xe6\xf8\xe5-037":{"__comp":"17896441","content":"ff0aa122"},"/tests/docs/tests/ascii/folder/\xe6\xf8\xe5-393":{"__comp":"17896441","content":"3c616b11"},"/tests/docs/tests/Case-Sentitive-Doc-1cf":{"__comp":"17896441","content":"e060feb7"},"/tests/docs/tests/category-links-94e":{"__comp":"17896441","content":"dd4c326b"},"/tests/docs/tests/category-links/custom-index-convention/intro-dab":{"__comp":"17896441","content":"4ab187ba"},"/tests/docs/tests/category-links/custom-index-convention/sample-doc-4b9":{"__comp":"17896441","content":"df21cc78"},"/tests/docs/tests/category-links/no-index-doc-6d2":{"__comp":"17896441","content":"aed6c7bc"},"/tests/docs/tests/category-links/no-index-doc/sample-doc-5d4":{"__comp":"17896441","content":"ca51e50c"},"/tests/docs/tests/category-links/no-subdoc-1d6":{"__comp":"17896441","content":"82de272a"},"/tests/docs/tests/category-links/regular-category/sample-doc-4cd":{"__comp":"17896441","content":"c56c55ab"},"/tests/docs/tests/category-links/with-category-name-doc-4f1":{"__comp":"17896441","content":"86e3a3d9"},"/tests/docs/tests/category-links/with-category-name-doc/sample-doc-d29":{"__comp":"17896441","content":"cac92b6a"},"/tests/docs/tests/category-links/with-index-doc-a60":{"__comp":"17896441","content":"faea717e"},"/tests/docs/tests/category-links/with-index-doc/sample-doc-cd1":{"__comp":"17896441","content":"a1286a82"},"/tests/docs/tests/category-links/with-readme-doc-145":{"__comp":"17896441","content":"d03b1fb7"},"/tests/docs/tests/category-links/with-readme-doc/sample-doc-b0e":{"__comp":"17896441","content":"42c2afdc"},"/tests/docs/tests/custom-props-c6a":{"__comp":"17896441","content":"ddd8d528"},"/tests/docs/tests/custom-props/doc-with-custom-props-a06":{"__comp":"17896441","content":"f8257e9d"},"/tests/docs/tests/custom-props/doc-without-custom-props-9d5":{"__comp":"17896441","content":"3955af78"},"/tests/docs/tests/img-tests-82a":{"__comp":"17896441","content":"ef846e1f"},"/tests/docs/tests/import-bad-package-6aa":{"__comp":"17896441","content":"48cbf216"},"/tests/docs/tests/links/broken-anchors-tests-787":{"__comp":"17896441","content":"8a603d1e"},"/tests/docs/tests/links/target-doc-slug-db3":{"__comp":"17896441","content":"5f61b80e"},"/tests/docs/tests/links/test-markdown-links-82c":{"__comp":"17896441","content":"f9896fda"},"/tests/docs/tests/toc-partials-119":{"__comp":"17896441","content":"59cb67ce"},"/tests/docs/tests/visibility-ee0":{"__comp":"17896441","content":"ff82175c"},"/tests/docs/tests/visibility/force-unlisted-187":{"__comp":"17896441","content":"519fdddf"},"/tests/docs/tests/visibility/only-unlisteds/unlisted-subcategory-d89":{"__comp":"17896441","content":"bce2ffab"},"/tests/docs/tests/visibility/only-unlisteds/unlisted-subcategory/unlisted3-d90":{"__comp":"17896441","content":"35123c02"},"/tests/docs/tests/visibility/only-unlisteds/unlisted1-562":{"__comp":"17896441","content":"e4d2c113"},"/tests/docs/tests/visibility/only-unlisteds/unlisted2-af9":{"__comp":"17896441","content":"3103a69b"},"/tests/docs/tests/visibility/some-drafts/draft-subcategory/listed1-d4c":{"__comp":"17896441","content":"758e69f6"},"/tests/docs/tests/visibility/some-unlisteds/unlisted-subcategory-db3":{"__comp":"17896441","content":"87e9b44c"},"/tests/docs/tests/visibility/some-unlisteds/unlisted-subcategory/listed1-f9a":{"__comp":"17896441","content":"f36f1ab1"},"/tests/docs/tests/visibility/some-unlisteds/unlisted-subcategory/unlisted3-0b3":{"__comp":"17896441","content":"bc770e2d"},"/tests/docs/tests/visibility/some-unlisteds/unlisted1-04e":{"__comp":"17896441","content":"32a09314"},"/tests/docs/tests/visibility/some-unlisteds/unlisted2-623":{"__comp":"17896441","content":"c6f10a23"},"/tests/docs/toc/toc-_-_-ebd":{"__comp":"17896441","content":"e95d6894"},"/tests/docs/toc/toc-_-5-031":{"__comp":"17896441","content":"0c7845dd"},"/tests/docs/toc/toc-2-2-2bf":{"__comp":"17896441","content":"6a2ff064"},"/tests/docs/toc/toc-2-3-609":{"__comp":"17896441","content":"f930fb00"},"/tests/docs/toc/toc-2-4-4e7":{"__comp":"17896441","content":"771ca8b2"},"/tests/docs/toc/toc-2-5-1fa":{"__comp":"17896441","content":"dd5f7850"},"/tests/docs/toc/toc-3-_-eb5":{"__comp":"17896441","content":"072728dc"},"/tests/docs/toc/toc-3-5-727":{"__comp":"17896441","content":"a3aa32e9"},"/tests/docs/toc/toc-4-5-15c":{"__comp":"17896441","content":"6967621f"},"/tests/docs/toc/toc-5-5-fde":{"__comp":"17896441","content":"50a3e386"},"/tests/docs/toc/toc-test-bad-64e":{"__comp":"17896441","content":"bdab9796"},"/tests/docs/toc/toc-test-good-5c5":{"__comp":"17896441","content":"88d0be04"},"/docs-8b5":{"__comp":"5e95c892","__context":{"plugin":"aba21aa0"}},"/docs-02c":{"__comp":"a7bd4aaa","__props":"0058b4c6"},"/docs-ae6":{"__comp":"a94703ab"},"/docs-f63":{"__comp":"17896441","content":"972d9d57"},"/docs/advanced-197":{"__comp":"17896441","content":"d7206776"},"/docs/advanced/architecture-3b9":{"__comp":"17896441","content":"ee712ef6"},"/docs/advanced/client-0a6":{"__comp":"17896441","content":"3dd2dc02"},"/docs/advanced/plugins-eb1":{"__comp":"17896441","content":"e6a60088"},"/docs/advanced/routing-22d":{"__comp":"17896441","content":"c7ca486a"},"/docs/advanced/ssg-8ce":{"__comp":"17896441","content":"26af6b06"},"/docs/api/docusaurus-config-ef1":{"__comp":"17896441","content":"bcbb32e8"},"/docs/api/misc/@docusaurus/eslint-plugin-7c9":{"__comp":"17896441","content":"33bfb584"},"/docs/api/misc/@docusaurus/eslint-plugin/no-html-links-cca":{"__comp":"17896441","content":"d182442f"},"/docs/api/misc/@docusaurus/eslint-plugin/no-untranslated-text-554":{"__comp":"17896441","content":"9e287d93"},"/docs/api/misc/@docusaurus/eslint-plugin/prefer-docusaurus-heading-f60":{"__comp":"17896441","content":"1864f992"},"/docs/api/misc/@docusaurus/eslint-plugin/string-literal-i18n-messages-273":{"__comp":"17896441","content":"d2a1308d"},"/docs/api/misc/@docusaurus/logger-051":{"__comp":"17896441","content":"46f5ed35"},"/docs/api/misc/create-docusaurus-007":{"__comp":"17896441","content":"07d8cde9"},"/docs/api/plugin-methods-381":{"__comp":"17896441","content":"c4ace355"},"/docs/api/plugin-methods/extend-infrastructure-f19":{"__comp":"17896441","content":"a535a6cd"},"/docs/api/plugin-methods/i18n-lifecycles-456":{"__comp":"17896441","content":"5665a0fb"},"/docs/api/plugin-methods/lifecycle-apis-ab2":{"__comp":"17896441","content":"77eb9b8f"},"/docs/api/plugin-methods/static-methods-69d":{"__comp":"17896441","content":"7a272146"},"/docs/api/plugins-d36":{"__comp":"17896441","content":"dec47d54"},"/docs/api/plugins/@docusaurus/plugin-client-redirects-57d":{"__comp":"17896441","content":"228a014d"},"/docs/api/plugins/@docusaurus/plugin-content-blog-20b":{"__comp":"17896441","content":"201d0633"},"/docs/api/plugins/@docusaurus/plugin-content-docs-14e":{"__comp":"17896441","content":"0b6cd89a"},"/docs/api/plugins/@docusaurus/plugin-content-pages-d39":{"__comp":"17896441","content":"ce3b59e7"},"/docs/api/plugins/@docusaurus/plugin-debug-78d":{"__comp":"17896441","content":"520a8178"},"/docs/api/plugins/@docusaurus/plugin-google-analytics-703":{"__comp":"17896441","content":"03a06760"},"/docs/api/plugins/@docusaurus/plugin-google-gtag-b41":{"__comp":"17896441","content":"3716f59c"},"/docs/api/plugins/@docusaurus/plugin-google-tag-manager-5b2":{"__comp":"17896441","content":"6e7f3c19"},"/docs/api/plugins/@docusaurus/plugin-ideal-image-90b":{"__comp":"17896441","content":"492798ca"},"/docs/api/plugins/@docusaurus/plugin-pwa-d02":{"__comp":"17896441","content":"bfd9bf94"},"/docs/api/plugins/@docusaurus/plugin-rsdoctor-e77":{"__comp":"17896441","content":"56987e16"},"/docs/api/plugins/@docusaurus/plugin-sitemap-e3e":{"__comp":"17896441","content":"0e4d8110"},"/docs/api/plugins/@docusaurus/plugin-vercel-analytics-812":{"__comp":"17896441","content":"c459a19d"},"/docs/api/themes-99c":{"__comp":"17896441","content":"91cd22f1"},"/docs/api/themes/@docusaurus/theme-classic-f69":{"__comp":"17896441","content":"6c065aab"},"/docs/api/themes/@docusaurus/theme-live-codeblock-ab9":{"__comp":"17896441","content":"85d61fbd"},"/docs/api/themes/@docusaurus/theme-mermaid-76a":{"__comp":"17896441","content":"a715936c"},"/docs/api/themes/@docusaurus/theme-search-algolia-d49":{"__comp":"17896441","content":"dfef153c"},"/docs/api/themes/configuration-704":{"__comp":"17896441","content":"03f86864"},"/docs/blog-73c":{"__comp":"17896441","content":"a5816f92"},"/docs/browser-support-101":{"__comp":"17896441","content":"3ef80f0b"},"/docs/category/getting-started-45a":{"__comp":"14eb3368","__props":"c260b502"},"/docs/category/guides-309":{"__comp":"14eb3368","__props":"4cff09f6"},"/docs/cli-536":{"__comp":"17896441","content":"ba61d949"},"/docs/configuration-c11":{"__comp":"17896441","content":"cbb899e4"},"/docs/create-doc-654":{"__comp":"17896441","content":"2f283cc0"},"/docs/creating-pages-320":{"__comp":"17896441","content":"e575fb7e"},"/docs/deployment-cc0":{"__comp":"17896441","content":"06c6ffc3"},"/docs/docs-introduction-95f":{"__comp":"17896441","content":"772c972a"},"/docs/docs-multi-instance-e41":{"__comp":"17896441","content":"828be2eb"},"/docs/docusaurus-core-4d3":{"__comp":"17896441","content":"891c0dad"},"/docs/guides/whats-next-cb9":{"__comp":"17896441","content":"2d0d74c6"},"/docs/i18n/crowdin-bb2":{"__comp":"17896441","content":"3c03c7ff"},"/docs/i18n/git-aaa":{"__comp":"17896441","content":"b2f737a9"},"/docs/i18n/introduction-f71":{"__comp":"17896441","content":"8ef3f86c"},"/docs/i18n/tutorial-799":{"__comp":"17896441","content":"c74d1c35"},"/docs/installation-00b":{"__comp":"17896441","content":"fa4d91bf"},"/docs/markdown-features-c98":{"__comp":"17896441","content":"7ada4fa6"},"/docs/markdown-features/admonitions-983":{"__comp":"17896441","content":"bd7149c1"},"/docs/markdown-features/assets-4d0":{"__comp":"17896441","content":"4994aa22"},"/docs/markdown-features/code-blocks-2d9":{"__comp":"17896441","content":"0a818389"},"/docs/markdown-features/diagrams-44b":{"__comp":"17896441","content":"c73a8bd2"},"/docs/markdown-features/head-metadata-cfb":{"__comp":"17896441","content":"ce5880b7"},"/docs/markdown-features/links-07e":{"__comp":"17896441","content":"b54091ce"},"/docs/markdown-features/math-equations-5ad":{"__comp":"17896441","content":"5785f4e1"},"/docs/markdown-features/plugins-c17":{"__comp":"17896441","content":"e79f4725"},"/docs/markdown-features/react-a9f":{"__comp":"17896441","content":"64dfb3e9"},"/docs/markdown-features/tabs-ba0":{"__comp":"17896441","content":"209ff87f"},"/docs/markdown-features/toc-1b9":{"__comp":"17896441","content":"16f6cad8"},"/docs/migration-375":{"__comp":"17896441","content":"91b203fb"},"/docs/migration/v2-c70":{"__comp":"17896441","content":"d062d21d"},"/docs/migration/v2/automated-bf7":{"__comp":"17896441","content":"1267474e"},"/docs/migration/v2/manual-179":{"__comp":"17896441","content":"a53a71e5"},"/docs/migration/v2/translated-sites-769":{"__comp":"17896441","content":"d2551a9d"},"/docs/migration/v2/versioned-sites-d9d":{"__comp":"17896441","content":"6ca75a11"},"/docs/migration/v3-372":{"__comp":"17896441","content":"82425aa0"},"/docs/playground-01c":{"__comp":"17896441","content":"70e09343"},"/docs/search-abf":{"__comp":"17896441","content":"1d8d7b8d"},"/docs/seo-d86":{"__comp":"17896441","content":"e65a01b4"},"/docs/sidebar-22e":{"__comp":"17896441","content":"f60bb54b"},"/docs/sidebar/autogenerated-656":{"__comp":"17896441","content":"447738d4"},"/docs/sidebar/items-dbd":{"__comp":"17896441","content":"706279d4"},"/docs/sidebar/multiple-sidebars-22b":{"__comp":"17896441","content":"d957216c"},"/docs/static-assets-407":{"__comp":"17896441","content":"c762c146"},"/docs/styling-layout-ab0":{"__comp":"17896441","content":"641734b9"},"/docs/swizzling-aaf":{"__comp":"17896441","content":"945e072c"},"/docs/typescript-support-e69":{"__comp":"17896441","content":"a05ec3a8"},"/docs/using-plugins-1d1":{"__comp":"17896441","content":"a4c9d663"},"/docs/versioning-27a":{"__comp":"17896441","content":"a1da7a09"},"/-e5f":{"__comp":"1df93b7f","__context":{"plugin":"a7456010"},"config":"5e9f5e1a"}}')},45874:function(e){"use strict";e.exports=JSON.parse('{"d":"localStorage","u":"-189"}')}},function(e){e.O(0,["86212"],function(){return e(e.s="25213")}),e.O()}]); |