creevey 0.10.0-beta.3 → 0.10.0-beta.31
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/dist/client/addon/components/Addon.js +17 -7
- package/dist/client/addon/components/Addon.js.map +1 -1
- package/dist/client/addon/components/Panel.js +2 -2
- package/dist/client/addon/components/Panel.js.map +1 -1
- package/dist/client/addon/components/Tools.js +17 -7
- package/dist/client/addon/components/Tools.js.map +1 -1
- package/dist/client/addon/withCreevey.d.ts +1 -0
- package/dist/client/addon/withCreevey.js +10 -1
- package/dist/client/addon/withCreevey.js.map +1 -1
- package/dist/client/shared/components/ImagesView/BlendView.js +17 -7
- package/dist/client/shared/components/ImagesView/BlendView.js.map +1 -1
- package/dist/client/shared/components/ImagesView/SideBySideView.js +17 -7
- package/dist/client/shared/components/ImagesView/SideBySideView.js.map +1 -1
- package/dist/client/shared/components/ImagesView/SlideView.js +17 -7
- package/dist/client/shared/components/ImagesView/SlideView.js.map +1 -1
- package/dist/client/shared/components/ImagesView/SwapView.js +29 -7
- package/dist/client/shared/components/ImagesView/SwapView.js.map +1 -1
- package/dist/client/shared/components/PageHeader/ImagePreview.js +1 -0
- package/dist/client/shared/components/PageHeader/ImagePreview.js.map +1 -1
- package/dist/client/shared/components/PageHeader/PageHeader.js +20 -8
- package/dist/client/shared/components/PageHeader/PageHeader.js.map +1 -1
- package/dist/client/shared/components/ResultsPage.js +43 -13
- package/dist/client/shared/components/ResultsPage.js.map +1 -1
- package/dist/client/shared/creeveyClientApi.js +8 -1
- package/dist/client/shared/creeveyClientApi.js.map +1 -1
- package/dist/client/shared/helpers.d.ts +1 -3
- package/dist/client/shared/helpers.js +4 -19
- package/dist/client/shared/helpers.js.map +1 -1
- package/dist/client/web/CreeveyApp.js +41 -14
- package/dist/client/web/CreeveyApp.js.map +1 -1
- package/dist/client/web/CreeveyContext.d.ts +5 -0
- package/dist/client/web/CreeveyContext.js +20 -7
- package/dist/client/web/CreeveyContext.js.map +1 -1
- package/dist/client/web/CreeveyLoader.js +2 -2
- package/dist/client/web/CreeveyLoader.js.map +1 -1
- package/dist/client/web/CreeveyView/SideBar/Search.js +19 -9
- package/dist/client/web/CreeveyView/SideBar/Search.js.map +1 -1
- package/dist/client/web/CreeveyView/SideBar/SideBar.js +18 -7
- package/dist/client/web/CreeveyView/SideBar/SideBar.js.map +1 -1
- package/dist/client/web/CreeveyView/SideBar/SideBarFooter.js +60 -7
- package/dist/client/web/CreeveyView/SideBar/SideBarFooter.js.map +1 -1
- package/dist/client/web/CreeveyView/SideBar/SideBarHeader.js +17 -7
- package/dist/client/web/CreeveyView/SideBar/SideBarHeader.js.map +1 -1
- package/dist/client/web/CreeveyView/SideBar/SuiteLink.js +18 -10
- package/dist/client/web/CreeveyView/SideBar/SuiteLink.js.map +1 -1
- package/dist/client/web/CreeveyView/SideBar/TestLink.js +18 -10
- package/dist/client/web/CreeveyView/SideBar/TestLink.js.map +1 -1
- package/dist/client/web/KeyboardEventsContext.d.ts +1 -8
- package/dist/client/web/KeyboardEventsContext.js +79 -64
- package/dist/client/web/KeyboardEventsContext.js.map +1 -1
- package/dist/client/web/assets/index-Cs8IUTQs.js +595 -0
- package/dist/client/web/index.html +1 -1
- package/dist/client/web/index.js +17 -7
- package/dist/client/web/index.js.map +1 -1
- package/dist/client/web/themes.d.ts +2 -0
- package/dist/client/web/themes.js +22 -0
- package/dist/client/web/themes.js.map +1 -0
- package/dist/creevey.js +16 -9
- package/dist/creevey.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/server/config.d.ts +1 -1
- package/dist/server/config.js +29 -7
- package/dist/server/config.js.map +1 -1
- package/dist/server/connection.d.ts +3 -0
- package/dist/server/connection.js +28 -0
- package/dist/server/connection.js.map +1 -0
- package/dist/server/docker.js +38 -21
- package/dist/server/docker.js.map +1 -1
- package/dist/server/index.js +63 -11
- package/dist/server/index.js.map +1 -1
- package/dist/server/logger.d.ts +2 -1
- package/dist/server/logger.js +7 -3
- package/dist/server/logger.js.map +1 -1
- package/dist/server/master/api.js +1 -1
- package/dist/server/master/api.js.map +1 -1
- package/dist/server/master/pool.d.ts +4 -3
- package/dist/server/master/pool.js +12 -63
- package/dist/server/master/pool.js.map +1 -1
- package/dist/server/master/queue.d.ts +13 -0
- package/dist/server/master/queue.js +71 -0
- package/dist/server/master/queue.js.map +1 -0
- package/dist/server/master/runner.d.ts +1 -0
- package/dist/server/master/runner.js +4 -1
- package/dist/server/master/runner.js.map +1 -1
- package/dist/server/master/server.js +1 -1
- package/dist/server/master/server.js.map +1 -1
- package/dist/server/master/start.js +13 -11
- package/dist/server/master/start.js.map +1 -1
- package/dist/server/playwright/docker-file.d.ts +2 -1
- package/dist/server/playwright/docker-file.js +7 -5
- package/dist/server/playwright/docker-file.js.map +1 -1
- package/dist/server/playwright/internal.d.ts +5 -4
- package/dist/server/playwright/internal.js +91 -71
- package/dist/server/playwright/internal.js.map +1 -1
- package/dist/server/playwright/webdriver.d.ts +1 -1
- package/dist/server/playwright/webdriver.js +1 -1
- package/dist/server/playwright/webdriver.js.map +1 -1
- package/dist/server/providers/browser.js +6 -4
- package/dist/server/providers/browser.js.map +1 -1
- package/dist/server/providers/hybrid.js +1 -1
- package/dist/server/providers/hybrid.js.map +1 -1
- package/dist/server/reporter.js +13 -9
- package/dist/server/reporter.js.map +1 -1
- package/dist/server/selenium/internal.d.ts +3 -4
- package/dist/server/selenium/internal.js +127 -99
- package/dist/server/selenium/internal.js.map +1 -1
- package/dist/server/selenium/selenoid.js +9 -6
- package/dist/server/selenium/selenoid.js.map +1 -1
- package/dist/server/selenium/webdriver.d.ts +1 -1
- package/dist/server/selenium/webdriver.js +1 -1
- package/dist/server/selenium/webdriver.js.map +1 -1
- package/dist/server/telemetry.js +7 -3
- package/dist/server/telemetry.js.map +1 -1
- package/dist/server/testsFiles/parser.js +44 -2
- package/dist/server/testsFiles/parser.js.map +1 -1
- package/dist/server/utils.d.ts +20 -1
- package/dist/server/utils.js +82 -7
- package/dist/server/utils.js.map +1 -1
- package/dist/server/webdriver.d.ts +3 -4
- package/dist/server/webdriver.js +10 -9
- package/dist/server/webdriver.js.map +1 -1
- package/dist/server/worker/chai-image.d.ts +1 -2
- package/dist/server/worker/chai-image.js +4 -3
- package/dist/server/worker/chai-image.js.map +1 -1
- package/dist/server/worker/match-image.d.ts +4 -4
- package/dist/server/worker/match-image.js +7 -4
- package/dist/server/worker/match-image.js.map +1 -1
- package/dist/server/worker/start.js +24 -14
- package/dist/server/worker/start.js.map +1 -1
- package/dist/shared/index.d.ts +1 -1
- package/dist/types.d.ts +38 -13
- package/dist/types.js.map +1 -1
- package/docs/config.md +3 -0
- package/package.json +65 -63
- package/src/client/addon/components/Panel.tsx +2 -2
- package/src/client/addon/withCreevey.ts +8 -1
- package/src/client/shared/components/ImagesView/SwapView.tsx +18 -0
- package/src/client/shared/components/PageHeader/ImagePreview.tsx +1 -0
- package/src/client/shared/components/PageHeader/PageHeader.tsx +4 -2
- package/src/client/shared/components/ResultsPage.tsx +31 -8
- package/src/client/shared/creeveyClientApi.ts +9 -1
- package/src/client/shared/helpers.ts +4 -24
- package/src/client/web/CreeveyApp.tsx +26 -8
- package/src/client/web/CreeveyContext.tsx +9 -0
- package/src/client/web/CreeveyLoader.tsx +1 -1
- package/src/client/web/CreeveyView/SideBar/Search.tsx +3 -3
- package/src/client/web/CreeveyView/SideBar/SideBar.tsx +1 -0
- package/src/client/web/CreeveyView/SideBar/SideBarFooter.tsx +37 -6
- package/src/client/web/CreeveyView/SideBar/SuiteLink.tsx +3 -5
- package/src/client/web/CreeveyView/SideBar/TestLink.tsx +2 -4
- package/src/client/web/KeyboardEventsContext.tsx +61 -73
- package/src/client/web/themes.ts +24 -0
- package/src/creevey.ts +16 -10
- package/src/server/config.ts +30 -8
- package/src/server/connection.ts +26 -0
- package/src/server/docker.ts +42 -24
- package/src/server/index.ts +73 -14
- package/src/server/logger.ts +6 -2
- package/src/server/master/api.ts +1 -1
- package/src/server/master/pool.ts +22 -56
- package/src/server/master/queue.ts +77 -0
- package/src/server/master/runner.ts +4 -1
- package/src/server/master/server.ts +1 -1
- package/src/server/master/start.ts +16 -11
- package/src/server/playwright/docker-file.ts +8 -5
- package/src/server/playwright/internal.ts +91 -78
- package/src/server/playwright/webdriver.ts +2 -2
- package/src/server/providers/browser.ts +6 -4
- package/src/server/providers/hybrid.ts +1 -1
- package/src/server/reporter.ts +15 -9
- package/src/server/selenium/internal.ts +131 -107
- package/src/server/selenium/selenoid.ts +9 -7
- package/src/server/selenium/webdriver.ts +2 -2
- package/src/server/telemetry.ts +7 -3
- package/src/server/testsFiles/parser.ts +51 -1
- package/src/server/utils.ts +87 -8
- package/src/server/webdriver.ts +11 -16
- package/src/server/worker/chai-image.ts +4 -4
- package/src/server/worker/match-image.ts +12 -8
- package/src/server/worker/start.ts +25 -16
- package/src/shared/index.ts +1 -1
- package/src/types.ts +40 -15
- package/types/global.d.ts +1 -0
- package/.yarnrc.yml +0 -1
- package/chromatic.config.json +0 -5
- package/dist/client/web/assets/index-DkmZfG9C.js +0 -591
@@ -0,0 +1,595 @@
|
|
1
|
+
var uB=Object.defineProperty;var cB=(e,t,r)=>t in e?uB(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r;var Hr=(e,t,r)=>cB(e,typeof t!="symbol"?t+"":t,r);(function(){const t=document.createElement("link").relList;if(t&&t.supports&&t.supports("modulepreload"))return;for(const o of document.querySelectorAll('link[rel="modulepreload"]'))n(o);new MutationObserver(o=>{for(const a of o)if(a.type==="childList")for(const i of a.addedNodes)i.tagName==="LINK"&&i.rel==="modulepreload"&&n(i)}).observe(document,{childList:!0,subtree:!0});function r(o){const a={};return o.integrity&&(a.integrity=o.integrity),o.referrerPolicy&&(a.referrerPolicy=o.referrerPolicy),o.crossOrigin==="use-credentials"?a.credentials="include":o.crossOrigin==="anonymous"?a.credentials="omit":a.credentials="same-origin",a}function n(o){if(o.ep)return;o.ep=!0;const a=r(o);fetch(o.href,a)}})();var D3=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function _D(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function dB(e){if(e.__esModule)return e;var t=e.default;if(typeof t=="function"){var r=function n(){return this instanceof n?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};r.prototype=t.prototype}else r={};return Object.defineProperty(r,"__esModule",{value:!0}),Object.keys(e).forEach(function(n){var o=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(r,n,o.get?o:{enumerable:!0,get:function(){return e[n]}})}),r}var ID={exports:{}},v1={},RD={exports:{}},te={};/**
|
2
|
+
* @license React
|
3
|
+
* react.production.min.js
|
4
|
+
*
|
5
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
6
|
+
*
|
7
|
+
* This source code is licensed under the MIT license found in the
|
8
|
+
* LICENSE file in the root directory of this source tree.
|
9
|
+
*/var Mu=Symbol.for("react.element"),fB=Symbol.for("react.portal"),pB=Symbol.for("react.fragment"),hB=Symbol.for("react.strict_mode"),mB=Symbol.for("react.profiler"),gB=Symbol.for("react.provider"),vB=Symbol.for("react.context"),yB=Symbol.for("react.forward_ref"),wB=Symbol.for("react.suspense"),bB=Symbol.for("react.memo"),xB=Symbol.for("react.lazy"),E3=Symbol.iterator;function DB(e){return e===null||typeof e!="object"?null:(e=E3&&e[E3]||e["@@iterator"],typeof e=="function"?e:null)}var zD={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},TD=Object.assign,BD={};function yl(e,t,r){this.props=e,this.context=t,this.refs=BD,this.updater=r||zD}yl.prototype.isReactComponent={};yl.prototype.setState=function(e,t){if(typeof e!="object"&&typeof e!="function"&&e!=null)throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,e,t,"setState")};yl.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")};function LD(){}LD.prototype=yl.prototype;function K5(e,t,r){this.props=e,this.context=t,this.refs=BD,this.updater=r||zD}var X5=K5.prototype=new LD;X5.constructor=K5;TD(X5,yl.prototype);X5.isPureReactComponent=!0;var C3=Array.isArray,MD=Object.prototype.hasOwnProperty,Q5={current:null},OD={key:!0,ref:!0,__self:!0,__source:!0};function $D(e,t,r){var n,o={},a=null,i=null;if(t!=null)for(n in t.ref!==void 0&&(i=t.ref),t.key!==void 0&&(a=""+t.key),t)MD.call(t,n)&&!OD.hasOwnProperty(n)&&(o[n]=t[n]);var l=arguments.length-2;if(l===1)o.children=r;else if(1<l){for(var u=Array(l),d=0;d<l;d++)u[d]=arguments[d+2];o.children=u}if(e&&e.defaultProps)for(n in l=e.defaultProps,l)o[n]===void 0&&(o[n]=l[n]);return{$$typeof:Mu,type:e,key:a,ref:i,props:o,_owner:Q5.current}}function EB(e,t){return{$$typeof:Mu,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}function Z5(e){return typeof e=="object"&&e!==null&&e.$$typeof===Mu}function CB(e){var t={"=":"=0",":":"=2"};return"$"+e.replace(/[=:]/g,function(r){return t[r]})}var S3=/\/+/g;function Uf(e,t){return typeof e=="object"&&e!==null&&e.key!=null?CB(""+e.key):t.toString(36)}function m0(e,t,r,n,o){var a=typeof e;(a==="undefined"||a==="boolean")&&(e=null);var i=!1;if(e===null)i=!0;else switch(a){case"string":case"number":i=!0;break;case"object":switch(e.$$typeof){case Mu:case fB:i=!0}}if(i)return i=e,o=o(i),e=n===""?"."+Uf(i,0):n,C3(o)?(r="",e!=null&&(r=e.replace(S3,"$&/")+"/"),m0(o,t,r,"",function(d){return d})):o!=null&&(Z5(o)&&(o=EB(o,r+(!o.key||i&&i.key===o.key?"":(""+o.key).replace(S3,"$&/")+"/")+e)),t.push(o)),1;if(i=0,n=n===""?".":n+":",C3(e))for(var l=0;l<e.length;l++){a=e[l];var u=n+Uf(a,l);i+=m0(a,t,r,u,o)}else if(u=DB(e),typeof u=="function")for(e=u.call(e),l=0;!(a=e.next()).done;)a=a.value,u=n+Uf(a,l++),i+=m0(a,t,r,u,o);else if(a==="object")throw t=String(e),Error("Objects are not valid as a React child (found: "+(t==="[object Object]"?"object with keys {"+Object.keys(e).join(", ")+"}":t)+"). If you meant to render a collection of children, use an array instead.");return i}function bc(e,t,r){if(e==null)return e;var n=[],o=0;return m0(e,n,"","",function(a){return t.call(r,a,o++)}),n}function SB(e){if(e._status===-1){var t=e._result;t=t(),t.then(function(r){(e._status===0||e._status===-1)&&(e._status=1,e._result=r)},function(r){(e._status===0||e._status===-1)&&(e._status=2,e._result=r)}),e._status===-1&&(e._status=0,e._result=t)}if(e._status===1)return e._result.default;throw e._result}var vt={current:null},g0={transition:null},kB={ReactCurrentDispatcher:vt,ReactCurrentBatchConfig:g0,ReactCurrentOwner:Q5};function PD(){throw Error("act(...) is not supported in production builds of React.")}te.Children={map:bc,forEach:function(e,t,r){bc(e,function(){t.apply(this,arguments)},r)},count:function(e){var t=0;return bc(e,function(){t++}),t},toArray:function(e){return bc(e,function(t){return t})||[]},only:function(e){if(!Z5(e))throw Error("React.Children.only expected to receive a single React element child.");return e}};te.Component=yl;te.Fragment=pB;te.Profiler=mB;te.PureComponent=K5;te.StrictMode=hB;te.Suspense=wB;te.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=kB;te.act=PD;te.cloneElement=function(e,t,r){if(e==null)throw Error("React.cloneElement(...): The argument must be a React element, but you passed "+e+".");var n=TD({},e.props),o=e.key,a=e.ref,i=e._owner;if(t!=null){if(t.ref!==void 0&&(a=t.ref,i=Q5.current),t.key!==void 0&&(o=""+t.key),e.type&&e.type.defaultProps)var l=e.type.defaultProps;for(u in t)MD.call(t,u)&&!OD.hasOwnProperty(u)&&(n[u]=t[u]===void 0&&l!==void 0?l[u]:t[u])}var u=arguments.length-2;if(u===1)n.children=r;else if(1<u){l=Array(u);for(var d=0;d<u;d++)l[d]=arguments[d+2];n.children=l}return{$$typeof:Mu,type:e.type,key:o,ref:a,props:n,_owner:i}};te.createContext=function(e){return e={$$typeof:vB,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null,_defaultValue:null,_globalName:null},e.Provider={$$typeof:gB,_context:e},e.Consumer=e};te.createElement=$D;te.createFactory=function(e){var t=$D.bind(null,e);return t.type=e,t};te.createRef=function(){return{current:null}};te.forwardRef=function(e){return{$$typeof:yB,render:e}};te.isValidElement=Z5;te.lazy=function(e){return{$$typeof:xB,_payload:{_status:-1,_result:e},_init:SB}};te.memo=function(e,t){return{$$typeof:bB,type:e,compare:t===void 0?null:t}};te.startTransition=function(e){var t=g0.transition;g0.transition={};try{e()}finally{g0.transition=t}};te.unstable_act=PD;te.useCallback=function(e,t){return vt.current.useCallback(e,t)};te.useContext=function(e){return vt.current.useContext(e)};te.useDebugValue=function(){};te.useDeferredValue=function(e){return vt.current.useDeferredValue(e)};te.useEffect=function(e,t){return vt.current.useEffect(e,t)};te.useId=function(){return vt.current.useId()};te.useImperativeHandle=function(e,t,r){return vt.current.useImperativeHandle(e,t,r)};te.useInsertionEffect=function(e,t){return vt.current.useInsertionEffect(e,t)};te.useLayoutEffect=function(e,t){return vt.current.useLayoutEffect(e,t)};te.useMemo=function(e,t){return vt.current.useMemo(e,t)};te.useReducer=function(e,t,r){return vt.current.useReducer(e,t,r)};te.useRef=function(e){return vt.current.useRef(e)};te.useState=function(e){return vt.current.useState(e)};te.useSyncExternalStore=function(e,t,r){return vt.current.useSyncExternalStore(e,t,r)};te.useTransition=function(){return vt.current.useTransition()};te.version="18.3.1";RD.exports=te;var s=RD.exports;const z=_D(s);/**
|
10
|
+
* @license React
|
11
|
+
* react-jsx-runtime.production.min.js
|
12
|
+
*
|
13
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
14
|
+
*
|
15
|
+
* This source code is licensed under the MIT license found in the
|
16
|
+
* LICENSE file in the root directory of this source tree.
|
17
|
+
*/var AB=s,FB=Symbol.for("react.element"),_B=Symbol.for("react.fragment"),IB=Object.prototype.hasOwnProperty,RB=AB.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,zB={key:!0,ref:!0,__self:!0,__source:!0};function ND(e,t,r){var n,o={},a=null,i=null;r!==void 0&&(a=""+r),t.key!==void 0&&(a=""+t.key),t.ref!==void 0&&(i=t.ref);for(n in t)IB.call(t,n)&&!zB.hasOwnProperty(n)&&(o[n]=t[n]);if(e&&e.defaultProps)for(n in t=e.defaultProps,t)o[n]===void 0&&(o[n]=t[n]);return{$$typeof:FB,type:e,key:a,ref:i,props:o,_owner:RB.current}}v1.Fragment=_B;v1.jsx=ND;v1.jsxs=ND;ID.exports=v1;var A=ID.exports,jD={exports:{}},qt={},HD={exports:{}},VD={};/**
|
18
|
+
* @license React
|
19
|
+
* scheduler.production.min.js
|
20
|
+
*
|
21
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
22
|
+
*
|
23
|
+
* This source code is licensed under the MIT license found in the
|
24
|
+
* LICENSE file in the root directory of this source tree.
|
25
|
+
*/(function(e){function t(B,L){var O=B.length;B.push(L);e:for(;0<O;){var V=O-1>>>1,Q=B[V];if(0<o(Q,L))B[V]=L,B[O]=Q,O=V;else break e}}function r(B){return B.length===0?null:B[0]}function n(B){if(B.length===0)return null;var L=B[0],O=B.pop();if(O!==L){B[0]=O;e:for(var V=0,Q=B.length,se=Q>>>1;V<se;){var de=2*(V+1)-1,q=B[de],ee=de+1,ne=B[ee];if(0>o(q,O))ee<Q&&0>o(ne,q)?(B[V]=ne,B[ee]=O,V=ee):(B[V]=q,B[de]=O,V=de);else if(ee<Q&&0>o(ne,O))B[V]=ne,B[ee]=O,V=ee;else break e}}return L}function o(B,L){var O=B.sortIndex-L.sortIndex;return O!==0?O:B.id-L.id}if(typeof performance=="object"&&typeof performance.now=="function"){var a=performance;e.unstable_now=function(){return a.now()}}else{var i=Date,l=i.now();e.unstable_now=function(){return i.now()-l}}var u=[],d=[],p=1,h=null,f=3,m=!1,g=!1,v=!1,D=typeof setTimeout=="function"?setTimeout:null,b=typeof clearTimeout=="function"?clearTimeout:null,w=typeof setImmediate<"u"?setImmediate:null;typeof navigator<"u"&&navigator.scheduling!==void 0&&navigator.scheduling.isInputPending!==void 0&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function y(B){for(var L=r(d);L!==null;){if(L.callback===null)n(d);else if(L.startTime<=B)n(d),L.sortIndex=L.expirationTime,t(u,L);else break;L=r(d)}}function x(B){if(v=!1,y(B),!g)if(r(u)!==null)g=!0,U(E);else{var L=r(d);L!==null&&K(x,L.startTime-B)}}function E(B,L){g=!1,v&&(v=!1,b(k),k=-1),m=!0;var O=f;try{for(y(L),h=r(u);h!==null&&(!(h.expirationTime>L)||B&&!T());){var V=h.callback;if(typeof V=="function"){h.callback=null,f=h.priorityLevel;var Q=V(h.expirationTime<=L);L=e.unstable_now(),typeof Q=="function"?h.callback=Q:h===r(u)&&n(u),y(L)}else n(u);h=r(u)}if(h!==null)var se=!0;else{var de=r(d);de!==null&&K(x,de.startTime-L),se=!1}return se}finally{h=null,f=O,m=!1}}var S=!1,C=null,k=-1,F=5,_=-1;function T(){return!(e.unstable_now()-_<F)}function N(){if(C!==null){var B=e.unstable_now();_=B;var L=!0;try{L=C(!0,B)}finally{L?P():(S=!1,C=null)}}else S=!1}var P;if(typeof w=="function")P=function(){w(N)};else if(typeof MessageChannel<"u"){var G=new MessageChannel,j=G.port2;G.port1.onmessage=N,P=function(){j.postMessage(null)}}else P=function(){D(N,0)};function U(B){C=B,S||(S=!0,P())}function K(B,L){k=D(function(){B(e.unstable_now())},L)}e.unstable_IdlePriority=5,e.unstable_ImmediatePriority=1,e.unstable_LowPriority=4,e.unstable_NormalPriority=3,e.unstable_Profiling=null,e.unstable_UserBlockingPriority=2,e.unstable_cancelCallback=function(B){B.callback=null},e.unstable_continueExecution=function(){g||m||(g=!0,U(E))},e.unstable_forceFrameRate=function(B){0>B||125<B?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):F=0<B?Math.floor(1e3/B):5},e.unstable_getCurrentPriorityLevel=function(){return f},e.unstable_getFirstCallbackNode=function(){return r(u)},e.unstable_next=function(B){switch(f){case 1:case 2:case 3:var L=3;break;default:L=f}var O=f;f=L;try{return B()}finally{f=O}},e.unstable_pauseExecution=function(){},e.unstable_requestPaint=function(){},e.unstable_runWithPriority=function(B,L){switch(B){case 1:case 2:case 3:case 4:case 5:break;default:B=3}var O=f;f=B;try{return L()}finally{f=O}},e.unstable_scheduleCallback=function(B,L,O){var V=e.unstable_now();switch(typeof O=="object"&&O!==null?(O=O.delay,O=typeof O=="number"&&0<O?V+O:V):O=V,B){case 1:var Q=-1;break;case 2:Q=250;break;case 5:Q=1073741823;break;case 4:Q=1e4;break;default:Q=5e3}return Q=O+Q,B={id:p++,callback:L,priorityLevel:B,startTime:O,expirationTime:Q,sortIndex:-1},O>V?(B.sortIndex=O,t(d,B),r(u)===null&&B===r(d)&&(v?(b(k),k=-1):v=!0,K(x,O-V))):(B.sortIndex=Q,t(u,B),g||m||(g=!0,U(E))),B},e.unstable_shouldYield=T,e.unstable_wrapCallback=function(B){var L=f;return function(){var O=f;f=L;try{return B.apply(this,arguments)}finally{f=O}}}})(VD);HD.exports=VD;var TB=HD.exports;/**
|
26
|
+
* @license React
|
27
|
+
* react-dom.production.min.js
|
28
|
+
*
|
29
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
30
|
+
*
|
31
|
+
* This source code is licensed under the MIT license found in the
|
32
|
+
* LICENSE file in the root directory of this source tree.
|
33
|
+
*/var BB=s,jt=TB;function $(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,r=1;r<arguments.length;r++)t+="&args[]="+encodeURIComponent(arguments[r]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var UD=new Set,Zs={};function _a(e,t){Ni(e,t),Ni(e+"Capture",t)}function Ni(e,t){for(Zs[e]=t,e=0;e<t.length;e++)UD.add(t[e])}var Tn=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),ug=Object.prototype.hasOwnProperty,LB=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,k3={},A3={};function MB(e){return ug.call(A3,e)?!0:ug.call(k3,e)?!1:LB.test(e)?A3[e]=!0:(k3[e]=!0,!1)}function OB(e,t,r,n){if(r!==null&&r.type===0)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":return n?!1:r!==null?!r.acceptsBooleans:(e=e.toLowerCase().slice(0,5),e!=="data-"&&e!=="aria-");default:return!1}}function $B(e,t,r,n){if(t===null||typeof t>"u"||OB(e,t,r,n))return!0;if(n)return!1;if(r!==null)switch(r.type){case 3:return!t;case 4:return t===!1;case 5:return isNaN(t);case 6:return isNaN(t)||1>t}return!1}function yt(e,t,r,n,o,a,i){this.acceptsBooleans=t===2||t===3||t===4,this.attributeName=n,this.attributeNamespace=o,this.mustUseProperty=r,this.propertyName=e,this.type=t,this.sanitizeURL=a,this.removeEmptyString=i}var Ge={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(e){Ge[e]=new yt(e,0,!1,e,null,!1,!1)});[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(e){var t=e[0];Ge[t]=new yt(t,1,!1,e[1],null,!1,!1)});["contentEditable","draggable","spellCheck","value"].forEach(function(e){Ge[e]=new yt(e,2,!1,e.toLowerCase(),null,!1,!1)});["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(e){Ge[e]=new yt(e,2,!1,e,null,!1,!1)});"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(e){Ge[e]=new yt(e,3,!1,e.toLowerCase(),null,!1,!1)});["checked","multiple","muted","selected"].forEach(function(e){Ge[e]=new yt(e,3,!0,e,null,!1,!1)});["capture","download"].forEach(function(e){Ge[e]=new yt(e,4,!1,e,null,!1,!1)});["cols","rows","size","span"].forEach(function(e){Ge[e]=new yt(e,6,!1,e,null,!1,!1)});["rowSpan","start"].forEach(function(e){Ge[e]=new yt(e,5,!1,e.toLowerCase(),null,!1,!1)});var J5=/[\-:]([a-z])/g;function ev(e){return e[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(e){var t=e.replace(J5,ev);Ge[t]=new yt(t,1,!1,e,null,!1,!1)});"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(e){var t=e.replace(J5,ev);Ge[t]=new yt(t,1,!1,e,"http://www.w3.org/1999/xlink",!1,!1)});["xml:base","xml:lang","xml:space"].forEach(function(e){var t=e.replace(J5,ev);Ge[t]=new yt(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)});["tabIndex","crossOrigin"].forEach(function(e){Ge[e]=new yt(e,1,!1,e.toLowerCase(),null,!1,!1)});Ge.xlinkHref=new yt("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1);["src","href","action","formAction"].forEach(function(e){Ge[e]=new yt(e,1,!1,e.toLowerCase(),null,!0,!0)});function tv(e,t,r,n){var o=Ge.hasOwnProperty(t)?Ge[t]:null;(o!==null?o.type!==0:n||!(2<t.length)||t[0]!=="o"&&t[0]!=="O"||t[1]!=="n"&&t[1]!=="N")&&($B(t,r,o,n)&&(r=null),n||o===null?MB(t)&&(r===null?e.removeAttribute(t):e.setAttribute(t,""+r)):o.mustUseProperty?e[o.propertyName]=r===null?o.type===3?!1:"":r:(t=o.attributeName,n=o.attributeNamespace,r===null?e.removeAttribute(t):(o=o.type,r=o===3||o===4&&r===!0?"":""+r,n?e.setAttributeNS(n,t,r):e.setAttribute(t,r))))}var $n=BB.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,xc=Symbol.for("react.element"),ii=Symbol.for("react.portal"),li=Symbol.for("react.fragment"),rv=Symbol.for("react.strict_mode"),cg=Symbol.for("react.profiler"),WD=Symbol.for("react.provider"),qD=Symbol.for("react.context"),nv=Symbol.for("react.forward_ref"),dg=Symbol.for("react.suspense"),fg=Symbol.for("react.suspense_list"),ov=Symbol.for("react.memo"),Un=Symbol.for("react.lazy"),GD=Symbol.for("react.offscreen"),F3=Symbol.iterator;function Ol(e){return e===null||typeof e!="object"?null:(e=F3&&e[F3]||e["@@iterator"],typeof e=="function"?e:null)}var we=Object.assign,Wf;function us(e){if(Wf===void 0)try{throw Error()}catch(r){var t=r.stack.trim().match(/\n( *(at )?)/);Wf=t&&t[1]||""}return`
|
34
|
+
`+Wf+e}var qf=!1;function Gf(e,t){if(!e||qf)return"";qf=!0;var r=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{if(t)if(t=function(){throw Error()},Object.defineProperty(t.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(t,[])}catch(d){var n=d}Reflect.construct(e,[],t)}else{try{t.call()}catch(d){n=d}e.call(t.prototype)}else{try{throw Error()}catch(d){n=d}e()}}catch(d){if(d&&n&&typeof d.stack=="string"){for(var o=d.stack.split(`
|
35
|
+
`),a=n.stack.split(`
|
36
|
+
`),i=o.length-1,l=a.length-1;1<=i&&0<=l&&o[i]!==a[l];)l--;for(;1<=i&&0<=l;i--,l--)if(o[i]!==a[l]){if(i!==1||l!==1)do if(i--,l--,0>l||o[i]!==a[l]){var u=`
|
37
|
+
`+o[i].replace(" at new "," at ");return e.displayName&&u.includes("<anonymous>")&&(u=u.replace("<anonymous>",e.displayName)),u}while(1<=i&&0<=l);break}}}finally{qf=!1,Error.prepareStackTrace=r}return(e=e?e.displayName||e.name:"")?us(e):""}function PB(e){switch(e.tag){case 5:return us(e.type);case 16:return us("Lazy");case 13:return us("Suspense");case 19:return us("SuspenseList");case 0:case 2:case 15:return e=Gf(e.type,!1),e;case 11:return e=Gf(e.type.render,!1),e;case 1:return e=Gf(e.type,!0),e;default:return""}}function pg(e){if(e==null)return null;if(typeof e=="function")return e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case li:return"Fragment";case ii:return"Portal";case cg:return"Profiler";case rv:return"StrictMode";case dg:return"Suspense";case fg:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case qD:return(e.displayName||"Context")+".Consumer";case WD:return(e._context.displayName||"Context")+".Provider";case nv:var t=e.render;return e=e.displayName,e||(e=t.displayName||t.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case ov:return t=e.displayName||null,t!==null?t:pg(e.type)||"Memo";case Un:t=e._payload,e=e._init;try{return pg(e(t))}catch{}}return null}function NB(e){var t=e.type;switch(e.tag){case 24:return"Cache";case 9:return(t.displayName||"Context")+".Consumer";case 10:return(t._context.displayName||"Context")+".Provider";case 18:return"DehydratedFragment";case 11:return e=t.render,e=e.displayName||e.name||"",t.displayName||(e!==""?"ForwardRef("+e+")":"ForwardRef");case 7:return"Fragment";case 5:return t;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return pg(t);case 8:return t===rv?"StrictMode":"Mode";case 22:return"Offscreen";case 12:return"Profiler";case 21:return"Scope";case 13:return"Suspense";case 19:return"SuspenseList";case 25:return"TracingMarker";case 1:case 0:case 17:case 2:case 14:case 15:if(typeof t=="function")return t.displayName||t.name||null;if(typeof t=="string")return t}return null}function go(e){switch(typeof e){case"boolean":case"number":case"string":case"undefined":return e;case"object":return e;default:return""}}function YD(e){var t=e.type;return(e=e.nodeName)&&e.toLowerCase()==="input"&&(t==="checkbox"||t==="radio")}function jB(e){var t=YD(e)?"checked":"value",r=Object.getOwnPropertyDescriptor(e.constructor.prototype,t),n=""+e[t];if(!e.hasOwnProperty(t)&&typeof r<"u"&&typeof r.get=="function"&&typeof r.set=="function"){var o=r.get,a=r.set;return Object.defineProperty(e,t,{configurable:!0,get:function(){return o.call(this)},set:function(i){n=""+i,a.call(this,i)}}),Object.defineProperty(e,t,{enumerable:r.enumerable}),{getValue:function(){return n},setValue:function(i){n=""+i},stopTracking:function(){e._valueTracker=null,delete e[t]}}}}function Dc(e){e._valueTracker||(e._valueTracker=jB(e))}function KD(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var r=t.getValue(),n="";return e&&(n=YD(e)?e.checked?"true":"false":e.value),e=n,e!==r?(t.setValue(e),!0):!1}function Q0(e){if(e=e||(typeof document<"u"?document:void 0),typeof e>"u")return null;try{return e.activeElement||e.body}catch{return e.body}}function hg(e,t){var r=t.checked;return we({},t,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:r??e._wrapperState.initialChecked})}function _3(e,t){var r=t.defaultValue==null?"":t.defaultValue,n=t.checked!=null?t.checked:t.defaultChecked;r=go(t.value!=null?t.value:r),e._wrapperState={initialChecked:n,initialValue:r,controlled:t.type==="checkbox"||t.type==="radio"?t.checked!=null:t.value!=null}}function XD(e,t){t=t.checked,t!=null&&tv(e,"checked",t,!1)}function mg(e,t){XD(e,t);var r=go(t.value),n=t.type;if(r!=null)n==="number"?(r===0&&e.value===""||e.value!=r)&&(e.value=""+r):e.value!==""+r&&(e.value=""+r);else if(n==="submit"||n==="reset"){e.removeAttribute("value");return}t.hasOwnProperty("value")?gg(e,t.type,r):t.hasOwnProperty("defaultValue")&&gg(e,t.type,go(t.defaultValue)),t.checked==null&&t.defaultChecked!=null&&(e.defaultChecked=!!t.defaultChecked)}function I3(e,t,r){if(t.hasOwnProperty("value")||t.hasOwnProperty("defaultValue")){var n=t.type;if(!(n!=="submit"&&n!=="reset"||t.value!==void 0&&t.value!==null))return;t=""+e._wrapperState.initialValue,r||t===e.value||(e.value=t),e.defaultValue=t}r=e.name,r!==""&&(e.name=""),e.defaultChecked=!!e._wrapperState.initialChecked,r!==""&&(e.name=r)}function gg(e,t,r){(t!=="number"||Q0(e.ownerDocument)!==e)&&(r==null?e.defaultValue=""+e._wrapperState.initialValue:e.defaultValue!==""+r&&(e.defaultValue=""+r))}var cs=Array.isArray;function xi(e,t,r,n){if(e=e.options,t){t={};for(var o=0;o<r.length;o++)t["$"+r[o]]=!0;for(r=0;r<e.length;r++)o=t.hasOwnProperty("$"+e[r].value),e[r].selected!==o&&(e[r].selected=o),o&&n&&(e[r].defaultSelected=!0)}else{for(r=""+go(r),t=null,o=0;o<e.length;o++){if(e[o].value===r){e[o].selected=!0,n&&(e[o].defaultSelected=!0);return}t!==null||e[o].disabled||(t=e[o])}t!==null&&(t.selected=!0)}}function vg(e,t){if(t.dangerouslySetInnerHTML!=null)throw Error($(91));return we({},t,{value:void 0,defaultValue:void 0,children:""+e._wrapperState.initialValue})}function R3(e,t){var r=t.value;if(r==null){if(r=t.children,t=t.defaultValue,r!=null){if(t!=null)throw Error($(92));if(cs(r)){if(1<r.length)throw Error($(93));r=r[0]}t=r}t==null&&(t=""),r=t}e._wrapperState={initialValue:go(r)}}function QD(e,t){var r=go(t.value),n=go(t.defaultValue);r!=null&&(r=""+r,r!==e.value&&(e.value=r),t.defaultValue==null&&e.defaultValue!==r&&(e.defaultValue=r)),n!=null&&(e.defaultValue=""+n)}function z3(e){var t=e.textContent;t===e._wrapperState.initialValue&&t!==""&&t!==null&&(e.value=t)}function ZD(e){switch(e){case"svg":return"http://www.w3.org/2000/svg";case"math":return"http://www.w3.org/1998/Math/MathML";default:return"http://www.w3.org/1999/xhtml"}}function yg(e,t){return e==null||e==="http://www.w3.org/1999/xhtml"?ZD(t):e==="http://www.w3.org/2000/svg"&&t==="foreignObject"?"http://www.w3.org/1999/xhtml":e}var Ec,JD=function(e){return typeof MSApp<"u"&&MSApp.execUnsafeLocalFunction?function(t,r,n,o){MSApp.execUnsafeLocalFunction(function(){return e(t,r,n,o)})}:e}(function(e,t){if(e.namespaceURI!=="http://www.w3.org/2000/svg"||"innerHTML"in e)e.innerHTML=t;else{for(Ec=Ec||document.createElement("div"),Ec.innerHTML="<svg>"+t.valueOf().toString()+"</svg>",t=Ec.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;t.firstChild;)e.appendChild(t.firstChild)}});function Js(e,t){if(t){var r=e.firstChild;if(r&&r===e.lastChild&&r.nodeType===3){r.nodeValue=t;return}}e.textContent=t}var As={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},HB=["Webkit","ms","Moz","O"];Object.keys(As).forEach(function(e){HB.forEach(function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),As[t]=As[e]})});function eE(e,t,r){return t==null||typeof t=="boolean"||t===""?"":r||typeof t!="number"||t===0||As.hasOwnProperty(e)&&As[e]?(""+t).trim():t+"px"}function tE(e,t){e=e.style;for(var r in t)if(t.hasOwnProperty(r)){var n=r.indexOf("--")===0,o=eE(r,t[r],n);r==="float"&&(r="cssFloat"),n?e.setProperty(r,o):e[r]=o}}var VB=we({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function wg(e,t){if(t){if(VB[e]&&(t.children!=null||t.dangerouslySetInnerHTML!=null))throw Error($(137,e));if(t.dangerouslySetInnerHTML!=null){if(t.children!=null)throw Error($(60));if(typeof t.dangerouslySetInnerHTML!="object"||!("__html"in t.dangerouslySetInnerHTML))throw Error($(61))}if(t.style!=null&&typeof t.style!="object")throw Error($(62))}}function bg(e,t){if(e.indexOf("-")===-1)return typeof t.is=="string";switch(e){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var xg=null;function av(e){return e=e.target||e.srcElement||window,e.correspondingUseElement&&(e=e.correspondingUseElement),e.nodeType===3?e.parentNode:e}var Dg=null,Di=null,Ei=null;function T3(e){if(e=Pu(e)){if(typeof Dg!="function")throw Error($(280));var t=e.stateNode;t&&(t=D1(t),Dg(e.stateNode,e.type,t))}}function rE(e){Di?Ei?Ei.push(e):Ei=[e]:Di=e}function nE(){if(Di){var e=Di,t=Ei;if(Ei=Di=null,T3(e),t)for(e=0;e<t.length;e++)T3(t[e])}}function oE(e,t){return e(t)}function aE(){}var Yf=!1;function iE(e,t,r){if(Yf)return e(t,r);Yf=!0;try{return oE(e,t,r)}finally{Yf=!1,(Di!==null||Ei!==null)&&(aE(),nE())}}function eu(e,t){var r=e.stateNode;if(r===null)return null;var n=D1(r);if(n===null)return null;r=n[t];e:switch(t){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(n=!n.disabled)||(e=e.type,n=!(e==="button"||e==="input"||e==="select"||e==="textarea")),e=!n;break e;default:e=!1}if(e)return null;if(r&&typeof r!="function")throw Error($(231,t,typeof r));return r}var Eg=!1;if(Tn)try{var $l={};Object.defineProperty($l,"passive",{get:function(){Eg=!0}}),window.addEventListener("test",$l,$l),window.removeEventListener("test",$l,$l)}catch{Eg=!1}function UB(e,t,r,n,o,a,i,l,u){var d=Array.prototype.slice.call(arguments,3);try{t.apply(r,d)}catch(p){this.onError(p)}}var Fs=!1,Z0=null,J0=!1,Cg=null,WB={onError:function(e){Fs=!0,Z0=e}};function qB(e,t,r,n,o,a,i,l,u){Fs=!1,Z0=null,UB.apply(WB,arguments)}function GB(e,t,r,n,o,a,i,l,u){if(qB.apply(this,arguments),Fs){if(Fs){var d=Z0;Fs=!1,Z0=null}else throw Error($(198));J0||(J0=!0,Cg=d)}}function Ia(e){var t=e,r=e;if(e.alternate)for(;t.return;)t=t.return;else{e=t;do t=e,t.flags&4098&&(r=t.return),e=t.return;while(e)}return t.tag===3?r:null}function lE(e){if(e.tag===13){var t=e.memoizedState;if(t===null&&(e=e.alternate,e!==null&&(t=e.memoizedState)),t!==null)return t.dehydrated}return null}function B3(e){if(Ia(e)!==e)throw Error($(188))}function YB(e){var t=e.alternate;if(!t){if(t=Ia(e),t===null)throw Error($(188));return t!==e?null:e}for(var r=e,n=t;;){var o=r.return;if(o===null)break;var a=o.alternate;if(a===null){if(n=o.return,n!==null){r=n;continue}break}if(o.child===a.child){for(a=o.child;a;){if(a===r)return B3(o),e;if(a===n)return B3(o),t;a=a.sibling}throw Error($(188))}if(r.return!==n.return)r=o,n=a;else{for(var i=!1,l=o.child;l;){if(l===r){i=!0,r=o,n=a;break}if(l===n){i=!0,n=o,r=a;break}l=l.sibling}if(!i){for(l=a.child;l;){if(l===r){i=!0,r=a,n=o;break}if(l===n){i=!0,n=a,r=o;break}l=l.sibling}if(!i)throw Error($(189))}}if(r.alternate!==n)throw Error($(190))}if(r.tag!==3)throw Error($(188));return r.stateNode.current===r?e:t}function sE(e){return e=YB(e),e!==null?uE(e):null}function uE(e){if(e.tag===5||e.tag===6)return e;for(e=e.child;e!==null;){var t=uE(e);if(t!==null)return t;e=e.sibling}return null}var cE=jt.unstable_scheduleCallback,L3=jt.unstable_cancelCallback,KB=jt.unstable_shouldYield,XB=jt.unstable_requestPaint,Ce=jt.unstable_now,QB=jt.unstable_getCurrentPriorityLevel,iv=jt.unstable_ImmediatePriority,dE=jt.unstable_UserBlockingPriority,ed=jt.unstable_NormalPriority,ZB=jt.unstable_LowPriority,fE=jt.unstable_IdlePriority,y1=null,rn=null;function JB(e){if(rn&&typeof rn.onCommitFiberRoot=="function")try{rn.onCommitFiberRoot(y1,e,void 0,(e.current.flags&128)===128)}catch{}}var Dr=Math.clz32?Math.clz32:rL,eL=Math.log,tL=Math.LN2;function rL(e){return e>>>=0,e===0?32:31-(eL(e)/tL|0)|0}var Cc=64,Sc=4194304;function ds(e){switch(e&-e){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return e&4194240;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return e&130023424;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 1073741824;default:return e}}function td(e,t){var r=e.pendingLanes;if(r===0)return 0;var n=0,o=e.suspendedLanes,a=e.pingedLanes,i=r&268435455;if(i!==0){var l=i&~o;l!==0?n=ds(l):(a&=i,a!==0&&(n=ds(a)))}else i=r&~o,i!==0?n=ds(i):a!==0&&(n=ds(a));if(n===0)return 0;if(t!==0&&t!==n&&!(t&o)&&(o=n&-n,a=t&-t,o>=a||o===16&&(a&4194240)!==0))return t;if(n&4&&(n|=r&16),t=e.entangledLanes,t!==0)for(e=e.entanglements,t&=n;0<t;)r=31-Dr(t),o=1<<r,n|=e[r],t&=~o;return n}function nL(e,t){switch(e){case 1:case 2:case 4:return t+250;case 8:case 16:case 32:case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return t+5e3;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return-1;case 134217728:case 268435456:case 536870912:case 1073741824:return-1;default:return-1}}function oL(e,t){for(var r=e.suspendedLanes,n=e.pingedLanes,o=e.expirationTimes,a=e.pendingLanes;0<a;){var i=31-Dr(a),l=1<<i,u=o[i];u===-1?(!(l&r)||l&n)&&(o[i]=nL(l,t)):u<=t&&(e.expiredLanes|=l),a&=~l}}function Sg(e){return e=e.pendingLanes&-1073741825,e!==0?e:e&1073741824?1073741824:0}function pE(){var e=Cc;return Cc<<=1,!(Cc&4194240)&&(Cc=64),e}function Kf(e){for(var t=[],r=0;31>r;r++)t.push(e);return t}function Ou(e,t,r){e.pendingLanes|=t,t!==536870912&&(e.suspendedLanes=0,e.pingedLanes=0),e=e.eventTimes,t=31-Dr(t),e[t]=r}function aL(e,t){var r=e.pendingLanes&~t;e.pendingLanes=t,e.suspendedLanes=0,e.pingedLanes=0,e.expiredLanes&=t,e.mutableReadLanes&=t,e.entangledLanes&=t,t=e.entanglements;var n=e.eventTimes;for(e=e.expirationTimes;0<r;){var o=31-Dr(r),a=1<<o;t[o]=0,n[o]=-1,e[o]=-1,r&=~a}}function lv(e,t){var r=e.entangledLanes|=t;for(e=e.entanglements;r;){var n=31-Dr(r),o=1<<n;o&t|e[n]&t&&(e[n]|=t),r&=~o}}var ue=0;function hE(e){return e&=-e,1<e?4<e?e&268435455?16:536870912:4:1}var mE,sv,gE,vE,yE,kg=!1,kc=[],oo=null,ao=null,io=null,tu=new Map,ru=new Map,Jn=[],iL="mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput copy cut paste click change contextmenu reset submit".split(" ");function M3(e,t){switch(e){case"focusin":case"focusout":oo=null;break;case"dragenter":case"dragleave":ao=null;break;case"mouseover":case"mouseout":io=null;break;case"pointerover":case"pointerout":tu.delete(t.pointerId);break;case"gotpointercapture":case"lostpointercapture":ru.delete(t.pointerId)}}function Pl(e,t,r,n,o,a){return e===null||e.nativeEvent!==a?(e={blockedOn:t,domEventName:r,eventSystemFlags:n,nativeEvent:a,targetContainers:[o]},t!==null&&(t=Pu(t),t!==null&&sv(t)),e):(e.eventSystemFlags|=n,t=e.targetContainers,o!==null&&t.indexOf(o)===-1&&t.push(o),e)}function lL(e,t,r,n,o){switch(t){case"focusin":return oo=Pl(oo,e,t,r,n,o),!0;case"dragenter":return ao=Pl(ao,e,t,r,n,o),!0;case"mouseover":return io=Pl(io,e,t,r,n,o),!0;case"pointerover":var a=o.pointerId;return tu.set(a,Pl(tu.get(a)||null,e,t,r,n,o)),!0;case"gotpointercapture":return a=o.pointerId,ru.set(a,Pl(ru.get(a)||null,e,t,r,n,o)),!0}return!1}function wE(e){var t=Zo(e.target);if(t!==null){var r=Ia(t);if(r!==null){if(t=r.tag,t===13){if(t=lE(r),t!==null){e.blockedOn=t,yE(e.priority,function(){gE(r)});return}}else if(t===3&&r.stateNode.current.memoizedState.isDehydrated){e.blockedOn=r.tag===3?r.stateNode.containerInfo:null;return}}}e.blockedOn=null}function v0(e){if(e.blockedOn!==null)return!1;for(var t=e.targetContainers;0<t.length;){var r=Ag(e.domEventName,e.eventSystemFlags,t[0],e.nativeEvent);if(r===null){r=e.nativeEvent;var n=new r.constructor(r.type,r);xg=n,r.target.dispatchEvent(n),xg=null}else return t=Pu(r),t!==null&&sv(t),e.blockedOn=r,!1;t.shift()}return!0}function O3(e,t,r){v0(e)&&r.delete(t)}function sL(){kg=!1,oo!==null&&v0(oo)&&(oo=null),ao!==null&&v0(ao)&&(ao=null),io!==null&&v0(io)&&(io=null),tu.forEach(O3),ru.forEach(O3)}function Nl(e,t){e.blockedOn===t&&(e.blockedOn=null,kg||(kg=!0,jt.unstable_scheduleCallback(jt.unstable_NormalPriority,sL)))}function nu(e){function t(o){return Nl(o,e)}if(0<kc.length){Nl(kc[0],e);for(var r=1;r<kc.length;r++){var n=kc[r];n.blockedOn===e&&(n.blockedOn=null)}}for(oo!==null&&Nl(oo,e),ao!==null&&Nl(ao,e),io!==null&&Nl(io,e),tu.forEach(t),ru.forEach(t),r=0;r<Jn.length;r++)n=Jn[r],n.blockedOn===e&&(n.blockedOn=null);for(;0<Jn.length&&(r=Jn[0],r.blockedOn===null);)wE(r),r.blockedOn===null&&Jn.shift()}var Ci=$n.ReactCurrentBatchConfig,rd=!0;function uL(e,t,r,n){var o=ue,a=Ci.transition;Ci.transition=null;try{ue=1,uv(e,t,r,n)}finally{ue=o,Ci.transition=a}}function cL(e,t,r,n){var o=ue,a=Ci.transition;Ci.transition=null;try{ue=4,uv(e,t,r,n)}finally{ue=o,Ci.transition=a}}function uv(e,t,r,n){if(rd){var o=Ag(e,t,r,n);if(o===null)ap(e,t,n,nd,r),M3(e,n);else if(lL(o,e,t,r,n))n.stopPropagation();else if(M3(e,n),t&4&&-1<iL.indexOf(e)){for(;o!==null;){var a=Pu(o);if(a!==null&&mE(a),a=Ag(e,t,r,n),a===null&&ap(e,t,n,nd,r),a===o)break;o=a}o!==null&&n.stopPropagation()}else ap(e,t,n,null,r)}}var nd=null;function Ag(e,t,r,n){if(nd=null,e=av(n),e=Zo(e),e!==null)if(t=Ia(e),t===null)e=null;else if(r=t.tag,r===13){if(e=lE(t),e!==null)return e;e=null}else if(r===3){if(t.stateNode.current.memoizedState.isDehydrated)return t.tag===3?t.stateNode.containerInfo:null;e=null}else t!==e&&(e=null);return nd=e,null}function bE(e){switch(e){case"cancel":case"click":case"close":case"contextmenu":case"copy":case"cut":case"auxclick":case"dblclick":case"dragend":case"dragstart":case"drop":case"focusin":case"focusout":case"input":case"invalid":case"keydown":case"keypress":case"keyup":case"mousedown":case"mouseup":case"paste":case"pause":case"play":case"pointercancel":case"pointerdown":case"pointerup":case"ratechange":case"reset":case"resize":case"seeked":case"submit":case"touchcancel":case"touchend":case"touchstart":case"volumechange":case"change":case"selectionchange":case"textInput":case"compositionstart":case"compositionend":case"compositionupdate":case"beforeblur":case"afterblur":case"beforeinput":case"blur":case"fullscreenchange":case"focus":case"hashchange":case"popstate":case"select":case"selectstart":return 1;case"drag":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"mousemove":case"mouseout":case"mouseover":case"pointermove":case"pointerout":case"pointerover":case"scroll":case"toggle":case"touchmove":case"wheel":case"mouseenter":case"mouseleave":case"pointerenter":case"pointerleave":return 4;case"message":switch(QB()){case iv:return 1;case dE:return 4;case ed:case ZB:return 16;case fE:return 536870912;default:return 16}default:return 16}}var to=null,cv=null,y0=null;function xE(){if(y0)return y0;var e,t=cv,r=t.length,n,o="value"in to?to.value:to.textContent,a=o.length;for(e=0;e<r&&t[e]===o[e];e++);var i=r-e;for(n=1;n<=i&&t[r-n]===o[a-n];n++);return y0=o.slice(e,1<n?1-n:void 0)}function w0(e){var t=e.keyCode;return"charCode"in e?(e=e.charCode,e===0&&t===13&&(e=13)):e=t,e===10&&(e=13),32<=e||e===13?e:0}function Ac(){return!0}function $3(){return!1}function Gt(e){function t(r,n,o,a,i){this._reactName=r,this._targetInst=o,this.type=n,this.nativeEvent=a,this.target=i,this.currentTarget=null;for(var l in e)e.hasOwnProperty(l)&&(r=e[l],this[l]=r?r(a):a[l]);return this.isDefaultPrevented=(a.defaultPrevented!=null?a.defaultPrevented:a.returnValue===!1)?Ac:$3,this.isPropagationStopped=$3,this}return we(t.prototype,{preventDefault:function(){this.defaultPrevented=!0;var r=this.nativeEvent;r&&(r.preventDefault?r.preventDefault():typeof r.returnValue!="unknown"&&(r.returnValue=!1),this.isDefaultPrevented=Ac)},stopPropagation:function(){var r=this.nativeEvent;r&&(r.stopPropagation?r.stopPropagation():typeof r.cancelBubble!="unknown"&&(r.cancelBubble=!0),this.isPropagationStopped=Ac)},persist:function(){},isPersistent:Ac}),t}var wl={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},dv=Gt(wl),$u=we({},wl,{view:0,detail:0}),dL=Gt($u),Xf,Qf,jl,w1=we({},$u,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:fv,button:0,buttons:0,relatedTarget:function(e){return e.relatedTarget===void 0?e.fromElement===e.srcElement?e.toElement:e.fromElement:e.relatedTarget},movementX:function(e){return"movementX"in e?e.movementX:(e!==jl&&(jl&&e.type==="mousemove"?(Xf=e.screenX-jl.screenX,Qf=e.screenY-jl.screenY):Qf=Xf=0,jl=e),Xf)},movementY:function(e){return"movementY"in e?e.movementY:Qf}}),P3=Gt(w1),fL=we({},w1,{dataTransfer:0}),pL=Gt(fL),hL=we({},$u,{relatedTarget:0}),Zf=Gt(hL),mL=we({},wl,{animationName:0,elapsedTime:0,pseudoElement:0}),gL=Gt(mL),vL=we({},wl,{clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}}),yL=Gt(vL),wL=we({},wl,{data:0}),N3=Gt(wL),bL={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},xL={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"},DL={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function EL(e){var t=this.nativeEvent;return t.getModifierState?t.getModifierState(e):(e=DL[e])?!!t[e]:!1}function fv(){return EL}var CL=we({},$u,{key:function(e){if(e.key){var t=bL[e.key]||e.key;if(t!=="Unidentified")return t}return e.type==="keypress"?(e=w0(e),e===13?"Enter":String.fromCharCode(e)):e.type==="keydown"||e.type==="keyup"?xL[e.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:fv,charCode:function(e){return e.type==="keypress"?w0(e):0},keyCode:function(e){return e.type==="keydown"||e.type==="keyup"?e.keyCode:0},which:function(e){return e.type==="keypress"?w0(e):e.type==="keydown"||e.type==="keyup"?e.keyCode:0}}),SL=Gt(CL),kL=we({},w1,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),j3=Gt(kL),AL=we({},$u,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:fv}),FL=Gt(AL),_L=we({},wl,{propertyName:0,elapsedTime:0,pseudoElement:0}),IL=Gt(_L),RL=we({},w1,{deltaX:function(e){return"deltaX"in e?e.deltaX:"wheelDeltaX"in e?-e.wheelDeltaX:0},deltaY:function(e){return"deltaY"in e?e.deltaY:"wheelDeltaY"in e?-e.wheelDeltaY:"wheelDelta"in e?-e.wheelDelta:0},deltaZ:0,deltaMode:0}),zL=Gt(RL),TL=[9,13,27,32],pv=Tn&&"CompositionEvent"in window,_s=null;Tn&&"documentMode"in document&&(_s=document.documentMode);var BL=Tn&&"TextEvent"in window&&!_s,DE=Tn&&(!pv||_s&&8<_s&&11>=_s),H3=" ",V3=!1;function EE(e,t){switch(e){case"keyup":return TL.indexOf(t.keyCode)!==-1;case"keydown":return t.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function CE(e){return e=e.detail,typeof e=="object"&&"data"in e?e.data:null}var si=!1;function LL(e,t){switch(e){case"compositionend":return CE(t);case"keypress":return t.which!==32?null:(V3=!0,H3);case"textInput":return e=t.data,e===H3&&V3?null:e;default:return null}}function ML(e,t){if(si)return e==="compositionend"||!pv&&EE(e,t)?(e=xE(),y0=cv=to=null,si=!1,e):null;switch(e){case"paste":return null;case"keypress":if(!(t.ctrlKey||t.altKey||t.metaKey)||t.ctrlKey&&t.altKey){if(t.char&&1<t.char.length)return t.char;if(t.which)return String.fromCharCode(t.which)}return null;case"compositionend":return DE&&t.locale!=="ko"?null:t.data;default:return null}}var OL={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function U3(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t==="input"?!!OL[e.type]:t==="textarea"}function SE(e,t,r,n){rE(n),t=od(t,"onChange"),0<t.length&&(r=new dv("onChange","change",null,r,n),e.push({event:r,listeners:t}))}var Is=null,ou=null;function $L(e){ME(e,0)}function b1(e){var t=di(e);if(KD(t))return e}function PL(e,t){if(e==="change")return t}var kE=!1;if(Tn){var Jf;if(Tn){var ep="oninput"in document;if(!ep){var W3=document.createElement("div");W3.setAttribute("oninput","return;"),ep=typeof W3.oninput=="function"}Jf=ep}else Jf=!1;kE=Jf&&(!document.documentMode||9<document.documentMode)}function q3(){Is&&(Is.detachEvent("onpropertychange",AE),ou=Is=null)}function AE(e){if(e.propertyName==="value"&&b1(ou)){var t=[];SE(t,ou,e,av(e)),iE($L,t)}}function NL(e,t,r){e==="focusin"?(q3(),Is=t,ou=r,Is.attachEvent("onpropertychange",AE)):e==="focusout"&&q3()}function jL(e){if(e==="selectionchange"||e==="keyup"||e==="keydown")return b1(ou)}function HL(e,t){if(e==="click")return b1(t)}function VL(e,t){if(e==="input"||e==="change")return b1(t)}function UL(e,t){return e===t&&(e!==0||1/e===1/t)||e!==e&&t!==t}var kr=typeof Object.is=="function"?Object.is:UL;function au(e,t){if(kr(e,t))return!0;if(typeof e!="object"||e===null||typeof t!="object"||t===null)return!1;var r=Object.keys(e),n=Object.keys(t);if(r.length!==n.length)return!1;for(n=0;n<r.length;n++){var o=r[n];if(!ug.call(t,o)||!kr(e[o],t[o]))return!1}return!0}function G3(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function Y3(e,t){var r=G3(e);e=0;for(var n;r;){if(r.nodeType===3){if(n=e+r.textContent.length,e<=t&&n>=t)return{node:r,offset:t-e};e=n}e:{for(;r;){if(r.nextSibling){r=r.nextSibling;break e}r=r.parentNode}r=void 0}r=G3(r)}}function FE(e,t){return e&&t?e===t?!0:e&&e.nodeType===3?!1:t&&t.nodeType===3?FE(e,t.parentNode):"contains"in e?e.contains(t):e.compareDocumentPosition?!!(e.compareDocumentPosition(t)&16):!1:!1}function _E(){for(var e=window,t=Q0();t instanceof e.HTMLIFrameElement;){try{var r=typeof t.contentWindow.location.href=="string"}catch{r=!1}if(r)e=t.contentWindow;else break;t=Q0(e.document)}return t}function hv(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&(t==="input"&&(e.type==="text"||e.type==="search"||e.type==="tel"||e.type==="url"||e.type==="password")||t==="textarea"||e.contentEditable==="true")}function WL(e){var t=_E(),r=e.focusedElem,n=e.selectionRange;if(t!==r&&r&&r.ownerDocument&&FE(r.ownerDocument.documentElement,r)){if(n!==null&&hv(r)){if(t=n.start,e=n.end,e===void 0&&(e=t),"selectionStart"in r)r.selectionStart=t,r.selectionEnd=Math.min(e,r.value.length);else if(e=(t=r.ownerDocument||document)&&t.defaultView||window,e.getSelection){e=e.getSelection();var o=r.textContent.length,a=Math.min(n.start,o);n=n.end===void 0?a:Math.min(n.end,o),!e.extend&&a>n&&(o=n,n=a,a=o),o=Y3(r,a);var i=Y3(r,n);o&&i&&(e.rangeCount!==1||e.anchorNode!==o.node||e.anchorOffset!==o.offset||e.focusNode!==i.node||e.focusOffset!==i.offset)&&(t=t.createRange(),t.setStart(o.node,o.offset),e.removeAllRanges(),a>n?(e.addRange(t),e.extend(i.node,i.offset)):(t.setEnd(i.node,i.offset),e.addRange(t)))}}for(t=[],e=r;e=e.parentNode;)e.nodeType===1&&t.push({element:e,left:e.scrollLeft,top:e.scrollTop});for(typeof r.focus=="function"&&r.focus(),r=0;r<t.length;r++)e=t[r],e.element.scrollLeft=e.left,e.element.scrollTop=e.top}}var qL=Tn&&"documentMode"in document&&11>=document.documentMode,ui=null,Fg=null,Rs=null,_g=!1;function K3(e,t,r){var n=r.window===r?r.document:r.nodeType===9?r:r.ownerDocument;_g||ui==null||ui!==Q0(n)||(n=ui,"selectionStart"in n&&hv(n)?n={start:n.selectionStart,end:n.selectionEnd}:(n=(n.ownerDocument&&n.ownerDocument.defaultView||window).getSelection(),n={anchorNode:n.anchorNode,anchorOffset:n.anchorOffset,focusNode:n.focusNode,focusOffset:n.focusOffset}),Rs&&au(Rs,n)||(Rs=n,n=od(Fg,"onSelect"),0<n.length&&(t=new dv("onSelect","select",null,t,r),e.push({event:t,listeners:n}),t.target=ui)))}function Fc(e,t){var r={};return r[e.toLowerCase()]=t.toLowerCase(),r["Webkit"+e]="webkit"+t,r["Moz"+e]="moz"+t,r}var ci={animationend:Fc("Animation","AnimationEnd"),animationiteration:Fc("Animation","AnimationIteration"),animationstart:Fc("Animation","AnimationStart"),transitionend:Fc("Transition","TransitionEnd")},tp={},IE={};Tn&&(IE=document.createElement("div").style,"AnimationEvent"in window||(delete ci.animationend.animation,delete ci.animationiteration.animation,delete ci.animationstart.animation),"TransitionEvent"in window||delete ci.transitionend.transition);function x1(e){if(tp[e])return tp[e];if(!ci[e])return e;var t=ci[e],r;for(r in t)if(t.hasOwnProperty(r)&&r in IE)return tp[e]=t[r];return e}var RE=x1("animationend"),zE=x1("animationiteration"),TE=x1("animationstart"),BE=x1("transitionend"),LE=new Map,X3="abort auxClick cancel canPlay canPlayThrough click close contextMenu copy cut drag dragEnd dragEnter dragExit dragLeave dragOver dragStart drop durationChange emptied encrypted ended error gotPointerCapture input invalid keyDown keyPress keyUp load loadedData loadedMetadata loadStart lostPointerCapture mouseDown mouseMove mouseOut mouseOver mouseUp paste pause play playing pointerCancel pointerDown pointerMove pointerOut pointerOver pointerUp progress rateChange reset resize seeked seeking stalled submit suspend timeUpdate touchCancel touchEnd touchStart volumeChange scroll toggle touchMove waiting wheel".split(" ");function Ao(e,t){LE.set(e,t),_a(t,[e])}for(var rp=0;rp<X3.length;rp++){var np=X3[rp],GL=np.toLowerCase(),YL=np[0].toUpperCase()+np.slice(1);Ao(GL,"on"+YL)}Ao(RE,"onAnimationEnd");Ao(zE,"onAnimationIteration");Ao(TE,"onAnimationStart");Ao("dblclick","onDoubleClick");Ao("focusin","onFocus");Ao("focusout","onBlur");Ao(BE,"onTransitionEnd");Ni("onMouseEnter",["mouseout","mouseover"]);Ni("onMouseLeave",["mouseout","mouseover"]);Ni("onPointerEnter",["pointerout","pointerover"]);Ni("onPointerLeave",["pointerout","pointerover"]);_a("onChange","change click focusin focusout input keydown keyup selectionchange".split(" "));_a("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" "));_a("onBeforeInput",["compositionend","keypress","textInput","paste"]);_a("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" "));_a("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" "));_a("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var fs="abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange resize seeked seeking stalled suspend timeupdate volumechange waiting".split(" "),KL=new Set("cancel close invalid load scroll toggle".split(" ").concat(fs));function Q3(e,t,r){var n=e.type||"unknown-event";e.currentTarget=r,GB(n,t,void 0,e),e.currentTarget=null}function ME(e,t){t=(t&4)!==0;for(var r=0;r<e.length;r++){var n=e[r],o=n.event;n=n.listeners;e:{var a=void 0;if(t)for(var i=n.length-1;0<=i;i--){var l=n[i],u=l.instance,d=l.currentTarget;if(l=l.listener,u!==a&&o.isPropagationStopped())break e;Q3(o,l,d),a=u}else for(i=0;i<n.length;i++){if(l=n[i],u=l.instance,d=l.currentTarget,l=l.listener,u!==a&&o.isPropagationStopped())break e;Q3(o,l,d),a=u}}}if(J0)throw e=Cg,J0=!1,Cg=null,e}function pe(e,t){var r=t[Bg];r===void 0&&(r=t[Bg]=new Set);var n=e+"__bubble";r.has(n)||(OE(t,e,2,!1),r.add(n))}function op(e,t,r){var n=0;t&&(n|=4),OE(r,e,n,t)}var _c="_reactListening"+Math.random().toString(36).slice(2);function iu(e){if(!e[_c]){e[_c]=!0,UD.forEach(function(r){r!=="selectionchange"&&(KL.has(r)||op(r,!1,e),op(r,!0,e))});var t=e.nodeType===9?e:e.ownerDocument;t===null||t[_c]||(t[_c]=!0,op("selectionchange",!1,t))}}function OE(e,t,r,n){switch(bE(t)){case 1:var o=uL;break;case 4:o=cL;break;default:o=uv}r=o.bind(null,t,r,e),o=void 0,!Eg||t!=="touchstart"&&t!=="touchmove"&&t!=="wheel"||(o=!0),n?o!==void 0?e.addEventListener(t,r,{capture:!0,passive:o}):e.addEventListener(t,r,!0):o!==void 0?e.addEventListener(t,r,{passive:o}):e.addEventListener(t,r,!1)}function ap(e,t,r,n,o){var a=n;if(!(t&1)&&!(t&2)&&n!==null)e:for(;;){if(n===null)return;var i=n.tag;if(i===3||i===4){var l=n.stateNode.containerInfo;if(l===o||l.nodeType===8&&l.parentNode===o)break;if(i===4)for(i=n.return;i!==null;){var u=i.tag;if((u===3||u===4)&&(u=i.stateNode.containerInfo,u===o||u.nodeType===8&&u.parentNode===o))return;i=i.return}for(;l!==null;){if(i=Zo(l),i===null)return;if(u=i.tag,u===5||u===6){n=a=i;continue e}l=l.parentNode}}n=n.return}iE(function(){var d=a,p=av(r),h=[];e:{var f=LE.get(e);if(f!==void 0){var m=dv,g=e;switch(e){case"keypress":if(w0(r)===0)break e;case"keydown":case"keyup":m=SL;break;case"focusin":g="focus",m=Zf;break;case"focusout":g="blur",m=Zf;break;case"beforeblur":case"afterblur":m=Zf;break;case"click":if(r.button===2)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":m=P3;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":m=pL;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":m=FL;break;case RE:case zE:case TE:m=gL;break;case BE:m=IL;break;case"scroll":m=dL;break;case"wheel":m=zL;break;case"copy":case"cut":case"paste":m=yL;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":m=j3}var v=(t&4)!==0,D=!v&&e==="scroll",b=v?f!==null?f+"Capture":null:f;v=[];for(var w=d,y;w!==null;){y=w;var x=y.stateNode;if(y.tag===5&&x!==null&&(y=x,b!==null&&(x=eu(w,b),x!=null&&v.push(lu(w,x,y)))),D)break;w=w.return}0<v.length&&(f=new m(f,g,null,r,p),h.push({event:f,listeners:v}))}}if(!(t&7)){e:{if(f=e==="mouseover"||e==="pointerover",m=e==="mouseout"||e==="pointerout",f&&r!==xg&&(g=r.relatedTarget||r.fromElement)&&(Zo(g)||g[Bn]))break e;if((m||f)&&(f=p.window===p?p:(f=p.ownerDocument)?f.defaultView||f.parentWindow:window,m?(g=r.relatedTarget||r.toElement,m=d,g=g?Zo(g):null,g!==null&&(D=Ia(g),g!==D||g.tag!==5&&g.tag!==6)&&(g=null)):(m=null,g=d),m!==g)){if(v=P3,x="onMouseLeave",b="onMouseEnter",w="mouse",(e==="pointerout"||e==="pointerover")&&(v=j3,x="onPointerLeave",b="onPointerEnter",w="pointer"),D=m==null?f:di(m),y=g==null?f:di(g),f=new v(x,w+"leave",m,r,p),f.target=D,f.relatedTarget=y,x=null,Zo(p)===d&&(v=new v(b,w+"enter",g,r,p),v.target=y,v.relatedTarget=D,x=v),D=x,m&&g)t:{for(v=m,b=g,w=0,y=v;y;y=Va(y))w++;for(y=0,x=b;x;x=Va(x))y++;for(;0<w-y;)v=Va(v),w--;for(;0<y-w;)b=Va(b),y--;for(;w--;){if(v===b||b!==null&&v===b.alternate)break t;v=Va(v),b=Va(b)}v=null}else v=null;m!==null&&Z3(h,f,m,v,!1),g!==null&&D!==null&&Z3(h,D,g,v,!0)}}e:{if(f=d?di(d):window,m=f.nodeName&&f.nodeName.toLowerCase(),m==="select"||m==="input"&&f.type==="file")var E=PL;else if(U3(f))if(kE)E=VL;else{E=jL;var S=NL}else(m=f.nodeName)&&m.toLowerCase()==="input"&&(f.type==="checkbox"||f.type==="radio")&&(E=HL);if(E&&(E=E(e,d))){SE(h,E,r,p);break e}S&&S(e,f,d),e==="focusout"&&(S=f._wrapperState)&&S.controlled&&f.type==="number"&&gg(f,"number",f.value)}switch(S=d?di(d):window,e){case"focusin":(U3(S)||S.contentEditable==="true")&&(ui=S,Fg=d,Rs=null);break;case"focusout":Rs=Fg=ui=null;break;case"mousedown":_g=!0;break;case"contextmenu":case"mouseup":case"dragend":_g=!1,K3(h,r,p);break;case"selectionchange":if(qL)break;case"keydown":case"keyup":K3(h,r,p)}var C;if(pv)e:{switch(e){case"compositionstart":var k="onCompositionStart";break e;case"compositionend":k="onCompositionEnd";break e;case"compositionupdate":k="onCompositionUpdate";break e}k=void 0}else si?EE(e,r)&&(k="onCompositionEnd"):e==="keydown"&&r.keyCode===229&&(k="onCompositionStart");k&&(DE&&r.locale!=="ko"&&(si||k!=="onCompositionStart"?k==="onCompositionEnd"&&si&&(C=xE()):(to=p,cv="value"in to?to.value:to.textContent,si=!0)),S=od(d,k),0<S.length&&(k=new N3(k,e,null,r,p),h.push({event:k,listeners:S}),C?k.data=C:(C=CE(r),C!==null&&(k.data=C)))),(C=BL?LL(e,r):ML(e,r))&&(d=od(d,"onBeforeInput"),0<d.length&&(p=new N3("onBeforeInput","beforeinput",null,r,p),h.push({event:p,listeners:d}),p.data=C))}ME(h,t)})}function lu(e,t,r){return{instance:e,listener:t,currentTarget:r}}function od(e,t){for(var r=t+"Capture",n=[];e!==null;){var o=e,a=o.stateNode;o.tag===5&&a!==null&&(o=a,a=eu(e,r),a!=null&&n.unshift(lu(e,a,o)),a=eu(e,t),a!=null&&n.push(lu(e,a,o))),e=e.return}return n}function Va(e){if(e===null)return null;do e=e.return;while(e&&e.tag!==5);return e||null}function Z3(e,t,r,n,o){for(var a=t._reactName,i=[];r!==null&&r!==n;){var l=r,u=l.alternate,d=l.stateNode;if(u!==null&&u===n)break;l.tag===5&&d!==null&&(l=d,o?(u=eu(r,a),u!=null&&i.unshift(lu(r,u,l))):o||(u=eu(r,a),u!=null&&i.push(lu(r,u,l)))),r=r.return}i.length!==0&&e.push({event:t,listeners:i})}var XL=/\r\n?/g,QL=/\u0000|\uFFFD/g;function J3(e){return(typeof e=="string"?e:""+e).replace(XL,`
|
38
|
+
`).replace(QL,"")}function Ic(e,t,r){if(t=J3(t),J3(e)!==t&&r)throw Error($(425))}function ad(){}var Ig=null,Rg=null;function zg(e,t){return e==="textarea"||e==="noscript"||typeof t.children=="string"||typeof t.children=="number"||typeof t.dangerouslySetInnerHTML=="object"&&t.dangerouslySetInnerHTML!==null&&t.dangerouslySetInnerHTML.__html!=null}var Tg=typeof setTimeout=="function"?setTimeout:void 0,ZL=typeof clearTimeout=="function"?clearTimeout:void 0,ew=typeof Promise=="function"?Promise:void 0,JL=typeof queueMicrotask=="function"?queueMicrotask:typeof ew<"u"?function(e){return ew.resolve(null).then(e).catch(eM)}:Tg;function eM(e){setTimeout(function(){throw e})}function ip(e,t){var r=t,n=0;do{var o=r.nextSibling;if(e.removeChild(r),o&&o.nodeType===8)if(r=o.data,r==="/$"){if(n===0){e.removeChild(o),nu(t);return}n--}else r!=="$"&&r!=="$?"&&r!=="$!"||n++;r=o}while(r);nu(t)}function lo(e){for(;e!=null;e=e.nextSibling){var t=e.nodeType;if(t===1||t===3)break;if(t===8){if(t=e.data,t==="$"||t==="$!"||t==="$?")break;if(t==="/$")return null}}return e}function tw(e){e=e.previousSibling;for(var t=0;e;){if(e.nodeType===8){var r=e.data;if(r==="$"||r==="$!"||r==="$?"){if(t===0)return e;t--}else r==="/$"&&t++}e=e.previousSibling}return null}var bl=Math.random().toString(36).slice(2),Xr="__reactFiber$"+bl,su="__reactProps$"+bl,Bn="__reactContainer$"+bl,Bg="__reactEvents$"+bl,tM="__reactListeners$"+bl,rM="__reactHandles$"+bl;function Zo(e){var t=e[Xr];if(t)return t;for(var r=e.parentNode;r;){if(t=r[Bn]||r[Xr]){if(r=t.alternate,t.child!==null||r!==null&&r.child!==null)for(e=tw(e);e!==null;){if(r=e[Xr])return r;e=tw(e)}return t}e=r,r=e.parentNode}return null}function Pu(e){return e=e[Xr]||e[Bn],!e||e.tag!==5&&e.tag!==6&&e.tag!==13&&e.tag!==3?null:e}function di(e){if(e.tag===5||e.tag===6)return e.stateNode;throw Error($(33))}function D1(e){return e[su]||null}var Lg=[],fi=-1;function Fo(e){return{current:e}}function me(e){0>fi||(e.current=Lg[fi],Lg[fi]=null,fi--)}function fe(e,t){fi++,Lg[fi]=e.current,e.current=t}var vo={},nt=Fo(vo),Dt=Fo(!1),ha=vo;function ji(e,t){var r=e.type.contextTypes;if(!r)return vo;var n=e.stateNode;if(n&&n.__reactInternalMemoizedUnmaskedChildContext===t)return n.__reactInternalMemoizedMaskedChildContext;var o={},a;for(a in r)o[a]=t[a];return n&&(e=e.stateNode,e.__reactInternalMemoizedUnmaskedChildContext=t,e.__reactInternalMemoizedMaskedChildContext=o),o}function Et(e){return e=e.childContextTypes,e!=null}function id(){me(Dt),me(nt)}function rw(e,t,r){if(nt.current!==vo)throw Error($(168));fe(nt,t),fe(Dt,r)}function $E(e,t,r){var n=e.stateNode;if(t=t.childContextTypes,typeof n.getChildContext!="function")return r;n=n.getChildContext();for(var o in n)if(!(o in t))throw Error($(108,NB(e)||"Unknown",o));return we({},r,n)}function ld(e){return e=(e=e.stateNode)&&e.__reactInternalMemoizedMergedChildContext||vo,ha=nt.current,fe(nt,e),fe(Dt,Dt.current),!0}function nw(e,t,r){var n=e.stateNode;if(!n)throw Error($(169));r?(e=$E(e,t,ha),n.__reactInternalMemoizedMergedChildContext=e,me(Dt),me(nt),fe(nt,e)):me(Dt),fe(Dt,r)}var Fn=null,E1=!1,lp=!1;function PE(e){Fn===null?Fn=[e]:Fn.push(e)}function nM(e){E1=!0,PE(e)}function _o(){if(!lp&&Fn!==null){lp=!0;var e=0,t=ue;try{var r=Fn;for(ue=1;e<r.length;e++){var n=r[e];do n=n(!0);while(n!==null)}Fn=null,E1=!1}catch(o){throw Fn!==null&&(Fn=Fn.slice(e+1)),cE(iv,_o),o}finally{ue=t,lp=!1}}return null}var pi=[],hi=0,sd=null,ud=0,Kt=[],Xt=0,ma=null,_n=1,In="";function qo(e,t){pi[hi++]=ud,pi[hi++]=sd,sd=e,ud=t}function NE(e,t,r){Kt[Xt++]=_n,Kt[Xt++]=In,Kt[Xt++]=ma,ma=e;var n=_n;e=In;var o=32-Dr(n)-1;n&=~(1<<o),r+=1;var a=32-Dr(t)+o;if(30<a){var i=o-o%5;a=(n&(1<<i)-1).toString(32),n>>=i,o-=i,_n=1<<32-Dr(t)+o|r<<o|n,In=a+e}else _n=1<<a|r<<o|n,In=e}function mv(e){e.return!==null&&(qo(e,1),NE(e,1,0))}function gv(e){for(;e===sd;)sd=pi[--hi],pi[hi]=null,ud=pi[--hi],pi[hi]=null;for(;e===ma;)ma=Kt[--Xt],Kt[Xt]=null,In=Kt[--Xt],Kt[Xt]=null,_n=Kt[--Xt],Kt[Xt]=null}var $t=null,Ot=null,ge=!1,mr=null;function jE(e,t){var r=Zt(5,null,null,0);r.elementType="DELETED",r.stateNode=t,r.return=e,t=e.deletions,t===null?(e.deletions=[r],e.flags|=16):t.push(r)}function ow(e,t){switch(e.tag){case 5:var r=e.type;return t=t.nodeType!==1||r.toLowerCase()!==t.nodeName.toLowerCase()?null:t,t!==null?(e.stateNode=t,$t=e,Ot=lo(t.firstChild),!0):!1;case 6:return t=e.pendingProps===""||t.nodeType!==3?null:t,t!==null?(e.stateNode=t,$t=e,Ot=null,!0):!1;case 13:return t=t.nodeType!==8?null:t,t!==null?(r=ma!==null?{id:_n,overflow:In}:null,e.memoizedState={dehydrated:t,treeContext:r,retryLane:1073741824},r=Zt(18,null,null,0),r.stateNode=t,r.return=e,e.child=r,$t=e,Ot=null,!0):!1;default:return!1}}function Mg(e){return(e.mode&1)!==0&&(e.flags&128)===0}function Og(e){if(ge){var t=Ot;if(t){var r=t;if(!ow(e,t)){if(Mg(e))throw Error($(418));t=lo(r.nextSibling);var n=$t;t&&ow(e,t)?jE(n,r):(e.flags=e.flags&-4097|2,ge=!1,$t=e)}}else{if(Mg(e))throw Error($(418));e.flags=e.flags&-4097|2,ge=!1,$t=e}}}function aw(e){for(e=e.return;e!==null&&e.tag!==5&&e.tag!==3&&e.tag!==13;)e=e.return;$t=e}function Rc(e){if(e!==$t)return!1;if(!ge)return aw(e),ge=!0,!1;var t;if((t=e.tag!==3)&&!(t=e.tag!==5)&&(t=e.type,t=t!=="head"&&t!=="body"&&!zg(e.type,e.memoizedProps)),t&&(t=Ot)){if(Mg(e))throw HE(),Error($(418));for(;t;)jE(e,t),t=lo(t.nextSibling)}if(aw(e),e.tag===13){if(e=e.memoizedState,e=e!==null?e.dehydrated:null,!e)throw Error($(317));e:{for(e=e.nextSibling,t=0;e;){if(e.nodeType===8){var r=e.data;if(r==="/$"){if(t===0){Ot=lo(e.nextSibling);break e}t--}else r!=="$"&&r!=="$!"&&r!=="$?"||t++}e=e.nextSibling}Ot=null}}else Ot=$t?lo(e.stateNode.nextSibling):null;return!0}function HE(){for(var e=Ot;e;)e=lo(e.nextSibling)}function Hi(){Ot=$t=null,ge=!1}function vv(e){mr===null?mr=[e]:mr.push(e)}var oM=$n.ReactCurrentBatchConfig;function Hl(e,t,r){if(e=r.ref,e!==null&&typeof e!="function"&&typeof e!="object"){if(r._owner){if(r=r._owner,r){if(r.tag!==1)throw Error($(309));var n=r.stateNode}if(!n)throw Error($(147,e));var o=n,a=""+e;return t!==null&&t.ref!==null&&typeof t.ref=="function"&&t.ref._stringRef===a?t.ref:(t=function(i){var l=o.refs;i===null?delete l[a]:l[a]=i},t._stringRef=a,t)}if(typeof e!="string")throw Error($(284));if(!r._owner)throw Error($(290,e))}return e}function zc(e,t){throw e=Object.prototype.toString.call(t),Error($(31,e==="[object Object]"?"object with keys {"+Object.keys(t).join(", ")+"}":e))}function iw(e){var t=e._init;return t(e._payload)}function VE(e){function t(b,w){if(e){var y=b.deletions;y===null?(b.deletions=[w],b.flags|=16):y.push(w)}}function r(b,w){if(!e)return null;for(;w!==null;)t(b,w),w=w.sibling;return null}function n(b,w){for(b=new Map;w!==null;)w.key!==null?b.set(w.key,w):b.set(w.index,w),w=w.sibling;return b}function o(b,w){return b=fo(b,w),b.index=0,b.sibling=null,b}function a(b,w,y){return b.index=y,e?(y=b.alternate,y!==null?(y=y.index,y<w?(b.flags|=2,w):y):(b.flags|=2,w)):(b.flags|=1048576,w)}function i(b){return e&&b.alternate===null&&(b.flags|=2),b}function l(b,w,y,x){return w===null||w.tag!==6?(w=hp(y,b.mode,x),w.return=b,w):(w=o(w,y),w.return=b,w)}function u(b,w,y,x){var E=y.type;return E===li?p(b,w,y.props.children,x,y.key):w!==null&&(w.elementType===E||typeof E=="object"&&E!==null&&E.$$typeof===Un&&iw(E)===w.type)?(x=o(w,y.props),x.ref=Hl(b,w,y),x.return=b,x):(x=k0(y.type,y.key,y.props,null,b.mode,x),x.ref=Hl(b,w,y),x.return=b,x)}function d(b,w,y,x){return w===null||w.tag!==4||w.stateNode.containerInfo!==y.containerInfo||w.stateNode.implementation!==y.implementation?(w=mp(y,b.mode,x),w.return=b,w):(w=o(w,y.children||[]),w.return=b,w)}function p(b,w,y,x,E){return w===null||w.tag!==7?(w=sa(y,b.mode,x,E),w.return=b,w):(w=o(w,y),w.return=b,w)}function h(b,w,y){if(typeof w=="string"&&w!==""||typeof w=="number")return w=hp(""+w,b.mode,y),w.return=b,w;if(typeof w=="object"&&w!==null){switch(w.$$typeof){case xc:return y=k0(w.type,w.key,w.props,null,b.mode,y),y.ref=Hl(b,null,w),y.return=b,y;case ii:return w=mp(w,b.mode,y),w.return=b,w;case Un:var x=w._init;return h(b,x(w._payload),y)}if(cs(w)||Ol(w))return w=sa(w,b.mode,y,null),w.return=b,w;zc(b,w)}return null}function f(b,w,y,x){var E=w!==null?w.key:null;if(typeof y=="string"&&y!==""||typeof y=="number")return E!==null?null:l(b,w,""+y,x);if(typeof y=="object"&&y!==null){switch(y.$$typeof){case xc:return y.key===E?u(b,w,y,x):null;case ii:return y.key===E?d(b,w,y,x):null;case Un:return E=y._init,f(b,w,E(y._payload),x)}if(cs(y)||Ol(y))return E!==null?null:p(b,w,y,x,null);zc(b,y)}return null}function m(b,w,y,x,E){if(typeof x=="string"&&x!==""||typeof x=="number")return b=b.get(y)||null,l(w,b,""+x,E);if(typeof x=="object"&&x!==null){switch(x.$$typeof){case xc:return b=b.get(x.key===null?y:x.key)||null,u(w,b,x,E);case ii:return b=b.get(x.key===null?y:x.key)||null,d(w,b,x,E);case Un:var S=x._init;return m(b,w,y,S(x._payload),E)}if(cs(x)||Ol(x))return b=b.get(y)||null,p(w,b,x,E,null);zc(w,x)}return null}function g(b,w,y,x){for(var E=null,S=null,C=w,k=w=0,F=null;C!==null&&k<y.length;k++){C.index>k?(F=C,C=null):F=C.sibling;var _=f(b,C,y[k],x);if(_===null){C===null&&(C=F);break}e&&C&&_.alternate===null&&t(b,C),w=a(_,w,k),S===null?E=_:S.sibling=_,S=_,C=F}if(k===y.length)return r(b,C),ge&&qo(b,k),E;if(C===null){for(;k<y.length;k++)C=h(b,y[k],x),C!==null&&(w=a(C,w,k),S===null?E=C:S.sibling=C,S=C);return ge&&qo(b,k),E}for(C=n(b,C);k<y.length;k++)F=m(C,b,k,y[k],x),F!==null&&(e&&F.alternate!==null&&C.delete(F.key===null?k:F.key),w=a(F,w,k),S===null?E=F:S.sibling=F,S=F);return e&&C.forEach(function(T){return t(b,T)}),ge&&qo(b,k),E}function v(b,w,y,x){var E=Ol(y);if(typeof E!="function")throw Error($(150));if(y=E.call(y),y==null)throw Error($(151));for(var S=E=null,C=w,k=w=0,F=null,_=y.next();C!==null&&!_.done;k++,_=y.next()){C.index>k?(F=C,C=null):F=C.sibling;var T=f(b,C,_.value,x);if(T===null){C===null&&(C=F);break}e&&C&&T.alternate===null&&t(b,C),w=a(T,w,k),S===null?E=T:S.sibling=T,S=T,C=F}if(_.done)return r(b,C),ge&&qo(b,k),E;if(C===null){for(;!_.done;k++,_=y.next())_=h(b,_.value,x),_!==null&&(w=a(_,w,k),S===null?E=_:S.sibling=_,S=_);return ge&&qo(b,k),E}for(C=n(b,C);!_.done;k++,_=y.next())_=m(C,b,k,_.value,x),_!==null&&(e&&_.alternate!==null&&C.delete(_.key===null?k:_.key),w=a(_,w,k),S===null?E=_:S.sibling=_,S=_);return e&&C.forEach(function(N){return t(b,N)}),ge&&qo(b,k),E}function D(b,w,y,x){if(typeof y=="object"&&y!==null&&y.type===li&&y.key===null&&(y=y.props.children),typeof y=="object"&&y!==null){switch(y.$$typeof){case xc:e:{for(var E=y.key,S=w;S!==null;){if(S.key===E){if(E=y.type,E===li){if(S.tag===7){r(b,S.sibling),w=o(S,y.props.children),w.return=b,b=w;break e}}else if(S.elementType===E||typeof E=="object"&&E!==null&&E.$$typeof===Un&&iw(E)===S.type){r(b,S.sibling),w=o(S,y.props),w.ref=Hl(b,S,y),w.return=b,b=w;break e}r(b,S);break}else t(b,S);S=S.sibling}y.type===li?(w=sa(y.props.children,b.mode,x,y.key),w.return=b,b=w):(x=k0(y.type,y.key,y.props,null,b.mode,x),x.ref=Hl(b,w,y),x.return=b,b=x)}return i(b);case ii:e:{for(S=y.key;w!==null;){if(w.key===S)if(w.tag===4&&w.stateNode.containerInfo===y.containerInfo&&w.stateNode.implementation===y.implementation){r(b,w.sibling),w=o(w,y.children||[]),w.return=b,b=w;break e}else{r(b,w);break}else t(b,w);w=w.sibling}w=mp(y,b.mode,x),w.return=b,b=w}return i(b);case Un:return S=y._init,D(b,w,S(y._payload),x)}if(cs(y))return g(b,w,y,x);if(Ol(y))return v(b,w,y,x);zc(b,y)}return typeof y=="string"&&y!==""||typeof y=="number"?(y=""+y,w!==null&&w.tag===6?(r(b,w.sibling),w=o(w,y),w.return=b,b=w):(r(b,w),w=hp(y,b.mode,x),w.return=b,b=w),i(b)):r(b,w)}return D}var Vi=VE(!0),UE=VE(!1),cd=Fo(null),dd=null,mi=null,yv=null;function wv(){yv=mi=dd=null}function bv(e){var t=cd.current;me(cd),e._currentValue=t}function $g(e,t,r){for(;e!==null;){var n=e.alternate;if((e.childLanes&t)!==t?(e.childLanes|=t,n!==null&&(n.childLanes|=t)):n!==null&&(n.childLanes&t)!==t&&(n.childLanes|=t),e===r)break;e=e.return}}function Si(e,t){dd=e,yv=mi=null,e=e.dependencies,e!==null&&e.firstContext!==null&&(e.lanes&t&&(xt=!0),e.firstContext=null)}function tr(e){var t=e._currentValue;if(yv!==e)if(e={context:e,memoizedValue:t,next:null},mi===null){if(dd===null)throw Error($(308));mi=e,dd.dependencies={lanes:0,firstContext:e}}else mi=mi.next=e;return t}var Jo=null;function xv(e){Jo===null?Jo=[e]:Jo.push(e)}function WE(e,t,r,n){var o=t.interleaved;return o===null?(r.next=r,xv(t)):(r.next=o.next,o.next=r),t.interleaved=r,Ln(e,n)}function Ln(e,t){e.lanes|=t;var r=e.alternate;for(r!==null&&(r.lanes|=t),r=e,e=e.return;e!==null;)e.childLanes|=t,r=e.alternate,r!==null&&(r.childLanes|=t),r=e,e=e.return;return r.tag===3?r.stateNode:null}var Wn=!1;function Dv(e){e.updateQueue={baseState:e.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:0},effects:null}}function qE(e,t){e=e.updateQueue,t.updateQueue===e&&(t.updateQueue={baseState:e.baseState,firstBaseUpdate:e.firstBaseUpdate,lastBaseUpdate:e.lastBaseUpdate,shared:e.shared,effects:e.effects})}function Rn(e,t){return{eventTime:e,lane:t,tag:0,payload:null,callback:null,next:null}}function so(e,t,r){var n=e.updateQueue;if(n===null)return null;if(n=n.shared,oe&2){var o=n.pending;return o===null?t.next=t:(t.next=o.next,o.next=t),n.pending=t,Ln(e,r)}return o=n.interleaved,o===null?(t.next=t,xv(n)):(t.next=o.next,o.next=t),n.interleaved=t,Ln(e,r)}function b0(e,t,r){if(t=t.updateQueue,t!==null&&(t=t.shared,(r&4194240)!==0)){var n=t.lanes;n&=e.pendingLanes,r|=n,t.lanes=r,lv(e,r)}}function lw(e,t){var r=e.updateQueue,n=e.alternate;if(n!==null&&(n=n.updateQueue,r===n)){var o=null,a=null;if(r=r.firstBaseUpdate,r!==null){do{var i={eventTime:r.eventTime,lane:r.lane,tag:r.tag,payload:r.payload,callback:r.callback,next:null};a===null?o=a=i:a=a.next=i,r=r.next}while(r!==null);a===null?o=a=t:a=a.next=t}else o=a=t;r={baseState:n.baseState,firstBaseUpdate:o,lastBaseUpdate:a,shared:n.shared,effects:n.effects},e.updateQueue=r;return}e=r.lastBaseUpdate,e===null?r.firstBaseUpdate=t:e.next=t,r.lastBaseUpdate=t}function fd(e,t,r,n){var o=e.updateQueue;Wn=!1;var a=o.firstBaseUpdate,i=o.lastBaseUpdate,l=o.shared.pending;if(l!==null){o.shared.pending=null;var u=l,d=u.next;u.next=null,i===null?a=d:i.next=d,i=u;var p=e.alternate;p!==null&&(p=p.updateQueue,l=p.lastBaseUpdate,l!==i&&(l===null?p.firstBaseUpdate=d:l.next=d,p.lastBaseUpdate=u))}if(a!==null){var h=o.baseState;i=0,p=d=u=null,l=a;do{var f=l.lane,m=l.eventTime;if((n&f)===f){p!==null&&(p=p.next={eventTime:m,lane:0,tag:l.tag,payload:l.payload,callback:l.callback,next:null});e:{var g=e,v=l;switch(f=t,m=r,v.tag){case 1:if(g=v.payload,typeof g=="function"){h=g.call(m,h,f);break e}h=g;break e;case 3:g.flags=g.flags&-65537|128;case 0:if(g=v.payload,f=typeof g=="function"?g.call(m,h,f):g,f==null)break e;h=we({},h,f);break e;case 2:Wn=!0}}l.callback!==null&&l.lane!==0&&(e.flags|=64,f=o.effects,f===null?o.effects=[l]:f.push(l))}else m={eventTime:m,lane:f,tag:l.tag,payload:l.payload,callback:l.callback,next:null},p===null?(d=p=m,u=h):p=p.next=m,i|=f;if(l=l.next,l===null){if(l=o.shared.pending,l===null)break;f=l,l=f.next,f.next=null,o.lastBaseUpdate=f,o.shared.pending=null}}while(!0);if(p===null&&(u=h),o.baseState=u,o.firstBaseUpdate=d,o.lastBaseUpdate=p,t=o.shared.interleaved,t!==null){o=t;do i|=o.lane,o=o.next;while(o!==t)}else a===null&&(o.shared.lanes=0);va|=i,e.lanes=i,e.memoizedState=h}}function sw(e,t,r){if(e=t.effects,t.effects=null,e!==null)for(t=0;t<e.length;t++){var n=e[t],o=n.callback;if(o!==null){if(n.callback=null,n=r,typeof o!="function")throw Error($(191,o));o.call(n)}}}var Nu={},nn=Fo(Nu),uu=Fo(Nu),cu=Fo(Nu);function ea(e){if(e===Nu)throw Error($(174));return e}function Ev(e,t){switch(fe(cu,t),fe(uu,e),fe(nn,Nu),e=t.nodeType,e){case 9:case 11:t=(t=t.documentElement)?t.namespaceURI:yg(null,"");break;default:e=e===8?t.parentNode:t,t=e.namespaceURI||null,e=e.tagName,t=yg(t,e)}me(nn),fe(nn,t)}function Ui(){me(nn),me(uu),me(cu)}function GE(e){ea(cu.current);var t=ea(nn.current),r=yg(t,e.type);t!==r&&(fe(uu,e),fe(nn,r))}function Cv(e){uu.current===e&&(me(nn),me(uu))}var ve=Fo(0);function pd(e){for(var t=e;t!==null;){if(t.tag===13){var r=t.memoizedState;if(r!==null&&(r=r.dehydrated,r===null||r.data==="$?"||r.data==="$!"))return t}else if(t.tag===19&&t.memoizedProps.revealOrder!==void 0){if(t.flags&128)return t}else if(t.child!==null){t.child.return=t,t=t.child;continue}if(t===e)break;for(;t.sibling===null;){if(t.return===null||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}return null}var sp=[];function Sv(){for(var e=0;e<sp.length;e++)sp[e]._workInProgressVersionPrimary=null;sp.length=0}var x0=$n.ReactCurrentDispatcher,up=$n.ReactCurrentBatchConfig,ga=0,ye=null,ze=null,Pe=null,hd=!1,zs=!1,du=0,aM=0;function Qe(){throw Error($(321))}function kv(e,t){if(t===null)return!1;for(var r=0;r<t.length&&r<e.length;r++)if(!kr(e[r],t[r]))return!1;return!0}function Av(e,t,r,n,o,a){if(ga=a,ye=t,t.memoizedState=null,t.updateQueue=null,t.lanes=0,x0.current=e===null||e.memoizedState===null?uM:cM,e=r(n,o),zs){a=0;do{if(zs=!1,du=0,25<=a)throw Error($(301));a+=1,Pe=ze=null,t.updateQueue=null,x0.current=dM,e=r(n,o)}while(zs)}if(x0.current=md,t=ze!==null&&ze.next!==null,ga=0,Pe=ze=ye=null,hd=!1,t)throw Error($(300));return e}function Fv(){var e=du!==0;return du=0,e}function Wr(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return Pe===null?ye.memoizedState=Pe=e:Pe=Pe.next=e,Pe}function rr(){if(ze===null){var e=ye.alternate;e=e!==null?e.memoizedState:null}else e=ze.next;var t=Pe===null?ye.memoizedState:Pe.next;if(t!==null)Pe=t,ze=e;else{if(e===null)throw Error($(310));ze=e,e={memoizedState:ze.memoizedState,baseState:ze.baseState,baseQueue:ze.baseQueue,queue:ze.queue,next:null},Pe===null?ye.memoizedState=Pe=e:Pe=Pe.next=e}return Pe}function fu(e,t){return typeof t=="function"?t(e):t}function cp(e){var t=rr(),r=t.queue;if(r===null)throw Error($(311));r.lastRenderedReducer=e;var n=ze,o=n.baseQueue,a=r.pending;if(a!==null){if(o!==null){var i=o.next;o.next=a.next,a.next=i}n.baseQueue=o=a,r.pending=null}if(o!==null){a=o.next,n=n.baseState;var l=i=null,u=null,d=a;do{var p=d.lane;if((ga&p)===p)u!==null&&(u=u.next={lane:0,action:d.action,hasEagerState:d.hasEagerState,eagerState:d.eagerState,next:null}),n=d.hasEagerState?d.eagerState:e(n,d.action);else{var h={lane:p,action:d.action,hasEagerState:d.hasEagerState,eagerState:d.eagerState,next:null};u===null?(l=u=h,i=n):u=u.next=h,ye.lanes|=p,va|=p}d=d.next}while(d!==null&&d!==a);u===null?i=n:u.next=l,kr(n,t.memoizedState)||(xt=!0),t.memoizedState=n,t.baseState=i,t.baseQueue=u,r.lastRenderedState=n}if(e=r.interleaved,e!==null){o=e;do a=o.lane,ye.lanes|=a,va|=a,o=o.next;while(o!==e)}else o===null&&(r.lanes=0);return[t.memoizedState,r.dispatch]}function dp(e){var t=rr(),r=t.queue;if(r===null)throw Error($(311));r.lastRenderedReducer=e;var n=r.dispatch,o=r.pending,a=t.memoizedState;if(o!==null){r.pending=null;var i=o=o.next;do a=e(a,i.action),i=i.next;while(i!==o);kr(a,t.memoizedState)||(xt=!0),t.memoizedState=a,t.baseQueue===null&&(t.baseState=a),r.lastRenderedState=a}return[a,n]}function YE(){}function KE(e,t){var r=ye,n=rr(),o=t(),a=!kr(n.memoizedState,o);if(a&&(n.memoizedState=o,xt=!0),n=n.queue,_v(ZE.bind(null,r,n,e),[e]),n.getSnapshot!==t||a||Pe!==null&&Pe.memoizedState.tag&1){if(r.flags|=2048,pu(9,QE.bind(null,r,n,o,t),void 0,null),He===null)throw Error($(349));ga&30||XE(r,t,o)}return o}function XE(e,t,r){e.flags|=16384,e={getSnapshot:t,value:r},t=ye.updateQueue,t===null?(t={lastEffect:null,stores:null},ye.updateQueue=t,t.stores=[e]):(r=t.stores,r===null?t.stores=[e]:r.push(e))}function QE(e,t,r,n){t.value=r,t.getSnapshot=n,JE(t)&&eC(e)}function ZE(e,t,r){return r(function(){JE(t)&&eC(e)})}function JE(e){var t=e.getSnapshot;e=e.value;try{var r=t();return!kr(e,r)}catch{return!0}}function eC(e){var t=Ln(e,1);t!==null&&Er(t,e,1,-1)}function uw(e){var t=Wr();return typeof e=="function"&&(e=e()),t.memoizedState=t.baseState=e,e={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:fu,lastRenderedState:e},t.queue=e,e=e.dispatch=sM.bind(null,ye,e),[t.memoizedState,e]}function pu(e,t,r,n){return e={tag:e,create:t,destroy:r,deps:n,next:null},t=ye.updateQueue,t===null?(t={lastEffect:null,stores:null},ye.updateQueue=t,t.lastEffect=e.next=e):(r=t.lastEffect,r===null?t.lastEffect=e.next=e:(n=r.next,r.next=e,e.next=n,t.lastEffect=e)),e}function tC(){return rr().memoizedState}function D0(e,t,r,n){var o=Wr();ye.flags|=e,o.memoizedState=pu(1|t,r,void 0,n===void 0?null:n)}function C1(e,t,r,n){var o=rr();n=n===void 0?null:n;var a=void 0;if(ze!==null){var i=ze.memoizedState;if(a=i.destroy,n!==null&&kv(n,i.deps)){o.memoizedState=pu(t,r,a,n);return}}ye.flags|=e,o.memoizedState=pu(1|t,r,a,n)}function cw(e,t){return D0(8390656,8,e,t)}function _v(e,t){return C1(2048,8,e,t)}function rC(e,t){return C1(4,2,e,t)}function nC(e,t){return C1(4,4,e,t)}function oC(e,t){if(typeof t=="function")return e=e(),t(e),function(){t(null)};if(t!=null)return e=e(),t.current=e,function(){t.current=null}}function aC(e,t,r){return r=r!=null?r.concat([e]):null,C1(4,4,oC.bind(null,t,e),r)}function Iv(){}function iC(e,t){var r=rr();t=t===void 0?null:t;var n=r.memoizedState;return n!==null&&t!==null&&kv(t,n[1])?n[0]:(r.memoizedState=[e,t],e)}function lC(e,t){var r=rr();t=t===void 0?null:t;var n=r.memoizedState;return n!==null&&t!==null&&kv(t,n[1])?n[0]:(e=e(),r.memoizedState=[e,t],e)}function sC(e,t,r){return ga&21?(kr(r,t)||(r=pE(),ye.lanes|=r,va|=r,e.baseState=!0),t):(e.baseState&&(e.baseState=!1,xt=!0),e.memoizedState=r)}function iM(e,t){var r=ue;ue=r!==0&&4>r?r:4,e(!0);var n=up.transition;up.transition={};try{e(!1),t()}finally{ue=r,up.transition=n}}function uC(){return rr().memoizedState}function lM(e,t,r){var n=co(e);if(r={lane:n,action:r,hasEagerState:!1,eagerState:null,next:null},cC(e))dC(t,r);else if(r=WE(e,t,r,n),r!==null){var o=pt();Er(r,e,n,o),fC(r,t,n)}}function sM(e,t,r){var n=co(e),o={lane:n,action:r,hasEagerState:!1,eagerState:null,next:null};if(cC(e))dC(t,o);else{var a=e.alternate;if(e.lanes===0&&(a===null||a.lanes===0)&&(a=t.lastRenderedReducer,a!==null))try{var i=t.lastRenderedState,l=a(i,r);if(o.hasEagerState=!0,o.eagerState=l,kr(l,i)){var u=t.interleaved;u===null?(o.next=o,xv(t)):(o.next=u.next,u.next=o),t.interleaved=o;return}}catch{}finally{}r=WE(e,t,o,n),r!==null&&(o=pt(),Er(r,e,n,o),fC(r,t,n))}}function cC(e){var t=e.alternate;return e===ye||t!==null&&t===ye}function dC(e,t){zs=hd=!0;var r=e.pending;r===null?t.next=t:(t.next=r.next,r.next=t),e.pending=t}function fC(e,t,r){if(r&4194240){var n=t.lanes;n&=e.pendingLanes,r|=n,t.lanes=r,lv(e,r)}}var md={readContext:tr,useCallback:Qe,useContext:Qe,useEffect:Qe,useImperativeHandle:Qe,useInsertionEffect:Qe,useLayoutEffect:Qe,useMemo:Qe,useReducer:Qe,useRef:Qe,useState:Qe,useDebugValue:Qe,useDeferredValue:Qe,useTransition:Qe,useMutableSource:Qe,useSyncExternalStore:Qe,useId:Qe,unstable_isNewReconciler:!1},uM={readContext:tr,useCallback:function(e,t){return Wr().memoizedState=[e,t===void 0?null:t],e},useContext:tr,useEffect:cw,useImperativeHandle:function(e,t,r){return r=r!=null?r.concat([e]):null,D0(4194308,4,oC.bind(null,t,e),r)},useLayoutEffect:function(e,t){return D0(4194308,4,e,t)},useInsertionEffect:function(e,t){return D0(4,2,e,t)},useMemo:function(e,t){var r=Wr();return t=t===void 0?null:t,e=e(),r.memoizedState=[e,t],e},useReducer:function(e,t,r){var n=Wr();return t=r!==void 0?r(t):t,n.memoizedState=n.baseState=t,e={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:e,lastRenderedState:t},n.queue=e,e=e.dispatch=lM.bind(null,ye,e),[n.memoizedState,e]},useRef:function(e){var t=Wr();return e={current:e},t.memoizedState=e},useState:uw,useDebugValue:Iv,useDeferredValue:function(e){return Wr().memoizedState=e},useTransition:function(){var e=uw(!1),t=e[0];return e=iM.bind(null,e[1]),Wr().memoizedState=e,[t,e]},useMutableSource:function(){},useSyncExternalStore:function(e,t,r){var n=ye,o=Wr();if(ge){if(r===void 0)throw Error($(407));r=r()}else{if(r=t(),He===null)throw Error($(349));ga&30||XE(n,t,r)}o.memoizedState=r;var a={value:r,getSnapshot:t};return o.queue=a,cw(ZE.bind(null,n,a,e),[e]),n.flags|=2048,pu(9,QE.bind(null,n,a,r,t),void 0,null),r},useId:function(){var e=Wr(),t=He.identifierPrefix;if(ge){var r=In,n=_n;r=(n&~(1<<32-Dr(n)-1)).toString(32)+r,t=":"+t+"R"+r,r=du++,0<r&&(t+="H"+r.toString(32)),t+=":"}else r=aM++,t=":"+t+"r"+r.toString(32)+":";return e.memoizedState=t},unstable_isNewReconciler:!1},cM={readContext:tr,useCallback:iC,useContext:tr,useEffect:_v,useImperativeHandle:aC,useInsertionEffect:rC,useLayoutEffect:nC,useMemo:lC,useReducer:cp,useRef:tC,useState:function(){return cp(fu)},useDebugValue:Iv,useDeferredValue:function(e){var t=rr();return sC(t,ze.memoizedState,e)},useTransition:function(){var e=cp(fu)[0],t=rr().memoizedState;return[e,t]},useMutableSource:YE,useSyncExternalStore:KE,useId:uC,unstable_isNewReconciler:!1},dM={readContext:tr,useCallback:iC,useContext:tr,useEffect:_v,useImperativeHandle:aC,useInsertionEffect:rC,useLayoutEffect:nC,useMemo:lC,useReducer:dp,useRef:tC,useState:function(){return dp(fu)},useDebugValue:Iv,useDeferredValue:function(e){var t=rr();return ze===null?t.memoizedState=e:sC(t,ze.memoizedState,e)},useTransition:function(){var e=dp(fu)[0],t=rr().memoizedState;return[e,t]},useMutableSource:YE,useSyncExternalStore:KE,useId:uC,unstable_isNewReconciler:!1};function pr(e,t){if(e&&e.defaultProps){t=we({},t),e=e.defaultProps;for(var r in e)t[r]===void 0&&(t[r]=e[r]);return t}return t}function Pg(e,t,r,n){t=e.memoizedState,r=r(n,t),r=r==null?t:we({},t,r),e.memoizedState=r,e.lanes===0&&(e.updateQueue.baseState=r)}var S1={isMounted:function(e){return(e=e._reactInternals)?Ia(e)===e:!1},enqueueSetState:function(e,t,r){e=e._reactInternals;var n=pt(),o=co(e),a=Rn(n,o);a.payload=t,r!=null&&(a.callback=r),t=so(e,a,o),t!==null&&(Er(t,e,o,n),b0(t,e,o))},enqueueReplaceState:function(e,t,r){e=e._reactInternals;var n=pt(),o=co(e),a=Rn(n,o);a.tag=1,a.payload=t,r!=null&&(a.callback=r),t=so(e,a,o),t!==null&&(Er(t,e,o,n),b0(t,e,o))},enqueueForceUpdate:function(e,t){e=e._reactInternals;var r=pt(),n=co(e),o=Rn(r,n);o.tag=2,t!=null&&(o.callback=t),t=so(e,o,n),t!==null&&(Er(t,e,n,r),b0(t,e,n))}};function dw(e,t,r,n,o,a,i){return e=e.stateNode,typeof e.shouldComponentUpdate=="function"?e.shouldComponentUpdate(n,a,i):t.prototype&&t.prototype.isPureReactComponent?!au(r,n)||!au(o,a):!0}function pC(e,t,r){var n=!1,o=vo,a=t.contextType;return typeof a=="object"&&a!==null?a=tr(a):(o=Et(t)?ha:nt.current,n=t.contextTypes,a=(n=n!=null)?ji(e,o):vo),t=new t(r,a),e.memoizedState=t.state!==null&&t.state!==void 0?t.state:null,t.updater=S1,e.stateNode=t,t._reactInternals=e,n&&(e=e.stateNode,e.__reactInternalMemoizedUnmaskedChildContext=o,e.__reactInternalMemoizedMaskedChildContext=a),t}function fw(e,t,r,n){e=t.state,typeof t.componentWillReceiveProps=="function"&&t.componentWillReceiveProps(r,n),typeof t.UNSAFE_componentWillReceiveProps=="function"&&t.UNSAFE_componentWillReceiveProps(r,n),t.state!==e&&S1.enqueueReplaceState(t,t.state,null)}function Ng(e,t,r,n){var o=e.stateNode;o.props=r,o.state=e.memoizedState,o.refs={},Dv(e);var a=t.contextType;typeof a=="object"&&a!==null?o.context=tr(a):(a=Et(t)?ha:nt.current,o.context=ji(e,a)),o.state=e.memoizedState,a=t.getDerivedStateFromProps,typeof a=="function"&&(Pg(e,t,a,r),o.state=e.memoizedState),typeof t.getDerivedStateFromProps=="function"||typeof o.getSnapshotBeforeUpdate=="function"||typeof o.UNSAFE_componentWillMount!="function"&&typeof o.componentWillMount!="function"||(t=o.state,typeof o.componentWillMount=="function"&&o.componentWillMount(),typeof o.UNSAFE_componentWillMount=="function"&&o.UNSAFE_componentWillMount(),t!==o.state&&S1.enqueueReplaceState(o,o.state,null),fd(e,r,o,n),o.state=e.memoizedState),typeof o.componentDidMount=="function"&&(e.flags|=4194308)}function Wi(e,t){try{var r="",n=t;do r+=PB(n),n=n.return;while(n);var o=r}catch(a){o=`
|
39
|
+
Error generating stack: `+a.message+`
|
40
|
+
`+a.stack}return{value:e,source:t,stack:o,digest:null}}function fp(e,t,r){return{value:e,source:null,stack:r??null,digest:t??null}}function jg(e,t){try{console.error(t.value)}catch(r){setTimeout(function(){throw r})}}var fM=typeof WeakMap=="function"?WeakMap:Map;function hC(e,t,r){r=Rn(-1,r),r.tag=3,r.payload={element:null};var n=t.value;return r.callback=function(){vd||(vd=!0,Qg=n),jg(e,t)},r}function mC(e,t,r){r=Rn(-1,r),r.tag=3;var n=e.type.getDerivedStateFromError;if(typeof n=="function"){var o=t.value;r.payload=function(){return n(o)},r.callback=function(){jg(e,t)}}var a=e.stateNode;return a!==null&&typeof a.componentDidCatch=="function"&&(r.callback=function(){jg(e,t),typeof n!="function"&&(uo===null?uo=new Set([this]):uo.add(this));var i=t.stack;this.componentDidCatch(t.value,{componentStack:i!==null?i:""})}),r}function pw(e,t,r){var n=e.pingCache;if(n===null){n=e.pingCache=new fM;var o=new Set;n.set(t,o)}else o=n.get(t),o===void 0&&(o=new Set,n.set(t,o));o.has(r)||(o.add(r),e=kM.bind(null,e,t,r),t.then(e,e))}function hw(e){do{var t;if((t=e.tag===13)&&(t=e.memoizedState,t=t!==null?t.dehydrated!==null:!0),t)return e;e=e.return}while(e!==null);return null}function mw(e,t,r,n,o){return e.mode&1?(e.flags|=65536,e.lanes=o,e):(e===t?e.flags|=65536:(e.flags|=128,r.flags|=131072,r.flags&=-52805,r.tag===1&&(r.alternate===null?r.tag=17:(t=Rn(-1,1),t.tag=2,so(r,t,1))),r.lanes|=1),e)}var pM=$n.ReactCurrentOwner,xt=!1;function st(e,t,r,n){t.child=e===null?UE(t,null,r,n):Vi(t,e.child,r,n)}function gw(e,t,r,n,o){r=r.render;var a=t.ref;return Si(t,o),n=Av(e,t,r,n,a,o),r=Fv(),e!==null&&!xt?(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~o,Mn(e,t,o)):(ge&&r&&mv(t),t.flags|=1,st(e,t,n,o),t.child)}function vw(e,t,r,n,o){if(e===null){var a=r.type;return typeof a=="function"&&!$v(a)&&a.defaultProps===void 0&&r.compare===null&&r.defaultProps===void 0?(t.tag=15,t.type=a,gC(e,t,a,n,o)):(e=k0(r.type,null,n,t,t.mode,o),e.ref=t.ref,e.return=t,t.child=e)}if(a=e.child,!(e.lanes&o)){var i=a.memoizedProps;if(r=r.compare,r=r!==null?r:au,r(i,n)&&e.ref===t.ref)return Mn(e,t,o)}return t.flags|=1,e=fo(a,n),e.ref=t.ref,e.return=t,t.child=e}function gC(e,t,r,n,o){if(e!==null){var a=e.memoizedProps;if(au(a,n)&&e.ref===t.ref)if(xt=!1,t.pendingProps=n=a,(e.lanes&o)!==0)e.flags&131072&&(xt=!0);else return t.lanes=e.lanes,Mn(e,t,o)}return Hg(e,t,r,n,o)}function vC(e,t,r){var n=t.pendingProps,o=n.children,a=e!==null?e.memoizedState:null;if(n.mode==="hidden")if(!(t.mode&1))t.memoizedState={baseLanes:0,cachePool:null,transitions:null},fe(yi,Lt),Lt|=r;else{if(!(r&1073741824))return e=a!==null?a.baseLanes|r:r,t.lanes=t.childLanes=1073741824,t.memoizedState={baseLanes:e,cachePool:null,transitions:null},t.updateQueue=null,fe(yi,Lt),Lt|=e,null;t.memoizedState={baseLanes:0,cachePool:null,transitions:null},n=a!==null?a.baseLanes:r,fe(yi,Lt),Lt|=n}else a!==null?(n=a.baseLanes|r,t.memoizedState=null):n=r,fe(yi,Lt),Lt|=n;return st(e,t,o,r),t.child}function yC(e,t){var r=t.ref;(e===null&&r!==null||e!==null&&e.ref!==r)&&(t.flags|=512,t.flags|=2097152)}function Hg(e,t,r,n,o){var a=Et(r)?ha:nt.current;return a=ji(t,a),Si(t,o),r=Av(e,t,r,n,a,o),n=Fv(),e!==null&&!xt?(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~o,Mn(e,t,o)):(ge&&n&&mv(t),t.flags|=1,st(e,t,r,o),t.child)}function yw(e,t,r,n,o){if(Et(r)){var a=!0;ld(t)}else a=!1;if(Si(t,o),t.stateNode===null)E0(e,t),pC(t,r,n),Ng(t,r,n,o),n=!0;else if(e===null){var i=t.stateNode,l=t.memoizedProps;i.props=l;var u=i.context,d=r.contextType;typeof d=="object"&&d!==null?d=tr(d):(d=Et(r)?ha:nt.current,d=ji(t,d));var p=r.getDerivedStateFromProps,h=typeof p=="function"||typeof i.getSnapshotBeforeUpdate=="function";h||typeof i.UNSAFE_componentWillReceiveProps!="function"&&typeof i.componentWillReceiveProps!="function"||(l!==n||u!==d)&&fw(t,i,n,d),Wn=!1;var f=t.memoizedState;i.state=f,fd(t,n,i,o),u=t.memoizedState,l!==n||f!==u||Dt.current||Wn?(typeof p=="function"&&(Pg(t,r,p,n),u=t.memoizedState),(l=Wn||dw(t,r,l,n,f,u,d))?(h||typeof i.UNSAFE_componentWillMount!="function"&&typeof i.componentWillMount!="function"||(typeof i.componentWillMount=="function"&&i.componentWillMount(),typeof i.UNSAFE_componentWillMount=="function"&&i.UNSAFE_componentWillMount()),typeof i.componentDidMount=="function"&&(t.flags|=4194308)):(typeof i.componentDidMount=="function"&&(t.flags|=4194308),t.memoizedProps=n,t.memoizedState=u),i.props=n,i.state=u,i.context=d,n=l):(typeof i.componentDidMount=="function"&&(t.flags|=4194308),n=!1)}else{i=t.stateNode,qE(e,t),l=t.memoizedProps,d=t.type===t.elementType?l:pr(t.type,l),i.props=d,h=t.pendingProps,f=i.context,u=r.contextType,typeof u=="object"&&u!==null?u=tr(u):(u=Et(r)?ha:nt.current,u=ji(t,u));var m=r.getDerivedStateFromProps;(p=typeof m=="function"||typeof i.getSnapshotBeforeUpdate=="function")||typeof i.UNSAFE_componentWillReceiveProps!="function"&&typeof i.componentWillReceiveProps!="function"||(l!==h||f!==u)&&fw(t,i,n,u),Wn=!1,f=t.memoizedState,i.state=f,fd(t,n,i,o);var g=t.memoizedState;l!==h||f!==g||Dt.current||Wn?(typeof m=="function"&&(Pg(t,r,m,n),g=t.memoizedState),(d=Wn||dw(t,r,d,n,f,g,u)||!1)?(p||typeof i.UNSAFE_componentWillUpdate!="function"&&typeof i.componentWillUpdate!="function"||(typeof i.componentWillUpdate=="function"&&i.componentWillUpdate(n,g,u),typeof i.UNSAFE_componentWillUpdate=="function"&&i.UNSAFE_componentWillUpdate(n,g,u)),typeof i.componentDidUpdate=="function"&&(t.flags|=4),typeof i.getSnapshotBeforeUpdate=="function"&&(t.flags|=1024)):(typeof i.componentDidUpdate!="function"||l===e.memoizedProps&&f===e.memoizedState||(t.flags|=4),typeof i.getSnapshotBeforeUpdate!="function"||l===e.memoizedProps&&f===e.memoizedState||(t.flags|=1024),t.memoizedProps=n,t.memoizedState=g),i.props=n,i.state=g,i.context=u,n=d):(typeof i.componentDidUpdate!="function"||l===e.memoizedProps&&f===e.memoizedState||(t.flags|=4),typeof i.getSnapshotBeforeUpdate!="function"||l===e.memoizedProps&&f===e.memoizedState||(t.flags|=1024),n=!1)}return Vg(e,t,r,n,a,o)}function Vg(e,t,r,n,o,a){yC(e,t);var i=(t.flags&128)!==0;if(!n&&!i)return o&&nw(t,r,!1),Mn(e,t,a);n=t.stateNode,pM.current=t;var l=i&&typeof r.getDerivedStateFromError!="function"?null:n.render();return t.flags|=1,e!==null&&i?(t.child=Vi(t,e.child,null,a),t.child=Vi(t,null,l,a)):st(e,t,l,a),t.memoizedState=n.state,o&&nw(t,r,!0),t.child}function wC(e){var t=e.stateNode;t.pendingContext?rw(e,t.pendingContext,t.pendingContext!==t.context):t.context&&rw(e,t.context,!1),Ev(e,t.containerInfo)}function ww(e,t,r,n,o){return Hi(),vv(o),t.flags|=256,st(e,t,r,n),t.child}var Ug={dehydrated:null,treeContext:null,retryLane:0};function Wg(e){return{baseLanes:e,cachePool:null,transitions:null}}function bC(e,t,r){var n=t.pendingProps,o=ve.current,a=!1,i=(t.flags&128)!==0,l;if((l=i)||(l=e!==null&&e.memoizedState===null?!1:(o&2)!==0),l?(a=!0,t.flags&=-129):(e===null||e.memoizedState!==null)&&(o|=1),fe(ve,o&1),e===null)return Og(t),e=t.memoizedState,e!==null&&(e=e.dehydrated,e!==null)?(t.mode&1?e.data==="$!"?t.lanes=8:t.lanes=1073741824:t.lanes=1,null):(i=n.children,e=n.fallback,a?(n=t.mode,a=t.child,i={mode:"hidden",children:i},!(n&1)&&a!==null?(a.childLanes=0,a.pendingProps=i):a=F1(i,n,0,null),e=sa(e,n,r,null),a.return=t,e.return=t,a.sibling=e,t.child=a,t.child.memoizedState=Wg(r),t.memoizedState=Ug,e):Rv(t,i));if(o=e.memoizedState,o!==null&&(l=o.dehydrated,l!==null))return hM(e,t,i,n,l,o,r);if(a){a=n.fallback,i=t.mode,o=e.child,l=o.sibling;var u={mode:"hidden",children:n.children};return!(i&1)&&t.child!==o?(n=t.child,n.childLanes=0,n.pendingProps=u,t.deletions=null):(n=fo(o,u),n.subtreeFlags=o.subtreeFlags&14680064),l!==null?a=fo(l,a):(a=sa(a,i,r,null),a.flags|=2),a.return=t,n.return=t,n.sibling=a,t.child=n,n=a,a=t.child,i=e.child.memoizedState,i=i===null?Wg(r):{baseLanes:i.baseLanes|r,cachePool:null,transitions:i.transitions},a.memoizedState=i,a.childLanes=e.childLanes&~r,t.memoizedState=Ug,n}return a=e.child,e=a.sibling,n=fo(a,{mode:"visible",children:n.children}),!(t.mode&1)&&(n.lanes=r),n.return=t,n.sibling=null,e!==null&&(r=t.deletions,r===null?(t.deletions=[e],t.flags|=16):r.push(e)),t.child=n,t.memoizedState=null,n}function Rv(e,t){return t=F1({mode:"visible",children:t},e.mode,0,null),t.return=e,e.child=t}function Tc(e,t,r,n){return n!==null&&vv(n),Vi(t,e.child,null,r),e=Rv(t,t.pendingProps.children),e.flags|=2,t.memoizedState=null,e}function hM(e,t,r,n,o,a,i){if(r)return t.flags&256?(t.flags&=-257,n=fp(Error($(422))),Tc(e,t,i,n)):t.memoizedState!==null?(t.child=e.child,t.flags|=128,null):(a=n.fallback,o=t.mode,n=F1({mode:"visible",children:n.children},o,0,null),a=sa(a,o,i,null),a.flags|=2,n.return=t,a.return=t,n.sibling=a,t.child=n,t.mode&1&&Vi(t,e.child,null,i),t.child.memoizedState=Wg(i),t.memoizedState=Ug,a);if(!(t.mode&1))return Tc(e,t,i,null);if(o.data==="$!"){if(n=o.nextSibling&&o.nextSibling.dataset,n)var l=n.dgst;return n=l,a=Error($(419)),n=fp(a,n,void 0),Tc(e,t,i,n)}if(l=(i&e.childLanes)!==0,xt||l){if(n=He,n!==null){switch(i&-i){case 4:o=2;break;case 16:o=8;break;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:o=32;break;case 536870912:o=268435456;break;default:o=0}o=o&(n.suspendedLanes|i)?0:o,o!==0&&o!==a.retryLane&&(a.retryLane=o,Ln(e,o),Er(n,e,o,-1))}return Ov(),n=fp(Error($(421))),Tc(e,t,i,n)}return o.data==="$?"?(t.flags|=128,t.child=e.child,t=AM.bind(null,e),o._reactRetry=t,null):(e=a.treeContext,Ot=lo(o.nextSibling),$t=t,ge=!0,mr=null,e!==null&&(Kt[Xt++]=_n,Kt[Xt++]=In,Kt[Xt++]=ma,_n=e.id,In=e.overflow,ma=t),t=Rv(t,n.children),t.flags|=4096,t)}function bw(e,t,r){e.lanes|=t;var n=e.alternate;n!==null&&(n.lanes|=t),$g(e.return,t,r)}function pp(e,t,r,n,o){var a=e.memoizedState;a===null?e.memoizedState={isBackwards:t,rendering:null,renderingStartTime:0,last:n,tail:r,tailMode:o}:(a.isBackwards=t,a.rendering=null,a.renderingStartTime=0,a.last=n,a.tail=r,a.tailMode=o)}function xC(e,t,r){var n=t.pendingProps,o=n.revealOrder,a=n.tail;if(st(e,t,n.children,r),n=ve.current,n&2)n=n&1|2,t.flags|=128;else{if(e!==null&&e.flags&128)e:for(e=t.child;e!==null;){if(e.tag===13)e.memoizedState!==null&&bw(e,r,t);else if(e.tag===19)bw(e,r,t);else if(e.child!==null){e.child.return=e,e=e.child;continue}if(e===t)break e;for(;e.sibling===null;){if(e.return===null||e.return===t)break e;e=e.return}e.sibling.return=e.return,e=e.sibling}n&=1}if(fe(ve,n),!(t.mode&1))t.memoizedState=null;else switch(o){case"forwards":for(r=t.child,o=null;r!==null;)e=r.alternate,e!==null&&pd(e)===null&&(o=r),r=r.sibling;r=o,r===null?(o=t.child,t.child=null):(o=r.sibling,r.sibling=null),pp(t,!1,o,r,a);break;case"backwards":for(r=null,o=t.child,t.child=null;o!==null;){if(e=o.alternate,e!==null&&pd(e)===null){t.child=o;break}e=o.sibling,o.sibling=r,r=o,o=e}pp(t,!0,r,null,a);break;case"together":pp(t,!1,null,null,void 0);break;default:t.memoizedState=null}return t.child}function E0(e,t){!(t.mode&1)&&e!==null&&(e.alternate=null,t.alternate=null,t.flags|=2)}function Mn(e,t,r){if(e!==null&&(t.dependencies=e.dependencies),va|=t.lanes,!(r&t.childLanes))return null;if(e!==null&&t.child!==e.child)throw Error($(153));if(t.child!==null){for(e=t.child,r=fo(e,e.pendingProps),t.child=r,r.return=t;e.sibling!==null;)e=e.sibling,r=r.sibling=fo(e,e.pendingProps),r.return=t;r.sibling=null}return t.child}function mM(e,t,r){switch(t.tag){case 3:wC(t),Hi();break;case 5:GE(t);break;case 1:Et(t.type)&&ld(t);break;case 4:Ev(t,t.stateNode.containerInfo);break;case 10:var n=t.type._context,o=t.memoizedProps.value;fe(cd,n._currentValue),n._currentValue=o;break;case 13:if(n=t.memoizedState,n!==null)return n.dehydrated!==null?(fe(ve,ve.current&1),t.flags|=128,null):r&t.child.childLanes?bC(e,t,r):(fe(ve,ve.current&1),e=Mn(e,t,r),e!==null?e.sibling:null);fe(ve,ve.current&1);break;case 19:if(n=(r&t.childLanes)!==0,e.flags&128){if(n)return xC(e,t,r);t.flags|=128}if(o=t.memoizedState,o!==null&&(o.rendering=null,o.tail=null,o.lastEffect=null),fe(ve,ve.current),n)break;return null;case 22:case 23:return t.lanes=0,vC(e,t,r)}return Mn(e,t,r)}var DC,qg,EC,CC;DC=function(e,t){for(var r=t.child;r!==null;){if(r.tag===5||r.tag===6)e.appendChild(r.stateNode);else if(r.tag!==4&&r.child!==null){r.child.return=r,r=r.child;continue}if(r===t)break;for(;r.sibling===null;){if(r.return===null||r.return===t)return;r=r.return}r.sibling.return=r.return,r=r.sibling}};qg=function(){};EC=function(e,t,r,n){var o=e.memoizedProps;if(o!==n){e=t.stateNode,ea(nn.current);var a=null;switch(r){case"input":o=hg(e,o),n=hg(e,n),a=[];break;case"select":o=we({},o,{value:void 0}),n=we({},n,{value:void 0}),a=[];break;case"textarea":o=vg(e,o),n=vg(e,n),a=[];break;default:typeof o.onClick!="function"&&typeof n.onClick=="function"&&(e.onclick=ad)}wg(r,n);var i;r=null;for(d in o)if(!n.hasOwnProperty(d)&&o.hasOwnProperty(d)&&o[d]!=null)if(d==="style"){var l=o[d];for(i in l)l.hasOwnProperty(i)&&(r||(r={}),r[i]="")}else d!=="dangerouslySetInnerHTML"&&d!=="children"&&d!=="suppressContentEditableWarning"&&d!=="suppressHydrationWarning"&&d!=="autoFocus"&&(Zs.hasOwnProperty(d)?a||(a=[]):(a=a||[]).push(d,null));for(d in n){var u=n[d];if(l=o!=null?o[d]:void 0,n.hasOwnProperty(d)&&u!==l&&(u!=null||l!=null))if(d==="style")if(l){for(i in l)!l.hasOwnProperty(i)||u&&u.hasOwnProperty(i)||(r||(r={}),r[i]="");for(i in u)u.hasOwnProperty(i)&&l[i]!==u[i]&&(r||(r={}),r[i]=u[i])}else r||(a||(a=[]),a.push(d,r)),r=u;else d==="dangerouslySetInnerHTML"?(u=u?u.__html:void 0,l=l?l.__html:void 0,u!=null&&l!==u&&(a=a||[]).push(d,u)):d==="children"?typeof u!="string"&&typeof u!="number"||(a=a||[]).push(d,""+u):d!=="suppressContentEditableWarning"&&d!=="suppressHydrationWarning"&&(Zs.hasOwnProperty(d)?(u!=null&&d==="onScroll"&&pe("scroll",e),a||l===u||(a=[])):(a=a||[]).push(d,u))}r&&(a=a||[]).push("style",r);var d=a;(t.updateQueue=d)&&(t.flags|=4)}};CC=function(e,t,r,n){r!==n&&(t.flags|=4)};function Vl(e,t){if(!ge)switch(e.tailMode){case"hidden":t=e.tail;for(var r=null;t!==null;)t.alternate!==null&&(r=t),t=t.sibling;r===null?e.tail=null:r.sibling=null;break;case"collapsed":r=e.tail;for(var n=null;r!==null;)r.alternate!==null&&(n=r),r=r.sibling;n===null?t||e.tail===null?e.tail=null:e.tail.sibling=null:n.sibling=null}}function Ze(e){var t=e.alternate!==null&&e.alternate.child===e.child,r=0,n=0;if(t)for(var o=e.child;o!==null;)r|=o.lanes|o.childLanes,n|=o.subtreeFlags&14680064,n|=o.flags&14680064,o.return=e,o=o.sibling;else for(o=e.child;o!==null;)r|=o.lanes|o.childLanes,n|=o.subtreeFlags,n|=o.flags,o.return=e,o=o.sibling;return e.subtreeFlags|=n,e.childLanes=r,t}function gM(e,t,r){var n=t.pendingProps;switch(gv(t),t.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return Ze(t),null;case 1:return Et(t.type)&&id(),Ze(t),null;case 3:return n=t.stateNode,Ui(),me(Dt),me(nt),Sv(),n.pendingContext&&(n.context=n.pendingContext,n.pendingContext=null),(e===null||e.child===null)&&(Rc(t)?t.flags|=4:e===null||e.memoizedState.isDehydrated&&!(t.flags&256)||(t.flags|=1024,mr!==null&&(e2(mr),mr=null))),qg(e,t),Ze(t),null;case 5:Cv(t);var o=ea(cu.current);if(r=t.type,e!==null&&t.stateNode!=null)EC(e,t,r,n,o),e.ref!==t.ref&&(t.flags|=512,t.flags|=2097152);else{if(!n){if(t.stateNode===null)throw Error($(166));return Ze(t),null}if(e=ea(nn.current),Rc(t)){n=t.stateNode,r=t.type;var a=t.memoizedProps;switch(n[Xr]=t,n[su]=a,e=(t.mode&1)!==0,r){case"dialog":pe("cancel",n),pe("close",n);break;case"iframe":case"object":case"embed":pe("load",n);break;case"video":case"audio":for(o=0;o<fs.length;o++)pe(fs[o],n);break;case"source":pe("error",n);break;case"img":case"image":case"link":pe("error",n),pe("load",n);break;case"details":pe("toggle",n);break;case"input":_3(n,a),pe("invalid",n);break;case"select":n._wrapperState={wasMultiple:!!a.multiple},pe("invalid",n);break;case"textarea":R3(n,a),pe("invalid",n)}wg(r,a),o=null;for(var i in a)if(a.hasOwnProperty(i)){var l=a[i];i==="children"?typeof l=="string"?n.textContent!==l&&(a.suppressHydrationWarning!==!0&&Ic(n.textContent,l,e),o=["children",l]):typeof l=="number"&&n.textContent!==""+l&&(a.suppressHydrationWarning!==!0&&Ic(n.textContent,l,e),o=["children",""+l]):Zs.hasOwnProperty(i)&&l!=null&&i==="onScroll"&&pe("scroll",n)}switch(r){case"input":Dc(n),I3(n,a,!0);break;case"textarea":Dc(n),z3(n);break;case"select":case"option":break;default:typeof a.onClick=="function"&&(n.onclick=ad)}n=o,t.updateQueue=n,n!==null&&(t.flags|=4)}else{i=o.nodeType===9?o:o.ownerDocument,e==="http://www.w3.org/1999/xhtml"&&(e=ZD(r)),e==="http://www.w3.org/1999/xhtml"?r==="script"?(e=i.createElement("div"),e.innerHTML="<script><\/script>",e=e.removeChild(e.firstChild)):typeof n.is=="string"?e=i.createElement(r,{is:n.is}):(e=i.createElement(r),r==="select"&&(i=e,n.multiple?i.multiple=!0:n.size&&(i.size=n.size))):e=i.createElementNS(e,r),e[Xr]=t,e[su]=n,DC(e,t,!1,!1),t.stateNode=e;e:{switch(i=bg(r,n),r){case"dialog":pe("cancel",e),pe("close",e),o=n;break;case"iframe":case"object":case"embed":pe("load",e),o=n;break;case"video":case"audio":for(o=0;o<fs.length;o++)pe(fs[o],e);o=n;break;case"source":pe("error",e),o=n;break;case"img":case"image":case"link":pe("error",e),pe("load",e),o=n;break;case"details":pe("toggle",e),o=n;break;case"input":_3(e,n),o=hg(e,n),pe("invalid",e);break;case"option":o=n;break;case"select":e._wrapperState={wasMultiple:!!n.multiple},o=we({},n,{value:void 0}),pe("invalid",e);break;case"textarea":R3(e,n),o=vg(e,n),pe("invalid",e);break;default:o=n}wg(r,o),l=o;for(a in l)if(l.hasOwnProperty(a)){var u=l[a];a==="style"?tE(e,u):a==="dangerouslySetInnerHTML"?(u=u?u.__html:void 0,u!=null&&JD(e,u)):a==="children"?typeof u=="string"?(r!=="textarea"||u!=="")&&Js(e,u):typeof u=="number"&&Js(e,""+u):a!=="suppressContentEditableWarning"&&a!=="suppressHydrationWarning"&&a!=="autoFocus"&&(Zs.hasOwnProperty(a)?u!=null&&a==="onScroll"&&pe("scroll",e):u!=null&&tv(e,a,u,i))}switch(r){case"input":Dc(e),I3(e,n,!1);break;case"textarea":Dc(e),z3(e);break;case"option":n.value!=null&&e.setAttribute("value",""+go(n.value));break;case"select":e.multiple=!!n.multiple,a=n.value,a!=null?xi(e,!!n.multiple,a,!1):n.defaultValue!=null&&xi(e,!!n.multiple,n.defaultValue,!0);break;default:typeof o.onClick=="function"&&(e.onclick=ad)}switch(r){case"button":case"input":case"select":case"textarea":n=!!n.autoFocus;break e;case"img":n=!0;break e;default:n=!1}}n&&(t.flags|=4)}t.ref!==null&&(t.flags|=512,t.flags|=2097152)}return Ze(t),null;case 6:if(e&&t.stateNode!=null)CC(e,t,e.memoizedProps,n);else{if(typeof n!="string"&&t.stateNode===null)throw Error($(166));if(r=ea(cu.current),ea(nn.current),Rc(t)){if(n=t.stateNode,r=t.memoizedProps,n[Xr]=t,(a=n.nodeValue!==r)&&(e=$t,e!==null))switch(e.tag){case 3:Ic(n.nodeValue,r,(e.mode&1)!==0);break;case 5:e.memoizedProps.suppressHydrationWarning!==!0&&Ic(n.nodeValue,r,(e.mode&1)!==0)}a&&(t.flags|=4)}else n=(r.nodeType===9?r:r.ownerDocument).createTextNode(n),n[Xr]=t,t.stateNode=n}return Ze(t),null;case 13:if(me(ve),n=t.memoizedState,e===null||e.memoizedState!==null&&e.memoizedState.dehydrated!==null){if(ge&&Ot!==null&&t.mode&1&&!(t.flags&128))HE(),Hi(),t.flags|=98560,a=!1;else if(a=Rc(t),n!==null&&n.dehydrated!==null){if(e===null){if(!a)throw Error($(318));if(a=t.memoizedState,a=a!==null?a.dehydrated:null,!a)throw Error($(317));a[Xr]=t}else Hi(),!(t.flags&128)&&(t.memoizedState=null),t.flags|=4;Ze(t),a=!1}else mr!==null&&(e2(mr),mr=null),a=!0;if(!a)return t.flags&65536?t:null}return t.flags&128?(t.lanes=r,t):(n=n!==null,n!==(e!==null&&e.memoizedState!==null)&&n&&(t.child.flags|=8192,t.mode&1&&(e===null||ve.current&1?Be===0&&(Be=3):Ov())),t.updateQueue!==null&&(t.flags|=4),Ze(t),null);case 4:return Ui(),qg(e,t),e===null&&iu(t.stateNode.containerInfo),Ze(t),null;case 10:return bv(t.type._context),Ze(t),null;case 17:return Et(t.type)&&id(),Ze(t),null;case 19:if(me(ve),a=t.memoizedState,a===null)return Ze(t),null;if(n=(t.flags&128)!==0,i=a.rendering,i===null)if(n)Vl(a,!1);else{if(Be!==0||e!==null&&e.flags&128)for(e=t.child;e!==null;){if(i=pd(e),i!==null){for(t.flags|=128,Vl(a,!1),n=i.updateQueue,n!==null&&(t.updateQueue=n,t.flags|=4),t.subtreeFlags=0,n=r,r=t.child;r!==null;)a=r,e=n,a.flags&=14680066,i=a.alternate,i===null?(a.childLanes=0,a.lanes=e,a.child=null,a.subtreeFlags=0,a.memoizedProps=null,a.memoizedState=null,a.updateQueue=null,a.dependencies=null,a.stateNode=null):(a.childLanes=i.childLanes,a.lanes=i.lanes,a.child=i.child,a.subtreeFlags=0,a.deletions=null,a.memoizedProps=i.memoizedProps,a.memoizedState=i.memoizedState,a.updateQueue=i.updateQueue,a.type=i.type,e=i.dependencies,a.dependencies=e===null?null:{lanes:e.lanes,firstContext:e.firstContext}),r=r.sibling;return fe(ve,ve.current&1|2),t.child}e=e.sibling}a.tail!==null&&Ce()>qi&&(t.flags|=128,n=!0,Vl(a,!1),t.lanes=4194304)}else{if(!n)if(e=pd(i),e!==null){if(t.flags|=128,n=!0,r=e.updateQueue,r!==null&&(t.updateQueue=r,t.flags|=4),Vl(a,!0),a.tail===null&&a.tailMode==="hidden"&&!i.alternate&&!ge)return Ze(t),null}else 2*Ce()-a.renderingStartTime>qi&&r!==1073741824&&(t.flags|=128,n=!0,Vl(a,!1),t.lanes=4194304);a.isBackwards?(i.sibling=t.child,t.child=i):(r=a.last,r!==null?r.sibling=i:t.child=i,a.last=i)}return a.tail!==null?(t=a.tail,a.rendering=t,a.tail=t.sibling,a.renderingStartTime=Ce(),t.sibling=null,r=ve.current,fe(ve,n?r&1|2:r&1),t):(Ze(t),null);case 22:case 23:return Mv(),n=t.memoizedState!==null,e!==null&&e.memoizedState!==null!==n&&(t.flags|=8192),n&&t.mode&1?Lt&1073741824&&(Ze(t),t.subtreeFlags&6&&(t.flags|=8192)):Ze(t),null;case 24:return null;case 25:return null}throw Error($(156,t.tag))}function vM(e,t){switch(gv(t),t.tag){case 1:return Et(t.type)&&id(),e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 3:return Ui(),me(Dt),me(nt),Sv(),e=t.flags,e&65536&&!(e&128)?(t.flags=e&-65537|128,t):null;case 5:return Cv(t),null;case 13:if(me(ve),e=t.memoizedState,e!==null&&e.dehydrated!==null){if(t.alternate===null)throw Error($(340));Hi()}return e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 19:return me(ve),null;case 4:return Ui(),null;case 10:return bv(t.type._context),null;case 22:case 23:return Mv(),null;case 24:return null;default:return null}}var Bc=!1,rt=!1,yM=typeof WeakSet=="function"?WeakSet:Set,H=null;function gi(e,t){var r=e.ref;if(r!==null)if(typeof r=="function")try{r(null)}catch(n){De(e,t,n)}else r.current=null}function Gg(e,t,r){try{r()}catch(n){De(e,t,n)}}var xw=!1;function wM(e,t){if(Ig=rd,e=_E(),hv(e)){if("selectionStart"in e)var r={start:e.selectionStart,end:e.selectionEnd};else e:{r=(r=e.ownerDocument)&&r.defaultView||window;var n=r.getSelection&&r.getSelection();if(n&&n.rangeCount!==0){r=n.anchorNode;var o=n.anchorOffset,a=n.focusNode;n=n.focusOffset;try{r.nodeType,a.nodeType}catch{r=null;break e}var i=0,l=-1,u=-1,d=0,p=0,h=e,f=null;t:for(;;){for(var m;h!==r||o!==0&&h.nodeType!==3||(l=i+o),h!==a||n!==0&&h.nodeType!==3||(u=i+n),h.nodeType===3&&(i+=h.nodeValue.length),(m=h.firstChild)!==null;)f=h,h=m;for(;;){if(h===e)break t;if(f===r&&++d===o&&(l=i),f===a&&++p===n&&(u=i),(m=h.nextSibling)!==null)break;h=f,f=h.parentNode}h=m}r=l===-1||u===-1?null:{start:l,end:u}}else r=null}r=r||{start:0,end:0}}else r=null;for(Rg={focusedElem:e,selectionRange:r},rd=!1,H=t;H!==null;)if(t=H,e=t.child,(t.subtreeFlags&1028)!==0&&e!==null)e.return=t,H=e;else for(;H!==null;){t=H;try{var g=t.alternate;if(t.flags&1024)switch(t.tag){case 0:case 11:case 15:break;case 1:if(g!==null){var v=g.memoizedProps,D=g.memoizedState,b=t.stateNode,w=b.getSnapshotBeforeUpdate(t.elementType===t.type?v:pr(t.type,v),D);b.__reactInternalSnapshotBeforeUpdate=w}break;case 3:var y=t.stateNode.containerInfo;y.nodeType===1?y.textContent="":y.nodeType===9&&y.documentElement&&y.removeChild(y.documentElement);break;case 5:case 6:case 4:case 17:break;default:throw Error($(163))}}catch(x){De(t,t.return,x)}if(e=t.sibling,e!==null){e.return=t.return,H=e;break}H=t.return}return g=xw,xw=!1,g}function Ts(e,t,r){var n=t.updateQueue;if(n=n!==null?n.lastEffect:null,n!==null){var o=n=n.next;do{if((o.tag&e)===e){var a=o.destroy;o.destroy=void 0,a!==void 0&&Gg(t,r,a)}o=o.next}while(o!==n)}}function k1(e,t){if(t=t.updateQueue,t=t!==null?t.lastEffect:null,t!==null){var r=t=t.next;do{if((r.tag&e)===e){var n=r.create;r.destroy=n()}r=r.next}while(r!==t)}}function Yg(e){var t=e.ref;if(t!==null){var r=e.stateNode;switch(e.tag){case 5:e=r;break;default:e=r}typeof t=="function"?t(e):t.current=e}}function SC(e){var t=e.alternate;t!==null&&(e.alternate=null,SC(t)),e.child=null,e.deletions=null,e.sibling=null,e.tag===5&&(t=e.stateNode,t!==null&&(delete t[Xr],delete t[su],delete t[Bg],delete t[tM],delete t[rM])),e.stateNode=null,e.return=null,e.dependencies=null,e.memoizedProps=null,e.memoizedState=null,e.pendingProps=null,e.stateNode=null,e.updateQueue=null}function kC(e){return e.tag===5||e.tag===3||e.tag===4}function Dw(e){e:for(;;){for(;e.sibling===null;){if(e.return===null||kC(e.return))return null;e=e.return}for(e.sibling.return=e.return,e=e.sibling;e.tag!==5&&e.tag!==6&&e.tag!==18;){if(e.flags&2||e.child===null||e.tag===4)continue e;e.child.return=e,e=e.child}if(!(e.flags&2))return e.stateNode}}function Kg(e,t,r){var n=e.tag;if(n===5||n===6)e=e.stateNode,t?r.nodeType===8?r.parentNode.insertBefore(e,t):r.insertBefore(e,t):(r.nodeType===8?(t=r.parentNode,t.insertBefore(e,r)):(t=r,t.appendChild(e)),r=r._reactRootContainer,r!=null||t.onclick!==null||(t.onclick=ad));else if(n!==4&&(e=e.child,e!==null))for(Kg(e,t,r),e=e.sibling;e!==null;)Kg(e,t,r),e=e.sibling}function Xg(e,t,r){var n=e.tag;if(n===5||n===6)e=e.stateNode,t?r.insertBefore(e,t):r.appendChild(e);else if(n!==4&&(e=e.child,e!==null))for(Xg(e,t,r),e=e.sibling;e!==null;)Xg(e,t,r),e=e.sibling}var Ue=null,hr=!1;function jn(e,t,r){for(r=r.child;r!==null;)AC(e,t,r),r=r.sibling}function AC(e,t,r){if(rn&&typeof rn.onCommitFiberUnmount=="function")try{rn.onCommitFiberUnmount(y1,r)}catch{}switch(r.tag){case 5:rt||gi(r,t);case 6:var n=Ue,o=hr;Ue=null,jn(e,t,r),Ue=n,hr=o,Ue!==null&&(hr?(e=Ue,r=r.stateNode,e.nodeType===8?e.parentNode.removeChild(r):e.removeChild(r)):Ue.removeChild(r.stateNode));break;case 18:Ue!==null&&(hr?(e=Ue,r=r.stateNode,e.nodeType===8?ip(e.parentNode,r):e.nodeType===1&&ip(e,r),nu(e)):ip(Ue,r.stateNode));break;case 4:n=Ue,o=hr,Ue=r.stateNode.containerInfo,hr=!0,jn(e,t,r),Ue=n,hr=o;break;case 0:case 11:case 14:case 15:if(!rt&&(n=r.updateQueue,n!==null&&(n=n.lastEffect,n!==null))){o=n=n.next;do{var a=o,i=a.destroy;a=a.tag,i!==void 0&&(a&2||a&4)&&Gg(r,t,i),o=o.next}while(o!==n)}jn(e,t,r);break;case 1:if(!rt&&(gi(r,t),n=r.stateNode,typeof n.componentWillUnmount=="function"))try{n.props=r.memoizedProps,n.state=r.memoizedState,n.componentWillUnmount()}catch(l){De(r,t,l)}jn(e,t,r);break;case 21:jn(e,t,r);break;case 22:r.mode&1?(rt=(n=rt)||r.memoizedState!==null,jn(e,t,r),rt=n):jn(e,t,r);break;default:jn(e,t,r)}}function Ew(e){var t=e.updateQueue;if(t!==null){e.updateQueue=null;var r=e.stateNode;r===null&&(r=e.stateNode=new yM),t.forEach(function(n){var o=FM.bind(null,e,n);r.has(n)||(r.add(n),n.then(o,o))})}}function ur(e,t){var r=t.deletions;if(r!==null)for(var n=0;n<r.length;n++){var o=r[n];try{var a=e,i=t,l=i;e:for(;l!==null;){switch(l.tag){case 5:Ue=l.stateNode,hr=!1;break e;case 3:Ue=l.stateNode.containerInfo,hr=!0;break e;case 4:Ue=l.stateNode.containerInfo,hr=!0;break e}l=l.return}if(Ue===null)throw Error($(160));AC(a,i,o),Ue=null,hr=!1;var u=o.alternate;u!==null&&(u.return=null),o.return=null}catch(d){De(o,t,d)}}if(t.subtreeFlags&12854)for(t=t.child;t!==null;)FC(t,e),t=t.sibling}function FC(e,t){var r=e.alternate,n=e.flags;switch(e.tag){case 0:case 11:case 14:case 15:if(ur(t,e),Vr(e),n&4){try{Ts(3,e,e.return),k1(3,e)}catch(v){De(e,e.return,v)}try{Ts(5,e,e.return)}catch(v){De(e,e.return,v)}}break;case 1:ur(t,e),Vr(e),n&512&&r!==null&&gi(r,r.return);break;case 5:if(ur(t,e),Vr(e),n&512&&r!==null&&gi(r,r.return),e.flags&32){var o=e.stateNode;try{Js(o,"")}catch(v){De(e,e.return,v)}}if(n&4&&(o=e.stateNode,o!=null)){var a=e.memoizedProps,i=r!==null?r.memoizedProps:a,l=e.type,u=e.updateQueue;if(e.updateQueue=null,u!==null)try{l==="input"&&a.type==="radio"&&a.name!=null&&XD(o,a),bg(l,i);var d=bg(l,a);for(i=0;i<u.length;i+=2){var p=u[i],h=u[i+1];p==="style"?tE(o,h):p==="dangerouslySetInnerHTML"?JD(o,h):p==="children"?Js(o,h):tv(o,p,h,d)}switch(l){case"input":mg(o,a);break;case"textarea":QD(o,a);break;case"select":var f=o._wrapperState.wasMultiple;o._wrapperState.wasMultiple=!!a.multiple;var m=a.value;m!=null?xi(o,!!a.multiple,m,!1):f!==!!a.multiple&&(a.defaultValue!=null?xi(o,!!a.multiple,a.defaultValue,!0):xi(o,!!a.multiple,a.multiple?[]:"",!1))}o[su]=a}catch(v){De(e,e.return,v)}}break;case 6:if(ur(t,e),Vr(e),n&4){if(e.stateNode===null)throw Error($(162));o=e.stateNode,a=e.memoizedProps;try{o.nodeValue=a}catch(v){De(e,e.return,v)}}break;case 3:if(ur(t,e),Vr(e),n&4&&r!==null&&r.memoizedState.isDehydrated)try{nu(t.containerInfo)}catch(v){De(e,e.return,v)}break;case 4:ur(t,e),Vr(e);break;case 13:ur(t,e),Vr(e),o=e.child,o.flags&8192&&(a=o.memoizedState!==null,o.stateNode.isHidden=a,!a||o.alternate!==null&&o.alternate.memoizedState!==null||(Bv=Ce())),n&4&&Ew(e);break;case 22:if(p=r!==null&&r.memoizedState!==null,e.mode&1?(rt=(d=rt)||p,ur(t,e),rt=d):ur(t,e),Vr(e),n&8192){if(d=e.memoizedState!==null,(e.stateNode.isHidden=d)&&!p&&e.mode&1)for(H=e,p=e.child;p!==null;){for(h=H=p;H!==null;){switch(f=H,m=f.child,f.tag){case 0:case 11:case 14:case 15:Ts(4,f,f.return);break;case 1:gi(f,f.return);var g=f.stateNode;if(typeof g.componentWillUnmount=="function"){n=f,r=f.return;try{t=n,g.props=t.memoizedProps,g.state=t.memoizedState,g.componentWillUnmount()}catch(v){De(n,r,v)}}break;case 5:gi(f,f.return);break;case 22:if(f.memoizedState!==null){Sw(h);continue}}m!==null?(m.return=f,H=m):Sw(h)}p=p.sibling}e:for(p=null,h=e;;){if(h.tag===5){if(p===null){p=h;try{o=h.stateNode,d?(a=o.style,typeof a.setProperty=="function"?a.setProperty("display","none","important"):a.display="none"):(l=h.stateNode,u=h.memoizedProps.style,i=u!=null&&u.hasOwnProperty("display")?u.display:null,l.style.display=eE("display",i))}catch(v){De(e,e.return,v)}}}else if(h.tag===6){if(p===null)try{h.stateNode.nodeValue=d?"":h.memoizedProps}catch(v){De(e,e.return,v)}}else if((h.tag!==22&&h.tag!==23||h.memoizedState===null||h===e)&&h.child!==null){h.child.return=h,h=h.child;continue}if(h===e)break e;for(;h.sibling===null;){if(h.return===null||h.return===e)break e;p===h&&(p=null),h=h.return}p===h&&(p=null),h.sibling.return=h.return,h=h.sibling}}break;case 19:ur(t,e),Vr(e),n&4&&Ew(e);break;case 21:break;default:ur(t,e),Vr(e)}}function Vr(e){var t=e.flags;if(t&2){try{e:{for(var r=e.return;r!==null;){if(kC(r)){var n=r;break e}r=r.return}throw Error($(160))}switch(n.tag){case 5:var o=n.stateNode;n.flags&32&&(Js(o,""),n.flags&=-33);var a=Dw(e);Xg(e,a,o);break;case 3:case 4:var i=n.stateNode.containerInfo,l=Dw(e);Kg(e,l,i);break;default:throw Error($(161))}}catch(u){De(e,e.return,u)}e.flags&=-3}t&4096&&(e.flags&=-4097)}function bM(e,t,r){H=e,_C(e)}function _C(e,t,r){for(var n=(e.mode&1)!==0;H!==null;){var o=H,a=o.child;if(o.tag===22&&n){var i=o.memoizedState!==null||Bc;if(!i){var l=o.alternate,u=l!==null&&l.memoizedState!==null||rt;l=Bc;var d=rt;if(Bc=i,(rt=u)&&!d)for(H=o;H!==null;)i=H,u=i.child,i.tag===22&&i.memoizedState!==null?kw(o):u!==null?(u.return=i,H=u):kw(o);for(;a!==null;)H=a,_C(a),a=a.sibling;H=o,Bc=l,rt=d}Cw(e)}else o.subtreeFlags&8772&&a!==null?(a.return=o,H=a):Cw(e)}}function Cw(e){for(;H!==null;){var t=H;if(t.flags&8772){var r=t.alternate;try{if(t.flags&8772)switch(t.tag){case 0:case 11:case 15:rt||k1(5,t);break;case 1:var n=t.stateNode;if(t.flags&4&&!rt)if(r===null)n.componentDidMount();else{var o=t.elementType===t.type?r.memoizedProps:pr(t.type,r.memoizedProps);n.componentDidUpdate(o,r.memoizedState,n.__reactInternalSnapshotBeforeUpdate)}var a=t.updateQueue;a!==null&&sw(t,a,n);break;case 3:var i=t.updateQueue;if(i!==null){if(r=null,t.child!==null)switch(t.child.tag){case 5:r=t.child.stateNode;break;case 1:r=t.child.stateNode}sw(t,i,r)}break;case 5:var l=t.stateNode;if(r===null&&t.flags&4){r=l;var u=t.memoizedProps;switch(t.type){case"button":case"input":case"select":case"textarea":u.autoFocus&&r.focus();break;case"img":u.src&&(r.src=u.src)}}break;case 6:break;case 4:break;case 12:break;case 13:if(t.memoizedState===null){var d=t.alternate;if(d!==null){var p=d.memoizedState;if(p!==null){var h=p.dehydrated;h!==null&&nu(h)}}}break;case 19:case 17:case 21:case 22:case 23:case 25:break;default:throw Error($(163))}rt||t.flags&512&&Yg(t)}catch(f){De(t,t.return,f)}}if(t===e){H=null;break}if(r=t.sibling,r!==null){r.return=t.return,H=r;break}H=t.return}}function Sw(e){for(;H!==null;){var t=H;if(t===e){H=null;break}var r=t.sibling;if(r!==null){r.return=t.return,H=r;break}H=t.return}}function kw(e){for(;H!==null;){var t=H;try{switch(t.tag){case 0:case 11:case 15:var r=t.return;try{k1(4,t)}catch(u){De(t,r,u)}break;case 1:var n=t.stateNode;if(typeof n.componentDidMount=="function"){var o=t.return;try{n.componentDidMount()}catch(u){De(t,o,u)}}var a=t.return;try{Yg(t)}catch(u){De(t,a,u)}break;case 5:var i=t.return;try{Yg(t)}catch(u){De(t,i,u)}}}catch(u){De(t,t.return,u)}if(t===e){H=null;break}var l=t.sibling;if(l!==null){l.return=t.return,H=l;break}H=t.return}}var xM=Math.ceil,gd=$n.ReactCurrentDispatcher,zv=$n.ReactCurrentOwner,er=$n.ReactCurrentBatchConfig,oe=0,He=null,Ae=null,qe=0,Lt=0,yi=Fo(0),Be=0,hu=null,va=0,A1=0,Tv=0,Bs=null,bt=null,Bv=0,qi=1/0,Sn=null,vd=!1,Qg=null,uo=null,Lc=!1,ro=null,yd=0,Ls=0,Zg=null,C0=-1,S0=0;function pt(){return oe&6?Ce():C0!==-1?C0:C0=Ce()}function co(e){return e.mode&1?oe&2&&qe!==0?qe&-qe:oM.transition!==null?(S0===0&&(S0=pE()),S0):(e=ue,e!==0||(e=window.event,e=e===void 0?16:bE(e.type)),e):1}function Er(e,t,r,n){if(50<Ls)throw Ls=0,Zg=null,Error($(185));Ou(e,r,n),(!(oe&2)||e!==He)&&(e===He&&(!(oe&2)&&(A1|=r),Be===4&&eo(e,qe)),Ct(e,n),r===1&&oe===0&&!(t.mode&1)&&(qi=Ce()+500,E1&&_o()))}function Ct(e,t){var r=e.callbackNode;oL(e,t);var n=td(e,e===He?qe:0);if(n===0)r!==null&&L3(r),e.callbackNode=null,e.callbackPriority=0;else if(t=n&-n,e.callbackPriority!==t){if(r!=null&&L3(r),t===1)e.tag===0?nM(Aw.bind(null,e)):PE(Aw.bind(null,e)),JL(function(){!(oe&6)&&_o()}),r=null;else{switch(hE(n)){case 1:r=iv;break;case 4:r=dE;break;case 16:r=ed;break;case 536870912:r=fE;break;default:r=ed}r=OC(r,IC.bind(null,e))}e.callbackPriority=t,e.callbackNode=r}}function IC(e,t){if(C0=-1,S0=0,oe&6)throw Error($(327));var r=e.callbackNode;if(ki()&&e.callbackNode!==r)return null;var n=td(e,e===He?qe:0);if(n===0)return null;if(n&30||n&e.expiredLanes||t)t=wd(e,n);else{t=n;var o=oe;oe|=2;var a=zC();(He!==e||qe!==t)&&(Sn=null,qi=Ce()+500,la(e,t));do try{CM();break}catch(l){RC(e,l)}while(!0);wv(),gd.current=a,oe=o,Ae!==null?t=0:(He=null,qe=0,t=Be)}if(t!==0){if(t===2&&(o=Sg(e),o!==0&&(n=o,t=Jg(e,o))),t===1)throw r=hu,la(e,0),eo(e,n),Ct(e,Ce()),r;if(t===6)eo(e,n);else{if(o=e.current.alternate,!(n&30)&&!DM(o)&&(t=wd(e,n),t===2&&(a=Sg(e),a!==0&&(n=a,t=Jg(e,a))),t===1))throw r=hu,la(e,0),eo(e,n),Ct(e,Ce()),r;switch(e.finishedWork=o,e.finishedLanes=n,t){case 0:case 1:throw Error($(345));case 2:Go(e,bt,Sn);break;case 3:if(eo(e,n),(n&130023424)===n&&(t=Bv+500-Ce(),10<t)){if(td(e,0)!==0)break;if(o=e.suspendedLanes,(o&n)!==n){pt(),e.pingedLanes|=e.suspendedLanes&o;break}e.timeoutHandle=Tg(Go.bind(null,e,bt,Sn),t);break}Go(e,bt,Sn);break;case 4:if(eo(e,n),(n&4194240)===n)break;for(t=e.eventTimes,o=-1;0<n;){var i=31-Dr(n);a=1<<i,i=t[i],i>o&&(o=i),n&=~a}if(n=o,n=Ce()-n,n=(120>n?120:480>n?480:1080>n?1080:1920>n?1920:3e3>n?3e3:4320>n?4320:1960*xM(n/1960))-n,10<n){e.timeoutHandle=Tg(Go.bind(null,e,bt,Sn),n);break}Go(e,bt,Sn);break;case 5:Go(e,bt,Sn);break;default:throw Error($(329))}}}return Ct(e,Ce()),e.callbackNode===r?IC.bind(null,e):null}function Jg(e,t){var r=Bs;return e.current.memoizedState.isDehydrated&&(la(e,t).flags|=256),e=wd(e,t),e!==2&&(t=bt,bt=r,t!==null&&e2(t)),e}function e2(e){bt===null?bt=e:bt.push.apply(bt,e)}function DM(e){for(var t=e;;){if(t.flags&16384){var r=t.updateQueue;if(r!==null&&(r=r.stores,r!==null))for(var n=0;n<r.length;n++){var o=r[n],a=o.getSnapshot;o=o.value;try{if(!kr(a(),o))return!1}catch{return!1}}}if(r=t.child,t.subtreeFlags&16384&&r!==null)r.return=t,t=r;else{if(t===e)break;for(;t.sibling===null;){if(t.return===null||t.return===e)return!0;t=t.return}t.sibling.return=t.return,t=t.sibling}}return!0}function eo(e,t){for(t&=~Tv,t&=~A1,e.suspendedLanes|=t,e.pingedLanes&=~t,e=e.expirationTimes;0<t;){var r=31-Dr(t),n=1<<r;e[r]=-1,t&=~n}}function Aw(e){if(oe&6)throw Error($(327));ki();var t=td(e,0);if(!(t&1))return Ct(e,Ce()),null;var r=wd(e,t);if(e.tag!==0&&r===2){var n=Sg(e);n!==0&&(t=n,r=Jg(e,n))}if(r===1)throw r=hu,la(e,0),eo(e,t),Ct(e,Ce()),r;if(r===6)throw Error($(345));return e.finishedWork=e.current.alternate,e.finishedLanes=t,Go(e,bt,Sn),Ct(e,Ce()),null}function Lv(e,t){var r=oe;oe|=1;try{return e(t)}finally{oe=r,oe===0&&(qi=Ce()+500,E1&&_o())}}function ya(e){ro!==null&&ro.tag===0&&!(oe&6)&&ki();var t=oe;oe|=1;var r=er.transition,n=ue;try{if(er.transition=null,ue=1,e)return e()}finally{ue=n,er.transition=r,oe=t,!(oe&6)&&_o()}}function Mv(){Lt=yi.current,me(yi)}function la(e,t){e.finishedWork=null,e.finishedLanes=0;var r=e.timeoutHandle;if(r!==-1&&(e.timeoutHandle=-1,ZL(r)),Ae!==null)for(r=Ae.return;r!==null;){var n=r;switch(gv(n),n.tag){case 1:n=n.type.childContextTypes,n!=null&&id();break;case 3:Ui(),me(Dt),me(nt),Sv();break;case 5:Cv(n);break;case 4:Ui();break;case 13:me(ve);break;case 19:me(ve);break;case 10:bv(n.type._context);break;case 22:case 23:Mv()}r=r.return}if(He=e,Ae=e=fo(e.current,null),qe=Lt=t,Be=0,hu=null,Tv=A1=va=0,bt=Bs=null,Jo!==null){for(t=0;t<Jo.length;t++)if(r=Jo[t],n=r.interleaved,n!==null){r.interleaved=null;var o=n.next,a=r.pending;if(a!==null){var i=a.next;a.next=o,n.next=i}r.pending=n}Jo=null}return e}function RC(e,t){do{var r=Ae;try{if(wv(),x0.current=md,hd){for(var n=ye.memoizedState;n!==null;){var o=n.queue;o!==null&&(o.pending=null),n=n.next}hd=!1}if(ga=0,Pe=ze=ye=null,zs=!1,du=0,zv.current=null,r===null||r.return===null){Be=1,hu=t,Ae=null;break}e:{var a=e,i=r.return,l=r,u=t;if(t=qe,l.flags|=32768,u!==null&&typeof u=="object"&&typeof u.then=="function"){var d=u,p=l,h=p.tag;if(!(p.mode&1)&&(h===0||h===11||h===15)){var f=p.alternate;f?(p.updateQueue=f.updateQueue,p.memoizedState=f.memoizedState,p.lanes=f.lanes):(p.updateQueue=null,p.memoizedState=null)}var m=hw(i);if(m!==null){m.flags&=-257,mw(m,i,l,a,t),m.mode&1&&pw(a,d,t),t=m,u=d;var g=t.updateQueue;if(g===null){var v=new Set;v.add(u),t.updateQueue=v}else g.add(u);break e}else{if(!(t&1)){pw(a,d,t),Ov();break e}u=Error($(426))}}else if(ge&&l.mode&1){var D=hw(i);if(D!==null){!(D.flags&65536)&&(D.flags|=256),mw(D,i,l,a,t),vv(Wi(u,l));break e}}a=u=Wi(u,l),Be!==4&&(Be=2),Bs===null?Bs=[a]:Bs.push(a),a=i;do{switch(a.tag){case 3:a.flags|=65536,t&=-t,a.lanes|=t;var b=hC(a,u,t);lw(a,b);break e;case 1:l=u;var w=a.type,y=a.stateNode;if(!(a.flags&128)&&(typeof w.getDerivedStateFromError=="function"||y!==null&&typeof y.componentDidCatch=="function"&&(uo===null||!uo.has(y)))){a.flags|=65536,t&=-t,a.lanes|=t;var x=mC(a,l,t);lw(a,x);break e}}a=a.return}while(a!==null)}BC(r)}catch(E){t=E,Ae===r&&r!==null&&(Ae=r=r.return);continue}break}while(!0)}function zC(){var e=gd.current;return gd.current=md,e===null?md:e}function Ov(){(Be===0||Be===3||Be===2)&&(Be=4),He===null||!(va&268435455)&&!(A1&268435455)||eo(He,qe)}function wd(e,t){var r=oe;oe|=2;var n=zC();(He!==e||qe!==t)&&(Sn=null,la(e,t));do try{EM();break}catch(o){RC(e,o)}while(!0);if(wv(),oe=r,gd.current=n,Ae!==null)throw Error($(261));return He=null,qe=0,Be}function EM(){for(;Ae!==null;)TC(Ae)}function CM(){for(;Ae!==null&&!KB();)TC(Ae)}function TC(e){var t=MC(e.alternate,e,Lt);e.memoizedProps=e.pendingProps,t===null?BC(e):Ae=t,zv.current=null}function BC(e){var t=e;do{var r=t.alternate;if(e=t.return,t.flags&32768){if(r=vM(r,t),r!==null){r.flags&=32767,Ae=r;return}if(e!==null)e.flags|=32768,e.subtreeFlags=0,e.deletions=null;else{Be=6,Ae=null;return}}else if(r=gM(r,t,Lt),r!==null){Ae=r;return}if(t=t.sibling,t!==null){Ae=t;return}Ae=t=e}while(t!==null);Be===0&&(Be=5)}function Go(e,t,r){var n=ue,o=er.transition;try{er.transition=null,ue=1,SM(e,t,r,n)}finally{er.transition=o,ue=n}return null}function SM(e,t,r,n){do ki();while(ro!==null);if(oe&6)throw Error($(327));r=e.finishedWork;var o=e.finishedLanes;if(r===null)return null;if(e.finishedWork=null,e.finishedLanes=0,r===e.current)throw Error($(177));e.callbackNode=null,e.callbackPriority=0;var a=r.lanes|r.childLanes;if(aL(e,a),e===He&&(Ae=He=null,qe=0),!(r.subtreeFlags&2064)&&!(r.flags&2064)||Lc||(Lc=!0,OC(ed,function(){return ki(),null})),a=(r.flags&15990)!==0,r.subtreeFlags&15990||a){a=er.transition,er.transition=null;var i=ue;ue=1;var l=oe;oe|=4,zv.current=null,wM(e,r),FC(r,e),WL(Rg),rd=!!Ig,Rg=Ig=null,e.current=r,bM(r),XB(),oe=l,ue=i,er.transition=a}else e.current=r;if(Lc&&(Lc=!1,ro=e,yd=o),a=e.pendingLanes,a===0&&(uo=null),JB(r.stateNode),Ct(e,Ce()),t!==null)for(n=e.onRecoverableError,r=0;r<t.length;r++)o=t[r],n(o.value,{componentStack:o.stack,digest:o.digest});if(vd)throw vd=!1,e=Qg,Qg=null,e;return yd&1&&e.tag!==0&&ki(),a=e.pendingLanes,a&1?e===Zg?Ls++:(Ls=0,Zg=e):Ls=0,_o(),null}function ki(){if(ro!==null){var e=hE(yd),t=er.transition,r=ue;try{if(er.transition=null,ue=16>e?16:e,ro===null)var n=!1;else{if(e=ro,ro=null,yd=0,oe&6)throw Error($(331));var o=oe;for(oe|=4,H=e.current;H!==null;){var a=H,i=a.child;if(H.flags&16){var l=a.deletions;if(l!==null){for(var u=0;u<l.length;u++){var d=l[u];for(H=d;H!==null;){var p=H;switch(p.tag){case 0:case 11:case 15:Ts(8,p,a)}var h=p.child;if(h!==null)h.return=p,H=h;else for(;H!==null;){p=H;var f=p.sibling,m=p.return;if(SC(p),p===d){H=null;break}if(f!==null){f.return=m,H=f;break}H=m}}}var g=a.alternate;if(g!==null){var v=g.child;if(v!==null){g.child=null;do{var D=v.sibling;v.sibling=null,v=D}while(v!==null)}}H=a}}if(a.subtreeFlags&2064&&i!==null)i.return=a,H=i;else e:for(;H!==null;){if(a=H,a.flags&2048)switch(a.tag){case 0:case 11:case 15:Ts(9,a,a.return)}var b=a.sibling;if(b!==null){b.return=a.return,H=b;break e}H=a.return}}var w=e.current;for(H=w;H!==null;){i=H;var y=i.child;if(i.subtreeFlags&2064&&y!==null)y.return=i,H=y;else e:for(i=w;H!==null;){if(l=H,l.flags&2048)try{switch(l.tag){case 0:case 11:case 15:k1(9,l)}}catch(E){De(l,l.return,E)}if(l===i){H=null;break e}var x=l.sibling;if(x!==null){x.return=l.return,H=x;break e}H=l.return}}if(oe=o,_o(),rn&&typeof rn.onPostCommitFiberRoot=="function")try{rn.onPostCommitFiberRoot(y1,e)}catch{}n=!0}return n}finally{ue=r,er.transition=t}}return!1}function Fw(e,t,r){t=Wi(r,t),t=hC(e,t,1),e=so(e,t,1),t=pt(),e!==null&&(Ou(e,1,t),Ct(e,t))}function De(e,t,r){if(e.tag===3)Fw(e,e,r);else for(;t!==null;){if(t.tag===3){Fw(t,e,r);break}else if(t.tag===1){var n=t.stateNode;if(typeof t.type.getDerivedStateFromError=="function"||typeof n.componentDidCatch=="function"&&(uo===null||!uo.has(n))){e=Wi(r,e),e=mC(t,e,1),t=so(t,e,1),e=pt(),t!==null&&(Ou(t,1,e),Ct(t,e));break}}t=t.return}}function kM(e,t,r){var n=e.pingCache;n!==null&&n.delete(t),t=pt(),e.pingedLanes|=e.suspendedLanes&r,He===e&&(qe&r)===r&&(Be===4||Be===3&&(qe&130023424)===qe&&500>Ce()-Bv?la(e,0):Tv|=r),Ct(e,t)}function LC(e,t){t===0&&(e.mode&1?(t=Sc,Sc<<=1,!(Sc&130023424)&&(Sc=4194304)):t=1);var r=pt();e=Ln(e,t),e!==null&&(Ou(e,t,r),Ct(e,r))}function AM(e){var t=e.memoizedState,r=0;t!==null&&(r=t.retryLane),LC(e,r)}function FM(e,t){var r=0;switch(e.tag){case 13:var n=e.stateNode,o=e.memoizedState;o!==null&&(r=o.retryLane);break;case 19:n=e.stateNode;break;default:throw Error($(314))}n!==null&&n.delete(t),LC(e,r)}var MC;MC=function(e,t,r){if(e!==null)if(e.memoizedProps!==t.pendingProps||Dt.current)xt=!0;else{if(!(e.lanes&r)&&!(t.flags&128))return xt=!1,mM(e,t,r);xt=!!(e.flags&131072)}else xt=!1,ge&&t.flags&1048576&&NE(t,ud,t.index);switch(t.lanes=0,t.tag){case 2:var n=t.type;E0(e,t),e=t.pendingProps;var o=ji(t,nt.current);Si(t,r),o=Av(null,t,n,e,o,r);var a=Fv();return t.flags|=1,typeof o=="object"&&o!==null&&typeof o.render=="function"&&o.$$typeof===void 0?(t.tag=1,t.memoizedState=null,t.updateQueue=null,Et(n)?(a=!0,ld(t)):a=!1,t.memoizedState=o.state!==null&&o.state!==void 0?o.state:null,Dv(t),o.updater=S1,t.stateNode=o,o._reactInternals=t,Ng(t,n,e,r),t=Vg(null,t,n,!0,a,r)):(t.tag=0,ge&&a&&mv(t),st(null,t,o,r),t=t.child),t;case 16:n=t.elementType;e:{switch(E0(e,t),e=t.pendingProps,o=n._init,n=o(n._payload),t.type=n,o=t.tag=IM(n),e=pr(n,e),o){case 0:t=Hg(null,t,n,e,r);break e;case 1:t=yw(null,t,n,e,r);break e;case 11:t=gw(null,t,n,e,r);break e;case 14:t=vw(null,t,n,pr(n.type,e),r);break e}throw Error($(306,n,""))}return t;case 0:return n=t.type,o=t.pendingProps,o=t.elementType===n?o:pr(n,o),Hg(e,t,n,o,r);case 1:return n=t.type,o=t.pendingProps,o=t.elementType===n?o:pr(n,o),yw(e,t,n,o,r);case 3:e:{if(wC(t),e===null)throw Error($(387));n=t.pendingProps,a=t.memoizedState,o=a.element,qE(e,t),fd(t,n,null,r);var i=t.memoizedState;if(n=i.element,a.isDehydrated)if(a={element:n,isDehydrated:!1,cache:i.cache,pendingSuspenseBoundaries:i.pendingSuspenseBoundaries,transitions:i.transitions},t.updateQueue.baseState=a,t.memoizedState=a,t.flags&256){o=Wi(Error($(423)),t),t=ww(e,t,n,r,o);break e}else if(n!==o){o=Wi(Error($(424)),t),t=ww(e,t,n,r,o);break e}else for(Ot=lo(t.stateNode.containerInfo.firstChild),$t=t,ge=!0,mr=null,r=UE(t,null,n,r),t.child=r;r;)r.flags=r.flags&-3|4096,r=r.sibling;else{if(Hi(),n===o){t=Mn(e,t,r);break e}st(e,t,n,r)}t=t.child}return t;case 5:return GE(t),e===null&&Og(t),n=t.type,o=t.pendingProps,a=e!==null?e.memoizedProps:null,i=o.children,zg(n,o)?i=null:a!==null&&zg(n,a)&&(t.flags|=32),yC(e,t),st(e,t,i,r),t.child;case 6:return e===null&&Og(t),null;case 13:return bC(e,t,r);case 4:return Ev(t,t.stateNode.containerInfo),n=t.pendingProps,e===null?t.child=Vi(t,null,n,r):st(e,t,n,r),t.child;case 11:return n=t.type,o=t.pendingProps,o=t.elementType===n?o:pr(n,o),gw(e,t,n,o,r);case 7:return st(e,t,t.pendingProps,r),t.child;case 8:return st(e,t,t.pendingProps.children,r),t.child;case 12:return st(e,t,t.pendingProps.children,r),t.child;case 10:e:{if(n=t.type._context,o=t.pendingProps,a=t.memoizedProps,i=o.value,fe(cd,n._currentValue),n._currentValue=i,a!==null)if(kr(a.value,i)){if(a.children===o.children&&!Dt.current){t=Mn(e,t,r);break e}}else for(a=t.child,a!==null&&(a.return=t);a!==null;){var l=a.dependencies;if(l!==null){i=a.child;for(var u=l.firstContext;u!==null;){if(u.context===n){if(a.tag===1){u=Rn(-1,r&-r),u.tag=2;var d=a.updateQueue;if(d!==null){d=d.shared;var p=d.pending;p===null?u.next=u:(u.next=p.next,p.next=u),d.pending=u}}a.lanes|=r,u=a.alternate,u!==null&&(u.lanes|=r),$g(a.return,r,t),l.lanes|=r;break}u=u.next}}else if(a.tag===10)i=a.type===t.type?null:a.child;else if(a.tag===18){if(i=a.return,i===null)throw Error($(341));i.lanes|=r,l=i.alternate,l!==null&&(l.lanes|=r),$g(i,r,t),i=a.sibling}else i=a.child;if(i!==null)i.return=a;else for(i=a;i!==null;){if(i===t){i=null;break}if(a=i.sibling,a!==null){a.return=i.return,i=a;break}i=i.return}a=i}st(e,t,o.children,r),t=t.child}return t;case 9:return o=t.type,n=t.pendingProps.children,Si(t,r),o=tr(o),n=n(o),t.flags|=1,st(e,t,n,r),t.child;case 14:return n=t.type,o=pr(n,t.pendingProps),o=pr(n.type,o),vw(e,t,n,o,r);case 15:return gC(e,t,t.type,t.pendingProps,r);case 17:return n=t.type,o=t.pendingProps,o=t.elementType===n?o:pr(n,o),E0(e,t),t.tag=1,Et(n)?(e=!0,ld(t)):e=!1,Si(t,r),pC(t,n,o),Ng(t,n,o,r),Vg(null,t,n,!0,e,r);case 19:return xC(e,t,r);case 22:return vC(e,t,r)}throw Error($(156,t.tag))};function OC(e,t){return cE(e,t)}function _M(e,t,r,n){this.tag=e,this.key=r,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=t,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=n,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function Zt(e,t,r,n){return new _M(e,t,r,n)}function $v(e){return e=e.prototype,!(!e||!e.isReactComponent)}function IM(e){if(typeof e=="function")return $v(e)?1:0;if(e!=null){if(e=e.$$typeof,e===nv)return 11;if(e===ov)return 14}return 2}function fo(e,t){var r=e.alternate;return r===null?(r=Zt(e.tag,t,e.key,e.mode),r.elementType=e.elementType,r.type=e.type,r.stateNode=e.stateNode,r.alternate=e,e.alternate=r):(r.pendingProps=t,r.type=e.type,r.flags=0,r.subtreeFlags=0,r.deletions=null),r.flags=e.flags&14680064,r.childLanes=e.childLanes,r.lanes=e.lanes,r.child=e.child,r.memoizedProps=e.memoizedProps,r.memoizedState=e.memoizedState,r.updateQueue=e.updateQueue,t=e.dependencies,r.dependencies=t===null?null:{lanes:t.lanes,firstContext:t.firstContext},r.sibling=e.sibling,r.index=e.index,r.ref=e.ref,r}function k0(e,t,r,n,o,a){var i=2;if(n=e,typeof e=="function")$v(e)&&(i=1);else if(typeof e=="string")i=5;else e:switch(e){case li:return sa(r.children,o,a,t);case rv:i=8,o|=8;break;case cg:return e=Zt(12,r,t,o|2),e.elementType=cg,e.lanes=a,e;case dg:return e=Zt(13,r,t,o),e.elementType=dg,e.lanes=a,e;case fg:return e=Zt(19,r,t,o),e.elementType=fg,e.lanes=a,e;case GD:return F1(r,o,a,t);default:if(typeof e=="object"&&e!==null)switch(e.$$typeof){case WD:i=10;break e;case qD:i=9;break e;case nv:i=11;break e;case ov:i=14;break e;case Un:i=16,n=null;break e}throw Error($(130,e==null?e:typeof e,""))}return t=Zt(i,r,t,o),t.elementType=e,t.type=n,t.lanes=a,t}function sa(e,t,r,n){return e=Zt(7,e,n,t),e.lanes=r,e}function F1(e,t,r,n){return e=Zt(22,e,n,t),e.elementType=GD,e.lanes=r,e.stateNode={isHidden:!1},e}function hp(e,t,r){return e=Zt(6,e,null,t),e.lanes=r,e}function mp(e,t,r){return t=Zt(4,e.children!==null?e.children:[],e.key,t),t.lanes=r,t.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},t}function RM(e,t,r,n,o){this.tag=t,this.containerInfo=e,this.finishedWork=this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.pendingContext=this.context=null,this.callbackPriority=0,this.eventTimes=Kf(0),this.expirationTimes=Kf(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=Kf(0),this.identifierPrefix=n,this.onRecoverableError=o,this.mutableSourceEagerHydrationData=null}function Pv(e,t,r,n,o,a,i,l,u){return e=new RM(e,t,r,l,u),t===1?(t=1,a===!0&&(t|=8)):t=0,a=Zt(3,null,null,t),e.current=a,a.stateNode=e,a.memoizedState={element:n,isDehydrated:r,cache:null,transitions:null,pendingSuspenseBoundaries:null},Dv(a),e}function zM(e,t,r){var n=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:ii,key:n==null?null:""+n,children:e,containerInfo:t,implementation:r}}function $C(e){if(!e)return vo;e=e._reactInternals;e:{if(Ia(e)!==e||e.tag!==1)throw Error($(170));var t=e;do{switch(t.tag){case 3:t=t.stateNode.context;break e;case 1:if(Et(t.type)){t=t.stateNode.__reactInternalMemoizedMergedChildContext;break e}}t=t.return}while(t!==null);throw Error($(171))}if(e.tag===1){var r=e.type;if(Et(r))return $E(e,r,t)}return t}function PC(e,t,r,n,o,a,i,l,u){return e=Pv(r,n,!0,e,o,a,i,l,u),e.context=$C(null),r=e.current,n=pt(),o=co(r),a=Rn(n,o),a.callback=t??null,so(r,a,o),e.current.lanes=o,Ou(e,o,n),Ct(e,n),e}function _1(e,t,r,n){var o=t.current,a=pt(),i=co(o);return r=$C(r),t.context===null?t.context=r:t.pendingContext=r,t=Rn(a,i),t.payload={element:e},n=n===void 0?null:n,n!==null&&(t.callback=n),e=so(o,t,i),e!==null&&(Er(e,o,i,a),b0(e,o,i)),i}function bd(e){if(e=e.current,!e.child)return null;switch(e.child.tag){case 5:return e.child.stateNode;default:return e.child.stateNode}}function _w(e,t){if(e=e.memoizedState,e!==null&&e.dehydrated!==null){var r=e.retryLane;e.retryLane=r!==0&&r<t?r:t}}function Nv(e,t){_w(e,t),(e=e.alternate)&&_w(e,t)}function TM(){return null}var NC=typeof reportError=="function"?reportError:function(e){console.error(e)};function jv(e){this._internalRoot=e}I1.prototype.render=jv.prototype.render=function(e){var t=this._internalRoot;if(t===null)throw Error($(409));_1(e,t,null,null)};I1.prototype.unmount=jv.prototype.unmount=function(){var e=this._internalRoot;if(e!==null){this._internalRoot=null;var t=e.containerInfo;ya(function(){_1(null,e,null,null)}),t[Bn]=null}};function I1(e){this._internalRoot=e}I1.prototype.unstable_scheduleHydration=function(e){if(e){var t=vE();e={blockedOn:null,target:e,priority:t};for(var r=0;r<Jn.length&&t!==0&&t<Jn[r].priority;r++);Jn.splice(r,0,e),r===0&&wE(e)}};function Hv(e){return!(!e||e.nodeType!==1&&e.nodeType!==9&&e.nodeType!==11)}function R1(e){return!(!e||e.nodeType!==1&&e.nodeType!==9&&e.nodeType!==11&&(e.nodeType!==8||e.nodeValue!==" react-mount-point-unstable "))}function Iw(){}function BM(e,t,r,n,o){if(o){if(typeof n=="function"){var a=n;n=function(){var d=bd(i);a.call(d)}}var i=PC(t,n,e,0,null,!1,!1,"",Iw);return e._reactRootContainer=i,e[Bn]=i.current,iu(e.nodeType===8?e.parentNode:e),ya(),i}for(;o=e.lastChild;)e.removeChild(o);if(typeof n=="function"){var l=n;n=function(){var d=bd(u);l.call(d)}}var u=Pv(e,0,!1,null,null,!1,!1,"",Iw);return e._reactRootContainer=u,e[Bn]=u.current,iu(e.nodeType===8?e.parentNode:e),ya(function(){_1(t,u,r,n)}),u}function z1(e,t,r,n,o){var a=r._reactRootContainer;if(a){var i=a;if(typeof o=="function"){var l=o;o=function(){var u=bd(i);l.call(u)}}_1(t,i,e,o)}else i=BM(r,t,e,o,n);return bd(i)}mE=function(e){switch(e.tag){case 3:var t=e.stateNode;if(t.current.memoizedState.isDehydrated){var r=ds(t.pendingLanes);r!==0&&(lv(t,r|1),Ct(t,Ce()),!(oe&6)&&(qi=Ce()+500,_o()))}break;case 13:ya(function(){var n=Ln(e,1);if(n!==null){var o=pt();Er(n,e,1,o)}}),Nv(e,1)}};sv=function(e){if(e.tag===13){var t=Ln(e,134217728);if(t!==null){var r=pt();Er(t,e,134217728,r)}Nv(e,134217728)}};gE=function(e){if(e.tag===13){var t=co(e),r=Ln(e,t);if(r!==null){var n=pt();Er(r,e,t,n)}Nv(e,t)}};vE=function(){return ue};yE=function(e,t){var r=ue;try{return ue=e,t()}finally{ue=r}};Dg=function(e,t,r){switch(t){case"input":if(mg(e,r),t=r.name,r.type==="radio"&&t!=null){for(r=e;r.parentNode;)r=r.parentNode;for(r=r.querySelectorAll("input[name="+JSON.stringify(""+t)+'][type="radio"]'),t=0;t<r.length;t++){var n=r[t];if(n!==e&&n.form===e.form){var o=D1(n);if(!o)throw Error($(90));KD(n),mg(n,o)}}}break;case"textarea":QD(e,r);break;case"select":t=r.value,t!=null&&xi(e,!!r.multiple,t,!1)}};oE=Lv;aE=ya;var LM={usingClientEntryPoint:!1,Events:[Pu,di,D1,rE,nE,Lv]},Ul={findFiberByHostInstance:Zo,bundleType:0,version:"18.3.1",rendererPackageName:"react-dom"},MM={bundleType:Ul.bundleType,version:Ul.version,rendererPackageName:Ul.rendererPackageName,rendererConfig:Ul.rendererConfig,overrideHookState:null,overrideHookStateDeletePath:null,overrideHookStateRenamePath:null,overrideProps:null,overridePropsDeletePath:null,overridePropsRenamePath:null,setErrorHandler:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:$n.ReactCurrentDispatcher,findHostInstanceByFiber:function(e){return e=sE(e),e===null?null:e.stateNode},findFiberByHostInstance:Ul.findFiberByHostInstance||TM,findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null,reconcilerVersion:"18.3.1-next-f1338f8080-20240426"};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"){var Mc=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!Mc.isDisabled&&Mc.supportsFiber)try{y1=Mc.inject(MM),rn=Mc}catch{}}qt.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=LM;qt.createPortal=function(e,t){var r=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!Hv(t))throw Error($(200));return zM(e,t,null,r)};qt.createRoot=function(e,t){if(!Hv(e))throw Error($(299));var r=!1,n="",o=NC;return t!=null&&(t.unstable_strictMode===!0&&(r=!0),t.identifierPrefix!==void 0&&(n=t.identifierPrefix),t.onRecoverableError!==void 0&&(o=t.onRecoverableError)),t=Pv(e,1,!1,null,null,r,!1,n,o),e[Bn]=t.current,iu(e.nodeType===8?e.parentNode:e),new jv(t)};qt.findDOMNode=function(e){if(e==null)return null;if(e.nodeType===1)return e;var t=e._reactInternals;if(t===void 0)throw typeof e.render=="function"?Error($(188)):(e=Object.keys(e).join(","),Error($(268,e)));return e=sE(t),e=e===null?null:e.stateNode,e};qt.flushSync=function(e){return ya(e)};qt.hydrate=function(e,t,r){if(!R1(t))throw Error($(200));return z1(null,e,t,!0,r)};qt.hydrateRoot=function(e,t,r){if(!Hv(e))throw Error($(405));var n=r!=null&&r.hydratedSources||null,o=!1,a="",i=NC;if(r!=null&&(r.unstable_strictMode===!0&&(o=!0),r.identifierPrefix!==void 0&&(a=r.identifierPrefix),r.onRecoverableError!==void 0&&(i=r.onRecoverableError)),t=PC(t,null,e,1,r??null,o,!1,a,i),e[Bn]=t.current,iu(e),n)for(e=0;e<n.length;e++)r=n[e],o=r._getVersion,o=o(r._source),t.mutableSourceEagerHydrationData==null?t.mutableSourceEagerHydrationData=[r,o]:t.mutableSourceEagerHydrationData.push(r,o);return new I1(t)};qt.render=function(e,t,r){if(!R1(t))throw Error($(200));return z1(null,e,t,!1,r)};qt.unmountComponentAtNode=function(e){if(!R1(e))throw Error($(40));return e._reactRootContainer?(ya(function(){z1(null,null,e,!1,function(){e._reactRootContainer=null,e[Bn]=null})}),!0):!1};qt.unstable_batchedUpdates=Lv;qt.unstable_renderSubtreeIntoContainer=function(e,t,r,n){if(!R1(r))throw Error($(200));if(e==null||e._reactInternals===void 0)throw Error($(38));return z1(e,t,r,!1,n)};qt.version="18.3.1-next-f1338f8080-20240426";function jC(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(jC)}catch(e){console.error(e)}}jC(),jD.exports=qt;var ju=jD.exports;const HC=_D(ju);var VC,Rw=ju;VC=Rw.createRoot,Rw.hydrateRoot;var UC=Symbol.for("immer-nothing"),zw=Symbol.for("immer-draftable"),Ht=Symbol.for("immer-state");function yr(e,...t){throw new Error(`[Immer] minified error nr: ${e}. Full error at: https://bit.ly/3cXEKWf`)}var Gi=Object.getPrototypeOf;function Yi(e){return!!e&&!!e[Ht]}function wa(e){var t;return e?WC(e)||Array.isArray(e)||!!e[zw]||!!((t=e.constructor)!=null&&t[zw])||B1(e)||L1(e):!1}var OM=Object.prototype.constructor.toString();function WC(e){if(!e||typeof e!="object")return!1;const t=Gi(e);if(t===null)return!0;const r=Object.hasOwnProperty.call(t,"constructor")&&t.constructor;return r===Object?!0:typeof r=="function"&&Function.toString.call(r)===OM}function xd(e,t){T1(e)===0?Reflect.ownKeys(e).forEach(r=>{t(r,e[r],e)}):e.forEach((r,n)=>t(n,r,e))}function T1(e){const t=e[Ht];return t?t.type_:Array.isArray(e)?1:B1(e)?2:L1(e)?3:0}function t2(e,t){return T1(e)===2?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function qC(e,t,r){const n=T1(e);n===2?e.set(t,r):n===3?e.add(r):e[t]=r}function $M(e,t){return e===t?e!==0||1/e===1/t:e!==e&&t!==t}function B1(e){return e instanceof Map}function L1(e){return e instanceof Set}function Yo(e){return e.copy_||e.base_}function r2(e,t){if(B1(e))return new Map(e);if(L1(e))return new Set(e);if(Array.isArray(e))return Array.prototype.slice.call(e);const r=WC(e);if(t===!0||t==="class_only"&&!r){const n=Object.getOwnPropertyDescriptors(e);delete n[Ht];let o=Reflect.ownKeys(n);for(let a=0;a<o.length;a++){const i=o[a],l=n[i];l.writable===!1&&(l.writable=!0,l.configurable=!0),(l.get||l.set)&&(n[i]={configurable:!0,writable:!0,enumerable:l.enumerable,value:e[i]})}return Object.create(Gi(e),n)}else{const n=Gi(e);if(n!==null&&r)return{...e};const o=Object.create(n);return Object.assign(o,e)}}function mu(e,t=!1){return M1(e)||Yi(e)||!wa(e)||(T1(e)>1&&(e.set=e.add=e.clear=e.delete=PM),Object.freeze(e),t&&Object.entries(e).forEach(([r,n])=>mu(n,!0))),e}function PM(){yr(2)}function M1(e){return Object.isFrozen(e)}var NM={};function ba(e){const t=NM[e];return t||yr(0,e),t}var gu;function GC(){return gu}function jM(e,t){return{drafts_:[],parent_:e,immer_:t,canAutoFreeze_:!0,unfinalizedDrafts_:0}}function Tw(e,t){t&&(ba("Patches"),e.patches_=[],e.inversePatches_=[],e.patchListener_=t)}function n2(e){o2(e),e.drafts_.forEach(HM),e.drafts_=null}function o2(e){e===gu&&(gu=e.parent_)}function Bw(e){return gu=jM(gu,e)}function HM(e){const t=e[Ht];t.type_===0||t.type_===1?t.revoke_():t.revoked_=!0}function Lw(e,t){t.unfinalizedDrafts_=t.drafts_.length;const r=t.drafts_[0];return e!==void 0&&e!==r?(r[Ht].modified_&&(n2(t),yr(4)),wa(e)&&(e=Dd(t,e),t.parent_||Ed(t,e)),t.patches_&&ba("Patches").generateReplacementPatches_(r[Ht].base_,e,t.patches_,t.inversePatches_)):e=Dd(t,r,[]),n2(t),t.patches_&&t.patchListener_(t.patches_,t.inversePatches_),e!==UC?e:void 0}function Dd(e,t,r){if(M1(t))return t;const n=t[Ht];if(!n)return xd(t,(o,a)=>Mw(e,n,t,o,a,r)),t;if(n.scope_!==e)return t;if(!n.modified_)return Ed(e,n.base_,!0),n.base_;if(!n.finalized_){n.finalized_=!0,n.scope_.unfinalizedDrafts_--;const o=n.copy_;let a=o,i=!1;n.type_===3&&(a=new Set(o),o.clear(),i=!0),xd(a,(l,u)=>Mw(e,n,o,l,u,r,i)),Ed(e,o,!1),r&&e.patches_&&ba("Patches").generatePatches_(n,r,e.patches_,e.inversePatches_)}return n.copy_}function Mw(e,t,r,n,o,a,i){if(Yi(o)){const l=a&&t&&t.type_!==3&&!t2(t.assigned_,n)?a.concat(n):void 0,u=Dd(e,o,l);if(qC(r,n,u),Yi(u))e.canAutoFreeze_=!1;else return}else i&&r.add(o);if(wa(o)&&!M1(o)){if(!e.immer_.autoFreeze_&&e.unfinalizedDrafts_<1)return;Dd(e,o),(!t||!t.scope_.parent_)&&typeof n!="symbol"&&Object.prototype.propertyIsEnumerable.call(r,n)&&Ed(e,o)}}function Ed(e,t,r=!1){!e.parent_&&e.immer_.autoFreeze_&&e.canAutoFreeze_&&mu(t,r)}function VM(e,t){const r=Array.isArray(e),n={type_:r?1:0,scope_:t?t.scope_:GC(),modified_:!1,finalized_:!1,assigned_:{},parent_:t,base_:e,draft_:null,copy_:null,revoke_:null,isManual_:!1};let o=n,a=Vv;r&&(o=[n],a=vu);const{revoke:i,proxy:l}=Proxy.revocable(o,a);return n.draft_=l,n.revoke_=i,l}var Vv={get(e,t){if(t===Ht)return e;const r=Yo(e);if(!t2(r,t))return UM(e,r,t);const n=r[t];return e.finalized_||!wa(n)?n:n===gp(e.base_,t)?(vp(e),e.copy_[t]=i2(n,e)):n},has(e,t){return t in Yo(e)},ownKeys(e){return Reflect.ownKeys(Yo(e))},set(e,t,r){const n=YC(Yo(e),t);if(n!=null&&n.set)return n.set.call(e.draft_,r),!0;if(!e.modified_){const o=gp(Yo(e),t),a=o==null?void 0:o[Ht];if(a&&a.base_===r)return e.copy_[t]=r,e.assigned_[t]=!1,!0;if($M(r,o)&&(r!==void 0||t2(e.base_,t)))return!0;vp(e),a2(e)}return e.copy_[t]===r&&(r!==void 0||t in e.copy_)||Number.isNaN(r)&&Number.isNaN(e.copy_[t])||(e.copy_[t]=r,e.assigned_[t]=!0),!0},deleteProperty(e,t){return gp(e.base_,t)!==void 0||t in e.base_?(e.assigned_[t]=!1,vp(e),a2(e)):delete e.assigned_[t],e.copy_&&delete e.copy_[t],!0},getOwnPropertyDescriptor(e,t){const r=Yo(e),n=Reflect.getOwnPropertyDescriptor(r,t);return n&&{writable:!0,configurable:e.type_!==1||t!=="length",enumerable:n.enumerable,value:r[t]}},defineProperty(){yr(11)},getPrototypeOf(e){return Gi(e.base_)},setPrototypeOf(){yr(12)}},vu={};xd(Vv,(e,t)=>{vu[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}});vu.deleteProperty=function(e,t){return vu.set.call(this,e,t,void 0)};vu.set=function(e,t,r){return Vv.set.call(this,e[0],t,r,e[0])};function gp(e,t){const r=e[Ht];return(r?Yo(r):e)[t]}function UM(e,t,r){var o;const n=YC(t,r);return n?"value"in n?n.value:(o=n.get)==null?void 0:o.call(e.draft_):void 0}function YC(e,t){if(!(t in e))return;let r=Gi(e);for(;r;){const n=Object.getOwnPropertyDescriptor(r,t);if(n)return n;r=Gi(r)}}function a2(e){e.modified_||(e.modified_=!0,e.parent_&&a2(e.parent_))}function vp(e){e.copy_||(e.copy_=r2(e.base_,e.scope_.immer_.useStrictShallowCopy_))}var WM=class{constructor(e){this.autoFreeze_=!0,this.useStrictShallowCopy_=!1,this.produce=(t,r,n)=>{if(typeof t=="function"&&typeof r!="function"){const a=r;r=t;const i=this;return function(u=a,...d){return i.produce(u,p=>r.call(this,p,...d))}}typeof r!="function"&&yr(6),n!==void 0&&typeof n!="function"&&yr(7);let o;if(wa(t)){const a=Bw(this),i=i2(t,void 0);let l=!0;try{o=r(i),l=!1}finally{l?n2(a):o2(a)}return Tw(a,n),Lw(o,a)}else if(!t||typeof t!="object"){if(o=r(t),o===void 0&&(o=t),o===UC&&(o=void 0),this.autoFreeze_&&mu(o,!0),n){const a=[],i=[];ba("Patches").generateReplacementPatches_(t,o,a,i),n(a,i)}return o}else yr(1,t)},this.produceWithPatches=(t,r)=>{if(typeof t=="function")return(i,...l)=>this.produceWithPatches(i,u=>t(u,...l));let n,o;return[this.produce(t,r,(i,l)=>{n=i,o=l}),n,o]},typeof(e==null?void 0:e.autoFreeze)=="boolean"&&this.setAutoFreeze(e.autoFreeze),typeof(e==null?void 0:e.useStrictShallowCopy)=="boolean"&&this.setUseStrictShallowCopy(e.useStrictShallowCopy)}createDraft(e){wa(e)||yr(8),Yi(e)&&(e=qM(e));const t=Bw(this),r=i2(e,void 0);return r[Ht].isManual_=!0,o2(t),r}finishDraft(e,t){const r=e&&e[Ht];(!r||!r.isManual_)&&yr(9);const{scope_:n}=r;return Tw(n,t),Lw(void 0,n)}setAutoFreeze(e){this.autoFreeze_=e}setUseStrictShallowCopy(e){this.useStrictShallowCopy_=e}applyPatches(e,t){let r;for(r=t.length-1;r>=0;r--){const o=t[r];if(o.path.length===0&&o.op==="replace"){e=o.value;break}}r>-1&&(t=t.slice(r+1));const n=ba("Patches").applyPatches_;return Yi(e)?n(e,t):this.produce(e,o=>n(o,t))}};function i2(e,t){const r=B1(e)?ba("MapSet").proxyMap_(e,t):L1(e)?ba("MapSet").proxySet_(e,t):VM(e,t);return(t?t.scope_:GC()).drafts_.push(r),r}function qM(e){return Yi(e)||yr(10,e),KC(e)}function KC(e){if(!wa(e)||M1(e))return e;const t=e[Ht];let r;if(t){if(!t.modified_)return t.base_;t.finalized_=!0,r=r2(e,t.scope_.immer_.useStrictShallowCopy_)}else r=r2(e,!0);return xd(r,(n,o)=>{qC(r,n,KC(o))}),t&&(t.finalized_=!1),r}var Vt=new WM,GM=Vt.produce;Vt.produceWithPatches.bind(Vt);Vt.setAutoFreeze.bind(Vt);Vt.setUseStrictShallowCopy.bind(Vt);Vt.applyPatches.bind(Vt);Vt.createDraft.bind(Vt);Vt.finishDraft.bind(Vt);function YM(e){var t=s.useState(function(){return mu(typeof e=="function"?e():e,!0)}),r=t[1];return[t[0],s.useCallback(function(n){r(typeof n=="function"?GM(n):mu(n))},[])]}var KM=Object.defineProperty,qn=(e,t)=>KM(e,"name",{value:t,configurable:!0}),XM=(()=>{let e;return typeof window<"u"?e=window:typeof globalThis<"u"?e=globalThis:typeof global<"u"?e=global:typeof self<"u"?e=self:e={},e})(),{LOGLEVEL:QM}=XM,Gn={trace:1,debug:2,info:3,warn:4,error:5,silent:10},ZM=QM,Ua=Gn[ZM]||Gn.info,Ki={trace:qn((e,...t)=>{Ua<=Gn.trace&&console.trace(e,...t)},"trace"),debug:qn((e,...t)=>{Ua<=Gn.debug&&console.debug(e,...t)},"debug"),info:qn((e,...t)=>{Ua<=Gn.info&&console.info(e,...t)},"info"),warn:qn((e,...t)=>{Ua<=Gn.warn&&console.warn(e,...t)},"warn"),error:qn((e,...t)=>{Ua<=Gn.error&&console.error(e,...t)},"error"),log:qn((e,...t)=>{Ua<Gn.silent&&console.log(e,...t)},"log")},l2=new Set,Ft=qn(e=>(t,...r)=>{if(!l2.has(t))return l2.add(t),Ki[e](t,...r)},"once");Ft.clear=()=>l2.clear();Ft.trace=Ft("trace");Ft.debug=Ft("debug");Ft.info=Ft("info");Ft.warn=Ft("warn");Ft.error=Ft("error");Ft.log=Ft("log");var JM=Ft("warn"),un=qn(e=>(...t)=>{let r=[];if(t.length){let n=/<span\s+style=(['"])([^'"]*)\1\s*>/gi,o=/<\/span>/gi,a;for(r.push(t[0].replace(n,"%c").replace(o,"%c"));a=n.exec(t[0]);)r.push(a[2]),r.push("");for(let i=1;i<t.length;i++)r.push(t[i])}Ki[e].apply(Ki,r)},"pretty");un.trace=un("trace");un.debug=un("debug");un.info=un("info");un.warn=un("warn");un.error=un("error");var eO=Object.create,Uv=Object.defineProperty,tO=Object.getOwnPropertyDescriptor,rO=Object.getOwnPropertyNames,nO=Object.getPrototypeOf,oO=Object.prototype.hasOwnProperty,R=(e,t)=>Uv(e,"name",{value:t,configurable:!0}),Oc=(e=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(e,{get:(t,r)=>(typeof require<"u"?require:t)[r]}):e)(function(e){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+e+'" is not supported')}),O1=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),aO=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of rO(t))!oO.call(e,o)&&o!==r&&Uv(e,o,{get:()=>t[o],enumerable:!(n=tO(t,o))||n.enumerable});return e},Wv=(e,t,r)=>(r=e!=null?eO(nO(e)):{},aO(t||!e||!e.__esModule?Uv(r,"default",{value:e,enumerable:!0}):r,e)),iO=O1(e=>{(function(){var t=typeof Symbol=="function"&&Symbol.for,r=t?Symbol.for("react.element"):60103,n=t?Symbol.for("react.portal"):60106,o=t?Symbol.for("react.fragment"):60107,a=t?Symbol.for("react.strict_mode"):60108,i=t?Symbol.for("react.profiler"):60114,l=t?Symbol.for("react.provider"):60109,u=t?Symbol.for("react.context"):60110,d=t?Symbol.for("react.async_mode"):60111,p=t?Symbol.for("react.concurrent_mode"):60111,h=t?Symbol.for("react.forward_ref"):60112,f=t?Symbol.for("react.suspense"):60113,m=t?Symbol.for("react.suspense_list"):60120,g=t?Symbol.for("react.memo"):60115,v=t?Symbol.for("react.lazy"):60116,D=t?Symbol.for("react.block"):60121,b=t?Symbol.for("react.fundamental"):60117,w=t?Symbol.for("react.responder"):60118,y=t?Symbol.for("react.scope"):60119;function x(W){return typeof W=="string"||typeof W=="function"||W===o||W===p||W===i||W===a||W===f||W===m||typeof W=="object"&&W!==null&&(W.$$typeof===v||W.$$typeof===g||W.$$typeof===l||W.$$typeof===u||W.$$typeof===h||W.$$typeof===b||W.$$typeof===w||W.$$typeof===y||W.$$typeof===D)}R(x,"isValidElementType");function E(W){if(typeof W=="object"&&W!==null){var lr=W.$$typeof;switch(lr){case r:var Lr=W.type;switch(Lr){case d:case p:case o:case i:case a:case f:return Lr;default:var Mo=Lr&&Lr.$$typeof;switch(Mo){case u:case h:case v:case g:case l:return Mo;default:return lr}}case n:return lr}}}R(E,"typeOf");var S=d,C=p,k=u,F=l,_=r,T=h,N=o,P=v,G=g,j=n,U=i,K=a,B=f,L=!1;function O(W){return L||(L=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),V(W)||E(W)===d}R(O,"isAsyncMode");function V(W){return E(W)===p}R(V,"isConcurrentMode");function Q(W){return E(W)===u}R(Q,"isContextConsumer");function se(W){return E(W)===l}R(se,"isContextProvider");function de(W){return typeof W=="object"&&W!==null&&W.$$typeof===r}R(de,"isElement");function q(W){return E(W)===h}R(q,"isForwardRef");function ee(W){return E(W)===o}R(ee,"isFragment");function ne(W){return E(W)===v}R(ne,"isLazy");function _e(W){return E(W)===g}R(_e,"isMemo");function Ke(W){return E(W)===n}R(Ke,"isPortal");function Br(W){return E(W)===i}R(Br,"isProfiler");function zt(W){return E(W)===a}R(zt,"isStrictMode");function ir(W){return E(W)===f}R(ir,"isSuspense"),e.AsyncMode=S,e.ConcurrentMode=C,e.ContextConsumer=k,e.ContextProvider=F,e.Element=_,e.ForwardRef=T,e.Fragment=N,e.Lazy=P,e.Memo=G,e.Portal=j,e.Profiler=U,e.StrictMode=K,e.Suspense=B,e.isAsyncMode=O,e.isConcurrentMode=V,e.isContextConsumer=Q,e.isContextProvider=se,e.isElement=de,e.isForwardRef=q,e.isFragment=ee,e.isLazy=ne,e.isMemo=_e,e.isPortal=Ke,e.isProfiler=Br,e.isStrictMode=zt,e.isSuspense=ir,e.isValidElementType=x,e.typeOf=E})()}),lO=O1((e,t)=>{t.exports=iO()}),XC=O1((e,t)=>{var r=lO(),n={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},o={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},a={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},i={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},l={};l[r.ForwardRef]=a,l[r.Memo]=i;function u(D){return r.isMemo(D)?i:l[D.$$typeof]||n}R(u,"getStatics");var d=Object.defineProperty,p=Object.getOwnPropertyNames,h=Object.getOwnPropertySymbols,f=Object.getOwnPropertyDescriptor,m=Object.getPrototypeOf,g=Object.prototype;function v(D,b,w){if(typeof b!="string"){if(g){var y=m(b);y&&y!==g&&v(D,y,w)}var x=p(b);h&&(x=x.concat(h(b)));for(var E=u(D),S=u(b),C=0;C<x.length;++C){var k=x[C];if(!o[k]&&!(w&&w[k])&&!(S&&S[k])&&!(E&&E[k])){var F=f(b,k);try{d(D,k,F)}catch{}}}}return D}R(v,"hoistNonReactStatics"),t.exports=v}),sO=O1((e,t)=>{(function(r){if(typeof e=="object"&&typeof t<"u")t.exports=r();else if(typeof define=="function"&&define.amd)define([],r);else{var n;typeof window<"u"?n=window:typeof global<"u"?n=global:typeof self<"u"?n=self:n=this,n.memoizerific=r()}})(function(){return R(function r(n,o,a){function i(d,p){if(!o[d]){if(!n[d]){var h=typeof Oc=="function"&&Oc;if(!p&&h)return h(d,!0);if(l)return l(d,!0);var f=new Error("Cannot find module '"+d+"'");throw f.code="MODULE_NOT_FOUND",f}var m=o[d]={exports:{}};n[d][0].call(m.exports,function(g){var v=n[d][1][g];return i(v||g)},m,m.exports,r,n,o,a)}return o[d].exports}R(i,"s");for(var l=typeof Oc=="function"&&Oc,u=0;u<a.length;u++)i(a[u]);return i},"e")({1:[function(r,n,o){n.exports=function(a){if(typeof Map!="function"||a){var i=r("./similar");return new i}else return new Map}},{"./similar":2}],2:[function(r,n,o){function a(){return this.list=[],this.lastItem=void 0,this.size=0,this}R(a,"Similar"),a.prototype.get=function(i){var l;if(this.lastItem&&this.isEqual(this.lastItem.key,i))return this.lastItem.val;if(l=this.indexOf(i),l>=0)return this.lastItem=this.list[l],this.list[l].val},a.prototype.set=function(i,l){var u;return this.lastItem&&this.isEqual(this.lastItem.key,i)?(this.lastItem.val=l,this):(u=this.indexOf(i),u>=0?(this.lastItem=this.list[u],this.list[u].val=l,this):(this.lastItem={key:i,val:l},this.list.push(this.lastItem),this.size++,this))},a.prototype.delete=function(i){var l;if(this.lastItem&&this.isEqual(this.lastItem.key,i)&&(this.lastItem=void 0),l=this.indexOf(i),l>=0)return this.size--,this.list.splice(l,1)[0]},a.prototype.has=function(i){var l;return this.lastItem&&this.isEqual(this.lastItem.key,i)?!0:(l=this.indexOf(i),l>=0?(this.lastItem=this.list[l],!0):!1)},a.prototype.forEach=function(i,l){var u;for(u=0;u<this.size;u++)i.call(l||this,this.list[u].val,this.list[u].key,this)},a.prototype.indexOf=function(i){var l;for(l=0;l<this.size;l++)if(this.isEqual(this.list[l].key,i))return l;return-1},a.prototype.isEqual=function(i,l){return i===l||i!==i&&l!==l},n.exports=a},{}],3:[function(r,n,o){var a=r("map-or-similar");n.exports=function(d){var p=new a(!1),h=[];return function(f){var m=R(function(){var g=p,v,D,b=arguments.length-1,w=Array(b+1),y=!0,x;if((m.numArgs||m.numArgs===0)&&m.numArgs!==b+1)throw new Error("Memoizerific functions should always be called with the same number of arguments");for(x=0;x<b;x++){if(w[x]={cacheItem:g,arg:arguments[x]},g.has(arguments[x])){g=g.get(arguments[x]);continue}y=!1,v=new a(!1),g.set(arguments[x],v),g=v}return y&&(g.has(arguments[b])?D=g.get(arguments[b]):y=!1),y||(D=f.apply(null,arguments),g.set(arguments[b],D)),d>0&&(w[b]={cacheItem:g,arg:arguments[b]},y?i(h,w):h.push(w),h.length>d&&l(h.shift())),m.wasMemoized=y,m.numArgs=b+1,D},"memoizerific");return m.limit=d,m.wasMemoized=!1,m.cache=p,m.lru=h,m}};function i(d,p){var h=d.length,f=p.length,m,g,v;for(g=0;g<h;g++){for(m=!0,v=0;v<f;v++)if(!u(d[g][v].arg,p[v].arg)){m=!1;break}if(m)break}d.push(d.splice(g,1)[0])}R(i,"moveToMostRecentLru");function l(d){var p=d.length,h=d[p-1],f,m;for(h.cacheItem.delete(h.arg),m=p-2;m>=0&&(h=d[m],f=h.cacheItem.get(h.arg),!f||!f.size);m--)h.cacheItem.delete(h.arg)}R(l,"removeCachedResult");function u(d,p){return d===p||d!==d&&p!==p}R(u,"isEqual")},{"map-or-similar":1}]},{},[3])(3)})});function cn(){return cn=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},cn.apply(null,arguments)}R(cn,"_extends");function qv(e){var t=Object.create(null);return function(r){return t[r]===void 0&&(t[r]=e(r)),t[r]}}R(qv,"memoize");var uO=/^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|disableRemotePlayback|download|draggable|encType|enterKeyHint|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/,Gv=qv(function(e){return uO.test(e)||e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)<91});function QC(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}R(QC,"sheetForTag");function ZC(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),e.nonce!==void 0&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t.setAttribute("data-s",""),t}R(ZC,"createStyleElement");var cO=function(){function e(r){var n=this;this._insertTag=function(o){var a;n.tags.length===0?n.insertionPoint?a=n.insertionPoint.nextSibling:n.prepend?a=n.container.firstChild:a=n.before:a=n.tags[n.tags.length-1].nextSibling,n.container.insertBefore(o,a),n.tags.push(o)},this.isSpeedy=r.speedy===void 0?!1:r.speedy,this.tags=[],this.ctr=0,this.nonce=r.nonce,this.key=r.key,this.container=r.container,this.prepend=r.prepend,this.insertionPoint=r.insertionPoint,this.before=null}R(e,"StyleSheet");var t=e.prototype;return t.hydrate=R(function(r){r.forEach(this._insertTag)},"hydrate"),t.insert=R(function(r){this.ctr%(this.isSpeedy?65e3:1)===0&&this._insertTag(ZC(this));var n=this.tags[this.tags.length-1],o=r.charCodeAt(0)===64&&r.charCodeAt(1)===105;if(o&&this._alreadyInsertedOrderInsensitiveRule&&console.error(`You're attempting to insert the following rule:
|
41
|
+
`+r+"\n\n`@import` rules must be before all other types of rules in a stylesheet but other rules have already been inserted. Please ensure that `@import` rules are before all other rules."),this._alreadyInsertedOrderInsensitiveRule=this._alreadyInsertedOrderInsensitiveRule||!o,this.isSpeedy){var a=QC(n);try{a.insertRule(r,a.cssRules.length)}catch(i){/:(-moz-placeholder|-moz-focus-inner|-moz-focusring|-ms-input-placeholder|-moz-read-write|-moz-read-only|-ms-clear|-ms-expand|-ms-reveal){/.test(r)||console.error('There was a problem inserting the following rule: "'+r+'"',i)}}else n.appendChild(document.createTextNode(r));this.ctr++},"insert"),t.flush=R(function(){this.tags.forEach(function(r){return r.parentNode&&r.parentNode.removeChild(r)}),this.tags=[],this.ctr=0,this._alreadyInsertedOrderInsensitiveRule=!1},"flush"),e}(),et="-ms-",Cd="-moz-",le="-webkit-",Yv="comm",Kv="rule",Xv="decl",dO="@import",JC="@keyframes",fO="@layer",pO=Math.abs,$1=String.fromCharCode,hO=Object.assign;function eS(e,t){return Ne(e,0)^45?(((t<<2^Ne(e,0))<<2^Ne(e,1))<<2^Ne(e,2))<<2^Ne(e,3):0}R(eS,"hash");function Qv(e){return e.trim()}R(Qv,"trim");function tS(e,t){return(e=t.exec(e))?e[0]:e}R(tS,"match");function ae(e,t,r){return e.replace(t,r)}R(ae,"replace");function Sd(e,t){return e.indexOf(t)}R(Sd,"indexof");function Ne(e,t){return e.charCodeAt(t)|0}R(Ne,"charat");function Xi(e,t,r){return e.slice(t,r)}R(Xi,"substr");function gr(e){return e.length}R(gr,"strlen");function P1(e){return e.length}R(P1,"sizeof");function ps(e,t){return t.push(e),e}R(ps,"append");function rS(e,t){return e.map(t).join("")}R(rS,"combine");var N1=1,Qi=1,nS=0,_t=0,ke=0,xl="";function Hu(e,t,r,n,o,a,i){return{value:e,root:t,parent:r,type:n,props:o,children:a,line:N1,column:Qi,length:i,return:""}}R(Hu,"node");function Ja(e,t){return hO(Hu("",null,null,"",null,null,0),e,{length:-e.length},t)}R(Ja,"copy");function oS(){return ke}R(oS,"char");function aS(){return ke=_t>0?Ne(xl,--_t):0,Qi--,ke===10&&(Qi=1,N1--),ke}R(aS,"prev");function St(){return ke=_t<nS?Ne(xl,_t++):0,Qi++,ke===10&&(Qi=1,N1++),ke}R(St,"next");function Cr(){return Ne(xl,_t)}R(Cr,"peek");function Ms(){return _t}R(Ms,"caret");function Dl(e,t){return Xi(xl,e,t)}R(Dl,"slice");function Zi(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}R(Zi,"token");function Zv(e){return N1=Qi=1,nS=gr(xl=e),_t=0,[]}R(Zv,"alloc");function Jv(e){return xl="",e}R(Jv,"dealloc");function Os(e){return Qv(Dl(_t-1,kd(e===91?e+2:e===40?e+1:e)))}R(Os,"delimit");function iS(e){for(;(ke=Cr())&&ke<33;)St();return Zi(e)>2||Zi(ke)>3?"":" "}R(iS,"whitespace");function lS(e,t){for(;--t&&St()&&!(ke<48||ke>102||ke>57&&ke<65||ke>70&&ke<97););return Dl(e,Ms()+(t<6&&Cr()==32&&St()==32))}R(lS,"escaping");function kd(e){for(;St();)switch(ke){case e:return _t;case 34:case 39:e!==34&&e!==39&&kd(ke);break;case 40:e===41&&kd(e);break;case 92:St();break}return _t}R(kd,"delimiter");function sS(e,t){for(;St()&&e+ke!==57&&!(e+ke===84&&Cr()===47););return"/*"+Dl(t,_t-1)+"*"+$1(e===47?e:St())}R(sS,"commenter");function uS(e){for(;!Zi(Cr());)St();return Dl(e,_t)}R(uS,"identifier");function cS(e){return Jv($s("",null,null,null,[""],e=Zv(e),0,[0],e))}R(cS,"compile");function $s(e,t,r,n,o,a,i,l,u){for(var d=0,p=0,h=i,f=0,m=0,g=0,v=1,D=1,b=1,w=0,y="",x=o,E=a,S=n,C=y;D;)switch(g=w,w=St()){case 40:if(g!=108&&Ne(C,h-1)==58){Sd(C+=ae(Os(w),"&","&\f"),"&\f")!=-1&&(b=-1);break}case 34:case 39:case 91:C+=Os(w);break;case 9:case 10:case 13:case 32:C+=iS(g);break;case 92:C+=lS(Ms()-1,7);continue;case 47:switch(Cr()){case 42:case 47:ps(dS(sS(St(),Ms()),t,r),u);break;default:C+="/"}break;case 123*v:l[d++]=gr(C)*b;case 125*v:case 59:case 0:switch(w){case 0:case 125:D=0;case 59+p:b==-1&&(C=ae(C,/\f/g,"")),m>0&&gr(C)-h&&ps(m>32?u2(C+";",n,r,h-1):u2(ae(C," ","")+";",n,r,h-2),u);break;case 59:C+=";";default:if(ps(S=s2(C,t,r,d,p,o,l,y,x=[],E=[],h),a),w===123)if(p===0)$s(C,t,S,S,x,a,h,l,E);else switch(f===99&&Ne(C,3)===110?100:f){case 100:case 108:case 109:case 115:$s(e,S,S,n&&ps(s2(e,S,S,0,0,o,l,y,o,x=[],h),E),o,E,h,l,n?x:E);break;default:$s(C,S,S,S,[""],E,0,l,E)}}d=p=m=0,v=b=1,y=C="",h=i;break;case 58:h=1+gr(C),m=g;default:if(v<1){if(w==123)--v;else if(w==125&&v++==0&&aS()==125)continue}switch(C+=$1(w),w*v){case 38:b=p>0?1:(C+="\f",-1);break;case 44:l[d++]=(gr(C)-1)*b,b=1;break;case 64:Cr()===45&&(C+=Os(St())),f=Cr(),p=h=gr(y=C+=uS(Ms())),w++;break;case 45:g===45&&gr(C)==2&&(v=0)}}return a}R($s,"parse");function s2(e,t,r,n,o,a,i,l,u,d,p){for(var h=o-1,f=o===0?a:[""],m=P1(f),g=0,v=0,D=0;g<n;++g)for(var b=0,w=Xi(e,h+1,h=pO(v=i[g])),y=e;b<m;++b)(y=Qv(v>0?f[b]+" "+w:ae(w,/&\f/g,f[b])))&&(u[D++]=y);return Hu(e,t,r,o===0?Kv:l,u,d,p)}R(s2,"ruleset");function dS(e,t,r){return Hu(e,t,r,Yv,$1(oS()),Xi(e,2,-2),0)}R(dS,"comment");function u2(e,t,r,n){return Hu(e,t,r,Xv,Xi(e,0,n),Xi(e,n+1,-1),n)}R(u2,"declaration");function ua(e,t){for(var r="",n=P1(e),o=0;o<n;o++)r+=t(e[o],o,e,t)||"";return r}R(ua,"serialize");function fS(e,t,r,n){switch(e.type){case fO:if(e.children.length)break;case dO:case Xv:return e.return=e.return||e.value;case Yv:return"";case JC:return e.return=e.value+"{"+ua(e.children,n)+"}";case Kv:e.value=e.props.join(",")}return gr(r=ua(e.children,n))?e.return=e.value+"{"+r+"}":""}R(fS,"stringify");function pS(e){var t=P1(e);return function(r,n,o,a){for(var i="",l=0;l<t;l++)i+=e[l](r,n,o,a)||"";return i}}R(pS,"middleware");var Ow=R(function(e){var t=new WeakMap;return function(r){if(t.has(r))return t.get(r);var n=e(r);return t.set(r,n),n}},"weakMemoize"),mO=R(function(e,t,r){for(var n=0,o=0;n=o,o=Cr(),n===38&&o===12&&(t[r]=1),!Zi(o);)St();return Dl(e,_t)},"identifierWithPointTracking"),gO=R(function(e,t){var r=-1,n=44;do switch(Zi(n)){case 0:n===38&&Cr()===12&&(t[r]=1),e[r]+=mO(_t-1,t,r);break;case 2:e[r]+=Os(n);break;case 4:if(n===44){e[++r]=Cr()===58?"&\f":"",t[r]=e[r].length;break}default:e[r]+=$1(n)}while(n=St());return e},"toRules"),vO=R(function(e,t){return Jv(gO(Zv(e),t))},"getRules"),$w=new WeakMap,yO=R(function(e){if(!(e.type!=="rule"||!e.parent||e.length<1)){for(var t=e.value,r=e.parent,n=e.column===r.column&&e.line===r.line;r.type!=="rule";)if(r=r.parent,!r)return;if(!(e.props.length===1&&t.charCodeAt(0)!==58&&!$w.get(r))&&!n){$w.set(e,!0);for(var o=[],a=vO(t,o),i=r.props,l=0,u=0;l<a.length;l++)for(var d=0;d<i.length;d++,u++)e.props[u]=o[l]?a[l].replace(/&\f/g,i[d]):i[d]+" "+a[l]}}},"compat"),wO=R(function(e){if(e.type==="decl"){var t=e.value;t.charCodeAt(0)===108&&t.charCodeAt(2)===98&&(e.return="",e.value="")}},"removeLabel"),bO="emotion-disable-server-rendering-unsafe-selector-warning-please-do-not-use-this-the-warning-exists-for-a-reason",xO=R(function(e){return e.type==="comm"&&e.children.indexOf(bO)>-1},"isIgnoringComment"),DO=R(function(e){return function(t,r,n){if(!(t.type!=="rule"||e.compat)){var o=t.value.match(/(:first|:nth|:nth-last)-child/g);if(o){for(var a=!!t.parent,i=a?t.parent.children:n,l=i.length-1;l>=0;l--){var u=i[l];if(u.line<t.line)break;if(u.column<t.column){if(xO(u))return;break}}o.forEach(function(d){console.error('The pseudo class "'+d+'" is potentially unsafe when doing server-side rendering. Try changing it to "'+d.split("-child")[0]+'-of-type".')})}}}},"createUnsafeSelectorsAlarm"),hS=R(function(e){return e.type.charCodeAt(1)===105&&e.type.charCodeAt(0)===64},"isImportRule"),EO=R(function(e,t){for(var r=e-1;r>=0;r--)if(!hS(t[r]))return!0;return!1},"isPrependedWithRegularRules"),Pw=R(function(e){e.type="",e.value="",e.return="",e.children="",e.props=""},"nullifyElement"),CO=R(function(e,t,r){hS(e)&&(e.parent?(console.error("`@import` rules can't be nested inside other rules. Please move it to the top level and put it before regular rules. Keep in mind that they can only be used within global styles."),Pw(e)):EO(t,r)&&(console.error("`@import` rules can't be after other rules. Please put your `@import` rules before your other rules."),Pw(e)))},"incorrectImportAlarm");function ey(e,t){switch(eS(e,t)){case 5103:return le+"print-"+e+e;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return le+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return le+e+Cd+e+et+e+e;case 6828:case 4268:return le+e+et+e+e;case 6165:return le+e+et+"flex-"+e+e;case 5187:return le+e+ae(e,/(\w+).+(:[^]+)/,le+"box-$1$2"+et+"flex-$1$2")+e;case 5443:return le+e+et+"flex-item-"+ae(e,/flex-|-self/,"")+e;case 4675:return le+e+et+"flex-line-pack"+ae(e,/align-content|flex-|-self/,"")+e;case 5548:return le+e+et+ae(e,"shrink","negative")+e;case 5292:return le+e+et+ae(e,"basis","preferred-size")+e;case 6060:return le+"box-"+ae(e,"-grow","")+le+e+et+ae(e,"grow","positive")+e;case 4554:return le+ae(e,/([^-])(transform)/g,"$1"+le+"$2")+e;case 6187:return ae(ae(ae(e,/(zoom-|grab)/,le+"$1"),/(image-set)/,le+"$1"),e,"")+e;case 5495:case 3959:return ae(e,/(image-set\([^]*)/,le+"$1$`$1");case 4968:return ae(ae(e,/(.+:)(flex-)?(.*)/,le+"box-pack:$3"+et+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+le+e+e;case 4095:case 3583:case 4068:case 2532:return ae(e,/(.+)-inline(.+)/,le+"$1$2")+e;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(gr(e)-1-t>6)switch(Ne(e,t+1)){case 109:if(Ne(e,t+4)!==45)break;case 102:return ae(e,/(.+:)(.+)-([^]+)/,"$1"+le+"$2-$3$1"+Cd+(Ne(e,t+3)==108?"$3":"$2-$3"))+e;case 115:return~Sd(e,"stretch")?ey(ae(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(Ne(e,t+1)!==115)break;case 6444:switch(Ne(e,gr(e)-3-(~Sd(e,"!important")&&10))){case 107:return ae(e,":",":"+le)+e;case 101:return ae(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+le+(Ne(e,14)===45?"inline-":"")+"box$3$1"+le+"$2$3$1"+et+"$2box$3")+e}break;case 5936:switch(Ne(e,t+11)){case 114:return le+e+et+ae(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return le+e+et+ae(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return le+e+et+ae(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return le+e+et+e+e}return e}R(ey,"prefix");var SO=R(function(e,t,r,n){if(e.length>-1&&!e.return)switch(e.type){case Xv:e.return=ey(e.value,e.length);break;case JC:return ua([Ja(e,{value:ae(e.value,"@","@"+le)})],n);case Kv:if(e.length)return rS(e.props,function(o){switch(tS(o,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return ua([Ja(e,{props:[ae(o,/:(read-\w+)/,":"+Cd+"$1")]})],n);case"::placeholder":return ua([Ja(e,{props:[ae(o,/:(plac\w+)/,":"+le+"input-$1")]}),Ja(e,{props:[ae(o,/:(plac\w+)/,":"+Cd+"$1")]}),Ja(e,{props:[ae(o,/:(plac\w+)/,et+"input-$1")]})],n)}return""})}},"prefixer"),kO=[SO],AO=R(function(e){var t=e.key;if(!t)throw new Error(`You have to configure \`key\` for your cache. Please make sure it's unique (and not equal to 'css') as it's used for linking styles to your cache.
|
42
|
+
If multiple caches share the same key they might "fight" for each other's style elements.`);if(t==="css"){var r=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(r,function(g){var v=g.getAttribute("data-emotion");v.indexOf(" ")!==-1&&(document.head.appendChild(g),g.setAttribute("data-s",""))})}var n=e.stylisPlugins||kO;if(/[^a-z-]/.test(t))throw new Error('Emotion key must only contain lower case alphabetical characters and - but "'+t+'" was passed');var o={},a,i=[];a=e.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+t+' "]'),function(g){for(var v=g.getAttribute("data-emotion").split(" "),D=1;D<v.length;D++)o[v[D]]=!0;i.push(g)});var l,u=[yO,wO];u.push(DO({get compat(){return m.compat}}),CO);{var d,p=[fS,function(g){g.root||(g.return?d.insert(g.return):g.value&&g.type!==Yv&&d.insert(g.value+"{}"))}],h=pS(u.concat(n,p)),f=R(function(g){return ua(cS(g),h)},"stylis");l=R(function(g,v,D,b){d=D,v.map!==void 0&&(d={insert:R(function(w){D.insert(w+v.map)},"insert")}),f(g?g+"{"+v.styles+"}":v.styles),b&&(m.inserted[v.name]=!0)},"insert")}var m={key:t,sheet:new cO({key:t,container:a,nonce:e.nonce,speedy:e.speedy,prepend:e.prepend,insertionPoint:e.insertionPoint}),nonce:e.nonce,inserted:o,registered:{},insert:l};return m.sheet.hydrate(i),m},"createCache"),FO=Wv(XC()),_O=R(function(e,t){return(0,FO.default)(e,t)},"hoistNonReactStatics"),IO=!0;function j1(e,t,r){var n="";return r.split(" ").forEach(function(o){e[o]!==void 0?t.push(e[o]+";"):n+=o+" "}),n}R(j1,"getRegisteredStyles");var H1=R(function(e,t,r){var n=e.key+"-"+t.name;(r===!1||IO===!1)&&e.registered[n]===void 0&&(e.registered[n]=t.styles)},"registerStyles"),V1=R(function(e,t,r){H1(e,t,r);var n=e.key+"-"+t.name;if(e.inserted[t.name]===void 0){var o=t;do e.insert(t===o?"."+n:"",o,e.sheet,!0),o=o.next;while(o!==void 0)}},"insertStyles");function mS(e){for(var t=0,r,n=0,o=e.length;o>=4;++n,o-=4)r=e.charCodeAt(n)&255|(e.charCodeAt(++n)&255)<<8|(e.charCodeAt(++n)&255)<<16|(e.charCodeAt(++n)&255)<<24,r=(r&65535)*1540483477+((r>>>16)*59797<<16),r^=r>>>24,t=(r&65535)*1540483477+((r>>>16)*59797<<16)^(t&65535)*1540483477+((t>>>16)*59797<<16);switch(o){case 3:t^=(e.charCodeAt(n+2)&255)<<16;case 2:t^=(e.charCodeAt(n+1)&255)<<8;case 1:t^=e.charCodeAt(n)&255,t=(t&65535)*1540483477+((t>>>16)*59797<<16)}return t^=t>>>13,t=(t&65535)*1540483477+((t>>>16)*59797<<16),((t^t>>>15)>>>0).toString(36)}R(mS,"murmur2");var RO={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},Nw=`You have illegal escape sequence in your template literal, most likely inside content's property value.
|
43
|
+
Because you write your CSS inside a JavaScript string you actually have to do double escaping, so for example "content: '\\00d7';" should become "content: '\\\\00d7';".
|
44
|
+
You can read more about this here:
|
45
|
+
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#ES2018_revision_of_illegal_escape_sequences`,zO="You have passed in falsy value as style object's key (can happen when in example you pass unexported component as computed key).",TO=/[A-Z]|^ms/g,gS=/_EMO_([^_]+?)_([^]*?)_EMO_/g,ty=R(function(e){return e.charCodeAt(1)===45},"isCustomProperty"),jw=R(function(e){return e!=null&&typeof e!="boolean"},"isProcessableValue"),yp=qv(function(e){return ty(e)?e:e.replace(TO,"-$&").toLowerCase()}),Ad=R(function(e,t){switch(e){case"animation":case"animationName":if(typeof t=="string")return t.replace(gS,function(r,n,o){return Yr={name:n,styles:o,next:Yr},n})}return RO[e]!==1&&!ty(e)&&typeof t=="number"&&t!==0?t+"px":t},"processStyleValue");Hw=/(var|attr|counters?|url|element|(((repeating-)?(linear|radial))|conic)-gradient)\(|(no-)?(open|close)-quote/,Vw=["normal","none","initial","inherit","unset"],Uw=Ad,Ww=/^-ms-/,qw=/-(.)/g,wp={},Ad=R(function(e,t){if(e==="content"&&(typeof t!="string"||Vw.indexOf(t)===-1&&!Hw.test(t)&&(t.charAt(0)!==t.charAt(t.length-1)||t.charAt(0)!=='"'&&t.charAt(0)!=="'")))throw new Error("You seem to be using a value for 'content' without quotes, try replacing it with `content: '\""+t+"\"'`");var r=Uw(e,t);return r!==""&&!ty(e)&&e.indexOf("-")!==-1&&wp[e]===void 0&&(wp[e]=!0,console.error("Using kebab-case for css properties in objects is not supported. Did you mean "+e.replace(Ww,"ms-").replace(qw,function(n,o){return o.toUpperCase()})+"?")),r},"processStyleValue");var Hw,Vw,Uw,Ww,qw,wp,vS="Component selectors can only be used in conjunction with @emotion/babel-plugin, the swc Emotion plugin, or another Emotion-aware compiler transform.";function Ji(e,t,r){if(r==null)return"";if(r.__emotion_styles!==void 0){if(r.toString()==="NO_COMPONENT_SELECTOR")throw new Error(vS);return r}switch(typeof r){case"boolean":return"";case"object":{if(r.anim===1)return Yr={name:r.name,styles:r.styles,next:Yr},r.name;if(r.styles!==void 0){var n=r.next;if(n!==void 0)for(;n!==void 0;)Yr={name:n.name,styles:n.styles,next:Yr},n=n.next;var o=r.styles+";";return r.map!==void 0&&(o+=r.map),o}return yS(e,t,r)}case"function":{if(e!==void 0){var a=Yr,i=r(e);return Yr=a,Ji(e,t,i)}else console.error("Functions that are interpolated in css calls will be stringified.\nIf you want to have a css call based on props, create a function that returns a css call like this\nlet dynamicStyle = (props) => css`color: ${props.color}`\nIt can be called directly with props or interpolated in a styled call like this\nlet SomeComponent = styled('div')`${dynamicStyle}`");break}case"string":var l=[],u=r.replace(gS,function(p,h,f){var m="animation"+l.length;return l.push("const "+m+" = keyframes`"+f.replace(/^@keyframes animation-\w+/,"")+"`"),"${"+m+"}"});l.length&&console.error("`keyframes` output got interpolated into plain string, please wrap it with `css`.\n\nInstead of doing this:\n\n"+[].concat(l,["`"+u+"`"]).join(`
|
46
|
+
`)+`
|
47
|
+
|
48
|
+
You should wrap it with \`css\` like this:
|
49
|
+
|
50
|
+
`+("css`"+u+"`"));break}if(t==null)return r;var d=t[r];return d!==void 0?d:r}R(Ji,"handleInterpolation");function yS(e,t,r){var n="";if(Array.isArray(r))for(var o=0;o<r.length;o++)n+=Ji(e,t,r[o])+";";else for(var a in r){var i=r[a];if(typeof i!="object")t!=null&&t[i]!==void 0?n+=a+"{"+t[i]+"}":jw(i)&&(n+=yp(a)+":"+Ad(a,i)+";");else{if(a==="NO_COMPONENT_SELECTOR")throw new Error(vS);if(Array.isArray(i)&&typeof i[0]=="string"&&(t==null||t[i[0]]===void 0))for(var l=0;l<i.length;l++)jw(i[l])&&(n+=yp(a)+":"+Ad(a,i[l])+";");else{var u=Ji(e,t,i);switch(a){case"animation":case"animationName":{n+=yp(a)+":"+u+";";break}default:a==="undefined"&&console.error(zO),n+=a+"{"+u+"}"}}}}return n}R(yS,"createStringFromObject");var Gw=/label:\s*([^\s;\n{]+)\s*(;|$)/g,wS;wS=/\/\*#\ssourceMappingURL=data:application\/json;\S+\s+\*\//g;var Yr,el=R(function(e,t,r){if(e.length===1&&typeof e[0]=="object"&&e[0]!==null&&e[0].styles!==void 0)return e[0];var n=!0,o="";Yr=void 0;var a=e[0];a==null||a.raw===void 0?(n=!1,o+=Ji(r,t,a)):(a[0]===void 0&&console.error(Nw),o+=a[0]);for(var i=1;i<e.length;i++)o+=Ji(r,t,e[i]),n&&(a[i]===void 0&&console.error(Nw),o+=a[i]);var l;o=o.replace(wS,function(h){return l=h,""}),Gw.lastIndex=0;for(var u="",d;(d=Gw.exec(o))!==null;)u+="-"+d[1];var p=mS(o)+u;return{name:p,styles:o,map:l,next:Yr,toString:R(function(){return"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."},"toString")}},"serializeStyles"),BO=R(function(e){return e()},"syncFallback"),bS=s.useInsertionEffect?s.useInsertionEffect:!1,ry=bS||BO,Yw=bS||s.useLayoutEffect,LO={}.hasOwnProperty,ny=s.createContext(typeof HTMLElement<"u"?AO({key:"css"}):null);ny.displayName="EmotionCacheContext";ny.Provider;var U1=R(function(e){return s.forwardRef(function(t,r){var n=s.useContext(ny);return e(t,n,r)})},"withEmotionCache"),yo=s.createContext({});yo.displayName="EmotionThemeContext";var MO=R(function(e,t){if(typeof t=="function"){var r=t(e);if(r==null||typeof r!="object"||Array.isArray(r))throw new Error("[ThemeProvider] Please return an object from your theme function, i.e. theme={() => ({})}!");return r}if(t==null||typeof t!="object"||Array.isArray(t))throw new Error("[ThemeProvider] Please make your theme prop a plain object");return cn({},e,t)},"getTheme"),OO=Ow(function(e){return Ow(function(t){return MO(e,t)})}),xS=R(function(e){var t=s.useContext(yo);return e.theme!==t&&(t=OO(t)(e.theme)),s.createElement(yo.Provider,{value:t},e.children)},"ThemeProvider");function ie(e){var t=e.displayName||e.name||"Component",r=R(function(o,a){var i=s.useContext(yo);return s.createElement(e,cn({theme:i,ref:a},o))},"render"),n=s.forwardRef(r);return n.displayName="WithTheme("+t+")",_O(n,e)}R(ie,"withTheme");var Kw="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",Xw="__EMOTION_LABEL_PLEASE_DO_NOT_USE__",$O=R(function(e){var t=e.cache,r=e.serialized,n=e.isStringTag;return H1(t,r,n),ry(function(){return V1(t,r,n)}),null},"Insertion"),PO=U1(function(e,t,r){var n=e.css;typeof n=="string"&&t.registered[n]!==void 0&&(n=t.registered[n]);var o=e[Kw],a=[n],i="";typeof e.className=="string"?i=j1(t.registered,a,e.className):e.className!=null&&(i=e.className+" ");var l=el(a,void 0,s.useContext(yo));if(l.name.indexOf("-")===-1){var u=e[Xw];u&&(l=el([l,"label:"+u+";"]))}i+=t.key+"-"+l.name;var d={};for(var p in e)LO.call(e,p)&&p!=="css"&&p!==Kw&&p!==Xw&&(d[p]=e[p]);return d.ref=r,d.className=i,s.createElement(s.Fragment,null,s.createElement($O,{cache:t,serialized:l,isStringTag:typeof o=="string"}),s.createElement(o,d))});PO.displayName="EmotionCssPropInternal";Wv(XC());var NO={name:"@emotion/react",version:"11.11.4",main:"dist/emotion-react.cjs.js",module:"dist/emotion-react.esm.js",browser:{"./dist/emotion-react.esm.js":"./dist/emotion-react.browser.esm.js"},exports:{".":{module:{worker:"./dist/emotion-react.worker.esm.js",browser:"./dist/emotion-react.browser.esm.js",default:"./dist/emotion-react.esm.js"},import:"./dist/emotion-react.cjs.mjs",default:"./dist/emotion-react.cjs.js"},"./jsx-runtime":{module:{worker:"./jsx-runtime/dist/emotion-react-jsx-runtime.worker.esm.js",browser:"./jsx-runtime/dist/emotion-react-jsx-runtime.browser.esm.js",default:"./jsx-runtime/dist/emotion-react-jsx-runtime.esm.js"},import:"./jsx-runtime/dist/emotion-react-jsx-runtime.cjs.mjs",default:"./jsx-runtime/dist/emotion-react-jsx-runtime.cjs.js"},"./_isolated-hnrs":{module:{worker:"./_isolated-hnrs/dist/emotion-react-_isolated-hnrs.worker.esm.js",browser:"./_isolated-hnrs/dist/emotion-react-_isolated-hnrs.browser.esm.js",default:"./_isolated-hnrs/dist/emotion-react-_isolated-hnrs.esm.js"},import:"./_isolated-hnrs/dist/emotion-react-_isolated-hnrs.cjs.mjs",default:"./_isolated-hnrs/dist/emotion-react-_isolated-hnrs.cjs.js"},"./jsx-dev-runtime":{module:{worker:"./jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.worker.esm.js",browser:"./jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.browser.esm.js",default:"./jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.esm.js"},import:"./jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.cjs.mjs",default:"./jsx-dev-runtime/dist/emotion-react-jsx-dev-runtime.cjs.js"},"./package.json":"./package.json","./types/css-prop":"./types/css-prop.d.ts","./macro":{types:{import:"./macro.d.mts",default:"./macro.d.ts"},default:"./macro.js"}},types:"types/index.d.ts",files:["src","dist","jsx-runtime","jsx-dev-runtime","_isolated-hnrs","types/*.d.ts","macro.*"],sideEffects:!1,author:"Emotion Contributors",license:"MIT",scripts:{"test:typescript":"dtslint types"},dependencies:{"@babel/runtime":"^7.18.3","@emotion/babel-plugin":"^11.11.0","@emotion/cache":"^11.11.0","@emotion/serialize":"^1.1.3","@emotion/use-insertion-effect-with-fallbacks":"^1.0.1","@emotion/utils":"^1.2.1","@emotion/weak-memoize":"^0.3.1","hoist-non-react-statics":"^3.3.1"},peerDependencies:{react:">=16.8.0"},peerDependenciesMeta:{"@types/react":{optional:!0}},devDependencies:{"@definitelytyped/dtslint":"0.0.112","@emotion/css":"11.11.2","@emotion/css-prettifier":"1.1.3","@emotion/server":"11.11.0","@emotion/styled":"11.11.0","html-tag-names":"^1.1.2",react:"16.14.0","svg-tag-names":"^1.1.1",typescript:"^4.5.5"},repository:"https://github.com/emotion-js/emotion/tree/main/packages/react",publishConfig:{access:"public"},"umd:main":"dist/emotion-react.umd.min.js",preconstruct:{entrypoints:["./index.js","./jsx-runtime.js","./jsx-dev-runtime.js","./_isolated-hnrs.js"],umdName:"emotionReact",exports:{envConditions:["browser","worker"],extra:{"./types/css-prop":"./types/css-prop.d.ts","./macro":{types:{import:"./macro.d.mts",default:"./macro.d.ts"},default:"./macro.js"}}}}},Qw=!1,jO=U1(function(e,t){!Qw&&(e.className||e.css)&&(console.error("It looks like you're using the css prop on Global, did you mean to use the styles prop instead?"),Qw=!0);var r=e.styles,n=el([r],void 0,s.useContext(yo)),o=s.useRef();return Yw(function(){var a=t.key+"-global",i=new t.sheet.constructor({key:a,nonce:t.sheet.nonce,container:t.sheet.container,speedy:t.sheet.isSpeedy}),l=!1,u=document.querySelector('style[data-emotion="'+a+" "+n.name+'"]');return t.sheet.tags.length&&(i.before=t.sheet.tags[0]),u!==null&&(l=!0,u.setAttribute("data-emotion",a),i.hydrate([u])),o.current=[i,l],function(){i.flush()}},[t]),Yw(function(){var a=o.current,i=a[0],l=a[1];if(l){a[1]=!1;return}if(n.next!==void 0&&V1(t,n.next,!0),i.tags.length){var u=i.tags[i.tags.length-1].nextElementSibling;i.before=u,i.flush()}t.insert("",n,i,!1)},[t,n.name]),null});jO.displayName="EmotionGlobal";function W1(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return el(t)}R(W1,"css");var Rr=R(function(){var e=W1.apply(void 0,arguments),t="animation-"+e.name;return{name:t,styles:"@keyframes "+t+"{"+e.styles+"}",anim:1,toString:R(function(){return"_EMO_"+this.name+"_"+this.styles+"_EMO_"},"toString")}},"keyframes"),HO=R(function e(t){for(var r=t.length,n=0,o="";n<r;n++){var a=t[n];if(a!=null){var i=void 0;switch(typeof a){case"boolean":break;case"object":{if(Array.isArray(a))i=e(a);else{a.styles!==void 0&&a.name!==void 0&&console.error("You have passed styles created with `css` from `@emotion/react` package to the `cx`.\n`cx` is meant to compose class names (strings) so you should convert those styles to a class name by passing them to the `css` received from <ClassNames/> component."),i="";for(var l in a)a[l]&&l&&(i&&(i+=" "),i+=l)}break}default:i=a}i&&(o&&(o+=" "),o+=i)}}return o},"classnames");function DS(e,t,r){var n=[],o=j1(e,n,r);return n.length<2?r:o+t(n)}R(DS,"merge");var VO=R(function(e){var t=e.cache,r=e.serializedArr;return ry(function(){for(var n=0;n<r.length;n++)V1(t,r[n],!1)}),null},"Insertion"),UO=U1(function(e,t){var r=!1,n=[],o=R(function(){if(r)throw new Error("css can only be used during render");for(var u=arguments.length,d=new Array(u),p=0;p<u;p++)d[p]=arguments[p];var h=el(d,t.registered);return n.push(h),H1(t,h,!1),t.key+"-"+h.name},"css"),a=R(function(){if(r)throw new Error("cx can only be used during render");for(var u=arguments.length,d=new Array(u),p=0;p<u;p++)d[p]=arguments[p];return DS(t.registered,o,HO(d))},"cx"),i={css:o,cx:a,theme:s.useContext(yo)},l=e.children(i);return r=!0,s.createElement(s.Fragment,null,s.createElement(VO,{cache:t,serializedArr:n}),l)});UO.displayName="EmotionClassNames";bp=!0,Zw=typeof jest<"u"||typeof vi<"u",bp&&!Zw&&(xp=typeof globalThis<"u"?globalThis:bp?window:global,Dp="__EMOTION_REACT_"+NO.version.split(".")[0]+"__",xp[Dp]&&console.warn("You are loading @emotion/react when it is already loaded. Running multiple instances may cause problems. This can happen if multiple versions are used, or if multiple builds of the same version are used."),xp[Dp]=!0);var bp,Zw,xp,Dp,WO=Gv,qO=R(function(e){return e!=="theme"},"testOmitPropsOnComponent"),Jw=R(function(e){return typeof e=="string"&&e.charCodeAt(0)>96?WO:qO},"getDefaultShouldForwardProp"),e7=R(function(e,t,r){var n;if(t){var o=t.shouldForwardProp;n=e.__emotion_forwardProp&&o?function(a){return e.__emotion_forwardProp(a)&&o(a)}:o}return typeof n!="function"&&r&&(n=e.__emotion_forwardProp),n},"composeShouldForwardProps"),t7=`You have illegal escape sequence in your template literal, most likely inside content's property value.
|
51
|
+
Because you write your CSS inside a JavaScript string you actually have to do double escaping, so for example "content: '\\00d7';" should become "content: '\\\\00d7';".
|
52
|
+
You can read more about this here:
|
53
|
+
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#ES2018_revision_of_illegal_escape_sequences`,GO=R(function(e){var t=e.cache,r=e.serialized,n=e.isStringTag;return H1(t,r,n),ry(function(){return V1(t,r,n)}),null},"Insertion"),YO=R(function e(t,r){if(t===void 0)throw new Error(`You are trying to create a styled element with an undefined component.
|
54
|
+
You may have forgotten to import it.`);var n=t.__emotion_real===t,o=n&&t.__emotion_base||t,a,i;r!==void 0&&(a=r.label,i=r.target);var l=e7(t,r,n),u=l||Jw(o),d=!u("as");return function(){var p=arguments,h=n&&t.__emotion_styles!==void 0?t.__emotion_styles.slice(0):[];if(a!==void 0&&h.push("label:"+a+";"),p[0]==null||p[0].raw===void 0)h.push.apply(h,p);else{p[0][0]===void 0&&console.error(t7),h.push(p[0][0]);for(var f=p.length,m=1;m<f;m++)p[0][m]===void 0&&console.error(t7),h.push(p[m],p[0][m])}var g=U1(function(v,D,b){var w=d&&v.as||o,y="",x=[],E=v;if(v.theme==null){E={};for(var S in v)E[S]=v[S];E.theme=s.useContext(yo)}typeof v.className=="string"?y=j1(D.registered,x,v.className):v.className!=null&&(y=v.className+" ");var C=el(h.concat(x),D.registered,E);y+=D.key+"-"+C.name,i!==void 0&&(y+=" "+i);var k=d&&l===void 0?Jw(w):u,F={};for(var _ in v)d&&_==="as"||k(_)&&(F[_]=v[_]);return F.className=y,F.ref=b,s.createElement(s.Fragment,null,s.createElement(GO,{cache:D,serialized:C,isStringTag:typeof w=="string"}),s.createElement(w,F))});return g.displayName=a!==void 0?a:"Styled("+(typeof o=="string"?o:o.displayName||o.name||"Component")+")",g.defaultProps=t.defaultProps,g.__emotion_real=g,g.__emotion_base=o,g.__emotion_styles=h,g.__emotion_forwardProp=l,Object.defineProperty(g,"toString",{value:R(function(){return i===void 0?"NO_COMPONENT_SELECTOR":"."+i},"value")}),g.withComponent=function(v,D){return e(v,cn({},r,D,{shouldForwardProp:e7(g,D,!0)})).apply(void 0,h)},g}},"createStyled"),KO=["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","marquee","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","tspan"],I=YO.bind();KO.forEach(function(e){I[e]=I(e)});function ES(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}R(ES,"_assertThisInitialized");function tl(e,t){return tl=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(r,n){return r.__proto__=n,r},tl(e,t)}R(tl,"_setPrototypeOf");function CS(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,tl(e,t)}R(CS,"_inheritsLoose");function Fd(e){return Fd=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},Fd(e)}R(Fd,"_getPrototypeOf");function SS(e){try{return Function.toString.call(e).indexOf("[native code]")!==-1}catch{return typeof e=="function"}}R(SS,"_isNativeFunction");function oy(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(oy=R(function(){return!!e},"_isNativeReflectConstruct"))()}R(oy,"_isNativeReflectConstruct");function kS(e,t,r){if(oy())return Reflect.construct.apply(null,arguments);var n=[null];n.push.apply(n,t);var o=new(e.bind.apply(e,n));return r&&tl(o,r.prototype),o}R(kS,"_construct");function _d(e){var t=typeof Map=="function"?new Map:void 0;return _d=R(function(r){if(r===null||!SS(r))return r;if(typeof r!="function")throw new TypeError("Super expression must either be null or a function");if(t!==void 0){if(t.has(r))return t.get(r);t.set(r,n)}function n(){return kS(r,arguments,Fd(this).constructor)}return R(n,"Wrapper"),n.prototype=Object.create(r.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),tl(n,r)},"_wrapNativeSuper"),_d(e)}R(_d,"_wrapNativeSuper");var XO={1:`Passed invalid arguments to hsl, please pass multiple numbers e.g. hsl(360, 0.75, 0.4) or an object e.g. rgb({ hue: 255, saturation: 0.4, lightness: 0.75 }).
|
55
|
+
|
56
|
+
`,2:`Passed invalid arguments to hsla, please pass multiple numbers e.g. hsla(360, 0.75, 0.4, 0.7) or an object e.g. rgb({ hue: 255, saturation: 0.4, lightness: 0.75, alpha: 0.7 }).
|
57
|
+
|
58
|
+
`,3:`Passed an incorrect argument to a color function, please pass a string representation of a color.
|
59
|
+
|
60
|
+
`,4:`Couldn't generate valid rgb string from %s, it returned %s.
|
61
|
+
|
62
|
+
`,5:`Couldn't parse the color string. Please provide the color as a string in hex, rgb, rgba, hsl or hsla notation.
|
63
|
+
|
64
|
+
`,6:`Passed invalid arguments to rgb, please pass multiple numbers e.g. rgb(255, 205, 100) or an object e.g. rgb({ red: 255, green: 205, blue: 100 }).
|
65
|
+
|
66
|
+
`,7:`Passed invalid arguments to rgba, please pass multiple numbers e.g. rgb(255, 205, 100, 0.75) or an object e.g. rgb({ red: 255, green: 205, blue: 100, alpha: 0.75 }).
|
67
|
+
|
68
|
+
`,8:`Passed invalid argument to toColorString, please pass a RgbColor, RgbaColor, HslColor or HslaColor object.
|
69
|
+
|
70
|
+
`,9:`Please provide a number of steps to the modularScale helper.
|
71
|
+
|
72
|
+
`,10:`Please pass a number or one of the predefined scales to the modularScale helper as the ratio.
|
73
|
+
|
74
|
+
`,11:`Invalid value passed as base to modularScale, expected number or em string but got "%s"
|
75
|
+
|
76
|
+
`,12:`Expected a string ending in "px" or a number passed as the first argument to %s(), got "%s" instead.
|
77
|
+
|
78
|
+
`,13:`Expected a string ending in "px" or a number passed as the second argument to %s(), got "%s" instead.
|
79
|
+
|
80
|
+
`,14:`Passed invalid pixel value ("%s") to %s(), please pass a value like "12px" or 12.
|
81
|
+
|
82
|
+
`,15:`Passed invalid base value ("%s") to %s(), please pass a value like "12px" or 12.
|
83
|
+
|
84
|
+
`,16:`You must provide a template to this method.
|
85
|
+
|
86
|
+
`,17:`You passed an unsupported selector state to this method.
|
87
|
+
|
88
|
+
`,18:`minScreen and maxScreen must be provided as stringified numbers with the same units.
|
89
|
+
|
90
|
+
`,19:`fromSize and toSize must be provided as stringified numbers with the same units.
|
91
|
+
|
92
|
+
`,20:`expects either an array of objects or a single object with the properties prop, fromSize, and toSize.
|
93
|
+
|
94
|
+
`,21:"expects the objects in the first argument array to have the properties `prop`, `fromSize`, and `toSize`.\n\n",22:"expects the first argument object to have the properties `prop`, `fromSize`, and `toSize`.\n\n",23:`fontFace expects a name of a font-family.
|
95
|
+
|
96
|
+
`,24:`fontFace expects either the path to the font file(s) or a name of a local copy.
|
97
|
+
|
98
|
+
`,25:`fontFace expects localFonts to be an array.
|
99
|
+
|
100
|
+
`,26:`fontFace expects fileFormats to be an array.
|
101
|
+
|
102
|
+
`,27:`radialGradient requries at least 2 color-stops to properly render.
|
103
|
+
|
104
|
+
`,28:`Please supply a filename to retinaImage() as the first argument.
|
105
|
+
|
106
|
+
`,29:`Passed invalid argument to triangle, please pass correct pointingDirection e.g. 'right'.
|
107
|
+
|
108
|
+
`,30:"Passed an invalid value to `height` or `width`. Please provide a pixel based unit.\n\n",31:`The animation shorthand only takes 8 arguments. See the specification for more information: http://mdn.io/animation
|
109
|
+
|
110
|
+
`,32:`To pass multiple animations please supply them in arrays, e.g. animation(['rotate', '2s'], ['move', '1s'])
|
111
|
+
To pass a single animation please supply them in simple values, e.g. animation('rotate', '2s')
|
112
|
+
|
113
|
+
`,33:`The animation shorthand arrays can only have 8 elements. See the specification for more information: http://mdn.io/animation
|
114
|
+
|
115
|
+
`,34:`borderRadius expects a radius value as a string or number as the second argument.
|
116
|
+
|
117
|
+
`,35:`borderRadius expects one of "top", "bottom", "left" or "right" as the first argument.
|
118
|
+
|
119
|
+
`,36:`Property must be a string value.
|
120
|
+
|
121
|
+
`,37:`Syntax Error at %s.
|
122
|
+
|
123
|
+
`,38:`Formula contains a function that needs parentheses at %s.
|
124
|
+
|
125
|
+
`,39:`Formula is missing closing parenthesis at %s.
|
126
|
+
|
127
|
+
`,40:`Formula has too many closing parentheses at %s.
|
128
|
+
|
129
|
+
`,41:`All values in a formula must have the same unit or be unitless.
|
130
|
+
|
131
|
+
`,42:`Please provide a number of steps to the modularScale helper.
|
132
|
+
|
133
|
+
`,43:`Please pass a number or one of the predefined scales to the modularScale helper as the ratio.
|
134
|
+
|
135
|
+
`,44:`Invalid value passed as base to modularScale, expected number or em/rem string but got %s.
|
136
|
+
|
137
|
+
`,45:`Passed invalid argument to hslToColorString, please pass a HslColor or HslaColor object.
|
138
|
+
|
139
|
+
`,46:`Passed invalid argument to rgbToColorString, please pass a RgbColor or RgbaColor object.
|
140
|
+
|
141
|
+
`,47:`minScreen and maxScreen must be provided as stringified numbers with the same units.
|
142
|
+
|
143
|
+
`,48:`fromSize and toSize must be provided as stringified numbers with the same units.
|
144
|
+
|
145
|
+
`,49:`Expects either an array of objects or a single object with the properties prop, fromSize, and toSize.
|
146
|
+
|
147
|
+
`,50:`Expects the objects in the first argument array to have the properties prop, fromSize, and toSize.
|
148
|
+
|
149
|
+
`,51:`Expects the first argument object to have the properties prop, fromSize, and toSize.
|
150
|
+
|
151
|
+
`,52:`fontFace expects either the path to the font file(s) or a name of a local copy.
|
152
|
+
|
153
|
+
`,53:`fontFace expects localFonts to be an array.
|
154
|
+
|
155
|
+
`,54:`fontFace expects fileFormats to be an array.
|
156
|
+
|
157
|
+
`,55:`fontFace expects a name of a font-family.
|
158
|
+
|
159
|
+
`,56:`linearGradient requries at least 2 color-stops to properly render.
|
160
|
+
|
161
|
+
`,57:`radialGradient requries at least 2 color-stops to properly render.
|
162
|
+
|
163
|
+
`,58:`Please supply a filename to retinaImage() as the first argument.
|
164
|
+
|
165
|
+
`,59:`Passed invalid argument to triangle, please pass correct pointingDirection e.g. 'right'.
|
166
|
+
|
167
|
+
`,60:"Passed an invalid value to `height` or `width`. Please provide a pixel based unit.\n\n",61:`Property must be a string value.
|
168
|
+
|
169
|
+
`,62:`borderRadius expects a radius value as a string or number as the second argument.
|
170
|
+
|
171
|
+
`,63:`borderRadius expects one of "top", "bottom", "left" or "right" as the first argument.
|
172
|
+
|
173
|
+
`,64:`The animation shorthand only takes 8 arguments. See the specification for more information: http://mdn.io/animation.
|
174
|
+
|
175
|
+
`,65:`To pass multiple animations please supply them in arrays, e.g. animation(['rotate', '2s'], ['move', '1s'])\\nTo pass a single animation please supply them in simple values, e.g. animation('rotate', '2s').
|
176
|
+
|
177
|
+
`,66:`The animation shorthand arrays can only have 8 elements. See the specification for more information: http://mdn.io/animation.
|
178
|
+
|
179
|
+
`,67:`You must provide a template to this method.
|
180
|
+
|
181
|
+
`,68:`You passed an unsupported selector state to this method.
|
182
|
+
|
183
|
+
`,69:`Expected a string ending in "px" or a number passed as the first argument to %s(), got %s instead.
|
184
|
+
|
185
|
+
`,70:`Expected a string ending in "px" or a number passed as the second argument to %s(), got %s instead.
|
186
|
+
|
187
|
+
`,71:`Passed invalid pixel value %s to %s(), please pass a value like "12px" or 12.
|
188
|
+
|
189
|
+
`,72:`Passed invalid base value %s to %s(), please pass a value like "12px" or 12.
|
190
|
+
|
191
|
+
`,73:`Please provide a valid CSS variable.
|
192
|
+
|
193
|
+
`,74:`CSS variable not found and no default was provided.
|
194
|
+
|
195
|
+
`,75:`important requires a valid style object, got a %s instead.
|
196
|
+
|
197
|
+
`,76:`fromSize and toSize must be provided as stringified numbers with the same units as minScreen and maxScreen.
|
198
|
+
|
199
|
+
`,77:`remToPx expects a value in "rem" but you provided it in "%s".
|
200
|
+
|
201
|
+
`,78:`base must be set in "px" or "%" but you set it in "%s".
|
202
|
+
`};function AS(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];var n=t[0],o=[],a;for(a=1;a<t.length;a+=1)o.push(t[a]);return o.forEach(function(i){n=n.replace(/%[a-z]/,i)}),n}R(AS,"format");var Zr=function(e){CS(t,e);function t(r){for(var n,o=arguments.length,a=new Array(o>1?o-1:0),i=1;i<o;i++)a[i-1]=arguments[i];return n=e.call(this,AS.apply(void 0,[XO[r]].concat(a)))||this,ES(n)}return R(t,"PolishedError"),t}(_d(Error));function A0(e){return Math.round(e*255)}R(A0,"colorToInt");function FS(e,t,r){return A0(e)+","+A0(t)+","+A0(r)}R(FS,"convertToInt");function rl(e,t,r,n){if(n===void 0&&(n=FS),t===0)return n(r,r,r);var o=(e%360+360)%360/60,a=(1-Math.abs(2*r-1))*t,i=a*(1-Math.abs(o%2-1)),l=0,u=0,d=0;o>=0&&o<1?(l=a,u=i):o>=1&&o<2?(l=i,u=a):o>=2&&o<3?(u=a,d=i):o>=3&&o<4?(u=i,d=a):o>=4&&o<5?(l=i,d=a):o>=5&&o<6&&(l=a,d=i);var p=r-a/2,h=l+p,f=u+p,m=d+p;return n(h,f,m)}R(rl,"hslToRgb");var r7={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"00ffff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000",blanchedalmond:"ffebcd",blue:"0000ff",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"00ffff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkgrey:"a9a9a9",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkslategrey:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dimgrey:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"ff00ff",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",grey:"808080",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgray:"d3d3d3",lightgreen:"90ee90",lightgrey:"d3d3d3",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370db",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"db7093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"639",red:"f00",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",slategrey:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"fff",whitesmoke:"f5f5f5",yellow:"ff0",yellowgreen:"9acd32"};function _S(e){if(typeof e!="string")return e;var t=e.toLowerCase();return r7[t]?"#"+r7[t]:e}R(_S,"nameToHex");var QO=/^#[a-fA-F0-9]{6}$/,ZO=/^#[a-fA-F0-9]{8}$/,JO=/^#[a-fA-F0-9]{3}$/,e$=/^#[a-fA-F0-9]{4}$/,Ep=/^rgb\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*\)$/i,t$=/^rgb(?:a)?\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i,r$=/^hsl\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*\)$/i,n$=/^hsl(?:a)?\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i;function Vu(e){if(typeof e!="string")throw new Zr(3);var t=_S(e);if(t.match(QO))return{red:parseInt(""+t[1]+t[2],16),green:parseInt(""+t[3]+t[4],16),blue:parseInt(""+t[5]+t[6],16)};if(t.match(ZO)){var r=parseFloat((parseInt(""+t[7]+t[8],16)/255).toFixed(2));return{red:parseInt(""+t[1]+t[2],16),green:parseInt(""+t[3]+t[4],16),blue:parseInt(""+t[5]+t[6],16),alpha:r}}if(t.match(JO))return{red:parseInt(""+t[1]+t[1],16),green:parseInt(""+t[2]+t[2],16),blue:parseInt(""+t[3]+t[3],16)};if(t.match(e$)){var n=parseFloat((parseInt(""+t[4]+t[4],16)/255).toFixed(2));return{red:parseInt(""+t[1]+t[1],16),green:parseInt(""+t[2]+t[2],16),blue:parseInt(""+t[3]+t[3],16),alpha:n}}var o=Ep.exec(t);if(o)return{red:parseInt(""+o[1],10),green:parseInt(""+o[2],10),blue:parseInt(""+o[3],10)};var a=t$.exec(t.substring(0,50));if(a)return{red:parseInt(""+a[1],10),green:parseInt(""+a[2],10),blue:parseInt(""+a[3],10),alpha:parseFloat(""+a[4])>1?parseFloat(""+a[4])/100:parseFloat(""+a[4])};var i=r$.exec(t);if(i){var l=parseInt(""+i[1],10),u=parseInt(""+i[2],10)/100,d=parseInt(""+i[3],10)/100,p="rgb("+rl(l,u,d)+")",h=Ep.exec(p);if(!h)throw new Zr(4,t,p);return{red:parseInt(""+h[1],10),green:parseInt(""+h[2],10),blue:parseInt(""+h[3],10)}}var f=n$.exec(t.substring(0,50));if(f){var m=parseInt(""+f[1],10),g=parseInt(""+f[2],10)/100,v=parseInt(""+f[3],10)/100,D="rgb("+rl(m,g,v)+")",b=Ep.exec(D);if(!b)throw new Zr(4,t,D);return{red:parseInt(""+b[1],10),green:parseInt(""+b[2],10),blue:parseInt(""+b[3],10),alpha:parseFloat(""+f[4])>1?parseFloat(""+f[4])/100:parseFloat(""+f[4])}}throw new Zr(5)}R(Vu,"parseToRgb");function IS(e){var t=e.red/255,r=e.green/255,n=e.blue/255,o=Math.max(t,r,n),a=Math.min(t,r,n),i=(o+a)/2;if(o===a)return e.alpha!==void 0?{hue:0,saturation:0,lightness:i,alpha:e.alpha}:{hue:0,saturation:0,lightness:i};var l,u=o-a,d=i>.5?u/(2-o-a):u/(o+a);switch(o){case t:l=(r-n)/u+(r<n?6:0);break;case r:l=(n-t)/u+2;break;default:l=(t-r)/u+4;break}return l*=60,e.alpha!==void 0?{hue:l,saturation:d,lightness:i,alpha:e.alpha}:{hue:l,saturation:d,lightness:i}}R(IS,"rgbToHsl");function ay(e){return IS(Vu(e))}R(ay,"parseToHsl");var o$=R(function(e){return e.length===7&&e[1]===e[2]&&e[3]===e[4]&&e[5]===e[6]?"#"+e[1]+e[3]+e[5]:e},"reduceHexValue"),c2=o$;function Yn(e){var t=e.toString(16);return t.length===1?"0"+t:t}R(Yn,"numberToHex");function F0(e){return Yn(Math.round(e*255))}R(F0,"colorToHex");function RS(e,t,r){return c2("#"+F0(e)+F0(t)+F0(r))}R(RS,"convertToHex");function yu(e,t,r){return rl(e,t,r,RS)}R(yu,"hslToHex");function zS(e,t,r){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number")return yu(e,t,r);if(typeof e=="object"&&t===void 0&&r===void 0)return yu(e.hue,e.saturation,e.lightness);throw new Zr(1)}R(zS,"hsl");function TS(e,t,r,n){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number"&&typeof n=="number")return n>=1?yu(e,t,r):"rgba("+rl(e,t,r)+","+n+")";if(typeof e=="object"&&t===void 0&&r===void 0&&n===void 0)return e.alpha>=1?yu(e.hue,e.saturation,e.lightness):"rgba("+rl(e.hue,e.saturation,e.lightness)+","+e.alpha+")";throw new Zr(2)}R(TS,"hsla");function Id(e,t,r){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number")return c2("#"+Yn(e)+Yn(t)+Yn(r));if(typeof e=="object"&&t===void 0&&r===void 0)return c2("#"+Yn(e.red)+Yn(e.green)+Yn(e.blue));throw new Zr(6)}R(Id,"rgb");function nl(e,t,r,n){if(typeof e=="string"&&typeof t=="number"){var o=Vu(e);return"rgba("+o.red+","+o.green+","+o.blue+","+t+")"}else{if(typeof e=="number"&&typeof t=="number"&&typeof r=="number"&&typeof n=="number")return n>=1?Id(e,t,r):"rgba("+e+","+t+","+r+","+n+")";if(typeof e=="object"&&t===void 0&&r===void 0&&n===void 0)return e.alpha>=1?Id(e.red,e.green,e.blue):"rgba("+e.red+","+e.green+","+e.blue+","+e.alpha+")"}throw new Zr(7)}R(nl,"rgba");var a$=R(function(e){return typeof e.red=="number"&&typeof e.green=="number"&&typeof e.blue=="number"&&(typeof e.alpha!="number"||typeof e.alpha>"u")},"isRgb"),i$=R(function(e){return typeof e.red=="number"&&typeof e.green=="number"&&typeof e.blue=="number"&&typeof e.alpha=="number"},"isRgba"),l$=R(function(e){return typeof e.hue=="number"&&typeof e.saturation=="number"&&typeof e.lightness=="number"&&(typeof e.alpha!="number"||typeof e.alpha>"u")},"isHsl"),s$=R(function(e){return typeof e.hue=="number"&&typeof e.saturation=="number"&&typeof e.lightness=="number"&&typeof e.alpha=="number"},"isHsla");function iy(e){if(typeof e!="object")throw new Zr(8);if(i$(e))return nl(e);if(a$(e))return Id(e);if(s$(e))return TS(e);if(l$(e))return zS(e);throw new Zr(8)}R(iy,"toColorString");function ly(e,t,r){return R(function(){var n=r.concat(Array.prototype.slice.call(arguments));return n.length>=t?e.apply(this,n):ly(e,t,n)},"fn")}R(ly,"curried");function Uu(e){return ly(e,e.length,[])}R(Uu,"curry");function Wu(e,t,r){return Math.max(e,Math.min(t,r))}R(Wu,"guard");function BS(e,t){if(t==="transparent")return t;var r=ay(t);return iy(cn({},r,{lightness:Wu(0,1,r.lightness-parseFloat(e))}))}R(BS,"darken");var u$=Uu(BS),c$=u$;function LS(e,t){if(t==="transparent")return t;var r=ay(t);return iy(cn({},r,{lightness:Wu(0,1,r.lightness+parseFloat(e))}))}R(LS,"lighten");var d$=Uu(LS),f$=d$;function MS(e,t){if(t==="transparent")return t;var r=Vu(t),n=typeof r.alpha=="number"?r.alpha:1,o=cn({},r,{alpha:Wu(0,1,(n*100+parseFloat(e)*100)/100)});return nl(o)}R(MS,"opacify");var p$=Uu(MS),h$=p$;function OS(e,t){if(t==="transparent")return t;var r=Vu(t),n=typeof r.alpha=="number"?r.alpha:1,o=cn({},r,{alpha:Wu(0,1,+(n*100-parseFloat(e)*100).toFixed(2)/100)});return nl(o)}R(OS,"transparentize");var m$=Uu(OS),g$=m$,Y={primary:"#FF4785",secondary:"#029CFD",tertiary:"#FAFBFC",ancillary:"#22a699",orange:"#FC521F",gold:"#FFAE00",green:"#66BF3C",seafoam:"#37D5D3",purple:"#6F2CAC",ultraviolet:"#2A0481",lightest:"#FFFFFF",lighter:"#F7FAFC",light:"#EEF3F6",mediumlight:"#ECF4F9",medium:"#D9E8F2",mediumdark:"#73828C",dark:"#5C6870",darker:"#454E54",darkest:"#2E3438",border:"hsla(203, 50%, 30%, 0.15)",positive:"#66BF3C",negative:"#FF4400",warning:"#E69D00",critical:"#FFFFFF",defaultText:"#2E3438",inverseText:"#FFFFFF",positiveText:"#448028",negativeText:"#D43900",warningText:"#A15C20"},Kn={app:"#F6F9FC",bar:Y.lightest,content:Y.lightest,preview:Y.lightest,gridCellSize:10,hoverable:g$(.9,Y.secondary),positive:"#E1FFD4",negative:"#FEDED2",warning:"#FFF5CF",critical:"#FF4400"},Jr={fonts:{base:['"Nunito Sans"',"-apple-system",'".SFNSText-Regular"','"San Francisco"',"BlinkMacSystemFont",'"Segoe UI"','"Helvetica Neue"',"Helvetica","Arial","sans-serif"].join(", "),mono:["ui-monospace","Menlo","Monaco",'"Roboto Mono"','"Oxygen Mono"','"Ubuntu Monospace"','"Source Code Pro"','"Droid Sans Mono"','"Courier New"',"monospace"].join(", ")},weight:{regular:400,bold:700},size:{s1:12,s2:14,s3:16,m1:20,m2:24,m3:28,l1:32,l2:40,l3:48,code:90}},$S=Wv(sO(),1),v$=(0,$S.default)(1)(({typography:e})=>({body:{fontFamily:e.fonts.base,fontSize:e.size.s3,margin:0,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",WebkitTapHighlightColor:"rgba(0, 0, 0, 0)",WebkitOverflowScrolling:"touch"},"*":{boxSizing:"border-box"},"h1, h2, h3, h4, h5, h6":{fontWeight:e.weight.regular,margin:0,padding:0},"button, input, textarea, select":{fontFamily:"inherit",fontSize:"inherit",boxSizing:"border-box"},sub:{fontSize:"0.8em",bottom:"-0.2em"},sup:{fontSize:"0.8em",top:"-0.2em"},"b, strong":{fontWeight:e.weight.bold},hr:{border:"none",borderTop:"1px solid silver",clear:"both",marginBottom:"1.25rem"},code:{fontFamily:e.fonts.mono,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",display:"inline-block",paddingLeft:2,paddingRight:2,verticalAlign:"baseline",color:"inherit"},pre:{fontFamily:e.fonts.mono,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",lineHeight:"18px",padding:"11px 1rem",whiteSpace:"pre-wrap",color:"inherit",borderRadius:3,margin:"1rem 0"}}));(0,$S.default)(1)(({color:e,background:t,typography:r})=>{let n=v$({typography:r});return{...n,body:{...n.body,color:e.defaultText,background:t.app,overflow:"hidden"},hr:{...n.hr,borderTop:`1px solid ${e.border}`}}});var y$={base:"dark",colorPrimary:"#FF4785",colorSecondary:"#029CFD",appBg:"#222425",appContentBg:"#1B1C1D",appPreviewBg:Y.lightest,appBorderColor:"rgba(255,255,255,.1)",appBorderRadius:4,fontBase:Jr.fonts.base,fontCode:Jr.fonts.mono,textColor:"#C9CDCF",textInverseColor:"#222425",textMutedColor:"#798186",barTextColor:Y.mediumdark,barHoverColor:Y.secondary,barSelectedColor:Y.secondary,barBg:"#292C2E",buttonBg:"#222425",buttonBorder:"rgba(255,255,255,.1)",booleanBg:"#222425",booleanSelectedBg:"#2E3438",inputBg:"#1B1C1D",inputBorder:"rgba(255,255,255,.1)",inputTextColor:Y.lightest,inputBorderRadius:4},w$=y$,b$={base:"light",colorPrimary:"#FF4785",colorSecondary:"#029CFD",appBg:Kn.app,appContentBg:Y.lightest,appPreviewBg:Y.lightest,appBorderColor:Y.border,appBorderRadius:4,fontBase:Jr.fonts.base,fontCode:Jr.fonts.mono,textColor:Y.darkest,textInverseColor:Y.lightest,textMutedColor:Y.dark,barTextColor:Y.mediumdark,barHoverColor:Y.secondary,barSelectedColor:Y.secondary,barBg:Y.lightest,buttonBg:Kn.app,buttonBorder:Y.medium,booleanBg:Y.mediumlight,booleanSelectedBg:Y.lightest,inputBg:Y.lightest,inputBorder:Y.border,inputTextColor:Y.darkest,inputBorderRadius:4},Rd=b$,x$=(()=>{let e;return typeof window<"u"?e=window:typeof globalThis<"u"?e=globalThis:typeof global<"u"?e=global:typeof self<"u"?e=self:e={},e})(),{window:Cp}=x$,D$=R(e=>({color:e}),"mkColor"),E$=R(e=>typeof e!="string"?(Ki.warn(`Color passed to theme object should be a string. Instead ${e}(${typeof e}) was passed.`),!1):!0,"isColorString"),C$=R(e=>!/(gradient|var|calc)/.test(e),"isValidColorForPolished"),S$=R((e,t)=>e==="darken"?nl(`${c$(1,t)}`,.95):e==="lighten"?nl(`${f$(1,t)}`,.95):t,"applyPolished"),PS=R(e=>t=>{if(!E$(t)||!C$(t))return t;try{return S$(e,t)}catch{return t}},"colorFactory"),Wl=PS("lighten");PS("darken");var NS=R(()=>!Cp||!Cp.matchMedia?"light":Cp.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light","getPreferredColorScheme"),q1={light:Rd,dark:w$,normal:Rd};NS();var k$={rubber:"cubic-bezier(0.175, 0.885, 0.335, 1.05)"},A$=Rr`
|
203
|
+
from {
|
204
|
+
transform: rotate(0deg);
|
205
|
+
}
|
206
|
+
to {
|
207
|
+
transform: rotate(360deg);
|
208
|
+
}
|
209
|
+
`,jS=Rr`
|
210
|
+
0%, 100% { opacity: 1; }
|
211
|
+
50% { opacity: .4; }
|
212
|
+
`,F$=Rr`
|
213
|
+
0% { transform: translateY(1px); }
|
214
|
+
25% { transform: translateY(0px); }
|
215
|
+
50% { transform: translateY(-3px); }
|
216
|
+
100% { transform: translateY(1px); }
|
217
|
+
`,_$=Rr`
|
218
|
+
0%, 100% { transform:translate3d(0,0,0); }
|
219
|
+
12.5%, 62.5% { transform:translate3d(-4px,0,0); }
|
220
|
+
37.5%, 87.5% { transform: translate3d(4px,0,0); }
|
221
|
+
`,I$=W1`
|
222
|
+
animation: ${jS} 1.5s ease-in-out infinite;
|
223
|
+
color: transparent;
|
224
|
+
cursor: progress;
|
225
|
+
`,R$=W1`
|
226
|
+
transition: all 150ms ease-out;
|
227
|
+
transform: translate3d(0, 0, 0);
|
228
|
+
|
229
|
+
&:hover {
|
230
|
+
transform: translate3d(0, -2px, 0);
|
231
|
+
}
|
232
|
+
|
233
|
+
&:active {
|
234
|
+
transform: translate3d(0, 0, 0);
|
235
|
+
}
|
236
|
+
`,z$={rotate360:A$,glow:jS,float:F$,jiggle:_$,inlineGlow:I$,hoverable:R$},T$={BASE_FONT_FAMILY:"Menlo, monospace",BASE_FONT_SIZE:"11px",BASE_LINE_HEIGHT:1.2,BASE_BACKGROUND_COLOR:"rgb(36, 36, 36)",BASE_COLOR:"rgb(213, 213, 213)",OBJECT_PREVIEW_ARRAY_MAX_PROPERTIES:10,OBJECT_PREVIEW_OBJECT_MAX_PROPERTIES:5,OBJECT_NAME_COLOR:"rgb(227, 110, 236)",OBJECT_VALUE_NULL_COLOR:"rgb(127, 127, 127)",OBJECT_VALUE_UNDEFINED_COLOR:"rgb(127, 127, 127)",OBJECT_VALUE_REGEXP_COLOR:"rgb(233, 63, 59)",OBJECT_VALUE_STRING_COLOR:"rgb(233, 63, 59)",OBJECT_VALUE_SYMBOL_COLOR:"rgb(233, 63, 59)",OBJECT_VALUE_NUMBER_COLOR:"hsl(252, 100%, 75%)",OBJECT_VALUE_BOOLEAN_COLOR:"hsl(252, 100%, 75%)",OBJECT_VALUE_FUNCTION_PREFIX_COLOR:"rgb(85, 106, 242)",HTML_TAG_COLOR:"rgb(93, 176, 215)",HTML_TAGNAME_COLOR:"rgb(93, 176, 215)",HTML_TAGNAME_TEXT_TRANSFORM:"lowercase",HTML_ATTRIBUTE_NAME_COLOR:"rgb(155, 187, 220)",HTML_ATTRIBUTE_VALUE_COLOR:"rgb(242, 151, 102)",HTML_COMMENT_COLOR:"rgb(137, 137, 137)",HTML_DOCTYPE_COLOR:"rgb(192, 192, 192)",ARROW_COLOR:"rgb(145, 145, 145)",ARROW_MARGIN_RIGHT:3,ARROW_FONT_SIZE:12,ARROW_ANIMATION_DURATION:"0",TREENODE_FONT_FAMILY:"Menlo, monospace",TREENODE_FONT_SIZE:"11px",TREENODE_LINE_HEIGHT:1.2,TREENODE_PADDING_LEFT:12,TABLE_BORDER_COLOR:"rgb(85, 85, 85)",TABLE_TH_BACKGROUND_COLOR:"rgb(44, 44, 44)",TABLE_TH_HOVER_COLOR:"rgb(48, 48, 48)",TABLE_SORT_ICON_COLOR:"black",TABLE_DATA_BACKGROUND_IMAGE:"linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 50%, rgba(51, 139, 255, 0.0980392) 50%, rgba(51, 139, 255, 0.0980392))",TABLE_DATA_BACKGROUND_SIZE:"128px 32px"},B$={BASE_FONT_FAMILY:"Menlo, monospace",BASE_FONT_SIZE:"11px",BASE_LINE_HEIGHT:1.2,BASE_BACKGROUND_COLOR:"white",BASE_COLOR:"black",OBJECT_PREVIEW_ARRAY_MAX_PROPERTIES:10,OBJECT_PREVIEW_OBJECT_MAX_PROPERTIES:5,OBJECT_NAME_COLOR:"rgb(136, 19, 145)",OBJECT_VALUE_NULL_COLOR:"rgb(128, 128, 128)",OBJECT_VALUE_UNDEFINED_COLOR:"rgb(128, 128, 128)",OBJECT_VALUE_REGEXP_COLOR:"rgb(196, 26, 22)",OBJECT_VALUE_STRING_COLOR:"rgb(196, 26, 22)",OBJECT_VALUE_SYMBOL_COLOR:"rgb(196, 26, 22)",OBJECT_VALUE_NUMBER_COLOR:"rgb(28, 0, 207)",OBJECT_VALUE_BOOLEAN_COLOR:"rgb(28, 0, 207)",OBJECT_VALUE_FUNCTION_PREFIX_COLOR:"rgb(13, 34, 170)",HTML_TAG_COLOR:"rgb(168, 148, 166)",HTML_TAGNAME_COLOR:"rgb(136, 18, 128)",HTML_TAGNAME_TEXT_TRANSFORM:"lowercase",HTML_ATTRIBUTE_NAME_COLOR:"rgb(153, 69, 0)",HTML_ATTRIBUTE_VALUE_COLOR:"rgb(26, 26, 166)",HTML_COMMENT_COLOR:"rgb(35, 110, 37)",HTML_DOCTYPE_COLOR:"rgb(192, 192, 192)",ARROW_COLOR:"#6e6e6e",ARROW_MARGIN_RIGHT:3,ARROW_FONT_SIZE:12,ARROW_ANIMATION_DURATION:"0",TREENODE_FONT_FAMILY:"Menlo, monospace",TREENODE_FONT_SIZE:"11px",TREENODE_LINE_HEIGHT:1.2,TREENODE_PADDING_LEFT:12,TABLE_BORDER_COLOR:"#aaa",TABLE_TH_BACKGROUND_COLOR:"#eee",TABLE_TH_HOVER_COLOR:"hsla(0, 0%, 90%, 1)",TABLE_SORT_ICON_COLOR:"#6e6e6e",TABLE_DATA_BACKGROUND_IMAGE:"linear-gradient(to bottom, white, white 50%, rgb(234, 243, 255) 50%, rgb(234, 243, 255))",TABLE_DATA_BACKGROUND_SIZE:"128px 32px"},L$=R(e=>Object.entries(e).reduce((t,[r,n])=>({...t,[r]:D$(n)}),{}),"convertColors"),M$=R(({colors:e,mono:t})=>{let r=L$(e);return{token:{fontFamily:t,WebkitFontSmoothing:"antialiased","&.tag":r.red3,"&.comment":{...r.green1,fontStyle:"italic"},"&.prolog":{...r.green1,fontStyle:"italic"},"&.doctype":{...r.green1,fontStyle:"italic"},"&.cdata":{...r.green1,fontStyle:"italic"},"&.string":r.red1,"&.url":r.cyan1,"&.symbol":r.cyan1,"&.number":r.cyan1,"&.boolean":r.cyan1,"&.variable":r.cyan1,"&.constant":r.cyan1,"&.inserted":r.cyan1,"&.atrule":r.blue1,"&.keyword":r.blue1,"&.attr-value":r.blue1,"&.punctuation":r.gray1,"&.operator":r.gray1,"&.function":r.gray1,"&.deleted":r.red2,"&.important":{fontWeight:"bold"},"&.bold":{fontWeight:"bold"},"&.italic":{fontStyle:"italic"},"&.class-name":r.cyan2,"&.selector":r.red3,"&.attr-name":r.red4,"&.property":r.red4,"&.regex":r.red4,"&.entity":r.red4,"&.directive.tag .tag":{background:"#ffff00",...r.gray1}},"language-json .token.boolean":r.blue1,"language-json .token.number":r.blue1,"language-json .token.property":r.cyan2,namespace:{opacity:.7}}},"create"),O$={green1:"#008000",red1:"#A31515",red2:"#9a050f",red3:"#800000",red4:"#ff0000",gray1:"#393A34",cyan1:"#36acaa",cyan2:"#2B91AF",blue1:"#0000ff",blue2:"#00009f"},$$={green1:"#7C7C7C",red1:"#92C379",red2:"#9a050f",red3:"#A8FF60",red4:"#96CBFE",gray1:"#EDEDED",cyan1:"#C6C5FE",cyan2:"#FFFFB6",blue1:"#B474DD",blue2:"#00009f"},P$=R(e=>({primary:e.colorPrimary,secondary:e.colorSecondary,tertiary:Y.tertiary,ancillary:Y.ancillary,orange:Y.orange,gold:Y.gold,green:Y.green,seafoam:Y.seafoam,purple:Y.purple,ultraviolet:Y.ultraviolet,lightest:Y.lightest,lighter:Y.lighter,light:Y.light,mediumlight:Y.mediumlight,medium:Y.medium,mediumdark:Y.mediumdark,dark:Y.dark,darker:Y.darker,darkest:Y.darkest,border:Y.border,positive:Y.positive,negative:Y.negative,warning:Y.warning,critical:Y.critical,defaultText:e.textColor||Y.darkest,inverseText:e.textInverseColor||Y.lightest,positiveText:Y.positiveText,negativeText:Y.negativeText,warningText:Y.warningText}),"createColors"),n7=R((e=q1[NS()])=>{let{base:t,colorPrimary:r,colorSecondary:n,appBg:o,appContentBg:a,appPreviewBg:i,appBorderColor:l,appBorderRadius:u,fontBase:d,fontCode:p,textColor:h,textInverseColor:f,barTextColor:m,barHoverColor:g,barSelectedColor:v,barBg:D,buttonBg:b,buttonBorder:w,booleanBg:y,booleanSelectedBg:x,inputBg:E,inputBorder:S,inputTextColor:C,inputBorderRadius:k,brandTitle:F,brandUrl:_,brandImage:T,brandTarget:N,gridCellSize:P,...G}=e;return{...G,base:t,color:P$(e),background:{app:o,bar:D,content:a,preview:i,gridCellSize:P||Kn.gridCellSize,hoverable:Kn.hoverable,positive:Kn.positive,negative:Kn.negative,warning:Kn.warning,critical:Kn.critical},typography:{fonts:{base:d,mono:p},weight:Jr.weight,size:Jr.size},animation:z$,easing:k$,input:{background:E,border:S,borderRadius:k,color:C},button:{background:b||E,border:w||S},boolean:{background:y||S,selectedBackground:x||E},layoutMargin:10,appBorderColor:l,appBorderRadius:u,barTextColor:m,barHoverColor:g||n,barSelectedColor:v||n,barBg:D,brand:{title:F,url:_,image:T||(F?null:void 0),target:N},code:M$({colors:t==="light"?O$:$$,mono:p}),addonActionsTheme:{...t==="light"?B$:T$,BASE_FONT_FAMILY:p,BASE_FONT_SIZE:Jr.size.s2-1,BASE_LINE_HEIGHT:"18px",BASE_BACKGROUND_COLOR:"transparent",BASE_COLOR:h,ARROW_COLOR:h$(.2,l),ARROW_MARGIN_RIGHT:4,ARROW_FONT_SIZE:8,TREENODE_FONT_FAMILY:p,TREENODE_FONT_SIZE:Jr.size.s2-1,TREENODE_LINE_HEIGHT:"18px",TREENODE_PADDING_LEFT:12}}},"convert"),N$=R(e=>Object.keys(e).length===0,"isEmpty"),Sp=R(e=>e!=null&&typeof e=="object","isObject"),j$=R((e,...t)=>Object.prototype.hasOwnProperty.call(e,...t),"hasOwnProperty"),H$=R(()=>Object.create(null),"makeObjectWithoutPrototype"),HS=R((e,t)=>e===t||!Sp(e)||!Sp(t)?{}:Object.keys(e).reduce((r,n)=>{if(j$(t,n)){let o=HS(e[n],t[n]);return Sp(o)&&N$(o)||(r[n]=o),r}return r[n]=void 0,r},H$()),"deletedDiff"),V$=HS;function VS(e){for(var t=[],r=1;r<arguments.length;r++)t[r-1]=arguments[r];var n=Array.from(typeof e=="string"?[e]:e);n[n.length-1]=n[n.length-1].replace(/\r?\n([\t ]*)$/,"");var o=n.reduce(function(l,u){var d=u.match(/\n([\t ]+|(?!\s).)/g);return d?l.concat(d.map(function(p){var h,f;return(f=(h=p.match(/[\t ]/g))===null||h===void 0?void 0:h.length)!==null&&f!==void 0?f:0})):l},[]);if(o.length){var a=new RegExp(`
|
237
|
+
[ ]{`+Math.min.apply(Math,o)+"}","g");n=n.map(function(l){return l.replace(a,`
|
238
|
+
`)})}n[0]=n[0].replace(/^\r?\n/,"");var i=n[0];return t.forEach(function(l,u){var d=i.match(/(?:^|\n)( *)$/),p=d?d[1]:"",h=l;typeof l=="string"&&l.includes(`
|
239
|
+
`)&&(h=String(l).split(`
|
240
|
+
`).map(function(f,m){return m===0?f:""+p+f}).join(`
|
241
|
+
`)),i+=h+n[u+1]}),i}R(VS,"dedent");var US=R(e=>{if(!e)return n7(Rd);let t=V$(Rd,e);return Object.keys(t).length&&Ki.warn(VS`
|
242
|
+
Your theme is missing properties, you should update your theme!
|
243
|
+
|
244
|
+
theme-data missing:
|
245
|
+
`,t),n7(e)},"ensure"),o7="/* emotion-disable-server-rendering-unsafe-selector-warning-please-do-not-use-this-the-warning-exists-for-a-reason */";function wt(){}function Te(e){return e!=null}function ce(e){return Te(e)&&U$(e)&&"id"in e&&"storyId"in e&&typeof e.id=="string"&&typeof e.storyId=="string"}function U$(e){return typeof e=="object"&&e!=null}var El=TypeError;const W$={},q$=Object.freeze(Object.defineProperty({__proto__:null,default:W$},Symbol.toStringTag,{value:"Module"})),G$=dB(q$);var sy=typeof Map=="function"&&Map.prototype,kp=Object.getOwnPropertyDescriptor&&sy?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,zd=sy&&kp&&typeof kp.get=="function"?kp.get:null,a7=sy&&Map.prototype.forEach,uy=typeof Set=="function"&&Set.prototype,Ap=Object.getOwnPropertyDescriptor&&uy?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,Td=uy&&Ap&&typeof Ap.get=="function"?Ap.get:null,i7=uy&&Set.prototype.forEach,Y$=typeof WeakMap=="function"&&WeakMap.prototype,Ps=Y$?WeakMap.prototype.has:null,K$=typeof WeakSet=="function"&&WeakSet.prototype,Ns=K$?WeakSet.prototype.has:null,X$=typeof WeakRef=="function"&&WeakRef.prototype,l7=X$?WeakRef.prototype.deref:null,Q$=Boolean.prototype.valueOf,Z$=Object.prototype.toString,J$=Function.prototype.toString,eP=String.prototype.match,cy=String.prototype.slice,no=String.prototype.replace,tP=String.prototype.toUpperCase,s7=String.prototype.toLowerCase,WS=RegExp.prototype.test,u7=Array.prototype.concat,Kr=Array.prototype.join,rP=Array.prototype.slice,c7=Math.floor,d2=typeof BigInt=="function"?BigInt.prototype.valueOf:null,Fp=Object.getOwnPropertySymbols,f2=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Symbol.prototype.toString:null,ol=typeof Symbol=="function"&&typeof Symbol.iterator=="object",ot=typeof Symbol=="function"&&Symbol.toStringTag&&(typeof Symbol.toStringTag===ol||!0)?Symbol.toStringTag:null,qS=Object.prototype.propertyIsEnumerable,d7=(typeof Reflect=="function"?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(e){return e.__proto__}:null);function f7(e,t){if(e===1/0||e===-1/0||e!==e||e&&e>-1e3&&e<1e3||WS.call(/e/,t))return t;var r=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if(typeof e=="number"){var n=e<0?-c7(-e):c7(e);if(n!==e){var o=String(n),a=cy.call(t,o.length+1);return no.call(o,r,"$&_")+"."+no.call(no.call(a,/([0-9]{3})/g,"$&_"),/_$/,"")}}return no.call(t,r,"$&_")}var p2=G$,p7=p2.custom,h7=KS(p7)?p7:null,GS={__proto__:null,double:'"',single:"'"},nP={__proto__:null,double:/(["\\])/g,single:/(['\\])/g},G1=function e(t,r,n,o){var a=r||{};if(kn(a,"quoteStyle")&&!kn(GS,a.quoteStyle))throw new TypeError('option "quoteStyle" must be "single" or "double"');if(kn(a,"maxStringLength")&&(typeof a.maxStringLength=="number"?a.maxStringLength<0&&a.maxStringLength!==1/0:a.maxStringLength!==null))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var i=kn(a,"customInspect")?a.customInspect:!0;if(typeof i!="boolean"&&i!=="symbol")throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(kn(a,"indent")&&a.indent!==null&&a.indent!==" "&&!(parseInt(a.indent,10)===a.indent&&a.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(kn(a,"numericSeparator")&&typeof a.numericSeparator!="boolean")throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var l=a.numericSeparator;if(typeof t>"u")return"undefined";if(t===null)return"null";if(typeof t=="boolean")return t?"true":"false";if(typeof t=="string")return QS(t,a);if(typeof t=="number"){if(t===0)return 1/0/t>0?"0":"-0";var u=String(t);return l?f7(t,u):u}if(typeof t=="bigint"){var d=String(t)+"n";return l?f7(t,d):d}var p=typeof a.depth>"u"?5:a.depth;if(typeof n>"u"&&(n=0),n>=p&&p>0&&typeof t=="object")return h2(t)?"[Array]":"[Object]";var h=xP(a,n);if(typeof o>"u")o=[];else if(XS(o,t)>=0)return"[Circular]";function f(P,G,j){if(G&&(o=rP.call(o),o.push(G)),j){var U={depth:a.depth};return kn(a,"quoteStyle")&&(U.quoteStyle=a.quoteStyle),e(P,U,n+1,o)}return e(P,a,n+1,o)}if(typeof t=="function"&&!m7(t)){var m=fP(t),g=$c(t,f);return"[Function"+(m?": "+m:" (anonymous)")+"]"+(g.length>0?" { "+Kr.call(g,", ")+" }":"")}if(KS(t)){var v=ol?no.call(String(t),/^(Symbol\(.*\))_[^)]*$/,"$1"):f2.call(t);return typeof t=="object"&&!ol?ql(v):v}if(yP(t)){for(var D="<"+s7.call(String(t.nodeName)),b=t.attributes||[],w=0;w<b.length;w++)D+=" "+b[w].name+"="+YS(oP(b[w].value),"double",a);return D+=">",t.childNodes&&t.childNodes.length&&(D+="..."),D+="</"+s7.call(String(t.nodeName))+">",D}if(h2(t)){if(t.length===0)return"[]";var y=$c(t,f);return h&&!bP(y)?"["+m2(y,h)+"]":"[ "+Kr.call(y,", ")+" ]"}if(iP(t)){var x=$c(t,f);return!("cause"in Error.prototype)&&"cause"in t&&!qS.call(t,"cause")?"{ ["+String(t)+"] "+Kr.call(u7.call("[cause]: "+f(t.cause),x),", ")+" }":x.length===0?"["+String(t)+"]":"{ ["+String(t)+"] "+Kr.call(x,", ")+" }"}if(typeof t=="object"&&i){if(h7&&typeof t[h7]=="function"&&p2)return p2(t,{depth:p-n});if(i!=="symbol"&&typeof t.inspect=="function")return t.inspect()}if(pP(t)){var E=[];return a7&&a7.call(t,function(P,G){E.push(f(G,t,!0)+" => "+f(P,t))}),g7("Map",zd.call(t),E,h)}if(gP(t)){var S=[];return i7&&i7.call(t,function(P){S.push(f(P,t))}),g7("Set",Td.call(t),S,h)}if(hP(t))return _p("WeakMap");if(vP(t))return _p("WeakSet");if(mP(t))return _p("WeakRef");if(sP(t))return ql(f(Number(t)));if(cP(t))return ql(f(d2.call(t)));if(uP(t))return ql(Q$.call(t));if(lP(t))return ql(f(String(t)));if(typeof window<"u"&&t===window)return"{ [object Window] }";if(typeof globalThis<"u"&&t===globalThis||typeof D3<"u"&&t===D3)return"{ [object globalThis] }";if(!aP(t)&&!m7(t)){var C=$c(t,f),k=d7?d7(t)===Object.prototype:t instanceof Object||t.constructor===Object,F=t instanceof Object?"":"null prototype",_=!k&&ot&&Object(t)===t&&ot in t?cy.call(Io(t),8,-1):F?"Object":"",T=k||typeof t.constructor!="function"?"":t.constructor.name?t.constructor.name+" ":"",N=T+(_||F?"["+Kr.call(u7.call([],_||[],F||[]),": ")+"] ":"");return C.length===0?N+"{}":h?N+"{"+m2(C,h)+"}":N+"{ "+Kr.call(C,", ")+" }"}return String(t)};function YS(e,t,r){var n=r.quoteStyle||t,o=GS[n];return o+e+o}function oP(e){return no.call(String(e),/"/g,""")}function h2(e){return Io(e)==="[object Array]"&&(!ot||!(typeof e=="object"&&ot in e))}function aP(e){return Io(e)==="[object Date]"&&(!ot||!(typeof e=="object"&&ot in e))}function m7(e){return Io(e)==="[object RegExp]"&&(!ot||!(typeof e=="object"&&ot in e))}function iP(e){return Io(e)==="[object Error]"&&(!ot||!(typeof e=="object"&&ot in e))}function lP(e){return Io(e)==="[object String]"&&(!ot||!(typeof e=="object"&&ot in e))}function sP(e){return Io(e)==="[object Number]"&&(!ot||!(typeof e=="object"&&ot in e))}function uP(e){return Io(e)==="[object Boolean]"&&(!ot||!(typeof e=="object"&&ot in e))}function KS(e){if(ol)return e&&typeof e=="object"&&e instanceof Symbol;if(typeof e=="symbol")return!0;if(!e||typeof e!="object"||!f2)return!1;try{return f2.call(e),!0}catch{}return!1}function cP(e){if(!e||typeof e!="object"||!d2)return!1;try{return d2.call(e),!0}catch{}return!1}var dP=Object.prototype.hasOwnProperty||function(e){return e in this};function kn(e,t){return dP.call(e,t)}function Io(e){return Z$.call(e)}function fP(e){if(e.name)return e.name;var t=eP.call(J$.call(e),/^function\s*([\w$]+)/);return t?t[1]:null}function XS(e,t){if(e.indexOf)return e.indexOf(t);for(var r=0,n=e.length;r<n;r++)if(e[r]===t)return r;return-1}function pP(e){if(!zd||!e||typeof e!="object")return!1;try{zd.call(e);try{Td.call(e)}catch{return!0}return e instanceof Map}catch{}return!1}function hP(e){if(!Ps||!e||typeof e!="object")return!1;try{Ps.call(e,Ps);try{Ns.call(e,Ns)}catch{return!0}return e instanceof WeakMap}catch{}return!1}function mP(e){if(!l7||!e||typeof e!="object")return!1;try{return l7.call(e),!0}catch{}return!1}function gP(e){if(!Td||!e||typeof e!="object")return!1;try{Td.call(e);try{zd.call(e)}catch{return!0}return e instanceof Set}catch{}return!1}function vP(e){if(!Ns||!e||typeof e!="object")return!1;try{Ns.call(e,Ns);try{Ps.call(e,Ps)}catch{return!0}return e instanceof WeakSet}catch{}return!1}function yP(e){return!e||typeof e!="object"?!1:typeof HTMLElement<"u"&&e instanceof HTMLElement?!0:typeof e.nodeName=="string"&&typeof e.getAttribute=="function"}function QS(e,t){if(e.length>t.maxStringLength){var r=e.length-t.maxStringLength,n="... "+r+" more character"+(r>1?"s":"");return QS(cy.call(e,0,t.maxStringLength),t)+n}var o=nP[t.quoteStyle||"single"];o.lastIndex=0;var a=no.call(no.call(e,o,"\\$1"),/[\x00-\x1f]/g,wP);return YS(a,"single",t)}function wP(e){var t=e.charCodeAt(0),r={8:"b",9:"t",10:"n",12:"f",13:"r"}[t];return r?"\\"+r:"\\x"+(t<16?"0":"")+tP.call(t.toString(16))}function ql(e){return"Object("+e+")"}function _p(e){return e+" { ? }"}function g7(e,t,r,n){var o=n?m2(r,n):Kr.call(r,", ");return e+" ("+t+") {"+o+"}"}function bP(e){for(var t=0;t<e.length;t++)if(XS(e[t],`
|
246
|
+
`)>=0)return!1;return!0}function xP(e,t){var r;if(e.indent===" ")r=" ";else if(typeof e.indent=="number"&&e.indent>0)r=Kr.call(Array(e.indent+1)," ");else return null;return{base:r,prev:Kr.call(Array(t+1),r)}}function m2(e,t){if(e.length===0)return"";var r=`
|
247
|
+
`+t.prev+t.base;return r+Kr.call(e,","+r)+`
|
248
|
+
`+t.prev}function $c(e,t){var r=h2(e),n=[];if(r){n.length=e.length;for(var o=0;o<e.length;o++)n[o]=kn(e,o)?t(e[o],e):""}var a=typeof Fp=="function"?Fp(e):[],i;if(ol){i={};for(var l=0;l<a.length;l++)i["$"+a[l]]=a[l]}for(var u in e)kn(e,u)&&(r&&String(Number(u))===u&&u<e.length||ol&&i["$"+u]instanceof Symbol||(WS.call(/[^\w$]/,u)?n.push(t(u,e)+": "+t(e[u],e)):n.push(u+": "+t(e[u],e))));if(typeof Fp=="function")for(var d=0;d<a.length;d++)qS.call(e,a[d])&&n.push("["+t(a[d])+"]: "+t(e[a[d]],e));return n}var DP=G1,EP=El,Y1=function(e,t,r){for(var n=e,o;(o=n.next)!=null;n=o)if(o.key===t)return n.next=o.next,r||(o.next=e.next,e.next=o),o},CP=function(e,t){if(e){var r=Y1(e,t);return r&&r.value}},SP=function(e,t,r){var n=Y1(e,t);n?n.value=r:e.next={key:t,next:e.next,value:r}},kP=function(e,t){return e?!!Y1(e,t):!1},AP=function(e,t){if(e)return Y1(e,t,!0)},FP=function(){var t,r={assert:function(n){if(!r.has(n))throw new EP("Side channel does not contain "+DP(n))},delete:function(n){var o=t&&t.next,a=AP(t,n);return a&&o&&o===a&&(t=void 0),!!a},get:function(n){return CP(t,n)},has:function(n){return kP(t,n)},set:function(n,o){t||(t={next:void 0}),SP(t,n,o)}};return r},ZS=Object,_P=Error,IP=EvalError,RP=RangeError,zP=ReferenceError,TP=SyntaxError,BP=URIError,LP=Math.abs,MP=Math.floor,OP=Math.max,$P=Math.min,PP=Math.pow,NP=Math.round,jP=Number.isNaN||function(t){return t!==t},HP=jP,VP=function(t){return HP(t)||t===0?t:t<0?-1:1},UP=Object.getOwnPropertyDescriptor,_0=UP;if(_0)try{_0([],"length")}catch{_0=null}var JS=_0,I0=Object.defineProperty||!1;if(I0)try{I0({},"a",{value:1})}catch{I0=!1}var WP=I0,Ip,v7;function qP(){return v7||(v7=1,Ip=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var t={},r=Symbol("test"),n=Object(r);if(typeof r=="string"||Object.prototype.toString.call(r)!=="[object Symbol]"||Object.prototype.toString.call(n)!=="[object Symbol]")return!1;var o=42;t[r]=o;for(var a in t)return!1;if(typeof Object.keys=="function"&&Object.keys(t).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(t).length!==0)return!1;var i=Object.getOwnPropertySymbols(t);if(i.length!==1||i[0]!==r||!Object.prototype.propertyIsEnumerable.call(t,r))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var l=Object.getOwnPropertyDescriptor(t,r);if(l.value!==o||l.enumerable!==!0)return!1}return!0}),Ip}var Rp,y7;function GP(){if(y7)return Rp;y7=1;var e=typeof Symbol<"u"&&Symbol,t=qP();return Rp=function(){return typeof e!="function"||typeof Symbol!="function"||typeof e("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:t()},Rp}var zp,w7;function ek(){return w7||(w7=1,zp=typeof Reflect<"u"&&Reflect.getPrototypeOf||null),zp}var Tp,b7;function tk(){if(b7)return Tp;b7=1;var e=ZS;return Tp=e.getPrototypeOf||null,Tp}var Bp,x7;function YP(){if(x7)return Bp;x7=1;var e="Function.prototype.bind called on incompatible ",t=Object.prototype.toString,r=Math.max,n="[object Function]",o=function(u,d){for(var p=[],h=0;h<u.length;h+=1)p[h]=u[h];for(var f=0;f<d.length;f+=1)p[f+u.length]=d[f];return p},a=function(u,d){for(var p=[],h=d,f=0;h<u.length;h+=1,f+=1)p[f]=u[h];return p},i=function(l,u){for(var d="",p=0;p<l.length;p+=1)d+=l[p],p+1<l.length&&(d+=u);return d};return Bp=function(u){var d=this;if(typeof d!="function"||t.apply(d)!==n)throw new TypeError(e+d);for(var p=a(arguments,1),h,f=function(){if(this instanceof h){var b=d.apply(this,o(p,arguments));return Object(b)===b?b:this}return d.apply(u,o(p,arguments))},m=r(0,d.length-p.length),g=[],v=0;v<m;v++)g[v]="$"+v;if(h=Function("binder","return function ("+i(g,",")+"){ return binder.apply(this,arguments); }")(f),d.prototype){var D=function(){};D.prototype=d.prototype,h.prototype=new D,D.prototype=null}return h},Bp}var Lp,D7;function K1(){if(D7)return Lp;D7=1;var e=YP();return Lp=Function.prototype.bind||e,Lp}var Mp,E7;function dy(){return E7||(E7=1,Mp=Function.prototype.call),Mp}var Op,C7;function rk(){return C7||(C7=1,Op=Function.prototype.apply),Op}var KP=typeof Reflect<"u"&&Reflect&&Reflect.apply,XP=K1(),QP=rk(),ZP=dy(),JP=KP,eN=JP||XP.call(ZP,QP),tN=K1(),rN=El,nN=dy(),oN=eN,nk=function(t){if(t.length<1||typeof t[0]!="function")throw new rN("a function is required");return oN(tN,nN,t)},$p,S7;function aN(){if(S7)return $p;S7=1;var e=nk,t=JS,r;try{r=[].__proto__===Array.prototype}catch(i){if(!i||typeof i!="object"||!("code"in i)||i.code!=="ERR_PROTO_ACCESS")throw i}var n=!!r&&t&&t(Object.prototype,"__proto__"),o=Object,a=o.getPrototypeOf;return $p=n&&typeof n.get=="function"?e([n.get]):typeof a=="function"?function(l){return a(l==null?l:o(l))}:!1,$p}var Pp,k7;function iN(){if(k7)return Pp;k7=1;var e=ek(),t=tk(),r=aN();return Pp=e?function(o){return e(o)}:t?function(o){if(!o||typeof o!="object"&&typeof o!="function")throw new TypeError("getProto: not an object");return t(o)}:r?function(o){return r(o)}:null,Pp}var Np,A7;function lN(){if(A7)return Np;A7=1;var e=Function.prototype.call,t=Object.prototype.hasOwnProperty,r=K1();return Np=r.call(e,t),Np}var re,sN=ZS,uN=_P,cN=IP,dN=RP,fN=zP,al=TP,Ai=El,pN=BP,hN=LP,mN=MP,gN=OP,vN=$P,yN=PP,wN=NP,bN=VP,ok=Function,jp=function(e){try{return ok('"use strict"; return ('+e+").constructor;")()}catch{}},wu=JS,xN=WP,Hp=function(){throw new Ai},DN=wu?function(){try{return arguments.callee,Hp}catch{try{return wu(arguments,"callee").get}catch{return Hp}}}():Hp,Wa=GP()(),$e=iN(),EN=tk(),CN=ek(),ak=rk(),qu=dy(),ei={},SN=typeof Uint8Array>"u"||!$e?re:$e(Uint8Array),ca={__proto__:null,"%AggregateError%":typeof AggregateError>"u"?re:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?re:ArrayBuffer,"%ArrayIteratorPrototype%":Wa&&$e?$e([][Symbol.iterator]()):re,"%AsyncFromSyncIteratorPrototype%":re,"%AsyncFunction%":ei,"%AsyncGenerator%":ei,"%AsyncGeneratorFunction%":ei,"%AsyncIteratorPrototype%":ei,"%Atomics%":typeof Atomics>"u"?re:Atomics,"%BigInt%":typeof BigInt>"u"?re:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?re:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?re:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?re:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":uN,"%eval%":eval,"%EvalError%":cN,"%Float32Array%":typeof Float32Array>"u"?re:Float32Array,"%Float64Array%":typeof Float64Array>"u"?re:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?re:FinalizationRegistry,"%Function%":ok,"%GeneratorFunction%":ei,"%Int8Array%":typeof Int8Array>"u"?re:Int8Array,"%Int16Array%":typeof Int16Array>"u"?re:Int16Array,"%Int32Array%":typeof Int32Array>"u"?re:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":Wa&&$e?$e($e([][Symbol.iterator]())):re,"%JSON%":typeof JSON=="object"?JSON:re,"%Map%":typeof Map>"u"?re:Map,"%MapIteratorPrototype%":typeof Map>"u"||!Wa||!$e?re:$e(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":sN,"%Object.getOwnPropertyDescriptor%":wu,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?re:Promise,"%Proxy%":typeof Proxy>"u"?re:Proxy,"%RangeError%":dN,"%ReferenceError%":fN,"%Reflect%":typeof Reflect>"u"?re:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?re:Set,"%SetIteratorPrototype%":typeof Set>"u"||!Wa||!$e?re:$e(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?re:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":Wa&&$e?$e(""[Symbol.iterator]()):re,"%Symbol%":Wa?Symbol:re,"%SyntaxError%":al,"%ThrowTypeError%":DN,"%TypedArray%":SN,"%TypeError%":Ai,"%Uint8Array%":typeof Uint8Array>"u"?re:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?re:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?re:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?re:Uint32Array,"%URIError%":pN,"%WeakMap%":typeof WeakMap>"u"?re:WeakMap,"%WeakRef%":typeof WeakRef>"u"?re:WeakRef,"%WeakSet%":typeof WeakSet>"u"?re:WeakSet,"%Function.prototype.call%":qu,"%Function.prototype.apply%":ak,"%Object.defineProperty%":xN,"%Object.getPrototypeOf%":EN,"%Math.abs%":hN,"%Math.floor%":mN,"%Math.max%":gN,"%Math.min%":vN,"%Math.pow%":yN,"%Math.round%":wN,"%Math.sign%":bN,"%Reflect.getPrototypeOf%":CN};if($e)try{null.error}catch(e){var kN=$e($e(e));ca["%Error.prototype%"]=kN}var AN=function e(t){var r;if(t==="%AsyncFunction%")r=jp("async function () {}");else if(t==="%GeneratorFunction%")r=jp("function* () {}");else if(t==="%AsyncGeneratorFunction%")r=jp("async function* () {}");else if(t==="%AsyncGenerator%"){var n=e("%AsyncGeneratorFunction%");n&&(r=n.prototype)}else if(t==="%AsyncIteratorPrototype%"){var o=e("%AsyncGenerator%");o&&$e&&(r=$e(o.prototype))}return ca[t]=r,r},F7={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},Gu=K1(),Bd=lN(),FN=Gu.call(qu,Array.prototype.concat),_N=Gu.call(ak,Array.prototype.splice),_7=Gu.call(qu,String.prototype.replace),Ld=Gu.call(qu,String.prototype.slice),IN=Gu.call(qu,RegExp.prototype.exec),RN=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,zN=/\\(\\)?/g,TN=function(t){var r=Ld(t,0,1),n=Ld(t,-1);if(r==="%"&&n!=="%")throw new al("invalid intrinsic syntax, expected closing `%`");if(n==="%"&&r!=="%")throw new al("invalid intrinsic syntax, expected opening `%`");var o=[];return _7(t,RN,function(a,i,l,u){o[o.length]=l?_7(u,zN,"$1"):i||a}),o},BN=function(t,r){var n=t,o;if(Bd(F7,n)&&(o=F7[n],n="%"+o[0]+"%"),Bd(ca,n)){var a=ca[n];if(a===ei&&(a=AN(n)),typeof a>"u"&&!r)throw new Ai("intrinsic "+t+" exists, but is not available. Please file an issue!");return{alias:o,name:n,value:a}}throw new al("intrinsic "+t+" does not exist!")},fy=function(t,r){if(typeof t!="string"||t.length===0)throw new Ai("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof r!="boolean")throw new Ai('"allowMissing" argument must be a boolean');if(IN(/^%?[^%]*%?$/,t)===null)throw new al("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var n=TN(t),o=n.length>0?n[0]:"",a=BN("%"+o+"%",r),i=a.name,l=a.value,u=!1,d=a.alias;d&&(o=d[0],_N(n,FN([0,1],d)));for(var p=1,h=!0;p<n.length;p+=1){var f=n[p],m=Ld(f,0,1),g=Ld(f,-1);if((m==='"'||m==="'"||m==="`"||g==='"'||g==="'"||g==="`")&&m!==g)throw new al("property names with quotes must have matching quotes");if((f==="constructor"||!h)&&(u=!0),o+="."+f,i="%"+o+"%",Bd(ca,i))l=ca[i];else if(l!=null){if(!(f in l)){if(!r)throw new Ai("base intrinsic for "+t+" exists, but the property is not available.");return}if(wu&&p+1>=n.length){var v=wu(l,f);h=!!v,h&&"get"in v&&!("originalValue"in v.get)?l=v.get:l=l[f]}else h=Bd(l,f),l=l[f];h&&!u&&(ca[i]=l)}}return l},ik=fy,lk=nk,LN=lk([ik("%String.prototype.indexOf%")]),sk=function(t,r){var n=ik(t,!!r);return typeof n=="function"&&LN(t,".prototype.")>-1?lk([n]):n},MN=fy,Yu=sk,ON=G1,$N=El,I7=MN("%Map%",!0),PN=Yu("Map.prototype.get",!0),NN=Yu("Map.prototype.set",!0),jN=Yu("Map.prototype.has",!0),HN=Yu("Map.prototype.delete",!0),VN=Yu("Map.prototype.size",!0),uk=!!I7&&function(){var t,r={assert:function(n){if(!r.has(n))throw new $N("Side channel does not contain "+ON(n))},delete:function(n){if(t){var o=HN(t,n);return VN(t)===0&&(t=void 0),o}return!1},get:function(n){if(t)return PN(t,n)},has:function(n){return t?jN(t,n):!1},set:function(n,o){t||(t=new I7),NN(t,n,o)}};return r},UN=fy,X1=sk,WN=G1,Pc=uk,qN=El,qa=UN("%WeakMap%",!0),GN=X1("WeakMap.prototype.get",!0),YN=X1("WeakMap.prototype.set",!0),KN=X1("WeakMap.prototype.has",!0),XN=X1("WeakMap.prototype.delete",!0),QN=qa?function(){var t,r,n={assert:function(o){if(!n.has(o))throw new qN("Side channel does not contain "+WN(o))},delete:function(o){if(qa&&o&&(typeof o=="object"||typeof o=="function")){if(t)return XN(t,o)}else if(Pc&&r)return r.delete(o);return!1},get:function(o){return qa&&o&&(typeof o=="object"||typeof o=="function")&&t?GN(t,o):r&&r.get(o)},has:function(o){return qa&&o&&(typeof o=="object"||typeof o=="function")&&t?KN(t,o):!!r&&r.has(o)},set:function(o,a){qa&&o&&(typeof o=="object"||typeof o=="function")?(t||(t=new qa),YN(t,o,a)):Pc&&(r||(r=Pc()),r.set(o,a))}};return n}:Pc,ZN=El,JN=G1,ej=FP,tj=uk,rj=QN,nj=rj||tj||ej,oj=function(){var t,r={assert:function(n){if(!r.has(n))throw new ZN("Side channel does not contain "+JN(n))},delete:function(n){return!!t&&t.delete(n)},get:function(n){return t&&t.get(n)},has:function(n){return!!t&&t.has(n)},set:function(n,o){t||(t=nj()),t.set(n,o)}};return r},aj=String.prototype.replace,ij=/%20/g,Vp={RFC1738:"RFC1738",RFC3986:"RFC3986"},py={default:Vp.RFC3986,formatters:{RFC1738:function(e){return aj.call(e,ij,"+")},RFC3986:function(e){return String(e)}},RFC1738:Vp.RFC1738,RFC3986:Vp.RFC3986},lj=py,Up=Object.prototype.hasOwnProperty,Qo=Array.isArray,Ur=function(){for(var e=[],t=0;t<256;++t)e.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return e}(),sj=function(t){for(;t.length>1;){var r=t.pop(),n=r.obj[r.prop];if(Qo(n)){for(var o=[],a=0;a<n.length;++a)typeof n[a]<"u"&&o.push(n[a]);r.obj[r.prop]=o}}},ck=function(t,r){for(var n=r&&r.plainObjects?{__proto__:null}:{},o=0;o<t.length;++o)typeof t[o]<"u"&&(n[o]=t[o]);return n},uj=function e(t,r,n){if(!r)return t;if(typeof r!="object"&&typeof r!="function"){if(Qo(t))t.push(r);else if(t&&typeof t=="object")(n&&(n.plainObjects||n.allowPrototypes)||!Up.call(Object.prototype,r))&&(t[r]=!0);else return[t,r];return t}if(!t||typeof t!="object")return[t].concat(r);var o=t;return Qo(t)&&!Qo(r)&&(o=ck(t,n)),Qo(t)&&Qo(r)?(r.forEach(function(a,i){if(Up.call(t,i)){var l=t[i];l&&typeof l=="object"&&a&&typeof a=="object"?t[i]=e(l,a,n):t.push(a)}else t[i]=a}),t):Object.keys(r).reduce(function(a,i){var l=r[i];return Up.call(a,i)?a[i]=e(a[i],l,n):a[i]=l,a},o)},cj=function(t,r){return Object.keys(r).reduce(function(n,o){return n[o]=r[o],n},t)},dj=function(e,t,r){var n=e.replace(/\+/g," ");if(r==="iso-8859-1")return n.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(n)}catch{return n}},Wp=1024,fj=function(t,r,n,o,a){if(t.length===0)return t;var i=t;if(typeof t=="symbol"?i=Symbol.prototype.toString.call(t):typeof t!="string"&&(i=String(t)),n==="iso-8859-1")return escape(i).replace(/%u[0-9a-f]{4}/gi,function(m){return"%26%23"+parseInt(m.slice(2),16)+"%3B"});for(var l="",u=0;u<i.length;u+=Wp){for(var d=i.length>=Wp?i.slice(u,u+Wp):i,p=[],h=0;h<d.length;++h){var f=d.charCodeAt(h);if(f===45||f===46||f===95||f===126||f>=48&&f<=57||f>=65&&f<=90||f>=97&&f<=122||a===lj.RFC1738&&(f===40||f===41)){p[p.length]=d.charAt(h);continue}if(f<128){p[p.length]=Ur[f];continue}if(f<2048){p[p.length]=Ur[192|f>>6]+Ur[128|f&63];continue}if(f<55296||f>=57344){p[p.length]=Ur[224|f>>12]+Ur[128|f>>6&63]+Ur[128|f&63];continue}h+=1,f=65536+((f&1023)<<10|d.charCodeAt(h)&1023),p[p.length]=Ur[240|f>>18]+Ur[128|f>>12&63]+Ur[128|f>>6&63]+Ur[128|f&63]}l+=p.join("")}return l},pj=function(t){for(var r=[{obj:{o:t},prop:"o"}],n=[],o=0;o<r.length;++o)for(var a=r[o],i=a.obj[a.prop],l=Object.keys(i),u=0;u<l.length;++u){var d=l[u],p=i[d];typeof p=="object"&&p!==null&&n.indexOf(p)===-1&&(r.push({obj:i,prop:d}),n.push(p))}return sj(r),t},hj=function(t){return Object.prototype.toString.call(t)==="[object RegExp]"},mj=function(t){return!t||typeof t!="object"?!1:!!(t.constructor&&t.constructor.isBuffer&&t.constructor.isBuffer(t))},gj=function(t,r){return[].concat(t,r)},vj=function(t,r){if(Qo(t)){for(var n=[],o=0;o<t.length;o+=1)n.push(r(t[o]));return n}return r(t)},dk={arrayToObject:ck,assign:cj,combine:gj,compact:pj,decode:dj,encode:fj,isBuffer:mj,isRegExp:hj,maybeMap:vj,merge:uj},fk=oj,R0=dk,js=py,yj=Object.prototype.hasOwnProperty,pk={brackets:function(t){return t+"[]"},comma:"comma",indices:function(t,r){return t+"["+r+"]"},repeat:function(t){return t}},Gr=Array.isArray,wj=Array.prototype.push,hk=function(e,t){wj.apply(e,Gr(t)?t:[t])},bj=Date.prototype.toISOString,R7=js.default,Ie={addQueryPrefix:!1,allowDots:!1,allowEmptyArrays:!1,arrayFormat:"indices",charset:"utf-8",charsetSentinel:!1,commaRoundTrip:!1,delimiter:"&",encode:!0,encodeDotInKeys:!1,encoder:R0.encode,encodeValuesOnly:!1,filter:void 0,format:R7,formatter:js.formatters[R7],indices:!1,serializeDate:function(t){return bj.call(t)},skipNulls:!1,strictNullHandling:!1},xj=function(t){return typeof t=="string"||typeof t=="number"||typeof t=="boolean"||typeof t=="symbol"||typeof t=="bigint"},qp={},Dj=function e(t,r,n,o,a,i,l,u,d,p,h,f,m,g,v,D,b,w){for(var y=t,x=w,E=0,S=!1;(x=x.get(qp))!==void 0&&!S;){var C=x.get(t);if(E+=1,typeof C<"u"){if(C===E)throw new RangeError("Cyclic object value");S=!0}typeof x.get(qp)>"u"&&(E=0)}if(typeof p=="function"?y=p(r,y):y instanceof Date?y=m(y):n==="comma"&&Gr(y)&&(y=R0.maybeMap(y,function(O){return O instanceof Date?m(O):O})),y===null){if(i)return d&&!D?d(r,Ie.encoder,b,"key",g):r;y=""}if(xj(y)||R0.isBuffer(y)){if(d){var k=D?r:d(r,Ie.encoder,b,"key",g);return[v(k)+"="+v(d(y,Ie.encoder,b,"value",g))]}return[v(r)+"="+v(String(y))]}var F=[];if(typeof y>"u")return F;var _;if(n==="comma"&&Gr(y))D&&d&&(y=R0.maybeMap(y,d)),_=[{value:y.length>0?y.join(",")||null:void 0}];else if(Gr(p))_=p;else{var T=Object.keys(y);_=h?T.sort(h):T}var N=u?String(r).replace(/\./g,"%2E"):String(r),P=o&&Gr(y)&&y.length===1?N+"[]":N;if(a&&Gr(y)&&y.length===0)return P+"[]";for(var G=0;G<_.length;++G){var j=_[G],U=typeof j=="object"&&j&&typeof j.value<"u"?j.value:y[j];if(!(l&&U===null)){var K=f&&u?String(j).replace(/\./g,"%2E"):String(j),B=Gr(y)?typeof n=="function"?n(P,K):P:P+(f?"."+K:"["+K+"]");w.set(t,E);var L=fk();L.set(qp,w),hk(F,e(U,B,n,o,a,i,l,u,n==="comma"&&D&&Gr(y)?null:d,p,h,f,m,g,v,D,b,L))}}return F},Ej=function(t){if(!t)return Ie;if(typeof t.allowEmptyArrays<"u"&&typeof t.allowEmptyArrays!="boolean")throw new TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided");if(typeof t.encodeDotInKeys<"u"&&typeof t.encodeDotInKeys!="boolean")throw new TypeError("`encodeDotInKeys` option can only be `true` or `false`, when provided");if(t.encoder!==null&&typeof t.encoder<"u"&&typeof t.encoder!="function")throw new TypeError("Encoder has to be a function.");var r=t.charset||Ie.charset;if(typeof t.charset<"u"&&t.charset!=="utf-8"&&t.charset!=="iso-8859-1")throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var n=js.default;if(typeof t.format<"u"){if(!yj.call(js.formatters,t.format))throw new TypeError("Unknown format option provided.");n=t.format}var o=js.formatters[n],a=Ie.filter;(typeof t.filter=="function"||Gr(t.filter))&&(a=t.filter);var i;if(t.arrayFormat in pk?i=t.arrayFormat:"indices"in t?i=t.indices?"indices":"repeat":i=Ie.arrayFormat,"commaRoundTrip"in t&&typeof t.commaRoundTrip!="boolean")throw new TypeError("`commaRoundTrip` must be a boolean, or absent");var l=typeof t.allowDots>"u"?t.encodeDotInKeys===!0?!0:Ie.allowDots:!!t.allowDots;return{addQueryPrefix:typeof t.addQueryPrefix=="boolean"?t.addQueryPrefix:Ie.addQueryPrefix,allowDots:l,allowEmptyArrays:typeof t.allowEmptyArrays=="boolean"?!!t.allowEmptyArrays:Ie.allowEmptyArrays,arrayFormat:i,charset:r,charsetSentinel:typeof t.charsetSentinel=="boolean"?t.charsetSentinel:Ie.charsetSentinel,commaRoundTrip:!!t.commaRoundTrip,delimiter:typeof t.delimiter>"u"?Ie.delimiter:t.delimiter,encode:typeof t.encode=="boolean"?t.encode:Ie.encode,encodeDotInKeys:typeof t.encodeDotInKeys=="boolean"?t.encodeDotInKeys:Ie.encodeDotInKeys,encoder:typeof t.encoder=="function"?t.encoder:Ie.encoder,encodeValuesOnly:typeof t.encodeValuesOnly=="boolean"?t.encodeValuesOnly:Ie.encodeValuesOnly,filter:a,format:n,formatter:o,serializeDate:typeof t.serializeDate=="function"?t.serializeDate:Ie.serializeDate,skipNulls:typeof t.skipNulls=="boolean"?t.skipNulls:Ie.skipNulls,sort:typeof t.sort=="function"?t.sort:null,strictNullHandling:typeof t.strictNullHandling=="boolean"?t.strictNullHandling:Ie.strictNullHandling}},Cj=function(e,t){var r=e,n=Ej(t),o,a;typeof n.filter=="function"?(a=n.filter,r=a("",r)):Gr(n.filter)&&(a=n.filter,o=a);var i=[];if(typeof r!="object"||r===null)return"";var l=pk[n.arrayFormat],u=l==="comma"&&n.commaRoundTrip;o||(o=Object.keys(r)),n.sort&&o.sort(n.sort);for(var d=fk(),p=0;p<o.length;++p){var h=o[p],f=r[h];n.skipNulls&&f===null||hk(i,Dj(f,h,l,u,n.allowEmptyArrays,n.strictNullHandling,n.skipNulls,n.encodeDotInKeys,n.encode?n.encoder:null,n.filter,n.sort,n.allowDots,n.serializeDate,n.format,n.formatter,n.encodeValuesOnly,n.charset,d))}var m=i.join(n.delimiter),g=n.addQueryPrefix===!0?"?":"";return n.charsetSentinel&&(n.charset==="iso-8859-1"?g+="utf8=%26%2310003%3B&":g+="utf8=%E2%9C%93&"),m.length>0?g+m:""},xa=dk,g2=Object.prototype.hasOwnProperty,z7=Array.isArray,xe={allowDots:!1,allowEmptyArrays:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decodeDotInKeys:!1,decoder:xa.decode,delimiter:"&",depth:5,duplicates:"combine",ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictDepth:!1,strictNullHandling:!1,throwOnLimitExceeded:!1},Sj=function(e){return e.replace(/&#(\d+);/g,function(t,r){return String.fromCharCode(parseInt(r,10))})},mk=function(e,t,r){if(e&&typeof e=="string"&&t.comma&&e.indexOf(",")>-1)return e.split(",");if(t.throwOnLimitExceeded&&r>=t.arrayLimit)throw new RangeError("Array limit exceeded. Only "+t.arrayLimit+" element"+(t.arrayLimit===1?"":"s")+" allowed in an array.");return e},kj="utf8=%26%2310003%3B",Aj="utf8=%E2%9C%93",Fj=function(t,r){var n={__proto__:null},o=r.ignoreQueryPrefix?t.replace(/^\?/,""):t;o=o.replace(/%5B/gi,"[").replace(/%5D/gi,"]");var a=r.parameterLimit===1/0?void 0:r.parameterLimit,i=o.split(r.delimiter,r.throwOnLimitExceeded?a+1:a);if(r.throwOnLimitExceeded&&i.length>a)throw new RangeError("Parameter limit exceeded. Only "+a+" parameter"+(a===1?"":"s")+" allowed.");var l=-1,u,d=r.charset;if(r.charsetSentinel)for(u=0;u<i.length;++u)i[u].indexOf("utf8=")===0&&(i[u]===Aj?d="utf-8":i[u]===kj&&(d="iso-8859-1"),l=u,u=i.length);for(u=0;u<i.length;++u)if(u!==l){var p=i[u],h=p.indexOf("]="),f=h===-1?p.indexOf("="):h+1,m,g;f===-1?(m=r.decoder(p,xe.decoder,d,"key"),g=r.strictNullHandling?null:""):(m=r.decoder(p.slice(0,f),xe.decoder,d,"key"),g=xa.maybeMap(mk(p.slice(f+1),r,z7(n[m])?n[m].length:0),function(D){return r.decoder(D,xe.decoder,d,"value")})),g&&r.interpretNumericEntities&&d==="iso-8859-1"&&(g=Sj(String(g))),p.indexOf("[]=")>-1&&(g=z7(g)?[g]:g);var v=g2.call(n,m);v&&r.duplicates==="combine"?n[m]=xa.combine(n[m],g):(!v||r.duplicates==="last")&&(n[m]=g)}return n},_j=function(e,t,r,n){var o=0;if(e.length>0&&e[e.length-1]==="[]"){var a=e.slice(0,-1).join("");o=Array.isArray(t)&&t[a]?t[a].length:0}for(var i=n?t:mk(t,r,o),l=e.length-1;l>=0;--l){var u,d=e[l];if(d==="[]"&&r.parseArrays)u=r.allowEmptyArrays&&(i===""||r.strictNullHandling&&i===null)?[]:xa.combine([],i);else{u=r.plainObjects?{__proto__:null}:{};var p=d.charAt(0)==="["&&d.charAt(d.length-1)==="]"?d.slice(1,-1):d,h=r.decodeDotInKeys?p.replace(/%2E/g,"."):p,f=parseInt(h,10);!r.parseArrays&&h===""?u={0:i}:!isNaN(f)&&d!==h&&String(f)===h&&f>=0&&r.parseArrays&&f<=r.arrayLimit?(u=[],u[f]=i):h!=="__proto__"&&(u[h]=i)}i=u}return i},Ij=function(t,r,n,o){if(t){var a=n.allowDots?t.replace(/\.([^.[]+)/g,"[$1]"):t,i=/(\[[^[\]]*])/,l=/(\[[^[\]]*])/g,u=n.depth>0&&i.exec(a),d=u?a.slice(0,u.index):a,p=[];if(d){if(!n.plainObjects&&g2.call(Object.prototype,d)&&!n.allowPrototypes)return;p.push(d)}for(var h=0;n.depth>0&&(u=l.exec(a))!==null&&h<n.depth;){if(h+=1,!n.plainObjects&&g2.call(Object.prototype,u[1].slice(1,-1))&&!n.allowPrototypes)return;p.push(u[1])}if(u){if(n.strictDepth===!0)throw new RangeError("Input depth exceeded depth option of "+n.depth+" and strictDepth is true");p.push("["+a.slice(u.index)+"]")}return _j(p,r,n,o)}},Rj=function(t){if(!t)return xe;if(typeof t.allowEmptyArrays<"u"&&typeof t.allowEmptyArrays!="boolean")throw new TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided");if(typeof t.decodeDotInKeys<"u"&&typeof t.decodeDotInKeys!="boolean")throw new TypeError("`decodeDotInKeys` option can only be `true` or `false`, when provided");if(t.decoder!==null&&typeof t.decoder<"u"&&typeof t.decoder!="function")throw new TypeError("Decoder has to be a function.");if(typeof t.charset<"u"&&t.charset!=="utf-8"&&t.charset!=="iso-8859-1")throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");if(typeof t.throwOnLimitExceeded<"u"&&typeof t.throwOnLimitExceeded!="boolean")throw new TypeError("`throwOnLimitExceeded` option must be a boolean");var r=typeof t.charset>"u"?xe.charset:t.charset,n=typeof t.duplicates>"u"?xe.duplicates:t.duplicates;if(n!=="combine"&&n!=="first"&&n!=="last")throw new TypeError("The duplicates option must be either combine, first, or last");var o=typeof t.allowDots>"u"?t.decodeDotInKeys===!0?!0:xe.allowDots:!!t.allowDots;return{allowDots:o,allowEmptyArrays:typeof t.allowEmptyArrays=="boolean"?!!t.allowEmptyArrays:xe.allowEmptyArrays,allowPrototypes:typeof t.allowPrototypes=="boolean"?t.allowPrototypes:xe.allowPrototypes,allowSparse:typeof t.allowSparse=="boolean"?t.allowSparse:xe.allowSparse,arrayLimit:typeof t.arrayLimit=="number"?t.arrayLimit:xe.arrayLimit,charset:r,charsetSentinel:typeof t.charsetSentinel=="boolean"?t.charsetSentinel:xe.charsetSentinel,comma:typeof t.comma=="boolean"?t.comma:xe.comma,decodeDotInKeys:typeof t.decodeDotInKeys=="boolean"?t.decodeDotInKeys:xe.decodeDotInKeys,decoder:typeof t.decoder=="function"?t.decoder:xe.decoder,delimiter:typeof t.delimiter=="string"||xa.isRegExp(t.delimiter)?t.delimiter:xe.delimiter,depth:typeof t.depth=="number"||t.depth===!1?+t.depth:xe.depth,duplicates:n,ignoreQueryPrefix:t.ignoreQueryPrefix===!0,interpretNumericEntities:typeof t.interpretNumericEntities=="boolean"?t.interpretNumericEntities:xe.interpretNumericEntities,parameterLimit:typeof t.parameterLimit=="number"?t.parameterLimit:xe.parameterLimit,parseArrays:t.parseArrays!==!1,plainObjects:typeof t.plainObjects=="boolean"?t.plainObjects:xe.plainObjects,strictDepth:typeof t.strictDepth=="boolean"?!!t.strictDepth:xe.strictDepth,strictNullHandling:typeof t.strictNullHandling=="boolean"?t.strictNullHandling:xe.strictNullHandling,throwOnLimitExceeded:typeof t.throwOnLimitExceeded=="boolean"?t.throwOnLimitExceeded:!1}},zj=function(e,t){var r=Rj(t);if(e===""||e===null||typeof e>"u")return r.plainObjects?{__proto__:null}:{};for(var n=typeof e=="string"?Fj(e,r):e,o=r.plainObjects?{__proto__:null}:{},a=Object.keys(n),i=0;i<a.length;++i){var l=a[i],u=Ij(l,n[l],r,typeof e=="string");o=xa.merge(o,u,r)}return r.allowSparse===!0?o:xa.compact(o)},Tj=Cj,Bj=zj,Lj=py,gk={formats:Lj,parse:Bj,stringify:Tj};const Mj=new Map([[void 0,/(unknown|success|approved|failed|pending|running)/],["unknown",/(success|approved|failed|pending|running)/],["success",/(approved|failed|pending|running)/],["approved",/(failed|pending|running)/],["failed",/(pending|running)/],["pending",/running/]]);function v2(e=[]){return{path:e,skip:!0,opened:!1,checked:!0,indeterminate:!1,children:{}}}function Md(e,t){var r;return t&&((r=Mj.get(e))!=null&&r.test(t))?t:e}function Qt(e){const{browser:t,testName:r,storyPath:n}=e;return[...n,r,t].filter(Te)}function ta(e,t){return t.reduce((r,n)=>ce(r)?r:r==null?void 0:r.children[n],e)}function Oj(e,t){const r=ta(e,t)??e;return ce(r)?r:null}function vk(e,t){e.checked=t,ce(e)||(e.indeterminate=!1,Object.values(e.children).filter(Te).forEach(r=>{vk(r,t)}))}function y2(e){const t=Object.values(e.children).filter(Te).filter(i=>!i.skip),r=t.every(i=>i.checked),n=t.some(i=>i.checked),o=t.some(i=>ce(i)?!1:i.indeterminate)||!r&&n,a=o||e.checked==r?e.checked:r;e.checked=a,e.indeterminate=o}function $j(e,t,r){const n=ta(e,t);n&&vk(n,r),t.slice(0,-1).map((o,a,i)=>i.slice(0,i.length-a)).forEach(o=>{const a=ta(e,o);ce(a)||a&&y2(a)}),y2(e)}function Pj(e){const t=v2();return t.opened=!0,Object.values(e).forEach(r=>{if(!r)return;const[n,...o]=Qt(r).reverse(),a=o.reverse().reduce((i,l)=>{const u=i.children[l]??v2([...i.path,l]);if(u.status=Md(u.status,r.status),r.skip||(u.skip=!1),u.skip||(i.skip=!1),i.children[l]=u,i.status=Md(i.status,u.status),ce(u))throw new Error(`Suite and Test should not have same path '${JSON.stringify(Qt(u))}'`);return u},t);a.children[n]={...r,checked:!0}}),t}function hy(e){return Object.values(e.children).filter(Te).flatMap(t=>ce(t)?t.checked?t:[]:!t.checked&&!t.indeterminate?[]:hy(t))}function yk(e){return Object.values(e.children).filter(Te).flatMap(t=>ce(t)?t.status==="failed"?t:[]:yk(t))}function wk(e,t,r){const n=t.shift();if(!n)return;const o=e.children[n]??(e.children[n]={...t.length==0?r:v2([...e.path,n]),checked:e.checked});if(ce(o)){const a=o,{skip:i,status:l,results:u,approved:d}=r;Te(i)&&(a.skip=i),Te(l)&&(a.status=l),Te(u)&&(a.results?a.results.push(...u):a.results=u),d===null?a.approved=null:d!==void 0&&Object.entries(d).forEach(([p,h])=>h!==void 0&&((a.approved=a.approved??{})[p]=h))}else wk(o,t,r);e.skip=Object.values(e.children).filter(Te).map(({skip:a})=>a).every(Boolean),e.status=Object.values(e.children).filter(Te).map(({status:a})=>a).reduce(Md)}function bk(e,t){const r=t.shift();if(!r)return;const n=e.children[r];n&&!ce(n)&&bk(n,t),(ce(n)||Object.keys((n==null?void 0:n.children)??{}).length==0)&&delete e.children[r],Object.keys(e.children).length!=0&&(y2(e),e.skip=Object.values(e.children).filter(Te).map(({skip:o})=>o).every(Boolean),e.status=Object.values(e.children).filter(Te).map(({status:o})=>o).reduce(Md))}function my(e,t){const{status:r,subStrings:n}=t;if(!r&&!n.length)return e;const o={...e,children:{}};return Object.entries(e.children).forEach(([a,i])=>{if(!(!i||i.skip))if(!r&&n.some(l=>a.toLowerCase().includes(l)))o.children[a]=i;else if(ce(i))r&&i.status&&["pending","running",r].includes(i.status)&&(o.children[a]=i);else{const l=my(i,t);if(Object.keys(l.children).length==0)return;o.children[a]=l}}),o}function Nc(e,t,r){const n=t.reduce((o,a)=>{if(o&&!ce(o))return r&&(o.opened=r),o.children[a]},e);n&&!ce(n)&&(n.opened=r)}function gy(e){return e.opened?Object.entries(e.children).flatMap(([t,r])=>r?[{title:t,suite:r},...ce(r)?[]:gy(r)]:[]):[]}function Nj(e){let t=0,r=0,n=0,o=0;const a=Object.values(e.children).filter(Te);let i;for(;i=a.pop();)ce(i)?(i.status==="approved"&&n++,i.status==="success"&&t++,i.status==="failed"&&r++,i.status==="pending"&&o++):a.push(...Object.values(i.children).filter(Te));return{approvedCount:n,successCount:t,failedCount:r,pendingCount:o}}function xk(){return[typeof __CREEVEY_SERVER_HOST__>"u"?window.location.hostname:__CREEVEY_SERVER_HOST__,typeof __CREEVEY_SERVER_PORT__>"u"?window.location.port:__CREEVEY_SERVER_PORT__].filter(Boolean).join(":")}function Dk(e,t,r){const n=e.slice(-1)[0],o=window.location.host?`${window.location.protocol}//${xk()}${window.location.pathname=="/"&&!r?"/report":window.location.pathname.split("/").slice(0,-1).join("/")}/${encodeURI(e.slice(0,-1).join("/"))}`:encodeURI(e.slice(0,-1).join("/"));return t==n?o:`${o}/${encodeURI(n)}`}function vy(e){const t=parseFloat(getComputedStyle(e).borderTopWidth);return Number.isNaN(t)?0:t}function Q1(e,t,r){const[n,o]=s.useState(!1);return s.useEffect(()=>{o(!1),Promise.all([e,t,r].map(a=>new Promise(i=>{const l=document.createElement("img");l.src=a,l.onload=i,l.onerror=i}))).then(()=>{o(!0)})},[e,t,r]),n}function Ek(e,t,r=16){const n=s.useRef(null);s.useEffect(()=>{if(e.current)return n.current=new ResizeObserver(t),n.current.observe(e.current),()=>{var o;return(o=n.current)==null?void 0:o.disconnect()}},[r,e,t])}function wo(e,t,r){s.useLayoutEffect(()=>{if(!e.current)return;const n=e.current,o=vy(n);n.style.height=`${n.naturalHeight*t+o*2}px`},[e,t,r])}function yy(e,t){const[r,n]=s.useState(1),o=s.useCallback(()=>{const a=e.current;if(!a||!t){n(1);return}const i=vy(a),l=(a.getBoundingClientRect().width-i*2)/a.naturalWidth;n(Math.min(1,l))},[e,t]);return Ek(e,o),s.useLayoutEffect(o,[o]),r}function jj(e){const t=`?${gk.stringify({testPath:e})}`;window.history.pushState({testPath:e},"",t)}function Hj(){const{testPath:e}=gk.parse(window.location.search.slice(1));return Array.isArray(e)&&e.every(t=>typeof t=="string")?e:[]}const Ku=z.createContext({isReport:!0,isRunning:!1,onImageNext:wt,onImageApprove:wt,onApproveAll:wt,onStop:wt,onStart:wt,onSuiteOpen:wt,onSuiteToggle:wt,sidebarFocusedItem:[],setSidebarFocusedItem:wt}),Cl=()=>s.useContext(Ku),Vj=({children:e,rootSuite:t,filter:r})=>{const{onSuiteOpen:n,onSuiteToggle:o,sidebarFocusedItem:a,setSidebarFocusedItem:i}=Cl(),l=gy(my(t,r)),u=s.useCallback(p=>l.findIndex(h=>{const f=ce(h.suite)?Qt(h.suite):h.suite.path;return p.length===f.length&&p.every(m=>f.includes(m))}),[l]),d=s.useCallback(p=>{var h;if(a!==null)switch(p.code){case"Enter":{if(a.length===0)return;const f=ta(t,a);if(!f)return;ce(f)||(p.preventDefault(),n(f.path,!f.opened)),ce(f)&&((h=f.results)==null?void 0:h.length)==0&&p.preventDefault();return}case"Space":{if(p.preventDefault(),p.altKey)return;const f=ta(t,a);if(!f)return;const m=ce(f)?Qt(f):f.path;o(m,!f.checked);return}case"ArrowDown":{const f=a.length===0?-1:u(a);if(f===l.length-1)return;const m=l[f+1],g=ce(m.suite)?Qt(m.suite):m.suite.path;i(g);return}case"ArrowUp":{const f=a.length===0?0:u(a),m=f>0?l[f-1].suite:t,g=ce(m)?Qt(m):m.path;i(g);return}case"ArrowRight":{if(a.length===0)return;const f=ta(t,a);if(!f||ce(f))return;n(f.path,!0);return}case"ArrowLeft":{if(a.length===0)return;const f=ta(t,a);if(!f)return;if(!ce(f)&&f.opened){n(f.path,!1);return}const m=ce(f)?Qt(f):f.path;i(m.slice(0,-1));return}}},[n,o,t,l,u,a,i]);return s.useEffect(()=>(document.addEventListener("keydown",d,!1),()=>{document.removeEventListener("keydown",d,!1)}),[d]),A.jsx(A.Fragment,{children:e})};function It(){return It=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},It.apply(null,arguments)}function Uj(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function bu(e,t){return bu=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(r,n){return r.__proto__=n,r},bu(e,t)}function Wj(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,bu(e,t)}function w2(e){return w2=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},w2(e)}function qj(e){try{return Function.toString.call(e).indexOf("[native code]")!==-1}catch{return typeof e=="function"}}function Ck(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(Ck=function(){return!!e})()}function Gj(e,t,r){if(Ck())return Reflect.construct.apply(null,arguments);var n=[null];n.push.apply(n,t);var o=new(e.bind.apply(e,n));return r&&bu(o,r.prototype),o}function b2(e){var t=typeof Map=="function"?new Map:void 0;return b2=function(n){if(n===null||!qj(n))return n;if(typeof n!="function")throw new TypeError("Super expression must either be null or a function");if(t!==void 0){if(t.has(n))return t.get(n);t.set(n,o)}function o(){return Gj(n,arguments,w2(this).constructor)}return o.prototype=Object.create(n.prototype,{constructor:{value:o,enumerable:!1,writable:!0,configurable:!0}}),bu(o,n)},b2(e)}var en=function(e){Wj(t,e);function t(r){var n;return n=e.call(this,"An error occurred. See https://github.com/styled-components/polished/blob/main/src/internalHelpers/errors.md#"+r+" for more information.")||this,Uj(n)}return t}(b2(Error));function Gp(e){return Math.round(e*255)}function Yj(e,t,r){return Gp(e)+","+Gp(t)+","+Gp(r)}function xu(e,t,r,n){if(n===void 0&&(n=Yj),t===0)return n(r,r,r);var o=(e%360+360)%360/60,a=(1-Math.abs(2*r-1))*t,i=a*(1-Math.abs(o%2-1)),l=0,u=0,d=0;o>=0&&o<1?(l=a,u=i):o>=1&&o<2?(l=i,u=a):o>=2&&o<3?(u=a,d=i):o>=3&&o<4?(u=i,d=a):o>=4&&o<5?(l=i,d=a):o>=5&&o<6&&(l=a,d=i);var p=r-a/2,h=l+p,f=u+p,m=d+p;return n(h,f,m)}var T7={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"00ffff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000",blanchedalmond:"ffebcd",blue:"0000ff",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"00ffff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkgrey:"a9a9a9",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkslategrey:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dimgrey:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"ff00ff",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",grey:"808080",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgray:"d3d3d3",lightgreen:"90ee90",lightgrey:"d3d3d3",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370db",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"db7093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"639",red:"f00",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",slategrey:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"fff",whitesmoke:"f5f5f5",yellow:"ff0",yellowgreen:"9acd32"};function Kj(e){if(typeof e!="string")return e;var t=e.toLowerCase();return T7[t]?"#"+T7[t]:e}var Xj=/^#[a-fA-F0-9]{6}$/,Qj=/^#[a-fA-F0-9]{8}$/,Zj=/^#[a-fA-F0-9]{3}$/,Jj=/^#[a-fA-F0-9]{4}$/,Yp=/^rgb\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*\)$/i,eH=/^rgb(?:a)?\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i,tH=/^hsl\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*\)$/i,rH=/^hsl(?:a)?\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i;function il(e){if(typeof e!="string")throw new en(3);var t=Kj(e);if(t.match(Xj))return{red:parseInt(""+t[1]+t[2],16),green:parseInt(""+t[3]+t[4],16),blue:parseInt(""+t[5]+t[6],16)};if(t.match(Qj)){var r=parseFloat((parseInt(""+t[7]+t[8],16)/255).toFixed(2));return{red:parseInt(""+t[1]+t[2],16),green:parseInt(""+t[3]+t[4],16),blue:parseInt(""+t[5]+t[6],16),alpha:r}}if(t.match(Zj))return{red:parseInt(""+t[1]+t[1],16),green:parseInt(""+t[2]+t[2],16),blue:parseInt(""+t[3]+t[3],16)};if(t.match(Jj)){var n=parseFloat((parseInt(""+t[4]+t[4],16)/255).toFixed(2));return{red:parseInt(""+t[1]+t[1],16),green:parseInt(""+t[2]+t[2],16),blue:parseInt(""+t[3]+t[3],16),alpha:n}}var o=Yp.exec(t);if(o)return{red:parseInt(""+o[1],10),green:parseInt(""+o[2],10),blue:parseInt(""+o[3],10)};var a=eH.exec(t.substring(0,50));if(a)return{red:parseInt(""+a[1],10),green:parseInt(""+a[2],10),blue:parseInt(""+a[3],10),alpha:parseFloat(""+a[4])>1?parseFloat(""+a[4])/100:parseFloat(""+a[4])};var i=tH.exec(t);if(i){var l=parseInt(""+i[1],10),u=parseInt(""+i[2],10)/100,d=parseInt(""+i[3],10)/100,p="rgb("+xu(l,u,d)+")",h=Yp.exec(p);if(!h)throw new en(4,t,p);return{red:parseInt(""+h[1],10),green:parseInt(""+h[2],10),blue:parseInt(""+h[3],10)}}var f=rH.exec(t.substring(0,50));if(f){var m=parseInt(""+f[1],10),g=parseInt(""+f[2],10)/100,v=parseInt(""+f[3],10)/100,D="rgb("+xu(m,g,v)+")",b=Yp.exec(D);if(!b)throw new en(4,t,D);return{red:parseInt(""+b[1],10),green:parseInt(""+b[2],10),blue:parseInt(""+b[3],10),alpha:parseFloat(""+f[4])>1?parseFloat(""+f[4])/100:parseFloat(""+f[4])}}throw new en(5)}function nH(e){var t=e.red/255,r=e.green/255,n=e.blue/255,o=Math.max(t,r,n),a=Math.min(t,r,n),i=(o+a)/2;if(o===a)return e.alpha!==void 0?{hue:0,saturation:0,lightness:i,alpha:e.alpha}:{hue:0,saturation:0,lightness:i};var l,u=o-a,d=i>.5?u/(2-o-a):u/(o+a);switch(o){case t:l=(r-n)/u+(r<n?6:0);break;case r:l=(n-t)/u+2;break;default:l=(t-r)/u+4;break}return l*=60,e.alpha!==void 0?{hue:l,saturation:d,lightness:i,alpha:e.alpha}:{hue:l,saturation:d,lightness:i}}function Ro(e){return nH(il(e))}var oH=function(t){return t.length===7&&t[1]===t[2]&&t[3]===t[4]&&t[5]===t[6]?"#"+t[1]+t[3]+t[5]:t},x2=oH;function Ko(e){var t=e.toString(16);return t.length===1?"0"+t:t}function Kp(e){return Ko(Math.round(e*255))}function aH(e,t,r){return x2("#"+Kp(e)+Kp(t)+Kp(r))}function Od(e,t,r){return xu(e,t,r,aH)}function iH(e,t,r){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number")return Od(e,t,r);if(typeof e=="object"&&t===void 0&&r===void 0)return Od(e.hue,e.saturation,e.lightness);throw new en(1)}function lH(e,t,r,n){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number"&&typeof n=="number")return n>=1?Od(e,t,r):"rgba("+xu(e,t,r)+","+n+")";if(typeof e=="object"&&t===void 0&&r===void 0&&n===void 0)return e.alpha>=1?Od(e.hue,e.saturation,e.lightness):"rgba("+xu(e.hue,e.saturation,e.lightness)+","+e.alpha+")";throw new en(2)}function D2(e,t,r){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number")return x2("#"+Ko(e)+Ko(t)+Ko(r));if(typeof e=="object"&&t===void 0&&r===void 0)return x2("#"+Ko(e.red)+Ko(e.green)+Ko(e.blue));throw new en(6)}function Z1(e,t,r,n){if(typeof e=="string"&&typeof t=="number"){var o=il(e);return"rgba("+o.red+","+o.green+","+o.blue+","+t+")"}else{if(typeof e=="number"&&typeof t=="number"&&typeof r=="number"&&typeof n=="number")return n>=1?D2(e,t,r):"rgba("+e+","+t+","+r+","+n+")";if(typeof e=="object"&&t===void 0&&r===void 0&&n===void 0)return e.alpha>=1?D2(e.red,e.green,e.blue):"rgba("+e.red+","+e.green+","+e.blue+","+e.alpha+")"}throw new en(7)}var sH=function(t){return typeof t.red=="number"&&typeof t.green=="number"&&typeof t.blue=="number"&&(typeof t.alpha!="number"||typeof t.alpha>"u")},uH=function(t){return typeof t.red=="number"&&typeof t.green=="number"&&typeof t.blue=="number"&&typeof t.alpha=="number"},cH=function(t){return typeof t.hue=="number"&&typeof t.saturation=="number"&&typeof t.lightness=="number"&&(typeof t.alpha!="number"||typeof t.alpha>"u")},dH=function(t){return typeof t.hue=="number"&&typeof t.saturation=="number"&&typeof t.lightness=="number"&&typeof t.alpha=="number"};function zo(e){if(typeof e!="object")throw new en(8);if(uH(e))return Z1(e);if(sH(e))return D2(e);if(dH(e))return lH(e);if(cH(e))return iH(e);throw new en(8)}function Sk(e,t,r){return function(){var o=r.concat(Array.prototype.slice.call(arguments));return o.length>=t?e.apply(this,o):Sk(e,t,o)}}function Yt(e){return Sk(e,e.length,[])}function fH(e,t){if(t==="transparent")return t;var r=Ro(t);return zo(It({},r,{hue:r.hue+parseFloat(e)}))}Yt(fH);function Sl(e,t,r){return Math.max(e,Math.min(t,r))}function pH(e,t){if(t==="transparent")return t;var r=Ro(t);return zo(It({},r,{lightness:Sl(0,1,r.lightness-parseFloat(e))}))}Yt(pH);function hH(e,t){if(t==="transparent")return t;var r=Ro(t);return zo(It({},r,{saturation:Sl(0,1,r.saturation-parseFloat(e))}))}Yt(hH);function mH(e,t){if(t==="transparent")return t;var r=Ro(t);return zo(It({},r,{lightness:Sl(0,1,r.lightness+parseFloat(e))}))}Yt(mH);function gH(e,t,r){if(t==="transparent")return r;if(r==="transparent")return t;if(e===0)return r;var n=il(t),o=It({},n,{alpha:typeof n.alpha=="number"?n.alpha:1}),a=il(r),i=It({},a,{alpha:typeof a.alpha=="number"?a.alpha:1}),l=o.alpha-i.alpha,u=parseFloat(e)*2-1,d=u*l===-1?u:u+l,p=1+u*l,h=(d/p+1)/2,f=1-h,m={red:Math.floor(o.red*h+i.red*f),green:Math.floor(o.green*h+i.green*f),blue:Math.floor(o.blue*h+i.blue*f),alpha:o.alpha*parseFloat(e)+i.alpha*(1-parseFloat(e))};return Z1(m)}var vH=Yt(gH),kk=vH;function yH(e,t){if(t==="transparent")return t;var r=il(t),n=typeof r.alpha=="number"?r.alpha:1,o=It({},r,{alpha:Sl(0,1,(n*100+parseFloat(e)*100)/100)});return Z1(o)}var wH=Yt(yH),Xp=wH;function bH(e,t){if(t==="transparent")return t;var r=Ro(t);return zo(It({},r,{saturation:Sl(0,1,r.saturation+parseFloat(e))}))}Yt(bH);function xH(e,t){return t==="transparent"?t:zo(It({},Ro(t),{hue:parseFloat(e)}))}Yt(xH);function DH(e,t){return t==="transparent"?t:zo(It({},Ro(t),{lightness:parseFloat(e)}))}Yt(DH);function EH(e,t){return t==="transparent"?t:zo(It({},Ro(t),{saturation:parseFloat(e)}))}Yt(EH);function CH(e,t){return t==="transparent"?t:kk(parseFloat(e),"rgb(0, 0, 0)",t)}Yt(CH);function SH(e,t){return t==="transparent"?t:kk(parseFloat(e),"rgb(255, 255, 255)",t)}Yt(SH);function kH(e,t){if(t==="transparent")return t;var r=il(t),n=typeof r.alpha=="number"?r.alpha:1,o=It({},r,{alpha:Sl(0,1,+(n*100-parseFloat(e)*100).toFixed(2)/100)});return Z1(o)}var AH=Yt(kH),Fi=AH,FH=Object.create,Ak=Object.defineProperty,_H=Object.getOwnPropertyDescriptor,IH=Object.getOwnPropertyNames,RH=Object.getPrototypeOf,zH=Object.prototype.hasOwnProperty,TH=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),BH=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of IH(t))!zH.call(e,o)&&o!==r&&Ak(e,o,{get:()=>t[o],enumerable:!(n=_H(t,o))||n.enumerable});return e},LH=(e,t,r)=>(r=e!=null?FH(RH(e)):{},BH(!e||!e.__esModule?Ak(r,"default",{value:e,enumerable:!0}):r,e)),MH=TH(e=>{Object.defineProperty(e,"__esModule",{value:!0}),e.isEqual=function(){var t=Object.prototype.toString,r=Object.getPrototypeOf,n=Object.getOwnPropertySymbols?function(o){return Object.keys(o).concat(Object.getOwnPropertySymbols(o))}:Object.keys;return function(o,a){return function i(l,u,d){var p,h,f,m=t.call(l),g=t.call(u);if(l===u)return!0;if(l==null||u==null)return!1;if(d.indexOf(l)>-1&&d.indexOf(u)>-1)return!0;if(d.push(l,u),m!=g||(p=n(l),h=n(u),p.length!=h.length||p.some(function(v){return!i(l[v],u[v],d)})))return!1;switch(m.slice(8,-1)){case"Symbol":return l.valueOf()==u.valueOf();case"Date":case"Number":return+l==+u||+l!=+l&&+u!=+u;case"RegExp":case"Function":case"String":case"Boolean":return""+l==""+u;case"Set":case"Map":p=l.entries(),h=u.entries();do if(!i((f=p.next()).value,h.next().value,d))return!1;while(!f.done);return!0;case"ArrayBuffer":l=new Uint8Array(l),u=new Uint8Array(u);case"DataView":l=new Uint8Array(l.buffer),u=new Uint8Array(u.buffer);case"Float32Array":case"Float64Array":case"Int8Array":case"Int16Array":case"Int32Array":case"Uint8Array":case"Uint16Array":case"Uint32Array":case"Uint8ClampedArray":case"Arguments":case"Array":if(l.length!=u.length)return!1;for(f=0;f<l.length;f++)if((f in l||f in u)&&(f in l!=f in u||!i(l[f],u[f],d)))return!1;return!0;case"Object":return i(r(l),r(u),d);default:return!1}}(o,a,[])}}()});LH(MH());var Fk=e=>e.toLowerCase().replace(/[ ’–—―′¿'`~!@#$%^&*()_|+\-=?;:'",.<>\{\}\[\]\\\/]/gi,"-").replace(/-+/g,"-").replace(/^-+/,"").replace(/-+$/,""),OH=Object.create,J1=Object.defineProperty,$H=Object.getOwnPropertyDescriptor,PH=Object.getOwnPropertyNames,NH=Object.getPrototypeOf,jH=Object.prototype.hasOwnProperty,c=(e,t)=>J1(e,"name",{value:t,configurable:!0}),jc=(e=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(e,{get:(t,r)=>(typeof require<"u"?require:t)[r]}):e)(function(e){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+e+'" is not supported')}),M=(e,t)=>()=>(e&&(t=e(e=0)),t),X=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),kl=(e,t)=>{for(var r in t)J1(e,r,{get:t[r],enumerable:!0})},HH=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of PH(t))!jH.call(e,o)&&o!==r&&J1(e,o,{get:()=>t[o],enumerable:!(n=$H(t,o))||n.enumerable});return e},Ye=(e,t,r)=>(r=e!=null?OH(NH(e)):{},HH(t||!e||!e.__esModule?J1(r,"default",{value:e,enumerable:!0}):r,e));function ut(){return ut=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)({}).hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ut.apply(null,arguments)}var ef=M(()=>{c(ut,"_extends")});function _k(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}var VH=M(()=>{c(_k,"_assertThisInitialized")});function ll(e,t){return ll=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(r,n){return r.__proto__=n,r},ll(e,t)}var wy=M(()=>{c(ll,"_setPrototypeOf")});function $d(e){return $d=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},$d(e)}var UH=M(()=>{c($d,"_getPrototypeOf")}),by,xy=M(()=>{by=(()=>{let e;return typeof window<"u"?e=window:typeof globalThis<"u"?e=globalThis:typeof global<"u"?e=global:typeof self<"u"?e=self:e={},e})()}),tf=X((e,t)=>{(function(r){if(typeof e=="object"&&typeof t<"u")t.exports=r();else if(typeof define=="function"&&define.amd)define([],r);else{var n;typeof window<"u"?n=window:typeof global<"u"?n=global:typeof self<"u"?n=self:n=this,n.memoizerific=r()}})(function(){return c(function r(n,o,a){function i(d,p){if(!o[d]){if(!n[d]){var h=typeof jc=="function"&&jc;if(!p&&h)return h(d,!0);if(l)return l(d,!0);var f=new Error("Cannot find module '"+d+"'");throw f.code="MODULE_NOT_FOUND",f}var m=o[d]={exports:{}};n[d][0].call(m.exports,function(g){var v=n[d][1][g];return i(v||g)},m,m.exports,r,n,o,a)}return o[d].exports}c(i,"s");for(var l=typeof jc=="function"&&jc,u=0;u<a.length;u++)i(a[u]);return i},"e")({1:[function(r,n,o){n.exports=function(a){if(typeof Map!="function"||a){var i=r("./similar");return new i}else return new Map}},{"./similar":2}],2:[function(r,n,o){function a(){return this.list=[],this.lastItem=void 0,this.size=0,this}c(a,"Similar"),a.prototype.get=function(i){var l;if(this.lastItem&&this.isEqual(this.lastItem.key,i))return this.lastItem.val;if(l=this.indexOf(i),l>=0)return this.lastItem=this.list[l],this.list[l].val},a.prototype.set=function(i,l){var u;return this.lastItem&&this.isEqual(this.lastItem.key,i)?(this.lastItem.val=l,this):(u=this.indexOf(i),u>=0?(this.lastItem=this.list[u],this.list[u].val=l,this):(this.lastItem={key:i,val:l},this.list.push(this.lastItem),this.size++,this))},a.prototype.delete=function(i){var l;if(this.lastItem&&this.isEqual(this.lastItem.key,i)&&(this.lastItem=void 0),l=this.indexOf(i),l>=0)return this.size--,this.list.splice(l,1)[0]},a.prototype.has=function(i){var l;return this.lastItem&&this.isEqual(this.lastItem.key,i)?!0:(l=this.indexOf(i),l>=0?(this.lastItem=this.list[l],!0):!1)},a.prototype.forEach=function(i,l){var u;for(u=0;u<this.size;u++)i.call(l||this,this.list[u].val,this.list[u].key,this)},a.prototype.indexOf=function(i){var l;for(l=0;l<this.size;l++)if(this.isEqual(this.list[l].key,i))return l;return-1},a.prototype.isEqual=function(i,l){return i===l||i!==i&&l!==l},n.exports=a},{}],3:[function(r,n,o){var a=r("map-or-similar");n.exports=function(d){var p=new a(!1),h=[];return function(f){var m=c(function(){var g=p,v,D,b=arguments.length-1,w=Array(b+1),y=!0,x;if((m.numArgs||m.numArgs===0)&&m.numArgs!==b+1)throw new Error("Memoizerific functions should always be called with the same number of arguments");for(x=0;x<b;x++){if(w[x]={cacheItem:g,arg:arguments[x]},g.has(arguments[x])){g=g.get(arguments[x]);continue}y=!1,v=new a(!1),g.set(arguments[x],v),g=v}return y&&(g.has(arguments[b])?D=g.get(arguments[b]):y=!1),y||(D=f.apply(null,arguments),g.set(arguments[b],D)),d>0&&(w[b]={cacheItem:g,arg:arguments[b]},y?i(h,w):h.push(w),h.length>d&&l(h.shift())),m.wasMemoized=y,m.numArgs=b+1,D},"memoizerific");return m.limit=d,m.wasMemoized=!1,m.cache=p,m.lru=h,m}};function i(d,p){var h=d.length,f=p.length,m,g,v;for(g=0;g<h;g++){for(m=!0,v=0;v<f;v++)if(!u(d[g][v].arg,p[v].arg)){m=!1;break}if(m)break}d.push(d.splice(g,1)[0])}c(i,"moveToMostRecentLru");function l(d){var p=d.length,h=d[p-1],f,m;for(h.cacheItem.delete(h.arg),m=p-2;m>=0&&(h=d[m],f=h.cacheItem.get(h.arg),!f||!f.size);m--)h.cacheItem.delete(h.arg)}c(l,"removeCachedResult");function u(d,p){return d===p||d!==d&&p!==p}c(u,"isEqual")},{"map-or-similar":1}]},{},[3])(3)})});function rf(e,t){if(e==null)return{};var r={};for(var n in e)if({}.hasOwnProperty.call(e,n)){if(t.indexOf(n)>=0)continue;r[n]=e[n]}return r}var Dy=M(()=>{c(rf,"_objectWithoutPropertiesLoose")});function Ik(e,t){if(e==null)return{};var r,n,o=rf(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(n=0;n<a.length;n++)r=a[n],t.indexOf(r)>=0||{}.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}var WH=M(()=>{Dy(),c(Ik,"_objectWithoutProperties")});function Pd(e,t){(t==null||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r<t;r++)n[r]=e[r];return n}var Rk=M(()=>{c(Pd,"_arrayLikeToArray")});function zk(e){if(Array.isArray(e))return Pd(e)}var qH=M(()=>{Rk(),c(zk,"_arrayWithoutHoles")});function Tk(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}var GH=M(()=>{c(Tk,"_iterableToArray")});function Bk(e,t){if(e){if(typeof e=="string")return Pd(e,t);var r={}.toString.call(e).slice(8,-1);return r==="Object"&&e.constructor&&(r=e.constructor.name),r==="Map"||r==="Set"?Array.from(e):r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?Pd(e,t):void 0}}var YH=M(()=>{Rk(),c(Bk,"_unsupportedIterableToArray")});function Lk(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
249
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var KH=M(()=>{c(Lk,"_nonIterableSpread")});function Mk(e){return zk(e)||Tk(e)||Bk(e)||Lk()}var XH=M(()=>{qH(),GH(),YH(),KH(),c(Mk,"_toConsumableArray")});function sl(e){"@babel/helpers - typeof";return sl=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},sl(e)}var Ok=M(()=>{c(sl,"_typeof")});function $k(e,t){if(sl(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t||"default");if(sl(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var QH=M(()=>{Ok(),c($k,"toPrimitive")});function Pk(e){var t=$k(e,"string");return sl(t)=="symbol"?t:t+""}var ZH=M(()=>{Ok(),QH(),c(Pk,"toPropertyKey")});function Ey(e,t,r){return(t=Pk(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var Nk=M(()=>{ZH(),c(Ey,"_defineProperty")});function E2(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(o){return Object.getOwnPropertyDescriptor(e,o).enumerable})),r.push.apply(r,n)}return r}function ra(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?E2(Object(r),!0).forEach(function(n){Ey(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):E2(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function jk(e){var t=e.length;if(t===0||t===1)return e;if(t===2)return[e[0],e[1],"".concat(e[0],".").concat(e[1]),"".concat(e[1],".").concat(e[0])];if(t===3)return[e[0],e[1],e[2],"".concat(e[0],".").concat(e[1]),"".concat(e[0],".").concat(e[2]),"".concat(e[1],".").concat(e[0]),"".concat(e[1],".").concat(e[2]),"".concat(e[2],".").concat(e[0]),"".concat(e[2],".").concat(e[1]),"".concat(e[0],".").concat(e[1],".").concat(e[2]),"".concat(e[0],".").concat(e[2],".").concat(e[1]),"".concat(e[1],".").concat(e[0],".").concat(e[2]),"".concat(e[1],".").concat(e[2],".").concat(e[0]),"".concat(e[2],".").concat(e[0],".").concat(e[1]),"".concat(e[2],".").concat(e[1],".").concat(e[0])];if(t>=4)return[e[0],e[1],e[2],e[3],"".concat(e[0],".").concat(e[1]),"".concat(e[0],".").concat(e[2]),"".concat(e[0],".").concat(e[3]),"".concat(e[1],".").concat(e[0]),"".concat(e[1],".").concat(e[2]),"".concat(e[1],".").concat(e[3]),"".concat(e[2],".").concat(e[0]),"".concat(e[2],".").concat(e[1]),"".concat(e[2],".").concat(e[3]),"".concat(e[3],".").concat(e[0]),"".concat(e[3],".").concat(e[1]),"".concat(e[3],".").concat(e[2]),"".concat(e[0],".").concat(e[1],".").concat(e[2]),"".concat(e[0],".").concat(e[1],".").concat(e[3]),"".concat(e[0],".").concat(e[2],".").concat(e[1]),"".concat(e[0],".").concat(e[2],".").concat(e[3]),"".concat(e[0],".").concat(e[3],".").concat(e[1]),"".concat(e[0],".").concat(e[3],".").concat(e[2]),"".concat(e[1],".").concat(e[0],".").concat(e[2]),"".concat(e[1],".").concat(e[0],".").concat(e[3]),"".concat(e[1],".").concat(e[2],".").concat(e[0]),"".concat(e[1],".").concat(e[2],".").concat(e[3]),"".concat(e[1],".").concat(e[3],".").concat(e[0]),"".concat(e[1],".").concat(e[3],".").concat(e[2]),"".concat(e[2],".").concat(e[0],".").concat(e[1]),"".concat(e[2],".").concat(e[0],".").concat(e[3]),"".concat(e[2],".").concat(e[1],".").concat(e[0]),"".concat(e[2],".").concat(e[1],".").concat(e[3]),"".concat(e[2],".").concat(e[3],".").concat(e[0]),"".concat(e[2],".").concat(e[3],".").concat(e[1]),"".concat(e[3],".").concat(e[0],".").concat(e[1]),"".concat(e[3],".").concat(e[0],".").concat(e[2]),"".concat(e[3],".").concat(e[1],".").concat(e[0]),"".concat(e[3],".").concat(e[1],".").concat(e[2]),"".concat(e[3],".").concat(e[2],".").concat(e[0]),"".concat(e[3],".").concat(e[2],".").concat(e[1]),"".concat(e[0],".").concat(e[1],".").concat(e[2],".").concat(e[3]),"".concat(e[0],".").concat(e[1],".").concat(e[3],".").concat(e[2]),"".concat(e[0],".").concat(e[2],".").concat(e[1],".").concat(e[3]),"".concat(e[0],".").concat(e[2],".").concat(e[3],".").concat(e[1]),"".concat(e[0],".").concat(e[3],".").concat(e[1],".").concat(e[2]),"".concat(e[0],".").concat(e[3],".").concat(e[2],".").concat(e[1]),"".concat(e[1],".").concat(e[0],".").concat(e[2],".").concat(e[3]),"".concat(e[1],".").concat(e[0],".").concat(e[3],".").concat(e[2]),"".concat(e[1],".").concat(e[2],".").concat(e[0],".").concat(e[3]),"".concat(e[1],".").concat(e[2],".").concat(e[3],".").concat(e[0]),"".concat(e[1],".").concat(e[3],".").concat(e[0],".").concat(e[2]),"".concat(e[1],".").concat(e[3],".").concat(e[2],".").concat(e[0]),"".concat(e[2],".").concat(e[0],".").concat(e[1],".").concat(e[3]),"".concat(e[2],".").concat(e[0],".").concat(e[3],".").concat(e[1]),"".concat(e[2],".").concat(e[1],".").concat(e[0],".").concat(e[3]),"".concat(e[2],".").concat(e[1],".").concat(e[3],".").concat(e[0]),"".concat(e[2],".").concat(e[3],".").concat(e[0],".").concat(e[1]),"".concat(e[2],".").concat(e[3],".").concat(e[1],".").concat(e[0]),"".concat(e[3],".").concat(e[0],".").concat(e[1],".").concat(e[2]),"".concat(e[3],".").concat(e[0],".").concat(e[2],".").concat(e[1]),"".concat(e[3],".").concat(e[1],".").concat(e[0],".").concat(e[2]),"".concat(e[3],".").concat(e[1],".").concat(e[2],".").concat(e[0]),"".concat(e[3],".").concat(e[2],".").concat(e[0],".").concat(e[1]),"".concat(e[3],".").concat(e[2],".").concat(e[1],".").concat(e[0])]}function Hk(e){if(e.length===0||e.length===1)return e;var t=e.join(".");return z0[t]||(z0[t]=jk(e)),z0[t]}function Vk(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=arguments.length>2?arguments[2]:void 0,n=e.filter(function(a){return a!=="token"}),o=Hk(n);return o.reduce(function(a,i){return ra(ra({},a),r[i])},t)}function C2(e){return e.join(" ")}function Uk(e,t){var r=0;return function(n){return r+=1,n.map(function(o,a){return nf({node:o,stylesheet:e,useInlineStyles:t,key:"code-segment-".concat(r,"-").concat(a)})})}}function nf(e){var t=e.node,r=e.stylesheet,n=e.style,o=n===void 0?{}:n,a=e.useInlineStyles,i=e.key,l=t.properties,u=t.type,d=t.tagName,p=t.value;if(u==="text")return p;if(d){var h=Uk(r,a),f;if(!a)f=ra(ra({},l),{},{className:C2(l.className)});else{var m=Object.keys(r).reduce(function(b,w){return w.split(".").forEach(function(y){b.includes(y)||b.push(y)}),b},[]),g=l.className&&l.className.includes("token")?["token"]:[],v=l.className&&g.concat(l.className.filter(function(b){return!m.includes(b)}));f=ra(ra({},l),{},{className:C2(v)||void 0,style:Vk(l.className,Object.assign({},l.style,o),r)})}var D=h(t.children);return z.createElement(d,ut({key:i},f),D)}}var z0,Wk=M(()=>{ef(),Nk(),c(E2,"ownKeys"),c(ra,"_objectSpread"),c(jk,"powerSetPermutations"),z0={},c(Hk,"getClassNameCombinations"),c(Vk,"createStyleObject"),c(C2,"createClassNameString"),c(Uk,"createChildren"),c(nf,"createElement")}),qk,JH=M(()=>{qk=c(function(e,t){var r=e.listLanguages();return r.indexOf(t)!==-1},"default")});function S2(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(o){return Object.getOwnPropertyDescriptor(e,o).enumerable})),r.push.apply(r,n)}return r}function vr(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?S2(Object(r),!0).forEach(function(n){Ey(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):S2(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function Gk(e){return e.match(rA)}function Yk(e){var t=e.lines,r=e.startingLineNumber,n=e.style;return t.map(function(o,a){var i=a+r;return z.createElement("span",{key:"line-".concat(a),className:"react-syntax-highlighter-line-number",style:typeof n=="function"?n(i):n},"".concat(i,`
|
250
|
+
`))})}function Kk(e){var t=e.codeString,r=e.codeStyle,n=e.containerStyle,o=n===void 0?{float:"left",paddingRight:"10px"}:n,a=e.numberStyle,i=a===void 0?{}:a,l=e.startingLineNumber;return z.createElement("code",{style:Object.assign({},r,o)},Yk({lines:t.replace(/\n$/,"").split(`
|
251
|
+
`),style:i,startingLineNumber:l}))}function Xk(e){return"".concat(e.toString().length,".25em")}function Cy(e,t){return{type:"element",tagName:"span",properties:{key:"line-number--".concat(e),className:["comment","linenumber","react-syntax-highlighter-line-number"],style:t},children:[{type:"text",value:e}]}}function Sy(e,t,r){var n={display:"inline-block",minWidth:Xk(r),paddingRight:"1em",textAlign:"right",userSelect:"none"},o=typeof e=="function"?e(t):e,a=vr(vr({},n),o);return a}function Hs(e){var t=e.children,r=e.lineNumber,n=e.lineNumberStyle,o=e.largestLineNumber,a=e.showInlineLineNumbers,i=e.lineProps,l=i===void 0?{}:i,u=e.className,d=u===void 0?[]:u,p=e.showLineNumbers,h=e.wrapLongLines,f=typeof l=="function"?l(r):l;if(f.className=d,r&&a){var m=Sy(n,r,o);t.unshift(Cy(r,m))}return h&p&&(f.style=vr(vr({},f.style),{},{display:"flex"})),{type:"element",tagName:"span",properties:f,children:t}}function ky(e){for(var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:[],n=0;n<e.length;n++){var o=e[n];if(o.type==="text")r.push(Hs({children:[o],className:Mk(new Set(t))}));else if(o.children){var a=t.concat(o.properties.className);ky(o.children,a).forEach(function(i){return r.push(i)})}}return r}function Qk(e,t,r,n,o,a,i,l,u){var d,p=ky(e.value),h=[],f=-1,m=0;function g(E,S){var C=arguments.length>2&&arguments[2]!==void 0?arguments[2]:[];return Hs({children:E,lineNumber:S,lineNumberStyle:l,largestLineNumber:i,showInlineLineNumbers:o,lineProps:r,className:C,showLineNumbers:n,wrapLongLines:u})}c(g,"createWrappedLine");function v(E,S){if(n&&S&&o){var C=Sy(l,S,i);E.unshift(Cy(S,C))}return E}c(v,"createUnwrappedLine");function D(E,S){var C=arguments.length>2&&arguments[2]!==void 0?arguments[2]:[];return t||C.length>0?g(E,S,C):v(E,S)}c(D,"createLine");for(var b=c(function(){var E=p[m],S=E.children[0].value,C=Gk(S);if(C){var k=S.split(`
|
252
|
+
`);k.forEach(function(F,_){var T=n&&h.length+a,N={type:"text",value:"".concat(F,`
|
253
|
+
`)};if(_===0){var P=p.slice(f+1,m).concat(Hs({children:[N],className:E.properties.className})),G=D(P,T);h.push(G)}else if(_===k.length-1){var j=p[m+1]&&p[m+1].children&&p[m+1].children[0],U={type:"text",value:"".concat(F)};if(j){var K=Hs({children:[U],className:E.properties.className});p.splice(m+1,0,K)}else{var B=[U],L=D(B,T,E.properties.className);h.push(L)}}else{var O=[N],V=D(O,T,E.properties.className);h.push(V)}}),f=m}m++},"_loop");m<p.length;)b();if(f!==p.length-1){var w=p.slice(f+1,p.length);if(w&&w.length){var y=n&&h.length+a,x=D(w,y);h.push(x)}}return t?h:(d=[]).concat.apply(d,h)}function Zk(e){var t=e.rows,r=e.stylesheet,n=e.useInlineStyles;return t.map(function(o,a){return nf({node:o,stylesheet:r,useInlineStyles:n,key:"code-segement".concat(a)})})}function Ay(e){return e&&typeof e.highlightAuto<"u"}function Jk(e){var t=e.astGenerator,r=e.language,n=e.code,o=e.defaultCodeValue;if(Ay(t)){var a=qk(t,r);return r==="text"?{value:o,language:"text"}:a?t.highlight(r,n):t.highlightAuto(n)}try{return r&&r!=="text"?{value:t.highlight(n,r)}:{value:o}}catch{return{value:o}}}function eA(e,t){return c(function(r){var n=r.language,o=r.children,a=r.style,i=a===void 0?t:a,l=r.customStyle,u=l===void 0?{}:l,d=r.codeTagProps,p=d===void 0?{className:n?"language-".concat(n):void 0,style:vr(vr({},i['code[class*="language-"]']),i['code[class*="language-'.concat(n,'"]')])}:d,h=r.useInlineStyles,f=h===void 0?!0:h,m=r.showLineNumbers,g=m===void 0?!1:m,v=r.showInlineLineNumbers,D=v===void 0?!0:v,b=r.startingLineNumber,w=b===void 0?1:b,y=r.lineNumberContainerStyle,x=r.lineNumberStyle,E=x===void 0?{}:x,S=r.wrapLines,C=r.wrapLongLines,k=C===void 0?!1:C,F=r.lineProps,_=F===void 0?{}:F,T=r.renderer,N=r.PreTag,P=N===void 0?"pre":N,G=r.CodeTag,j=G===void 0?"code":G,U=r.code,K=U===void 0?(Array.isArray(o)?o[0]:o)||"":U,B=r.astGenerator,L=Ik(r,tA);B=B||e;var O=g?z.createElement(Kk,{containerStyle:y,codeStyle:p.style||{},numberStyle:E,startingLineNumber:w,codeString:K}):null,V=i.hljs||i['pre[class*="language-"]']||{backgroundColor:"#fff"},Q=Ay(B)?"hljs":"prismjs",se=f?Object.assign({},L,{style:Object.assign({},V,u)}):Object.assign({},L,{className:L.className?"".concat(Q," ").concat(L.className):Q,style:Object.assign({},u)});if(k?p.style=vr(vr({},p.style),{},{whiteSpace:"pre-wrap"}):p.style=vr(vr({},p.style),{},{whiteSpace:"pre"}),!B)return z.createElement(P,se,O,z.createElement(j,p,K));(S===void 0&&T||k)&&(S=!0),T=T||Zk;var de=[{type:"text",value:K}],q=Jk({astGenerator:B,language:n,code:K,defaultCodeValue:de});q.language===null&&(q.value=de);var ee=q.value.length+w,ne=Qk(q,S,_,g,D,w,ee,E,k);return z.createElement(P,se,z.createElement(j,p,!D&&O,T({rows:ne,stylesheet:i,useInlineStyles:f})))},"SyntaxHighlighter")}var tA,rA,eV=M(()=>{WH(),XH(),Nk(),Wk(),JH(),tA=["language","children","style","customStyle","codeTagProps","useInlineStyles","showLineNumbers","showInlineLineNumbers","startingLineNumber","lineNumberContainerStyle","lineNumberStyle","wrapLines","wrapLongLines","lineProps","renderer","PreTag","CodeTag","code","astGenerator"],c(S2,"ownKeys"),c(vr,"_objectSpread"),rA=/\n/g,c(Gk,"getNewLines"),c(Yk,"getAllLineNumbers"),c(Kk,"AllLineNumbers"),c(Xk,"getEmWidthOfNumber"),c(Cy,"getInlineLineNumber"),c(Sy,"assembleLineNumberStyles"),c(Hs,"createLineElement"),c(ky,"flattenCodeTree"),c(Qk,"processLines"),c(Zk,"defaultRenderer"),c(Ay,"isHighlightJs"),c(Jk,"getCodeTree"),c(eA,"default")}),tV=X((e,t)=>{t.exports=n;var r=Object.prototype.hasOwnProperty;function n(){for(var o={},a=0;a<arguments.length;a++){var i=arguments[a];for(var l in i)r.call(i,l)&&(o[l]=i[l])}return o}c(n,"extend")}),nA=X((e,t)=>{t.exports=n;var r=n.prototype;r.space=null,r.normal={},r.property={};function n(o,a,i){this.property=o,this.normal=a,i&&(this.space=i)}c(n,"Schema")}),rV=X((e,t)=>{var r=tV(),n=nA();t.exports=o;function o(a){for(var i=a.length,l=[],u=[],d=-1,p,h;++d<i;)p=a[d],l.push(p.property),u.push(p.normal),h=p.space;return new n(r.apply(null,l),r.apply(null,u),h)}c(o,"merge")}),Fy=X((e,t)=>{t.exports=r;function r(n){return n.toLowerCase()}c(r,"normalize")}),oA=X((e,t)=>{t.exports=n;var r=n.prototype;r.space=null,r.attribute=null,r.property=null,r.boolean=!1,r.booleanish=!1,r.overloadedBoolean=!1,r.number=!1,r.commaSeparated=!1,r.spaceSeparated=!1,r.commaOrSpaceSeparated=!1,r.mustUseProperty=!1,r.defined=!1;function n(o,a){this.property=o,this.attribute=a}c(n,"Info")}),_y=X(e=>{var t=0;e.boolean=r(),e.booleanish=r(),e.overloadedBoolean=r(),e.number=r(),e.spaceSeparated=r(),e.commaSeparated=r(),e.commaOrSpaceSeparated=r();function r(){return Math.pow(2,++t)}c(r,"increment")}),aA=X((e,t)=>{var r=oA(),n=_y();t.exports=i,i.prototype=new r,i.prototype.defined=!0;var o=["boolean","booleanish","overloadedBoolean","number","commaSeparated","spaceSeparated","commaOrSpaceSeparated"],a=o.length;function i(u,d,p,h){var f=-1,m;for(l(this,"space",h),r.call(this,u,d);++f<a;)m=o[f],l(this,m,(p&n[m])===n[m])}c(i,"DefinedInfo");function l(u,d,p){p&&(u[d]=p)}c(l,"mark")}),Xu=X((e,t)=>{var r=Fy(),n=nA(),o=aA();t.exports=a;function a(i){var l=i.space,u=i.mustUseProperty||[],d=i.attributes||{},p=i.properties,h=i.transform,f={},m={},g,v;for(g in p)v=new o(g,h(d,g),p[g],l),u.indexOf(g)!==-1&&(v.mustUseProperty=!0),f[g]=v,m[r(g)]=g,m[r(v.attribute)]=g;return new n(f,m,l)}c(a,"create")}),nV=X((e,t)=>{var r=Xu();t.exports=r({space:"xlink",transform:n,properties:{xLinkActuate:null,xLinkArcRole:null,xLinkHref:null,xLinkRole:null,xLinkShow:null,xLinkTitle:null,xLinkType:null}});function n(o,a){return"xlink:"+a.slice(5).toLowerCase()}c(n,"xlinkTransform")}),oV=X((e,t)=>{var r=Xu();t.exports=r({space:"xml",transform:n,properties:{xmlLang:null,xmlBase:null,xmlSpace:null}});function n(o,a){return"xml:"+a.slice(3).toLowerCase()}c(n,"xmlTransform")}),aV=X((e,t)=>{t.exports=r;function r(n,o){return o in n?n[o]:o}c(r,"caseSensitiveTransform")}),iA=X((e,t)=>{var r=aV();t.exports=n;function n(o,a){return r(o,a.toLowerCase())}c(n,"caseInsensitiveTransform")}),iV=X((e,t)=>{var r=Xu(),n=iA();t.exports=r({space:"xmlns",attributes:{xmlnsxlink:"xmlns:xlink"},transform:n,properties:{xmlns:null,xmlnsXLink:null}})}),lV=X((e,t)=>{var r=_y(),n=Xu(),o=r.booleanish,a=r.number,i=r.spaceSeparated;t.exports=n({transform:l,properties:{ariaActiveDescendant:null,ariaAtomic:o,ariaAutoComplete:null,ariaBusy:o,ariaChecked:o,ariaColCount:a,ariaColIndex:a,ariaColSpan:a,ariaControls:i,ariaCurrent:null,ariaDescribedBy:i,ariaDetails:null,ariaDisabled:o,ariaDropEffect:i,ariaErrorMessage:null,ariaExpanded:o,ariaFlowTo:i,ariaGrabbed:o,ariaHasPopup:null,ariaHidden:o,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:i,ariaLevel:a,ariaLive:null,ariaModal:o,ariaMultiLine:o,ariaMultiSelectable:o,ariaOrientation:null,ariaOwns:i,ariaPlaceholder:null,ariaPosInSet:a,ariaPressed:o,ariaReadOnly:o,ariaRelevant:null,ariaRequired:o,ariaRoleDescription:i,ariaRowCount:a,ariaRowIndex:a,ariaRowSpan:a,ariaSelected:o,ariaSetSize:a,ariaSort:null,ariaValueMax:a,ariaValueMin:a,ariaValueNow:a,ariaValueText:null,role:null}});function l(u,d){return d==="role"?d:"aria-"+d.slice(4).toLowerCase()}c(l,"ariaTransform")}),sV=X((e,t)=>{var r=_y(),n=Xu(),o=iA(),a=r.boolean,i=r.overloadedBoolean,l=r.booleanish,u=r.number,d=r.spaceSeparated,p=r.commaSeparated;t.exports=n({space:"html",attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},transform:o,mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:p,acceptCharset:d,accessKey:d,action:null,allow:null,allowFullScreen:a,allowPaymentRequest:a,allowUserMedia:a,alt:null,as:null,async:a,autoCapitalize:null,autoComplete:d,autoFocus:a,autoPlay:a,capture:a,charSet:null,checked:a,cite:null,className:d,cols:u,colSpan:null,content:null,contentEditable:l,controls:a,controlsList:d,coords:u|p,crossOrigin:null,data:null,dateTime:null,decoding:null,default:a,defer:a,dir:null,dirName:null,disabled:a,download:i,draggable:l,encType:null,enterKeyHint:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:a,formTarget:null,headers:d,height:u,hidden:a,high:u,href:null,hrefLang:null,htmlFor:d,httpEquiv:d,id:null,imageSizes:null,imageSrcSet:p,inputMode:null,integrity:null,is:null,isMap:a,itemId:null,itemProp:d,itemRef:d,itemScope:a,itemType:d,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:a,low:u,manifest:null,max:null,maxLength:u,media:null,method:null,min:null,minLength:u,multiple:a,muted:a,name:null,nonce:null,noModule:a,noValidate:a,onAbort:null,onAfterPrint:null,onAuxClick:null,onBeforePrint:null,onBeforeUnload:null,onBlur:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onContextMenu:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnded:null,onError:null,onFocus:null,onFormData:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLanguageChange:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadEnd:null,onLoadStart:null,onMessage:null,onMessageError:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRejectionHandled:null,onReset:null,onResize:null,onScroll:null,onSecurityPolicyViolation:null,onSeeked:null,onSeeking:null,onSelect:null,onSlotChange:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnhandledRejection:null,onUnload:null,onVolumeChange:null,onWaiting:null,onWheel:null,open:a,optimum:u,pattern:null,ping:d,placeholder:null,playsInline:a,poster:null,preload:null,readOnly:a,referrerPolicy:null,rel:d,required:a,reversed:a,rows:u,rowSpan:u,sandbox:d,scope:null,scoped:a,seamless:a,selected:a,shape:null,size:u,sizes:null,slot:null,span:u,spellCheck:l,src:null,srcDoc:null,srcLang:null,srcSet:p,start:u,step:null,style:null,tabIndex:u,target:null,title:null,translate:null,type:null,typeMustMatch:a,useMap:null,value:l,width:u,wrap:null,align:null,aLink:null,archive:d,axis:null,background:null,bgColor:null,border:u,borderColor:null,bottomMargin:u,cellPadding:null,cellSpacing:null,char:null,charOff:null,classId:null,clear:null,code:null,codeBase:null,codeType:null,color:null,compact:a,declare:a,event:null,face:null,frame:null,frameBorder:null,hSpace:u,leftMargin:u,link:null,longDesc:null,lowSrc:null,marginHeight:u,marginWidth:u,noResize:a,noHref:a,noShade:a,noWrap:a,object:null,profile:null,prompt:null,rev:null,rightMargin:u,rules:null,scheme:null,scrolling:l,standby:null,summary:null,text:null,topMargin:u,valueType:null,version:null,vAlign:null,vLink:null,vSpace:u,allowTransparency:null,autoCorrect:null,autoSave:null,disablePictureInPicture:a,disableRemotePlayback:a,prefix:null,property:null,results:u,security:null,unselectable:null}})}),uV=X((e,t)=>{var r=rV(),n=nV(),o=oV(),a=iV(),i=lV(),l=sV();t.exports=r([o,n,a,i,l])}),cV=X((e,t)=>{var r=Fy(),n=aA(),o=oA(),a="data";t.exports=d;var i=/^data[-\w.:]+$/i,l=/-[a-z]/g,u=/[A-Z]/g;function d(g,v){var D=r(v),b=v,w=o;return D in g.normal?g.property[g.normal[D]]:(D.length>4&&D.slice(0,4)===a&&i.test(v)&&(v.charAt(4)==="-"?b=p(v):v=h(v),w=n),new w(b,v))}c(d,"find");function p(g){var v=g.slice(5).replace(l,m);return a+v.charAt(0).toUpperCase()+v.slice(1)}c(p,"datasetToProperty");function h(g){var v=g.slice(4);return l.test(v)?g:(v=v.replace(u,f),v.charAt(0)!=="-"&&(v="-"+v),a+v)}c(h,"datasetToAttribute");function f(g){return"-"+g.toLowerCase()}c(f,"kebab");function m(g){return g.charAt(1).toUpperCase()}c(m,"camelcase")}),dV=X((e,t)=>{t.exports=n;var r=/[#.]/g;function n(o,a){for(var i=o||"",l=a||"div",u={},d=0,p,h,f;d<i.length;)r.lastIndex=d,f=r.exec(i),p=i.slice(d,f?f.index:i.length),p&&(h?h==="#"?u.id=p:u.className?u.className.push(p):u.className=[p]:l=p,d+=p.length),f&&(h=f[0],d++);return{type:"element",tagName:l,properties:u,children:[]}}c(n,"parse")}),fV=X(e=>{e.parse=o,e.stringify=a;var t="",r=" ",n=/[ \t\n\r\f]+/g;function o(i){var l=String(i||t).trim();return l===t?[]:l.split(n)}c(o,"parse");function a(i){return i.join(r).trim()}c(a,"stringify")}),pV=X(e=>{e.parse=o,e.stringify=a;var t=",",r=" ",n="";function o(i){for(var l=[],u=String(i||n),d=u.indexOf(t),p=0,h=!1,f;!h;)d===-1&&(d=u.length,h=!0),f=u.slice(p,d).trim(),(f||!h)&&l.push(f),p=d+1,d=u.indexOf(t,p);return l}c(o,"parse");function a(i,l){var u=l||{},d=u.padLeft===!1?n:r,p=u.padRight?r:n;return i[i.length-1]===n&&(i=i.concat(n)),i.join(p+t+d).trim()}c(a,"stringify")}),hV=X((e,t)=>{var r=cV(),n=Fy(),o=dV(),a=fV().parse,i=pV().parse;t.exports=u;var l={}.hasOwnProperty;function u(D,b,w){var y=w?v(w):null;return x;function x(S,C){var k=o(S,b),F=Array.prototype.slice.call(arguments,2),_=k.tagName.toLowerCase(),T;if(k.tagName=y&&l.call(y,_)?y[_]:_,C&&d(C,k)&&(F.unshift(C),C=null),C)for(T in C)E(k.properties,T,C[T]);return h(k.children,F),k.tagName==="template"&&(k.content={type:"root",children:k.children},k.children=[]),k}function E(S,C,k){var F,_,T;k==null||k!==k||(F=r(D,C),_=F.property,T=k,typeof T=="string"&&(F.spaceSeparated?T=a(T):F.commaSeparated?T=i(T):F.commaOrSpaceSeparated&&(T=a(i(T).join(" ")))),_==="style"&&typeof k!="string"&&(T=g(T)),_==="className"&&S.className&&(T=S.className.concat(T)),S[_]=f(F,_,T))}}c(u,"factory");function d(D,b){return typeof D=="string"||"length"in D||p(b.tagName,D)}c(d,"isChildren");function p(D,b){var w=b.type;return D==="input"||!w||typeof w!="string"?!1:typeof b.children=="object"&&"length"in b.children?!0:(w=w.toLowerCase(),D==="button"?w!=="menu"&&w!=="submit"&&w!=="reset"&&w!=="button":"value"in b)}c(p,"isNode");function h(D,b){var w,y;if(typeof b=="string"||typeof b=="number"){D.push({type:"text",value:String(b)});return}if(typeof b=="object"&&"length"in b){for(w=-1,y=b.length;++w<y;)h(D,b[w]);return}if(typeof b!="object"||!("type"in b))throw new Error("Expected node, nodes, or string, got `"+b+"`");D.push(b)}c(h,"addChild");function f(D,b,w){var y,x,E;if(typeof w!="object"||!("length"in w))return m(D,b,w);for(x=w.length,y=-1,E=[];++y<x;)E[y]=m(D,b,w[y]);return E}c(f,"parsePrimitives");function m(D,b,w){var y=w;return D.number||D.positiveNumber?!isNaN(y)&&y!==""&&(y=Number(y)):(D.boolean||D.overloadedBoolean)&&typeof y=="string"&&(y===""||n(w)===n(b))&&(y=!0),y}c(m,"parsePrimitive");function g(D){var b=[],w;for(w in D)b.push([w,D[w]].join(": "));return b.join("; ")}c(g,"style");function v(D){for(var b=D.length,w=-1,y={},x;++w<b;)x=D[w],y[x.toLowerCase()]=x;return y}c(v,"createAdjustMap")}),mV=X((e,t)=>{var r=uV(),n=hV(),o=n(r,"div");o.displayName="html",t.exports=o}),gV=X((e,t)=>{t.exports=mV()}),vV=X((e,t)=>{t.exports={AElig:"Æ",AMP:"&",Aacute:"Á",Acirc:"Â",Agrave:"À",Aring:"Å",Atilde:"Ã",Auml:"Ä",COPY:"©",Ccedil:"Ç",ETH:"Ð",Eacute:"É",Ecirc:"Ê",Egrave:"È",Euml:"Ë",GT:">",Iacute:"Í",Icirc:"Î",Igrave:"Ì",Iuml:"Ï",LT:"<",Ntilde:"Ñ",Oacute:"Ó",Ocirc:"Ô",Ograve:"Ò",Oslash:"Ø",Otilde:"Õ",Ouml:"Ö",QUOT:'"',REG:"®",THORN:"Þ",Uacute:"Ú",Ucirc:"Û",Ugrave:"Ù",Uuml:"Ü",Yacute:"Ý",aacute:"á",acirc:"â",acute:"´",aelig:"æ",agrave:"à",amp:"&",aring:"å",atilde:"ã",auml:"ä",brvbar:"¦",ccedil:"ç",cedil:"¸",cent:"¢",copy:"©",curren:"¤",deg:"°",divide:"÷",eacute:"é",ecirc:"ê",egrave:"è",eth:"ð",euml:"ë",frac12:"½",frac14:"¼",frac34:"¾",gt:">",iacute:"í",icirc:"î",iexcl:"¡",igrave:"ì",iquest:"¿",iuml:"ï",laquo:"«",lt:"<",macr:"¯",micro:"µ",middot:"·",nbsp:" ",not:"¬",ntilde:"ñ",oacute:"ó",ocirc:"ô",ograve:"ò",ordf:"ª",ordm:"º",oslash:"ø",otilde:"õ",ouml:"ö",para:"¶",plusmn:"±",pound:"£",quot:'"',raquo:"»",reg:"®",sect:"§",shy:"",sup1:"¹",sup2:"²",sup3:"³",szlig:"ß",thorn:"þ",times:"×",uacute:"ú",ucirc:"û",ugrave:"ù",uml:"¨",uuml:"ü",yacute:"ý",yen:"¥",yuml:"ÿ"}}),yV=X((e,t)=>{t.exports={0:"�",128:"€",130:"‚",131:"ƒ",132:"„",133:"…",134:"†",135:"‡",136:"ˆ",137:"‰",138:"Š",139:"‹",140:"Œ",142:"Ž",145:"‘",146:"’",147:"“",148:"”",149:"•",150:"–",151:"—",152:"˜",153:"™",154:"š",155:"›",156:"œ",158:"ž",159:"Ÿ"}}),lA=X((e,t)=>{t.exports=r;function r(n){var o=typeof n=="string"?n.charCodeAt(0):n;return o>=48&&o<=57}c(r,"decimal")}),wV=X((e,t)=>{t.exports=r;function r(n){var o=typeof n=="string"?n.charCodeAt(0):n;return o>=97&&o<=102||o>=65&&o<=70||o>=48&&o<=57}c(r,"hexadecimal")}),bV=X((e,t)=>{t.exports=r;function r(n){var o=typeof n=="string"?n.charCodeAt(0):n;return o>=97&&o<=122||o>=65&&o<=90}c(r,"alphabetical")}),xV=X((e,t)=>{var r=bV(),n=lA();t.exports=o;function o(a){return r(a)||n(a)}c(o,"alphanumerical")}),DV=X((e,t)=>{var r,n=59;t.exports=o;function o(a){var i="&"+a+";",l;return r=r||document.createElement("i"),r.innerHTML=i,l=r.textContent,l.charCodeAt(l.length-1)===n&&a!=="semi"||l===i?!1:l}c(o,"decodeEntity")}),EV=X((e,t)=>{var r=vV(),n=yV(),o=lA(),a=wV(),i=xV(),l=DV();t.exports=V;var u={}.hasOwnProperty,d=String.fromCharCode,p=Function.prototype,h={warning:null,reference:null,text:null,warningContext:null,referenceContext:null,textContext:null,position:{},additional:null,attribute:!1,nonTerminated:!0},f=9,m=10,g=12,v=32,D=38,b=59,w=60,y=61,x=35,E=88,S=120,C=65533,k="named",F="hexadecimal",_="decimal",T={};T[F]=16,T[_]=10;var N={};N[k]=i,N[_]=o,N[F]=a;var P=1,G=2,j=3,U=4,K=5,B=6,L=7,O={};O[P]="Named character references must be terminated by a semicolon",O[G]="Numeric character references must be terminated by a semicolon",O[j]="Named character references cannot be empty",O[U]="Numeric character references cannot be empty",O[K]="Named character references must be known",O[B]="Numeric character references cannot be disallowed",O[L]="Numeric character references cannot be outside the permissible Unicode range";function V(q,ee){var ne={},_e,Ke;ee||(ee={});for(Ke in h)_e=ee[Ke],ne[Ke]=_e??h[Ke];return(ne.position.indent||ne.position.start)&&(ne.indent=ne.position.indent||[],ne.position=ne.position.start),Q(q,ne)}c(V,"parseEntities");function Q(q,ee){var ne=ee.additional,_e=ee.nonTerminated,Ke=ee.text,Br=ee.reference,zt=ee.warning,ir=ee.textContext,W=ee.referenceContext,lr=ee.warningContext,Lr=ee.position,Mo=ee.indent||[],Na=q.length,Mr=0,vc=-1,at=Lr.column||1,Oo=Lr.line||1,Or="",ja=[],$r,Ha,Pr,Xe,sr,Me,Se,Nr,yc,Hf,$o,Bl,Po,wn,y3,Ll,wc,jr,Oe;for(typeof ne=="string"&&(ne=ne.charCodeAt(0)),Ll=Ml(),Nr=zt?sB:p,Mr--,Na++;++Mr<Na;)if(sr===m&&(at=Mo[vc]||1),sr=q.charCodeAt(Mr),sr===D){if(Se=q.charCodeAt(Mr+1),Se===f||Se===m||Se===g||Se===v||Se===D||Se===w||Se!==Se||ne&&Se===ne){Or+=d(sr),at++;continue}for(Po=Mr+1,Bl=Po,Oe=Po,Se===x?(Oe=++Bl,Se=q.charCodeAt(Oe),Se===E||Se===S?(wn=F,Oe=++Bl):wn=_):wn=k,$r="",$o="",Xe="",y3=N[wn],Oe--;++Oe<Na&&(Se=q.charCodeAt(Oe),!!y3(Se));)Xe+=d(Se),wn===k&&u.call(r,Xe)&&($r=Xe,$o=r[Xe]);Pr=q.charCodeAt(Oe)===b,Pr&&(Oe++,Ha=wn===k?l(Xe):!1,Ha&&($r=Xe,$o=Ha)),jr=1+Oe-Po,!Pr&&!_e||(Xe?wn===k?(Pr&&!$o?Nr(K,1):($r!==Xe&&(Oe=Bl+$r.length,jr=1+Oe-Bl,Pr=!1),Pr||(yc=$r?P:j,ee.attribute?(Se=q.charCodeAt(Oe),Se===y?(Nr(yc,jr),$o=null):i(Se)?$o=null:Nr(yc,jr)):Nr(yc,jr))),Me=$o):(Pr||Nr(G,jr),Me=parseInt(Xe,T[wn]),se(Me)?(Nr(L,jr),Me=d(C)):Me in n?(Nr(B,jr),Me=n[Me]):(Hf="",de(Me)&&Nr(B,jr),Me>65535&&(Me-=65536,Hf+=d(Me>>>10|55296),Me=56320|Me&1023),Me=Hf+d(Me))):wn!==k&&Nr(U,jr)),Me?(w3(),Ll=Ml(),Mr=Oe-1,at+=Oe-Po+1,ja.push(Me),wc=Ml(),wc.offset++,Br&&Br.call(W,Me,{start:Ll,end:wc},q.slice(Po-1,Oe)),Ll=wc):(Xe=q.slice(Po-1,Oe),Or+=Xe,at+=Xe.length,Mr=Oe-1)}else sr===10&&(Oo++,vc++,at=0),sr===sr?(Or+=d(sr),at++):w3();return ja.join("");function Ml(){return{line:Oo,column:at,offset:Mr+(Lr.offset||0)}}function sB(b3,x3){var Vf=Ml();Vf.column+=x3,Vf.offset+=x3,zt.call(lr,O[b3],Vf,b3)}function w3(){Or&&(ja.push(Or),Ke&&Ke.call(ir,Or,{start:Ll,end:Ml()}),Or="")}}c(Q,"parse");function se(q){return q>=55296&&q<=57343||q>1114111}c(se,"prohibited");function de(q){return q>=1&&q<=8||q===11||q>=13&&q<=31||q>=127&&q<=159||q>=64976&&q<=65007||(q&65535)===65535||(q&65535)===65534}c(de,"disallowed")}),CV=X((e,t)=>{var r=typeof window<"u"?window:typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope?self:{},n=function(o){var a=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,i=0,l={},u={manual:o.Prism&&o.Prism.manual,disableWorkerMessageHandler:o.Prism&&o.Prism.disableWorkerMessageHandler,util:{encode:c(function y(x){return x instanceof d?new d(x.type,y(x.content),x.alias):Array.isArray(x)?x.map(y):x.replace(/&/g,"&").replace(/</g,"<").replace(/\u00a0/g," ")},"encode"),type:c(function(y){return Object.prototype.toString.call(y).slice(8,-1)},"type"),objId:c(function(y){return y.__id||Object.defineProperty(y,"__id",{value:++i}),y.__id},"objId"),clone:c(function y(x,E){E=E||{};var S,C;switch(u.util.type(x)){case"Object":if(C=u.util.objId(x),E[C])return E[C];S={},E[C]=S;for(var k in x)x.hasOwnProperty(k)&&(S[k]=y(x[k],E));return S;case"Array":return C=u.util.objId(x),E[C]?E[C]:(S=[],E[C]=S,x.forEach(function(F,_){S[_]=y(F,E)}),S);default:return x}},"deepClone"),getLanguage:c(function(y){for(;y;){var x=a.exec(y.className);if(x)return x[1].toLowerCase();y=y.parentElement}return"none"},"getLanguage"),setLanguage:c(function(y,x){y.className=y.className.replace(RegExp(a,"gi"),""),y.classList.add("language-"+x)},"setLanguage"),currentScript:c(function(){if(typeof document>"u")return null;if("currentScript"in document)return document.currentScript;try{throw new Error}catch(S){var y=(/at [^(\r\n]*\((.*):[^:]+:[^:]+\)$/i.exec(S.stack)||[])[1];if(y){var x=document.getElementsByTagName("script");for(var E in x)if(x[E].src==y)return x[E]}return null}},"currentScript"),isActive:c(function(y,x,E){for(var S="no-"+x;y;){var C=y.classList;if(C.contains(x))return!0;if(C.contains(S))return!1;y=y.parentElement}return!!E},"isActive")},languages:{plain:l,plaintext:l,text:l,txt:l,extend:c(function(y,x){var E=u.util.clone(u.languages[y]);for(var S in x)E[S]=x[S];return E},"extend"),insertBefore:c(function(y,x,E,S){S=S||u.languages;var C=S[y],k={};for(var F in C)if(C.hasOwnProperty(F)){if(F==x)for(var _ in E)E.hasOwnProperty(_)&&(k[_]=E[_]);E.hasOwnProperty(F)||(k[F]=C[F])}var T=S[y];return S[y]=k,u.languages.DFS(u.languages,function(N,P){P===T&&N!=y&&(this[N]=k)}),k},"insertBefore"),DFS:c(function y(x,E,S,C){C=C||{};var k=u.util.objId;for(var F in x)if(x.hasOwnProperty(F)){E.call(x,F,x[F],S||F);var _=x[F],T=u.util.type(_);T==="Object"&&!C[k(_)]?(C[k(_)]=!0,y(_,E,null,C)):T==="Array"&&!C[k(_)]&&(C[k(_)]=!0,y(_,E,F,C))}},"DFS")},plugins:{},highlightAll:c(function(y,x){u.highlightAllUnder(document,y,x)},"highlightAll"),highlightAllUnder:c(function(y,x,E){var S={callback:E,container:y,selector:'code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code'};u.hooks.run("before-highlightall",S),S.elements=Array.prototype.slice.apply(S.container.querySelectorAll(S.selector)),u.hooks.run("before-all-elements-highlight",S);for(var C=0,k;k=S.elements[C++];)u.highlightElement(k,x===!0,S.callback)},"highlightAllUnder"),highlightElement:c(function(y,x,E){var S=u.util.getLanguage(y),C=u.languages[S];u.util.setLanguage(y,S);var k=y.parentElement;k&&k.nodeName.toLowerCase()==="pre"&&u.util.setLanguage(k,S);var F=y.textContent,_={element:y,language:S,grammar:C,code:F};function T(P){_.highlightedCode=P,u.hooks.run("before-insert",_),_.element.innerHTML=_.highlightedCode,u.hooks.run("after-highlight",_),u.hooks.run("complete",_),E&&E.call(_.element)}if(c(T,"insertHighlightedCode"),u.hooks.run("before-sanity-check",_),k=_.element.parentElement,k&&k.nodeName.toLowerCase()==="pre"&&!k.hasAttribute("tabindex")&&k.setAttribute("tabindex","0"),!_.code){u.hooks.run("complete",_),E&&E.call(_.element);return}if(u.hooks.run("before-highlight",_),!_.grammar){T(u.util.encode(_.code));return}if(x&&o.Worker){var N=new Worker(u.filename);N.onmessage=function(P){T(P.data)},N.postMessage(JSON.stringify({language:_.language,code:_.code,immediateClose:!0}))}else T(u.highlight(_.code,_.grammar,_.language))},"highlightElement"),highlight:c(function(y,x,E){var S={code:y,grammar:x,language:E};if(u.hooks.run("before-tokenize",S),!S.grammar)throw new Error('The language "'+S.language+'" has no grammar.');return S.tokens=u.tokenize(S.code,S.grammar),u.hooks.run("after-tokenize",S),d.stringify(u.util.encode(S.tokens),S.language)},"highlight"),tokenize:c(function(y,x){var E=x.rest;if(E){for(var S in E)x[S]=E[S];delete x.rest}var C=new f;return m(C,C.head,y),h(y,C,x,C.head,0),v(C)},"tokenize"),hooks:{all:{},add:c(function(y,x){var E=u.hooks.all;E[y]=E[y]||[],E[y].push(x)},"add"),run:c(function(y,x){var E=u.hooks.all[y];if(!(!E||!E.length))for(var S=0,C;C=E[S++];)C(x)},"run")},Token:d};o.Prism=u;function d(y,x,E,S){this.type=y,this.content=x,this.alias=E,this.length=(S||"").length|0}c(d,"Token"),d.stringify=c(function y(x,E){if(typeof x=="string")return x;if(Array.isArray(x)){var S="";return x.forEach(function(T){S+=y(T,E)}),S}var C={type:x.type,content:y(x.content,E),tag:"span",classes:["token",x.type],attributes:{},language:E},k=x.alias;k&&(Array.isArray(k)?Array.prototype.push.apply(C.classes,k):C.classes.push(k)),u.hooks.run("wrap",C);var F="";for(var _ in C.attributes)F+=" "+_+'="'+(C.attributes[_]||"").replace(/"/g,""")+'"';return"<"+C.tag+' class="'+C.classes.join(" ")+'"'+F+">"+C.content+"</"+C.tag+">"},"stringify");function p(y,x,E,S){y.lastIndex=x;var C=y.exec(E);if(C&&S&&C[1]){var k=C[1].length;C.index+=k,C[0]=C[0].slice(k)}return C}c(p,"matchPattern");function h(y,x,E,S,C,k){for(var F in E)if(!(!E.hasOwnProperty(F)||!E[F])){var _=E[F];_=Array.isArray(_)?_:[_];for(var T=0;T<_.length;++T){if(k&&k.cause==F+","+T)return;var N=_[T],P=N.inside,G=!!N.lookbehind,j=!!N.greedy,U=N.alias;if(j&&!N.pattern.global){var K=N.pattern.toString().match(/[imsuy]*$/)[0];N.pattern=RegExp(N.pattern.source,K+"g")}for(var B=N.pattern||N,L=S.next,O=C;L!==x.tail&&!(k&&O>=k.reach);O+=L.value.length,L=L.next){var V=L.value;if(x.length>y.length)return;if(!(V instanceof d)){var Q=1,se;if(j){if(se=p(B,O,y,G),!se||se.index>=y.length)break;var ne=se.index,de=se.index+se[0].length,q=O;for(q+=L.value.length;ne>=q;)L=L.next,q+=L.value.length;if(q-=L.value.length,O=q,L.value instanceof d)continue;for(var ee=L;ee!==x.tail&&(q<de||typeof ee.value=="string");ee=ee.next)Q++,q+=ee.value.length;Q--,V=y.slice(O,q),se.index-=O}else if(se=p(B,0,V,G),!se)continue;var ne=se.index,_e=se[0],Ke=V.slice(0,ne),Br=V.slice(ne+_e.length),zt=O+V.length;k&&zt>k.reach&&(k.reach=zt);var ir=L.prev;Ke&&(ir=m(x,ir,Ke),O+=Ke.length),g(x,ir,Q);var W=new d(F,P?u.tokenize(_e,P):_e,U,_e);if(L=m(x,ir,W),Br&&m(x,L,Br),Q>1){var lr={cause:F+","+T,reach:zt};h(y,x,E,L.prev,O,lr),k&&lr.reach>k.reach&&(k.reach=lr.reach)}}}}}}c(h,"matchGrammar");function f(){var y={value:null,prev:null,next:null},x={value:null,prev:y,next:null};y.next=x,this.head=y,this.tail=x,this.length=0}c(f,"LinkedList");function m(y,x,E){var S=x.next,C={value:E,prev:x,next:S};return x.next=C,S.prev=C,y.length++,C}c(m,"addAfter");function g(y,x,E){for(var S=x.next,C=0;C<E&&S!==y.tail;C++)S=S.next;x.next=S,S.prev=x,y.length-=C}c(g,"removeRange");function v(y){for(var x=[],E=y.head.next;E!==y.tail;)x.push(E.value),E=E.next;return x}if(c(v,"toArray"),!o.document)return o.addEventListener&&(u.disableWorkerMessageHandler||o.addEventListener("message",function(y){var x=JSON.parse(y.data),E=x.language,S=x.code,C=x.immediateClose;o.postMessage(u.highlight(S,u.languages[E],E)),C&&o.close()},!1)),u;var D=u.util.currentScript();D&&(u.filename=D.src,D.hasAttribute("data-manual")&&(u.manual=!0));function b(){u.manual||u.highlightAll()}if(c(b,"highlightAutomaticallyCallback"),!u.manual){var w=document.readyState;w==="loading"||w==="interactive"&&D&&D.defer?document.addEventListener("DOMContentLoaded",b):window.requestAnimationFrame?window.requestAnimationFrame(b):window.setTimeout(b,16)}return u}(r);typeof t<"u"&&t.exports&&(t.exports=n),typeof global<"u"&&(global.Prism=n)}),sA=X((e,t)=>{t.exports=r,r.displayName="markup",r.aliases=["html","mathml","svg","xml","ssml","atom","rss"];function r(n){n.languages.markup={comment:{pattern:/<!--(?:(?!<!--)[\s\S])*?-->/,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/<!DOCTYPE(?:[^>"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|<!--(?:[^-]|-(?!->))*-->)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^<!|>$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]},n.languages.markup.tag.inside["attr-value"].inside.entity=n.languages.markup.entity,n.languages.markup.doctype.inside["internal-subset"].inside=n.languages.markup,n.hooks.add("wrap",function(o){o.type==="entity"&&(o.attributes.title=o.content.value.replace(/&/,"&"))}),Object.defineProperty(n.languages.markup.tag,"addInlined",{value:c(function(o,a){var i={};i["language-"+a]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:n.languages[a]},i.cdata=/^<!\[CDATA\[|\]\]>$/i;var l={"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:i}};l["language-"+a]={pattern:/[\s\S]+/,inside:n.languages[a]};var u={};u[o]={pattern:RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g,function(){return o}),"i"),lookbehind:!0,greedy:!0,inside:l},n.languages.insertBefore("markup","cdata",u)},"addInlined")}),Object.defineProperty(n.languages.markup.tag,"addAttribute",{value:c(function(o,a){n.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+o+")"+/\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,"i"),lookbehind:!0,inside:{"attr-name":/^[^\s=]+/,"attr-value":{pattern:/=[\s\S]+/,inside:{value:{pattern:/(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,lookbehind:!0,alias:[a,"language-"+a],inside:n.languages[a]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})},"value")}),n.languages.html=n.languages.markup,n.languages.mathml=n.languages.markup,n.languages.svg=n.languages.markup,n.languages.xml=n.languages.extend("markup",{}),n.languages.ssml=n.languages.xml,n.languages.atom=n.languages.xml,n.languages.rss=n.languages.xml}c(r,"markup")}),uA=X((e,t)=>{t.exports=r,r.displayName="css",r.aliases=[];function r(n){(function(o){var a=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;o.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:/@[\w-](?:[^;{\s]|\s+(?![\s{]))*(?:;|(?=\s*\{))/,inside:{rule:/^@[\w-]+/,"selector-function-argument":{pattern:/(\bselector\s*\(\s*(?![\s)]))(?:[^()\s]|\s+(?![\s)])|\((?:[^()]|\([^()]*\))*\))+(?=\s*\))/,lookbehind:!0,alias:"selector"},keyword:{pattern:/(^|[^\w-])(?:and|not|only|or)(?![\w-])/,lookbehind:!0}}},url:{pattern:RegExp("\\burl\\((?:"+a.source+"|"+/(?:[^\\\r\n()"']|\\[\s\S])*/.source+")\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+a.source+"$"),alias:"url"}}},selector:{pattern:RegExp(`(^|[{}\\s])[^{}\\s](?:[^{};"'\\s]|\\s+(?![\\s{])|`+a.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:a,greedy:!0},property:{pattern:/(^|[^-\w\xA0-\uFFFF])(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*(?=\s*:)/i,lookbehind:!0},important:/!important\b/i,function:{pattern:/(^|[^-a-z0-9])[-a-z0-9]+(?=\()/i,lookbehind:!0},punctuation:/[(){};:,]/},o.languages.css.atrule.inside.rest=o.languages.css;var i=o.languages.markup;i&&(i.tag.addInlined("style","css"),i.tag.addAttribute("style","css"))})(n)}c(r,"css")}),SV=X((e,t)=>{t.exports=r,r.displayName="clike",r.aliases=[];function r(n){n.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|trait)\s+|\bcatch\s+\()[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:break|catch|continue|do|else|finally|for|function|if|in|instanceof|new|null|return|throw|try|while)\b/,boolean:/\b(?:false|true)\b/,function:/\b\w+(?=\()/,number:/\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/,punctuation:/[{}[\];(),.:]/}}c(r,"clike")}),kV=X((e,t)=>{t.exports=r,r.displayName="javascript",r.aliases=["js"];function r(n){n.languages.javascript=n.languages.extend("clike",{"class-name":[n.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:{pattern:RegExp(/(^|[^\w$])/.source+"(?:"+(/NaN|Infinity/.source+"|"+/0[bB][01]+(?:_[01]+)*n?/.source+"|"+/0[oO][0-7]+(?:_[0-7]+)*n?/.source+"|"+/0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source+"|"+/\d+(?:_\d+)*n/.source+"|"+/(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source)+")"+/(?![\w$])/.source),lookbehind:!0},operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/}),n.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/,n.languages.insertBefore("javascript","keyword",{regex:{pattern:/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)\/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/,lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:n.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:n.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:n.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:n.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:n.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),n.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:n.languages.javascript}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"}}),n.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}}),n.languages.markup&&(n.languages.markup.tag.addInlined("script","javascript"),n.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript")),n.languages.js=n.languages.javascript}c(r,"javascript")}),AV=X((e,t)=>{var r=typeof globalThis=="object"?globalThis:typeof self=="object"?self:typeof window=="object"?window:typeof global=="object"?global:{},n=C();r.Prism={manual:!0,disableWorkerMessageHandler:!0};var o=gV(),a=EV(),i=CV(),l=sA(),u=uA(),d=SV(),p=kV();n();var h={}.hasOwnProperty;function f(){}c(f,"Refractor"),f.prototype=i;var m=new f;t.exports=m,m.highlight=D,m.register=g,m.alias=v,m.registered=b,m.listLanguages=w,g(l),g(u),g(d),g(p),m.util.encode=E,m.Token.stringify=y;function g(k){if(typeof k!="function"||!k.displayName)throw new Error("Expected `function` for `grammar`, got `"+k+"`");m.languages[k.displayName]===void 0&&k(m)}c(g,"register");function v(k,F){var _=m.languages,T=k,N,P,G,j;F&&(T={},T[k]=F);for(N in T)for(P=T[N],P=typeof P=="string"?[P]:P,G=P.length,j=-1;++j<G;)_[P[j]]=_[N]}c(v,"alias");function D(k,F){var _=i.highlight,T;if(typeof k!="string")throw new Error("Expected `string` for `value`, got `"+k+"`");if(m.util.type(F)==="Object")T=F,F=null;else{if(typeof F!="string")throw new Error("Expected `string` for `name`, got `"+F+"`");if(h.call(m.languages,F))T=m.languages[F];else throw new Error("Unknown language: `"+F+"` is not registered")}return _.call(this,k,T,F)}c(D,"highlight");function b(k){if(typeof k!="string")throw new Error("Expected `string` for `language`, got `"+k+"`");return h.call(m.languages,k)}c(b,"registered");function w(){var k=m.languages,F=[],_;for(_ in k)h.call(k,_)&&typeof k[_]=="object"&&F.push(_);return F}c(w,"listLanguages");function y(k,F,_){var T;return typeof k=="string"?{type:"text",value:k}:m.util.type(k)==="Array"?x(k,F):(T={type:k.type,content:m.Token.stringify(k.content,F,_),tag:"span",classes:["token",k.type],attributes:{},language:F,parent:_},k.alias&&(T.classes=T.classes.concat(k.alias)),m.hooks.run("wrap",T),o(T.tag+"."+T.classes.join("."),S(T.attributes),T.content))}c(y,"stringify");function x(k,F){for(var _=[],T=k.length,N=-1,P;++N<T;)P=k[N],P!==""&&P!==null&&P!==void 0&&_.push(P);for(N=-1,T=_.length;++N<T;)P=_[N],_[N]=m.Token.stringify(P,F,_);return _}c(x,"stringifyAll");function E(k){return k}c(E,"encode");function S(k){var F;for(F in k)k[F]=a(k[F]);return k}c(S,"attributes");function C(){var k="Prism"in r,F=k?r.Prism:void 0;return _;function _(){k?r.Prism=F:delete r.Prism,k=void 0,F=void 0}}c(C,"capture")}),Hc,Vc,T0,FV=M(()=>{eV(),Hc=Ye(AV()),Vc=eA(Hc.default,{}),Vc.registerLanguage=function(e,t){return Hc.default.register(t)},Vc.alias=function(e,t){return Hc.default.alias(e,t)},T0=Vc}),_V=M(()=>{Wk()}),IV=X((e,t)=>{t.exports=r,r.displayName="bash",r.aliases=["shell"];function r(n){(function(o){var a="\\b(?:BASH|BASHOPTS|BASH_ALIASES|BASH_ARGC|BASH_ARGV|BASH_CMDS|BASH_COMPLETION_COMPAT_DIR|BASH_LINENO|BASH_REMATCH|BASH_SOURCE|BASH_VERSINFO|BASH_VERSION|COLORTERM|COLUMNS|COMP_WORDBREAKS|DBUS_SESSION_BUS_ADDRESS|DEFAULTS_PATH|DESKTOP_SESSION|DIRSTACK|DISPLAY|EUID|GDMSESSION|GDM_LANG|GNOME_KEYRING_CONTROL|GNOME_KEYRING_PID|GPG_AGENT_INFO|GROUPS|HISTCONTROL|HISTFILE|HISTFILESIZE|HISTSIZE|HOME|HOSTNAME|HOSTTYPE|IFS|INSTANCE|JOB|LANG|LANGUAGE|LC_ADDRESS|LC_ALL|LC_IDENTIFICATION|LC_MEASUREMENT|LC_MONETARY|LC_NAME|LC_NUMERIC|LC_PAPER|LC_TELEPHONE|LC_TIME|LESSCLOSE|LESSOPEN|LINES|LOGNAME|LS_COLORS|MACHTYPE|MAILCHECK|MANDATORY_PATH|NO_AT_BRIDGE|OLDPWD|OPTERR|OPTIND|ORBIT_SOCKETDIR|OSTYPE|PAPERSIZE|PATH|PIPESTATUS|PPID|PS1|PS2|PS3|PS4|PWD|RANDOM|REPLY|SECONDS|SELINUX_INIT|SESSION|SESSIONTYPE|SESSION_MANAGER|SHELL|SHELLOPTS|SHLVL|SSH_AUTH_SOCK|TERM|UID|UPSTART_EVENTS|UPSTART_INSTANCE|UPSTART_JOB|UPSTART_SESSION|USER|WINDOWID|XAUTHORITY|XDG_CONFIG_DIRS|XDG_CURRENT_DESKTOP|XDG_DATA_DIRS|XDG_GREETER_DATA_DIR|XDG_MENU_PREFIX|XDG_RUNTIME_DIR|XDG_SEAT|XDG_SEAT_PATH|XDG_SESSION_DESKTOP|XDG_SESSION_ID|XDG_SESSION_PATH|XDG_SESSION_TYPE|XDG_VTNR|XMODIFIERS)\\b",i={pattern:/(^(["']?)\w+\2)[ \t]+\S.*/,lookbehind:!0,alias:"punctuation",inside:null},l={bash:i,environment:{pattern:RegExp("\\$"+a),alias:"constant"},variable:[{pattern:/\$?\(\([\s\S]+?\)\)/,greedy:!0,inside:{variable:[{pattern:/(^\$\(\([\s\S]+)\)\)/,lookbehind:!0},/^\$\(\(/],number:/\b0x[\dA-Fa-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[Ee]-?\d+)?/,operator:/--|\+\+|\*\*=?|<<=?|>>=?|&&|\|\||[=!+\-*/%<>^&|]=?|[?~:]/,punctuation:/\(\(?|\)\)?|,|;/}},{pattern:/\$\((?:\([^)]+\)|[^()])+\)|`[^`]+`/,greedy:!0,inside:{variable:/^\$\(|^`|\)$|`$/}},{pattern:/\$\{[^}]+\}/,greedy:!0,inside:{operator:/:[-=?+]?|[!\/]|##?|%%?|\^\^?|,,?/,punctuation:/[\[\]]/,environment:{pattern:RegExp("(\\{)"+a),lookbehind:!0,alias:"constant"}}},/\$(?:\w+|[#?*!@$])/],entity:/\\(?:[abceEfnrtv\\"]|O?[0-7]{1,3}|U[0-9a-fA-F]{8}|u[0-9a-fA-F]{4}|x[0-9a-fA-F]{1,2})/};o.languages.bash={shebang:{pattern:/^#!\s*\/.*/,alias:"important"},comment:{pattern:/(^|[^"{\\$])#.*/,lookbehind:!0},"function-name":[{pattern:/(\bfunction\s+)[\w-]+(?=(?:\s*\(?:\s*\))?\s*\{)/,lookbehind:!0,alias:"function"},{pattern:/\b[\w-]+(?=\s*\(\s*\)\s*\{)/,alias:"function"}],"for-or-select":{pattern:/(\b(?:for|select)\s+)\w+(?=\s+in\s)/,alias:"variable",lookbehind:!0},"assign-left":{pattern:/(^|[\s;|&]|[<>]\()\w+(?=\+?=)/,inside:{environment:{pattern:RegExp("(^|[\\s;|&]|[<>]\\()"+a),lookbehind:!0,alias:"constant"}},alias:"variable",lookbehind:!0},string:[{pattern:/((?:^|[^<])<<-?\s*)(\w+)\s[\s\S]*?(?:\r?\n|\r)\2/,lookbehind:!0,greedy:!0,inside:l},{pattern:/((?:^|[^<])<<-?\s*)(["'])(\w+)\2\s[\s\S]*?(?:\r?\n|\r)\3/,lookbehind:!0,greedy:!0,inside:{bash:i}},{pattern:/(^|[^\\](?:\\\\)*)"(?:\\[\s\S]|\$\([^)]+\)|\$(?!\()|`[^`]+`|[^"\\`$])*"/,lookbehind:!0,greedy:!0,inside:l},{pattern:/(^|[^$\\])'[^']*'/,lookbehind:!0,greedy:!0},{pattern:/\$'(?:[^'\\]|\\[\s\S])*'/,greedy:!0,inside:{entity:l.entity}}],environment:{pattern:RegExp("\\$?"+a),alias:"constant"},variable:l.variable,function:{pattern:/(^|[\s;|&]|[<>]\()(?:add|apropos|apt|apt-cache|apt-get|aptitude|aspell|automysqlbackup|awk|basename|bash|bc|bconsole|bg|bzip2|cal|cat|cfdisk|chgrp|chkconfig|chmod|chown|chroot|cksum|clear|cmp|column|comm|composer|cp|cron|crontab|csplit|curl|cut|date|dc|dd|ddrescue|debootstrap|df|diff|diff3|dig|dir|dircolors|dirname|dirs|dmesg|docker|docker-compose|du|egrep|eject|env|ethtool|expand|expect|expr|fdformat|fdisk|fg|fgrep|file|find|fmt|fold|format|free|fsck|ftp|fuser|gawk|git|gparted|grep|groupadd|groupdel|groupmod|groups|grub-mkconfig|gzip|halt|head|hg|history|host|hostname|htop|iconv|id|ifconfig|ifdown|ifup|import|install|ip|jobs|join|kill|killall|less|link|ln|locate|logname|logrotate|look|lpc|lpr|lprint|lprintd|lprintq|lprm|ls|lsof|lynx|make|man|mc|mdadm|mkconfig|mkdir|mke2fs|mkfifo|mkfs|mkisofs|mknod|mkswap|mmv|more|most|mount|mtools|mtr|mutt|mv|nano|nc|netstat|nice|nl|node|nohup|notify-send|npm|nslookup|op|open|parted|passwd|paste|pathchk|ping|pkill|pnpm|podman|podman-compose|popd|pr|printcap|printenv|ps|pushd|pv|quota|quotacheck|quotactl|ram|rar|rcp|reboot|remsync|rename|renice|rev|rm|rmdir|rpm|rsync|scp|screen|sdiff|sed|sendmail|seq|service|sftp|sh|shellcheck|shuf|shutdown|sleep|slocate|sort|split|ssh|stat|strace|su|sudo|sum|suspend|swapon|sync|tac|tail|tar|tee|time|timeout|top|touch|tr|traceroute|tsort|tty|umount|uname|unexpand|uniq|units|unrar|unshar|unzip|update-grub|uptime|useradd|userdel|usermod|users|uudecode|uuencode|v|vcpkg|vdir|vi|vim|virsh|vmstat|wait|watch|wc|wget|whereis|which|who|whoami|write|xargs|xdg-open|yarn|yes|zenity|zip|zsh|zypper)(?=$|[)\s;|&])/,lookbehind:!0},keyword:{pattern:/(^|[\s;|&]|[<>]\()(?:case|do|done|elif|else|esac|fi|for|function|if|in|select|then|until|while)(?=$|[)\s;|&])/,lookbehind:!0},builtin:{pattern:/(^|[\s;|&]|[<>]\()(?:\.|:|alias|bind|break|builtin|caller|cd|command|continue|declare|echo|enable|eval|exec|exit|export|getopts|hash|help|let|local|logout|mapfile|printf|pwd|read|readarray|readonly|return|set|shift|shopt|source|test|times|trap|type|typeset|ulimit|umask|unalias|unset)(?=$|[)\s;|&])/,lookbehind:!0,alias:"class-name"},boolean:{pattern:/(^|[\s;|&]|[<>]\()(?:false|true)(?=$|[)\s;|&])/,lookbehind:!0},"file-descriptor":{pattern:/\B&\d\b/,alias:"important"},operator:{pattern:/\d?<>|>\||\+=|=[=~]?|!=?|<<[<-]?|[&\d]?>>|\d[<>]&?|[<>][&=]?|&[>&]?|\|[&|]?/,inside:{"file-descriptor":{pattern:/^\d/,alias:"important"}}},punctuation:/\$?\(\(?|\)\)?|\.\.|[{}[\];\\]/,number:{pattern:/(^|\s)(?:[1-9]\d*|0)(?:[.,]\d+)?\b/,lookbehind:!0}},i.inside=o.languages.bash;for(var u=["comment","function-name","for-or-select","assign-left","string","environment","function","keyword","builtin","boolean","file-descriptor","operator","punctuation","number"],d=l.variable[1].inside,p=0;p<u.length;p++)d[u[p]]=o.languages.bash[u[p]];o.languages.shell=o.languages.bash})(n)}c(r,"bash")}),B7,cA,RV=M(()=>{B7=Ye(IV()),cA=B7.default}),L7,dA,zV=M(()=>{L7=Ye(uA()),dA=L7.default}),TV=X((e,t)=>{t.exports=r,r.displayName="graphql",r.aliases=[];function r(n){n.languages.graphql={comment:/#.*/,description:{pattern:/(?:"""(?:[^"]|(?!""")")*"""|"(?:\\.|[^\\"\r\n])*")(?=\s*[a-z_])/i,greedy:!0,alias:"string",inside:{"language-markdown":{pattern:/(^"(?:"")?)(?!\1)[\s\S]+(?=\1$)/,lookbehind:!0,inside:n.languages.markdown}}},string:{pattern:/"""(?:[^"]|(?!""")")*"""|"(?:\\.|[^\\"\r\n])*"/,greedy:!0},number:/(?:\B-|\b)\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,boolean:/\b(?:false|true)\b/,variable:/\$[a-z_]\w*/i,directive:{pattern:/@[a-z_]\w*/i,alias:"function"},"attr-name":{pattern:/\b[a-z_]\w*(?=\s*(?:\((?:[^()"]|"(?:\\.|[^\\"\r\n])*")*\))?:)/i,greedy:!0},"atom-input":{pattern:/\b[A-Z]\w*Input\b/,alias:"class-name"},scalar:/\b(?:Boolean|Float|ID|Int|String)\b/,constant:/\b[A-Z][A-Z_\d]*\b/,"class-name":{pattern:/(\b(?:enum|implements|interface|on|scalar|type|union)\s+|&\s*|:\s*|\[)[A-Z_]\w*/,lookbehind:!0},fragment:{pattern:/(\bfragment\s+|\.{3}\s*(?!on\b))[a-zA-Z_]\w*/,lookbehind:!0,alias:"function"},"definition-mutation":{pattern:/(\bmutation\s+)[a-zA-Z_]\w*/,lookbehind:!0,alias:"function"},"definition-query":{pattern:/(\bquery\s+)[a-zA-Z_]\w*/,lookbehind:!0,alias:"function"},keyword:/\b(?:directive|enum|extend|fragment|implements|input|interface|mutation|on|query|repeatable|scalar|schema|subscription|type|union)\b/,operator:/[!=|&]|\.{3}/,"property-query":/\w+(?=\s*\()/,object:/\w+(?=\s*\{)/,punctuation:/[!(){}\[\]:=,]/,property:/\w+/},n.hooks.add("after-tokenize",c(function(o){if(o.language!=="graphql")return;var a=o.tokens.filter(function(w){return typeof w!="string"&&w.type!=="comment"&&w.type!=="scalar"}),i=0;function l(w){return a[i+w]}c(l,"getToken");function u(w,y){y=y||0;for(var x=0;x<w.length;x++){var E=l(x+y);if(!E||E.type!==w[x])return!1}return!0}c(u,"isTokenType");function d(w,y){for(var x=1,E=i;E<a.length;E++){var S=a[E],C=S.content;if(S.type==="punctuation"&&typeof C=="string"){if(w.test(C))x++;else if(y.test(C)&&(x--,x===0))return E}}return-1}c(d,"findClosingBracket");function p(w,y){var x=w.alias;x?Array.isArray(x)||(w.alias=x=[x]):w.alias=x=[],x.push(y)}for(c(p,"addAlias");i<a.length;){var h=a[i++];if(h.type==="keyword"&&h.content==="mutation"){var f=[];if(u(["definition-mutation","punctuation"])&&l(1).content==="("){i+=2;var m=d(/^\($/,/^\)$/);if(m===-1)continue;for(;i<m;i++){var g=l(0);g.type==="variable"&&(p(g,"variable-input"),f.push(g.content))}i=m+1}if(u(["punctuation","property-query"])&&l(0).content==="{"&&(i++,p(l(0),"property-mutation"),f.length>0)){var v=d(/^\{$/,/^\}$/);if(v===-1)continue;for(var D=i;D<v;D++){var b=a[D];b.type==="variable"&&f.indexOf(b.content)>=0&&p(b,"variable-input")}}}}},"afterTokenizeGraphql"))}c(r,"graphql")}),M7,fA,BV=M(()=>{M7=Ye(TV()),fA=M7.default}),LV=X((e,t)=>{t.exports=r,r.displayName="jsExtras",r.aliases=[];function r(n){(function(o){o.languages.insertBefore("javascript","function-variable",{"method-variable":{pattern:RegExp("(\\.\\s*)"+o.languages.javascript["function-variable"].pattern.source),lookbehind:!0,alias:["function-variable","method","function","property-access"]}}),o.languages.insertBefore("javascript","function",{method:{pattern:RegExp("(\\.\\s*)"+o.languages.javascript.function.source),lookbehind:!0,alias:["function","property-access"]}}),o.languages.insertBefore("javascript","constant",{"known-class-name":[{pattern:/\b(?:(?:Float(?:32|64)|(?:Int|Uint)(?:8|16|32)|Uint8Clamped)?Array|ArrayBuffer|BigInt|Boolean|DataView|Date|Error|Function|Intl|JSON|(?:Weak)?(?:Map|Set)|Math|Number|Object|Promise|Proxy|Reflect|RegExp|String|Symbol|WebAssembly)\b/,alias:"class-name"},{pattern:/\b(?:[A-Z]\w*)Error\b/,alias:"class-name"}]});function a(h,f){return RegExp(h.replace(/<ID>/g,function(){return/(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/.source}),f)}c(a,"withId"),o.languages.insertBefore("javascript","keyword",{imports:{pattern:a(/(\bimport\b\s*)(?:<ID>(?:\s*,\s*(?:\*\s*as\s+<ID>|\{[^{}]*\}))?|\*\s*as\s+<ID>|\{[^{}]*\})(?=\s*\bfrom\b)/.source),lookbehind:!0,inside:o.languages.javascript},exports:{pattern:a(/(\bexport\b\s*)(?:\*(?:\s*as\s+<ID>)?(?=\s*\bfrom\b)|\{[^{}]*\})/.source),lookbehind:!0,inside:o.languages.javascript}}),o.languages.javascript.keyword.unshift({pattern:/\b(?:as|default|export|from|import)\b/,alias:"module"},{pattern:/\b(?:await|break|catch|continue|do|else|finally|for|if|return|switch|throw|try|while|yield)\b/,alias:"control-flow"},{pattern:/\bnull\b/,alias:["null","nil"]},{pattern:/\bundefined\b/,alias:"nil"}),o.languages.insertBefore("javascript","operator",{spread:{pattern:/\.{3}/,alias:"operator"},arrow:{pattern:/=>/,alias:"operator"}}),o.languages.insertBefore("javascript","punctuation",{"property-access":{pattern:a(/(\.\s*)#?<ID>/.source),lookbehind:!0},"maybe-class-name":{pattern:/(^|[^$\w\xA0-\uFFFF])[A-Z][$\w\xA0-\uFFFF]+/,lookbehind:!0},dom:{pattern:/\b(?:document|(?:local|session)Storage|location|navigator|performance|window)\b/,alias:"variable"},console:{pattern:/\bconsole(?=\s*\.)/,alias:"class-name"}});for(var i=["function","function-variable","method","method-variable","property-access"],l=0;l<i.length;l++){var u=i[l],d=o.languages.javascript[u];o.util.type(d)==="RegExp"&&(d=o.languages.javascript[u]={pattern:d});var p=d.inside||{};d.inside=p,p["maybe-class-name"]=/^[A-Z][\s\S]*/}})(n)}c(r,"jsExtras")}),O7,pA,MV=M(()=>{O7=Ye(LV()),pA=O7.default}),OV=X((e,t)=>{t.exports=r,r.displayName="json",r.aliases=["webmanifest"];function r(n){n.languages.json={property:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?=\s*:)/,lookbehind:!0,greedy:!0},string:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?!\s*:)/,lookbehind:!0,greedy:!0},comment:{pattern:/\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},number:/-?\b\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,punctuation:/[{}[\],]/,operator:/:/,boolean:/\b(?:false|true)\b/,null:{pattern:/\bnull\b/,alias:"keyword"}},n.languages.webmanifest=n.languages.json}c(r,"json")}),$7,hA,$V=M(()=>{$7=Ye(OV()),hA=$7.default}),mA=X((e,t)=>{t.exports=r,r.displayName="jsx",r.aliases=[];function r(n){(function(o){var a=o.util.clone(o.languages.javascript),i=/(?:\s|\/\/.*(?!.)|\/\*(?:[^*]|\*(?!\/))\*\/)/.source,l=/(?:\{(?:\{(?:\{[^{}]*\}|[^{}])*\}|[^{}])*\})/.source,u=/(?:\{<S>*\.{3}(?:[^{}]|<BRACES>)*\})/.source;function d(f,m){return f=f.replace(/<S>/g,function(){return i}).replace(/<BRACES>/g,function(){return l}).replace(/<SPREAD>/g,function(){return u}),RegExp(f,m)}c(d,"re"),u=d(u).source,o.languages.jsx=o.languages.extend("markup",a),o.languages.jsx.tag.pattern=d(/<\/?(?:[\w.:-]+(?:<S>+(?:[\w.:$-]+(?:=(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s{'"/>=]+|<BRACES>))?|<SPREAD>))*<S>*\/?)?>/.source),o.languages.jsx.tag.inside.tag.pattern=/^<\/?[^\s>\/]*/,o.languages.jsx.tag.inside["attr-value"].pattern=/=(?!\{)(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s'">]+)/,o.languages.jsx.tag.inside.tag.inside["class-name"]=/^[A-Z]\w*(?:\.[A-Z]\w*)*$/,o.languages.jsx.tag.inside.comment=a.comment,o.languages.insertBefore("inside","attr-name",{spread:{pattern:d(/<SPREAD>/.source),inside:o.languages.jsx}},o.languages.jsx.tag),o.languages.insertBefore("inside","special-attr",{script:{pattern:d(/=<BRACES>/.source),alias:"language-javascript",inside:{"script-punctuation":{pattern:/^=(?=\{)/,alias:"punctuation"},rest:o.languages.jsx}}},o.languages.jsx.tag);var p=c(function(f){return f?typeof f=="string"?f:typeof f.content=="string"?f.content:f.content.map(p).join(""):""},"stringifyToken"),h=c(function(f){for(var m=[],g=0;g<f.length;g++){var v=f[g],D=!1;if(typeof v!="string"&&(v.type==="tag"&&v.content[0]&&v.content[0].type==="tag"?v.content[0].content[0].content==="</"?m.length>0&&m[m.length-1].tagName===p(v.content[0].content[1])&&m.pop():v.content[v.content.length-1].content==="/>"||m.push({tagName:p(v.content[0].content[1]),openedBraces:0}):m.length>0&&v.type==="punctuation"&&v.content==="{"?m[m.length-1].openedBraces++:m.length>0&&m[m.length-1].openedBraces>0&&v.type==="punctuation"&&v.content==="}"?m[m.length-1].openedBraces--:D=!0),(D||typeof v=="string")&&m.length>0&&m[m.length-1].openedBraces===0){var b=p(v);g<f.length-1&&(typeof f[g+1]=="string"||f[g+1].type==="plain-text")&&(b+=p(f[g+1]),f.splice(g+1,1)),g>0&&(typeof f[g-1]=="string"||f[g-1].type==="plain-text")&&(b=p(f[g-1])+b,f.splice(g-1,1),g--),f[g]=new o.Token("plain-text",b,null,b)}v.content&&typeof v.content!="string"&&h(v.content)}},"walkTokens");o.hooks.add("after-tokenize",function(f){f.language!=="jsx"&&f.language!=="tsx"||h(f.tokens)})})(n)}c(r,"jsx")}),P7,gA,PV=M(()=>{P7=Ye(mA()),gA=P7.default}),NV=X((e,t)=>{t.exports=r,r.displayName="markdown",r.aliases=["md"];function r(n){(function(o){var a=/(?:\\.|[^\\\n\r]|(?:\n|\r\n?)(?![\r\n]))/.source;function i(g){return g=g.replace(/<inner>/g,function(){return a}),RegExp(/((?:^|[^\\])(?:\\{2})*)/.source+"(?:"+g+")")}c(i,"createInline");var l=/(?:\\.|``(?:[^`\r\n]|`(?!`))+``|`[^`\r\n]+`|[^\\|\r\n`])+/.source,u=/\|?__(?:\|__)+\|?(?:(?:\n|\r\n?)|(?![\s\S]))/.source.replace(/__/g,function(){return l}),d=/\|?[ \t]*:?-{3,}:?[ \t]*(?:\|[ \t]*:?-{3,}:?[ \t]*)+\|?(?:\n|\r\n?)/.source;o.languages.markdown=o.languages.extend("markup",{}),o.languages.insertBefore("markdown","prolog",{"front-matter-block":{pattern:/(^(?:\s*[\r\n])?)---(?!.)[\s\S]*?[\r\n]---(?!.)/,lookbehind:!0,greedy:!0,inside:{punctuation:/^---|---$/,"front-matter":{pattern:/\S+(?:\s+\S+)*/,alias:["yaml","language-yaml"],inside:o.languages.yaml}}},blockquote:{pattern:/^>(?:[\t ]*>)*/m,alias:"punctuation"},table:{pattern:RegExp("^"+u+d+"(?:"+u+")*","m"),inside:{"table-data-rows":{pattern:RegExp("^("+u+d+")(?:"+u+")*$"),lookbehind:!0,inside:{"table-data":{pattern:RegExp(l),inside:o.languages.markdown},punctuation:/\|/}},"table-line":{pattern:RegExp("^("+u+")"+d+"$"),lookbehind:!0,inside:{punctuation:/\||:?-{3,}:?/}},"table-header-row":{pattern:RegExp("^"+u+"$"),inside:{"table-header":{pattern:RegExp(l),alias:"important",inside:o.languages.markdown},punctuation:/\|/}}}},code:[{pattern:/((?:^|\n)[ \t]*\n|(?:^|\r\n?)[ \t]*\r\n?)(?: {4}|\t).+(?:(?:\n|\r\n?)(?: {4}|\t).+)*/,lookbehind:!0,alias:"keyword"},{pattern:/^```[\s\S]*?^```$/m,greedy:!0,inside:{"code-block":{pattern:/^(```.*(?:\n|\r\n?))[\s\S]+?(?=(?:\n|\r\n?)^```$)/m,lookbehind:!0},"code-language":{pattern:/^(```).+/,lookbehind:!0},punctuation:/```/}}],title:[{pattern:/\S.*(?:\n|\r\n?)(?:==+|--+)(?=[ \t]*$)/m,alias:"important",inside:{punctuation:/==+$|--+$/}},{pattern:/(^\s*)#.+/m,lookbehind:!0,alias:"important",inside:{punctuation:/^#+|#+$/}}],hr:{pattern:/(^\s*)([*-])(?:[\t ]*\2){2,}(?=\s*$)/m,lookbehind:!0,alias:"punctuation"},list:{pattern:/(^\s*)(?:[*+-]|\d+\.)(?=[\t ].)/m,lookbehind:!0,alias:"punctuation"},"url-reference":{pattern:/!?\[[^\]]+\]:[\t ]+(?:\S+|<(?:\\.|[^>\\])+>)(?:[\t ]+(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\)))?/,inside:{variable:{pattern:/^(!?\[)[^\]]+/,lookbehind:!0},string:/(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\))$/,punctuation:/^[\[\]!:]|[<>]/},alias:"url"},bold:{pattern:i(/\b__(?:(?!_)<inner>|_(?:(?!_)<inner>)+_)+__\b|\*\*(?:(?!\*)<inner>|\*(?:(?!\*)<inner>)+\*)+\*\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^..)[\s\S]+(?=..$)/,lookbehind:!0,inside:{}},punctuation:/\*\*|__/}},italic:{pattern:i(/\b_(?:(?!_)<inner>|__(?:(?!_)<inner>)+__)+_\b|\*(?:(?!\*)<inner>|\*\*(?:(?!\*)<inner>)+\*\*)+\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^.)[\s\S]+(?=.$)/,lookbehind:!0,inside:{}},punctuation:/[*_]/}},strike:{pattern:i(/(~~?)(?:(?!~)<inner>)+\2/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^~~?)[\s\S]+(?=\1$)/,lookbehind:!0,inside:{}},punctuation:/~~?/}},"code-snippet":{pattern:/(^|[^\\`])(?:``[^`\r\n]+(?:`[^`\r\n]+)*``(?!`)|`[^`\r\n]+`(?!`))/,lookbehind:!0,greedy:!0,alias:["code","keyword"]},url:{pattern:i(/!?\[(?:(?!\])<inner>)+\](?:\([^\s)]+(?:[\t ]+"(?:\\.|[^"\\])*")?\)|[ \t]?\[(?:(?!\])<inner>)+\])/.source),lookbehind:!0,greedy:!0,inside:{operator:/^!/,content:{pattern:/(^\[)[^\]]+(?=\])/,lookbehind:!0,inside:{}},variable:{pattern:/(^\][ \t]?\[)[^\]]+(?=\]$)/,lookbehind:!0},url:{pattern:/(^\]\()[^\s)]+/,lookbehind:!0},string:{pattern:/(^[ \t]+)"(?:\\.|[^"\\])*"(?=\)$)/,lookbehind:!0}}}}),["url","bold","italic","strike"].forEach(function(g){["url","bold","italic","strike","code-snippet"].forEach(function(v){g!==v&&(o.languages.markdown[g].inside.content.inside[v]=o.languages.markdown[v])})}),o.hooks.add("after-tokenize",function(g){if(g.language!=="markdown"&&g.language!=="md")return;function v(D){if(!(!D||typeof D=="string"))for(var b=0,w=D.length;b<w;b++){var y=D[b];if(y.type!=="code"){v(y.content);continue}var x=y.content[1],E=y.content[3];if(x&&E&&x.type==="code-language"&&E.type==="code-block"&&typeof x.content=="string"){var S=x.content.replace(/\b#/g,"sharp").replace(/\b\+\+/g,"pp");S=(/[a-z][\w-]*/i.exec(S)||[""])[0].toLowerCase();var C="language-"+S;E.alias?typeof E.alias=="string"?E.alias=[E.alias,C]:E.alias.push(C):E.alias=[C]}}}c(v,"walkTokens"),v(g.tokens)}),o.hooks.add("wrap",function(g){if(g.type==="code-block"){for(var v="",D=0,b=g.classes.length;D<b;D++){var w=g.classes[D],y=/language-(.+)/.exec(w);if(y){v=y[1];break}}var x=o.languages[v];if(x)g.content=o.highlight(m(g.content.value),x,v);else if(v&&v!=="none"&&o.plugins.autoloader){var E="md-"+new Date().valueOf()+"-"+Math.floor(Math.random()*1e16);g.attributes.id=E,o.plugins.autoloader.loadLanguages(v,function(){var S=document.getElementById(E);S&&(S.innerHTML=o.highlight(S.textContent,o.languages[v],v))})}}});var p=RegExp(o.languages.markup.tag.pattern.source,"gi"),h={amp:"&",lt:"<",gt:">",quot:'"'},f=String.fromCodePoint||String.fromCharCode;function m(g){var v=g.replace(p,"");return v=v.replace(/&(\w{1,8}|#x?[\da-f]{1,8});/gi,function(D,b){if(b=b.toLowerCase(),b[0]==="#"){var w;return b[1]==="x"?w=parseInt(b.slice(2),16):w=Number(b.slice(1)),f(w)}else{var y=h[b];return y||D}}),v}c(m,"textContent"),o.languages.md=o.languages.markdown})(n)}c(r,"markdown")}),N7,vA,jV=M(()=>{N7=Ye(NV()),vA=N7.default}),j7,yA,HV=M(()=>{j7=Ye(sA()),yA=j7.default}),wA=X((e,t)=>{t.exports=r,r.displayName="typescript",r.aliases=["ts"];function r(n){(function(o){o.languages.typescript=o.languages.extend("javascript",{"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|type)\s+)(?!keyof\b)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?:\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>)?/,lookbehind:!0,greedy:!0,inside:null},builtin:/\b(?:Array|Function|Promise|any|boolean|console|never|number|string|symbol|unknown)\b/}),o.languages.typescript.keyword.push(/\b(?:abstract|declare|is|keyof|readonly|require)\b/,/\b(?:asserts|infer|interface|module|namespace|type)\b(?=\s*(?:[{_$a-zA-Z\xA0-\uFFFF]|$))/,/\btype\b(?=\s*(?:[\{*]|$))/),delete o.languages.typescript.parameter,delete o.languages.typescript["literal-property"];var a=o.languages.extend("typescript",{});delete a["class-name"],o.languages.typescript["class-name"].inside=a,o.languages.insertBefore("typescript","function",{decorator:{pattern:/@[$\w\xA0-\uFFFF]+/,inside:{at:{pattern:/^@/,alias:"operator"},function:/^[\s\S]+/}},"generic-function":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>(?=\s*\()/,greedy:!0,inside:{function:/^#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/,generic:{pattern:/<[\s\S]+/,alias:"class-name",inside:a}}}}),o.languages.ts=o.languages.typescript})(n)}c(r,"typescript")}),VV=X((e,t)=>{var r=mA(),n=wA();t.exports=o,o.displayName="tsx",o.aliases=[];function o(a){a.register(r),a.register(n),function(i){var l=i.util.clone(i.languages.typescript);i.languages.tsx=i.languages.extend("jsx",l),delete i.languages.tsx.parameter,delete i.languages.tsx["literal-property"];var u=i.languages.tsx.tag;u.pattern=RegExp(/(^|[^\w$]|(?=<\/))/.source+"(?:"+u.pattern.source+")",u.pattern.flags),u.lookbehind=!0}(a)}c(o,"tsx")}),H7,bA,UV=M(()=>{H7=Ye(VV()),bA=H7.default}),V7,xA,WV=M(()=>{V7=Ye(wA()),xA=V7.default}),qV=X((e,t)=>{t.exports=r,r.displayName="yaml",r.aliases=["yml"];function r(n){(function(o){var a=/[*&][^\s[\]{},]+/,i=/!(?:<[\w\-%#;/?:@&=+$,.!~*'()[\]]+>|(?:[a-zA-Z\d-]*!)?[\w\-%#;/?:@&=+$.~*'()]+)?/,l="(?:"+i.source+"(?:[ ]+"+a.source+")?|"+a.source+"(?:[ ]+"+i.source+")?)",u=/(?:[^\s\x00-\x08\x0e-\x1f!"#%&'*,\-:>?@[\]`{|}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]|[?:-]<PLAIN>)(?:[ \t]*(?:(?![#:])<PLAIN>|:<PLAIN>))*/.source.replace(/<PLAIN>/g,function(){return/[^\s\x00-\x08\x0e-\x1f,[\]{}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]/.source}),d=/"(?:[^"\\\r\n]|\\.)*"|'(?:[^'\\\r\n]|\\.)*'/.source;function p(h,f){f=(f||"").replace(/m/g,"")+"m";var m=/([:\-,[{]\s*(?:\s<<prop>>[ \t]+)?)(?:<<value>>)(?=[ \t]*(?:$|,|\]|\}|(?:[\r\n]\s*)?#))/.source.replace(/<<prop>>/g,function(){return l}).replace(/<<value>>/g,function(){return h});return RegExp(m,f)}c(p,"createValuePattern"),o.languages.yaml={scalar:{pattern:RegExp(/([\-:]\s*(?:\s<<prop>>[ \t]+)?[|>])[ \t]*(?:((?:\r?\n|\r)[ \t]+)\S[^\r\n]*(?:\2[^\r\n]+)*)/.source.replace(/<<prop>>/g,function(){return l})),lookbehind:!0,alias:"string"},comment:/#.*/,key:{pattern:RegExp(/((?:^|[:\-,[{\r\n?])[ \t]*(?:<<prop>>[ \t]+)?)<<key>>(?=\s*:\s)/.source.replace(/<<prop>>/g,function(){return l}).replace(/<<key>>/g,function(){return"(?:"+u+"|"+d+")"})),lookbehind:!0,greedy:!0,alias:"atrule"},directive:{pattern:/(^[ \t]*)%.+/m,lookbehind:!0,alias:"important"},datetime:{pattern:p(/\d{4}-\d\d?-\d\d?(?:[tT]|[ \t]+)\d\d?:\d{2}:\d{2}(?:\.\d*)?(?:[ \t]*(?:Z|[-+]\d\d?(?::\d{2})?))?|\d{4}-\d{2}-\d{2}|\d\d?:\d{2}(?::\d{2}(?:\.\d*)?)?/.source),lookbehind:!0,alias:"number"},boolean:{pattern:p(/false|true/.source,"i"),lookbehind:!0,alias:"important"},null:{pattern:p(/null|~/.source,"i"),lookbehind:!0,alias:"important"},string:{pattern:p(d),lookbehind:!0,greedy:!0},number:{pattern:p(/[+-]?(?:0x[\da-f]+|0o[0-7]+|(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?|\.inf|\.nan)/.source,"i"),lookbehind:!0},tag:i,important:a,punctuation:/---|[:[\]{}\-,|>?]|\.\.\./},o.languages.yml=o.languages.yaml})(n)}c(r,"yaml")}),U7,DA,GV=M(()=>{U7=Ye(qV()),DA=U7.default}),W7,Qp,EA,CA=M(()=>{W7=I.div(({theme:e})=>({position:"absolute",bottom:0,right:0,maxWidth:"100%",display:"flex",background:e.background.content,zIndex:1})),Qp=I.button(({theme:e})=>({margin:0,border:"0 none",padding:"4px 10px",cursor:"pointer",display:"flex",alignItems:"center",color:e.color.defaultText,background:e.background.content,fontSize:12,lineHeight:"16px",fontFamily:e.typography.fonts.base,fontWeight:e.typography.weight.bold,borderTop:`1px solid ${e.appBorderColor}`,borderLeft:`1px solid ${e.appBorderColor}`,marginLeft:-1,borderRadius:"4px 0 0 0","&:not(:last-child)":{borderRight:`1px solid ${e.appBorderColor}`},"& + *":{borderLeft:`1px solid ${e.appBorderColor}`,borderRadius:0},"&:focus":{boxShadow:`${e.color.secondary} 0 -3px 0 0 inset`,outline:"0 none"}}),({disabled:e})=>e&&{cursor:"not-allowed",opacity:.5}),Qp.displayName="ActionButton",EA=c(({actionItems:e,...t})=>z.createElement(W7,{...t},e.map(({title:r,className:n,onClick:o,disabled:a},i)=>z.createElement(Qp,{key:i,className:n,onClick:o,disabled:!!a},r))),"ActionBar")});function SA(e,t){typeof e=="function"?e(t):e!=null&&(e.current=t)}function Iy(...e){return t=>e.forEach(r=>SA(r,t))}function ct(...e){return s.useCallback(Iy(...e),e)}var Ra=M(()=>{c(SA,"setRef"),c(Iy,"composeRefs"),c(ct,"useComposedRefs")});function q7(e){return s.isValidElement(e)&&e.type===kA}function G7(e,t){let r={...t};for(let n in t){let o=e[n],a=t[n];/^on[A-Z]/.test(n)?o&&a?r[n]=(...i)=>{a(...i),o(...i)}:o&&(r[n]=o):n==="style"?r[n]={...o,...a}:n==="className"&&(r[n]=[o,a].filter(Boolean).join(" "))}return{...e,...r}}function Y7(e){var n,o;let t=(n=Object.getOwnPropertyDescriptor(e.props,"ref"))==null?void 0:n.get,r=t&&"isReactWarning"in t&&t.isReactWarning;return r?e.ref:(t=(o=Object.getOwnPropertyDescriptor(e,"ref"))==null?void 0:o.get,r=t&&"isReactWarning"in t&&t.isReactWarning,r?e.props.ref:e.props.ref||e.ref)}var Du,Uc,kA,Ry=M(()=>{Ra(),Du=s.forwardRef((e,t)=>{let{children:r,...n}=e,o=s.Children.toArray(r),a=o.find(q7);if(a){let i=a.props.children,l=o.map(u=>u===a?s.Children.count(i)>1?s.Children.only(null):s.isValidElement(i)?i.props.children:null:u);return A.jsx(Uc,{...n,ref:t,children:s.isValidElement(i)?s.cloneElement(i,void 0,l):null})}return A.jsx(Uc,{...n,ref:t,children:r})}),Du.displayName="Slot",Uc=s.forwardRef((e,t)=>{let{children:r,...n}=e;if(s.isValidElement(r)){let o=Y7(r);return s.cloneElement(r,{...G7(n,r.props),ref:t?Iy(t,o):o})}return s.Children.count(r)>1?s.Children.only(null):null}),Uc.displayName="SlotClone",kA=c(({children:e})=>A.jsx(A.Fragment,{children:e}),"Slottable"),c(q7,"isSlottable"),c(G7,"mergeProps"),c(Y7,"getElementRef")});function AA(e,t){e&&ju.flushSync(()=>e.dispatchEvent(t))}var K7,dt,Qu=M(()=>{Ry(),K7=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","span","svg","ul"],dt=K7.reduce((e,t)=>{let r=s.forwardRef((n,o)=>{let{asChild:a,...i}=n,l=a?Du:t;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),A.jsx(l,{...i,ref:o})});return r.displayName=`Primitive.${t}`,{...e,[t]:r}},{}),c(AA,"dispatchDiscreteCustomEvent")}),bo,Zu=M(()=>{bo=globalThis!=null&&globalThis.document?s.useLayoutEffect:()=>{}});function FA(e,t){return s.useReducer((r,n)=>t[r][n]??r,e)}function X7(e){let[t,r]=s.useState(),n=s.useRef({}),o=s.useRef(e),a=s.useRef("none"),i=e?"mounted":"unmounted",[l,u]=FA(i,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return s.useEffect(()=>{let d=hs(n.current);a.current=l==="mounted"?d:"none"},[l]),bo(()=>{let d=n.current,p=o.current;if(p!==e){let h=a.current,f=hs(d);e?u("MOUNT"):f==="none"||(d==null?void 0:d.display)==="none"?u("UNMOUNT"):u(p&&h!==f?"ANIMATION_OUT":"UNMOUNT"),o.current=e}},[e,u]),bo(()=>{if(t){let d=c(h=>{let f=hs(n.current).includes(h.animationName);h.target===t&&f&&ju.flushSync(()=>u("ANIMATION_END"))},"handleAnimationEnd"),p=c(h=>{h.target===t&&(a.current=hs(n.current))},"handleAnimationStart");return t.addEventListener("animationstart",p),t.addEventListener("animationcancel",d),t.addEventListener("animationend",d),()=>{t.removeEventListener("animationstart",p),t.removeEventListener("animationcancel",d),t.removeEventListener("animationend",d)}}else u("ANIMATION_END")},[t,u]),{isPresent:["mounted","unmountSuspended"].includes(l),ref:s.useCallback(d=>{d&&(n.current=getComputedStyle(d)),r(d)},[])}}function hs(e){return(e==null?void 0:e.animationName)||"none"}function Q7(e){var n,o;let t=(n=Object.getOwnPropertyDescriptor(e.props,"ref"))==null?void 0:n.get,r=t&&"isReactWarning"in t&&t.isReactWarning;return r?e.ref:(t=(o=Object.getOwnPropertyDescriptor(e,"ref"))==null?void 0:o.get,r=t&&"isReactWarning"in t&&t.isReactWarning,r?e.props.ref:e.props.ref||e.ref)}var wi,YV=M(()=>{"use client";Ra(),Zu(),c(FA,"useStateMachine"),wi=c(e=>{let{present:t,children:r}=e,n=X7(t),o=typeof r=="function"?r({present:n.isPresent}):s.Children.only(r),a=ct(n.ref,Q7(o));return typeof r=="function"||n.isPresent?s.cloneElement(o,{ref:a}):null},"Presence"),wi.displayName="Presence",c(X7,"usePresence"),c(hs,"getAnimationName"),c(Q7,"getElementRef")});function _A(e,t=[]){let r=[];function n(a,i){let l=s.createContext(i),u=r.length;r=[...r,i];function d(h){let{scope:f,children:m,...g}=h,v=(f==null?void 0:f[e][u])||l,D=s.useMemo(()=>g,Object.values(g));return A.jsx(v.Provider,{value:D,children:m})}c(d,"Provider");function p(h,f){let m=(f==null?void 0:f[e][u])||l,g=s.useContext(m);if(g)return g;if(i!==void 0)return i;throw new Error(`\`${h}\` must be used within \`${a}\``)}return c(p,"useContext2"),d.displayName=a+"Provider",[d,p]}c(n,"createContext3");let o=c(()=>{let a=r.map(i=>s.createContext(i));return c(function(i){let l=(i==null?void 0:i[e])||a;return s.useMemo(()=>({[`__scope${e}`]:{...i,[e]:l}}),[i,l])},"useScope")},"createScope");return o.scopeName=e,[n,IA(o,...t)]}function IA(...e){let t=e[0];if(e.length===1)return t;let r=c(()=>{let n=e.map(o=>({useScope:o(),scopeName:o.scopeName}));return c(function(o){let a=n.reduce((i,{useScope:l,scopeName:u})=>{let d=l(o)[`__scope${u}`];return{...i,...d}},{});return s.useMemo(()=>({[`__scope${t.scopeName}`]:a}),[a])},"useComposedScopes")},"createScope");return r.scopeName=t.scopeName,r}var KV=M(()=>{c(_A,"createContextScope"),c(IA,"composeContextScopes")});function ft(e){let t=s.useRef(e);return s.useEffect(()=>{t.current=e}),s.useMemo(()=>(...r)=>{var n;return(n=t.current)==null?void 0:n.call(t,...r)},[])}var Ju=M(()=>{c(ft,"useCallbackRef")});function RA(e){let t=s.useContext(zA);return e||t||"ltr"}var zA,XV=M(()=>{zA=s.createContext(void 0),c(RA,"useDirection")});function TA(e,[t,r]){return Math.min(r,Math.max(t,e))}var QV=M(()=>{c(TA,"clamp")});function tt(e,t,{checkForDefaultPrevented:r=!0}={}){return c(function(n){if(e==null||e(n),r===!1||!n.defaultPrevented)return t==null?void 0:t(n)},"handleEvent")}var zy=M(()=>{c(tt,"composeEventHandlers")});function Z7(e,t){return s.useReducer((r,n)=>t[r][n]??r,e)}function Gl(e){return e?parseInt(e,10):0}function k2(e,t){let r=e/t;return isNaN(r)?0:r}function Vs(e){let t=k2(e.viewport,e.content),r=e.scrollbar.paddingStart+e.scrollbar.paddingEnd,n=(e.scrollbar.size-r)*t;return Math.max(n,18)}function J7(e,t,r,n="ltr"){let o=Vs(r),a=o/2,i=t||a,l=o-i,u=r.scrollbar.paddingStart+i,d=r.scrollbar.size-r.scrollbar.paddingEnd-l,p=r.content-r.viewport,h=n==="ltr"?[0,p]:[p*-1,0];return Ty([u,d],h)(e)}function Zp(e,t,r="ltr"){let n=Vs(t),o=t.scrollbar.paddingStart+t.scrollbar.paddingEnd,a=t.scrollbar.size-o,i=t.content-t.viewport,l=a-n,u=r==="ltr"?[0,i]:[i*-1,0],d=TA(e,u);return Ty([0,i],[0,l])(d)}function Ty(e,t){return r=>{if(e[0]===e[1]||t[0]===t[1])return t[0];let n=(t[1]-t[0])/(e[1]-e[0]);return t[0]+n*(r-e[0])}}function Jp(e,t){return e>0&&e<t}function Yl(e,t){let r=ft(e),n=s.useRef(0);return s.useEffect(()=>()=>window.clearTimeout(n.current),[]),s.useCallback(()=>{window.clearTimeout(n.current),n.current=window.setTimeout(r,t)},[r,t])}function No(e,t){let r=ft(t);bo(()=>{let n=0;if(e){let o=new ResizeObserver(()=>{cancelAnimationFrame(n),n=window.requestAnimationFrame(r)});return o.observe(e),()=>{window.cancelAnimationFrame(n),o.unobserve(e)}}},[e,r])}function e6(e,t){let{asChild:r,children:n}=e;if(!r)return typeof t=="function"?t(n):t;let o=s.Children.only(n);return s.cloneElement(o,{children:typeof t=="function"?t(o.props.children):t})}var Wc,eh,ZV,t6,Tt,th,rh,nh,cr,oh,r6,n6,ah,qc,o6,a6,i6,ih,lh,Kl,sh,l6,Gc,uh,s6,u6,BA,LA,MA,OA,$A,JV=M(()=>{"use client";Qu(),YV(),KV(),Ra(),Ju(),XV(),Zu(),QV(),zy(),c(Z7,"useStateMachine"),Wc="ScrollArea",[eh,ZV]=_A(Wc),[t6,Tt]=eh(Wc),th=s.forwardRef((e,t)=>{let{__scopeScrollArea:r,type:n="hover",dir:o,scrollHideDelay:a=600,...i}=e,[l,u]=s.useState(null),[d,p]=s.useState(null),[h,f]=s.useState(null),[m,g]=s.useState(null),[v,D]=s.useState(null),[b,w]=s.useState(0),[y,x]=s.useState(0),[E,S]=s.useState(!1),[C,k]=s.useState(!1),F=ct(t,T=>u(T)),_=RA(o);return A.jsx(t6,{scope:r,type:n,dir:_,scrollHideDelay:a,scrollArea:l,viewport:d,onViewportChange:p,content:h,onContentChange:f,scrollbarX:m,onScrollbarXChange:g,scrollbarXEnabled:E,onScrollbarXEnabledChange:S,scrollbarY:v,onScrollbarYChange:D,scrollbarYEnabled:C,onScrollbarYEnabledChange:k,onCornerWidthChange:w,onCornerHeightChange:x,children:A.jsx(dt.div,{dir:_,...i,ref:F,style:{position:"relative","--radix-scroll-area-corner-width":b+"px","--radix-scroll-area-corner-height":y+"px",...e.style}})})}),th.displayName=Wc,rh="ScrollAreaViewport",nh=s.forwardRef((e,t)=>{let{__scopeScrollArea:r,children:n,asChild:o,nonce:a,...i}=e,l=Tt(rh,r),u=s.useRef(null),d=ct(t,u,l.onViewportChange);return A.jsxs(A.Fragment,{children:[A.jsx("style",{dangerouslySetInnerHTML:{__html:`
|
254
|
+
[data-radix-scroll-area-viewport] {
|
255
|
+
scrollbar-width: none;
|
256
|
+
-ms-overflow-style: none;
|
257
|
+
-webkit-overflow-scrolling: touch;
|
258
|
+
}
|
259
|
+
[data-radix-scroll-area-viewport]::-webkit-scrollbar {
|
260
|
+
display: none;
|
261
|
+
}
|
262
|
+
:where([data-radix-scroll-area-viewport]) {
|
263
|
+
display: flex;
|
264
|
+
flex-direction: column;
|
265
|
+
align-items: stretch;
|
266
|
+
}
|
267
|
+
:where([data-radix-scroll-area-content]) {
|
268
|
+
flex-grow: 1;
|
269
|
+
}
|
270
|
+
`},nonce:a}),A.jsx(dt.div,{"data-radix-scroll-area-viewport":"",...i,asChild:o,ref:d,style:{overflowX:l.scrollbarXEnabled?"scroll":"hidden",overflowY:l.scrollbarYEnabled?"scroll":"hidden",...e.style},children:e6({asChild:o,children:n},p=>A.jsx("div",{"data-radix-scroll-area-content":"",ref:l.onContentChange,style:{minWidth:l.scrollbarXEnabled?"fit-content":void 0},children:p}))})]})}),nh.displayName=rh,cr="ScrollAreaScrollbar",oh=s.forwardRef((e,t)=>{let{forceMount:r,...n}=e,o=Tt(cr,e.__scopeScrollArea),{onScrollbarXEnabledChange:a,onScrollbarYEnabledChange:i}=o,l=e.orientation==="horizontal";return s.useEffect(()=>(l?a(!0):i(!0),()=>{l?a(!1):i(!1)}),[l,a,i]),o.type==="hover"?A.jsx(r6,{...n,ref:t,forceMount:r}):o.type==="scroll"?A.jsx(n6,{...n,ref:t,forceMount:r}):o.type==="auto"?A.jsx(ah,{...n,ref:t,forceMount:r}):o.type==="always"?A.jsx(qc,{...n,ref:t}):null}),oh.displayName=cr,r6=s.forwardRef((e,t)=>{let{forceMount:r,...n}=e,o=Tt(cr,e.__scopeScrollArea),[a,i]=s.useState(!1);return s.useEffect(()=>{let l=o.scrollArea,u=0;if(l){let d=c(()=>{window.clearTimeout(u),i(!0)},"handlePointerEnter"),p=c(()=>{u=window.setTimeout(()=>i(!1),o.scrollHideDelay)},"handlePointerLeave");return l.addEventListener("pointerenter",d),l.addEventListener("pointerleave",p),()=>{window.clearTimeout(u),l.removeEventListener("pointerenter",d),l.removeEventListener("pointerleave",p)}}},[o.scrollArea,o.scrollHideDelay]),A.jsx(wi,{present:r||a,children:A.jsx(ah,{"data-state":a?"visible":"hidden",...n,ref:t})})}),n6=s.forwardRef((e,t)=>{let{forceMount:r,...n}=e,o=Tt(cr,e.__scopeScrollArea),a=e.orientation==="horizontal",i=Yl(()=>u("SCROLL_END"),100),[l,u]=Z7("hidden",{hidden:{SCROLL:"scrolling"},scrolling:{SCROLL_END:"idle",POINTER_ENTER:"interacting"},interacting:{SCROLL:"interacting",POINTER_LEAVE:"idle"},idle:{HIDE:"hidden",SCROLL:"scrolling",POINTER_ENTER:"interacting"}});return s.useEffect(()=>{if(l==="idle"){let d=window.setTimeout(()=>u("HIDE"),o.scrollHideDelay);return()=>window.clearTimeout(d)}},[l,o.scrollHideDelay,u]),s.useEffect(()=>{let d=o.viewport,p=a?"scrollLeft":"scrollTop";if(d){let h=d[p],f=c(()=>{let m=d[p];h!==m&&(u("SCROLL"),i()),h=m},"handleScroll");return d.addEventListener("scroll",f),()=>d.removeEventListener("scroll",f)}},[o.viewport,a,u,i]),A.jsx(wi,{present:r||l!=="hidden",children:A.jsx(qc,{"data-state":l==="hidden"?"hidden":"visible",...n,ref:t,onPointerEnter:tt(e.onPointerEnter,()=>u("POINTER_ENTER")),onPointerLeave:tt(e.onPointerLeave,()=>u("POINTER_LEAVE"))})})}),ah=s.forwardRef((e,t)=>{let r=Tt(cr,e.__scopeScrollArea),{forceMount:n,...o}=e,[a,i]=s.useState(!1),l=e.orientation==="horizontal",u=Yl(()=>{if(r.viewport){let d=r.viewport.offsetWidth<r.viewport.scrollWidth,p=r.viewport.offsetHeight<r.viewport.scrollHeight;i(l?d:p)}},10);return No(r.viewport,u),No(r.content,u),A.jsx(wi,{present:n||a,children:A.jsx(qc,{"data-state":a?"visible":"hidden",...o,ref:t})})}),qc=s.forwardRef((e,t)=>{let{orientation:r="vertical",...n}=e,o=Tt(cr,e.__scopeScrollArea),a=s.useRef(null),i=s.useRef(0),[l,u]=s.useState({content:0,viewport:0,scrollbar:{size:0,paddingStart:0,paddingEnd:0}}),d=k2(l.viewport,l.content),p={...n,sizes:l,onSizesChange:u,hasThumb:d>0&&d<1,onThumbChange:c(f=>a.current=f,"onThumbChange"),onThumbPointerUp:c(()=>i.current=0,"onThumbPointerUp"),onThumbPointerDown:c(f=>i.current=f,"onThumbPointerDown")};function h(f,m){return J7(f,i.current,l,m)}return c(h,"getScrollPosition"),r==="horizontal"?A.jsx(o6,{...p,ref:t,onThumbPositionChange:c(()=>{if(o.viewport&&a.current){let f=o.viewport.scrollLeft,m=Zp(f,l,o.dir);a.current.style.transform=`translate3d(${m}px, 0, 0)`}},"onThumbPositionChange"),onWheelScroll:c(f=>{o.viewport&&(o.viewport.scrollLeft=f)},"onWheelScroll"),onDragScroll:c(f=>{o.viewport&&(o.viewport.scrollLeft=h(f,o.dir))},"onDragScroll")}):r==="vertical"?A.jsx(a6,{...p,ref:t,onThumbPositionChange:c(()=>{if(o.viewport&&a.current){let f=o.viewport.scrollTop,m=Zp(f,l);a.current.style.transform=`translate3d(0, ${m}px, 0)`}},"onThumbPositionChange"),onWheelScroll:c(f=>{o.viewport&&(o.viewport.scrollTop=f)},"onWheelScroll"),onDragScroll:c(f=>{o.viewport&&(o.viewport.scrollTop=h(f))},"onDragScroll")}):null}),o6=s.forwardRef((e,t)=>{let{sizes:r,onSizesChange:n,...o}=e,a=Tt(cr,e.__scopeScrollArea),[i,l]=s.useState(),u=s.useRef(null),d=ct(t,u,a.onScrollbarXChange);return s.useEffect(()=>{u.current&&l(getComputedStyle(u.current))},[u]),A.jsx(lh,{"data-orientation":"horizontal",...o,ref:d,sizes:r,style:{bottom:0,left:a.dir==="rtl"?"var(--radix-scroll-area-corner-width)":0,right:a.dir==="ltr"?"var(--radix-scroll-area-corner-width)":0,"--radix-scroll-area-thumb-width":Vs(r)+"px",...e.style},onThumbPointerDown:c(p=>e.onThumbPointerDown(p.x),"onThumbPointerDown"),onDragScroll:c(p=>e.onDragScroll(p.x),"onDragScroll"),onWheelScroll:c((p,h)=>{if(a.viewport){let f=a.viewport.scrollLeft+p.deltaX;e.onWheelScroll(f),Jp(f,h)&&p.preventDefault()}},"onWheelScroll"),onResize:c(()=>{u.current&&a.viewport&&i&&n({content:a.viewport.scrollWidth,viewport:a.viewport.offsetWidth,scrollbar:{size:u.current.clientWidth,paddingStart:Gl(i.paddingLeft),paddingEnd:Gl(i.paddingRight)}})},"onResize")})}),a6=s.forwardRef((e,t)=>{let{sizes:r,onSizesChange:n,...o}=e,a=Tt(cr,e.__scopeScrollArea),[i,l]=s.useState(),u=s.useRef(null),d=ct(t,u,a.onScrollbarYChange);return s.useEffect(()=>{u.current&&l(getComputedStyle(u.current))},[u]),A.jsx(lh,{"data-orientation":"vertical",...o,ref:d,sizes:r,style:{top:0,right:a.dir==="ltr"?0:void 0,left:a.dir==="rtl"?0:void 0,bottom:"var(--radix-scroll-area-corner-height)","--radix-scroll-area-thumb-height":Vs(r)+"px",...e.style},onThumbPointerDown:c(p=>e.onThumbPointerDown(p.y),"onThumbPointerDown"),onDragScroll:c(p=>e.onDragScroll(p.y),"onDragScroll"),onWheelScroll:c((p,h)=>{if(a.viewport){let f=a.viewport.scrollTop+p.deltaY;e.onWheelScroll(f),Jp(f,h)&&p.preventDefault()}},"onWheelScroll"),onResize:c(()=>{u.current&&a.viewport&&i&&n({content:a.viewport.scrollHeight,viewport:a.viewport.offsetHeight,scrollbar:{size:u.current.clientHeight,paddingStart:Gl(i.paddingTop),paddingEnd:Gl(i.paddingBottom)}})},"onResize")})}),[i6,ih]=eh(cr),lh=s.forwardRef((e,t)=>{let{__scopeScrollArea:r,sizes:n,hasThumb:o,onThumbChange:a,onThumbPointerUp:i,onThumbPointerDown:l,onThumbPositionChange:u,onDragScroll:d,onWheelScroll:p,onResize:h,...f}=e,m=Tt(cr,r),[g,v]=s.useState(null),D=ct(t,F=>v(F)),b=s.useRef(null),w=s.useRef(""),y=m.viewport,x=n.content-n.viewport,E=ft(p),S=ft(u),C=Yl(h,10);function k(F){if(b.current){let _=F.clientX-b.current.left,T=F.clientY-b.current.top;d({x:_,y:T})}}return c(k,"handleDragScroll"),s.useEffect(()=>{let F=c(_=>{let T=_.target;g!=null&&g.contains(T)&&E(_,x)},"handleWheel");return document.addEventListener("wheel",F,{passive:!1}),()=>document.removeEventListener("wheel",F,{passive:!1})},[y,g,x,E]),s.useEffect(S,[n,S]),No(g,C),No(m.content,C),A.jsx(i6,{scope:r,scrollbar:g,hasThumb:o,onThumbChange:ft(a),onThumbPointerUp:ft(i),onThumbPositionChange:S,onThumbPointerDown:ft(l),children:A.jsx(dt.div,{...f,ref:D,style:{position:"absolute",...f.style},onPointerDown:tt(e.onPointerDown,F=>{F.button===0&&(F.target.setPointerCapture(F.pointerId),b.current=g.getBoundingClientRect(),w.current=document.body.style.webkitUserSelect,document.body.style.webkitUserSelect="none",m.viewport&&(m.viewport.style.scrollBehavior="auto"),k(F))}),onPointerMove:tt(e.onPointerMove,k),onPointerUp:tt(e.onPointerUp,F=>{let _=F.target;_.hasPointerCapture(F.pointerId)&&_.releasePointerCapture(F.pointerId),document.body.style.webkitUserSelect=w.current,m.viewport&&(m.viewport.style.scrollBehavior=""),b.current=null})})})}),Kl="ScrollAreaThumb",sh=s.forwardRef((e,t)=>{let{forceMount:r,...n}=e,o=ih(Kl,e.__scopeScrollArea);return A.jsx(wi,{present:r||o.hasThumb,children:A.jsx(l6,{ref:t,...n})})}),l6=s.forwardRef((e,t)=>{let{__scopeScrollArea:r,style:n,...o}=e,a=Tt(Kl,r),i=ih(Kl,r),{onThumbPositionChange:l}=i,u=ct(t,h=>i.onThumbChange(h)),d=s.useRef(),p=Yl(()=>{d.current&&(d.current(),d.current=void 0)},100);return s.useEffect(()=>{let h=a.viewport;if(h){let f=c(()=>{if(p(),!d.current){let m=u6(h,l);d.current=m,l()}},"handleScroll");return l(),h.addEventListener("scroll",f),()=>h.removeEventListener("scroll",f)}},[a.viewport,p,l]),A.jsx(dt.div,{"data-state":i.hasThumb?"visible":"hidden",...o,ref:u,style:{width:"var(--radix-scroll-area-thumb-width)",height:"var(--radix-scroll-area-thumb-height)",...n},onPointerDownCapture:tt(e.onPointerDownCapture,h=>{let f=h.target.getBoundingClientRect(),m=h.clientX-f.left,g=h.clientY-f.top;i.onThumbPointerDown({x:m,y:g})}),onPointerUp:tt(e.onPointerUp,i.onThumbPointerUp)})}),sh.displayName=Kl,Gc="ScrollAreaCorner",uh=s.forwardRef((e,t)=>{let r=Tt(Gc,e.__scopeScrollArea),n=!!(r.scrollbarX&&r.scrollbarY);return r.type!=="scroll"&&n?A.jsx(s6,{...e,ref:t}):null}),uh.displayName=Gc,s6=s.forwardRef((e,t)=>{let{__scopeScrollArea:r,...n}=e,o=Tt(Gc,r),[a,i]=s.useState(0),[l,u]=s.useState(0),d=!!(a&&l);return No(o.scrollbarX,()=>{var h;let p=((h=o.scrollbarX)==null?void 0:h.offsetHeight)||0;o.onCornerHeightChange(p),u(p)}),No(o.scrollbarY,()=>{var h;let p=((h=o.scrollbarY)==null?void 0:h.offsetWidth)||0;o.onCornerWidthChange(p),i(p)}),d?A.jsx(dt.div,{...n,ref:t,style:{width:a,height:l,position:"absolute",right:o.dir==="ltr"?0:void 0,left:o.dir==="rtl"?0:void 0,bottom:0,...e.style}}):null}),c(Gl,"toInt"),c(k2,"getThumbRatio"),c(Vs,"getThumbSize"),c(J7,"getScrollPositionFromPointer"),c(Zp,"getThumbOffsetFromScroll"),c(Ty,"linearScale"),c(Jp,"isScrollingWithinScrollbarBounds"),u6=c((e,t=()=>{})=>{let r={left:e.scrollLeft,top:e.scrollTop},n=0;return c(function o(){let a={left:e.scrollLeft,top:e.scrollTop},i=r.left!==a.left,l=r.top!==a.top;(i||l)&&t(),r=a,n=window.requestAnimationFrame(o)},"loop")(),()=>window.cancelAnimationFrame(n)},"addUnlinkedScrollListener"),c(Yl,"useDebounceCallback"),c(No,"useResizeObserver"),c(e6,"getSubtree"),BA=th,LA=nh,MA=oh,OA=sh,$A=uh}),c6,d6,ch,dh,ul,By=M(()=>{JV(),c6=I(BA)(({scrollbarsize:e,offset:t})=>({width:"100%",height:"100%",overflow:"hidden","--scrollbar-size":`${e+t}px`,"--radix-scroll-area-thumb-width":`${e}px`})),d6=I(LA)({width:"100%",height:"100%"}),ch=I(MA)(({offset:e,horizontal:t,vertical:r})=>({display:"flex",userSelect:"none",touchAction:"none",background:"transparent",transition:"all 0.2s ease-out",borderRadius:"var(--scrollbar-size)",zIndex:1,'&[data-orientation="vertical"]':{width:"var(--scrollbar-size)",paddingRight:e,marginTop:e,marginBottom:t==="true"&&r==="true"?0:e},'&[data-orientation="horizontal"]':{flexDirection:"column",height:"var(--scrollbar-size)",paddingBottom:e,marginLeft:e,marginRight:t==="true"&&r==="true"?0:e}})),dh=I(OA)(({theme:e})=>({flex:1,background:e.textMutedColor,opacity:.5,borderRadius:"var(--scrollbar-size)",position:"relative",transition:"opacity 0.2s ease-out","&:hover":{opacity:.8},"::before":{content:'""',position:"absolute",top:"50%",left:"50%",transform:"translate(-50%,-50%)",width:"100%",height:"100%"}})),ul=s.forwardRef(({children:e,horizontal:t=!1,vertical:r=!1,offset:n=2,scrollbarSize:o=6,className:a},i)=>z.createElement(c6,{scrollbarsize:o,offset:n,className:a},z.createElement(d6,{ref:i},e),t&&z.createElement(ch,{orientation:"horizontal",offset:n,horizontal:t.toString(),vertical:r.toString()},z.createElement(dh,null)),r&&z.createElement(ch,{orientation:"vertical",offset:n,horizontal:t.toString(),vertical:r.toString()},z.createElement(dh,null)),t&&r&&z.createElement($A,null))),ul.displayName="ScrollArea"}),Ly={};kl(Ly,{SyntaxHighlighter:()=>Us,createCopyToClipboardFunction:()=>A2,default:()=>PA,supportedLanguages:()=>F2});function A2(){return ms!=null&&ms.clipboard?e=>ms.clipboard.writeText(e):async e=>{let t=ti.createElement("TEXTAREA"),r=ti.activeElement;t.value=e,ti.body.appendChild(t),t.select(),ti.execCommand("copy"),ti.body.removeChild(t),r.focus()}}var f6,ms,ti,p6,F2,h6,m6,g6,v6,y6,w6,b6,fh,x6,D6,Us,PA,of=M(()=>{xy(),f6=Ye(tf(),1),_V(),RV(),zV(),BV(),MV(),$V(),PV(),jV(),HV(),UV(),WV(),GV(),FV(),CA(),By(),{navigator:ms,document:ti,window:p6}=by,F2={jsextra:pA,jsx:gA,json:hA,yml:DA,md:vA,bash:cA,css:dA,html:yA,tsx:bA,typescript:xA,graphql:fA},Object.entries(F2).forEach(([e,t])=>{T0.registerLanguage(e,t)}),h6=(0,f6.default)(2)(e=>Object.entries(e.code||{}).reduce((t,[r,n])=>({...t,[`* .${r}`]:n}),{})),m6=A2(),c(A2,"createCopyToClipboardFunction"),g6=I.div(({theme:e})=>({position:"relative",overflow:"hidden",color:e.color.defaultText}),({theme:e,bordered:t})=>t?{border:`1px solid ${e.appBorderColor}`,borderRadius:e.borderRadius,background:e.background.content}:{},({showLineNumbers:e})=>e?{".react-syntax-highlighter-line-number::before":{content:"attr(data-line-number)"}}:{}),v6=c(({children:e,className:t})=>z.createElement(ul,{horizontal:!0,vertical:!0,className:t},e),"UnstyledScroller"),y6=I(v6)({position:"relative"},({theme:e})=>h6(e)),w6=I.pre(({theme:e,padded:t})=>({display:"flex",justifyContent:"flex-start",margin:0,padding:t?e.layoutMargin:0})),b6=I.div(({theme:e})=>({flex:1,paddingLeft:2,paddingRight:e.layoutMargin,opacity:1,fontFamily:e.typography.fonts.mono})),fh=c(e=>{let t=[...e.children],r=t[0],n=r.children[0].value,o={...r,children:[],properties:{...r.properties,"data-line-number":n,style:{...r.properties.style,userSelect:"auto"}}};return t[0]=o,{...e,children:t}},"processLineNumber"),x6=c(({rows:e,stylesheet:t,useInlineStyles:r})=>e.map((n,o)=>nf({node:fh(n),stylesheet:t,useInlineStyles:r,key:`code-segement${o}`})),"defaultRenderer"),D6=c((e,t)=>t?e?({rows:r,...n})=>e({rows:r.map(o=>fh(o)),...n}):x6:e,"wrapRenderer"),Us=c(({children:e,language:t="jsx",copyable:r=!1,bordered:n=!1,padded:o=!1,format:a=!0,formatter:i=void 0,className:l=void 0,showLineNumbers:u=!1,...d})=>{if(typeof e!="string"||!e.trim())return null;let[p,h]=s.useState("");s.useEffect(()=>{i?i(a,e).then(h):h(e.trim())},[e,a,i]);let[f,m]=s.useState(!1),g=s.useCallback(D=>{D.preventDefault(),m6(p).then(()=>{m(!0),p6.setTimeout(()=>m(!1),1500)}).catch(Ki.error)},[p]),v=D6(d.renderer,u);return z.createElement(g6,{bordered:n,padded:o,showLineNumbers:u,className:l},z.createElement(y6,null,z.createElement(T0,{padded:o||n,language:t,showLineNumbers:u,showInlineLineNumbers:u,useInlineStyles:!1,PreTag:w6,CodeTag:b6,lineNumberContainerStyle:{},...d,renderer:v},p)),r?z.createElement(EA,{actionItems:[{title:f?"Copied":"Copy",onClick:g}]}):null)},"SyntaxHighlighter"),Us.registerLanguage=(...e)=>T0.registerLanguage(...e),PA=Us});function E6(e){if(typeof e=="string")return pf;if(Array.isArray(e))return hf;if(!e)return;let{type:t}=e;if(n4.has(t))return t}function C6(e){let t=e===null?"null":typeof e;if(t!=="string"&&t!=="object")return`Unexpected doc '${t}',
|
271
|
+
Expected it to be 'string' or 'object'.`;if(mf(e))throw new Error("doc is valid.");let r=Object.prototype.toString.call(e);if(r!=="[object Object]")return`Unexpected doc '${r}'.`;let n=GF([...n4].map(o=>`'${o}'`));return`Unexpected doc.type '${e.type}'.
|
272
|
+
Expected it to be ${n}.`}function zr(e){return Co(e),{type:Su,contents:e}}function My(e,t){return Co(t),{type:ku,contents:t,n:e}}function Fe(e,t={}){return Co(e),gf(t.expandedStates,!0),{type:dl,id:t.id,contents:e,break:!!t.shouldBreak,expandedStates:t.expandedStates}}function NA(e){return My(Number.NEGATIVE_INFINITY,e)}function jA(e){return My({type:"root"},e)}function Oy(e){return gf(e),{type:Au,parts:e}}function Eu(e,t="",r={}){return Co(e),t!==""&&Co(t),{type:Fu,breakContents:e,flatContents:t,groupId:r.groupId}}function HA(e,t){return Co(e),{type:_u,contents:e,groupId:t.groupId,negate:t.negate}}function za(e,t){Co(e),gf(t);let r=[];for(let n=0;n<t.length;n++)n!==0&&r.push(e),r.push(t[n]);return r}function af(e,t){if(typeof e=="string")return t(e);let r=new Map;return n(e);function n(a){if(r.has(a))return r.get(a);let i=o(a);return r.set(a,i),i}function o(a){switch(mf(a)){case hf:return t(a.map(n));case Au:return t({...a,parts:a.parts.map(n)});case Fu:return t({...a,breakContents:n(a.breakContents),flatContents:n(a.flatContents)});case dl:{let{expandedStates:i,contents:l}=a;return i?(i=i.map(n),l=i[0]):l=n(l),t({...a,contents:l,expandedStates:i})}case ku:case Su:case _u:case Yd:case qd:return t({...a,contents:n(a.contents)});case pf:case Ud:case Wd:case Gd:case Xn:case Gs:return t(a);default:throw new o4(a)}}}function VA(e){switch(mf(e)){case Au:if(e.parts.every(t=>t===""))return"";break;case dl:if(!e.contents&&!e.id&&!e.break&&!e.expandedStates)return"";if(e.contents.type===dl&&e.contents.id===e.id&&e.contents.break===e.break&&e.contents.expandedStates===e.expandedStates)return e.contents;break;case ku:case Su:case _u:case qd:if(!e.contents)return"";break;case Fu:if(!e.flatContents&&!e.breakContents)return"";break;case hf:{let t=[];for(let r of e){if(!r)continue;let[n,...o]=Array.isArray(r)?r:[r];typeof n=="string"&&typeof fl(!1,t,-1)=="string"?t[t.length-1]+=n:t.push(n),t.push(...o)}return t.length===0?"":t.length===1?t[0]:t}case pf:case Ud:case Wd:case Gd:case Xn:case Yd:case Gs:break;default:throw new o4(e)}return e}function UA(e){return af(e,t=>VA(t))}function Jt(e,t=YF){return af(e,r=>typeof r=="string"?za(t,r.split(`
|
273
|
+
`)):r)}function S6(e,t){let r=t===!0||t===bs?bs:M2,n=r===bs?M2:bs,o=0,a=0;for(let i of e)i===r?o++:i===n&&a++;return o>a?n:r}function k6(e){if(typeof e!="string")throw new TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}function A6(e){return(e==null?void 0:e.type)==="front-matter"}function ph(e,t){var r;if(e.type==="text"||e.type==="comment"||lc(e)||e.type==="yaml"||e.type==="toml")return null;if(e.type==="attribute"&&delete t.value,e.type==="docType"&&delete t.value,e.type==="angularControlFlowBlock"&&(r=e.parameters)!=null&&r.children)for(let n of t.parameters.children)QF.has(e.name)?delete n.expression:n.expression=n.expression.trim();e.type==="angularIcuExpression"&&(t.switchValue=e.switchValue.trim()),e.type==="angularLetDeclarationInitializer"&&delete t.value}async function F6(e,t){if(e.language==="yaml"){let r=e.value.trim(),n=r?await t(r,{parser:"yaml"}):"";return jA([e.startDelimiter,e.explicitLanguage,he,n,n?he:"",e.endDelimiter])}}function ec(e,t=!0){return[zr([We,e]),t?We:""]}function Ta(e,t){let r=e.type==="NGRoot"?e.node.type==="NGMicrosyntax"&&e.node.body.length===1&&e.node.body[0].type==="NGMicrosyntaxExpression"?e.node.body[0].expression:e.node:e.type==="JsExpressionRoot"?e.node:e;return r&&(r.type==="ObjectExpression"||r.type==="ArrayExpression"||(t.parser==="__vue_expression"||t.parser==="__vue_ts_expression")&&(r.type==="TemplateLiteral"||r.type==="StringLiteral"))}async function nr(e,t,r,n){r={__isInHtmlAttribute:!0,__embeddedInHtml:!0,...r};let o=!0;n&&(r.__onHtmlBindingRoot=(i,l)=>{o=n(i,l)});let a=await t(e,r,t);return o?Fe(a):ec(a)}function _6(e,t,r,n){let{node:o}=r,a=n.originalText.slice(o.sourceSpan.start.offset,o.sourceSpan.end.offset);return/^\s*$/u.test(a)?"":nr(a,e,{parser:"__ng_directive",__isInHtmlAttribute:!1},Ta)}function _2(e,t){if(!t)return;let r=e_(t).toLowerCase();return e.find(({filenames:n})=>n==null?void 0:n.some(o=>o.toLowerCase()===r))??e.find(({extensions:n})=>n==null?void 0:n.some(o=>r.endsWith(o)))}function WA(e,t){if(t)return e.find(({name:r})=>r.toLowerCase()===t)??e.find(({aliases:r})=>r==null?void 0:r.includes(t))??e.find(({extensions:r})=>r==null?void 0:r.includes(`.${t}`))}function I6(e,t){let r=e.plugins.flatMap(o=>o.languages??[]),n=WA(r,t.language)??_2(r,t.physicalFile)??_2(r,t.file)??(t.physicalFile,void 0);return n==null?void 0:n.parsers[0]}function R6(e){return e.type==="element"&&!e.hasExplicitNamespace&&!["html","svg"].includes(e.namespace)}function $y(e,t){return!!(e.type==="ieConditionalComment"&&e.lastChild&&!e.lastChild.isSelfClosing&&!e.lastChild.endSourceSpan||e.type==="ieConditionalComment"&&!e.complete||Da(e)&&e.children.some(r=>r.type!=="text"&&r.type!=="interpolation")||sf(e,t)&&!dn(e)&&e.type!=="interpolation")}function tc(e){return e.type==="attribute"||!e.parent||!e.prev?!1:qA(e.prev)}function qA(e){return e.type==="comment"&&e.value.trim()==="prettier-ignore"}function Mt(e){return e.type==="text"||e.type==="comment"}function dn(e){return e.type==="element"&&(e.fullName==="script"||e.fullName==="style"||e.fullName==="svg:style"||e.fullName==="svg:script"||pl(e)&&(e.name==="script"||e.name==="style"))}function GA(e){return e.children&&!dn(e)}function YA(e){return dn(e)||e.type==="interpolation"||Py(e)}function Py(e){return qy(e).startsWith("pre")}function KA(e,t){var r,n;let o=a();if(o&&!e.prev&&(n=(r=e.parent)==null?void 0:r.tagDefinition)!=null&&n.ignoreFirstLf)return e.type==="interpolation";return o;function a(){return lc(e)||e.type==="angularControlFlowBlock"?!1:(e.type==="text"||e.type==="interpolation")&&e.prev&&(e.prev.type==="text"||e.prev.type==="interpolation")?!0:!e.parent||e.parent.cssDisplay==="none"?!1:Da(e.parent)?!0:!(!e.prev&&(e.parent.type==="root"||Da(e)&&e.parent||dn(e.parent)||rc(e.parent,t)||!oF(e.parent.cssDisplay))||e.prev&&!lF(e.prev.cssDisplay))}}function XA(e,t){return lc(e)||e.type==="angularControlFlowBlock"?!1:(e.type==="text"||e.type==="interpolation")&&e.next&&(e.next.type==="text"||e.next.type==="interpolation")?!0:!e.parent||e.parent.cssDisplay==="none"?!1:Da(e.parent)?!0:!(!e.next&&(e.parent.type==="root"||Da(e)&&e.parent||dn(e.parent)||rc(e.parent,t)||!aF(e.parent.cssDisplay))||e.next&&!iF(e.next.cssDisplay))}function QA(e){return sF(e.cssDisplay)&&!dn(e)}function gs(e){return lc(e)||e.next&&e.sourceSpan.end&&e.sourceSpan.end.line+1<e.next.sourceSpan.start.line}function ZA(e){return Ny(e)||e.type==="element"&&e.children.length>0&&(["body","script","style"].includes(e.name)||e.children.some(t=>eF(t)))||e.firstChild&&e.firstChild===e.lastChild&&e.firstChild.type!=="text"&&Hy(e.firstChild)&&(!e.lastChild.isTrailingSpaceSensitive||Vy(e.lastChild))}function Ny(e){return e.type==="element"&&e.children.length>0&&(["html","head","ul","ol","select"].includes(e.name)||e.cssDisplay.startsWith("table")&&e.cssDisplay!=="table-cell")}function B0(e){return Uy(e)||e.prev&&JA(e.prev)||jy(e)}function JA(e){return Uy(e)||e.type==="element"&&e.fullName==="br"||jy(e)}function jy(e){return Hy(e)&&Vy(e)}function Hy(e){return e.hasLeadingSpaces&&(e.prev?e.prev.sourceSpan.end.line<e.sourceSpan.start.line:e.parent.type==="root"||e.parent.startSourceSpan.end.line<e.sourceSpan.start.line)}function Vy(e){return e.hasTrailingSpaces&&(e.next?e.next.sourceSpan.start.line>e.sourceSpan.end.line:e.parent.type==="root"||e.parent.endSourceSpan&&e.parent.endSourceSpan.start.line>e.sourceSpan.end.line)}function Uy(e){switch(e.type){case"ieConditionalComment":case"comment":case"directive":return!0;case"element":return["script","select"].includes(e.name)}return!1}function lf(e){return e.lastChild?lf(e.lastChild):e}function eF(e){var t;return(t=e.children)==null?void 0:t.some(r=>r.type!=="text")}function Wy(e){if(e)switch(e){case"module":case"text/javascript":case"text/babel":case"application/javascript":return"babel";case"application/x-typescript":return"typescript";case"text/markdown":return"markdown";case"text/html":return"html";case"text/x-handlebars-template":return"glimmer";default:if(e.endsWith("json")||e.endsWith("importmap")||e==="speculationrules")return"json"}}function tF(e,t){let{name:r,attrMap:n}=e;if(r!=="script"||Object.prototype.hasOwnProperty.call(n,"src"))return;let{type:o,lang:a}=e.attrMap;return!a&&!o?"babel":sc(t,{language:a})??Wy(o)}function rF(e,t){if(!sf(e,t))return;let{attrMap:r}=e;if(Object.prototype.hasOwnProperty.call(r,"src"))return;let{type:n,lang:o}=r;return sc(t,{language:o})??Wy(n)}function nF(e,t){if(e.name!=="style")return;let{lang:r}=e.attrMap;return r?sc(t,{language:r}):"css"}function I2(e,t){return tF(e,t)??nF(e,t)??rF(e,t)}function Al(e){return e==="block"||e==="list-item"||e.startsWith("table")}function oF(e){return!Al(e)&&e!=="inline-block"}function aF(e){return!Al(e)&&e!=="inline-block"}function iF(e){return!Al(e)}function lF(e){return!Al(e)}function sF(e){return!Al(e)&&e!=="inline-block"}function Da(e){return qy(e).startsWith("pre")}function uF(e,t){let r=e;for(;r;){if(t(r))return!0;r=r.parent}return!1}function cF(e,t){var r;if(Ba(e,t))return"block";if(((r=e.prev)==null?void 0:r.type)==="comment"){let o=e.prev.value.match(/^\s*display:\s*([a-z]+)\s*$/u);if(o)return o[1]}let n=!1;if(e.type==="element"&&e.namespace==="svg")if(uF(e,o=>o.fullName==="svg:foreignObject"))n=!0;else return e.name==="svg"?"inline-block":"block";switch(t.htmlWhitespaceSensitivity){case"strict":return"inline";case"ignore":return"block";default:return e.type==="element"&&(!e.namespace||n||pl(e))&&r_[e.name]||t_}}function qy(e){return e.type==="element"&&(!e.namespace||pl(e))&&o_[e.name]||n_}function dF(e){let t=Number.POSITIVE_INFINITY;for(let r of e.split(`
|
274
|
+
`)){if(r.length===0)continue;let n=br.getLeadingWhitespaceCount(r);if(n===0)return 0;r.length!==n&&n<t&&(t=n)}return t===Number.POSITIVE_INFINITY?0:t}function Gy(e,t=dF(e)){return t===0?e:e.split(`
|
275
|
+
`).map(r=>r.slice(t)).join(`
|
276
|
+
`)}function Yy(e){return kt(!1,kt(!1,e,"'","'"),""",'"')}function Pn(e){return Yy(e.value)}function rc(e,t){return Ba(e,t)&&!i_.has(e.fullName)}function Ba(e,t){return t.parser==="vue"&&e.type==="element"&&e.parent.type==="root"&&e.fullName.toLowerCase()!=="html"}function sf(e,t){return Ba(e,t)&&(rc(e,t)||e.attrMap.lang&&e.attrMap.lang!=="html")}function fF(e){let t=e.fullName;return t.charAt(0)==="#"||t==="slot-scope"||t==="v-slot"||t.startsWith("v-slot:")}function pF(e,t){let r=e.parent;if(!Ba(r,t))return!1;let n=r.fullName,o=e.fullName;return n==="script"&&o==="setup"||n==="style"&&o==="vars"}function Ky(e,t=e.value){return e.parent.isWhitespaceSensitive?e.parent.isIndentationSensitive?Jt(t):Jt(Gy(a4(t)),he):za(Le,br.split(t))}function Xy(e,t){return Ba(e,t)&&e.name==="script"}async function hF(e,t){let r=[];for(let[n,o]of e.split(i4).entries())if(n%2===0)r.push(Jt(o));else try{r.push(Fe(["{{",zr([Le,await nr(o,t,{parser:"__ng_interpolation",__isInHtmlInterpolation:!0})]),Le,"}}"]))}catch{r.push("{{",Jt(o),"}}")}return r}function Yc({parser:e}){return(t,r,n)=>nr(Pn(n.node),t,{parser:e},Ta)}function z6(e,t){if(t.parser!=="angular")return;let{node:r}=e,n=r.fullName;if(n.startsWith("(")&&n.endsWith(")")||n.startsWith("on-"))return l_;if(n.startsWith("[")&&n.endsWith("]")||/^bind(?:on)?-/u.test(n)||/^ng-(?:if|show|hide|class|style)$/u.test(n))return s_;if(n.startsWith("*"))return u_;let o=Pn(r);if(/^i18n(?:-.+)?$/u.test(n))return()=>ec(Oy(Ky(r,o.trim())),!o.includes("@@"));if(i4.test(o))return a=>hF(o,a)}function T6(e,t){let{node:r}=e,n=Pn(r);if(r.fullName==="class"&&!t.parentParser&&!n.includes("{{"))return()=>n.trim().split(/\s+/u).join(" ")}function R2(e){return e===" "||e===`
|
277
|
+
`||e==="\f"||e==="\r"||e===" "}function B6(e){let t=e.length,r,n,o,a,i,l=0,u;function d(m){let g,v=m.exec(e.substring(l));if(v)return[g]=v,l+=g.length,g}c(d,"p");let p=[];for(;;){if(d(p_),l>=t){if(p.length===0)throw new Error("Must contain one or more image candidate strings.");return p}u=l,r=d(h_),n=[],r.slice(-1)===","?(r=r.replace(m_,""),f()):h()}function h(){for(d(f_),o="",a="in descriptor";;){if(i=e.charAt(l),a==="in descriptor")if(R2(i))o&&(n.push(o),o="",a="after descriptor");else if(i===","){l+=1,o&&n.push(o),f();return}else if(i==="(")o+=i,a="in parens";else if(i===""){o&&n.push(o),f();return}else o+=i;else if(a==="in parens")if(i===")")o+=i,a="in descriptor";else if(i===""){n.push(o),f();return}else o+=i;else if(a==="after descriptor"&&!R2(i))if(i===""){f();return}else a="in descriptor",l-=1;l+=1}}c(h,"f");function f(){let m=!1,g,v,D,b,w={},y,x,E,S,C;for(b=0;b<n.length;b++)y=n[b],x=y[y.length-1],E=y.substring(0,y.length-1),S=parseInt(E,10),C=parseFloat(E),O2.test(E)&&x==="w"?((g||v)&&(m=!0),S===0?m=!0:g=S):g_.test(E)&&x==="x"?((g||v||D)&&(m=!0),C<0?m=!0:v=C):O2.test(E)&&x==="h"?((D||v)&&(m=!0),S===0?m=!0:D=S):m=!0;if(!m)w.source={value:r,startOffset:u},g&&(w.width={value:g}),v&&(w.density={value:v}),D&&(w.height={value:D}),p.push(w);else throw new Error(`Invalid srcset descriptor found in "${e}" at "${y}".`)}c(f,"d")}function L6(e){if(e.node.fullName==="srcset"&&(e.parent.fullName==="img"||e.parent.fullName==="source"))return()=>mF(Pn(e.node))}function mF(e){let t=v_(e),r=y_.filter(p=>t.some(h=>Object.prototype.hasOwnProperty.call(h,p)));if(r.length>1)throw new Error("Mixed descriptor in srcset is not supported");let[n]=r,o=$2[n],a=t.map(p=>p.source.value),i=Math.max(...a.map(p=>p.length)),l=t.map(p=>p[n]?String(p[n].value):""),u=l.map(p=>{let h=p.indexOf(".");return h===-1?p.length:h}),d=Math.max(...u);return ec(za([",",Le],a.map((p,h)=>{let f=[p],m=l[h];if(m){let g=i-p.length+1,v=d-u[h],D=" ".repeat(g+v);f.push(Eu(D," "),m+o)}return f})))}function gF(e,t){let{node:r}=e,n=Pn(e.node).trim();if(r.fullName==="style"&&!t.parentParser&&!n.includes("{{"))return async o=>ec(await o(n,{parser:"css",__isHTMLStyleAttribute:!0}))}function M6(e,t){let{root:r}=e;return L0.has(r)||L0.set(r,r.children.some(n=>Xy(n,t)&&["ts","typescript"].includes(n.attrMap.lang))),L0.get(r)}function vF(e,t,r){let{node:n}=r,o=Pn(n);return nr(`type T<${o}> = any`,e,{parser:"babel-ts",__isEmbeddedTypescriptGenericParameters:!0},Ta)}function yF(e,t,{parseWithTs:r}){return nr(`function _(${e}) {}`,t,{parser:r?"babel-ts":"babel",__isVueBindings:!0})}function wF(e){let t=/^(?:[\w$]+|\([^)]*\))\s*=>|^function\s*\(/u,r=/^[$_a-z][\w$]*(?:\.[$_a-z][\w$]*|\['[^']*'\]|\["[^"]*"\]|\[\d+\]|\[[$_a-z][\w$]*\])*$/iu,n=e.trim();return t.test(n)||r.test(n)}async function bF(e,t,r,n){let o=Pn(r.node),{left:a,operator:i,right:l}=xF(o),u=vf(r,n);return[Fe(await nr(`function _(${a}) {}`,e,{parser:u?"babel-ts":"babel",__isVueForBindingLeft:!0}))," ",i," ",await nr(l,e,{parser:u?"__ts_expression":"__js_expression"})]}function xF(e){let t=/(.*?)\s+(in|of)\s+(.*)/su,r=/,([^,\]}]*)(?:,([^,\]}]*))?$/u,n=/^\(|\)$/gu,o=e.match(t);if(!o)return;let a={};if(a.for=o[3].trim(),!a.for)return;let i=kt(!1,o[1].trim(),n,""),l=i.match(r);l?(a.alias=i.replace(r,""),a.iterator1=l[1].trim(),l[2]&&(a.iterator2=l[2].trim())):a.alias=i;let u=[a.alias,a.iterator1,a.iterator2];if(!u.some((d,p)=>!d&&(p===0||u.slice(p+1).some(Boolean))))return{left:u.filter(Boolean).join(","),operator:o[2],right:a.for}}function O6(e,t){if(t.parser!=="vue")return;let{node:r}=e,n=r.fullName;if(n==="v-for")return bF;if(n==="generic"&&Xy(r.parent,t))return vF;let o=Pn(r),a=vf(e,t);if(fF(r)||pF(r,t))return i=>yF(o,i,{parseWithTs:a});if(n.startsWith("@")||n.startsWith("v-on:"))return i=>DF(o,i,{parseWithTs:a});if(n.startsWith(":")||n.startsWith("v-bind:"))return i=>EF(o,i,{parseWithTs:a});if(n.startsWith("v-"))return i=>Qy(o,i,{parseWithTs:a})}function DF(e,t,{parseWithTs:r}){return wF(e)?Qy(e,t,{parseWithTs:r}):nr(e,t,{parser:r?"__vue_ts_event_binding":"__vue_event_binding"},Ta)}function EF(e,t,{parseWithTs:r}){return nr(e,t,{parser:r?"__vue_ts_expression":"__vue_expression"},Ta)}function Qy(e,t,{parseWithTs:r}){return nr(e,t,{parser:r?"__ts_expression":"__js_expression"},Ta)}function $6(e,t){let{node:r}=e;if(r.value){if(/^PRETTIER_HTML_PLACEHOLDER_\d+_\d+_IN_JS$/u.test(t.originalText.slice(r.valueSpan.start.offset,r.valueSpan.end.offset))||t.parser==="lwc"&&r.value.startsWith("{")&&r.value.endsWith("}"))return[r.rawName,"=",r.value];for(let n of[w_,gF,d_,b_,c_]){let o=n(e,t);if(o)return CF(o)}}}function CF(e){return async(t,r,n,o)=>{let a=await e(t,r,n,o);if(a)return a=af(a,i=>typeof i=="string"?kt(!1,i,'"',"""):i),[n.node.rawName,'="',Fe(a),'"']}}function P6(e){return Array.isArray(e)&&e.length>0}function nc(e){return e.sourceSpan.start.offset}function oc(e){return e.sourceSpan.end.offset}function Nd(e,t){return[e.isSelfClosing?"":SF(e,t),_i(e,t)]}function SF(e,t){return e.lastChild&&cl(e.lastChild)?"":[kF(e,t),uf(e,t)]}function _i(e,t){return(e.next?Do(e.next):_l(e.parent))?"":[Fl(e,t),xo(e,t)]}function kF(e,t){return _l(e)?Fl(e.lastChild,t):""}function xo(e,t){return cl(e)?uf(e.parent,t):ac(e)?cf(e.next):""}function uf(e,t){if(l4(!e.isSelfClosing),Zy(e,t))return"";switch(e.type){case"ieConditionalComment":return"<!";case"element":if(e.hasHtmComponentClosingTag)return"<//";default:return`</${e.rawName}`}}function Fl(e,t){if(Zy(e,t))return"";switch(e.type){case"ieConditionalComment":case"ieConditionalEndComment":return"[endif]-->";case"ieConditionalStartComment":return"]><!-->";case"interpolation":return"}}";case"angularIcuExpression":return"}";case"element":if(e.isSelfClosing)return"/>";default:return">"}}function Zy(e,t){return!e.isSelfClosing&&!e.endSourceSpan&&(tc(e)||$y(e.parent,t))}function Do(e){return e.prev&&e.prev.type!=="docType"&&e.type!=="angularControlFlowBlock"&&!Mt(e.prev)&&e.isLeadingSpaceSensitive&&!e.hasLeadingSpaces}function _l(e){var t;return((t=e.lastChild)==null?void 0:t.isTrailingSpaceSensitive)&&!e.lastChild.hasTrailingSpaces&&!Mt(lf(e.lastChild))&&!Da(e)}function cl(e){return!e.next&&!e.hasTrailingSpaces&&e.isTrailingSpaceSensitive&&Mt(lf(e))}function ac(e){return e.next&&!Mt(e.next)&&Mt(e)&&e.isTrailingSpaceSensitive&&!e.hasTrailingSpaces}function AF(e){let t=e.trim().match(/^prettier-ignore-attribute(?:\s+(.+))?$/su);return t?t[1]?t[1].split(/\s+/u):!0:!1}function ic(e){return!e.prev&&e.isLeadingSpaceSensitive&&!e.hasLeadingSpaces}function FF(e,t,r){var n;let{node:o}=e;if(!yf(o.attrs))return o.isSelfClosing?" ":"";let a=((n=o.prev)==null?void 0:n.type)==="comment"&&AF(o.prev.value),i=typeof a=="boolean"?()=>a:Array.isArray(a)?h=>a.includes(h.rawName):()=>!1,l=e.map(({node:h})=>i(h)?Jt(t.originalText.slice(nc(h),oc(h))):r(),"attrs"),u=o.type==="element"&&o.fullName==="script"&&o.attrs.length===1&&o.attrs[0].fullName==="src"&&o.children.length===0,d=t.singleAttributePerLine&&o.attrs.length>1&&!Ba(o,t)?he:Le,p=[zr([u?" ":Le,za(d,l)])];return o.firstChild&&ic(o.firstChild)||o.isSelfClosing&&_l(o.parent)||u?p.push(o.isSelfClosing?" ":""):p.push(t.bracketSameLine?o.isSelfClosing?" ":"":o.isSelfClosing?Le:We),p}function _F(e){return e.firstChild&&ic(e.firstChild)?"":df(e)}function jd(e,t,r){let{node:n}=e;return[Ii(n,t),FF(e,t,r),n.isSelfClosing?"":_F(n)]}function Ii(e,t){return e.prev&&ac(e.prev)?"":[Eo(e,t),cf(e)]}function Eo(e,t){return ic(e)?df(e.parent):Do(e)?Fl(e.prev,t):""}function cf(e){switch(e.type){case"ieConditionalComment":case"ieConditionalStartComment":return`<!--[if ${e.condition}`;case"ieConditionalEndComment":return"<!--<!";case"interpolation":return"{{";case"docType":return e.value==="html"?"<!doctype":"<!DOCTYPE";case"angularIcuExpression":return"{";case"element":if(e.condition)return`<!--[if ${e.condition}]><!--><${e.rawName}`;default:return`<${e.rawName}`}}function df(e){switch(l4(!e.isSelfClosing),e.type){case"ieConditionalComment":return"]>";case"element":if(e.condition)return"><!--<![endif]-->";default:return">"}}function N6(e,t){if(!e.endSourceSpan)return"";let r=e.startSourceSpan.end.offset;e.firstChild&&ic(e.firstChild)&&(r-=df(e).length);let n=e.endSourceSpan.start.offset;return e.lastChild&&cl(e.lastChild)?n+=uf(e,t).length:_l(e)&&(n-=Fl(e.lastChild,t).length),t.originalText.slice(r,n)}function j6(e,t){let{node:r}=e;switch(r.type){case"element":if(dn(r)||r.type==="interpolation")return;if(!r.isSelfClosing&&sf(r,t)){let n=I2(r,t);return n?async(o,a)=>{let i=s4(r,t),l=/^\s*$/u.test(i),u="";return l||(u=await o(a4(i),{parser:n,__embeddedInHtml:!0}),l=u===""),[Eo(r,t),Fe(jd(e,t,a)),l?"":he,u,l?"":he,Nd(r,t),xo(r,t)]}:void 0}break;case"text":if(dn(r.parent)){let n=I2(r.parent,t);if(n)return async o=>{let a=n==="markdown"?Gy(r.value.replace(/^[^\S\n]*\n/u,"")):r.value,i={parser:n,__embeddedInHtml:!0};if(t.parser==="html"&&n==="babel"){let l="script",{attrMap:u}=r.parent;u&&(u.type==="module"||u.type==="text/babel"&&u["data-type"]==="module")&&(l="module"),i.__babelSourceType=l}return[zi,Eo(r,t),await o(a,i),xo(r,t)]}}else if(r.parent.type==="interpolation")return async n=>{let o={__isInHtmlInterpolation:!0,__embeddedInHtml:!0};return t.parser==="angular"?o.parser="__ng_interpolation":t.parser==="vue"?o.parser=vf(e,t)?"__vue_ts_expression":"__vue_expression":o.parser="__js_expression",[zr([Le,await n(r.value,o)]),r.parent.next&&Do(r.parent.next)?" ":Le]};break;case"attribute":return x_(e,t);case"front-matter":return n=>ZF(r,n);case"angularControlFlowBlockParameters":return D_.has(e.parent.name)?JF:void 0;case"angularLetDeclarationInitializer":return n=>nr(r.value,n,{parser:"__ng_binding",__isInHtmlAttribute:!1})}}function Ri(e){if(ni!==null&&typeof ni.property){let t=ni;return ni=Ri.prototype=null,t}return ni=Ri.prototype=e??Object.create(null),new Ri}function IF(e){return Ri(e)}function H6(e,t="type"){IF(e);function r(n){let o=n[t],a=e[o];if(!Array.isArray(a))throw Object.assign(new Error(`Missing visitor keys for '${o}'.`),{node:n});return a}return c(r,"r"),r}function RF(e){return/^\s*<!--\s*@(?:format|prettier)\s*-->/u.test(e)}function V6(e){return`<!-- @format -->
|
278
|
+
|
279
|
+
`+e}function Jy(e){let t=oc(e);return e.type==="element"&&!e.endSourceSpan&&yf(e.children)?Math.max(t,Jy(fl(!1,e.children,-1))):t}function ri(e,t,r){let n=e.node;if(tc(n)){let o=Jy(n);return[Eo(n,t),Jt(br.trimEnd(t.originalText.slice(nc(n)+(n.prev&&ac(n.prev)?cf(n).length:0),o-(n.next&&Do(n.next)?Fl(n,t).length:0)))),xo(n,t)]}return r()}function vs(e,t){return Mt(e)&&Mt(t)?e.isTrailingSpaceSensitive?e.hasTrailingSpaces?B0(t)?he:Le:"":B0(t)?he:We:ac(e)&&(tc(t)||t.firstChild||t.isSelfClosing||t.type==="element"&&t.attrs.length>0)||e.type==="element"&&e.isSelfClosing&&Do(t)?"":!t.isLeadingSpaceSensitive||B0(t)||Do(t)&&e.lastChild&&cl(e.lastChild)&&e.lastChild.lastChild&&cl(e.lastChild.lastChild)?he:t.hasLeadingSpaces?Le:We}function ff(e,t,r){let{node:n}=e;if(Ny(n))return[zi,...e.map(a=>{let i=a.node,l=i.prev?vs(i.prev,i):"";return[l?[l,gs(i.prev)?he:""]:"",ri(a,t,r)]},"children")];let o=n.children.map(()=>Symbol(""));return e.map((a,i)=>{let l=a.node;if(Mt(l)){if(l.prev&&Mt(l.prev)){let g=vs(l.prev,l);if(g)return gs(l.prev)?[he,he,ri(a,t,r)]:[g,ri(a,t,r)]}return ri(a,t,r)}let u=[],d=[],p=[],h=[],f=l.prev?vs(l.prev,l):"",m=l.next?vs(l,l.next):"";return f&&(gs(l.prev)?u.push(he,he):f===he?u.push(he):Mt(l.prev)?d.push(f):d.push(Eu("",We,{groupId:o[i-1]}))),m&&(gs(l)?Mt(l.next)&&h.push(he,he):m===he?Mt(l.next)&&h.push(he):p.push(m)),[...u,Fe([...d,Fe([ri(a,t,r),...p],{id:o[i]})]),...h]},"children")}function zF(e,t,r){let{node:n}=e,o=[];TF(e)&&o.push("} "),o.push("@",n.name),n.parameters&&o.push(" (",Fe(r("parameters")),")"),o.push(" {");let a=e4(n);return n.children.length>0?(n.firstChild.hasLeadingSpaces=!0,n.lastChild.hasTrailingSpaces=!0,o.push(zr([he,ff(e,t,r)])),a&&o.push(he,"}")):a&&o.push("}"),Fe(o,{shouldBreak:!0})}function e4(e){var t,r;return!(((t=e.next)==null?void 0:t.type)==="angularControlFlowBlock"&&(r=E_.get(e.name))!=null&&r.has(e.next.name))}function TF(e){let{previous:t}=e;return(t==null?void 0:t.type)==="angularControlFlowBlock"&&!tc(t)&&!e4(t)}function BF(e,t,r){return[zr([We,za([";",Le],e.map(r,"children"))]),We]}function LF(e,t,r){let{node:n}=e;return[Ii(n,t),Fe([n.switchValue.trim(),", ",n.clause,n.cases.length>0?[",",zr([Le,za(Le,e.map(r,"cases"))])]:"",We]),_i(n,t)]}function MF(e,t,r){let{node:n}=e;return[n.value," {",Fe([zr([We,e.map(({node:o})=>o.type==="text"&&!br.trim(o.value)?"":r(),"expression")]),We]),"}"]}function OF(e,t,r){let{node:n}=e;if($y(n,t))return[Eo(n,t),Fe(jd(e,t,r)),Jt(s4(n,t)),...Nd(n,t),xo(n,t)];let o=n.children.length===1&&(n.firstChild.type==="interpolation"||n.firstChild.type==="angularIcuExpression")&&n.firstChild.isLeadingSpaceSensitive&&!n.firstChild.hasLeadingSpaces&&n.lastChild.isTrailingSpaceSensitive&&!n.lastChild.hasTrailingSpaces,a=Symbol("element-attr-group-id"),i=c(p=>Fe([Fe(jd(e,t,r),{id:a}),p,Nd(n,t)]),"a"),l=c(p=>o?HA(p,{groupId:a}):(dn(n)||rc(n,t))&&n.parent.type==="root"&&t.parser==="vue"&&!t.vueIndentScriptAndStyle?p:zr(p),"o"),u=c(()=>o?Eu(We,"",{groupId:a}):n.firstChild.hasLeadingSpaces&&n.firstChild.isLeadingSpaceSensitive?Le:n.firstChild.type==="text"&&n.isWhitespaceSensitive&&n.isIndentationSensitive?NA(We):We,"u"),d=c(()=>(n.next?Do(n.next):_l(n.parent))?n.lastChild.hasTrailingSpaces&&n.lastChild.isTrailingSpaceSensitive?" ":"":o?Eu(We,"",{groupId:a}):n.lastChild.hasTrailingSpaces&&n.lastChild.isTrailingSpaceSensitive?Le:(n.lastChild.type==="comment"||n.lastChild.type==="text"&&n.isWhitespaceSensitive&&n.isIndentationSensitive)&&new RegExp(`\\n[\\t ]{${t.tabWidth*(e.ancestors.length-1)}}$`,"u").test(n.lastChild.value)?"":We,"p");return n.children.length===0?i(n.hasDanglingSpaces&&n.isDanglingSpaceSensitive?Le:""):i([ZA(n)?zi:"",l([u(),ff(e,t,r)]),d()])}function Ws(e){return e>=9&&e<=32||e==160}function Hd(e){return 48<=e&&e<=57}function qs(e){return e>=97&&e<=122||e>=65&&e<=90}function $F(e){return e>=97&&e<=102||e>=65&&e<=70||Hd(e)}function Kc(e){return e===10||e===13}function hh(e){return 48<=e&&e<=55}function Xc(e){return e===39||e===34||e===96}function U6(e){return e.replace(C_,(...t)=>t[1].toUpperCase())}function W6(e,t){for(let r of S_)r(e,t);return e}function q6(e){e.walk(t=>{if(t.type==="element"&&t.tagDefinition.ignoreFirstLf&&t.children.length>0&&t.children[0].type==="text"&&t.children[0].value[0]===`
|
280
|
+
`){let r=t.children[0];r.value.length===1?t.removeChild(r):r.value=r.value.slice(1)}})}function G6(e){let t=c(r=>{var n,o;return r.type==="element"&&((n=r.prev)==null?void 0:n.type)==="ieConditionalStartComment"&&r.prev.sourceSpan.end.offset===r.startSourceSpan.start.offset&&((o=r.firstChild)==null?void 0:o.type)==="ieConditionalEndComment"&&r.firstChild.sourceSpan.start.offset===r.startSourceSpan.end.offset},"e");e.walk(r=>{if(r.children)for(let n=0;n<r.children.length;n++){let o=r.children[n];if(!t(o))continue;let a=o.prev,i=o.firstChild;r.removeChild(a),n--;let l=new J(a.sourceSpan.start,i.sourceSpan.end),u=new J(l.start,o.sourceSpan.end);o.condition=a.condition,o.sourceSpan=u,o.startSourceSpan=l,o.removeChild(i)}})}function PF(e,t,r){e.walk(n=>{if(n.children)for(let o=0;o<n.children.length;o++){let a=n.children[o];if(a.type!=="text"&&!t(a))continue;a.type!=="text"&&(a.type="text",a.value=r(a));let i=a.prev;!i||i.type!=="text"||(i.value+=a.value,i.sourceSpan=new J(i.sourceSpan.start,a.sourceSpan.end),n.removeChild(a),o--)}})}function Y6(e){return PF(e,t=>t.type==="cdata",t=>`<![CDATA[${t.value}]]>`)}function K6(e){let t=c(r=>{var n,o;return r.type==="element"&&r.attrs.length===0&&r.children.length===1&&r.firstChild.type==="text"&&!br.hasWhitespaceCharacter(r.children[0].value)&&!r.firstChild.hasLeadingSpaces&&!r.firstChild.hasTrailingSpaces&&r.isLeadingSpaceSensitive&&!r.hasLeadingSpaces&&r.isTrailingSpaceSensitive&&!r.hasTrailingSpaces&&((n=r.prev)==null?void 0:n.type)==="text"&&((o=r.next)==null?void 0:o.type)==="text"},"e");e.walk(r=>{if(r.children)for(let n=0;n<r.children.length;n++){let o=r.children[n];if(!t(o))continue;let a=o.prev,i=o.next;a.value+=`<${o.rawName}>`+o.firstChild.value+`</${o.rawName}>`+i.value,a.sourceSpan=new J(a.sourceSpan.start,i.sourceSpan.end),a.isTrailingSpaceSensitive=i.isTrailingSpaceSensitive,a.hasTrailingSpaces=i.hasTrailingSpaces,r.removeChild(o),n--,r.removeChild(i)}})}function X6(e,t){if(t.parser==="html")return;let r=/\{\{(.+?)\}\}/su;e.walk(n=>{if(GA(n))for(let o of n.children){if(o.type!=="text")continue;let a=o.sourceSpan.start,i=null,l=o.value.split(r);for(let u=0;u<l.length;u++,a=i){let d=l[u];if(u%2===0){i=a.moveBy(d.length),d.length>0&&n.insertChildBefore(o,{type:"text",value:d,sourceSpan:new J(a,i)});continue}i=a.moveBy(d.length+4),n.insertChildBefore(o,{type:"interpolation",sourceSpan:new J(a,i),children:d.length===0?[]:[{type:"text",value:d,sourceSpan:new J(a.moveBy(2),i.moveBy(-2))}]})}n.removeChild(o)}})}function Q6(e){e.walk(t=>{if(!t.children)return;if(t.children.length===0||t.children.length===1&&t.children[0].type==="text"&&br.trim(t.children[0].value).length===0){t.hasDanglingSpaces=t.children.length>0,t.children=[];return}let r=YA(t),n=Py(t);if(!r)for(let o=0;o<t.children.length;o++){let a=t.children[o];if(a.type!=="text")continue;let{leadingWhitespace:i,text:l,trailingWhitespace:u}=a_(a.value),d=a.prev,p=a.next;l?(a.value=l,a.sourceSpan=new J(a.sourceSpan.start.moveBy(i.length),a.sourceSpan.end.moveBy(-u.length)),i&&(d&&(d.hasTrailingSpaces=!0),a.hasLeadingSpaces=!0),u&&(a.hasTrailingSpaces=!0,p&&(p.hasLeadingSpaces=!0))):(t.removeChild(a),o--,(i||u)&&(d&&(d.hasTrailingSpaces=!0),p&&(p.hasLeadingSpaces=!0)))}t.isWhitespaceSensitive=r,t.isIndentationSensitive=n})}function Z6(e){e.walk(t=>{t.isSelfClosing=!t.children||t.type==="element"&&(t.tagDefinition.isVoid||t.endSourceSpan&&t.startSourceSpan.start===t.endSourceSpan.start&&t.startSourceSpan.end===t.endSourceSpan.end)})}function J6(e,t){e.walk(r=>{r.type==="element"&&(r.hasHtmComponentClosingTag=r.endSourceSpan&&/^<\s*\/\s*\/\s*>$/u.test(t.originalText.slice(r.endSourceSpan.start.offset,r.endSourceSpan.end.offset)))})}function e8(e,t){e.walk(r=>{r.cssDisplay=cF(r,t)})}function t8(e,t){e.walk(r=>{let{children:n}=r;if(n){if(n.length===0){r.isDanglingSpaceSensitive=QA(r);return}for(let o of n)o.isLeadingSpaceSensitive=KA(o,t),o.isTrailingSpaceSensitive=XA(o,t);for(let o=0;o<n.length;o++){let a=n[o];a.isLeadingSpaceSensitive=(o===0||a.prev.isTrailingSpaceSensitive)&&a.isLeadingSpaceSensitive,a.isTrailingSpaceSensitive=(o===n.length-1||a.next.isLeadingSpaceSensitive)&&a.isTrailingSpaceSensitive}}})}function r8(e,t,r){let{node:n}=e;switch(n.type){case"front-matter":return Jt(n.raw);case"root":return t.__onHtmlRoot&&t.__onHtmlRoot(n),[Fe(ff(e,t,r)),he];case"element":case"ieConditionalComment":return OF(e,t,r);case"angularControlFlowBlock":return zF(e,t,r);case"angularControlFlowBlockParameters":return BF(e,t,r);case"angularControlFlowBlockParameter":return br.trim(n.expression);case"angularLetDeclaration":return Fe(["@let ",Fe([n.id," =",Fe(zr([Le,r("init")]))]),";"]);case"angularLetDeclarationInitializer":return n.value;case"angularIcuExpression":return LF(e,t,r);case"angularIcuCase":return MF(e,t,r);case"ieConditionalStartComment":case"ieConditionalEndComment":return[Ii(n),_i(n)];case"interpolation":return[Ii(n,t),...e.map(r,"children"),_i(n,t)];case"text":{if(n.parent.type==="interpolation"){let a=/\n[^\S\n]*$/u,i=a.test(n.value),l=i?n.value.replace(a,""):n.value;return[Jt(l),i?he:""]}let o=UA([Eo(n,t),...Ky(n),xo(n,t)]);return Array.isArray(o)?Oy(o):o}case"docType":return[Fe([Ii(n,t)," ",kt(!1,n.value.replace(/^html\b/iu,"html"),/\s+/gu," ")]),_i(n,t)];case"comment":return[Eo(n,t),Jt(t.originalText.slice(nc(n),oc(n))),xo(n,t)];case"attribute":{if(n.value===null)return n.rawName;let o=Yy(n.value),a=KF(o,'"');return[n.rawName,"=",a,Jt(a==='"'?kt(!1,o,'"',"""):kt(!1,o,"'","'")),a]}case"cdata":default:throw new XF(n,"HTML")}}function Cu(e,t=!0){if(e[0]!=":")return[null,e];let r=e.indexOf(":",1);if(r===-1){if(t)throw new Error(`Unsupported format "${e}" expecting ":namespace:name"`);return[null,e]}return[e.slice(1,r),e.slice(r+1)]}function mh(e){return Cu(e)[1]==="ng-container"}function gh(e){return Cu(e)[1]==="ng-content"}function ys(e){return e===null?null:Cu(e)[0]}function Xl(e,t){return e?`:${e}:${t}`:t}function vh(){return M0||(M0={},ws(na.HTML,["iframe|srcdoc","*|innerHTML","*|outerHTML"]),ws(na.STYLE,["*|style"]),ws(na.URL,["*|formAction","area|href","area|ping","audio|src","a|href","a|ping","blockquote|cite","body|background","del|cite","form|action","img|src","input|src","ins|cite","q|cite","source|src","track|src","video|poster","video|src"]),ws(na.RESOURCE_URL,["applet|code","applet|codebase","base|href","embed|src","frame|src","head|profile","html|manifest","iframe|src","link|href","media|src","object|codebase","object|data","script|src"])),M0}function ws(e,t){for(let r of t)M0[r.toLowerCase()]=e}function n8(e){switch(e){case"width":case"height":case"minWidth":case"minHeight":case"maxWidth":case"maxHeight":case"left":case"top":case"bottom":case"right":case"fontSize":case"outlineWidth":case"outlineOffset":case"paddingTop":case"paddingLeft":case"paddingBottom":case"paddingRight":case"marginTop":case"marginLeft":case"marginBottom":case"marginRight":case"borderRadius":case"borderWidth":case"borderTopWidth":case"borderLeftWidth":case"borderRightWidth":case"borderBottomWidth":case"textIndent":return!0;default:return!1}}function Vd(e){return Zl||(ob=new Z({canSelfClose:!0}),Zl=Object.assign(Object.create(null),{base:new Z({isVoid:!0}),meta:new Z({isVoid:!0}),area:new Z({isVoid:!0}),embed:new Z({isVoid:!0}),link:new Z({isVoid:!0}),img:new Z({isVoid:!0}),input:new Z({isVoid:!0}),param:new Z({isVoid:!0}),hr:new Z({isVoid:!0}),br:new Z({isVoid:!0}),source:new Z({isVoid:!0}),track:new Z({isVoid:!0}),wbr:new Z({isVoid:!0}),p:new Z({closedByChildren:["address","article","aside","blockquote","div","dl","fieldset","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","hr","main","nav","ol","p","pre","section","table","ul"],closedByParent:!0}),thead:new Z({closedByChildren:["tbody","tfoot"]}),tbody:new Z({closedByChildren:["tbody","tfoot"],closedByParent:!0}),tfoot:new Z({closedByChildren:["tbody"],closedByParent:!0}),tr:new Z({closedByChildren:["tr"],closedByParent:!0}),td:new Z({closedByChildren:["td","th"],closedByParent:!0}),th:new Z({closedByChildren:["td","th"],closedByParent:!0}),col:new Z({isVoid:!0}),svg:new Z({implicitNamespacePrefix:"svg"}),foreignObject:new Z({implicitNamespacePrefix:"svg",preventNamespaceInheritance:!0}),math:new Z({implicitNamespacePrefix:"math"}),li:new Z({closedByChildren:["li"],closedByParent:!0}),dt:new Z({closedByChildren:["dt","dd"]}),dd:new Z({closedByChildren:["dt","dd"],closedByParent:!0}),rb:new Z({closedByChildren:["rb","rt","rtc","rp"],closedByParent:!0}),rt:new Z({closedByChildren:["rb","rt","rtc","rp"],closedByParent:!0}),rtc:new Z({closedByChildren:["rb","rtc","rp"],closedByParent:!0}),rp:new Z({closedByChildren:["rb","rt","rtc","rp"],closedByParent:!0}),optgroup:new Z({closedByChildren:["optgroup"],closedByParent:!0}),option:new Z({closedByChildren:["option","optgroup"],closedByParent:!0}),pre:new Z({ignoreFirstLf:!0}),listing:new Z({ignoreFirstLf:!0}),style:new Z({contentType:wr.RAW_TEXT}),script:new Z({contentType:wr.RAW_TEXT}),title:new Z({contentType:{default:wr.ESCAPABLE_RAW_TEXT,svg:wr.PARSABLE_DATA}}),textarea:new Z({contentType:wr.ESCAPABLE_RAW_TEXT,ignoreFirstLf:!0})}),new k_().allKnownElementNames().forEach(t=>{!Zl[t]&&ys(t)===null&&(Zl[t]=new Z({canSelfClose:!1}))})),Zl[e]??ob}function z2(e,t,r=null){let n=[],o=e.visit?a=>e.visit(a,r)||a.visit(e,r):a=>a.visit(e,r);return t.forEach(a=>{let i=o(a);i&&n.push(i)}),n}function o8(e,t){if(t!=null&&!(Array.isArray(t)&&t.length==2))throw new Error(`Expected '${e}' to be an array, [start, end].`);if(t!=null){let r=t[0],n=t[1];F_.forEach(o=>{if(o.test(r)||o.test(n))throw new Error(`['${r}', '${n}'] contains unusable interpolation symbol.`)})}}function a8(e,t,r,n={}){let o=new I_(new u4(e,t),r,n);return o.tokenize(),new __(NF(o.tokens),o.errors,o.nonNormalizedIcuExpressions)}function jo(e){return`Unexpected character "${e===0?"EOF":String.fromCharCode(e)}"`}function yh(e){return`Unknown entity "${e}" - use the "&#<decimal>;" or "&#x<hex>;" syntax`}function i8(e,t){return`Unable to parse entity "${t}" - ${e} character reference entities must end with ";"`}function Ee(e){return!Ws(e)||e===0}function wh(e){return Ws(e)||e===62||e===60||e===47||e===39||e===34||e===61||e===0}function l8(e){return(e<97||122<e)&&(e<65||90<e)&&(e<48||e>57)}function s8(e){return e===59||e===0||!$F(e)}function u8(e){return e===59||e===0||!qs(e)}function c8(e){return e!==125}function d8(e,t){return T2(e)===T2(t)}function T2(e){return e>=97&&e<=122?e-97+65:e}function bh(e){return qs(e)||Hd(e)||e===95}function xh(e){return e!==59&&Ee(e)}function NF(e){let t=[],r;for(let n=0;n<e.length;n++){let o=e[n];r&&r.type===5&&o.type===5||r&&r.type===16&&o.type===16?(r.parts[0]+=o.parts[0],r.sourceSpan.end=o.sourceSpan.end):(r=o,t.push(r))}return t}function Dh(e,t){return e.length>0&&e[e.length-1]===t}function Eh(e,t){return Ys[t]!==void 0?Ys[t]||e:/^#x[a-f0-9]+$/i.test(t)?String.fromCodePoint(parseInt(t.slice(2),16)):/^#\d+$/.test(t)?String.fromCodePoint(parseInt(t.slice(1),10)):e}function B2(e,t={}){let{canSelfClose:r=!1,allowHtmComponentClosingTags:n=!1,isTagNameCaseSensitive:o=!1,getTagContentType:a,tokenizeAngularBlocks:i=!1,tokenizeAngularLetDeclaration:l=!1}=t;return R_().parse(e,"angular-html-parser",{tokenizeExpansionForms:i,interpolationConfig:void 0,canSelfClose:r,allowHtmComponentClosingTags:n,tokenizeBlocks:i,tokenizeLet:l},o,a)}function f8(e,t){let r=new SyntaxError(e+" ("+t.loc.start.line+":"+t.loc.start.column+")");return Object.assign(r,t)}function jF(e){let t=e.slice(0,oi);if(t!=="---"&&t!=="+++")return;let r=e.indexOf(`
|
281
|
+
`,oi);if(r===-1)return;let n=e.slice(oi,r).trim(),o=e.indexOf(`
|
282
|
+
${t}`,r),a=n;if(a||(a=t==="+++"?"toml":"yaml"),o===-1&&t==="---"&&a==="yaml"&&(o=e.indexOf(`
|
283
|
+
...`,r)),o===-1)return;let i=o+1+oi,l=e.charAt(i+1);if(!/\s?/u.test(l))return;let u=e.slice(0,i);return{type:"front-matter",language:a,explicitLanguage:n,value:e.slice(r+1,o),startDelimiter:t,endDelimiter:u.slice(-oi),raw:u}}function p8(e){let t=jF(e);if(!t)return{content:e};let{raw:r}=t;return{frontMatter:t,content:kt(!1,r,/[^\n]/gu," ")+e.slice(r.length)}}function h8(e,t){let r=e.map(t);return r.some((n,o)=>n!==e[o])?r:e}function HF(e,t){if(e.value)for(let{regex:r,parse:n}of L_){let o=e.value.match(r);if(o)return n(e,t,o)}return null}function m8(e,t,r){let[,n,o,a]=r,i=4+n.length,l=e.sourceSpan.start.moveBy(i),u=l.moveBy(a.length),[d,p]=(()=>{try{return[!0,t(a,l).children]}catch{return[!1,[{type:"text",value:a,sourceSpan:new J(l,u)}]]}})();return{type:"ieConditionalComment",complete:d,children:p,condition:kt(!1,o.trim(),/\s+/gu," "),sourceSpan:e.sourceSpan,startSourceSpan:new J(e.sourceSpan.start,l),endSourceSpan:new J(u,e.sourceSpan.end)}}function g8(e,t,r){let[,n]=r;return{type:"ieConditionalStartComment",condition:kt(!1,n.trim(),/\s+/gu," "),sourceSpan:e.sourceSpan}}function v8(e){return{type:"ieConditionalEndComment",sourceSpan:e.sourceSpan}}function VF(e){if(e.type==="block"){if(e.name=kt(!1,e.name.toLowerCase(),/\s+/gu," ").trim(),e.type="angularControlFlowBlock",!yf(e.parameters)){delete e.parameters;return}for(let t of e.parameters)t.type="angularControlFlowBlockParameter";e.parameters={type:"angularControlFlowBlockParameters",children:e.parameters,sourceSpan:new J(e.parameters[0].sourceSpan.start,fl(!1,e.parameters,-1).sourceSpan.end)}}}function UF(e){e.type==="letDeclaration"&&(e.type="angularLetDeclaration",e.id=e.name,e.init={type:"angularLetDeclarationInitializer",sourceSpan:new J(e.valueSpan.start,e.valueSpan.end),value:e.value},delete e.name,delete e.value)}function WF(e){(e.type==="plural"||e.type==="select")&&(e.clause=e.type,e.type="angularIcuExpression"),e.type==="expansionCase"&&(e.type="angularIcuCase")}function t4(e,t,r){let{name:n,canSelfClose:o=!0,normalizeTagName:a=!1,normalizeAttributeName:i=!1,allowHtmComponentClosingTags:l=!1,isTagNameCaseSensitive:u=!1,shouldParseAsRawText:d}=t,{rootNodes:p,errors:h}=B2(e,{canSelfClose:o,allowHtmComponentClosingTags:l,isTagNameCaseSensitive:u,getTagContentType:d?(...w)=>d(...w)?wr.RAW_TEXT:void 0:void 0,tokenizeAngularBlocks:n==="angular"?!0:void 0,tokenizeAngularLetDeclaration:n==="angular"?!0:void 0});if(n==="vue"){if(p.some(E=>E.type==="docType"&&E.value==="html"||E.type==="element"&&E.name.toLowerCase()==="html"))return t4(e,P2,r);let w,y=c(()=>w??(w=B2(e,{canSelfClose:o,allowHtmComponentClosingTags:l,isTagNameCaseSensitive:u})),"y"),x=c(E=>y().rootNodes.find(({startSourceSpan:S})=>S&&S.start.offset===E.startSourceSpan.start.offset)??E,"M");for(let[E,S]of p.entries()){let{endSourceSpan:C,startSourceSpan:k}=S;if(C===null)h=y().errors,p[E]=x(S);else if(qF(S,r)){let F=y().errors.find(_=>_.span.start.offset>k.start.offset&&_.span.start.offset<C.end.offset);F&&L2(F),p[E]=x(S)}}}h.length>0&&L2(h[0]);let f=c(w=>{let y=w.name.startsWith(":")?w.name.slice(1).split(":")[0]:null,x=w.nameSpan.toString(),E=y!==null&&x.startsWith(`${y}:`),S=E?x.slice(y.length+1):x;w.name=S,w.namespace=y,w.hasExplicitNamespace=E},"d"),m=c(w=>{switch(w.type){case"element":f(w);for(let y of w.attrs)f(y),y.valueSpan?(y.value=y.valueSpan.toString(),/["']/u.test(y.value[0])&&(y.value=y.value.slice(1,-1))):y.value=null;break;case"comment":w.value=w.sourceSpan.toString().slice(4,-3);break;case"text":w.value=w.sourceSpan.toString();break}},"C"),g=c((w,y)=>{let x=w.toLowerCase();return y(x)?x:w},"A"),v=c(w=>{if(w.type==="element"&&(a&&(!w.namespace||w.namespace===w.tagDefinition.implicitNamespacePrefix||pl(w))&&(w.name=g(w.name,y=>M_.has(y))),i))for(let y of w.attrs)y.namespace||(y.name=g(y.name,x=>O0.has(w.name)&&(O0.get("*").has(x)||O0.get(w.name).has(x))))},"D"),D=c(w=>{w.sourceSpan&&w.endSourceSpan&&(w.sourceSpan=new J(w.sourceSpan.start,w.endSourceSpan.end))},"R"),b=c(w=>{if(w.type==="element"){let y=Vd(u?w.name:w.name.toLowerCase());!w.namespace||w.namespace===y.implicitNamespacePrefix||pl(w)?w.tagDefinition=y:w.tagDefinition=Vd("")}},"F");return z2(new class extends A_{visitExpansionCase(w,y){n==="angular"&&this.visitChildren(y,x=>{x(w.expression)})}visit(w){m(w),b(w),v(w),D(w)}},p),p}function qF(e,t){var r;if(e.type!=="element"||e.name!=="template")return!1;let n=(r=e.attrs.find(o=>o.name==="lang"))==null?void 0:r.value;return!n||sc(t,{language:n})==="html"}function L2(e){let{msg:t,span:{start:r,end:n}}=e;throw z_(t,{loc:{start:{line:r.line+1,column:r.col+1},end:{line:n.line+1,column:n.col+1}},cause:e})}function r4(e,t,r={},n=!0){let{frontMatter:o,content:a}=n?T_(e):{frontMatter:null,content:e},i=new u4(e,r.filepath),l=new Kd(i,0,0,0),u=l.moveBy(e.length),d={type:"root",sourceSpan:new J(l,u),children:t4(a,t,r)};if(o){let f=new Kd(i,0,0,0),m=f.moveBy(o.raw.length);o.sourceSpan=new J(f,m),d.children.unshift(o)}let p=new B_(d),h=c((f,m)=>{let{offset:g}=m,v=kt(!1,e.slice(0,g),/[^\n\r]/gu," "),D=r4(v+f,t,r,!1);D.sourceSpan=new J(m,fl(!1,D.children,-1).sourceSpan.end);let b=D.children[0];return b.length===g?D.children.shift():(b.sourceSpan=new J(b.sourceSpan.start.moveBy(g),b.sourceSpan.end),b.value=b.value.slice(g)),D},"f");return p.walk(f=>{if(f.type==="comment"){let m=HF(f,h);m&&f.parent.replaceChild(f,m)}VF(f),UF(f),WF(f)}),p}function Ql(e){return{parse:c((t,r)=>r4(t,e,r),"parse"),hasPragma:RF,astFormat:"html",locStart:nc,locEnd:oc}}var y8,Ch,Sh,kh,bn,w8,b8,Ah,x8,kt,pf,hf,Ud,Su,ku,Wd,dl,Au,Fu,_u,qd,Gd,Xn,Yd,Gs,n4,mf,GF,Fh,D8,o4,_h,Co,gf,zi,E8,C8,Le,We,he,YF,S8,fl,bs,M2,KF,dr,Ih,k8,A8,F8,_8,br,Rh,I8,XF,lc,R8,QF,z8,ZF,JF,e_,sc,t_,r_,n_,o_,pl,T8,a4,a_,i_,i4,l_,s_,u_,c_,d_,f_,p_,h_,m_,O2,g_,v_,$2,y_,w_,L0,vf,b_,x_,zh,l4,yf,s4,D_,B8,ni,L8,M8,O8,$8,P8,N8,E_,C_,Qc,Kd,Th,u4,Bh,J,Zc,Lh,Mh,S_,j8,H8,V8,U8,Oh,$h,W8,q8,Ph,G8,Y8,K8,Nh,jh,na,X8,wr,M0,Hh,Q8,Z8,J8,eb,tb,rb,Vh,nb,Uh,k_,Wh,Z,ob,Zl,qh,Ho,Gh,ab,Yh,ib,Kh,lb,Xh,sb,Qh,ub,Zh,xn,Jh,cb,em,db,tm,Vo,rm,nm,om,am,im,A_,Ys,fb,F_,Jc,pb,lm,sm,e0,um,__,hb,t0,cm,r0,dm,I_,Jl,fm,es,mb,pm,n0,o0,Je,hm,gb,mm,vb,a0,yb,gm,wb,i0,R_,z_,oi,T_,ts,vm,Uo,B_,L_,O0,M_,P2,bb,xb,Db,Eb,Cb,O_,eU=M(()=>{y8=Object.defineProperty,Ch=c(e=>{throw TypeError(e)},"Xr"),Sh=c((e,t)=>{for(var r in t)y8(e,r,{get:t[r],enumerable:!0})},"Jr"),kh=c((e,t,r)=>t.has(e)||Ch("Cannot "+r),"Zr"),bn=c((e,t,r)=>(kh(e,t,"read from private field"),r?r.call(e):t.get(e)),"Q"),w8=c((e,t,r)=>t.has(e)?Ch("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),"en"),b8=c((e,t,r,n)=>(kh(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),"tn"),Ah={},Sh(Ah,{languages:c(()=>U8,"languages"),options:c(()=>q8,"options"),parsers:c(()=>Ph,"parsers"),printers:c(()=>Cb,"printers")}),x8=c((e,t,r,n)=>{if(!(e&&t==null))return t.replaceAll?t.replaceAll(r,n):r.global?t.replace(r,n):t.split(r).join(n)},"si"),kt=x8,pf="string",hf="array",Ud="cursor",Su="indent",ku="align",Wd="trim",dl="group",Au="fill",Fu="if-break",_u="indent-if-break",qd="line-suffix",Gd="line-suffix-boundary",Xn="line",Yd="label",Gs="break-parent",n4=new Set([Ud,Su,ku,Wd,dl,Au,Fu,_u,qd,Gd,Xn,Yd,Gs]),c(E6,"ii"),mf=E6,GF=c(e=>new Intl.ListFormat("en-US",{type:"disjunction"}).format(e),"ai"),c(C6,"oi"),D8=(Fh=class extends Error{constructor(t){super(C6(t));Hr(this,"name","InvalidDocError");this.doc=t}},c(Fh,"lr"),Fh),o4=D8,_h=c(()=>{},"rn"),Co=_h,gf=_h,c(zr,"k"),c(My,"nn"),c(Fe,"_"),c(NA,"sn"),c(jA,"an"),c(Oy,"At"),c(Eu,"ge"),c(HA,"on"),zi={type:Gs},E8={type:Xn,hard:!0},C8={type:Xn,hard:!0,literal:!0},Le={type:Xn},We={type:Xn,soft:!0},he=[E8,zi],YF=[C8,zi],c(za,"q"),S8=c((e,t,r)=>{if(!(e&&t==null))return Array.isArray(t)||typeof t=="string"?t[r<0?t.length+r:r]:t.at(r)},"ci"),fl=S8,c(af,"Dt"),c(VA,"pi"),c(UA,"ln"),c(Jt,"B"),bs="'",M2='"',c(S6,"hi"),KF=S6,c(k6,"cr"),k8=(Ih=class{constructor(e){w8(this,dr),b8(this,dr,new Set(e))}getLeadingWhitespaceCount(e){let t=bn(this,dr),r=0;for(let n=0;n<e.length&&t.has(e.charAt(n));n++)r++;return r}getTrailingWhitespaceCount(e){let t=bn(this,dr),r=0;for(let n=e.length-1;n>=0&&t.has(e.charAt(n));n--)r++;return r}getLeadingWhitespace(e){let t=this.getLeadingWhitespaceCount(e);return e.slice(0,t)}getTrailingWhitespace(e){let t=this.getTrailingWhitespaceCount(e);return e.slice(e.length-t)}hasLeadingWhitespace(e){return bn(this,dr).has(e.charAt(0))}hasTrailingWhitespace(e){return bn(this,dr).has(fl(!1,e,-1))}trimStart(e){let t=this.getLeadingWhitespaceCount(e);return e.slice(t)}trimEnd(e){let t=this.getTrailingWhitespaceCount(e);return e.slice(0,e.length-t)}trim(e){return this.trimEnd(this.trimStart(e))}split(e,t=!1){let r=`[${k6([...bn(this,dr)].join(""))}]+`,n=new RegExp(t?`(${r})`:r,"u");return e.split(n)}hasWhitespaceCharacter(e){let t=bn(this,dr);return Array.prototype.some.call(e,r=>t.has(r))}hasNonWhitespaceCharacter(e){let t=bn(this,dr);return Array.prototype.some.call(e,r=>!t.has(r))}isWhitespaceOnly(e){let t=bn(this,dr);return Array.prototype.every.call(e,r=>t.has(r))}},c(Ih,"pr"),Ih),dr=new WeakMap,A8=k8,F8=[" ",`
|
284
|
+
`,"\f","\r"," "],_8=new A8(F8),br=_8,I8=(Rh=class extends Error{constructor(t,r,n="type"){super(`Unexpected ${r} node ${n}: ${JSON.stringify(t[n])}.`);Hr(this,"name","UnexpectedNodeError");this.node=t}},c(Rh,"hr"),Rh),XF=I8,c(A6,"di"),lc=A6,R8=new Set(["sourceSpan","startSourceSpan","endSourceSpan","nameSpan","valueSpan","keySpan","tagDefinition","tokens","valueTokens","switchValueSourceSpan","expSourceSpan","valueSourceSpan"]),QF=new Set(["if","else if","for","switch","case"]),c(ph,"fn"),ph.ignoredProperties=R8,z8=ph,c(F6,"Si"),ZF=F6,c(ec,"Ce"),c(Ta,"j"),c(nr,"T"),c(_6,"_i"),JF=_6,e_=c(e=>String(e).split(/[/\\]/u).pop(),"Ei"),c(_2,"Sn"),c(WA,"Ai"),c(I6,"Di"),sc=I6,t_="inline",r_={area:"none",base:"none",basefont:"none",datalist:"none",head:"none",link:"none",meta:"none",noembed:"none",noframes:"none",param:"block",rp:"none",script:"block",style:"none",template:"inline",title:"none",html:"block",body:"block",address:"block",blockquote:"block",center:"block",dialog:"block",div:"block",figure:"block",figcaption:"block",footer:"block",form:"block",header:"block",hr:"block",legend:"block",listing:"block",main:"block",p:"block",plaintext:"block",pre:"block",search:"block",xmp:"block",slot:"contents",ruby:"ruby",rt:"ruby-text",article:"block",aside:"block",h1:"block",h2:"block",h3:"block",h4:"block",h5:"block",h6:"block",hgroup:"block",nav:"block",section:"block",dir:"block",dd:"block",dl:"block",dt:"block",menu:"block",ol:"block",ul:"block",li:"list-item",table:"table",caption:"table-caption",colgroup:"table-column-group",col:"table-column",thead:"table-header-group",tbody:"table-row-group",tfoot:"table-footer-group",tr:"table-row",td:"table-cell",th:"table-cell",input:"inline-block",button:"inline-block",fieldset:"block",marquee:"inline-block",source:"block",track:"block",details:"block",summary:"block",meter:"inline-block",progress:"inline-block",object:"inline-block",video:"inline-block",audio:"inline-block",select:"inline-block",option:"block",optgroup:"block"},n_="normal",o_={listing:"pre",plaintext:"pre",pre:"pre",xmp:"pre",nobr:"nowrap",table:"initial",textarea:"pre-wrap"},c(R6,"vi"),pl=R6,T8=c(e=>kt(!1,e,/^[\t\f\r ]*\n/gu,""),"yi"),a4=c(e=>T8(br.trimEnd(e)),"mr"),a_=c(e=>{let t=e,r=br.getLeadingWhitespace(t);r&&(t=t.slice(r.length));let n=br.getTrailingWhitespace(t);return n&&(t=t.slice(0,-n.length)),{leadingWhitespace:r,trailingWhitespace:n,text:t}},"vn"),c($y,"yt"),c(tc,"Ee"),c(qA,"wi"),c(Mt,"$"),c(dn,"U"),c(GA,"yn"),c(YA,"wn"),c(Py,"fr"),c(KA,"bn"),c(XA,"Tn"),c(QA,"xn"),c(gs,"Qe"),c(ZA,"kn"),c(Ny,"dr"),c(B0,"wt"),c(JA,"bi"),c(jy,"Bn"),c(Hy,"Ln"),c(Vy,"Fn"),c(Uy,"Nn"),c(lf,"bt"),c(eF,"Ti"),c(Wy,"Pn"),c(tF,"xi"),c(rF,"ki"),c(nF,"Bi"),c(I2,"gr"),c(Al,"Xe"),c(oF,"Li"),c(aF,"Fi"),c(iF,"Ni"),c(lF,"Pi"),c(sF,"Ii"),c(Da,"_e"),c(uF,"Ri"),c(cF,"In"),c(qy,"Rn"),c(dF,"$i"),c(Gy,"Cr"),c(Yy,"Sr"),c(Pn,"P"),i_=new Set(["template","style","script"]),c(rc,"Je"),c(Ba,"Ae"),c(sf,"Tt"),c(fF,"$n"),c(pF,"On"),c(Ky,"xt"),c(Xy,"kt"),i4=/\{\{(.+?)\}\}/su,c(hF,"Mn"),c(Yc,"Er"),l_=Yc({parser:"__ng_action"}),s_=Yc({parser:"__ng_binding"}),u_=Yc({parser:"__ng_directive"}),c(z6,"Vi"),c_=z6,c(T6,"Ui"),d_=T6,c(R2,"Vn"),f_=/^[ \t\n\r\u000c]+/,p_=/^[, \t\n\r\u000c]+/,h_=/^[^ \t\n\r\u000c]+/,m_=/[,]+$/,O2=/^\d+$/,g_=/^-?(?:[0-9]+|[0-9]*\.[0-9]+)(?:[eE][+-]?[0-9]+)?$/,c(B6,"Ki"),v_=B6,c(L6,"Qi"),$2={width:"w",height:"h",density:"x"},y_=Object.keys($2),c(mF,"Ji"),w_=L6,c(gF,"Yn"),L0=new WeakMap,c(M6,"Zi"),vf=M6,c(vF,"jn"),c(yF,"Kn"),c(wF,"Qn"),c(bF,"Xn"),c(xF,"ea"),c(O6,"ta"),c(DF,"ra"),c(EF,"na"),c(Qy,"Jn"),b_=O6,c($6,"sa"),c(CF,"ia"),x_=$6,zh=new Proxy(()=>{},{get:c(()=>zh,"get")}),l4=zh,c(P6,"aa"),yf=P6,c(nc,"se"),c(oc,"ie"),c(Nd,"Ze"),c(SF,"oa"),c(_i,"De"),c(kF,"ua"),c(xo,"W"),c(uf,"Bt"),c(Fl,"ve"),c(Zy,"rs"),c(Do,"K"),c(_l,"ye"),c(cl,"we"),c(ac,"et"),c(AF,"la"),c(ic,"tt"),c(FF,"ca"),c(_F,"pa"),c(jd,"rt"),c(Ii,"be"),c(Eo,"z"),c(cf,"Lt"),c(df,"Ft"),c(N6,"ha"),s4=N6,D_=new Set(["if","else if","for","switch","case"]),c(j6,"fa"),B8=j6,ni=null,c(Ri,"st"),L8=10;for(let e=0;e<=L8;e++)Ri();c(IF,"vr"),c(H6,"ga"),M8=H6,O8={"front-matter":[],root:["children"],element:["attrs","children"],ieConditionalComment:["children"],ieConditionalStartComment:[],ieConditionalEndComment:[],interpolation:["children"],text:["children"],docType:[],comment:[],attribute:[],cdata:[],angularControlFlowBlock:["children","parameters"],angularControlFlowBlockParameters:["children"],angularControlFlowBlockParameter:[],angularLetDeclaration:["init"],angularLetDeclarationInitializer:[],angularIcuExpression:["cases"],angularIcuCase:["expression"]},$8=O8,P8=M8($8),N8=P8,c(RF,"os"),c(V6,"us"),E_=new Map([["if",new Set(["else if","else"])],["else if",new Set(["else if","else"])],["for",new Set(["empty"])],["defer",new Set(["placeholder","error","loading"])],["placeholder",new Set(["placeholder","error","loading"])],["error",new Set(["placeholder","error","loading"])],["loading",new Set(["placeholder","error","loading"])]]),c(Jy,"cs"),c(ri,"it"),c(vs,"Pt"),c(ff,"He"),c(zF,"ps"),c(e4,"hs"),c(TF,"_a"),c(BF,"ms"),c(LF,"fs"),c(MF,"ds"),c(OF,"gs"),c(Ws,"at"),c(Hd,"It"),c(qs,"ot"),c($F,"Cs"),c(Kc,"Rt"),c(hh,"yr"),c(Xc,"$t"),C_=/-+([a-z0-9])/g,c(U6,"_s"),Kd=(Qc=class{constructor(e,t,r,n){this.file=e,this.offset=t,this.line=r,this.col=n}toString(){return this.offset!=null?`${this.file.url}@${this.line}:${this.col}`:this.file.url}moveBy(e){let t=this.file.content,r=t.length,n=this.offset,o=this.line,a=this.col;for(;n>0&&e<0;)if(n--,e++,t.charCodeAt(n)==10){o--;let i=t.substring(0,n-1).lastIndexOf(`
|
285
|
+
`);a=i>0?n-i:n}else a--;for(;n<r&&e>0;){let i=t.charCodeAt(n);n++,e--,i==10?(o++,a=0):a++}return new Qc(this.file,n,o,a)}getContext(e,t){let r=this.file.content,n=this.offset;if(n!=null){n>r.length-1&&(n=r.length-1);let o=n,a=0,i=0;for(;a<e&&n>0&&(n--,a++,!(r[n]==`
|
286
|
+
`&&++i==t)););for(a=0,i=0;a<e&&o<r.length-1&&(o++,a++,!(r[o]==`
|
287
|
+
`&&++i==t)););return{before:r.substring(n,this.offset),after:r.substring(this.offset,o+1)}}return null}},c(Qc,"t"),Qc),u4=(Th=class{constructor(e,t){this.content=e,this.url=t}},c(Th,"Te"),Th),J=(Bh=class{constructor(e,t,r=e,n=null){this.start=e,this.end=t,this.fullStart=r,this.details=n}toString(){return this.start.file.content.substring(this.start.offset,this.end.offset)}},c(Bh,"h"),Bh),function(e){e[e.WARNING=0]="WARNING",e[e.ERROR=1]="ERROR"}(Zc||(Zc={})),Mh=(Lh=class{constructor(e,t,r=Zc.ERROR){this.span=e,this.msg=t,this.level=r}contextualMessage(){let e=this.span.start.getContext(100,3);return e?`${this.msg} ("${e.before}[${Zc[this.level]} ->]${e.after}")`:this.msg}toString(){let e=this.span.details?`, ${this.span.details}`:"";return`${this.contextualMessage()}: ${this.span.start}${e}`}},c(Lh,"Ue"),Lh),S_=[q6,G6,Y6,X6,Q6,e8,Z6,J6,t8,K6],c(W6,"Da"),c(q6,"va"),c(G6,"ya"),c(PF,"wa"),c(Y6,"ba"),c(K6,"Ta"),c(X6,"xa"),c(Q6,"ka"),c(Z6,"Ba"),c(J6,"La"),c(e8,"Fa"),c(t8,"Na"),j8=W6,c(r8,"Pa"),H8={preprocess:j8,print:r8,insertPragma:V6,massageAstNode:z8,embed:B8,getVisitorKeys:N8},V8=H8,U8=[{linguistLanguageId:146,name:"Angular",type:"markup",tmScope:"text.html.basic",aceMode:"html",codemirrorMode:"htmlmixed",codemirrorMimeType:"text/html",color:"#e34c26",aliases:["xhtml"],extensions:[".component.html"],parsers:["angular"],vscodeLanguageIds:["html"],filenames:[]},{linguistLanguageId:146,name:"HTML",type:"markup",tmScope:"text.html.basic",aceMode:"html",codemirrorMode:"htmlmixed",codemirrorMimeType:"text/html",color:"#e34c26",aliases:["xhtml"],extensions:[".html",".hta",".htm",".html.hl",".inc",".xht",".xhtml",".mjml"],parsers:["html"],vscodeLanguageIds:["html"]},{linguistLanguageId:146,name:"Lightning Web Components",type:"markup",tmScope:"text.html.basic",aceMode:"html",codemirrorMode:"htmlmixed",codemirrorMimeType:"text/html",color:"#e34c26",aliases:["xhtml"],extensions:[],parsers:["lwc"],vscodeLanguageIds:["html"],filenames:[]},{linguistLanguageId:391,name:"Vue",type:"markup",color:"#41b883",extensions:[".vue"],tmScope:"text.html.vue",aceMode:"html",parsers:["vue"],vscodeLanguageIds:["vue"]}],Oh={bracketSpacing:{category:"Common",type:"boolean",default:!0,description:"Print spaces between brackets.",oppositeDescription:"Do not print spaces between brackets."},singleQuote:{category:"Common",type:"boolean",default:!1,description:"Use single quotes instead of double quotes."},proseWrap:{category:"Common",type:"choice",default:"preserve",description:"How to wrap prose.",choices:[{value:"always",description:"Wrap prose if it exceeds the print width."},{value:"never",description:"Do not wrap prose."},{value:"preserve",description:"Wrap prose as-is."}]},bracketSameLine:{category:"Common",type:"boolean",default:!1,description:"Put > of opening tags on the last line instead of on a new line."},singleAttributePerLine:{category:"Common",type:"boolean",default:!1,description:"Enforce single attribute per line in HTML, Vue and JSX."}},$h="HTML",W8={bracketSameLine:Oh.bracketSameLine,htmlWhitespaceSensitivity:{category:$h,type:"choice",default:"css",description:"How to handle whitespaces in HTML.",choices:[{value:"css",description:"Respect the default value of CSS display property."},{value:"strict",description:"Whitespaces are considered sensitive."},{value:"ignore",description:"Whitespaces are considered insensitive."}]},singleAttributePerLine:Oh.singleAttributePerLine,vueIndentScriptAndStyle:{category:$h,type:"boolean",default:!1,description:"Indent script and style tags in Vue files."}},q8=W8,Ph={},Sh(Ph,{angular:c(()=>xb,"angular"),html:c(()=>bb,"html"),lwc:c(()=>Eb,"lwc"),vue:c(()=>Db,"vue")}),function(e){e[e.Emulated=0]="Emulated",e[e.None=2]="None",e[e.ShadowDom=3]="ShadowDom"}(G8||(G8={})),function(e){e[e.OnPush=0]="OnPush",e[e.Default=1]="Default"}(Y8||(Y8={})),function(e){e[e.None=0]="None",e[e.SignalBased=1]="SignalBased",e[e.HasDecoratorInputTransform=2]="HasDecoratorInputTransform"}(K8||(K8={})),Nh={name:"custom-elements"},jh={name:"no-errors-schema"},function(e){e[e.NONE=0]="NONE",e[e.HTML=1]="HTML",e[e.STYLE=2]="STYLE",e[e.SCRIPT=3]="SCRIPT",e[e.URL=4]="URL",e[e.RESOURCE_URL=5]="RESOURCE_URL"}(na||(na={})),function(e){e[e.Error=0]="Error",e[e.Warning=1]="Warning",e[e.Ignore=2]="Ignore"}(X8||(X8={})),function(e){e[e.RAW_TEXT=0]="RAW_TEXT",e[e.ESCAPABLE_RAW_TEXT=1]="ESCAPABLE_RAW_TEXT",e[e.PARSABLE_DATA=2]="PARSABLE_DATA"}(wr||(wr={})),c(Cu,"ut"),c(mh,"xr"),c(gh,"kr"),c(ys,"We"),c(Xl,"ze"),c(vh,"Br"),c(ws,"Mt"),Q8=(Hh=class{},c(Hh,"Ht"),Hh),Z8="boolean",J8="number",eb="string",tb="object",rb=["[Element]|textContent,%ariaAtomic,%ariaAutoComplete,%ariaBusy,%ariaChecked,%ariaColCount,%ariaColIndex,%ariaColSpan,%ariaCurrent,%ariaDescription,%ariaDisabled,%ariaExpanded,%ariaHasPopup,%ariaHidden,%ariaKeyShortcuts,%ariaLabel,%ariaLevel,%ariaLive,%ariaModal,%ariaMultiLine,%ariaMultiSelectable,%ariaOrientation,%ariaPlaceholder,%ariaPosInSet,%ariaPressed,%ariaReadOnly,%ariaRelevant,%ariaRequired,%ariaRoleDescription,%ariaRowCount,%ariaRowIndex,%ariaRowSpan,%ariaSelected,%ariaSetSize,%ariaSort,%ariaValueMax,%ariaValueMin,%ariaValueNow,%ariaValueText,%classList,className,elementTiming,id,innerHTML,*beforecopy,*beforecut,*beforepaste,*fullscreenchange,*fullscreenerror,*search,*webkitfullscreenchange,*webkitfullscreenerror,outerHTML,%part,#scrollLeft,#scrollTop,slot,*message,*mozfullscreenchange,*mozfullscreenerror,*mozpointerlockchange,*mozpointerlockerror,*webglcontextcreationerror,*webglcontextlost,*webglcontextrestored","[HTMLElement]^[Element]|accessKey,autocapitalize,!autofocus,contentEditable,dir,!draggable,enterKeyHint,!hidden,!inert,innerText,inputMode,lang,nonce,*abort,*animationend,*animationiteration,*animationstart,*auxclick,*beforexrselect,*blur,*cancel,*canplay,*canplaythrough,*change,*click,*close,*contextmenu,*copy,*cuechange,*cut,*dblclick,*drag,*dragend,*dragenter,*dragleave,*dragover,*dragstart,*drop,*durationchange,*emptied,*ended,*error,*focus,*formdata,*gotpointercapture,*input,*invalid,*keydown,*keypress,*keyup,*load,*loadeddata,*loadedmetadata,*loadstart,*lostpointercapture,*mousedown,*mouseenter,*mouseleave,*mousemove,*mouseout,*mouseover,*mouseup,*mousewheel,*paste,*pause,*play,*playing,*pointercancel,*pointerdown,*pointerenter,*pointerleave,*pointermove,*pointerout,*pointerover,*pointerrawupdate,*pointerup,*progress,*ratechange,*reset,*resize,*scroll,*securitypolicyviolation,*seeked,*seeking,*select,*selectionchange,*selectstart,*slotchange,*stalled,*submit,*suspend,*timeupdate,*toggle,*transitioncancel,*transitionend,*transitionrun,*transitionstart,*volumechange,*waiting,*webkitanimationend,*webkitanimationiteration,*webkitanimationstart,*webkittransitionend,*wheel,outerText,!spellcheck,%style,#tabIndex,title,!translate,virtualKeyboardPolicy","abbr,address,article,aside,b,bdi,bdo,cite,content,code,dd,dfn,dt,em,figcaption,figure,footer,header,hgroup,i,kbd,main,mark,nav,noscript,rb,rp,rt,rtc,ruby,s,samp,section,small,strong,sub,sup,u,var,wbr^[HTMLElement]|accessKey,autocapitalize,!autofocus,contentEditable,dir,!draggable,enterKeyHint,!hidden,innerText,inputMode,lang,nonce,*abort,*animationend,*animationiteration,*animationstart,*auxclick,*beforexrselect,*blur,*cancel,*canplay,*canplaythrough,*change,*click,*close,*contextmenu,*copy,*cuechange,*cut,*dblclick,*drag,*dragend,*dragenter,*dragleave,*dragover,*dragstart,*drop,*durationchange,*emptied,*ended,*error,*focus,*formdata,*gotpointercapture,*input,*invalid,*keydown,*keypress,*keyup,*load,*loadeddata,*loadedmetadata,*loadstart,*lostpointercapture,*mousedown,*mouseenter,*mouseleave,*mousemove,*mouseout,*mouseover,*mouseup,*mousewheel,*paste,*pause,*play,*playing,*pointercancel,*pointerdown,*pointerenter,*pointerleave,*pointermove,*pointerout,*pointerover,*pointerrawupdate,*pointerup,*progress,*ratechange,*reset,*resize,*scroll,*securitypolicyviolation,*seeked,*seeking,*select,*selectionchange,*selectstart,*slotchange,*stalled,*submit,*suspend,*timeupdate,*toggle,*transitioncancel,*transitionend,*transitionrun,*transitionstart,*volumechange,*waiting,*webkitanimationend,*webkitanimationiteration,*webkitanimationstart,*webkittransitionend,*wheel,outerText,!spellcheck,%style,#tabIndex,title,!translate,virtualKeyboardPolicy","media^[HTMLElement]|!autoplay,!controls,%controlsList,%crossOrigin,#currentTime,!defaultMuted,#defaultPlaybackRate,!disableRemotePlayback,!loop,!muted,*encrypted,*waitingforkey,#playbackRate,preload,!preservesPitch,src,%srcObject,#volume",":svg:^[HTMLElement]|!autofocus,nonce,*abort,*animationend,*animationiteration,*animationstart,*auxclick,*beforexrselect,*blur,*cancel,*canplay,*canplaythrough,*change,*click,*close,*contextmenu,*copy,*cuechange,*cut,*dblclick,*drag,*dragend,*dragenter,*dragleave,*dragover,*dragstart,*drop,*durationchange,*emptied,*ended,*error,*focus,*formdata,*gotpointercapture,*input,*invalid,*keydown,*keypress,*keyup,*load,*loadeddata,*loadedmetadata,*loadstart,*lostpointercapture,*mousedown,*mouseenter,*mouseleave,*mousemove,*mouseout,*mouseover,*mouseup,*mousewheel,*paste,*pause,*play,*playing,*pointercancel,*pointerdown,*pointerenter,*pointerleave,*pointermove,*pointerout,*pointerover,*pointerrawupdate,*pointerup,*progress,*ratechange,*reset,*resize,*scroll,*securitypolicyviolation,*seeked,*seeking,*select,*selectionchange,*selectstart,*slotchange,*stalled,*submit,*suspend,*timeupdate,*toggle,*transitioncancel,*transitionend,*transitionrun,*transitionstart,*volumechange,*waiting,*webkitanimationend,*webkitanimationiteration,*webkitanimationstart,*webkittransitionend,*wheel,%style,#tabIndex",":svg:graphics^:svg:|",":svg:animation^:svg:|*begin,*end,*repeat",":svg:geometry^:svg:|",":svg:componentTransferFunction^:svg:|",":svg:gradient^:svg:|",":svg:textContent^:svg:graphics|",":svg:textPositioning^:svg:textContent|","a^[HTMLElement]|charset,coords,download,hash,host,hostname,href,hreflang,name,password,pathname,ping,port,protocol,referrerPolicy,rel,%relList,rev,search,shape,target,text,type,username","area^[HTMLElement]|alt,coords,download,hash,host,hostname,href,!noHref,password,pathname,ping,port,protocol,referrerPolicy,rel,%relList,search,shape,target,username","audio^media|","br^[HTMLElement]|clear","base^[HTMLElement]|href,target","body^[HTMLElement]|aLink,background,bgColor,link,*afterprint,*beforeprint,*beforeunload,*blur,*error,*focus,*hashchange,*languagechange,*load,*message,*messageerror,*offline,*online,*pagehide,*pageshow,*popstate,*rejectionhandled,*resize,*scroll,*storage,*unhandledrejection,*unload,text,vLink","button^[HTMLElement]|!disabled,formAction,formEnctype,formMethod,!formNoValidate,formTarget,name,type,value","canvas^[HTMLElement]|#height,#width","content^[HTMLElement]|select","dl^[HTMLElement]|!compact","data^[HTMLElement]|value","datalist^[HTMLElement]|","details^[HTMLElement]|!open","dialog^[HTMLElement]|!open,returnValue","dir^[HTMLElement]|!compact","div^[HTMLElement]|align","embed^[HTMLElement]|align,height,name,src,type,width","fieldset^[HTMLElement]|!disabled,name","font^[HTMLElement]|color,face,size","form^[HTMLElement]|acceptCharset,action,autocomplete,encoding,enctype,method,name,!noValidate,target","frame^[HTMLElement]|frameBorder,longDesc,marginHeight,marginWidth,name,!noResize,scrolling,src","frameset^[HTMLElement]|cols,*afterprint,*beforeprint,*beforeunload,*blur,*error,*focus,*hashchange,*languagechange,*load,*message,*messageerror,*offline,*online,*pagehide,*pageshow,*popstate,*rejectionhandled,*resize,*scroll,*storage,*unhandledrejection,*unload,rows","hr^[HTMLElement]|align,color,!noShade,size,width","head^[HTMLElement]|","h1,h2,h3,h4,h5,h6^[HTMLElement]|align","html^[HTMLElement]|version","iframe^[HTMLElement]|align,allow,!allowFullscreen,!allowPaymentRequest,csp,frameBorder,height,loading,longDesc,marginHeight,marginWidth,name,referrerPolicy,%sandbox,scrolling,src,srcdoc,width","img^[HTMLElement]|align,alt,border,%crossOrigin,decoding,#height,#hspace,!isMap,loading,longDesc,lowsrc,name,referrerPolicy,sizes,src,srcset,useMap,#vspace,#width","input^[HTMLElement]|accept,align,alt,autocomplete,!checked,!defaultChecked,defaultValue,dirName,!disabled,%files,formAction,formEnctype,formMethod,!formNoValidate,formTarget,#height,!incremental,!indeterminate,max,#maxLength,min,#minLength,!multiple,name,pattern,placeholder,!readOnly,!required,selectionDirection,#selectionEnd,#selectionStart,#size,src,step,type,useMap,value,%valueAsDate,#valueAsNumber,#width","li^[HTMLElement]|type,#value","label^[HTMLElement]|htmlFor","legend^[HTMLElement]|align","link^[HTMLElement]|as,charset,%crossOrigin,!disabled,href,hreflang,imageSizes,imageSrcset,integrity,media,referrerPolicy,rel,%relList,rev,%sizes,target,type","map^[HTMLElement]|name","marquee^[HTMLElement]|behavior,bgColor,direction,height,#hspace,#loop,#scrollAmount,#scrollDelay,!trueSpeed,#vspace,width","menu^[HTMLElement]|!compact","meta^[HTMLElement]|content,httpEquiv,media,name,scheme","meter^[HTMLElement]|#high,#low,#max,#min,#optimum,#value","ins,del^[HTMLElement]|cite,dateTime","ol^[HTMLElement]|!compact,!reversed,#start,type","object^[HTMLElement]|align,archive,border,code,codeBase,codeType,data,!declare,height,#hspace,name,standby,type,useMap,#vspace,width","optgroup^[HTMLElement]|!disabled,label","option^[HTMLElement]|!defaultSelected,!disabled,label,!selected,text,value","output^[HTMLElement]|defaultValue,%htmlFor,name,value","p^[HTMLElement]|align","param^[HTMLElement]|name,type,value,valueType","picture^[HTMLElement]|","pre^[HTMLElement]|#width","progress^[HTMLElement]|#max,#value","q,blockquote,cite^[HTMLElement]|","script^[HTMLElement]|!async,charset,%crossOrigin,!defer,event,htmlFor,integrity,!noModule,%referrerPolicy,src,text,type","select^[HTMLElement]|autocomplete,!disabled,#length,!multiple,name,!required,#selectedIndex,#size,value","slot^[HTMLElement]|name","source^[HTMLElement]|#height,media,sizes,src,srcset,type,#width","span^[HTMLElement]|","style^[HTMLElement]|!disabled,media,type","caption^[HTMLElement]|align","th,td^[HTMLElement]|abbr,align,axis,bgColor,ch,chOff,#colSpan,headers,height,!noWrap,#rowSpan,scope,vAlign,width","col,colgroup^[HTMLElement]|align,ch,chOff,#span,vAlign,width","table^[HTMLElement]|align,bgColor,border,%caption,cellPadding,cellSpacing,frame,rules,summary,%tFoot,%tHead,width","tr^[HTMLElement]|align,bgColor,ch,chOff,vAlign","tfoot,thead,tbody^[HTMLElement]|align,ch,chOff,vAlign","template^[HTMLElement]|","textarea^[HTMLElement]|autocomplete,#cols,defaultValue,dirName,!disabled,#maxLength,#minLength,name,placeholder,!readOnly,!required,#rows,selectionDirection,#selectionEnd,#selectionStart,value,wrap","time^[HTMLElement]|dateTime","title^[HTMLElement]|text","track^[HTMLElement]|!default,kind,label,src,srclang","ul^[HTMLElement]|!compact,type","unknown^[HTMLElement]|","video^media|!disablePictureInPicture,#height,*enterpictureinpicture,*leavepictureinpicture,!playsInline,poster,#width",":svg:a^:svg:graphics|",":svg:animate^:svg:animation|",":svg:animateMotion^:svg:animation|",":svg:animateTransform^:svg:animation|",":svg:circle^:svg:geometry|",":svg:clipPath^:svg:graphics|",":svg:defs^:svg:graphics|",":svg:desc^:svg:|",":svg:discard^:svg:|",":svg:ellipse^:svg:geometry|",":svg:feBlend^:svg:|",":svg:feColorMatrix^:svg:|",":svg:feComponentTransfer^:svg:|",":svg:feComposite^:svg:|",":svg:feConvolveMatrix^:svg:|",":svg:feDiffuseLighting^:svg:|",":svg:feDisplacementMap^:svg:|",":svg:feDistantLight^:svg:|",":svg:feDropShadow^:svg:|",":svg:feFlood^:svg:|",":svg:feFuncA^:svg:componentTransferFunction|",":svg:feFuncB^:svg:componentTransferFunction|",":svg:feFuncG^:svg:componentTransferFunction|",":svg:feFuncR^:svg:componentTransferFunction|",":svg:feGaussianBlur^:svg:|",":svg:feImage^:svg:|",":svg:feMerge^:svg:|",":svg:feMergeNode^:svg:|",":svg:feMorphology^:svg:|",":svg:feOffset^:svg:|",":svg:fePointLight^:svg:|",":svg:feSpecularLighting^:svg:|",":svg:feSpotLight^:svg:|",":svg:feTile^:svg:|",":svg:feTurbulence^:svg:|",":svg:filter^:svg:|",":svg:foreignObject^:svg:graphics|",":svg:g^:svg:graphics|",":svg:image^:svg:graphics|decoding",":svg:line^:svg:geometry|",":svg:linearGradient^:svg:gradient|",":svg:mpath^:svg:|",":svg:marker^:svg:|",":svg:mask^:svg:|",":svg:metadata^:svg:|",":svg:path^:svg:geometry|",":svg:pattern^:svg:|",":svg:polygon^:svg:geometry|",":svg:polyline^:svg:geometry|",":svg:radialGradient^:svg:gradient|",":svg:rect^:svg:geometry|",":svg:svg^:svg:graphics|#currentScale,#zoomAndPan",":svg:script^:svg:|type",":svg:set^:svg:animation|",":svg:stop^:svg:|",":svg:style^:svg:|!disabled,media,title,type",":svg:switch^:svg:graphics|",":svg:symbol^:svg:|",":svg:tspan^:svg:textPositioning|",":svg:text^:svg:textPositioning|",":svg:textPath^:svg:textContent|",":svg:title^:svg:|",":svg:use^:svg:graphics|",":svg:view^:svg:|#zoomAndPan","data^[HTMLElement]|value","keygen^[HTMLElement]|!autofocus,challenge,!disabled,form,keytype,name","menuitem^[HTMLElement]|type,label,icon,!disabled,!checked,radiogroup,!default","summary^[HTMLElement]|","time^[HTMLElement]|dateTime",":svg:cursor^:svg:|",":math:^[HTMLElement]|!autofocus,nonce,*abort,*animationend,*animationiteration,*animationstart,*auxclick,*beforeinput,*beforematch,*beforetoggle,*beforexrselect,*blur,*cancel,*canplay,*canplaythrough,*change,*click,*close,*contentvisibilityautostatechange,*contextlost,*contextmenu,*contextrestored,*copy,*cuechange,*cut,*dblclick,*drag,*dragend,*dragenter,*dragleave,*dragover,*dragstart,*drop,*durationchange,*emptied,*ended,*error,*focus,*formdata,*gotpointercapture,*input,*invalid,*keydown,*keypress,*keyup,*load,*loadeddata,*loadedmetadata,*loadstart,*lostpointercapture,*mousedown,*mouseenter,*mouseleave,*mousemove,*mouseout,*mouseover,*mouseup,*mousewheel,*paste,*pause,*play,*playing,*pointercancel,*pointerdown,*pointerenter,*pointerleave,*pointermove,*pointerout,*pointerover,*pointerrawupdate,*pointerup,*progress,*ratechange,*reset,*resize,*scroll,*scrollend,*securitypolicyviolation,*seeked,*seeking,*select,*selectionchange,*selectstart,*slotchange,*stalled,*submit,*suspend,*timeupdate,*toggle,*transitioncancel,*transitionend,*transitionrun,*transitionstart,*volumechange,*waiting,*webkitanimationend,*webkitanimationiteration,*webkitanimationstart,*webkittransitionend,*wheel,%style,#tabIndex",":math:math^:math:|",":math:maction^:math:|",":math:menclose^:math:|",":math:merror^:math:|",":math:mfenced^:math:|",":math:mfrac^:math:|",":math:mi^:math:|",":math:mmultiscripts^:math:|",":math:mn^:math:|",":math:mo^:math:|",":math:mover^:math:|",":math:mpadded^:math:|",":math:mphantom^:math:|",":math:mroot^:math:|",":math:mrow^:math:|",":math:ms^:math:|",":math:mspace^:math:|",":math:msqrt^:math:|",":math:mstyle^:math:|",":math:msub^:math:|",":math:msubsup^:math:|",":math:msup^:math:|",":math:mtable^:math:|",":math:mtd^:math:|",":math:mtext^:math:|",":math:mtr^:math:|",":math:munder^:math:|",":math:munderover^:math:|",":math:semantics^:math:|"],Vh=new Map(Object.entries({class:"className",for:"htmlFor",formaction:"formAction",innerHtml:"innerHTML",readonly:"readOnly",tabindex:"tabIndex"})),nb=Array.from(Vh).reduce((e,[t,r])=>(e.set(t,r),e),new Map),k_=(Uh=class extends Q8{constructor(){super(),this._schema=new Map,this._eventSchema=new Map,rb.forEach(e=>{let t=new Map,r=new Set,[n,o]=e.split("|"),a=o.split(","),[i,l]=n.split("^");i.split(",").forEach(d=>{this._schema.set(d.toLowerCase(),t),this._eventSchema.set(d.toLowerCase(),r)});let u=l&&this._schema.get(l.toLowerCase());if(u){for(let[d,p]of u)t.set(d,p);for(let d of this._eventSchema.get(l.toLowerCase()))r.add(d)}a.forEach(d=>{if(d.length>0)switch(d[0]){case"*":r.add(d.substring(1));break;case"!":t.set(d.substring(1),Z8);break;case"#":t.set(d.substring(1),J8);break;case"%":t.set(d.substring(1),tb);break;default:t.set(d,eb)}})})}hasProperty(e,t,r){if(r.some(n=>n.name===jh.name))return!0;if(e.indexOf("-")>-1){if(mh(e)||gh(e))return!1;if(r.some(n=>n.name===Nh.name))return!0}return(this._schema.get(e.toLowerCase())||this._schema.get("unknown")).has(t)}hasElement(e,t){return t.some(r=>r.name===jh.name)||e.indexOf("-")>-1&&(mh(e)||gh(e)||t.some(r=>r.name===Nh.name))?!0:this._schema.has(e.toLowerCase())}securityContext(e,t,r){r&&(t=this.getMappedPropName(t)),e=e.toLowerCase(),t=t.toLowerCase();let n=vh()[e+"|"+t];return n||(n=vh()["*|"+t],n||na.NONE)}getMappedPropName(e){return Vh.get(e)??e}getDefaultComponentElementName(){return"ng-component"}validateProperty(e){return e.toLowerCase().startsWith("on")?{error:!0,msg:`Binding to event property '${e}' is disallowed for security reasons, please use (${e.slice(2)})=...
|
288
|
+
If '${e}' is a directive input, make sure the directive is imported by the current module.`}:{error:!1}}validateAttribute(e){return e.toLowerCase().startsWith("on")?{error:!0,msg:`Binding to event attribute '${e}' is disallowed for security reasons, please use (${e.slice(2)})=...`}:{error:!1}}allKnownElementNames(){return Array.from(this._schema.keys())}allKnownAttributesOfElement(e){let t=this._schema.get(e.toLowerCase())||this._schema.get("unknown");return Array.from(t.keys()).map(r=>nb.get(r)??r)}allKnownEventsOfElement(e){return Array.from(this._eventSchema.get(e.toLowerCase())??[])}normalizeAnimationStyleProperty(e){return U6(e)}normalizeAnimationStyleValue(e,t,r){let n="",o=r.toString().trim(),a=null;if(n8(e)&&r!==0&&r!=="0")if(typeof r=="number")n="px";else{let i=r.match(/^[+-]?[\d\.]+([a-z]*)$/);i&&i[1].length==0&&(a=`Please provide a CSS unit value for ${t}:${r}`)}return{error:a,value:o+n}}},c(Uh,"Vt"),Uh),c(n8,"Ua"),Z=(Wh=class{constructor({closedByChildren:e,implicitNamespacePrefix:t,contentType:r=wr.PARSABLE_DATA,closedByParent:n=!1,isVoid:o=!1,ignoreFirstLf:a=!1,preventNamespaceInheritance:i=!1,canSelfClose:l=!1}={}){this.closedByChildren={},this.closedByParent=!1,e&&e.length>0&&e.forEach(u=>this.closedByChildren[u]=!0),this.isVoid=o,this.closedByParent=n||o,this.implicitNamespacePrefix=t||null,this.contentType=r,this.ignoreFirstLf=a,this.preventNamespaceInheritance=i,this.canSelfClose=l??o}isClosedByChild(e){return this.isVoid||e.toLowerCase()in this.closedByChildren}getContentType(e){return typeof this.contentType=="object"?(e===void 0?void 0:this.contentType[e])??this.contentType.default:this.contentType}},c(Wh,"m"),Wh),c(Vd,"Ge"),Ho=(qh=class{constructor(e,t){this.sourceSpan=e,this.i18n=t}},c(qh,"oe"),qh),ab=(Gh=class extends Ho{constructor(e,t,r,n){super(t,n),this.value=e,this.tokens=r,this.type="text"}visit(e,t){return e.visitText(this,t)}},c(Gh,"Ut"),Gh),ib=(Yh=class extends Ho{constructor(e,t,r,n){super(t,n),this.value=e,this.tokens=r,this.type="cdata"}visit(e,t){return e.visitCdata(this,t)}},c(Yh,"Wt"),Yh),lb=(Kh=class extends Ho{constructor(e,t,r,n,o,a){super(n,a),this.switchValue=e,this.type=t,this.cases=r,this.switchValueSourceSpan=o}visit(e,t){return e.visitExpansion(this,t)}},c(Kh,"zt"),Kh),sb=(Xh=class{constructor(e,t,r,n,o){this.value=e,this.expression=t,this.sourceSpan=r,this.valueSourceSpan=n,this.expSourceSpan=o,this.type="expansionCase"}visit(e,t){return e.visitExpansionCase(this,t)}},c(Xh,"Gt"),Xh),ub=(Qh=class extends Ho{constructor(e,t,r,n,o,a,i){super(r,i),this.name=e,this.value=t,this.keySpan=n,this.valueSpan=o,this.valueTokens=a,this.type="attribute"}visit(e,t){return e.visitAttribute(this,t)}get nameSpan(){return this.keySpan}},c(Qh,"Yt"),Qh),xn=(Zh=class extends Ho{constructor(e,t,r,n,o,a=null,i=null,l){super(n,l),this.name=e,this.attrs=t,this.children=r,this.startSourceSpan=o,this.endSourceSpan=a,this.nameSpan=i,this.type="element"}visit(e,t){return e.visitElement(this,t)}},c(Zh,"G"),Zh),cb=(Jh=class{constructor(e,t){this.value=e,this.sourceSpan=t,this.type="comment"}visit(e,t){return e.visitComment(this,t)}},c(Jh,"jt"),Jh),db=(em=class{constructor(e,t){this.value=e,this.sourceSpan=t,this.type="docType"}visit(e,t){return e.visitDocType(this,t)}},c(em,"Kt"),em),Vo=(tm=class extends Ho{constructor(e,t,r,n,o,a,i=null,l){super(n,l),this.name=e,this.parameters=t,this.children=r,this.nameSpan=o,this.startSourceSpan=a,this.endSourceSpan=i,this.type="block"}visit(e,t){return e.visitBlock(this,t)}},c(tm,"Z"),tm),nm=(rm=class{constructor(e,t){this.expression=e,this.sourceSpan=t,this.type="blockParameter",this.startSourceSpan=null,this.endSourceSpan=null}visit(e,t){return e.visitBlockParameter(this,t)}},c(rm,"ct"),rm),am=(om=class{constructor(e,t,r,n,o){this.name=e,this.value=t,this.sourceSpan=r,this.nameSpan=n,this.valueSpan=o,this.type="letDeclaration",this.startSourceSpan=null,this.endSourceSpan=null}visit(e,t){return e.visitLetDeclaration(this,t)}},c(om,"pt"),om),c(z2,"Qt"),A_=(im=class{constructor(){}visitElement(e,t){this.visitChildren(t,r=>{r(e.attrs),r(e.children)})}visitAttribute(e,t){}visitText(e,t){}visitCdata(e,t){}visitComment(e,t){}visitDocType(e,t){}visitExpansion(e,t){return this.visitChildren(t,r=>{r(e.cases)})}visitExpansionCase(e,t){}visitBlock(e,t){this.visitChildren(t,r=>{r(e.parameters),r(e.children)})}visitBlockParameter(e,t){}visitLetDeclaration(e,t){}visitChildren(e,t){let r=[],n=this;function o(a){a&&r.push(z2(n,a,e))}return c(o,"i"),t(o),Array.prototype.concat.apply([],r)}},c(im,"ht"),im),Ys={AElig:"Æ",AMP:"&",amp:"&",Aacute:"Á",Abreve:"Ă",Acirc:"Â",Acy:"А",Afr:"𝔄",Agrave:"À",Alpha:"Α",Amacr:"Ā",And:"⩓",Aogon:"Ą",Aopf:"𝔸",ApplyFunction:"",af:"",Aring:"Å",angst:"Å",Ascr:"𝒜",Assign:"≔",colone:"≔",coloneq:"≔",Atilde:"Ã",Auml:"Ä",Backslash:"∖",setminus:"∖",setmn:"∖",smallsetminus:"∖",ssetmn:"∖",Barv:"⫧",Barwed:"⌆",doublebarwedge:"⌆",Bcy:"Б",Because:"∵",becaus:"∵",because:"∵",Bernoullis:"ℬ",Bscr:"ℬ",bernou:"ℬ",Beta:"Β",Bfr:"𝔅",Bopf:"𝔹",Breve:"˘",breve:"˘",Bumpeq:"≎",HumpDownHump:"≎",bump:"≎",CHcy:"Ч",COPY:"©",copy:"©",Cacute:"Ć",Cap:"⋒",CapitalDifferentialD:"ⅅ",DD:"ⅅ",Cayleys:"ℭ",Cfr:"ℭ",Ccaron:"Č",Ccedil:"Ç",Ccirc:"Ĉ",Cconint:"∰",Cdot:"Ċ",Cedilla:"¸",cedil:"¸",CenterDot:"·",centerdot:"·",middot:"·",Chi:"Χ",CircleDot:"⊙",odot:"⊙",CircleMinus:"⊖",ominus:"⊖",CirclePlus:"⊕",oplus:"⊕",CircleTimes:"⊗",otimes:"⊗",ClockwiseContourIntegral:"∲",cwconint:"∲",CloseCurlyDoubleQuote:"”",rdquo:"”",rdquor:"”",CloseCurlyQuote:"’",rsquo:"’",rsquor:"’",Colon:"∷",Proportion:"∷",Colone:"⩴",Congruent:"≡",equiv:"≡",Conint:"∯",DoubleContourIntegral:"∯",ContourIntegral:"∮",conint:"∮",oint:"∮",Copf:"ℂ",complexes:"ℂ",Coproduct:"∐",coprod:"∐",CounterClockwiseContourIntegral:"∳",awconint:"∳",Cross:"⨯",Cscr:"𝒞",Cup:"⋓",CupCap:"≍",asympeq:"≍",DDotrahd:"⤑",DJcy:"Ђ",DScy:"Ѕ",DZcy:"Џ",Dagger:"‡",ddagger:"‡",Darr:"↡",Dashv:"⫤",DoubleLeftTee:"⫤",Dcaron:"Ď",Dcy:"Д",Del:"∇",nabla:"∇",Delta:"Δ",Dfr:"𝔇",DiacriticalAcute:"´",acute:"´",DiacriticalDot:"˙",dot:"˙",DiacriticalDoubleAcute:"˝",dblac:"˝",DiacriticalGrave:"`",grave:"`",DiacriticalTilde:"˜",tilde:"˜",Diamond:"⋄",diam:"⋄",diamond:"⋄",DifferentialD:"ⅆ",dd:"ⅆ",Dopf:"𝔻",Dot:"¨",DoubleDot:"¨",die:"¨",uml:"¨",DotDot:"⃜",DotEqual:"≐",doteq:"≐",esdot:"≐",DoubleDownArrow:"⇓",Downarrow:"⇓",dArr:"⇓",DoubleLeftArrow:"⇐",Leftarrow:"⇐",lArr:"⇐",DoubleLeftRightArrow:"⇔",Leftrightarrow:"⇔",hArr:"⇔",iff:"⇔",DoubleLongLeftArrow:"⟸",Longleftarrow:"⟸",xlArr:"⟸",DoubleLongLeftRightArrow:"⟺",Longleftrightarrow:"⟺",xhArr:"⟺",DoubleLongRightArrow:"⟹",Longrightarrow:"⟹",xrArr:"⟹",DoubleRightArrow:"⇒",Implies:"⇒",Rightarrow:"⇒",rArr:"⇒",DoubleRightTee:"⊨",vDash:"⊨",DoubleUpArrow:"⇑",Uparrow:"⇑",uArr:"⇑",DoubleUpDownArrow:"⇕",Updownarrow:"⇕",vArr:"⇕",DoubleVerticalBar:"∥",par:"∥",parallel:"∥",shortparallel:"∥",spar:"∥",DownArrow:"↓",ShortDownArrow:"↓",darr:"↓",downarrow:"↓",DownArrowBar:"⤓",DownArrowUpArrow:"⇵",duarr:"⇵",DownBreve:"̑",DownLeftRightVector:"⥐",DownLeftTeeVector:"⥞",DownLeftVector:"↽",leftharpoondown:"↽",lhard:"↽",DownLeftVectorBar:"⥖",DownRightTeeVector:"⥟",DownRightVector:"⇁",rhard:"⇁",rightharpoondown:"⇁",DownRightVectorBar:"⥗",DownTee:"⊤",top:"⊤",DownTeeArrow:"↧",mapstodown:"↧",Dscr:"𝒟",Dstrok:"Đ",ENG:"Ŋ",ETH:"Ð",Eacute:"É",Ecaron:"Ě",Ecirc:"Ê",Ecy:"Э",Edot:"Ė",Efr:"𝔈",Egrave:"È",Element:"∈",in:"∈",isin:"∈",isinv:"∈",Emacr:"Ē",EmptySmallSquare:"◻",EmptyVerySmallSquare:"▫",Eogon:"Ę",Eopf:"𝔼",Epsilon:"Ε",Equal:"⩵",EqualTilde:"≂",eqsim:"≂",esim:"≂",Equilibrium:"⇌",rightleftharpoons:"⇌",rlhar:"⇌",Escr:"ℰ",expectation:"ℰ",Esim:"⩳",Eta:"Η",Euml:"Ë",Exists:"∃",exist:"∃",ExponentialE:"ⅇ",ee:"ⅇ",exponentiale:"ⅇ",Fcy:"Ф",Ffr:"𝔉",FilledSmallSquare:"◼",FilledVerySmallSquare:"▪",blacksquare:"▪",squarf:"▪",squf:"▪",Fopf:"𝔽",ForAll:"∀",forall:"∀",Fouriertrf:"ℱ",Fscr:"ℱ",GJcy:"Ѓ",GT:">",gt:">",Gamma:"Γ",Gammad:"Ϝ",Gbreve:"Ğ",Gcedil:"Ģ",Gcirc:"Ĝ",Gcy:"Г",Gdot:"Ġ",Gfr:"𝔊",Gg:"⋙",ggg:"⋙",Gopf:"𝔾",GreaterEqual:"≥",ge:"≥",geq:"≥",GreaterEqualLess:"⋛",gel:"⋛",gtreqless:"⋛",GreaterFullEqual:"≧",gE:"≧",geqq:"≧",GreaterGreater:"⪢",GreaterLess:"≷",gl:"≷",gtrless:"≷",GreaterSlantEqual:"⩾",geqslant:"⩾",ges:"⩾",GreaterTilde:"≳",gsim:"≳",gtrsim:"≳",Gscr:"𝒢",Gt:"≫",NestedGreaterGreater:"≫",gg:"≫",HARDcy:"Ъ",Hacek:"ˇ",caron:"ˇ",Hat:"^",Hcirc:"Ĥ",Hfr:"ℌ",Poincareplane:"ℌ",HilbertSpace:"ℋ",Hscr:"ℋ",hamilt:"ℋ",Hopf:"ℍ",quaternions:"ℍ",HorizontalLine:"─",boxh:"─",Hstrok:"Ħ",HumpEqual:"≏",bumpe:"≏",bumpeq:"≏",IEcy:"Е",IJlig:"IJ",IOcy:"Ё",Iacute:"Í",Icirc:"Î",Icy:"И",Idot:"İ",Ifr:"ℑ",Im:"ℑ",image:"ℑ",imagpart:"ℑ",Igrave:"Ì",Imacr:"Ī",ImaginaryI:"ⅈ",ii:"ⅈ",Int:"∬",Integral:"∫",int:"∫",Intersection:"⋂",bigcap:"⋂",xcap:"⋂",InvisibleComma:"",ic:"",InvisibleTimes:"",it:"",Iogon:"Į",Iopf:"𝕀",Iota:"Ι",Iscr:"ℐ",imagline:"ℐ",Itilde:"Ĩ",Iukcy:"І",Iuml:"Ï",Jcirc:"Ĵ",Jcy:"Й",Jfr:"𝔍",Jopf:"𝕁",Jscr:"𝒥",Jsercy:"Ј",Jukcy:"Є",KHcy:"Х",KJcy:"Ќ",Kappa:"Κ",Kcedil:"Ķ",Kcy:"К",Kfr:"𝔎",Kopf:"𝕂",Kscr:"𝒦",LJcy:"Љ",LT:"<",lt:"<",Lacute:"Ĺ",Lambda:"Λ",Lang:"⟪",Laplacetrf:"ℒ",Lscr:"ℒ",lagran:"ℒ",Larr:"↞",twoheadleftarrow:"↞",Lcaron:"Ľ",Lcedil:"Ļ",Lcy:"Л",LeftAngleBracket:"⟨",lang:"⟨",langle:"⟨",LeftArrow:"←",ShortLeftArrow:"←",larr:"←",leftarrow:"←",slarr:"←",LeftArrowBar:"⇤",larrb:"⇤",LeftArrowRightArrow:"⇆",leftrightarrows:"⇆",lrarr:"⇆",LeftCeiling:"⌈",lceil:"⌈",LeftDoubleBracket:"⟦",lobrk:"⟦",LeftDownTeeVector:"⥡",LeftDownVector:"⇃",dharl:"⇃",downharpoonleft:"⇃",LeftDownVectorBar:"⥙",LeftFloor:"⌊",lfloor:"⌊",LeftRightArrow:"↔",harr:"↔",leftrightarrow:"↔",LeftRightVector:"⥎",LeftTee:"⊣",dashv:"⊣",LeftTeeArrow:"↤",mapstoleft:"↤",LeftTeeVector:"⥚",LeftTriangle:"⊲",vartriangleleft:"⊲",vltri:"⊲",LeftTriangleBar:"⧏",LeftTriangleEqual:"⊴",ltrie:"⊴",trianglelefteq:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVector:"↿",uharl:"↿",upharpoonleft:"↿",LeftUpVectorBar:"⥘",LeftVector:"↼",leftharpoonup:"↼",lharu:"↼",LeftVectorBar:"⥒",LessEqualGreater:"⋚",leg:"⋚",lesseqgtr:"⋚",LessFullEqual:"≦",lE:"≦",leqq:"≦",LessGreater:"≶",lessgtr:"≶",lg:"≶",LessLess:"⪡",LessSlantEqual:"⩽",leqslant:"⩽",les:"⩽",LessTilde:"≲",lesssim:"≲",lsim:"≲",Lfr:"𝔏",Ll:"⋘",Lleftarrow:"⇚",lAarr:"⇚",Lmidot:"Ŀ",LongLeftArrow:"⟵",longleftarrow:"⟵",xlarr:"⟵",LongLeftRightArrow:"⟷",longleftrightarrow:"⟷",xharr:"⟷",LongRightArrow:"⟶",longrightarrow:"⟶",xrarr:"⟶",Lopf:"𝕃",LowerLeftArrow:"↙",swarr:"↙",swarrow:"↙",LowerRightArrow:"↘",searr:"↘",searrow:"↘",Lsh:"↰",lsh:"↰",Lstrok:"Ł",Lt:"≪",NestedLessLess:"≪",ll:"≪",Map:"⤅",Mcy:"М",MediumSpace:" ",Mellintrf:"ℳ",Mscr:"ℳ",phmmat:"ℳ",Mfr:"𝔐",MinusPlus:"∓",mnplus:"∓",mp:"∓",Mopf:"𝕄",Mu:"Μ",NJcy:"Њ",Nacute:"Ń",Ncaron:"Ň",Ncedil:"Ņ",Ncy:"Н",NegativeMediumSpace:"",NegativeThickSpace:"",NegativeThinSpace:"",NegativeVeryThinSpace:"",ZeroWidthSpace:"",NewLine:`
|
289
|
+
`,Nfr:"𝔑",NoBreak:"",NonBreakingSpace:" ",nbsp:" ",Nopf:"ℕ",naturals:"ℕ",Not:"⫬",NotCongruent:"≢",nequiv:"≢",NotCupCap:"≭",NotDoubleVerticalBar:"∦",npar:"∦",nparallel:"∦",nshortparallel:"∦",nspar:"∦",NotElement:"∉",notin:"∉",notinva:"∉",NotEqual:"≠",ne:"≠",NotEqualTilde:"≂̸",nesim:"≂̸",NotExists:"∄",nexist:"∄",nexists:"∄",NotGreater:"≯",ngt:"≯",ngtr:"≯",NotGreaterEqual:"≱",nge:"≱",ngeq:"≱",NotGreaterFullEqual:"≧̸",ngE:"≧̸",ngeqq:"≧̸",NotGreaterGreater:"≫̸",nGtv:"≫̸",NotGreaterLess:"≹",ntgl:"≹",NotGreaterSlantEqual:"⩾̸",ngeqslant:"⩾̸",nges:"⩾̸",NotGreaterTilde:"≵",ngsim:"≵",NotHumpDownHump:"≎̸",nbump:"≎̸",NotHumpEqual:"≏̸",nbumpe:"≏̸",NotLeftTriangle:"⋪",nltri:"⋪",ntriangleleft:"⋪",NotLeftTriangleBar:"⧏̸",NotLeftTriangleEqual:"⋬",nltrie:"⋬",ntrianglelefteq:"⋬",NotLess:"≮",nless:"≮",nlt:"≮",NotLessEqual:"≰",nle:"≰",nleq:"≰",NotLessGreater:"≸",ntlg:"≸",NotLessLess:"≪̸",nLtv:"≪̸",NotLessSlantEqual:"⩽̸",nleqslant:"⩽̸",nles:"⩽̸",NotLessTilde:"≴",nlsim:"≴",NotNestedGreaterGreater:"⪢̸",NotNestedLessLess:"⪡̸",NotPrecedes:"⊀",npr:"⊀",nprec:"⊀",NotPrecedesEqual:"⪯̸",npre:"⪯̸",npreceq:"⪯̸",NotPrecedesSlantEqual:"⋠",nprcue:"⋠",NotReverseElement:"∌",notni:"∌",notniva:"∌",NotRightTriangle:"⋫",nrtri:"⋫",ntriangleright:"⋫",NotRightTriangleBar:"⧐̸",NotRightTriangleEqual:"⋭",nrtrie:"⋭",ntrianglerighteq:"⋭",NotSquareSubset:"⊏̸",NotSquareSubsetEqual:"⋢",nsqsube:"⋢",NotSquareSuperset:"⊐̸",NotSquareSupersetEqual:"⋣",nsqsupe:"⋣",NotSubset:"⊂⃒",nsubset:"⊂⃒",vnsub:"⊂⃒",NotSubsetEqual:"⊈",nsube:"⊈",nsubseteq:"⊈",NotSucceeds:"⊁",nsc:"⊁",nsucc:"⊁",NotSucceedsEqual:"⪰̸",nsce:"⪰̸",nsucceq:"⪰̸",NotSucceedsSlantEqual:"⋡",nsccue:"⋡",NotSucceedsTilde:"≿̸",NotSuperset:"⊃⃒",nsupset:"⊃⃒",vnsup:"⊃⃒",NotSupersetEqual:"⊉",nsupe:"⊉",nsupseteq:"⊉",NotTilde:"≁",nsim:"≁",NotTildeEqual:"≄",nsime:"≄",nsimeq:"≄",NotTildeFullEqual:"≇",ncong:"≇",NotTildeTilde:"≉",nap:"≉",napprox:"≉",NotVerticalBar:"∤",nmid:"∤",nshortmid:"∤",nsmid:"∤",Nscr:"𝒩",Ntilde:"Ñ",Nu:"Ν",OElig:"Œ",Oacute:"Ó",Ocirc:"Ô",Ocy:"О",Odblac:"Ő",Ofr:"𝔒",Ograve:"Ò",Omacr:"Ō",Omega:"Ω",ohm:"Ω",Omicron:"Ο",Oopf:"𝕆",OpenCurlyDoubleQuote:"“",ldquo:"“",OpenCurlyQuote:"‘",lsquo:"‘",Or:"⩔",Oscr:"𝒪",Oslash:"Ø",Otilde:"Õ",Otimes:"⨷",Ouml:"Ö",OverBar:"‾",oline:"‾",OverBrace:"⏞",OverBracket:"⎴",tbrk:"⎴",OverParenthesis:"⏜",PartialD:"∂",part:"∂",Pcy:"П",Pfr:"𝔓",Phi:"Φ",Pi:"Π",PlusMinus:"±",plusmn:"±",pm:"±",Popf:"ℙ",primes:"ℙ",Pr:"⪻",Precedes:"≺",pr:"≺",prec:"≺",PrecedesEqual:"⪯",pre:"⪯",preceq:"⪯",PrecedesSlantEqual:"≼",prcue:"≼",preccurlyeq:"≼",PrecedesTilde:"≾",precsim:"≾",prsim:"≾",Prime:"″",Product:"∏",prod:"∏",Proportional:"∝",prop:"∝",propto:"∝",varpropto:"∝",vprop:"∝",Pscr:"𝒫",Psi:"Ψ",QUOT:'"',quot:'"',Qfr:"𝔔",Qopf:"ℚ",rationals:"ℚ",Qscr:"𝒬",RBarr:"⤐",drbkarow:"⤐",REG:"®",circledR:"®",reg:"®",Racute:"Ŕ",Rang:"⟫",Rarr:"↠",twoheadrightarrow:"↠",Rarrtl:"⤖",Rcaron:"Ř",Rcedil:"Ŗ",Rcy:"Р",Re:"ℜ",Rfr:"ℜ",real:"ℜ",realpart:"ℜ",ReverseElement:"∋",SuchThat:"∋",ni:"∋",niv:"∋",ReverseEquilibrium:"⇋",leftrightharpoons:"⇋",lrhar:"⇋",ReverseUpEquilibrium:"⥯",duhar:"⥯",Rho:"Ρ",RightAngleBracket:"⟩",rang:"⟩",rangle:"⟩",RightArrow:"→",ShortRightArrow:"→",rarr:"→",rightarrow:"→",srarr:"→",RightArrowBar:"⇥",rarrb:"⇥",RightArrowLeftArrow:"⇄",rightleftarrows:"⇄",rlarr:"⇄",RightCeiling:"⌉",rceil:"⌉",RightDoubleBracket:"⟧",robrk:"⟧",RightDownTeeVector:"⥝",RightDownVector:"⇂",dharr:"⇂",downharpoonright:"⇂",RightDownVectorBar:"⥕",RightFloor:"⌋",rfloor:"⌋",RightTee:"⊢",vdash:"⊢",RightTeeArrow:"↦",map:"↦",mapsto:"↦",RightTeeVector:"⥛",RightTriangle:"⊳",vartriangleright:"⊳",vrtri:"⊳",RightTriangleBar:"⧐",RightTriangleEqual:"⊵",rtrie:"⊵",trianglerighteq:"⊵",RightUpDownVector:"⥏",RightUpTeeVector:"⥜",RightUpVector:"↾",uharr:"↾",upharpoonright:"↾",RightUpVectorBar:"⥔",RightVector:"⇀",rharu:"⇀",rightharpoonup:"⇀",RightVectorBar:"⥓",Ropf:"ℝ",reals:"ℝ",RoundImplies:"⥰",Rrightarrow:"⇛",rAarr:"⇛",Rscr:"ℛ",realine:"ℛ",Rsh:"↱",rsh:"↱",RuleDelayed:"⧴",SHCHcy:"Щ",SHcy:"Ш",SOFTcy:"Ь",Sacute:"Ś",Sc:"⪼",Scaron:"Š",Scedil:"Ş",Scirc:"Ŝ",Scy:"С",Sfr:"𝔖",ShortUpArrow:"↑",UpArrow:"↑",uarr:"↑",uparrow:"↑",Sigma:"Σ",SmallCircle:"∘",compfn:"∘",Sopf:"𝕊",Sqrt:"√",radic:"√",Square:"□",squ:"□",square:"□",SquareIntersection:"⊓",sqcap:"⊓",SquareSubset:"⊏",sqsub:"⊏",sqsubset:"⊏",SquareSubsetEqual:"⊑",sqsube:"⊑",sqsubseteq:"⊑",SquareSuperset:"⊐",sqsup:"⊐",sqsupset:"⊐",SquareSupersetEqual:"⊒",sqsupe:"⊒",sqsupseteq:"⊒",SquareUnion:"⊔",sqcup:"⊔",Sscr:"𝒮",Star:"⋆",sstarf:"⋆",Sub:"⋐",Subset:"⋐",SubsetEqual:"⊆",sube:"⊆",subseteq:"⊆",Succeeds:"≻",sc:"≻",succ:"≻",SucceedsEqual:"⪰",sce:"⪰",succeq:"⪰",SucceedsSlantEqual:"≽",sccue:"≽",succcurlyeq:"≽",SucceedsTilde:"≿",scsim:"≿",succsim:"≿",Sum:"∑",sum:"∑",Sup:"⋑",Supset:"⋑",Superset:"⊃",sup:"⊃",supset:"⊃",SupersetEqual:"⊇",supe:"⊇",supseteq:"⊇",THORN:"Þ",TRADE:"™",trade:"™",TSHcy:"Ћ",TScy:"Ц",Tab:" ",Tau:"Τ",Tcaron:"Ť",Tcedil:"Ţ",Tcy:"Т",Tfr:"𝔗",Therefore:"∴",there4:"∴",therefore:"∴",Theta:"Θ",ThickSpace:" ",ThinSpace:" ",thinsp:" ",Tilde:"∼",sim:"∼",thicksim:"∼",thksim:"∼",TildeEqual:"≃",sime:"≃",simeq:"≃",TildeFullEqual:"≅",cong:"≅",TildeTilde:"≈",ap:"≈",approx:"≈",asymp:"≈",thickapprox:"≈",thkap:"≈",Topf:"𝕋",TripleDot:"⃛",tdot:"⃛",Tscr:"𝒯",Tstrok:"Ŧ",Uacute:"Ú",Uarr:"↟",Uarrocir:"⥉",Ubrcy:"Ў",Ubreve:"Ŭ",Ucirc:"Û",Ucy:"У",Udblac:"Ű",Ufr:"𝔘",Ugrave:"Ù",Umacr:"Ū",UnderBar:"_",lowbar:"_",UnderBrace:"⏟",UnderBracket:"⎵",bbrk:"⎵",UnderParenthesis:"⏝",Union:"⋃",bigcup:"⋃",xcup:"⋃",UnionPlus:"⊎",uplus:"⊎",Uogon:"Ų",Uopf:"𝕌",UpArrowBar:"⤒",UpArrowDownArrow:"⇅",udarr:"⇅",UpDownArrow:"↕",updownarrow:"↕",varr:"↕",UpEquilibrium:"⥮",udhar:"⥮",UpTee:"⊥",bot:"⊥",bottom:"⊥",perp:"⊥",UpTeeArrow:"↥",mapstoup:"↥",UpperLeftArrow:"↖",nwarr:"↖",nwarrow:"↖",UpperRightArrow:"↗",nearr:"↗",nearrow:"↗",Upsi:"ϒ",upsih:"ϒ",Upsilon:"Υ",Uring:"Ů",Uscr:"𝒰",Utilde:"Ũ",Uuml:"Ü",VDash:"⊫",Vbar:"⫫",Vcy:"В",Vdash:"⊩",Vdashl:"⫦",Vee:"⋁",bigvee:"⋁",xvee:"⋁",Verbar:"‖",Vert:"‖",VerticalBar:"∣",mid:"∣",shortmid:"∣",smid:"∣",VerticalLine:"|",verbar:"|",vert:"|",VerticalSeparator:"❘",VerticalTilde:"≀",wr:"≀",wreath:"≀",VeryThinSpace:" ",hairsp:" ",Vfr:"𝔙",Vopf:"𝕍",Vscr:"𝒱",Vvdash:"⊪",Wcirc:"Ŵ",Wedge:"⋀",bigwedge:"⋀",xwedge:"⋀",Wfr:"𝔚",Wopf:"𝕎",Wscr:"𝒲",Xfr:"𝔛",Xi:"Ξ",Xopf:"𝕏",Xscr:"𝒳",YAcy:"Я",YIcy:"Ї",YUcy:"Ю",Yacute:"Ý",Ycirc:"Ŷ",Ycy:"Ы",Yfr:"𝔜",Yopf:"𝕐",Yscr:"𝒴",Yuml:"Ÿ",ZHcy:"Ж",Zacute:"Ź",Zcaron:"Ž",Zcy:"З",Zdot:"Ż",Zeta:"Ζ",Zfr:"ℨ",zeetrf:"ℨ",Zopf:"ℤ",integers:"ℤ",Zscr:"𝒵",aacute:"á",abreve:"ă",ac:"∾",mstpos:"∾",acE:"∾̳",acd:"∿",acirc:"â",acy:"а",aelig:"æ",afr:"𝔞",agrave:"à",alefsym:"ℵ",aleph:"ℵ",alpha:"α",amacr:"ā",amalg:"⨿",and:"∧",wedge:"∧",andand:"⩕",andd:"⩜",andslope:"⩘",andv:"⩚",ang:"∠",angle:"∠",ange:"⦤",angmsd:"∡",measuredangle:"∡",angmsdaa:"⦨",angmsdab:"⦩",angmsdac:"⦪",angmsdad:"⦫",angmsdae:"⦬",angmsdaf:"⦭",angmsdag:"⦮",angmsdah:"⦯",angrt:"∟",angrtvb:"⊾",angrtvbd:"⦝",angsph:"∢",angzarr:"⍼",aogon:"ą",aopf:"𝕒",apE:"⩰",apacir:"⩯",ape:"≊",approxeq:"≊",apid:"≋",apos:"'",aring:"å",ascr:"𝒶",ast:"*",midast:"*",atilde:"ã",auml:"ä",awint:"⨑",bNot:"⫭",backcong:"≌",bcong:"≌",backepsilon:"϶",bepsi:"϶",backprime:"‵",bprime:"‵",backsim:"∽",bsim:"∽",backsimeq:"⋍",bsime:"⋍",barvee:"⊽",barwed:"⌅",barwedge:"⌅",bbrktbrk:"⎶",bcy:"б",bdquo:"„",ldquor:"„",bemptyv:"⦰",beta:"β",beth:"ℶ",between:"≬",twixt:"≬",bfr:"𝔟",bigcirc:"◯",xcirc:"◯",bigodot:"⨀",xodot:"⨀",bigoplus:"⨁",xoplus:"⨁",bigotimes:"⨂",xotime:"⨂",bigsqcup:"⨆",xsqcup:"⨆",bigstar:"★",starf:"★",bigtriangledown:"▽",xdtri:"▽",bigtriangleup:"△",xutri:"△",biguplus:"⨄",xuplus:"⨄",bkarow:"⤍",rbarr:"⤍",blacklozenge:"⧫",lozf:"⧫",blacktriangle:"▴",utrif:"▴",blacktriangledown:"▾",dtrif:"▾",blacktriangleleft:"◂",ltrif:"◂",blacktriangleright:"▸",rtrif:"▸",blank:"␣",blk12:"▒",blk14:"░",blk34:"▓",block:"█",bne:"=⃥",bnequiv:"≡⃥",bnot:"⌐",bopf:"𝕓",bowtie:"⋈",boxDL:"╗",boxDR:"╔",boxDl:"╖",boxDr:"╓",boxH:"═",boxHD:"╦",boxHU:"╩",boxHd:"╤",boxHu:"╧",boxUL:"╝",boxUR:"╚",boxUl:"╜",boxUr:"╙",boxV:"║",boxVH:"╬",boxVL:"╣",boxVR:"╠",boxVh:"╫",boxVl:"╢",boxVr:"╟",boxbox:"⧉",boxdL:"╕",boxdR:"╒",boxdl:"┐",boxdr:"┌",boxhD:"╥",boxhU:"╨",boxhd:"┬",boxhu:"┴",boxminus:"⊟",minusb:"⊟",boxplus:"⊞",plusb:"⊞",boxtimes:"⊠",timesb:"⊠",boxuL:"╛",boxuR:"╘",boxul:"┘",boxur:"└",boxv:"│",boxvH:"╪",boxvL:"╡",boxvR:"╞",boxvh:"┼",boxvl:"┤",boxvr:"├",brvbar:"¦",bscr:"𝒷",bsemi:"⁏",bsol:"\\",bsolb:"⧅",bsolhsub:"⟈",bull:"•",bullet:"•",bumpE:"⪮",cacute:"ć",cap:"∩",capand:"⩄",capbrcup:"⩉",capcap:"⩋",capcup:"⩇",capdot:"⩀",caps:"∩︀",caret:"⁁",ccaps:"⩍",ccaron:"č",ccedil:"ç",ccirc:"ĉ",ccups:"⩌",ccupssm:"⩐",cdot:"ċ",cemptyv:"⦲",cent:"¢",cfr:"𝔠",chcy:"ч",check:"✓",checkmark:"✓",chi:"χ",cir:"○",cirE:"⧃",circ:"ˆ",circeq:"≗",cire:"≗",circlearrowleft:"↺",olarr:"↺",circlearrowright:"↻",orarr:"↻",circledS:"Ⓢ",oS:"Ⓢ",circledast:"⊛",oast:"⊛",circledcirc:"⊚",ocir:"⊚",circleddash:"⊝",odash:"⊝",cirfnint:"⨐",cirmid:"⫯",cirscir:"⧂",clubs:"♣",clubsuit:"♣",colon:":",comma:",",commat:"@",comp:"∁",complement:"∁",congdot:"⩭",copf:"𝕔",copysr:"℗",crarr:"↵",cross:"✗",cscr:"𝒸",csub:"⫏",csube:"⫑",csup:"⫐",csupe:"⫒",ctdot:"⋯",cudarrl:"⤸",cudarrr:"⤵",cuepr:"⋞",curlyeqprec:"⋞",cuesc:"⋟",curlyeqsucc:"⋟",cularr:"↶",curvearrowleft:"↶",cularrp:"⤽",cup:"∪",cupbrcap:"⩈",cupcap:"⩆",cupcup:"⩊",cupdot:"⊍",cupor:"⩅",cups:"∪︀",curarr:"↷",curvearrowright:"↷",curarrm:"⤼",curlyvee:"⋎",cuvee:"⋎",curlywedge:"⋏",cuwed:"⋏",curren:"¤",cwint:"∱",cylcty:"⌭",dHar:"⥥",dagger:"†",daleth:"ℸ",dash:"‐",hyphen:"‐",dbkarow:"⤏",rBarr:"⤏",dcaron:"ď",dcy:"д",ddarr:"⇊",downdownarrows:"⇊",ddotseq:"⩷",eDDot:"⩷",deg:"°",delta:"δ",demptyv:"⦱",dfisht:"⥿",dfr:"𝔡",diamondsuit:"♦",diams:"♦",digamma:"ϝ",gammad:"ϝ",disin:"⋲",div:"÷",divide:"÷",divideontimes:"⋇",divonx:"⋇",djcy:"ђ",dlcorn:"⌞",llcorner:"⌞",dlcrop:"⌍",dollar:"$",dopf:"𝕕",doteqdot:"≑",eDot:"≑",dotminus:"∸",minusd:"∸",dotplus:"∔",plusdo:"∔",dotsquare:"⊡",sdotb:"⊡",drcorn:"⌟",lrcorner:"⌟",drcrop:"⌌",dscr:"𝒹",dscy:"ѕ",dsol:"⧶",dstrok:"đ",dtdot:"⋱",dtri:"▿",triangledown:"▿",dwangle:"⦦",dzcy:"џ",dzigrarr:"⟿",eacute:"é",easter:"⩮",ecaron:"ě",ecir:"≖",eqcirc:"≖",ecirc:"ê",ecolon:"≕",eqcolon:"≕",ecy:"э",edot:"ė",efDot:"≒",fallingdotseq:"≒",efr:"𝔢",eg:"⪚",egrave:"è",egs:"⪖",eqslantgtr:"⪖",egsdot:"⪘",el:"⪙",elinters:"⏧",ell:"ℓ",els:"⪕",eqslantless:"⪕",elsdot:"⪗",emacr:"ē",empty:"∅",emptyset:"∅",emptyv:"∅",varnothing:"∅",emsp13:" ",emsp14:" ",emsp:" ",eng:"ŋ",ensp:" ",eogon:"ę",eopf:"𝕖",epar:"⋕",eparsl:"⧣",eplus:"⩱",epsi:"ε",epsilon:"ε",epsiv:"ϵ",straightepsilon:"ϵ",varepsilon:"ϵ",equals:"=",equest:"≟",questeq:"≟",equivDD:"⩸",eqvparsl:"⧥",erDot:"≓",risingdotseq:"≓",erarr:"⥱",escr:"ℯ",eta:"η",eth:"ð",euml:"ë",euro:"€",excl:"!",fcy:"ф",female:"♀",ffilig:"ffi",fflig:"ff",ffllig:"ffl",ffr:"𝔣",filig:"fi",fjlig:"fj",flat:"♭",fllig:"fl",fltns:"▱",fnof:"ƒ",fopf:"𝕗",fork:"⋔",pitchfork:"⋔",forkv:"⫙",fpartint:"⨍",frac12:"½",half:"½",frac13:"⅓",frac14:"¼",frac15:"⅕",frac16:"⅙",frac18:"⅛",frac23:"⅔",frac25:"⅖",frac34:"¾",frac35:"⅗",frac38:"⅜",frac45:"⅘",frac56:"⅚",frac58:"⅝",frac78:"⅞",frasl:"⁄",frown:"⌢",sfrown:"⌢",fscr:"𝒻",gEl:"⪌",gtreqqless:"⪌",gacute:"ǵ",gamma:"γ",gap:"⪆",gtrapprox:"⪆",gbreve:"ğ",gcirc:"ĝ",gcy:"г",gdot:"ġ",gescc:"⪩",gesdot:"⪀",gesdoto:"⪂",gesdotol:"⪄",gesl:"⋛︀",gesles:"⪔",gfr:"𝔤",gimel:"ℷ",gjcy:"ѓ",glE:"⪒",gla:"⪥",glj:"⪤",gnE:"≩",gneqq:"≩",gnap:"⪊",gnapprox:"⪊",gne:"⪈",gneq:"⪈",gnsim:"⋧",gopf:"𝕘",gscr:"ℊ",gsime:"⪎",gsiml:"⪐",gtcc:"⪧",gtcir:"⩺",gtdot:"⋗",gtrdot:"⋗",gtlPar:"⦕",gtquest:"⩼",gtrarr:"⥸",gvertneqq:"≩︀",gvnE:"≩︀",hardcy:"ъ",harrcir:"⥈",harrw:"↭",leftrightsquigarrow:"↭",hbar:"ℏ",hslash:"ℏ",planck:"ℏ",plankv:"ℏ",hcirc:"ĥ",hearts:"♥",heartsuit:"♥",hellip:"…",mldr:"…",hercon:"⊹",hfr:"𝔥",hksearow:"⤥",searhk:"⤥",hkswarow:"⤦",swarhk:"⤦",hoarr:"⇿",homtht:"∻",hookleftarrow:"↩",larrhk:"↩",hookrightarrow:"↪",rarrhk:"↪",hopf:"𝕙",horbar:"―",hscr:"𝒽",hstrok:"ħ",hybull:"⁃",iacute:"í",icirc:"î",icy:"и",iecy:"е",iexcl:"¡",ifr:"𝔦",igrave:"ì",iiiint:"⨌",qint:"⨌",iiint:"∭",tint:"∭",iinfin:"⧜",iiota:"℩",ijlig:"ij",imacr:"ī",imath:"ı",inodot:"ı",imof:"⊷",imped:"Ƶ",incare:"℅",infin:"∞",infintie:"⧝",intcal:"⊺",intercal:"⊺",intlarhk:"⨗",intprod:"⨼",iprod:"⨼",iocy:"ё",iogon:"į",iopf:"𝕚",iota:"ι",iquest:"¿",iscr:"𝒾",isinE:"⋹",isindot:"⋵",isins:"⋴",isinsv:"⋳",itilde:"ĩ",iukcy:"і",iuml:"ï",jcirc:"ĵ",jcy:"й",jfr:"𝔧",jmath:"ȷ",jopf:"𝕛",jscr:"𝒿",jsercy:"ј",jukcy:"є",kappa:"κ",kappav:"ϰ",varkappa:"ϰ",kcedil:"ķ",kcy:"к",kfr:"𝔨",kgreen:"ĸ",khcy:"х",kjcy:"ќ",kopf:"𝕜",kscr:"𝓀",lAtail:"⤛",lBarr:"⤎",lEg:"⪋",lesseqqgtr:"⪋",lHar:"⥢",lacute:"ĺ",laemptyv:"⦴",lambda:"λ",langd:"⦑",lap:"⪅",lessapprox:"⪅",laquo:"«",larrbfs:"⤟",larrfs:"⤝",larrlp:"↫",looparrowleft:"↫",larrpl:"⤹",larrsim:"⥳",larrtl:"↢",leftarrowtail:"↢",lat:"⪫",latail:"⤙",late:"⪭",lates:"⪭︀",lbarr:"⤌",lbbrk:"❲",lbrace:"{",lcub:"{",lbrack:"[",lsqb:"[",lbrke:"⦋",lbrksld:"⦏",lbrkslu:"⦍",lcaron:"ľ",lcedil:"ļ",lcy:"л",ldca:"⤶",ldrdhar:"⥧",ldrushar:"⥋",ldsh:"↲",le:"≤",leq:"≤",leftleftarrows:"⇇",llarr:"⇇",leftthreetimes:"⋋",lthree:"⋋",lescc:"⪨",lesdot:"⩿",lesdoto:"⪁",lesdotor:"⪃",lesg:"⋚︀",lesges:"⪓",lessdot:"⋖",ltdot:"⋖",lfisht:"⥼",lfr:"𝔩",lgE:"⪑",lharul:"⥪",lhblk:"▄",ljcy:"љ",llhard:"⥫",lltri:"◺",lmidot:"ŀ",lmoust:"⎰",lmoustache:"⎰",lnE:"≨",lneqq:"≨",lnap:"⪉",lnapprox:"⪉",lne:"⪇",lneq:"⪇",lnsim:"⋦",loang:"⟬",loarr:"⇽",longmapsto:"⟼",xmap:"⟼",looparrowright:"↬",rarrlp:"↬",lopar:"⦅",lopf:"𝕝",loplus:"⨭",lotimes:"⨴",lowast:"∗",loz:"◊",lozenge:"◊",lpar:"(",lparlt:"⦓",lrhard:"⥭",lrm:"",lrtri:"⊿",lsaquo:"‹",lscr:"𝓁",lsime:"⪍",lsimg:"⪏",lsquor:"‚",sbquo:"‚",lstrok:"ł",ltcc:"⪦",ltcir:"⩹",ltimes:"⋉",ltlarr:"⥶",ltquest:"⩻",ltrPar:"⦖",ltri:"◃",triangleleft:"◃",lurdshar:"⥊",luruhar:"⥦",lvertneqq:"≨︀",lvnE:"≨︀",mDDot:"∺",macr:"¯",strns:"¯",male:"♂",malt:"✠",maltese:"✠",marker:"▮",mcomma:"⨩",mcy:"м",mdash:"—",mfr:"𝔪",mho:"℧",micro:"µ",midcir:"⫰",minus:"−",minusdu:"⨪",mlcp:"⫛",models:"⊧",mopf:"𝕞",mscr:"𝓂",mu:"μ",multimap:"⊸",mumap:"⊸",nGg:"⋙̸",nGt:"≫⃒",nLeftarrow:"⇍",nlArr:"⇍",nLeftrightarrow:"⇎",nhArr:"⇎",nLl:"⋘̸",nLt:"≪⃒",nRightarrow:"⇏",nrArr:"⇏",nVDash:"⊯",nVdash:"⊮",nacute:"ń",nang:"∠⃒",napE:"⩰̸",napid:"≋̸",napos:"ʼn",natur:"♮",natural:"♮",ncap:"⩃",ncaron:"ň",ncedil:"ņ",ncongdot:"⩭̸",ncup:"⩂",ncy:"н",ndash:"–",neArr:"⇗",nearhk:"⤤",nedot:"≐̸",nesear:"⤨",toea:"⤨",nfr:"𝔫",nharr:"↮",nleftrightarrow:"↮",nhpar:"⫲",nis:"⋼",nisd:"⋺",njcy:"њ",nlE:"≦̸",nleqq:"≦̸",nlarr:"↚",nleftarrow:"↚",nldr:"‥",nopf:"𝕟",not:"¬",notinE:"⋹̸",notindot:"⋵̸",notinvb:"⋷",notinvc:"⋶",notnivb:"⋾",notnivc:"⋽",nparsl:"⫽⃥",npart:"∂̸",npolint:"⨔",nrarr:"↛",nrightarrow:"↛",nrarrc:"⤳̸",nrarrw:"↝̸",nscr:"𝓃",nsub:"⊄",nsubE:"⫅̸",nsubseteqq:"⫅̸",nsup:"⊅",nsupE:"⫆̸",nsupseteqq:"⫆̸",ntilde:"ñ",nu:"ν",num:"#",numero:"№",numsp:" ",nvDash:"⊭",nvHarr:"⤄",nvap:"≍⃒",nvdash:"⊬",nvge:"≥⃒",nvgt:">⃒",nvinfin:"⧞",nvlArr:"⤂",nvle:"≤⃒",nvlt:"<⃒",nvltrie:"⊴⃒",nvrArr:"⤃",nvrtrie:"⊵⃒",nvsim:"∼⃒",nwArr:"⇖",nwarhk:"⤣",nwnear:"⤧",oacute:"ó",ocirc:"ô",ocy:"о",odblac:"ő",odiv:"⨸",odsold:"⦼",oelig:"œ",ofcir:"⦿",ofr:"𝔬",ogon:"˛",ograve:"ò",ogt:"⧁",ohbar:"⦵",olcir:"⦾",olcross:"⦻",olt:"⧀",omacr:"ō",omega:"ω",omicron:"ο",omid:"⦶",oopf:"𝕠",opar:"⦷",operp:"⦹",or:"∨",vee:"∨",ord:"⩝",order:"ℴ",orderof:"ℴ",oscr:"ℴ",ordf:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oslash:"ø",osol:"⊘",otilde:"õ",otimesas:"⨶",ouml:"ö",ovbar:"⌽",para:"¶",parsim:"⫳",parsl:"⫽",pcy:"п",percnt:"%",period:".",permil:"‰",pertenk:"‱",pfr:"𝔭",phi:"φ",phiv:"ϕ",straightphi:"ϕ",varphi:"ϕ",phone:"☎",pi:"π",piv:"ϖ",varpi:"ϖ",planckh:"ℎ",plus:"+",plusacir:"⨣",pluscir:"⨢",plusdu:"⨥",pluse:"⩲",plussim:"⨦",plustwo:"⨧",pointint:"⨕",popf:"𝕡",pound:"£",prE:"⪳",prap:"⪷",precapprox:"⪷",precnapprox:"⪹",prnap:"⪹",precneqq:"⪵",prnE:"⪵",precnsim:"⋨",prnsim:"⋨",prime:"′",profalar:"⌮",profline:"⌒",profsurf:"⌓",prurel:"⊰",pscr:"𝓅",psi:"ψ",puncsp:" ",qfr:"𝔮",qopf:"𝕢",qprime:"⁗",qscr:"𝓆",quatint:"⨖",quest:"?",rAtail:"⤜",rHar:"⥤",race:"∽̱",racute:"ŕ",raemptyv:"⦳",rangd:"⦒",range:"⦥",raquo:"»",rarrap:"⥵",rarrbfs:"⤠",rarrc:"⤳",rarrfs:"⤞",rarrpl:"⥅",rarrsim:"⥴",rarrtl:"↣",rightarrowtail:"↣",rarrw:"↝",rightsquigarrow:"↝",ratail:"⤚",ratio:"∶",rbbrk:"❳",rbrace:"}",rcub:"}",rbrack:"]",rsqb:"]",rbrke:"⦌",rbrksld:"⦎",rbrkslu:"⦐",rcaron:"ř",rcedil:"ŗ",rcy:"р",rdca:"⤷",rdldhar:"⥩",rdsh:"↳",rect:"▭",rfisht:"⥽",rfr:"𝔯",rharul:"⥬",rho:"ρ",rhov:"ϱ",varrho:"ϱ",rightrightarrows:"⇉",rrarr:"⇉",rightthreetimes:"⋌",rthree:"⋌",ring:"˚",rlm:"",rmoust:"⎱",rmoustache:"⎱",rnmid:"⫮",roang:"⟭",roarr:"⇾",ropar:"⦆",ropf:"𝕣",roplus:"⨮",rotimes:"⨵",rpar:")",rpargt:"⦔",rppolint:"⨒",rsaquo:"›",rscr:"𝓇",rtimes:"⋊",rtri:"▹",triangleright:"▹",rtriltri:"⧎",ruluhar:"⥨",rx:"℞",sacute:"ś",scE:"⪴",scap:"⪸",succapprox:"⪸",scaron:"š",scedil:"ş",scirc:"ŝ",scnE:"⪶",succneqq:"⪶",scnap:"⪺",succnapprox:"⪺",scnsim:"⋩",succnsim:"⋩",scpolint:"⨓",scy:"с",sdot:"⋅",sdote:"⩦",seArr:"⇘",sect:"§",semi:";",seswar:"⤩",tosa:"⤩",sext:"✶",sfr:"𝔰",sharp:"♯",shchcy:"щ",shcy:"ш",shy:"",sigma:"σ",sigmaf:"ς",sigmav:"ς",varsigma:"ς",simdot:"⩪",simg:"⪞",simgE:"⪠",siml:"⪝",simlE:"⪟",simne:"≆",simplus:"⨤",simrarr:"⥲",smashp:"⨳",smeparsl:"⧤",smile:"⌣",ssmile:"⌣",smt:"⪪",smte:"⪬",smtes:"⪬︀",softcy:"ь",sol:"/",solb:"⧄",solbar:"⌿",sopf:"𝕤",spades:"♠",spadesuit:"♠",sqcaps:"⊓︀",sqcups:"⊔︀",sscr:"𝓈",star:"☆",sub:"⊂",subset:"⊂",subE:"⫅",subseteqq:"⫅",subdot:"⪽",subedot:"⫃",submult:"⫁",subnE:"⫋",subsetneqq:"⫋",subne:"⊊",subsetneq:"⊊",subplus:"⪿",subrarr:"⥹",subsim:"⫇",subsub:"⫕",subsup:"⫓",sung:"♪",sup1:"¹",sup2:"²",sup3:"³",supE:"⫆",supseteqq:"⫆",supdot:"⪾",supdsub:"⫘",supedot:"⫄",suphsol:"⟉",suphsub:"⫗",suplarr:"⥻",supmult:"⫂",supnE:"⫌",supsetneqq:"⫌",supne:"⊋",supsetneq:"⊋",supplus:"⫀",supsim:"⫈",supsub:"⫔",supsup:"⫖",swArr:"⇙",swnwar:"⤪",szlig:"ß",target:"⌖",tau:"τ",tcaron:"ť",tcedil:"ţ",tcy:"т",telrec:"⌕",tfr:"𝔱",theta:"θ",thetasym:"ϑ",thetav:"ϑ",vartheta:"ϑ",thorn:"þ",times:"×",timesbar:"⨱",timesd:"⨰",topbot:"⌶",topcir:"⫱",topf:"𝕥",topfork:"⫚",tprime:"‴",triangle:"▵",utri:"▵",triangleq:"≜",trie:"≜",tridot:"◬",triminus:"⨺",triplus:"⨹",trisb:"⧍",tritime:"⨻",trpezium:"⏢",tscr:"𝓉",tscy:"ц",tshcy:"ћ",tstrok:"ŧ",uHar:"⥣",uacute:"ú",ubrcy:"ў",ubreve:"ŭ",ucirc:"û",ucy:"у",udblac:"ű",ufisht:"⥾",ufr:"𝔲",ugrave:"ù",uhblk:"▀",ulcorn:"⌜",ulcorner:"⌜",ulcrop:"⌏",ultri:"◸",umacr:"ū",uogon:"ų",uopf:"𝕦",upsi:"υ",upsilon:"υ",upuparrows:"⇈",uuarr:"⇈",urcorn:"⌝",urcorner:"⌝",urcrop:"⌎",uring:"ů",urtri:"◹",uscr:"𝓊",utdot:"⋰",utilde:"ũ",uuml:"ü",uwangle:"⦧",vBar:"⫨",vBarv:"⫩",vangrt:"⦜",varsubsetneq:"⊊︀",vsubne:"⊊︀",varsubsetneqq:"⫋︀",vsubnE:"⫋︀",varsupsetneq:"⊋︀",vsupne:"⊋︀",varsupsetneqq:"⫌︀",vsupnE:"⫌︀",vcy:"в",veebar:"⊻",veeeq:"≚",vellip:"⋮",vfr:"𝔳",vopf:"𝕧",vscr:"𝓋",vzigzag:"⦚",wcirc:"ŵ",wedbar:"⩟",wedgeq:"≙",weierp:"℘",wp:"℘",wfr:"𝔴",wopf:"𝕨",wscr:"𝓌",xfr:"𝔵",xi:"ξ",xnis:"⋻",xopf:"𝕩",xscr:"𝓍",yacute:"ý",yacy:"я",ycirc:"ŷ",ycy:"ы",yen:"¥",yfr:"𝔶",yicy:"ї",yopf:"𝕪",yscr:"𝓎",yucy:"ю",yuml:"ÿ",zacute:"ź",zcaron:"ž",zcy:"з",zdot:"ż",zeta:"ζ",zfr:"𝔷",zhcy:"ж",zigrarr:"⇝",zopf:"𝕫",zscr:"𝓏",zwj:"",zwnj:""},fb="",Ys.ngsp=fb,F_=[/@/,/^\s*$/,/[<>]/,/^[{}]$/,/&(#|[a-z])/i,/^\/\//],c(o8,"Ls"),pb=(Jc=class{static fromArray(e){return e?(o8("interpolation",e),new Jc(e[0],e[1])):lm}constructor(e,t){this.start=e,this.end=t}},c(Jc,"t"),Jc),lm=new pb("{{","}}"),e0=(sm=class extends Mh{constructor(e,t,r){super(r,e),this.tokenType=t}},c(sm,"ft"),sm),__=(um=class{constructor(e,t,r){this.tokens=e,this.errors=t,this.nonNormalizedIcuExpressions=r}},c(um,"$r"),um),c(a8,"Ws"),hb=/\r\n?/g,c(jo,"je"),c(yh,"Rs"),c(i8,"ho"),function(e){e.HEX="hexadecimal",e.DEC="decimal"}(t0||(t0={})),r0=(cm=class{constructor(e){this.error=e}},c(cm,"dt"),cm),I_=(dm=class{constructor(e,t,r){this._getTagContentType=t,this._currentTokenStart=null,this._currentTokenType=null,this._expansionCaseStack=[],this._inInterpolation=!1,this._fullNameStack=[],this.tokens=[],this.errors=[],this.nonNormalizedIcuExpressions=[],this._tokenizeIcu=r.tokenizeExpansionForms||!1,this._interpolationConfig=r.interpolationConfig||lm,this._leadingTriviaCodePoints=r.leadingTriviaChars&&r.leadingTriviaChars.map(o=>o.codePointAt(0)||0),this._canSelfClose=r.canSelfClose||!1,this._allowHtmComponentClosingTags=r.allowHtmComponentClosingTags||!1;let n=r.range||{endPos:e.content.length,startPos:0,startLine:0,startCol:0};this._cursor=r.escapedString?new mb(e,n):new fm(e,n),this._preserveLineEndings=r.preserveLineEndings||!1,this._i18nNormalizeLineEndingsInICUs=r.i18nNormalizeLineEndingsInICUs||!1,this._tokenizeBlocks=r.tokenizeBlocks??!0,this._tokenizeLet=r.tokenizeLet??!0;try{this._cursor.init()}catch(o){this.handleError(o)}}_processCarriageReturns(e){return this._preserveLineEndings?e:e.replace(hb,`
|
290
|
+
`)}tokenize(){for(;this._cursor.peek()!==0;){let e=this._cursor.clone();try{if(this._attemptCharCode(60))if(this._attemptCharCode(33))this._attemptStr("[CDATA[")?this._consumeCdata(e):this._attemptStr("--")?this._consumeComment(e):this._attemptStrCaseInsensitive("doctype")?this._consumeDocType(e):this._consumeBogusComment(e);else if(this._attemptCharCode(47))this._consumeTagClose(e);else{let t=this._cursor.clone();this._attemptCharCode(63)?(this._cursor=t,this._consumeBogusComment(e)):this._consumeTagOpen(e)}else this._tokenizeLet&&this._cursor.peek()===64&&!this._inInterpolation&&this._attemptStr("@let")?this._consumeLetDeclaration(e):this._tokenizeBlocks&&this._attemptCharCode(64)?this._consumeBlockStart(e):this._tokenizeBlocks&&!this._inInterpolation&&!this._isInExpansionCase()&&!this._isInExpansionForm()&&this._attemptCharCode(125)?this._consumeBlockEnd(e):this._tokenizeIcu&&this._tokenizeExpansionForm()||this._consumeWithInterpolation(5,8,()=>this._isTextEnd(),()=>this._isTagStart())}catch(t){this.handleError(t)}}this._beginToken(34),this._endToken([])}_getBlockName(){let e=!1,t=this._cursor.clone();return this._attemptCharCodeUntilFn(r=>Ws(r)?!e:bh(r)?(e=!0,!1):!0),this._cursor.getChars(t).trim()}_consumeBlockStart(e){this._beginToken(25,e);let t=this._endToken([this._getBlockName()]);if(this._cursor.peek()===40)if(this._cursor.advance(),this._consumeBlockParameters(),this._attemptCharCodeUntilFn(Ee),this._attemptCharCode(41))this._attemptCharCodeUntilFn(Ee);else{t.type=29;return}this._attemptCharCode(123)?(this._beginToken(26),this._endToken([])):t.type=29}_consumeBlockEnd(e){this._beginToken(27,e),this._endToken([])}_consumeBlockParameters(){for(this._attemptCharCodeUntilFn(xh);this._cursor.peek()!==41&&this._cursor.peek()!==0;){this._beginToken(28);let e=this._cursor.clone(),t=null,r=0;for(;this._cursor.peek()!==59&&this._cursor.peek()!==0||t!==null;){let n=this._cursor.peek();if(n===92)this._cursor.advance();else if(n===t)t=null;else if(t===null&&Xc(n))t=n;else if(n===40&&t===null)r++;else if(n===41&&t===null){if(r===0)break;r>0&&r--}this._cursor.advance()}this._endToken([this._cursor.getChars(e)]),this._attemptCharCodeUntilFn(xh)}}_consumeLetDeclaration(e){if(this._beginToken(30,e),Ws(this._cursor.peek()))this._attemptCharCodeUntilFn(Ee);else{let r=this._endToken([this._cursor.getChars(e)]);r.type=33;return}let t=this._endToken([this._getLetDeclarationName()]);if(this._attemptCharCodeUntilFn(Ee),!this._attemptCharCode(61)){t.type=33;return}this._attemptCharCodeUntilFn(r=>Ee(r)&&!Kc(r)),this._consumeLetDeclarationValue(),this._cursor.peek()===59?(this._beginToken(32),this._endToken([]),this._cursor.advance()):(t.type=33,t.sourceSpan=this._cursor.getSpan(e))}_getLetDeclarationName(){let e=this._cursor.clone(),t=!1;return this._attemptCharCodeUntilFn(r=>qs(r)||r==36||r===95||t&&Hd(r)?(t=!0,!1):!0),this._cursor.getChars(e).trim()}_consumeLetDeclarationValue(){let e=this._cursor.clone();for(this._beginToken(31,e);this._cursor.peek()!==0;){let t=this._cursor.peek();if(t===59)break;Xc(t)&&(this._cursor.advance(),this._attemptCharCodeUntilFn(r=>r===92?(this._cursor.advance(),!1):r===t)),this._cursor.advance()}this._endToken([this._cursor.getChars(e)])}_tokenizeExpansionForm(){if(this.isExpansionFormStart())return this._consumeExpansionFormStart(),!0;if(c8(this._cursor.peek())&&this._isInExpansionForm())return this._consumeExpansionCaseStart(),!0;if(this._cursor.peek()===125){if(this._isInExpansionCase())return this._consumeExpansionCaseEnd(),!0;if(this._isInExpansionForm())return this._consumeExpansionFormEnd(),!0}return!1}_beginToken(e,t=this._cursor.clone()){this._currentTokenStart=t,this._currentTokenType=e}_endToken(e,t){if(this._currentTokenStart===null)throw new e0("Programming error - attempted to end a token when there was no start to the token",this._currentTokenType,this._cursor.getSpan(t));if(this._currentTokenType===null)throw new e0("Programming error - attempted to end a token which has no token type",null,this._cursor.getSpan(this._currentTokenStart));let r={type:this._currentTokenType,parts:e,sourceSpan:(t??this._cursor).getSpan(this._currentTokenStart,this._leadingTriviaCodePoints)};return this.tokens.push(r),this._currentTokenStart=null,this._currentTokenType=null,r}_createError(e,t){this._isInExpansionForm()&&(e+=` (Do you have an unescaped "{" in your template? Use "{{ '{' }}") to escape it.)`);let r=new e0(e,this._currentTokenType,t);return this._currentTokenStart=null,this._currentTokenType=null,new r0(r)}handleError(e){if(e instanceof n0&&(e=this._createError(e.msg,this._cursor.getSpan(e.cursor))),e instanceof r0)this.errors.push(e.error);else throw e}_attemptCharCode(e){return this._cursor.peek()===e?(this._cursor.advance(),!0):!1}_attemptCharCodeCaseInsensitive(e){return d8(this._cursor.peek(),e)?(this._cursor.advance(),!0):!1}_requireCharCode(e){let t=this._cursor.clone();if(!this._attemptCharCode(e))throw this._createError(jo(this._cursor.peek()),this._cursor.getSpan(t))}_attemptStr(e){let t=e.length;if(this._cursor.charsLeft()<t)return!1;let r=this._cursor.clone();for(let n=0;n<t;n++)if(!this._attemptCharCode(e.charCodeAt(n)))return this._cursor=r,!1;return!0}_attemptStrCaseInsensitive(e){for(let t=0;t<e.length;t++)if(!this._attemptCharCodeCaseInsensitive(e.charCodeAt(t)))return!1;return!0}_requireStr(e){let t=this._cursor.clone();if(!this._attemptStr(e))throw this._createError(jo(this._cursor.peek()),this._cursor.getSpan(t))}_requireStrCaseInsensitive(e){let t=this._cursor.clone();if(!this._attemptStrCaseInsensitive(e))throw this._createError(jo(this._cursor.peek()),this._cursor.getSpan(t))}_attemptCharCodeUntilFn(e){for(;!e(this._cursor.peek());)this._cursor.advance()}_requireCharCodeUntilFn(e,t){let r=this._cursor.clone();if(this._attemptCharCodeUntilFn(e),this._cursor.diff(r)<t)throw this._createError(jo(this._cursor.peek()),this._cursor.getSpan(r))}_attemptUntilChar(e){for(;this._cursor.peek()!==e;)this._cursor.advance()}_readChar(){let e=String.fromCodePoint(this._cursor.peek());return this._cursor.advance(),e}_consumeEntity(e){this._beginToken(9);let t=this._cursor.clone();if(this._cursor.advance(),this._attemptCharCode(35)){let r=this._attemptCharCode(120)||this._attemptCharCode(88),n=this._cursor.clone();if(this._attemptCharCodeUntilFn(s8),this._cursor.peek()!=59){this._cursor.advance();let a=r?t0.HEX:t0.DEC;throw this._createError(i8(a,this._cursor.getChars(t)),this._cursor.getSpan())}let o=this._cursor.getChars(n);this._cursor.advance();try{let a=parseInt(o,r?16:10);this._endToken([String.fromCharCode(a),this._cursor.getChars(t)])}catch{throw this._createError(yh(this._cursor.getChars(t)),this._cursor.getSpan())}}else{let r=this._cursor.clone();if(this._attemptCharCodeUntilFn(u8),this._cursor.peek()!=59)this._beginToken(e,t),this._cursor=r,this._endToken(["&"]);else{let n=this._cursor.getChars(r);this._cursor.advance();let o=Ys[n];if(!o)throw this._createError(yh(n),this._cursor.getSpan(t));this._endToken([o,`&${n};`])}}}_consumeRawText(e,t){this._beginToken(e?6:7);let r=[];for(;;){let n=this._cursor.clone(),o=t();if(this._cursor=n,o)break;e&&this._cursor.peek()===38?(this._endToken([this._processCarriageReturns(r.join(""))]),r.length=0,this._consumeEntity(6),this._beginToken(6)):r.push(this._readChar())}this._endToken([this._processCarriageReturns(r.join(""))])}_consumeComment(e){this._beginToken(10,e),this._endToken([]),this._consumeRawText(!1,()=>this._attemptStr("-->")),this._beginToken(11),this._requireStr("-->"),this._endToken([])}_consumeBogusComment(e){this._beginToken(10,e),this._endToken([]),this._consumeRawText(!1,()=>this._cursor.peek()===62),this._beginToken(11),this._cursor.advance(),this._endToken([])}_consumeCdata(e){this._beginToken(12,e),this._endToken([]),this._consumeRawText(!1,()=>this._attemptStr("]]>")),this._beginToken(13),this._requireStr("]]>"),this._endToken([])}_consumeDocType(e){this._beginToken(18,e),this._endToken([]),this._consumeRawText(!1,()=>this._cursor.peek()===62),this._beginToken(19),this._cursor.advance(),this._endToken([])}_consumePrefixAndName(){let e=this._cursor.clone(),t="";for(;this._cursor.peek()!==58&&!l8(this._cursor.peek());)this._cursor.advance();let r;this._cursor.peek()===58?(t=this._cursor.getChars(e),this._cursor.advance(),r=this._cursor.clone()):r=e,this._requireCharCodeUntilFn(wh,t===""?0:1);let n=this._cursor.getChars(r);return[t,n]}_consumeTagOpen(e){let t,r,n,o=[];try{if(!qs(this._cursor.peek()))throw this._createError(jo(this._cursor.peek()),this._cursor.getSpan(e));for(n=this._consumeTagOpenStart(e),r=n.parts[0],t=n.parts[1],this._attemptCharCodeUntilFn(Ee);this._cursor.peek()!==47&&this._cursor.peek()!==62&&this._cursor.peek()!==60&&this._cursor.peek()!==0;){let[i,l]=this._consumeAttributeName();if(this._attemptCharCodeUntilFn(Ee),this._attemptCharCode(61)){this._attemptCharCodeUntilFn(Ee);let u=this._consumeAttributeValue();o.push({prefix:i,name:l,value:u})}else o.push({prefix:i,name:l});this._attemptCharCodeUntilFn(Ee)}this._consumeTagOpenEnd()}catch(i){if(i instanceof r0){n?n.type=4:(this._beginToken(5,e),this._endToken(["<"]));return}throw i}if(this._canSelfClose&&this.tokens[this.tokens.length-1].type===2)return;let a=this._getTagContentType(t,r,this._fullNameStack.length>0,o);this._handleFullNameStackForTagOpen(r,t),a===wr.RAW_TEXT?this._consumeRawTextWithTagClose(r,t,!1):a===wr.ESCAPABLE_RAW_TEXT&&this._consumeRawTextWithTagClose(r,t,!0)}_consumeRawTextWithTagClose(e,t,r){this._consumeRawText(r,()=>!this._attemptCharCode(60)||!this._attemptCharCode(47)||(this._attemptCharCodeUntilFn(Ee),!this._attemptStrCaseInsensitive(e?`${e}:${t}`:t))?!1:(this._attemptCharCodeUntilFn(Ee),this._attemptCharCode(62))),this._beginToken(3),this._requireCharCodeUntilFn(n=>n===62,3),this._cursor.advance(),this._endToken([e,t]),this._handleFullNameStackForTagClose(e,t)}_consumeTagOpenStart(e){this._beginToken(0,e);let t=this._consumePrefixAndName();return this._endToken(t)}_consumeAttributeName(){let e=this._cursor.peek();if(e===39||e===34)throw this._createError(jo(e),this._cursor.getSpan());this._beginToken(14);let t=this._consumePrefixAndName();return this._endToken(t),t}_consumeAttributeValue(){let e;if(this._cursor.peek()===39||this._cursor.peek()===34){let t=this._cursor.peek();this._consumeQuote(t);let r=c(()=>this._cursor.peek()===t,"n");e=this._consumeWithInterpolation(16,17,r,r),this._consumeQuote(t)}else{let t=c(()=>wh(this._cursor.peek()),"r");e=this._consumeWithInterpolation(16,17,t,t)}return e}_consumeQuote(e){this._beginToken(15),this._requireCharCode(e),this._endToken([String.fromCodePoint(e)])}_consumeTagOpenEnd(){let e=this._attemptCharCode(47)?2:1;this._beginToken(e),this._requireCharCode(62),this._endToken([])}_consumeTagClose(e){if(this._beginToken(3,e),this._attemptCharCodeUntilFn(Ee),this._allowHtmComponentClosingTags&&this._attemptCharCode(47))this._attemptCharCodeUntilFn(Ee),this._requireCharCode(62),this._endToken([]);else{let[t,r]=this._consumePrefixAndName();this._attemptCharCodeUntilFn(Ee),this._requireCharCode(62),this._endToken([t,r]),this._handleFullNameStackForTagClose(t,r)}}_consumeExpansionFormStart(){this._beginToken(20),this._requireCharCode(123),this._endToken([]),this._expansionCaseStack.push(20),this._beginToken(7);let e=this._readUntil(44),t=this._processCarriageReturns(e);if(this._i18nNormalizeLineEndingsInICUs)this._endToken([t]);else{let n=this._endToken([e]);t!==e&&this.nonNormalizedIcuExpressions.push(n)}this._requireCharCode(44),this._attemptCharCodeUntilFn(Ee),this._beginToken(7);let r=this._readUntil(44);this._endToken([r]),this._requireCharCode(44),this._attemptCharCodeUntilFn(Ee)}_consumeExpansionCaseStart(){this._beginToken(21);let e=this._readUntil(123).trim();this._endToken([e]),this._attemptCharCodeUntilFn(Ee),this._beginToken(22),this._requireCharCode(123),this._endToken([]),this._attemptCharCodeUntilFn(Ee),this._expansionCaseStack.push(22)}_consumeExpansionCaseEnd(){this._beginToken(23),this._requireCharCode(125),this._endToken([]),this._attemptCharCodeUntilFn(Ee),this._expansionCaseStack.pop()}_consumeExpansionFormEnd(){this._beginToken(24),this._requireCharCode(125),this._endToken([]),this._expansionCaseStack.pop()}_consumeWithInterpolation(e,t,r,n){this._beginToken(e);let o=[];for(;!r();){let i=this._cursor.clone();this._interpolationConfig&&this._attemptStr(this._interpolationConfig.start)?(this._endToken([this._processCarriageReturns(o.join(""))],i),o.length=0,this._consumeInterpolation(t,i,n),this._beginToken(e)):this._cursor.peek()===38?(this._endToken([this._processCarriageReturns(o.join(""))]),o.length=0,this._consumeEntity(e),this._beginToken(e)):o.push(this._readChar())}this._inInterpolation=!1;let a=this._processCarriageReturns(o.join(""));return this._endToken([a]),a}_consumeInterpolation(e,t,r){let n=[];this._beginToken(e,t),n.push(this._interpolationConfig.start);let o=this._cursor.clone(),a=null,i=!1;for(;this._cursor.peek()!==0&&(r===null||!r());){let l=this._cursor.clone();if(this._isTagStart()){this._cursor=l,n.push(this._getProcessedChars(o,l)),this._endToken(n);return}if(a===null)if(this._attemptStr(this._interpolationConfig.end)){n.push(this._getProcessedChars(o,l)),n.push(this._interpolationConfig.end),this._endToken(n);return}else this._attemptStr("//")&&(i=!0);let u=this._cursor.peek();this._cursor.advance(),u===92?this._cursor.advance():u===a?a=null:!i&&a===null&&Xc(u)&&(a=u)}n.push(this._getProcessedChars(o,this._cursor)),this._endToken(n)}_getProcessedChars(e,t){return this._processCarriageReturns(t.getChars(e))}_isTextEnd(){return!!(this._isTagStart()||this._cursor.peek()===0||this._tokenizeIcu&&!this._inInterpolation&&(this.isExpansionFormStart()||this._cursor.peek()===125&&this._isInExpansionCase())||this._tokenizeBlocks&&!this._inInterpolation&&!this._isInExpansion()&&(this._isBlockStart()||this._cursor.peek()===64||this._cursor.peek()===125))}_isTagStart(){if(this._cursor.peek()===60){let e=this._cursor.clone();e.advance();let t=e.peek();if(97<=t&&t<=122||65<=t&&t<=90||t===47||t===33)return!0}return!1}_isBlockStart(){if(this._tokenizeBlocks&&this._cursor.peek()===64){let e=this._cursor.clone();if(e.advance(),bh(e.peek()))return!0}return!1}_readUntil(e){let t=this._cursor.clone();return this._attemptUntilChar(e),this._cursor.getChars(t)}_isInExpansion(){return this._isInExpansionCase()||this._isInExpansionForm()}_isInExpansionCase(){return this._expansionCaseStack.length>0&&this._expansionCaseStack[this._expansionCaseStack.length-1]===22}_isInExpansionForm(){return this._expansionCaseStack.length>0&&this._expansionCaseStack[this._expansionCaseStack.length-1]===20}isExpansionFormStart(){if(this._cursor.peek()!==123)return!1;if(this._interpolationConfig){let e=this._cursor.clone(),t=this._attemptStr(this._interpolationConfig.start);return this._cursor=e,!t}return!0}_handleFullNameStackForTagOpen(e,t){let r=Xl(e,t);(this._fullNameStack.length===0||this._fullNameStack[this._fullNameStack.length-1]===r)&&this._fullNameStack.push(r)}_handleFullNameStackForTagClose(e,t){let r=Xl(e,t);this._fullNameStack.length!==0&&this._fullNameStack[this._fullNameStack.length-1]===r&&this._fullNameStack.pop()}},c(dm,"Or"),dm),c(Ee,"b"),c(wh,"$s"),c(l8,"mo"),c(s8,"fo"),c(u8,"go"),c(c8,"Co"),c(d8,"So"),c(T2,"Os"),c(bh,"Ms"),c(xh,"qs"),c(NF,"_o"),fm=(Jl=class{constructor(e,t){if(e instanceof Jl){this.file=e.file,this.input=e.input,this.end=e.end;let r=e.state;this.state={peek:r.peek,offset:r.offset,line:r.line,column:r.column}}else{if(!t)throw new Error("Programming error: the range argument must be provided with a file argument.");this.file=e,this.input=e.content,this.end=t.endPos,this.state={peek:-1,offset:t.startPos,line:t.startLine,column:t.startCol}}}clone(){return new Jl(this)}peek(){return this.state.peek}charsLeft(){return this.end-this.state.offset}diff(e){return this.state.offset-e.state.offset}advance(){this.advanceState(this.state)}init(){this.updatePeek(this.state)}getSpan(e,t){e=e||this;let r=e;if(t)for(;this.diff(e)>0&&t.indexOf(e.peek())!==-1;)r===e&&(e=e.clone()),e.advance();let n=this.locationFromCursor(e),o=this.locationFromCursor(this),a=r!==e?this.locationFromCursor(r):n;return new J(n,o,a)}getChars(e){return this.input.substring(e.state.offset,this.state.offset)}charAt(e){return this.input.charCodeAt(e)}advanceState(e){if(e.offset>=this.end)throw this.state=e,new n0('Unexpected character "EOF"',this);let t=this.charAt(e.offset);t===10?(e.line++,e.column=0):Kc(t)||e.column++,e.offset++,this.updatePeek(e)}updatePeek(e){e.peek=e.offset>=this.end?0:this.charAt(e.offset)}locationFromCursor(e){return new Kd(e.file,e.state.offset,e.state.line,e.state.column)}},c(Jl,"t"),Jl),mb=(es=class extends fm{constructor(e,t){e instanceof es?(super(e),this.internalState={...e.internalState}):(super(e,t),this.internalState=this.state)}advance(){this.state=this.internalState,super.advance(),this.processEscapeSequence()}init(){super.init(),this.processEscapeSequence()}clone(){return new es(this)}getChars(e){let t=e.clone(),r="";for(;t.internalState.offset<this.internalState.offset;)r+=String.fromCodePoint(t.peek()),t.advance();return r}processEscapeSequence(){let e=c(()=>this.internalState.peek,"e");if(e()===92)if(this.internalState={...this.state},this.advanceState(this.internalState),e()===110)this.state.peek=10;else if(e()===114)this.state.peek=13;else if(e()===118)this.state.peek=11;else if(e()===116)this.state.peek=9;else if(e()===98)this.state.peek=8;else if(e()===102)this.state.peek=12;else if(e()===117)if(this.advanceState(this.internalState),e()===123){this.advanceState(this.internalState);let t=this.clone(),r=0;for(;e()!==125;)this.advanceState(this.internalState),r++;this.state.peek=this.decodeHexDigits(t,r)}else{let t=this.clone();this.advanceState(this.internalState),this.advanceState(this.internalState),this.advanceState(this.internalState),this.state.peek=this.decodeHexDigits(t,4)}else if(e()===120){this.advanceState(this.internalState);let t=this.clone();this.advanceState(this.internalState),this.state.peek=this.decodeHexDigits(t,2)}else if(hh(e())){let t="",r=0,n=this.clone();for(;hh(e())&&r<3;)n=this.clone(),t+=String.fromCodePoint(e()),this.advanceState(this.internalState),r++;this.state.peek=parseInt(t,8),this.internalState=n.internalState}else Kc(this.internalState.peek)?(this.advanceState(this.internalState),this.state=this.internalState):this.state.peek=this.internalState.peek}decodeHexDigits(e,t){let r=this.input.slice(e.internalState.offset,e.internalState.offset+t),n=parseInt(r,16);if(isNaN(n))throw e.state=e.internalState,new n0("Invalid hexadecimal escape sequence",e);return n}},c(es,"t"),es),n0=(pm=class{constructor(e,t){this.msg=e,this.cursor=t}},c(pm,"gt"),pm),Je=(o0=class extends Mh{static create(e,t,r){return new o0(e,t,r)}constructor(e,t,r){super(t,r),this.elementName=e}},c(o0,"t"),o0),gb=(hm=class{constructor(e,t){this.rootNodes=e,this.errors=t}},c(hm,"Vr"),hm),vb=(mm=class{constructor(e){this.getTagDefinition=e}parse(e,t,r,n=!1,o){let a=c(m=>(g,...v)=>m(g.toLowerCase(),...v),"a"),i=n?this.getTagDefinition:a(this.getTagDefinition),l=c(m=>i(m).getContentType(),"u"),u=n?o:a(o),d=a8(e,t,o?(m,g,v,D)=>{let b=u(m,g,v,D);return b!==void 0?b:l(m)}:l,r),p=r&&r.canSelfClose||!1,h=r&&r.allowHtmComponentClosingTags||!1,f=new yb(d.tokens,i,p,h,n);return f.build(),new gb(f.rootNodes,d.errors.concat(f.errors))}},c(mm,"nr"),mm),yb=(a0=class{constructor(e,t,r,n,o){this.tokens=e,this.getTagDefinition=t,this.canSelfClose=r,this.allowHtmComponentClosingTags=n,this.isTagNameCaseSensitive=o,this._index=-1,this._containerStack=[],this.rootNodes=[],this.errors=[],this._advance()}build(){for(;this._peek.type!==34;)this._peek.type===0||this._peek.type===4?this._consumeStartTag(this._advance()):this._peek.type===3?(this._closeVoidElement(),this._consumeEndTag(this._advance())):this._peek.type===12?(this._closeVoidElement(),this._consumeCdata(this._advance())):this._peek.type===10?(this._closeVoidElement(),this._consumeComment(this._advance())):this._peek.type===5||this._peek.type===7||this._peek.type===6?(this._closeVoidElement(),this._consumeText(this._advance())):this._peek.type===20?this._consumeExpansion(this._advance()):this._peek.type===25?(this._closeVoidElement(),this._consumeBlockOpen(this._advance())):this._peek.type===27?(this._closeVoidElement(),this._consumeBlockClose(this._advance())):this._peek.type===29?(this._closeVoidElement(),this._consumeIncompleteBlock(this._advance())):this._peek.type===30?(this._closeVoidElement(),this._consumeLet(this._advance())):this._peek.type===18?this._consumeDocType(this._advance()):this._peek.type===33?(this._closeVoidElement(),this._consumeIncompleteLet(this._advance())):this._advance();for(let e of this._containerStack)e instanceof Vo&&this.errors.push(Je.create(e.name,e.sourceSpan,`Unclosed block "${e.name}"`))}_advance(){let e=this._peek;return this._index<this.tokens.length-1&&this._index++,this._peek=this.tokens[this._index],e}_advanceIf(e){return this._peek.type===e?this._advance():null}_consumeCdata(e){let t=this._advance(),r=this._getText(t),n=this._advanceIf(13);this._addToParent(new ib(r,new J(e.sourceSpan.start,(n||t).sourceSpan.end),[t]))}_consumeComment(e){let t=this._advanceIf(7),r=this._advanceIf(11),n=t!=null?t.parts[0].trim():null,o=r==null?e.sourceSpan:new J(e.sourceSpan.start,r.sourceSpan.end,e.sourceSpan.fullStart);this._addToParent(new cb(n,o))}_consumeDocType(e){let t=this._advanceIf(7),r=this._advanceIf(19),n=t!=null?t.parts[0].trim():null,o=new J(e.sourceSpan.start,(r||t||e).sourceSpan.end);this._addToParent(new db(n,o))}_consumeExpansion(e){let t=this._advance(),r=this._advance(),n=[];for(;this._peek.type===21;){let a=this._parseExpansionCase();if(!a)return;n.push(a)}if(this._peek.type!==24){this.errors.push(Je.create(null,this._peek.sourceSpan,"Invalid ICU message. Missing '}'."));return}let o=new J(e.sourceSpan.start,this._peek.sourceSpan.end,e.sourceSpan.fullStart);this._addToParent(new lb(t.parts[0],r.parts[0],n,o,t.sourceSpan)),this._advance()}_parseExpansionCase(){let e=this._advance();if(this._peek.type!==22)return this.errors.push(Je.create(null,this._peek.sourceSpan,"Invalid ICU message. Missing '{'.")),null;let t=this._advance(),r=this._collectExpansionExpTokens(t);if(!r)return null;let n=this._advance();r.push({type:34,parts:[],sourceSpan:n.sourceSpan});let o=new a0(r,this.getTagDefinition,this.canSelfClose,this.allowHtmComponentClosingTags,this.isTagNameCaseSensitive);if(o.build(),o.errors.length>0)return this.errors=this.errors.concat(o.errors),null;let a=new J(e.sourceSpan.start,n.sourceSpan.end,e.sourceSpan.fullStart),i=new J(t.sourceSpan.start,n.sourceSpan.end,t.sourceSpan.fullStart);return new sb(e.parts[0],o.rootNodes,a,e.sourceSpan,i)}_collectExpansionExpTokens(e){let t=[],r=[22];for(;;){if((this._peek.type===20||this._peek.type===22)&&r.push(this._peek.type),this._peek.type===23)if(Dh(r,22)){if(r.pop(),r.length===0)return t}else return this.errors.push(Je.create(null,e.sourceSpan,"Invalid ICU message. Missing '}'.")),null;if(this._peek.type===24)if(Dh(r,20))r.pop();else return this.errors.push(Je.create(null,e.sourceSpan,"Invalid ICU message. Missing '}'.")),null;if(this._peek.type===34)return this.errors.push(Je.create(null,e.sourceSpan,"Invalid ICU message. Missing '}'.")),null;t.push(this._advance())}}_getText(e){let t=e.parts[0];if(t.length>0&&t[0]==`
|
291
|
+
`){let r=this._getClosestParentElement();r!=null&&r.children.length==0&&this.getTagDefinition(r.name).ignoreFirstLf&&(t=t.substring(1))}return t}_consumeText(e){let t=[e],r=e.sourceSpan,n=e.parts[0];if(n.length>0&&n[0]===`
|
292
|
+
`){let o=this._getContainer();o!=null&&o.children.length===0&&this.getTagDefinition(o.name).ignoreFirstLf&&(n=n.substring(1),t[0]={type:e.type,sourceSpan:e.sourceSpan,parts:[n]})}for(;this._peek.type===8||this._peek.type===5||this._peek.type===9;)e=this._advance(),t.push(e),e.type===8?n+=e.parts.join("").replace(/&([^;]+);/g,Eh):e.type===9?n+=e.parts[0]:n+=e.parts.join("");if(n.length>0){let o=e.sourceSpan;this._addToParent(new ab(n,new J(r.start,o.end,r.fullStart,r.details),t))}}_closeVoidElement(){let e=this._getContainer();e instanceof xn&&this.getTagDefinition(e.name).isVoid&&this._containerStack.pop()}_consumeStartTag(e){let[t,r]=e.parts,n=[];for(;this._peek.type===14;)n.push(this._consumeAttr(this._advance()));let o=this._getElementFullName(t,r,this._getClosestParentElement()),a=!1;if(this._peek.type===2){this._advance(),a=!0;let f=this.getTagDefinition(o);this.canSelfClose||f.canSelfClose||ys(o)!==null||f.isVoid||this.errors.push(Je.create(o,e.sourceSpan,`Only void, custom and foreign elements can be self closed "${e.parts[1]}"`))}else this._peek.type===1&&(this._advance(),a=!1);let i=this._peek.sourceSpan.fullStart,l=new J(e.sourceSpan.start,i,e.sourceSpan.fullStart),u=new J(e.sourceSpan.start,i,e.sourceSpan.fullStart),d=new J(e.sourceSpan.start.moveBy(1),e.sourceSpan.end),p=new xn(o,n,[],l,u,void 0,d),h=this._getContainer();this._pushContainer(p,h instanceof xn&&this.getTagDefinition(h.name).isClosedByChild(p.name)),a?this._popContainer(o,xn,l):e.type===4&&(this._popContainer(o,xn,null),this.errors.push(Je.create(o,l,`Opening tag "${o}" not terminated.`)))}_pushContainer(e,t){t&&this._containerStack.pop(),this._addToParent(e),this._containerStack.push(e)}_consumeEndTag(e){let t=this.allowHtmComponentClosingTags&&e.parts.length===0?null:this._getElementFullName(e.parts[0],e.parts[1],this._getClosestParentElement());if(t&&this.getTagDefinition(t).isVoid)this.errors.push(Je.create(t,e.sourceSpan,`Void elements do not have end tags "${e.parts[1]}"`));else if(!this._popContainer(t,xn,e.sourceSpan)){let r=`Unexpected closing tag "${t}". It may happen when the tag has already been closed by another tag. For more info see https://www.w3.org/TR/html5/syntax.html#closing-elements-that-have-implied-end-tags`;this.errors.push(Je.create(t,e.sourceSpan,r))}}_popContainer(e,t,r){let n=!1;for(let o=this._containerStack.length-1;o>=0;o--){let a=this._containerStack[o];if(ys(a.name)?a.name===e:(e==null||a.name.toLowerCase()===e.toLowerCase())&&a instanceof t)return a.endSourceSpan=r,a.sourceSpan.end=r!==null?r.end:a.sourceSpan.end,this._containerStack.splice(o,this._containerStack.length-o),!n;(a instanceof Vo||a instanceof xn&&!this.getTagDefinition(a.name).closedByParent)&&(n=!0)}return!1}_consumeAttr(e){let t=Xl(e.parts[0],e.parts[1]),r=e.sourceSpan.end,n;this._peek.type===15&&(n=this._advance());let o="",a=[],i,l;if(this._peek.type===16)for(i=this._peek.sourceSpan,l=this._peek.sourceSpan.end;this._peek.type===16||this._peek.type===17||this._peek.type===9;){let d=this._advance();a.push(d),d.type===17?o+=d.parts.join("").replace(/&([^;]+);/g,Eh):d.type===9?o+=d.parts[0]:o+=d.parts.join(""),l=r=d.sourceSpan.end}this._peek.type===15&&(l=r=this._advance().sourceSpan.end);let u=i&&l&&new J((n==null?void 0:n.sourceSpan.start)??i.start,l,(n==null?void 0:n.sourceSpan.fullStart)??i.fullStart);return new ub(t,o,new J(e.sourceSpan.start,r,e.sourceSpan.fullStart),e.sourceSpan,u,a.length>0?a:void 0,void 0)}_consumeBlockOpen(e){let t=[];for(;this._peek.type===28;){let i=this._advance();t.push(new nm(i.parts[0],i.sourceSpan))}this._peek.type===26&&this._advance();let r=this._peek.sourceSpan.fullStart,n=new J(e.sourceSpan.start,r,e.sourceSpan.fullStart),o=new J(e.sourceSpan.start,r,e.sourceSpan.fullStart),a=new Vo(e.parts[0],t,[],n,e.sourceSpan,o);this._pushContainer(a,!1)}_consumeBlockClose(e){this._popContainer(null,Vo,e.sourceSpan)||this.errors.push(Je.create(null,e.sourceSpan,'Unexpected closing block. The block may have been closed earlier. If you meant to write the } character, you should use the "}" HTML entity instead.'))}_consumeIncompleteBlock(e){let t=[];for(;this._peek.type===28;){let i=this._advance();t.push(new nm(i.parts[0],i.sourceSpan))}let r=this._peek.sourceSpan.fullStart,n=new J(e.sourceSpan.start,r,e.sourceSpan.fullStart),o=new J(e.sourceSpan.start,r,e.sourceSpan.fullStart),a=new Vo(e.parts[0],t,[],n,e.sourceSpan,o);this._pushContainer(a,!1),this._popContainer(null,Vo,null),this.errors.push(Je.create(e.parts[0],n,`Incomplete block "${e.parts[0]}". If you meant to write the @ character, you should use the "@" HTML entity instead.`))}_consumeLet(e){let t=e.parts[0],r,n;if(this._peek.type!==31){this.errors.push(Je.create(e.parts[0],e.sourceSpan,`Invalid @let declaration "${t}". Declaration must have a value.`));return}else r=this._advance();if(this._peek.type!==32){this.errors.push(Je.create(e.parts[0],e.sourceSpan,`Unterminated @let declaration "${t}". Declaration must be terminated with a semicolon.`));return}else n=this._advance();let o=n.sourceSpan.fullStart,a=new J(e.sourceSpan.start,o,e.sourceSpan.fullStart),i=e.sourceSpan.toString().lastIndexOf(t),l=e.sourceSpan.start.moveBy(i),u=new J(l,e.sourceSpan.end),d=new am(t,r.parts[0],a,u,r.sourceSpan);this._addToParent(d)}_consumeIncompleteLet(e){let t=e.parts[0]??"",r=t?` "${t}"`:"";if(t.length>0){let n=e.sourceSpan.toString().lastIndexOf(t),o=e.sourceSpan.start.moveBy(n),a=new J(o,e.sourceSpan.end),i=new J(e.sourceSpan.start,e.sourceSpan.start.moveBy(0)),l=new am(t,"",e.sourceSpan,a,i);this._addToParent(l)}this.errors.push(Je.create(e.parts[0],e.sourceSpan,`Incomplete @let declaration${r}. @let declarations must be written as \`@let <name> = <value>;\``))}_getContainer(){return this._containerStack.length>0?this._containerStack[this._containerStack.length-1]:null}_getClosestParentElement(){for(let e=this._containerStack.length-1;e>-1;e--)if(this._containerStack[e]instanceof xn)return this._containerStack[e];return null}_addToParent(e){let t=this._getContainer();t===null?this.rootNodes.push(e):t.children.push(e)}_getElementFullName(e,t,r){if(e===""&&(e=this.getTagDefinition(t).implicitNamespacePrefix||"",e===""&&r!=null)){let n=Cu(r.name)[1];this.getTagDefinition(n).preventNamespaceInheritance||(e=ys(r.name))}return Xl(e,t)}},c(a0,"t"),a0),c(Dh,"zs"),c(Eh,"Gs"),wb=(gm=class extends vb{constructor(){super(Vd)}parse(e,t,r,n=!1,o){return super.parse(e,t,r,n,o)}},c(gm,"sr"),gm),i0=null,R_=c(()=>(i0||(i0=new wb),i0),"Eo"),c(B2,"zr"),c(f8,"Ao"),z_=f8,oi=3,c(jF,"Do"),c(p8,"vo"),T_=p8,ts={attrs:!0,children:!0,cases:!0,expression:!0},vm=new Set(["parent"]),B_=(Uo=class{constructor(e={}){for(let t of new Set([...vm,...Object.keys(e)]))this.setProperty(t,e[t])}setProperty(e,t){if(this[e]!==t){if(e in ts&&(t=t.map(r=>this.createChild(r))),!vm.has(e)){this[e]=t;return}Object.defineProperty(this,e,{value:t,enumerable:!1,configurable:!0})}}map(e){let t;for(let r in ts){let n=this[r];if(n){let o=h8(n,a=>a.map(e));t!==n&&(t||(t=new Uo({parent:this.parent})),t.setProperty(r,o))}}if(t)for(let r in this)r in ts||(t[r]=this[r]);return e(t||this)}walk(e){for(let t in ts){let r=this[t];if(r)for(let n=0;n<r.length;n++)r[n].walk(e)}e(this)}createChild(e){let t=e instanceof Uo?e.clone():new Uo(e);return t.setProperty("parent",this),t}insertChildBefore(e,t){this.children.splice(this.children.indexOf(e),0,this.createChild(t))}removeChild(e){this.children.splice(this.children.indexOf(e),1)}replaceChild(e,t){this.children[this.children.indexOf(e)]=this.createChild(t)}clone(){return new Uo(this)}get firstChild(){var e;return(e=this.children)==null?void 0:e[0]}get lastChild(){var e;return(e=this.children)==null?void 0:e[this.children.length-1]}get prev(){var e,t;return(t=(e=this.parent)==null?void 0:e.children)==null?void 0:t[this.parent.children.indexOf(this)-1]}get next(){var e,t;return(t=(e=this.parent)==null?void 0:e.children)==null?void 0:t[this.parent.children.indexOf(this)+1]}get rawName(){return this.hasExplicitNamespace?this.fullName:this.name}get fullName(){return this.namespace?this.namespace+":"+this.name:this.name}get attrMap(){return Object.fromEntries(this.attrs.map(e=>[e.fullName,e.value]))}},c(Uo,"t"),Uo),c(h8,"yo"),L_=[{regex:/^(\[if([^\]]*)\]>)(.*?)<!\s*\[endif\]$/su,parse:m8},{regex:/^\[if([^\]]*)\]><!$/u,parse:g8},{regex:/^<!\s*\[endif\]$/u,parse:v8}],c(HF,"Qs"),c(m8,"bo"),c(g8,"To"),c(v8,"xo"),O0=new Map([["*",new Set(["accesskey","autocapitalize","autofocus","class","contenteditable","dir","draggable","enterkeyhint","hidden","id","inert","inputmode","is","itemid","itemprop","itemref","itemscope","itemtype","lang","nonce","popover","slot","spellcheck","style","tabindex","title","translate","writingsuggestions"])],["a",new Set(["charset","coords","download","href","hreflang","name","ping","referrerpolicy","rel","rev","shape","target","type"])],["applet",new Set(["align","alt","archive","code","codebase","height","hspace","name","object","vspace","width"])],["area",new Set(["alt","coords","download","href","hreflang","nohref","ping","referrerpolicy","rel","shape","target","type"])],["audio",new Set(["autoplay","controls","crossorigin","loop","muted","preload","src"])],["base",new Set(["href","target"])],["basefont",new Set(["color","face","size"])],["blockquote",new Set(["cite"])],["body",new Set(["alink","background","bgcolor","link","text","vlink"])],["br",new Set(["clear"])],["button",new Set(["disabled","form","formaction","formenctype","formmethod","formnovalidate","formtarget","name","popovertarget","popovertargetaction","type","value"])],["canvas",new Set(["height","width"])],["caption",new Set(["align"])],["col",new Set(["align","char","charoff","span","valign","width"])],["colgroup",new Set(["align","char","charoff","span","valign","width"])],["data",new Set(["value"])],["del",new Set(["cite","datetime"])],["details",new Set(["name","open"])],["dialog",new Set(["open"])],["dir",new Set(["compact"])],["div",new Set(["align"])],["dl",new Set(["compact"])],["embed",new Set(["height","src","type","width"])],["fieldset",new Set(["disabled","form","name"])],["font",new Set(["color","face","size"])],["form",new Set(["accept","accept-charset","action","autocomplete","enctype","method","name","novalidate","target"])],["frame",new Set(["frameborder","longdesc","marginheight","marginwidth","name","noresize","scrolling","src"])],["frameset",new Set(["cols","rows"])],["h1",new Set(["align"])],["h2",new Set(["align"])],["h3",new Set(["align"])],["h4",new Set(["align"])],["h5",new Set(["align"])],["h6",new Set(["align"])],["head",new Set(["profile"])],["hr",new Set(["align","noshade","size","width"])],["html",new Set(["manifest","version"])],["iframe",new Set(["align","allow","allowfullscreen","allowpaymentrequest","allowusermedia","frameborder","height","loading","longdesc","marginheight","marginwidth","name","referrerpolicy","sandbox","scrolling","src","srcdoc","width"])],["img",new Set(["align","alt","border","crossorigin","decoding","fetchpriority","height","hspace","ismap","loading","longdesc","name","referrerpolicy","sizes","src","srcset","usemap","vspace","width"])],["input",new Set(["accept","align","alt","autocomplete","checked","dirname","disabled","form","formaction","formenctype","formmethod","formnovalidate","formtarget","height","ismap","list","max","maxlength","min","minlength","multiple","name","pattern","placeholder","popovertarget","popovertargetaction","readonly","required","size","src","step","type","usemap","value","width"])],["ins",new Set(["cite","datetime"])],["isindex",new Set(["prompt"])],["label",new Set(["for","form"])],["legend",new Set(["align"])],["li",new Set(["type","value"])],["link",new Set(["as","blocking","charset","color","crossorigin","disabled","fetchpriority","href","hreflang","imagesizes","imagesrcset","integrity","media","referrerpolicy","rel","rev","sizes","target","type"])],["map",new Set(["name"])],["menu",new Set(["compact"])],["meta",new Set(["charset","content","http-equiv","media","name","scheme"])],["meter",new Set(["high","low","max","min","optimum","value"])],["object",new Set(["align","archive","border","classid","codebase","codetype","data","declare","form","height","hspace","name","standby","type","typemustmatch","usemap","vspace","width"])],["ol",new Set(["compact","reversed","start","type"])],["optgroup",new Set(["disabled","label"])],["option",new Set(["disabled","label","selected","value"])],["output",new Set(["for","form","name"])],["p",new Set(["align"])],["param",new Set(["name","type","value","valuetype"])],["pre",new Set(["width"])],["progress",new Set(["max","value"])],["q",new Set(["cite"])],["script",new Set(["async","blocking","charset","crossorigin","defer","fetchpriority","integrity","language","nomodule","referrerpolicy","src","type"])],["select",new Set(["autocomplete","disabled","form","multiple","name","required","size"])],["slot",new Set(["name"])],["source",new Set(["height","media","sizes","src","srcset","type","width"])],["style",new Set(["blocking","media","type"])],["table",new Set(["align","bgcolor","border","cellpadding","cellspacing","frame","rules","summary","width"])],["tbody",new Set(["align","char","charoff","valign"])],["td",new Set(["abbr","align","axis","bgcolor","char","charoff","colspan","headers","height","nowrap","rowspan","scope","valign","width"])],["template",new Set(["shadowrootclonable","shadowrootdelegatesfocus","shadowrootmode"])],["textarea",new Set(["autocomplete","cols","dirname","disabled","form","maxlength","minlength","name","placeholder","readonly","required","rows","wrap"])],["tfoot",new Set(["align","char","charoff","valign"])],["th",new Set(["abbr","align","axis","bgcolor","char","charoff","colspan","headers","height","nowrap","rowspan","scope","valign","width"])],["thead",new Set(["align","char","charoff","valign"])],["time",new Set(["datetime"])],["tr",new Set(["align","bgcolor","char","charoff","valign"])],["track",new Set(["default","kind","label","src","srclang"])],["ul",new Set(["compact","type"])],["video",new Set(["autoplay","controls","crossorigin","height","loop","muted","playsinline","poster","preload","src","width"])]]),M_=new Set(["a","abbr","acronym","address","applet","area","article","aside","audio","b","base","basefont","bdi","bdo","bgsound","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","command","content","data","datalist","dd","del","details","dfn","dialog","dir","div","dl","dt","element","em","embed","fieldset","figcaption","figure","font","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","image","img","input","ins","isindex","kbd","keygen","label","legend","li","link","listing","main","map","mark","marquee","math","menu","menuitem","meta","meter","multicol","nav","nextid","nobr","noembed","noframes","noscript","object","ol","optgroup","option","output","p","param","picture","plaintext","pre","progress","q","rb","rbc","rp","rt","rtc","ruby","s","samp","script","search","section","select","shadow","slot","small","source","spacer","span","strike","strong","style","sub","summary","sup","svg","table","tbody","td","template","textarea","tfoot","th","thead","time","title","tr","track","tt","u","ul","var","video","wbr","xmp"]),c(VF,"ko"),c(UF,"Bo"),c(WF,"Lo"),c(t4,"Zs"),c(qF,"Fo"),c(L2,"Js"),c(r4,"ei"),c(Ql,"ur"),P2={name:"html",normalizeTagName:!0,normalizeAttributeName:!0,allowHtmComponentClosingTags:!0},bb=Ql(P2),xb=Ql({name:"angular"}),Db=Ql({name:"vue",isTagNameCaseSensitive:!0,shouldParseAsRawText(e,t,r,n){return e.toLowerCase()!=="html"&&!r&&(e!=="template"||n.some(({name:o,value:a})=>o==="lang"&&a!=="html"&&a!==""&&a!==void 0))}}),Eb=Ql({name:"lwc",canSelfClose:!1}),Cb={html:V8},O_=Ah});function Dn(){}function Sb(e,t,r,n,o){for(var a=[],i;t;)a.push(t),i=t.previousComponent,delete t.previousComponent,t=i;a.reverse();for(var l=0,u=a.length,d=0,p=0;l<u;l++){var h=a[l];if(h.removed){if(h.value=e.join(n.slice(p,p+h.count)),p+=h.count,l&&a[l-1].added){var f=a[l-1];a[l-1]=a[l],a[l]=f}}else{if(!h.added&&o){var m=r.slice(d,d+h.count);m=m.map(function(v,D){var b=n[p+D];return b.length>v.length?b:v}),h.value=e.join(m)}else h.value=e.join(r.slice(d,d+h.count));d+=h.count,h.added||(p+=h.count)}}var g=a[u-1];return u>1&&typeof g.value=="string"&&(g.added||g.removed)&&e.equals("",g.value)&&(a[u-2].value+=g.value,a.pop()),a}function Ks(e){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Ks=c(function(t){return typeof t},"$e"):Ks=c(function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},"$e"),Ks(e)}function Xd(e,t,r,n,o){t=t||[],r=r||[],n&&(e=n(o,e));var a;for(a=0;a<t.length;a+=1)if(t[a]===e)return r[a];var i;if(AI.call(e)==="[object Array]"){for(t.push(e),i=new Array(e.length),r.push(i),a=0;a<e.length;a+=1)i[a]=Xd(e[a],t,r,n,o);return t.pop(),r.pop(),i}if(e&&e.toJSON&&(e=e.toJSON()),Ks(e)==="object"&&e!==null){t.push(e),i={},r.push(i);var l=[],u;for(u in e)e.hasOwnProperty(u)&&l.push(u);for(l.sort(),a=0;a<l.length;a+=1)u=l[a],i[u]=Xd(e[u],t,r,n,u);t.pop(),r.pop()}else i=e;return i}function $_(e,t,r){return Ds.diff(e,t,r)}function P_(e){let t=e.indexOf("\r");return t>=0?e.charAt(t+1)===`
|
293
|
+
`?"crlf":"cr":"lf"}function wf(e){switch(e){case"cr":return"\r";case"crlf":return`\r
|
294
|
+
`;default:return`
|
295
|
+
`}}function c4(e,t){let r;switch(t){case`
|
296
|
+
`:r=/\n/gu;break;case"\r":r=/\r/gu;break;case`\r
|
297
|
+
`:r=/\r\n/gu;break;default:throw new Error(`Unexpected "eol" ${JSON.stringify(t)}.`)}let n=e.match(r);return n?n.length:0}function N_(e){return cc(!1,e,/\r\n?/gu,`
|
298
|
+
`)}function kb(e){if(typeof e=="string")return To;if(Array.isArray(e))return fn;if(!e)return;let{type:t}=e;if(D4.has(t))return t}function Ab(e){let t=e===null?"null":typeof e;if(t!=="string"&&t!=="object")return`Unexpected doc '${t}',
|
299
|
+
Expected it to be 'string' or 'object'.`;if(Bo(e))throw new Error("doc is valid.");let r=Object.prototype.toString.call(e);if(r!=="[object Object]")return`Unexpected doc '${r}'.`;let n=FI([...D4].map(o=>`'${o}'`));return`Unexpected doc.type '${e.type}'.
|
300
|
+
Expected it to be ${n}.`}function Fb(e,t,r,n){let o=[e];for(;o.length>0;){let a=o.pop();if(a===l5){r(o.pop());continue}r&&o.push(a,l5);let i=Bo(a);if(!i)throw new Ca(a);if((t==null?void 0:t(a))!==!1)switch(i){case fn:case Ar:{let l=i===fn?a:a.parts;for(let u=l.length,d=u-1;d>=0;--d)o.push(l[d]);break}case At:o.push(a.flatContents,a.breakContents);break;case gt:if(n&&a.expandedStates)for(let l=a.expandedStates.length,u=l-1;u>=0;--u)o.push(a.expandedStates[u]);else o.push(a.contents);break;case hn:case pn:case mn:case Fr:case gn:o.push(a.contents);break;case To:case po:case on:case an:case je:case Pt:break;default:throw new Ca(a)}}}function Iu(e){return _r(e),{type:pn,contents:e}}function Ea(e,t){return _r(t),{type:hn,contents:t,n:e}}function N2(e,t={}){return _r(e),Df(t.expandedStates,!0),{type:gt,id:t.id,contents:e,break:!!t.shouldBreak,expandedStates:t.expandedStates}}function _b(e){return Ea(Number.NEGATIVE_INFINITY,e)}function Ib(e){return Ea({type:"root"},e)}function Rb(e){return Ea(-1,e)}function zb(e,t){return N2(e[0],{...t,expandedStates:e})}function j2(e){return Df(e),{type:Ar,parts:e}}function Tb(e,t="",r={}){return _r(e),t!==""&&_r(t),{type:At,breakContents:e,flatContents:t,groupId:r.groupId}}function Bb(e,t){return _r(e),{type:mn,contents:e,groupId:t.groupId,negate:t.negate}}function Qd(e){return _r(e),{type:gn,contents:e}}function H2(e,t){_r(e),Df(t);let r=[];for(let n=0;n<t.length;n++)n!==0&&r.push(e),r.push(t[n]);return r}function V2(e,t,r){_r(e);let n=e;if(t>0){for(let o=0;o<Math.floor(t/r);++o)n=Iu(n);n=Ea(t%r,n),n=Ea(Number.NEGATIVE_INFINITY,n)}return n}function Lb(e,t){return _r(t),e?{type:Fr,label:e,contents:t}:t}function qr(e){var t;if(!e)return"";if(Array.isArray(e)){let r=[];for(let n of e)if(Array.isArray(n))r.push(...qr(n));else{let o=qr(n);o!==""&&r.push(o)}return r}return e.type===At?{...e,breakContents:qr(e.breakContents),flatContents:qr(e.flatContents)}:e.type===gt?{...e,contents:qr(e.contents),expandedStates:(t=e.expandedStates)==null?void 0:t.map(qr)}:e.type===Ar?{type:"fill",parts:e.parts.map(qr)}:e.contents?{...e,contents:qr(e.contents)}:e}function j_(e){let t=Object.create(null),r=new Set;return n(qr(e));function n(a,i,l){var u,d;if(typeof a=="string")return JSON.stringify(a);if(Array.isArray(a)){let p=a.map(n).filter(Boolean);return p.length===1?p[0]:`[${p.join(", ")}]`}if(a.type===je){let p=((u=l==null?void 0:l[i+1])==null?void 0:u.type)===Pt;return a.literal?p?"literalline":"literallineWithoutBreakParent":a.hard?p?"hardline":"hardlineWithoutBreakParent":a.soft?"softline":"line"}if(a.type===Pt)return((d=l==null?void 0:l[i-1])==null?void 0:d.type)===je&&l[i-1].hard?void 0:"breakParent";if(a.type===on)return"trim";if(a.type===pn)return"indent("+n(a.contents)+")";if(a.type===hn)return a.n===Number.NEGATIVE_INFINITY?"dedentToRoot("+n(a.contents)+")":a.n<0?"dedent("+n(a.contents)+")":a.n.type==="root"?"markAsRoot("+n(a.contents)+")":"align("+JSON.stringify(a.n)+", "+n(a.contents)+")";if(a.type===At)return"ifBreak("+n(a.breakContents)+(a.flatContents?", "+n(a.flatContents):"")+(a.groupId?(a.flatContents?"":', ""')+`, { groupId: ${o(a.groupId)} }`:"")+")";if(a.type===mn){let p=[];a.negate&&p.push("negate: true"),a.groupId&&p.push(`groupId: ${o(a.groupId)}`);let h=p.length>0?`, { ${p.join(", ")} }`:"";return`indentIfBreak(${n(a.contents)}${h})`}if(a.type===gt){let p=[];a.break&&a.break!=="propagated"&&p.push("shouldBreak: true"),a.id&&p.push(`id: ${o(a.id)}`);let h=p.length>0?`, { ${p.join(", ")} }`:"";return a.expandedStates?`conditionalGroup([${a.expandedStates.map(f=>n(f)).join(",")}]${h})`:`group(${n(a.contents)}${h})`}if(a.type===Ar)return`fill([${a.parts.map(p=>n(p)).join(", ")}])`;if(a.type===gn)return"lineSuffix("+n(a.contents)+")";if(a.type===an)return"lineSuffixBoundary";if(a.type===Fr)return`label(${JSON.stringify(a.label)}, ${n(a.contents)})`;throw new Error("Unknown doc type "+a.type)}function o(a){if(typeof a!="symbol")return JSON.stringify(String(a));if(a in t)return t[a];let i=a.description||"symbol";for(let l=0;;l++){let u=i+(l>0?` #${l}`:"");if(!r.has(u))return r.add(u),t[a]=`Symbol.for(${JSON.stringify(u)})`}}}function Mb(e){return e===12288||e>=65281&&e<=65376||e>=65504&&e<=65510}function Ob(e){return e>=4352&&e<=4447||e===8986||e===8987||e===9001||e===9002||e>=9193&&e<=9196||e===9200||e===9203||e===9725||e===9726||e===9748||e===9749||e>=9800&&e<=9811||e===9855||e===9875||e===9889||e===9898||e===9899||e===9917||e===9918||e===9924||e===9925||e===9934||e===9940||e===9962||e===9970||e===9971||e===9973||e===9978||e===9981||e===9989||e===9994||e===9995||e===10024||e===10060||e===10062||e>=10067&&e<=10069||e===10071||e>=10133&&e<=10135||e===10160||e===10175||e===11035||e===11036||e===11088||e===11093||e>=11904&&e<=11929||e>=11931&&e<=12019||e>=12032&&e<=12245||e>=12272&&e<=12287||e>=12289&&e<=12350||e>=12353&&e<=12438||e>=12441&&e<=12543||e>=12549&&e<=12591||e>=12593&&e<=12686||e>=12688&&e<=12771||e>=12783&&e<=12830||e>=12832&&e<=12871||e>=12880&&e<=19903||e>=19968&&e<=42124||e>=42128&&e<=42182||e>=43360&&e<=43388||e>=44032&&e<=55203||e>=63744&&e<=64255||e>=65040&&e<=65049||e>=65072&&e<=65106||e>=65108&&e<=65126||e>=65128&&e<=65131||e>=94176&&e<=94180||e===94192||e===94193||e>=94208&&e<=100343||e>=100352&&e<=101589||e>=101632&&e<=101640||e>=110576&&e<=110579||e>=110581&&e<=110587||e===110589||e===110590||e>=110592&&e<=110882||e===110898||e>=110928&&e<=110930||e===110933||e>=110948&&e<=110951||e>=110960&&e<=111355||e===126980||e===127183||e===127374||e>=127377&&e<=127386||e>=127488&&e<=127490||e>=127504&&e<=127547||e>=127552&&e<=127560||e===127568||e===127569||e>=127584&&e<=127589||e>=127744&&e<=127776||e>=127789&&e<=127797||e>=127799&&e<=127868||e>=127870&&e<=127891||e>=127904&&e<=127946||e>=127951&&e<=127955||e>=127968&&e<=127984||e===127988||e>=127992&&e<=128062||e===128064||e>=128066&&e<=128252||e>=128255&&e<=128317||e>=128331&&e<=128334||e>=128336&&e<=128359||e===128378||e===128405||e===128406||e===128420||e>=128507&&e<=128591||e>=128640&&e<=128709||e===128716||e>=128720&&e<=128722||e>=128725&&e<=128727||e>=128732&&e<=128735||e===128747||e===128748||e>=128756&&e<=128764||e>=128992&&e<=129003||e===129008||e>=129292&&e<=129338||e>=129340&&e<=129349||e>=129351&&e<=129535||e>=129648&&e<=129660||e>=129664&&e<=129672||e>=129680&&e<=129725||e>=129727&&e<=129733||e>=129742&&e<=129755||e>=129760&&e<=129768||e>=129776&&e<=129784||e>=131072&&e<=196605||e>=196608&&e<=262141}function $b(e){if(!e)return 0;if(!RI.test(e))return e.length;e=e.replace(_I()," ");let t=0;for(let r of e){let n=r.codePointAt(0);n<=31||n>=127&&n<=159||n>=768&&n<=879||(t+=II(n)?1:2)}return t}function Ru(e,t){if(typeof e=="string")return t(e);let r=new Map;return n(e);function n(a){if(r.has(a))return r.get(a);let i=o(a);return r.set(a,i),i}function o(a){switch(Bo(a)){case fn:return t(a.map(n));case Ar:return t({...a,parts:a.parts.map(n)});case At:return t({...a,breakContents:n(a.breakContents),flatContents:n(a.flatContents)});case gt:{let{expandedStates:i,contents:l}=a;return i?(i=i.map(n),l=i[0]):l=n(l),t({...a,contents:l,expandedStates:i})}case hn:case pn:case mn:case Fr:case gn:return t({...a,contents:n(a.contents)});case To:case po:case on:case an:case je:case Pt:return t(a);default:throw new Ca(a)}}}function Zd(e,t,r){let n=r,o=!1;function a(i){if(o)return!1;let l=t(i);l!==void 0&&(o=!0,n=l)}return c(a,"u"),r1(e,a),n}function H_(e){if(e.type===gt&&e.break||e.type===je&&e.hard||e.type===Pt)return!0}function Pb(e){return Zd(e,H_,!1)}function U2(e){if(e.length>0){let t=Re(!1,e,-1);!t.expandedStates&&!t.break&&(t.break="propagated")}return null}function V_(e){let t=new Set,r=[];function n(a){if(a.type===Pt&&U2(r),a.type===gt){if(r.push(a),t.has(a))return!1;t.add(a)}}c(n,"n");function o(a){a.type===gt&&r.pop().break&&U2(r)}c(o,"o"),r1(e,n,o,!0)}function U_(e){return e.type===je&&!e.hard?e.soft?"":" ":e.type===At?e.flatContents:e}function Nb(e){return Ru(e,U_)}function W2(e){for(e=[...e];e.length>=2&&Re(!1,e,-2).type===je&&Re(!1,e,-1).type===Pt;)e.length-=2;if(e.length>0){let t=Ti(Re(!1,e,-1));e[e.length-1]=t}return e}function Ti(e){switch(Bo(e)){case pn:case mn:case gt:case gn:case Fr:{let t=Ti(e.contents);return{...e,contents:t}}case At:return{...e,breakContents:Ti(e.breakContents),flatContents:Ti(e.flatContents)};case Ar:return{...e,parts:W2(e.parts)};case fn:return W2(e);case To:return e.replace(/[\n\r]*$/u,"");case hn:case po:case on:case an:case je:case Pt:break;default:throw new Ca(e)}return e}function q2(e){return Ti(q_(e))}function W_(e){switch(Bo(e)){case Ar:if(e.parts.every(t=>t===""))return"";break;case gt:if(!e.contents&&!e.id&&!e.break&&!e.expandedStates)return"";if(e.contents.type===gt&&e.contents.id===e.id&&e.contents.break===e.break&&e.contents.expandedStates===e.expandedStates)return e.contents;break;case hn:case pn:case mn:case gn:if(!e.contents)return"";break;case At:if(!e.flatContents&&!e.breakContents)return"";break;case fn:{let t=[];for(let r of e){if(!r)continue;let[n,...o]=Array.isArray(r)?r:[r];typeof n=="string"&&typeof Re(!1,t,-1)=="string"?t[t.length-1]+=n:t.push(n),t.push(...o)}return t.length===0?"":t.length===1?t[0]:t}case To:case po:case on:case an:case je:case Fr:case Pt:break;default:throw new Ca(e)}return e}function q_(e){return Ru(e,t=>W_(t))}function jb(e,t=u5){return Ru(e,r=>typeof r=="string"?H2(t,r.split(`
|
301
|
+
`)):r)}function G_(e){if(e.type===je)return!0}function Hb(e){return Zd(e,G_,!1)}function d4(e,t){return e.type===Fr?{...e,contents:t(e.contents)}:t(e)}function f4(){return{value:"",length:0,queue:[]}}function Y_(e,t){return Jd(e,{type:"indent"},t)}function K_(e,t,r){return t===Number.NEGATIVE_INFINITY?e.root||f4():t<0?Jd(e,{type:"dedent"},r):t?t.type==="root"?{...e,root:e}:Jd(e,{type:typeof t=="string"?"stringAlign":"numberAlign",n:t},r):e}function Jd(e,t,r){let n=t.type==="dedent"?e.queue.slice(0,-1):[...e.queue,t],o="",a=0,i=0,l=0;for(let g of n)switch(g.type){case"indent":p(),r.useTabs?u(1):d(r.tabWidth);break;case"stringAlign":p(),o+=g.n,a+=g.n.length;break;case"numberAlign":i+=1,l+=g.n;break;default:throw new Error(`Unexpected type '${g.type}'`)}return f(),{...e,value:o,length:a,queue:n};function u(g){o+=" ".repeat(g),a+=r.tabWidth*g}function d(g){o+=" ".repeat(g),a+=g}function p(){r.useTabs?h():f()}function h(){i>0&&u(i),m()}function f(){l>0&&d(l),m()}function m(){i=0,l=0}}function e1(e){let t=0,r=0,n=e.length;e:for(;n--;){let o=e[n];if(o===Bi){r++;continue}for(let a=o.length-1;a>=0;a--){let i=o[a];if(i===" "||i===" ")t++;else{e[n]=o.slice(0,a+1);break e}}}if(t>0||r>0)for(e.length=n+1;r-- >0;)e.push(Bi);return t}function xs(e,t,r,n,o,a){if(r===Number.POSITIVE_INFINITY)return!0;let i=t.length,l=[e],u=[];for(;r>=0;){if(l.length===0){if(i===0)return!0;l.push(t[--i]);continue}let{mode:d,doc:p}=l.pop(),h=Bo(p);switch(h){case To:u.push(p),r-=o1(p);break;case fn:case Ar:{let f=h===fn?p:p.parts;for(let m=f.length-1;m>=0;m--)l.push({mode:d,doc:f[m]});break}case pn:case hn:case mn:case Fr:l.push({mode:d,doc:p.contents});break;case on:r+=e1(u);break;case gt:{if(a&&p.break)return!1;let f=p.break?lt:d,m=p.expandedStates&&f===lt?Re(!1,p.expandedStates,-1):p.contents;l.push({mode:f,doc:m});break}case At:{let f=(p.groupId?o[p.groupId]||fr:d)===lt?p.breakContents:p.flatContents;f&&l.push({mode:d,doc:f});break}case je:if(d===lt||p.hard)return!0;p.soft||(u.push(" "),r--);break;case gn:n=!0;break;case an:if(n)return!1;break}}return!1}function zu(e,t){let r={},n=t.printWidth,o=wf(t.endOfLine),a=0,i=[{ind:f4(),mode:lt,doc:e}],l=[],u=!1,d=[],p=0;for(V_(e);i.length>0;){let{ind:f,mode:m,doc:g}=i.pop();switch(Bo(g)){case To:{let v=o!==`
|
302
|
+
`?cc(!1,g,`
|
303
|
+
`,o):g;l.push(v),i.length>0&&(a+=o1(v));break}case fn:for(let v=g.length-1;v>=0;v--)i.push({ind:f,mode:m,doc:g[v]});break;case po:if(p>=2)throw new Error("There are too many 'cursor' in doc.");l.push(Bi),p++;break;case pn:i.push({ind:Y_(f,t),mode:m,doc:g.contents});break;case hn:i.push({ind:K_(f,g.n,t),mode:m,doc:g.contents});break;case on:a-=e1(l);break;case gt:switch(m){case fr:if(!u){i.push({ind:f,mode:g.break?lt:fr,doc:g.contents});break}case lt:{u=!1;let v={ind:f,mode:fr,doc:g.contents},D=n-a,b=d.length>0;if(!g.break&&xs(v,i,D,b,r))i.push(v);else if(g.expandedStates){let w=Re(!1,g.expandedStates,-1);if(g.break){i.push({ind:f,mode:lt,doc:w});break}else for(let y=1;y<g.expandedStates.length+1;y++)if(y>=g.expandedStates.length){i.push({ind:f,mode:lt,doc:w});break}else{let x=g.expandedStates[y],E={ind:f,mode:fr,doc:x};if(xs(E,i,D,b,r)){i.push(E);break}}}else i.push({ind:f,mode:lt,doc:g.contents});break}}g.id&&(r[g.id]=Re(!1,i,-1).mode);break;case Ar:{let v=n-a,{parts:D}=g;if(D.length===0)break;let[b,w]=D,y={ind:f,mode:fr,doc:b},x={ind:f,mode:lt,doc:b},E=xs(y,[],v,d.length>0,r,!0);if(D.length===1){E?i.push(y):i.push(x);break}let S={ind:f,mode:fr,doc:w},C={ind:f,mode:lt,doc:w};if(D.length===2){E?i.push(S,y):i.push(C,x);break}D.splice(0,2);let k={ind:f,mode:m,doc:j2(D)},F=D[0];xs({ind:f,mode:fr,doc:[b,w,F]},[],v,d.length>0,r,!0)?i.push(k,S,y):E?i.push(k,C,y):i.push(k,C,x);break}case At:case mn:{let v=g.groupId?r[g.groupId]:m;if(v===lt){let D=g.type===At?g.breakContents:g.negate?g.contents:Iu(g.contents);D&&i.push({ind:f,mode:m,doc:D})}if(v===fr){let D=g.type===At?g.flatContents:g.negate?Iu(g.contents):g.contents;D&&i.push({ind:f,mode:m,doc:D})}break}case gn:d.push({ind:f,mode:m,doc:g.contents});break;case an:d.length>0&&i.push({ind:f,mode:m,doc:j0});break;case je:switch(m){case fr:if(g.hard)u=!0;else{g.soft||(l.push(" "),a+=1);break}case lt:if(d.length>0){i.push({ind:f,mode:m,doc:g},...d.reverse()),d.length=0;break}g.literal?f.root?(l.push(o,f.root.value),a=f.root.length):(l.push(o),a=0):(a-=e1(l),l.push(o+f.value),a=f.length);break}break;case Fr:i.push({ind:f,mode:m,doc:g.contents});break;case Pt:break;default:throw new Ca(g)}i.length===0&&d.length>0&&(i.push(...d.reverse()),d.length=0)}let h=l.indexOf(Bi);if(h!==-1){let f=l.indexOf(Bi,h+1),m=l.slice(0,h).join(""),g=l.slice(h+1,f).join(""),v=l.slice(f+1).join("");return{formatted:m+g+v,cursorNodeStart:m.length,cursorNodeText:g}}return{formatted:l.join("")}}function Vb(e,t,r=0){let n=0;for(let o=r;o<e.length;++o)e[o]===" "?n=n+t-n%t:n++;return n}function Ub(e){return e!==null&&typeof e=="object"}function*p4(e,t){let{getVisitorKeys:r,filter:n=c(()=>!0,"n")}=t,o=c(a=>TI(a)&&n(a),"o");for(let a of r(e)){let i=e[a];if(Array.isArray(i))for(let l of i)o(l)&&(yield l);else o(i)&&(yield i)}}function*X_(e,t){let r=[e];for(let n=0;n<r.length;n++){let o=r[n];for(let a of p4(o,t))yield a,r.push(a)}}function Ga(e){return(t,r,n)=>{let o=!!(n!=null&&n.backwards);if(r===!1)return!1;let{length:a}=t,i=r;for(;i>=0&&i<a;){let l=t.charAt(i);if(e instanceof RegExp){if(!e.test(l))return i}else if(!e.includes(l))return i;o?i--:i++}return i===-1||i===a?i:!1}}function Wb(e,t,r){let n=!!(r!=null&&r.backwards);if(t===!1)return!1;let o=e.charAt(t);if(n){if(e.charAt(t-1)==="\r"&&o===`
|
304
|
+
`)return t-2;if(o===`
|
305
|
+
`||o==="\r"||o==="\u2028"||o==="\u2029")return t-1}else{if(o==="\r"&&e.charAt(t+1)===`
|
306
|
+
`)return t+2;if(o===`
|
307
|
+
`||o==="\r"||o==="\u2028"||o==="\u2029")return t+1}return t}function qb(e,t,r={}){let n=On(e,r.backwards?t-1:t,r),o=So(e,n,r);return n!==o}function Gb(e){return Array.isArray(e)&&e.length>0}function Yb(e){return e?t=>e(t,f5):LI}function Q_(e){let t=e.type||e.kind||"(unknown type)",r=String(e.name||e.id&&(typeof e.id=="object"?e.id.name:e.id)||e.key&&(typeof e.key=="object"?e.key.name:e.key)||e.value&&(typeof e.value=="object"?"":String(e.value))||e.operator||"");return r.length>20&&(r=r.slice(0,19)+"…"),t+(r?" "+r:"")}function bf(e,t){(e.comments??(e.comments=[])).push(t),t.printed=!1,t.nodeDescription=Q_(e)}function oa(e,t){t.leading=!0,t.trailing=!1,bf(e,t)}function Xs(e,t,r){t.leading=!1,t.trailing=!1,r&&(t.marker=r),bf(e,t)}function aa(e,t){t.leading=!1,t.trailing=!0,bf(e,t)}function xf(e,t){if(H0.has(e))return H0.get(e);let{printer:{getCommentChildNodes:r,canAttachComment:n,getVisitorKeys:o},locStart:a,locEnd:i}=t;if(!n)return[];let l=((r==null?void 0:r(e,t))??[...p4(e,{getVisitorKeys:dc(o)})]).flatMap(u=>n(u)?[u]:xf(u,t));return l.sort((u,d)=>a(u)-a(d)||i(u)-i(d)),H0.set(e,l),l}function h4(e,t,r,n){let{locStart:o,locEnd:a}=r,i=o(t),l=a(t),u=xf(e,r),d,p,h=0,f=u.length;for(;h<f;){let m=h+f>>1,g=u[m],v=o(g),D=a(g);if(v<=i&&l<=D)return h4(g,t,r,g);if(D<=i){d=g,h=m+1;continue}if(l<=v){p=g,f=m;continue}throw new Error("Comment location overlaps with node location")}if((n==null?void 0:n.type)==="TemplateLiteral"){let{quasis:m}=n,g=$0(m,t,r);d&&$0(m,d,r)!==g&&(d=null),p&&$0(m,p,r)!==g&&(p=null)}return{enclosingNode:n,precedingNode:d,followingNode:p}}function Z_(e,t){let{comments:r}=e;if(delete e.comments,!BI(r)||!t.printer.canAttachComment)return;let n=[],{locStart:o,locEnd:a,printer:{experimentalFeatures:{avoidAstMutation:i=!1}={},handleComments:l={}},originalText:u}=t,{ownLine:d=V0,endOfLine:p=V0,remaining:h=V0}=l,f=r.map((m,g)=>({...h4(e,m,t),comment:m,text:u,options:t,ast:e,isLastComment:r.length-1===g}));for(let[m,g]of f.entries()){let{comment:v,precedingNode:D,enclosingNode:b,followingNode:w,text:y,options:x,ast:E,isLastComment:S}=g;if(x.parser==="json"||x.parser==="json5"||x.parser==="jsonc"||x.parser==="__js_expression"||x.parser==="__ts_expression"||x.parser==="__vue_expression"||x.parser==="__vue_ts_expression"){if(o(v)-o(E)<=0){oa(E,v);continue}if(a(v)-a(E)>=0){aa(E,v);continue}}let C;if(i?C=[g]:(v.enclosingNode=b,v.precedingNode=D,v.followingNode=w,C=[v,y,x,E,S]),J_(y,x,f,m))v.placement="ownLine",d(...C)||(w?oa(w,v):D?aa(D,v):Xs(b||E,v));else if(eI(y,x,f,m))v.placement="endOfLine",p(...C)||(D?aa(D,v):w?oa(w,v):Xs(b||E,v));else if(v.placement="remaining",!h(...C))if(D&&w){let k=n.length;k>0&&n[k-1].followingNode!==w&&G2(n,x),n.push(g)}else D?aa(D,v):w?oa(w,v):Xs(b||E,v)}if(G2(n,t),!i)for(let m of r)delete m.precedingNode,delete m.enclosingNode,delete m.followingNode}function J_(e,t,r,n){let{comment:o,precedingNode:a}=r[n],{locStart:i,locEnd:l}=t,u=i(o);if(a)for(let d=n-1;d>=0;d--){let{comment:p,precedingNode:h}=r[d];if(h!==a||!E4(e.slice(l(p),u)))break;u=i(p)}return zn(e,u,{backwards:!0})}function eI(e,t,r,n){let{comment:o,followingNode:a}=r[n],{locStart:i,locEnd:l}=t,u=l(o);if(a)for(let d=n+1;d<r.length;d++){let{comment:p,followingNode:h}=r[d];if(h!==a||!E4(e.slice(u,i(p))))break;u=l(p)}return zn(e,u)}function G2(e,t){var r,n;let o=e.length;if(o===0)return;let{precedingNode:a,followingNode:i}=e[0],l=t.locStart(i),u;for(u=o;u>0;--u){let{comment:d,precedingNode:p,followingNode:h}=e[u-1];i1.strictEqual(p,a),i1.strictEqual(h,i);let f=t.originalText.slice(t.locEnd(d),l);if(((n=(r=t.printer).isGap)==null?void 0:n.call(r,f,t))??/^[\s(]*$/u.test(f))l=t.locStart(d);else break}for(let[d,{comment:p}]of e.entries())d<u?aa(a,p):oa(i,p);for(let d of[a,i])d.comments&&d.comments.length>1&&d.comments.sort((p,h)=>t.locStart(p)-t.locStart(h));e.length=0}function $0(e,t,r){let n=r.locStart(t)-1;for(let o=1;o<e.length;++o)if(n<r.locStart(e[o]))return o-1;return 0}function Kb(e,t){let r=t-1;r=On(e,r,{backwards:!0}),r=So(e,r,{backwards:!0}),r=On(e,r,{backwards:!0});let n=So(e,r,{backwards:!0});return r!==n}function m4(e,t){let r=e.node;return r.printed=!0,t.printer.printComment(e,t)}function tI(e,t){var r;let n=e.node,o=[m4(e,t)],{printer:a,originalText:i,locStart:l,locEnd:u}=t;if((r=a.isBlockComment)!=null&&r.call(a,n)){let p=zn(i,u(n))?zn(i,l(n),{backwards:!0})?ho:s5:" ";o.push(p)}else o.push(ho);let d=So(i,On(i,u(n)));return d!==!1&&zn(i,d)&&o.push(ho),o}function rI(e,t,r){var n;let o=e.node,a=m4(e,t),{printer:i,originalText:l,locStart:u}=t,d=(n=i.isBlockComment)==null?void 0:n.call(i,o);if(r!=null&&r.hasLineSuffix&&!(r!=null&&r.isBlock)||zn(l,u(o),{backwards:!0})){let p=Ef(l,u(o));return{doc:Qd([ho,p?ho:"",a]),isBlock:d,hasLineSuffix:!0}}return!d||r!=null&&r.hasLineSuffix?{doc:[Qd([" ",a]),Es],isBlock:d,hasLineSuffix:!0}:{doc:[" ",a],isBlock:d,hasLineSuffix:!1}}function nI(e,t){let r=e.node;if(!r)return{};let n=t[Symbol.for("printedComments")];if((r.comments||[]).filter(l=>!n.has(l)).length===0)return{leading:"",trailing:""};let o=[],a=[],i;return e.each(()=>{let l=e.node;if(n!=null&&n.has(l))return;let{leading:u,trailing:d}=l;u?o.push(tI(e,t)):d&&(i=rI(e,t,i),a.push(i.doc))},"comments"),{leading:o,trailing:a}}function oI(e,t,r){let{leading:n,trailing:o}=nI(e,r);return!n&&!o?t:d4(t,a=>[n,a,o])}function aI(e){let{[Symbol.for("comments")]:t,[Symbol.for("printedComments")]:r}=e;for(let n of t){if(!n.printed&&!r.has(n))throw new Error('Comment "'+n.value.trim()+'" was not printed. Please report this error!');delete n.printed}}function Xb(e){return()=>{}}function Y2({plugins:e=[],showDeprecated:t=!1}={}){let r=e.flatMap(o=>o.languages??[]),n=[];for(let o of lI(Object.assign({},...e.map(({options:a})=>a),OI)))!t&&o.deprecated||(Array.isArray(o.choices)&&(t||(o.choices=o.choices.filter(a=>!a.deprecated)),o.name==="parser"&&(o.choices=[...o.choices,...iI(o.choices,r,e)])),o.pluginDefaults=Object.fromEntries(e.filter(a=>{var i;return((i=a.defaultOptions)==null?void 0:i[o.name])!==void 0}).map(a=>[a.name,a.defaultOptions[o.name]])),n.push(o));return{languages:r,options:n}}function*iI(e,t,r){let n=new Set(e.map(o=>o.value));for(let o of t)if(o.parsers){for(let a of o.parsers)if(!n.has(a)){n.add(a);let i=r.find(u=>u.parsers&&Object.prototype.hasOwnProperty.call(u.parsers,a)),l=o.name;i!=null&&i.name&&(l+=` (plugin: ${i.name})`),yield{value:a,description:l}}}}function lI(e){let t=[];for(let[r,n]of Object.entries(e)){let o={name:r,...n};Array.isArray(o.default)&&(o.default=Re(!1,o.default,-1).value),t.push(o)}return t}function K2(e,t){if(!t)return;let r=$I(t).toLowerCase();return e.find(({filenames:n})=>n==null?void 0:n.some(o=>o.toLowerCase()===r))??e.find(({extensions:n})=>n==null?void 0:n.some(o=>r.endsWith(o)))}function sI(e,t){if(t)return e.find(({name:r})=>r.toLowerCase()===t)??e.find(({aliases:r})=>r==null?void 0:r.includes(t))??e.find(({extensions:r})=>r==null?void 0:r.includes(`.${t}`))}function Qb(e,t){let r=e.plugins.flatMap(o=>o.languages??[]),n=sI(r,t.language)??K2(r,t.physicalFile)??K2(r,t.file)??(t.physicalFile,void 0);return n==null?void 0:n.parsers[0]}function ym(e,t,r,n){return[`Invalid ${ia.default.red(n.key(e))} value.`,`Expected ${ia.default.blue(r)},`,`but received ${t===h5?ia.default.gray("nothing"):ia.default.red(n.value(t))}.`].join(" ")}function X2({text:e,list:t},r){let n=[];return e&&n.push(`- ${ia.default.blue(e)}`),t&&n.push([`- ${ia.default.blue(t.title)}:`].concat(t.values.map(o=>X2(o,r-m5.length).replace(/^|\n/g,`$&${m5}`))).join(`
|
308
|
+
`)),Q2(n,r)}function Q2(e,t){if(e.length===1)return e[0];let[r,n]=e,[o,a]=e.map(i=>i.split(`
|
309
|
+
`,1)[0].length);return o>t&&o>a?n:r}function Zb(e,t){if(e===t)return 0;let r=e;e.length>t.length&&(e=t,t=r);let n=e.length,o=t.length;for(;n>0&&e.charCodeAt(~-n)===t.charCodeAt(~-o);)n--,o--;let a=0;for(;a<n&&e.charCodeAt(a)===t.charCodeAt(a);)a++;if(n-=a,o-=a,n===0)return o;let i,l,u,d,p=0,h=0;for(;p<n;)g5[p]=e.charCodeAt(a+p),U0[p]=++p;for(;h<o;)for(i=t.charCodeAt(a+h),u=h++,l=h,p=0;p<n;p++)d=i===g5[p]?u:u+1,u=U0[p],l=U0[p]=u>l?d>l?l+1:d:d>u?u+1:d;return l}function Jb(e,t){let r=new e(t),n=Object.create(r);for(let o of NI)o in t&&(n[o]=uI(t[o],r,Cn.prototype[o].length));return n}function uI(e,t,r){return typeof e=="function"?(...n)=>e(...n.slice(0,r-1),t,...n.slice(r-1)):()=>e}function wm({from:e,to:t}){return{from:[e],to:t}}function ex(e,t){let r=Object.create(null);for(let n of e){let o=n[t];if(r[o])throw new Error(`Duplicate ${t} ${JSON.stringify(o)}`);r[o]=n}return r}function tx(e,t){let r=new Map;for(let n of e){let o=n[t];if(r.has(o))throw new Error(`Duplicate ${t} ${JSON.stringify(o)}`);r.set(o,n)}return r}function rx(){let e=Object.create(null);return t=>{let r=JSON.stringify(t);return e[r]?!0:(e[r]=!0,!1)}}function nx(e,t){let r=[],n=[];for(let o of e)t(o)?r.push(o):n.push(o);return[r,n]}function ox(e){return e===Math.floor(e)}function ax(e,t){if(e===t)return 0;let r=typeof e,n=typeof t,o=["undefined","object","boolean","number","string"];return r!==n?o.indexOf(r)-o.indexOf(n):r!=="string"?Number(e)-Number(t):e.localeCompare(t)}function ix(e){return(...t)=>{let r=e(...t);return typeof r=="string"?new Error(r):r}}function bm(e){return e===void 0?{}:e}function Z2(e){if(typeof e=="string")return{text:e};let{text:t,list:r}=e;return cI((t||r)!==void 0,"Unexpected `expected` result, there should be at least one field."),r?{text:t,list:{title:r.title,values:r.values.map(Z2)}}:{text:t}}function xm(e,t){return e===!0?!0:e===!1?{value:t}:e}function Dm(e,t,r=!1){return e===!1?!1:e===!0?r?!0:[{value:t}]:"value"in e?[e]:e.length===0?!1:e}function J2(e,t){return typeof e=="string"||"key"in e?{from:t,to:e}:"from"in e?{from:e.from,to:e.to}:{from:t,to:e.to}}function P0(e,t){return e===void 0?[]:Array.isArray(e)?e.map(r=>J2(r,t)):[J2(e,t)]}function Em(e,t){let r=P0(typeof e=="object"&&"redirect"in e?e.redirect:e,t);return r.length===0?{remain:t,redirect:r}:typeof e=="object"&&"remain"in e?{remain:e.remain,redirect:r}:{redirect:r}}function cI(e,t){if(!e)throw new Error(t)}function lx(e,t,{logger:r=!1,isCLI:n=!1,passThrough:o=!1,FlagSchema:a,descriptor:i}={}){if(n){if(!a)throw new Error("'FlagSchema' option is required.");if(!i)throw new Error("'descriptor' option is required.")}else i=Xo;let l=o?Array.isArray(o)?(f,m)=>o.includes(f)?{[f]:m}:void 0:(f,m)=>({[f]:m}):(f,m,g)=>{let{_:v,...D}=g.schemas;return v5(f,m,{...g,schemas:D})},u=dI(t,{isCLI:n,FlagSchema:a}),d=new GI(u,{logger:r,unknown:l,descriptor:i}),p=r!==!1;p&&Zm&&(d._hasDeprecationWarned=Zm);let h=d.normalize(e);return p&&(Zm=d._hasDeprecationWarned),h}function dI(e,{isCLI:t,FlagSchema:r}){let n=[];t&&n.push(HI.create({name:"_"}));for(let o of e)n.push(fI(o,{isCLI:t,optionInfos:e,FlagSchema:r})),o.alias&&t&&n.push(jI.create({name:o.alias,sourceName:o.name}));return n}function fI(e,{isCLI:t,optionInfos:r,FlagSchema:n}){let{name:o}=e,a={name:o},i,l={};switch(e.type){case"int":i=qI,t&&(a.preprocess=Number);break;case"string":i=y5;break;case"choice":i=WI,a.choices=e.choices.map(u=>u!=null&&u.redirect?{...u,redirect:{to:{key:e.name,value:u.redirect}}}:u);break;case"boolean":i=UI;break;case"flag":i=n,a.flags=r.flatMap(u=>[u.alias,u.description&&u.name,u.oppositeDescription&&`no-${u.name}`].filter(Boolean));break;case"path":i=y5;break;default:throw new Error(`Unexpected type ${e.type}`)}if(e.exception?a.validate=(u,d,p)=>e.exception(u)||d.validate(u,p):a.validate=(u,d,p)=>u===void 0||d.validate(u,p),e.redirect&&(l.redirect=u=>u?{to:typeof e.redirect=="string"?e.redirect:{key:e.redirect.option,value:e.redirect.value}}:void 0),e.deprecated&&(l.deprecated=!0),t&&!e.array){let u=a.preprocess||(d=>d);a.preprocess=(d,p,h)=>p.preprocess(u(Array.isArray(d)?Re(!1,d,-1):d),h)}return e.array?VI.create({...t?{preprocess:c(u=>Array.isArray(u)?u:[u],"preprocess")}:{},...l,valueSchema:i.create(a)}):i.create({...a,...l})}function g4(e,t){if(!t)throw new Error("parserName is required.");let r=S4(!1,e,o=>o.parsers&&Object.prototype.hasOwnProperty.call(o.parsers,t));if(r)return r;let n=`Couldn't resolve parser "${t}".`;throw n+=" Plugins must be explicitly added to the standalone bundle.",new C4(n)}function pI(e,t){if(!t)throw new Error("astFormat is required.");let r=S4(!1,e,o=>o.printers&&Object.prototype.hasOwnProperty.call(o.printers,t));if(r)return r;let n=`Couldn't find plugin for AST format "${t}".`;throw n+=" Plugins must be explicitly added to the standalone bundle.",new C4(n)}function v4({plugins:e,parser:t}){let r=g4(e,t);return y4(r,t)}function y4(e,t){let r=e.parsers[t];return typeof r=="function"?r():r}function hI(e,t){let r=e.printers[t];return typeof r=="function"?r():r}async function sx(e,t={}){var r;let n={...e};if(!n.parser)if(n.filepath){if(n.parser=PI(n,{physicalFile:n.filepath}),!n.parser)throw new p5(`No parser could be inferred for file "${n.filepath}".`)}else throw new p5("No parser and no file path given, couldn't infer a parser.");let o=Y2({plugins:e.plugins,showDeprecated:!0}).options,a={...w5,...Object.fromEntries(o.filter(f=>f.default!==void 0).map(f=>[f.name,f.default]))},i=g4(n.plugins,n.parser),l=await y4(i,n.parser);n.astFormat=l.astFormat,n.locEnd=l.locEnd,n.locStart=l.locStart;let u=(r=i.printers)!=null&&r[l.astFormat]?i:pI(n.plugins,l.astFormat),d=await hI(u,l.astFormat);n.printer=d;let p=u.defaultOptions?Object.fromEntries(Object.entries(u.defaultOptions).filter(([,f])=>f!==void 0)):{},h={...a,...p};for(let[f,m]of Object.entries(h))(n[f]===null||n[f]===void 0)&&(n[f]=m);return n.parser==="json"&&(n.trailingComma="none"),YI(n,o,{passThrough:Object.keys(w5),...t})}async function ux(e,t){let r=await v4(t),n=r.preprocess?r.preprocess(e,t):e;t.originalText=n;let o;try{o=await r.parse(n,t,t)}catch(a){mI(a,e)}return{text:n,ast:o}}function mI(e,t){let{loc:r}=e;if(r){let n=(0,KI.codeFrameColumns)(t,r,{highlightCode:!0});throw e.message+=`
|
310
|
+
`+n,e.codeFrame=n,e}throw e}async function gI(e,t,r,n,o){let{embeddedLanguageFormatting:a,printer:{embed:i,hasPrettierIgnore:l=c(()=>!1,"s"),getVisitorKeys:u}}=r;if(!i||a!=="auto")return;if(i.length>2)throw new Error("printer.embed has too many parameters. The API changed in Prettier v3. Please update your plugin. See https://prettier.io/docs/en/plugins.html#optional-embed");let d=dc(i.getVisitorKeys??u),p=[];m();let h=e.stack;for(let{print:g,node:v,pathStack:D}of p)try{e.stack=D;let b=await g(f,t,e,r);b&&o.set(v,b)}catch(b){if(globalThis.PRETTIER_DEBUG)throw b}e.stack=h;function f(g,v){return vI(g,v,r,n)}c(f,"f");function m(){let{node:g}=e;if(g===null||typeof g!="object"||l(e))return;for(let D of d(g))Array.isArray(g[D])?e.each(m,D):e.call(m,D);let v=i(e,r);if(v){if(typeof v=="function"){p.push({print:v,node:g,pathStack:[...e.stack]});return}o.set(g,v)}}c(m,"p")}async function vI(e,t,r,n){let o=await La({...r,...t,parentParser:r.parser,originalText:e},{passThrough:!0}),{ast:a}=await Il(e,o),i=await n(a,o);return q2(i)}function cx(e,t){let{originalText:r,[Symbol.for("comments")]:n,locStart:o,locEnd:a,[Symbol.for("printedComments")]:i}=t,{node:l}=e,u=o(l),d=a(l);for(let p of n)o(p)>=u&&a(p)<=d&&i.add(p);return r.slice(u,d)}async function uc(e,t){({ast:e}=await w4(e,t));let r=new Map,n=new zI(e),o=MI(t),a=new Map;await gI(n,l,t,uc,a);let i=await e5(n,t,l,void 0,a);return aI(t),i;function l(d,p){return d===void 0||d===n?u(p):Array.isArray(d)?n.call(()=>u(p),...d):n.call(()=>u(p),d)}function u(d){o(n);let p=n.node;if(p==null)return"";let h=p&&typeof p=="object"&&d===void 0;if(h&&r.has(p))return r.get(p);let f=e5(n,t,l,d,a);return h&&r.set(p,f),f}}function e5(e,t,r,n,o){var a;let{node:i}=e,{printer:l}=t,u;return(a=l.hasPrettierIgnore)!=null&&a.call(l,e)?u=XI(e,t):o.has(i)?u=o.get(i):u=l.print(e,t,r,n),i===t.cursorNode&&(u=d4(u,d=>[n1,d,n1])),l.printComment&&(!l.willPrintOwnComments||!l.willPrintOwnComments(e,t))&&(u=oI(e,u,t)),u}async function w4(e,t){let r=e.comments??[];t[Symbol.for("comments")]=r,t[Symbol.for("tokens")]=e.tokens??[],t[Symbol.for("printedComments")]=new Set,Z_(e,t);let{printer:{preprocess:n}}=t;return e=n?await n(e,t):e,{ast:e,comments:r}}function dx(e,t){let{cursorOffset:r,locStart:n,locEnd:o}=t,a=dc(t.printer.getVisitorKeys),i=c(u=>n(u)<=r&&o(u)>=r,"i"),l=e;for(let u of X_(e,{getVisitorKeys:a,filter:i}))l=u;return l}function fx(e,t){let{printer:{massageAstNode:r,getVisitorKeys:n}}=t;if(!r)return e;let o=dc(n),a=r.ignoredProperties??new Set;return i(e);function i(l,u){if(!(l!==null&&typeof l=="object"))return l;if(Array.isArray(l))return l.map(f=>i(f,u)).filter(Boolean);let d={},p=new Set(o(l));for(let f in l)!Object.prototype.hasOwnProperty.call(l,f)||a.has(f)||(p.has(f)?d[f]=i(l[f],l):d[f]=l[f]);let h=r(l,d,u);if(h!==null)return h??d}}function yI(e,t){let r=[e.node,...e.parentNodes],n=new Set([t.node,...t.parentNodes]);return r.find(o=>k4.has(o.type)&&n.has(o))}function t5(e){let t=JI(!1,e,r=>r.type!=="Program"&&r.type!=="File");return t===-1?e:e.slice(0,t+1)}function wI(e,t,{locStart:r,locEnd:n}){let o=e.node,a=t.node;if(o===a)return{startNode:o,endNode:a};let i=r(e.node);for(let u of t5(t.parentNodes))if(r(u)>=i)a=u;else break;let l=n(t.node);for(let u of t5(e.parentNodes)){if(n(u)<=l)o=u;else break;if(o===a)break}return{startNode:o,endNode:a}}function t1(e,t,r,n,o=[],a){let{locStart:i,locEnd:l}=r,u=i(e),d=l(e);if(!(t>d||t<u||a==="rangeEnd"&&t===u||a==="rangeStart"&&t===d)){for(let p of xf(e,r)){let h=t1(p,t,r,n,[e,...o],a);if(h)return h}if(!n||n(e,o[0]))return{node:e,parentNodes:o}}}function bI(e,t){return t!=="DeclareExportDeclaration"&&e!=="TypeParameterDeclaration"&&(e==="Directive"||e==="TypeAlias"||e==="TSExportAssignment"||e.startsWith("Declare")||e.startsWith("TSDeclare")||e.endsWith("Statement")||e.endsWith("Declaration"))}function r5(e,t,r){if(!t)return!1;switch(e.parser){case"flow":case"babel":case"babel-flow":case"babel-ts":case"typescript":case"acorn":case"espree":case"meriyah":case"__babel_estree":return bI(t.type,r==null?void 0:r.type);case"json":case"json5":case"jsonc":case"json-stringify":return k4.has(t.type);case"graphql":return tR.has(t.kind);case"vue":return t.tag!=="root"}return!1}function xI(e,t,r){let{rangeStart:n,rangeEnd:o,locStart:a,locEnd:i}=t;i1.ok(o>n);let l=e.slice(n,o).search(/\S/u),u=l===-1;if(!u)for(n+=l;o>n&&!/\S/u.test(e[o-1]);--o);let d=t1(r,n,t,(m,g)=>r5(t,m,g),[],"rangeStart"),p=u?d:t1(r,o,t,m=>r5(t,m),[],"rangeEnd");if(!d||!p)return{rangeStart:0,rangeEnd:0};let h,f;if(eR(t)){let m=yI(d,p);h=m,f=m}else({startNode:h,endNode:f}=wI(d,p,t));return{rangeStart:Math.min(a(h),a(f)),rangeEnd:Math.max(i(h),i(f))}}async function b4(e,t,r=0){if(!e||e.trim().length===0)return{formatted:"",cursorOffset:-1,comments:[]};let{ast:n,text:o}=await Il(e,t);t.cursorOffset>=0&&(t.cursorNode=QI(n,t));let a=await uc(n,t);r>0&&(a=V2([ho,a],r,t.tabWidth));let i=zu(a,t);if(r>0){let u=i.formatted.trim();i.cursorNodeStart!==void 0&&(i.cursorNodeStart-=i.formatted.indexOf(u)),i.formatted=u+wf(t.endOfLine)}let l=t[Symbol.for("comments")];if(t.cursorOffset>=0){let u,d,p,h,f;if(t.cursorNode&&i.cursorNodeText?(u=t.locStart(t.cursorNode),d=o.slice(u,t.locEnd(t.cursorNode)),p=t.cursorOffset-u,h=i.cursorNodeStart,f=i.cursorNodeText):(u=0,d=o,p=t.cursorOffset,h=0,f=i.formatted),d===f)return{formatted:i.formatted,cursorOffset:h+p,comments:l};let m=d.split("");m.splice(p,0,b5);let g=f.split(""),v=$_(m,g),D=h;for(let b of v)if(b.removed){if(b.value.includes(b5))break}else D+=b.count;return{formatted:i.formatted,cursorOffset:D,comments:l}}return{formatted:i.formatted,cursorOffset:-1,comments:l}}async function DI(e,t){let{ast:r,text:n}=await Il(e,t),{rangeStart:o,rangeEnd:a}=xI(n,t,r),i=n.slice(o,a),l=Math.min(o,n.lastIndexOf(`
|
311
|
+
`,o)+1),u=n.slice(l,o).match(/^\s*/u)[0],d=a1(u,t.tabWidth),p=await b4(i,{...t,rangeStart:0,rangeEnd:Number.POSITIVE_INFINITY,cursorOffset:t.cursorOffset>o&&t.cursorOffset<=a?t.cursorOffset-o:-1,endOfLine:"lf"},d),h=p.formatted.trimEnd(),{cursorOffset:f}=t;f>a?f+=h.length-i.length:p.cursorOffset>=0&&(f=p.cursorOffset+o);let m=n.slice(0,o)+h+n.slice(a);if(t.endOfLine!=="lf"){let g=wf(t.endOfLine);f>=0&&g===`\r
|
312
|
+
`&&(f+=c4(m.slice(0,f),`
|
313
|
+
`)),m=cc(!1,m,`
|
314
|
+
`,g)}return{formatted:m,cursorOffset:f,comments:p.comments}}function N0(e,t,r){return typeof t!="number"||Number.isNaN(t)||t<0||t>e.length?r:t}function n5(e,t){let{cursorOffset:r,rangeStart:n,rangeEnd:o}=t;return r=N0(e,r,-1),n=N0(e,n,0),o=N0(e,o,e.length),{...t,cursorOffset:r,rangeStart:n,rangeEnd:o}}function x4(e,t){let{cursorOffset:r,rangeStart:n,rangeEnd:o,endOfLine:a}=n5(e,t),i=e.charAt(0)===A4;if(i&&(e=e.slice(1),r--,n--,o--),a==="auto"&&(a=P_(e)),e.includes("\r")){let l=c(u=>c4(e.slice(0,Math.max(u,0)),`\r
|
315
|
+
`),"s");r-=l(r),n-=l(n),o-=l(o),e=N_(e)}return{hasBOM:i,text:e,options:n5(e,{...t,cursorOffset:r,rangeStart:n,rangeEnd:o,endOfLine:a})}}async function o5(e,t){let r=await v4(t);return!r.hasPragma||r.hasPragma(e)}async function a5(e,t){let{hasBOM:r,text:n,options:o}=x4(e,await La(t));if(o.rangeStart>=o.rangeEnd&&n!==""||o.requirePragma&&!await o5(n,o))return{formatted:e,cursorOffset:t.cursorOffset,comments:[]};let a;return o.rangeStart>0||o.rangeEnd<n.length?a=await DI(n,o):(!o.requirePragma&&o.insertPragma&&o.printer.insertPragma&&!await o5(n,o)&&(n=o.printer.insertPragma(n)),a=await b4(n,o)),r&&(a.formatted=A4+a.formatted,a.cursorOffset>=0&&a.cursorOffset++),a}async function px(e,t,r){let{text:n,options:o}=x4(e,await La(t)),a=await Il(n,o);return r&&(r.preprocessForPrint&&(a.ast=await w4(a.ast,o)),r.massage&&(a.ast=ZI(a.ast,o))),a}async function hx(e,t){t=await La(t);let r=await uc(e,t);return zu(r,t)}async function mx(e,t){let r=j_(e),{formatted:n}=await a5(r,{...t,parser:"__js_expression"});return n}async function gx(e,t){t=await La(t);let{ast:r}=await Il(e,t);return uc(r,t)}async function vx(e,t){return zu(e,await La(t))}function yx(e,t){if(t===!1)return!1;if(e.charAt(t)==="/"&&e.charAt(t+1)==="*"){for(let r=t+2;r<e.length;++r)if(e.charAt(r)==="*"&&e.charAt(r+1)==="/")return r+2}return t}function wx(e,t){return t===!1?!1:e.charAt(t)==="/"&&e.charAt(t+1)==="/"?d5(e,t):t}function bx(e,t){let r=null,n=t;for(;n!==r;)r=n,n=On(e,n),n=l1(e,n),n=s1(e,n),n=So(e,n);return n}function xx(e,t){let r=null,n=t;for(;n!==r;)r=n,n=c5(e,n),n=l1(e,n),n=On(e,n);return n=s1(e,n),n=So(e,n),n!==!1&&zn(e,n)}function Dx(e,t){let r=e.lastIndexOf(`
|
316
|
+
`);return r===-1?0:a1(e.slice(r+1).match(/^[\t ]*/u)[0],t)}function EI(e){if(typeof e!="string")throw new TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}function Ex(e,t){let r=e.match(new RegExp(`(${EI(t)})+`,"gu"));return r===null?0:r.reduce((n,o)=>Math.max(n,o.length/t.length),0)}function Cx(e,t){let r=Cf(e,t);return r===!1?"":e.charAt(r)}function Sx(e,t,r){for(let n=t;n<r;++n)if(e.charAt(n)===`
|
317
|
+
`)return!0;return!1}function kx(e,t,r={}){return On(e,r.backwards?t-1:t,r)!==t}function Ax(e,t,r){let n=t==='"'?"'":'"',o=cc(!1,e,/\\(.)|(["'])/gsu,(a,i,l)=>i===n?i:l===t?"\\"+l:l||(r&&/^[^\n\r"'0-7\\bfnrt-vx\u2028\u2029]$/u.test(i)?i:"\\"+i));return t+o+t}function CI(e,t,r){return Cf(e,r(t))}function Fx(e,t){return arguments.length===2||typeof t=="number"?Cf(e,t):CI(...arguments)}function SI(e,t,r){return Ef(e,r(t))}function _x(e,t){return arguments.length===2||typeof t=="number"?Ef(e,t):SI(...arguments)}function kI(e,t,r){return u1(e,r(t))}function Ix(e,t){return arguments.length===2||typeof t=="number"?u1(e,t):kI(...arguments)}function Hn(e,t=1){return async(...r)=>{let n=r[t]??{},o=n.plugins??[];return r[t]={...n,plugins:Array.isArray(o)?o:Object.values(o)},e(...r)}}async function i5(e,t){let{formatted:r}=await x5(e,{...t,cursorOffset:-1});return r}async function Rx(e,t){return await i5(e,t)===e}var zx,rs,Tx,Bx,Lx,Mx,Cm,Ox,l0,ns,Sm,os,$x,Px,Nx,Ya,s0,km,jx,Hx,Vx,Ux,Wx,Am,qx,cc,Fm,_m,Im,Rm,Gx,Yx,AI,Ka,Ds,To,fn,po,pn,hn,on,gt,Ar,At,mn,gn,an,je,Fr,Pt,D4,Bo,FI,zm,Kx,Ca,l5,r1,Tm,_r,Df,Xx,Es,Qx,j0,Bm,s5,Zx,ho,u5,n1,Jx,Re,_I,II,RI,o1,lt,fr,Bi,a1,Wo,Lm,u0,Mm,e9,zI,Om,i1,TI,t9,On,c5,d5,So,zn,BI,f5,LI,dc,H0,V0,E4,Ef,MI,$m,C4,Pm,p5,OI,$I,PI,Xo,Nm,r9,ia,h5,as,m5,n9,jm,U0,g5,v5,NI,Hm,Cn,Vm,jI,Um,HI,Wm,VI,qm,UI,Gm,WI,Ym,o9,Km,qI,Xm,y5,a9,i9,l9,s9,Qm,GI,Zm,YI,u9,S4,w5,La,KI,Il,XI,QI,ZI,c9,JI,eR,k4,tR,A4,b5,Jm,d9,f9,p9,h9,eg,l1,s1,Cf,u1,m9,g9,v9,y9,w9,b9,x5,x9,D9,rR,tU=M(()=>{zx=Object.create,rs=Object.defineProperty,Tx=Object.getOwnPropertyDescriptor,Bx=Object.getOwnPropertyNames,Lx=Object.getPrototypeOf,Mx=Object.prototype.hasOwnProperty,Cm=c(e=>{throw TypeError(e)},"sr"),Ox=c((e,t)=>()=>(e&&(t=e(e=0)),t),"_u"),l0=c((e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),"At"),ns=c((e,t)=>{for(var r in t)rs(e,r,{get:t[r],enumerable:!0})},"We"),Sm=c((e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of Bx(t))!Mx.call(e,o)&&o!==r&&rs(e,o,{get:c(()=>t[o],"get"),enumerable:!(n=Tx(t,o))||n.enumerable});return e},"ar"),os=c((e,t,r)=>(r=e!=null?zx(Lx(e)):{},Sm(t||!e||!e.__esModule?rs(r,"default",{value:e,enumerable:!0}):r,e)),"Me"),$x=c(e=>Sm(rs({},"__esModule",{value:!0}),e),"vu"),Px=c((e,t,r)=>t.has(e)||Cm("Cannot "+r),"bu"),Nx=c((e,t,r)=>t.has(e)?Cm("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),"Dr"),Ya=c((e,t,r)=>(Px(e,t,"access private method"),r),"pe"),s0=l0((e,t)=>{var r=new Proxy(String,{get:c(()=>r,"get")});t.exports=r}),km={},ns(km,{default:c(()=>Hx,"default"),shouldHighlight:c(()=>jx,"shouldHighlight")}),Vx=Ox(()=>{jx=c(()=>!1,"xo"),Hx=String}),Ux=l0((e,t)=>{var r=String,n=c(function(){return{isColorSupported:!1,reset:r,bold:r,dim:r,italic:r,underline:r,inverse:r,hidden:r,strikethrough:r,black:r,red:r,green:r,yellow:r,blue:r,magenta:r,cyan:r,white:r,gray:r,bgBlack:r,bgRed:r,bgGreen:r,bgYellow:r,bgBlue:r,bgMagenta:r,bgCyan:r,bgWhite:r}},"Ln");t.exports=n(),t.exports.createColors=n}),Wx=l0(e=>{Object.defineProperty(e,"__esModule",{value:!0}),e.codeFrameColumns=m,e.default=g;var t=(Vx(),$x(km)),r=o(Ux(),!0);function n(v){if(typeof WeakMap!="function")return null;var D=new WeakMap,b=new WeakMap;return(n=c(function(w){return w?b:D},"Wn"))(v)}c(n,"Wn");function o(v,D){if(!D&&v&&v.__esModule)return v;if(v===null||typeof v!="object"&&typeof v!="function")return{default:v};var b=n(D);if(b&&b.has(v))return b.get(v);var w={__proto__:null},y=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var x in v)if(x!=="default"&&{}.hasOwnProperty.call(v,x)){var E=y?Object.getOwnPropertyDescriptor(v,x):null;E&&(E.get||E.set)?Object.defineProperty(w,x,E):w[x]=v[x]}return w.default=v,b&&b.set(v,w),w}c(o,"vo");var a=r.default,i=c((v,D)=>b=>v(D(b)),"Rn"),l;function u(v){return v?(l!=null||(l=(0,r.createColors)(!0)),l):a}c(u,"Oo");var d=!1;function p(v){return{gutter:v.gray,marker:i(v.red,v.bold),message:i(v.red,v.bold)}}c(p,"So");var h=/\r\n|[\n\r\u2028\u2029]/;function f(v,D,b){let w=Object.assign({column:0,line:-1},v.start),y=Object.assign({},w,v.end),{linesAbove:x=2,linesBelow:E=3}=b||{},S=w.line,C=w.column,k=y.line,F=y.column,_=Math.max(S-(x+1),0),T=Math.min(D.length,k+E);S===-1&&(_=0),k===-1&&(T=D.length);let N=k-S,P={};if(N)for(let G=0;G<=N;G++){let j=G+S;if(!C)P[j]=!0;else if(G===0){let U=D[j-1].length;P[j]=[C,U-C+1]}else if(G===N)P[j]=[0,F];else{let U=D[j-G].length;P[j]=[0,U]}}else C===F?C?P[S]=[C,0]:P[S]=!0:P[S]=[C,F-C];return{start:_,end:T,markerLines:P}}c(f,"No");function m(v,D,b={}){let w=(b.highlightCode||b.forceColor)&&(0,t.shouldHighlight)(b),y=u(b.forceColor),x=p(y),E=c((P,G)=>w?P(G):G,"i"),S=v.split(h),{start:C,end:k,markerLines:F}=f(D,S,b),_=D.start&&typeof D.start.column=="number",T=String(k).length,N=(w?(0,t.default)(v,b):v).split(h,k).slice(C,k).map((P,G)=>{let j=C+1+G,U=` ${` ${j}`.slice(-T)} |`,K=F[j],B=!F[j+1];if(K){let L="";if(Array.isArray(K)){let O=P.slice(0,Math.max(K[0]-1,0)).replace(/[^\t]/g," "),V=K[1]||1;L=[`
|
318
|
+
`,E(x.gutter,U.replace(/\d/g," "))," ",O,E(x.marker,"^").repeat(V)].join(""),B&&b.message&&(L+=" "+E(x.message,b.message))}return[E(x.marker,">"),E(x.gutter,U),P.length>0?` ${P}`:"",L].join("")}else return` ${E(x.gutter,U)}${P.length>0?` ${P}`:""}`}).join(`
|
319
|
+
`);return b.message&&!_&&(N=`${" ".repeat(T+1)}${b.message}
|
320
|
+
${N}`),w?y.reset(N):N}c(m,"Mn");function g(v,D,b,w={}){if(!d){d=!0;let y="Passing lineNumber and colNumber is deprecated to @babel/code-frame. Please use `codeFrameColumns`.";{let x=new Error(y);x.name="DeprecationWarning",console.warn(new Error(y))}}return b=Math.max(b,0),m(v,{start:{column:b,line:D}},w)}c(g,"To")}),Am={},ns(Am,{__debug:c(()=>D9,"__debug"),check:c(()=>Rx,"check"),doc:c(()=>Jm,"doc"),format:c(()=>i5,"format"),formatWithCursor:c(()=>x5,"formatWithCursor"),getSupportInfo:c(()=>x9,"getSupportInfo"),util:c(()=>eg,"util"),version:c(()=>h9,"version")}),qx=c((e,t,r,n)=>{if(!(e&&t==null))return t.replaceAll?t.replaceAll(r,n):r.global?t.replace(r,n):t.split(r).join(n)},"Ou"),cc=qx,c(Dn,"Z"),Dn.prototype={diff:c(function(e,t){var r,n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},o=n.callback;typeof n=="function"&&(o=n,n={}),this.options=n;var a=this;function i(y){return o?(setTimeout(function(){o(void 0,y)},0),!0):y}c(i,"s"),e=this.castInput(e),t=this.castInput(t),e=this.removeEmpty(this.tokenize(e)),t=this.removeEmpty(this.tokenize(t));var l=t.length,u=e.length,d=1,p=l+u;n.maxEditLength&&(p=Math.min(p,n.maxEditLength));var h=(r=n.timeout)!==null&&r!==void 0?r:1/0,f=Date.now()+h,m=[{oldPos:-1,lastComponent:void 0}],g=this.extractCommon(m[0],t,e,0);if(m[0].oldPos+1>=u&&g+1>=l)return i([{value:this.join(t),count:t.length}]);var v=-1/0,D=1/0;function b(){for(var y=Math.max(v,-d);y<=Math.min(D,d);y+=2){var x=void 0,E=m[y-1],S=m[y+1];E&&(m[y-1]=void 0);var C=!1;if(S){var k=S.oldPos-y;C=S&&0<=k&&k<l}var F=E&&E.oldPos+1<u;if(!C&&!F){m[y]=void 0;continue}if(!F||C&&E.oldPos+1<S.oldPos?x=a.addToPath(S,!0,void 0,0):x=a.addToPath(E,void 0,!0,1),g=a.extractCommon(x,t,e,y),x.oldPos+1>=u&&g+1>=l)return i(Sb(a,x.lastComponent,t,e,a.useLongestToken));m[y]=x,x.oldPos+1>=u&&(D=Math.min(D,y-1)),g+1>=l&&(v=Math.max(v,y+1))}d++}if(c(b,"A"),o)c(function y(){setTimeout(function(){if(d>p||Date.now()>f)return o();b()||y()},0)},"h")();else for(;d<=p&&Date.now()<=f;){var w=b();if(w)return w}},"diff"),addToPath:c(function(e,t,r,n){var o=e.lastComponent;return o&&o.added===t&&o.removed===r?{oldPos:e.oldPos+n,lastComponent:{count:o.count+1,added:t,removed:r,previousComponent:o.previousComponent}}:{oldPos:e.oldPos+n,lastComponent:{count:1,added:t,removed:r,previousComponent:o}}},"addToPath"),extractCommon:c(function(e,t,r,n){for(var o=t.length,a=r.length,i=e.oldPos,l=i-n,u=0;l+1<o&&i+1<a&&this.equals(t[l+1],r[i+1]);)l++,i++,u++;return u&&(e.lastComponent={count:u,previousComponent:e.lastComponent}),e.oldPos=i,l},"extractCommon"),equals:c(function(e,t){return this.options.comparator?this.options.comparator(e,t):e===t||this.options.ignoreCase&&e.toLowerCase()===t.toLowerCase()},"equals"),removeEmpty:c(function(e){for(var t=[],r=0;r<e.length;r++)e[r]&&t.push(e[r]);return t},"removeEmpty"),castInput:c(function(e){return e},"castInput"),tokenize:c(function(e){return e.split("")},"tokenize"),join:c(function(e){return e.join("")},"join")},c(Sb,"Su"),Fm=/^[A-Za-z\xC0-\u02C6\u02C8-\u02D7\u02DE-\u02FF\u1E00-\u1EFF]+$/,_m=/\S/,Im=new Dn,Im.equals=function(e,t){return this.options.ignoreCase&&(e=e.toLowerCase(),t=t.toLowerCase()),e===t||this.options.ignoreWhitespace&&!_m.test(e)&&!_m.test(t)},Im.tokenize=function(e){for(var t=e.split(/([^\S\r\n]+|[()[\]{}'"\r\n]|\b)/),r=0;r<t.length-1;r++)!t[r+1]&&t[r+2]&&Fm.test(t[r])&&Fm.test(t[r+2])&&(t[r]+=t[r+2],t.splice(r+1,2),r--);return t},Rm=new Dn,Rm.tokenize=function(e){this.options.stripTrailingCr&&(e=e.replace(/\r\n/g,`
|
321
|
+
`));var t=[],r=e.split(/(\n|\r\n)/);r[r.length-1]||r.pop();for(var n=0;n<r.length;n++){var o=r[n];n%2&&!this.options.newlineIsToken?t[t.length-1]+=o:(this.options.ignoreWhitespace&&(o=o.trim()),t.push(o))}return t},Gx=new Dn,Gx.tokenize=function(e){return e.split(/(\S.+?[.!?])(?=\s+|$)/)},Yx=new Dn,Yx.tokenize=function(e){return e.split(/([{}:;,]|\s+)/)},c(Ks,"$e"),AI=Object.prototype.toString,Ka=new Dn,Ka.useLongestToken=!0,Ka.tokenize=Rm.tokenize,Ka.castInput=function(e){var t=this.options,r=t.undefinedReplacement,n=t.stringifyReplacer,o=n===void 0?function(a,i){return typeof i>"u"?r:i}:n;return typeof e=="string"?e:JSON.stringify(Xd(e,null,null,o),o," ")},Ka.equals=function(e,t){return Dn.prototype.equals.call(Ka,e.replace(/,([\r\n])/g,"$1"),t.replace(/,([\r\n])/g,"$1"))},c(Xd,"Bt"),Ds=new Dn,Ds.tokenize=function(e){return e.slice()},Ds.join=Ds.removeEmpty=function(e){return e},c($_,"dr"),c(P_,"Fr"),c(wf,"Be"),c(c4,"wt"),c(N_,"mr"),To="string",fn="array",po="cursor",pn="indent",hn="align",on="trim",gt="group",Ar="fill",At="if-break",mn="indent-if-break",gn="line-suffix",an="line-suffix-boundary",je="line",Fr="label",Pt="break-parent",D4=new Set([po,pn,hn,on,gt,Ar,At,mn,gn,an,je,Fr,Pt]),c(kb,"Lu"),Bo=kb,FI=c(e=>new Intl.ListFormat("en-US",{type:"disjunction"}).format(e),"Pu"),c(Ab,"Iu"),Kx=(zm=class extends Error{constructor(t){super(Ab(t));Hr(this,"name","InvalidDocError");this.doc=t}},c(zm,"xt"),zm),Ca=Kx,l5={},c(Fb,"Ru"),r1=Fb,Tm=c(()=>{},"hr"),_r=Tm,Df=Tm,c(Iu,"De"),c(Ea,"ae"),c(N2,"_t"),c(_b,"Cr"),c(Ib,"gr"),c(Rb,"yr"),c(zb,"Ar"),c(j2,"Ge"),c(Tb,"Br"),c(Bb,"wr"),c(Qd,"xe"),Xx={type:an},Es={type:Pt},Qx={type:on},j0={type:je,hard:!0},Bm={type:je,hard:!0,literal:!0},s5={type:je},Zx={type:je,soft:!0},ho=[j0,Es],u5=[Bm,Es],n1={type:po},c(H2,"be"),c(V2,"Je"),c(Lb,"br"),c(qr,"ee"),c(j_,"Or"),Jx=c((e,t,r)=>{if(!(e&&t==null))return Array.isArray(t)||typeof t=="string"?t[r<0?t.length+r:r]:t.at(r)},"Yu"),Re=Jx,_I=c(()=>/[#*0-9]\uFE0F?\u20E3|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26AA\u26B0\u26B1\u26BD\u26BE\u26C4\u26C8\u26CF\u26D1\u26E9\u26F0-\u26F5\u26F7\u26F8\u26FA\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2757\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B55\u3030\u303D\u3297\u3299]\uFE0F?|[\u261D\u270C\u270D](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?|[\u270A\u270B](?:\uD83C[\uDFFB-\uDFFF])?|[\u23E9-\u23EC\u23F0\u23F3\u25FD\u2693\u26A1\u26AB\u26C5\u26CE\u26D4\u26EA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2795-\u2797\u27B0\u27BF\u2B50]|\u26D3\uFE0F?(?:\u200D\uD83D\uDCA5)?|\u26F9(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|\u2764\uFE0F?(?:\u200D(?:\uD83D\uDD25|\uD83E\uDE79))?|\uD83C(?:[\uDC04\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]\uFE0F?|[\uDF85\uDFC2\uDFC7](?:\uD83C[\uDFFB-\uDFFF])?|[\uDFC4\uDFCA](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDFCB\uDFCC](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF43\uDF45-\uDF4A\uDF4C-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uDDE6\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF]|\uDDE7\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF]|\uDDE8\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF]|\uDDE9\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF]|\uDDEA\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA]|\uDDEB\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7]|\uDDEC\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE]|\uDDED\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA]|\uDDEE\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9]|\uDDEF\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5]|\uDDF0\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF]|\uDDF1\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE]|\uDDF2\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF]|\uDDF3\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF]|\uDDF4\uD83C\uDDF2|\uDDF5\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE]|\uDDF6\uD83C\uDDE6|\uDDF7\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC]|\uDDF8\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF]|\uDDF9\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF]|\uDDFA\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF]|\uDDFB\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA]|\uDDFC\uD83C[\uDDEB\uDDF8]|\uDDFD\uD83C\uDDF0|\uDDFE\uD83C[\uDDEA\uDDF9]|\uDDFF\uD83C[\uDDE6\uDDF2\uDDFC]|\uDF44(?:\u200D\uD83D\uDFEB)?|\uDF4B(?:\u200D\uD83D\uDFE9)?|\uDFC3(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDFF3\uFE0F?(?:\u200D(?:\u26A7\uFE0F?|\uD83C\uDF08))?|\uDFF4(?:\u200D\u2620\uFE0F?|\uDB40\uDC67\uDB40\uDC62\uDB40(?:\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDC73\uDB40\uDC63\uDB40\uDC74|\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F)?)|\uD83D(?:[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3]\uFE0F?|[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC](?:\uD83C[\uDFFB-\uDFFF])?|[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4\uDEB5](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD74\uDD90](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?|[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC25\uDC27-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE41\uDE43\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEDC-\uDEDF\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB\uDFF0]|\uDC08(?:\u200D\u2B1B)?|\uDC15(?:\u200D\uD83E\uDDBA)?|\uDC26(?:\u200D(?:\u2B1B|\uD83D\uDD25))?|\uDC3B(?:\u200D\u2744\uFE0F?)?|\uDC41\uFE0F?(?:\u200D\uD83D\uDDE8\uFE0F?)?|\uDC68(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDC68\uDC69]\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE])))?))?|\uDC69(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?[\uDC68\uDC69]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?|\uDC69\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?))|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFE])))?))?|\uDC6F(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDD75(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDE2E(?:\u200D\uD83D\uDCA8)?|\uDE35(?:\u200D\uD83D\uDCAB)?|\uDE36(?:\u200D\uD83C\uDF2B\uFE0F?)?|\uDE42(?:\u200D[\u2194\u2195]\uFE0F?)?|\uDEB6(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?)|\uD83E(?:[\uDD0C\uDD0F\uDD18-\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5\uDEC3-\uDEC5\uDEF0\uDEF2-\uDEF8](?:\uD83C[\uDFFB-\uDFFF])?|[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD\uDDCF\uDDD4\uDDD6-\uDDDD](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDDDE\uDDDF](?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD0D\uDD0E\uDD10-\uDD17\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCC\uDDD0\uDDE0-\uDDFF\uDE70-\uDE7C\uDE80-\uDE88\uDE90-\uDEBD\uDEBF-\uDEC2\uDECE-\uDEDB\uDEE0-\uDEE8]|\uDD3C(?:\u200D[\u2640\u2642]\uFE0F?|\uD83C[\uDFFB-\uDFFF])?|\uDDCE(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDDD1(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1|\uDDD1\u200D\uD83E\uDDD2(?:\u200D\uD83E\uDDD2)?|\uDDD2(?:\u200D\uD83E\uDDD2)?))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?))?|\uDEF1(?:\uD83C(?:\uDFFB(?:\u200D\uD83E\uDEF2\uD83C[\uDFFC-\uDFFF])?|\uDFFC(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFD-\uDFFF])?|\uDFFD(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])?|\uDFFE(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFD\uDFFF])?|\uDFFF(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFE])?))?)/g,"Sr"),c(Mb,"Nr"),c(Ob,"Tr"),II=c(e=>!(Mb(e)||Ob(e)),"kr"),RI=/[^\x20-\x7F]/u,c($b,"Hu"),o1=$b,c(Ru,"Ne"),c(Zd,"Xe"),c(H_,"Wu"),c(Pb,"Ir"),c(U2,"Lr"),c(V_,"Rr"),c(U_,"Mu"),c(Nb,"Yr"),c(W2,"Pr"),c(Ti,"Se"),c(q2,"Ze"),c(W_,"$u"),c(q_,"Vu"),c(jb,"jr"),c(G_,"Uu"),c(Hb,"Hr"),c(d4,"Qe"),lt=Symbol("MODE_BREAK"),fr=Symbol("MODE_FLAT"),Bi=Symbol("cursor"),c(f4,"Wr"),c(Y_,"zu"),c(K_,"Gu"),c(Jd,"bt"),c(e1,"Ot"),c(xs,"et"),c(zu,"Fe"),c(Vb,"Ku"),a1=Vb,e9=(Mm=class{constructor(e){Nx(this,Wo),this.stack=[e]}get key(){let{stack:e,siblings:t}=this;return Re(!1,e,t===null?-2:-4)??null}get index(){return this.siblings===null?null:Re(!1,this.stack,-2)}get node(){return Re(!1,this.stack,-1)}get parent(){return this.getNode(1)}get grandparent(){return this.getNode(2)}get isInArray(){return this.siblings!==null}get siblings(){let{stack:e}=this,t=Re(!1,e,-3);return Array.isArray(t)?t:null}get next(){let{siblings:e}=this;return e===null?null:e[this.index+1]}get previous(){let{siblings:e}=this;return e===null?null:e[this.index-1]}get isFirst(){return this.index===0}get isLast(){let{siblings:e,index:t}=this;return e!==null&&t===e.length-1}get isRoot(){return this.stack.length===1}get root(){return this.stack[0]}get ancestors(){return[...Ya(this,Wo,u0).call(this)]}getName(){let{stack:e}=this,{length:t}=e;return t>1?Re(!1,e,-2):null}getValue(){return Re(!1,this.stack,-1)}getNode(e=0){let t=Ya(this,Wo,Lm).call(this,e);return t===-1?null:this.stack[t]}getParentNode(e=0){return this.getNode(e+1)}call(e,...t){let{stack:r}=this,{length:n}=r,o=Re(!1,r,-1);for(let a of t)o=o[a],r.push(a,o);try{return e(this)}finally{r.length=n}}callParent(e,t=0){let r=Ya(this,Wo,Lm).call(this,t+1),n=this.stack.splice(r+1);try{return e(this)}finally{this.stack.push(...n)}}each(e,...t){let{stack:r}=this,{length:n}=r,o=Re(!1,r,-1);for(let a of t)o=o[a],r.push(a,o);try{for(let a=0;a<o.length;++a)r.push(a,o[a]),e(this,a,o),r.length-=2}finally{r.length=n}}map(e,...t){let r=[];return this.each((n,o,a)=>{r[o]=e(n,o,a)},...t),r}match(...e){let t=this.stack.length-1,r=null,n=this.stack[t--];for(let o of e){if(n===void 0)return!1;let a=null;if(typeof r=="number"&&(a=r,r=this.stack[t--],n=this.stack[t--]),o&&!o(n,r,a))return!1;r=this.stack[t--],n=this.stack[t--]}return!0}findAncestor(e){for(let t of Ya(this,Wo,u0).call(this))if(e(t))return t}hasAncestor(e){for(let t of Ya(this,Wo,u0).call(this))if(e(t))return!0;return!1}},c(Mm,"St"),Mm),Wo=new WeakSet,Lm=c(function(e){let{stack:t}=this;for(let r=t.length-1;r>=0;r-=2)if(!Array.isArray(t[r])&&--e<0)return r;return-1},"Nt"),u0=c(function*(){let{stack:e}=this;for(let t=e.length-3;t>=0;t-=2){let r=e[t];Array.isArray(r)||(yield r)}},"tt"),zI=e9,Om=new Proxy(()=>{},{get:c(()=>Om,"get")}),i1=Om,c(Ub,"qu"),TI=Ub,c(p4,"Tt"),c(X_,"Ur"),c(Ga,"Ee"),t9=Ga(/\s/u),On=Ga(" "),c5=Ga(",; "),d5=Ga(/[^\n\r]/u),c(Wb,"Ju"),So=Wb,c(qb,"Xu"),zn=qb,c(Gb,"Zu"),BI=Gb,f5=new Set(["tokens","comments","parent","enclosingNode","precedingNode","followingNode"]),LI=c(e=>Object.keys(e).filter(t=>!f5.has(t)),"Qu"),c(Yb,"eo"),dc=Yb,c(Q_,"to"),c(bf,"Lt"),c(oa,"ue"),c(Xs,"re"),c(aa,"oe"),H0=new WeakMap,c(xf,"ut"),c(h4,"qr"),V0=c(()=>!1,"It"),c(Z_,"Jr"),E4=c(e=>!/[\S\n\u2028\u2029]/u.test(e),"Xr"),c(J_,"ro"),c(eI,"no"),c(G2,"Kr"),c($0,"Rt"),c(Kb,"uo"),Ef=Kb,c(m4,"Zr"),c(tI,"oo"),c(rI,"io"),c(nI,"so"),c(oI,"Qr"),c(aI,"en"),c(Xb,"ao"),MI=Xb,C4=($m=class extends Error{constructor(){super(...arguments);Hr(this,"name","ConfigError")}},c($m,"Pe"),$m),p5=(Pm=class extends Error{constructor(){super(...arguments);Hr(this,"name","UndefinedParserError")}},c(Pm,"Ie"),Pm),OI={cursorOffset:{category:"Special",type:"int",default:-1,range:{start:-1,end:1/0,step:1},description:"Print (to stderr) where a cursor at the given position would move to after formatting.",cliCategory:"Editor"},endOfLine:{category:"Global",type:"choice",default:"lf",description:"Which end of line characters to apply.",choices:[{value:"lf",description:"Line Feed only (\\n), common on Linux and macOS as well as inside git repos"},{value:"crlf",description:"Carriage Return + Line Feed characters (\\r\\n), common on Windows"},{value:"cr",description:"Carriage Return character only (\\r), used very rarely"},{value:"auto",description:`Maintain existing
|
322
|
+
(mixed values within one file are normalised by looking at what's used after the first line)`}]},filepath:{category:"Special",type:"path",description:"Specify the input filepath. This will be used to do parser inference.",cliName:"stdin-filepath",cliCategory:"Other",cliDescription:"Path to the file to pretend that stdin comes from."},insertPragma:{category:"Special",type:"boolean",default:!1,description:"Insert @format pragma into file's first docblock comment.",cliCategory:"Other"},parser:{category:"Global",type:"choice",default:void 0,description:"Which parser to use.",exception:c(e=>typeof e=="string"||typeof e=="function","exception"),choices:[{value:"flow",description:"Flow"},{value:"babel",description:"JavaScript"},{value:"babel-flow",description:"Flow"},{value:"babel-ts",description:"TypeScript"},{value:"typescript",description:"TypeScript"},{value:"acorn",description:"JavaScript"},{value:"espree",description:"JavaScript"},{value:"meriyah",description:"JavaScript"},{value:"css",description:"CSS"},{value:"less",description:"Less"},{value:"scss",description:"SCSS"},{value:"json",description:"JSON"},{value:"json5",description:"JSON5"},{value:"jsonc",description:"JSON with Comments"},{value:"json-stringify",description:"JSON.stringify"},{value:"graphql",description:"GraphQL"},{value:"markdown",description:"Markdown"},{value:"mdx",description:"MDX"},{value:"vue",description:"Vue"},{value:"yaml",description:"YAML"},{value:"glimmer",description:"Ember / Handlebars"},{value:"html",description:"HTML"},{value:"angular",description:"Angular"},{value:"lwc",description:"Lightning Web Components"}]},plugins:{type:"path",array:!0,default:[{value:[]}],category:"Global",description:"Add a plugin. Multiple plugins can be passed as separate `--plugin`s.",exception:c(e=>typeof e=="string"||typeof e=="object","exception"),cliName:"plugin",cliCategory:"Config"},printWidth:{category:"Global",type:"int",default:80,description:"The line length where Prettier will try wrap.",range:{start:0,end:1/0,step:1}},rangeEnd:{category:"Special",type:"int",default:1/0,range:{start:0,end:1/0,step:1},description:`Format code ending at a given character offset (exclusive).
|
323
|
+
The range will extend forwards to the end of the selected statement.`,cliCategory:"Editor"},rangeStart:{category:"Special",type:"int",default:0,range:{start:0,end:1/0,step:1},description:`Format code starting at a given character offset.
|
324
|
+
The range will extend backwards to the start of the first line containing the selected statement.`,cliCategory:"Editor"},requirePragma:{category:"Special",type:"boolean",default:!1,description:`Require either '@prettier' or '@format' to be present in the file's first docblock comment
|
325
|
+
in order for it to be formatted.`,cliCategory:"Other"},tabWidth:{type:"int",category:"Global",default:2,description:"Number of spaces per indentation level.",range:{start:0,end:1/0,step:1}},useTabs:{category:"Global",type:"boolean",default:!1,description:"Indent with tabs instead of spaces."},embeddedLanguageFormatting:{category:"Global",type:"choice",default:"auto",description:"Control how Prettier formats quoted code embedded in the file.",choices:[{value:"auto",description:"Format embedded code if Prettier can automatically identify it."},{value:"off",description:"Never automatically format embedded code."}]}},c(Y2,"ot"),c(iI,"Do"),c(lI,"lo"),$I=c(e=>String(e).split(/[/\\]/u).pop(),"co"),c(K2,"nn"),c(sI,"fo"),c(Qb,"po"),PI=Qb,Xo={key:c(e=>/^[$_a-zA-Z][$_a-zA-Z0-9]*$/.test(e)?e:JSON.stringify(e),"key"),value(e){if(e===null||typeof e!="object")return JSON.stringify(e);if(Array.isArray(e))return`[${e.map(r=>Xo.value(r)).join(", ")}]`;let t=Object.keys(e);return t.length===0?"{}":`{ ${t.map(r=>`${Xo.key(r)}: ${Xo.value(e[r])}`).join(", ")} }`},pair:c(({key:e,value:t})=>Xo.value({[e]:t}),"pair")},Nm=os(s0(),1),r9=c((e,t,{descriptor:r})=>{let n=[`${Nm.default.yellow(typeof e=="string"?r.key(e):r.pair(e))} is deprecated`];return t&&n.push(`we now treat it as ${Nm.default.blue(typeof t=="string"?r.key(t):r.pair(t))}`),n.join("; ")+"."},"an"),ia=os(s0(),1),h5=Symbol.for("vnopts.VALUE_NOT_EXIST"),as=Symbol.for("vnopts.VALUE_UNCHANGED"),m5=" ".repeat(2),n9=c((e,t,r)=>{let{text:n,list:o}=r.normalizeExpectedResult(r.schemas[e].expected(r)),a=[];return n&&a.push(ym(e,t,n,r.descriptor)),o&&a.push([ym(e,t,o.title,r.descriptor)].concat(o.values.map(i=>X2(i,r.loggerPrintWidth))).join(`
|
326
|
+
`)),Q2(a,r.loggerPrintWidth)},"cn"),c(ym,"ln"),c(X2,"fn"),c(Q2,"pn"),jm=os(s0(),1),U0=[],g5=[],c(Zb,"Ht"),v5=c((e,t,{descriptor:r,logger:n,schemas:o})=>{let a=[`Ignored unknown option ${jm.default.yellow(r.pair({key:e,value:t}))}.`],i=Object.keys(o).sort().find(l=>Zb(e,l)<3);i&&a.push(`Did you mean ${jm.default.blue(r.key(i))}?`),n.warn(a.join(" "))},"at"),NI=["default","expected","validate","deprecated","forward","redirect","overlap","preprocess","postprocess"],c(Jb,"mo"),Cn=(Hm=class{static create(e){return Jb(this,e)}constructor(e){this.name=e.name}default(e){}expected(e){return"nothing"}validate(e,t){return!1}deprecated(e,t){return!1}forward(e,t){}redirect(e,t){}overlap(e,t,r){return e}preprocess(e,t){return e}postprocess(e,t){return as}},c(Hm,"O"),Hm),c(uI,"Eo"),jI=(Vm=class extends Cn{constructor(e){super(e),this._sourceName=e.sourceName}expected(e){return e.schemas[this._sourceName].expected(e)}validate(e,t){return t.schemas[this._sourceName].validate(e,t)}redirect(e,t){return this._sourceName}},c(Vm,"Dt"),Vm),HI=(Um=class extends Cn{expected(){return"anything"}validate(){return!0}},c(Um,"lt"),Um),VI=(Wm=class extends Cn{constructor({valueSchema:e,name:t=e.name,...r}){super({...r,name:t}),this._valueSchema=e}expected(e){let{text:t,list:r}=e.normalizeExpectedResult(this._valueSchema.expected(e));return{text:t&&`an array of ${t}`,list:r&&{title:"an array of the following values",values:[{list:r}]}}}validate(e,t){if(!Array.isArray(e))return!1;let r=[];for(let n of e){let o=t.normalizeValidateResult(this._valueSchema.validate(n,t),n);o!==!0&&r.push(o.value)}return r.length===0?!0:{value:r}}deprecated(e,t){let r=[];for(let n of e){let o=t.normalizeDeprecatedResult(this._valueSchema.deprecated(n,t),n);o!==!1&&r.push(...o.map(({value:a})=>({value:[a]})))}return r}forward(e,t){let r=[];for(let n of e){let o=t.normalizeForwardResult(this._valueSchema.forward(n,t),n);r.push(...o.map(wm))}return r}redirect(e,t){let r=[],n=[];for(let o of e){let a=t.normalizeRedirectResult(this._valueSchema.redirect(o,t),o);"remain"in a&&r.push(a.remain),n.push(...a.redirect.map(wm))}return r.length===0?{redirect:n}:{redirect:n,remain:r}}overlap(e,t){return e.concat(t)}},c(Wm,"ct"),Wm),c(wm,"Fn"),UI=(qm=class extends Cn{expected(){return"true or false"}validate(e){return typeof e=="boolean"}},c(qm,"ft"),qm),c(ex,"En"),c(tx,"hn"),c(rx,"Cn"),c(nx,"gn"),c(ox,"yn"),c(ax,"An"),c(ix,"Bn"),c(bm,"Mt"),c(Z2,"$t"),c(xm,"Vt"),c(Dm,"Ut"),c(J2,"mn"),c(P0,"pt"),c(Em,"zt"),c(cI,"ho"),WI=(Gm=class extends Cn{constructor(e){super(e),this._choices=tx(e.choices.map(t=>t&&typeof t=="object"?t:{value:t}),"value")}expected({descriptor:e}){let t=Array.from(this._choices.keys()).map(o=>this._choices.get(o)).filter(({hidden:o})=>!o).map(o=>o.value).sort(ax).map(e.value),r=t.slice(0,-2),n=t.slice(-2);return{text:r.concat(n.join(" or ")).join(", "),list:{title:"one of the following values",values:t}}}validate(e){return this._choices.has(e)}deprecated(e){let t=this._choices.get(e);return t&&t.deprecated?{value:e}:!1}forward(e){let t=this._choices.get(e);return t?t.forward:void 0}redirect(e){let t=this._choices.get(e);return t?t.redirect:void 0}},c(Gm,"dt"),Gm),o9=(Ym=class extends Cn{expected(){return"a number"}validate(e,t){return typeof e=="number"}},c(Ym,"Ft"),Ym),qI=(Km=class extends o9{expected(){return"an integer"}validate(e,t){return t.normalizeValidateResult(super.validate(e,t),e)===!0&&ox(e)}},c(Km,"mt"),Km),y5=(Xm=class extends Cn{expected(){return"a string"}validate(e){return typeof e=="string"}},c(Xm,"Re"),Xm),a9=Xo,i9=v5,l9=n9,s9=r9,GI=(Qm=class{constructor(e,t){let{logger:r=console,loggerPrintWidth:n=80,descriptor:o=a9,unknown:a=i9,invalid:i=l9,deprecated:l=s9,missing:u=c(()=>!1,"D"),required:d=c(()=>!1,"l"),preprocess:p=c(f=>f,"d"),postprocess:h=c(()=>as,"f")}=t||{};this._utils={descriptor:o,logger:r||{warn:c(()=>{},"warn")},loggerPrintWidth:n,schemas:ex(e,"name"),normalizeDefaultResult:bm,normalizeExpectedResult:Z2,normalizeDeprecatedResult:Dm,normalizeForwardResult:P0,normalizeRedirectResult:Em,normalizeValidateResult:xm},this._unknownHandler=a,this._invalidHandler=ix(i),this._deprecatedHandler=l,this._identifyMissing=(f,m)=>!(f in m)||u(f,m),this._identifyRequired=d,this._preprocess=p,this._postprocess=h,this.cleanHistory()}cleanHistory(){this._hasDeprecationWarned=rx()}normalize(e){let t={},r=[this._preprocess(e,this._utils)],n=c(()=>{for(;r.length!==0;){let o=r.shift(),a=this._applyNormalization(o,t);r.push(...a)}},"u");n();for(let o of Object.keys(this._utils.schemas)){let a=this._utils.schemas[o];if(!(o in t)){let i=bm(a.default(this._utils));"value"in i&&r.push({[o]:i.value})}}n();for(let o of Object.keys(this._utils.schemas)){if(!(o in t))continue;let a=this._utils.schemas[o],i=t[o],l=a.postprocess(i,this._utils);l!==as&&(this._applyValidation(l,o,a),t[o]=l)}return this._applyPostprocess(t),this._applyRequiredCheck(t),t}_applyNormalization(e,t){let r=[],{knownKeys:n,unknownKeys:o}=this._partitionOptionKeys(e);for(let a of n){let i=this._utils.schemas[a],l=i.preprocess(e[a],this._utils);this._applyValidation(l,a,i);let u=c(({from:h,to:f})=>{r.push(typeof f=="string"?{[f]:h}:{[f.key]:f.value})},"D"),d=c(({value:h,redirectTo:f})=>{let m=Dm(i.deprecated(h,this._utils),l,!0);if(m!==!1)if(m===!0)this._hasDeprecationWarned(a)||this._utils.logger.warn(this._deprecatedHandler(a,f,this._utils));else for(let{value:g}of m){let v={key:a,value:g};if(!this._hasDeprecationWarned(v)){let D=typeof f=="string"?{key:f,value:g}:f;this._utils.logger.warn(this._deprecatedHandler(v,D,this._utils))}}},"l");P0(i.forward(l,this._utils),l).forEach(u);let p=Em(i.redirect(l,this._utils),l);if(p.redirect.forEach(u),"remain"in p){let h=p.remain;t[a]=a in t?i.overlap(t[a],h,this._utils):h,d({value:h})}for(let{from:h,to:f}of p.redirect)d({value:h,redirectTo:f})}for(let a of o){let i=e[a];this._applyUnknownHandler(a,i,t,(l,u)=>{r.push({[l]:u})})}return r}_applyRequiredCheck(e){for(let t of Object.keys(this._utils.schemas))if(this._identifyMissing(t,e)&&this._identifyRequired(t))throw this._invalidHandler(t,h5,this._utils)}_partitionOptionKeys(e){let[t,r]=nx(Object.keys(e).filter(n=>!this._identifyMissing(n,e)),n=>n in this._utils.schemas);return{knownKeys:t,unknownKeys:r}}_applyValidation(e,t,r){let n=xm(r.validate(e,this._utils),e);if(n!==!0)throw this._invalidHandler(t,n.value,this._utils)}_applyUnknownHandler(e,t,r,n){let o=this._unknownHandler(e,t,this._utils);if(o)for(let a of Object.keys(o)){if(this._identifyMissing(a,o))continue;let i=o[a];a in this._utils.schemas?n(a,i):r[a]=i}}_applyPostprocess(e){let t=this._postprocess(e,this._utils);if(t!==as){if(t.delete)for(let r of t.delete)delete e[r];if(t.override){let{knownKeys:r,unknownKeys:n}=this._partitionOptionKeys(t.override);for(let o of r){let a=t.override[o];this._applyValidation(a,o,this._utils.schemas[o]),e[o]=a}for(let o of n){let a=t.override[o];this._applyUnknownHandler(o,a,e,(i,l)=>{let u=this._utils.schemas[i];this._applyValidation(l,i,u),e[i]=l})}}}}},c(Qm,"Et"),Qm),c(lx,"go"),c(dI,"yo"),c(fI,"Ao"),YI=lx,u9=c((e,t,r)=>{if(!(e&&t==null)){if(t.findLast)return t.findLast(r);for(let n=t.length-1;n>=0;n--){let o=t[n];if(r(o,n,t))return o}}},"Bo"),S4=u9,c(g4,"qt"),c(pI,"On"),c(v4,"ht"),c(y4,"Jt"),c(hI,"Sn"),w5={astFormat:"estree",printer:{},originalText:void 0,locStart:null,locEnd:null},c(sx,"wo"),La=sx,KI=os(Wx(),1),c(ux,"ko"),c(mI,"Lo"),Il=ux,c(gI,"Un"),c(vI,"Po"),c(cx,"Io"),XI=cx,c(uc,"Ye"),c(e5,"Gn"),c(w4,"Qt"),c(dx,"Ro"),QI=dx,c(fx,"Yo"),ZI=fx,c9=c((e,t,r)=>{if(!(e&&t==null)){if(t.findLastIndex)return t.findLastIndex(r);for(let n=t.length-1;n>=0;n--){let o=t[n];if(r(o,n,t))return n}return-1}},"jo"),JI=c9,eR=c(({parser:e})=>e==="json"||e==="json5"||e==="jsonc"||e==="json-stringify","Ho"),c(yI,"Wo"),c(t5,"Xn"),c(wI,"Mo"),c(t1,"er"),c(bI,"$o"),k4=new Set(["JsonRoot","ObjectExpression","ArrayExpression","StringLiteral","NumericLiteral","BooleanLiteral","NullLiteral","UnaryExpression","TemplateLiteral"]),tR=new Set(["OperationDefinition","FragmentDefinition","VariableDefinition","TypeExtensionDefinition","ObjectTypeDefinition","FieldDefinition","DirectiveDefinition","EnumTypeDefinition","EnumValueDefinition","InputValueDefinition","InputObjectTypeDefinition","SchemaDefinition","OperationTypeDefinition","InterfaceTypeDefinition","UnionTypeDefinition","ScalarTypeDefinition"]),c(r5,"Zn"),c(xI,"eu"),A4="\uFEFF",b5=Symbol("cursor"),c(b4,"ou"),c(DI,"Uo"),c(N0,"tr"),c(n5,"ru"),c(x4,"iu"),c(o5,"nu"),c(a5,"rr"),c(px,"su"),c(hx,"au"),c(mx,"Du"),c(gx,"lu"),c(vx,"cu"),Jm={},ns(Jm,{builders:c(()=>d9,"builders"),printer:c(()=>f9,"printer"),utils:c(()=>p9,"utils")}),d9={join:H2,line:s5,softline:Zx,hardline:ho,literalline:u5,group:N2,conditionalGroup:zb,fill:j2,lineSuffix:Qd,lineSuffixBoundary:Xx,cursor:n1,breakParent:Es,ifBreak:Tb,trim:Qx,indent:Iu,indentIfBreak:Bb,align:Ea,addAlignmentToDoc:V2,markAsRoot:Ib,dedentToRoot:_b,dedent:Rb,hardlineWithoutBreakParent:j0,literallineWithoutBreakParent:Bm,label:Lb,concat:c(e=>e,"concat")},f9={printDocToString:zu},p9={willBreak:Pb,traverseDoc:r1,findInDoc:Zd,mapDoc:Ru,removeLines:Nb,stripTrailingHardline:q2,replaceEndOfLine:jb,canBreak:Hb},h9="3.3.3",eg={},ns(eg,{addDanglingComment:c(()=>Xs,"addDanglingComment"),addLeadingComment:c(()=>oa,"addLeadingComment"),addTrailingComment:c(()=>aa,"addTrailingComment"),getAlignmentSize:c(()=>a1,"getAlignmentSize"),getIndentSize:c(()=>m9,"getIndentSize"),getMaxContinuousCount:c(()=>g9,"getMaxContinuousCount"),getNextNonSpaceNonCommentCharacter:c(()=>v9,"getNextNonSpaceNonCommentCharacter"),getNextNonSpaceNonCommentCharacterIndex:c(()=>Fx,"getNextNonSpaceNonCommentCharacterIndex"),getStringWidth:c(()=>o1,"getStringWidth"),hasNewline:c(()=>zn,"hasNewline"),hasNewlineInRange:c(()=>y9,"hasNewlineInRange"),hasSpaces:c(()=>w9,"hasSpaces"),isNextLineEmpty:c(()=>Ix,"isNextLineEmpty"),isNextLineEmptyAfterIndex:c(()=>u1,"isNextLineEmptyAfterIndex"),isPreviousLineEmpty:c(()=>_x,"isPreviousLineEmpty"),makeString:c(()=>b9,"makeString"),skip:c(()=>Ga,"skip"),skipEverythingButNewLine:c(()=>d5,"skipEverythingButNewLine"),skipInlineComment:c(()=>l1,"skipInlineComment"),skipNewline:c(()=>So,"skipNewline"),skipSpaces:c(()=>On,"skipSpaces"),skipToLineEnd:c(()=>c5,"skipToLineEnd"),skipTrailingComment:c(()=>s1,"skipTrailingComment"),skipWhitespace:c(()=>t9,"skipWhitespace")}),c(yx,"Jo"),l1=yx,c(wx,"Xo"),s1=wx,c(bx,"Zo"),Cf=bx,c(xx,"Qo"),u1=xx,c(Dx,"ei"),m9=Dx,c(EI,"ur"),c(Ex,"ti"),g9=Ex,c(Cx,"ri"),v9=Cx,c(Sx,"ni"),y9=Sx,c(kx,"ui"),w9=kx,c(Ax,"oi"),b9=Ax,c(CI,"ii"),c(Fx,"si"),c(SI,"ai"),c(_x,"Di"),c(kI,"li"),c(Ix,"ci"),c(Hn,"fe"),x5=Hn(a5),c(i5,"gu"),c(Rx,"fi"),x9=Hn(Y2,0),D9={parse:Hn(px),formatAST:Hn(hx),formatDoc:Hn(mx),printToDoc:Hn(gx),printDocToString:Hn(vx)},rR=Am});function nR(e){for(var t=[],r=1;r<arguments.length;r++)t[r-1]=arguments[r];var n=Array.from(typeof e=="string"?[e]:e);n[n.length-1]=n[n.length-1].replace(/\r?\n([\t ]*)$/,"");var o=n.reduce(function(l,u){var d=u.match(/\n([\t ]+|(?!\s).)/g);return d?l.concat(d.map(function(p){var h,f;return(f=(h=p.match(/[\t ]/g))===null||h===void 0?void 0:h.length)!==null&&f!==void 0?f:0})):l},[]);if(o.length){var a=new RegExp(`
|
327
|
+
[ ]{`+Math.min.apply(Math,o)+"}","g");n=n.map(function(l){return l.replace(a,`
|
328
|
+
`)})}n[0]=n[0].replace(/^\r?\n/,"");var i=n[0];return t.forEach(function(l,u){var d=i.match(/(?:^|\n)( *)$/),p=d?d[1]:"",h=l;typeof l=="string"&&l.includes(`
|
329
|
+
`)&&(h=String(l).split(`
|
330
|
+
`).map(function(f,m){return m===0?f:""+p+f}).join(`
|
331
|
+
`)),i+=h+n[u+1]}),i}var rU=M(()=>{c(nR,"dedent")}),oR={};kl(oR,{formatter:()=>aR});var E9,aR,nU=M(()=>{E9=Ye(tf(),1),eU(),tU(),rU(),aR=(0,E9.default)(2)(async(e,t)=>e===!1?t:e==="dedent"||e===!0?nR(t):(await rR.format(t,{parser:e,plugins:[O_],htmlWhitespaceSensitivity:"ignore"})).trim())}),D5,E5,oU=M(()=>{D5=c(function(e){return e.reduce(function(t,r){var n=r[0],o=r[1];return t[n]=o,t},{})},"fromEntries"),E5=typeof window<"u"&&window.document&&window.document.createElement?s.useLayoutEffect:s.useEffect}),ht,Ut,Wt,mt,c1,Li,da,Mi,iR,F4,ai,lR,C5,_4,C9,S9,k9,A9,F9,_9,I9,R9,z9,sR,or=M(()=>{ht="top",Ut="bottom",Wt="right",mt="left",c1="auto",Li=[ht,Ut,Wt,mt],da="start",Mi="end",iR="clippingParents",F4="viewport",ai="popper",lR="reference",C5=Li.reduce(function(e,t){return e.concat([t+"-"+da,t+"-"+Mi])},[]),_4=[].concat(Li,[c1]).reduce(function(e,t){return e.concat([t,t+"-"+da,t+"-"+Mi])},[]),C9="beforeRead",S9="read",k9="afterRead",A9="beforeMain",F9="main",_9="afterMain",I9="beforeWrite",R9="write",z9="afterWrite",sR=[C9,S9,k9,A9,F9,_9,I9,R9,z9]});function Ir(e){return e?(e.nodeName||"").toLowerCase():null}var Ma=M(()=>{c(Ir,"getNodeName")});function Rt(e){if(e==null)return window;if(e.toString()!=="[object Window]"){var t=e.ownerDocument;return t&&t.defaultView||window}return e}var yn=M(()=>{c(Rt,"getWindow")});function ko(e){var t=Rt(e).Element;return e instanceof t||e instanceof Element}function Nt(e){var t=Rt(e).HTMLElement;return e instanceof t||e instanceof HTMLElement}function Sf(e){if(typeof ShadowRoot>"u")return!1;var t=Rt(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}var ar=M(()=>{yn(),c(ko,"isElement"),c(Nt,"isHTMLElement"),c(Sf,"isShadowRoot")});function T9(e){var t=e.state;Object.keys(t.elements).forEach(function(r){var n=t.styles[r]||{},o=t.attributes[r]||{},a=t.elements[r];!Nt(a)||!Ir(a)||(Object.assign(a.style,n),Object.keys(o).forEach(function(i){var l=o[i];l===!1?a.removeAttribute(i):a.setAttribute(i,l===!0?"":l)}))})}function B9(e){var t=e.state,r={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,r.popper),t.styles=r,t.elements.arrow&&Object.assign(t.elements.arrow.style,r.arrow),function(){Object.keys(t.elements).forEach(function(n){var o=t.elements[n],a=t.attributes[n]||{},i=Object.keys(t.styles.hasOwnProperty(n)?t.styles[n]:r[n]),l=i.reduce(function(u,d){return u[d]="",u},{});!Nt(o)||!Ir(o)||(Object.assign(o.style,l),Object.keys(a).forEach(function(u){o.removeAttribute(u)}))})}}var uR,aU=M(()=>{Ma(),ar(),c(T9,"applyStyles"),c(B9,"effect"),uR={name:"applyStyles",enabled:!0,phase:"write",fn:T9,effect:B9,requires:["computeStyles"]}});function Sr(e){return e.split("-")[0]}var Oa=M(()=>{c(Sr,"getBasePlacement")}),mo,Tu,Sa,$a=M(()=>{mo=Math.max,Tu=Math.min,Sa=Math.round});function d1(){var e=navigator.userAgentData;return e!=null&&e.brands&&Array.isArray(e.brands)?e.brands.map(function(t){return t.brand+"/"+t.version}).join(" "):navigator.userAgent}var cR=M(()=>{c(d1,"getUAString")});function I4(){return!/^((?!chrome|android).)*safari/i.test(d1())}var dR=M(()=>{cR(),c(I4,"isLayoutViewport")});function ka(e,t,r){t===void 0&&(t=!1),r===void 0&&(r=!1);var n=e.getBoundingClientRect(),o=1,a=1;t&&Nt(e)&&(o=e.offsetWidth>0&&Sa(n.width)/e.offsetWidth||1,a=e.offsetHeight>0&&Sa(n.height)/e.offsetHeight||1);var i=ko(e)?Rt(e):window,l=i.visualViewport,u=!I4()&&r,d=(n.left+(u&&l?l.offsetLeft:0))/o,p=(n.top+(u&&l?l.offsetTop:0))/a,h=n.width/o,f=n.height/a;return{width:h,height:f,top:p,right:d+h,bottom:p+f,left:d,x:d,y:p}}var fc=M(()=>{ar(),$a(),yn(),dR(),c(ka,"getBoundingClientRect")});function kf(e){var t=ka(e),r=e.offsetWidth,n=e.offsetHeight;return Math.abs(t.width-r)<=1&&(r=t.width),Math.abs(t.height-n)<=1&&(n=t.height),{x:e.offsetLeft,y:e.offsetTop,width:r,height:n}}var R4=M(()=>{fc(),c(kf,"getLayoutRect")});function z4(e,t){var r=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(r&&Sf(r)){var n=t;do{if(n&&e.isSameNode(n))return!0;n=n.parentNode||n.host}while(n)}return!1}var fR=M(()=>{ar(),c(z4,"contains")});function vn(e){return Rt(e).getComputedStyle(e)}var pc=M(()=>{yn(),c(vn,"getComputedStyle")});function pR(e){return["table","td","th"].indexOf(Ir(e))>=0}var iU=M(()=>{Ma(),c(pR,"isTableElement")});function Nn(e){return((ko(e)?e.ownerDocument:e.document)||window.document).documentElement}var Lo=M(()=>{ar(),c(Nn,"getDocumentElement")});function hc(e){return Ir(e)==="html"?e:e.assignedSlot||e.parentNode||(Sf(e)?e.host:null)||Nn(e)}var Af=M(()=>{Ma(),Lo(),ar(),c(hc,"getParentNode")});function S5(e){return!Nt(e)||vn(e).position==="fixed"?null:e.offsetParent}function hR(e){var t=/firefox/i.test(d1()),r=/Trident/i.test(d1());if(r&&Nt(e)){var n=vn(e);if(n.position==="fixed")return null}var o=hc(e);for(Sf(o)&&(o=o.host);Nt(o)&&["html","body"].indexOf(Ir(o))<0;){var a=vn(o);if(a.transform!=="none"||a.perspective!=="none"||a.contain==="paint"||["transform","perspective"].indexOf(a.willChange)!==-1||t&&a.willChange==="filter"||t&&a.filter&&a.filter!=="none")return o;o=o.parentNode}return null}function Rl(e){for(var t=Rt(e),r=S5(e);r&&pR(r)&&vn(r).position==="static";)r=S5(r);return r&&(Ir(r)==="html"||Ir(r)==="body"&&vn(r).position==="static")?t:r||hR(e)||t}var mc=M(()=>{yn(),Ma(),pc(),ar(),iU(),Af(),cR(),c(S5,"getTrueOffsetParent"),c(hR,"getContainingBlock"),c(Rl,"getOffsetParent")});function Ff(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}var T4=M(()=>{c(Ff,"getMainAxisFromPlacement")});function Oi(e,t,r){return mo(e,Tu(t,r))}function mR(e,t,r){var n=Oi(e,t,r);return n>r?r:n}var gR=M(()=>{$a(),c(Oi,"within"),c(mR,"withinMaxClamp")});function B4(){return{top:0,right:0,bottom:0,left:0}}var vR=M(()=>{c(B4,"getFreshSideObject")});function L4(e){return Object.assign({},B4(),e)}var yR=M(()=>{vR(),c(L4,"mergePaddingObject")});function M4(e,t){return t.reduce(function(r,n){return r[n]=e,r},{})}var wR=M(()=>{c(M4,"expandToHashMap")});function L9(e){var t,r=e.state,n=e.name,o=e.options,a=r.elements.arrow,i=r.modifiersData.popperOffsets,l=Sr(r.placement),u=Ff(l),d=[mt,Wt].indexOf(l)>=0,p=d?"height":"width";if(!(!a||!i)){var h=bR(o.padding,r),f=kf(a),m=u==="y"?ht:mt,g=u==="y"?Ut:Wt,v=r.rects.reference[p]+r.rects.reference[u]-i[u]-r.rects.popper[p],D=i[u]-r.rects.reference[u],b=Rl(a),w=b?u==="y"?b.clientHeight||0:b.clientWidth||0:0,y=v/2-D/2,x=h[m],E=w-f[p]-h[g],S=w/2-f[p]/2+y,C=Oi(x,S,E),k=u;r.modifiersData[n]=(t={},t[k]=C,t.centerOffset=C-S,t)}}function M9(e){var t=e.state,r=e.options,n=r.element,o=n===void 0?"[data-popper-arrow]":n;o!=null&&(typeof o=="string"&&(o=t.elements.popper.querySelector(o),!o)||z4(t.elements.popper,o)&&(t.elements.arrow=o))}var bR,xR,lU=M(()=>{Oa(),R4(),fR(),mc(),T4(),gR(),yR(),wR(),or(),bR=c(function(e,t){return e=typeof e=="function"?e(Object.assign({},t.rects,{placement:t.placement})):e,L4(typeof e!="number"?e:M4(e,Li))},"toPaddingObject"),c(L9,"arrow"),c(M9,"effect"),xR={name:"arrow",enabled:!0,phase:"main",fn:L9,effect:M9,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]}});function Aa(e){return e.split("-")[1]}var gc=M(()=>{c(Aa,"getVariation")});function DR(e,t){var r=e.x,n=e.y,o=t.devicePixelRatio||1;return{x:Sa(r*o)/o||0,y:Sa(n*o)/o||0}}function k5(e){var t,r=e.popper,n=e.popperRect,o=e.placement,a=e.variation,i=e.offsets,l=e.position,u=e.gpuAcceleration,d=e.adaptive,p=e.roundOffsets,h=e.isFixed,f=i.x,m=f===void 0?0:f,g=i.y,v=g===void 0?0:g,D=typeof p=="function"?p({x:m,y:v}):{x:m,y:v};m=D.x,v=D.y;var b=i.hasOwnProperty("x"),w=i.hasOwnProperty("y"),y=mt,x=ht,E=window;if(d){var S=Rl(r),C="clientHeight",k="clientWidth";if(S===Rt(r)&&(S=Nn(r),vn(S).position!=="static"&&l==="absolute"&&(C="scrollHeight",k="scrollWidth")),S=S,o===ht||(o===mt||o===Wt)&&a===Mi){x=Ut;var F=h&&S===E&&E.visualViewport?E.visualViewport.height:S[C];v-=F-n.height,v*=u?1:-1}if(o===mt||(o===ht||o===Ut)&&a===Mi){y=Wt;var _=h&&S===E&&E.visualViewport?E.visualViewport.width:S[k];m-=_-n.width,m*=u?1:-1}}var T=Object.assign({position:l},d&&ER),N=p===!0?DR({x:m,y:v},Rt(r)):{x:m,y:v};if(m=N.x,v=N.y,u){var P;return Object.assign({},T,(P={},P[x]=w?"0":"",P[y]=b?"0":"",P.transform=(E.devicePixelRatio||1)<=1?"translate("+m+"px, "+v+"px)":"translate3d("+m+"px, "+v+"px, 0)",P))}return Object.assign({},T,(t={},t[x]=w?v+"px":"",t[y]=b?m+"px":"",t.transform="",t))}function O9(e){var t=e.state,r=e.options,n=r.gpuAcceleration,o=n===void 0?!0:n,a=r.adaptive,i=a===void 0?!0:a,l=r.roundOffsets,u=l===void 0?!0:l,d={placement:Sr(t.placement),variation:Aa(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:o,isFixed:t.options.strategy==="fixed"};t.modifiersData.popperOffsets!=null&&(t.styles.popper=Object.assign({},t.styles.popper,k5(Object.assign({},d,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:i,roundOffsets:u})))),t.modifiersData.arrow!=null&&(t.styles.arrow=Object.assign({},t.styles.arrow,k5(Object.assign({},d,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:u})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})}var ER,CR,sU=M(()=>{or(),mc(),yn(),Lo(),pc(),Oa(),gc(),$a(),ER={top:"auto",right:"auto",bottom:"auto",left:"auto"},c(DR,"roundOffsetsByDPR"),c(k5,"mapToStyles"),c(O9,"computeStyles"),CR={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:O9,data:{}}});function $9(e){var t=e.state,r=e.instance,n=e.options,o=n.scroll,a=o===void 0?!0:o,i=n.resize,l=i===void 0?!0:i,u=Rt(t.elements.popper),d=[].concat(t.scrollParents.reference,t.scrollParents.popper);return a&&d.forEach(function(p){p.addEventListener("scroll",r.update,Cs)}),l&&u.addEventListener("resize",r.update,Cs),function(){a&&d.forEach(function(p){p.removeEventListener("scroll",r.update,Cs)}),l&&u.removeEventListener("resize",r.update,Cs)}}var Cs,SR,uU=M(()=>{yn(),Cs={passive:!0},c($9,"effect"),SR={name:"eventListeners",enabled:!0,phase:"write",fn:c(function(){},"fn"),effect:$9,data:{}}});function Qs(e){return e.replace(/left|right|bottom|top/g,function(t){return kR[t]})}var kR,cU=M(()=>{kR={left:"right",right:"left",bottom:"top",top:"bottom"},c(Qs,"getOppositePlacement")});function A5(e){return e.replace(/start|end/g,function(t){return AR[t]})}var AR,dU=M(()=>{AR={start:"end",end:"start"},c(A5,"getOppositeVariationPlacement")});function _f(e){var t=Rt(e),r=t.pageXOffset,n=t.pageYOffset;return{scrollLeft:r,scrollTop:n}}var O4=M(()=>{yn(),c(_f,"getWindowScroll")});function If(e){return ka(Nn(e)).left+_f(e).scrollLeft}var $4=M(()=>{fc(),Lo(),O4(),c(If,"getWindowScrollBarX")});function FR(e,t){var r=Rt(e),n=Nn(e),o=r.visualViewport,a=n.clientWidth,i=n.clientHeight,l=0,u=0;if(o){a=o.width,i=o.height;var d=I4();(d||!d&&t==="fixed")&&(l=o.offsetLeft,u=o.offsetTop)}return{width:a,height:i,x:l+If(e),y:u}}var fU=M(()=>{yn(),Lo(),$4(),dR(),c(FR,"getViewportRect")});function _R(e){var t,r=Nn(e),n=_f(e),o=(t=e.ownerDocument)==null?void 0:t.body,a=mo(r.scrollWidth,r.clientWidth,o?o.scrollWidth:0,o?o.clientWidth:0),i=mo(r.scrollHeight,r.clientHeight,o?o.scrollHeight:0,o?o.clientHeight:0),l=-n.scrollLeft+If(e),u=-n.scrollTop;return vn(o||r).direction==="rtl"&&(l+=mo(r.clientWidth,o?o.clientWidth:0)-a),{width:a,height:i,x:l,y:u}}var pU=M(()=>{Lo(),pc(),$4(),O4(),$a(),c(_R,"getDocumentRect")});function Rf(e){var t=vn(e),r=t.overflow,n=t.overflowX,o=t.overflowY;return/auto|scroll|overlay|hidden/.test(r+o+n)}var P4=M(()=>{pc(),c(Rf,"isScrollParent")});function N4(e){return["html","body","#document"].indexOf(Ir(e))>=0?e.ownerDocument.body:Nt(e)&&Rf(e)?e:N4(hc(e))}var hU=M(()=>{Af(),P4(),Ma(),ar(),c(N4,"getScrollParent")});function $i(e,t){var r;t===void 0&&(t=[]);var n=N4(e),o=n===((r=e.ownerDocument)==null?void 0:r.body),a=Rt(n),i=o?[a].concat(a.visualViewport||[],Rf(n)?n:[]):n,l=t.concat(i);return o?l:l.concat($i(hc(i)))}var IR=M(()=>{hU(),Af(),yn(),P4(),c($i,"listScrollParents")});function f1(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}var RR=M(()=>{c(f1,"rectToClientRect")});function zR(e,t){var r=ka(e,!1,t==="fixed");return r.top=r.top+e.clientTop,r.left=r.left+e.clientLeft,r.bottom=r.top+e.clientHeight,r.right=r.left+e.clientWidth,r.width=e.clientWidth,r.height=e.clientHeight,r.x=r.left,r.y=r.top,r}function F5(e,t,r){return t===F4?f1(FR(e,r)):ko(t)?zR(t,r):f1(_R(Nn(e)))}function TR(e){var t=$i(hc(e)),r=["absolute","fixed"].indexOf(vn(e).position)>=0,n=r&&Nt(e)?Rl(e):e;return ko(n)?t.filter(function(o){return ko(o)&&z4(o,n)&&Ir(o)!=="body"}):[]}function BR(e,t,r,n){var o=t==="clippingParents"?TR(e):[].concat(t),a=[].concat(o,[r]),i=a[0],l=a.reduce(function(u,d){var p=F5(e,d,n);return u.top=mo(p.top,u.top),u.right=Tu(p.right,u.right),u.bottom=Tu(p.bottom,u.bottom),u.left=mo(p.left,u.left),u},F5(e,i,n));return l.width=l.right-l.left,l.height=l.bottom-l.top,l.x=l.left,l.y=l.top,l}var mU=M(()=>{or(),fU(),pU(),IR(),mc(),Lo(),pc(),ar(),fc(),Af(),fR(),Ma(),RR(),$a(),c(zR,"getInnerBoundingClientRect"),c(F5,"getClientRectFromMixedType"),c(TR,"getClippingParents"),c(BR,"getClippingRect")});function j4(e){var t=e.reference,r=e.element,n=e.placement,o=n?Sr(n):null,a=n?Aa(n):null,i=t.x+t.width/2-r.width/2,l=t.y+t.height/2-r.height/2,u;switch(o){case ht:u={x:i,y:t.y-r.height};break;case Ut:u={x:i,y:t.y+t.height};break;case Wt:u={x:t.x+t.width,y:l};break;case mt:u={x:t.x-r.width,y:l};break;default:u={x:t.x,y:t.y}}var d=o?Ff(o):null;if(d!=null){var p=d==="y"?"height":"width";switch(a){case da:u[d]=u[d]-(t[p]/2-r[p]/2);break;case Mi:u[d]=u[d]+(t[p]/2-r[p]/2);break}}return u}var LR=M(()=>{Oa(),gc(),T4(),or(),c(j4,"computeOffsets")});function hl(e,t){t===void 0&&(t={});var r=t,n=r.placement,o=n===void 0?e.placement:n,a=r.strategy,i=a===void 0?e.strategy:a,l=r.boundary,u=l===void 0?iR:l,d=r.rootBoundary,p=d===void 0?F4:d,h=r.elementContext,f=h===void 0?ai:h,m=r.altBoundary,g=m===void 0?!1:m,v=r.padding,D=v===void 0?0:v,b=L4(typeof D!="number"?D:M4(D,Li)),w=f===ai?lR:ai,y=e.rects.popper,x=e.elements[g?w:f],E=BR(ko(x)?x:x.contextElement||Nn(e.elements.popper),u,p,i),S=ka(e.elements.reference),C=j4({reference:S,element:y,strategy:"absolute",placement:o}),k=f1(Object.assign({},y,C)),F=f===ai?k:S,_={top:E.top-F.top+b.top,bottom:F.bottom-E.bottom+b.bottom,left:E.left-F.left+b.left,right:F.right-E.right+b.right},T=e.modifiersData.offset;if(f===ai&&T){var N=T[o];Object.keys(_).forEach(function(P){var G=[Wt,Ut].indexOf(P)>=0?1:-1,j=[ht,Ut].indexOf(P)>=0?"y":"x";_[P]+=N[j]*G})}return _}var zf=M(()=>{mU(),Lo(),fc(),LR(),RR(),or(),ar(),yR(),wR(),c(hl,"detectOverflow")});function MR(e,t){t===void 0&&(t={});var r=t,n=r.placement,o=r.boundary,a=r.rootBoundary,i=r.padding,l=r.flipVariations,u=r.allowedAutoPlacements,d=u===void 0?_4:u,p=Aa(n),h=p?l?C5:C5.filter(function(g){return Aa(g)===p}):Li,f=h.filter(function(g){return d.indexOf(g)>=0});f.length===0&&(f=h);var m=f.reduce(function(g,v){return g[v]=hl(e,{placement:v,boundary:o,rootBoundary:a,padding:i})[Sr(v)],g},{});return Object.keys(m).sort(function(g,v){return m[g]-m[v]})}var gU=M(()=>{gc(),or(),zf(),Oa(),c(MR,"computeAutoPlacement")});function OR(e){if(Sr(e)===c1)return[];var t=Qs(e);return[A5(e),t,A5(t)]}function P9(e){var t=e.state,r=e.options,n=e.name;if(!t.modifiersData[n]._skip){for(var o=r.mainAxis,a=o===void 0?!0:o,i=r.altAxis,l=i===void 0?!0:i,u=r.fallbackPlacements,d=r.padding,p=r.boundary,h=r.rootBoundary,f=r.altBoundary,m=r.flipVariations,g=m===void 0?!0:m,v=r.allowedAutoPlacements,D=t.options.placement,b=Sr(D),w=b===D,y=u||(w||!g?[Qs(D)]:OR(D)),x=[D].concat(y).reduce(function(de,q){return de.concat(Sr(q)===c1?MR(t,{placement:q,boundary:p,rootBoundary:h,padding:d,flipVariations:g,allowedAutoPlacements:v}):q)},[]),E=t.rects.reference,S=t.rects.popper,C=new Map,k=!0,F=x[0],_=0;_<x.length;_++){var T=x[_],N=Sr(T),P=Aa(T)===da,G=[ht,Ut].indexOf(N)>=0,j=G?"width":"height",U=hl(t,{placement:T,boundary:p,rootBoundary:h,altBoundary:f,padding:d}),K=G?P?Wt:mt:P?Ut:ht;E[j]>S[j]&&(K=Qs(K));var B=Qs(K),L=[];if(a&&L.push(U[N]<=0),l&&L.push(U[K]<=0,U[B]<=0),L.every(function(de){return de})){F=T,k=!1;break}C.set(T,L)}if(k)for(var O=g?3:1,V=c(function(de){var q=x.find(function(ee){var ne=C.get(ee);if(ne)return ne.slice(0,de).every(function(_e){return _e})});if(q)return F=q,"break"},"_loop"),Q=O;Q>0;Q--){var se=V(Q);if(se==="break")break}t.placement!==F&&(t.modifiersData[n]._skip=!0,t.placement=F,t.reset=!0)}}var $R,vU=M(()=>{cU(),Oa(),dU(),zf(),gU(),or(),gc(),c(OR,"getExpandedFallbackPlacements"),c(P9,"flip"),$R={name:"flip",enabled:!0,phase:"main",fn:P9,requiresIfExists:["offset"],data:{_skip:!1}}});function _5(e,t,r){return r===void 0&&(r={x:0,y:0}),{top:e.top-t.height-r.y,right:e.right-t.width+r.x,bottom:e.bottom-t.height+r.y,left:e.left-t.width-r.x}}function I5(e){return[ht,Wt,Ut,mt].some(function(t){return e[t]>=0})}function N9(e){var t=e.state,r=e.name,n=t.rects.reference,o=t.rects.popper,a=t.modifiersData.preventOverflow,i=hl(t,{elementContext:"reference"}),l=hl(t,{altBoundary:!0}),u=_5(i,n),d=_5(l,o,a),p=I5(u),h=I5(d);t.modifiersData[r]={referenceClippingOffsets:u,popperEscapeOffsets:d,isReferenceHidden:p,hasPopperEscaped:h},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":p,"data-popper-escaped":h})}var PR,yU=M(()=>{or(),zf(),c(_5,"getSideOffsets"),c(I5,"isAnySideFullyClipped"),c(N9,"hide"),PR={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:N9}});function NR(e,t,r){var n=Sr(e),o=[mt,ht].indexOf(n)>=0?-1:1,a=typeof r=="function"?r(Object.assign({},t,{placement:e})):r,i=a[0],l=a[1];return i=i||0,l=(l||0)*o,[mt,Wt].indexOf(n)>=0?{x:l,y:i}:{x:i,y:l}}function j9(e){var t=e.state,r=e.options,n=e.name,o=r.offset,a=o===void 0?[0,0]:o,i=_4.reduce(function(p,h){return p[h]=NR(h,t.rects,a),p},{}),l=i[t.placement],u=l.x,d=l.y;t.modifiersData.popperOffsets!=null&&(t.modifiersData.popperOffsets.x+=u,t.modifiersData.popperOffsets.y+=d),t.modifiersData[n]=i}var jR,wU=M(()=>{Oa(),or(),c(NR,"distanceAndSkiddingToXY"),c(j9,"offset"),jR={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:j9}});function H9(e){var t=e.state,r=e.name;t.modifiersData[r]=j4({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})}var HR,bU=M(()=>{LR(),c(H9,"popperOffsets"),HR={name:"popperOffsets",enabled:!0,phase:"read",fn:H9,data:{}}});function VR(e){return e==="x"?"y":"x"}var xU=M(()=>{c(VR,"getAltAxis")});function V9(e){var t=e.state,r=e.options,n=e.name,o=r.mainAxis,a=o===void 0?!0:o,i=r.altAxis,l=i===void 0?!1:i,u=r.boundary,d=r.rootBoundary,p=r.altBoundary,h=r.padding,f=r.tether,m=f===void 0?!0:f,g=r.tetherOffset,v=g===void 0?0:g,D=hl(t,{boundary:u,rootBoundary:d,padding:h,altBoundary:p}),b=Sr(t.placement),w=Aa(t.placement),y=!w,x=Ff(b),E=VR(x),S=t.modifiersData.popperOffsets,C=t.rects.reference,k=t.rects.popper,F=typeof v=="function"?v(Object.assign({},t.rects,{placement:t.placement})):v,_=typeof F=="number"?{mainAxis:F,altAxis:F}:Object.assign({mainAxis:0,altAxis:0},F),T=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,N={x:0,y:0};if(S){if(a){var P,G=x==="y"?ht:mt,j=x==="y"?Ut:Wt,U=x==="y"?"height":"width",K=S[x],B=K+D[G],L=K-D[j],O=m?-k[U]/2:0,V=w===da?C[U]:k[U],Q=w===da?-k[U]:-C[U],se=t.elements.arrow,de=m&&se?kf(se):{width:0,height:0},q=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:B4(),ee=q[G],ne=q[j],_e=Oi(0,C[U],de[U]),Ke=y?C[U]/2-O-_e-ee-_.mainAxis:V-_e-ee-_.mainAxis,Br=y?-C[U]/2+O+_e+ne+_.mainAxis:Q+_e+ne+_.mainAxis,zt=t.elements.arrow&&Rl(t.elements.arrow),ir=zt?x==="y"?zt.clientTop||0:zt.clientLeft||0:0,W=(P=T==null?void 0:T[x])!=null?P:0,lr=K+Ke-W-ir,Lr=K+Br-W,Mo=Oi(m?Tu(B,lr):B,K,m?mo(L,Lr):L);S[x]=Mo,N[x]=Mo-K}if(l){var Na,Mr=x==="x"?ht:mt,vc=x==="x"?Ut:Wt,at=S[E],Oo=E==="y"?"height":"width",Or=at+D[Mr],ja=at-D[vc],$r=[ht,mt].indexOf(b)!==-1,Ha=(Na=T==null?void 0:T[E])!=null?Na:0,Pr=$r?Or:at-C[Oo]-k[Oo]-Ha+_.altAxis,Xe=$r?at+C[Oo]+k[Oo]-Ha-_.altAxis:ja,sr=m&&$r?mR(Pr,at,Xe):Oi(m?Pr:Or,at,m?Xe:ja);S[E]=sr,N[E]=sr-at}t.modifiersData[n]=N}}var UR,DU=M(()=>{or(),Oa(),T4(),xU(),gR(),R4(),mc(),zf(),gc(),vR(),$a(),c(V9,"preventOverflow"),UR={name:"preventOverflow",enabled:!0,phase:"main",fn:V9,requiresIfExists:["offset"]}}),WR=M(()=>{});function qR(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}var EU=M(()=>{c(qR,"getHTMLElementScroll")});function GR(e){return e===Rt(e)||!Nt(e)?_f(e):qR(e)}var CU=M(()=>{O4(),yn(),ar(),EU(),c(GR,"getNodeScroll")});function YR(e){var t=e.getBoundingClientRect(),r=Sa(t.width)/e.offsetWidth||1,n=Sa(t.height)/e.offsetHeight||1;return r!==1||n!==1}function KR(e,t,r){r===void 0&&(r=!1);var n=Nt(t),o=Nt(t)&&YR(t),a=Nn(t),i=ka(e,o,r),l={scrollLeft:0,scrollTop:0},u={x:0,y:0};return(n||!n&&!r)&&((Ir(t)!=="body"||Rf(a))&&(l=GR(t)),Nt(t)?(u=ka(t,!0),u.x+=t.clientLeft,u.y+=t.clientTop):a&&(u.x=If(a))),{x:i.left+l.scrollLeft-u.x,y:i.top+l.scrollTop-u.y,width:i.width,height:i.height}}var SU=M(()=>{fc(),CU(),Ma(),ar(),$4(),Lo(),P4(),$a(),c(YR,"isElementScaled"),c(KR,"getCompositeRect")});function XR(e){var t=new Map,r=new Set,n=[];e.forEach(function(a){t.set(a.name,a)});function o(a){r.add(a.name);var i=[].concat(a.requires||[],a.requiresIfExists||[]);i.forEach(function(l){if(!r.has(l)){var u=t.get(l);u&&o(u)}}),n.push(a)}return c(o,"sort"),e.forEach(function(a){r.has(a.name)||o(a)}),n}function QR(e){var t=XR(e);return sR.reduce(function(r,n){return r.concat(t.filter(function(o){return o.phase===n}))},[])}var kU=M(()=>{or(),c(XR,"order"),c(QR,"orderModifiers")});function ZR(e){var t;return function(){return t||(t=new Promise(function(r){Promise.resolve().then(function(){t=void 0,r(e())})})),t}}var AU=M(()=>{c(ZR,"debounce")});function JR(e){var t=e.reduce(function(r,n){var o=r[n.name];return r[n.name]=o?Object.assign({},o,n,{options:Object.assign({},o.options,n.options),data:Object.assign({},o.data,n.data)}):n,r},{});return Object.keys(t).map(function(r){return t[r]})}var FU=M(()=>{c(JR,"mergeByName")});function R5(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return!t.some(function(n){return!(n&&typeof n.getBoundingClientRect=="function")})}function ez(e){e===void 0&&(e={});var t=e,r=t.defaultModifiers,n=r===void 0?[]:r,o=t.defaultOptions,a=o===void 0?z5:o;return c(function(i,l,u){u===void 0&&(u=a);var d={placement:"bottom",orderedModifiers:[],options:Object.assign({},z5,a),modifiersData:{},elements:{reference:i,popper:l},attributes:{},styles:{}},p=[],h=!1,f={state:d,setOptions:c(function(v){var D=typeof v=="function"?v(d.options):v;g(),d.options=Object.assign({},a,d.options,D),d.scrollParents={reference:ko(i)?$i(i):i.contextElement?$i(i.contextElement):[],popper:$i(l)};var b=QR(JR([].concat(n,d.options.modifiers)));return d.orderedModifiers=b.filter(function(w){return w.enabled}),m(),f.update()},"setOptions"),forceUpdate:c(function(){if(!h){var v=d.elements,D=v.reference,b=v.popper;if(R5(D,b)){d.rects={reference:KR(D,Rl(b),d.options.strategy==="fixed"),popper:kf(b)},d.reset=!1,d.placement=d.options.placement,d.orderedModifiers.forEach(function(k){return d.modifiersData[k.name]=Object.assign({},k.data)});for(var w=0;w<d.orderedModifiers.length;w++){if(d.reset===!0){d.reset=!1,w=-1;continue}var y=d.orderedModifiers[w],x=y.fn,E=y.options,S=E===void 0?{}:E,C=y.name;typeof x=="function"&&(d=x({state:d,options:S,name:C,instance:f})||d)}}}},"forceUpdate"),update:ZR(function(){return new Promise(function(v){f.forceUpdate(),v(d)})}),destroy:c(function(){g(),h=!0},"destroy")};if(!R5(i,l))return f;f.setOptions(u).then(function(v){!h&&u.onFirstUpdate&&u.onFirstUpdate(v)});function m(){d.orderedModifiers.forEach(function(v){var D=v.name,b=v.options,w=b===void 0?{}:b,y=v.effect;if(typeof y=="function"){var x=y({state:d,name:D,instance:f,options:w}),E=c(function(){},"noopFn");p.push(x||E)}})}c(m,"runModifierEffects");function g(){p.forEach(function(v){return v()}),p=[]}return c(g,"cleanupModifierEffects"),f},"createPopper")}var z5,_U=M(()=>{SU(),R4(),IR(),mc(),kU(),AU(),FU(),ar(),z5={placement:"bottom",modifiers:[],strategy:"absolute"},c(R5,"areValidElements"),c(ez,"popperGenerator")}),U9,tz,IU=M(()=>{_U(),uU(),bU(),sU(),aU(),wU(),vU(),DU(),lU(),yU(),WR(),U9=[SR,HR,CR,uR,jR,$R,UR,xR,PR],tz=ez({defaultModifiers:U9})}),RU=M(()=>{or(),WR(),IU()}),zU=X((e,t)=>{var r=typeof Element<"u",n=typeof Map=="function",o=typeof Set=="function",a=typeof ArrayBuffer=="function"&&!!ArrayBuffer.isView;function i(l,u){if(l===u)return!0;if(l&&u&&typeof l=="object"&&typeof u=="object"){if(l.constructor!==u.constructor)return!1;var d,p,h;if(Array.isArray(l)){if(d=l.length,d!=u.length)return!1;for(p=d;p--!==0;)if(!i(l[p],u[p]))return!1;return!0}var f;if(n&&l instanceof Map&&u instanceof Map){if(l.size!==u.size)return!1;for(f=l.entries();!(p=f.next()).done;)if(!u.has(p.value[0]))return!1;for(f=l.entries();!(p=f.next()).done;)if(!i(p.value[1],u.get(p.value[0])))return!1;return!0}if(o&&l instanceof Set&&u instanceof Set){if(l.size!==u.size)return!1;for(f=l.entries();!(p=f.next()).done;)if(!u.has(p.value[0]))return!1;return!0}if(a&&ArrayBuffer.isView(l)&&ArrayBuffer.isView(u)){if(d=l.length,d!=u.length)return!1;for(p=d;p--!==0;)if(l[p]!==u[p])return!1;return!0}if(l.constructor===RegExp)return l.source===u.source&&l.flags===u.flags;if(l.valueOf!==Object.prototype.valueOf&&typeof l.valueOf=="function"&&typeof u.valueOf=="function")return l.valueOf()===u.valueOf();if(l.toString!==Object.prototype.toString&&typeof l.toString=="function"&&typeof u.toString=="function")return l.toString()===u.toString();if(h=Object.keys(l),d=h.length,d!==Object.keys(u).length)return!1;for(p=d;p--!==0;)if(!Object.prototype.hasOwnProperty.call(u,h[p]))return!1;if(r&&l instanceof Element)return!1;for(p=d;p--!==0;)if(!((h[p]==="_owner"||h[p]==="__v"||h[p]==="__o")&&l.$$typeof)&&!i(l[h[p]],u[h[p]]))return!1;return!0}return l!==l&&u!==u}c(i,"equal"),t.exports=c(function(l,u){try{return i(l,u)}catch(d){if((d.message||"").match(/stack|recursion/i))return console.warn("react-fast-compare cannot handle circular refs"),!1;throw d}},"isEqual")}),W9,q9,rz,TU=M(()=>{RU(),W9=Ye(zU()),oU(),q9=[],rz=c(function(e,t,r){r===void 0&&(r={});var n=s.useRef(null),o={onFirstUpdate:r.onFirstUpdate,placement:r.placement||"bottom",strategy:r.strategy||"absolute",modifiers:r.modifiers||q9},a=s.useState({styles:{popper:{position:o.strategy,left:"0",top:"0"},arrow:{position:"absolute"}},attributes:{}}),i=a[0],l=a[1],u=s.useMemo(function(){return{name:"updateState",enabled:!0,phase:"write",fn:c(function(h){var f=h.state,m=Object.keys(f.elements);ju.flushSync(function(){l({styles:D5(m.map(function(g){return[g,f.styles[g]||{}]})),attributes:D5(m.map(function(g){return[g,f.attributes[g]]}))})})},"fn"),requires:["computeStyles"]}},[]),d=s.useMemo(function(){var h={onFirstUpdate:o.onFirstUpdate,placement:o.placement,strategy:o.strategy,modifiers:[].concat(o.modifiers,[u,{name:"applyStyles",enabled:!1}])};return(0,W9.default)(n.current,h)?n.current||h:(n.current=h,h)},[o.onFirstUpdate,o.placement,o.strategy,o.modifiers,u]),p=s.useRef();return E5(function(){p.current&&p.current.setOptions(d)},[d]),E5(function(){if(!(e==null||t==null)){var h=r.createPopper||tz,f=h(e,t,d);return p.current=f,function(){f.destroy(),p.current=null}}},[e,t,r.createPopper]),{state:p.current?p.current.state:null,styles:i.styles,attributes:i.attributes,update:p.current?p.current.update:null,forceUpdate:p.current?p.current.forceUpdate:null}},"usePopper")}),BU=M(()=>{TU()});function H4(e){var t=s.useRef(e);return t.current=e,s.useCallback(function(){return t.current},[])}function nz(e){var t=e.initial,r=e.value,n=e.onChange,o=n===void 0?az:n;if(t===void 0&&r===void 0)throw new TypeError('Either "value" or "initial" variable must be set. Now both are undefined');var a=s.useState(t),i=a[0],l=a[1],u=H4(i),d=s.useCallback(function(h){var f=u(),m=typeof h=="function"?h(f):h;typeof m.persist=="function"&&m.persist(),l(m),typeof o=="function"&&o(m)},[u,o]),p=r!==void 0;return[p?r:i,p?o:d]}function T5(e,t){return e===void 0&&(e=0),t===void 0&&(t=0),function(){return{width:0,height:0,top:t,right:e,bottom:t,left:e,x:0,y:0,toJSON:c(function(){return null},"toJSON")}}}function oz(e,t){var r,n,o;e===void 0&&(e={}),t===void 0&&(t={});var a=Object.keys(L5).reduce(function(j,U){var K;return ut({},j,(K={},K[U]=j[U]!==void 0?j[U]:L5[U],K))},e),i=s.useMemo(function(){return[{name:"offset",options:{offset:a.offset}}]},Array.isArray(a.offset)?a.offset:[]),l=ut({},t,{placement:t.placement||a.placement,modifiers:t.modifiers||i}),u=s.useState(null),d=u[0],p=u[1],h=s.useState(null),f=h[0],m=h[1],g=nz({initial:a.defaultVisible,value:a.visible,onChange:a.onVisibleChange}),v=g[0],D=g[1],b=s.useRef();s.useEffect(function(){return function(){return clearTimeout(b.current)}},[]);var w=rz(a.followCursor?B5:d,f,l),y=w.styles,x=w.attributes,E=rf(w,iz),S=E.update,C=H4({visible:v,triggerRef:d,tooltipRef:f,finalConfig:a}),k=s.useCallback(function(j){return Array.isArray(a.trigger)?a.trigger.includes(j):a.trigger===j},Array.isArray(a.trigger)?a.trigger:[a.trigger]),F=s.useCallback(function(){clearTimeout(b.current),b.current=window.setTimeout(function(){return D(!1)},a.delayHide)},[a.delayHide,D]),_=s.useCallback(function(){clearTimeout(b.current),b.current=window.setTimeout(function(){return D(!0)},a.delayShow)},[a.delayShow,D]),T=s.useCallback(function(){C().visible?F():_()},[C,F,_]);s.useEffect(function(){if(C().finalConfig.closeOnOutsideClick){var j=c(function(U){var K,B=C(),L=B.tooltipRef,O=B.triggerRef,V=(U.composedPath==null||(K=U.composedPath())==null?void 0:K[0])||U.target;V instanceof Node&&L!=null&&O!=null&&!L.contains(V)&&!O.contains(V)&&F()},"handleClickOutside");return document.addEventListener("mousedown",j),function(){return document.removeEventListener("mousedown",j)}}},[C,F]),s.useEffect(function(){if(!(d==null||!k("click")))return d.addEventListener("click",T),function(){return d.removeEventListener("click",T)}},[d,k,T]),s.useEffect(function(){if(!(d==null||!k("double-click")))return d.addEventListener("dblclick",T),function(){return d.removeEventListener("dblclick",T)}},[d,k,T]),s.useEffect(function(){if(!(d==null||!k("right-click"))){var j=c(function(U){U.preventDefault(),T()},"preventDefaultAndToggle");return d.addEventListener("contextmenu",j),function(){return d.removeEventListener("contextmenu",j)}}},[d,k,T]),s.useEffect(function(){if(!(d==null||!k("focus")))return d.addEventListener("focus",_),d.addEventListener("blur",F),function(){d.removeEventListener("focus",_),d.removeEventListener("blur",F)}},[d,k,_,F]),s.useEffect(function(){if(!(d==null||!k("hover")))return d.addEventListener("mouseenter",_),d.addEventListener("mouseleave",F),function(){d.removeEventListener("mouseenter",_),d.removeEventListener("mouseleave",F)}},[d,k,_,F]),s.useEffect(function(){if(!(f==null||!k("hover")||!C().finalConfig.interactive))return f.addEventListener("mouseenter",_),f.addEventListener("mouseleave",F),function(){f.removeEventListener("mouseenter",_),f.removeEventListener("mouseleave",F)}},[f,k,_,F,C]);var N=E==null||(r=E.state)==null||(n=r.modifiersData)==null||(o=n.hide)==null?void 0:o.isReferenceHidden;s.useEffect(function(){a.closeOnTriggerHidden&&N&&F()},[a.closeOnTriggerHidden,F,N]),s.useEffect(function(){if(!a.followCursor||d==null)return;function j(U){var K=U.clientX,B=U.clientY;B5.getBoundingClientRect=T5(K,B),S==null||S()}return c(j,"setMousePosition"),d.addEventListener("mousemove",j),function(){return d.removeEventListener("mousemove",j)}},[a.followCursor,d,S]),s.useEffect(function(){if(!(f==null||S==null||a.mutationObserverOptions==null)){var j=new MutationObserver(S);return j.observe(f,a.mutationObserverOptions),function(){return j.disconnect()}}},[a.mutationObserverOptions,f,S]);var P=c(function(j){return j===void 0&&(j={}),ut({},j,{style:ut({},j.style,y.popper)},x.popper,{"data-popper-interactive":a.interactive})},"getTooltipProps"),G=c(function(j){return j===void 0&&(j={}),ut({},j,x.arrow,{style:ut({},j.style,y.arrow),"data-popper-arrow":!0})},"getArrowProps");return ut({getArrowProps:G,getTooltipProps:P,setTooltipRef:m,setTriggerRef:p,tooltipRef:f,triggerRef:d,visible:v},E)}var az,iz,B5,L5,LU=M(()=>{Dy(),ef(),BU(),c(H4,"useGetLatest"),az=c(function(){},"noop"),c(nz,"useControlledState"),c(T5,"generateBoundingClientRect"),iz=["styles","attributes"],B5={getBoundingClientRect:T5()},L5={closeOnOutsideClick:!0,closeOnTriggerHidden:!1,defaultVisible:!1,delayHide:0,delayShow:0,followCursor:!1,interactive:!1,mutationObserverOptions:{attributes:!0,childList:!0,subtree:!0},offset:[0,6],trigger:"hover"},c(oz,"usePopperTooltip")}),G9,Bt,En,Y9,K9,M5,MU=M(()=>{G9=Ye(tf(),1),Bt=(0,G9.default)(1e3)((e,t,r,n=0)=>t.split("-")[0]===e?r:n),En=8,Y9=I.div({position:"absolute",borderStyle:"solid"},({placement:e})=>{let t=0,r=0;switch(!0){case(e.startsWith("left")||e.startsWith("right")):{r=8;break}case(e.startsWith("top")||e.startsWith("bottom")):{t=8;break}}return{transform:`translate3d(${t}px, ${r}px, 0px)`}},({theme:e,color:t,placement:r})=>({bottom:`${Bt("top",r,`${En*-1}px`,"auto")}`,top:`${Bt("bottom",r,`${En*-1}px`,"auto")}`,right:`${Bt("left",r,`${En*-1}px`,"auto")}`,left:`${Bt("right",r,`${En*-1}px`,"auto")}`,borderBottomWidth:`${Bt("top",r,"0",En)}px`,borderTopWidth:`${Bt("bottom",r,"0",En)}px`,borderRightWidth:`${Bt("left",r,"0",En)}px`,borderLeftWidth:`${Bt("right",r,"0",En)}px`,borderTopColor:Bt("top",r,e.color[t]||t||e.base==="light"?Wl(e.background.app):e.background.app,"transparent"),borderBottomColor:Bt("bottom",r,e.color[t]||t||e.base==="light"?Wl(e.background.app):e.background.app,"transparent"),borderLeftColor:Bt("left",r,e.color[t]||t||e.base==="light"?Wl(e.background.app):e.background.app,"transparent"),borderRightColor:Bt("right",r,e.color[t]||t||e.base==="light"?Wl(e.background.app):e.background.app,"transparent")})),K9=I.div(({hidden:e})=>({display:e?"none":"inline-block",zIndex:2147483647}),({theme:e,color:t,hasChrome:r})=>r?{background:t&&e.color[t]||t||e.base==="light"?Wl(e.background.app):e.background.app,filter:`
|
332
|
+
drop-shadow(0px 5px 5px rgba(0,0,0,0.05))
|
333
|
+
drop-shadow(0 1px 3px rgba(0,0,0,0.1))
|
334
|
+
`,borderRadius:e.appBorderRadius+2,fontSize:e.typography.size.s1}:{}),M5=z.forwardRef(({placement:e="top",hasChrome:t=!0,children:r,arrowProps:n={},tooltipRef:o,color:a,withArrows:i,...l},u)=>z.createElement(K9,{"data-testid":"tooltip",hasChrome:t,ref:u,...l,color:a},t&&i&&z.createElement(Y9,{placement:e,...n,color:a}),r)),M5.displayName="Tooltip"}),V4={};kl(V4,{WithToolTipState:()=>p1,WithTooltip:()=>p1,WithTooltipPure:()=>O5});var is,X9,Q9,O5,p1,U4=M(()=>{xy(),LU(),MU(),{document:is}=by,X9=I.div`
|
335
|
+
display: inline-block;
|
336
|
+
cursor: ${e=>e.trigger==="hover"||e.trigger.includes("hover")?"default":"pointer"};
|
337
|
+
`,Q9=I.g`
|
338
|
+
cursor: ${e=>e.trigger==="hover"||e.trigger.includes("hover")?"default":"pointer"};
|
339
|
+
`,O5=c(({svg:e=!1,trigger:t="click",closeOnOutsideClick:r=!1,placement:n="top",modifiers:o=[{name:"preventOverflow",options:{padding:8}},{name:"offset",options:{offset:[8,8]}},{name:"arrow",options:{padding:8}}],hasChrome:a=!0,defaultVisible:i=!1,withArrows:l,offset:u,tooltip:d,children:p,closeOnTriggerHidden:h,mutationObserverOptions:f,delayHide:m,visible:g,interactive:v,delayShow:D,strategy:b,followCursor:w,onVisibleChange:y,...x})=>{let E=e?Q9:X9,{getArrowProps:S,getTooltipProps:C,setTooltipRef:k,setTriggerRef:F,visible:_,state:T}=oz({trigger:t,placement:n,defaultVisible:i,delayHide:m,interactive:v,closeOnOutsideClick:r,closeOnTriggerHidden:h,onVisibleChange:y,delayShow:D,followCursor:w,mutationObserverOptions:f,visible:g,offset:u},{modifiers:o,strategy:b}),N=_?z.createElement(M5,{placement:T==null?void 0:T.placement,ref:k,hasChrome:a,arrowProps:S(),withArrows:l,...C()},typeof d=="function"?d({onHide:c(()=>y(!1),"onHide")}):d):null;return z.createElement(z.Fragment,null,z.createElement(E,{trigger:t,ref:F,...x},p),_&&HC.createPortal(N,is.body))},"WithTooltipPure"),p1=c(({startOpen:e=!1,onVisibleChange:t,...r})=>{let[n,o]=s.useState(e),a=s.useCallback(i=>{t&&t(i)===!1||o(i)},[t]);return s.useEffect(()=>{let i=c(()=>a(!1),"hide");is.addEventListener("keydown",i,!1);let l=Array.from(is.getElementsByTagName("iframe")),u=[];return l.forEach(d=>{let p=c(()=>{try{d.contentWindow.document&&(d.contentWindow.document.addEventListener("click",i),u.push(()=>{try{d.contentWindow.document.removeEventListener("click",i)}catch{}}))}catch{}},"bind");p(),d.addEventListener("load",p),u.push(()=>{d.removeEventListener("load",p)})}),()=>{is.removeEventListener("keydown",i),u.forEach(d=>{d()})}}),z.createElement(O5,{...r,visible:n,onVisibleChange:a})},"WithToolTipState")}),be=c(({...e},t)=>{let r=[e.class,e.className];return delete e.class,e.className=["sbdocs",`sbdocs-${t}`,...r].filter(Boolean).join(" "),e},"nameSpaceClassNames");ef();VH();wy();function lz(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,ll(e,t)}c(lz,"_inheritsLoose");UH();wy();function sz(e){try{return Function.toString.call(e).indexOf("[native code]")!==-1}catch{return typeof e=="function"}}c(sz,"_isNativeFunction");function W4(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(W4=c(function(){return!!e},"_isNativeReflectConstruct"))()}c(W4,"_isNativeReflectConstruct");wy();function uz(e,t,r){if(W4())return Reflect.construct.apply(null,arguments);var n=[null];n.push.apply(n,t);var o=new(e.bind.apply(e,n));return r&&ll(o,r.prototype),o}c(uz,"_construct");function h1(e){var t=typeof Map=="function"?new Map:void 0;return h1=c(function(r){if(r===null||!sz(r))return r;if(typeof r!="function")throw new TypeError("Super expression must either be null or a function");if(t!==void 0){if(t.has(r))return t.get(r);t.set(r,n)}function n(){return uz(r,arguments,$d(this).constructor)}return c(n,"Wrapper"),n.prototype=Object.create(r.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),ll(n,r)},"_wrapNativeSuper"),h1(e)}c(h1,"_wrapNativeSuper");var OU={1:`Passed invalid arguments to hsl, please pass multiple numbers e.g. hsl(360, 0.75, 0.4) or an object e.g. rgb({ hue: 255, saturation: 0.4, lightness: 0.75 }).
|
340
|
+
|
341
|
+
`,2:`Passed invalid arguments to hsla, please pass multiple numbers e.g. hsla(360, 0.75, 0.4, 0.7) or an object e.g. rgb({ hue: 255, saturation: 0.4, lightness: 0.75, alpha: 0.7 }).
|
342
|
+
|
343
|
+
`,3:`Passed an incorrect argument to a color function, please pass a string representation of a color.
|
344
|
+
|
345
|
+
`,4:`Couldn't generate valid rgb string from %s, it returned %s.
|
346
|
+
|
347
|
+
`,5:`Couldn't parse the color string. Please provide the color as a string in hex, rgb, rgba, hsl or hsla notation.
|
348
|
+
|
349
|
+
`,6:`Passed invalid arguments to rgb, please pass multiple numbers e.g. rgb(255, 205, 100) or an object e.g. rgb({ red: 255, green: 205, blue: 100 }).
|
350
|
+
|
351
|
+
`,7:`Passed invalid arguments to rgba, please pass multiple numbers e.g. rgb(255, 205, 100, 0.75) or an object e.g. rgb({ red: 255, green: 205, blue: 100, alpha: 0.75 }).
|
352
|
+
|
353
|
+
`,8:`Passed invalid argument to toColorString, please pass a RgbColor, RgbaColor, HslColor or HslaColor object.
|
354
|
+
|
355
|
+
`,9:`Please provide a number of steps to the modularScale helper.
|
356
|
+
|
357
|
+
`,10:`Please pass a number or one of the predefined scales to the modularScale helper as the ratio.
|
358
|
+
|
359
|
+
`,11:`Invalid value passed as base to modularScale, expected number or em string but got "%s"
|
360
|
+
|
361
|
+
`,12:`Expected a string ending in "px" or a number passed as the first argument to %s(), got "%s" instead.
|
362
|
+
|
363
|
+
`,13:`Expected a string ending in "px" or a number passed as the second argument to %s(), got "%s" instead.
|
364
|
+
|
365
|
+
`,14:`Passed invalid pixel value ("%s") to %s(), please pass a value like "12px" or 12.
|
366
|
+
|
367
|
+
`,15:`Passed invalid base value ("%s") to %s(), please pass a value like "12px" or 12.
|
368
|
+
|
369
|
+
`,16:`You must provide a template to this method.
|
370
|
+
|
371
|
+
`,17:`You passed an unsupported selector state to this method.
|
372
|
+
|
373
|
+
`,18:`minScreen and maxScreen must be provided as stringified numbers with the same units.
|
374
|
+
|
375
|
+
`,19:`fromSize and toSize must be provided as stringified numbers with the same units.
|
376
|
+
|
377
|
+
`,20:`expects either an array of objects or a single object with the properties prop, fromSize, and toSize.
|
378
|
+
|
379
|
+
`,21:"expects the objects in the first argument array to have the properties `prop`, `fromSize`, and `toSize`.\n\n",22:"expects the first argument object to have the properties `prop`, `fromSize`, and `toSize`.\n\n",23:`fontFace expects a name of a font-family.
|
380
|
+
|
381
|
+
`,24:`fontFace expects either the path to the font file(s) or a name of a local copy.
|
382
|
+
|
383
|
+
`,25:`fontFace expects localFonts to be an array.
|
384
|
+
|
385
|
+
`,26:`fontFace expects fileFormats to be an array.
|
386
|
+
|
387
|
+
`,27:`radialGradient requries at least 2 color-stops to properly render.
|
388
|
+
|
389
|
+
`,28:`Please supply a filename to retinaImage() as the first argument.
|
390
|
+
|
391
|
+
`,29:`Passed invalid argument to triangle, please pass correct pointingDirection e.g. 'right'.
|
392
|
+
|
393
|
+
`,30:"Passed an invalid value to `height` or `width`. Please provide a pixel based unit.\n\n",31:`The animation shorthand only takes 8 arguments. See the specification for more information: http://mdn.io/animation
|
394
|
+
|
395
|
+
`,32:`To pass multiple animations please supply them in arrays, e.g. animation(['rotate', '2s'], ['move', '1s'])
|
396
|
+
To pass a single animation please supply them in simple values, e.g. animation('rotate', '2s')
|
397
|
+
|
398
|
+
`,33:`The animation shorthand arrays can only have 8 elements. See the specification for more information: http://mdn.io/animation
|
399
|
+
|
400
|
+
`,34:`borderRadius expects a radius value as a string or number as the second argument.
|
401
|
+
|
402
|
+
`,35:`borderRadius expects one of "top", "bottom", "left" or "right" as the first argument.
|
403
|
+
|
404
|
+
`,36:`Property must be a string value.
|
405
|
+
|
406
|
+
`,37:`Syntax Error at %s.
|
407
|
+
|
408
|
+
`,38:`Formula contains a function that needs parentheses at %s.
|
409
|
+
|
410
|
+
`,39:`Formula is missing closing parenthesis at %s.
|
411
|
+
|
412
|
+
`,40:`Formula has too many closing parentheses at %s.
|
413
|
+
|
414
|
+
`,41:`All values in a formula must have the same unit or be unitless.
|
415
|
+
|
416
|
+
`,42:`Please provide a number of steps to the modularScale helper.
|
417
|
+
|
418
|
+
`,43:`Please pass a number or one of the predefined scales to the modularScale helper as the ratio.
|
419
|
+
|
420
|
+
`,44:`Invalid value passed as base to modularScale, expected number or em/rem string but got %s.
|
421
|
+
|
422
|
+
`,45:`Passed invalid argument to hslToColorString, please pass a HslColor or HslaColor object.
|
423
|
+
|
424
|
+
`,46:`Passed invalid argument to rgbToColorString, please pass a RgbColor or RgbaColor object.
|
425
|
+
|
426
|
+
`,47:`minScreen and maxScreen must be provided as stringified numbers with the same units.
|
427
|
+
|
428
|
+
`,48:`fromSize and toSize must be provided as stringified numbers with the same units.
|
429
|
+
|
430
|
+
`,49:`Expects either an array of objects or a single object with the properties prop, fromSize, and toSize.
|
431
|
+
|
432
|
+
`,50:`Expects the objects in the first argument array to have the properties prop, fromSize, and toSize.
|
433
|
+
|
434
|
+
`,51:`Expects the first argument object to have the properties prop, fromSize, and toSize.
|
435
|
+
|
436
|
+
`,52:`fontFace expects either the path to the font file(s) or a name of a local copy.
|
437
|
+
|
438
|
+
`,53:`fontFace expects localFonts to be an array.
|
439
|
+
|
440
|
+
`,54:`fontFace expects fileFormats to be an array.
|
441
|
+
|
442
|
+
`,55:`fontFace expects a name of a font-family.
|
443
|
+
|
444
|
+
`,56:`linearGradient requries at least 2 color-stops to properly render.
|
445
|
+
|
446
|
+
`,57:`radialGradient requries at least 2 color-stops to properly render.
|
447
|
+
|
448
|
+
`,58:`Please supply a filename to retinaImage() as the first argument.
|
449
|
+
|
450
|
+
`,59:`Passed invalid argument to triangle, please pass correct pointingDirection e.g. 'right'.
|
451
|
+
|
452
|
+
`,60:"Passed an invalid value to `height` or `width`. Please provide a pixel based unit.\n\n",61:`Property must be a string value.
|
453
|
+
|
454
|
+
`,62:`borderRadius expects a radius value as a string or number as the second argument.
|
455
|
+
|
456
|
+
`,63:`borderRadius expects one of "top", "bottom", "left" or "right" as the first argument.
|
457
|
+
|
458
|
+
`,64:`The animation shorthand only takes 8 arguments. See the specification for more information: http://mdn.io/animation.
|
459
|
+
|
460
|
+
`,65:`To pass multiple animations please supply them in arrays, e.g. animation(['rotate', '2s'], ['move', '1s'])\\nTo pass a single animation please supply them in simple values, e.g. animation('rotate', '2s').
|
461
|
+
|
462
|
+
`,66:`The animation shorthand arrays can only have 8 elements. See the specification for more information: http://mdn.io/animation.
|
463
|
+
|
464
|
+
`,67:`You must provide a template to this method.
|
465
|
+
|
466
|
+
`,68:`You passed an unsupported selector state to this method.
|
467
|
+
|
468
|
+
`,69:`Expected a string ending in "px" or a number passed as the first argument to %s(), got %s instead.
|
469
|
+
|
470
|
+
`,70:`Expected a string ending in "px" or a number passed as the second argument to %s(), got %s instead.
|
471
|
+
|
472
|
+
`,71:`Passed invalid pixel value %s to %s(), please pass a value like "12px" or 12.
|
473
|
+
|
474
|
+
`,72:`Passed invalid base value %s to %s(), please pass a value like "12px" or 12.
|
475
|
+
|
476
|
+
`,73:`Please provide a valid CSS variable.
|
477
|
+
|
478
|
+
`,74:`CSS variable not found and no default was provided.
|
479
|
+
|
480
|
+
`,75:`important requires a valid style object, got a %s instead.
|
481
|
+
|
482
|
+
`,76:`fromSize and toSize must be provided as stringified numbers with the same units as minScreen and maxScreen.
|
483
|
+
|
484
|
+
`,77:`remToPx expects a value in "rem" but you provided it in "%s".
|
485
|
+
|
486
|
+
`,78:`base must be set in "px" or "%" but you set it in "%s".
|
487
|
+
`};function cz(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];var n=t[0],o=[],a;for(a=1;a<t.length;a+=1)o.push(t[a]);return o.forEach(function(i){n=n.replace(/%[a-z]/,i)}),n}c(cz,"format");var tn=function(e){lz(t,e);function t(r){for(var n,o=arguments.length,a=new Array(o>1?o-1:0),i=1;i<o;i++)a[i-1]=arguments[i];return n=e.call(this,cz.apply(void 0,[OU[r]].concat(a)))||this,_k(n)}return c(t,"PolishedError"),t}(h1(Error));function W0(e){return Math.round(e*255)}c(W0,"colorToInt");function dz(e,t,r){return W0(e)+","+W0(t)+","+W0(r)}c(dz,"convertToInt");function ml(e,t,r,n){if(n===void 0&&(n=dz),t===0)return n(r,r,r);var o=(e%360+360)%360/60,a=(1-Math.abs(2*r-1))*t,i=a*(1-Math.abs(o%2-1)),l=0,u=0,d=0;o>=0&&o<1?(l=a,u=i):o>=1&&o<2?(l=i,u=a):o>=2&&o<3?(u=a,d=i):o>=3&&o<4?(u=i,d=a):o>=4&&o<5?(l=i,d=a):o>=5&&o<6&&(l=a,d=i);var p=r-a/2,h=l+p,f=u+p,m=d+p;return n(h,f,m)}c(ml,"hslToRgb");var Z9={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"00ffff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000",blanchedalmond:"ffebcd",blue:"0000ff",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"00ffff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkgrey:"a9a9a9",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkslategrey:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dimgrey:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"ff00ff",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",grey:"808080",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgray:"d3d3d3",lightgreen:"90ee90",lightgrey:"d3d3d3",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370db",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"db7093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"639",red:"f00",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",slategrey:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"fff",whitesmoke:"f5f5f5",yellow:"ff0",yellowgreen:"9acd32"};function fz(e){if(typeof e!="string")return e;var t=e.toLowerCase();return Z9[t]?"#"+Z9[t]:e}c(fz,"nameToHex");var $U=/^#[a-fA-F0-9]{6}$/,PU=/^#[a-fA-F0-9]{8}$/,NU=/^#[a-fA-F0-9]{3}$/,jU=/^#[a-fA-F0-9]{4}$/,tg=/^rgb\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*\)$/i,HU=/^rgb(?:a)?\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i,VU=/^hsl\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*\)$/i,UU=/^hsl(?:a)?\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i;function Tf(e){if(typeof e!="string")throw new tn(3);var t=fz(e);if(t.match($U))return{red:parseInt(""+t[1]+t[2],16),green:parseInt(""+t[3]+t[4],16),blue:parseInt(""+t[5]+t[6],16)};if(t.match(PU)){var r=parseFloat((parseInt(""+t[7]+t[8],16)/255).toFixed(2));return{red:parseInt(""+t[1]+t[2],16),green:parseInt(""+t[3]+t[4],16),blue:parseInt(""+t[5]+t[6],16),alpha:r}}if(t.match(NU))return{red:parseInt(""+t[1]+t[1],16),green:parseInt(""+t[2]+t[2],16),blue:parseInt(""+t[3]+t[3],16)};if(t.match(jU)){var n=parseFloat((parseInt(""+t[4]+t[4],16)/255).toFixed(2));return{red:parseInt(""+t[1]+t[1],16),green:parseInt(""+t[2]+t[2],16),blue:parseInt(""+t[3]+t[3],16),alpha:n}}var o=tg.exec(t);if(o)return{red:parseInt(""+o[1],10),green:parseInt(""+o[2],10),blue:parseInt(""+o[3],10)};var a=HU.exec(t.substring(0,50));if(a)return{red:parseInt(""+a[1],10),green:parseInt(""+a[2],10),blue:parseInt(""+a[3],10),alpha:parseFloat(""+a[4])>1?parseFloat(""+a[4])/100:parseFloat(""+a[4])};var i=VU.exec(t);if(i){var l=parseInt(""+i[1],10),u=parseInt(""+i[2],10)/100,d=parseInt(""+i[3],10)/100,p="rgb("+ml(l,u,d)+")",h=tg.exec(p);if(!h)throw new tn(4,t,p);return{red:parseInt(""+h[1],10),green:parseInt(""+h[2],10),blue:parseInt(""+h[3],10)}}var f=UU.exec(t.substring(0,50));if(f){var m=parseInt(""+f[1],10),g=parseInt(""+f[2],10)/100,v=parseInt(""+f[3],10)/100,D="rgb("+ml(m,g,v)+")",b=tg.exec(D);if(!b)throw new tn(4,t,D);return{red:parseInt(""+b[1],10),green:parseInt(""+b[2],10),blue:parseInt(""+b[3],10),alpha:parseFloat(""+f[4])>1?parseFloat(""+f[4])/100:parseFloat(""+f[4])}}throw new tn(5)}c(Tf,"parseToRgb");function pz(e){var t=e.red/255,r=e.green/255,n=e.blue/255,o=Math.max(t,r,n),a=Math.min(t,r,n),i=(o+a)/2;if(o===a)return e.alpha!==void 0?{hue:0,saturation:0,lightness:i,alpha:e.alpha}:{hue:0,saturation:0,lightness:i};var l,u=o-a,d=i>.5?u/(2-o-a):u/(o+a);switch(o){case t:l=(r-n)/u+(r<n?6:0);break;case r:l=(n-t)/u+2;break;default:l=(t-r)/u+4;break}return l*=60,e.alpha!==void 0?{hue:l,saturation:d,lightness:i,alpha:e.alpha}:{hue:l,saturation:d,lightness:i}}c(pz,"rgbToHsl");function q4(e){return pz(Tf(e))}c(q4,"parseToHsl");var WU=c(function(e){return e.length===7&&e[1]===e[2]&&e[3]===e[4]&&e[5]===e[6]?"#"+e[1]+e[3]+e[5]:e},"reduceHexValue"),$5=WU;function Qn(e){var t=e.toString(16);return t.length===1?"0"+t:t}c(Qn,"numberToHex");function q0(e){return Qn(Math.round(e*255))}c(q0,"colorToHex");function hz(e,t,r){return $5("#"+q0(e)+q0(t)+q0(r))}c(hz,"convertToHex");function Bu(e,t,r){return ml(e,t,r,hz)}c(Bu,"hslToHex");function mz(e,t,r){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number")return Bu(e,t,r);if(typeof e=="object"&&t===void 0&&r===void 0)return Bu(e.hue,e.saturation,e.lightness);throw new tn(1)}c(mz,"hsl");function gz(e,t,r,n){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number"&&typeof n=="number")return n>=1?Bu(e,t,r):"rgba("+ml(e,t,r)+","+n+")";if(typeof e=="object"&&t===void 0&&r===void 0&&n===void 0)return e.alpha>=1?Bu(e.hue,e.saturation,e.lightness):"rgba("+ml(e.hue,e.saturation,e.lightness)+","+e.alpha+")";throw new tn(2)}c(gz,"hsla");function m1(e,t,r){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number")return $5("#"+Qn(e)+Qn(t)+Qn(r));if(typeof e=="object"&&t===void 0&&r===void 0)return $5("#"+Qn(e.red)+Qn(e.green)+Qn(e.blue));throw new tn(6)}c(m1,"rgb");function Lu(e,t,r,n){if(typeof e=="string"&&typeof t=="number"){var o=Tf(e);return"rgba("+o.red+","+o.green+","+o.blue+","+t+")"}else{if(typeof e=="number"&&typeof t=="number"&&typeof r=="number"&&typeof n=="number")return n>=1?m1(e,t,r):"rgba("+e+","+t+","+r+","+n+")";if(typeof e=="object"&&t===void 0&&r===void 0&&n===void 0)return e.alpha>=1?m1(e.red,e.green,e.blue):"rgba("+e.red+","+e.green+","+e.blue+","+e.alpha+")"}throw new tn(7)}c(Lu,"rgba");var qU=c(function(e){return typeof e.red=="number"&&typeof e.green=="number"&&typeof e.blue=="number"&&(typeof e.alpha!="number"||typeof e.alpha>"u")},"isRgb"),GU=c(function(e){return typeof e.red=="number"&&typeof e.green=="number"&&typeof e.blue=="number"&&typeof e.alpha=="number"},"isRgba"),YU=c(function(e){return typeof e.hue=="number"&&typeof e.saturation=="number"&&typeof e.lightness=="number"&&(typeof e.alpha!="number"||typeof e.alpha>"u")},"isHsl"),KU=c(function(e){return typeof e.hue=="number"&&typeof e.saturation=="number"&&typeof e.lightness=="number"&&typeof e.alpha=="number"},"isHsla");function G4(e){if(typeof e!="object")throw new tn(8);if(GU(e))return Lu(e);if(qU(e))return m1(e);if(KU(e))return gz(e);if(YU(e))return mz(e);throw new tn(8)}c(G4,"toColorString");function Y4(e,t,r){return c(function(){var n=r.concat(Array.prototype.slice.call(arguments));return n.length>=t?e.apply(this,n):Y4(e,t,n)},"fn")}c(Y4,"curried");function Bf(e){return Y4(e,e.length,[])}c(Bf,"curry");function Lf(e,t,r){return Math.max(e,Math.min(t,r))}c(Lf,"guard");function vz(e,t){if(t==="transparent")return t;var r=q4(t);return G4(ut({},r,{lightness:Lf(0,1,r.lightness-parseFloat(e))}))}c(vz,"darken");var XU=Bf(vz),bi=XU;function yz(e,t){if(t==="transparent")return t;var r=q4(t);return G4(ut({},r,{lightness:Lf(0,1,r.lightness+parseFloat(e))}))}c(yz,"lighten");var QU=Bf(yz),J9=QU;function wz(e,t){if(t==="transparent")return t;var r=Tf(t),n=typeof r.alpha=="number"?r.alpha:1,o=ut({},r,{alpha:Lf(0,1,+(n*100-parseFloat(e)*100).toFixed(2)/100)});return Lu(o)}c(wz,"transparentize");var ZU=Bf(wz),xr=ZU,zl=c(({theme:e})=>({margin:"20px 0 8px",padding:0,cursor:"text",position:"relative",color:e.color.defaultText,"&:first-of-type":{marginTop:0,paddingTop:0},"&:hover a.anchor":{textDecoration:"none"},"& tt, & code":{fontSize:"inherit"}}),"headerCommon"),Mf=c(({theme:e})=>({lineHeight:1,margin:"0 2px",padding:"3px 5px",whiteSpace:"nowrap",borderRadius:3,fontSize:e.typography.size.s2-1,border:e.base==="light"?`1px solid ${e.color.mediumlight}`:`1px solid ${e.color.darker}`,color:e.base==="light"?xr(.1,e.color.defaultText):xr(.3,e.color.defaultText),backgroundColor:e.base==="light"?e.color.lighter:e.color.border}),"codeCommon"),Ve=c(({theme:e})=>({fontFamily:e.typography.fonts.base,fontSize:e.typography.size.s3,margin:0,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",WebkitTapHighlightColor:"rgba(0, 0, 0, 0)",WebkitOverflowScrolling:"touch"}),"withReset"),Pa={margin:"16px 0"},JU=I.div(Ve),eW=c(({href:e="",...t})=>{let r=/^\//.test(e)?`./?path=${e}`:e,n=/^#.*/.test(e)?"_self":"_top";return z.createElement("a",{href:r,target:n,...t})},"Link"),tW=I(eW)(Ve,({theme:e})=>({fontSize:"inherit",lineHeight:"24px",color:e.color.secondary,textDecoration:"none","&.absent":{color:"#cc0000"},"&.anchor":{display:"block",paddingLeft:30,marginLeft:-30,cursor:"pointer",position:"absolute",top:0,left:0,bottom:0}})),rW=I.blockquote(Ve,Pa,({theme:e})=>({borderLeft:`4px solid ${e.color.medium}`,padding:"0 15px",color:e.color.dark,"& > :first-of-type":{marginTop:0},"& > :last-child":{marginBottom:0}}));of();var nW=c(e=>typeof e=="string","isReactChildString"),oW=/[\n\r]/g,aW=I.code(({theme:e})=>({fontFamily:e.typography.fonts.mono,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",display:"inline-block",paddingLeft:2,paddingRight:2,verticalAlign:"baseline",color:"inherit"}),Mf),iW=I(Us)(({theme:e})=>({fontFamily:e.typography.fonts.mono,fontSize:`${e.typography.size.s2-1}px`,lineHeight:"19px",margin:"25px 0 40px",borderRadius:e.appBorderRadius,boxShadow:e.base==="light"?"rgba(0, 0, 0, 0.10) 0 1px 3px 0":"rgba(0, 0, 0, 0.20) 0 2px 5px 0","pre.prismjs":{padding:20,background:"inherit"}})),lW=c(({className:e,children:t,...r})=>{let n=(e||"").match(/lang-(\S+)/),o=s.Children.toArray(t);return o.filter(nW).some(a=>a.match(oW))?z.createElement(iW,{bordered:!0,copyable:!0,language:(n==null?void 0:n[1])??"text",format:!1,...r},t):z.createElement(aW,{...r,className:e},o)},"Code"),sW=I.dl(Ve,Pa,{padding:0,"& dt":{fontSize:"14px",fontWeight:"bold",fontStyle:"italic",padding:0,margin:"16px 0 4px"},"& dt:first-of-type":{padding:0},"& dt > :first-of-type":{marginTop:0},"& dt > :last-child":{marginBottom:0},"& dd":{margin:"0 0 16px",padding:"0 15px"},"& dd > :first-of-type":{marginTop:0},"& dd > :last-child":{marginBottom:0}}),uW=I.div(Ve),cW=I.h1(Ve,zl,({theme:e})=>({fontSize:`${e.typography.size.l1}px`,fontWeight:e.typography.weight.bold})),dW=I.h2(Ve,zl,({theme:e})=>({fontSize:`${e.typography.size.m2}px`,paddingBottom:4,borderBottom:`1px solid ${e.appBorderColor}`})),fW=I.h3(Ve,zl,({theme:e})=>({fontSize:`${e.typography.size.m1}px`})),pW=I.h4(Ve,zl,({theme:e})=>({fontSize:`${e.typography.size.s3}px`})),hW=I.h5(Ve,zl,({theme:e})=>({fontSize:`${e.typography.size.s2}px`})),mW=I.h6(Ve,zl,({theme:e})=>({fontSize:`${e.typography.size.s2}px`,color:e.color.dark})),gW=I.hr(({theme:e})=>({border:"0 none",borderTop:`1px solid ${e.appBorderColor}`,height:4,padding:0})),vW=I.img({maxWidth:"100%"}),yW=I.li(Ve,({theme:e})=>({fontSize:e.typography.size.s2,color:e.color.defaultText,lineHeight:"24px","& + li":{marginTop:".25em"},"& ul, & ol":{marginTop:".25em",marginBottom:0},"& code":Mf({theme:e})})),wW={paddingLeft:30,"& :first-of-type":{marginTop:0},"& :last-child":{marginBottom:0}},bW=I.ol(Ve,Pa,wW,{listStyle:"decimal"}),xW=I.p(Ve,Pa,({theme:e})=>({fontSize:e.typography.size.s2,lineHeight:"24px",color:e.color.defaultText,"& code":Mf({theme:e})})),DW=I.pre(Ve,Pa,({theme:e})=>({fontFamily:e.typography.fonts.mono,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",lineHeight:"18px",padding:"11px 1rem",whiteSpace:"pre-wrap",color:"inherit",borderRadius:3,margin:"1rem 0","&:not(.prismjs)":{background:"transparent",border:"none",borderRadius:0,padding:0,margin:0},"& pre, &.prismjs":{padding:15,margin:0,whiteSpace:"pre-wrap",color:"inherit",fontSize:"13px",lineHeight:"19px",code:{color:"inherit",fontSize:"inherit"}},"& code":{whiteSpace:"pre"},"& code, & tt":{border:"none"}})),EW=I.span(Ve,({theme:e})=>({"&.frame":{display:"block",overflow:"hidden","& > span":{border:`1px solid ${e.color.medium}`,display:"block",float:"left",overflow:"hidden",margin:"13px 0 0",padding:7,width:"auto"},"& span img":{display:"block",float:"left"},"& span span":{clear:"both",color:e.color.darkest,display:"block",padding:"5px 0 0"}},"&.align-center":{display:"block",overflow:"hidden",clear:"both","& > span":{display:"block",overflow:"hidden",margin:"13px auto 0",textAlign:"center"},"& span img":{margin:"0 auto",textAlign:"center"}},"&.align-right":{display:"block",overflow:"hidden",clear:"both","& > span":{display:"block",overflow:"hidden",margin:"13px 0 0",textAlign:"right"},"& span img":{margin:0,textAlign:"right"}},"&.float-left":{display:"block",marginRight:13,overflow:"hidden",float:"left","& span":{margin:"13px 0 0"}},"&.float-right":{display:"block",marginLeft:13,overflow:"hidden",float:"right","& > span":{display:"block",overflow:"hidden",margin:"13px auto 0",textAlign:"right"}}})),CW=I.title(Mf),SW=I.table(Ve,Pa,({theme:e})=>({fontSize:e.typography.size.s2,lineHeight:"24px",padding:0,borderCollapse:"collapse","& tr":{borderTop:`1px solid ${e.appBorderColor}`,backgroundColor:e.appContentBg,margin:0,padding:0},"& tr:nth-of-type(2n)":{backgroundColor:e.base==="dark"?e.color.darker:e.color.lighter},"& tr th":{fontWeight:"bold",color:e.color.defaultText,border:`1px solid ${e.appBorderColor}`,margin:0,padding:"6px 13px"},"& tr td":{border:`1px solid ${e.appBorderColor}`,color:e.color.defaultText,margin:0,padding:"6px 13px"},"& tr th :first-of-type, & tr td :first-of-type":{marginTop:0},"& tr th :last-child, & tr td :last-child":{marginBottom:0}})),kW={paddingLeft:30,"& :first-of-type":{marginTop:0},"& :last-child":{marginBottom:0}},AW=I.ul(Ve,Pa,kW,{listStyle:"disc"}),FW={h1:c(e=>z.createElement(cW,{...be(e,"h1")}),"h1"),h2:c(e=>z.createElement(dW,{...be(e,"h2")}),"h2"),h3:c(e=>z.createElement(fW,{...be(e,"h3")}),"h3"),h4:c(e=>z.createElement(pW,{...be(e,"h4")}),"h4"),h5:c(e=>z.createElement(hW,{...be(e,"h5")}),"h5"),h6:c(e=>z.createElement(mW,{...be(e,"h6")}),"h6"),pre:c(e=>z.createElement(DW,{...be(e,"pre")}),"pre"),a:c(e=>z.createElement(tW,{...be(e,"a")}),"a"),hr:c(e=>z.createElement(gW,{...be(e,"hr")}),"hr"),dl:c(e=>z.createElement(sW,{...be(e,"dl")}),"dl"),blockquote:c(e=>z.createElement(rW,{...be(e,"blockquote")}),"blockquote"),table:c(e=>z.createElement(SW,{...be(e,"table")}),"table"),img:c(e=>z.createElement(vW,{...be(e,"img")}),"img"),div:c(e=>z.createElement(uW,{...be(e,"div")}),"div"),span:c(e=>z.createElement(EW,{...be(e,"span")}),"span"),li:c(e=>z.createElement(yW,{...be(e,"li")}),"li"),ul:c(e=>z.createElement(AW,{...be(e,"ul")}),"ul"),ol:c(e=>z.createElement(bW,{...be(e,"ol")}),"ol"),p:c(e=>z.createElement(xW,{...be(e,"p")}),"p"),code:c(e=>z.createElement(lW,{...be(e,"code")}),"code"),tt:c(e=>z.createElement(CW,{...be(e,"tt")}),"tt"),resetwrapper:c(e=>z.createElement(JU,{...be(e,"resetwrapper")}),"resetwrapper")};I.div(({theme:e})=>({display:"inline-block",fontSize:11,lineHeight:"12px",alignSelf:"center",padding:"4px 12px",borderRadius:"3em",fontWeight:e.typography.weight.bold}),{svg:{height:12,width:12,marginRight:4,marginTop:-2,path:{fill:"currentColor"}}},({theme:e,status:t})=>{switch(t){case"critical":return{color:e.color.critical,background:e.background.critical};case"negative":return{color:e.color.negativeText,background:e.background.negative,boxShadow:e.base==="light"?`inset 0 0 0 1px ${xr(.9,e.color.negativeText)}`:"none"};case"warning":return{color:e.color.warningText,background:e.background.warning,boxShadow:e.base==="light"?`inset 0 0 0 1px ${xr(.9,e.color.warningText)}`:"none"};case"neutral":return{color:e.color.dark,background:e.color.mediumlight,boxShadow:e.base==="light"?`inset 0 0 0 1px ${xr(.9,e.color.dark)}`:"none"};case"positive":return{color:e.color.positiveText,background:e.background.positive,boxShadow:e.base==="light"?`inset 0 0 0 1px ${xr(.9,e.color.positiveText)}`:"none"};default:return{}}});var _W={};kl(_W,{AccessibilityAltIcon:()=>QK,AccessibilityIcon:()=>XK,AddIcon:()=>WG,AdminIcon:()=>NK,AlertAltIcon:()=>wY,AlertIcon:()=>yY,AlignLeftIcon:()=>Dq,AlignRightIcon:()=>Eq,AppleIcon:()=>Hq,ArrowBottomLeftIcon:()=>fK,ArrowBottomRightIcon:()=>pK,ArrowDownIcon:()=>lK,ArrowLeftIcon:()=>sK,ArrowRightIcon:()=>uK,ArrowSolidDownIcon:()=>mK,ArrowSolidLeftIcon:()=>gK,ArrowSolidRightIcon:()=>vK,ArrowSolidUpIcon:()=>hK,ArrowTopLeftIcon:()=>cK,ArrowTopRightIcon:()=>dK,ArrowUpIcon:()=>iK,AzureDevOpsIcon:()=>Yq,BackIcon:()=>_K,BasketIcon:()=>HY,BatchAcceptIcon:()=>$G,BatchDenyIcon:()=>OG,BeakerIcon:()=>VY,BellIcon:()=>CY,BitbucketIcon:()=>Kq,BoldIcon:()=>Iq,BookIcon:()=>pq,BookmarkHollowIcon:()=>RY,BookmarkIcon:()=>zY,BottomBarIcon:()=>xG,BottomBarToggleIcon:()=>DG,BoxIcon:()=>AG,BranchIcon:()=>Pq,BrowserIcon:()=>pG,ButtonIcon:()=>uY,CPUIcon:()=>EG,CalendarIcon:()=>bq,CameraIcon:()=>QW,CategoryIcon:()=>gq,CertificateIcon:()=>$Y,ChangedIcon:()=>XG,ChatIcon:()=>nY,CheckIcon:()=>LG,ChevronDownIcon:()=>JY,ChevronLeftIcon:()=>eK,ChevronRightIcon:()=>tK,ChevronSmallDownIcon:()=>nK,ChevronSmallLeftIcon:()=>oK,ChevronSmallRightIcon:()=>aK,ChevronSmallUpIcon:()=>rK,ChevronUpIcon:()=>ZY,ChromaticIcon:()=>Xq,ChromeIcon:()=>qq,CircleHollowIcon:()=>_Y,CircleIcon:()=>IY,ClearIcon:()=>ZG,CloseAltIcon:()=>jG,CloseIcon:()=>GG,CloudHollowIcon:()=>qY,CloudIcon:()=>GY,CogIcon:()=>IG,CollapseIcon:()=>wK,CommandIcon:()=>pY,CommentAddIcon:()=>eY,CommentIcon:()=>JG,CommentsIcon:()=>rY,CommitIcon:()=>$q,CompassIcon:()=>TK,ComponentDrivenIcon:()=>Qq,ComponentIcon:()=>zW,ContrastIcon:()=>UW,ControlsIcon:()=>PG,CopyIcon:()=>mq,CreditIcon:()=>sY,CrossIcon:()=>xz,DashboardIcon:()=>OK,DatabaseIcon:()=>CG,DeleteIcon:()=>YG,DiamondIcon:()=>TY,DirectionIcon:()=>jK,DiscordIcon:()=>Zq,DocChartIcon:()=>Sq,DocListIcon:()=>kq,DocumentIcon:()=>hq,DownloadIcon:()=>FK,DragIcon:()=>Aq,EditIcon:()=>_G,EllipsisIcon:()=>TG,EmailIcon:()=>bY,ExpandAltIcon:()=>yK,ExpandIcon:()=>bK,EyeCloseIcon:()=>HW,EyeIcon:()=>jW,FaceHappyIcon:()=>GK,FaceNeutralIcon:()=>YK,FaceSadIcon:()=>KK,FacebookIcon:()=>Jq,FailedIcon:()=>QG,FastForwardIcon:()=>oq,FigmaIcon:()=>eG,FilterIcon:()=>Cq,FlagIcon:()=>WY,FolderIcon:()=>vq,FormIcon:()=>MG,GDriveIcon:()=>tG,GithubIcon:()=>rG,GitlabIcon:()=>nG,GlobeIcon:()=>zK,GoogleIcon:()=>oG,GraphBarIcon:()=>xq,GraphLineIcon:()=>wq,GraphqlIcon:()=>aG,GridAltIcon:()=>MW,GridIcon:()=>TW,GrowIcon:()=>GW,HeartHollowIcon:()=>BY,HeartIcon:()=>LY,HomeIcon:()=>PK,HourglassIcon:()=>UY,InfoIcon:()=>mY,ItalicIcon:()=>Rq,JumpToIcon:()=>FY,KeyIcon:()=>iY,LightningIcon:()=>VW,LightningOffIcon:()=>bz,LinkBrokenIcon:()=>EY,LinkIcon:()=>DY,LinkedinIcon:()=>dG,LinuxIcon:()=>Vq,ListOrderedIcon:()=>Tq,ListUnorderedIcon:()=>Bq,LocationIcon:()=>BK,LockIcon:()=>oY,MarkdownIcon:()=>Mq,MarkupIcon:()=>_q,MediumIcon:()=>iG,MemoryIcon:()=>SG,MenuIcon:()=>Fq,MergeIcon:()=>jq,MirrorIcon:()=>qW,MobileIcon:()=>mG,MoonIcon:()=>fq,NutIcon:()=>RG,OutboxIcon:()=>lY,OutlineIcon:()=>BW,PaintBrushIcon:()=>YW,PaperClipIcon:()=>zq,ParagraphIcon:()=>Lq,PassedIcon:()=>KG,PhoneIcon:()=>xY,PhotoDragIcon:()=>LW,PhotoIcon:()=>RW,PinAltIcon:()=>VG,PinIcon:()=>LK,PlayAllHollowIcon:()=>sq,PlayBackIcon:()=>tq,PlayHollowIcon:()=>lq,PlayIcon:()=>eq,PlayNextIcon:()=>rq,PlusIcon:()=>NG,PointerDefaultIcon:()=>dY,PointerHandIcon:()=>fY,PowerIcon:()=>FG,PrintIcon:()=>yq,ProceedIcon:()=>IK,ProfileIcon:()=>qK,PullRequestIcon:()=>Nq,QuestionIcon:()=>gY,RSSIcon:()=>SY,RedirectIcon:()=>EK,ReduxIcon:()=>lG,RefreshIcon:()=>RK,ReplyIcon:()=>SK,RepoIcon:()=>Oq,RequestChangeIcon:()=>tY,RewindIcon:()=>nq,RulerIcon:()=>KW,SaveIcon:()=>hY,SearchIcon:()=>OW,ShareAltIcon:()=>kY,ShareIcon:()=>AY,ShieldIcon:()=>jY,SideBySideIcon:()=>uq,SidebarAltIcon:()=>yG,SidebarAltToggleIcon:()=>wG,SidebarIcon:()=>vG,SidebarToggleIcon:()=>bG,SpeakerIcon:()=>JW,StackedIcon:()=>cq,StarHollowIcon:()=>MY,StarIcon:()=>OY,StatusFailIcon:()=>KY,StatusPassIcon:()=>QY,StatusWarnIcon:()=>XY,StickerIcon:()=>YY,StopAltHollowIcon:()=>iq,StopAltIcon:()=>aq,StopIcon:()=>XW,StorybookIcon:()=>Gq,StructureIcon:()=>kG,SubtractIcon:()=>qG,SunIcon:()=>dq,SupportIcon:()=>vY,SwitchAltIcon:()=>WW,SyncIcon:()=>kK,TabletIcon:()=>hG,ThumbsUpIcon:()=>NY,TimeIcon:()=>MK,TimerIcon:()=>$K,TransferIcon:()=>DK,TrashIcon:()=>HG,TwitterIcon:()=>sG,TypeIcon:()=>cY,UbuntuIcon:()=>Uq,UndoIcon:()=>CK,UnfoldIcon:()=>xK,UnlockIcon:()=>aY,UnpinIcon:()=>UG,UploadIcon:()=>AK,UserAddIcon:()=>UK,UserAltIcon:()=>VK,UserIcon:()=>HK,UsersIcon:()=>WK,VSCodeIcon:()=>cG,VerifiedIcon:()=>PY,VideoIcon:()=>ZW,WandIcon:()=>BG,WatchIcon:()=>gG,WindowsIcon:()=>Wq,WrenchIcon:()=>zG,XIcon:()=>fG,YoutubeIcon:()=>uG,ZoomIcon:()=>$W,ZoomOutIcon:()=>PW,ZoomResetIcon:()=>NW,iconList:()=>IW});var IW=[{name:"Images",icons:["PhotoIcon","ComponentIcon","GridIcon","OutlineIcon","PhotoDragIcon","GridAltIcon","SearchIcon","ZoomIcon","ZoomOutIcon","ZoomResetIcon","EyeIcon","EyeCloseIcon","LightningIcon","LightningOffIcon","ContrastIcon","SwitchAltIcon","MirrorIcon","GrowIcon","PaintBrushIcon","RulerIcon","StopIcon","CameraIcon","VideoIcon","SpeakerIcon","PlayIcon","PlayBackIcon","PlayNextIcon","RewindIcon","FastForwardIcon","StopAltIcon","StopAltHollowIcon","PlayHollowIcon","PlayAllHollowIcon","SideBySideIcon","StackedIcon","SunIcon","MoonIcon"]},{name:"Documents",icons:["BookIcon","DocumentIcon","CopyIcon","CategoryIcon","FolderIcon","PrintIcon","GraphLineIcon","CalendarIcon","GraphBarIcon","AlignLeftIcon","AlignRightIcon","FilterIcon","DocChartIcon","DocListIcon","DragIcon","MenuIcon"]},{name:"Editing",icons:["MarkupIcon","BoldIcon","ItalicIcon","PaperClipIcon","ListOrderedIcon","ListUnorderedIcon","ParagraphIcon","MarkdownIcon"]},{name:"Git",icons:["RepoIcon","CommitIcon","BranchIcon","PullRequestIcon","MergeIcon"]},{name:"OS",icons:["AppleIcon","LinuxIcon","UbuntuIcon","WindowsIcon","ChromeIcon"]},{name:"Logos",icons:["StorybookIcon","AzureDevOpsIcon","BitbucketIcon","ChromaticIcon","ComponentDrivenIcon","DiscordIcon","FacebookIcon","FigmaIcon","GDriveIcon","GithubIcon","GitlabIcon","GoogleIcon","GraphqlIcon","MediumIcon","ReduxIcon","TwitterIcon","YoutubeIcon","VSCodeIcon","LinkedinIcon","XIcon"]},{name:"Devices",icons:["BrowserIcon","TabletIcon","MobileIcon","WatchIcon","SidebarIcon","SidebarAltIcon","SidebarAltToggleIcon","SidebarToggleIcon","BottomBarIcon","BottomBarToggleIcon","CPUIcon","DatabaseIcon","MemoryIcon","StructureIcon","BoxIcon","PowerIcon"]},{name:"CRUD",icons:["EditIcon","CogIcon","NutIcon","WrenchIcon","EllipsisIcon","WandIcon","CheckIcon","FormIcon","BatchDenyIcon","BatchAcceptIcon","ControlsIcon","PlusIcon","CloseAltIcon","CrossIcon","TrashIcon","PinAltIcon","UnpinIcon","AddIcon","SubtractIcon","CloseIcon","DeleteIcon","PassedIcon","ChangedIcon","FailedIcon","ClearIcon","CommentIcon","CommentAddIcon","RequestChangeIcon","CommentsIcon","ChatIcon","LockIcon","UnlockIcon","KeyIcon","OutboxIcon","CreditIcon","ButtonIcon","TypeIcon","PointerDefaultIcon","PointerHandIcon","CommandIcon","SaveIcon"]},{name:"Communicate",icons:["InfoIcon","QuestionIcon","SupportIcon","AlertIcon","AlertAltIcon","EmailIcon","PhoneIcon","LinkIcon","LinkBrokenIcon","BellIcon","RSSIcon","ShareAltIcon","ShareIcon","JumpToIcon","CircleHollowIcon","CircleIcon","BookmarkHollowIcon","BookmarkIcon","DiamondIcon","HeartHollowIcon","HeartIcon","StarHollowIcon","StarIcon","CertificateIcon","VerifiedIcon","ThumbsUpIcon","ShieldIcon","BasketIcon","BeakerIcon","HourglassIcon","FlagIcon","CloudHollowIcon","CloudIcon","StickerIcon","StatusFailIcon","StatusWarnIcon","StatusPassIcon"]},{name:"Wayfinding",icons:["ChevronUpIcon","ChevronDownIcon","ChevronLeftIcon","ChevronRightIcon","ChevronSmallUpIcon","ChevronSmallDownIcon","ChevronSmallLeftIcon","ChevronSmallRightIcon","ArrowUpIcon","ArrowDownIcon","ArrowLeftIcon","ArrowRightIcon","ArrowTopLeftIcon","ArrowTopRightIcon","ArrowBottomLeftIcon","ArrowBottomRightIcon","ArrowSolidUpIcon","ArrowSolidDownIcon","ArrowSolidLeftIcon","ArrowSolidRightIcon","ExpandAltIcon","CollapseIcon","ExpandIcon","UnfoldIcon","TransferIcon","RedirectIcon","UndoIcon","ReplyIcon","SyncIcon","UploadIcon","DownloadIcon","BackIcon","ProceedIcon","RefreshIcon","GlobeIcon","CompassIcon","LocationIcon","PinIcon","TimeIcon","DashboardIcon","TimerIcon","HomeIcon","AdminIcon","DirectionIcon"]},{name:"People",icons:["UserIcon","UserAltIcon","UserAddIcon","UsersIcon","ProfileIcon","FaceHappyIcon","FaceNeutralIcon","FaceSadIcon","AccessibilityIcon","AccessibilityAltIcon"]}],RW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.25 4.254a1.25 1.25 0 11-2.5 0 1.25 1.25 0 012.5 0zm-.5 0a.75.75 0 11-1.5 0 .75.75 0 011.5 0z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13 1.504v11a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-11a.5.5 0 01.5-.5h11a.5.5 0 01.5.5zM2 9.297V2.004h10v5.293L9.854 5.15a.5.5 0 00-.708 0L6.5 7.797 5.354 6.65a.5.5 0 00-.708 0L2 9.297zM9.5 6.21l2.5 2.5v3.293H2V10.71l3-3 3.146 3.146a.5.5 0 00.708-.707L7.207 8.504 9.5 6.21z",fill:e}))),zW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.5 1.004a2.5 2.5 0 00-2.5 2.5v7a2.5 2.5 0 002.5 2.5h7a2.5 2.5 0 002.5-2.5v-7a2.5 2.5 0 00-2.5-2.5h-7zm8.5 5.5H7.5v-4.5h3a1.5 1.5 0 011.5 1.5v3zm0 1v3a1.5 1.5 0 01-1.5 1.5h-3v-4.5H12zm-5.5 4.5v-4.5H2v3a1.5 1.5 0 001.5 1.5h3zM2 6.504h4.5v-4.5h-3a1.5 1.5 0 00-1.5 1.5v3z",fill:e}))),TW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 1.504a.5.5 0 01.5-.5H6a.5.5 0 01.5.5v4.5a.5.5 0 01-.5.5H1.5a.5.5 0 01-.5-.5v-4.5zm1 4v-3.5h3.5v3.5H2zM7.5 1.504a.5.5 0 01.5-.5h4.5a.5.5 0 01.5.5v4.5a.5.5 0 01-.5.5H8a.5.5 0 01-.5-.5v-4.5zm1 4v-3.5H12v3.5H8.5zM1.5 7.504a.5.5 0 00-.5.5v4.5a.5.5 0 00.5.5H6a.5.5 0 00.5-.5v-4.5a.5.5 0 00-.5-.5H1.5zm.5 1v3.5h3.5v-3.5H2zM7.5 8.004a.5.5 0 01.5-.5h4.5a.5.5 0 01.5.5v4.5a.5.5 0 01-.5.5H8a.5.5 0 01-.5-.5v-4.5zm1 4v-3.5H12v3.5H8.5z",fill:e}))),BW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M2 2.004v2H1v-2.5a.5.5 0 01.5-.5H4v1H2zM1 9.004v-4h1v4H1zM1 10.004v2.5a.5.5 0 00.5.5H4v-1H2v-2H1zM10 13.004h2.5a.5.5 0 00.5-.5v-2.5h-1v2h-2v1zM12 4.004h1v-2.5a.5.5 0 00-.5-.5H10v1h2v2zM9 12.004v1H5v-1h4zM9 1.004v1H5v-1h4zM13 9.004h-1v-4h1v4zM7 8.004a1 1 0 100-2 1 1 0 000 2z",fill:e}))),LW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.25 3.254a1.25 1.25 0 11-2.5 0 1.25 1.25 0 012.5 0zm-.5 0a.75.75 0 11-1.5 0 .75.75 0 011.5 0z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7.003v-6.5a.5.5 0 00-.5-.5h-10a.5.5 0 00-.5.5v2.5H.5a.5.5 0 00-.5.5v2.5h1v-2h2v6.5a.5.5 0 00.5.5H10v2H8v1h2.5a.5.5 0 00.5-.5v-2.5h2.5a.5.5 0 00.5-.5v-3.5zm-10-6v5.794L5.646 5.15a.5.5 0 01.708 0L7.5 6.297l2.646-2.647a.5.5 0 01.708 0L13 5.797V1.004H4zm9 6.208l-2.5-2.5-2.293 2.293L9.354 8.15a.5.5 0 11-.708.707L6 6.211l-2 2v1.793h9V7.21z",fill:e}),s.createElement("path",{d:"M0 10.004v-3h1v3H0zM0 13.504v-2.5h1v2h2v1H.5a.5.5 0 01-.5-.5zM7 14.004H4v-1h3v1z",fill:e}))),MW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M4 3V1h1v2H4zM4 6v2h1V6H4zM4 11v2h1v-2H4zM9 11v2h1v-2H9zM9 8V6h1v2H9zM9 1v2h1V1H9zM13 5h-2V4h2v1zM11 10h2V9h-2v1zM3 10H1V9h2v1zM1 5h2V4H1v1zM8 5H6V4h2v1zM6 10h2V9H6v1zM4 4h1v1H4V4zM10 4H9v1h1V4zM9 9h1v1H9V9zM5 9H4v1h1V9z",fill:e}))),OW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.544 10.206a5.5 5.5 0 11.662-.662.5.5 0 01.148.102l3 3a.5.5 0 01-.708.708l-3-3a.5.5 0 01-.102-.148zM10.5 6a4.5 4.5 0 11-9 0 4.5 4.5 0 019 0z",fill:e}))),$W=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M6 3.5a.5.5 0 01.5.5v1.5H8a.5.5 0 010 1H6.5V8a.5.5 0 01-1 0V6.5H4a.5.5 0 010-1h1.5V4a.5.5 0 01.5-.5z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.544 10.206a5.5 5.5 0 11.662-.662.5.5 0 01.148.102l3 3a.5.5 0 01-.708.708l-3-3a.5.5 0 01-.102-.148zM10.5 6a4.5 4.5 0 11-9 0 4.5 4.5 0 019 0z",fill:e}))),PW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M4 5.5a.5.5 0 000 1h4a.5.5 0 000-1H4z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6 11.5c1.35 0 2.587-.487 3.544-1.294a.5.5 0 00.102.148l3 3a.5.5 0 00.708-.708l-3-3a.5.5 0 00-.148-.102A5.5 5.5 0 106 11.5zm0-1a4.5 4.5 0 100-9 4.5 4.5 0 000 9z",fill:e}))),NW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M1.5 2.837V1.5a.5.5 0 00-1 0V4a.5.5 0 00.5.5h2.5a.5.5 0 000-1H2.258a4.5 4.5 0 11-.496 4.016.5.5 0 10-.942.337 5.502 5.502 0 008.724 2.353.5.5 0 00.102.148l3 3a.5.5 0 00.708-.708l-3-3a.5.5 0 00-.148-.102A5.5 5.5 0 101.5 2.837z",fill:e}))),jW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M7 9.5a2.5 2.5 0 100-5 2.5 2.5 0 000 5z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7l-.21.293C13.669 7.465 10.739 11.5 7 11.5S.332 7.465.21 7.293L0 7l.21-.293C.331 6.536 3.261 2.5 7 2.5s6.668 4.036 6.79 4.207L14 7zM2.896 5.302A12.725 12.725 0 001.245 7c.296.37.874 1.04 1.65 1.698C4.043 9.67 5.482 10.5 7 10.5c1.518 0 2.958-.83 4.104-1.802A12.72 12.72 0 0012.755 7c-.297-.37-.875-1.04-1.65-1.698C9.957 4.33 8.517 3.5 7 3.5c-1.519 0-2.958.83-4.104 1.802z",fill:e}))),HW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M1.854 1.146a.5.5 0 10-.708.708l11 11a.5.5 0 00.708-.708l-11-11zM11.104 8.698c-.177.15-.362.298-.553.439l.714.714a13.25 13.25 0 002.526-2.558L14 7l-.21-.293C13.669 6.536 10.739 2.5 7 2.5c-.89 0-1.735.229-2.506.58l.764.763A4.859 4.859 0 017 3.5c1.518 0 2.958.83 4.104 1.802A12.724 12.724 0 0112.755 7a12.72 12.72 0 01-1.65 1.698zM.21 6.707c.069-.096 1.03-1.42 2.525-2.558l.714.714c-.191.141-.376.288-.553.439A12.725 12.725 0 001.245 7c.296.37.874 1.04 1.65 1.698C4.043 9.67 5.482 10.5 7 10.5a4.86 4.86 0 001.742-.344l.764.764c-.772.351-1.616.58-2.506.58C3.262 11.5.332 7.465.21 7.293L0 7l.21-.293z",fill:e}),s.createElement("path",{d:"M4.5 7c0-.322.061-.63.172-.914l3.242 3.242A2.5 2.5 0 014.5 7zM9.328 7.914L6.086 4.672a2.5 2.5 0 013.241 3.241z",fill:e}))),VW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.522 6.6a.566.566 0 00-.176.544.534.534 0 00.382.41l2.781.721-1.493 5.013a.563.563 0 00.216.627.496.496 0 00.63-.06l6.637-6.453a.568.568 0 00.151-.54.534.534 0 00-.377-.396l-2.705-.708 2.22-4.976a.568.568 0 00-.15-.666.497.497 0 00-.648.008L2.522 6.6zm7.72.63l-3.067-.804L9.02 2.29 3.814 6.803l2.95.764-1.277 4.285 4.754-4.622zM4.51 13.435l.037.011-.037-.011z",fill:e}))),bz=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M10.139 8.725l1.36-1.323a.568.568 0 00.151-.54.534.534 0 00-.377-.396l-2.705-.708 2.22-4.976a.568.568 0 00-.15-.666.497.497 0 00-.648.008L5.464 4.05l.708.71 2.848-2.47-1.64 3.677.697.697 2.164.567-.81.787.708.708zM2.523 6.6a.566.566 0 00-.177.544.534.534 0 00.382.41l2.782.721-1.494 5.013a.563.563 0 00.217.627.496.496 0 00.629-.06l3.843-3.736-.708-.707-2.51 2.44 1.137-3.814-.685-.685-2.125-.55.844-.731-.71-.71L2.524 6.6zM1.854 1.146a.5.5 0 10-.708.708l11 11a.5.5 0 00.708-.708l-11-11z",fill:e}))),UW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 3.004H.5a.5.5 0 00-.5.5v10a.5.5 0 00.5.5h10a.5.5 0 00.5-.5v-2.5h2.5a.5.5 0 00.5-.5v-10a.5.5 0 00-.5-.5h-10a.5.5 0 00-.5.5v2.5zm1 1v2.293l2.293-2.293H4zm-1 0v6.5a.499.499 0 00.497.5H10v2H1v-9h2zm1-1h6.5a.499.499 0 01.5.5v6.5h2v-9H4v2zm6 7V7.71l-2.293 2.293H10zm0-3.707V4.71l-5.293 5.293h1.586L10 6.297zm-.707-2.293H7.707L4 7.71v1.586l5.293-5.293z",fill:e}))),WW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 3.004v-2.5a.5.5 0 01.5-.5h10a.5.5 0 01.5.5v10a.5.5 0 01-.5.5H11v2.5a.5.5 0 01-.5.5H.5a.5.5 0 01-.5-.5v-10a.5.5 0 01.5-.5H3zm1 0v-2h9v9h-2v-6.5a.5.5 0 00-.5-.5H4zm6 8v2H1v-9h2v6.5a.5.5 0 00.5.5H10zm0-1H4v-6h6v6z",fill:e}))),qW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 1.504a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-11zm1 10.5h10v-10l-10 10z",fill:e}))),GW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M1.5 1.004a.5.5 0 100 1H12v10.5a.5.5 0 001 0v-10.5a1 1 0 00-1-1H1.5z",fill:e}),s.createElement("path",{d:"M1 3.504a.5.5 0 01.5-.5H10a1 1 0 011 1v8.5a.5.5 0 01-1 0v-8.5H1.5a.5.5 0 01-.5-.5z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.5 5.004a.5.5 0 00-.5.5v7a.5.5 0 00.5.5h7a.5.5 0 00.5-.5v-7a.5.5 0 00-.5-.5h-7zm.5 1v6h6v-6H2z",fill:e}))),YW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.854.146a.5.5 0 00-.708 0L2.983 8.31a2.24 2.24 0 00-1.074.6C.677 10.14.24 11.902.085 12.997 0 13.6 0 14 0 14s.4 0 1.002-.085c1.095-.155 2.857-.592 4.089-1.824a2.24 2.24 0 00.6-1.074l8.163-8.163a.5.5 0 000-.708l-2-2zM5.6 9.692l.942-.942L5.25 7.457l-.942.943A2.242 2.242 0 015.6 9.692zm1.649-1.65L12.793 2.5 11.5 1.207 5.957 6.75 7.25 8.043zM4.384 9.617a1.25 1.25 0 010 1.768c-.767.766-1.832 1.185-2.78 1.403-.17.04-.335.072-.49.098.027-.154.06-.318.099-.49.219-.947.637-2.012 1.403-2.779a1.25 1.25 0 011.768 0z",fill:e}))),KW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M1.5 1.004a.5.5 0 01.5.5v.5h10v-.5a.5.5 0 011 0v2a.5.5 0 01-1 0v-.5H2v.5a.5.5 0 01-1 0v-2a.5.5 0 01.5-.5z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.5 6a.5.5 0 00-.5.5v6a.5.5 0 00.5.5h11a.5.5 0 00.5-.5v-6a.5.5 0 00-.5-.5h-11zM2 7v5h10V7h-1v2.5a.5.5 0 01-1 0V7h-.75v1a.5.5 0 01-1 0V7H7.5v2.5a.5.5 0 01-1 0V7h-.75v1a.5.5 0 01-1 0V7H4v2.5a.5.5 0 01-1 0V7H2z",fill:e}))),XW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M4.5 4a.5.5 0 00-.5.5v5a.5.5 0 00.5.5h5a.5.5 0 00.5-.5v-5a.5.5 0 00-.5-.5h-5z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zm-1 0A6 6 0 111 7a6 6 0 0112 0z",fill:e}))),QW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10 7a3 3 0 11-6 0 3 3 0 016 0zM9 7a2 2 0 11-4 0 2 2 0 014 0z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.5 1a.5.5 0 00-.5.5v.504H.5a.5.5 0 00-.5.5v9a.5.5 0 00.5.5h13a.5.5 0 00.5-.5v-9a.5.5 0 00-.5-.5H6V1.5a.5.5 0 00-.5-.5h-3zM1 3.004v8h12v-8H1z",fill:e}))),ZW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M2.5 10a.5.5 0 100-1 .5.5 0 000 1z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 4a2 2 0 012-2h6a2 2 0 012 2v.5l3.189-2.391A.5.5 0 0114 2.5v9a.5.5 0 01-.804.397L10 9.5v.5a2 2 0 01-2 2H2a2 2 0 01-2-2V4zm9 0v1.5a.5.5 0 00.8.4L13 3.5v7L9.8 8.1a.5.5 0 00-.8.4V10a1 1 0 01-1 1H2a1 1 0 01-1-1V4a1 1 0 011-1h6a1 1 0 011 1z",fill:e}))),JW=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 4.5v5a.5.5 0 00.5.5H4l3.17 2.775a.5.5 0 00.83-.377V1.602a.5.5 0 00-.83-.376L4 4H1.5a.5.5 0 00-.5.5zM4 9V5H2v4h2zm.998.545A.504.504 0 005 9.5v-5c0-.015 0-.03-.002-.044L7 2.704v8.592L4.998 9.545z",fill:e}),s.createElement("path",{d:"M10.15 1.752a.5.5 0 00-.3.954 4.502 4.502 0 010 8.588.5.5 0 00.3.954 5.502 5.502 0 000-10.496z",fill:e}),s.createElement("path",{d:"M10.25 3.969a.5.5 0 00-.5.865 2.499 2.499 0 010 4.332.5.5 0 10.5.866 3.499 3.499 0 000-6.063z",fill:e}))),eq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M12.813 7.425l-9.05 5.603A.5.5 0 013 12.603V1.398a.5.5 0 01.763-.425l9.05 5.602a.5.5 0 010 .85z",fill:e}))),tq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M11.24 12.035L3.697 7.427A.494.494 0 013.5 7.2v4.05a.75.75 0 01-1.5 0v-8.5a.75.75 0 011.5 0V6.8a.494.494 0 01.198-.227l7.541-4.608A.5.5 0 0112 2.39v9.217a.5.5 0 01-.76.427z",fill:e}))),rq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M2.76 12.035l7.542-4.608A.495.495 0 0010.5 7.2v4.05a.75.75 0 001.5 0v-8.5a.75.75 0 00-1.5 0V6.8a.495.495 0 00-.198-.227L2.76 1.965A.5.5 0 002 2.39v9.217a.5.5 0 00.76.427z",fill:e}))),nq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M9 2.42v2.315l4.228-2.736a.5.5 0 01.772.42v9.162a.5.5 0 01-.772.42L9 9.263v2.317a.5.5 0 01-.772.42L1.5 7.647v3.603a.75.75 0 01-1.5 0v-8.5a.75.75 0 011.5 0v3.603L8.228 2A.5.5 0 019 2.42z",fill:e}))),oq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M5 2.42v2.315L.772 1.999a.5.5 0 00-.772.42v9.162a.5.5 0 00.772.42L5 9.263v2.317a.5.5 0 00.772.42L12.5 7.647v3.603a.75.75 0 001.5 0v-8.5a.75.75 0 00-1.5 0v3.603L5.772 2A.5.5 0 005 2.42z",fill:e}))),aq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M1 1.504a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-11z",fill:e}))),iq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.2 2.204v9.6h9.6v-9.6H2.2zm-.7-1.2a.5.5 0 00-.5.5v11a.5.5 0 00.5.5h11a.5.5 0 00.5-.5v-11a.5.5 0 00-.5-.5h-11z",fill:e}))),lq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.2 10.88L10.668 7 4.2 3.12v7.76zM3 2.414v9.174a.8.8 0 001.212.686l7.645-4.587a.8.8 0 000-1.372L4.212 1.727A.8.8 0 003 2.413z",fill:e}))),sq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.2 10.88L11.668 7 5.2 3.12v7.76zM4 2.414v9.174a.8.8 0 001.212.686l7.645-4.587a.8.8 0 000-1.372L5.212 1.727A.8.8 0 004 2.413zM1.5 1.6a.6.6 0 01.6.6v9.6a.6.6 0 11-1.2 0V2.2a.6.6 0 01.6-.6z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M.963 1.932a.6.6 0 01.805-.268l1 .5a.6.6 0 01-.536 1.073l-1-.5a.6.6 0 01-.269-.805zM3.037 11.132a.6.6 0 01-.269.805l-1 .5a.6.6 0 01-.536-1.073l1-.5a.6.6 0 01.805.268z",fill:e}))),uq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 1.504a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-11zm1 10.5v-10h5v10H2z",fill:e}))),cq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.5 1.004a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-11a.5.5 0 01.5-.5h11zm-10.5 1h10v5H2v-5z",fill:e}))),dq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("g",{clipPath:"url(#prefix__clip0_1107_3492)",fill:e},s.createElement("path",{d:"M7.5.5a.5.5 0 00-1 0V2a.5.5 0 001 0V.5z"}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 10a3 3 0 100-6 3 3 0 000 6zm0-1a2 2 0 100-4 2 2 0 000 4z"}),s.createElement("path",{d:"M7 11.5a.5.5 0 01.5.5v1.5a.5.5 0 01-1 0V12a.5.5 0 01.5-.5zM11.5 7a.5.5 0 01.5-.5h1.5a.5.5 0 010 1H12a.5.5 0 01-.5-.5zM.5 6.5a.5.5 0 000 1H2a.5.5 0 000-1H.5zM3.818 10.182a.5.5 0 010 .707l-1.06 1.06a.5.5 0 11-.708-.706l1.06-1.06a.5.5 0 01.708 0zM11.95 2.757a.5.5 0 10-.707-.707l-1.061 1.061a.5.5 0 10.707.707l1.06-1.06zM10.182 10.182a.5.5 0 01.707 0l1.06 1.06a.5.5 0 11-.706.708l-1.061-1.06a.5.5 0 010-.708zM2.757 2.05a.5.5 0 10-.707.707l1.06 1.061a.5.5 0 00.708-.707l-1.06-1.06z"})),s.createElement("defs",null,s.createElement("clipPath",{id:"prefix__clip0_1107_3492"},s.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),fq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 15 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("g",{clipPath:"url(#prefix__clip0_1107_3493)"},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.335.047l-.15-.015a7.499 7.499 0 106.14 10.577c.103-.229-.156-.447-.386-.346a5.393 5.393 0 01-.771.27A5.356 5.356 0 019.153.691C9.37.568 9.352.23 9.106.175a7.545 7.545 0 00-.77-.128zM6.977 1.092a6.427 6.427 0 005.336 10.671A6.427 6.427 0 116.977 1.092z",fill:e})),s.createElement("defs",null,s.createElement("clipPath",{id:"prefix__clip0_1107_3493"},s.createElement("path",{fill:"#fff",transform:"scale(1.07124)",d:"M0 0h14.001v14.002H0z"}))))),pq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13 2a2 2 0 00-2-2H1.5a.5.5 0 00-.5.5v13a.5.5 0 00.5.5H11a2 2 0 002-2V2zM3 13h8a1 1 0 001-1V2a1 1 0 00-1-1H7v6.004a.5.5 0 01-.856.352l-.002-.002L5.5 6.71l-.645.647A.5.5 0 014 7.009V1H3v12zM5 1v4.793l.146-.146a.5.5 0 01.743.039l.111.11V1H5z",fill:e}))),hq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M4 5.5a.5.5 0 01.5-.5h5a.5.5 0 010 1h-5a.5.5 0 01-.5-.5zM4.5 7.5a.5.5 0 000 1h5a.5.5 0 000-1h-5zM4 10.5a.5.5 0 01.5-.5h5a.5.5 0 010 1h-5a.5.5 0 01-.5-.5z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.5 0a.5.5 0 00-.5.5v13a.5.5 0 00.5.5h11a.5.5 0 00.5-.5V3.207a.5.5 0 00-.146-.353L10.146.146A.5.5 0 009.793 0H1.5zM2 1h7.5v2a.5.5 0 00.5.5h2V13H2V1z",fill:e}))),mq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.746.07A.5.5 0 0011.5.003h-6a.5.5 0 00-.5.5v2.5H.5a.5.5 0 00-.5.5v10a.5.5 0 00.5.5h8a.5.5 0 00.5-.5v-2.5h4.5a.5.5 0 00.5-.5v-8a.498.498 0 00-.15-.357L11.857.154a.506.506 0 00-.11-.085zM9 10.003h4v-7h-1.5a.5.5 0 01-.5-.5v-1.5H6v2h.5a.5.5 0 01.357.15L8.85 5.147c.093.09.15.217.15.357v4.5zm-8-6v9h7v-7H6.5a.5.5 0 01-.5-.5v-1.5H1z",fill:e}))),gq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M3 1.5a.5.5 0 01.5-.5h7a.5.5 0 010 1h-7a.5.5 0 01-.5-.5zM2 3.504a.5.5 0 01.5-.5h9a.5.5 0 010 1h-9a.5.5 0 01-.5-.5z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 5.5a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v7a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-7zM2 12V6h10v6H2z",fill:e}))),vq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.586 3.504l-1.5-1.5H1v9h12v-7.5H6.586zm.414-1L5.793 1.297a1 1 0 00-.707-.293H.5a.5.5 0 00-.5.5v10a.5.5 0 00.5.5h13a.5.5 0 00.5-.5v-8.5a.5.5 0 00-.5-.5H7z",fill:e}))),yq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M4.5 8.004a.5.5 0 100 1h5a.5.5 0 000-1h-5zM4.5 10.004a.5.5 0 000 1h5a.5.5 0 000-1h-5z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2 1.504a.5.5 0 01.5-.5h8a.498.498 0 01.357.15l.993.993c.093.09.15.217.15.357v1.5h1.5a.5.5 0 01.5.5v5a.5.5 0 01-.5.5H12v2.5a.5.5 0 01-.5.5h-9a.5.5 0 01-.5-.5v-2.5H.5a.5.5 0 01-.5-.5v-5a.5.5 0 01.5-.5H2v-2.5zm11 7.5h-1v-2.5a.5.5 0 00-.5-.5h-9a.5.5 0 00-.5.5v2.5H1v-4h12v4zm-2-6v1H3v-2h7v.5a.5.5 0 00.5.5h.5zm-8 9h8v-5H3v5z",fill:e}))),wq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M5.146 6.15a.5.5 0 01.708 0L7 7.297 9.146 5.15a.5.5 0 01.708 0l1 1a.5.5 0 01-.708.707L9.5 6.211 7.354 8.357a.5.5 0 01-.708 0L5.5 7.211 3.854 8.857a.5.5 0 11-.708-.707l2-2z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.5 1.004a.5.5 0 00-.5.5v11a.5.5 0 00.5.5h11a.5.5 0 00.5-.5v-11a.5.5 0 00-.5-.5h-11zm.5 1v10h10v-10H2z",fill:e}))),bq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.5 0a.5.5 0 01.5.5V1h6V.5a.5.5 0 011 0V1h1.5a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-11a.5.5 0 01.5-.5H3V.5a.5.5 0 01.5-.5zM2 4v2.3h3V4H2zm0 5.2V6.8h3v2.4H2zm0 .5V12h3V9.7H2zm3.5 0V12h3V9.7h-3zm3.5 0V12h3V9.7H9zm3-.5H9V6.8h3v2.4zm-3.5 0h-3V6.8h3v2.4zM9 4v2.3h3V4H9zM5.5 6.3h3V4h-3v2.3z",fill:e}))),xq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M12 2.5a.5.5 0 00-1 0v10a.5.5 0 001 0v-10zM9 4.5a.5.5 0 00-1 0v8a.5.5 0 001 0v-8zM5.5 7a.5.5 0 01.5.5v5a.5.5 0 01-1 0v-5a.5.5 0 01.5-.5zM3 10.5a.5.5 0 00-1 0v2a.5.5 0 001 0v-2z",fill:e}))),Dq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M13 2a.5.5 0 010 1H1a.5.5 0 010-1h12zM10 5a.5.5 0 010 1H1a.5.5 0 010-1h9zM11.5 8.5A.5.5 0 0011 8H1a.5.5 0 000 1h10a.5.5 0 00.5-.5zM7.5 11a.5.5 0 010 1H1a.5.5 0 010-1h6.5z",fill:e}))),Eq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M1 2a.5.5 0 000 1h12a.5.5 0 000-1H1zM4 5a.5.5 0 000 1h9a.5.5 0 000-1H4zM2.5 8.5A.5.5 0 013 8h10a.5.5 0 010 1H3a.5.5 0 01-.5-.5zM6.5 11a.5.5 0 000 1H13a.5.5 0 000-1H6.5z",fill:e}))),Cq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M1 2a.5.5 0 000 1h12a.5.5 0 000-1H1zM3 5a.5.5 0 000 1h8a.5.5 0 000-1H3zM4.5 8.5A.5.5 0 015 8h4a.5.5 0 010 1H5a.5.5 0 01-.5-.5zM6.5 11a.5.5 0 000 1h1a.5.5 0 000-1h-1z",fill:e}))),Sq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 1.5a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-11zM2 4v2.3h3V4H2zm0 5.2V6.8h3v2.4H2zm0 .5V12h3V9.7H2zm3.5 0V12h3V9.7h-3zm3.5 0V12h3V9.7H9zm3-.5H9V6.8h3v2.4zm-3.5 0h-3V6.8h3v2.4zM9 6.3h3V4H9v2.3zm-3.5 0h3V4h-3v2.3z",fill:e}))),kq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M3.5 6.5A.5.5 0 014 6h6a.5.5 0 010 1H4a.5.5 0 01-.5-.5zM4 9a.5.5 0 000 1h6a.5.5 0 000-1H4z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 1.5a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-11zM2 4v8h10V4H2z",fill:e}))),Aq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M13 4a.5.5 0 010 1H1a.5.5 0 010-1h12zM13.5 9.5A.5.5 0 0013 9H1a.5.5 0 000 1h12a.5.5 0 00.5-.5z",fill:e}))),Fq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M13 3.5a.5.5 0 010 1H1a.5.5 0 010-1h12zM13.5 10a.5.5 0 00-.5-.5H1a.5.5 0 000 1h12a.5.5 0 00.5-.5zM13 6.5a.5.5 0 010 1H1a.5.5 0 010-1h12z",fill:e}))),_q=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M8.982 1.632a.5.5 0 00-.964-.263l-3 11a.5.5 0 10.964.263l3-11zM3.32 3.616a.5.5 0 01.064.704L1.151 7l2.233 2.68a.5.5 0 11-.768.64l-2.5-3a.5.5 0 010-.64l2.5-3a.5.5 0 01.704-.064zM10.68 3.616a.5.5 0 00-.064.704L12.849 7l-2.233 2.68a.5.5 0 00.768.64l2.5-3a.5.5 0 000-.64l-2.5-3a.5.5 0 00-.704-.064z",fill:e}))),Iq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 2v1.5h1v7H3V12h5a3 3 0 001.791-5.407A2.75 2.75 0 008 2.011V2H3zm5 5.5H5.5v3H8a1.5 1.5 0 100-3zm-.25-4H5.5V6h2.25a1.25 1.25 0 100-2.5z",fill:e}))),Rq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M5 2h6v1H8.5l-2 8H9v1H3v-1h2.5l2-8H5V2z",fill:e}))),zq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M10.553 2.268a1.5 1.5 0 00-2.12 0L2.774 7.925a2.5 2.5 0 003.536 3.535l3.535-3.535a.5.5 0 11.707.707l-3.535 3.536-.002.002a3.5 3.5 0 01-4.959-4.941l.011-.011L7.725 1.56l.007-.008a2.5 2.5 0 013.53 3.541l-.002.002-5.656 5.657-.003.003a1.5 1.5 0 01-2.119-2.124l3.536-3.536a.5.5 0 11.707.707L4.189 9.34a.5.5 0 00.707.707l5.657-5.657a1.5 1.5 0 000-2.121z",fill:e}))),Tq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M5 2.5a.5.5 0 01.5-.5h7a.5.5 0 010 1h-7a.5.5 0 01-.5-.5zM5 7a.5.5 0 01.5-.5h7a.5.5 0 010 1h-7A.5.5 0 015 7zM5.5 11a.5.5 0 000 1h7a.5.5 0 000-1h-7zM2.5 2H1v1h1v3h1V2.5a.5.5 0 00-.5-.5zM3 8.5v1a.5.5 0 01-1 0V9h-.5a.5.5 0 010-1h1a.5.5 0 01.5.5zM2 10.5a.5.5 0 00-1 0V12h2v-1H2v-.5z",fill:e}))),Bq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M2.75 2.5a.75.75 0 11-1.5 0 .75.75 0 011.5 0zM5.5 2a.5.5 0 000 1h7a.5.5 0 000-1h-7zM5.5 11a.5.5 0 000 1h7a.5.5 0 000-1h-7zM2 12.25a.75.75 0 100-1.5.75.75 0 000 1.5zM5 7a.5.5 0 01.5-.5h7a.5.5 0 010 1h-7A.5.5 0 015 7zM2 7.75a.75.75 0 100-1.5.75.75 0 000 1.5z",fill:e}))),Lq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M6 7a3 3 0 110-6h5.5a.5.5 0 010 1H10v10.5a.5.5 0 01-1 0V2H7v10.5a.5.5 0 01-1 0V7z",fill:e}))),Mq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M2 4.5h1.5L5 6.375 6.5 4.5H8v5H6.5V7L5 8.875 3.5 7v2.5H2v-5zM9.75 4.5h1.5V7h1.25l-2 2.5-2-2.5h1.25V4.5z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M.5 2a.5.5 0 00-.5.5v9a.5.5 0 00.5.5h13a.5.5 0 00.5-.5v-9a.5.5 0 00-.5-.5H.5zM1 3v8h12V3H1z",fill:e}))),Oq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M5 2.5a.5.5 0 11-1 0 .5.5 0 011 0zM4.5 5a.5.5 0 100-1 .5.5 0 000 1zM5 6.5a.5.5 0 11-1 0 .5.5 0 011 0z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11 0a2 2 0 012 2v10a2 2 0 01-2 2H1.5a.5.5 0 01-.5-.5V.5a.5.5 0 01.5-.5H11zm0 1H3v12h8a1 1 0 001-1V2a1 1 0 00-1-1z",fill:e}))),$q=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.031 7.5a4 4 0 007.938 0H13.5a.5.5 0 000-1h-2.53a4 4 0 00-7.94 0H.501a.5.5 0 000 1h2.531zM7 10a3 3 0 100-6 3 3 0 000 6z",fill:e}))),Pq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6 2.5a1.5 1.5 0 01-1 1.415v4.053C5.554 7.4 6.367 7 7.5 7c.89 0 1.453-.252 1.812-.557.218-.184.374-.4.482-.62a1.5 1.5 0 111.026.143c-.155.423-.425.87-.86 1.24C9.394 7.685 8.59 8 7.5 8c-1.037 0-1.637.42-1.994.917a2.81 2.81 0 00-.472 1.18A1.5 1.5 0 114 10.086v-6.17A1.5 1.5 0 116 2.5zm-2 9a.5.5 0 111 0 .5.5 0 01-1 0zm1-9a.5.5 0 11-1 0 .5.5 0 011 0zm6 2a.5.5 0 11-1 0 .5.5 0 011 0z",fill:e}))),Nq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.354 1.354L7.707 2H8.5A2.5 2.5 0 0111 4.5v5.585a1.5 1.5 0 11-1 0V4.5A1.5 1.5 0 008.5 3h-.793l.647.646a.5.5 0 11-.708.708l-1.5-1.5a.5.5 0 010-.708l1.5-1.5a.5.5 0 11.708.708zM11 11.5a.5.5 0 11-1 0 .5.5 0 011 0zM4 3.915a1.5 1.5 0 10-1 0v6.17a1.5 1.5 0 101 0v-6.17zM3.5 11a.5.5 0 100 1 .5.5 0 000-1zm0-8a.5.5 0 100-1 .5.5 0 000 1z",fill:e}))),jq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.108 3.872A1.5 1.5 0 103 3.915v6.17a1.5 1.5 0 101 0V6.41c.263.41.573.77.926 1.083 1.108.98 2.579 1.433 4.156 1.5A1.5 1.5 0 109.09 7.99c-1.405-.065-2.62-.468-3.5-1.248-.723-.64-1.262-1.569-1.481-2.871zM3.5 11a.5.5 0 100 1 .5.5 0 000-1zM4 2.5a.5.5 0 11-1 0 .5.5 0 011 0zm7 6a.5.5 0 11-1 0 .5.5 0 011 0z",fill:e}))),Hq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M11.03 8.103a3.044 3.044 0 01-.202-1.744 2.697 2.697 0 011.4-1.935c-.749-1.18-1.967-1.363-2.35-1.403-.835-.086-2.01.56-2.648.57h-.016c-.639-.01-1.814-.656-2.649-.57-.415.044-1.741.319-2.541 1.593-.281.447-.498 1.018-.586 1.744a6.361 6.361 0 00-.044.85c.005.305.028.604.07.895.09.62.259 1.207.477 1.744.242.595.543 1.13.865 1.585.712 1.008 1.517 1.59 1.971 1.6.934.021 1.746-.61 2.416-.594.006.002.014.003.02.002h.017c.007 0 .014 0 .021-.002.67-.017 1.481.615 2.416.595.453-.011 1.26-.593 1.971-1.6a7.95 7.95 0 00.97-1.856c-.697-.217-1.27-.762-1.578-1.474zm-2.168-5.97c.717-.848.69-2.07.624-2.125-.065-.055-1.25.163-1.985.984-.735.82-.69 2.071-.624 2.125.064.055 1.268-.135 1.985-.984z",fill:e}))),Vq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 0a3 3 0 013 3v1.24c.129.132.25.27.362.415.113.111.283.247.515.433l.194.155c.325.261.711.582 1.095.966.765.765 1.545 1.806 1.823 3.186a.501.501 0 01-.338.581 3.395 3.395 0 01-1.338.134 2.886 2.886 0 01-1.049-.304 5.535 5.535 0 01-.17.519 2 2 0 11-2.892 2.55A5.507 5.507 0 017 13c-.439 0-.838-.044-1.201-.125a2 2 0 11-2.892-2.55 5.553 5.553 0 01-.171-.519c-.349.182-.714.27-1.05.304A3.395 3.395 0 01.35 9.977a.497.497 0 01-.338-.582c.278-1.38 1.058-2.42 1.823-3.186.384-.384.77-.705 1.095-.966l.194-.155c.232-.186.402-.322.515-.433.112-.145.233-.283.362-.414V3a3 3 0 013-3zm1.003 11.895a2 2 0 012.141-1.89c.246-.618.356-1.322.356-2.005 0-.514-.101-1.07-.301-1.599l-.027-.017a6.387 6.387 0 00-.857-.42 6.715 6.715 0 00-1.013-.315l-.852.638a.75.75 0 01-.9 0l-.852-.638a6.716 6.716 0 00-1.693.634 4.342 4.342 0 00-.177.101l-.027.017A4.6 4.6 0 003.501 8c0 .683.109 1.387.355 2.005a2 2 0 012.142 1.89c.295.067.627.105 1.002.105s.707-.038 1.003-.105zM5 12a1 1 0 11-2 0 1 1 0 012 0zm6 0a1 1 0 11-2 0 1 1 0 012 0zM6.1 4.3a1.5 1.5 0 011.8 0l.267.2L7 5.375 5.833 4.5l.267-.2zM8.5 2a.5.5 0 01.5.5V3a.5.5 0 01-1 0v-.5a.5.5 0 01.5-.5zM6 2.5a.5.5 0 00-1 0V3a.5.5 0 001 0v-.5z",fill:e}))),Uq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("g",{clipPath:"url(#prefix__clip0_1107_3497)",fill:e},s.createElement("path",{d:"M12.261 2.067c0 1.142-.89 2.068-1.988 2.068-1.099 0-1.99-.926-1.99-2.068C8.283.926 9.174 0 10.273 0c1.098 0 1.989.926 1.989 2.067zM3.978 6.6c0 1.142-.89 2.068-1.989 2.068C.891 8.668 0 7.742 0 6.601c0-1.142.89-2.068 1.989-2.068 1.099 0 1.989.926 1.989 2.068zM6.475 11.921A4.761 4.761 0 014.539 11a4.993 4.993 0 01-1.367-1.696 2.765 2.765 0 01-1.701.217 6.725 6.725 0 001.844 2.635 6.379 6.379 0 004.23 1.577 3.033 3.033 0 01-.582-1.728 4.767 4.767 0 01-.488-.083zM11.813 11.933c0 1.141-.89 2.067-1.989 2.067-1.098 0-1.989-.926-1.989-2.067 0-1.142.891-2.068 1.99-2.068 1.098 0 1.989.926 1.989 2.068zM12.592 11.173a6.926 6.926 0 001.402-3.913 6.964 6.964 0 00-1.076-4.023A2.952 2.952 0 0111.8 4.6c.398.78.592 1.656.564 2.539a5.213 5.213 0 01-.724 2.495c.466.396.8.935.952 1.54zM1.987 3.631c-.05 0-.101.002-.151.004C3.073 1.365 5.504.024 8.005.23a3.07 3.07 0 00-.603 1.676 4.707 4.707 0 00-2.206.596 4.919 4.919 0 00-1.7 1.576 2.79 2.79 0 00-1.509-.447z"})),s.createElement("defs",null,s.createElement("clipPath",{id:"prefix__clip0_1107_3497"},s.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),Wq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M6.5 1H1v5.5h5.5V1zM13 1H7.5v5.5H13V1zM7.5 7.5H13V13H7.5V7.5zM6.5 7.5H1V13h5.5V7.5z",fill:e}))),qq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("g",{clipPath:"url(#prefix__clip0_1107_3496)"},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.023 3.431a.115.115 0 01-.099.174H7.296A3.408 3.408 0 003.7 6.148a.115.115 0 01-.21.028l-1.97-3.413a.115.115 0 01.01-.129A6.97 6.97 0 017 0a6.995 6.995 0 016.023 3.431zM7 9.615A2.619 2.619 0 014.384 7 2.62 2.62 0 017 4.383 2.619 2.619 0 019.616 7 2.619 2.619 0 017 9.615zm1.034.71a.115.115 0 00-.121-.041 3.4 3.4 0 01-.913.124 3.426 3.426 0 01-3.091-1.973L1.098 3.567a.115.115 0 00-.2.001 7.004 7.004 0 005.058 10.354l.017.001c.04 0 .078-.021.099-.057l1.971-3.414a.115.115 0 00-.009-.128zm1.43-5.954h3.947c.047 0 .09.028.107.072.32.815.481 1.675.481 2.557a6.957 6.957 0 01-2.024 4.923A6.957 6.957 0 017.08 14h-.001a.115.115 0 01-.1-.172L9.794 8.95A3.384 3.384 0 0010.408 7c0-.921-.364-1.785-1.024-2.433a.115.115 0 01.08-.196z",fill:e})),s.createElement("defs",null,s.createElement("clipPath",{id:"prefix__clip0_1107_3496"},s.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),Gq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.042.616a.704.704 0 00-.66.729L1.816 12.9c.014.367.306.66.672.677l9.395.422h.032a.704.704 0 00.704-.703V.704c0-.015 0-.03-.002-.044a.704.704 0 00-.746-.659l-.773.049.057 1.615a.105.105 0 01-.17.086l-.52-.41-.617.468a.105.105 0 01-.168-.088L9.746.134 2.042.616zm8.003 4.747c-.247.192-2.092.324-2.092.05.04-1.045-.429-1.091-.689-1.091-.247 0-.662.075-.662.634 0 .57.607.893 1.32 1.27 1.014.538 2.24 1.188 2.24 2.823 0 1.568-1.273 2.433-2.898 2.433-1.676 0-3.141-.678-2.976-3.03.065-.275 2.197-.21 2.197 0-.026.971.195 1.256.753 1.256.43 0 .624-.236.624-.634 0-.602-.633-.958-1.361-1.367-.987-.554-2.148-1.205-2.148-2.7 0-1.494 1.027-2.489 2.86-2.489 1.832 0 2.832.98 2.832 2.845z",fill:e}))),Yq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("g",{clipPath:"url(#prefix__clip0_1107_3503)"},s.createElement("path",{d:"M0 5.176l1.31-1.73 4.902-1.994V.014l4.299 3.144-8.78 1.706v4.8L0 9.162V5.176zm14-2.595v8.548l-3.355 2.857-5.425-1.783v1.783L1.73 9.661l8.784 1.047v-7.55L14 2.581z",fill:e})),s.createElement("defs",null,s.createElement("clipPath",{id:"prefix__clip0_1107_3503"},s.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),Kq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 1.522a.411.411 0 00-.412.476l1.746 10.597a.56.56 0 00.547.466h8.373a.411.411 0 00.412-.345l1.017-6.248h-3.87L8.35 9.18H5.677l-.724-3.781h7.904L13.412 2A.411.411 0 0013 1.524L1 1.522z",fill:e}))),Xq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 7a7 7 0 1014 0A7 7 0 000 7zm5.215-3.869a1.967 1.967 0 013.747.834v1.283l-3.346-1.93a2.486 2.486 0 00-.401-.187zm3.484 2.58l-3.346-1.93a1.968 1.968 0 00-2.685.72 1.954 1.954 0 00.09 2.106 2.45 2.45 0 01.362-.254l1.514-.873a.27.27 0 01.268 0l2.1 1.21 1.697-.978zm-.323 4.972L6.86 9.81a.268.268 0 01-.134-.231V7.155l-1.698-.98v3.86a1.968 1.968 0 003.747.835 2.488 2.488 0 01-.4-.187zm.268-.464a1.967 1.967 0 002.685-.719 1.952 1.952 0 00-.09-2.106c-.112.094-.233.18-.361.253L7.53 9.577l1.113.642zm-4.106.257a1.974 1.974 0 01-1.87-.975A1.95 1.95 0 012.47 8.01c.136-.507.461-.93.916-1.193L4.5 6.175v3.86c0 .148.013.295.039.44zM11.329 4.5a1.973 1.973 0 00-1.87-.976c.025.145.039.292.039.44v1.747a.268.268 0 01-.135.232l-2.1 1.211v1.96l3.346-1.931a1.966 1.966 0 00.72-2.683z",fill:e}))),Qq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M10.847 2.181L8.867.201a.685.685 0 00-.97 0l-4.81 4.81a.685.685 0 000 .969l2.466 2.465-2.405 2.404a.685.685 0 000 .97l1.98 1.98a.685.685 0 00.97 0l4.81-4.81a.685.685 0 000-.969L8.441 5.555l2.405-2.404a.685.685 0 000-.97z",fill:e}))),Zq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M11.852 2.885c-.893-.41-1.85-.712-2.85-.884a.043.043 0 00-.046.021c-.123.22-.26.505-.355.73a10.658 10.658 0 00-3.2 0 7.377 7.377 0 00-.36-.73.045.045 0 00-.046-.021c-1 .172-1.957.474-2.85.884a.04.04 0 00-.019.016C.311 5.612-.186 8.257.058 10.869a.048.048 0 00.018.033 11.608 11.608 0 003.496 1.767.045.045 0 00.049-.016c.27-.368.51-.755.715-1.163a.044.044 0 00-.024-.062 7.661 7.661 0 01-1.092-.52.045.045 0 01-.005-.075c.074-.055.147-.112.217-.17a.043.043 0 01.046-.006c2.29 1.046 4.771 1.046 7.035 0a.043.043 0 01.046.006c.07.057.144.115.218.17a.045.045 0 01-.004.075 7.186 7.186 0 01-1.093.52.045.045 0 00-.024.062c.21.407.45.795.715 1.162.011.016.03.023.05.017a11.57 11.57 0 003.5-1.767.045.045 0 00.019-.032c.292-3.02-.49-5.643-2.07-7.969a.036.036 0 00-.018-.016zM4.678 9.279c-.69 0-1.258-.634-1.258-1.411 0-.778.558-1.411 1.258-1.411.707 0 1.27.639 1.259 1.41 0 .778-.558 1.412-1.259 1.412zm4.652 0c-.69 0-1.258-.634-1.258-1.411 0-.778.557-1.411 1.258-1.411.707 0 1.27.639 1.258 1.41 0 .778-.551 1.412-1.258 1.412z",fill:e}))),Jq=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.399 14H5.06V7H3.5V4.588l1.56-.001-.002-1.421C5.058 1.197 5.533 0 7.6 0h1.721v2.413H8.246c-.805 0-.844.337-.844.966l-.003 1.208h1.934l-.228 2.412L7.401 7l-.002 7z",fill:e}))),eG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.2 0H4.803A2.603 2.603 0 003.41 4.802a2.603 2.603 0 000 4.396 2.602 2.602 0 103.998 2.199v-2.51a2.603 2.603 0 103.187-4.085A2.604 2.604 0 009.2 0zM7.407 7a1.793 1.793 0 103.586 0 1.793 1.793 0 00-3.586 0zm-.81 2.603H4.803a1.793 1.793 0 101.794 1.794V9.603zM4.803 4.397h1.794V.81H4.803a1.793 1.793 0 000 3.587zm0 .81a1.793 1.793 0 000 3.586h1.794V5.207H4.803zm4.397-.81H7.407V.81H9.2a1.794 1.794 0 010 3.587z",fill:e}))),tG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M6.37 8.768l-2.042 3.537h6.755l2.042-3.537H6.37zm6.177-1.003l-3.505-6.07H4.96l3.504 6.07h4.084zM4.378 2.7L.875 8.77l2.042 3.536L6.42 6.236 4.378 2.7z",fill:e}))),rG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 0C3.132 0 0 3.132 0 7a6.996 6.996 0 004.786 6.641c.35.062.482-.149.482-.332 0-.166-.01-.718-.01-1.304-1.758.324-2.213-.429-2.353-.823-.079-.2-.42-.822-.717-.988-.246-.132-.596-.455-.01-.464.552-.009.946.508 1.077.717.63 1.06 1.636.762 2.039.578.061-.455.245-.761.446-.936-1.558-.175-3.185-.779-3.185-3.457 0-.76.271-1.39.717-1.88-.07-.176-.314-.893.07-1.856 0 0 .587-.183 1.925.718a6.495 6.495 0 011.75-.236c.595 0 1.19.078 1.75.236 1.34-.91 1.926-.718 1.926-.718.385.963.14 1.68.07 1.855.446.49.717 1.111.717 1.881 0 2.687-1.636 3.282-3.194 3.457.254.218.473.638.473 1.295 0 .936-.009 1.688-.009 1.925 0 .184.131.402.481.332A7.012 7.012 0 0014 7c0-3.868-3.133-7-7-7z",fill:e}))),nG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.068 5.583l1.487-4.557a.256.256 0 01.487 0L4.53 5.583H1.068L7 13.15 4.53 5.583h4.941l-2.47 7.565 5.931-7.565H9.471l1.488-4.557a.256.256 0 01.486 0l1.488 4.557.75 2.3a.508.508 0 01-.185.568L7 13.148v.001H7L.503 8.452a.508.508 0 01-.186-.57l.75-2.299z",fill:e}))),oG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M10.925 1.094H7.262c-1.643 0-3.189 1.244-3.189 2.685 0 1.473 1.12 2.661 2.791 2.661.116 0 .23-.002.34-.01a1.49 1.49 0 00-.186.684c0 .41.22.741.498 1.012-.21 0-.413.006-.635.006-2.034 0-3.6 1.296-3.6 2.64 0 1.323 1.717 2.15 3.75 2.15 2.32 0 3.6-1.315 3.6-2.639 0-1.06-.313-1.696-1.28-2.38-.331-.235-.965-.805-.965-1.14 0-.392.112-.586.703-1.047.606-.474 1.035-1.14 1.035-1.914 0-.92-.41-1.819-1.18-2.115h1.161l.82-.593zm-1.335 8.96c.03.124.045.25.045.378 0 1.07-.688 1.905-2.665 1.905-1.406 0-2.421-.89-2.421-1.96 0-1.047 1.259-1.92 2.665-1.904.328.004.634.057.911.146.764.531 1.311.832 1.465 1.436zM7.34 6.068c-.944-.028-1.841-1.055-2.005-2.295-.162-1.24.47-2.188 1.415-2.16.943.029 1.84 1.023 2.003 2.262.163 1.24-.47 2.222-1.414 2.193z",fill:e}))),aG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.873 11.608a1.167 1.167 0 00-1.707-.027L3.46 10.018l.01-.04h7.072l.022.076-2.69 1.554zM6.166 2.42l.031.03-3.535 6.124a1.265 1.265 0 00-.043-.012V5.438a1.166 1.166 0 00.84-1.456L6.167 2.42zm4.387 1.562a1.165 1.165 0 00.84 1.456v3.124l-.043.012-3.536-6.123a1.2 1.2 0 00.033-.032l2.706 1.563zM3.473 9.42a1.168 1.168 0 00-.327-.568L6.68 2.73a1.17 1.17 0 00.652 0l3.536 6.123a1.169 1.169 0 00-.327.567H3.473zm8.79-.736a1.169 1.169 0 00-.311-.124V5.44a1.17 1.17 0 10-1.122-1.942L8.13 1.938a1.168 1.168 0 00-1.122-1.5 1.17 1.17 0 00-1.121 1.5l-2.702 1.56a1.168 1.168 0 00-1.86.22 1.17 1.17 0 00.739 1.722v3.12a1.168 1.168 0 00-.74 1.721 1.17 1.17 0 001.861.221l2.701 1.56a1.169 1.169 0 102.233-.035l2.687-1.552a1.168 1.168 0 101.457-1.791z",fill:e}))),iG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M0 0v14h14V0H0zm11.63 3.317l-.75.72a.22.22 0 00-.083.212v-.001 5.289a.22.22 0 00.083.21l.733.72v.159H7.925v-.158l.76-.738c.074-.074.074-.096.074-.21V5.244l-2.112 5.364h-.285l-2.46-5.364V8.84a.494.494 0 00.136.413h.001l.988 1.198v.158H2.226v-.158l.988-1.198a.477.477 0 00.126-.416v.003-4.157a.363.363 0 00-.118-.307l-.878-1.058v-.158h2.727l2.107 4.622L9.031 3.16h2.6v.158z",fill:e}))),lG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.06 9.689c.016.49.423.88.912.88h.032a.911.911 0 00.88-.945.916.916 0 00-.912-.88h-.033c-.033 0-.08 0-.113.016-.669-1.108-.946-2.314-.848-3.618.065-.978.391-1.825.961-2.526.473-.603 1.386-.896 2.005-.913 1.728-.032 2.461 2.119 2.51 2.983.212.049.57.163.815.244C10.073 2.29 8.444.92 6.88.92c-1.467 0-2.82 1.06-3.357 2.625-.75 2.086-.261 4.09.651 5.671a.74.74 0 00-.114.473zm8.279-2.298c-1.239-1.45-3.064-2.249-5.15-2.249h-.261a.896.896 0 00-.798-.489h-.033A.912.912 0 006.13 6.48h.031a.919.919 0 00.8-.554h.293c1.239 0 2.412.358 3.472 1.059.814.538 1.401 1.238 1.727 2.086.277.684.261 1.353-.033 1.923-.456.864-1.222 1.337-2.232 1.337a4.16 4.16 0 01-1.597-.343 9.58 9.58 0 01-.734.587c.7.326 1.418.505 2.102.505 1.565 0 2.722-.863 3.162-1.727.473-.946.44-2.575-.782-3.961zm-7.433 5.51a4.005 4.005 0 01-.977.113c-1.206 0-2.298-.505-2.836-1.32C.376 10.603.13 8.289 2.494 6.577c.05.261.147.62.212.832-.31.228-.798.685-1.108 1.303-.44.864-.391 1.729.13 2.527.359.537.93.864 1.663.962.896.114 1.793-.05 2.657-.505 1.271-.669 2.119-1.467 2.672-2.56a.944.944 0 01-.26-.603.913.913 0 01.88-.945h.033a.915.915 0 01.098 1.825c-.897 1.842-2.478 3.08-4.565 3.488z",fill:e}))),sG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 2.547a5.632 5.632 0 01-1.65.464 2.946 2.946 0 001.263-1.63 5.67 5.67 0 01-1.823.715 2.837 2.837 0 00-2.097-.93c-1.586 0-2.872 1.319-2.872 2.946 0 .23.025.456.074.67C4.508 4.66 2.392 3.488.975 1.706c-.247.435-.389.941-.389 1.481 0 1.022.507 1.923 1.278 2.452a2.806 2.806 0 01-1.3-.368l-.001.037c0 1.427.99 2.617 2.303 2.888a2.82 2.82 0 01-1.297.05c.366 1.17 1.427 2.022 2.683 2.045A5.671 5.671 0 010 11.51a7.985 7.985 0 004.403 1.323c5.283 0 8.172-4.488 8.172-8.38 0-.128-.003-.255-.009-.38A5.926 5.926 0 0014 2.546z",fill:e}))),uG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.99 8.172c.005-.281.007-.672.007-1.172 0-.5-.002-.89-.007-1.172a14.952 14.952 0 00-.066-1.066 9.638 9.638 0 00-.169-1.153c-.083-.38-.264-.7-.542-.96a1.667 1.667 0 00-.972-.454C11.084 2.065 9.337 2 6.999 2s-4.085.065-5.241.195a1.65 1.65 0 00-.969.453c-.276.26-.455.58-.539.961a8.648 8.648 0 00-.176 1.153c-.039.43-.061.785-.066 1.066C.002 6.11 0 6.5 0 7c0 .5.002.89.008 1.172.005.281.027.637.066 1.067.04.43.095.813.168 1.152.084.38.265.7.543.96.279.261.603.412.973.453 1.156.13 2.902.196 5.24.196 2.34 0 4.087-.065 5.243-.196a1.65 1.65 0 00.967-.453c.276-.26.456-.58.54-.96.077-.339.136-.722.175-1.152.04-.43.062-.786.067-1.067zM9.762 6.578A.45.45 0 019.997 7a.45.45 0 01-.235.422l-3.998 2.5a.442.442 0 01-.266.078.538.538 0 01-.242-.063.465.465 0 01-.258-.437v-5c0-.197.086-.343.258-.437a.471.471 0 01.508.016l3.998 2.5z",fill:e}))),cG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.243.04a.87.87 0 01.38.087l2.881 1.386a.874.874 0 01.496.79V11.713a.875.875 0 01-.496.775l-2.882 1.386a.872.872 0 01-.994-.17L4.11 8.674l-2.404 1.823a.583.583 0 01-.744-.034l-.771-.7a.583.583 0 010-.862L2.274 7 .19 5.1a.583.583 0 010-.862l.772-.701a.583.583 0 01.744-.033L4.11 5.327 9.628.296a.871.871 0 01.615-.255zm.259 3.784L6.315 7l4.187 3.176V3.824z",fill:e}))),dG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.667 13H2.333A1.333 1.333 0 011 11.667V2.333C1 1.597 1.597 1 2.333 1h9.334C12.403 1 13 1.597 13 2.333v9.334c0 .736-.597 1.333-1.333 1.333zm-2.114-1.667h1.78V7.675c0-1.548-.877-2.296-2.102-2.296-1.226 0-1.742.955-1.742.955v-.778H5.773v5.777h1.716V8.3c0-.812.374-1.296 1.09-1.296.658 0 .974.465.974 1.296v3.033zm-6.886-7.6c0 .589.474 1.066 1.058 1.066.585 0 1.058-.477 1.058-1.066 0-.589-.473-1.066-1.058-1.066-.584 0-1.058.477-1.058 1.066zm1.962 7.6h-1.79V5.556h1.79v5.777z",fill:e}))),fG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M11.02.446h2.137L8.49 5.816l5.51 7.28H9.67L6.298 8.683l-3.88 4.413H.282l5.004-5.735L0 .446h4.442l3.064 4.048L11.02.446zm-.759 11.357h1.18L3.796 1.655H2.502l7.759 10.148z",fill:e}))),pG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M.5 13.004a.5.5 0 01-.5-.5v-11a.5.5 0 01.5-.5h13a.5.5 0 01.5.5v11a.5.5 0 01-.5.5H.5zm.5-1v-8h12v8H1zm1-9.5a.5.5 0 11-1 0 .5.5 0 011 0zm2 0a.5.5 0 11-1 0 .5.5 0 011 0zm2 0a.5.5 0 11-1 0 .5.5 0 011 0z",fill:e}))),hG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.5.004a1.5 1.5 0 00-1.5 1.5v11a1.5 1.5 0 001.5 1.5h7a1.5 1.5 0 001.5-1.5v-11a1.5 1.5 0 00-1.5-1.5h-7zm0 1h7a.5.5 0 01.5.5v9.5H3v-9.5a.5.5 0 01.5-.5zm2.5 11a.5.5 0 000 1h2a.5.5 0 000-1H6z",fill:e}))),mG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 1.504a1.5 1.5 0 011.5-1.5h5a1.5 1.5 0 011.5 1.5v11a1.5 1.5 0 01-1.5 1.5h-5a1.5 1.5 0 01-1.5-1.5v-11zm1 10.5v-10h6v10H4z",fill:e}))),gG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4 .504a.5.5 0 01.5-.5h5a.5.5 0 010 1h-5a.5.5 0 01-.5-.5zm5.5 2.5h-5a.5.5 0 00-.5.5v7a.5.5 0 00.5.5h5a.5.5 0 00.5-.5v-7a.5.5 0 00-.5-.5zm-5-1a1.5 1.5 0 00-1.5 1.5v7a1.5 1.5 0 001.5 1.5h5a1.5 1.5 0 001.5-1.5v-7a1.5 1.5 0 00-1.5-1.5h-5zm2.5 2a.5.5 0 01.5.5v2h1a.5.5 0 110 1H7a.5.5 0 01-.5-.5v-2.5a.5.5 0 01.5-.5zm-2.5 9a.5.5 0 000 1h5a.5.5 0 000-1h-5z",fill:e}))),vG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M2.5 4.504a.5.5 0 01.5-.5h1a.5.5 0 110 1H3a.5.5 0 01-.5-.5zM3 6.004a.5.5 0 100 1h1a.5.5 0 000-1H3zM2.5 8.504a.5.5 0 01.5-.5h1a.5.5 0 110 1H3a.5.5 0 01-.5-.5z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.5 13.004a.5.5 0 01-.5-.5v-11a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11zm.5-1v-10h3v10H2zm4-10h6v10H6v-10z",fill:e}))),yG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M9.5 4.504a.5.5 0 01.5-.5h1a.5.5 0 010 1h-1a.5.5 0 01-.5-.5zM10 6.004a.5.5 0 100 1h1a.5.5 0 000-1h-1zM9.5 8.504a.5.5 0 01.5-.5h1a.5.5 0 010 1h-1a.5.5 0 01-.5-.5z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.5 13.004a.5.5 0 01-.5-.5v-11a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11zm.5-1v-10h6v10H2zm7-10h3v10H9v-10z",fill:e}))),wG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M11.5 4.504a.5.5 0 00-.5-.5h-1a.5.5 0 100 1h1a.5.5 0 00.5-.5zM11 6.004a.5.5 0 010 1h-1a.5.5 0 010-1h1zM11.5 8.504a.5.5 0 00-.5-.5h-1a.5.5 0 100 1h1a.5.5 0 00.5-.5z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.5 13.004a.5.5 0 01-.5-.5v-11a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11zm7.5-1h3v-10H9v10zm-1 0H2v-10h6v4.5H5.207l.65-.65a.5.5 0 10-.707-.708L3.646 6.65a.5.5 0 000 .707l1.497 1.497a.5.5 0 10.707-.708l-.643-.642H8v4.5z",fill:e}))),bG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M1.5 4.504a.5.5 0 01.5-.5h1a.5.5 0 110 1H2a.5.5 0 01-.5-.5zM2 6.004a.5.5 0 100 1h1a.5.5 0 000-1H2zM1.5 8.504a.5.5 0 01.5-.5h1a.5.5 0 110 1H2a.5.5 0 01-.5-.5z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M.5 13.004a.5.5 0 01-.5-.5v-11a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v11a.5.5 0 01-.5.5H.5zm.5-1v-10h3v10H1zm4 0v-4.5h2.793l-.643.642a.5.5 0 10.707.708l1.497-1.497a.5.5 0 000-.707L7.85 5.146a.5.5 0 10-.707.708l.65.65H5v-4.5h6v10H5z",fill:e}))),xG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M3 10.504a.5.5 0 01.5-.5h1a.5.5 0 010 1h-1a.5.5 0 01-.5-.5zM6.5 10.004a.5.5 0 000 1h1a.5.5 0 000-1h-1zM9 10.504a.5.5 0 01.5-.5h1a.5.5 0 010 1h-1a.5.5 0 01-.5-.5z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 1.504a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-11zm1 6.5v-6h10v6H2zm10 1v3H2v-3h10z",fill:e}))),DG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M3.5 10.004a.5.5 0 000 1h1a.5.5 0 000-1h-1zM6 10.504a.5.5 0 01.5-.5h1a.5.5 0 010 1h-1a.5.5 0 01-.5-.5zM9.5 10.004a.5.5 0 000 1h1a.5.5 0 000-1h-1z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 12.504v-11a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v11a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5zm1-.5v-3h10v3H2zm4.5-4H2v-6h10v6H7.5V5.21l.646.646a.5.5 0 10.708-.707l-1.5-1.5a.5.5 0 00-.708 0l-1.5 1.5a.5.5 0 10.708.707l.646-.646v2.793z",fill:e}))),EG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5 5.504a.5.5 0 01.5-.5h3a.5.5 0 01.5.5v3a.5.5 0 01-.5.5h-3a.5.5 0 01-.5-.5v-3zm1 2.5v-2h2v2H6z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.5.004a.5.5 0 01.5.5v1.5h2v-1.5a.5.5 0 011 0v1.5h2.5a.5.5 0 01.5.5v2.5h1.5a.5.5 0 010 1H12v2h1.5a.5.5 0 010 1H12v2.5a.5.5 0 01-.5.5H9v1.5a.5.5 0 01-1 0v-1.5H6v1.5a.5.5 0 01-1 0v-1.5H2.5a.5.5 0 01-.5-.5v-2.5H.5a.5.5 0 010-1H2v-2H.5a.5.5 0 010-1H2v-2.5a.5.5 0 01.5-.5H5v-1.5a.5.5 0 01.5-.5zm5.5 3H3v8h8v-8z",fill:e}))),CG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 3c0-1.105-2.239-2-5-2s-5 .895-5 2v8c0 .426.26.752.544.977.29.228.68.413 1.116.558.878.293 2.059.465 3.34.465 1.281 0 2.462-.172 3.34-.465.436-.145.825-.33 1.116-.558.285-.225.544-.551.544-.977V3zm-1.03 0a.787.787 0 00-.05-.052c-.13-.123-.373-.28-.756-.434C9.404 2.21 8.286 2 7 2c-1.286 0-2.404.21-3.164.514-.383.153-.625.31-.756.434A.756.756 0 003.03 3a.756.756 0 00.05.052c.13.123.373.28.756.434C4.596 3.79 5.714 4 7 4c1.286 0 2.404-.21 3.164-.514.383-.153.625-.31.756-.434A.787.787 0 0010.97 3zM11 5.75V4.2c-.912.486-2.364.8-4 .8-1.636 0-3.088-.314-4-.8v1.55l.002.008a.147.147 0 00.016.033.618.618 0 00.145.15c.165.13.435.27.813.395.751.25 1.82.414 3.024.414s2.273-.163 3.024-.414c.378-.126.648-.265.813-.395a.62.62 0 00.146-.15.149.149 0 00.015-.033A.03.03 0 0011 5.75zM3 7.013c.2.103.423.193.66.272.878.293 2.059.465 3.34.465 1.281 0 2.462-.172 3.34-.465.237-.079.46-.17.66-.272V8.5l-.002.008a.149.149 0 01-.015.033.62.62 0 01-.146.15c-.165.13-.435.27-.813.395-.751.25-1.82.414-3.024.414s-2.273-.163-3.024-.414c-.378-.126-.648-.265-.813-.395a.618.618 0 01-.145-.15.147.147 0 01-.016-.033A.027.027 0 013 8.5V7.013zm0 2.75V11l.002.008a.147.147 0 00.016.033.617.617 0 00.145.15c.165.13.435.27.813.395.751.25 1.82.414 3.024.414s2.273-.163 3.024-.414c.378-.126.648-.265.813-.395a.619.619 0 00.146-.15.148.148 0 00.015-.033L11 11V9.763c-.2.103-.423.193-.66.272-.878.293-2.059.465-3.34.465-1.281 0-2.462-.172-3.34-.465A4.767 4.767 0 013 9.763z",fill:e}))),SG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M5 3a.5.5 0 00-1 0v3a.5.5 0 001 0V3zM7 2.5a.5.5 0 01.5.5v3a.5.5 0 01-1 0V3a.5.5 0 01.5-.5zM10 4.504a.5.5 0 10-1 0V6a.5.5 0 001 0V4.504z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 3.54l-.001-.002a.499.499 0 00-.145-.388l-3-3a.499.499 0 00-.388-.145L8.464.004H2.5a.5.5 0 00-.5.5v13a.5.5 0 00.5.5h9a.5.5 0 00.5-.5V3.54zM3 1.004h5.293L11 3.71v5.293H3v-8zm0 9v3h8v-3H3z",fill:e}))),kG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.164 3.446a1.5 1.5 0 10-2.328 0L1.81 10.032A1.503 1.503 0 000 11.5a1.5 1.5 0 002.915.5h8.17a1.5 1.5 0 101.104-1.968L8.164 3.446zm-1.475.522a1.506 1.506 0 00.622 0l4.025 6.586a1.495 1.495 0 00-.25.446H2.914a1.497 1.497 0 00-.25-.446l4.024-6.586z",fill:e}))),AG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.21.046l6.485 2.994A.5.5 0 0114 3.51v6.977a.495.495 0 01-.23.432.481.481 0 01-.071.038L7.23 13.944a.499.499 0 01-.46 0L.3 10.958a.498.498 0 01-.3-.47V3.511a.497.497 0 01.308-.473L6.78.051a.499.499 0 01.43-.005zM1 4.282v5.898l5.5 2.538V6.82L1 4.282zm6.5 8.436L13 10.18V4.282L7.5 6.82v5.898zM12.307 3.5L7 5.95 1.693 3.5 7 1.05l5.307 2.45z",fill:e}))),FG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M7.5.5a.5.5 0 00-1 0v6a.5.5 0 001 0v-6z",fill:e}),s.createElement("path",{d:"M4.273 2.808a.5.5 0 00-.546-.837 6 6 0 106.546 0 .5.5 0 00-.546.837 5 5 0 11-5.454 0z",fill:e}))),_G=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.854 2.146l-2-2a.5.5 0 00-.708 0l-1.5 1.5-8.995 8.995a.499.499 0 00-.143.268L.012 13.39a.495.495 0 00.135.463.5.5 0 00.462.134l2.482-.496a.495.495 0 00.267-.143l8.995-8.995 1.5-1.5a.5.5 0 000-.708zM12 3.293l.793-.793L11.5 1.207 10.707 2 12 3.293zm-2-.586L1.707 11 3 12.293 11.293 4 10 2.707zM1.137 12.863l.17-.849.679.679-.849.17z",fill:e}))),IG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M5.586 5.586A2 2 0 018.862 7.73a.5.5 0 10.931.365 3 3 0 10-1.697 1.697.5.5 0 10-.365-.93 2 2 0 01-2.145-3.277z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M.939 6.527c.127.128.19.297.185.464a.635.635 0 01-.185.465L0 8.395a7.099 7.099 0 001.067 2.572h1.32c.182 0 .345.076.46.197a.635.635 0 01.198.46v1.317A7.097 7.097 0 005.602 14l.94-.94a.634.634 0 01.45-.186H7.021c.163 0 .326.061.45.186l.939.938a7.098 7.098 0 002.547-1.057V11.61c0-.181.075-.344.197-.46a.634.634 0 01.46-.197h1.33c.507-.76.871-1.622 1.056-2.55l-.946-.946a.635.635 0 01-.186-.465.635.635 0 01.186-.464l.943-.944a7.099 7.099 0 00-1.044-2.522h-1.34a.635.635 0 01-.46-.197.635.635 0 01-.196-.46V1.057A7.096 7.096 0 008.413.002l-.942.942a.634.634 0 01-.45.186H6.992a.634.634 0 01-.45-.186L5.598 0a7.097 7.097 0 00-2.553 1.058v1.33c0 .182-.076.345-.197.46a.635.635 0 01-.46.198h-1.33A7.098 7.098 0 00.003 5.591l.936.936zm.707 1.636c.324-.324.482-.752.479-1.172a1.634 1.634 0 00-.48-1.171l-.538-.539c.126-.433.299-.847.513-1.235h.768c.459 0 .873-.19 1.167-.49.3-.295.49-.708.49-1.167v-.77c.39-.215.807-.388 1.243-.515l.547.547c.32.32.742.48 1.157.48l.015-.001h.014c.415 0 .836-.158 1.157-.479l.545-.544c.433.126.846.299 1.234.512v.784c0 .46.19.874.49 1.168.294.3.708.49 1.167.49h.776c.209.382.378.788.502 1.213l-.545.546a1.635 1.635 0 00-.48 1.17c-.003.421.155.849.48 1.173l.549.55c-.126.434-.3.85-.513 1.239h-.77c-.458 0-.872.19-1.166.49-.3.294-.49.708-.49 1.167v.77a6.09 6.09 0 01-1.238.514l-.54-.54a1.636 1.636 0 00-1.158-.48H6.992c-.415 0-.837.159-1.157.48l-.543.543a6.091 6.091 0 01-1.247-.516v-.756c0-.459-.19-.873-.49-1.167-.294-.3-.708-.49-1.167-.49h-.761a6.094 6.094 0 01-.523-1.262l.542-.542z",fill:e}))),RG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M5.585 8.414a2 2 0 113.277-.683.5.5 0 10.931.365 3 3 0 10-1.697 1.697.5.5 0 00-.365-.93 2 2 0 01-2.146-.449z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.5.289a1 1 0 011 0l5.062 2.922a1 1 0 01.5.866v5.846a1 1 0 01-.5.866L7.5 13.71a1 1 0 01-1 0L1.437 10.79a1 1 0 01-.5-.866V4.077a1 1 0 01.5-.866L6.5.29zm.5.866l5.062 2.922v5.846L7 12.845 1.937 9.923V4.077L7 1.155z",fill:e}))),zG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.5 1c.441 0 .564.521.252.833l-.806.807a.51.51 0 000 .72l.694.694a.51.51 0 00.72 0l.807-.806c.312-.312.833-.19.833.252a2.5 2.5 0 01-3.414 2.328l-6.879 6.88a1 1 0 01-1.414-1.415l6.88-6.88A2.5 2.5 0 0110.5 1zM2 12.5a.5.5 0 100-1 .5.5 0 000 1z",fill:e}))),TG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M4 7a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM13 7a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM7 8.5a1.5 1.5 0 100-3 1.5 1.5 0 000 3z",fill:e}))),BG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M5.903.112a.107.107 0 01.194 0l.233.505.552.066c.091.01.128.123.06.185l-.408.377.109.546a.107.107 0 01-.158.114L6 1.634l-.485.271a.107.107 0 01-.158-.114l.108-.546-.408-.377a.107.107 0 01.06-.185L5.67.617l.233-.505zM2.194.224a.214.214 0 00-.389 0l-.466 1.01-1.104.131a.214.214 0 00-.12.37l.816.755-.217 1.091a.214.214 0 00.315.23L2 3.266l.971.543c.16.09.35-.05.315-.229l-.216-1.09.816-.756a.214.214 0 00-.12-.37L2.66 1.234 2.194.224zM12.194 8.224a.214.214 0 00-.389 0l-.466 1.01-1.104.13a.214.214 0 00-.12.371l.816.755-.217 1.091a.214.214 0 00.315.23l.97-.544.971.543c.16.09.35-.05.315-.229l-.216-1.09.816-.756a.214.214 0 00-.12-.37l-1.105-.131-.466-1.01z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.5 12.797l-1.293-1.293 6.758-6.758L9.258 6.04 2.5 12.797zm7.465-7.465l2.828-2.828L11.5 1.211 8.672 4.04l1.293 1.293zM.147 11.857a.5.5 0 010-.707l11-11a.5.5 0 01.706 0l2 2a.5.5 0 010 .708l-11 11a.5.5 0 01-.706 0l-2-2z",fill:e}))),LG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M13.854 3.354a.5.5 0 00-.708-.708L5 10.793.854 6.646a.5.5 0 10-.708.708l4.5 4.5a.5.5 0 00.708 0l8.5-8.5z",fill:e}))),MG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M2 1.004a1 1 0 00-1 1v10a1 1 0 001 1h10a1 1 0 001-1V6.393a.5.5 0 00-1 0v5.61H2v-10h7.5a.5.5 0 000-1H2z",fill:e}),s.createElement("path",{d:"M6.354 9.857l7.5-7.5a.5.5 0 00-.708-.707L6 8.797 3.854 6.65a.5.5 0 10-.708.707l2.5 2.5a.5.5 0 00.708 0z",fill:e}))),OG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M11.5 2a.5.5 0 000 1h2a.5.5 0 000-1h-2zM8.854 2.646a.5.5 0 010 .708L5.207 7l3.647 3.646a.5.5 0 01-.708.708L4.5 7.707.854 11.354a.5.5 0 01-.708-.708L3.793 7 .146 3.354a.5.5 0 11.708-.708L4.5 6.293l3.646-3.647a.5.5 0 01.708 0zM11 7a.5.5 0 01.5-.5h2a.5.5 0 010 1h-2A.5.5 0 0111 7zM11.5 11a.5.5 0 000 1h2a.5.5 0 000-1h-2z",fill:e}))),$G=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M11.5 2a.5.5 0 000 1h2a.5.5 0 000-1h-2zM9.3 2.6a.5.5 0 01.1.7l-5.995 7.993a.505.505 0 01-.37.206.5.5 0 01-.395-.152L.146 8.854a.5.5 0 11.708-.708l2.092 2.093L8.6 2.7a.5.5 0 01.7-.1zM11 7a.5.5 0 01.5-.5h2a.5.5 0 010 1h-2A.5.5 0 0111 7zM11.5 11a.5.5 0 000 1h2a.5.5 0 000-1h-2z",fill:e}))),PG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M10.5 1a.5.5 0 01.5.5V2h1.5a.5.5 0 010 1H11v.5a.5.5 0 01-1 0V3H1.5a.5.5 0 010-1H10v-.5a.5.5 0 01.5-.5zM1.5 11a.5.5 0 000 1H10v.5a.5.5 0 001 0V12h1.5a.5.5 0 000-1H11v-.5a.5.5 0 00-1 0v.5H1.5zM1 7a.5.5 0 01.5-.5H3V6a.5.5 0 011 0v.5h8.5a.5.5 0 010 1H4V8a.5.5 0 01-1 0v-.5H1.5A.5.5 0 011 7z",fill:e}))),NG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M7.5.5a.5.5 0 00-1 0v6h-6a.5.5 0 000 1h6v6a.5.5 0 001 0v-6h6a.5.5 0 000-1h-6v-6z",fill:e}))),jG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M2.03.97A.75.75 0 00.97 2.03L5.94 7 .97 11.97a.75.75 0 101.06 1.06L7 8.06l4.97 4.97a.75.75 0 101.06-1.06L8.06 7l4.97-4.97A.75.75 0 0011.97.97L7 5.94 2.03.97z",fill:e}))),xz=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M1.854 1.146a.5.5 0 10-.708.708L6.293 7l-5.147 5.146a.5.5 0 00.708.708L7 7.707l5.146 5.147a.5.5 0 00.708-.708L7.707 7l5.147-5.146a.5.5 0 00-.708-.708L7 6.293 1.854 1.146z",fill:e}))),HG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M5.5 4.5A.5.5 0 016 5v5a.5.5 0 01-1 0V5a.5.5 0 01.5-.5zM9 5a.5.5 0 00-1 0v5a.5.5 0 001 0V5z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.5.5A.5.5 0 015 0h4a.5.5 0 01.5.5V2h3a.5.5 0 010 1H12v8a2 2 0 01-2 2H4a2 2 0 01-2-2V3h-.5a.5.5 0 010-1h3V.5zM3 3v8a1 1 0 001 1h6a1 1 0 001-1V3H3zm2.5-2h3v1h-3V1z",fill:e}))),VG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("g",{clipPath:"url(#prefix__clip0_1107_3502)"},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.44 4.44L9.56.56a1.5 1.5 0 00-2.12 0L7 1a1.415 1.415 0 000 2L5 5H3.657A4 4 0 00.828 6.17l-.474.475a.5.5 0 000 .707l2.793 2.793-3 3a.5.5 0 00.707.708l3-3 2.792 2.792a.5.5 0 00.708 0l.474-.475A4 4 0 009 10.343V9l2-2a1.414 1.414 0 002 0l.44-.44a1.5 1.5 0 000-2.12zM11 5.585l-3 3v1.757a3 3 0 01-.879 2.121L7 12.586 1.414 7l.122-.122A3 3 0 013.656 6h1.758l3-3-.707-.707a.414.414 0 010-.586l.44-.44a.5.5 0 01.707 0l3.878 3.88a.5.5 0 010 .706l-.44.44a.414.414 0 01-.585 0L11 5.586z",fill:e})),s.createElement("defs",null,s.createElement("clipPath",{id:"prefix__clip0_1107_3502"},s.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),UG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("g",{clipPath:"url(#prefix__clip0_1107_3501)",fill:e},s.createElement("path",{d:"M13.44 4.44L9.56.56a1.5 1.5 0 00-2.12 0L7 1a1.415 1.415 0 000 2L5.707 4.293 6.414 5l2-2-.707-.707a.414.414 0 010-.586l.44-.44a.5.5 0 01.707 0l3.878 3.88a.5.5 0 010 .706l-.44.44a.414.414 0 01-.585 0L11 5.586l-2 2 .707.707L11 7a1.414 1.414 0 002 0l.44-.44a1.5 1.5 0 000-2.12zM.828 6.171a4 4 0 012.758-1.17l1 .999h-.93a3 3 0 00-2.12.878L1.414 7 7 12.586l.121-.122A3 3 0 008 10.343v-.929l1 1a4 4 0 01-1.172 2.757l-.474.475a.5.5 0 01-.708 0l-2.792-2.792-3 3a.5.5 0 01-.708-.708l3-3L.355 7.353a.5.5 0 010-.707l.474-.475zM1.854 1.146a.5.5 0 10-.708.708l11 11a.5.5 0 00.708-.708l-11-11z"})),s.createElement("defs",null,s.createElement("clipPath",{id:"prefix__clip0_1107_3501"},s.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),WG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M7 3a.5.5 0 01.5.5v3h3a.5.5 0 010 1h-3v3a.5.5 0 01-1 0v-3h-3a.5.5 0 010-1h3v-3A.5.5 0 017 3z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 14A7 7 0 107 0a7 7 0 000 14zm0-1A6 6 0 107 1a6 6 0 000 12z",fill:e}))),qG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M3.5 6.5a.5.5 0 000 1h7a.5.5 0 000-1h-7z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zm-1 0A6 6 0 111 7a6 6 0 0112 0z",fill:e}))),GG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M9.854 4.146a.5.5 0 010 .708L7.707 7l2.147 2.146a.5.5 0 01-.708.708L7 7.707 4.854 9.854a.5.5 0 01-.708-.708L6.293 7 4.146 4.854a.5.5 0 11.708-.708L7 6.293l2.146-2.147a.5.5 0 01.708 0z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 14A7 7 0 107 0a7 7 0 000 14zm0-1A6 6 0 107 1a6 6 0 000 12z",fill:e}))),YG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zm-1 0a6 6 0 01-9.874 4.582l8.456-8.456A5.976 5.976 0 0113 7zM2.418 10.874l8.456-8.456a6 6 0 00-8.456 8.456z",fill:e}))),KG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 14A7 7 0 107 0a7 7 0 000 14zm3.854-9.354a.5.5 0 010 .708l-4.5 4.5a.5.5 0 01-.708 0l-2.5-2.5a.5.5 0 11.708-.708L6 8.793l4.146-4.147a.5.5 0 01.708 0z",fill:e}))),XG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 14A7 7 0 107 0a7 7 0 000 14zM3.5 6.5a.5.5 0 000 1h7a.5.5 0 000-1h-7z",fill:e}))),QG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 14A7 7 0 107 0a7 7 0 000 14zm2.854-9.854a.5.5 0 010 .708L7.707 7l2.147 2.146a.5.5 0 01-.708.708L7 7.707 4.854 9.854a.5.5 0 01-.708-.708L6.293 7 4.146 4.854a.5.5 0 11.708-.708L7 6.293l2.146-2.147a.5.5 0 01.708 0z",fill:e}))),ZG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5 2h7a2 2 0 012 2v6a2 2 0 01-2 2H5a1.994 1.994 0 01-1.414-.586l-3-3a2 2 0 010-2.828l3-3A1.994 1.994 0 015 2zm1.146 3.146a.5.5 0 01.708 0L8 6.293l1.146-1.147a.5.5 0 11.708.708L8.707 7l1.147 1.146a.5.5 0 01-.708.708L8 7.707 6.854 8.854a.5.5 0 11-.708-.708L7.293 7 6.146 5.854a.5.5 0 010-.708z",fill:e}))),JG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M3.5 5.004a.5.5 0 100 1h7a.5.5 0 000-1h-7zM3 8.504a.5.5 0 01.5-.5h7a.5.5 0 010 1h-7a.5.5 0 01-.5-.5z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.5 12.004H5.707l-1.853 1.854a.5.5 0 01-.351.146h-.006a.499.499 0 01-.497-.5v-1.5H1.5a.5.5 0 01-.5-.5v-9a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v9a.5.5 0 01-.5.5zm-10.5-1v-8h10v8H2z",fill:e}))),eY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M7.5 5.004a.5.5 0 10-1 0v1.5H5a.5.5 0 100 1h1.5v1.5a.5.5 0 001 0v-1.5H9a.5.5 0 000-1H7.5v-1.5z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.691 13.966a.498.498 0 01-.188.038h-.006a.499.499 0 01-.497-.5v-1.5H1.5a.5.5 0 01-.5-.5v-9a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v9a.5.5 0 01-.5.5H5.707l-1.853 1.854a.5.5 0 01-.163.108zM2 3.004v8h10v-8H2z",fill:e}))),tY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M9.854 6.65a.5.5 0 010 .707l-2 2a.5.5 0 11-.708-.707l1.15-1.15-3.796.004a.5.5 0 010-1L8.29 6.5 7.145 5.357a.5.5 0 11.708-.707l2 2z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.691 13.966a.498.498 0 01-.188.038h-.006a.499.499 0 01-.497-.5v-1.5H1.5a.5.5 0 01-.5-.5v-9a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v9a.5.5 0 01-.5.5H5.707l-1.853 1.854a.5.5 0 01-.163.108zM2 3.004v8h10v-8H2z",fill:e}))),rY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M8.5 7.004a.5.5 0 000-1h-5a.5.5 0 100 1h5zM9 8.504a.5.5 0 01-.5.5h-5a.5.5 0 010-1h5a.5.5 0 01.5.5z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 11.504v-1.5h1.5a.5.5 0 00.5-.5v-8a.5.5 0 00-.5-.5h-11a.5.5 0 00-.5.5v1.5H.5a.5.5 0 00-.5.5v8a.5.5 0 00.5.5H2v1.5a.499.499 0 00.497.5h.006a.498.498 0 00.35-.146l1.854-1.854H11.5a.5.5 0 00.5-.5zm-9-8.5v-1h10v7h-1v-5.5a.5.5 0 00-.5-.5H3zm-2 8v-7h10v7H1z",fill:e}))),nY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 2a2 2 0 012-2h8a2 2 0 012 2v8a2 2 0 01-2 2H6.986a.444.444 0 01-.124.103l-3.219 1.84A.43.43 0 013 13.569V12a2 2 0 01-2-2V2zm3.42 4.78a.921.921 0 110-1.843.921.921 0 010 1.842zm1.658-.922a.921.921 0 101.843 0 .921.921 0 00-1.843 0zm2.58 0a.921.921 0 101.842 0 .921.921 0 00-1.843 0z",fill:e}))),oY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M8 8.004a1 1 0 01-.5.866v1.634a.5.5 0 01-1 0V8.87A1 1 0 118 8.004z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3 4.004a4 4 0 118 0v1h1.5a.5.5 0 01.5.5v8a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-8a.5.5 0 01.5-.5H3v-1zm7 1v-1a3 3 0 10-6 0v1h6zm2 1H2v7h10v-7z",fill:e}))),aY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("g",{clipPath:"url(#prefix__clip0_1107_3614)",fill:e},s.createElement("path",{d:"M6.5 8.87a1 1 0 111 0v1.634a.5.5 0 01-1 0V8.87z"}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 1a3 3 0 00-3 3v1.004h8.5a.5.5 0 01.5.5v8a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5v-8a.5.5 0 01.5-.5H3V4a4 4 0 017.755-1.381.5.5 0 01-.939.345A3.001 3.001 0 007 1zM2 6.004h10v7H2v-7z"})),s.createElement("defs",null,s.createElement("clipPath",{id:"prefix__clip0_1107_3614"},s.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),iY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M11 4a1 1 0 11-2 0 1 1 0 012 0z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.5 8.532V9.5a.5.5 0 01-.5.5H5.5v1.5a.5.5 0 01-.5.5H3.5v1.5a.5.5 0 01-.5.5H.5a.5.5 0 01-.5-.5v-2a.5.5 0 01.155-.362l5.11-5.11A4.5 4.5 0 117.5 8.532zM6 4.5a3.5 3.5 0 111.5 2.873c-.29-.203-1-.373-1 .481V9H5a.5.5 0 00-.5.5V11H3a.5.5 0 00-.5.5V13H1v-1.293l5.193-5.193a.552.552 0 00.099-.613A3.473 3.473 0 016 4.5z",fill:e}))),lY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M7.354.15a.5.5 0 00-.708 0l-2 2a.5.5 0 10.708.707L6.5 1.711v6.793a.5.5 0 001 0V1.71l1.146 1.146a.5.5 0 10.708-.707l-2-2z",fill:e}),s.createElement("path",{d:"M2 7.504a.5.5 0 10-1 0v5a.5.5 0 00.5.5h11a.5.5 0 00.5-.5v-5a.5.5 0 00-1 0v4.5H2v-4.5z",fill:e}))),sY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M2.5 8.004a.5.5 0 100 1h3a.5.5 0 000-1h-3z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 11.504a.5.5 0 00.5.5h13a.5.5 0 00.5-.5v-9a.5.5 0 00-.5-.5H.5a.5.5 0 00-.5.5v9zm1-8.5v1h12v-1H1zm0 8h12v-5H1v5z",fill:e}))),uY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M1 3.004a1 1 0 00-1 1v5a1 1 0 001 1h3.5a.5.5 0 100-1H1v-5h12v5h-1a.5.5 0 000 1h1a1 1 0 001-1v-5a1 1 0 00-1-1H1z",fill:e}),s.createElement("path",{d:"M6.45 7.006a.498.498 0 01.31.07L10.225 9.1a.5.5 0 01-.002.873l-1.074.621.75 1.3a.75.75 0 01-1.3.75l-.75-1.3-1.074.62a.497.497 0 01-.663-.135.498.498 0 01-.095-.3L6 7.515a.497.497 0 01.45-.509z",fill:e}))),cY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M4 1.504a.5.5 0 01.5-.5h5a.5.5 0 110 1h-2v10h2a.5.5 0 010 1h-5a.5.5 0 010-1h2v-10h-2a.5.5 0 01-.5-.5z",fill:e}),s.createElement("path",{d:"M0 4.504a.5.5 0 01.5-.5h4a.5.5 0 110 1H1v4h3.5a.5.5 0 110 1h-4a.5.5 0 01-.5-.5v-5zM9.5 4.004a.5.5 0 100 1H13v4H9.5a.5.5 0 100 1h4a.5.5 0 00.5-.5v-5a.5.5 0 00-.5-.5h-4z",fill:e}))),dY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.943 12.457a.27.27 0 00.248-.149L7.77 9.151l2.54 2.54a.257.257 0 00.188.073c.082 0 .158-.03.21-.077l.788-.79a.27.27 0 000-.392L8.891 7.9l3.416-1.708a.29.29 0 00.117-.106.222.222 0 00.033-.134.332.332 0 00-.053-.161.174.174 0 00-.092-.072l-.02-.007-10.377-4.15a.274.274 0 00-.355.354l4.15 10.372a.275.275 0 00.233.169zm-.036 1l-.02-.002c-.462-.03-.912-.31-1.106-.796L.632 2.287A1.274 1.274 0 012.286.633l10.358 4.143c.516.182.782.657.81 1.114a1.25 1.25 0 01-.7 1.197L10.58 8.174l1.624 1.624a1.27 1.27 0 010 1.807l-.8.801-.008.007c-.491.46-1.298.48-1.792-.014l-1.56-1.56-.957 1.916a1.27 1.27 0 01-1.142.702h-.037z",fill:e}))),fY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.87 6.008a.505.505 0 00-.003-.028v-.002c-.026-.27-.225-.48-.467-.498a.5.5 0 00-.53.5v1.41c0 .25-.22.47-.47.47a.48.48 0 01-.47-.47V5.17a.6.6 0 00-.002-.05c-.023-.268-.223-.49-.468-.5a.5.5 0 00-.52.5v1.65a.486.486 0 01-.47.47.48.48 0 01-.47-.47V4.62a.602.602 0 00-.002-.05v-.002c-.023-.266-.224-.48-.468-.498a.5.5 0 00-.53.5v2.2c0 .25-.22.47-.47.47a.49.49 0 01-.47-.47V1.8c0-.017 0-.034-.002-.05-.022-.268-.214-.49-.468-.5a.5.5 0 00-.52.5v6.78c0 .25-.22.47-.47.47a.48.48 0 01-.47-.47l.001-.1c.001-.053.002-.104 0-.155a.775.775 0 00-.06-.315.65.65 0 00-.16-.22 29.67 29.67 0 01-.21-.189c-.2-.182-.4-.365-.617-.532l-.003-.003A6.366 6.366 0 003.06 7l-.01-.007c-.433-.331-.621-.243-.69-.193-.26.14-.29.5-.13.74l1.73 2.6v.01h-.016l-.035.023.05-.023s1.21 2.6 3.57 2.6c3.54 0 4.2-1.9 4.31-4.42.039-.591.036-1.189.032-1.783l-.002-.507v-.032zm.969 2.376c-.057 1.285-.254 2.667-1.082 3.72-.88 1.118-2.283 1.646-4.227 1.646-1.574 0-2.714-.87-3.406-1.623a6.958 6.958 0 01-1.046-1.504l-.006-.012-1.674-2.516a1.593 1.593 0 01-.25-1.107 1.44 1.44 0 01.69-1.041c.195-.124.485-.232.856-.186.357.044.681.219.976.446.137.106.272.22.4.331V1.75A1.5 1.5 0 015.63.25c.93.036 1.431.856 1.431 1.55v1.335a1.5 1.5 0 01.53-.063h.017c.512.04.915.326 1.153.71a1.5 1.5 0 01.74-.161c.659.025 1.115.458 1.316.964a1.493 1.493 0 01.644-.103h.017c.856.067 1.393.814 1.393 1.558l.002.48c.004.596.007 1.237-.033 1.864z",fill:e}))),pY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.5 6A2.5 2.5 0 116 3.5V5h2V3.5A2.5 2.5 0 1110.5 6H9v2h1.5A2.5 2.5 0 118 10.5V9H6v1.5A2.5 2.5 0 113.5 8H5V6H3.5zM2 3.5a1.5 1.5 0 113 0V5H3.5A1.5 1.5 0 012 3.5zM6 6v2h2V6H6zm3-1h1.5A1.5 1.5 0 109 3.5V5zM3.5 9H5v1.5A1.5 1.5 0 113.5 9zM9 9v1.5A1.5 1.5 0 1010.5 9H9z",fill:e}))),hY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M11.083 12.25H2.917a1.167 1.167 0 01-1.167-1.167V2.917A1.167 1.167 0 012.917 1.75h6.416l2.917 2.917v6.416a1.167 1.167 0 01-1.167 1.167z",stroke:e,strokeLinecap:"round",strokeLinejoin:"round"}),s.createElement("path",{d:"M9.917 12.25V7.583H4.083v4.667M4.083 1.75v2.917H8.75",stroke:e,strokeLinecap:"round",strokeLinejoin:"round"}))),mY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M7 5.5a.5.5 0 01.5.5v4a.5.5 0 01-1 0V6a.5.5 0 01.5-.5zM7 4.5A.75.75 0 107 3a.75.75 0 000 1.5z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 14A7 7 0 107 0a7 7 0 000 14zm0-1A6 6 0 107 1a6 6 0 000 12z",fill:e}))),gY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M5.25 5.25A1.75 1.75 0 117 7a.5.5 0 00-.5.5V9a.5.5 0 001 0V7.955A2.75 2.75 0 104.25 5.25a.5.5 0 001 0zM7 11.5A.75.75 0 107 10a.75.75 0 000 1.5z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zm-1 0A6 6 0 111 7a6 6 0 0112 0z",fill:e}))),vY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zm-3.524 4.89A5.972 5.972 0 017 13a5.972 5.972 0 01-3.477-1.11l1.445-1.444C5.564 10.798 6.258 11 7 11s1.436-.202 2.032-.554l1.444 1.445zm-.03-2.858l1.445 1.444A5.972 5.972 0 0013 7c0-1.296-.41-2.496-1.11-3.477l-1.444 1.445C10.798 5.564 11 6.258 11 7s-.202 1.436-.554 2.032zM9.032 3.554l1.444-1.445A5.972 5.972 0 007 1c-1.296 0-2.496.41-3.477 1.11l1.445 1.444A3.981 3.981 0 017 3c.742 0 1.436.202 2.032.554zM3.554 4.968L2.109 3.523A5.973 5.973 0 001 7c0 1.296.41 2.496 1.11 3.476l1.444-1.444A3.981 3.981 0 013 7c0-.742.202-1.436.554-2.032zM10 7a3 3 0 11-6 0 3 3 0 016 0z",fill:e}))),yY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M7 4.5a.5.5 0 01.5.5v3.5a.5.5 0 11-1 0V5a.5.5 0 01.5-.5zM7.75 10.5a.75.75 0 11-1.5 0 .75.75 0 011.5 0z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.206 1.045a.498.498 0 01.23.209l6.494 10.992a.5.5 0 01-.438.754H.508a.497.497 0 01-.506-.452.498.498 0 01.072-.31l6.49-10.984a.497.497 0 01.642-.21zM7 2.483L1.376 12h11.248L7 2.483z",fill:e}))),wY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zM6.5 8a.5.5 0 001 0V4a.5.5 0 00-1 0v4zm-.25 2.25a.75.75 0 111.5 0 .75.75 0 01-1.5 0z",fill:e}))),bY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 2.504a.5.5 0 01.5-.5h13a.5.5 0 01.5.5v9a.5.5 0 01-.5.5H.5a.5.5 0 01-.5-.5v-9zm1 1.012v7.488h12V3.519L7.313 7.894a.496.496 0 01-.526.062.497.497 0 01-.1-.062L1 3.516zm11.03-.512H1.974L7 6.874l5.03-3.87z",fill:e}))),xY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.76 8.134l-.05.05a.2.2 0 01-.28.03 6.76 6.76 0 01-1.63-1.65.21.21 0 01.04-.27l.05-.05c.23-.2.54-.47.71-.96.17-.47-.02-1.04-.66-1.94-.26-.38-.72-.96-1.22-1.46-.68-.69-1.2-1-1.65-1a.98.98 0 00-.51.13A3.23 3.23 0 00.9 3.424c-.13 1.1.26 2.37 1.17 3.78a16.679 16.679 0 004.55 4.6 6.57 6.57 0 003.53 1.32 3.2 3.2 0 002.85-1.66c.14-.24.24-.64-.07-1.18a7.803 7.803 0 00-1.73-1.81c-.64-.5-1.52-1.11-2.13-1.11a.97.97 0 00-.34.06c-.472.164-.74.458-.947.685l-.023.025zm4.32 2.678a6.801 6.801 0 00-1.482-1.54l-.007-.005-.006-.005a8.418 8.418 0 00-.957-.662 2.7 2.7 0 00-.4-.193.683.683 0 00-.157-.043l-.004.002-.009.003c-.224.078-.343.202-.56.44l-.014.016-.046.045a1.2 1.2 0 01-1.602.149A7.76 7.76 0 014.98 7.134l-.013-.019-.013-.02a1.21 1.21 0 01.195-1.522l.06-.06.026-.024c.219-.19.345-.312.422-.533l.003-.01v-.008a.518.518 0 00-.032-.142c-.06-.178-.203-.453-.502-.872l-.005-.008-.005-.007A10.18 10.18 0 004.013 2.59l-.005-.005c-.31-.314-.543-.5-.716-.605-.147-.088-.214-.096-.222-.097h-.016l-.006.003-.01.006a2.23 2.23 0 00-1.145 1.656c-.09.776.175 1.806 1.014 3.108a15.68 15.68 0 004.274 4.32l.022.014.022.016a5.57 5.57 0 002.964 1.117 2.2 2.2 0 001.935-1.141l.006-.012.004-.007a.182.182 0 00-.007-.038.574.574 0 00-.047-.114z",fill:e}))),DY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M11.841 2.159a2.25 2.25 0 00-3.182 0l-2.5 2.5a2.25 2.25 0 000 3.182.5.5 0 01-.707.707 3.25 3.25 0 010-4.596l2.5-2.5a3.25 3.25 0 014.596 4.596l-2.063 2.063a4.27 4.27 0 00-.094-1.32l1.45-1.45a2.25 2.25 0 000-3.182z",fill:e}),s.createElement("path",{d:"M3.61 7.21c-.1-.434-.132-.88-.095-1.321L1.452 7.952a3.25 3.25 0 104.596 4.596l2.5-2.5a3.25 3.25 0 000-4.596.5.5 0 00-.707.707 2.25 2.25 0 010 3.182l-2.5 2.5A2.25 2.25 0 112.159 8.66l1.45-1.45z",fill:e}))),EY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M1.452 7.952l1.305-1.305.708.707-1.306 1.305a2.25 2.25 0 103.182 3.182l1.306-1.305.707.707-1.306 1.305a3.25 3.25 0 01-4.596-4.596zM12.548 6.048l-1.305 1.306-.707-.708 1.305-1.305a2.25 2.25 0 10-3.182-3.182L7.354 3.464l-.708-.707 1.306-1.305a3.25 3.25 0 014.596 4.596zM1.854 1.146a.5.5 0 10-.708.708l11 11a.5.5 0 00.707-.707l-11-11z",fill:e}))),CY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.994 1.11a1 1 0 10-1.988 0A4.502 4.502 0 002.5 5.5v3.882l-.943 1.885a.497.497 0 00-.053.295.5.5 0 00.506.438h3.575a1.5 1.5 0 102.83 0h3.575a.5.5 0 00.453-.733L11.5 9.382V5.5a4.502 4.502 0 00-3.506-4.39zM2.81 11h8.382l-.5-1H3.31l-.5 1zM10.5 9V5.5a3.5 3.5 0 10-7 0V9h7zm-4 3.5a.5.5 0 111 0 .5.5 0 01-1 0z",fill:e}))),SY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M1.5.5A.5.5 0 012 0c6.627 0 12 5.373 12 12a.5.5 0 01-1 0C13 5.925 8.075 1 2 1a.5.5 0 01-.5-.5z",fill:e}),s.createElement("path",{d:"M1.5 4.5A.5.5 0 012 4a8 8 0 018 8 .5.5 0 01-1 0 7 7 0 00-7-7 .5.5 0 01-.5-.5z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5 11a2 2 0 11-4 0 2 2 0 014 0zm-1 0a1 1 0 11-2 0 1 1 0 012 0z",fill:e}))),kY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M2 1.004a1 1 0 00-1 1v10a1 1 0 001 1h10a1 1 0 001-1v-4.5a.5.5 0 00-1 0v4.5H2v-10h4.5a.5.5 0 000-1H2z",fill:e}),s.createElement("path",{d:"M7.354 7.357L12 2.711v1.793a.5.5 0 001 0v-3a.5.5 0 00-.5-.5h-3a.5.5 0 100 1h1.793L6.646 6.65a.5.5 0 10.708.707z",fill:e}))),AY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M6.646.15a.5.5 0 01.708 0l2 2a.5.5 0 11-.708.707L7.5 1.711v6.793a.5.5 0 01-1 0V1.71L5.354 2.857a.5.5 0 11-.708-.707l2-2z",fill:e}),s.createElement("path",{d:"M2 4.004a1 1 0 00-1 1v7a1 1 0 001 1h10a1 1 0 001-1v-7a1 1 0 00-1-1H9.5a.5.5 0 100 1H12v7H2v-7h2.5a.5.5 0 000-1H2z",fill:e}))),FY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M13.854 6.646a.5.5 0 010 .708l-2 2a.5.5 0 01-.708-.708L12.293 7.5H5.5a.5.5 0 010-1h6.793l-1.147-1.146a.5.5 0 01.708-.708l2 2z",fill:e}),s.createElement("path",{d:"M10 2a1 1 0 00-1-1H2a1 1 0 00-1 1v10a1 1 0 001 1h7a1 1 0 001-1V9.5a.5.5 0 00-1 0V12H2V2h7v2.5a.5.5 0 001 0V2z",fill:e}))),_Y=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 13A6 6 0 107 1a6 6 0 000 12zm0 1A7 7 0 107 0a7 7 0 000 14z",fill:e}))),IY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M14 7A7 7 0 110 7a7 7 0 0114 0z",fill:e}))),RY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.5 0h7a.5.5 0 01.5.5v13a.5.5 0 01-.454.498.462.462 0 01-.371-.118L7 11.159l-3.175 2.72a.46.46 0 01-.379.118A.5.5 0 013 13.5V.5a.5.5 0 01.5-.5zM4 12.413l2.664-2.284a.454.454 0 01.377-.128.498.498 0 01.284.12L10 12.412V1H4v11.413z",fill:e}))),zY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.5 0h7a.5.5 0 01.5.5v13a.5.5 0 01-.454.498.462.462 0 01-.371-.118L7 11.159l-3.175 2.72a.46.46 0 01-.379.118A.5.5 0 013 13.5V.5a.5.5 0 01.5-.5z",fill:e}))),TY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("g",{clipPath:"url(#prefix__clip0_1449_588)"},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M8.414 1.586a2 2 0 00-2.828 0l-4 4a2 2 0 000 2.828l4 4a2 2 0 002.828 0l4-4a2 2 0 000-2.828l-4-4zm.707-.707a3 3 0 00-4.242 0l-4 4a3 3 0 000 4.242l4 4a3 3 0 004.242 0l4-4a3 3 0 000-4.242l-4-4z",fill:e})),s.createElement("defs",null,s.createElement("clipPath",{id:"prefix__clip0_1449_588"},s.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),BY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.814 1.846c.06.05.116.101.171.154l.001.002a3.254 3.254 0 01.755 1.168c.171.461.259.974.259 1.538 0 .332-.046.656-.143.976a4.546 4.546 0 01-.397.937c-.169.302-.36.589-.58.864a7.627 7.627 0 01-.674.746l-4.78 4.596a.585.585 0 01-.427.173.669.669 0 01-.44-.173L1.78 8.217a7.838 7.838 0 01-.677-.748 6.124 6.124 0 01-.572-.855 4.975 4.975 0 01-.388-.931A3.432 3.432 0 010 4.708C0 4.144.09 3.63.265 3.17c.176-.459.429-.85.757-1.168a3.432 3.432 0 011.193-.74c.467-.176.99-.262 1.57-.262.304 0 .608.044.907.137.301.092.586.215.855.367.27.148.526.321.771.512.244.193.471.386.682.584.202-.198.427-.391.678-.584.248-.19.507-.364.78-.512a4.65 4.65 0 01.845-.367c.294-.093.594-.137.9-.137.585 0 1.115.086 1.585.262.392.146.734.34 1.026.584zM1.2 3.526c.128-.333.304-.598.52-.806.218-.212.497-.389.849-.522m-1.37 1.328A3.324 3.324 0 001 4.708c0 .225.032.452.101.686.082.265.183.513.307.737.135.246.294.484.479.716.188.237.386.454.59.652l.001.002 4.514 4.355 4.519-4.344c.2-.193.398-.41.585-.648l.003-.003c.184-.23.345-.472.486-.726l.004-.007c.131-.23.232-.474.31-.732v-.002c.068-.224.101-.45.101-.686 0-.457-.07-.849-.195-1.185a2.177 2.177 0 00-.515-.802l.007-.012-.008.009a2.383 2.383 0 00-.85-.518l-.003-.001C11.1 2.072 10.692 2 10.203 2c-.21 0-.406.03-.597.09h-.001c-.22.07-.443.167-.663.289l-.007.003c-.22.12-.434.262-.647.426-.226.174-.42.341-.588.505l-.684.672-.7-.656a9.967 9.967 0 00-.615-.527 4.82 4.82 0 00-.635-.422l-.01-.005a3.289 3.289 0 00-.656-.281l-.008-.003A2.014 2.014 0 003.785 2c-.481 0-.881.071-1.217.198",fill:e}))),LY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M12.814 1.846c.06.05.116.101.171.154l.001.002a3.254 3.254 0 01.755 1.168c.171.461.259.974.259 1.538 0 .332-.046.656-.143.976a4.546 4.546 0 01-.397.937c-.169.302-.36.589-.58.864a7.627 7.627 0 01-.674.746l-4.78 4.596a.585.585 0 01-.427.173.669.669 0 01-.44-.173L1.78 8.217a7.838 7.838 0 01-.677-.748 6.124 6.124 0 01-.572-.855 4.975 4.975 0 01-.388-.931A3.432 3.432 0 010 4.708C0 4.144.09 3.63.265 3.17c.176-.459.429-.85.757-1.168a3.432 3.432 0 011.193-.74c.467-.176.99-.262 1.57-.262.304 0 .608.044.907.137.301.092.586.215.855.367.27.148.526.321.771.512.244.193.471.386.682.584.202-.198.427-.391.678-.584.248-.19.507-.364.78-.512a4.65 4.65 0 01.845-.367c.294-.093.594-.137.9-.137.585 0 1.115.086 1.585.262.392.146.734.34 1.026.584z",fill:e}))),MY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.319.783a.75.75 0 011.362 0l1.63 3.535 3.867.458a.75.75 0 01.42 1.296L10.74 8.715l.76 3.819a.75.75 0 01-1.103.8L7 11.434l-3.398 1.902a.75.75 0 01-1.101-.801l.758-3.819L.401 6.072a.75.75 0 01.42-1.296l3.867-.458L6.318.783zm.68.91l-1.461 3.17a.75.75 0 01-.593.431l-3.467.412 2.563 2.37a.75.75 0 01.226.697l-.68 3.424 3.046-1.705a.75.75 0 01.733 0l3.047 1.705-.68-3.424a.75.75 0 01.226-.697l2.563-2.37-3.467-.412a.75.75 0 01-.593-.43L7 1.694z",fill:e}))),OY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M7.68.783a.75.75 0 00-1.361 0l-1.63 3.535-3.867.458A.75.75 0 00.4 6.072l2.858 2.643-.758 3.819a.75.75 0 001.101.8L7 11.434l3.397 1.902a.75.75 0 001.102-.801l-.759-3.819L13.6 6.072a.75.75 0 00-.421-1.296l-3.866-.458L7.68.783z",fill:e}))),$Y=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10 7.854a4.5 4.5 0 10-6 0V13a.5.5 0 00.497.5h.006c.127 0 .254-.05.35-.146L7 11.207l2.146 2.147A.5.5 0 0010 13V7.854zM7 8a3.5 3.5 0 100-7 3.5 3.5 0 000 7zm-.354 2.146a.5.5 0 01.708 0L9 11.793v-3.26C8.398 8.831 7.718 9 7 9a4.481 4.481 0 01-2-.468v3.26l1.646-1.646z",fill:e}))),PY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.565 13.123a.991.991 0 01.87 0l.987.482a.991.991 0 001.31-.426l.515-.97a.991.991 0 01.704-.511l1.082-.19a.99.99 0 00.81-1.115l-.154-1.087a.991.991 0 01.269-.828l.763-.789a.991.991 0 000-1.378l-.763-.79a.991.991 0 01-.27-.827l.155-1.087a.99.99 0 00-.81-1.115l-1.082-.19a.991.991 0 01-.704-.511L9.732.82a.99.99 0 00-1.31-.426l-.987.482a.991.991 0 01-.87 0L5.578.395a.99.99 0 00-1.31.426l-.515.97a.99.99 0 01-.704.511l-1.082.19a.99.99 0 00-.81 1.115l.154 1.087a.99.99 0 01-.269.828L.28 6.31a.99.99 0 000 1.378l.763.79a.99.99 0 01.27.827l-.155 1.087a.99.99 0 00.81 1.115l1.082.19a.99.99 0 01.704.511l.515.97c.25.473.83.661 1.31.426l.987-.482zm4.289-8.477a.5.5 0 010 .708l-4.5 4.5a.5.5 0 01-.708 0l-2.5-2.5a.5.5 0 11.708-.708L6 8.793l4.146-4.147a.5.5 0 01.708 0z",fill:e}))),NY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11 12.02c-.4.37-.91.56-1.56.56h-.88a5.493 5.493 0 01-1.3-.16c-.42-.1-.91-.25-1.47-.45a5.056 5.056 0 00-.95-.27H2.88a.84.84 0 01-.62-.26.84.84 0 01-.26-.61V6.45c0-.24.09-.45.26-.62a.84.84 0 01.62-.25h1.87c.16-.11.47-.47.93-1.06.27-.35.51-.64.74-.88.1-.11.19-.3.24-.58.05-.28.12-.57.2-.87.1-.3.24-.55.43-.74a.87.87 0 01.62-.25c.38 0 .72.07 1.03.22.3.15.54.38.7.7.15.31.23.73.23 1.27a3 3 0 01-.32 1.31h1.2c.47 0 .88.17 1.23.52s.52.8.52 1.22c0 .29-.04.66-.34 1.12.05.15.07.3.07.47 0 .35-.09.68-.26.98a2.05 2.05 0 01-.4 1.51 1.9 1.9 0 01-.57 1.5zm.473-5.33a.965.965 0 00.027-.25.742.742 0 00-.227-.513.683.683 0 00-.523-.227H7.927l.73-1.45a2 2 0 00.213-.867c0-.444-.068-.695-.127-.822a.53.53 0 00-.245-.244 1.296 1.296 0 00-.539-.116.989.989 0 00-.141.28 9.544 9.544 0 00-.174.755c-.069.387-.213.779-.484 1.077l-.009.01-.009.01c-.195.202-.41.46-.67.798l-.003.004c-.235.3-.44.555-.613.753-.151.173-.343.381-.54.516l-.255.176H5v4.133l.018.003c.384.07.76.176 1.122.318.532.189.98.325 1.352.413l.007.002a4.5 4.5 0 001.063.131h.878c.429 0 .683-.115.871-.285a.9.9 0 00.262-.702l-.028-.377.229-.3a1.05 1.05 0 00.205-.774l-.044-.333.165-.292a.969.969 0 00.13-.487.457.457 0 00-.019-.154l-.152-.458.263-.404a1.08 1.08 0 00.152-.325zM3.5 10.8a.5.5 0 100-1 .5.5 0 000 1z",fill:e}))),jY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.765 2.076A.5.5 0 0112 2.5v6.009a.497.497 0 01-.17.366L7.337 12.87a.497.497 0 01-.674 0L2.17 8.875l-.009-.007a.498.498 0 01-.16-.358L2 8.5v-6a.5.5 0 01.235-.424l.018-.011c.016-.01.037-.024.065-.04.056-.032.136-.077.24-.128a6.97 6.97 0 01.909-.371C4.265 1.26 5.443 1 7 1s2.735.26 3.533.526c.399.133.702.267.91.37a4.263 4.263 0 01.304.169l.018.01zM3 2.793v5.482l1.068.95 6.588-6.588a6.752 6.752 0 00-.44-.163C9.517 2.24 8.444 2 7 2c-1.443 0-2.515.24-3.217.474-.351.117-.61.233-.778.317L3 2.793zm4 9.038l-2.183-1.94L11 3.706v4.568l-4 3.556z",fill:e}))),HY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M10.354 2.854a.5.5 0 10-.708-.708l-3 3a.5.5 0 10.708.708l3-3z",fill:e}),s.createElement("path",{d:"M2.09 6H4.5a.5.5 0 000-1H1.795a.75.75 0 00-.74.873l.813 4.874A1.5 1.5 0 003.348 12h7.305a1.5 1.5 0 001.48-1.253l.812-4.874a.75.75 0 00-.74-.873H10a.5.5 0 000 1h1.91l-.764 4.582a.5.5 0 01-.493.418H3.347a.5.5 0 01-.493-.418L2.09 6z",fill:e}),s.createElement("path",{d:"M4.5 7a.5.5 0 01.5.5v2a.5.5 0 01-1 0v-2a.5.5 0 01.5-.5zM10 7.5a.5.5 0 00-1 0v2a.5.5 0 001 0v-2zM6.5 9.5v-2a.5.5 0 011 0v2a.5.5 0 01-1 0z",fill:e}))),VY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.5 2h.75v3.866l-3.034 5.26A1.25 1.25 0 003.299 13H10.7a1.25 1.25 0 001.083-1.875L8.75 5.866V2h.75a.5.5 0 100-1h-5a.5.5 0 000 1zm1.75 4V2h1.5v4.134l.067.116L8.827 8H5.173l1.01-1.75.067-.116V6zM4.597 9l-1.515 2.625A.25.25 0 003.3 12H10.7a.25.25 0 00.217-.375L9.404 9H4.597z",fill:e}))),UY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M7.5 10.5a.5.5 0 11-1 0 .5.5 0 011 0z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.5 1a.5.5 0 00-.5.5c0 1.063.137 1.892.678 2.974.346.692.858 1.489 1.598 2.526-.89 1.247-1.455 2.152-1.798 2.956-.377.886-.477 1.631-.478 2.537v.007a.5.5 0 00.5.5h7c.017 0 .034 0 .051-.003A.5.5 0 0011 12.5v-.007c0-.906-.1-1.65-.478-2.537-.343-.804-.909-1.709-1.798-2.956.74-1.037 1.252-1.834 1.598-2.526C10.863 3.392 11 2.563 11 1.5a.5.5 0 00-.5-.5h-7zm6.487 11a4.675 4.675 0 00-.385-1.652c-.277-.648-.735-1.407-1.499-2.494-.216.294-.448.606-.696.937a.497.497 0 01-.195.162.5.5 0 01-.619-.162c-.248-.331-.48-.643-.696-.937-.764 1.087-1.222 1.846-1.499 2.494A4.675 4.675 0 004.013 12h5.974zM6.304 6.716c.212.293.443.609.696.948a90.058 90.058 0 00.709-.965c.48-.664.86-1.218 1.163-1.699H5.128a32.672 32.672 0 001.176 1.716zM4.559 4h4.882c.364-.735.505-1.312.546-2H4.013c.04.688.182 1.265.546 2z",fill:e}))),WY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.5 1h-9a.5.5 0 00-.5.5v11a.5.5 0 001 0V8h8.5a.5.5 0 00.354-.854L9.207 4.5l2.647-2.646A.499.499 0 0011.5 1zM8.146 4.146L10.293 2H3v5h7.293L8.146 4.854a.5.5 0 010-.708z",fill:e}))),qY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10 7V6a3 3 0 00-5.91-.736l-.17.676-.692.075A2.5 2.5 0 003.5 11h3c.063 0 .125-.002.187-.007l.076-.005.076.006c.053.004.106.006.161.006h4a2 2 0 100-4h-1zM3.12 5.02A3.5 3.5 0 003.5 12h3c.087 0 .174-.003.26-.01.079.007.16.01.24.01h4a3 3 0 100-6 4 4 0 00-7.88-.98z",fill:e}))),GY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M7 2a4 4 0 014 4 3 3 0 110 6H7c-.08 0-.161-.003-.24-.01-.086.007-.173.01-.26.01h-3a3.5 3.5 0 01-.38-6.98A4.002 4.002 0 017 2z",fill:e}))),YY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11 7a4 4 0 11-8 0 4 4 0 018 0zm-1 0a3 3 0 11-6 0 3 3 0 016 0z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.268 13.18c.25.472.83.66 1.31.425l.987-.482a.991.991 0 01.87 0l.987.482a.991.991 0 001.31-.426l.515-.97a.991.991 0 01.704-.511l1.082-.19a.99.99 0 00.81-1.115l-.154-1.087a.991.991 0 01.269-.828l.763-.789a.991.991 0 000-1.378l-.763-.79a.991.991 0 01-.27-.827l.155-1.087a.99.99 0 00-.81-1.115l-1.082-.19a.991.991 0 01-.704-.511L9.732.82a.99.99 0 00-1.31-.426l-.987.482a.991.991 0 01-.87 0L5.578.395a.99.99 0 00-1.31.426l-.515.97a.99.99 0 01-.704.511l-1.082.19a.99.99 0 00-.81 1.115l.154 1.087a.99.99 0 01-.269.828L.28 6.31a.99.99 0 000 1.378l.763.79a.99.99 0 01.27.827l-.155 1.087a.99.99 0 00.81 1.115l1.082.19a.99.99 0 01.704.511l.515.97zm5.096-1.44l-.511.963-.979-.478a1.99 1.99 0 00-1.748 0l-.979.478-.51-.962a1.991 1.991 0 00-1.415-1.028l-1.073-.188.152-1.079a1.991 1.991 0 00-.54-1.663L1.004 7l.757-.783a1.991 1.991 0 00.54-1.663L2.15 3.475l1.073-.188A1.991 1.991 0 004.636 2.26l.511-.962.979.478a1.99 1.99 0 001.748 0l.979-.478.51.962c.288.543.81.922 1.415 1.028l1.073.188-.152 1.079a1.99 1.99 0 00.54 1.663l.757.783-.757.783a1.99 1.99 0 00-.54 1.663l.152 1.079-1.073.188a1.991 1.991 0 00-1.414 1.028z",fill:e}))),KY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 4a3 3 0 100 6 3 3 0 000-6zM3 7a4 4 0 118 0 4 4 0 01-8 0z",fill:e}))),XY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.206 3.044a.498.498 0 01.23.212l3.492 5.985a.494.494 0 01.006.507.497.497 0 01-.443.252H3.51a.499.499 0 01-.437-.76l3.492-5.984a.497.497 0 01.642-.212zM7 4.492L4.37 9h5.26L7 4.492z",fill:e}))),QY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.854 4.146a.5.5 0 010 .708l-5 5a.5.5 0 01-.708 0l-2-2a.5.5 0 11.708-.708L5.5 8.793l4.646-4.647a.5.5 0 01.708 0z",fill:e}))),ZY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M7.354 3.896l5.5 5.5a.5.5 0 01-.708.708L7 4.957l-5.146 5.147a.5.5 0 01-.708-.708l5.5-5.5a.5.5 0 01.708 0z",fill:e}))),JY=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M1.146 4.604l5.5 5.5a.5.5 0 00.708 0l5.5-5.5a.5.5 0 00-.708-.708L7 9.043 1.854 3.896a.5.5 0 10-.708.708z",fill:e}))),eK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M2.76 7.096a.498.498 0 00.136.258l5.5 5.5a.5.5 0 00.707-.708L3.958 7l5.147-5.146a.5.5 0 10-.708-.708l-5.5 5.5a.5.5 0 00-.137.45z",fill:e}))),tK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M11.104 7.354l-5.5 5.5a.5.5 0 01-.708-.708L10.043 7 4.896 1.854a.5.5 0 11.708-.708l5.5 5.5a.5.5 0 010 .708z",fill:e}))),rK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M3.854 9.104a.5.5 0 11-.708-.708l3.5-3.5a.5.5 0 01.708 0l3.5 3.5a.5.5 0 01-.708.708L7 5.957 3.854 9.104z",fill:e}))),nK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M3.854 4.896a.5.5 0 10-.708.708l3.5 3.5a.5.5 0 00.708 0l3.5-3.5a.5.5 0 00-.708-.708L7 8.043 3.854 4.896z",fill:e}))),oK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.104 10.146a.5.5 0 01-.708.708l-3.5-3.5a.5.5 0 010-.708l3.5-3.5a.5.5 0 11.708.708L5.957 7l3.147 3.146z",fill:e}))),aK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.896 10.146a.5.5 0 00.708.708l3.5-3.5a.5.5 0 000-.708l-3.5-3.5a.5.5 0 10-.708.708L8.043 7l-3.147 3.146z",fill:e}))),iK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M11.854 4.646l-4.5-4.5a.5.5 0 00-.708 0l-4.5 4.5a.5.5 0 10.708.708L6.5 1.707V13.5a.5.5 0 001 0V1.707l3.646 3.647a.5.5 0 00.708-.708z",fill:e}))),lK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M7.5.5a.5.5 0 00-1 0v11.793L2.854 8.646a.5.5 0 10-.708.708l4.5 4.5a.5.5 0 00.351.146h.006c.127 0 .254-.05.35-.146l4.5-4.5a.5.5 0 00-.707-.708L7.5 12.293V.5z",fill:e}))),sK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M5.354 2.146a.5.5 0 010 .708L1.707 6.5H13.5a.5.5 0 010 1H1.707l3.647 3.646a.5.5 0 01-.708.708l-4.5-4.5a.5.5 0 010-.708l4.5-4.5a.5.5 0 01.708 0z",fill:e}))),uK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M8.646 2.146a.5.5 0 01.708 0l4.5 4.5a.5.5 0 010 .708l-4.5 4.5a.5.5 0 01-.708-.708L12.293 7.5H.5a.5.5 0 010-1h11.793L8.646 2.854a.5.5 0 010-.708z",fill:e}))),cK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M1.904 8.768V2.404a.5.5 0 01.5-.5h6.364a.5.5 0 110 1H3.61l8.339 8.339a.5.5 0 01-.707.707l-8.34-8.34v5.158a.5.5 0 01-1 0z",fill:e}))),dK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M12.096 8.768V2.404a.5.5 0 00-.5-.5H5.232a.5.5 0 100 1h5.157L2.05 11.243a.5.5 0 10.707.707l8.34-8.34v5.158a.5.5 0 101 0z",fill:e}))),fK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M1.904 5.232v6.364a.5.5 0 00.5.5h6.364a.5.5 0 000-1H3.61l8.339-8.339a.5.5 0 00-.707-.707l-8.34 8.34V5.231a.5.5 0 00-1 0z",fill:e}))),pK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M12.096 5.232v6.364a.5.5 0 01-.5.5H5.232a.5.5 0 010-1h5.157L2.05 2.757a.5.5 0 01.707-.707l8.34 8.34V5.231a.5.5 0 111 0z",fill:e}))),hK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.772 3.59c.126-.12.33-.12.456 0l5.677 5.387c.203.193.06.523-.228.523H1.323c-.287 0-.431-.33-.228-.523L6.772 3.59z",fill:e}))),mK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.228 10.41a.335.335 0 01-.456 0L1.095 5.023c-.203-.193-.06-.523.228-.523h11.354c.287 0 .431.33.228.523L7.228 10.41z",fill:e}))),gK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.712 7.212a.3.3 0 010-.424l5.276-5.276a.3.3 0 01.512.212v10.552a.3.3 0 01-.512.212L3.712 7.212z",fill:e}))),vK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.288 7.212a.3.3 0 000-.424L5.012 1.512a.3.3 0 00-.512.212v10.552a.3.3 0 00.512.212l5.276-5.276z",fill:e}))),yK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M7.354.146l4 4a.5.5 0 01-.708.708L7 1.207 3.354 4.854a.5.5 0 11-.708-.708l4-4a.5.5 0 01.708 0zM11.354 9.146a.5.5 0 010 .708l-4 4a.5.5 0 01-.708 0l-4-4a.5.5 0 11.708-.708L7 12.793l3.646-3.647a.5.5 0 01.708 0z",fill:e}))),wK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M3.354.146a.5.5 0 10-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 00-.708-.708L7 3.793 3.354.146zM6.646 9.146a.5.5 0 01.708 0l4 4a.5.5 0 01-.708.708L7 10.207l-3.646 3.647a.5.5 0 01-.708-.708l4-4z",fill:e}))),bK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M1.5 1h2a.5.5 0 010 1h-.793l3.147 3.146a.5.5 0 11-.708.708L2 2.707V3.5a.5.5 0 01-1 0v-2a.5.5 0 01.5-.5zM10 1.5a.5.5 0 01.5-.5h2a.5.5 0 01.5.5v2a.5.5 0 01-1 0v-.793L8.854 5.854a.5.5 0 11-.708-.708L11.293 2H10.5a.5.5 0 01-.5-.5zM12.5 10a.5.5 0 01.5.5v2a.5.5 0 01-.5.5h-2a.5.5 0 010-1h.793L8.146 8.854a.5.5 0 11.708-.708L12 11.293V10.5a.5.5 0 01.5-.5zM2 11.293V10.5a.5.5 0 00-1 0v2a.5.5 0 00.5.5h2a.5.5 0 000-1h-.793l3.147-3.146a.5.5 0 10-.708-.708L2 11.293z",fill:e}))),xK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M6.646.147l-1.5 1.5a.5.5 0 10.708.707l.646-.647V5a.5.5 0 001 0V1.707l.646.647a.5.5 0 10.708-.707l-1.5-1.5a.5.5 0 00-.708 0z",fill:e}),s.createElement("path",{d:"M1.309 4.038a.498.498 0 00-.16.106l-.005.005a.498.498 0 00.002.705L3.293 7 1.146 9.146A.498.498 0 001.5 10h3a.5.5 0 000-1H2.707l1.5-1.5h5.586l2.353 2.354a.5.5 0 00.708-.708L10.707 7l2.146-2.146.11-.545-.107.542A.499.499 0 0013 4.503v-.006a.5.5 0 00-.144-.348l-.005-.005A.498.498 0 0012.5 4h-3a.5.5 0 000 1h1.793l-1.5 1.5H4.207L2.707 5H4.5a.5.5 0 000-1h-3a.498.498 0 00-.191.038z",fill:e}),s.createElement("path",{d:"M7 8.5a.5.5 0 01.5.5v3.293l.646-.647a.5.5 0 01.708.708l-1.5 1.5a.5.5 0 01-.708 0l-1.5-1.5a.5.5 0 01.708-.708l.646.647V9a.5.5 0 01.5-.5zM9 9.5a.5.5 0 01.5-.5h3a.5.5 0 010 1h-3a.5.5 0 01-.5-.5z",fill:e}))),DK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M10.646 2.646a.5.5 0 01.708 0l1.5 1.5a.5.5 0 010 .708l-1.5 1.5a.5.5 0 01-.708-.708L11.293 5H1.5a.5.5 0 010-1h9.793l-.647-.646a.5.5 0 010-.708zM3.354 8.354L2.707 9H12.5a.5.5 0 010 1H2.707l.647.646a.5.5 0 01-.708.708l-1.5-1.5a.5.5 0 010-.708l1.5-1.5a.5.5 0 11.708.708z",fill:e}))),EK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M1.5 1a.5.5 0 01.5.5V10a2 2 0 004 0V4a3 3 0 016 0v7.793l1.146-1.147a.5.5 0 01.708.708l-2 2a.5.5 0 01-.708 0l-2-2a.5.5 0 01.708-.708L11 11.793V4a2 2 0 10-4 0v6.002a3 3 0 01-6 0V1.5a.5.5 0 01.5-.5z",fill:e}))),CK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M1.146 3.854a.5.5 0 010-.708l2-2a.5.5 0 11.708.708L2.707 3h6.295A4 4 0 019 11H3a.5.5 0 010-1h6a3 3 0 100-6H2.707l1.147 1.146a.5.5 0 11-.708.708l-2-2z",fill:e}))),SK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M4.354 2.146a.5.5 0 010 .708L1.707 5.5H9.5A4.5 4.5 0 0114 10v1.5a.5.5 0 01-1 0V10a3.5 3.5 0 00-3.5-3.5H1.707l2.647 2.646a.5.5 0 11-.708.708l-3.5-3.5a.5.5 0 010-.708l3.5-3.5a.5.5 0 01.708 0z",fill:e}))),kK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M5.5 1A.5.5 0 005 .5H2a.5.5 0 000 1h1.535a6.502 6.502 0 002.383 11.91.5.5 0 10.165-.986A5.502 5.502 0 014.5 2.1V4a.5.5 0 001 0V1.353a.5.5 0 000-.023V1zM7.507 1a.5.5 0 01.576-.41 6.502 6.502 0 012.383 11.91H12a.5.5 0 010 1H9a.5.5 0 01-.5-.5v-3a.5.5 0 011 0v1.9A5.5 5.5 0 007.917 1.576.5.5 0 017.507 1z",fill:e}))),AK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M8.646 5.854L7.5 4.707V10.5a.5.5 0 01-1 0V4.707L5.354 5.854a.5.5 0 11-.708-.708l2-2a.5.5 0 01.708 0l2 2a.5.5 0 11-.708.708z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zm-1 0A6 6 0 111 7a6 6 0 0112 0z",fill:e}))),FK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M5.354 8.146L6.5 9.293V3.5a.5.5 0 011 0v5.793l1.146-1.147a.5.5 0 11.708.708l-2 2a.5.5 0 01-.708 0l-2-2a.5.5 0 11.708-.708z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 7a7 7 0 1114 0A7 7 0 010 7zm1 0a6 6 0 1112 0A6 6 0 011 7z",fill:e}))),_K=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M5.854 5.354L4.707 6.5H10.5a.5.5 0 010 1H4.707l1.147 1.146a.5.5 0 11-.708.708l-2-2a.5.5 0 010-.708l2-2a.5.5 0 11.708.708z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 0a7 7 0 110 14A7 7 0 017 0zm0 1a6 6 0 110 12A6 6 0 017 1z",fill:e}))),IK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M3.5 6.5h5.793L8.146 5.354a.5.5 0 11.708-.708l2 2a.5.5 0 010 .708l-2 2a.5.5 0 11-.708-.708L9.293 7.5H3.5a.5.5 0 010-1z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 14A7 7 0 117 0a7 7 0 010 14zm0-1A6 6 0 117 1a6 6 0 010 12z",fill:e}))),RK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M7.092.5H7a6.5 6.5 0 106.41 7.583.5.5 0 10-.986-.166A5.495 5.495 0 017 12.5a5.5 5.5 0 010-11h.006a5.5 5.5 0 014.894 3H10a.5.5 0 000 1h3a.5.5 0 00.5-.5V2a.5.5 0 00-1 0v1.535A6.495 6.495 0 007.092.5z",fill:e}))),zK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 100 7a7 7 0 0014 0zm-6.535 5.738c-.233.23-.389.262-.465.262-.076 0-.232-.032-.465-.262-.238-.234-.497-.623-.737-1.182-.434-1.012-.738-2.433-.79-4.056h3.984c-.052 1.623-.356 3.043-.79 4.056-.24.56-.5.948-.737 1.182zM8.992 6.5H5.008c.052-1.623.356-3.044.79-4.056.24-.56.5-.948.737-1.182C6.768 1.032 6.924 1 7 1c.076 0 .232.032.465.262.238.234.497.623.737 1.182.434 1.012.738 2.433.79 4.056zm1 1c-.065 2.176-.558 4.078-1.282 5.253A6.005 6.005 0 0012.98 7.5H9.992zm2.987-1H9.992c-.065-2.176-.558-4.078-1.282-5.253A6.005 6.005 0 0112.98 6.5zm-8.971 0c.065-2.176.558-4.078 1.282-5.253A6.005 6.005 0 001.02 6.5h2.988zm-2.987 1a6.005 6.005 0 004.27 5.253C4.565 11.578 4.072 9.676 4.007 7.5H1.02z",fill:e}))),TK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.087 3.397L5.95 5.793a.374.374 0 00-.109.095.377.377 0 00-.036.052l-2.407 4.147a.374.374 0 00-.004.384c.104.179.334.24.513.136l4.142-2.404a.373.373 0 00.148-.143l2.406-4.146a.373.373 0 00-.037-.443.373.373 0 00-.478-.074zM4.75 9.25l2.847-1.652-1.195-1.195L4.75 9.25z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zm-1 0A6 6 0 111 7a6 6 0 0112 0z",fill:e}))),BK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 7a7 7 0 1114 0A7 7 0 010 7zm6.5 3.5v2.48A6.001 6.001 0 011.02 7.5H3.5a.5.5 0 000-1H1.02A6.001 6.001 0 016.5 1.02V3.5a.5.5 0 001 0V1.02a6.001 6.001 0 015.48 5.48H10.5a.5.5 0 000 1h2.48a6.002 6.002 0 01-5.48 5.48V10.5a.5.5 0 00-1 0z",fill:e}))),LK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9 5a2 2 0 11-4 0 2 2 0 014 0zM8 5a1 1 0 11-2 0 1 1 0 012 0z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 5A5 5 0 002 5c0 2.633 2.273 6.154 4.65 8.643.192.2.508.2.7 0C9.726 11.153 12 7.633 12 5zM7 1a4 4 0 014 4c0 1.062-.471 2.42-1.303 3.88-.729 1.282-1.69 2.562-2.697 3.67-1.008-1.108-1.968-2.388-2.697-3.67C3.47 7.42 3 6.063 3 5a4 4 0 014-4z",fill:e}))),MK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M7 2a.5.5 0 01.5.5v4H10a.5.5 0 010 1H7a.5.5 0 01-.5-.5V2.5A.5.5 0 017 2z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 14A7 7 0 107 0a7 7 0 000 14zm0-1A6 6 0 107 1a6 6 0 000 12z",fill:e}))),OK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M9.79 4.093a.5.5 0 01.117.698L7.91 7.586a1 1 0 11-.814-.581l1.997-2.796a.5.5 0 01.698-.116z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.069 12.968a7 7 0 119.863 0A12.962 12.962 0 007 12c-1.746 0-3.41.344-4.931.968zm9.582-1.177a6 6 0 10-9.301 0A13.98 13.98 0 017 11c1.629 0 3.194.279 4.65.791z",fill:e}))),$K=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M7.5 4.5a.5.5 0 00-1 0v2.634a1 1 0 101 0V4.5z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5.5.5A.5.5 0 016 0h2a.5.5 0 010 1h-.5v1.02a5.973 5.973 0 013.374 1.398l.772-.772a.5.5 0 01.708.708l-.772.772A6 6 0 116.5 2.02V1H6a.5.5 0 01-.5-.5zM7 3a5 5 0 100 10A5 5 0 007 3z",fill:e}))),PK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.354 1.146l5.5 5.5a.5.5 0 01-.708.708L12 7.207V12.5a.5.5 0 01-.5.5h-3a.5.5 0 01-.5-.5V9H6v3.5a.5.5 0 01-.5.5h-3a.5.5 0 01-.5-.5V7.207l-.146.147a.5.5 0 11-.708-.708l1-1 4.5-4.5a.5.5 0 01.708 0zM3 6.207V12h2V8.5a.5.5 0 01.5-.5h3a.5.5 0 01.5.5V12h2V6.207l-4-4-4 4z",fill:e}))),NK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.213 4.094a.5.5 0 01.056-.034l5.484-2.995a.498.498 0 01.494 0L12.73 4.06a.507.507 0 01.266.389.498.498 0 01-.507.555H1.51a.5.5 0 01-.297-.91zm2.246-.09h7.082L7 2.07 3.459 4.004z",fill:e}),s.createElement("path",{d:"M4 6a.5.5 0 00-1 0v5a.5.5 0 001 0V6zM11 6a.5.5 0 00-1 0v5a.5.5 0 001 0V6zM5.75 5.5a.5.5 0 01.5.5v5a.5.5 0 01-1 0V6a.5.5 0 01.5-.5zM8.75 6a.5.5 0 00-1 0v5a.5.5 0 001 0V6zM1.5 12.504a.5.5 0 01.5-.5h10a.5.5 0 010 1H2a.5.5 0 01-.5-.5z",fill:e}))),jK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("g",{clipPath:"url(#prefix__clip0_1107_3594)"},s.createElement("path",{d:"M11.451.537l.01 12.922h0L7.61 8.946a1.077 1.077 0 00-.73-.374L.964 8.087 11.45.537h0z",stroke:e,strokeWidth:1.077})),s.createElement("defs",null,s.createElement("clipPath",{id:"prefix__clip0_1107_3594"},s.createElement("path",{fill:"#fff",d:"M0 0h14v14H0z"}))))),HK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zM2.671 11.155c.696-1.006 2.602-1.816 3.194-1.91.226-.036.232-.658.232-.658s-.665-.658-.81-1.544c-.39 0-.63-.94-.241-1.272a2.578 2.578 0 00-.012-.13c-.066-.607-.28-2.606 1.965-2.606 2.246 0 2.031 2 1.966 2.606l-.012.13c.39.331.149 1.272-.24 1.272-.146.886-.81 1.544-.81 1.544s.004.622.23.658c.593.094 2.5.904 3.195 1.91a6 6 0 10-8.657 0z",fill:e}))),VK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M7.275 13.16a11.388 11.388 0 005.175-1.232v-.25c0-1.566-3.237-2.994-4.104-3.132-.27-.043-.276-.783-.276-.783s.791-.783.964-1.836c.463 0 .75-1.119.286-1.513C9.34 4 9.916 1.16 6.997 1.16c-2.92 0-2.343 2.84-2.324 3.254-.463.394-.177 1.513.287 1.513.172 1.053.963 1.836.963 1.836s-.006.74-.275.783c-.858.136-4.036 1.536-4.103 3.082a11.388 11.388 0 005.73 1.532z",fill:e}))),UK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M1.183 11.906a10.645 10.645 0 01-1.181-.589c.062-1.439 3.02-2.74 3.818-2.868.25-.04.256-.728.256-.728s-.736-.729-.896-1.709c-.432 0-.698-1.041-.267-1.408A2.853 2.853 0 002.9 4.46c-.072-.672-.31-2.884 2.175-2.884 2.486 0 2.248 2.212 2.176 2.884-.007.062-.012.112-.014.144.432.367.165 1.408-.266 1.408-.16.98-.896 1.709-.896 1.709s.005.688.256.728c.807.129 3.82 1.457 3.82 2.915v.233a10.598 10.598 0 01-4.816 1.146c-1.441 0-2.838-.282-4.152-.837zM11.5 2.16a.5.5 0 01.5.5v1.5h1.5a.5.5 0 010 1H12v1.5a.5.5 0 01-1 0v-1.5H9.5a.5.5 0 110-1H11v-1.5a.5.5 0 01.5-.5z",fill:e}))),WK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M9.21 11.623a10.586 10.586 0 01-4.031.787A10.585 10.585 0 010 11.07c.06-1.354 2.933-2.578 3.708-2.697.243-.038.249-.685.249-.685s-.715-.685-.87-1.607c-.42 0-.679-.979-.26-1.323a2.589 2.589 0 00-.013-.136c-.07-.632-.3-2.712 2.113-2.712 2.414 0 2.183 2.08 2.113 2.712-.007.059-.012.105-.013.136.419.344.16 1.323-.259 1.323-.156.922-.87 1.607-.87 1.607s.005.647.248.685c.784.12 3.71 1.37 3.71 2.74v.22c-.212.103-.427.2-.646.29z",fill:e}),s.createElement("path",{d:"M8.81 8.417a9.643 9.643 0 00-.736-.398c.61-.42 1.396-.71 1.7-.757.167-.026.171-.471.171-.471s-.491-.471-.598-1.104c-.288 0-.466-.674-.178-.91-.001-.022-.005-.053-.01-.094-.048-.434-.206-1.864 1.453-1.864 1.66 0 1.5 1.43 1.453 1.864l-.01.094c.289.236.11.91-.178.91-.107.633-.598 1.104-.598 1.104s.004.445.171.47c.539.084 2.55.942 2.55 1.884v.628a10.604 10.604 0 01-3.302.553 2.974 2.974 0 00-.576-.879c-.375-.408-.853-.754-1.312-1.03z",fill:e}))),qK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M9.106 7.354c-.627.265-1.295.4-1.983.4a5.062 5.062 0 01-2.547-.681c.03-.688 1.443-1.31 1.824-1.37.12-.02.122-.348.122-.348s-.351-.348-.428-.816c-.206 0-.333-.498-.127-.673 0-.016-.003-.04-.007-.07C5.926 3.477 5.812 2.42 7 2.42c1.187 0 1.073 1.057 1.039 1.378l-.007.069c.207.175.08.673-.127.673-.076.468-.428.816-.428.816s.003.329.122.348c.386.06 1.825.696 1.825 1.392v.111c-.104.053-.21.102-.318.148zM3.75 11.25A.25.25 0 014 11h6a.25.25 0 110 .5H4a.25.25 0 01-.25-.25zM4 9a.25.25 0 000 .5h6a.25.25 0 100-.5H4z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1 .5a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v13a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5V.5zM2 13V1h10v12H2z",fill:e}))),GK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M3.968 8.75a.5.5 0 00-.866.5A4.498 4.498 0 007 11.5c1.666 0 3.12-.906 3.898-2.25a.5.5 0 10-.866-.5A3.498 3.498 0 017 10.5a3.498 3.498 0 01-3.032-1.75zM5.5 5a1 1 0 11-2 0 1 1 0 012 0zM9.5 6a1 1 0 100-2 1 1 0 000 2z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zm-1 0A6 6 0 111 7a6 6 0 0112 0z",fill:e}))),YK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M4.5 9a.5.5 0 000 1h5a.5.5 0 000-1h-5zM5.5 5a1 1 0 11-2 0 1 1 0 012 0zM9.5 6a1 1 0 100-2 1 1 0 000 2z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zm-1 0A6 6 0 111 7a6 6 0 0112 0z",fill:e}))),KK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M3.968 10.25a.5.5 0 01-.866-.5A4.498 4.498 0 017 7.5c1.666 0 3.12.906 3.898 2.25a.5.5 0 11-.866.5A3.498 3.498 0 007 8.5a3.498 3.498 0 00-3.032 1.75zM5.5 5a1 1 0 11-2 0 1 1 0 012 0zM9.5 6a1 1 0 100-2 1 1 0 000 2z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zm-1 0A6 6 0 111 7a6 6 0 0112 0z",fill:e}))),XK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M3.526 4.842a.5.5 0 01.632-.316l2.051.684a2.5 2.5 0 001.582 0l2.05-.684a.5.5 0 01.317.948l-2.453.818a.3.3 0 00-.205.285v.243a4.5 4.5 0 00.475 2.012l.972 1.944a.5.5 0 11-.894.448L7 9.118l-1.053 2.106a.5.5 0 11-.894-.447l.972-1.945A4.5 4.5 0 006.5 6.82v-.243a.3.3 0 00-.205-.285l-2.453-.818a.5.5 0 01-.316-.632z",fill:e}),s.createElement("path",{d:"M7 4.5a1 1 0 100-2 1 1 0 000 2z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 14A7 7 0 107 0a7 7 0 000 14zm0-1A6 6 0 107 1a6 6 0 000 12z",fill:e}))),QK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 15 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 14A7 7 0 107 0a7 7 0 000 14zM8 3.5a1 1 0 11-2 0 1 1 0 012 0zM3.526 4.842a.5.5 0 01.632-.316l2.051.684a2.5 2.5 0 001.582 0l2.05-.684a.5.5 0 01.317.948l-2.453.818a.3.3 0 00-.205.285v.243a4.5 4.5 0 00.475 2.012l.972 1.944a.5.5 0 11-.894.448L7 9.118l-1.053 2.106a.5.5 0 11-.894-.447l.972-1.945A4.5 4.5 0 006.5 6.82v-.243a.3.3 0 00-.205-.285l-2.453-.818a.5.5 0 01-.316-.632z",fill:e})));I.span(({withArrow:e})=>e?{"> svg:last-of-type":{height:"0.7em",width:"0.7em",marginRight:0,marginLeft:"0.25em",bottom:"auto",verticalAlign:"inherit"}}:{},({containsIcon:e})=>e?{svg:{height:"1em",width:"1em",verticalAlign:"middle",position:"relative",bottom:0,marginRight:0}}:{});I.a(({theme:e})=>({display:"inline-block",transition:"all 150ms ease-out",textDecoration:"none",color:e.color.secondary,"&:hover, &:focus":{cursor:"pointer",color:bi(.07,e.color.secondary),"svg path:not([fill])":{fill:bi(.07,e.color.secondary)}},"&:active":{color:bi(.1,e.color.secondary),"svg path:not([fill])":{fill:bi(.1,e.color.secondary)}},svg:{display:"inline-block",height:"1em",width:"1em",verticalAlign:"text-top",position:"relative",bottom:"-0.125em",marginRight:"0.4em","& path":{fill:e.color.secondary}}}),({theme:e,secondary:t,tertiary:r})=>{let n;return t&&(n=[e.textMutedColor,e.color.dark,e.color.darker]),r&&(n=[e.color.dark,e.color.darkest,e.textMutedColor]),n?{color:n[0],"svg path:not([fill])":{fill:n[0]},"&:hover":{color:n[1],"svg path:not([fill])":{fill:n[1]}},"&:active":{color:n[2],"svg path:not([fill])":{fill:n[2]}}}:{}},({nochrome:e})=>e?{color:"inherit","&:hover, &:active":{color:"inherit",textDecoration:"underline"}}:{},({theme:e,inverse:t})=>t?{color:e.color.lightest,":not([fill])":{fill:e.color.lightest},"&:hover":{color:e.color.lighter,"svg path:not([fill])":{fill:e.color.lighter}},"&:active":{color:e.color.light,"svg path:not([fill])":{fill:e.color.light}}}:{},({isButton:e})=>e?{border:0,borderRadius:0,background:"none",padding:0,fontSize:"inherit"}:{});I.div(({theme:e})=>({fontSize:`${e.typography.size.s2}px`,lineHeight:"1.6",h1:{fontSize:`${e.typography.size.l1}px`,fontWeight:e.typography.weight.bold},h2:{fontSize:`${e.typography.size.m2}px`,borderBottom:`1px solid ${e.appBorderColor}`},h3:{fontSize:`${e.typography.size.m1}px`},h4:{fontSize:`${e.typography.size.s3}px`},h5:{fontSize:`${e.typography.size.s2}px`},h6:{fontSize:`${e.typography.size.s2}px`,color:e.color.dark},"pre:not(.prismjs)":{background:"transparent",border:"none",borderRadius:0,padding:0,margin:0},"pre pre, pre.prismjs":{padding:15,margin:0,whiteSpace:"pre-wrap",color:"inherit",fontSize:"13px",lineHeight:"19px"},"pre pre code, pre.prismjs code":{color:"inherit",fontSize:"inherit"},"pre code":{margin:0,padding:0,whiteSpace:"pre",border:"none",background:"transparent"},"pre code, pre tt":{backgroundColor:"transparent",border:"none"},"body > *:first-of-type":{marginTop:"0 !important"},"body > *:last-child":{marginBottom:"0 !important"},a:{color:e.color.secondary,textDecoration:"none"},"a.absent":{color:"#cc0000"},"a.anchor":{display:"block",paddingLeft:30,marginLeft:-30,cursor:"pointer",position:"absolute",top:0,left:0,bottom:0},"h1, h2, h3, h4, h5, h6":{margin:"20px 0 10px",padding:0,cursor:"text",position:"relative","&:first-of-type":{marginTop:0,paddingTop:0},"&:hover a.anchor":{textDecoration:"none"},"& tt, & code":{fontSize:"inherit"}},"h1:first-of-type + h2":{marginTop:0,paddingTop:0},"p, blockquote, ul, ol, dl, li, table, pre":{margin:"15px 0"},hr:{border:"0 none",borderTop:`1px solid ${e.appBorderColor}`,height:4,padding:0},"body > h1:first-of-type, body > h2:first-of-type, body > h3:first-of-type, body > h4:first-of-type, body > h5:first-of-type, body > h6:first-of-type":{marginTop:0,paddingTop:0},"body > h1:first-of-type + h2":{marginTop:0,paddingTop:0},"a:first-of-type h1, a:first-of-type h2, a:first-of-type h3, a:first-of-type h4, a:first-of-type h5, a:first-of-type h6":{marginTop:0,paddingTop:0},"h1 p, h2 p, h3 p, h4 p, h5 p, h6 p":{marginTop:0},"li p.first":{display:"inline-block"},"ul, ol":{paddingLeft:30,"& :first-of-type":{marginTop:0},"& :last-child":{marginBottom:0}},dl:{padding:0},"dl dt":{fontSize:"14px",fontWeight:"bold",fontStyle:"italic",margin:"0 0 15px",padding:"0 15px","&:first-of-type":{padding:0},"& > :first-of-type":{marginTop:0},"& > :last-child":{marginBottom:0}},blockquote:{borderLeft:`4px solid ${e.color.medium}`,padding:"0 15px",color:e.color.dark,"& > :first-of-type":{marginTop:0},"& > :last-child":{marginBottom:0}},table:{padding:0,borderCollapse:"collapse","& tr":{borderTop:`1px solid ${e.appBorderColor}`,backgroundColor:"white",margin:0,padding:0,"& th":{fontWeight:"bold",border:`1px solid ${e.appBorderColor}`,textAlign:"left",margin:0,padding:"6px 13px"},"& td":{border:`1px solid ${e.appBorderColor}`,textAlign:"left",margin:0,padding:"6px 13px"},"&:nth-of-type(2n)":{backgroundColor:e.color.lighter},"& th :first-of-type, & td :first-of-type":{marginTop:0},"& th :last-child, & td :last-child":{marginBottom:0}}},img:{maxWidth:"100%"},"span.frame":{display:"block",overflow:"hidden","& > span":{border:`1px solid ${e.color.medium}`,display:"block",float:"left",overflow:"hidden",margin:"13px 0 0",padding:7,width:"auto"},"& span img":{display:"block",float:"left"},"& span span":{clear:"both",color:e.color.darkest,display:"block",padding:"5px 0 0"}},"span.align-center":{display:"block",overflow:"hidden",clear:"both","& > span":{display:"block",overflow:"hidden",margin:"13px auto 0",textAlign:"center"},"& span img":{margin:"0 auto",textAlign:"center"}},"span.align-right":{display:"block",overflow:"hidden",clear:"both","& > span":{display:"block",overflow:"hidden",margin:"13px 0 0",textAlign:"right"},"& span img":{margin:0,textAlign:"right"}},"span.float-left":{display:"block",marginRight:13,overflow:"hidden",float:"left","& span":{margin:"13px 0 0"}},"span.float-right":{display:"block",marginLeft:13,overflow:"hidden",float:"right","& > span":{display:"block",overflow:"hidden",margin:"13px auto 0",textAlign:"right"}},"code, tt":{margin:"0 2px",padding:"0 5px",whiteSpace:"nowrap",border:`1px solid ${e.color.mediumlight}`,backgroundColor:e.color.lighter,borderRadius:3,color:e.base==="dark"?e.color.darkest:e.color.dark}}));var fa=[],gl=null,ZK=s.lazy(async()=>{let{SyntaxHighlighter:e}=await Promise.resolve().then(()=>(of(),Ly));return fa.length>0&&(fa.forEach(t=>{e.registerLanguage(...t)}),fa=[]),gl===null&&(gl=e),{default:c(t=>z.createElement(e,{...t}),"default")}}),JK=s.lazy(async()=>{let[{SyntaxHighlighter:e},{formatter:t}]=await Promise.all([Promise.resolve().then(()=>(of(),Ly)),Promise.resolve().then(()=>(nU(),oR))]);return fa.length>0&&(fa.forEach(r=>{e.registerLanguage(...r)}),fa=[]),gl===null&&(gl=e),{default:c(r=>z.createElement(e,{...r,formatter:t}),"default")}}),eX=c(e=>z.createElement(s.Suspense,{fallback:z.createElement("div",null)},e.format!==!1?z.createElement(JK,{...e}):z.createElement(ZK,{...e})),"SyntaxHighlighter");eX.registerLanguage=(...e)=>{if(gl!==null){gl.registerLanguage(...e);return}fa.push(e)};of();CA();var Dz={};kl(Dz,{Close:()=>ST,Content:()=>DT,Description:()=>CT,Dialog:()=>J4,DialogClose:()=>s3,DialogContent:()=>o3,DialogDescription:()=>l3,DialogOverlay:()=>n3,DialogPortal:()=>r3,DialogTitle:()=>i3,DialogTrigger:()=>e3,Overlay:()=>xT,Portal:()=>bT,Root:()=>wT,Title:()=>ET,Trigger:()=>YX,WarningProvider:()=>UX,createDialogScope:()=>$X});zy();Ra();function Ez(e,t){let r=s.createContext(t),n=c(a=>{let{children:i,...l}=a,u=s.useMemo(()=>l,Object.values(l));return A.jsx(r.Provider,{value:u,children:i})},"Provider");n.displayName=e+"Provider";function o(a){let i=s.useContext(r);if(i)return i;if(t!==void 0)return t;throw new Error(`\`${a}\` must be used within \`${e}\``)}return c(o,"useContext2"),[n,o]}c(Ez,"createContext2");function Cz(e,t=[]){let r=[];function n(a,i){let l=s.createContext(i),u=r.length;r=[...r,i];let d=c(h=>{var b;let{scope:f,children:m,...g}=h,v=((b=f==null?void 0:f[e])==null?void 0:b[u])||l,D=s.useMemo(()=>g,Object.values(g));return A.jsx(v.Provider,{value:D,children:m})},"Provider");d.displayName=a+"Provider";function p(h,f){var v;let m=((v=f==null?void 0:f[e])==null?void 0:v[u])||l,g=s.useContext(m);if(g)return g;if(i!==void 0)return i;throw new Error(`\`${h}\` must be used within \`${a}\``)}return c(p,"useContext2"),[d,p]}c(n,"createContext3");let o=c(()=>{let a=r.map(i=>s.createContext(i));return c(function(i){let l=(i==null?void 0:i[e])||a;return s.useMemo(()=>({[`__scope${e}`]:{...i,[e]:l}}),[i,l])},"useScope")},"createScope");return o.scopeName=e,[n,Sz(o,...t)]}c(Cz,"createContextScope");function Sz(...e){let t=e[0];if(e.length===1)return t;let r=c(()=>{let n=e.map(o=>({useScope:o(),scopeName:o.scopeName}));return c(function(o){let a=n.reduce((i,{useScope:l,scopeName:u})=>{let d=l(o)[`__scope${u}`];return{...i,...d}},{});return s.useMemo(()=>({[`__scope${t.scopeName}`]:a}),[a])},"useComposedScopes")},"createScope");return r.scopeName=t.scopeName,r}c(Sz,"composeContextScopes");Zu();var tX=s.useId||(()=>{}),rX=0;function G0(e){let[t,r]=s.useState(tX());return bo(()=>{e||r(n=>n??String(rX++))},[e]),e||(t?`radix-${t}`:"")}c(G0,"useId");Ju();function kz({prop:e,defaultProp:t,onChange:r=c(()=>{},"onChange")}){let[n,o]=Az({defaultProp:t,onChange:r}),a=e!==void 0,i=a?e:n,l=ft(r),u=s.useCallback(d=>{if(a){let p=typeof d=="function"?d(e):d;p!==e&&l(p)}else o(d)},[a,e,o,l]);return[i,u]}c(kz,"useControllableState");function Az({defaultProp:e,onChange:t}){let r=s.useState(e),[n]=r,o=s.useRef(n),a=ft(t);return s.useEffect(()=>{o.current!==n&&(a(n),o.current=n)},[n,o,a]),r}c(Az,"useUncontrolledState");zy();Qu();Ra();Ju();Ju();function Fz(e,t=globalThis==null?void 0:globalThis.document){let r=ft(e);s.useEffect(()=>{let n=c(o=>{o.key==="Escape"&&r(o)},"handleKeyDown");return t.addEventListener("keydown",n,{capture:!0}),()=>t.removeEventListener("keydown",n,{capture:!0})},[r,t])}c(Fz,"useEscapeKeydown");var nX="DismissableLayer",P5="dismissableLayer.update",oX="dismissableLayer.pointerDownOutside",aX="dismissableLayer.focusOutside",eD,_z=s.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),Iz=s.forwardRef((e,t)=>{let{disableOutsidePointerEvents:r=!1,onEscapeKeyDown:n,onPointerDownOutside:o,onFocusOutside:a,onInteractOutside:i,onDismiss:l,...u}=e,d=s.useContext(_z),[p,h]=s.useState(null),f=(p==null?void 0:p.ownerDocument)??(globalThis==null?void 0:globalThis.document),[,m]=s.useState({}),g=ct(t,C=>h(C)),v=Array.from(d.layers),[D]=[...d.layersWithOutsidePointerEventsDisabled].slice(-1),b=v.indexOf(D),w=p?v.indexOf(p):-1,y=d.layersWithOutsidePointerEventsDisabled.size>0,x=w>=b,E=Rz(C=>{let k=C.target,F=[...d.branches].some(_=>_.contains(k));!x||F||(o==null||o(C),i==null||i(C),C.defaultPrevented||(l==null||l()))},f),S=zz(C=>{let k=C.target;[...d.branches].some(F=>F.contains(k))||(a==null||a(C),i==null||i(C),C.defaultPrevented||(l==null||l()))},f);return Fz(C=>{w===d.layers.size-1&&(n==null||n(C),!C.defaultPrevented&&l&&(C.preventDefault(),l()))},f),s.useEffect(()=>{if(p)return r&&(d.layersWithOutsidePointerEventsDisabled.size===0&&(eD=f.body.style.pointerEvents,f.body.style.pointerEvents="none"),d.layersWithOutsidePointerEventsDisabled.add(p)),d.layers.add(p),N5(),()=>{r&&d.layersWithOutsidePointerEventsDisabled.size===1&&(f.body.style.pointerEvents=eD)}},[p,f,r,d]),s.useEffect(()=>()=>{p&&(d.layers.delete(p),d.layersWithOutsidePointerEventsDisabled.delete(p),N5())},[p,d]),s.useEffect(()=>{let C=c(()=>m({}),"handleUpdate");return document.addEventListener(P5,C),()=>document.removeEventListener(P5,C)},[]),A.jsx(dt.div,{...u,ref:g,style:{pointerEvents:y?x?"auto":"none":void 0,...e.style},onFocusCapture:tt(e.onFocusCapture,S.onFocusCapture),onBlurCapture:tt(e.onBlurCapture,S.onBlurCapture),onPointerDownCapture:tt(e.onPointerDownCapture,E.onPointerDownCapture)})});Iz.displayName=nX;var iX="DismissableLayerBranch",lX=s.forwardRef((e,t)=>{let r=s.useContext(_z),n=s.useRef(null),o=ct(t,n);return s.useEffect(()=>{let a=n.current;if(a)return r.branches.add(a),()=>{r.branches.delete(a)}},[r.branches]),A.jsx(dt.div,{...e,ref:o})});lX.displayName=iX;function Rz(e,t=globalThis==null?void 0:globalThis.document){let r=ft(e),n=s.useRef(!1),o=s.useRef(()=>{});return s.useEffect(()=>{let a=c(l=>{if(l.target&&!n.current){let u=c(function(){K4(oX,r,d,{discrete:!0})},"handleAndDispatchPointerDownOutsideEvent2"),d={originalEvent:l};l.pointerType==="touch"?(t.removeEventListener("click",o.current),o.current=u,t.addEventListener("click",o.current,{once:!0})):u()}else t.removeEventListener("click",o.current);n.current=!1},"handlePointerDown"),i=window.setTimeout(()=>{t.addEventListener("pointerdown",a)},0);return()=>{window.clearTimeout(i),t.removeEventListener("pointerdown",a),t.removeEventListener("click",o.current)}},[t,r]),{onPointerDownCapture:c(()=>n.current=!0,"onPointerDownCapture")}}c(Rz,"usePointerDownOutside");function zz(e,t=globalThis==null?void 0:globalThis.document){let r=ft(e),n=s.useRef(!1);return s.useEffect(()=>{let o=c(a=>{a.target&&!n.current&&K4(aX,r,{originalEvent:a},{discrete:!1})},"handleFocus");return t.addEventListener("focusin",o),()=>t.removeEventListener("focusin",o)},[t,r]),{onFocusCapture:c(()=>n.current=!0,"onFocusCapture"),onBlurCapture:c(()=>n.current=!1,"onBlurCapture")}}c(zz,"useFocusOutside");function N5(){let e=new CustomEvent(P5);document.dispatchEvent(e)}c(N5,"dispatchUpdate");function K4(e,t,r,{discrete:n}){let o=r.originalEvent.target,a=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:r});t&&o.addEventListener(e,t,{once:!0}),n?AA(o,a):o.dispatchEvent(a)}c(K4,"handleAndDispatchCustomEvent");Ra();Qu();Ju();var rg="focusScope.autoFocusOnMount",ng="focusScope.autoFocusOnUnmount",tD={bubbles:!1,cancelable:!0},sX="FocusScope",Tz=s.forwardRef((e,t)=>{let{loop:r=!1,trapped:n=!1,onMountAutoFocus:o,onUnmountAutoFocus:a,...i}=e,[l,u]=s.useState(null),d=ft(o),p=ft(a),h=s.useRef(null),f=ct(t,v=>u(v)),m=s.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;s.useEffect(()=>{if(n){let v=c(function(y){if(m.paused||!l)return;let x=y.target;l.contains(x)?h.current=x:An(h.current,{select:!0})},"handleFocusIn2"),D=c(function(y){if(m.paused||!l)return;let x=y.relatedTarget;x!==null&&(l.contains(x)||An(h.current,{select:!0}))},"handleFocusOut2"),b=c(function(y){if(document.activeElement===document.body)for(let x of y)x.removedNodes.length>0&&An(l)},"handleMutations2");document.addEventListener("focusin",v),document.addEventListener("focusout",D);let w=new MutationObserver(b);return l&&w.observe(l,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",v),document.removeEventListener("focusout",D),w.disconnect()}}},[n,l,m.paused]),s.useEffect(()=>{if(l){rD.add(m);let v=document.activeElement;if(!l.contains(v)){let D=new CustomEvent(rg,tD);l.addEventListener(rg,d),l.dispatchEvent(D),D.defaultPrevented||(Bz(Pz(X4(l)),{select:!0}),document.activeElement===v&&An(l))}return()=>{l.removeEventListener(rg,d),setTimeout(()=>{let D=new CustomEvent(ng,tD);l.addEventListener(ng,p),l.dispatchEvent(D),D.defaultPrevented||An(v??document.body,{select:!0}),l.removeEventListener(ng,p),rD.remove(m)},0)}}},[l,d,p,m]);let g=s.useCallback(v=>{if(!r&&!n||m.paused)return;let D=v.key==="Tab"&&!v.altKey&&!v.ctrlKey&&!v.metaKey,b=document.activeElement;if(D&&b){let w=v.currentTarget,[y,x]=Lz(w);y&&x?!v.shiftKey&&b===x?(v.preventDefault(),r&&An(y,{select:!0})):v.shiftKey&&b===y&&(v.preventDefault(),r&&An(x,{select:!0})):b===w&&v.preventDefault()}},[r,n,m.paused]);return A.jsx(dt.div,{tabIndex:-1,...i,ref:f,onKeyDown:g})});Tz.displayName=sX;function Bz(e,{select:t=!1}={}){let r=document.activeElement;for(let n of e)if(An(n,{select:t}),document.activeElement!==r)return}c(Bz,"focusFirst");function Lz(e){let t=X4(e),r=j5(t,e),n=j5(t.reverse(),e);return[r,n]}c(Lz,"getTabbableEdges");function X4(e){let t=[],r=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:c(n=>{let o=n.tagName==="INPUT"&&n.type==="hidden";return n.disabled||n.hidden||o?NodeFilter.FILTER_SKIP:n.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP},"acceptNode")});for(;r.nextNode();)t.push(r.currentNode);return t}c(X4,"getTabbableCandidates");function j5(e,t){for(let r of e)if(!Mz(r,{upTo:t}))return r}c(j5,"findVisible");function Mz(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}c(Mz,"isHidden");function Oz(e){return e instanceof HTMLInputElement&&"select"in e}c(Oz,"isSelectableInput");function An(e,{select:t=!1}={}){if(e&&e.focus){let r=document.activeElement;e.focus({preventScroll:!0}),e!==r&&Oz(e)&&t&&e.select()}}c(An,"focus");var rD=$z();function $z(){let e=[];return{add(t){let r=e[0];t!==r&&(r==null||r.pause()),e=H5(e,t),e.unshift(t)},remove(t){var r;e=H5(e,t),(r=e[0])==null||r.resume()}}}c($z,"createFocusScopesStack");function H5(e,t){let r=[...e],n=r.indexOf(t);return n!==-1&&r.splice(n,1),r}c(H5,"arrayRemove");function Pz(e){return e.filter(t=>t.tagName!=="A")}c(Pz,"removeLinks");Qu();Zu();var uX="Portal",Nz=s.forwardRef((e,t)=>{var l;let{container:r,...n}=e,[o,a]=s.useState(!1);bo(()=>a(!0),[]);let i=r||o&&((l=globalThis==null?void 0:globalThis.document)==null?void 0:l.body);return i?HC.createPortal(A.jsx(dt.div,{...n,ref:t}),i):null});Nz.displayName=uX;Ra();Zu();function jz(e,t){return s.useReducer((r,n)=>t[r][n]??r,e)}c(jz,"useStateMachine");var Of=c(e=>{let{present:t,children:r}=e,n=Hz(t),o=typeof r=="function"?r({present:n.isPresent}):s.Children.only(r),a=ct(n.ref,Vz(o));return typeof r=="function"||n.isPresent?s.cloneElement(o,{ref:a}):null},"Presence");Of.displayName="Presence";function Hz(e){let[t,r]=s.useState(),n=s.useRef({}),o=s.useRef(e),a=s.useRef("none"),i=e?"mounted":"unmounted",[l,u]=jz(i,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return s.useEffect(()=>{let d=Ss(n.current);a.current=l==="mounted"?d:"none"},[l]),bo(()=>{let d=n.current,p=o.current;if(p!==e){let h=a.current,f=Ss(d);e?u("MOUNT"):f==="none"||(d==null?void 0:d.display)==="none"?u("UNMOUNT"):u(p&&h!==f?"ANIMATION_OUT":"UNMOUNT"),o.current=e}},[e,u]),bo(()=>{if(t){let d,p=t.ownerDocument.defaultView??window,h=c(m=>{let g=Ss(n.current).includes(m.animationName);if(m.target===t&&g&&(u("ANIMATION_END"),!o.current)){let v=t.style.animationFillMode;t.style.animationFillMode="forwards",d=p.setTimeout(()=>{t.style.animationFillMode==="forwards"&&(t.style.animationFillMode=v)})}},"handleAnimationEnd"),f=c(m=>{m.target===t&&(a.current=Ss(n.current))},"handleAnimationStart");return t.addEventListener("animationstart",f),t.addEventListener("animationcancel",h),t.addEventListener("animationend",h),()=>{p.clearTimeout(d),t.removeEventListener("animationstart",f),t.removeEventListener("animationcancel",h),t.removeEventListener("animationend",h)}}else u("ANIMATION_END")},[t,u]),{isPresent:["mounted","unmountSuspended"].includes(l),ref:s.useCallback(d=>{d&&(n.current=getComputedStyle(d)),r(d)},[])}}c(Hz,"usePresence");function Ss(e){return(e==null?void 0:e.animationName)||"none"}c(Ss,"getAnimationName");function Vz(e){var n,o;let t=(n=Object.getOwnPropertyDescriptor(e.props,"ref"))==null?void 0:n.get,r=t&&"isReactWarning"in t&&t.isReactWarning;return r?e.ref:(t=(o=Object.getOwnPropertyDescriptor(e,"ref"))==null?void 0:o.get,r=t&&"isReactWarning"in t&&t.isReactWarning,r?e.props.ref:e.props.ref||e.ref)}c(Vz,"getElementRef");Qu();var og=0;function Uz(){s.useEffect(()=>{let e=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",e[0]??V5()),document.body.insertAdjacentElement("beforeend",e[1]??V5()),og++,()=>{og===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(t=>t.remove()),og--}},[])}c(Uz,"useFocusGuards");function V5(){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}c(V5,"createFocusGuard");var Qr=c(function(){return Qr=Object.assign||c(function(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e},"__assign"),Qr.apply(this,arguments)},"__assign");function Q4(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]]);return r}c(Q4,"__rest");function Wz(e,t,r){if(r||arguments.length===2)for(var n=0,o=t.length,a;n<o;n++)(a||!(n in t))&&(a||(a=Array.prototype.slice.call(t,0,n)),a[n]=t[n]);return e.concat(a||Array.prototype.slice.call(t))}c(Wz,"__spreadArray");var Y0="right-scroll-bar-position",K0="width-before-scroll-bar",cX="with-scroll-bars-hidden",dX="--removed-body-scroll-bar-size";function X0(e,t){return typeof e=="function"?e(t):e&&(e.current=t),e}c(X0,"assignRef");function qz(e,t){var r=s.useState(function(){return{value:e,callback:t,facade:{get current(){return r.value},set current(n){var o=r.value;o!==n&&(r.value=n,r.callback(n,o))}}}})[0];return r.callback=t,r.facade}c(qz,"useCallbackRef");var nD=new WeakMap;function Gz(e,t){var r=qz(t||null,function(n){return e.forEach(function(o){return X0(o,n)})});return s.useLayoutEffect(function(){var n=nD.get(r);if(n){var o=new Set(n),a=new Set(e),i=r.current;o.forEach(function(l){a.has(l)||X0(l,null)}),a.forEach(function(l){o.has(l)||X0(l,i)})}nD.set(r,e)},[e]),r}c(Gz,"useMergeRefs");function Yz(e){return e}c(Yz,"ItoI");function Kz(e,t){t===void 0&&(t=Yz);var r=[],n=!1,o={read:c(function(){if(n)throw new Error("Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.");return r.length?r[r.length-1]:e},"read"),useMedium:c(function(a){var i=t(a,n);return r.push(i),function(){r=r.filter(function(l){return l!==i})}},"useMedium"),assignSyncMedium:c(function(a){for(n=!0;r.length;){var i=r;r=[],i.forEach(a)}r={push:c(function(l){return a(l)},"push"),filter:c(function(){return r},"filter")}},"assignSyncMedium"),assignMedium:c(function(a){n=!0;var i=[];if(r.length){var l=r;r=[],l.forEach(a),i=r}var u=c(function(){var p=i;i=[],p.forEach(a)},"executeQueue"),d=c(function(){return Promise.resolve().then(u)},"cycle");d(),r={push:c(function(p){i.push(p),d()},"push"),filter:c(function(p){return i=i.filter(p),r},"filter")}},"assignMedium")};return o}c(Kz,"innerCreateMedium");function Xz(e){e===void 0&&(e={});var t=Kz(null);return t.options=Qr({async:!0,ssr:!1},e),t}c(Xz,"createSidecarMedium");var Qz=c(function(e){var t=e.sideCar,r=Q4(e,["sideCar"]);if(!t)throw new Error("Sidecar: please provide `sideCar` property to import the right car");var n=t.read();if(!n)throw new Error("Sidecar medium not found");return s.createElement(n,Qr({},r))},"SideCar");Qz.isSideCarExport=!0;function Zz(e,t){return e.useMedium(t),Qz}c(Zz,"exportSidecar");var Jz=Xz(),ag=c(function(){},"nothing"),$f=s.forwardRef(function(e,t){var r=s.useRef(null),n=s.useState({onScrollCapture:ag,onWheelCapture:ag,onTouchMoveCapture:ag}),o=n[0],a=n[1],i=e.forwardProps,l=e.children,u=e.className,d=e.removeScrollBar,p=e.enabled,h=e.shards,f=e.sideCar,m=e.noIsolation,g=e.inert,v=e.allowPinchZoom,D=e.as,b=D===void 0?"div":D,w=e.gapMode,y=Q4(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noIsolation","inert","allowPinchZoom","as","gapMode"]),x=f,E=Gz([r,t]),S=Qr(Qr({},y),o);return s.createElement(s.Fragment,null,p&&s.createElement(x,{sideCar:Jz,removeScrollBar:d,shards:h,noIsolation:m,inert:g,setCallbacks:a,allowPinchZoom:!!v,lockRef:r,gapMode:w}),i?s.cloneElement(s.Children.only(l),Qr(Qr({},S),{ref:E})):s.createElement(b,Qr({},S,{className:u,ref:E}),l))});$f.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1};$f.classNames={fullWidth:K0,zeroRight:Y0};var fX=c(function(){if(typeof __webpack_nonce__<"u")return __webpack_nonce__},"getNonce");function eT(){if(!document)return null;var e=document.createElement("style");e.type="text/css";var t=fX();return t&&e.setAttribute("nonce",t),e}c(eT,"makeStyleTag");function tT(e,t){e.styleSheet?e.styleSheet.cssText=t:e.appendChild(document.createTextNode(t))}c(tT,"injectStyles");function rT(e){var t=document.head||document.getElementsByTagName("head")[0];t.appendChild(e)}c(rT,"insertStyleTag");var pX=c(function(){var e=0,t=null;return{add:c(function(r){e==0&&(t=eT())&&(tT(t,r),rT(t)),e++},"add"),remove:c(function(){e--,!e&&t&&(t.parentNode&&t.parentNode.removeChild(t),t=null)},"remove")}},"stylesheetSingleton"),hX=c(function(){var e=pX();return function(t,r){s.useEffect(function(){return e.add(t),function(){e.remove()}},[t&&r])}},"styleHookSingleton"),nT=c(function(){var e=hX(),t=c(function(r){var n=r.styles,o=r.dynamic;return e(n,o),null},"Sheet");return t},"styleSingleton"),mX={left:0,top:0,right:0,gap:0},ig=c(function(e){return parseInt(e||"",10)||0},"parse"),gX=c(function(e){var t=window.getComputedStyle(document.body),r=t[e==="padding"?"paddingLeft":"marginLeft"],n=t[e==="padding"?"paddingTop":"marginTop"],o=t[e==="padding"?"paddingRight":"marginRight"];return[ig(r),ig(n),ig(o)]},"getOffset"),vX=c(function(e){if(e===void 0&&(e="margin"),typeof window>"u")return mX;var t=gX(e),r=document.documentElement.clientWidth,n=window.innerWidth;return{left:t[0],top:t[1],right:t[2],gap:Math.max(0,n-r+t[2]-t[0])}},"getGapWidth"),yX=nT(),Pi="data-scroll-locked",wX=c(function(e,t,r,n){var o=e.left,a=e.top,i=e.right,l=e.gap;return r===void 0&&(r="margin"),`
|
488
|
+
.`.concat(cX,` {
|
489
|
+
overflow: hidden `).concat(n,`;
|
490
|
+
padding-right: `).concat(l,"px ").concat(n,`;
|
491
|
+
}
|
492
|
+
body[`).concat(Pi,`] {
|
493
|
+
overflow: hidden `).concat(n,`;
|
494
|
+
overscroll-behavior: contain;
|
495
|
+
`).concat([t&&"position: relative ".concat(n,";"),r==="margin"&&`
|
496
|
+
padding-left: `.concat(o,`px;
|
497
|
+
padding-top: `).concat(a,`px;
|
498
|
+
padding-right: `).concat(i,`px;
|
499
|
+
margin-left:0;
|
500
|
+
margin-top:0;
|
501
|
+
margin-right: `).concat(l,"px ").concat(n,`;
|
502
|
+
`),r==="padding"&&"padding-right: ".concat(l,"px ").concat(n,";")].filter(Boolean).join(""),`
|
503
|
+
}
|
504
|
+
|
505
|
+
.`).concat(Y0,` {
|
506
|
+
right: `).concat(l,"px ").concat(n,`;
|
507
|
+
}
|
508
|
+
|
509
|
+
.`).concat(K0,` {
|
510
|
+
margin-right: `).concat(l,"px ").concat(n,`;
|
511
|
+
}
|
512
|
+
|
513
|
+
.`).concat(Y0," .").concat(Y0,` {
|
514
|
+
right: 0 `).concat(n,`;
|
515
|
+
}
|
516
|
+
|
517
|
+
.`).concat(K0," .").concat(K0,` {
|
518
|
+
margin-right: 0 `).concat(n,`;
|
519
|
+
}
|
520
|
+
|
521
|
+
body[`).concat(Pi,`] {
|
522
|
+
`).concat(dX,": ").concat(l,`px;
|
523
|
+
}
|
524
|
+
`)},"getStyles"),oD=c(function(){var e=parseInt(document.body.getAttribute(Pi)||"0",10);return isFinite(e)?e:0},"getCurrentUseCounter"),bX=c(function(){s.useEffect(function(){return document.body.setAttribute(Pi,(oD()+1).toString()),function(){var e=oD()-1;e<=0?document.body.removeAttribute(Pi):document.body.setAttribute(Pi,e.toString())}},[])},"useLockAttribute"),xX=c(function(e){var t=e.noRelative,r=e.noImportant,n=e.gapMode,o=n===void 0?"margin":n;bX();var a=s.useMemo(function(){return vX(o)},[o]);return s.createElement(yX,{styles:wX(a,!t,o,r?"":"!important")})},"RemoveScrollBar"),U5=!1;if(typeof window<"u")try{ls=Object.defineProperty({},"passive",{get:c(function(){return U5=!0,!0},"get")}),window.addEventListener("test",ls,ls),window.removeEventListener("test",ls,ls)}catch{U5=!1}var ls,Xa=U5?{passive:!1}:!1,DX=c(function(e){return e.tagName==="TEXTAREA"},"alwaysContainsScroll"),oT=c(function(e,t){if(!(e instanceof Element))return!1;var r=window.getComputedStyle(e);return r[t]!=="hidden"&&!(r.overflowY===r.overflowX&&!DX(e)&&r[t]==="visible")},"elementCanBeScrolled"),EX=c(function(e){return oT(e,"overflowY")},"elementCouldBeVScrolled"),CX=c(function(e){return oT(e,"overflowX")},"elementCouldBeHScrolled"),aD=c(function(e,t){var r=t.ownerDocument,n=t;do{typeof ShadowRoot<"u"&&n instanceof ShadowRoot&&(n=n.host);var o=aT(e,n);if(o){var a=iT(e,n),i=a[1],l=a[2];if(i>l)return!0}n=n.parentNode}while(n&&n!==r.body);return!1},"locationCouldBeScrolled"),SX=c(function(e){var t=e.scrollTop,r=e.scrollHeight,n=e.clientHeight;return[t,r,n]},"getVScrollVariables"),kX=c(function(e){var t=e.scrollLeft,r=e.scrollWidth,n=e.clientWidth;return[t,r,n]},"getHScrollVariables"),aT=c(function(e,t){return e==="v"?EX(t):CX(t)},"elementCouldBeScrolled"),iT=c(function(e,t){return e==="v"?SX(t):kX(t)},"getScrollVariables"),AX=c(function(e,t){return e==="h"&&t==="rtl"?-1:1},"getDirectionFactor"),FX=c(function(e,t,r,n,o){var a=AX(e,window.getComputedStyle(t).direction),i=a*n,l=r.target,u=t.contains(l),d=!1,p=i>0,h=0,f=0;do{var m=iT(e,l),g=m[0],v=m[1],D=m[2],b=v-D-a*g;(g||b)&&aT(e,l)&&(h+=b,f+=g),l instanceof ShadowRoot?l=l.host:l=l.parentNode}while(!u&&l!==document.body||u&&(t.contains(l)||t===l));return(p&&(o&&Math.abs(h)<1||!o&&i>h)||!p&&(o&&Math.abs(f)<1||!o&&-i>f))&&(d=!0),d},"handleScroll"),c0=c(function(e){return"changedTouches"in e?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0]},"getTouchXY"),iD=c(function(e){return[e.deltaX,e.deltaY]},"getDeltaXY"),lD=c(function(e){return e&&"current"in e?e.current:e},"extractRef"),_X=c(function(e,t){return e[0]===t[0]&&e[1]===t[1]},"deltaCompare"),IX=c(function(e){return`
|
525
|
+
.block-interactivity-`.concat(e,` {pointer-events: none;}
|
526
|
+
.allow-interactivity-`).concat(e,` {pointer-events: all;}
|
527
|
+
`)},"generateStyle"),RX=0,Qa=[];function lT(e){var t=s.useRef([]),r=s.useRef([0,0]),n=s.useRef(),o=s.useState(RX++)[0],a=s.useState(nT)[0],i=s.useRef(e);s.useEffect(function(){i.current=e},[e]),s.useEffect(function(){if(e.inert){document.body.classList.add("block-interactivity-".concat(o));var v=Wz([e.lockRef.current],(e.shards||[]).map(lD),!0).filter(Boolean);return v.forEach(function(D){return D.classList.add("allow-interactivity-".concat(o))}),function(){document.body.classList.remove("block-interactivity-".concat(o)),v.forEach(function(D){return D.classList.remove("allow-interactivity-".concat(o))})}}},[e.inert,e.lockRef.current,e.shards]);var l=s.useCallback(function(v,D){if("touches"in v&&v.touches.length===2||v.type==="wheel"&&v.ctrlKey)return!i.current.allowPinchZoom;var b=c0(v),w=r.current,y="deltaX"in v?v.deltaX:w[0]-b[0],x="deltaY"in v?v.deltaY:w[1]-b[1],E,S=v.target,C=Math.abs(y)>Math.abs(x)?"h":"v";if("touches"in v&&C==="h"&&S.type==="range")return!1;var k=aD(C,S);if(!k)return!0;if(k?E=C:(E=C==="v"?"h":"v",k=aD(C,S)),!k)return!1;if(!n.current&&"changedTouches"in v&&(y||x)&&(n.current=E),!E)return!0;var F=n.current||E;return FX(F,D,v,F==="h"?y:x,!0)},[]),u=s.useCallback(function(v){var D=v;if(!(!Qa.length||Qa[Qa.length-1]!==a)){var b="deltaY"in D?iD(D):c0(D),w=t.current.filter(function(E){return E.name===D.type&&(E.target===D.target||D.target===E.shadowParent)&&_X(E.delta,b)})[0];if(w&&w.should){D.cancelable&&D.preventDefault();return}if(!w){var y=(i.current.shards||[]).map(lD).filter(Boolean).filter(function(E){return E.contains(D.target)}),x=y.length>0?l(D,y[0]):!i.current.noIsolation;x&&D.cancelable&&D.preventDefault()}}},[]),d=s.useCallback(function(v,D,b,w){var y={name:v,delta:D,target:b,should:w,shadowParent:sT(b)};t.current.push(y),setTimeout(function(){t.current=t.current.filter(function(x){return x!==y})},1)},[]),p=s.useCallback(function(v){r.current=c0(v),n.current=void 0},[]),h=s.useCallback(function(v){d(v.type,iD(v),v.target,l(v,e.lockRef.current))},[]),f=s.useCallback(function(v){d(v.type,c0(v),v.target,l(v,e.lockRef.current))},[]);s.useEffect(function(){return Qa.push(a),e.setCallbacks({onScrollCapture:h,onWheelCapture:h,onTouchMoveCapture:f}),document.addEventListener("wheel",u,Xa),document.addEventListener("touchmove",u,Xa),document.addEventListener("touchstart",p,Xa),function(){Qa=Qa.filter(function(v){return v!==a}),document.removeEventListener("wheel",u,Xa),document.removeEventListener("touchmove",u,Xa),document.removeEventListener("touchstart",p,Xa)}},[]);var m=e.removeScrollBar,g=e.inert;return s.createElement(s.Fragment,null,g?s.createElement(a,{styles:IX(o)}):null,m?s.createElement(xX,{gapMode:e.gapMode}):null)}c(lT,"RemoveScrollSideCar");function sT(e){for(var t=null;e!==null;)e instanceof ShadowRoot&&(t=e.host,e=e.host),e=e.parentNode;return t}c(sT,"getOutermostShadowParent");var zX=Zz(Jz,lT),uT=s.forwardRef(function(e,t){return s.createElement($f,Qr({},e,{ref:t,sideCar:zX}))});uT.classNames=$f.classNames;var TX=uT,BX=c(function(e){if(typeof document>"u")return null;var t=Array.isArray(e)?e[0]:e;return t.ownerDocument.body},"getDefaultParent"),Za=new WeakMap,d0=new WeakMap,f0={},lg=0,cT=c(function(e){return e&&(e.host||cT(e.parentNode))},"unwrapHost"),LX=c(function(e,t){return t.map(function(r){if(e.contains(r))return r;var n=cT(r);return n&&e.contains(n)?n:(console.error("aria-hidden",r,"in not contained inside",e,". Doing nothing"),null)}).filter(function(r){return!!r})},"correctTargets"),MX=c(function(e,t,r,n){var o=LX(t,Array.isArray(e)?e:[e]);f0[r]||(f0[r]=new WeakMap);var a=f0[r],i=[],l=new Set,u=new Set(o),d=c(function(h){!h||l.has(h)||(l.add(h),d(h.parentNode))},"keep");o.forEach(d);var p=c(function(h){!h||u.has(h)||Array.prototype.forEach.call(h.children,function(f){if(l.has(f))p(f);else{var m=f.getAttribute(n),g=m!==null&&m!=="false",v=(Za.get(f)||0)+1,D=(a.get(f)||0)+1;Za.set(f,v),a.set(f,D),i.push(f),v===1&&g&&d0.set(f,!0),D===1&&f.setAttribute(r,"true"),g||f.setAttribute(n,"true")}})},"deep");return p(t),l.clear(),lg++,function(){i.forEach(function(h){var f=Za.get(h)-1,m=a.get(h)-1;Za.set(h,f),a.set(h,m),f||(d0.has(h)||h.removeAttribute(n),d0.delete(h)),m||h.removeAttribute(r)}),lg--,lg||(Za=new WeakMap,Za=new WeakMap,d0=new WeakMap,f0={})}},"applyAttributeToOthers"),OX=c(function(e,t,r){r===void 0&&(r="data-aria-hidden");var n=Array.from(Array.isArray(e)?e:[e]),o=t||BX(e);return o?(n.push.apply(n,Array.from(o.querySelectorAll("[aria-live]"))),MX(n,o,r,"aria-hidden")):function(){return null}},"hideOthers");Ry();var Z4="Dialog",[dT,$X]=Cz(Z4),[PX,Tr]=dT(Z4),J4=c(e=>{let{__scopeDialog:t,children:r,open:n,defaultOpen:o,onOpenChange:a,modal:i=!0}=e,l=s.useRef(null),u=s.useRef(null),[d=!1,p]=kz({prop:n,defaultProp:o,onChange:a});return A.jsx(PX,{scope:t,triggerRef:l,contentRef:u,contentId:G0(),titleId:G0(),descriptionId:G0(),open:d,onOpenChange:p,onOpenToggle:s.useCallback(()=>p(h=>!h),[p]),modal:i,children:r})},"Dialog");J4.displayName=Z4;var fT="DialogTrigger",e3=s.forwardRef((e,t)=>{let{__scopeDialog:r,...n}=e,o=Tr(fT,r),a=ct(t,o.triggerRef);return A.jsx(dt.button,{type:"button","aria-haspopup":"dialog","aria-expanded":o.open,"aria-controls":o.contentId,"data-state":Pf(o.open),...n,ref:a,onClick:tt(e.onClick,o.onOpenToggle)})});e3.displayName=fT;var t3="DialogPortal",[NX,pT]=dT(t3,{forceMount:void 0}),r3=c(e=>{let{__scopeDialog:t,forceMount:r,children:n,container:o}=e,a=Tr(t3,t);return A.jsx(NX,{scope:t,forceMount:r,children:s.Children.map(n,i=>A.jsx(Of,{present:r||a.open,children:A.jsx(Nz,{asChild:!0,container:o,children:i})}))})},"DialogPortal");r3.displayName=t3;var g1="DialogOverlay",n3=s.forwardRef((e,t)=>{let r=pT(g1,e.__scopeDialog),{forceMount:n=r.forceMount,...o}=e,a=Tr(g1,e.__scopeDialog);return a.modal?A.jsx(Of,{present:n||a.open,children:A.jsx(jX,{...o,ref:t})}):null});n3.displayName=g1;var jX=s.forwardRef((e,t)=>{let{__scopeDialog:r,...n}=e,o=Tr(g1,r);return A.jsx(TX,{as:Du,allowPinchZoom:!0,shards:[o.contentRef],children:A.jsx(dt.div,{"data-state":Pf(o.open),...n,ref:t,style:{pointerEvents:"auto",...n.style}})})}),Fa="DialogContent",o3=s.forwardRef((e,t)=>{let r=pT(Fa,e.__scopeDialog),{forceMount:n=r.forceMount,...o}=e,a=Tr(Fa,e.__scopeDialog);return A.jsx(Of,{present:n||a.open,children:a.modal?A.jsx(HX,{...o,ref:t}):A.jsx(VX,{...o,ref:t})})});o3.displayName=Fa;var HX=s.forwardRef((e,t)=>{let r=Tr(Fa,e.__scopeDialog),n=s.useRef(null),o=ct(t,r.contentRef,n);return s.useEffect(()=>{let a=n.current;if(a)return OX(a)},[]),A.jsx(hT,{...e,ref:o,trapFocus:r.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:tt(e.onCloseAutoFocus,a=>{var i;a.preventDefault(),(i=r.triggerRef.current)==null||i.focus()}),onPointerDownOutside:tt(e.onPointerDownOutside,a=>{let i=a.detail.originalEvent,l=i.button===0&&i.ctrlKey===!0;(i.button===2||l)&&a.preventDefault()}),onFocusOutside:tt(e.onFocusOutside,a=>a.preventDefault())})}),VX=s.forwardRef((e,t)=>{let r=Tr(Fa,e.__scopeDialog),n=s.useRef(!1),o=s.useRef(!1);return A.jsx(hT,{...e,ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:c(a=>{var i,l;(i=e.onCloseAutoFocus)==null||i.call(e,a),a.defaultPrevented||(n.current||((l=r.triggerRef.current)==null||l.focus()),a.preventDefault()),n.current=!1,o.current=!1},"onCloseAutoFocus"),onInteractOutside:c(a=>{var l,u;(l=e.onInteractOutside)==null||l.call(e,a),a.defaultPrevented||(n.current=!0,a.detail.originalEvent.type==="pointerdown"&&(o.current=!0));let i=a.target;(u=r.triggerRef.current)!=null&&u.contains(i)&&a.preventDefault(),a.detail.originalEvent.type==="focusin"&&o.current&&a.preventDefault()},"onInteractOutside")})}),hT=s.forwardRef((e,t)=>{let{__scopeDialog:r,trapFocus:n,onOpenAutoFocus:o,onCloseAutoFocus:a,...i}=e,l=Tr(Fa,r),u=s.useRef(null),d=ct(t,u);return Uz(),A.jsxs(A.Fragment,{children:[A.jsx(Tz,{asChild:!0,loop:!0,trapped:n,onMountAutoFocus:o,onUnmountAutoFocus:a,children:A.jsx(Iz,{role:"dialog",id:l.contentId,"aria-describedby":l.descriptionId,"aria-labelledby":l.titleId,"data-state":Pf(l.open),...i,ref:d,onDismiss:c(()=>l.onOpenChange(!1),"onDismiss")})}),A.jsxs(A.Fragment,{children:[A.jsx(WX,{titleId:l.titleId}),A.jsx(GX,{contentRef:u,descriptionId:l.descriptionId})]})]})}),a3="DialogTitle",i3=s.forwardRef((e,t)=>{let{__scopeDialog:r,...n}=e,o=Tr(a3,r);return A.jsx(dt.h2,{id:o.titleId,...n,ref:t})});i3.displayName=a3;var mT="DialogDescription",l3=s.forwardRef((e,t)=>{let{__scopeDialog:r,...n}=e,o=Tr(mT,r);return A.jsx(dt.p,{id:o.descriptionId,...n,ref:t})});l3.displayName=mT;var gT="DialogClose",s3=s.forwardRef((e,t)=>{let{__scopeDialog:r,...n}=e,o=Tr(gT,r);return A.jsx(dt.button,{type:"button",...n,ref:t,onClick:tt(e.onClick,()=>o.onOpenChange(!1))})});s3.displayName=gT;function Pf(e){return e?"open":"closed"}c(Pf,"getState");var vT="DialogTitleWarning",[UX,yT]=Ez(vT,{contentName:Fa,titleName:a3,docsSlug:"dialog"}),WX=c(({titleId:e})=>{let t=yT(vT),r=`\`${t.contentName}\` requires a \`${t.titleName}\` for the component to be accessible for screen reader users.
|
528
|
+
|
529
|
+
If you want to hide the \`${t.titleName}\`, you can wrap it with our VisuallyHidden component.
|
530
|
+
|
531
|
+
For more information, see https://radix-ui.com/primitives/docs/components/${t.docsSlug}`;return s.useEffect(()=>{e&&(document.getElementById(e)||console.error(r))},[r,e]),null},"TitleWarning"),qX="DialogDescriptionWarning",GX=c(({contentRef:e,descriptionId:t})=>{let r=`Warning: Missing \`Description\` or \`aria-describedby={undefined}\` for {${yT(qX).contentName}}.`;return s.useEffect(()=>{var o;let n=(o=e.current)==null?void 0:o.getAttribute("aria-describedby");t&&n&&(document.getElementById(t)||console.warn(r))},[r,e,t]),null},"DescriptionWarning"),wT=J4,YX=e3,bT=r3,xT=n3,DT=o3,ET=i3,CT=l3,ST=s3,kT={};kl(kT,{Actions:()=>rQ,CloseButton:()=>IT,Col:()=>zT,Container:()=>_T,Content:()=>ZX,Description:()=>tQ,Error:()=>nQ,ErrorWrapper:()=>TT,Header:()=>JX,Overlay:()=>FT,Row:()=>RT,Title:()=>eQ});Ry();var pa=s.forwardRef(({asChild:e=!1,animation:t="none",size:r="small",variant:n="outline",padding:o="medium",disabled:a=!1,active:i=!1,onClick:l,...u},d)=>{let p="button";u.isLink&&(p="a"),e&&(p=Du);let h=n,f=r,[m,g]=s.useState(!1),v=c(D=>{l&&l(D),t!=="none"&&g(!0)},"handleClick");if(s.useEffect(()=>{let D=setTimeout(()=>{m&&g(!1)},1e3);return()=>clearTimeout(D)},[m]),u.primary&&(h="solid",f="medium"),(u.secondary||u.tertiary||u.gray||u.outline||u.inForm)&&(h="outline",f="medium"),u.small||u.isLink||u.primary||u.secondary||u.tertiary||u.gray||u.outline||u.inForm||u.containsIcon){let D=z.Children.toArray(u.children).filter(b=>typeof b=="string"&&b!=="");JM(`Use of deprecated props in the button ${D.length>0?`"${D.join(" ")}"`:"component"} detected, see the migration notes at https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#new-ui-and-props-for-button-and-iconbutton-components`)}return z.createElement(KX,{as:p,ref:d,variant:h,size:f,padding:o,disabled:a,active:i,animating:m,animation:t,onClick:v,...u})});pa.displayName="Button";var KX=I("button",{shouldForwardProp:c(e=>Gv(e),"shouldForwardProp")})(({theme:e,variant:t,size:r,disabled:n,active:o,animating:a,animation:i="none",padding:l})=>({border:0,cursor:n?"not-allowed":"pointer",display:"inline-flex",gap:"6px",alignItems:"center",justifyContent:"center",overflow:"hidden",padding:l==="none"?0:l==="small"&&r==="small"?"0 7px":l==="small"&&r==="medium"?"0 9px":r==="small"?"0 10px":r==="medium"?"0 12px":0,height:r==="small"?"28px":"32px",position:"relative",textAlign:"center",textDecoration:"none",transitionProperty:"background, box-shadow",transitionDuration:"150ms",transitionTimingFunction:"ease-out",verticalAlign:"top",whiteSpace:"nowrap",userSelect:"none",opacity:n?.5:1,margin:0,fontSize:`${e.typography.size.s1}px`,fontWeight:e.typography.weight.bold,lineHeight:"1",background:t==="solid"?e.color.secondary:t==="outline"?e.button.background:t==="ghost"&&o?e.background.hoverable:"transparent",...t==="ghost"?{".sb-bar &":{background:o?xr(.9,e.barTextColor):"transparent",color:o?e.barSelectedColor:e.barTextColor,"&:hover":{color:e.barHoverColor,background:xr(.86,e.barHoverColor)},"&:active":{color:e.barSelectedColor,background:xr(.9,e.barSelectedColor)},"&:focus":{boxShadow:`${Lu(e.barHoverColor,1)} 0 0 0 1px inset`,outline:"none"}}}:{},color:t==="solid"?e.color.lightest:t==="outline"?e.input.color:t==="ghost"&&o?e.color.secondary:t==="ghost"?e.color.mediumdark:e.input.color,boxShadow:t==="outline"?`${e.button.border} 0 0 0 1px inset`:"none",borderRadius:e.input.borderRadius,flexShrink:0,"&:hover":{color:t==="ghost"?e.color.secondary:void 0,background:(()=>{let u=e.color.secondary;return t==="solid"&&(u=e.color.secondary),t==="outline"&&(u=e.button.background),t==="ghost"?xr(.86,e.color.secondary):e.base==="light"?bi(.02,u):J9(.03,u)})()},"&:active":{color:t==="ghost"?e.color.secondary:void 0,background:(()=>{let u=e.color.secondary;return t==="solid"&&(u=e.color.secondary),t==="outline"&&(u=e.button.background),t==="ghost"?e.background.hoverable:e.base==="light"?bi(.02,u):J9(.03,u)})()},"&:focus":{boxShadow:`${Lu(e.color.secondary,1)} 0 0 0 1px inset`,outline:"none"},"> svg":{animation:a&&i!=="none"?`${e.animation[i]} 1000ms ease-out`:""}})),u3=s.forwardRef(({padding:e="small",variant:t="ghost",...r},n)=>z.createElement(pa,{padding:e,variant:t,ref:n,...r}));u3.displayName="IconButton";var AT=Rr({from:{opacity:0},to:{opacity:1}}),XX=Rr({from:{maxHeight:0},to:{}}),QX=Rr({from:{opacity:0,transform:"translate(-50%, -50%) scale(0.9)"},to:{opacity:1,transform:"translate(-50%, -50%) scale(1)"}}),FT=I.div({backdropFilter:"blur(24px)",position:"fixed",inset:0,width:"100%",height:"100%",zIndex:10,animation:`${AT} 200ms`}),_T=I.div(({theme:e,width:t,height:r})=>({backgroundColor:e.background.bar,borderRadius:6,boxShadow:"0px 4px 67px 0px #00000040",position:"fixed",top:"50%",left:"50%",transform:"translate(-50%, -50%)",width:t??740,height:r??"auto",maxWidth:"calc(100% - 40px)",maxHeight:"85vh",overflow:"hidden",zIndex:11,animation:`${QX} 200ms`,"&:focus-visible":{outline:"none"}})),IT=c(e=>z.createElement(ST,{asChild:!0},z.createElement(u3,{...e},z.createElement(xz,null))),"CloseButton"),ZX=I.div({display:"flex",flexDirection:"column",margin:16,gap:16}),RT=I.div({display:"flex",justifyContent:"space-between",gap:16}),zT=I.div({display:"flex",flexDirection:"column",gap:4}),JX=c(e=>z.createElement(RT,null,z.createElement(zT,{...e}),z.createElement(IT,null)),"Header"),eQ=I(ET)(({theme:e})=>({margin:0,fontSize:e.typography.size.s3,fontWeight:e.typography.weight.bold})),tQ=I(CT)(({theme:e})=>({position:"relative",zIndex:1,margin:0,fontSize:e.typography.size.s2})),rQ=I.div({display:"flex",flexDirection:"row-reverse",gap:8}),TT=I.div(({theme:e})=>({maxHeight:100,overflow:"auto",animation:`${XX} 300ms, ${AT} 300ms`,backgroundColor:e.background.critical,color:e.color.lightest,fontSize:e.typography.size.s2,"& > div":{position:"relative",padding:"8px 16px"}})),nQ=c(({children:e,...t})=>z.createElement(TT,{...t},z.createElement("div",null,e)),"Error");function BT({children:e,width:t,height:r,onEscapeKeyDown:n,onInteractOutside:o=c(u=>u.preventDefault(),"onInteractOutside"),className:a,container:i,...l}){return z.createElement(wT,{...l},z.createElement(bT,{container:i},z.createElement(xT,{asChild:!0},z.createElement(FT,null)),z.createElement(DT,{asChild:!0,onInteractOutside:o,onEscapeKeyDown:n},z.createElement(_T,{className:a,width:t,height:r},e))))}c(BT,"BaseModal");Object.assign(BT,kT,{Dialog:Dz});I.div(({theme:e,col:t,row:r=1})=>t?{display:"inline-block",verticalAlign:"inherit","& > *":{marginLeft:t*e.layoutMargin,verticalAlign:"inherit"},[`& > *:first-child${o7}`]:{marginLeft:0}}:{"& > *":{marginTop:r*e.layoutMargin},[`& > *:first-child${o7}`]:{marginTop:0}},({theme:e,outer:t,col:r,row:n})=>{switch(!0){case!!(t&&r):return{marginLeft:t*e.layoutMargin,marginRight:t*e.layoutMargin};case!!(t&&n):return{marginTop:t*e.layoutMargin,marginBottom:t*e.layoutMargin};default:return{}}});var oQ=I.div(({theme:e})=>({fontWeight:e.typography.weight.bold})),aQ=I.div(),iQ=I.div(({theme:e})=>({padding:30,textAlign:"center",color:e.color.defaultText,fontSize:e.typography.size.s2-1})),lQ=c(({children:e,...t})=>{let[r,n]=s.Children.toArray(e);return z.createElement(iQ,{...t},z.createElement(oQ,null,r),n&&z.createElement(aQ,null,n))},"Placeholder");By();function LT(e,t){var r=s.useRef(null),n=s.useRef(null);n.current=t;var o=s.useRef(null);s.useEffect(function(){a()});var a=s.useCallback(function(){var i=o.current,l=n.current,u=i||(l?l instanceof Element?l:l.current:null);r.current&&r.current.element===u&&r.current.subscriber===e||(r.current&&r.current.cleanup&&r.current.cleanup(),r.current={element:u,subscriber:e,cleanup:u?e(u):void 0})},[e]);return s.useEffect(function(){return function(){r.current&&r.current.cleanup&&(r.current.cleanup(),r.current=null)}},[]),s.useCallback(function(i){o.current=i,a()},[a])}c(LT,"useResolvedElement");function W5(e,t,r){return e[t]?e[t][0]?e[t][0][r]:e[t][r]:t==="contentBoxSize"?e.contentRect[r==="inlineSize"?"width":"height"]:void 0}c(W5,"extractSize");function c3(e){e===void 0&&(e={});var t=e.onResize,r=s.useRef(void 0);r.current=t;var n=e.round||Math.round,o=s.useRef(),a=s.useState({width:void 0,height:void 0}),i=a[0],l=a[1],u=s.useRef(!1);s.useEffect(function(){return u.current=!1,function(){u.current=!0}},[]);var d=s.useRef({width:void 0,height:void 0}),p=LT(s.useCallback(function(h){return(!o.current||o.current.box!==e.box||o.current.round!==n)&&(o.current={box:e.box,round:n,instance:new ResizeObserver(function(f){var m=f[0],g=e.box==="border-box"?"borderBoxSize":e.box==="device-pixel-content-box"?"devicePixelContentBoxSize":"contentBoxSize",v=W5(m,g,"inlineSize"),D=W5(m,g,"blockSize"),b=v?n(v):void 0,w=D?n(D):void 0;if(d.current.width!==b||d.current.height!==w){var y={width:b,height:w};d.current.width=b,d.current.height=w,r.current?r.current(y):u.current||l(y)}})}),o.current.instance.observe(h,{box:e.box}),function(){o.current&&o.current.instance.unobserve(h)}},[e.box,n]),e.ref);return s.useMemo(function(){return{ref:p,width:i.width,height:i.height}},[p,i.width,i.height])}c(c3,"useResizeObserver");var sQ=I.div(({scale:e=1,elementHeight:t})=>({height:t||"auto",transformOrigin:"top left",transform:`scale(${1/e})`}));function uQ({scale:e,children:t}){let r=s.useRef(null),[n,o]=s.useState(0),a=s.useCallback(({height:i})=>{i&&o(i/e)},[e]);return s.useEffect(()=>{r.current&&o(r.current.getBoundingClientRect().height)},[e]),c3({ref:r,onResize:a}),z.createElement(sQ,{scale:e,elementHeight:n},z.createElement("div",{ref:r,className:"innerZoomElementWrapper"},t))}c(uQ,"ZoomElement");var cQ=class extends s.Component{constructor(){super(...arguments),this.iframe=null}componentDidMount(){let{iFrameRef:t}=this.props;this.iframe=t.current}shouldComponentUpdate(t){let{scale:r,active:n}=this.props;return r!==t.scale&&this.setIframeInnerZoom(t.scale),n!==t.active&&this.iframe.setAttribute("data-is-storybook",t.active?"true":"false"),t.children.props.src!==this.props.children.props.src}setIframeInnerZoom(t){try{Object.assign(this.iframe.contentDocument.body.style,{width:`${t*100}%`,height:`${t*100}%`,transform:`scale(${1/t})`,transformOrigin:"top left"})}catch{this.setIframeZoom(t)}}setIframeZoom(t){Object.assign(this.iframe.style,{width:`${t*100}%`,height:`${t*100}%`,transform:`scale(${1/t})`,transformOrigin:"top left"})}render(){let{children:t}=this.props;return z.createElement(z.Fragment,null,t)}};c(cQ,"ZoomIFrame");xy();I.strong(({theme:e})=>({color:e.color.orange}));I.strong(({theme:e})=>({color:e.color.ancillary,textDecoration:"underline"}));I.em(({theme:e})=>({color:e.textMutedColor}));var dQ=I.label(({theme:e})=>({display:"flex",borderBottom:`1px solid ${e.appBorderColor}`,margin:"0 15px",padding:"8px 0","&:last-child":{marginBottom:"3rem"}})),fQ=I.span(({theme:e})=>({minWidth:100,fontWeight:e.typography.weight.bold,marginRight:15,display:"flex",justifyContent:"flex-start",alignItems:"center",lineHeight:"16px"})),pQ=c(({label:e,children:t,...r})=>z.createElement(dQ,{...r},e?z.createElement(fQ,null,z.createElement("span",null,e)):null,t),"Field");ef();Dy();var hQ=s.useLayoutEffect,mQ=hQ,gQ=c(function(e){var t=s.useRef(e);return mQ(function(){t.current=e}),t},"useLatest"),sD=c(function(e,t){if(typeof e=="function"){e(t);return}e.current=t},"updateRef"),vQ=c(function(e,t){var r=s.useRef();return s.useCallback(function(n){e.current=n,r.current&&sD(r.current,null),r.current=t,t&&sD(t,n)},[t])},"useComposedRef"),yQ=vQ,uD={"min-height":"0","max-height":"none",height:"0",visibility:"hidden",overflow:"hidden",position:"absolute","z-index":"-1000",top:"0",right:"0"},wQ=c(function(e){Object.keys(uD).forEach(function(t){e.style.setProperty(t,uD[t],"important")})},"forceHiddenStyles"),cD=wQ,it=null,dD=c(function(e,t){var r=e.scrollHeight;return t.sizingStyle.boxSizing==="border-box"?r+t.borderSize:r-t.paddingSize},"getHeight");function MT(e,t,r,n){r===void 0&&(r=1),n===void 0&&(n=1/0),it||(it=document.createElement("textarea"),it.setAttribute("tabindex","-1"),it.setAttribute("aria-hidden","true"),cD(it)),it.parentNode===null&&document.body.appendChild(it);var o=e.paddingSize,a=e.borderSize,i=e.sizingStyle,l=i.boxSizing;Object.keys(i).forEach(function(f){var m=f;it.style[m]=i[m]}),cD(it),it.value=t;var u=dD(it,e);it.value=t,u=dD(it,e),it.value="x";var d=it.scrollHeight-o,p=d*r;l==="border-box"&&(p=p+o+a),u=Math.max(p,u);var h=d*n;return l==="border-box"&&(h=h+o+a),u=Math.min(h,u),[u,d]}c(MT,"calculateNodeHeight");var fD=c(function(){},"noop"),bQ=c(function(e,t){return e.reduce(function(r,n){return r[n]=t[n],r},{})},"pick"),xQ=["borderBottomWidth","borderLeftWidth","borderRightWidth","borderTopWidth","boxSizing","fontFamily","fontSize","fontStyle","fontWeight","letterSpacing","lineHeight","paddingBottom","paddingLeft","paddingRight","paddingTop","tabSize","textIndent","textRendering","textTransform","width","wordBreak"],DQ=!!document.documentElement.currentStyle,EQ=c(function(e){var t=window.getComputedStyle(e);if(t===null)return null;var r=bQ(xQ,t),n=r.boxSizing;if(n==="")return null;DQ&&n==="border-box"&&(r.width=parseFloat(r.width)+parseFloat(r.borderRightWidth)+parseFloat(r.borderLeftWidth)+parseFloat(r.paddingRight)+parseFloat(r.paddingLeft)+"px");var o=parseFloat(r.paddingBottom)+parseFloat(r.paddingTop),a=parseFloat(r.borderBottomWidth)+parseFloat(r.borderTopWidth);return{sizingStyle:r,paddingSize:o,borderSize:a}},"getSizingData"),CQ=EQ;function d3(e,t,r){var n=gQ(r);s.useLayoutEffect(function(){var o=c(function(a){return n.current(a)},"handler");if(e)return e.addEventListener(t,o),function(){return e.removeEventListener(t,o)}},[])}c(d3,"useListener");var SQ=c(function(e){d3(window,"resize",e)},"useWindowResizeListener"),kQ=c(function(e){d3(document.fonts,"loadingdone",e)},"useFontsLoadedListener"),AQ=["cacheMeasurements","maxRows","minRows","onChange","onHeightChange"],FQ=c(function(e,t){var r=e.cacheMeasurements,n=e.maxRows,o=e.minRows,a=e.onChange,i=a===void 0?fD:a,l=e.onHeightChange,u=l===void 0?fD:l,d=rf(e,AQ),p=d.value!==void 0,h=s.useRef(null),f=yQ(h,t),m=s.useRef(0),g=s.useRef(),v=c(function(){var b=h.current,w=r&&g.current?g.current:CQ(b);if(w){g.current=w;var y=MT(w,b.value||b.placeholder||"x",o,n),x=y[0],E=y[1];m.current!==x&&(m.current=x,b.style.setProperty("height",x+"px","important"),u(x,{rowHeight:E}))}},"resizeTextarea"),D=c(function(b){p||v(),i(b)},"handleChange");return s.useLayoutEffect(v),SQ(v),kQ(v),s.createElement("textarea",ut({},d,{onChange:D,ref:f}))},"TextareaAutosize"),_Q=s.forwardRef(FQ),IQ={appearance:"none",border:"0 none",boxSizing:"inherit",display:" block",margin:" 0",background:"transparent",padding:0,fontSize:"inherit",position:"relative"},f3=c(({theme:e})=>({...IQ,transition:"box-shadow 200ms ease-out, opacity 200ms ease-out",color:e.input.color||"inherit",background:e.input.background,boxShadow:`${e.input.border} 0 0 0 1px inset`,borderRadius:e.input.borderRadius,fontSize:e.typography.size.s2-1,lineHeight:"20px",padding:"6px 10px",boxSizing:"border-box",height:32,'&[type="file"]':{height:"auto"},"&:focus":{boxShadow:`${e.color.secondary} 0 0 0 1px inset`,outline:"none"},"&[disabled]":{cursor:"not-allowed",opacity:.5},"&:-webkit-autofill":{WebkitBoxShadow:`0 0 0 3em ${e.color.lightest} inset`},"&::placeholder":{color:e.textMutedColor,opacity:1}}),"styles"),p3=c(({size:e})=>{switch(e){case"100%":return{width:"100%"};case"flex":return{flex:1};case"auto":default:return{display:"inline"}}},"sizes"),OT=c(({align:e})=>{switch(e){case"end":return{textAlign:"right"};case"center":return{textAlign:"center"};case"start":default:return{textAlign:"left"}}},"alignment"),h3=c(({valid:e,theme:t})=>{switch(e){case"valid":return{boxShadow:`${t.color.positive} 0 0 0 1px inset !important`};case"error":return{boxShadow:`${t.color.negative} 0 0 0 1px inset !important`};case"warn":return{boxShadow:`${t.color.warning} 0 0 0 1px inset`};case void 0:case null:default:return{}}},"validation"),RQ=Object.assign(I(s.forwardRef(c(function({size:e,valid:t,align:r,...n},o){return z.createElement("input",{...n,ref:o})},"Input")))(f3,p3,OT,h3,{minHeight:32}),{displayName:"Input"}),zQ=Object.assign(I(s.forwardRef(c(function({size:e,valid:t,align:r,...n},o){return z.createElement("select",{...n,ref:o})},"Select")))(f3,p3,h3,{height:32,userSelect:"none",paddingRight:20,appearance:"menulist"}),{displayName:"Select"}),TQ=Object.assign(I(s.forwardRef(c(function({size:e,valid:t,align:r,...n},o){return z.createElement(_Q,{...n,ref:o})},"Textarea")))(f3,p3,OT,h3,({height:e=400})=>({overflow:"visible",maxHeight:e})),{displayName:"Textarea"});Object.assign(I.form({boxSizing:"border-box",width:"100%"}),{Field:pQ,Input:RQ,Select:zQ,Textarea:TQ,Button:pa});s.lazy(()=>Promise.resolve().then(()=>(U4(),V4)).then(e=>({default:e.WithTooltip})));s.lazy(()=>Promise.resolve().then(()=>(U4(),V4)).then(e=>({default:e.WithTooltipPure})));I.div(({theme:e})=>({fontWeight:e.typography.weight.bold}));I.span();I.div(({theme:e})=>({marginTop:8,textAlign:"center","> *":{margin:"0 8px",fontWeight:e.typography.weight.bold}}));I.div(({theme:e})=>({color:e.color.defaultText,lineHeight:"18px"}));I.div({padding:15,width:280,boxSizing:"border-box"});I.div(({theme:e})=>({padding:"2px 6px",lineHeight:"16px",fontSize:10,fontWeight:e.typography.weight.bold,color:e.color.lightest,boxShadow:"0 0 5px 0 rgba(0, 0, 0, 0.3)",borderRadius:4,whiteSpace:"nowrap",pointerEvents:"none",zIndex:-1,background:e.base==="light"?"rgba(60, 60, 60, 0.9)":"rgba(0, 0, 0, 0.95)",margin:6}));var BQ=Ye(tf(),1),LQ=I(({active:e,loading:t,disabled:r,...n})=>z.createElement("span",{...n}))(({theme:e})=>({color:e.color.defaultText,fontWeight:e.typography.weight.regular}),({active:e,theme:t})=>e?{color:t.color.secondary,fontWeight:t.typography.weight.bold}:{},({loading:e,theme:t})=>e?{display:"inline-block",flex:"none",...t.animation.inlineGlow}:{},({disabled:e,theme:t})=>e?{color:t.textMutedColor}:{}),MQ=I.span({display:"flex","& svg":{height:12,width:12,margin:"3px 0",verticalAlign:"top"},"& path":{fill:"inherit"}}),OQ=I.span({flex:1,textAlign:"left",display:"flex",flexDirection:"column"},({isIndented:e})=>e?{marginLeft:24}:{}),$Q=I.span(({theme:e})=>({fontSize:"11px",lineHeight:"14px"}),({active:e,theme:t})=>e?{color:t.color.secondary}:{},({theme:e,disabled:t})=>t?{color:e.textMutedColor}:{}),PQ=I.span(({active:e,theme:t})=>e?{color:t.color.secondary}:{},()=>({display:"flex",maxWidth:14})),NQ=I.div(({theme:e})=>({width:"100%",border:"none",borderRadius:e.appBorderRadius,background:"none",fontSize:e.typography.size.s1,transition:"all 150ms ease-out",color:e.color.dark,textDecoration:"none",justifyContent:"space-between",lineHeight:"18px",padding:"7px 10px",display:"flex",alignItems:"center","& > * + *":{paddingLeft:10}}),({theme:e,href:t,onClick:r})=>(t||r)&&{cursor:"pointer","&:hover":{background:e.background.hoverable},"&:hover svg":{opacity:1}},({theme:e,as:t})=>t==="label"&&{"&:has(input:not(:disabled))":{cursor:"pointer","&:hover":{background:e.background.hoverable}}},({disabled:e})=>e&&{cursor:"not-allowed"}),jQ=(0,BQ.default)(100)((e,t,r)=>({...e&&{as:"button",onClick:e},...t&&{as:"a",href:t,...r&&{as:r,to:t}}})),HQ=c(({loading:e=!1,title:t=z.createElement("span",null,"Loading state"),center:r=null,right:n=null,active:o=!1,disabled:a=!1,isIndented:i,href:l=void 0,onClick:u=void 0,icon:d,LinkWrapper:p=void 0,...h})=>{let f={active:o,disabled:a},m=jQ(u,l,p);return z.createElement(NQ,{...h,...f,...m},z.createElement(z.Fragment,null,d&&z.createElement(PQ,{...f},d),t||r?z.createElement(OQ,{isIndented:!!(!d&&i)},t&&z.createElement(LQ,{...f,loading:e},t),r&&z.createElement($Q,{...f},r)):null,n&&z.createElement(MQ,{...f},n)))},"ListItem"),VQ=HQ,UQ=I.div({minWidth:180,overflow:"hidden",overflowY:"auto",maxHeight:15.5*32+8},({theme:e})=>({borderRadius:e.appBorderRadius+2}),({theme:e})=>e.base==="dark"?{background:e.background.content}:{}),WQ=I.div(({theme:e})=>({padding:4,"& + &":{borderTop:`1px solid ${e.appBorderColor}`}})),qQ=c(({id:e,onClick:t,...r})=>{let{active:n,disabled:o,title:a,href:i}=r,l=s.useCallback(u=>t==null?void 0:t(u,{id:e,active:n,disabled:o,title:a,href:i}),[t,e,n,o,a,i]);return z.createElement(VQ,{id:`list-item-${e}`,...r,...t&&{onClick:l}})},"Item"),GQ=c(({links:e,LinkWrapper:t,...r})=>{let n=Array.isArray(e[0])?e:[e],o=n.some(a=>a.some(i=>"icon"in i&&i.icon));return z.createElement(UQ,{...r},n.filter(a=>a.length).map((a,i)=>z.createElement(WQ,{key:a.map(l=>l.id).join(`~${i}~`)},a.map(l=>"content"in l?z.createElement(s.Fragment,{key:l.id},l.content):z.createElement(qQ,{key:l.id,isIndented:o,LinkWrapper:t,...l})))))},"TooltipLinkList");By();var q5=I.div({display:"flex",whiteSpace:"nowrap",flexBasis:"auto",marginLeft:3,marginRight:3},({scrollable:e})=>e?{flexShrink:0}:{},({left:e})=>e?{"& > *":{marginLeft:4}}:{},({right:e})=>e?{marginLeft:30,"& > *":{marginRight:4}}:{});q5.displayName="Side";var YQ=c(({children:e,className:t,scrollable:r})=>r?z.createElement(ul,{vertical:!1,className:t},e):z.createElement("div",{className:t},e),"UnstyledBar"),$T=I(YQ)(({theme:e,scrollable:t=!0})=>({color:e.barTextColor,width:"100%",height:40,flexShrink:0,overflow:t?"auto":"hidden",overflowY:"hidden"}),({theme:e,border:t=!1})=>t?{boxShadow:`${e.appBorderColor} 0 -1px 0 0 inset`,background:e.barBg}:{});$T.displayName="Bar";var KQ=I.div(({bgColor:e})=>({display:"flex",justifyContent:"space-between",position:"relative",flexWrap:"nowrap",flexShrink:0,height:40,backgroundColor:e||""})),PT=c(({children:e,backgroundColor:t,className:r,...n})=>{let[o,a]=s.Children.toArray(e);return z.createElement($T,{className:`sb-bar ${r}`,...n},z.createElement(KQ,{bgColor:t},z.createElement(q5,{scrollable:n.scrollable,left:!0},o),a?z.createElement(q5,{right:!0},a):null))},"FlexBar");PT.displayName="FlexBar";var XQ=c(e=>typeof e.props.href=="string","isLink"),QQ=c(e=>typeof e.props.href!="string","isButton");function NT({children:e,...t},r){let n={props:t,ref:r};if(XQ(n))return z.createElement("a",{ref:n.ref,...n.props},e);if(QQ(n))return z.createElement("button",{ref:n.ref,type:"button",...n.props},e);throw new Error("invalid props")}c(NT,"ForwardRefFunction");var jT=s.forwardRef(NT);jT.displayName="ButtonOrLink";var vl=I(jT,{shouldForwardProp:Gv})({whiteSpace:"normal",display:"inline-flex",overflow:"hidden",verticalAlign:"top",justifyContent:"center",alignItems:"center",textAlign:"center",textDecoration:"none","&:empty":{display:"none"},"&[hidden]":{display:"none"}},({theme:e})=>({padding:"0 15px",transition:"color 0.2s linear, border-bottom-color 0.2s linear",height:40,lineHeight:"12px",cursor:"pointer",background:"transparent",border:"0 solid transparent",borderTop:"3px solid transparent",borderBottom:"3px solid transparent",fontWeight:"bold",fontSize:13,"&:focus":{outline:"0 none",borderBottomColor:e.barSelectedColor}}),({active:e,textColor:t,theme:r})=>e?{color:t||r.barSelectedColor,borderBottomColor:r.barSelectedColor}:{color:t||r.barTextColor,borderBottomColor:"transparent","&:hover":{color:r.barHoverColor}});vl.displayName="TabButton";I.div(({theme:e})=>({width:14,height:14,backgroundColor:e.appBorderColor,animation:`${e.animation.glow} 1.5s ease-in-out infinite`}));I.div(()=>({marginTop:6,padding:7,height:28}));var ZQ=I.div(({theme:e})=>({height:"100%",display:"flex",padding:30,alignItems:"center",justifyContent:"center",flexDirection:"column",gap:15,background:e.background.content})),JQ=I.div({display:"flex",flexDirection:"column",gap:4,maxWidth:415}),eZ=I.div(({theme:e})=>({fontWeight:e.typography.weight.bold,fontSize:e.typography.size.s2-1,textAlign:"center",color:e.textColor})),tZ=I.div(({theme:e})=>({fontWeight:e.typography.weight.regular,fontSize:e.typography.size.s2-1,textAlign:"center",color:e.textMutedColor})),rZ=c(({title:e,description:t,footer:r})=>z.createElement(ZQ,null,z.createElement(JQ,null,z.createElement(eZ,null,e),t&&z.createElement(tZ,null,t)),r),"EmptyTabContent"),nZ=I.div(({active:e})=>e?{display:"block"}:{display:"none"}),oZ=c(e=>s.Children.toArray(e).map(({props:{title:t,id:r,color:n,children:o}})=>{let a=Array.isArray(o)?o[0]:o;return{title:t,id:r,...n?{color:n}:{},render:typeof a=="function"?a:({active:i})=>z.createElement(nZ,{active:i,role:"tabpanel"},a)}}),"childrenToList");U4();var aZ=I.span(({theme:e,isActive:t})=>({display:"inline-block",width:0,height:0,marginLeft:8,color:t?e.color.secondary:e.color.mediumdark,borderRight:"3px solid transparent",borderLeft:"3px solid transparent",borderTop:"3px solid",transition:"transform .1s ease-out"})),iZ=I(vl)(({active:e,theme:t,preActive:r})=>`
|
532
|
+
color: ${r||e?t.barSelectedColor:t.barTextColor};
|
533
|
+
.addon-collapsible-icon {
|
534
|
+
color: ${r||e?t.barSelectedColor:t.barTextColor};
|
535
|
+
}
|
536
|
+
&:hover {
|
537
|
+
color: ${t.barHoverColor};
|
538
|
+
.addon-collapsible-icon {
|
539
|
+
color: ${t.barHoverColor};
|
540
|
+
}
|
541
|
+
}
|
542
|
+
`);function HT(e){let t=s.useRef(),r=s.useRef(),n=s.useRef(new Map),{width:o=1}=c3({ref:t}),[a,i]=s.useState(e),[l,u]=s.useState([]),d=s.useRef(e),p=s.useCallback(({menuName:f,actions:m})=>{let g=l.some(({active:b})=>b),[v,D]=s.useState(!1);return z.createElement(z.Fragment,null,z.createElement(p1,{interactive:!0,visible:v,onVisibleChange:D,placement:"bottom",delayHide:100,tooltip:z.createElement(GQ,{links:l.map(({title:b,id:w,color:y,active:x})=>({id:w,title:b,color:y,active:x,onClick:c(E=>{E.preventDefault(),m.onSelect(w)},"onClick")}))})},z.createElement(iZ,{ref:r,active:g,preActive:v,style:{visibility:l.length?"visible":"hidden"},"aria-hidden":!l.length,className:"tabbutton",type:"button",role:"tab"},f,z.createElement(aZ,{className:"addon-collapsible-icon",isActive:g||v}))),l.map(({title:b,id:w,color:y},x)=>{let E=`index-${x}`;return z.createElement(vl,{id:`tabbutton-${Fk(w)??E}`,style:{visibility:"hidden"},"aria-hidden":!0,tabIndex:-1,ref:S=>{n.current.set(w,S)},className:"tabbutton",type:"button",key:w,textColor:y,role:"tab"},b)}))},[l]),h=s.useCallback(()=>{if(!t.current||!r.current)return;let{x:f,width:m}=t.current.getBoundingClientRect(),{width:g}=r.current.getBoundingClientRect(),v=l.length?f+m-g:f+m,D=[],b=0,w=e.filter(y=>{let{id:x}=y,E=n.current.get(x),{width:S=0}=(E==null?void 0:E.getBoundingClientRect())||{},C=f+b+S>v;return(!C||!E)&&D.push(y),b+=S,C});(D.length!==a.length||d.current!==e)&&(i(D),u(w),d.current=e)},[l.length,e,a]);return s.useLayoutEffect(h,[h,o]),{tabRefs:n,addonsRef:r,tabBarRef:t,visibleList:a,invisibleList:l,AddonTab:p}}c(HT,"useList");var lZ="/* emotion-disable-server-rendering-unsafe-selector-warning-please-do-not-use-this-the-warning-exists-for-a-reason */",sZ=I.div(({theme:e,bordered:t})=>t?{backgroundClip:"padding-box",border:`1px solid ${e.appBorderColor}`,borderRadius:e.appBorderRadius,overflow:"hidden",boxSizing:"border-box"}:{},({absolute:e})=>e?{width:"100%",height:"100%",boxSizing:"border-box",display:"flex",flexDirection:"column"}:{display:"block"}),VT=I.div({overflow:"hidden","&:first-of-type":{marginLeft:-3},whiteSpace:"nowrap",flexGrow:1});VT.displayName="TabBar";var uZ=I.div({display:"block",position:"relative"},({theme:e})=>({fontSize:e.typography.size.s2-1,background:e.background.content}),({bordered:e,theme:t})=>e?{borderRadius:`0 0 ${t.appBorderRadius-1}px ${t.appBorderRadius-1}px`}:{},({absolute:e,bordered:t})=>e?{height:`calc(100% - ${t?42:40}px)`,position:"absolute",left:0+(t?1:0),right:0+(t?1:0),bottom:0+(t?1:0),top:40+(t?1:0),overflow:"auto",[`& > *:first-child${lZ}`]:{position:"absolute",left:0+(t?1:0),right:0+(t?1:0),bottom:0+(t?1:0),top:0+(t?1:0),height:`calc(100% - ${t?2:0}px)`,overflow:"auto"}}:{}),m3=s.memo(({children:e,selected:t=null,actions:r,absolute:n=!1,bordered:o=!1,tools:a=null,backgroundColor:i,id:l=null,menuName:u="Tabs",emptyState:d,showToolsWhenEmpty:p})=>{let h=s.useMemo(()=>oZ(e).map((b,w)=>({...b,active:t?b.id===t:w===0})),[e,t]),{visibleList:f,tabBarRef:m,tabRefs:g,AddonTab:v}=HT(h),D=d??z.createElement(rZ,{title:"Nothing found"});return!p&&h.length===0?D:z.createElement(sZ,{absolute:n,bordered:o,id:l},z.createElement(PT,{scrollable:!1,border:!0,backgroundColor:i},z.createElement(VT,{style:{whiteSpace:"normal"},ref:m,role:"tablist"},f.map(({title:b,id:w,active:y,color:x},E)=>{let S=`index-${E}`;return z.createElement(vl,{id:`tabbutton-${Fk(w)??S}`,ref:C=>{g.current.set(w,C)},className:`tabbutton ${y?"tabbutton-active":""}`,type:"button",key:w,active:y,textColor:x,onClick:C=>{C.preventDefault(),r.onSelect(w)},role:"tab"},typeof b=="function"?z.createElement("title",null):b)}),z.createElement(v,{menuName:u,actions:r})),a),z.createElement(uZ,{id:"panel-tab-content",bordered:o,absolute:n},h.length?h.map(({id:b,active:w,render:y})=>z.createElement(y,{key:b,active:w},null)):D))});m3.displayName="Tabs";var pD=class extends s.Component{constructor(t){super(t),this.handlers={onSelect:c(r=>this.setState({selected:r}),"onSelect")},this.state={selected:t.initial}}render(){let{bordered:t=!1,absolute:r=!1,children:n,backgroundColor:o,menuName:a}=this.props,{selected:i}=this.state;return z.createElement(m3,{bordered:t,absolute:r,selected:i,backgroundColor:o,menuName:a,actions:this.handlers},n)}};c(pD,"TabsState"),pD.defaultProps={children:[],initial:null,absolute:!1,bordered:!1,backgroundColor:"",menuName:void 0};var cZ=I.span(({theme:e})=>({width:1,height:20,background:e.appBorderColor,marginLeft:2,marginRight:2}),({force:e})=>e?{}:{"& + &":{display:"none"}});cZ.displayName="Separator";var dZ=I.svg`
|
543
|
+
display: inline-block;
|
544
|
+
shape-rendering: inherit;
|
545
|
+
vertical-align: middle;
|
546
|
+
fill: currentColor;
|
547
|
+
path {
|
548
|
+
fill: currentColor;
|
549
|
+
}
|
550
|
+
`;s.memo(c(function({icons:e=Object.keys(hD)}){return z.createElement(dZ,{viewBox:"0 0 14 14",style:{position:"absolute",width:0,height:0},"data-chromatic":"ignore"},e.map(t=>z.createElement("symbol",{id:`icon--${t}`,key:t},hD[t])))},"Symbols"));var hD={user:"UserIcon",useralt:"UserAltIcon",useradd:"UserAddIcon",users:"UsersIcon",profile:"ProfileIcon",facehappy:"FaceHappyIcon",faceneutral:"FaceNeutralIcon",facesad:"FaceSadIcon",accessibility:"AccessibilityIcon",accessibilityalt:"AccessibilityAltIcon",arrowup:"ChevronUpIcon",arrowdown:"ChevronDownIcon",arrowleft:"ChevronLeftIcon",arrowright:"ChevronRightIcon",arrowupalt:"ArrowUpIcon",arrowdownalt:"ArrowDownIcon",arrowleftalt:"ArrowLeftIcon",arrowrightalt:"ArrowRightIcon",expandalt:"ExpandAltIcon",collapse:"CollapseIcon",expand:"ExpandIcon",unfold:"UnfoldIcon",transfer:"TransferIcon",redirect:"RedirectIcon",undo:"UndoIcon",reply:"ReplyIcon",sync:"SyncIcon",upload:"UploadIcon",download:"DownloadIcon",back:"BackIcon",proceed:"ProceedIcon",refresh:"RefreshIcon",globe:"GlobeIcon",compass:"CompassIcon",location:"LocationIcon",pin:"PinIcon",time:"TimeIcon",dashboard:"DashboardIcon",timer:"TimerIcon",home:"HomeIcon",admin:"AdminIcon",info:"InfoIcon",question:"QuestionIcon",support:"SupportIcon",alert:"AlertIcon",email:"EmailIcon",phone:"PhoneIcon",link:"LinkIcon",unlink:"LinkBrokenIcon",bell:"BellIcon",rss:"RSSIcon",sharealt:"ShareAltIcon",share:"ShareIcon",circle:"CircleIcon",circlehollow:"CircleHollowIcon",bookmarkhollow:"BookmarkHollowIcon",bookmark:"BookmarkIcon",hearthollow:"HeartHollowIcon",heart:"HeartIcon",starhollow:"StarHollowIcon",star:"StarIcon",certificate:"CertificateIcon",verified:"VerifiedIcon",thumbsup:"ThumbsUpIcon",shield:"ShieldIcon",basket:"BasketIcon",beaker:"BeakerIcon",hourglass:"HourglassIcon",flag:"FlagIcon",cloudhollow:"CloudHollowIcon",edit:"EditIcon",cog:"CogIcon",nut:"NutIcon",wrench:"WrenchIcon",ellipsis:"EllipsisIcon",check:"CheckIcon",form:"FormIcon",batchdeny:"BatchDenyIcon",batchaccept:"BatchAcceptIcon",controls:"ControlsIcon",plus:"PlusIcon",closeAlt:"CloseAltIcon",cross:"CrossIcon",trash:"TrashIcon",pinalt:"PinAltIcon",unpin:"UnpinIcon",add:"AddIcon",subtract:"SubtractIcon",close:"CloseIcon",delete:"DeleteIcon",passed:"PassedIcon",changed:"ChangedIcon",failed:"FailedIcon",clear:"ClearIcon",comment:"CommentIcon",commentadd:"CommentAddIcon",requestchange:"RequestChangeIcon",comments:"CommentsIcon",lock:"LockIcon",unlock:"UnlockIcon",key:"KeyIcon",outbox:"OutboxIcon",credit:"CreditIcon",button:"ButtonIcon",type:"TypeIcon",pointerdefault:"PointerDefaultIcon",pointerhand:"PointerHandIcon",browser:"BrowserIcon",tablet:"TabletIcon",mobile:"MobileIcon",watch:"WatchIcon",sidebar:"SidebarIcon",sidebaralt:"SidebarAltIcon",sidebaralttoggle:"SidebarAltToggleIcon",sidebartoggle:"SidebarToggleIcon",bottombar:"BottomBarIcon",bottombartoggle:"BottomBarToggleIcon",cpu:"CPUIcon",database:"DatabaseIcon",memory:"MemoryIcon",structure:"StructureIcon",box:"BoxIcon",power:"PowerIcon",photo:"PhotoIcon",component:"ComponentIcon",grid:"GridIcon",outline:"OutlineIcon",photodrag:"PhotoDragIcon",search:"SearchIcon",zoom:"ZoomIcon",zoomout:"ZoomOutIcon",zoomreset:"ZoomResetIcon",eye:"EyeIcon",eyeclose:"EyeCloseIcon",lightning:"LightningIcon",lightningoff:"LightningOffIcon",contrast:"ContrastIcon",switchalt:"SwitchAltIcon",mirror:"MirrorIcon",grow:"GrowIcon",paintbrush:"PaintBrushIcon",ruler:"RulerIcon",stop:"StopIcon",camera:"CameraIcon",video:"VideoIcon",speaker:"SpeakerIcon",play:"PlayIcon",playback:"PlayBackIcon",playnext:"PlayNextIcon",rewind:"RewindIcon",fastforward:"FastForwardIcon",stopalt:"StopAltIcon",sidebyside:"SideBySideIcon",stacked:"StackedIcon",sun:"SunIcon",moon:"MoonIcon",book:"BookIcon",document:"DocumentIcon",copy:"CopyIcon",category:"CategoryIcon",folder:"FolderIcon",print:"PrintIcon",graphline:"GraphLineIcon",calendar:"CalendarIcon",graphbar:"GraphBarIcon",menu:"MenuIcon",menualt:"MenuIcon",filter:"FilterIcon",docchart:"DocChartIcon",doclist:"DocListIcon",markup:"MarkupIcon",bold:"BoldIcon",paperclip:"PaperClipIcon",listordered:"ListOrderedIcon",listunordered:"ListUnorderedIcon",paragraph:"ParagraphIcon",markdown:"MarkdownIcon",repository:"RepoIcon",commit:"CommitIcon",branch:"BranchIcon",pullrequest:"PullRequestIcon",merge:"MergeIcon",apple:"AppleIcon",linux:"LinuxIcon",ubuntu:"UbuntuIcon",windows:"WindowsIcon",storybook:"StorybookIcon",azuredevops:"AzureDevOpsIcon",bitbucket:"BitbucketIcon",chrome:"ChromeIcon",chromatic:"ChromaticIcon",componentdriven:"ComponentDrivenIcon",discord:"DiscordIcon",facebook:"FacebookIcon",figma:"FigmaIcon",gdrive:"GDriveIcon",github:"GithubIcon",gitlab:"GitlabIcon",google:"GoogleIcon",graphql:"GraphqlIcon",medium:"MediumIcon",redux:"ReduxIcon",twitter:"TwitterIcon",youtube:"YoutubeIcon",vscode:"VSCodeIcon"},fZ=Rr`
|
551
|
+
from {
|
552
|
+
transform: rotate(0deg);
|
553
|
+
}
|
554
|
+
to {
|
555
|
+
transform: rotate(360deg);
|
556
|
+
}
|
557
|
+
`,pZ=I.div(({size:e=32})=>({borderRadius:"50%",cursor:"progress",display:"inline-block",overflow:"hidden",position:"absolute",transition:"all 200ms ease-out",verticalAlign:"top",top:"50%",left:"50%",marginTop:-(e/2),marginLeft:-(e/2),height:e,width:e,zIndex:4,borderWidth:2,borderStyle:"solid",borderColor:"rgba(97, 97, 97, 0.29)",borderTopColor:"rgb(100,100,100)",animation:`${fZ} 0.7s linear infinite`,mixBlendMode:"difference"})),mD=I.div({position:"absolute",display:"flex",flexDirection:"column",justifyContent:"center",alignItems:"center",width:"100%",height:"100%"}),hZ=I.div(({theme:e})=>({position:"relative",width:"80%",marginBottom:"0.75rem",maxWidth:300,height:5,borderRadius:5,background:xr(.8,e.color.secondary),overflow:"hidden",cursor:"progress"})),mZ=I.div(({theme:e})=>({position:"absolute",top:0,left:0,height:"100%",background:e.color.secondary})),gD=I.div(({theme:e})=>({minHeight:"2em",fontSize:`${e.typography.size.s1}px`,color:e.textMutedColor})),gZ=I(bz)(({theme:e})=>({width:20,height:20,marginBottom:"0.5rem",color:e.textMutedColor})),vZ=Rr`
|
558
|
+
from { content: "..." }
|
559
|
+
33% { content: "." }
|
560
|
+
66% { content: ".." }
|
561
|
+
to { content: "..." }
|
562
|
+
`,yZ=I.span({"&::after":{content:"'...'",animation:`${vZ} 1s linear infinite`,animationDelay:"1s",display:"inline-block",width:"1em",height:"auto"}}),Nf=c(({progress:e,error:t,size:r,...n})=>{if(t)return z.createElement(mD,{"aria-label":t.toString(),"aria-live":"polite",role:"status",...n},z.createElement(gZ,null),z.createElement(gD,null,t.message));if(e){let{value:o,modules:a}=e,{message:i}=e;return a&&(i+=` ${a.complete} / ${a.total} modules`),z.createElement(mD,{"aria-label":"Content is loading...","aria-live":"polite","aria-valuemin":0,"aria-valuemax":100,"aria-valuenow":o*100,"aria-valuetext":i,role:"progressbar",...n},z.createElement(hZ,null,z.createElement(mZ,{style:{width:`${o*100}%`}})),z.createElement(gD,null,i,o<1&&z.createElement(yZ,{key:i})))}return z.createElement(pZ,{"aria-label":"Content is loading...","aria-live":"polite",role:"status",size:r,...n})},"Loader"),wZ=Rr({"0%":{transform:"rotate(0deg)"},"100%":{transform:"rotate(360deg)"}});I.div(({size:e})=>({display:"inline-flex",alignItems:"center",justifyContent:"center",position:"relative",minWidth:e,minHeight:e}));I.svg(({size:e,width:t})=>({position:"absolute",width:`${e}px!important`,height:`${e}px!important`,transform:"rotate(-90deg)",circle:{r:(e-Math.ceil(t))/2,cx:e/2,cy:e/2,opacity:.15,fill:"transparent",stroke:"currentColor",strokeWidth:t,strokeLinecap:"round",strokeDasharray:Math.PI*(e-Math.ceil(t))}}),({progress:e})=>e&&{circle:{opacity:.75}},({spinner:e})=>e&&{animation:`${wZ} 1s linear infinite`,circle:{opacity:.25}});function bZ(e){let t={},r=e.split("&");for(let n=0;n<r.length;n++){let o=r[n].split("=");t[decodeURIComponent(o[0])]=decodeURIComponent(o[1]||"")}return t}c(bZ,"parseQuery");I.pre`
|
563
|
+
line-height: 18px;
|
564
|
+
padding: 11px 1rem;
|
565
|
+
white-space: pre-wrap;
|
566
|
+
background: rgba(0, 0, 0, 0.05);
|
567
|
+
color: ${Y.darkest};
|
568
|
+
border-radius: 3px;
|
569
|
+
margin: 1rem 0;
|
570
|
+
width: 100%;
|
571
|
+
display: block;
|
572
|
+
overflow: hidden;
|
573
|
+
font-family: ${Jr.fonts.mono};
|
574
|
+
font-size: ${Jr.size.s2-1}px;
|
575
|
+
`;Object.keys(FW).forEach(e=>{s.forwardRef((t,r)=>s.createElement(e,{...t,ref:r}))});var xZ=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.544 10.206a5.5 5.5 0 11.662-.662.5.5 0 01.148.102l3 3a.5.5 0 01-.708.708l-3-3a.5.5 0 01-.102-.148zM10.5 6a4.5 4.5 0 11-9 0 4.5 4.5 0 019 0z",fill:e}))),DZ=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M12.813 7.425l-9.05 5.603A.5.5 0 013 12.603V1.398a.5.5 0 01.763-.425l9.05 5.602a.5.5 0 010 .85z",fill:e}))),EZ=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M4.5 4a.5.5 0 00-.5.5v5a.5.5 0 00.5.5h5a.5.5 0 00.5-.5v-5a.5.5 0 00-.5-.5h-5z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14 7A7 7 0 110 7a7 7 0 0114 0zm-1 0A6 6 0 111 7a6 6 0 0112 0z",fill:e}))),g3=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M13.854 3.354a.5.5 0 00-.708-.708L5 10.793.854 6.646a.5.5 0 10-.708.708l4.5 4.5a.5.5 0 00.708 0l8.5-8.5z",fill:e}))),UT=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M2.03.97A.75.75 0 00.97 2.03L5.94 7 .97 11.97a.75.75 0 101.06 1.06L7 8.06l4.97 4.97a.75.75 0 101.06-1.06L8.06 7l4.97-4.97A.75.75 0 0011.97.97L7 5.94 2.03.97z",fill:e}))),WT=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M1.854 1.146a.5.5 0 10-.708.708L6.293 7l-5.147 5.146a.5.5 0 00.708.708L7 7.707l5.146 5.147a.5.5 0 00.708-.708L7.707 7l5.147-5.146a.5.5 0 00-.708-.708L7 6.293 1.854 1.146z",fill:e}))),CZ=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M7 4.5a.5.5 0 01.5.5v3.5a.5.5 0 11-1 0V5a.5.5 0 01.5-.5zM7.75 10.5a.75.75 0 11-1.5 0 .75.75 0 011.5 0z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.206 1.045a.498.498 0 01.23.209l6.494 10.992a.5.5 0 01-.438.754H.508a.497.497 0 01-.506-.452.498.498 0 01.072-.31l6.49-10.984a.497.497 0 01.642-.21zM7 2.483L1.376 12h11.248L7 2.483z",fill:e}))),SZ=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 13A6 6 0 107 1a6 6 0 000 12zm0 1A7 7 0 107 0a7 7 0 000 14z",fill:e}))),kZ=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M14 7A7 7 0 110 7a7 7 0 0114 0z",fill:e}))),qT=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11 12.02c-.4.37-.91.56-1.56.56h-.88a5.493 5.493 0 01-1.3-.16c-.42-.1-.91-.25-1.47-.45a5.056 5.056 0 00-.95-.27H2.88a.84.84 0 01-.62-.26.84.84 0 01-.26-.61V6.45c0-.24.09-.45.26-.62a.84.84 0 01.62-.25h1.87c.16-.11.47-.47.93-1.06.27-.35.51-.64.74-.88.1-.11.19-.3.24-.58.05-.28.12-.57.2-.87.1-.3.24-.55.43-.74a.87.87 0 01.62-.25c.38 0 .72.07 1.03.22.3.15.54.38.7.7.15.31.23.73.23 1.27a3 3 0 01-.32 1.31h1.2c.47 0 .88.17 1.23.52s.52.8.52 1.22c0 .29-.04.66-.34 1.12.05.15.07.3.07.47 0 .35-.09.68-.26.98a2.05 2.05 0 01-.4 1.51 1.9 1.9 0 01-.57 1.5zm.473-5.33a.965.965 0 00.027-.25.742.742 0 00-.227-.513.683.683 0 00-.523-.227H7.927l.73-1.45a2 2 0 00.213-.867c0-.444-.068-.695-.127-.822a.53.53 0 00-.245-.244 1.296 1.296 0 00-.539-.116.989.989 0 00-.141.28 9.544 9.544 0 00-.174.755c-.069.387-.213.779-.484 1.077l-.009.01-.009.01c-.195.202-.41.46-.67.798l-.003.004c-.235.3-.44.555-.613.753-.151.173-.343.381-.54.516l-.255.176H5v4.133l.018.003c.384.07.76.176 1.122.318.532.189.98.325 1.352.413l.007.002a4.5 4.5 0 001.063.131h.878c.429 0 .683-.115.871-.285a.9.9 0 00.262-.702l-.028-.377.229-.3a1.05 1.05 0 00.205-.774l-.044-.333.165-.292a.969.969 0 00.13-.487.457.457 0 00-.019-.154l-.152-.458.263-.404a1.08 1.08 0 00.152-.325zM3.5 10.8a.5.5 0 100-1 .5.5 0 000 1z",fill:e}))),AZ=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M1.146 4.604l5.5 5.5a.5.5 0 00.708 0l5.5-5.5a.5.5 0 00-.708-.708L7 9.043 1.854 3.896a.5.5 0 10-.708.708z",fill:e}))),G5=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M11.104 7.354l-5.5 5.5a.5.5 0 01-.708-.708L10.043 7 4.896 1.854a.5.5 0 11.708-.708l5.5 5.5a.5.5 0 010 .708z",fill:e}))),GT=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"M7 2a.5.5 0 01.5.5v4H10a.5.5 0 010 1H7a.5.5 0 01-.5-.5V2.5A.5.5 0 017 2z",fill:e}),s.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7 14A7 7 0 107 0a7 7 0 000 14zm0-1A6 6 0 107 1a6 6 0 000 12z",fill:e})));const FZ=I.div({display:"flex",alignItems:"center",fontSize:"14px",lineHeight:"22px"}),p0=I.div(({color:e})=>({color:e??"inherit",display:"inline-flex",flexDirection:"row",alignItems:"center",margin:"0 4px","&:first-of-type":{marginLeft:0},"& svg":{marginRight:5,width:10,height:10}})),sg=I.div({"&::before":{content:"'/'",display:"block",marginRight:4}}),h0=I(u3)({marginTop:0,padding:0,height:"24px"}),_Z=ie(({successCount:e,failedCount:t,pendingCount:r,approvedCount:n,onClickByStatus:o,theme:a})=>A.jsxs(FZ,{children:[A.jsx(h0,{onClick:()=>{o("pending")},children:A.jsxs(p0,{color:a==null?void 0:a.color.mediumdark,children:[A.jsx(GT,{}),r]})}),A.jsx(sg,{}),A.jsx(h0,{onClick:()=>{o("success")},children:A.jsxs(p0,{color:a==null?void 0:a.color.green,children:[A.jsx(g3,{})," ",e]})}),A.jsx(sg,{}),A.jsx(h0,{onClick:()=>{o("failed")},children:A.jsxs(p0,{color:a==null?void 0:a.color.negative,children:[A.jsx(WT,{})," ",t]})}),A.jsx(sg,{}),A.jsx(h0,{onClick:()=>{o("approved")},children:A.jsxs(p0,{color:a==null?void 0:a.color.defaultText,children:[A.jsx(qT,{})," ",n]})})]})),IZ=ie(I.input(({theme:e})=>({appearance:"none",border:"none",boxSizing:"border-box",display:"block",outline:"none",width:"100%",background:"transparent",padding:0,fontSize:"inherit","&:-webkit-autofill":{WebkitBoxShadow:`0 0 0 3em ${e.color.lightest} inset`},"::placeholder":{color:e.color.mediumdark},"&:placeholder-shown ~ button":{opacity:0}}))),RZ=ie(I.button(({theme:e})=>({border:0,margin:0,padding:4,textDecoration:"none",background:e.appBorderColor,borderRadius:"1em",cursor:"pointer",opacity:1,transition:"all 150ms ease-out",position:"absolute",top:"50%",transform:"translateY(-50%)",right:2,"> svg":{display:"block",height:8,width:8,color:e.input.color,transition:"all 150ms ease-out"}}))),zZ=ie(I.form(({theme:e,focussed:t})=>({transition:"all 150ms ease-out",borderBottom:"1px solid transparent",borderBottomColor:e.appBorderColor,outline:0,position:"relative",color:e.input.color,input:{color:e.input.color,fontSize:e.typography.size.s2-1,lineHeight:"20px",paddingTop:2,paddingBottom:2,paddingLeft:20,paddingRight:20},"> svg":{transition:"all 150ms ease-out",position:"absolute",top:"50%",height:12,width:12,transform:"translateY(-50%)",zIndex:1,background:"transparent",path:{transition:"all 150ms ease-out",fill:"currentColor",opacity:t?1:.3}}}))),TZ=({onChange:e,value:t})=>{const{setSidebarFocusedItem:r}=Cl(),[n,o]=s.useState(!1),a=s.useRef(null);return A.jsxs(zZ,{autoComplete:"off",focussed:n,onReset:()=>{e("")},onSubmit:i=>{i.preventDefault()},children:[A.jsx(IZ,{type:"text",ref:a,onFocus:()=>{o(!0),r(null)},onBlur:()=>{o(!1)},onChange:i=>{e(i.target.value)},placeholder:"search by status or substring",value:t}),A.jsx(xZ,{}),A.jsx(RZ,{tabIndex:-1,type:"reset",value:"reset",title:"Clear search",children:A.jsx(UT,{})})]})},BZ=ie(I.div(({theme:e})=>({padding:"24px 36px 8px",background:e.background.content,height:"130px",zIndex:5,position:"sticky",top:"0"}))),LZ=I.div({display:"flex",justifyContent:"space-between"}),MZ=I.h2({fontWeight:"normal",margin:0}),vD=ie(I(pa)(({theme:e})=>({display:"flex",justifyContent:"center",transform:"none",width:"60px",padding:"8px 12px","& svg":{width:"24px",height:"24px",marginRight:0},"&:active svg path":{fill:e.color.inverseText}}))),yD=I.div(({left:e,right:t,top:r,bottom:n})=>({marginLeft:e??0,marginRight:t??0,marginTop:r??0,marginBottom:n??0})),OZ=e=>{let t=null;const r=[];return e.split(" ").filter(Boolean).map(o=>o.toLowerCase()).forEach(o=>{const[,a]=/^status:(failed|success|pending)$/i.exec(o)??[];if(a)return t=a;r.push(o)}),{status:t,subStrings:r}};function $Z({testsStatus:e,onStop:t,onStart:r,filter:n,onFilterChange:o,canStart:a}){const{isReport:i,isRunning:l}=s.useContext(Ku),[u,d]=s.useState(""),p=f=>{f===n.status?(d(n.subStrings.join(" ")),o({status:null,subStrings:n.subStrings})):(d(n.subStrings.join(" ")+" status:"+f),o({status:f,subStrings:n.subStrings}))},h=f=>{d(f),o(OZ(f))};return A.jsxs(BZ,{children:[A.jsxs(LZ,{children:[A.jsxs("div",{children:[A.jsx(MZ,{children:"colin.creevey"}),A.jsx(_Z,{...e,onClickByStatus:p})]}),i?null:A.jsx(yD,{top:"10px",children:l?A.jsx(vD,{variant:"outline",onClick:t,children:A.jsx(EZ,{})}):A.jsx(vD,{variant:"outline",onClick:r,disabled:!a,children:A.jsx(DZ,{})})})]}),A.jsx(yD,{top:"24px",bottom:"24px",children:A.jsx(TZ,{onChange:h,value:u})})]})}const PZ=ie(I.label(({theme:e,disabled:t})=>({display:"inline-flex",alignItems:"baseline",position:"relative",whiteSpace:"nowrap",cursor:"pointer",fontSize:e.typography.size.s1,padding:"0px",pointerEvents:t?"none":"auto",input:{display:"inline-block",opacity:"0",width:0,height:0,position:"absolute",zIndex:-1,"&:focus + span":{outline:"none",boxShadow:`${Fi(.5,e.color.defaultText)} 0 0 0 1px inset`}}}))),NZ=ie(I.span(({theme:e})=>({display:"inline-block",width:"16px",height:"16px",border:e.appBorderColor,borderRadius:e.input.borderRadius,margin:"2px",boxShadow:`${Fi(.8,e.color.defaultText)} 0 0 0 1px inset`,color:Fi(.3,e.color.defaultText),background:e.background.content,"&:hover, &:focus":{outline:"none",boxShadow:`${Fi(.5,e.color.defaultText)} 0 0 0 1px inset`}}))),jZ=I(kZ)({margin:"4px",verticalAlign:"baseline"}),HZ=I(g3)({margin:"2px",verticalAlign:"baseline"}),YT=I.span({paddingLeft:"8px",verticalAlign:"middle",alignSelf:"center",lineHeight:"18px"});class KT extends z.Component{constructor(){super(...arguments);Hr(this,"state",{indeterminate:!1});Hr(this,"handleIndeterminateChange",r=>{this.setState({indeterminate:r})});Hr(this,"setIndeterminate",()=>{this.handleIndeterminateChange(!0)});Hr(this,"resetIndeterminate",()=>{this.handleIndeterminateChange(!1)})}render(){const{checked:r,disabled:n,onValueChange:o}=this.props,{indeterminate:a}=this.state;return A.jsxs(PZ,{disabled:n,children:[A.jsx("input",{type:"checkbox",onChange:i=>{o(i.target.checked)},checked:r??!1}),A.jsx(NZ,{children:a?A.jsx(jZ,{width:"8",height:"8"}):r?A.jsx(HZ,{width:"12",height:"12"}):" "})]})}}const VZ=I.span({width:"16px",height:"13px",padding:1,display:"inline-block"}),Tl={position:"relative",top:"1px",verticalAlign:"baseline"},UZ=I(WT)(Tl),WZ=I(g3)(Tl),qZ=I(qT)(Tl),GZ=I(CZ)(Tl),YZ=I(GT)(Tl),KZ=I(SZ)(Tl),XZ=I(Nf)({top:"12px",left:"unset",marginLeft:"0px"}),XT=ie(({inverted:e,status:t,skip:r,theme:n})=>{let o=null;switch(t){case"failed":{o=A.jsx(UZ,{color:e?n.color.lightest:n.color.negative});break}case"success":{o=A.jsx(WZ,{color:e?n.color.lightest:n.color.green});break}case"approved":{o=A.jsx(qZ,{color:e?n.color.lightest:n.color.mediumdark});break}case"running":{o=A.jsx(XZ,{size:10});break}case"pending":{o=A.jsx(YZ,{color:e?n.color.lightest:n.color.mediumdark});break}default:{r?o=A.jsx(GZ,{color:e?n.color.lightest:void 0}):o=A.jsx(KZ,{color:e?n.color.lightest:void 0});break}}return A.jsx(VZ,{children:o})}),QT=ie(I.div(({theme:e,disabled:t,active:r,focused:n})=>({position:"relative",width:"100%",height:"28px",lineHeight:"20px",display:"flex",background:r?e.color.secondary:n?e.background.hoverable:"none",color:r?e.color.inverseText:"inherit",outline:n?`1px solid ${e.color.ancillary}`:"none",...t?{color:e.color.mediumdark,pointerEvents:"none"}:{},"&:hover, &.hover":r?{}:{background:e.background.hoverable}}))),ZT=ie(I.button(({theme:e,active:t})=>({flexGrow:1,boxSizing:"border-box",appearance:"none",padding:"4px 16px 4px 8px",lineHeight:"18px",cursor:"pointer",border:"none",zIndex:1,textAlign:"left",background:"none",outline:"none",color:t?e.color.inverseText:"inherit"}))),JT={paddingRight:"4px",display:"inline-block",width:"12px",height:"18px",verticalAlign:"unset"},QZ=I(AZ)(JT),ZZ=I(G5)(JT),eB=I.span(({padding:e})=>({paddingLeft:e,whiteSpace:"normal",display:"grid",gridTemplateColumns:"repeat(2, min-content) auto"})),tB=I.span({paddingLeft:"4px",whiteSpace:"nowrap",overflowX:"hidden",textOverflow:"ellipsis"});function wD({title:e,suite:t,"data-testid":r}){const{onSuiteOpen:n,onSuiteToggle:o,sidebarFocusedItem:a,setSidebarFocusedItem:i}=Cl(),l=s.useRef(null),u=s.useRef(null),d=s.useMemo(()=>Array.isArray(a)&&a.length===t.path.length&&a.every(g=>t.path.includes(g)),[t,a]);s.useEffect(()=>{var g,v;return t.indeterminate?(g=l.current)==null?void 0:g.setIndeterminate():(v=l.current)==null?void 0:v.resetIndeterminate()},[t.indeterminate]),s.useEffect(()=>{var g;d&&((g=u.current)==null||g.focus())},[d]);const p=t.path.length==0,h=g=>{o(t.path,g)},f=()=>{p||(n(t.path,!t.opened),i(t.path))},m=()=>{i(t.path)};return A.jsxs(QT,{focused:d,children:[A.jsx(YT,{children:A.jsx(KT,{ref:l,checked:t.skip?!1:t.checked,disabled:!!t.skip,onValueChange:h})}),A.jsx(ZT,{onClick:f,onFocus:m,"data-testid":r,ref:u,children:A.jsxs(eB,{padding:(t.path.length-1)*8,children:[ce(t)||!!t.path.length&&(t.opened?A.jsx(QZ,{}):A.jsx(ZZ,{})),A.jsx(XT,{status:t.status,skip:t.skip}),A.jsx(tB,{children:e})]})})]})}const JZ=I(eB)({gridTemplateColumns:"min-content auto"});function eJ({title:e,opened:t,test:r}){var m;const{onSuiteToggle:n,sidebarFocusedItem:o,setSidebarFocusedItem:a}=Cl(),{onOpenTest:i}=s.useContext(rB),l=s.useRef(null),u=(((m=r.results)==null?void 0:m.length)??0)==0,d=s.useMemo(()=>Qt(r),[r]),p=s.useMemo(()=>Array.isArray(o)&&d.length===o.length&&d.every(g=>o.includes(g)),[d,o]),h=s.useCallback(g=>{n(d,g)},[d,n]);s.useEffect(()=>{var g;p&&((g=l.current)==null||g.focus())},[p]);const f=s.useCallback(()=>{i(r),a(Qt(r))},[r,i,a]);return A.jsxs(QT,{disabled:u,active:t,focused:p,children:[A.jsx(YT,{children:A.jsx(KT,{checked:r.skip?!1:r.checked,disabled:!!r.skip,onValueChange:h})}),A.jsx(ZT,{onClick:f,disabled:u,ref:l,children:A.jsxs(JZ,{padding:(d.length+1)*8,children:[A.jsx(XT,{inverted:t,status:r.status,skip:r.skip}),A.jsx(tB,{children:e})]})})]})}const tJ=ie(I.div(({theme:e})=>({padding:"24px 32px 8px",background:e.background.content,height:"50px",zIndex:5,position:"sticky",bottom:"0"}))),rJ=I.div({display:"flex",justifyContent:"space-between"});function nJ(){const{onApproveAll:e,onImageApprove:t,onImageNext:r}=Cl(),[n,o]=s.useState(!1),a=s.useCallback(l=>{l.code==="AltLeft"&&(l.preventDefault(),o(!0))},[]),i=s.useCallback(l=>{l.code==="AltLeft"&&(l.preventDefault(),o(!1))},[]);return s.useEffect(()=>(document.addEventListener("keydown",a,!1),document.addEventListener("keyup",i,!1),()=>{document.removeEventListener("keydown",a,!1),document.removeEventListener("keyup",i,!1)}),[a,i]),A.jsx(tJ,{children:A.jsxs(rJ,{children:[n?A.jsxs(pa,{variant:"outline",size:"medium",onClick:r,disabled:!t,children:["Next",A.jsx(G5,{})]}):A.jsxs(pa,{variant:"solid",size:"medium",onClick:t,disabled:!t,children:["Approve",A.jsx(G5,{})]}),A.jsx(pa,{variant:"outline",size:"medium",onClick:e,children:"Approve all"})]})})}const rB=s.createContext({onOpenTest:wt}),oJ=ie(I.div(({theme:e})=>({width:"300px",boxShadow:`0 0 5px ${Fi(.8,e.color.defaultText)}`,zIndex:1e3,background:e.background.content}))),aJ=I.div({height:"calc(100vh - 245px)",width:300,flex:"none",overflowY:"auto",position:"sticky",top:"0",left:"0"}),bD=ie(I.div(({theme:e,position:t})=>({[t]:"0px",position:"sticky",boxShadow:`0 0 5px 2.5px ${Fi(.8,e.color.defaultText)}`,zIndex:3}))),iJ=I.div({marginBottom:"30px",paddingTop:"9px"}),lJ=I.div({marginBottom:"8px",position:"relative",height:"100%"}),xD=ie(I.div(({theme:e,position:t})=>({...t==="top"?{position:"absolute"}:{position:"relative",bottom:"8px",marginBottom:"-8px"},height:"8px",width:"100%",zIndex:4,background:e.background.content})));function sJ({rootSuite:e,testId:t,onOpenTest:r,filter:n,setFilter:o}){const{onStart:a,onStop:i}=Cl(),l=my(e,n),u=Nj(e),d=gy(l),p=hy(e).length,h=()=>{a(l)};return A.jsx(rB.Provider,{value:{onOpenTest:r},children:A.jsxs(oJ,{children:[A.jsx($Z,{testsStatus:u,filter:n,onFilterChange:o,onStart:h,onStop:i,canStart:p!==0}),A.jsxs(aJ,{children:[A.jsxs(ul,{vertical:!0,children:[A.jsx(bD,{position:"top"}),A.jsxs(lJ,{children:[A.jsx(xD,{position:"top"}),A.jsx(iJ,{children:A.jsx(wD,{title:"Select all",suite:e,"data-testid":"selectAll"})}),d.map(({title:f,suite:m})=>ce(m)?A.jsx(eJ,{title:f,opened:m.id==t,test:m},m.id):A.jsx(wD,{title:f,suite:m,"data-testid":f},m.path.join("/")))]}),A.jsx(xD,{position:"bottom"})]}),A.jsx(bD,{position:"bottom"})]}),A.jsx(nJ,{})]})})}const ln={actual:"negative",expect:"positive",diff:"secondary"},uJ=(e,t)=>t in e.color;function sn(e,t){return uJ(e,t)?e.color[t]:t}function jf(){var e;(e=window.__CREEVEY_SET_READY_FOR_CAPTURE__)==null||e.call(window)}const cJ=I.div({display:"flex",flexWrap:"nowrap",alignItems:"center",justifyContent:"center",height:"100%",width:"100%"}),dJ=I.div(({layout:e})=>({display:"flex",alignItems:"flex-start",justifyContent:"flex-start",flexDirection:e=="horizontal"?"row":"column","& > :not(:first-of-type)":{marginLeft:e=="horizontal"?"20px":0,marginTop:e=="horizontal"?0:"20px"}})),DD=I.a({lineHeight:0,flexShrink:0}),fJ=I.a({lineHeight:0}),Y5=I.img(({borderColor:e})=>({boxSizing:"border-box",border:`1px solid ${e}`,maxWidth:"100%",flexShrink:0})),pJ=I(Y5)({flexShrink:1}),hJ=ie(({actual:e,diff:t,expect:r,theme:n})=>{const[o,a]=s.useState("horizontal"),[i,l]=s.useState(1),u=s.useRef(null),d=s.useRef(null),p=s.useRef(null),h=s.useRef(null),f=Q1(r,t,e),m=s.useCallback(()=>{const g=u.current,v=d.current,D=p.current,b=h.current;if(!g||!v||!b||!D||!f){l(1);return}const w=vy(D);if(o=="vertical"){const y=(D.getBoundingClientRect().width-w*2)/D.naturalWidth;l(Math.min(1,y))}if(o=="horizontal"){const y=(g.getBoundingClientRect().width-40-w*6)/[v,D,b].map(x=>x.naturalWidth).reduce((x,E)=>x+E,0);l(Math.min(1,y))}},[f,o]);return Ek(u,m),s.useLayoutEffect(m,[m]),s.useLayoutEffect(()=>{const g=p.current;if(!g||!f)return;const v=g.naturalWidth/g.naturalHeight;a(v>=2?"vertical":"horizontal")},[f]),wo(d,i),wo(h,i),s.useEffect(()=>{f&&jf()},[f]),A.jsx(cJ,{ref:u,children:f?A.jsxs(dJ,{layout:o,children:[A.jsx(DD,{href:r,target:"_blank",rel:"noopener noreferrer",children:A.jsx(Y5,{ref:d,borderColor:sn(n,ln.expect),alt:"expect",src:r})}),A.jsx(fJ,{href:t,target:"_blank",rel:"noopener noreferrer",children:A.jsx(pJ,{ref:p,borderColor:sn(n,ln.diff),alt:"diff",src:t})}),A.jsx(DD,{href:e,target:"_blank",rel:"noopener noreferrer",children:A.jsx(Y5,{ref:h,borderColor:sn(n,ln.actual),alt:"actual",src:e})})]}):A.jsx(Nf,{size:64})})}),mJ=I.div({position:"relative",display:"flex"}),nB=I.img(({borderColor:e})=>({boxSizing:"border-box",border:`1px solid ${e}`,maxWidth:"100%"})),ED=I(nB)({position:"absolute"}),gJ=I(nB)({cursor:"pointer",outline:"none",opacity:0,zIndex:1}),vJ=ie(({theme:e,expect:t,actual:r,diff:n})=>{const[o,a]=s.useState("actual"),i=s.useRef(null),l=s.useRef(null),u=s.useRef(null),d=Q1(t,n,r),p=yy(l,d);wo(i,p,o),wo(u,p,o);const h=s.useCallback(()=>{a(m=>m=="actual"?"expect":"actual")},[]),f=s.useCallback(m=>{m.code==="Space"&&m.altKey&&(m.preventDefault(),h())},[h]);return s.useEffect(()=>(document.addEventListener("keydown",f,!1),()=>{document.removeEventListener("keydown",f,!1)}),[f]),s.useEffect(()=>{d&&jf()},[d]),d?A.jsxs(mJ,{children:[A.jsx(ED,{ref:i,borderColor:sn(e,ln.expect),alt:"expect",src:t,hidden:o!="expect"}),A.jsx(gJ,{ref:l,borderColor:"transparent",tabIndex:0,alt:"diff",src:n,onClick:h}),A.jsx(ED,{ref:u,borderColor:sn(e,ln.actual),alt:"actual",src:r,hidden:o!="actual"})]}):A.jsx(Nf,{size:64})}),yJ=I.div({position:"relative",display:"flex"}),wJ=I.input({position:"absolute",cursor:"ew-resize",appearance:"none",background:"none",boxShadow:"none",outline:"none",height:"100%",width:"100%",margin:"0",zIndex:1,"&::-webkit-slider-runnable-track":{height:"100%"},"&::-webkit-slider-thumb":{boxShadow:"0 0 0 0.5px #888",height:"100%",width:"0px",appearance:"none"},"&::-moz-focus-outer":{border:"0"},"&::-moz-range-track":{height:"0"},"&::-moz-range-thumb":{border:"none",boxShadow:"0 0 0 0.5px #888",height:"100%",width:"0px"}}),CD=I.div({position:"absolute",width:"100%",height:"100%",overflow:"hidden"}),SD=ie(I.div(({theme:e})=>({background:e.base=="light"?e.color.mediumlight:e.color.darker,position:"relative",width:"100%",height:"100%",display:"flex"}))),oB=I.img(({borderColor:e})=>({boxSizing:"border-box",border:`1px solid ${e}`,maxWidth:"100%"})),kD=I(oB)({position:"absolute"}),bJ=I(oB)({opacity:"0"}),xJ=ie(({actual:e,diff:t,expect:r,theme:n})=>{const[o,a]=s.useState(0),i=s.useRef(null),l=s.useRef(null),u=s.useRef(null),d=s.useRef(null),p=s.useRef(null),h=Q1(r,t,e),f=yy(d,h);wo(u,f),wo(p,f);const m=s.useCallback(g=>{if(!i.current||!l.current)return;const v=Number(g.target.value);i.current.style.right=`${100-v}%`,l.current.style.left=`${100-v}%`},[]);return s.useLayoutEffect(()=>{h&&d.current&&a(100/d.current.getBoundingClientRect().width)},[h,f]),s.useLayoutEffect(()=>{h&&i.current&&l.current&&(i.current.style.right="100%",l.current.style.left="100%")},[h]),s.useEffect(()=>{h&&jf()},[h]),h?A.jsxs(yJ,{children:[A.jsx(wJ,{"data-testid":"slider",type:"range",min:0,max:100,defaultValue:0,step:o,onChange:m}),A.jsx(CD,{children:A.jsx(SD,{children:A.jsx(kD,{ref:p,borderColor:sn(n,ln.actual),alt:"actual",src:e})})}),A.jsx(CD,{ref:i,children:A.jsx(SD,{ref:l,children:A.jsx(kD,{ref:u,borderColor:sn(n,ln.expect),alt:"expect",src:r})})}),A.jsx(bJ,{ref:d,borderColor:"transparent",alt:"diff",src:t})]}):A.jsx(Nf,{size:64})}),DJ=I.div({position:"relative",display:"flex",filter:"invert(100%)"}),AD=I.div({position:"absolute",width:"100%",height:"100%",display:"flex"}),v3=I.img(({borderColor:e})=>({boxSizing:"border-box",border:`1px solid ${e}`,maxWidth:"100%",filter:"invert(100%)"})),EJ=I(v3)({mixBlendMode:"difference"}),CJ=I(v3)({opacity:"0"}),SJ=ie(({actual:e,diff:t,expect:r,theme:n})=>{const o=s.useRef(null),a=s.useRef(null),i=s.useRef(null),l=Q1(r,t,e),u=yy(a,l);return wo(o,u,l),wo(i,u,l),s.useEffect(()=>{l&&jf()},[l]),A.jsxs(DJ,{children:[A.jsx(AD,{children:A.jsx(v3,{ref:o,borderColor:sn(n,ln.expect),alt:"expect",src:r})}),A.jsx(CJ,{ref:a,borderColor:"transparent",alt:"diff",src:t}),A.jsx(AD,{children:A.jsx(EJ,{ref:i,borderColor:sn(n,ln.actual),alt:"actual",src:e})})]})}),kJ={"side-by-side":hJ,swap:vJ,slide:xJ,blend:SJ},AJ=I.div({height:"100%",display:"flex",textAlign:"center",alignItems:"center",justifyContent:"center",padding:"0 20px"}),FJ=I.a({lineHeight:0}),_J=ie(I.img(({theme:e})=>({border:`1px solid ${sn(e,ln.expect)}`,maxWidth:"100%"})));function ss(e,t){return t?`${t}/${e}`:e}function IJ({url:e,image:t,canApprove:r,mode:n}){const o=kJ[n],{actual:a,diff:i,expect:l}=t;return A.jsx(AJ,{children:r&&i&&l?A.jsx(o,{actual:ss(a,e),diff:ss(i,e),expect:ss(l,e)}):A.jsx(FJ,{href:ss(a,e),target:"_blank",rel:"noopener noreferrer",children:A.jsx(_J,{alt:"actual",src:ss(a,e)})})})}const ks=64,Vn=(2*(ks-8)**2)**(1/2),RJ=I.button(({borderColor:e})=>({appearance:"none",background:"none",color:"inherit",font:"inherit",cursor:"pointer",outline:"none",zIndex:1,margin:"0 10px",border:"2px solid transparent",borderColor:e??"transparent","&:first-of-type":{marginLeft:0}})),zJ=ie(I.img(({hasBorder:e,backgroundColor:t,theme:r})=>({maxHeight:`${ks}px`,width:`${ks}px`,overflow:"hidden",transform:e?"translateY(2px)":void 0,"&::before":{content:"' '",display:"block",height:`${ks-8}px`,width:`${ks-8}px`,margin:"4px",backgroundColor:t,backgroundImage:`linear-gradient(
|
576
|
+
45deg,
|
577
|
+
rgba(0, 0, 0, 0) ${Vn/2-.5}px,
|
578
|
+
${r.color.medium} ${Vn/2-.5}px,
|
579
|
+
${r.color.medium} ${Vn/2+.5}px,
|
580
|
+
rgba(0, 0, 0, 0) ${Vn/2+.5}px
|
581
|
+
),
|
582
|
+
linear-gradient(
|
583
|
+
315deg,
|
584
|
+
rgba(0, 0, 0, 0) ${Vn/2+.2}px,
|
585
|
+
${r.color.medium} ${Vn/2+.2}px,
|
586
|
+
${r.color.medium} ${Vn/2+1.2}px,
|
587
|
+
rgba(0, 0, 0, 0) ${Vn/2+1.2}px
|
588
|
+
)`}}))),TJ=ie(({isActive:e,onClick:t,imageName:r,url:n,theme:o,error:a})=>{const i=()=>{t(r)};return A.jsx(RJ,{onClick:i,borderColor:e?o.barSelectedColor:a?o.color.negative:void 0,children:A.jsx(zJ,{hasBorder:e||a,src:n,alt:r,backgroundColor:o.background.content})})}),aB="Creevey_view_mode",Zn=["side-by-side","swap","slide","blend"],BJ=()=>{const e=localStorage.getItem(aB);return e&&Zn.includes(e)?e:"side-by-side"},LJ=I.div({margin:"24px 44px 0"}),MJ=ie(I.div(({theme:e})=>({marginTop:"8px",padding:"8px",background:e.background.negative,color:e.color.negative,borderRadius:"2px",display:"flex",alignItems:"baseline","& svg":{margin:"0 5px",width:8,height:8},"& pre":{margin:"0 4px",padding:0,lineHeight:"22px"}}))),OJ=I.h1({margin:0,marginBottom:"8px"}),$J=ie(I.span(({theme:e})=>({padding:"0 8px",color:e.color.mediumdark}))),PJ=I.div({display:"flex",margin:"16px 0 8px"});function NJ({title:e,imageName:t,images:r={},errorMessage:n,showViewModes:o,viewMode:a,imagesWithError:i=[],onImageChange:l,onViewModeChange:u}){var m;const{isReport:d}=s.useContext(Ku),p=Object.entries(r),h=g=>{u(g)};s.useEffect(()=>{if(t===""){if(i.length>0){l(i[0]);return}const g=Object.keys(r).at(0);g&&l(g)}},[t,r,i,l]);const f=n||i.includes(t)?((m=r[t])==null?void 0:m.error)??n:null;return A.jsxs(LJ,{children:[A.jsx(OJ,{children:e.flatMap(g=>[g,A.jsx($J,{children:"/"},g)]).slice(0,-1)}),f&&A.jsxs(MJ,{children:[A.jsx(UT,{}),A.jsx("pre",{children:f})]}),p.length>1?A.jsx(PJ,{children:p.map(([g,v])=>A.jsx(TJ,{imageName:g,url:`${Dk(e,g,d)}/${v.actual}`,isActive:g===t,onClick:l,error:i.includes(g)},g))}):null,o&&A.jsx(m3,{selected:a,actions:{onSelect:h},children:Zn.map(g=>A.jsx("div",{id:g,title:g},g))})]})}function jJ(e){const t=(n,o)=>{switch(n){case".":return A.jsx(vl,{disabled:!0,autoFocus:!1,content:"",nonce:"",rel:"",rev:"",children:"..."},`dots${o<5?"Left":"Right"}`);default:return A.jsx(vl,{rel:n,rev:n,autoFocus:!1,nonce:n,content:n,onClick:()=>{r(n)},active:e.activePage===n,children:n},n)}},r=n=>{const o=Number(n);1<=o&&n!==e.activePage&&o<=e.pagesCount&&e.onPageChange(o)};return A.jsx("div",{children:HJ(e.activePage,e.pagesCount).map(t)})}function HJ(e,t){const r=Number(e),n=[],o=Math.max(Math.min(r-2,t-4),1),a=Math.min(Math.max(5,r+2),t),i=o>3,l=i?o:1,u=a<t-2,d=u?a:t;i&&n.push("1",".");for(let p=l;p<=d;++p)n.push(`${p}`);return u&&n.push("."),u&&isFinite(t)&&n.push(`${t}`),n}const VJ=ie(I.div(({theme:e})=>({display:"flex",padding:"24px 32px 20px",justifyContent:"space-between",background:e.background.content})));function UJ({retriesCount:e,retry:t,onRetryChange:r}){return A.jsx(VJ,{children:A.jsx(jJ,{activePage:`${t}`,onPageChange:r,pagesCount:e})})}const WJ=I.div({width:"100%",height:"100%",boxSizing:"border-box",display:"flex",flexDirection:"column"}),qJ=I.div(({theme:e})=>({background:e.base=="light"?e.color.mediumlight:e.color.darker,flexGrow:1,padding:"20px 0"})),GJ=I.div({position:"sticky",top:0,zIndex:1}),YJ=I.div({flexGrow:1,minHeight:0}),KJ=I.div({position:"sticky",bottom:0,zIndex:1}),XJ=I.div(({height:e="100vh"})=>({height:e,width:"100%",overflowY:"hidden",display:"flex",flexDirection:"column"}));function QJ({path:e,results:t=[],approved:r,theme:n,height:o,retry:a,imageName:i,onImageChange:l,onRetryChange:u}){var y;const d=t[a-1]??{},{isReport:p}=s.useContext(Ku),[h,f]=s.useState(BJ()),m=Dk(e,i,p),g=(y=d.images)==null?void 0:y[i],v=!!(g&&(r==null?void 0:r[i])!=a-1&&d.status!="success"),D=v&&!!(g!=null&&g.diff&&g.expect),b=d.images?Object.keys(d.images).filter(x=>{var E,S;return d.status!="success"&&(r==null?void 0:r[x])!=a-1&&((S=(E=d.images)==null?void 0:E[x])==null?void 0:S.error)!=null}):[],w=s.useCallback(x=>{v&&x.code==="Tab"&&(x.preventDefault(),x.shiftKey?f(E=>Zn.at((Zn.indexOf(E)-1)%Zn.length)):f(E=>Zn.at((Zn.indexOf(E)+1)%Zn.length)))},[v]);return s.useEffect(()=>{localStorage.setItem(aB,h)},[h]),s.useEffect(()=>(document.addEventListener("keydown",w,!1),()=>{document.removeEventListener("keydown",w,!1)}),[w]),A.jsxs(XJ,{height:o,children:[A.jsx(GJ,{children:A.jsx(NJ,{title:e,imageName:i,images:d.images,errorMessage:d.error,showViewModes:D,viewMode:h,onViewModeChange:f,onImageChange:l,imagesWithError:b})}),A.jsx(YJ,{children:A.jsx(ul,{vertical:!0,children:A.jsx(WJ,{children:A.jsx(qJ,{theme:n,children:g?A.jsx(IJ,{url:m,image:g,canApprove:v,mode:h}):A.jsx(lQ,{children:`Image ${i} not found`})})})})}),t.length?A.jsx(KJ,{children:A.jsx(UJ,{retry:a,retriesCount:t.length,onRetryChange:u})}):null]})}const ZJ=ie(QJ),JJ=ie(I.span(({theme:e})=>({lineHeight:"10px",display:"inline-block",position:"relative",whiteSpace:"nowrap",background:e.base=="light"?e.color.mediumlight:e.color.darker,borderRadius:"3em",padding:2,verticalAlign:"middle",marginLeft:10,input:{appearance:"none",width:"100%",height:"100%",position:"absolute",left:0,top:0,margin:0,padding:0,border:"none",cursor:"pointer","&:focus":{outline:"none"}},span:{cursor:"pointer",display:"inline-block",transition:"all 100ms ease-out",userSelect:"none",borderRadius:"100%",background:e.background.bar,boxShadow:`${Xp(.1,e.appBorderColor)} 0 0 2px`,color:e.color.defaultText,width:20,height:20,boxSizing:"border-box",lineHeight:"19px",textAlign:"center","&:hover":{boxShadow:`${Xp(.3,e.appBorderColor)} 0 0 0 1px inset`},"&:active":{boxShadow:`${Xp(.05,e.appBorderColor)} 0 0 0 2px inset`}},"input:checked ~ span":{marginLeft:20},"input:not(:checked) ~ span":{marginRight:20}}))),eee=({value:e,onChange:t})=>A.jsxs(JJ,{children:[A.jsx("input",{type:"checkbox",onChange:()=>{t(!e)},checked:e??!1}),A.jsx("span",{children:e?"☪":"☀"})]}),iB="Creevey_theme";function tee(e){return Te(e)&&Object.prototype.hasOwnProperty.call(q1,e)}function ree(){const e=localStorage.getItem(iB);return tee(e)?e:"light"}function lB(){const[e,t]=s.useState(ree());return s.useEffect(()=>{localStorage.setItem(iB,e)},[e]),[e,t]}const nee=ie(I.div(({theme:e})=>({height:"100vh",display:"flex",background:e.background.content,color:e.color.defaultText}))),oee=I.div({zIndex:1,position:"absolute",right:10,top:10});function aee({api:e,initialState:t}){var U,K;const[r,n]=YM(t.tests),[o,a]=s.useState(t.isRunning),[i,l]=s.useState([]),[u,d]=s.useState({status:null,subStrings:[]}),[p,h]=lB(),f=Oj(r,i),m=s.useMemo(()=>yk(r),[r]),[g,v]=s.useState(((U=f==null?void 0:f.results)==null?void 0:U.length)??0),D=s.useMemo(()=>{var B;return(B=f==null?void 0:f.results)==null?void 0:B[g-1]},[f,g]),[b,w]=s.useState(Object.keys((D==null?void 0:D.images)??{})[0]??""),[y,x]=s.useState([]),E=s.useMemo(()=>{var B,L,O;return!!((L=(B=f==null?void 0:f.results)==null?void 0:B[g-1])!=null&&L.images&&((O=f.approved)==null?void 0:O[b])!=g-1&&f.results[g-1].status!="success")},[b,f,g]);i.length>0&&!Te(f)&&l([]);const S=s.useCallback((B,L)=>{n(O=>{Nc(O,B,L)})},[n]),C=s.useCallback((B,L)=>{n(O=>{$j(O,B,L)})},[n]),k=s.useCallback(B=>{const L=Qt(B);jj(L),x(L),n(O=>{Nc(O,L,!0),l(L)})},[n]),F=s.useCallback(()=>{if(m.length==0)return;const B=m.findIndex(O=>O.id===(f==null?void 0:f.id)),L=Object.entries((D==null?void 0:D.images)??{}).filter(([O,V])=>{var Q;return(V==null?void 0:V.error)!=null&&((Q=f==null?void 0:f.approved)==null?void 0:Q[O])!=g-1&&(D==null?void 0:D.status)!="success"}).map(([O])=>O);if(L.length>1&&(m.length==1||L.indexOf(b)<L.length-1))w(O=>L[L.indexOf(O)+1]??L[0]);else{const O=m[B+1]??m[0];k(O)}},[m,k,f,g,D,b]),_=s.useCallback(()=>{const B=f==null?void 0:f.id;B&&(e==null||e.approve(B,g-1,b))},[e,b,f==null?void 0:f.id,g]),T=s.useCallback(()=>{_(),F()},[_,F]),N=s.useCallback(()=>{e==null||e.approveAll()},[e]),P=s.useCallback(B=>e==null?void 0:e.start(hy(B).map(L=>L.id)),[e]),G=s.useCallback(()=>e==null?void 0:e.stop(),[e]),j=s.useCallback(B=>{h(B?"dark":"light")},[h]);return s.useEffect(()=>{var O,V;const B=((O=f==null?void 0:f.results)==null?void 0:O.length)??0,L=((V=f==null?void 0:f.results)==null?void 0:V[B-1])??{images:{}};w(Object.keys(L.images??{})[0]??""),v(B)},[f==null?void 0:f.results]),s.useEffect(()=>{window.addEventListener("popstate",B=>{n(L=>{const O=B.state;if(O&&typeof O=="object"&&"testPath"in O){const{testPath:V}=O;Array.isArray(V)&&(Nc(L,V,!0),l(V))}})}),n(B=>{const L=Hj();Nc(B,L,!0),l(L)})},[n]),s.useEffect(()=>e==null?void 0:e.onUpdate(({isRunning:B,tests:L,removedTests:O=[]})=>{Te(B)&&a(B),Te(L)&&n(V=>{Object.values(L).forEach(Q=>{Q&&wk(V,Qt(Q),Q)}),O.forEach(Q=>{bk(V,Qt(Q))})})}),[e,n]),A.jsx(Ku.Provider,{value:{isReport:t.isReport,isRunning:o,onImageNext:E?F:void 0,onImageApprove:E?T:void 0,onApproveAll:N,onStart:P,onStop:G,onSuiteOpen:S,onSuiteToggle:C,sidebarFocusedItem:y,setSidebarFocusedItem:x},children:A.jsx(xS,{theme:US(q1[p]),children:A.jsx(Vj,{rootSuite:r,filter:u,children:A.jsxs(nee,{children:[A.jsx(sJ,{rootSuite:r,testId:f==null?void 0:f.id,onOpenTest:k,filter:u,setFilter:d}),f&&A.jsx(ZJ,{path:i,results:f.results,approved:f.approved,retry:g,imageName:b,onImageChange:w,onRetryChange:v},`${f.id}_${((K=f.results)==null?void 0:K.length)??0}`),A.jsx(oee,{children:A.jsx(eee,{value:p=="dark",onChange:j})})]})})})})}async function iee(){let e=wt,t=wt;const r=new Set;let n=null,o=wt;const a=new WebSocket(`ws://${xk()}`);function i(l){a.send(JSON.stringify(l))}return a.addEventListener("error",l=>{t(l)}),a.addEventListener("open",()=>{e({start(l){i({type:"start",payload:l})},stop(){i({type:"stop"})},approve(l,u,d){i({type:"approve",payload:{id:l,retry:u,image:d}})},approveAll(){i({type:"approveAll"})},onUpdate(l){return r.add(l),()=>r.delete(l)},get status(){return n||(i({type:"status"}),n=new Promise(l=>o=l))}})}),a.addEventListener("message",l=>{const u=JSON.parse(l.data);u.type=="update"&&r.forEach(d=>{d(u.payload)}),u.type=="status"&&(o(u.payload),o=wt,n=null)}),new Promise((l,u)=>{e=l,t=u})}const lee=ie(I.div(({theme:e})=>({height:"100vh",width:"100vw",background:e.background.app}))),see=ie(I.div(({size:e=32,theme:t})=>({borderRadius:"50%",cursor:"progress",display:"inline-block",overflow:"hidden",position:"absolute",transition:"all 200ms ease-out",verticalAlign:"top",top:"50%",left:"50%",marginTop:-(e/2),marginLeft:-(e/2),height:e,width:e,zIndex:4,borderWidth:2,borderStyle:"solid",borderColor:t.base==="light"?"rgba(97, 97, 97, 0.29)":"rgba(255, 255, 255, 0.2)",borderTopColor:t.base==="light"?"rgb(100,100,100)":"rgba(255, 255, 255, 0.4)",animation:`${uee} 0.7s linear infinite`,mixBlendMode:"difference"}))),uee=Rr`
|
589
|
+
from {
|
590
|
+
transform: rotate(0deg);
|
591
|
+
}
|
592
|
+
to {
|
593
|
+
transform: rotate(360deg);
|
594
|
+
}
|
595
|
+
`;function cee(){const[e]=lB();return A.jsx(xS,{theme:US(q1[e]),children:A.jsx(lee,{children:A.jsx(see,{size:64})})})}window.__CREEVEY_SET_READY_FOR_CAPTURE__=wt;function FD(){return new Promise(e=>{const t=document.createElement("script");t.src="data.js",t.onload=()=>{e(__CREEVEY_DATA__)},document.body.appendChild(t)})}const dee=z.lazy(async()=>{let e=!1,t,r;if(window.location.host)try{r=await iee(),t=await r.status}catch{e=!0,t={isRunning:!1,tests:await FD(),browsers:[]}}else e=!0,t={isRunning:!1,tests:await FD(),browsers:[]};return{default(){return A.jsx(aee,{api:r,initialState:{isReport:e,isRunning:t.isRunning,tests:Pj(t.tests)}})}}}),fee=VC(document.getElementById("root"));fee.render(A.jsx(s.Suspense,{fallback:A.jsx(cee,{}),children:A.jsx(dee,{})}));
|