diff --git a/404.html b/404.html index 550f443..dfb70c0 100644 --- a/404.html +++ b/404.html @@ -30,8 +30,8 @@ -

404

PAGE NOT FOUND

Take me home
- +

404

PAGE NOT FOUND

Take me home
+ diff --git a/assets/Content.99334b04.js b/assets/Content.1adade41.js similarity index 100% rename from assets/Content.99334b04.js rename to assets/Content.1adade41.js diff --git a/assets/api.f760c907.js b/assets/api.1d7ce186.js similarity index 99% rename from assets/api.f760c907.js rename to assets/api.1d7ce186.js index a475474..a5a79d4 100644 --- a/assets/api.f760c907.js +++ b/assets/api.1d7ce186.js @@ -62,4 +62,4 @@ import{jsx as n,jsxs as l,Fragment as c}from"react/jsx-runtime";const o=void 0,t `,l(e.h3,{id:"handlepress",children:[n(e.a,{className:"header-anchor","aria-hidden":"true",href:"#handlepress",children:"#"}),n(e.code,{children:"handlePress"})]}),` `,l(e.div,{className:"language-typescript",style:{backgroundColor:"#2e3440ff"},children:[n(e.button,{className:"copy"}),n(e.span,{className:"lang",children:"typescript"}),n(e.pre,{children:l(e.code,{className:"",children:[l(e.span,{className:"line",children:[n(e.span,{style:{color:"#ECEFF4"},children:"("}),n(e.span,{style:{color:"#D8DEE9"},children:"event"}),n(e.span,{style:{color:"#81A1C1"},children:":"}),n(e.span,{style:{color:"#D8DEE9FF"},children:" "}),n(e.span,{style:{color:"#8FBCBB"},children:"MouseEvent"}),n(e.span,{style:{color:"#ECEFF4"},children:","}),n(e.span,{style:{color:"#D8DEE9FF"},children:" "}),n(e.span,{style:{color:"#D8DEE9"},children:"peel"}),n(e.span,{style:{color:"#81A1C1"},children:":"}),n(e.span,{style:{color:"#D8DEE9FF"},children:" "}),n(e.span,{style:{color:"#8FBCBB"},children:"any"}),n(e.span,{style:{color:"#ECEFF4"},children:")"}),n(e.span,{style:{color:"#D8DEE9FF"},children:" "}),n(e.span,{style:{color:"#81A1C1"},children:"=>"}),n(e.span,{style:{color:"#D8DEE9FF"},children:" "}),n(e.span,{style:{color:"#D8DEE9"},children:"any"}),n(e.span,{style:{color:"#D8DEE9FF"},children:" "}),n(e.span,{style:{color:"#81A1C1"},children:"|"}),n(e.span,{style:{color:"#D8DEE9FF"},children:" "}),n(e.span,{style:{color:"#81A1C1"},children:"undefined;"})]}),` `,n(e.span,{className:"line"})]})})]}),` -`,n(e.p,{children:"Sets a function to be called when the user either clicks with a mouse or taps with a finger."})]})}function d(r={}){const{wrapper:e}=r.components||{};return e?n(e,Object.assign({},r,{children:n(s,r)})):s(r)}const h="2023/12/15 15:03:19",p='# Api\n\n## Props\n\n### `ref`\n\n```typescript\nMutableRefObject | undefined;\n```\n\nReference to the Peel object, containing values and methods.\n\n### `className`\n\n```typescript\nstring | undefined;\n```\n\nRepresents the class of PeelWrapper.\n\n### `height`\n\n```typescript\nstring | undefined;\n```\n\nSets the height of PeelWrapper. Default is `100%`.\n\n### `width`\n\n```typescript\nstring | undefined;\n```\n\nSets the height of PeelWrapper. Default is `100%`.\n\n### `options`\n\nThe options to pass to the underlying peel.js constructor as listed [here](https://andrewplummer.github.io/peel-js/#options).\n\n### `options.shape`\n\n```typescript\nSvgElementProps | undefined;\n```\n\nAny SVG element can be specified here which will create a subclip for the effect and allow custom shapes to be used. See the examples for more\n\n### `peelPosition`\n\n```typescript\n{ x: number, y: number } | undefined\n```\n\nThe position of the peel effect. This point is the position of the corner that is being peeled back.\n\n### `corner`\n\n```typescript\n{ x: number, y: number } | "TOP_LEFT" | "TOP_RIGHT" | "BOTTOM_LEFT" | "BOTTOM_RIGHT" | undefined\n```\n\nThe corner for the effect to peel back from. Can be 2 arguments as x,y coordinates or a single argument as a corner name. Default is the bottom right corner.\n\n### `constraints`\n\n```typescript\n{ x: number, y: number } | | "TOP_LEFT" | "TOP_RIGHT" | "BOTTOM_LEFT" | "BOTTOM_RIGHT" | undefined | Array<{ x: number, y: number } | | "TOP_LEFT" | "TOP_RIGHT" | "BOTTOM_LEFT" | "BOTTOM_RIGHT" | undefined>\n```\n\nList of constraints on the distance of the peel. This can be thought of as points on the layers that are connected and cannot be torn apart. Typically this only makes sense as a point on the outer edge, such as the left edge of an open book, or the top edge of a calendar. In this case, simply using 2 constraint points (top-left/bottom-left for a book, etc) will create the desired effect. An arbitrary point can also be used with an effect like a thumbtack holding the pages together. Can be 2 arguments as x,y coordinates or a single argument as a corner name.\n\n### `drag`\n\n```typescript\nboolean | undefined;\n```\n\nA shorthand for setting the `@drag` event to set the peel position to the mouse.\n\n### `mode`\n\n```typescript\n"book" | "calendar" | undefined;\n```\n\nA shortcut for setting predefined `constraints`. Currently `"book"` and `"calendar"`.\n\n### `fadeThreshold`\n\n```typescript\nnumber | undefined;\n```\n\nA threshold above which the top layer (including the backside) layer will begin to fade out. The threshold is between 0 (no peel) and 1 (top layer is fully peeled off) and is calculated based on the visible clipped area. If a peel path is set, it will use the progress along the path instead.\n\n### `timeAlongPath`\n\n```typescript\nnumber | undefined;\n```\n\nSets the peel effect to a point in time (between 0 and 1) along a previously specified path. Will throw an error if no path exists.\n\n### `peelPath`\n\n```typescript\nnumber[] | undefined\n```\n\nA path along which the peel will follow. This can be a flat line segment (represented by 4 arguments: x1, y1, x2, y2) or a bezier curve (represented by 8 arguments: x1, y1, cp1x, cp1y, cp2x, cp2y, x2, y2 where cp1 and cp2 are the 2 bezier control points, similar to the [bezierCurveTo](https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API/Tutorial/Drawing_shapes#Cubic_Bezier_curves) canvas method.)\n\n## Events\n\n### `handleDrag`\n\n```typescript\n(event: MouseEvent, x: number, y: number, peel: any) => any | undefined;\n```\n\nSets a function to be called when the user drags, either with a mouse or with a finger (using touch events).\n\n### `handlePress`\n\n```typescript\n(event: MouseEvent, peel: any) => any | undefined;\n```\n\nSets a function to be called when the user either clicks with a mouse or taps with a finger.\n';export{p as content,d as default,o as frontmatter,h as lastUpdatedTime,i as title,t as toc}; +`,n(e.p,{children:"Sets a function to be called when the user either clicks with a mouse or taps with a finger."})]})}function d(r={}){const{wrapper:e}=r.components||{};return e?n(e,Object.assign({},r,{children:n(s,r)})):s(r)}const h="2023/12/15 15:07:26",p='# Api\n\n## Props\n\n### `ref`\n\n```typescript\nMutableRefObject | undefined;\n```\n\nReference to the Peel object, containing values and methods.\n\n### `className`\n\n```typescript\nstring | undefined;\n```\n\nRepresents the class of PeelWrapper.\n\n### `height`\n\n```typescript\nstring | undefined;\n```\n\nSets the height of PeelWrapper. Default is `100%`.\n\n### `width`\n\n```typescript\nstring | undefined;\n```\n\nSets the height of PeelWrapper. Default is `100%`.\n\n### `options`\n\nThe options to pass to the underlying peel.js constructor as listed [here](https://andrewplummer.github.io/peel-js/#options).\n\n### `options.shape`\n\n```typescript\nSvgElementProps | undefined;\n```\n\nAny SVG element can be specified here which will create a subclip for the effect and allow custom shapes to be used. See the examples for more\n\n### `peelPosition`\n\n```typescript\n{ x: number, y: number } | undefined\n```\n\nThe position of the peel effect. This point is the position of the corner that is being peeled back.\n\n### `corner`\n\n```typescript\n{ x: number, y: number } | "TOP_LEFT" | "TOP_RIGHT" | "BOTTOM_LEFT" | "BOTTOM_RIGHT" | undefined\n```\n\nThe corner for the effect to peel back from. Can be 2 arguments as x,y coordinates or a single argument as a corner name. Default is the bottom right corner.\n\n### `constraints`\n\n```typescript\n{ x: number, y: number } | | "TOP_LEFT" | "TOP_RIGHT" | "BOTTOM_LEFT" | "BOTTOM_RIGHT" | undefined | Array<{ x: number, y: number } | | "TOP_LEFT" | "TOP_RIGHT" | "BOTTOM_LEFT" | "BOTTOM_RIGHT" | undefined>\n```\n\nList of constraints on the distance of the peel. This can be thought of as points on the layers that are connected and cannot be torn apart. Typically this only makes sense as a point on the outer edge, such as the left edge of an open book, or the top edge of a calendar. In this case, simply using 2 constraint points (top-left/bottom-left for a book, etc) will create the desired effect. An arbitrary point can also be used with an effect like a thumbtack holding the pages together. Can be 2 arguments as x,y coordinates or a single argument as a corner name.\n\n### `drag`\n\n```typescript\nboolean | undefined;\n```\n\nA shorthand for setting the `@drag` event to set the peel position to the mouse.\n\n### `mode`\n\n```typescript\n"book" | "calendar" | undefined;\n```\n\nA shortcut for setting predefined `constraints`. Currently `"book"` and `"calendar"`.\n\n### `fadeThreshold`\n\n```typescript\nnumber | undefined;\n```\n\nA threshold above which the top layer (including the backside) layer will begin to fade out. The threshold is between 0 (no peel) and 1 (top layer is fully peeled off) and is calculated based on the visible clipped area. If a peel path is set, it will use the progress along the path instead.\n\n### `timeAlongPath`\n\n```typescript\nnumber | undefined;\n```\n\nSets the peel effect to a point in time (between 0 and 1) along a previously specified path. Will throw an error if no path exists.\n\n### `peelPath`\n\n```typescript\nnumber[] | undefined\n```\n\nA path along which the peel will follow. This can be a flat line segment (represented by 4 arguments: x1, y1, x2, y2) or a bezier curve (represented by 8 arguments: x1, y1, cp1x, cp1y, cp2x, cp2y, x2, y2 where cp1 and cp2 are the 2 bezier control points, similar to the [bezierCurveTo](https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API/Tutorial/Drawing_shapes#Cubic_Bezier_curves) canvas method.)\n\n## Events\n\n### `handleDrag`\n\n```typescript\n(event: MouseEvent, x: number, y: number, peel: any) => any | undefined;\n```\n\nSets a function to be called when the user drags, either with a mouse or with a finger (using touch events).\n\n### `handlePress`\n\n```typescript\n(event: MouseEvent, peel: any) => any | undefined;\n```\n\nSets a function to be called when the user either clicks with a mouse or taps with a finger.\n';export{p as content,d as default,o as frontmatter,h as lastUpdatedTime,i as title,t as toc}; diff --git a/assets/app.356b375b.js b/assets/app.13599412.js similarity index 99% rename from assets/app.356b375b.js rename to assets/app.13599412.js index d5468d6..ce7c8aa 100644 --- a/assets/app.356b375b.js +++ b/assets/app.13599412.js @@ -1,4 +1,4 @@ -import{u as $,s as K,g as Se,a as ae,_ as ze,b as Y,L as I,n as E,c as Z,w as O,d as he,e as j,f as A,h as Le,i as Ee,j as P,k as H,l as _,m as $e,o as re,p as L,q as se,r as Pe,t as Q,v as F,x as G,y as Ae,T as Ie,W as Te,z as J,A as De,B as Re,C as He,D as ie,E as Oe,F as _e,G as le,H as Be,I as je}from"../client-entry.js";import*as f from"react";import me,{useState as C,useRef as B,useCallback as ce,useEffect as z,Fragment as ue,useContext as Ve}from"react";import{jsxs as c,jsx as e,Fragment as ee}from"react/jsx-runtime";import{C as pe}from"./Content.99334b04.js";function Fe(){const{siteData:t}=$();return c("div",{m:"auto t-50",p:"t-16 x-6 b-24 sm:t-24 x-8 b-40",text:"center",flex:"center col",children:[e("p",{text:"6xl",font:"semibold",children:"404"}),e("h1",{pt:"3",text:"xl","leading-5":"",font:"bold",children:"PAGE NOT FOUND"}),e("div",{m:"t-6 x-auto b-4.5",w:"16",style:{height:"1px"},bg:"divider-default"}),e("div",{pt:"5",children:e("a",{"inline-block":"",border:"1px solid brand",rounded:"2xl",p:"y-1 x-4",text:"sm brand","font-medium":"",transition:"border-color duration-300 color duration-300",hover:"border-color-brand-dark color-brand-dark",href:t.base,"aria-label":"go to home",children:"Take me home"})})]})}function Ge(t){var n;return e("button",{className:`${K.switch} ${t.className}`,id:(n=t.id)!=null?n:"",type:"button",role:"switch",...t.onClick?{onClick:t.onClick}:{},children:e("span",{className:K.check,children:e("span",{className:K.icon,children:t.children})})})}const We=t=>f.createElement("svg",{xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false",viewBox:"0 0 24 24",...t},f.createElement("path",{d:"M12,18c-3.3,0-6-2.7-6-6s2.7-6,6-6s6,2.7,6,6S15.3,18,12,18zM12,8c-2.2,0-4,1.8-4,4c0,2.2,1.8,4,4,4c2.2,0,4-1.8,4-4C16,9.8,14.2,8,12,8z"}),f.createElement("path",{d:"M12,4c-0.6,0-1-0.4-1-1V1c0-0.6,0.4-1,1-1s1,0.4,1,1v2C13,3.6,12.6,4,12,4z"}),f.createElement("path",{d:"M12,24c-0.6,0-1-0.4-1-1v-2c0-0.6,0.4-1,1-1s1,0.4,1,1v2C13,23.6,12.6,24,12,24z"}),f.createElement("path",{d:"M5.6,6.6c-0.3,0-0.5-0.1-0.7-0.3L3.5,4.9c-0.4-0.4-0.4-1,0-1.4s1-0.4,1.4,0l1.4,1.4c0.4,0.4,0.4,1,0,1.4C6.2,6.5,5.9,6.6,5.6,6.6z"}),f.createElement("path",{d:"M19.8,20.8c-0.3,0-0.5-0.1-0.7-0.3l-1.4-1.4c-0.4-0.4-0.4-1,0-1.4s1-0.4,1.4,0l1.4,1.4c0.4,0.4,0.4,1,0,1.4C20.3,20.7,20,20.8,19.8,20.8z"}),f.createElement("path",{d:"M3,13H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h2c0.6,0,1,0.4,1,1S3.6,13,3,13z"}),f.createElement("path",{d:"M23,13h-2c-0.6,0-1-0.4-1-1s0.4-1,1-1h2c0.6,0,1,0.4,1,1S23.6,13,23,13z"}),f.createElement("path",{d:"M4.2,20.8c-0.3,0-0.5-0.1-0.7-0.3c-0.4-0.4-0.4-1,0-1.4l1.4-1.4c0.4-0.4,1-0.4,1.4,0s0.4,1,0,1.4l-1.4,1.4C4.7,20.7,4.5,20.8,4.2,20.8z"}),f.createElement("path",{d:"M18.4,6.6c-0.3,0-0.5-0.1-0.7-0.3c-0.4-0.4-0.4-1,0-1.4l1.4-1.4c0.4-0.4,1-0.4,1.4,0s0.4,1,0,1.4l-1.4,1.4C18.9,6.5,18.6,6.6,18.4,6.6z"})),qe=t=>f.createElement("svg",{xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false",viewBox:"0 0 24 24",...t},f.createElement("path",{d:"M12.1,22c-0.3,0-0.6,0-0.9,0c-5.5-0.5-9.5-5.4-9-10.9c0.4-4.8,4.2-8.6,9-9c0.4,0,0.8,0.2,1,0.5c0.2,0.3,0.2,0.8-0.1,1.1c-2,2.7-1.4,6.4,1.3,8.4c2.1,1.6,5,1.6,7.1,0c0.3-0.2,0.7-0.3,1.1-0.1c0.3,0.2,0.5,0.6,0.5,1c-0.2,2.7-1.5,5.1-3.6,6.8C16.6,21.2,14.4,22,12.1,22zM9.3,4.4c-2.9,1-5,3.6-5.2,6.8c-0.4,4.4,2.8,8.3,7.2,8.7c2.1,0.2,4.2-0.4,5.8-1.8c1.1-0.9,1.9-2.1,2.4-3.4c-2.5,0.9-5.3,0.5-7.5-1.1C9.2,11.4,8.1,7.7,9.3,4.4z"}));function fe(t){const n=Se();return c(Ge,{onClick:n,children:[e(We,{className:ae.sun}),e(qe,{className:ae.moon})]})}const Ue=t=>f.createElement("svg",{width:32,height:32,viewBox:"0 0 32 32",...t},f.createElement("path",{fill:"#888888",d:"m29 27.586l-7.552-7.552a11.018 11.018 0 1 0-1.414 1.414L27.586 29ZM4 13a9 9 0 1 1 9 9a9.01 9.01 0 0 1-9-9Z"})),Ke=t=>f.createElement("svg",{width:32,height:32,viewBox:"0 0 24 24",...t},f.createElement("g",{fill:"none",stroke:"var(--island-c-brand)",strokeLinecap:"round",strokeWidth:2},f.createElement("path",{strokeDasharray:60,strokeDashoffset:60,strokeOpacity:.3,d:"M12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3Z"},f.createElement("animate",{fill:"freeze",attributeName:"stroke-dashoffset",dur:"1.3s",values:"60;0"})),f.createElement("path",{strokeDasharray:15,strokeDashoffset:15,d:"M12 3C16.9706 3 21 7.02944 21 12"},f.createElement("animate",{fill:"freeze",attributeName:"stroke-dashoffset",dur:"0.3s",values:"15;0"}),f.createElement("animateTransform",{attributeName:"transform",dur:"1.5s",repeatCount:"indefinite",type:"rotate",values:"0 12 12;360 12 12"}))));function Ye(t){const{suggestion:n,query:r}=t,a=()=>{if(n.type==="header"){const{header:l,headerHighlightIndex:i}=n,d=l.slice(0,i),m=l.slice(i+r.length);return c("div",{font:"medium",children:[e("span",{children:d}),e("span",{bg:"brand-light",p:"y-0.4 x-0.8",rounded:"md",text:"text-1",children:r}),e("span",{children:m})]})}else return e("div",{font:"medium",children:n.header})},s=()=>{if(n.type!=="content")return;const{statementHighlightIndex:l,statement:i}=n,d=i.slice(0,l),m=i.slice(l+r.length);return c("div",{font:"normal",text:"sm gray-light",w:"100%",children:[e("span",{children:d}),e("span",{bg:"brand-light",p:"y-0.4 x-0.8",rounded:"md",text:"[#000]",children:r}),e("span",{children:m})]})};return c("div",{"border-b-1":"","border-t-1":"","table-cell":"",p:"x-3 y-2",hover:"bg-[#f3f4f5] ",text:"#2c3e50",className:`border-right-none border-[#eaecef] ${t.isCurrent?"bg-[#f3f4f5]":"bg-white"}`,transition:"bg duration-200",children:[e("div",{font:"medium",text:"sm",children:a()}),n.type==="content"&&s()]})}const W={ARROW_UP:"ArrowUp",ARROW_DOWN:"ArrowDown",ENTER:"Enter",SEARCH:"KeyK"};function Ze(t){const[n,r]=C(""),[a,s]=C([]),[l,i]=C(!1),[d,m]=C(!1),[h,o]=C(!1),[u,p]=C(-1),g=B(),v=B(),[y,b]=C(!0),w=B(null),x=!l||d,M=!x&&a.length===0,S=ce(async()=>{if(g.current)return Promise.resolve();{const{PageSearcher:N}=await ze(()=>import("./search.c3856c73.js"),["assets/search.c3856c73.js","client-entry.js"]);g.current=new N(t.langRoutePrefix),await g.current.init(),i(!0)}},[t.langRoutePrefix]),T=ce(async N=>{const k=N.target.value;r(k),v.current=v.current||S(),await v.current,m(!0);const D=await g.current.match(k);m(!1),s(D)},[S]);return z(()=>{const N=k=>{switch(k.code){case W.SEARCH:(k.ctrlKey||k.metaKey)&&w.current&&(k.preventDefault(),h?(o(!1),w.current.blur()):(o(!0),w.current.focus()));break;case W.ARROW_DOWN:k.preventDefault(),p((u+1)%a.length);break;case W.ARROW_UP:k.preventDefault(),p((u-1+a.length)%a.length);break;case W.ENTER:if(u>=0){const D=a[u];window.location.href=D.link}break}};return document.addEventListener("keydown",N),()=>{document.removeEventListener("keydown",N)}},[u,h,a]),z(()=>{b(!1)},[]),c("div",{flex:"","items-center":"~",relative:"",mr:"2",font:"semibold",children:[e(Ue,{w:"5",h:"5",fill:"currentColor",onClick:()=>{o(!0),w.current.focus()}}),e("input",{disabled:y,cursor:"text focus:auto",placeholder:"Search",height:"8",border:"none",type:"text",text:"sm",p:"t-0 r-2 b-0 l-2",transition:"all duration-200 ease",className:`rounded-sm ${Y.searchInput} ${h?Y.focus:""}`,"aria-label":"Search",autoComplete:"off",onChange:T,onBlur:()=>setTimeout(()=>o(!1),200),onFocus:()=>{o(!0),v.current=S()},ref:w}),c("div",{m:"r-3",w:"10",h:"6",p:"x-1.5",rounded:"md",border:"1px solid gray-light-3",text:"xs gray-light-3",flex:"~","items-center":"~",justify:"around",className:Y.searchCommand,children:[e("span",{children:"\u2318"}),e("span",{children:"K"})]}),h&&n&&c("ul",{pos:"fixed sm:absolute top-12 sm:top-8 left-0",z:"60","border-1":"",p:"2",list:"none",bg:"bg-default",className:"w-100% sm:min-w-500px sm:max-w-700px",children:[a.map((N,k)=>e("li",{rounded:"sm",cursor:"pointer",w:"100%",className:"border-collapse",children:e("a",{block:"",href:N.link,className:"whitespace-normal",children:c("div",{table:"",w:"100%",className:"border-collapse",children:[e("div",{w:"35%","border-t-1":"","border-b-1":"","border-r-1":"","border-left":"none","table-cell":"",align:"middle right",p:"1.2",text:"sm right [#2c3e50]",font:"semibold",className:"bg-[#f5f5f5] border-[#eaecef]",children:N.title}),e(Ye,{suggestion:N,query:n,isCurrent:k===u})]})})},N.title)),M&&e("li",{flex:"center",children:e("div",{p:"2",text:"sm #2c3e50",children:"No results found"})}),x&&e("li",{flex:"center",children:e("div",{p:"2",text:"sm",children:e(Ke,{})})})]})]})}function ge(t){const{pathname:n}=t,r=new RegExp(t.activeMatch||t.link).test(n);return e("div",{text:"sm",font:"medium",m:"x-3",className:`${r?"text-brand":""}`,children:e(I,{href:E(t.link),children:t.text})},t.text)}const ve=t=>f.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 32 32",...t},f.createElement("path",{fill:"currentColor",d:"M16 22L6 12l1.4-1.4l8.6 8.6l8.6-8.6L26 12z"})),xe=t=>f.createElement("svg",{width:32,height:32,viewBox:"0 0 32 32",...t},f.createElement("path",{fill:"currentColor",d:"M10 6v2h12.59L6 24.59L7.41 26L24 9.41V22h2V6H10z"})),be=t=>f.createElement("svg",{width:32,height:32,viewBox:"0 0 32 32",...t},f.createElement("path",{fill:"currentColor",d:"M27.85 29H30l-6-15h-2.35l-6 15h2.15l1.6-4h6.85zm-7.65-6l2.62-6.56L25.45 23zM18 7V5h-7V2H9v3H2v2h10.74a14.71 14.71 0 0 1-3.19 6.18A13.5 13.5 0 0 1 7.26 9h-2.1a16.47 16.47 0 0 0 3 5.58A16.84 16.84 0 0 1 3 18l.75 1.86A18.47 18.47 0 0 0 9.53 16a16.92 16.92 0 0 0 5.76 3.84L16 18a14.48 14.48 0 0 1-5.12-3.37A17.64 17.64 0 0 0 14.8 7z"}));function we(t){const{activeIndex:n,isTranslation:r}=t,[a,s]=C(!1);return c("div",{relative:"",onMouseLeave:()=>s(!1),children:[c("button",{onMouseEnter:()=>s(!0),flex:"center","nav-h":"mobile sm:desktop",font:"medium",text:"sm text-1 hover:text-2",transition:"color duration-200",className:"nav-menu-group-button",children:[e("span",{mr:"1",text:"sm",font:"medium",children:r?e(be,{w:"18px",h:"18px"}):t.text}),e(ve,{})]}),e("div",{absolute:"",pos:"top-13 right-0",m:"x-0.8",transition:"opacity duration-300",className:"nav-menu-group-content",style:{opacity:a?1:0,visibility:a?"visible":"hidden"},children:e("div",{p:"3",w:"100%",h:"100%",className:"min-w-128px max-h-100vh","border-1":"",rounded:"xl",bg:"bg-default",style:{boxShadow:"var(--island-shadow-3)",marginRight:"-1.5rem",zIndex:100},children:t.items.map((l,i)=>i===n?e("div",{rounded:"md",p:"y-1.6 l-3",children:e("span",{mr:"1",text:"brand",children:l.text})},l.link):e("div",{font:"medium",children:e(I,{href:l.link,children:e("div",{rounded:"md",hover:"bg-bg-mute",p:"y-1.6 l-3",children:c("div",{flex:"",children:[e("span",{mr:"1",children:l.text}),e(xe,{w:"11px",h:"11px",text:"text-3",m:"t-1 r-1"})]})})})},l.link))})})]})}const Qe={discord:c("svg",{role:"img",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:[e("title",{children:"Discord"}),e("path",{d:"M20.317 4.3698a19.7913 19.7913 0 00-4.8851-1.5152.0741.0741 0 00-.0785.0371c-.211.3753-.4447.8648-.6083 1.2495-1.8447-.2762-3.68-.2762-5.4868 0-.1636-.3933-.4058-.8742-.6177-1.2495a.077.077 0 00-.0785-.037 19.7363 19.7363 0 00-4.8852 1.515.0699.0699 0 00-.0321.0277C.5334 9.0458-.319 13.5799.0992 18.0578a.0824.0824 0 00.0312.0561c2.0528 1.5076 4.0413 2.4228 5.9929 3.0294a.0777.0777 0 00.0842-.0276c.4616-.6304.8731-1.2952 1.226-1.9942a.076.076 0 00-.0416-.1057c-.6528-.2476-1.2743-.5495-1.8722-.8923a.077.077 0 01-.0076-.1277c.1258-.0943.2517-.1923.3718-.2914a.0743.0743 0 01.0776-.0105c3.9278 1.7933 8.18 1.7933 12.0614 0a.0739.0739 0 01.0785.0095c.1202.099.246.1981.3728.2924a.077.077 0 01-.0066.1276 12.2986 12.2986 0 01-1.873.8914.0766.0766 0 00-.0407.1067c.3604.698.7719 1.3628 1.225 1.9932a.076.076 0 00.0842.0286c1.961-.6067 3.9495-1.5219 6.0023-3.0294a.077.077 0 00.0313-.0552c.5004-5.177-.8382-9.6739-3.5485-13.6604a.061.061 0 00-.0312-.0286zM8.02 15.3312c-1.1825 0-2.1569-1.0857-2.1569-2.419 0-1.3332.9555-2.4189 2.157-2.4189 1.2108 0 2.1757 1.0952 2.1568 2.419 0 1.3332-.9555 2.4189-2.1569 2.4189zm7.9748 0c-1.1825 0-2.1569-1.0857-2.1569-2.419 0-1.3332.9554-2.4189 2.1569-2.4189 1.2108 0 2.1757 1.0952 2.1568 2.419 0 1.3332-.946 2.4189-2.1568 2.4189Z"})]}),facebook:c("svg",{role:"img",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:[e("title",{children:"Facebook"}),e("path",{d:"M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z"})]}),github:c("svg",{role:"img",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:[e("title",{children:"GitHub"}),e("path",{d:"M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"})]}),instagram:c("svg",{role:"img",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:[e("title",{children:"Instagram"}),e("path",{d:"M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z"})]}),linkedin:c("svg",{role:"img",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:[e("title",{children:"LinkedIn"}),e("path",{d:"M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"})]}),slack:c("svg",{role:"img",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:[e("title",{children:"Slack"}),e("path",{d:"M5.042 15.165a2.528 2.528 0 0 1-2.52 2.523A2.528 2.528 0 0 1 0 15.165a2.527 2.527 0 0 1 2.522-2.52h2.52v2.52zM6.313 15.165a2.527 2.527 0 0 1 2.521-2.52 2.527 2.527 0 0 1 2.521 2.52v6.313A2.528 2.528 0 0 1 8.834 24a2.528 2.528 0 0 1-2.521-2.522v-6.313zM8.834 5.042a2.528 2.528 0 0 1-2.521-2.52A2.528 2.528 0 0 1 8.834 0a2.528 2.528 0 0 1 2.521 2.522v2.52H8.834zM8.834 6.313a2.528 2.528 0 0 1 2.521 2.521 2.528 2.528 0 0 1-2.521 2.521H2.522A2.528 2.528 0 0 1 0 8.834a2.528 2.528 0 0 1 2.522-2.521h6.312zM18.956 8.834a2.528 2.528 0 0 1 2.522-2.521A2.528 2.528 0 0 1 24 8.834a2.528 2.528 0 0 1-2.522 2.521h-2.522V8.834zM17.688 8.834a2.528 2.528 0 0 1-2.523 2.521 2.527 2.527 0 0 1-2.52-2.521V2.522A2.527 2.527 0 0 1 15.165 0a2.528 2.528 0 0 1 2.523 2.522v6.312zM15.165 18.956a2.528 2.528 0 0 1 2.523 2.522A2.528 2.528 0 0 1 15.165 24a2.527 2.527 0 0 1-2.52-2.522v-2.522h2.52zM15.165 17.688a2.527 2.527 0 0 1-2.52-2.523 2.526 2.526 0 0 1 2.52-2.52h6.313A2.527 2.527 0 0 1 24 15.165a2.528 2.528 0 0 1-2.522 2.523h-6.313z"})]}),twitter:c("svg",{role:"img",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:[e("title",{children:"Twitter"}),e("path",{d:"M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z"})]}),youtube:c("svg",{role:"img",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:[e("title",{children:"YouTube"}),e("path",{d:"M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z"})]}),juejin:c("svg",{t:"1666949308602",className:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"1858","data-spm-anchor-id":"a313x.7781069.0.i5",children:[e("path",{d:"M465.189 161.792c-22.967 18.14-44.325 35.109-47.397 37.742l-5.851 4.68 10.971 8.632c5.998 4.827 11.85 9.508 13.02 10.532 1.17 1.024 17.993 14.336 37.156 29.696l34.962 27.795 5.267-3.95c2.925-2.194 23.259-18.432 45.348-35.986 21.943-17.555 41.253-32.768 42.716-33.646 1.609-1.024 2.779-2.194 2.779-2.78 0-0.438-9.655-8.63-21.504-17.846-11.995-9.363-22.674-17.847-23.845-18.871-15.945-13.02-49.737-39.059-50.76-39.059-0.586 0.147-19.896 14.922-42.862 33.061z m233.325 180.37C507.465 493.275 508.928 492.105 505.417 489.911c-3.072-1.902-11.556-8.485-64.073-50.03-9.07-7.168-18.578-14.775-21.358-16.823-2.78-2.194-8.777-6.875-13.312-10.532-4.68-3.657-10.679-8.339-13.312-10.533-13.165-10.24-71.095-56.027-102.107-80.457-5.852-4.681-11.41-8.485-12.142-8.485-0.731 0-10.971 7.754-22.674 17.116-11.703 9.508-22.674 18.286-24.284 19.456-1.755 1.17-5.12 3.95-7.46 6.144-2.34 2.34-4.828 4.096-5.413 4.096-3.072 0-0.731 3.072 6.437 8.777 4.096 3.218 8.777 6.875 10.094 8.046 1.316 1.024 10.24 8.045 19.748 15.506s23.26 18.286 30.428 23.99c19.31 15.215 31.89 25.308 127.853 101.084 47.836 37.742 88.796 69.779 90.844 71.095 3.657 2.487 3.95 2.487 7.46-0.292a1041.42 1041.42 0 0 0 16.092-12.727c6.875-5.413 14.775-11.703 17.554-13.897 30.135-23.699 80.018-63.05 81.774-64.512 1.17-1.024 12.434-9.802 24.868-19.603s37.888-29.696 56.32-44.324c18.579-14.629 46.227-36.425 61.733-48.567 15.506-12.142 27.794-22.528 27.502-23.26-0.878-1.17-57.637-47.104-59.978-48.274-0.731-0.439-18.578 12.727-39.497 29.257z","p-id":"1859","data-spm-anchor-id":"a313x.7781069.0.i2"}),e("path",{d:"M57.93 489.326c-15.215 12.288-28.527 23.405-29.697 24.576-2.34 2.194-5.412-0.44 80.018 66.852 33.207 26.185 32.622 25.747 57.637 45.495 10.386 8.192 36.279 28.672 57.783 45.495 38.18 30.135 44.91 35.401 52.663 41.545 2.048 1.756 22.967 18.14 46.372 36.572 23.26 18.432 74.167 58.514 112.933 89.088 38.912 30.573 71.095 55.734 71.826 56.027 0.732 0.293 7.46-4.389 14.921-10.386 21.797-16.97 90.259-70.949 101.523-79.872 5.705-4.535 12.873-10.24 15.945-12.58 3.072-2.488 6.436-5.12 7.314-5.852 0.878-0.878 11.85-9.509 24.283-19.31 20.773-16.091 59.1-46.226 64.366-50.615 1.17-1.024 5.12-4.096 8.777-6.875 3.657-2.78 7.9-6.29 9.509-7.607 1.609-1.317 14.775-11.703 29.257-23.113 29.11-22.82 42.277-33.207 88.503-69.632 17.262-13.605 32.475-25.454 33.646-26.478 2.486-2.048 31.451-24.869 44.617-35.255 4.827-3.657 9.07-7.168 9.508-7.607 0.44-0.585 5.998-4.827 12.435-9.8 6.436-4.828 13.165-10.24 15.067-11.85l3.365-2.926-9.948-7.753c-5.412-4.388-10.24-8.192-10.679-8.63-1.17-1.317-22.381-18.433-30.135-24.284-3.95-3.072-7.314-5.998-7.606-6.73-1.317-3.071-6.73 0.147-29.258 17.994-13.458 10.532-25.746 20.187-27.355 21.504-1.61 1.463-10.533 8.338-19.749 15.652-9.216 7.168-17.115 13.459-17.554 13.898-0.439 0.438-6.583 5.412-13.897 10.971-7.168 5.559-15.214 11.703-17.7 13.75-4.974 4.097-5.413 4.39-20.334 16.239-5.56 4.388-11.264 8.777-12.435 9.8-1.17 1.025-20.333 16.092-42.422 33.354-22.09 17.408-41.546 32.768-43.155 34.084-1.609 1.463-14.482 11.557-28.525 22.528s-40.814 32.037-59.539 46.812c-18.578 14.775-42.276 33.353-52.516 41.399s-23.26 18.285-28.965 22.82l-10.386 8.339-4.389-3.072c-2.34-1.756-4.68-3.511-5.12-3.95-0.439-0.439-4.973-4.096-10.24-8.046-11.849-9.216-14.482-11.264-16.676-13.166-0.878-0.877-4.243-3.51-7.46-5.851-3.22-2.487-6.145-4.681-6.584-5.12-0.439-0.439-6.875-5.705-14.482-11.703-7.607-5.851-14.921-11.556-16.091-12.58-1.317-1.17-17.116-13.605-35.255-27.795-17.993-14.19-35.109-27.648-38.035-29.842-5.705-4.681-33.499-26.624-125.074-98.743-34.523-27.209-72.704-57.344-84.846-66.852-49.737-39.498-55.15-43.594-56.905-43.447-0.877 0-14.043 10.24-29.257 22.528z","p-id":"1860","data-spm-anchor-id":"a313x.7781069.0.i3"})]}),qq:e("svg",{xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",role:"img",className:"iconify iconify--ri",preserveAspectRatio:"xMidYMid meet",viewBox:"0 0 24 24",children:e("path",{fill:"currentColor",d:"M19.913 14.529a31.977 31.977 0 0 0-.675-1.886l-.91-2.246c0-.026.012-.468.012-.696C18.34 5.86 16.507 2 12 2S5.66 5.86 5.66 9.7c0 .229.011.671.012.697l-.91 2.246a32.777 32.777 0 0 0-.675 1.886c-.86 2.737-.581 3.87-.369 3.895c.455.054 1.771-2.06 1.771-2.06c0 1.224.637 2.822 2.016 3.976c-.515.157-1.147.399-1.554.695c-.365.267-.319.54-.253.65c.289.481 4.955.307 6.303.157c1.347.15 6.014.324 6.302-.158c.066-.11.112-.382-.253-.649c-.407-.296-1.039-.538-1.555-.696c1.379-1.153 2.016-2.751 2.016-3.976c0 0 1.316 2.115 1.771 2.06c.212-.025.49-1.157-.37-3.894"})}),wechat:e("svg",{xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",role:"img",className:"iconify iconify--ri",preserveAspectRatio:"xMidYMid meet",viewBox:"0 0 24 24",children:e("path",{fill:"currentColor",d:"M18.574 13.711a.91.91 0 0 0 .898-.898c0-.498-.399-.898-.898-.898s-.898.4-.898.898c0 .5.4.898.898.898zm-4.425 0a.91.91 0 0 0 .898-.898c0-.498-.4-.898-.898-.898c-.5 0-.898.4-.898.898c0 .5.399.898.898.898zm6.567 5.04a.347.347 0 0 0-.172.37c0 .048 0 .097.025.147c.098.417.294 1.081.294 1.106c0 .073.025.122.025.172a.22.22 0 0 1-.221.22c-.05 0-.074-.024-.123-.048l-1.449-.836a.799.799 0 0 0-.344-.098c-.073 0-.147 0-.196.024c-.688.197-1.4.295-2.161.295c-3.66 0-6.607-2.457-6.607-5.505c0-3.047 2.947-5.505 6.607-5.505c3.659 0 6.606 2.458 6.606 5.505c0 1.647-.884 3.146-2.284 4.154zM16.673 8.099a9.105 9.105 0 0 0-.28-.005c-4.174 0-7.606 2.86-7.606 6.505c0 .554.08 1.09.228 1.6h-.089a9.963 9.963 0 0 1-2.584-.368c-.074-.025-.148-.025-.222-.025a.832.832 0 0 0-.418.123l-1.748 1.005c-.05.025-.099.05-.148.05a.273.273 0 0 1-.27-.27c0-.074.024-.123.049-.197c.024-.024.246-.834.369-1.324c0-.05.024-.123.024-.172a.556.556 0 0 0-.221-.442C2.058 13.376 1 11.586 1 9.598C1 5.945 4.57 3 8.95 3c3.765 0 6.93 2.169 7.723 5.098zm-5.154.418c.573 0 1.026-.477 1.026-1.026c0-.573-.453-1.026-1.026-1.026s-1.026.453-1.026 1.026s.453 1.026 1.026 1.026zm-5.26 0c.573 0 1.027-.477 1.027-1.026c0-.573-.454-1.026-1.027-1.026c-.572 0-1.026.453-1.026 1.026s.454 1.026 1.026 1.026z"})}),weibo:e("svg",{xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",role:"img",className:"iconify iconify--ri",preserveAspectRatio:"xMidYMid meet",viewBox:"0 0 24 24",children:e("path",{fill:"currentColor",d:"M17.525 11.378c1.263.392 2.669 1.336 2.669 3.004c0 2.763-3.98 6.239-9.964 6.239c-4.565 0-9.23-2.213-9.23-5.852c0-1.902 1.204-4.102 3.277-6.177c2.773-2.77 6.004-4.033 7.219-2.816c.537.537.588 1.464.244 2.572c-.178.557.525.25.525.25c2.24-.938 4.196-.994 4.909.027c.38.543.343 1.306-.008 2.19c-.163.407.048.471.36.563zm-7.282 7.939c3.641-.362 6.401-2.592 6.167-4.983c-.237-2.391-3.382-4.038-7.023-3.677c-3.64.36-6.403 2.59-6.167 4.98c.237 2.394 3.382 4.039 7.023 3.68zM6.16 14.438c.754-1.527 2.712-2.39 4.446-1.94c1.793.463 2.707 2.154 1.976 3.8c-.744 1.682-2.882 2.578-4.695 1.993c-1.752-.566-2.493-2.294-1.727-3.853zm1.446 2.587c.568.257 1.325.013 1.676-.55c.346-.568.163-1.217-.407-1.459c-.563-.237-1.291.008-1.64.553c-.354.547-.189 1.202.371 1.456zm2.206-1.808c.219.092.501-.012.628-.231c.123-.22.044-.466-.178-.548c-.216-.084-.486.018-.613.232c-.123.214-.054.458.163.547zM19.873 9.5a.725.725 0 1 1-1.378-.451a1.38 1.38 0 0 0-.288-1.357a1.395 1.395 0 0 0-1.321-.425a.723.723 0 1 1-.303-1.416a2.836 2.836 0 0 1 3.29 3.649zm-3.916-6.575A5.831 5.831 0 0 1 21.5 4.72a5.836 5.836 0 0 1 1.22 5.704a.838.838 0 0 1-1.06.54a.844.844 0 0 1-.542-1.062a4.143 4.143 0 0 0-4.807-5.327a.845.845 0 0 1-.354-1.65z"})}),zhihu:e("svg",{xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",role:"img",className:"iconify iconify--ri",preserveAspectRatio:"xMidYMid meet",viewBox:"0 0 24 24",children:e("path",{fill:"currentColor",d:"m12.344 17.963l-1.688 1.074l-2.131-3.35c-.44 1.402-1.172 2.665-2.139 3.825c-.402.483-.82.918-1.301 1.375c-.155.147-.775.717-.878.82l-1.414-1.414c.139-.139.787-.735.915-.856c.43-.408.795-.79 1.142-1.206c1.266-1.518 2.03-3.21 2.137-5.231H3v-2h4V7h-.868c-.689 1.266-1.558 2.222-2.618 2.857L2.486 8.143c1.395-.838 2.425-2.604 3.038-5.36l1.952.434c-.14.633-.303 1.227-.489 1.783H11.5v2H9v4h2.5v2H9.185l3.159 4.963zm3.838-.07L17.298 17H19V7h-4v10h.736l.446.893zM13 5h8v14h-3l-2.5 2l-1-2H13V5z"})}),bilibili:e("svg",{xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",role:"img",className:"iconify iconify--ri",preserveAspectRatio:"xMidYMid meet",viewBox:"0 0 24 24",children:e("path",{fill:"currentColor",d:"M18.223 3.086a1.25 1.25 0 0 1 0 1.768L17.08 5.996h1.17A3.75 3.75 0 0 1 22 9.747v7.5a3.75 3.75 0 0 1-3.75 3.75H5.75A3.75 3.75 0 0 1 2 17.247v-7.5a3.75 3.75 0 0 1 3.75-3.75h1.166L5.775 4.855a1.25 1.25 0 1 1 1.767-1.768l2.652 2.652c.079.079.145.165.198.257h3.213c.053-.092.12-.18.199-.258l2.651-2.652a1.25 1.25 0 0 1 1.768 0zm.027 5.42H5.75a1.25 1.25 0 0 0-1.247 1.157l-.003.094v7.5c0 .659.51 1.199 1.157 1.246l.093.004h12.5a1.25 1.25 0 0 0 1.247-1.157l.003-.093v-7.5c0-.69-.56-1.25-1.25-1.25zm-10 2.5c.69 0 1.25.56 1.25 1.25v1.25a1.25 1.25 0 1 1-2.5 0v-1.25c0-.69.56-1.25 1.25-1.25zm7.5 0c.69 0 1.25.56 1.25 1.25v1.25a1.25 1.25 0 1 1-2.5 0v-1.25c0-.69.56-1.25 1.25-1.25z"})})},ye=t=>{const{link:n,popperStyle:r={}}=t,{icon:a,mode:s="link",content:l}=n,i=typeof a=="object"?e("div",{dangerouslySetInnerHTML:{__html:a.svg}}):Qe[a],[d,m]=C(!1),h=()=>{m(!0)},o=()=>{m(!1)};if(s==="link")return e("a",{href:l,target:"_blank",rel:"noopener noreferrer",children:e("div",{className:`${Z.socialLinksIcon}`,children:i})},a);if(s==="text")return c("div",{className:`${Z.socialLinksIcon}`,cursor:"pointer",relative:"",onMouseEnter:h,onMouseLeave:o,children:[i,d?e("div",{absolute:"",z:"1",p:"3",w:"50",break:"all",pos:"right-0","border-1":"",rounded:"xl",bg:"bg-default",style:{boxShadow:"var(--island-shadow-3)",...r},children:e("div",{text:"ml",children:l})}):null]});if(s==="img")return c("div",{className:`${Z.socialLinksIcon}`,cursor:"pointer",relative:"",onMouseEnter:h,onMouseLeave:o,children:[i,d?e("div",{absolute:"",z:"1",p:"3",w:"50",break:"all",pos:"right-0","border-1":"",rounded:"xl",bg:"bg-default",style:{boxShadow:"var(--island-shadow-3)",...r},children:e("img",{src:l,alt:"img"})}):null]})},Je=t=>{const{links:n,moreIconVisible:r=!1,mouseEnter:a}=t;return c(ee,{children:[e("div",{h:"100%",flex:"",gap:"x-4","items-center":"",transition:"color duration-300",children:n.map(s=>e(ye,{link:s,popperStyle:{top:"2.5rem"}},s.icon))}),r?e("div",{className:"i-carbon-chevron-sort-down ml-1",onMouseEnter:a}):null]})},Xe=t=>{const{links:n}=t;return e("div",{absolute:"",pos:"top-13 right-0",z:"1",p:"3",w:"32","border-1":"",rounded:"xl",bg:"bg-default",style:{boxShadow:"var(--island-shadow-3)",marginRight:"-2px"},flex:"~ wrap",gap:"4",children:n.map(r=>e(ye,{link:r,popperStyle:{top:"1.25rem"}},r.icon))})},Ne=({socialLinks:t})=>{const n=t.length>3,r=[],a=[];for(const i in t)i<3?r.push(t[i]):a.push(t[i]);const[s,l]=C(!1);return c("div",{className:"social-links","nav-h":"mobile sm:desktop",flex:"","items-center":"",before:"menu-item-before",relative:"",onMouseLeave:()=>l(!1),children:[e(Je,{links:r,moreIconVisible:n,mouseEnter:()=>l(!0)}),s?e(Xe,{links:a}):null]})};function V(){var i,d;const t=$(),{pathname:n}=location,r=(d=(i=t==null?void 0:t.siteData)==null?void 0:i.themeConfig)!=null?d:{},a=r==null?void 0:r.locales;if(!a||Object.keys(a).length===0)return{nav:r.nav,sidebar:r.sidebar,prevPageText:r.prevPageText,nextPageText:r.nextPageText};const s=Object.keys(a),l=s.find(m=>{const h=O(he(m));return n.startsWith(h)})||s[0];return{...a[l],langRoutePrefix:l}}function et(){const{pathname:t}=j(),r=V().sidebar||{},a=[],s=m=>{Array.isArray(m)?m.forEach(h=>{h.items.forEach(o=>{a.push(o)})}):Object.keys(m).forEach(h=>{s(m[h])})};s(r);const l=a.findIndex(m=>m.link===t),i=a[l-1]||null,d=a[l+1]||null;return{prevPage:i,nextPage:d}}function tt(t,n){if(!t)return null;const{text:r,pattern:a}=t,s=a.replace(":path",n);return{text:r,link:s}}function X(t,n){return E(t)===E(n)}function nt(t,n){return n?n===""||n.endsWith("/")?t===n:t.startsWith(n):!1}function te(t){var a;const r=(a=V().sidebar)!=null?a:{};for(const s of Object.keys(r)){if(X(O(s),t))return{group:"",items:r[s]};const l=r[s].find(i=>i.items.some(d=>d.link&&X(O(d.link),t)));if(l){const i=r[s];return{group:l.text||"",items:i}}}return{group:"",items:[]}}const ke=()=>{const t=$(),[n,r]=C(t.frontmatter);return z(()=>{r(t.frontmatter)},[t.frontmatter,t.routePath]),n};function Ce(t,n){const[r,a]=C(t||[]);return z(()=>{},[n]),[r,a]}function Me(t){const{activeIndex:n}=t,[r,a]=C(!1);return c("div",{relative:"",className:`${r?A.open:""} ${A.navScreenMenuGroup}`,children:[c("button",{className:A.button,onClick:()=>{a(!r)},children:[e("span",{className:A.buttonSpan,children:t.text}),e(ve,{className:`${r?A.open:""} ${A.down} `})]}),e("div",{children:e("div",{className:A.items,children:t.items.map((s,l)=>l===n?e("div",{className:"pa-1",children:e("span",{mr:"1",text:"brand",children:s.text})},s.link):e("div",{className:"pa-1",font:"medium",children:e(I,{href:s.link,children:e("div",{children:c("div",{flex:"",children:[e("span",{mr:"1",children:s.text}),e(xe,{w:"11px",h:"11px",text:"text-3",m:"t-1 r-1"})]})})})},s.link))})})]})}const at=({translationMenuData:t})=>e("div",{className:P.navTranslations,flex:"~",text:"sm",font:"bold",justify:"center",children:e("div",{m:"x-1.5",children:e(Me,{...t})})});function rt(t){var y;const{isScreenOpen:n,localeData:r,siteData:a,pathname:s}=t,l=B(null),i=Object.values(a.themeConfig.locales||{}),d=i.length>1,m=r.nav||[],h=((y=a==null?void 0:a.themeConfig)==null?void 0:y.socialLinks)||[],o=a.appearance!==!1,u=h.length>0,p=d?{text:e(be,{w:"18px",h:"18px"}),items:i.map(b=>({text:b.label,link:`/${b.lang}`})),activeIndex:i.findIndex(b=>b.lang===r.lang)}:null,g=()=>e("div",{className:`items-center appearance pa-2 ${P.navAppearance}`,flex:"~",justify:"center",children:e(fe,{})}),v=({menuItems:b})=>e("div",{className:P.navMenu,children:b.map((w,x)=>e("div",{w:"100%",className:P.navMenuItem,children:"link"in w?e(ge,{pathname:s,...w},x):e("div",{m:"x-3",last:"mr-0",children:e(Me,{...w})},x)},x))});return z(()=>(l.current&&n&&Le(l.current,{reserveScrollBarGap:!0}),()=>{Ee()}),[n]),e("div",{className:`${P.navScreen} ${n?P.active:""}`,ref:l,id:"navScreen",children:c("div",{className:P.container,children:[e(v,{menuItems:m}),c("div",{className:P.socialAndAppearance,flex:"~",justify:"center","items-center":"center",children:[o&&e(g,{}),u&&e(Ne,{__island:!0,socialLinks:h})]}),d&&e(at,{translationMenuData:p})]})})}function st(){const[t,n]=C(!1);function r(){n(!0),window.addEventListener("resize",l)}function a(){n(!1),window.removeEventListener("resize",l)}function s(){t?a():r()}function l(){window.outerWidth>=768&&a()}return{isScreenOpen:t,openScreen:r,closeScreen:a,toggleScreen:s}}function it(t){const{localeData:n,siteData:r,pathname:a}=t,{isScreenOpen:s,toggleScreen:l}=st();return c(ue,{children:[e("button",{onClick:l,className:`${s?H.active:""} ${H.navHamburger}`,children:c("span",{className:H.container,children:[e("span",{className:H.top}),e("span",{className:H.middle}),e("span",{className:H.bottom})]})}),e(rt,{isScreenOpen:s,localeData:n,siteData:r,pathname:a})]})}const lt=({title:t,langRoutePrefix:n})=>e("div",{border:"border t-0 b-1 border-solid transparent",className:_.navBarTitle,children:e("a",{href:O(n),w:"100%",h:"100%",text:"1rem",font:"semibold",transition:"opacity duration-300",hover:"opacity-60",className:"flex items-center",children:e("span",{children:t})})}),ct=({translationMenuData:t})=>e("div",{className:"translation",flex:"~",text:"sm",font:"bold","items-center":"~",before:"menu-item-before",children:e("div",{m:"x-1.5",children:e(we,{...t,isTranslation:!0,__island:!0})})});function ot(t){var T,N,k,D;const{beforeNavTitle:n,afterNavTitle:r}=t,{siteData:a,pageType:s}=$(),{pathname:l}=j(),{items:i}=te(l),d=s==="doc"&&i.length>0,m=a.appearance!==!1,h=V(),o=Object.values(a.themeConfig.locales||{}),u=o.length>1,p=u?{items:o.map(R=>({text:R.label,link:`/${R.lang}`})),activeIndex:o.findIndex(R=>R.lang===h.lang)}:null,g=()=>e("div",{className:"appearance",before:"menu-item-before",display:"none sm:flex","items-center":"center",children:e(fe,{__island:!0})}),v=({menuItems:R})=>e("div",{className:"menu",children:R.map((U,ne)=>"link"in U?e(ge,{pathname:l,...U},ne):e("div",{m:"x-3",last:"mr-0",children:e(we,{...U,__island:!0})},ne))}),y=h.nav||[],b=((T=a==null?void 0:a.themeConfig)==null?void 0:T.socialLinks)||[],w=b.length>0,x=((N=a==null?void 0:a.themeConfig)==null?void 0:N.search)!==!1,M=(D=(k=h.title)!=null?k:a.themeConfig.siteTitle)!=null?D:a.title,S=()=>c("div",{className:_.rightNav,children:[e(v,{menuItems:y}),u&&e(ct,{translationMenuData:p}),m&&e(g,{}),w&&e(Ne,{__island:!0,socialLinks:b})]});return e("header",{relative:"",z:"4",fixed:"md:~",className:"top-0 left-0",w:"100%",children:e("div",{relative:"",p:"l-8 sm:x-8",transition:"background-color duration-500",className:"divider-bottom md:border-b-transparent lg:border-b-transparent","nav-h":"mobile lg:desktop",children:c("div",{flex:"",justify:"between",m:"0 auto","nav-h":"mobile lg:desktop",className:`${_.container} ${d?_.hasSidebar:""}`,children:[n,e(lt,{title:M,langRoutePrefix:h.langRoutePrefix||"/"}),r,c("div",{className:_.content,flex:"~ 1",justify:"end","items-center":"",children:[x&&e("div",{className:"search",flex:"sm:1",pl:"sm:8",children:e(Ze,{__island:!0,langRoutePrefix:h.langRoutePrefix||""})}),S(),e(it,{localeData:h,siteData:a,pathname:l,__island:!0})]})]})})})}function dt(t){const[n,r]=Ce(t.headers||[],t.pagePath),a=n.length>0,s=B(null);z(()=>{s.current&&(s.current.style.opacity="0");const i=$e();if(!window.location.hash)window.scrollTo(0,0);else{const d=window.location.hash.slice(1),m=document.getElementById(d);m&&re(m,!1)}return i},[n]),z(()=>{r(t.headers)},[t.headers,r,t.pagePath]);const l=i=>e("li",{children:e("a",{href:`#${i.id}`,block:"","leading-7":"",text:"text-2","avoid-text-overflow":"",hover:"text-text-1",transition:"color duration-300",style:{paddingLeft:(i.depth-2)*12},onClick:d=>{d.preventDefault();const m=document.getElementById(i.id);m&&re(m,!1)},children:i.text})},i.id);return e("div",{flex:"~ col 1",children:e("div",{display:`${a?"lg:block":"none"}`,children:c("div",{relative:"","divider-left":"",p:"l-4",text:"13px","font-medium":"",id:"aside-container",children:[e("div",{absolute:"",pos:"top-33px",opacity:"0",w:"1px",h:"18px",bg:"brand",ref:s,style:{left:"-1px",transition:"top 0.25s cubic-bezier(0, 1, 0.5, 1), background-color 0.5s, opacity 0.25s"},id:"aside-marker"}),e("div",{block:"~","leading-7":"",text:"13px",font:"semibold",children:t.outlineTitle}),e("nav",{children:e("ul",{relative:"",children:n.map(l)})})]})})})}function ht(){const{siteData:t,relativePagePath:n,lastUpdatedTime:r}=$(),{prevPage:a,nextPage:s}=et(),l=t.themeConfig,{editLink:i,lastUpdatedText:d,prevPageText:m="Previous Page",nextPageText:h="Next page"}=V(),o=tt(i!=null?i:l==null?void 0:l.editLink,n);return c("footer",{mt:"8",children:[c("div",{className:"xs:flex",p:"b-5",justify:"between","items-center":"~",children:[o?e("a",{flex:"~","items-center":"","leading-8":"","font-medium":"~",text:"sm brand",hover:"text-brand-dark",href:o.link,transition:"color duration-300",children:o.text}):null,e("div",{flex:"",text:"sm text-2","leading-6":"~","leading-8":"sm:~","font-medium":"",children:c(ee,{children:[e("p",{className:L.lastUpdated,children:`${d!=null?d:"Last Updated"}: `}),e("span",{children:r})]})})]}),c("div",{flex:"~ col sm:row",justify:"sm:around",gap:"2","divider-top":"",pt:"6",children:[e("div",{flex:"~ col",className:L.prev,children:a?c("a",{href:E(a.link),className:L.pagerLink,children:[e("span",{className:L.desc,children:m}),e("span",{className:L.title,children:a.text})]}):null}),e("div",{flex:"~ col",className:L.next,children:s?c("a",{href:E(s.link),className:`${L.pagerLink} ${L.next}`,children:[e("span",{className:L.desc,children:h}),e("span",{className:L.title,children:s.text})]}):null})]})]})}function mt(t){const{isSidebarOpen:n,langRoutePrefix:r,pathname:a,sidebarData:s}=t,l=s.filter(Boolean).flat(),[i,d]=me.useState(l.map(o=>{var u;return(u=o.collapsed)!=null?u:!1})),m=(o,u=0)=>{var y;const p=`${u*20}px`;let g=[];"items"in o&&(g=o.items.map(b=>m(b,u+1)));const v=nt(Pe(a.replace(r,"")),(y=o.link)==null?void 0:y.replace(r,""));return c("div",{style:{marginLeft:p},children:[e("div",{p:"1",block:"~",text:"sm","font-medium":"~",className:`${v?"text-brand":"text-text-2"}`,children:e(I,{href:E(o.link),children:o.text})}),g]})},h=(o,u)=>{var w;const p=i[u],g=()=>{const x=[...i];x[u]=!x[u],d(x)},v=(o.collapsable||p)&&e("div",{className:"i-carbon-chevron-right",onClick:g,"cursor-pointer":"~",style:{transition:"transform 0.2s ease-out",transform:p?"rotate(0deg)":"rotate(90deg)"}}),y=x=>{if(!x)return 0;let M=0;for(const S of x)M++,"items"in S&&(M+=y(S.items||[]));return M},b=y(o.items);return c("section",{block:"~","not-first":"divider-top mt-4",children:[c("div",{flex:"~",justify:"between","items-start":"~",className:"items-center",children:[e("h2",{m:"t-3 b-2",text:"1rem text-1",font:"bold",children:o.text}),v]}),e("div",{mb:"1.4 sm:1",style:{transition:"height 0.2s ease-out",height:p?0:`${b*28}px`,overflow:"hidden"},children:(w=o==null?void 0:o.items)==null?void 0:w.map(x=>e("div",{children:m(x)},x.link))})]},o.text)};return e("aside",{className:`${se.sidebar} ${n?se.open:""}`,children:e("nav",{children:l.map((o,u)=>h(o,u))})})}function ut(t){const{langRoutePrefix:n,pathname:r,sidebarData:a}=t,[s,l]=C(!1);function i(){l(!0)}function d(){l(!1)}return c(ue,{children:[e("div",{className:Q.localNav,children:c("button",{flex:"center",onClick:i,className:Q.menu,children:[e("div",{text:"md",mr:"2",className:"i-carbon:menu"}),e("span",{text:"md ",children:"Menu"})]})}),e(mt,{langRoutePrefix:n,pathname:r,sidebarData:a,isSidebarOpen:s}),s?e("div",{onClick:d,className:Q.backDrop}):null]})}function oe(t){var N,k;const{beforeDocFooter:n,beforeDoc:r,afterDoc:a,beforeOutline:s,afterOutline:l}=t,{toc:i=[],siteData:d,pagePath:m,frontmatter:h}=$(),[o,u]=Ce(i,m),p=d.themeConfig,g=V(),v=g.sidebar||[],{pathname:y}=j(),{items:b}=te(y),w=he(g.langRoutePrefix||""),x=(h==null?void 0:h.sidebar)!==!1&&(Array.isArray(v)&&v.length>0||Object.keys(v).length>0),M=(g==null?void 0:g.outlineTitle)||(p==null?void 0:p.outlineTitle)||"ON THIS PAGE",S=o.length>0&&((k=(N=h==null?void 0:h.outline)!=null?N:p==null?void 0:p.outline)!=null?k:!0),T=(h==null?void 0:h.lineNumbers)===void 0?!1:!h.lineNumbers;return z(()=>{u(i)},[u,i]),c("div",{p:"t-0 x-6 b-24 sm:6",className:F.docLayout,children:[r,x?e(ut,{pathname:y,langRoutePrefix:w,sidebarData:b,__island:!0}):null,c("div",{flex:"~ 1 shrink-0",m:"x-auto",className:`${F.content}`,children:[e("div",{m:"x-auto",flex:"~ col",className:"max-w-100%",children:c("div",{relative:"~",m:"x-auto",p:"l-2",className:`w-100% md:max-w-712px lg:min-w-640px ${S?"":F.contentArticle}`,style:{maxWidth:S?"":"1024px"},children:[e("div",{className:`island-doc ${T?"line-number-disable":""}`,children:e(pe,{})}),n,e(ht,{})]})}),e("div",{relative:"~",display:"none lg:block",order:"2",flex:"1",p:"l-8",className:"max-w-256px",children:e("div",{className:F.asideContainer,children:e("div",{flex:"~ col",p:"b-8",style:{minHeight:"calc(100vh - (var(--island-nav-height-desktop) + 32px))"},children:S?c("div",{children:[s,e(dt,{headers:o,outlineTitle:M,pagePath:m}),l]}):null})})})]}),a]})}function pt(){const{subModules:t=[]}=$(),{pathname:n}=j(),{items:r}=te(n),a=r.map(i=>({name:i.text||"",items:i.items.map(d=>{var h;const m=t.find(o=>X(o.routePath,O(d.link||"")));return{...d,headers:(h=m==null?void 0:m.toc)==null?void 0:h.filter(o=>o.depth===2)}})})),[s,l]=C(a);return z(()=>{},[s]),c("div",{className:"api-index max-w-1024px",m:"x-auto",p:"y-16 x-8",children:[e("div",{flex:"","items-center":"",justify:"between",children:e("h1",{children:"API Reference"})}),s.map(i=>c("div",{mb:"16",children:[e("h2",{children:i.name}),e("div",{className:G.apiGroups,children:i.items.map(d=>{var m;return c("div",{className:G.apiGroup,children:[e("h3",{children:e(I,{href:E(d.link),children:d.text})}),e("ul",{list:"none",children:(m=d.headers)==null?void 0:m.map(h=>e("li",{className:`${G.apiGroupLi} ${G[`level${h.depth}`]}`,children:e(I,{href:`${E(d.link)}#${h.id}`,children:h.text})},h.id))})]},d.link)})})]},i.name))]})}const de=t=>typeof t=="object";function ft({backTop:t}){var m,h,o;const n=de(t)?!0:t!=null?t:!0;let r=200,a=500,s="quadIn";de(t)&&(r=(m=t.visibleHeight)!=null?m:r,a=(h=t.duration)!=null?h:a,s=(o=t.animation)!=null?o:s);const l=()=>{const u=document.documentElement,p=u.scrollTop;new Ie({from:{scrollTop:p},to:{scrollTop:0},easing:s,duration:a,onUpdate:v=>{u.scrollTop=Number(v==null?void 0:v.scrollTop)}}).start()},[i,d]=C(!1);return z(()=>{const u=Ae(()=>{const p=document.documentElement.scrollTop;d(p>=r)},500);return document.addEventListener("scroll",u),()=>{u.cancel(),document.removeEventListener("scroll",u)}}),n&&i?e("div",{className:"fixed bottom-10 right-20 z-10",display:"none md:block",onClick:l,children:e("button",{className:"w-10 h-10 rounded-full duration-300",style:{backgroundColor:"var(--island-c-bg)"},color:"gray hover:gray-500",bg:"~ gray-200 hover:gray-300",shadow:"sm hover:md",children:e("div",{flex:"~ center",children:e("div",{className:"i-carbon-chevron-up",text:"xl"})})})}):null}const gt=t=>{var M;const{top:n,bottom:r,beforeDocFooter:a,beforeDoc:s,afterDoc:l,beforeOutline:i,afterOutline:d,beforeNavTitle:m,afterNavTitle:h}=t,o={beforeDocFooter:a,beforeDoc:s,afterDoc:l,beforeOutline:i,afterOutline:d},{title:u,frontmatter:p,siteData:g,pageType:v}=$(),{backTop:y}=g.themeConfig,b=((M=p==null?void 0:p.title)!=null?M:u)||(g==null?void 0:g.title),w=(p==null?void 0:p.description)||g.description;return c("div",{style:{height:"100%"},children:[c(Te,{children:[b?e("title",{children:b}):null,w?e("meta",{name:"description",content:w}):null]}),n,e(ot,{beforeNavTitle:m,afterNavTitle:h}),e("section",{style:{paddingTop:"var(--island-nav-height)"},children:(()=>{switch(v){case"home":return e(kt,{});case"doc":return e(oe,{...o});case"api":return e(pt,{});case"404":return e(Fe,{});case"custom":return e(pe,{});default:return e(oe,{...o})}})()}),r,e(ft,{__island:!0,backTop:y})]})};function vt(t){const{theme:n="brand",size:r="big",href:a="/"}=t;let s=null;return t.type==="button"?s="button":t.type==="a"&&(s=I),me.createElement(s!=null?s:"a",{className:`${J.button} ${J[n]} ${J[r]}`,href:a},t.text)}const xt={name:"Island",text:"Island ssg",tagline:"Island ssg",actions:[],image:void 0};function bt(){var a,s;const t=ke(),n=(t==null?void 0:t.hero)||xt,r=n.image!==void 0;return e("div",{m:"auto",p:"t-12 x-6 b-12 sm:t-0 sm:x-8 sm:x-16 md:t-20 md:x-16 md:b-16",children:c("div",{className:"max-w-1152px",m:"auto",flex:"~ col md:row",children:[c("div",{m:"auto md:0",order:"2 md:1",text:"center md:left",flex:"~ col lt-sm:c",className:"max-w-592px",children:[e("h1",{font:"bold",text:"3xl sm:5xl md:6xl",m:"auto md:0",className:"max-w-392px sm:max-w-576px",children:e("span",{className:De.clip,children:n.name})}),e("p",{m:"auto md:0",text:"3xl sm:5xl md:6xl",font:"bold",className:"max-w-392px sm:max-w-576px",children:n.text}),e("p",{p:"t-3",m:"auto md:0",text:"sm sm:xl md:2xl text-2",font:"medium",className:"whitespace-pre-wrap max-w-392px sm:max-w-576px",children:n.tagline}),e("div",{flex:"~ wrap",justify:"center md:start",m:"-1.5",p:"t-8",children:n.actions.map(l=>e("div",{p:"1",flex:"shrink-0",children:e(vt,{type:"a",text:l.text,href:E(O(l.link)),theme:l.theme})},l.link))})]}),r?e("div",{w:"sm:max-96",h:"sm:max-96",flex:"md:center",m:"auto",order:"1 md:2",display:"flex sm:flex md:none lg:flex",children:e("img",{src:(a=n.image)==null?void 0:a.src,alt:(s=n.image)==null?void 0:s.alt})}):null]})})}const wt=t=>{if(t){if(t===2)return"grid2";if(t===3)return"grid3";if(t%3===0)return"grid4";if(t%2===0)return"grid6"}else return""};function yt(){const t=ke(),n=t==null?void 0:t.features,r=wt(n==null?void 0:n.length);return e("div",{className:"max-w-1152px",m:"auto",flex:"~ wrap",justify:"between",children:n==null?void 0:n.map(a=>{const{icon:s,title:l,details:i}=a;return e("div",{rounded:"md",pr:"0 md:4",pb:"4",w:"100%",className:`${r?Re[r]:""}`,children:c("article",{rounded:"xl",h:"100%",p:"6",bg:"bg-soft",border:"~ bg-soft solid",children:[e("div",{flex:"center",mb:"5",w:"12",h:"12",text:"3xl",bg:"gray-light-4 dark:bg-default",rounded:"md",children:s}),e("h2",{font:"bold",children:l}),e("p",{pt:"2",text:"sm text-2",font:"medium","leading-6":"",children:i})]},l)},l)})})}function Nt(){const{siteData:t}=$(),{message:n,copyright:r}=t.themeConfig.footer||{};return e("footer",{p:"y-8 x-6 sm:8",bg:"bg-default",relative:"",border:"t-1 b-0 solid divider-light",children:c("div",{m:"auto",w:"100%",text:"center",children:[n&&e("div",{font:"medium",text:"sm text-2",children:n}),r&&e("div",{font:"medium",text:"sm text-2",children:r})]})})}function kt(t){const{beforeHero:n,afterHero:r,beforeFeatures:a,afterFeatures:s}=t;return c(ee,{children:[c("div",{className:"pb-12",children:[n,e(bt,{}),r,a,e(yt,{}),s]}),e(Nt,{})]})}const q={lang:"en-US",title:"React Peel",description:"Island",themeConfig:{nav:[{text:"Guide",link:"/guide/getting-started",activeMatch:"/guide/"},{text:"v0.1.0",items:[{text:"Changelog",link:"https://github.com/iqbal-rashed/react-peel/releases/tag/v0.1.0"},{text:"Contributing",link:"https://github.com/iqbal-rashed/react-peel/blob/main/.github/contributing.md"}]}],socialLinks:[{icon:"github",mode:"link",content:"https://github.com/iqbal-rashed/react-peel"}],sidebar:{"/guide/":[{text:"Guide",items:[{text:"Getting Started",link:"/guide/getting-started"},{text:"Examples",link:"/guide/examples"},{text:"Api",link:"/guide/api"}]}]}},head:[["script",{id:"check-dark-light"},` +import{u as $,s as K,g as Se,a as ae,_ as ze,b as Y,L as I,n as E,c as Z,w as O,d as he,e as j,f as A,h as Le,i as Ee,j as P,k as H,l as _,m as $e,o as re,p as L,q as se,r as Pe,t as Q,v as F,x as G,y as Ae,T as Ie,W as Te,z as J,A as De,B as Re,C as He,D as ie,E as Oe,F as _e,G as le,H as Be,I as je}from"../client-entry.js";import*as f from"react";import me,{useState as C,useRef as B,useCallback as ce,useEffect as z,Fragment as ue,useContext as Ve}from"react";import{jsxs as c,jsx as e,Fragment as ee}from"react/jsx-runtime";import{C as pe}from"./Content.1adade41.js";function Fe(){const{siteData:t}=$();return c("div",{m:"auto t-50",p:"t-16 x-6 b-24 sm:t-24 x-8 b-40",text:"center",flex:"center col",children:[e("p",{text:"6xl",font:"semibold",children:"404"}),e("h1",{pt:"3",text:"xl","leading-5":"",font:"bold",children:"PAGE NOT FOUND"}),e("div",{m:"t-6 x-auto b-4.5",w:"16",style:{height:"1px"},bg:"divider-default"}),e("div",{pt:"5",children:e("a",{"inline-block":"",border:"1px solid brand",rounded:"2xl",p:"y-1 x-4",text:"sm brand","font-medium":"",transition:"border-color duration-300 color duration-300",hover:"border-color-brand-dark color-brand-dark",href:t.base,"aria-label":"go to home",children:"Take me home"})})]})}function Ge(t){var n;return e("button",{className:`${K.switch} ${t.className}`,id:(n=t.id)!=null?n:"",type:"button",role:"switch",...t.onClick?{onClick:t.onClick}:{},children:e("span",{className:K.check,children:e("span",{className:K.icon,children:t.children})})})}const We=t=>f.createElement("svg",{xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false",viewBox:"0 0 24 24",...t},f.createElement("path",{d:"M12,18c-3.3,0-6-2.7-6-6s2.7-6,6-6s6,2.7,6,6S15.3,18,12,18zM12,8c-2.2,0-4,1.8-4,4c0,2.2,1.8,4,4,4c2.2,0,4-1.8,4-4C16,9.8,14.2,8,12,8z"}),f.createElement("path",{d:"M12,4c-0.6,0-1-0.4-1-1V1c0-0.6,0.4-1,1-1s1,0.4,1,1v2C13,3.6,12.6,4,12,4z"}),f.createElement("path",{d:"M12,24c-0.6,0-1-0.4-1-1v-2c0-0.6,0.4-1,1-1s1,0.4,1,1v2C13,23.6,12.6,24,12,24z"}),f.createElement("path",{d:"M5.6,6.6c-0.3,0-0.5-0.1-0.7-0.3L3.5,4.9c-0.4-0.4-0.4-1,0-1.4s1-0.4,1.4,0l1.4,1.4c0.4,0.4,0.4,1,0,1.4C6.2,6.5,5.9,6.6,5.6,6.6z"}),f.createElement("path",{d:"M19.8,20.8c-0.3,0-0.5-0.1-0.7-0.3l-1.4-1.4c-0.4-0.4-0.4-1,0-1.4s1-0.4,1.4,0l1.4,1.4c0.4,0.4,0.4,1,0,1.4C20.3,20.7,20,20.8,19.8,20.8z"}),f.createElement("path",{d:"M3,13H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h2c0.6,0,1,0.4,1,1S3.6,13,3,13z"}),f.createElement("path",{d:"M23,13h-2c-0.6,0-1-0.4-1-1s0.4-1,1-1h2c0.6,0,1,0.4,1,1S23.6,13,23,13z"}),f.createElement("path",{d:"M4.2,20.8c-0.3,0-0.5-0.1-0.7-0.3c-0.4-0.4-0.4-1,0-1.4l1.4-1.4c0.4-0.4,1-0.4,1.4,0s0.4,1,0,1.4l-1.4,1.4C4.7,20.7,4.5,20.8,4.2,20.8z"}),f.createElement("path",{d:"M18.4,6.6c-0.3,0-0.5-0.1-0.7-0.3c-0.4-0.4-0.4-1,0-1.4l1.4-1.4c0.4-0.4,1-0.4,1.4,0s0.4,1,0,1.4l-1.4,1.4C18.9,6.5,18.6,6.6,18.4,6.6z"})),qe=t=>f.createElement("svg",{xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false",viewBox:"0 0 24 24",...t},f.createElement("path",{d:"M12.1,22c-0.3,0-0.6,0-0.9,0c-5.5-0.5-9.5-5.4-9-10.9c0.4-4.8,4.2-8.6,9-9c0.4,0,0.8,0.2,1,0.5c0.2,0.3,0.2,0.8-0.1,1.1c-2,2.7-1.4,6.4,1.3,8.4c2.1,1.6,5,1.6,7.1,0c0.3-0.2,0.7-0.3,1.1-0.1c0.3,0.2,0.5,0.6,0.5,1c-0.2,2.7-1.5,5.1-3.6,6.8C16.6,21.2,14.4,22,12.1,22zM9.3,4.4c-2.9,1-5,3.6-5.2,6.8c-0.4,4.4,2.8,8.3,7.2,8.7c2.1,0.2,4.2-0.4,5.8-1.8c1.1-0.9,1.9-2.1,2.4-3.4c-2.5,0.9-5.3,0.5-7.5-1.1C9.2,11.4,8.1,7.7,9.3,4.4z"}));function fe(t){const n=Se();return c(Ge,{onClick:n,children:[e(We,{className:ae.sun}),e(qe,{className:ae.moon})]})}const Ue=t=>f.createElement("svg",{width:32,height:32,viewBox:"0 0 32 32",...t},f.createElement("path",{fill:"#888888",d:"m29 27.586l-7.552-7.552a11.018 11.018 0 1 0-1.414 1.414L27.586 29ZM4 13a9 9 0 1 1 9 9a9.01 9.01 0 0 1-9-9Z"})),Ke=t=>f.createElement("svg",{width:32,height:32,viewBox:"0 0 24 24",...t},f.createElement("g",{fill:"none",stroke:"var(--island-c-brand)",strokeLinecap:"round",strokeWidth:2},f.createElement("path",{strokeDasharray:60,strokeDashoffset:60,strokeOpacity:.3,d:"M12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3Z"},f.createElement("animate",{fill:"freeze",attributeName:"stroke-dashoffset",dur:"1.3s",values:"60;0"})),f.createElement("path",{strokeDasharray:15,strokeDashoffset:15,d:"M12 3C16.9706 3 21 7.02944 21 12"},f.createElement("animate",{fill:"freeze",attributeName:"stroke-dashoffset",dur:"0.3s",values:"15;0"}),f.createElement("animateTransform",{attributeName:"transform",dur:"1.5s",repeatCount:"indefinite",type:"rotate",values:"0 12 12;360 12 12"}))));function Ye(t){const{suggestion:n,query:r}=t,a=()=>{if(n.type==="header"){const{header:l,headerHighlightIndex:i}=n,d=l.slice(0,i),m=l.slice(i+r.length);return c("div",{font:"medium",children:[e("span",{children:d}),e("span",{bg:"brand-light",p:"y-0.4 x-0.8",rounded:"md",text:"text-1",children:r}),e("span",{children:m})]})}else return e("div",{font:"medium",children:n.header})},s=()=>{if(n.type!=="content")return;const{statementHighlightIndex:l,statement:i}=n,d=i.slice(0,l),m=i.slice(l+r.length);return c("div",{font:"normal",text:"sm gray-light",w:"100%",children:[e("span",{children:d}),e("span",{bg:"brand-light",p:"y-0.4 x-0.8",rounded:"md",text:"[#000]",children:r}),e("span",{children:m})]})};return c("div",{"border-b-1":"","border-t-1":"","table-cell":"",p:"x-3 y-2",hover:"bg-[#f3f4f5] ",text:"#2c3e50",className:`border-right-none border-[#eaecef] ${t.isCurrent?"bg-[#f3f4f5]":"bg-white"}`,transition:"bg duration-200",children:[e("div",{font:"medium",text:"sm",children:a()}),n.type==="content"&&s()]})}const W={ARROW_UP:"ArrowUp",ARROW_DOWN:"ArrowDown",ENTER:"Enter",SEARCH:"KeyK"};function Ze(t){const[n,r]=C(""),[a,s]=C([]),[l,i]=C(!1),[d,m]=C(!1),[h,o]=C(!1),[u,p]=C(-1),g=B(),v=B(),[y,b]=C(!0),w=B(null),x=!l||d,M=!x&&a.length===0,S=ce(async()=>{if(g.current)return Promise.resolve();{const{PageSearcher:N}=await ze(()=>import("./search.b200d690.js"),["assets/search.b200d690.js","client-entry.js"]);g.current=new N(t.langRoutePrefix),await g.current.init(),i(!0)}},[t.langRoutePrefix]),T=ce(async N=>{const k=N.target.value;r(k),v.current=v.current||S(),await v.current,m(!0);const D=await g.current.match(k);m(!1),s(D)},[S]);return z(()=>{const N=k=>{switch(k.code){case W.SEARCH:(k.ctrlKey||k.metaKey)&&w.current&&(k.preventDefault(),h?(o(!1),w.current.blur()):(o(!0),w.current.focus()));break;case W.ARROW_DOWN:k.preventDefault(),p((u+1)%a.length);break;case W.ARROW_UP:k.preventDefault(),p((u-1+a.length)%a.length);break;case W.ENTER:if(u>=0){const D=a[u];window.location.href=D.link}break}};return document.addEventListener("keydown",N),()=>{document.removeEventListener("keydown",N)}},[u,h,a]),z(()=>{b(!1)},[]),c("div",{flex:"","items-center":"~",relative:"",mr:"2",font:"semibold",children:[e(Ue,{w:"5",h:"5",fill:"currentColor",onClick:()=>{o(!0),w.current.focus()}}),e("input",{disabled:y,cursor:"text focus:auto",placeholder:"Search",height:"8",border:"none",type:"text",text:"sm",p:"t-0 r-2 b-0 l-2",transition:"all duration-200 ease",className:`rounded-sm ${Y.searchInput} ${h?Y.focus:""}`,"aria-label":"Search",autoComplete:"off",onChange:T,onBlur:()=>setTimeout(()=>o(!1),200),onFocus:()=>{o(!0),v.current=S()},ref:w}),c("div",{m:"r-3",w:"10",h:"6",p:"x-1.5",rounded:"md",border:"1px solid gray-light-3",text:"xs gray-light-3",flex:"~","items-center":"~",justify:"around",className:Y.searchCommand,children:[e("span",{children:"\u2318"}),e("span",{children:"K"})]}),h&&n&&c("ul",{pos:"fixed sm:absolute top-12 sm:top-8 left-0",z:"60","border-1":"",p:"2",list:"none",bg:"bg-default",className:"w-100% sm:min-w-500px sm:max-w-700px",children:[a.map((N,k)=>e("li",{rounded:"sm",cursor:"pointer",w:"100%",className:"border-collapse",children:e("a",{block:"",href:N.link,className:"whitespace-normal",children:c("div",{table:"",w:"100%",className:"border-collapse",children:[e("div",{w:"35%","border-t-1":"","border-b-1":"","border-r-1":"","border-left":"none","table-cell":"",align:"middle right",p:"1.2",text:"sm right [#2c3e50]",font:"semibold",className:"bg-[#f5f5f5] border-[#eaecef]",children:N.title}),e(Ye,{suggestion:N,query:n,isCurrent:k===u})]})})},N.title)),M&&e("li",{flex:"center",children:e("div",{p:"2",text:"sm #2c3e50",children:"No results found"})}),x&&e("li",{flex:"center",children:e("div",{p:"2",text:"sm",children:e(Ke,{})})})]})]})}function ge(t){const{pathname:n}=t,r=new RegExp(t.activeMatch||t.link).test(n);return e("div",{text:"sm",font:"medium",m:"x-3",className:`${r?"text-brand":""}`,children:e(I,{href:E(t.link),children:t.text})},t.text)}const ve=t=>f.createElement("svg",{width:"1em",height:"1em",viewBox:"0 0 32 32",...t},f.createElement("path",{fill:"currentColor",d:"M16 22L6 12l1.4-1.4l8.6 8.6l8.6-8.6L26 12z"})),xe=t=>f.createElement("svg",{width:32,height:32,viewBox:"0 0 32 32",...t},f.createElement("path",{fill:"currentColor",d:"M10 6v2h12.59L6 24.59L7.41 26L24 9.41V22h2V6H10z"})),be=t=>f.createElement("svg",{width:32,height:32,viewBox:"0 0 32 32",...t},f.createElement("path",{fill:"currentColor",d:"M27.85 29H30l-6-15h-2.35l-6 15h2.15l1.6-4h6.85zm-7.65-6l2.62-6.56L25.45 23zM18 7V5h-7V2H9v3H2v2h10.74a14.71 14.71 0 0 1-3.19 6.18A13.5 13.5 0 0 1 7.26 9h-2.1a16.47 16.47 0 0 0 3 5.58A16.84 16.84 0 0 1 3 18l.75 1.86A18.47 18.47 0 0 0 9.53 16a16.92 16.92 0 0 0 5.76 3.84L16 18a14.48 14.48 0 0 1-5.12-3.37A17.64 17.64 0 0 0 14.8 7z"}));function we(t){const{activeIndex:n,isTranslation:r}=t,[a,s]=C(!1);return c("div",{relative:"",onMouseLeave:()=>s(!1),children:[c("button",{onMouseEnter:()=>s(!0),flex:"center","nav-h":"mobile sm:desktop",font:"medium",text:"sm text-1 hover:text-2",transition:"color duration-200",className:"nav-menu-group-button",children:[e("span",{mr:"1",text:"sm",font:"medium",children:r?e(be,{w:"18px",h:"18px"}):t.text}),e(ve,{})]}),e("div",{absolute:"",pos:"top-13 right-0",m:"x-0.8",transition:"opacity duration-300",className:"nav-menu-group-content",style:{opacity:a?1:0,visibility:a?"visible":"hidden"},children:e("div",{p:"3",w:"100%",h:"100%",className:"min-w-128px max-h-100vh","border-1":"",rounded:"xl",bg:"bg-default",style:{boxShadow:"var(--island-shadow-3)",marginRight:"-1.5rem",zIndex:100},children:t.items.map((l,i)=>i===n?e("div",{rounded:"md",p:"y-1.6 l-3",children:e("span",{mr:"1",text:"brand",children:l.text})},l.link):e("div",{font:"medium",children:e(I,{href:l.link,children:e("div",{rounded:"md",hover:"bg-bg-mute",p:"y-1.6 l-3",children:c("div",{flex:"",children:[e("span",{mr:"1",children:l.text}),e(xe,{w:"11px",h:"11px",text:"text-3",m:"t-1 r-1"})]})})})},l.link))})})]})}const Qe={discord:c("svg",{role:"img",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:[e("title",{children:"Discord"}),e("path",{d:"M20.317 4.3698a19.7913 19.7913 0 00-4.8851-1.5152.0741.0741 0 00-.0785.0371c-.211.3753-.4447.8648-.6083 1.2495-1.8447-.2762-3.68-.2762-5.4868 0-.1636-.3933-.4058-.8742-.6177-1.2495a.077.077 0 00-.0785-.037 19.7363 19.7363 0 00-4.8852 1.515.0699.0699 0 00-.0321.0277C.5334 9.0458-.319 13.5799.0992 18.0578a.0824.0824 0 00.0312.0561c2.0528 1.5076 4.0413 2.4228 5.9929 3.0294a.0777.0777 0 00.0842-.0276c.4616-.6304.8731-1.2952 1.226-1.9942a.076.076 0 00-.0416-.1057c-.6528-.2476-1.2743-.5495-1.8722-.8923a.077.077 0 01-.0076-.1277c.1258-.0943.2517-.1923.3718-.2914a.0743.0743 0 01.0776-.0105c3.9278 1.7933 8.18 1.7933 12.0614 0a.0739.0739 0 01.0785.0095c.1202.099.246.1981.3728.2924a.077.077 0 01-.0066.1276 12.2986 12.2986 0 01-1.873.8914.0766.0766 0 00-.0407.1067c.3604.698.7719 1.3628 1.225 1.9932a.076.076 0 00.0842.0286c1.961-.6067 3.9495-1.5219 6.0023-3.0294a.077.077 0 00.0313-.0552c.5004-5.177-.8382-9.6739-3.5485-13.6604a.061.061 0 00-.0312-.0286zM8.02 15.3312c-1.1825 0-2.1569-1.0857-2.1569-2.419 0-1.3332.9555-2.4189 2.157-2.4189 1.2108 0 2.1757 1.0952 2.1568 2.419 0 1.3332-.9555 2.4189-2.1569 2.4189zm7.9748 0c-1.1825 0-2.1569-1.0857-2.1569-2.419 0-1.3332.9554-2.4189 2.1569-2.4189 1.2108 0 2.1757 1.0952 2.1568 2.419 0 1.3332-.946 2.4189-2.1568 2.4189Z"})]}),facebook:c("svg",{role:"img",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:[e("title",{children:"Facebook"}),e("path",{d:"M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z"})]}),github:c("svg",{role:"img",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:[e("title",{children:"GitHub"}),e("path",{d:"M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"})]}),instagram:c("svg",{role:"img",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:[e("title",{children:"Instagram"}),e("path",{d:"M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z"})]}),linkedin:c("svg",{role:"img",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:[e("title",{children:"LinkedIn"}),e("path",{d:"M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"})]}),slack:c("svg",{role:"img",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:[e("title",{children:"Slack"}),e("path",{d:"M5.042 15.165a2.528 2.528 0 0 1-2.52 2.523A2.528 2.528 0 0 1 0 15.165a2.527 2.527 0 0 1 2.522-2.52h2.52v2.52zM6.313 15.165a2.527 2.527 0 0 1 2.521-2.52 2.527 2.527 0 0 1 2.521 2.52v6.313A2.528 2.528 0 0 1 8.834 24a2.528 2.528 0 0 1-2.521-2.522v-6.313zM8.834 5.042a2.528 2.528 0 0 1-2.521-2.52A2.528 2.528 0 0 1 8.834 0a2.528 2.528 0 0 1 2.521 2.522v2.52H8.834zM8.834 6.313a2.528 2.528 0 0 1 2.521 2.521 2.528 2.528 0 0 1-2.521 2.521H2.522A2.528 2.528 0 0 1 0 8.834a2.528 2.528 0 0 1 2.522-2.521h6.312zM18.956 8.834a2.528 2.528 0 0 1 2.522-2.521A2.528 2.528 0 0 1 24 8.834a2.528 2.528 0 0 1-2.522 2.521h-2.522V8.834zM17.688 8.834a2.528 2.528 0 0 1-2.523 2.521 2.527 2.527 0 0 1-2.52-2.521V2.522A2.527 2.527 0 0 1 15.165 0a2.528 2.528 0 0 1 2.523 2.522v6.312zM15.165 18.956a2.528 2.528 0 0 1 2.523 2.522A2.528 2.528 0 0 1 15.165 24a2.527 2.527 0 0 1-2.52-2.522v-2.522h2.52zM15.165 17.688a2.527 2.527 0 0 1-2.52-2.523 2.526 2.526 0 0 1 2.52-2.52h6.313A2.527 2.527 0 0 1 24 15.165a2.528 2.528 0 0 1-2.522 2.523h-6.313z"})]}),twitter:c("svg",{role:"img",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:[e("title",{children:"Twitter"}),e("path",{d:"M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z"})]}),youtube:c("svg",{role:"img",viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg",children:[e("title",{children:"YouTube"}),e("path",{d:"M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z"})]}),juejin:c("svg",{t:"1666949308602",className:"icon",viewBox:"0 0 1024 1024",version:"1.1",xmlns:"http://www.w3.org/2000/svg","p-id":"1858","data-spm-anchor-id":"a313x.7781069.0.i5",children:[e("path",{d:"M465.189 161.792c-22.967 18.14-44.325 35.109-47.397 37.742l-5.851 4.68 10.971 8.632c5.998 4.827 11.85 9.508 13.02 10.532 1.17 1.024 17.993 14.336 37.156 29.696l34.962 27.795 5.267-3.95c2.925-2.194 23.259-18.432 45.348-35.986 21.943-17.555 41.253-32.768 42.716-33.646 1.609-1.024 2.779-2.194 2.779-2.78 0-0.438-9.655-8.63-21.504-17.846-11.995-9.363-22.674-17.847-23.845-18.871-15.945-13.02-49.737-39.059-50.76-39.059-0.586 0.147-19.896 14.922-42.862 33.061z m233.325 180.37C507.465 493.275 508.928 492.105 505.417 489.911c-3.072-1.902-11.556-8.485-64.073-50.03-9.07-7.168-18.578-14.775-21.358-16.823-2.78-2.194-8.777-6.875-13.312-10.532-4.68-3.657-10.679-8.339-13.312-10.533-13.165-10.24-71.095-56.027-102.107-80.457-5.852-4.681-11.41-8.485-12.142-8.485-0.731 0-10.971 7.754-22.674 17.116-11.703 9.508-22.674 18.286-24.284 19.456-1.755 1.17-5.12 3.95-7.46 6.144-2.34 2.34-4.828 4.096-5.413 4.096-3.072 0-0.731 3.072 6.437 8.777 4.096 3.218 8.777 6.875 10.094 8.046 1.316 1.024 10.24 8.045 19.748 15.506s23.26 18.286 30.428 23.99c19.31 15.215 31.89 25.308 127.853 101.084 47.836 37.742 88.796 69.779 90.844 71.095 3.657 2.487 3.95 2.487 7.46-0.292a1041.42 1041.42 0 0 0 16.092-12.727c6.875-5.413 14.775-11.703 17.554-13.897 30.135-23.699 80.018-63.05 81.774-64.512 1.17-1.024 12.434-9.802 24.868-19.603s37.888-29.696 56.32-44.324c18.579-14.629 46.227-36.425 61.733-48.567 15.506-12.142 27.794-22.528 27.502-23.26-0.878-1.17-57.637-47.104-59.978-48.274-0.731-0.439-18.578 12.727-39.497 29.257z","p-id":"1859","data-spm-anchor-id":"a313x.7781069.0.i2"}),e("path",{d:"M57.93 489.326c-15.215 12.288-28.527 23.405-29.697 24.576-2.34 2.194-5.412-0.44 80.018 66.852 33.207 26.185 32.622 25.747 57.637 45.495 10.386 8.192 36.279 28.672 57.783 45.495 38.18 30.135 44.91 35.401 52.663 41.545 2.048 1.756 22.967 18.14 46.372 36.572 23.26 18.432 74.167 58.514 112.933 89.088 38.912 30.573 71.095 55.734 71.826 56.027 0.732 0.293 7.46-4.389 14.921-10.386 21.797-16.97 90.259-70.949 101.523-79.872 5.705-4.535 12.873-10.24 15.945-12.58 3.072-2.488 6.436-5.12 7.314-5.852 0.878-0.878 11.85-9.509 24.283-19.31 20.773-16.091 59.1-46.226 64.366-50.615 1.17-1.024 5.12-4.096 8.777-6.875 3.657-2.78 7.9-6.29 9.509-7.607 1.609-1.317 14.775-11.703 29.257-23.113 29.11-22.82 42.277-33.207 88.503-69.632 17.262-13.605 32.475-25.454 33.646-26.478 2.486-2.048 31.451-24.869 44.617-35.255 4.827-3.657 9.07-7.168 9.508-7.607 0.44-0.585 5.998-4.827 12.435-9.8 6.436-4.828 13.165-10.24 15.067-11.85l3.365-2.926-9.948-7.753c-5.412-4.388-10.24-8.192-10.679-8.63-1.17-1.317-22.381-18.433-30.135-24.284-3.95-3.072-7.314-5.998-7.606-6.73-1.317-3.071-6.73 0.147-29.258 17.994-13.458 10.532-25.746 20.187-27.355 21.504-1.61 1.463-10.533 8.338-19.749 15.652-9.216 7.168-17.115 13.459-17.554 13.898-0.439 0.438-6.583 5.412-13.897 10.971-7.168 5.559-15.214 11.703-17.7 13.75-4.974 4.097-5.413 4.39-20.334 16.239-5.56 4.388-11.264 8.777-12.435 9.8-1.17 1.025-20.333 16.092-42.422 33.354-22.09 17.408-41.546 32.768-43.155 34.084-1.609 1.463-14.482 11.557-28.525 22.528s-40.814 32.037-59.539 46.812c-18.578 14.775-42.276 33.353-52.516 41.399s-23.26 18.285-28.965 22.82l-10.386 8.339-4.389-3.072c-2.34-1.756-4.68-3.511-5.12-3.95-0.439-0.439-4.973-4.096-10.24-8.046-11.849-9.216-14.482-11.264-16.676-13.166-0.878-0.877-4.243-3.51-7.46-5.851-3.22-2.487-6.145-4.681-6.584-5.12-0.439-0.439-6.875-5.705-14.482-11.703-7.607-5.851-14.921-11.556-16.091-12.58-1.317-1.17-17.116-13.605-35.255-27.795-17.993-14.19-35.109-27.648-38.035-29.842-5.705-4.681-33.499-26.624-125.074-98.743-34.523-27.209-72.704-57.344-84.846-66.852-49.737-39.498-55.15-43.594-56.905-43.447-0.877 0-14.043 10.24-29.257 22.528z","p-id":"1860","data-spm-anchor-id":"a313x.7781069.0.i3"})]}),qq:e("svg",{xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",role:"img",className:"iconify iconify--ri",preserveAspectRatio:"xMidYMid meet",viewBox:"0 0 24 24",children:e("path",{fill:"currentColor",d:"M19.913 14.529a31.977 31.977 0 0 0-.675-1.886l-.91-2.246c0-.026.012-.468.012-.696C18.34 5.86 16.507 2 12 2S5.66 5.86 5.66 9.7c0 .229.011.671.012.697l-.91 2.246a32.777 32.777 0 0 0-.675 1.886c-.86 2.737-.581 3.87-.369 3.895c.455.054 1.771-2.06 1.771-2.06c0 1.224.637 2.822 2.016 3.976c-.515.157-1.147.399-1.554.695c-.365.267-.319.54-.253.65c.289.481 4.955.307 6.303.157c1.347.15 6.014.324 6.302-.158c.066-.11.112-.382-.253-.649c-.407-.296-1.039-.538-1.555-.696c1.379-1.153 2.016-2.751 2.016-3.976c0 0 1.316 2.115 1.771 2.06c.212-.025.49-1.157-.37-3.894"})}),wechat:e("svg",{xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",role:"img",className:"iconify iconify--ri",preserveAspectRatio:"xMidYMid meet",viewBox:"0 0 24 24",children:e("path",{fill:"currentColor",d:"M18.574 13.711a.91.91 0 0 0 .898-.898c0-.498-.399-.898-.898-.898s-.898.4-.898.898c0 .5.4.898.898.898zm-4.425 0a.91.91 0 0 0 .898-.898c0-.498-.4-.898-.898-.898c-.5 0-.898.4-.898.898c0 .5.399.898.898.898zm6.567 5.04a.347.347 0 0 0-.172.37c0 .048 0 .097.025.147c.098.417.294 1.081.294 1.106c0 .073.025.122.025.172a.22.22 0 0 1-.221.22c-.05 0-.074-.024-.123-.048l-1.449-.836a.799.799 0 0 0-.344-.098c-.073 0-.147 0-.196.024c-.688.197-1.4.295-2.161.295c-3.66 0-6.607-2.457-6.607-5.505c0-3.047 2.947-5.505 6.607-5.505c3.659 0 6.606 2.458 6.606 5.505c0 1.647-.884 3.146-2.284 4.154zM16.673 8.099a9.105 9.105 0 0 0-.28-.005c-4.174 0-7.606 2.86-7.606 6.505c0 .554.08 1.09.228 1.6h-.089a9.963 9.963 0 0 1-2.584-.368c-.074-.025-.148-.025-.222-.025a.832.832 0 0 0-.418.123l-1.748 1.005c-.05.025-.099.05-.148.05a.273.273 0 0 1-.27-.27c0-.074.024-.123.049-.197c.024-.024.246-.834.369-1.324c0-.05.024-.123.024-.172a.556.556 0 0 0-.221-.442C2.058 13.376 1 11.586 1 9.598C1 5.945 4.57 3 8.95 3c3.765 0 6.93 2.169 7.723 5.098zm-5.154.418c.573 0 1.026-.477 1.026-1.026c0-.573-.453-1.026-1.026-1.026s-1.026.453-1.026 1.026s.453 1.026 1.026 1.026zm-5.26 0c.573 0 1.027-.477 1.027-1.026c0-.573-.454-1.026-1.027-1.026c-.572 0-1.026.453-1.026 1.026s.454 1.026 1.026 1.026z"})}),weibo:e("svg",{xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",role:"img",className:"iconify iconify--ri",preserveAspectRatio:"xMidYMid meet",viewBox:"0 0 24 24",children:e("path",{fill:"currentColor",d:"M17.525 11.378c1.263.392 2.669 1.336 2.669 3.004c0 2.763-3.98 6.239-9.964 6.239c-4.565 0-9.23-2.213-9.23-5.852c0-1.902 1.204-4.102 3.277-6.177c2.773-2.77 6.004-4.033 7.219-2.816c.537.537.588 1.464.244 2.572c-.178.557.525.25.525.25c2.24-.938 4.196-.994 4.909.027c.38.543.343 1.306-.008 2.19c-.163.407.048.471.36.563zm-7.282 7.939c3.641-.362 6.401-2.592 6.167-4.983c-.237-2.391-3.382-4.038-7.023-3.677c-3.64.36-6.403 2.59-6.167 4.98c.237 2.394 3.382 4.039 7.023 3.68zM6.16 14.438c.754-1.527 2.712-2.39 4.446-1.94c1.793.463 2.707 2.154 1.976 3.8c-.744 1.682-2.882 2.578-4.695 1.993c-1.752-.566-2.493-2.294-1.727-3.853zm1.446 2.587c.568.257 1.325.013 1.676-.55c.346-.568.163-1.217-.407-1.459c-.563-.237-1.291.008-1.64.553c-.354.547-.189 1.202.371 1.456zm2.206-1.808c.219.092.501-.012.628-.231c.123-.22.044-.466-.178-.548c-.216-.084-.486.018-.613.232c-.123.214-.054.458.163.547zM19.873 9.5a.725.725 0 1 1-1.378-.451a1.38 1.38 0 0 0-.288-1.357a1.395 1.395 0 0 0-1.321-.425a.723.723 0 1 1-.303-1.416a2.836 2.836 0 0 1 3.29 3.649zm-3.916-6.575A5.831 5.831 0 0 1 21.5 4.72a5.836 5.836 0 0 1 1.22 5.704a.838.838 0 0 1-1.06.54a.844.844 0 0 1-.542-1.062a4.143 4.143 0 0 0-4.807-5.327a.845.845 0 0 1-.354-1.65z"})}),zhihu:e("svg",{xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",role:"img",className:"iconify iconify--ri",preserveAspectRatio:"xMidYMid meet",viewBox:"0 0 24 24",children:e("path",{fill:"currentColor",d:"m12.344 17.963l-1.688 1.074l-2.131-3.35c-.44 1.402-1.172 2.665-2.139 3.825c-.402.483-.82.918-1.301 1.375c-.155.147-.775.717-.878.82l-1.414-1.414c.139-.139.787-.735.915-.856c.43-.408.795-.79 1.142-1.206c1.266-1.518 2.03-3.21 2.137-5.231H3v-2h4V7h-.868c-.689 1.266-1.558 2.222-2.618 2.857L2.486 8.143c1.395-.838 2.425-2.604 3.038-5.36l1.952.434c-.14.633-.303 1.227-.489 1.783H11.5v2H9v4h2.5v2H9.185l3.159 4.963zm3.838-.07L17.298 17H19V7h-4v10h.736l.446.893zM13 5h8v14h-3l-2.5 2l-1-2H13V5z"})}),bilibili:e("svg",{xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",role:"img",className:"iconify iconify--ri",preserveAspectRatio:"xMidYMid meet",viewBox:"0 0 24 24",children:e("path",{fill:"currentColor",d:"M18.223 3.086a1.25 1.25 0 0 1 0 1.768L17.08 5.996h1.17A3.75 3.75 0 0 1 22 9.747v7.5a3.75 3.75 0 0 1-3.75 3.75H5.75A3.75 3.75 0 0 1 2 17.247v-7.5a3.75 3.75 0 0 1 3.75-3.75h1.166L5.775 4.855a1.25 1.25 0 1 1 1.767-1.768l2.652 2.652c.079.079.145.165.198.257h3.213c.053-.092.12-.18.199-.258l2.651-2.652a1.25 1.25 0 0 1 1.768 0zm.027 5.42H5.75a1.25 1.25 0 0 0-1.247 1.157l-.003.094v7.5c0 .659.51 1.199 1.157 1.246l.093.004h12.5a1.25 1.25 0 0 0 1.247-1.157l.003-.093v-7.5c0-.69-.56-1.25-1.25-1.25zm-10 2.5c.69 0 1.25.56 1.25 1.25v1.25a1.25 1.25 0 1 1-2.5 0v-1.25c0-.69.56-1.25 1.25-1.25zm7.5 0c.69 0 1.25.56 1.25 1.25v1.25a1.25 1.25 0 1 1-2.5 0v-1.25c0-.69.56-1.25 1.25-1.25z"})})},ye=t=>{const{link:n,popperStyle:r={}}=t,{icon:a,mode:s="link",content:l}=n,i=typeof a=="object"?e("div",{dangerouslySetInnerHTML:{__html:a.svg}}):Qe[a],[d,m]=C(!1),h=()=>{m(!0)},o=()=>{m(!1)};if(s==="link")return e("a",{href:l,target:"_blank",rel:"noopener noreferrer",children:e("div",{className:`${Z.socialLinksIcon}`,children:i})},a);if(s==="text")return c("div",{className:`${Z.socialLinksIcon}`,cursor:"pointer",relative:"",onMouseEnter:h,onMouseLeave:o,children:[i,d?e("div",{absolute:"",z:"1",p:"3",w:"50",break:"all",pos:"right-0","border-1":"",rounded:"xl",bg:"bg-default",style:{boxShadow:"var(--island-shadow-3)",...r},children:e("div",{text:"ml",children:l})}):null]});if(s==="img")return c("div",{className:`${Z.socialLinksIcon}`,cursor:"pointer",relative:"",onMouseEnter:h,onMouseLeave:o,children:[i,d?e("div",{absolute:"",z:"1",p:"3",w:"50",break:"all",pos:"right-0","border-1":"",rounded:"xl",bg:"bg-default",style:{boxShadow:"var(--island-shadow-3)",...r},children:e("img",{src:l,alt:"img"})}):null]})},Je=t=>{const{links:n,moreIconVisible:r=!1,mouseEnter:a}=t;return c(ee,{children:[e("div",{h:"100%",flex:"",gap:"x-4","items-center":"",transition:"color duration-300",children:n.map(s=>e(ye,{link:s,popperStyle:{top:"2.5rem"}},s.icon))}),r?e("div",{className:"i-carbon-chevron-sort-down ml-1",onMouseEnter:a}):null]})},Xe=t=>{const{links:n}=t;return e("div",{absolute:"",pos:"top-13 right-0",z:"1",p:"3",w:"32","border-1":"",rounded:"xl",bg:"bg-default",style:{boxShadow:"var(--island-shadow-3)",marginRight:"-2px"},flex:"~ wrap",gap:"4",children:n.map(r=>e(ye,{link:r,popperStyle:{top:"1.25rem"}},r.icon))})},Ne=({socialLinks:t})=>{const n=t.length>3,r=[],a=[];for(const i in t)i<3?r.push(t[i]):a.push(t[i]);const[s,l]=C(!1);return c("div",{className:"social-links","nav-h":"mobile sm:desktop",flex:"","items-center":"",before:"menu-item-before",relative:"",onMouseLeave:()=>l(!1),children:[e(Je,{links:r,moreIconVisible:n,mouseEnter:()=>l(!0)}),s?e(Xe,{links:a}):null]})};function V(){var i,d;const t=$(),{pathname:n}=location,r=(d=(i=t==null?void 0:t.siteData)==null?void 0:i.themeConfig)!=null?d:{},a=r==null?void 0:r.locales;if(!a||Object.keys(a).length===0)return{nav:r.nav,sidebar:r.sidebar,prevPageText:r.prevPageText,nextPageText:r.nextPageText};const s=Object.keys(a),l=s.find(m=>{const h=O(he(m));return n.startsWith(h)})||s[0];return{...a[l],langRoutePrefix:l}}function et(){const{pathname:t}=j(),r=V().sidebar||{},a=[],s=m=>{Array.isArray(m)?m.forEach(h=>{h.items.forEach(o=>{a.push(o)})}):Object.keys(m).forEach(h=>{s(m[h])})};s(r);const l=a.findIndex(m=>m.link===t),i=a[l-1]||null,d=a[l+1]||null;return{prevPage:i,nextPage:d}}function tt(t,n){if(!t)return null;const{text:r,pattern:a}=t,s=a.replace(":path",n);return{text:r,link:s}}function X(t,n){return E(t)===E(n)}function nt(t,n){return n?n===""||n.endsWith("/")?t===n:t.startsWith(n):!1}function te(t){var a;const r=(a=V().sidebar)!=null?a:{};for(const s of Object.keys(r)){if(X(O(s),t))return{group:"",items:r[s]};const l=r[s].find(i=>i.items.some(d=>d.link&&X(O(d.link),t)));if(l){const i=r[s];return{group:l.text||"",items:i}}}return{group:"",items:[]}}const ke=()=>{const t=$(),[n,r]=C(t.frontmatter);return z(()=>{r(t.frontmatter)},[t.frontmatter,t.routePath]),n};function Ce(t,n){const[r,a]=C(t||[]);return z(()=>{},[n]),[r,a]}function Me(t){const{activeIndex:n}=t,[r,a]=C(!1);return c("div",{relative:"",className:`${r?A.open:""} ${A.navScreenMenuGroup}`,children:[c("button",{className:A.button,onClick:()=>{a(!r)},children:[e("span",{className:A.buttonSpan,children:t.text}),e(ve,{className:`${r?A.open:""} ${A.down} `})]}),e("div",{children:e("div",{className:A.items,children:t.items.map((s,l)=>l===n?e("div",{className:"pa-1",children:e("span",{mr:"1",text:"brand",children:s.text})},s.link):e("div",{className:"pa-1",font:"medium",children:e(I,{href:s.link,children:e("div",{children:c("div",{flex:"",children:[e("span",{mr:"1",children:s.text}),e(xe,{w:"11px",h:"11px",text:"text-3",m:"t-1 r-1"})]})})})},s.link))})})]})}const at=({translationMenuData:t})=>e("div",{className:P.navTranslations,flex:"~",text:"sm",font:"bold",justify:"center",children:e("div",{m:"x-1.5",children:e(Me,{...t})})});function rt(t){var y;const{isScreenOpen:n,localeData:r,siteData:a,pathname:s}=t,l=B(null),i=Object.values(a.themeConfig.locales||{}),d=i.length>1,m=r.nav||[],h=((y=a==null?void 0:a.themeConfig)==null?void 0:y.socialLinks)||[],o=a.appearance!==!1,u=h.length>0,p=d?{text:e(be,{w:"18px",h:"18px"}),items:i.map(b=>({text:b.label,link:`/${b.lang}`})),activeIndex:i.findIndex(b=>b.lang===r.lang)}:null,g=()=>e("div",{className:`items-center appearance pa-2 ${P.navAppearance}`,flex:"~",justify:"center",children:e(fe,{})}),v=({menuItems:b})=>e("div",{className:P.navMenu,children:b.map((w,x)=>e("div",{w:"100%",className:P.navMenuItem,children:"link"in w?e(ge,{pathname:s,...w},x):e("div",{m:"x-3",last:"mr-0",children:e(Me,{...w})},x)},x))});return z(()=>(l.current&&n&&Le(l.current,{reserveScrollBarGap:!0}),()=>{Ee()}),[n]),e("div",{className:`${P.navScreen} ${n?P.active:""}`,ref:l,id:"navScreen",children:c("div",{className:P.container,children:[e(v,{menuItems:m}),c("div",{className:P.socialAndAppearance,flex:"~",justify:"center","items-center":"center",children:[o&&e(g,{}),u&&e(Ne,{__island:!0,socialLinks:h})]}),d&&e(at,{translationMenuData:p})]})})}function st(){const[t,n]=C(!1);function r(){n(!0),window.addEventListener("resize",l)}function a(){n(!1),window.removeEventListener("resize",l)}function s(){t?a():r()}function l(){window.outerWidth>=768&&a()}return{isScreenOpen:t,openScreen:r,closeScreen:a,toggleScreen:s}}function it(t){const{localeData:n,siteData:r,pathname:a}=t,{isScreenOpen:s,toggleScreen:l}=st();return c(ue,{children:[e("button",{onClick:l,className:`${s?H.active:""} ${H.navHamburger}`,children:c("span",{className:H.container,children:[e("span",{className:H.top}),e("span",{className:H.middle}),e("span",{className:H.bottom})]})}),e(rt,{isScreenOpen:s,localeData:n,siteData:r,pathname:a})]})}const lt=({title:t,langRoutePrefix:n})=>e("div",{border:"border t-0 b-1 border-solid transparent",className:_.navBarTitle,children:e("a",{href:O(n),w:"100%",h:"100%",text:"1rem",font:"semibold",transition:"opacity duration-300",hover:"opacity-60",className:"flex items-center",children:e("span",{children:t})})}),ct=({translationMenuData:t})=>e("div",{className:"translation",flex:"~",text:"sm",font:"bold","items-center":"~",before:"menu-item-before",children:e("div",{m:"x-1.5",children:e(we,{...t,isTranslation:!0,__island:!0})})});function ot(t){var T,N,k,D;const{beforeNavTitle:n,afterNavTitle:r}=t,{siteData:a,pageType:s}=$(),{pathname:l}=j(),{items:i}=te(l),d=s==="doc"&&i.length>0,m=a.appearance!==!1,h=V(),o=Object.values(a.themeConfig.locales||{}),u=o.length>1,p=u?{items:o.map(R=>({text:R.label,link:`/${R.lang}`})),activeIndex:o.findIndex(R=>R.lang===h.lang)}:null,g=()=>e("div",{className:"appearance",before:"menu-item-before",display:"none sm:flex","items-center":"center",children:e(fe,{__island:!0})}),v=({menuItems:R})=>e("div",{className:"menu",children:R.map((U,ne)=>"link"in U?e(ge,{pathname:l,...U},ne):e("div",{m:"x-3",last:"mr-0",children:e(we,{...U,__island:!0})},ne))}),y=h.nav||[],b=((T=a==null?void 0:a.themeConfig)==null?void 0:T.socialLinks)||[],w=b.length>0,x=((N=a==null?void 0:a.themeConfig)==null?void 0:N.search)!==!1,M=(D=(k=h.title)!=null?k:a.themeConfig.siteTitle)!=null?D:a.title,S=()=>c("div",{className:_.rightNav,children:[e(v,{menuItems:y}),u&&e(ct,{translationMenuData:p}),m&&e(g,{}),w&&e(Ne,{__island:!0,socialLinks:b})]});return e("header",{relative:"",z:"4",fixed:"md:~",className:"top-0 left-0",w:"100%",children:e("div",{relative:"",p:"l-8 sm:x-8",transition:"background-color duration-500",className:"divider-bottom md:border-b-transparent lg:border-b-transparent","nav-h":"mobile lg:desktop",children:c("div",{flex:"",justify:"between",m:"0 auto","nav-h":"mobile lg:desktop",className:`${_.container} ${d?_.hasSidebar:""}`,children:[n,e(lt,{title:M,langRoutePrefix:h.langRoutePrefix||"/"}),r,c("div",{className:_.content,flex:"~ 1",justify:"end","items-center":"",children:[x&&e("div",{className:"search",flex:"sm:1",pl:"sm:8",children:e(Ze,{__island:!0,langRoutePrefix:h.langRoutePrefix||""})}),S(),e(it,{localeData:h,siteData:a,pathname:l,__island:!0})]})]})})})}function dt(t){const[n,r]=Ce(t.headers||[],t.pagePath),a=n.length>0,s=B(null);z(()=>{s.current&&(s.current.style.opacity="0");const i=$e();if(!window.location.hash)window.scrollTo(0,0);else{const d=window.location.hash.slice(1),m=document.getElementById(d);m&&re(m,!1)}return i},[n]),z(()=>{r(t.headers)},[t.headers,r,t.pagePath]);const l=i=>e("li",{children:e("a",{href:`#${i.id}`,block:"","leading-7":"",text:"text-2","avoid-text-overflow":"",hover:"text-text-1",transition:"color duration-300",style:{paddingLeft:(i.depth-2)*12},onClick:d=>{d.preventDefault();const m=document.getElementById(i.id);m&&re(m,!1)},children:i.text})},i.id);return e("div",{flex:"~ col 1",children:e("div",{display:`${a?"lg:block":"none"}`,children:c("div",{relative:"","divider-left":"",p:"l-4",text:"13px","font-medium":"",id:"aside-container",children:[e("div",{absolute:"",pos:"top-33px",opacity:"0",w:"1px",h:"18px",bg:"brand",ref:s,style:{left:"-1px",transition:"top 0.25s cubic-bezier(0, 1, 0.5, 1), background-color 0.5s, opacity 0.25s"},id:"aside-marker"}),e("div",{block:"~","leading-7":"",text:"13px",font:"semibold",children:t.outlineTitle}),e("nav",{children:e("ul",{relative:"",children:n.map(l)})})]})})})}function ht(){const{siteData:t,relativePagePath:n,lastUpdatedTime:r}=$(),{prevPage:a,nextPage:s}=et(),l=t.themeConfig,{editLink:i,lastUpdatedText:d,prevPageText:m="Previous Page",nextPageText:h="Next page"}=V(),o=tt(i!=null?i:l==null?void 0:l.editLink,n);return c("footer",{mt:"8",children:[c("div",{className:"xs:flex",p:"b-5",justify:"between","items-center":"~",children:[o?e("a",{flex:"~","items-center":"","leading-8":"","font-medium":"~",text:"sm brand",hover:"text-brand-dark",href:o.link,transition:"color duration-300",children:o.text}):null,e("div",{flex:"",text:"sm text-2","leading-6":"~","leading-8":"sm:~","font-medium":"",children:c(ee,{children:[e("p",{className:L.lastUpdated,children:`${d!=null?d:"Last Updated"}: `}),e("span",{children:r})]})})]}),c("div",{flex:"~ col sm:row",justify:"sm:around",gap:"2","divider-top":"",pt:"6",children:[e("div",{flex:"~ col",className:L.prev,children:a?c("a",{href:E(a.link),className:L.pagerLink,children:[e("span",{className:L.desc,children:m}),e("span",{className:L.title,children:a.text})]}):null}),e("div",{flex:"~ col",className:L.next,children:s?c("a",{href:E(s.link),className:`${L.pagerLink} ${L.next}`,children:[e("span",{className:L.desc,children:h}),e("span",{className:L.title,children:s.text})]}):null})]})]})}function mt(t){const{isSidebarOpen:n,langRoutePrefix:r,pathname:a,sidebarData:s}=t,l=s.filter(Boolean).flat(),[i,d]=me.useState(l.map(o=>{var u;return(u=o.collapsed)!=null?u:!1})),m=(o,u=0)=>{var y;const p=`${u*20}px`;let g=[];"items"in o&&(g=o.items.map(b=>m(b,u+1)));const v=nt(Pe(a.replace(r,"")),(y=o.link)==null?void 0:y.replace(r,""));return c("div",{style:{marginLeft:p},children:[e("div",{p:"1",block:"~",text:"sm","font-medium":"~",className:`${v?"text-brand":"text-text-2"}`,children:e(I,{href:E(o.link),children:o.text})}),g]})},h=(o,u)=>{var w;const p=i[u],g=()=>{const x=[...i];x[u]=!x[u],d(x)},v=(o.collapsable||p)&&e("div",{className:"i-carbon-chevron-right",onClick:g,"cursor-pointer":"~",style:{transition:"transform 0.2s ease-out",transform:p?"rotate(0deg)":"rotate(90deg)"}}),y=x=>{if(!x)return 0;let M=0;for(const S of x)M++,"items"in S&&(M+=y(S.items||[]));return M},b=y(o.items);return c("section",{block:"~","not-first":"divider-top mt-4",children:[c("div",{flex:"~",justify:"between","items-start":"~",className:"items-center",children:[e("h2",{m:"t-3 b-2",text:"1rem text-1",font:"bold",children:o.text}),v]}),e("div",{mb:"1.4 sm:1",style:{transition:"height 0.2s ease-out",height:p?0:`${b*28}px`,overflow:"hidden"},children:(w=o==null?void 0:o.items)==null?void 0:w.map(x=>e("div",{children:m(x)},x.link))})]},o.text)};return e("aside",{className:`${se.sidebar} ${n?se.open:""}`,children:e("nav",{children:l.map((o,u)=>h(o,u))})})}function ut(t){const{langRoutePrefix:n,pathname:r,sidebarData:a}=t,[s,l]=C(!1);function i(){l(!0)}function d(){l(!1)}return c(ue,{children:[e("div",{className:Q.localNav,children:c("button",{flex:"center",onClick:i,className:Q.menu,children:[e("div",{text:"md",mr:"2",className:"i-carbon:menu"}),e("span",{text:"md ",children:"Menu"})]})}),e(mt,{langRoutePrefix:n,pathname:r,sidebarData:a,isSidebarOpen:s}),s?e("div",{onClick:d,className:Q.backDrop}):null]})}function oe(t){var N,k;const{beforeDocFooter:n,beforeDoc:r,afterDoc:a,beforeOutline:s,afterOutline:l}=t,{toc:i=[],siteData:d,pagePath:m,frontmatter:h}=$(),[o,u]=Ce(i,m),p=d.themeConfig,g=V(),v=g.sidebar||[],{pathname:y}=j(),{items:b}=te(y),w=he(g.langRoutePrefix||""),x=(h==null?void 0:h.sidebar)!==!1&&(Array.isArray(v)&&v.length>0||Object.keys(v).length>0),M=(g==null?void 0:g.outlineTitle)||(p==null?void 0:p.outlineTitle)||"ON THIS PAGE",S=o.length>0&&((k=(N=h==null?void 0:h.outline)!=null?N:p==null?void 0:p.outline)!=null?k:!0),T=(h==null?void 0:h.lineNumbers)===void 0?!1:!h.lineNumbers;return z(()=>{u(i)},[u,i]),c("div",{p:"t-0 x-6 b-24 sm:6",className:F.docLayout,children:[r,x?e(ut,{pathname:y,langRoutePrefix:w,sidebarData:b,__island:!0}):null,c("div",{flex:"~ 1 shrink-0",m:"x-auto",className:`${F.content}`,children:[e("div",{m:"x-auto",flex:"~ col",className:"max-w-100%",children:c("div",{relative:"~",m:"x-auto",p:"l-2",className:`w-100% md:max-w-712px lg:min-w-640px ${S?"":F.contentArticle}`,style:{maxWidth:S?"":"1024px"},children:[e("div",{className:`island-doc ${T?"line-number-disable":""}`,children:e(pe,{})}),n,e(ht,{})]})}),e("div",{relative:"~",display:"none lg:block",order:"2",flex:"1",p:"l-8",className:"max-w-256px",children:e("div",{className:F.asideContainer,children:e("div",{flex:"~ col",p:"b-8",style:{minHeight:"calc(100vh - (var(--island-nav-height-desktop) + 32px))"},children:S?c("div",{children:[s,e(dt,{headers:o,outlineTitle:M,pagePath:m}),l]}):null})})})]}),a]})}function pt(){const{subModules:t=[]}=$(),{pathname:n}=j(),{items:r}=te(n),a=r.map(i=>({name:i.text||"",items:i.items.map(d=>{var h;const m=t.find(o=>X(o.routePath,O(d.link||"")));return{...d,headers:(h=m==null?void 0:m.toc)==null?void 0:h.filter(o=>o.depth===2)}})})),[s,l]=C(a);return z(()=>{},[s]),c("div",{className:"api-index max-w-1024px",m:"x-auto",p:"y-16 x-8",children:[e("div",{flex:"","items-center":"",justify:"between",children:e("h1",{children:"API Reference"})}),s.map(i=>c("div",{mb:"16",children:[e("h2",{children:i.name}),e("div",{className:G.apiGroups,children:i.items.map(d=>{var m;return c("div",{className:G.apiGroup,children:[e("h3",{children:e(I,{href:E(d.link),children:d.text})}),e("ul",{list:"none",children:(m=d.headers)==null?void 0:m.map(h=>e("li",{className:`${G.apiGroupLi} ${G[`level${h.depth}`]}`,children:e(I,{href:`${E(d.link)}#${h.id}`,children:h.text})},h.id))})]},d.link)})})]},i.name))]})}const de=t=>typeof t=="object";function ft({backTop:t}){var m,h,o;const n=de(t)?!0:t!=null?t:!0;let r=200,a=500,s="quadIn";de(t)&&(r=(m=t.visibleHeight)!=null?m:r,a=(h=t.duration)!=null?h:a,s=(o=t.animation)!=null?o:s);const l=()=>{const u=document.documentElement,p=u.scrollTop;new Ie({from:{scrollTop:p},to:{scrollTop:0},easing:s,duration:a,onUpdate:v=>{u.scrollTop=Number(v==null?void 0:v.scrollTop)}}).start()},[i,d]=C(!1);return z(()=>{const u=Ae(()=>{const p=document.documentElement.scrollTop;d(p>=r)},500);return document.addEventListener("scroll",u),()=>{u.cancel(),document.removeEventListener("scroll",u)}}),n&&i?e("div",{className:"fixed bottom-10 right-20 z-10",display:"none md:block",onClick:l,children:e("button",{className:"w-10 h-10 rounded-full duration-300",style:{backgroundColor:"var(--island-c-bg)"},color:"gray hover:gray-500",bg:"~ gray-200 hover:gray-300",shadow:"sm hover:md",children:e("div",{flex:"~ center",children:e("div",{className:"i-carbon-chevron-up",text:"xl"})})})}):null}const gt=t=>{var M;const{top:n,bottom:r,beforeDocFooter:a,beforeDoc:s,afterDoc:l,beforeOutline:i,afterOutline:d,beforeNavTitle:m,afterNavTitle:h}=t,o={beforeDocFooter:a,beforeDoc:s,afterDoc:l,beforeOutline:i,afterOutline:d},{title:u,frontmatter:p,siteData:g,pageType:v}=$(),{backTop:y}=g.themeConfig,b=((M=p==null?void 0:p.title)!=null?M:u)||(g==null?void 0:g.title),w=(p==null?void 0:p.description)||g.description;return c("div",{style:{height:"100%"},children:[c(Te,{children:[b?e("title",{children:b}):null,w?e("meta",{name:"description",content:w}):null]}),n,e(ot,{beforeNavTitle:m,afterNavTitle:h}),e("section",{style:{paddingTop:"var(--island-nav-height)"},children:(()=>{switch(v){case"home":return e(kt,{});case"doc":return e(oe,{...o});case"api":return e(pt,{});case"404":return e(Fe,{});case"custom":return e(pe,{});default:return e(oe,{...o})}})()}),r,e(ft,{__island:!0,backTop:y})]})};function vt(t){const{theme:n="brand",size:r="big",href:a="/"}=t;let s=null;return t.type==="button"?s="button":t.type==="a"&&(s=I),me.createElement(s!=null?s:"a",{className:`${J.button} ${J[n]} ${J[r]}`,href:a},t.text)}const xt={name:"Island",text:"Island ssg",tagline:"Island ssg",actions:[],image:void 0};function bt(){var a,s;const t=ke(),n=(t==null?void 0:t.hero)||xt,r=n.image!==void 0;return e("div",{m:"auto",p:"t-12 x-6 b-12 sm:t-0 sm:x-8 sm:x-16 md:t-20 md:x-16 md:b-16",children:c("div",{className:"max-w-1152px",m:"auto",flex:"~ col md:row",children:[c("div",{m:"auto md:0",order:"2 md:1",text:"center md:left",flex:"~ col lt-sm:c",className:"max-w-592px",children:[e("h1",{font:"bold",text:"3xl sm:5xl md:6xl",m:"auto md:0",className:"max-w-392px sm:max-w-576px",children:e("span",{className:De.clip,children:n.name})}),e("p",{m:"auto md:0",text:"3xl sm:5xl md:6xl",font:"bold",className:"max-w-392px sm:max-w-576px",children:n.text}),e("p",{p:"t-3",m:"auto md:0",text:"sm sm:xl md:2xl text-2",font:"medium",className:"whitespace-pre-wrap max-w-392px sm:max-w-576px",children:n.tagline}),e("div",{flex:"~ wrap",justify:"center md:start",m:"-1.5",p:"t-8",children:n.actions.map(l=>e("div",{p:"1",flex:"shrink-0",children:e(vt,{type:"a",text:l.text,href:E(O(l.link)),theme:l.theme})},l.link))})]}),r?e("div",{w:"sm:max-96",h:"sm:max-96",flex:"md:center",m:"auto",order:"1 md:2",display:"flex sm:flex md:none lg:flex",children:e("img",{src:(a=n.image)==null?void 0:a.src,alt:(s=n.image)==null?void 0:s.alt})}):null]})})}const wt=t=>{if(t){if(t===2)return"grid2";if(t===3)return"grid3";if(t%3===0)return"grid4";if(t%2===0)return"grid6"}else return""};function yt(){const t=ke(),n=t==null?void 0:t.features,r=wt(n==null?void 0:n.length);return e("div",{className:"max-w-1152px",m:"auto",flex:"~ wrap",justify:"between",children:n==null?void 0:n.map(a=>{const{icon:s,title:l,details:i}=a;return e("div",{rounded:"md",pr:"0 md:4",pb:"4",w:"100%",className:`${r?Re[r]:""}`,children:c("article",{rounded:"xl",h:"100%",p:"6",bg:"bg-soft",border:"~ bg-soft solid",children:[e("div",{flex:"center",mb:"5",w:"12",h:"12",text:"3xl",bg:"gray-light-4 dark:bg-default",rounded:"md",children:s}),e("h2",{font:"bold",children:l}),e("p",{pt:"2",text:"sm text-2",font:"medium","leading-6":"",children:i})]},l)},l)})})}function Nt(){const{siteData:t}=$(),{message:n,copyright:r}=t.themeConfig.footer||{};return e("footer",{p:"y-8 x-6 sm:8",bg:"bg-default",relative:"",border:"t-1 b-0 solid divider-light",children:c("div",{m:"auto",w:"100%",text:"center",children:[n&&e("div",{font:"medium",text:"sm text-2",children:n}),r&&e("div",{font:"medium",text:"sm text-2",children:r})]})})}function kt(t){const{beforeHero:n,afterHero:r,beforeFeatures:a,afterFeatures:s}=t;return c(ee,{children:[c("div",{className:"pb-12",children:[n,e(bt,{}),r,a,e(yt,{}),s]}),e(Nt,{})]})}const q={lang:"en-US",title:"React Peel",description:"Island",themeConfig:{nav:[{text:"Guide",link:"/guide/getting-started",activeMatch:"/guide/"},{text:"v0.1.1",items:[{text:"Changelog",link:"https://github.com/iqbal-rashed/react-peel/releases/tag/v0.1.1"},{text:"Contributing",link:"https://github.com/iqbal-rashed/react-peel/blob/main/.github/contributing.md"}]}],socialLinks:[{icon:"github",mode:"link",content:"https://github.com/iqbal-rashed/react-peel"}],sidebar:{"/guide/":[{text:"Guide",items:[{text:"Getting Started",link:"/guide/getting-started"},{text:"Examples",link:"/guide/examples"},{text:"Api",link:"/guide/api"}]}]}},head:[["script",{id:"check-dark-light"},` ;(() => { const saved = localStorage.getItem('island-theme-appearance') const prefereDark = window.matchMedia('(prefers-color-scheme: dark)').matches diff --git a/assets/examples.33b2a077.js b/assets/examples.02a9f801.js similarity index 99% rename from assets/examples.33b2a077.js rename to assets/examples.02a9f801.js index b2dabac..56bdaae 100644 --- a/assets/examples.33b2a077.js +++ b/assets/examples.02a9f801.js @@ -215,7 +215,7 @@ import{jsx as e,jsxs as n,Fragment as F}from"react/jsx-runtime";import{P as o,a `,e(l.span,{className:"line"})]})})]}),` `,n(l.h2,{id:"animated-examples",children:[e(l.a,{className:"header-anchor","aria-hidden":"true",href:"#animated-examples",children:"#"}),"Animated Examples"]}),` `,e(l.p,{children:"Comming soon..."}),` -`,e(l.p,{children:"Or you can help me to add more examples"})]})}function m(t={}){const{wrapper:l}=t.components||{};return l?e(l,Object.assign({},t,{children:e(y,t)})):y(t)}const P="2023/12/15 15:03:19",b=`import { PeelBack, PeelBottom, PeelWrapper, PeelTop } from "../../src/index"; +`,e(l.p,{children:"Or you can help me to add more examples"})]})}function m(t={}){const{wrapper:l}=t.components||{};return l?e(l,Object.assign({},t,{children:e(y,t)})):y(t)}const P="2023/12/15 15:07:26",b=`import { PeelBack, PeelBottom, PeelWrapper, PeelTop } from "../../src/index"; # Examples diff --git a/assets/getting-started.d76fe851.js b/assets/getting-started.14169fb1.js similarity index 99% rename from assets/getting-started.d76fe851.js rename to assets/getting-started.14169fb1.js index 41ca03c..8662eff 100644 --- a/assets/getting-started.d76fe851.js +++ b/assets/getting-started.14169fb1.js @@ -12,7 +12,7 @@ import{jsx as l,jsxs as n,Fragment as o}from"react/jsx-runtime";import{P as c,a, `,n(e.span,{className:"line",children:[l(e.span,{style:{color:"#D8DEE9FF"},children:" "}),l(e.span,{style:{color:"#81A1C1"},children:"<"}),l(e.span,{style:{color:"#8FBCBB"},children:"PeelBottom"}),l(e.span,{style:{color:"#D8DEE9FF"},children:" "}),l(e.span,{style:{color:"#8FBCBB"},children:"style"}),l(e.span,{style:{color:"#81A1C1"},children:"={"}),l(e.span,{style:{color:"#ECEFF4"},children:"{"}),l(e.span,{style:{color:"#D8DEE9FF"},children:" "}),l(e.span,{style:{color:"#88C0D0"},children:"backgroundColor"}),l(e.span,{style:{color:"#ECEFF4"},children:":"}),l(e.span,{style:{color:"#D8DEE9FF"},children:" "}),l(e.span,{style:{color:"#ECEFF4"},children:'"'}),l(e.span,{style:{color:"#A3BE8C"},children:"#688394"}),l(e.span,{style:{color:"#ECEFF4"},children:'"'}),l(e.span,{style:{color:"#D8DEE9FF"},children:" "}),l(e.span,{style:{color:"#ECEFF4"},children:"}"}),l(e.span,{style:{color:"#81A1C1"},children:"}>"})]}),` `,n(e.span,{className:"line",children:[l(e.span,{style:{color:"#D8DEE9FF"},children:" "}),l(e.span,{style:{color:"#81A1C1"},children:""})]}),` `,l(e.span,{className:"line",children:l(e.span,{style:{color:"#81A1C1"},children:""})}),` -`,l(e.span,{className:"line"})]})})]})]})}function C(s={}){const{wrapper:e}=s.components||{};return e?l(e,Object.assign({},s,{children:l(r,s)})):r(s)}const B="2023/12/15 15:03:19",D=`import { PeelBack, PeelBottom, PeelWrapper, PeelTop } from "../../src/index"; +`,l(e.span,{className:"line"})]})})]})]})}function C(s={}){const{wrapper:e}=s.components||{};return e?l(e,Object.assign({},s,{children:l(r,s)})):r(s)}const B="2023/12/15 15:07:26",D=`import { PeelBack, PeelBottom, PeelWrapper, PeelTop } from "../../src/index"; # Getting Started diff --git a/assets/index.fd8e6e37.js b/assets/index.483c6b31.js similarity index 87% rename from assets/index.fd8e6e37.js rename to assets/index.483c6b31.js index c8c9c60..15139d1 100644 --- a/assets/index.fd8e6e37.js +++ b/assets/index.483c6b31.js @@ -1 +1 @@ -import{C as o}from"./Content.99334b04.js";import{H as u,S as i,U as n,V as h,X as l,Y as m,R as P,Z as R,$ as g,a0 as c,a1 as v,ai as C,Q as d,a2 as N,a3 as S,af as x,F as p,ag as f,a4 as H,C as L,n as F,ah as k,d as y,G as A,a5 as O,r as U,aj as _,a6 as w,a7 as z,N as B,a8 as D,e as E,a9 as M,P as T,aa as b,ab as j,ac as G,u as I,ad as J,O as Q,J as V,ae as X,w as Y}from"../client-entry.js";import{BrowserRouter as $,HashRouter as q,Link as K,NavLink as W,createSearchParams as aa,unstable_HistoryRouter as ea,useLinkClickHandler as sa,useSearchParams as ta}from"./index.258eef2e.js";import"react";import"react/jsx-runtime";export{$ as BrowserRouter,o as Content,u as DataContext,q as HashRouter,K as Link,i as MemoryRouter,W as NavLink,n as Navigate,h as NavigationType,l as Outlet,m as Route,P as Router,R as Routes,g as UNSAFE_LocationContext,c as UNSAFE_NavigationContext,v as UNSAFE_RouteContext,C as addLeadingSlash,d as createPath,N as createRoutesFromChildren,aa as createSearchParams,S as generatePath,x as getAllPages,p as getRelativePagePath,f as isProduction,H as matchPath,L as matchRoutes,F as normalizeHref,k as normalizeRoutePath,y as normalizeSlash,A as omit,O as parsePath,U as removeBase,_ as removeTrailingSlash,w as renderMatches,z as resolvePath,ea as unstable_HistoryRouter,B as useHref,D as useInRouterContext,sa as useLinkClickHandler,E as useLocation,M as useMatch,T as useNavigate,b as useNavigationType,j as useOutlet,G as useOutletContext,I as usePageData,J as useParams,Q as useResolvedPath,V as useRoutes,ta as useSearchParams,X as useSetPageData,Y as withBase}; +import{C as o}from"./Content.1adade41.js";import{H as u,S as i,U as n,V as h,X as l,Y as m,R as P,Z as R,$ as g,a0 as c,a1 as v,ai as C,Q as d,a2 as N,a3 as S,af as x,F as p,ag as f,a4 as H,C as L,n as F,ah as k,d as y,G as A,a5 as O,r as U,aj as _,a6 as w,a7 as z,N as B,a8 as D,e as E,a9 as M,P as T,aa as b,ab as j,ac as G,u as I,ad as J,O as Q,J as V,ae as X,w as Y}from"../client-entry.js";import{BrowserRouter as $,HashRouter as q,Link as K,NavLink as W,createSearchParams as aa,unstable_HistoryRouter as ea,useLinkClickHandler as sa,useSearchParams as ta}from"./index.9227545a.js";import"react";import"react/jsx-runtime";export{$ as BrowserRouter,o as Content,u as DataContext,q as HashRouter,K as Link,i as MemoryRouter,W as NavLink,n as Navigate,h as NavigationType,l as Outlet,m as Route,P as Router,R as Routes,g as UNSAFE_LocationContext,c as UNSAFE_NavigationContext,v as UNSAFE_RouteContext,C as addLeadingSlash,d as createPath,N as createRoutesFromChildren,aa as createSearchParams,S as generatePath,x as getAllPages,p as getRelativePagePath,f as isProduction,H as matchPath,L as matchRoutes,F as normalizeHref,k as normalizeRoutePath,y as normalizeSlash,A as omit,O as parsePath,U as removeBase,_ as removeTrailingSlash,w as renderMatches,z as resolvePath,ea as unstable_HistoryRouter,B as useHref,D as useInRouterContext,sa as useLinkClickHandler,E as useLocation,M as useMatch,T as useNavigate,b as useNavigationType,j as useOutlet,G as useOutletContext,I as usePageData,J as useParams,Q as useResolvedPath,V as useRoutes,ta as useSearchParams,X as useSetPageData,Y as withBase}; diff --git a/assets/index.258eef2e.js b/assets/index.9227545a.js similarity index 100% rename from assets/index.258eef2e.js rename to assets/index.9227545a.js diff --git a/assets/index.cc808a84.js b/assets/index.b5853b44.js similarity index 98% rename from assets/index.cc808a84.js rename to assets/index.b5853b44.js index eced1e6..e944afd 100644 --- a/assets/index.cc808a84.js +++ b/assets/index.b5853b44.js @@ -1,4 +1,4 @@ -import{jsx as t,Fragment as r}from"react/jsx-runtime";const o={pageType:"home",hero:{name:"React Peel",text:"A React wrapper for peel.js",tagline:"A react library for creating beautiful peeling effect.",image:{src:"logo.png",alt:"React Peel"},actions:[{theme:"brand",text:"Get Started",link:"/guide/getting-started"},{theme:"alt",text:"View on GitHub",link:"https://github.com/iqbal-rashed/react-peel"}]},features:[{title:"Feature Rich: The powerful features",details:"Packed with powerful features to enhance your experience.",icon:"\u{1F680}"},{title:"TypeScript: Typed API Support",details:"Enjoy the benefits of a typed API for better development support.",icon:"\u{1F4E6}"},{title:"Simple: Easy to Implement",details:"Implementation is a breeze, complete with a straightforward description.",icon:"\u2728"}]},l=[];function a(e){return t(r,{})}function p(e={}){const{wrapper:n}=e.components||{};return n?t(n,Object.assign({},e,{children:t(a,e)})):a()}const c="2023/12/15 15:03:19",s=`--- +import{jsx as t,Fragment as r}from"react/jsx-runtime";const o={pageType:"home",hero:{name:"React Peel",text:"A React wrapper for peel.js",tagline:"A react library for creating beautiful peeling effect.",image:{src:"logo.png",alt:"React Peel"},actions:[{theme:"brand",text:"Get Started",link:"/guide/getting-started"},{theme:"alt",text:"View on GitHub",link:"https://github.com/iqbal-rashed/react-peel"}]},features:[{title:"Feature Rich: The powerful features",details:"Packed with powerful features to enhance your experience.",icon:"\u{1F680}"},{title:"TypeScript: Typed API Support",details:"Enjoy the benefits of a typed API for better development support.",icon:"\u{1F4E6}"},{title:"Simple: Easy to Implement",details:"Implementation is a breeze, complete with a straightforward description.",icon:"\u2728"}]},l=[];function a(e){return t(r,{})}function p(e={}){const{wrapper:n}=e.components||{};return n?t(n,Object.assign({},e,{children:t(a,e)})):a()}const c="2023/12/15 15:07:26",s=`--- pageType: home hero: diff --git a/assets/search.b4fec081.js b/assets/search.a8046947.js similarity index 100% rename from assets/search.b4fec081.js rename to assets/search.a8046947.js diff --git a/assets/search.c3856c73.js b/assets/search.b200d690.js similarity index 100% rename from assets/search.c3856c73.js rename to assets/search.b200d690.js diff --git a/client-entry.js b/client-entry.js index 736fc44..3b4bb24 100644 --- a/client-entry.js +++ b/client-entry.js @@ -7,5 +7,5 @@ import H,{createContext as ue,useContext as j,useMemo as ye,useRef as Fe,useEffe * LICENSE.md file in the root directory of this source tree. * * @license MIT - */const Ge=ue(null),Ce=ue(null),te=ue({outlet:null,matches:[]});function M(e,t){if(!e)throw new Error(t)}function qo(e,t){return t===void 0&&(t={}),e.replace(/:(\w+)/g,(n,r)=>(t[r]==null&&M(!1),t[r])).replace(/\/*\*$/,n=>t["*"]==null?"":t["*"].replace(/^\/*/,"/"))}function wt(e,t,n){n===void 0&&(n="/");let r=typeof t=="string"?N(t):t,a=Et(r.pathname||"/",n);if(a==null)return null;let o=St(e);an(o);let s=null;for(let i=0;s==null&&i{let s={relativePath:a.path||"",caseSensitive:a.caseSensitive===!0,childrenIndex:o,route:a};s.relativePath.startsWith("/")&&(s.relativePath.startsWith(r)||M(!1),s.relativePath=s.relativePath.slice(r.length));let i=W([r,s.relativePath]),c=n.concat(s);a.children&&a.children.length>0&&(a.index===!0&&M(!1),St(a.children,t,c,i)),!(a.path==null&&!a.index)&&t.push({path:i,score:dn(i,a.index),routesMeta:c})}),t}function an(e){e.sort((t,n)=>t.score!==n.score?n.score-t.score:pn(t.routesMeta.map(r=>r.childrenIndex),n.routesMeta.map(r=>r.childrenIndex)))}const on=/^:\w+$/,sn=3,cn=2,ln=1,un=10,fn=-2,nt=e=>e==="*";function dn(e,t){let n=e.split("/"),r=n.length;return n.some(nt)&&(r+=fn),t&&(r+=cn),n.filter(a=>!nt(a)).reduce((a,o)=>a+(on.test(o)?sn:o===""?ln:un),r)}function pn(e,t){return e.length===t.length&&e.slice(0,-1).every((r,a)=>r===t[a])?e[e.length-1]-t[t.length-1]:0}function hn(e,t){let{routesMeta:n}=e,r={},a="/",o=[];for(let s=0;s{if(u==="*"){let m=i[p]||"";s=o.slice(0,o.length-m.length).replace(/(.)\/+$/,"$1")}return d[u]=vn(i[p]||""),d},{}),pathname:o,pathnameBase:s,pattern:e}}function mn(e,t,n){t===void 0&&(t=!1),n===void 0&&(n=!0);let r=[],a="^"+e.replace(/\/*\*?$/,"").replace(/^\/*/,"/").replace(/[\\.*+^$?{}|()[\]]/g,"\\$&").replace(/:(\w+)/g,(s,i)=>(r.push(i),"([^\\/]+)"));return e.endsWith("*")?(r.push("*"),a+=e==="*"||e==="/*"?"(.*)$":"(?:\\/(.+)|\\/*)$"):a+=n?"\\/*$":"(?:(?=[.~-]|%[0-9A-F]{2})|\\b|\\/|$)",[new RegExp(a,t?void 0:"i"),r]}function vn(e,t){try{return decodeURIComponent(e)}catch{return e}}function gn(e,t){t===void 0&&(t="/");let{pathname:n,search:r="",hash:a=""}=typeof e=="string"?N(e):e;return{pathname:n?n.startsWith("/")?n:yn(n,t):t,search:bn(r),hash:Tn(a)}}function yn(e,t){let n=t.replace(/\/+$/,"").split("/");return e.split("/").forEach(a=>{a===".."?n.length>1&&n.pop():a!=="."&&n.push(a)}),n.length>1?n.join("/"):"/"}function Pt(e,t,n){let r=typeof e=="string"?N(e):e,a=e===""||r.pathname===""?"/":r.pathname,o;if(a==null)o=n;else{let i=t.length-1;if(a.startsWith("..")){let c=a.split("/");for(;c[0]==="..";)c.shift(),i-=1;r.pathname=c.join("/")}o=i>=0?t[i]:"/"}let s=gn(r,o);return a&&a!=="/"&&a.endsWith("/")&&!s.pathname.endsWith("/")&&(s.pathname+="/"),s}function _n(e){return e===""||e.pathname===""?"/":typeof e=="string"?N(e).pathname:e.pathname}function Et(e,t){if(t==="/")return e;if(!e.toLowerCase().startsWith(t.toLowerCase()))return null;let n=e.charAt(t.length);return n&&n!=="/"?null:e.slice(t.length)||"/"}const W=e=>e.join("/").replace(/\/\/+/g,"/"),Ot=e=>e.replace(/\/+$/,"").replace(/^\/*/,"/"),bn=e=>!e||e==="?"?"":e.startsWith("?")?e:"?"+e,Tn=e=>!e||e==="#"?"":e.startsWith("#")?e:"#"+e;function Uo(e){Y()||M(!1);let{basename:t,navigator:n}=j(Ge),{hash:r,pathname:a,search:o}=Sn(e),s=a;if(t!=="/"){let i=_n(e),c=i!=null&&i.endsWith("/");s=a==="/"?t+(c?"/":""):W([t,a])}return n.createHref({pathname:s,search:o,hash:r})}function Y(){return j(Ce)!=null}function ke(){return Y()||M(!1),j(Ce).location}function Wo(){return j(Ce).navigationType}function zo(e){Y()||M(!1);let{pathname:t}=ke();return ye(()=>xt(e,t),[t,e])}function At(){Y()||M(!1);let{basename:e,navigator:t}=j(Ge),{matches:n}=j(te),{pathname:r}=ke(),a=JSON.stringify(n.map(i=>i.pathnameBase)),o=Fe(!1);return bt(()=>{o.current=!0}),Vt(function(i,c){if(c===void 0&&(c={}),!o.current)return;if(typeof i=="number"){t.go(i);return}let d=Pt(i,JSON.parse(a),r);e!=="/"&&(d.pathname=W([e,d.pathname])),(c.replace?t.replace:t.push)(d,c.state)},[e,t,a,r])}const Ct=ue(null);function Fo(){return j(Ct)}function wn(e){let t=j(te).outlet;return t&&le(Ct.Provider,{value:e},t)}function Vo(){let{matches:e}=j(te),t=e[e.length-1];return t?t.params:{}}function Sn(e){let{matches:t}=j(te),{pathname:n}=ke(),r=JSON.stringify(t.map(a=>a.pathnameBase));return ye(()=>Pt(e,JSON.parse(r),n),[e,r,n])}function xn(e,t){Y()||M(!1);let{matches:n}=j(te),r=n[n.length-1],a=r?r.params:{};r&&r.pathname;let o=r?r.pathnameBase:"/";r&&r.route;let s=ke(),i;if(t){var c;let m=typeof t=="string"?N(t):t;o==="/"||((c=m.pathname)==null?void 0:c.startsWith(o))||M(!1),i=m}else i=s;let d=i.pathname||"/",u=o==="/"?d:d.slice(o.length)||"/",p=wt(e,{pathname:u});return kt(p&&p.map(m=>Object.assign({},m,{params:Object.assign({},a,m.params),pathname:W([o,m.pathname]),pathnameBase:m.pathnameBase==="/"?o:W([o,m.pathnameBase])})),n)}function kt(e,t){return t===void 0&&(t=[]),e==null?null:e.reduceRight((n,r,a)=>le(te.Provider,{children:r.route.element!==void 0?r.route.element:n,value:{outlet:n,matches:t.concat(e.slice(0,a+1))}}),null)}function Go(e){let{basename:t,children:n,initialEntries:r,initialIndex:a}=e,o=Fe();o.current==null&&(o.current=rn({initialEntries:r,initialIndex:a}));let s=o.current,[i,c]=Gt({action:s.action,location:s.location});return Yt(()=>s.listen(c),[s]),le(En,{basename:t,children:n,location:i.location,navigationType:i.action,navigator:s})}function Yo(e){let{to:t,replace:n,state:r}=e;Y()||M(!1);let a=At();return bt(()=>{a(t,{replace:n,state:r})}),null}function Ko(e){return wn(e.context)}function Pn(e){M(!1)}function En(e){let{basename:t="/",children:n=null,location:r,navigationType:a=L.Pop,navigator:o,static:s=!1}=e;Y()&&M(!1);let i=Ot(t),c=ye(()=>({basename:i,navigator:o,static:s}),[i,o,s]);typeof r=="string"&&(r=N(r));let{pathname:d="/",search:u="",hash:p="",state:m=null,key:y="default"}=r,l=ye(()=>{let f=Et(d,i);return f==null?null:{pathname:f,search:u,hash:p,state:m,key:y}},[i,d,u,p,m,y]);return l==null?null:le(Ge.Provider,{value:c},le(Ce.Provider,{children:n,value:{location:l,navigationType:a}}))}function Jo(e){let{children:t,location:n}=e;return xn($e(t),n)}function $e(e){let t=[];return Kt.forEach(e,n=>{if(!Jt(n))return;if(n.type===Xt){t.push.apply(t,$e(n.props.children));return}n.type!==Pn&&M(!1);let r={caseSensitive:n.props.caseSensitive,element:n.props.element,index:n.props.index,path:n.props.path};n.props.children&&(r.children=$e(n.props.children)),t.push(r)}),t}function Xo(e){return kt(e)}function fe(e){const t=Qt(e);let n,r;const o=Zt(function(i,c){const u=Fe(n!=null?n:t).current;return U(u,{ref:c,...i})});return o.preload=()=>(r||(r=e().then(s=>(n=s.default,s))),r),o}const rt=fe(()=>B(()=>import("./assets/api.f760c907.js"),[])),at=fe(()=>B(()=>import("./assets/examples.33b2a077.js"),["assets/examples.33b2a077.js","assets/index.b3eadc13.js"])),ot=fe(()=>B(()=>import("./assets/getting-started.d76fe851.js"),["assets/getting-started.d76fe851.js","assets/index.b3eadc13.js"])),it=fe(()=>B(()=>import("./assets/index.cc808a84.js"),[])),It=[{path:"/react-peel/guide/api",element:H.createElement(rt),filePath:"/home/runner/work/react-peel/react-peel/docs/guide/api.mdx",preload:rt.preload},{path:"/react-peel/guide/examples",element:H.createElement(at),filePath:"/home/runner/work/react-peel/react-peel/docs/guide/examples.mdx",preload:at.preload},{path:"/react-peel/guide/getting-started",element:H.createElement(ot),filePath:"/home/runner/work/react-peel/react-peel/docs/guide/getting-started.mdx",preload:ot.preload},{path:"/react-peel/",element:H.createElement(it),filePath:"/home/runner/work/react-peel/react-peel/docs/index.md",preload:it.preload}],On=Object.freeze(Object.defineProperty({__proto__:null,lazyWithPreload:fe,routes:It},Symbol.toStringTag,{value:"Module"})),Be="island-theme-appearance",An=["https://island-tutorial.sanyuan0704.top","https://island.sanyuan0704.top","https://islandjs.dev"],Lt=/^(https?:)?\/\//,Cn=/\?.*$/s,kn=/#.*$/s,In=e=>e.replace(kn,"").replace(Cn,""),Rt=()=>typeof window<"u";function Ye(e){return e.charAt(0)==="/"||e.startsWith("https")?e:"/"+e}function Ln(e){return e.charAt(e.length-1)==="/"?e.slice(0,-1):e}function jt(e){return Ln(Ye(e))}const Mt="/react-peel/",Dt=ue({data:Rt()?window==null?void 0:window.ISLAND_PAGE_DATA:null,setData:e=>{}}),Qo=()=>j(Dt).data,Zo=e=>{try{return j(Dt).setData(e)}catch(t){console.log(t)}},ei=(e=()=>!0)=>Promise.all(It.filter(e).map(async t=>({...await t.preload(),routePath:t.path})));function Rn(e="/"){if(Lt.test(e))return e;const t=jt(Mt),n=Ye(e);return`${t}${n}`}function ti(e){const t=jt(Mt);return e.replace(t,"")}const ni=()=>!0,ri=(e,t)=>{const n={...e};for(const r of t)delete n[r];return n},ai=(e,t,n)=>{const r=t.split(".").pop();let a=In(e);return a.startsWith(n)&&(a=a.slice(n.length)),r&&(a+=`.${r}`),a.replace(/^\//,"")};function oi(e){return e?e.startsWith("http")?e:Ye(`${e}`):"/"}function jn(e){return e.replace(/\.html$/,"").replace(/\/index$/,"/")}const Mn="_nav_1ic07_2",Dn="_has-sidebar_1ic07_16",Nn="_nav-bar-title_1ic07_16",$n="_content_1ic07_24",Bn="_rightNav_1ic07_42",Hn="_container_1ic07_52",qn="_social-links-icon_1ic07_60",ii={nav:Mn,hasSidebar:Dn,navBarTitle:Nn,content:$n,rightNav:Bn,container:Hn,socialLinksIcon:qn},Un="_check_1tqe3_17",Wn="_icon_1tqe3_34",zn="_dark_1tqe3_29",si={switch:"_switch_1tqe3_1",check:Un,icon:Wn,dark:zn},Fn="_sun_8e60k_1",Vn="_moon_8e60k_5",ci={sun:Fn,moon:Vn};let F=!0,me,G,J;typeof window<"u"&&typeof localStorage<"u"&&(G=localStorage.getItem(Be)||"auto",J=window.matchMedia("(prefers-color-scheme: dark)"),F=G==="auto"?J.matches:G==="dark",J.onchange=e=>{G==="auto"&&He(F=e.matches)});const He=e=>{me[e?"add":"remove"]("dark")},li=()=>{if(typeof window<"u"&&me===void 0){me=document.documentElement.classList;const e=()=>{const t=localStorage.getItem(Be)||"auto";me&&(He(t==="auto"?J.matches:t==="dark"),F=!F)};window.addEventListener("storage",e)}return()=>{He(F=!F),typeof window<"u"&&typeof localStorage<"u"&&(F?G=J.matches?"auto":"dark":G=J.matches?"light":"auto",localStorage.setItem(Be,G))}},Gn="_searchInput_y03a3_1",Yn="_searchCommand_y03a3_7",Kn="_focus_y03a3_14",ui={searchInput:Gn,searchCommand:Yn,focus:Kn},Jn="_link_r3fql_1",st={link:Jn};var Xn=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},Nt={exports:{}};/* NProgress, (c) 2013, 2014 Rico Sta. Cruz - http://ricostacruz.com/nprogress - * @license MIT */(function(e,t){(function(n,r){e.exports=r()})(Xn,function(){var n={};n.version="0.2.0";var r=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:'
'};n.configure=function(l){var f,v;for(f in l)v=l[f],v!==void 0&&l.hasOwnProperty(f)&&(r[f]=v);return this},n.status=null,n.set=function(l){var f=n.isStarted();l=a(l,r.minimum,1),n.status=l===1?null:l;var v=n.render(!f),x=v.querySelector(r.barSelector),O=r.speed,b=r.easing;return v.offsetWidth,i(function(_){r.positionUsing===""&&(r.positionUsing=n.getPositioningCSS()),c(x,s(l,O,b)),l===1?(c(v,{transition:"none",opacity:1}),v.offsetWidth,setTimeout(function(){c(v,{transition:"all "+O+"ms linear",opacity:0}),setTimeout(function(){n.remove(),_()},O)},O)):setTimeout(_,O)}),this},n.isStarted=function(){return typeof n.status=="number"},n.start=function(){n.status||n.set(0);var l=function(){setTimeout(function(){!n.status||(n.trickle(),l())},r.trickleSpeed)};return r.trickle&&l(),this},n.done=function(l){return!l&&!n.status?this:n.inc(.3+.5*Math.random()).set(1)},n.inc=function(l){var f=n.status;return f?(typeof l!="number"&&(l=(1-f)*a(Math.random()*f,.1,.95)),f=a(f+l,0,.994),n.set(f)):n.start()},n.trickle=function(){return n.inc(Math.random()*r.trickleRate)},function(){var l=0,f=0;n.promise=function(v){return!v||v.state()==="resolved"?this:(f===0&&n.start(),l++,f++,v.always(function(){f--,f===0?(l=0,n.done()):n.set((l-f)/l)}),this)}}(),n.render=function(l){if(n.isRendered())return document.getElementById("nprogress");u(document.documentElement,"nprogress-busy");var f=document.createElement("div");f.id="nprogress",f.innerHTML=r.template;var v=f.querySelector(r.barSelector),x=l?"-100":o(n.status||0),O=document.querySelector(r.parent),b;return c(v,{transition:"all 0 linear",transform:"translate3d("+x+"%,0,0)"}),r.showSpinner||(b=f.querySelector(r.spinnerSelector),b&&y(b)),O!=document.body&&u(O,"nprogress-custom-parent"),O.appendChild(f),f},n.remove=function(){p(document.documentElement,"nprogress-busy"),p(document.querySelector(r.parent),"nprogress-custom-parent");var l=document.getElementById("nprogress");l&&y(l)},n.isRendered=function(){return!!document.getElementById("nprogress")},n.getPositioningCSS=function(){var l=document.body.style,f="WebkitTransform"in l?"Webkit":"MozTransform"in l?"Moz":"msTransform"in l?"ms":"OTransform"in l?"O":"";return f+"Perspective"in l?"translate3d":f+"Transform"in l?"translate":"margin"};function a(l,f,v){return lv?v:l}function o(l){return(-1+l)*100}function s(l,f,v){var x;return r.positionUsing==="translate3d"?x={transform:"translate3d("+o(l)+"%,0,0)"}:r.positionUsing==="translate"?x={transform:"translate("+o(l)+"%,0)"}:x={"margin-left":o(l)+"%"},x.transition="all "+f+"ms "+v,x}var i=function(){var l=[];function f(){var v=l.shift();v&&v(f)}return function(v){l.push(v),l.length==1&&f()}}(),c=function(){var l=["Webkit","O","Moz","ms"],f={};function v(_){return _.replace(/^-ms-/,"ms-").replace(/-([\da-z])/gi,function(P,w){return w.toUpperCase()})}function x(_){var P=document.body.style;if(_ in P)return _;for(var w=l.length,g=_.charAt(0).toUpperCase()+_.slice(1),h;w--;)if(h=l[w]+g,h in P)return h;return _}function O(_){return _=v(_),f[_]||(f[_]=x(_))}function b(_,P,w){P=O(P),_.style[P]=w}return function(_,P){var w=arguments,g,h;if(w.length==2)for(g in P)h=P[g],h!==void 0&&P.hasOwnProperty(g)&&b(_,g,h);else b(_,w[1],w[2])}}();function d(l,f){var v=typeof l=="string"?l:m(l);return v.indexOf(" "+f+" ")>=0}function u(l,f){var v=m(l),x=v+f;d(v,f)||(l.className=x.substring(1))}function p(l,f){var v=m(l),x;!d(l,f)||(x=v.replace(" "+f+" "," "),l.className=x.substring(1,x.length-1))}function m(l){return(" "+(l.className||"")+" ").replace(/\s+/gi," ")}function y(l){l&&l.parentNode&&l.parentNode.removeChild(l)}return n})})(Nt);const qe=Nt.exports;qe.configure({showSpinner:!1});function fi(e){const{href:t="/",children:n,className:r=""}=e,a=Lt.test(t),o=An.some(d=>t.startsWith(d)),s=a&&!o?"_blank":"",i=a?"noopener noreferrer":void 0,c=a?t:Rn(t);if(a)return U("a",{href:c,target:s,rel:i,className:`${st.link} ${r}`,children:n});{const d=At(),u=async p=>{p.preventDefault();const{routes:m}=await B(()=>Promise.resolve().then(()=>On),void 0),y=wt(m,jn(c));if(y!=null&&y.length){const l=setTimeout(()=>{qe.start()},200);await y[0].route.preload(),clearTimeout(l),qe.done()}d(c,{replace:!1})};return U("a",{className:`${st.link} ${r}`,rel:i,target:s,onClick:u,cursor:"pointer",children:n})}}const Qn="_social-links-icon_56ztr_1",di={socialLinksIcon:Qn};var Zn=typeof global=="object"&&global&&global.Object===Object&&global;const er=Zn;var tr=typeof self=="object"&&self&&self.Object===Object&&self,nr=er||tr||Function("return this")();const $t=nr;var rr=$t.Symbol;const we=rr;var Bt=Object.prototype,ar=Bt.hasOwnProperty,or=Bt.toString,ne=we?we.toStringTag:void 0;function ir(e){var t=ar.call(e,ne),n=e[ne];try{e[ne]=void 0;var r=!0}catch{}var a=or.call(e);return r&&(t?e[ne]=n:delete e[ne]),a}var sr=Object.prototype,cr=sr.toString;function lr(e){return cr.call(e)}var ur="[object Null]",fr="[object Undefined]",ct=we?we.toStringTag:void 0;function dr(e){return e==null?e===void 0?fr:ur:ct&&ct in Object(e)?ir(e):lr(e)}function pr(e){return e!=null&&typeof e=="object"}var hr="[object Symbol]";function mr(e){return typeof e=="symbol"||pr(e)&&dr(e)==hr}var vr=/\s/;function gr(e){for(var t=e.length;t--&&vr.test(e.charAt(t)););return t}var yr=/^\s+/;function _r(e){return e&&e.slice(0,gr(e)+1).replace(yr,"")}function Se(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var lt=0/0,br=/^[-+]0x[0-9a-f]+$/i,Tr=/^0b[01]+$/i,wr=/^0o[0-7]+$/i,Sr=parseInt;function ut(e){if(typeof e=="number")return e;if(mr(e))return lt;if(Se(e)){var t=typeof e.valueOf=="function"?e.valueOf():e;e=Se(t)?t+"":t}if(typeof e!="string")return e===0?e:+e;e=_r(e);var n=Tr.test(e);return n||wr.test(e)?Sr(e.slice(2),n?2:8):br.test(e)?lt:+e}var xr=function(){return $t.Date.now()};const Le=xr;var Pr="Expected a function",Er=Math.max,Or=Math.min;function Ar(e,t,n){var r,a,o,s,i,c,d=0,u=!1,p=!1,m=!0;if(typeof e!="function")throw new TypeError(Pr);t=ut(t)||0,Se(n)&&(u=!!n.leading,p="maxWait"in n,o=p?Er(ut(n.maxWait)||0,t):o,m="trailing"in n?!!n.trailing:m);function y(w){var g=r,h=a;return r=a=void 0,d=w,s=e.apply(h,g),s}function l(w){return d=w,i=setTimeout(x,t),u?y(w):s}function f(w){var g=w-c,h=w-d,S=t-g;return p?Or(S,o-h):S}function v(w){var g=w-c,h=w-d;return c===void 0||g>=t||g<0||p&&h>=o}function x(){var w=Le();if(v(w))return O(w);i=setTimeout(x,f(w))}function O(w){return i=void 0,m&&r?y(w):(r=a=void 0,s)}function b(){i!==void 0&&clearTimeout(i),d=0,r=c=a=i=void 0}function _(){return i===void 0?s:O(Le())}function P(){var w=Le(),g=v(w);if(r=arguments,a=this,c=w,g){if(i===void 0)return l(c);if(p)return clearTimeout(i),i=setTimeout(x,t),y(c)}return i===void 0&&(i=setTimeout(x,t)),s}return P.cancel=b,P.flush=_,P}var Cr="Expected a function";function kr(e,t,n){var r=!0,a=!0;if(typeof e!="function")throw new TypeError(Cr);return Se(n)&&(r="leading"in n?!!n.leading:r,a="trailing"in n?!!n.trailing:a),Ar(e,t,{leading:r,maxWait:t,trailing:a})}var Ir=function(){var e=document.getSelection();if(!e.rangeCount)return function(){};for(var t=document.activeElement,n=[],r=0;r"u"){n&&console.warn("unable to use e.clipboardData"),n&&console.warn("trying IE specific stuff"),window.clipboardData.clearData();var p=ft[t.format]||ft.default;window.clipboardData.setData(p,e)}else u.clipboardData.clearData(),u.clipboardData.setData(t.format,e);t.onCopy&&(u.preventDefault(),t.onCopy(u.clipboardData))}),document.body.appendChild(i),o.selectNodeContents(i),s.addRange(o);var d=document.execCommand("copy");if(!d)throw new Error("copy command was unsuccessful");c=!0}catch(u){n&&console.error("unable to copy using execCommand: ",u),n&&console.warn("trying IE specific stuff");try{window.clipboardData.setData(t.format||"text",e),t.onCopy&&t.onCopy(window.clipboardData),c=!0}catch(p){n&&console.error("unable to copy using clipboardData: ",p),n&&console.error("falling back to prompt"),r=jr("message"in t?t.message:Rr),window.prompt(r,e)}}finally{s&&(typeof s.removeRange=="function"?s.removeRange(o):s.removeAllRanges()),i&&document.body.removeChild(i),a()}return c}var Dr=Mr;function Nr(){const e=new Map;window.addEventListener("click",t=>{var r;const n=t.target;if(n.matches('div[class*="language-"] > button.copy')){const a=n.parentElement,o=(r=n.nextElementSibling)==null?void 0:r.nextElementSibling;if(!a||!o)return;const{innerText:s=""}=o;if(Dr(s)){n.classList.add("copied"),clearTimeout(e.get(n));const c=setTimeout(()=>{n.classList.remove("copied"),n.blur(),e.delete(n)},2e3);e.set(n,c)}}})}const $r=56;function Br(e,t){const n=parseInt(window.getComputedStyle(e).paddingTop,10),r=window.scrollY+e.getBoundingClientRect().top-$r+n;window.scrollTo({left:0,top:r,...t?{behavior:"smooth"}:{}})}function Hr(){function e(t,n,r=!1){let a=null;try{a=t.classList.contains("header-anchor")?t:document.getElementById(decodeURIComponent(n.slice(1)))}catch(o){console.warn(o)}a&&Br(a,r)}window.addEventListener("click",t=>{const n=t.target.closest("a");if(n){const{origin:r,hash:a,target:o,pathname:s,search:i}=n,c=window.location;a&&o!=="_blank"&&r===c.origin&&s===c.pathname&&i===c.search&&a&&a!==c.hash&&n.classList.contains("header-anchor")&&(t.preventDefault(),history.pushState(null,"",a),e(n,a,!0),window.dispatchEvent(new Event("hashchange")))}},{capture:!0}),window.addEventListener("hashchange",t=>{t.preventDefault()})}function pi(){function e(){return document.documentElement.scrollTop+window.innerHeight>=document.documentElement.scrollHeight}const t=56,n=document.getElementById("aside-marker"),r=document.getElementById("aside-container"),a=Array.from(document.querySelectorAll(".island-doc .header-anchor")).filter(u=>{var p;return((p=u.parentElement)==null?void 0:p.tagName)!=="H1"});if(!r||!a.length)return;let o=null;const s=Array.from((r==null?void 0:r.getElementsByTagName("a"))||[]).map(u=>decodeURIComponent(u.hash));if(n&&!s.length){n.style.opacity="0";return}const i=(u,p)=>{if(o&&o.classList.remove("aside-active"),u[p]){u[p].classList.add("aside-active");const m=u[p].getAttribute("href"),y=s.findIndex(f=>f===m),l=r==null?void 0:r.querySelector(`a[href="#${m==null?void 0:m.slice(1)}"]`);l&&(o=l,o.classList.add("aside-active"),n.style.top=`${33+y*28}px`,n.style.opacity="1")}},d=kr(()=>{if(e())i(a,a.length-1);else for(let u=0;u=l&&y{window.removeEventListener("scroll",d)}}function qr(){!Rt()||(Hr(),Nr())}const Ur="_navHamburger_14nz8_1",Wr="_container_14nz8_14",zr="_top_14nz8_21",Fr="_middle_14nz8_27",Vr="_bottom_14nz8_33",Gr="_active_14nz8_39",hi={navHamburger:Ur,container:Wr,top:zr,middle:Fr,bottom:Vr,active:Gr},Yr="_navScreen_1mkpq_1",Kr="_active_1mkpq_17",Jr="_container_1mkpq_21",Xr="_navMenu_1mkpq_27",Qr="_navMenuItem_1mkpq_34",Zr="_navAppearance_1mkpq_46",ea="_socialAndAppearance_1mkpq_50",mi={navScreen:Yr,active:Kr,container:Jr,navMenu:Xr,navMenuItem:Qr,navAppearance:Zr,socialAndAppearance:ea};function ta(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t1),X=[],Pe=!1,Je=-1,se=void 0,V=void 0,ce=void 0,Ht=function(t){return X.some(function(n){return!!(n.options.allowTouchMove&&n.options.allowTouchMove(t))})},Ee=function(t){var n=t||window.event;return Ht(n.target)||n.touches.length>1?!0:(n.preventDefault&&n.preventDefault(),!1)},na=function(t){if(ce===void 0){var n=!!t&&t.reserveScrollBarGap===!0,r=window.innerWidth-document.documentElement.clientWidth;if(n&&r>0){var a=parseInt(window.getComputedStyle(document.body).getPropertyValue("padding-right"),10);ce=document.body.style.paddingRight,document.body.style.paddingRight=a+r+"px"}}se===void 0&&(se=document.body.style.overflow,document.body.style.overflow="hidden")},ra=function(){ce!==void 0&&(document.body.style.paddingRight=ce,ce=void 0),se!==void 0&&(document.body.style.overflow=se,se=void 0)},aa=function(){return window.requestAnimationFrame(function(){if(V===void 0){V={position:document.body.style.position,top:document.body.style.top,left:document.body.style.left};var t=window,n=t.scrollY,r=t.scrollX,a=t.innerHeight;document.body.style.position="fixed",document.body.style.top=-n,document.body.style.left=-r,setTimeout(function(){return window.requestAnimationFrame(function(){var o=a-window.innerHeight;o&&n>=a&&(document.body.style.top=-(n+o))})},300)}})},oa=function(){if(V!==void 0){var t=-parseInt(document.body.style.top,10),n=-parseInt(document.body.style.left,10);document.body.style.position=V.position,document.body.style.top=V.top,document.body.style.left=V.left,window.scrollTo(n,t),V=void 0}},ia=function(t){return t?t.scrollHeight-t.scrollTop<=t.clientHeight:!1},sa=function(t,n){var r=t.targetTouches[0].clientY-Je;return Ht(t.target)?!1:n&&n.scrollTop===0&&r>0||ia(n)&&r<0?Ee(t):(t.stopPropagation(),!0)},vi=function(t,n){if(!t){console.error("disableBodyScroll unsuccessful - targetElement must be provided when calling disableBodyScroll on IOS devices.");return}if(!X.some(function(a){return a.targetElement===t})){var r={targetElement:t,options:n||{}};X=[].concat(ta(X),[r]),xe?aa():na(n),xe&&(t.ontouchstart=function(a){a.targetTouches.length===1&&(Je=a.targetTouches[0].clientY)},t.ontouchmove=function(a){a.targetTouches.length===1&&sa(a,t)},Pe||(document.addEventListener("touchmove",Ee,Ke?{passive:!1}:void 0),Pe=!0))}},gi=function(){xe&&(X.forEach(function(t){t.targetElement.ontouchstart=null,t.targetElement.ontouchmove=null}),Pe&&(document.removeEventListener("touchmove",Ee,Ke?{passive:!1}:void 0),Pe=!1),Je=-1),xe?oa():ra(),X=[]};const ca="_navScreenMenuGroup_1xte3_1",la="_open_1xte3_7",ua="_button_1xte3_12",fa="_buttonSpan_1xte3_25",da="_items_1xte3_32",pa="_down_1xte3_40",yi={navScreenMenuGroup:ca,open:la,button:ua,buttonSpan:fa,items:da,down:pa},ha="_content_5cssi_2",ma="_docLayout_5cssi_8",va="_contentArticle_5cssi_22",ga="_aside-container_5cssi_32",_i={content:ha,docLayout:ma,contentArticle:va,asideContainer:ga},ya="_pager_1f77m_2",_a="_has-next_1f77m_7",ba="_prev_1f77m_13",Ta="_next_1f77m_16",wa="_pager-link_1f77m_20",Sa="_title_1f77m_34",xa="_desc_1f77m_43",bi={pager:ya,hasNext:_a,prev:ba,next:Ta,pagerLink:wa,title:Sa,desc:xa},Pa="_localNav_ncerp_1",Ea="_menu_ncerp_16",Oa="_backDrop_ncerp_28",Ti={localNav:Pa,menu:Ea,backDrop:Oa},Aa="_sidebar_iav29_1",Ca="_open_iav29_23",wi={sidebar:Aa,open:Ca};var E={exports:{}},ka="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED",Ia=ka,La=Ia;function qt(){}function Ut(){}Ut.resetWarningCache=qt;var Ra=function(){function e(r,a,o,s,i,c){if(c!==La){var d=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 d.name="Invariant Violation",d}}e.isRequired=e;function t(){return 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:Ut,resetWarningCache:qt};return n.PropTypes=n,n};E.exports=Ra();var ja=typeof Element<"u",Ma=typeof Map=="function",Da=typeof Set=="function",Na=typeof ArrayBuffer=="function"&&!!ArrayBuffer.isView;function ve(e,t){if(e===t)return!0;if(e&&t&&typeof e=="object"&&typeof t=="object"){if(e.constructor!==t.constructor)return!1;var n,r,a;if(Array.isArray(e)){if(n=e.length,n!=t.length)return!1;for(r=n;r--!==0;)if(!ve(e[r],t[r]))return!1;return!0}var o;if(Ma&&e instanceof Map&&t instanceof Map){if(e.size!==t.size)return!1;for(o=e.entries();!(r=o.next()).done;)if(!t.has(r.value[0]))return!1;for(o=e.entries();!(r=o.next()).done;)if(!ve(r.value[1],t.get(r.value[0])))return!1;return!0}if(Da&&e instanceof Set&&t instanceof Set){if(e.size!==t.size)return!1;for(o=e.entries();!(r=o.next()).done;)if(!t.has(r.value[0]))return!1;return!0}if(Na&&ArrayBuffer.isView(e)&&ArrayBuffer.isView(t)){if(n=e.length,n!=t.length)return!1;for(r=n;r--!==0;)if(e[r]!==t[r])return!1;return!0}if(e.constructor===RegExp)return e.source===t.source&&e.flags===t.flags;if(e.valueOf!==Object.prototype.valueOf&&typeof e.valueOf=="function"&&typeof t.valueOf=="function")return e.valueOf()===t.valueOf();if(e.toString!==Object.prototype.toString&&typeof e.toString=="function"&&typeof t.toString=="function")return e.toString()===t.toString();if(a=Object.keys(e),n=a.length,n!==Object.keys(t).length)return!1;for(r=n;r--!==0;)if(!Object.prototype.hasOwnProperty.call(t,a[r]))return!1;if(ja&&e instanceof Element)return!1;for(r=n;r--!==0;)if(!((a[r]==="_owner"||a[r]==="__v"||a[r]==="__o")&&e.$$typeof)&&!ve(e[a[r]],t[a[r]]))return!1;return!0}return e!==e&&t!==t}var $a=function(t,n){try{return ve(t,n)}catch(r){if((r.message||"").match(/stack|recursion/i))return console.warn("react-fast-compare cannot handle circular refs"),!1;throw r}},Ba=function(e,t,n,r,a,o,s,i){if(!e){var c;if(t===void 0)c=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var d=[n,r,a,o,s,i],u=0;c=new Error(t.replace(/%s/g,function(){return d[u++]})),c.name="Invariant Violation"}throw c.framesToPop=1,c}},pt=Ba,Ha=function(t,n,r,a){var o=r?r.call(a,t,n):void 0;if(o!==void 0)return!!o;if(t===n)return!0;if(typeof t!="object"||!t||typeof n!="object"||!n)return!1;var s=Object.keys(t),i=Object.keys(n);if(s.length!==i.length)return!1;for(var c=Object.prototype.hasOwnProperty.bind(n),d=0;d=0||(a[n]=e[n]);return a}var T={BASE:"base",BODY:"body",HEAD:"head",HTML:"html",LINK:"link",META:"meta",NOSCRIPT:"noscript",SCRIPT:"script",STYLE:"style",TITLE:"title",FRAGMENT:"Symbol(react.fragment)"},qa={rel:["amphtml","canonical","alternate"]},Ua={type:["application/ld+json"]},Wa={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"]},mt=Object.keys(T).map(function(e){return T[e]}),Oe={accesskey:"accessKey",charset:"charSet",class:"className",contenteditable:"contentEditable",contextmenu:"contextMenu","http-equiv":"httpEquiv",itemprop:"itemProp",tabindex:"tabIndex"},za=Object.keys(Oe).reduce(function(e,t){return e[Oe[t]]=t,e},{}),Q=function(e,t){for(var n=e.length-1;n>=0;n-=1){var r=e[n];if(Object.prototype.hasOwnProperty.call(r,t))return r[t]}return null},Fa=function(e){var t=Q(e,T.TITLE),n=Q(e,"titleTemplate");if(Array.isArray(t)&&(t=t.join("")),n&&t)return n.replace(/%s/g,function(){return t});var r=Q(e,"defaultTitle");return t||r||void 0},Va=function(e){return Q(e,"onChangeClientState")||function(){}},Re=function(e,t){return t.filter(function(n){return n[e]!==void 0}).map(function(n){return n[e]}).reduce(function(n,r){return k({},n,r)},{})},Ga=function(e,t){return t.filter(function(n){return n[T.BASE]!==void 0}).map(function(n){return n[T.BASE]}).reverse().reduce(function(n,r){if(!n.length)for(var a=Object.keys(r),o=0;o/g,">").replace(/"/g,""").replace(/'/g,"'")},gt=function(e){return Object.keys(e).reduce(function(t,n){var r=e[n]!==void 0?n+'="'+e[n]+'"':""+n;return t?t+" "+r:r},"")},yt=function(e,t){return t===void 0&&(t={}),Object.keys(e).reduce(function(n,r){return n[Oe[r]||r]=e[r],n},t)},ge=function(e,t){return t.map(function(n,r){var a,o=((a={key:r})["data-rh"]=!0,a);return Object.keys(n).forEach(function(s){var i=Oe[s]||s;i==="innerHTML"||i==="cssText"?o.dangerouslySetInnerHTML={__html:n.innerHTML||n.cssText}:o[i]=n[s]}),H.createElement(e,o)})},D=function(e,t,n){switch(e){case T.TITLE:return{toComponent:function(){return a=t.titleAttributes,(o={key:r=t.title})["data-rh"]=!0,s=yt(a,o),[H.createElement(T.TITLE,s,r)];var r,a,o,s},toString:function(){return function(r,a,o,s){var i=gt(o),c=Wt(a);return i?"<"+r+' data-rh="true" '+i+">"+Me(c,s)+"":"<"+r+' data-rh="true">'+Me(c,s)+""}(e,t.title,t.titleAttributes,n)}};case"bodyAttributes":case"htmlAttributes":return{toComponent:function(){return yt(t)},toString:function(){return gt(t)}};default:return{toComponent:function(){return ge(e,t)},toString:function(){return function(r,a,o){return a.reduce(function(s,i){var c=Object.keys(i).filter(function(p){return!(p==="innerHTML"||p==="cssText")}).reduce(function(p,m){var y=i[m]===void 0?m:m+'="'+Me(i[m],o)+'"';return p?p+" "+y:y},""),d=i.innerHTML||i.cssText||"",u=Ka.indexOf(r)===-1;return s+"<"+r+' data-rh="true" '+c+(u?"/>":">"+d+"")},"")}(e,t,n)}}}},We=function(e){var t=e.baseTag,n=e.bodyAttributes,r=e.encode,a=e.htmlAttributes,o=e.noscriptTags,s=e.styleTags,i=e.title,c=i===void 0?"":i,d=e.titleAttributes,u=e.linkTags,p=e.metaTags,m=e.scriptTags,y={toComponent:function(){},toString:function(){return""}};if(e.prioritizeSeoTags){var l=function(f){var v=f.linkTags,x=f.scriptTags,O=f.encode,b=je(f.metaTags,Wa),_=je(v,qa),P=je(x,Ua);return{priorityMethods:{toComponent:function(){return[].concat(ge(T.META,b.priority),ge(T.LINK,_.priority),ge(T.SCRIPT,P.priority))},toString:function(){return D(T.META,b.priority,O)+" "+D(T.LINK,_.priority,O)+" "+D(T.SCRIPT,P.priority,O)}},metaTags:b.default,linkTags:_.default,scriptTags:P.default}}(e);y=l.priorityMethods,u=l.linkTags,p=l.metaTags,m=l.scriptTags}return{priority:y,base:D(T.BASE,t,r),bodyAttributes:D("bodyAttributes",n,r),htmlAttributes:D("htmlAttributes",a,r),link:D(T.LINK,u,r),meta:D(T.META,p,r),noscript:D(T.NOSCRIPT,o,r),script:D(T.SCRIPT,m,r),style:D(T.STYLE,s,r),title:D(T.TITLE,{title:c,titleAttributes:d},r)}},he=[],ze=function(e,t){var n=this;t===void 0&&(t=typeof document<"u"),this.instances=[],this.value={setHelmet:function(r){n.context.helmet=r},helmetInstances:{get:function(){return n.canUseDOM?he:n.instances},add:function(r){(n.canUseDOM?he:n.instances).push(r)},remove:function(r){var a=(n.canUseDOM?he:n.instances).indexOf(r);(n.canUseDOM?he:n.instances).splice(a,1)}}},this.context=e,this.canUseDOM=t,t||(e.helmet=We({baseTag:[],bodyAttributes:{},encodeSpecialCharacters:!0,htmlAttributes:{},linkTags:[],metaTags:[],noscriptTags:[],scriptTags:[],styleTags:[],title:"",titleAttributes:{}}))},zt=H.createContext({}),Ja=E.exports.shape({setHelmet:E.exports.func,helmetInstances:E.exports.shape({get:E.exports.func,add:E.exports.func,remove:E.exports.func})}),Xa=typeof document<"u",oe=function(e){function t(n){var r;return(r=e.call(this,n)||this).helmetData=new ze(r.props.context,t.canUseDOM),r}return Xe(t,e),t.prototype.render=function(){return U(zt.Provider,{value:this.helmetData.value,children:this.props.children})},t}(Ve);oe.canUseDOM=Xa,oe.propTypes={context:E.exports.shape({helmet:E.exports.shape()}),children:E.exports.node.isRequired},oe.defaultProps={context:{}},oe.displayName="HelmetProvider";var K=function(e,t){var n,r=document.head||document.querySelector(T.HEAD),a=r.querySelectorAll(e+"[data-rh]"),o=[].slice.call(a),s=[];return t&&t.length&&t.forEach(function(i){var c=document.createElement(e);for(var d in i)Object.prototype.hasOwnProperty.call(i,d)&&(d==="innerHTML"?c.innerHTML=i.innerHTML:d==="cssText"?c.styleSheet?c.styleSheet.cssText=i.cssText:c.appendChild(document.createTextNode(i.cssText)):c.setAttribute(d,i[d]===void 0?"":i[d]));c.setAttribute("data-rh","true"),o.some(function(u,p){return n=p,c.isEqualNode(u)})?o.splice(n,1):s.push(c)}),o.forEach(function(i){return i.parentNode.removeChild(i)}),s.forEach(function(i){return r.appendChild(i)}),{oldTags:o,newTags:s}},De=function(e,t){var n=document.getElementsByTagName(e)[0];if(n){for(var r=n.getAttribute("data-rh"),a=r?r.split(","):[],o=[].concat(a),s=Object.keys(t),i=0;i=0;p-=1)n.removeAttribute(o[p]);a.length===o.length?n.removeAttribute("data-rh"):n.getAttribute("data-rh")!==s.join(",")&&n.setAttribute("data-rh",s.join(","))}},_t=function(e,t){var n=e.baseTag,r=e.htmlAttributes,a=e.linkTags,o=e.metaTags,s=e.noscriptTags,i=e.onChangeClientState,c=e.scriptTags,d=e.styleTags,u=e.title,p=e.titleAttributes;De(T.BODY,e.bodyAttributes),De(T.HTML,r),function(f,v){f!==void 0&&document.title!==f&&(document.title=Wt(f)),De(T.TITLE,v)}(u,p);var m={baseTag:K(T.BASE,n),linkTags:K(T.LINK,a),metaTags:K(T.META,o),noscriptTags:K(T.NOSCRIPT,s),scriptTags:K(T.SCRIPT,c),styleTags:K(T.STYLE,d)},y={},l={};Object.keys(m).forEach(function(f){var v=m[f],x=v.newTags,O=v.oldTags;x.length&&(y[f]=x),O.length&&(l[f]=m[f].oldTags)}),t&&t(),i(e,y,l)},ae=null,Ae=function(e){function t(){for(var r,a=arguments.length,o=new Array(a),s=0;s elements are self-closing and can not contain children. Refer to our API for more information.")}},n.flattenArrayTypeChildren=function(r){var a,o=r.child,s=r.arrayTypeChildren;return k({},s,((a={})[o.type]=[].concat(s[o.type]||[],[k({},r.newChildProps,this.mapNestedChildrenToProps(o,r.nestedChildren))]),a))},n.mapObjectTypeChildren=function(r){var a,o,s=r.child,i=r.newProps,c=r.newChildProps,d=r.nestedChildren;switch(s.type){case T.TITLE:return k({},i,((a={})[s.type]=d,a.titleAttributes=k({},c),a));case T.BODY:return k({},i,{bodyAttributes:k({},c)});case T.HTML:return k({},i,{htmlAttributes:k({},c)});default:return k({},i,((o={})[s.type]=k({},c),o))}},n.mapArrayTypeChildrenToProps=function(r,a){var o=k({},a);return Object.keys(r).forEach(function(s){var i;o=k({},o,((i={})[s]=r[s],i))}),o},n.warnOnInvalidChildren=function(r,a){return pt(mt.some(function(o){return r.type===o}),typeof r.type=="function"?"You may be attempting to nest components within each other, which is not allowed. Refer to our API for more information.":"Only elements types "+mt.join(", ")+" are allowed. Helmet does not support rendering <"+r.type+"> elements. Refer to our API for more information."),pt(!a||typeof a=="string"||Array.isArray(a)&&!a.some(function(o){return typeof o!="string"}),"Helmet expects a string as a child of <"+r.type+">. Did you forget to wrap your children in braces? ( <"+r.type+">{``} ) Refer to our API for more information."),!0},n.mapChildrenToProps=function(r,a){var o=this,s={};return H.Children.forEach(r,function(i){if(i&&i.props){var c=i.props,d=c.children,u=ht(c,Qa),p=Object.keys(u).reduce(function(y,l){return y[za[l]||l]=u[l],y},{}),m=i.type;switch(typeof m=="symbol"?m=m.toString():o.warnOnInvalidChildren(i,d),m){case T.FRAGMENT:a=o.mapChildrenToProps(d,a);break;case T.LINK:case T.META:case T.NOSCRIPT:case T.SCRIPT:case T.STYLE:s=o.flattenArrayTypeChildren({child:i,arrayTypeChildren:s,newChildProps:p,nestedChildren:d});break;default:a=o.mapObjectTypeChildren({child:i,newProps:a,newChildProps:p,nestedChildren:d})}}}),this.mapArrayTypeChildrenToProps(s,a)},n.render=function(){var r=this.props,a=r.children,o=ht(r,Za),s=k({},o),i=o.helmetData;return a&&(s=this.mapChildrenToProps(a,s)),!i||i instanceof ze||(i=new ze(i.context,i.instances)),i?H.createElement(Ae,k({},s,{context:i.value,helmetData:void 0})):U(zt.Consumer,{children:function(c){return H.createElement(Ae,k({},s,{context:c}))}})},t}(Ve);Ne.propTypes={base:E.exports.object,bodyAttributes:E.exports.object,children:E.exports.oneOfType([E.exports.arrayOf(E.exports.node),E.exports.node]),defaultTitle:E.exports.string,defer:E.exports.bool,encodeSpecialCharacters:E.exports.bool,htmlAttributes:E.exports.object,link:E.exports.arrayOf(E.exports.object),meta:E.exports.arrayOf(E.exports.object),noscript:E.exports.arrayOf(E.exports.object),onChangeClientState:E.exports.func,script:E.exports.arrayOf(E.exports.object),style:E.exports.arrayOf(E.exports.object),title:E.exports.string,titleAttributes:E.exports.object,titleTemplate:E.exports.string,prioritizeSeoTags:E.exports.bool,helmetData:E.exports.object},Ne.defaultProps={defer:!0,encodeSpecialCharacters:!0,prioritizeSeoTags:!1},Ne.displayName="Helmet";const eo="_header-anchor_j6pkj_41",to="_api-groups_j6pkj_72",no="_api-group-li_j6pkj_80",ro="_level-2_j6pkj_83",ao="_api-group_j6pkj_72",oo="_header_j6pkj_41",Si={headerAnchor:eo,apiGroups:to,apiGroupLi:no,level2:ro,apiGroup:ao,header:oo};var de=function(e){return function(t){return Math.pow(t,e)}},pe=function(e){return function(t){return 1-Math.abs(Math.pow(t-1,e))}},Ie=function(e){return function(t){return t<.5?de(e)(t*2)/2:pe(e)(t*2-1)/2+.5}},io=function(e){return e},so=de(2),co=pe(2),lo=Ie(2),uo=de(3),fo=pe(3),po=Ie(3),ho=de(4),mo=pe(4),vo=Ie(4),go=de(5),yo=pe(5),_o=Ie(5),bo=function(e){return 1+Math.sin(Math.PI/2*e-Math.PI/2)},To=function(e){return Math.sin(Math.PI/2*e)},wo=function(e){return(1+Math.sin(Math.PI*e-Math.PI/2))/2},Qe=function(e){var t=7.5625,n=2.75;return e<1/n?t*e*e:e<2/n?(e-=1.5/n,t*e*e+.75):e<2.5/n?(e-=2.25/n,t*e*e+.9375):(e-=2.625/n,t*e*e+.984375)},Ft=function(e){return 1-Qe(1-e)},So=function(e){return e<.5?Ft(e*2)*.5:Qe(e*2-1)*.5+.5},xo=Object.freeze({linear:io,quadIn:so,quadOut:co,quadInOut:lo,cubicIn:uo,cubicOut:fo,cubicInOut:po,quartIn:ho,quartOut:mo,quartInOut:vo,quintIn:go,quintOut:yo,quintInOut:_o,sineIn:bo,sineOut:To,sineInOut:wo,bounceOut:Qe,bounceIn:Ft,bounceInOut:So}),Ze=function(t){var n=t.from,r=t.to,a=t.duration,o=t.delay,s=t.easing,i=t.onStart,c=t.onUpdate,d=t.onFinish;for(var u in n)r[u]===void 0&&(r[u]=n[u]);for(var p in r)n[p]===void 0&&(n[p]=r[p]);this.from=n,this.to=r,this.duration=a||500,this.delay=o||0,this.easing=s||"linear",this.onStart=i,this.onUpdate=c||function(){},this.onFinish=d,this.startTime=Date.now()+this.delay,this.started=!1,this.finished=!1,this.timer=null,this.keys={}};Ze.prototype.update=function(){if(this.time=Date.now(),!(this.timethis.duration?this.duration:this.elapsed;for(var t in this.to)this.keys[t]=this.from[t]+(this.to[t]-this.from[t])*xo[this.easing](this.elapsed/this.duration);this.started||(this.onStart&&this.onStart(this.keys),this.started=!0),this.onUpdate(this.keys)}};Ze.prototype.start=function(){var t=this;this.startTime=Date.now()+this.delay;var n=function(){t.update(),t.timer=requestAnimationFrame(n),t.finished&&(cancelAnimationFrame(t.timer),t.timer=null)};n()};Ze.prototype.stop=function(){cancelAnimationFrame(this.timer),this.timer=null};const Po="_button_togsy_1",Eo="_medium_togsy_14",Oo="_big_togsy_21",Ao="_brand_togsy_28",Co="_alt_togsy_47",xi={button:Po,medium:Eo,big:Oo,brand:Ao,alt:Co},ko="_clip_zensi_1",Pi={clip:ko},Io="_grid-2_aoqy8_2",Lo="_grid-4_aoqy8_3",Ro="_grid-6_aoqy8_4",jo="_grid-3_aoqy8_13",Ei={grid2:Io,grid4:Lo,grid6:Ro,grid3:jo};async function Mo(){const e=document.getElementById("root");if(!e)throw new Error("#root element not found");const t=async()=>{const{waitForApp:n,App:r}=await B(()=>import("./assets/app.356b375b.js"),["assets/app.356b375b.js","assets/Content.99334b04.js"]),{useState:a}=await B(()=>import("react"),[]),{BrowserRouter:o}=await B(()=>import("./assets/index.258eef2e.js"),[]),{DataContext:s}=await B(()=>import("./assets/index.fd8e6e37.js"),["assets/index.fd8e6e37.js","assets/Content.99334b04.js","assets/index.258eef2e.js"]),i=await n(window.location.pathname);return function(){const[d,u]=a(i);return U(s.Provider,{value:{data:d,setData:u},children:U(o,{children:U(r,{})})})}};{const n=await t(),{hydrateRoot:r}=await B(()=>import("react-dom/client"),[]);r(e,U(n,{}))}}Mo().then(()=>{setTimeout(()=>{qr()})});export{Ce as $,Pi as A,Ei as B,wt as C,It as D,In as E,ai as F,ri as G,Dt as H,oe as I,xn as J,Bo as K,fi as L,Ho as M,Uo as N,Sn as O,At as P,ie as Q,En as R,Go as S,Ze as T,Yo as U,L as V,Ne as W,Ko as X,Pn as Y,Jo as Z,B as _,ci as a,Ge as a0,te as a1,$e as a2,qo as a3,xt as a4,N as a5,Xo as a6,gn as a7,Y as a8,zo as a9,Wo as aa,wn as ab,Fo as ac,Vo as ad,Zo as ae,ei as af,ni as ag,jn as ah,Ye as ai,Ln as aj,we as ak,mr as al,Se as am,dr as an,$t as ao,pr as ap,er as aq,Xn as ar,ui as b,di as c,jt as d,ke as e,yi as f,li as g,vi as h,gi as i,mi as j,hi as k,ii as l,pi as m,oi as n,Br as o,bi as p,wi as q,ti as r,si as s,Ti as t,Qo as u,_i as v,Rn as w,Si as x,kr as y,xi as z}; + */const Ge=ue(null),Ce=ue(null),te=ue({outlet:null,matches:[]});function M(e,t){if(!e)throw new Error(t)}function qo(e,t){return t===void 0&&(t={}),e.replace(/:(\w+)/g,(n,r)=>(t[r]==null&&M(!1),t[r])).replace(/\/*\*$/,n=>t["*"]==null?"":t["*"].replace(/^\/*/,"/"))}function wt(e,t,n){n===void 0&&(n="/");let r=typeof t=="string"?N(t):t,a=Et(r.pathname||"/",n);if(a==null)return null;let o=St(e);an(o);let s=null;for(let i=0;s==null&&i{let s={relativePath:a.path||"",caseSensitive:a.caseSensitive===!0,childrenIndex:o,route:a};s.relativePath.startsWith("/")&&(s.relativePath.startsWith(r)||M(!1),s.relativePath=s.relativePath.slice(r.length));let i=W([r,s.relativePath]),c=n.concat(s);a.children&&a.children.length>0&&(a.index===!0&&M(!1),St(a.children,t,c,i)),!(a.path==null&&!a.index)&&t.push({path:i,score:dn(i,a.index),routesMeta:c})}),t}function an(e){e.sort((t,n)=>t.score!==n.score?n.score-t.score:pn(t.routesMeta.map(r=>r.childrenIndex),n.routesMeta.map(r=>r.childrenIndex)))}const on=/^:\w+$/,sn=3,cn=2,ln=1,un=10,fn=-2,nt=e=>e==="*";function dn(e,t){let n=e.split("/"),r=n.length;return n.some(nt)&&(r+=fn),t&&(r+=cn),n.filter(a=>!nt(a)).reduce((a,o)=>a+(on.test(o)?sn:o===""?ln:un),r)}function pn(e,t){return e.length===t.length&&e.slice(0,-1).every((r,a)=>r===t[a])?e[e.length-1]-t[t.length-1]:0}function hn(e,t){let{routesMeta:n}=e,r={},a="/",o=[];for(let s=0;s{if(u==="*"){let m=i[p]||"";s=o.slice(0,o.length-m.length).replace(/(.)\/+$/,"$1")}return d[u]=vn(i[p]||""),d},{}),pathname:o,pathnameBase:s,pattern:e}}function mn(e,t,n){t===void 0&&(t=!1),n===void 0&&(n=!0);let r=[],a="^"+e.replace(/\/*\*?$/,"").replace(/^\/*/,"/").replace(/[\\.*+^$?{}|()[\]]/g,"\\$&").replace(/:(\w+)/g,(s,i)=>(r.push(i),"([^\\/]+)"));return e.endsWith("*")?(r.push("*"),a+=e==="*"||e==="/*"?"(.*)$":"(?:\\/(.+)|\\/*)$"):a+=n?"\\/*$":"(?:(?=[.~-]|%[0-9A-F]{2})|\\b|\\/|$)",[new RegExp(a,t?void 0:"i"),r]}function vn(e,t){try{return decodeURIComponent(e)}catch{return e}}function gn(e,t){t===void 0&&(t="/");let{pathname:n,search:r="",hash:a=""}=typeof e=="string"?N(e):e;return{pathname:n?n.startsWith("/")?n:yn(n,t):t,search:bn(r),hash:Tn(a)}}function yn(e,t){let n=t.replace(/\/+$/,"").split("/");return e.split("/").forEach(a=>{a===".."?n.length>1&&n.pop():a!=="."&&n.push(a)}),n.length>1?n.join("/"):"/"}function Pt(e,t,n){let r=typeof e=="string"?N(e):e,a=e===""||r.pathname===""?"/":r.pathname,o;if(a==null)o=n;else{let i=t.length-1;if(a.startsWith("..")){let c=a.split("/");for(;c[0]==="..";)c.shift(),i-=1;r.pathname=c.join("/")}o=i>=0?t[i]:"/"}let s=gn(r,o);return a&&a!=="/"&&a.endsWith("/")&&!s.pathname.endsWith("/")&&(s.pathname+="/"),s}function _n(e){return e===""||e.pathname===""?"/":typeof e=="string"?N(e).pathname:e.pathname}function Et(e,t){if(t==="/")return e;if(!e.toLowerCase().startsWith(t.toLowerCase()))return null;let n=e.charAt(t.length);return n&&n!=="/"?null:e.slice(t.length)||"/"}const W=e=>e.join("/").replace(/\/\/+/g,"/"),Ot=e=>e.replace(/\/+$/,"").replace(/^\/*/,"/"),bn=e=>!e||e==="?"?"":e.startsWith("?")?e:"?"+e,Tn=e=>!e||e==="#"?"":e.startsWith("#")?e:"#"+e;function Uo(e){Y()||M(!1);let{basename:t,navigator:n}=j(Ge),{hash:r,pathname:a,search:o}=Sn(e),s=a;if(t!=="/"){let i=_n(e),c=i!=null&&i.endsWith("/");s=a==="/"?t+(c?"/":""):W([t,a])}return n.createHref({pathname:s,search:o,hash:r})}function Y(){return j(Ce)!=null}function ke(){return Y()||M(!1),j(Ce).location}function Wo(){return j(Ce).navigationType}function zo(e){Y()||M(!1);let{pathname:t}=ke();return ye(()=>xt(e,t),[t,e])}function At(){Y()||M(!1);let{basename:e,navigator:t}=j(Ge),{matches:n}=j(te),{pathname:r}=ke(),a=JSON.stringify(n.map(i=>i.pathnameBase)),o=Fe(!1);return bt(()=>{o.current=!0}),Vt(function(i,c){if(c===void 0&&(c={}),!o.current)return;if(typeof i=="number"){t.go(i);return}let d=Pt(i,JSON.parse(a),r);e!=="/"&&(d.pathname=W([e,d.pathname])),(c.replace?t.replace:t.push)(d,c.state)},[e,t,a,r])}const Ct=ue(null);function Fo(){return j(Ct)}function wn(e){let t=j(te).outlet;return t&&le(Ct.Provider,{value:e},t)}function Vo(){let{matches:e}=j(te),t=e[e.length-1];return t?t.params:{}}function Sn(e){let{matches:t}=j(te),{pathname:n}=ke(),r=JSON.stringify(t.map(a=>a.pathnameBase));return ye(()=>Pt(e,JSON.parse(r),n),[e,r,n])}function xn(e,t){Y()||M(!1);let{matches:n}=j(te),r=n[n.length-1],a=r?r.params:{};r&&r.pathname;let o=r?r.pathnameBase:"/";r&&r.route;let s=ke(),i;if(t){var c;let m=typeof t=="string"?N(t):t;o==="/"||((c=m.pathname)==null?void 0:c.startsWith(o))||M(!1),i=m}else i=s;let d=i.pathname||"/",u=o==="/"?d:d.slice(o.length)||"/",p=wt(e,{pathname:u});return kt(p&&p.map(m=>Object.assign({},m,{params:Object.assign({},a,m.params),pathname:W([o,m.pathname]),pathnameBase:m.pathnameBase==="/"?o:W([o,m.pathnameBase])})),n)}function kt(e,t){return t===void 0&&(t=[]),e==null?null:e.reduceRight((n,r,a)=>le(te.Provider,{children:r.route.element!==void 0?r.route.element:n,value:{outlet:n,matches:t.concat(e.slice(0,a+1))}}),null)}function Go(e){let{basename:t,children:n,initialEntries:r,initialIndex:a}=e,o=Fe();o.current==null&&(o.current=rn({initialEntries:r,initialIndex:a}));let s=o.current,[i,c]=Gt({action:s.action,location:s.location});return Yt(()=>s.listen(c),[s]),le(En,{basename:t,children:n,location:i.location,navigationType:i.action,navigator:s})}function Yo(e){let{to:t,replace:n,state:r}=e;Y()||M(!1);let a=At();return bt(()=>{a(t,{replace:n,state:r})}),null}function Ko(e){return wn(e.context)}function Pn(e){M(!1)}function En(e){let{basename:t="/",children:n=null,location:r,navigationType:a=L.Pop,navigator:o,static:s=!1}=e;Y()&&M(!1);let i=Ot(t),c=ye(()=>({basename:i,navigator:o,static:s}),[i,o,s]);typeof r=="string"&&(r=N(r));let{pathname:d="/",search:u="",hash:p="",state:m=null,key:y="default"}=r,l=ye(()=>{let f=Et(d,i);return f==null?null:{pathname:f,search:u,hash:p,state:m,key:y}},[i,d,u,p,m,y]);return l==null?null:le(Ge.Provider,{value:c},le(Ce.Provider,{children:n,value:{location:l,navigationType:a}}))}function Jo(e){let{children:t,location:n}=e;return xn($e(t),n)}function $e(e){let t=[];return Kt.forEach(e,n=>{if(!Jt(n))return;if(n.type===Xt){t.push.apply(t,$e(n.props.children));return}n.type!==Pn&&M(!1);let r={caseSensitive:n.props.caseSensitive,element:n.props.element,index:n.props.index,path:n.props.path};n.props.children&&(r.children=$e(n.props.children)),t.push(r)}),t}function Xo(e){return kt(e)}function fe(e){const t=Qt(e);let n,r;const o=Zt(function(i,c){const u=Fe(n!=null?n:t).current;return U(u,{ref:c,...i})});return o.preload=()=>(r||(r=e().then(s=>(n=s.default,s))),r),o}const rt=fe(()=>B(()=>import("./assets/api.1d7ce186.js"),[])),at=fe(()=>B(()=>import("./assets/examples.02a9f801.js"),["assets/examples.02a9f801.js","assets/index.b3eadc13.js"])),ot=fe(()=>B(()=>import("./assets/getting-started.14169fb1.js"),["assets/getting-started.14169fb1.js","assets/index.b3eadc13.js"])),it=fe(()=>B(()=>import("./assets/index.b5853b44.js"),[])),It=[{path:"/react-peel/guide/api",element:H.createElement(rt),filePath:"/home/runner/work/react-peel/react-peel/docs/guide/api.mdx",preload:rt.preload},{path:"/react-peel/guide/examples",element:H.createElement(at),filePath:"/home/runner/work/react-peel/react-peel/docs/guide/examples.mdx",preload:at.preload},{path:"/react-peel/guide/getting-started",element:H.createElement(ot),filePath:"/home/runner/work/react-peel/react-peel/docs/guide/getting-started.mdx",preload:ot.preload},{path:"/react-peel/",element:H.createElement(it),filePath:"/home/runner/work/react-peel/react-peel/docs/index.md",preload:it.preload}],On=Object.freeze(Object.defineProperty({__proto__:null,lazyWithPreload:fe,routes:It},Symbol.toStringTag,{value:"Module"})),Be="island-theme-appearance",An=["https://island-tutorial.sanyuan0704.top","https://island.sanyuan0704.top","https://islandjs.dev"],Lt=/^(https?:)?\/\//,Cn=/\?.*$/s,kn=/#.*$/s,In=e=>e.replace(kn,"").replace(Cn,""),Rt=()=>typeof window<"u";function Ye(e){return e.charAt(0)==="/"||e.startsWith("https")?e:"/"+e}function Ln(e){return e.charAt(e.length-1)==="/"?e.slice(0,-1):e}function jt(e){return Ln(Ye(e))}const Mt="/react-peel/",Dt=ue({data:Rt()?window==null?void 0:window.ISLAND_PAGE_DATA:null,setData:e=>{}}),Qo=()=>j(Dt).data,Zo=e=>{try{return j(Dt).setData(e)}catch(t){console.log(t)}},ei=(e=()=>!0)=>Promise.all(It.filter(e).map(async t=>({...await t.preload(),routePath:t.path})));function Rn(e="/"){if(Lt.test(e))return e;const t=jt(Mt),n=Ye(e);return`${t}${n}`}function ti(e){const t=jt(Mt);return e.replace(t,"")}const ni=()=>!0,ri=(e,t)=>{const n={...e};for(const r of t)delete n[r];return n},ai=(e,t,n)=>{const r=t.split(".").pop();let a=In(e);return a.startsWith(n)&&(a=a.slice(n.length)),r&&(a+=`.${r}`),a.replace(/^\//,"")};function oi(e){return e?e.startsWith("http")?e:Ye(`${e}`):"/"}function jn(e){return e.replace(/\.html$/,"").replace(/\/index$/,"/")}const Mn="_nav_1ic07_2",Dn="_has-sidebar_1ic07_16",Nn="_nav-bar-title_1ic07_16",$n="_content_1ic07_24",Bn="_rightNav_1ic07_42",Hn="_container_1ic07_52",qn="_social-links-icon_1ic07_60",ii={nav:Mn,hasSidebar:Dn,navBarTitle:Nn,content:$n,rightNav:Bn,container:Hn,socialLinksIcon:qn},Un="_check_1tqe3_17",Wn="_icon_1tqe3_34",zn="_dark_1tqe3_29",si={switch:"_switch_1tqe3_1",check:Un,icon:Wn,dark:zn},Fn="_sun_8e60k_1",Vn="_moon_8e60k_5",ci={sun:Fn,moon:Vn};let F=!0,me,G,J;typeof window<"u"&&typeof localStorage<"u"&&(G=localStorage.getItem(Be)||"auto",J=window.matchMedia("(prefers-color-scheme: dark)"),F=G==="auto"?J.matches:G==="dark",J.onchange=e=>{G==="auto"&&He(F=e.matches)});const He=e=>{me[e?"add":"remove"]("dark")},li=()=>{if(typeof window<"u"&&me===void 0){me=document.documentElement.classList;const e=()=>{const t=localStorage.getItem(Be)||"auto";me&&(He(t==="auto"?J.matches:t==="dark"),F=!F)};window.addEventListener("storage",e)}return()=>{He(F=!F),typeof window<"u"&&typeof localStorage<"u"&&(F?G=J.matches?"auto":"dark":G=J.matches?"light":"auto",localStorage.setItem(Be,G))}},Gn="_searchInput_y03a3_1",Yn="_searchCommand_y03a3_7",Kn="_focus_y03a3_14",ui={searchInput:Gn,searchCommand:Yn,focus:Kn},Jn="_link_r3fql_1",st={link:Jn};var Xn=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},Nt={exports:{}};/* NProgress, (c) 2013, 2014 Rico Sta. Cruz - http://ricostacruz.com/nprogress + * @license MIT */(function(e,t){(function(n,r){e.exports=r()})(Xn,function(){var n={};n.version="0.2.0";var r=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:'
'};n.configure=function(l){var f,v;for(f in l)v=l[f],v!==void 0&&l.hasOwnProperty(f)&&(r[f]=v);return this},n.status=null,n.set=function(l){var f=n.isStarted();l=a(l,r.minimum,1),n.status=l===1?null:l;var v=n.render(!f),x=v.querySelector(r.barSelector),O=r.speed,b=r.easing;return v.offsetWidth,i(function(_){r.positionUsing===""&&(r.positionUsing=n.getPositioningCSS()),c(x,s(l,O,b)),l===1?(c(v,{transition:"none",opacity:1}),v.offsetWidth,setTimeout(function(){c(v,{transition:"all "+O+"ms linear",opacity:0}),setTimeout(function(){n.remove(),_()},O)},O)):setTimeout(_,O)}),this},n.isStarted=function(){return typeof n.status=="number"},n.start=function(){n.status||n.set(0);var l=function(){setTimeout(function(){!n.status||(n.trickle(),l())},r.trickleSpeed)};return r.trickle&&l(),this},n.done=function(l){return!l&&!n.status?this:n.inc(.3+.5*Math.random()).set(1)},n.inc=function(l){var f=n.status;return f?(typeof l!="number"&&(l=(1-f)*a(Math.random()*f,.1,.95)),f=a(f+l,0,.994),n.set(f)):n.start()},n.trickle=function(){return n.inc(Math.random()*r.trickleRate)},function(){var l=0,f=0;n.promise=function(v){return!v||v.state()==="resolved"?this:(f===0&&n.start(),l++,f++,v.always(function(){f--,f===0?(l=0,n.done()):n.set((l-f)/l)}),this)}}(),n.render=function(l){if(n.isRendered())return document.getElementById("nprogress");u(document.documentElement,"nprogress-busy");var f=document.createElement("div");f.id="nprogress",f.innerHTML=r.template;var v=f.querySelector(r.barSelector),x=l?"-100":o(n.status||0),O=document.querySelector(r.parent),b;return c(v,{transition:"all 0 linear",transform:"translate3d("+x+"%,0,0)"}),r.showSpinner||(b=f.querySelector(r.spinnerSelector),b&&y(b)),O!=document.body&&u(O,"nprogress-custom-parent"),O.appendChild(f),f},n.remove=function(){p(document.documentElement,"nprogress-busy"),p(document.querySelector(r.parent),"nprogress-custom-parent");var l=document.getElementById("nprogress");l&&y(l)},n.isRendered=function(){return!!document.getElementById("nprogress")},n.getPositioningCSS=function(){var l=document.body.style,f="WebkitTransform"in l?"Webkit":"MozTransform"in l?"Moz":"msTransform"in l?"ms":"OTransform"in l?"O":"";return f+"Perspective"in l?"translate3d":f+"Transform"in l?"translate":"margin"};function a(l,f,v){return lv?v:l}function o(l){return(-1+l)*100}function s(l,f,v){var x;return r.positionUsing==="translate3d"?x={transform:"translate3d("+o(l)+"%,0,0)"}:r.positionUsing==="translate"?x={transform:"translate("+o(l)+"%,0)"}:x={"margin-left":o(l)+"%"},x.transition="all "+f+"ms "+v,x}var i=function(){var l=[];function f(){var v=l.shift();v&&v(f)}return function(v){l.push(v),l.length==1&&f()}}(),c=function(){var l=["Webkit","O","Moz","ms"],f={};function v(_){return _.replace(/^-ms-/,"ms-").replace(/-([\da-z])/gi,function(P,w){return w.toUpperCase()})}function x(_){var P=document.body.style;if(_ in P)return _;for(var w=l.length,g=_.charAt(0).toUpperCase()+_.slice(1),h;w--;)if(h=l[w]+g,h in P)return h;return _}function O(_){return _=v(_),f[_]||(f[_]=x(_))}function b(_,P,w){P=O(P),_.style[P]=w}return function(_,P){var w=arguments,g,h;if(w.length==2)for(g in P)h=P[g],h!==void 0&&P.hasOwnProperty(g)&&b(_,g,h);else b(_,w[1],w[2])}}();function d(l,f){var v=typeof l=="string"?l:m(l);return v.indexOf(" "+f+" ")>=0}function u(l,f){var v=m(l),x=v+f;d(v,f)||(l.className=x.substring(1))}function p(l,f){var v=m(l),x;!d(l,f)||(x=v.replace(" "+f+" "," "),l.className=x.substring(1,x.length-1))}function m(l){return(" "+(l.className||"")+" ").replace(/\s+/gi," ")}function y(l){l&&l.parentNode&&l.parentNode.removeChild(l)}return n})})(Nt);const qe=Nt.exports;qe.configure({showSpinner:!1});function fi(e){const{href:t="/",children:n,className:r=""}=e,a=Lt.test(t),o=An.some(d=>t.startsWith(d)),s=a&&!o?"_blank":"",i=a?"noopener noreferrer":void 0,c=a?t:Rn(t);if(a)return U("a",{href:c,target:s,rel:i,className:`${st.link} ${r}`,children:n});{const d=At(),u=async p=>{p.preventDefault();const{routes:m}=await B(()=>Promise.resolve().then(()=>On),void 0),y=wt(m,jn(c));if(y!=null&&y.length){const l=setTimeout(()=>{qe.start()},200);await y[0].route.preload(),clearTimeout(l),qe.done()}d(c,{replace:!1})};return U("a",{className:`${st.link} ${r}`,rel:i,target:s,onClick:u,cursor:"pointer",children:n})}}const Qn="_social-links-icon_56ztr_1",di={socialLinksIcon:Qn};var Zn=typeof global=="object"&&global&&global.Object===Object&&global;const er=Zn;var tr=typeof self=="object"&&self&&self.Object===Object&&self,nr=er||tr||Function("return this")();const $t=nr;var rr=$t.Symbol;const we=rr;var Bt=Object.prototype,ar=Bt.hasOwnProperty,or=Bt.toString,ne=we?we.toStringTag:void 0;function ir(e){var t=ar.call(e,ne),n=e[ne];try{e[ne]=void 0;var r=!0}catch{}var a=or.call(e);return r&&(t?e[ne]=n:delete e[ne]),a}var sr=Object.prototype,cr=sr.toString;function lr(e){return cr.call(e)}var ur="[object Null]",fr="[object Undefined]",ct=we?we.toStringTag:void 0;function dr(e){return e==null?e===void 0?fr:ur:ct&&ct in Object(e)?ir(e):lr(e)}function pr(e){return e!=null&&typeof e=="object"}var hr="[object Symbol]";function mr(e){return typeof e=="symbol"||pr(e)&&dr(e)==hr}var vr=/\s/;function gr(e){for(var t=e.length;t--&&vr.test(e.charAt(t)););return t}var yr=/^\s+/;function _r(e){return e&&e.slice(0,gr(e)+1).replace(yr,"")}function Se(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var lt=0/0,br=/^[-+]0x[0-9a-f]+$/i,Tr=/^0b[01]+$/i,wr=/^0o[0-7]+$/i,Sr=parseInt;function ut(e){if(typeof e=="number")return e;if(mr(e))return lt;if(Se(e)){var t=typeof e.valueOf=="function"?e.valueOf():e;e=Se(t)?t+"":t}if(typeof e!="string")return e===0?e:+e;e=_r(e);var n=Tr.test(e);return n||wr.test(e)?Sr(e.slice(2),n?2:8):br.test(e)?lt:+e}var xr=function(){return $t.Date.now()};const Le=xr;var Pr="Expected a function",Er=Math.max,Or=Math.min;function Ar(e,t,n){var r,a,o,s,i,c,d=0,u=!1,p=!1,m=!0;if(typeof e!="function")throw new TypeError(Pr);t=ut(t)||0,Se(n)&&(u=!!n.leading,p="maxWait"in n,o=p?Er(ut(n.maxWait)||0,t):o,m="trailing"in n?!!n.trailing:m);function y(w){var g=r,h=a;return r=a=void 0,d=w,s=e.apply(h,g),s}function l(w){return d=w,i=setTimeout(x,t),u?y(w):s}function f(w){var g=w-c,h=w-d,S=t-g;return p?Or(S,o-h):S}function v(w){var g=w-c,h=w-d;return c===void 0||g>=t||g<0||p&&h>=o}function x(){var w=Le();if(v(w))return O(w);i=setTimeout(x,f(w))}function O(w){return i=void 0,m&&r?y(w):(r=a=void 0,s)}function b(){i!==void 0&&clearTimeout(i),d=0,r=c=a=i=void 0}function _(){return i===void 0?s:O(Le())}function P(){var w=Le(),g=v(w);if(r=arguments,a=this,c=w,g){if(i===void 0)return l(c);if(p)return clearTimeout(i),i=setTimeout(x,t),y(c)}return i===void 0&&(i=setTimeout(x,t)),s}return P.cancel=b,P.flush=_,P}var Cr="Expected a function";function kr(e,t,n){var r=!0,a=!0;if(typeof e!="function")throw new TypeError(Cr);return Se(n)&&(r="leading"in n?!!n.leading:r,a="trailing"in n?!!n.trailing:a),Ar(e,t,{leading:r,maxWait:t,trailing:a})}var Ir=function(){var e=document.getSelection();if(!e.rangeCount)return function(){};for(var t=document.activeElement,n=[],r=0;r"u"){n&&console.warn("unable to use e.clipboardData"),n&&console.warn("trying IE specific stuff"),window.clipboardData.clearData();var p=ft[t.format]||ft.default;window.clipboardData.setData(p,e)}else u.clipboardData.clearData(),u.clipboardData.setData(t.format,e);t.onCopy&&(u.preventDefault(),t.onCopy(u.clipboardData))}),document.body.appendChild(i),o.selectNodeContents(i),s.addRange(o);var d=document.execCommand("copy");if(!d)throw new Error("copy command was unsuccessful");c=!0}catch(u){n&&console.error("unable to copy using execCommand: ",u),n&&console.warn("trying IE specific stuff");try{window.clipboardData.setData(t.format||"text",e),t.onCopy&&t.onCopy(window.clipboardData),c=!0}catch(p){n&&console.error("unable to copy using clipboardData: ",p),n&&console.error("falling back to prompt"),r=jr("message"in t?t.message:Rr),window.prompt(r,e)}}finally{s&&(typeof s.removeRange=="function"?s.removeRange(o):s.removeAllRanges()),i&&document.body.removeChild(i),a()}return c}var Dr=Mr;function Nr(){const e=new Map;window.addEventListener("click",t=>{var r;const n=t.target;if(n.matches('div[class*="language-"] > button.copy')){const a=n.parentElement,o=(r=n.nextElementSibling)==null?void 0:r.nextElementSibling;if(!a||!o)return;const{innerText:s=""}=o;if(Dr(s)){n.classList.add("copied"),clearTimeout(e.get(n));const c=setTimeout(()=>{n.classList.remove("copied"),n.blur(),e.delete(n)},2e3);e.set(n,c)}}})}const $r=56;function Br(e,t){const n=parseInt(window.getComputedStyle(e).paddingTop,10),r=window.scrollY+e.getBoundingClientRect().top-$r+n;window.scrollTo({left:0,top:r,...t?{behavior:"smooth"}:{}})}function Hr(){function e(t,n,r=!1){let a=null;try{a=t.classList.contains("header-anchor")?t:document.getElementById(decodeURIComponent(n.slice(1)))}catch(o){console.warn(o)}a&&Br(a,r)}window.addEventListener("click",t=>{const n=t.target.closest("a");if(n){const{origin:r,hash:a,target:o,pathname:s,search:i}=n,c=window.location;a&&o!=="_blank"&&r===c.origin&&s===c.pathname&&i===c.search&&a&&a!==c.hash&&n.classList.contains("header-anchor")&&(t.preventDefault(),history.pushState(null,"",a),e(n,a,!0),window.dispatchEvent(new Event("hashchange")))}},{capture:!0}),window.addEventListener("hashchange",t=>{t.preventDefault()})}function pi(){function e(){return document.documentElement.scrollTop+window.innerHeight>=document.documentElement.scrollHeight}const t=56,n=document.getElementById("aside-marker"),r=document.getElementById("aside-container"),a=Array.from(document.querySelectorAll(".island-doc .header-anchor")).filter(u=>{var p;return((p=u.parentElement)==null?void 0:p.tagName)!=="H1"});if(!r||!a.length)return;let o=null;const s=Array.from((r==null?void 0:r.getElementsByTagName("a"))||[]).map(u=>decodeURIComponent(u.hash));if(n&&!s.length){n.style.opacity="0";return}const i=(u,p)=>{if(o&&o.classList.remove("aside-active"),u[p]){u[p].classList.add("aside-active");const m=u[p].getAttribute("href"),y=s.findIndex(f=>f===m),l=r==null?void 0:r.querySelector(`a[href="#${m==null?void 0:m.slice(1)}"]`);l&&(o=l,o.classList.add("aside-active"),n.style.top=`${33+y*28}px`,n.style.opacity="1")}},d=kr(()=>{if(e())i(a,a.length-1);else for(let u=0;u=l&&y{window.removeEventListener("scroll",d)}}function qr(){!Rt()||(Hr(),Nr())}const Ur="_navHamburger_14nz8_1",Wr="_container_14nz8_14",zr="_top_14nz8_21",Fr="_middle_14nz8_27",Vr="_bottom_14nz8_33",Gr="_active_14nz8_39",hi={navHamburger:Ur,container:Wr,top:zr,middle:Fr,bottom:Vr,active:Gr},Yr="_navScreen_1mkpq_1",Kr="_active_1mkpq_17",Jr="_container_1mkpq_21",Xr="_navMenu_1mkpq_27",Qr="_navMenuItem_1mkpq_34",Zr="_navAppearance_1mkpq_46",ea="_socialAndAppearance_1mkpq_50",mi={navScreen:Yr,active:Kr,container:Jr,navMenu:Xr,navMenuItem:Qr,navAppearance:Zr,socialAndAppearance:ea};function ta(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t1),X=[],Pe=!1,Je=-1,se=void 0,V=void 0,ce=void 0,Ht=function(t){return X.some(function(n){return!!(n.options.allowTouchMove&&n.options.allowTouchMove(t))})},Ee=function(t){var n=t||window.event;return Ht(n.target)||n.touches.length>1?!0:(n.preventDefault&&n.preventDefault(),!1)},na=function(t){if(ce===void 0){var n=!!t&&t.reserveScrollBarGap===!0,r=window.innerWidth-document.documentElement.clientWidth;if(n&&r>0){var a=parseInt(window.getComputedStyle(document.body).getPropertyValue("padding-right"),10);ce=document.body.style.paddingRight,document.body.style.paddingRight=a+r+"px"}}se===void 0&&(se=document.body.style.overflow,document.body.style.overflow="hidden")},ra=function(){ce!==void 0&&(document.body.style.paddingRight=ce,ce=void 0),se!==void 0&&(document.body.style.overflow=se,se=void 0)},aa=function(){return window.requestAnimationFrame(function(){if(V===void 0){V={position:document.body.style.position,top:document.body.style.top,left:document.body.style.left};var t=window,n=t.scrollY,r=t.scrollX,a=t.innerHeight;document.body.style.position="fixed",document.body.style.top=-n,document.body.style.left=-r,setTimeout(function(){return window.requestAnimationFrame(function(){var o=a-window.innerHeight;o&&n>=a&&(document.body.style.top=-(n+o))})},300)}})},oa=function(){if(V!==void 0){var t=-parseInt(document.body.style.top,10),n=-parseInt(document.body.style.left,10);document.body.style.position=V.position,document.body.style.top=V.top,document.body.style.left=V.left,window.scrollTo(n,t),V=void 0}},ia=function(t){return t?t.scrollHeight-t.scrollTop<=t.clientHeight:!1},sa=function(t,n){var r=t.targetTouches[0].clientY-Je;return Ht(t.target)?!1:n&&n.scrollTop===0&&r>0||ia(n)&&r<0?Ee(t):(t.stopPropagation(),!0)},vi=function(t,n){if(!t){console.error("disableBodyScroll unsuccessful - targetElement must be provided when calling disableBodyScroll on IOS devices.");return}if(!X.some(function(a){return a.targetElement===t})){var r={targetElement:t,options:n||{}};X=[].concat(ta(X),[r]),xe?aa():na(n),xe&&(t.ontouchstart=function(a){a.targetTouches.length===1&&(Je=a.targetTouches[0].clientY)},t.ontouchmove=function(a){a.targetTouches.length===1&&sa(a,t)},Pe||(document.addEventListener("touchmove",Ee,Ke?{passive:!1}:void 0),Pe=!0))}},gi=function(){xe&&(X.forEach(function(t){t.targetElement.ontouchstart=null,t.targetElement.ontouchmove=null}),Pe&&(document.removeEventListener("touchmove",Ee,Ke?{passive:!1}:void 0),Pe=!1),Je=-1),xe?oa():ra(),X=[]};const ca="_navScreenMenuGroup_1xte3_1",la="_open_1xte3_7",ua="_button_1xte3_12",fa="_buttonSpan_1xte3_25",da="_items_1xte3_32",pa="_down_1xte3_40",yi={navScreenMenuGroup:ca,open:la,button:ua,buttonSpan:fa,items:da,down:pa},ha="_content_5cssi_2",ma="_docLayout_5cssi_8",va="_contentArticle_5cssi_22",ga="_aside-container_5cssi_32",_i={content:ha,docLayout:ma,contentArticle:va,asideContainer:ga},ya="_pager_1f77m_2",_a="_has-next_1f77m_7",ba="_prev_1f77m_13",Ta="_next_1f77m_16",wa="_pager-link_1f77m_20",Sa="_title_1f77m_34",xa="_desc_1f77m_43",bi={pager:ya,hasNext:_a,prev:ba,next:Ta,pagerLink:wa,title:Sa,desc:xa},Pa="_localNav_ncerp_1",Ea="_menu_ncerp_16",Oa="_backDrop_ncerp_28",Ti={localNav:Pa,menu:Ea,backDrop:Oa},Aa="_sidebar_iav29_1",Ca="_open_iav29_23",wi={sidebar:Aa,open:Ca};var E={exports:{}},ka="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED",Ia=ka,La=Ia;function qt(){}function Ut(){}Ut.resetWarningCache=qt;var Ra=function(){function e(r,a,o,s,i,c){if(c!==La){var d=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 d.name="Invariant Violation",d}}e.isRequired=e;function t(){return 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:Ut,resetWarningCache:qt};return n.PropTypes=n,n};E.exports=Ra();var ja=typeof Element<"u",Ma=typeof Map=="function",Da=typeof Set=="function",Na=typeof ArrayBuffer=="function"&&!!ArrayBuffer.isView;function ve(e,t){if(e===t)return!0;if(e&&t&&typeof e=="object"&&typeof t=="object"){if(e.constructor!==t.constructor)return!1;var n,r,a;if(Array.isArray(e)){if(n=e.length,n!=t.length)return!1;for(r=n;r--!==0;)if(!ve(e[r],t[r]))return!1;return!0}var o;if(Ma&&e instanceof Map&&t instanceof Map){if(e.size!==t.size)return!1;for(o=e.entries();!(r=o.next()).done;)if(!t.has(r.value[0]))return!1;for(o=e.entries();!(r=o.next()).done;)if(!ve(r.value[1],t.get(r.value[0])))return!1;return!0}if(Da&&e instanceof Set&&t instanceof Set){if(e.size!==t.size)return!1;for(o=e.entries();!(r=o.next()).done;)if(!t.has(r.value[0]))return!1;return!0}if(Na&&ArrayBuffer.isView(e)&&ArrayBuffer.isView(t)){if(n=e.length,n!=t.length)return!1;for(r=n;r--!==0;)if(e[r]!==t[r])return!1;return!0}if(e.constructor===RegExp)return e.source===t.source&&e.flags===t.flags;if(e.valueOf!==Object.prototype.valueOf&&typeof e.valueOf=="function"&&typeof t.valueOf=="function")return e.valueOf()===t.valueOf();if(e.toString!==Object.prototype.toString&&typeof e.toString=="function"&&typeof t.toString=="function")return e.toString()===t.toString();if(a=Object.keys(e),n=a.length,n!==Object.keys(t).length)return!1;for(r=n;r--!==0;)if(!Object.prototype.hasOwnProperty.call(t,a[r]))return!1;if(ja&&e instanceof Element)return!1;for(r=n;r--!==0;)if(!((a[r]==="_owner"||a[r]==="__v"||a[r]==="__o")&&e.$$typeof)&&!ve(e[a[r]],t[a[r]]))return!1;return!0}return e!==e&&t!==t}var $a=function(t,n){try{return ve(t,n)}catch(r){if((r.message||"").match(/stack|recursion/i))return console.warn("react-fast-compare cannot handle circular refs"),!1;throw r}},Ba=function(e,t,n,r,a,o,s,i){if(!e){var c;if(t===void 0)c=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var d=[n,r,a,o,s,i],u=0;c=new Error(t.replace(/%s/g,function(){return d[u++]})),c.name="Invariant Violation"}throw c.framesToPop=1,c}},pt=Ba,Ha=function(t,n,r,a){var o=r?r.call(a,t,n):void 0;if(o!==void 0)return!!o;if(t===n)return!0;if(typeof t!="object"||!t||typeof n!="object"||!n)return!1;var s=Object.keys(t),i=Object.keys(n);if(s.length!==i.length)return!1;for(var c=Object.prototype.hasOwnProperty.bind(n),d=0;d=0||(a[n]=e[n]);return a}var T={BASE:"base",BODY:"body",HEAD:"head",HTML:"html",LINK:"link",META:"meta",NOSCRIPT:"noscript",SCRIPT:"script",STYLE:"style",TITLE:"title",FRAGMENT:"Symbol(react.fragment)"},qa={rel:["amphtml","canonical","alternate"]},Ua={type:["application/ld+json"]},Wa={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"]},mt=Object.keys(T).map(function(e){return T[e]}),Oe={accesskey:"accessKey",charset:"charSet",class:"className",contenteditable:"contentEditable",contextmenu:"contextMenu","http-equiv":"httpEquiv",itemprop:"itemProp",tabindex:"tabIndex"},za=Object.keys(Oe).reduce(function(e,t){return e[Oe[t]]=t,e},{}),Q=function(e,t){for(var n=e.length-1;n>=0;n-=1){var r=e[n];if(Object.prototype.hasOwnProperty.call(r,t))return r[t]}return null},Fa=function(e){var t=Q(e,T.TITLE),n=Q(e,"titleTemplate");if(Array.isArray(t)&&(t=t.join("")),n&&t)return n.replace(/%s/g,function(){return t});var r=Q(e,"defaultTitle");return t||r||void 0},Va=function(e){return Q(e,"onChangeClientState")||function(){}},Re=function(e,t){return t.filter(function(n){return n[e]!==void 0}).map(function(n){return n[e]}).reduce(function(n,r){return k({},n,r)},{})},Ga=function(e,t){return t.filter(function(n){return n[T.BASE]!==void 0}).map(function(n){return n[T.BASE]}).reverse().reduce(function(n,r){if(!n.length)for(var a=Object.keys(r),o=0;o/g,">").replace(/"/g,""").replace(/'/g,"'")},gt=function(e){return Object.keys(e).reduce(function(t,n){var r=e[n]!==void 0?n+'="'+e[n]+'"':""+n;return t?t+" "+r:r},"")},yt=function(e,t){return t===void 0&&(t={}),Object.keys(e).reduce(function(n,r){return n[Oe[r]||r]=e[r],n},t)},ge=function(e,t){return t.map(function(n,r){var a,o=((a={key:r})["data-rh"]=!0,a);return Object.keys(n).forEach(function(s){var i=Oe[s]||s;i==="innerHTML"||i==="cssText"?o.dangerouslySetInnerHTML={__html:n.innerHTML||n.cssText}:o[i]=n[s]}),H.createElement(e,o)})},D=function(e,t,n){switch(e){case T.TITLE:return{toComponent:function(){return a=t.titleAttributes,(o={key:r=t.title})["data-rh"]=!0,s=yt(a,o),[H.createElement(T.TITLE,s,r)];var r,a,o,s},toString:function(){return function(r,a,o,s){var i=gt(o),c=Wt(a);return i?"<"+r+' data-rh="true" '+i+">"+Me(c,s)+"":"<"+r+' data-rh="true">'+Me(c,s)+""}(e,t.title,t.titleAttributes,n)}};case"bodyAttributes":case"htmlAttributes":return{toComponent:function(){return yt(t)},toString:function(){return gt(t)}};default:return{toComponent:function(){return ge(e,t)},toString:function(){return function(r,a,o){return a.reduce(function(s,i){var c=Object.keys(i).filter(function(p){return!(p==="innerHTML"||p==="cssText")}).reduce(function(p,m){var y=i[m]===void 0?m:m+'="'+Me(i[m],o)+'"';return p?p+" "+y:y},""),d=i.innerHTML||i.cssText||"",u=Ka.indexOf(r)===-1;return s+"<"+r+' data-rh="true" '+c+(u?"/>":">"+d+"")},"")}(e,t,n)}}}},We=function(e){var t=e.baseTag,n=e.bodyAttributes,r=e.encode,a=e.htmlAttributes,o=e.noscriptTags,s=e.styleTags,i=e.title,c=i===void 0?"":i,d=e.titleAttributes,u=e.linkTags,p=e.metaTags,m=e.scriptTags,y={toComponent:function(){},toString:function(){return""}};if(e.prioritizeSeoTags){var l=function(f){var v=f.linkTags,x=f.scriptTags,O=f.encode,b=je(f.metaTags,Wa),_=je(v,qa),P=je(x,Ua);return{priorityMethods:{toComponent:function(){return[].concat(ge(T.META,b.priority),ge(T.LINK,_.priority),ge(T.SCRIPT,P.priority))},toString:function(){return D(T.META,b.priority,O)+" "+D(T.LINK,_.priority,O)+" "+D(T.SCRIPT,P.priority,O)}},metaTags:b.default,linkTags:_.default,scriptTags:P.default}}(e);y=l.priorityMethods,u=l.linkTags,p=l.metaTags,m=l.scriptTags}return{priority:y,base:D(T.BASE,t,r),bodyAttributes:D("bodyAttributes",n,r),htmlAttributes:D("htmlAttributes",a,r),link:D(T.LINK,u,r),meta:D(T.META,p,r),noscript:D(T.NOSCRIPT,o,r),script:D(T.SCRIPT,m,r),style:D(T.STYLE,s,r),title:D(T.TITLE,{title:c,titleAttributes:d},r)}},he=[],ze=function(e,t){var n=this;t===void 0&&(t=typeof document<"u"),this.instances=[],this.value={setHelmet:function(r){n.context.helmet=r},helmetInstances:{get:function(){return n.canUseDOM?he:n.instances},add:function(r){(n.canUseDOM?he:n.instances).push(r)},remove:function(r){var a=(n.canUseDOM?he:n.instances).indexOf(r);(n.canUseDOM?he:n.instances).splice(a,1)}}},this.context=e,this.canUseDOM=t,t||(e.helmet=We({baseTag:[],bodyAttributes:{},encodeSpecialCharacters:!0,htmlAttributes:{},linkTags:[],metaTags:[],noscriptTags:[],scriptTags:[],styleTags:[],title:"",titleAttributes:{}}))},zt=H.createContext({}),Ja=E.exports.shape({setHelmet:E.exports.func,helmetInstances:E.exports.shape({get:E.exports.func,add:E.exports.func,remove:E.exports.func})}),Xa=typeof document<"u",oe=function(e){function t(n){var r;return(r=e.call(this,n)||this).helmetData=new ze(r.props.context,t.canUseDOM),r}return Xe(t,e),t.prototype.render=function(){return U(zt.Provider,{value:this.helmetData.value,children:this.props.children})},t}(Ve);oe.canUseDOM=Xa,oe.propTypes={context:E.exports.shape({helmet:E.exports.shape()}),children:E.exports.node.isRequired},oe.defaultProps={context:{}},oe.displayName="HelmetProvider";var K=function(e,t){var n,r=document.head||document.querySelector(T.HEAD),a=r.querySelectorAll(e+"[data-rh]"),o=[].slice.call(a),s=[];return t&&t.length&&t.forEach(function(i){var c=document.createElement(e);for(var d in i)Object.prototype.hasOwnProperty.call(i,d)&&(d==="innerHTML"?c.innerHTML=i.innerHTML:d==="cssText"?c.styleSheet?c.styleSheet.cssText=i.cssText:c.appendChild(document.createTextNode(i.cssText)):c.setAttribute(d,i[d]===void 0?"":i[d]));c.setAttribute("data-rh","true"),o.some(function(u,p){return n=p,c.isEqualNode(u)})?o.splice(n,1):s.push(c)}),o.forEach(function(i){return i.parentNode.removeChild(i)}),s.forEach(function(i){return r.appendChild(i)}),{oldTags:o,newTags:s}},De=function(e,t){var n=document.getElementsByTagName(e)[0];if(n){for(var r=n.getAttribute("data-rh"),a=r?r.split(","):[],o=[].concat(a),s=Object.keys(t),i=0;i=0;p-=1)n.removeAttribute(o[p]);a.length===o.length?n.removeAttribute("data-rh"):n.getAttribute("data-rh")!==s.join(",")&&n.setAttribute("data-rh",s.join(","))}},_t=function(e,t){var n=e.baseTag,r=e.htmlAttributes,a=e.linkTags,o=e.metaTags,s=e.noscriptTags,i=e.onChangeClientState,c=e.scriptTags,d=e.styleTags,u=e.title,p=e.titleAttributes;De(T.BODY,e.bodyAttributes),De(T.HTML,r),function(f,v){f!==void 0&&document.title!==f&&(document.title=Wt(f)),De(T.TITLE,v)}(u,p);var m={baseTag:K(T.BASE,n),linkTags:K(T.LINK,a),metaTags:K(T.META,o),noscriptTags:K(T.NOSCRIPT,s),scriptTags:K(T.SCRIPT,c),styleTags:K(T.STYLE,d)},y={},l={};Object.keys(m).forEach(function(f){var v=m[f],x=v.newTags,O=v.oldTags;x.length&&(y[f]=x),O.length&&(l[f]=m[f].oldTags)}),t&&t(),i(e,y,l)},ae=null,Ae=function(e){function t(){for(var r,a=arguments.length,o=new Array(a),s=0;s elements are self-closing and can not contain children. Refer to our API for more information.")}},n.flattenArrayTypeChildren=function(r){var a,o=r.child,s=r.arrayTypeChildren;return k({},s,((a={})[o.type]=[].concat(s[o.type]||[],[k({},r.newChildProps,this.mapNestedChildrenToProps(o,r.nestedChildren))]),a))},n.mapObjectTypeChildren=function(r){var a,o,s=r.child,i=r.newProps,c=r.newChildProps,d=r.nestedChildren;switch(s.type){case T.TITLE:return k({},i,((a={})[s.type]=d,a.titleAttributes=k({},c),a));case T.BODY:return k({},i,{bodyAttributes:k({},c)});case T.HTML:return k({},i,{htmlAttributes:k({},c)});default:return k({},i,((o={})[s.type]=k({},c),o))}},n.mapArrayTypeChildrenToProps=function(r,a){var o=k({},a);return Object.keys(r).forEach(function(s){var i;o=k({},o,((i={})[s]=r[s],i))}),o},n.warnOnInvalidChildren=function(r,a){return pt(mt.some(function(o){return r.type===o}),typeof r.type=="function"?"You may be attempting to nest components within each other, which is not allowed. Refer to our API for more information.":"Only elements types "+mt.join(", ")+" are allowed. Helmet does not support rendering <"+r.type+"> elements. Refer to our API for more information."),pt(!a||typeof a=="string"||Array.isArray(a)&&!a.some(function(o){return typeof o!="string"}),"Helmet expects a string as a child of <"+r.type+">. Did you forget to wrap your children in braces? ( <"+r.type+">{``} ) Refer to our API for more information."),!0},n.mapChildrenToProps=function(r,a){var o=this,s={};return H.Children.forEach(r,function(i){if(i&&i.props){var c=i.props,d=c.children,u=ht(c,Qa),p=Object.keys(u).reduce(function(y,l){return y[za[l]||l]=u[l],y},{}),m=i.type;switch(typeof m=="symbol"?m=m.toString():o.warnOnInvalidChildren(i,d),m){case T.FRAGMENT:a=o.mapChildrenToProps(d,a);break;case T.LINK:case T.META:case T.NOSCRIPT:case T.SCRIPT:case T.STYLE:s=o.flattenArrayTypeChildren({child:i,arrayTypeChildren:s,newChildProps:p,nestedChildren:d});break;default:a=o.mapObjectTypeChildren({child:i,newProps:a,newChildProps:p,nestedChildren:d})}}}),this.mapArrayTypeChildrenToProps(s,a)},n.render=function(){var r=this.props,a=r.children,o=ht(r,Za),s=k({},o),i=o.helmetData;return a&&(s=this.mapChildrenToProps(a,s)),!i||i instanceof ze||(i=new ze(i.context,i.instances)),i?H.createElement(Ae,k({},s,{context:i.value,helmetData:void 0})):U(zt.Consumer,{children:function(c){return H.createElement(Ae,k({},s,{context:c}))}})},t}(Ve);Ne.propTypes={base:E.exports.object,bodyAttributes:E.exports.object,children:E.exports.oneOfType([E.exports.arrayOf(E.exports.node),E.exports.node]),defaultTitle:E.exports.string,defer:E.exports.bool,encodeSpecialCharacters:E.exports.bool,htmlAttributes:E.exports.object,link:E.exports.arrayOf(E.exports.object),meta:E.exports.arrayOf(E.exports.object),noscript:E.exports.arrayOf(E.exports.object),onChangeClientState:E.exports.func,script:E.exports.arrayOf(E.exports.object),style:E.exports.arrayOf(E.exports.object),title:E.exports.string,titleAttributes:E.exports.object,titleTemplate:E.exports.string,prioritizeSeoTags:E.exports.bool,helmetData:E.exports.object},Ne.defaultProps={defer:!0,encodeSpecialCharacters:!0,prioritizeSeoTags:!1},Ne.displayName="Helmet";const eo="_header-anchor_j6pkj_41",to="_api-groups_j6pkj_72",no="_api-group-li_j6pkj_80",ro="_level-2_j6pkj_83",ao="_api-group_j6pkj_72",oo="_header_j6pkj_41",Si={headerAnchor:eo,apiGroups:to,apiGroupLi:no,level2:ro,apiGroup:ao,header:oo};var de=function(e){return function(t){return Math.pow(t,e)}},pe=function(e){return function(t){return 1-Math.abs(Math.pow(t-1,e))}},Ie=function(e){return function(t){return t<.5?de(e)(t*2)/2:pe(e)(t*2-1)/2+.5}},io=function(e){return e},so=de(2),co=pe(2),lo=Ie(2),uo=de(3),fo=pe(3),po=Ie(3),ho=de(4),mo=pe(4),vo=Ie(4),go=de(5),yo=pe(5),_o=Ie(5),bo=function(e){return 1+Math.sin(Math.PI/2*e-Math.PI/2)},To=function(e){return Math.sin(Math.PI/2*e)},wo=function(e){return(1+Math.sin(Math.PI*e-Math.PI/2))/2},Qe=function(e){var t=7.5625,n=2.75;return e<1/n?t*e*e:e<2/n?(e-=1.5/n,t*e*e+.75):e<2.5/n?(e-=2.25/n,t*e*e+.9375):(e-=2.625/n,t*e*e+.984375)},Ft=function(e){return 1-Qe(1-e)},So=function(e){return e<.5?Ft(e*2)*.5:Qe(e*2-1)*.5+.5},xo=Object.freeze({linear:io,quadIn:so,quadOut:co,quadInOut:lo,cubicIn:uo,cubicOut:fo,cubicInOut:po,quartIn:ho,quartOut:mo,quartInOut:vo,quintIn:go,quintOut:yo,quintInOut:_o,sineIn:bo,sineOut:To,sineInOut:wo,bounceOut:Qe,bounceIn:Ft,bounceInOut:So}),Ze=function(t){var n=t.from,r=t.to,a=t.duration,o=t.delay,s=t.easing,i=t.onStart,c=t.onUpdate,d=t.onFinish;for(var u in n)r[u]===void 0&&(r[u]=n[u]);for(var p in r)n[p]===void 0&&(n[p]=r[p]);this.from=n,this.to=r,this.duration=a||500,this.delay=o||0,this.easing=s||"linear",this.onStart=i,this.onUpdate=c||function(){},this.onFinish=d,this.startTime=Date.now()+this.delay,this.started=!1,this.finished=!1,this.timer=null,this.keys={}};Ze.prototype.update=function(){if(this.time=Date.now(),!(this.timethis.duration?this.duration:this.elapsed;for(var t in this.to)this.keys[t]=this.from[t]+(this.to[t]-this.from[t])*xo[this.easing](this.elapsed/this.duration);this.started||(this.onStart&&this.onStart(this.keys),this.started=!0),this.onUpdate(this.keys)}};Ze.prototype.start=function(){var t=this;this.startTime=Date.now()+this.delay;var n=function(){t.update(),t.timer=requestAnimationFrame(n),t.finished&&(cancelAnimationFrame(t.timer),t.timer=null)};n()};Ze.prototype.stop=function(){cancelAnimationFrame(this.timer),this.timer=null};const Po="_button_togsy_1",Eo="_medium_togsy_14",Oo="_big_togsy_21",Ao="_brand_togsy_28",Co="_alt_togsy_47",xi={button:Po,medium:Eo,big:Oo,brand:Ao,alt:Co},ko="_clip_zensi_1",Pi={clip:ko},Io="_grid-2_aoqy8_2",Lo="_grid-4_aoqy8_3",Ro="_grid-6_aoqy8_4",jo="_grid-3_aoqy8_13",Ei={grid2:Io,grid4:Lo,grid6:Ro,grid3:jo};async function Mo(){const e=document.getElementById("root");if(!e)throw new Error("#root element not found");const t=async()=>{const{waitForApp:n,App:r}=await B(()=>import("./assets/app.13599412.js"),["assets/app.13599412.js","assets/Content.1adade41.js"]),{useState:a}=await B(()=>import("react"),[]),{BrowserRouter:o}=await B(()=>import("./assets/index.9227545a.js"),[]),{DataContext:s}=await B(()=>import("./assets/index.483c6b31.js"),["assets/index.483c6b31.js","assets/Content.1adade41.js","assets/index.9227545a.js"]),i=await n(window.location.pathname);return function(){const[d,u]=a(i);return U(s.Provider,{value:{data:d,setData:u},children:U(o,{children:U(r,{})})})}};{const n=await t(),{hydrateRoot:r}=await B(()=>import("react-dom/client"),[]);r(e,U(n,{}))}}Mo().then(()=>{setTimeout(()=>{qr()})});export{Ce as $,Pi as A,Ei as B,wt as C,It as D,In as E,ai as F,ri as G,Dt as H,oe as I,xn as J,Bo as K,fi as L,Ho as M,Uo as N,Sn as O,At as P,ie as Q,En as R,Go as S,Ze as T,Yo as U,L as V,Ne as W,Ko as X,Pn as Y,Jo as Z,B as _,ci as a,Ge as a0,te as a1,$e as a2,qo as a3,xt as a4,N as a5,Xo as a6,gn as a7,Y as a8,zo as a9,Wo as aa,wn as ab,Fo as ac,Vo as ad,Zo as ae,ei as af,ni as ag,jn as ah,Ye as ai,Ln as aj,we as ak,mr as al,Se as am,dr as an,$t as ao,pr as ap,er as aq,Xn as ar,ui as b,di as c,jt as d,ke as e,yi as f,li as g,vi as h,gi as i,mi as j,hi as k,ii as l,pi as m,oi as n,Br as o,bi as p,wi as q,ti as r,si as s,Ti as t,Qo as u,_i as v,Rn as w,Si as x,kr as y,xi as z}; diff --git a/guide/api.html b/guide/api.html index 84bd938..e9c4bef 100644 --- a/guide/api.html +++ b/guide/api.html @@ -30,7 +30,7 @@ -

Api

+

Api

Props

ref

typescript
MutableRefObject<any> | undefined;
@@ -94,8 +94,8 @@ 

handlePress

typescript
(event: MouseEvent, peel: any) => any | undefined;
 
-

Sets a function to be called when the user either clicks with a mouse or taps with a finger.

- +

Sets a function to be called when the user either clicks with a mouse or taps with a finger.

+ diff --git a/guide/examples.html b/guide/examples.html index 08658c3..f5a36cd 100644 --- a/guide/examples.html +++ b/guide/examples.html @@ -30,7 +30,7 @@ -

Examples

+

Examples

Static Examples

Simple

Simplest possible example. 3 elements define the 3 layers used. A constructor sets up the effect, and a call to setPeelPosition tells it where to peel back to:

@@ -247,8 +247,8 @@

Animated Examples

Comming soon...

-

Or you can help me to add more examples

- +

Or you can help me to add more examples

+ diff --git a/guide/getting-started.html b/guide/getting-started.html index 9651f3b..7d4c53c 100644 --- a/guide/getting-started.html +++ b/guide/getting-started.html @@ -30,7 +30,7 @@ -

Getting Started

+

Getting Started

Currently supported by all browsers that support CSS clip paths and transforms (generally most evergreen browsers including mobile, but excluding IE). No dependencies.

Installation

- +
+ diff --git a/index.html b/index.html index 953c0d0..b4fcf0a 100644 --- a/index.html +++ b/index.html @@ -30,8 +30,8 @@ -

React Peel

A React wrapper for peel.js

A react library for creating beautiful peeling effect.

React Peel
🚀

Feature Rich: The powerful features

Packed with powerful features to enhance your experience.

📦

TypeScript: Typed API Support

Enjoy the benefits of a typed API for better development support.

Simple: Easy to Implement

Implementation is a breeze, complete with a straightforward description.

- +

React Peel

A React wrapper for peel.js

A react library for creating beautiful peeling effect.

React Peel
🚀

Feature Rich: The powerful features

Packed with powerful features to enhance your experience.

📦

TypeScript: Typed API Support

Enjoy the benefits of a typed API for better development support.

Simple: Easy to Implement

Implementation is a breeze, complete with a straightforward description.

+ diff --git a/ssr-manifest.json b/ssr-manifest.json index f1c467c..587b8c9 100644 --- a/ssr-manifest.json +++ b/ssr-manifest.json @@ -68,157 +68,157 @@ "src/runtime/client-entry.tsx": [], "../../client-entry.js-unocss-hash.css": [], "src/theme-default/layout/NotFountLayout/index.tsx": [ - "/react-peel/assets/app.356b375b.js" + "/react-peel/assets/app.13599412.js" ], "src/theme-default/components/Switch/index.tsx": [ - "/react-peel/assets/app.356b375b.js" + "/react-peel/assets/app.13599412.js" ], "src/theme-default/assets/sun.svg": [ - "/react-peel/assets/app.356b375b.js" + "/react-peel/assets/app.13599412.js" ], "src/theme-default/assets/moon.svg": [ - "/react-peel/assets/app.356b375b.js" + "/react-peel/assets/app.13599412.js" ], "src/theme-default/components/SwitchAppearance/index.tsx": [ - "/react-peel/assets/app.356b375b.js" + "/react-peel/assets/app.13599412.js" ], "../@islandjs/plugin-search/src/assets/search.svg": [ - "/react-peel/assets/app.356b375b.js" + "/react-peel/assets/app.13599412.js" ], "../@islandjs/plugin-search/src/assets/loading.svg": [ - "/react-peel/assets/app.356b375b.js" + "/react-peel/assets/app.13599412.js" ], "../@islandjs/plugin-search/src/component/Suggestion.tsx": [ - "/react-peel/assets/app.356b375b.js" + "/react-peel/assets/app.13599412.js" ], "../@islandjs/plugin-search/src/component/index.tsx": [ - "/react-peel/assets/app.356b375b.js" + "/react-peel/assets/app.13599412.js" ], "src/theme-default/components/Nav/NavMenuSingleItem.tsx": [ - "/react-peel/assets/app.356b375b.js" + "/react-peel/assets/app.13599412.js" ], "src/theme-default/assets/down.svg": [ - "/react-peel/assets/app.356b375b.js" + "/react-peel/assets/app.13599412.js" ], "src/theme-default/assets/right.svg": [ - "/react-peel/assets/app.356b375b.js" + "/react-peel/assets/app.13599412.js" ], "src/theme-default/assets/translator.svg": [ - "/react-peel/assets/app.356b375b.js" + "/react-peel/assets/app.13599412.js" ], "src/theme-default/components/Nav/NavMenuGroup.tsx": [ - "/react-peel/assets/app.356b375b.js" + "/react-peel/assets/app.13599412.js" ], "src/theme-default/components/SocialLinks/presetIcons.tsx": [ - "/react-peel/assets/app.356b375b.js" + "/react-peel/assets/app.13599412.js" ], "src/theme-default/components/SocialLinks/LinkContent.tsx": [ - "/react-peel/assets/app.356b375b.js" + "/react-peel/assets/app.13599412.js" ], "src/theme-default/components/SocialLinks/ShownLinks.tsx": [ - "/react-peel/assets/app.356b375b.js" + "/react-peel/assets/app.13599412.js" ], "src/theme-default/components/SocialLinks/HiddenLinks.tsx": [ - "/react-peel/assets/app.356b375b.js" + "/react-peel/assets/app.13599412.js" ], "src/theme-default/components/SocialLinks/index.tsx": [ - "/react-peel/assets/app.356b375b.js" + "/react-peel/assets/app.13599412.js" ], "src/theme-default/logic/useLocaleSiteData.ts": [ - "/react-peel/assets/app.356b375b.js" + "/react-peel/assets/app.13599412.js" ], "src/theme-default/logic/usePrevNextPage.ts": [ - "/react-peel/assets/app.356b375b.js" + "/react-peel/assets/app.13599412.js" ], "src/theme-default/logic/useEditLink.ts": [ - "/react-peel/assets/app.356b375b.js" + "/react-peel/assets/app.13599412.js" ], "src/theme-default/logic/utils.ts": [ - "/react-peel/assets/app.356b375b.js" + "/react-peel/assets/app.13599412.js" ], "src/theme-default/logic/useSidebarData.ts": [ - "/react-peel/assets/app.356b375b.js" + "/react-peel/assets/app.13599412.js" ], "src/theme-default/logic/useFrontmatter.ts": [ - "/react-peel/assets/app.356b375b.js" + "/react-peel/assets/app.13599412.js" ], "src/theme-default/logic/useHeaders.ts": [ - "/react-peel/assets/app.356b375b.js" + "/react-peel/assets/app.13599412.js" ], "src/theme-default/components/NavScreenMenuGroup/NavScreenMenuGroup.tsx": [ - "/react-peel/assets/app.356b375b.js" + "/react-peel/assets/app.13599412.js" ], "src/theme-default/components/NavScreen/index.tsx": [ - "/react-peel/assets/app.356b375b.js" + "/react-peel/assets/app.13599412.js" ], "src/theme-default/logic/useNav.ts": [ - "/react-peel/assets/app.356b375b.js" + "/react-peel/assets/app.13599412.js" ], "src/theme-default/components/NavHambmger/index.tsx": [ - "/react-peel/assets/app.356b375b.js" + "/react-peel/assets/app.13599412.js" ], "src/theme-default/components/Nav/index.tsx": [ - "/react-peel/assets/app.356b375b.js" + "/react-peel/assets/app.13599412.js" ], "src/theme-default/components/Aside/index.tsx": [ - "/react-peel/assets/app.356b375b.js" + "/react-peel/assets/app.13599412.js" ], "src/theme-default/components/DocFooter/index.tsx": [ - "/react-peel/assets/app.356b375b.js" + "/react-peel/assets/app.13599412.js" ], "src/theme-default/components/Siderbar/index.tsx": [ - "/react-peel/assets/app.356b375b.js" + "/react-peel/assets/app.13599412.js" ], "src/theme-default/components/LocalSideBar/index.tsx": [ - "/react-peel/assets/app.356b375b.js" + "/react-peel/assets/app.13599412.js" ], "src/theme-default/layout/DocLayout/index.tsx": [ - "/react-peel/assets/app.356b375b.js" + "/react-peel/assets/app.13599412.js" ], "src/theme-default/layout/APILayout/index.tsx": [ - "/react-peel/assets/app.356b375b.js" + "/react-peel/assets/app.13599412.js" ], "../@islandjs/plugin-backtop/src/component/index.tsx": [ - "/react-peel/assets/app.356b375b.js" + "/react-peel/assets/app.13599412.js" ], "src/theme-default/layout/Layout/index.tsx": [ - "/react-peel/assets/app.356b375b.js" + "/react-peel/assets/app.13599412.js" ], "src/theme-default/components/Button/index.tsx": [ - "/react-peel/assets/app.356b375b.js" + "/react-peel/assets/app.13599412.js" ], "src/theme-default/components/HomeHero/index.tsx": [ - "/react-peel/assets/app.356b375b.js" + "/react-peel/assets/app.13599412.js" ], "src/theme-default/components/HomeFeatures/index.tsx": [ - "/react-peel/assets/app.356b375b.js" + "/react-peel/assets/app.13599412.js" ], "src/theme-default/components/HomeFooter/index.tsx": [ - "/react-peel/assets/app.356b375b.js" + "/react-peel/assets/app.13599412.js" ], "src/theme-default/layout/HomeLayout/index.tsx": [ - "/react-peel/assets/app.356b375b.js" + "/react-peel/assets/app.13599412.js" ], "../../\u0000island:site-data": [ - "/react-peel/assets/app.356b375b.js" + "/react-peel/assets/app.13599412.js" ], "src/runtime/app.tsx": [ - "/react-peel/assets/app.356b375b.js" + "/react-peel/assets/app.13599412.js" ], "src/runtime/Content.tsx": [ - "/react-peel/assets/Content.99334b04.js" + "/react-peel/assets/Content.1adade41.js" ], "../react-router-dom/index.js": [ - "/react-peel/assets/index.258eef2e.js" + "/react-peel/assets/index.9227545a.js" ], "src/runtime/index.ts": [ - "/react-peel/assets/index.fd8e6e37.js" + "/react-peel/assets/index.483c6b31.js" ], "../../docs/guide/api.mdx": [ - "/react-peel/assets/api.f760c907.js" + "/react-peel/assets/api.1d7ce186.js" ], "../../docs/guide/examples.mdx": [ - "/react-peel/assets/examples.33b2a077.js" + "/react-peel/assets/examples.02a9f801.js" ], "../../src/peel.js": [ "/react-peel/assets/index.b3eadc13.js" @@ -227,366 +227,366 @@ "/react-peel/assets/index.b3eadc13.js" ], "../../docs/guide/getting-started.mdx": [ - "/react-peel/assets/getting-started.d76fe851.js" + "/react-peel/assets/getting-started.14169fb1.js" ], "../../docs/index.md": [ - "/react-peel/assets/index.cc808a84.js" + "/react-peel/assets/index.b5853b44.js" ], "../lodash-es/_arrayMap.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/isArray.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_baseToString.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/identity.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/isFunction.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_coreJsData.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_isMasked.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_toSource.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_baseIsNative.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_getValue.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_getNative.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_WeakMap.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/noop.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_baseFindIndex.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_baseIsNaN.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_strictIndexOf.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_baseIndexOf.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_arrayIncludes.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_isIndex.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/eq.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/isLength.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/isArrayLike.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_isPrototype.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_baseTimes.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_baseIsArguments.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/isArguments.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/stubFalse.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/isBuffer.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_baseIsTypedArray.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_baseUnary.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_nodeUtil.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/isTypedArray.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_arrayLikeKeys.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_overArg.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_nativeKeys.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_baseKeys.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/keys.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_isKey.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_nativeCreate.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_hashClear.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_hashDelete.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_hashGet.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_hashHas.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_hashSet.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_Hash.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_listCacheClear.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_assocIndexOf.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_listCacheDelete.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_listCacheGet.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_listCacheHas.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_listCacheSet.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_ListCache.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_Map.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_mapCacheClear.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_isKeyable.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_getMapData.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_mapCacheDelete.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_mapCacheGet.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_mapCacheHas.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_mapCacheSet.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_MapCache.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/memoize.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_memoizeCapped.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_stringToPath.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/toString.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_castPath.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_toKey.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_baseGet.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/get.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_arrayPush.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_stackClear.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_stackDelete.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_stackGet.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_stackHas.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_stackSet.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_Stack.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_arrayFilter.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/stubArray.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_getSymbols.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_baseGetAllKeys.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_getAllKeys.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_DataView.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_Promise.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_Set.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_getTag.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_Uint8Array.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_setCacheAdd.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_setCacheHas.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_SetCache.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_arraySome.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_cacheHas.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_equalArrays.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_mapToArray.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_setToArray.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_equalByTag.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_equalObjects.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_baseIsEqualDeep.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_baseIsEqual.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_baseIsMatch.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_isStrictComparable.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_getMatchData.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_matchesStrictComparable.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_baseMatches.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_baseHasIn.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_hasPath.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/hasIn.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_baseMatchesProperty.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_baseProperty.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_basePropertyDeep.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/property.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_baseIteratee.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_arrayIncludesWith.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_createSet.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/_baseUniq.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../lodash-es/uniqBy.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../../\u0000/home/runner/work/react-peel/react-peel/node_modules/flexsearch/dist/flexsearch.min.js?commonjs-module": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../flexsearch/dist/flexsearch.min.js": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../@islandjs/plugin-search/src/logic/util.ts": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ], "../@islandjs/plugin-search/src/logic/search.ts": [ - "/react-peel/assets/search.c3856c73.js" + "/react-peel/assets/search.b200d690.js" ] } \ No newline at end of file