@wjarka/cezarion 0.14.5 → 0.14.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -1
- package/dist/automations/types.d.ts +2 -0
- package/dist/contract/automations.d.ts +8 -0
- package/dist/contract/delegation.d.ts +1 -0
- package/dist/contract/index.js +5 -1
- package/dist/contract/runs.d.ts +7 -0
- package/dist/contract/skills.d.ts +1 -0
- package/dist/contract/workflows.d.ts +6 -0
- package/dist/delegation/cli.js +5 -3
- package/dist/delegation/cli.js.map +1 -1
- package/dist/delegation/execution-identity.d.ts +92 -4
- package/dist/delegation/execution-identity.js +40 -10
- package/dist/delegation/execution-identity.js.map +1 -1
- package/dist/delegation/provision.js +5 -2
- package/dist/delegation/provision.js.map +1 -1
- package/dist/delegation/routes.d.ts +1 -0
- package/dist/delegation/service.js +95 -13
- package/dist/delegation/service.js.map +1 -1
- package/dist/delegation/transport.d.ts +1 -0
- package/dist/runs/store.d.ts +1 -0
- package/dist/server/server.d.ts +68 -0
- package/dist/workflows/load.d.ts +2 -0
- package/dist/workflows/load.js +5 -0
- package/dist/workflows/load.js.map +1 -1
- package/dist/workflows/run.d.ts +37 -2
- package/dist/workflows/run.js +160 -47
- package/dist/workflows/run.js.map +1 -1
- package/dist/workflows/types.d.ts +5 -1
- package/dist/workflows/types.js +6 -2
- package/dist/workflows/types.js.map +1 -1
- package/package.json +3 -3
- package/web/dist/assets/{agent-accounts-4EqNShyp.js → agent-accounts-lP_xK83o.js} +1 -1
- package/web/dist/assets/{alert-dialog-CVF_qvQ8.js → alert-dialog-CmDuefYh.js} +1 -1
- package/web/dist/assets/{collapsible-DVDGHZAE.js → collapsible-BqX8REmY.js} +1 -1
- package/web/dist/assets/{commit-list-BuNsBn8P.js → commit-list-BWvv1H7A.js} +1 -1
- package/web/dist/assets/{compare-variants-BnQ1O8Ix.js → compare-variants-Bg7eLW3z.js} +1 -1
- package/web/dist/assets/{diff-DWmKlqw52.js → diff-0GBum40Q2.js} +2 -2
- package/web/dist/assets/{diff-controls-CuqRa-63.js → diff-controls-HwWHHait.js} +1 -1
- package/web/dist/assets/{diff-stat-BXriPIds.js → diff-stat-mNkhAc5m.js} +1 -1
- package/web/dist/assets/{diff-view-DLPDcgEV.js → diff-view-DW64doDY.js} +1 -1
- package/web/dist/assets/{dropdown-menu-IsTcumXE.js → dropdown-menu-sZjYPcLh.js} +1 -1
- package/web/dist/assets/{git-toolbar-BjMzETip.js → git-toolbar-DBW5EIcY.js} +1 -1
- package/web/dist/assets/{github-BvowTAuy.js → github-CkZ4hWI5.js} +1 -1
- package/web/dist/assets/{image-preview-WXKTY8KT.js → image-preview-DZicGNkU.js} +1 -1
- package/web/dist/assets/{index-Cz3N9b18.js → index-DWWI-B9n.js} +3 -3
- package/web/dist/assets/{markdown-gFxX4dDH.js → markdown-AY2K3kIV.js} +1 -1
- package/web/dist/assets/{pill-BlaWNkHk.js → pill-CcJqA1cL.js} +1 -1
- package/web/dist/assets/{project-router-CX1jLqj-.js → project-router-SwsXRKXs.js} +1 -1
- package/web/dist/assets/{prompt-templates-DwdQcfSc.js → prompt-templates-iV2WD2jy.js} +1 -1
- package/web/dist/assets/{repo-git-DnbE8dR5.js → repo-git-BW3TOs3U.js} +1 -1
- package/web/dist/assets/{run-diff-Mfc85irR.js → run-diff-DPUNj56q.js} +1 -1
- package/web/dist/assets/{run-header-CDO3LV4z.js → run-header-DbDluWoV.js} +1 -1
- package/web/dist/assets/{skills-DHfsyXTQ.js → skills-Dv8Vwv5D.js} +1 -1
- package/web/dist/assets/{tab-link-DhREnUYE.js → tab-link-DSftvkZS.js} +1 -1
- package/web/dist/assets/{task-changes-Cfo-vtEl.js → task-changes-CTCuVls1.js} +1 -1
- package/web/dist/assets/{task-commits-CvK4flXT.js → task-commits-weJQ5GSl.js} +1 -1
- package/web/dist/assets/{task-files-BwVGUObK.js → task-files-B4bUimY8.js} +1 -1
- package/web/dist/assets/{task-thread-g1vc4tKn.js → task-thread-BuXrVB9K.js} +1 -1
- package/web/dist/assets/{textarea-DCP8bOOf.js → textarea-CxRdTWlq.js} +1 -1
- package/web/dist/assets/{thread-loading-D9DbIsIS.js → thread-loading-JlP6dUpX.js} +1 -1
- package/web/dist/assets/{token-metrics-PSnNTJZF.js → token-metrics-Z3UFYbuD.js} +1 -1
- package/web/dist/assets/{utils-DNvmfH6b.js → utils-CUnaAifW.js} +1 -1
- package/web/dist/assets/{workflows-BDdUJIFT.js → workflows-vA27Yi8W.js} +3 -3
- package/web/dist/assets/{zoomable-image-yNqiuVu7.js → zoomable-image-DUE1KFJ0.js} +1 -1
- package/web/dist/index.html +13 -13
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{r as e}from"./rolldown-runtime-QTnfLwEv.js";import{i as t,r as n,t as r}from"./react-runtime-CCIEwYL0.js";import{D as i,E as a,a as o,g as s,h as c,i as l,k as u,m as d,o as f,p,r as m,s as h,t as g,u as _}from"./utils-DNvmfH6b.js";import{i as v,r as y}from"./bundle-mjs-BT31bpU6.js";var b=/^[\w!#$%&'*.^`|~+-]+$/,x=(e,t,n={})=>{if(!b.test(e))throw Error(`Invalid cookie name`);let r=`${e}=${t}`;if(e.startsWith(`__Secure-`)&&!n.secure)throw Error(`__Secure- Cookie must have Secure attributes`);if(e.startsWith(`__Host-`)){if(!n.secure)throw Error(`__Host- Cookie must have Secure attributes`);if(n.path!==`/`)throw Error(`__Host- Cookie must have Path attributes with "/"`);if(n.domain)throw Error(`__Host- Cookie must not have Domain attributes`)}for(let e of[`domain`,`path`,`sameSite`,`priority`])if(n[e]&&/[;\r\n]/.test(n[e]))throw Error(`${e} must not contain ";", "\\r", or "\\n"`);if(n&&typeof n.maxAge==`number`&&n.maxAge>=0){if(n.maxAge>3456e4)throw Error(`Cookies Max-Age SHOULD NOT be greater than 400 days (34560000 seconds) in duration.`);r+=`; Max-Age=${n.maxAge|0}`}if(n.domain&&n.prefix!==`host`&&(r+=`; Domain=${n.domain}`),n.path&&(r+=`; Path=${n.path}`),n.expires){if(n.expires.getTime()-Date.now()>3456e7)throw Error(`Cookies Expires SHOULD NOT be greater than 400 days (34560000 seconds) in the future.`);r+=`; Expires=${n.expires.toUTCString()}`}if(n.httpOnly&&(r+=`; HttpOnly`),n.secure&&(r+=`; Secure`),n.sameSite&&(r+=`; SameSite=${n.sameSite.charAt(0).toUpperCase()+n.sameSite.slice(1)}`),n.priority&&(r+=`; Priority=${n.priority.charAt(0).toUpperCase()+n.priority.slice(1)}`),n.partitioned){if(!n.secure)throw Error(`Partitioned Cookie must have Secure attributes`);r+=`; Partitioned`}return r},S=(e,t,n)=>(t=encodeURIComponent(t),x(e,t,n)),ee=(e,t)=>(e=e.replace(/\/+$/,``),e+=`/`,t=t.replace(/^\/+/,``),e+t),te=(e,t)=>{for(let[n,r]of Object.entries(t)){let t=RegExp(`/:`+n+`(?:{[^/]+})?\\??`);e=e.replace(t,r?`/${r}`:``)}return e},ne=e=>{let t=new URLSearchParams;for(let[n,r]of Object.entries(e))if(r!==void 0)if(Array.isArray(r))for(let e of r)t.append(n,e);else t.set(n,r);return t},re=(e,t)=>{switch(t){case`ws`:return e.replace(/^http/,`ws`);case`http`:return e.replace(/^ws/,`http`)}},ie=e=>/^https?:\/\/[^\/]+?\/index(?=\?|$)/.test(e)?e.replace(/\/index(?=\?|$)/,`/`):e.replace(/\/index(?=\?|$)/,``);function ae(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}function oe(e,t){if(!ae(e)&&!ae(t))return t;let n={...e};for(let e in t){let r=t[e];ae(n[e])&&ae(r)?n[e]=oe(n[e],r):n[e]=r}return n}var se=(e,t)=>new Proxy(()=>{},{get(n,r){if(!(typeof r!=`string`||r===`then`))return se(e,[...t,r])},apply(n,r,i){return e({path:t,args:i})}}),ce=class{url;method;buildSearchParams;queryParams=void 0;pathParams={};rBody;cType=void 0;constructor(e,t,n){this.url=e,this.method=t,this.buildSearchParams=n.buildSearchParams}fetch=async(e,t)=>{if(e){if(e.query&&(this.queryParams=this.buildSearchParams(e.query)),e.form){let t=new FormData;for(let[n,r]of Object.entries(e.form))if(r!==void 0)if(Array.isArray(r))for(let e of r)t.append(n,e);else t.append(n,r);this.rBody=t}e.json&&(this.rBody=JSON.stringify(e.json),this.cType=`application/json`),e.param&&(this.pathParams=e.param)}let n=this.method.toUpperCase(),r={...e?.header,...typeof t?.headers==`function`?await t.headers():t?.headers};if(e?.cookie){let t=[];for(let[n,r]of Object.entries(e.cookie))t.push(S(n,r,{path:`/`}));r.Cookie=t.join(`,`)}this.cType&&(r[`Content-Type`]=this.cType);let i=new Headers(r??void 0),a=this.url;a=ie(a),a=te(a,this.pathParams),this.queryParams&&(a=a+`?`+this.queryParams.toString()),n=this.method.toUpperCase();let o=!(n===`GET`||n===`HEAD`);return(t?.fetch||fetch)(a,{body:o?this.rBody:void 0,method:n,headers:i,...t?.init})}},le=(e,t)=>se(function n(r){let i=t?.buildSearchParams??ne,a=[...r.path],o=a.slice(-3).reverse();if(o[0]===`toString`)return o[1]===`name`?o[2]||``:n.toString();if(o[0]===`valueOf`)return o[1]===`name`?o[2]||``:n;let s=``;if(/^\$/.test(o[0])){let e=a.pop();e&&(s=e.replace(/^\$/,``))}let c=ee(e,a.join(`/`));if(s===`url`||s===`path`){let t=c;return r.args[0]&&(r.args[0].param&&(t=te(c,r.args[0].param)),r.args[0].query&&(t=t+`?`+i(r.args[0].query).toString())),t=ie(t),s===`url`?new URL(t):t.slice(e.replace(/\/+$/,``).length).replace(/^\/?/,`/`)}if(s===`ws`){let e=re(r.args[0]&&r.args[0].param?te(c,r.args[0].param):c,`ws`),n=new URL(e),i=r.args[0]?.query;return i&&Object.entries(i).forEach(([e,t])=>{Array.isArray(t)?t.forEach(t=>n.searchParams.append(e,t)):n.searchParams.set(e,t)}),((...e)=>t?.webSocket!==void 0&&typeof t.webSocket==`function`?t.webSocket(...e):new WebSocket(...e))(n.toString())}let l=new ce(c,s,{buildSearchParams:i});if(s){t??={};let e={...r.args[1]},n=t.headers,i=e.headers;n&&i&&(e.headers=async()=>({...typeof n==`function`?await n():n,...typeof i==`function`?await i():i}));let a=oe(t,e);return l.fetch(r.args[0],a)}return l},[]);function ue(e={}){let{baseUrl:t=``,token:n,headers:r,fetch:i}=e;return le(t,{headers:{...n?{Authorization:`Bearer ${n}`}:{},...r},...i?{fetch:i}:{}})}var de=class{constructor(){this.listeners=new Set,this.subscribe=this.subscribe.bind(this)}subscribe(e){return this.listeners.add(e),this.onSubscribe(),()=>{this.listeners.delete(e),this.onUnsubscribe()}}hasListeners(){return this.listeners.size>0}onSubscribe(){}onUnsubscribe(){}},fe=new class extends de{#e;#t;#n;constructor(){super(),this.#n=e=>{if(typeof window<`u`&&window.addEventListener){let t=()=>e();return window.addEventListener(`visibilitychange`,t,!1),()=>{window.removeEventListener(`visibilitychange`,t)}}}}onSubscribe(){this.#t||this.setEventListener(this.#n)}onUnsubscribe(){this.hasListeners()||(this.#t?.(),this.#t=void 0)}setEventListener(e){this.#n=e,this.#t?.(),this.#t=e(e=>{typeof e==`boolean`?this.setFocused(e):this.onFocus()})}setFocused(e){this.#e!==e&&(this.#e=e,this.onFocus())}onFocus(){let e=this.isFocused();this.listeners.forEach(t=>{t(e)})}isFocused(){return typeof this.#e==`boolean`?this.#e:globalThis.document?.visibilityState!==`hidden`}},pe={setTimeout:(e,t)=>setTimeout(e,t),clearTimeout:e=>clearTimeout(e),setInterval:(e,t)=>setInterval(e,t),clearInterval:e=>clearInterval(e)},me=new class{#e=pe;setTimeoutProvider(e){this.#e=e}setTimeout(e,t){return this.#e.setTimeout(e,t)}clearTimeout(e){this.#e.clearTimeout(e)}setInterval(e,t){return this.#e.setInterval(e,t)}clearInterval(e){this.#e.clearInterval(e)}};function he(e){setTimeout(e,0)}var ge=typeof window>`u`||`Deno`in globalThis;function C(){}function _e(e,t){return typeof e==`function`?e(t):e}function ve(e){return typeof e==`number`&&e>=0&&e!==1/0}function ye(e,t){return Math.max(e+(t||0)-Date.now(),0)}function be(e,t){return typeof e==`function`?e(t):e}function w(e,t){return typeof e==`function`?e(t):e}function xe(e,t){let{type:n=`all`,exact:r,fetchStatus:i,predicate:a,queryKey:o,stale:s}=e;if(o){if(r){if(t.queryHash!==Ce(o,t.options))return!1}else if(!Te(t.queryKey,o))return!1}if(n!==`all`){let e=t.isActive();if(n===`active`&&!e||n===`inactive`&&e)return!1}return!(typeof s==`boolean`&&t.isStale()!==s||i&&i!==t.state.fetchStatus||a&&!a(t))}function Se(e,t){let{exact:n,status:r,predicate:i,mutationKey:a}=e;if(a){if(!t.options.mutationKey)return!1;if(n){if(we(t.options.mutationKey)!==we(a))return!1}else if(!Te(t.options.mutationKey,a))return!1}return!(r&&t.state.status!==r||i&&!i(t))}function Ce(e,t){return(t?.queryKeyHashFn||we)(e)}function we(e){return JSON.stringify(e,(e,t)=>Ae(t)?Object.keys(t).sort().reduce((e,n)=>(e[n]=t[n],e),{}):t)}function Te(e,t){return e===t?!0:typeof e==typeof t&&e&&t&&typeof e==`object`&&typeof t==`object`?Object.keys(t).every(n=>Te(e[n],t[n])):!1}var Ee=Object.prototype.hasOwnProperty;function De(e,t,n=0){if(e===t)return e;if(n>500)return t;let r=ke(e)&&ke(t);if(!r&&!(Ae(e)&&Ae(t)))return t;let i=(r?e:Object.keys(e)).length,a=r?t:Object.keys(t),o=a.length,s=r?Array(o):{},c=0;for(let l=0;l<o;l++){let o=r?l:a[l],u=e[o],d=t[o];if(u===d){s[o]=u,(r?l<i:Ee.call(e,o))&&c++;continue}if(u===null||d===null||typeof u!=`object`||typeof d!=`object`){s[o]=d;continue}let f=De(u,d,n+1);s[o]=f,f===u&&c++}return i===o&&c===i?e:s}function Oe(e,t){if(!t||Object.keys(e).length!==Object.keys(t).length)return!1;for(let n in e)if(e[n]!==t[n])return!1;return!0}function ke(e){return Array.isArray(e)&&e.length===Object.keys(e).length}function Ae(e){if(!je(e))return!1;let t=e.constructor;if(t===void 0)return!0;let n=t.prototype;return!(!je(n)||!n.hasOwnProperty(`isPrototypeOf`)||Object.getPrototypeOf(e)!==Object.prototype)}function je(e){return Object.prototype.toString.call(e)===`[object Object]`}function Me(e){return new Promise(t=>{me.setTimeout(t,e)})}function Ne(e,t,n){return typeof n.structuralSharing==`function`?n.structuralSharing(e,t):n.structuralSharing===!1?t:De(e,t)}function Pe(e,t,n=0){let r=[...e,t];return n&&r.length>n?r.slice(1):r}function Fe(e,t,n=0){let r=[t,...e];return n&&r.length>n?r.slice(0,-1):r}var Ie=Symbol();function Le(e,t){return!e.queryFn&&t?.initialPromise?()=>t.initialPromise:!e.queryFn||e.queryFn===Ie?()=>Promise.reject(Error(`Missing queryFn: '${e.queryHash}'`)):e.queryFn}function Re(e,t){return typeof e==`function`?e(...t):!!e}function ze(e,t,n){let r=!1,i;return Object.defineProperty(e,"signal",{enumerable:!0,get:()=>(i??=t(),r?i:(r=!0,i.aborted?n():i.addEventListener(`abort`,n,{once:!0}),i))}),e}var Be=(()=>{let e=()=>ge;return{isServer(){return e()},setIsServer(t){e=t}}})();function Ve(){let e,t,n=new Promise((n,r)=>{e=n,t=r});n.status=`pending`,n.catch(()=>{});function r(e){Object.assign(n,e),delete n.resolve,delete n.reject}return n.resolve=t=>{r({status:`fulfilled`,value:t}),e(t)},n.reject=e=>{r({status:`rejected`,reason:e}),t(e)},n}var He=he;function Ue(){let e=[],t=0,n=e=>{e()},r=e=>{e()},i=He,a=r=>{t?e.push(r):i(()=>{n(r)})},o=()=>{let t=e;e=[],t.length&&i(()=>{r(()=>{t.forEach(e=>{n(e)})})})};return{batch:e=>{let n;t++;try{n=e()}finally{t--,t||o()}return n},batchCalls:e=>(...t)=>{a(()=>{e(...t)})},schedule:a,setNotifyFunction:e=>{n=e},setBatchNotifyFunction:e=>{r=e},setScheduler:e=>{i=e}}}var T=Ue(),We=new class extends de{#e=!0;#t;#n;constructor(){super(),this.#n=e=>{if(typeof window<`u`&&window.addEventListener){let t=()=>e(!0),n=()=>e(!1);return window.addEventListener(`online`,t,!1),window.addEventListener(`offline`,n,!1),()=>{window.removeEventListener(`online`,t),window.removeEventListener(`offline`,n)}}}}onSubscribe(){this.#t||this.setEventListener(this.#n)}onUnsubscribe(){this.hasListeners()||(this.#t?.(),this.#t=void 0)}setEventListener(e){this.#n=e,this.#t?.(),this.#t=e(this.setOnline.bind(this))}setOnline(e){this.#e!==e&&(this.#e=e,this.listeners.forEach(t=>{t(e)}))}isOnline(){return this.#e}};function Ge(e){return Math.min(1e3*2**e,3e4)}function Ke(e){return(e??`online`)!==`online`||We.isOnline()}var qe=class extends Error{constructor(e){super(`CancelledError`),this.revert=e?.revert,this.silent=e?.silent}};function Je(e){let t=!1,n=0,r,i=Ve(),a=()=>i.status!==`pending`,o=t=>{if(!a()){let n=new qe(t);f(n),e.onCancel?.(n)}},s=()=>{t=!0},c=()=>{t=!1},l=()=>fe.isFocused()&&(e.networkMode===`always`||We.isOnline())&&e.canRun(),u=()=>Ke(e.networkMode)&&e.canRun(),d=e=>{a()||(r?.(),i.resolve(e))},f=e=>{a()||(r?.(),i.reject(e))},p=()=>new Promise(t=>{r=e=>{(a()||l())&&t(e)},e.onPause?.()}).then(()=>{r=void 0,a()||e.onContinue?.()}),m=()=>{if(a())return;let r,i=n===0?e.initialPromise:void 0;try{r=i??e.fn()}catch(e){r=Promise.reject(e)}Promise.resolve(r).then(d).catch(r=>{if(a())return;let i=e.retry??(Be.isServer()?0:3),o=e.retryDelay??Ge,s=typeof o==`function`?o(n,r):o,c=i===!0||typeof i==`number`&&n<i||typeof i==`function`&&i(n,r);if(t||!c){f(r);return}n++,e.onFail?.(n,r),Me(s).then(()=>l()?void 0:p()).then(()=>{t?f(r):m()})})};return{promise:i,status:()=>i.status,cancel:o,continue:()=>(r?.(),i),cancelRetry:s,continueRetry:c,canStart:u,start:()=>(u()?m():p().then(m),i)}}var Ye=class{#e;destroy(){this.clearGcTimeout()}scheduleGc(){this.clearGcTimeout(),ve(this.gcTime)&&(this.#e=me.setTimeout(()=>{this.optionalRemove()},this.gcTime))}updateGcTime(e){this.gcTime=Math.max(this.gcTime||0,e??(Be.isServer()?1/0:300*1e3))}clearGcTimeout(){this.#e!==void 0&&(me.clearTimeout(this.#e),this.#e=void 0)}};function Xe(e){return{onFetch:(t,n)=>{let r=t.options,i=t.fetchOptions?.meta?.fetchMore?.direction,a=t.state.data?.pages||[],o=t.state.data?.pageParams||[],s={pages:[],pageParams:[]},c=0,l=async()=>{let n=!1,l=e=>{ze(e,()=>t.signal,()=>n=!0)},u=Le(t.options,t.fetchOptions),d=async(e,r,i)=>{if(n)return Promise.reject(t.signal.reason);if(r==null&&e.pages.length)return Promise.resolve(e);let a=(()=>{let e={client:t.client,queryKey:t.queryKey,pageParam:r,direction:i?`backward`:`forward`,meta:t.options.meta};return l(e),e})(),o=await u(a),{maxPages:s}=t.options,c=i?Fe:Pe;return{pages:c(e.pages,o,s),pageParams:c(e.pageParams,r,s)}};if(i&&a.length){let e=i===`backward`,t=e?Qe:Ze,n={pages:a,pageParams:o};s=await d(n,t(r,n),e)}else{let t=e??a.length;do{let e=c===0?o[0]??r.initialPageParam:Ze(r,s);if(c>0&&e==null)break;s=await d(s,e),c++}while(c<t)}return s};t.options.persister?t.fetchFn=()=>t.options.persister?.(l,{client:t.client,queryKey:t.queryKey,meta:t.options.meta,signal:t.signal},n):t.fetchFn=l}}}function Ze(e,{pages:t,pageParams:n}){let r=t.length-1;return t.length>0?e.getNextPageParam(t[r],t,n[r],n):void 0}function Qe(e,{pages:t,pageParams:n}){return t.length>0?e.getPreviousPageParam?.(t[0],t,n[0],n):void 0}function $e(e,t){return t?Ze(e,t)!=null:!1}function et(e,t){return!t||!e.getPreviousPageParam?!1:Qe(e,t)!=null}var tt=class extends Ye{#e;#t;#n;#r;#i;#a;#o;#s;constructor(e){super(),this.#s=!1,this.#o=e.defaultOptions,this.setOptions(e.options),this.observers=[],this.#i=e.client,this.#r=this.#i.getQueryCache(),this.queryKey=e.queryKey,this.queryHash=e.queryHash,this.#t=it(this.options),this.state=e.state??this.#t,this.scheduleGc()}get meta(){return this.options.meta}get queryType(){return this.#e}get promise(){return this.#a?.promise}setOptions(e){if(this.options={...this.#o,...e},e?._type&&(this.#e=e._type),this.updateGcTime(this.options.gcTime),this.state&&this.state.data===void 0){let e=it(this.options);e.data!==void 0&&(this.setState(rt(e.data,e.dataUpdatedAt)),this.#t=e)}}optionalRemove(){!this.observers.length&&this.state.fetchStatus===`idle`&&this.#r.remove(this)}setData(e,t){let n=Ne(this.state.data,e,this.options);return this.#l({data:n,type:`success`,dataUpdatedAt:t?.updatedAt,manual:t?.manual}),n}setState(e){this.#l({type:`setState`,state:e})}cancel(e){let t=this.#a?.promise;return this.#a?.cancel(e),t?t.then(C).catch(C):Promise.resolve()}destroy(){super.destroy(),this.cancel({silent:!0})}get resetState(){return this.#t}reset(){this.destroy(),this.setState(this.resetState)}isActive(){return this.observers.some(e=>w(e.options.enabled,this)!==!1)}isDisabled(){return this.getObserversCount()>0?!this.isActive():this.options.queryFn===Ie||!this.isFetched()}isFetched(){return this.state.dataUpdateCount+this.state.errorUpdateCount>0}isStatic(){return this.getObserversCount()>0&&this.observers.some(e=>be(e.options.staleTime,this)===`static`)}isStale(){return this.getObserversCount()>0?this.observers.some(e=>e.getCurrentResult().isStale):this.state.data===void 0||this.state.isInvalidated}isStaleByTime(e=0){return this.state.data===void 0?!0:e===`static`?!1:this.state.isInvalidated?!0:!ye(this.state.dataUpdatedAt,e)}onFocus(){this.observers.find(e=>e.shouldFetchOnWindowFocus())?.refetch({cancelRefetch:!1}),this.#a?.continue()}onOnline(){this.observers.find(e=>e.shouldFetchOnReconnect())?.refetch({cancelRefetch:!1}),this.#a?.continue()}addObserver(e){this.observers.includes(e)||(this.observers.push(e),this.clearGcTimeout(),this.#r.notify({type:`observerAdded`,query:this,observer:e}))}removeObserver(e){this.observers.includes(e)&&(this.observers=this.observers.filter(t=>t!==e),this.observers.length||(this.#a&&(this.#s||this.#c()?this.#a.cancel({revert:!0}):this.#a.cancelRetry()),this.scheduleGc()),this.#r.notify({type:`observerRemoved`,query:this,observer:e}))}getObserversCount(){return this.observers.length}#c(){return this.state.fetchStatus===`paused`&&this.state.status===`pending`}invalidate(){this.state.isInvalidated||this.#l({type:`invalidate`})}async fetch(e,t){if(this.state.fetchStatus!==`idle`&&this.#a?.status()!==`rejected`){if(this.state.data!==void 0&&t?.cancelRefetch)this.cancel({silent:!0});else if(this.#a)return this.#a.continueRetry(),this.#a.promise}if(e&&this.setOptions(e),!this.options.queryFn){let e=this.observers.find(e=>e.options.queryFn);e&&this.setOptions(e.options)}let n=new AbortController,r=e=>{Object.defineProperty(e,"signal",{enumerable:!0,get:()=>(this.#s=!0,n.signal)})},i=()=>{let e=Le(this.options,t),n=(()=>{let e={client:this.#i,queryKey:this.queryKey,meta:this.meta};return r(e),e})();return this.#s=!1,this.options.persister?this.options.persister(e,n,this):e(n)},a=(()=>{let e={fetchOptions:t,options:this.options,queryKey:this.queryKey,client:this.#i,state:this.state,fetchFn:i};return r(e),e})();(this.#e===`infinite`?Xe(this.options.pages):this.options.behavior)?.onFetch(a,this),this.#n=this.state,(this.state.fetchStatus===`idle`||this.state.fetchMeta!==a.fetchOptions?.meta)&&this.#l({type:`fetch`,meta:a.fetchOptions?.meta}),this.#a=Je({initialPromise:t?.initialPromise,fn:a.fetchFn,onCancel:e=>{e instanceof qe&&e.revert&&this.setState({...this.#n,fetchStatus:`idle`}),n.abort()},onFail:(e,t)=>{this.#l({type:`failed`,failureCount:e,error:t})},onPause:()=>{this.#l({type:`pause`})},onContinue:()=>{this.#l({type:`continue`})},retry:a.options.retry,retryDelay:a.options.retryDelay,networkMode:a.options.networkMode,canRun:()=>!0});try{let e=await this.#a.start();if(e===void 0)throw Error(`${this.queryHash} data is undefined`);return this.setData(e),this.#r.config.onSuccess?.(e,this),this.#r.config.onSettled?.(e,this.state.error,this),e}catch(e){if(e instanceof qe){if(e.silent)return this.#a.promise;if(e.revert){if(this.state.data===void 0)throw e;return this.state.data}}throw this.#l({type:`error`,error:e}),this.#r.config.onError?.(e,this),this.#r.config.onSettled?.(this.state.data,e,this),e}finally{this.scheduleGc()}}#l(e){let t=t=>{switch(e.type){case`failed`:return{...t,fetchFailureCount:e.failureCount,fetchFailureReason:e.error};case`pause`:return{...t,fetchStatus:`paused`};case`continue`:return{...t,fetchStatus:`fetching`};case`fetch`:return{...t,...nt(t.data,this.options),fetchMeta:e.meta??null};case`success`:let n={...t,...rt(e.data,e.dataUpdatedAt),dataUpdateCount:t.dataUpdateCount+1,...!e.manual&&{fetchStatus:`idle`,fetchFailureCount:0,fetchFailureReason:null}};return this.#n=e.manual?n:void 0,n;case`error`:let r=e.error;return{...t,error:r,errorUpdateCount:t.errorUpdateCount+1,errorUpdatedAt:Date.now(),fetchFailureCount:t.fetchFailureCount+1,fetchFailureReason:r,fetchStatus:`idle`,status:`error`,isInvalidated:!0};case`invalidate`:return{...t,isInvalidated:!0};case`setState`:return{...t,...e.state}}};this.state=t(this.state),T.batch(()=>{this.observers.forEach(e=>{e.onQueryUpdate()}),this.#r.notify({query:this,type:`updated`,action:e})})}};function nt(e,t){return{fetchFailureCount:0,fetchFailureReason:null,fetchStatus:Ke(t.networkMode)?`fetching`:`paused`,...e===void 0&&{error:null,status:`pending`}}}function rt(e,t){return{data:e,dataUpdatedAt:t??Date.now(),error:null,isInvalidated:!1,status:`success`}}function it(e){let t=typeof e.initialData==`function`?e.initialData():e.initialData,n=t!==void 0,r=n?typeof e.initialDataUpdatedAt==`function`?e.initialDataUpdatedAt():e.initialDataUpdatedAt:0;return{data:t,dataUpdateCount:0,dataUpdatedAt:n?r??Date.now():0,error:null,errorUpdateCount:0,errorUpdatedAt:0,fetchFailureCount:0,fetchFailureReason:null,fetchMeta:null,isInvalidated:!1,status:n?`success`:`pending`,fetchStatus:`idle`}}var at=class extends de{constructor(e,t){super(),this.options=t,this.#e=e,this.#s=null,this.#o=Ve(),this.bindMethods(),this.setOptions(t)}#e;#t=void 0;#n=void 0;#r=void 0;#i;#a;#o;#s;#c;#l;#u;#d;#f;#p;#m=new Set;bindMethods(){this.refetch=this.refetch.bind(this)}onSubscribe(){this.listeners.size===1&&(this.#t.addObserver(this),st(this.#t,this.options)?this.#h():this.updateResult(),this.#y())}onUnsubscribe(){this.hasListeners()||this.destroy()}shouldFetchOnReconnect(){return ct(this.#t,this.options,this.options.refetchOnReconnect)}shouldFetchOnWindowFocus(){return ct(this.#t,this.options,this.options.refetchOnWindowFocus)}destroy(){this.listeners=new Set,this.#b(),this.#x(),this.#t.removeObserver(this)}setOptions(e){let t=this.options,n=this.#t;if(this.options=this.#e.defaultQueryOptions(e),this.options.enabled!==void 0&&typeof this.options.enabled!=`boolean`&&typeof this.options.enabled!=`function`&&typeof w(this.options.enabled,this.#t)!=`boolean`)throw Error(`Expected enabled to be a boolean or a callback that returns a boolean`);this.#S(),this.#t.setOptions(this.options),t._defaulted&&!Oe(this.options,t)&&this.#e.getQueryCache().notify({type:`observerOptionsUpdated`,query:this.#t,observer:this});let r=this.hasListeners();r&<(this.#t,n,this.options,t)&&this.#h(),this.updateResult(),r&&(this.#t!==n||w(this.options.enabled,this.#t)!==w(t.enabled,this.#t)||be(this.options.staleTime,this.#t)!==be(t.staleTime,this.#t))&&this.#g();let i=this.#_();r&&(this.#t!==n||w(this.options.enabled,this.#t)!==w(t.enabled,this.#t)||i!==this.#p)&&this.#v(i)}getOptimisticResult(e){let t=this.#e.getQueryCache().build(this.#e,e),n=this.createResult(t,e);return dt(this,n)&&(this.#r=n,this.#a=this.options,this.#i=this.#t.state),n}getCurrentResult(){return this.#r}trackResult(e,t){return new Proxy(e,{get:(e,n)=>(this.trackProp(n),t?.(n),n===`promise`&&(this.trackProp(`data`),!this.options.experimental_prefetchInRender&&this.#o.status===`pending`&&this.#o.reject(Error(`experimental_prefetchInRender feature flag is not enabled`))),Reflect.get(e,n))})}trackProp(e){this.#m.add(e)}getCurrentQuery(){return this.#t}refetch({...e}={}){return this.fetch({...e})}fetchOptimistic(e){let t=this.#e.defaultQueryOptions(e),n=this.#e.getQueryCache().build(this.#e,t);return n.fetch().then(()=>this.createResult(n,t))}fetch(e){return this.#h({...e,cancelRefetch:e.cancelRefetch??!0}).then(()=>(this.updateResult(),this.#r))}#h(e){this.#S();let t=this.#t.fetch(this.options,e);return e?.throwOnError||(t=t.catch(C)),t}#g(){this.#b();let e=be(this.options.staleTime,this.#t);if(Be.isServer()||this.#r.isStale||!ve(e))return;let t=ye(this.#r.dataUpdatedAt,e)+1;this.#d=me.setTimeout(()=>{this.#r.isStale||this.updateResult()},t)}#_(){return(typeof this.options.refetchInterval==`function`?this.options.refetchInterval(this.#t):this.options.refetchInterval)??!1}#v(e){this.#x(),this.#p=e,!(Be.isServer()||w(this.options.enabled,this.#t)===!1||!ve(this.#p)||this.#p===0)&&(this.#f=me.setInterval(()=>{(this.options.refetchIntervalInBackground||fe.isFocused())&&this.#h()},this.#p))}#y(){this.#g(),this.#v(this.#_())}#b(){this.#d!==void 0&&(me.clearTimeout(this.#d),this.#d=void 0)}#x(){this.#f!==void 0&&(me.clearInterval(this.#f),this.#f=void 0)}createResult(e,t){let n=this.#t,r=this.options,i=this.#r,a=this.#i,o=this.#a,s=e===n?this.#n:e.state,{state:c}=e,l={...c},u=!1,d;if(t._optimisticResults){let i=this.hasListeners(),a=!i&&st(e,t),o=i&<(e,n,t,r);(a||o)&&(l={...l,...nt(c.data,e.options)}),t._optimisticResults===`isRestoring`&&(l.fetchStatus=`idle`)}let{error:f,errorUpdatedAt:p,status:m}=l;d=l.data;let h=!1;if(t.placeholderData!==void 0&&d===void 0&&m===`pending`){let e;i?.isPlaceholderData&&t.placeholderData===o?.placeholderData?(e=i.data,h=!0):e=typeof t.placeholderData==`function`?t.placeholderData(this.#u?.state.data,this.#u):t.placeholderData,e!==void 0&&(m=`success`,d=Ne(i?.data,e,t),u=!0)}if(t.select&&d!==void 0&&!h)if(i&&d===a?.data&&t.select===this.#c)d=this.#l;else try{this.#c=t.select,d=t.select(d),d=Ne(i?.data,d,t),this.#l=d,this.#s=null}catch(e){this.#s=e}this.#s&&(f=this.#s,d=this.#l,p=Date.now(),m=`error`);let g=l.fetchStatus===`fetching`,_=m===`pending`,v=m===`error`,y=_&&g,b=d!==void 0,x={status:m,fetchStatus:l.fetchStatus,isPending:_,isSuccess:m===`success`,isError:v,isInitialLoading:y,isLoading:y,data:d,dataUpdatedAt:l.dataUpdatedAt,error:f,errorUpdatedAt:p,failureCount:l.fetchFailureCount,failureReason:l.fetchFailureReason,errorUpdateCount:l.errorUpdateCount,isFetched:e.isFetched(),isFetchedAfterMount:l.dataUpdateCount>s.dataUpdateCount||l.errorUpdateCount>s.errorUpdateCount,isFetching:g,isRefetching:g&&!_,isLoadingError:v&&!b,isPaused:l.fetchStatus===`paused`,isPlaceholderData:u,isRefetchError:v&&b,isStale:ut(e,t),refetch:this.refetch,promise:this.#o,isEnabled:w(t.enabled,e)!==!1};if(this.options.experimental_prefetchInRender){let t=x.data!==void 0,r=x.status===`error`&&!t,i=e=>{r?e.reject(x.error):t&&e.resolve(x.data)},a=()=>{let e=this.#o=x.promise=Ve();i(e)},o=this.#o;switch(o.status){case`pending`:e.queryHash===n.queryHash&&i(o);break;case`fulfilled`:(r||x.data!==o.value)&&a();break;case`rejected`:(!r||x.error!==o.reason)&&a();break}}return x}updateResult(){let e=this.#r,t=this.createResult(this.#t,this.options);this.#i=this.#t.state,this.#a=this.options,this.#i.data!==void 0&&(this.#u=this.#t),!Oe(t,e)&&(this.#r=t,this.#C({listeners:(()=>{if(!e)return!0;let{notifyOnChangeProps:t}=this.options,n=typeof t==`function`?t():t;if(n===`all`||!n&&!this.#m.size)return!0;let r=new Set(n??this.#m);return this.options.throwOnError&&r.add(`error`),Object.keys(this.#r).some(t=>{let n=t;return this.#r[n]!==e[n]&&r.has(n)})})()}))}#S(){let e=this.#e.getQueryCache().build(this.#e,this.options);if(e===this.#t)return;let t=this.#t;this.#t=e,this.#n=e.state,this.hasListeners()&&(t?.removeObserver(this),e.addObserver(this))}onQueryUpdate(){this.updateResult(),this.hasListeners()&&this.#y()}#C(e){T.batch(()=>{e.listeners&&this.listeners.forEach(e=>{e(this.#r)}),this.#e.getQueryCache().notify({query:this.#t,type:`observerResultsUpdated`})})}};function ot(e,t){return w(t.enabled,e)!==!1&&e.state.data===void 0&&!(e.state.status===`error`&&w(t.retryOnMount,e)===!1)}function st(e,t){return ot(e,t)||e.state.data!==void 0&&ct(e,t,t.refetchOnMount)}function ct(e,t,n){if(w(t.enabled,e)!==!1&&be(t.staleTime,e)!==`static`){let r=typeof n==`function`?n(e):n;return r===`always`||r!==!1&&ut(e,t)}return!1}function lt(e,t,n,r){return(e!==t||w(r.enabled,e)===!1)&&(!n.suspense||e.state.status!==`error`)&&ut(e,n)}function ut(e,t){return w(t.enabled,e)!==!1&&e.isStaleByTime(be(t.staleTime,e))}function dt(e,t){return!Oe(e.getCurrentResult(),t)}var ft=class extends Ye{#e;#t;#n;#r;constructor(e){super(),this.#e=e.client,this.mutationId=e.mutationId,this.#n=e.mutationCache,this.#t=[],this.state=e.state||pt(),this.setOptions(e.options),this.scheduleGc()}setOptions(e){this.options=e,this.updateGcTime(this.options.gcTime)}get meta(){return this.options.meta}addObserver(e){this.#t.includes(e)||(this.#t.push(e),this.clearGcTimeout(),this.#n.notify({type:`observerAdded`,mutation:this,observer:e}))}removeObserver(e){this.#t=this.#t.filter(t=>t!==e),this.scheduleGc(),this.#n.notify({type:`observerRemoved`,mutation:this,observer:e})}optionalRemove(){this.#t.length||(this.state.status===`pending`?this.scheduleGc():this.#n.remove(this))}continue(){return this.#r?.continue()??this.execute(this.state.variables)}async execute(e){let t=()=>{this.#i({type:`continue`})},n={client:this.#e,meta:this.options.meta,mutationKey:this.options.mutationKey};this.#r=Je({fn:()=>this.options.mutationFn?this.options.mutationFn(e,n):Promise.reject(Error(`No mutationFn found`)),onFail:(e,t)=>{this.#i({type:`failed`,failureCount:e,error:t})},onPause:()=>{this.#i({type:`pause`})},onContinue:t,retry:this.options.retry??0,retryDelay:this.options.retryDelay,networkMode:this.options.networkMode,canRun:()=>this.#n.canRun(this)});let r=this.state.status===`pending`,i=!this.#r.canStart();try{if(r)t();else{this.#i({type:`pending`,variables:e,isPaused:i}),this.#n.config.onMutate&&await this.#n.config.onMutate(e,this,n);let t=await this.options.onMutate?.(e,n);t!==this.state.context&&this.#i({type:`pending`,context:t,variables:e,isPaused:i})}let a=await this.#r.start();return await this.#n.config.onSuccess?.(a,e,this.state.context,this,n),await this.options.onSuccess?.(a,e,this.state.context,n),await this.#n.config.onSettled?.(a,null,this.state.variables,this.state.context,this,n),await this.options.onSettled?.(a,null,e,this.state.context,n),this.#i({type:`success`,data:a}),a}catch(t){try{await this.#n.config.onError?.(t,e,this.state.context,this,n)}catch(e){Promise.reject(e)}try{await this.options.onError?.(t,e,this.state.context,n)}catch(e){Promise.reject(e)}try{await this.#n.config.onSettled?.(void 0,t,this.state.variables,this.state.context,this,n)}catch(e){Promise.reject(e)}try{await this.options.onSettled?.(void 0,t,e,this.state.context,n)}catch(e){Promise.reject(e)}throw this.#i({type:`error`,error:t}),t}finally{this.#n.runNext(this)}}#i(e){let t=t=>{switch(e.type){case`failed`:return{...t,failureCount:e.failureCount,failureReason:e.error};case`pause`:return{...t,isPaused:!0};case`continue`:return{...t,isPaused:!1};case`pending`:return{...t,context:e.context,data:void 0,failureCount:0,failureReason:null,error:null,isPaused:e.isPaused,status:`pending`,variables:e.variables,submittedAt:Date.now()};case`success`:return{...t,data:e.data,failureCount:0,failureReason:null,error:null,status:`success`,isPaused:!1};case`error`:return{...t,data:void 0,error:e.error,failureCount:t.failureCount+1,failureReason:e.error,isPaused:!1,status:`error`}}};this.state=t(this.state),T.batch(()=>{this.#t.forEach(t=>{t.onMutationUpdate(e)}),this.#n.notify({mutation:this,type:`updated`,action:e})})}};function pt(){return{context:void 0,data:void 0,error:null,failureCount:0,failureReason:null,isPaused:!1,status:`idle`,variables:void 0,submittedAt:0}}var mt=class extends de{#e;#t=void 0;#n;#r;constructor(e,t){super(),this.#e=e,this.setOptions(t),this.bindMethods(),this.#i()}bindMethods(){this.mutate=this.mutate.bind(this),this.reset=this.reset.bind(this)}setOptions(e){let t=this.options;this.options=this.#e.defaultMutationOptions(e),Oe(this.options,t)||this.#e.getMutationCache().notify({type:`observerOptionsUpdated`,mutation:this.#n,observer:this}),t?.mutationKey&&this.options.mutationKey&&we(t.mutationKey)!==we(this.options.mutationKey)?this.reset():this.#n?.state.status===`pending`&&this.#n.setOptions(this.options)}onUnsubscribe(){this.hasListeners()||this.#n?.removeObserver(this)}onMutationUpdate(e){this.#i(),this.#a(e)}getCurrentResult(){return this.#t}reset(){this.#n?.removeObserver(this),this.#n=void 0,this.#i(),this.#a()}mutate(e,t){return this.#r=t,this.#n?.removeObserver(this),this.#n=this.#e.getMutationCache().build(this.#e,this.options),this.#n.addObserver(this),this.#n.execute(e)}#i(){let e=this.#n?.state??pt();this.#t={...e,isPending:e.status===`pending`,isSuccess:e.status===`success`,isError:e.status===`error`,isIdle:e.status===`idle`,mutate:this.mutate,reset:this.reset}}#a(e){T.batch(()=>{if(this.#r&&this.hasListeners()){let t=this.#t.variables,n=this.#t.context,r={client:this.#e,meta:this.options.meta,mutationKey:this.options.mutationKey};if(e?.type===`success`){try{this.#r.onSuccess?.(e.data,t,n,r)}catch(e){Promise.reject(e)}try{this.#r.onSettled?.(e.data,null,t,n,r)}catch(e){Promise.reject(e)}}else if(e?.type===`error`){try{this.#r.onError?.(e.error,t,n,r)}catch(e){Promise.reject(e)}try{this.#r.onSettled?.(void 0,e.error,t,n,r)}catch(e){Promise.reject(e)}}}this.listeners.forEach(e=>{e(this.#t)})})}};function ht(e,t){let n=new Set(t);return e.filter(e=>!n.has(e))}function gt(e,t,n){let r=e.slice(0);return r[t]=n,r}var _t=class extends de{#e;#t;#n;#r;#i;#a;#o;#s;#c;#l=[];constructor(e,t,n){super(),this.#e=e,this.#r=n,this.#n=[],this.#i=[],this.#t=[],this.setQueries(t)}onSubscribe(){this.listeners.size===1&&this.#i.forEach(e=>{e.subscribe(t=>{this.#m(e,t)})})}onUnsubscribe(){this.listeners.size||this.destroy()}destroy(){this.listeners=new Set,this.#i.forEach(e=>{e.destroy()})}setQueries(e,t){this.#n=e,this.#r=t,T.batch(()=>{let e=this.#i,t=this.#p(this.#n);t.forEach(e=>e.observer.setOptions(e.defaultedQueryOptions));let n=t.map(e=>e.observer),r=n.map(e=>e.getCurrentResult()),i=e.length!==n.length,a=n.some((t,n)=>t!==e[n]),o=i||a,s=o?!0:r.some((e,t)=>{let n=this.#t[t];return!n||!Oe(e,n)});!o&&!s||(o&&(this.#l=t,this.#i=n),this.#t=r,this.hasListeners()&&(o&&(ht(e,n).forEach(e=>{e.destroy()}),ht(n,e).forEach(e=>{e.subscribe(t=>{this.#m(e,t)})})),this.#h()))})}getCurrentResult(){return this.#t}getQueries(){return this.#i.map(e=>e.getCurrentQuery())}getObservers(){return this.#i}getOptimisticResult(e,t){let n=this.#p(e),r=n.map(e=>e.observer.getOptimisticResult(e.defaultedQueryOptions)),i=n.map(e=>e.defaultedQueryOptions.queryHash);return[r,e=>this.#d(e??r,t,i),()=>this.#u(r,n)]}#u(e,t){return t.map((n,r)=>{let i=e[r];return n.defaultedQueryOptions.notifyOnChangeProps?i:n.observer.trackResult(i,e=>{t.forEach(t=>{t.observer.trackProp(e)})})})}#d(e,t,n){if(t){let r=this.#c,i=n!==void 0&&r!==void 0&&(r.length!==n.length||n.some((e,t)=>e!==r[t]));return(!this.#a||this.#t!==this.#s||i||t!==this.#o)&&(this.#o=t,this.#s=this.#t,n!==void 0&&(this.#c=n),this.#a=De(this.#a,t(e))),this.#a}return e}#f(){return this.#r?.combine!==void 0&&this.#i.some((e,t)=>e.options.suspense&&this.#t[t]?.data===void 0)}#p(e){let t=new Map;this.#i.forEach(e=>{let n=e.options.queryHash;if(!n)return;let r=t.get(n);r?r.push(e):t.set(n,[e])});let n=[];return e.forEach(e=>{let r=this.#e.defaultQueryOptions(e),i=t.get(r.queryHash)?.shift()??new at(this.#e,r);n.push({defaultedQueryOptions:r,observer:i})}),n}#m(e,t){let n=this.#i.indexOf(e);n!==-1&&(this.#t=gt(this.#t,n,t),this.#h())}#h(){if(this.hasListeners()){let e=this.#u(this.#t,this.#l),t=this.#f(),n=this.#a,r=t?n:this.#d(e,this.#r?.combine);(t||n!==r)&&T.batch(()=>{this.listeners.forEach(e=>{e(this.#t)})})}}},E=e(t(),1),D=r(),vt=E.createContext(void 0),O=e=>{let t=E.useContext(vt);if(e)return e;if(!t)throw Error(`No QueryClient set, use QueryClientProvider to set one`);return t},yt=({client:e,children:t})=>(E.useEffect(()=>(e.mount(),()=>{e.unmount()}),[e]),(0,D.jsx)(vt.Provider,{value:e,children:t})),bt=E.createContext(!1),xt=()=>E.useContext(bt);bt.Provider;function St(){let e=!1;return{clearReset:()=>{e=!1},reset:()=>{e=!0},isReset:()=>e}}var Ct=E.createContext(St()),wt=()=>E.useContext(Ct),Tt=(e,t,n)=>{let r=n?.state.error&&typeof e.throwOnError==`function`?Re(e.throwOnError,[n.state.error,n]):e.throwOnError;(e.suspense||e.experimental_prefetchInRender||r)&&(t.isReset()||(e.retryOnMount=!1))},Et=e=>{E.useEffect(()=>{e.clearReset()},[e])},Dt=({result:e,errorResetBoundary:t,throwOnError:n,query:r,suspense:i})=>e.isError&&!t.isReset()&&!e.isFetching&&r&&(i&&e.data===void 0||Re(n,[e.error,r])),Ot=e=>{if(e.suspense){let t=1e3,n=e=>e===`static`?e:Math.max(e??t,t),r=e.staleTime;e.staleTime=typeof r==`function`?(...e)=>n(r(...e)):n(r),typeof e.gcTime==`number`&&(e.gcTime=Math.max(e.gcTime,t))}},kt=(e,t)=>e.isLoading&&e.isFetching&&!t,At=(e,t)=>e?.suspense&&t.isPending,jt=(e,t,n)=>t.fetchOptimistic(e).catch(()=>{n.clearReset()});function Mt({queries:e,...t},n){let r=O(n),i=xt(),a=wt(),o=E.useMemo(()=>e.map(e=>{let t=r.defaultQueryOptions(e);return t._optimisticResults=i?`isRestoring`:`optimistic`,t}),[e,r,i]);o.forEach(e=>{Ot(e);let t=r.getQueryCache().get(e.queryHash);Tt(e,a,t)}),Et(a);let[s]=E.useState(()=>new _t(r,o,t)),[c,l,u]=s.getOptimisticResult(o,t.combine),d=!i&&t.subscribed!==!1;E.useSyncExternalStore(E.useCallback(e=>d?s.subscribe(T.batchCalls(e)):C,[s,d]),()=>s.getCurrentResult(),()=>s.getCurrentResult()),E.useEffect(()=>{s.setQueries(o,t)},[o,t,s]);let f=c.some((e,t)=>At(o[t],e))?c.flatMap((e,t)=>{let n=o[t];return n&&At(n,e)?jt(n,new at(r,n),a):[]}):[];if(f.length>0)throw Promise.all(f);let p=c.find((e,t)=>{let n=o[t];return n&&Dt({result:e,errorResetBoundary:a,throwOnError:n.throwOnError,query:r.getQueryCache().get(n.queryHash),suspense:n.suspense})});if(p?.error)throw p.error;return l(u())}function Nt(e,t,n){let r=xt(),i=wt(),a=O(n),o=a.defaultQueryOptions(e);a.getDefaultOptions().queries?._experimental_beforeQuery?.(o);let s=a.getQueryCache().get(o.queryHash),c=e.subscribed!==!1;o._optimisticResults=r?`isRestoring`:c?`optimistic`:void 0,Ot(o),Tt(o,i,s),Et(i);let l=!a.getQueryCache().get(o.queryHash),[u]=E.useState(()=>new t(a,o)),d=u.getOptimisticResult(o),f=!r&&c;if(E.useSyncExternalStore(E.useCallback(e=>{let t=f?u.subscribe(T.batchCalls(e)):C;return u.updateResult(),t},[u,f]),()=>u.getCurrentResult(),()=>u.getCurrentResult()),E.useEffect(()=>{u.setOptions(o)},[o,u]),At(o,d))throw jt(o,u,i);if(Dt({result:d,errorResetBoundary:i,throwOnError:o.throwOnError,query:s,suspense:o.suspense}))throw d.error;return a.getDefaultOptions().queries?._experimental_afterQuery?.(o,d),o.experimental_prefetchInRender&&!Be.isServer()&&kt(d,r)&&(l?jt(o,u,i):s?.promise)?.catch(C).finally(()=>{u.updateResult()}),o.notifyOnChangeProps?d:u.trackResult(d)}function k(e,t){return Nt(e,at,t)}function A(e,t){let n=O(t),[r]=E.useState(()=>new mt(n,e));E.useEffect(()=>{r.setOptions(e)},[r,e]);let i=E.useSyncExternalStore(E.useCallback(e=>r.subscribe(T.batchCalls(e)),[r]),()=>r.getCurrentResult(),()=>r.getCurrentResult()),a=E.useCallback((e,t)=>{r.mutate(e,t).catch(C)},[r]);if(i.error&&Re(r.options.throwOnError,[i.error]))throw i.error;return{...i,mutate:a,mutateAsync:i.mutate}}var Pt=/^(?:[a-z][a-z0-9+.-]*:|[\\/]{2})/i,Ft=/^[\\/]{2}/;function It(e,t){return t+e.replace(/\\/g,`/`)}var Lt=`popstate`;function Rt(e){return typeof e==`object`&&!!e&&`pathname`in e&&`search`in e&&`hash`in e&&`state`in e&&`key`in e}function zt(e={}){function t(e,t){let n=t.state?.masked,{pathname:r,search:i,hash:a}=n||e.location;return Ht(``,{pathname:r,search:i,hash:a},t.state&&t.state.usr||null,t.state&&t.state.key||`default`,n?{pathname:e.location.pathname,search:e.location.search,hash:e.location.hash}:void 0)}function n(e,t){return typeof t==`string`?t:Ut(t)}return Gt(t,n,null,e)}function j(e,t){if(e===!1||e==null)throw Error(t)}function M(e,t){if(!e){typeof console<`u`&&console.warn(t);try{throw Error(t)}catch{}}}function Bt(){return Math.random().toString(36).substring(2,10)}function Vt(e,t){return{usr:e.state,key:e.key,idx:t,masked:e.mask?{pathname:e.pathname,search:e.search,hash:e.hash}:void 0}}function Ht(e,t,n=null,r,i){return{pathname:typeof e==`string`?e:e.pathname,search:``,hash:``,...typeof t==`string`?Wt(t):t,state:n,key:t&&t.key||r||Bt(),mask:i}}function Ut({pathname:e=`/`,search:t=``,hash:n=``}){return t&&t!==`?`&&(e+=t.charAt(0)===`?`?t:`?`+t),n&&n!==`#`&&(e+=n.charAt(0)===`#`?n:`#`+n),e}function Wt(e){let t={};if(e){let n=e.indexOf(`#`);n>=0&&(t.hash=e.substring(n),e=e.substring(0,n));let r=e.indexOf(`?`);r>=0&&(t.search=e.substring(r),e=e.substring(0,r)),e&&(t.pathname=e)}return t}function Gt(e,t,n,r={}){let{window:i=document.defaultView,v5Compat:a=!1}=r,o=i.history,s=`POP`,c=null,l=u();l??(l=0,o.replaceState({...o.state,idx:l},``));function u(){return(o.state||{idx:null}).idx}function d(){s=`POP`;let e=u(),t=e==null?null:e-l;l=e,c&&c({action:s,location:h.location,delta:t})}function f(e,t){s=`PUSH`;let r=Rt(e)?e:Ht(h.location,e,t);n&&n(r,e),l=u()+1;let d=Vt(r,l),f=h.createHref(r.mask||r);try{o.pushState(d,``,f)}catch(e){if(e instanceof DOMException&&e.name===`DataCloneError`)throw e;i.location.assign(f)}a&&c&&c({action:s,location:h.location,delta:1})}function p(e,t){s=`REPLACE`;let r=Rt(e)?e:Ht(h.location,e,t);n&&n(r,e),l=u();let i=Vt(r,l),d=h.createHref(r.mask||r);o.replaceState(i,``,d),a&&c&&c({action:s,location:h.location,delta:0})}function m(e){return Kt(i,e)}let h={get action(){return s},get location(){return e(i,o)},listen(e){if(c)throw Error(`A history only accepts one active listener`);return i.addEventListener(Lt,d),c=e,()=>{i.removeEventListener(Lt,d),c=null}},createHref(e){return t(i,e)},createURL:m,encodeLocation(e){let t=m(e);return{pathname:t.pathname,search:t.search,hash:t.hash}},push:f,replace:p,go(e){return o.go(e)}};return h}function Kt(e,t,n=!1){let r=`http://localhost`;e&&(r=e.location.origin===`null`?e.location.href:e.location.origin),j(r,`No window.location.(origin|href) available to create URL`);let i=typeof t==`string`?t:Ut(t);return i=i.replace(/ $/,`%20`),!n&&Ft.test(i)&&(i=r+i),new URL(i,r)}function qt(e,t,n=`/`){return Jt(e,t,n,!1)}function Jt(e,t,n,r,i){let a=N((typeof t==`string`?Wt(t):t).pathname||`/`,n);if(a==null)return null;let o=i??Xt(e),s=null,c=mn(a);for(let e=0;s==null&&e<o.length;++e)s=un(o[e],c,r);return s}function Yt(e,t){let{route:n,pathname:r,params:i}=e;return{id:n.id,pathname:r,params:i,data:t[n.id],loaderData:t[n.id],handle:n.handle}}function Xt(e){let t=Zt(e);return $t(t),t}function Zt(e,t=[],n=[],r=``,i=!1){let a=(e,a,o=i,s)=>{let c={relativePath:s===void 0?e.path||``:s,caseSensitive:e.caseSensitive===!0,childrenIndex:a,route:e};if(c.relativePath.startsWith(`/`)){if(!c.relativePath.startsWith(r)&&o)return;j(c.relativePath.startsWith(r),`Absolute route path "${c.relativePath}" nested under path "${r}" is not valid. An absolute child route path must start with the combined path of all its parent routes.`),c.relativePath=c.relativePath.slice(r.length)}let l=P([r,c.relativePath]),u=n.concat(c);e.children&&e.children.length>0&&(j(e.index!==!0,`Index routes must not have child routes. Please remove all child routes from route path "${l}".`),Zt(e.children,t,u,l,o)),!(e.path==null&&!e.index)&&t.push({path:l,score:cn(l,e.index),routesMeta:u.map((e,t)=>{let[n,r]=pn(e.relativePath,e.caseSensitive,t===u.length-1);return{...e,matcher:n,compiledParams:r}})})};return e.forEach((e,t)=>{if(e.path===``||!e.path?.includes(`?`))a(e,t);else for(let n of Qt(e.path))a(e,t,!0,n)}),t}function Qt(e){let t=e.split(`/`);if(t.length===0)return[];let[n,...r]=t,i=n.endsWith(`?`),a=n.replace(/\?$/,``);if(r.length===0)return i?[a,``]:[a];let o=Qt(r.join(`/`)),s=[];return s.push(...o.map(e=>e===``?a:[a,e].join(`/`))),i&&s.push(...o),s.map(t=>e.startsWith(`/`)&&t===``?`/`:t)}function $t(e){e.sort((e,t)=>e.score===t.score?ln(e.routesMeta.map(e=>e.childrenIndex),t.routesMeta.map(e=>e.childrenIndex)):t.score-e.score)}var en=/^:[\w-]+$/,tn=3,nn=2,rn=1,an=10,on=-2,sn=e=>e===`*`;function cn(e,t){let n=e.split(`/`),r=n.length;return n.some(sn)&&(r+=on),t&&(r+=nn),n.filter(e=>!sn(e)).reduce((e,t)=>e+(en.test(t)?tn:t===``?rn:an),r)}function ln(e,t){return e.length===t.length&&e.slice(0,-1).every((e,n)=>e===t[n])?e[e.length-1]-t[t.length-1]:0}function un(e,t,n=!1){let{routesMeta:r}=e,i={},a=`/`,o=[];for(let e=0;e<r.length;++e){let s=r[e],c=e===r.length-1,l=a===`/`?t:t.slice(a.length)||`/`,u={path:s.relativePath,caseSensitive:s.caseSensitive,end:c},d=s.matcher&&s.compiledParams?fn(u,l,s.matcher,s.compiledParams):dn(u,l),f=s.route;if(!d&&c&&n&&!r[r.length-1].route.index&&(d=dn({path:s.relativePath,caseSensitive:s.caseSensitive,end:!1},l)),!d)return null;Object.assign(i,d.params),o.push({params:i,pathname:P([a,d.pathname]),pathnameBase:Cn(P([a,d.pathnameBase])),route:f}),d.pathnameBase!==`/`&&(a=P([a,d.pathnameBase]))}return o}function dn(e,t){typeof e==`string`&&(e={path:e,caseSensitive:!1,end:!0});let[n,r]=pn(e.path,e.caseSensitive,e.end);return fn(e,t,n,r)}function fn(e,t,n,r){let i=t.match(n);if(!i)return null;let a=i[0],o=a.replace(/(.)\/+$/,`$1`),s=i.slice(1);return{params:r.reduce((e,{paramName:t,isOptional:n},r)=>{if(t===`*`){let e=s[r]||``;o=a.slice(0,a.length-e.length).replace(/(.)\/+$/,`$1`)}let i=s[r];return n&&!i?e[t]=void 0:e[t]=(i||``).replace(/%2F/g,`/`),e},{}),pathname:a,pathnameBase:o,pattern:e}}function pn(e,t=!1,n=!0){M(e===`*`||!e.endsWith(`*`)||e.endsWith(`/*`),`Route path "${e}" will be treated as if it were "${e.replace(/\*$/,`/*`)}" because the \`*\` character must always follow a \`/\` in the pattern. To get rid of this warning, please change the route path to "${e.replace(/\*$/,`/*`)}".`);let r=[],i=`^`+e.replace(/\/*\*?$/,``).replace(/^\/*/,`/`).replace(/[\\.*+^${}|()[\]]/g,`\\$&`).replace(/\/:([\w-]+)(\?)?/g,(e,t,n,i,a)=>{if(r.push({paramName:t,isOptional:n!=null}),n){let t=a.charAt(i+e.length);return t&&t!==`/`?`/([^\\/]*)`:`(?:/([^\\/]*))?`}return`/([^\\/]+)`}).replace(/\/([\w-]+)\?(\/|$)/g,`(/$1)?$2`);return e.endsWith(`*`)?(r.push({paramName:`*`}),i+=e===`*`||e===`/*`?`(.*)$`:`(?:\\/(.+)|\\/*)$`):n?i+=`\\/*$`:e!==``&&e!==`/`&&(i+=`(?:(?=\\/|$))`),[new RegExp(i,t?void 0:`i`),r]}function mn(e){try{return e.split(`/`).map(e=>decodeURIComponent(e).replace(/\//g,`%2F`)).join(`/`)}catch(t){return M(!1,`The URL path "${e}" could not be decoded because it is a malformed URL segment. This is probably due to a bad percent encoding (${t}).`),e}}function N(e,t){if(t===`/`)return e;if(!e.toLowerCase().startsWith(t.toLowerCase()))return null;let n=t.endsWith(`/`)?t.length-1:t.length,r=e.charAt(n);return r&&r!==`/`?null:e.slice(n)||`/`}function hn(e,t=`/`){let{pathname:n,search:r=``,hash:i=``}=typeof e==`string`?Wt(e):e,a;return n?(n=xn(n),a=n.startsWith(`/`)?gn(n.substring(1),`/`):gn(n,t)):a=t,{pathname:a,search:wn(r),hash:Tn(i)}}function gn(e,t){let n=Sn(t).split(`/`);return e.split(`/`).forEach(e=>{e===`..`?n.length>1&&n.pop():e!==`.`&&n.push(e)}),n.length>1?n.join(`/`):`/`}function _n(e,t,n,r){return`Cannot include a '${e}' character in a manually specified \`to.${t}\` field [${JSON.stringify(r)}]. Please separate it out to the \`to.${n}\` field. Alternatively you may provide the full path as a string in <Link to="..."> and the router will parse it for you.`}function vn(e){return e.filter((e,t)=>t===0||e.route.path&&e.route.path.length>0)}function yn(e){let t=vn(e);return t.map((e,n)=>n===t.length-1?e.pathname:e.pathnameBase)}function bn(e,t,n,r=!1){let i;typeof e==`string`?i=Wt(e):(i={...e},j(!i.pathname||!i.pathname.includes(`?`),_n(`?`,`pathname`,`search`,i)),j(!i.pathname||!i.pathname.includes(`#`),_n(`#`,`pathname`,`hash`,i)),j(!i.search||!i.search.includes(`#`),_n(`#`,`search`,`hash`,i)));let a=e===``||i.pathname===``,o=a?`/`:i.pathname,s;if(o==null)s=n;else{let e=t.length-1;if(!r&&o.startsWith(`..`)){let t=o.split(`/`);for(;t[0]===`..`;)t.shift(),--e;i.pathname=t.join(`/`)}s=e>=0?t[e]:`/`}let c=hn(i,s),l=o&&o!==`/`&&o.endsWith(`/`),u=(a||o===`.`)&&n.endsWith(`/`);return!c.pathname.endsWith(`/`)&&(l||u)&&(c.pathname+=`/`),c}var xn=e=>e.replace(/[\\/]{2,}/g,`/`),P=e=>xn(e.join(`/`)),Sn=e=>e.replace(/\/+$/,``),Cn=e=>Sn(e).replace(/^\/*/,`/`),wn=e=>!e||e===`?`?``:e.startsWith(`?`)?e:`?`+e,Tn=e=>!e||e===`#`?``:e.startsWith(`#`)?e:`#`+e,En=class{constructor(e,t,n,r=!1){this.status=e,this.statusText=t||``,this.internal=r,n instanceof Error?(this.data=n.toString(),this.error=n):this.data=n}};function Dn(e){return e!=null&&typeof e.status==`number`&&typeof e.statusText==`string`&&typeof e.internal==`boolean`&&`data`in e}function On(e){return P(e.map(e=>e.route.path).filter(Boolean))||`/`}var kn=typeof window<`u`&&window.document!==void 0&&window.document.createElement!==void 0;function An(e,t){let n=e;if(typeof n!=`string`||!Pt.test(n))return{absoluteURL:void 0,isExternal:!1,to:n};let r=n,i=!1;if(kn)try{let e=new URL(window.location.href),r=Ft.test(n)?new URL(It(n,e.protocol)):new URL(n),a=N(r.pathname,t);r.origin===e.origin&&a!=null?n=a+r.search+r.hash:i=!0}catch{M(!1,`<Link to="${n}"> contains an invalid URL which will probably break when clicked - please update to a valid URL path.`)}return{absoluteURL:r,isExternal:i,to:n}}Object.getOwnPropertyNames(Object.prototype).sort().join(`\0`);var jn=[`POST`,`PUT`,`PATCH`,`DELETE`];new Set(jn);var Mn=[`GET`,...jn];new Set(Mn);var Nn=[`about:`,`blob:`,`chrome:`,`chrome-untrusted:`,`content:`,`data:`,`devtools:`,`file:`,`filesystem:`,`javascript:`];function Pn(e){try{return Nn.includes(new URL(e).protocol)}catch{return!1}}var Fn=E.createContext(null);Fn.displayName=`DataRouter`;var In=E.createContext(null);In.displayName=`DataRouterState`;var Ln=E.createContext(!1);function Rn(){return E.useContext(Ln)}var zn=E.createContext({isTransitioning:!1});zn.displayName=`ViewTransition`;var Bn=E.createContext(new Map);Bn.displayName=`Fetchers`;var Vn=E.createContext(null);Vn.displayName=`Await`;var F=E.createContext(null);F.displayName=`Navigation`;var Hn=E.createContext(null);Hn.displayName=`Location`;var I=E.createContext({outlet:null,matches:[],isDataRoute:!1});I.displayName=`Route`;var Un=E.createContext(null);Un.displayName=`RouteError`;var Wn=`REACT_ROUTER_ERROR`,Gn=`REDIRECT`,Kn=`ROUTE_ERROR_RESPONSE`;function qn(e){if(e.startsWith(`${Wn}:${Gn}:{`))try{let t=JSON.parse(e.slice(28));if(typeof t==`object`&&t&&typeof t.status==`number`&&typeof t.statusText==`string`&&typeof t.location==`string`&&typeof t.reloadDocument==`boolean`&&typeof t.replace==`boolean`)return t}catch{}}function Jn(e){if(e.startsWith(`${Wn}:${Kn}:{`))try{let t=JSON.parse(e.slice(40));if(typeof t==`object`&&t&&typeof t.status==`number`&&typeof t.statusText==`string`)return new En(t.status,t.statusText,t.data)}catch{}}function Yn(e,{relative:t}={}){j(Xn(),`useHref() may be used only in the context of a <Router> component.`);let{basename:n,navigator:r}=E.useContext(F),{hash:i,pathname:a,search:o}=ir(e,{relative:t}),s=a;return n!==`/`&&(s=a===`/`?n:P([n,a])),r.createHref({pathname:s,search:o,hash:i})}function Xn(){return E.useContext(Hn)!=null}function L(){return j(Xn(),`useLocation() may be used only in the context of a <Router> component.`),E.useContext(Hn).location}var Zn=`You should call navigate() in a React.useEffect(), not when your component is first rendered.`;function Qn(e){E.useContext(F).static||E.useLayoutEffect(e)}function $n(){let{isDataRoute:e}=E.useContext(I);return e?Cr():er()}function er(){j(Xn(),`useNavigate() may be used only in the context of a <Router> component.`);let e=E.useContext(Fn),{basename:t,navigator:n}=E.useContext(F),{matches:r}=E.useContext(I),{pathname:i}=L(),a=JSON.stringify(yn(r)),o=E.useRef(!1);return Qn(()=>{o.current=!0}),E.useCallback((r,s={})=>{if(M(o.current,Zn),!o.current)return;if(typeof r==`number`){n.go(r);return}let c=bn(r,JSON.parse(a),i,s.relative===`path`);e==null&&t!==`/`&&(c.pathname=c.pathname===`/`?t:P([t,c.pathname])),(s.replace?n.replace:n.push)(c,s.state,s)},[t,n,a,i,e])}var tr=E.createContext(null);function nr(e){let t=E.useContext(I).outlet;return E.useMemo(()=>t&&E.createElement(tr.Provider,{value:e},t),[t,e])}function rr(){let{matches:e}=E.useContext(I);return e[e.length-1]?.params??{}}function ir(e,{relative:t}={}){let{matches:n}=E.useContext(I),{pathname:r}=L(),i=JSON.stringify(yn(n));return E.useMemo(()=>bn(e,JSON.parse(i),r,t===`path`),[e,i,r,t])}function ar(e,t){return or(e,t)}function or(e,t,n){j(Xn(),`useRoutes() may be used only in the context of a <Router> component.`);let{navigator:r}=E.useContext(F),{matches:i}=E.useContext(I),a=i[i.length-1],o=a?a.params:{},s=a?a.pathname:`/`,c=a?a.pathnameBase:`/`,l=a&&a.route;{let e=l&&l.path||``;Tr(s,!l||e.endsWith(`*`)||e.endsWith(`*?`),`You rendered descendant <Routes> (or called \`useRoutes()\`) at "${s}" (under <Route path="${e}">) but the parent route path has no trailing "*". This means if you navigate deeper, the parent won't match anymore and therefore the child routes will never render.
|
|
1
|
+
import{r as e}from"./rolldown-runtime-QTnfLwEv.js";import{i as t,r as n,t as r}from"./react-runtime-CCIEwYL0.js";import{D as i,E as a,a as o,g as s,h as c,i as l,k as u,m as d,o as f,p,r as m,s as h,t as g,u as _}from"./utils-CUnaAifW.js";import{i as v,r as y}from"./bundle-mjs-BT31bpU6.js";var b=/^[\w!#$%&'*.^`|~+-]+$/,x=(e,t,n={})=>{if(!b.test(e))throw Error(`Invalid cookie name`);let r=`${e}=${t}`;if(e.startsWith(`__Secure-`)&&!n.secure)throw Error(`__Secure- Cookie must have Secure attributes`);if(e.startsWith(`__Host-`)){if(!n.secure)throw Error(`__Host- Cookie must have Secure attributes`);if(n.path!==`/`)throw Error(`__Host- Cookie must have Path attributes with "/"`);if(n.domain)throw Error(`__Host- Cookie must not have Domain attributes`)}for(let e of[`domain`,`path`,`sameSite`,`priority`])if(n[e]&&/[;\r\n]/.test(n[e]))throw Error(`${e} must not contain ";", "\\r", or "\\n"`);if(n&&typeof n.maxAge==`number`&&n.maxAge>=0){if(n.maxAge>3456e4)throw Error(`Cookies Max-Age SHOULD NOT be greater than 400 days (34560000 seconds) in duration.`);r+=`; Max-Age=${n.maxAge|0}`}if(n.domain&&n.prefix!==`host`&&(r+=`; Domain=${n.domain}`),n.path&&(r+=`; Path=${n.path}`),n.expires){if(n.expires.getTime()-Date.now()>3456e7)throw Error(`Cookies Expires SHOULD NOT be greater than 400 days (34560000 seconds) in the future.`);r+=`; Expires=${n.expires.toUTCString()}`}if(n.httpOnly&&(r+=`; HttpOnly`),n.secure&&(r+=`; Secure`),n.sameSite&&(r+=`; SameSite=${n.sameSite.charAt(0).toUpperCase()+n.sameSite.slice(1)}`),n.priority&&(r+=`; Priority=${n.priority.charAt(0).toUpperCase()+n.priority.slice(1)}`),n.partitioned){if(!n.secure)throw Error(`Partitioned Cookie must have Secure attributes`);r+=`; Partitioned`}return r},S=(e,t,n)=>(t=encodeURIComponent(t),x(e,t,n)),ee=(e,t)=>(e=e.replace(/\/+$/,``),e+=`/`,t=t.replace(/^\/+/,``),e+t),te=(e,t)=>{for(let[n,r]of Object.entries(t)){let t=RegExp(`/:`+n+`(?:{[^/]+})?\\??`);e=e.replace(t,r?`/${r}`:``)}return e},ne=e=>{let t=new URLSearchParams;for(let[n,r]of Object.entries(e))if(r!==void 0)if(Array.isArray(r))for(let e of r)t.append(n,e);else t.set(n,r);return t},re=(e,t)=>{switch(t){case`ws`:return e.replace(/^http/,`ws`);case`http`:return e.replace(/^ws/,`http`)}},ie=e=>/^https?:\/\/[^\/]+?\/index(?=\?|$)/.test(e)?e.replace(/\/index(?=\?|$)/,`/`):e.replace(/\/index(?=\?|$)/,``);function ae(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}function oe(e,t){if(!ae(e)&&!ae(t))return t;let n={...e};for(let e in t){let r=t[e];ae(n[e])&&ae(r)?n[e]=oe(n[e],r):n[e]=r}return n}var se=(e,t)=>new Proxy(()=>{},{get(n,r){if(!(typeof r!=`string`||r===`then`))return se(e,[...t,r])},apply(n,r,i){return e({path:t,args:i})}}),ce=class{url;method;buildSearchParams;queryParams=void 0;pathParams={};rBody;cType=void 0;constructor(e,t,n){this.url=e,this.method=t,this.buildSearchParams=n.buildSearchParams}fetch=async(e,t)=>{if(e){if(e.query&&(this.queryParams=this.buildSearchParams(e.query)),e.form){let t=new FormData;for(let[n,r]of Object.entries(e.form))if(r!==void 0)if(Array.isArray(r))for(let e of r)t.append(n,e);else t.append(n,r);this.rBody=t}e.json&&(this.rBody=JSON.stringify(e.json),this.cType=`application/json`),e.param&&(this.pathParams=e.param)}let n=this.method.toUpperCase(),r={...e?.header,...typeof t?.headers==`function`?await t.headers():t?.headers};if(e?.cookie){let t=[];for(let[n,r]of Object.entries(e.cookie))t.push(S(n,r,{path:`/`}));r.Cookie=t.join(`,`)}this.cType&&(r[`Content-Type`]=this.cType);let i=new Headers(r??void 0),a=this.url;a=ie(a),a=te(a,this.pathParams),this.queryParams&&(a=a+`?`+this.queryParams.toString()),n=this.method.toUpperCase();let o=!(n===`GET`||n===`HEAD`);return(t?.fetch||fetch)(a,{body:o?this.rBody:void 0,method:n,headers:i,...t?.init})}},le=(e,t)=>se(function n(r){let i=t?.buildSearchParams??ne,a=[...r.path],o=a.slice(-3).reverse();if(o[0]===`toString`)return o[1]===`name`?o[2]||``:n.toString();if(o[0]===`valueOf`)return o[1]===`name`?o[2]||``:n;let s=``;if(/^\$/.test(o[0])){let e=a.pop();e&&(s=e.replace(/^\$/,``))}let c=ee(e,a.join(`/`));if(s===`url`||s===`path`){let t=c;return r.args[0]&&(r.args[0].param&&(t=te(c,r.args[0].param)),r.args[0].query&&(t=t+`?`+i(r.args[0].query).toString())),t=ie(t),s===`url`?new URL(t):t.slice(e.replace(/\/+$/,``).length).replace(/^\/?/,`/`)}if(s===`ws`){let e=re(r.args[0]&&r.args[0].param?te(c,r.args[0].param):c,`ws`),n=new URL(e),i=r.args[0]?.query;return i&&Object.entries(i).forEach(([e,t])=>{Array.isArray(t)?t.forEach(t=>n.searchParams.append(e,t)):n.searchParams.set(e,t)}),((...e)=>t?.webSocket!==void 0&&typeof t.webSocket==`function`?t.webSocket(...e):new WebSocket(...e))(n.toString())}let l=new ce(c,s,{buildSearchParams:i});if(s){t??={};let e={...r.args[1]},n=t.headers,i=e.headers;n&&i&&(e.headers=async()=>({...typeof n==`function`?await n():n,...typeof i==`function`?await i():i}));let a=oe(t,e);return l.fetch(r.args[0],a)}return l},[]);function ue(e={}){let{baseUrl:t=``,token:n,headers:r,fetch:i}=e;return le(t,{headers:{...n?{Authorization:`Bearer ${n}`}:{},...r},...i?{fetch:i}:{}})}var de=class{constructor(){this.listeners=new Set,this.subscribe=this.subscribe.bind(this)}subscribe(e){return this.listeners.add(e),this.onSubscribe(),()=>{this.listeners.delete(e),this.onUnsubscribe()}}hasListeners(){return this.listeners.size>0}onSubscribe(){}onUnsubscribe(){}},fe=new class extends de{#e;#t;#n;constructor(){super(),this.#n=e=>{if(typeof window<`u`&&window.addEventListener){let t=()=>e();return window.addEventListener(`visibilitychange`,t,!1),()=>{window.removeEventListener(`visibilitychange`,t)}}}}onSubscribe(){this.#t||this.setEventListener(this.#n)}onUnsubscribe(){this.hasListeners()||(this.#t?.(),this.#t=void 0)}setEventListener(e){this.#n=e,this.#t?.(),this.#t=e(e=>{typeof e==`boolean`?this.setFocused(e):this.onFocus()})}setFocused(e){this.#e!==e&&(this.#e=e,this.onFocus())}onFocus(){let e=this.isFocused();this.listeners.forEach(t=>{t(e)})}isFocused(){return typeof this.#e==`boolean`?this.#e:globalThis.document?.visibilityState!==`hidden`}},pe={setTimeout:(e,t)=>setTimeout(e,t),clearTimeout:e=>clearTimeout(e),setInterval:(e,t)=>setInterval(e,t),clearInterval:e=>clearInterval(e)},me=new class{#e=pe;setTimeoutProvider(e){this.#e=e}setTimeout(e,t){return this.#e.setTimeout(e,t)}clearTimeout(e){this.#e.clearTimeout(e)}setInterval(e,t){return this.#e.setInterval(e,t)}clearInterval(e){this.#e.clearInterval(e)}};function he(e){setTimeout(e,0)}var ge=typeof window>`u`||`Deno`in globalThis;function C(){}function _e(e,t){return typeof e==`function`?e(t):e}function ve(e){return typeof e==`number`&&e>=0&&e!==1/0}function ye(e,t){return Math.max(e+(t||0)-Date.now(),0)}function be(e,t){return typeof e==`function`?e(t):e}function w(e,t){return typeof e==`function`?e(t):e}function xe(e,t){let{type:n=`all`,exact:r,fetchStatus:i,predicate:a,queryKey:o,stale:s}=e;if(o){if(r){if(t.queryHash!==Ce(o,t.options))return!1}else if(!Te(t.queryKey,o))return!1}if(n!==`all`){let e=t.isActive();if(n===`active`&&!e||n===`inactive`&&e)return!1}return!(typeof s==`boolean`&&t.isStale()!==s||i&&i!==t.state.fetchStatus||a&&!a(t))}function Se(e,t){let{exact:n,status:r,predicate:i,mutationKey:a}=e;if(a){if(!t.options.mutationKey)return!1;if(n){if(we(t.options.mutationKey)!==we(a))return!1}else if(!Te(t.options.mutationKey,a))return!1}return!(r&&t.state.status!==r||i&&!i(t))}function Ce(e,t){return(t?.queryKeyHashFn||we)(e)}function we(e){return JSON.stringify(e,(e,t)=>Ae(t)?Object.keys(t).sort().reduce((e,n)=>(e[n]=t[n],e),{}):t)}function Te(e,t){return e===t?!0:typeof e==typeof t&&e&&t&&typeof e==`object`&&typeof t==`object`?Object.keys(t).every(n=>Te(e[n],t[n])):!1}var Ee=Object.prototype.hasOwnProperty;function De(e,t,n=0){if(e===t)return e;if(n>500)return t;let r=ke(e)&&ke(t);if(!r&&!(Ae(e)&&Ae(t)))return t;let i=(r?e:Object.keys(e)).length,a=r?t:Object.keys(t),o=a.length,s=r?Array(o):{},c=0;for(let l=0;l<o;l++){let o=r?l:a[l],u=e[o],d=t[o];if(u===d){s[o]=u,(r?l<i:Ee.call(e,o))&&c++;continue}if(u===null||d===null||typeof u!=`object`||typeof d!=`object`){s[o]=d;continue}let f=De(u,d,n+1);s[o]=f,f===u&&c++}return i===o&&c===i?e:s}function Oe(e,t){if(!t||Object.keys(e).length!==Object.keys(t).length)return!1;for(let n in e)if(e[n]!==t[n])return!1;return!0}function ke(e){return Array.isArray(e)&&e.length===Object.keys(e).length}function Ae(e){if(!je(e))return!1;let t=e.constructor;if(t===void 0)return!0;let n=t.prototype;return!(!je(n)||!n.hasOwnProperty(`isPrototypeOf`)||Object.getPrototypeOf(e)!==Object.prototype)}function je(e){return Object.prototype.toString.call(e)===`[object Object]`}function Me(e){return new Promise(t=>{me.setTimeout(t,e)})}function Ne(e,t,n){return typeof n.structuralSharing==`function`?n.structuralSharing(e,t):n.structuralSharing===!1?t:De(e,t)}function Pe(e,t,n=0){let r=[...e,t];return n&&r.length>n?r.slice(1):r}function Fe(e,t,n=0){let r=[t,...e];return n&&r.length>n?r.slice(0,-1):r}var Ie=Symbol();function Le(e,t){return!e.queryFn&&t?.initialPromise?()=>t.initialPromise:!e.queryFn||e.queryFn===Ie?()=>Promise.reject(Error(`Missing queryFn: '${e.queryHash}'`)):e.queryFn}function Re(e,t){return typeof e==`function`?e(...t):!!e}function ze(e,t,n){let r=!1,i;return Object.defineProperty(e,"signal",{enumerable:!0,get:()=>(i??=t(),r?i:(r=!0,i.aborted?n():i.addEventListener(`abort`,n,{once:!0}),i))}),e}var Be=(()=>{let e=()=>ge;return{isServer(){return e()},setIsServer(t){e=t}}})();function Ve(){let e,t,n=new Promise((n,r)=>{e=n,t=r});n.status=`pending`,n.catch(()=>{});function r(e){Object.assign(n,e),delete n.resolve,delete n.reject}return n.resolve=t=>{r({status:`fulfilled`,value:t}),e(t)},n.reject=e=>{r({status:`rejected`,reason:e}),t(e)},n}var He=he;function Ue(){let e=[],t=0,n=e=>{e()},r=e=>{e()},i=He,a=r=>{t?e.push(r):i(()=>{n(r)})},o=()=>{let t=e;e=[],t.length&&i(()=>{r(()=>{t.forEach(e=>{n(e)})})})};return{batch:e=>{let n;t++;try{n=e()}finally{t--,t||o()}return n},batchCalls:e=>(...t)=>{a(()=>{e(...t)})},schedule:a,setNotifyFunction:e=>{n=e},setBatchNotifyFunction:e=>{r=e},setScheduler:e=>{i=e}}}var T=Ue(),We=new class extends de{#e=!0;#t;#n;constructor(){super(),this.#n=e=>{if(typeof window<`u`&&window.addEventListener){let t=()=>e(!0),n=()=>e(!1);return window.addEventListener(`online`,t,!1),window.addEventListener(`offline`,n,!1),()=>{window.removeEventListener(`online`,t),window.removeEventListener(`offline`,n)}}}}onSubscribe(){this.#t||this.setEventListener(this.#n)}onUnsubscribe(){this.hasListeners()||(this.#t?.(),this.#t=void 0)}setEventListener(e){this.#n=e,this.#t?.(),this.#t=e(this.setOnline.bind(this))}setOnline(e){this.#e!==e&&(this.#e=e,this.listeners.forEach(t=>{t(e)}))}isOnline(){return this.#e}};function Ge(e){return Math.min(1e3*2**e,3e4)}function Ke(e){return(e??`online`)!==`online`||We.isOnline()}var qe=class extends Error{constructor(e){super(`CancelledError`),this.revert=e?.revert,this.silent=e?.silent}};function Je(e){let t=!1,n=0,r,i=Ve(),a=()=>i.status!==`pending`,o=t=>{if(!a()){let n=new qe(t);f(n),e.onCancel?.(n)}},s=()=>{t=!0},c=()=>{t=!1},l=()=>fe.isFocused()&&(e.networkMode===`always`||We.isOnline())&&e.canRun(),u=()=>Ke(e.networkMode)&&e.canRun(),d=e=>{a()||(r?.(),i.resolve(e))},f=e=>{a()||(r?.(),i.reject(e))},p=()=>new Promise(t=>{r=e=>{(a()||l())&&t(e)},e.onPause?.()}).then(()=>{r=void 0,a()||e.onContinue?.()}),m=()=>{if(a())return;let r,i=n===0?e.initialPromise:void 0;try{r=i??e.fn()}catch(e){r=Promise.reject(e)}Promise.resolve(r).then(d).catch(r=>{if(a())return;let i=e.retry??(Be.isServer()?0:3),o=e.retryDelay??Ge,s=typeof o==`function`?o(n,r):o,c=i===!0||typeof i==`number`&&n<i||typeof i==`function`&&i(n,r);if(t||!c){f(r);return}n++,e.onFail?.(n,r),Me(s).then(()=>l()?void 0:p()).then(()=>{t?f(r):m()})})};return{promise:i,status:()=>i.status,cancel:o,continue:()=>(r?.(),i),cancelRetry:s,continueRetry:c,canStart:u,start:()=>(u()?m():p().then(m),i)}}var Ye=class{#e;destroy(){this.clearGcTimeout()}scheduleGc(){this.clearGcTimeout(),ve(this.gcTime)&&(this.#e=me.setTimeout(()=>{this.optionalRemove()},this.gcTime))}updateGcTime(e){this.gcTime=Math.max(this.gcTime||0,e??(Be.isServer()?1/0:300*1e3))}clearGcTimeout(){this.#e!==void 0&&(me.clearTimeout(this.#e),this.#e=void 0)}};function Xe(e){return{onFetch:(t,n)=>{let r=t.options,i=t.fetchOptions?.meta?.fetchMore?.direction,a=t.state.data?.pages||[],o=t.state.data?.pageParams||[],s={pages:[],pageParams:[]},c=0,l=async()=>{let n=!1,l=e=>{ze(e,()=>t.signal,()=>n=!0)},u=Le(t.options,t.fetchOptions),d=async(e,r,i)=>{if(n)return Promise.reject(t.signal.reason);if(r==null&&e.pages.length)return Promise.resolve(e);let a=(()=>{let e={client:t.client,queryKey:t.queryKey,pageParam:r,direction:i?`backward`:`forward`,meta:t.options.meta};return l(e),e})(),o=await u(a),{maxPages:s}=t.options,c=i?Fe:Pe;return{pages:c(e.pages,o,s),pageParams:c(e.pageParams,r,s)}};if(i&&a.length){let e=i===`backward`,t=e?Qe:Ze,n={pages:a,pageParams:o};s=await d(n,t(r,n),e)}else{let t=e??a.length;do{let e=c===0?o[0]??r.initialPageParam:Ze(r,s);if(c>0&&e==null)break;s=await d(s,e),c++}while(c<t)}return s};t.options.persister?t.fetchFn=()=>t.options.persister?.(l,{client:t.client,queryKey:t.queryKey,meta:t.options.meta,signal:t.signal},n):t.fetchFn=l}}}function Ze(e,{pages:t,pageParams:n}){let r=t.length-1;return t.length>0?e.getNextPageParam(t[r],t,n[r],n):void 0}function Qe(e,{pages:t,pageParams:n}){return t.length>0?e.getPreviousPageParam?.(t[0],t,n[0],n):void 0}function $e(e,t){return t?Ze(e,t)!=null:!1}function et(e,t){return!t||!e.getPreviousPageParam?!1:Qe(e,t)!=null}var tt=class extends Ye{#e;#t;#n;#r;#i;#a;#o;#s;constructor(e){super(),this.#s=!1,this.#o=e.defaultOptions,this.setOptions(e.options),this.observers=[],this.#i=e.client,this.#r=this.#i.getQueryCache(),this.queryKey=e.queryKey,this.queryHash=e.queryHash,this.#t=it(this.options),this.state=e.state??this.#t,this.scheduleGc()}get meta(){return this.options.meta}get queryType(){return this.#e}get promise(){return this.#a?.promise}setOptions(e){if(this.options={...this.#o,...e},e?._type&&(this.#e=e._type),this.updateGcTime(this.options.gcTime),this.state&&this.state.data===void 0){let e=it(this.options);e.data!==void 0&&(this.setState(rt(e.data,e.dataUpdatedAt)),this.#t=e)}}optionalRemove(){!this.observers.length&&this.state.fetchStatus===`idle`&&this.#r.remove(this)}setData(e,t){let n=Ne(this.state.data,e,this.options);return this.#l({data:n,type:`success`,dataUpdatedAt:t?.updatedAt,manual:t?.manual}),n}setState(e){this.#l({type:`setState`,state:e})}cancel(e){let t=this.#a?.promise;return this.#a?.cancel(e),t?t.then(C).catch(C):Promise.resolve()}destroy(){super.destroy(),this.cancel({silent:!0})}get resetState(){return this.#t}reset(){this.destroy(),this.setState(this.resetState)}isActive(){return this.observers.some(e=>w(e.options.enabled,this)!==!1)}isDisabled(){return this.getObserversCount()>0?!this.isActive():this.options.queryFn===Ie||!this.isFetched()}isFetched(){return this.state.dataUpdateCount+this.state.errorUpdateCount>0}isStatic(){return this.getObserversCount()>0&&this.observers.some(e=>be(e.options.staleTime,this)===`static`)}isStale(){return this.getObserversCount()>0?this.observers.some(e=>e.getCurrentResult().isStale):this.state.data===void 0||this.state.isInvalidated}isStaleByTime(e=0){return this.state.data===void 0?!0:e===`static`?!1:this.state.isInvalidated?!0:!ye(this.state.dataUpdatedAt,e)}onFocus(){this.observers.find(e=>e.shouldFetchOnWindowFocus())?.refetch({cancelRefetch:!1}),this.#a?.continue()}onOnline(){this.observers.find(e=>e.shouldFetchOnReconnect())?.refetch({cancelRefetch:!1}),this.#a?.continue()}addObserver(e){this.observers.includes(e)||(this.observers.push(e),this.clearGcTimeout(),this.#r.notify({type:`observerAdded`,query:this,observer:e}))}removeObserver(e){this.observers.includes(e)&&(this.observers=this.observers.filter(t=>t!==e),this.observers.length||(this.#a&&(this.#s||this.#c()?this.#a.cancel({revert:!0}):this.#a.cancelRetry()),this.scheduleGc()),this.#r.notify({type:`observerRemoved`,query:this,observer:e}))}getObserversCount(){return this.observers.length}#c(){return this.state.fetchStatus===`paused`&&this.state.status===`pending`}invalidate(){this.state.isInvalidated||this.#l({type:`invalidate`})}async fetch(e,t){if(this.state.fetchStatus!==`idle`&&this.#a?.status()!==`rejected`){if(this.state.data!==void 0&&t?.cancelRefetch)this.cancel({silent:!0});else if(this.#a)return this.#a.continueRetry(),this.#a.promise}if(e&&this.setOptions(e),!this.options.queryFn){let e=this.observers.find(e=>e.options.queryFn);e&&this.setOptions(e.options)}let n=new AbortController,r=e=>{Object.defineProperty(e,"signal",{enumerable:!0,get:()=>(this.#s=!0,n.signal)})},i=()=>{let e=Le(this.options,t),n=(()=>{let e={client:this.#i,queryKey:this.queryKey,meta:this.meta};return r(e),e})();return this.#s=!1,this.options.persister?this.options.persister(e,n,this):e(n)},a=(()=>{let e={fetchOptions:t,options:this.options,queryKey:this.queryKey,client:this.#i,state:this.state,fetchFn:i};return r(e),e})();(this.#e===`infinite`?Xe(this.options.pages):this.options.behavior)?.onFetch(a,this),this.#n=this.state,(this.state.fetchStatus===`idle`||this.state.fetchMeta!==a.fetchOptions?.meta)&&this.#l({type:`fetch`,meta:a.fetchOptions?.meta}),this.#a=Je({initialPromise:t?.initialPromise,fn:a.fetchFn,onCancel:e=>{e instanceof qe&&e.revert&&this.setState({...this.#n,fetchStatus:`idle`}),n.abort()},onFail:(e,t)=>{this.#l({type:`failed`,failureCount:e,error:t})},onPause:()=>{this.#l({type:`pause`})},onContinue:()=>{this.#l({type:`continue`})},retry:a.options.retry,retryDelay:a.options.retryDelay,networkMode:a.options.networkMode,canRun:()=>!0});try{let e=await this.#a.start();if(e===void 0)throw Error(`${this.queryHash} data is undefined`);return this.setData(e),this.#r.config.onSuccess?.(e,this),this.#r.config.onSettled?.(e,this.state.error,this),e}catch(e){if(e instanceof qe){if(e.silent)return this.#a.promise;if(e.revert){if(this.state.data===void 0)throw e;return this.state.data}}throw this.#l({type:`error`,error:e}),this.#r.config.onError?.(e,this),this.#r.config.onSettled?.(this.state.data,e,this),e}finally{this.scheduleGc()}}#l(e){let t=t=>{switch(e.type){case`failed`:return{...t,fetchFailureCount:e.failureCount,fetchFailureReason:e.error};case`pause`:return{...t,fetchStatus:`paused`};case`continue`:return{...t,fetchStatus:`fetching`};case`fetch`:return{...t,...nt(t.data,this.options),fetchMeta:e.meta??null};case`success`:let n={...t,...rt(e.data,e.dataUpdatedAt),dataUpdateCount:t.dataUpdateCount+1,...!e.manual&&{fetchStatus:`idle`,fetchFailureCount:0,fetchFailureReason:null}};return this.#n=e.manual?n:void 0,n;case`error`:let r=e.error;return{...t,error:r,errorUpdateCount:t.errorUpdateCount+1,errorUpdatedAt:Date.now(),fetchFailureCount:t.fetchFailureCount+1,fetchFailureReason:r,fetchStatus:`idle`,status:`error`,isInvalidated:!0};case`invalidate`:return{...t,isInvalidated:!0};case`setState`:return{...t,...e.state}}};this.state=t(this.state),T.batch(()=>{this.observers.forEach(e=>{e.onQueryUpdate()}),this.#r.notify({query:this,type:`updated`,action:e})})}};function nt(e,t){return{fetchFailureCount:0,fetchFailureReason:null,fetchStatus:Ke(t.networkMode)?`fetching`:`paused`,...e===void 0&&{error:null,status:`pending`}}}function rt(e,t){return{data:e,dataUpdatedAt:t??Date.now(),error:null,isInvalidated:!1,status:`success`}}function it(e){let t=typeof e.initialData==`function`?e.initialData():e.initialData,n=t!==void 0,r=n?typeof e.initialDataUpdatedAt==`function`?e.initialDataUpdatedAt():e.initialDataUpdatedAt:0;return{data:t,dataUpdateCount:0,dataUpdatedAt:n?r??Date.now():0,error:null,errorUpdateCount:0,errorUpdatedAt:0,fetchFailureCount:0,fetchFailureReason:null,fetchMeta:null,isInvalidated:!1,status:n?`success`:`pending`,fetchStatus:`idle`}}var at=class extends de{constructor(e,t){super(),this.options=t,this.#e=e,this.#s=null,this.#o=Ve(),this.bindMethods(),this.setOptions(t)}#e;#t=void 0;#n=void 0;#r=void 0;#i;#a;#o;#s;#c;#l;#u;#d;#f;#p;#m=new Set;bindMethods(){this.refetch=this.refetch.bind(this)}onSubscribe(){this.listeners.size===1&&(this.#t.addObserver(this),st(this.#t,this.options)?this.#h():this.updateResult(),this.#y())}onUnsubscribe(){this.hasListeners()||this.destroy()}shouldFetchOnReconnect(){return ct(this.#t,this.options,this.options.refetchOnReconnect)}shouldFetchOnWindowFocus(){return ct(this.#t,this.options,this.options.refetchOnWindowFocus)}destroy(){this.listeners=new Set,this.#b(),this.#x(),this.#t.removeObserver(this)}setOptions(e){let t=this.options,n=this.#t;if(this.options=this.#e.defaultQueryOptions(e),this.options.enabled!==void 0&&typeof this.options.enabled!=`boolean`&&typeof this.options.enabled!=`function`&&typeof w(this.options.enabled,this.#t)!=`boolean`)throw Error(`Expected enabled to be a boolean or a callback that returns a boolean`);this.#S(),this.#t.setOptions(this.options),t._defaulted&&!Oe(this.options,t)&&this.#e.getQueryCache().notify({type:`observerOptionsUpdated`,query:this.#t,observer:this});let r=this.hasListeners();r&<(this.#t,n,this.options,t)&&this.#h(),this.updateResult(),r&&(this.#t!==n||w(this.options.enabled,this.#t)!==w(t.enabled,this.#t)||be(this.options.staleTime,this.#t)!==be(t.staleTime,this.#t))&&this.#g();let i=this.#_();r&&(this.#t!==n||w(this.options.enabled,this.#t)!==w(t.enabled,this.#t)||i!==this.#p)&&this.#v(i)}getOptimisticResult(e){let t=this.#e.getQueryCache().build(this.#e,e),n=this.createResult(t,e);return dt(this,n)&&(this.#r=n,this.#a=this.options,this.#i=this.#t.state),n}getCurrentResult(){return this.#r}trackResult(e,t){return new Proxy(e,{get:(e,n)=>(this.trackProp(n),t?.(n),n===`promise`&&(this.trackProp(`data`),!this.options.experimental_prefetchInRender&&this.#o.status===`pending`&&this.#o.reject(Error(`experimental_prefetchInRender feature flag is not enabled`))),Reflect.get(e,n))})}trackProp(e){this.#m.add(e)}getCurrentQuery(){return this.#t}refetch({...e}={}){return this.fetch({...e})}fetchOptimistic(e){let t=this.#e.defaultQueryOptions(e),n=this.#e.getQueryCache().build(this.#e,t);return n.fetch().then(()=>this.createResult(n,t))}fetch(e){return this.#h({...e,cancelRefetch:e.cancelRefetch??!0}).then(()=>(this.updateResult(),this.#r))}#h(e){this.#S();let t=this.#t.fetch(this.options,e);return e?.throwOnError||(t=t.catch(C)),t}#g(){this.#b();let e=be(this.options.staleTime,this.#t);if(Be.isServer()||this.#r.isStale||!ve(e))return;let t=ye(this.#r.dataUpdatedAt,e)+1;this.#d=me.setTimeout(()=>{this.#r.isStale||this.updateResult()},t)}#_(){return(typeof this.options.refetchInterval==`function`?this.options.refetchInterval(this.#t):this.options.refetchInterval)??!1}#v(e){this.#x(),this.#p=e,!(Be.isServer()||w(this.options.enabled,this.#t)===!1||!ve(this.#p)||this.#p===0)&&(this.#f=me.setInterval(()=>{(this.options.refetchIntervalInBackground||fe.isFocused())&&this.#h()},this.#p))}#y(){this.#g(),this.#v(this.#_())}#b(){this.#d!==void 0&&(me.clearTimeout(this.#d),this.#d=void 0)}#x(){this.#f!==void 0&&(me.clearInterval(this.#f),this.#f=void 0)}createResult(e,t){let n=this.#t,r=this.options,i=this.#r,a=this.#i,o=this.#a,s=e===n?this.#n:e.state,{state:c}=e,l={...c},u=!1,d;if(t._optimisticResults){let i=this.hasListeners(),a=!i&&st(e,t),o=i&<(e,n,t,r);(a||o)&&(l={...l,...nt(c.data,e.options)}),t._optimisticResults===`isRestoring`&&(l.fetchStatus=`idle`)}let{error:f,errorUpdatedAt:p,status:m}=l;d=l.data;let h=!1;if(t.placeholderData!==void 0&&d===void 0&&m===`pending`){let e;i?.isPlaceholderData&&t.placeholderData===o?.placeholderData?(e=i.data,h=!0):e=typeof t.placeholderData==`function`?t.placeholderData(this.#u?.state.data,this.#u):t.placeholderData,e!==void 0&&(m=`success`,d=Ne(i?.data,e,t),u=!0)}if(t.select&&d!==void 0&&!h)if(i&&d===a?.data&&t.select===this.#c)d=this.#l;else try{this.#c=t.select,d=t.select(d),d=Ne(i?.data,d,t),this.#l=d,this.#s=null}catch(e){this.#s=e}this.#s&&(f=this.#s,d=this.#l,p=Date.now(),m=`error`);let g=l.fetchStatus===`fetching`,_=m===`pending`,v=m===`error`,y=_&&g,b=d!==void 0,x={status:m,fetchStatus:l.fetchStatus,isPending:_,isSuccess:m===`success`,isError:v,isInitialLoading:y,isLoading:y,data:d,dataUpdatedAt:l.dataUpdatedAt,error:f,errorUpdatedAt:p,failureCount:l.fetchFailureCount,failureReason:l.fetchFailureReason,errorUpdateCount:l.errorUpdateCount,isFetched:e.isFetched(),isFetchedAfterMount:l.dataUpdateCount>s.dataUpdateCount||l.errorUpdateCount>s.errorUpdateCount,isFetching:g,isRefetching:g&&!_,isLoadingError:v&&!b,isPaused:l.fetchStatus===`paused`,isPlaceholderData:u,isRefetchError:v&&b,isStale:ut(e,t),refetch:this.refetch,promise:this.#o,isEnabled:w(t.enabled,e)!==!1};if(this.options.experimental_prefetchInRender){let t=x.data!==void 0,r=x.status===`error`&&!t,i=e=>{r?e.reject(x.error):t&&e.resolve(x.data)},a=()=>{let e=this.#o=x.promise=Ve();i(e)},o=this.#o;switch(o.status){case`pending`:e.queryHash===n.queryHash&&i(o);break;case`fulfilled`:(r||x.data!==o.value)&&a();break;case`rejected`:(!r||x.error!==o.reason)&&a();break}}return x}updateResult(){let e=this.#r,t=this.createResult(this.#t,this.options);this.#i=this.#t.state,this.#a=this.options,this.#i.data!==void 0&&(this.#u=this.#t),!Oe(t,e)&&(this.#r=t,this.#C({listeners:(()=>{if(!e)return!0;let{notifyOnChangeProps:t}=this.options,n=typeof t==`function`?t():t;if(n===`all`||!n&&!this.#m.size)return!0;let r=new Set(n??this.#m);return this.options.throwOnError&&r.add(`error`),Object.keys(this.#r).some(t=>{let n=t;return this.#r[n]!==e[n]&&r.has(n)})})()}))}#S(){let e=this.#e.getQueryCache().build(this.#e,this.options);if(e===this.#t)return;let t=this.#t;this.#t=e,this.#n=e.state,this.hasListeners()&&(t?.removeObserver(this),e.addObserver(this))}onQueryUpdate(){this.updateResult(),this.hasListeners()&&this.#y()}#C(e){T.batch(()=>{e.listeners&&this.listeners.forEach(e=>{e(this.#r)}),this.#e.getQueryCache().notify({query:this.#t,type:`observerResultsUpdated`})})}};function ot(e,t){return w(t.enabled,e)!==!1&&e.state.data===void 0&&!(e.state.status===`error`&&w(t.retryOnMount,e)===!1)}function st(e,t){return ot(e,t)||e.state.data!==void 0&&ct(e,t,t.refetchOnMount)}function ct(e,t,n){if(w(t.enabled,e)!==!1&&be(t.staleTime,e)!==`static`){let r=typeof n==`function`?n(e):n;return r===`always`||r!==!1&&ut(e,t)}return!1}function lt(e,t,n,r){return(e!==t||w(r.enabled,e)===!1)&&(!n.suspense||e.state.status!==`error`)&&ut(e,n)}function ut(e,t){return w(t.enabled,e)!==!1&&e.isStaleByTime(be(t.staleTime,e))}function dt(e,t){return!Oe(e.getCurrentResult(),t)}var ft=class extends Ye{#e;#t;#n;#r;constructor(e){super(),this.#e=e.client,this.mutationId=e.mutationId,this.#n=e.mutationCache,this.#t=[],this.state=e.state||pt(),this.setOptions(e.options),this.scheduleGc()}setOptions(e){this.options=e,this.updateGcTime(this.options.gcTime)}get meta(){return this.options.meta}addObserver(e){this.#t.includes(e)||(this.#t.push(e),this.clearGcTimeout(),this.#n.notify({type:`observerAdded`,mutation:this,observer:e}))}removeObserver(e){this.#t=this.#t.filter(t=>t!==e),this.scheduleGc(),this.#n.notify({type:`observerRemoved`,mutation:this,observer:e})}optionalRemove(){this.#t.length||(this.state.status===`pending`?this.scheduleGc():this.#n.remove(this))}continue(){return this.#r?.continue()??this.execute(this.state.variables)}async execute(e){let t=()=>{this.#i({type:`continue`})},n={client:this.#e,meta:this.options.meta,mutationKey:this.options.mutationKey};this.#r=Je({fn:()=>this.options.mutationFn?this.options.mutationFn(e,n):Promise.reject(Error(`No mutationFn found`)),onFail:(e,t)=>{this.#i({type:`failed`,failureCount:e,error:t})},onPause:()=>{this.#i({type:`pause`})},onContinue:t,retry:this.options.retry??0,retryDelay:this.options.retryDelay,networkMode:this.options.networkMode,canRun:()=>this.#n.canRun(this)});let r=this.state.status===`pending`,i=!this.#r.canStart();try{if(r)t();else{this.#i({type:`pending`,variables:e,isPaused:i}),this.#n.config.onMutate&&await this.#n.config.onMutate(e,this,n);let t=await this.options.onMutate?.(e,n);t!==this.state.context&&this.#i({type:`pending`,context:t,variables:e,isPaused:i})}let a=await this.#r.start();return await this.#n.config.onSuccess?.(a,e,this.state.context,this,n),await this.options.onSuccess?.(a,e,this.state.context,n),await this.#n.config.onSettled?.(a,null,this.state.variables,this.state.context,this,n),await this.options.onSettled?.(a,null,e,this.state.context,n),this.#i({type:`success`,data:a}),a}catch(t){try{await this.#n.config.onError?.(t,e,this.state.context,this,n)}catch(e){Promise.reject(e)}try{await this.options.onError?.(t,e,this.state.context,n)}catch(e){Promise.reject(e)}try{await this.#n.config.onSettled?.(void 0,t,this.state.variables,this.state.context,this,n)}catch(e){Promise.reject(e)}try{await this.options.onSettled?.(void 0,t,e,this.state.context,n)}catch(e){Promise.reject(e)}throw this.#i({type:`error`,error:t}),t}finally{this.#n.runNext(this)}}#i(e){let t=t=>{switch(e.type){case`failed`:return{...t,failureCount:e.failureCount,failureReason:e.error};case`pause`:return{...t,isPaused:!0};case`continue`:return{...t,isPaused:!1};case`pending`:return{...t,context:e.context,data:void 0,failureCount:0,failureReason:null,error:null,isPaused:e.isPaused,status:`pending`,variables:e.variables,submittedAt:Date.now()};case`success`:return{...t,data:e.data,failureCount:0,failureReason:null,error:null,status:`success`,isPaused:!1};case`error`:return{...t,data:void 0,error:e.error,failureCount:t.failureCount+1,failureReason:e.error,isPaused:!1,status:`error`}}};this.state=t(this.state),T.batch(()=>{this.#t.forEach(t=>{t.onMutationUpdate(e)}),this.#n.notify({mutation:this,type:`updated`,action:e})})}};function pt(){return{context:void 0,data:void 0,error:null,failureCount:0,failureReason:null,isPaused:!1,status:`idle`,variables:void 0,submittedAt:0}}var mt=class extends de{#e;#t=void 0;#n;#r;constructor(e,t){super(),this.#e=e,this.setOptions(t),this.bindMethods(),this.#i()}bindMethods(){this.mutate=this.mutate.bind(this),this.reset=this.reset.bind(this)}setOptions(e){let t=this.options;this.options=this.#e.defaultMutationOptions(e),Oe(this.options,t)||this.#e.getMutationCache().notify({type:`observerOptionsUpdated`,mutation:this.#n,observer:this}),t?.mutationKey&&this.options.mutationKey&&we(t.mutationKey)!==we(this.options.mutationKey)?this.reset():this.#n?.state.status===`pending`&&this.#n.setOptions(this.options)}onUnsubscribe(){this.hasListeners()||this.#n?.removeObserver(this)}onMutationUpdate(e){this.#i(),this.#a(e)}getCurrentResult(){return this.#t}reset(){this.#n?.removeObserver(this),this.#n=void 0,this.#i(),this.#a()}mutate(e,t){return this.#r=t,this.#n?.removeObserver(this),this.#n=this.#e.getMutationCache().build(this.#e,this.options),this.#n.addObserver(this),this.#n.execute(e)}#i(){let e=this.#n?.state??pt();this.#t={...e,isPending:e.status===`pending`,isSuccess:e.status===`success`,isError:e.status===`error`,isIdle:e.status===`idle`,mutate:this.mutate,reset:this.reset}}#a(e){T.batch(()=>{if(this.#r&&this.hasListeners()){let t=this.#t.variables,n=this.#t.context,r={client:this.#e,meta:this.options.meta,mutationKey:this.options.mutationKey};if(e?.type===`success`){try{this.#r.onSuccess?.(e.data,t,n,r)}catch(e){Promise.reject(e)}try{this.#r.onSettled?.(e.data,null,t,n,r)}catch(e){Promise.reject(e)}}else if(e?.type===`error`){try{this.#r.onError?.(e.error,t,n,r)}catch(e){Promise.reject(e)}try{this.#r.onSettled?.(void 0,e.error,t,n,r)}catch(e){Promise.reject(e)}}}this.listeners.forEach(e=>{e(this.#t)})})}};function ht(e,t){let n=new Set(t);return e.filter(e=>!n.has(e))}function gt(e,t,n){let r=e.slice(0);return r[t]=n,r}var _t=class extends de{#e;#t;#n;#r;#i;#a;#o;#s;#c;#l=[];constructor(e,t,n){super(),this.#e=e,this.#r=n,this.#n=[],this.#i=[],this.#t=[],this.setQueries(t)}onSubscribe(){this.listeners.size===1&&this.#i.forEach(e=>{e.subscribe(t=>{this.#m(e,t)})})}onUnsubscribe(){this.listeners.size||this.destroy()}destroy(){this.listeners=new Set,this.#i.forEach(e=>{e.destroy()})}setQueries(e,t){this.#n=e,this.#r=t,T.batch(()=>{let e=this.#i,t=this.#p(this.#n);t.forEach(e=>e.observer.setOptions(e.defaultedQueryOptions));let n=t.map(e=>e.observer),r=n.map(e=>e.getCurrentResult()),i=e.length!==n.length,a=n.some((t,n)=>t!==e[n]),o=i||a,s=o?!0:r.some((e,t)=>{let n=this.#t[t];return!n||!Oe(e,n)});!o&&!s||(o&&(this.#l=t,this.#i=n),this.#t=r,this.hasListeners()&&(o&&(ht(e,n).forEach(e=>{e.destroy()}),ht(n,e).forEach(e=>{e.subscribe(t=>{this.#m(e,t)})})),this.#h()))})}getCurrentResult(){return this.#t}getQueries(){return this.#i.map(e=>e.getCurrentQuery())}getObservers(){return this.#i}getOptimisticResult(e,t){let n=this.#p(e),r=n.map(e=>e.observer.getOptimisticResult(e.defaultedQueryOptions)),i=n.map(e=>e.defaultedQueryOptions.queryHash);return[r,e=>this.#d(e??r,t,i),()=>this.#u(r,n)]}#u(e,t){return t.map((n,r)=>{let i=e[r];return n.defaultedQueryOptions.notifyOnChangeProps?i:n.observer.trackResult(i,e=>{t.forEach(t=>{t.observer.trackProp(e)})})})}#d(e,t,n){if(t){let r=this.#c,i=n!==void 0&&r!==void 0&&(r.length!==n.length||n.some((e,t)=>e!==r[t]));return(!this.#a||this.#t!==this.#s||i||t!==this.#o)&&(this.#o=t,this.#s=this.#t,n!==void 0&&(this.#c=n),this.#a=De(this.#a,t(e))),this.#a}return e}#f(){return this.#r?.combine!==void 0&&this.#i.some((e,t)=>e.options.suspense&&this.#t[t]?.data===void 0)}#p(e){let t=new Map;this.#i.forEach(e=>{let n=e.options.queryHash;if(!n)return;let r=t.get(n);r?r.push(e):t.set(n,[e])});let n=[];return e.forEach(e=>{let r=this.#e.defaultQueryOptions(e),i=t.get(r.queryHash)?.shift()??new at(this.#e,r);n.push({defaultedQueryOptions:r,observer:i})}),n}#m(e,t){let n=this.#i.indexOf(e);n!==-1&&(this.#t=gt(this.#t,n,t),this.#h())}#h(){if(this.hasListeners()){let e=this.#u(this.#t,this.#l),t=this.#f(),n=this.#a,r=t?n:this.#d(e,this.#r?.combine);(t||n!==r)&&T.batch(()=>{this.listeners.forEach(e=>{e(this.#t)})})}}},E=e(t(),1),D=r(),vt=E.createContext(void 0),O=e=>{let t=E.useContext(vt);if(e)return e;if(!t)throw Error(`No QueryClient set, use QueryClientProvider to set one`);return t},yt=({client:e,children:t})=>(E.useEffect(()=>(e.mount(),()=>{e.unmount()}),[e]),(0,D.jsx)(vt.Provider,{value:e,children:t})),bt=E.createContext(!1),xt=()=>E.useContext(bt);bt.Provider;function St(){let e=!1;return{clearReset:()=>{e=!1},reset:()=>{e=!0},isReset:()=>e}}var Ct=E.createContext(St()),wt=()=>E.useContext(Ct),Tt=(e,t,n)=>{let r=n?.state.error&&typeof e.throwOnError==`function`?Re(e.throwOnError,[n.state.error,n]):e.throwOnError;(e.suspense||e.experimental_prefetchInRender||r)&&(t.isReset()||(e.retryOnMount=!1))},Et=e=>{E.useEffect(()=>{e.clearReset()},[e])},Dt=({result:e,errorResetBoundary:t,throwOnError:n,query:r,suspense:i})=>e.isError&&!t.isReset()&&!e.isFetching&&r&&(i&&e.data===void 0||Re(n,[e.error,r])),Ot=e=>{if(e.suspense){let t=1e3,n=e=>e===`static`?e:Math.max(e??t,t),r=e.staleTime;e.staleTime=typeof r==`function`?(...e)=>n(r(...e)):n(r),typeof e.gcTime==`number`&&(e.gcTime=Math.max(e.gcTime,t))}},kt=(e,t)=>e.isLoading&&e.isFetching&&!t,At=(e,t)=>e?.suspense&&t.isPending,jt=(e,t,n)=>t.fetchOptimistic(e).catch(()=>{n.clearReset()});function Mt({queries:e,...t},n){let r=O(n),i=xt(),a=wt(),o=E.useMemo(()=>e.map(e=>{let t=r.defaultQueryOptions(e);return t._optimisticResults=i?`isRestoring`:`optimistic`,t}),[e,r,i]);o.forEach(e=>{Ot(e);let t=r.getQueryCache().get(e.queryHash);Tt(e,a,t)}),Et(a);let[s]=E.useState(()=>new _t(r,o,t)),[c,l,u]=s.getOptimisticResult(o,t.combine),d=!i&&t.subscribed!==!1;E.useSyncExternalStore(E.useCallback(e=>d?s.subscribe(T.batchCalls(e)):C,[s,d]),()=>s.getCurrentResult(),()=>s.getCurrentResult()),E.useEffect(()=>{s.setQueries(o,t)},[o,t,s]);let f=c.some((e,t)=>At(o[t],e))?c.flatMap((e,t)=>{let n=o[t];return n&&At(n,e)?jt(n,new at(r,n),a):[]}):[];if(f.length>0)throw Promise.all(f);let p=c.find((e,t)=>{let n=o[t];return n&&Dt({result:e,errorResetBoundary:a,throwOnError:n.throwOnError,query:r.getQueryCache().get(n.queryHash),suspense:n.suspense})});if(p?.error)throw p.error;return l(u())}function Nt(e,t,n){let r=xt(),i=wt(),a=O(n),o=a.defaultQueryOptions(e);a.getDefaultOptions().queries?._experimental_beforeQuery?.(o);let s=a.getQueryCache().get(o.queryHash),c=e.subscribed!==!1;o._optimisticResults=r?`isRestoring`:c?`optimistic`:void 0,Ot(o),Tt(o,i,s),Et(i);let l=!a.getQueryCache().get(o.queryHash),[u]=E.useState(()=>new t(a,o)),d=u.getOptimisticResult(o),f=!r&&c;if(E.useSyncExternalStore(E.useCallback(e=>{let t=f?u.subscribe(T.batchCalls(e)):C;return u.updateResult(),t},[u,f]),()=>u.getCurrentResult(),()=>u.getCurrentResult()),E.useEffect(()=>{u.setOptions(o)},[o,u]),At(o,d))throw jt(o,u,i);if(Dt({result:d,errorResetBoundary:i,throwOnError:o.throwOnError,query:s,suspense:o.suspense}))throw d.error;return a.getDefaultOptions().queries?._experimental_afterQuery?.(o,d),o.experimental_prefetchInRender&&!Be.isServer()&&kt(d,r)&&(l?jt(o,u,i):s?.promise)?.catch(C).finally(()=>{u.updateResult()}),o.notifyOnChangeProps?d:u.trackResult(d)}function k(e,t){return Nt(e,at,t)}function A(e,t){let n=O(t),[r]=E.useState(()=>new mt(n,e));E.useEffect(()=>{r.setOptions(e)},[r,e]);let i=E.useSyncExternalStore(E.useCallback(e=>r.subscribe(T.batchCalls(e)),[r]),()=>r.getCurrentResult(),()=>r.getCurrentResult()),a=E.useCallback((e,t)=>{r.mutate(e,t).catch(C)},[r]);if(i.error&&Re(r.options.throwOnError,[i.error]))throw i.error;return{...i,mutate:a,mutateAsync:i.mutate}}var Pt=/^(?:[a-z][a-z0-9+.-]*:|[\\/]{2})/i,Ft=/^[\\/]{2}/;function It(e,t){return t+e.replace(/\\/g,`/`)}var Lt=`popstate`;function Rt(e){return typeof e==`object`&&!!e&&`pathname`in e&&`search`in e&&`hash`in e&&`state`in e&&`key`in e}function zt(e={}){function t(e,t){let n=t.state?.masked,{pathname:r,search:i,hash:a}=n||e.location;return Ht(``,{pathname:r,search:i,hash:a},t.state&&t.state.usr||null,t.state&&t.state.key||`default`,n?{pathname:e.location.pathname,search:e.location.search,hash:e.location.hash}:void 0)}function n(e,t){return typeof t==`string`?t:Ut(t)}return Gt(t,n,null,e)}function j(e,t){if(e===!1||e==null)throw Error(t)}function M(e,t){if(!e){typeof console<`u`&&console.warn(t);try{throw Error(t)}catch{}}}function Bt(){return Math.random().toString(36).substring(2,10)}function Vt(e,t){return{usr:e.state,key:e.key,idx:t,masked:e.mask?{pathname:e.pathname,search:e.search,hash:e.hash}:void 0}}function Ht(e,t,n=null,r,i){return{pathname:typeof e==`string`?e:e.pathname,search:``,hash:``,...typeof t==`string`?Wt(t):t,state:n,key:t&&t.key||r||Bt(),mask:i}}function Ut({pathname:e=`/`,search:t=``,hash:n=``}){return t&&t!==`?`&&(e+=t.charAt(0)===`?`?t:`?`+t),n&&n!==`#`&&(e+=n.charAt(0)===`#`?n:`#`+n),e}function Wt(e){let t={};if(e){let n=e.indexOf(`#`);n>=0&&(t.hash=e.substring(n),e=e.substring(0,n));let r=e.indexOf(`?`);r>=0&&(t.search=e.substring(r),e=e.substring(0,r)),e&&(t.pathname=e)}return t}function Gt(e,t,n,r={}){let{window:i=document.defaultView,v5Compat:a=!1}=r,o=i.history,s=`POP`,c=null,l=u();l??(l=0,o.replaceState({...o.state,idx:l},``));function u(){return(o.state||{idx:null}).idx}function d(){s=`POP`;let e=u(),t=e==null?null:e-l;l=e,c&&c({action:s,location:h.location,delta:t})}function f(e,t){s=`PUSH`;let r=Rt(e)?e:Ht(h.location,e,t);n&&n(r,e),l=u()+1;let d=Vt(r,l),f=h.createHref(r.mask||r);try{o.pushState(d,``,f)}catch(e){if(e instanceof DOMException&&e.name===`DataCloneError`)throw e;i.location.assign(f)}a&&c&&c({action:s,location:h.location,delta:1})}function p(e,t){s=`REPLACE`;let r=Rt(e)?e:Ht(h.location,e,t);n&&n(r,e),l=u();let i=Vt(r,l),d=h.createHref(r.mask||r);o.replaceState(i,``,d),a&&c&&c({action:s,location:h.location,delta:0})}function m(e){return Kt(i,e)}let h={get action(){return s},get location(){return e(i,o)},listen(e){if(c)throw Error(`A history only accepts one active listener`);return i.addEventListener(Lt,d),c=e,()=>{i.removeEventListener(Lt,d),c=null}},createHref(e){return t(i,e)},createURL:m,encodeLocation(e){let t=m(e);return{pathname:t.pathname,search:t.search,hash:t.hash}},push:f,replace:p,go(e){return o.go(e)}};return h}function Kt(e,t,n=!1){let r=`http://localhost`;e&&(r=e.location.origin===`null`?e.location.href:e.location.origin),j(r,`No window.location.(origin|href) available to create URL`);let i=typeof t==`string`?t:Ut(t);return i=i.replace(/ $/,`%20`),!n&&Ft.test(i)&&(i=r+i),new URL(i,r)}function qt(e,t,n=`/`){return Jt(e,t,n,!1)}function Jt(e,t,n,r,i){let a=N((typeof t==`string`?Wt(t):t).pathname||`/`,n);if(a==null)return null;let o=i??Xt(e),s=null,c=mn(a);for(let e=0;s==null&&e<o.length;++e)s=un(o[e],c,r);return s}function Yt(e,t){let{route:n,pathname:r,params:i}=e;return{id:n.id,pathname:r,params:i,data:t[n.id],loaderData:t[n.id],handle:n.handle}}function Xt(e){let t=Zt(e);return $t(t),t}function Zt(e,t=[],n=[],r=``,i=!1){let a=(e,a,o=i,s)=>{let c={relativePath:s===void 0?e.path||``:s,caseSensitive:e.caseSensitive===!0,childrenIndex:a,route:e};if(c.relativePath.startsWith(`/`)){if(!c.relativePath.startsWith(r)&&o)return;j(c.relativePath.startsWith(r),`Absolute route path "${c.relativePath}" nested under path "${r}" is not valid. An absolute child route path must start with the combined path of all its parent routes.`),c.relativePath=c.relativePath.slice(r.length)}let l=P([r,c.relativePath]),u=n.concat(c);e.children&&e.children.length>0&&(j(e.index!==!0,`Index routes must not have child routes. Please remove all child routes from route path "${l}".`),Zt(e.children,t,u,l,o)),!(e.path==null&&!e.index)&&t.push({path:l,score:cn(l,e.index),routesMeta:u.map((e,t)=>{let[n,r]=pn(e.relativePath,e.caseSensitive,t===u.length-1);return{...e,matcher:n,compiledParams:r}})})};return e.forEach((e,t)=>{if(e.path===``||!e.path?.includes(`?`))a(e,t);else for(let n of Qt(e.path))a(e,t,!0,n)}),t}function Qt(e){let t=e.split(`/`);if(t.length===0)return[];let[n,...r]=t,i=n.endsWith(`?`),a=n.replace(/\?$/,``);if(r.length===0)return i?[a,``]:[a];let o=Qt(r.join(`/`)),s=[];return s.push(...o.map(e=>e===``?a:[a,e].join(`/`))),i&&s.push(...o),s.map(t=>e.startsWith(`/`)&&t===``?`/`:t)}function $t(e){e.sort((e,t)=>e.score===t.score?ln(e.routesMeta.map(e=>e.childrenIndex),t.routesMeta.map(e=>e.childrenIndex)):t.score-e.score)}var en=/^:[\w-]+$/,tn=3,nn=2,rn=1,an=10,on=-2,sn=e=>e===`*`;function cn(e,t){let n=e.split(`/`),r=n.length;return n.some(sn)&&(r+=on),t&&(r+=nn),n.filter(e=>!sn(e)).reduce((e,t)=>e+(en.test(t)?tn:t===``?rn:an),r)}function ln(e,t){return e.length===t.length&&e.slice(0,-1).every((e,n)=>e===t[n])?e[e.length-1]-t[t.length-1]:0}function un(e,t,n=!1){let{routesMeta:r}=e,i={},a=`/`,o=[];for(let e=0;e<r.length;++e){let s=r[e],c=e===r.length-1,l=a===`/`?t:t.slice(a.length)||`/`,u={path:s.relativePath,caseSensitive:s.caseSensitive,end:c},d=s.matcher&&s.compiledParams?fn(u,l,s.matcher,s.compiledParams):dn(u,l),f=s.route;if(!d&&c&&n&&!r[r.length-1].route.index&&(d=dn({path:s.relativePath,caseSensitive:s.caseSensitive,end:!1},l)),!d)return null;Object.assign(i,d.params),o.push({params:i,pathname:P([a,d.pathname]),pathnameBase:Cn(P([a,d.pathnameBase])),route:f}),d.pathnameBase!==`/`&&(a=P([a,d.pathnameBase]))}return o}function dn(e,t){typeof e==`string`&&(e={path:e,caseSensitive:!1,end:!0});let[n,r]=pn(e.path,e.caseSensitive,e.end);return fn(e,t,n,r)}function fn(e,t,n,r){let i=t.match(n);if(!i)return null;let a=i[0],o=a.replace(/(.)\/+$/,`$1`),s=i.slice(1);return{params:r.reduce((e,{paramName:t,isOptional:n},r)=>{if(t===`*`){let e=s[r]||``;o=a.slice(0,a.length-e.length).replace(/(.)\/+$/,`$1`)}let i=s[r];return n&&!i?e[t]=void 0:e[t]=(i||``).replace(/%2F/g,`/`),e},{}),pathname:a,pathnameBase:o,pattern:e}}function pn(e,t=!1,n=!0){M(e===`*`||!e.endsWith(`*`)||e.endsWith(`/*`),`Route path "${e}" will be treated as if it were "${e.replace(/\*$/,`/*`)}" because the \`*\` character must always follow a \`/\` in the pattern. To get rid of this warning, please change the route path to "${e.replace(/\*$/,`/*`)}".`);let r=[],i=`^`+e.replace(/\/*\*?$/,``).replace(/^\/*/,`/`).replace(/[\\.*+^${}|()[\]]/g,`\\$&`).replace(/\/:([\w-]+)(\?)?/g,(e,t,n,i,a)=>{if(r.push({paramName:t,isOptional:n!=null}),n){let t=a.charAt(i+e.length);return t&&t!==`/`?`/([^\\/]*)`:`(?:/([^\\/]*))?`}return`/([^\\/]+)`}).replace(/\/([\w-]+)\?(\/|$)/g,`(/$1)?$2`);return e.endsWith(`*`)?(r.push({paramName:`*`}),i+=e===`*`||e===`/*`?`(.*)$`:`(?:\\/(.+)|\\/*)$`):n?i+=`\\/*$`:e!==``&&e!==`/`&&(i+=`(?:(?=\\/|$))`),[new RegExp(i,t?void 0:`i`),r]}function mn(e){try{return e.split(`/`).map(e=>decodeURIComponent(e).replace(/\//g,`%2F`)).join(`/`)}catch(t){return M(!1,`The URL path "${e}" could not be decoded because it is a malformed URL segment. This is probably due to a bad percent encoding (${t}).`),e}}function N(e,t){if(t===`/`)return e;if(!e.toLowerCase().startsWith(t.toLowerCase()))return null;let n=t.endsWith(`/`)?t.length-1:t.length,r=e.charAt(n);return r&&r!==`/`?null:e.slice(n)||`/`}function hn(e,t=`/`){let{pathname:n,search:r=``,hash:i=``}=typeof e==`string`?Wt(e):e,a;return n?(n=xn(n),a=n.startsWith(`/`)?gn(n.substring(1),`/`):gn(n,t)):a=t,{pathname:a,search:wn(r),hash:Tn(i)}}function gn(e,t){let n=Sn(t).split(`/`);return e.split(`/`).forEach(e=>{e===`..`?n.length>1&&n.pop():e!==`.`&&n.push(e)}),n.length>1?n.join(`/`):`/`}function _n(e,t,n,r){return`Cannot include a '${e}' character in a manually specified \`to.${t}\` field [${JSON.stringify(r)}]. Please separate it out to the \`to.${n}\` field. Alternatively you may provide the full path as a string in <Link to="..."> and the router will parse it for you.`}function vn(e){return e.filter((e,t)=>t===0||e.route.path&&e.route.path.length>0)}function yn(e){let t=vn(e);return t.map((e,n)=>n===t.length-1?e.pathname:e.pathnameBase)}function bn(e,t,n,r=!1){let i;typeof e==`string`?i=Wt(e):(i={...e},j(!i.pathname||!i.pathname.includes(`?`),_n(`?`,`pathname`,`search`,i)),j(!i.pathname||!i.pathname.includes(`#`),_n(`#`,`pathname`,`hash`,i)),j(!i.search||!i.search.includes(`#`),_n(`#`,`search`,`hash`,i)));let a=e===``||i.pathname===``,o=a?`/`:i.pathname,s;if(o==null)s=n;else{let e=t.length-1;if(!r&&o.startsWith(`..`)){let t=o.split(`/`);for(;t[0]===`..`;)t.shift(),--e;i.pathname=t.join(`/`)}s=e>=0?t[e]:`/`}let c=hn(i,s),l=o&&o!==`/`&&o.endsWith(`/`),u=(a||o===`.`)&&n.endsWith(`/`);return!c.pathname.endsWith(`/`)&&(l||u)&&(c.pathname+=`/`),c}var xn=e=>e.replace(/[\\/]{2,}/g,`/`),P=e=>xn(e.join(`/`)),Sn=e=>e.replace(/\/+$/,``),Cn=e=>Sn(e).replace(/^\/*/,`/`),wn=e=>!e||e===`?`?``:e.startsWith(`?`)?e:`?`+e,Tn=e=>!e||e===`#`?``:e.startsWith(`#`)?e:`#`+e,En=class{constructor(e,t,n,r=!1){this.status=e,this.statusText=t||``,this.internal=r,n instanceof Error?(this.data=n.toString(),this.error=n):this.data=n}};function Dn(e){return e!=null&&typeof e.status==`number`&&typeof e.statusText==`string`&&typeof e.internal==`boolean`&&`data`in e}function On(e){return P(e.map(e=>e.route.path).filter(Boolean))||`/`}var kn=typeof window<`u`&&window.document!==void 0&&window.document.createElement!==void 0;function An(e,t){let n=e;if(typeof n!=`string`||!Pt.test(n))return{absoluteURL:void 0,isExternal:!1,to:n};let r=n,i=!1;if(kn)try{let e=new URL(window.location.href),r=Ft.test(n)?new URL(It(n,e.protocol)):new URL(n),a=N(r.pathname,t);r.origin===e.origin&&a!=null?n=a+r.search+r.hash:i=!0}catch{M(!1,`<Link to="${n}"> contains an invalid URL which will probably break when clicked - please update to a valid URL path.`)}return{absoluteURL:r,isExternal:i,to:n}}Object.getOwnPropertyNames(Object.prototype).sort().join(`\0`);var jn=[`POST`,`PUT`,`PATCH`,`DELETE`];new Set(jn);var Mn=[`GET`,...jn];new Set(Mn);var Nn=[`about:`,`blob:`,`chrome:`,`chrome-untrusted:`,`content:`,`data:`,`devtools:`,`file:`,`filesystem:`,`javascript:`];function Pn(e){try{return Nn.includes(new URL(e).protocol)}catch{return!1}}var Fn=E.createContext(null);Fn.displayName=`DataRouter`;var In=E.createContext(null);In.displayName=`DataRouterState`;var Ln=E.createContext(!1);function Rn(){return E.useContext(Ln)}var zn=E.createContext({isTransitioning:!1});zn.displayName=`ViewTransition`;var Bn=E.createContext(new Map);Bn.displayName=`Fetchers`;var Vn=E.createContext(null);Vn.displayName=`Await`;var F=E.createContext(null);F.displayName=`Navigation`;var Hn=E.createContext(null);Hn.displayName=`Location`;var I=E.createContext({outlet:null,matches:[],isDataRoute:!1});I.displayName=`Route`;var Un=E.createContext(null);Un.displayName=`RouteError`;var Wn=`REACT_ROUTER_ERROR`,Gn=`REDIRECT`,Kn=`ROUTE_ERROR_RESPONSE`;function qn(e){if(e.startsWith(`${Wn}:${Gn}:{`))try{let t=JSON.parse(e.slice(28));if(typeof t==`object`&&t&&typeof t.status==`number`&&typeof t.statusText==`string`&&typeof t.location==`string`&&typeof t.reloadDocument==`boolean`&&typeof t.replace==`boolean`)return t}catch{}}function Jn(e){if(e.startsWith(`${Wn}:${Kn}:{`))try{let t=JSON.parse(e.slice(40));if(typeof t==`object`&&t&&typeof t.status==`number`&&typeof t.statusText==`string`)return new En(t.status,t.statusText,t.data)}catch{}}function Yn(e,{relative:t}={}){j(Xn(),`useHref() may be used only in the context of a <Router> component.`);let{basename:n,navigator:r}=E.useContext(F),{hash:i,pathname:a,search:o}=ir(e,{relative:t}),s=a;return n!==`/`&&(s=a===`/`?n:P([n,a])),r.createHref({pathname:s,search:o,hash:i})}function Xn(){return E.useContext(Hn)!=null}function L(){return j(Xn(),`useLocation() may be used only in the context of a <Router> component.`),E.useContext(Hn).location}var Zn=`You should call navigate() in a React.useEffect(), not when your component is first rendered.`;function Qn(e){E.useContext(F).static||E.useLayoutEffect(e)}function $n(){let{isDataRoute:e}=E.useContext(I);return e?Cr():er()}function er(){j(Xn(),`useNavigate() may be used only in the context of a <Router> component.`);let e=E.useContext(Fn),{basename:t,navigator:n}=E.useContext(F),{matches:r}=E.useContext(I),{pathname:i}=L(),a=JSON.stringify(yn(r)),o=E.useRef(!1);return Qn(()=>{o.current=!0}),E.useCallback((r,s={})=>{if(M(o.current,Zn),!o.current)return;if(typeof r==`number`){n.go(r);return}let c=bn(r,JSON.parse(a),i,s.relative===`path`);e==null&&t!==`/`&&(c.pathname=c.pathname===`/`?t:P([t,c.pathname])),(s.replace?n.replace:n.push)(c,s.state,s)},[t,n,a,i,e])}var tr=E.createContext(null);function nr(e){let t=E.useContext(I).outlet;return E.useMemo(()=>t&&E.createElement(tr.Provider,{value:e},t),[t,e])}function rr(){let{matches:e}=E.useContext(I);return e[e.length-1]?.params??{}}function ir(e,{relative:t}={}){let{matches:n}=E.useContext(I),{pathname:r}=L(),i=JSON.stringify(yn(n));return E.useMemo(()=>bn(e,JSON.parse(i),r,t===`path`),[e,i,r,t])}function ar(e,t){return or(e,t)}function or(e,t,n){j(Xn(),`useRoutes() may be used only in the context of a <Router> component.`);let{navigator:r}=E.useContext(F),{matches:i}=E.useContext(I),a=i[i.length-1],o=a?a.params:{},s=a?a.pathname:`/`,c=a?a.pathnameBase:`/`,l=a&&a.route;{let e=l&&l.path||``;Tr(s,!l||e.endsWith(`*`)||e.endsWith(`*?`),`You rendered descendant <Routes> (or called \`useRoutes()\`) at "${s}" (under <Route path="${e}">) but the parent route path has no trailing "*". This means if you navigate deeper, the parent won't match anymore and therefore the child routes will never render.
|
|
2
2
|
|
|
3
3
|
Please change the parent <Route path="${e}"> to <Route path="${e===`/`?`*`:`${e}/*`}">.`)}let u=L(),d;if(t){let e=typeof t==`string`?Wt(t):t;j(c===`/`||e.pathname?.startsWith(c),`When overriding the location using \`<Routes location>\` or \`useRoutes(routes, location)\`, the location pathname must begin with the portion of the URL pathname that was matched by all parent routes. The current pathname base is "${c}" but pathname "${e.pathname}" was given in the \`location\` prop.`),d=e}else d=u;let f=d.pathname||`/`,p=f;if(c!==`/`){let e=c.replace(/^\//,``).split(`/`);p=`/`+f.replace(/^\//,``).split(`/`).slice(e.length).join(`/`)}let m=n&&n.state.matches.length?n.state.matches.map(e=>Object.assign(e,{route:n.manifest[e.route.id]||e.route})):qt(e,{pathname:p});M(l||m!=null,`No routes matched location "${d.pathname}${d.search}${d.hash}" `),M(m==null||m[m.length-1].route.element!==void 0||m[m.length-1].route.Component!==void 0||m[m.length-1].route.lazy!==void 0,`Matched leaf route at location "${d.pathname}${d.search}${d.hash}" does not have an element or Component. This means it will render an <Outlet /> with a null value by default resulting in an "empty" page.`);let h=pr(m&&m.map(e=>Object.assign({},e,{params:Object.assign({},o,e.params),pathname:P([c,r.encodeLocation?r.encodeLocation(e.pathname.replace(/%/g,`%25`).replace(/\?/g,`%3F`).replace(/#/g,`%23`)).pathname:e.pathname]),pathnameBase:e.pathnameBase===`/`?c:P([c,r.encodeLocation?r.encodeLocation(e.pathnameBase.replace(/%/g,`%25`).replace(/\?/g,`%3F`).replace(/#/g,`%23`)).pathname:e.pathnameBase])})),i,n);return t&&h?E.createElement(Hn.Provider,{value:{location:{pathname:`/`,search:``,hash:``,state:null,key:`default`,mask:void 0,...d},navigationType:`POP`}},h):h}function sr(){let e=Sr(),t=Dn(e)?`${e.status} ${e.statusText}`:e instanceof Error?e.message:JSON.stringify(e),n=e instanceof Error?e.stack:null,r=`rgba(200,200,200, 0.5)`,i={padding:`0.5rem`,backgroundColor:r},a={padding:`2px 4px`,backgroundColor:r},o=null;return console.error(`Error handled by React Router default ErrorBoundary:`,e),o=E.createElement(E.Fragment,null,E.createElement(`p`,null,`💿 Hey developer 👋`),E.createElement(`p`,null,`You can provide a way better UX than this when your app throws errors by providing your own `,E.createElement(`code`,{style:a},`ErrorBoundary`),` or`,` `,E.createElement(`code`,{style:a},`errorElement`),` prop on your route.`)),E.createElement(E.Fragment,null,E.createElement(`h2`,null,`Unexpected Application Error!`),E.createElement(`h3`,{style:{fontStyle:`italic`}},t),n?E.createElement(`pre`,{style:i},n):null,o)}var cr=E.createElement(sr,null),lr=class extends E.Component{constructor(e){super(e),this.state={location:e.location,revalidation:e.revalidation,error:e.error}}static getDerivedStateFromError(e){return{error:e}}static getDerivedStateFromProps(e,t){return t.location!==e.location||t.revalidation!==`idle`&&e.revalidation===`idle`?{error:e.error,location:e.location,revalidation:e.revalidation}:{error:e.error===void 0?t.error:e.error,location:t.location,revalidation:e.revalidation||t.revalidation}}componentDidCatch(e,t){this.props.onError?this.props.onError(e,t):console.error(`React Router caught the following error during render`,e)}render(){let e=this.state.error;if(this.context&&typeof e==`object`&&e&&`digest`in e&&typeof e.digest==`string`){let t=Jn(e.digest);t&&(e=t)}let t=e===void 0?this.props.children:E.createElement(I.Provider,{value:this.props.routeContext},E.createElement(Un.Provider,{value:e,children:this.props.component}));return this.context?E.createElement(dr,{error:e},t):t}};lr.contextType=Ln;var ur=new WeakMap;function dr({children:e,error:t}){let{basename:n}=E.useContext(F);if(typeof t==`object`&&t&&`digest`in t&&typeof t.digest==`string`){let e=qn(t.digest);if(e){let r=ur.get(t);if(r)throw r;let i=An(e.location,n),a=i.absoluteURL||i.to;if(Pn(a))throw Error(`Invalid redirect location`);if(kn&&!ur.get(t))if(i.isExternal||e.reloadDocument)window.location.href=a;else{let n=Promise.resolve().then(()=>window.__reactRouterDataRouter.navigate(i.to,{replace:e.replace}));throw ur.set(t,n),n}return E.createElement(`meta`,{httpEquiv:`refresh`,content:`0;url=${a}`})}}return e}function fr({routeContext:e,match:t,children:n}){let r=E.useContext(Fn);return r&&r.static&&r.staticContext&&(t.route.errorElement||t.route.ErrorBoundary)&&(r.staticContext._deepestRenderedBoundaryId=t.route.id),E.createElement(I.Provider,{value:e},n)}function pr(e,t=[],n){let r=n?.state;if(e==null){if(!r)return null;if(r.errors)e=r.matches;else if(t.length===0&&!r.initialized&&r.matches.length>0)e=r.matches;else return null}let i=e,a=r?.errors;if(a!=null){let e=i.findIndex(e=>e.route.id&&a?.[e.route.id]!==void 0);j(e>=0,`Could not find a matching route for errors on route IDs: ${Object.keys(a).join(`,`)}`),i=i.slice(0,Math.min(i.length,e+1))}let o=!1,s=-1;if(n&&r){o=r.renderFallback;for(let e=0;e<i.length;e++){let t=i[e];if((t.route.HydrateFallback||t.route.hydrateFallbackElement)&&(s=e),t.route.id){let{loaderData:e,errors:a}=r,c=t.route.loader&&!e.hasOwnProperty(t.route.id)&&(!a||a[t.route.id]===void 0);if(t.route.lazy||c){n.isStatic&&(o=!0),i=s>=0?i.slice(0,s+1):[i[0]];break}}}}let c=n?.onError,l=r&&c?(e,t)=>{c(e,{location:r.location,params:r.matches?.[0]?.params??{},pattern:On(r.matches),errorInfo:t})}:void 0;return i.reduceRight((e,n,c)=>{let u,d=!1,f=null,p=null;r&&(u=a&&n.route.id?a[n.route.id]:void 0,f=n.route.errorElement||cr,o&&(s<0&&c===0?(Tr(`route-fallback`,!1,"No `HydrateFallback` element provided to render during initial hydration"),d=!0,p=null):s===c&&(d=!0,p=n.route.hydrateFallbackElement||null)));let m=t.concat(i.slice(0,c+1)),h=()=>{let t;return t=u?f:d?p:n.route.Component?E.createElement(n.route.Component,null):n.route.element?n.route.element:e,E.createElement(fr,{match:n,routeContext:{outlet:e,matches:m,isDataRoute:r!=null},children:t})};return r&&(n.route.ErrorBoundary||n.route.errorElement||c===0)?E.createElement(lr,{location:r.location,revalidation:r.revalidation,component:f,error:u,children:h(),routeContext:{outlet:null,matches:m,isDataRoute:!0},onError:l}):h()},null)}function mr(e){return`${e} must be used within a data router. See https://reactrouter.com/en/main/routers/picking-a-router.`}function hr(e){let t=E.useContext(Fn);return j(t,mr(e)),t}function gr(e){let t=E.useContext(In);return j(t,mr(e)),t}function _r(e){let t=E.useContext(I);return j(t,mr(e)),t}function vr(e){let t=_r(e),n=t.matches[t.matches.length-1];return j(n.route.id,`${e} can only be used on routes that contain a unique "id"`),n.route.id}function yr(){return vr(`useRouteId`)}function br(){let e=gr(`useNavigation`);return E.useMemo(()=>{let{matches:t,historyAction:n,...r}=e.navigation;return r},[e.navigation])}function xr(){let{matches:e,loaderData:t}=gr(`useMatches`);return E.useMemo(()=>e.map(e=>Yt(e,t)),[e,t])}function Sr(){let e=E.useContext(Un),t=gr(`useRouteError`),n=vr(`useRouteError`);return e===void 0?t.errors?.[n]:e}function Cr(){let{router:e}=hr(`useNavigate`),t=vr(`useNavigate`),n=E.useRef(!1);return Qn(()=>{n.current=!0}),E.useCallback(async(r,i={})=>{M(n.current,Zn),n.current&&(typeof r==`number`?await e.navigate(r):await e.navigate(r,{fromRouteId:t,...i}))},[e,t])}var wr={};function Tr(e,t,n){!t&&!wr[e]&&(wr[e]=!0,M(!1,n))}E.memo(Er);function Er({routes:e,manifest:t,future:n,state:r,isStatic:i,onError:a}){return or(e,void 0,{manifest:t,state:r,isStatic:i,onError:a,future:n})}function Dr({to:e,replace:t,state:n,relative:r}){j(Xn(),`<Navigate> may be used only in the context of a <Router> component.`);let{static:i}=E.useContext(F);M(!i,`<Navigate> must not be used on the initial render in a <StaticRouter>. This is a no-op, but you should modify your code so the <Navigate> is only ever rendered in response to some user interaction or state change.`);let{matches:a}=E.useContext(I),{pathname:o}=L(),s=$n(),c=bn(e,yn(a),o,r===`path`),l=JSON.stringify(c);return E.useEffect(()=>{s(JSON.parse(l),{replace:t,state:n,relative:r})},[s,l,r,t,n]),null}function Or(e){return nr(e.context)}function kr(e){j(!1,`A <Route> is only ever to be used as the child of <Routes> element, never rendered directly. Please wrap your <Route> in a <Routes>.`)}function Ar({basename:e=`/`,children:t=null,location:n,navigationType:r=`POP`,navigator:i,static:a=!1,useTransitions:o}){j(!Xn(),`You cannot render a <Router> inside another <Router>. You should never have more than one in your app.`);let s=e.replace(/^\/*/,`/`),c=E.useMemo(()=>({basename:s,navigator:i,static:a,useTransitions:o,future:{}}),[s,i,a,o]);typeof n==`string`&&(n=Wt(n));let{pathname:l=`/`,search:u=``,hash:d=``,state:f=null,key:p=`default`,mask:m}=n,h=E.useMemo(()=>{let e=N(l,s);return e==null?null:{location:{pathname:e,search:u,hash:d,state:f,key:p,mask:m},navigationType:r}},[s,l,u,d,f,p,r,m]);return M(h!=null,`<Router basename="${s}"> is not able to match the URL "${l}${u}${d}" because it does not start with the basename, so the <Router> won't render anything.`),h==null?null:E.createElement(F.Provider,{value:c},E.createElement(Hn.Provider,{children:t,value:h}))}function jr({children:e,location:t}){return ar(Mr(e),t)}E.Component;function Mr(e,t=[]){let n=[];return E.Children.forEach(e,(e,r)=>{if(!E.isValidElement(e))return;let i=[...t,r];if(e.type===E.Fragment){n.push.apply(n,Mr(e.props.children,i));return}j(e.type===kr,`[${typeof e.type==`string`?e.type:e.type.name}] is not a <Route> component. All component children of <Routes> must be a <Route> or <React.Fragment>`),j(!e.props.index||!e.props.children,`An index route cannot have child routes.`);let a={id:e.props.id||i.join(`-`),caseSensitive:e.props.caseSensitive,element:e.props.element,Component:e.props.Component,index:e.props.index,path:e.props.path,middleware:e.props.middleware,loader:e.props.loader,action:e.props.action,hydrateFallbackElement:e.props.hydrateFallbackElement,HydrateFallback:e.props.HydrateFallback,errorElement:e.props.errorElement,ErrorBoundary:e.props.ErrorBoundary,hasErrorBoundary:e.props.hasErrorBoundary===!0||e.props.ErrorBoundary!=null||e.props.errorElement!=null,shouldRevalidate:e.props.shouldRevalidate,handle:e.props.handle,lazy:e.props.lazy};e.props.children&&(a.children=Mr(e.props.children,i)),n.push(a)}),n}var Nr=`get`,Pr=`application/x-www-form-urlencoded`;function Fr(e){return typeof HTMLElement<`u`&&e instanceof HTMLElement}function Ir(e){return Fr(e)&&e.tagName.toLowerCase()===`button`}function Lr(e){return Fr(e)&&e.tagName.toLowerCase()===`form`}function Rr(e){return Fr(e)&&e.tagName.toLowerCase()===`input`}function zr(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}function Br(e,t){return e.button===0&&(!t||t===`_self`)&&!zr(e)}function Vr(e=``){return new URLSearchParams(typeof e==`string`||Array.isArray(e)||e instanceof URLSearchParams?e:Object.keys(e).reduce((t,n)=>{let r=e[n];return t.concat(Array.isArray(r)?r.map(e=>[n,e]):[[n,r]])},[]))}function Hr(e,t){let n=Vr(e);return t&&t.forEach((e,r)=>{n.has(r)||t.getAll(r).forEach(e=>{n.append(r,e)})}),n}var Ur=null;function Wr(){if(Ur===null)try{new FormData(document.createElement(`form`),0),Ur=!1}catch{Ur=!0}return Ur}var Gr=new Set([`application/x-www-form-urlencoded`,`multipart/form-data`,`text/plain`]);function Kr(e){return e!=null&&!Gr.has(e)?(M(!1,`"${e}" is not a valid \`encType\` for \`<Form>\`/\`<fetcher.Form>\` and will default to "${Pr}"`),null):e}function qr(e,t){let n,r,i,a,o;if(Lr(e)){let o=e.getAttribute(`action`);r=o?N(o,t):null,n=e.getAttribute(`method`)||Nr,i=Kr(e.getAttribute(`enctype`))||Pr,a=new FormData(e)}else if(Ir(e)||Rr(e)&&(e.type===`submit`||e.type===`image`)){let o=e.form;if(o==null)throw Error(`Cannot submit a <button> or <input type="submit"> without a <form>`);let s=e.getAttribute(`formaction`)||o.getAttribute(`action`);if(r=s?N(s,t):null,n=e.getAttribute(`formmethod`)||o.getAttribute(`method`)||Nr,i=Kr(e.getAttribute(`formenctype`))||Kr(o.getAttribute(`enctype`))||Pr,a=new FormData(o,e),!Wr()){let{name:t,type:n,value:r}=e;if(n===`image`){let e=t?`${t}.`:``;a.append(`${e}x`,`0`),a.append(`${e}y`,`0`)}else t&&a.append(t,r)}}else if(Fr(e))throw Error(`Cannot submit element that is not <form>, <button>, or <input type="submit|image">`);else n=Nr,r=null,i=Pr,o=e;return a&&i===`text/plain`&&(o=a,a=void 0),{action:r,method:n.toLowerCase(),encType:i,formData:a,body:o}}Object.getOwnPropertyNames(Object.prototype).sort().join(`\0`);var Jr={"&":`\\u0026`,">":`\\u003e`,"<":`\\u003c`,"\u2028":`\\u2028`,"\u2029":`\\u2029`},Yr=/[&><\u2028\u2029]/g;function Xr(e){return e.replace(Yr,e=>Jr[e])}function Zr(e,t){if(e===!1||e==null)throw Error(t)}function Qr(e,t,n,r){let i=typeof e==`string`?new URL(e,typeof window>`u`?`server://singlefetch/`:window.location.origin):e;return n?i.pathname.endsWith(`/`)?i.pathname=`${i.pathname}_.${r}`:i.pathname=`${i.pathname}.${r}`:i.pathname===`/`?i.pathname=`_root.${r}`:t&&N(i.pathname,t)===`/`?i.pathname=`${Sn(t)}/_root.${r}`:i.pathname=`${Sn(i.pathname)}.${r}`,i}async function $r(e,t){if(e.id in t)return t[e.id];try{let n=await v(()=>import(e.module),[]);return t[e.id]=n,n}catch(t){return console.error(`Error loading route module \`${e.module}\`, reloading page...`),console.error(t),window.__reactRouterContext&&window.__reactRouterContext.isSpaMode,window.location.reload(),new Promise(()=>{})}}function ei(e){return e!=null&&typeof e.page==`string`}function ti(e){return e==null?!1:e.href==null?e.rel===`preload`&&typeof e.imageSrcSet==`string`&&typeof e.imageSizes==`string`:typeof e.rel==`string`&&typeof e.href==`string`}async function ni(e,t,n){return si((await Promise.all(e.map(async e=>{let r=t.routes[e.route.id];if(r){let e=await $r(r,n);return e.links?e.links():[]}return[]}))).flat(1).filter(ti).filter(e=>e.rel===`stylesheet`||e.rel===`preload`).map(e=>e.rel===`stylesheet`?{...e,rel:`prefetch`,as:`style`}:{...e,rel:`prefetch`}))}function ri(e,t,n,r,i,a){let o=(e,t)=>!n[t]||e.route.id!==n[t].route.id,s=(e,t)=>n[t].pathname!==e.pathname||n[t].route.path?.endsWith(`*`)&&n[t].params[`*`]!==e.params[`*`];return a===`assets`?t.filter((e,t)=>o(e,t)||s(e,t)):a===`data`?t.filter((t,a)=>{let c=r.routes[t.route.id];if(!c||!c.hasLoader)return!1;if(o(t,a)||s(t,a))return!0;if(t.route.shouldRevalidate){let r=t.route.shouldRevalidate({currentUrl:new URL(i.pathname+i.search+i.hash,window.origin),currentParams:n[0]?.params||{},nextUrl:new URL(e,window.origin),nextParams:t.params,defaultShouldRevalidate:!0});if(typeof r==`boolean`)return r}return!0}):[]}function ii(e,t,{includeHydrateFallback:n}={}){return ai(e.map(e=>{let r=t.routes[e.route.id];if(!r)return[];let i=[r.module];return r.clientActionModule&&(i=i.concat(r.clientActionModule)),r.clientLoaderModule&&(i=i.concat(r.clientLoaderModule)),n&&r.hydrateFallbackModule&&(i=i.concat(r.hydrateFallbackModule)),r.imports&&(i=i.concat(r.imports)),i}).flat(1))}function ai(e){return[...new Set(e)]}function oi(e){let t={},n=Object.keys(e).sort();for(let r of n)t[r]=e[r];return t}function si(e,t){let n=new Set,r=new Set(t);return e.reduce((e,i)=>{if(t&&!ei(i)&&i.as===`script`&&i.href&&r.has(i.href))return e;let a=JSON.stringify(oi(i));return n.has(a)||(n.add(a),e.push({key:a,link:i})),e},[])}function ci(){let e=E.useContext(Fn);return Zr(e,`You must render this element inside a <DataRouterContext.Provider> element`),e}function li(){let e=E.useContext(In);return Zr(e,`You must render this element inside a <DataRouterStateContext.Provider> element`),e}var ui=E.createContext(void 0);ui.displayName=`FrameworkContext`;function di(){let e=E.useContext(ui);return Zr(e,`You must render this element inside a <HydratedRouter> element`),e}function fi(e,t){let n=E.useContext(ui),[r,i]=E.useState(!1),[a,o]=E.useState(!1),{onFocus:s,onBlur:c,onMouseEnter:l,onMouseLeave:u,onTouchStart:d}=t,f=E.useRef(null);E.useEffect(()=>{if(e===`render`&&o(!0),e===`viewport`){let e=new IntersectionObserver(e=>{e.forEach(e=>{o(e.isIntersecting)})},{threshold:.5});return f.current&&e.observe(f.current),()=>{e.disconnect()}}},[e]),E.useEffect(()=>{if(r){let e=setTimeout(()=>{o(!0)},100);return()=>{clearTimeout(e)}}},[r]);let p=()=>{i(!0)},m=()=>{i(!1),o(!1)};return n?e===`intent`?[a,f,{onFocus:pi(s,p),onBlur:pi(c,m),onMouseEnter:pi(l,p),onMouseLeave:pi(u,m),onTouchStart:pi(d,p)}]:[a,f,{}]:[!1,f,{}]}function pi(e,t){return n=>{e&&e(n),n.defaultPrevented||t(n)}}function mi({page:e,...t}){let n=Rn(),{nonce:r}=di(),{router:i}=ci(),a=E.useMemo(()=>qt(i.routes,e,i.basename),[i.routes,e,i.basename]);return a?(t.nonce==null&&r&&(t={...t,nonce:r}),n?E.createElement(gi,{page:e,matches:a,...t}):E.createElement(_i,{page:e,matches:a,...t})):null}function hi(e){let{manifest:t,routeModules:n}=di(),[r,i]=E.useState([]);return E.useEffect(()=>{let r=!1;return ni(e,t,n).then(e=>{r||i(e)}),()=>{r=!0}},[e,t,n]),r}function gi({page:e,matches:t,...n}){let r=L(),{future:i}=di(),{basename:a}=ci(),o=E.useMemo(()=>{if(e===r.pathname+r.search+r.hash)return[];let n=Qr(e,a,i.v8_trailingSlashAwareDataRequests,`rsc`),o=!1,s=[];for(let e of t)typeof e.route.shouldRevalidate==`function`?o=!0:s.push(e.route.id);return o&&s.length>0&&n.searchParams.set(`_routes`,s.join(`,`)),[n.pathname+n.search]},[a,i.v8_trailingSlashAwareDataRequests,e,r,t]);return E.createElement(E.Fragment,null,o.map(e=>E.createElement(`link`,{key:e,rel:`prefetch`,as:`fetch`,href:e,...n})))}function _i({page:e,matches:t,...n}){let r=L(),{future:i,manifest:a,routeModules:o}=di(),{basename:s}=ci(),{loaderData:c,matches:l}=li(),u=E.useMemo(()=>ri(e,t,l,a,r,`data`),[e,t,l,a,r]),d=E.useMemo(()=>ri(e,t,l,a,r,`assets`),[e,t,l,a,r]),f=E.useMemo(()=>{if(e===r.pathname+r.search+r.hash)return[];let n=new Set,l=!1;if(t.forEach(e=>{let t=a.routes[e.route.id];!t||!t.hasLoader||(!u.some(t=>t.route.id===e.route.id)&&e.route.id in c&&o[e.route.id]?.shouldRevalidate||t.hasClientLoader?l=!0:n.add(e.route.id))}),n.size===0)return[];let d=Qr(e,s,i.v8_trailingSlashAwareDataRequests,`data`);return l&&n.size>0&&d.searchParams.set(`_routes`,t.filter(e=>n.has(e.route.id)).map(e=>e.route.id).join(`,`)),[d.pathname+d.search]},[s,i.v8_trailingSlashAwareDataRequests,c,r,a,u,t,e,o]),p=E.useMemo(()=>ii(d,a),[d,a]),m=hi(d);return E.createElement(E.Fragment,null,f.map(e=>E.createElement(`link`,{key:e,rel:`prefetch`,as:`fetch`,href:e,...n})),p.map(e=>E.createElement(`link`,{key:e,rel:`modulepreload`,href:e,...n})),m.map(({key:e,link:t})=>E.createElement(`link`,{key:e,nonce:n.nonce,...t,crossOrigin:t.crossOrigin??n.crossOrigin})))}function vi(...e){return t=>{e.forEach(e=>{typeof e==`function`?e(t):e!=null&&(e.current=t)})}}E.Component;var yi=typeof window<`u`&&window.document!==void 0&&window.document.createElement!==void 0;try{yi&&(window.__reactRouterVersion=`7.18.1`)}catch{}function bi({basename:e,children:t,useTransitions:n,window:r}){let i=E.useRef();i.current??=zt({window:r,v5Compat:!0});let a=i.current,[o,s]=E.useState({action:a.action,location:a.location}),c=E.useCallback(e=>{n===!1?s(e):E.startTransition(()=>s(e))},[n]);return E.useLayoutEffect(()=>a.listen(c),[a,c]),E.createElement(Ar,{basename:e,children:t,location:o.location,navigationType:o.action,navigator:a,useTransitions:n})}function xi({basename:e,children:t,history:n,useTransitions:r}){let[i,a]=E.useState({action:n.action,location:n.location}),o=E.useCallback(e=>{r===!1?a(e):E.startTransition(()=>a(e))},[r]);return E.useLayoutEffect(()=>n.listen(o),[n,o]),E.createElement(Ar,{basename:e,children:t,location:i.location,navigationType:i.action,navigator:n,useTransitions:r})}xi.displayName=`unstable_HistoryRouter`;var Si=E.forwardRef(function({onClick:e,discover:t=`render`,prefetch:n=`none`,relative:r,reloadDocument:i,replace:a,mask:o,state:s,target:c,to:l,preventScrollReset:u,viewTransition:d,defaultShouldRevalidate:f,...p},m){let{basename:h,navigator:g,useTransitions:_}=E.useContext(F),v=typeof l==`string`&&Pt.test(l),y=An(l,h);l=y.to;let b=Yn(l,{relative:r}),x=L(),S=null;if(o){let e=bn(o,[],x.mask?x.mask.pathname:`/`,!0);h!==`/`&&(e.pathname=e.pathname===`/`?h:P([h,e.pathname])),S=g.createHref(e)}let[ee,te,ne]=fi(n,p),re=ki(l,{replace:a,mask:o,state:s,target:c,preventScrollReset:u,relative:r,viewTransition:d,defaultShouldRevalidate:f,useTransitions:_});function ie(t){e&&e(t),t.defaultPrevented||re(t)}let ae=!(y.isExternal||i),oe=E.createElement(`a`,{...p,...ne,href:(ae?S:void 0)||y.absoluteURL||b,onClick:ae?ie:e,ref:vi(m,te),target:c,"data-discover":!v&&t===`render`?`true`:void 0});return ee&&!v?E.createElement(E.Fragment,null,oe,E.createElement(mi,{page:b})):oe});Si.displayName=`Link`;var Ci=E.forwardRef(function({"aria-current":e=`page`,caseSensitive:t=!1,className:n=``,end:r=!1,style:i,to:a,viewTransition:o,children:s,...c},l){let u=ir(a,{relative:c.relative}),d=L(),f=E.useContext(In),{navigator:p,basename:m}=E.useContext(F),h=f!=null&&Bi(u)&&o===!0,g=p.encodeLocation?p.encodeLocation(u).pathname:u.pathname,_=d.pathname,v=f&&f.navigation&&f.navigation.location?f.navigation.location.pathname:null;t||(_=_.toLowerCase(),v=v?v.toLowerCase():null,g=g.toLowerCase()),v&&m&&(v=N(v,m)||v);let y=g!==`/`&&g.endsWith(`/`)?g.length-1:g.length,b=_===g||!r&&_.startsWith(g)&&_.charAt(y)===`/`,x=v!=null&&(v===g||!r&&v.startsWith(g)&&v.charAt(g.length)===`/`),S={isActive:b,isPending:x,isTransitioning:h},ee=b?e:void 0,te;te=typeof n==`function`?n(S):[n,b?`active`:null,x?`pending`:null,h?`transitioning`:null].filter(Boolean).join(` `);let ne=typeof i==`function`?i(S):i;return E.createElement(Si,{...c,"aria-current":ee,className:te,ref:l,style:ne,to:a,viewTransition:o},typeof s==`function`?s(S):s)});Ci.displayName=`NavLink`;var wi=E.forwardRef(({discover:e=`render`,fetcherKey:t,navigate:n,reloadDocument:r,replace:i,state:a,method:o=Nr,action:s,onSubmit:c,relative:l,preventScrollReset:u,viewTransition:d,defaultShouldRevalidate:f,...p},m)=>{let{useTransitions:h}=E.useContext(F),g=Ni(),_=Pi(s,{relative:l}),v=o.toLowerCase()===`get`?`get`:`post`,y=typeof s==`string`&&Pt.test(s);return E.createElement(`form`,{ref:m,method:v,action:_,onSubmit:r?c:e=>{if(c&&c(e),e.defaultPrevented)return;e.preventDefault();let r=e.nativeEvent.submitter,s=r?.getAttribute(`formmethod`)||o,p=()=>g(r||e.currentTarget,{fetcherKey:t,method:s,navigate:n,replace:i,state:a,relative:l,preventScrollReset:u,viewTransition:d,defaultShouldRevalidate:f});h&&n!==!1?E.startTransition(()=>p()):p()},...p,"data-discover":!y&&e===`render`?`true`:void 0})});wi.displayName=`Form`;function Ti({getKey:e,storageKey:t,...n}){let r=E.useContext(ui),{basename:i}=E.useContext(F),a=L(),o=xr();Ri({getKey:e,storageKey:t});let s=E.useMemo(()=>{if(!r||!e)return null;let t=Li(a,o,i,e);return t===a.key?null:t},[]);if(!r||r.isSpaMode)return null;let c=((e,t)=>{if(!window.history.state||!window.history.state.key){let e=Math.random().toString(32).slice(2);window.history.replaceState({key:e},``)}try{let n=JSON.parse(sessionStorage.getItem(e)||`{}`)[t||window.history.state.key];typeof n==`number`&&window.scrollTo(0,n)}catch(t){console.error(t),sessionStorage.removeItem(e)}}).toString();return n.nonce==null&&r?.nonce&&(n.nonce=r.nonce),E.createElement(`script`,{...n,suppressHydrationWarning:!0,dangerouslySetInnerHTML:{__html:`(${c})(${Xr(JSON.stringify(t||Fi))}, ${Xr(JSON.stringify(s))})`}})}Ti.displayName=`ScrollRestoration`;function Ei(e){return`${e} must be used within a data router. See https://reactrouter.com/en/main/routers/picking-a-router.`}function Di(e){let t=E.useContext(Fn);return j(t,Ei(e)),t}function Oi(e){let t=E.useContext(In);return j(t,Ei(e)),t}function ki(e,{target:t,replace:n,mask:r,state:i,preventScrollReset:a,relative:o,viewTransition:s,defaultShouldRevalidate:c,useTransitions:l}={}){let u=$n(),d=L(),f=ir(e,{relative:o});return E.useCallback(p=>{if(Br(p,t)){p.preventDefault();let t=n===void 0?Ut(d)===Ut(f):n,m=()=>u(e,{replace:t,mask:r,state:i,preventScrollReset:a,relative:o,viewTransition:s,defaultShouldRevalidate:c});l?E.startTransition(()=>m()):m()}},[d,u,f,n,r,i,t,e,a,o,s,c,l])}function Ai(e){M(typeof URLSearchParams<`u`,"You cannot use the `useSearchParams` hook in a browser that does not support the URLSearchParams API. If you need to support Internet Explorer 11, we recommend you load a polyfill such as https://github.com/ungap/url-search-params.");let t=E.useRef(Vr(e)),n=E.useRef(!1),r=L(),i=E.useMemo(()=>Hr(r.search,n.current?null:t.current),[r.search]),a=$n();return[i,E.useCallback((e,t)=>{let r=Vr(typeof e==`function`?e(new URLSearchParams(i)):e);n.current=!0,a(`?`+r,t)},[a,i])]}var ji=0,Mi=()=>`__${String(++ji)}__`;function Ni(){let{router:e}=Di(`useSubmit`),{basename:t}=E.useContext(F),n=yr(),r=e.fetch,i=e.navigate;return E.useCallback(async(e,a={})=>{let{action:o,method:s,encType:c,formData:l,body:u}=qr(e,t);if(a.navigate===!1){let e=a.fetcherKey||Mi();await r(e,n,a.action||o,{defaultShouldRevalidate:a.defaultShouldRevalidate,preventScrollReset:a.preventScrollReset,formData:l,body:u,formMethod:a.method||s,formEncType:a.encType||c,flushSync:a.flushSync})}else await i(a.action||o,{defaultShouldRevalidate:a.defaultShouldRevalidate,preventScrollReset:a.preventScrollReset,formData:l,body:u,formMethod:a.method||s,formEncType:a.encType||c,replace:a.replace,state:a.state,fromRouteId:n,flushSync:a.flushSync,viewTransition:a.viewTransition})},[r,i,t,n])}function Pi(e,{relative:t}={}){let{basename:n}=E.useContext(F),r=E.useContext(I);j(r,`useFormAction must be used inside a RouteContext`);let[i]=r.matches.slice(-1),a={...ir(e||`.`,{relative:t})},o=L();if(e==null){a.search=o.search;let e=new URLSearchParams(a.search),t=e.getAll(`index`);if(t.some(e=>e===``)){e.delete(`index`),t.filter(e=>e).forEach(t=>e.append(`index`,t));let n=e.toString();a.search=n?`?${n}`:``}}return(!e||e===`.`)&&i.route.index&&(a.search=a.search?a.search.replace(/^\?/,`?index&`):`?index`),n!==`/`&&(a.pathname=a.pathname===`/`?n:P([n,a.pathname])),Ut(a)}var Fi=`react-router-scroll-positions`,Ii={};function Li(e,t,n,r){let i=null;return r&&(i=r(n===`/`?e:{...e,pathname:N(e.pathname,n)||e.pathname},t)),i??=e.key,i}function Ri({getKey:e,storageKey:t}={}){let{router:n}=Di(`useScrollRestoration`),{restoreScrollPosition:r,preventScrollReset:i}=Oi(`useScrollRestoration`),{basename:a}=E.useContext(F),o=L(),s=xr(),c=br();E.useEffect(()=>(window.history.scrollRestoration=`manual`,()=>{window.history.scrollRestoration=`auto`}),[]),zi(E.useCallback(()=>{if(c.state===`idle`){let t=Li(o,s,a,e);Ii[t]=window.scrollY}try{sessionStorage.setItem(t||Fi,JSON.stringify(Ii))}catch(e){M(!1,`Failed to save scroll positions in sessionStorage, <ScrollRestoration /> will not work properly (${e}).`)}window.history.scrollRestoration=`auto`},[c.state,e,a,o,s,t])),typeof document<`u`&&(E.useLayoutEffect(()=>{try{let e=sessionStorage.getItem(t||Fi);e&&(Ii=JSON.parse(e))}catch{}},[t]),E.useLayoutEffect(()=>{let t=n?.enableScrollRestoration(Ii,()=>window.scrollY,e?(t,n)=>Li(t,n,a,e):void 0);return()=>t&&t()},[n,a,e]),E.useLayoutEffect(()=>{if(r!==!1){if(typeof r==`number`){window.scrollTo(0,r);return}try{if(o.hash){let e=document.getElementById(decodeURIComponent(o.hash.slice(1)));if(e){e.scrollIntoView();return}}}catch{M(!1,`"${o.hash.slice(1)}" is not a decodable element ID. The view will not scroll to it.`)}i!==!0&&window.scrollTo(0,0)}},[o,r,i]))}function zi(e,t){let{capture:n}=t||{};E.useEffect(()=>{let t=n==null?void 0:{capture:n};return window.addEventListener(`pagehide`,e,t),()=>{window.removeEventListener(`pagehide`,e,t)}},[e,n])}function Bi(e,{relative:t}={}){let n=E.useContext(zn);j(n!=null,"`useViewTransitionState` must be used within `react-router-dom`'s `RouterProvider`. Did you accidentally import `RouterProvider` from `react-router`?");let{basename:r}=Di(`useViewTransitionState`),i=ir(e,{relative:t});if(!n.isTransitioning)return!1;let a=N(n.currentLocation.pathname,r)||n.currentLocation.pathname,o=N(n.nextLocation.pathname,r)||n.nextLocation.pathname;return dn(i.pathname,o)!=null||dn(i.pathname,a)!=null}var Vi=[`claude`,`codex`,`opencode`,`pi`,`cursor`],Hi=new Set([`connected`,`disconnected`,`not-installed`,`unknown`]);function Ui(e){return typeof e==`object`&&!!e&&!Array.isArray(e)}function Wi(e,t){if(!Ui(e))return null;let{provider:n,status:r,enabled:i,hint:a,authFailureId:o}=e;return typeof n!=`string`||!Vi.includes(n)||typeof r!=`string`||!Hi.has(r)||t&&typeof i!=`boolean`||!t&&i!==void 0&&typeof i!=`boolean`||a!==void 0&&typeof a!=`string`||o!==void 0&&(typeof o!=`string`||o.length<1||o.length>128||r!==`disconnected`)?null:{provider:n,status:r,...typeof i==`boolean`?{enabled:i}:{},...a===void 0?{}:{hint:a},...o===void 0?{}:{authFailureId:o}}}function Gi(e){return Wi(e,!1)}function Ki(e,t){if(!Ui(e)||!Array.isArray(e.providers))return null;let n=[],r=new Set;for(let i of e.providers){let e=Wi(i,t);if(e===null||r.has(e.provider))return null;r.add(e.provider),n.push(e)}return n}function qi(e){let t=Ki(e,!0);if(t===null||t.length===0)return null;let n=new Map(t.map(e=>[e.provider,e]));return Vi.flatMap(e=>{let t=n.get(e);return t?[t]:[]})}function Ji(e){let t=qi(e);if(t===null)throw Error(`Invalid provider status response`);return{providers:t}}function Yi(e,t){let n=qi(e);if(n!==null)return{providers:n.map(e=>e.provider===t.provider?{provider:t.provider,status:t.status,enabled:t.enabled??e.enabled,...t.hint===void 0?{}:{hint:t.hint},...t.authFailureId===void 0?{}:{authFailureId:t.authFailureId}}:e)}}function Xi(e,t,n,r){let i=qi(e),a=qi(t),o=qi(n);if(o===null||a===null)return n;if(i===null)return{providers:a};let s=new Map(i.map(e=>[e.provider,e])),c=new Map(a.map(e=>[e.provider,e]));return{providers:o.map(e=>{let t=s.get(e.provider),n=c.get(e.provider);if(t===void 0||n===void 0)return n??e;let i=r!==void 0&&n.authFailureId===r&&e.authFailureId===void 0;return r!==void 0&&n.authFailureId!==void 0&&n.authFailureId!==r&&e.authFailureId===void 0?n:Zi(t,n)?e:i?{...e,enabled:n.enabled}:n})}}function Zi(e,t){return e.provider===t.provider&&e.status===t.status&&e.enabled===t.enabled&&e.hint===t.hint&&e.authFailureId===t.authFailureId}function Qi(e){let t=qi(e);if(t===null)return[];let n=new Set(t.filter(e=>e.enabled&&e.status===`connected`).map(e=>e.provider));return Vi.filter(e=>n.has(e))}function $i(e,t){return qi(e)?.find(e=>e.provider===t)}var ea=5e3,ta=200,na=[],ra=1,ia=new Set,aa=new Set;function oa(e){na=e;for(let e of ia)e()}function sa(e){return ia.add(e),()=>ia.delete(e)}function ca(e,t){let n=setTimeout(()=>{aa.delete(n),e()},t);aa.add(n)}function la(e,t={}){let n={id:ra++,message:e,tone:t.tone??`default`,exiting:!1};oa([...na,n]),ca(()=>{oa(na.map(e=>e.id===n.id?{...e,exiting:!0}:e)),ca(()=>oa(na.filter(e=>e.id!==n.id)),ta)},ea)}function ua(){let e=(0,E.useSyncExternalStore)(sa,()=>na);return e.length===0?null:(0,D.jsx)(`div`,{"data-slot":`toaster`,className:`pointer-events-none fixed top-[calc(61px+env(safe-area-inset-top))] right-[calc(16px+env(safe-area-inset-right))] z-[60] flex flex-col items-end gap-2 md:top-[calc(16px+env(safe-area-inset-top))]`,children:e.map(e=>(0,D.jsx)(`div`,{role:`status`,"data-slot":`toast`,"data-tone":e.tone,"data-state":e.exiting?`closed`:`open`,className:g(`pointer-events-auto max-w-[min(360px,calc(100vw-32px))] rounded-md px-3.5 py-2.5 text-[13px] font-medium shadow-modal`,`motion-safe:animate-in motion-safe:fade-in-0 motion-safe:slide-in-from-right-4 motion-safe:duration-200`,`motion-safe:data-[state=closed]:animate-out motion-safe:data-[state=closed]:fade-out-0 motion-safe:data-[state=closed]:slide-out-to-right-4`,e.tone===`danger`?`bg-danger text-danger-foreground`:`bg-contrast text-contrast-foreground`),children:e.message},e.id))})}var R=class extends Error{status;manual;command;exists;constructor(e,t,n={}){super(t,n.cause===void 0?void 0:{cause:n.cause}),this.name=`ApiError`,this.status=e,this.manual=n.manual,this.command=n.command,this.exists=n.exists}};function da(e){try{return JSON.parse(e)}catch{return}}function fa(e){return typeof e==`string`?e:void 0}function pa(e,t,n){let r=da(n),i=r&&typeof r==`object`?r:{};return new R(e,fa(i.error)??`${e} ${t||`request failed`}`.trim(),{manual:fa(i.manual),command:fa(i.command),exists:typeof i.exists==`boolean`?i.exists:void 0})}var z=ue({fetch:(e,t)=>va(ma(String(e)),t)});function ma(e){let t=ga(e.endsWith(`?`)?e.slice(0,-1):e);return t.startsWith(`/`)?`${o()}${t}`:t}var ha=`${m}/p/default`;function ga(e){if(f()!==null||!e.startsWith(ha))return e;let t=e.slice(ha.length);return t===``||t.startsWith(`/`)||t.startsWith(`?`)?`${m}${t}`:e}var B=e=>({init:{signal:e?.signal}});async function V(e,t){let n=await e.text();if(!e.ok)throw pa(e.status,e.statusText,n);let r=da(n);if(r===void 0)throw new R(e.status,`the cezar server answered ${t} with a non-JSON body`);return r}async function _a(e,t,n){let r=e.status,i=await V(e,t),a=n.safeParse(i);if(!a.success)throw new R(r,`the cezar server answered ${t} with an unexpected body`);return a.data}async function va(e,t){try{return await fetch(e,{...t,credentials:`include`})}catch(t){throw t instanceof DOMException&&t.name===`AbortError`?t:new R(0,`cannot reach the cezar server (${e})`,{cause:t})}}async function ya(e,t){return va(l(e),t)}async function ba(e,t={}){let n=new Headers(t.headers);n.set(`accept`,`text/plain`);let r=await ya(e,{...t,headers:n}),i=await r.text();if(!r.ok)throw pa(r.status,r.statusText,i);return i}var H=(e,t=``)=>`/runs/${encodeURIComponent(e)}${t}`;async function xa(e){return V(await z.api.v1.health.$get({},B(e)),`/health`)}async function Sa(e,t){return V(await z.api.v1.models.$get({query:{runner:e}},B(t)),`/models`)}async function Ca(e=!1,t){return Ji(await V(await z.api.v1.providers.status.$get({query:e?{refresh:`1`}:{}},B(t)),`/providers/status`))}async function wa(e){return V(await z.api.v1.p[`:projectId`][`launch-key`].$get({param:{projectId:h()}},B(e)),`/launch-key`)}async function Ta(e){return V(await z.api.v1.projects.$get({},B(e)),`/projects`)}async function Ea(e,t){return V(await z.api.v1.fs.browse.$get({query:{path:e===``?void 0:e,...t?.showHidden?{showHidden:`1`}:{}}},B(t)),`/fs/browse`)}async function Da(e){return V(await z.api.v1.p[`:projectId`].runs.$get({param:{projectId:h()}},B(e)),`/runs`)}async function Oa(e,t){return V(await z.api.v1.p[`:projectId`].runs.$get({param:{projectId:e}},B(t)),`/runs`)}async function ka(e){return V(await z.api.v1.workspace[`runs-index`].$get({},B(e)),`/workspace/runs-index`)}async function Aa(e,t){return _a(await z.api.v1.p[`:projectId`].runs[`:id`].relationships.$get({param:{projectId:h(),id:encodeURIComponent(e)},query:{}},B(t)),`${H(e)}/relationships`,u)}async function ja(e,t){return V(await z.api.v1.p[`:projectId`].runs[`:id`].$get({param:{projectId:h(),id:encodeURIComponent(e)}},B(t)),H(e))}async function Ma(e,t,n){return V(await z.api.v1.p[`:projectId`].runs[`:id`].$get({param:{projectId:e,id:encodeURIComponent(t)}},B(n)),H(t))}async function Na(e,t,n){return _a(await z.api.v1.p[`:projectId`].runs[`:id`].history.$get({param:{projectId:h(),id:encodeURIComponent(e)},query:{...t===void 0?{}:{cursor:t}}},B(n)),`${H(e)}/history`,i)}async function Pa(e,t){return _a(await z.api.v1.p[`:projectId`].runs[`:id`][`history-context`].$get({param:{projectId:h(),id:encodeURIComponent(e)}},B(t)),`${H(e)}/history-context`,a)}async function Fa(e){return V(await z.api.v1.p[`:projectId`][`ui-state`].$get({param:{projectId:h()}},B(e)),`/ui-state`)}async function Ia(e){return V(await z.api.v1.p[`:projectId`].workflows.$get({param:{projectId:h()}},B(e)),`/workflows`)}async function La(e){return V(await z.api.v1.p[`:projectId`].skills.$get({param:{projectId:h()},query:{}},B(e)),`/skills`)}async function Ra(e){return V(await z.api.v1.p[`:projectId`].skills.$get({param:{projectId:h()},query:{wait:`1`}},B(e)),`/skills`)}async function za(){return V(await z.api.v1.p[`:projectId`].skills.refresh.$post({param:{projectId:h()}}),`/skills/refresh`)}async function Ba(e){return V(await z.api.v1.p[`:projectId`].skills.importable.$get({param:{projectId:h()},query:{}},B(e)),`/skills/importable`)}async function Va(e){return V(await z.api.v1.p[`:projectId`].skills.importable.$get({param:{projectId:h()},query:{wait:`1`}},B(e)),`/skills/importable`)}async function Ha(e){return V(await z.api.v1.p[`:projectId`].todos.$get({param:{projectId:h()}},B(e)),`/todos`)}async function Ua(e){return V(await z.api.v1.p[`:projectId`].repo.$get({param:{projectId:h()}},B(e)),`/repo`)}async function Wa(e){return _a(await z.api.v1.p[`:projectId`].repo.pull.$get({param:{projectId:h()}},B(e)),`/repo/pull`,d)}async function Ga(e){let t=await z.api.v1.p[`:projectId`].repo.pull.$post({param:{projectId:h()},json:e}),n=await t.text(),r=da(n);if(t.status===409){let e=c.safeParse(r);if(e.success)return e.data;throw pa(t.status,t.statusText,n)}if(!t.ok)throw pa(t.status,t.statusText,n);if(r===void 0)throw new R(t.status,`the cezar server answered /repo/pull with a non-JSON body`);let i=s.safeParse(r);if(!i.success)throw new R(t.status,`the cezar server answered /repo/pull with an unexpected body`);return i.data}async function Ka(e){return V(await z.api.v1.p[`:projectId`].config.$get({param:{projectId:h()}},B(e)),`/config`)}async function qa(e={}){return V(await z.api.v1.p[`:projectId`][`agent-config`].$get({param:{projectId:h()}},B(e)),`/agent-config`)}async function Ja(e,t={}){return V(await z.api.v1.p[`:projectId`][`agent-config`][`:id`].$get({param:{projectId:h(),id:encodeURIComponent(e)}},B(t)),`/agent-config/${encodeURIComponent(e)}`)}async function Ya(e,t){return V(await z.api.v1.p[`:projectId`][`agent-config`][`:id`].$put({param:{projectId:h(),id:encodeURIComponent(e)},json:t}),`/agent-config/${encodeURIComponent(e)}`)}async function Xa(e){return V(await z.api.v1.p[`:projectId`].repo.changes.$get({param:{projectId:h()}},B(e)),`/repo/changes`)}async function Za(e,t){return V(await z.api.v1.p[`:projectId`].repo.commit[`:sha`].$get({param:{projectId:h(),sha:encodeURIComponent(e)},query:{structured:`1`}},B(t)),`/repo/commit/:sha`)}async function Qa(e,t){return V(await z.api.v1.p[`:projectId`].runs[`:id`].commits.$get({param:{projectId:h(),id:encodeURIComponent(e)}},B(t)),H(e,`/commits`))}async function $a(e,t,n){return V(await z.api.v1.p[`:projectId`].runs[`:id`].commit[`:sha`].$get({param:{projectId:h(),id:encodeURIComponent(e),sha:encodeURIComponent(t)}},B(n)),H(e,`/commit/${encodeURIComponent(t)}`))}async function eo(e={},t){return V(await z.api.v1.p[`:projectId`].github.$get({param:{projectId:h()},query:{limit:e.limit===void 0?void 0:String(e.limit),refresh:e.refresh?`1`:void 0}},B(t)),`/github`)}async function to(e,t){return V(await z.api.v1.p[`:projectId`].github.checks.$get({param:{projectId:h()},query:{prs:e.join(`,`)}},B(t)),`/github/checks`)}async function no(e,t,n={},r){return V(await z.api.v1.p[`:projectId`].github.search.$get({param:{projectId:h()},query:{kind:e,q:t,limit:n.limit}},B(r)),`/github/search`)}async function ro(e,t,n){return V(await z.api.v1.p[`:projectId`].github[`ref-status`].$get({param:{projectId:e},query:{...t.prs?.length?{prs:t.prs.join(`,`)}:{},...t.issues?.length?{issues:t.issues.join(`,`)}:{}}},B(n)),`/github/ref-status`)}async function io(e,t,n={},r){return V(await z.api.v1.p[`:projectId`].github.comments[`:kind`][`:number`].$get({param:{projectId:h(),kind:e,number:String(t)},query:{refresh:n.refresh?`1`:void 0}},B(r)),`/github/comments/${e}/${t}`)}async function ao(e,t={},n){return V(await z.api.v1.p[`:projectId`].github.prs[`:number`][`merge-state`].$get({param:{projectId:h(),number:String(e)},query:{refresh:t.refresh?`1`:void 0}},B(n)),`/github/prs/${e}/merge-state`)}async function oo(e,t){return V(await z.api.v1.p[`:projectId`].github.prs[`:number`].merge.$post({param:{projectId:h(),number:String(e)},json:t}),`/github/prs/:number/merge`)}async function so(e,t={},n){return V(await z.api.v1.p[`:projectId`].github.prs[`:number`].changes.$get({param:{projectId:h(),number:String(e)},query:{refresh:t.refresh?`1`:void 0}},B(n)),`/github/prs/${e}/changes`)}function co(e,t){return ba(H(e,`/diff`),{method:`GET`,signal:t?.signal})}function lo(e,t){return ba(H(e,`/handoff`),{method:`GET`,signal:t?.signal})}async function uo(e,t){return V(await z.api.v1.p[`:projectId`].runs[`:id`].changes.$get({param:{projectId:h(),id:encodeURIComponent(e)}},B(t)),H(e,`/changes`))}async function fo(e,t,n){return V(await z.api.v1.p[`:projectId`].runs[`:id`].files.$get({param:{projectId:h(),id:encodeURIComponent(e)},query:{path:t}},B(n)),`/runs/:id/files`)}function po(e,t){return l(H(e,`/files?path=${encodeURIComponent(t)}&raw=1`))}async function mo(e,t){return V(await z.api.v1.p[`:projectId`].groups[`:groupId`].$get({param:{projectId:h(),groupId:encodeURIComponent(e)}},B(t)),`/groups/${encodeURIComponent(e)}`)}async function ho(e,t){return V(await z.api.v1.providers.connect.$post({json:{provider:e,...t?{profileId:t}:{}}}),`/providers/connect`)}async function go(e,t){return Ji(await V(await z.api.v1.providers[`:provider`].enabled.$put({param:{provider:e},json:{enabled:t}}),`/providers/${encodeURIComponent(e)}/enabled`))}async function _o(e,t){return Ji(await V(await z.api.v1.providers[`:provider`].retry.$post({param:{provider:e},json:{authFailureId:t}}),`/providers/${encodeURIComponent(e)}/retry`))}async function vo(e){let t=`/projects`,n=await ya(t,{method:`POST`,headers:{"content-type":`application/json`},body:JSON.stringify({root:e})}),r=await n.text(),i=da(r),a=i?.project;if((n.ok||n.status===409)&&a!=null)return i;throw n.ok?new R(n.status,`the cezar server answered ${t} without a project`):pa(n.status,n.statusText,r)}async function yo(e){return V(await z.api.v1.projects.checkout.$post({json:e}),`/projects/checkout`)}async function bo(e){return V(await z.api.v1.projects[`:projectId`].$delete({param:{projectId:encodeURIComponent(e)}}),`/projects/${encodeURIComponent(e)}`)}async function xo(e,t){return V(await z.api.v1.projects[`:projectId`].$patch({param:{projectId:encodeURIComponent(e)},json:t}),`/projects/${encodeURIComponent(e)}`)}async function So(e){return V(await z.api.v1.p[`:projectId`].runs.$post({param:{projectId:h()},json:e}),`/runs`)}async function Co(e){return V(await z.api.v1.p[`:projectId`].runs[`:id`].cancel.$post({param:{projectId:h(),id:encodeURIComponent(e)}}),H(e,`/cancel`))}async function wo(e,t=!0){return V(await z.api.v1.p[`:projectId`].runs[`:id`].archive.$post({param:{projectId:h(),id:encodeURIComponent(e)},json:{archived:t}}),H(e,`/archive`))}async function To(e,t=!0){return V(await z.api.v1.p[`:projectId`].runs[`:id`].pin.$post({param:{projectId:h(),id:encodeURIComponent(e)},json:{pinned:t}}),H(e,`/pin`))}async function Eo(e,t,n=!0){return V(await z.api.v1.p[`:projectId`].runs[`:id`].pin.$post({param:{projectId:e,id:encodeURIComponent(t)},json:{pinned:n}}),H(t,`/pin`))}async function Do(e,t,n=!0){return V(await z.api.v1.p[`:projectId`].runs[`:id`].archive.$post({param:{projectId:e,id:encodeURIComponent(t)},json:{archived:n}}),H(t,`/archive`))}async function Oo(e,t,n){let r=n?`read`:`unread`;return V(await(n?z.api.v1.p[`:projectId`].runs[`:id`].read.$post({param:{projectId:e,id:encodeURIComponent(t)}}):z.api.v1.p[`:projectId`].runs[`:id`].unread.$post({param:{projectId:e,id:encodeURIComponent(t)}})),H(t,`/${r}`))}async function ko(e){return V(await z.api.v1.p[`:projectId`].runs[`:id`][`auto-resume`].$delete({param:{projectId:h(),id:encodeURIComponent(e)}}),H(e,`/auto-resume`))}async function Ao(){return V(await z.api.v1.p[`:projectId`].runs[`archive-finished`].$post({param:{projectId:h()}}),`/runs/archive-finished`)}async function jo(e){return V(await z.api.v1.p[`:projectId`].runs[`:id`].read.$post({param:{projectId:h(),id:encodeURIComponent(e)}}),H(e,`/read`))}async function Mo(e){return V(await z.api.v1.p[`:projectId`].runs[`:id`].unread.$post({param:{projectId:h(),id:encodeURIComponent(e)}}),H(e,`/unread`))}async function No(){return V(await z.api.v1.p[`:projectId`].runs[`read-all`].$post({param:{projectId:h()}}),`/runs/read-all`)}async function Po(e){return V(await z.api.v1.p[`:projectId`].runs[`:id`].finish.$post({param:{projectId:h(),id:encodeURIComponent(e)}}),H(e,`/finish`))}async function Fo(e,t={}){let n={...t.text===void 0?{}:{text:t.text},...t.images===void 0?{}:{images:t.images},...t.runner===void 0?{}:{runner:t.runner},...t.model===void 0?{}:{model:t.model},...t.effort===void 0?{}:{effort:t.effort},...t.agentProfile===void 0?{}:{agentProfile:t.agentProfile}};return V(await z.api.v1.p[`:projectId`].runs[`:id`].continue.$post({param:{projectId:h(),id:encodeURIComponent(e)},json:n}),H(e,`/continue`))}async function Io(e,t,n={}){return V(await z.api.v1.p[`:projectId`].runs[`:id`].continue.$post({param:{projectId:e,id:encodeURIComponent(t)},json:{...n.text===void 0?{}:{text:n.text},...n.images===void 0?{}:{images:n.images},...n.runner===void 0?{}:{runner:n.runner},...n.model===void 0?{}:{model:n.model},...n.effort===void 0?{}:{effort:n.effort},...n.agentProfile===void 0?{}:{agentProfile:n.agentProfile}}}),H(t,`/continue`))}async function Lo(e){return V(await z.api.v1.p[`:projectId`].runs[`:id`].pr.$post({param:{projectId:h(),id:encodeURIComponent(e)}}),H(e,`/pr`))}async function Ro(e,t){return V(await z.api.v1.p[`:projectId`].runs[`:id`].$patch({param:{projectId:h(),id:encodeURIComponent(e)},json:t}),H(e))}async function zo(e){return V(await z.api.v1.p[`:projectId`].runs[`:id`].$delete({param:{projectId:h(),id:encodeURIComponent(e)}}),H(e))}async function Bo(e){return V(await z.api.v1.p[`:projectId`].todos[`:id`].$delete({param:{projectId:h(),id:encodeURIComponent(e)}}),`/todos/${encodeURIComponent(e)}`)}async function Vo(e,t={}){let n={...t.runner===void 0?{}:{runner:t.runner},...t.model===void 0?{}:{model:t.model},...t.effort===void 0?{}:{effort:t.effort},...t.prompt===void 0?{}:{prompt:t.prompt}};return V(await z.api.v1.p[`:projectId`].todos[`:id`].start.$post({param:{projectId:h(),id:encodeURIComponent(e)},json:Object.keys(n).length>0?n:void 0}),`/todos/${encodeURIComponent(e)}/start`)}async function Ho(e,t){return V(await z.api.v1.p[`:projectId`].groups[`:groupId`].pick.$post({param:{projectId:h(),groupId:encodeURIComponent(e)},json:{runId:t}}),`/groups/${encodeURIComponent(e)}/pick`)}async function Uo(e){return V(await z.api.v1.p[`:projectId`].runs[`:id`][`open-in-cli`].$post({param:{projectId:h(),id:encodeURIComponent(e)}}),H(e,`/open-in-cli`))}async function Wo(e){return V(await z.api.v1.p[`:projectId`][`open-targets`].$get({param:{projectId:h()}},B(e)),`/open-targets`)}async function Go(e){return V(await z.api.v1.p[`:projectId`][`open-in`].$post({param:{projectId:h()},json:{target:e}}),`/open-in`)}async function Ko(e,t){return V(await z.api.v1.p[`:projectId`].runs[`:id`][`open-in`].$post({param:{projectId:h(),id:encodeURIComponent(e)},json:{target:t}}),H(e,`/open-in`))}async function qo(e,t){return V(await z.api.v1.p[`:projectId`].runs[`:id`][`open-in`].$post({param:{projectId:h(),id:encodeURIComponent(e)},json:{target:`default`,path:t}}),H(e,`/open-in`))}async function Jo(e,t){return V(await z.api.v1.p[`:projectId`].runs[`:id`].git.commit.$post({param:{projectId:h(),id:encodeURIComponent(e)},json:{message:t}}),H(e,`/git/commit`))}async function Yo(e){return V(await z.api.v1.p[`:projectId`].runs[`:id`].git.push.$post({param:{projectId:h(),id:encodeURIComponent(e)}}),H(e,`/git/push`))}async function Xo(e,t){return V(await z.api.v1.p[`:projectId`].runs[`:id`].messages.$post({param:{projectId:h(),id:encodeURIComponent(e)},json:{text:t.text??``,images:t.images??[]}}),H(e,`/messages`))}async function Zo(e,t,n){return V(await z.api.v1.p[`:projectId`].runs[`:id`].messages.$post({param:{projectId:e,id:encodeURIComponent(t)},json:{text:n.text??``,images:n.images??[]}}),H(t,`/messages`))}async function Qo(e,t,n){return V(await z.api.v1.p[`:projectId`].runs[`:id`][`queued-messages`][`:msgId`].$patch({param:{projectId:h(),id:encodeURIComponent(e),msgId:encodeURIComponent(t)},json:n}),H(e,`/queued-messages/${encodeURIComponent(t)}`))}async function $o(e,t){return V(await z.api.v1.p[`:projectId`].runs[`:id`][`queued-messages`][`:msgId`].$delete({param:{projectId:h(),id:encodeURIComponent(e),msgId:encodeURIComponent(t)}}),H(e,`/queued-messages/${encodeURIComponent(t)}`))}async function es(e){return V(await z.api.v1.p[`:projectId`].repo.branch.$post({param:{projectId:h()},json:e}),`/repo/branch`)}async function ts(e){return V(await z.api.v1.p[`:projectId`].plan.$post({param:{projectId:h()},json:{task:e}}),`/plan`)}async function ns(e){return V(await z.api.v1.p[`:projectId`].automations.$get({param:{projectId:h()}},B(e)),`/automations`)}async function rs(e){return V(await z.api.v1.p[`:projectId`].automations.$post({param:{projectId:h()},json:e}),`/automations`)}async function is(e,t){return V(await z.api.v1.p[`:projectId`].automations[`:id`].$put({param:{projectId:h(),id:encodeURIComponent(e)},json:t}),`/automations/${encodeURIComponent(e)}`)}async function as(e,t){let n={projectId:h(),id:encodeURIComponent(e)},r=`/automations/${encodeURIComponent(e)}/${t?`enable`:`pause`}`;return V(t?await z.api.v1.p[`:projectId`].automations[`:id`].enable.$post({param:n}):await z.api.v1.p[`:projectId`].automations[`:id`].pause.$post({param:n}),r)}async function os(e,t){return V(await z.api.v1.p[`:projectId`].automations[`:id`].check.$post({param:{projectId:h(),id:encodeURIComponent(e)},json:{mode:t}}),`/automations/${encodeURIComponent(e)}/check`)}async function ss(e,t){return V(await z.api.v1[`automation-checks`][`:checkId`].$get({param:{checkId:encodeURIComponent(e)}},B(t)),`/automation-checks/${encodeURIComponent(e)}`)}async function cs(e,t){return V(await z.api.v1.p[`:projectId`][`automation-log`].$get({param:{projectId:h()},query:{automationId:e}},B(t)),`/automation-log?automationId=${encodeURIComponent(e)}`)}async function ls(e){return V(await z.api.v1.p[`:projectId`].workflows.$post({param:{projectId:h()},json:e}),`/workflows`)}async function us(e){return V(await z.api.v1.p[`:projectId`].workflows.parse.$post({param:{projectId:h()},json:{yaml:e}}),`/workflows/parse`)}async function ds(e){return V(await z.api.v1.p[`:projectId`].workflows[`:name`].$delete({param:{projectId:h(),name:encodeURIComponent(e)}}),`/workflows/${encodeURIComponent(e)}`)}async function fs(e){return V(await z.api.v1.p[`:projectId`][`ui-state`].$put({param:{projectId:h()},json:e}),`/ui-state`)}async function ps(e){return V(await z.api.v1.workspace[`ui-state`].$get({},B(e)),`/workspace/ui-state`)}async function ms(e,t={}){return V(await z.api.v1.workspace[`ui-state`].$put({json:e},{init:{keepalive:t.keepalive}}),`/workspace/ui-state`)}async function hs(e){let t=await V(await z.api.v1.workspace.config.$get({},B(e)),`/workspace/config`);return{...t,agentDefaults:t.agentDefaults??{}}}async function gs(e){let t=await V(await z.api.v1.workspace[`agent-profiles`].$get({},B(e)),`/workspace/agent-profiles`);return{...t,profileCapableProviders:t.profileCapableProviders??[],selections:t.selections??{},defaults:t.defaults??{},profiles:(t.profiles??[]).map(e=>({...e,files:e.files??[]}))}}async function _s(e){return V(await z.api.v1.workspace[`agent-profiles`].$post({json:e}),`/workspace/agent-profiles`)}async function vs(e,t){return V(await z.api.v1.workspace[`agent-profiles`][`:id`].status.$get({param:{id:encodeURIComponent(e)},query:t?.refresh?{refresh:`1`}:{}},B(t)),`/workspace/agent-profiles/${encodeURIComponent(e)}/status`)}async function ys(e,t){return V(await z.api.v1.workspace[`agent-profiles`][`:id`].details.$get({param:{id:encodeURIComponent(e)}},B(t)),`/workspace/agent-profiles/${encodeURIComponent(e)}/details`)}async function bs(e,t){return V(await z.api.v1.workspace[`agent-profiles`][`:id`].open.$post({param:{id:encodeURIComponent(e)},json:t}),`/workspace/agent-profiles/${encodeURIComponent(e)}/open`)}async function xs(e){return V(await z.api.v1.workspace[`agent-profiles`].selection.$put({json:e}),`/workspace/agent-profiles/selection`)}async function Ss(e,t){return V(await z.api.v1.workspace[`agent-profiles`][`:id`].$patch({param:{id:encodeURIComponent(e)},json:t}),`/workspace/agent-profiles/${encodeURIComponent(e)}`)}async function Cs(e){return V(await z.api.v1.workspace[`agent-profiles`][`:id`].$delete({param:{id:encodeURIComponent(e)}}),`/workspace/agent-profiles/${encodeURIComponent(e)}`)}async function ws(e,t){return V(await z.api.v1.workspace[`skills-update`].$get({query:{projectId:e}},B(t)),`/workspace/skills-update?projectId=${encodeURIComponent(e)}`)}async function Ts(e){return V(await z.api.v1.workspace[`skills-update`].check.$post({json:{projectId:e}}),`/workspace/skills-update/check`)}async function Es(e){return V(await z.api.v1.workspace[`skills-update`].apply.$post({json:{projectId:e}}),`/workspace/skills-update/apply`)}async function Ds(e){return V(await z.api.v1.workspace.config.$put({json:e}),`/workspace/config`)}async function Os(e){return V(await z.api.v1.p[`:projectId`].config.$put({param:{projectId:h()},json:e}),`/config`)}async function ks(e){return V(await z.api.v1.p[`:projectId`].worktrees.$get({param:{projectId:h()}},B(e)),`/worktrees`)}async function As(){return V(await z.api.v1.p[`:projectId`].worktrees.reclaim.$post({param:{projectId:h()},json:{}}),`/worktrees/reclaim`)}async function js(e){return V(await z.api.v1.p[`:projectId`].runs[`:id`][`remove-worktree`].$post({param:{projectId:h(),id:encodeURIComponent(e)}}),H(e,`/remove-worktree`))}var Ms={projectId:null,apiBase:m},Ns=(0,E.createContext)(Ms);function Ps(){return(0,E.useContext)(Ns)}function Fs({projectId:e,children:t}){f()!==e&&_(e),(0,E.useLayoutEffect)(()=>{_(e)},[e]),(0,E.useLayoutEffect)(()=>()=>_(null),[]);let n=(0,E.useMemo)(()=>e===null?Ms:{projectId:e,apiBase:`${m}/p/${encodeURIComponent(e)}`},[e]);return(0,D.jsx)(Ns.Provider,{value:n,children:t})}var Is={draft:{label:`Draft`,hint:`the author has not marked it ready for review`,tone:`neutral`},"review-required":{label:`Waiting for review`,hint:`checks are fine, no one has reviewed it yet`,tone:`info`},"changes-requested":{label:`Changes requested`,hint:`a reviewer asked for edits before this can merge`,tone:`danger`},"checks-pending":{label:`Checks running`,hint:`CI has not finished on the latest commit`,tone:`pending`},"checks-failing":{label:`Checks failing`,hint:`CI is red on the latest commit`,tone:`danger`},ready:{label:`Ready to merge`,hint:`open, checks pass, nothing is waiting on a reviewer`,tone:`success`},merged:{label:`Merged`,hint:`this landed on its base branch`,tone:`merged`},closed:{label:`Closed`,hint:`closed without merging — the work did not land`,tone:`danger`},open:{label:`Open`,hint:`still open on the tracker`,tone:`success`},completed:{label:`Closed as completed`,hint:`the issue was resolved`,tone:`accent`},"not-planned":{label:`Closed as not planned`,hint:`the issue was declined — nothing shipped for it`,tone:`neutral`}},Ls={label:`Merge conflicts`,hint:`this branch no longer merges cleanly into its base — rebase or merge the base in`,tone:`conflict`};function Rs(e){return typeof e==`string`&&Object.hasOwn(Is,e)}function zs(e){return e!==void 0&&Rs(e)?Is[e]:void 0}var Bs={permission:0,error:1,waiting:2,running:3,unseen:4,none:5};function Vs(e){return!1}function Hs(e){return!1}function Us(e){if(!(!e||e.role===`invalid`||!e.wait))return e.wait.requestIds?.length?e.role===`worker`?`waiting on parent reply`:`waiting on worker replies`:e.role===`root`?`waiting on workers`:void 0}function Ws(e,t=!1){if(Vs(e))return{bucket:`permission`,tone:`accent`,pulse:!0,label:`needs permission`};if(e.status===`failed`&&e.autoResumeAt)return{bucket:`none`,tone:`pending`,pulse:!1,label:`scheduled`};if(e.status===`failed`)return{bucket:`error`,tone:`danger`,pulse:!1,label:`failed`};let n=Us(e.delegation);return!t&&!e.hasPendingHumanAsk&&e.status===`waiting`&&e.delegation?.role!==`invalid`&&e.delegation?.wait?.phase===`parked`&&n?{bucket:`none`,tone:`accent`,pulse:!1,label:n}:e.status===`waiting`?{bucket:`waiting`,tone:`pending`,pulse:!0,label:`needs you`}:e.status===`review`?{bucket:`waiting`,tone:`accent`,pulse:!0,label:`needs review`}:e.status===`running`&&e.activity===`monitoring`?{bucket:`running`,tone:`running`,pulse:!0,label:`monitoring`}:e.status===`running`?{bucket:`running`,tone:`running`,pulse:!0,label:`running`}:Hs(e)?{bucket:`unseen`,tone:`accent`,pulse:!1,label:`unseen`}:e.status===`queued`?{bucket:`none`,tone:`neutral`,pulse:!1,label:`queued`}:e.status===`done`?{bucket:`none`,tone:`success`,pulse:!1,label:`done`}:{bucket:`none`,tone:`neutral`,pulse:!1,label:`cancelled`}}function Gs(e){return Bs[Ws(e).bucket]<=Bs.waiting}var Ks=[`Pinned`,`Needs you`,`Working`,`Recent`,`Archived`],qs={waiting:0,review:1,running:2,queued:4,done:5,failed:6,cancelled:7},Js=3,Ys=e=>e.status===`failed`&&e.autoResumeAt!==void 0?Js:qs[e.status]??9;function Xs(e,t){return t===`archived`?`Archived`:e.pinned?`Pinned`:Ws(e).bucket===`waiting`?`Needs you`:e.status===`waiting`||e.status===`running`||e.status===`queued`||e.status===`failed`&&e.autoResumeAt?`Working`:`Recent`}function Zs(e){let t=e.titleSummary;return t===void 0||!(e.titleOrigin===`user`||e.titleOrigin===`marker`)&&/[.!?][A-Z]/.test(t)?e.title:t}function Qs(e){let t=/^(\d{1,9}): (.+)$/.exec(e),n=t?.[1],r=t?.[2];return n===void 0||r===void 0?{ref:null,rest:e}:{ref:Number(n),rest:r}}function $s(e,t){return t!==void 0&&Qs(e).ref===t}function ec(e){return e.title.replace(/ \([A-C]\)$/,``)}function tc(e){let t=e.filter(e=>!e.archived&&e.status===`queued`).sort((e,t)=>e.createdAt.localeCompare(t.createdAt));return new Map(t.map((e,t)=>[e.id,t+1]))}function nc(e,t){return e.filter(e=>t===`archived`?e.archived:!e.archived).sort((e,n)=>{if(t!==`archived`){let t=Number(!!n.pinned)-Number(!!e.pinned);if(t!==0)return t}let r=Ys(e)-Ys(n);if(r!==0)return r;if(Ys(e)===Js&&e.autoResumeAt&&n.autoResumeAt){let t=e.autoResumeAt.localeCompare(n.autoResumeAt);if(t!==0)return t}return e.status===`queued`&&n.status===`queued`?e.createdAt.localeCompare(n.createdAt):n.createdAt.localeCompare(e.createdAt)})}function rc(e,t){let n=tc(e),r=nc(e,t),i=new Map,a=(e,t)=>{let n=i.get(e);n?n.push(t):i.set(e,[t])},o=new Set;for(let e of r){if(e.groupId){if(o.has(e.groupId))continue;o.add(e.groupId);let n=r.filter(t=>t.groupId===e.groupId).sort((e,t)=>(e.variant??``).localeCompare(t.variant??``));if(n.length>1){a(Xs(e,t),{kind:`group`,groupId:e.groupId,title:ec(e),members:n});continue}}a(Xs(e,t),{kind:`run`,run:e,queuePosition:n.get(e.id)??null})}return Ks.filter(e=>i.has(e)).map(e=>({label:e,rows:i.get(e)}))}function ic(e,t){let n=[],r=t;for(let t of e){if(t.label===`Pinned`){n.push({label:t.label,rows:[...t.rows]});continue}if(r<=0)continue;let e=t.rows.slice(0,r);r-=e.length,n.push({label:t.label,rows:e})}return n}function ac(e){let t=0,n=0,r=0;for(let i of e){if(i.archived){n+=1;continue}t+=1,Ws(i).bucket===`waiting`&&(r+=1)}return{active:t,archived:n,waiting:r}}var oc=new Set([`running`,`waiting`]),sc=new Set([`done`,`failed`,`review`,`cancelled`]),cc=new Set([`done`,`failed`,`cancelled`]);function lc(e){return e?e>=1024**3?`${(e/1024**3).toFixed(1)} GB`:e>=1024**2?`${Math.round(e/1024**2)} MB`:`${Math.round(e/1024)} kB`:``}function uc(e){return e?`$${e>=10?e.toFixed(0):e.toFixed(2)}`:``}function dc(e,t=new Date){if(e.status!==`failed`||!e.autoResumeAt)return;let n=new Date(e.autoResumeAt);if(!Number.isFinite(n.getTime()))return;let r=n.toDateString()===t.toDateString(),i=new Intl.DateTimeFormat(void 0,{hour:`numeric`,minute:`2-digit`}).format(n);return{label:r?i:`${new Intl.DateTimeFormat(void 0,{month:`short`,day:`numeric`}).format(n)} ${i}`,title:`Resumes automatically at ${new Intl.DateTimeFormat(void 0,{dateStyle:`medium`,timeStyle:`long`}).format(n)}`}}function fc(e){if(e.workflow===`(planned)`||e.workflow===`(inbox)`){let t=e.steps.find(e=>e.kind===`agent`);if(t?.name)return t.name}return e.workflow}function pc(e,t){let n=t.trim().toLowerCase();return n?e.filter(e=>[Zs(e),e.branch??``,e.workflow,fc(e)].some(e=>e.toLowerCase().includes(n))):[...e]}function mc(e){return e.filter(e=>!e.archived&&cc.has(e.status)).length}function hc(e){if(!e)return;let t=e.trim().replace(/\/+$/,``),n=/^(?:https?|ssh|git|git\+ssh):\/\/(?:[^@/]+@)?([^/:]+)(?::\d+)?\/(.+)$/.exec(t),r=n?null:/^(?:[^@/:]+@)?([^:/]+):(.+)$/.exec(t),i=n??r;if(!i)return;let[,a,o]=i;if(!o||a?.toLowerCase()!==`github.com`)return;let s=o.replace(/\.git$/i,``).split(`/`).filter(Boolean),c=s[s.length-2],l=s[s.length-1];return c&&l?`https://github.com/${c}/${l}`:void 0}function gc(e){return _c(e)[0]}function _c(e){let t=[];return e.pullRequestUrl&&t.push(e.pullRequestUrl),!(e.markerRefs?.issue!==void 0&&e.markerRefs?.pr===void 0)&&e.referencedPullRequestUrl&&t.push(e.referencedPullRequestUrl),t}function vc(e,t){if(e.referencedIssueUrl)return e.referencedIssueUrl;let n=e.markerRefs?.issue??e.issueNumber;if(!(!n||!t))return`${t}/issues/${n}`}function yc(e,t){let n=_c(e),r=e.markerRefs?.pr,i=[...r===void 0||n.some(e=>Sc(e)===String(r))?[]:[{kind:`PR`,number:r}],...n.map(e=>({kind:`PR`,url:e})),{kind:`PR`,number:e.prNumber},{kind:`Issue`,url:vc(e,t)},{kind:`Issue`,number:e.issueNumber}],a=new Set,o=[];for(let e of i){let n=e.url?Number(Sc(e.url)):e.number;if(!n||!Number.isInteger(n))continue;let r=`${e.kind}#${n}`;if(a.has(r))continue;a.add(r);let i=e.url??bc(e.kind,n,t);o.push({kind:e.kind,number:n,...i?{url:i}:{}})}return o}function bc(e,t,n){if(n)return`${n}/${e===`PR`?`pull`:`issues`}/${t}`}function xc(e){return yc(e)[0]}function Sc(e){let t=e.split(`/`).pop()??``;return/^\d+$/.test(t)?t:null}function Cc(e,t){let n=oc.has(e.status)?t:void 0;if(n)return{cpu:{text:`${n.cpuPct.toFixed(0)}%`,kind:`live`},mem:{text:lc(n.rssBytes),kind:`live`}};let r=lc(e.peakRssBytes);return{cpu:{text:``,kind:`none`},mem:r?{text:`peak ${r}`,kind:`peak`,title:`peak — run finished${e.peakProcCount?` · ${e.peakProcCount} procs`:``}`}:{text:``,kind:`none`}}}function wc(e,t){let n=e.filter(e=>t===`archived`?e.archived:!e.archived),r=new Map;for(let e of n){if(!e.groupId)continue;let t=r.get(e.groupId);t?t.push(e):r.set(e.groupId,[e])}return[...r.entries()].flatMap(([e,t])=>{let n=t[0];return!n||t.length<2||!t.every(e=>sc.has(e.status))?[]:[{groupId:e,title:ec(n),count:t.length}]})}function Tc(e){let t=new Map;for(let n of e)for(let e of n.tags??[]){let n=e.toLowerCase();t.has(n)||t.set(n,e)}return[...t.values()].sort((e,t)=>e.localeCompare(t,void 0,{sensitivity:`base`}))}function Ec(e,t,n,r=8){let i=n.trim().toLowerCase(),a=new Set(t.map(e=>e.toLowerCase())),o=e.filter(e=>{let t=e.toLowerCase();return a.has(t)?!1:i===``||t.includes(i)&&t!==i});return i===``?o.slice(0,r):o.sort((e,t)=>Number(t.toLowerCase().startsWith(i))-Number(e.toLowerCase().startsWith(i))||e.localeCompare(t,void 0,{sensitivity:`base`})).slice(0,r)}function Dc(e){let t=new Map;for(let n of e){let e=n.trim();if(!e)continue;let r=e.toLowerCase();t.has(r)||t.set(r,e)}return[...t.values()].sort((e,t)=>e.localeCompare(t,void 0,{sensitivity:`base`}))}var Oc=`/api/v1/ws`,kc=3e3,Ac=1e3,jc=7e4,Mc=0,Nc=1;function Pc(e){let t=new Map,n=null,r,i,a,o=()=>{clearTimeout(a),a=setTimeout(()=>{a=void 0,n?.close()},jc)},s=()=>e??`${location.protocol===`https:`?`wss:`:`ws:`}//${location.host}${Oc}`,c=e=>{n?.readyState===Nc&&n.send(JSON.stringify(e))},l=()=>{let e=globalThis.WebSocket;if(typeof e!=`function`||n&&(n.readyState===Mc||n.readyState===Nc))return;let i=new e(s());n=i,i.addEventListener(`open`,()=>{if(i===n){o();for(let e of t.keys())c({type:`subscribe`,topic:e})}}),i.addEventListener(`message`,e=>{if(i!==n)return;o();let r;try{r=JSON.parse(e.data)}catch{return}if(typeof r!=`object`||!r)return;let{type:a,topic:s,data:c}=r;if(a!==`event`||typeof s!=`string`)return;let l=t.get(s);if(l)for(let e of[...l])e(c)}),i.addEventListener(`close`,()=>{i===n&&(n=null,clearTimeout(a),a=void 0,t.size>0&&r===void 0&&(r=setTimeout(()=>{r=void 0,t.size>0&&l()},kc)))}),i.addEventListener(`error`,()=>void 0)};return{subscribe(e,o){let s=t.get(e);s||(s=new Set,t.set(e,s));let u=s.size===0;s.add(o),clearTimeout(i),i=void 0,n?u&&c({type:`subscribe`,topic:e}):(clearTimeout(r),r=void 0,l());let d=!0;return()=>{d&&(d=!1,s.delete(o),!(s.size>0)&&(t.delete(e),c({type:`unsubscribe`,topic:e}),t.size===0&&i===void 0&&(i=setTimeout(()=>{i=void 0,!(t.size>0)&&(clearTimeout(r),r=void 0,clearTimeout(a),a=void 0,n?.close(),n=null)},Ac))))}}}}var Fc=null;function Ic(e,t){return Fc??=Pc(),Fc.subscribe(e,t)}var U={get health(){return[h(),`health`]},runs:{get all(){return[h(),`runs`]},relationships:e=>[h(),`runs`,`relationships`,e],list:()=>[h(),`runs`,`list`],detail:e=>[h(),`runs`,`detail`,e],diff:e=>[h(),`runs`,`diff`,e],changes:e=>[h(),`runs`,`changes`,e],file:(e,t)=>[h(),`runs`,`files`,e,t],handoff:e=>[h(),`runs`,`handoff`,e],commits:e=>[h(),`runs`,`commits`,e],commit:(e,t)=>[h(),`runs`,`commit`,e,t]},groups:{detail:e=>[h(),`groups`,e]},get todos(){return[h(),`todos`]},get workflows(){return[h(),`workflows`]},get skills(){return[h(),`skills`]},get skillsReady(){return[h(),`skills`,`ready`]},get importableSkills(){return[h(),`skills`,`importable`]},get importableSkillsReady(){return[h(),`skills`,`importable`,`ready`]},get launchKey(){return[h(),`launch-key`]},get repo(){return[h(),`repo`]},get repoChanges(){return[h(),`repo`,`changes`]},repoCommit:e=>[h(),`repo`,`commit`,e],get uiState(){return[h(),`ui-state`]},get config(){return[h(),`config`]},get agentConfig(){return[h(),`agent-config`]},agentConfigFile:e=>[h(),`agent-config`,`file`,e],get worktrees(){return[h(),`worktrees`]},github:(e={})=>[h(),`github`,e.limit??null],githubChecks:e=>[h(),`github`,`checks`,[...e].sort((e,t)=>e-t).join(`,`)],githubSearch:(e,t)=>[h(),`github`,`search`,e,t],githubRefStatus:(e,t,n)=>[e,`github`,`ref-status`,[...t].sort((e,t)=>e-t).join(`,`),[...n].sort((e,t)=>e-t).join(`,`)],githubComments:(e,t)=>[h(),`github`,`comments`,e,t],githubMergeState:e=>[h(),`github`,`merge-state`,e],get openTargets(){return[h(),`open-targets`]}},W={models:e=>[`workspace`,`models`,e],providerStatus:[`workspace`,`providers`,`status`],projects:[`workspace`,`projects`],runsIndex:[`workspace`,`runs-index`],uiState:[`workspace`,`ui-state`],config:[`workspace`,`config`],agentProfiles:[`workspace`,`agent-profiles`],agentAccountDetails:e=>[`workspace`,`agent-profiles`,`details`,e],agentAccountStatus:e=>[`workspace`,`agent-profiles`,`status`,e],skillsUpdate:e=>[`workspace`,`skills-update`,e],fsBrowseRoot:[`workspace`,`fs-browse`],fsBrowse:(e,t=!1)=>[...W.fsBrowseRoot,e,t]};function Lc(e,t,n=`active`){return e.invalidateQueries({queryKey:t===void 0?[`workspace`,`models`]:W.models(t),refetchType:n})}function Rc(e,t=!0){return k({queryKey:W.models(e),queryFn:({signal:t})=>p(e)?Sa(e,{signal:t}):Promise.reject(Error(`${e} has no host model catalog`)),staleTime:300*1e3,enabled:t&&p(e)})}function zc(e=!0){return{claude:Rc(`claude`,e),codex:Rc(`codex`,e),opencode:Rc(`opencode`,e),pi:Rc(`pi`,e),cursor:Rc(`cursor`,e)}}function Bc(){let e=O();return k({queryKey:W.providerStatus,queryFn:async({signal:t})=>{let n=e.getQueryData(W.providerStatus),r=await Ca(!1,{signal:t});return Xi(n,e.getQueryData(W.providerStatus),r)},staleTime:5*6e4,refetchInterval:!1,refetchOnWindowFocus:!0})}function Vc(){let e=O();return A({mutationFn:()=>Ca(!0),onMutate:()=>e.getQueryData(W.providerStatus),onSuccess:(t,n,r)=>{e.setQueryData(W.providerStatus,e=>Xi(r,e,t)),Lc(e)}})}function Hc(){let e=O();return A({mutationFn:({provider:e,authFailureId:t})=>_o(e,t),onMutate:()=>e.getQueryData(W.providerStatus),onSuccess:(t,n,r)=>{e.setQueryData(W.providerStatus,e=>Xi(r,e,t,n.authFailureId)),p(n.provider)&&Lc(e,n.provider)}})}function Uc(e={}){return k({queryKey:W.projects,queryFn:({signal:e})=>Ta({signal:e}),...e})}function Wc(e,t=!1){return k({queryKey:W.fsBrowse(e,t),queryFn:({signal:n})=>Ea(e??void 0,{signal:n,showHidden:t}),retry:!1})}function Gc(){let e=O();return A({mutationFn:e=>vo(e),onSuccess:()=>e.invalidateQueries({queryKey:W.projects})})}function Kc(){let e=O();return A({mutationFn:e=>bo(e),retry:!1,onSuccess:()=>{e.invalidateQueries({queryKey:W.projects})}})}function qc(){let e=O();return A({mutationFn:e=>{let{id:t,...n}=e;return xo(t,n)},retry:!1,onMutate:async({id:t,...n})=>{await e.cancelQueries({queryKey:W.projects});let r=e.getQueryData(W.projects);return e.setQueryData(W.projects,e=>e===void 0?e:{...e,projects:e.projects.map(e=>e.id===t?Jc(e,n):e)}),{previous:r}},onError:(t,n,r)=>{r?.previous&&e.setQueryData(W.projects,r.previous)},onSuccess:({project:t})=>{e.setQueryData(W.projects,e=>e===void 0?e:{...e,projects:e.projects.map(e=>e.id===t.id?t:e)})},onSettled:()=>e.invalidateQueries({queryKey:W.projects})})}function Jc(e,t){let{maxParallel:n,tags:r,...i}=e,a={...i},o=`maxParallel`in t?t.maxParallel:e.maxParallel;o!=null&&(a.maxParallel=o);let s=`tags`in t&&t.tags!==void 0?t.tags:e.tags,c=s==null?[]:Dc(s);return c.length>0&&(a.tags=c),a}function Yc(e){let t=O();return A({mutationFn:e,retry:!1,onSuccess:async()=>{await Promise.all([t.invalidateQueries({queryKey:W.agentProfiles}),t.invalidateQueries({queryKey:W.projects})])}})}function Xc(){return Yc(e=>_s(e))}function Zc(){return Yc(e=>{let{id:t,...n}=e;return Ss(t,n)})}function Qc(){return Yc(e=>Cs(e))}function $c(){return Yc(e=>xs(e))}function el(e,t){return k({queryKey:W.agentAccountDetails(e),queryFn:({signal:t})=>ys(e,{signal:t}),enabled:t,staleTime:0,retry:!1})}function tl(e,t){return k({queryKey:W.agentAccountStatus(e),queryFn:({signal:t})=>vs(e,{signal:t}),enabled:t,staleTime:6e4,retry:!1})}function nl(){let e=O();return A({mutationFn:({provider:e,profileId:t})=>ho(e,t),retry:!1,onSuccess:async(t,{provider:n})=>{await Promise.all([e.invalidateQueries({queryKey:W.agentProfiles}),e.invalidateQueries({queryKey:W.providerStatus}),p(n)?Lc(e,n,`none`):Promise.resolve()])}})}function rl(){let e=O();return A({mutationFn:e=>vs(e,{refresh:!0}),retry:!1,onSuccess:(t,n)=>{e.setQueryData(W.agentAccountStatus(n),t),e.invalidateQueries({queryKey:W.agentProfiles}),p(t.status.provider)&&Lc(e,t.status.provider)}})}function il(){return A({mutationFn:e=>{let{routeId:t,...n}=e;return bs(t,n)},retry:!1})}function al(){let e=O();return A({mutationFn:e=>yo(e),retry:!1,onSuccess:()=>e.invalidateQueries({queryKey:W.projects})})}function ol(){let e=O();(0,E.useEffect)(()=>{let t,n=()=>{let n=e.getQueryData(U.health)?.capabilities?.localHandoff===!0;n&&t===void 0?t=Ic(`health`,t=>{e.setQueryData(U.health,t)}):!n&&t!==void 0&&(t(),t=void 0)};n();let r=e.getQueryCache().subscribe(n);return()=>{r(),t?.()}},[e])}function sl(){return k({queryKey:U.health,queryFn:({signal:e})=>xa({signal:e})})}function cl(){let e=sl().data,t=Uc().data?.projects,{projectId:n}=Ps(),r=n??e?.bootProject,i=r===void 0?void 0:t?.find(e=>e.id===r);return i?.repoUrl?i.repoUrl:n===null||n===e?.bootProject?hc(e?.repo?.remote):void 0}function ll(){return k({queryKey:U.openTargets,queryFn:({signal:e})=>Wo({signal:e}),staleTime:5*6e4})}function ul(){return k({queryKey:U.runs.list(),queryFn:({signal:e})=>Da({signal:e})})}function dl(e=!0,t){return k({queryKey:W.runsIndex,queryFn:({signal:e})=>ka({signal:e}),enabled:e,staleTime:3e4,...t===void 0?{}:{refetchInterval:t}})}function fl(e,t=!0,n=!1){return k({queryKey:[n?`default`:e,`runs`,`list`],queryFn:({signal:t})=>Oa(e,{signal:t}),enabled:t})}function pl(e,t={}){return k({queryKey:U.runs.relationships(e),queryFn:({signal:t})=>Aa(e,{signal:t}),enabled:t.enabled??!0})}function ml(e){return k({queryKey:U.runs.detail(e??``),queryFn:({signal:t})=>ja(e,{signal:t}),enabled:!!e})}function hl(e,t,n=!0){return k({queryKey:[e??`default`,`runs`,`detail`,t??``],queryFn:({signal:n})=>Ma(e,t,{signal:n}),enabled:n&&!!e&&!!t})}function gl(e){return k({queryKey:U.runs.diff(e??``),queryFn:({signal:t})=>co(e,{signal:t}),enabled:!!e})}function _l(e,t=!1){return k({queryKey:U.runs.changes(e??``),queryFn:({signal:t})=>uo(e,{signal:t}),enabled:!!e,retry:!1,refetchInterval:t?4e3:!1,refetchOnWindowFocus:!0,staleTime:0})}function vl(e,t){return k({queryKey:U.runs.file(e??``,t??``),queryFn:({signal:n})=>fo(e,t,{signal:n}),enabled:!!e&&t!==void 0,retry:!1})}function yl(e){return k({queryKey:U.groups.detail(e??``),queryFn:({signal:t})=>mo(e,{signal:t}),enabled:!!e})}function bl(e,t=!1){return k({queryKey:U.runs.commits(e??``),queryFn:({signal:t})=>Qa(e,{signal:t}),enabled:!!e,retry:!1,refetchInterval:t?5e3:!1})}function xl(e,t){return k({queryKey:U.runs.commit(e??``,t??``),queryFn:({signal:n})=>$a(e,t,{signal:n}),enabled:!!e&&!!t,retry:!1})}function Sl(e,t=!0){return k({queryKey:U.runs.handoff(e??``),queryFn:({signal:t})=>lo(e,{signal:t}),enabled:!!e&&t})}function Cl(e=!0){return k({queryKey:U.todos,queryFn:({signal:e})=>Ha({signal:e}),enabled:e})}function wl(){return k({queryKey:U.workflows,queryFn:({signal:e})=>Ia({signal:e})})}function Tl(e=!0){let t=O(),n=U.skills,r=n[0],i=k({queryKey:n,queryFn:({signal:e})=>La({signal:e}),enabled:e}),a=k({queryKey:U.skillsReady,queryFn:({signal:e})=>Ra({signal:e}),enabled:e&&i.isSuccess,staleTime:1/0,retry:!1});return(0,E.useEffect)(()=>{Array.isArray(a.data)&&t.setQueryData([r,`skills`],a.data)},[t,a.data,r]),i}function El(e=!0){let t=O(),n=U.importableSkills,r=n[0],i=k({queryKey:n,queryFn:({signal:e})=>Ba({signal:e}),enabled:e}),a=k({queryKey:U.importableSkillsReady,queryFn:({signal:e})=>Va({signal:e}),enabled:e&&i.isSuccess,staleTime:1/0,retry:!1});return(0,E.useEffect)(()=>{Array.isArray(a.data)&&t.setQueryData([r,`skills`,`importable`],a.data)},[t,a.data,r]),i}function Dl(){return k({queryKey:U.launchKey,queryFn:({signal:e})=>wa({signal:e}),staleTime:1/0})}function Ol(){return k({queryKey:U.repo,queryFn:({signal:e})=>Ua({signal:e})})}function kl(){return k({queryKey:U.repoChanges,queryFn:({signal:e})=>Xa({signal:e}),retry:!1})}function Al(e){return k({queryKey:U.repoCommit(e??``),queryFn:({signal:t})=>Za(e,{signal:t}),enabled:!!e,retry:!1})}function jl(){return k({queryKey:U.config,queryFn:({signal:e})=>Ka({signal:e})})}function Ml(){return k({queryKey:U.worktrees,queryFn:({signal:e})=>ks({signal:e})})}function Nl(){return k({queryKey:U.uiState,queryFn:({signal:e})=>Fa({signal:e})})}function Pl(){return k({queryKey:U.agentConfig,queryFn:({signal:e})=>qa({signal:e})})}function Fl(e){return k({queryKey:U.agentConfigFile(e??``),queryFn:({signal:t})=>Ja(e,{signal:t}),enabled:e!==null})}function Il(e){let t=O(),n=U.agentConfig,r=U.agentConfigFile(e);return A({mutationFn:t=>Ya(e,t),onSuccess:e=>{t.setQueryData(r,e),t.invalidateQueries({queryKey:n})}})}function Ll(){return k({queryKey:W.uiState,queryFn:({signal:e})=>ps({signal:e})})}function Rl(){return k({queryKey:W.config,queryFn:({signal:e})=>hs({signal:e})})}function zl(){return k({queryKey:W.agentProfiles,queryFn:({signal:e})=>gs({signal:e})})}function Bl(e,t=!0){return k({queryKey:W.skillsUpdate(e),queryFn:({signal:t})=>ws(e,{signal:t}),enabled:t,refetchInterval:e=>{let t=e.state.data?.status;return t===void 0||t===`idle`||t===`checking`||t===`updating`?6e4:!1}})}function Vl(e){let t=O();return A({mutationFn:t=>Ro(e,t),onSuccess:()=>t.invalidateQueries({queryKey:U.runs.all})})}function Hl(e){e.invalidateQueries({queryKey:W.runsIndex})}function Ul(){let e=O();return A({mutationFn:e=>jo(e),onMutate:async t=>{await e.cancelQueries({queryKey:U.runs.list()}),await e.cancelQueries({queryKey:U.runs.detail(t)});let n=e.getQueryData(U.runs.list()),r=e.getQueryData(U.runs.detail(t)),i=new Date().toISOString();return e.setQueryData(U.runs.list(),e=>e?.map(e=>e.id===t?{...e,seenAt:i}:e)),e.setQueryData(U.runs.detail(t),e=>e&&{...e,seenAt:i}),{prevList:n,prevDetail:r,id:t}},onError:(t,n,r)=>{r?.prevList&&e.setQueryData(U.runs.list(),r.prevList),r?.prevDetail&&e.setQueryData(U.runs.detail(n),r.prevDetail)},onSuccess:t=>{let n=e=>e.id===t.id?{...e,seenAt:t.seenAt}:e;e.setQueryData(U.runs.list(),e=>e?.map(n)),e.setQueryData(U.runs.detail(t.id),e=>e?n(e):t),Hl(e)}})}function Wl(){let e=O();return A({mutationFn:e=>Mo(e),onMutate:async t=>{await e.cancelQueries({queryKey:U.runs.list()}),await e.cancelQueries({queryKey:U.runs.detail(t)});let n=e.getQueryData(U.runs.list()),r=e.getQueryData(U.runs.detail(t));return e.setQueryData(U.runs.list(),e=>e?.map(e=>e.id===t?Gl(e):e)),e.setQueryData(U.runs.detail(t),e=>e&&Gl(e)),{prevList:n,prevDetail:r,id:t}},onError:(t,n,r)=>{r?.prevList&&e.setQueryData(U.runs.list(),r.prevList),r?.prevDetail&&e.setQueryData(U.runs.detail(n),r.prevDetail)},onSuccess:t=>{let n=e=>e.id===t.id?Gl(e):e;e.setQueryData(U.runs.list(),e=>e?.map(n)),e.setQueryData(U.runs.detail(t.id),e=>e?n(e):t),Hl(e)}})}function Gl(e){let{seenAt:t,...n}=e;return n}function Kl(e,t){let n=O();return A({mutationFn:({id:t,pinned:n})=>e===void 0?To(t,n):Eo(e,t,n),onError:e=>la(`Could not update pin. ${e.message} Please retry.`,{tone:`danger`}),onMutate:()=>({scope:t??h()}),onSuccess:(e,t,r)=>n.invalidateQueries({queryKey:[r.scope,`runs`]})})}function ql(e,t){let n=O();return A({mutationFn:n=>t===void 0?Xo(e,n):Zo(t,e,n),onSuccess:()=>n.invalidateQueries({queryKey:U.runs.all}),onError:e=>{e instanceof R&&e.status===409&&n.invalidateQueries({queryKey:U.runs.all})}})}function Jl(e,t){let n=O();return A({mutationFn:(n={})=>t===void 0?Fo(e,n):Io(t,e,n),onSuccess:()=>n.invalidateQueries({queryKey:U.runs.all})})}function Yl(e){let t=O();return A({mutationFn:({msgId:t,message:n})=>Qo(e,t,n),onSuccess:()=>t.invalidateQueries({queryKey:U.runs.all})})}function Xl(e){let t=O();return A({mutationFn:t=>$o(e,t),onSuccess:()=>t.invalidateQueries({queryKey:U.runs.all})})}function Zl(e={},t=!0){return k({queryKey:U.github(e),queryFn:({signal:t})=>eo({limit:e.limit},{signal:t}),enabled:t,staleTime:6e4,refetchInterval:6e4,refetchIntervalInBackground:!1,refetchOnWindowFocus:!0})}function Ql(e,t=!0){return k({queryKey:U.githubChecks(e),queryFn:({signal:t})=>to(e,{signal:t}),enabled:t&&e.length>0,staleTime:6e4})}function $l(e,t,n=!0){return k({queryKey:U.githubSearch(e,t),queryFn:({signal:n})=>no(e,t,{},{signal:n}),enabled:n&&t.trim()!==``,staleTime:6e4})}var eu=100;function tu(e){return[...e].sort((e,t)=>t-e).slice(0,eu).sort((e,t)=>e-t)}var G=new Map(su()),nu=1e3;function ru(e,t){if(G.get(e)!==t){for(G.delete(e),G.set(e,t);G.size>nu;){let e=G.keys().next().value;if(e===void 0)break;G.delete(e)}uu()}}var K=new Set(cu());function iu(e,t){if(K.has(e)!==t){if(t)for(K.add(e);K.size>nu;){let e=K.values().next().value;if(e===void 0)break;K.delete(e)}else K.delete(e);uu()}}var au=`cez.reference-statuses.v1`,ou=`cez.reference-conflicts.v1`;function su(){try{let e=globalThis.sessionStorage?.getItem(au);if(!e)return[];let t=JSON.parse(e);return Array.isArray(t)?t.filter(e=>Array.isArray(e)&&e.length===2&&typeof e[0]==`string`&&Rs(e[1])):[]}catch{return[]}}function cu(){try{let e=globalThis.sessionStorage?.getItem(ou);if(!e)return[];let t=JSON.parse(e);return Array.isArray(t)?t.filter(e=>typeof e==`string`):[]}catch{return[]}}var lu;function uu(){lu===void 0&&(lu=setTimeout(()=>{lu=void 0;try{globalThis.sessionStorage?.setItem(au,JSON.stringify([...G])),globalThis.sessionStorage?.setItem(ou,JSON.stringify([...K]))}catch{}},250))}function du(){let e=Ps(),t=sl();return e.projectId??t.data?.bootProject}function fu(e){for(let[t,n]of Object.entries(e)){for(let[e,r]of Object.entries(n.prs))ru(hu({projectId:t,kind:`PR`,number:Number(e)}),r);for(let[e,r]of Object.entries(n.issues))ru(hu({projectId:t,kind:`Issue`,number:Number(e)}),r)}}var pu=5*6e4;function mu(e){return e?e.recheckAfterMs:pu}var hu=e=>`${e.projectId}\u0000${e.kind}#${e.number}`;function gu(e,t=!0){let n=(0,E.useMemo)(()=>{let t=new Map;for(let n of e){let e=t.get(n.projectId)??{prs:new Set,issues:new Set};e[n.kind===`PR`?`prs`:`issues`].add(n.number),t.set(n.projectId,e)}return[...t.entries()].map(([e,t])=>({projectId:e,prs:tu(t.prs),issues:tu(t.issues)}))},[e.map(hu).sort().join(`|`)]),r=Mt({queries:n.map(e=>({queryKey:U.githubRefStatus(e.projectId,e.prs,e.issues),queryFn:({signal:t})=>ro(e.projectId,{prs:e.prs,issues:e.issues},{signal:t}),enabled:t&&e.prs.length+e.issues.length>0,staleTime:e=>mu(e.state.data)??1/0,refetchInterval:e=>mu(e.state.data)??!1,refetchOnWindowFocus:!0}))}),i=(0,E.useMemo)(()=>{let e=new Map;return r.forEach((t,r)=>{let i=n[r];if(!i)return;let a=[...i.prs.map(e=>({projectId:i.projectId,kind:`PR`,number:e})),...i.issues.map(e=>({projectId:i.projectId,kind:`Issue`,number:e}))],o=t.data;for(let n of a){let r=hu(n),i=G.get(r),a=K.has(r)?!0:void 0;if(o?.available){let t=o.prs[n.number]??o.issues[n.number];if(t){let i=o.conflicts?o.conflicts.includes(n.number):void 0;ru(r,t),i!==void 0&&iu(r,i),e.set(r,{state:`ready`,status:t,...i??a?{conflicting:!0}:{}})}else e.set(r,{state:`unknown`,...i?{status:i}:{}})}else o?e.set(r,{state:`unavailable`,reason:o.reason,...i?{status:i}:{},...a?{conflicting:!0}:{}}):t.isError?e.set(r,{state:`unavailable`,reason:t.error instanceof Error?t.error.message:void 0,...i?{status:i}:{},...a?{conflicting:!0}:{}}):e.set(r,{state:`loading`,...i?{status:i}:{},...a?{conflicting:!0}:{}})}}),e},[n,r.map(e=>`${e.dataUpdatedAt}:${e.status}`).join(`,`)]);return(0,E.useCallback)(e=>{let t=hu(e),n=i.get(t);if(n)return n;let r=G.get(t);return{state:`idle`,...r?{status:r}:{},...K.has(t)?{conflicting:!0}:{}}},[i])}function _u(e,t,n=!0){return k({queryKey:U.githubComments(e,t),queryFn:({signal:n})=>io(e,t,{},{signal:n}),enabled:n,staleTime:6e4})}function vu(e){return k({queryKey:[`github`,`pr-changes`,e??0],queryFn:({signal:t})=>so(e,{},{signal:t}),enabled:e!==void 0,staleTime:6e4,retry:!1})}var yu={menu:{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M2.2251 2.35156q-0.18115 0.02734-0.32129 0.18115-0.14014 0.15381-0.15381 0.35206 0 0.14014 0.06152 0.28027 0.06494 0.14014 0.19141 0.22217l0.02734 0.02734q0.05469 0.04443 0.2085 0.05811 0.22559 0.01367 1.03564 0.02734l7.45118 0q0.81006-0.01367 1.03564-0.02734 0.15381-0.01367 0.2085-0.05811l0.02734-0.02734q0.21191-0.14014 0.24609-0.36914 0.03418-0.23242-0.09912-0.43409-0.1333-0.20508-0.38281-0.23242-0.11279-0.02734-4.7749-0.02734-4.66211 0-4.76123 0.02734z m-0.09571 4.10156q-0.09912 0.04443-0.1914 0.12989-0.08887 0.08203-0.12647 0.16064-0.03418 0.0752-0.04101 0.11621-0.00684 0.04102-0.00684 0.14014 0 0.15381 0.04102 0.25293 0.11279 0.2085 0.3247 0.29394l0.09571 0.02735 9.5498 0 0.09571-0.02735q0.21192-0.08545 0.3247-0.29394 0.04102-0.09912 0.04102-0.25293 0-0.09912-0.00684-0.14014-0.00684-0.04102-0.03418-0.11279-0.04443-0.08203-0.13672-0.16406-0.08887-0.08545-0.17431-0.11963-0.08203-0.0376-0.69727-0.0376l-4.18701 0-4.18701 0q-0.62891 0.01367-0.6836 0.02734z m0.06836 4.06055q-0.08545 0.02734-0.18457 0.09229-0.0957 0.06152-0.15039 0.1333-0.12646 0.16748-0.11279 0.38623 0.01367 0.21533 0.18115 0.36914 0.12646 0.12646 0.29395 0.15381 0.11279 0.02734 4.7749 0.02734 4.66211 0 4.7749-0.02734 0.16748-0.02734 0.29395-0.15381 0.22217-0.22559 0.16748-0.51953-0.05469-0.29395-0.35205-0.43408l-0.08203-0.02735-4.76123-0.01367q-4.77148 0-4.84327 0.01367z`}]},folder:{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M1.97559 1.20313q-0.47852 0.09912-0.83741 0.44433-0.35547 0.3418-0.4956 0.80322-0.04102 0.14014-0.04102 0.34864-0.01367 0.2666-0.02734 1.13476l0.01367 6.23096q0.01367 0.61523 0.02734 0.69726 0.14014 0.54688 0.51612 0.90577 0.37939 0.35547 0.9126 0.45459 0.16748 0.02734 4.95605 0.02734 4.78857 0 4.95605-0.02734 0.5332-0.09912 0.91602-0.45459 0.38623-0.35889 0.5127-0.90577 0.01367-0.08203 0.02734-0.5708l0-2.59082q0.01367-3.03857 0-3.20605-0.07178-0.50586-0.34863-0.88184-0.36572-0.4751-0.96729-0.64599l-0.14014-0.04102-5.0415-0.01367-0.0957-0.04102q-0.11279-0.05811-0.1709-0.11279-0.05469-0.05469-0.33496-0.4751-0.22217-0.32471-0.34863-0.47851-0.12646-0.15381-0.25293-0.24951-0.11279-0.08545-0.26661-0.17432-0.15381-0.09229-0.26318-0.11963-0.21191-0.07178-0.43066-0.07861-0.21533-0.00684-1.27832-0.00684l-1.16211 0q-0.23926 0.01367-0.33496 0.02735z m2.88134 1.17578q0.11279 0.05811 0.17432 0.12988 0.06494 0.06836 0.33838 0.4751 0.27344 0.40332 0.44092 0.5708 0.33496 0.33838 0.79638 0.47851l0.14014 0.04102 2.52246 0q2.51904 0.01367 2.57373 0.03418 0.05811 0.02051 0.14014 0.07861 0.08545 0.05469 0.12646 0.09912 0.04102 0.04102 0.08545 0.13672l0.04102 0.09912 0 6.13184-0.04102 0.09912q-0.11279 0.2085-0.32471 0.29394l-0.0957 0.02735-9.5498 0-0.09571-0.02735q-0.21191-0.08545-0.3247-0.29394l-0.04102-0.09912 0-7.88184 0.04102-0.09912q0.05811-0.12646 0.16748-0.21533 0.11279-0.09229 0.25293-0.10596 0.09912-0.01367 1.30224-0.01367l1.22022 0 0.10937 0.04102z`}]},"chevron-down":{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M3.34619 4.68945q-0.25293 0.08545-0.37939 0.30762-0.04102 0.08545-0.04102 0.25293 0 0.16748 0.04785 0.25977 0.05127 0.08887 1.8628 1.9038 1.81494 1.81152 1.9038 1.8628 0.09229 0.04785 0.25977 0.04785 0.16748 0 0.25635-0.04785 0.09229-0.05127 1.90381-1.8628 1.81494-1.81494 1.86279-1.9038 0.05127-0.09229 0.05127-0.25977 0-0.16748-0.04102-0.25293-0.09912-0.16748-0.28027-0.2666-0.05811-0.02734-0.09912-0.04102-0.04102-0.01367-0.15381-0.01367-0.11279 0-0.15381 0.01367-0.04101 0.01367-0.11279 0.04102-0.09912 0.05811-1.66455 1.62695l-1.56885 1.56543-2.82666-2.81299q-0.31104-0.29395-0.42041-0.37939-0.08545-0.05469-0.19824-0.05469l-0.02735 0q-0.14014 0-0.18115 0.01367z`}]},terminal:{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M2.2251 2.35156q-0.19482 0.02734-0.32129 0.17432-0.12646 0.14697-0.14697 0.35205-0.02051 0.20166 0.09228 0.36914 0.05469 0.07178 1.60986 1.60986l1.55176 1.55518-1.5791 1.58252q-1.06641 1.06299-1.32617 1.33642-0.25635 0.27344-0.30078 0.3418-0.10938 0.23926-0.01367 0.46485 0.09912 0.22217 0.32128 0.32128 0.22559 0.0957 0.46485-0.01367 0.06836-0.04443 0.37598-0.33838 0.30762-0.29395 1.5415-1.52441 1.81836-1.82178 1.86279-1.89014 0.05469-0.11279 0.05469-0.25976 0-0.14697-0.05469-0.27344-0.03076-0.05469-1.86279-1.89014-1.22021-1.23047-1.5415-1.53808-0.32129-0.30762-0.37598-0.33838-0.16748-0.06836-0.35205-0.04102z m4.63476 8.16211q-0.12646 0.02734-0.23925 0.1333-0.10938 0.10596-0.16749 0.23243-0.06836 0.2085 0.01368 0.42724 0.08545 0.21533 0.29394 0.31445l0.1128 0.04102 4.14599 0.01367q0.52978-0.01367 0.71094-0.02734 0.12647 0 0.20166-0.04102 0.07861-0.04443 0.14697-0.11963 0.07178-0.07861 0.11621-0.16064 0.0957-0.22559 0.01026-0.44775-0.08203-0.22559-0.32129-0.33838l-0.08203-0.02735-2.43702-0.01367q-2.41992 0-2.50537 0.01367z`}]},paperclip:{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M9.21143 0.58789q-0.33496 0.01367-0.69385 0.11963-0.35547 0.10596-0.64942 0.27344-0.2085 0.12646-0.35888 0.25293-0.14697 0.12305-0.38282 0.3623-0.78613 0.78271-2.87109 2.92578-2.08496 2.14307-2.17041 2.2251-0.38965 0.47852-0.62891 1.09375-0.23926 0.61523-0.28027 1.24414-0.05469 0.88184 0.25293 1.69531 0.30762 0.81006 0.93652 1.44239 0.95361 0.9502 2.33789 1.16211 0.21191 0.02734 0.54688 0.02734 0.33496 0 0.54687-0.02734 1.14844-0.18115 1.99952-0.86817 0.1709-0.12647 0.58789-0.54687 0.42041-0.42041 2.18408-2.2251l2.34131-2.40967q0.24951-0.24951 0.26318-0.30762l0-0.01367q0.0581-0.16748 0.02735-0.32812-0.02734-0.16064-0.15381-0.28711-0.16748-0.16748-0.41699-0.16748l-0.04444 0q-0.08203-0.01367-0.14014 0.01367-0.0957 0.05469-0.28711 0.23242-0.18799 0.17432-0.62206 0.62207l-1.72266 1.75q-2.46436 2.51904-2.61817 2.64551-0.58789 0.54688-1.45605 0.71435-0.16748 0.04102-0.50928 0.03418-0.3418-0.00684-0.52636-0.04785-0.65625-0.14014-1.16211-0.50586-0.2085-0.14014-0.44092-0.38965-0.229-0.25293-0.35547-0.47851-0.46143-0.78271-0.39307-1.7124 0.07178-0.93311 0.65967-1.63379 0.10938-0.14014 2.15332-2.2251l2.50879-2.54639q0.51611-0.5332 0.61523-0.60498 0.2666-0.19482 0.61524-0.29394 0.16748-0.04102 0.41357-0.04785 0.24609-0.00684 0.41358 0.04785 0.43408 0.09912 0.7622 0.39306 0.32813 0.29395 0.48194 0.68702 0.05811 0.18115 0.07861 0.2871 0.02051 0.10254 0.02051 0.32813 0 0.22559-0.02051 0.33154-0.02051 0.10254-0.07861 0.28369-0.08203 0.23926-0.23584 0.43409-0.05811 0.07178-2.59082 2.65918l-1.77735 1.8081q-0.44775 0.46143-0.64599 0.64258-0.19482 0.18115-0.28028 0.22559-0.05469 0.02734-0.14013 0.02734l-0.05469 0q-0.08545 0-0.1333-0.00684-0.04785-0.00684-0.11963-0.04785-0.18115-0.09912-0.28027-0.28027-0.04102-0.08545-0.04102-0.23926 0-0.09912 0.01367-0.14697 0.01367-0.04785 0.04102-0.10938 0.03076-0.06494 0.47168-0.51953 0.44092-0.45459 1.8833-1.92431l2.51904-2.57715q0.19482-0.21191 0.24951-0.30762 0.05811-0.09912 0.05811-0.25293 0-0.23926-0.16748-0.40674-0.09912-0.0957-0.18457-0.12988-0.08203-0.0376-0.22217-0.0376l-0.05469 0q-0.08545 0-0.14013 0.02734-0.08545 0.04443-0.27344 0.21875-0.18799 0.17432-0.62207 0.6084l-1.75 1.77735q-2.49512 2.5498-2.57715 2.6455-0.25293 0.28027-0.36572 0.71436-0.04102 0.14014-0.04102 0.40674 0 0.18115 0.00684 0.25976 0.00684 0.0752 0.03418 0.18799 0.11279 0.42041 0.38623 0.72803 0.27344 0.30762 0.68017 0.46143 0.28027 0.11279 0.61524 0.11279 0.33496 0 0.60156-0.0957 0.2666-0.09912 0.4751-0.25293 0.07178-0.05811 2.51904-2.54981 2.45068-2.4917 2.6626-2.73096 0.29395-0.32129 0.48193-0.72461 0.18799-0.40674 0.2461-0.85449 0.08203-0.646-0.13672-1.28857-0.21533-0.646-0.67676-1.1211-0.43408-0.43408-1.00146-0.66308-0.56738-0.23242-1.19629-0.20508z`}]},"notebook-pen":{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M3.33252 0.60156q-0.50586 0.04102-0.9126 0.36573-0.40332 0.32129-0.5708 0.81005-0.05811 0.15381-0.07861 0.32471-0.02051 0.16748-0.02051 0.46143l0 0.3623-0.37939 0q-0.26318 0-0.32813 0.00684-0.06152 0.00684-0.11963 0.03418-0.22217 0.11279-0.30078 0.33838-0.0752 0.22217 0.00684 0.43408 0.05811 0.0957 0.14013 0.18115 0.08545 0.08203 0.18457 0.12646 0.06836 0.01367 0.13672 0.02051 0.07178 0.00684 0.31104 0.00684l0.34863 0 0 1.17578-0.3623 0q-0.2666 0.01367-0.33155 0.02051-0.06152 0.00684-0.1333 0.03418-0.28027 0.12646-0.32812 0.42041-0.04785 0.29395 0.16064 0.51953 0.11279 0.11279 0.24609 0.14697 0.1333 0.03418 0.45459 0.03418l0.29395 0 0 1.14844-0.34863 0q-0.2666 0.01367-0.33155 0.02051-0.06152 0.00684-0.1333 0.04785-0.23584 0.09912-0.32129 0.33838-0.08203 0.23584 0.02735 0.46142 0.04443 0.06836 0.11963 0.14014 0.07861 0.06836 0.15381 0.10596 0.07861 0.03418 0.14013 0.04101 0.06494 0.00684 0.33155 0.02051l0.3623 0 0 1.17578-0.37939 0q-0.26318 0-0.32813 0.00684-0.06152 0.00684-0.11963 0.03418-0.22217 0.11279-0.30078 0.33838-0.0752 0.22217 0.00684 0.43408 0.05811 0.0957 0.14013 0.18115 0.08545 0.08203 0.18457 0.12646 0.06836 0.01367 0.13672 0.02051 0.07178 0.00684 0.31104 0.00684l0.34863 0 0 0.3623q0 0.29395 0.02051 0.46485 0.02051 0.16748 0.07861 0.32129 0.14014 0.44775 0.48877 0.75537 0.34863 0.30762 0.81348 0.40674 0.10938 0.01367 0.66992 0.02734l3.17871 0 3.17871 0q0.56055-0.01367 0.66992-0.02734 0.54688-0.12647 0.92285-0.52637 0.3794-0.3999 0.46485-0.94336 0.01367-0.14014 0.01367-2.43701l-0.01367-2.28321-0.04102-0.0957q-0.04443-0.09912-0.13672-0.17432-0.08887-0.07861-0.18799-0.11962-0.0957-0.04443-0.229-0.0376-0.1333 0.00684-0.21875 0.05127-0.19482 0.0957-0.29394 0.30761l-0.04102 0.09913-0.01367 4.59033-0.05469 0.09912q-0.09912 0.19482-0.29394 0.29394l-0.07178 0.02735-7.30762 0-0.09912-0.04102q-0.08203-0.04443-0.16748-0.1333-0.08203-0.09228-0.12647-0.19141-0.01367-0.06836-0.0205-0.13671-0.00684-0.07178-0.00684-0.31104l0-0.34863 0.36572 0q0.26318 0 0.33155-0.00684 0.07178-0.00684 0.1333-0.04101 0.06494-0.0376 0.14697-0.11963 0.08545-0.08545 0.12647-0.16065 0.04443-0.07861 0.04443-0.24609 0-0.16748-0.04102-0.25293-0.09912-0.16748-0.28027-0.2666-0.05811-0.04102-0.12305-0.04785-0.06152-0.00684-0.33838-0.00684l-0.36572 0 0-1.17578 0.36572 0q0.26318-0.01367 0.31787-0.02051 0.05811-0.00684 0.14356-0.03418 0.2666-0.12646 0.32129-0.42041 0.05469-0.29395-0.15381-0.50586-0.11279-0.10938-0.25293-0.15039-0.14014-0.04443-0.4751-0.04443l-0.2666 0 0-1.14844 0.34863 0q0.25293-0.01367 0.31446-0.02051 0.06494-0.00684 0.15039-0.03418 0.2085-0.11279 0.29053-0.32129 0.08545-0.21191 0.00683-0.42041-0.0752-0.21191-0.28369-0.3247-0.08545-0.02734-0.14356-0.03418-0.05469-0.00684-0.31787-0.02051l-0.36572 0 0-1.17578 0.36572 0q0.26318 0 0.33155-0.00684 0.07178-0.00684 0.1333-0.04101 0.06494-0.0376 0.14697-0.11963 0.08545-0.08545 0.12647-0.16065 0.04443-0.07861 0.04443-0.24609 0-0.16748-0.04102-0.25293-0.09912-0.16748-0.28027-0.2666-0.05811-0.04102-0.12305-0.04785-0.06152-0.00684-0.33838-0.00684l-0.36572 0 0-0.34863q0-0.23926 0.00684-0.30762 0.00684-0.07178 0.0205-0.14014 0.04443-0.09912 0.12647-0.18798 0.08545-0.09229 0.16748-0.13672l0.09912-0.04102 2.31055-0.01367q2.29688-0.01367 2.35156-0.02734 0.16748-0.05811 0.28711-0.21875 0.11963-0.16064 0.10254-0.36231-0.01367-0.20508-0.14697-0.35889-0.12988-0.15381-0.3418-0.18115-0.0957-0.02734-2.24561-0.02734-2.1499 0-2.33105 0.02734z m8.09033 0q-0.58789 0.04102-1.03564 0.44776-0.15381 0.14014-1.63721 1.62353l-1.13477 1.13477q-0.34863 0.36572-0.46142 0.50586-0.08545 0.10938-0.14014 0.27685-0.05469 0.12646-0.32129 1.02539-0.16748 0.58789-0.21875 0.76221-0.04785 0.17432-0.04785 0.28711-0.01367 0.38965 0.25293 0.65625 0.15381 0.15381 0.37598 0.22558 0.12646 0.04102 0.23242 0.03418 0.10596-0.00684 0.3418-0.06152 0.18457-0.05811 0.72802-0.21191 0.88184-0.25293 0.98096-0.29395 0.19482-0.06836 0.40674-0.20849 0.0957-0.07178 1.68506-1.66114 1.58935-1.58936 1.66113-1.7124 0.2666-0.40674 0.31445-0.85449 0.04785-0.44775-0.1333-0.88184-0.18115-0.43408-0.59472-0.7417-0.41357-0.31104-0.86133-0.35205l-0.18115-0.01367q-0.05811 0-0.21192 0.01367z m0.43408 1.20313q0.09912 0.05811 0.19483 0.15039 0.09912 0.08887 0.14014 0.19482 0.04443 0.10254 0.04443 0.25977l0 0.04101q0.01367 0.12646-0.04102 0.2085-0.07178 0.11279-0.35205 0.40674-0.19482 0.2085-0.95019 0.96728l-1.87647 1.85938-0.19824 0.0581q-1.06299 0.33496-1.07666 0.31446-0.01367-0.02051 0.15381-0.59473 0.16748-0.57422 0.19482-0.64258 0.03076-0.07178 1.58252-1.61328l1.1211-1.13135q0.34863-0.33838 0.47509-0.42041 0.08545-0.07178 0.17432-0.09228 0.09229-0.02051 0.21875-0.00684 0.12647 0.01367 0.19482 0.04102z`}]},sparkles:{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M6.84619 0.58789q-0.28027 0.04102-0.54687 0.22559-0.29395 0.2085-0.40674 0.57422-0.02734 0.08203-0.3418 1.75683-0.31445 1.67139-0.35889 1.76367-0.04102 0.08887-0.10937 0.16065-0.07178 0.08203-0.15381 0.11279-0.11279 0.04102-0.4751 0.12305l-1.28857 0.23926q-1.68164 0.32129-1.77734 0.34863-0.23926 0.07178-0.44434 0.27002-0.20166 0.19482-0.29395 0.44092-0.08887 0.24268-0.06152 0.50244 0.02734 0.25635 0.16748 0.4956 0.09912 0.16748 0.27344 0.30762 0.17432 0.14014 0.35889 0.19824 0.0957 0.02734 1.76367 0.34863l1.28515 0.25293q0.37939 0.06836 0.50586 0.10938 0.08203 0.04443 0.15381 0.11279 0.05469 0.08545 0.09912 0.16748 0.04102 0.12646 0.10938 0.50586l0.23926 1.24414q0.32129 1.68164 0.34863 1.76367 0.15381 0.46484 0.58789 0.67335 0.2666 0.14014 0.51953 0.14013 0.25293 0 0.51953-0.14013 0.43408-0.2085 0.58789-0.67335 0.02734-0.08203 0.3418-1.74658 0.31445-1.66797 0.3418-1.72265 0.02734-0.11279 0.12646-0.2085 0.09912-0.09912 0.21191-0.14355 0.06836-0.02734 1.73291-0.3418 1.66797-0.31445 1.75-0.3418 0.46484-0.15381 0.67335-0.58789 0.2666-0.51953 0-1.03906-0.09912-0.2085-0.28028-0.36231-0.18115-0.15381-0.39307-0.22558-0.0957-0.02734-1.77734-0.34863l-1.23047-0.23926q-0.37939-0.06836-0.50586-0.10938-0.0957-0.03076-0.15381-0.08545-0.10938-0.11279-0.1538-0.23925-0.02734-0.06836-0.3418-1.73291-0.31445-1.66797-0.3418-1.75-0.14014-0.46484-0.60498-0.68702-0.14014-0.07178-0.31445-0.09912-0.17432-0.02734-0.3418-0.01367z m4.73047 0.01367q-0.12305 0.01367-0.24268 0.09912-0.11963 0.08203-0.1914 0.19483-0.04102 0.08545-0.05469 0.20508-0.01367 0.11621-0.01367 0.35546l0 0.29395-0.36572 0q-0.26318 0.01367-0.32813 0.02051-0.06152 0.00684-0.1333 0.03418-0.2666 0.12646-0.31445 0.42041-0.04785 0.29395 0.14697 0.50586 0.08545 0.08203 0.18115 0.14013 0.08545 0.02734 0.14697 0.03418 0.06494 0.00684 0.31788 0.02051l0.34863 0 0 0.34863q0.01367 0.25293 0.02051 0.31788 0.00683 0.06152 0.03418 0.14697 0.05811 0.0957 0.14013 0.18115 0.21191 0.19482 0.50586 0.14697 0.29395-0.04785 0.42041-0.31445 0.02734-0.08545 0.03418-0.14014 0.00684-0.05811 0.02051-0.32129l0-0.36572 0.29395 0q0.32129 0 0.45458-0.03418 0.1333-0.03418 0.25293-0.15381 0.11963-0.11963 0.15381-0.31445 0.03418-0.19824-0.04785-0.35205-0.04443-0.08203-0.12305-0.15039-0.0752-0.07178-0.1538-0.10596-0.07519-0.0376-0.14014-0.04443-0.06152-0.00684-0.32813-0.02051l-0.3623 0 0-0.34863q0-0.23926-0.00684-0.30762-0.00684-0.07178-0.03418-0.12646-0.08545-0.21191-0.25293-0.30762-0.16748-0.09912-0.37939-0.05811z m-4.26904 2.7583q0.23926 1.26123 0.29394 1.55518 0.05811 0.29395 0.1128 0.42041 0.12646 0.30762 0.38281 0.56738 0.25977 0.25635 0.56738 0.38281 0.12646 0.05469 0.41358 0.1128 0.28711 0.05469 1.54833 0.29394 1.56885 0.29395 1.57569 0.30762 0.00684 0.01367-1.60303 0.31445-1.60986 0.30078-1.72266 0.32813-0.39307 0.09912-0.72119 0.40674-0.32813 0.30762-0.46826 0.70068-0.04443 0.09912-0.09912 0.43408l-0.32129 1.63721q-0.25293 1.37402-0.2666 1.37402-0.01367 0-0.30762-1.55517-0.23926-1.2749-0.29736-1.56202-0.05469-0.28711-0.10938-0.41357-0.09912-0.23584-0.30078-0.46484-0.20166-0.23242-0.41357-0.35889-0.14014-0.09912-0.2666-0.14014-0.16748-0.04102-0.57422-0.12646l-1.28516-0.25293q-1.6543-0.30762-1.64062-0.32129 0.01367-0.01367 1.60986-0.30762l1.51416-0.29394q0.25293-0.05811 0.38965-0.1128 0.29395-0.11279 0.56738-0.37597 0.27344-0.2666 0.3999-0.57422 0.05469-0.12646 0.10938-0.41358 0.05811-0.28711 0.29736-1.56201 0.29395-1.55518 0.30762-1.55517 0.01367 0 0.30762 1.55517z m-5.33203 6.59326q-0.31104 0.07178-0.57764 0.23926-0.26318 0.16748-0.46143 0.42041-0.34863 0.4751-0.34863 1.05615 0 0.58105 0.3418 1.04249 0.34521 0.46143 0.91943 0.6289 0.64258 0.18457 1.25781-0.10937 0.32471-0.15381 0.56055-0.44092 0.23926-0.28711 0.35205-0.65283 0.02734-0.11279 0.03418-0.18116 0.00684-0.06836 0.02051-0.28027 0-0.25293-0.02051-0.3623-0.02051-0.11279-0.10596-0.32471-0.15381-0.36231-0.46826-0.63574-0.31445-0.27344-0.70752-0.38623-0.15381-0.02734-0.3999-0.03418-0.24268-0.00684-0.39648 0.0205z m0.60156 1.18946q0.24951 0.11279 0.31787 0.38623 0.07178 0.27344-0.0957 0.48193-0.12646 0.15381-0.29395 0.21192-0.16748 0.05469-0.33496 0-0.25293-0.07178-0.37939-0.33497-0.04102-0.09912-0.03418-0.23242 0.00684-0.1333 0.04785-0.23242 0.09912-0.22217 0.32129-0.29736 0.22559-0.07861 0.45117 0.01709z`}]},mic:{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M6.90088 0.58789q-0.64258 0.02734-1.18262 0.38623-0.53662 0.35547-0.80322 0.92969-0.14014 0.28027-0.19824 0.54687-0.02734 0.0957-0.02735 0.4751l-0.01367 4.40918 0.04102 0.16748q0.19824 0.78613 0.75879 1.26123 0.43408 0.36572 1.02197 0.51953 0.10938 0.02734 0.1914 0.03418 0.08545 0.00684 0.31104 0.00684 0.28027 0 0.43408-0.02734 0.15381-0.02734 0.3794-0.1128 0.46143-0.16748 0.82373-0.52295 0.36572-0.35889 0.54687-0.83398 0.04102-0.12646 0.08545-0.29395l0.05469-0.1709 0-4.15625q0-0.48877-0.02734-0.68701-0.01367-0.12646-0.07178-0.29394l-0.01367-0.02735q-0.23584-0.70068-0.80323-1.13476-0.56738-0.43408-1.30908-0.4751l-0.19824 0z m0.33838 1.18945q0.29395 0.05811 0.52978 0.26661 0.23926 0.2085 0.32129 0.47509 0.04443 0.12646 0.06494 0.3042 0.02051 0.17432 0.00684 2.25928l0 1.77734q-0.01367 0.36572-0.02734 0.43409-0.08545 0.29395-0.31788 0.52636-0.229 0.229-0.52294 0.31446-0.11279 0.02734-0.29395 0.02734-0.18115 0-0.29395-0.02734-0.30762-0.08545-0.5332-0.31446-0.22217-0.23242-0.30762-0.52636-0.01367-0.06836-0.02734-0.43409l0-1.77734q-0.01367-2.08496 0-2.26953 0.04102-0.30762 0.19482-0.54346 0.19824-0.29395 0.52637-0.42724 0.32813-0.1333 0.68018-0.06495z m-4.46729 3.48633q-0.14014 0.04102-0.2666 0.16748-0.0957 0.08545-0.1333 0.17774-0.03418 0.08887-0.03418 0.31445-0.01367 0.18115 0 0.69727 0 0.61865 0.01367 0.83056 0.01367 0.2085 0.08545 0.51612 0.0957 0.4751 0.31104 0.96044 0.21875 0.48193 0.52636 0.88526 0.46484 0.60156 1.09375 1.03564 0.62891 0.43408 1.35694 0.646 0.40674 0.11279 0.63232 0.12646l0.05469 0.01368 0.01367 0.70068q0 0.41699 0.01367 0.52978 0 0.16748 0.02735 0.22559 0.03076 0.05469 0.11279 0.14014l0.01367 0.01367q0.16748 0.16748 0.40674 0.16748 0.23926 0 0.40674-0.16748l0.01367-0.01367q0.08203-0.08545 0.10938-0.14014 0.03076-0.05811 0.03076-0.22559 0.01367-0.11279 0.01367-0.52978l0.01367-0.70068 0.05469-0.01368q0.04443 0 0.22558-0.04443 1.06299-0.19482 1.92432-0.8374 0.86133-0.646 1.3501-1.59619 0.36572-0.71436 0.49219-1.54151 0.02734-0.19482 0.02734-0.96386 0.01367-0.5332 0-0.70069 0-0.23926-0.0376-0.32812-0.03418-0.09229-0.12988-0.17774-0.18115-0.19482-0.44775-0.17431-0.2666 0.02051-0.42042 0.23242-0.09912 0.10938-0.11279 0.24267-0.01367 0.1333-0.01367 0.70752 0 0.54688-0.01367 0.78614-0.01367 0.23584-0.05469 0.47509-0.08545 0.38965-0.27685 0.79639-0.18799 0.40674-0.46827 0.72803-0.48877 0.60156-1.17578 0.92627-0.71436 0.34863-1.51074 0.34863-0.79639 0-1.52441-0.34863-0.49219-0.23926-0.88526-0.61866-0.9502-0.90918-1.07666-2.21142-0.01367-0.19482-0.01367-0.88184 0-0.57422-0.01367-0.69726-0.01367-0.12646-0.08545-0.23926-0.0957-0.14014-0.28027-0.2085-0.18115-0.07178-0.34864-0.03076z`}]},check:{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M11.48096 2.95313q-0.07178 0.01367-0.12989 0.0581-0.05469 0.04102-3.07617 3.06592l-3.0249 3.00781-1.28857-1.28857q-1.28857-1.28516-1.38086-1.32618-0.08887-0.04443-0.22217-0.04443-0.1333 0-0.23242 0.0376-0.0957 0.03418-0.18799 0.11279-0.08887 0.0752-0.1333 0.1709-0.02734 0.07178-0.03418 0.11279-0.00684 0.04102-0.00684 0.14014l0 0.04102q-0.01367 0.11279 0.04102 0.19824 0.07178 0.10938 0.36572 0.40332 0.19482 0.21191 0.96729 0.98096l1.49707 1.48339q0.28027 0.2666 0.38964 0.33838 0.07178 0.05469 0.18457 0.04102l0.09571 0.01367q0.07178 0 0.14013-0.02734 0.08545-0.07178 0.32129-0.28711 0.23926-0.21875 0.79981-0.76221l2.2832-2.2832q2.08496-2.09863 2.7002-2.71387 0.61524-0.61865 0.64599-0.68701 0.04102-0.08545 0.04102-0.23926 0-0.09912-0.00684-0.14014-0.00684-0.04102-0.03418-0.11279-0.04443-0.08203-0.13672-0.16406-0.08887-0.08545-0.18115-0.11963-0.08887-0.0376-0.20849-0.0376-0.11963 0-0.18799 0.02734z`}]},cpu:{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M3.9751 0.60156q-0.12646 0.01367-0.2461 0.10596-0.11621 0.08887-0.17431 0.21533-0.02734 0.07178-0.03418 0.13672-0.00684 0.06152-0.02051 0.32813l0 0.3623-0.04102 0q-0.08545 0-0.25293 0.02734-0.16748 0.02734-0.25292 0.05811-0.29395 0.10938-0.54688 0.30762-0.24951 0.19482-0.40332 0.44775-0.09912 0.18115-0.17773 0.42725-0.0752 0.24268-0.0752 0.39648l0 0.08545-0.3623 0q-0.2666 0.01367-0.33155 0.02051-0.06152 0.00684-0.14013 0.04443-0.0752 0.03418-0.15381 0.10596-0.0752 0.06836-0.11963 0.13672-0.08203 0.16748-0.04785 0.36572 0.03418 0.19482 0.15381 0.31445 0.11963 0.11963 0.25292 0.15381 0.1333 0.03418 0.45459 0.03418l0.29395 0 0 1.75-0.37939 0q-0.26318 0-0.32813 0.00684-0.06152 0.00684-0.11963 0.03418-0.22217 0.11279-0.30078 0.33838-0.0752 0.22217 0.00684 0.43408 0.05811 0.0957 0.14013 0.18115 0.08545 0.08203 0.18457 0.12646 0.06836 0.01367 0.13672 0.02051 0.07178 0.00684 0.31104 0.00684l0.34863 0 0 1.75-0.34863 0q-0.2666 0.01367-0.33155 0.02051-0.06152 0.00684-0.1333 0.03418-0.23584 0.11279-0.32129 0.35205-0.08203 0.23584 0.02735 0.46142 0.04443 0.06836 0.11963 0.14014 0.07861 0.06836 0.15381 0.10596 0.07861 0.03418 0.14013 0.04101 0.06494 0.00684 0.33155 0.02051l0.3623 0 0 0.08545q0 0.06836 0.04102 0.24951 0.08545 0.44775 0.36572 0.78613 0.28027 0.33496 0.70068 0.50245 0.10938 0.04102 0.28369 0.08544 0.17773 0.04102 0.27344 0.04102l0.08545 0 0 0.3623q0.01367 0.2666 0.02051 0.33155 0.00684 0.06152 0.04101 0.14013 0.0376 0.0752 0.10596 0.15381 0.07178 0.0752 0.15381 0.11963 0.15381 0.08203 0.34863 0.04785 0.19824-0.03418 0.31787-0.15381 0.11963-0.11963 0.15381-0.25292 0.03418-0.1333 0.03418-0.45459l0-0.29395 1.75 0 0 0.34863q0 0.31104 0.02735 0.41699 0.02734 0.10254 0.12646 0.21534 0.18115 0.18115 0.42041 0.18115 0.23926 0 0.42041-0.18115 0.09912-0.11279 0.12647-0.21534 0.02734-0.10596 0.02734-0.41699l0-0.34863 1.75 0 0 0.29395q0 0.32129 0.03418 0.45459 0.03418 0.1333 0.15381 0.25292 0.11963 0.11963 0.31445 0.15381 0.19824 0.03418 0.35205-0.04785 0.08203-0.04443 0.15039-0.11963 0.07178-0.07861 0.10596-0.15381 0.0376-0.07861 0.04443-0.14013 0.00684-0.06494 0.02051-0.33155l0-0.3623 0.08545 0q0.0957 0 0.27002-0.04102 0.17773-0.04443 0.28711-0.08544 0.42041-0.16748 0.70068-0.50245 0.28027-0.33838 0.3794-0.78613 0.02734-0.18115 0.02734-0.24951l0-0.08545 0.3623 0q0.2666-0.01367 0.32813-0.02051 0.06494-0.00684 0.14014-0.04101 0.07861-0.0376 0.15381-0.10596 0.07861-0.07178 0.11279-0.14014 0.0376-0.07178 0.05127-0.18115 0.04101-0.19824-0.05127-0.36572-0.08887-0.16748-0.28369-0.2666-0.07178-0.02734-0.13672-0.03418-0.06152-0.00684-0.32813-0.02051l-0.34863 0 0-1.75 0.34863 0q0.31104 0 0.41358-0.02735 0.10596-0.02734 0.21875-0.12646 0.18115-0.18115 0.18115-0.42041 0-0.23926-0.16748-0.40674-0.07178-0.06836-0.15039-0.10937-0.0752-0.04443-0.14014-0.05127-0.06152-0.00684-0.3247-0.00684l-0.3794 0 0-1.75 0.29395 0q0.32129 0 0.45459-0.03418 0.1333-0.03418 0.25292-0.15381 0.11963-0.11963 0.15381-0.31445 0.03418-0.19824-0.04785-0.35205-0.04443-0.08203-0.12304-0.15039-0.0752-0.07178-0.15381-0.10596-0.07519-0.0376-0.14014-0.04443-0.06152-0.00684-0.32813-0.02051l-0.3623 0 0-0.08545q0-0.15381-0.07861-0.39648-0.0752-0.24609-0.17432-0.42725-0.15381-0.25293-0.40674-0.44775-0.24951-0.19824-0.54345-0.30762-0.08545-0.03076-0.25293-0.05811-0.16748-0.02734-0.25293-0.02734l-0.04102 0 0-0.34863q0-0.23926-0.00684-0.30762-0.00684-0.07178-0.03418-0.12646-0.0581-0.15381-0.19824-0.26661-0.14014-0.11279-0.34863-0.11279-0.2085 0-0.37256 0.1333-0.16064 0.1333-0.18799 0.3418-0.02734 0.09912-0.02734 0.39306l0 0.29395-1.75 0 0-0.34863q0-0.31104-0.02051-0.41358-0.02051-0.10596-0.1333-0.21875-0.21191-0.22217-0.51953-0.16748-0.18115 0.02734-0.32129 0.16748-0.11279 0.11279-0.1333 0.21875-0.02051 0.10254-0.02051 0.41358l0 0.34863-1.75 0 0-0.29395q0-0.29395-0.02734-0.39306-0.04102-0.23584-0.23242-0.36914-0.18799-0.1333-0.44092-0.09229z m6.77783 2.37891q0.18115 0.08545 0.2666 0.2666l0.05469 0.08545 0 7.33496-0.05469 0.08545q-0.09912 0.18115-0.2666 0.28027l-0.08545 0.04102-7.33496 0-0.08545-0.04102q-0.16748-0.09912-0.2666-0.28027l-0.05469-0.08545 0-7.33496 0.05469-0.08545q0.12646-0.23584 0.36572-0.30762 0.04102-0.01367 3.68115-0.01367l3.64014 0 0.08545 0.05469z m-5.62939 1.10742q-0.22217 0.02734-0.37598 0.11279-0.23926 0.11279-0.3999 0.30762-0.16064 0.19482-0.23243 0.44775-0.01367 0.08545-0.02734 0.3794l0 1.66455 0 1.66455q0.01367 0.29395 0.02734 0.3794 0.08545 0.30762 0.30762 0.5332 0.22559 0.22217 0.5332 0.30762 0.08545 0.01367 0.3794 0.02734l1.66455 0 1.66455 0q0.31104-0.01367 0.3794-0.02734 0.30762-0.08545 0.52978-0.30762 0.22559-0.22559 0.31104-0.5332 0.01367-0.06836 0.02734-0.3794l0-1.66455 0-1.66455q-0.01367-0.31104-0.02734-0.3794-0.08545-0.30762-0.31788-0.52978-0.229-0.22559-0.52294-0.31104-0.06836-0.01367-0.39307-0.02734l-1.56543 0q-1.83545-0.01367-1.96191 0.01367l0-0.01367z m3.62646 2.91211l0 1.75-3.5 0 0-3.5 3.5 0 0 1.75z`}]},gauge:{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M6.62061 1.76367q-1.30225 0.07178-2.47803 0.65967-0.48877 0.23584-0.875 0.52295-0.38281 0.28711-0.78272 0.68017-0.3999 0.39307-0.67334 0.76563-0.27002 0.36914-0.50927 0.84424-0.71436 1.37061-0.7212 2.8916-0.00684 1.51758 0.68018 2.90527 0.12646 0.24951 0.19482 0.35547 0.06836 0.10596 0.15381 0.16406 0.08545 0.05469 0.18116 0.08887 0.09912 0.03418 0.1538 0.03418 0.05811 0 0.16748-0.04101 0.22559-0.05811 0.34522-0.26661 0.11963-0.2085 0.06152-0.42041-0.04102-0.09912-0.16748-0.3623-0.23926-0.44775-0.3623-0.86816-0.39307-1.26123-0.15039-2.52588 0.24609-1.26807 1.07324-2.30371 0.12646-0.18457 0.36914-0.42725 0.24609-0.24609 0.42725-0.38623 0.71436-0.56055 1.54834-0.85449 0.83398-0.29395 1.72949-0.29395 1.84912 0 3.30517 1.14844 0.18115 0.14014 0.42383 0.38623 0.24609 0.24268 0.37256 0.42725 0.79639 0.99121 1.04932 2.21142 0.25293 1.2168-0.06836 2.43359-0.12646 0.46484-0.39307 0.99463-0.18115 0.36572-0.19482 0.46143-0.04443 0.19824 0.07519 0.39307 0.11963 0.19482 0.32813 0.25293 0.09912 0.04101 0.16064 0.04101 0.06494 0 0.15039-0.02734 0.22217-0.07178 0.34864-0.25293 0.05469-0.08203 0.19482-0.36231 0.68701-1.3877 0.68018-2.90527-0.00684-1.521-0.7212-2.8916-0.23926-0.4751-0.51269-0.84424-0.27002-0.37256-0.67676-0.7793-0.40674-0.40674-0.84082-0.70752-0.43408-0.30078-0.96387-0.55371-0.70068-0.33496-1.50049-0.48877-0.79639-0.15381-1.58251-0.09912z m2.56347 3.51367q-0.08545 0.01367-0.16406 0.06495-0.0752 0.04785-1.29199 1.27832-0.88184 0.86816-1.06641 1.0664-0.18115 0.19482-0.2085 0.2666-0.06836 0.2085 0.01368 0.42725 0.08545 0.21533 0.28027 0.31445 0.09912 0.04102 0.23926 0.04102l0.04101 0q0.11279 0.01367 0.19825-0.02735 0.0957-0.05811 0.33496-0.28027 0.16748-0.16748 0.76904-0.76904l0.22559-0.23926q1.25781-1.24756 1.30224-1.31592 0.05469-0.12646 0.05469-0.27344 0-0.14697-0.05469-0.25976-0.04443-0.08203-0.12305-0.15039-0.0752-0.07178-0.16064-0.11279-0.08203-0.04443-0.19482-0.05127-0.10938-0.00684-0.19483 0.0205z`}]},"chevron-up":{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M6.84619 4.68945q-0.08545 0.02734-0.19482 0.1128-0.14014 0.12646-0.53321 0.51611l-1.28857 1.2749q-1.81836 1.82178-1.86279 1.90723-0.04102 0.08203-0.04102 0.23584 0 0.15381 0.03418 0.23926 0.0376 0.08203 0.1333 0.18115 0.09912 0.0957 0.18115 0.1333 0.08545 0.03418 0.23926 0.03418 0.15381 0 0.23584-0.04102 0.08545-0.04443 1.66797-1.62353l1.58252-1.58252 1.58252 1.58252q1.58252 1.5791 1.66455 1.62353 0.08545 0.04102 0.23926 0.04102 0.15381 0 0.23584-0.03418 0.08545-0.0376 0.18115-0.1333 0.09912-0.09912 0.1333-0.18115 0.0376-0.08545 0.0376-0.23926 0-0.15381-0.04443-0.23584-0.04101-0.08545-1.85938-1.90723l-1.44238-1.42871q-0.33496-0.33496-0.46143-0.41699-0.09912-0.07178-0.19824-0.07178l-0.04102 0q-0.14014 0-0.18115 0.01367z`}]},"arrow-up":{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M6.84619 2.35156q-0.08545 0.01367-0.15723 0.06494-0.06836 0.04785-2.16699 2.14649l-1.66455 1.69531q-0.36572 0.3623-0.46484 0.50244-0.05469 0.08545-0.05469 0.19824l0 0.04102q0 0.23926 0.18115 0.42041 0.11279 0.11279 0.28028 0.14697 0.16748 0.03418 0.32129-0.02051 0.08545-0.02734 0.32128-0.25976 0.23926-0.23242 1.37403-1.36377 1.58252-1.58252 1.59619-1.58252 0.01367 0 0.01367 3.42822l0 3.01123q0 0.44775 0.03418 0.53321 0.0376 0.08203 0.11963 0.16748 0.08545 0.08203 0.18799 0.1333 0.10596 0.04785 0.23242 0.04785 0.12646 0 0.229-0.04785 0.10596-0.05127 0.18799-0.1333 0.08545-0.08545 0.11963-0.16748 0.0376-0.08545 0.0376-0.53321l0-3.01123q0-3.42822 0.01367-3.42822 0.01367 0 1.59619 1.58252 1.13477 1.13135 1.37061 1.36377 0.23926 0.23242 0.32471 0.25976 0.15381 0.05469 0.32128 0.02051 0.16748-0.03418 0.28028-0.14697 0.18115-0.18115 0.18115-0.42041l0-0.04102q0-0.11279-0.05469-0.19824-0.09912-0.14014-0.46484-0.51611l-1.67822-1.68164q-2.10205-2.1123-2.17041-2.14649-0.06836-0.0376-0.16065-0.06494-0.09229-0.02734-0.14014-0.02734-0.04785 0-0.14697 0.02734z`}]},"shield-check":{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M6.84619 0.60156q-0.34863 0.02734-0.68701 0.30762-0.51611 0.42041-1.00147 0.70068-0.48193 0.28027-1.01513 0.4751-0.30762 0.11279-0.58789 0.1709-0.28027 0.05469-0.66992 0.08203-0.23926 0.01367-0.36573 0.07178-0.19482 0.06836-0.37939 0.22217-0.18115 0.15381-0.26319 0.34863l-0.01367 0.03076q-0.07178 0.12646-0.08545 0.22217-0.01367 0.15381-0.02734 0.60156l0 1.78076q0 2.25244 0.01367 2.46094 0.14014 1.6543 1.10742 2.88477 0.14014 0.16748 0.43409 0.46142 0.29395 0.29394 0.48877 0.44775 0.92285 0.7417 2.2832 1.27491 0.46143 0.18115 0.65625 0.23926 0.23926 0.05469 0.43408 0.01367 0.16748-0.02734 0.5332-0.15381 1.35693-0.51953 2.27979-1.20313 0.37939-0.2666 0.71435-0.60498 1.37402-1.3706 1.54151-3.37353 0.01367-0.23584 0.01367-2.46094 0-2.22852-0.02734-2.35498-0.07178-0.32129-0.31787-0.56396-0.24268-0.24609-0.5503-0.31788-0.09912-0.02734-0.37939-0.04101-0.48877-0.02734-0.96387-0.18115-0.81348-0.2666-1.55518-0.77246-0.2666-0.18115-0.64257-0.48877-0.42041-0.33496-0.96729-0.28028z m0.43408 1.34326q0.64258 0.51953 1.32959 0.86817 1.2168 0.61865 2.25244 0.68701l0.21192 0-0.01367 4.31348q0 0.33496-0.02735 0.50244-0.22559 1.34326-1.1416 2.27637-0.91602 0.92969-2.66601 1.57226l-0.21192 0.08545-0.18115-0.05469q-2.32422-0.85449-3.2334-2.22851-0.47852-0.71436-0.63232-1.63721-0.02734-0.18115-0.02735-0.50244l-0.01367-4.32715 0.19483 0q0.86816-0.05469 1.84912-0.48193 0.98096-0.42725 1.83545-1.12793 0.16748-0.14014 0.19482-0.14014 0.02734 0 0.28027 0.19482z m1.32959 3.31885q-0.06836 0.02734-0.12646 0.05127-0.05469 0.02051-1.06299 1.02539l-0.99463 0.99463-0.40674-0.40332q-0.2666-0.2666-0.3623-0.33838-0.12646-0.11279-0.19824-0.14013-0.06836-0.02734-0.19483-0.02735-0.12646 0-0.16748 0.01367-0.04102 0.01367-0.09912 0.04102-0.18115 0.09912-0.28027 0.2666-0.04102 0.08545-0.04102 0.25293l0 0.01367q0 0.14014 0.03418 0.21192 0.0376 0.06836 0.17774 0.22216 0.0957 0.11279 0.48876 0.50586l0.04102 0.04102q0.42041 0.42041 0.55371 0.54687 0.1333 0.12305 0.20166 0.15381 0.14014 0.06836 0.29395 0.05469 0.15381-0.01367 0.28027-0.09912 0.07178-0.05469 1.28857-1.27149 0.86816-0.86816 1.04932-1.06298 0.18457-0.19824 0.21192-0.27002 0.0957-0.27686-0.05811-0.52295-0.15381-0.24609-0.44775-0.25977-0.12646-0.01367-0.18116 0z`}]},search:{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M6.00537 1.17578q-0.04102 0.01367-0.23584 0.02734-0.57422 0.07178-1.16211 0.29053-0.58789 0.21533-1.09375 0.5503-0.39307 0.2666-0.74853 0.61181-0.35547 0.3418-0.62207 0.7041-0.646 0.92285-0.86817 2.03028-0.05811 0.28027-0.07861 0.46142-0.02051 0.18115-0.02051 0.57422 0 0.43408 0.02734 0.68018 0.02734 0.24268 0.12647 0.59472 0.19482 0.75537 0.60156 1.43555 0.40674 0.67676 0.96729 1.18262 0.40674 0.3623 0.81689 0.60156 0.41357 0.23926 0.91944 0.43408 1.06299 0.39307 2.21826 0.29395 1.15527-0.09912 2.1499-0.65967 0.12646-0.06836 0.33496-0.2085 0.2085-0.14014 0.29395-0.21191l0.05468-0.05469 1.10743 1.10742q1.12109 1.104 1.20312 1.15528 0.08545 0.04785 0.23926 0.04785 0.15381 0 0.23584-0.03418 0.08545-0.0376 0.18115-0.1333 0.09912-0.09912 0.1333-0.18115 0.0376-0.08545 0.0376-0.23926 0-0.15381-0.05127-0.23584-0.04785-0.08545-1.15186-1.20654l-1.10742-1.10743 0.05469-0.06836q0.05811-0.05469 0.19824-0.25293 0.82373-1.23047 0.89209-2.70703 0.07178-1.47656-0.63916-2.76513-0.5332-0.96729-1.42187-1.64405-0.88867-0.68018-1.95508-0.9331-0.29395-0.06836-0.54004-0.09571-0.24268-0.03076-0.60498-0.04443-0.43408 0-0.49219 0z m0.7417 1.17578q0.37939 0.01367 0.79297 0.14014 0.41357 0.12646 0.78955 0.32129 0.7417 0.39307 1.28857 1.08008 0.54687 0.68359 0.75538 1.49707 0.07178 0.28027 0.09228 0.49902 0.02051 0.21533 0.02051 0.50928 0 0.70068-0.19483 1.30224-0.39307 1.16211-1.33984 1.91065-0.94336 0.74853-2.16016 0.875-0.19824 0.01367-0.49218 0.00683-0.29395-0.00684-0.48877-0.03418-0.5332-0.08545-1.03907-0.30761-0.50244-0.22559-0.93652-0.56055-0.14014-0.12646-0.35205-0.3418-0.2085-0.21875-0.33154-0.37256-0.57422-0.76904-0.7417-1.69531-0.08545-0.43408-0.06494-0.90918 0.02051-0.4751 0.11963-0.89551 0.29395-1.14844 1.18945-1.95849 0.89551-0.81348 2.05762-1.02539 0.18115-0.02734 0.42041-0.04102 0.23926-0.01367 0.34863-0.01367l0.2666 0.01367z`}]},plus:{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M6.90088 2.35156q-0.0957 0.01367-0.17432 0.05127-0.0752 0.03418-0.15381 0.12647-0.0752 0.08887-0.11279 0.16748-0.03418 0.0752-0.03418 0.32812l0 3.40088-3.66748 0-0.08545 0.04102q-0.22217 0.11279-0.30078 0.33838-0.0752 0.22217 0.00684 0.43408 0.05811 0.0957 0.14013 0.18115 0.08545 0.08203 0.16748 0.11963 0.08545 0.03418 0.33838 0.03418l3.40088 0 0 3.40088q0 0.25293 0.03418 0.33838 0.0376 0.08203 0.11963 0.16748 0.08545 0.08203 0.18799 0.1333 0.10596 0.04785 0.23242 0.04785 0.12646 0 0.229-0.04785 0.10596-0.05127 0.18799-0.1333 0.08545-0.08545 0.11963-0.16748 0.0376-0.08545 0.0376-0.33838l0-3.40088 3.40088 0q0.25293 0 0.33496-0.03418 0.08545-0.0376 0.16748-0.11963 0.08545-0.08545 0.1333-0.18799 0.05127-0.10596 0.05127-0.23242 0-0.12646-0.04102-0.23926-0.09912-0.19482-0.29394-0.29394l-0.08545-0.04102-3.66748 0 0-3.38721q0-0.2666-0.02734-0.32128-0.07178-0.19824-0.25293-0.30079-0.18115-0.10596-0.39307-0.06494z`}]},"folder-open":{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M1.97559 1.20313q-0.47852 0.09912-0.83741 0.44433-0.35547 0.3418-0.4956 0.80322-0.04102 0.14014-0.04102 0.34864-0.01367 0.2666-0.02734 1.13476l0.01367 5.96436q0 0.68701 0.02734 0.89551 0.01367 0.14014 0.05811 0.25293l0.02734 0.05468q0.15381 0.44775 0.53662 0.75537 0.38623 0.30762 0.84766 0.3794 0.14014 0.01367 4.55274 0.01367l4.40917-0.01367 0.15381-0.04102q0.29394-0.07178 0.54688-0.23926 0.19482-0.14014 0.37598-0.3623 0.18115-0.22559 0.2666-0.43408 0.02734-0.08545 0.48877-1.84229 0.46143-1.75684 0.50586-1.98242 0.05469-0.2666 0.01367-0.56738-0.04102-0.30078-0.16748-0.55713-0.12646-0.25977-0.35889-0.4751-0.229-0.21875-0.49561-0.33154l-0.12646-0.05469 0-0.47851q-0.01367-0.34863-0.02051-0.4375-0.00684-0.09229-0.03418-0.20508-0.14014-0.48877-0.47851-0.81348-0.16748-0.16748-0.34864-0.26318-0.18115-0.09912-0.43408-0.18457-0.09912-0.02734-0.36572-0.02735l-3.2334-0.02734q-0.34863 0-0.46142-0.02734-0.08203-0.01367-0.14014-0.05811l-0.02735-0.02734q-0.06836-0.04102-0.11279-0.09571-0.04102-0.05811-0.19482-0.28027-0.42041-0.61865-0.58789-0.78613-0.25293-0.23584-0.57422-0.34864l-0.01367 0q-0.15381-0.07178-0.25293-0.08544-0.14014-0.02734-0.44776-0.02735l-1.03564 0-1.17578 0q-0.23926 0.01367-0.33496 0.02735z m2.86767 1.17578q0.11279 0.05811 0.18115 0.12988 0.07178 0.06836 0.22559 0.3042 0.43408 0.65967 0.58789 0.7998 0.39307 0.34863 0.88184 0.43408 0.12646 0.02734 1.93798 0.02735 1.81494 0 1.92432 0.02051 0.11279 0.02051 0.18115 0.0581 0.07178 0.03418 0.14698 0.11279 0.07861 0.0752 0.11279 0.14698 0.0376 0.06836 0.04443 0.1333 0.00684 0.06152 0.00684 0.32471l0 0.37939-5.93701 0.01367-0.14014 0.02735q-0.34863 0.09912-0.63574 0.31787-0.28711 0.21533-0.44092 0.4956-0.08545 0.15381-0.51953 0.9878-0.43408 0.83057-0.45459 0.90234-0.02051 0.06836-0.02051 0.18115 0 0.11279 0.03418 0.20508 0.0376 0.08887 0.11963 0.18115 0.08545 0.08887 0.16748 0.1333 0.07178 0.02734 0.11279 0.03418 0.04102 0.00684 0.14014 0.00684 0.15381 0 0.24951-0.04102 0.09912-0.04443 0.16065-0.11963 0.06494-0.07861 0.17773-0.30078 0.09912-0.16748 0.3794-0.70752 0.28027-0.54004 0.37597-0.70752 0.12646-0.22217 0.18799-0.29052 0.06494-0.07178 0.17773-0.11621l0.09571-0.02735 6.53857 0 0.08545 0.04102q0.08203 0.05811 0.16748 0.15039 0.08545 0.08887 0.11963 0.18799 0.03418 0.0957 0.02734 0.21533-0.00684 0.11963-0.46142 1.89697-0.45459 1.77734-0.5127 1.86279-0.0957 0.19482-0.29394 0.2666-0.06836 0.02734-0.62891 0.02735l-8.12109 0-0.09571-0.02735q-0.21191-0.08545-0.3247-0.29394l-0.04102-0.09912 0-7.88184 0.04102-0.09912q0.05811-0.12646 0.16748-0.21533 0.11279-0.09229 0.25293-0.10596 0.09912-0.01367 1.30224-0.01367l1.22022 0 0.0957 0.04102z`}]},"list-todo":{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M2.12939 1.76367q-0.31104 0.05469-0.56396 0.27344-0.24951 0.21533-0.34863 0.52637-0.02734 0.08203-0.02735 0.26318l-0.01367 1.20654 0 1.2168q0 0.19482 0.02735 0.30762 0.07178 0.28027 0.32128 0.51953 0.11279 0.10938 0.22559 0.18115 0.11279 0.06836 0.2666 0.11279l0.12647 0.04102 2.71386 0 0.12647-0.04102q0.16748-0.04443 0.27344-0.11279 0.10596-0.07178 0.23242-0.19482 0.15381-0.15381 0.22217-0.29395l0-0.01709q0.07178-0.12305 0.08545-0.20849 0.02734-0.11279 0.02734-0.42041l0-0.99463-0.01367-1.30225q0-0.18115-0.02735-0.26318-0.08545-0.2666-0.29052-0.46143-0.20166-0.19824-0.46827-0.29736l-0.13671-0.04102-1.33301-0.01367q-1.34326 0-1.4253 0.01367z m5.34571 0.58789q-0.18115 0.02734-0.32129 0.18115-0.14014 0.15381-0.15381 0.35206 0 0.14014 0.06152 0.28027 0.06494 0.14014 0.19141 0.22217l0.02734 0.02734q0.06836 0.04443 0.16748 0.05811 0.14014 0.01367 0.60157 0.02734l4.35449-0.01367 0.09912-0.04102q0.2666-0.12646 0.32129-0.42041 0.05469-0.29395-0.15381-0.50586-0.14014-0.14014-0.33496-0.16748-0.09912-0.02734-2.43018-0.02734-2.33105 0-2.43017 0.02734z m-2.79932 1.73633l0 1.16211-2.35156 0 0-2.32422 2.35156 0 0 1.16211z m2.70361 2.36524q-0.09912 0.04443-0.1914 0.12988-0.08887 0.08203-0.12647 0.16064-0.03418 0.0752-0.04101 0.11621-0.00684 0.04102-0.00684 0.14014 0 0.15381 0.04102 0.25293 0.11279 0.2085 0.3247 0.29395l0.09571 0.02734 4.94238 0 0.08545-0.04102q0.06836-0.04443 0.15039-0.12646 0.08545-0.08545 0.12647-0.16065 0.04443-0.07861 0.04443-0.24609 0-0.16748-0.04102-0.25293-0.09912-0.16748-0.28027-0.2666l-0.08545-0.05469-4.64844 0q-0.33496 0.01367-0.38965 0.02735z m-2.2832 1.73632q-0.11279 0.02734-0.29394 0.19141-0.18115 0.16064-0.89551 0.88867l-0.99463 0.97754-0.40674-0.40674q-0.42041-0.40332-0.48877-0.44775-0.11279-0.05469-0.2666-0.05469-0.15381 0-0.2666 0.05469-0.08203 0.04443-0.16065 0.13672-0.0752 0.08887-0.11963 0.17431-0.06836 0.2085 0 0.41699 0.02734 0.07178 0.13331 0.19141 0.10596 0.11963 0.58105 0.58106 0.65967 0.66992 0.72803 0.71435 0.12646 0.05469 0.27344 0.05469 0.14697 0 0.27343-0.05469 0.06836-0.04443 1.30567-1.28174 1.24072-1.24072 1.28174-1.32275 0.04443-0.08545 0.04443-0.23926 0-0.15381-0.0376-0.23584-0.03418-0.08545-0.11621-0.18457-0.16748-0.15381-0.39307-0.16748-0.14014 0-0.18115 0.01367z m2.35156 2.32422q-0.14014 0.04102-0.25976 0.15381-0.11963 0.11279-0.16065 0.25293-0.05469 0.19482 0.02735 0.39307 0.08545 0.19482 0.2666 0.29394 0.07178 0.04102 0.19824 0.04102 0.18115 0.01367 0.71094 0.02734l4.14599-0.01367 0.1128-0.04102q0.2085-0.11279 0.29052-0.32129 0.08545-0.21191 0.00684-0.4204-0.0752-0.21192-0.28369-0.32471l-0.09912-0.04102-2.45069-0.01367q-2.43359 0-2.50537 0.01367z`}]},"git-branch":{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M3.34619 1.18945q-0.25293 0.08545-0.37939 0.30762l-0.04102 0.08545 0 6.64795-0.16748 0.0581q-0.50586 0.16748-0.88525 0.54004-0.37598 0.36914-0.55713 0.85791-0.08545 0.22559-0.11279 0.3794-0.02734 0.15381-0.02735 0.43408 0 0.28027 0.02735 0.43408 0.02734 0.15381 0.11279 0.3794 0.16748 0.4751 0.52978 0.84082 0.36572 0.36231 0.84082 0.52978 0.22559 0.08545 0.3794 0.1128 0.15381 0.02734 0.43408 0.02734 0.28027 0 0.43408-0.02734 0.15381-0.02734 0.3794-0.1128 0.48877-0.18115 0.86474-0.57422 0.37939-0.39307 0.53321-0.89551l0.0581-0.1538 0.0957-0.01367q0.86816-0.08545 1.68165-0.43409 1.44238-0.61523 2.38574-1.89697 0.94678-1.28174 1.11425-2.85059l0.01368-0.0957 0.1538-0.0581q0.50244-0.15381 0.89551-0.52979 0.39307-0.37939 0.57422-0.86816 0.08545-0.22559 0.1128-0.3794 0.02734-0.15381 0.02734-0.43408 0-0.28027-0.02734-0.43408-0.02734-0.15381-0.1128-0.3794-0.18115-0.4751-0.56054-0.85107-0.37598-0.37939-0.86817-0.5332-0.2085-0.07178-0.35547-0.09912-0.14697-0.02734-0.3999-0.02735-0.25293 0-0.3999 0.02735-0.14697 0.02734-0.35547 0.09912-0.49219 0.15381-0.87158 0.5332-0.37598 0.37598-0.55713 0.85107-0.08545 0.22559-0.11279 0.3794-0.02734 0.15381-0.02735 0.43408 0 0.28027 0.02735 0.43408 0.02734 0.15381 0.11279 0.3794 0.18115 0.48877 0.56738 0.86816 0.38623 0.37598 0.875 0.52979l0.12647 0.04101 0 0.08545q-0.01367 0.11279-0.05811 0.32129-0.18115 0.90918-0.70068 1.68164-0.51611 0.76904-1.27832 1.28857-0.76221 0.51611-1.67481 0.69727-0.2085 0.04443-0.32129 0.05811l-0.09912 0-0.04101-0.12647q-0.16748-0.50586-0.56055-0.89551-0.38965-0.39307-0.90918-0.57422l-0.16748-0.0581 0-6.64795-0.04102-0.08545q-0.09912-0.18115-0.28027-0.2666-0.08545-0.04102-0.22559-0.04785-0.14014-0.00684-0.18115 0.00683z m7.44776 1.17578q0.28027 0.07178 0.52295 0.31788 0.24609 0.24268 0.31787 0.52294 0.02734 0.12646 0.02734 0.29395 0 0.16748-0.02734 0.28027-0.07178 0.29395-0.3042 0.53321-0.229 0.23584-0.53662 0.32129-0.11279 0.02734-0.29395 0.02734-0.18115 0-0.29395-0.02734-0.30762-0.08545-0.54003-0.32129-0.229-0.23926-0.30079-0.53321-0.02734-0.11279-0.02734-0.28027 0-0.16748 0.02734-0.29395 0.05811-0.22559 0.22559-0.43408 0.16748-0.2085 0.40674-0.32129 0.34863-0.18115 0.79639-0.08545z m-7 7q0.28027 0.07178 0.52294 0.31788 0.24609 0.24268 0.31788 0.52294 0.02734 0.12647 0.02734 0.29395 0 0.16748-0.02734 0.28027-0.07178 0.29395-0.3042 0.53321-0.229 0.23584-0.53662 0.32129-0.11279 0.02734-0.29395 0.02734-0.18115 0-0.29395-0.02734-0.30762-0.08545-0.54003-0.32129-0.229-0.23926-0.30079-0.53321-0.02734-0.11279-0.02734-0.28027 0-0.16748 0.02734-0.29395 0.05811-0.22559 0.22559-0.43408 0.16748-0.2085 0.40674-0.32129 0.34863-0.18115 0.79639-0.08545z`}]},github:{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M2.82666 0.60156q-0.12305 0.01367-0.24268 0.09912-0.11963 0.08203-0.17431 0.19483-0.08545 0.15381-0.15723 0.6289-0.05469 0.29395-0.04785 0.71436 0.00684 0.42041 0.06494 0.72803l0.02735 0.12646-0.07178 0.12647q-0.30762 0.54688-0.43408 1.23388-0.02734 0.13672-0.03418 0.54346-0.00684 0.40674 0.00683 0.61865 0.12646 1.34326 1.07666 2.26612 0.59131 0.54688 1.33301 0.84082 0.15381 0.05469 0.38281 0.12646 0.23242 0.06836 0.27344 0.06836 0.04102 0 0.04102 0.03076 0 0.02734-0.04102 0.12305-0.05469 0.19824-0.11279 0.48535-0.05469 0.28369-0.05469 0.45459l0 0.0957-0.14014 0.04444q-0.33496 0.0957-0.65967 0.08203-0.18115-0.01367-0.29394-0.04102-0.10938-0.02734-0.24951-0.0957-0.14014-0.07178-0.2666-0.17773-0.12646-0.10596-0.3794-0.3418-0.51611-0.47852-0.72803-0.60156-0.37598-0.21191-0.74169-0.21192-0.11279 0-0.16065 0.00684-0.04785 0.00684-0.11963 0.03418-0.28027 0.12646-0.32812 0.42041-0.04785 0.29395 0.16064 0.51953 0.12646 0.12646 0.3794 0.16748 0.15381 0.02734 0.24267 0.08545 0.09229 0.05469 0.44092 0.37598 0.31104 0.29394 0.43408 0.3999 0.12646 0.10596 0.28027 0.20166 0.42041 0.28027 0.89893 0.37939 0.19482 0.04102 0.49561 0.04102 0.30078 0 0.52636-0.02735l0.2085-0.04101q0.01367 0 0.01367 0.81006 0 0.57422 0 0.70752 0 0.1333 0.03418 0.21875 0.0376 0.08203 0.11963 0.16748 0.08545 0.08203 0.18799 0.1333 0.10596 0.04785 0.23242 0.04785 0.12646 0 0.229-0.04785 0.10596-0.05127 0.18799-0.1333 0.08545-0.08545 0.11963-0.16748 0.0376-0.08545 0.0376-0.28028l0-2.68994q0.01367-0.64258 0.42041-1.20312 0.08203-0.12646 0.10937-0.18799 0.03076-0.06494 0.05127-0.14697 0.02051-0.08545 0-0.18799-0.02051-0.10596-0.0581-0.17432-0.03418-0.07178-0.1128-0.14697-0.0752-0.07861-0.16748-0.11963-0.08887-0.04443-0.32812-0.05811-0.40332-0.01367-0.72803-0.09912-0.72803-0.18115-1.24414-0.64258-0.30762-0.25293-0.51953-0.60839-0.2085-0.35889-0.28027-0.74854-0.02734-0.12646-0.04102-0.44775-0.01367-0.32471 0-0.49219 0.04102-0.62891 0.42041-1.20313 0.12646-0.19482 0.14697-0.31445 0.02051-0.11963-0.03418-0.33154-0.08545-0.37598-0.08544-0.78272 0-0.2666 0.01367-0.2666l0.18115 0.09912q0.23926 0.12646 0.72803 0.46143 0.19824 0.12646 0.36572 0.14014 0.06836-0.01367 0.32129-0.05469 0.96729-0.16748 2.0166-0.16748 1.04932 0 2.0166 0.16748 0.25293 0.05469 0.32129 0.05469 0.16748-0.01367 0.34863-0.14014 0.49219-0.32129 0.70069-0.44092 0.21191-0.11963 0.22558-0.11279 0.01367 0.00684 0.01367 0.22558 0 0.21533-0.0205 0.39307-0.02051 0.17432-0.06494 0.39307-0.04102 0.21533-0.04102 0.27002 0 0.15381 0.15381 0.40673 0.30762 0.4751 0.40674 0.99463 0.01367 0.14014 0.0205 0.46827 0.00684 0.32813-0.0205 0.4956-0.14014 1.12109-1.1211 1.77734-0.42041 0.2666-0.95019 0.40674-0.32471 0.08545-0.72803 0.09912-0.15381 0.01367-0.21875 0.02735-0.06152 0.01367-0.11963 0.04101-0.26318 0.12646-0.33496 0.43409-0.04102 0.21191 0.12647 0.44775 0.37598 0.54688 0.44775 1.03906 0.01367 0.12305 0.01367 1.60987l0 1.30224q0 0.2085 0.03418 0.29395 0.0376 0.08203 0.11963 0.16748 0.08545 0.08203 0.18799 0.1333 0.10596 0.04785 0.23242 0.04785 0.12646 0 0.229-0.04785 0.10596-0.05127 0.18799-0.1333 0.08545-0.08545 0.1128-0.16748 0.03076-0.08545 0.04443-0.31104l0.01367-1.32959q0-1.52441-0.01367-1.67822-0.05469-0.33496-0.15381-0.646-0.04102-0.10938-0.04102-0.13672 0-0.03076 0.04102-0.03076 0.04102 0 0.27002-0.07519 0.23242-0.07861 0.38623-0.1333 0.57422-0.22559 1.05615-0.6084 0.48535-0.38623 0.79297-0.875 0.16748-0.25293 0.30078-0.57422 0.1333-0.32471 0.18799-0.63233 0.09912-0.43408 0.09229-0.96386-0.00684-0.5332-0.10596-0.90918-0.14014-0.50586-0.36231-0.92627l-0.08544-0.14014 0.02734-0.16748q0.11279-0.67334 0.01709-1.34326-0.05811-0.51953-0.15039-0.68701-0.08887-0.16748-0.28369-0.2666-0.3794-0.16748-1.26123 0.28027-0.30762 0.14014-0.65967 0.37939l-0.2085 0.14014-0.18115-0.02734q-0.92627-0.15381-1.98926-0.15381-1.06299 0-2.07129 0.15381l-0.14013 0.02734-0.14014-0.09912q-0.51953-0.3623-1.03223-0.56396-0.50928-0.20508-0.80322-0.16407z`}]},workflow:{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M2.60449 1.20313q-0.43408 0.07178-0.78613 0.35888-0.34863 0.28711-0.51611 0.67676l-0.01368 0.0581q-0.05811 0.14014-0.07177 0.22217-0.02734 0.11279-0.02735 0.39307l0 2.43701q0 0.23584 0.02735 0.30762 0.08545 0.29395 0.19482 0.48877 0.11279 0.19482 0.31104 0.37939 0.30762 0.29395 0.75537 0.42041 0.11279 0.02734 0.20166 0.03418 0.09229 0.00684 0.38623 0.02051l0.43408 0 0 1.79102q0.01367 0.16748 0.04102 0.29394 0.08545 0.44775 0.36572 0.78613 0.28027 0.33496 0.70068 0.50245 0.22217 0.08545 0.42383 0.10595 0.20508 0.02051 1.01514 0.02051l0.95361 0 0 0.43408q0.01367 0.29395 0.02051 0.38623 0.00684 0.08887 0.03418 0.20166 0.14014 0.50244 0.50244 0.84082 0.36572 0.33496 0.87158 0.43408 0.08203 0.02734 0.34863 0.02735l1.20313 0 1.24756-0.01367q0.2085 0 0.29394-0.02735 0.96729-0.29395 1.26123-1.26123 0.02734-0.08545 0.02735-0.29394l0.01367-1.24756 0-1.20313q0-0.2666-0.02735-0.34863-0.09912-0.51953-0.44433-0.88183-0.3418-0.36572-0.85791-0.50586-0.11279-0.02734-0.30762-0.02735l-1.17578-0.01367q-1.08008 0-1.34668 0.01367-0.26318 0.01367-0.46142 0.07178-0.46143 0.16748-0.76905 0.51953-0.30762 0.34863-0.39306 0.81006-0.04102 0.16748-0.04102 0.54346l0 0.36572-1.91748 0-0.08545-0.04102q-0.16748-0.09912-0.2666-0.28027l-0.05469-0.08545 0-1.91748 0.36572 0q0.37598 0 0.54346-0.04102 0.5332-0.09912 0.90234-0.46826 0.37256-0.37256 0.48536-0.91943 0.01367-0.12646 0.02734-0.33496l-0.01367-2.60449-0.04102-0.15381q-0.14014-0.48877-0.47851-0.81348-0.16748-0.16748-0.34864-0.26318-0.18115-0.09912-0.43408-0.18457-0.09912-0.02734-0.30762-0.02735l-1.23388-0.01367q-1.42529 0-1.53809 0.02735z m2.73096 1.14843q0.10938 0.01367 0.17773 0.05127 0.07178 0.03418 0.14698 0.11279 0.07861 0.0752 0.12304 0.15723l0.04102 0.08545 0 2.65918-0.05469 0.08545q-0.09912 0.18115-0.2666 0.28027l-0.08545 0.04102-2.46436 0q-0.18115 0-0.25976-0.03418-0.0752-0.0376-0.16748-0.11279-0.08887-0.07861-0.1333-0.16748-0.04102-0.09229-0.05469-0.32813-0.01367-0.23926 0-1.19287l0-1.20313 0.04102-0.09912q0.07178-0.14014 0.18798-0.229 0.11963-0.09229 0.25977-0.11963 0.09912-0.01367 1.25439-0.01367 1.15527 0 1.2544 0.02734z m5.93359 5.85156q0.12646 0.04443 0.23243 0.1504 0.10596 0.10254 0.14697 0.229 0.01367 0.06836 0.01367 1.34326l0 1.28857-0.04102 0.09913q-0.14014 0.29394-0.44775 0.34863-0.09912 0.01367-1.31592 0l-1.23388 0-0.1128-0.04102q-0.19482-0.09912-0.29394-0.29394l-0.04102-0.08545 0-2.65918 0.05469-0.08545q0.12646-0.23584 0.36572-0.30762 0.04102-0.01367 1.31592-0.01367l1.06299 0q0.23926 0 0.29394 0.02734z`}]},settings:{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M6.80518 0.60156q-0.03076 0.01367-0.15381 0.02735-0.32471 0.05811-0.63916 0.23925-0.31445 0.18115-0.50928 0.43409-0.19824 0.23926-0.29053 0.46484-0.08887 0.22217-0.15722 0.5708-0.03076 0.18115-0.07178 0.28711-0.04102 0.10596-0.1333 0.19824-0.08887 0.08887-0.2085 0.15381-0.11963 0.06152-0.24609 0.08887-0.19482 0.02734-0.48877-0.08545-0.19824-0.08203-0.33838-0.10938-0.13672-0.03076-0.36231-0.03076-0.28027-0.01367-0.44775 0.03076-0.54688 0.10938-0.93994 0.48194-0.38965 0.37256-0.54346 0.88525-0.15381 0.50928-0.01367 1.03906 0.16748 0.61523 0.72803 1.06299 0.18115 0.15723 0.26318 0.3042 0.08545 0.14697 0.08545 0.35547 0 0.2085-0.08545 0.35547-0.08203 0.14697-0.26318 0.3042-0.40674 0.32129-0.58789 0.69726-0.21191 0.42041-0.21192 0.875 0 0.45459 0.21192 0.875 0.19482 0.37939 0.52978 0.646 0.33838 0.2666 0.7417 0.3623 0.60156 0.15381 1.26123-0.11279 0.25293-0.0957 0.4751-0.06152 0.22559 0.03418 0.41357 0.21191 0.18799 0.17432 0.23243 0.49561 0.05469 0.37598 0.20849 0.68701 0.22559 0.46143 0.67334 0.74853 0.44775 0.28711 0.96387 0.31446 0.61865 0.02734 1.1416-0.30078 0.52637-0.32813 0.76221-0.90235 0.08545-0.22558 0.12646-0.51269 0.04443-0.28711 0.16748-0.44092 0.12646-0.15381 0.29395-0.23926 0.31104-0.14014 0.68701 0 0.22559 0.09912 0.39307 0.13672 0.16748 0.03418 0.37597 0.03418 0.32471 0 0.61865-0.09912 0.43408-0.14014 0.75538-0.46143 0.46143-0.44775 0.55712-1.06299 0.09912-0.61865-0.18115-1.19287-0.18115-0.37598-0.57422-0.68359-0.19482-0.15381-0.28027-0.30762-0.08203-0.15723-0.08203-0.36572 0-0.2085 0.08203-0.35547 0.08545-0.14697 0.2666-0.3042 0.30762-0.23584 0.47852-0.51611 0.29395-0.43408 0.32129-0.94336 0.02734-0.5127-0.20508-0.97412-0.229-0.46143-0.65625-0.74854-0.42725-0.28711-0.91602-0.31787-0.25293-0.02734-0.47851 0.01026-0.22217 0.03418-0.48877 0.14697-0.2085 0.08203-0.35547 0.08203-0.14697 0-0.31787-0.08203-0.16748-0.08545-0.29395-0.23926-0.12305-0.15381-0.16748-0.44092-0.04102-0.28711-0.12646-0.51269-0.18115-0.43408-0.55371-0.74854-0.36914-0.31445-0.84424-0.41357-0.08545-0.02734-0.31787-0.04102-0.229-0.01367-0.28369 0z m0.50244 1.23389q0.15381 0.06836 0.2666 0.18115 0.11279 0.11279 0.15381 0.25293 0.02734 0.06836 0.05468 0.26318 0.11279 0.67334 0.56055 1.1211 0.36572 0.37939 0.88184 0.51953 0.12646 0.04102 0.20166 0.04785 0.07861 0.00684 0.29053 0.00684 0.24951 0 0.39648-0.02735 0.14697-0.02734 0.38623-0.12646 0.2085-0.08545 0.36914-0.08545 0.16406 0 0.34521 0.09912 0.08203 0.04102 0.18799 0.14014 0.10596 0.09912 0.14698 0.18115 0.08545 0.16748 0.08545 0.35889 0 0.18799-0.08545 0.35547-0.04101 0.09912-0.09912 0.16406-0.05469 0.06152-0.18116 0.15722-0.76904 0.61865-0.76904 1.55518 0 0.93652 0.76904 1.55518 0.15381 0.12646 0.22901 0.23242 0.07861 0.10254 0.10937 0.24267 0.06836 0.30762-0.0581 0.56055-0.04101 0.08203-0.14698 0.18799-0.10596 0.10596-0.18799 0.14697-0.19482 0.08545-0.35205 0.08545-0.15381 0-0.38623-0.09228-0.229-0.09229-0.40332-0.12647-0.17432-0.03418-0.41357-0.02051-0.42041 0.01367-0.75537 0.16748-0.46143 0.22559-0.74854 0.61182-0.28711 0.38281-0.37256 0.90234-0.02734 0.2085-0.05468 0.27686-0.04102 0.14014-0.15381 0.25293-0.11279 0.11279-0.25293 0.18115-0.08203 0.04443-0.1333 0.05127-0.04785 0.00684-0.18799 0.00684-0.14014 0-0.19141-0.00684-0.04785-0.00684-0.11621-0.05127-0.30762-0.14014-0.42041-0.41699-0.02734-0.07178-0.05468-0.23926-0.05811-0.36572-0.1709-0.60156-0.18115-0.40674-0.51612-0.68701-0.33496-0.28027-0.75537-0.39307-0.12646-0.04102-0.20508-0.04785-0.0752-0.00684-0.28711-0.00684-0.24951 0-0.39648 0.02735-0.14697 0.02734-0.38623 0.12646-0.2085 0.08545-0.37256 0.08545-0.16064 0-0.3418-0.08545-0.08203-0.04102-0.18798-0.14697-0.10596-0.10596-0.14698-0.18799-0.12646-0.25293-0.0581-0.56055 0.03076-0.14014 0.10596-0.24267 0.07861-0.10596 0.23242-0.23242 0.60156-0.47852 0.7417-1.20655 0.02734-0.12305 0.02734-0.34863 0-0.22559-0.02734-0.34863-0.14014-0.71436-0.72803-1.20655-0.14014-0.0957-0.19824-0.15722-0.05469-0.06494-0.09571-0.16406-0.11279-0.23584-0.07177-0.4751 0.04443-0.23926 0.21191-0.42041 0.16748-0.18115 0.42041-0.22559 0.12646-0.01367 0.23584 0.00342 0.11279 0.01367 0.28027 0.08203 0.22559 0.08545 0.40674 0.11963 0.18115 0.03418 0.41699 0.02051 0.23926-0.01367 0.40674-0.04785 0.1709-0.0376 0.3794-0.14698 0.30762-0.15381 0.54687-0.39306 0.42041-0.43408 0.53321-1.09375 0.02734-0.2085 0.05468-0.29395 0.04102-0.10938 0.14698-0.229 0.10596-0.11963 0.20849-0.16748 0.10596-0.05127 0.18115-0.07178 0.07861-0.02051 0.20508-0.01367 0.12646 0.00684 0.17432 0.01367 0.05127 0.00684 0.1333 0.05127l-0.01367 0z m-0.66992 2.86768q-0.89893 0.15381-1.44239 0.82714-0.18457 0.22217-0.29052 0.44776-0.10254 0.22559-0.18799 0.51953-0.02734 0.10938-0.03418 0.19482-0.00684 0.08203-0.00684 0.30762 0 0.28027 0.02734 0.43408 0.02734 0.15381 0.1128 0.3794 0.16748 0.4751 0.52978 0.84082 0.36572 0.3623 0.84082 0.52978 0.22559 0.08545 0.3794 0.1128 0.15381 0.02734 0.43408 0.02734 0.28027 0 0.43408-0.02734 0.15381-0.02734 0.3794-0.1128 0.4751-0.16748 0.8374-0.52978 0.36572-0.36572 0.5332-0.84082 0.08545-0.22559 0.11279-0.3794 0.02734-0.15381 0.02735-0.43408 0-0.28027-0.02735-0.43408-0.02734-0.15381-0.11279-0.3794-0.2085-0.55713-0.6665-0.95019-0.45459-0.39307-1.04248-0.51953-0.14014-0.02734-0.42725-0.03418-0.28711-0.00684-0.41015 0.02051z m0.65625 1.1621q0.28027 0.07178 0.52294 0.31788 0.24609 0.24268 0.31788 0.52294 0.02734 0.12646 0.02734 0.29395 0 0.16748-0.02734 0.28027-0.07178 0.29395-0.3042 0.53321-0.229 0.23584-0.53662 0.32129-0.11279 0.02734-0.29395 0.02734-0.18115 0-0.29395-0.02734-0.30762-0.08545-0.54003-0.32129-0.229-0.23926-0.30079-0.53321-0.02734-0.11279-0.02734-0.28027 0-0.16748 0.02734-0.29395 0.05811-0.22559 0.22559-0.43408 0.16748-0.2085 0.40674-0.32129 0.34863-0.18115 0.79639-0.08545z`}]},"git-merge":{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M3.1377 1.20313q-0.89893 0.15381-1.44239 0.82714-0.18457 0.22217-0.29052 0.44776-0.10254 0.22559-0.18799 0.51953-0.02734 0.10938-0.03418 0.19482-0.00684 0.08203-0.00684 0.30762 0 0.28027 0.02734 0.43408 0.02734 0.15381 0.1128 0.3794 0.18115 0.48877 0.55713 0.86132 0.37939 0.36914 0.88525 0.53663l0.16748 0.0581 0 6.64795 0.04102 0.08545q0.04443 0.06836 0.12646 0.15381 0.08545 0.08203 0.16065 0.12646 0.07861 0.04102 0.24609 0.04102 0.16748 0 0.24268-0.04102 0.07861-0.04443 0.16064-0.12646 0.08545-0.08545 0.12988-0.15381l0.04102-0.08545 0.01367-3.65381 0.07178 0.08545q0.72803 0.92285 1.77051 1.50391 1.04248 0.58105 2.20459 0.69385l0.0957 0.01367 0.0581 0.1538q0.15381 0.50244 0.52979 0.89551 0.37939 0.39307 0.86816 0.57422 0.22559 0.08545 0.3794 0.1128 0.15381 0.02734 0.43408 0.02734 0.28027 0 0.43408-0.02734 0.15381-0.02734 0.3794-0.1128 0.4751-0.16748 0.8374-0.52978 0.36572-0.36572 0.5332-0.84082 0.08545-0.22559 0.11279-0.3794 0.02734-0.15381 0.02735-0.43408 0-0.28027-0.02735-0.43408-0.02734-0.15381-0.11279-0.3794-0.18115-0.4751-0.56054-0.85107-0.37598-0.37939-0.86817-0.5332-0.2085-0.07178-0.35547-0.09912-0.14697-0.02734-0.3999-0.02735-0.30762 0-0.44775 0.04102-0.4751 0.09912-0.86133 0.35888-0.38623 0.25977-0.64942 0.64942-0.15723 0.25293-0.25293 0.5332l-0.04101 0.12647-0.09912 0q-0.33496-0.04443-0.7417-0.16748-1.23389-0.37939-2.10889-1.33643-0.875-0.96045-1.12451-2.22168-0.04443-0.2085-0.05811-0.32129l0-0.08545 0.12647-0.04101q0.48877-0.15381 0.875-0.52979 0.38623-0.37939 0.56738-0.86816 0.08545-0.22559 0.11279-0.3794 0.02734-0.15381 0.02735-0.43408 0-0.28027-0.02735-0.43408-0.02734-0.15381-0.11279-0.3794-0.2085-0.55713-0.6665-0.95019-0.45459-0.39307-1.04248-0.51953-0.14014-0.02734-0.42725-0.03418-0.28711-0.00684-0.41015 0.02051z m0.65625 1.1621q0.28027 0.07178 0.52294 0.31788 0.24609 0.24268 0.31788 0.52294 0.02734 0.12646 0.02734 0.29395 0 0.16748-0.02734 0.28027-0.07178 0.29395-0.3042 0.53321-0.229 0.23584-0.53662 0.32129-0.11279 0.02734-0.29395 0.02734-0.18115 0-0.29395-0.02734-0.30762-0.08545-0.54003-0.32129-0.229-0.23926-0.30079-0.53321-0.02734-0.11279-0.02734-0.28027 0-0.16748 0.02734-0.29395 0.05811-0.22559 0.22559-0.43408 0.16748-0.2085 0.40674-0.32129 0.34863-0.18115 0.79639-0.08545z m7 7q0.28027 0.07178 0.52294 0.31788 0.24609 0.24268 0.31788 0.52294 0.02734 0.12647 0.02734 0.29395 0 0.16748-0.02734 0.28027-0.07178 0.29395-0.3042 0.53321-0.229 0.23584-0.53662 0.32129-0.11279 0.02734-0.29395 0.02734-0.18115 0-0.29395-0.02734-0.30762-0.08545-0.54003-0.32129-0.229-0.23926-0.30079-0.53321-0.02734-0.11279-0.02734-0.28027 0-0.16748 0.02734-0.29395 0.05811-0.22559 0.22559-0.43408 0.16748-0.2085 0.40674-0.32129 0.34863-0.18115 0.79639-0.08545z`}]},pin:{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M4.49463 0.60156q-0.30762 0.02734-0.60156 0.16748-0.32471 0.16748-0.56397 0.44776-0.23584 0.28027-0.34863 0.64599-0.02734 0.11279-0.04102 0.18457-0.01367 0.06836-0.01367 0.27686 0 0.25293 0.02051 0.37256 0.02051 0.11621 0.10596 0.31445 0.18115 0.43408 0.58789 0.73486 0.40674 0.30078 0.86816 0.32813l0.16748 0.01367 0 1.07666q0 1.09375-0.02051 1.19287-0.02051 0.0957-0.04785 0.18115-0.05811 0.11279-0.1914 0.20508-0.1333 0.08887-0.63575 0.3418-0.64258 0.33496-0.7417 0.40332-0.23926 0.18457-0.41357 0.44434-0.17432 0.25635-0.24609 0.56396-0.02734 0.11279-0.03418 0.20508-0.00684 0.08887-0.00684 0.41357 0 0.32129 0.00684 0.39991 0.00684 0.0752 0.03418 0.17089 0.08545 0.22559 0.24609 0.40674 0.16064 0.18115 0.35547 0.28028l0.01709 0.01367q0.12305 0.0581 0.22217 0.08545 0.12646 0.01367 0.46142 0.02734l2.74463 0 0 2.29688q0 0.18115 0.03418 0.2666 0.0376 0.08203 0.11963 0.16748 0.08545 0.08203 0.18799 0.1333 0.10596 0.04785 0.23242 0.04785 0.12646 0 0.229-0.04785 0.10596-0.05127 0.18799-0.1333 0.08545-0.08545 0.11963-0.16748 0.0376-0.08545 0.0376-0.2666l0-2.29688 2.74463 0q0.33496-0.01367 0.46142-0.02734 0.09912-0.02734 0.22217-0.08545l0.01709-0.01367q0.19482-0.09912 0.35547-0.28028 0.16065-0.18115 0.24609-0.40674 0.02734-0.0957 0.03418-0.1709 0.00684-0.07861 0.00684-0.3999 0-0.32471-0.00684-0.41357-0.00683-0.09229-0.03418-0.20508-0.07178-0.30762-0.24609-0.56396-0.17432-0.25977-0.41357-0.44434-0.09912-0.06836-0.7417-0.40332-0.50244-0.25293-0.63575-0.3418-0.1333-0.09229-0.1914-0.20508-0.02734-0.08545-0.04785-0.18115-0.02051-0.09912-0.02051-1.19287l0-1.07666 0.16748-0.01367q0.46143-0.02734 0.86816-0.32813 0.40674-0.30078 0.58789-0.73486 0.08545-0.21191 0.10596-0.32129 0.02051-0.11279 0.02051-0.36572-0.01367-0.2085-0.02051-0.27686-0.00684-0.07178-0.03418-0.18457-0.11279-0.36572-0.35205-0.64599-0.23584-0.28027-0.56055-0.44776-0.29395-0.14014-0.6289-0.16748-0.18115-0.02734-2.49854-0.02734-2.31738 0-2.48486 0.02734z m5.08252 1.20313q0.33496 0.15381 0.33496 0.5332 0 0.2666-0.18457 0.42725-0.18115 0.16064-0.4751 0.16064-0.08203 0-0.22217 0.0376-0.14014 0.03418-0.25293 0.08887-0.14014 0.08545-0.27343 0.21875-0.1333 0.12988-0.20166 0.28369l-0.01368 0.03076q-0.07178 0.12305-0.08544 0.2085-0.02734 0.11279-0.02735 0.39306l0 2.40625 0.05469 0.15381q0.19824 0.63232 0.68701 0.96729 0.11279 0.06836 0.72119 0.38623 0.6084 0.31445 0.67676 0.37939 0.07178 0.06152 0.12988 0.15723 0.02734 0.07178 0.03418 0.12646 0.00684 0.05469 0.02051 0.2666l0 0.29395-7 0 0-0.29395q0.01367-0.21191 0.02051-0.2666 0.00684-0.05469 0.03418-0.12646 0.05811-0.0957 0.12646-0.16407 0.07178-0.07178 0.68018-0.37939 0.6084-0.31104 0.72119-0.37939 0.48877-0.33496 0.68701-0.96729l0.05469-0.15381 0-2.40625q0-0.28027-0.02735-0.39306-0.01367-0.08545-0.08544-0.2085l-0.01368-0.03076q-0.06836-0.15381-0.20166-0.28369-0.1333-0.1333-0.27343-0.21875-0.11279-0.05469-0.25293-0.08887-0.14014-0.0376-0.22217-0.0376-0.43408 0-0.58789-0.32129-0.12646-0.25293-0.01709-0.50928 0.11279-0.25977 0.37939-0.33154 0.06836-0.01367 2.50537-0.01367l2.45069 0.01367 0.09912 0.04102z`}]},"git-pull-request":{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M3.1377 1.20313q-0.89893 0.15381-1.44239 0.82714-0.18457 0.22217-0.29052 0.44776-0.10254 0.22559-0.18799 0.51953-0.02734 0.10938-0.03418 0.19482-0.00684 0.08203-0.00684 0.30762 0 0.28027 0.02734 0.43408 0.02734 0.15381 0.1128 0.3794 0.18115 0.48877 0.55713 0.86132 0.37939 0.36914 0.88525 0.53663l0.16748 0.0581 0 6.64795 0.04102 0.08545q0.04443 0.06836 0.12646 0.15381 0.08545 0.08203 0.16065 0.12646 0.07861 0.04102 0.24609 0.04102 0.16748 0 0.24268-0.04102 0.07861-0.04443 0.16064-0.12646 0.08545-0.08545 0.12988-0.15381l0.04102-0.08545 0-6.64795 0.16748-0.0581q0.50586-0.16748 0.88184-0.53663 0.37939-0.37256 0.56054-0.86132 0.08545-0.22559 0.11279-0.3794 0.02734-0.15381 0.02735-0.43408 0-0.28027-0.02735-0.43408-0.02734-0.15381-0.11279-0.3794-0.2085-0.55713-0.6665-0.95019-0.45459-0.39307-1.04248-0.51953-0.14014-0.02734-0.42725-0.03418-0.28711-0.00684-0.41015 0.02051z m0.65625 1.1621q0.28027 0.07178 0.52294 0.31788 0.24609 0.24268 0.31788 0.52294 0.02734 0.12646 0.02734 0.29395 0 0.16748-0.02734 0.28027-0.07178 0.29395-0.3042 0.53321-0.229 0.23584-0.53662 0.32129-0.11279 0.02734-0.29395 0.02734-0.18115 0-0.29395-0.02734-0.30762-0.08545-0.54003-0.32129-0.229-0.23926-0.30079-0.53321-0.02734-0.11279-0.02734-0.28027 0-0.16748 0.02734-0.29395 0.05811-0.22559 0.22559-0.43408 0.16748-0.2085 0.40674-0.32129 0.34863-0.18115 0.79639-0.08545z m3.58544 0.5879q-0.09912 0.04443-0.1914 0.12988-0.08887 0.08203-0.1333 0.17431-0.04102 0.08887-0.04785 0.23584-0.00684 0.14697 0.03418 0.23926 0.04443 0.08887 0.12646 0.17432 0.08545 0.08203 0.16748 0.12646l0.09912 0.04102 2.03028 0.01367 0.09912 0.04102q0.2085 0.09912 0.30761 0.30761l0.04102 0.09912 0.01367 3.69483-0.16748 0.0581q-0.50586 0.16748-0.88525 0.54004-0.37598 0.36914-0.55713 0.85791-0.08545 0.22559-0.1128 0.3794-0.02734 0.15381-0.02734 0.43408 0 0.28027 0.02734 0.43408 0.02734 0.15381 0.1128 0.3794 0.16748 0.4751 0.52978 0.84082 0.36572 0.36231 0.84082 0.52978 0.22559 0.08545 0.3794 0.11279 0.15381 0.02734 0.43408 0.02735 0.28027 0 0.43408-0.02735 0.15381-0.02734 0.3794-0.11279 0.4751-0.16748 0.8374-0.52978 0.36572-0.36572 0.5332-0.84082 0.08545-0.22559 0.11279-0.3794 0.02734-0.15381 0.02735-0.43408 0-0.28027-0.02735-0.43408-0.02734-0.15381-0.11279-0.3794-0.18115-0.48877-0.56054-0.85791-0.37598-0.37256-0.88184-0.54004l-0.16748-0.0581-0.01367-3.65381q0-0.26318-0.02735-0.34863-0.25293-0.81348-0.96728-1.14844-0.15381-0.06836-0.29395-0.11279-0.09912-0.02734-0.25976-0.03418-0.16064-0.00684-0.95703-0.00684l-0.95362 0q-0.16748 0-0.22217 0.02734z m3.41456 6.4121q0.28027 0.07178 0.52295 0.31788 0.24609 0.24268 0.31787 0.52294 0.02734 0.12647 0.02734 0.29395 0 0.16748-0.02734 0.28027-0.07178 0.29395-0.3042 0.53321-0.229 0.23584-0.53662 0.32129-0.11279 0.02734-0.29395 0.02734-0.18115 0-0.29395-0.02734-0.30762-0.08545-0.54003-0.32129-0.229-0.23926-0.30079-0.53321-0.02734-0.11279-0.02734-0.28027 0-0.16748 0.02734-0.29395 0.05811-0.22559 0.22559-0.43408 0.16748-0.2085 0.40674-0.32129 0.34863-0.18115 0.79639-0.08545z`}]},"circle-dot":{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M6.69238 0.60156q-1.16211 0.04102-2.22851 0.50586-1.06299 0.46143-1.90381 1.26807-0.8374 0.80322-1.34326 1.85254-0.48877 1.0083-0.60157 2.15674-0.02734 0.19482-0.02734 0.61523 0 0.42041 0.02734 0.61523 0.11279 1.14844 0.60157 2.15674 0.65967 1.40137 1.89697 2.33789 1.24072 0.93652 2.75146 1.20313 0.5332 0.09912 1.13477 0.09912 0.75537 0 1.43213-0.15381 0.68018-0.15381 1.35351-0.4751 1.26123-0.61865 2.16358-1.70215 0.90234-1.0835 1.25439-2.44384 0.29395-1.11768 0.18116-2.25244-0.11279-1.13477-0.60157-2.17041-0.58789-1.20313-1.62011-2.08497-1.02881-0.88184-2.31397-1.2749-1.0083-0.30762-2.15674-0.25293z m0.96729 1.18946q1.07666 0.14014 1.99267 0.68017 0.91602 0.54004 1.56201 1.4082 0.82715 1.104 1.00831 2.54639 0.01367 0.16748 0.01367 0.57422 0 0.40674-0.01367 0.57422-0.14014 1.16211-0.7212 2.12939-0.58105 0.96387-1.53466 1.62354-0.4751 0.33496-1.04932 0.56055-0.57422 0.22217-1.18945 0.30761-0.25293 0.04102-0.72803 0.04102-0.4751 0-0.72803-0.04102-1.07666-0.15381-1.95849-0.68701-0.88184-0.5332-1.52784-1.3877-0.82715-1.104-1.0083-2.54638-0.01367-0.16748-0.01367-0.57422 0-0.40674 0.01367-0.57422 0.14014-1.12109 0.66993-2.05078 0.5332-0.92969 1.43212-1.58936 0.54346-0.40674 1.20655-0.66992 0.6665-0.2666 1.32617-0.3247l0.25293-0.02735q0.0957-0.01367 0.4751 0 0.37939 0.01367 0.51953 0.02735z m-0.78613 4.06054q-0.2085 0.01367-0.37598 0.09912-0.23926 0.11279-0.3999 0.31446-0.16064 0.20166-0.23243 0.44091-0.02734 0.11279-0.02734 0.29395 0 0.18115 0.02734 0.29395 0.08545 0.30762 0.30762 0.5332 0.22559 0.22217 0.5332 0.30762 0.11279 0.02734 0.29395 0.02734 0.18115 0 0.29395-0.02734 0.30762-0.08545 0.52978-0.30762 0.22559-0.22559 0.31104-0.5332 0.02734-0.11279 0.02734-0.29395 0-0.18115-0.02734-0.29395-0.07178-0.23926-0.23243-0.44091-0.16064-0.20166-0.3999-0.31446-0.26318-0.14014-0.6289-0.09912z`}]},layers:{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M6.84619 0.60156q-0.2666 0.01367-0.50586 0.1128-0.13672 0.05469-2.57373 1.16894-2.43701 1.11426-2.55664 1.16895-0.11963 0.05469-0.25976 0.19482-0.13672 0.14014-0.2085 0.25293-0.23926 0.43408-0.09912 0.91943 0.14014 0.48193 0.57422 0.69043 0.15381 0.08545 2.625 1.20655 2.47119 1.11768 2.57031 1.15869 0.2666 0.09912 0.56738 0.10595 0.30078 0.00684 0.58106-0.09228 0.08203-0.02734 2.52588-1.13135 2.44385-1.10742 2.66601-1.22021 0.2666-0.12646 0.40674-0.32129 0.2666-0.33496 0.2666-0.73487 0-0.3999-0.2666-0.73486-0.14014-0.18115-0.37598-0.29394l-2.5498-1.17579-2.57373-1.1621q-0.22559-0.09912-0.45117-0.1128l-0.16748-0.01367q-0.05469 0-0.19483 0.01367z m0.32129 1.17578q0.05811 0.02734 2.48486 1.12793 2.43018 1.09717 2.55664 1.16895 0.02734 0.01367-0.36572 0.19824-0.38965 0.18115-2.1123 0.96387-2.53613 1.14844-2.63526 1.16894-0.0957 0.02051-0.20166-0.00683-0.10254-0.02734-2.61816-1.16895-2.51221-1.1416-2.49854-1.15527 0.01367-0.01367 2.4917-1.1416 2.47803-1.12793 2.56348-1.15528 0.16748-0.05469 0.33496 0z m-6.18652 4.67579q-0.16748 0.05811-0.2666 0.18457-0.12646 0.16748-0.12647 0.37597 0 0.32129 0.16748 0.59473 0.16748 0.27344 0.44775 0.42724 0.18457 0.08545 2.66944 1.21338 2.48486 1.12451 2.58056 1.15186 0.54688 0.18457 1.09375 0.01367 0.06836-0.02734 2.51905-1.13135 2.45068-1.10742 2.68652-1.23388 0.31104-0.14014 0.48535-0.42041 0.17432-0.28027 0.17432-0.61524 0-0.14014-0.04102-0.25293-0.09912-0.19482-0.29394-0.29394-0.08545-0.04102-0.21875-0.04102-0.1333 0-0.229 0.02735-0.14014 0.05811-0.2461 0.1914-0.10596 0.12988-0.1333 0.27002l0 0.09912-2.50537 1.13477q-2.4917 1.12109-2.56348 1.14844-0.18115 0.06836-0.37597 0-0.08545-0.02734-2.56348-1.16211l-2.47803-1.1211-0.02734-0.11279q-0.04102-0.22217-0.20508-0.34863-0.16064-0.12646-0.36914-0.12647-0.11279 0-0.18115 0.02735z m0.0957 2.89843q-0.12305 0.01367-0.24268 0.09912-0.11963 0.08203-0.1914 0.19483-0.08203 0.18115-0.04102 0.42041 0.02734 0.2085 0.10254 0.36572 0.07861 0.15381 0.23242 0.30762 0.15381 0.15381 0.31104 0.22217 0.37598 0.19824 2.77539 1.2749 2.40283 1.07666 2.48828 1.104 0.55713 0.1709 1.11768-0.04101 0.15381-0.05469 2.65918-1.20313 2.50879-1.14844 2.57714-1.18945 0.21191-0.12647 0.35889-0.34864 0.14697-0.22558 0.18115-0.47851 0.03418-0.25293-0.0581-0.42725-0.08887-0.17432-0.27002-0.25976-0.09912-0.04102-0.22559-0.04785-0.12646-0.00684-0.20849 0.0205-0.15381 0.05811-0.25977 0.19141-0.10596 0.12988-0.1333 0.28369l-0.01367 0.08545-2.4917 1.13477q-2.4917 1.13476-2.57715 1.16211-0.16748 0.05469-0.3623-0.01368-0.09912-0.04443-2.57715-1.1621l-2.47803-1.13477 0-0.04102q0-0.05811-0.04443-0.16064-0.04102-0.10596-0.08203-0.14697-0.2085-0.2666-0.54688-0.21192z`}]},"folder-plus":{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M1.97559 1.20313q-0.47852 0.09912-0.83741 0.44433-0.35547 0.3418-0.4956 0.80322-0.04102 0.14014-0.04102 0.34864-0.01367 0.2666-0.02734 1.13476l0.01367 6.23096q0.01367 0.61523 0.02734 0.69726 0.14014 0.54688 0.51612 0.90577 0.37939 0.35547 0.9126 0.45459 0.16748 0.02734 4.95605 0.02734 4.78857 0 4.95605-0.02734 0.5332-0.09912 0.91602-0.45459 0.38623-0.35889 0.5127-0.90577 0.01367-0.08203 0.02734-0.5708l0-2.59082q0.01367-3.03857 0-3.20605-0.07178-0.50586-0.34863-0.88184-0.36572-0.4751-0.96729-0.64599l-0.14014-0.04102-5.0415-0.01367-0.0957-0.04102q-0.11279-0.05811-0.1709-0.11279-0.05469-0.05469-0.33496-0.4751-0.22217-0.32471-0.34863-0.47851-0.12646-0.15381-0.25293-0.24951-0.11279-0.08545-0.26661-0.17432-0.15381-0.09229-0.26318-0.11963-0.21191-0.07178-0.43066-0.07861-0.21533-0.00684-1.27832-0.00684l-1.16211 0q-0.23926 0.01367-0.33496 0.02735z m2.88134 1.17578q0.11279 0.05811 0.17432 0.12988 0.06494 0.06836 0.33838 0.4751 0.27344 0.40332 0.44092 0.5708 0.33496 0.33838 0.79638 0.47851l0.14014 0.04102 2.52246 0q2.51904 0.01367 2.57373 0.03418 0.05811 0.02051 0.14014 0.07861 0.08545 0.05469 0.12646 0.09912 0.04102 0.04102 0.08545 0.13672l0.04102 0.09912 0 6.13184-0.04102 0.09912q-0.11279 0.2085-0.32471 0.29394l-0.0957 0.02735-9.5498 0-0.09571-0.02735q-0.21191-0.08545-0.3247-0.29394l-0.04102-0.09912 0-7.88184 0.04102-0.09912q0.05811-0.12646 0.16748-0.21533 0.11279-0.09229 0.25293-0.10596 0.09912-0.01367 1.30224-0.01367l1.22022 0 0.10937 0.04102z m2.00293 2.88476q-0.12646 0.02734-0.23925 0.1333-0.10938 0.10596-0.16748 0.23242-0.01367 0.06836-0.02051 0.17432-0.00684 0.10596-0.00684 0.55371l0 0.64258-1.32959 0.01367-0.09912 0.04102q-0.2666 0.12646-0.31445 0.42041-0.04785 0.29395 0.14697 0.50586 0.08545 0.08203 0.18115 0.14013l0.1128 0.04102 1.30224 0.01367 0 0.62891q0 0.40674 0 0.5332 0.01367 0.16748 0.04102 0.23926 0.03076 0.06836 0.11279 0.15381 0.18115 0.18115 0.42041 0.18115 0.23926 0 0.42041-0.18115 0.08203-0.08545 0.10938-0.15381 0.03076-0.07178 0.04443-0.23926 0-0.12646 0-0.5332l0-0.62891 1.30224-0.01367 0.1128-0.04102q0.2085-0.11279 0.29053-0.32129 0.08545-0.21191 0.00683-0.42041-0.0752-0.21191-0.28369-0.3247l-0.09912-0.04102-1.32959-0.01367 0-0.64258q0-0.44775-0.00684-0.55371-0.00684-0.10596-0.0205-0.17432-0.08545-0.19824-0.2837-0.30078-0.19482-0.10596-0.40332-0.06494z`}]},"settings-2":{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M3.80762 1.76367q-0.29395 0.04102-0.60157 0.16748-0.30762 0.12646-0.56054 0.30762-0.18115 0.14014-0.36572 0.36572-0.18115 0.22217-0.27686 0.43408-0.35205 0.70068-0.21191 1.47657 0.14014 0.77588 0.72802 1.29541 0.50586 0.44775 1.14844 0.56738 0.646 0.11963 1.2749-0.1333 0.46143-0.16748 0.82373-0.56055 0.36572-0.39307 0.51953-0.85449l0.05469-0.15381 2.38233 0q2.36523 0 2.46435-0.02734 0.23584-0.04102 0.36914-0.23584 0.1333-0.19824 0.09229-0.4375-0.01367-0.0957-0.05127-0.16406-0.03418-0.07178-0.11279-0.14014-0.0752-0.07178-0.15723-0.11621l-0.09912-0.04102-4.8877-0.01367-0.04101-0.14014q-0.04102-0.14014-0.14014-0.32129-0.32129-0.65967-0.96729-1.00146-0.64258-0.3418-1.38427-0.27344z m0.64599 1.20313q0.23584 0.08545 0.4375 0.29052 0.20508 0.20166 0.3042 0.46827 0.02734 0.08203 0.03418 0.14697 0.00684 0.06152 0.00684 0.20166 0 0.19482-0.02051 0.30078-0.02051 0.10596-0.10596 0.24609-0.05469 0.10938-0.16748 0.23584-0.11279 0.12646-0.21191 0.19825-0.22217 0.15381-0.48877 0.18798-0.2666 0.03418-0.52637-0.04785-0.25635-0.08545-0.46142-0.28711-0.20166-0.20508-0.28711-0.45459-0.02734-0.12646-0.04102-0.30761-0.01367-0.18457 0.02734-0.32471 0.05811-0.30762 0.28711-0.54346 0.23242-0.23926 0.54004-0.32471 0.12646-0.02734 0.32813-0.02734 0.20508 0 0.34521 0.04102z m5.27735 4.63476q-0.70068 0.04102-1.26123 0.49219-0.56055 0.44775-0.76905 1.104l-0.04101 0.12647-4.87403 0.01367-0.09912 0.04102q-0.23584 0.11279-0.32129 0.35205-0.08203 0.23584 0.02735 0.46142 0.04443 0.06836 0.11963 0.14014 0.07861 0.06836 0.16064 0.11279l0.09912 0.04102 4.8877 0.01367 0.04101 0.14014q0.0957 0.29395 0.29395 0.58789 0.32129 0.4751 0.81689 0.7417 0.49902 0.2666 1.06641 0.28027 0.56738 0.01367 1.0835-0.25293 0.30762-0.15381 0.58105-0.41016 0.27344-0.25977 0.44092-0.58447 0.32129-0.61523 0.24951-1.30566-0.06836-0.69385-0.50244-1.24073-0.29395-0.36572-0.72119-0.59472-0.42383-0.23242-0.84424-0.25977l-0.21191-0.01367q-0.05469 0-0.22217 0.01367z m0.56054 1.20313q0.24951 0.09912 0.44776 0.29394 0.16748 0.1709 0.24267 0.34522 0.07861 0.17432 0.09229 0.41357 0.01367 0.32129-0.12647 0.60156-0.06836 0.15381-0.20849 0.28711-0.14014 0.1333-0.29395 0.21192-0.15381 0.0752-0.27344 0.0957-0.11963 0.02051-0.30078 0.02051-0.25293-0.01367-0.42724-0.08887-0.17432-0.07861-0.34522-0.24609-0.19482-0.19824-0.29394-0.46485-0.02734-0.08203-0.03418-0.14355-0.00684-0.06494-0.00684-0.20508 0-0.19482 0.02051-0.30078 0.02051-0.10596 0.10596-0.25977 0.05469-0.11279 0.18115-0.24267 0.12646-0.1333 0.22558-0.19141 0.2085-0.12646 0.40674-0.16748 0.10938-0.01367 0.28369 0 0.17773 0.01367 0.3042 0.04102z`}]},wrench:{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M8.98926 0.58789q-0.71436 0.07178-1.36719 0.37256-0.64941 0.30078-1.15527 0.78955-1.0083 1.0083-1.18946 2.45068-0.05469 0.38965-0.01367 0.86133 0.04102 0.46826 0.16748 0.78955l0.02735 0.1128-2.21143 2.21142q-2.21143 2.21143-2.29346 2.32422-0.25293 0.33496-0.33838 0.74854-0.08203 0.41357 0.02735 0.82031 0.12646 0.46143 0.4751 0.81347 0.35205 0.34863 0.81347 0.4751 0.67334 0.18115 1.28858-0.14013 0.15381-0.07178 0.28027-0.18458 0.18115-0.15381 0.67334-0.64257l3.87598-3.84864 0.07177 0.02735q0.2085 0.06836 0.58789 0.14013 0.18115 0.02734 0.60157 0.02735 0.42041 0 0.61523-0.02735 1.12109-0.18457 1.97559-0.86816 0.92285-0.7417 1.30566-1.87646 0.38623-1.13477 0.09229-2.29688-0.08203-0.29395-0.26661-0.4751-0.2085-0.22559-0.50244-0.25976-0.29394-0.03418-0.58789 0.10595-0.08545 0.04102-0.25293 0.20166-0.16748 0.16064-0.82715 0.82032l-0.95019 0.93652-0.90918-0.90918 0.93652-0.95019q0.93994-0.93994 0.99463-1.02198 0.12646-0.22559 0.14014-0.4751 0.01367-0.25293-0.11279-0.47851-0.05469-0.11279-0.16065-0.2085-0.10596-0.09912-0.21191-0.15381-0.10254-0.05811-0.32813-0.10595-0.22217-0.05127-0.43408-0.07862-0.15381-0.02734-0.42041-0.02734-0.26318 0-0.41699 0.01367l0-0.01367z m0.60156 1.17578q0.02734 0 0 0.04444-0.02734 0.04102-0.18115 0.19482l-0.54688 0.56055q-0.78613 0.78271-0.85449 0.88183-0.16748 0.26318-0.18115 0.57422-0.01367 0.30762 0.12646 0.58789 0.04102 0.0957 0.13672 0.20166 0.09912 0.10596 0.54688 0.56055 0.44775 0.45459 0.54687 0.54687 0.09912 0.08887 0.2085 0.12989 0.29395 0.14014 0.59472 0.12646 0.3042-0.01367 0.56739-0.18115 0.08545-0.06836 0.88183-0.85449l0.79981-0.78272 0 0.08203q0.01367 0.09912 0.00683 0.35205-0.00684 0.25293-0.03418 0.40674-0.02734 0.15381-0.10595 0.38623-0.07861 0.229-0.16065 0.38282-0.21191 0.43408-0.57763 0.79296-0.36231 0.35547-0.78955 0.5503-0.42383 0.19482-0.90918 0.25293-0.48193 0.05469-0.92969-0.04102-0.22559-0.04443-0.62891-0.19824-0.11279-0.04102-0.25293-0.04102l-0.04101 0q-0.09912 0.01367-0.19825 0.08203-0.15381 0.11279-0.58789 0.53321l-3.7666 3.75293q-0.42041 0.42041-0.57422 0.51611-0.0957 0.07178-0.19482 0.08545l-0.04102 0q-0.21191 0.01367-0.37939-0.08887-0.16748-0.10596-0.25293-0.29053-0.04102-0.08203-0.04785-0.12304-0.00684-0.04443-0.00684-0.15723l0-0.05468q-0.01367-0.08203 0.01367-0.14014 0.04102-0.09912 0.2085-0.28028 0.1709-0.18115 0.57764-0.58789l1.67822-1.67822q1.45605-1.46973 1.92432-1.95166 0.47168-0.48535 0.49902-0.54004 0.04102-0.08545 0.05469-0.22558 0-0.09912-0.00684-0.14698-0.00684-0.04785-0.06152-0.18798-0.12646-0.30762-0.17774-0.56055-0.04785-0.25293-0.04785-0.54688 0-0.58789 0.21192-1.12109 0.18115-0.4751 0.55029-0.87842 0.37256-0.40674 0.83398-0.6289 0.46143-0.22559 0.95362-0.29737 0.10938-0.01367 0.33154-0.01367 0.22559 0 0.28369 0.01367z`}]},"sun-moon":{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M6.90088 0.60156q-0.18115 0.02734-0.32129 0.16748-0.08203 0.08545-0.11279 0.15723-0.02734 0.06836-0.04102 0.24951 0 0.12646 0 0.57422 0 0.44775 0 0.57422 0.01367 0.18115 0.04102 0.25293 0.03076 0.06836 0.11279 0.15381 0.18115 0.18115 0.42041 0.18115 0.23926 0 0.42041-0.18115 0.08203-0.08545 0.10938-0.15381 0.03076-0.07178 0.04443-0.25293 0-0.12646 0-0.57422l0-0.60156q0-0.12646-0.02734-0.18115-0.07178-0.19824-0.25293-0.30079-0.18115-0.10596-0.39307-0.06494z m4.07422 1.75q-0.0957 0.01367-0.17432 0.05811-0.0752 0.04102-0.50928 0.46142-0.2666 0.28027-0.35205 0.37598-0.11279 0.12646-0.14013 0.19824-0.02734 0.06836-0.02735 0.2085 0 0.23926 0.16748 0.40674 0.16748 0.16748 0.40674 0.16748 0.14014 0 0.21533-0.02735 0.07861-0.02734 0.20508-0.14013 0.0957-0.08545 0.36231-0.36573 0.43408-0.43408 0.47851-0.50244 0.08203-0.18115 0.05469-0.37939-0.05469-0.23584-0.24609-0.36914-0.18799-0.1333-0.44092-0.09229z m-4.07422 1.75q-0.18115 0.02734-0.32129 0.16748-0.19482 0.21191-0.14697 0.50586 0.04785 0.29395 0.31445 0.42041 0.09912 0.04102 0.29395 0.05469 0.2666 0.02734 0.42041 0.06494 0.15381 0.03418 0.35205 0.12988 0.48877 0.25293 0.72802 0.75879 0.10938 0.18115 0.14356 0.33496 0.0376 0.15381 0.06494 0.42041 0.01367 0.19482 0.05469 0.29395 0.09912 0.19482 0.31445 0.28027 0.21875 0.08203 0.42725 0.01368 0.09912-0.04443 0.18115-0.12647 0.08545-0.08545 0.14355-0.18115 0.02734-0.07178 0.03418-0.11963 0.00684-0.05127 0.00684-0.20508-0.01367-0.68359-0.33838-1.28516-0.32129-0.60498-0.88184-1.00146-0.55713-0.3999-1.24414-0.5127-0.34863-0.04102-0.54687-0.01367z m-2.68652 0.70069q-1.02197 0.28027-1.77735 0.99462-0.88184 0.85449-1.16211 2.04395-0.08545 0.30762-0.09912 0.70752-0.01367 0.39648 0.02734 0.72119 0.07178 0.52979 0.28028 1.04932 0.21191 0.51611 0.54687 0.95019 0.9502 1.22021 2.54639 1.51416 0.21191 0.04102 0.65967 0.04102 0.3623 0 0.53662-0.02051 0.17773-0.02051 0.45801-0.09228 0.79639-0.19482 1.45263-0.69043 0.65967-0.49902 1.08008-1.19971 0.15381-0.25293 0.28711-0.59473 0.1333-0.3418 0.17432-0.58105 0.07178-0.42041-0.18115-0.7417-0.25293-0.32129-0.71436-0.3794-0.29395-0.04102-0.646 0.08545-0.34863 0.12646-0.64941 0.1333-0.30078 0.00684-0.62207-0.09228-0.5332-0.19482-0.86133-0.67676-0.32813-0.48535-0.30078-1.05957 0.02734-0.27686 0.14014-0.60156 0.12646-0.34863 0.08545-0.62891-0.08545-0.62891-0.63233-0.86816-0.11279-0.05469-0.29394-0.05469-0.18115 0-0.33496 0.04102z m0.01367 1.30224q-0.29395 0.90918 0.01367 1.81836 0.14014 0.46484 0.44775 0.86475 0.30762 0.39648 0.72803 0.66308 0.51953 0.33496 1.15527 0.43409 0.63574 0.0957 1.22364-0.08545 0.1709-0.05469 0.18457-0.04102 0.01367 0.01367-0.07178 0.18799-0.08203 0.17432-0.16748 0.31445-0.16748 0.29395-0.42725 0.54688-0.25977 0.25293-0.54004 0.42041-0.40332 0.25293-0.86816 0.36572-0.46143 0.10938-0.88184 0.06836-0.68359-0.07178-1.21679-0.3794-0.4751-0.28027-0.82715-0.71093-0.34863-0.43408-0.51611-0.95362-0.07178-0.23926-0.10596-0.5332-0.03418-0.29395-0.00684-0.56055 0.04102-0.69727 0.41358-1.29882 0.37256-0.60498 0.97412-0.96729 0.0957-0.05469 0.27685-0.14697 0.18457-0.09229 0.21192-0.09229 0.02734 0 0 0.08545z m7.25293 0.34863q-0.18457 0.05811-0.29053 0.21192-0.10254 0.15381-0.10254 0.33496 0 0.23926 0.18115 0.42041 0.08545 0.08203 0.15381 0.11279 0.07178 0.02734 0.25293 0.04102 0.12646 0 0.57422 0 0.44775 0 0.57422 0 0.18115-0.01367 0.24951-0.04102 0.07178-0.03076 0.15723-0.11279 0.18115-0.18115 0.18115-0.42041 0-0.23926-0.16748-0.40674-0.07178-0.06836-0.16748-0.12646l-0.08545-0.04102-0.72803 0q-0.72803 0-0.78271 0.02734z`}]},"sliders-horizontal":{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M7.98096 1.20313q-0.23926 0.08545-0.35205 0.33837-0.02734 0.05469-0.04102 0.22217l-0.01367 1.09375q0 1.2168 0.01367 1.31592 0.05469 0.24951 0.24951 0.38281 0.19824 0.1333 0.4375 0.09229 0.0957-0.01367 0.16406-0.04785 0.07178-0.0376 0.14014-0.1128 0.07178-0.07861 0.10596-0.15381 0.0376-0.07861 0.04443-0.14013 0.00684-0.06494 0.02051-0.32813l0-0.36572 3.65381-0.01367 0.09912-0.04102q0.2666-0.12646 0.32129-0.42041 0.05469-0.29395-0.15381-0.50586-0.14014-0.14014-0.33496-0.16748-0.11279-0.02734-1.84912-0.02734l-1.73633 0 0-0.36572q-0.01367-0.26318-0.02051-0.32471-0.00684-0.06494-0.04443-0.14014-0.03418-0.07861-0.12647-0.16064-0.08887-0.08545-0.18115-0.11963-0.08887-0.0376-0.20849-0.0376-0.11963 0-0.18799 0.02734z m-6.33008 1.14843q-0.18115 0.02734-0.32129 0.16748-0.2085 0.21191-0.15381 0.50586 0.05469 0.29395 0.32129 0.42041l0.09912 0.04102 4.38184 0 0.09912-0.04102q0.08203-0.04443 0.15722-0.11279 0.07861-0.07178 0.1128-0.14014 0.0376-0.07178 0.05127-0.18115 0.04102-0.19824-0.05127-0.36572-0.08887-0.16748-0.28369-0.2666l-0.09912-0.04102-2.11573 0q-2.1123-0.01367-2.19775 0.01367z m2.87109 2.91211q-0.14014 0.04102-0.25976 0.16065-0.11963 0.11963-0.15381 0.24609-0.03418 0.12646-0.03418 0.44775l0 0.30762-2.4917 0-0.08545 0.05469q-0.18115 0.09912-0.28027 0.2666-0.04102 0.08545-0.04102 0.25293 0 0.16748 0.04102 0.24609 0.04443 0.0752 0.12646 0.16065 0.08545 0.08203 0.15381 0.12646l0.08545 0.04102 2.4917 0 0 0.30762q0 0.32129 0.03418 0.44775 0.03418 0.12646 0.14697 0.23926 0.19824 0.19482 0.46143 0.17431 0.2666-0.02051 0.42041-0.24609l0.01367-0.01367q0.05811-0.06836 0.07178-0.15039 0.01367-0.08545 0.02734-0.35205l0-1.94825q-0.01367-0.28027-0.02734-0.3623-0.01367-0.08545-0.07178-0.15381l0-0.01367q-0.0957-0.14014-0.28027-0.2085-0.18115-0.07178-0.34864-0.03076z m2.32422 1.17578q-0.11279 0.02734-0.21875 0.11963-0.10254 0.09229-0.15381 0.18457-0.04785 0.08887-0.04785 0.25635 0 0.16748 0.04102 0.24609 0.04443 0.0752 0.12646 0.16065 0.08545 0.08203 0.15381 0.12646l0.08545 0.04102 5.58496 0 0.08545-0.04102q0.06836-0.04443 0.15039-0.12646 0.08545-0.08545 0.12647-0.16065 0.04443-0.07861 0.04443-0.24609 0-0.16748-0.04102-0.25293-0.09912-0.16748-0.28027-0.2666l-0.08545-0.05469-2.77197 0q-2.7583 0-2.79932 0.01367z m2.37891 2.91211q-0.12646 0.01367-0.2461 0.10596-0.11621 0.08887-0.17431 0.21533l-0.04102 0.09912 0 2.63184 0.04102 0.09912q0.12646 0.2666 0.42041 0.31445 0.29395 0.04785 0.50586-0.14697 0.08203-0.08545 0.14013-0.18115 0.02734-0.08545 0.03418-0.14698 0.00684-0.06494 0.02051-0.31787l0-0.34863 2.45068-0.01367 0.1128-0.04102q0.2085-0.11279 0.29053-0.32129 0.08545-0.21191 0.00683-0.4204-0.0752-0.21192-0.28369-0.32471l-0.09912-0.04102-2.47803-0.01367 0-0.29395q0-0.29395-0.02734-0.39306-0.04102-0.23584-0.23242-0.36914-0.18799-0.1333-0.44092-0.09229z m-7.61524 1.16211q-0.12646 0.02734-0.23925 0.1333-0.10938 0.10596-0.16749 0.23243-0.06836 0.2085 0.01368 0.42724 0.08545 0.21533 0.29394 0.31445l0.1128 0.04102 5.50292 0 0.1128-0.04102q0.2085-0.11279 0.29053-0.32129 0.08545-0.21191 0.00683-0.4204-0.0752-0.21192-0.28369-0.32471l-0.09912-0.04102-2.73096-0.01367q-2.72754 0-2.81299 0.01367z`}]},"chevron-right":{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M5.09619 2.93945q-0.25293 0.08545-0.37939 0.30762-0.04102 0.08545-0.04102 0.25293 0 0.16748 0.04102 0.25293 0.04443 0.08203 1.62353 1.66455l1.58252 1.58252-1.58252 1.58252q-1.5791 1.58252-1.62353 1.66797-0.04102 0.08203-0.04102 0.23584 0 0.15381 0.03418 0.23926 0.0376 0.08203 0.1333 0.18115 0.09912 0.0957 0.18115 0.1333 0.08545 0.03418 0.23926 0.03418 0.15381 0 0.24268-0.04785 0.09229-0.05127 1.90381-1.8628 1.81494-1.81494 1.86279-1.9038 0.05127-0.09229 0.05127-0.25977 0-0.16748-0.04443-0.24951-0.04102-0.08545-1.85938-1.90723l-1.44238-1.42871q-0.33496-0.33496-0.46143-0.41699-0.09912-0.07178-0.19824-0.07178l-0.04102 0q-0.14014 0-0.18115 0.01367z`}]},"circle-check":{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M6.69238 0.60156q-1.16211 0.04102-2.22851 0.50586-1.06299 0.46143-1.90381 1.26807-0.8374 0.80322-1.34326 1.85254-0.48877 1.0083-0.60157 2.15674-0.02734 0.19482-0.02734 0.61523 0 0.42041 0.02734 0.61523 0.11279 1.14844 0.60157 2.15674 0.65967 1.40137 1.89697 2.33789 1.24072 0.93652 2.75146 1.20313 0.5332 0.09912 1.13477 0.09912 0.75537 0 1.43213-0.15381 0.68018-0.15381 1.35351-0.4751 1.26123-0.61865 2.16358-1.70215 0.90234-1.0835 1.25439-2.44384 0.29395-1.11768 0.18116-2.25244-0.11279-1.13477-0.60157-2.17041-0.58789-1.20313-1.62011-2.08497-1.02881-0.88184-2.31397-1.2749-1.0083-0.30762-2.15674-0.25293z m0.96729 1.18946q1.07666 0.14014 1.99267 0.68017 0.91602 0.54004 1.56201 1.4082 0.82715 1.104 1.00831 2.54639 0.01367 0.16748 0.01367 0.57422 0 0.40674-0.01367 0.57422-0.14014 1.16211-0.7212 2.12939-0.58105 0.96387-1.53466 1.62354-0.4751 0.33496-1.04932 0.56055-0.57422 0.22217-1.18945 0.30761-0.25293 0.04102-0.72803 0.04102-0.4751 0-0.72803-0.04102-1.07666-0.15381-1.95849-0.68701-0.88184-0.5332-1.52784-1.3877-0.82715-1.104-1.0083-2.54638-0.01367-0.16748-0.01367-0.57422 0-0.40674 0.01367-0.57422 0.14014-1.12109 0.66993-2.05078 0.5332-0.92969 1.43212-1.58936 0.54346-0.40674 1.20655-0.66992 0.6665-0.2666 1.32617-0.3247l0.25293-0.02735q0.0957-0.01367 0.4751 0 0.37939 0.01367 0.51953 0.02735z m0.95019 3.47265q-0.06836 0.02734-0.12646 0.05127-0.05469 0.02051-1.06299 1.02539l-0.99463 0.99463-0.40674-0.40332q-0.2666-0.2666-0.3623-0.33838-0.12646-0.11279-0.19824-0.14013-0.06836-0.02734-0.19483-0.02735-0.12646 0-0.16748 0.01367-0.04102 0.01367-0.09912 0.04102-0.18115 0.09912-0.28027 0.2666-0.04102 0.08545-0.04102 0.25293l0 0.01367q0 0.14014 0.03418 0.21192 0.0376 0.06836 0.17774 0.22216 0.0957 0.11279 0.48876 0.50586l0.04102 0.04102q0.42041 0.42041 0.55371 0.54687 0.1333 0.12305 0.20166 0.15381 0.14014 0.06836 0.29395 0.05469 0.15381-0.01367 0.28027-0.09912 0.07178-0.05469 1.28857-1.27149 0.86816-0.86816 1.04932-1.06298 0.18457-0.19824 0.21192-0.27002 0.0957-0.27686-0.05811-0.52295-0.15381-0.24609-0.44775-0.25977-0.12646-0.01367-0.18116 0z`}]},bot:{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M4.52197 1.76367q-0.14014 0.04102-0.2666 0.16748-0.16748 0.15381-0.17432 0.37256-0.00684 0.21533 0.12647 0.38623 0.1333 0.16748 0.35547 0.22217 0.09912 0.01367 0.98096 0.01367l0.88183 0 0 1.14844-1.42871 0q-1.104 0-1.44922 0.01367-0.3418 0.01367-0.4956 0.05469-0.43408 0.12646-0.74854 0.42041-0.31445 0.29395-0.45459 0.71435-0.07178 0.19824-0.08545 0.39991-0.01367 0.20166-0.01367 0.96045l0 0.93652-0.34863 0q-0.2666 0.01367-0.33155 0.02051-0.06152 0.00684-0.1333 0.04785-0.23584 0.09912-0.32129 0.33838-0.08203 0.23584 0.02735 0.46142 0.04443 0.06836 0.11963 0.14014 0.07861 0.06836 0.15381 0.10596 0.07861 0.03418 0.14013 0.04101 0.06494 0.00684 0.33155 0.02051l0.3623 0 0 1.79102q0.01367 0.16748 0.02734 0.29394 0.09912 0.44775 0.3794 0.78613 0.28027 0.33496 0.70068 0.50245 0.15381 0.05811 0.30762 0.09912 0.12646 0.01367 0.64258 0.02734l3.19238 0 3.19238 0q0.51611-0.01367 0.64258-0.04102 0.5332-0.09912 0.90234-0.46826 0.37256-0.37256 0.48536-0.90576 0.01367-0.12646 0.02734-0.29394l0-1.79102 0.3623 0q0.2666-0.01367 0.32813-0.02051 0.06494-0.00684 0.14014-0.04101 0.07861-0.0376 0.15381-0.10596 0.07861-0.07178 0.11279-0.14014 0.0376-0.07178 0.05127-0.18115 0.04101-0.19824-0.05127-0.36572-0.08887-0.16748-0.28369-0.2666-0.07178-0.02734-0.13672-0.03418-0.06152-0.00684-0.32813-0.02051l-0.34863 0 0-0.93652q0-0.75879-0.01367-0.96045-0.01367-0.20166-0.08545-0.39991-0.14014-0.42041-0.45459-0.71435-0.31445-0.29395-0.74854-0.42041-0.15381-0.04102-0.49902-0.05469-0.3418-0.01367-1.4458-0.01367l-1.42871 0 0-0.92285q0-0.67334 0-0.81348 0-0.14014-0.02734-0.2085-0.08545-0.21191-0.29395-0.3247l-0.09912-0.04102-1.28858-0.01367q-1.2749 0-1.34326 0.01367z m6.23096 3.54102q0.2085 0.11279 0.29395 0.3247 0.02734 0.06836 0.02734 0.38965l0 4.64844-0.05469 0.08545q-0.09912 0.18115-0.2666 0.28027l-0.08545 0.04102-7.33496 0-0.08545-0.04102q-0.16748-0.09912-0.2666-0.28027l-0.05469-0.08545 0-4.63477q0-0.33496 0.02735-0.40332 0.05811-0.12646 0.16748-0.23242 0.11279-0.10596 0.23925-0.1333 0.08545-0.01367 3.68116-0.01367l3.61279 0.01367 0.09912 0.04102z m-5.64307 1.70898q-0.12646 0.02734-0.23925 0.1333-0.10938 0.10596-0.16748 0.23242-0.02734 0.06836-0.02735 0.18116 0 0.11279 0 0.6289l0 0.72803 0.04102 0.08545q0.04443 0.06836 0.12646 0.15381 0.08545 0.08203 0.16065 0.12646 0.07861 0.04102 0.24609 0.04102 0.16748 0 0.24268-0.04102 0.07861-0.04443 0.16064-0.12646 0.08545-0.08545 0.12988-0.15381l0.04102-0.08545 0-0.72803q0-0.51611 0-0.6289 0-0.11279-0.02734-0.18116-0.08545-0.19824-0.27344-0.30078-0.18799-0.10596-0.41358-0.06494z m3.5 0q-0.12646 0.02734-0.23925 0.1333-0.10938 0.10596-0.16748 0.23242-0.02734 0.06836-0.02735 0.18116 0 0.11279 0 0.6289l0 0.72803 0.04102 0.08545q0.04443 0.06836 0.12646 0.15381 0.08545 0.08203 0.16065 0.12646 0.07861 0.04102 0.24609 0.04102 0.16748 0 0.24268-0.04102 0.07861-0.04443 0.16064-0.12646 0.08545-0.08545 0.12988-0.15381l0.04102-0.08545 0-0.72803q0-0.51611 0-0.6289 0-0.11279-0.02734-0.18116-0.08545-0.19824-0.27344-0.30078-0.18799-0.10596-0.41358-0.06494z`}]},"refresh-cw":{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M6.56592 1.18945q-1.12109 0.08545-2.1294 0.57422-0.9502 0.46143-1.66455 1.22022-0.71436 0.75537-1.13476 1.71924-0.22217 0.54688-0.34864 1.13476-0.12646 0.58789-0.11279 1.10742 0 0.19482 0.03418 0.28028 0.0376 0.08203 0.1333 0.18115 0.09912 0.0957 0.18115 0.1333 0.08545 0.03418 0.22559 0.03418 0.14014 0 0.22217-0.03418 0.08545-0.0376 0.1914-0.1333 0.10596-0.09912 0.14014-0.23926 0.03418-0.14014 0.03418-0.39307 0.01367-0.30762 0.0957-0.71777 0.08545-0.41357 0.22559-0.75195 0.42041-1.09033 1.31592-1.85254 0.89551-0.76563 2.04394-1.01514 0.30762-0.07178 0.72803-0.09228 0.42041-0.02051 0.75537 0.0205 1.76709 0.18115 3.11035 1.4834l0.22217 0.22559-0.7417 0q-0.7417 0-0.85449 0.02734-0.24951 0.02734-0.38281 0.23242-0.1333 0.20166-0.09912 0.43409 0.03418 0.229 0.24609 0.36914l0.01367 0.01367q0.08203 0.05811 0.15381 0.07178 0.11279 0.01367 0.43408 0.02734l2.79932-0.01367 0.09912-0.04102q0.18115-0.08545 0.28027-0.28027l0.04102-0.07178 0-3.26074-0.04102-0.08545q-0.09912-0.16748-0.28027-0.2666-0.05811-0.02734-0.09912-0.04102-0.04102-0.01367-0.15381-0.01367-0.11279 0-0.15381 0.01367-0.04101 0.01367-0.09912 0.04102-0.18115 0.09912-0.28027 0.2666l-0.04102 0.08545 0 1.67822-0.28027-0.26318q-0.3623-0.36572-0.72119-0.62207-0.35547-0.25977-0.78955-0.48535-1.10742-0.58789-2.38233-0.70069-0.15381-0.01367-0.4751-0.01367-0.32129 0-0.46142 0.01367z m5.53027 5.25q-0.11279 0.04102-0.21875 0.12647-0.10254 0.08545-0.14697 0.18115-0.04102 0.05811-0.04102 0.15381l-0.05468 0.54687q-0.04443 0.65967-0.30762 1.28858-0.47851 1.18945-1.47998 1.96191-0.99805 0.76904-2.24561 0.93653-0.7417 0.08203-1.5039-0.05811-0.76221-0.14014-1.43555-0.48877-0.72803-0.39307-1.3877-1.03564l-0.10937-0.12647 0.75537 0q0.50244 0 0.66992-0.01367 0.22559-0.01367 0.30762-0.04102 0.08545-0.03076 0.1709-0.12646 0.22217-0.22559 0.16748-0.51953-0.05469-0.29395-0.34863-0.43408l-0.08545-0.02735-3.20606 0-0.08545 0.04102q-0.19482 0.08545-0.29394 0.28027l-0.04102 0.07178 0 3.26074 0.04102 0.08545q0.04443 0.06836 0.12646 0.15381 0.08545 0.08203 0.16065 0.12646 0.07861 0.04102 0.24609 0.04102 0.16748 0 0.24268-0.04102 0.07861-0.04443 0.16064-0.12646 0.08545-0.08545 0.12988-0.15381l0.04102-0.08545 0-1.67822 0.25293 0.24951q0.24951 0.23926 0.43408 0.39307 1.37061 1.14844 3.20606 1.40136 0.2085 0.02734 0.63574 0.03418 0.42725 0.00684 0.64941-0.00683 1.3877-0.12646 2.57715-0.8545 1.14844-0.72803 1.87646-1.87646 0.72803-1.17578 0.8545-2.57715 0.02734-0.22217 0.01367-0.44775 0-0.19482-0.0376-0.27686-0.03418-0.08545-0.11621-0.18457-0.16748-0.15381-0.39307-0.16748-0.14014 0-0.18115 0.01367z`}]},"file-code":{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M3.33252 0.60156q-0.58789 0.04102-1.02197 0.44776-0.43408 0.40674-0.53321 0.99463-0.02734 0.16748-0.02734 4.95605 0 4.78857 0.02734 4.95605 0.09912 0.5332 0.46827 0.92627 0.37256 0.38965 0.90576 0.50245 0.10938 0.01367 0.66992 0.02734l3.17871 0 3.17871 0q0.56055-0.01367 0.66992-0.02734 0.5332-0.11279 0.90235-0.50245 0.37256-0.39307 0.47168-0.92627 0.02734-0.16748 0.02734-3.80078 0-3.6333-0.02734-3.80078-0.08545-0.51953-0.40674-0.92285-0.11279-0.14014-1.24756-1.2749-0.89551-0.88184-1.10742-1.06983-0.2085-0.19141-0.41699-0.29052-0.30762-0.15381-0.67334-0.19483-0.14014-0.02734-2.4917-0.02734-2.35156 0-2.54639 0.02734z m4.25537 2.42334l0 1.27149 0.04102 0.14013q0.08545 0.22559 0.24609 0.40674 0.16064 0.18115 0.35547 0.28028 0.14014 0.07178 0.22558 0.08544 0.12646 0.02734 0.40674 0.04102l2.21143 0 0 6.11816q0 0.43408-0.0376 0.51954-0.03418 0.08203-0.11963 0.17431-0.08203 0.08887-0.16406 0.1333l-0.09912 0.04102-7.30762 0-0.09912-0.04102q-0.08203-0.04443-0.16748-0.1333-0.08203-0.09228-0.11963-0.17431-0.03418-0.08545-0.03418-0.70069l0-4.18701 0-4.18701q0-0.61523 0.02734-0.6836 0.05811-0.12646 0.16749-0.23242 0.11279-0.10596 0.23925-0.1333 0.08545-0.01367 2.14307-0.01367l2.07129 0 0.01367 1.2749z m2.21143 0.01367l1.03564 1.03565-2.08496 0 0-1.03565q0-1.03564 0-1.04931l1.04932 1.04931z m-4.07422 3.68116q-0.18115 0.04102-0.30762 0.17431-0.12646 0.1333-0.68701 0.84766-0.55713 0.71436-0.60156 0.78271-0.04102 0.09912-0.04102 0.22559 0 0.12646 0.04102 0.22559 0.04443 0.06836 0.60156 0.78271 0.56055 0.71436 0.68701 0.85449 0.18115 0.18115 0.42725 0.18116 0.24609 0 0.41357-0.19483 0.12646-0.12646 0.15381-0.30078 0.02734-0.17774-0.04102-0.31787-0.05811-0.0957-0.49902-0.65625-0.44092-0.56055-0.44092-0.57422 0-0.01367 0.44092-0.57422 0.44092-0.56055 0.48877-0.64941 0.05127-0.09229 0.05127-0.21192 0-0.11963-0.02734-0.229-0.07178-0.18457-0.26661-0.29395-0.19482-0.11279-0.39306-0.07177z m2.33789 0q-0.14014 0.02734-0.2666 0.1333-0.12305 0.10596-0.16748 0.22558-0.04102 0.11621-0.04102 0.23584 0 0.11963 0.04785 0.21192 0.05127 0.08887 0.49219 0.64941 0.44092 0.56055 0.44092 0.57422 0 0.01367-0.44092 0.57422-0.44092 0.56055-0.49902 0.65625-0.06836 0.14014-0.04102 0.31787 0.02734 0.17432 0.15381 0.30078 0.16748 0.19482 0.41357 0.19483 0.24609 0 0.42725-0.18116 0.12646-0.14014 0.68359-0.85449 0.56055-0.71436 0.60498-0.78271 0.04102-0.09912 0.04102-0.22559 0-0.12646-0.04443-0.22217-0.04102-0.09912-0.62891-0.82715l-0.57422-0.71435q-0.10938-0.12646-0.18115-0.18115-0.06836-0.05811-0.18799-0.07862-0.11963-0.02051-0.23242-0.00683z`}]},"git-commit-horizontal":{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M6.6377 4.70313q-0.65967 0.11279-1.15186 0.52636-0.48877 0.41357-0.69727 1.02881l-0.0581 0.16748-3.14795 0-0.08545 0.05469q-0.18115 0.09912-0.28027 0.2666-0.04102 0.08545-0.04102 0.25293 0 0.16748 0.04102 0.24609 0.04443 0.0752 0.12646 0.16065 0.08545 0.08203 0.15381 0.12646l0.08545 0.04102 3.14795 0 0.0581 0.16748q0.16748 0.50586 0.53663 0.88525 0.37256 0.37598 0.86132 0.55713 0.22559 0.08545 0.3794 0.1128 0.15381 0.02734 0.43408 0.02734 0.28027 0 0.43408-0.02734 0.15381-0.02734 0.3794-0.1128 0.48877-0.18115 0.85791-0.55713 0.37256-0.37939 0.54004-0.88525l0.0581-0.16748 3.14795 0 0.08545-0.04102q0.06836-0.04443 0.15039-0.12646 0.08545-0.08545 0.12647-0.16065 0.04443-0.07861 0.04443-0.24609 0-0.16748-0.04102-0.25293-0.09912-0.16748-0.28027-0.2666l-0.08545-0.05469-3.14795 0-0.0581-0.16748q-0.2085-0.58789-0.66651-0.99463-0.45459-0.40674-1.06982-0.54687-0.14014-0.02734-0.42725-0.03418-0.28711-0.00684-0.41015 0.02051z m0.65625 1.1621q0.28027 0.07178 0.52294 0.31788 0.24609 0.24268 0.31788 0.52294 0.02734 0.12646 0.02734 0.29395 0 0.16748-0.02734 0.28027-0.07178 0.29395-0.3042 0.53321-0.229 0.23584-0.53662 0.32129-0.11279 0.02734-0.29395 0.02734-0.18115 0-0.29395-0.02734-0.30762-0.08545-0.54003-0.32129-0.229-0.23926-0.30079-0.53321-0.02734-0.11279-0.02734-0.28027 0-0.16748 0.02734-0.29395 0.05811-0.22559 0.22559-0.43408 0.16748-0.2085 0.40674-0.32129 0.34863-0.18115 0.79639-0.08545z`}]},palette:{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M6.69238 0.60156q-1.16211 0.04102-2.22851 0.50586-1.06299 0.46143-1.90381 1.26807-0.8374 0.80322-1.34326 1.85254-0.48877 1.0083-0.60157 2.15674-0.02734 0.19482-0.02734 0.61523 0 0.42041 0.02734 0.61523 0.11279 1.14844 0.60157 2.15674 0.65967 1.40137 1.89697 2.33789 1.24072 0.93652 2.75146 1.20313 0.35205 0.07178 0.76905 0.09228 0.42041 0.02051 0.65967 0.00684 0.60156-0.07178 1.02197-0.51953 0.2085-0.22217 0.32129-0.51612 0.07178-0.16748 0.08545-0.27343 0.01367-0.10596 0.01367-0.31446 0-0.15381-0.00684-0.22216-0.00684-0.07178-0.03418-0.18457-0.05811-0.16748-0.12988-0.30079-0.06836-0.1333-0.19482-0.31445-0.16748-0.21191-0.18116-0.2666-0.04102-0.12646 0-0.28027 0.01367-0.06836 0.10254-0.16748 0.09229-0.09912 0.16065-0.1128 0.07178-0.01367 0.81689-0.01367 0.55713 0 0.8169-0.01367 0.25976-0.01367 0.46826-0.05469 1.06641-0.19824 1.83545-0.96728 0.76904-0.76904 0.96728-1.84912 0.08203-0.43408 0.04102-1.02198-0.04102-0.58789-0.19483-1.09033-0.32471-1.08008-1.02197-1.96191-0.12647-0.15381-0.44434-0.46826-0.31445-0.31445-0.46826-0.44092-0.82373-0.65625-1.83203-1.03565-1.0083-0.37939-2.0166-0.42041l-0.35205-0.01367q-0.0957 0-0.37598 0.01367z m0.72803 1.16211q1.16211 0.09912 2.15674 0.58789 0.40332 0.21191 0.71777 0.44434 0.31787 0.229 0.63916 0.55029 1.07666 1.06299 1.2749 2.4917 0.0957 0.68701-0.0581 1.22705-0.15381 0.53662-0.56055 0.9707-0.51611 0.5332-1.27148 0.68702-0.08545 0.01367-1.02539 0.02734-0.93652 0.01367-1.0459 0.04102-0.45117 0.11279-0.77246 0.42724-0.32129 0.31445-0.43408 0.7793-0.04102 0.14014-0.03418 0.37939 0.00684 0.23584 0.04785 0.37598 0.08545 0.32129 0.3247 0.64258 0.12305 0.16748 0.15723 0.24609 0.0376 0.07519 0.0376 0.18799 0 0.11279-0.06494 0.21191-0.06152 0.0957-0.17432 0.16748-0.04102 0.02734-0.10596 0.02735-0.06152 0-0.32812 0-0.81006 0-1.62354-0.28028-1.31592-0.44775-2.24902-1.51757-0.92969-1.07324-1.1792-2.44385-0.05811-0.28027-0.07178-0.48193-0.01367-0.20508-0.01367-0.5127 0-0.30762 0.01367-0.50928 0.01367-0.20508 0.07178-0.48535 0.19482-1.02197 0.77588-1.89697 0.58105-0.875 1.44922-1.46289 0.86816-0.58789 1.89014-0.78272 0.28027-0.05811 0.70068-0.09912 0.10938-0.01367 0.34863-0.01367 0.23926 0 0.40674 0.01367z m0.2666 1.17578q-0.21191 0.04102-0.38623 0.19825-0.17432 0.15381-0.24609 0.34863-0.08203 0.23926-0.03418 0.48535 0.04785 0.24268 0.23242 0.42383 0.2666 0.2666 0.62207 0.2666 0.35547 0 0.62207-0.2666 0.29395-0.29395 0.25293-0.69043-0.04102-0.3999-0.39307-0.63916-0.10938-0.06836-0.20166-0.09571-0.09229-0.03076-0.25976-0.03759-0.16748-0.00684-0.2085 0.00683z m-2.92578 0.58789q-0.32471 0.07178-0.52637 0.36573-0.20166 0.29395-0.14697 0.61523 0.07178 0.37939 0.39307 0.59473 0.32129 0.21533 0.68359 0.11963 0.33838-0.08545 0.54688-0.39307 0.11279-0.18115 0.11279-0.45459 0-0.27344-0.11279-0.45459-0.16748-0.25293-0.42041-0.35547-0.24951-0.10596-0.52979-0.0376z m5.25 1.75q-0.32471 0.07178-0.52637 0.36573-0.20166 0.29395-0.14697 0.61523 0.07178 0.37939 0.39307 0.59473 0.32129 0.21533 0.68359 0.11963 0.22559-0.05811 0.39307-0.21875 0.16748-0.16064 0.23926-0.36914 0.05469-0.16748 0.02734-0.36914-0.02734-0.20508-0.11279-0.34522-0.16748-0.25293-0.42041-0.35547-0.24951-0.10596-0.52979-0.0376z m-6.45654 1.17579q-0.2085 0.05811-0.36914 0.21875-0.16064 0.16064-0.23242 0.36914-0.04102 0.11279-0.02735 0.29394 0 0.12646 0.01367 0.17774 0.01367 0.04785 0.05811 0.14697 0.06836 0.12305 0.18115 0.24951 0.19482 0.18115 0.46826 0.23926 0.27344 0.05469 0.52979-0.07862 0.25977-0.1333 0.39306-0.38964 0.1333-0.25977 0.0752-0.53321-0.05469-0.27344-0.23584-0.45459-0.18115-0.18115-0.38965-0.25293-0.08545-0.01367-0.23242-0.01367-0.14697 0-0.23242 0.02735z`}]},download:{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M6.84619 1.18945q-0.25293 0.08545-0.37939 0.30762l-0.04102 0.08545 0 5.75244-0.99463-0.99463q-0.62891-0.62891-0.83398-0.81689-0.20166-0.18799-0.25635-0.21875-0.19824-0.08203-0.3999-0.02393-0.20166 0.05469-0.32813 0.21533-0.12646 0.16064-0.11279 0.36914l0 0.02735q0.01367 0.11279 0.06836 0.19824 0.07178 0.11279 0.36572 0.42041l1.20313 1.20313q1.52783 1.52441 1.59619 1.56884 0.05811 0.02734 0.10596 0.03418 0.04785 0.00684 0.16064 0.00684 0.11279 0 0.16064-0.00684 0.04785-0.00684 0.10596-0.03418 0.06836-0.04443 1.59619-1.56884 1.03564-1.03564 1.28516-1.30225 0.25293-0.2666 0.29736-0.33496 0.0957-0.22559 0.01026-0.44776-0.08203-0.22559-0.32129-0.33837-0.08203-0.02734-0.22217-0.02735l-0.02734 0q-0.12646 0-0.19825 0.02735-0.0957 0.05811-0.30761 0.25293-0.15381 0.15381-0.69727 0.70068l-1.10742 1.09033 0-5.75244-0.04102-0.08545q-0.09912-0.18115-0.28027-0.2666-0.08545-0.04102-0.22559-0.04785-0.14014-0.00684-0.18115 0.00683z m-5.25 7q-0.25293 0.08545-0.37939 0.30762l-0.04102 0.08545 0.01367 2.60449q0 0.23584 0.02735 0.30762 0.14014 0.48877 0.46826 0.82031 0.33154 0.32813 0.82031 0.46826 0.08545 0.02734 0.71436 0.02735l3.78027 0.01367 3.78027-0.01367q0.62891 0 0.71436-0.02735 0.48877-0.14014 0.81689-0.46826 0.33154-0.33154 0.47168-0.82031 0.02734-0.07178 0.02735-0.30762l0.01367-2.60449-0.04102-0.08545q-0.09912-0.16748-0.28027-0.2666-0.05811-0.02734-0.09912-0.04102-0.04102-0.01367-0.15381-0.01367-0.11279 0-0.15381 0.01367-0.04101 0.01367-0.09912 0.04102-0.18115 0.09912-0.28027 0.2666l-0.04102 0.08545-0.01367 2.63183-0.04102 0.09913q-0.14014 0.27685-0.43408 0.33496-0.09912 0.02734-4.18701 0.02734-4.08789 0-4.18701-0.02734-0.29395-0.05811-0.43408-0.33496l-0.04102-0.09913-0.01367-2.63183-0.04102-0.08545q-0.09912-0.18115-0.28027-0.2666-0.08545-0.04102-0.22559-0.04785-0.14014-0.00684-0.18115 0.00683z`}]},zap:{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M7.7417 0.60156q-0.16748 0.02734-0.33496 0.1128-0.09912 0.06836-2.81641 2.87109l-2.88135 2.98047q-0.35205 0.36572-0.39306 0.44775l-0.01367 0.01367q-0.09912 0.21191-0.12647 0.44776-0.04102 0.37939 0.14014 0.68701 0.18115 0.30762 0.50244 0.46143l0.04443 0.02734q0.0957 0.04443 0.19483 0.0581 0.12646 0.02734 0.51953 0.02735l3.83496 0.02734-0.57422 1.79102q-0.57422 1.79443-0.57422 1.89013-0.04102 0.25293 0.09912 0.50586 0.14014 0.25293 0.37598 0.37598 0.39307 0.18457 0.77246 0 0.12646-0.06836 0.32129-0.24951l5.59863-5.7832q0.22559-0.22559 0.30762-0.42041 0.08545-0.19482 0.08545-0.4751 0-0.32129-0.16748-0.59473-0.16748-0.27344-0.46143-0.42725l-0.04443-0.01367q-0.0957-0.05811-0.19483-0.07177-0.14014-0.02734-0.51953-0.02735l-3.84863-0.02734 0.57422-1.79102q0.57422-1.79443 0.57422-1.89013 0.04102-0.25293-0.09912-0.50586-0.14014-0.25293-0.39307-0.37598-0.24951-0.12646-0.50244-0.07178z m-0.92285 3.19239q-0.37939 1.20313-0.39307 1.32959-0.02734 0.19482 0.02051 0.3999 0.05127 0.20166 0.16064 0.36914 0.07178 0.09912 0.20508 0.21875 0.1333 0.11963 0.24268 0.17431l0.04443 0.02735q0.10938 0.05811 0.2085 0.07178 0.14014 0.01367 0.51953 0.02734l3.82129 0.01367-2.42334 2.50537q-2.41992 2.4917-2.42676 2.4917-0.00684 0 0.37598-1.20996 0.38623-1.20996 0.3999-1.33643 0.02734-0.19482-0.02393-0.39648-0.04785-0.20508-0.15722-0.35889-0.05811-0.08545-0.16407-0.19482-0.10254-0.11279-0.18798-0.15723-0.16748-0.10938-0.37598-0.16748-0.07178-0.01367-2.19775-0.02734l-2.11573 0 2.42334-2.50537q2.41992-2.4917 2.42676-2.4917 0.00684 0-0.38281 1.2168z`}]},x:{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M3.34619 2.93945q-0.25293 0.08545-0.37939 0.30762-0.04102 0.08545-0.04102 0.25293 0 0.16748 0.04102 0.25293 0.04443 0.08203 1.62353 1.66455l1.58252 1.58252-1.58252 1.58252q-1.5791 1.58252-1.62353 1.66797-0.04102 0.08203-0.04102 0.23584 0 0.15381 0.03418 0.23926 0.0376 0.08203 0.1333 0.18115 0.09912 0.0957 0.18115 0.1333 0.08545 0.03418 0.23926 0.03418 0.15381 0 0.23584-0.04102 0.08545-0.04443 1.66797-1.62353l1.58252-1.58252 1.58252 1.58252q1.58252 1.5791 1.66455 1.62353 0.08545 0.04102 0.23926 0.04102 0.15381 0 0.23584-0.03418 0.08545-0.0376 0.18115-0.1333 0.09912-0.09912 0.1333-0.18115 0.0376-0.08545 0.0376-0.23926 0-0.15381-0.04443-0.23584-0.04101-0.08545-1.62012-1.66797l-1.58252-1.58252 1.58252-1.58252q1.5791-1.58252 1.62012-1.66455 0.04443-0.08545 0.04443-0.25293 0-0.16748-0.04102-0.25293-0.09912-0.16748-0.28027-0.2666-0.05811-0.02734-0.09912-0.04102-0.04102-0.01367-0.15381-0.01367-0.11279 0-0.15381 0.01367-0.04101 0.01367-0.11279 0.04102-0.09912 0.05811-1.66455 1.62695l-1.56885 1.56543-2.82666-2.81299q-0.31104-0.29395-0.42041-0.37939-0.08545-0.05469-0.19824-0.05469l-0.02735 0q-0.14014 0-0.18115 0.01367z`}]},ellipsis:{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M2.77197 5.85156q-0.2666 0.01367-0.50244 0.18115-0.33838 0.22559-0.45801 0.59815-0.11621 0.36914 0.00684 0.7417 0.12646 0.36914 0.46484 0.6084 0.26318 0.18115 0.62891 0.18115 0.25293 0 0.44092-0.0752 0.18799-0.07861 0.37597-0.2666 0.19141-0.19141 0.26661-0.37939 0.07861-0.18799 0.07861-0.44092 0-0.25293-0.07861-0.44092-0.0752-0.18799-0.25635-0.37256-0.15381-0.15381-0.29395-0.22216-0.30762-0.15381-0.67334-0.1128z m4.10157 0q-0.2085 0.01367-0.37598 0.09912-0.23926 0.11279-0.3999 0.31446-0.16064 0.20166-0.23243 0.44091-0.02734 0.11279-0.02734 0.29395 0 0.18115 0.02734 0.29395 0.08545 0.30762 0.30762 0.5332 0.22559 0.22217 0.5332 0.30762 0.11279 0.02734 0.29395 0.02734 0.18115 0 0.29395-0.02734 0.30762-0.08545 0.52978-0.30762 0.22559-0.22559 0.31104-0.5332 0.02734-0.11279 0.02734-0.29395 0-0.18115-0.02734-0.29395-0.07178-0.23926-0.23243-0.44091-0.16064-0.20166-0.3999-0.31446-0.26318-0.14014-0.6289-0.09912z m4.07421 0q-0.39307 0.02734-0.70068 0.33496-0.16748 0.18457-0.24609 0.37256-0.0752 0.18799-0.0752 0.44092 0 0.25293 0.0752 0.44775 0.07861 0.19482 0.2666 0.3794 0.19141 0.18115 0.37939 0.25976 0.18799 0.0752 0.44092 0.0752 0.36572 0 0.62891-0.18115 0.33838-0.23926 0.46142-0.6084 0.12647-0.37256 0.00684-0.7417-0.11621-0.37256-0.46143-0.60156-0.3418-0.23242-0.77588-0.17774z`}]},"messages-square":{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M2.15674 0.60156q-0.29395 0.02734-0.58789 0.16748-0.29395 0.14014-0.50586 0.36573-0.30762 0.32129-0.43408 0.78271l-0.04102 0.16748 0 5.72852q0 0.58789 0.01367 0.68359 0.07178 0.43408 0.44092 0.67334 0.37256 0.23926 0.79297 0.12646 0.14014-0.04443 0.229-0.09912 0.09229-0.05469 0.28711-0.22216 0.14014-0.14014 0.57422-0.57422 0.4751-0.46484 0.62207-0.60157 0.14697-0.14014 0.21875-0.17089l0.0957-0.04102 4.6211-0.01367 0.15381-0.05469q0.36572-0.11279 0.65283-0.34863 0.28711-0.23926 0.44092-0.56397 0.14014-0.28027 0.18115-0.60156 0.01367-0.16748 0-2.04394l0-1.87647-0.04102-0.16748q-0.12646-0.46143-0.43408-0.76904-0.44775-0.48877-1.13476-0.56055-0.16748-0.01367-3.06592-0.01367-2.89844 0-3.07959 0.02734z m6.24463 1.20313q0.19482 0.09912 0.29394 0.29394l0.04102 0.09912 0 3.78028-0.04102 0.09912q-0.11279 0.22217-0.35205 0.32129-0.05469 0.01367-2.35156 0.02734l-2.31055 0-0.14013 0.04102q-0.14014 0.04443-0.30762 0.12988-0.16748 0.08203-0.28028 0.16064-0.11279 0.0752-0.65625 0.62207l-0.54687 0.52979 0.01367-5.71143 0.04102-0.09912q0.11279-0.24951 0.37939-0.32129 0.08545-0.02734 3.10694-0.02734l3.01123 0.01367 0.09912 0.04102z m3.07959 2.89844q-0.18457 0.05811-0.29053 0.21191-0.10254 0.15381-0.10254 0.33496 0 0.23926 0.16748 0.40674 0.08545 0.08203 0.17432 0.11963 0.09228 0.03418 0.24609 0.05468 0.15381 0.02051 0.23584 0.05811 0.08545 0.03418 0.16065 0.11279 0.07861 0.0752 0.12304 0.1709l0.04102 0.09912 0.01367 5.73877-0.57422-0.57422q-0.44775-0.43408-0.60156-0.56396-0.15381-0.1333-0.33496-0.21875-0.12646-0.05469-0.29395-0.09912l-0.1709-0.04102-2.27978-0.01367q-2.29688-0.01367-2.35156-0.02734-0.22559-0.08545-0.35205-0.33496-0.01367-0.05811-0.02735-0.14014-0.01367-0.08545-0.01367-0.3794-0.01367-0.42041-0.03418-0.48193-0.02051-0.06494-0.07861-0.14014-0.05469-0.07861-0.1128-0.11963-0.15381-0.11279-0.3623-0.11279-0.23926 0-0.40674 0.16748-0.12646 0.11279-0.15381 0.25977-0.02734 0.14697-0.01367 0.56738 0 0.2666 0.00684 0.36572 0.00684 0.0957 0.03418 0.2085 0.07178 0.25293 0.18115 0.44092 0.11279 0.18799 0.29394 0.37256 0.18457 0.18115 0.37256 0.29394 0.18799 0.10938 0.44092 0.18115l0.16748 0.04102 4.59375 0.01367 0.08203 0.04102q0.08545 0.04443 0.82715 0.78613 0.5332 0.51611 0.65625 0.63574 0.12646 0.11963 0.22559 0.16065 0.22558 0.11279 0.46142 0.11279 0.32129 0 0.58106-0.19482 0.25977-0.19824 0.37256-0.53321 0.01367-0.07178 0.02734-0.51953l0.01367-4.95605q-0.01367-0.69727-0.02734-0.93653-0.01367-0.18115-0.04102-0.32129-0.11279-0.39307-0.39307-0.70068-0.28027-0.30762-0.65966-0.46143-0.19482-0.07178-0.45459-0.10595-0.25977-0.03418-0.36914 0.02051z`}]},archive:{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M1.46973 1.20313q-0.28027 0.05811-0.53321 0.30761-0.12305 0.12646-0.19482 0.23242-0.06836 0.10596-0.11279 0.27344l-0.04102 0.12647 0 2.15332 0.04102 0.14013q0.08545 0.22559 0.24609 0.40674 0.16064 0.18115 0.35547 0.28028 0.25293 0.12646 0.45117 0.12646l0.06836 0 0.01367 6.11816 0.04102 0.15381q0.15381 0.51953 0.50244 0.84766 0.35205 0.32813 0.85791 0.42725 0.0957 0.02734 0.72803 0.02734l3.10693 0 3.10693 0q0.63232 0 0.72803-0.02734 0.50586-0.09912 0.85449-0.42725 0.35205-0.32813 0.50586-0.84766l0.04102-0.15381 0.01367-6.11816 0.06836 0q0.19824 0 0.45117-0.12646 0.19482-0.09912 0.35547-0.28028 0.16065-0.18115 0.24609-0.40674l0.04102-0.14013 0-2.15332-0.04102-0.12647q-0.04443-0.16748-0.11621-0.27344-0.06836-0.10596-0.1914-0.23242-0.25293-0.24951-0.54688-0.30762-0.12647-0.02734-5.52344-0.02734-5.39697 0-5.52343 0.02734z m10.78027 2.00292l0 0.86817-10.5 0 0-1.75 10.5 0 0 0.88183z m-1.17578 5.04151l0 2.99414-0.04102 0.08545q-0.09912 0.19482-0.29394 0.29394l-0.1128 0.04102-7.25292 0-0.09913-0.04102q-0.2085-0.09912-0.30761-0.29394l-0.04102-0.08545 0-5.9917 8.14844 0 0 2.99756z m-5.44483-1.79443q-0.09912 0.04443-0.1914 0.12988-0.08887 0.08203-0.12647 0.16064-0.03418 0.0752-0.04101 0.11621-0.00684 0.04102-0.00684 0.14014 0 0.15381 0.04102 0.25293 0.11279 0.2085 0.3247 0.29395 0.06836 0.02734 0.24952 0.02734l1.12109 0 1.12109 0q0.18115 0 0.24952-0.02734 0.21191-0.08545 0.3247-0.29395 0.04102-0.09912 0.04102-0.25293 0-0.09912-0.00684-0.14014-0.00684-0.04102-0.03418-0.11279-0.04443-0.08203-0.13672-0.16406-0.08887-0.08545-0.17431-0.11963-0.08203-0.0376-0.26319-0.0376l-1.12109 0-1.12109 0q-0.19482 0.01367-0.24952 0.02735z`}]},"arrow-up-right":{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M3.94775 3.51367q-0.14014 0.04102-0.25976 0.15381-0.11963 0.11279-0.16065 0.25293-0.05469 0.19482 0.02735 0.39307 0.08545 0.19482 0.25293 0.29394 0.08545 0.02734 0.19482 0.04102 0.1709 0.01367 0.65967 0.02734l3.83496 0-2.45068 2.45068q-1.65088 1.65088-2.05762 2.07129-0.40332 0.42041-0.43408 0.4751-0.10938 0.23926-0.01367 0.46485 0.09912 0.22217 0.32128 0.32128 0.22559 0.0957 0.46485-0.01367 0.05469-0.03076 0.4751-0.43408 0.42041-0.40674 2.07129-2.05762l2.45068-2.45068 0 2.21143q0 2.2251 0.02734 2.31054 0.02734 0.18115 0.15381 0.29395 0.19824 0.19482 0.46143 0.17431 0.2666-0.02051 0.42041-0.24609l0.02734-0.02734q0.04443-0.05469 0.05811-0.18116 0.01367-0.15381 0.02734-0.68701l0-5.37646-0.04102-0.09571q-0.02734-0.11279-0.12646-0.21191-0.09912-0.09912-0.21192-0.12646l-0.0957-0.04102-3.01123 0q-2.99414 0-3.06592 0.01367z`}]},"align-left":{viewBox:`0 0 24 24`,paths:[{d:`M23 12c0-6.08-4.92-11-11-11-6.08 0-11 4.92-11 11 0 6.08 4.92 11 11 11 6.08 0 11-4.92 11-11z m-13.11-5.45c-0.81 0.48-1.43 1.23-1.74 2.12-0.19 0.52 0.09 1.09 0.61 1.27 0.52 0.19 1.09-0.09 1.27-0.61 0.16-0.44 0.47-0.82 0.88-1.06 0.4-0.24 0.88-0.33 1.35-0.25 0.46 0.08 0.89 0.33 1.19 0.69 0.3 0.36 0.47 0.82 0.47 1.29 0 0.47-0.37 0.96-1.05 1.42-0.32 0.21-0.64 0.37-0.89 0.48-0.12 0.05-0.22 0.09-0.29 0.12-0.03 0.01-0.06 0.02-0.07 0.03l-0.02 0c-0.52 0.18-0.8 0.74-0.63 1.27 0.18 0.52 0.74 0.8 1.27 0.63 0 0 0 0 0 0 0.01 0 0.01-0.01 0.01-0.01 0.01 0 0.02 0 0.04-0.01 0.03-0.01 0.07-0.02 0.12-0.04 0.09-0.04 0.23-0.09 0.38-0.16 0.32-0.14 0.75-0.36 1.18-0.65 0.82-0.54 1.95-1.55 1.95-3.08 0-0.94-0.33-1.86-0.94-2.58-0.61-0.72-1.45-1.21-2.38-1.37-0.93-0.16-1.89 0.02-2.71 0.5z m2.12 9.45l-0.01 0c-0.55 0-1 0.45-1 1 0 0.55 0.45 1 1 1l0.01 0c0.55 0 1-0.45 1-1 0-0.55-0.45-1-1-1z m8.99-4c0 4.97-4.03 9-9 9-4.97 0-9-4.03-9-9 0-4.97 4.03-9 9-9 4.97 0 9 4.03 9 9z`}]},"columns-2":{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M2.60449 1.20313q-0.50586 0.08545-0.87842 0.43749-0.36914 0.34863-0.50927 0.86475-0.02734 0.08545-0.02735 0.71436l-0.01367 3.78027 0.01367 3.78027q0 0.62891 0.02735 0.71436 0.14014 0.48877 0.46826 0.82031 0.33154 0.32813 0.82031 0.46826 0.08545 0.02734 0.71436 0.02735l3.78027 0.01367 3.78027-0.01367q0.62891 0 0.71436-0.02735 0.48877-0.14014 0.81689-0.46826 0.33154-0.33154 0.47168-0.82031 0.02734-0.08545 0.02735-0.71436l0.01367-3.78027-0.01367-3.78027q0-0.62891-0.02735-0.71436-0.12646-0.48877-0.458-0.81689-0.32813-0.33154-0.80323-0.47168l-0.14013-0.04102-4.32715 0q-4.3374 0-4.4502 0.02734z m3.82129 5.79687l0 4.67578-1.76367 0q-1.75 0-1.84912-0.02734-0.29395-0.05811-0.43408-0.33496l-0.04102-0.09913 0-8.42871 0.04102-0.09912q0.07178-0.14014 0.18798-0.229 0.11963-0.09229 0.25977-0.11963 0.08545 0 1.83545-0.01367l1.76367 0 0 4.67578z m4.8877-4.62109q0.2085 0.09912 0.30761 0.30761l0.04102 0.09912 0 8.42871-0.04102 0.09913q-0.14014 0.27685-0.43408 0.33496-0.09912 0.02734-1.84912 0.02734l-1.76367 0 0-9.35156 3.64014 0.01367 0.09912 0.04102z`}]},tags:{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M3.94775 0.60156q-0.39307 0.02734-0.70068 0.33496-0.14014 0.15381-0.2085 0.28028l-0.01367 0.04443q-0.05811 0.10938-0.07178 0.2085-0.02734 0.14014-0.02734 0.54687l0 3.64014 0.05469 0.16748q0.09912 0.32129 0.29394 0.57422 0.09912 0.14014 2.15674 2.19775 1.32959 1.31592 1.72266 1.70215 0.39307 0.38281 0.48877 0.45459 0.51953 0.33496 1.10742 0.33496 0.58789 0 1.10742-0.33496 0.08203-0.07178 0.38281-0.35889 0.30078-0.28711 1.2544-1.22363 1.4834-1.49707 1.58252-1.63721 0.28027-0.42041 0.32812-0.90234 0.04785-0.48535-0.1333-0.96045-0.09912-0.22559-0.23926-0.43408-0.06836-0.09912-2.05078-2.08496-1.979-1.98926-2.14648-2.1294-0.45117-0.37939-1.0083-0.42041-0.18457-0.02734-1.96192-0.02734-1.77734 0-1.91748 0.02734z m3.9751 1.20313q0.07178 0.03076 0.46143 0.42383 0.39307 0.38965 1.68164 1.66455 2.04395 2.04395 2.08496 2.12597 0.07178 0.12646 0.09228 0.28028 0.02051 0.15381-0.00683 0.30761l-0.01367 0q-0.01367 0.12646-0.08545 0.21192-0.08203 0.11279-0.37598 0.42041l-1.09375 1.104q-0.99463 0.98096-1.23389 1.22022-0.23584 0.23584-0.32129 0.26318-0.3623 0.18457-0.72802 0-0.08203-0.02734-0.40332-0.3418-0.32129-0.31445-1.75-1.74316-2.03027-2.03027-2.07471-2.10547-0.04102-0.07861-0.06152-0.18799-0.02051-0.11279-0.02051-1.90722l0-1.79102 3.75293 0.01367 0.0957 0.04102z m-1.98584 1.13476q-0.21191 0.04102-0.38623 0.19825-0.17432 0.15381-0.24609 0.34863-0.08203 0.23926-0.03418 0.48535 0.04785 0.24268 0.23242 0.42383 0.2666 0.2666 0.62207 0.2666 0.35547 0 0.62207-0.2666 0.29395-0.29395 0.25293-0.69043-0.04102-0.3999-0.39307-0.63916-0.10938-0.06836-0.20166-0.09571-0.09229-0.03076-0.25976-0.03759-0.16748-0.00684-0.2085 0.00683z m-4.91504 0.57422q-0.11279 0.02734-0.21875 0.11279-0.10254 0.08203-0.15381 0.17432-0.04785 0.09229-0.04785 0.20166-0.01367 0.14014-0.02734 0.57422l0.01367 3.05225q0.01367 0.32471 0.02734 0.42041 0.09912 0.39307 0.32129 0.68701 0.07178 0.08203 1.9961 2.02344 1.92432 1.93799 2.12256 2.11914 0.28027 0.25293 0.55712 0.36572 0.42041 0.18115 0.8545 0.17432 0.43408-0.00684 0.84082-0.21534 0.2666-0.12647 0.39306-0.2666 0.12646-0.14014 0.15381-0.32471 0.05469-0.29395-0.18115-0.50244-0.15381-0.14014-0.35205-0.15381-0.19482-0.01367-0.38965 0.1128-0.09912 0.06836-0.15723 0.0957-0.16748 0.08545-0.38623 0.07861-0.21533-0.00684-0.36914-0.09228-0.08203-0.04102-2.12597-2.08496-1.2749-1.28857-1.66797-1.67822-0.38965-0.39307-0.42041-0.46485l-0.04102-0.0957-0.01367-1.93457q-0.01367-1.94482-0.02734-1.99951-0.08545-0.23926-0.33496-0.33838-0.07178-0.04102-0.18457-0.04785-0.11279-0.00684-0.18116 0.00683z`}]},users:{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M4.84326 1.20313q-0.81006 0.11279-1.42871 0.61865-0.61523 0.50244-0.89551 1.24414-0.18115 0.48877-0.18115 1.02197 0 0.28027 0.04102 0.50586 0.04443 0.22217 0.14013 0.48877 0.15381 0.46143 0.46826 0.84766 0.31787 0.38281 0.7212 0.63574 0.36572 0.22559 0.73486 0.32471 0.37256 0.0957 0.80664 0.0957 0.22559 0 0.3623-0.01367 0.14014-0.01367 0.35206-0.05811 0.60156-0.15381 1.104-0.55713 0.50586-0.40674 0.7998-0.98096 0.19482-0.39307 0.26661-0.88183 0.02734-0.14014 0.02734-0.40674 0-0.2666-0.02734-0.40674-0.09912-0.65625-0.46485-1.20312-0.3623-0.54688-0.93652-0.89551-0.43408-0.2666-0.98096-0.36572-0.15381-0.02734-0.45459-0.03418-0.30078-0.00684-0.45459 0.02051z m4.34082 0.0581q-0.14014 0.04102-0.25293 0.14014-0.11279 0.0957-0.15381 0.2666-0.04102 0.16748 0 0.32129 0.04102 0.15381 0.15381 0.25293 0.11279 0.0957 0.33838 0.18115 0.24951 0.08203 0.40332 0.17432 0.15381 0.08887 0.30762 0.25976 0.33838 0.33496 0.45459 0.76904 0.11963 0.43408 0.01367 0.86817-0.10254 0.43408-0.41699 0.76904-0.31445 0.33496-0.7793 0.48877-0.19482 0.07178-0.28711 0.14356-0.08887 0.06836-0.16064 0.20849-0.05469 0.09912-0.05469 0.23926 0 0.13672 0.05469 0.23584 0.08545 0.19482 0.28027 0.29395 0.12646 0.05811 0.25293 0.05126 0.12646-0.01025 0.33496-0.07861 0.35205-0.11279 0.6084-0.27344 0.25977-0.16064 0.5127-0.42724 0.78271-0.78271 0.85449-1.84912 0.09912-1.18945-0.70069-2.12598-0.48877-0.58789-1.2749-0.85449-0.33496-0.11279-0.48877-0.05469z m-3.73926 1.09033q0.40674 0.02734 0.78272 0.28711 0.37939 0.25977 0.58105 0.65967 0.20508 0.39648 0.18457 0.88184-0.02051 0.48193-0.28711 0.86132-0.15381 0.23584-0.37939 0.41358-0.22217 0.17432-0.46143 0.27002-0.19482 0.05811-0.2871 0.07861-0.08887 0.02051-0.32813 0.02051-0.23926 0-0.33154-0.02051-0.08887-0.02051-0.28369-0.07861-0.39307-0.14014-0.68018-0.46826-0.28711-0.32813-0.3999-0.73487-0.10938-0.46143 0.01367-0.90918 0.12646-0.44775 0.45459-0.76904 0.33154-0.32471 0.79297-0.45117 0.08545-0.02734 0.24609-0.04785 0.16064-0.02051 0.21533-0.00684l0.16748 0.01367z m-2.35156 5.85156q-0.96387 0.14014-1.65088 0.82715-0.54687 0.54688-0.75537 1.31592-0.07178 0.23926-0.08545 0.44092-0.01367 0.20166-0.01367 0.82031l0 0.76904 0.04102 0.1128q0.05811 0.0957 0.14013 0.18115 0.21191 0.19482 0.50586 0.14697 0.29395-0.04785 0.42041-0.31445l0.04102-0.09912 0.01367-0.79639q0.01367-0.61865 0.02734-0.77246 0.01367-0.15381 0.07178-0.34863 0.14014-0.37939 0.46826-0.68018 0.32813-0.30078 0.73487-0.41357 0.15381-0.04102 0.53662-0.05469 0.38623-0.01367 1.66113-0.01367 1.2749 0 1.65771 0.01367 0.38623 0.01367 0.54004 0.05469 0.42041 0.11279 0.75538 0.43066 0.33838 0.31445 0.46142 0.71778 0.05811 0.16748 0.06494 0.3247 0.00684 0.15381 0.02051 0.7417l0.01367 0.79639 0.04102 0.09912q0.12646 0.2666 0.42041 0.31445 0.29395 0.04785 0.50586-0.14697 0.08203-0.08545 0.14013-0.18115l0.04102-0.1128 0-0.76904q0-0.61865-0.01367-0.82031-0.01367-0.20166-0.08545-0.44092-0.08203-0.32129-0.23584-0.61523-0.2666-0.51953-0.73828-0.90235-0.46826-0.38623-1.02539-0.54004l-0.04444-0.01367q-0.16748-0.05811-0.29394-0.07178-0.15381-0.01367-0.56055-0.01367l-1.60986-0.01367q-2.05762 0-2.21143 0.02734z m7.85449 0.05811q-0.23926 0.05469-0.36572 0.27344-0.12305 0.21533-0.05469 0.45459 0.05811 0.19482 0.21192 0.30761 0.06836 0.04102 0.28027 0.12647 0.24951 0.08203 0.40332 0.17432 0.15381 0.08887 0.32471 0.27343 0.33496 0.34863 0.44775 0.78272 0.02734 0.11279 0.03418 0.24609 0.00684 0.1333 0.02051 0.70752l0.01367 0.79639 0.04102 0.09912q0.12646 0.2666 0.42041 0.31445 0.29395 0.04785 0.50586-0.14697 0.08203-0.08545 0.14013-0.18115l0.04102-0.1128 0.01367-0.64599q0-0.64258-0.02734-0.95703-0.02734-0.31445-0.12647-0.59473-0.14014-0.42041-0.42724-0.81006-0.28711-0.39307-0.64942-0.65967-0.31103-0.22559-0.69726-0.35888-0.38281-0.1333-0.5503-0.08887z`}]},square:{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M2.60449 1.20313q-0.50586 0.08545-0.87842 0.43749-0.36914 0.34863-0.50927 0.86475-0.02734 0.08545-0.02735 0.71436l-0.01367 3.78027 0.01367 3.78027q0 0.62891 0.02735 0.71436 0.14014 0.48877 0.46826 0.82031 0.33154 0.32813 0.82031 0.46826 0.08545 0.02734 0.71436 0.02735l3.78027 0.01367 3.78027-0.01367q0.62891 0 0.71436-0.02735 0.48877-0.14014 0.81689-0.46826 0.33154-0.33154 0.47168-0.82031 0.02734-0.08545 0.02735-0.71436l0.01367-3.78027-0.01367-3.78027q0-0.62891-0.02735-0.71436-0.12646-0.48877-0.458-0.81689-0.32813-0.33154-0.80323-0.47168l-0.14013-0.04102-4.32715 0q-4.3374 0-4.4502 0.02734z m8.70899 1.17578q0.2085 0.09912 0.30761 0.30761l0.04102 0.09912 0 8.42871-0.04102 0.09913q-0.14014 0.27685-0.43408 0.33496-0.09912 0.02734-4.18701 0.02734-4.08789 0-4.18701-0.02734-0.29395-0.05811-0.43408-0.33496l-0.04102-0.09913 0-8.42871 0.04102-0.09912q0.07178-0.14014 0.18798-0.229 0.11963-0.09229 0.25977-0.11963 0.08545 0 4.22803 0l4.15967 0 0.09912 0.04102z`}]},list:{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M1.65088 2.35156q-0.18115 0.02734-0.32129 0.16748-0.2085 0.21191-0.15381 0.50586 0.05469 0.29395 0.32129 0.42041 0.09912 0.04102 0.25293 0.04102 0.25293 0 0.42041-0.16748 0.12646-0.12646 0.15381-0.29395 0.05469-0.30762-0.15723-0.51611-0.2085-0.21191-0.51611-0.15723z m2.92578-0.01367q-0.23584 0.04102-0.38281 0.24609-0.14697 0.20166-0.09229 0.44092 0.01367 0.0957 0.04785 0.16748 0.0376 0.06836 0.1128 0.14014 0.07861 0.06836 0.16064 0.11279l0.09912 0.04102 7.88184 0 0.09912-0.04102q0.2666-0.12646 0.32129-0.42041 0.05469-0.29395-0.15381-0.50586-0.14014-0.14014-0.33496-0.16748-0.09912-0.02734-3.8794-0.02734-3.78027 0-3.87939 0.01367z m-2.98047 4.10156q-0.25293 0.08545-0.37939 0.30762-0.04102 0.08545-0.04102 0.23926 0 0.15381 0.03418 0.23926 0.0376 0.08203 0.1333 0.18115 0.15381 0.15381 0.3999 0.16748 0.24609 0.01367 0.42041-0.16065 0.17432-0.17432 0.17432-0.41357 0-0.23926-0.16748-0.3999-0.16748-0.16064-0.39307-0.17432-0.14014 0-0.18115 0.01367z m2.88477 0.01368q-0.23926 0.08545-0.34522 0.3247-0.10254 0.23584-0.00683 0.46143 0.05811 0.0957 0.14013 0.18115 0.08545 0.08203 0.18457 0.12647l0.09571 0.02734 7.86816 0 0.08545-0.04102q0.06836-0.04443 0.15039-0.12646 0.08545-0.08545 0.12647-0.16065 0.04443-0.07861 0.04443-0.24609 0-0.16748-0.04102-0.25293-0.09912-0.16748-0.28027-0.2666l-0.08545-0.05469-3.93408 0q-3.94775 0-4.00244 0.02735z m-2.8711 4.06054q-0.12646 0.02734-0.23925 0.1333-0.10938 0.10596-0.16748 0.23243-0.0957 0.24951 0.04443 0.48876 0.14014 0.23926 0.41699 0.28711 0.28027 0.04785 0.49561-0.16064 0.21875-0.21191 0.16406-0.50586-0.02734-0.18115-0.15381-0.30762-0.11279-0.11279-0.25977-0.15381-0.14697-0.04102-0.30078-0.01367z m2.91211 0q-0.14014 0.04102-0.2666 0.16748-0.16748 0.15381-0.17432 0.37256-0.00684 0.21533 0.12647 0.39307 0.1333 0.17432 0.35547 0.21533 0.09912 0.01367 3.96142 0l3.85205 0 0.1128-0.04102q0.2085-0.11279 0.29053-0.32129 0.08545-0.21191 0.00683-0.4204-0.0752-0.21192-0.28369-0.32471l-0.09912-0.04102-3.90674-0.01367q-3.90674 0-3.9751 0.01367z`}]},upload:{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M6.80518 1.18945q-0.07178 0.02734-0.13672 0.07862-0.06152 0.04785-1.5586 1.54492-1.02197 1.0083-1.26806 1.2749-0.24268 0.2666-0.28711 0.33496-0.10938 0.23926-0.01367 0.46485 0.09912 0.22217 0.32128 0.32128 0.22559 0.0957 0.46485-0.01367 0.06836-0.03076 0.24951-0.20508 0.18457-0.17432 0.85449-0.83056l0.99463-0.99463 0 5.75244 0.04102 0.08545q0.04443 0.06836 0.12646 0.15381 0.08545 0.08203 0.16065 0.12646 0.07861 0.04102 0.24609 0.04102 0.16748 0 0.24268-0.04102 0.07861-0.04443 0.16064-0.12646 0.08545-0.08545 0.12988-0.15381l0.04102-0.08545 0-5.75244 0.99463 0.99463q0.66992 0.65625 0.85107 0.83056 0.18457 0.17432 0.25293 0.20508 0.23926 0.10938 0.46143 0.01367 0.22559-0.09912 0.32129-0.32128 0.09912-0.22559-0.01026-0.46485-0.04443-0.06836-0.29736-0.33496-0.24951-0.2666-1.28516-1.30225-1.52783-1.52441-1.60644-1.55859-0.0752-0.0376-0.22901-0.05127-0.15381-0.01367-0.22216 0.01367z m-5.20899 7q-0.25293 0.08545-0.37939 0.30762l-0.04102 0.08545 0.01367 2.60449q0 0.23584 0.02735 0.30762 0.14014 0.48877 0.46826 0.82031 0.33154 0.32813 0.82031 0.46826 0.08545 0.02734 0.71436 0.02735l3.78027 0.01367 3.78027-0.01367q0.62891 0 0.71436-0.02735 0.48877-0.14014 0.81689-0.46826 0.33154-0.33154 0.47168-0.82031 0.02734-0.07178 0.02735-0.30762l0.01367-2.60449-0.04102-0.08545q-0.09912-0.16748-0.28027-0.2666-0.05811-0.02734-0.09912-0.04102-0.04102-0.01367-0.15381-0.01367-0.11279 0-0.15381 0.01367-0.04101 0.01367-0.09912 0.04102-0.18115 0.09912-0.28027 0.2666l-0.04102 0.08545-0.01367 2.63183-0.04102 0.09913q-0.14014 0.27685-0.43408 0.33496-0.09912 0.02734-4.18701 0.02734-4.08789 0-4.18701-0.02734-0.29395-0.05811-0.43408-0.33496l-0.04102-0.09913-0.01367-2.63183-0.04102-0.08545q-0.09912-0.18115-0.28027-0.2666-0.08545-0.04102-0.22559-0.04785-0.14014-0.00684-0.18115 0.00683z`}]},"wand-sparkles":{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M5.7251 0.60156q-0.18115 0.02734-0.31446 0.17432-0.1333 0.14697-0.16064 0.31445 0 0.05811-0.01367 0.07178-0.01367 0.01367-0.07178 0.01367-0.12305 0.01367-0.24951 0.10596-0.12646 0.08887-0.19824 0.21533-0.04102 0.08545-0.04102 0.25293 0 0.16748 0.04102 0.25293 0.07178 0.12646 0.18799 0.21875 0.11963 0.08887 0.25976 0.10254l0.08545 0.01367 0 0.07178q0.01367 0.12305 0.10254 0.25635 0.09229 0.1333 0.21875 0.1914 0.07178 0.02734 0.17432 0.04785 0.10596 0.02051 0.1914-0.00683 0.19482-0.02734 0.32129-0.16065 0.12646-0.1333 0.15381-0.34521 0.01367-0.04102 0.02051-0.05469 0.00684-0.01367 0.03418-0.01367 0.12646 0 0.2666-0.0957 0.14014-0.09912 0.21191-0.22559 0.04102-0.09912 0.04102-0.25293 0-0.09912-0.00684-0.14014-0.00684-0.04102-0.03418-0.11279-0.07178-0.12646-0.21191-0.22217-0.14014-0.09912-0.2666-0.09912-0.02734 0-0.03418-0.01367-0.00684-0.01367-0.02051-0.05469-0.05469-0.33838-0.33496-0.46484-0.16748-0.06836-0.35205-0.04102z m5.3081 0.02735q-0.18457 0.04443-0.37939 0.16748-0.08545 0.05811-4.87402 4.83984-4.78516 4.77832-4.91163 4.93213-0.14014 0.18457-0.21191 0.37256-0.06836 0.18799-0.06836 0.43408 0 0.24609 0.06152 0.43408 0.06494 0.18799 0.21875 0.37256 0.09912 0.12305 0.51612 0.53662 0.42041 0.41357 0.50586 0.46826 0.16748 0.11279 0.39306 0.18457 0.14014 0.04101 0.3418 0.04102 0.20166 0 0.35547-0.04102 0.28027-0.08545 0.50586-0.29394 0.18115-0.15381 4.91846-4.89795 4.74072-4.74756 4.78173-4.81934 0.11279-0.16748 0.18457-0.39306 0.04101-0.14014 0.04102-0.3418 0-0.20166-0.04102-0.35547-0.08545-0.2666-0.29394-0.50586-0.11279-0.12646-0.47168-0.48193-0.35547-0.35889-0.44092-0.42725-0.2085-0.16748-0.44775-0.22558-0.14014-0.04102-0.34864-0.04102-0.2085 0-0.33496 0.04102z m0.79639 1.5415q0.42041 0.40674 0.42041 0.45459 0 0.04785-1.16211 1.20996l-1.17578 1.16211-0.90918-0.90918 1.16211-1.17578q1.16211-1.16211 1.20996-1.16211 0.04785 0 0.45459 0.42041z m-9.09863 0.78271q-0.23926 0.08545-0.35205 0.33838-0.02734 0.05469-0.03418 0.12647-0.00684 0.06836-0.02051 0.30762l0 0.34863-0.28027 0q-0.32129 0-0.46143 0.04443-0.14014 0.04102-0.25293 0.15039-0.2085 0.21191-0.15381 0.50586 0.05469 0.29395 0.32129 0.42041 0.08545 0.02734 0.14014 0.03418 0.05811 0.00684 0.32129 0.02051l0.36572 0 0 0.29395q0 0.32129 0.03418 0.45459 0.03418 0.1333 0.15381 0.25292 0.11963 0.11963 0.31445 0.15381 0.19824 0.03418 0.35205-0.04785 0.08203-0.04443 0.15039-0.11963 0.07178-0.07861 0.10596-0.15381 0.0376-0.07861 0.04443-0.14013 0.00684-0.06494 0.02051-0.32813l0-0.36572 0.3623 0q0.2666-0.01367 0.32813-0.02051 0.06494-0.00684 0.14014-0.04101 0.07861-0.0376 0.15381-0.10596 0.07861-0.07178 0.11279-0.14014 0.0376-0.07178 0.05127-0.18115 0.04102-0.19824-0.05127-0.36572-0.08887-0.16748-0.28369-0.2666-0.07178-0.02734-0.13672-0.03418-0.06152-0.00684-0.32813-0.02051l-0.34863 0 0-0.36572q-0.01367-0.26318-0.02051-0.32471-0.00684-0.06494-0.04443-0.14014-0.03418-0.07861-0.12647-0.16064-0.08887-0.08545-0.18115-0.11963-0.08887-0.0376-0.20849-0.0376-0.11963 0-0.18799 0.02734z m5.90625 2.42334l0.44775 0.44776-3.20605 3.21973q-1.93115 1.93115-2.58399 2.57031-0.64941 0.63574-0.68359 0.63574-0.03418 0-0.44776-0.41357-0.41357-0.41357-0.41357-0.46143 0-0.04785 3.20605-3.25391 3.20605-3.20605 3.2129-3.20605 0.00684 0 0.46826 0.46142z m2.33789 2.2251q-0.12646 0.01367-0.2461 0.10596-0.11621 0.08887-0.17431 0.21533-0.02734 0.07178-0.03418 0.13672-0.00684 0.06152-0.02051 0.32813l0 0.3623-0.36572 0q-0.26318 0.01367-0.32813 0.02051-0.06152 0.00684-0.14013 0.04443-0.0752 0.03418-0.15381 0.10596-0.0752 0.06836-0.11963 0.13672-0.08203 0.16748-0.04785 0.36572 0.03418 0.19482 0.15381 0.31445 0.11963 0.11963 0.25292 0.15381 0.1333 0.03418 0.45459 0.03418l0.29395 0 0 0.36572q0.01367 0.26318 0.02051 0.32129 0.00684 0.05469 0.03418 0.14014 0.12646 0.2666 0.42041 0.31445 0.29395 0.04785 0.50586-0.14697 0.08203-0.08545 0.14013-0.18115 0.02734-0.08545 0.03418-0.14697 0.00684-0.06494 0.02051-0.31788l0-0.34863 0.34863 0q0.25293-0.01367 0.31446-0.02051 0.06494-0.00684 0.15039-0.03418 0.2085-0.11279 0.29053-0.32129 0.08545-0.21191 0.00683-0.42041-0.0752-0.21191-0.28369-0.3247-0.08545-0.02734-0.14355-0.03418-0.05469-0.00684-0.31788-0.02051l-0.36572 0 0-0.29395q0-0.29395-0.02734-0.39306-0.04102-0.23584-0.23242-0.36914-0.18799-0.1333-0.44092-0.09229z`}]},"trash-2":{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M5.65674 0.60156q-0.44775 0.04102-0.84766 0.32129-0.3999 0.28027-0.58105 0.70069-0.08545 0.21191-0.1128 0.37939-0.02734 0.16748-0.02734 0.50244l-0.01367 0.42041-2.4917 0-0.08545 0.05469q-0.18115 0.09912-0.28027 0.2666-0.04102 0.08545-0.04102 0.25293 0 0.16748 0.04102 0.24609 0.04443 0.0752 0.12646 0.16065 0.08545 0.08203 0.14697 0.11963 0.06494 0.03418 0.13331 0.04101 0.07178 0.00684 0.33496 0.00684l0.36572 0 0.01367 7.84082 0.04102 0.16748q0.07178 0.25293 0.18115 0.44092 0.11279 0.18799 0.29394 0.37256 0.18457 0.18115 0.37256 0.29394 0.18799 0.10938 0.44092 0.18115l0.16748 0.04102 6.33008 0 0.16748-0.04102q0.25293-0.07178 0.44092-0.18115 0.18799-0.11279 0.36914-0.29394 0.18457-0.18457 0.29394-0.37256 0.11279-0.18799 0.18457-0.44092l0.04102-0.16748 0.01367-7.84082 0.36572 0q0.26318 0 0.33155-0.00684 0.07178-0.00684 0.1333-0.04101 0.06494-0.0376 0.14697-0.11963 0.08545-0.08545 0.12647-0.16065 0.04443-0.07861 0.04443-0.24609 0-0.16748-0.04102-0.25293-0.09912-0.16748-0.28027-0.2666l-0.08545-0.05469-2.4917 0-0.01367-0.42041q0-0.28027-0.00684-0.37598-0.00684-0.09912-0.03418-0.21191-0.15381-0.56055-0.57422-0.91602-0.42041-0.35889-0.99462-0.41357-0.16748-0.01367-1.31592-0.00684-1.14844 0.00684-1.32959 0.02051z m2.74463 1.20313q0.19482 0.09912 0.29394 0.29394 0.02734 0.07178 0.03418 0.13672 0.00684 0.06152 0.02051 0.32813l0 0.3623-3.5 0 0-0.3623q0.01367-0.2666 0.02051-0.32813 0.00684-0.06494 0.03418-0.13672 0.08545-0.18115 0.22558-0.24951l0-0.01367q0.08203-0.04443 0.16748-0.05811 0.08545-0.01367 0.36573-0.02734l2.23877 0.01367 0.09912 0.04102z m2.09863 6.13183l-0.01367 3.86573-0.02735 0.08545q-0.12646 0.26318-0.37939 0.33496-0.08203 0.02734-3.07959 0.02734-2.99756 0-3.07959-0.02734-0.25293-0.07178-0.37939-0.33496l-0.02735-0.08545-0.01367-7.72803 7 0 0 3.8623z m-4.7749-2.08496q-0.12646 0.01367-0.2461 0.10596-0.11621 0.08887-0.17431 0.21533l-0.04102 0.09912-0.01367 3.33252q0.01367 0.3623 0.02734 0.4751 0.01367 0.08545 0.07178 0.15381l0.01367 0.02734q0.15381 0.21191 0.417 0.23242 0.2666 0.02051 0.46484-0.17431 0.12646-0.12646 0.15381-0.29395 0.02734-0.11279 0.02734-1.86279 0-1.75-0.02734-1.84912-0.04102-0.23584-0.23242-0.36914-0.18799-0.1333-0.44092-0.09229z m2.35156 0q-0.18115 0.01367-0.31445 0.14698-0.1333 0.1333-0.16065 0.31445-0.02734 0.09912-0.02734 1.86279 0 1.76367 0.02734 1.86279 0.02734 0.16748 0.15381 0.28028 0.19824 0.19482 0.46143 0.17431 0.2666-0.02051 0.42041-0.24609l0.01367-0.01367q0.05811-0.08203 0.07178-0.15381 0.01367-0.12646 0.02734-0.4751l0-3.2915-0.04102-0.0957q-0.08545-0.21191-0.25293-0.30762-0.16748-0.09912-0.37939-0.05811z`}]},"arrow-down":{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M6.90088 2.35156q-0.0957 0.01367-0.17432 0.05127-0.0752 0.03418-0.15381 0.12647-0.0752 0.08887-0.11279 0.16748-0.03418 0.0752-0.03418 0.52295l0 3.01123q0 3.42822-0.01367 3.42822-0.01367 0-1.59619-1.58252-1.14844-1.14502-1.38086-1.37061-0.229-0.22559-0.31445-0.25293-0.2085-0.06836-0.42725 0.01709-0.21533 0.08203-0.31445 0.29053-0.04102 0.11279-0.04102 0.23926l0 0.04102q0 0.11279 0.05469 0.19824 0.09912 0.14014 0.46484 0.51611l1.67822 1.68164q2.10205 2.1123 2.18409 2.15332 0.12646 0.07178 0.28027 0.07178 0.15381 0 0.28027-0.07178 0.08203-0.04102 2.18409-2.15332l1.67822-1.68164q0.36572-0.37598 0.46484-0.51611 0.05469-0.08545 0.05469-0.19824l0-0.04102q0-0.12646-0.04102-0.23926-0.09912-0.2085-0.31787-0.29053-0.21533-0.08545-0.42382-0.01708-0.08545 0.02734-0.31788 0.25292-0.229 0.22559-1.37744 1.37061-1.58252 1.58252-1.59619 1.58252-0.01367 0-0.01367-3.42822l0-2.97022q0-0.48877-0.02734-0.54345-0.07178-0.19824-0.25293-0.30079-0.18115-0.10596-0.39307-0.06494z`}]},copy:{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M2.15674 0.60156q-0.29395 0.02734-0.58789 0.16748-0.29395 0.14014-0.50586 0.36573-0.30762 0.32129-0.43408 0.78271l-0.04102 0.16748 0 6.33008 0.04102 0.16748q0.22559 0.78271 0.91259 1.13477 0.2085 0.10938 0.46827 0.16748 0.25977 0.05469 0.41357 0.02734 0.24951-0.05469 0.38965-0.24268 0.14014-0.19141 0.08545-0.44433-0.02734-0.16748-0.16065-0.30762-0.1333-0.14014-0.3999-0.16748-0.39307-0.04102-0.5332-0.34863l-0.04102-0.09912 0-6.1045 0.04102-0.09912q0.09912-0.19482 0.29394-0.29394l0.09912-0.04102 6.1045 0 0.09912 0.04102q0.30762 0.14014 0.34863 0.51953 0.02734 0.2666 0.18115 0.42041 0.12646 0.12646 0.30762 0.15381 0.29395 0.05469 0.50586-0.15381 0.11279-0.11279 0.14697-0.24609 0.03418-0.1333 0.02051-0.32813-0.08545-0.646-0.52637-1.07666-0.44092-0.43408-1.08349-0.49219-0.16748-0.02734-3.06592-0.02734-2.89844 0-3.07959 0.02734z m3.5 3.5q-0.29395 0.02734-0.58789 0.16748-0.29395 0.14014-0.50586 0.3794-0.30762 0.32129-0.43408 0.79638l-0.04102 0.1709 0 6.29932 0.04102 0.16748q0.07178 0.25293 0.18115 0.44092 0.11279 0.18799 0.29394 0.37256 0.18457 0.18115 0.37256 0.29394 0.18799 0.10938 0.44092 0.18115l0.16748 0.04102 6.33008 0 0.16748-0.04102q0.25293-0.07178 0.44092-0.18115 0.18799-0.11279 0.36914-0.29394 0.18457-0.18457 0.29394-0.37256 0.11279-0.18799 0.18457-0.44092l0.04102-0.16748 0-6.33008-0.04102-0.16748q-0.12646-0.46143-0.43408-0.78271-0.44775-0.4751-1.13476-0.54688-0.16748-0.01367-3.06592-0.01367-2.89844 0-3.07959 0.02734z m6.24463 1.20313q0.19482 0.09912 0.29394 0.29394l0.04102 0.09912 0 6.1045-0.02735 0.08545q-0.12646 0.26318-0.37939 0.33496-0.08203 0.02734-3.07959 0.02734-2.99756 0-3.07959-0.02734-0.25293-0.07178-0.37939-0.33496l-0.02735-0.08545 0-6.1045 0.04102-0.09912q0.11279-0.24951 0.37939-0.32129 0.08545-0.02734 3.10694-0.02734l3.01123 0.01367 0.09912 0.04102z`}]},bell:{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M6.76074 0.60156q-0.62891 0.02734-1.22363 0.25293-0.59473 0.22217-1.0835 0.62891-0.63232 0.50586-1.03222 1.22705-0.39648 0.72119-0.48194 1.51758-0.01367 0.16748-0.03418 0.70068-0.02051 0.52979-0.0581 0.86817-0.03418 0.33496-0.12988 0.68359-0.09912 0.43408-0.28028 0.78613-0.14014 0.30762-0.29394 0.51953-0.15381 0.2085-0.50586 0.58448-0.22217 0.25293-0.30762 0.38623-0.08203 0.1333-0.12647 0.31445-0.04102 0.14014-0.02734 0.32471 0.01367 0.18115 0.05469 0.30761 0.1709 0.46143 0.60498 0.66993l0.04101 0.02734q0.09912 0.0581 0.28028 0.07178 0.23584 0.01367 1.04931 0.02734l7.5879 0q0.81348-0.01367 1.04931-0.02734 0.18115-0.01367 0.28027-0.07178l0.04102-0.02734q0.43408-0.2085 0.60498-0.66993 0.04102-0.12646 0.05469-0.30761 0.01367-0.18457-0.02735-0.32471-0.04443-0.18115-0.12988-0.32129-0.08203-0.14014-0.3042-0.37939-0.35205-0.37598-0.50586-0.58448-0.15381-0.21191-0.29394-0.51953-0.16748-0.33496-0.2666-0.69726-0.0957-0.36572-0.14014-0.72803-0.04102-0.36572-0.06836-0.9126-0.01367-0.72803-0.08545-1.04932-0.2085-1.08008-0.93652-1.9038-0.72803-0.82715-1.76367-1.1792-0.7417-0.23584-1.54151-0.19483z m0.68701 1.18946q0.46143 0.07178 0.88184 0.28369 0.42041 0.2085 0.7417 0.55713 0.46143 0.46143 0.67334 1.06298 0.0957 0.25293 0.12988 0.49219 0.0376 0.23584 0.05127 0.7417 0.01367 0.58789 0.06836 1.01514 0.05811 0.42725 0.15723 0.84765 0.16748 0.68359 0.46826 1.2168 0.30078 0.5332 0.84766 1.12109l0.19482 0.19483-9.32422 0 0.19482-0.19483q0.54688-0.58789 0.84766-1.12109 0.30078-0.5332 0.46826-1.2168 0.09912-0.42041 0.15381-0.84765 0.05811-0.42725 0.07861-1.01514 0.02051-0.58789 0.06836-0.875 0.05127-0.28711 0.21192-0.63574 0.16064-0.35205 0.46142-0.68701 0.30078-0.33838 0.63575-0.54688 0.60498-0.36572 1.333-0.42041 0.08203-0.01367 0.31104 0 0.23242 0.01367 0.34521 0.02735z m-1.6372 9.89843q-0.22559 0.08545-0.33155 0.28028-0.10254 0.19482-0.04785 0.42041 0.01367 0.08545 0.11963 0.24609 0.10596 0.16065 0.21875 0.27344 0.50244 0.50244 1.23047 0.50244 0.72803 0 1.23047-0.50244 0.11279-0.11279 0.21875-0.27344 0.10596-0.16064 0.11963-0.24609 0.05469-0.19482-0.0376-0.38282-0.08887-0.19141-0.27002-0.29052-0.08545-0.04102-0.25293-0.04102-0.11279 0-0.15381 0.01367-0.04102 0.01367-0.11279 0.04102-0.09912 0.05811-0.18115 0.15723-0.11279 0.15381-0.17774 0.20849-0.06152 0.05469-0.14697 0.09912-0.08203 0.04102-0.23584 0.04102-0.15381 0-0.23926-0.04102-0.08203-0.04443-0.14697-0.09912-0.06152-0.05469-0.17432-0.20849-0.15381-0.19824-0.43408-0.21192-0.14014 0-0.19482 0.01367z`}]},"key-round":{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M8.68164 0.57422q-0.60498 0.05469-1.13476 0.25293-0.32129 0.12646-0.67334 0.32812-0.34863 0.20166-0.62891 0.44092-0.40674 0.34863-0.72803 0.79639-0.32129 0.44775-0.51953 0.93994-0.15381 0.39307-0.22559 0.72803-0.06836 0.33496-0.08203 0.75537-0.01367 0.51953 0.09912 1.02197l0.04102 0.18115-1.89014 1.89014q-1.89014 1.87646-2.00293 2.0166-0.19482 0.2666-0.29394 0.58789-0.04102 0.16748-0.05469 0.39307-0.01367 0.22217 0 0.81006l0 0.61865q0.01367 0.15381 0.02734 0.22217 0.09912 0.29394 0.31446 0.51953 0.21875 0.22217 0.52636 0.30762 0.06836 0.01367 0.25293 0.02734l0.90918 0 0.92286 0q0.18457-0.01367 0.25293-0.02734 0.23926-0.07178 0.44091-0.23243 0.20166-0.16064 0.31446-0.38281 0.07178-0.15723 0.09228-0.27344 0.02051-0.11963 0.02051-0.42724l0.01367-0.39307 0.39307-0.01367q0.30762 0 0.42383-0.02051 0.11963-0.02051 0.27685-0.09228 0.22217-0.11279 0.38281-0.30762 0.16064-0.19482 0.23243-0.43408 0.02734-0.11279 0.02734-0.48877l0.01367-0.39307 0.21192-0.01367q0.3623-0.04102 0.64941-0.18115 0.28711-0.14014 0.55371-0.42041l0.14014-0.14014 0.19482 0.04102q0.50586 0.11279 1.06983 0.09228 0.56738-0.02051 1.07324-0.17432 0.90918-0.28027 1.62353-0.91259 0.75537-0.65625 1.14844-1.56543 0.34863-0.84082 0.3418-1.74317-0.00684-0.90576-0.36914-1.75683-0.28027-0.63232-0.7793-1.16895-0.49561-0.54004-1.1416-0.89209-0.2085-0.10937-0.51612-0.229-0.30762-0.11963-0.56054-0.17432-0.30762-0.07178-0.70752-0.10596-0.3999-0.03418-0.67676-0.00683z m0.79639 1.18945q0.79639 0.09912 1.43896 0.56055 0.646 0.46143 1.01172 1.16211 0.15381 0.33496 0.23584 0.6289 0.05811 0.23926 0.07861 0.39307 0.02051 0.15381 0.02051 0.44775-0.01367 0.25293-0.02051 0.35206-0.00684 0.0957-0.03418 0.24951-0.11279 0.5332-0.36572 0.96728-0.42041 0.75537-1.16894 1.18262-0.74853 0.42725-1.60303 0.42725-0.28027 0-0.48535-0.02735-0.20166-0.03076-0.47852-0.11279-0.32471-0.09912-0.51953-0.01367-0.08545 0.04102-0.39307 0.34179-0.30762 0.30078-0.41357 0.35889-0.10254 0.05469-0.35547 0.06836-0.19482 0.01367-0.30762 0.04102-0.11279 0.02734-0.24609 0.09228-0.1333 0.06152-0.28711 0.21533-0.15381 0.15381-0.2085 0.28028-0.08545 0.16748-0.09912 0.27343-0.01367 0.10596-0.02734 0.44092l0 0.40674-0.40674 0q-0.33496 0.01367-0.44775 0.03418-0.11279 0.02051-0.28028 0.10596-0.12646 0.05469-0.28027 0.20849-0.15381 0.15381-0.2085 0.28028-0.08545 0.16748-0.09912 0.27343-0.01367 0.10596-0.02734 0.44092l0 0.40674-1.75 0 0-0.70068q0.01367-0.52978 0.01367-0.62891 0-0.09912 0.03418-0.16748 0.0376-0.07178 0.38623-0.43408 0.34863-0.36572 1.73633-1.75 1.42871-1.44238 1.75684-1.77735 0.32813-0.33838 0.34179-0.39306 0.04443-0.11279 0.04444-0.18799 0-0.07861-0.03077-0.20508l-0.08203-0.29394q-0.08545-0.3623-0.08545-0.77588 0-0.41357 0.09913-0.79297 0.2085-0.86816 0.85107-1.49707 0.646-0.62891 1.52783-0.82715 0.54688-0.13672 1.13477-0.05469z m-0.08545 1.76367q-0.22217 0.05811-0.38965 0.23243-0.16748 0.17432-0.22559 0.3999-0.08203 0.32129 0.07178 0.6289 0.04102 0.08203 0.16065 0.20166 0.11963 0.11963 0.20166 0.16065 0.19824 0.09912 0.41357 0.09912 0.21533 0 0.41357-0.09912 0.08203-0.04102 0.20166-0.16065 0.11963-0.11963 0.16065-0.20166 0.12646-0.25293 0.09228-0.52636-0.03418-0.27344-0.23242-0.46826-0.26318-0.29395-0.64258-0.29395-0.09912 0-0.22558 0.02734z`}]},folders:{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M4.99707 1.18945q-0.34863 0.04102-0.67334 0.2461-0.32129 0.20166-0.51611 0.4956-0.16748 0.25293-0.25293 0.54688l-0.04102 0.15381-0.01367 2.81298q0 2.83008 0.01367 2.97022 0.08545 0.54346 0.46143 0.94336 0.37939 0.3999 0.92627 0.52637 0.10938 0.01367 0.64258 0.02734l6.37109 0 0.16748-0.04102q0.25293-0.07178 0.44092-0.18115 0.18799-0.11279 0.36914-0.29394 0.18457-0.18457 0.29394-0.37256 0.11279-0.18799 0.18457-0.44092l0.04102-0.16748 0-4.58008-0.04102-0.16748q-0.12646-0.46143-0.43408-0.76904-0.44775-0.48877-1.13476-0.56055-0.19482-0.01367-1.80469-0.01367l-1.62695 0-0.05469-0.04102q-0.06836-0.03076-0.2085-0.22558-0.21191-0.28027-0.29053-0.37598-0.0752-0.09912-0.15722-0.15723-0.19824-0.16748-0.42041-0.24951-0.1709-0.07178-0.35889-0.08545-0.18799-0.01367-0.92969-0.01367-0.89551 0-0.95361 0.01367z m1.77734 1.16211q0.07178 0.01367 0.1128 0.05127 0.04443 0.03418 0.25976 0.32129 0.21533 0.28711 0.36231 0.42041 0.15039 0.12988 0.35888 0.22901l0.04102 0.01367q0.11279 0.05811 0.21191 0.07177 0.12646 0.02734 0.46143 0.02735l3.21973 0.02734 0.09912 0.04102q0.19482 0.09912 0.29394 0.29394l0.04102 0.09912 0 4.3545-0.02735 0.08545q-0.12646 0.27686-0.39306 0.34863-0.08545 0.01367-3.40088 0.01367l-3.31885-0.01367-0.09912-0.04102q-0.08203-0.04443-0.16748-0.1333-0.08203-0.09229-0.11963-0.17431-0.03418-0.08545-0.03418-0.45118l0-5.17822 0.04102-0.08545q0.07178-0.12646 0.18115-0.21533 0.11279-0.09229 0.25293-0.10596 0.09912-0.02734 0.82715-0.02734 0.72803 0 0.79638 0.02734z m-5.16455 1.90381q-0.16748 0.04102-0.37256 0.21875-0.20166 0.17432-0.34179 0.36914-0.18115 0.28027-0.28028 0.63233-0.01367 0.08203-0.02734 0.54345l0 2.32422q-0.01367 2.74463 0.01367 2.91211 0.02734 0.30762 0.16748 0.60156 0.15381 0.32471 0.44092 0.56397 0.28711 0.23584 0.65283 0.34863l0.15381 0.05469 3.4419 0q3.44531 0 3.5581-0.01367 0.33496-0.05811 0.63574-0.23243 0.30078-0.17432 0.49903-0.45458 0.10938-0.14014 0.14355-0.22901 0.0376-0.09229 0.0376-0.23242 0-0.14014-0.04102-0.23926-0.09912-0.19482-0.28027-0.28027-0.11279-0.05469-0.24609-0.05469-0.1333 0-0.23243 0.04443-0.0957 0.04102-0.1538 0.09571-0.05469 0.05469-0.15381 0.18115-0.14014 0.19824-0.34864 0.23926-0.09912 0.02734-3.31884 0.02734-3.21973 0-3.32569-0.02051-0.10254-0.02051-0.17431-0.05468-0.06836-0.0376-0.14014-0.1128-0.06836-0.07861-0.11279-0.16064l-0.04102-0.09912-0.01367-4.85694q0-0.50586 0.02734-0.65966 0.01367-0.0957 0.05811-0.18116l0.01367-0.01367q0.05469-0.08545 0.18799-0.18115 0.1333-0.09912 0.17432-0.15381 0.08545-0.12646 0.10595-0.28027 0.02051-0.15381-0.0205-0.28028-0.08545-0.19824-0.29053-0.30761-0.20166-0.11279-0.39649-0.05811z`}]},"file-diff":{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M3.33252 0.60156q-0.58789 0.04102-1.02197 0.44776-0.43408 0.40674-0.53321 0.99463-0.02734 0.16748-0.02734 4.95605 0 4.78857 0.02734 4.95605 0.09912 0.5332 0.46827 0.92627 0.37256 0.38965 0.90576 0.50245 0.10938 0.01367 0.66992 0.02734l3.17871 0 3.17871 0q0.56055-0.01367 0.66992-0.02734 0.5332-0.11279 0.90235-0.50245 0.37256-0.39307 0.47168-0.92627 0.02734-0.16748 0.02734-3.80078 0-3.6333-0.02734-3.80078-0.08545-0.51953-0.40674-0.92285-0.11279-0.14014-1.24756-1.2749-0.89551-0.88184-1.10742-1.06983-0.2085-0.19141-0.41699-0.29052-0.33496-0.16748-0.72803-0.19483-0.18115-0.02734-2.4917-0.02734-2.31055 0-2.4917 0.02734z m4.99707 1.16211q0.09912 0.02734 0.21191 0.07178 0.08203 0.04102 0.27686 0.229 0.19824 0.18799 0.98096 0.97412 0.82715 0.82715 0.98779 1.00147 0.16065 0.17432 0.21533 0.27344l0.07178 0.14013 0 7.32129-0.02735 0.0957q-0.04443 0.09912-0.12988 0.19141-0.08203 0.08887-0.16406 0.1333l-0.09912 0.04102-7.30762 0-0.09912-0.04102q-0.08203-0.04443-0.16748-0.1333-0.08203-0.09228-0.11963-0.17431-0.03418-0.08545-0.03418-0.70069l0-4.18701 0-4.18701q0-0.61523 0.02734-0.6836 0.05811-0.12646 0.16749-0.23242 0.11279-0.10596 0.23925-0.1333 0.08545-0.01367 2.48487-0.01367 2.40283 0 2.48486 0.01367z m-1.46973 1.75q-0.12646 0.02734-0.23925 0.1333-0.10938 0.10596-0.16749 0.23242-0.01367 0.06836-0.0205 0.17432-0.00684 0.10596-0.00684 0.55371l0 0.64258-1.32959 0.01367-0.09912 0.04102q-0.2666 0.12646-0.31445 0.42041-0.04785 0.29395 0.14697 0.50586 0.08545 0.08203 0.18115 0.14013l0.1128 0.04102 1.30224 0.01367 0 0.62891q0 0.40674 0 0.5332 0.01367 0.16748 0.04102 0.23926 0.03076 0.06836 0.11279 0.15381 0.18115 0.18115 0.42041 0.18115 0.23926 0 0.42041-0.18115 0.08203-0.08545 0.10938-0.15381 0.03076-0.07178 0.04443-0.23926 0-0.12646 0-0.5332l0-0.62891 1.30224-0.01367 0.1128-0.04102q0.2085-0.11279 0.29053-0.32129 0.08545-0.21191 0.00683-0.42041-0.0752-0.21191-0.28369-0.3247l-0.09912-0.04102-1.32959-0.01367 0-0.64258q0-0.44775-0.00684-0.55371-0.00684-0.10596-0.02051-0.17432-0.08545-0.19824-0.28369-0.30078-0.19482-0.10596-0.40332-0.06494z m-1.70898 5.83789q-0.18115 0.02734-0.32129 0.16748-0.2085 0.21191-0.15381 0.50586 0.05469 0.29395 0.32129 0.42041l0.09912 0.04102 3.80762 0 0.09912-0.04102q0.2666-0.12646 0.32129-0.42041 0.05469-0.29395-0.15381-0.50586-0.14014-0.14014-0.33496-0.16748-0.09912-0.02734-1.84229-0.02734-1.74316 0-1.84228 0.02734z`}]},"file-search":{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M3.33252 0.60156q-0.58789 0.04102-1.02197 0.44776-0.43408 0.40674-0.53321 0.99463-0.02734 0.16748-0.02734 4.95605 0 4.78857 0.02734 4.95605 0.09912 0.5332 0.46827 0.92627 0.37256 0.38965 0.90576 0.50245 0.10938 0.01367 0.66992 0.02734l3.17871 0 3.17871 0q0.56055-0.01367 0.66992-0.02734 0.5332-0.11279 0.90235-0.50245 0.37256-0.39307 0.47168-0.92627 0.02734-0.16748 0.02734-3.80078 0-3.6333-0.02734-3.80078-0.08545-0.51953-0.40674-0.92285-0.11279-0.14014-1.24756-1.2749-0.89551-0.88184-1.10742-1.06983-0.2085-0.19141-0.41699-0.29052-0.30762-0.15381-0.67334-0.19483-0.14014-0.02734-2.4917-0.02734-2.35156 0-2.54639 0.02734z m4.25537 2.42334l0 1.27149 0.04102 0.14013q0.08545 0.22559 0.24609 0.40674 0.16064 0.18115 0.35547 0.28028 0.14014 0.07178 0.22558 0.08544 0.12646 0.02734 0.40674 0.04102l2.21143 0 0 6.11816q0 0.43408-0.0376 0.51954-0.03418 0.08203-0.11963 0.17431-0.08203 0.08887-0.16406 0.1333l-0.09912 0.04102-7.30762 0-0.09912-0.04102q-0.08203-0.04443-0.16748-0.1333-0.08203-0.09228-0.11963-0.17431-0.03418-0.08545-0.03418-0.70069l0-4.18701 0-4.18701q0-0.61523 0.02734-0.6836 0.05811-0.12646 0.16749-0.23242 0.11279-0.10596 0.23925-0.1333 0.08545-0.01367 2.14307-0.01367l2.07129 0 0.01367 1.2749z m2.21143 0.01367l1.03564 1.03565-2.08496 0 0-1.03565q0-1.03564 0-1.04931l1.04932 1.04931z m-3.45899 3.41456q-0.50244 0.08545-0.92285 0.43066-0.42041 0.3418-0.60156 0.81689-0.06836 0.19482-0.09912 0.33496-0.02734 0.14014-0.04102 0.35206-0.01367 0.27686 0.03418 0.50244 0.05127 0.22217 0.17432 0.48193 0.12646 0.25977 0.33838 0.48535 0.43408 0.44775 1.02197 0.58789 0.58789 0.14014 1.17578-0.07177 0.12646-0.04101 0.18115-0.08204l0.07178-0.03076 0.3623 0.36572q0.23926 0.22217 0.33497 0.30762 0.09912 0.08545 0.17431 0.1128 0.07861 0.02734 0.21192 0.02734 0.1333 0 0.21533-0.03418 0.08545-0.0376 0.18115-0.1333 0.09912-0.09912 0.1333-0.18115 0.0376-0.08545 0.0376-0.21875 0-0.1333-0.02735-0.2085-0.02734-0.07861-0.11279-0.17774-0.08545-0.0957-0.30762-0.33496l-0.36572-0.3623 0.03076-0.07178q0.08203-0.14014 0.13672-0.3623 0.05811-0.22559 0.07178-0.42041 0.02734-0.51953-0.19824-0.98096-0.22217-0.46143-0.62891-0.76221-0.40332-0.30078-0.92285-0.38623-0.12646-0.01367-0.33154-0.01367-0.20166 0-0.32813 0.02735z m0.646 1.17578q0.2085 0.07178 0.36914 0.24609 0.16406 0.17432 0.20508 0.3999 0.02734 0.0957 0.01367 0.25293-0.01367 0.15381-0.04102 0.24951-0.07178 0.15381-0.21191 0.29395-0.14014 0.14014-0.29395 0.21191-0.11279 0.04102-0.32129 0.04102-0.16748 0-0.21191-0.01367-0.04102-0.01367-0.13672-0.05811-0.28027-0.12305-0.41357-0.36914-0.1333-0.24609-0.09229-0.55371 0.02734-0.2666 0.24268-0.48193 0.21875-0.21875 0.48535-0.2461 0.22559-0.02734 0.40674 0.02735z`}]},"triangle-alert":{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M6.87354 1.16211q-0.46143 0.02734-0.88184 0.30762-0.11279 0.08545-0.24609 0.22558-0.1333 0.14014-0.20166 0.23584-0.11279 0.16748-2.45069 4.26563-2.33789 4.09473-2.3789 4.19043-0.12646 0.29395-0.12647 0.64599-0.01367 0.19482 0.00684 0.32813 0.02051 0.1333 0.07861 0.30078 0.15381 0.43408 0.50244 0.73486 0.34863 0.30078 0.81348 0.39991 0.08203 0.02734 0.89551 0.02734l4.11523 0 4.22803 0q0.68701 0 0.79638-0.02734 0.50586-0.11279 0.86817-0.47852 0.51953-0.51611 0.51953-1.23047 0-0.42041-0.18115-0.78271-0.0581-0.09912-2.36866-4.14258-2.30713-4.04688-2.39257-4.18701-0.18115-0.29395-0.49561-0.50245-0.31445-0.21191-0.65283-0.28369-0.23584-0.04102-0.44775-0.02734z m0.37939 1.2168q0.0957 0.05811 0.15723 0.13671 0.06494 0.0752 2.42334 4.20411 2.36182 4.12891 2.38916 4.21435 0.06836 0.22559-0.05127 0.43408-0.11621 0.2085-0.35547 0.28028-0.06836 0.01367-0.85449 0.01367l-8.76368 0-0.11279-0.05469q-0.19482-0.08545-0.29394-0.29394-0.04102-0.09912-0.04102-0.23243 0-0.1333 0.04785-0.229 0.05127-0.09912 2.3584-4.15283 2.31055-4.05371 2.36865-4.13574 0.11279-0.15381 0.32813-0.2085 0.21533-0.05811 0.3999 0.0376l0-0.01367z m-0.40674 2.31054q-0.25293 0.08545-0.37939 0.30762l-0.04102 0.08545 0 2.46435q0 0.18115 0.03418 0.26661 0.0376 0.08203 0.11963 0.16748 0.08545 0.08203 0.18799 0.1333 0.10596 0.04785 0.23242 0.04785 0.12646 0 0.229-0.04785 0.10596-0.05127 0.18799-0.1333 0.08545-0.08545 0.11963-0.16748 0.0376-0.08545 0.0376-0.26661l0-2.46435-0.04102-0.08545q-0.09912-0.18115-0.28027-0.2666-0.08545-0.04102-0.22559-0.04785-0.14014-0.00684-0.18115 0.00683z m0.05469 4.66211q-0.18115 0.02734-0.32129 0.16748-0.2085 0.21191-0.15381 0.50586 0.05469 0.29395 0.32129 0.42041 0.09912 0.04102 0.25293 0.04102 0.25293 0 0.42041-0.16748 0.12646-0.12646 0.15381-0.30762 0.05469-0.29394-0.15723-0.50244-0.2085-0.21191-0.51611-0.15723z`}]},circle:{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M6.69238 0.60156q-1.16211 0.04102-2.22851 0.50586-1.06299 0.46143-1.90381 1.26807-0.8374 0.80322-1.34326 1.85254-0.48877 1.0083-0.60157 2.15674-0.02734 0.19482-0.02734 0.61523 0 0.42041 0.02734 0.61523 0.11279 1.14844 0.60157 2.15674 0.65967 1.40137 1.89697 2.33789 1.24072 0.93652 2.75146 1.20313 0.5332 0.09912 1.13477 0.09912 0.75537 0 1.43213-0.15381 0.68018-0.15381 1.35351-0.4751 1.26123-0.61865 2.16358-1.70215 0.90234-1.0835 1.25439-2.44384 0.29395-1.11768 0.18116-2.25244-0.11279-1.13477-0.60157-2.17041-0.58789-1.20313-1.62011-2.08497-1.02881-0.88184-2.31397-1.2749-1.0083-0.30762-2.15674-0.25293z m0.96729 1.18946q1.07666 0.14014 1.99267 0.68017 0.91602 0.54004 1.56201 1.4082 0.82715 1.104 1.00831 2.54639 0.01367 0.16748 0.01367 0.57422 0 0.40674-0.01367 0.57422-0.14014 1.16211-0.7212 2.12939-0.58105 0.96387-1.53466 1.62354-0.4751 0.33496-1.04932 0.56055-0.57422 0.22217-1.18945 0.30761-0.25293 0.04102-0.72803 0.04102-0.4751 0-0.72803-0.04102-1.07666-0.15381-1.95849-0.68701-0.88184-0.5332-1.52784-1.3877-0.82715-1.104-1.0083-2.54638-0.01367-0.16748-0.01367-0.57422 0-0.40674 0.01367-0.57422 0.14014-1.12109 0.66993-2.05078 0.5332-0.92969 1.43212-1.58936 0.54346-0.40674 1.20655-0.66992 0.6665-0.2666 1.32617-0.3247l0.25293-0.02735q0.0957-0.01367 0.4751 0 0.37939 0.01367 0.51953 0.02735z`}]},"circle-x":{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M6.69238 0.60156q-1.16211 0.04102-2.22851 0.50586-1.06299 0.46143-1.90381 1.26807-0.8374 0.80322-1.34326 1.85254-0.48877 1.0083-0.60157 2.15674-0.02734 0.19482-0.02734 0.61523 0 0.42041 0.02734 0.61523 0.11279 1.14844 0.60157 2.15674 0.65967 1.40137 1.89697 2.33789 1.24072 0.93652 2.75146 1.20313 0.5332 0.09912 1.13477 0.09912 0.75537 0 1.43213-0.15381 0.68018-0.15381 1.35351-0.4751 1.26123-0.61865 2.16358-1.70215 0.90234-1.0835 1.25439-2.44384 0.29395-1.11768 0.18116-2.25244-0.11279-1.13477-0.60157-2.17041-0.58789-1.20313-1.62011-2.08497-1.02881-0.88184-2.31397-1.2749-1.0083-0.30762-2.15674-0.25293z m0.96729 1.18946q1.07666 0.14014 1.99267 0.68017 0.91602 0.54004 1.56201 1.4082 0.82715 1.104 1.00831 2.54639 0.01367 0.16748 0.01367 0.57422 0 0.40674-0.01367 0.57422-0.14014 1.16211-0.7212 2.12939-0.58105 0.96387-1.53466 1.62354-0.4751 0.33496-1.04932 0.56055-0.57422 0.22217-1.18945 0.30761-0.25293 0.04102-0.72803 0.04102-0.4751 0-0.72803-0.04102-1.07666-0.15381-1.95849-0.68701-0.88184-0.5332-1.52784-1.3877-0.82715-1.104-1.0083-2.54638-0.01367-0.16748-0.01367-0.57422 0-0.40674 0.01367-0.57422 0.14014-1.12109 0.66993-2.05078 0.5332-0.92969 1.43212-1.58936 0.54346-0.40674 1.20655-0.66992 0.6665-0.2666 1.32617-0.3247l0.25293-0.02735q0.0957-0.01367 0.4751 0 0.37939 0.01367 0.51953 0.02735z m-2.56348 2.89843q-0.25293 0.08545-0.37939 0.30762-0.04102 0.08545-0.04102 0.25293 0 0.16748 0.04785 0.25293 0.05127 0.08203 0.75196 0.79639l0.69726 0.70068-0.69726 0.70068q-0.70068 0.71436-0.75196 0.79981-0.04785 0.08203-0.04785 0.23584 0 0.15381 0.03418 0.23926 0.0376 0.08203 0.1333 0.18115 0.09912 0.0957 0.18115 0.1333 0.08545 0.03418 0.23926 0.03418 0.15381 0 0.23584-0.04785 0.08545-0.05127 0.79981-0.75196l0.70068-0.69726 0.70068 0.69726q0.71436 0.70068 0.79639 0.75196 0.08545 0.04785 0.23926 0.04785 0.15381 0 0.23584-0.03418 0.08545-0.0376 0.18115-0.1333 0.09912-0.09912 0.1333-0.18115 0.0376-0.08545 0.0376-0.23926 0-0.15381-0.05127-0.23584-0.04785-0.08545-0.74854-0.79981l-0.68359-0.70068 0.68359-0.70068q0.70068-0.71436 0.74854-0.79639 0.05127-0.08545 0.05127-0.25293 0-0.16748-0.04102-0.25293-0.09912-0.16748-0.28027-0.2666-0.05811-0.02734-0.09912-0.04102-0.04102-0.01367-0.15381-0.01367l-0.01367 0q-0.14014 0-0.21875 0.0376-0.0752 0.03418-0.24268 0.18799-0.12646 0.10938-0.54687 0.52978l-0.72803 0.7417-0.70068-0.69726q-0.43408-0.43408-0.56055-0.54688-0.18115-0.16748-0.25977-0.20166-0.0752-0.0376-0.20849-0.04443-0.1333-0.00684-0.17432 0.00683z`}]},"git-pull-request-draft":{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M3.1377 1.20313q-0.89893 0.15381-1.44239 0.82714-0.18457 0.22217-0.29052 0.44776-0.10254 0.22559-0.18799 0.51953-0.02734 0.10938-0.03418 0.19482-0.00684 0.08203-0.00684 0.30762 0 0.28027 0.02734 0.43408 0.02734 0.15381 0.1128 0.3794 0.18115 0.48877 0.55713 0.86132 0.37939 0.36914 0.88525 0.53663l0.16748 0.0581 0 6.64795 0.04102 0.08545q0.04443 0.06836 0.12646 0.15381 0.08545 0.08203 0.16065 0.12646 0.07861 0.04102 0.24609 0.04102 0.16748 0 0.24268-0.04102 0.07861-0.04443 0.16064-0.12646 0.08545-0.08545 0.12988-0.15381l0.04102-0.08545 0-6.64795 0.16748-0.0581q0.50586-0.16748 0.88184-0.53663 0.37939-0.37256 0.56054-0.86132 0.08545-0.22559 0.11279-0.3794 0.02734-0.15381 0.02735-0.43408 0-0.28027-0.02735-0.43408-0.02734-0.15381-0.11279-0.3794-0.2085-0.55713-0.6665-0.95019-0.45459-0.39307-1.04248-0.51953-0.14014-0.02734-0.42725-0.03418-0.28711-0.00684-0.41015 0.02051z m0.65625 1.1621q0.28027 0.07178 0.52294 0.31788 0.24609 0.24268 0.31788 0.52294 0.02734 0.12646 0.02734 0.29395 0 0.16748-0.02734 0.28027-0.07178 0.29395-0.3042 0.53321-0.229 0.23584-0.53662 0.32129-0.11279 0.02734-0.29395 0.02734-0.18115 0-0.29395-0.02734-0.30762-0.08545-0.54003-0.32129-0.229-0.23926-0.30079-0.53321-0.02734-0.11279-0.02734-0.28027 0-0.16748 0.02734-0.29395 0.05811-0.22559 0.22559-0.43408 0.16748-0.2085 0.40674-0.32129 0.34863-0.18115 0.79639-0.08545z m6.60693-0.01367q-0.15381 0.01367-0.27344 0.11963-0.11621 0.10596-0.17432 0.23242-0.02734 0.06836-0.02734 0.15381 0 0.08203 0 0.38281 0 0.30078 0.00684 0.3794 0.00684 0.0752 0.04101 0.14014 0.0376 0.06152 0.11963 0.14697 0.08545 0.08203 0.16065 0.12646 0.07861 0.04102 0.24609 0.04102 0.16748 0 0.24268-0.04102 0.07861-0.04443 0.16064-0.12646 0.08545-0.08545 0.11963-0.14697 0.0376-0.06494 0.04443-0.14014 0.00684-0.07861 0.00684-0.38623 0-0.34863-0.01367-0.45459-0.01367-0.10596-0.10596-0.22217-0.09229-0.11963-0.23926-0.17432-0.14697-0.05811-0.31445-0.03076z m-0.04102 2.91211q-0.12647 0.02734-0.23926 0.1333-0.10938 0.10596-0.16748 0.23242-0.01367 0.06836-0.0205 0.14698-0.00684 0.0752-0.00684 0.34863 0 0.27344 0.00684 0.35205 0.00684 0.0752 0.0205 0.14356 0.08545 0.21191 0.29395 0.3247 0.09912 0.04102 0.25293 0.04102 0.15381 0 0.25293-0.04102 0.2085-0.11279 0.29394-0.3247 0.01367-0.06836 0.02051-0.14356 0.00684-0.07861 0.00684-0.35205 0-0.27344-0.00684-0.34863-0.00684-0.07861-0.02051-0.14698-0.08545-0.19824-0.28369-0.30078-0.19483-0.10596-0.40332-0.06494z m-0.22558 2.93945q-0.89551 0.15381-1.43897 0.82715-0.18457 0.22217-0.29052 0.44776-0.10254 0.22559-0.18799 0.51953-0.02734 0.10938-0.03418 0.19482-0.00684 0.08203-0.00684 0.30762 0 0.28027 0.02734 0.43408 0.02734 0.15381 0.1128 0.3794 0.16748 0.4751 0.52978 0.84082 0.36572 0.36231 0.84082 0.52978 0.22559 0.08545 0.3794 0.11279 0.15381 0.02734 0.43408 0.02735 0.28027 0 0.43408-0.02735 0.15381-0.02734 0.3794-0.11279 0.4751-0.16748 0.8374-0.52978 0.36572-0.36572 0.5332-0.84082 0.08545-0.22559 0.11279-0.3794 0.02734-0.15381 0.02735-0.43408 0-0.28027-0.02735-0.43408-0.02734-0.15381-0.11279-0.3794-0.2085-0.55713-0.6665-0.95019-0.45459-0.39307-1.04248-0.51953-0.14014-0.02734-0.42725-0.03418-0.28711-0.00684-0.41357 0.0205z m0.65966 1.16211q0.28027 0.07178 0.52295 0.31788 0.24609 0.24268 0.31788 0.52294 0.02734 0.12647 0.02734 0.29395 0 0.16748-0.02734 0.28027-0.07178 0.29395-0.3042 0.53321-0.229 0.23584-0.53663 0.32129-0.11279 0.02734-0.29394 0.02734-0.18115 0-0.29395-0.02734-0.30762-0.08545-0.54003-0.32129-0.229-0.23926-0.30079-0.53321-0.02734-0.11279-0.02734-0.28027 0-0.16748 0.02734-0.29395 0.05811-0.22559 0.22559-0.43408 0.16748-0.2085 0.40674-0.32129 0.34863-0.18115 0.79638-0.08545z`}]},"message-square-warning":{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M1.97559 1.20313q-0.39307 0.08545-0.71778 0.33837-0.32129 0.24951-0.50244 0.61524-0.12646 0.28027-0.16748 0.58789-0.01367 0.16748 0 5.01074l0 4.17334q0.01367 0.68359 0.02734 0.75537 0.11279 0.33496 0.37256 0.5332 0.25977 0.19482 0.58106 0.19483 0.23584 0 0.46142-0.11279 0.09912-0.04101 0.22217-0.16065 0.12646-0.11963 0.65967-0.63574 0.7417-0.7417 0.82715-0.78613l0.08203-0.04102 8.09375-0.01367 0.16748-0.04102q0.25293-0.07178 0.44092-0.18115 0.18799-0.11279 0.36914-0.29394 0.18457-0.18457 0.29394-0.37256 0.11279-0.18799 0.18457-0.44092l0.04102-0.16748 0.01367-6.29932q-0.01367-0.81348-0.02734-1.08008-0.01367-0.19482-0.04102-0.33496-0.14014-0.4751-0.50586-0.81006-0.3623-0.33838-0.84082-0.4375-0.10938-0.02734-0.81006-0.02734l-4.21435 0-4.17334 0q-0.72803 0.01367-0.8374 0.02734z m9.78564 1.14843q0.30762 0.04102 0.43408 0.32129l0.04102 0.09912 0 7.28028-0.02735 0.08544q-0.12646 0.24951-0.35205 0.33497-0.05469 0.01367-4.10156 0.02734l-4.02978 0.01367-0.15723 0.02735q-0.13672 0.04443-0.26318 0.09912-0.21191 0.08545-0.36573 0.21191-0.15381 0.12305-0.60156 0.58447l-0.58789 0.57422 0.01367-9.23877 0.04102-0.09912q0.05811-0.12646 0.16748-0.21533 0.11279-0.09229 0.23242-0.11279 0.11963-0.02051 4.78174-0.02051 4.66211 0 4.7749 0.02734z m-4.90137 1.16211q-0.12646 0.02734-0.23925 0.1333-0.10938 0.10596-0.16749 0.23242-0.02734 0.06836-0.02734 0.24952l0 1.12109 0 1.12109q0 0.18115 0.02734 0.24952 0.08545 0.21191 0.29395 0.3247 0.09912 0.04102 0.25293 0.04102 0.15381 0 0.25293-0.04102 0.2085-0.11279 0.29394-0.3247 0.02734-0.06836 0.02735-0.24952l0-1.12109 0-1.12109q0-0.18115-0.02735-0.24952-0.08545-0.19824-0.28369-0.30078-0.19482-0.10596-0.40332-0.06494z m-0.01367 4.67578q-0.25293 0.08545-0.37939 0.30762-0.04102 0.08545-0.04102 0.23926 0 0.15381 0.03418 0.23926 0.0376 0.08203 0.1333 0.18115 0.15381 0.15381 0.3999 0.16748 0.24609 0.01367 0.42041-0.16065 0.17432-0.17432 0.17432-0.41357 0-0.23926-0.16748-0.3999-0.16748-0.16064-0.39307-0.17432-0.14014 0-0.18115 0.01367z`}]},"git-pull-request-closed":{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M3.1377 1.20313q-0.89893 0.15381-1.44239 0.82714-0.18457 0.22217-0.29052 0.44776-0.10254 0.22559-0.18799 0.51953-0.02734 0.10938-0.03418 0.19482-0.00684 0.08203-0.00684 0.30762 0 0.28027 0.02734 0.43408 0.02734 0.15381 0.1128 0.3794 0.18115 0.48877 0.55713 0.86132 0.37939 0.36914 0.88525 0.53663l0.16748 0.0581 0 6.64795 0.04102 0.08545q0.04443 0.06836 0.12646 0.15381 0.08545 0.08203 0.16065 0.12646 0.07861 0.04102 0.24609 0.04102 0.16748 0 0.24268-0.04102 0.07861-0.04443 0.16064-0.12646 0.08545-0.08545 0.12988-0.15381l0.04102-0.08545 0-6.64795 0.16748-0.0581q0.50586-0.16748 0.88184-0.53663 0.37939-0.37256 0.56054-0.86132 0.08545-0.22559 0.11279-0.3794 0.02734-0.15381 0.02735-0.43408 0-0.28027-0.02735-0.43408-0.02734-0.15381-0.11279-0.3794-0.2085-0.55713-0.6665-0.95019-0.45459-0.39307-1.04248-0.51953-0.14014-0.02734-0.42725-0.03418-0.28711-0.00684-0.41015 0.02051z m5.45849-0.01368q-0.25293 0.08545-0.37939 0.30762-0.04102 0.08545-0.04102 0.25293 0 0.16748 0.04785 0.25293 0.05127 0.08203 0.75196 0.79639l0.68359 0.70068-0.68359 0.70068q-0.70068 0.71436-0.75196 0.79981-0.04785 0.08203-0.04785 0.23584 0 0.15381 0.03418 0.23926 0.0376 0.08203 0.1333 0.18115 0.09912 0.0957 0.18115 0.1333 0.08545 0.03418 0.23926 0.03418 0.15381 0 0.23584-0.04785 0.08545-0.05127 0.79981-0.75196l0.70068-0.69726 0.70068 0.69726q0.71435 0.70068 0.79639 0.75196 0.08545 0.04785 0.23926 0.04785 0.15381 0 0.23584-0.03418 0.08545-0.0376 0.18115-0.1333 0.09912-0.09912 0.1333-0.18115 0.0376-0.08545 0.0376-0.23926 0-0.15381-0.05127-0.23584-0.04785-0.08545-0.74854-0.79981l-0.68359-0.70068 0.68359-0.70068q0.70068-0.71436 0.74854-0.79639 0.05127-0.08545 0.05127-0.25293 0-0.16748-0.04102-0.25293-0.09912-0.16748-0.28027-0.2666-0.05811-0.02734-0.09912-0.04102-0.04102-0.01367-0.15381-0.01367l-0.01367 0q-0.14014 0-0.21875 0.0376-0.0752 0.03418-0.24268 0.18799-0.12646 0.10938-0.54687 0.52978l-0.72803 0.7417-0.70068-0.69726q-0.43408-0.43408-0.56055-0.54688-0.18115-0.16748-0.25977-0.20166-0.0752-0.0376-0.20849-0.04443-0.1333-0.00684-0.17432 0.00683z m-4.80224 1.17578q0.28027 0.07178 0.52294 0.31788 0.24609 0.24268 0.31788 0.52294 0.02734 0.12646 0.02734 0.29395 0 0.16748-0.02734 0.28027-0.07178 0.29395-0.3042 0.53321-0.229 0.23584-0.53662 0.32129-0.11279 0.02734-0.29395 0.02734-0.18115 0-0.29395-0.02734-0.30762-0.08545-0.54003-0.32129-0.229-0.23926-0.30079-0.53321-0.02734-0.11279-0.02734-0.28027 0-0.16748 0.02734-0.29395 0.05811-0.22559 0.22559-0.43408 0.16748-0.2085 0.40674-0.32129 0.34863-0.18115 0.79639-0.08545z m6.56591 3.78028q-0.12647 0.02734-0.23926 0.12646-0.10938 0.09912-0.16748 0.22559-0.02734 0.06836-0.02734 0.19482 0 0.12646 0 0.72803l0 0.81006-0.16748 0.0581q-0.50586 0.16748-0.88525 0.54004-0.37598 0.36914-0.55713 0.85791-0.08545 0.22559-0.1128 0.3794-0.02734 0.15381-0.02734 0.43408 0 0.28027 0.02734 0.43408 0.02734 0.15381 0.1128 0.3794 0.16748 0.4751 0.52978 0.84082 0.36572 0.36231 0.84082 0.52978 0.22559 0.08545 0.3794 0.11279 0.15381 0.02734 0.43408 0.02735 0.28027 0 0.43408-0.02735 0.15381-0.02734 0.3794-0.11279 0.4751-0.16748 0.8374-0.52978 0.36572-0.36572 0.5332-0.84082 0.08545-0.22559 0.11279-0.3794 0.02734-0.15381 0.02735-0.43408 0-0.28027-0.02735-0.43408-0.02734-0.15381-0.11279-0.3794-0.18115-0.48877-0.56055-0.85791-0.37598-0.37256-0.88183-0.54004l-0.16748-0.0581 0-0.81006q0-0.60156 0-0.72803 0-0.12646-0.02735-0.19482-0.08545-0.19824-0.28369-0.29395-0.19483-0.09912-0.40332-0.0581z m0.43409 3.21972q0.28027 0.07178 0.52295 0.31788 0.24609 0.24268 0.31787 0.52294 0.02734 0.12647 0.02734 0.29395 0 0.16748-0.02734 0.28027-0.07178 0.29395-0.3042 0.53321-0.229 0.23584-0.53662 0.32129-0.11279 0.02734-0.29395 0.02734-0.18115 0-0.29395-0.02734-0.30762-0.08545-0.54003-0.32129-0.229-0.23926-0.30079-0.53321-0.02734-0.11279-0.02734-0.28027 0-0.16748 0.02734-0.29395 0.05811-0.22559 0.22559-0.43408 0.16748-0.2085 0.40674-0.32129 0.34863-0.18115 0.79639-0.08545z`}]},"circle-slash":{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M6.69238 0.60156q-1.16211 0.04102-2.22851 0.50586-1.06299 0.46143-1.90381 1.26807-0.8374 0.80322-1.34326 1.85254-0.48877 1.0083-0.60157 2.15674-0.02734 0.19482-0.02734 0.61523 0 0.42041 0.02734 0.61523 0.11279 1.14844 0.60157 2.15674 0.65967 1.40137 1.89697 2.33789 1.24072 0.93652 2.75146 1.20313 0.5332 0.09912 1.13477 0.09912 0.75537 0 1.43213-0.15381 0.68018-0.15381 1.35351-0.4751 1.26123-0.61865 2.16358-1.70215 0.90234-1.0835 1.25439-2.44384 0.29395-1.11768 0.18116-2.25244-0.11279-1.13477-0.60157-2.17041-0.58789-1.20313-1.62011-2.08497-1.02881-0.88184-2.31397-1.2749-1.0083-0.30762-2.15674-0.25293z m0.96729 1.18946q1.07666 0.14014 1.99267 0.68017 0.91602 0.54004 1.56201 1.4082 0.82715 1.104 1.00831 2.54639 0.01367 0.16748 0.01367 0.57422 0 0.40674-0.01367 0.57422-0.14014 1.16211-0.7212 2.12939-0.58105 0.96387-1.53466 1.62354-0.4751 0.33496-1.04932 0.56055-0.57422 0.22217-1.18945 0.30761-0.25293 0.04102-0.72803 0.04102-0.4751 0-0.72803-0.04102-1.07666-0.15381-1.95849-0.68701-0.88184-0.5332-1.52784-1.3877-0.82715-1.104-1.0083-2.54638-0.01367-0.16748-0.01367-0.57422 0-0.40674 0.01367-0.57422 0.14014-1.12109 0.66993-2.05078 0.5332-0.92969 1.43212-1.58936 0.54346-0.40674 1.20655-0.66992 0.6665-0.2666 1.32617-0.3247l0.25293-0.02735q0.0957-0.01367 0.4751 0 0.37939 0.01367 0.51953 0.02735z m0.93652 2.89843q-0.08545 0.02734-0.19482 0.1128-0.14014 0.12646-0.53321 0.51611l-1.28857 1.2749q-1.81836 1.82178-1.86279 1.90723-0.04102 0.08203-0.04102 0.23584 0 0.15381 0.03418 0.23926 0.0376 0.08203 0.1333 0.18115 0.09912 0.0957 0.18115 0.1333 0.08545 0.03418 0.23926 0.03418 0.15381 0 0.24268-0.04785 0.09229-0.05127 1.90381-1.8628 1.81494-1.81494 1.86279-1.9038 0.05127-0.09229 0.05127-0.2461 0-0.15381-0.0376-0.23584-0.03418-0.08545-0.11621-0.18457-0.16748-0.15381-0.39307-0.16748-0.14014 0-0.18115 0.01367z`}]},"arrow-right":{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M6.90088 2.35156q-0.18115 0.02734-0.32129 0.16748-0.11279 0.11279-0.14697 0.28028-0.03418 0.16748 0.02051 0.32129 0.02734 0.08545 0.25976 0.3247 0.23242 0.23584 1.36377 1.37061 1.58252 1.58252 1.58252 1.59619 0 0.01367-3.45557 0.01367l-3.44531 0-0.08545 0.04102q-0.22217 0.11279-0.30078 0.33838-0.0752 0.22217 0.00684 0.43408 0.05811 0.0957 0.14013 0.18115 0.08545 0.08203 0.16748 0.11963 0.08545 0.03418 0.53321 0.03418l3.01123 0q3.42822 0 3.42822 0.01367 0 0.01367-1.58252 1.59619-1.13135 1.13477-1.36377 1.37402-0.23242 0.23584-0.25976 0.3213-0.05469 0.15381-0.02051 0.32128 0.03418 0.16748 0.14697 0.28028 0.18115 0.18115 0.42041 0.18115l0.04102 0q0.11279 0 0.19824-0.05469 0.14014-0.09912 0.51611-0.46484l1.68164-1.67822q2.1123-2.10205 2.15332-2.18409 0.07178-0.12646 0.07178-0.28027 0-0.15381-0.07178-0.28027-0.04102-0.08203-2.1499-2.18067-2.10547-2.10205-2.17725-2.13623-0.06836-0.0376-0.23584-0.06494-0.04102 0-0.12646 0.01367z`}]},"grip-vertical":{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M4.99707 1.77734q-0.30762 0.07178-0.56055 0.30762-0.18115 0.18457-0.2666 0.3794-0.08203 0.19482-0.08203 0.44775 0 0.25293 0.0752 0.44092 0.07861 0.18799 0.2666 0.37939 0.19141 0.18799 0.37939 0.2666 0.18799 0.0752 0.44092 0.0752 0.25293 0 0.44092-0.0752 0.18799-0.07861 0.37597-0.2666 0.19141-0.19141 0.26661-0.37939 0.07861-0.18799 0.07861-0.44092 0-0.36572-0.18115-0.62891-0.21191-0.30762-0.54004-0.44091-0.32813-0.1333-0.69385-0.06495z m3.5 0q-0.30762 0.07178-0.56055 0.30762-0.18115 0.18457-0.2666 0.3794-0.08203 0.19482-0.08203 0.44775 0 0.25293 0.0752 0.44092 0.07861 0.18799 0.2666 0.37939 0.19141 0.18799 0.37939 0.2666 0.18799 0.0752 0.44092 0.0752 0.25293 0 0.44092-0.0752 0.18799-0.07861 0.37597-0.2666 0.19141-0.19141 0.26661-0.37939 0.07861-0.18799 0.07861-0.44092 0-0.36572-0.18115-0.62891-0.21191-0.30762-0.54004-0.44091-0.32813-0.1333-0.69385-0.06495z m-3.37353 4.07422q-0.2085 0.01367-0.37598 0.09912-0.23926 0.11279-0.3999 0.31446-0.16064 0.20166-0.23243 0.44091-0.02734 0.11279-0.02734 0.29395 0 0.18115 0.02734 0.29395 0.08545 0.30762 0.30762 0.5332 0.22559 0.22217 0.5332 0.30762 0.11279 0.02734 0.29395 0.02734 0.18115 0 0.29395-0.02734 0.30762-0.08545 0.52978-0.30762 0.22559-0.22559 0.31104-0.5332 0.02734-0.11279 0.02734-0.29395 0-0.18115-0.02734-0.29395-0.07178-0.23926-0.23243-0.44091-0.16064-0.20166-0.3999-0.31446-0.26318-0.14014-0.6289-0.09912z m3.5 0q-0.2085 0.01367-0.37598 0.09912-0.23926 0.11279-0.3999 0.31446-0.16064 0.20166-0.23243 0.44091-0.02734 0.11279-0.02734 0.29395 0 0.18115 0.02734 0.29395 0.08545 0.30762 0.30762 0.5332 0.22559 0.22217 0.5332 0.30762 0.11279 0.02734 0.29395 0.02734 0.18115 0 0.29395-0.02734 0.23926-0.07178 0.44091-0.23243 0.20166-0.16064 0.31446-0.38964 0.11279-0.23242 0.11279-0.5127 0-0.40674-0.25293-0.72803-0.18115-0.23926-0.45459-0.34179-0.27344-0.10596-0.58105-0.07862z m-3.65381 4.10156q-0.28027 0.0581-0.53321 0.30762-0.19482 0.19824-0.27343 0.38623-0.0752 0.18799-0.0752 0.44092 0 0.36572 0.18115 0.62891 0.23926 0.35205 0.6084 0.47851 0.37256 0.12305 0.7417 0 0.37256-0.12646 0.61182-0.47851 0.18115-0.26318 0.18115-0.62891 0-0.25293-0.07861-0.44092-0.0752-0.18799-0.27002-0.38623-0.25293-0.24951-0.54688-0.30762-0.11279-0.02734-0.27344-0.02734-0.16064 0-0.27343 0.02734z m3.5 0q-0.28027 0.0581-0.53321 0.30762-0.19482 0.19824-0.27343 0.38623-0.0752 0.18799-0.0752 0.44092 0 0.36572 0.18115 0.62891 0.23926 0.35205 0.6084 0.47851 0.37256 0.12305 0.7417 0 0.37256-0.12646 0.61182-0.47851 0.18115-0.26318 0.18115-0.62891 0-0.25293-0.07861-0.44092-0.0752-0.18799-0.27002-0.38623-0.25293-0.24951-0.54688-0.30762-0.11279-0.02734-0.27344-0.02734-0.16064 0-0.27343 0.02734z`}]},"arrow-left":{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M6.90088 2.35156q-0.0957 0.01367-0.16748 0.05127-0.06836 0.03418-2.17725 2.13623-2.10547 2.09863-2.14648 2.16699-0.11279 0.18115-0.07178 0.40674 0.02734 0.0957 0.06836 0.17432 0.04443 0.0752 2.15674 2.17725l1.68164 1.67822q0.37598 0.36572 0.51611 0.46484 0.08545 0.05469 0.19824 0.05469l0.04102 0q0.23926 0 0.42041-0.18115 0.11279-0.11279 0.14697-0.28028 0.03418-0.16748-0.02051-0.32128-0.02734-0.08545-0.25976-0.3213-0.23242-0.23926-1.36377-1.37402-1.58252-1.58252-1.58252-1.59619 0-0.01367 3.42822-0.01367l3.01123 0q0.44775 0 0.52979-0.03418 0.08545-0.0376 0.16748-0.11963 0.08545-0.08545 0.1333-0.18799 0.05127-0.10596 0.05127-0.23242 0-0.12646-0.04102-0.23926-0.09912-0.19482-0.29394-0.29394l-0.08545-0.04102-3.44531 0q-3.45557 0-3.45557-0.01367 0-0.01367 1.58252-1.59619 1.13135-1.13477 1.36377-1.37061 0.23242-0.23926 0.25976-0.3247 0.06836-0.2085-0.00341-0.40332-0.06836-0.19824-0.24268-0.30079-0.17432-0.10596-0.3999-0.06494z`}]},minus:{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M2.73096 6.45313q-0.23926 0.08545-0.34522 0.3247-0.10254 0.23584-0.00683 0.46143 0.05811 0.0957 0.14013 0.18115 0.08545 0.08203 0.18457 0.12647l0.09571 0.02734 8.40136 0 0.09571-0.02734q0.09912-0.04443 0.18115-0.12647 0.08545-0.08545 0.1333-0.18799 0.05127-0.10596 0.05127-0.23242 0-0.12646-0.04102-0.23926-0.09912-0.19482-0.29394-0.29394l-0.08545-0.04102-4.22803 0q-4.22803 0-4.28271 0.02735z`}]},"square-check":{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M2.60449 1.20313q-0.50586 0.08545-0.87842 0.43749-0.36914 0.34863-0.50927 0.86475-0.02734 0.08545-0.02735 0.71436l-0.01367 3.78027 0.01367 3.78027q0 0.62891 0.02735 0.71436 0.14014 0.48877 0.46826 0.82031 0.33154 0.32813 0.82031 0.46826 0.08545 0.02734 0.71436 0.02735l3.78027 0.01367 3.78027-0.01367q0.62891 0 0.71436-0.02735 0.48877-0.14014 0.81689-0.46826 0.33154-0.33154 0.47168-0.82031 0.02734-0.08545 0.02735-0.71436l0.01367-3.78027-0.01367-3.78027q0-0.62891-0.02735-0.71436-0.12646-0.48877-0.458-0.81689-0.32813-0.33154-0.80323-0.47168l-0.14013-0.04102-4.32715 0q-4.3374 0-4.4502 0.02734z m8.70899 1.17578q0.2085 0.09912 0.30761 0.30761l0.04102 0.09912 0 8.42871-0.04102 0.09913q-0.14014 0.27685-0.43408 0.33496-0.09912 0.02734-4.18701 0.02734-4.08789 0-4.18701-0.02734-0.29395-0.05811-0.43408-0.33496l-0.04102-0.09913 0-8.42871 0.04102-0.09912q0.07178-0.14014 0.18798-0.229 0.11963-0.09229 0.25977-0.11963 0.08545 0 4.22803 0l4.15967 0 0.09912 0.04102z m-2.70362 2.88476q-0.06836 0.02734-0.12646 0.05127-0.05469 0.02051-1.06299 1.02539l-0.99463 0.99463-0.40674-0.40332q-0.2666-0.2666-0.3623-0.33838-0.12646-0.11279-0.19824-0.14014-0.06836-0.02734-0.19483-0.02734-0.12646 0-0.16748 0.01367-0.04102 0.01367-0.09912 0.04102-0.18115 0.09912-0.28027 0.2666-0.04102 0.08545-0.04102 0.25293l0 0.01367q0 0.14014 0.03418 0.21192 0.0376 0.06836 0.17774 0.22216 0.0957 0.11279 0.48876 0.50586l0.04102 0.04102q0.42041 0.42041 0.55371 0.54687 0.1333 0.12305 0.20166 0.15381 0.14014 0.06836 0.29395 0.05469 0.15381-0.01367 0.28027-0.09912 0.07178-0.05469 1.28857-1.27149 0.86816-0.86816 1.04932-1.06298 0.18457-0.19824 0.21192-0.27002 0.0957-0.27686-0.05811-0.52295-0.15381-0.24609-0.44775-0.25977-0.12646-0.01367-0.18116 0z`}]},inbox:{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M3.9751 1.76367q-0.34863 0.05469-0.68018 0.25977-0.32813 0.20166-0.50928 0.48193-0.09912 0.14014-1.13476 2.22852-1.03564 2.08496-1.05615 2.16357-0.02051 0.0752-0.00684 1.96533l0 1.59619q0.01367 0.32129 0.02734 0.40332 0.12646 0.5332 0.50928 0.89893 0.38623 0.36231 0.91944 0.46143 0.16748 0.02734 4.95605 0.02734 4.78857 0 4.95605-0.02734 0.5332-0.09912 0.91602-0.46143 0.38623-0.36572 0.5127-0.89893 0.01367-0.08203 0.02734-0.40332l0-1.59619q0.01367-1.89014-0.00684-1.96533-0.02051-0.07861-1.05615-2.16357-1.03564-2.08838-1.12109-2.21485-0.19482-0.29395-0.53321-0.50244-0.33496-0.21191-0.68359-0.25293-0.14014-0.01367-3.0249-0.01367-2.88477 0-3.01123 0.01367z m6.00537 1.18945q0.09912 0.04443 0.18457 0.12647 0.06836 0.05811 0.19482 0.3042 0.12646 0.24268 0.71436 1.39111 0.81006 1.62354 0.81006 1.63721 0 0.01367-1.32959 0.01367l-1.16211 0q-0.19482 0-0.28028 0.0376-0.08203 0.03418-0.16064 0.10596-0.0752 0.06836-0.58105 0.8374l-0.51612 0.76904-1.70898 0-0.51612-0.76904q-0.50586-0.76904-0.58447-0.8374-0.0752-0.07178-0.16064-0.10596-0.08203-0.0376-0.27686-0.0376l-1.16211 0q-1.33301 0-1.33301-0.01367 0-0.01367 0.81348-1.63721 0.58789-1.14844 0.71436-1.39111 0.12646-0.24609 0.19482-0.3042 0.08545-0.08203 0.16065-0.10938 0.07861-0.03076 0.47168-0.04443l2.53271 0 2.53271 0q0.37939 0 0.44776 0.02735z m-5.10986 5.39014q0.50586 0.76904 0.58105 0.84082 0.07861 0.06836 0.16064 0.10596 0.08545 0.03418 0.26661 0.03418l1.12109 0 1.12109 0q0.18115 0 0.26319-0.03418 0.08545-0.0376 0.16064-0.10596 0.07861-0.07178 0.58447-0.84082l0.51612-0.76904 2.60449 0-0.01367 3.07959-0.04102 0.09912q-0.11279 0.2085-0.3247 0.29395l-0.09571 0.02734-9.5498 0-0.09571-0.02734q-0.21191-0.08545-0.3247-0.29395l-0.04102-0.09912-0.01367-3.07959 2.60449 0 0.51612 0.76904z`}]},"user-round":{viewBox:`0 0 13.99993896484375 14`,paths:[{d:`M6.53857 1.20313q-1.17578 0.15381-2.0166 0.99462-0.51953 0.51953-0.78613 1.19287-0.26318 0.66992-0.23584 1.41163 0.02734 0.7417 0.35547 1.40136 0.33154 0.65625 0.91943 1.15869l0.09571 0.08545-0.19483 0.09912q-0.89551 0.44775-1.58252 1.20313-0.68359 0.75537-1.02197 1.69531-0.25293 0.68359-0.30762 1.39795-0.04102 0.49219 0.04102 0.65967 0.12646 0.2666 0.42041 0.31445 0.29395 0.04785 0.50586-0.14697 0.10938-0.11279 0.14355-0.2085 0.0376-0.09912 0.05127-0.35205 0.01367-0.3623 0.06152-0.6289 0.05127-0.2666 0.16407-0.57422 0.37598-1.09375 1.29199-1.83545 0.91943-0.7417 2.08154-0.86817 0.71436-0.08203 1.41846 0.08545 0.70752 0.16748 1.30908 0.56055 0.19824 0.12646 0.30078 0.21875 0.10596 0.08887 0.28711 0.25635 0.32471 0.32129 0.56738 0.68701 0.24609 0.36231 0.41358 0.80322 0.16748 0.44092 0.22558 0.875 0.01367 0.14014 0.02735 0.42041 0.01367 0.25293 0.04785 0.35205 0.0376 0.0957 0.14697 0.2085 0.21191 0.19482 0.50586 0.14697 0.29395-0.04785 0.42041-0.31445 0.02734-0.08545 0.03418-0.1333 0.00684-0.05127 0.00684-0.28711 0-0.78613-0.28711-1.58936-0.28711-0.80664-0.80664-1.46289-0.36231-0.4751-0.86817-0.88183-0.50244-0.40674-1.00488-0.62891l-0.14014-0.07178 0.09571-0.08545q0.71436-0.60156 1.03564-1.42529 0.36572-0.95361 0.1709-1.97558-0.19824-0.98096-0.90576-1.71582-0.70752-0.73486-1.68506-0.97071-0.29395-0.07178-0.65283-0.09228-0.35547-0.02051-0.64942 0.0205z m0.79639 1.1621q0.646 0.08545 1.15527 0.51954 0.5127 0.43408 0.7212 1.06298 0.12646 0.36572 0.11962 0.7793-0.00684 0.41016-0.14697 0.74854-0.22559 0.60156-0.72119 1.00146-0.49561 0.39648-1.12793 0.49561-0.48877 0.08203-0.99463-0.07178-0.50244-0.15381-0.86474-0.4751-0.58789-0.51611-0.75879-1.2749-0.02734-0.15381-0.03418-0.41699-0.00684-0.2666 0.0205-0.42041 0.11279-0.72803 0.60157-1.24756 0.32471-0.33496 0.7417-0.53321 0.59131-0.26318 1.28857-0.16748z`}]}},bu=(0,E.forwardRef)(function({name:e,size:t=24,children:n,...r},i){let a=yu[e],o=!!(r[`aria-label`]||r[`aria-labelledby`]);return(0,D.jsxs)(`svg`,{ref:i,width:t,height:t,viewBox:a.viewBox,"aria-hidden":!o||void 0,role:o?`img`:void 0,focusable:`false`,...r,fill:`currentColor`,stroke:`none`,"data-design-icon":e,children:[a.paths.map((e,t)=>(0,D.jsx)(`path`,{d:e.d},t)),n]})});function q(e){let t=(0,E.forwardRef)((t,n)=>(0,D.jsx)(bu,{...t,ref:n,name:e}));return t.displayName=`DesignIcon(${e})`,t}var xu=q(`menu`),Su=q(`folder`),Cu=q(`chevron-down`),wu=q(`terminal`),Tu=q(`paperclip`),Eu=q(`notebook-pen`),Du=q(`sparkles`),Ou=q(`mic`),ku=q(`check`),Au=q(`cpu`),ju=q(`gauge`);q(`chevron-up`);var Mu=q(`arrow-up`),Nu=q(`shield-check`),Pu=q(`search`),Fu=q(`plus`),Iu=q(`folder-open`),Lu=q(`list-todo`),Ru=q(`git-branch`),zu=q(`github`),Bu=q(`workflow`),Vu=q(`settings`),Hu=q(`git-merge`),Uu=q(`pin`),Wu=q(`git-pull-request`),Gu=q(`circle-dot`),Ku=q(`layers`),qu=q(`folder-plus`),Ju=q(`settings-2`),Yu=q(`wrench`),Xu=q(`sun-moon`),Zu=q(`sliders-horizontal`),Qu=q(`chevron-right`),$u=q(`circle-check`),ed=q(`bot`),td=q(`refresh-cw`),nd=q(`file-code`),rd=q(`git-commit-horizontal`),id=q(`palette`),ad=q(`download`),od=q(`zap`),sd=q(`x`),cd=q(`ellipsis`);q(`messages-square`);var ld=q(`archive`),ud=q(`arrow-up-right`);q(`align-left`);var dd=q(`columns-2`);q(`tags`),q(`users`);var fd=q(`square`);q(`list`);var pd=q(`upload`),md=q(`wand-sparkles`),hd=q(`trash-2`),gd=q(`arrow-down`),_d=q(`copy`),vd=q(`bell`),yd=q(`key-round`),bd=q(`folders`),xd=q(`file-diff`),Sd=q(`file-search`),Cd=q(`triangle-alert`),wd=q(`circle`),Td=q(`circle-x`),Ed=q(`git-pull-request-draft`),Dd=q(`message-square-warning`),Od=q(`git-pull-request-closed`),kd=q(`circle-slash`),Ad=q(`arrow-right`),jd=q(`grip-vertical`),Md=q(`arrow-left`),Nd=q(`minus`),Pd=q(`square-check`),Fd=q(`inbox`),Id=q(`user-round`),Ld=e(n(),1),Rd=e=>typeof e==`boolean`?`${e}`:e===0?`0`:e,zd=y,Bd=(e,t)=>n=>{if(t?.variants==null)return zd(e,n?.class,n?.className);let{variants:r,defaultVariants:i}=t,a=Object.keys(r).map(e=>{let t=n?.[e],a=i?.[e];if(t===null)return null;let o=Rd(t)||Rd(a);return r[e][o]}),o=n&&Object.entries(n).reduce((e,t)=>{let[n,r]=t;return r===void 0||(e[n]=r),e},{});return zd(e,a,t?.compoundVariants?.reduce((e,t)=>{let{class:n,className:r,...a}=t;return Object.entries(a).every(e=>{let[t,n]=e;return Array.isArray(n)?n.includes({...i,...o}[t]):{...i,...o}[t]===n})?[...e,n,r]:e},[]),n?.class,n?.className)};function Vd(e,t){if(typeof e==`function`)return e(t);e!=null&&(e.current=t)}function Hd(...e){return t=>{let n=!1,r=e.map(e=>{let r=Vd(e,t);return!n&&typeof r==`function`&&(n=!0),r});if(n)return()=>{for(let t=0;t<r.length;t++){let n=r[t];typeof n==`function`?n():Vd(e[t],null)}}}}function J(...e){return E.useCallback(Hd(...e),e)}function Ud(e){let t=E.forwardRef((t,n)=>{let{children:r,...i}=t,a=null,o=!1,s=[];Qd(r)&&typeof nf==`function`&&(r=nf(r._payload)),E.Children.forEach(r,e=>{if(Xd(e)){o=!0;let t=e,n=`child`in t.props?t.props.child:t.props.children;Qd(n)&&typeof nf==`function`&&(n=nf(n._payload)),a=qd(t,n),s.push(a?.props?.children)}else s.push(e)}),a?a=E.cloneElement(a,void 0,s):!o&&E.Children.count(r)===1&&E.isValidElement(r)&&(a=r);let c=a?Yd(a):void 0,l=J(n,c);if(!a){if(r||r===0)throw Error(o?tf(e):ef(e));return r}let u=Jd(i,a.props??{});return a.type!==E.Fragment&&(u.ref=n?l:c),E.cloneElement(a,u)});return t.displayName=`${e}.Slot`,t}var Wd=Ud(`Slot`),Gd=Symbol.for(`radix.slottable`);function Kd(e){let t=e=>`child`in e?e.children(e.child):e.children;return t.displayName=`${e}.Slottable`,t.__radixId=Gd,t}var qd=(e,t)=>{if(`child`in e.props){let t=e.props.child;return E.isValidElement(t)?E.cloneElement(t,void 0,e.props.children(t.props.children)):null}return E.isValidElement(t)?t:null};function Jd(e,t){let n={...t};for(let r in t){let i=e[r],a=t[r];/^on[A-Z]/.test(r)?i&&a?n[r]=(...e)=>{let t=a(...e);return i(...e),t}:i&&(n[r]=i):r===`style`?n[r]={...i,...a}:r===`className`&&(n[r]=[i,a].filter(Boolean).join(` `))}return{...e,...n}}function Yd(e){let t=Object.getOwnPropertyDescriptor(e.props,`ref`)?.get,n=t&&`isReactWarning`in t&&t.isReactWarning;return n?e.ref:(t=Object.getOwnPropertyDescriptor(e,`ref`)?.get,n=t&&`isReactWarning`in t&&t.isReactWarning,n?e.props.ref:e.props.ref||e.ref)}function Xd(e){return E.isValidElement(e)&&typeof e.type==`function`&&`__radixId`in e.type&&e.type.__radixId===Gd}var Zd=Symbol.for(`react.lazy`);function Qd(e){return typeof e==`object`&&!!e&&`$$typeof`in e&&e.$$typeof===Zd&&`_payload`in e&&$d(e._payload)}function $d(e){return typeof e==`object`&&!!e&&`then`in e}var ef=e=>`${e} failed to slot onto its children. Expected a single React element child or \`Slottable\`.`,tf=e=>`${e} failed to slot onto its \`Slottable\`. Expected \`Slottable\` to receive a single React element child.`,nf=E.use,Y=[`a`,`button`,`div`,`form`,`h2`,`h3`,`img`,`input`,`label`,`li`,`nav`,`ol`,`p`,`select`,`span`,`svg`,`ul`].reduce((e,t)=>{let n=Ud(`Primitive.${t}`),r=E.forwardRef((e,r)=>{let{asChild:i,...a}=e,o=i?n:t;return typeof window<`u`&&(window[Symbol.for(`radix-ui`)]=!0),(0,D.jsx)(o,{...a,ref:r})});return r.displayName=`Primitive.${t}`,{...e,[t]:r}},{});function rf(e,t){e&&Ld.flushSync(()=>e.dispatchEvent(t))}function af(e,t=[]){let n=[];function r(t,r){let i=E.createContext(r);i.displayName=t+`Context`;let a=n.length;n=[...n,r];let o=t=>{let{scope:n,children:r,...o}=t,s=n?.[e]?.[a]||i,c=E.useMemo(()=>o,Object.values(o));return(0,D.jsx)(s.Provider,{value:c,children:r})};o.displayName=t+`Provider`;function s(n,o,s={}){let{optional:c=!1}=s,l=o?.[e]?.[a]||i,u=E.useContext(l);if(u)return u;if(r!==void 0)return r;if(!c)throw Error(`\`${n}\` must be used within \`${t}\``)}return[o,s]}let i=()=>{let t=n.map(e=>E.createContext(e));return function(n){let r=n?.[e]||t;return E.useMemo(()=>({[`__scope${e}`]:{...n,[e]:r}}),[n,r])}};return i.scopeName=e,[r,of(i,...t)]}function of(...e){let t=e[0];if(e.length===1)return t;let n=()=>{let n=e.map(e=>({useScope:e(),scopeName:e.scopeName}));return function(e){let r=n.reduce((t,{useScope:n,scopeName:r})=>{let i=n(e)[`__scope${r}`];return{...t,...i}},{});return E.useMemo(()=>({[`__scope${t.scopeName}`]:r}),[r])}};return n.scopeName=t.scopeName,n}typeof window<`u`&&window.document&&window.document.createElement;function X(e,t,{checkForDefaultPrevented:n=!0}={}){return function(r){if(e?.(r),n===!1||!r||!r.defaultPrevented)return t?.(r)}}var sf=globalThis?.document?E.useLayoutEffect:()=>{},cf=E.useInsertionEffect||sf;function lf({prop:e,defaultProp:t,onChange:n=()=>{},caller:r}){let[i,a,o]=uf({defaultProp:t,onChange:n}),s=e!==void 0,c=s?e:i;{let t=E.useRef(e!==void 0);E.useEffect(()=>{let e=t.current;e!==s&&console.warn(`${r} is changing from ${e?`controlled`:`uncontrolled`} to ${s?`controlled`:`uncontrolled`}. Components should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled value for the lifetime of the component.`),t.current=s},[s,r])}return[c,E.useCallback(t=>{if(s){let n=df(t)?t(e):t;n!==e&&o.current?.(n)}else a(t)},[s,e,a,o])]}function uf({defaultProp:e,onChange:t}){let[n,r]=E.useState(e),i=E.useRef(n),a=E.useRef(t);return cf(()=>{a.current=t},[t]),E.useEffect(()=>{i.current!==n&&(a.current?.(n),i.current=n)},[n,i]),[n,r,a]}function df(e){return typeof e==`function`}function ff(e,t){return E.useReducer((e,n)=>t[e][n]??e,e)}var pf=e=>{let{present:t,children:n}=e,r=mf(t),i=typeof n==`function`?n({present:r.isPresent}):E.Children.only(n),a=gf(r.ref,vf(i));return typeof n==`function`||r.isPresent?E.cloneElement(i,{ref:a}):null};pf.displayName=`Presence`;function mf(e){let[t,n]=E.useState(),r=E.useRef(null),i=E.useRef(e),a=E.useRef(`none`),o=E.useRef(void 0),[s,c]=ff(e?`mounted`:`unmounted`,{mounted:{UNMOUNT:`unmounted`,ANIMATION_OUT:`unmountSuspended`},unmountSuspended:{MOUNT:`mounted`,ANIMATION_END:`unmounted`},unmounted:{MOUNT:`mounted`}});return E.useEffect(()=>{s===`mounted`?(a.current=o.current??_f(r.current),o.current=void 0):a.current=`none`},[s]),sf(()=>{let t=r.current,n=i.current;if(n!==e){let r=a.current,s=_f(t);e?(o.current=s,c(`MOUNT`)):s===`none`||t?.display===`none`?c(`UNMOUNT`):c(n&&r!==s?`ANIMATION_OUT`:`UNMOUNT`),i.current=e}},[e,c]),sf(()=>{if(t){let e,n=t.ownerDocument.defaultView??window,o=a=>{let o=_f(r.current).includes(CSS.escape(a.animationName));if(a.target===t&&o&&(c(`ANIMATION_END`),!i.current)){let r=t.style.animationFillMode;t.style.animationFillMode=`forwards`,e=n.setTimeout(()=>{t.style.animationFillMode===`forwards`&&(t.style.animationFillMode=r)})}},s=e=>{e.target===t&&(a.current=_f(r.current))};return t.addEventListener(`animationstart`,s),t.addEventListener(`animationcancel`,o),t.addEventListener(`animationend`,o),()=>{n.clearTimeout(e),t.removeEventListener(`animationstart`,s),t.removeEventListener(`animationcancel`,o),t.removeEventListener(`animationend`,o)}}else c(`ANIMATION_END`)},[t,c]),{isPresent:[`mounted`,`unmountSuspended`].includes(s),ref:E.useCallback(e=>{if(e){let t=getComputedStyle(e);r.current=t,o.current=_f(t)}else r.current=null;n(e)},[])}}function hf(e,t){if(typeof e==`function`)return e(t);e!=null&&(e.current=t)}function gf(...e){let t=E.useRef(e);return t.current=e,E.useCallback(e=>{let n=t.current,r=!1,i=n.map(t=>{let n=hf(t,e);return!r&&typeof n==`function`&&(r=!0),n});if(r)return()=>{for(let e=0;e<i.length;e++){let t=i[e];typeof t==`function`?t():hf(n[e],null)}}},[])}function _f(e){return e?.animationName||`none`}function vf(e){let t=Object.getOwnPropertyDescriptor(e.props,`ref`)?.get,n=t&&`isReactWarning`in t&&t.isReactWarning;return n?e.ref:(t=Object.getOwnPropertyDescriptor(e,`ref`)?.get,n=t&&`isReactWarning`in t&&t.isReactWarning,n?e.props.ref:e.props.ref||e.ref)}var yf=E.useId||(()=>void 0),bf=0;function xf(e){let[t,n]=E.useState(yf());return sf(()=>{e||n(e=>e??String(bf++))},[e]),e||(t?`radix-${t}`:``)}function Sf(e){let t=E.useRef(e);return E.useEffect(()=>{t.current=e}),E.useMemo(()=>((...e)=>t.current?.(...e)),[])}var Cf=`DismissableLayer`,wf=`dismissableLayer.update`,Tf=`dismissableLayer.pointerDownOutside`,Ef=`dismissableLayer.focusOutside`,Df,Of=E.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set,dismissableSurfaces:new Set}),kf=E.forwardRef((e,t)=>{let{disableOutsidePointerEvents:n=!1,deferPointerDownOutside:r=!1,onEscapeKeyDown:i,onPointerDownOutside:a,onFocusOutside:o,onInteractOutside:s,onDismiss:c,...l}=e,u=E.useContext(Of),[d,f]=E.useState(null),p=d?.ownerDocument??globalThis?.document,[,m]=E.useState({}),h=J(t,f),g=Array.from(u.layers),[_]=[...u.layersWithOutsidePointerEventsDisabled].slice(-1),v=_?g.indexOf(_):-1,y=d?g.indexOf(d):-1,b=u.layersWithOutsidePointerEventsDisabled.size>0,x=y>=v,S=E.useRef(!1),ee=Pf(e=>{a?.(e),s?.(e),e.defaultPrevented||c?.()},{ownerDocument:p,deferPointerDownOutside:r,isDeferredPointerDownOutsideRef:S,dismissableSurfaces:u.dismissableSurfaces,shouldHandlePointerDownOutside:E.useCallback(e=>{if(!(e instanceof Node))return!1;let t=[...u.branches].some(t=>t.contains(e));return x&&!t},[u.branches,x])}),te=Ff(e=>{if(r&&S.current)return;let t=e.target;[...u.branches].some(e=>e.contains(t))||(o?.(e),s?.(e),e.defaultPrevented||c?.())},p),ne=d?y===g.length-1:!1,re=Sf(e=>{e.key===`Escape`&&(i?.(e),!e.defaultPrevented&&c&&(e.preventDefault(),c()))});return E.useEffect(()=>{if(ne)return p.addEventListener(`keydown`,re,{capture:!0}),()=>p.removeEventListener(`keydown`,re,{capture:!0})},[p,ne,re]),E.useEffect(()=>{if(d)return n&&(u.layersWithOutsidePointerEventsDisabled.size===0&&(Df=p.body.style.pointerEvents,p.body.style.pointerEvents=`none`),u.layersWithOutsidePointerEventsDisabled.add(d)),u.layers.add(d),If(),()=>{n&&(u.layersWithOutsidePointerEventsDisabled.delete(d),u.layersWithOutsidePointerEventsDisabled.size===0&&(p.body.style.pointerEvents=Df))}},[d,p,n,u]),E.useEffect(()=>()=>{d&&(u.layers.delete(d),u.layersWithOutsidePointerEventsDisabled.delete(d),If())},[d,u]),E.useEffect(()=>{let e=()=>m({});return document.addEventListener(wf,e),()=>document.removeEventListener(wf,e)},[]),(0,D.jsx)(Y.div,{...l,ref:h,style:{pointerEvents:b?x?`auto`:`none`:void 0,...e.style},onFocusCapture:X(e.onFocusCapture,te.onFocusCapture),onBlurCapture:X(e.onBlurCapture,te.onBlurCapture),onPointerDownCapture:X(e.onPointerDownCapture,ee.onPointerDownCapture)})});kf.displayName=Cf;var Af=`DismissableLayerBranch`,jf=E.forwardRef((e,t)=>{let n=E.useContext(Of),r=E.useRef(null),i=J(t,r);return E.useEffect(()=>{let e=r.current;if(e)return n.branches.add(e),()=>{n.branches.delete(e)}},[n.branches]),(0,D.jsx)(Y.div,{...e,ref:i})});jf.displayName=Af;function Mf(){let e=E.useContext(Of),[t,n]=E.useState(null);return E.useEffect(()=>{if(t)return e.dismissableSurfaces.add(t),()=>{e.dismissableSurfaces.delete(t)}},[t,e.dismissableSurfaces]),n}var Nf=()=>!0;function Pf(e,t){let{ownerDocument:n=globalThis?.document,deferPointerDownOutside:r=!1,isDeferredPointerDownOutsideRef:i,dismissableSurfaces:a,shouldHandlePointerDownOutside:o=Nf}=t,s=Sf(e),c=E.useRef(!1),l=E.useRef(!1),u=E.useRef(new Map),d=E.useRef(()=>{});return E.useEffect(()=>{function e(){l.current=!1,i.current=!1,u.current.clear()}function t(){return Array.from(u.current.values()).some(Boolean)}function f(e){if(!l.current)return;let t=e.target;t instanceof Node&&[...a].some(e=>e.contains(t))||u.current.set(e.type,!0),e.type===`click`&&window.setTimeout(()=>{l.current&&d.current()},0)}function p(e){l.current&&u.current.set(e.type,!1)}let m=a=>{if(a.target&&!c.current){let f=function(){n.removeEventListener(`click`,d.current);let r=t();e(),r||Lf(Tf,s,p,{discrete:!0})};if(!o(a.target)){n.removeEventListener(`click`,d.current),e(),c.current=!1;return}let p={originalEvent:a};l.current=!0,i.current=r&&a.button===0,u.current.clear(),!r||a.button!==0?f():(n.removeEventListener(`click`,d.current),d.current=f,n.addEventListener(`click`,d.current,{once:!0}))}else n.removeEventListener(`click`,d.current),e();c.current=!1},h=[`pointerup`,`mousedown`,`mouseup`,`touchstart`,`touchend`,`click`];for(let e of h)n.addEventListener(e,f,!0),n.addEventListener(e,p);let g=window.setTimeout(()=>{n.addEventListener(`pointerdown`,m)},0);return()=>{window.clearTimeout(g),n.removeEventListener(`pointerdown`,m),n.removeEventListener(`click`,d.current);for(let e of h)n.removeEventListener(e,f,!0),n.removeEventListener(e,p)}},[n,s,r,i,a,o]),{onPointerDownCapture:()=>c.current=!0}}function Ff(e,t=globalThis?.document){let n=Sf(e),r=E.useRef(!1);return E.useEffect(()=>{let e=e=>{e.target&&!r.current&&Lf(Ef,n,{originalEvent:e},{discrete:!1})};return t.addEventListener(`focusin`,e),()=>t.removeEventListener(`focusin`,e)},[t,n]),{onFocusCapture:()=>r.current=!0,onBlurCapture:()=>r.current=!1}}function If(){let e=new CustomEvent(wf);document.dispatchEvent(e)}function Lf(e,t,n,{discrete:r}){let i=n.originalEvent.target,a=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:n});t&&i.addEventListener(e,t,{once:!0}),r?rf(i,a):i.dispatchEvent(a)}var Rf=`focusScope.autoFocusOnMount`,zf=`focusScope.autoFocusOnUnmount`,Bf={bubbles:!1,cancelable:!0},Vf=`FocusScope`,Hf=E.forwardRef((e,t)=>{let{loop:n=!1,trapped:r=!1,onMountAutoFocus:i,onUnmountAutoFocus:a,...o}=e,[s,c]=E.useState(null),l=Sf(i),u=Sf(a),d=E.useRef(null),f=J(t,c),p=E.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;E.useEffect(()=>{if(r){let e=function(e){if(p.paused||!s)return;let t=e.target;s.contains(t)?d.current=t:Yf(d.current,{select:!0})},t=function(e){if(p.paused||!s)return;let t=e.relatedTarget;t!==null&&(s.contains(t)||Yf(d.current,{select:!0}))},n=function(e){if(document.activeElement===document.body)for(let t of e)t.removedNodes.length>0&&Yf(s)};document.addEventListener(`focusin`,e),document.addEventListener(`focusout`,t);let r=new MutationObserver(n);return s&&r.observe(s,{childList:!0,subtree:!0}),()=>{document.removeEventListener(`focusin`,e),document.removeEventListener(`focusout`,t),r.disconnect()}}},[r,s,p.paused]),E.useEffect(()=>{if(s){Xf.add(p);let e=document.activeElement;if(!s.contains(e)){let t=new CustomEvent(Rf,Bf);s.addEventListener(Rf,l),s.dispatchEvent(t),t.defaultPrevented||(Uf($f(Gf(s)),{select:!0}),document.activeElement===e&&Yf(s))}return()=>{s.removeEventListener(Rf,l),setTimeout(()=>{let t=new CustomEvent(zf,Bf);s.addEventListener(zf,u),s.dispatchEvent(t),t.defaultPrevented||Yf(e??document.body,{select:!0}),s.removeEventListener(zf,u),Xf.remove(p)},0)}}},[s,l,u,p]);let m=E.useCallback(e=>{if(!n&&!r||p.paused)return;let t=e.key===`Tab`&&!e.altKey&&!e.ctrlKey&&!e.metaKey,i=document.activeElement;if(t&&i){let t=e.currentTarget,[r,a]=Wf(t);r&&a?!e.shiftKey&&i===a?(e.preventDefault(),n&&Yf(r,{select:!0})):e.shiftKey&&i===r&&(e.preventDefault(),n&&Yf(a,{select:!0})):i===t&&e.preventDefault()}},[n,r,p.paused]);return(0,D.jsx)(Y.div,{tabIndex:-1,...o,ref:f,onKeyDown:m})});Hf.displayName=Vf;function Uf(e,{select:t=!1}={}){let n=document.activeElement;for(let r of e)if(Yf(r,{select:t}),document.activeElement!==n)return}function Wf(e){let t=Gf(e);return[Kf(t,e),Kf(t.reverse(),e)]}function Gf(e){let t=[],n=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:e=>{let t=e.tagName===`INPUT`&&e.type===`hidden`;return e.disabled||e.hidden||t?NodeFilter.FILTER_SKIP:e.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;n.nextNode();)t.push(n.currentNode);return t}function Kf(e,t){let n=typeof t.checkVisibility==`function`&&t.checkVisibility({checkVisibilityCSS:!0});for(let r of e)if(!(n?!r.checkVisibility({checkVisibilityCSS:!0}):qf(r,{upTo:t})))return r}function qf(e,{upTo:t}){if(getComputedStyle(e).visibility===`hidden`)return!0;for(;e;){if(t!==void 0&&e===t)return!1;if(getComputedStyle(e).display===`none`)return!0;e=e.parentElement}return!1}function Jf(e){return e instanceof HTMLInputElement&&`select`in e}function Yf(e,{select:t=!1}={}){if(e&&e.focus){let n=document.activeElement;e.focus({preventScroll:!0}),e!==n&&Jf(e)&&t&&e.select()}}var Xf=Zf();function Zf(){let e=[];return{add(t){let n=e[0];t!==n&&n?.pause(),e=Qf(e,t),e.unshift(t)},remove(t){e=Qf(e,t),e[0]?.resume()}}}function Qf(e,t){let n=[...e],r=n.indexOf(t);return r!==-1&&n.splice(r,1),n}function $f(e){return e.filter(e=>e.tagName!==`A`)}var ep=`Portal`,tp=E.forwardRef((e,t)=>{let{container:n,...r}=e,[i,a]=E.useState(!1);sf(()=>a(!0),[]);let o=n||i&&globalThis?.document?.body;return o?Ld.createPortal((0,D.jsx)(Y.div,{...r,ref:t}),o):null});tp.displayName=ep;var np=0,rp=null;function ip(){E.useEffect(()=>{rp||={start:ap(),end:ap()};let{start:e,end:t}=rp;return document.body.firstElementChild!==e&&document.body.insertAdjacentElement(`afterbegin`,e),document.body.lastElementChild!==t&&document.body.insertAdjacentElement(`beforeend`,t),np++,()=>{np===1&&(rp?.start.remove(),rp?.end.remove(),rp=null),np=Math.max(0,np-1)}},[])}function ap(){let e=document.createElement(`span`);return e.setAttribute(`data-radix-focus-guard`,``),e.tabIndex=0,e.style.outline=`none`,e.style.opacity=`0`,e.style.position=`fixed`,e.style.pointerEvents=`none`,e}var Z=function(){return Z=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n],t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},Z.apply(this,arguments)};function op(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols==`function`)for(var i=0,r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]]);return n}function sp(e,t,n){if(n||arguments.length===2)for(var r=0,i=t.length,a;r<i;r++)(a||!(r in t))&&(a||=Array.prototype.slice.call(t,0,r),a[r]=t[r]);return e.concat(a||Array.prototype.slice.call(t))}var cp=`right-scroll-bar-position`,lp=`width-before-scroll-bar`,up=`with-scroll-bars-hidden`,dp=`--removed-body-scroll-bar-size`;function fp(e,t){return typeof e==`function`?e(t):e&&(e.current=t),e}function pp(e,t){var n=(0,E.useState)(function(){return{value:e,callback:t,facade:{get current(){return n.value},set current(e){var t=n.value;t!==e&&(n.value=e,n.callback(e,t))}}}})[0];return n.callback=t,n.facade}var mp=typeof window<`u`?E.useLayoutEffect:E.useEffect,hp=new WeakMap;function gp(e,t){var n=pp(t||null,function(t){return e.forEach(function(e){return fp(e,t)})});return mp(function(){var t=hp.get(n);if(t){var r=new Set(t),i=new Set(e),a=n.current;r.forEach(function(e){i.has(e)||fp(e,null)}),i.forEach(function(e){r.has(e)||fp(e,a)})}hp.set(n,e)},[e]),n}function _p(e){return e}function vp(e,t){t===void 0&&(t=_p);var n=[],r=!1;return{read:function(){if(r)throw Error("Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.");return n.length?n[n.length-1]:e},useMedium:function(e){var i=t(e,r);return n.push(i),function(){n=n.filter(function(e){return e!==i})}},assignSyncMedium:function(e){for(r=!0;n.length;){var t=n;n=[],t.forEach(e)}n={push:function(t){return e(t)},filter:function(){return n}}},assignMedium:function(e){r=!0;var t=[];if(n.length){var i=n;n=[],i.forEach(e),t=n}var a=function(){var n=t;t=[],n.forEach(e)},o=function(){return Promise.resolve().then(a)};o(),n={push:function(e){t.push(e),o()},filter:function(e){return t=t.filter(e),n}}}}}function yp(e){e===void 0&&(e={});var t=vp(null);return t.options=Z({async:!0,ssr:!1},e),t}var bp=function(e){var t=e.sideCar,n=op(e,[`sideCar`]);if(!t)throw Error("Sidecar: please provide `sideCar` property to import the right car");var r=t.read();if(!r)throw Error(`Sidecar medium not found`);return E.createElement(r,Z({},n))};bp.isSideCarExport=!0;function xp(e,t){return e.useMedium(t),bp}var Sp=yp(),Cp=function(){},wp=E.forwardRef(function(e,t){var n=E.useRef(null),r=E.useState({onScrollCapture:Cp,onWheelCapture:Cp,onTouchMoveCapture:Cp}),i=r[0],a=r[1],o=e.forwardProps,s=e.children,c=e.className,l=e.removeScrollBar,u=e.enabled,d=e.shards,f=e.sideCar,p=e.noRelative,m=e.noIsolation,h=e.inert,g=e.allowPinchZoom,_=e.as,v=_===void 0?`div`:_,y=e.gapMode,b=op(e,[`forwardProps`,`children`,`className`,`removeScrollBar`,`enabled`,`shards`,`sideCar`,`noRelative`,`noIsolation`,`inert`,`allowPinchZoom`,`as`,`gapMode`]),x=f,S=gp([n,t]),ee=Z(Z({},b),i);return E.createElement(E.Fragment,null,u&&E.createElement(x,{sideCar:Sp,removeScrollBar:l,shards:d,noRelative:p,noIsolation:m,inert:h,setCallbacks:a,allowPinchZoom:!!g,lockRef:n,gapMode:y}),o?E.cloneElement(E.Children.only(s),Z(Z({},ee),{ref:S})):E.createElement(v,Z({},ee,{className:c,ref:S}),s))});wp.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1},wp.classNames={fullWidth:lp,zeroRight:cp};var Tp,Ep=function(){if(Tp)return Tp;if(typeof __webpack_nonce__<`u`)return __webpack_nonce__};function Dp(){if(!document)return null;var e=document.createElement(`style`);e.type=`text/css`;var t=Ep();return t&&e.setAttribute(`nonce`,t),e}function Op(e,t){e.styleSheet?e.styleSheet.cssText=t:e.appendChild(document.createTextNode(t))}function kp(e){(document.head||document.getElementsByTagName(`head`)[0]).appendChild(e)}var Ap=function(){var e=0,t=null;return{add:function(n){e==0&&(t=Dp())&&(Op(t,n),kp(t)),e++},remove:function(){e--,!e&&t&&(t.parentNode&&t.parentNode.removeChild(t),t=null)}}},jp=function(){var e=Ap();return function(t,n){E.useEffect(function(){return e.add(t),function(){e.remove()}},[t&&n])}},Mp=function(){var e=jp();return function(t){var n=t.styles,r=t.dynamic;return e(n,r),null}},Np={left:0,top:0,right:0,gap:0},Pp=function(e){return parseInt(e||``,10)||0},Fp=function(e){var t=window.getComputedStyle(document.body),n=t[e===`padding`?`paddingLeft`:`marginLeft`],r=t[e===`padding`?`paddingTop`:`marginTop`],i=t[e===`padding`?`paddingRight`:`marginRight`];return[Pp(n),Pp(r),Pp(i)]},Ip=function(e){if(e===void 0&&(e=`margin`),typeof window>`u`)return Np;var t=Fp(e),n=document.documentElement.clientWidth,r=window.innerWidth;return{left:t[0],top:t[1],right:t[2],gap:Math.max(0,r-n+t[2]-t[0])}},Lp=Mp(),Rp=`data-scroll-locked`,zp=function(e,t,n,r){var i=e.left,a=e.top,o=e.right,s=e.gap;return n===void 0&&(n=`margin`),`
|
|
4
4
|
.${up} {
|