docusaurus/assets/js/main.42c2b922.js
2024-06-18 14:54:14 +00:00

2 lines
No EOL
638 KiB
JavaScript

/*! For license information please see main.42c2b922.js.LICENSE.txt */
(self.webpackChunkwebsite=self.webpackChunkwebsite||[]).push([[40179],{56573:(e,t,n)=>{"use strict";n.d(t,{W:()=>a});var o=n(27378);function a(){return o.createElement("svg",{width:"20",height:"20",className:"DocSearch-Search-Icon",viewBox:"0 0 20 20"},o.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"}))}},47297:(e,t,n)=>{const o=n(49552),a={};for(const s of Object.keys(o))a[o[s]]=s;const r={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"]}};e.exports=r;for(const s of Object.keys(r)){if(!("channels"in r[s]))throw new Error("missing channels property: "+s);if(!("labels"in r[s]))throw new Error("missing channel labels property: "+s);if(r[s].labels.length!==r[s].channels)throw new Error("channel and label counts mismatch: "+s);const{channels:e,labels:t}=r[s];delete r[s].channels,delete r[s].labels,Object.defineProperty(r[s],"channels",{value:e}),Object.defineProperty(r[s],"labels",{value:t})}r.rgb.hsl=function(e){const t=e[0]/255,n=e[1]/255,o=e[2]/255,a=Math.min(t,n,o),r=Math.max(t,n,o),s=r-a;let i,c;r===a?i=0:t===r?i=(n-o)/s:n===r?i=2+(o-t)/s:o===r&&(i=4+(t-n)/s),i=Math.min(60*i,360),i<0&&(i+=360);const l=(a+r)/2;return c=r===a?0:l<=.5?s/(r+a):s/(2-r-a),[i,100*c,100*l]},r.rgb.hsv=function(e){let t,n,o,a,r;const s=e[0]/255,i=e[1]/255,c=e[2]/255,l=Math.max(s,i,c),u=l-Math.min(s,i,c),d=function(e){return(l-e)/6/u+.5};return 0===u?(a=0,r=0):(r=u/l,t=d(s),n=d(i),o=d(c),s===l?a=o-n:i===l?a=1/3+t-o:c===l&&(a=2/3+n-t),a<0?a+=1:a>1&&(a-=1)),[360*a,100*r,100*l]},r.rgb.hwb=function(e){const t=e[0],n=e[1];let o=e[2];const a=r.rgb.hsl(e)[0],s=1/255*Math.min(t,Math.min(n,o));return o=1-1/255*Math.max(t,Math.max(n,o)),[a,100*s,100*o]},r.rgb.cmyk=function(e){const t=e[0]/255,n=e[1]/255,o=e[2]/255,a=Math.min(1-t,1-n,1-o);return[100*((1-t-a)/(1-a)||0),100*((1-n-a)/(1-a)||0),100*((1-o-a)/(1-a)||0),100*a]},r.rgb.keyword=function(e){const t=a[e];if(t)return t;let n,r=1/0;for(const a of Object.keys(o)){const t=o[a],c=(i=t,((s=e)[0]-i[0])**2+(s[1]-i[1])**2+(s[2]-i[2])**2);c<r&&(r=c,n=a)}var s,i;return n},r.keyword.rgb=function(e){return o[e]},r.rgb.xyz=function(e){let t=e[0]/255,n=e[1]/255,o=e[2]/255;t=t>.04045?((t+.055)/1.055)**2.4:t/12.92,n=n>.04045?((n+.055)/1.055)**2.4:n/12.92,o=o>.04045?((o+.055)/1.055)**2.4:o/12.92;return[100*(.4124*t+.3576*n+.1805*o),100*(.2126*t+.7152*n+.0722*o),100*(.0193*t+.1192*n+.9505*o)]},r.rgb.lab=function(e){const t=r.rgb.xyz(e);let n=t[0],o=t[1],a=t[2];n/=95.047,o/=100,a/=108.883,n=n>.008856?n**(1/3):7.787*n+16/116,o=o>.008856?o**(1/3):7.787*o+16/116,a=a>.008856?a**(1/3):7.787*a+16/116;return[116*o-16,500*(n-o),200*(o-a)]},r.hsl.rgb=function(e){const t=e[0]/360,n=e[1]/100,o=e[2]/100;let a,r,s;if(0===n)return s=255*o,[s,s,s];a=o<.5?o*(1+n):o+n-o*n;const i=2*o-a,c=[0,0,0];for(let l=0;l<3;l++)r=t+1/3*-(l-1),r<0&&r++,r>1&&r--,s=6*r<1?i+6*(a-i)*r:2*r<1?a:3*r<2?i+(a-i)*(2/3-r)*6:i,c[l]=255*s;return c},r.hsl.hsv=function(e){const t=e[0];let n=e[1]/100,o=e[2]/100,a=n;const r=Math.max(o,.01);o*=2,n*=o<=1?o:2-o,a*=r<=1?r:2-r;return[t,100*(0===o?2*a/(r+a):2*n/(o+n)),100*((o+n)/2)]},r.hsv.rgb=function(e){const t=e[0]/60,n=e[1]/100;let o=e[2]/100;const a=Math.floor(t)%6,r=t-Math.floor(t),s=255*o*(1-n),i=255*o*(1-n*r),c=255*o*(1-n*(1-r));switch(o*=255,a){case 0:return[o,c,s];case 1:return[i,o,s];case 2:return[s,o,c];case 3:return[s,i,o];case 4:return[c,s,o];case 5:return[o,s,i]}},r.hsv.hsl=function(e){const t=e[0],n=e[1]/100,o=e[2]/100,a=Math.max(o,.01);let r,s;s=(2-n)*o;const i=(2-n)*a;return r=n*a,r/=i<=1?i:2-i,r=r||0,s/=2,[t,100*r,100*s]},r.hwb.rgb=function(e){const t=e[0]/360;let n=e[1]/100,o=e[2]/100;const a=n+o;let r;a>1&&(n/=a,o/=a);const s=Math.floor(6*t),i=1-o;r=6*t-s,0!=(1&s)&&(r=1-r);const c=n+r*(i-n);let l,u,d;switch(s){default:case 6:case 0:l=i,u=c,d=n;break;case 1:l=c,u=i,d=n;break;case 2:l=n,u=i,d=c;break;case 3:l=n,u=c,d=i;break;case 4:l=c,u=n,d=i;break;case 5:l=i,u=n,d=c}return[255*l,255*u,255*d]},r.cmyk.rgb=function(e){const t=e[0]/100,n=e[1]/100,o=e[2]/100,a=e[3]/100;return[255*(1-Math.min(1,t*(1-a)+a)),255*(1-Math.min(1,n*(1-a)+a)),255*(1-Math.min(1,o*(1-a)+a))]},r.xyz.rgb=function(e){const t=e[0]/100,n=e[1]/100,o=e[2]/100;let a,r,s;return a=3.2406*t+-1.5372*n+-.4986*o,r=-.9689*t+1.8758*n+.0415*o,s=.0557*t+-.204*n+1.057*o,a=a>.0031308?1.055*a**(1/2.4)-.055:12.92*a,r=r>.0031308?1.055*r**(1/2.4)-.055:12.92*r,s=s>.0031308?1.055*s**(1/2.4)-.055:12.92*s,a=Math.min(Math.max(0,a),1),r=Math.min(Math.max(0,r),1),s=Math.min(Math.max(0,s),1),[255*a,255*r,255*s]},r.xyz.lab=function(e){let t=e[0],n=e[1],o=e[2];t/=95.047,n/=100,o/=108.883,t=t>.008856?t**(1/3):7.787*t+16/116,n=n>.008856?n**(1/3):7.787*n+16/116,o=o>.008856?o**(1/3):7.787*o+16/116;return[116*n-16,500*(t-n),200*(n-o)]},r.lab.xyz=function(e){let t,n,o;n=(e[0]+16)/116,t=e[1]/500+n,o=n-e[2]/200;const a=n**3,r=t**3,s=o**3;return n=a>.008856?a:(n-16/116)/7.787,t=r>.008856?r:(t-16/116)/7.787,o=s>.008856?s:(o-16/116)/7.787,t*=95.047,n*=100,o*=108.883,[t,n,o]},r.lab.lch=function(e){const t=e[0],n=e[1],o=e[2];let a;a=360*Math.atan2(o,n)/2/Math.PI,a<0&&(a+=360);return[t,Math.sqrt(n*n+o*o),a]},r.lch.lab=function(e){const t=e[0],n=e[1],o=e[2]/360*2*Math.PI;return[t,n*Math.cos(o),n*Math.sin(o)]},r.rgb.ansi16=function(e,t=null){const[n,o,a]=e;let s=null===t?r.rgb.hsv(e)[2]:t;if(s=Math.round(s/50),0===s)return 30;let i=30+(Math.round(a/255)<<2|Math.round(o/255)<<1|Math.round(n/255));return 2===s&&(i+=60),i},r.hsv.ansi16=function(e){return r.rgb.ansi16(r.hsv.rgb(e),e[2])},r.rgb.ansi256=function(e){const t=e[0],n=e[1],o=e[2];if(t===n&&n===o)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(o/255*5)},r.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,t];const n=.5*(1+~~(e>50));return[(1&t)*n*255,(t>>1&1)*n*255,(t>>2&1)*n*255]},r.ansi256.rgb=function(e){if(e>=232){const t=10*(e-232)+8;return[t,t,t]}let t;e-=16;return[Math.floor(e/36)/5*255,Math.floor((t=e%36)/6)/5*255,t%6/5*255]},r.rgb.hex=function(e){const 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},r.hex.rgb=function(e){const 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(""));const o=parseInt(n,16);return[o>>16&255,o>>8&255,255&o]},r.rgb.hcg=function(e){const t=e[0]/255,n=e[1]/255,o=e[2]/255,a=Math.max(Math.max(t,n),o),r=Math.min(Math.min(t,n),o),s=a-r;let i,c;return i=s<1?r/(1-s):0,c=s<=0?0:a===t?(n-o)/s%6:a===n?2+(o-t)/s:4+(t-n)/s,c/=6,c%=1,[360*c,100*s,100*i]},r.hsl.hcg=function(e){const t=e[1]/100,n=e[2]/100,o=n<.5?2*t*n:2*t*(1-n);let a=0;return o<1&&(a=(n-.5*o)/(1-o)),[e[0],100*o,100*a]},r.hsv.hcg=function(e){const t=e[1]/100,n=e[2]/100,o=t*n;let a=0;return o<1&&(a=(n-o)/(1-o)),[e[0],100*o,100*a]},r.hcg.rgb=function(e){const t=e[0]/360,n=e[1]/100,o=e[2]/100;if(0===n)return[255*o,255*o,255*o];const a=[0,0,0],r=t%1*6,s=r%1,i=1-s;let c=0;switch(Math.floor(r)){case 0:a[0]=1,a[1]=s,a[2]=0;break;case 1:a[0]=i,a[1]=1,a[2]=0;break;case 2:a[0]=0,a[1]=1,a[2]=s;break;case 3:a[0]=0,a[1]=i,a[2]=1;break;case 4:a[0]=s,a[1]=0,a[2]=1;break;default:a[0]=1,a[1]=0,a[2]=i}return c=(1-n)*o,[255*(n*a[0]+c),255*(n*a[1]+c),255*(n*a[2]+c)]},r.hcg.hsv=function(e){const t=e[1]/100,n=t+e[2]/100*(1-t);let o=0;return n>0&&(o=t/n),[e[0],100*o,100*n]},r.hcg.hsl=function(e){const t=e[1]/100,n=e[2]/100*(1-t)+.5*t;let o=0;return n>0&&n<.5?o=t/(2*n):n>=.5&&n<1&&(o=t/(2*(1-n))),[e[0],100*o,100*n]},r.hcg.hwb=function(e){const t=e[1]/100,n=t+e[2]/100*(1-t);return[e[0],100*(n-t),100*(1-n)]},r.hwb.hcg=function(e){const t=e[1]/100,n=1-e[2]/100,o=n-t;let a=0;return o<1&&(a=(n-o)/(1-o)),[e[0],100*o,100*a]},r.apple.rgb=function(e){return[e[0]/65535*255,e[1]/65535*255,e[2]/65535*255]},r.rgb.apple=function(e){return[e[0]/255*65535,e[1]/255*65535,e[2]/255*65535]},r.gray.rgb=function(e){return[e[0]/100*255,e[0]/100*255,e[0]/100*255]},r.gray.hsl=function(e){return[0,0,e[0]]},r.gray.hsv=r.gray.hsl,r.gray.hwb=function(e){return[0,100,e[0]]},r.gray.cmyk=function(e){return[0,0,0,e[0]]},r.gray.lab=function(e){return[e[0],0,0]},r.gray.hex=function(e){const t=255&Math.round(e[0]/100*255),n=((t<<16)+(t<<8)+t).toString(16).toUpperCase();return"000000".substring(n.length)+n},r.rgb.gray=function(e){return[(e[0]+e[1]+e[2])/3/255*100]}},31642:(e,t,n)=>{const o=n(47297),a=n(77971),r={};Object.keys(o).forEach((e=>{r[e]={},Object.defineProperty(r[e],"channels",{value:o[e].channels}),Object.defineProperty(r[e],"labels",{value:o[e].labels});const t=a(e);Object.keys(t).forEach((n=>{const o=t[n];r[e][n]=function(e){const t=function(...t){const n=t[0];if(null==n)return n;n.length>1&&(t=n);const o=e(t);if("object"==typeof o)for(let e=o.length,a=0;a<e;a++)o[a]=Math.round(o[a]);return o};return"conversion"in e&&(t.conversion=e.conversion),t}(o),r[e][n].raw=function(e){const t=function(...t){const n=t[0];return null==n?n:(n.length>1&&(t=n),e(t))};return"conversion"in e&&(t.conversion=e.conversion),t}(o)}))})),e.exports=r},77971:(e,t,n)=>{const o=n(47297);function a(e){const t=function(){const e={},t=Object.keys(o);for(let n=t.length,o=0;o<n;o++)e[t[o]]={distance:-1,parent:null};return e}(),n=[e];for(t[e].distance=0;n.length;){const e=n.pop(),a=Object.keys(o[e]);for(let o=a.length,r=0;r<o;r++){const o=a[r],s=t[o];-1===s.distance&&(s.distance=t[e].distance+1,s.parent=e,n.unshift(o))}}return t}function r(e,t){return function(n){return t(e(n))}}function s(e,t){const n=[t[e].parent,e];let a=o[t[e].parent][e],s=t[e].parent;for(;t[s].parent;)n.unshift(t[s].parent),a=r(o[t[s].parent][s],a),s=t[s].parent;return a.conversion=n,a}e.exports=function(e){const t=a(e),n={},o=Object.keys(t);for(let a=o.length,r=0;r<a;r++){const e=o[r];null!==t[e].parent&&(n[e]=s(e,t))}return n}},49552: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:(e,t,n)=>{var o=n(49552),a=n(10521),r=Object.hasOwnProperty,s=Object.create(null);for(var i in o)r.call(o,i)&&(s[o[i]]=i);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,a,s=[0,0,0,1];if(t=e.match(/^#([a-f0-9]{6})([a-f0-9]{2})?$/i)){for(a=t[2],t=t[1],n=0;n<3;n++){var i=2*n;s[n]=parseInt(t.slice(i,i+2),16)}a&&(s[3]=parseInt(a,16)/255)}else if(t=e.match(/^#([a-f0-9]{3,4})$/i)){for(a=(t=t[1])[3],n=0;n<3;n++)s[n]=parseInt(t[n]+t[n],16);a&&(s[3]=parseInt(a+a,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++)s[n]=parseInt(t[n+1],0);t[4]&&(t[5]?s[3]=.01*parseFloat(t[4]):s[3]=parseFloat(t[4]))}else{if(!(t=e.match(/^rgba?\(\s*([+-]?[\d\.]+)\%\s*,?\s*([+-]?[\d\.]+)\%\s*,?\s*([+-]?[\d\.]+)\%\s*(?:[,|\/]\s*([+-]?[\d\.]+)(%?)\s*)?\)$/)))return(t=e.match(/^(\w+)$/))?"transparent"===t[1]?[0,0,0,0]:r.call(o,t[1])?((s=o[t[1]])[3]=1,s):null:null;for(n=0;n<3;n++)s[n]=Math.round(2.55*parseFloat(t[n+1]));t[4]&&(t[5]?s[3]=.01*parseFloat(t[4]):s[3]=parseFloat(t[4]))}for(n=0;n<3;n++)s[n]=l(s[n],0,255);return s[3]=l(s[3],0,1),s},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=a(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=a(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=a(arguments),t=Math.round(e[0]/255*100),n=Math.round(e[1]/255*100),o=Math.round(e[2]/255*100);return e.length<4||1===e[3]?"rgb("+t+"%, "+n+"%, "+o+"%)":"rgba("+t+"%, "+n+"%, "+o+"%, "+e[3]+")"},c.to.hsl=function(){var e=a(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=a(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 s[e.slice(0,3)]}},27124:(e,t,n)=>{const o=n(96855),a=n(31642),r=["keyword","gray","hex"],s={};for(const g of Object.keys(a))s[[...a[g].labels].sort().join("")]=g;const i={};function c(e,t){if(!(this instanceof c))return new c(e,t);if(t&&t in r&&(t=null),t&&!(t in a))throw new Error("Unknown model: "+t);let n,l;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){const t=o.get(e);if(null===t)throw new Error("Unable to parse color from string: "+e);this.model=t.model,l=a[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=a[this.model].channels;const n=Array.prototype.slice.call(e,0,l);this.color=p(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;const t=Object.keys(e);"alpha"in e&&(t.splice(t.indexOf("alpha"),1),this.valpha="number"==typeof e.alpha?e.alpha:0);const o=t.sort().join("");if(!(o in s))throw new Error("Unable to parse color from object: "+JSON.stringify(e));this.model=s[o];const{labels:r}=a[this.model],i=[];for(n=0;n<r.length;n++)i.push(e[r[n]]);this.color=p(i)}if(i[this.model])for(l=a[this.model].channels,n=0;n<l;n++){const e=i[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)}c.prototype={toString(){return this.string()},toJSON(){return this[this.model]()},string(e){let t=this.model in o.to?this:this.rgb();t=t.round("number"==typeof e?e:1);const n=1===t.valpha?t.color:[...t.color,this.valpha];return o.to[t.model](n)},percentString(e){const t=this.rgb().round("number"==typeof e?e:1),n=1===t.valpha?t.color:[...t.color,this.valpha];return o.to.rgb.percent(n)},array(){return 1===this.valpha?[...this.color]:[...this.color,this.valpha]},object(){const e={},{channels:t}=a[this.model],{labels:n}=a[this.model];for(let o=0;o<t;o++)e[n[o]]=this.color[o];return 1!==this.valpha&&(e.alpha=this.valpha),e},unitArray(){const e=this.rgb().color;return e[0]/=255,e[1]/=255,e[2]/=255,1!==this.valpha&&e.push(this.valpha),e},unitObject(){const 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(l(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:u("rgb",0,d(255)),green:u("rgb",1,d(255)),blue:u("rgb",2,d(255)),hue:u(["hsl","hsv","hsl","hwb","hcg"],0,(e=>(e%360+360)%360)),saturationl:u("hsl",1,d(100)),lightness:u("hsl",2,d(100)),saturationv:u("hsv",1,d(100)),value:u("hsv",2,d(100)),chroma:u("hcg",1,d(100)),gray:u("hcg",2,d(100)),white:u("hwb",1,d(100)),wblack:u("hwb",2,d(100)),cyan:u("cmyk",0,d(100)),magenta:u("cmyk",1,d(100)),yellow:u("cmyk",2,d(100)),black:u("cmyk",3,d(100)),x:u("xyz",0,d(95.047)),y:u("xyz",1,d(100)),z:u("xyz",2,d(108.833)),l:u("lab",0,d(100)),a:u("lab",1),b:u("lab",2),keyword(e){return void 0!==e?new c(e):a[this.model].keyword(this.color)},hex(e){return void 0!==e?new c(e):o.to.hex(this.rgb().round().color)},hexa(e){if(void 0!==e)return new c(e);const t=this.rgb().round().color;let n=Math.round(255*this.valpha).toString(16).toUpperCase();return 1===n.length&&(n="0"+n),o.to.hex(t)+n},rgbNumber(){const e=this.rgb().color;return(255&e[0])<<16|(255&e[1])<<8|255&e[2]},luminosity(){const e=this.rgb().color,t=[];for(const[n,o]of e.entries()){const e=o/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){const t=this.luminosity(),n=e.luminosity();return t>n?(t+.05)/(n+.05):(n+.05)/(t+.05)},level(e){const t=this.contrast(e);return t>=7?"AAA":t>=4.5?"AA":""},isDark(){const e=this.rgb().color;return(2126*e[0]+7152*e[1]+722*e[2])/1e4<128},isLight(){return!this.isDark()},negate(){const e=this.rgb();for(let t=0;t<3;t++)e.color[t]=255-e.color[t];return e},lighten(e){const t=this.hsl();return t.color[2]+=t.color[2]*e,t},darken(e){const t=this.hsl();return t.color[2]-=t.color[2]*e,t},saturate(e){const t=this.hsl();return t.color[1]+=t.color[1]*e,t},desaturate(e){const t=this.hsl();return t.color[1]-=t.color[1]*e,t},whiten(e){const t=this.hwb();return t.color[1]+=t.color[1]*e,t},blacken(e){const t=this.hwb();return t.color[2]+=t.color[2]*e,t},grayscale(){const 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){const t=this.hsl();let n=t.color[0];return n=(n+e)%360,n=n<0?360+n:n,t.color[0]=n,t},mix(e,t){if(!e||!e.rgb)throw new Error('Argument to "mix" was not a Color instance, but rather an instance of '+typeof e);const n=e.rgb(),o=this.rgb(),a=void 0===t?.5:t,r=2*a-1,s=n.alpha()-o.alpha(),i=((r*s==-1?r:(r+s)/(1+r*s))+1)/2,l=1-i;return c.rgb(i*n.red()+l*o.red(),i*n.green()+l*o.green(),i*n.blue()+l*o.blue(),n.alpha()*a+o.alpha()*(1-a))}};for(const g of Object.keys(a)){if(r.includes(g))continue;const{channels:e}=a[g];c.prototype[g]=function(...e){return this.model===g?new c(this):e.length>0?new c(e,g):new c([...(t=a[this.model][g].raw(this.color),Array.isArray(t)?t:[t]),this.valpha],g);var t},c[g]=function(...t){let n=t[0];return"number"==typeof n&&(n=p(t,e)),new c(n,g)}}function l(e){return function(t){return function(e,t){return Number(e.toFixed(t))}(t,e)}}function u(e,t,n){e=Array.isArray(e)?e:[e];for(const o of e)(i[o]||(i[o]=[]))[t]=n;return e=e[0],function(o){let a;return void 0!==o?(n&&(o=n(o)),a=this[e](),a.color[t]=o,a):(a=this[e]().color[t],n&&(a=n(a)),a)}}function d(e){return function(t){return Math.max(0,Math.min(e,t))}}function p(e,t){for(let n=0;n<t;n++)"number"!=typeof e[n]&&(e[n]=0);return e}e.exports=c},15036:(e,t,n)=>{"use strict";n.d(t,{lX:()=>_,q_:()=>j,ob:()=>g,PP:()=>E,Ep:()=>p});var o=n(25773);function a(e){return"/"===e.charAt(0)}function r(e,t){for(var n=t,o=n+1,a=e.length;o<a;n+=1,o+=1)e[n]=e[o];e.pop()}const s=function(e,t){void 0===t&&(t="");var n,o=e&&e.split("/")||[],s=t&&t.split("/")||[],i=e&&a(e),c=t&&a(t),l=i||c;if(e&&a(e)?s=o:o.length&&(s.pop(),s=s.concat(o)),!s.length)return"/";if(s.length){var u=s[s.length-1];n="."===u||".."===u||""===u}else n=!1;for(var d=0,p=s.length;p>=0;p--){var g=s[p];"."===g?r(s,p):".."===g?(r(s,p),d++):d&&(r(s,p),d--)}if(!l)for(;d--;d)s.unshift("..");!l||""===s[0]||s[0]&&a(s[0])||s.unshift("");var f=s.join("/");return n&&"/"!==f.substr(-1)&&(f+="/"),f};var i=n(92215);function c(e){return"/"===e.charAt(0)?e:"/"+e}function l(e){return"/"===e.charAt(0)?e.substr(1):e}function u(e,t){return function(e,t){return 0===e.toLowerCase().indexOf(t.toLowerCase())&&-1!=="/?#".indexOf(e.charAt(t.length))}(e,t)?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,o=e.hash,a=t||"/";return n&&"?"!==n&&(a+="?"===n.charAt(0)?n:"?"+n),o&&"#"!==o&&(a+="#"===o.charAt(0)?o:"#"+o),a}function g(e,t,n,a){var r;"string"==typeof e?(r=function(e){var t=e||"/",n="",o="",a=t.indexOf("#");-1!==a&&(o=t.substr(a),t=t.substr(0,a));var r=t.indexOf("?");return-1!==r&&(n=t.substr(r),t=t.substr(0,r)),{pathname:t,search:"?"===n?"":n,hash:"#"===o?"":o}}(e),r.state=t):(void 0===(r=(0,o.Z)({},e)).pathname&&(r.pathname=""),r.search?"?"!==r.search.charAt(0)&&(r.search="?"+r.search):r.search="",r.hash?"#"!==r.hash.charAt(0)&&(r.hash="#"+r.hash):r.hash="",void 0!==t&&void 0===r.state&&(r.state=t));try{r.pathname=decodeURI(r.pathname)}catch(i){throw i instanceof URIError?new URIError('Pathname "'+r.pathname+'" could not be decoded. This is likely caused by an invalid percent-encoding.'):i}return n&&(r.key=n),a?r.pathname?"/"!==r.pathname.charAt(0)&&(r.pathname=s(r.pathname,a.pathname)):r.pathname=a.pathname:r.pathname||(r.pathname="/"),r}function f(){var e=null;var t=[];return{setPrompt:function(t){return e=t,function(){e===t&&(e=null)}},confirmTransitionTo:function(t,n,o,a){if(null!=e){var r="function"==typeof e?e(t,n):e;"string"==typeof r?"function"==typeof o?o(r,a):a(!0):a(!1!==r)}else a(!0)},appendListener:function(e){var n=!0;function o(){n&&e.apply(void 0,arguments)}return t.push(o),function(){n=!1,t=t.filter((function(e){return e!==o}))}},notifyListeners:function(){for(var e=arguments.length,n=new Array(e),o=0;o<e;o++)n[o]=arguments[o];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,i.Z)(!1);var t,n=window.history,a=(-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,r=!(-1===window.navigator.userAgent.indexOf("Trident")),s=e,l=s.forceRefresh,_=void 0!==l&&l,x=s.getUserConfirmation,w=void 0===x?h:x,k=s.keyLength,O=void 0===k?6:k,S=e.basename?d(c(e.basename)):"";function j(e){var t=e||{},n=t.key,o=t.state,a=window.location,r=a.pathname+a.search+a.hash;return S&&(r=u(r,S)),g(r,o,n)}function P(){return Math.random().toString(36).substr(2,O)}var E=f();function C(e){(0,o.Z)($,e),$.length=n.length,E.notifyListeners($.location,$.action)}function T(e){(function(e){return void 0===e.state&&-1===navigator.userAgent.indexOf("CriOS")})(e)||N(j(e.state))}function A(){N(j(v()))}var D=!1;function N(e){if(D)D=!1,C();else{E.confirmTransitionTo(e,"POP",w,(function(t){t?C({action:"POP",location:e}):function(e){var t=$.location,n=M.indexOf(t.key);-1===n&&(n=0);var o=M.indexOf(e.key);-1===o&&(o=0);var a=n-o;a&&(D=!0,R(a))}(e)}))}}var L=j(v()),M=[L.key];function I(e){return S+p(e)}function R(e){n.go(e)}var F=0;function z(e){1===(F+=e)&&1===e?(window.addEventListener(m,T),r&&window.addEventListener(y,A)):0===F&&(window.removeEventListener(m,T),r&&window.removeEventListener(y,A))}var B=!1;var $={length:n.length,action:"POP",location:L,createHref:I,push:function(e,t){var o="PUSH",r=g(e,t,P(),$.location);E.confirmTransitionTo(r,o,w,(function(e){if(e){var t=I(r),s=r.key,i=r.state;if(a)if(n.pushState({key:s,state:i},null,t),_)window.location.href=t;else{var c=M.indexOf($.location.key),l=M.slice(0,c+1);l.push(r.key),M=l,C({action:o,location:r})}else window.location.href=t}}))},replace:function(e,t){var o="REPLACE",r=g(e,t,P(),$.location);E.confirmTransitionTo(r,o,w,(function(e){if(e){var t=I(r),s=r.key,i=r.state;if(a)if(n.replaceState({key:s,state:i},null,t),_)window.location.replace(t);else{var c=M.indexOf($.location.key);-1!==c&&(M[c]=r.key),C({action:o,location:r})}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=E.setPrompt(e);return B||(z(1),B=!0),function(){return B&&(B=!1,z(-1)),t()}},listen:function(e){var t=E.appendListener(e);return z(1),function(){z(-1),t()}}};return $}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 O(){var e=window.location.href,t=e.indexOf("#");return-1===t?"":e.substring(t+1)}function S(e){window.location.replace(k(window.location.href)+"#"+e)}function j(e){void 0===e&&(e={}),b||(0,i.Z)(!1);var t=window.history,n=(window.navigator.userAgent.indexOf("Firefox"),e),a=n.getUserConfirmation,r=void 0===a?h:a,s=n.hashType,l=void 0===s?"slash":s,m=e.basename?d(c(e.basename)):"",y=w[l],v=y.encodePath,_=y.decodePath;function j(){var e=_(O());return m&&(e=u(e,m)),g(e)}var P=f();function E(e){(0,o.Z)(B,e),B.length=t.length,P.notifyListeners(B.location,B.action)}var C=!1,T=null;function A(){var e,t,n=O(),o=v(n);if(n!==o)S(o);else{var a=j(),s=B.location;if(!C&&(t=a,(e=s).pathname===t.pathname&&e.search===t.search&&e.hash===t.hash))return;if(T===p(a))return;T=null,function(e){if(C)C=!1,E();else{var t="POP";P.confirmTransitionTo(e,t,r,(function(n){n?E({action:t,location:e}):function(e){var t=B.location,n=M.lastIndexOf(p(t));-1===n&&(n=0);var o=M.lastIndexOf(p(e));-1===o&&(o=0);var a=n-o;a&&(C=!0,I(a))}(e)}))}}(a)}}var D=O(),N=v(D);D!==N&&S(N);var L=j(),M=[p(L)];function I(e){t.go(e)}var R=0;function F(e){1===(R+=e)&&1===e?window.addEventListener(x,A):0===R&&window.removeEventListener(x,A)}var z=!1;var B={length:t.length,action:"POP",location:L,createHref:function(e){var t=document.querySelector("base"),n="";return t&&t.getAttribute("href")&&(n=k(window.location.href)),n+"#"+v(m+p(e))},push:function(e,t){var n="PUSH",o=g(e,void 0,void 0,B.location);P.confirmTransitionTo(o,n,r,(function(e){if(e){var t=p(o),a=v(m+t);if(O()!==a){T=t,function(e){window.location.hash=e}(a);var r=M.lastIndexOf(p(B.location)),s=M.slice(0,r+1);s.push(t),M=s,E({action:n,location:o})}else E()}}))},replace:function(e,t){var n="REPLACE",o=g(e,void 0,void 0,B.location);P.confirmTransitionTo(o,n,r,(function(e){if(e){var t=p(o),a=v(m+t);O()!==a&&(T=t,S(a));var r=M.indexOf(p(B.location));-1!==r&&(M[r]=t),E({action:n,location:o})}}))},go:I,goBack:function(){I(-1)},goForward:function(){I(1)},block:function(e){void 0===e&&(e=!1);var t=P.setPrompt(e);return z||(F(1),z=!0),function(){return z&&(z=!1,F(-1)),t()}},listen:function(e){var t=P.appendListener(e);return F(1),function(){F(-1),t()}}};return B}function P(e,t,n){return Math.min(Math.max(e,t),n)}function E(e){void 0===e&&(e={});var t=e,n=t.getUserConfirmation,a=t.initialEntries,r=void 0===a?["/"]:a,s=t.initialIndex,i=void 0===s?0:s,c=t.keyLength,l=void 0===c?6:c,u=f();function d(e){(0,o.Z)(_,e),_.length=_.entries.length,u.notifyListeners(_.location,_.action)}function b(){return Math.random().toString(36).substr(2,l)}var h=P(i,0,r.length-1),m=r.map((function(e){return g(e,void 0,"string"==typeof e?b():e.key||b())})),y=p;function v(e){var t=P(_.index+e,0,_.entries.length-1),o=_.entries[t];u.confirmTransitionTo(o,"POP",n,(function(e){e?d({action:"POP",location:o,index:t}):d()}))}var _={length:m.length,action:"POP",location:m[h],index:h,entries:m,createHref:y,push:function(e,t){var o="PUSH",a=g(e,t,b(),_.location);u.confirmTransitionTo(a,o,n,(function(e){if(e){var t=_.index+1,n=_.entries.slice(0);n.length>t?n.splice(t,n.length-t,a):n.push(a),d({action:o,location:a,index:t,entries:n})}}))},replace:function(e,t){var o="REPLACE",a=g(e,t,b(),_.location);u.confirmTransitionTo(a,o,n,(function(e){e&&(_.entries[_.index]=a,d({action:o,location:a}))}))},go:v,goBack:function(){v(-1)},goForward:function(){v(1)},canGo:function(e){var t=_.index+e;return t>=0&&t<_.entries.length},block:function(e){return void 0===e&&(e=!1),u.setPrompt(e)},listen:function(e){return u.appendListener(e)}};return _}},55839:(e,t,n)=>{"use strict";var o=n(12097),a={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},r={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},s={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},i={};function c(e){return o.isMemo(e)?s:i[e.$$typeof]||a}i[o.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},i[o.Memo]=s;var l=Object.defineProperty,u=Object.getOwnPropertyNames,d=Object.getOwnPropertySymbols,p=Object.getOwnPropertyDescriptor,g=Object.getPrototypeOf,f=Object.prototype;e.exports=function e(t,n,o){if("string"!=typeof n){if(f){var a=g(n);a&&a!==f&&e(t,a,o)}var s=u(n);d&&(s=s.concat(d(n)));for(var i=c(t),b=c(n),h=0;h<s.length;++h){var m=s[h];if(!(r[m]||o&&o[m]||b&&b[m]||i&&i[m])){var y=p(n,m);try{l(t,m,y)}catch(v){}}}}return t}},14173:(e,t)=>{"use strict";var n="function"==typeof Symbol&&Symbol.for,o=n?Symbol.for("react.element"):60103,a=n?Symbol.for("react.portal"):60106,r=n?Symbol.for("react.fragment"):60107,s=n?Symbol.for("react.strict_mode"):60108,i=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,g=n?Symbol.for("react.suspense"):60113,f=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 o:switch(e=e.type){case u:case d:case r:case i:case s:case g:return e;default:switch(e=e&&e.$$typeof){case l:case p:case h:case b:case c:return e;default:return t}}case a:return t}}}function w(e){return x(e)===d}t.AsyncMode=u,t.ConcurrentMode=d,t.ContextConsumer=l,t.ContextProvider=c,t.Element=o,t.ForwardRef=p,t.Fragment=r,t.Lazy=h,t.Memo=b,t.Portal=a,t.Profiler=i,t.StrictMode=s,t.Suspense=g,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===o},t.isForwardRef=function(e){return x(e)===p},t.isFragment=function(e){return x(e)===r},t.isLazy=function(e){return x(e)===h},t.isMemo=function(e){return x(e)===b},t.isPortal=function(e){return x(e)===a},t.isProfiler=function(e){return x(e)===i},t.isStrictMode=function(e){return x(e)===s},t.isSuspense=function(e){return x(e)===g},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===r||e===d||e===i||e===s||e===g||e===f||"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:(e,t,n)=>{"use strict";e.exports=n(14173)},3996:e=>{"use strict";e.exports=function(e,t,n,o,a,r,s,i){if(!e){var c;if(void 0===t)c=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var l=[n,o,a,r,s,i],u=0;(c=new Error(t.replace(/%s/g,(function(){return l[u++]})))).name="Invariant Violation"}throw c.framesToPop=1,c}}},55182:e=>{e.exports=Array.isArray||function(e){return"[object Array]"==Object.prototype.toString.call(e)}},89854:(e,t,n)=>{"use strict";n.r(t)},23296:(e,t,n)=>{"use strict";n.r(t)},25955:(e,t,n)=>{"use strict";n.r(t)},14809:(e,t,n)=>{"use strict";n.r(t)},8504:function(e,t,n){var o,a;o=function(){var e,t,n={version:"0.2.0"},o=n.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 r(e){return 100*(-1+e)}function s(e,t,n){var a;return(a="translate3d"===o.positionUsing?{transform:"translate3d("+r(e)+"%,0,0)"}:"translate"===o.positionUsing?{transform:"translate("+r(e)+"%,0)"}:{"margin-left":r(e)+"%"}).transition="all "+t+"ms "+n,a}n.configure=function(e){var t,n;for(t in e)void 0!==(n=e[t])&&e.hasOwnProperty(t)&&(o[t]=n);return this},n.status=null,n.set=function(e){var t=n.isStarted();e=a(e,o.minimum,1),n.status=1===e?null:e;var r=n.render(!t),l=r.querySelector(o.barSelector),u=o.speed,d=o.easing;return r.offsetWidth,i((function(t){""===o.positionUsing&&(o.positionUsing=n.getPositioningCSS()),c(l,s(e,u,d)),1===e?(c(r,{transition:"none",opacity:1}),r.offsetWidth,setTimeout((function(){c(r,{transition:"all "+u+"ms linear",opacity:0}),setTimeout((function(){n.remove(),t()}),u)}),u)):setTimeout(t,u)})),this},n.isStarted=function(){return"number"==typeof n.status},n.start=function(){n.status||n.set(0);var e=function(){setTimeout((function(){n.status&&(n.trickle(),e())}),o.trickleSpeed)};return o.trickle&&e(),this},n.done=function(e){return e||n.status?n.inc(.3+.5*Math.random()).set(1):this},n.inc=function(e){var t=n.status;return t?("number"!=typeof e&&(e=(1-t)*a(Math.random()*t,.1,.95)),t=a(t+e,0,.994),n.set(t)):n.start()},n.trickle=function(){return n.inc(Math.random()*o.trickleRate)},e=0,t=0,n.promise=function(o){return o&&"resolved"!==o.state()?(0===t&&n.start(),e++,t++,o.always((function(){0==--t?(e=0,n.done()):n.set((e-t)/e)})),this):this},n.render=function(e){if(n.isRendered())return document.getElementById("nprogress");u(document.documentElement,"nprogress-busy");var t=document.createElement("div");t.id="nprogress",t.innerHTML=o.template;var a,s=t.querySelector(o.barSelector),i=e?"-100":r(n.status||0),l=document.querySelector(o.parent);return c(s,{transition:"all 0 linear",transform:"translate3d("+i+"%,0,0)"}),o.showSpinner||(a=t.querySelector(o.spinnerSelector))&&g(a),l!=document.body&&u(l,"nprogress-custom-parent"),l.appendChild(t),t},n.remove=function(){d(document.documentElement,"nprogress-busy"),d(document.querySelector(o.parent),"nprogress-custom-parent");var e=document.getElementById("nprogress");e&&g(e)},n.isRendered=function(){return!!document.getElementById("nprogress")},n.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 i=function(){var e=[];function t(){var n=e.shift();n&&n(t)}return function(n){e.push(n),1==e.length&&t()}}(),c=function(){var e=["Webkit","O","Moz","ms"],t={};function n(e){return e.replace(/^-ms-/,"ms-").replace(/-([\da-z])/gi,(function(e,t){return t.toUpperCase()}))}function o(t){var n=document.body.style;if(t in n)return t;for(var o,a=e.length,r=t.charAt(0).toUpperCase()+t.slice(1);a--;)if((o=e[a]+r)in n)return o;return t}function a(e){return e=n(e),t[e]||(t[e]=o(e))}function r(e,t,n){t=a(t),e.style[t]=n}return function(e,t){var n,o,a=arguments;if(2==a.length)for(n in t)void 0!==(o=t[n])&&t.hasOwnProperty(n)&&r(e,n,o);else r(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),o=n+t;l(n,t)||(e.className=o.substring(1))}function d(e,t){var n,o=p(e);l(e,t)&&(n=o.replace(" "+t+" "," "),e.className=n.substring(1,n.length-1))}function p(e){return(" "+(e.className||"")+" ").replace(/\s+/gi," ")}function g(e){e&&e.parentNode&&e.parentNode.removeChild(e)}return n},void 0===(a="function"==typeof o?o.call(t,n,t,e):o)||(e.exports=a)},10247:()=>{!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},o={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:o},{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:o},{pattern:/(^|[^$\\])'[^']*'/,lookbehind:!0,greedy:!0},{pattern:/\$'(?:[^'\\]|\\[\s\S])*'/,greedy:!0,inside:{entity:o.entity}}],environment:{pattern:RegExp("\\$?"+t),alias:"constant"},variable:o.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 a=["comment","function-name","for-or-select","assign-left","parameter","string","environment","function","keyword","builtin","boolean","file-descriptor","operator","punctuation","number"],r=o.variable[1].inside,s=0;s<a.length;s++)r[a[s]]=e.languages.bash[a[s]];e.languages.sh=e.languages.bash,e.languages.shell=e.languages.bash}(Prism)},9109:()=>{!function(e){e.languages.diff={coord:[/^(?:\*{3}|-{3}|\+{3}).*$/m,/^@@.*@@$/m,/^\d.*$/m]};var t={"deleted-sign":"-","deleted-arrow":"<","inserted-sign":"+","inserted-arrow":">",unchanged:" ",diff:"!"};Object.keys(t).forEach((function(n){var o=t[n],a=[];/^\w+$/.test(n)||a.push(/\w+/.exec(n)[0]),"diff"===n&&a.push("bold"),e.languages.diff[n]={pattern:RegExp("^(?:["+o+"].*(?:\r\n?|\n|(?![\\s\\S])))+","m"),alias:a,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})}(Prism)},29465:()=>{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(e){var 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,o={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":[o,{pattern:RegExp(/(^|[^\w.])/.source+n+/[A-Z]\w*(?=\s+\w+\s*[;,=()]|\s*(?:\[[\s,]*\]\s*)?::\s*new\b)/.source),lookbehind:!0,inside:o.inside},{pattern:RegExp(/(\b(?:class|enum|extends|implements|instanceof|interface|new|record|throws)\s+)/.source+n+/[A-Z]\w*\b/.source),lookbehind:!0,inside:o.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":o,keyword:t,punctuation:/[<>(),.:]/,operator:/[?&|]/}},import:[{pattern:RegExp(/(\bimport\s+)/.source+n+/(?:[A-Z]\w*|\*)(?=\s*;)/.source),lookbehind:!0,inside:{namespace:o.inside.namespace,punctuation:/\./,operator:/\*/,"class-name":/\w+/}},{pattern:RegExp(/(\bimport\s+static\s+)/.source+n+/(?:\w+|\*)(?=\s*;)/.source),lookbehind:!0,alias:"static",inside:{namespace:o.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:/\./}}})}(Prism)},5094:()=>{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(e){var t=/\\(?:[^a-z()[\]]|[a-z*]+)/i,n={"equation-command":{pattern:t,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}(Prism)},13109:()=>{!function(e){function t(e,t){return"___"+e.toUpperCase()+t+"___"}Object.defineProperties(e.languages["markup-templating"]={},{buildPlaceholders:{value:function(n,o,a,r){if(n.language===o){var s=n.tokenStack=[];n.code=n.code.replace(a,(function(e){if("function"==typeof r&&!r(e))return e;for(var a,i=s.length;-1!==n.code.indexOf(a=t(o,i));)++i;return s[i]=e,a})),n.grammar=e.languages.markup}}},tokenizePlaceholders:{value:function(n,o){if(n.language===o&&n.tokenStack){n.grammar=e.languages[o];var a=0,r=Object.keys(n.tokenStack);!function s(i){for(var c=0;c<i.length&&!(a>=r.length);c++){var l=i[c];if("string"==typeof l||l.content&&"string"==typeof l.content){var u=r[a],d=n.tokenStack[u],p="string"==typeof l?l:l.content,g=t(o,u),f=p.indexOf(g);if(f>-1){++a;var b=p.substring(0,f),h=new e.Token(o,e.tokenize(d,n.grammar),"language-"+o,d),m=p.substring(f+g.length),y=[];b&&y.push.apply(y,s([b])),y.push(h),m&&y.push.apply(y,s([m])),"string"==typeof l?i.splice.apply(i,[c,1].concat(y)):l.content=y}}else l.content&&s(l.content)}return i}(n.tokens)}}}})}(Prism)},70651:()=>{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(e){var 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*\()/],o=/\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,a=/<?=>|\?\?=?|\.{3}|\??->|[!=]=?=?|::|\*\*=?|--|\+\+|&&|\|\||<<|>>|[?~]|[/^|%*&<>.+-]=?/,r=/[{}\[\](),:;]/;e.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:o,operator:a,punctuation:r};var s={pattern:/\{\$(?:\{(?:\{[^{}]+\}|[^{}]+)\}|[^{}])+\}|(^|[^\\{])\$+(?:\w+(?:\[[^\r\n\[\]]+\]|->\w+)?)/,lookbehind:!0,inside:e.languages.php},i=[{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:s}},{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:s}}];e.languages.insertBefore("php","variable",{string:i,attribute:{pattern:/#\[(?:[^"'\/#]|\/(?![*/])|\/\/.*$|#(?!\[).*$|\/\*(?:[^*]|\*(?!\/))*\*\/|"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*')+\](?=\s*[a-z$#])/im,greedy:!0,inside:{"attribute-content":{pattern:/^(#\[)[\s\S]+(?=\]$)/,lookbehind:!0,inside:{comment:t,string:i,"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:o,operator:a,punctuation:r}},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")}))}(Prism)},89768:()=>{!function(e){var t=e.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:/[|{}[\];(),.]/};t.string[0].inside={function:{pattern:/(^|[^`])\$\((?:\$\([^\r\n()]*\)|(?!\$\()[^\r\n)])*\)/,lookbehind:!0,inside:t},boolean:t.boolean,variable:t.variable}}(Prism)},28723:()=>{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},30135:(e,t,n)=>{var o={"./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 a(e){var t=r(e);return n(t)}function r(e){if(!n.o(o,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return o[e]}a.keys=function(){return Object.keys(o)},a.resolve=r,e.exports=a,a.id=30135},58772:(e,t,n)=>{"use strict";var o=n(90331);function a(){}function r(){}r.resetWarningCache=a,e.exports=function(){function e(e,t,n,a,r,s){if(s!==o){var i=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw i.name="Invariant Violation",i}}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:r,resetWarningCache:a};return n.PropTypes=n,n}},23615:(e,t,n)=>{e.exports=n(58772)()},90331:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},43577:(e,t,n)=>{"use strict";var o=n(27378),a=n(91102);function r(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 s=new Set,i={};function c(e,t){l(e,t),l(e+"Capture",t)}function l(e,t){for(i[e]=t,e=0;e<t.length;e++)s.add(t[e])}var u=!("undefined"==typeof window||void 0===window.document||void 0===window.document.createElement),d=Object.prototype.hasOwnProperty,p=/^[: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]*$/,g={},f={};function b(e,t,n,o,a,r,s){this.acceptsBooleans=2===t||3===t||4===t,this.attributeName=o,this.attributeNamespace=a,this.mustUseProperty=n,this.propertyName=e,this.type=t,this.sanitizeURL=r,this.removeEmptyString=s}var h={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach((function(e){h[e]=new b(e,0,!1,e,null,!1,!1)})),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach((function(e){var t=e[0];h[t]=new b(t,1,!1,e[1],null,!1,!1)})),["contentEditable","draggable","spellCheck","value"].forEach((function(e){h[e]=new b(e,2,!1,e.toLowerCase(),null,!1,!1)})),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach((function(e){h[e]=new b(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){h[e]=new b(e,3,!1,e.toLowerCase(),null,!1,!1)})),["checked","multiple","muted","selected"].forEach((function(e){h[e]=new b(e,3,!0,e,null,!1,!1)})),["capture","download"].forEach((function(e){h[e]=new b(e,4,!1,e,null,!1,!1)})),["cols","rows","size","span"].forEach((function(e){h[e]=new b(e,6,!1,e,null,!1,!1)})),["rowSpan","start"].forEach((function(e){h[e]=new b(e,5,!1,e.toLowerCase(),null,!1,!1)}));var m=/[\-:]([a-z])/g;function y(e){return e[1].toUpperCase()}function v(e,t,n,o){var a=h.hasOwnProperty(t)?h[t]:null;(null!==a?0!==a.type:o||!(2<t.length)||"o"!==t[0]&&"O"!==t[0]||"n"!==t[1]&&"N"!==t[1])&&(function(e,t,n,o){if(null==t||function(e,t,n,o){if(null!==n&&0===n.type)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":return!o&&(null!==n?!n.acceptsBooleans:"data-"!==(e=e.toLowerCase().slice(0,5))&&"aria-"!==e);default:return!1}}(e,t,n,o))return!0;if(o)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,o)&&(n=null),o||null===a?function(e){return!!d.call(f,e)||!d.call(g,e)&&(p.test(e)?f[e]=!0:(g[e]=!0,!1))}(t)&&(null===n?e.removeAttribute(t):e.setAttribute(t,""+n)):a.mustUseProperty?e[a.propertyName]=null===n?3!==a.type&&"":n:(t=a.attributeName,o=a.attributeNamespace,null===n?e.removeAttribute(t):(n=3===(a=a.type)||4===a&&!0===n?"":""+n,o?e.setAttributeNS(o,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(m,y);h[t]=new b(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(m,y);h[t]=new b(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(m,y);h[t]=new b(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)})),["tabIndex","crossOrigin"].forEach((function(e){h[e]=new b(e,1,!1,e.toLowerCase(),null,!1,!1)})),h.xlinkHref=new b("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach((function(e){h[e]=new b(e,1,!1,e.toLowerCase(),null,!0,!0)}));var _=o.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,x=Symbol.for("react.element"),w=Symbol.for("react.portal"),k=Symbol.for("react.fragment"),O=Symbol.for("react.strict_mode"),S=Symbol.for("react.profiler"),j=Symbol.for("react.provider"),P=Symbol.for("react.context"),E=Symbol.for("react.forward_ref"),C=Symbol.for("react.suspense"),T=Symbol.for("react.suspense_list"),A=Symbol.for("react.memo"),D=Symbol.for("react.lazy");Symbol.for("react.scope"),Symbol.for("react.debug_trace_mode");var N=Symbol.for("react.offscreen");Symbol.for("react.legacy_hidden"),Symbol.for("react.cache"),Symbol.for("react.tracing_marker");var L=Symbol.iterator;function M(e){return null===e||"object"!=typeof e?null:"function"==typeof(e=L&&e[L]||e["@@iterator"])?e:null}var I,R=Object.assign;function F(e){if(void 0===I)try{throw Error()}catch(n){var t=n.stack.trim().match(/\n( *(at )?)/);I=t&&t[1]||""}return"\n"+I+e}var z=!1;function B(e,t){if(!e||z)return"";z=!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(l){var o=l}Reflect.construct(e,[],t)}else{try{t.call()}catch(l){o=l}e.call(t.prototype)}else{try{throw Error()}catch(l){o=l}e()}}catch(l){if(l&&o&&"string"==typeof l.stack){for(var a=l.stack.split("\n"),r=o.stack.split("\n"),s=a.length-1,i=r.length-1;1<=s&&0<=i&&a[s]!==r[i];)i--;for(;1<=s&&0<=i;s--,i--)if(a[s]!==r[i]){if(1!==s||1!==i)do{if(s--,0>--i||a[s]!==r[i]){var c="\n"+a[s].replace(" at new "," at ");return e.displayName&&c.includes("<anonymous>")&&(c=c.replace("<anonymous>",e.displayName)),c}}while(1<=s&&0<=i);break}}}finally{z=!1,Error.prepareStackTrace=n}return(e=e?e.displayName||e.name:"")?F(e):""}function $(e){switch(e.tag){case 5:return F(e.type);case 16:return F("Lazy");case 13:return F("Suspense");case 19:return F("SuspenseList");case 0:case 2:case 15:return e=B(e.type,!1);case 11:return e=B(e.type.render,!1);case 1:return e=B(e.type,!0);default:return""}}function U(e){if(null==e)return null;if("function"==typeof e)return e.displayName||e.name||null;if("string"==typeof e)return e;switch(e){case k:return"Fragment";case w:return"Portal";case S:return"Profiler";case O:return"StrictMode";case C:return"Suspense";case T:return"SuspenseList"}if("object"==typeof e)switch(e.$$typeof){case P:return(e.displayName||"Context")+".Consumer";case j:return(e._context.displayName||"Context")+".Provider";case E:var t=e.render;return(e=e.displayName)||(e=""!==(e=t.displayName||t.name||"")?"ForwardRef("+e+")":"ForwardRef"),e;case A:return null!==(t=e.displayName||null)?t:U(e.type)||"Memo";case D:t=e._payload,e=e._init;try{return U(e(t))}catch(n){}}return null}function Z(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 U(t);case 8:return t===O?"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}function H(e){switch(typeof e){case"boolean":case"number":case"string":case"undefined":case"object":return e;default:return""}}function W(e){var t=e.type;return(e=e.nodeName)&&"input"===e.toLowerCase()&&("checkbox"===t||"radio"===t)}function q(e){e._valueTracker||(e._valueTracker=function(e){var t=W(e)?"checked":"value",n=Object.getOwnPropertyDescriptor(e.constructor.prototype,t),o=""+e[t];if(!e.hasOwnProperty(t)&&void 0!==n&&"function"==typeof n.get&&"function"==typeof n.set){var a=n.get,r=n.set;return Object.defineProperty(e,t,{configurable:!0,get:function(){return a.call(this)},set:function(e){o=""+e,r.call(this,e)}}),Object.defineProperty(e,t,{enumerable:n.enumerable}),{getValue:function(){return o},setValue:function(e){o=""+e},stopTracking:function(){e._valueTracker=null,delete e[t]}}}}(e))}function V(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var n=t.getValue(),o="";return e&&(o=W(e)?e.checked?"true":"false":e.value),(e=o)!==n&&(t.setValue(e),!0)}function G(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 Y(e,t){var n=t.checked;return R({},t,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:null!=n?n:e._wrapperState.initialChecked})}function K(e,t){var n=null==t.defaultValue?"":t.defaultValue,o=null!=t.checked?t.checked:t.defaultChecked;n=H(null!=t.value?t.value:n),e._wrapperState={initialChecked:o,initialValue:n,controlled:"checkbox"===t.type||"radio"===t.type?null!=t.checked:null!=t.value}}function Q(e,t){null!=(t=t.checked)&&v(e,"checked",t,!1)}function X(e,t){Q(e,t);var n=H(t.value),o=t.type;if(null!=n)"number"===o?(0===n&&""===e.value||e.value!=n)&&(e.value=""+n):e.value!==""+n&&(e.value=""+n);else if("submit"===o||"reset"===o)return void e.removeAttribute("value");t.hasOwnProperty("value")?ee(e,t.type,n):t.hasOwnProperty("defaultValue")&&ee(e,t.type,H(t.defaultValue)),null==t.checked&&null!=t.defaultChecked&&(e.defaultChecked=!!t.defaultChecked)}function J(e,t,n){if(t.hasOwnProperty("value")||t.hasOwnProperty("defaultValue")){var o=t.type;if(!("submit"!==o&&"reset"!==o||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 ee(e,t,n){"number"===t&&G(e.ownerDocument)===e||(null==n?e.defaultValue=""+e._wrapperState.initialValue:e.defaultValue!==""+n&&(e.defaultValue=""+n))}var te=Array.isArray;function ne(e,t,n,o){if(e=e.options,t){t={};for(var a=0;a<n.length;a++)t["$"+n[a]]=!0;for(n=0;n<e.length;n++)a=t.hasOwnProperty("$"+e[n].value),e[n].selected!==a&&(e[n].selected=a),a&&o&&(e[n].defaultSelected=!0)}else{for(n=""+H(n),t=null,a=0;a<e.length;a++){if(e[a].value===n)return e[a].selected=!0,void(o&&(e[a].defaultSelected=!0));null!==t||e[a].disabled||(t=e[a])}null!==t&&(t.selected=!0)}}function oe(e,t){if(null!=t.dangerouslySetInnerHTML)throw Error(r(91));return R({},t,{value:void 0,defaultValue:void 0,children:""+e._wrapperState.initialValue})}function ae(e,t){var n=t.value;if(null==n){if(n=t.children,t=t.defaultValue,null!=n){if(null!=t)throw Error(r(92));if(te(n)){if(1<n.length)throw Error(r(93));n=n[0]}t=n}null==t&&(t=""),n=t}e._wrapperState={initialValue:H(n)}}function re(e,t){var n=H(t.value),o=H(t.defaultValue);null!=n&&((n=""+n)!==e.value&&(e.value=n),null==t.defaultValue&&e.defaultValue!==n&&(e.defaultValue=n)),null!=o&&(e.defaultValue=""+o)}function se(e){var t=e.textContent;t===e._wrapperState.initialValue&&""!==t&&null!==t&&(e.value=t)}function ie(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 ce(e,t){return null==e||"http://www.w3.org/1999/xhtml"===e?ie(t):"http://www.w3.org/2000/svg"===e&&"foreignObject"===t?"http://www.w3.org/1999/xhtml":e}var le,ue,de=(ue=function(e,t){if("http://www.w3.org/2000/svg"!==e.namespaceURI||"innerHTML"in e)e.innerHTML=t;else{for((le=le||document.createElement("div")).innerHTML="<svg>"+t.valueOf().toString()+"</svg>",t=le.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;t.firstChild;)e.appendChild(t.firstChild)}},"undefined"!=typeof MSApp&&MSApp.execUnsafeLocalFunction?function(e,t,n,o){MSApp.execUnsafeLocalFunction((function(){return ue(e,t)}))}:ue);function pe(e,t){if(t){var n=e.firstChild;if(n&&n===e.lastChild&&3===n.nodeType)return void(n.nodeValue=t)}e.textContent=t}var ge={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},fe=["Webkit","ms","Moz","O"];function be(e,t,n){return null==t||"boolean"==typeof t||""===t?"":n||"number"!=typeof t||0===t||ge.hasOwnProperty(e)&&ge[e]?(""+t).trim():t+"px"}function he(e,t){for(var n in e=e.style,t)if(t.hasOwnProperty(n)){var o=0===n.indexOf("--"),a=be(n,t[n],o);"float"===n&&(n="cssFloat"),o?e.setProperty(n,a):e[n]=a}}Object.keys(ge).forEach((function(e){fe.forEach((function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),ge[t]=ge[e]}))}));var me=R({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 ye(e,t){if(t){if(me[e]&&(null!=t.children||null!=t.dangerouslySetInnerHTML))throw Error(r(137,e));if(null!=t.dangerouslySetInnerHTML){if(null!=t.children)throw Error(r(60));if("object"!=typeof t.dangerouslySetInnerHTML||!("__html"in t.dangerouslySetInnerHTML))throw Error(r(61))}if(null!=t.style&&"object"!=typeof t.style)throw Error(r(62))}}function ve(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 _e=null;function xe(e){return(e=e.target||e.srcElement||window).correspondingUseElement&&(e=e.correspondingUseElement),3===e.nodeType?e.parentNode:e}var we=null,ke=null,Oe=null;function Se(e){if(e=_a(e)){if("function"!=typeof we)throw Error(r(280));var t=e.stateNode;t&&(t=wa(t),we(e.stateNode,e.type,t))}}function je(e){ke?Oe?Oe.push(e):Oe=[e]:ke=e}function Pe(){if(ke){var e=ke,t=Oe;if(Oe=ke=null,Se(e),t)for(e=0;e<t.length;e++)Se(t[e])}}function Ee(e,t){return e(t)}function Ce(){}var Te=!1;function Ae(e,t,n){if(Te)return e(t,n);Te=!0;try{return Ee(e,t,n)}finally{Te=!1,(null!==ke||null!==Oe)&&(Ce(),Pe())}}function De(e,t){var n=e.stateNode;if(null===n)return null;var o=wa(n);if(null===o)return null;n=o[t];e:switch(t){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(o=!o.disabled)||(o=!("button"===(e=e.type)||"input"===e||"select"===e||"textarea"===e)),e=!o;break e;default:e=!1}if(e)return null;if(n&&"function"!=typeof n)throw Error(r(231,t,typeof n));return n}var Ne=!1;if(u)try{var Le={};Object.defineProperty(Le,"passive",{get:function(){Ne=!0}}),window.addEventListener("test",Le,Le),window.removeEventListener("test",Le,Le)}catch(ue){Ne=!1}function Me(e,t,n,o,a,r,s,i,c){var l=Array.prototype.slice.call(arguments,3);try{t.apply(n,l)}catch(u){this.onError(u)}}var Ie=!1,Re=null,Fe=!1,ze=null,Be={onError:function(e){Ie=!0,Re=e}};function $e(e,t,n,o,a,r,s,i,c){Ie=!1,Re=null,Me.apply(Be,arguments)}function Ue(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 Ze(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 He(e){if(Ue(e)!==e)throw Error(r(188))}function We(e){return null!==(e=function(e){var t=e.alternate;if(!t){if(null===(t=Ue(e)))throw Error(r(188));return t!==e?null:e}for(var n=e,o=t;;){var a=n.return;if(null===a)break;var s=a.alternate;if(null===s){if(null!==(o=a.return)){n=o;continue}break}if(a.child===s.child){for(s=a.child;s;){if(s===n)return He(a),e;if(s===o)return He(a),t;s=s.sibling}throw Error(r(188))}if(n.return!==o.return)n=a,o=s;else{for(var i=!1,c=a.child;c;){if(c===n){i=!0,n=a,o=s;break}if(c===o){i=!0,o=a,n=s;break}c=c.sibling}if(!i){for(c=s.child;c;){if(c===n){i=!0,n=s,o=a;break}if(c===o){i=!0,o=s,n=a;break}c=c.sibling}if(!i)throw Error(r(189))}}if(n.alternate!==o)throw Error(r(190))}if(3!==n.tag)throw Error(r(188));return n.stateNode.current===n?e:t}(e))?qe(e):null}function qe(e){if(5===e.tag||6===e.tag)return e;for(e=e.child;null!==e;){var t=qe(e);if(null!==t)return t;e=e.sibling}return null}var Ve=a.unstable_scheduleCallback,Ge=a.unstable_cancelCallback,Ye=a.unstable_shouldYield,Ke=a.unstable_requestPaint,Qe=a.unstable_now,Xe=a.unstable_getCurrentPriorityLevel,Je=a.unstable_ImmediatePriority,et=a.unstable_UserBlockingPriority,tt=a.unstable_NormalPriority,nt=a.unstable_LowPriority,ot=a.unstable_IdlePriority,at=null,rt=null;var st=Math.clz32?Math.clz32:function(e){return e>>>=0,0===e?32:31-(it(e)/ct|0)|0},it=Math.log,ct=Math.LN2;var lt=64,ut=4194304;function dt(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 16777216:case 33554432:case 67108864:return 130023424&e;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 1073741824;default:return e}}function pt(e,t){var n=e.pendingLanes;if(0===n)return 0;var o=0,a=e.suspendedLanes,r=e.pingedLanes,s=268435455&n;if(0!==s){var i=s&~a;0!==i?o=dt(i):0!==(r&=s)&&(o=dt(r))}else 0!==(s=n&~a)?o=dt(s):0!==r&&(o=dt(r));if(0===o)return 0;if(0!==t&&t!==o&&0==(t&a)&&((a=o&-o)>=(r=t&-t)||16===a&&0!=(4194240&r)))return t;if(0!=(4&o)&&(o|=16&n),0!==(t=e.entangledLanes))for(e=e.entanglements,t&=o;0<t;)a=1<<(n=31-st(t)),o|=e[n],t&=~a;return o}function gt(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}}function ft(e){return 0!==(e=-1073741825&e.pendingLanes)?e:1073741824&e?1073741824:0}function bt(){var e=lt;return 0==(4194240&(lt<<=1))&&(lt=64),e}function ht(e){for(var t=[],n=0;31>n;n++)t.push(e);return t}function mt(e,t,n){e.pendingLanes|=t,536870912!==t&&(e.suspendedLanes=0,e.pingedLanes=0),(e=e.eventTimes)[t=31-st(t)]=n}function yt(e,t){var n=e.entangledLanes|=t;for(e=e.entanglements;n;){var o=31-st(n),a=1<<o;a&t|e[o]&t&&(e[o]|=t),n&=~a}}var vt=0;function _t(e){return 1<(e&=-e)?4<e?0!=(268435455&e)?16:536870912:4:1}var xt,wt,kt,Ot,St,jt=!1,Pt=[],Et=null,Ct=null,Tt=null,At=new Map,Dt=new Map,Nt=[],Lt="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 Mt(e,t){switch(e){case"focusin":case"focusout":Et=null;break;case"dragenter":case"dragleave":Ct=null;break;case"mouseover":case"mouseout":Tt=null;break;case"pointerover":case"pointerout":At.delete(t.pointerId);break;case"gotpointercapture":case"lostpointercapture":Dt.delete(t.pointerId)}}function It(e,t,n,o,a,r){return null===e||e.nativeEvent!==r?(e={blockedOn:t,domEventName:n,eventSystemFlags:o,nativeEvent:r,targetContainers:[a]},null!==t&&(null!==(t=_a(t))&&wt(t)),e):(e.eventSystemFlags|=o,t=e.targetContainers,null!==a&&-1===t.indexOf(a)&&t.push(a),e)}function Rt(e){var t=va(e.target);if(null!==t){var n=Ue(t);if(null!==n)if(13===(t=n.tag)){if(null!==(t=Ze(n)))return e.blockedOn=t,void St(e.priority,(function(){kt(n)}))}else if(3===t&&n.stateNode.current.memoizedState.isDehydrated)return void(e.blockedOn=3===n.tag?n.stateNode.containerInfo:null)}e.blockedOn=null}function Ft(e){if(null!==e.blockedOn)return!1;for(var t=e.targetContainers;0<t.length;){var n=Yt(e.domEventName,e.eventSystemFlags,t[0],e.nativeEvent);if(null!==n)return null!==(t=_a(n))&&wt(t),e.blockedOn=n,!1;var o=new(n=e.nativeEvent).constructor(n.type,n);_e=o,n.target.dispatchEvent(o),_e=null,t.shift()}return!0}function zt(e,t,n){Ft(e)&&n.delete(t)}function Bt(){jt=!1,null!==Et&&Ft(Et)&&(Et=null),null!==Ct&&Ft(Ct)&&(Ct=null),null!==Tt&&Ft(Tt)&&(Tt=null),At.forEach(zt),Dt.forEach(zt)}function $t(e,t){e.blockedOn===t&&(e.blockedOn=null,jt||(jt=!0,a.unstable_scheduleCallback(a.unstable_NormalPriority,Bt)))}function Ut(e){function t(t){return $t(t,e)}if(0<Pt.length){$t(Pt[0],e);for(var n=1;n<Pt.length;n++){var o=Pt[n];o.blockedOn===e&&(o.blockedOn=null)}}for(null!==Et&&$t(Et,e),null!==Ct&&$t(Ct,e),null!==Tt&&$t(Tt,e),At.forEach(t),Dt.forEach(t),n=0;n<Nt.length;n++)(o=Nt[n]).blockedOn===e&&(o.blockedOn=null);for(;0<Nt.length&&null===(n=Nt[0]).blockedOn;)Rt(n),null===n.blockedOn&&Nt.shift()}var Zt=_.ReactCurrentBatchConfig,Ht=!0;function Wt(e,t,n,o){var a=vt,r=Zt.transition;Zt.transition=null;try{vt=1,Vt(e,t,n,o)}finally{vt=a,Zt.transition=r}}function qt(e,t,n,o){var a=vt,r=Zt.transition;Zt.transition=null;try{vt=4,Vt(e,t,n,o)}finally{vt=a,Zt.transition=r}}function Vt(e,t,n,o){if(Ht){var a=Yt(e,t,n,o);if(null===a)Wo(e,t,o,Gt,n),Mt(e,o);else if(function(e,t,n,o,a){switch(t){case"focusin":return Et=It(Et,e,t,n,o,a),!0;case"dragenter":return Ct=It(Ct,e,t,n,o,a),!0;case"mouseover":return Tt=It(Tt,e,t,n,o,a),!0;case"pointerover":var r=a.pointerId;return At.set(r,It(At.get(r)||null,e,t,n,o,a)),!0;case"gotpointercapture":return r=a.pointerId,Dt.set(r,It(Dt.get(r)||null,e,t,n,o,a)),!0}return!1}(a,e,t,n,o))o.stopPropagation();else if(Mt(e,o),4&t&&-1<Lt.indexOf(e)){for(;null!==a;){var r=_a(a);if(null!==r&&xt(r),null===(r=Yt(e,t,n,o))&&Wo(e,t,o,Gt,n),r===a)break;a=r}null!==a&&o.stopPropagation()}else Wo(e,t,o,null,n)}}var Gt=null;function Yt(e,t,n,o){if(Gt=null,null!==(e=va(e=xe(o))))if(null===(t=Ue(e)))e=null;else if(13===(n=t.tag)){if(null!==(e=Ze(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 Gt=e,null}function Kt(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(Xe()){case Je:return 1;case et:return 4;case tt:case nt:return 16;case ot:return 536870912;default:return 16}default:return 16}}var Qt=null,Xt=null,Jt=null;function en(){if(Jt)return Jt;var e,t,n=Xt,o=n.length,a="value"in Qt?Qt.value:Qt.textContent,r=a.length;for(e=0;e<o&&n[e]===a[e];e++);var s=o-e;for(t=1;t<=s&&n[o-t]===a[r-t];t++);return Jt=a.slice(e,1<t?1-t:void 0)}function tn(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 nn(){return!0}function on(){return!1}function an(e){function t(t,n,o,a,r){for(var s in this._reactName=t,this._targetInst=o,this.type=n,this.nativeEvent=a,this.target=r,this.currentTarget=null,e)e.hasOwnProperty(s)&&(t=e[s],this[s]=t?t(a):a[s]);return this.isDefaultPrevented=(null!=a.defaultPrevented?a.defaultPrevented:!1===a.returnValue)?nn:on,this.isPropagationStopped=on,this}return R(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=nn)},stopPropagation:function(){var e=this.nativeEvent;e&&(e.stopPropagation?e.stopPropagation():"unknown"!=typeof e.cancelBubble&&(e.cancelBubble=!0),this.isPropagationStopped=nn)},persist:function(){},isPersistent:nn}),t}var rn,sn,cn,ln={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},un=an(ln),dn=R({},ln,{view:0,detail:0}),pn=an(dn),gn=R({},dn,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:Sn,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!==cn&&(cn&&"mousemove"===e.type?(rn=e.screenX-cn.screenX,sn=e.screenY-cn.screenY):sn=rn=0,cn=e),rn)},movementY:function(e){return"movementY"in e?e.movementY:sn}}),fn=an(gn),bn=an(R({},gn,{dataTransfer:0})),hn=an(R({},dn,{relatedTarget:0})),mn=an(R({},ln,{animationName:0,elapsedTime:0,pseudoElement:0})),yn=R({},ln,{clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}}),vn=an(yn),_n=an(R({},ln,{data:0})),xn={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},wn={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"},kn={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function On(e){var t=this.nativeEvent;return t.getModifierState?t.getModifierState(e):!!(e=kn[e])&&!!t[e]}function Sn(){return On}var jn=R({},dn,{key:function(e){if(e.key){var t=xn[e.key]||e.key;if("Unidentified"!==t)return t}return"keypress"===e.type?13===(e=tn(e))?"Enter":String.fromCharCode(e):"keydown"===e.type||"keyup"===e.type?wn[e.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:Sn,charCode:function(e){return"keypress"===e.type?tn(e):0},keyCode:function(e){return"keydown"===e.type||"keyup"===e.type?e.keyCode:0},which:function(e){return"keypress"===e.type?tn(e):"keydown"===e.type||"keyup"===e.type?e.keyCode:0}}),Pn=an(jn),En=an(R({},gn,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0})),Cn=an(R({},dn,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:Sn})),Tn=an(R({},ln,{propertyName:0,elapsedTime:0,pseudoElement:0})),An=R({},gn,{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}),Dn=an(An),Nn=[9,13,27,32],Ln=u&&"CompositionEvent"in window,Mn=null;u&&"documentMode"in document&&(Mn=document.documentMode);var In=u&&"TextEvent"in window&&!Mn,Rn=u&&(!Ln||Mn&&8<Mn&&11>=Mn),Fn=String.fromCharCode(32),zn=!1;function Bn(e,t){switch(e){case"keyup":return-1!==Nn.indexOf(t.keyCode);case"keydown":return 229!==t.keyCode;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function $n(e){return"object"==typeof(e=e.detail)&&"data"in e?e.data:null}var Un=!1;var Zn={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 Hn(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return"input"===t?!!Zn[e.type]:"textarea"===t}function Wn(e,t,n,o){je(o),0<(t=Vo(t,"onChange")).length&&(n=new un("onChange","change",null,n,o),e.push({event:n,listeners:t}))}var qn=null,Vn=null;function Gn(e){zo(e,0)}function Yn(e){if(V(xa(e)))return e}function Kn(e,t){if("change"===e)return t}var Qn=!1;if(u){var Xn;if(u){var Jn="oninput"in document;if(!Jn){var eo=document.createElement("div");eo.setAttribute("oninput","return;"),Jn="function"==typeof eo.oninput}Xn=Jn}else Xn=!1;Qn=Xn&&(!document.documentMode||9<document.documentMode)}function to(){qn&&(qn.detachEvent("onpropertychange",no),Vn=qn=null)}function no(e){if("value"===e.propertyName&&Yn(Vn)){var t=[];Wn(t,Vn,e,xe(e)),Ae(Gn,t)}}function oo(e,t,n){"focusin"===e?(to(),Vn=n,(qn=t).attachEvent("onpropertychange",no)):"focusout"===e&&to()}function ao(e){if("selectionchange"===e||"keyup"===e||"keydown"===e)return Yn(Vn)}function ro(e,t){if("click"===e)return Yn(t)}function so(e,t){if("input"===e||"change"===e)return Yn(t)}var io="function"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t};function co(e,t){if(io(e,t))return!0;if("object"!=typeof e||null===e||"object"!=typeof t||null===t)return!1;var n=Object.keys(e),o=Object.keys(t);if(n.length!==o.length)return!1;for(o=0;o<n.length;o++){var a=n[o];if(!d.call(t,a)||!io(e[a],t[a]))return!1}return!0}function lo(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function uo(e,t){var n,o=lo(e);for(e=0;o;){if(3===o.nodeType){if(n=e+o.textContent.length,e<=t&&n>=t)return{node:o,offset:t-e};e=n}e:{for(;o;){if(o.nextSibling){o=o.nextSibling;break e}o=o.parentNode}o=void 0}o=lo(o)}}function po(e,t){return!(!e||!t)&&(e===t||(!e||3!==e.nodeType)&&(t&&3===t.nodeType?po(e,t.parentNode):"contains"in e?e.contains(t):!!e.compareDocumentPosition&&!!(16&e.compareDocumentPosition(t))))}function go(){for(var e=window,t=G();t instanceof e.HTMLIFrameElement;){try{var n="string"==typeof t.contentWindow.location.href}catch(o){n=!1}if(!n)break;t=G((e=t.contentWindow).document)}return t}function fo(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)}function bo(e){var t=go(),n=e.focusedElem,o=e.selectionRange;if(t!==n&&n&&n.ownerDocument&&po(n.ownerDocument.documentElement,n)){if(null!==o&&fo(n))if(t=o.start,void 0===(e=o.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 a=n.textContent.length,r=Math.min(o.start,a);o=void 0===o.end?r:Math.min(o.end,a),!e.extend&&r>o&&(a=o,o=r,r=a),a=uo(n,r);var s=uo(n,o);a&&s&&(1!==e.rangeCount||e.anchorNode!==a.node||e.anchorOffset!==a.offset||e.focusNode!==s.node||e.focusOffset!==s.offset)&&((t=t.createRange()).setStart(a.node,a.offset),e.removeAllRanges(),r>o?(e.addRange(t),e.extend(s.node,s.offset)):(t.setEnd(s.node,s.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}}var ho=u&&"documentMode"in document&&11>=document.documentMode,mo=null,yo=null,vo=null,_o=!1;function xo(e,t,n){var o=n.window===n?n.document:9===n.nodeType?n:n.ownerDocument;_o||null==mo||mo!==G(o)||("selectionStart"in(o=mo)&&fo(o)?o={start:o.selectionStart,end:o.selectionEnd}:o={anchorNode:(o=(o.ownerDocument&&o.ownerDocument.defaultView||window).getSelection()).anchorNode,anchorOffset:o.anchorOffset,focusNode:o.focusNode,focusOffset:o.focusOffset},vo&&co(vo,o)||(vo=o,0<(o=Vo(yo,"onSelect")).length&&(t=new un("onSelect","select",null,t,n),e.push({event:t,listeners:o}),t.target=mo)))}function wo(e,t){var n={};return n[e.toLowerCase()]=t.toLowerCase(),n["Webkit"+e]="webkit"+t,n["Moz"+e]="moz"+t,n}var ko={animationend:wo("Animation","AnimationEnd"),animationiteration:wo("Animation","AnimationIteration"),animationstart:wo("Animation","AnimationStart"),transitionend:wo("Transition","TransitionEnd")},Oo={},So={};function jo(e){if(Oo[e])return Oo[e];if(!ko[e])return e;var t,n=ko[e];for(t in n)if(n.hasOwnProperty(t)&&t in So)return Oo[e]=n[t];return e}u&&(So=document.createElement("div").style,"AnimationEvent"in window||(delete ko.animationend.animation,delete ko.animationiteration.animation,delete ko.animationstart.animation),"TransitionEvent"in window||delete ko.transitionend.transition);var Po=jo("animationend"),Eo=jo("animationiteration"),Co=jo("animationstart"),To=jo("transitionend"),Ao=new Map,Do="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 No(e,t){Ao.set(e,t),c(t,[e])}for(var Lo=0;Lo<Do.length;Lo++){var Mo=Do[Lo];No(Mo.toLowerCase(),"on"+(Mo[0].toUpperCase()+Mo.slice(1)))}No(Po,"onAnimationEnd"),No(Eo,"onAnimationIteration"),No(Co,"onAnimationStart"),No("dblclick","onDoubleClick"),No("focusin","onFocus"),No("focusout","onBlur"),No(To,"onTransitionEnd"),l("onMouseEnter",["mouseout","mouseover"]),l("onMouseLeave",["mouseout","mouseover"]),l("onPointerEnter",["pointerout","pointerover"]),l("onPointerLeave",["pointerout","pointerover"]),c("onChange","change click focusin focusout input keydown keyup selectionchange".split(" ")),c("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")),c("onBeforeInput",["compositionend","keypress","textInput","paste"]),c("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" ")),c("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" ")),c("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var Io="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(" "),Ro=new Set("cancel close invalid load scroll toggle".split(" ").concat(Io));function Fo(e,t,n){var o=e.type||"unknown-event";e.currentTarget=n,function(e,t,n,o,a,s,i,c,l){if($e.apply(this,arguments),Ie){if(!Ie)throw Error(r(198));var u=Re;Ie=!1,Re=null,Fe||(Fe=!0,ze=u)}}(o,t,void 0,e),e.currentTarget=null}function zo(e,t){t=0!=(4&t);for(var n=0;n<e.length;n++){var o=e[n],a=o.event;o=o.listeners;e:{var r=void 0;if(t)for(var s=o.length-1;0<=s;s--){var i=o[s],c=i.instance,l=i.currentTarget;if(i=i.listener,c!==r&&a.isPropagationStopped())break e;Fo(a,i,l),r=c}else for(s=0;s<o.length;s++){if(c=(i=o[s]).instance,l=i.currentTarget,i=i.listener,c!==r&&a.isPropagationStopped())break e;Fo(a,i,l),r=c}}}if(Fe)throw e=ze,Fe=!1,ze=null,e}function Bo(e,t){var n=t[ha];void 0===n&&(n=t[ha]=new Set);var o=e+"__bubble";n.has(o)||(Ho(t,e,2,!1),n.add(o))}function $o(e,t,n){var o=0;t&&(o|=4),Ho(n,e,o,t)}var Uo="_reactListening"+Math.random().toString(36).slice(2);function Zo(e){if(!e[Uo]){e[Uo]=!0,s.forEach((function(t){"selectionchange"!==t&&(Ro.has(t)||$o(t,!1,e),$o(t,!0,e))}));var t=9===e.nodeType?e:e.ownerDocument;null===t||t[Uo]||(t[Uo]=!0,$o("selectionchange",!1,t))}}function Ho(e,t,n,o){switch(Kt(t)){case 1:var a=Wt;break;case 4:a=qt;break;default:a=Vt}n=a.bind(null,t,n,e),a=void 0,!Ne||"touchstart"!==t&&"touchmove"!==t&&"wheel"!==t||(a=!0),o?void 0!==a?e.addEventListener(t,n,{capture:!0,passive:a}):e.addEventListener(t,n,!0):void 0!==a?e.addEventListener(t,n,{passive:a}):e.addEventListener(t,n,!1)}function Wo(e,t,n,o,a){var r=o;if(0==(1&t)&&0==(2&t)&&null!==o)e:for(;;){if(null===o)return;var s=o.tag;if(3===s||4===s){var i=o.stateNode.containerInfo;if(i===a||8===i.nodeType&&i.parentNode===a)break;if(4===s)for(s=o.return;null!==s;){var c=s.tag;if((3===c||4===c)&&((c=s.stateNode.containerInfo)===a||8===c.nodeType&&c.parentNode===a))return;s=s.return}for(;null!==i;){if(null===(s=va(i)))return;if(5===(c=s.tag)||6===c){o=r=s;continue e}i=i.parentNode}}o=o.return}Ae((function(){var o=r,a=xe(n),s=[];e:{var i=Ao.get(e);if(void 0!==i){var c=un,l=e;switch(e){case"keypress":if(0===tn(n))break e;case"keydown":case"keyup":c=Pn;break;case"focusin":l="focus",c=hn;break;case"focusout":l="blur",c=hn;break;case"beforeblur":case"afterblur":c=hn;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=fn;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":c=bn;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":c=Cn;break;case Po:case Eo:case Co:c=mn;break;case To:c=Tn;break;case"scroll":c=pn;break;case"wheel":c=Dn;break;case"copy":case"cut":case"paste":c=vn;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":c=En}var u=0!=(4&t),d=!u&&"scroll"===e,p=u?null!==i?i+"Capture":null:i;u=[];for(var g,f=o;null!==f;){var b=(g=f).stateNode;if(5===g.tag&&null!==b&&(g=b,null!==p&&(null!=(b=De(f,p))&&u.push(qo(f,b,g)))),d)break;f=f.return}0<u.length&&(i=new c(i,l,null,n,a),s.push({event:i,listeners:u}))}}if(0==(7&t)){if(c="mouseout"===e||"pointerout"===e,(!(i="mouseover"===e||"pointerover"===e)||n===_e||!(l=n.relatedTarget||n.fromElement)||!va(l)&&!l[ba])&&(c||i)&&(i=a.window===a?a:(i=a.ownerDocument)?i.defaultView||i.parentWindow:window,c?(c=o,null!==(l=(l=n.relatedTarget||n.toElement)?va(l):null)&&(l!==(d=Ue(l))||5!==l.tag&&6!==l.tag)&&(l=null)):(c=null,l=o),c!==l)){if(u=fn,b="onMouseLeave",p="onMouseEnter",f="mouse","pointerout"!==e&&"pointerover"!==e||(u=En,b="onPointerLeave",p="onPointerEnter",f="pointer"),d=null==c?i:xa(c),g=null==l?i:xa(l),(i=new u(b,f+"leave",c,n,a)).target=d,i.relatedTarget=g,b=null,va(a)===o&&((u=new u(p,f+"enter",l,n,a)).target=g,u.relatedTarget=d,b=u),d=b,c&&l)e:{for(p=l,f=0,g=u=c;g;g=Go(g))f++;for(g=0,b=p;b;b=Go(b))g++;for(;0<f-g;)u=Go(u),f--;for(;0<g-f;)p=Go(p),g--;for(;f--;){if(u===p||null!==p&&u===p.alternate)break e;u=Go(u),p=Go(p)}u=null}else u=null;null!==c&&Yo(s,i,c,u,!1),null!==l&&null!==d&&Yo(s,d,l,u,!0)}if("select"===(c=(i=o?xa(o):window).nodeName&&i.nodeName.toLowerCase())||"input"===c&&"file"===i.type)var h=Kn;else if(Hn(i))if(Qn)h=so;else{h=ao;var m=oo}else(c=i.nodeName)&&"input"===c.toLowerCase()&&("checkbox"===i.type||"radio"===i.type)&&(h=ro);switch(h&&(h=h(e,o))?Wn(s,h,n,a):(m&&m(e,i,o),"focusout"===e&&(m=i._wrapperState)&&m.controlled&&"number"===i.type&&ee(i,"number",i.value)),m=o?xa(o):window,e){case"focusin":(Hn(m)||"true"===m.contentEditable)&&(mo=m,yo=o,vo=null);break;case"focusout":vo=yo=mo=null;break;case"mousedown":_o=!0;break;case"contextmenu":case"mouseup":case"dragend":_o=!1,xo(s,n,a);break;case"selectionchange":if(ho)break;case"keydown":case"keyup":xo(s,n,a)}var y;if(Ln)e:{switch(e){case"compositionstart":var v="onCompositionStart";break e;case"compositionend":v="onCompositionEnd";break e;case"compositionupdate":v="onCompositionUpdate";break e}v=void 0}else Un?Bn(e,n)&&(v="onCompositionEnd"):"keydown"===e&&229===n.keyCode&&(v="onCompositionStart");v&&(Rn&&"ko"!==n.locale&&(Un||"onCompositionStart"!==v?"onCompositionEnd"===v&&Un&&(y=en()):(Xt="value"in(Qt=a)?Qt.value:Qt.textContent,Un=!0)),0<(m=Vo(o,v)).length&&(v=new _n(v,e,null,n,a),s.push({event:v,listeners:m}),y?v.data=y:null!==(y=$n(n))&&(v.data=y))),(y=In?function(e,t){switch(e){case"compositionend":return $n(t);case"keypress":return 32!==t.which?null:(zn=!0,Fn);case"textInput":return(e=t.data)===Fn&&zn?null:e;default:return null}}(e,n):function(e,t){if(Un)return"compositionend"===e||!Ln&&Bn(e,t)?(e=en(),Jt=Xt=Qt=null,Un=!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 Rn&&"ko"!==t.locale?null:t.data}}(e,n))&&(0<(o=Vo(o,"onBeforeInput")).length&&(a=new _n("onBeforeInput","beforeinput",null,n,a),s.push({event:a,listeners:o}),a.data=y))}zo(s,t)}))}function qo(e,t,n){return{instance:e,listener:t,currentTarget:n}}function Vo(e,t){for(var n=t+"Capture",o=[];null!==e;){var a=e,r=a.stateNode;5===a.tag&&null!==r&&(a=r,null!=(r=De(e,n))&&o.unshift(qo(e,r,a)),null!=(r=De(e,t))&&o.push(qo(e,r,a))),e=e.return}return o}function Go(e){if(null===e)return null;do{e=e.return}while(e&&5!==e.tag);return e||null}function Yo(e,t,n,o,a){for(var r=t._reactName,s=[];null!==n&&n!==o;){var i=n,c=i.alternate,l=i.stateNode;if(null!==c&&c===o)break;5===i.tag&&null!==l&&(i=l,a?null!=(c=De(n,r))&&s.unshift(qo(n,c,i)):a||null!=(c=De(n,r))&&s.push(qo(n,c,i))),n=n.return}0!==s.length&&e.push({event:t,listeners:s})}var Ko=/\r\n?/g,Qo=/\u0000|\uFFFD/g;function Xo(e){return("string"==typeof e?e:""+e).replace(Ko,"\n").replace(Qo,"")}function Jo(e,t,n){if(t=Xo(t),Xo(e)!==t&&n)throw Error(r(425))}function ea(){}var ta=null,na=null;function oa(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 aa="function"==typeof setTimeout?setTimeout:void 0,ra="function"==typeof clearTimeout?clearTimeout:void 0,sa="function"==typeof Promise?Promise:void 0,ia="function"==typeof queueMicrotask?queueMicrotask:void 0!==sa?function(e){return sa.resolve(null).then(e).catch(ca)}:aa;function ca(e){setTimeout((function(){throw e}))}function la(e,t){var n=t,o=0;do{var a=n.nextSibling;if(e.removeChild(n),a&&8===a.nodeType)if("/$"===(n=a.data)){if(0===o)return e.removeChild(a),void Ut(t);o--}else"$"!==n&&"$?"!==n&&"$!"!==n||o++;n=a}while(n);Ut(t)}function ua(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 da(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 pa=Math.random().toString(36).slice(2),ga="__reactFiber$"+pa,fa="__reactProps$"+pa,ba="__reactContainer$"+pa,ha="__reactEvents$"+pa,ma="__reactListeners$"+pa,ya="__reactHandles$"+pa;function va(e){var t=e[ga];if(t)return t;for(var n=e.parentNode;n;){if(t=n[ba]||n[ga]){if(n=t.alternate,null!==t.child||null!==n&&null!==n.child)for(e=da(e);null!==e;){if(n=e[ga])return n;e=da(e)}return t}n=(e=n).parentNode}return null}function _a(e){return!(e=e[ga]||e[ba])||5!==e.tag&&6!==e.tag&&13!==e.tag&&3!==e.tag?null:e}function xa(e){if(5===e.tag||6===e.tag)return e.stateNode;throw Error(r(33))}function wa(e){return e[fa]||null}var ka=[],Oa=-1;function Sa(e){return{current:e}}function ja(e){0>Oa||(e.current=ka[Oa],ka[Oa]=null,Oa--)}function Pa(e,t){Oa++,ka[Oa]=e.current,e.current=t}var Ea={},Ca=Sa(Ea),Ta=Sa(!1),Aa=Ea;function Da(e,t){var n=e.type.contextTypes;if(!n)return Ea;var o=e.stateNode;if(o&&o.__reactInternalMemoizedUnmaskedChildContext===t)return o.__reactInternalMemoizedMaskedChildContext;var a,r={};for(a in n)r[a]=t[a];return o&&((e=e.stateNode).__reactInternalMemoizedUnmaskedChildContext=t,e.__reactInternalMemoizedMaskedChildContext=r),r}function Na(e){return null!=(e=e.childContextTypes)}function La(){ja(Ta),ja(Ca)}function Ma(e,t,n){if(Ca.current!==Ea)throw Error(r(168));Pa(Ca,t),Pa(Ta,n)}function Ia(e,t,n){var o=e.stateNode;if(t=t.childContextTypes,"function"!=typeof o.getChildContext)return n;for(var a in o=o.getChildContext())if(!(a in t))throw Error(r(108,Z(e)||"Unknown",a));return R({},n,o)}function Ra(e){return e=(e=e.stateNode)&&e.__reactInternalMemoizedMergedChildContext||Ea,Aa=Ca.current,Pa(Ca,e),Pa(Ta,Ta.current),!0}function Fa(e,t,n){var o=e.stateNode;if(!o)throw Error(r(169));n?(e=Ia(e,t,Aa),o.__reactInternalMemoizedMergedChildContext=e,ja(Ta),ja(Ca),Pa(Ca,e)):ja(Ta),Pa(Ta,n)}var za=null,Ba=!1,$a=!1;function Ua(e){null===za?za=[e]:za.push(e)}function Za(){if(!$a&&null!==za){$a=!0;var e=0,t=vt;try{var n=za;for(vt=1;e<n.length;e++){var o=n[e];do{o=o(!0)}while(null!==o)}za=null,Ba=!1}catch(a){throw null!==za&&(za=za.slice(e+1)),Ve(Je,Za),a}finally{vt=t,$a=!1}}return null}var Ha=[],Wa=0,qa=null,Va=0,Ga=[],Ya=0,Ka=null,Qa=1,Xa="";function Ja(e,t){Ha[Wa++]=Va,Ha[Wa++]=qa,qa=e,Va=t}function er(e,t,n){Ga[Ya++]=Qa,Ga[Ya++]=Xa,Ga[Ya++]=Ka,Ka=e;var o=Qa;e=Xa;var a=32-st(o)-1;o&=~(1<<a),n+=1;var r=32-st(t)+a;if(30<r){var s=a-a%5;r=(o&(1<<s)-1).toString(32),o>>=s,a-=s,Qa=1<<32-st(t)+a|n<<a|o,Xa=r+e}else Qa=1<<r|n<<a|o,Xa=e}function tr(e){null!==e.return&&(Ja(e,1),er(e,1,0))}function nr(e){for(;e===qa;)qa=Ha[--Wa],Ha[Wa]=null,Va=Ha[--Wa],Ha[Wa]=null;for(;e===Ka;)Ka=Ga[--Ya],Ga[Ya]=null,Xa=Ga[--Ya],Ga[Ya]=null,Qa=Ga[--Ya],Ga[Ya]=null}var or=null,ar=null,rr=!1,sr=null;function ir(e,t){var n=Al(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 cr(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,or=e,ar=ua(t.firstChild),!0);case 6:return null!==(t=""===e.pendingProps||3!==t.nodeType?null:t)&&(e.stateNode=t,or=e,ar=null,!0);case 13:return null!==(t=8!==t.nodeType?null:t)&&(n=null!==Ka?{id:Qa,overflow:Xa}:null,e.memoizedState={dehydrated:t,treeContext:n,retryLane:1073741824},(n=Al(18,null,null,0)).stateNode=t,n.return=e,e.child=n,or=e,ar=null,!0);default:return!1}}function lr(e){return 0!=(1&e.mode)&&0==(128&e.flags)}function ur(e){if(rr){var t=ar;if(t){var n=t;if(!cr(e,t)){if(lr(e))throw Error(r(418));t=ua(n.nextSibling);var o=or;t&&cr(e,t)?ir(o,n):(e.flags=-4097&e.flags|2,rr=!1,or=e)}}else{if(lr(e))throw Error(r(418));e.flags=-4097&e.flags|2,rr=!1,or=e}}}function dr(e){for(e=e.return;null!==e&&5!==e.tag&&3!==e.tag&&13!==e.tag;)e=e.return;or=e}function pr(e){if(e!==or)return!1;if(!rr)return dr(e),rr=!0,!1;var t;if((t=3!==e.tag)&&!(t=5!==e.tag)&&(t="head"!==(t=e.type)&&"body"!==t&&!oa(e.type,e.memoizedProps)),t&&(t=ar)){if(lr(e))throw gr(),Error(r(418));for(;t;)ir(e,t),t=ua(t.nextSibling)}if(dr(e),13===e.tag){if(!(e=null!==(e=e.memoizedState)?e.dehydrated:null))throw Error(r(317));e:{for(e=e.nextSibling,t=0;e;){if(8===e.nodeType){var n=e.data;if("/$"===n){if(0===t){ar=ua(e.nextSibling);break e}t--}else"$"!==n&&"$!"!==n&&"$?"!==n||t++}e=e.nextSibling}ar=null}}else ar=or?ua(e.stateNode.nextSibling):null;return!0}function gr(){for(var e=ar;e;)e=ua(e.nextSibling)}function fr(){ar=or=null,rr=!1}function br(e){null===sr?sr=[e]:sr.push(e)}var hr=_.ReactCurrentBatchConfig;function mr(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(r(309));var o=n.stateNode}if(!o)throw Error(r(147,e));var a=o,s=""+e;return null!==t&&null!==t.ref&&"function"==typeof t.ref&&t.ref._stringRef===s?t.ref:(t=function(e){var t=a.refs;null===e?delete t[s]:t[s]=e},t._stringRef=s,t)}if("string"!=typeof e)throw Error(r(284));if(!n._owner)throw Error(r(290,e))}return e}function yr(e,t){throw e=Object.prototype.toString.call(t),Error(r(31,"[object Object]"===e?"object with keys {"+Object.keys(t).join(", ")+"}":e))}function vr(e){return(0,e._init)(e._payload)}function _r(e){function t(t,n){if(e){var o=t.deletions;null===o?(t.deletions=[n],t.flags|=16):o.push(n)}}function n(n,o){if(!e)return null;for(;null!==o;)t(n,o),o=o.sibling;return null}function o(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 a(e,t){return(e=Nl(e,t)).index=0,e.sibling=null,e}function s(t,n,o){return t.index=o,e?null!==(o=t.alternate)?(o=o.index)<n?(t.flags|=2,n):o:(t.flags|=2,n):(t.flags|=1048576,n)}function i(t){return e&&null===t.alternate&&(t.flags|=2),t}function c(e,t,n,o){return null===t||6!==t.tag?((t=Rl(n,e.mode,o)).return=e,t):((t=a(t,n)).return=e,t)}function l(e,t,n,o){var r=n.type;return r===k?d(e,t,n.props.children,o,n.key):null!==t&&(t.elementType===r||"object"==typeof r&&null!==r&&r.$$typeof===D&&vr(r)===t.type)?((o=a(t,n.props)).ref=mr(e,t,n),o.return=e,o):((o=Ll(n.type,n.key,n.props,null,e.mode,o)).ref=mr(e,t,n),o.return=e,o)}function u(e,t,n,o){return null===t||4!==t.tag||t.stateNode.containerInfo!==n.containerInfo||t.stateNode.implementation!==n.implementation?((t=Fl(n,e.mode,o)).return=e,t):((t=a(t,n.children||[])).return=e,t)}function d(e,t,n,o,r){return null===t||7!==t.tag?((t=Ml(n,e.mode,o,r)).return=e,t):((t=a(t,n)).return=e,t)}function p(e,t,n){if("string"==typeof t&&""!==t||"number"==typeof t)return(t=Rl(""+t,e.mode,n)).return=e,t;if("object"==typeof t&&null!==t){switch(t.$$typeof){case x:return(n=Ll(t.type,t.key,t.props,null,e.mode,n)).ref=mr(e,null,t),n.return=e,n;case w:return(t=Fl(t,e.mode,n)).return=e,t;case D:return p(e,(0,t._init)(t._payload),n)}if(te(t)||M(t))return(t=Ml(t,e.mode,n,null)).return=e,t;yr(e,t)}return null}function g(e,t,n,o){var a=null!==t?t.key:null;if("string"==typeof n&&""!==n||"number"==typeof n)return null!==a?null:c(e,t,""+n,o);if("object"==typeof n&&null!==n){switch(n.$$typeof){case x:return n.key===a?l(e,t,n,o):null;case w:return n.key===a?u(e,t,n,o):null;case D:return g(e,t,(a=n._init)(n._payload),o)}if(te(n)||M(n))return null!==a?null:d(e,t,n,o,null);yr(e,n)}return null}function f(e,t,n,o,a){if("string"==typeof o&&""!==o||"number"==typeof o)return c(t,e=e.get(n)||null,""+o,a);if("object"==typeof o&&null!==o){switch(o.$$typeof){case x:return l(t,e=e.get(null===o.key?n:o.key)||null,o,a);case w:return u(t,e=e.get(null===o.key?n:o.key)||null,o,a);case D:return f(e,t,n,(0,o._init)(o._payload),a)}if(te(o)||M(o))return d(t,e=e.get(n)||null,o,a,null);yr(t,o)}return null}function b(a,r,i,c){for(var l=null,u=null,d=r,b=r=0,h=null;null!==d&&b<i.length;b++){d.index>b?(h=d,d=null):h=d.sibling;var m=g(a,d,i[b],c);if(null===m){null===d&&(d=h);break}e&&d&&null===m.alternate&&t(a,d),r=s(m,r,b),null===u?l=m:u.sibling=m,u=m,d=h}if(b===i.length)return n(a,d),rr&&Ja(a,b),l;if(null===d){for(;b<i.length;b++)null!==(d=p(a,i[b],c))&&(r=s(d,r,b),null===u?l=d:u.sibling=d,u=d);return rr&&Ja(a,b),l}for(d=o(a,d);b<i.length;b++)null!==(h=f(d,a,b,i[b],c))&&(e&&null!==h.alternate&&d.delete(null===h.key?b:h.key),r=s(h,r,b),null===u?l=h:u.sibling=h,u=h);return e&&d.forEach((function(e){return t(a,e)})),rr&&Ja(a,b),l}function h(a,i,c,l){var u=M(c);if("function"!=typeof u)throw Error(r(150));if(null==(c=u.call(c)))throw Error(r(151));for(var d=u=null,b=i,h=i=0,m=null,y=c.next();null!==b&&!y.done;h++,y=c.next()){b.index>h?(m=b,b=null):m=b.sibling;var v=g(a,b,y.value,l);if(null===v){null===b&&(b=m);break}e&&b&&null===v.alternate&&t(a,b),i=s(v,i,h),null===d?u=v:d.sibling=v,d=v,b=m}if(y.done)return n(a,b),rr&&Ja(a,h),u;if(null===b){for(;!y.done;h++,y=c.next())null!==(y=p(a,y.value,l))&&(i=s(y,i,h),null===d?u=y:d.sibling=y,d=y);return rr&&Ja(a,h),u}for(b=o(a,b);!y.done;h++,y=c.next())null!==(y=f(b,a,h,y.value,l))&&(e&&null!==y.alternate&&b.delete(null===y.key?h:y.key),i=s(y,i,h),null===d?u=y:d.sibling=y,d=y);return e&&b.forEach((function(e){return t(a,e)})),rr&&Ja(a,h),u}return function e(o,r,s,c){if("object"==typeof s&&null!==s&&s.type===k&&null===s.key&&(s=s.props.children),"object"==typeof s&&null!==s){switch(s.$$typeof){case x:e:{for(var l=s.key,u=r;null!==u;){if(u.key===l){if((l=s.type)===k){if(7===u.tag){n(o,u.sibling),(r=a(u,s.props.children)).return=o,o=r;break e}}else if(u.elementType===l||"object"==typeof l&&null!==l&&l.$$typeof===D&&vr(l)===u.type){n(o,u.sibling),(r=a(u,s.props)).ref=mr(o,u,s),r.return=o,o=r;break e}n(o,u);break}t(o,u),u=u.sibling}s.type===k?((r=Ml(s.props.children,o.mode,c,s.key)).return=o,o=r):((c=Ll(s.type,s.key,s.props,null,o.mode,c)).ref=mr(o,r,s),c.return=o,o=c)}return i(o);case w:e:{for(u=s.key;null!==r;){if(r.key===u){if(4===r.tag&&r.stateNode.containerInfo===s.containerInfo&&r.stateNode.implementation===s.implementation){n(o,r.sibling),(r=a(r,s.children||[])).return=o,o=r;break e}n(o,r);break}t(o,r),r=r.sibling}(r=Fl(s,o.mode,c)).return=o,o=r}return i(o);case D:return e(o,r,(u=s._init)(s._payload),c)}if(te(s))return b(o,r,s,c);if(M(s))return h(o,r,s,c);yr(o,s)}return"string"==typeof s&&""!==s||"number"==typeof s?(s=""+s,null!==r&&6===r.tag?(n(o,r.sibling),(r=a(r,s)).return=o,o=r):(n(o,r),(r=Rl(s,o.mode,c)).return=o,o=r),i(o)):n(o,r)}}var xr=_r(!0),wr=_r(!1),kr=Sa(null),Or=null,Sr=null,jr=null;function Pr(){jr=Sr=Or=null}function Er(e){var t=kr.current;ja(kr),e._currentValue=t}function Cr(e,t,n){for(;null!==e;){var o=e.alternate;if((e.childLanes&t)!==t?(e.childLanes|=t,null!==o&&(o.childLanes|=t)):null!==o&&(o.childLanes&t)!==t&&(o.childLanes|=t),e===n)break;e=e.return}}function Tr(e,t){Or=e,jr=Sr=null,null!==(e=e.dependencies)&&null!==e.firstContext&&(0!=(e.lanes&t)&&(vi=!0),e.firstContext=null)}function Ar(e){var t=e._currentValue;if(jr!==e)if(e={context:e,memoizedValue:t,next:null},null===Sr){if(null===Or)throw Error(r(308));Sr=e,Or.dependencies={lanes:0,firstContext:e}}else Sr=Sr.next=e;return t}var Dr=null;function Nr(e){null===Dr?Dr=[e]:Dr.push(e)}function Lr(e,t,n,o){var a=t.interleaved;return null===a?(n.next=n,Nr(t)):(n.next=a.next,a.next=n),t.interleaved=n,Mr(e,o)}function Mr(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 Ir=!1;function Rr(e){e.updateQueue={baseState:e.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:0},effects:null}}function Fr(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 zr(e,t){return{eventTime:e,lane:t,tag:0,payload:null,callback:null,next:null}}function Br(e,t,n){var o=e.updateQueue;if(null===o)return null;if(o=o.shared,0!=(2&Ec)){var a=o.pending;return null===a?t.next=t:(t.next=a.next,a.next=t),o.pending=t,Mr(e,n)}return null===(a=o.interleaved)?(t.next=t,Nr(o)):(t.next=a.next,a.next=t),o.interleaved=t,Mr(e,n)}function $r(e,t,n){if(null!==(t=t.updateQueue)&&(t=t.shared,0!=(4194240&n))){var o=t.lanes;n|=o&=e.pendingLanes,t.lanes=n,yt(e,n)}}function Ur(e,t){var n=e.updateQueue,o=e.alternate;if(null!==o&&n===(o=o.updateQueue)){var a=null,r=null;if(null!==(n=n.firstBaseUpdate)){do{var s={eventTime:n.eventTime,lane:n.lane,tag:n.tag,payload:n.payload,callback:n.callback,next:null};null===r?a=r=s:r=r.next=s,n=n.next}while(null!==n);null===r?a=r=t:r=r.next=t}else a=r=t;return n={baseState:o.baseState,firstBaseUpdate:a,lastBaseUpdate:r,shared:o.shared,effects:o.effects},void(e.updateQueue=n)}null===(e=n.lastBaseUpdate)?n.firstBaseUpdate=t:e.next=t,n.lastBaseUpdate=t}function Zr(e,t,n,o){var a=e.updateQueue;Ir=!1;var r=a.firstBaseUpdate,s=a.lastBaseUpdate,i=a.shared.pending;if(null!==i){a.shared.pending=null;var c=i,l=c.next;c.next=null,null===s?r=l:s.next=l,s=c;var u=e.alternate;null!==u&&((i=(u=u.updateQueue).lastBaseUpdate)!==s&&(null===i?u.firstBaseUpdate=l:i.next=l,u.lastBaseUpdate=c))}if(null!==r){var d=a.baseState;for(s=0,u=l=c=null,i=r;;){var p=i.lane,g=i.eventTime;if((o&p)===p){null!==u&&(u=u.next={eventTime:g,lane:0,tag:i.tag,payload:i.payload,callback:i.callback,next:null});e:{var f=e,b=i;switch(p=t,g=n,b.tag){case 1:if("function"==typeof(f=b.payload)){d=f.call(g,d,p);break e}d=f;break e;case 3:f.flags=-65537&f.flags|128;case 0:if(null==(p="function"==typeof(f=b.payload)?f.call(g,d,p):f))break e;d=R({},d,p);break e;case 2:Ir=!0}}null!==i.callback&&0!==i.lane&&(e.flags|=64,null===(p=a.effects)?a.effects=[i]:p.push(i))}else g={eventTime:g,lane:p,tag:i.tag,payload:i.payload,callback:i.callback,next:null},null===u?(l=u=g,c=d):u=u.next=g,s|=p;if(null===(i=i.next)){if(null===(i=a.shared.pending))break;i=(p=i).next,p.next=null,a.lastBaseUpdate=p,a.shared.pending=null}}if(null===u&&(c=d),a.baseState=c,a.firstBaseUpdate=l,a.lastBaseUpdate=u,null!==(t=a.shared.interleaved)){a=t;do{s|=a.lane,a=a.next}while(a!==t)}else null===r&&(a.shared.lanes=0);Ic|=s,e.lanes=s,e.memoizedState=d}}function Hr(e,t,n){if(e=t.effects,t.effects=null,null!==e)for(t=0;t<e.length;t++){var o=e[t],a=o.callback;if(null!==a){if(o.callback=null,o=n,"function"!=typeof a)throw Error(r(191,a));a.call(o)}}}var Wr={},qr=Sa(Wr),Vr=Sa(Wr),Gr=Sa(Wr);function Yr(e){if(e===Wr)throw Error(r(174));return e}function Kr(e,t){switch(Pa(Gr,t),Pa(Vr,e),Pa(qr,Wr),e=t.nodeType){case 9:case 11:t=(t=t.documentElement)?t.namespaceURI:ce(null,"");break;default:t=ce(t=(e=8===e?t.parentNode:t).namespaceURI||null,e=e.tagName)}ja(qr),Pa(qr,t)}function Qr(){ja(qr),ja(Vr),ja(Gr)}function Xr(e){Yr(Gr.current);var t=Yr(qr.current),n=ce(t,e.type);t!==n&&(Pa(Vr,e),Pa(qr,n))}function Jr(e){Vr.current===e&&(ja(qr),ja(Vr))}var es=Sa(0);function ts(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 ns=[];function os(){for(var e=0;e<ns.length;e++)ns[e]._workInProgressVersionPrimary=null;ns.length=0}var as=_.ReactCurrentDispatcher,rs=_.ReactCurrentBatchConfig,ss=0,is=null,cs=null,ls=null,us=!1,ds=!1,ps=0,gs=0;function fs(){throw Error(r(321))}function bs(e,t){if(null===t)return!1;for(var n=0;n<t.length&&n<e.length;n++)if(!io(e[n],t[n]))return!1;return!0}function hs(e,t,n,o,a,s){if(ss=s,is=t,t.memoizedState=null,t.updateQueue=null,t.lanes=0,as.current=null===e||null===e.memoizedState?Js:ei,e=n(o,a),ds){s=0;do{if(ds=!1,ps=0,25<=s)throw Error(r(301));s+=1,ls=cs=null,t.updateQueue=null,as.current=ti,e=n(o,a)}while(ds)}if(as.current=Xs,t=null!==cs&&null!==cs.next,ss=0,ls=cs=is=null,us=!1,t)throw Error(r(300));return e}function ms(){var e=0!==ps;return ps=0,e}function ys(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return null===ls?is.memoizedState=ls=e:ls=ls.next=e,ls}function vs(){if(null===cs){var e=is.alternate;e=null!==e?e.memoizedState:null}else e=cs.next;var t=null===ls?is.memoizedState:ls.next;if(null!==t)ls=t,cs=e;else{if(null===e)throw Error(r(310));e={memoizedState:(cs=e).memoizedState,baseState:cs.baseState,baseQueue:cs.baseQueue,queue:cs.queue,next:null},null===ls?is.memoizedState=ls=e:ls=ls.next=e}return ls}function _s(e,t){return"function"==typeof t?t(e):t}function xs(e){var t=vs(),n=t.queue;if(null===n)throw Error(r(311));n.lastRenderedReducer=e;var o=cs,a=o.baseQueue,s=n.pending;if(null!==s){if(null!==a){var i=a.next;a.next=s.next,s.next=i}o.baseQueue=a=s,n.pending=null}if(null!==a){s=a.next,o=o.baseState;var c=i=null,l=null,u=s;do{var d=u.lane;if((ss&d)===d)null!==l&&(l=l.next={lane:0,action:u.action,hasEagerState:u.hasEagerState,eagerState:u.eagerState,next:null}),o=u.hasEagerState?u.eagerState:e(o,u.action);else{var p={lane:d,action:u.action,hasEagerState:u.hasEagerState,eagerState:u.eagerState,next:null};null===l?(c=l=p,i=o):l=l.next=p,is.lanes|=d,Ic|=d}u=u.next}while(null!==u&&u!==s);null===l?i=o:l.next=c,io(o,t.memoizedState)||(vi=!0),t.memoizedState=o,t.baseState=i,t.baseQueue=l,n.lastRenderedState=o}if(null!==(e=n.interleaved)){a=e;do{s=a.lane,is.lanes|=s,Ic|=s,a=a.next}while(a!==e)}else null===a&&(n.lanes=0);return[t.memoizedState,n.dispatch]}function ws(e){var t=vs(),n=t.queue;if(null===n)throw Error(r(311));n.lastRenderedReducer=e;var o=n.dispatch,a=n.pending,s=t.memoizedState;if(null!==a){n.pending=null;var i=a=a.next;do{s=e(s,i.action),i=i.next}while(i!==a);io(s,t.memoizedState)||(vi=!0),t.memoizedState=s,null===t.baseQueue&&(t.baseState=s),n.lastRenderedState=s}return[s,o]}function ks(){}function Os(e,t){var n=is,o=vs(),a=t(),s=!io(o.memoizedState,a);if(s&&(o.memoizedState=a,vi=!0),o=o.queue,Is(Ps.bind(null,n,o,e),[e]),o.getSnapshot!==t||s||null!==ls&&1&ls.memoizedState.tag){if(n.flags|=2048,As(9,js.bind(null,n,o,a,t),void 0,null),null===Cc)throw Error(r(349));0!=(30&ss)||Ss(n,t,a)}return a}function Ss(e,t,n){e.flags|=16384,e={getSnapshot:t,value:n},null===(t=is.updateQueue)?(t={lastEffect:null,stores:null},is.updateQueue=t,t.stores=[e]):null===(n=t.stores)?t.stores=[e]:n.push(e)}function js(e,t,n,o){t.value=n,t.getSnapshot=o,Es(t)&&Cs(e)}function Ps(e,t,n){return n((function(){Es(t)&&Cs(e)}))}function Es(e){var t=e.getSnapshot;e=e.value;try{var n=t();return!io(e,n)}catch(o){return!0}}function Cs(e){var t=Mr(e,1);null!==t&&nl(t,e,1,-1)}function Ts(e){var t=ys();return"function"==typeof e&&(e=e()),t.memoizedState=t.baseState=e,e={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:_s,lastRenderedState:e},t.queue=e,e=e.dispatch=Gs.bind(null,is,e),[t.memoizedState,e]}function As(e,t,n,o){return e={tag:e,create:t,destroy:n,deps:o,next:null},null===(t=is.updateQueue)?(t={lastEffect:null,stores:null},is.updateQueue=t,t.lastEffect=e.next=e):null===(n=t.lastEffect)?t.lastEffect=e.next=e:(o=n.next,n.next=e,e.next=o,t.lastEffect=e),e}function Ds(){return vs().memoizedState}function Ns(e,t,n,o){var a=ys();is.flags|=e,a.memoizedState=As(1|t,n,void 0,void 0===o?null:o)}function Ls(e,t,n,o){var a=vs();o=void 0===o?null:o;var r=void 0;if(null!==cs){var s=cs.memoizedState;if(r=s.destroy,null!==o&&bs(o,s.deps))return void(a.memoizedState=As(t,n,r,o))}is.flags|=e,a.memoizedState=As(1|t,n,r,o)}function Ms(e,t){return Ns(8390656,8,e,t)}function Is(e,t){return Ls(2048,8,e,t)}function Rs(e,t){return Ls(4,2,e,t)}function Fs(e,t){return Ls(4,4,e,t)}function zs(e,t){return"function"==typeof t?(e=e(),t(e),function(){t(null)}):null!=t?(e=e(),t.current=e,function(){t.current=null}):void 0}function Bs(e,t,n){return n=null!=n?n.concat([e]):null,Ls(4,4,zs.bind(null,t,e),n)}function $s(){}function Us(e,t){var n=vs();t=void 0===t?null:t;var o=n.memoizedState;return null!==o&&null!==t&&bs(t,o[1])?o[0]:(n.memoizedState=[e,t],e)}function Zs(e,t){var n=vs();t=void 0===t?null:t;var o=n.memoizedState;return null!==o&&null!==t&&bs(t,o[1])?o[0]:(e=e(),n.memoizedState=[e,t],e)}function Hs(e,t,n){return 0==(21&ss)?(e.baseState&&(e.baseState=!1,vi=!0),e.memoizedState=n):(io(n,t)||(n=bt(),is.lanes|=n,Ic|=n,e.baseState=!0),t)}function Ws(e,t){var n=vt;vt=0!==n&&4>n?n:4,e(!0);var o=rs.transition;rs.transition={};try{e(!1),t()}finally{vt=n,rs.transition=o}}function qs(){return vs().memoizedState}function Vs(e,t,n){var o=tl(e);if(n={lane:o,action:n,hasEagerState:!1,eagerState:null,next:null},Ys(e))Ks(t,n);else if(null!==(n=Lr(e,t,n,o))){nl(n,e,o,el()),Qs(n,t,o)}}function Gs(e,t,n){var o=tl(e),a={lane:o,action:n,hasEagerState:!1,eagerState:null,next:null};if(Ys(e))Ks(t,a);else{var r=e.alternate;if(0===e.lanes&&(null===r||0===r.lanes)&&null!==(r=t.lastRenderedReducer))try{var s=t.lastRenderedState,i=r(s,n);if(a.hasEagerState=!0,a.eagerState=i,io(i,s)){var c=t.interleaved;return null===c?(a.next=a,Nr(t)):(a.next=c.next,c.next=a),void(t.interleaved=a)}}catch(l){}null!==(n=Lr(e,t,a,o))&&(nl(n,e,o,a=el()),Qs(n,t,o))}}function Ys(e){var t=e.alternate;return e===is||null!==t&&t===is}function Ks(e,t){ds=us=!0;var n=e.pending;null===n?t.next=t:(t.next=n.next,n.next=t),e.pending=t}function Qs(e,t,n){if(0!=(4194240&n)){var o=t.lanes;n|=o&=e.pendingLanes,t.lanes=n,yt(e,n)}}var Xs={readContext:Ar,useCallback:fs,useContext:fs,useEffect:fs,useImperativeHandle:fs,useInsertionEffect:fs,useLayoutEffect:fs,useMemo:fs,useReducer:fs,useRef:fs,useState:fs,useDebugValue:fs,useDeferredValue:fs,useTransition:fs,useMutableSource:fs,useSyncExternalStore:fs,useId:fs,unstable_isNewReconciler:!1},Js={readContext:Ar,useCallback:function(e,t){return ys().memoizedState=[e,void 0===t?null:t],e},useContext:Ar,useEffect:Ms,useImperativeHandle:function(e,t,n){return n=null!=n?n.concat([e]):null,Ns(4194308,4,zs.bind(null,t,e),n)},useLayoutEffect:function(e,t){return Ns(4194308,4,e,t)},useInsertionEffect:function(e,t){return Ns(4,2,e,t)},useMemo:function(e,t){var n=ys();return t=void 0===t?null:t,e=e(),n.memoizedState=[e,t],e},useReducer:function(e,t,n){var o=ys();return t=void 0!==n?n(t):t,o.memoizedState=o.baseState=t,e={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:e,lastRenderedState:t},o.queue=e,e=e.dispatch=Vs.bind(null,is,e),[o.memoizedState,e]},useRef:function(e){return e={current:e},ys().memoizedState=e},useState:Ts,useDebugValue:$s,useDeferredValue:function(e){return ys().memoizedState=e},useTransition:function(){var e=Ts(!1),t=e[0];return e=Ws.bind(null,e[1]),ys().memoizedState=e,[t,e]},useMutableSource:function(){},useSyncExternalStore:function(e,t,n){var o=is,a=ys();if(rr){if(void 0===n)throw Error(r(407));n=n()}else{if(n=t(),null===Cc)throw Error(r(349));0!=(30&ss)||Ss(o,t,n)}a.memoizedState=n;var s={value:n,getSnapshot:t};return a.queue=s,Ms(Ps.bind(null,o,s,e),[e]),o.flags|=2048,As(9,js.bind(null,o,s,n,t),void 0,null),n},useId:function(){var e=ys(),t=Cc.identifierPrefix;if(rr){var n=Xa;t=":"+t+"R"+(n=(Qa&~(1<<32-st(Qa)-1)).toString(32)+n),0<(n=ps++)&&(t+="H"+n.toString(32)),t+=":"}else t=":"+t+"r"+(n=gs++).toString(32)+":";return e.memoizedState=t},unstable_isNewReconciler:!1},ei={readContext:Ar,useCallback:Us,useContext:Ar,useEffect:Is,useImperativeHandle:Bs,useInsertionEffect:Rs,useLayoutEffect:Fs,useMemo:Zs,useReducer:xs,useRef:Ds,useState:function(){return xs(_s)},useDebugValue:$s,useDeferredValue:function(e){return Hs(vs(),cs.memoizedState,e)},useTransition:function(){return[xs(_s)[0],vs().memoizedState]},useMutableSource:ks,useSyncExternalStore:Os,useId:qs,unstable_isNewReconciler:!1},ti={readContext:Ar,useCallback:Us,useContext:Ar,useEffect:Is,useImperativeHandle:Bs,useInsertionEffect:Rs,useLayoutEffect:Fs,useMemo:Zs,useReducer:ws,useRef:Ds,useState:function(){return ws(_s)},useDebugValue:$s,useDeferredValue:function(e){var t=vs();return null===cs?t.memoizedState=e:Hs(t,cs.memoizedState,e)},useTransition:function(){return[ws(_s)[0],vs().memoizedState]},useMutableSource:ks,useSyncExternalStore:Os,useId:qs,unstable_isNewReconciler:!1};function ni(e,t){if(e&&e.defaultProps){for(var n in t=R({},t),e=e.defaultProps)void 0===t[n]&&(t[n]=e[n]);return t}return t}function oi(e,t,n,o){n=null==(n=n(o,t=e.memoizedState))?t:R({},t,n),e.memoizedState=n,0===e.lanes&&(e.updateQueue.baseState=n)}var ai={isMounted:function(e){return!!(e=e._reactInternals)&&Ue(e)===e},enqueueSetState:function(e,t,n){e=e._reactInternals;var o=el(),a=tl(e),r=zr(o,a);r.payload=t,null!=n&&(r.callback=n),null!==(t=Br(e,r,a))&&(nl(t,e,a,o),$r(t,e,a))},enqueueReplaceState:function(e,t,n){e=e._reactInternals;var o=el(),a=tl(e),r=zr(o,a);r.tag=1,r.payload=t,null!=n&&(r.callback=n),null!==(t=Br(e,r,a))&&(nl(t,e,a,o),$r(t,e,a))},enqueueForceUpdate:function(e,t){e=e._reactInternals;var n=el(),o=tl(e),a=zr(n,o);a.tag=2,null!=t&&(a.callback=t),null!==(t=Br(e,a,o))&&(nl(t,e,o,n),$r(t,e,o))}};function ri(e,t,n,o,a,r,s){return"function"==typeof(e=e.stateNode).shouldComponentUpdate?e.shouldComponentUpdate(o,r,s):!t.prototype||!t.prototype.isPureReactComponent||(!co(n,o)||!co(a,r))}function si(e,t,n){var o=!1,a=Ea,r=t.contextType;return"object"==typeof r&&null!==r?r=Ar(r):(a=Na(t)?Aa:Ca.current,r=(o=null!=(o=t.contextTypes))?Da(e,a):Ea),t=new t(n,r),e.memoizedState=null!==t.state&&void 0!==t.state?t.state:null,t.updater=ai,e.stateNode=t,t._reactInternals=e,o&&((e=e.stateNode).__reactInternalMemoizedUnmaskedChildContext=a,e.__reactInternalMemoizedMaskedChildContext=r),t}function ii(e,t,n,o){e=t.state,"function"==typeof t.componentWillReceiveProps&&t.componentWillReceiveProps(n,o),"function"==typeof t.UNSAFE_componentWillReceiveProps&&t.UNSAFE_componentWillReceiveProps(n,o),t.state!==e&&ai.enqueueReplaceState(t,t.state,null)}function ci(e,t,n,o){var a=e.stateNode;a.props=n,a.state=e.memoizedState,a.refs={},Rr(e);var r=t.contextType;"object"==typeof r&&null!==r?a.context=Ar(r):(r=Na(t)?Aa:Ca.current,a.context=Da(e,r)),a.state=e.memoizedState,"function"==typeof(r=t.getDerivedStateFromProps)&&(oi(e,t,r,n),a.state=e.memoizedState),"function"==typeof t.getDerivedStateFromProps||"function"==typeof a.getSnapshotBeforeUpdate||"function"!=typeof a.UNSAFE_componentWillMount&&"function"!=typeof a.componentWillMount||(t=a.state,"function"==typeof a.componentWillMount&&a.componentWillMount(),"function"==typeof a.UNSAFE_componentWillMount&&a.UNSAFE_componentWillMount(),t!==a.state&&ai.enqueueReplaceState(a,a.state,null),Zr(e,n,a,o),a.state=e.memoizedState),"function"==typeof a.componentDidMount&&(e.flags|=4194308)}function li(e,t){try{var n="",o=t;do{n+=$(o),o=o.return}while(o);var a=n}catch(r){a="\nError generating stack: "+r.message+"\n"+r.stack}return{value:e,source:t,stack:a,digest:null}}function ui(e,t,n){return{value:e,source:null,stack:null!=n?n:null,digest:null!=t?t:null}}function di(e,t){try{console.error(t.value)}catch(n){setTimeout((function(){throw n}))}}var pi="function"==typeof WeakMap?WeakMap:Map;function gi(e,t,n){(n=zr(-1,n)).tag=3,n.payload={element:null};var o=t.value;return n.callback=function(){Hc||(Hc=!0,Wc=o),di(0,t)},n}function fi(e,t,n){(n=zr(-1,n)).tag=3;var o=e.type.getDerivedStateFromError;if("function"==typeof o){var a=t.value;n.payload=function(){return o(a)},n.callback=function(){di(0,t)}}var r=e.stateNode;return null!==r&&"function"==typeof r.componentDidCatch&&(n.callback=function(){di(0,t),"function"!=typeof o&&(null===qc?qc=new Set([this]):qc.add(this));var e=t.stack;this.componentDidCatch(t.value,{componentStack:null!==e?e:""})}),n}function bi(e,t,n){var o=e.pingCache;if(null===o){o=e.pingCache=new pi;var a=new Set;o.set(t,a)}else void 0===(a=o.get(t))&&(a=new Set,o.set(t,a));a.has(n)||(a.add(n),e=Sl.bind(null,e,t,n),t.then(e,e))}function hi(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 mi(e,t,n,o,a){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=zr(-1,1)).tag=2,Br(n,t,1))),n.lanes|=1),e):(e.flags|=65536,e.lanes=a,e)}var yi=_.ReactCurrentOwner,vi=!1;function _i(e,t,n,o){t.child=null===e?wr(t,null,n,o):xr(t,e.child,n,o)}function xi(e,t,n,o,a){n=n.render;var r=t.ref;return Tr(t,a),o=hs(e,t,n,o,r,a),n=ms(),null===e||vi?(rr&&n&&tr(t),t.flags|=1,_i(e,t,o,a),t.child):(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~a,Hi(e,t,a))}function wi(e,t,n,o,a){if(null===e){var r=n.type;return"function"!=typeof r||Dl(r)||void 0!==r.defaultProps||null!==n.compare||void 0!==n.defaultProps?((e=Ll(n.type,null,o,t,t.mode,a)).ref=t.ref,e.return=t,t.child=e):(t.tag=15,t.type=r,ki(e,t,r,o,a))}if(r=e.child,0==(e.lanes&a)){var s=r.memoizedProps;if((n=null!==(n=n.compare)?n:co)(s,o)&&e.ref===t.ref)return Hi(e,t,a)}return t.flags|=1,(e=Nl(r,o)).ref=t.ref,e.return=t,t.child=e}function ki(e,t,n,o,a){if(null!==e){var r=e.memoizedProps;if(co(r,o)&&e.ref===t.ref){if(vi=!1,t.pendingProps=o=r,0==(e.lanes&a))return t.lanes=e.lanes,Hi(e,t,a);0!=(131072&e.flags)&&(vi=!0)}}return ji(e,t,n,o,a)}function Oi(e,t,n){var o=t.pendingProps,a=o.children,r=null!==e?e.memoizedState:null;if("hidden"===o.mode)if(0==(1&t.mode))t.memoizedState={baseLanes:0,cachePool:null,transitions:null},Pa(Nc,Dc),Dc|=n;else{if(0==(1073741824&n))return e=null!==r?r.baseLanes|n:n,t.lanes=t.childLanes=1073741824,t.memoizedState={baseLanes:e,cachePool:null,transitions:null},t.updateQueue=null,Pa(Nc,Dc),Dc|=e,null;t.memoizedState={baseLanes:0,cachePool:null,transitions:null},o=null!==r?r.baseLanes:n,Pa(Nc,Dc),Dc|=o}else null!==r?(o=r.baseLanes|n,t.memoizedState=null):o=n,Pa(Nc,Dc),Dc|=o;return _i(e,t,a,n),t.child}function Si(e,t){var n=t.ref;(null===e&&null!==n||null!==e&&e.ref!==n)&&(t.flags|=512,t.flags|=2097152)}function ji(e,t,n,o,a){var r=Na(n)?Aa:Ca.current;return r=Da(t,r),Tr(t,a),n=hs(e,t,n,o,r,a),o=ms(),null===e||vi?(rr&&o&&tr(t),t.flags|=1,_i(e,t,n,a),t.child):(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~a,Hi(e,t,a))}function Pi(e,t,n,o,a){if(Na(n)){var r=!0;Ra(t)}else r=!1;if(Tr(t,a),null===t.stateNode)Zi(e,t),si(t,n,o),ci(t,n,o,a),o=!0;else if(null===e){var s=t.stateNode,i=t.memoizedProps;s.props=i;var c=s.context,l=n.contextType;"object"==typeof l&&null!==l?l=Ar(l):l=Da(t,l=Na(n)?Aa:Ca.current);var u=n.getDerivedStateFromProps,d="function"==typeof u||"function"==typeof s.getSnapshotBeforeUpdate;d||"function"!=typeof s.UNSAFE_componentWillReceiveProps&&"function"!=typeof s.componentWillReceiveProps||(i!==o||c!==l)&&ii(t,s,o,l),Ir=!1;var p=t.memoizedState;s.state=p,Zr(t,o,s,a),c=t.memoizedState,i!==o||p!==c||Ta.current||Ir?("function"==typeof u&&(oi(t,n,u,o),c=t.memoizedState),(i=Ir||ri(t,n,i,o,p,c,l))?(d||"function"!=typeof s.UNSAFE_componentWillMount&&"function"!=typeof s.componentWillMount||("function"==typeof s.componentWillMount&&s.componentWillMount(),"function"==typeof s.UNSAFE_componentWillMount&&s.UNSAFE_componentWillMount()),"function"==typeof s.componentDidMount&&(t.flags|=4194308)):("function"==typeof s.componentDidMount&&(t.flags|=4194308),t.memoizedProps=o,t.memoizedState=c),s.props=o,s.state=c,s.context=l,o=i):("function"==typeof s.componentDidMount&&(t.flags|=4194308),o=!1)}else{s=t.stateNode,Fr(e,t),i=t.memoizedProps,l=t.type===t.elementType?i:ni(t.type,i),s.props=l,d=t.pendingProps,p=s.context,"object"==typeof(c=n.contextType)&&null!==c?c=Ar(c):c=Da(t,c=Na(n)?Aa:Ca.current);var g=n.getDerivedStateFromProps;(u="function"==typeof g||"function"==typeof s.getSnapshotBeforeUpdate)||"function"!=typeof s.UNSAFE_componentWillReceiveProps&&"function"!=typeof s.componentWillReceiveProps||(i!==d||p!==c)&&ii(t,s,o,c),Ir=!1,p=t.memoizedState,s.state=p,Zr(t,o,s,a);var f=t.memoizedState;i!==d||p!==f||Ta.current||Ir?("function"==typeof g&&(oi(t,n,g,o),f=t.memoizedState),(l=Ir||ri(t,n,l,o,p,f,c)||!1)?(u||"function"!=typeof s.UNSAFE_componentWillUpdate&&"function"!=typeof s.componentWillUpdate||("function"==typeof s.componentWillUpdate&&s.componentWillUpdate(o,f,c),"function"==typeof s.UNSAFE_componentWillUpdate&&s.UNSAFE_componentWillUpdate(o,f,c)),"function"==typeof s.componentDidUpdate&&(t.flags|=4),"function"==typeof s.getSnapshotBeforeUpdate&&(t.flags|=1024)):("function"!=typeof s.componentDidUpdate||i===e.memoizedProps&&p===e.memoizedState||(t.flags|=4),"function"!=typeof s.getSnapshotBeforeUpdate||i===e.memoizedProps&&p===e.memoizedState||(t.flags|=1024),t.memoizedProps=o,t.memoizedState=f),s.props=o,s.state=f,s.context=c,o=l):("function"!=typeof s.componentDidUpdate||i===e.memoizedProps&&p===e.memoizedState||(t.flags|=4),"function"!=typeof s.getSnapshotBeforeUpdate||i===e.memoizedProps&&p===e.memoizedState||(t.flags|=1024),o=!1)}return Ei(e,t,n,o,r,a)}function Ei(e,t,n,o,a,r){Si(e,t);var s=0!=(128&t.flags);if(!o&&!s)return a&&Fa(t,n,!1),Hi(e,t,r);o=t.stateNode,yi.current=t;var i=s&&"function"!=typeof n.getDerivedStateFromError?null:o.render();return t.flags|=1,null!==e&&s?(t.child=xr(t,e.child,null,r),t.child=xr(t,null,i,r)):_i(e,t,i,r),t.memoizedState=o.state,a&&Fa(t,n,!0),t.child}function Ci(e){var t=e.stateNode;t.pendingContext?Ma(0,t.pendingContext,t.pendingContext!==t.context):t.context&&Ma(0,t.context,!1),Kr(e,t.containerInfo)}function Ti(e,t,n,o,a){return fr(),br(a),t.flags|=256,_i(e,t,n,o),t.child}var Ai,Di,Ni,Li,Mi={dehydrated:null,treeContext:null,retryLane:0};function Ii(e){return{baseLanes:e,cachePool:null,transitions:null}}function Ri(e,t,n){var o,a=t.pendingProps,s=es.current,i=!1,c=0!=(128&t.flags);if((o=c)||(o=(null===e||null!==e.memoizedState)&&0!=(2&s)),o?(i=!0,t.flags&=-129):null!==e&&null===e.memoizedState||(s|=1),Pa(es,1&s),null===e)return ur(t),null!==(e=t.memoizedState)&&null!==(e=e.dehydrated)?(0==(1&t.mode)?t.lanes=1:"$!"===e.data?t.lanes=8:t.lanes=1073741824,null):(c=a.children,e=a.fallback,i?(a=t.mode,i=t.child,c={mode:"hidden",children:c},0==(1&a)&&null!==i?(i.childLanes=0,i.pendingProps=c):i=Il(c,a,0,null),e=Ml(e,a,n,null),i.return=t,e.return=t,i.sibling=e,t.child=i,t.child.memoizedState=Ii(n),t.memoizedState=Mi,e):Fi(t,c));if(null!==(s=e.memoizedState)&&null!==(o=s.dehydrated))return function(e,t,n,o,a,s,i){if(n)return 256&t.flags?(t.flags&=-257,zi(e,t,i,o=ui(Error(r(422))))):null!==t.memoizedState?(t.child=e.child,t.flags|=128,null):(s=o.fallback,a=t.mode,o=Il({mode:"visible",children:o.children},a,0,null),(s=Ml(s,a,i,null)).flags|=2,o.return=t,s.return=t,o.sibling=s,t.child=o,0!=(1&t.mode)&&xr(t,e.child,null,i),t.child.memoizedState=Ii(i),t.memoizedState=Mi,s);if(0==(1&t.mode))return zi(e,t,i,null);if("$!"===a.data){if(o=a.nextSibling&&a.nextSibling.dataset)var c=o.dgst;return o=c,zi(e,t,i,o=ui(s=Error(r(419)),o,void 0))}if(c=0!=(i&e.childLanes),vi||c){if(null!==(o=Cc)){switch(i&-i){case 4:a=2;break;case 16:a=8;break;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:a=32;break;case 536870912:a=268435456;break;default:a=0}0!==(a=0!=(a&(o.suspendedLanes|i))?0:a)&&a!==s.retryLane&&(s.retryLane=a,Mr(e,a),nl(o,e,a,-1))}return bl(),zi(e,t,i,o=ui(Error(r(421))))}return"$?"===a.data?(t.flags|=128,t.child=e.child,t=Pl.bind(null,e),a._reactRetry=t,null):(e=s.treeContext,ar=ua(a.nextSibling),or=t,rr=!0,sr=null,null!==e&&(Ga[Ya++]=Qa,Ga[Ya++]=Xa,Ga[Ya++]=Ka,Qa=e.id,Xa=e.overflow,Ka=t),t=Fi(t,o.children),t.flags|=4096,t)}(e,t,c,a,o,s,n);if(i){i=a.fallback,c=t.mode,o=(s=e.child).sibling;var l={mode:"hidden",children:a.children};return 0==(1&c)&&t.child!==s?((a=t.child).childLanes=0,a.pendingProps=l,t.deletions=null):(a=Nl(s,l)).subtreeFlags=14680064&s.subtreeFlags,null!==o?i=Nl(o,i):(i=Ml(i,c,n,null)).flags|=2,i.return=t,a.return=t,a.sibling=i,t.child=a,a=i,i=t.child,c=null===(c=e.child.memoizedState)?Ii(n):{baseLanes:c.baseLanes|n,cachePool:null,transitions:c.transitions},i.memoizedState=c,i.childLanes=e.childLanes&~n,t.memoizedState=Mi,a}return e=(i=e.child).sibling,a=Nl(i,{mode:"visible",children:a.children}),0==(1&t.mode)&&(a.lanes=n),a.return=t,a.sibling=null,null!==e&&(null===(n=t.deletions)?(t.deletions=[e],t.flags|=16):n.push(e)),t.child=a,t.memoizedState=null,a}function Fi(e,t){return(t=Il({mode:"visible",children:t},e.mode,0,null)).return=e,e.child=t}function zi(e,t,n,o){return null!==o&&br(o),xr(t,e.child,null,n),(e=Fi(t,t.pendingProps.children)).flags|=2,t.memoizedState=null,e}function Bi(e,t,n){e.lanes|=t;var o=e.alternate;null!==o&&(o.lanes|=t),Cr(e.return,t,n)}function $i(e,t,n,o,a){var r=e.memoizedState;null===r?e.memoizedState={isBackwards:t,rendering:null,renderingStartTime:0,last:o,tail:n,tailMode:a}:(r.isBackwards=t,r.rendering=null,r.renderingStartTime=0,r.last=o,r.tail=n,r.tailMode=a)}function Ui(e,t,n){var o=t.pendingProps,a=o.revealOrder,r=o.tail;if(_i(e,t,o.children,n),0!=(2&(o=es.current)))o=1&o|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&&Bi(e,n,t);else if(19===e.tag)Bi(e,n,t);else if(null!==e.child){e.child.return=e,e=e.child;continue}if(e===t)break e;for(;null===e.sibling;){if(null===e.return||e.return===t)break e;e=e.return}e.sibling.return=e.return,e=e.sibling}o&=1}if(Pa(es,o),0==(1&t.mode))t.memoizedState=null;else switch(a){case"forwards":for(n=t.child,a=null;null!==n;)null!==(e=n.alternate)&&null===ts(e)&&(a=n),n=n.sibling;null===(n=a)?(a=t.child,t.child=null):(a=n.sibling,n.sibling=null),$i(t,!1,a,n,r);break;case"backwards":for(n=null,a=t.child,t.child=null;null!==a;){if(null!==(e=a.alternate)&&null===ts(e)){t.child=a;break}e=a.sibling,a.sibling=n,n=a,a=e}$i(t,!0,n,null,r);break;case"together":$i(t,!1,null,null,void 0);break;default:t.memoizedState=null}return t.child}function Zi(e,t){0==(1&t.mode)&&null!==e&&(e.alternate=null,t.alternate=null,t.flags|=2)}function Hi(e,t,n){if(null!==e&&(t.dependencies=e.dependencies),Ic|=t.lanes,0==(n&t.childLanes))return null;if(null!==e&&t.child!==e.child)throw Error(r(153));if(null!==t.child){for(n=Nl(e=t.child,e.pendingProps),t.child=n,n.return=t;null!==e.sibling;)e=e.sibling,(n=n.sibling=Nl(e,e.pendingProps)).return=t;n.sibling=null}return t.child}function Wi(e,t){if(!rr)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 o=null;null!==n;)null!==n.alternate&&(o=n),n=n.sibling;null===o?t||null===e.tail?e.tail=null:e.tail.sibling=null:o.sibling=null}}function qi(e){var t=null!==e.alternate&&e.alternate.child===e.child,n=0,o=0;if(t)for(var a=e.child;null!==a;)n|=a.lanes|a.childLanes,o|=14680064&a.subtreeFlags,o|=14680064&a.flags,a.return=e,a=a.sibling;else for(a=e.child;null!==a;)n|=a.lanes|a.childLanes,o|=a.subtreeFlags,o|=a.flags,a.return=e,a=a.sibling;return e.subtreeFlags|=o,e.childLanes=n,t}function Vi(e,t,n){var o=t.pendingProps;switch(nr(t),t.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return qi(t),null;case 1:case 17:return Na(t.type)&&La(),qi(t),null;case 3:return o=t.stateNode,Qr(),ja(Ta),ja(Ca),os(),o.pendingContext&&(o.context=o.pendingContext,o.pendingContext=null),null!==e&&null!==e.child||(pr(t)?t.flags|=4:null===e||e.memoizedState.isDehydrated&&0==(256&t.flags)||(t.flags|=1024,null!==sr&&(sl(sr),sr=null))),Di(e,t),qi(t),null;case 5:Jr(t);var a=Yr(Gr.current);if(n=t.type,null!==e&&null!=t.stateNode)Ni(e,t,n,o,a),e.ref!==t.ref&&(t.flags|=512,t.flags|=2097152);else{if(!o){if(null===t.stateNode)throw Error(r(166));return qi(t),null}if(e=Yr(qr.current),pr(t)){o=t.stateNode,n=t.type;var s=t.memoizedProps;switch(o[ga]=t,o[fa]=s,e=0!=(1&t.mode),n){case"dialog":Bo("cancel",o),Bo("close",o);break;case"iframe":case"object":case"embed":Bo("load",o);break;case"video":case"audio":for(a=0;a<Io.length;a++)Bo(Io[a],o);break;case"source":Bo("error",o);break;case"img":case"image":case"link":Bo("error",o),Bo("load",o);break;case"details":Bo("toggle",o);break;case"input":K(o,s),Bo("invalid",o);break;case"select":o._wrapperState={wasMultiple:!!s.multiple},Bo("invalid",o);break;case"textarea":ae(o,s),Bo("invalid",o)}for(var c in ye(n,s),a=null,s)if(s.hasOwnProperty(c)){var l=s[c];"children"===c?"string"==typeof l?o.textContent!==l&&(!0!==s.suppressHydrationWarning&&Jo(o.textContent,l,e),a=["children",l]):"number"==typeof l&&o.textContent!==""+l&&(!0!==s.suppressHydrationWarning&&Jo(o.textContent,l,e),a=["children",""+l]):i.hasOwnProperty(c)&&null!=l&&"onScroll"===c&&Bo("scroll",o)}switch(n){case"input":q(o),J(o,s,!0);break;case"textarea":q(o),se(o);break;case"select":case"option":break;default:"function"==typeof s.onClick&&(o.onclick=ea)}o=a,t.updateQueue=o,null!==o&&(t.flags|=4)}else{c=9===a.nodeType?a:a.ownerDocument,"http://www.w3.org/1999/xhtml"===e&&(e=ie(n)),"http://www.w3.org/1999/xhtml"===e?"script"===n?((e=c.createElement("div")).innerHTML="<script><\/script>",e=e.removeChild(e.firstChild)):"string"==typeof o.is?e=c.createElement(n,{is:o.is}):(e=c.createElement(n),"select"===n&&(c=e,o.multiple?c.multiple=!0:o.size&&(c.size=o.size))):e=c.createElementNS(e,n),e[ga]=t,e[fa]=o,Ai(e,t,!1,!1),t.stateNode=e;e:{switch(c=ve(n,o),n){case"dialog":Bo("cancel",e),Bo("close",e),a=o;break;case"iframe":case"object":case"embed":Bo("load",e),a=o;break;case"video":case"audio":for(a=0;a<Io.length;a++)Bo(Io[a],e);a=o;break;case"source":Bo("error",e),a=o;break;case"img":case"image":case"link":Bo("error",e),Bo("load",e),a=o;break;case"details":Bo("toggle",e),a=o;break;case"input":K(e,o),a=Y(e,o),Bo("invalid",e);break;case"option":default:a=o;break;case"select":e._wrapperState={wasMultiple:!!o.multiple},a=R({},o,{value:void 0}),Bo("invalid",e);break;case"textarea":ae(e,o),a=oe(e,o),Bo("invalid",e)}for(s in ye(n,a),l=a)if(l.hasOwnProperty(s)){var u=l[s];"style"===s?he(e,u):"dangerouslySetInnerHTML"===s?null!=(u=u?u.__html:void 0)&&de(e,u):"children"===s?"string"==typeof u?("textarea"!==n||""!==u)&&pe(e,u):"number"==typeof u&&pe(e,""+u):"suppressContentEditableWarning"!==s&&"suppressHydrationWarning"!==s&&"autoFocus"!==s&&(i.hasOwnProperty(s)?null!=u&&"onScroll"===s&&Bo("scroll",e):null!=u&&v(e,s,u,c))}switch(n){case"input":q(e),J(e,o,!1);break;case"textarea":q(e),se(e);break;case"option":null!=o.value&&e.setAttribute("value",""+H(o.value));break;case"select":e.multiple=!!o.multiple,null!=(s=o.value)?ne(e,!!o.multiple,s,!1):null!=o.defaultValue&&ne(e,!!o.multiple,o.defaultValue,!0);break;default:"function"==typeof a.onClick&&(e.onclick=ea)}switch(n){case"button":case"input":case"select":case"textarea":o=!!o.autoFocus;break e;case"img":o=!0;break e;default:o=!1}}o&&(t.flags|=4)}null!==t.ref&&(t.flags|=512,t.flags|=2097152)}return qi(t),null;case 6:if(e&&null!=t.stateNode)Li(e,t,e.memoizedProps,o);else{if("string"!=typeof o&&null===t.stateNode)throw Error(r(166));if(n=Yr(Gr.current),Yr(qr.current),pr(t)){if(o=t.stateNode,n=t.memoizedProps,o[ga]=t,(s=o.nodeValue!==n)&&null!==(e=or))switch(e.tag){case 3:Jo(o.nodeValue,n,0!=(1&e.mode));break;case 5:!0!==e.memoizedProps.suppressHydrationWarning&&Jo(o.nodeValue,n,0!=(1&e.mode))}s&&(t.flags|=4)}else(o=(9===n.nodeType?n:n.ownerDocument).createTextNode(o))[ga]=t,t.stateNode=o}return qi(t),null;case 13:if(ja(es),o=t.memoizedState,null===e||null!==e.memoizedState&&null!==e.memoizedState.dehydrated){if(rr&&null!==ar&&0!=(1&t.mode)&&0==(128&t.flags))gr(),fr(),t.flags|=98560,s=!1;else if(s=pr(t),null!==o&&null!==o.dehydrated){if(null===e){if(!s)throw Error(r(318));if(!(s=null!==(s=t.memoizedState)?s.dehydrated:null))throw Error(r(317));s[ga]=t}else fr(),0==(128&t.flags)&&(t.memoizedState=null),t.flags|=4;qi(t),s=!1}else null!==sr&&(sl(sr),sr=null),s=!0;if(!s)return 65536&t.flags?t:null}return 0!=(128&t.flags)?(t.lanes=n,t):((o=null!==o)!==(null!==e&&null!==e.memoizedState)&&o&&(t.child.flags|=8192,0!=(1&t.mode)&&(null===e||0!=(1&es.current)?0===Lc&&(Lc=3):bl())),null!==t.updateQueue&&(t.flags|=4),qi(t),null);case 4:return Qr(),Di(e,t),null===e&&Zo(t.stateNode.containerInfo),qi(t),null;case 10:return Er(t.type._context),qi(t),null;case 19:if(ja(es),null===(s=t.memoizedState))return qi(t),null;if(o=0!=(128&t.flags),null===(c=s.rendering))if(o)Wi(s,!1);else{if(0!==Lc||null!==e&&0!=(128&e.flags))for(e=t.child;null!==e;){if(null!==(c=ts(e))){for(t.flags|=128,Wi(s,!1),null!==(o=c.updateQueue)&&(t.updateQueue=o,t.flags|=4),t.subtreeFlags=0,o=n,n=t.child;null!==n;)e=o,(s=n).flags&=14680066,null===(c=s.alternate)?(s.childLanes=0,s.lanes=e,s.child=null,s.subtreeFlags=0,s.memoizedProps=null,s.memoizedState=null,s.updateQueue=null,s.dependencies=null,s.stateNode=null):(s.childLanes=c.childLanes,s.lanes=c.lanes,s.child=c.child,s.subtreeFlags=0,s.deletions=null,s.memoizedProps=c.memoizedProps,s.memoizedState=c.memoizedState,s.updateQueue=c.updateQueue,s.type=c.type,e=c.dependencies,s.dependencies=null===e?null:{lanes:e.lanes,firstContext:e.firstContext}),n=n.sibling;return Pa(es,1&es.current|2),t.child}e=e.sibling}null!==s.tail&&Qe()>Uc&&(t.flags|=128,o=!0,Wi(s,!1),t.lanes=4194304)}else{if(!o)if(null!==(e=ts(c))){if(t.flags|=128,o=!0,null!==(n=e.updateQueue)&&(t.updateQueue=n,t.flags|=4),Wi(s,!0),null===s.tail&&"hidden"===s.tailMode&&!c.alternate&&!rr)return qi(t),null}else 2*Qe()-s.renderingStartTime>Uc&&1073741824!==n&&(t.flags|=128,o=!0,Wi(s,!1),t.lanes=4194304);s.isBackwards?(c.sibling=t.child,t.child=c):(null!==(n=s.last)?n.sibling=c:t.child=c,s.last=c)}return null!==s.tail?(t=s.tail,s.rendering=t,s.tail=t.sibling,s.renderingStartTime=Qe(),t.sibling=null,n=es.current,Pa(es,o?1&n|2:1&n),t):(qi(t),null);case 22:case 23:return dl(),o=null!==t.memoizedState,null!==e&&null!==e.memoizedState!==o&&(t.flags|=8192),o&&0!=(1&t.mode)?0!=(1073741824&Dc)&&(qi(t),6&t.subtreeFlags&&(t.flags|=8192)):qi(t),null;case 24:case 25:return null}throw Error(r(156,t.tag))}function Gi(e,t){switch(nr(t),t.tag){case 1:return Na(t.type)&&La(),65536&(e=t.flags)?(t.flags=-65537&e|128,t):null;case 3:return Qr(),ja(Ta),ja(Ca),os(),0!=(65536&(e=t.flags))&&0==(128&e)?(t.flags=-65537&e|128,t):null;case 5:return Jr(t),null;case 13:if(ja(es),null!==(e=t.memoizedState)&&null!==e.dehydrated){if(null===t.alternate)throw Error(r(340));fr()}return 65536&(e=t.flags)?(t.flags=-65537&e|128,t):null;case 19:return ja(es),null;case 4:return Qr(),null;case 10:return Er(t.type._context),null;case 22:case 23:return dl(),null;default:return null}}Ai=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}},Di=function(){},Ni=function(e,t,n,o){var a=e.memoizedProps;if(a!==o){e=t.stateNode,Yr(qr.current);var r,s=null;switch(n){case"input":a=Y(e,a),o=Y(e,o),s=[];break;case"select":a=R({},a,{value:void 0}),o=R({},o,{value:void 0}),s=[];break;case"textarea":a=oe(e,a),o=oe(e,o),s=[];break;default:"function"!=typeof a.onClick&&"function"==typeof o.onClick&&(e.onclick=ea)}for(u in ye(n,o),n=null,a)if(!o.hasOwnProperty(u)&&a.hasOwnProperty(u)&&null!=a[u])if("style"===u){var c=a[u];for(r in c)c.hasOwnProperty(r)&&(n||(n={}),n[r]="")}else"dangerouslySetInnerHTML"!==u&&"children"!==u&&"suppressContentEditableWarning"!==u&&"suppressHydrationWarning"!==u&&"autoFocus"!==u&&(i.hasOwnProperty(u)?s||(s=[]):(s=s||[]).push(u,null));for(u in o){var l=o[u];if(c=null!=a?a[u]:void 0,o.hasOwnProperty(u)&&l!==c&&(null!=l||null!=c))if("style"===u)if(c){for(r in c)!c.hasOwnProperty(r)||l&&l.hasOwnProperty(r)||(n||(n={}),n[r]="");for(r in l)l.hasOwnProperty(r)&&c[r]!==l[r]&&(n||(n={}),n[r]=l[r])}else n||(s||(s=[]),s.push(u,n)),n=l;else"dangerouslySetInnerHTML"===u?(l=l?l.__html:void 0,c=c?c.__html:void 0,null!=l&&c!==l&&(s=s||[]).push(u,l)):"children"===u?"string"!=typeof l&&"number"!=typeof l||(s=s||[]).push(u,""+l):"suppressContentEditableWarning"!==u&&"suppressHydrationWarning"!==u&&(i.hasOwnProperty(u)?(null!=l&&"onScroll"===u&&Bo("scroll",e),s||c===l||(s=[])):(s=s||[]).push(u,l))}n&&(s=s||[]).push("style",n);var u=s;(t.updateQueue=u)&&(t.flags|=4)}},Li=function(e,t,n,o){n!==o&&(t.flags|=4)};var Yi=!1,Ki=!1,Qi="function"==typeof WeakSet?WeakSet:Set,Xi=null;function Ji(e,t){var n=e.ref;if(null!==n)if("function"==typeof n)try{n(null)}catch(o){Ol(e,t,o)}else n.current=null}function ec(e,t,n){try{n()}catch(o){Ol(e,t,o)}}var tc=!1;function nc(e,t,n){var o=t.updateQueue;if(null!==(o=null!==o?o.lastEffect:null)){var a=o=o.next;do{if((a.tag&e)===e){var r=a.destroy;a.destroy=void 0,void 0!==r&&ec(t,n,r)}a=a.next}while(a!==o)}}function oc(e,t){if(null!==(t=null!==(t=t.updateQueue)?t.lastEffect:null)){var n=t=t.next;do{if((n.tag&e)===e){var o=n.create;n.destroy=o()}n=n.next}while(n!==t)}}function ac(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 rc(e){var t=e.alternate;null!==t&&(e.alternate=null,rc(t)),e.child=null,e.deletions=null,e.sibling=null,5===e.tag&&(null!==(t=e.stateNode)&&(delete t[ga],delete t[fa],delete t[ha],delete t[ma],delete t[ya])),e.stateNode=null,e.return=null,e.dependencies=null,e.memoizedProps=null,e.memoizedState=null,e.pendingProps=null,e.stateNode=null,e.updateQueue=null}function sc(e){return 5===e.tag||3===e.tag||4===e.tag}function ic(e){e:for(;;){for(;null===e.sibling;){if(null===e.return||sc(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}}function cc(e,t,n){var o=e.tag;if(5===o||6===o)e=e.stateNode,t?8===n.nodeType?n.parentNode.insertBefore(e,t):n.insertBefore(e,t):(8===n.nodeType?(t=n.parentNode).insertBefore(e,n):(t=n).appendChild(e),null!=(n=n._reactRootContainer)||null!==t.onclick||(t.onclick=ea));else if(4!==o&&null!==(e=e.child))for(cc(e,t,n),e=e.sibling;null!==e;)cc(e,t,n),e=e.sibling}function lc(e,t,n){var o=e.tag;if(5===o||6===o)e=e.stateNode,t?n.insertBefore(e,t):n.appendChild(e);else if(4!==o&&null!==(e=e.child))for(lc(e,t,n),e=e.sibling;null!==e;)lc(e,t,n),e=e.sibling}var uc=null,dc=!1;function pc(e,t,n){for(n=n.child;null!==n;)gc(e,t,n),n=n.sibling}function gc(e,t,n){if(rt&&"function"==typeof rt.onCommitFiberUnmount)try{rt.onCommitFiberUnmount(at,n)}catch(i){}switch(n.tag){case 5:Ki||Ji(n,t);case 6:var o=uc,a=dc;uc=null,pc(e,t,n),dc=a,null!==(uc=o)&&(dc?(e=uc,n=n.stateNode,8===e.nodeType?e.parentNode.removeChild(n):e.removeChild(n)):uc.removeChild(n.stateNode));break;case 18:null!==uc&&(dc?(e=uc,n=n.stateNode,8===e.nodeType?la(e.parentNode,n):1===e.nodeType&&la(e,n),Ut(e)):la(uc,n.stateNode));break;case 4:o=uc,a=dc,uc=n.stateNode.containerInfo,dc=!0,pc(e,t,n),uc=o,dc=a;break;case 0:case 11:case 14:case 15:if(!Ki&&(null!==(o=n.updateQueue)&&null!==(o=o.lastEffect))){a=o=o.next;do{var r=a,s=r.destroy;r=r.tag,void 0!==s&&(0!=(2&r)||0!=(4&r))&&ec(n,t,s),a=a.next}while(a!==o)}pc(e,t,n);break;case 1:if(!Ki&&(Ji(n,t),"function"==typeof(o=n.stateNode).componentWillUnmount))try{o.props=n.memoizedProps,o.state=n.memoizedState,o.componentWillUnmount()}catch(i){Ol(n,t,i)}pc(e,t,n);break;case 21:pc(e,t,n);break;case 22:1&n.mode?(Ki=(o=Ki)||null!==n.memoizedState,pc(e,t,n),Ki=o):pc(e,t,n);break;default:pc(e,t,n)}}function fc(e){var t=e.updateQueue;if(null!==t){e.updateQueue=null;var n=e.stateNode;null===n&&(n=e.stateNode=new Qi),t.forEach((function(t){var o=El.bind(null,e,t);n.has(t)||(n.add(t),t.then(o,o))}))}}function bc(e,t){var n=t.deletions;if(null!==n)for(var o=0;o<n.length;o++){var a=n[o];try{var s=e,i=t,c=i;e:for(;null!==c;){switch(c.tag){case 5:uc=c.stateNode,dc=!1;break e;case 3:case 4:uc=c.stateNode.containerInfo,dc=!0;break e}c=c.return}if(null===uc)throw Error(r(160));gc(s,i,a),uc=null,dc=!1;var l=a.alternate;null!==l&&(l.return=null),a.return=null}catch(u){Ol(a,t,u)}}if(12854&t.subtreeFlags)for(t=t.child;null!==t;)hc(t,e),t=t.sibling}function hc(e,t){var n=e.alternate,o=e.flags;switch(e.tag){case 0:case 11:case 14:case 15:if(bc(t,e),mc(e),4&o){try{nc(3,e,e.return),oc(3,e)}catch(h){Ol(e,e.return,h)}try{nc(5,e,e.return)}catch(h){Ol(e,e.return,h)}}break;case 1:bc(t,e),mc(e),512&o&&null!==n&&Ji(n,n.return);break;case 5:if(bc(t,e),mc(e),512&o&&null!==n&&Ji(n,n.return),32&e.flags){var a=e.stateNode;try{pe(a,"")}catch(h){Ol(e,e.return,h)}}if(4&o&&null!=(a=e.stateNode)){var s=e.memoizedProps,i=null!==n?n.memoizedProps:s,c=e.type,l=e.updateQueue;if(e.updateQueue=null,null!==l)try{"input"===c&&"radio"===s.type&&null!=s.name&&Q(a,s),ve(c,i);var u=ve(c,s);for(i=0;i<l.length;i+=2){var d=l[i],p=l[i+1];"style"===d?he(a,p):"dangerouslySetInnerHTML"===d?de(a,p):"children"===d?pe(a,p):v(a,d,p,u)}switch(c){case"input":X(a,s);break;case"textarea":re(a,s);break;case"select":var g=a._wrapperState.wasMultiple;a._wrapperState.wasMultiple=!!s.multiple;var f=s.value;null!=f?ne(a,!!s.multiple,f,!1):g!==!!s.multiple&&(null!=s.defaultValue?ne(a,!!s.multiple,s.defaultValue,!0):ne(a,!!s.multiple,s.multiple?[]:"",!1))}a[fa]=s}catch(h){Ol(e,e.return,h)}}break;case 6:if(bc(t,e),mc(e),4&o){if(null===e.stateNode)throw Error(r(162));a=e.stateNode,s=e.memoizedProps;try{a.nodeValue=s}catch(h){Ol(e,e.return,h)}}break;case 3:if(bc(t,e),mc(e),4&o&&null!==n&&n.memoizedState.isDehydrated)try{Ut(t.containerInfo)}catch(h){Ol(e,e.return,h)}break;case 4:default:bc(t,e),mc(e);break;case 13:bc(t,e),mc(e),8192&(a=e.child).flags&&(s=null!==a.memoizedState,a.stateNode.isHidden=s,!s||null!==a.alternate&&null!==a.alternate.memoizedState||($c=Qe())),4&o&&fc(e);break;case 22:if(d=null!==n&&null!==n.memoizedState,1&e.mode?(Ki=(u=Ki)||d,bc(t,e),Ki=u):bc(t,e),mc(e),8192&o){if(u=null!==e.memoizedState,(e.stateNode.isHidden=u)&&!d&&0!=(1&e.mode))for(Xi=e,d=e.child;null!==d;){for(p=Xi=d;null!==Xi;){switch(f=(g=Xi).child,g.tag){case 0:case 11:case 14:case 15:nc(4,g,g.return);break;case 1:Ji(g,g.return);var b=g.stateNode;if("function"==typeof b.componentWillUnmount){o=g,n=g.return;try{t=o,b.props=t.memoizedProps,b.state=t.memoizedState,b.componentWillUnmount()}catch(h){Ol(o,n,h)}}break;case 5:Ji(g,g.return);break;case 22:if(null!==g.memoizedState){xc(p);continue}}null!==f?(f.return=g,Xi=f):xc(p)}d=d.sibling}e:for(d=null,p=e;;){if(5===p.tag){if(null===d){d=p;try{a=p.stateNode,u?"function"==typeof(s=a.style).setProperty?s.setProperty("display","none","important"):s.display="none":(c=p.stateNode,i=null!=(l=p.memoizedProps.style)&&l.hasOwnProperty("display")?l.display:null,c.style.display=be("display",i))}catch(h){Ol(e,e.return,h)}}}else if(6===p.tag){if(null===d)try{p.stateNode.nodeValue=u?"":p.memoizedProps}catch(h){Ol(e,e.return,h)}}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 e;for(;null===p.sibling;){if(null===p.return||p.return===e)break e;d===p&&(d=null),p=p.return}d===p&&(d=null),p.sibling.return=p.return,p=p.sibling}}break;case 19:bc(t,e),mc(e),4&o&&fc(e);case 21:}}function mc(e){var t=e.flags;if(2&t){try{e:{for(var n=e.return;null!==n;){if(sc(n)){var o=n;break e}n=n.return}throw Error(r(160))}switch(o.tag){case 5:var a=o.stateNode;32&o.flags&&(pe(a,""),o.flags&=-33),lc(e,ic(e),a);break;case 3:case 4:var s=o.stateNode.containerInfo;cc(e,ic(e),s);break;default:throw Error(r(161))}}catch(i){Ol(e,e.return,i)}e.flags&=-3}4096&t&&(e.flags&=-4097)}function yc(e,t,n){Xi=e,vc(e,t,n)}function vc(e,t,n){for(var o=0!=(1&e.mode);null!==Xi;){var a=Xi,r=a.child;if(22===a.tag&&o){var s=null!==a.memoizedState||Yi;if(!s){var i=a.alternate,c=null!==i&&null!==i.memoizedState||Ki;i=Yi;var l=Ki;if(Yi=s,(Ki=c)&&!l)for(Xi=a;null!==Xi;)c=(s=Xi).child,22===s.tag&&null!==s.memoizedState?wc(a):null!==c?(c.return=s,Xi=c):wc(a);for(;null!==r;)Xi=r,vc(r,t,n),r=r.sibling;Xi=a,Yi=i,Ki=l}_c(e)}else 0!=(8772&a.subtreeFlags)&&null!==r?(r.return=a,Xi=r):_c(e)}}function _c(e){for(;null!==Xi;){var t=Xi;if(0!=(8772&t.flags)){var n=t.alternate;try{if(0!=(8772&t.flags))switch(t.tag){case 0:case 11:case 15:Ki||oc(5,t);break;case 1:var o=t.stateNode;if(4&t.flags&&!Ki)if(null===n)o.componentDidMount();else{var a=t.elementType===t.type?n.memoizedProps:ni(t.type,n.memoizedProps);o.componentDidUpdate(a,n.memoizedState,o.__reactInternalSnapshotBeforeUpdate)}var s=t.updateQueue;null!==s&&Hr(t,s,o);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}Hr(t,i,n)}break;case 5:var c=t.stateNode;if(null===n&&4&t.flags){n=c;var l=t.memoizedProps;switch(t.type){case"button":case"input":case"select":case"textarea":l.autoFocus&&n.focus();break;case"img":l.src&&(n.src=l.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 u=t.alternate;if(null!==u){var d=u.memoizedState;if(null!==d){var p=d.dehydrated;null!==p&&Ut(p)}}}break;default:throw Error(r(163))}Ki||512&t.flags&&ac(t)}catch(g){Ol(t,t.return,g)}}if(t===e){Xi=null;break}if(null!==(n=t.sibling)){n.return=t.return,Xi=n;break}Xi=t.return}}function xc(e){for(;null!==Xi;){var t=Xi;if(t===e){Xi=null;break}var n=t.sibling;if(null!==n){n.return=t.return,Xi=n;break}Xi=t.return}}function wc(e){for(;null!==Xi;){var t=Xi;try{switch(t.tag){case 0:case 11:case 15:var n=t.return;try{oc(4,t)}catch(c){Ol(t,n,c)}break;case 1:var o=t.stateNode;if("function"==typeof o.componentDidMount){var a=t.return;try{o.componentDidMount()}catch(c){Ol(t,a,c)}}var r=t.return;try{ac(t)}catch(c){Ol(t,r,c)}break;case 5:var s=t.return;try{ac(t)}catch(c){Ol(t,s,c)}}}catch(c){Ol(t,t.return,c)}if(t===e){Xi=null;break}var i=t.sibling;if(null!==i){i.return=t.return,Xi=i;break}Xi=t.return}}var kc,Oc=Math.ceil,Sc=_.ReactCurrentDispatcher,jc=_.ReactCurrentOwner,Pc=_.ReactCurrentBatchConfig,Ec=0,Cc=null,Tc=null,Ac=0,Dc=0,Nc=Sa(0),Lc=0,Mc=null,Ic=0,Rc=0,Fc=0,zc=null,Bc=null,$c=0,Uc=1/0,Zc=null,Hc=!1,Wc=null,qc=null,Vc=!1,Gc=null,Yc=0,Kc=0,Qc=null,Xc=-1,Jc=0;function el(){return 0!=(6&Ec)?Qe():-1!==Xc?Xc:Xc=Qe()}function tl(e){return 0==(1&e.mode)?1:0!=(2&Ec)&&0!==Ac?Ac&-Ac:null!==hr.transition?(0===Jc&&(Jc=bt()),Jc):0!==(e=vt)?e:e=void 0===(e=window.event)?16:Kt(e.type)}function nl(e,t,n,o){if(50<Kc)throw Kc=0,Qc=null,Error(r(185));mt(e,n,o),0!=(2&Ec)&&e===Cc||(e===Cc&&(0==(2&Ec)&&(Rc|=n),4===Lc&&il(e,Ac)),ol(e,o),1===n&&0===Ec&&0==(1&t.mode)&&(Uc=Qe()+500,Ba&&Za()))}function ol(e,t){var n=e.callbackNode;!function(e,t){for(var n=e.suspendedLanes,o=e.pingedLanes,a=e.expirationTimes,r=e.pendingLanes;0<r;){var s=31-st(r),i=1<<s,c=a[s];-1===c?0!=(i&n)&&0==(i&o)||(a[s]=gt(i,t)):c<=t&&(e.expiredLanes|=i),r&=~i}}(e,t);var o=pt(e,e===Cc?Ac:0);if(0===o)null!==n&&Ge(n),e.callbackNode=null,e.callbackPriority=0;else if(t=o&-o,e.callbackPriority!==t){if(null!=n&&Ge(n),1===t)0===e.tag?function(e){Ba=!0,Ua(e)}(cl.bind(null,e)):Ua(cl.bind(null,e)),ia((function(){0==(6&Ec)&&Za()})),n=null;else{switch(_t(o)){case 1:n=Je;break;case 4:n=et;break;case 16:default:n=tt;break;case 536870912:n=ot}n=Cl(n,al.bind(null,e))}e.callbackPriority=t,e.callbackNode=n}}function al(e,t){if(Xc=-1,Jc=0,0!=(6&Ec))throw Error(r(327));var n=e.callbackNode;if(wl()&&e.callbackNode!==n)return null;var o=pt(e,e===Cc?Ac:0);if(0===o)return null;if(0!=(30&o)||0!=(o&e.expiredLanes)||t)t=hl(e,o);else{t=o;var a=Ec;Ec|=2;var s=fl();for(Cc===e&&Ac===t||(Zc=null,Uc=Qe()+500,pl(e,t));;)try{yl();break}catch(c){gl(e,c)}Pr(),Sc.current=s,Ec=a,null!==Tc?t=0:(Cc=null,Ac=0,t=Lc)}if(0!==t){if(2===t&&(0!==(a=ft(e))&&(o=a,t=rl(e,a))),1===t)throw n=Mc,pl(e,0),il(e,o),ol(e,Qe()),n;if(6===t)il(e,o);else{if(a=e.current.alternate,0==(30&o)&&!function(e){for(var t=e;;){if(16384&t.flags){var n=t.updateQueue;if(null!==n&&null!==(n=n.stores))for(var o=0;o<n.length;o++){var a=n[o],r=a.getSnapshot;a=a.value;try{if(!io(r(),a))return!1}catch(i){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}(a)&&(2===(t=hl(e,o))&&(0!==(s=ft(e))&&(o=s,t=rl(e,s))),1===t))throw n=Mc,pl(e,0),il(e,o),ol(e,Qe()),n;switch(e.finishedWork=a,e.finishedLanes=o,t){case 0:case 1:throw Error(r(345));case 2:case 5:xl(e,Bc,Zc);break;case 3:if(il(e,o),(130023424&o)===o&&10<(t=$c+500-Qe())){if(0!==pt(e,0))break;if(((a=e.suspendedLanes)&o)!==o){el(),e.pingedLanes|=e.suspendedLanes&a;break}e.timeoutHandle=aa(xl.bind(null,e,Bc,Zc),t);break}xl(e,Bc,Zc);break;case 4:if(il(e,o),(4194240&o)===o)break;for(t=e.eventTimes,a=-1;0<o;){var i=31-st(o);s=1<<i,(i=t[i])>a&&(a=i),o&=~s}if(o=a,10<(o=(120>(o=Qe()-o)?120:480>o?480:1080>o?1080:1920>o?1920:3e3>o?3e3:4320>o?4320:1960*Oc(o/1960))-o)){e.timeoutHandle=aa(xl.bind(null,e,Bc,Zc),o);break}xl(e,Bc,Zc);break;default:throw Error(r(329))}}}return ol(e,Qe()),e.callbackNode===n?al.bind(null,e):null}function rl(e,t){var n=zc;return e.current.memoizedState.isDehydrated&&(pl(e,t).flags|=256),2!==(e=hl(e,t))&&(t=Bc,Bc=n,null!==t&&sl(t)),e}function sl(e){null===Bc?Bc=e:Bc.push.apply(Bc,e)}function il(e,t){for(t&=~Fc,t&=~Rc,e.suspendedLanes|=t,e.pingedLanes&=~t,e=e.expirationTimes;0<t;){var n=31-st(t),o=1<<n;e[n]=-1,t&=~o}}function cl(e){if(0!=(6&Ec))throw Error(r(327));wl();var t=pt(e,0);if(0==(1&t))return ol(e,Qe()),null;var n=hl(e,t);if(0!==e.tag&&2===n){var o=ft(e);0!==o&&(t=o,n=rl(e,o))}if(1===n)throw n=Mc,pl(e,0),il(e,t),ol(e,Qe()),n;if(6===n)throw Error(r(345));return e.finishedWork=e.current.alternate,e.finishedLanes=t,xl(e,Bc,Zc),ol(e,Qe()),null}function ll(e,t){var n=Ec;Ec|=1;try{return e(t)}finally{0===(Ec=n)&&(Uc=Qe()+500,Ba&&Za())}}function ul(e){null!==Gc&&0===Gc.tag&&0==(6&Ec)&&wl();var t=Ec;Ec|=1;var n=Pc.transition,o=vt;try{if(Pc.transition=null,vt=1,e)return e()}finally{vt=o,Pc.transition=n,0==(6&(Ec=t))&&Za()}}function dl(){Dc=Nc.current,ja(Nc)}function pl(e,t){e.finishedWork=null,e.finishedLanes=0;var n=e.timeoutHandle;if(-1!==n&&(e.timeoutHandle=-1,ra(n)),null!==Tc)for(n=Tc.return;null!==n;){var o=n;switch(nr(o),o.tag){case 1:null!=(o=o.type.childContextTypes)&&La();break;case 3:Qr(),ja(Ta),ja(Ca),os();break;case 5:Jr(o);break;case 4:Qr();break;case 13:case 19:ja(es);break;case 10:Er(o.type._context);break;case 22:case 23:dl()}n=n.return}if(Cc=e,Tc=e=Nl(e.current,null),Ac=Dc=t,Lc=0,Mc=null,Fc=Rc=Ic=0,Bc=zc=null,null!==Dr){for(t=0;t<Dr.length;t++)if(null!==(o=(n=Dr[t]).interleaved)){n.interleaved=null;var a=o.next,r=n.pending;if(null!==r){var s=r.next;r.next=a,o.next=s}n.pending=o}Dr=null}return e}function gl(e,t){for(;;){var n=Tc;try{if(Pr(),as.current=Xs,us){for(var o=is.memoizedState;null!==o;){var a=o.queue;null!==a&&(a.pending=null),o=o.next}us=!1}if(ss=0,ls=cs=is=null,ds=!1,ps=0,jc.current=null,null===n||null===n.return){Lc=1,Mc=t,Tc=null;break}e:{var s=e,i=n.return,c=n,l=t;if(t=Ac,c.flags|=32768,null!==l&&"object"==typeof l&&"function"==typeof l.then){var u=l,d=c,p=d.tag;if(0==(1&d.mode)&&(0===p||11===p||15===p)){var g=d.alternate;g?(d.updateQueue=g.updateQueue,d.memoizedState=g.memoizedState,d.lanes=g.lanes):(d.updateQueue=null,d.memoizedState=null)}var f=hi(i);if(null!==f){f.flags&=-257,mi(f,i,c,0,t),1&f.mode&&bi(s,u,t),l=u;var b=(t=f).updateQueue;if(null===b){var h=new Set;h.add(l),t.updateQueue=h}else b.add(l);break e}if(0==(1&t)){bi(s,u,t),bl();break e}l=Error(r(426))}else if(rr&&1&c.mode){var m=hi(i);if(null!==m){0==(65536&m.flags)&&(m.flags|=256),mi(m,i,c,0,t),br(li(l,c));break e}}s=l=li(l,c),4!==Lc&&(Lc=2),null===zc?zc=[s]:zc.push(s),s=i;do{switch(s.tag){case 3:s.flags|=65536,t&=-t,s.lanes|=t,Ur(s,gi(0,l,t));break e;case 1:c=l;var y=s.type,v=s.stateNode;if(0==(128&s.flags)&&("function"==typeof y.getDerivedStateFromError||null!==v&&"function"==typeof v.componentDidCatch&&(null===qc||!qc.has(v)))){s.flags|=65536,t&=-t,s.lanes|=t,Ur(s,fi(s,c,t));break e}}s=s.return}while(null!==s)}_l(n)}catch(_){t=_,Tc===n&&null!==n&&(Tc=n=n.return);continue}break}}function fl(){var e=Sc.current;return Sc.current=Xs,null===e?Xs:e}function bl(){0!==Lc&&3!==Lc&&2!==Lc||(Lc=4),null===Cc||0==(268435455&Ic)&&0==(268435455&Rc)||il(Cc,Ac)}function hl(e,t){var n=Ec;Ec|=2;var o=fl();for(Cc===e&&Ac===t||(Zc=null,pl(e,t));;)try{ml();break}catch(a){gl(e,a)}if(Pr(),Ec=n,Sc.current=o,null!==Tc)throw Error(r(261));return Cc=null,Ac=0,Lc}function ml(){for(;null!==Tc;)vl(Tc)}function yl(){for(;null!==Tc&&!Ye();)vl(Tc)}function vl(e){var t=kc(e.alternate,e,Dc);e.memoizedProps=e.pendingProps,null===t?_l(e):Tc=t,jc.current=null}function _l(e){var t=e;do{var n=t.alternate;if(e=t.return,0==(32768&t.flags)){if(null!==(n=Vi(n,t,Dc)))return void(Tc=n)}else{if(null!==(n=Gi(n,t)))return n.flags&=32767,void(Tc=n);if(null===e)return Lc=6,void(Tc=null);e.flags|=32768,e.subtreeFlags=0,e.deletions=null}if(null!==(t=t.sibling))return void(Tc=t);Tc=t=e}while(null!==t);0===Lc&&(Lc=5)}function xl(e,t,n){var o=vt,a=Pc.transition;try{Pc.transition=null,vt=1,function(e,t,n,o){do{wl()}while(null!==Gc);if(0!=(6&Ec))throw Error(r(327));n=e.finishedWork;var a=e.finishedLanes;if(null===n)return null;if(e.finishedWork=null,e.finishedLanes=0,n===e.current)throw Error(r(177));e.callbackNode=null,e.callbackPriority=0;var s=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 o=e.eventTimes;for(e=e.expirationTimes;0<n;){var a=31-st(n),r=1<<a;t[a]=0,o[a]=-1,e[a]=-1,n&=~r}}(e,s),e===Cc&&(Tc=Cc=null,Ac=0),0==(2064&n.subtreeFlags)&&0==(2064&n.flags)||Vc||(Vc=!0,Cl(tt,(function(){return wl(),null}))),s=0!=(15990&n.flags),0!=(15990&n.subtreeFlags)||s){s=Pc.transition,Pc.transition=null;var i=vt;vt=1;var c=Ec;Ec|=4,jc.current=null,function(e,t){if(ta=Ht,fo(e=go())){if("selectionStart"in e)var n={start:e.selectionStart,end:e.selectionEnd};else e:{var o=(n=(n=e.ownerDocument)&&n.defaultView||window).getSelection&&n.getSelection();if(o&&0!==o.rangeCount){n=o.anchorNode;var a=o.anchorOffset,s=o.focusNode;o=o.focusOffset;try{n.nodeType,s.nodeType}catch(x){n=null;break e}var i=0,c=-1,l=-1,u=0,d=0,p=e,g=null;t:for(;;){for(var f;p!==n||0!==a&&3!==p.nodeType||(c=i+a),p!==s||0!==o&&3!==p.nodeType||(l=i+o),3===p.nodeType&&(i+=p.nodeValue.length),null!==(f=p.firstChild);)g=p,p=f;for(;;){if(p===e)break t;if(g===n&&++u===a&&(c=i),g===s&&++d===o&&(l=i),null!==(f=p.nextSibling))break;g=(p=g).parentNode}p=f}n=-1===c||-1===l?null:{start:c,end:l}}else n=null}n=n||{start:0,end:0}}else n=null;for(na={focusedElem:e,selectionRange:n},Ht=!1,Xi=t;null!==Xi;)if(e=(t=Xi).child,0!=(1028&t.subtreeFlags)&&null!==e)e.return=t,Xi=e;else for(;null!==Xi;){t=Xi;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:ni(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(r(163))}}catch(x){Ol(t,t.return,x)}if(null!==(e=t.sibling)){e.return=t.return,Xi=e;break}Xi=t.return}b=tc,tc=!1}(e,n),hc(n,e),bo(na),Ht=!!ta,na=ta=null,e.current=n,yc(n,e,a),Ke(),Ec=c,vt=i,Pc.transition=s}else e.current=n;if(Vc&&(Vc=!1,Gc=e,Yc=a),s=e.pendingLanes,0===s&&(qc=null),function(e){if(rt&&"function"==typeof rt.onCommitFiberRoot)try{rt.onCommitFiberRoot(at,e,void 0,128==(128&e.current.flags))}catch(t){}}(n.stateNode),ol(e,Qe()),null!==t)for(o=e.onRecoverableError,n=0;n<t.length;n++)a=t[n],o(a.value,{componentStack:a.stack,digest:a.digest});if(Hc)throw Hc=!1,e=Wc,Wc=null,e;0!=(1&Yc)&&0!==e.tag&&wl(),s=e.pendingLanes,0!=(1&s)?e===Qc?Kc++:(Kc=0,Qc=e):Kc=0,Za()}(e,t,n,o)}finally{Pc.transition=a,vt=o}return null}function wl(){if(null!==Gc){var e=_t(Yc),t=Pc.transition,n=vt;try{if(Pc.transition=null,vt=16>e?16:e,null===Gc)var o=!1;else{if(e=Gc,Gc=null,Yc=0,0!=(6&Ec))throw Error(r(331));var a=Ec;for(Ec|=4,Xi=e.current;null!==Xi;){var s=Xi,i=s.child;if(0!=(16&Xi.flags)){var c=s.deletions;if(null!==c){for(var l=0;l<c.length;l++){var u=c[l];for(Xi=u;null!==Xi;){var d=Xi;switch(d.tag){case 0:case 11:case 15:nc(8,d,s)}var p=d.child;if(null!==p)p.return=d,Xi=p;else for(;null!==Xi;){var g=(d=Xi).sibling,f=d.return;if(rc(d),d===u){Xi=null;break}if(null!==g){g.return=f,Xi=g;break}Xi=f}}}var b=s.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)}}Xi=s}}if(0!=(2064&s.subtreeFlags)&&null!==i)i.return=s,Xi=i;else e:for(;null!==Xi;){if(0!=(2048&(s=Xi).flags))switch(s.tag){case 0:case 11:case 15:nc(9,s,s.return)}var y=s.sibling;if(null!==y){y.return=s.return,Xi=y;break e}Xi=s.return}}var v=e.current;for(Xi=v;null!==Xi;){var _=(i=Xi).child;if(0!=(2064&i.subtreeFlags)&&null!==_)_.return=i,Xi=_;else e:for(i=v;null!==Xi;){if(0!=(2048&(c=Xi).flags))try{switch(c.tag){case 0:case 11:case 15:oc(9,c)}}catch(w){Ol(c,c.return,w)}if(c===i){Xi=null;break e}var x=c.sibling;if(null!==x){x.return=c.return,Xi=x;break e}Xi=c.return}}if(Ec=a,Za(),rt&&"function"==typeof rt.onPostCommitFiberRoot)try{rt.onPostCommitFiberRoot(at,e)}catch(w){}o=!0}return o}finally{vt=n,Pc.transition=t}}return!1}function kl(e,t,n){e=Br(e,t=gi(0,t=li(n,t),1),1),t=el(),null!==e&&(mt(e,1,t),ol(e,t))}function Ol(e,t,n){if(3===e.tag)kl(e,e,n);else for(;null!==t;){if(3===t.tag){kl(t,e,n);break}if(1===t.tag){var o=t.stateNode;if("function"==typeof t.type.getDerivedStateFromError||"function"==typeof o.componentDidCatch&&(null===qc||!qc.has(o))){t=Br(t,e=fi(t,e=li(n,e),1),1),e=el(),null!==t&&(mt(t,1,e),ol(t,e));break}}t=t.return}}function Sl(e,t,n){var o=e.pingCache;null!==o&&o.delete(t),t=el(),e.pingedLanes|=e.suspendedLanes&n,Cc===e&&(Ac&n)===n&&(4===Lc||3===Lc&&(130023424&Ac)===Ac&&500>Qe()-$c?pl(e,0):Fc|=n),ol(e,t)}function jl(e,t){0===t&&(0==(1&e.mode)?t=1:(t=ut,0==(130023424&(ut<<=1))&&(ut=4194304)));var n=el();null!==(e=Mr(e,t))&&(mt(e,t,n),ol(e,n))}function Pl(e){var t=e.memoizedState,n=0;null!==t&&(n=t.retryLane),jl(e,n)}function El(e,t){var n=0;switch(e.tag){case 13:var o=e.stateNode,a=e.memoizedState;null!==a&&(n=a.retryLane);break;case 19:o=e.stateNode;break;default:throw Error(r(314))}null!==o&&o.delete(t),jl(e,n)}function Cl(e,t){return Ve(e,t)}function Tl(e,t,n,o){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=o,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function Al(e,t,n,o){return new Tl(e,t,n,o)}function Dl(e){return!(!(e=e.prototype)||!e.isReactComponent)}function Nl(e,t){var n=e.alternate;return null===n?((n=Al(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=14680064&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 Ll(e,t,n,o,a,s){var i=2;if(o=e,"function"==typeof e)Dl(e)&&(i=1);else if("string"==typeof e)i=5;else e:switch(e){case k:return Ml(n.children,a,s,t);case O:i=8,a|=8;break;case S:return(e=Al(12,n,t,2|a)).elementType=S,e.lanes=s,e;case C:return(e=Al(13,n,t,a)).elementType=C,e.lanes=s,e;case T:return(e=Al(19,n,t,a)).elementType=T,e.lanes=s,e;case N:return Il(n,a,s,t);default:if("object"==typeof e&&null!==e)switch(e.$$typeof){case j:i=10;break e;case P:i=9;break e;case E:i=11;break e;case A:i=14;break e;case D:i=16,o=null;break e}throw Error(r(130,null==e?e:typeof e,""))}return(t=Al(i,n,t,a)).elementType=e,t.type=o,t.lanes=s,t}function Ml(e,t,n,o){return(e=Al(7,e,o,t)).lanes=n,e}function Il(e,t,n,o){return(e=Al(22,e,o,t)).elementType=N,e.lanes=n,e.stateNode={isHidden:!1},e}function Rl(e,t,n){return(e=Al(6,e,null,t)).lanes=n,e}function Fl(e,t,n){return(t=Al(4,null!==e.children?e.children:[],e.key,t)).lanes=n,t.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},t}function zl(e,t,n,o,a){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=ht(0),this.expirationTimes=ht(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=ht(0),this.identifierPrefix=o,this.onRecoverableError=a,this.mutableSourceEagerHydrationData=null}function Bl(e,t,n,o,a,r,s,i,c){return e=new zl(e,t,n,i,c),1===t?(t=1,!0===r&&(t|=8)):t=0,r=Al(3,null,null,t),e.current=r,r.stateNode=e,r.memoizedState={element:o,isDehydrated:n,cache:null,transitions:null,pendingSuspenseBoundaries:null},Rr(r),e}function $l(e){if(!e)return Ea;e:{if(Ue(e=e._reactInternals)!==e||1!==e.tag)throw Error(r(170));var t=e;do{switch(t.tag){case 3:t=t.stateNode.context;break e;case 1:if(Na(t.type)){t=t.stateNode.__reactInternalMemoizedMergedChildContext;break e}}t=t.return}while(null!==t);throw Error(r(171))}if(1===e.tag){var n=e.type;if(Na(n))return Ia(e,n,t)}return t}function Ul(e,t,n,o,a,r,s,i,c){return(e=Bl(n,o,!0,e,0,r,0,i,c)).context=$l(null),n=e.current,(r=zr(o=el(),a=tl(n))).callback=null!=t?t:null,Br(n,r,a),e.current.lanes=a,mt(e,a,o),ol(e,o),e}function Zl(e,t,n,o){var a=t.current,r=el(),s=tl(a);return n=$l(n),null===t.context?t.context=n:t.pendingContext=n,(t=zr(r,s)).payload={element:e},null!==(o=void 0===o?null:o)&&(t.callback=o),null!==(e=Br(a,t,s))&&(nl(e,a,s,r),$r(e,a,s)),s}function Hl(e){return(e=e.current).child?(e.child.tag,e.child.stateNode):null}function Wl(e,t){if(null!==(e=e.memoizedState)&&null!==e.dehydrated){var n=e.retryLane;e.retryLane=0!==n&&n<t?n:t}}function ql(e,t){Wl(e,t),(e=e.alternate)&&Wl(e,t)}kc=function(e,t,n){if(null!==e)if(e.memoizedProps!==t.pendingProps||Ta.current)vi=!0;else{if(0==(e.lanes&n)&&0==(128&t.flags))return vi=!1,function(e,t,n){switch(t.tag){case 3:Ci(t),fr();break;case 5:Xr(t);break;case 1:Na(t.type)&&Ra(t);break;case 4:Kr(t,t.stateNode.containerInfo);break;case 10:var o=t.type._context,a=t.memoizedProps.value;Pa(kr,o._currentValue),o._currentValue=a;break;case 13:if(null!==(o=t.memoizedState))return null!==o.dehydrated?(Pa(es,1&es.current),t.flags|=128,null):0!=(n&t.child.childLanes)?Ri(e,t,n):(Pa(es,1&es.current),null!==(e=Hi(e,t,n))?e.sibling:null);Pa(es,1&es.current);break;case 19:if(o=0!=(n&t.childLanes),0!=(128&e.flags)){if(o)return Ui(e,t,n);t.flags|=128}if(null!==(a=t.memoizedState)&&(a.rendering=null,a.tail=null,a.lastEffect=null),Pa(es,es.current),o)break;return null;case 22:case 23:return t.lanes=0,Oi(e,t,n)}return Hi(e,t,n)}(e,t,n);vi=0!=(131072&e.flags)}else vi=!1,rr&&0!=(1048576&t.flags)&&er(t,Va,t.index);switch(t.lanes=0,t.tag){case 2:var o=t.type;Zi(e,t),e=t.pendingProps;var a=Da(t,Ca.current);Tr(t,n),a=hs(null,t,o,e,a,n);var s=ms();return t.flags|=1,"object"==typeof a&&null!==a&&"function"==typeof a.render&&void 0===a.$$typeof?(t.tag=1,t.memoizedState=null,t.updateQueue=null,Na(o)?(s=!0,Ra(t)):s=!1,t.memoizedState=null!==a.state&&void 0!==a.state?a.state:null,Rr(t),a.updater=ai,t.stateNode=a,a._reactInternals=t,ci(t,o,e,n),t=Ei(null,t,o,!0,s,n)):(t.tag=0,rr&&s&&tr(t),_i(null,t,a,n),t=t.child),t;case 16:o=t.elementType;e:{switch(Zi(e,t),e=t.pendingProps,o=(a=o._init)(o._payload),t.type=o,a=t.tag=function(e){if("function"==typeof e)return Dl(e)?1:0;if(null!=e){if((e=e.$$typeof)===E)return 11;if(e===A)return 14}return 2}(o),e=ni(o,e),a){case 0:t=ji(null,t,o,e,n);break e;case 1:t=Pi(null,t,o,e,n);break e;case 11:t=xi(null,t,o,e,n);break e;case 14:t=wi(null,t,o,ni(o.type,e),n);break e}throw Error(r(306,o,""))}return t;case 0:return o=t.type,a=t.pendingProps,ji(e,t,o,a=t.elementType===o?a:ni(o,a),n);case 1:return o=t.type,a=t.pendingProps,Pi(e,t,o,a=t.elementType===o?a:ni(o,a),n);case 3:e:{if(Ci(t),null===e)throw Error(r(387));o=t.pendingProps,a=(s=t.memoizedState).element,Fr(e,t),Zr(t,o,null,n);var i=t.memoizedState;if(o=i.element,s.isDehydrated){if(s={element:o,isDehydrated:!1,cache:i.cache,pendingSuspenseBoundaries:i.pendingSuspenseBoundaries,transitions:i.transitions},t.updateQueue.baseState=s,t.memoizedState=s,256&t.flags){t=Ti(e,t,o,n,a=li(Error(r(423)),t));break e}if(o!==a){t=Ti(e,t,o,n,a=li(Error(r(424)),t));break e}for(ar=ua(t.stateNode.containerInfo.firstChild),or=t,rr=!0,sr=null,n=wr(t,null,o,n),t.child=n;n;)n.flags=-3&n.flags|4096,n=n.sibling}else{if(fr(),o===a){t=Hi(e,t,n);break e}_i(e,t,o,n)}t=t.child}return t;case 5:return Xr(t),null===e&&ur(t),o=t.type,a=t.pendingProps,s=null!==e?e.memoizedProps:null,i=a.children,oa(o,a)?i=null:null!==s&&oa(o,s)&&(t.flags|=32),Si(e,t),_i(e,t,i,n),t.child;case 6:return null===e&&ur(t),null;case 13:return Ri(e,t,n);case 4:return Kr(t,t.stateNode.containerInfo),o=t.pendingProps,null===e?t.child=xr(t,null,o,n):_i(e,t,o,n),t.child;case 11:return o=t.type,a=t.pendingProps,xi(e,t,o,a=t.elementType===o?a:ni(o,a),n);case 7:return _i(e,t,t.pendingProps,n),t.child;case 8:case 12:return _i(e,t,t.pendingProps.children,n),t.child;case 10:e:{if(o=t.type._context,a=t.pendingProps,s=t.memoizedProps,i=a.value,Pa(kr,o._currentValue),o._currentValue=i,null!==s)if(io(s.value,i)){if(s.children===a.children&&!Ta.current){t=Hi(e,t,n);break e}}else for(null!==(s=t.child)&&(s.return=t);null!==s;){var c=s.dependencies;if(null!==c){i=s.child;for(var l=c.firstContext;null!==l;){if(l.context===o){if(1===s.tag){(l=zr(-1,n&-n)).tag=2;var u=s.updateQueue;if(null!==u){var d=(u=u.shared).pending;null===d?l.next=l:(l.next=d.next,d.next=l),u.pending=l}}s.lanes|=n,null!==(l=s.alternate)&&(l.lanes|=n),Cr(s.return,n,t),c.lanes|=n;break}l=l.next}}else if(10===s.tag)i=s.type===t.type?null:s.child;else if(18===s.tag){if(null===(i=s.return))throw Error(r(341));i.lanes|=n,null!==(c=i.alternate)&&(c.lanes|=n),Cr(i,n,t),i=s.sibling}else i=s.child;if(null!==i)i.return=s;else for(i=s;null!==i;){if(i===t){i=null;break}if(null!==(s=i.sibling)){s.return=i.return,i=s;break}i=i.return}s=i}_i(e,t,a.children,n),t=t.child}return t;case 9:return a=t.type,o=t.pendingProps.children,Tr(t,n),o=o(a=Ar(a)),t.flags|=1,_i(e,t,o,n),t.child;case 14:return a=ni(o=t.type,t.pendingProps),wi(e,t,o,a=ni(o.type,a),n);case 15:return ki(e,t,t.type,t.pendingProps,n);case 17:return o=t.type,a=t.pendingProps,a=t.elementType===o?a:ni(o,a),Zi(e,t),t.tag=1,Na(o)?(e=!0,Ra(t)):e=!1,Tr(t,n),si(t,o,a),ci(t,o,a,n),Ei(null,t,o,!0,e,n);case 19:return Ui(e,t,n);case 22:return Oi(e,t,n)}throw Error(r(156,t.tag))};var Vl="function"==typeof reportError?reportError:function(e){console.error(e)};function Gl(e){this._internalRoot=e}function Yl(e){this._internalRoot=e}function Kl(e){return!(!e||1!==e.nodeType&&9!==e.nodeType&&11!==e.nodeType)}function Ql(e){return!(!e||1!==e.nodeType&&9!==e.nodeType&&11!==e.nodeType&&(8!==e.nodeType||" react-mount-point-unstable "!==e.nodeValue))}function Xl(){}function Jl(e,t,n,o,a){var r=n._reactRootContainer;if(r){var s=r;if("function"==typeof a){var i=a;a=function(){var e=Hl(s);i.call(e)}}Zl(t,s,e,a)}else s=function(e,t,n,o,a){if(a){if("function"==typeof o){var r=o;o=function(){var e=Hl(s);r.call(e)}}var s=Ul(t,o,e,0,null,!1,0,"",Xl);return e._reactRootContainer=s,e[ba]=s.current,Zo(8===e.nodeType?e.parentNode:e),ul(),s}for(;a=e.lastChild;)e.removeChild(a);if("function"==typeof o){var i=o;o=function(){var e=Hl(c);i.call(e)}}var c=Bl(e,0,!1,null,0,!1,0,"",Xl);return e._reactRootContainer=c,e[ba]=c.current,Zo(8===e.nodeType?e.parentNode:e),ul((function(){Zl(t,c,n,o)})),c}(n,t,e,a,o);return Hl(s)}Yl.prototype.render=Gl.prototype.render=function(e){var t=this._internalRoot;if(null===t)throw Error(r(409));Zl(e,t,null,null)},Yl.prototype.unmount=Gl.prototype.unmount=function(){var e=this._internalRoot;if(null!==e){this._internalRoot=null;var t=e.containerInfo;ul((function(){Zl(null,e,null,null)})),t[ba]=null}},Yl.prototype.unstable_scheduleHydration=function(e){if(e){var t=Ot();e={blockedOn:null,target:e,priority:t};for(var n=0;n<Nt.length&&0!==t&&t<Nt[n].priority;n++);Nt.splice(n,0,e),0===n&&Rt(e)}},xt=function(e){switch(e.tag){case 3:var t=e.stateNode;if(t.current.memoizedState.isDehydrated){var n=dt(t.pendingLanes);0!==n&&(yt(t,1|n),ol(t,Qe()),0==(6&Ec)&&(Uc=Qe()+500,Za()))}break;case 13:ul((function(){var t=Mr(e,1);if(null!==t){var n=el();nl(t,e,1,n)}})),ql(e,1)}},wt=function(e){if(13===e.tag){var t=Mr(e,134217728);if(null!==t)nl(t,e,134217728,el());ql(e,134217728)}},kt=function(e){if(13===e.tag){var t=tl(e),n=Mr(e,t);if(null!==n)nl(n,e,t,el());ql(e,t)}},Ot=function(){return vt},St=function(e,t){var n=vt;try{return vt=e,t()}finally{vt=n}},we=function(e,t,n){switch(t){case"input":if(X(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 o=n[t];if(o!==e&&o.form===e.form){var a=wa(o);if(!a)throw Error(r(90));V(o),X(o,a)}}}break;case"textarea":re(e,n);break;case"select":null!=(t=n.value)&&ne(e,!!n.multiple,t,!1)}},Ee=ll,Ce=ul;var eu={usingClientEntryPoint:!1,Events:[_a,xa,wa,je,Pe,ll]},tu={findFiberByHostInstance:va,bundleType:0,version:"18.3.0",rendererPackageName:"react-dom"},nu={bundleType:tu.bundleType,version:tu.version,rendererPackageName:tu.rendererPackageName,rendererConfig:tu.rendererConfig,overrideHookState:null,overrideHookStateDeletePath:null,overrideHookStateRenamePath:null,overrideProps:null,overridePropsDeletePath:null,overridePropsRenamePath:null,setErrorHandler:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:_.ReactCurrentDispatcher,findHostInstanceByFiber:function(e){return null===(e=We(e))?null:e.stateNode},findFiberByHostInstance:tu.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 ou=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!ou.isDisabled&&ou.supportsFiber)try{at=ou.inject(nu),rt=ou}catch(ue){}}t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=eu,t.createPortal=function(e,t){var n=2<arguments.length&&void 0!==arguments[2]?arguments[2]:null;if(!Kl(t))throw Error(r(200));return function(e,t,n){var o=3<arguments.length&&void 0!==arguments[3]?arguments[3]:null;return{$$typeof:w,key:null==o?null:""+o,children:e,containerInfo:t,implementation:n}}(e,t,null,n)},t.createRoot=function(e,t){if(!Kl(e))throw Error(r(299));var n=!1,o="",a=Vl;return null!=t&&(!0===t.unstable_strictMode&&(n=!0),void 0!==t.identifierPrefix&&(o=t.identifierPrefix),void 0!==t.onRecoverableError&&(a=t.onRecoverableError)),t=Bl(e,1,!1,null,0,n,0,o,a),e[ba]=t.current,Zo(8===e.nodeType?e.parentNode:e),new Gl(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(r(188));throw e=Object.keys(e).join(","),Error(r(268,e))}return e=null===(e=We(t))?null:e.stateNode},t.flushSync=function(e){return ul(e)},t.hydrate=function(e,t,n){if(!Ql(t))throw Error(r(200));return Jl(null,e,t,!0,n)},t.hydrateRoot=function(e,t,n){if(!Kl(e))throw Error(r(405));var o=null!=n&&n.hydratedSources||null,a=!1,s="",i=Vl;if(null!=n&&(!0===n.unstable_strictMode&&(a=!0),void 0!==n.identifierPrefix&&(s=n.identifierPrefix),void 0!==n.onRecoverableError&&(i=n.onRecoverableError)),t=Ul(t,null,e,1,null!=n?n:null,a,0,s,i),e[ba]=t.current,Zo(e),o)for(e=0;e<o.length;e++)a=(a=(n=o[e])._getVersion)(n._source),null==t.mutableSourceEagerHydrationData?t.mutableSourceEagerHydrationData=[n,a]:t.mutableSourceEagerHydrationData.push(n,a);return new Yl(t)},t.render=function(e,t,n){if(!Ql(t))throw Error(r(200));return Jl(null,e,t,!1,n)},t.unmountComponentAtNode=function(e){if(!Ql(e))throw Error(r(40));return!!e._reactRootContainer&&(ul((function(){Jl(null,null,e,!1,(function(){e._reactRootContainer=null,e[ba]=null}))})),!0)},t.unstable_batchedUpdates=ll,t.unstable_renderSubtreeIntoContainer=function(e,t,n,o){if(!Ql(n))throw Error(r(200));if(null==e||void 0===e._reactInternals)throw Error(r(38));return Jl(e,t,n,!1,o)},t.version="18.3.0-next-8a015b68cc-20240425"},37634:(e,t,n)=>{"use strict";var o=n(31542);t.createRoot=o.createRoot,t.hydrateRoot=o.hydrateRoot},31542:(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(t){console.error(t)}}(),e.exports=n(43577)},54335:e=>{var t="undefined"!=typeof Element,n="function"==typeof Map,o="function"==typeof Set,a="function"==typeof ArrayBuffer&&!!ArrayBuffer.isView;function r(e,s){if(e===s)return!0;if(e&&s&&"object"==typeof e&&"object"==typeof s){if(e.constructor!==s.constructor)return!1;var i,c,l,u;if(Array.isArray(e)){if((i=e.length)!=s.length)return!1;for(c=i;0!=c--;)if(!r(e[c],s[c]))return!1;return!0}if(n&&e instanceof Map&&s instanceof Map){if(e.size!==s.size)return!1;for(u=e.entries();!(c=u.next()).done;)if(!s.has(c.value[0]))return!1;for(u=e.entries();!(c=u.next()).done;)if(!r(c.value[1],s.get(c.value[0])))return!1;return!0}if(o&&e instanceof Set&&s instanceof Set){if(e.size!==s.size)return!1;for(u=e.entries();!(c=u.next()).done;)if(!s.has(c.value[0]))return!1;return!0}if(a&&ArrayBuffer.isView(e)&&ArrayBuffer.isView(s)){if((i=e.length)!=s.length)return!1;for(c=i;0!=c--;)if(e[c]!==s[c])return!1;return!0}if(e.constructor===RegExp)return e.source===s.source&&e.flags===s.flags;if(e.valueOf!==Object.prototype.valueOf&&"function"==typeof e.valueOf&&"function"==typeof s.valueOf)return e.valueOf()===s.valueOf();if(e.toString!==Object.prototype.toString&&"function"==typeof e.toString&&"function"==typeof s.toString)return e.toString()===s.toString();if((i=(l=Object.keys(e)).length)!==Object.keys(s).length)return!1;for(c=i;0!=c--;)if(!Object.prototype.hasOwnProperty.call(s,l[c]))return!1;if(t&&e instanceof Element)return!1;for(c=i;0!=c--;)if(("_owner"!==l[c]&&"__v"!==l[c]&&"__o"!==l[c]||!e.$$typeof)&&!r(e[l[c]],s[l[c]]))return!1;return!0}return e!=e&&s!=s}e.exports=function(e,t){try{return r(e,t)}catch(n){if((n.message||"").match(/stack|recursion/i))return console.warn("react-fast-compare cannot handle circular refs"),!1;throw n}}},92883:(e,t,n)=>{"use strict";n.d(t,{B6:()=>W,ql:()=>J});var o=n(27378),a=n(23615),r=n.n(a),s=n(54335),i=n.n(s),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 o in n)Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e},p.apply(this,arguments)}function g(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,f(e,t)}function f(e,t){return f=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},f(e,t)}function b(e,t){if(null==e)return{};var n,o,a={},r=Object.keys(e);for(o=0;o<r.length;o++)t.indexOf(n=r[o])>=0||(a[n]=e[n]);return a}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 o=e[n];if(Object.prototype.hasOwnProperty.call(o,t))return o[t]}return null},O=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 o=k(e,"defaultTitle");return t||o||void 0},S=function(e){return k(e,"onChangeClientState")||function(){}},j=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)}),{})},P=function(e,t){return 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 o=Object.keys(n),a=0;a<o.length;a+=1){var r=o[a].toLowerCase();if(-1!==e.indexOf(r)&&n[r])return t.concat(n)}return t}),[])},E=function(e,t,n){var o={};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 a={};n.filter((function(e){for(var n,r=Object.keys(e),s=0;s<r.length;s+=1){var i=r[s],c=i.toLowerCase();-1===t.indexOf(c)||"rel"===n&&"canonical"===e[n].toLowerCase()||"rel"===c&&"stylesheet"===e[c].toLowerCase()||(n=c),-1===t.indexOf(i)||"innerHTML"!==i&&"cssText"!==i&&"itemprop"!==i||(n=i)}if(!n||!e[n])return!1;var l=e[n].toLowerCase();return o[n]||(o[n]={}),a[n]||(a[n]={}),!o[n][l]&&(a[n][l]=!0,!0)})).reverse().forEach((function(t){return e.push(t)}));for(var r=Object.keys(a),s=0;s<r.length;s+=1){var i=r[s],c=p({},o[i],a[i]);o[i]=c}return e}),[]).reverse()},C=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},T=function(e){return Array.isArray(e)?e.join(""):e},A=function(e,t){return Array.isArray(e)?e.reduce((function(e,n){return function(e,t){for(var n=Object.keys(e),o=0;o<n.length;o+=1)if(t[n[o]]&&t[n[o]].includes(e[n[o]]))return!0;return!1}(n,t)?e.priority.push(n):e.default.push(n),e}),{priority:[],default:[]}):{default:e}},D=function(e,t){var n;return p({},e,((n={})[t]=void 0,n))},N=[h.NOSCRIPT,h.SCRIPT,h.STYLE],L=function(e,t){return void 0===t&&(t=!0),!1===t?String(e):String(e).replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&#x27;")},M=function(e){return Object.keys(e).reduce((function(t,n){var o=void 0!==e[n]?n+'="'+e[n]+'"':""+n;return t?t+" "+o:o}),"")},I=function(e,t){return void 0===t&&(t={}),Object.keys(e).reduce((function(t,n){return t[x[n]||n]=e[n],t}),t)},R=function(e,t){return t.map((function(t,n){var a,r=((a={key:n})["data-rh"]=!0,a);return Object.keys(t).forEach((function(e){var n=x[e]||e;"innerHTML"===n||"cssText"===n?r.dangerouslySetInnerHTML={__html:t.innerHTML||t.cssText}:r[n]=t[e]})),o.createElement(e,r)}))},F=function(e,t,n){switch(e){case h.TITLE:return{toComponent:function(){return n=t.titleAttributes,(a={key:e=t.title})["data-rh"]=!0,r=I(n,a),[o.createElement(h.TITLE,r,e)];var e,n,a,r},toString:function(){return function(e,t,n,o){var a=M(n),r=T(t);return a?"<"+e+' data-rh="true" '+a+">"+L(r,o)+"</"+e+">":"<"+e+' data-rh="true">'+L(r,o)+"</"+e+">"}(e,t.title,t.titleAttributes,n)}};case"bodyAttributes":case"htmlAttributes":return{toComponent:function(){return I(t)},toString:function(){return M(t)}};default:return{toComponent:function(){return R(e,t)},toString:function(){return function(e,t,n){return t.reduce((function(t,o){var a=Object.keys(o).filter((function(e){return!("innerHTML"===e||"cssText"===e)})).reduce((function(e,t){var a=void 0===o[t]?t:t+'="'+L(o[t],n)+'"';return e?e+" "+a:a}),""),r=o.innerHTML||o.cssText||"",s=-1===N.indexOf(e);return t+"<"+e+' data-rh="true" '+a+(s?"/>":">"+r+"</"+e+">")}),"")}(e,t,n)}}}},z=function(e){var t=e.baseTag,n=e.bodyAttributes,o=e.encode,a=e.htmlAttributes,r=e.noscriptTags,s=e.styleTags,i=e.title,c=void 0===i?"":i,l=e.titleAttributes,u=e.linkTags,d=e.metaTags,p=e.scriptTags,g={toComponent:function(){},toString:function(){return""}};if(e.prioritizeSeoTags){var f=function(e){var t=e.linkTags,n=e.scriptTags,o=e.encode,a=A(e.metaTags,v),r=A(t,m),s=A(n,y);return{priorityMethods:{toComponent:function(){return[].concat(R(h.META,a.priority),R(h.LINK,r.priority),R(h.SCRIPT,s.priority))},toString:function(){return F(h.META,a.priority,o)+" "+F(h.LINK,r.priority,o)+" "+F(h.SCRIPT,s.priority,o)}},metaTags:a.default,linkTags:r.default,scriptTags:s.default}}(e);g=f.priorityMethods,u=f.linkTags,d=f.metaTags,p=f.scriptTags}return{priority:g,base:F(h.BASE,t,o),bodyAttributes:F("bodyAttributes",n,o),htmlAttributes:F("htmlAttributes",a,o),link:F(h.LINK,u,o),meta:F(h.META,d,o),noscript:F(h.NOSCRIPT,r,o),script:F(h.SCRIPT,p,o),style:F(h.STYLE,s,o),title:F(h.TITLE,{title:c,titleAttributes:l},o)}},B=[],$=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?B:n.instances},add:function(e){(n.canUseDOM?B:n.instances).push(e)},remove:function(e){var t=(n.canUseDOM?B:n.instances).indexOf(e);(n.canUseDOM?B:n.instances).splice(t,1)}}},this.context=e,this.canUseDOM=t,t||(e.helmet=z({baseTag:[],bodyAttributes:{},encodeSpecialCharacters:!0,htmlAttributes:{},linkTags:[],metaTags:[],noscriptTags:[],scriptTags:[],styleTags:[],title:"",titleAttributes:{}}))},U=o.createContext({}),Z=r().shape({setHelmet:r().func,helmetInstances:r().shape({get:r().func,add:r().func,remove:r().func})}),H="undefined"!=typeof document,W=function(e){function t(n){var o;return(o=e.call(this,n)||this).helmetData=new $(o.props.context,t.canUseDOM),o}return g(t,e),t.prototype.render=function(){return o.createElement(U.Provider,{value:this.helmetData.value},this.props.children)},t}(o.Component);W.canUseDOM=H,W.propTypes={context:r().shape({helmet:r().shape()}),children:r().node.isRequired},W.defaultProps={context:{}},W.displayName="HelmetProvider";var q=function(e,t){var n,o=document.head||document.querySelector(h.HEAD),a=o.querySelectorAll(e+"[data-rh]"),r=[].slice.call(a),s=[];return t&&t.length&&t.forEach((function(t){var o=document.createElement(e);for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&("innerHTML"===a?o.innerHTML=t.innerHTML:"cssText"===a?o.styleSheet?o.styleSheet.cssText=t.cssText:o.appendChild(document.createTextNode(t.cssText)):o.setAttribute(a,void 0===t[a]?"":t[a]));o.setAttribute("data-rh","true"),r.some((function(e,t){return n=t,o.isEqualNode(e)}))?r.splice(n,1):s.push(o)})),r.forEach((function(e){return e.parentNode.removeChild(e)})),s.forEach((function(e){return o.appendChild(e)})),{oldTags:r,newTags:s}},V=function(e,t){var n=document.getElementsByTagName(e)[0];if(n){for(var o=n.getAttribute("data-rh"),a=o?o.split(","):[],r=[].concat(a),s=Object.keys(t),i=0;i<s.length;i+=1){var c=s[i],l=t[c]||"";n.getAttribute(c)!==l&&n.setAttribute(c,l),-1===a.indexOf(c)&&a.push(c);var u=r.indexOf(c);-1!==u&&r.splice(u,1)}for(var d=r.length-1;d>=0;d-=1)n.removeAttribute(r[d]);a.length===r.length?n.removeAttribute("data-rh"):n.getAttribute("data-rh")!==s.join(",")&&n.setAttribute("data-rh",s.join(","))}},G=function(e,t){var n=e.baseTag,o=e.htmlAttributes,a=e.linkTags,r=e.metaTags,s=e.noscriptTags,i=e.onChangeClientState,c=e.scriptTags,l=e.styleTags,u=e.title,d=e.titleAttributes;V(h.BODY,e.bodyAttributes),V(h.HTML,o),function(e,t){void 0!==e&&document.title!==e&&(document.title=T(e)),V(h.TITLE,t)}(u,d);var p={baseTag:q(h.BASE,n),linkTags:q(h.LINK,a),metaTags:q(h.META,r),noscriptTags:q(h.NOSCRIPT,s),scriptTags:q(h.SCRIPT,c),styleTags:q(h.STYLE,l)},g={},f={};Object.keys(p).forEach((function(e){var t=p[e],n=t.newTags,o=t.oldTags;n.length&&(g[e]=n),o.length&&(f[e]=p[e].oldTags)})),t&&t(),i(e,g,f)},Y=null,K=function(e){function t(){for(var t,n=arguments.length,o=new Array(n),a=0;a<n;a++)o[a]=arguments[a];return(t=e.call.apply(e,[this].concat(o))||this).rendered=!1,t}g(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,o=n.setHelmet,a=null,r=(e=n.helmetInstances.get().map((function(e){var t=p({},e.props);return delete t.context,t})),{baseTag:P(["href"],e),bodyAttributes:j("bodyAttributes",e),defer:k(e,"defer"),encode:k(e,"encodeSpecialCharacters"),htmlAttributes:j("htmlAttributes",e),linkTags:E(h.LINK,["rel","href"],e),metaTags:E(h.META,["name","charset","http-equiv","property","itemprop"],e),noscriptTags:E(h.NOSCRIPT,["innerHTML"],e),onChangeClientState:S(e),scriptTags:E(h.SCRIPT,["src","innerHTML"],e),styleTags:E(h.STYLE,["cssText"],e),title:O(e),titleAttributes:j("titleAttributes",e),prioritizeSeoTags:C(e,"prioritizeSeoTags")});W.canUseDOM?(t=r,Y&&cancelAnimationFrame(Y),t.defer?Y=requestAnimationFrame((function(){G(t,(function(){Y=null}))})):(G(t),Y=null)):z&&(a=z(r)),o(a)},n.init=function(){this.rendered||(this.rendered=!0,this.props.context.helmetInstances.add(this),this.emitChange())},n.render=function(){return this.init(),null},t}(o.Component);K.propTypes={context:Z.isRequired},K.displayName="HelmetDispatcher";var Q=["children"],X=["children"],J=function(e){function t(){return e.apply(this,arguments)||this}g(t,e);var n=t.prototype;return n.shouldComponentUpdate=function(e){return!i()(D(this.props,"helmetData"),D(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 new 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,o=e.arrayTypeChildren;return p({},o,((t={})[n.type]=[].concat(o[n.type]||[],[p({},e.newChildProps,this.mapNestedChildrenToProps(n,e.nestedChildren))]),t))},n.mapObjectTypeChildren=function(e){var t,n,o=e.child,a=e.newProps,r=e.newChildProps,s=e.nestedChildren;switch(o.type){case h.TITLE:return p({},a,((t={})[o.type]=s,t.titleAttributes=p({},r),t));case h.BODY:return p({},a,{bodyAttributes:p({},r)});case h.HTML:return p({},a,{htmlAttributes:p({},r)});default:return p({},a,((n={})[o.type]=p({},r),n))}},n.mapArrayTypeChildrenToProps=function(e,t){var n=p({},t);return Object.keys(e).forEach((function(t){var o;n=p({},n,((o={})[t]=e[t],o))})),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,a={};return o.Children.forEach(e,(function(e){if(e&&e.props){var o=e.props,r=o.children,s=b(o,Q),i=Object.keys(s).reduce((function(e,t){return e[w[t]||t]=s[t],e}),{}),c=e.type;switch("symbol"==typeof c?c=c.toString():n.warnOnInvalidChildren(e,r),c){case h.FRAGMENT:t=n.mapChildrenToProps(r,t);break;case h.LINK:case h.META:case h.NOSCRIPT:case h.SCRIPT:case h.STYLE:a=n.flattenArrayTypeChildren({child:e,arrayTypeChildren:a,newChildProps:i,nestedChildren:r});break;default:t=n.mapObjectTypeChildren({child:e,newProps:t,newChildProps:i,nestedChildren:r})}}})),this.mapArrayTypeChildrenToProps(a,t)},n.render=function(){var e=this.props,t=e.children,n=b(e,X),a=p({},n),r=n.helmetData;return t&&(a=this.mapChildrenToProps(t,a)),!r||r instanceof $||(r=new $(r.context,r.instances)),r?o.createElement(K,p({},a,{context:r.value,helmetData:void 0})):o.createElement(U.Consumer,null,(function(e){return o.createElement(K,p({},a,{context:e}))}))},t}(o.Component);J.propTypes={base:r().object,bodyAttributes:r().object,children:r().oneOfType([r().arrayOf(r().node),r().node]),defaultTitle:r().string,defer:r().bool,encodeSpecialCharacters:r().bool,htmlAttributes:r().object,link:r().arrayOf(r().object),meta:r().arrayOf(r().object),noscript:r().arrayOf(r().object),onChangeClientState:r().func,script:r().arrayOf(r().object),style:r().arrayOf(r().object),title:r().string,titleAttributes:r().object,titleTemplate:r().string,prioritizeSeoTags:r().bool,helmetData:r().object},J.defaultProps={defer:!0,encodeSpecialCharacters:!0,prioritizeSeoTags:!1},J.displayName="Helmet"},51237:(e,t,n)=>{"use strict";function o(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}function a(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function s(){return s=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e},s.apply(this,arguments)}var i=n(27378),c=[],l=[];var u=i.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(o){var a=d(e[o]);a.loading?t.loading=!0:(t.loaded[o]=a.loaded,t.error=a.error),n.push(a.promise),a.promise.then((function(e){t.loaded[o]=e})).catch((function(e){t.error=e}))}))}catch(o){t.error=o}return t.promise=Promise.all(n).then((function(e){return t.loading=!1,e})).catch((function(e){throw t.loading=!1,e})),t}function g(e,t){return i.createElement((n=e)&&n.__esModule?n.default:n,t);var n}function f(e,t){var d,p;if(!t.loading)throw new Error("react-loadable requires a `loading` component");var f=s({loader:null,loading:null,delay:200,timeout:null,render:g,webpack:null,modules:null},t),b=null;function h(){return b||(b=e(f.loader)),b.promise}return c.push(h),"function"==typeof f.webpack&&l.push((function(){if((0,f.webpack)().every((function(e){return void 0!==e&&void 0!==n.m[e]})))return h()})),p=d=function(t){function n(n){var o;return r(a(a(o=t.call(this,n)||this)),"retry",(function(){o.setState({error:null,loading:!0,timedOut:!1}),b=e(f.loader),o._loadModule()})),h(),o.state={error:b.error,pastDelay:!1,timedOut:!1,loading:b.loading,loaded:b.loaded},o}o(n,t),n.preload=function(){return h()};var s=n.prototype;return s.UNSAFE_componentWillMount=function(){this._loadModule()},s.componentDidMount=function(){this._mounted=!0},s._loadModule=function(){var e=this;if(this.context&&Array.isArray(f.modules)&&f.modules.forEach((function(t){e.context.report(t)})),b.loading){var t=function(t){e._mounted&&e.setState(t)};"number"==typeof f.delay&&(0===f.delay?this.setState({pastDelay:!0}):this._delay=setTimeout((function(){t({pastDelay:!0})}),f.delay)),"number"==typeof f.timeout&&(this._timeout=setTimeout((function(){t({timedOut:!0})}),f.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}))}},s.componentWillUnmount=function(){this._mounted=!1,this._clearTimeouts()},s._clearTimeouts=function(){clearTimeout(this._delay),clearTimeout(this._timeout)},s.render=function(){return this.state.loading||this.state.error?i.createElement(f.loading,{isLoading:this.state.loading,pastDelay:this.state.pastDelay,timedOut:this.state.timedOut,error:this.state.error,retry:this.retry}):this.state.loaded?f.render(this.state.loaded,this.props):null},n}(i.Component),r(d,"contextType",u),p}function b(e){return f(d,e)}b.Map=function(e){if("function"!=typeof e.render)throw new Error("LoadableMap requires a `render(loaded, props)` function");return f(p,e)};var h=function(e){function t(){return e.apply(this,arguments)||this}return o(t,e),t.prototype.render=function(){return i.createElement(u.Provider,{value:{report:this.props.report}},i.Children.only(this.props.children))},t}(i.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:(e,t,n)=>{"use strict";n.d(t,{H:()=>i,f:()=>s});var o=n(3620),a=n(25773),r=n(27378);function s(e,t,n){return void 0===n&&(n=[]),e.some((function(e){var a=e.path?(0,o.LX)(t,e):n.length?n[n.length-1].match:o.F0.computeRootMatch(t);return a&&(n.push({route:e,match:a}),e.routes&&s(e.routes,t,n)),a})),n}function i(e,t,n){return void 0===t&&(t={}),void 0===n&&(n={}),e?r.createElement(o.rs,n,e.map((function(e,n){return r.createElement(o.AW,{key:e.key||n,path:e.path,exact:e.exact,strict:e.strict,render:function(n){return e.render?e.render((0,a.Z)({},n,{},t,{route:e})):r.createElement(e.component,(0,a.Z)({},n,t,{route:e}))}})}))):null}},4289:(e,t,n)=>{"use strict";n.d(t,{OL:()=>_,UT:()=>d,VK:()=>u,rU:()=>m});var o=n(3620),a=n(40351),r=n(27378),s=n(15036),i=n(25773),c=n(30808),l=n(92215),u=function(e){function t(){for(var t,n=arguments.length,o=new Array(n),a=0;a<n;a++)o[a]=arguments[a];return(t=e.call.apply(e,[this].concat(o))||this).history=(0,s.lX)(t.props),t}return(0,a.Z)(t,e),t.prototype.render=function(){return r.createElement(o.F0,{history:this.history,children:this.props.children})},t}(r.Component);var d=function(e){function t(){for(var t,n=arguments.length,o=new Array(n),a=0;a<n;a++)o[a]=arguments[a];return(t=e.call.apply(e,[this].concat(o))||this).history=(0,s.q_)(t.props),t}return(0,a.Z)(t,e),t.prototype.render=function(){return r.createElement(o.F0,{history:this.history,children:this.props.children})},t}(r.Component);var p=function(e,t){return"function"==typeof e?e(t):e},g=function(e,t){return"string"==typeof e?(0,s.ob)(e,null,null,t):e},f=function(e){return e},b=r.forwardRef;void 0===b&&(b=f);var h=b((function(e,t){var n=e.innerRef,o=e.navigate,a=e.onClick,s=(0,c.Z)(e,["innerRef","navigate","onClick"]),l=s.target,u=(0,i.Z)({},s,{onClick:function(e){try{a&&a(e)}catch(t){throw e.preventDefault(),t}e.defaultPrevented||0!==e.button||l&&"_self"!==l||function(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}(e)||(e.preventDefault(),o())}});return u.ref=f!==b&&t||n,r.createElement("a",u)}));var m=b((function(e,t){var n=e.component,a=void 0===n?h:n,u=e.replace,d=e.to,m=e.innerRef,y=(0,c.Z)(e,["component","replace","to","innerRef"]);return r.createElement(o.s6.Consumer,null,(function(e){e||(0,l.Z)(!1);var n=e.history,o=g(p(d,e.location),e.location),c=o?n.createHref(o):"",h=(0,i.Z)({},y,{href:c,navigate:function(){var t=p(d,e.location),o=(0,s.Ep)(e.location)===(0,s.Ep)(g(t));(u||o?n.replace:n.push)(t)}});return f!==b?h.ref=t||m:h.innerRef=m,r.createElement(a,h)}))})),y=function(e){return e},v=r.forwardRef;void 0===v&&(v=y);var _=v((function(e,t){var n=e["aria-current"],a=void 0===n?"page":n,s=e.activeClassName,u=void 0===s?"active":s,d=e.activeStyle,f=e.className,b=e.exact,h=e.isActive,_=e.location,x=e.sensitive,w=e.strict,k=e.style,O=e.to,S=e.innerRef,j=(0,c.Z)(e,["aria-current","activeClassName","activeStyle","className","exact","isActive","location","sensitive","strict","style","to","innerRef"]);return r.createElement(o.s6.Consumer,null,(function(e){e||(0,l.Z)(!1);var n=_||e.location,s=g(p(O,n),n),c=s.pathname,P=c&&c.replace(/([.+*?=^!:${}()[\]|/\\])/g,"\\$1"),E=P?(0,o.LX)(n.pathname,{path:P,exact:b,sensitive:x,strict:w}):null,C=!!(h?h(E,n):E),T="function"==typeof f?f(C):f,A="function"==typeof k?k(C):k;C&&(T=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return t.filter((function(e){return e})).join(" ")}(T,u),A=(0,i.Z)({},A,d));var D=(0,i.Z)({"aria-current":C&&a||null,className:T,style:A,to:s},j);return y!==v?D.ref=t||S:D.innerRef=S,r.createElement(m,D)}))}))},3620:(e,t,n)=>{"use strict";n.d(t,{AW:()=>O,F0:()=>v,LX:()=>k,TH:()=>N,k6:()=>D,rs:()=>T,s6:()=>y});var o=n(40351),a=n(27378),r=n(23615),s=n.n(r),i=n(15036),c=n(92215),l=n(25773),u=n(54039),d=n.n(u),p=(n(58262),n(30808)),g=(n(55839),1073741823),f="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==n.g?n.g:{};var b=a.createContext||function(e,t){var n,r,i="__create-react-context-"+function(){var e="__global_unique_id__";return f[e]=(f[e]||0)+1}()+"__",c=function(e){function n(){for(var t,n,o,a=arguments.length,r=new Array(a),s=0;s<a;s++)r[s]=arguments[s];return(t=e.call.apply(e,[this].concat(r))||this).emitter=(n=t.props.value,o=[],{on:function(e){o.push(e)},off:function(e){o=o.filter((function(t){return t!==e}))},get:function(){return n},set:function(e,t){n=e,o.forEach((function(e){return e(n,t)}))}}),t}(0,o.Z)(n,e);var a=n.prototype;return a.getChildContext=function(){var e;return(e={})[i]=this.emitter,e},a.componentWillReceiveProps=function(e){if(this.props.value!==e.value){var n,o=this.props.value,a=e.value;((r=o)===(s=a)?0!==r||1/r==1/s:r!=r&&s!=s)?n=0:(n="function"==typeof t?t(o,a):g,0!==(n|=0)&&this.emitter.set(e.value,n))}var r,s},a.render=function(){return this.props.children},n}(a.Component);c.childContextTypes=((n={})[i]=s().object.isRequired,n);var l=function(t){function n(){for(var e,n=arguments.length,o=new Array(n),a=0;a<n;a++)o[a]=arguments[a];return(e=t.call.apply(t,[this].concat(o))||this).observedBits=void 0,e.state={value:e.getValue()},e.onUpdate=function(t,n){0!=((0|e.observedBits)&n)&&e.setState({value:e.getValue()})},e}(0,o.Z)(n,t);var a=n.prototype;return a.componentWillReceiveProps=function(e){var t=e.observedBits;this.observedBits=null==t?g:t},a.componentDidMount=function(){this.context[i]&&this.context[i].on(this.onUpdate);var e=this.props.observedBits;this.observedBits=null==e?g:e},a.componentWillUnmount=function(){this.context[i]&&this.context[i].off(this.onUpdate)},a.getValue=function(){return this.context[i]?this.context[i].get():e},a.render=function(){return(e=this.props.children,Array.isArray(e)?e[0]:e)(this.state.value);var e},n}(a.Component);return l.contextTypes=((r={})[i]=s().object,r),{Provider:c,Consumer:l}},h=function(e){var t=b();return t.displayName=e,t},m=h("Router-History"),y=h("Router"),v=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,o.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 a.createElement(y.Provider,{value:{history:this.props.history,location:this.state.location,match:t.computeRootMatch(this.state.location.pathname),staticContext:this.props.staticContext}},a.createElement(m.Provider,{children:this.props.children||null,value:this.props.history}))},t}(a.Component);a.Component;a.Component;var _={},x=1e4,w=0;function k(e,t){void 0===t&&(t={}),("string"==typeof t||Array.isArray(t))&&(t={path:t});var n=t,o=n.path,a=n.exact,r=void 0!==a&&a,s=n.strict,i=void 0!==s&&s,c=n.sensitive,l=void 0!==c&&c;return[].concat(o).reduce((function(t,n){if(!n&&""!==n)return null;if(t)return t;var o=function(e,t){var n=""+t.end+t.strict+t.sensitive,o=_[n]||(_[n]={});if(o[e])return o[e];var a=[],r={regexp:d()(e,a,t),keys:a};return w<x&&(o[e]=r,w++),r}(n,{end:r,strict:i,sensitive:l}),a=o.regexp,s=o.keys,c=a.exec(e);if(!c)return null;var u=c[0],p=c.slice(1),g=e===u;return r&&!g?null:{path:n,url:"/"===n&&""===u?"/":u,isExact:g,params:s.reduce((function(e,t,n){return e[t.name]=p[n],e}),{})}}),null)}var O=function(e){function t(){return e.apply(this,arguments)||this}return(0,o.Z)(t,e),t.prototype.render=function(){var e=this;return a.createElement(y.Consumer,null,(function(t){t||(0,c.Z)(!1);var n=e.props.location||t.location,o=e.props.computedMatch?e.props.computedMatch:e.props.path?k(n.pathname,e.props):t.match,r=(0,l.Z)({},t,{location:n,match:o}),s=e.props,i=s.children,u=s.component,d=s.render;return Array.isArray(i)&&function(e){return 0===a.Children.count(e)}(i)&&(i=null),a.createElement(y.Provider,{value:r},r.match?i?"function"==typeof i?i(r):i:u?a.createElement(u,r):d?d(r):null:"function"==typeof i?i(r):null)}))},t}(a.Component);function S(e){return"/"===e.charAt(0)?e:"/"+e}function j(e,t){if(!e)return t;var n=S(e);return 0!==t.pathname.indexOf(n)?t:(0,l.Z)({},t,{pathname:t.pathname.substr(n.length)})}function P(e){return"string"==typeof e?e:(0,i.Ep)(e)}function E(e){return function(){(0,c.Z)(!1)}}function C(){}a.Component;var T=function(e){function t(){return e.apply(this,arguments)||this}return(0,o.Z)(t,e),t.prototype.render=function(){var e=this;return a.createElement(y.Consumer,null,(function(t){t||(0,c.Z)(!1);var n,o,r=e.props.location||t.location;return a.Children.forEach(e.props.children,(function(e){if(null==o&&a.isValidElement(e)){n=e;var s=e.props.path||e.props.from;o=s?k(r.pathname,(0,l.Z)({},e.props,{path:s})):t.match}})),o?a.cloneElement(n,{location:r,computedMatch:o}):null}))},t}(a.Component);var A=a.useContext;function D(){return A(m)}function N(){return A(y).location}},54039:(e,t,n)=>{var o=n(55182);e.exports=g,e.exports.parse=r,e.exports.compile=function(e,t){return i(r(e,t),t)},e.exports.tokensToFunction=i,e.exports.tokensToRegExp=p;var a=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");function r(e,t){for(var n,o=[],r=0,s=0,i="",u=t&&t.delimiter||"/";null!=(n=a.exec(e));){var d=n[0],p=n[1],g=n.index;if(i+=e.slice(s,g),s=g+d.length,p)i+=p[1];else{var f=e[s],b=n[2],h=n[3],m=n[4],y=n[5],v=n[6],_=n[7];i&&(o.push(i),i="");var x=null!=b&&null!=f&&f!==b,w="+"===v||"*"===v,k="?"===v||"*"===v,O=n[2]||u,S=m||y;o.push({name:h||r++,prefix:b||"",delimiter:O,optional:k,repeat:w,partial:x,asterisk:!!_,pattern:S?l(S):_?".*":"[^"+c(O)+"]+?"})}}return s<e.length&&(i+=e.substr(s)),i&&o.push(i),o}function s(e){return encodeURI(e).replace(/[\/?#]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()}))}function i(e,t){for(var n=new Array(e.length),a=0;a<e.length;a++)"object"==typeof e[a]&&(n[a]=new RegExp("^(?:"+e[a].pattern+")$",d(t)));return function(t,a){for(var r="",i=t||{},c=(a||{}).pretty?s:encodeURIComponent,l=0;l<e.length;l++){var u=e[l];if("string"!=typeof u){var d,p=i[u.name];if(null==p){if(u.optional){u.partial&&(r+=u.prefix);continue}throw new TypeError('Expected "'+u.name+'" to be defined')}if(o(p)){if(!u.repeat)throw new TypeError('Expected "'+u.name+'" to not repeat, but received `'+JSON.stringify(p)+"`");if(0===p.length){if(u.optional)continue;throw new TypeError('Expected "'+u.name+'" to not be empty')}for(var g=0;g<p.length;g++){if(d=c(p[g]),!n[l].test(d))throw new TypeError('Expected all "'+u.name+'" to match "'+u.pattern+'", but received `'+JSON.stringify(d)+"`");r+=(0===g?u.prefix:u.delimiter)+d}}else{if(d=u.asterisk?encodeURI(p).replace(/[?#]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()})):c(p),!n[l].test(d))throw new TypeError('Expected "'+u.name+'" to match "'+u.pattern+'", but received "'+d+'"');r+=u.prefix+d}}else r+=u}return r}}function c(e){return e.replace(/([.+*?=^!:${}()[\]|\/\\])/g,"\\$1")}function l(e){return e.replace(/([=!:$\/()])/g,"\\$1")}function u(e,t){return e.keys=t,e}function d(e){return e&&e.sensitive?"":"i"}function p(e,t,n){o(t)||(n=t||n,t=[]);for(var a=(n=n||{}).strict,r=!1!==n.end,s="",i=0;i<e.length;i++){var l=e[i];if("string"==typeof l)s+=c(l);else{var p=c(l.prefix),g="(?:"+l.pattern+")";t.push(l),l.repeat&&(g+="(?:"+p+g+")*"),s+=g=l.optional?l.partial?p+"("+g+")?":"(?:"+p+"("+g+"))?":p+"("+g+")"}}var f=c(n.delimiter||"/"),b=s.slice(-f.length)===f;return a||(s=(b?s.slice(0,-f.length):s)+"(?:"+f+"(?=$))?"),s+=r?"$":a&&b?"":"(?="+f+"|$)",u(new RegExp("^"+s,d(n)),t)}function g(e,t,n){return o(t)||(n=t||n,t=[]),n=n||{},e instanceof RegExp?function(e,t){var n=e.source.match(/\((?!\?)/g);if(n)for(var o=0;o<n.length;o++)t.push({name:o,prefix:null,delimiter:null,optional:!1,repeat:!1,partial:!1,asterisk:!1,pattern:null});return u(e,t)}(e,t):o(e)?function(e,t,n){for(var o=[],a=0;a<e.length;a++)o.push(g(e[a],t,n).source);return u(new RegExp("(?:"+o.join("|")+")",d(n)),t)}(e,t,n):function(e,t,n){return p(r(e,n),t,n)}(e,t,n)}},18395:(e,t)=>{"use strict";var n="function"==typeof Symbol&&Symbol.for,o=n?Symbol.for("react.element"):60103,a=n?Symbol.for("react.portal"):60106,r=n?Symbol.for("react.fragment"):60107,s=n?Symbol.for("react.strict_mode"):60108,i=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,g=n?Symbol.for("react.suspense"):60113,f=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 o:switch(e=e.type){case u:case d:case r:case i:case s:case g:return e;default:switch(e=e&&e.$$typeof){case l:case p:case h:case b:case c:return e;default:return t}}case a:return t}}}function w(e){return x(e)===d}},58262:(e,t,n)=>{"use strict";n(18395)},71426:(e,t,n)=>{"use strict";var o=n(27378),a=Symbol.for("react.element"),r=Symbol.for("react.fragment"),s=Object.prototype.hasOwnProperty,i=o.__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 o,r={},l=null,u=null;for(o in void 0!==n&&(l=""+n),void 0!==t.key&&(l=""+t.key),void 0!==t.ref&&(u=t.ref),t)s.call(t,o)&&!c.hasOwnProperty(o)&&(r[o]=t[o]);if(e&&e.defaultProps)for(o in t=e.defaultProps)void 0===r[o]&&(r[o]=t[o]);return{$$typeof:a,type:e,key:l,ref:u,props:r,_owner:i.current}}t.Fragment=r,t.jsx=l,t.jsxs=l},41535:(e,t)=>{"use strict";var n=Symbol.for("react.element"),o=Symbol.for("react.portal"),a=Symbol.for("react.fragment"),r=Symbol.for("react.strict_mode"),s=Symbol.for("react.profiler"),i=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"),g=Symbol.iterator;var f={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||f}function y(){}function v(e,t,n){this.props=e,this.context=t,this.refs=h,this.updater=n||f}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},O={key:!0,ref:!0,__self:!0,__source:!0};function S(e,t,o){var a,r={},s=null,i=null;if(null!=t)for(a in void 0!==t.ref&&(i=t.ref),void 0!==t.key&&(s=""+t.key),t)w.call(t,a)&&!O.hasOwnProperty(a)&&(r[a]=t[a]);var c=arguments.length-2;if(1===c)r.children=o;else if(1<c){for(var l=Array(c),u=0;u<c;u++)l[u]=arguments[u+2];r.children=l}if(e&&e.defaultProps)for(a in c=e.defaultProps)void 0===r[a]&&(r[a]=c[a]);return{$$typeof:n,type:e,key:s,ref:i,props:r,_owner:k.current}}function j(e){return"object"==typeof e&&null!==e&&e.$$typeof===n}var P=/\/+/g;function E(e,t){return"object"==typeof e&&null!==e&&null!=e.key?function(e){var t={"=":"=0",":":"=2"};return"$"+e.replace(/[=:]/g,(function(e){return t[e]}))}(""+e.key):t.toString(36)}function C(e,t,a,r,s){var i=typeof e;"undefined"!==i&&"boolean"!==i||(e=null);var c=!1;if(null===e)c=!0;else switch(i){case"string":case"number":c=!0;break;case"object":switch(e.$$typeof){case n:case o:c=!0}}if(c)return s=s(c=e),e=""===r?"."+E(c,0):r,x(s)?(a="",null!=e&&(a=e.replace(P,"$&/")+"/"),C(s,t,a,"",(function(e){return e}))):null!=s&&(j(s)&&(s=function(e,t){return{$$typeof:n,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}(s,a+(!s.key||c&&c.key===s.key?"":(""+s.key).replace(P,"$&/")+"/")+e)),t.push(s)),1;if(c=0,r=""===r?".":r+":",x(e))for(var l=0;l<e.length;l++){var u=r+E(i=e[l],l);c+=C(i,t,a,u,s)}else if(u=function(e){return null===e||"object"!=typeof e?null:"function"==typeof(e=g&&e[g]||e["@@iterator"])?e:null}(e),"function"==typeof u)for(e=u.call(e),l=0;!(i=e.next()).done;)c+=C(i=i.value,t,a,u=r+E(i,l++),s);else if("object"===i)throw t=String(e),Error("Objects are not valid as a React child (found: "+("[object Object]"===t?"object with keys {"+Object.keys(e).join(", ")+"}":t)+"). If you meant to render a collection of children, use an array instead.");return c}function T(e,t,n){if(null==e)return e;var o=[],a=0;return C(e,o,"","",(function(e){return t.call(n,e,a++)})),o}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 D={current:null},N={transition:null},L={ReactCurrentDispatcher:D,ReactCurrentBatchConfig:N,ReactCurrentOwner:k};t.Children={map:T,forEach:function(e,t,n){T(e,(function(){t.apply(this,arguments)}),n)},count:function(e){var t=0;return T(e,(function(){t++})),t},toArray:function(e){return T(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=a,t.Profiler=s,t.PureComponent=v,t.StrictMode=r,t.Suspense=u,t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=L,t.cloneElement=function(e,t,o){if(null==e)throw Error("React.cloneElement(...): The argument must be a React element, but you passed "+e+".");var a=b({},e.props),r=e.key,s=e.ref,i=e._owner;if(null!=t){if(void 0!==t.ref&&(s=t.ref,i=k.current),void 0!==t.key&&(r=""+t.key),e.type&&e.type.defaultProps)var c=e.type.defaultProps;for(l in t)w.call(t,l)&&!O.hasOwnProperty(l)&&(a[l]=void 0===t[l]&&void 0!==c?c[l]:t[l])}var l=arguments.length-2;if(1===l)a.children=o;else if(1<l){c=Array(l);for(var u=0;u<l;u++)c[u]=arguments[u+2];a.children=c}return{$$typeof:n,type:e.type,key:r,ref:s,props:a,_owner:i}},t.createContext=function(e){return(e={$$typeof:c,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null,_defaultValue:null,_globalName:null}).Provider={$$typeof:i,_context:e},e.Consumer=e},t.createElement=S,t.createFactory=function(e){var t=S.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=N.transition;N.transition={};try{e()}finally{N.transition=t}},t.unstable_act=function(){throw Error("act(...) is not supported in production builds of React.")},t.useCallback=function(e,t){return D.current.useCallback(e,t)},t.useContext=function(e){return D.current.useContext(e)},t.useDebugValue=function(){},t.useDeferredValue=function(e){return D.current.useDeferredValue(e)},t.useEffect=function(e,t){return D.current.useEffect(e,t)},t.useId=function(){return D.current.useId()},t.useImperativeHandle=function(e,t,n){return D.current.useImperativeHandle(e,t,n)},t.useInsertionEffect=function(e,t){return D.current.useInsertionEffect(e,t)},t.useLayoutEffect=function(e,t){return D.current.useLayoutEffect(e,t)},t.useMemo=function(e,t){return D.current.useMemo(e,t)},t.useReducer=function(e,t,n){return D.current.useReducer(e,t,n)},t.useRef=function(e){return D.current.useRef(e)},t.useState=function(e){return D.current.useState(e)},t.useSyncExternalStore=function(e,t,n){return D.current.useSyncExternalStore(e,t,n)},t.useTransition=function(){return D.current.useTransition()},t.version="18.3.0"},27378:(e,t,n)=>{"use strict";e.exports=n(41535)},24246:(e,t,n)=>{"use strict";e.exports=n(71426)},73323:(e,t)=>{"use strict";function n(e,t){var n=e.length;e.push(t);e:for(;0<n;){var o=n-1>>>1,a=e[o];if(!(0<r(a,t)))break e;e[o]=t,e[n]=a,n=o}}function o(e){return 0===e.length?null:e[0]}function a(e){if(0===e.length)return null;var t=e[0],n=e.pop();if(n!==t){e[0]=n;e:for(var o=0,a=e.length,s=a>>>1;o<s;){var i=2*(o+1)-1,c=e[i],l=i+1,u=e[l];if(0>r(c,n))l<a&&0>r(u,c)?(e[o]=u,e[l]=n,o=l):(e[o]=c,e[i]=n,o=i);else{if(!(l<a&&0>r(u,n)))break e;e[o]=u,e[l]=n,o=l}}}return t}function r(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 s=performance;t.unstable_now=function(){return s.now()}}else{var i=Date,c=i.now();t.unstable_now=function(){return i.now()-c}}var l=[],u=[],d=1,p=null,g=3,f=!1,b=!1,h=!1,m="function"==typeof setTimeout?setTimeout:null,y="function"==typeof clearTimeout?clearTimeout:null,v="undefined"!=typeof setImmediate?setImmediate:null;function _(e){for(var t=o(u);null!==t;){if(null===t.callback)a(u);else{if(!(t.startTime<=e))break;a(u),t.sortIndex=t.expirationTime,n(l,t)}t=o(u)}}function x(e){if(h=!1,_(e),!b)if(null!==o(l))b=!0,N(w);else{var t=o(u);null!==t&&L(x,t.startTime-e)}}function w(e,n){b=!1,h&&(h=!1,y(j),j=-1),f=!0;var r=g;try{for(_(n),p=o(l);null!==p&&(!(p.expirationTime>n)||e&&!C());){var s=p.callback;if("function"==typeof s){p.callback=null,g=p.priorityLevel;var i=s(p.expirationTime<=n);n=t.unstable_now(),"function"==typeof i?p.callback=i:p===o(l)&&a(l),_(n)}else a(l);p=o(l)}if(null!==p)var c=!0;else{var d=o(u);null!==d&&L(x,d.startTime-n),c=!1}return c}finally{p=null,g=r,f=!1}}"undefined"!=typeof navigator&&void 0!==navigator.scheduling&&void 0!==navigator.scheduling.isInputPending&&navigator.scheduling.isInputPending.bind(navigator.scheduling);var k,O=!1,S=null,j=-1,P=5,E=-1;function C(){return!(t.unstable_now()-E<P)}function T(){if(null!==S){var e=t.unstable_now();E=e;var n=!0;try{n=S(!0,e)}finally{n?k():(O=!1,S=null)}}else O=!1}if("function"==typeof v)k=function(){v(T)};else if("undefined"!=typeof MessageChannel){var A=new MessageChannel,D=A.port2;A.port1.onmessage=T,k=function(){D.postMessage(null)}}else k=function(){m(T,0)};function N(e){S=e,O||(O=!0,k())}function L(e,n){j=m((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(){b||f||(b=!0,N(w))},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"):P=0<e?Math.floor(1e3/e):5},t.unstable_getCurrentPriorityLevel=function(){return g},t.unstable_getFirstCallbackNode=function(){return o(l)},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,a,r){var s=t.unstable_now();switch("object"==typeof r&&null!==r?r="number"==typeof(r=r.delay)&&0<r?s+r:s:r=s,e){case 1:var i=-1;break;case 2:i=250;break;case 5:i=1073741823;break;case 4:i=1e4;break;default:i=5e3}return e={id:d++,callback:a,priorityLevel:e,startTime:r,expirationTime:i=r+i,sortIndex:-1},r>s?(e.sortIndex=r,n(u,e),null===o(l)&&e===o(u)&&(h?(y(j),j=-1):h=!0,L(x,r-s))):(e.sortIndex=i,n(l,e),b||f||(b=!0,N(w))),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:(e,t,n)=>{"use strict";e.exports=n(73323)},74445:e=>{e.exports=function(e,t,n,o){var a=n?n.call(o,e,t):void 0;if(void 0!==a)return!!a;if(e===t)return!0;if("object"!=typeof e||!e||"object"!=typeof t||!t)return!1;var r=Object.keys(e),s=Object.keys(t);if(r.length!==s.length)return!1;for(var i=Object.prototype.hasOwnProperty.bind(t),c=0;c<r.length;c++){var l=r[c];if(!i(l))return!1;var u=e[l],d=t[l];if(!1===(a=n?n.call(o,u,d,l):void 0)||void 0===a&&u!==d)return!1}return!0}},10521:(e,t,n)=>{"use strict";var o=n(31832),a=Array.prototype.concat,r=Array.prototype.slice,s=e.exports=function(e){for(var t=[],n=0,s=e.length;n<s;n++){var i=e[n];o(i)?t=a.call(t,r.call(i)):t.push(i)}return t};s.wrap=function(e){return function(){return e(s(arguments))}}},31832: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))}},92053:(e,t,n)=>{"use strict";n.d(t,{Iw:()=>m,gA:()=>p,WS:()=>g,zu:()=>h,_r:()=>u,Jo:()=>y,zh:()=>d,yW:()=>b,gB:()=>f});var o=n(3620),a=n(36490);const r=e=>e.versions.find((e=>e.isLast));function s(e,t){const n=r(e);return[...e.versions.filter((e=>e!==n)),n].find((e=>!!(0,o.LX)(t,{path:e.path,exact:!1,strict:!1})))}function i(e,t){const n=s(e,t),a=null==n?void 0:n.docs.find((e=>!!(0,o.LX)(t,{path:e.path,exact:!0,strict:!1})));return{activeVersion:n,activeDoc:a,alternateDocVersions:a?function(t){const n={};return e.versions.forEach((e=>{e.docs.forEach((o=>{o.id===t&&(n[e.name]=o)}))})),n}(a.id):{}}}const c={};var l;const u=()=>null!==(l=(0,a.OD)("docusaurus-plugin-content-docs"))&&void 0!==l?l:c,d=e=>{try{return(0,a.eZ)("docusaurus-plugin-content-docs",e,{failfast:!0})}catch(t){throw new Error("You are using a feature of the Docusaurus docs plugin, but this plugin does not seem to be enabled"+("Default"===e?"":` (pluginId=${e}`),{cause:t})}};function p(e={}){const t=u(),{pathname:n}=(0,o.TH)();return function(e,t,n={}){const a=Object.entries(e).sort(((e,t)=>t[1].path.localeCompare(e[1].path))).find((([,e])=>!!(0,o.LX)(t,{path:e.path,exact:!1,strict:!1}))),r=a?{pluginId:a[0],pluginData:a[1]}:void 0;if(!r&&n.failfast)throw new Error(`Can't find active docs plugin for "${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: ${Object.values(e).map((e=>e.path)).join(", ")}`);return r}(t,n,e)}function g(e={}){const t=p(e),{pathname:n}=(0,o.TH)();if(!t)return;return{activePlugin:t,activeVersion:s(t.pluginData,n)}}function f(e){return d(e).versions}function b(e){const t=d(e);return r(t)}function h(e){const t=d(e),{pathname:n}=(0,o.TH)();return s(t,n)}function m(e){const t=d(e),{pathname:n}=(0,o.TH)();return i(t,n)}function y(e){const t=d(e),{pathname:n}=(0,o.TH)();return function(e,t){const n=r(e);return{latestDocSuggestion:i(e,t).alternateDocVersions[n.name],latestVersionSuggestion:n}}(t,n)}},75144:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>o});const o={onRouteDidUpdate({location:e,previousLocation:t}){!t||e.pathname===t.pathname&&e.search===t.search&&e.hash===t.hash||setTimeout((()=>{window.gtag("set","page_path",e.pathname+e.search+e.hash),window.gtag("event","page_view")}))}}},72951:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>r});var o=n(8504),a=n.n(o);a().configure({showSpinner:!1});const r={onRouteUpdate({location:e,previousLocation:t}){if(t&&e.pathname!==t.pathname){const e=window.setTimeout((()=>{a().start()}),200);return()=>window.clearTimeout(e)}},onRouteDidUpdate(){a().done()}}},45317:(e,t,n)=>{"use strict";n.r(t);var o=n(26101),a=n(36809);!function(e){const{themeConfig:{prism:t}}=a.default,{additionalLanguages:o}=t;globalThis.Prism=e,o.forEach((e=>{"php"===e&&n(13109),n(30135)(`./prism-${e}`)})),delete globalThis.Prism}(o.p1)},52615:(e,t,n)=>{"use strict";n.d(t,{Z:()=>f});var o=n(24246),a=(n(27378),n(40624)),r=n(36712),s=n(73919),i=n(41428),c=n(80474);const l={anchorWithStickyNavbar:"anchorWithStickyNavbar_rB0w",anchorWithHideOnScrollNavbar:"anchorWithHideOnScrollNavbar_SSbb"};function u(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function d(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),o.forEach((function(t){u(e,t,n[t])}))}return e}function p(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 o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))})),e}function g(e,t){if(null==e)return{};var n,o,a=function(e,t){if(null==e)return{};var n,o,a={},r=Object.keys(e);for(o=0;o<r.length;o++)n=r[o],t.indexOf(n)>=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(o=0;o<r.length;o++)n=r[o],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}function f(e){var{as:t,id:n}=e,u=g(e,["as","id"]);const f=(0,c.Z)(),{navbar:{hideOnScroll:b}}=(0,s.L)();if("h1"===t||!n)return(0,o.jsx)(t,p(d({},u),{id:void 0}));f.collectAnchor(n);const h=(0,r.I)({id:"theme.common.headingLinkTitle",message:"Direct link to {heading}",description:"Title for link to heading"},{heading:"string"==typeof u.children?u.children:n});return(0,o.jsxs)(t,p(d({},u),{className:(0,a.Z)("anchor",b?l.anchorWithHideOnScrollNavbar:l.anchorWithStickyNavbar,u.className),id:n,children:[u.children,(0,o.jsx)(i.Z,{className:"hash-link",to:`#${n}`,"aria-label":h,title:h,children:"\u200b"})]}))}},80720:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var o=n(24246);n(27378);const a={iconExternalLink:"iconExternalLink_Rdzz"};function r({width:e=13.5,height:t=13.5}){return(0,o.jsx)("svg",{width:e,height:t,"aria-hidden":"true",viewBox:"0 0 24 24",className:a.iconExternalLink,children:(0,o.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"})})}},54181:(e,t,n)=>{"use strict";n.d(t,{Z:()=>g});var o=n(24246),a=(n(27378),n(41428)),r=n(66448),s=n(4423),i=n(73919),c=n(97360);function l(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,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 o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))})),e}function d(e,t){if(null==e)return{};var n,o,a=function(e,t){if(null==e)return{};var n,o,a={},r=Object.keys(e);for(o=0;o<r.length;o++)n=r[o],t.indexOf(n)>=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(o=0;o<r.length;o++)n=r[o],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}function p({logo:e,alt:t,imageClassName:n}){const a={light:(0,r.ZP)(e.src),dark:(0,r.ZP)(e.srcDark||e.src)},s=(0,o.jsx)(c.Z,{className:e.className,sources:a,height:e.height,width:e.width,alt:t,style:e.style});return n?(0,o.jsx)("div",{className:n,children:s}):s}function g(e){const{siteConfig:{title:t}}=(0,s.Z)(),{navbar:{title:n,logo:c}}=(0,i.L)(),{imageClassName:g,titleClassName:f}=e,b=d(e,["imageClassName","titleClassName"]),h=(0,r.ZP)((null==c?void 0:c.href)||"/"),m=n?"":t;var y;const v=null!==(y=null==c?void 0:c.alt)&&void 0!==y?y:m;return(0,o.jsxs)(a.Z,u(function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),o.forEach((function(t){l(e,t,n[t])}))}return e}({to:h},b,(null==c?void 0:c.target)&&{target:c.target}),{children:[c&&(0,o.jsx)(p,{logo:c,alt:v,imageClassName:g}),null!=n&&(0,o.jsx)("b",{className:f,children:n})]}))}},64257:(e,t,n)=>{"use strict";n.d(t,{Z:()=>O});var o=n(24246),a=n(27378),r=n(73919),s=n(78844),i=n(40624),c=n(29088),l=n(36712);function u(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,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 o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))})),e}function p(e){return(0,o.jsx)("svg",d(function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),o.forEach((function(t){u(e,t,n[t])}))}return e}({viewBox:"0 0 24 24",width:24,height:24},e),{children:(0,o.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"})}))}function g(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function f(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 o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))})),e}function b(e){return(0,o.jsx)("svg",f(function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),o.forEach((function(t){g(e,t,n[t])}))}return e}({viewBox:"0 0 24 24",width:24,height:24},e),{children:(0,o.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"})}))}const h={toggle:"toggle_bT41",toggleButton:"toggleButton_x9TT",darkToggleIcon:"darkToggleIcon_OBbf",lightToggleIcon:"lightToggleIcon_dnYY",toggleButtonDisabled:"toggleButtonDisabled_Dj8q"};function m({className:e,buttonClassName:t,value:n,onChange:a}){const r=(0,c.Z)(),s=(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"===n?(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,o.jsx)("div",{className:(0,i.Z)(h.toggle,e),children:(0,o.jsxs)("button",{className:(0,i.Z)("clean-btn",h.toggleButton,!r&&h.toggleButtonDisabled,t),type:"button",onClick:()=>a("dark"===n?"light":"dark"),disabled:!r,title:s,"aria-label":s,"aria-live":"polite",children:[(0,o.jsx)(p,{className:(0,i.Z)(h.toggleIcon,h.lightToggleIcon)}),(0,o.jsx)(b,{className:(0,i.Z)(h.toggleIcon,h.darkToggleIcon)})]})})}const y=a.memo(m);var v=n(31688);function _(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function x(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 o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))})),e}function w(e){return(0,o.jsx)(y,x(function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),o.forEach((function(t){_(e,t,n[t])}))}return e}({},e),{onChange:t=>{e.onChange(t);const n="dark"===t,o=n?v.Ax:v.lP;var a,r;const s=null!==(r=JSON.parse(null!==(a=o.get())&&void 0!==a?a:"null"))&&void 0!==r?r:{baseColor:n?v.r$:v.Yj,background:n?v.iR:v.Nu,shades:v.NT};(0,v.i3)(s,n)}}))}const k={darkNavbarColorModeToggle:"darkNavbarColorModeToggle_JF8j"};function O({className:e}){const t=(0,r.L)().navbar.style,n=(0,r.L)().colorMode.disableSwitch,{colorMode:a,setColorMode:i}=(0,s.I)();return n?null:(0,o.jsx)(w,{className:e,buttonClassName:"dark"===t?k.darkNavbarColorModeToggle:void 0,value:a,onChange:i})}},10057:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var o=n(24246),a=(n(27378),n(97134));function r({locale:e,version:t,tag:n}){const r=e;return(0,o.jsxs)(a.Z,{children:[e&&(0,o.jsx)("meta",{name:"docusaurus_locale",content:e}),t&&(0,o.jsx)("meta",{name:"docusaurus_version",content:t}),n&&(0,o.jsx)("meta",{name:"docusaurus_tag",content:n}),r&&(0,o.jsx)("meta",{name:"docsearch:language",content:r}),t&&(0,o.jsx)("meta",{name:"docsearch:version",content:t}),n&&(0,o.jsx)("meta",{name:"docsearch:docusaurus_tag",content:n})]})}},97360:(e,t,n)=>{"use strict";n.d(t,{Z:()=>p});var o=n(24246),a=n(27378),r=n(40624),s=n(29088),i=n(78844);const c={themedComponent:"themedComponent_bJGS","themedComponent--light":"themedComponent--light_LEkC","themedComponent--dark":"themedComponent--dark_jnGk"};function l({className:e,children:t}){const n=(0,s.Z)(),{colorMode:l}=(0,i.I)();return(0,o.jsx)(o.Fragment,{children:(n?"dark"===l?["dark"]:["light"]:["light","dark"]).map((n=>{const s=t({theme:n,className:(0,r.Z)(e,c.themedComponent,c[`themedComponent--${n}`])});return(0,o.jsx)(a.Fragment,{children:s},n)}))})}function u(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function d(e,t){if(null==e)return{};var n,o,a=function(e,t){if(null==e)return{};var n,o,a={},r=Object.keys(e);for(o=0;o<r.length;o++)n=r[o],t.indexOf(n)>=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(o=0;o<r.length;o++)n=r[o],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}function p(e){const{sources:t,className:n,alt:a}=e,r=d(e,["sources","className","alt"]);return(0,o.jsx)(l,{className:n,children:({theme:e,className:n})=>(0,o.jsx)("img",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),o.forEach((function(t){u(e,t,n[t])}))}return e}({src:t[e],alt:a,className:n},r))})}},14929:(e,t,n)=>{"use strict";n.d(t,{u:()=>g,z:()=>x});var o=n(24246),a=n(27378),r=n(98428),s=n(44479),i=n(30731);function c(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function l(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),o.forEach((function(t){c(e,t,n[t])}))}return e}function u(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 o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))})),e}function d(e,t){if(null==e)return{};var n,o,a=function(e,t){if(null==e)return{};var n,o,a={},r=Object.keys(e);for(o=0;o<r.length;o++)n=r[o],t.indexOf(n)>=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(o=0;o<r.length;o++)n=r[o],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}const p="ease-in-out";function g({initialState:e}){const[t,n]=(0,a.useState)(null!=e&&e),o=(0,a.useCallback)((()=>{n((e=>!e))}),[]);return{collapsed:t,setCollapsed:n,toggleCollapsed:o}}const f={display:"none",overflow:"hidden",height:"0px"},b={display:"block",overflow:"visible",height:"auto"};function h(e,t){const n=t?f:b;e.style.display=n.display,e.style.overflow=n.overflow,e.style.height=n.height}function m({collapsibleRef:e,collapsed:t,animation:n}){const o=(0,a.useRef)(!1);(0,a.useEffect)((()=>{const a=e.current;function r(){const e=a.scrollHeight;var t;const o=null!==(t=null==n?void 0:n.duration)&&void 0!==t?t:function(e){if((0,i.n)())return 1;const t=e/36;return Math.round(10*(4+15*t**.25+t/5))}(e);var r;return{transition:`height ${o}ms ${null!==(r=null==n?void 0:n.easing)&&void 0!==r?r:p}`,height:`${e}px`}}function s(){const e=r();a.style.transition=e.transition,a.style.height=e.height}if(!o.current)return h(a,t),void(o.current=!0);return a.style.willChange="height",function(){const e=requestAnimationFrame((()=>{t?(s(),requestAnimationFrame((()=>{a.style.height=f.height,a.style.overflow=f.overflow}))):(a.style.display="block",requestAnimationFrame((()=>{s()})))}));return()=>cancelAnimationFrame(e)}()}),[e,t,n])}function y(e){if(!r.Z.canUseDOM)return e?f:b}function v({as:e="div",collapsed:t,children:n,animation:r,onCollapseTransitionEnd:s,className:i,disableSSRStyle:c}){const l=(0,a.useRef)(null);return m({collapsibleRef:l,collapsed:t,animation:r}),(0,o.jsx)(e,{ref:l,style:c?void 0:y(t),onTransitionEnd:e=>{"height"===e.propertyName&&(h(l.current,t),null==s||s(t))},className:i,children:n})}function _(e){var{collapsed:t}=e,n=d(e,["collapsed"]);const[r,i]=(0,a.useState)(!t),[c,p]=(0,a.useState)(t);return(0,s.Z)((()=>{t||i(!0)}),[t]),(0,s.Z)((()=>{r&&p(t)}),[r,t]),r?(0,o.jsx)(v,u(l({},n),{collapsed:c})):null}function x(e){var{lazy:t}=e,n=d(e,["lazy"]);const a=t?_:v;return(0,o.jsx)(a,l({},n))}},776:(e,t,n)=>{"use strict";n.d(t,{n:()=>b,p:()=>f});var o=n(24246),a=n(27378),r=n(29088),s=n(53589),i=n(51114),c=n(73919);const l=(0,s.WA)("docusaurus.announcement.dismiss"),u=(0,s.WA)("docusaurus.announcement.id"),d=()=>"true"===l.get(),p=e=>l.set(String(e)),g=a.createContext(null);function f({children:e}){const t=function(){const{announcementBar:e}=(0,c.L)(),t=(0,r.Z)(),[n,o]=(0,a.useState)((()=>!!t&&d()));(0,a.useEffect)((()=>{o(d())}),[]);const s=(0,a.useCallback)((()=>{p(!0),o(!0)}),[]);return(0,a.useEffect)((()=>{if(!e)return;const{id:t}=e;let n=u.get();"annoucement-bar"===n&&(n="announcement-bar");const a=t!==n;u.set(t),a&&p(!1),!a&&d()||o(!1)}),[e]),(0,a.useMemo)((()=>({isActive:!!e&&!n,close:s})),[e,n,s])}();return(0,o.jsx)(g.Provider,{value:t,children:e})}function b(){const e=(0,a.useContext)(g);if(!e)throw new i.i6("AnnouncementBarProvider");return e}},78844:(e,t,n)=>{"use strict";n.d(t,{I:()=>m,S:()=>h});var o=n(24246),a=n(27378),r=n(98428),s=n(51114),i=n(53589),c=n(73919);const l=a.createContext(void 0),u="theme",d=(0,i.WA)(u),p={light:"light",dark:"dark"},g=e=>e===p.dark?p.dark:p.light,f=e=>r.Z.canUseDOM?g(document.documentElement.getAttribute("data-theme")):g(e),b=e=>{d.set(g(e))};function h({children:e}){const t=function(){const{colorMode:{defaultMode:e,disableSwitch:t,respectPrefersColorScheme:n}}=(0,c.L)(),[o,r]=(0,a.useState)(f(e));(0,a.useEffect)((()=>{t&&d.del()}),[t]);const s=(0,a.useCallback)(((t,o={})=>{const{persist:a=!0}=o;t?(r(t),a&&b(t)):(r(n?window.matchMedia("(prefers-color-scheme: dark)").matches?p.dark:p.light:e),d.del())}),[n,e]);(0,a.useEffect)((()=>{document.documentElement.setAttribute("data-theme",g(o))}),[o]),(0,a.useEffect)((()=>{if(t)return;const e=e=>{if(e.key!==u)return;const t=d.get();null!==t&&s(g(t))};return window.addEventListener("storage",e),()=>window.removeEventListener("storage",e)}),[t,s]);const i=(0,a.useRef)(!1);return(0,a.useEffect)((()=>{if(t&&!n)return;const e=window.matchMedia("(prefers-color-scheme: dark)"),o=()=>{window.matchMedia("print").matches||i.current?i.current=window.matchMedia("print").matches:s(null)};return e.addListener(o),()=>e.removeListener(o)}),[s,t,n]),(0,a.useMemo)((()=>({colorMode:o,setColorMode:s,get isDarkTheme(){return o===p.dark},setLightTheme(){s(p.light)},setDarkTheme(){s(p.dark)}})),[o,s])}();return(0,o.jsx)(l.Provider,{value:t,children:e})}function m(){const e=(0,a.useContext)(l);if(null==e)throw new s.i6("ColorModeProvider","Please see https://docusaurus.io/docs/api/themes/configuration#use-color-mode.");return e}},32054:(e,t,n)=>{"use strict";n.d(t,{J:()=>x,L5:()=>v,Oh:()=>w});var o=n(24246),a=n(27378),r=n(92053),s=n(45012),i=n(73919),c=n(41876),l=n(51114),u=n(53589);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 t=null!=t?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):function(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))})),e}const g=e=>`docs-preferred-version-${e}`,f={save:(e,t,n)=>{(0,u.WA)(g(e),{persistence:t}).set(n)},read:(e,t)=>(0,u.WA)(g(e),{persistence:t}).get(),clear:(e,t)=>{(0,u.WA)(g(e),{persistence:t}).del()}},b=e=>Object.fromEntries(e.map((e=>[e,{preferredVersionName:null}])));const h=a.createContext(null);function m(){const e=(0,r._r)(),t=(0,i.L)().docs.versionPersistence,n=(0,a.useMemo)((()=>Object.keys(e)),[e]),[o,s]=(0,a.useState)((()=>b(n)));(0,a.useEffect)((()=>{s(function({pluginIds:e,versionPersistence:t,allDocsData:n}){function o(e){const o=f.read(e,t);return n[e].versions.some((e=>e.name===o))?{preferredVersionName:o}:(f.clear(e,t),{preferredVersionName:null})}return Object.fromEntries(e.map((e=>[e,o(e)])))}({allDocsData:e,versionPersistence:t,pluginIds:n}))}),[e,t,n]);const c=(0,a.useMemo)((()=>({savePreferredVersion:function(e,n){f.save(e,t,n),s((t=>p(function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),o.forEach((function(t){d(e,t,n[t])}))}return e}({},t),{[e]:{preferredVersionName:n}})))}})),[t]);return[o,c]}function y({children:e}){const t=m();return(0,o.jsx)(h.Provider,{value:t,children:e})}function v({children:e}){return c.cE?(0,o.jsx)(y,{children:e}):(0,o.jsx)(o.Fragment,{children:e})}function _(){const e=(0,a.useContext)(h);if(!e)throw new l.i6("DocsPreferredVersionContextProvider");return e}function x(e=s.m){const t=(0,r.zh)(e),[n,o]=_(),{preferredVersionName:i}=n[e];var c;return{preferredVersion:null!==(c=t.versions.find((e=>e.name===i)))&&void 0!==c?c:null,savePreferredVersionName:(0,a.useCallback)((t=>{o.savePreferredVersion(e,t)}),[o,e])}}function w(){const e=(0,r._r)(),[t]=_();function n(n){const o=e[n],{preferredVersionName:a}=t[n];var r;return null!==(r=o.versions.find((e=>e.name===a)))&&void 0!==r?r:null}const o=Object.keys(e);return Object.fromEntries(o.map((e=>[e,n(e)])))}},72532:(e,t,n)=>{"use strict";n.d(t,{V:()=>l,b:()=>c});var o=n(24246),a=n(27378),r=n(51114);const s=Symbol("EmptyContext"),i=a.createContext(s);function c({children:e,name:t,items:n}){const r=(0,a.useMemo)((()=>t&&n?{name:t,items:n}:null),[t,n]);return(0,o.jsx)(i.Provider,{value:r,children:e})}function l(){const e=(0,a.useContext)(i);if(e===s)throw new r.i6("DocsSidebarProvider");return e}},66265:(e,t,n)=>{"use strict";n.d(t,{E:()=>c,q:()=>i});var o=n(24246),a=n(27378),r=n(51114);const s=a.createContext(null);function i({children:e,version:t}){return(0,o.jsx)(s.Provider,{value:t,children:e})}function c(){const e=(0,a.useContext)(s);if(null===e)throw new r.i6("DocsVersionProvider");return e}},76861:(e,t,n)=>{"use strict";n.d(t,{M:()=>p,e:()=>g});var o=n(24246),a=n(27378),r=n(35612),s=n(60029),i=n(62821),c=n(73919),l=n(51114);const u=a.createContext(void 0);function d(){const e=function(){const e=(0,r.HY)(),{items:t}=(0,c.L)().navbar;return 0===t.length&&!e.component}(),t=(0,s.i)(),n=!e&&"mobile"===t,[o,l]=(0,a.useState)(!1);(0,i.Rb)((()=>{if(o)return l(!1),!1}));const u=(0,a.useCallback)((()=>{l((e=>!e))}),[]);return(0,a.useEffect)((()=>{"desktop"===t&&l(!1)}),[t]),(0,a.useMemo)((()=>({disabled:e,shouldRender:n,toggle:u,shown:o})),[e,n,u,o])}function p({children:e}){const t=d();return(0,o.jsx)(u.Provider,{value:t,children:e})}function g(){const e=a.useContext(u);if(void 0===e)throw new l.i6("NavbarMobileSidebarProvider");return e}},35612:(e,t,n)=>{"use strict";n.d(t,{HY:()=>c,Zo:()=>l,n2:()=>i});var o=n(24246),a=n(27378),r=n(51114);const s=a.createContext(null);function i({children:e}){const t=(0,a.useState)({component:null,props:null});return(0,o.jsx)(s.Provider,{value:t,children:e})}function c(){const e=(0,a.useContext)(s);if(!e)throw new r.i6("NavbarSecondaryMenuContentProvider");return e[0]}function l({component:e,props:t}){const n=(0,a.useContext)(s);if(!n)throw new r.i6("NavbarSecondaryMenuContentProvider");const[,o]=n,i=(0,r.Ql)(t);return(0,a.useEffect)((()=>{o({component:e,props:i})}),[o,e,i]),(0,a.useEffect)((()=>()=>o({component:null,props:null})),[o]),null}},39284:(e,t,n)=>{"use strict";n.d(t,{h:()=>a,t:()=>r});var o=n(27378);const a="navigation-with-keyboard";function r(){(0,o.useEffect)((()=>{function e(e){"keydown"===e.type&&"Tab"===e.key&&document.body.classList.add(a),"mousedown"===e.type&&document.body.classList.remove(a)}return document.addEventListener("keydown",e),document.addEventListener("mousedown",e),()=>{document.body.classList.remove(a),document.removeEventListener("keydown",e),document.removeEventListener("mousedown",e)}}),[])}},22780:(e,t,n)=>{"use strict";n.d(t,{K:()=>i,M:()=>c});var o=n(27378),a=n(4423),r=n(62821);const s="q";function i(){return(0,r.Nc)(s)}function c(){const{siteConfig:{baseUrl:e,themeConfig:t}}=(0,a.Z)(),{algolia:{searchPagePath:n}}=t;return(0,o.useCallback)((t=>`${e}${n}?${s}=${encodeURIComponent(t)}`),[e,n])}},60029:(e,t,n)=>{"use strict";n.d(t,{i:()=>i});var o=n(27378),a=n(98428);const r={desktop:"desktop",mobile:"mobile",ssr:"ssr"},s=996;function i({desktopBreakpoint:e=s}={}){const[t,n]=(0,o.useState)((()=>"ssr"));return(0,o.useEffect)((()=>{function t(){n(function(e){if(!a.Z.canUseDOM)throw new Error("getWindowSize() should only be called after React hydration");return window.innerWidth>e?r.desktop:r.mobile}(e))}return t(),window.addEventListener("resize",t),()=>{window.removeEventListener("resize",t)}}),[e]),t}},89583:(e,t,n)=>{"use strict";n.d(t,{k:()=>o});const o={page:{blogListPage:"blog-list-page",blogPostPage:"blog-post-page",blogTagsListPage:"blog-tags-list-page",blogTagPostListPage:"blog-tags-post-list-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",admonitionType:e=>`theme-admonition-${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:e=>`theme-doc-sidebar-item-category-level-${e}`,docSidebarItemLinkLevel:e=>`theme-doc-sidebar-item-link-level-${e}`},blog:{blogFooterTagsRow:"theme-blog-footer-tags-row",blogFooterEditMetaRow:"theme-blog-footer-edit-meta-row"},pages:{pageFooterEditMetaRow:"theme-pages-footer-edit-meta-row"}}},30731:(e,t,n)=>{"use strict";function o(){return window.matchMedia("(prefers-reduced-motion: reduce)").matches}n.d(t,{n:()=>o})},41876:(e,t,n)=>{"use strict";n.d(t,{LM:()=>f,MN:()=>P,SN:()=>j,_F:()=>y,cE:()=>p,f:()=>_,jA:()=>b,lO:()=>k,oz:()=>O,s1:()=>w,vY:()=>S,xz:()=>g});var o=n(27378),a=n(3620),r=n(95473),s=n(92053),i=n(32054),c=n(66265),l=n(72532),u=n(52196),d=n(39779);const p=!!s._r;function g(e){const t=(0,c.E)();if(!e)return;const n=t.docs[e];if(!n)throw new Error(`no version doc found by id=${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;for(const t of e.items){const e=f(t);if(e)return e}}(e):void 0:e.href}function b(){const{pathname:e}=(0,a.TH)(),t=(0,l.V)();if(!t)throw new Error("Unexpected: cant find current sidebar in context");const n=x({sidebarItems:t.items,pathname:e,onlyCategories:!0}).slice(-1)[0];if(!n)throw new Error(`${e} is not associated with a category. useCurrentSidebarCategory() should only be used on category index pages.`);return n}const h=(e,t)=>void 0!==e&&(0,d.Mg)(e,t),m=(e,t)=>e.some((e=>y(e,t)));function y(e,t){return"link"===e.type?h(e.href,t):"category"===e.type&&(h(e.href,t)||m(e.items,t))}function v(e,t){switch(e.type){case"category":return y(e,t)||e.items.some((e=>v(e,t)));case"link":return!e.unlisted||y(e,t);default:return!0}}function _(e,t){return(0,o.useMemo)((()=>e.filter((e=>v(e,t)))),[e,t])}function x({sidebarItems:e,pathname:t,onlyCategories:n=!1}){const o=[];return function e(a){for(const r of a)if("category"===r.type&&((0,d.Mg)(r.href,t)||e(r.items))||"link"===r.type&&(0,d.Mg)(r.href,t)){return n&&"category"!==r.type||o.unshift(r),!0}return!1}(e),o}function w(){var e;const t=(0,l.V)(),{pathname:n}=(0,a.TH)();return!1!==(null===(e=(0,s.gA)())||void 0===e?void 0:e.pluginData.breadcrumbs)&&t?x({sidebarItems:t.items,pathname:n}):null}function k(e){const{activeVersion:t}=(0,s.Iw)(e),{preferredVersion:n}=(0,i.J)(e),a=(0,s.yW)(e);return(0,o.useMemo)((()=>(0,u.j)([t,n,a].filter(Boolean))),[t,n,a])}function O(e,t){const n=k(t);return(0,o.useMemo)((()=>{const t=n.flatMap((e=>e.sidebars?Object.entries(e.sidebars):[])),o=t.find((t=>t[0]===e));if(!o)throw new Error(`Can't find any sidebar with id "${e}" in version${n.length>1?"s":""} ${n.map((e=>e.name)).join(", ")}".\nAvailable sidebar ids are:\n- ${t.map((e=>e[0])).join("\n- ")}`);return o[1]}),[e,n])}function S(e,t){const n=k(t);return(0,o.useMemo)((()=>{const t=n.flatMap((e=>e.docs)),o=t.find((t=>t.id===e));if(!o){if(n.flatMap((e=>e.draftIds)).includes(e))return null;throw new Error(`Couldn't find any doc with id "${e}" in version${n.length>1?"s":""} "${n.map((e=>e.name)).join(", ")}".\nAvailable doc ids are:\n- ${(0,u.j)(t.map((e=>e.id))).join("\n- ")}`)}return o}),[e,n])}function j({route:e}){const t=(0,a.TH)(),n=(0,c.E)(),o=e.routes,s=o.find((e=>(0,a.LX)(t.pathname,e)));if(!s)return null;const i=s.sidebar,l=i?n.docsSidebars[i]:void 0;return{docElement:(0,r.H)(o),sidebarName:i,sidebarItems:l}}function P(e){return e.filter((e=>!("category"===e.type||"link"===e.type)||!!f(e)))}},30691:(e,t,n)=>{"use strict";n.d(t,{aG:()=>p,Ac:()=>d,Cw:()=>u,QW:()=>g});var o=n(24246),a=n(27378),r=n(36712),s=n(86632);const i={errorBoundaryError:"errorBoundaryError_rP1m",errorBoundaryFallback:"errorBoundaryFallback_heah"};function c(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function l(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 o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))})),e}function u(e){return(0,o.jsx)("button",l(function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),o.forEach((function(t){c(e,t,n[t])}))}return e}({type:"button"},e),{children:(0,o.jsx)(r.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"})}))}function d({error:e,tryAgain:t}){return(0,o.jsxs)("div",{className:i.errorBoundaryFallback,children:[(0,o.jsx)("p",{children:e.message}),(0,o.jsx)(u,{onClick:t})]})}function p({error:e}){const t=(0,s.getErrorCausalChain)(e).map((e=>e.message)).join("\n\nCause:\n");return(0,o.jsx)("p",{className:i.errorBoundaryError,children:t})}class g extends a.Component{componentDidCatch(e,t){throw this.props.onError(e,t)}render(){return this.props.children}}},97710:(e,t,n)=>{"use strict";n.d(t,{p:()=>a});var o=n(4423);function a(e){const{siteConfig:t}=(0,o.Z)(),{title:n,titleDelimiter:a}=t;return(null==e?void 0:e.trim().length)?`${e.trim()} ${a} ${n}`:n}},62821:(e,t,n)=>{"use strict";n.d(t,{H:()=>u,Nc:()=>l,Rb:()=>s,_X:()=>c,eH:()=>d});var o=n(27378),a=n(3620),r=n(51114);function s(e){!function(e){const t=(0,a.k6)(),n=(0,r.zX)(e);(0,o.useEffect)((()=>t.block(((e,t)=>n(e,t)))),[t,n])}(((t,n)=>{if("POP"===n)return e(t,n)}))}function i(e){const t=(0,a.k6)();return(0,o.useSyncExternalStore)(t.listen,(()=>e(t)),(()=>e(t)))}function c(e){return i((t=>null===e?null:new URLSearchParams(t.location.search).get(e)))}function l(e){var t;const n=null!==(t=c(e))&&void 0!==t?t:"",r=function(e){const t=(0,a.k6)();return(0,o.useCallback)(((n,o)=>{const a=new URLSearchParams(t.location.search);n?a.set(e,n):a.delete(e),((null==o?void 0:o.push)?t.push:t.replace)({search:a.toString()})}),[e,t])}(e);return[n,r]}function u(e){const t=function(e){const t=i((t=>{const n=new URLSearchParams(t.location.search).getAll(e);return JSON.stringify(n)}));return(0,o.useMemo)((()=>JSON.parse(t)),[t])}(e),n=function(e){const t=(0,a.k6)();return(0,o.useCallback)(((n,o)=>{const a=new URLSearchParams(t.location.search),r=Array.isArray(n)?n:n(a.getAll(e));a.delete(e),r.forEach((t=>a.append(e,t))),((null==o?void 0:o.push)?t.push:t.replace)({search:a.toString()})}),[t,e])}(e);return[t,n]}function d(){const e=(0,a.k6)();return(0,o.useCallback)((()=>{e.replace({search:void 0})}),[e])}},52196:(e,t,n)=>{"use strict";function o(e,t=((e,t)=>e===t)){return e.filter(((n,o)=>e.findIndex((e=>t(e,n)))!==o))}function a(e){return Array.from(new Set(e))}n.d(t,{j:()=>a,l:()=>o})},44008:(e,t,n)=>{"use strict";n.d(t,{FG:()=>p,VC:()=>g,d:()=>u});var o=n(24246),a=n(27378),r=n(40624),s=n(97134),i=n(32451),c=n(66448),l=n(97710);function u({title:e,description:t,keywords:n,image:a,children:r}){const i=(0,l.p)(e),{withBaseUrl:u}=(0,c.Cg)(),d=a?u(a,{absolute:!0}):void 0;return(0,o.jsxs)(s.Z,{children:[e&&(0,o.jsx)("title",{children:i}),e&&(0,o.jsx)("meta",{property:"og:title",content:i}),t&&(0,o.jsx)("meta",{name:"description",content:t}),t&&(0,o.jsx)("meta",{property:"og:description",content:t}),n&&(0,o.jsx)("meta",{name:"keywords",content:Array.isArray(n)?n.join(","):n}),d&&(0,o.jsx)("meta",{property:"og:image",content:d}),d&&(0,o.jsx)("meta",{name:"twitter:image",content:d}),r]})}const d=a.createContext(void 0);function p({className:e,children:t}){const n=a.useContext(d),i=(0,r.Z)(n,e);return(0,o.jsxs)(d.Provider,{value:i,children:[(0,o.jsx)(s.Z,{children:(0,o.jsx)("html",{className:i})}),t]})}function g({children:e}){const t=(0,i.Z)(),n=`plugin-${t.plugin.name.replace(/docusaurus-(?:plugin|theme)-(?:content-)?/gi,"")}`;const a=`plugin-id-${t.plugin.id}`;return(0,o.jsx)(p,{className:(0,r.Z)(n,a),children:e})}},51114:(e,t,n)=>{"use strict";n.d(t,{D9:()=>i,Qc:()=>u,Ql:()=>l,i6:()=>c,zX:()=>s});var o=n(24246),a=n(27378),r=n(44479);function s(e){const t=(0,a.useRef)(e);return(0,r.Z)((()=>{t.current=e}),[e]),(0,a.useCallback)(((...e)=>t.current(...e)),[])}function i(e){const t=(0,a.useRef)();return(0,r.Z)((()=>{t.current=e})),t.current}class c extends Error{constructor(e,t){var n,o,a,r;super(),this.name="ReactContextError",this.message=`Hook ${null!==(r=null===(a=null===(o=null===(n=this.stack)||void 0===n?void 0:n.split("\n")[1])||void 0===o?void 0:o.match(RegExp("at (?:\\w+\\.)?(?<name>\\w+)")))||void 0===a?void 0:a.groups.name)&&void 0!==r?r:""} is called outside the <${e}>. ${null!=t?t:""}`}}function l(e){const t=Object.entries(e);return t.sort(((e,t)=>e[0].localeCompare(t[0]))),(0,a.useMemo)((()=>e),t.flat())}function u(e){return({children:t})=>(0,o.jsx)(o.Fragment,{children:e.reduceRight(((e,t)=>(0,o.jsx)(t,{children:e})),t)})}},4676:(e,t,n)=>{"use strict";function o(e,t){return void 0!==e&&void 0!==t&&new RegExp(e,"gi").test(t)}n.d(t,{F:()=>o})},39779:(e,t,n)=>{"use strict";n.d(t,{Mg:()=>s,Ns:()=>i});var o=n(27378),a=n(98111),r=n(4423);function s(e,t){const n=e=>{var t;return null===(t=!e||e.endsWith("/")?e:`${e}/`)||void 0===t?void 0:t.toLowerCase()};return n(e)===n(t)}function i(){const{baseUrl:e}=(0,r.Z)().siteConfig;return(0,o.useMemo)((()=>function({baseUrl:e,routes:t}){function n(t){return t.path===e&&!0===t.exact}function o(t){return t.path===e&&!t.exact}return function e(t){if(0===t.length)return;return t.find(n)||e(t.filter(o).flatMap((e=>null!==(a=e.routes)&&void 0!==a?a:[])));var a}(t)}({routes:a.Z,baseUrl:e})),[e])}},75527:(e,t,n)=>{"use strict";n.d(t,{Ct:()=>b,OC:()=>u,RF:()=>g,o5:()=>f});var o=n(24246),a=n(27378),r=n(98428),s=n(29088),i=n(44479),c=n(51114);const l=a.createContext(void 0);function u({children:e}){const t=function(){const e=(0,a.useRef)(!0);return(0,a.useMemo)((()=>({scrollEventsEnabledRef:e,enableScrollEvents:()=>{e.current=!0},disableScrollEvents:()=>{e.current=!1}})),[])}();return(0,o.jsx)(l.Provider,{value:t,children:e})}function d(){const e=(0,a.useContext)(l);if(null==e)throw new c.i6("ScrollControllerProvider");return e}const p=()=>r.Z.canUseDOM?{scrollX:window.pageXOffset,scrollY:window.pageYOffset}:null;function g(e,t=[]){const{scrollEventsEnabledRef:n}=d(),o=(0,a.useRef)(p()),r=(0,c.zX)(e);(0,a.useEffect)((()=>{const e=()=>{if(!n.current)return;const e=p();r(e,o.current),o.current=e},t={passive:!0};return e(),window.addEventListener("scroll",e,t),()=>window.removeEventListener("scroll",e,t)}),[r,n,...t])}function f(){const e=d(),t=function(){const e=(0,a.useRef)({elem:null,top:0}),t=(0,a.useCallback)((t=>{e.current={elem:t,top:t.getBoundingClientRect().top}}),[]),n=(0,a.useCallback)((()=>{const{current:{elem:t,top:n}}=e;if(!t)return{restored:!1};const o=t.getBoundingClientRect().top-n;return o&&window.scrollBy({left:0,top:o}),e.current={elem:null,top:0},{restored:0!==o}}),[]);return(0,a.useMemo)((()=>({save:t,restore:n})),[n,t])}(),n=(0,a.useRef)(void 0),o=(0,a.useCallback)((o=>{t.save(o),e.disableScrollEvents(),n.current=()=>{const{restored:o}=t.restore();if(n.current=void 0,o){const t=()=>{e.enableScrollEvents(),window.removeEventListener("scroll",t)};window.addEventListener("scroll",t)}else e.enableScrollEvents()}}),[e,t]);return(0,i.Z)((()=>{queueMicrotask((()=>{var e;return null===(e=n.current)||void 0===e?void 0:e.call(n)}))})),{blockElementScrollPositionUntilNextRender:o}}function b(){const e=(0,a.useRef)(null),t=(0,s.Z)()&&"smooth"===getComputedStyle(document.documentElement).scrollBehavior;return{startScroll:n=>{e.current=t?function(e){return window.scrollTo({top:e,behavior:"smooth"}),()=>{}}(n):function(e){let t=null;const n=document.documentElement.scrollTop>e;return function o(){const a=document.documentElement.scrollTop;(n&&a>e||!n&&a<e)&&(t=requestAnimationFrame(o),window.scrollTo(0,Math.floor(.85*(a-e))+e))}(),()=>t&&cancelAnimationFrame(t)}(n)},cancelScroll:()=>{var t;return null===(t=e.current)||void 0===t?void 0:t.call(e)}}}},63846:(e,t,n)=>{"use strict";n.d(t,{HX:()=>s,_q:()=>c,os:()=>i});var o=n(92053),a=n(4423),r=n(32054);const s="default";function i(e,t){return`docs-${e}-${t}`}function c(){const{i18n:e}=(0,a.Z)(),t=(0,o._r)(),n=(0,o.WS)(),c=(0,r.Oh)();const l=[s,...Object.keys(t).map((function(e){const o=(null==n?void 0:n.activePlugin.pluginId)===e?n.activeVersion:void 0,a=c[e],r=t[e].versions.find((e=>e.isLast));var s;return i(e,(null!==(s=null!=o?o:a)&&void 0!==s?s:r).name)}))];return{locale:e.currentLocale,tags:l}}},53589:(e,t,n)=>{"use strict";n.d(t,{Nk:()=>d,WA:()=>u});var o=n(27378),a=n(83915);const r=a.d;function s({key:e,oldValue:t,newValue:n,storage:o}){if(t===n)return;const a=document.createEvent("StorageEvent");a.initStorageEvent("storage",!1,!1,e,t,n,window.location.href,o),window.dispatchEvent(a)}function i(e=r){if("undefined"==typeof window)throw new Error("Browser storage is not available on Node.js/Docusaurus SSR process.");if("none"===e)return null;try{return window[e]}catch(n){return t=n,c||(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.",t),c=!0),null}var t}let c=!1;const l={get:()=>null,set:()=>{},del:()=>{},listen:()=>()=>{}};function u(e,t){const n=`${e}${a.u}`;if("undefined"==typeof window)return function(e){function t(){throw new Error(`Illegal storage API usage for storage key "${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}}(n);const o=i(null==t?void 0:t.persistence);return null===o?l:{get:()=>{try{return o.getItem(n)}catch(e){return console.error(`Docusaurus storage error, can't get key=${n}`,e),null}},set:e=>{try{const t=o.getItem(n);o.setItem(n,e),s({key:n,oldValue:t,newValue:e,storage:o})}catch(t){console.error(`Docusaurus storage error, can't set ${n}=${e}`,t)}},del:()=>{try{const e=o.getItem(n);o.removeItem(n),s({key:n,oldValue:e,newValue:null,storage:o})}catch(e){console.error(`Docusaurus storage error, can't delete key=${n}`,e)}},listen:e=>{try{const t=t=>{t.storageArea===o&&t.key===n&&e(t)};return window.addEventListener("storage",t),()=>window.removeEventListener("storage",t)}catch(t){return console.error(`Docusaurus storage error, can't listen for changes of key=${n}`,t),()=>{}}}}}function d(e,t){const n=(0,o.useRef)((()=>null===e?l:u(e,t))).current(),a=(0,o.useCallback)((e=>"undefined"==typeof window?()=>{}:n.listen(e)),[n]);return[(0,o.useSyncExternalStore)(a,(()=>"undefined"==typeof window?null:n.get()),(()=>null)),n]}},99948:(e,t,n)=>{"use strict";n.d(t,{l:()=>s});var o=n(4423),a=n(3620),r=n(86632);function s(){const{siteConfig:{baseUrl:e,url:t,trailingSlash:n},i18n:{defaultLocale:s,currentLocale:i}}=(0,o.Z)(),{pathname:c}=(0,a.TH)(),l=(0,r.applyTrailingSlash)(c,{trailingSlash:n,baseUrl:e}),u=i===s?e:e.replace(`/${i}/`,"/"),d=l.replace(e,"");return{createUrl:function({locale:e,fullyQualified:n}){return`${n?t:""}${function(e){return e===s?`${u}`:`${u}${e}/`}(e)}${d}`}}}},52108:(e,t,n)=>{"use strict";n.d(t,{S:()=>s});var o=n(27378),a=n(3620),r=n(51114);function s(e){const t=(0,a.TH)(),n=(0,r.D9)(t),s=(0,r.zX)(e);(0,o.useEffect)((()=>{n&&t!==n&&s({location:t,previousLocation:n})}),[s,t,n])}},73919:(e,t,n)=>{"use strict";n.d(t,{L:()=>a});var o=n(4423);function a(){return(0,o.Z)().siteConfig.themeConfig}},5573:(e,t,n)=>{"use strict";n.d(t,{L:()=>a});var o=n(4423);function a(){const{siteConfig:{themeConfig:e}}=(0,o.Z)();return e}},93281:(e,t,n)=>{"use strict";n.d(t,{l:()=>i});var o=n(27378),a=n(4676),r=n(66448),s=n(5573);function i(){const{withBaseUrl:e}=(0,r.Cg)(),{algolia:{externalUrlRegex:t,replaceSearchResultPathname:n}}=(0,s.L)();return(0,o.useCallback)((o=>{const r=new URL(o);if((0,a.F)(t,r.href))return o;const s=`${r.pathname+r.hash}`;return e(function(e,t){return t?e.replaceAll(new RegExp(t.from,"g"),t.to):e}(s,n))}),[e,t,n])}},882:(e,t,n)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.removeTrailingSlash=t.addLeadingSlash=t.addTrailingSlash=void 0;const o=n(34945);function a(e){return e.endsWith("/")?e:`${e}/`}function r(e){return(0,o.removeSuffix)(e,"/")}t.addTrailingSlash=a,t.default=function(e,t){const{trailingSlash:n,baseUrl:o}=t;if(e.startsWith("#"))return e;if(void 0===n)return e;const[s]=e.split(/[#?]/),i="/"===s||s===o?s:(c=s,n?a(c):r(c));var c;return e.replace(s,i)},t.addLeadingSlash=function(e){return(0,o.addPrefix)(e,"/")},t.removeTrailingSlash=r},38862:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getErrorCausalChain=void 0,t.getErrorCausalChain=function e(t){return t.cause?[t,...e(t.cause)]:[t]}},86632:function(e,t,n){"use strict";var o=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.getErrorCausalChain=t.removePrefix=t.addSuffix=t.removeSuffix=t.addPrefix=t.removeTrailingSlash=t.addLeadingSlash=t.addTrailingSlash=t.applyTrailingSlash=t.blogPostContainerID=void 0,t.blogPostContainerID="__blog-post-container";var a=n(882);Object.defineProperty(t,"applyTrailingSlash",{enumerable:!0,get:function(){return o(a).default}}),Object.defineProperty(t,"addTrailingSlash",{enumerable:!0,get:function(){return a.addTrailingSlash}}),Object.defineProperty(t,"addLeadingSlash",{enumerable:!0,get:function(){return a.addLeadingSlash}}),Object.defineProperty(t,"removeTrailingSlash",{enumerable:!0,get:function(){return a.removeTrailingSlash}});var r=n(34945);Object.defineProperty(t,"addPrefix",{enumerable:!0,get:function(){return r.addPrefix}}),Object.defineProperty(t,"removeSuffix",{enumerable:!0,get:function(){return r.removeSuffix}}),Object.defineProperty(t,"addSuffix",{enumerable:!0,get:function(){return r.addSuffix}}),Object.defineProperty(t,"removePrefix",{enumerable:!0,get:function(){return r.removePrefix}});var s=n(38862);Object.defineProperty(t,"getErrorCausalChain",{enumerable:!0,get:function(){return s.getErrorCausalChain}})},34945:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.removePrefix=t.addSuffix=t.removeSuffix=t.addPrefix=void 0,t.addPrefix=function(e,t){return e.startsWith(t)?e:`${t}${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:`${e}${t}`},t.removePrefix=function(e,t){return e.startsWith(t)?e.slice(t.length):e}},98706:(e,t,n)=>{"use strict";n.d(t,{_:()=>r,t:()=>s});var o=n(24246),a=n(27378);const r=a.createContext(!1);function s({children:e}){const[t,n]=(0,a.useState)(!1);return(0,a.useEffect)((()=>{n(!0)}),[]),(0,o.jsx)(r.Provider,{value:t,children:e})}},76834:(e,t,n)=>{"use strict";var o=n(24246),a=n(27378),r=n(37634),s=n(92883),i=n(4289),c=n(36809),l=n(98428);const u=[n(75144),n(89854),n(45317),n(72951),n(14809),n(25955),n(35596),n(23296),n(95444)];var d=n(98111),p=n(3620),g=n(95473);function f({children:e}){return(0,o.jsx)(o.Fragment,{children:e})}var b=n(97134),h=n(4423),m=n(66448),y=n(73919),v=n(44008),_=n(99948),x=n(39284),w=n(63846),k=n(86632),O=n(10057);function S(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function j(){const{i18n:{currentLocale:e,defaultLocale:t,localeConfigs:n}}=(0,h.Z)(),a=(0,_.l)(),r=n[e].htmlLang,s=e=>e.replace("-","_");return(0,o.jsxs)(b.Z,{children:[Object.entries(n).map((([e,{htmlLang:t}])=>(0,o.jsx)("link",{rel:"alternate",href:a.createUrl({locale:e,fullyQualified:!0}),hrefLang:t},e))),(0,o.jsx)("link",{rel:"alternate",href:a.createUrl({locale:t,fullyQualified:!0}),hrefLang:"x-default"}),(0,o.jsx)("meta",{property:"og:locale",content:s(r)}),Object.values(n).filter((e=>r!==e.htmlLang)).map((e=>(0,o.jsx)("meta",{property:"og:locale:alternate",content:s(e.htmlLang)},`meta-og-${e.htmlLang}`)))]})}function P({permalink:e}){const{siteConfig:{url:t}}=(0,h.Z)(),n=function(){const{siteConfig:{url:e,baseUrl:t,trailingSlash:n}}=(0,h.Z)(),{pathname:o}=(0,p.TH)();return e+(0,k.applyTrailingSlash)((0,m.ZP)(o),{trailingSlash:n,baseUrl:t})}(),a=e?`${t}${e}`:n;return(0,o.jsxs)(b.Z,{children:[(0,o.jsx)("meta",{property:"og:url",content:a}),(0,o.jsx)("link",{rel:"canonical",href:a})]})}function E(){const{i18n:{currentLocale:e}}=(0,h.Z)(),{metadata:t,image:n}=(0,y.L)();return(0,o.jsxs)(o.Fragment,{children:[(0,o.jsxs)(b.Z,{children:[(0,o.jsx)("meta",{name:"twitter:card",content:"summary_large_image"}),(0,o.jsx)("body",{className:x.h})]}),n&&(0,o.jsx)(v.d,{image:n}),(0,o.jsx)(P,{}),(0,o.jsx)(j,{}),(0,o.jsx)(O.Z,{tag:w.HX,locale:e}),(0,o.jsx)(b.Z,{children:t.map(((e,t)=>(0,o.jsx)("meta",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),o.forEach((function(t){S(e,t,n[t])}))}return e}({},e),t)))})]})}function C(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function T(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),o.forEach((function(t){C(e,t,n[t])}))}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 o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))})),e}const D=new Map;var N=n(98706),L=n(71433),M=n(44479);function I(e,...t){const n=u.map((n=>{var o,a;const r=null!==(a=null===(o=n.default)||void 0===o?void 0:o[e])&&void 0!==a?a:n[e];return null==r?void 0:r(...t)}));return()=>n.forEach((e=>null==e?void 0:e()))}const R=function({children:e,location:t,previousLocation:n}){return(0,M.Z)((()=>{n!==t&&(!function({location:e,previousLocation:t}){if(!t)return;const n=e.pathname===t.pathname,o=e.hash===t.hash,a=e.search===t.search;if(n&&o&&!a)return;const{hash:r}=e;if(r){const e=decodeURIComponent(r.substring(1)),t=document.getElementById(e);null==t||t.scrollIntoView()}else window.scrollTo(0,0)}({location:t,previousLocation:n}),I("onRouteDidUpdate",{previousLocation:n,location:t}))}),[n,t]),e};function F(e){const t=Array.from(new Set([e,decodeURI(e)])).map((e=>(0,g.f)(d.Z,e))).flat();return Promise.all(t.map((e=>{var t,n;return null===(n=(t=e.route.component).preload)||void 0===n?void 0:n.call(t)})))}class z extends a.Component{shouldComponentUpdate(e,t){if(e.location===this.props.location)return t.nextRouteHasLoaded;const n=e.location;return this.previousLocation=this.props.location,this.setState({nextRouteHasLoaded:!1}),this.routeUpdateCleanupCb=I("onRouteUpdate",{previousLocation:this.previousLocation,location:n}),F(n.pathname).then((()=>{this.routeUpdateCleanupCb(),this.setState({nextRouteHasLoaded:!0})})).catch((e=>{console.warn(e),window.location.reload()})),!1}render(){const{children:e,location:t}=this.props;return(0,o.jsx)(R,{previousLocation:this.previousLocation,location:t,children:(0,o.jsx)(p.AW,{location:t,render:()=>e})})}constructor(e){super(e),this.previousLocation=null,this.routeUpdateCleanupCb=l.Z.canUseDOM?I("onRouteUpdate",{previousLocation:null,location:this.props.location}):()=>{},this.state={nextRouteHasLoaded:!0}}}const B=z,$="__docusaurus-base-url-issue-banner-container",U="__docusaurus-base-url-issue-banner",Z="__docusaurus-base-url-issue-banner-suggestion-container";function H(e){return`\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 = '${$}';\n var bannerHtml = ${JSON.stringify(function(e){return`\n<div id="${U}" 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;">${e}</span> ${"/"===e?" (default value)":""}</p>\n <p>We suggest trying baseUrl = <span id="${Z}" style="font-weight: bold; color: green;"></span></p>\n</div>\n`}(e)).replace(/</g,"\\<")};\n bannerContainer.innerHTML = bannerHtml;\n document.body.prepend(bannerContainer);\n var suggestionContainer = document.getElementById('${Z}');\n var actualHomePagePath = window.location.pathname;\n var suggestedBaseUrl = actualHomePagePath.substr(-1) === '/'\n ? actualHomePagePath\n : actualHomePagePath + '/';\n suggestionContainer.innerHTML = suggestedBaseUrl;\n}\n`}function W(){const{siteConfig:{baseUrl:e}}=(0,h.Z)();return(0,o.jsx)(o.Fragment,{children:!l.Z.canUseDOM&&(0,o.jsx)(b.Z,{children:(0,o.jsx)("script",{children:H(e)})})})}function q(){const{siteConfig:{baseUrl:e,baseUrlIssueBanner:t}}=(0,h.Z)(),{pathname:n}=(0,p.TH)();return t&&n===e?(0,o.jsx)(W,{}):null}function V(){const{siteConfig:{favicon:e,title:t,noIndex:n},i18n:{currentLocale:a,localeConfigs:r}}=(0,h.Z)(),s=(0,m.ZP)(e),{htmlLang:i,direction:c}=r[a];return(0,o.jsxs)(b.Z,{children:[(0,o.jsx)("html",{lang:i,dir:c}),(0,o.jsx)("title",{children:t}),(0,o.jsx)("meta",{property:"og:title",content:t}),(0,o.jsx)("meta",{name:"viewport",content:"width=device-width, initial-scale=1.0"}),n&&(0,o.jsx)("meta",{name:"robots",content:"noindex, nofollow"}),e&&(0,o.jsx)("link",{rel:"icon",href:s})]})}var G=n(88941),Y=n(29088);function K(){const e=(0,Y.Z)();return(0,o.jsx)(b.Z,{children:(0,o.jsx)("html",{"data-has-hydrated":e})})}const Q=(0,g.H)(d.Z);function X(){const e=function(e){if(D.has(e.pathname))return A(T({},e),{pathname:D.get(e.pathname)});if((0,g.f)(d.Z,e.pathname).some((({route:e})=>!0===e.exact)))return D.set(e.pathname,e.pathname),e;const t=e.pathname.trim().replace(/(?:\/index)?\.html$/,"")||"/";return D.set(e.pathname,t),A(T({},e),{pathname:t})}((0,p.TH)());return(0,o.jsx)(B,{location:e,children:Q})}function J(){return(0,o.jsx)(G.Z,{children:(0,o.jsx)(L.M,{children:(0,o.jsxs)(N.t,{children:[(0,o.jsxs)(f,{children:[(0,o.jsx)(V,{}),(0,o.jsx)(E,{}),(0,o.jsx)(q,{}),(0,o.jsx)(X,{})]}),(0,o.jsx)(K,{})]})})})}var ee=n(16887);const te=function(e){try{return document.createElement("link").relList.supports(e)}catch(t){return!1}}("prefetch")?function(e){return new Promise(((t,n)=>{var o;if("undefined"==typeof document)return void n();const a=document.createElement("link");var r;a.setAttribute("rel","prefetch"),a.setAttribute("href",e),a.onload=()=>t(),a.onerror=()=>n();const s=null!==(r=document.getElementsByTagName("head")[0])&&void 0!==r?r:null===(o=document.getElementsByName("script")[0])||void 0===o?void 0:o.parentNode;null==s||s.appendChild(a)}))}:function(e){return new Promise(((t,n)=>{const o=new XMLHttpRequest;o.open("GET",e,!0),o.withCredentials=!0,o.onload=()=>{200===o.status?t():n()},o.send(null)}))};var ne=n(87430);const oe=new Set,ae=new Set,re=()=>{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)},se={prefetch:e=>{if(!(e=>!re()&&!ae.has(e)&&!oe.has(e))(e))return!1;oe.add(e);const t=(0,g.f)(d.Z,e).flatMap((e=>{return t=e.route.path,Object.entries(ee).filter((([e])=>e.replace(/-[^-]+$/,"")===t)).flatMap((([,e])=>Object.values((0,ne.Z)(e))));var t}));return Promise.all(t.map((e=>{const t=n.gca(e);return t&&!t.includes("undefined")?te(t).catch((()=>{})):Promise.resolve()})))},preload:e=>!!(e=>!re()&&!ae.has(e))(e)&&(ae.add(e),F(e))},ie=Object.freeze(se);function ce({children:e}){return"hash"===c.default.future.experimental_router?(0,o.jsx)(i.UT,{children:e}):(0,o.jsx)(i.VK,{children:e})}const le=Boolean(!1);if(l.Z.canUseDOM){window.docusaurus=ie;const e=document.getElementById("__docusaurus"),t=(0,o.jsx)(s.B6,{children:(0,o.jsx)(ce,{children:(0,o.jsx)(J,{})})}),n=(e,t)=>{console.error("Docusaurus React Root onRecoverableError:",e,t)},i=()=>{if(window.docusaurusRoot)window.docusaurusRoot.render(t);else if(le)window.docusaurusRoot=r.hydrateRoot(e,t,{onRecoverableError:n});else{const o=r.createRoot(e,{onRecoverableError:n});o.render(t),window.docusaurusRoot=o}};F(window.location.pathname).then((()=>{(0,a.startTransition)(i)}))}},71433:(e,t,n)=>{"use strict";n.d(t,{_:()=>d,M:()=>p});var o=n(24246),a=n(27378),r=n(36809);const s=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-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/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"}}}'),i=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"}}}');var c=n(57529);const l=JSON.parse('{"docusaurusVersion":"3.4.0","siteVersion":"3.4.0","pluginVersions":{"docusaurus-plugin-content-docs":{"type":"package","name":"@docusaurus/plugin-content-docs","version":"3.4.0"},"docusaurus-plugin-content-blog":{"type":"package","name":"@docusaurus/plugin-content-blog","version":"3.4.0"},"docusaurus-plugin-content-pages":{"type":"package","name":"@docusaurus/plugin-content-pages","version":"3.4.0"},"docusaurus-plugin-debug":{"type":"package","name":"@docusaurus/plugin-debug","version":"3.4.0"},"docusaurus-plugin-google-gtag":{"type":"package","name":"@docusaurus/plugin-google-gtag","version":"3.4.0"},"docusaurus-plugin-sitemap":{"type":"package","name":"@docusaurus/plugin-sitemap","version":"3.4.0"},"docusaurus-theme-classic":{"type":"package","name":"@docusaurus/theme-classic","version":"3.4.0"},"docusaurus-theme-search-algolia":{"type":"package","name":"@docusaurus/theme-search-algolia","version":"3.4.0"},"changelog-plugin":{"type":"project"},"docusaurus-plugin-client-redirects":{"type":"package","name":"@docusaurus/plugin-client-redirects","version":"3.4.0"},"docusaurus-plugin-ideal-image":{"type":"package","name":"@docusaurus/plugin-ideal-image","version":"3.4.0"},"docusaurus-plugin-pwa":{"type":"package","name":"@docusaurus/plugin-pwa","version":"3.4.0"},"docusaurus-theme-mermaid":{"type":"package","name":"@docusaurus/theme-mermaid","version":"3.4.0"},"feature-requests-plugin":{"type":"project"},"client-module-test-plugin":{"type":"local"},"docusaurus-theme-live-codeblock":{"type":"package","name":"@docusaurus/theme-live-codeblock","version":"3.4.0"},"swizzle-theme-tests":{"type":"local"}}}'),u={siteConfig:r.default,siteMetadata:l,globalData:s,i18n:i,codeTranslations:c},d=a.createContext(u);function p({children:e}){return(0,o.jsx)(d.Provider,{value:u,children:e})}},88941:(e,t,n)=>{"use strict";n.d(t,{Z:()=>h});var o=n(24246),a=n(27378),r=n(98428),s=n(97134),i=n(86632),c=n(88613),l=n(11234);function u({error:e,tryAgain:t}){return(0,o.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,o.jsx)("h1",{style:{fontSize:"3rem"},children:"This page crashed"}),(0,o.jsx)("button",{type:"button",onClick:t,style:{margin:"1rem 0",fontSize:"2rem",cursor:"pointer",borderRadius:20,padding:"1rem"},children:"Try again"}),(0,o.jsx)(d,{error:e})]})}function d({error:e}){const t=(0,i.getErrorCausalChain)(e).map((e=>e.message)).join("\n\nCause:\n");return(0,o.jsx)("p",{style:{whiteSpace:"pre-wrap"},children:t})}function p({children:e}){return(0,o.jsx)(l.z,{value:{plugin:{name:"docusaurus-core-error-boundary",id:"default"}},children:e})}function g({error:e,tryAgain:t}){return(0,o.jsx)(p,{children:(0,o.jsxs)(h,{fallback:()=>(0,o.jsx)(u,{error:e,tryAgain:t}),children:[(0,o.jsx)(s.Z,{children:(0,o.jsx)("title",{children:"Page Error"})}),(0,o.jsx)(c.Z,{children:(0,o.jsx)(u,{error:e,tryAgain:t})})]})})}function f(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const b=e=>(0,o.jsx)(g,function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),o.forEach((function(t){f(e,t,n[t])}))}return e}({},e));class h extends a.Component{componentDidCatch(e){r.Z.canUseDOM&&this.setState({error:e})}render(){const{children:e}=this.props,{error:t}=this.state;if(t){const e={error:t,tryAgain:()=>this.setState({error:null})};var n;return(null!==(n=this.props.fallback)&&void 0!==n?n:b)(e)}return null!=e?e:null}constructor(e){super(e),this.state={error:null}}}},98428:(e,t,n)=>{"use strict";n.d(t,{Z:()=>a});const o="undefined"!=typeof window&&"document"in window&&"createElement"in window.document,a={canUseDOM:o,canUseEventListeners:o&&("addEventListener"in window||"attachEvent"in window),canUseIntersectionObserver:o&&"IntersectionObserver"in window,canUseViewport:o&&"screen"in window}},97134:(e,t,n)=>{"use strict";n.d(t,{Z:()=>s});var o=n(24246),a=(n(27378),n(92883));function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function s(e){return(0,o.jsx)(a.ql,function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),o.forEach((function(t){r(e,t,n[t])}))}return e}({},e))}},71132:(e,t,n)=>{"use strict";n.d(t,{Z:()=>s,s:()=>r});var o=n(24246),a=n(27378);function r(e,t){const n=e.split(/(\{\w+\})/).map(((e,n)=>{if(n%2==1){const n=null==t?void 0:t[e.slice(1,-1)];if(void 0!==n)return n}return e}));return n.some((e=>(0,a.isValidElement)(e)))?n.map(((e,t)=>(0,a.isValidElement)(e)?a.cloneElement(e,{key:t}):e)).filter((e=>""!==e)):n.join("")}function s({children:e,values:t}){if("string"!=typeof e)throw new Error("The Docusaurus <Interpolate> component only accept simple string values. Received: "+((0,a.isValidElement)(e)?"React element":typeof e));return(0,o.jsx)(o.Fragment,{children:r(e,t)})}},41428:(e,t,n)=>{"use strict";n.d(t,{Z:()=>m});var o=n(24246),a=n(27378),r=n(4289),s=n(86632),i=n(4423),c=n(64149),l=n(98428),u=n(80474),d=n(66448);function p(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function g(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),o.forEach((function(t){p(e,t,n[t])}))}return e}function f(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 o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))})),e}function b(e,t){if(null==e)return{};var n,o,a=function(e,t){if(null==e)return{};var n,o,a={},r=Object.keys(e);for(o=0;o<r.length;o++)n=r[o],t.indexOf(n)>=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(o=0;o<r.length;o++)n=r[o],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}function h(e,t){var{isNavLink:n,to:p,href:h,activeClassName:m,isActive:y,"data-noBrokenLinkCheck":v,autoAddBaseUrl:_=!0}=e,x=b(e,["isNavLink","to","href","activeClassName","isActive","data-noBrokenLinkCheck","autoAddBaseUrl"]);const{siteConfig:w}=(0,i.Z)(),{trailingSlash:k,baseUrl:O}=w,S=w.future.experimental_router,{withBaseUrl:j}=(0,d.Cg)(),P=(0,u.Z)(),E=(0,a.useRef)(null);(0,a.useImperativeHandle)(t,(()=>E.current));const C=p||h;const T=(0,c.Z)(C),A=null==C?void 0:C.replace("pathname://","");let D=void 0!==A?(N=A,_&&(e=>e.startsWith("/"))(N)?j(N):N):void 0;var N;"hash"===S&&(null==D?void 0:D.startsWith("./"))&&(D=null==D?void 0:D.slice(1)),D&&T&&(D=(0,s.applyTrailingSlash)(D,{trailingSlash:k,baseUrl:O}));const L=(0,a.useRef)(!1),M=n?r.OL:r.rU,I=l.Z.canUseIntersectionObserver,R=(0,a.useRef)(),F=()=>{L.current||null==D||(window.docusaurus.preload(D),L.current=!0)};var z;(0,a.useEffect)((()=>(!I&&T&&null!=D&&window.docusaurus.prefetch(D),()=>{I&&R.current&&R.current.disconnect()})),[R,D,I,T]);const B=null!==(z=null==D?void 0:D.startsWith("#"))&&void 0!==z&&z,$=!x.target||"_self"===x.target,U=!D||!T||!$;return v||!B&&U||P.collectLink(D),x.id&&P.collectAnchor(x.id),U?(0,o.jsx)("a",g({ref:E,href:D},C&&!T&&{target:"_blank",rel:"noopener noreferrer"},x)):(0,o.jsx)(M,g(f(g({},x),{onMouseEnter:F,onTouchStart:F,innerRef:e=>{E.current=e,I&&e&&T&&(R.current=new window.IntersectionObserver((t=>{t.forEach((t=>{e===t.target&&(t.isIntersecting||t.intersectionRatio>0)&&(R.current.unobserve(e),R.current.disconnect(),null!=D&&window.docusaurus.prefetch(D))}))})),R.current.observe(e))},to:D}),n&&{isActive:y,activeClassName:m}))}const m=a.forwardRef(h)},36712:(e,t,n)=>{"use strict";n.d(t,{I:()=>i,Z:()=>c});var o=n(24246),a=(n(27378),n(71132)),r=n(57529);function s({id:e,message:t}){if(void 0===e&&void 0===t)throw new Error("Docusaurus translation declarations must have at least a translation id or a default translation message");var n,o;return null!==(o=null!==(n=r[null!=e?e:t])&&void 0!==n?n:t)&&void 0!==o?o:e}function i({message:e,id:t},n){const o=s({message:e,id:t});return(0,a.s)(o,n)}function c({children:e,id:t,values:n}){if(e&&"string"!=typeof e)throw console.warn("Illegal <Translate> children",e),new Error("The Docusaurus <Translate> component only accept simple string values");const r=s({message:e,id:t});return(0,o.jsx)(o.Fragment,{children:(0,a.s)(r,n)})}},45012:(e,t,n)=>{"use strict";n.d(t,{m:()=>o});const o="default"},64149:(e,t,n)=>{"use strict";function o(e){return/^(?:\w*:|\/\/)/.test(e)}function a(e){return void 0!==e&&!o(e)}n.d(t,{Z:()=>a,b:()=>o})},66448:(e,t,n)=>{"use strict";n.d(t,{Cg:()=>s,ZP:()=>i});var o=n(27378),a=n(4423),r=n(64149);function s(){const{siteConfig:e}=(0,a.Z)(),{baseUrl:t,url:n}=e,s=e.future.experimental_router,i=(0,o.useCallback)(((e,o)=>function({siteUrl:e,baseUrl:t,url:n,options:{forcePrependBaseUrl:o=!1,absolute:a=!1}={},router:s}){if(!n||n.startsWith("#")||(0,r.b)(n))return n;if("hash"===s)return n.startsWith("/")?`.${n}`:`./${n}`;if(o)return t+n.replace(/^\//,"");if(n===t.replace(/\/$/,""))return t;const i=n.startsWith(t)?n:t+n.replace(/^\//,"");return a?e+i:i}({siteUrl:n,baseUrl:t,url:e,options:o,router:s})),[n,t,s]);return{withBaseUrl:i}}function i(e,t={}){const{withBaseUrl:n}=s();return n(e,t)}},80474:(e,t,n)=>{"use strict";n.d(t,{Z:()=>s});n(24246);var o=n(27378);const a=o.createContext({collectAnchor:()=>{},collectLink:()=>{}}),r=()=>(0,o.useContext)(a);function s(){return r()}},4423:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var o=n(27378),a=n(71433);function r(){return(0,o.useContext)(a._)}},36490:(e,t,n)=>{"use strict";n.d(t,{OD:()=>s,ZP:()=>r,eZ:()=>i});var o=n(4423),a=n(45012);function r(){const{globalData:e}=(0,o.Z)();return e}function s(e,t={}){const n=r()[e];if(!n&&t.failfast)throw new Error(`Docusaurus plugin global data not found for "${e}" plugin.`);return n}function i(e,t=a.m,n={}){const o=s(e),r=null==o?void 0:o[t];if(!r&&n.failfast)throw new Error(`Docusaurus plugin global data not found for "${e}" plugin with id "${t}".`);return r}},29088:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var o=n(27378),a=n(98706);function r(){return(0,o.useContext)(a._)}},44479:(e,t,n)=>{"use strict";n.d(t,{Z:()=>a});var o=n(27378);const a=n(98428).Z.canUseDOM?o.useLayoutEffect:o.useEffect},32451:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var o=n(27378),a=n(11234);function r(){const e=o.useContext(a._);if(!e)throw new Error("Unexpected: no Docusaurus route context found");return e}},87430:(e,t,n)=>{"use strict";n.d(t,{Z:()=>a});const o=e=>"object"==typeof e&&!!e&&Object.keys(e).length>0;function a(e){const t={};return function e(n,a){Object.entries(n).forEach((([n,r])=>{const s=a?`${a}.${n}`:n;o(r)?e(r,s):t[s]=r}))}(e),t}},11234:(e,t,n)=>{"use strict";n.d(t,{_:()=>s,z:()=>c});var o=n(24246),a=n(27378);function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const s=a.createContext(null);function i({parent:e,value:t}){if(!e){if(!t)throw new Error("Unexpected: no Docusaurus route context found");if(!("plugin"in t))throw new Error("Unexpected: Docusaurus topmost route context has no `plugin` attribute");return t}const n=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),o.forEach((function(t){r(e,t,n[t])}))}return e}({},e.data,null==t?void 0:t.data);return{plugin:e.plugin,data:n}}function c({children:e,value:t}){const n=a.useContext(s),r=(0,a.useMemo)((()=>i({parent:n,value:t})),[n,t]);return(0,o.jsx)(s.Provider,{value:r,children:e})}},66696:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});const o={"0058b4c6":[()=>n.e(64088).then(n.t.bind(n,66462,19)),"@generated/docusaurus-plugin-content-docs/default/p/docs-175.json",66462],"010225af":[()=>n.e(49678).then(n.bind(n,2086)),"@site/_dogfooding/_pages tests/link-tests.tsx",2086],"010c8a3a":[()=>n.e(33012).then(n.t.bind(n,64708,19)),"@generated/docusaurus-plugin-content-docs/docs-tests/p/tests-docs-8b7.json",64708],"014bb441":[()=>Promise.all([n.e(40532),n.e(74911),n.e(99854),n.e(54734)]).then(n.bind(n,98245)),"@theme/ChangelogPage",98245],"016c1251":[()=>n.e(99581).then(n.bind(n,51309)),"@site/_dogfooding/_blog tests/2022-04-20-dup-footnote.mdx",51309],"017f8056":[()=>n.e(98716).then(n.bind(n,21935)),"@site/changelog/source/2.0.0-alpha.20.md",21935],"01a85c17":[()=>Promise.all([n.e(40532),n.e(64013)]).then(n.bind(n,32843)),"@theme/BlogTagsListPage",32843],"028951d7":[()=>Promise.all([n.e(40532),n.e(46255)]).then(n.bind(n,66819)),"@site/blog/releases/3.1/index.mdx",66819],"02c96a3c":[()=>n.e(18062).then(n.bind(n,95166)),"@site/changelog/source/3.3.1.md",95166],"02e1f9a9":[()=>n.e(71091).then(n.bind(n,91072)),"@site/changelog/source/2.0.0-alpha.29.md",91072],"0398899e":[()=>n.e(34475).then(n.bind(n,66501)),"@site/changelog/source/3.4.0.md",66501],"03a06760":[()=>Promise.all([n.e(40532),n.e(74911),n.e(49406)]).then(n.bind(n,38825)),"@site/docs/api/plugins/plugin-google-analytics.mdx",38825],"03e1b3c8":[()=>n.e(13283).then(n.t.bind(n,40861,19)),"@generated/docusaurus-plugin-content-blog/default/p/blog-tags-tribute-181.json",40861],"03f86864":[()=>Promise.all([n.e(40532),n.e(22054)]).then(n.bind(n,88313)),"@site/docs/api/themes/theme-configuration.mdx",88313],"048b0d50":[()=>Promise.all([n.e(40532),n.e(45173)]).then(n.bind(n,57904)),"@site/_dogfooding/_pages tests/diagrams.mdx",57904],"060daea9":[()=>n.e(52991).then(n.bind(n,47835)),"@site/blog/releases/3.2/index.mdx?truncated=true",47835],"06957730":[()=>n.e(80596).then(n.t.bind(n,96460,19)),"@generated/docusaurus-plugin-content-docs/docs-tests/p/tests-docs-tags-permalink-for-tag-c-07f.json",96460],"06c6ffc3":[()=>Promise.all([n.e(40532),n.e(11007)]).then(n.bind(n,53351)),"@site/docs/deployment.mdx",53351],"072728dc":[()=>n.e(75809).then(n.bind(n,24090)),"@site/_dogfooding/_docs tests/toc/toc-3-_.mdx",24090],"07b390a7":[()=>n.e(89656).then(n.t.bind(n,79700,19)),"@generated/changelog-plugin/default/p/changelog-409.json",79700],"07c78698":[()=>n.e(11322).then(n.t.bind(n,86440,19)),"@generated/docusaurus-plugin-content-blog/blog-tests/p/tests-blog-tags-visibility-ad0.json",86440],"07d8cde9":[()=>n.e(75791).then(n.bind(n,40506)),"@site/docs/api/misc/create-docusaurus.mdx",40506],"08b2e33e":[()=>n.e(20989).then(n.bind(n,3381)),"@site/changelog/source/2.0.0-beta.19.md?truncated=true",3381],"08eb0f2d":[()=>n.e(52453).then(n.bind(n,88675)),"@site/changelog/source/2.0.0-beta.22.md",88675],"090b93b4":[()=>n.e(98796).then(n.bind(n,75736)),"@site/changelog/source/2.0.0-beta.17.md?truncated=true",75736],"0938a5e1":[()=>Promise.all([n.e(40532),n.e(8648)]).then(n.bind(n,73660)),"@site/blog/releases/2.2/index.mdx",73660],"09b59f10":[()=>n.e(16887).then(n.bind(n,35134)),"@site/changelog/source/2.0.0-alpha.54.md?truncated=true",35134],"09de563b":[()=>n.e(66113).then(n.bind(n,21887)),"@site/changelog/source/3.2.1.md",21887],"09f49407":[()=>Promise.all([n.e(40532),n.e(85668)]).then(n.bind(n,43316)),"@site/_dogfooding/_blog tests/2021-10-07-blog-post-mdx-feed-tests.mdx",43316],"0a544fe9":[()=>Promise.all([n.e(40532),n.e(74911),n.e(99854),n.e(76271)]).then(n.bind(n,99238)),"@theme/ChangelogList",99238],"0a818389":[()=>Promise.all([n.e(40532),n.e(74911),n.e(23485)]).then(n.bind(n,37569)),"@site/docs/guides/markdown-features/markdown-features-code-blocks.mdx",37569],"0af1b9a1":[()=>n.e(54223).then(n.bind(n,39641)),"@site/_dogfooding/_blog tests/2022-01-20-image-only-authors.mdx?truncated=true",39641],"0b0869f7":[()=>n.e(8824).then(n.t.bind(n,74597,19)),"@generated/changelog-plugin/default/p/changelog-page-4-f1f.json",74597],"0b6cd89a":[()=>Promise.all([n.e(40532),n.e(74911),n.e(39987)]).then(n.bind(n,56618)),"@site/docs/api/plugins/plugin-content-docs.mdx",56618],"0b7c2a4a":[()=>Promise.all([n.e(40532),n.e(43769)]).then(n.bind(n,38260)),"@site/blog/releases/2.4/index.mdx",38260],"0b899567":[()=>n.e(82413).then(n.bind(n,39224)),"@site/changelog/source/2.0.0-beta.20.md",39224],"0bc851e0":[()=>n.e(33009).then(n.bind(n,48653)),"@site/blog/2022/09-01-docusaurus-2.1/index.mdx?truncated=true",48653],"0bd68774":[()=>n.e(76201).then(n.t.bind(n,69183,19)),"@generated/docusaurus-plugin-content-blog/blog-tests/p/tests-blog-tags-3fe.json",69183],"0c7845dd":[()=>n.e(43473).then(n.bind(n,62711)),"@site/_dogfooding/_docs tests/toc/toc-_-5.mdx",62711],"0dc9a976":[()=>n.e(32767).then(n.t.bind(n,94557,19)),"@generated/docusaurus-plugin-content-blog/blog-tests/p/tests-blog-tags-unlisted-673.json",94557],"0e4d8110":[()=>Promise.all([n.e(40532),n.e(74911),n.e(84733)]).then(n.bind(n,56726)),"@site/docs/api/plugins/plugin-sitemap.mdx",56726],"0e9c6edc":[()=>n.e(40639).then(n.bind(n,16506)),"@site/blog/2022/09-01-docusaurus-2.1/index.mdx",16506],"0f148a51":[()=>n.e(72358).then(n.bind(n,26542)),"@site/changelog/source/2.2.0.md",26542],"0fbf443b":[()=>n.e(11775).then(n.bind(n,66150)),"@site/changelog/source/2.0.0-beta.21.md",66150],"10b42bfe":[()=>n.e(11073).then(n.bind(n,38730)),"@site/_dogfooding/_blog tests/2023-08-05.mdx",38730],"1267474e":[()=>Promise.all([n.e(40532),n.e(61221)]).then(n.bind(n,29510)),"@site/docs/migration/v2/migration-automated.mdx",29510],"12769aa9":[()=>n.e(99876).then(n.bind(n,93892)),"@site/changelog/source/2.0.0-alpha.25.md",93892],"134f983b":[()=>n.e(93918).then(n.bind(n,59009)),"@site/changelog/source/2.0.0-beta.12.md",59009],"138ea42e":[()=>n.e(29987).then(n.bind(n,86949)),"@site/blog/2018/09-11-Towards-Docusaurus-2.mdx?truncated=true",86949],"13f3ee7a":[()=>n.e(34221).then(n.bind(n,86057)),"@site/changelog/source/2.0.0-alpha.65.md?truncated=true",86057],"141512d1":[()=>n.e(44788).then(n.bind(n,72807)),"@site/blog/2023/09-29-preparing-your-site-for-docusaurus-v3/index.mdx",72807],"143e0c63":[()=>n.e(70973).then(n.bind(n,57715)),"@site/changelog/source/2.0.0-beta.1.md?truncated=true",57715],"14b1b208":[()=>n.e(85738).then(n.t.bind(n,56395,19)),"@generated/docusaurus-plugin-content-blog/blog-tests/p/tests-blog-tags-paginated-tag-page-2-20c.json",56395],"14e6fd9e":[()=>n.e(10858).then(n.bind(n,8192)),"@site/_dogfooding/_blog tests/2023-07-19-b.mdx",8192],"14eb3368":[()=>Promise.all([n.e(40532),n.e(9817)]).then(n.bind(n,88173)),"@theme/DocCategoryGeneratedIndexPage",88173],"153fc2ce":[()=>n.e(99016).then(n.t.bind(n,13444,19)),"@generated/docusaurus-plugin-content-blog/blog-tests/p/tests-blog-archive-f65.json",13444],"1562cf35":[()=>n.e(66927).then(n.t.bind(n,28238,19)),"@generated/docusaurus-plugin-content-blog/default/p/blog-tags-blog-a4e.json",28238],"1582a4a4":[()=>n.e(82082).then(n.bind(n,68935)),"@site/blog/releases/3.4/index.mdx",68935],"15fed87b":[()=>n.e(76551).then(n.bind(n,38240)),"@site/changelog/source/2.0.0-beta.1.md",38240],"1663798c":[()=>n.e(66274).then(n.bind(n,47706)),"@site/_dogfooding/_blog tests/2022-01-20-image-only-authors.mdx",47706],"16f6cad8":[()=>Promise.all([n.e(40532),n.e(84694)]).then(n.bind(n,57378)),"@site/docs/guides/markdown-features/markdown-features-toc.mdx",57378],"16f8f4fb":[()=>Promise.all([n.e(40532),n.e(46481)]).then(n.bind(n,69476)),"@site/blog/releases/3.2/index.mdx",69476],17090684:[()=>n.e(47182).then(n.t.bind(n,87932,19)),"@generated/docusaurus-plugin-content-blog/blog-tests/p/tests-blog-tags-docusaurus-6b7.json",87932],17896441:[()=>Promise.all([n.e(40532),n.e(74911),n.e(99854),n.e(27918)]).then(n.bind(n,64516)),"@theme/DocItem",64516],"17e8a747":[()=>Promise.all([n.e(40532),n.e(53704)]).then(n.bind(n,16021)),"@site/_dogfooding/_pages tests/tabs-tests.mdx",16021],"1864f992":[()=>n.e(83918).then(n.bind(n,12111)),"@site/docs/api/misc/eslint-plugin/prefer-docusaurus-heading.mdx",12111],"18ffe98c":[()=>n.e(56987).then(n.t.bind(n,64999,19)),"@generated/docusaurus-plugin-content-blog/default/p/blog-page-3-7c8.json",64999],19751689:[()=>n.e(2005).then(n.bind(n,21344)),"@site/changelog/source/2.0.0-alpha.72.md?truncated=true",21344],"198b37c5":[()=>n.e(97960).then(n.bind(n,39045)),"@site/changelog/source/2.0.0-beta.5.md?truncated=true",39045],"1a4e3797":[()=>Promise.all([n.e(40532),n.e(84103),n.e(97920)]).then(n.bind(n,37644)),"@theme/SearchPage",37644],"1a839d3d":[()=>n.e(95726).then(n.bind(n,30923)),"@site/changelog/source/2.0.0-beta.20.md?truncated=true",30923],"1b01d498":[()=>n.e(85236).then(n.t.bind(n,8346,19)),"@generated/docusaurus-plugin-content-docs/docs-tests/p/tests-docs-tags-d-custom-permalink-ab9.json",8346],"1b641e9e":[()=>n.e(98456).then(n.bind(n,54098)),"@site/changelog/source/2.0.0-alpha.74.md?truncated=true",54098],"1d1d5c80":[()=>n.e(96666).then(n.bind(n,47478)),"@site/changelog/source/2.0.0-alpha.60.md?truncated=true",47478],"1d8d7b8d":[()=>Promise.all([n.e(40532),n.e(67800)]).then(n.bind(n,34248)),"@site/docs/search.mdx",34248],"1dd15aef":[()=>n.e(42114).then(n.bind(n,26778)),"@site/changelog/source/2.0.0-alpha.57.md",26778],"1df93b7f":[()=>Promise.all([n.e(40532),n.e(66222),n.e(53237)]).then(n.bind(n,57774)),"@site/src/pages/index.tsx",57774],"1e42fd5e":[()=>n.e(21272).then(n.t.bind(n,24060,19)),"@generated/docusaurus-plugin-content-blog/blog-tests/p/tests-blog-page-2-bb6.json",24060],"1eb33928":[()=>n.e(8318).then(n.t.bind(n,8591,19)),"@generated/docusaurus-plugin-content-docs/docs-tests/p/tests-docs-tags-unlisted-77e.json",8591],"1f0f0e17":[()=>n.e(38809).then(n.bind(n,9155)),"@site/blog/releases/3.4/index.mdx?truncated=true",9155],"1f391b9e":[()=>Promise.all([n.e(40532),n.e(74911),n.e(99854),n.e(13085)]).then(n.bind(n,41530)),"@theme/MDXPage",41530],"1f5cf72d":[()=>n.e(87974).then(n.bind(n,8453)),"@site/_dogfooding/_blog tests/2022-01-22-dup-footnote.mdx",8453],"20139c40":[()=>n.e(36928).then(n.bind(n,65856)),"@site/community/3-contributing.mdx",65856],"201d0633":[()=>Promise.all([n.e(40532),n.e(74911),n.e(91510)]).then(n.bind(n,12036)),"@site/docs/api/plugins/plugin-content-blog.mdx",12036],"209ff87f":[()=>Promise.all([n.e(40532),n.e(94152)]).then(n.bind(n,46379)),"@site/docs/guides/markdown-features/markdown-features-tabs.mdx",46379],"218a9086":[()=>n.e(9708).then(n.bind(n,63519)),"@site/_dogfooding/_docs tests/doc-with-last-update.mdx",63519],"22133e47":[()=>n.e(63718).then(n.t.bind(n,80724,19)),"@generated/docusaurus-plugin-content-docs/docs-tests/p/tests-docs-category-another-category-with-index-ba6.json",80724],"2283e669":[()=>n.e(33703).then(n.bind(n,10921)),"@site/_dogfooding/_blog tests/2021-08-21-blog-post-toc-tests.mdx",10921],"228a014d":[()=>Promise.all([n.e(40532),n.e(48375)]).then(n.bind(n,4395)),"@site/docs/api/plugins/plugin-client-redirects.mdx",4395],"23abe487":[()=>Promise.all([n.e(40532),n.e(19627)]).then(n.bind(n,56118)),"@theme/DebugConfig",56118],"2451b334":[()=>n.e(60162).then(n.bind(n,66778)),"@site/blog/releases/2.4/index.mdx?truncated=true",66778],"24dd9243":[()=>n.e(88786).then(n.bind(n,3560)),"@site/blog/2021/11-21-algolia-docsearch-migration/index.mdx?truncated=true",3560],"2577bdb7":[()=>n.e(71191).then(n.bind(n,89747)),"@site/changelog/source/2.0.0-alpha.37.md",89747],"25dbbc3e":[()=>n.e(92901).then(n.bind(n,88570)),"@site/changelog/source/2.0.0-beta.6.md",88570],"26af6b06":[()=>Promise.all([n.e(40532),n.e(63545)]).then(n.bind(n,43057)),"@site/docs/advanced/ssg.mdx",43057],"27291a50":[()=>n.e(6018).then(n.bind(n,78667)),"@site/changelog/source/2.0.0-alpha.69.md?truncated=true",78667],"2757f4f5":[()=>n.e(93199).then(n.bind(n,50737)),"@site/changelog/source/2.0.0-alpha.32.md?truncated=true",50737],"276a1994":[()=>Promise.all([n.e(40532),n.e(74911),n.e(42931)]).then(n.bind(n,82430)),"@site/community/5-release-process.mdx",82430],"27e2fb4b":[()=>n.e(92575).then(n.bind(n,70026)),"@site/changelog/source/2.0.0-alpha.65.md",70026],"29291bc0":[()=>n.e(7275).then(n.bind(n,29488)),"@site/changelog/source/2.0.0-alpha.58.md",29488],"2ac81c1b":[()=>n.e(93254).then(n.bind(n,3986)),"@site/_dogfooding/_blog tests/2021-09-13-dup-title.mdx",3986],"2b8147f4":[()=>n.e(65392).then(n.bind(n,44627)),"@site/changelog/source/2.0.0-alpha.22.md?truncated=true",44627],"2bb6cd5a":[()=>n.e(27786).then(n.t.bind(n,13587,19)),"@generated/docusaurus-plugin-content-docs/docs-tests/p/tests-docs-tags-visibility-5cd.json",13587],"2bbd92ba":[()=>n.e(44525).then(n.bind(n,35233)),"@site/changelog/source/2.0.0-alpha.27.md",35233],"2c6d53a8":[()=>Promise.all([n.e(40532),n.e(74911),n.e(49409)]).then(n.bind(n,69799)),"@site/_dogfooding/_pages tests/markdown-tests-mdx.mdx",69799],"2c7bf9eb":[()=>n.e(99371).then(n.bind(n,39219)),"@site/_dogfooding/_blog tests/2023-08-05.mdx?truncated=true",39219],"2d0d74c6":[()=>n.e(96318).then(n.bind(n,55104)),"@site/docs/guides/whats-next.mdx",55104],"2d0df73d":[()=>n.e(33528).then(n.bind(n,91624)),"@site/changelog/source/2.0.0-alpha.39.md",91624],"2dda743d":[()=>n.e(89950).then(n.bind(n,60794)),"@site/changelog/source/2.0.0-beta.14.md",60794],"2e17f346":[()=>n.e(39086).then(n.bind(n,27592)),"@site/_dogfooding/_blog tests/2021-08-22-no-author.mdx?truncated=true",27592],"2e30738d":[()=>n.e(46760).then(n.bind(n,16824)),"@site/changelog/source/2.0.0-alpha.28.md",16824],"2e94ec99":[()=>n.e(49736).then(n.t.bind(n,47546,19)),"@generated/docusaurus-plugin-content-blog/default/p/blog-tags-endi-2de.json",47546],"2f06f2d2":[()=>n.e(46890).then(n.bind(n,36478)),"@site/changelog/source/3.0.1.md",36478],"2f097a0c":[()=>n.e(39225).then(n.bind(n,46986)),"@site/_dogfooding/_pages tests/analytics.tsx",46986],"2f283cc0":[()=>n.e(27762).then(n.bind(n,17798)),"@site/docs/guides/docs/docs-create-doc.mdx",17798],"2f90ada4":[()=>n.e(79332).then(n.t.bind(n,1250,19)),"@generated/docusaurus-plugin-content-docs/docs-tests/p/tests-docs-tags-some-tag-825.json",1250],"305daa1e":[()=>n.e(43144).then(n.bind(n,58154)),"@site/_dogfooding/_pages tests/seo.md",58154],"3089c7fb":[()=>n.e(78491).then(n.bind(n,59529)),"@site/changelog/source/2.0.0-beta.16.md?truncated=true",59529],"3103a69b":[()=>n.e(38012).then(n.bind(n,33873)),"@site/_dogfooding/_docs tests/tests/visibility/only-unlisteds/unlisted2.mdx",33873],"3200d13e":[()=>n.e(15605).then(n.bind(n,49339)),"@site/changelog/source/2.0.0-alpha.61.md",49339],"3217192f":[()=>n.e(65265).then(n.t.bind(n,83904,19)),"@generated/docusaurus-plugin-content-blog/default/p/blog-tags-docusaurus-f20.json",83904],"3291828e":[()=>n.e(72170).then(n.bind(n,46036)),"@site/changelog/source/2.4.1.md",46036],"32a09314":[()=>n.e(15958).then(n.bind(n,70547)),"@site/_dogfooding/_docs tests/tests/visibility/some-unlisteds/unlisted1.mdx",70547],"32bd6f31":[()=>n.e(15250).then(n.bind(n,35243)),"@site/_dogfooding/_blog tests/2022-01-21-dup-footnote.mdx",35243],"33a17176":[()=>n.e(66058).then(n.bind(n,1149)),"@site/blog/releases/3.1/index.mdx?truncated=true",1149],"33bfb584":[()=>Promise.all([n.e(40532),n.e(20393)]).then(n.bind(n,9182)),"@site/docs/api/misc/eslint-plugin/README.mdx",9182],"340ead00":[()=>n.e(27643).then(n.bind(n,36100)),"@site/changelog/source/2.0.0-alpha.64.md?truncated=true",36100],"35123c02":[()=>n.e(2148).then(n.bind(n,88898)),"@site/_dogfooding/_docs tests/tests/visibility/only-unlisteds/unlisted-subcategory/unlisted3.mdx",88898],"3653b226":[()=>n.e(4627).then(n.bind(n,82037)),"@site/changelog/source/2.0.0-beta.22.md?truncated=true",82037],"36994c47":[()=>n.e(59208).then(n.t.bind(n,94468,19)),"@generated/docusaurus-plugin-content-blog/default/__plugin.json",94468],"36c3cb9a":[()=>n.e(56733).then(n.t.bind(n,29753,19)),"@generated/docusaurus-plugin-content-blog/blog-tests/p/tests-blog-tags-long-long-long-long-long-bdf.json",29753],"3716f59c":[()=>Promise.all([n.e(40532),n.e(74911),n.e(59904)]).then(n.bind(n,2179)),"@site/docs/api/plugins/plugin-google-gtag.mdx",2179],"3720c009":[()=>Promise.all([n.e(40532),n.e(13751)]).then(n.bind(n,28211)),"@theme/DocTagsListPage",28211],"37bd3c63":[()=>n.e(69530).then(n.bind(n,42618)),"@site/changelog/source/2.0.0-beta.4.md",42618],"37de9ece":[()=>n.e(5304).then(n.bind(n,12915)),"@site/changelog/source/2.0.0-beta.6.md?truncated=true",12915],"3813dac9":[()=>Promise.all([n.e(40532),n.e(84348)]).then(n.bind(n,32546)),"@site/src/plugins/featureRequests/FeatureRequestsPage",32546],"381bbac3":[()=>n.e(2574).then(n.bind(n,36071)),"@site/_dogfooding/_blog tests/2022-04-20-dup-footnote.mdx?truncated=true",36071],"383dd8e9":[()=>n.e(32858).then(n.t.bind(n,31092,19)),"@generated/docusaurus-plugin-content-docs/docs-tests/p/tests-docs-tags-a-54b.json",31092],"38caefbe":[()=>n.e(63423).then(n.bind(n,95637)),"@site/_dogfooding/_pages tests/react-18/index.tsx",95637],"38dd9662":[()=>Promise.all([n.e(40532),n.e(39391)]).then(n.bind(n,32537)),"@site/blog/releases/2.3/index.mdx",32537],"39485f13":[()=>n.e(41219).then(n.bind(n,28950)),"@site/blog/2018/12-14-Happy-First-Birthday-Slash.mdx",28950],"3955af78":[()=>n.e(1418).then(n.bind(n,35949)),"@site/_dogfooding/_docs tests/tests/custom-props/doc-without-custom-props.mdx",35949],"39be8897":[()=>n.e(83708).then(n.bind(n,63685)),"@site/changelog/source/2.0.0-beta.14.md?truncated=true",63685],"39cc8d92":[()=>n.e(91404).then(n.bind(n,53745)),"@site/_dogfooding/_pages tests/hydration-tests.tsx",53745],"3a22feb1":[()=>n.e(22166).then(n.bind(n,27185)),"@site/changelog/source/2.0.0-alpha.56.md?truncated=true",27185],"3a2db09e":[()=>n.e(99361).then(n.t.bind(n,57588,19)),"@generated/docusaurus-plugin-content-blog/default/p/blog-tags-df9.json",57588],"3b2c7f61":[()=>n.e(41757).then(n.bind(n,89560)),"@site/changelog/source/2.0.1.md?truncated=true",89560],"3bc24440":[()=>n.e(30990).then(n.bind(n,56959)),"@site/changelog/source/2.0.0.md",56959],"3c03c7ff":[()=>Promise.all([n.e(40532),n.e(74911),n.e(87834)]).then(n.bind(n,68317)),"@site/docs/i18n/i18n-crowdin.mdx",68317],"3c0765d5":[()=>n.e(37551).then(n.bind(n,50484)),"@site/changelog/source/3.3.2.md",50484],"3c0a97de":[()=>n.e(35528).then(n.t.bind(n,13950,19)),"@generated/docusaurus-plugin-debug/default/p/docusaurus-debug-content-0d5.json",13950],"3c616b11":[()=>n.e(59167).then(n.bind(n,67261)),"@site/_dogfooding/_docs tests/tests/ascii/folder/\xe6\xf8\xe5.mdx",67261],"3ca89387":[()=>n.e(12792).then(n.bind(n,6493)),"@site/changelog/source/2.0.1.md",6493],"3ce9624a":[()=>n.e(85341).then(n.bind(n,7575)),"@site/community/2-resources.mdx",7575],"3d73fe52":[()=>n.e(86599).then(n.bind(n,9384)),"@site/_dogfooding/_pages tests/z-index-tests.tsx",9384],"3dd2dc02":[()=>n.e(2176).then(n.bind(n,77753)),"@site/docs/advanced/client.mdx",77753],"3e206144":[()=>n.e(83230).then(n.bind(n,59354)),"@site/community/0-support.mdx",59354],"3ef80f0b":[()=>n.e(52865).then(n.bind(n,12102)),"@site/docs/browser-support.mdx",12102],"3f37e3c4":[()=>n.e(16292).then(n.bind(n,37888)),"@site/changelog/source/2.0.0-beta.3.md",37888],"3f602128":[()=>n.e(5299).then(n.t.bind(n,34210,19)),"@generated/changelog-plugin/default/p/changelog-page-2-c00.json",34210],"40011a75":[()=>n.e(45692).then(n.t.bind(n,32695,19)),"@generated/docusaurus-plugin-content-blog/default/p/blog-page-4-4d1.json",32695],"4052c491":[()=>n.e(98905).then(n.bind(n,3838)),"@site/blog/2020/01-07-tribute-to-endi.mdx",3838],"409b40b6":[()=>n.e(81850).then(n.t.bind(n,50735,19)),"@generated/feature-requests-plugin/default/__plugin.json",50735],"40b17095":[()=>n.e(86763).then(n.bind(n,24093)),"@site/changelog/source/2.0.0-alpha.62.md?truncated=true",24093],"41db61f9":[()=>n.e(26319).then(n.bind(n,95382)),"@site/changelog/source/2.0.0-alpha.23.md?truncated=true",95382],"41f17299":[()=>n.e(45728).then(n.bind(n,27617)),"@site/changelog/source/3.3.2.md?truncated=true",27617],"41f89139":[()=>n.e(96824).then(n.bind(n,7801)),"@site/_dogfooding/_blog tests/2021-10-08-blog-post-mdx-require-feed-tests.mdx",7801],"4228388b":[()=>n.e(21505).then(n.bind(n,81833)),"@site/blog/2022/01-24-docusaurus-2021-recap/index.mdx",81833],"42c2afdc":[()=>n.e(89979).then(n.bind(n,55893)),"@site/_dogfooding/_docs tests/tests/category-links/with-readme-doc/sample-doc.mdx",55893],"43b66818":[()=>n.e(86639).then(n.bind(n,94444)),"@site/changelog/source/2.2.0.md?truncated=true",94444],"43cd9bda":[()=>n.e(65333).then(n.bind(n,70813)),"@site/changelog/source/2.0.0-beta.2.md",70813],"447738d4":[()=>Promise.all([n.e(40532),n.e(90088)]).then(n.bind(n,37176)),"@site/docs/guides/docs/sidebar/autogenerated.mdx",37176],"44e06438":[()=>n.e(78873).then(n.bind(n,37777)),"@site/changelog/source/2.0.0-alpha.30.md?truncated=true",37777],"44f0a4a7":[()=>n.e(97534).then(n.bind(n,15231)),"@site/changelog/source/2.0.0-alpha.70.md",15231],"46765cf2":[()=>n.e(36505).then(n.t.bind(n,32907,19)),"@generated/changelog-plugin/default/__plugin.json",32907],"46f5ed35":[()=>n.e(6292).then(n.bind(n,79466)),"@site/docs/api/misc/logger/logger.mdx",79466],"4794e44a":[()=>n.e(4453).then(n.bind(n,27458)),"@site/changelog/source/2.0.0-alpha.71.md",27458],"47d4c0e5":[()=>n.e(72665).then(n.bind(n,58402)),"@site/changelog/source/2.4.2.md?truncated=true",58402],48325788:[()=>n.e(47185).then(n.bind(n,897)),"@site/changelog/source/2.0.0-beta.5.md",897],"484c5ba1":[()=>n.e(1943).then(n.bind(n,36092)),"@site/changelog/source/2.0.0-alpha.57.md?truncated=true",36092],"487c3fae":[()=>n.e(5289).then(n.bind(n,10015)),"@site/changelog/source/2.0.0-beta.21.md?truncated=true",10015],"487d990e":[()=>n.e(96725).then(n.bind(n,61439)),"@site/changelog/source/2.0.0-alpha.59.md",61439],"492798ca":[()=>Promise.all([n.e(40532),n.e(91557)]).then(n.bind(n,15107)),"@site/docs/api/plugins/plugin-ideal-image.mdx",15107],"4994aa22":[()=>Promise.all([n.e(40532),n.e(78717)]).then(n.bind(n,99939)),"@site/docs/guides/markdown-features/markdown-features-assets.mdx",99939],"4a3883fa":[()=>n.e(88203).then(n.bind(n,56059)),"@site/_dogfooding/_pages tests/unlisted.mdx",56059],"4a70d01c":[()=>n.e(59393).then(n.bind(n,83011)),"@site/changelog/source/2.0.0-alpha.74.md",83011],"4ab187ba":[()=>n.e(465).then(n.bind(n,29175)),"@site/_dogfooding/_docs tests/tests/category-links/custom-index-convention/intro.mdx",29175],"4b7113b6":[()=>n.e(36307).then(n.t.bind(n,28540,19)),"@generated/docusaurus-plugin-content-docs/docs-tests/p/tests-docs-category-tests-d45.json",28540],"4c9d8eaa":[()=>n.e(83692).then(n.bind(n,6535)),"@site/community/1-team.mdx",6535],"4cff09f6":[()=>n.e(38100).then(n.t.bind(n,6142,19)),"@generated/docusaurus-plugin-content-docs/default/p/docs-category-guides-015.json",6142],"4e761ad8":[()=>n.e(58797).then(n.bind(n,26298)),"@site/_dogfooding/_blog tests/2022-08-24-post-unlisted.mdx?truncated=true",26298],"4f8c86e0":[()=>n.e(13928).then(n.bind(n,9655)),"@site/_dogfooding/_blog tests/2021-08-23-multiple-authors.mdx?truncated=true",9655],"50a3e386":[()=>n.e(24734).then(n.bind(n,55079)),"@site/_dogfooding/_docs tests/toc/toc-5-5.mdx",55079],"5140cc17":[()=>n.e(1540).then(n.bind(n,78064)),"@site/changelog/source/2.4.1.md?truncated=true",78064],"514f0e36":[()=>n.e(11454).then(n.bind(n,96145)),"@site/src/pages/examples/markdownPageExample.mdx",96145],"519746e1":[()=>Promise.all([n.e(40532),n.e(66222),n.e(16618),n.e(98986)]).then(n.bind(n,71943)),"@site/blog/2022/08-01-announcing-docusaurus-2.0/index.mdx",71943],"519fdddf":[()=>n.e(52085).then(n.bind(n,17623)),"@site/_dogfooding/_docs tests/tests/visibility/force-unlisted.mdx",17623],"51b4980b":[()=>n.e(65388).then(n.t.bind(n,58923,19)),"@generated/docusaurus-plugin-content-blog/blog-tests/p/tests-blog-tags-blog-page-2-230.json",58923],"51cfc813":[()=>n.e(17674).then(n.bind(n,95224)),"@site/changelog/source/2.0.0-alpha.53.md",95224],"520a8178":[()=>Promise.all([n.e(40532),n.e(52110)]).then(n.bind(n,51340)),"@site/docs/api/plugins/plugin-debug.mdx",51340],"522b3e8c":[()=>n.e(7929).then(n.bind(n,96126)),"@site/changelog/source/2.0.0-alpha.48.md?truncated=true",96126],54542266:[()=>n.e(89832).then(n.bind(n,78152)),"@site/blog/2022/01-24-docusaurus-2021-recap/index.mdx?truncated=true",78152],"554438a9":[()=>n.e(51215).then(n.bind(n,60932)),"@site/blog/2017/12-14-introducing-docusaurus.mdx?truncated=true",60932],"55a7f034":[()=>n.e(59874).then(n.bind(n,61557)),"@site/_dogfooding/_pages tests/navbar-dropdown-tests.mdx",61557],"56350a98":[()=>n.e(51635).then(n.t.bind(n,23055,19)),"@generated/docusaurus-plugin-content-blog/default/p/blog-tags-release-page-3-317.json",23055],"5651bc45":[()=>n.e(85118).then(n.bind(n,71482)),"@site/changelog/source/2.0.0-alpha.31.md",71482],"5665a0fb":[()=>n.e(72135).then(n.bind(n,48804)),"@site/docs/api/plugin-methods/i18n-lifecycles.mdx",48804],"5696d949":[()=>n.e(15097).then(n.bind(n,21638)),"@site/changelog/source/2.0.0-alpha.26.md?truncated=true",21638],"574c6d27":[()=>n.e(24651).then(n.t.bind(n,23859,19)),"@generated/docusaurus-plugin-content-docs/docs-tests/p/tests-docs-tags-permalink-for-tag-e-9ae.json",23859],"575718d1":[()=>Promise.all([n.e(40532),n.e(74768)]).then(n.bind(n,92471)),"@site/blog/releases/3.0/index.mdx",92471],"575b7f6e":[()=>n.e(85433).then(n.bind(n,40847)),"@site/changelog/source/2.0.0-alpha.64.md",40847],"5785f4e1":[()=>Promise.all([n.e(40532),n.e(1040)]).then(n.bind(n,75461)),"@site/docs/guides/markdown-features/markdown-features-math-equations.mdx",75461],"5851db7c":[()=>n.e(60399).then(n.t.bind(n,61264,19)),"@generated/docusaurus-plugin-content-blog/blog-tests/p/tests-blog-tags-long-long-long-long-bd6.json",61264],"5985f86d":[()=>n.e(45687).then(n.bind(n,16124)),"@site/changelog/source/2.0.0-alpha.20.md?truncated=true",16124],"59cb67ce":[()=>n.e(17490).then(n.bind(n,18142)),"@site/_dogfooding/_docs tests/tests/toc-partials/index.mdx",18142],"5b85a2c0":[()=>n.e(65303).then(n.bind(n,69986)),"@site/changelog/source/2.0.0-alpha.63.md",69986],"5c640cab":[()=>n.e(97265).then(n.bind(n,21223)),"@site/blog/2020/01-07-tribute-to-endi.mdx?truncated=true",21223],"5c7aa639":[()=>n.e(29289).then(n.bind(n,56799)),"@site/blog/2017/12-14-introducing-docusaurus.mdx",56799],"5df873bd":[()=>n.e(90038).then(n.bind(n,86753)),"@site/changelog/source/2.0.0.md?truncated=true",86753],"5e335fc2":[()=>n.e(30981).then(n.bind(n,14542)),"@site/blog/2019/12-30-docusaurus-2019-recap.mdx?truncated=true",14542],"5e95c892":[()=>n.e(29661).then(n.bind(n,54527)),"@theme/DocsRoot",54527],"5e9f5e1a":[()=>Promise.resolve().then(n.bind(n,36809)),"@generated/docusaurus.config",36809],"5f61b80e":[()=>n.e(94588).then(n.bind(n,42600)),"@site/_dogfooding/_docs tests/tests/links/target.mdx",42600],"5fb252f5":[()=>n.e(22787).then(n.bind(n,65714)),"@site/changelog/source/2.3.1.md",65714],"604f9362":[()=>n.e(92100).then(n.t.bind(n,61413,19)),"@generated/docusaurus-plugin-content-docs/docs-tests/p/tests-docs-tags-f48.json",61413],61266023:[()=>n.e(65423).then(n.bind(n,7927)),"@site/changelog/source/2.0.0-alpha.31.md?truncated=true",7927],"6199064d":[()=>n.e(86143).then(n.bind(n,52322)),"@site/blog/2021/03-09-releasing-docusaurus-i18n.mdx?truncated=true",52322],"62b37705":[()=>Promise.all([n.e(40532),n.e(74911),n.e(8901)]).then(n.bind(n,95272)),"@site/community/4-canary.mdx",95272],"641734b9":[()=>Promise.all([n.e(40532),n.e(74911),n.e(5856)]).then(n.bind(n,33300)),"@site/docs/styling-layout.mdx",33300],"6466e69d":[()=>n.e(99234).then(n.bind(n,42794)),"@site/changelog/source/2.0.0-alpha.75.md",42794],"64aa9092":[()=>n.e(74098).then(n.bind(n,76435)),"@site/changelog/source/2.3.0.md?truncated=true",76435],"64dfb3e9":[()=>Promise.all([n.e(40532),n.e(74911),n.e(44027)]).then(n.bind(n,77132)),"@site/docs/guides/markdown-features/markdown-features-react.mdx",77132],"65e0415e":[()=>n.e(86468).then(n.t.bind(n,14524,19)),"@generated/docusaurus-plugin-content-docs/docs-tests/p/tests-docs-category-sidebar-item-description-tests-197.json",14524],"6608e8cd":[()=>n.e(65180).then(n.t.bind(n,90224,19)),"~blog/blog-tests/blog-post-list-prop-blog-tests.json",90224],66664890:[()=>n.e(98294).then(n.bind(n,76393)),"@site/changelog/source/2.0.0-beta.13.md",76393],"666c1406":[()=>n.e(36610).then(n.bind(n,19581)),"@site/changelog/source/2.0.0-alpha.66.md?truncated=true",19581],"66e08b1e":[()=>n.e(34660).then(n.bind(n,15829)),"@site/changelog/source/2.0.0-beta.4.md?truncated=true",15829],"67445aac":[()=>n.e(78141).then(n.bind(n,70278)),"@site/changelog/source/2.0.0-alpha.36.md",70278],"6794d4cd":[()=>Promise.all([n.e(40532),n.e(63102)]).then(n.bind(n,81324)),"@theme/DebugRegistry",81324],"67bff682":[()=>n.e(76759).then(n.bind(n,57409)),"@site/changelog/source/2.0.0-alpha.35.md",57409],"67cff4f8":[()=>n.e(76219).then(n.bind(n,25917)),"@site/_dogfooding/_docs tests/standalone.mdx",25917],"681d569e":[()=>n.e(12764).then(n.t.bind(n,20076,19)),"@generated/docusaurus-plugin-content-blog/blog-tests/p/tests-blog-tags-paginated-tag-63b.json",20076],"6875c492":[()=>Promise.all([n.e(40532),n.e(74911),n.e(99854),n.e(48610)]).then(n.bind(n,7935)),"@theme/BlogTagsPostsPage",7935],"688c67ec":[()=>n.e(15209).then(n.bind(n,86160)),"@site/changelog/source/2.4.3.md",86160],"68c81175":[()=>n.e(3913).then(n.bind(n,5590)),"@site/changelog/source/2.0.0-alpha.27.md?truncated=true",5590],"68e633d4":[()=>Promise.all([n.e(40532),n.e(81843)]).then(n.bind(n,58932)),"@theme/DebugSiteMetadata",58932],"6967621f":[()=>n.e(82370).then(n.bind(n,25837)),"@site/_dogfooding/_docs tests/toc/toc-4-5.mdx",25837],"69d00ea1":[()=>n.e(82674).then(n.bind(n,47677)),"@site/changelog/source/2.0.0-alpha.66.md",47677],"6a2ff064":[()=>n.e(29413).then(n.bind(n,72390)),"@site/_dogfooding/_docs tests/toc/toc-2-2.mdx",72390],"6ab75597":[()=>n.e(24925).then(n.bind(n,55605)),"@site/changelog/source/2.0.0-beta.16.md",55605],"6c055727":[()=>n.e(34653).then(n.bind(n,55769)),"@site/changelog/source/2.0.0-beta.0.md",55769],"6c065aab":[()=>Promise.all([n.e(40532),n.e(74911),n.e(22888)]).then(n.bind(n,81172)),"@site/docs/api/themes/theme-classic.mdx",81172],"6c1df059":[()=>n.e(76532).then(n.bind(n,605)),"@site/blog/2018/04-30-How-I-Converted-Profilo-To-Docusaurus.mdx?truncated=true",605],"6ca75a11":[()=>n.e(32165).then(n.bind(n,46324)),"@site/docs/migration/v2/migration-versioned-sites.mdx",46324],"6e08c139":[()=>n.e(89177).then(n.bind(n,15691)),"@site/blog/2023/09-29-preparing-your-site-for-docusaurus-v3/index.mdx?truncated=true",15691],"6e7f3c19":[()=>Promise.all([n.e(40532),n.e(74911),n.e(78645)]).then(n.bind(n,74203)),"@site/docs/api/plugins/plugin-google-tag-manager.mdx",74203],"6e8cf259":[()=>n.e(92206).then(n.bind(n,51427)),"@site/_dogfooding/_pages tests/head-metadata.mdx",51427],"6f742216":[()=>n.e(57262).then(n.bind(n,2722)),"@site/_dogfooding/_docs tests/more-test.mdx",2722],"6fc50b01":[()=>n.e(29313).then(n.bind(n,73772)),"@site/_dogfooding/_blog tests/2023-07-19-a.mdx",73772],"701b6ec8":[()=>n.e(24212).then(n.bind(n,18766)),"@site/changelog/source/2.0.0-alpha.44.md?truncated=true",18766],"7033176a":[()=>n.e(91971).then(n.bind(n,79442)),"@site/changelog/source/2.0.0-alpha.23.md",79442],"704bae10":[()=>n.e(46119).then(n.bind(n,48732)),"@site/changelog/source/2.0.0-alpha.59.md?truncated=true",48732],"706279d4":[()=>Promise.all([n.e(40532),n.e(35718)]).then(n.bind(n,64040)),"@site/docs/guides/docs/sidebar/items.mdx",64040],"70e09343":[()=>Promise.all([n.e(66222),n.e(35870)]).then(n.bind(n,29564)),"@site/docs/playground.mdx",29564],72169416:[()=>n.e(25515).then(n.t.bind(n,38505,19)),"@generated/docusaurus-plugin-content-blog/default/p/blog-tags-adoption-cc3.json",38505],"72810b49":[()=>n.e(9924).then(n.bind(n,41858)),"@site/changelog/source/2.0.0-alpha.26.md",41858],"728bdbb9":[()=>n.e(61074).then(n.bind(n,13412)),"@site/_dogfooding/_blog tests/2021-11-13-dup-title.mdx?truncated=true",13412],"728fd2f1":[()=>n.e(57774).then(n.bind(n,34895)),"@site/changelog/source/2.0.0-rc.1.md?truncated=true",34895],"73004b36":[()=>n.e(48625).then(n.bind(n,94188)),"@site/changelog/source/2.0.0-alpha.54.md",94188],"745d094c":[()=>n.e(7849).then(n.bind(n,20294)),"@site/changelog/source/3.2.1.md?truncated=true",20294],"748308c5":[()=>n.e(72113).then(n.bind(n,21678)),"@site/changelog/source/2.0.0-alpha.72.md",21678],74884079:[()=>n.e(19189).then(n.t.bind(n,28615,19)),"@generated/docusaurus-plugin-content-docs/docs-tests/__plugin.json",28615],"748cd346":[()=>n.e(24013).then(n.t.bind(n,81836,17)),"@generated/feature-requests-plugin/default/paths.json",81836],"74efa390":[()=>n.e(15049).then(n.bind(n,78444)),"@site/_dogfooding/_blog tests/2022-10-02-html-slug.mdx?truncated=true",78444],"758e69f6":[()=>n.e(32194).then(n.bind(n,62895)),"@site/_dogfooding/_docs tests/tests/visibility/some-drafts/draft-subcategory/listed1.mdx",62895],"75d8497c":[()=>n.e(24358).then(n.bind(n,49194)),"@site/changelog/source/2.0.0-alpha.44.md",49194],"75efc17f":[()=>n.e(43597).then(n.bind(n,63843)),"@site/changelog/source/2.0.0-alpha.67.md?truncated=true",63843],"76134b9e":[()=>n.e(58335).then(n.bind(n,60950)),"@site/_dogfooding/_docs tests/beginner's guide.mdx",60950],"771ca8b2":[()=>n.e(65147).then(n.bind(n,8144)),"@site/_dogfooding/_docs tests/toc/toc-2-4.mdx",8144],"772c972a":[()=>n.e(63067).then(n.bind(n,65500)),"@site/docs/guides/docs/docs-introduction.mdx",65500],77542238:[()=>n.e(23091).then(n.bind(n,79818)),"@site/_dogfooding/_pages tests/layout-no-children.tsx",79818],"77da816e":[()=>n.e(39797).then(n.bind(n,38098)),"@site/blog/releases/2.2/index.mdx?truncated=true",38098],"77eb9b8f":[()=>n.e(54724).then(n.bind(n,84311)),"@site/docs/api/plugin-methods/lifecycle-apis.mdx",84311],"788c5c4f":[()=>n.e(2762).then(n.t.bind(n,71583,19)),"@generated/docusaurus-plugin-content-docs/docs-tests/p/tests-docs-tags-b-54a.json",71583],"797b79df":[()=>n.e(24017).then(n.bind(n,12164)),"@site/changelog/source/3.0.1.md?truncated=true",12164],"799b9126":[()=>n.e(28109).then(n.bind(n,50888)),"@site/changelog/source/2.0.0-alpha.19.md",50888],"7a272146":[()=>n.e(8496).then(n.bind(n,13149)),"@site/docs/api/plugin-methods/static-methods.mdx",13149],"7a71cb25":[()=>n.e(68751).then(n.bind(n,5757)),"@site/changelog/source/2.0.0-alpha.49.md?truncated=true",5757],"7ada4fa6":[()=>Promise.all([n.e(40532),n.e(42606)]).then(n.bind(n,64522)),"@site/docs/guides/markdown-features/markdown-features-intro.mdx",64522],"7c3d1b8c":[()=>n.e(70365).then(n.bind(n,90368)),"@site/changelog/source/2.0.0-alpha.69.md",90368],"7d1ac6e6":[()=>n.e(76062).then(n.bind(n,26468)),"@site/blog/2019/12-30-docusaurus-2019-recap.mdx",26468],"7dd3b2a7":[()=>n.e(1020).then(n.t.bind(n,12565,19)),"@generated/docusaurus-plugin-content-blog/default/p/blog-page-5-178.json",12565],"7dfb83d7":[()=>Promise.all([n.e(40532),n.e(66222),n.e(91874)]).then(n.bind(n,12099)),"@site/src/pages/showcase/index.tsx",12099],"7f129fbe":[()=>n.e(96122).then(n.bind(n,2616)),"@site/_dogfooding/_blog tests/2021-10-07-blog-post-mdx-feed-tests.mdx?truncated=true",2616],"7f26acbd":[()=>n.e(35075).then(n.t.bind(n,64644,19)),"@generated/docusaurus-plugin-content-blog/default/p/blog-tags-profilo-4bf.json",64644],"7f3dfa04":[()=>n.e(5136).then(n.bind(n,20269)),"@site/blog/2018/04-30-How-I-Converted-Profilo-To-Docusaurus.mdx",20269],"7f6bb8ad":[()=>n.e(87188).then(n.bind(n,39139)),"@site/changelog/source/2.0.0-alpha.36.md?truncated=true",39139],"7fdd8ddf":[()=>Promise.all([n.e(40532),n.e(74911),n.e(76581)]).then(n.bind(n,417)),"@site/_dogfooding/_pages tests/code-block-tests.mdx",417],"7fedd5c3":[()=>n.e(27989).then(n.bind(n,45530)),"@site/changelog/source/2.0.0-alpha.38.md?truncated=true",45530],"8050e487":[()=>n.e(29792).then(n.bind(n,59846)),"@site/changelog/source/2.0.0-alpha.60.md",59846],"8075f6fd":[()=>n.e(99011).then(n.bind(n,50520)),"@site/blog/2023/09-22-upgrading-frontend-dependencies-with-confidence-using-visual-regression-testing/index.mdx?truncated=true",50520],"814f3328":[()=>n.e(52535).then(n.t.bind(n,45641,19)),"~blog/default/blog-post-list-prop-default.json",45641],"82425aa0":[()=>n.e(62513).then(n.bind(n,8792)),"@site/docs/migration/v3.mdx",8792],"828be2eb":[()=>Promise.all([n.e(40532),n.e(36523)]).then(n.bind(n,66255)),"@site/docs/guides/docs/docs-multi-instance.mdx",66255],"82de272a":[()=>n.e(50298).then(n.bind(n,6785)),"@site/_dogfooding/_docs tests/tests/category-links/no-subdoc/index.mdx",6785],"83808d4b":[()=>n.e(74799).then(n.bind(n,41060)),"@site/changelog/source/2.0.0-alpha.43.md",41060],"845bdfd1":[()=>n.e(91907).then(n.bind(n,59536)),"@site/changelog/source/2.4.0.md",59536],"85d61fbd":[()=>Promise.all([n.e(40532),n.e(69774)]).then(n.bind(n,88421)),"@site/docs/api/themes/theme-live-codeblock.mdx",88421],"8604db02":[()=>n.e(51161).then(n.bind(n,1229)),"@site/changelog/source/2.0.0-alpha.55.md?truncated=true",1229],"8625da58":[()=>n.e(66530).then(n.bind(n,33858)),"@site/changelog/source/2.1.0.md?truncated=true",33858],"864aad98":[()=>n.e(82002).then(n.bind(n,31491)),"@site/changelog/source/2.0.0-alpha.40.md?truncated=true",31491],"86e3a3d9":[()=>Promise.all([n.e(40532),n.e(15158)]).then(n.bind(n,36911)),"@site/_dogfooding/_docs tests/tests/category-links/with-category-name-doc/with-category-name-doc.mdx",36911],"872e6514":[()=>n.e(19090).then(n.bind(n,41130)),"@site/changelog/source/V2 Changelog.md",41130],"87e9b44c":[()=>Promise.all([n.e(40532),n.e(8912)]).then(n.bind(n,24163)),"@site/_dogfooding/_docs tests/tests/visibility/some-unlisteds/unlisted-subcategory/index.mdx",24163],"88d0be04":[()=>Promise.all([n.e(40532),n.e(40151)]).then(n.bind(n,1439)),"@site/_dogfooding/_docs tests/toc/toc-test-good.mdx",1439],"891c0dad":[()=>n.e(20663).then(n.bind(n,62604)),"@site/docs/docusaurus-core.mdx",62604],"8945e4ee":[()=>n.e(51810).then(n.bind(n,26727)),"@site/changelog/source/2.0.0-alpha.61.md?truncated=true",26727],"8a603d1e":[()=>n.e(68461).then(n.bind(n,75921)),"@site/_dogfooding/_docs tests/tests/links/broken-anchors-tests.mdx",75921],"8aa79af8":[()=>n.e(90682).then(n.t.bind(n,31880,19)),"~blog/blog-tests/blogMetadata-blog-tests.json",31880],"8b6ce0ec":[()=>n.e(36731).then(n.bind(n,39683)),"@site/changelog/source/2.0.0-beta.10.md?truncated=true",39683],"8be705a1":[()=>n.e(1079).then(n.bind(n,24579)),"@site/changelog/source/2.0.0-beta.7.md",24579],"8bf84dbe":[()=>n.e(78326).then(n.bind(n,31911)),"@site/changelog/source/2.0.0-alpha.48.md",31911],"8c2c5342":[()=>n.e(95837).then(n.t.bind(n,22177,19)),"@generated/docusaurus-plugin-content-blog/blog-tests/p/tests-blog-tags-blog-a4d.json",22177],"8d4ea9fe":[()=>n.e(49839).then(n.t.bind(n,8002,19)),"@generated/docusaurus-plugin-content-blog/default/p/blog-tags-search-2b0.json",8002],"8dfde3ea":[()=>n.e(30135).then(n.bind(n,10932)),"@site/changelog/source/2.0.0-alpha.33.md?truncated=true",10932],"8ea09047":[()=>n.e(78644).then(n.t.bind(n,76964,19)),"@generated/docusaurus-plugin-content-blog/default/p/blog-page-2-433.json",76964],"8ef3f86c":[()=>n.e(83489).then(n.bind(n,29341)),"@site/docs/i18n/i18n-introduction.mdx",29341],"8f8b968f":[()=>n.e(6399).then(n.bind(n,9635)),"@site/changelog/source/2.0.0-beta.3.md?truncated=true",9635],"90545aa3":[()=>n.e(38472).then(n.bind(n,27709)),"@site/changelog/source/3.1.0.md",27709],"9059c83e":[()=>n.e(96677).then(n.bind(n,70072)),"@site/changelog/source/2.0.0-alpha.32.md",70072],"907232bd":[()=>n.e(26421).then(n.bind(n,22847)),"@site/changelog/source/2.0.0-beta.11.md?truncated=true",22847],"90e20400":[()=>n.e(64874).then(n.bind(n,12686)),"@site/_dogfooding/_blog tests/2021-09-13-dup-title.mdx?truncated=true",12686],"90e57dc7":[()=>Promise.all([n.e(40532),n.e(4420)]).then(n.bind(n,51748)),"@site/_dogfooding/_docs tests/tests/admonitions.mdx",51748],"91b203fb":[()=>Promise.all([n.e(40532),n.e(9900)]).then(n.bind(n,47577)),"@site/docs/migration/index.mdx",47577],"91cd22f1":[()=>n.e(90916).then(n.bind(n,78889)),"@site/docs/api/themes/overview.mdx",78889],"9229eb36":[()=>n.e(95206).then(n.bind(n,81762)),"@site/changelog/source/2.0.0-alpha.49.md",81762],"924aa2c8":[()=>n.e(49412).then(n.bind(n,30896)),"@site/changelog/source/3.3.1.md?truncated=true",30896],"92aa9055":[()=>n.e(30935).then(n.bind(n,82778)),"@site/changelog/source/2.0.0-alpha.33.md",82778],"945e072c":[()=>Promise.all([n.e(40532),n.e(81187)]).then(n.bind(n,30141)),"@site/docs/swizzling.mdx",30141],"946bd85a":[()=>Promise.all([n.e(40532),n.e(40616)]).then(n.bind(n,46749)),"@theme/DebugRoutes",46749],94744769:[()=>n.e(30808).then(n.bind(n,9058)),"@site/_dogfooding/_pages tests/error-boundary-tests.tsx",9058],"94e448d6":[()=>n.e(96219).then(n.bind(n,73687)),"@site/_dogfooding/_pages tests/crashTest.tsx",73687],"94f305e3":[()=>n.e(31528).then(n.bind(n,43686)),"@site/changelog/source/V2 Changelog.md?truncated=true",43686],"951faa55":[()=>n.e(79403).then(n.t.bind(n,56923,19)),"~blog/../changelog-plugin/default/blog-post-list-prop-changelog.json",56923],95515391:[()=>n.e(38140).then(n.bind(n,12044)),"@site/_dogfooding/_docs tests/folder with space/doc 1.mdx",12044],"95742e6e":[()=>n.e(35596).then(n.bind(n,42607)),"@site/changelog/source/2.0.0-alpha.24.md?truncated=true",42607],"95e8e4ff":[()=>n.e(27893).then(n.bind(n,7393)),"@site/blog/releases/3.0/index.mdx?truncated=true",7393],"96153c3e":[()=>n.e(47350).then(n.bind(n,72925)),"@site/_dogfooding/_blog tests/2022-01-22-dup-footnote.mdx?truncated=true",72925],"972d9d57":[()=>n.e(40937).then(n.bind(n,21717)),"@site/docs/introduction.mdx",21717],"975c6d52":[()=>n.e(20871).then(n.bind(n,78941)),"@site/_dogfooding/_pages tests/index.mdx",78941],"979385f4":[()=>n.e(91257).then(n.bind(n,89682)),"@site/src/pages/examples/noIndex.mdx",89682],"97fd818d":[()=>n.e(28749).then(n.bind(n,58867)),"@site/changelog/source/2.0.0-alpha.62.md",58867],"984fb229":[()=>n.e(33488).then(n.bind(n,23193)),"@site/changelog/source/2.4.2.md",23193],"98b4a860":[()=>n.e(20613).then(n.bind(n,64779)),"@site/blog/2021/05-12-announcing-docusaurus-two-beta/index.mdx",64779],"98df95cb":[()=>n.e(16787).then(n.bind(n,17737)),"@site/_dogfooding/_blog tests/2021-08-21-blog-post-toc-tests.mdx?truncated=true",17737],"9ae3398a":[()=>n.e(32477).then(n.bind(n,3232)),"@site/_dogfooding/_blog tests/2022-01-21-dup-footnote.mdx?truncated=true",3232],"9b96e581":[()=>n.e(4757).then(n.bind(n,4309)),"@site/changelog/source/2.0.0-alpha.63.md?truncated=true",4309],"9d00fd52":[()=>n.e(7731).then(n.bind(n,81510)),"@site/_dogfooding/_blog tests/2021-10-08-blog-post-mdx-require-feed-tests.mdx?truncated=true",81510],"9e151db7":[()=>n.e(83861).then(n.bind(n,13704)),"@site/changelog/source/2.0.0-alpha.22.md",13704],"9e287d93":[()=>Promise.all([n.e(40532),n.e(87317)]).then(n.bind(n,29187)),"@site/docs/api/misc/eslint-plugin/no-untranslated-text.mdx",29187],"9e4087bc":[()=>n.e(53608).then(n.bind(n,45722)),"@theme/BlogArchivePage",45722],"9f70a9f9":[()=>n.e(31438).then(n.bind(n,92932)),"@site/changelog/source/2.0.0-alpha.30.md",92932],"9f9142d7":[()=>n.e(54298).then(n.bind(n,67602)),"@site/blog/2021/11-21-algolia-docsearch-migration/index.mdx",67602],"9ffba925":[()=>n.e(26131).then(n.bind(n,62649)),"@site/changelog/source/2.0.0-alpha.37.md?truncated=true",62649],a0355907:[()=>n.e(76879).then(n.bind(n,5121)),"@site/changelog/source/2.0.0-beta.2.md?truncated=true",5121],a05ec3a8:[()=>Promise.all([n.e(40532),n.e(53649)]).then(n.bind(n,5375)),"@site/docs/typescript-support.mdx",5375],a1286a82:[()=>n.e(78585).then(n.bind(n,10274)),"@site/_dogfooding/_docs tests/tests/category-links/with-index-doc/sample-doc.mdx",10274],a181cccc:[()=>n.e(34588).then(n.bind(n,1645)),"@site/_dogfooding/_blog tests/2023-07-19-b.mdx?truncated=true",1645],a1da7a09:[()=>Promise.all([n.e(40532),n.e(4086)]).then(n.bind(n,92680)),"@site/docs/guides/docs/versioning.mdx",92680],a1ff2305:[()=>n.e(63108).then(n.bind(n,83134)),"@site/_dogfooding/_docs tests/doc-without-sidebar.mdx",83134],a220deab:[()=>n.e(30047).then(n.t.bind(n,26366,19)),"@generated/docusaurus-plugin-content-blog/blog-tests/p/tests-blog-tags-paginated-tag-page-4-1e2.json",26366],a2411e26:[()=>n.e(10060).then(n.bind(n,17744)),"@site/changelog/source/2.0.0-alpha.53.md?truncated=true",17744],a271b010:[()=>n.e(87050).then(n.bind(n,81655)),"@site/changelog/source/2.0.0-beta.19.md",81655],a3aa32e9:[()=>n.e(1892).then(n.bind(n,64228)),"@site/_dogfooding/_docs tests/toc/toc-3-5.mdx",64228],a4c9d663:[()=>Promise.all([n.e(40532),n.e(17666)]).then(n.bind(n,12250)),"@site/docs/using-plugins.mdx",12250],a5047f77:[()=>n.e(52156).then(n.t.bind(n,87878,19)),"@generated/docusaurus-plugin-content-blog/blog-tests/p/tests-blog-tags-long-f4e.json",87878],a535a6cd:[()=>n.e(27906).then(n.bind(n,91153)),"@site/docs/api/plugin-methods/extend-infrastructure.mdx",91153],a53a71e5:[()=>Promise.all([n.e(40532),n.e(74911),n.e(60091)]).then(n.bind(n,84669)),"@site/docs/migration/v2/migration-manual.mdx",84669],a54aa980:[()=>n.e(29075).then(n.bind(n,25707)),"@site/changelog/source/2.4.0.md?truncated=true",25707],a5816f92:[()=>Promise.all([n.e(40532),n.e(87564)]).then(n.bind(n,94101)),"@site/docs/blog.mdx",94101],a5e2f0c0:[()=>n.e(43730).then(n.bind(n,32640)),"@site/_dogfooding/_blog tests/2023-07-19-a.mdx?truncated=true",32640],a68a7a4e:[()=>n.e(80776).then(n.bind(n,30675)),"@site/blog/2018/09-11-Towards-Docusaurus-2.mdx",30675],a6aa9e1f:[()=>Promise.all([n.e(40532),n.e(74911),n.e(99854),n.e(93089)]).then(n.bind(n,40910)),"@theme/BlogListPage",40910],a715936c:[()=>Promise.all([n.e(40532),n.e(72468)]).then(n.bind(n,74356)),"@site/docs/api/themes/theme-mermaid.mdx",74356],a7456010:[()=>n.e(15980).then(n.t.bind(n,79365,19)),"@generated/docusaurus-plugin-content-pages/default/__plugin.json",79365],a74dca09:[()=>n.e(76957).then(n.bind(n,65603)),"@site/changelog/source/2.0.0-beta.0.md?truncated=true",65603],a7bd4aaa:[()=>n.e(18518).then(n.bind(n,88337)),"@theme/DocVersionRoot",88337],a907b7c3:[()=>n.e(81898).then(n.bind(n,91351)),"@site/changelog/source/2.0.0-alpha.21.md",91351],a94703ab:[()=>Promise.all([n.e(40532),n.e(94368)]).then(n.bind(n,86712)),"@theme/DocRoot",86712],aa18a71c:[()=>n.e(22413).then(n.bind(n,50233)),"@site/_dogfooding/_docs tests/folder with space/doc 2.mdx",50233],ab4f64ba:[()=>n.e(22259).then(n.bind(n,35019)),"@site/changelog/source/2.0.0-alpha.55.md",35019],aba21aa0:[()=>n.e(33629).then(n.t.bind(n,41765,19)),"@generated/docusaurus-plugin-content-docs/default/__plugin.json",41765],acecf23e:[()=>n.e(97393).then(n.t.bind(n,81838,19)),"~blog/default/blogMetadata-default.json",81838],ad5b23ac:[()=>n.e(84224).then(n.bind(n,46352)),"@site/blog/2018/12-14-Happy-First-Birthday-Slash.mdx?truncated=true",46352],addd9d98:[()=>n.e(49183).then(n.bind(n,23732)),"@site/changelog/source/2.0.0-alpha.71.md?truncated=true",23732],ae9935bc:[()=>n.e(61991).then(n.bind(n,43196)),"@site/changelog/source/2.0.0-rc.1.md",43196],aec260ae:[()=>n.e(35043).then(n.bind(n,72427)),"@site/changelog/source/2.0.0-alpha.50.md",72427],aed6c7bc:[()=>n.e(61773).then(n.bind(n,92701)),"@site/_dogfooding/_docs tests/tests/category-links/no-index-doc/index.mdx",92701],af43d14c:[()=>n.e(39523).then(n.bind(n,65367)),"@site/changelog/source/2.0.0-beta.18.md",65367],af8066c0:[()=>n.e(72881).then(n.t.bind(n,72370,19)),"@generated/docusaurus-plugin-content-blog/default/p/blog-tags-documentation-453.json",72370],b0e5bd01:[()=>n.e(72918).then(n.bind(n,40964)),"@site/changelog/source/2.0.0-alpha.58.md?truncated=true",40964],b1436a9e:[()=>n.e(34259).then(n.bind(n,45929)),"@site/_dogfooding/_blog tests/2021-08-23-multiple-authors.mdx",45929],b1a9994a:[()=>n.e(95422).then(n.bind(n,29963)),"@site/blog/2021/03-09-releasing-docusaurus-i18n.mdx",29963],b1fd4655:[()=>n.e(36498).then(n.t.bind(n,26238,19)),"@generated/docusaurus-plugin-content-blog/blog-tests/p/tests-blog-tags-long-long-long-79e.json",26238],b2f737a9:[()=>Promise.all([n.e(40532),n.e(65230)]).then(n.bind(n,92074)),"@site/docs/i18n/i18n-git.mdx",92074],b347ea7a:[()=>n.e(81671).then(n.bind(n,78207)),"@site/_dogfooding/_blog tests/2021-11-13-dup-title.mdx",78207],b38399eb:[()=>n.e(18599).then(n.t.bind(n,97139,19)),"@generated/docusaurus-plugin-debug/default/__plugin.json",97139],b48ab446:[()=>n.e(1235).then(n.bind(n,604)),"@site/changelog/source/2.0.0-alpha.43.md?truncated=true",604],b4cf731e:[()=>n.e(10388).then(n.bind(n,74106)),"@site/blog/2021/05-12-announcing-docusaurus-two-beta/index.mdx?truncated=true",74106],b54091ce:[()=>n.e(19474).then(n.bind(n,88925)),"@site/docs/guides/markdown-features/markdown-features-links.mdx",88925],b6b7bfe6:[()=>n.e(40976).then(n.bind(n,27608)),"@site/_dogfooding/_docs tests/dummy.mdx",27608],b71a2a89:[()=>n.e(55305).then(n.bind(n,61587)),"@site/changelog/source/3.1.0.md?truncated=true",61587],b85e7ff6:[()=>n.e(28846).then(n.bind(n,13090)),"@site/_dogfooding/_pages tests/page-toc-tests.mdx",13090],b87bf306:[()=>n.e(31983).then(n.bind(n,44254)),"@site/_dogfooding/_blog tests/demo/2020-08-03-second-blog-intro.mdx?truncated=true",44254],ba61d949:[()=>Promise.all([n.e(40532),n.e(67041)]).then(n.bind(n,1346)),"@site/docs/cli.mdx",1346],ba8b3534:[()=>Promise.all([n.e(40532),n.e(12983)]).then(n.bind(n,66074)),"@theme/DebugContent",66074],bb2243f8:[()=>n.e(49506).then(n.t.bind(n,20030,19)),"@generated/docusaurus-plugin-content-blog/default/p/blog-tags-i-18-n-106.json",20030],bbddb7b1:[()=>n.e(96519).then(n.bind(n,73169)),"@site/_dogfooding/_blog tests/2022-10-02-html-slug.mdx",73169],bc302511:[()=>n.e(73454).then(n.bind(n,55274)),"@site/changelog/source/2.0.0-beta.18.md?truncated=true",55274],bc770e2d:[()=>n.e(54070).then(n.bind(n,68450)),"@site/_dogfooding/_docs tests/tests/visibility/some-unlisteds/unlisted-subcategory/unlisted3.mdx",68450],bcbb32e8:[()=>Promise.all([n.e(40532),n.e(40382)]).then(n.bind(n,37802)),"@site/docs/api/docusaurus.config.js.mdx",37802],bccd76a8:[()=>n.e(68392).then(n.bind(n,71743)),"@site/changelog/source/2.0.0-beta.17.md",71743],bce2ffab:[()=>Promise.all([n.e(40532),n.e(99068)]).then(n.bind(n,33047)),"@site/_dogfooding/_docs tests/tests/visibility/only-unlisteds/unlisted-subcategory/index.mdx",33047],bd03c380:[()=>n.e(71697).then(n.t.bind(n,89195,19)),"@generated/docusaurus-plugin-content-blog/default/p/blog-tags-maintenance-c17.json",89195],bd7149c1:[()=>Promise.all([n.e(40532),n.e(93630)]).then(n.bind(n,29035)),"@site/docs/guides/markdown-features/markdown-features-admonitions.mdx",29035],bdab9796:[()=>Promise.all([n.e(40532),n.e(40747)]).then(n.bind(n,31780)),"@site/_dogfooding/_docs tests/toc/toc-test-bad.mdx",31780],be1a9fc5:[()=>n.e(41861).then(n.bind(n,17505)),"@site/changelog/source/3.1.1.md?truncated=true",17505],bf1080de:[()=>n.e(83500).then(n.bind(n,82370)),"@site/changelog/source/2.0.0-alpha.34.md?truncated=true",82370],bf6bbe3c:[()=>n.e(2374).then(n.t.bind(n,21466,19)),"@generated/docusaurus-plugin-content-blog/default/p/blog-tags-beta-6a2.json",21466],bfd9bf94:[()=>Promise.all([n.e(40532),n.e(74911),n.e(97802)]).then(n.bind(n,8513)),"@site/docs/api/plugins/plugin-pwa.mdx",8513],c00eca4d:[()=>Promise.all([n.e(40532),n.e(82556)]).then(n.bind(n,90830)),"@site/blog/releases/3.3/index.mdx",90830],c01d2348:[()=>n.e(57546).then(n.bind(n,78267)),"@site/changelog/source/2.0.0-alpha.75.md?truncated=true",78267],c116f728:[()=>n.e(6516).then(n.bind(n,65343)),"@site/changelog/source/2.0.0-alpha.50.md?truncated=true",65343],c141421f:[()=>n.e(31004).then(n.t.bind(n,51324,19)),"@generated/docusaurus-theme-search-algolia/default/__plugin.json",51324],c15d9823:[()=>n.e(6642).then(n.t.bind(n,92506,19)),"@generated/docusaurus-plugin-content-blog/default/p/blog-bd9.json",92506],c1866819:[()=>n.e(91294).then(n.t.bind(n,89847,19)),"@generated/docusaurus-plugin-content-blog/default/p/blog-tags-release-page-2-607.json",89847],c260b502:[()=>n.e(71043).then(n.t.bind(n,30186,19)),"@generated/docusaurus-plugin-content-docs/default/p/docs-category-getting-started-da0.json",30186],c3218042:[()=>n.e(82477).then(n.t.bind(n,59981,19)),"@generated/docusaurus-plugin-content-blog/blog-tests/__plugin.json",59981],c459a19d:[()=>Promise.all([n.e(40532),n.e(53498)]).then(n.bind(n,99086)),"@site/docs/api/plugins/plugin-vercel-analytics.mdx",99086],c4990fee:[()=>n.e(89780).then(n.bind(n,67386)),"@site/blog/2021/01-19-docusaurus-2020-recap.mdx",67386],c4ace355:[()=>n.e(89138).then(n.bind(n,27193)),"@site/docs/api/plugin-methods/README.mdx",27193],c51e6704:[()=>n.e(90001).then(n.bind(n,75709)),"@site/changelog/source/2.0.0-alpha.67.md",75709],c56c55ab:[()=>n.e(23114).then(n.bind(n,58998)),"@site/_dogfooding/_docs tests/tests/category-links/regular-category/sample-doc.mdx",58998],c6f10a23:[()=>n.e(72497).then(n.bind(n,46103)),"@site/_dogfooding/_docs tests/tests/visibility/some-unlisteds/unlisted2.mdx",46103],c73a8bd2:[()=>Promise.all([n.e(40532),n.e(16495)]).then(n.bind(n,42029)),"@site/docs/guides/markdown-features/markdown-features-diagrams.mdx",42029],c74d1c35:[()=>Promise.all([n.e(40532),n.e(96123)]).then(n.bind(n,97365)),"@site/docs/i18n/i18n-tutorial.mdx",97365],c762c146:[()=>n.e(84728).then(n.bind(n,71793)),"@site/docs/static-assets.mdx",71793],c7ca486a:[()=>Promise.all([n.e(40532),n.e(40388)]).then(n.bind(n,75074)),"@site/docs/advanced/routing.mdx",75074],c9691cb1:[()=>n.e(80264).then(n.bind(n,64108)),"@site/changelog/source/3.1.1.md",64108],c96b9888:[()=>n.e(69720).then(n.bind(n,25921)),"@site/changelog/source/2.0.0-alpha.51.md?truncated=true",25921],c9cac9d9:[()=>n.e(36325).then(n.t.bind(n,91305,19)),"@generated/docusaurus-plugin-content-blog/default/p/blog-tags-release-6bd.json",91305],c9e4c0c5:[()=>n.e(39665).then(n.t.bind(n,51146,19)),"@generated/docusaurus-plugin-content-pages/pages-tests/__plugin.json",51146],ca51e50c:[()=>n.e(46931).then(n.bind(n,89528)),"@site/_dogfooding/_docs tests/tests/category-links/no-index-doc/sample-doc.mdx",89528],cac92b6a:[()=>n.e(1005).then(n.bind(n,7835)),"@site/_dogfooding/_docs tests/tests/category-links/with-category-name-doc/sample-doc.mdx",7835],caea5acc:[()=>n.e(57637).then(n.t.bind(n,50701,19)),"@generated/docusaurus-plugin-content-blog/blog-tests/p/tests-blog-tags-paginated-tag-page-3-32b.json",50701],cb122af7:[()=>n.e(6122).then(n.bind(n,89673)),"@site/changelog/source/2.0.0-beta.10.md",89673],cb70be21:[()=>n.e(49087).then(n.t.bind(n,73861,19)),"@generated/docusaurus-plugin-content-blog/default/p/blog-tags-birth-02f.json",73861],cbb899e4:[()=>Promise.all([n.e(40532),n.e(70196)]).then(n.bind(n,65971)),"@site/docs/configuration.mdx",65971],ccc49370:[()=>Promise.all([n.e(40532),n.e(74911),n.e(99854),n.e(46103)]).then(n.bind(n,96874)),"@theme/BlogPostPage",96874],ce3b59e7:[()=>Promise.all([n.e(40532),n.e(74911),n.e(92470)]).then(n.bind(n,28992)),"@site/docs/api/plugins/plugin-content-pages.mdx",28992],ce5880b7:[()=>n.e(17930).then(n.bind(n,45742)),"@site/docs/guides/markdown-features/markdown-features-head-metadata.mdx",45742],ce9244da:[()=>n.e(42818).then(n.bind(n,53390)),"@site/changelog/source/2.0.0-alpha.73.md?truncated=true",53390],ceef9751:[()=>n.e(90299).then(n.bind(n,4145)),"@site/changelog/source/3.2.0.md?truncated=true",4145],d03b1fb7:[()=>n.e(37304).then(n.bind(n,26157)),"@site/_dogfooding/_docs tests/tests/category-links/with-readme-doc/README.mdx",26157],d062d21d:[()=>n.e(9393).then(n.bind(n,27248)),"@site/docs/migration/v2/migration-overview.mdx",27248],d068e1ab:[()=>n.e(87485).then(n.bind(n,60179)),"@site/changelog/source/2.0.0-alpha.68.md",60179],d08c98d1:[()=>n.e(51964).then(n.bind(n,39883)),"@site/changelog/source/2.0.0-alpha.24.md",39883],d0d12c85:[()=>n.e(2820).then(n.t.bind(n,20374,19)),"@generated/docusaurus-plugin-content-blog/blog-tests/p/tests-blog-page-3-a25.json",20374],d182442f:[()=>Promise.all([n.e(40532),n.e(72899)]).then(n.bind(n,18090)),"@site/docs/api/misc/eslint-plugin/no-html-links.mdx",18090],d2436a2b:[()=>n.e(61530).then(n.t.bind(n,71383,19)),"@generated/docusaurus-plugin-content-docs/community/p/community-038.json",71383],d2551a9d:[()=>n.e(25171).then(n.bind(n,71750)),"@site/docs/migration/v2/migration-translated-sites.mdx",71750],d2a1308d:[()=>n.e(26593).then(n.bind(n,26151)),"@site/docs/api/misc/eslint-plugin/string-literal-i18n-messages.mdx",26151],d3d3b96d:[()=>n.e(56101).then(n.bind(n,23824)),"@site/_dogfooding/_docs tests/doc-with-another-sidebar.mdx",23824],d4a0d5da:[()=>n.e(18852).then(n.bind(n,44331)),"@site/changelog/source/2.3.0.md",44331],d5f16e6b:[()=>n.e(62342).then(n.bind(n,55472)),"@site/_dogfooding/_blog tests/2021-08-22-no-author.mdx",55472],d6e02a6f:[()=>n.e(9878).then(n.bind(n,23994)),"@site/changelog/source/3.3.0.md",23994],d7013fe4:[()=>n.e(81372).then(n.bind(n,20435)),"@site/_dogfooding/_blog tests/demo/2020-08-03-second-blog-intro.mdx",20435],d717a81a:[()=>n.e(2126).then(n.bind(n,68698)),"@site/changelog/source/2.0.0-alpha.29.md?truncated=true",68698],d7206776:[()=>Promise.all([n.e(40532),n.e(96939)]).then(n.bind(n,68583)),"@site/docs/advanced/index.mdx",68583],d7281606:[()=>n.e(51948).then(n.bind(n,76474)),"@site/changelog/source/3.3.0.md?truncated=true",76474],d7477d10:[()=>n.e(42938).then(n.bind(n,67843)),"@site/changelog/source/2.0.0-beta.13.md?truncated=true",67843],d8476605:[()=>n.e(35964).then(n.bind(n,76563)),"@site/changelog/source/2.0.0-beta.11.md",76563],d86891f4:[()=>n.e(44518).then(n.bind(n,66914)),"@site/blog/2021/01-19-docusaurus-2020-recap.mdx?truncated=true",66914],d8b371ba:[()=>n.e(95943).then(n.bind(n,55639)),"@site/changelog/source/2.0.0-alpha.38.md",55639],d8b8f224:[()=>n.e(87662).then(n.bind(n,62682)),"@site/changelog/source/2.0.0-alpha.41.md",62682],d957216c:[()=>n.e(76040).then(n.bind(n,11355)),"@site/docs/guides/docs/sidebar/multiple-sidebars.mdx",11355],dae216b9:[()=>n.e(93661).then(n.t.bind(n,25603,19)),"@generated/docusaurus-plugin-content-blog/blog-tests/p/tests-blog-tags-docusaurus-page-2-41d.json",25603],dc42def8:[()=>n.e(24549).then(n.bind(n,85541)),"@site/changelog/source/3.0.0.md",85541],dcd8b0d5:[()=>n.e(78337).then(n.bind(n,20768)),"@site/changelog/source/2.0.0-beta.7.md?truncated=true",20768],dd4c326b:[()=>n.e(51681).then(n.bind(n,68702)),"@site/_dogfooding/_docs tests/tests/category-links/readme.mdx",68702],dd4d88f2:[()=>n.e(71142).then(n.bind(n,50013)),"@site/changelog/source/2.0.0-alpha.19.md?truncated=true",50013],dd5f7850:[()=>n.e(96539).then(n.bind(n,29380)),"@site/_dogfooding/_docs tests/toc/toc-2-5.mdx",29380],ddd8d528:[()=>n.e(87638).then(n.bind(n,78319)),"@site/_dogfooding/_docs tests/tests/custom-props/index.mdx",78319],de607ee0:[()=>n.e(62529).then(n.t.bind(n,75477,19)),"@generated/docusaurus-plugin-content-blog/default/p/blog-tags-recap-dd2.json",75477],dec47d54:[()=>n.e(87854).then(n.bind(n,74320)),"@site/docs/api/plugins/overview.mdx",74320],df056c8b:[()=>n.e(62635).then(n.bind(n,99069)),"@site/_dogfooding/_pages tests/markdown-tests-md.md",99069],df203c0f:[()=>Promise.all([n.e(40532),n.e(99924)]).then(n.bind(n,68641)),"@theme/DocTagDocListPage",68641],df21cc78:[()=>n.e(68654).then(n.bind(n,16182)),"@site/_dogfooding/_docs tests/tests/category-links/custom-index-convention/sample-doc.mdx",16182],dfdaed21:[()=>n.e(41434).then(n.bind(n,28134)),"@site/changelog/source/2.0.0-alpha.56.md",28134],dfef153c:[()=>Promise.all([n.e(40532),n.e(15237)]).then(n.bind(n,65050)),"@site/docs/api/themes/theme-search-algolia.mdx",65050],e0076717:[()=>Promise.all([n.e(40532),n.e(28564)]).then(n.bind(n,12827)),"@site/_dogfooding/_pages tests/embeds.tsx",12827],e060feb7:[()=>n.e(50437).then(n.bind(n,37126)),"@site/_dogfooding/_docs tests/tests/Case-Sentitive-Doc.mdx",37126],e0719818:[()=>n.e(87133).then(n.t.bind(n,19469,19)),"@generated/docusaurus-plugin-content-docs/community/__plugin.json",19469],e0a14877:[()=>n.e(7985).then(n.t.bind(n,40992,19)),"@generated/changelog-plugin/default/p/changelog-page-5-086.json",40992],e1a55b77:[()=>n.e(89080).then(n.bind(n,95907)),"@site/changelog/source/2.0.0-alpha.40.md",95907],e1b7d523:[()=>n.e(31810).then(n.bind(n,4969)),"@site/changelog/source/2.3.1.md?truncated=true",4969],e1e91f63:[()=>n.e(77614).then(n.bind(n,81418)),"@site/changelog/source/2.0.0-alpha.21.md?truncated=true",81418],e1f91744:[()=>n.e(65209).then(n.t.bind(n,78696,19)),"@generated/docusaurus-plugin-content-blog/blog-tests/p/tests-blog-page-6-5d1.json",78696],e25fe746:[()=>n.e(65699).then(n.bind(n,44109)),"@site/changelog/source/3.2.0.md",44109],e4700498:[()=>n.e(17718).then(n.bind(n,3327)),"@site/changelog/source/2.0.0-beta.8.md",3327],e4d2c113:[()=>n.e(89831).then(n.bind(n,80531)),"@site/_dogfooding/_docs tests/tests/visibility/only-unlisteds/unlisted1.mdx",80531],e51b3b2f:[()=>n.e(50510).then(n.bind(n,46898)),"@site/changelog/source/2.0.0-alpha.25.md?truncated=true",46898],e575fb7e:[()=>n.e(13197).then(n.bind(n,6119)),"@site/docs/guides/creating-pages.mdx",6119],e65a01b4:[()=>Promise.all([n.e(40532),n.e(8566)]).then(n.bind(n,66259)),"@site/docs/seo.mdx",66259],e6a60088:[()=>n.e(59080).then(n.bind(n,31018)),"@site/docs/advanced/plugins.mdx",31018],e6b091a7:[()=>n.e(71089).then(n.t.bind(n,58895,19)),"@generated/docusaurus-plugin-content-docs/docs-tests/p/tests-docs-tags-listed-907.json",58895],e726f18e:[()=>n.e(52238).then(n.bind(n,98036)),"@site/changelog/source/3.4.0.md?truncated=true",98036],e74eaed8:[()=>n.e(52753).then(n.bind(n,11366)),"@site/changelog/source/2.0.0-alpha.68.md?truncated=true",11366],e79f4725:[()=>Promise.all([n.e(40532),n.e(65794)]).then(n.bind(n,47854)),"@site/docs/guides/markdown-features/markdown-features-plugins.mdx",47854],e818fdac:[()=>n.e(75585).then(n.bind(n,43924)),"@site/blog/2023/09-22-upgrading-frontend-dependencies-with-confidence-using-visual-regression-testing/index.mdx",43924],e8212a82:[()=>n.e(56195).then(n.bind(n,14602)),"@site/changelog/source/2.0.0-alpha.35.md?truncated=true",14602],e87036e5:[()=>n.e(10368).then(n.bind(n,75388)),"@site/changelog/source/2.0.0-alpha.70.md?truncated=true",75388],e88bc2c9:[()=>n.e(45412).then(n.t.bind(n,13782,19)),"~blog/../changelog-plugin/default/blogMetadata-changelog.json",13782],e8eca889:[()=>n.e(8490).then(n.bind(n,90828)),"@site/changelog/source/2.4.3.md?truncated=true",90828],e95d6894:[()=>n.e(79295).then(n.bind(n,88567)),"@site/_dogfooding/_docs tests/toc/toc-_-_.mdx",88567],ea21d53b:[()=>n.e(66231).then(n.t.bind(n,45705,19)),"@generated/docusaurus-plugin-content-blog/blog-tests/p/tests-blog-d1b.json",45705],eabf3fcb:[()=>n.e(6782).then(n.bind(n,18957)),"@site/changelog/source/2.0.0-alpha.34.md",18957],eb10310c:[()=>n.e(58626).then(n.bind(n,21040)),"@site/_dogfooding/_blog tests/2022-08-24-post-unlisted.mdx",21040],eb7779dd:[()=>n.e(71742).then(n.bind(n,48865)),"@site/changelog/source/2.0.0-beta.12.md?truncated=true",48865],ec67df2f:[()=>n.e(23376).then(n.bind(n,463)),"@site/changelog/source/2.0.0-beta.15.md?truncated=true",463],ecd89017:[()=>n.e(94801).then(n.bind(n,30)),"@site/changelog/source/2.0.0-beta.15.md",30],ed079b03:[()=>n.e(32918).then(n.bind(n,9961)),"@site/changelog/source/2.0.0-alpha.41.md?truncated=true",9961],ed36f606:[()=>n.e(1629).then(n.bind(n,68347)),"@site/changelog/source/2.0.0-alpha.51.md",68347],edbcb51a:[()=>n.e(42044).then(n.t.bind(n,10128,19)),"@generated/docusaurus-plugin-content-blog/default/p/blog-tags-new-6d1.json",10128],edcf24c9:[()=>n.e(53703).then(n.t.bind(n,98317,19)),"@generated/docusaurus-plugin-content-docs/docs-tests/p/tests-docs-category-links-generated-index-slug-b8b.json",98317],ede3a018:[()=>Promise.all([n.e(40532),n.e(15127)]).then(n.bind(n,61179)),"@theme/DebugGlobalData",61179],ee0ff195:[()=>n.e(76354).then(n.bind(n,55016)),"@site/src/pages/tests.mdx",55016],ee258e29:[()=>n.e(15205).then(n.bind(n,71507)),"@site/blog/releases/2.3/index.mdx?truncated=true",71507],ee45215e:[()=>Promise.all([n.e(40532),n.e(66222),n.e(16618),n.e(99857)]).then(n.bind(n,44604)),"@site/blog/2022/08-01-announcing-docusaurus-2.0/index.mdx?truncated=true",44604],ee712ef6:[()=>Promise.all([n.e(40532),n.e(78526),n.e(64569)]).then(n.bind(n,24833)),"@site/docs/advanced/architecture.mdx",24833],ee9d4de7:[()=>n.e(51389).then(n.bind(n,48360)),"@site/changelog/source/3.0.0.md?truncated=true",48360],ef147677:[()=>n.e(79907).then(n.bind(n,58111)),"@site/changelog/source/2.0.0-alpha.73.md",58111],ef5a0ba3:[()=>n.e(34422).then(n.bind(n,86748)),"@site/blog/releases/3.3/index.mdx?truncated=true",86748],ef846e1f:[()=>Promise.all([n.e(66222),n.e(73037)]).then(n.bind(n,6197)),"@site/_dogfooding/_docs tests/tests/img-tests.mdx",6197],f008736e:[()=>n.e(19079).then(n.t.bind(n,50901,19)),"@generated/docusaurus-plugin-content-blog/blog-tests/p/tests-blog-tags-long-long-0a7.json",50901],f16d59d0:[()=>n.e(25259).then(n.bind(n,90433)),"@site/changelog/source/2.0.0-beta.9.md",90433],f1ccbc56:[()=>n.e(38525).then(n.t.bind(n,77106,19)),"@generated/docusaurus-plugin-content-blog/blog-tests/p/tests-blog-page-4-c0d.json",77106],f366a487:[()=>n.e(12270).then(n.t.bind(n,91867,19)),"@generated/changelog-plugin/default/p/changelog-page-3-851.json",91867],f36ddf03:[()=>n.e(29763).then(n.bind(n,77373)),"@site/changelog/source/2.0.0-alpha.28.md?truncated=true",77373],f36f1ab1:[()=>n.e(3482).then(n.bind(n,5251)),"@site/_dogfooding/_docs tests/tests/visibility/some-unlisteds/unlisted-subcategory/listed1.mdx",5251],f439ed8c:[()=>n.e(703).then(n.t.bind(n,3930,19)),"@generated/docusaurus-plugin-content-blog/blog-tests/p/tests-blog-page-5-0ca.json",3930],f4efd2af:[()=>n.e(55367).then(n.bind(n,98171)),"@site/changelog/source/2.1.0.md",98171],f59f4822:[()=>n.e(12800).then(n.bind(n,94514)),"@site/changelog/source/2.0.0-beta.8.md?truncated=true",94514],f60bb54b:[()=>Promise.all([n.e(40532),n.e(74911),n.e(89387)]).then(n.bind(n,14898)),"@site/docs/guides/docs/sidebar/index.mdx",14898],f6970338:[()=>n.e(22585).then(n.bind(n,23086)),"@site/changelog/source/2.0.0-beta.9.md?truncated=true",23086],f81c1134:[()=>n.e(44031).then(n.t.bind(n,4108,19)),"@generated/docusaurus-plugin-content-blog/default/p/blog-archive-f05.json",4108],f8257e9d:[()=>n.e(32829).then(n.bind(n,73048)),"@site/_dogfooding/_docs tests/tests/custom-props/doc-with-custom-props.mdx",73048],f85a5e62:[()=>n.e(53033).then(n.bind(n,7088)),"@site/_dogfooding/_docs tests/index.mdx",7088],f930fb00:[()=>n.e(26499).then(n.bind(n,12967)),"@site/_dogfooding/_docs tests/toc/toc-2-3.mdx",12967],f9896fda:[()=>n.e(38439).then(n.bind(n,17295)),"@site/_dogfooding/_docs tests/tests/links/test-markdown-links.mdx",17295],fa17a3e5:[()=>n.e(33181).then(n.bind(n,68720)),"@site/src/pages/versions.tsx",68720],fa4d91bf:[()=>Promise.all([n.e(40532),n.e(74911),n.e(15930)]).then(n.bind(n,87349)),"@site/docs/installation.mdx",87349],faa36cc7:[()=>n.e(45417).then(n.bind(n,10856)),"@site/changelog/source/2.0.0-alpha.39.md?truncated=true",10856],faea717e:[()=>n.e(3427).then(n.bind(n,79751)),"@site/_dogfooding/_docs tests/tests/category-links/with-index-doc/index.mdx",79751],ff0aa122:[()=>n.e(22501).then(n.bind(n,23737)),"@site/_dogfooding/_docs tests/tests/ascii/\xe6\xf8\xe5/index.mdx",23737],ff82175c:[()=>Promise.all([n.e(40532),n.e(55688)]).then(n.bind(n,74867)),"@site/_dogfooding/_docs tests/tests/visibility/index.mdx",74867]}},98111:(e,t,n)=>{"use strict";n.d(t,{Z:()=>f});n(27378);var o=n(24246),a=n(51237),r=n.n(a),s=n(16887),i=n(66696);function c({error:e,retry:t,pastDelay:n}){return e?(0,o.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,o.jsx)("p",{children:String(e)}),(0,o.jsx)("div",{children:(0,o.jsx)("button",{type:"button",onClick:t,children:"Retry"})})]}):n?(0,o.jsx)("div",{style:{display:"flex",justifyContent:"center",alignItems:"center",height:"100vh"},children:(0,o.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,o.jsxs)("g",{fill:"none",fillRule:"evenodd",transform:"translate(1 1)",strokeWidth:"2",children:[(0,o.jsxs)("circle",{cx:"22",cy:"22",r:"6",strokeOpacity:"0",children:[(0,o.jsx)("animate",{attributeName:"r",begin:"1.5s",dur:"3s",values:"6;22",calcMode:"linear",repeatCount:"indefinite"}),(0,o.jsx)("animate",{attributeName:"stroke-opacity",begin:"1.5s",dur:"3s",values:"1;0",calcMode:"linear",repeatCount:"indefinite"}),(0,o.jsx)("animate",{attributeName:"stroke-width",begin:"1.5s",dur:"3s",values:"2;0",calcMode:"linear",repeatCount:"indefinite"})]}),(0,o.jsxs)("circle",{cx:"22",cy:"22",r:"6",strokeOpacity:"0",children:[(0,o.jsx)("animate",{attributeName:"r",begin:"3s",dur:"3s",values:"6;22",calcMode:"linear",repeatCount:"indefinite"}),(0,o.jsx)("animate",{attributeName:"stroke-opacity",begin:"3s",dur:"3s",values:"1;0",calcMode:"linear",repeatCount:"indefinite"}),(0,o.jsx)("animate",{attributeName:"stroke-width",begin:"3s",dur:"3s",values:"2;0",calcMode:"linear",repeatCount:"indefinite"})]}),(0,o.jsx)("circle",{cx:"22",cy:"22",r:"8",children:(0,o.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(87430),u=n(11234);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){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),o.forEach((function(t){d(e,t,n[t])}))}return e}function g(e,t){if("*"===e)return r()({loading:c,loader:()=>n.e(42950).then(n.bind(n,87834)),modules:["@theme/NotFound"],webpack:()=>[87834],render(e,t){const n=e.default;return(0,o.jsx)(u.z,{value:{plugin:{name:"native",id:"default"}},children:(0,o.jsx)(n,p({},t))})}});const a=s[`${e}-${t}`],d={},g=[],f=[],b=(0,l.Z)(a);return Object.entries(b).forEach((([e,t])=>{const n=i.Z[t];n&&(d[e]=n[0],g.push(n[1]),f.push(n[2]))})),r().Map({loading:c,loader:d,modules:g,webpack:()=>f,render(t,n){const r=JSON.parse(JSON.stringify(a));Object.entries(t).forEach((([t,n])=>{const o=n.default;if(!o)throw new Error(`The page component at ${e} doesn't have a default export. This makes it impossible to render anything. Consider default-exporting a React component.`);"object"!=typeof o&&"function"!=typeof o||Object.keys(n).filter((e=>"default"!==e)).forEach((e=>{o[e]=n[e]}));let a=r;const s=t.split(".");s.slice(0,-1).forEach((e=>{a=a[e]})),a[s[s.length-1]]=o}));const s=r.__comp;delete r.__comp;const i=r.__context;delete r.__context;const c=r.__props;return delete r.__props,(0,o.jsx)(u.z,{value:i,children:(0,o.jsx)(s,p({},r,c,n))})}})}const f=[{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","37a"),exact:!0},{path:"/blog/2017/12/14/introducing-docusaurus",component:g("/blog/2017/12/14/introducing-docusaurus","f8b"),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","9ba"),exact:!0},{path:"/blog/2018/09/11/Towards-Docusaurus-2",component:g("/blog/2018/09/11/Towards-Docusaurus-2","f64"),exact:!0},{path:"/blog/2018/12/14/Happy-First-Birthday-Slash",component:g("/blog/2018/12/14/Happy-First-Birthday-Slash","ba7"),exact:!0},{path:"/blog/2019/12/30/docusaurus-2019-recap",component:g("/blog/2019/12/30/docusaurus-2019-recap","6e4"),exact:!0},{path:"/blog/2020/01/07/tribute-to-endi",component:g("/blog/2020/01/07/tribute-to-endi","a26"),exact:!0},{path:"/blog/2021/01/19/docusaurus-2020-recap",component:g("/blog/2021/01/19/docusaurus-2020-recap","126"),exact:!0},{path:"/blog/2021/03/09/releasing-docusaurus-i18n",component:g("/blog/2021/03/09/releasing-docusaurus-i18n","961"),exact:!0},{path:"/blog/2021/05/12/announcing-docusaurus-two-beta",component:g("/blog/2021/05/12/announcing-docusaurus-two-beta","d55"),exact:!0},{path:"/blog/2021/11/21/algolia-docsearch-migration",component:g("/blog/2021/11/21/algolia-docsearch-migration","9c2"),exact:!0},{path:"/blog/2022/01/24/docusaurus-2021-recap",component:g("/blog/2022/01/24/docusaurus-2021-recap","980"),exact:!0},{path:"/blog/2022/08/01/announcing-docusaurus-2.0",component:g("/blog/2022/08/01/announcing-docusaurus-2.0","426"),exact:!0},{path:"/blog/2022/09/01/docusaurus-2.1",component:g("/blog/2022/09/01/docusaurus-2.1","f65"),exact:!0},{path:"/blog/archive",component:g("/blog/archive","182"),exact:!0},{path:"/blog/page/2",component:g("/blog/page/2","385"),exact:!0},{path:"/blog/page/3",component:g("/blog/page/3","6d6"),exact:!0},{path:"/blog/page/4",component:g("/blog/page/4","523"),exact:!0},{path:"/blog/page/5",component:g("/blog/page/5","308"),exact:!0},{path:"/blog/preparing-your-site-for-docusaurus-v3",component:g("/blog/preparing-your-site-for-docusaurus-v3","012"),exact:!0},{path:"/blog/releases/2.2",component:g("/blog/releases/2.2","10b"),exact:!0},{path:"/blog/releases/2.3",component:g("/blog/releases/2.3","85b"),exact:!0},{path:"/blog/releases/2.4",component:g("/blog/releases/2.4","575"),exact:!0},{path:"/blog/releases/3.0",component:g("/blog/releases/3.0","d41"),exact:!0},{path:"/blog/releases/3.1",component:g("/blog/releases/3.1","a63"),exact:!0},{path:"/blog/releases/3.2",component:g("/blog/releases/3.2","f01"),exact:!0},{path:"/blog/releases/3.3",component:g("/blog/releases/3.3","9d5"),exact:!0},{path:"/blog/releases/3.4",component:g("/blog/releases/3.4","03a"),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","fed"),exact:!0},{path:"/blog/tags/release/page/2",component:g("/blog/tags/release/page/2","077"),exact:!0},{path:"/blog/tags/release/page/3",component:g("/blog/tags/release/page/3","8e2"),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","115"),exact:!0},{path:"/changelog",component:g("/changelog","f8d"),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/page/2",component:g("/changelog/page/2","b97"),exact:!0},{path:"/changelog/page/3",component:g("/changelog/page/3","897"),exact:!0},{path:"/changelog/page/4",component:g("/changelog/page/4","553"),exact:!0},{path:"/changelog/page/5",component:g("/changelog/page/5","cad"),exact:!0},{path:"/changelog/V2 Changelog",component:g("/changelog/V2 Changelog","1d5"),exact:!0},{path:"/examples/markdownPageExample",component:g("/examples/markdownPageExample","9d3"),exact:!0},{path:"/examples/noIndex",component:g("/examples/noIndex","2db"),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","62a"),exact:!0},{path:"/tests/blog",component:g("/tests/blog","094"),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/archive",component:g("/tests/blog/archive","e7a"),exact:!0},{path:"/tests/blog/page/2",component:g("/tests/blog/page/2","a96"),exact:!0},{path:"/tests/blog/page/3",component:g("/tests/blog/page/3","cd5"),exact:!0},{path:"/tests/blog/page/4",component:g("/tests/blog/page/4","78b"),exact:!0},{path:"/tests/blog/page/5",component:g("/tests/blog/page/5","1ea"),exact:!0},{path:"/tests/blog/page/6",component:g("/tests/blog/page/6","ea4"),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","b2d"),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","3fb"),exact:!0},{path:"/tests/pages/crashTest",component:g("/tests/pages/crashTest","850"),exact:!0},{path:"/tests/pages/diagrams",component:g("/tests/pages/diagrams","9ea"),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","8d5"),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","773"),exact:!0},{path:"/tests/pages/markdown-tests-mdx",component:g("/tests/pages/markdown-tests-mdx","156"),exact:!0},{path:"/tests/pages/navbar-dropdown-tests",component:g("/tests/pages/navbar-dropdown-tests","ebb"),exact:!0},{path:"/tests/pages/page-toc-tests",component:g("/tests/pages/page-toc-tests","044"),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","8ce"),exact:!0},{path:"/tests/pages/tabs-tests",component:g("/tests/pages/tabs-tests","88d"),exact:!0},{path:"/tests/pages/unlisted",component:g("/tests/pages/unlisted","6d2"),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","94f"),routes:[{path:"/community",component:g("/community","356"),routes:[{path:"/community",component:g("/community","9cc"),routes:[{path:"/community/canary",component:g("/community/canary","f40"),exact:!0,sidebar:"community"},{path:"/community/contributing",component:g("/community/contributing","fbb"),exact:!0,sidebar:"community"},{path:"/community/release-process",component:g("/community/release-process","285"),exact:!0,sidebar:"community"},{path:"/community/resources",component:g("/community/resources","cde"),exact:!0,sidebar:"community"},{path:"/community/support",component:g("/community/support","a1b"),exact:!0,sidebar:"community"},{path:"/community/team",component:g("/community/team","682"),exact:!0,sidebar:"community"}]}]}]},{path:"/tests/docs",component:g("/tests/docs","929"),routes:[{path:"/tests/docs",component:g("/tests/docs","d51"),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-custom-permalink",component:g("/tests/docs/tags/d-custom-permalink","81e"),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","b93"),routes:[{path:"/tests/docs",component:g("/tests/docs","bc1"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/beginner's guide",component:g("/tests/docs/beginner's guide","682"),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","9fe"),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","9ad"),exact:!0},{path:"/tests/docs/dummy.html",component:g("/tests/docs/dummy.html","123"),exact:!0,sidebar:"anotherSidebar"},{path:"/tests/docs/folder with space/doc 1",component:g("/tests/docs/folder with space/doc 1","19d"),exact:!0},{path:"/tests/docs/folder with space/doc 2",component:g("/tests/docs/folder with space/doc 2","488"),exact:!0},{path:"/tests/docs/more-test",component:g("/tests/docs/more-test","7ea"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/standalone",component:g("/tests/docs/standalone","a89"),exact:!0},{path:"/tests/docs/tests/admonitions",component:g("/tests/docs/tests/admonitions","9de"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/ascii/\xe6\xf8\xe5",component:g("/tests/docs/tests/ascii/\xe6\xf8\xe5","5fe"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/ascii/folder/\xe6\xf8\xe5",component:g("/tests/docs/tests/ascii/folder/\xe6\xf8\xe5","709"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/Case-Sentitive-Doc",component:g("/tests/docs/tests/Case-Sentitive-Doc","2e1"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/category-links",component:g("/tests/docs/tests/category-links","459"),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","37c"),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","a61"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/category-links/no-index-doc",component:g("/tests/docs/tests/category-links/no-index-doc","f6a"),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","1b5"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/category-links/no-subdoc",component:g("/tests/docs/tests/category-links/no-subdoc","a0e"),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","c7e"),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","d7f"),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","531"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/category-links/with-index-doc",component:g("/tests/docs/tests/category-links/with-index-doc","26f"),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","e8c"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/category-links/with-readme-doc",component:g("/tests/docs/tests/category-links/with-readme-doc","893"),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","dec"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/custom-props",component:g("/tests/docs/tests/custom-props","561"),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","bdc"),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","85e"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/img-tests",component:g("/tests/docs/tests/img-tests","545"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/links/broken-anchors-tests",component:g("/tests/docs/tests/links/broken-anchors-tests","956"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/links/target-doc-slug",component:g("/tests/docs/tests/links/target-doc-slug","51e"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/links/test-markdown-links",component:g("/tests/docs/tests/links/test-markdown-links","001"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/toc-partials",component:g("/tests/docs/tests/toc-partials","7e9"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/visibility",component:g("/tests/docs/tests/visibility","4e8"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/visibility/force-unlisted",component:g("/tests/docs/tests/visibility/force-unlisted","13f"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/visibility/only-unlisteds/unlisted-subcategory",component:g("/tests/docs/tests/visibility/only-unlisteds/unlisted-subcategory","193"),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","bfe"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/visibility/only-unlisteds/unlisted1",component:g("/tests/docs/tests/visibility/only-unlisteds/unlisted1","c2c"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/visibility/only-unlisteds/unlisted2",component:g("/tests/docs/tests/visibility/only-unlisteds/unlisted2","2a9"),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","cad"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/visibility/some-unlisteds/unlisted-subcategory",component:g("/tests/docs/tests/visibility/some-unlisteds/unlisted-subcategory","5a0"),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","e37"),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","38f"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/visibility/some-unlisteds/unlisted1",component:g("/tests/docs/tests/visibility/some-unlisteds/unlisted1","ecc"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/tests/visibility/some-unlisteds/unlisted2",component:g("/tests/docs/tests/visibility/some-unlisteds/unlisted2","5a2"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/toc/toc-_-_",component:g("/tests/docs/toc/toc-_-_","16e"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/toc/toc-_-5",component:g("/tests/docs/toc/toc-_-5","6ba"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/toc/toc-2-2",component:g("/tests/docs/toc/toc-2-2","f9a"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/toc/toc-2-3",component:g("/tests/docs/toc/toc-2-3","62a"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/toc/toc-2-4",component:g("/tests/docs/toc/toc-2-4","cf3"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/toc/toc-2-5",component:g("/tests/docs/toc/toc-2-5","dd8"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/toc/toc-3-_",component:g("/tests/docs/toc/toc-3-_","04e"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/toc/toc-3-5",component:g("/tests/docs/toc/toc-3-5","b9f"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/toc/toc-4-5",component:g("/tests/docs/toc/toc-4-5","20b"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/toc/toc-5-5",component:g("/tests/docs/toc/toc-5-5","627"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/toc/toc-test-bad",component:g("/tests/docs/toc/toc-test-bad","adf"),exact:!0,sidebar:"sidebar"},{path:"/tests/docs/toc/toc-test-good",component:g("/tests/docs/toc/toc-test-good","d94"),exact:!0,sidebar:"sidebar"}]}]}]},{path:"/docs",component:g("/docs","5e0"),routes:[{path:"/docs",component:g("/docs","0fb"),routes:[{path:"/docs",component:g("/docs","fe7"),routes:[{path:"/docs",component:g("/docs","761"),exact:!0,sidebar:"docs"},{path:"/docs/advanced",component:g("/docs/advanced","2c7"),exact:!0,sidebar:"docs"},{path:"/docs/advanced/architecture",component:g("/docs/advanced/architecture","9a5"),exact:!0,sidebar:"docs"},{path:"/docs/advanced/client",component:g("/docs/advanced/client","f62"),exact:!0,sidebar:"docs"},{path:"/docs/advanced/plugins",component:g("/docs/advanced/plugins","f4d"),exact:!0,sidebar:"docs"},{path:"/docs/advanced/routing",component:g("/docs/advanced/routing","dbd"),exact:!0,sidebar:"docs"},{path:"/docs/advanced/ssg",component:g("/docs/advanced/ssg","2c0"),exact:!0,sidebar:"docs"},{path:"/docs/api/docusaurus-config",component:g("/docs/api/docusaurus-config","d22"),exact:!0,sidebar:"api"},{path:"/docs/api/misc/@docusaurus/eslint-plugin",component:g("/docs/api/misc/@docusaurus/eslint-plugin","366"),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","17f"),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","829"),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","616"),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","7f4"),exact:!0,sidebar:"api"},{path:"/docs/api/misc/@docusaurus/logger",component:g("/docs/api/misc/@docusaurus/logger","abe"),exact:!0,sidebar:"api"},{path:"/docs/api/misc/create-docusaurus",component:g("/docs/api/misc/create-docusaurus","5cf"),exact:!0,sidebar:"api"},{path:"/docs/api/plugin-methods",component:g("/docs/api/plugin-methods","c27"),exact:!0,sidebar:"api"},{path:"/docs/api/plugin-methods/extend-infrastructure",component:g("/docs/api/plugin-methods/extend-infrastructure","a3c"),exact:!0,sidebar:"api"},{path:"/docs/api/plugin-methods/i18n-lifecycles",component:g("/docs/api/plugin-methods/i18n-lifecycles","776"),exact:!0,sidebar:"api"},{path:"/docs/api/plugin-methods/lifecycle-apis",component:g("/docs/api/plugin-methods/lifecycle-apis","3b3"),exact:!0,sidebar:"api"},{path:"/docs/api/plugin-methods/static-methods",component:g("/docs/api/plugin-methods/static-methods","848"),exact:!0,sidebar:"api"},{path:"/docs/api/plugins",component:g("/docs/api/plugins","4d4"),exact:!0,sidebar:"api"},{path:"/docs/api/plugins/@docusaurus/plugin-client-redirects",component:g("/docs/api/plugins/@docusaurus/plugin-client-redirects","761"),exact:!0,sidebar:"api"},{path:"/docs/api/plugins/@docusaurus/plugin-content-blog",component:g("/docs/api/plugins/@docusaurus/plugin-content-blog","5ba"),exact:!0,sidebar:"api"},{path:"/docs/api/plugins/@docusaurus/plugin-content-docs",component:g("/docs/api/plugins/@docusaurus/plugin-content-docs","1b8"),exact:!0,sidebar:"api"},{path:"/docs/api/plugins/@docusaurus/plugin-content-pages",component:g("/docs/api/plugins/@docusaurus/plugin-content-pages","bdf"),exact:!0,sidebar:"api"},{path:"/docs/api/plugins/@docusaurus/plugin-debug",component:g("/docs/api/plugins/@docusaurus/plugin-debug","27f"),exact:!0,sidebar:"api"},{path:"/docs/api/plugins/@docusaurus/plugin-google-analytics",component:g("/docs/api/plugins/@docusaurus/plugin-google-analytics","815"),exact:!0,sidebar:"api"},{path:"/docs/api/plugins/@docusaurus/plugin-google-gtag",component:g("/docs/api/plugins/@docusaurus/plugin-google-gtag","48d"),exact:!0,sidebar:"api"},{path:"/docs/api/plugins/@docusaurus/plugin-google-tag-manager",component:g("/docs/api/plugins/@docusaurus/plugin-google-tag-manager","36f"),exact:!0,sidebar:"api"},{path:"/docs/api/plugins/@docusaurus/plugin-ideal-image",component:g("/docs/api/plugins/@docusaurus/plugin-ideal-image","844"),exact:!0,sidebar:"api"},{path:"/docs/api/plugins/@docusaurus/plugin-pwa",component:g("/docs/api/plugins/@docusaurus/plugin-pwa","a75"),exact:!0,sidebar:"api"},{path:"/docs/api/plugins/@docusaurus/plugin-sitemap",component:g("/docs/api/plugins/@docusaurus/plugin-sitemap","fb9"),exact:!0,sidebar:"api"},{path:"/docs/api/plugins/@docusaurus/plugin-vercel-analytics",component:g("/docs/api/plugins/@docusaurus/plugin-vercel-analytics","743"),exact:!0,sidebar:"api"},{path:"/docs/api/themes",component:g("/docs/api/themes","2ae"),exact:!0,sidebar:"api"},{path:"/docs/api/themes/@docusaurus/theme-classic",component:g("/docs/api/themes/@docusaurus/theme-classic","bdb"),exact:!0,sidebar:"api"},{path:"/docs/api/themes/@docusaurus/theme-live-codeblock",component:g("/docs/api/themes/@docusaurus/theme-live-codeblock","78a"),exact:!0,sidebar:"api"},{path:"/docs/api/themes/@docusaurus/theme-mermaid",component:g("/docs/api/themes/@docusaurus/theme-mermaid","52d"),exact:!0,sidebar:"api"},{path:"/docs/api/themes/@docusaurus/theme-search-algolia",component:g("/docs/api/themes/@docusaurus/theme-search-algolia","5d2"),exact:!0,sidebar:"api"},{path:"/docs/api/themes/configuration",component:g("/docs/api/themes/configuration","668"),exact:!0,sidebar:"api"},{path:"/docs/blog",component:g("/docs/blog","d56"),exact:!0,sidebar:"docs"},{path:"/docs/browser-support",component:g("/docs/browser-support","699"),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","bec"),exact:!0,sidebar:"api"},{path:"/docs/configuration",component:g("/docs/configuration","f4e"),exact:!0,sidebar:"docs"},{path:"/docs/create-doc",component:g("/docs/create-doc","6ff"),exact:!0,sidebar:"docs"},{path:"/docs/creating-pages",component:g("/docs/creating-pages","337"),exact:!0,sidebar:"docs"},{path:"/docs/deployment",component:g("/docs/deployment","e07"),exact:!0,sidebar:"docs"},{path:"/docs/docs-introduction",component:g("/docs/docs-introduction","6cf"),exact:!0,sidebar:"docs"},{path:"/docs/docs-multi-instance",component:g("/docs/docs-multi-instance","e01"),exact:!0,sidebar:"docs"},{path:"/docs/docusaurus-core",component:g("/docs/docusaurus-core","e00"),exact:!0,sidebar:"api"},{path:"/docs/guides/whats-next",component:g("/docs/guides/whats-next","f75"),exact:!0,sidebar:"docs"},{path:"/docs/i18n/crowdin",component:g("/docs/i18n/crowdin","81a"),exact:!0,sidebar:"docs"},{path:"/docs/i18n/git",component:g("/docs/i18n/git","91f"),exact:!0,sidebar:"docs"},{path:"/docs/i18n/introduction",component:g("/docs/i18n/introduction","e88"),exact:!0,sidebar:"docs"},{path:"/docs/i18n/tutorial",component:g("/docs/i18n/tutorial","8b6"),exact:!0,sidebar:"docs"},{path:"/docs/installation",component:g("/docs/installation","024"),exact:!0,sidebar:"docs"},{path:"/docs/markdown-features",component:g("/docs/markdown-features","6ac"),exact:!0,sidebar:"docs"},{path:"/docs/markdown-features/admonitions",component:g("/docs/markdown-features/admonitions","eb3"),exact:!0,sidebar:"docs"},{path:"/docs/markdown-features/assets",component:g("/docs/markdown-features/assets","6d1"),exact:!0,sidebar:"docs"},{path:"/docs/markdown-features/code-blocks",component:g("/docs/markdown-features/code-blocks","e19"),exact:!0,sidebar:"docs"},{path:"/docs/markdown-features/diagrams",component:g("/docs/markdown-features/diagrams","21d"),exact:!0,sidebar:"docs"},{path:"/docs/markdown-features/head-metadata",component:g("/docs/markdown-features/head-metadata","299"),exact:!0,sidebar:"docs"},{path:"/docs/markdown-features/links",component:g("/docs/markdown-features/links","a0a"),exact:!0,sidebar:"docs"},{path:"/docs/markdown-features/math-equations",component:g("/docs/markdown-features/math-equations","4f1"),exact:!0,sidebar:"docs"},{path:"/docs/markdown-features/plugins",component:g("/docs/markdown-features/plugins","2b6"),exact:!0,sidebar:"docs"},{path:"/docs/markdown-features/react",component:g("/docs/markdown-features/react","52c"),exact:!0,sidebar:"docs"},{path:"/docs/markdown-features/tabs",component:g("/docs/markdown-features/tabs","51c"),exact:!0,sidebar:"docs"},{path:"/docs/markdown-features/toc",component:g("/docs/markdown-features/toc","a4e"),exact:!0,sidebar:"docs"},{path:"/docs/migration",component:g("/docs/migration","d9e"),exact:!0,sidebar:"docs"},{path:"/docs/migration/v2",component:g("/docs/migration/v2","f06"),exact:!0,sidebar:"docs"},{path:"/docs/migration/v2/automated",component:g("/docs/migration/v2/automated","7b8"),exact:!0,sidebar:"docs"},{path:"/docs/migration/v2/manual",component:g("/docs/migration/v2/manual","617"),exact:!0,sidebar:"docs"},{path:"/docs/migration/v2/translated-sites",component:g("/docs/migration/v2/translated-sites","a32"),exact:!0,sidebar:"docs"},{path:"/docs/migration/v2/versioned-sites",component:g("/docs/migration/v2/versioned-sites","656"),exact:!0,sidebar:"docs"},{path:"/docs/migration/v3",component:g("/docs/migration/v3","430"),exact:!0,sidebar:"docs"},{path:"/docs/playground",component:g("/docs/playground","d08"),exact:!0,sidebar:"docs"},{path:"/docs/search",component:g("/docs/search","368"),exact:!0,sidebar:"docs"},{path:"/docs/seo",component:g("/docs/seo","07e"),exact:!0,sidebar:"docs"},{path:"/docs/sidebar",component:g("/docs/sidebar","2d3"),exact:!0,sidebar:"docs"},{path:"/docs/sidebar/autogenerated",component:g("/docs/sidebar/autogenerated","60f"),exact:!0,sidebar:"docs"},{path:"/docs/sidebar/items",component:g("/docs/sidebar/items","253"),exact:!0,sidebar:"docs"},{path:"/docs/sidebar/multiple-sidebars",component:g("/docs/sidebar/multiple-sidebars","fec"),exact:!0,sidebar:"docs"},{path:"/docs/static-assets",component:g("/docs/static-assets","a25"),exact:!0,sidebar:"docs"},{path:"/docs/styling-layout",component:g("/docs/styling-layout","9a1"),exact:!0,sidebar:"docs"},{path:"/docs/swizzling",component:g("/docs/swizzling","73d"),exact:!0,sidebar:"docs"},{path:"/docs/typescript-support",component:g("/docs/typescript-support","f11"),exact:!0,sidebar:"docs"},{path:"/docs/using-plugins",component:g("/docs/using-plugins","aed"),exact:!0,sidebar:"docs"},{path:"/docs/versioning",component:g("/docs/versioning","8de"),exact:!0,sidebar:"docs"}]}]}]},{path:"/",component:g("/","e5f"),exact:!0},{path:"*",component:g("*")}]},35596:(e,t,n)=>{"use strict";n.r(t),n.d(t,{onRouteDidUpdate:()=>s,onRouteUpdate:()=>r});var o=n(36809);function a(e,t,n){var o,a,r;console.log(e,t.pathname,{location:t,prevLocation:n,heading:null===(o=document.getElementsByTagName("h1")[0])||void 0===o?void 0:o.innerText,title:document.title,description:null===(a=document.querySelector('meta[name="description"]'))||void 0===a?void 0:a.content,htmlClassName:null===(r=document.getElementsByTagName("html")[0])||void 0===r?void 0:r.className})}function r({location:e,previousLocation:t}){if(o.default.customFields.isDeployPreview)return a("onRouteUpdate",e,t),()=>a("onRouteUpdate cleanup",e,t)}function s({location:e,previousLocation:t}){o.default.customFields.isDeployPreview&&a("onRouteDidUpdate",e,t)}},95444:(e,t,n)=>{"use strict";n.r(t);var o=n(98428),a=n(83915);if(o.Z.canUseDOM){["theme","docusaurus.announcement.id","docusaurus.announcement.dismiss","docs-preferred-version-default"].forEach((e=>{const t=localStorage.getItem(e);if(null!==t&&a.u){const n=`${e}${a.u}`;console.log(`Updating storage key [${e} => ${n}], value=${t}`),localStorage.setItem(n,t),localStorage.removeItem(e)}}))}},88613:(e,t,n)=>{"use strict";n.d(t,{Z:()=>In});var o=n(24246),a=n(27378),r=n(40624),s=n(88941),i=n(44008),c=n(3620),l=n(36712),u=n(52108);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){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),o.forEach((function(t){d(e,t,n[t])}))}return e}function g(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 o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))})),e}const f="__docusaurus_skipToContent_fallback";function b(e){e.setAttribute("tabindex","-1"),e.focus(),e.removeAttribute("tabindex")}function h(){const e=(0,a.useRef)(null),{action:t}=(0,c.k6)(),n=(0,a.useCallback)((e=>{e.preventDefault();const t=null!==(n=document.querySelector("main:first-of-type"))&&void 0!==n?n:document.getElementById(f);var n;t&&b(t)}),[]);return(0,u.S)((({location:n})=>{e.current&&!n.hash&&"PUSH"===t&&b(e.current)})),{containerRef:e,onClick:n}}const m=(0,l.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 y(e){var t;const n=null!==(t=e.children)&&void 0!==t?t:m,{containerRef:a,onClick:r}=h();return(0,o.jsx)("div",{ref:a,role:"region","aria-label":m,children:(0,o.jsx)("a",g(p({},e),{href:`#${f}`,onClick:r,children:n}))})}var v=n(89583),_=n(39284);const x={skipToContent:"skipToContent_UHvc"};function w(){return(0,o.jsx)(y,{className:x.skipToContent})}var k=n(73919),O=n(776);function S(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function j(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 o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))})),e}function P(e,t){if(null==e)return{};var n,o,a=function(e,t){if(null==e)return{};var n,o,a={},r=Object.keys(e);for(o=0;o<r.length;o++)n=r[o],t.indexOf(n)>=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(o=0;o<r.length;o++)n=r[o],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}function E(e){var{width:t=21,height:n=21,color:a="currentColor",strokeWidth:r=1.2,className:s}=e,i=P(e,["width","height","color","strokeWidth","className"]);return(0,o.jsx)("svg",j(function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),o.forEach((function(t){S(e,t,n[t])}))}return e}({viewBox:"0 0 15 15",width:t,height:n},i),{children:(0,o.jsx)("g",{stroke:a,strokeWidth:r,children:(0,o.jsx)("path",{d:"M.75.75l13.5 13.5M14.25.75L.75 14.25"})})}))}const C={closeButton:"closeButton_nmpN"};function T(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,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 o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))})),e}function D(e){return(0,o.jsx)("button",A(function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),o.forEach((function(t){T(e,t,n[t])}))}return e}({type:"button","aria-label":(0,l.I)({id:"theme.AnnouncementBar.closeButtonAriaLabel",message:"Close",description:"The ARIA label for close button of announcement bar"})},e),{className:(0,r.Z)("clean-btn close",C.closeButton,e.className),children:(0,o.jsx)(E,{width:14,height:14,strokeWidth:3.1})}))}const N={content:"content_ttnW"};function L(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function M(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 o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))})),e}function I(e){const{announcementBar:t}=(0,k.L)(),{content:n}=t;return(0,o.jsx)("div",M(function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),o.forEach((function(t){L(e,t,n[t])}))}return e}({},e),{className:(0,r.Z)(N.content,e.className),dangerouslySetInnerHTML:{__html:n}}))}const R={announcementBar:"announcementBar_cTOO",announcementBarPlaceholder:"announcementBarPlaceholder_Lqfg",announcementBarClose:"announcementBarClose_UFLi",announcementBarContent:"announcementBarContent_PjqA"};function F(){const{announcementBar:e}=(0,k.L)(),{isActive:t,close:n}=(0,O.n)();if(!t)return null;const{backgroundColor:a,textColor:r,isCloseable:s}=e;return(0,o.jsxs)("div",{className:R.announcementBar,style:{backgroundColor:a,color:r},role:"banner",children:[s&&(0,o.jsx)("div",{className:R.announcementBarPlaceholder}),(0,o.jsx)(I,{className:R.announcementBarContent}),s&&(0,o.jsx)(D,{onClick:n,className:R.announcementBarClose})]})}var z=n(76861),B=n(75527);var $=n(51114),U=n(35612);function Z(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const H=a.createContext(null);function W({children:e}){const t=function(){const e=(0,z.e)(),t=(0,U.HY)(),[n,o]=(0,a.useState)(!1),r=null!==t.component,s=(0,$.D9)(r);return(0,a.useEffect)((()=>{r&&!s&&o(!0)}),[r,s]),(0,a.useEffect)((()=>{r?e.shown||o(!0):o(!1)}),[e.shown,r]),(0,a.useMemo)((()=>[n,o]),[n])}();return(0,o.jsx)(H.Provider,{value:t,children:e})}function q(e){if(e.component){const t=e.component;return(0,o.jsx)(t,function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),o.forEach((function(t){Z(e,t,n[t])}))}return e}({},e.props))}}function V(){const e=(0,a.useContext)(H);if(!e)throw new $.i6("NavbarSecondaryMenuDisplayProvider");const[t,n]=e,o=(0,a.useCallback)((()=>n(!1)),[n]),r=(0,U.HY)();return(0,a.useMemo)((()=>({shown:t,hide:o,content:q(r)})),[o,r,t])}function G({header:e,primaryMenu:t,secondaryMenu:n}){const{shown:a}=V();return(0,o.jsxs)("div",{className:"navbar-sidebar",children:[e,(0,o.jsxs)("div",{className:(0,r.Z)("navbar-sidebar__items",{"navbar-sidebar__items--show-secondary":a}),children:[(0,o.jsx)("div",{className:"navbar-sidebar__item menu",children:t}),(0,o.jsx)("div",{className:"navbar-sidebar__item menu",children:n})]})]})}var Y=n(64257),K=n(54181);function Q(){return(0,o.jsx)(K.Z,{className:"navbar__brand",imageClassName:"navbar__logo",titleClassName:"navbar__title text--truncate"})}function X(){const e=(0,z.e)();return(0,o.jsx)("button",{type:"button","aria-label":(0,l.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:()=>e.toggle(),children:(0,o.jsx)(E,{color:"var(--ifm-color-emphasis-600)"})})}function J(){return(0,o.jsxs)("div",{className:"navbar-sidebar__brand",children:[(0,o.jsx)(Q,{}),(0,o.jsx)(Y.Z,{className:"margin-right--md"}),(0,o.jsx)(X,{})]})}var ee=n(41428),te=n(66448),ne=n(64149),oe=n(4676),ae=n(80720);function re(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function se(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),o.forEach((function(t){re(e,t,n[t])}))}return e}function ie(e,t){if(null==e)return{};var n,o,a=function(e,t){if(null==e)return{};var n,o,a={},r=Object.keys(e);for(o=0;o<r.length;o++)n=r[o],t.indexOf(n)>=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(o=0;o<r.length;o++)n=r[o],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}function ce(e){var{activeBasePath:t,activeBaseRegex:n,to:a,href:r,label:s,html:i,isDropdownLink:c,prependBaseUrlToHref:l}=e,u=ie(e,["activeBasePath","activeBaseRegex","to","href","label","html","isDropdownLink","prependBaseUrlToHref"]);const d=(0,te.ZP)(a),p=(0,te.ZP)(t),g=(0,te.ZP)(r,{forcePrependBaseUrl:!0}),f=s&&r&&!(0,ne.Z)(r),b=i?{dangerouslySetInnerHTML:{__html:i}}:{children:(0,o.jsxs)(o.Fragment,{children:[s,f&&(0,o.jsx)(ae.Z,se({},c&&{width:12,height:12}))]})};return r?(0,o.jsx)(ee.Z,se({href:l?g:r},u,b)):(0,o.jsx)(ee.Z,se({to:d,isNavLink:!0},(t||n)&&{isActive:(e,t)=>n?(0,oe.F)(n,t.pathname):t.pathname.startsWith(p)},u,b))}function le(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function ue(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),o.forEach((function(t){le(e,t,n[t])}))}return e}function de(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 o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))})),e}function pe(e,t){if(null==e)return{};var n,o,a=function(e,t){if(null==e)return{};var n,o,a={},r=Object.keys(e);for(o=0;o<r.length;o++)n=r[o],t.indexOf(n)>=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(o=0;o<r.length;o++)n=r[o],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}function ge(e){var{className:t,isDropdownItem:n=!1}=e,a=pe(e,["className","isDropdownItem"]);const s=(0,o.jsx)(ce,ue({className:(0,r.Z)(n?"dropdown__link":"navbar__item navbar__link",t),isDropdownLink:n},a));return n?(0,o.jsx)("li",{children:s}):s}function fe(e){var{className:t,isDropdownItem:n}=e,a=pe(e,["className","isDropdownItem"]);return(0,o.jsx)("li",{className:"menu__list-item",children:(0,o.jsx)(ce,ue({className:(0,r.Z)("menu__link",t)},a))})}function be(e){var{mobile:t=!1,position:n}=e,a=pe(e,["mobile","position"]);const r=t?fe:ge;var s;return(0,o.jsx)(r,de(ue({},a),{activeClassName:null!==(s=a.activeClassName)&&void 0!==s?s:t?"menu__link--active":"navbar__link--active"}))}var he=n(14929),me=n(39779),ye=n(4423);const ve={dropdownNavbarItemMobile:"dropdownNavbarItemMobile_A1en"};function _e(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function xe(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),o.forEach((function(t){_e(e,t,n[t])}))}return e}function we(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 o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))})),e}function ke(e,t){if(null==e)return{};var n,o,a=function(e,t){if(null==e)return{};var n,o,a={},r=Object.keys(e);for(o=0;o<r.length;o++)n=r[o],t.indexOf(n)>=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(o=0;o<r.length;o++)n=r[o],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}function Oe(e,t){return e.some((e=>function(e,t){return!!(0,me.Mg)(e.to,t)||!!(0,oe.F)(e.activeBaseRegex,t)||!(!e.activeBasePath||!t.startsWith(e.activeBasePath))}(e,t)))}function Se(e){var{items:t,position:n,className:s,onClick:i}=e,c=ke(e,["items","position","className","onClick"]);const l=(0,a.useRef)(null),[u,d]=(0,a.useState)(!1);var p;return(0,a.useEffect)((()=>{const e=e=>{l.current&&!l.current.contains(e.target)&&d(!1)};return document.addEventListener("mousedown",e),document.addEventListener("touchstart",e),document.addEventListener("focusin",e),()=>{document.removeEventListener("mousedown",e),document.removeEventListener("touchstart",e),document.removeEventListener("focusin",e)}}),[l]),(0,o.jsxs)("div",{ref:l,className:(0,r.Z)("navbar__item","dropdown","dropdown--hoverable",{"dropdown--right":"right"===n,"dropdown--show":u}),children:[(0,o.jsx)(ce,we(xe({"aria-haspopup":"true","aria-expanded":u,role:"button",href:c.to?void 0:"#",className:(0,r.Z)("navbar__link",s)},c),{onClick:c.to?void 0:e=>e.preventDefault(),onKeyDown:e=>{"Enter"===e.key&&(e.preventDefault(),d(!u))},children:null!==(p=c.children)&&void 0!==p?p:c.label})),(0,o.jsx)("ul",{className:"dropdown__menu",children:t.map(((e,t)=>(0,a.createElement)(Nt,we(xe({isDropdownItem:!0,activeClassName:"dropdown__link--active"},e),{key:t}))))})]})}function je(e){var{items:t,className:n,position:s,onClick:i}=e,l=ke(e,["items","className","position","onClick"]);const u=function(){const{siteConfig:{baseUrl:e}}=(0,ye.Z)(),{pathname:t}=(0,c.TH)();return t.replace(e,"/")}(),d=Oe(t,u),{collapsed:p,toggleCollapsed:g,setCollapsed:f}=(0,he.u)({initialState:()=>!d});var b;return(0,a.useEffect)((()=>{d&&f(!d)}),[u,d,f]),(0,o.jsxs)("li",{className:(0,r.Z)("menu__list-item",{"menu__list-item--collapsed":p}),children:[(0,o.jsx)(ce,we(xe({role:"button",className:(0,r.Z)(ve.dropdownNavbarItemMobile,"menu__link menu__link--sublist menu__link--sublist-caret",n)},l),{onClick:e=>{e.preventDefault(),g()},children:null!==(b=l.children)&&void 0!==b?b:l.label})),(0,o.jsx)(he.z,{lazy:!0,as:"ul",className:"menu__list",collapsed:p,children:t.map(((e,t)=>(0,a.createElement)(Nt,we(xe({mobile:!0,isDropdownItem:!0,onClick:i,activeClassName:"menu__link--active"},e),{key:t}))))})]})}function Pe(e){var{mobile:t=!1}=e,n=ke(e,["mobile"]);const a=t?je:Se;return(0,o.jsx)(a,xe({},n))}var Ee=n(99948);function Ce(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Te(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 o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))})),e}function Ae(e,t){if(null==e)return{};var n,o,a=function(e,t){if(null==e)return{};var n,o,a={},r=Object.keys(e);for(o=0;o<r.length;o++)n=r[o],t.indexOf(n)>=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(o=0;o<r.length;o++)n=r[o],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}function De(e){var{width:t=20,height:n=20}=e,a=Ae(e,["width","height"]);return(0,o.jsx)("svg",Te(function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),o.forEach((function(t){Ce(e,t,n[t])}))}return e}({viewBox:"0 0 24 24",width:t,height:n,"aria-hidden":!0},a),{children:(0,o.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"})}))}const Ne="iconLanguage_tqOs";function Le(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Me(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 o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))})),e}function Ie(e,t){if(null==e)return{};var n,o,a=function(e,t){if(null==e)return{};var n,o,a={},r=Object.keys(e);for(o=0;o<r.length;o++)n=r[o],t.indexOf(n)>=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(o=0;o<r.length;o++)n=r[o],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}var Re=n(31542);function Fe(){return a.createElement("svg",{width:"15",height:"15",className:"DocSearch-Control-Key-Icon"},a.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 ze=n(56573),Be=["translations"];function $e(){return $e=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e},$e.apply(this,arguments)}function Ue(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null==n)return;var o,a,r=[],s=!0,i=!1;try{for(n=n.call(e);!(s=(o=n.next()).done)&&(r.push(o.value),!t||r.length!==t);s=!0);}catch(c){i=!0,a=c}finally{try{s||null==n.return||n.return()}finally{if(i)throw a}}return r}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Ze(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Ze(e,t)}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Ze(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=new Array(t);n<t;n++)o[n]=e[n];return o}function He(e,t){if(null==e)return{};var n,o,a=function(e,t){if(null==e)return{};var n,o,a={},r=Object.keys(e);for(o=0;o<r.length;o++)n=r[o],t.indexOf(n)>=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(o=0;o<r.length;o++)n=r[o],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}var We="Ctrl";var qe=a.forwardRef((function(e,t){var n=e.translations,o=void 0===n?{}:n,r=He(e,Be),s=o.buttonText,i=void 0===s?"Search":s,c=o.buttonAriaLabel,l=void 0===c?"Search":c,u=Ue((0,a.useState)(null),2),d=u[0],p=u[1];return(0,a.useEffect)((function(){"undefined"!=typeof navigator&&(/(Mac|iPhone|iPod|iPad)/i.test(navigator.platform)?p("\u2318"):p(We))}),[]),a.createElement("button",$e({type:"button",className:"DocSearch DocSearch-Button","aria-label":l},r,{ref:t}),a.createElement("span",{className:"DocSearch-Button-Container"},a.createElement(ze.W,null),a.createElement("span",{className:"DocSearch-Button-Placeholder"},i)),a.createElement("span",{className:"DocSearch-Button-Keys"},null!==d&&a.createElement(a.Fragment,null,a.createElement("kbd",{className:"DocSearch-Button-Key"},d===We?a.createElement(Fe,null):d),a.createElement("kbd",{className:"DocSearch-Button-Key"},"K"))))})),Ve=n(97134),Ge=n(22780),Ye=n(93281),Ke=n(63846);const Qe={button:{buttonText:(0,l.I)({id:"theme.SearchBar.label",message:"Search",description:"The ARIA label and placeholder for search button"}),buttonAriaLabel:(0,l.I)({id:"theme.SearchBar.label",message:"Search",description:"The ARIA label and placeholder for search button"})},modal:{searchBox:{resetButtonTitle:(0,l.I)({id:"theme.SearchModal.searchBox.resetButtonTitle",message:"Clear the query",description:"The label and ARIA label for search box reset button"}),resetButtonAriaLabel:(0,l.I)({id:"theme.SearchModal.searchBox.resetButtonTitle",message:"Clear the query",description:"The label and ARIA label for search box reset button"}),cancelButtonText:(0,l.I)({id:"theme.SearchModal.searchBox.cancelButtonText",message:"Cancel",description:"The label and ARIA label for search box cancel button"}),cancelButtonAriaLabel:(0,l.I)({id:"theme.SearchModal.searchBox.cancelButtonText",message:"Cancel",description:"The label and ARIA label for search box cancel button"})},startScreen:{recentSearchesTitle:(0,l.I)({id:"theme.SearchModal.startScreen.recentSearchesTitle",message:"Recent",description:"The title for recent searches"}),noRecentSearchesText:(0,l.I)({id:"theme.SearchModal.startScreen.noRecentSearchesText",message:"No recent searches",description:"The text when no recent searches"}),saveRecentSearchButtonTitle:(0,l.I)({id:"theme.SearchModal.startScreen.saveRecentSearchButtonTitle",message:"Save this search",description:"The label for save recent search button"}),removeRecentSearchButtonTitle:(0,l.I)({id:"theme.SearchModal.startScreen.removeRecentSearchButtonTitle",message:"Remove this search from history",description:"The label for remove recent search button"}),favoriteSearchesTitle:(0,l.I)({id:"theme.SearchModal.startScreen.favoriteSearchesTitle",message:"Favorite",description:"The title for favorite searches"}),removeFavoriteSearchButtonTitle:(0,l.I)({id:"theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle",message:"Remove this search from favorites",description:"The label for remove favorite search button"})},errorScreen:{titleText:(0,l.I)({id:"theme.SearchModal.errorScreen.titleText",message:"Unable to fetch results",description:"The title for error screen of search modal"}),helpText:(0,l.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,l.I)({id:"theme.SearchModal.footer.selectText",message:"to select",description:"The explanatory text of the action for the enter key"}),selectKeyAriaLabel:(0,l.I)({id:"theme.SearchModal.footer.selectKeyAriaLabel",message:"Enter key",description:"The ARIA label for the Enter key button that makes the selection"}),navigateText:(0,l.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,l.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,l.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,l.I)({id:"theme.SearchModal.footer.closeText",message:"to close",description:"The explanatory text of the action for Escape key"}),closeKeyAriaLabel:(0,l.I)({id:"theme.SearchModal.footer.closeKeyAriaLabel",message:"Escape key",description:"The ARIA label for the Escape key button that close the modal"}),searchByText:(0,l.I)({id:"theme.SearchModal.footer.searchByText",message:"Search by",description:"The text explain that the search is making by Algolia"})},noResultsScreen:{noResultsText:(0,l.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,l.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,l.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,l.I)({id:"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText",message:"Let us know.",description:"The text for the link to report missing results"})}},placeholder:(0,l.I)({id:"theme.SearchModal.placeholder",message:"Search docs",description:"The placeholder of the input of the DocSearch pop-up modal"})};function Xe(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Je(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),o.forEach((function(t){Xe(e,t,n[t])}))}return e}function et(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 o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))})),e}function tt(e,t){if(null==e)return{};var n,o,a=function(e,t){if(null==e)return{};var n,o,a={},r=Object.keys(e);for(o=0;o<r.length;o++)n=r[o],t.indexOf(n)>=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(o=0;o<r.length;o++)n=r[o],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}let nt=null;function ot({hit:e,children:t}){return(0,o.jsx)(ee.Z,{to:e.url,children:t})}function at({state:e,onClose:t}){const n=(0,Ge.M)();return(0,o.jsx)(ee.Z,{to:n(e.query),onClick:t,children:(0,o.jsx)(l.Z,{id:"theme.SearchBar.seeAll",values:{count:e.context.nbHits},children:"See all {count} results"})})}function rt(e){var t,{contextualSearch:r,externalUrlRegex:s}=e,i=tt(e,["contextualSearch","externalUrlRegex"]);const{siteMetadata:l}=(0,ye.Z)(),u=(0,Ye.l)(),d=function(){const{locale:e,tags:t}=(0,Ke._q)();return[`language:${e}`,t.map((e=>`docusaurus_tag:${e}`))]}();var p;const g=null!==(p=null===(t=i.searchParameters)||void 0===t?void 0:t.facetFilters)&&void 0!==p?p:[],f=r?function(e,t){const n=e=>"string"==typeof e?[e]:e;return[...n(e),...n(t)]}(d,g):g,b=et(Je({},i.searchParameters),{facetFilters:f}),h=(0,c.k6)(),m=(0,a.useRef)(null),y=(0,a.useRef)(null),[v,_]=(0,a.useState)(!1),[x,w]=(0,a.useState)(void 0),k=(0,a.useCallback)((()=>nt?Promise.resolve():Promise.all([n.e(93041).then(n.bind(n,93041)),Promise.all([n.e(40532),n.e(89127)]).then(n.bind(n,89127)),Promise.all([n.e(40532),n.e(63429)]).then(n.bind(n,63429))]).then((([{DocSearchModal:e}])=>{nt=e}))),[]),O=(0,a.useCallback)((()=>{if(!m.current){const e=document.createElement("div");m.current=e,document.body.insertBefore(e,document.body.firstChild)}}),[]),S=(0,a.useCallback)((()=>{O(),k().then((()=>_(!0)))}),[k,O]),j=(0,a.useCallback)((()=>{var e;_(!1),null===(e=y.current)||void 0===e||e.focus()}),[]),P=(0,a.useCallback)((e=>{e.preventDefault(),w(e.key),S()}),[S]),E=(0,a.useRef)({navigate({itemUrl:e}){(0,oe.F)(s,e)?window.location.href=e:h.push(e)}}).current,C=(0,a.useRef)((e=>i.transformItems?i.transformItems(e):e.map((e=>et(Je({},e),{url:u(e.url)}))))).current,T=(0,a.useMemo)((()=>e=>(0,o.jsx)(at,et(Je({},e),{onClose:j}))),[j]),A=(0,a.useCallback)((e=>(e.addAlgoliaAgent("docusaurus",l.docusaurusVersion),e)),[l.docusaurusVersion]);return function(e){var t=e.isOpen,n=e.onOpen,o=e.onClose,r=e.onInput,s=e.searchButtonRef;a.useEffect((function(){function e(e){var a;(27===e.keyCode&&t||"k"===(null===(a=e.key)||void 0===a?void 0:a.toLowerCase())&&(e.metaKey||e.ctrlKey)||!function(e){var t=e.target,n=t.tagName;return t.isContentEditable||"INPUT"===n||"SELECT"===n||"TEXTAREA"===n}(e)&&"/"===e.key&&!t)&&(e.preventDefault(),t?o():document.body.classList.contains("DocSearch--active")||document.body.classList.contains("DocSearch--active")||n()),s&&s.current===document.activeElement&&r&&/[a-zA-Z0-9]/.test(String.fromCharCode(e.keyCode))&&r(e)}return window.addEventListener("keydown",e),function(){window.removeEventListener("keydown",e)}}),[t,n,o,r,s])}({isOpen:v,onOpen:S,onClose:j,onInput:P,searchButtonRef:y}),(0,o.jsxs)(o.Fragment,{children:[(0,o.jsx)(Ve.Z,{children:(0,o.jsx)("link",{rel:"preconnect",href:`https://${i.appId}-dsn.algolia.net`,crossOrigin:"anonymous"})}),(0,o.jsx)(qe,{onTouchStart:k,onFocus:k,onMouseOver:k,onClick:S,ref:y,translations:Qe.button}),v&&nt&&m.current&&(0,Re.createPortal)((0,o.jsx)(nt,et(Je({onClose:j,initialScrollY:window.scrollY,initialQuery:x,navigator:E,transformItems:C,hitComponent:ot,transformSearchClient:A},i.searchPagePath&&{resultsFooterComponent:T},i),{searchParameters:b,placeholder:Qe.placeholder,translations:Qe.modal})),m.current)]})}function st(){const{siteConfig:e}=(0,ye.Z)();return(0,o.jsx)(rt,Je({},e.themeConfig.algolia))}const it={navbarSearchContainer:"navbarSearchContainer_dDCC"};function ct({children:e,className:t}){return(0,o.jsx)("div",{className:(0,r.Z)(t,it.navbarSearchContainer),children:e})}var lt=n(92053),ut=n(41876);function dt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function pt(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 o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))})),e}function gt(e,t){if(null==e)return{};var n,o,a=function(e,t){if(null==e)return{};var n,o,a={},r=Object.keys(e);for(o=0;o<r.length;o++)n=r[o],t.indexOf(n)>=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(o=0;o<r.length;o++)n=r[o],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}function ft(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function bt(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 o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))})),e}function ht(e,t){if(null==e)return{};var n,o,a=function(e,t){if(null==e)return{};var n,o,a={},r=Object.keys(e);for(o=0;o<r.length;o++)n=r[o],t.indexOf(n)>=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(o=0;o<r.length;o++)n=r[o],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}function mt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function yt(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 o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))})),e}function vt(e,t){if(null==e)return{};var n,o,a=function(e,t){if(null==e)return{};var n,o,a={},r=Object.keys(e);for(o=0;o<r.length;o++)n=r[o],t.indexOf(n)>=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(o=0;o<r.length;o++)n=r[o],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}var _t=n(32054);function xt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function wt(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),o.forEach((function(t){xt(e,t,n[t])}))}return e}function kt(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 o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))})),e}function Ot(e,t){if(null==e)return{};var n,o,a=function(e,t){if(null==e)return{};var n,o,a={},r=Object.keys(e);for(o=0;o<r.length;o++)n=r[o],t.indexOf(n)>=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(o=0;o<r.length;o++)n=r[o],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}const St=e=>e.docs.find((t=>t.id===e.mainDocId));const jt={default:be,localeDropdown:function(e){var{mobile:t,dropdownItemsBefore:n,dropdownItemsAfter:a,queryString:r=""}=e,s=Ie(e,["mobile","dropdownItemsBefore","dropdownItemsAfter","queryString"]);const{i18n:{currentLocale:i,locales:u,localeConfigs:d}}=(0,ye.Z)(),p=(0,Ee.l)(),{search:g,hash:f}=(0,c.TH)(),b=[...n,...u.map((e=>{const n=`${`pathname://${p.createUrl({locale:e,fullyQualified:!1})}`}${g}${f}${r}`;return{label:d[e].label,lang:d[e].htmlLang,to:n,target:"_self",autoAddBaseUrl:!1,className:e===i?t?"menu__link--active":"dropdown__link--active":""}})),...a],h=t?(0,l.I)({message:"Languages",id:"theme.navbar.mobileLanguageDropdown.label",description:"The label for the mobile language switcher dropdown"}):d[i].label;return(0,o.jsx)(Pe,Me(function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),o.forEach((function(t){Le(e,t,n[t])}))}return e}({},s),{mobile:t,label:(0,o.jsxs)(o.Fragment,{children:[(0,o.jsx)(De,{className:Ne}),h]}),items:b}))},search:function({mobile:e,className:t}){return e?null:(0,o.jsx)(ct,{className:t,children:(0,o.jsx)(st,{})})},dropdown:Pe,html:function({value:e,className:t,mobile:n=!1,isDropdownItem:a=!1}){const s=a?"li":"div";return(0,o.jsx)(s,{className:(0,r.Z)({navbar__item:!n&&!a,"menu__list-item":n},t),dangerouslySetInnerHTML:{__html:e}})},doc:function(e){var{docId:t,label:n,docsPluginId:a}=e,r=gt(e,["docId","label","docsPluginId"]);const{activeDoc:s}=(0,lt.Iw)(a),i=(0,ut.vY)(t,a),c=(null==s?void 0:s.path)===(null==i?void 0:i.path);return null===i||i.unlisted&&!c?null:(0,o.jsx)(be,pt(function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),o.forEach((function(t){dt(e,t,n[t])}))}return e}({exact:!0},r),{isActive:()=>c||!!(null==s?void 0:s.sidebar)&&s.sidebar===i.sidebar,label:null!=n?n:i.id,to:i.path}))},docSidebar:function(e){var{sidebarId:t,label:n,docsPluginId:a}=e,r=ht(e,["sidebarId","label","docsPluginId"]);const{activeDoc:s}=(0,lt.Iw)(a),i=(0,ut.oz)(t,a).link;if(!i)throw new Error(`DocSidebarNavbarItem: Sidebar with ID "${t}" doesn't have anything to be linked to.`);return(0,o.jsx)(be,bt(function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),o.forEach((function(t){ft(e,t,n[t])}))}return e}({exact:!0},r),{isActive:()=>(null==s?void 0:s.sidebar)===t,label:null!=n?n:i.label,to:i.path}))},docsVersion:function(e){var{label:t,to:n,docsPluginId:a}=e,r=vt(e,["label","to","docsPluginId"]);const s=(0,ut.lO)(a)[0],i=null!=t?t:s.label,c=null!=n?n:(e=>e.docs.find((t=>t.id===e.mainDocId)))(s).path;return(0,o.jsx)(be,yt(function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),o.forEach((function(t){mt(e,t,n[t])}))}return e}({},r),{label:i,to:c}))},docsVersionDropdown:function(e){var{mobile:t,docsPluginId:n,dropdownActiveClassDisabled:a,dropdownItemsBefore:r,dropdownItemsAfter:s}=e,i=Ot(e,["mobile","docsPluginId","dropdownActiveClassDisabled","dropdownItemsBefore","dropdownItemsAfter"]);const{search:u,hash:d}=(0,c.TH)(),p=(0,lt.Iw)(n),g=(0,lt.gB)(n),{savePreferredVersionName:f}=(0,_t.J)(n),b=[...r,...g.map((e=>{var t;const n=null!==(t=p.alternateDocVersions[e.name])&&void 0!==t?t:St(e);return{label:e.label,to:`${n.path}${u}${d}`,isActive:()=>e===p.activeVersion,onClick:()=>f(e.name)}})),...s],h=(0,ut.lO)(n)[0],m=t&&b.length>1?(0,l.I)({id:"theme.navbar.mobileVersionsDropdown.label",message:"Versions",description:"The label for the navbar versions dropdown on mobile view"}):h.label,y=t&&b.length>1?void 0:St(h).path;return b.length<=1?(0,o.jsx)(be,kt(wt({},i),{mobile:t,label:m,to:y,isActive:a?()=>!1:void 0})):(0,o.jsx)(Pe,kt(wt({},i),{mobile:t,label:m,to:y,items:b,isActive:a?()=>!1:void 0}))}};function Pt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Et=(Ct=function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),o.forEach((function(t){Pt(e,t,n[t])}))}return e}({},jt),Tt=null!=(Tt={"custom-dogfood-navbar-item":function(e){const{pathname:t}=(0,c.TH)();return"/tests"===t||t.startsWith("/tests/")?(0,o.jsxs)("button",{onClick:()=>{alert("I'm a custom navbar item type example")},type:"button",children:[e.content,e.mobile?" (mobile)":""]}):null}})?Tt:{},Object.getOwnPropertyDescriptors?Object.defineProperties(Ct,Object.getOwnPropertyDescriptors(Tt)):function(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}(Object(Tt)).forEach((function(e){Object.defineProperty(Ct,e,Object.getOwnPropertyDescriptor(Tt,e))})),Ct);var Ct,Tt;function At(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Dt(e,t){if(null==e)return{};var n,o,a=function(e,t){if(null==e)return{};var n,o,a={},r=Object.keys(e);for(o=0;o<r.length;o++)n=r[o],t.indexOf(n)>=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(o=0;o<r.length;o++)n=r[o],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}function Nt(e){var{type:t}=e,n=Dt(e,["type"]);const a=function(e,t){return e&&"default"!==e?e:"items"in t?"dropdown":"default"}(t,n),r=Et[a];if(!r)throw new Error(`No NavbarItem component found for type "${t}".`);return(0,o.jsx)(r,function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),o.forEach((function(t){At(e,t,n[t])}))}return e}({},n))}function Lt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Mt(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 o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))})),e}function It(){const e=(0,z.e)(),t=(0,k.L)().navbar.items;return(0,o.jsx)("ul",{className:"menu__list",children:t.map(((t,n)=>(0,a.createElement)(Nt,Mt(function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),o.forEach((function(t){Lt(e,t,n[t])}))}return e}({mobile:!0},t),{onClick:()=>e.toggle(),key:n}))))})}function Rt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Ft(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 o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))})),e}function zt(e){return(0,o.jsx)("button",Ft(function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),o.forEach((function(t){Rt(e,t,n[t])}))}return e}({},e),{type:"button",className:"clean-btn navbar-sidebar__back",children:(0,o.jsx)(l.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"})}))}function Bt(){const e=0===(0,k.L)().navbar.items.length,t=V();return(0,o.jsxs)(o.Fragment,{children:[!e&&(0,o.jsx)(zt,{onClick:()=>t.hide()}),t.content]})}function $t(){const e=(0,z.e)();return function(e=!0){(0,a.useEffect)((()=>(document.body.style.overflow=e?"hidden":"visible",()=>{document.body.style.overflow="visible"})),[e])}(e.shown),e.shouldRender?(0,o.jsx)(G,{header:(0,o.jsx)(J,{}),primaryMenu:(0,o.jsx)(It,{}),secondaryMenu:(0,o.jsx)(Bt,{})}):null}const Ut={navbarHideable:"navbarHideable_uAgx",navbarHidden:"navbarHidden_QgM6"};function Zt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Ht(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 o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))})),e}function Wt(e){return(0,o.jsx)("div",Ht(function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),o.forEach((function(t){Zt(e,t,n[t])}))}return e}({role:"presentation"},e),{className:(0,r.Z)("navbar-sidebar__backdrop",e.className)}))}function qt({children:e}){const{navbar:{hideOnScroll:t,style:n}}=(0,k.L)(),s=(0,z.e)(),{navbarRef:i,isNavbarVisible:c}=function(e){const[t,n]=(0,a.useState)(e),o=(0,a.useRef)(!1),r=(0,a.useRef)(0),s=(0,a.useCallback)((e=>{null!==e&&(r.current=e.getBoundingClientRect().height)}),[]);return(0,B.RF)((({scrollY:t},a)=>{if(!e)return;if(t<r.current)return void n(!0);if(o.current)return void(o.current=!1);const s=null==a?void 0:a.scrollY,i=document.documentElement.scrollHeight-r.current,c=window.innerHeight;s&&t>=s?n(!1):t+c<i&&n(!0)})),(0,u.S)((t=>{if(!e)return;const a=t.location.hash;if(a?document.getElementById(a.substring(1)):void 0)return o.current=!0,void n(!1);n(!0)})),{navbarRef:s,isNavbarVisible:t}}(t);return(0,o.jsxs)("nav",{ref:i,"aria-label":(0,l.I)({id:"theme.NavBar.navAriaLabel",message:"Main",description:"The ARIA label for the main navigation"}),className:(0,r.Z)("navbar","navbar--fixed-top",t&&[Ut.navbarHideable,!c&&Ut.navbarHidden],{"navbar--dark":"dark"===n,"navbar--primary":"primary"===n,"navbar-sidebar--show":s.shown}),children:[e,(0,o.jsx)(Wt,{onClick:s.toggle}),(0,o.jsx)($t,{})]})}var Vt=n(30691);const Gt="right";function Yt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Kt(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 o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))})),e}function Qt(e,t){if(null==e)return{};var n,o,a=function(e,t){if(null==e)return{};var n,o,a={},r=Object.keys(e);for(o=0;o<r.length;o++)n=r[o],t.indexOf(n)>=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(o=0;o<r.length;o++)n=r[o],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}function Xt(e){var{width:t=30,height:n=30,className:a}=e,r=Qt(e,["width","height","className"]);return(0,o.jsx)("svg",Kt(function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),o.forEach((function(t){Yt(e,t,n[t])}))}return e}({className:a,width:t,height:n,viewBox:"0 0 30 30","aria-hidden":"true"},r),{children:(0,o.jsx)("path",{stroke:"currentColor",strokeLinecap:"round",strokeMiterlimit:"10",strokeWidth:"2",d:"M4 7h22M4 15h22M4 23h22"})}))}function Jt(){const{toggle:e,shown:t}=(0,z.e)();return(0,o.jsx)("button",{onClick:e,"aria-label":(0,l.I)({id:"theme.docs.sidebar.toggleSidebarButtonAriaLabel",message:"Toggle navigation bar",description:"The ARIA label for hamburger menu button of mobile navigation"}),"aria-expanded":t,className:"navbar__toggle clean-btn",type:"button",children:(0,o.jsx)(Xt,{})})}const en={colorModeToggle:"colorModeToggle_UolE"};function tn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function nn(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),o.forEach((function(t){tn(e,t,n[t])}))}return e}function on({items:e}){return(0,o.jsx)(o.Fragment,{children:e.map(((e,t)=>(0,o.jsx)(Vt.QW,{onError:t=>new Error(`A theme navbar item failed to render.\nPlease double-check the following navbar item (themeConfig.navbar.items) of your Docusaurus config:\n${JSON.stringify(e,null,2)}`,{cause:t}),children:(0,o.jsx)(Nt,nn({},e))},t)))})}function an({left:e,right:t}){return(0,o.jsxs)("div",{className:"navbar__inner",children:[(0,o.jsx)("div",{className:"navbar__items",children:e}),(0,o.jsx)("div",{className:"navbar__items navbar__items--right",children:t})]})}function rn(){const e=(0,z.e)(),t=(0,k.L)().navbar.items,[n,a]=function(e){function t(e){var t;return"left"===(null!==(t=e.position)&&void 0!==t?t:Gt)}return[e.filter(t),e.filter((e=>!t(e)))]}(t),r=t.find((e=>"search"===e.type));return(0,o.jsx)(an,{left:(0,o.jsxs)(o.Fragment,{children:[!e.disabled&&(0,o.jsx)(Jt,{}),(0,o.jsx)(Q,{}),(0,o.jsx)(on,{items:n})]}),right:(0,o.jsxs)(o.Fragment,{children:[(0,o.jsx)(on,{items:a}),(0,o.jsx)(Y.Z,{className:en.colorModeToggle}),!r&&(0,o.jsx)(ct,{children:(0,o.jsx)(st,{})})]})})}function sn(){return(0,o.jsx)(qt,{children:(0,o.jsx)(rn,{})})}function cn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function ln(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 o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))})),e}function un(e,t){if(null==e)return{};var n,o,a=function(e,t){if(null==e)return{};var n,o,a={},r=Object.keys(e);for(o=0;o<r.length;o++)n=r[o],t.indexOf(n)>=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(o=0;o<r.length;o++)n=r[o],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}function dn({item:e}){const{to:t,href:n,label:a,prependBaseUrlToHref:r}=e,s=un(e,["to","href","label","prependBaseUrlToHref"]),i=(0,te.ZP)(t),c=(0,te.ZP)(n,{forcePrependBaseUrl:!0});return(0,o.jsxs)(ee.Z,ln(function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),o.forEach((function(t){cn(e,t,n[t])}))}return e}({className:"footer__link-item"},n?{href:r?c:n}:{to:i},s),{children:[a,n&&!(0,ne.Z)(n)&&(0,o.jsx)(ae.Z,{})]}))}function pn({item:e}){var t;return e.html?(0,o.jsx)("li",{className:"footer__item",dangerouslySetInnerHTML:{__html:e.html}}):(0,o.jsx)("li",{className:"footer__item",children:(0,o.jsx)(dn,{item:e})},null!==(t=e.href)&&void 0!==t?t:e.to)}function gn({column:e}){return(0,o.jsxs)("div",{className:"col footer__col",children:[(0,o.jsx)("div",{className:"footer__title",children:e.title}),(0,o.jsx)("ul",{className:"footer__items clean-list",children:e.items.map(((e,t)=>(0,o.jsx)(pn,{item:e},t)))})]})}function fn({columns:e}){return(0,o.jsx)("div",{className:"row footer__links",children:e.map(((e,t)=>(0,o.jsx)(gn,{column:e},t)))})}function bn(){return(0,o.jsx)("span",{className:"footer__link-separator",children:"\xb7"})}function hn({item:e}){return e.html?(0,o.jsx)("span",{className:"footer__link-item",dangerouslySetInnerHTML:{__html:e.html}}):(0,o.jsx)(dn,{item:e})}function mn({links:e}){return(0,o.jsx)("div",{className:"footer__links text--center",children:(0,o.jsx)("div",{className:"footer__links",children:e.map(((t,n)=>(0,o.jsxs)(a.Fragment,{children:[(0,o.jsx)(hn,{item:t}),e.length!==n+1&&(0,o.jsx)(bn,{})]},n)))})})}function yn({links:e}){return function(e){return"title"in e[0]}(e)?(0,o.jsx)(fn,{columns:e}):(0,o.jsx)(mn,{links:e})}var vn=n(97360);const _n={footerLogoLink:"footerLogoLink_CiM_"};function xn({logo:e}){const{withBaseUrl:t}=(0,te.Cg)();var n;const a={light:t(e.src),dark:t(null!==(n=e.srcDark)&&void 0!==n?n:e.src)};return(0,o.jsx)(vn.Z,{className:(0,r.Z)("footer__logo",e.className),alt:e.alt,sources:a,width:e.width,height:e.height,style:e.style})}function wn({logo:e}){return e.href?(0,o.jsx)(ee.Z,{href:e.href,className:_n.footerLogoLink,target:e.target,children:(0,o.jsx)(xn,{logo:e})}):(0,o.jsx)(xn,{logo:e})}function kn({copyright:e}){return(0,o.jsx)("div",{className:"footer__copyright",dangerouslySetInnerHTML:{__html:e}})}function On({style:e,links:t,logo:n,copyright:a}){return(0,o.jsx)("footer",{className:(0,r.Z)("footer",{"footer--dark":"dark"===e}),children:(0,o.jsxs)("div",{className:"container container-fluid",children:[t,(n||a)&&(0,o.jsxs)("div",{className:"footer__bottom text--center",children:[n&&(0,o.jsx)("div",{className:"margin-bottom--sm",children:n}),a]})]})})}function Sn(){const{footer:e}=(0,k.L)();if(!e)return null;const{copyright:t,links:n,logo:a,style:r}=e;return(0,o.jsx)(On,{style:r,links:n&&n.length>0&&(0,o.jsx)(yn,{links:n}),logo:a&&(0,o.jsx)(wn,{logo:a}),copyright:t&&(0,o.jsx)(kn,{copyright:t})})}const jn=a.memo(Sn);var Pn=n(78844);const En=(0,$.Qc)([Pn.S,O.p,B.OC,_t.L5,i.VC,function({children:e}){return(0,o.jsx)(U.n2,{children:(0,o.jsx)(z.M,{children:(0,o.jsx)(W,{children:e})})})}]);function Cn({children:e}){return(0,o.jsx)(En,{children:e})}var Tn=n(52615);function An({error:e,tryAgain:t}){return(0,o.jsx)("main",{className:"container margin-vert--xl",children:(0,o.jsx)("div",{className:"row",children:(0,o.jsxs)("div",{className:"col col--6 col--offset-3",children:[(0,o.jsx)(Tn.Z,{as:"h1",className:"hero__title",children:(0,o.jsx)(l.Z,{id:"theme.ErrorPageContent.title",description:"The title of the fallback page when the page crashed",children:"This page crashed."})}),(0,o.jsx)("div",{className:"margin-vert--lg",children:(0,o.jsx)(Vt.Cw,{onClick:t,className:"button button--primary shadow--lw"})}),(0,o.jsx)("hr",{}),(0,o.jsx)("div",{className:"margin-vert--md",children:(0,o.jsx)(Vt.aG,{error:e})})]})})})}const Dn={mainWrapper:"mainWrapper_PEsc"};function Nn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Ln(e){const{children:t,noFooter:n,wrapperClassName:a,title:c,description:l}=e;return(0,_.t)(),(0,o.jsxs)(Cn,{children:[(0,o.jsx)(i.d,{title:c,description:l}),(0,o.jsx)(w,{}),(0,o.jsx)(F,{}),(0,o.jsx)(sn,{}),(0,o.jsx)("div",{id:f,className:(0,r.Z)(v.k.wrapper.main,Dn.mainWrapper,a),children:(0,o.jsx)(s.Z,{fallback:e=>(0,o.jsx)(An,function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),o.forEach((function(t){Nn(e,t,n[t])}))}return e}({},e)),children:t})}),!n&&(0,o.jsx)(jn,{})]})}function Mn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function In(e){return(0,o.jsx)(Ln,function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),o.forEach((function(t){Mn(e,t,n[t])}))}return e}({},e))}},31688:(e,t,n)=>{"use strict";n.d(t,{Ax:()=>f,NT:()=>c,Nu:()=>d,Yj:()=>l,i3:()=>h,iR:()=>p,lP:()=>g,r$:()=>u,t8:()=>b});var o=n(27124),a=n.n(o),r=n(53589);function s(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(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 o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))})),e}const c={"--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}},l="#2e8555",u="#25c2a0",d="#ffffff",p="#181920",g=(0,r.WA)("ifm-theme-colors-light",{persistence:"sessionStorage"}),f=(0,r.WA)("ifm-theme-colors-dark",{persistence:"sessionStorage"});function b(e,t){return Object.keys(e).map((n=>i(function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),o.forEach((function(t){s(e,t,n[t])}))}return e}({},e[n]),{variableName:n,hex:a()(t).darken(e[n].adjustment).hex()})))}function h({shades:e,baseColor:t,background:n},o){const a=Array.from(document.styleSheets).find((e=>{var t;return null===(t=e.href)||void 0===t?void 0:t.match(/styles(?:\.[\da-f]+)?\.css/)})),r=Array.from(a.cssRules).findIndex((e=>e.selectorText===(o?'[data-theme="dark"]':'[data-theme="light"]')&&Array.from(e.style).includes("--ifm-color-primary")&&e.style.length<10));r>=0&&a.deleteRule(r);const s=`${o?'[data-theme="dark"]':'[data-theme="light"]'} {\n ${b(e,t).map((e=>` ${e.variableName}: ${e.hex};`)).join("\n")}\n --ifm-background-color: ${n};\n}`;a.insertRule(s,a.cssRules.length-1)}},25773:(e,t,n)=>{"use strict";function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o])}return e},o.apply(this,arguments)}n.d(t,{Z:()=>o})},40351:(e,t,n)=>{"use strict";function o(e,t){return o=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},o(e,t)}function a(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,o(e,t)}n.d(t,{Z:()=>a})},30808:(e,t,n)=>{"use strict";function o(e,t){if(null==e)return{};var n,o,a={},r=Object.keys(e);for(o=0;o<r.length;o++)n=r[o],t.indexOf(n)>=0||(a[n]=e[n]);return a}n.d(t,{Z:()=>o})},40624:(e,t,n)=>{"use strict";function o(e){var t,n,a="";if("string"==typeof e||"number"==typeof e)a+=e;else if("object"==typeof e)if(Array.isArray(e))for(t=0;t<e.length;t++)e[t]&&(n=o(e[t]))&&(a&&(a+=" "),a+=n);else for(t in e)e[t]&&(a&&(a+=" "),a+=t);return a}n.d(t,{Z:()=>a});const a=function(){for(var e,t,n=0,a="";n<arguments.length;)(e=arguments[n++])&&(t=o(e))&&(a&&(a+=" "),a+=t);return a}},26101:(e,t,n)=>{"use strict";n.d(t,{np:()=>E,p1:()=>P,y$:()=>te});var o,a,r,s,i,c,l,u=n(27378),d=n(40624),p=Object.create,g=Object.defineProperty,f=Object.defineProperties,b=Object.getOwnPropertyDescriptor,h=Object.getOwnPropertyDescriptors,m=Object.getOwnPropertyNames,y=Object.getOwnPropertySymbols,v=Object.getPrototypeOf,_=Object.prototype.hasOwnProperty,x=Object.prototype.propertyIsEnumerable,w=(e,t,n)=>t in e?g(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,k=(e,t)=>{for(var n in t||(t={}))_.call(t,n)&&w(e,n,t[n]);if(y)for(var n of y(t))x.call(t,n)&&w(e,n,t[n]);return e},O=(e,t)=>f(e,h(t)),S=(e,t)=>{var n={};for(var o in e)_.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&y)for(var o of y(e))t.indexOf(o)<0&&x.call(e,o)&&(n[o]=e[o]);return n},j=(o={"../../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={},o={util:{encode:function e(t){return t instanceof a?new a(t.type,e(t.content),t.alias):Array.isArray(t)?t.map(e):t.replace(/&/g,"&amp;").replace(/</g,"&lt;").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 a,r;switch(n=n||{},o.util.type(t)){case"Object":if(r=o.util.objId(t),n[r])return n[r];for(var s in a={},n[r]=a,t)t.hasOwnProperty(s)&&(a[s]=e(t[s],n));return a;case"Array":return r=o.util.objId(t),n[r]?n[r]:(a=[],n[r]=a,t.forEach((function(t,o){a[o]=e(t,n)})),a);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 o="no-"+t;e;){var a=e.classList;if(a.contains(t))return!0;if(a.contains(o))return!1;e=e.parentElement}return!!n}},languages:{plain:n,plaintext:n,text:n,txt:n,extend:function(e,t){var n=o.util.clone(o.languages[e]);for(var a in t)n[a]=t[a];return n},insertBefore:function(e,t,n,a){var r=(a=a||o.languages)[e],s={};for(var i in r)if(r.hasOwnProperty(i)){if(i==t)for(var c in n)n.hasOwnProperty(c)&&(s[c]=n[c]);n.hasOwnProperty(i)||(s[i]=r[i])}var l=a[e];return a[e]=s,o.languages.DFS(o.languages,(function(t,n){n===l&&t!=e&&(this[t]=s)})),s},DFS:function e(t,n,a,r){r=r||{};var s=o.util.objId;for(var i in t)if(t.hasOwnProperty(i)){n.call(t,i,t[i],a||i);var c=t[i],l=o.util.type(c);"Object"!==l||r[s(c)]?"Array"!==l||r[s(c)]||(r[s(c)]=!0,e(c,n,i,r)):(r[s(c)]=!0,e(c,n,null,r))}}},plugins:{},highlight:function(e,t,n){var r={code:e,grammar:t,language:n};if(o.hooks.run("before-tokenize",r),!r.grammar)throw new Error('The language "'+r.language+'" has no grammar.');return r.tokens=o.tokenize(r.code,r.grammar),o.hooks.run("after-tokenize",r),a.stringify(o.util.encode(r.tokens),r.language)},tokenize:function(e,t){var n=t.rest;if(n){for(var o in n)t[o]=n[o];delete t.rest}var a=new i;return c(a,a.head,e),s(e,a,t,a.head,0),function(e){for(var t=[],n=e.head.next;n!==e.tail;)t.push(n.value),n=n.next;return t}(a)},hooks:{all:{},add:function(e,t){var n=o.hooks.all;n[e]=n[e]||[],n[e].push(t)},run:function(e,t){var n=o.hooks.all[e];if(n&&n.length)for(var a,r=0;a=n[r++];)a(t)}},Token:a};function a(e,t,n,o){this.type=e,this.content=t,this.alias=n,this.length=0|(o||"").length}function r(e,t,n,o){e.lastIndex=t;var a=e.exec(n);if(a&&o&&a[1]){var r=a[1].length;a.index+=r,a[0]=a[0].slice(r)}return a}function s(e,t,n,i,u,d){for(var p in n)if(n.hasOwnProperty(p)&&n[p]){var g=n[p];g=Array.isArray(g)?g:[g];for(var f=0;f<g.length;++f){if(d&&d.cause==p+","+f)return;var b=g[f],h=b.inside,m=!!b.lookbehind,y=!!b.greedy,v=b.alias;if(y&&!b.pattern.global){var _=b.pattern.toString().match(/[imsuy]*$/)[0];b.pattern=RegExp(b.pattern.source,_+"g")}for(var x=b.pattern||b,w=i.next,k=u;w!==t.tail&&!(d&&k>=d.reach);k+=w.value.length,w=w.next){var O=w.value;if(t.length>e.length)return;if(!(O instanceof a)){var S,j=1;if(y){if(!(S=r(x,k,e,m))||S.index>=e.length)break;var P=S.index,E=S.index+S[0].length,C=k;for(C+=w.value.length;P>=C;)C+=(w=w.next).value.length;if(k=C-=w.value.length,w.value instanceof a)continue;for(var T=w;T!==t.tail&&(C<E||"string"==typeof T.value);T=T.next)j++,C+=T.value.length;j--,O=e.slice(k,C),S.index-=k}else if(!(S=r(x,0,O,m)))continue;P=S.index;var A=S[0],D=O.slice(0,P),N=O.slice(P+A.length),L=k+O.length;d&&L>d.reach&&(d.reach=L);var M=w.prev;if(D&&(M=c(t,M,D),k+=D.length),l(t,M,j),w=c(t,M,new a(p,h?o.tokenize(A,h):A,v,A)),N&&c(t,w,N),j>1){var I={cause:p+","+f,reach:L};s(e,t,n,w.prev,k,I),d&&I.reach>d.reach&&(d.reach=I.reach)}}}}}}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 c(e,t,n){var o=t.next,a={value:n,prev:t,next:o};return t.next=a,o.prev=a,e.length++,a}function l(e,t,n){for(var o=t.next,a=0;a<n&&o!==e.tail;a++)o=o.next;t.next=o,o.prev=t,e.length-=a}return a.stringify=function e(t,n){if("string"==typeof t)return t;if(Array.isArray(t)){var a="";return t.forEach((function(t){a+=e(t,n)})),a}var r={type:t.type,content:e(t.content,n),tag:"span",classes:["token",t.type],attributes:{},language:n},s=t.alias;s&&(Array.isArray(s)?Array.prototype.push.apply(r.classes,s):r.classes.push(s)),o.hooks.run("wrap",r);var i="";for(var c in r.attributes)i+=" "+c+'="'+(r.attributes[c]||"").replace(/"/g,"&quot;")+'"';return"<"+r.tag+' class="'+r.classes.join(" ")+'"'+i+">"+r.content+"</"+r.tag+">"},o}();t.exports=n,n.default=n}},function(){return a||(0,o[m(o)[0]])((a={exports:{}}).exports,a),a.exports}),P=((e,t,n)=>(n=null!=e?p(v(e)):{},((e,t,n,o)=>{if(t&&"object"==typeof t||"function"==typeof t)for(let a of m(t))_.call(e,a)||a===n||g(e,a,{get:()=>t[a],enumerable:!(o=b(t,a))||o.enumerable});return e})(!t&&e&&e.__esModule?n:g(n,"default",{value:e,enumerable:!0}),e)))(j());P.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]},P.languages.markup.tag.inside["attr-value"].inside.entity=P.languages.markup.entity,P.languages.markup.doctype.inside["internal-subset"].inside=P.languages.markup,P.hooks.add("wrap",(function(e){"entity"===e.type&&(e.attributes.title=e.content.replace(/&amp;/,"&"))})),Object.defineProperty(P.languages.markup.tag,"addInlined",{value:function(e,t){var n;(t=((n=((n={})["language-"+t]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:P.languages[t]},n.cdata=/^<!\[CDATA\[|\]\]>$/i,{"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:n}}))["language-"+t]={pattern:/[\s\S]+/,inside:P.languages[t]},{}))[e]={pattern:RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g,(function(){return e})),"i"),lookbehind:!0,greedy:!0,inside:n},P.languages.insertBefore("markup","cdata",t)}}),Object.defineProperty(P.languages.markup.tag,"addAttribute",{value:function(e,t){P.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:P.languages[t]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}}),P.languages.html=P.languages.markup,P.languages.mathml=P.languages.markup,P.languages.svg=P.languages.markup,P.languages.xml=P.languages.extend("markup",{}),P.languages.ssml=P.languages.xml,P.languages.atom=P.languages.xml,P.languages.rss=P.languages.xml,r=P,s={pattern:/\\[\\(){}[\]^$+*?|.]/,alias:"escape"},c="(?:[^\\\\-]|"+(i=/\\(?: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+")",c=RegExp(c+"-"+c),l={pattern:/(<|')[^<>']+(?=[>']$)/,lookbehind:!0,alias:"variable"},r.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:c,inside:{escape:i,"range-punctuation":{pattern:/-/,alias:"operator"}}},"special-escape":s,"char-set":{pattern:/\\[wsd]|\\p\{[^{}]+\}/i,alias:"class-name"},escape:i}},"special-escape":s,"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":l}}],anchor:{pattern:/[$^]|\\[ABbGZz]/,alias:"function"},escape:i,group:[{pattern:/\((?:\?(?:<[^<>']+>|'[^<>']+'|[>:]|<?[=!]|[idmnsuxU]+(?:-[idmnsuxU]+)?:?))?/,alias:"punctuation",inside:{"group-name":l}},{pattern:/\)/,alias:"punctuation"}],quantifier:{pattern:/(?:[+*?]|\{\d+(?:,\d*)?\})[?+]?/,alias:"number"},alternation:{pattern:/\|/,alias:"keyword"}},P.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:/[{}[\];(),.:]/},P.languages.javascript=P.languages.extend("clike",{"class-name":[P.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}|\?\?=?|\?\.?|[~:]/}),P.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/,P.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:P.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:P.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:P.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:P.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:P.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),P.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:P.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"}}),P.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}}),P.languages.markup&&(P.languages.markup.tag.addInlined("script","javascript"),P.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")),P.languages.js=P.languages.javascript,P.languages.actionscript=P.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:/\+\+|--|(?:[+\-*\/%^]|&&?|\|\|?|<<?|>>?>?|[!=]=?)=?|[~?@]/}),P.languages.actionscript["class-name"].alias="function",delete P.languages.actionscript.parameter,delete P.languages.actionscript["literal-property"],P.languages.markup&&P.languages.insertBefore("actionscript","string",{xml:{pattern:/(^|[^.])<\/?\w+(?:\s+[^\s>\/=]+=("|')(?:\\[\s\S]|(?!\2)[^\\])*\2)*\s*\/?>/,lookbehind:!0,inside:P.languages.markup}}),function(e){var t=/#(?!\{).+/,n={pattern:/#\{[^}]+\}/,alias:"variable"};e.languages.coffeescript=e.languages.extend("javascript",{comment:t,string:[{pattern:/'(?:\\[\s\S]|[^\\'])*'/,greedy:!0},{pattern:/"(?:\\[\s\S]|[^\\"])*"/,greedy:!0,inside:{interpolation:n}}],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"}}),e.languages.insertBefore("coffeescript","comment",{"multiline-comment":{pattern:/###[\s\S]+?###/,alias:"comment"},"block-regex":{pattern:/\/{3}[\s\S]*?\/{3}/,alias:"regex",inside:{comment:t,interpolation:n}}}),e.languages.insertBefore("coffeescript","string",{"inline-javascript":{pattern:/`(?:\\[\s\S]|[^\\`])*`/,inside:{delimiter:{pattern:/^`|`$/,alias:"punctuation"},script:{pattern:/[\s\S]+/,alias:"language-javascript",inside:e.languages.javascript}}},"multiline-string":[{pattern:/'''[\s\S]*?'''/,greedy:!0,alias:"string"},{pattern:/"""[\s\S]*?"""/,greedy:!0,alias:"string",inside:{interpolation:n}}]}),e.languages.insertBefore("coffeescript","keyword",{property:/(?!\d)\w+(?=\s*:(?!:))/}),delete e.languages.coffeescript["template-string"],e.languages.coffee=e.languages.coffeescript}(P),function(e){var t=e.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:/[{}]/};Object.defineProperty(t,"addSupport",{value:function(t,n){(t="string"==typeof t?[t]:t).forEach((function(t){var o=function(e){e.inside||(e.inside={}),e.inside.rest=n},a="doc-comment";if(r=e.languages[t]){var r,s=r[a];if((s=s||(r=e.languages.insertBefore(t,"comment",{"doc-comment":{pattern:/(^|[^\\])\/\*\*[^/][\s\S]*?(?:\*\/|$)/,lookbehind:!0,alias:"comment"}}))[a])instanceof RegExp&&(s=r[a]={pattern:s}),Array.isArray(s))for(var i=0,c=s.length;i<c;i++)s[i]instanceof RegExp&&(s[i]={pattern:s[i]}),o(s[i]);else o(s)}}))}}),t.addSupport(["java","javascript","php"],t)}(P),function(e){var t=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;(t=(e.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:RegExp("@[\\w-](?:"+/[^;{\s"']|\s+(?!\s)/.source+"|"+t.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\\((?:"+t.source+"|"+/(?:[^\\\r\n()"']|\\[\s\S])*/.source+")\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+t.source+"$"),alias:"url"}}},selector:{pattern:RegExp("(^|[{}\\s])[^{}\\s](?:[^{};\"'\\s]|\\s+(?![\\s{])|"+t.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:t,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:/[(){};:,]/},e.languages.css.atrule.inside.rest=e.languages.css,e.languages.markup))&&(t.tag.addInlined("style","css"),t.tag.addAttribute("style","css"))}(P),function(e){var t=/("|')(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,n=(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}),{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})}(P),function(e){var t=/[*&][^\s[\]{},]+/,n=/!(?:<[\w\-%#;/?:@&=+$,.!~*'()[\]]+>|(?:[a-zA-Z\d-]*!)?[\w\-%#;/?:@&=+$.~*'()]+)?/,o="(?:"+n.source+"(?:[ \t]+"+t.source+")?|"+t.source+"(?:[ \t]+"+n.source+")?)",a=/(?:[^\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})),r=/"(?:[^"\\\r\n]|\\.)*"|'(?:[^'\\\r\n]|\\.)*'/.source;function s(e,t){t=(t||"").replace(/m/g,"")+"m";var n=/([:\-,[{]\s*(?:\s<<prop>>[ \t]+)?)(?:<<value>>)(?=[ \t]*(?:$|,|\]|\}|(?:[\r\n]\s*)?#))/.source.replace(/<<prop>>/g,(function(){return o})).replace(/<<value>>/g,(function(){return e}));return RegExp(n,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 o}))),lookbehind:!0,alias:"string"},comment:/#.*/,key:{pattern:RegExp(/((?:^|[:\-,[{\r\n?])[ \t]*(?:<<prop>>[ \t]+)?)<<key>>(?=\s*:\s)/.source.replace(/<<prop>>/g,(function(){return o})).replace(/<<key>>/g,(function(){return"(?:"+a+"|"+r+")"}))),lookbehind:!0,greedy:!0,alias:"atrule"},directive:{pattern:/(^[ \t]*)%.+/m,lookbehind:!0,alias:"important"},datetime:{pattern:s(/\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:s(/false|true/.source,"i"),lookbehind:!0,alias:"important"},null:{pattern:s(/null|~/.source,"i"),lookbehind:!0,alias:"important"},string:{pattern:s(r),lookbehind:!0,greedy:!0},number:{pattern:s(/[+-]?(?: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}(P),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 o=/(?:\\.|``(?:[^`\r\n]|`(?!`))+``|`[^`\r\n]+`|[^\\|\r\n`])+/.source,a=/\|?__(?:\|__)+\|?(?:(?:\n|\r\n?)|(?![\s\S]))/.source.replace(/__/g,(function(){return o})),r=/\|?[ \t]*:?-{3,}:?[ \t]*(?:\|[ \t]*:?-{3,}:?[ \t]*)+\|?(?:\n|\r\n?)/.source,s=(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("^"+a+r+"(?:"+a+")*","m"),inside:{"table-data-rows":{pattern:RegExp("^("+a+r+")(?:"+a+")*$"),lookbehind:!0,inside:{"table-data":{pattern:RegExp(o),inside:e.languages.markdown},punctuation:/\|/}},"table-line":{pattern:RegExp("^("+a+")"+r+"$"),lookbehind:!0,inside:{punctuation:/\||:?-{3,}:?/}},"table-header-row":{pattern:RegExp("^"+a+"$"),inside:{"table-header":{pattern:RegExp(o),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,o=t.length;n<o;n++){var a,r=t[n];"code"!==r.type?e(r.content):(a=r.content[1],r=r.content[3],a&&r&&"code-language"===a.type&&"code-block"===r.type&&"string"==typeof a.content&&(a=a.content.replace(/\b#/g,"sharp").replace(/\b\+\+/g,"pp"),a="language-"+(a=(/[a-z][\w-]*/i.exec(a)||[""])[0].toLowerCase()),r.alias?"string"==typeof r.alias?r.alias=[r.alias,a]:r.alias.push(a):r.alias=[a]))}}(e.tokens)})),e.hooks.add("wrap",(function(t){if("code-block"===t.type){for(var n="",o=0,a=t.classes.length;o<a;o++){var r=t.classes[o];if(r=/language-(.+)/.exec(r)){n=r[1];break}}var l,u=e.languages[n];u?t.content=e.highlight(t.content.replace(s,"").replace(/&(\w{1,8}|#x?[\da-f]{1,8});/gi,(function(e,t){var n;return"#"===(t=t.toLowerCase())[0]?(n="x"===t[1]?parseInt(t.slice(2),16):Number(t.slice(1)),c(n)):i[t]||e})),u,n):n&&"none"!==n&&e.plugins.autoloader&&(l="md-"+(new Date).valueOf()+"-"+Math.floor(1e16*Math.random()),t.attributes.id=l,e.plugins.autoloader.loadLanguages(n,(function(){var t=document.getElementById(l);t&&(t.innerHTML=e.highlight(t.textContent,e.languages[n],n))})))}})),RegExp(e.languages.markup.tag.pattern.source,"gi")),i={amp:"&",lt:"<",gt:">",quot:'"'},c=String.fromCodePoint||String.fromCharCode;e.languages.md=e.languages.markdown}(P),P.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:P.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+/},P.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 o=t[n++];if("keyword"===o.type&&"mutation"===o.content){var a=[];if(d(["definition-mutation","punctuation"])&&"("===u(1).content){n+=2;var r=p(/^\($/,/^\)$/);if(-1===r)continue;for(;n<r;n++){var s=u(0);"variable"===s.type&&(g(s,"variable-input"),a.push(s.content))}n=r+1}if(d(["punctuation","property-query"])&&"{"===u(0).content&&(n++,g(u(0),"property-mutation"),0<a.length)){var i=p(/^\{$/,/^\}$/);if(-1!==i)for(var c=n;c<i;c++){var l=t[c];"variable"===l.type&&0<=a.indexOf(l.content)&&g(l,"variable-input")}}}}function u(e){return t[n+e]}function d(e,t){t=t||0;for(var n=0;n<e.length;n++){var o=u(n+t);if(!o||o.type!==e[n])return}return 1}function p(e,o){for(var a=1,r=n;r<t.length;r++){var s=t[r],i=s.content;if("punctuation"===s.type&&"string"==typeof i)if(e.test(i))a++;else if(o.test(i)&&0==--a)return r}return-1}function g(e,t){var n=e.alias;n?Array.isArray(n)||(e.alias=n=[n]):e.alias=n=[],n.push(t)}})),P.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,o=t.inside.interpolation,a=o.inside["interpolation-punctuation"],r=o.pattern.source;function s(t,o){if(e.languages[t])return{pattern:RegExp("((?:"+o+")\\s*)"+n),lookbehind:!0,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},"embedded-code":{pattern:/[\s\S]+/,alias:t}}}}function i(t,n,o){return t={code:t,grammar:n,language:o},e.hooks.run("before-tokenize",t),t.tokens=e.tokenize(t.code,t.grammar),e.hooks.run("after-tokenize",t),t.tokens}function c(t,n,s){var c=e.tokenize(t,{interpolation:{pattern:RegExp(r),lookbehind:!0}}),l=0,u={},d=(c=i(c.map((function(e){if("string"==typeof e)return e;var n,o;for(e=e.content;-1!==t.indexOf((o=l++,n="___"+s.toUpperCase()+"_"+o+"___")););return u[n]=e,n})).join(""),n,s),Object.keys(u));return l=0,function t(n){for(var r=0;r<n.length;r++){if(l>=d.length)return;var s,c,p,g,f,b,h,m=n[r];"string"==typeof m||"string"==typeof m.content?(s=d[l],-1!==(h=(b="string"==typeof m?m:m.content).indexOf(s))&&(++l,c=b.substring(0,h),f=u[s],p=void 0,(g={})["interpolation-punctuation"]=a,3===(g=e.tokenize(f,g)).length&&((p=[1,1]).push.apply(p,i(g[1],e.languages.javascript,"javascript")),g.splice.apply(g,p)),p=new e.Token("interpolation",g,o.alias,f),g=b.substring(h+s.length),f=[],c&&f.push(c),f.push(p),g&&(t(b=[g]),f.push.apply(f,b)),"string"==typeof m?(n.splice.apply(n,[r,1].concat(f)),r+=f.length-1):m.content=f)):(h=m.content,Array.isArray(h)?t(h):t([h]))}}(c),new e.Token(s,c,"language-"+s,t)}e.languages.javascript["template-string"]=[s("css",/\b(?:styled(?:\([^)]*\))?(?:\s*\.\s*\w+(?:\([^)]*\))*)*|css(?:\s*\.\s*(?:global|resolve))?|createGlobalStyle|keyframes)/.source),s("html",/\bhtml|\.\s*(?:inner|outer)HTML\s*\+?=/.source),s("svg",/\bsvg/.source),s("markdown",/\b(?:markdown|md)/.source),s("graphql",/\b(?:gql|graphql(?:\s*\.\s*experimental)?)/.source),s("sql",/\bsql/.source),t].filter(Boolean);var l={javascript:!0,js:!0,typescript:!0,ts:!0,jsx:!0,tsx:!0};function u(e){return"string"==typeof e?e:Array.isArray(e)?e.map(u).join(""):u(e.content)}e.hooks.add("after-tokenize",(function(t){t.language in l&&function t(n){for(var o=0,a=n.length;o<a;o++){var r,s,i,l=n[o];"string"!=typeof l&&(r=l.content,Array.isArray(r)?"template-string"===l.type?(l=r[1],3===r.length&&"string"!=typeof l&&"embedded-code"===l.type&&(s=u(l),l=l.alias,l=Array.isArray(l)?l[0]:l,i=e.languages[l])&&(r[1]=c(s,i,l))):t(r):"string"!=typeof r&&t([r]))}}(t.tokens)}))}(P),function(e){e.languages.typescript=e.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/}),e.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 e.languages.typescript.parameter,delete e.languages.typescript["literal-property"];var t=e.languages.extend("typescript",{});delete t["class-name"],e.languages.typescript["class-name"].inside=t,e.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:t}}}}),e.languages.ts=e.languages.typescript}(P),function(e){var t=e.languages.javascript,n=/\{(?:[^{}]|\{(?:[^{}]|\{[^{}]*\})*\})+\}/.source,o="(@(?:arg|argument|param|property)\\s+(?:"+n+"\\s+)?)";e.languages.jsdoc=e.languages.extend("javadoclike",{parameter:{pattern:RegExp(o+/(?:(?!\s)[$\w\xA0-\uFFFF.])+(?=\s|$)/.source),lookbehind:!0,inside:{punctuation:/\./}}}),e.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:t,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 n}))),lookbehind:!0,inside:{punctuation:/\./}},{pattern:RegExp("(@[a-z]+\\s+)"+n),lookbehind:!0,inside:{string:t.string,number:t.number,boolean:t.boolean,keyword:e.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:t,alias:"language-javascript"}}}}),e.languages.javadoclike.addSupport("javascript",e.languages.jsdoc)}(P),function(e){e.languages.flow=e.languages.extend("javascript",{}),e.languages.insertBefore("flow","keyword",{type:[{pattern:/\b(?:[Bb]oolean|Function|[Nn]umber|[Ss]tring|[Ss]ymbol|any|mixed|null|void)\b/,alias:"class-name"}]}),e.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 e.languages.flow.parameter,e.languages.insertBefore("flow","operator",{"flow-punctuation":{pattern:/\{\||\|\}/,alias:"punctuation"}}),Array.isArray(e.languages.flow.keyword)||(e.languages.flow.keyword=[e.languages.flow.keyword]),e.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})}(P),P.languages.n4js=P.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/}),P.languages.insertBefore("n4js","constant",{annotation:{pattern:/@+\w+/,alias:"operator"}}),P.languages.n4jsd=P.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"],o=0;o<n.length;o++){var a=n[o],r=e.languages.javascript[a];a=(r="RegExp"===e.util.type(r)?e.languages.javascript[a]={pattern:r}:r).inside||{};(r.inside=a)["maybe-class-name"]=/^[A-Z][\s\S]*/}}(P),function(e){var t=e.util.clone(e.languages.javascript),n=/(?:\s|\/\/.*(?!.)|\/\*(?:[^*]|\*(?!\/))\*\/)/.source,o=/(?:\{(?:\{(?:\{[^{}]*\}|[^{}])*\}|[^{}])*\})/.source,a=/(?:\{<S>*\.{3}(?:[^{}]|<BRACES>)*\})/.source;function r(e,t){return e=e.replace(/<S>/g,(function(){return n})).replace(/<BRACES>/g,(function(){return o})).replace(/<SPREAD>/g,(function(){return a})),RegExp(e,t)}function s(t){for(var n=[],o=0;o<t.length;o++){var a=t[o],r=!1;"string"!=typeof a&&("tag"===a.type&&a.content[0]&&"tag"===a.content[0].type?"</"===a.content[0].content[0].content?0<n.length&&n[n.length-1].tagName===i(a.content[0].content[1])&&n.pop():"/>"!==a.content[a.content.length-1].content&&n.push({tagName:i(a.content[0].content[1]),openedBraces:0}):0<n.length&&"punctuation"===a.type&&"{"===a.content?n[n.length-1].openedBraces++:0<n.length&&0<n[n.length-1].openedBraces&&"punctuation"===a.type&&"}"===a.content?n[n.length-1].openedBraces--:r=!0),(r||"string"==typeof a)&&0<n.length&&0===n[n.length-1].openedBraces&&(r=i(a),o<t.length-1&&("string"==typeof t[o+1]||"plain-text"===t[o+1].type)&&(r+=i(t[o+1]),t.splice(o+1,1)),0<o&&("string"==typeof t[o-1]||"plain-text"===t[o-1].type)&&(r=i(t[o-1])+r,t.splice(o-1,1),o--),t[o]=new e.Token("plain-text",r,null,r)),a.content&&"string"!=typeof a.content&&s(a.content)}}a=r(a).source,e.languages.jsx=e.languages.extend("markup",t),e.languages.jsx.tag.pattern=r(/<\/?(?:[\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:r(/<SPREAD>/.source),inside:e.languages.jsx}},e.languages.jsx.tag),e.languages.insertBefore("inside","special-attr",{script:{pattern:r(/=<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(e){"jsx"!==e.language&&"tsx"!==e.language||s(e.tokens)}))}(P),function(e){var t=e.util.clone(e.languages.typescript);(t=(e.languages.tsx=e.languages.extend("jsx",t),delete e.languages.tsx.parameter,delete e.languages.tsx["literal-property"],e.languages.tsx.tag)).pattern=RegExp(/(^|[^\w$]|(?=<\/))/.source+"(?:"+t.pattern.source+")",t.pattern.flags),t.lookbehind=!0}(P),P.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]*"+/(?:![ \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:/[{}[\]();,.:\\]/},P.languages.swift["string-literal"].forEach((function(e){e.inside.interpolation.inside=P.languages.swift})),function(e){e.languages.kotlin=e.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 e.languages.kotlin["class-name"];var t={"interpolation-punctuation":{pattern:/^\$\{?|\}$/,alias:"punctuation"},expression:{pattern:/[\s\S]+/,inside:e.languages.kotlin}};e.languages.insertBefore("kotlin","string",{"string-literal":[{pattern:/"""(?:[^$]|\$(?:(?!\{)|\{[^{}]*\}))*?"""/,alias:"multiline",inside:{interpolation:{pattern:/\$(?:[a-z_]\w*|\{[^{}]*\})/i,inside:t},string:/[\s\S]+/}},{pattern:/"(?:[^"\\\r\n$]|\\.|\$(?:(?!\{)|\{[^{}]*\}))*"/,alias:"singleline",inside:{interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$(?:[a-z_]\w*|\{[^{}]*\})/i,lookbehind:!0,inside:t},string:/[\s\S]+/}}],char:{pattern:/'(?:[^'\\\r\n]|\\(?:.|u[a-fA-F0-9]{0,4}))'/,greedy:!0}}),delete e.languages.kotlin.string,e.languages.insertBefore("kotlin","keyword",{annotation:{pattern:/\B@(?:\w+:)?(?:[A-Z]\w*|\[[^\]]+\])/,alias:"builtin"}}),e.languages.insertBefore("kotlin","function",{label:{pattern:/\b\w+@|@\w+\b/,alias:"symbol"}}),e.languages.kt=e.languages.kotlin,e.languages.kts=e.languages.kotlin}(P),P.languages.c=P.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|[?:~]|[-+*/%&|^!=<>]=?/}),P.languages.insertBefore("c","string",{char:{pattern:/'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n]){0,32}'/,greedy:!0}}),P.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},P.languages.c.string],char:P.languages.c.char,comment:P.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:P.languages.c}}}}),P.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 P.languages.c.boolean,P.languages.objectivec=P.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 P.languages.objectivec["class-name"],P.languages.objc=P.languages.objectivec,P.languages.reason=P.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/}),P.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 P.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}(P),P.languages.go=P.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/}),P.languages.insertBefore("go","string",{char:{pattern:/'(?:\\.|[^'\\\r\n]){0,10}'/,greedy:!0}}),delete P.languages.go["class-name"],function(e){var t=/\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/,n=/\b(?!<keyword>)\w+(?:\s*\.\s*\w+)*\b/.source.replace(/<keyword>/g,(function(){return t.source}));e.languages.cpp=e.languages.extend("c",{"class-name":[{pattern:RegExp(/(\b(?:class|concept|enum|struct|typename)\s+)(?!<keyword>)\w+/.source.replace(/<keyword>/g,(function(){return t.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:t,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/}),e.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 n}))+")"),lookbehind:!0,greedy:!0,inside:{string:/^[<"][\s\S]+/,operator:/:/,punctuation:/\./}},"raw-string":{pattern:/R"([^()\\ ]{0,16})\([\s\S]*?\)\1"/,alias:"string",greedy:!0}}),e.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:e.languages.cpp}}}}),e.languages.insertBefore("cpp","operator",{"double-colon":{pattern:/::/,alias:"punctuation"}}),e.languages.insertBefore("cpp","class-name",{"base-clause":{pattern:/(\b(?:class|struct)\s+\w+\s*:\s*)[^;{}"'\s]+(?:\s+[^;{}"'\s]+)*(?=\s*[;{])/,lookbehind:!0,greedy:!0,inside:e.languages.extend("cpp",{})}}),e.languages.insertBefore("inside","double-colon",{"class-name":/\b[a-z_]\w*\b(?!\s*::)/i},e.languages.cpp["base-clause"])}(P),P.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:/![sra](?=[:}]$)/,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:/[{}[\];(),.:]/},P.languages.python["string-interpolation"].inside.interpolation.inside.rest=P.languages.python,P.languages.py=P.languages.python;var E={};((e,t)=>{for(var n in t)g(e,n,{get:t[n],enumerable:!0})})(E,{dracula:()=>C,duotoneDark:()=>T,duotoneLight:()=>A,github:()=>D,jettwaveDark:()=>W,jettwaveLight:()=>q,nightOwl:()=>N,nightOwlLight:()=>L,oceanicNext:()=>R,okaidia:()=>F,oneDark:()=>V,oneLight:()=>G,palenight:()=>z,shadesOfPurple:()=>B,synthwave84:()=>$,ultramin:()=>U,vsDark:()=>Z,vsLight:()=>H});var C={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)"}}]},T={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"}}]},A={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"}}]},D={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"}}]},N={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)"}}]},L={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)"}}]},M="#c5a5c5",I="#8dc891",R={plain:{backgroundColor:"#282c34",color:"#ffffff"},styles:[{types:["attr-name"],style:{color:M}},{types:["attr-value"],style:{color:I}},{types:["comment","block-comment","prolog","doctype","cdata","shebang"],style:{color:"#999999"}},{types:["property","number","function-name","constant","symbol","deleted"],style:{color:"#5a9bcf"}},{types:["boolean"],style:{color:"#ff8b50"}},{types:["tag"],style:{color:"#fc929e"}},{types:["string"],style:{color:I}},{types:["punctuation"],style:{color:I}},{types:["selector","char","builtin","inserted"],style:{color:"#D8DEE9"}},{types:["function"],style:{color:"#79b6f2"}},{types:["operator","entity","url","variable"],style:{color:"#d7deea"}},{types:["keyword"],style:{color:M}},{types:["atrule","class-name"],style:{color:"#FAC863"}},{types:["important"],style:{fontWeight:"400"}},{types:["bold"],style:{fontWeight:"bold"}},{types:["italic"],style:{fontStyle:"italic"}},{types:["namespace"],style:{opacity:.7}}]},F={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"}}]},z={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)"}}]},B={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)"}}]},$={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"}}]},U={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)"}}]},Z={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)"}}]},H={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)"}}]},W={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"}}]},q={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"}}]},V={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%)"}}]},G={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%)"}}]},Y=(e,t)=>{const{plain:n}=e,o=e.styles.reduce(((e,n)=>{const{languages:o,style:a}=n;return o&&!o.includes(t)||n.types.forEach((t=>{const n=k(k({},e[t]),a);e[t]=n})),e}),{});return o.root=n,o.plain=O(k({},n),{backgroundColor:void 0}),o},K=/\r\n|\r|\n/,Q=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)},X=(e,t)=>{const n=e.length;return n>0&&e[n-1]===t?e:e.concat(t)},J=e=>{const t=[[]],n=[e],o=[0],a=[e.length];let r=0,s=0,i=[];const c=[i];for(;s>-1;){for(;(r=o[s]++)<a[s];){let e,l=t[s];const u=n[s][r];if("string"==typeof u?(l=s>0?l:["plain"],e=u):(l=X(l,u.type),u.alias&&(l=X(l,u.alias)),e=u.content),"string"!=typeof e){s++,t.push(l),n.push(e),o.push(0),a.push(e.length);continue}const d=e.split(K),p=d.length;i.push({types:l,content:d[0]});for(let t=1;t<p;t++)Q(i),c.push(i=[]),i.push({types:l,content:d[t]})}s--,t.pop(),n.pop(),o.pop(),a.pop()}return Q(i),c},ee=({children:e,language:t,code:n,theme:o,prism:a})=>{const r=t.toLowerCase(),s=((e,t)=>{const[n,o]=(0,u.useState)(Y(t,e)),a=(0,u.useRef)(),r=(0,u.useRef)();return(0,u.useEffect)((()=>{t===a.current&&e===r.current||(a.current=t,r.current=e,o(Y(t,e)))}),[e,t]),n})(r,o),i=(e=>(0,u.useCallback)((t=>{var n=t,{className:o,style:a,line:r}=n,s=S(n,["className","style","line"]);const i=O(k({},s),{className:(0,d.Z)("token-line",o)});return"object"==typeof e&&"plain"in e&&(i.style=e.plain),"object"==typeof a&&(i.style=k(k({},i.style||{}),a)),i}),[e]))(s),c=(e=>{const t=(0,u.useCallback)((({types:t,empty:n})=>{if(null!=e)return 1===t.length&&"plain"===t[0]?null!=n?{display:"inline-block"}:void 0:1===t.length&&null!=n?e[t[0]]:Object.assign(null!=n?{display:"inline-block"}:{},...t.map((t=>e[t])))}),[e]);return(0,u.useCallback)((e=>{var n=e,{token:o,className:a,style:r}=n,s=S(n,["token","className","style"]);const i=O(k({},s),{className:(0,d.Z)("token",...o.types,a),children:o.content,style:t(o)});return null!=r&&(i.style=k(k({},i.style||{}),r)),i}),[t])})(s),l=(({prism:e,code:t,grammar:n,language:o})=>{const a=(0,u.useRef)(e);return(0,u.useMemo)((()=>{if(null==n)return J([t]);const e={code:t,grammar:n,language:o,tokens:[]};return a.current.hooks.run("before-tokenize",e),e.tokens=a.current.tokenize(t,n),a.current.hooks.run("after-tokenize",e),J(e.tokens)}),[t,n,o])})({prism:a,language:r,code:n,grammar:a.languages[r]});return e({tokens:l,className:`prism-code language-${r}`,style:null!=s?s.root:{},getLineProps:i,getTokenProps:c})},te=e=>(0,u.createElement)(ee,O(k({},e),{prism:e.prism||P,theme:e.theme||Z,code:e.code,language:e.language}))},92215:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});var o=!0,a="Invariant failed";function r(e,t){if(!e){if(o)throw new Error(a);var n="function"==typeof t?t():t,r=n?"".concat(a,": ").concat(n):a;throw new Error(r)}}},36809:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>o});const o={title:"Docusaurus",tagline:"Build optimized websites quickly, focus on your content",organizationName:"facebook",projectName:"docusaurus",baseUrl:"/",baseUrlIssueBanner:!0,url:"https://docusaurus.io",future:{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:{}},webpack:{},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.4"},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:[["./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"}}],["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",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,feedOptions:{type:"all",title:"Docusaurus Tests Blog",copyright:"Copyright \xa9 2024 Facebook, Inc."},onInlineTags:"warn",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",copyright:"Copyright \xa9 2024 Facebook, Inc."},blogTitle:"Docusaurus blog",blogDescription:"Read blog posts about Docusaurus from the team",blogSidebarCount:"ALL",blogSidebarTitle:"All our posts",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.4",content:'\ud83c\udf89\ufe0f <b><a target="_blank" href="https://docusaurus.io/blog/releases/3.4">Docusaurus v3.4</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:"Twitter",href:"https://twitter.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."},metadata:[],tableOfContents:{minHeadingLevel:2,maxHeadingLevel:3},mermaid:{theme:{dark:"dark",light:"default"},options:{}}},onDuplicateRoutes:"warn",scripts:[],headTags:[],clientModules:[],titleDelimiter:"|",noIndex:!1}},57529:e=>{"use strict";e.exports={}},16887: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-37a":{"__comp":"a6aa9e1f","__context":{"plugin":"36994c47"},"sidebar":"814f3328","items":[{"content":"1f0f0e17"},{"content":"ef5a0ba3"},{"content":"060daea9"},{"content":"33a17176"},{"content":"95e8e4ff"}],"__props":"c15d9823"},"/blog/2017/12/14/introducing-docusaurus-f8b":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"sidebar":"814f3328","content":"5c7aa639"},"/blog/2018/04/30/How-I-Converted-Profilo-To-Docusaurus-9ba":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"sidebar":"814f3328","content":"7f3dfa04"},"/blog/2018/09/11/Towards-Docusaurus-2-f64":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"sidebar":"814f3328","content":"a68a7a4e"},"/blog/2018/12/14/Happy-First-Birthday-Slash-ba7":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"sidebar":"814f3328","content":"39485f13"},"/blog/2019/12/30/docusaurus-2019-recap-6e4":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"sidebar":"814f3328","content":"7d1ac6e6"},"/blog/2020/01/07/tribute-to-endi-a26":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"sidebar":"814f3328","content":"4052c491"},"/blog/2021/01/19/docusaurus-2020-recap-126":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"sidebar":"814f3328","content":"c4990fee"},"/blog/2021/03/09/releasing-docusaurus-i18n-961":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"sidebar":"814f3328","content":"b1a9994a"},"/blog/2021/05/12/announcing-docusaurus-two-beta-d55":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"sidebar":"814f3328","content":"98b4a860"},"/blog/2021/11/21/algolia-docsearch-migration-9c2":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"sidebar":"814f3328","content":"9f9142d7"},"/blog/2022/01/24/docusaurus-2021-recap-980":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"sidebar":"814f3328","content":"4228388b"},"/blog/2022/08/01/announcing-docusaurus-2.0-426":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"sidebar":"814f3328","content":"519746e1"},"/blog/2022/09/01/docusaurus-2.1-f65":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"sidebar":"814f3328","content":"0e9c6edc"},"/blog/archive-182":{"__comp":"9e4087bc","__context":{"plugin":"36994c47"},"__props":"f81c1134"},"/blog/page/2-385":{"__comp":"a6aa9e1f","__context":{"plugin":"36994c47"},"sidebar":"814f3328","items":[{"content":"6e08c139"},{"content":"8075f6fd"},{"content":"2451b334"},{"content":"ee258e29"},{"content":"77da816e"}],"__props":"8ea09047"},"/blog/page/3-6d6":{"__comp":"a6aa9e1f","__context":{"plugin":"36994c47"},"sidebar":"814f3328","items":[{"content":"0bc851e0"},{"content":"ee45215e"},{"content":"54542266"},{"content":"24dd9243"},{"content":"b4cf731e"}],"__props":"18ffe98c"},"/blog/page/4-523":{"__comp":"a6aa9e1f","__context":{"plugin":"36994c47"},"sidebar":"814f3328","items":[{"content":"6199064d"},{"content":"d86891f4"},{"content":"5c640cab"},{"content":"5e335fc2"},{"content":"ad5b23ac"}],"__props":"40011a75"},"/blog/page/5-308":{"__comp":"a6aa9e1f","__context":{"plugin":"36994c47"},"sidebar":"814f3328","items":[{"content":"138ea42e"},{"content":"6c1df059"},{"content":"554438a9"}],"__props":"7dd3b2a7"},"/blog/preparing-your-site-for-docusaurus-v3-012":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"sidebar":"814f3328","content":"141512d1"},"/blog/releases/2.2-10b":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"sidebar":"814f3328","content":"0938a5e1"},"/blog/releases/2.3-85b":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"sidebar":"814f3328","content":"38dd9662"},"/blog/releases/2.4-575":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"sidebar":"814f3328","content":"0b7c2a4a"},"/blog/releases/3.0-d41":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"sidebar":"814f3328","content":"575718d1"},"/blog/releases/3.1-a63":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"sidebar":"814f3328","content":"028951d7"},"/blog/releases/3.2-f01":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"sidebar":"814f3328","content":"16f8f4fb"},"/blog/releases/3.3-9d5":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"sidebar":"814f3328","content":"c00eca4d"},"/blog/releases/3.4-03a":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"sidebar":"814f3328","content":"1582a4a4"},"/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-fed":{"__comp":"6875c492","__context":{"plugin":"36994c47"},"sidebar":"814f3328","items":[{"content":"1f0f0e17"},{"content":"ef5a0ba3"},{"content":"060daea9"},{"content":"33a17176"},{"content":"95e8e4ff"}],"__props":"c9cac9d9"},"/blog/tags/release/page/2-077":{"__comp":"6875c492","__context":{"plugin":"36994c47"},"sidebar":"814f3328","items":[{"content":"8075f6fd"},{"content":"2451b334"},{"content":"ee258e29"},{"content":"77da816e"},{"content":"0bc851e0"}],"__props":"c1866819"},"/blog/tags/release/page/3-8e2":{"__comp":"6875c492","__context":{"plugin":"36994c47"},"sidebar":"814f3328","items":[{"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-115":{"__comp":"ccc49370","__context":{"data":{"blogMetadata":"acecf23e"},"plugin":"36994c47"},"sidebar":"814f3328","content":"e818fdac"},"/changelog-f8d":{"__comp":"0a544fe9","__context":{"plugin":"46765cf2"},"sidebar":"951faa55","items":[{"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"},{"content":"8625da58"},{"content":"3b2c7f61"},{"content":"5df873bd"}],"__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/page/2-b97":{"__comp":"0a544fe9","__context":{"plugin":"46765cf2"},"sidebar":"951faa55","items":[{"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"},{"content":"37de9ece"},{"content":"198b37c5"},{"content":"66e08b1e"}],"__props":"3f602128"},"/changelog/page/3-897":{"__comp":"0a544fe9","__context":{"plugin":"46765cf2"},"sidebar":"951faa55","items":[{"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"},{"content":"40b17095"},{"content":"8945e4ee"},{"content":"1d1d5c80"}],"__props":"f366a487"},"/changelog/page/4-553":{"__comp":"0a544fe9","__context":{"plugin":"46765cf2"},"sidebar":"951faa55","items":[{"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"},{"content":"9ffba925"},{"content":"7f6bb8ad"},{"content":"e8212a82"}],"__props":"0b0869f7"},"/changelog/page/5-cad":{"__comp":"0a544fe9","__context":{"plugin":"46765cf2"},"sidebar":"951faa55","items":[{"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-9d3":{"__comp":"1f391b9e","__context":{"plugin":"a7456010"},"content":"514f0e36"},"/examples/noIndex-2db":{"__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-62a":{"__comp":"1f391b9e","__context":{"plugin":"a7456010"},"content":"ee0ff195"},"/tests/blog-094":{"__comp":"a6aa9e1f","__context":{"plugin":"c3218042"},"sidebar":"6608e8cd","items":[{"content":"2c7bf9eb"},{"content":"a5e2f0c0"},{"content":"a181cccc"}],"__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/archive-e7a":{"__comp":"9e4087bc","__context":{"plugin":"c3218042"},"__props":"153fc2ce"},"/tests/blog/page/2-a96":{"__comp":"a6aa9e1f","__context":{"plugin":"c3218042"},"sidebar":"6608e8cd","items":[{"content":"74efa390"},{"content":"381bbac3"},{"content":"96153c3e"}],"__props":"1e42fd5e"},"/tests/blog/page/3-cd5":{"__comp":"a6aa9e1f","__context":{"plugin":"c3218042"},"sidebar":"6608e8cd","items":[{"content":"9ae3398a"},{"content":"0af1b9a1"},{"content":"728bdbb9"}],"__props":"d0d12c85"},"/tests/blog/page/4-78b":{"__comp":"a6aa9e1f","__context":{"plugin":"c3218042"},"sidebar":"6608e8cd","items":[{"content":"9d00fd52"},{"content":"7f129fbe"},{"content":"90e20400"}],"__props":"f1ccbc56"},"/tests/blog/page/5-1ea":{"__comp":"a6aa9e1f","__context":{"plugin":"c3218042"},"sidebar":"6608e8cd","items":[{"content":"4f8c86e0"},{"content":"2e17f346"},{"content":"98df95cb"}],"__props":"f439ed8c"},"/tests/blog/page/6-ea4":{"__comp":"a6aa9e1f","__context":{"plugin":"c3218042"},"sidebar":"6608e8cd","items":[{"content":"b87bf306"}],"__props":"e1f91744"},"/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-b2d":{"__comp":"1f391b9e","__context":{"plugin":"c9e4c0c5"},"content":"975c6d52"},"/tests/pages/analytics-8e5":{"__comp":"2f097a0c","__context":{"plugin":"c9e4c0c5"},"config":"5e9f5e1a"},"/tests/pages/code-block-tests-3fb":{"__comp":"1f391b9e","__context":{"plugin":"c9e4c0c5"},"content":"7fdd8ddf"},"/tests/pages/crashTest-850":{"__comp":"94e448d6","__context":{"plugin":"c9e4c0c5"},"config":"5e9f5e1a"},"/tests/pages/diagrams-9ea":{"__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-8d5":{"__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-773":{"__comp":"1f391b9e","__context":{"plugin":"c9e4c0c5"},"content":"df056c8b"},"/tests/pages/markdown-tests-mdx-156":{"__comp":"1f391b9e","__context":{"plugin":"c9e4c0c5"},"content":"2c6d53a8"},"/tests/pages/navbar-dropdown-tests-ebb":{"__comp":"1f391b9e","__context":{"plugin":"c9e4c0c5"},"content":"55a7f034"},"/tests/pages/page-toc-tests-044":{"__comp":"1f391b9e","__context":{"plugin":"c9e4c0c5"},"content":"b85e7ff6"},"/tests/pages/react-18-39d":{"__comp":"38caefbe","__context":{"plugin":"c9e4c0c5"},"config":"5e9f5e1a"},"/tests/pages/seo-8ce":{"__comp":"1f391b9e","__context":{"plugin":"c9e4c0c5"},"content":"305daa1e"},"/tests/pages/tabs-tests-88d":{"__comp":"1f391b9e","__context":{"plugin":"c9e4c0c5"},"content":"17e8a747"},"/tests/pages/unlisted-6d2":{"__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-94f":{"__comp":"5e95c892","__context":{"plugin":"e0719818"}},"/community-356":{"__comp":"a7bd4aaa","__props":"d2436a2b"},"/community-9cc":{"__comp":"a94703ab"},"/community/canary-f40":{"__comp":"17896441","content":"62b37705"},"/community/contributing-fbb":{"__comp":"17896441","content":"20139c40"},"/community/release-process-285":{"__comp":"17896441","content":"276a1994"},"/community/resources-cde":{"__comp":"17896441","content":"3ce9624a"},"/community/support-a1b":{"__comp":"17896441","content":"3e206144"},"/community/team-682":{"__comp":"17896441","content":"4c9d8eaa"},"/tests/docs-929":{"__comp":"5e95c892","__context":{"plugin":"74884079"}},"/tests/docs-d51":{"__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-custom-permalink-81e":{"__comp":"df203c0f","__props":"1b01d498"},"/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-b93":{"__comp":"a94703ab"},"/tests/docs-bc1":{"__comp":"17896441","content":"f85a5e62"},"/tests/docs/beginner\'s guide-682":{"__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-9fe":{"__comp":"17896441","content":"d3d3b96d"},"/tests/docs/doc-with-last-update-a6c":{"__comp":"17896441","content":"218a9086"},"/tests/docs/doc-without-sidebar-9ad":{"__comp":"17896441","content":"a1ff2305"},"/tests/docs/dummy.html-123":{"__comp":"17896441","content":"b6b7bfe6"},"/tests/docs/folder with space/doc 1-19d":{"__comp":"17896441","content":"95515391"},"/tests/docs/folder with space/doc 2-488":{"__comp":"17896441","content":"aa18a71c"},"/tests/docs/more-test-7ea":{"__comp":"17896441","content":"6f742216"},"/tests/docs/standalone-a89":{"__comp":"17896441","content":"67cff4f8"},"/tests/docs/tests/admonitions-9de":{"__comp":"17896441","content":"90e57dc7"},"/tests/docs/tests/ascii/\xe6\xf8\xe5-5fe":{"__comp":"17896441","content":"ff0aa122"},"/tests/docs/tests/ascii/folder/\xe6\xf8\xe5-709":{"__comp":"17896441","content":"3c616b11"},"/tests/docs/tests/Case-Sentitive-Doc-2e1":{"__comp":"17896441","content":"e060feb7"},"/tests/docs/tests/category-links-459":{"__comp":"17896441","content":"dd4c326b"},"/tests/docs/tests/category-links/custom-index-convention/intro-37c":{"__comp":"17896441","content":"4ab187ba"},"/tests/docs/tests/category-links/custom-index-convention/sample-doc-a61":{"__comp":"17896441","content":"df21cc78"},"/tests/docs/tests/category-links/no-index-doc-f6a":{"__comp":"17896441","content":"aed6c7bc"},"/tests/docs/tests/category-links/no-index-doc/sample-doc-1b5":{"__comp":"17896441","content":"ca51e50c"},"/tests/docs/tests/category-links/no-subdoc-a0e":{"__comp":"17896441","content":"82de272a"},"/tests/docs/tests/category-links/regular-category/sample-doc-c7e":{"__comp":"17896441","content":"c56c55ab"},"/tests/docs/tests/category-links/with-category-name-doc-d7f":{"__comp":"17896441","content":"86e3a3d9"},"/tests/docs/tests/category-links/with-category-name-doc/sample-doc-531":{"__comp":"17896441","content":"cac92b6a"},"/tests/docs/tests/category-links/with-index-doc-26f":{"__comp":"17896441","content":"faea717e"},"/tests/docs/tests/category-links/with-index-doc/sample-doc-e8c":{"__comp":"17896441","content":"a1286a82"},"/tests/docs/tests/category-links/with-readme-doc-893":{"__comp":"17896441","content":"d03b1fb7"},"/tests/docs/tests/category-links/with-readme-doc/sample-doc-dec":{"__comp":"17896441","content":"42c2afdc"},"/tests/docs/tests/custom-props-561":{"__comp":"17896441","content":"ddd8d528"},"/tests/docs/tests/custom-props/doc-with-custom-props-bdc":{"__comp":"17896441","content":"f8257e9d"},"/tests/docs/tests/custom-props/doc-without-custom-props-85e":{"__comp":"17896441","content":"3955af78"},"/tests/docs/tests/img-tests-545":{"__comp":"17896441","content":"ef846e1f"},"/tests/docs/tests/links/broken-anchors-tests-956":{"__comp":"17896441","content":"8a603d1e"},"/tests/docs/tests/links/target-doc-slug-51e":{"__comp":"17896441","content":"5f61b80e"},"/tests/docs/tests/links/test-markdown-links-001":{"__comp":"17896441","content":"f9896fda"},"/tests/docs/tests/toc-partials-7e9":{"__comp":"17896441","content":"59cb67ce"},"/tests/docs/tests/visibility-4e8":{"__comp":"17896441","content":"ff82175c"},"/tests/docs/tests/visibility/force-unlisted-13f":{"__comp":"17896441","content":"519fdddf"},"/tests/docs/tests/visibility/only-unlisteds/unlisted-subcategory-193":{"__comp":"17896441","content":"bce2ffab"},"/tests/docs/tests/visibility/only-unlisteds/unlisted-subcategory/unlisted3-bfe":{"__comp":"17896441","content":"35123c02"},"/tests/docs/tests/visibility/only-unlisteds/unlisted1-c2c":{"__comp":"17896441","content":"e4d2c113"},"/tests/docs/tests/visibility/only-unlisteds/unlisted2-2a9":{"__comp":"17896441","content":"3103a69b"},"/tests/docs/tests/visibility/some-drafts/draft-subcategory/listed1-cad":{"__comp":"17896441","content":"758e69f6"},"/tests/docs/tests/visibility/some-unlisteds/unlisted-subcategory-5a0":{"__comp":"17896441","content":"87e9b44c"},"/tests/docs/tests/visibility/some-unlisteds/unlisted-subcategory/listed1-e37":{"__comp":"17896441","content":"f36f1ab1"},"/tests/docs/tests/visibility/some-unlisteds/unlisted-subcategory/unlisted3-38f":{"__comp":"17896441","content":"bc770e2d"},"/tests/docs/tests/visibility/some-unlisteds/unlisted1-ecc":{"__comp":"17896441","content":"32a09314"},"/tests/docs/tests/visibility/some-unlisteds/unlisted2-5a2":{"__comp":"17896441","content":"c6f10a23"},"/tests/docs/toc/toc-_-_-16e":{"__comp":"17896441","content":"e95d6894"},"/tests/docs/toc/toc-_-5-6ba":{"__comp":"17896441","content":"0c7845dd"},"/tests/docs/toc/toc-2-2-f9a":{"__comp":"17896441","content":"6a2ff064"},"/tests/docs/toc/toc-2-3-62a":{"__comp":"17896441","content":"f930fb00"},"/tests/docs/toc/toc-2-4-cf3":{"__comp":"17896441","content":"771ca8b2"},"/tests/docs/toc/toc-2-5-dd8":{"__comp":"17896441","content":"dd5f7850"},"/tests/docs/toc/toc-3-_-04e":{"__comp":"17896441","content":"072728dc"},"/tests/docs/toc/toc-3-5-b9f":{"__comp":"17896441","content":"a3aa32e9"},"/tests/docs/toc/toc-4-5-20b":{"__comp":"17896441","content":"6967621f"},"/tests/docs/toc/toc-5-5-627":{"__comp":"17896441","content":"50a3e386"},"/tests/docs/toc/toc-test-bad-adf":{"__comp":"17896441","content":"bdab9796"},"/tests/docs/toc/toc-test-good-d94":{"__comp":"17896441","content":"88d0be04"},"/docs-5e0":{"__comp":"5e95c892","__context":{"plugin":"aba21aa0"}},"/docs-0fb":{"__comp":"a7bd4aaa","__props":"0058b4c6"},"/docs-fe7":{"__comp":"a94703ab"},"/docs-761":{"__comp":"17896441","content":"972d9d57"},"/docs/advanced-2c7":{"__comp":"17896441","content":"d7206776"},"/docs/advanced/architecture-9a5":{"__comp":"17896441","content":"ee712ef6"},"/docs/advanced/client-f62":{"__comp":"17896441","content":"3dd2dc02"},"/docs/advanced/plugins-f4d":{"__comp":"17896441","content":"e6a60088"},"/docs/advanced/routing-dbd":{"__comp":"17896441","content":"c7ca486a"},"/docs/advanced/ssg-2c0":{"__comp":"17896441","content":"26af6b06"},"/docs/api/docusaurus-config-d22":{"__comp":"17896441","content":"bcbb32e8"},"/docs/api/misc/@docusaurus/eslint-plugin-366":{"__comp":"17896441","content":"33bfb584"},"/docs/api/misc/@docusaurus/eslint-plugin/no-html-links-17f":{"__comp":"17896441","content":"d182442f"},"/docs/api/misc/@docusaurus/eslint-plugin/no-untranslated-text-829":{"__comp":"17896441","content":"9e287d93"},"/docs/api/misc/@docusaurus/eslint-plugin/prefer-docusaurus-heading-616":{"__comp":"17896441","content":"1864f992"},"/docs/api/misc/@docusaurus/eslint-plugin/string-literal-i18n-messages-7f4":{"__comp":"17896441","content":"d2a1308d"},"/docs/api/misc/@docusaurus/logger-abe":{"__comp":"17896441","content":"46f5ed35"},"/docs/api/misc/create-docusaurus-5cf":{"__comp":"17896441","content":"07d8cde9"},"/docs/api/plugin-methods-c27":{"__comp":"17896441","content":"c4ace355"},"/docs/api/plugin-methods/extend-infrastructure-a3c":{"__comp":"17896441","content":"a535a6cd"},"/docs/api/plugin-methods/i18n-lifecycles-776":{"__comp":"17896441","content":"5665a0fb"},"/docs/api/plugin-methods/lifecycle-apis-3b3":{"__comp":"17896441","content":"77eb9b8f"},"/docs/api/plugin-methods/static-methods-848":{"__comp":"17896441","content":"7a272146"},"/docs/api/plugins-4d4":{"__comp":"17896441","content":"dec47d54"},"/docs/api/plugins/@docusaurus/plugin-client-redirects-761":{"__comp":"17896441","content":"228a014d"},"/docs/api/plugins/@docusaurus/plugin-content-blog-5ba":{"__comp":"17896441","content":"201d0633"},"/docs/api/plugins/@docusaurus/plugin-content-docs-1b8":{"__comp":"17896441","content":"0b6cd89a"},"/docs/api/plugins/@docusaurus/plugin-content-pages-bdf":{"__comp":"17896441","content":"ce3b59e7"},"/docs/api/plugins/@docusaurus/plugin-debug-27f":{"__comp":"17896441","content":"520a8178"},"/docs/api/plugins/@docusaurus/plugin-google-analytics-815":{"__comp":"17896441","content":"03a06760"},"/docs/api/plugins/@docusaurus/plugin-google-gtag-48d":{"__comp":"17896441","content":"3716f59c"},"/docs/api/plugins/@docusaurus/plugin-google-tag-manager-36f":{"__comp":"17896441","content":"6e7f3c19"},"/docs/api/plugins/@docusaurus/plugin-ideal-image-844":{"__comp":"17896441","content":"492798ca"},"/docs/api/plugins/@docusaurus/plugin-pwa-a75":{"__comp":"17896441","content":"bfd9bf94"},"/docs/api/plugins/@docusaurus/plugin-sitemap-fb9":{"__comp":"17896441","content":"0e4d8110"},"/docs/api/plugins/@docusaurus/plugin-vercel-analytics-743":{"__comp":"17896441","content":"c459a19d"},"/docs/api/themes-2ae":{"__comp":"17896441","content":"91cd22f1"},"/docs/api/themes/@docusaurus/theme-classic-bdb":{"__comp":"17896441","content":"6c065aab"},"/docs/api/themes/@docusaurus/theme-live-codeblock-78a":{"__comp":"17896441","content":"85d61fbd"},"/docs/api/themes/@docusaurus/theme-mermaid-52d":{"__comp":"17896441","content":"a715936c"},"/docs/api/themes/@docusaurus/theme-search-algolia-5d2":{"__comp":"17896441","content":"dfef153c"},"/docs/api/themes/configuration-668":{"__comp":"17896441","content":"03f86864"},"/docs/blog-d56":{"__comp":"17896441","content":"a5816f92"},"/docs/browser-support-699":{"__comp":"17896441","content":"3ef80f0b"},"/docs/category/getting-started-45a":{"__comp":"14eb3368","__props":"c260b502"},"/docs/category/guides-309":{"__comp":"14eb3368","__props":"4cff09f6"},"/docs/cli-bec":{"__comp":"17896441","content":"ba61d949"},"/docs/configuration-f4e":{"__comp":"17896441","content":"cbb899e4"},"/docs/create-doc-6ff":{"__comp":"17896441","content":"2f283cc0"},"/docs/creating-pages-337":{"__comp":"17896441","content":"e575fb7e"},"/docs/deployment-e07":{"__comp":"17896441","content":"06c6ffc3"},"/docs/docs-introduction-6cf":{"__comp":"17896441","content":"772c972a"},"/docs/docs-multi-instance-e01":{"__comp":"17896441","content":"828be2eb"},"/docs/docusaurus-core-e00":{"__comp":"17896441","content":"891c0dad"},"/docs/guides/whats-next-f75":{"__comp":"17896441","content":"2d0d74c6"},"/docs/i18n/crowdin-81a":{"__comp":"17896441","content":"3c03c7ff"},"/docs/i18n/git-91f":{"__comp":"17896441","content":"b2f737a9"},"/docs/i18n/introduction-e88":{"__comp":"17896441","content":"8ef3f86c"},"/docs/i18n/tutorial-8b6":{"__comp":"17896441","content":"c74d1c35"},"/docs/installation-024":{"__comp":"17896441","content":"fa4d91bf"},"/docs/markdown-features-6ac":{"__comp":"17896441","content":"7ada4fa6"},"/docs/markdown-features/admonitions-eb3":{"__comp":"17896441","content":"bd7149c1"},"/docs/markdown-features/assets-6d1":{"__comp":"17896441","content":"4994aa22"},"/docs/markdown-features/code-blocks-e19":{"__comp":"17896441","content":"0a818389"},"/docs/markdown-features/diagrams-21d":{"__comp":"17896441","content":"c73a8bd2"},"/docs/markdown-features/head-metadata-299":{"__comp":"17896441","content":"ce5880b7"},"/docs/markdown-features/links-a0a":{"__comp":"17896441","content":"b54091ce"},"/docs/markdown-features/math-equations-4f1":{"__comp":"17896441","content":"5785f4e1"},"/docs/markdown-features/plugins-2b6":{"__comp":"17896441","content":"e79f4725"},"/docs/markdown-features/react-52c":{"__comp":"17896441","content":"64dfb3e9"},"/docs/markdown-features/tabs-51c":{"__comp":"17896441","content":"209ff87f"},"/docs/markdown-features/toc-a4e":{"__comp":"17896441","content":"16f6cad8"},"/docs/migration-d9e":{"__comp":"17896441","content":"91b203fb"},"/docs/migration/v2-f06":{"__comp":"17896441","content":"d062d21d"},"/docs/migration/v2/automated-7b8":{"__comp":"17896441","content":"1267474e"},"/docs/migration/v2/manual-617":{"__comp":"17896441","content":"a53a71e5"},"/docs/migration/v2/translated-sites-a32":{"__comp":"17896441","content":"d2551a9d"},"/docs/migration/v2/versioned-sites-656":{"__comp":"17896441","content":"6ca75a11"},"/docs/migration/v3-430":{"__comp":"17896441","content":"82425aa0"},"/docs/playground-d08":{"__comp":"17896441","content":"70e09343"},"/docs/search-368":{"__comp":"17896441","content":"1d8d7b8d"},"/docs/seo-07e":{"__comp":"17896441","content":"e65a01b4"},"/docs/sidebar-2d3":{"__comp":"17896441","content":"f60bb54b"},"/docs/sidebar/autogenerated-60f":{"__comp":"17896441","content":"447738d4"},"/docs/sidebar/items-253":{"__comp":"17896441","content":"706279d4"},"/docs/sidebar/multiple-sidebars-fec":{"__comp":"17896441","content":"d957216c"},"/docs/static-assets-a25":{"__comp":"17896441","content":"c762c146"},"/docs/styling-layout-9a1":{"__comp":"17896441","content":"641734b9"},"/docs/swizzling-73d":{"__comp":"17896441","content":"945e072c"},"/docs/typescript-support-f11":{"__comp":"17896441","content":"a05ec3a8"},"/docs/using-plugins-aed":{"__comp":"17896441","content":"a4c9d663"},"/docs/versioning-8de":{"__comp":"17896441","content":"a1da7a09"},"/-e5f":{"__comp":"1df93b7f","__context":{"plugin":"a7456010"},"config":"5e9f5e1a"}}')},83915:e=>{"use strict";e.exports=JSON.parse('{"d":"localStorage","u":"-189"}')}},e=>{e.O(0,[40532],(()=>{return t=76834,e(e.s=t);var t}));e.O()}]);