creevey 0.9.1 → 0.10.0-beta.0
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/chromatic.config.json +5 -0
- package/dist/client/addon/components/Addon.d.ts +1 -0
- package/dist/client/addon/components/Addon.js.map +1 -1
- package/dist/client/addon/components/Icons.d.ts +1 -0
- package/dist/client/addon/components/Icons.js.map +1 -1
- package/dist/client/addon/components/Panel.d.ts +1 -0
- package/dist/client/addon/components/Panel.js.map +1 -1
- package/dist/client/addon/components/TestSelect.d.ts +1 -0
- package/dist/client/addon/components/TestSelect.js +4 -3
- package/dist/client/addon/components/TestSelect.js.map +1 -1
- package/dist/client/addon/components/Tools.d.ts +1 -0
- package/dist/client/addon/components/Tools.js +7 -8
- package/dist/client/addon/components/Tools.js.map +1 -1
- package/dist/client/addon/controller.d.ts +1 -1
- package/dist/client/addon/controller.js.map +1 -1
- package/dist/client/addon/decorator.d.ts +1 -1
- package/dist/client/addon/manager.js +3 -2
- package/dist/client/addon/manager.js.map +1 -1
- package/dist/client/addon/preview.d.ts +1 -1
- package/dist/client/addon/withCreevey.d.ts +6 -8
- package/dist/client/addon/withCreevey.js +21 -19
- package/dist/client/addon/withCreevey.js.map +1 -1
- package/dist/client/shared/components/ImagesView/BlendView.d.ts +1 -1
- package/dist/client/shared/components/ImagesView/BlendView.js.map +1 -1
- package/dist/client/shared/components/ImagesView/ImagesView.d.ts +1 -0
- package/dist/client/shared/components/ImagesView/ImagesView.js.map +1 -1
- package/dist/client/shared/components/ImagesView/SideBySideView.d.ts +1 -1
- package/dist/client/shared/components/ImagesView/SideBySideView.js.map +1 -1
- package/dist/client/shared/components/ImagesView/SlideView.d.ts +1 -1
- package/dist/client/shared/components/ImagesView/SlideView.js.map +1 -1
- package/dist/client/shared/components/ImagesView/SwapView.d.ts +1 -1
- package/dist/client/shared/components/ImagesView/SwapView.js.map +1 -1
- package/dist/client/shared/components/PageFooter/PageFooter.d.ts +1 -0
- package/dist/client/shared/components/PageFooter/PageFooter.js +1 -1
- package/dist/client/shared/components/PageFooter/PageFooter.js.map +1 -1
- package/dist/client/shared/components/PageFooter/Paging.d.ts +2 -2
- package/dist/client/shared/components/PageFooter/Paging.js +8 -6
- package/dist/client/shared/components/PageFooter/Paging.js.map +1 -1
- package/dist/client/shared/components/PageHeader/ImagePreview.js.map +1 -1
- package/dist/client/shared/components/PageHeader/PageHeader.d.ts +1 -0
- package/dist/client/shared/components/PageHeader/PageHeader.js +2 -1
- package/dist/client/shared/components/PageHeader/PageHeader.js.map +1 -1
- package/dist/client/shared/components/ResultsPage.d.ts +2 -2
- package/dist/client/shared/components/ResultsPage.js.map +1 -1
- package/dist/client/web/CreeveyApp.d.ts +1 -0
- package/dist/client/web/CreeveyApp.js.map +1 -1
- package/dist/client/web/CreeveyLoader.d.ts +1 -0
- package/dist/client/web/CreeveyLoader.js.map +1 -1
- package/dist/client/web/CreeveyView/SideBar/Checkbox.d.ts +1 -1
- package/dist/client/web/CreeveyView/SideBar/Checkbox.js +4 -4
- package/dist/client/web/CreeveyView/SideBar/Checkbox.js.map +1 -1
- package/dist/client/web/CreeveyView/SideBar/Search.d.ts +1 -0
- package/dist/client/web/CreeveyView/SideBar/Search.js +4 -4
- package/dist/client/web/CreeveyView/SideBar/Search.js.map +1 -1
- package/dist/client/web/CreeveyView/SideBar/SideBar.d.ts +1 -1
- package/dist/client/web/CreeveyView/SideBar/SideBar.js +1 -7
- package/dist/client/web/CreeveyView/SideBar/SideBar.js.map +1 -1
- package/dist/client/web/CreeveyView/SideBar/SideBarFooter.d.ts +1 -0
- package/dist/client/web/CreeveyView/SideBar/SideBarFooter.js +5 -4
- package/dist/client/web/CreeveyView/SideBar/SideBarFooter.js.map +1 -1
- package/dist/client/web/CreeveyView/SideBar/SideBarHeader.d.ts +1 -0
- package/dist/client/web/CreeveyView/SideBar/SideBarHeader.js +4 -3
- package/dist/client/web/CreeveyView/SideBar/SideBarHeader.js.map +1 -1
- package/dist/client/web/CreeveyView/SideBar/SuiteLink.d.ts +3 -7
- package/dist/client/web/CreeveyView/SideBar/SuiteLink.js +6 -5
- package/dist/client/web/CreeveyView/SideBar/SuiteLink.js.map +1 -1
- package/dist/client/web/CreeveyView/SideBar/TestLink.d.ts +1 -0
- package/dist/client/web/CreeveyView/SideBar/TestLink.js +5 -1
- package/dist/client/web/CreeveyView/SideBar/TestLink.js.map +1 -1
- package/dist/client/web/CreeveyView/SideBar/TestStatusIcon.js +15 -8
- package/dist/client/web/CreeveyView/SideBar/TestStatusIcon.js.map +1 -1
- package/dist/client/web/CreeveyView/SideBar/TestsStatus.js +5 -4
- package/dist/client/web/CreeveyView/SideBar/TestsStatus.js.map +1 -1
- package/dist/client/web/CreeveyView/SideBar/Toggle.d.ts +1 -0
- package/dist/client/web/CreeveyView/SideBar/Toggle.js.map +1 -1
- package/dist/client/web/KeyboardEventsContext.d.ts +3 -4
- package/dist/client/web/KeyboardEventsContext.js.map +1 -1
- package/dist/client/web/assets/index-DkmZfG9C.js +591 -0
- package/dist/client/web/index.html +1 -1
- package/dist/client/web/index.js +5 -6
- package/dist/client/web/index.js.map +1 -1
- package/dist/creevey.js +21 -9
- package/dist/creevey.js.map +1 -1
- package/dist/index.js +7 -3
- package/dist/index.js.map +1 -1
- package/dist/server/config.d.ts +1 -1
- package/dist/server/config.js +9 -5
- package/dist/server/config.js.map +1 -1
- package/dist/server/docker.d.ts +2 -2
- package/dist/server/docker.js +46 -40
- package/dist/server/docker.js.map +1 -1
- package/dist/server/index.js +54 -15
- package/dist/server/index.js.map +1 -1
- package/dist/server/master/master.d.ts +1 -5
- package/dist/server/master/master.js +3 -3
- package/dist/server/master/master.js.map +1 -1
- package/dist/server/master/pool.d.ts +2 -1
- package/dist/server/master/pool.js +13 -7
- package/dist/server/master/pool.js.map +1 -1
- package/dist/server/master/runner.d.ts +1 -1
- package/dist/server/master/runner.js +4 -2
- package/dist/server/master/runner.js.map +1 -1
- package/dist/server/master/server.js +1 -0
- package/dist/server/master/server.js.map +1 -1
- package/dist/server/master/start.d.ts +3 -0
- package/dist/server/master/{index.js → start.js} +6 -9
- package/dist/server/master/start.js.map +1 -0
- package/dist/server/messages.d.ts +4 -10
- package/dist/server/messages.js +4 -58
- package/dist/server/messages.js.map +1 -1
- package/dist/server/playwright/docker-file.d.ts +1 -0
- package/dist/server/playwright/docker-file.js +26 -0
- package/dist/server/playwright/docker-file.js.map +1 -0
- package/dist/server/playwright/docker.d.ts +1 -0
- package/dist/server/playwright/docker.js +31 -0
- package/dist/server/playwright/docker.js.map +1 -0
- package/dist/server/playwright/internal.d.ts +25 -0
- package/dist/server/playwright/internal.js +319 -0
- package/dist/server/playwright/internal.js.map +1 -0
- package/dist/server/playwright/webdriver.d.ts +16 -0
- package/dist/server/playwright/webdriver.js +105 -0
- package/dist/server/playwright/webdriver.js.map +1 -0
- package/dist/server/providers/browser.d.ts +2 -0
- package/dist/server/{storybook/providers → providers}/browser.js +6 -7
- package/dist/server/providers/browser.js.map +1 -0
- package/dist/server/providers/hybrid.d.ts +2 -0
- package/dist/server/{storybook/providers → providers}/hybrid.js +8 -8
- package/dist/server/providers/hybrid.js.map +1 -0
- package/dist/server/reporter.d.ts +26 -0
- package/dist/server/{worker/reporter.js → reporter.js} +34 -56
- package/dist/server/reporter.js.map +1 -0
- package/dist/server/selenium/internal.d.ts +31 -0
- package/dist/server/selenium/internal.js +606 -0
- package/dist/server/selenium/internal.js.map +1 -0
- package/dist/server/selenium/selenoid.js +6 -13
- package/dist/server/selenium/selenoid.js.map +1 -1
- package/dist/server/selenium/webdriver.d.ts +24 -0
- package/dist/server/selenium/webdriver.js +106 -0
- package/dist/server/selenium/webdriver.js.map +1 -0
- package/dist/server/stories.js +16 -9
- package/dist/server/stories.js.map +1 -1
- package/dist/server/telemetry.d.ts +1 -1
- package/dist/server/telemetry.js +4 -4
- package/dist/server/telemetry.js.map +1 -1
- package/dist/server/utils.d.ts +3 -4
- package/dist/server/utils.js +10 -9
- package/dist/server/utils.js.map +1 -1
- package/dist/server/webdriver.d.ts +19 -0
- package/dist/server/webdriver.js +79 -0
- package/dist/server/webdriver.js.map +1 -0
- package/dist/server/worker/chai-image.d.ts +2 -5
- package/dist/server/worker/chai-image.js +14 -102
- package/dist/server/worker/chai-image.js.map +1 -1
- package/dist/server/worker/match-image.d.ts +14 -0
- package/dist/server/worker/match-image.js +231 -0
- package/dist/server/worker/match-image.js.map +1 -0
- package/dist/server/worker/start.d.ts +2 -0
- package/dist/server/worker/start.js +258 -0
- package/dist/server/worker/start.js.map +1 -0
- package/dist/types.d.ts +127 -64
- package/dist/types.js +15 -9
- package/dist/types.js.map +1 -1
- package/package.json +108 -110
- package/src/client/addon/components/Addon.tsx +1 -1
- package/src/client/addon/components/Icons.tsx +1 -1
- package/src/client/addon/components/Panel.tsx +1 -1
- package/src/client/addon/components/TestSelect.tsx +5 -5
- package/src/client/addon/components/Tools.tsx +9 -9
- package/src/client/addon/controller.ts +1 -1
- package/src/client/addon/manager.ts +4 -4
- package/src/client/addon/withCreevey.ts +26 -28
- package/src/client/shared/components/ImagesView/BlendView.tsx +1 -1
- package/src/client/shared/components/ImagesView/ImagesView.tsx +2 -2
- package/src/client/shared/components/ImagesView/SideBySideView.tsx +1 -1
- package/src/client/shared/components/ImagesView/SlideView.tsx +1 -1
- package/src/client/shared/components/ImagesView/SwapView.tsx +1 -1
- package/src/client/shared/components/PageFooter/PageFooter.tsx +2 -2
- package/src/client/shared/components/PageFooter/Paging.tsx +13 -13
- package/src/client/shared/components/PageHeader/ImagePreview.tsx +1 -1
- package/src/client/shared/components/PageHeader/PageHeader.tsx +4 -3
- package/src/client/shared/components/ResultsPage.tsx +1 -1
- package/src/client/web/CreeveyApp.tsx +1 -1
- package/src/client/web/CreeveyLoader.tsx +1 -1
- package/src/client/web/CreeveyView/SideBar/Checkbox.tsx +6 -7
- package/src/client/web/CreeveyView/SideBar/Search.tsx +4 -4
- package/src/client/web/CreeveyView/SideBar/SideBar.tsx +3 -10
- package/src/client/web/CreeveyView/SideBar/SideBarFooter.tsx +7 -6
- package/src/client/web/CreeveyView/SideBar/SideBarHeader.tsx +7 -6
- package/src/client/web/CreeveyView/SideBar/SuiteLink.tsx +8 -6
- package/src/client/web/CreeveyView/SideBar/TestLink.tsx +8 -3
- package/src/client/web/CreeveyView/SideBar/TestStatusIcon.tsx +18 -10
- package/src/client/web/CreeveyView/SideBar/TestsStatus.tsx +7 -10
- package/src/client/web/CreeveyView/SideBar/Toggle.tsx +1 -2
- package/src/client/web/KeyboardEventsContext.tsx +3 -4
- package/src/client/web/index.html +1 -1
- package/src/client/web/index.tsx +4 -3
- package/src/creevey.ts +25 -8
- package/src/index.ts +4 -2
- package/src/server/config.ts +12 -8
- package/src/server/docker.ts +58 -44
- package/src/server/index.ts +57 -18
- package/src/server/master/master.ts +3 -6
- package/src/server/master/pool.ts +25 -9
- package/src/server/master/runner.ts +4 -2
- package/src/server/master/server.ts +1 -0
- package/src/server/master/{index.ts → start.ts} +13 -11
- package/src/server/messages.ts +11 -75
- package/src/server/playwright/docker-file.ts +21 -0
- package/src/server/playwright/docker.ts +41 -0
- package/src/server/playwright/internal.ts +387 -0
- package/src/server/playwright/webdriver.ts +126 -0
- package/src/server/{storybook/providers → providers}/browser.ts +7 -8
- package/src/server/{storybook/providers → providers}/hybrid.ts +19 -19
- package/src/server/{worker/reporter.ts → reporter.ts} +40 -72
- package/src/server/selenium/internal.ts +785 -0
- package/src/server/selenium/selenoid.ts +12 -17
- package/src/server/selenium/webdriver.ts +136 -0
- package/src/server/stories.ts +18 -11
- package/src/server/telemetry.ts +2 -2
- package/src/server/utils.ts +9 -9
- package/src/server/webdriver.ts +127 -0
- package/src/server/worker/chai-image.ts +21 -133
- package/src/server/worker/match-image.ts +303 -0
- package/src/server/worker/start.ts +303 -0
- package/src/types.ts +162 -60
- package/dist/client/web/202.js +0 -1
- package/dist/client/web/270.js +0 -43
- package/dist/client/web/752.js +0 -1
- package/dist/client/web/main.js +0 -79
- package/dist/client/web/main.js.LICENSE.txt +0 -34
- package/dist/server/master/index.d.ts +0 -3
- package/dist/server/master/index.js.map +0 -1
- package/dist/server/selenium/browser.d.ts +0 -19
- package/dist/server/selenium/browser.js +0 -640
- package/dist/server/selenium/browser.js.map +0 -1
- package/dist/server/selenium/index.d.ts +0 -2
- package/dist/server/selenium/index.js +0 -19
- package/dist/server/selenium/index.js.map +0 -1
- package/dist/server/storybook/providers/browser.d.ts +0 -2
- package/dist/server/storybook/providers/browser.js.map +0 -1
- package/dist/server/storybook/providers/hybrid.d.ts +0 -2
- package/dist/server/storybook/providers/hybrid.js.map +0 -1
- package/dist/server/worker/helpers.d.ts +0 -8
- package/dist/server/worker/helpers.js +0 -57
- package/dist/server/worker/helpers.js.map +0 -1
- package/dist/server/worker/index.d.ts +0 -1
- package/dist/server/worker/index.js +0 -6
- package/dist/server/worker/index.js.map +0 -1
- package/dist/server/worker/reporter.d.ts +0 -8
- package/dist/server/worker/reporter.js.map +0 -1
- package/dist/server/worker/worker.d.ts +0 -4
- package/dist/server/worker/worker.js +0 -212
- package/dist/server/worker/worker.js.map +0 -1
- package/src/server/selenium/browser.ts +0 -840
- package/src/server/selenium/index.ts +0 -2
- package/src/server/worker/helpers.ts +0 -61
- package/src/server/worker/index.ts +0 -1
- package/src/server/worker/worker.ts +0 -240
- package/types/mocha.d.ts +0 -20
@@ -0,0 +1,591 @@
|
|
1
|
+
var WT=Object.defineProperty;var qT=(e,t,r)=>t in e?WT(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r;var Or=(e,t,r)=>qT(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 Jy=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function eD(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function GT(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 tD={exports:{}},m1={},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 Ou=Symbol.for("react.element"),YT=Symbol.for("react.portal"),KT=Symbol.for("react.fragment"),QT=Symbol.for("react.strict_mode"),XT=Symbol.for("react.profiler"),ZT=Symbol.for("react.provider"),JT=Symbol.for("react.context"),eB=Symbol.for("react.forward_ref"),tB=Symbol.for("react.suspense"),rB=Symbol.for("react.memo"),nB=Symbol.for("react.lazy"),e3=Symbol.iterator;function oB(e){return e===null||typeof e!="object"?null:(e=e3&&e[e3]||e["@@iterator"],typeof e=="function"?e:null)}var nD={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},oD=Object.assign,aD={};function bl(e,t,r){this.props=e,this.context=t,this.refs=aD,this.updater=r||nD}bl.prototype.isReactComponent={};bl.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")};bl.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")};function iD(){}iD.prototype=bl.prototype;function P5(e,t,r){this.props=e,this.context=t,this.refs=aD,this.updater=r||nD}var N5=P5.prototype=new iD;N5.constructor=P5;oD(N5,bl.prototype);N5.isPureReactComponent=!0;var t3=Array.isArray,lD=Object.prototype.hasOwnProperty,H5={current:null},sD={key:!0,ref:!0,__self:!0,__source:!0};function uD(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)lD.call(t,n)&&!sD.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:Ou,type:e,key:a,ref:i,props:o,_owner:H5.current}}function aB(e,t){return{$$typeof:Ou,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}function j5(e){return typeof e=="object"&&e!==null&&e.$$typeof===Ou}function iB(e){var t={"=":"=0",":":"=2"};return"$"+e.replace(/[=:]/g,function(r){return t[r]})}var r3=/\/+/g;function Pf(e,t){return typeof e=="object"&&e!==null&&e.key!=null?iB(""+e.key):t.toString(36)}function f0(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 Ou:case YT:i=!0}}if(i)return i=e,o=o(i),e=n===""?"."+Pf(i,0):n,t3(o)?(r="",e!=null&&(r=e.replace(r3,"$&/")+"/"),f0(o,t,r,"",function(d){return d})):o!=null&&(j5(o)&&(o=aB(o,r+(!o.key||i&&i.key===o.key?"":(""+o.key).replace(r3,"$&/")+"/")+e)),t.push(o)),1;if(i=0,n=n===""?".":n+":",t3(e))for(var l=0;l<e.length;l++){a=e[l];var u=n+Pf(a,l);i+=f0(a,t,r,u,o)}else if(u=oB(e),typeof u=="function")for(e=u.call(e),l=0;!(a=e.next()).done;)a=a.value,u=n+Pf(a,l++),i+=f0(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 gc(e,t,r){if(e==null)return e;var n=[],o=0;return f0(e,n,"","",function(a){return t.call(r,a,o++)}),n}function lB(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 pt={current:null},p0={transition:null},sB={ReactCurrentDispatcher:pt,ReactCurrentBatchConfig:p0,ReactCurrentOwner:H5};function cD(){throw Error("act(...) is not supported in production builds of React.")}te.Children={map:gc,forEach:function(e,t,r){gc(e,function(){t.apply(this,arguments)},r)},count:function(e){var t=0;return gc(e,function(){t++}),t},toArray:function(e){return gc(e,function(t){return t})||[]},only:function(e){if(!j5(e))throw Error("React.Children.only expected to receive a single React element child.");return e}};te.Component=bl;te.Fragment=KT;te.Profiler=XT;te.PureComponent=P5;te.StrictMode=QT;te.Suspense=tB;te.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=sB;te.act=cD;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=oD({},e.props),o=e.key,a=e.ref,i=e._owner;if(t!=null){if(t.ref!==void 0&&(a=t.ref,i=H5.current),t.key!==void 0&&(o=""+t.key),e.type&&e.type.defaultProps)var l=e.type.defaultProps;for(u in t)lD.call(t,u)&&!sD.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:Ou,type:e.type,key:o,ref:a,props:n,_owner:i}};te.createContext=function(e){return e={$$typeof:JT,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null,_defaultValue:null,_globalName:null},e.Provider={$$typeof:ZT,_context:e},e.Consumer=e};te.createElement=uD;te.createFactory=function(e){var t=uD.bind(null,e);return t.type=e,t};te.createRef=function(){return{current:null}};te.forwardRef=function(e){return{$$typeof:eB,render:e}};te.isValidElement=j5;te.lazy=function(e){return{$$typeof:nB,_payload:{_status:-1,_result:e},_init:lB}};te.memo=function(e,t){return{$$typeof:rB,type:e,compare:t===void 0?null:t}};te.startTransition=function(e){var t=p0.transition;p0.transition={};try{e()}finally{p0.transition=t}};te.unstable_act=cD;te.useCallback=function(e,t){return pt.current.useCallback(e,t)};te.useContext=function(e){return pt.current.useContext(e)};te.useDebugValue=function(){};te.useDeferredValue=function(e){return pt.current.useDeferredValue(e)};te.useEffect=function(e,t){return pt.current.useEffect(e,t)};te.useId=function(){return pt.current.useId()};te.useImperativeHandle=function(e,t,r){return pt.current.useImperativeHandle(e,t,r)};te.useInsertionEffect=function(e,t){return pt.current.useInsertionEffect(e,t)};te.useLayoutEffect=function(e,t){return pt.current.useLayoutEffect(e,t)};te.useMemo=function(e,t){return pt.current.useMemo(e,t)};te.useReducer=function(e,t,r){return pt.current.useReducer(e,t,r)};te.useRef=function(e){return pt.current.useRef(e)};te.useState=function(e){return pt.current.useState(e)};te.useSyncExternalStore=function(e,t,r){return pt.current.useSyncExternalStore(e,t,r)};te.useTransition=function(){return pt.current.useTransition()};te.version="18.3.1";rD.exports=te;var s=rD.exports;const z=eD(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 uB=s,cB=Symbol.for("react.element"),dB=Symbol.for("react.fragment"),fB=Object.prototype.hasOwnProperty,pB=uB.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,hB={key:!0,ref:!0,__self:!0,__source:!0};function dD(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)fB.call(t,n)&&!hB.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:cB,type:e,key:a,ref:i,props:o,_owner:pB.current}}m1.Fragment=dB;m1.jsx=dD;m1.jsxs=dD;tD.exports=m1;var A=tD.exports,fD={exports:{}},Ht={},pD={exports:{}},hD={};/**
|
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 P=B.length;B.push(L);e:for(;0<P;){var G=P-1>>>1,ee=B[G];if(0<o(ee,L))B[G]=L,B[P]=ee,P=G;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],P=B.pop();if(P!==L){B[0]=P;e:for(var G=0,ee=B.length,ue=ee>>>1;G<ue;){var fe=2*(G+1)-1,q=B[fe],J=fe+1,ne=B[J];if(0>o(q,P))J<ee&&0>o(ne,q)?(B[G]=ne,B[J]=P,G=J):(B[G]=q,B[fe]=P,G=fe);else if(J<ee&&0>o(ne,P))B[G]=ne,B[J]=P,G=J;else break e}}return L}function o(B,L){var P=B.sortIndex-L.sortIndex;return P!==0?P: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=[],f=1,h=null,p=3,m=!1,g=!1,y=!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 v(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(y=!1,v(B),!g)if(r(u)!==null)g=!0,U(E);else{var L=r(d);L!==null&&j(x,L.startTime-B)}}function E(B,L){g=!1,y&&(y=!1,b(k),k=-1),m=!0;var P=p;try{for(v(L),h=r(u);h!==null&&(!(h.expirationTime>L)||B&&!T());){var G=h.callback;if(typeof G=="function"){h.callback=null,p=h.priorityLevel;var ee=G(h.expirationTime<=L);L=e.unstable_now(),typeof ee=="function"?h.callback=ee:h===r(u)&&n(u),v(L)}else n(u);h=r(u)}if(h!==null)var ue=!0;else{var fe=r(d);fe!==null&&j(x,fe.startTime-L),ue=!1}return ue}finally{h=null,p=P,m=!1}}var C=!1,S=null,k=-1,F=5,_=-1;function T(){return!(e.unstable_now()-_<F)}function N(){if(S!==null){var B=e.unstable_now();_=B;var L=!0;try{L=S(!0,B)}finally{L?O():(C=!1,S=null)}}else C=!1}var O;if(typeof w=="function")O=function(){w(N)};else if(typeof MessageChannel<"u"){var Y=new MessageChannel,H=Y.port2;Y.port1.onmessage=N,O=function(){H.postMessage(null)}}else O=function(){D(N,0)};function U(B){S=B,C||(C=!0,O())}function j(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 p},e.unstable_getFirstCallbackNode=function(){return r(u)},e.unstable_next=function(B){switch(p){case 1:case 2:case 3:var L=3;break;default:L=p}var P=p;p=L;try{return B()}finally{p=P}},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 P=p;p=B;try{return L()}finally{p=P}},e.unstable_scheduleCallback=function(B,L,P){var G=e.unstable_now();switch(typeof P=="object"&&P!==null?(P=P.delay,P=typeof P=="number"&&0<P?G+P:G):P=G,B){case 1:var ee=-1;break;case 2:ee=250;break;case 5:ee=1073741823;break;case 4:ee=1e4;break;default:ee=5e3}return ee=P+ee,B={id:f++,callback:L,priorityLevel:B,startTime:P,expirationTime:ee,sortIndex:-1},P>G?(B.sortIndex=P,t(d,B),r(u)===null&&B===r(d)&&(y?(b(k),k=-1):y=!0,j(x,P-G))):(B.sortIndex=ee,t(u,B),g||m||(g=!0,U(E))),B},e.unstable_shouldYield=T,e.unstable_wrapCallback=function(B){var L=p;return function(){var P=p;p=L;try{return B.apply(this,arguments)}finally{p=P}}}})(hD);pD.exports=hD;var mB=pD.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 gB=s,Lt=mB;function M(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 mD=new Set,ru={};function Fa(e,t){Pi(e,t),Pi(e+"Capture",t)}function Pi(e,t){for(ru[e]=t,e=0;e<t.length;e++)mD.add(t[e])}var In=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),Km=Object.prototype.hasOwnProperty,vB=/^[: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]*$/,n3={},o3={};function yB(e){return Km.call(o3,e)?!0:Km.call(n3,e)?!1:vB.test(e)?o3[e]=!0:(n3[e]=!0,!1)}function wB(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 bB(e,t,r,n){if(t===null||typeof t>"u"||wB(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 ht(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 Ye={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(e){Ye[e]=new ht(e,0,!1,e,null,!1,!1)});[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(e){var t=e[0];Ye[t]=new ht(t,1,!1,e[1],null,!1,!1)});["contentEditable","draggable","spellCheck","value"].forEach(function(e){Ye[e]=new ht(e,2,!1,e.toLowerCase(),null,!1,!1)});["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(e){Ye[e]=new ht(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){Ye[e]=new ht(e,3,!1,e.toLowerCase(),null,!1,!1)});["checked","multiple","muted","selected"].forEach(function(e){Ye[e]=new ht(e,3,!0,e,null,!1,!1)});["capture","download"].forEach(function(e){Ye[e]=new ht(e,4,!1,e,null,!1,!1)});["cols","rows","size","span"].forEach(function(e){Ye[e]=new ht(e,6,!1,e,null,!1,!1)});["rowSpan","start"].forEach(function(e){Ye[e]=new ht(e,5,!1,e.toLowerCase(),null,!1,!1)});var V5=/[\-:]([a-z])/g;function U5(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(V5,U5);Ye[t]=new ht(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(V5,U5);Ye[t]=new ht(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(V5,U5);Ye[t]=new ht(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)});["tabIndex","crossOrigin"].forEach(function(e){Ye[e]=new ht(e,1,!1,e.toLowerCase(),null,!1,!1)});Ye.xlinkHref=new ht("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1);["src","href","action","formAction"].forEach(function(e){Ye[e]=new ht(e,1,!1,e.toLowerCase(),null,!0,!0)});function W5(e,t,r,n){var o=Ye.hasOwnProperty(t)?Ye[t]:null;(o!==null?o.type!==0:n||!(2<t.length)||t[0]!=="o"&&t[0]!=="O"||t[1]!=="n"&&t[1]!=="N")&&(bB(t,r,o,n)&&(r=null),n||o===null?yB(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=gB.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,vc=Symbol.for("react.element"),ii=Symbol.for("react.portal"),li=Symbol.for("react.fragment"),q5=Symbol.for("react.strict_mode"),Qm=Symbol.for("react.profiler"),gD=Symbol.for("react.provider"),vD=Symbol.for("react.context"),G5=Symbol.for("react.forward_ref"),Xm=Symbol.for("react.suspense"),Zm=Symbol.for("react.suspense_list"),Y5=Symbol.for("react.memo"),jn=Symbol.for("react.lazy"),yD=Symbol.for("react.offscreen"),a3=Symbol.iterator;function Hl(e){return e===null||typeof e!="object"?null:(e=a3&&e[a3]||e["@@iterator"],typeof e=="function"?e:null)}var be=Object.assign,Nf;function ps(e){if(Nf===void 0)try{throw Error()}catch(r){var t=r.stack.trim().match(/\n( *(at )?)/);Nf=t&&t[1]||""}return`
|
34
|
+
`+Nf+e}var Hf=!1;function jf(e,t){if(!e||Hf)return"";Hf=!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{Hf=!1,Error.prepareStackTrace=r}return(e=e?e.displayName||e.name:"")?ps(e):""}function xB(e){switch(e.tag){case 5:return ps(e.type);case 16:return ps("Lazy");case 13:return ps("Suspense");case 19:return ps("SuspenseList");case 0:case 2:case 15:return e=jf(e.type,!1),e;case 11:return e=jf(e.type.render,!1),e;case 1:return e=jf(e.type,!0),e;default:return""}}function Jm(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 Qm:return"Profiler";case q5:return"StrictMode";case Xm:return"Suspense";case Zm:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case vD:return(e.displayName||"Context")+".Consumer";case gD:return(e._context.displayName||"Context")+".Provider";case G5:var t=e.render;return e=e.displayName,e||(e=t.displayName||t.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case Y5:return t=e.displayName||null,t!==null?t:Jm(e.type)||"Memo";case jn:t=e._payload,e=e._init;try{return Jm(e(t))}catch{}}return null}function DB(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 Jm(t);case 8:return t===q5?"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 wD(e){var t=e.type;return(e=e.nodeName)&&e.toLowerCase()==="input"&&(t==="checkbox"||t==="radio")}function EB(e){var t=wD(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 yc(e){e._valueTracker||(e._valueTracker=EB(e))}function bD(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var r=t.getValue(),n="";return e&&(n=wD(e)?e.checked?"true":"false":e.value),e=n,e!==r?(t.setValue(e),!0):!1}function G0(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 eg(e,t){var r=t.checked;return be({},t,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:r??e._wrapperState.initialChecked})}function i3(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&&W5(e,"checked",t,!1)}function tg(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")?rg(e,t.type,r):t.hasOwnProperty("defaultValue")&&rg(e,t.type,go(t.defaultValue)),t.checked==null&&t.defaultChecked!=null&&(e.defaultChecked=!!t.defaultChecked)}function l3(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 rg(e,t,r){(t!=="number"||G0(e.ownerDocument)!==e)&&(r==null?e.defaultValue=""+e._wrapperState.initialValue:e.defaultValue!==""+r&&(e.defaultValue=""+r))}var hs=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 ng(e,t){if(t.dangerouslySetInnerHTML!=null)throw Error(M(91));return be({},t,{value:void 0,defaultValue:void 0,children:""+e._wrapperState.initialValue})}function s3(e,t){var r=t.value;if(r==null){if(r=t.children,t=t.defaultValue,r!=null){if(t!=null)throw Error(M(92));if(hs(r)){if(1<r.length)throw Error(M(93));r=r[0]}t=r}t==null&&(t=""),r=t}e._wrapperState={initialValue:go(r)}}function DD(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 u3(e){var t=e.textContent;t===e._wrapperState.initialValue&&t!==""&&t!==null&&(e.value=t)}function ED(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 og(e,t){return e==null||e==="http://www.w3.org/1999/xhtml"?ED(t):e==="http://www.w3.org/2000/svg"&&t==="foreignObject"?"http://www.w3.org/1999/xhtml":e}var wc,CD=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(wc=wc||document.createElement("div"),wc.innerHTML="<svg>"+t.valueOf().toString()+"</svg>",t=wc.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;t.firstChild;)e.appendChild(t.firstChild)}});function nu(e,t){if(t){var r=e.firstChild;if(r&&r===e.lastChild&&r.nodeType===3){r.nodeValue=t;return}}e.textContent=t}var Rs={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},CB=["Webkit","ms","Moz","O"];Object.keys(Rs).forEach(function(e){CB.forEach(function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),Rs[t]=Rs[e]})});function SD(e,t,r){return t==null||typeof t=="boolean"||t===""?"":r||typeof t!="number"||t===0||Rs.hasOwnProperty(e)&&Rs[e]?(""+t).trim():t+"px"}function kD(e,t){e=e.style;for(var r in t)if(t.hasOwnProperty(r)){var n=r.indexOf("--")===0,o=SD(r,t[r],n);r==="float"&&(r="cssFloat"),n?e.setProperty(r,o):e[r]=o}}var SB=be({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 ag(e,t){if(t){if(SB[e]&&(t.children!=null||t.dangerouslySetInnerHTML!=null))throw Error(M(137,e));if(t.dangerouslySetInnerHTML!=null){if(t.children!=null)throw Error(M(60));if(typeof t.dangerouslySetInnerHTML!="object"||!("__html"in t.dangerouslySetInnerHTML))throw Error(M(61))}if(t.style!=null&&typeof t.style!="object")throw Error(M(62))}}function ig(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 lg=null;function K5(e){return e=e.target||e.srcElement||window,e.correspondingUseElement&&(e=e.correspondingUseElement),e.nodeType===3?e.parentNode:e}var sg=null,Di=null,Ei=null;function c3(e){if(e=Hu(e)){if(typeof sg!="function")throw Error(M(280));var t=e.stateNode;t&&(t=b1(t),sg(e.stateNode,e.type,t))}}function AD(e){Di?Ei?Ei.push(e):Ei=[e]:Di=e}function FD(){if(Di){var e=Di,t=Ei;if(Ei=Di=null,c3(e),t)for(e=0;e<t.length;e++)c3(t[e])}}function _D(e,t){return e(t)}function ID(){}var Vf=!1;function RD(e,t,r){if(Vf)return e(t,r);Vf=!0;try{return _D(e,t,r)}finally{Vf=!1,(Di!==null||Ei!==null)&&(ID(),FD())}}function ou(e,t){var r=e.stateNode;if(r===null)return null;var n=b1(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(M(231,t,typeof r));return r}var ug=!1;if(In)try{var jl={};Object.defineProperty(jl,"passive",{get:function(){ug=!0}}),window.addEventListener("test",jl,jl),window.removeEventListener("test",jl,jl)}catch{ug=!1}function kB(e,t,r,n,o,a,i,l,u){var d=Array.prototype.slice.call(arguments,3);try{t.apply(r,d)}catch(f){this.onError(f)}}var zs=!1,Y0=null,K0=!1,cg=null,AB={onError:function(e){zs=!0,Y0=e}};function FB(e,t,r,n,o,a,i,l,u){zs=!1,Y0=null,kB.apply(AB,arguments)}function _B(e,t,r,n,o,a,i,l,u){if(FB.apply(this,arguments),zs){if(zs){var d=Y0;zs=!1,Y0=null}else throw Error(M(198));K0||(K0=!0,cg=d)}}function _a(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 zD(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 d3(e){if(_a(e)!==e)throw Error(M(188))}function IB(e){var t=e.alternate;if(!t){if(t=_a(e),t===null)throw Error(M(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 d3(o),e;if(a===n)return d3(o),t;a=a.sibling}throw Error(M(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(M(189))}}if(r.alternate!==n)throw Error(M(190))}if(r.tag!==3)throw Error(M(188));return r.stateNode.current===r?e:t}function TD(e){return e=IB(e),e!==null?BD(e):null}function BD(e){if(e.tag===5||e.tag===6)return e;for(e=e.child;e!==null;){var t=BD(e);if(t!==null)return t;e=e.sibling}return null}var $D=Lt.unstable_scheduleCallback,f3=Lt.unstable_cancelCallback,RB=Lt.unstable_shouldYield,zB=Lt.unstable_requestPaint,Se=Lt.unstable_now,TB=Lt.unstable_getCurrentPriorityLevel,Q5=Lt.unstable_ImmediatePriority,LD=Lt.unstable_UserBlockingPriority,Q0=Lt.unstable_NormalPriority,BB=Lt.unstable_LowPriority,MD=Lt.unstable_IdlePriority,g1=null,Zr=null;function $B(e){if(Zr&&typeof Zr.onCommitFiberRoot=="function")try{Zr.onCommitFiberRoot(g1,e,void 0,(e.current.flags&128)===128)}catch{}}var yr=Math.clz32?Math.clz32:OB,LB=Math.log,MB=Math.LN2;function OB(e){return e>>>=0,e===0?32:31-(LB(e)/MB|0)|0}var bc=64,xc=4194304;function ms(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 X0(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=ms(l):(a&=i,a!==0&&(n=ms(a)))}else i=r&~o,i!==0?n=ms(i):a!==0&&(n=ms(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-yr(t),o=1<<r,n|=e[r],t&=~o;return n}function PB(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 NB(e,t){for(var r=e.suspendedLanes,n=e.pingedLanes,o=e.expirationTimes,a=e.pendingLanes;0<a;){var i=31-yr(a),l=1<<i,u=o[i];u===-1?(!(l&r)||l&n)&&(o[i]=PB(l,t)):u<=t&&(e.expiredLanes|=l),a&=~l}}function dg(e){return e=e.pendingLanes&-1073741825,e!==0?e:e&1073741824?1073741824:0}function OD(){var e=bc;return bc<<=1,!(bc&4194240)&&(bc=64),e}function Uf(e){for(var t=[],r=0;31>r;r++)t.push(e);return t}function Pu(e,t,r){e.pendingLanes|=t,t!==536870912&&(e.suspendedLanes=0,e.pingedLanes=0),e=e.eventTimes,t=31-yr(t),e[t]=r}function HB(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-yr(r),a=1<<o;t[o]=0,n[o]=-1,e[o]=-1,r&=~a}}function X5(e,t){var r=e.entangledLanes|=t;for(e=e.entanglements;r;){var n=31-yr(r),o=1<<n;o&t|e[n]&t&&(e[n]|=t),r&=~o}}var ce=0;function PD(e){return e&=-e,1<e?4<e?e&268435455?16:536870912:4:1}var ND,Z5,HD,jD,VD,fg=!1,Dc=[],oo=null,ao=null,io=null,au=new Map,iu=new Map,Zn=[],jB="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 p3(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":au.delete(t.pointerId);break;case"gotpointercapture":case"lostpointercapture":iu.delete(t.pointerId)}}function Vl(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=Hu(t),t!==null&&Z5(t)),e):(e.eventSystemFlags|=n,t=e.targetContainers,o!==null&&t.indexOf(o)===-1&&t.push(o),e)}function VB(e,t,r,n,o){switch(t){case"focusin":return oo=Vl(oo,e,t,r,n,o),!0;case"dragenter":return ao=Vl(ao,e,t,r,n,o),!0;case"mouseover":return io=Vl(io,e,t,r,n,o),!0;case"pointerover":var a=o.pointerId;return au.set(a,Vl(au.get(a)||null,e,t,r,n,o)),!0;case"gotpointercapture":return a=o.pointerId,iu.set(a,Vl(iu.get(a)||null,e,t,r,n,o)),!0}return!1}function UD(e){var t=Jo(e.target);if(t!==null){var r=_a(t);if(r!==null){if(t=r.tag,t===13){if(t=zD(r),t!==null){e.blockedOn=t,VD(e.priority,function(){HD(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 h0(e){if(e.blockedOn!==null)return!1;for(var t=e.targetContainers;0<t.length;){var r=pg(e.domEventName,e.eventSystemFlags,t[0],e.nativeEvent);if(r===null){r=e.nativeEvent;var n=new r.constructor(r.type,r);lg=n,r.target.dispatchEvent(n),lg=null}else return t=Hu(r),t!==null&&Z5(t),e.blockedOn=r,!1;t.shift()}return!0}function h3(e,t,r){h0(e)&&r.delete(t)}function UB(){fg=!1,oo!==null&&h0(oo)&&(oo=null),ao!==null&&h0(ao)&&(ao=null),io!==null&&h0(io)&&(io=null),au.forEach(h3),iu.forEach(h3)}function Ul(e,t){e.blockedOn===t&&(e.blockedOn=null,fg||(fg=!0,Lt.unstable_scheduleCallback(Lt.unstable_NormalPriority,UB)))}function lu(e){function t(o){return Ul(o,e)}if(0<Dc.length){Ul(Dc[0],e);for(var r=1;r<Dc.length;r++){var n=Dc[r];n.blockedOn===e&&(n.blockedOn=null)}}for(oo!==null&&Ul(oo,e),ao!==null&&Ul(ao,e),io!==null&&Ul(io,e),au.forEach(t),iu.forEach(t),r=0;r<Zn.length;r++)n=Zn[r],n.blockedOn===e&&(n.blockedOn=null);for(;0<Zn.length&&(r=Zn[0],r.blockedOn===null);)UD(r),r.blockedOn===null&&Zn.shift()}var Ci=$n.ReactCurrentBatchConfig,Z0=!0;function WB(e,t,r,n){var o=ce,a=Ci.transition;Ci.transition=null;try{ce=1,J5(e,t,r,n)}finally{ce=o,Ci.transition=a}}function qB(e,t,r,n){var o=ce,a=Ci.transition;Ci.transition=null;try{ce=4,J5(e,t,r,n)}finally{ce=o,Ci.transition=a}}function J5(e,t,r,n){if(Z0){var o=pg(e,t,r,n);if(o===null)ep(e,t,n,J0,r),p3(e,n);else if(VB(o,e,t,r,n))n.stopPropagation();else if(p3(e,n),t&4&&-1<jB.indexOf(e)){for(;o!==null;){var a=Hu(o);if(a!==null&&ND(a),a=pg(e,t,r,n),a===null&&ep(e,t,n,J0,r),a===o)break;o=a}o!==null&&n.stopPropagation()}else ep(e,t,n,null,r)}}var J0=null;function pg(e,t,r,n){if(J0=null,e=K5(n),e=Jo(e),e!==null)if(t=_a(e),t===null)e=null;else if(r=t.tag,r===13){if(e=zD(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 J0=e,null}function WD(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(TB()){case Q5:return 1;case LD:return 4;case Q0:case BB:return 16;case MD:return 536870912;default:return 16}default:return 16}}var to=null,ev=null,m0=null;function qD(){if(m0)return m0;var e,t=ev,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 m0=o.slice(e,1<n?1-n:void 0)}function g0(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 Ec(){return!0}function m3(){return!1}function jt(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)?Ec:m3,this.isPropagationStopped=m3,this}return be(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=Ec)},stopPropagation:function(){var r=this.nativeEvent;r&&(r.stopPropagation?r.stopPropagation():typeof r.cancelBubble!="unknown"&&(r.cancelBubble=!0),this.isPropagationStopped=Ec)},persist:function(){},isPersistent:Ec}),t}var xl={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},tv=jt(xl),Nu=be({},xl,{view:0,detail:0}),GB=jt(Nu),Wf,qf,Wl,v1=be({},Nu,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:rv,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!==Wl&&(Wl&&e.type==="mousemove"?(Wf=e.screenX-Wl.screenX,qf=e.screenY-Wl.screenY):qf=Wf=0,Wl=e),Wf)},movementY:function(e){return"movementY"in e?e.movementY:qf}}),g3=jt(v1),YB=be({},v1,{dataTransfer:0}),KB=jt(YB),QB=be({},Nu,{relatedTarget:0}),Gf=jt(QB),XB=be({},xl,{animationName:0,elapsedTime:0,pseudoElement:0}),ZB=jt(XB),JB=be({},xl,{clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}}),e$=jt(JB),t$=be({},xl,{data:0}),v3=jt(t$),r$={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},n$={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"},o$={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function a$(e){var t=this.nativeEvent;return t.getModifierState?t.getModifierState(e):(e=o$[e])?!!t[e]:!1}function rv(){return a$}var i$=be({},Nu,{key:function(e){if(e.key){var t=r$[e.key]||e.key;if(t!=="Unidentified")return t}return e.type==="keypress"?(e=g0(e),e===13?"Enter":String.fromCharCode(e)):e.type==="keydown"||e.type==="keyup"?n$[e.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:rv,charCode:function(e){return e.type==="keypress"?g0(e):0},keyCode:function(e){return e.type==="keydown"||e.type==="keyup"?e.keyCode:0},which:function(e){return e.type==="keypress"?g0(e):e.type==="keydown"||e.type==="keyup"?e.keyCode:0}}),l$=jt(i$),s$=be({},v1,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),y3=jt(s$),u$=be({},Nu,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:rv}),c$=jt(u$),d$=be({},xl,{propertyName:0,elapsedTime:0,pseudoElement:0}),f$=jt(d$),p$=be({},v1,{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}),h$=jt(p$),m$=[9,13,27,32],nv=In&&"CompositionEvent"in window,Ts=null;In&&"documentMode"in document&&(Ts=document.documentMode);var g$=In&&"TextEvent"in window&&!Ts,GD=In&&(!nv||Ts&&8<Ts&&11>=Ts),w3=" ",b3=!1;function YD(e,t){switch(e){case"keyup":return m$.indexOf(t.keyCode)!==-1;case"keydown":return t.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function KD(e){return e=e.detail,typeof e=="object"&&"data"in e?e.data:null}var si=!1;function v$(e,t){switch(e){case"compositionend":return KD(t);case"keypress":return t.which!==32?null:(b3=!0,w3);case"textInput":return e=t.data,e===w3&&b3?null:e;default:return null}}function y$(e,t){if(si)return e==="compositionend"||!nv&&YD(e,t)?(e=qD(),m0=ev=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 GD&&t.locale!=="ko"?null:t.data;default:return null}}var w$={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 x3(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t==="input"?!!w$[e.type]:t==="textarea"}function QD(e,t,r,n){AD(n),t=ed(t,"onChange"),0<t.length&&(r=new tv("onChange","change",null,r,n),e.push({event:r,listeners:t}))}var Bs=null,su=null;function b$(e){lE(e,0)}function y1(e){var t=di(e);if(bD(t))return e}function x$(e,t){if(e==="change")return t}var XD=!1;if(In){var Yf;if(In){var Kf="oninput"in document;if(!Kf){var D3=document.createElement("div");D3.setAttribute("oninput","return;"),Kf=typeof D3.oninput=="function"}Yf=Kf}else Yf=!1;XD=Yf&&(!document.documentMode||9<document.documentMode)}function E3(){Bs&&(Bs.detachEvent("onpropertychange",ZD),su=Bs=null)}function ZD(e){if(e.propertyName==="value"&&y1(su)){var t=[];QD(t,su,e,K5(e)),RD(b$,t)}}function D$(e,t,r){e==="focusin"?(E3(),Bs=t,su=r,Bs.attachEvent("onpropertychange",ZD)):e==="focusout"&&E3()}function E$(e){if(e==="selectionchange"||e==="keyup"||e==="keydown")return y1(su)}function C$(e,t){if(e==="click")return y1(t)}function S$(e,t){if(e==="input"||e==="change")return y1(t)}function k$(e,t){return e===t&&(e!==0||1/e===1/t)||e!==e&&t!==t}var Dr=typeof Object.is=="function"?Object.is:k$;function uu(e,t){if(Dr(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(!Km.call(t,o)||!Dr(e[o],t[o]))return!1}return!0}function C3(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function S3(e,t){var r=C3(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=C3(r)}}function JD(e,t){return e&&t?e===t?!0:e&&e.nodeType===3?!1:t&&t.nodeType===3?JD(e,t.parentNode):"contains"in e?e.contains(t):e.compareDocumentPosition?!!(e.compareDocumentPosition(t)&16):!1:!1}function eE(){for(var e=window,t=G0();t instanceof e.HTMLIFrameElement;){try{var r=typeof t.contentWindow.location.href=="string"}catch{r=!1}if(r)e=t.contentWindow;else break;t=G0(e.document)}return t}function ov(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 A$(e){var t=eE(),r=e.focusedElem,n=e.selectionRange;if(t!==r&&r&&r.ownerDocument&&JD(r.ownerDocument.documentElement,r)){if(n!==null&&ov(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=S3(r,a);var i=S3(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 F$=In&&"documentMode"in document&&11>=document.documentMode,ui=null,hg=null,$s=null,mg=!1;function k3(e,t,r){var n=r.window===r?r.document:r.nodeType===9?r:r.ownerDocument;mg||ui==null||ui!==G0(n)||(n=ui,"selectionStart"in n&&ov(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}),$s&&uu($s,n)||($s=n,n=ed(hg,"onSelect"),0<n.length&&(t=new tv("onSelect","select",null,t,r),e.push({event:t,listeners:n}),t.target=ui)))}function Cc(e,t){var r={};return r[e.toLowerCase()]=t.toLowerCase(),r["Webkit"+e]="webkit"+t,r["Moz"+e]="moz"+t,r}var ci={animationend:Cc("Animation","AnimationEnd"),animationiteration:Cc("Animation","AnimationIteration"),animationstart:Cc("Animation","AnimationStart"),transitionend:Cc("Transition","TransitionEnd")},Qf={},tE={};In&&(tE=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 w1(e){if(Qf[e])return Qf[e];if(!ci[e])return e;var t=ci[e],r;for(r in t)if(t.hasOwnProperty(r)&&r in tE)return Qf[e]=t[r];return e}var rE=w1("animationend"),nE=w1("animationiteration"),oE=w1("animationstart"),aE=w1("transitionend"),iE=new Map,A3="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){iE.set(e,t),Fa(t,[e])}for(var Xf=0;Xf<A3.length;Xf++){var Zf=A3[Xf],_$=Zf.toLowerCase(),I$=Zf[0].toUpperCase()+Zf.slice(1);Ao(_$,"on"+I$)}Ao(rE,"onAnimationEnd");Ao(nE,"onAnimationIteration");Ao(oE,"onAnimationStart");Ao("dblclick","onDoubleClick");Ao("focusin","onFocus");Ao("focusout","onBlur");Ao(aE,"onTransitionEnd");Pi("onMouseEnter",["mouseout","mouseover"]);Pi("onMouseLeave",["mouseout","mouseover"]);Pi("onPointerEnter",["pointerout","pointerover"]);Pi("onPointerLeave",["pointerout","pointerover"]);Fa("onChange","change click focusin focusout input keydown keyup selectionchange".split(" "));Fa("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" "));Fa("onBeforeInput",["compositionend","keypress","textInput","paste"]);Fa("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" "));Fa("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" "));Fa("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var gs="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(" "),R$=new Set("cancel close invalid load scroll toggle".split(" ").concat(gs));function F3(e,t,r){var n=e.type||"unknown-event";e.currentTarget=r,_B(n,t,void 0,e),e.currentTarget=null}function lE(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;F3(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;F3(o,l,d),a=u}}}if(K0)throw e=cg,K0=!1,cg=null,e}function he(e,t){var r=t[bg];r===void 0&&(r=t[bg]=new Set);var n=e+"__bubble";r.has(n)||(sE(t,e,2,!1),r.add(n))}function Jf(e,t,r){var n=0;t&&(n|=4),sE(r,e,n,t)}var Sc="_reactListening"+Math.random().toString(36).slice(2);function cu(e){if(!e[Sc]){e[Sc]=!0,mD.forEach(function(r){r!=="selectionchange"&&(R$.has(r)||Jf(r,!1,e),Jf(r,!0,e))});var t=e.nodeType===9?e:e.ownerDocument;t===null||t[Sc]||(t[Sc]=!0,Jf("selectionchange",!1,t))}}function sE(e,t,r,n){switch(WD(t)){case 1:var o=WB;break;case 4:o=qB;break;default:o=J5}r=o.bind(null,t,r,e),o=void 0,!ug||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 ep(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=Jo(l),i===null)return;if(u=i.tag,u===5||u===6){n=a=i;continue e}l=l.parentNode}}n=n.return}RD(function(){var d=a,f=K5(r),h=[];e:{var p=iE.get(e);if(p!==void 0){var m=tv,g=e;switch(e){case"keypress":if(g0(r)===0)break e;case"keydown":case"keyup":m=l$;break;case"focusin":g="focus",m=Gf;break;case"focusout":g="blur",m=Gf;break;case"beforeblur":case"afterblur":m=Gf;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=g3;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":m=KB;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":m=c$;break;case rE:case nE:case oE:m=ZB;break;case aE:m=f$;break;case"scroll":m=GB;break;case"wheel":m=h$;break;case"copy":case"cut":case"paste":m=e$;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":m=y3}var y=(t&4)!==0,D=!y&&e==="scroll",b=y?p!==null?p+"Capture":null:p;y=[];for(var w=d,v;w!==null;){v=w;var x=v.stateNode;if(v.tag===5&&x!==null&&(v=x,b!==null&&(x=ou(w,b),x!=null&&y.push(du(w,x,v)))),D)break;w=w.return}0<y.length&&(p=new m(p,g,null,r,f),h.push({event:p,listeners:y}))}}if(!(t&7)){e:{if(p=e==="mouseover"||e==="pointerover",m=e==="mouseout"||e==="pointerout",p&&r!==lg&&(g=r.relatedTarget||r.fromElement)&&(Jo(g)||g[Rn]))break e;if((m||p)&&(p=f.window===f?f:(p=f.ownerDocument)?p.defaultView||p.parentWindow:window,m?(g=r.relatedTarget||r.toElement,m=d,g=g?Jo(g):null,g!==null&&(D=_a(g),g!==D||g.tag!==5&&g.tag!==6)&&(g=null)):(m=null,g=d),m!==g)){if(y=g3,x="onMouseLeave",b="onMouseEnter",w="mouse",(e==="pointerout"||e==="pointerover")&&(y=y3,x="onPointerLeave",b="onPointerEnter",w="pointer"),D=m==null?p:di(m),v=g==null?p:di(g),p=new y(x,w+"leave",m,r,f),p.target=D,p.relatedTarget=v,x=null,Jo(f)===d&&(y=new y(b,w+"enter",g,r,f),y.target=v,y.relatedTarget=D,x=y),D=x,m&&g)t:{for(y=m,b=g,w=0,v=y;v;v=ja(v))w++;for(v=0,x=b;x;x=ja(x))v++;for(;0<w-v;)y=ja(y),w--;for(;0<v-w;)b=ja(b),v--;for(;w--;){if(y===b||b!==null&&y===b.alternate)break t;y=ja(y),b=ja(b)}y=null}else y=null;m!==null&&_3(h,p,m,y,!1),g!==null&&D!==null&&_3(h,D,g,y,!0)}}e:{if(p=d?di(d):window,m=p.nodeName&&p.nodeName.toLowerCase(),m==="select"||m==="input"&&p.type==="file")var E=x$;else if(x3(p))if(XD)E=S$;else{E=E$;var C=D$}else(m=p.nodeName)&&m.toLowerCase()==="input"&&(p.type==="checkbox"||p.type==="radio")&&(E=C$);if(E&&(E=E(e,d))){QD(h,E,r,f);break e}C&&C(e,p,d),e==="focusout"&&(C=p._wrapperState)&&C.controlled&&p.type==="number"&&rg(p,"number",p.value)}switch(C=d?di(d):window,e){case"focusin":(x3(C)||C.contentEditable==="true")&&(ui=C,hg=d,$s=null);break;case"focusout":$s=hg=ui=null;break;case"mousedown":mg=!0;break;case"contextmenu":case"mouseup":case"dragend":mg=!1,k3(h,r,f);break;case"selectionchange":if(F$)break;case"keydown":case"keyup":k3(h,r,f)}var S;if(nv)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?YD(e,r)&&(k="onCompositionEnd"):e==="keydown"&&r.keyCode===229&&(k="onCompositionStart");k&&(GD&&r.locale!=="ko"&&(si||k!=="onCompositionStart"?k==="onCompositionEnd"&&si&&(S=qD()):(to=f,ev="value"in to?to.value:to.textContent,si=!0)),C=ed(d,k),0<C.length&&(k=new v3(k,e,null,r,f),h.push({event:k,listeners:C}),S?k.data=S:(S=KD(r),S!==null&&(k.data=S)))),(S=g$?v$(e,r):y$(e,r))&&(d=ed(d,"onBeforeInput"),0<d.length&&(f=new v3("onBeforeInput","beforeinput",null,r,f),h.push({event:f,listeners:d}),f.data=S))}lE(h,t)})}function du(e,t,r){return{instance:e,listener:t,currentTarget:r}}function ed(e,t){for(var r=t+"Capture",n=[];e!==null;){var o=e,a=o.stateNode;o.tag===5&&a!==null&&(o=a,a=ou(e,r),a!=null&&n.unshift(du(e,a,o)),a=ou(e,t),a!=null&&n.push(du(e,a,o))),e=e.return}return n}function ja(e){if(e===null)return null;do e=e.return;while(e&&e.tag!==5);return e||null}function _3(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=ou(r,a),u!=null&&i.unshift(du(r,u,l))):o||(u=ou(r,a),u!=null&&i.push(du(r,u,l)))),r=r.return}i.length!==0&&e.push({event:t,listeners:i})}var z$=/\r\n?/g,T$=/\u0000|\uFFFD/g;function I3(e){return(typeof e=="string"?e:""+e).replace(z$,`
|
38
|
+
`).replace(T$,"")}function kc(e,t,r){if(t=I3(t),I3(e)!==t&&r)throw Error(M(425))}function td(){}var gg=null,vg=null;function yg(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 wg=typeof setTimeout=="function"?setTimeout:void 0,B$=typeof clearTimeout=="function"?clearTimeout:void 0,R3=typeof Promise=="function"?Promise:void 0,$$=typeof queueMicrotask=="function"?queueMicrotask:typeof R3<"u"?function(e){return R3.resolve(null).then(e).catch(L$)}:wg;function L$(e){setTimeout(function(){throw e})}function tp(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),lu(t);return}n--}else r!=="$"&&r!=="$?"&&r!=="$!"||n++;r=o}while(r);lu(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 z3(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 Dl=Math.random().toString(36).slice(2),qr="__reactFiber$"+Dl,fu="__reactProps$"+Dl,Rn="__reactContainer$"+Dl,bg="__reactEvents$"+Dl,M$="__reactListeners$"+Dl,O$="__reactHandles$"+Dl;function Jo(e){var t=e[qr];if(t)return t;for(var r=e.parentNode;r;){if(t=r[Rn]||r[qr]){if(r=t.alternate,t.child!==null||r!==null&&r.child!==null)for(e=z3(e);e!==null;){if(r=e[qr])return r;e=z3(e)}return t}e=r,r=e.parentNode}return null}function Hu(e){return e=e[qr]||e[Rn],!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(M(33))}function b1(e){return e[fu]||null}var xg=[],fi=-1;function Fo(e){return{current:e}}function ge(e){0>fi||(e.current=xg[fi],xg[fi]=null,fi--)}function pe(e,t){fi++,xg[fi]=e.current,e.current=t}var vo={},nt=Fo(vo),vt=Fo(!1),ma=vo;function Ni(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 yt(e){return e=e.childContextTypes,e!=null}function rd(){ge(vt),ge(nt)}function T3(e,t,r){if(nt.current!==vo)throw Error(M(168));pe(nt,t),pe(vt,r)}function uE(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(M(108,DB(e)||"Unknown",o));return be({},r,n)}function nd(e){return e=(e=e.stateNode)&&e.__reactInternalMemoizedMergedChildContext||vo,ma=nt.current,pe(nt,e),pe(vt,vt.current),!0}function B3(e,t,r){var n=e.stateNode;if(!n)throw Error(M(169));r?(e=uE(e,t,ma),n.__reactInternalMemoizedMergedChildContext=e,ge(vt),ge(nt),pe(nt,e)):ge(vt),pe(vt,r)}var Cn=null,x1=!1,rp=!1;function cE(e){Cn===null?Cn=[e]:Cn.push(e)}function P$(e){x1=!0,cE(e)}function _o(){if(!rp&&Cn!==null){rp=!0;var e=0,t=ce;try{var r=Cn;for(ce=1;e<r.length;e++){var n=r[e];do n=n(!0);while(n!==null)}Cn=null,x1=!1}catch(o){throw Cn!==null&&(Cn=Cn.slice(e+1)),$D(Q5,_o),o}finally{ce=t,rp=!1}}return null}var pi=[],hi=0,od=null,ad=0,Ut=[],Wt=0,ga=null,Sn=1,kn="";function Go(e,t){pi[hi++]=ad,pi[hi++]=od,od=e,ad=t}function dE(e,t,r){Ut[Wt++]=Sn,Ut[Wt++]=kn,Ut[Wt++]=ga,ga=e;var n=Sn;e=kn;var o=32-yr(n)-1;n&=~(1<<o),r+=1;var a=32-yr(t)+o;if(30<a){var i=o-o%5;a=(n&(1<<i)-1).toString(32),n>>=i,o-=i,Sn=1<<32-yr(t)+o|r<<o|n,kn=a+e}else Sn=1<<a|r<<o|n,kn=e}function av(e){e.return!==null&&(Go(e,1),dE(e,1,0))}function iv(e){for(;e===od;)od=pi[--hi],pi[hi]=null,ad=pi[--hi],pi[hi]=null;for(;e===ga;)ga=Ut[--Wt],Ut[Wt]=null,kn=Ut[--Wt],Ut[Wt]=null,Sn=Ut[--Wt],Ut[Wt]=null}var Tt=null,zt=null,ve=!1,fr=null;function fE(e,t){var r=Yt(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 $3(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,Tt=e,zt=lo(t.firstChild),!0):!1;case 6:return t=e.pendingProps===""||t.nodeType!==3?null:t,t!==null?(e.stateNode=t,Tt=e,zt=null,!0):!1;case 13:return t=t.nodeType!==8?null:t,t!==null?(r=ga!==null?{id:Sn,overflow:kn}:null,e.memoizedState={dehydrated:t,treeContext:r,retryLane:1073741824},r=Yt(18,null,null,0),r.stateNode=t,r.return=e,e.child=r,Tt=e,zt=null,!0):!1;default:return!1}}function Dg(e){return(e.mode&1)!==0&&(e.flags&128)===0}function Eg(e){if(ve){var t=zt;if(t){var r=t;if(!$3(e,t)){if(Dg(e))throw Error(M(418));t=lo(r.nextSibling);var n=Tt;t&&$3(e,t)?fE(n,r):(e.flags=e.flags&-4097|2,ve=!1,Tt=e)}}else{if(Dg(e))throw Error(M(418));e.flags=e.flags&-4097|2,ve=!1,Tt=e}}}function L3(e){for(e=e.return;e!==null&&e.tag!==5&&e.tag!==3&&e.tag!==13;)e=e.return;Tt=e}function Ac(e){if(e!==Tt)return!1;if(!ve)return L3(e),ve=!0,!1;var t;if((t=e.tag!==3)&&!(t=e.tag!==5)&&(t=e.type,t=t!=="head"&&t!=="body"&&!yg(e.type,e.memoizedProps)),t&&(t=zt)){if(Dg(e))throw pE(),Error(M(418));for(;t;)fE(e,t),t=lo(t.nextSibling)}if(L3(e),e.tag===13){if(e=e.memoizedState,e=e!==null?e.dehydrated:null,!e)throw Error(M(317));e:{for(e=e.nextSibling,t=0;e;){if(e.nodeType===8){var r=e.data;if(r==="/$"){if(t===0){zt=lo(e.nextSibling);break e}t--}else r!=="$"&&r!=="$!"&&r!=="$?"||t++}e=e.nextSibling}zt=null}}else zt=Tt?lo(e.stateNode.nextSibling):null;return!0}function pE(){for(var e=zt;e;)e=lo(e.nextSibling)}function Hi(){zt=Tt=null,ve=!1}function lv(e){fr===null?fr=[e]:fr.push(e)}var N$=$n.ReactCurrentBatchConfig;function ql(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(M(309));var n=r.stateNode}if(!n)throw Error(M(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(M(284));if(!r._owner)throw Error(M(290,e))}return e}function Fc(e,t){throw e=Object.prototype.toString.call(t),Error(M(31,e==="[object Object]"?"object with keys {"+Object.keys(t).join(", ")+"}":e))}function M3(e){var t=e._init;return t(e._payload)}function hE(e){function t(b,w){if(e){var v=b.deletions;v===null?(b.deletions=[w],b.flags|=16):v.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,v){return b.index=v,e?(v=b.alternate,v!==null?(v=v.index,v<w?(b.flags|=2,w):v):(b.flags|=2,w)):(b.flags|=1048576,w)}function i(b){return e&&b.alternate===null&&(b.flags|=2),b}function l(b,w,v,x){return w===null||w.tag!==6?(w=up(v,b.mode,x),w.return=b,w):(w=o(w,v),w.return=b,w)}function u(b,w,v,x){var E=v.type;return E===li?f(b,w,v.props.children,x,v.key):w!==null&&(w.elementType===E||typeof E=="object"&&E!==null&&E.$$typeof===jn&&M3(E)===w.type)?(x=o(w,v.props),x.ref=ql(b,w,v),x.return=b,x):(x=E0(v.type,v.key,v.props,null,b.mode,x),x.ref=ql(b,w,v),x.return=b,x)}function d(b,w,v,x){return w===null||w.tag!==4||w.stateNode.containerInfo!==v.containerInfo||w.stateNode.implementation!==v.implementation?(w=cp(v,b.mode,x),w.return=b,w):(w=o(w,v.children||[]),w.return=b,w)}function f(b,w,v,x,E){return w===null||w.tag!==7?(w=ua(v,b.mode,x,E),w.return=b,w):(w=o(w,v),w.return=b,w)}function h(b,w,v){if(typeof w=="string"&&w!==""||typeof w=="number")return w=up(""+w,b.mode,v),w.return=b,w;if(typeof w=="object"&&w!==null){switch(w.$$typeof){case vc:return v=E0(w.type,w.key,w.props,null,b.mode,v),v.ref=ql(b,null,w),v.return=b,v;case ii:return w=cp(w,b.mode,v),w.return=b,w;case jn:var x=w._init;return h(b,x(w._payload),v)}if(hs(w)||Hl(w))return w=ua(w,b.mode,v,null),w.return=b,w;Fc(b,w)}return null}function p(b,w,v,x){var E=w!==null?w.key:null;if(typeof v=="string"&&v!==""||typeof v=="number")return E!==null?null:l(b,w,""+v,x);if(typeof v=="object"&&v!==null){switch(v.$$typeof){case vc:return v.key===E?u(b,w,v,x):null;case ii:return v.key===E?d(b,w,v,x):null;case jn:return E=v._init,p(b,w,E(v._payload),x)}if(hs(v)||Hl(v))return E!==null?null:f(b,w,v,x,null);Fc(b,v)}return null}function m(b,w,v,x,E){if(typeof x=="string"&&x!==""||typeof x=="number")return b=b.get(v)||null,l(w,b,""+x,E);if(typeof x=="object"&&x!==null){switch(x.$$typeof){case vc:return b=b.get(x.key===null?v:x.key)||null,u(w,b,x,E);case ii:return b=b.get(x.key===null?v:x.key)||null,d(w,b,x,E);case jn:var C=x._init;return m(b,w,v,C(x._payload),E)}if(hs(x)||Hl(x))return b=b.get(v)||null,f(w,b,x,E,null);Fc(w,x)}return null}function g(b,w,v,x){for(var E=null,C=null,S=w,k=w=0,F=null;S!==null&&k<v.length;k++){S.index>k?(F=S,S=null):F=S.sibling;var _=p(b,S,v[k],x);if(_===null){S===null&&(S=F);break}e&&S&&_.alternate===null&&t(b,S),w=a(_,w,k),C===null?E=_:C.sibling=_,C=_,S=F}if(k===v.length)return r(b,S),ve&&Go(b,k),E;if(S===null){for(;k<v.length;k++)S=h(b,v[k],x),S!==null&&(w=a(S,w,k),C===null?E=S:C.sibling=S,C=S);return ve&&Go(b,k),E}for(S=n(b,S);k<v.length;k++)F=m(S,b,k,v[k],x),F!==null&&(e&&F.alternate!==null&&S.delete(F.key===null?k:F.key),w=a(F,w,k),C===null?E=F:C.sibling=F,C=F);return e&&S.forEach(function(T){return t(b,T)}),ve&&Go(b,k),E}function y(b,w,v,x){var E=Hl(v);if(typeof E!="function")throw Error(M(150));if(v=E.call(v),v==null)throw Error(M(151));for(var C=E=null,S=w,k=w=0,F=null,_=v.next();S!==null&&!_.done;k++,_=v.next()){S.index>k?(F=S,S=null):F=S.sibling;var T=p(b,S,_.value,x);if(T===null){S===null&&(S=F);break}e&&S&&T.alternate===null&&t(b,S),w=a(T,w,k),C===null?E=T:C.sibling=T,C=T,S=F}if(_.done)return r(b,S),ve&&Go(b,k),E;if(S===null){for(;!_.done;k++,_=v.next())_=h(b,_.value,x),_!==null&&(w=a(_,w,k),C===null?E=_:C.sibling=_,C=_);return ve&&Go(b,k),E}for(S=n(b,S);!_.done;k++,_=v.next())_=m(S,b,k,_.value,x),_!==null&&(e&&_.alternate!==null&&S.delete(_.key===null?k:_.key),w=a(_,w,k),C===null?E=_:C.sibling=_,C=_);return e&&S.forEach(function(N){return t(b,N)}),ve&&Go(b,k),E}function D(b,w,v,x){if(typeof v=="object"&&v!==null&&v.type===li&&v.key===null&&(v=v.props.children),typeof v=="object"&&v!==null){switch(v.$$typeof){case vc:e:{for(var E=v.key,C=w;C!==null;){if(C.key===E){if(E=v.type,E===li){if(C.tag===7){r(b,C.sibling),w=o(C,v.props.children),w.return=b,b=w;break e}}else if(C.elementType===E||typeof E=="object"&&E!==null&&E.$$typeof===jn&&M3(E)===C.type){r(b,C.sibling),w=o(C,v.props),w.ref=ql(b,C,v),w.return=b,b=w;break e}r(b,C);break}else t(b,C);C=C.sibling}v.type===li?(w=ua(v.props.children,b.mode,x,v.key),w.return=b,b=w):(x=E0(v.type,v.key,v.props,null,b.mode,x),x.ref=ql(b,w,v),x.return=b,b=x)}return i(b);case ii:e:{for(C=v.key;w!==null;){if(w.key===C)if(w.tag===4&&w.stateNode.containerInfo===v.containerInfo&&w.stateNode.implementation===v.implementation){r(b,w.sibling),w=o(w,v.children||[]),w.return=b,b=w;break e}else{r(b,w);break}else t(b,w);w=w.sibling}w=cp(v,b.mode,x),w.return=b,b=w}return i(b);case jn:return C=v._init,D(b,w,C(v._payload),x)}if(hs(v))return g(b,w,v,x);if(Hl(v))return y(b,w,v,x);Fc(b,v)}return typeof v=="string"&&v!==""||typeof v=="number"?(v=""+v,w!==null&&w.tag===6?(r(b,w.sibling),w=o(w,v),w.return=b,b=w):(r(b,w),w=up(v,b.mode,x),w.return=b,b=w),i(b)):r(b,w)}return D}var ji=hE(!0),mE=hE(!1),id=Fo(null),ld=null,mi=null,sv=null;function uv(){sv=mi=ld=null}function cv(e){var t=id.current;ge(id),e._currentValue=t}function Cg(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){ld=e,sv=mi=null,e=e.dependencies,e!==null&&e.firstContext!==null&&(e.lanes&t&&(gt=!0),e.firstContext=null)}function Zt(e){var t=e._currentValue;if(sv!==e)if(e={context:e,memoizedValue:t,next:null},mi===null){if(ld===null)throw Error(M(308));mi=e,ld.dependencies={lanes:0,firstContext:e}}else mi=mi.next=e;return t}var ea=null;function dv(e){ea===null?ea=[e]:ea.push(e)}function gE(e,t,r,n){var o=t.interleaved;return o===null?(r.next=r,dv(t)):(r.next=o.next,o.next=r),t.interleaved=r,zn(e,n)}function zn(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 Vn=!1;function fv(e){e.updateQueue={baseState:e.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:0},effects:null}}function vE(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 An(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,ae&2){var o=n.pending;return o===null?t.next=t:(t.next=o.next,o.next=t),n.pending=t,zn(e,r)}return o=n.interleaved,o===null?(t.next=t,dv(n)):(t.next=o.next,o.next=t),n.interleaved=t,zn(e,r)}function v0(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,X5(e,r)}}function O3(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 sd(e,t,r,n){var o=e.updateQueue;Vn=!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 f=e.alternate;f!==null&&(f=f.updateQueue,l=f.lastBaseUpdate,l!==i&&(l===null?f.firstBaseUpdate=d:l.next=d,f.lastBaseUpdate=u))}if(a!==null){var h=o.baseState;i=0,f=d=u=null,l=a;do{var p=l.lane,m=l.eventTime;if((n&p)===p){f!==null&&(f=f.next={eventTime:m,lane:0,tag:l.tag,payload:l.payload,callback:l.callback,next:null});e:{var g=e,y=l;switch(p=t,m=r,y.tag){case 1:if(g=y.payload,typeof g=="function"){h=g.call(m,h,p);break e}h=g;break e;case 3:g.flags=g.flags&-65537|128;case 0:if(g=y.payload,p=typeof g=="function"?g.call(m,h,p):g,p==null)break e;h=be({},h,p);break e;case 2:Vn=!0}}l.callback!==null&&l.lane!==0&&(e.flags|=64,p=o.effects,p===null?o.effects=[l]:p.push(l))}else m={eventTime:m,lane:p,tag:l.tag,payload:l.payload,callback:l.callback,next:null},f===null?(d=f=m,u=h):f=f.next=m,i|=p;if(l=l.next,l===null){if(l=o.shared.pending,l===null)break;p=l,l=p.next,p.next=null,o.lastBaseUpdate=p,o.shared.pending=null}}while(!0);if(f===null&&(u=h),o.baseState=u,o.firstBaseUpdate=d,o.lastBaseUpdate=f,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);ya|=i,e.lanes=i,e.memoizedState=h}}function P3(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(M(191,o));o.call(n)}}}var ju={},Jr=Fo(ju),pu=Fo(ju),hu=Fo(ju);function ta(e){if(e===ju)throw Error(M(174));return e}function pv(e,t){switch(pe(hu,t),pe(pu,e),pe(Jr,ju),e=t.nodeType,e){case 9:case 11:t=(t=t.documentElement)?t.namespaceURI:og(null,"");break;default:e=e===8?t.parentNode:t,t=e.namespaceURI||null,e=e.tagName,t=og(t,e)}ge(Jr),pe(Jr,t)}function Vi(){ge(Jr),ge(pu),ge(hu)}function yE(e){ta(hu.current);var t=ta(Jr.current),r=og(t,e.type);t!==r&&(pe(pu,e),pe(Jr,r))}function hv(e){pu.current===e&&(ge(Jr),ge(pu))}var ye=Fo(0);function ud(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 np=[];function mv(){for(var e=0;e<np.length;e++)np[e]._workInProgressVersionPrimary=null;np.length=0}var y0=$n.ReactCurrentDispatcher,op=$n.ReactCurrentBatchConfig,va=0,we=null,Te=null,Ne=null,cd=!1,Ls=!1,mu=0,H$=0;function Ze(){throw Error(M(321))}function gv(e,t){if(t===null)return!1;for(var r=0;r<t.length&&r<e.length;r++)if(!Dr(e[r],t[r]))return!1;return!0}function vv(e,t,r,n,o,a){if(va=a,we=t,t.memoizedState=null,t.updateQueue=null,t.lanes=0,y0.current=e===null||e.memoizedState===null?W$:q$,e=r(n,o),Ls){a=0;do{if(Ls=!1,mu=0,25<=a)throw Error(M(301));a+=1,Ne=Te=null,t.updateQueue=null,y0.current=G$,e=r(n,o)}while(Ls)}if(y0.current=dd,t=Te!==null&&Te.next!==null,va=0,Ne=Te=we=null,cd=!1,t)throw Error(M(300));return e}function yv(){var e=mu!==0;return mu=0,e}function Hr(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return Ne===null?we.memoizedState=Ne=e:Ne=Ne.next=e,Ne}function Jt(){if(Te===null){var e=we.alternate;e=e!==null?e.memoizedState:null}else e=Te.next;var t=Ne===null?we.memoizedState:Ne.next;if(t!==null)Ne=t,Te=e;else{if(e===null)throw Error(M(310));Te=e,e={memoizedState:Te.memoizedState,baseState:Te.baseState,baseQueue:Te.baseQueue,queue:Te.queue,next:null},Ne===null?we.memoizedState=Ne=e:Ne=Ne.next=e}return Ne}function gu(e,t){return typeof t=="function"?t(e):t}function ap(e){var t=Jt(),r=t.queue;if(r===null)throw Error(M(311));r.lastRenderedReducer=e;var n=Te,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 f=d.lane;if((va&f)===f)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:f,action:d.action,hasEagerState:d.hasEagerState,eagerState:d.eagerState,next:null};u===null?(l=u=h,i=n):u=u.next=h,we.lanes|=f,ya|=f}d=d.next}while(d!==null&&d!==a);u===null?i=n:u.next=l,Dr(n,t.memoizedState)||(gt=!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,we.lanes|=a,ya|=a,o=o.next;while(o!==e)}else o===null&&(r.lanes=0);return[t.memoizedState,r.dispatch]}function ip(e){var t=Jt(),r=t.queue;if(r===null)throw Error(M(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);Dr(a,t.memoizedState)||(gt=!0),t.memoizedState=a,t.baseQueue===null&&(t.baseState=a),r.lastRenderedState=a}return[a,n]}function wE(){}function bE(e,t){var r=we,n=Jt(),o=t(),a=!Dr(n.memoizedState,o);if(a&&(n.memoizedState=o,gt=!0),n=n.queue,wv(EE.bind(null,r,n,e),[e]),n.getSnapshot!==t||a||Ne!==null&&Ne.memoizedState.tag&1){if(r.flags|=2048,vu(9,DE.bind(null,r,n,o,t),void 0,null),Ve===null)throw Error(M(349));va&30||xE(r,t,o)}return o}function xE(e,t,r){e.flags|=16384,e={getSnapshot:t,value:r},t=we.updateQueue,t===null?(t={lastEffect:null,stores:null},we.updateQueue=t,t.stores=[e]):(r=t.stores,r===null?t.stores=[e]:r.push(e))}function DE(e,t,r,n){t.value=r,t.getSnapshot=n,CE(t)&&SE(e)}function EE(e,t,r){return r(function(){CE(t)&&SE(e)})}function CE(e){var t=e.getSnapshot;e=e.value;try{var r=t();return!Dr(e,r)}catch{return!0}}function SE(e){var t=zn(e,1);t!==null&&wr(t,e,1,-1)}function N3(e){var t=Hr();return typeof e=="function"&&(e=e()),t.memoizedState=t.baseState=e,e={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:gu,lastRenderedState:e},t.queue=e,e=e.dispatch=U$.bind(null,we,e),[t.memoizedState,e]}function vu(e,t,r,n){return e={tag:e,create:t,destroy:r,deps:n,next:null},t=we.updateQueue,t===null?(t={lastEffect:null,stores:null},we.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 kE(){return Jt().memoizedState}function w0(e,t,r,n){var o=Hr();we.flags|=e,o.memoizedState=vu(1|t,r,void 0,n===void 0?null:n)}function D1(e,t,r,n){var o=Jt();n=n===void 0?null:n;var a=void 0;if(Te!==null){var i=Te.memoizedState;if(a=i.destroy,n!==null&&gv(n,i.deps)){o.memoizedState=vu(t,r,a,n);return}}we.flags|=e,o.memoizedState=vu(1|t,r,a,n)}function H3(e,t){return w0(8390656,8,e,t)}function wv(e,t){return D1(2048,8,e,t)}function AE(e,t){return D1(4,2,e,t)}function FE(e,t){return D1(4,4,e,t)}function _E(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 IE(e,t,r){return r=r!=null?r.concat([e]):null,D1(4,4,_E.bind(null,t,e),r)}function bv(){}function RE(e,t){var r=Jt();t=t===void 0?null:t;var n=r.memoizedState;return n!==null&&t!==null&&gv(t,n[1])?n[0]:(r.memoizedState=[e,t],e)}function zE(e,t){var r=Jt();t=t===void 0?null:t;var n=r.memoizedState;return n!==null&&t!==null&&gv(t,n[1])?n[0]:(e=e(),r.memoizedState=[e,t],e)}function TE(e,t,r){return va&21?(Dr(r,t)||(r=OD(),we.lanes|=r,ya|=r,e.baseState=!0),t):(e.baseState&&(e.baseState=!1,gt=!0),e.memoizedState=r)}function j$(e,t){var r=ce;ce=r!==0&&4>r?r:4,e(!0);var n=op.transition;op.transition={};try{e(!1),t()}finally{ce=r,op.transition=n}}function BE(){return Jt().memoizedState}function V$(e,t,r){var n=co(e);if(r={lane:n,action:r,hasEagerState:!1,eagerState:null,next:null},$E(e))LE(t,r);else if(r=gE(e,t,r,n),r!==null){var o=ut();wr(r,e,n,o),ME(r,t,n)}}function U$(e,t,r){var n=co(e),o={lane:n,action:r,hasEagerState:!1,eagerState:null,next:null};if($E(e))LE(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,Dr(l,i)){var u=t.interleaved;u===null?(o.next=o,dv(t)):(o.next=u.next,u.next=o),t.interleaved=o;return}}catch{}finally{}r=gE(e,t,o,n),r!==null&&(o=ut(),wr(r,e,n,o),ME(r,t,n))}}function $E(e){var t=e.alternate;return e===we||t!==null&&t===we}function LE(e,t){Ls=cd=!0;var r=e.pending;r===null?t.next=t:(t.next=r.next,r.next=t),e.pending=t}function ME(e,t,r){if(r&4194240){var n=t.lanes;n&=e.pendingLanes,r|=n,t.lanes=r,X5(e,r)}}var dd={readContext:Zt,useCallback:Ze,useContext:Ze,useEffect:Ze,useImperativeHandle:Ze,useInsertionEffect:Ze,useLayoutEffect:Ze,useMemo:Ze,useReducer:Ze,useRef:Ze,useState:Ze,useDebugValue:Ze,useDeferredValue:Ze,useTransition:Ze,useMutableSource:Ze,useSyncExternalStore:Ze,useId:Ze,unstable_isNewReconciler:!1},W$={readContext:Zt,useCallback:function(e,t){return Hr().memoizedState=[e,t===void 0?null:t],e},useContext:Zt,useEffect:H3,useImperativeHandle:function(e,t,r){return r=r!=null?r.concat([e]):null,w0(4194308,4,_E.bind(null,t,e),r)},useLayoutEffect:function(e,t){return w0(4194308,4,e,t)},useInsertionEffect:function(e,t){return w0(4,2,e,t)},useMemo:function(e,t){var r=Hr();return t=t===void 0?null:t,e=e(),r.memoizedState=[e,t],e},useReducer:function(e,t,r){var n=Hr();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=V$.bind(null,we,e),[n.memoizedState,e]},useRef:function(e){var t=Hr();return e={current:e},t.memoizedState=e},useState:N3,useDebugValue:bv,useDeferredValue:function(e){return Hr().memoizedState=e},useTransition:function(){var e=N3(!1),t=e[0];return e=j$.bind(null,e[1]),Hr().memoizedState=e,[t,e]},useMutableSource:function(){},useSyncExternalStore:function(e,t,r){var n=we,o=Hr();if(ve){if(r===void 0)throw Error(M(407));r=r()}else{if(r=t(),Ve===null)throw Error(M(349));va&30||xE(n,t,r)}o.memoizedState=r;var a={value:r,getSnapshot:t};return o.queue=a,H3(EE.bind(null,n,a,e),[e]),n.flags|=2048,vu(9,DE.bind(null,n,a,r,t),void 0,null),r},useId:function(){var e=Hr(),t=Ve.identifierPrefix;if(ve){var r=kn,n=Sn;r=(n&~(1<<32-yr(n)-1)).toString(32)+r,t=":"+t+"R"+r,r=mu++,0<r&&(t+="H"+r.toString(32)),t+=":"}else r=H$++,t=":"+t+"r"+r.toString(32)+":";return e.memoizedState=t},unstable_isNewReconciler:!1},q$={readContext:Zt,useCallback:RE,useContext:Zt,useEffect:wv,useImperativeHandle:IE,useInsertionEffect:AE,useLayoutEffect:FE,useMemo:zE,useReducer:ap,useRef:kE,useState:function(){return ap(gu)},useDebugValue:bv,useDeferredValue:function(e){var t=Jt();return TE(t,Te.memoizedState,e)},useTransition:function(){var e=ap(gu)[0],t=Jt().memoizedState;return[e,t]},useMutableSource:wE,useSyncExternalStore:bE,useId:BE,unstable_isNewReconciler:!1},G$={readContext:Zt,useCallback:RE,useContext:Zt,useEffect:wv,useImperativeHandle:IE,useInsertionEffect:AE,useLayoutEffect:FE,useMemo:zE,useReducer:ip,useRef:kE,useState:function(){return ip(gu)},useDebugValue:bv,useDeferredValue:function(e){var t=Jt();return Te===null?t.memoizedState=e:TE(t,Te.memoizedState,e)},useTransition:function(){var e=ip(gu)[0],t=Jt().memoizedState;return[e,t]},useMutableSource:wE,useSyncExternalStore:bE,useId:BE,unstable_isNewReconciler:!1};function cr(e,t){if(e&&e.defaultProps){t=be({},t),e=e.defaultProps;for(var r in e)t[r]===void 0&&(t[r]=e[r]);return t}return t}function Sg(e,t,r,n){t=e.memoizedState,r=r(n,t),r=r==null?t:be({},t,r),e.memoizedState=r,e.lanes===0&&(e.updateQueue.baseState=r)}var E1={isMounted:function(e){return(e=e._reactInternals)?_a(e)===e:!1},enqueueSetState:function(e,t,r){e=e._reactInternals;var n=ut(),o=co(e),a=An(n,o);a.payload=t,r!=null&&(a.callback=r),t=so(e,a,o),t!==null&&(wr(t,e,o,n),v0(t,e,o))},enqueueReplaceState:function(e,t,r){e=e._reactInternals;var n=ut(),o=co(e),a=An(n,o);a.tag=1,a.payload=t,r!=null&&(a.callback=r),t=so(e,a,o),t!==null&&(wr(t,e,o,n),v0(t,e,o))},enqueueForceUpdate:function(e,t){e=e._reactInternals;var r=ut(),n=co(e),o=An(r,n);o.tag=2,t!=null&&(o.callback=t),t=so(e,o,n),t!==null&&(wr(t,e,n,r),v0(t,e,n))}};function j3(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?!uu(r,n)||!uu(o,a):!0}function OE(e,t,r){var n=!1,o=vo,a=t.contextType;return typeof a=="object"&&a!==null?a=Zt(a):(o=yt(t)?ma:nt.current,n=t.contextTypes,a=(n=n!=null)?Ni(e,o):vo),t=new t(r,a),e.memoizedState=t.state!==null&&t.state!==void 0?t.state:null,t.updater=E1,e.stateNode=t,t._reactInternals=e,n&&(e=e.stateNode,e.__reactInternalMemoizedUnmaskedChildContext=o,e.__reactInternalMemoizedMaskedChildContext=a),t}function V3(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&&E1.enqueueReplaceState(t,t.state,null)}function kg(e,t,r,n){var o=e.stateNode;o.props=r,o.state=e.memoizedState,o.refs={},fv(e);var a=t.contextType;typeof a=="object"&&a!==null?o.context=Zt(a):(a=yt(t)?ma:nt.current,o.context=Ni(e,a)),o.state=e.memoizedState,a=t.getDerivedStateFromProps,typeof a=="function"&&(Sg(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&&E1.enqueueReplaceState(o,o.state,null),sd(e,r,o,n),o.state=e.memoizedState),typeof o.componentDidMount=="function"&&(e.flags|=4194308)}function Ui(e,t){try{var r="",n=t;do r+=xB(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 lp(e,t,r){return{value:e,source:null,stack:r??null,digest:t??null}}function Ag(e,t){try{console.error(t.value)}catch(r){setTimeout(function(){throw r})}}var Y$=typeof WeakMap=="function"?WeakMap:Map;function PE(e,t,r){r=An(-1,r),r.tag=3,r.payload={element:null};var n=t.value;return r.callback=function(){pd||(pd=!0,Mg=n),Ag(e,t)},r}function NE(e,t,r){r=An(-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(){Ag(e,t)}}var a=e.stateNode;return a!==null&&typeof a.componentDidCatch=="function"&&(r.callback=function(){Ag(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 U3(e,t,r){var n=e.pingCache;if(n===null){n=e.pingCache=new Y$;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=sL.bind(null,e,t,r),t.then(e,e))}function W3(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 q3(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=An(-1,1),t.tag=2,so(r,t,1))),r.lanes|=1),e)}var K$=$n.ReactCurrentOwner,gt=!1;function st(e,t,r,n){t.child=e===null?mE(t,null,r,n):ji(t,e.child,r,n)}function G3(e,t,r,n,o){r=r.render;var a=t.ref;return Si(t,o),n=vv(e,t,r,n,a,o),r=yv(),e!==null&&!gt?(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~o,Tn(e,t,o)):(ve&&r&&av(t),t.flags|=1,st(e,t,n,o),t.child)}function Y3(e,t,r,n,o){if(e===null){var a=r.type;return typeof a=="function"&&!Fv(a)&&a.defaultProps===void 0&&r.compare===null&&r.defaultProps===void 0?(t.tag=15,t.type=a,HE(e,t,a,n,o)):(e=E0(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:uu,r(i,n)&&e.ref===t.ref)return Tn(e,t,o)}return t.flags|=1,e=fo(a,n),e.ref=t.ref,e.return=t,t.child=e}function HE(e,t,r,n,o){if(e!==null){var a=e.memoizedProps;if(uu(a,n)&&e.ref===t.ref)if(gt=!1,t.pendingProps=n=a,(e.lanes&o)!==0)e.flags&131072&&(gt=!0);else return t.lanes=e.lanes,Tn(e,t,o)}return Fg(e,t,r,n,o)}function jE(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},pe(yi,It),It|=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,pe(yi,It),It|=e,null;t.memoizedState={baseLanes:0,cachePool:null,transitions:null},n=a!==null?a.baseLanes:r,pe(yi,It),It|=n}else a!==null?(n=a.baseLanes|r,t.memoizedState=null):n=r,pe(yi,It),It|=n;return st(e,t,o,r),t.child}function VE(e,t){var r=t.ref;(e===null&&r!==null||e!==null&&e.ref!==r)&&(t.flags|=512,t.flags|=2097152)}function Fg(e,t,r,n,o){var a=yt(r)?ma:nt.current;return a=Ni(t,a),Si(t,o),r=vv(e,t,r,n,a,o),n=yv(),e!==null&&!gt?(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~o,Tn(e,t,o)):(ve&&n&&av(t),t.flags|=1,st(e,t,r,o),t.child)}function K3(e,t,r,n,o){if(yt(r)){var a=!0;nd(t)}else a=!1;if(Si(t,o),t.stateNode===null)b0(e,t),OE(t,r,n),kg(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=Zt(d):(d=yt(r)?ma:nt.current,d=Ni(t,d));var f=r.getDerivedStateFromProps,h=typeof f=="function"||typeof i.getSnapshotBeforeUpdate=="function";h||typeof i.UNSAFE_componentWillReceiveProps!="function"&&typeof i.componentWillReceiveProps!="function"||(l!==n||u!==d)&&V3(t,i,n,d),Vn=!1;var p=t.memoizedState;i.state=p,sd(t,n,i,o),u=t.memoizedState,l!==n||p!==u||vt.current||Vn?(typeof f=="function"&&(Sg(t,r,f,n),u=t.memoizedState),(l=Vn||j3(t,r,l,n,p,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,vE(e,t),l=t.memoizedProps,d=t.type===t.elementType?l:cr(t.type,l),i.props=d,h=t.pendingProps,p=i.context,u=r.contextType,typeof u=="object"&&u!==null?u=Zt(u):(u=yt(r)?ma:nt.current,u=Ni(t,u));var m=r.getDerivedStateFromProps;(f=typeof m=="function"||typeof i.getSnapshotBeforeUpdate=="function")||typeof i.UNSAFE_componentWillReceiveProps!="function"&&typeof i.componentWillReceiveProps!="function"||(l!==h||p!==u)&&V3(t,i,n,u),Vn=!1,p=t.memoizedState,i.state=p,sd(t,n,i,o);var g=t.memoizedState;l!==h||p!==g||vt.current||Vn?(typeof m=="function"&&(Sg(t,r,m,n),g=t.memoizedState),(d=Vn||j3(t,r,d,n,p,g,u)||!1)?(f||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&&p===e.memoizedState||(t.flags|=4),typeof i.getSnapshotBeforeUpdate!="function"||l===e.memoizedProps&&p===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&&p===e.memoizedState||(t.flags|=4),typeof i.getSnapshotBeforeUpdate!="function"||l===e.memoizedProps&&p===e.memoizedState||(t.flags|=1024),n=!1)}return _g(e,t,r,n,a,o)}function _g(e,t,r,n,o,a){VE(e,t);var i=(t.flags&128)!==0;if(!n&&!i)return o&&B3(t,r,!1),Tn(e,t,a);n=t.stateNode,K$.current=t;var l=i&&typeof r.getDerivedStateFromError!="function"?null:n.render();return t.flags|=1,e!==null&&i?(t.child=ji(t,e.child,null,a),t.child=ji(t,null,l,a)):st(e,t,l,a),t.memoizedState=n.state,o&&B3(t,r,!0),t.child}function UE(e){var t=e.stateNode;t.pendingContext?T3(e,t.pendingContext,t.pendingContext!==t.context):t.context&&T3(e,t.context,!1),pv(e,t.containerInfo)}function Q3(e,t,r,n,o){return Hi(),lv(o),t.flags|=256,st(e,t,r,n),t.child}var Ig={dehydrated:null,treeContext:null,retryLane:0};function Rg(e){return{baseLanes:e,cachePool:null,transitions:null}}function WE(e,t,r){var n=t.pendingProps,o=ye.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),pe(ye,o&1),e===null)return Eg(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=k1(i,n,0,null),e=ua(e,n,r,null),a.return=t,e.return=t,a.sibling=e,t.child=a,t.child.memoizedState=Rg(r),t.memoizedState=Ig,e):xv(t,i));if(o=e.memoizedState,o!==null&&(l=o.dehydrated,l!==null))return Q$(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=ua(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?Rg(r):{baseLanes:i.baseLanes|r,cachePool:null,transitions:i.transitions},a.memoizedState=i,a.childLanes=e.childLanes&~r,t.memoizedState=Ig,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 xv(e,t){return t=k1({mode:"visible",children:t},e.mode,0,null),t.return=e,e.child=t}function _c(e,t,r,n){return n!==null&&lv(n),ji(t,e.child,null,r),e=xv(t,t.pendingProps.children),e.flags|=2,t.memoizedState=null,e}function Q$(e,t,r,n,o,a,i){if(r)return t.flags&256?(t.flags&=-257,n=lp(Error(M(422))),_c(e,t,i,n)):t.memoizedState!==null?(t.child=e.child,t.flags|=128,null):(a=n.fallback,o=t.mode,n=k1({mode:"visible",children:n.children},o,0,null),a=ua(a,o,i,null),a.flags|=2,n.return=t,a.return=t,n.sibling=a,t.child=n,t.mode&1&&ji(t,e.child,null,i),t.child.memoizedState=Rg(i),t.memoizedState=Ig,a);if(!(t.mode&1))return _c(e,t,i,null);if(o.data==="$!"){if(n=o.nextSibling&&o.nextSibling.dataset,n)var l=n.dgst;return n=l,a=Error(M(419)),n=lp(a,n,void 0),_c(e,t,i,n)}if(l=(i&e.childLanes)!==0,gt||l){if(n=Ve,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,zn(e,o),wr(n,e,o,-1))}return Av(),n=lp(Error(M(421))),_c(e,t,i,n)}return o.data==="$?"?(t.flags|=128,t.child=e.child,t=uL.bind(null,e),o._reactRetry=t,null):(e=a.treeContext,zt=lo(o.nextSibling),Tt=t,ve=!0,fr=null,e!==null&&(Ut[Wt++]=Sn,Ut[Wt++]=kn,Ut[Wt++]=ga,Sn=e.id,kn=e.overflow,ga=t),t=xv(t,n.children),t.flags|=4096,t)}function X3(e,t,r){e.lanes|=t;var n=e.alternate;n!==null&&(n.lanes|=t),Cg(e.return,t,r)}function sp(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 qE(e,t,r){var n=t.pendingProps,o=n.revealOrder,a=n.tail;if(st(e,t,n.children,r),n=ye.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&&X3(e,r,t);else if(e.tag===19)X3(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(pe(ye,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&&ud(e)===null&&(o=r),r=r.sibling;r=o,r===null?(o=t.child,t.child=null):(o=r.sibling,r.sibling=null),sp(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&&ud(e)===null){t.child=o;break}e=o.sibling,o.sibling=r,r=o,o=e}sp(t,!0,r,null,a);break;case"together":sp(t,!1,null,null,void 0);break;default:t.memoizedState=null}return t.child}function b0(e,t){!(t.mode&1)&&e!==null&&(e.alternate=null,t.alternate=null,t.flags|=2)}function Tn(e,t,r){if(e!==null&&(t.dependencies=e.dependencies),ya|=t.lanes,!(r&t.childLanes))return null;if(e!==null&&t.child!==e.child)throw Error(M(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 X$(e,t,r){switch(t.tag){case 3:UE(t),Hi();break;case 5:yE(t);break;case 1:yt(t.type)&&nd(t);break;case 4:pv(t,t.stateNode.containerInfo);break;case 10:var n=t.type._context,o=t.memoizedProps.value;pe(id,n._currentValue),n._currentValue=o;break;case 13:if(n=t.memoizedState,n!==null)return n.dehydrated!==null?(pe(ye,ye.current&1),t.flags|=128,null):r&t.child.childLanes?WE(e,t,r):(pe(ye,ye.current&1),e=Tn(e,t,r),e!==null?e.sibling:null);pe(ye,ye.current&1);break;case 19:if(n=(r&t.childLanes)!==0,e.flags&128){if(n)return qE(e,t,r);t.flags|=128}if(o=t.memoizedState,o!==null&&(o.rendering=null,o.tail=null,o.lastEffect=null),pe(ye,ye.current),n)break;return null;case 22:case 23:return t.lanes=0,jE(e,t,r)}return Tn(e,t,r)}var GE,zg,YE,KE;GE=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}};zg=function(){};YE=function(e,t,r,n){var o=e.memoizedProps;if(o!==n){e=t.stateNode,ta(Jr.current);var a=null;switch(r){case"input":o=eg(e,o),n=eg(e,n),a=[];break;case"select":o=be({},o,{value:void 0}),n=be({},n,{value:void 0}),a=[];break;case"textarea":o=ng(e,o),n=ng(e,n),a=[];break;default:typeof o.onClick!="function"&&typeof n.onClick=="function"&&(e.onclick=td)}ag(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"&&(ru.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"&&(ru.hasOwnProperty(d)?(u!=null&&d==="onScroll"&&he("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)}};KE=function(e,t,r,n){r!==n&&(t.flags|=4)};function Gl(e,t){if(!ve)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 Je(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 Z$(e,t,r){var n=t.pendingProps;switch(iv(t),t.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return Je(t),null;case 1:return yt(t.type)&&rd(),Je(t),null;case 3:return n=t.stateNode,Vi(),ge(vt),ge(nt),mv(),n.pendingContext&&(n.context=n.pendingContext,n.pendingContext=null),(e===null||e.child===null)&&(Ac(t)?t.flags|=4:e===null||e.memoizedState.isDehydrated&&!(t.flags&256)||(t.flags|=1024,fr!==null&&(Ng(fr),fr=null))),zg(e,t),Je(t),null;case 5:hv(t);var o=ta(hu.current);if(r=t.type,e!==null&&t.stateNode!=null)YE(e,t,r,n,o),e.ref!==t.ref&&(t.flags|=512,t.flags|=2097152);else{if(!n){if(t.stateNode===null)throw Error(M(166));return Je(t),null}if(e=ta(Jr.current),Ac(t)){n=t.stateNode,r=t.type;var a=t.memoizedProps;switch(n[qr]=t,n[fu]=a,e=(t.mode&1)!==0,r){case"dialog":he("cancel",n),he("close",n);break;case"iframe":case"object":case"embed":he("load",n);break;case"video":case"audio":for(o=0;o<gs.length;o++)he(gs[o],n);break;case"source":he("error",n);break;case"img":case"image":case"link":he("error",n),he("load",n);break;case"details":he("toggle",n);break;case"input":i3(n,a),he("invalid",n);break;case"select":n._wrapperState={wasMultiple:!!a.multiple},he("invalid",n);break;case"textarea":s3(n,a),he("invalid",n)}ag(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&&kc(n.textContent,l,e),o=["children",l]):typeof l=="number"&&n.textContent!==""+l&&(a.suppressHydrationWarning!==!0&&kc(n.textContent,l,e),o=["children",""+l]):ru.hasOwnProperty(i)&&l!=null&&i==="onScroll"&&he("scroll",n)}switch(r){case"input":yc(n),l3(n,a,!0);break;case"textarea":yc(n),u3(n);break;case"select":case"option":break;default:typeof a.onClick=="function"&&(n.onclick=td)}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=ED(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[qr]=t,e[fu]=n,GE(e,t,!1,!1),t.stateNode=e;e:{switch(i=ig(r,n),r){case"dialog":he("cancel",e),he("close",e),o=n;break;case"iframe":case"object":case"embed":he("load",e),o=n;break;case"video":case"audio":for(o=0;o<gs.length;o++)he(gs[o],e);o=n;break;case"source":he("error",e),o=n;break;case"img":case"image":case"link":he("error",e),he("load",e),o=n;break;case"details":he("toggle",e),o=n;break;case"input":i3(e,n),o=eg(e,n),he("invalid",e);break;case"option":o=n;break;case"select":e._wrapperState={wasMultiple:!!n.multiple},o=be({},n,{value:void 0}),he("invalid",e);break;case"textarea":s3(e,n),o=ng(e,n),he("invalid",e);break;default:o=n}ag(r,o),l=o;for(a in l)if(l.hasOwnProperty(a)){var u=l[a];a==="style"?kD(e,u):a==="dangerouslySetInnerHTML"?(u=u?u.__html:void 0,u!=null&&CD(e,u)):a==="children"?typeof u=="string"?(r!=="textarea"||u!=="")&&nu(e,u):typeof u=="number"&&nu(e,""+u):a!=="suppressContentEditableWarning"&&a!=="suppressHydrationWarning"&&a!=="autoFocus"&&(ru.hasOwnProperty(a)?u!=null&&a==="onScroll"&&he("scroll",e):u!=null&&W5(e,a,u,i))}switch(r){case"input":yc(e),l3(e,n,!1);break;case"textarea":yc(e),u3(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=td)}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 Je(t),null;case 6:if(e&&t.stateNode!=null)KE(e,t,e.memoizedProps,n);else{if(typeof n!="string"&&t.stateNode===null)throw Error(M(166));if(r=ta(hu.current),ta(Jr.current),Ac(t)){if(n=t.stateNode,r=t.memoizedProps,n[qr]=t,(a=n.nodeValue!==r)&&(e=Tt,e!==null))switch(e.tag){case 3:kc(n.nodeValue,r,(e.mode&1)!==0);break;case 5:e.memoizedProps.suppressHydrationWarning!==!0&&kc(n.nodeValue,r,(e.mode&1)!==0)}a&&(t.flags|=4)}else n=(r.nodeType===9?r:r.ownerDocument).createTextNode(n),n[qr]=t,t.stateNode=n}return Je(t),null;case 13:if(ge(ye),n=t.memoizedState,e===null||e.memoizedState!==null&&e.memoizedState.dehydrated!==null){if(ve&&zt!==null&&t.mode&1&&!(t.flags&128))pE(),Hi(),t.flags|=98560,a=!1;else if(a=Ac(t),n!==null&&n.dehydrated!==null){if(e===null){if(!a)throw Error(M(318));if(a=t.memoizedState,a=a!==null?a.dehydrated:null,!a)throw Error(M(317));a[qr]=t}else Hi(),!(t.flags&128)&&(t.memoizedState=null),t.flags|=4;Je(t),a=!1}else fr!==null&&(Ng(fr),fr=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||ye.current&1?$e===0&&($e=3):Av())),t.updateQueue!==null&&(t.flags|=4),Je(t),null);case 4:return Vi(),zg(e,t),e===null&&cu(t.stateNode.containerInfo),Je(t),null;case 10:return cv(t.type._context),Je(t),null;case 17:return yt(t.type)&&rd(),Je(t),null;case 19:if(ge(ye),a=t.memoizedState,a===null)return Je(t),null;if(n=(t.flags&128)!==0,i=a.rendering,i===null)if(n)Gl(a,!1);else{if($e!==0||e!==null&&e.flags&128)for(e=t.child;e!==null;){if(i=ud(e),i!==null){for(t.flags|=128,Gl(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 pe(ye,ye.current&1|2),t.child}e=e.sibling}a.tail!==null&&Se()>Wi&&(t.flags|=128,n=!0,Gl(a,!1),t.lanes=4194304)}else{if(!n)if(e=ud(i),e!==null){if(t.flags|=128,n=!0,r=e.updateQueue,r!==null&&(t.updateQueue=r,t.flags|=4),Gl(a,!0),a.tail===null&&a.tailMode==="hidden"&&!i.alternate&&!ve)return Je(t),null}else 2*Se()-a.renderingStartTime>Wi&&r!==1073741824&&(t.flags|=128,n=!0,Gl(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=Se(),t.sibling=null,r=ye.current,pe(ye,n?r&1|2:r&1),t):(Je(t),null);case 22:case 23:return kv(),n=t.memoizedState!==null,e!==null&&e.memoizedState!==null!==n&&(t.flags|=8192),n&&t.mode&1?It&1073741824&&(Je(t),t.subtreeFlags&6&&(t.flags|=8192)):Je(t),null;case 24:return null;case 25:return null}throw Error(M(156,t.tag))}function J$(e,t){switch(iv(t),t.tag){case 1:return yt(t.type)&&rd(),e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 3:return Vi(),ge(vt),ge(nt),mv(),e=t.flags,e&65536&&!(e&128)?(t.flags=e&-65537|128,t):null;case 5:return hv(t),null;case 13:if(ge(ye),e=t.memoizedState,e!==null&&e.dehydrated!==null){if(t.alternate===null)throw Error(M(340));Hi()}return e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 19:return ge(ye),null;case 4:return Vi(),null;case 10:return cv(t.type._context),null;case 22:case 23:return kv(),null;case 24:return null;default:return null}}var Ic=!1,rt=!1,eL=typeof WeakSet=="function"?WeakSet:Set,V=null;function gi(e,t){var r=e.ref;if(r!==null)if(typeof r=="function")try{r(null)}catch(n){Ee(e,t,n)}else r.current=null}function Tg(e,t,r){try{r()}catch(n){Ee(e,t,n)}}var Z3=!1;function tL(e,t){if(gg=Z0,e=eE(),ov(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,f=0,h=e,p=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;)p=h,h=m;for(;;){if(h===e)break t;if(p===r&&++d===o&&(l=i),p===a&&++f===n&&(u=i),(m=h.nextSibling)!==null)break;h=p,p=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(vg={focusedElem:e,selectionRange:r},Z0=!1,V=t;V!==null;)if(t=V,e=t.child,(t.subtreeFlags&1028)!==0&&e!==null)e.return=t,V=e;else for(;V!==null;){t=V;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 y=g.memoizedProps,D=g.memoizedState,b=t.stateNode,w=b.getSnapshotBeforeUpdate(t.elementType===t.type?y:cr(t.type,y),D);b.__reactInternalSnapshotBeforeUpdate=w}break;case 3:var v=t.stateNode.containerInfo;v.nodeType===1?v.textContent="":v.nodeType===9&&v.documentElement&&v.removeChild(v.documentElement);break;case 5:case 6:case 4:case 17:break;default:throw Error(M(163))}}catch(x){Ee(t,t.return,x)}if(e=t.sibling,e!==null){e.return=t.return,V=e;break}V=t.return}return g=Z3,Z3=!1,g}function Ms(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&&Tg(t,r,a)}o=o.next}while(o!==n)}}function C1(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 Bg(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 QE(e){var t=e.alternate;t!==null&&(e.alternate=null,QE(t)),e.child=null,e.deletions=null,e.sibling=null,e.tag===5&&(t=e.stateNode,t!==null&&(delete t[qr],delete t[fu],delete t[bg],delete t[M$],delete t[O$])),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 XE(e){return e.tag===5||e.tag===3||e.tag===4}function J3(e){e:for(;;){for(;e.sibling===null;){if(e.return===null||XE(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 $g(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=td));else if(n!==4&&(e=e.child,e!==null))for($g(e,t,r),e=e.sibling;e!==null;)$g(e,t,r),e=e.sibling}function Lg(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(Lg(e,t,r),e=e.sibling;e!==null;)Lg(e,t,r),e=e.sibling}var We=null,dr=!1;function On(e,t,r){for(r=r.child;r!==null;)ZE(e,t,r),r=r.sibling}function ZE(e,t,r){if(Zr&&typeof Zr.onCommitFiberUnmount=="function")try{Zr.onCommitFiberUnmount(g1,r)}catch{}switch(r.tag){case 5:rt||gi(r,t);case 6:var n=We,o=dr;We=null,On(e,t,r),We=n,dr=o,We!==null&&(dr?(e=We,r=r.stateNode,e.nodeType===8?e.parentNode.removeChild(r):e.removeChild(r)):We.removeChild(r.stateNode));break;case 18:We!==null&&(dr?(e=We,r=r.stateNode,e.nodeType===8?tp(e.parentNode,r):e.nodeType===1&&tp(e,r),lu(e)):tp(We,r.stateNode));break;case 4:n=We,o=dr,We=r.stateNode.containerInfo,dr=!0,On(e,t,r),We=n,dr=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)&&Tg(r,t,i),o=o.next}while(o!==n)}On(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){Ee(r,t,l)}On(e,t,r);break;case 21:On(e,t,r);break;case 22:r.mode&1?(rt=(n=rt)||r.memoizedState!==null,On(e,t,r),rt=n):On(e,t,r);break;default:On(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 eL),t.forEach(function(n){var o=cL.bind(null,e,n);r.has(n)||(r.add(n),n.then(o,o))})}}function ir(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:We=l.stateNode,dr=!1;break e;case 3:We=l.stateNode.containerInfo,dr=!0;break e;case 4:We=l.stateNode.containerInfo,dr=!0;break e}l=l.return}if(We===null)throw Error(M(160));ZE(a,i,o),We=null,dr=!1;var u=o.alternate;u!==null&&(u.return=null),o.return=null}catch(d){Ee(o,t,d)}}if(t.subtreeFlags&12854)for(t=t.child;t!==null;)JE(t,e),t=t.sibling}function JE(e,t){var r=e.alternate,n=e.flags;switch(e.tag){case 0:case 11:case 14:case 15:if(ir(t,e),Pr(e),n&4){try{Ms(3,e,e.return),C1(3,e)}catch(y){Ee(e,e.return,y)}try{Ms(5,e,e.return)}catch(y){Ee(e,e.return,y)}}break;case 1:ir(t,e),Pr(e),n&512&&r!==null&&gi(r,r.return);break;case 5:if(ir(t,e),Pr(e),n&512&&r!==null&&gi(r,r.return),e.flags&32){var o=e.stateNode;try{nu(o,"")}catch(y){Ee(e,e.return,y)}}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),ig(l,i);var d=ig(l,a);for(i=0;i<u.length;i+=2){var f=u[i],h=u[i+1];f==="style"?kD(o,h):f==="dangerouslySetInnerHTML"?CD(o,h):f==="children"?nu(o,h):W5(o,f,h,d)}switch(l){case"input":tg(o,a);break;case"textarea":DD(o,a);break;case"select":var p=o._wrapperState.wasMultiple;o._wrapperState.wasMultiple=!!a.multiple;var m=a.value;m!=null?xi(o,!!a.multiple,m,!1):p!==!!a.multiple&&(a.defaultValue!=null?xi(o,!!a.multiple,a.defaultValue,!0):xi(o,!!a.multiple,a.multiple?[]:"",!1))}o[fu]=a}catch(y){Ee(e,e.return,y)}}break;case 6:if(ir(t,e),Pr(e),n&4){if(e.stateNode===null)throw Error(M(162));o=e.stateNode,a=e.memoizedProps;try{o.nodeValue=a}catch(y){Ee(e,e.return,y)}}break;case 3:if(ir(t,e),Pr(e),n&4&&r!==null&&r.memoizedState.isDehydrated)try{lu(t.containerInfo)}catch(y){Ee(e,e.return,y)}break;case 4:ir(t,e),Pr(e);break;case 13:ir(t,e),Pr(e),o=e.child,o.flags&8192&&(a=o.memoizedState!==null,o.stateNode.isHidden=a,!a||o.alternate!==null&&o.alternate.memoizedState!==null||(Cv=Se())),n&4&&ew(e);break;case 22:if(f=r!==null&&r.memoizedState!==null,e.mode&1?(rt=(d=rt)||f,ir(t,e),rt=d):ir(t,e),Pr(e),n&8192){if(d=e.memoizedState!==null,(e.stateNode.isHidden=d)&&!f&&e.mode&1)for(V=e,f=e.child;f!==null;){for(h=V=f;V!==null;){switch(p=V,m=p.child,p.tag){case 0:case 11:case 14:case 15:Ms(4,p,p.return);break;case 1:gi(p,p.return);var g=p.stateNode;if(typeof g.componentWillUnmount=="function"){n=p,r=p.return;try{t=n,g.props=t.memoizedProps,g.state=t.memoizedState,g.componentWillUnmount()}catch(y){Ee(n,r,y)}}break;case 5:gi(p,p.return);break;case 22:if(p.memoizedState!==null){rw(h);continue}}m!==null?(m.return=p,V=m):rw(h)}f=f.sibling}e:for(f=null,h=e;;){if(h.tag===5){if(f===null){f=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=SD("display",i))}catch(y){Ee(e,e.return,y)}}}else if(h.tag===6){if(f===null)try{h.stateNode.nodeValue=d?"":h.memoizedProps}catch(y){Ee(e,e.return,y)}}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;f===h&&(f=null),h=h.return}f===h&&(f=null),h.sibling.return=h.return,h=h.sibling}}break;case 19:ir(t,e),Pr(e),n&4&&ew(e);break;case 21:break;default:ir(t,e),Pr(e)}}function Pr(e){var t=e.flags;if(t&2){try{e:{for(var r=e.return;r!==null;){if(XE(r)){var n=r;break e}r=r.return}throw Error(M(160))}switch(n.tag){case 5:var o=n.stateNode;n.flags&32&&(nu(o,""),n.flags&=-33);var a=J3(e);Lg(e,a,o);break;case 3:case 4:var i=n.stateNode.containerInfo,l=J3(e);$g(e,l,i);break;default:throw Error(M(161))}}catch(u){Ee(e,e.return,u)}e.flags&=-3}t&4096&&(e.flags&=-4097)}function rL(e,t,r){V=e,eC(e)}function eC(e,t,r){for(var n=(e.mode&1)!==0;V!==null;){var o=V,a=o.child;if(o.tag===22&&n){var i=o.memoizedState!==null||Ic;if(!i){var l=o.alternate,u=l!==null&&l.memoizedState!==null||rt;l=Ic;var d=rt;if(Ic=i,(rt=u)&&!d)for(V=o;V!==null;)i=V,u=i.child,i.tag===22&&i.memoizedState!==null?nw(o):u!==null?(u.return=i,V=u):nw(o);for(;a!==null;)V=a,eC(a),a=a.sibling;V=o,Ic=l,rt=d}tw(e)}else o.subtreeFlags&8772&&a!==null?(a.return=o,V=a):tw(e)}}function tw(e){for(;V!==null;){var t=V;if(t.flags&8772){var r=t.alternate;try{if(t.flags&8772)switch(t.tag){case 0:case 11:case 15:rt||C1(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:cr(t.type,r.memoizedProps);n.componentDidUpdate(o,r.memoizedState,n.__reactInternalSnapshotBeforeUpdate)}var a=t.updateQueue;a!==null&&P3(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}P3(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 f=d.memoizedState;if(f!==null){var h=f.dehydrated;h!==null&&lu(h)}}}break;case 19:case 17:case 21:case 22:case 23:case 25:break;default:throw Error(M(163))}rt||t.flags&512&&Bg(t)}catch(p){Ee(t,t.return,p)}}if(t===e){V=null;break}if(r=t.sibling,r!==null){r.return=t.return,V=r;break}V=t.return}}function rw(e){for(;V!==null;){var t=V;if(t===e){V=null;break}var r=t.sibling;if(r!==null){r.return=t.return,V=r;break}V=t.return}}function nw(e){for(;V!==null;){var t=V;try{switch(t.tag){case 0:case 11:case 15:var r=t.return;try{C1(4,t)}catch(u){Ee(t,r,u)}break;case 1:var n=t.stateNode;if(typeof n.componentDidMount=="function"){var o=t.return;try{n.componentDidMount()}catch(u){Ee(t,o,u)}}var a=t.return;try{Bg(t)}catch(u){Ee(t,a,u)}break;case 5:var i=t.return;try{Bg(t)}catch(u){Ee(t,i,u)}}}catch(u){Ee(t,t.return,u)}if(t===e){V=null;break}var l=t.sibling;if(l!==null){l.return=t.return,V=l;break}V=t.return}}var nL=Math.ceil,fd=$n.ReactCurrentDispatcher,Dv=$n.ReactCurrentOwner,Xt=$n.ReactCurrentBatchConfig,ae=0,Ve=null,Fe=null,Ge=0,It=0,yi=Fo(0),$e=0,yu=null,ya=0,S1=0,Ev=0,Os=null,mt=null,Cv=0,Wi=1/0,Dn=null,pd=!1,Mg=null,uo=null,Rc=!1,ro=null,hd=0,Ps=0,Og=null,x0=-1,D0=0;function ut(){return ae&6?Se():x0!==-1?x0:x0=Se()}function co(e){return e.mode&1?ae&2&&Ge!==0?Ge&-Ge:N$.transition!==null?(D0===0&&(D0=OD()),D0):(e=ce,e!==0||(e=window.event,e=e===void 0?16:WD(e.type)),e):1}function wr(e,t,r,n){if(50<Ps)throw Ps=0,Og=null,Error(M(185));Pu(e,r,n),(!(ae&2)||e!==Ve)&&(e===Ve&&(!(ae&2)&&(S1|=r),$e===4&&Jn(e,Ge)),wt(e,n),r===1&&ae===0&&!(t.mode&1)&&(Wi=Se()+500,x1&&_o()))}function wt(e,t){var r=e.callbackNode;NB(e,t);var n=X0(e,e===Ve?Ge:0);if(n===0)r!==null&&f3(r),e.callbackNode=null,e.callbackPriority=0;else if(t=n&-n,e.callbackPriority!==t){if(r!=null&&f3(r),t===1)e.tag===0?P$(ow.bind(null,e)):cE(ow.bind(null,e)),$$(function(){!(ae&6)&&_o()}),r=null;else{switch(PD(n)){case 1:r=Q5;break;case 4:r=LD;break;case 16:r=Q0;break;case 536870912:r=MD;break;default:r=Q0}r=sC(r,tC.bind(null,e))}e.callbackPriority=t,e.callbackNode=r}}function tC(e,t){if(x0=-1,D0=0,ae&6)throw Error(M(327));var r=e.callbackNode;if(ki()&&e.callbackNode!==r)return null;var n=X0(e,e===Ve?Ge:0);if(n===0)return null;if(n&30||n&e.expiredLanes||t)t=md(e,n);else{t=n;var o=ae;ae|=2;var a=nC();(Ve!==e||Ge!==t)&&(Dn=null,Wi=Se()+500,sa(e,t));do try{iL();break}catch(l){rC(e,l)}while(!0);uv(),fd.current=a,ae=o,Fe!==null?t=0:(Ve=null,Ge=0,t=$e)}if(t!==0){if(t===2&&(o=dg(e),o!==0&&(n=o,t=Pg(e,o))),t===1)throw r=yu,sa(e,0),Jn(e,n),wt(e,Se()),r;if(t===6)Jn(e,n);else{if(o=e.current.alternate,!(n&30)&&!oL(o)&&(t=md(e,n),t===2&&(a=dg(e),a!==0&&(n=a,t=Pg(e,a))),t===1))throw r=yu,sa(e,0),Jn(e,n),wt(e,Se()),r;switch(e.finishedWork=o,e.finishedLanes=n,t){case 0:case 1:throw Error(M(345));case 2:Yo(e,mt,Dn);break;case 3:if(Jn(e,n),(n&130023424)===n&&(t=Cv+500-Se(),10<t)){if(X0(e,0)!==0)break;if(o=e.suspendedLanes,(o&n)!==n){ut(),e.pingedLanes|=e.suspendedLanes&o;break}e.timeoutHandle=wg(Yo.bind(null,e,mt,Dn),t);break}Yo(e,mt,Dn);break;case 4:if(Jn(e,n),(n&4194240)===n)break;for(t=e.eventTimes,o=-1;0<n;){var i=31-yr(n);a=1<<i,i=t[i],i>o&&(o=i),n&=~a}if(n=o,n=Se()-n,n=(120>n?120:480>n?480:1080>n?1080:1920>n?1920:3e3>n?3e3:4320>n?4320:1960*nL(n/1960))-n,10<n){e.timeoutHandle=wg(Yo.bind(null,e,mt,Dn),n);break}Yo(e,mt,Dn);break;case 5:Yo(e,mt,Dn);break;default:throw Error(M(329))}}}return wt(e,Se()),e.callbackNode===r?tC.bind(null,e):null}function Pg(e,t){var r=Os;return e.current.memoizedState.isDehydrated&&(sa(e,t).flags|=256),e=md(e,t),e!==2&&(t=mt,mt=r,t!==null&&Ng(t)),e}function Ng(e){mt===null?mt=e:mt.push.apply(mt,e)}function oL(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(!Dr(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 Jn(e,t){for(t&=~Ev,t&=~S1,e.suspendedLanes|=t,e.pingedLanes&=~t,e=e.expirationTimes;0<t;){var r=31-yr(t),n=1<<r;e[r]=-1,t&=~n}}function ow(e){if(ae&6)throw Error(M(327));ki();var t=X0(e,0);if(!(t&1))return wt(e,Se()),null;var r=md(e,t);if(e.tag!==0&&r===2){var n=dg(e);n!==0&&(t=n,r=Pg(e,n))}if(r===1)throw r=yu,sa(e,0),Jn(e,t),wt(e,Se()),r;if(r===6)throw Error(M(345));return e.finishedWork=e.current.alternate,e.finishedLanes=t,Yo(e,mt,Dn),wt(e,Se()),null}function Sv(e,t){var r=ae;ae|=1;try{return e(t)}finally{ae=r,ae===0&&(Wi=Se()+500,x1&&_o())}}function wa(e){ro!==null&&ro.tag===0&&!(ae&6)&&ki();var t=ae;ae|=1;var r=Xt.transition,n=ce;try{if(Xt.transition=null,ce=1,e)return e()}finally{ce=n,Xt.transition=r,ae=t,!(ae&6)&&_o()}}function kv(){It=yi.current,ge(yi)}function sa(e,t){e.finishedWork=null,e.finishedLanes=0;var r=e.timeoutHandle;if(r!==-1&&(e.timeoutHandle=-1,B$(r)),Fe!==null)for(r=Fe.return;r!==null;){var n=r;switch(iv(n),n.tag){case 1:n=n.type.childContextTypes,n!=null&&rd();break;case 3:Vi(),ge(vt),ge(nt),mv();break;case 5:hv(n);break;case 4:Vi();break;case 13:ge(ye);break;case 19:ge(ye);break;case 10:cv(n.type._context);break;case 22:case 23:kv()}r=r.return}if(Ve=e,Fe=e=fo(e.current,null),Ge=It=t,$e=0,yu=null,Ev=S1=ya=0,mt=Os=null,ea!==null){for(t=0;t<ea.length;t++)if(r=ea[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}ea=null}return e}function rC(e,t){do{var r=Fe;try{if(uv(),y0.current=dd,cd){for(var n=we.memoizedState;n!==null;){var o=n.queue;o!==null&&(o.pending=null),n=n.next}cd=!1}if(va=0,Ne=Te=we=null,Ls=!1,mu=0,Dv.current=null,r===null||r.return===null){$e=1,yu=t,Fe=null;break}e:{var a=e,i=r.return,l=r,u=t;if(t=Ge,l.flags|=32768,u!==null&&typeof u=="object"&&typeof u.then=="function"){var d=u,f=l,h=f.tag;if(!(f.mode&1)&&(h===0||h===11||h===15)){var p=f.alternate;p?(f.updateQueue=p.updateQueue,f.memoizedState=p.memoizedState,f.lanes=p.lanes):(f.updateQueue=null,f.memoizedState=null)}var m=W3(i);if(m!==null){m.flags&=-257,q3(m,i,l,a,t),m.mode&1&&U3(a,d,t),t=m,u=d;var g=t.updateQueue;if(g===null){var y=new Set;y.add(u),t.updateQueue=y}else g.add(u);break e}else{if(!(t&1)){U3(a,d,t),Av();break e}u=Error(M(426))}}else if(ve&&l.mode&1){var D=W3(i);if(D!==null){!(D.flags&65536)&&(D.flags|=256),q3(D,i,l,a,t),lv(Ui(u,l));break e}}a=u=Ui(u,l),$e!==4&&($e=2),Os===null?Os=[a]:Os.push(a),a=i;do{switch(a.tag){case 3:a.flags|=65536,t&=-t,a.lanes|=t;var b=PE(a,u,t);O3(a,b);break e;case 1:l=u;var w=a.type,v=a.stateNode;if(!(a.flags&128)&&(typeof w.getDerivedStateFromError=="function"||v!==null&&typeof v.componentDidCatch=="function"&&(uo===null||!uo.has(v)))){a.flags|=65536,t&=-t,a.lanes|=t;var x=NE(a,l,t);O3(a,x);break e}}a=a.return}while(a!==null)}aC(r)}catch(E){t=E,Fe===r&&r!==null&&(Fe=r=r.return);continue}break}while(!0)}function nC(){var e=fd.current;return fd.current=dd,e===null?dd:e}function Av(){($e===0||$e===3||$e===2)&&($e=4),Ve===null||!(ya&268435455)&&!(S1&268435455)||Jn(Ve,Ge)}function md(e,t){var r=ae;ae|=2;var n=nC();(Ve!==e||Ge!==t)&&(Dn=null,sa(e,t));do try{aL();break}catch(o){rC(e,o)}while(!0);if(uv(),ae=r,fd.current=n,Fe!==null)throw Error(M(261));return Ve=null,Ge=0,$e}function aL(){for(;Fe!==null;)oC(Fe)}function iL(){for(;Fe!==null&&!RB();)oC(Fe)}function oC(e){var t=lC(e.alternate,e,It);e.memoizedProps=e.pendingProps,t===null?aC(e):Fe=t,Dv.current=null}function aC(e){var t=e;do{var r=t.alternate;if(e=t.return,t.flags&32768){if(r=J$(r,t),r!==null){r.flags&=32767,Fe=r;return}if(e!==null)e.flags|=32768,e.subtreeFlags=0,e.deletions=null;else{$e=6,Fe=null;return}}else if(r=Z$(r,t,It),r!==null){Fe=r;return}if(t=t.sibling,t!==null){Fe=t;return}Fe=t=e}while(t!==null);$e===0&&($e=5)}function Yo(e,t,r){var n=ce,o=Xt.transition;try{Xt.transition=null,ce=1,lL(e,t,r,n)}finally{Xt.transition=o,ce=n}return null}function lL(e,t,r,n){do ki();while(ro!==null);if(ae&6)throw Error(M(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(M(177));e.callbackNode=null,e.callbackPriority=0;var a=r.lanes|r.childLanes;if(HB(e,a),e===Ve&&(Fe=Ve=null,Ge=0),!(r.subtreeFlags&2064)&&!(r.flags&2064)||Rc||(Rc=!0,sC(Q0,function(){return ki(),null})),a=(r.flags&15990)!==0,r.subtreeFlags&15990||a){a=Xt.transition,Xt.transition=null;var i=ce;ce=1;var l=ae;ae|=4,Dv.current=null,tL(e,r),JE(r,e),A$(vg),Z0=!!gg,vg=gg=null,e.current=r,rL(r),zB(),ae=l,ce=i,Xt.transition=a}else e.current=r;if(Rc&&(Rc=!1,ro=e,hd=o),a=e.pendingLanes,a===0&&(uo=null),$B(r.stateNode),wt(e,Se()),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(pd)throw pd=!1,e=Mg,Mg=null,e;return hd&1&&e.tag!==0&&ki(),a=e.pendingLanes,a&1?e===Og?Ps++:(Ps=0,Og=e):Ps=0,_o(),null}function ki(){if(ro!==null){var e=PD(hd),t=Xt.transition,r=ce;try{if(Xt.transition=null,ce=16>e?16:e,ro===null)var n=!1;else{if(e=ro,ro=null,hd=0,ae&6)throw Error(M(331));var o=ae;for(ae|=4,V=e.current;V!==null;){var a=V,i=a.child;if(V.flags&16){var l=a.deletions;if(l!==null){for(var u=0;u<l.length;u++){var d=l[u];for(V=d;V!==null;){var f=V;switch(f.tag){case 0:case 11:case 15:Ms(8,f,a)}var h=f.child;if(h!==null)h.return=f,V=h;else for(;V!==null;){f=V;var p=f.sibling,m=f.return;if(QE(f),f===d){V=null;break}if(p!==null){p.return=m,V=p;break}V=m}}}var g=a.alternate;if(g!==null){var y=g.child;if(y!==null){g.child=null;do{var D=y.sibling;y.sibling=null,y=D}while(y!==null)}}V=a}}if(a.subtreeFlags&2064&&i!==null)i.return=a,V=i;else e:for(;V!==null;){if(a=V,a.flags&2048)switch(a.tag){case 0:case 11:case 15:Ms(9,a,a.return)}var b=a.sibling;if(b!==null){b.return=a.return,V=b;break e}V=a.return}}var w=e.current;for(V=w;V!==null;){i=V;var v=i.child;if(i.subtreeFlags&2064&&v!==null)v.return=i,V=v;else e:for(i=w;V!==null;){if(l=V,l.flags&2048)try{switch(l.tag){case 0:case 11:case 15:C1(9,l)}}catch(E){Ee(l,l.return,E)}if(l===i){V=null;break e}var x=l.sibling;if(x!==null){x.return=l.return,V=x;break e}V=l.return}}if(ae=o,_o(),Zr&&typeof Zr.onPostCommitFiberRoot=="function")try{Zr.onPostCommitFiberRoot(g1,e)}catch{}n=!0}return n}finally{ce=r,Xt.transition=t}}return!1}function aw(e,t,r){t=Ui(r,t),t=PE(e,t,1),e=so(e,t,1),t=ut(),e!==null&&(Pu(e,1,t),wt(e,t))}function Ee(e,t,r){if(e.tag===3)aw(e,e,r);else for(;t!==null;){if(t.tag===3){aw(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=Ui(r,e),e=NE(t,e,1),t=so(t,e,1),e=ut(),t!==null&&(Pu(t,1,e),wt(t,e));break}}t=t.return}}function sL(e,t,r){var n=e.pingCache;n!==null&&n.delete(t),t=ut(),e.pingedLanes|=e.suspendedLanes&r,Ve===e&&(Ge&r)===r&&($e===4||$e===3&&(Ge&130023424)===Ge&&500>Se()-Cv?sa(e,0):Ev|=r),wt(e,t)}function iC(e,t){t===0&&(e.mode&1?(t=xc,xc<<=1,!(xc&130023424)&&(xc=4194304)):t=1);var r=ut();e=zn(e,t),e!==null&&(Pu(e,t,r),wt(e,r))}function uL(e){var t=e.memoizedState,r=0;t!==null&&(r=t.retryLane),iC(e,r)}function cL(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(M(314))}n!==null&&n.delete(t),iC(e,r)}var lC;lC=function(e,t,r){if(e!==null)if(e.memoizedProps!==t.pendingProps||vt.current)gt=!0;else{if(!(e.lanes&r)&&!(t.flags&128))return gt=!1,X$(e,t,r);gt=!!(e.flags&131072)}else gt=!1,ve&&t.flags&1048576&&dE(t,ad,t.index);switch(t.lanes=0,t.tag){case 2:var n=t.type;b0(e,t),e=t.pendingProps;var o=Ni(t,nt.current);Si(t,r),o=vv(null,t,n,e,o,r);var a=yv();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,yt(n)?(a=!0,nd(t)):a=!1,t.memoizedState=o.state!==null&&o.state!==void 0?o.state:null,fv(t),o.updater=E1,t.stateNode=o,o._reactInternals=t,kg(t,n,e,r),t=_g(null,t,n,!0,a,r)):(t.tag=0,ve&&a&&av(t),st(null,t,o,r),t=t.child),t;case 16:n=t.elementType;e:{switch(b0(e,t),e=t.pendingProps,o=n._init,n=o(n._payload),t.type=n,o=t.tag=fL(n),e=cr(n,e),o){case 0:t=Fg(null,t,n,e,r);break e;case 1:t=K3(null,t,n,e,r);break e;case 11:t=G3(null,t,n,e,r);break e;case 14:t=Y3(null,t,n,cr(n.type,e),r);break e}throw Error(M(306,n,""))}return t;case 0:return n=t.type,o=t.pendingProps,o=t.elementType===n?o:cr(n,o),Fg(e,t,n,o,r);case 1:return n=t.type,o=t.pendingProps,o=t.elementType===n?o:cr(n,o),K3(e,t,n,o,r);case 3:e:{if(UE(t),e===null)throw Error(M(387));n=t.pendingProps,a=t.memoizedState,o=a.element,vE(e,t),sd(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=Ui(Error(M(423)),t),t=Q3(e,t,n,r,o);break e}else if(n!==o){o=Ui(Error(M(424)),t),t=Q3(e,t,n,r,o);break e}else for(zt=lo(t.stateNode.containerInfo.firstChild),Tt=t,ve=!0,fr=null,r=mE(t,null,n,r),t.child=r;r;)r.flags=r.flags&-3|4096,r=r.sibling;else{if(Hi(),n===o){t=Tn(e,t,r);break e}st(e,t,n,r)}t=t.child}return t;case 5:return yE(t),e===null&&Eg(t),n=t.type,o=t.pendingProps,a=e!==null?e.memoizedProps:null,i=o.children,yg(n,o)?i=null:a!==null&&yg(n,a)&&(t.flags|=32),VE(e,t),st(e,t,i,r),t.child;case 6:return e===null&&Eg(t),null;case 13:return WE(e,t,r);case 4:return pv(t,t.stateNode.containerInfo),n=t.pendingProps,e===null?t.child=ji(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:cr(n,o),G3(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,pe(id,n._currentValue),n._currentValue=i,a!==null)if(Dr(a.value,i)){if(a.children===o.children&&!vt.current){t=Tn(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=An(-1,r&-r),u.tag=2;var d=a.updateQueue;if(d!==null){d=d.shared;var f=d.pending;f===null?u.next=u:(u.next=f.next,f.next=u),d.pending=u}}a.lanes|=r,u=a.alternate,u!==null&&(u.lanes|=r),Cg(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(M(341));i.lanes|=r,l=i.alternate,l!==null&&(l.lanes|=r),Cg(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=Zt(o),n=n(o),t.flags|=1,st(e,t,n,r),t.child;case 14:return n=t.type,o=cr(n,t.pendingProps),o=cr(n.type,o),Y3(e,t,n,o,r);case 15:return HE(e,t,t.type,t.pendingProps,r);case 17:return n=t.type,o=t.pendingProps,o=t.elementType===n?o:cr(n,o),b0(e,t),t.tag=1,yt(n)?(e=!0,nd(t)):e=!1,Si(t,r),OE(t,n,o),kg(t,n,o,r),_g(null,t,n,!0,e,r);case 19:return qE(e,t,r);case 22:return jE(e,t,r)}throw Error(M(156,t.tag))};function sC(e,t){return $D(e,t)}function dL(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 Yt(e,t,r,n){return new dL(e,t,r,n)}function Fv(e){return e=e.prototype,!(!e||!e.isReactComponent)}function fL(e){if(typeof e=="function")return Fv(e)?1:0;if(e!=null){if(e=e.$$typeof,e===G5)return 11;if(e===Y5)return 14}return 2}function fo(e,t){var r=e.alternate;return r===null?(r=Yt(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 E0(e,t,r,n,o,a){var i=2;if(n=e,typeof e=="function")Fv(e)&&(i=1);else if(typeof e=="string")i=5;else e:switch(e){case li:return ua(r.children,o,a,t);case q5:i=8,o|=8;break;case Qm:return e=Yt(12,r,t,o|2),e.elementType=Qm,e.lanes=a,e;case Xm:return e=Yt(13,r,t,o),e.elementType=Xm,e.lanes=a,e;case Zm:return e=Yt(19,r,t,o),e.elementType=Zm,e.lanes=a,e;case yD:return k1(r,o,a,t);default:if(typeof e=="object"&&e!==null)switch(e.$$typeof){case gD:i=10;break e;case vD:i=9;break e;case G5:i=11;break e;case Y5:i=14;break e;case jn:i=16,n=null;break e}throw Error(M(130,e==null?e:typeof e,""))}return t=Yt(i,r,t,o),t.elementType=e,t.type=n,t.lanes=a,t}function ua(e,t,r,n){return e=Yt(7,e,n,t),e.lanes=r,e}function k1(e,t,r,n){return e=Yt(22,e,n,t),e.elementType=yD,e.lanes=r,e.stateNode={isHidden:!1},e}function up(e,t,r){return e=Yt(6,e,null,t),e.lanes=r,e}function cp(e,t,r){return t=Yt(4,e.children!==null?e.children:[],e.key,t),t.lanes=r,t.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},t}function pL(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=Uf(0),this.expirationTimes=Uf(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=Uf(0),this.identifierPrefix=n,this.onRecoverableError=o,this.mutableSourceEagerHydrationData=null}function _v(e,t,r,n,o,a,i,l,u){return e=new pL(e,t,r,l,u),t===1?(t=1,a===!0&&(t|=8)):t=0,a=Yt(3,null,null,t),e.current=a,a.stateNode=e,a.memoizedState={element:n,isDehydrated:r,cache:null,transitions:null,pendingSuspenseBoundaries:null},fv(a),e}function hL(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 uC(e){if(!e)return vo;e=e._reactInternals;e:{if(_a(e)!==e||e.tag!==1)throw Error(M(170));var t=e;do{switch(t.tag){case 3:t=t.stateNode.context;break e;case 1:if(yt(t.type)){t=t.stateNode.__reactInternalMemoizedMergedChildContext;break e}}t=t.return}while(t!==null);throw Error(M(171))}if(e.tag===1){var r=e.type;if(yt(r))return uE(e,r,t)}return t}function cC(e,t,r,n,o,a,i,l,u){return e=_v(r,n,!0,e,o,a,i,l,u),e.context=uC(null),r=e.current,n=ut(),o=co(r),a=An(n,o),a.callback=t??null,so(r,a,o),e.current.lanes=o,Pu(e,o,n),wt(e,n),e}function A1(e,t,r,n){var o=t.current,a=ut(),i=co(o);return r=uC(r),t.context===null?t.context=r:t.pendingContext=r,t=An(a,i),t.payload={element:e},n=n===void 0?null:n,n!==null&&(t.callback=n),e=so(o,t,i),e!==null&&(wr(e,o,i,a),v0(e,o,i)),i}function gd(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 iw(e,t){if(e=e.memoizedState,e!==null&&e.dehydrated!==null){var r=e.retryLane;e.retryLane=r!==0&&r<t?r:t}}function Iv(e,t){iw(e,t),(e=e.alternate)&&iw(e,t)}function mL(){return null}var dC=typeof reportError=="function"?reportError:function(e){console.error(e)};function Rv(e){this._internalRoot=e}F1.prototype.render=Rv.prototype.render=function(e){var t=this._internalRoot;if(t===null)throw Error(M(409));A1(e,t,null,null)};F1.prototype.unmount=Rv.prototype.unmount=function(){var e=this._internalRoot;if(e!==null){this._internalRoot=null;var t=e.containerInfo;wa(function(){A1(null,e,null,null)}),t[Rn]=null}};function F1(e){this._internalRoot=e}F1.prototype.unstable_scheduleHydration=function(e){if(e){var t=jD();e={blockedOn:null,target:e,priority:t};for(var r=0;r<Zn.length&&t!==0&&t<Zn[r].priority;r++);Zn.splice(r,0,e),r===0&&UD(e)}};function zv(e){return!(!e||e.nodeType!==1&&e.nodeType!==9&&e.nodeType!==11)}function _1(e){return!(!e||e.nodeType!==1&&e.nodeType!==9&&e.nodeType!==11&&(e.nodeType!==8||e.nodeValue!==" react-mount-point-unstable "))}function lw(){}function gL(e,t,r,n,o){if(o){if(typeof n=="function"){var a=n;n=function(){var d=gd(i);a.call(d)}}var i=cC(t,n,e,0,null,!1,!1,"",lw);return e._reactRootContainer=i,e[Rn]=i.current,cu(e.nodeType===8?e.parentNode:e),wa(),i}for(;o=e.lastChild;)e.removeChild(o);if(typeof n=="function"){var l=n;n=function(){var d=gd(u);l.call(d)}}var u=_v(e,0,!1,null,null,!1,!1,"",lw);return e._reactRootContainer=u,e[Rn]=u.current,cu(e.nodeType===8?e.parentNode:e),wa(function(){A1(t,u,r,n)}),u}function I1(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=gd(i);l.call(u)}}A1(t,i,e,o)}else i=gL(r,t,e,o,n);return gd(i)}ND=function(e){switch(e.tag){case 3:var t=e.stateNode;if(t.current.memoizedState.isDehydrated){var r=ms(t.pendingLanes);r!==0&&(X5(t,r|1),wt(t,Se()),!(ae&6)&&(Wi=Se()+500,_o()))}break;case 13:wa(function(){var n=zn(e,1);if(n!==null){var o=ut();wr(n,e,1,o)}}),Iv(e,1)}};Z5=function(e){if(e.tag===13){var t=zn(e,134217728);if(t!==null){var r=ut();wr(t,e,134217728,r)}Iv(e,134217728)}};HD=function(e){if(e.tag===13){var t=co(e),r=zn(e,t);if(r!==null){var n=ut();wr(r,e,t,n)}Iv(e,t)}};jD=function(){return ce};VD=function(e,t){var r=ce;try{return ce=e,t()}finally{ce=r}};sg=function(e,t,r){switch(t){case"input":if(tg(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=b1(n);if(!o)throw Error(M(90));bD(n),tg(n,o)}}}break;case"textarea":DD(e,r);break;case"select":t=r.value,t!=null&&xi(e,!!r.multiple,t,!1)}};_D=Sv;ID=wa;var vL={usingClientEntryPoint:!1,Events:[Hu,di,b1,AD,FD,Sv]},Yl={findFiberByHostInstance:Jo,bundleType:0,version:"18.3.1",rendererPackageName:"react-dom"},yL={bundleType:Yl.bundleType,version:Yl.version,rendererPackageName:Yl.rendererPackageName,rendererConfig:Yl.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=TD(e),e===null?null:e.stateNode},findFiberByHostInstance:Yl.findFiberByHostInstance||mL,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 zc=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!zc.isDisabled&&zc.supportsFiber)try{g1=zc.inject(yL),Zr=zc}catch{}}Ht.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=vL;Ht.createPortal=function(e,t){var r=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!zv(t))throw Error(M(200));return hL(e,t,null,r)};Ht.createRoot=function(e,t){if(!zv(e))throw Error(M(299));var r=!1,n="",o=dC;return t!=null&&(t.unstable_strictMode===!0&&(r=!0),t.identifierPrefix!==void 0&&(n=t.identifierPrefix),t.onRecoverableError!==void 0&&(o=t.onRecoverableError)),t=_v(e,1,!1,null,null,r,!1,n,o),e[Rn]=t.current,cu(e.nodeType===8?e.parentNode:e),new Rv(t)};Ht.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(M(188)):(e=Object.keys(e).join(","),Error(M(268,e)));return e=TD(t),e=e===null?null:e.stateNode,e};Ht.flushSync=function(e){return wa(e)};Ht.hydrate=function(e,t,r){if(!_1(t))throw Error(M(200));return I1(null,e,t,!0,r)};Ht.hydrateRoot=function(e,t,r){if(!zv(e))throw Error(M(405));var n=r!=null&&r.hydratedSources||null,o=!1,a="",i=dC;if(r!=null&&(r.unstable_strictMode===!0&&(o=!0),r.identifierPrefix!==void 0&&(a=r.identifierPrefix),r.onRecoverableError!==void 0&&(i=r.onRecoverableError)),t=cC(t,null,e,1,r??null,o,!1,a,i),e[Rn]=t.current,cu(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 F1(t)};Ht.render=function(e,t,r){if(!_1(t))throw Error(M(200));return I1(null,e,t,!1,r)};Ht.unmountComponentAtNode=function(e){if(!_1(e))throw Error(M(40));return e._reactRootContainer?(wa(function(){I1(null,null,e,!1,function(){e._reactRootContainer=null,e[Rn]=null})}),!0):!1};Ht.unstable_batchedUpdates=Sv;Ht.unstable_renderSubtreeIntoContainer=function(e,t,r,n){if(!_1(r))throw Error(M(200));if(e==null||e._reactInternals===void 0)throw Error(M(38));return I1(e,t,r,!1,n)};Ht.version="18.3.1-next-f1338f8080-20240426";function fC(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(fC)}catch(e){console.error(e)}}fC(),fD.exports=Ht;var El=fD.exports;const pC=eD(El);var hC,sw=El;hC=sw.createRoot,sw.hydrateRoot;var mC=Symbol.for("immer-nothing"),uw=Symbol.for("immer-draftable"),Mt=Symbol.for("immer-state");function mr(e,...t){throw new Error(`[Immer] minified error nr: ${e}. Full error at: https://bit.ly/3cXEKWf`)}var qi=Object.getPrototypeOf;function Gi(e){return!!e&&!!e[Mt]}function ba(e){var t;return e?gC(e)||Array.isArray(e)||!!e[uw]||!!((t=e.constructor)!=null&&t[uw])||z1(e)||T1(e):!1}var wL=Object.prototype.constructor.toString();function gC(e){if(!e||typeof e!="object")return!1;const t=qi(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)===wL}function vd(e,t){R1(e)===0?Reflect.ownKeys(e).forEach(r=>{t(r,e[r],e)}):e.forEach((r,n)=>t(n,r,e))}function R1(e){const t=e[Mt];return t?t.type_:Array.isArray(e)?1:z1(e)?2:T1(e)?3:0}function Hg(e,t){return R1(e)===2?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function vC(e,t,r){const n=R1(e);n===2?e.set(t,r):n===3?e.add(r):e[t]=r}function bL(e,t){return e===t?e!==0||1/e===1/t:e!==e&&t!==t}function z1(e){return e instanceof Map}function T1(e){return e instanceof Set}function Ko(e){return e.copy_||e.base_}function jg(e,t){if(z1(e))return new Map(e);if(T1(e))return new Set(e);if(Array.isArray(e))return Array.prototype.slice.call(e);const r=gC(e);if(t===!0||t==="class_only"&&!r){const n=Object.getOwnPropertyDescriptors(e);delete n[Mt];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(qi(e),n)}else{const n=qi(e);if(n!==null&&r)return{...e};const o=Object.create(n);return Object.assign(o,e)}}function wu(e,t=!1){return B1(e)||Gi(e)||!ba(e)||(R1(e)>1&&(e.set=e.add=e.clear=e.delete=xL),Object.freeze(e),t&&Object.entries(e).forEach(([r,n])=>wu(n,!0))),e}function xL(){mr(2)}function B1(e){return Object.isFrozen(e)}var DL={};function xa(e){const t=DL[e];return t||mr(0,e),t}var bu;function yC(){return bu}function EL(e,t){return{drafts_:[],parent_:e,immer_:t,canAutoFreeze_:!0,unfinalizedDrafts_:0}}function cw(e,t){t&&(xa("Patches"),e.patches_=[],e.inversePatches_=[],e.patchListener_=t)}function Vg(e){Ug(e),e.drafts_.forEach(CL),e.drafts_=null}function Ug(e){e===bu&&(bu=e.parent_)}function dw(e){return bu=EL(bu,e)}function CL(e){const t=e[Mt];t.type_===0||t.type_===1?t.revoke_():t.revoked_=!0}function fw(e,t){t.unfinalizedDrafts_=t.drafts_.length;const r=t.drafts_[0];return e!==void 0&&e!==r?(r[Mt].modified_&&(Vg(t),mr(4)),ba(e)&&(e=yd(t,e),t.parent_||wd(t,e)),t.patches_&&xa("Patches").generateReplacementPatches_(r[Mt].base_,e,t.patches_,t.inversePatches_)):e=yd(t,r,[]),Vg(t),t.patches_&&t.patchListener_(t.patches_,t.inversePatches_),e!==mC?e:void 0}function yd(e,t,r){if(B1(t))return t;const n=t[Mt];if(!n)return vd(t,(o,a)=>pw(e,n,t,o,a,r)),t;if(n.scope_!==e)return t;if(!n.modified_)return wd(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),vd(a,(l,u)=>pw(e,n,o,l,u,r,i)),wd(e,o,!1),r&&e.patches_&&xa("Patches").generatePatches_(n,r,e.patches_,e.inversePatches_)}return n.copy_}function pw(e,t,r,n,o,a,i){if(Gi(o)){const l=a&&t&&t.type_!==3&&!Hg(t.assigned_,n)?a.concat(n):void 0,u=yd(e,o,l);if(vC(r,n,u),Gi(u))e.canAutoFreeze_=!1;else return}else i&&r.add(o);if(ba(o)&&!B1(o)){if(!e.immer_.autoFreeze_&&e.unfinalizedDrafts_<1)return;yd(e,o),(!t||!t.scope_.parent_)&&typeof n!="symbol"&&Object.prototype.propertyIsEnumerable.call(r,n)&&wd(e,o)}}function wd(e,t,r=!1){!e.parent_&&e.immer_.autoFreeze_&&e.canAutoFreeze_&&wu(t,r)}function SL(e,t){const r=Array.isArray(e),n={type_:r?1:0,scope_:t?t.scope_:yC(),modified_:!1,finalized_:!1,assigned_:{},parent_:t,base_:e,draft_:null,copy_:null,revoke_:null,isManual_:!1};let o=n,a=Tv;r&&(o=[n],a=xu);const{revoke:i,proxy:l}=Proxy.revocable(o,a);return n.draft_=l,n.revoke_=i,l}var Tv={get(e,t){if(t===Mt)return e;const r=Ko(e);if(!Hg(r,t))return kL(e,r,t);const n=r[t];return e.finalized_||!ba(n)?n:n===dp(e.base_,t)?(fp(e),e.copy_[t]=qg(n,e)):n},has(e,t){return t in Ko(e)},ownKeys(e){return Reflect.ownKeys(Ko(e))},set(e,t,r){const n=wC(Ko(e),t);if(n!=null&&n.set)return n.set.call(e.draft_,r),!0;if(!e.modified_){const o=dp(Ko(e),t),a=o==null?void 0:o[Mt];if(a&&a.base_===r)return e.copy_[t]=r,e.assigned_[t]=!1,!0;if(bL(r,o)&&(r!==void 0||Hg(e.base_,t)))return!0;fp(e),Wg(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 dp(e.base_,t)!==void 0||t in e.base_?(e.assigned_[t]=!1,fp(e),Wg(e)):delete e.assigned_[t],e.copy_&&delete e.copy_[t],!0},getOwnPropertyDescriptor(e,t){const r=Ko(e),n=Reflect.getOwnPropertyDescriptor(r,t);return n&&{writable:!0,configurable:e.type_!==1||t!=="length",enumerable:n.enumerable,value:r[t]}},defineProperty(){mr(11)},getPrototypeOf(e){return qi(e.base_)},setPrototypeOf(){mr(12)}},xu={};vd(Tv,(e,t)=>{xu[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}});xu.deleteProperty=function(e,t){return xu.set.call(this,e,t,void 0)};xu.set=function(e,t,r){return Tv.set.call(this,e[0],t,r,e[0])};function dp(e,t){const r=e[Mt];return(r?Ko(r):e)[t]}function kL(e,t,r){var o;const n=wC(t,r);return n?"value"in n?n.value:(o=n.get)==null?void 0:o.call(e.draft_):void 0}function wC(e,t){if(!(t in e))return;let r=qi(e);for(;r;){const n=Object.getOwnPropertyDescriptor(r,t);if(n)return n;r=qi(r)}}function Wg(e){e.modified_||(e.modified_=!0,e.parent_&&Wg(e.parent_))}function fp(e){e.copy_||(e.copy_=jg(e.base_,e.scope_.immer_.useStrictShallowCopy_))}var AL=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,f=>r.call(this,f,...d))}}typeof r!="function"&&mr(6),n!==void 0&&typeof n!="function"&&mr(7);let o;if(ba(t)){const a=dw(this),i=qg(t,void 0);let l=!0;try{o=r(i),l=!1}finally{l?Vg(a):Ug(a)}return cw(a,n),fw(o,a)}else if(!t||typeof t!="object"){if(o=r(t),o===void 0&&(o=t),o===mC&&(o=void 0),this.autoFreeze_&&wu(o,!0),n){const a=[],i=[];xa("Patches").generateReplacementPatches_(t,o,a,i),n(a,i)}return o}else mr(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){ba(e)||mr(8),Gi(e)&&(e=FL(e));const t=dw(this),r=qg(e,void 0);return r[Mt].isManual_=!0,Ug(t),r}finishDraft(e,t){const r=e&&e[Mt];(!r||!r.isManual_)&&mr(9);const{scope_:n}=r;return cw(n,t),fw(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=xa("Patches").applyPatches_;return Gi(e)?n(e,t):this.produce(e,o=>n(o,t))}};function qg(e,t){const r=z1(e)?xa("MapSet").proxyMap_(e,t):T1(e)?xa("MapSet").proxySet_(e,t):SL(e,t);return(t?t.scope_:yC()).drafts_.push(r),r}function FL(e){return Gi(e)||mr(10,e),bC(e)}function bC(e){if(!ba(e)||B1(e))return e;const t=e[Mt];let r;if(t){if(!t.modified_)return t.base_;t.finalized_=!0,r=jg(e,t.scope_.immer_.useStrictShallowCopy_)}else r=jg(e,!0);return vd(r,(n,o)=>{vC(r,n,bC(o))}),t&&(t.finalized_=!1),r}var Ot=new AL,_L=Ot.produce;Ot.produceWithPatches.bind(Ot);Ot.setAutoFreeze.bind(Ot);Ot.setUseStrictShallowCopy.bind(Ot);Ot.applyPatches.bind(Ot);Ot.createDraft.bind(Ot);Ot.finishDraft.bind(Ot);function IL(e){var t=s.useState(function(){return wu(typeof e=="function"?e():e,!0)}),r=t[1];return[t[0],s.useCallback(function(n){r(typeof n=="function"?_L(n):wu(n))},[])]}var RL=Object.defineProperty,Un=(e,t)=>RL(e,"name",{value:t,configurable:!0}),zL=(()=>{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:TL}=zL,Wn={trace:1,debug:2,info:3,warn:4,error:5,silent:10},BL=TL,Va=Wn[BL]||Wn.info,Yi={trace:Un((e,...t)=>{Va<=Wn.trace&&console.trace(e,...t)},"trace"),debug:Un((e,...t)=>{Va<=Wn.debug&&console.debug(e,...t)},"debug"),info:Un((e,...t)=>{Va<=Wn.info&&console.info(e,...t)},"info"),warn:Un((e,...t)=>{Va<=Wn.warn&&console.warn(e,...t)},"warn"),error:Un((e,...t)=>{Va<=Wn.error&&console.error(e,...t)},"error"),log:Un((e,...t)=>{Va<Wn.silent&&console.log(e,...t)},"log")},Gg=new Set,Et=Un(e=>(t,...r)=>{if(!Gg.has(t))return Gg.add(t),Yi[e](t,...r)},"once");Et.clear=()=>Gg.clear();Et.trace=Et("trace");Et.debug=Et("debug");Et.info=Et("info");Et.warn=Et("warn");Et.error=Et("error");Et.log=Et("log");var $L=Et("warn"),on=Un(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])}Yi[e].apply(Yi,r)},"pretty");on.trace=on("trace");on.debug=on("debug");on.info=on("info");on.warn=on("warn");on.error=on("error");var LL=Object.create,Bv=Object.defineProperty,ML=Object.getOwnPropertyDescriptor,OL=Object.getOwnPropertyNames,PL=Object.getPrototypeOf,NL=Object.prototype.hasOwnProperty,R=(e,t)=>Bv(e,"name",{value:t,configurable:!0}),Tc=(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')}),$1=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),HL=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of OL(t))!NL.call(e,o)&&o!==r&&Bv(e,o,{get:()=>t[o],enumerable:!(n=ML(t,o))||n.enumerable});return e},$v=(e,t,r)=>(r=e!=null?LL(PL(e)):{},HL(t||!e||!e.__esModule?Bv(r,"default",{value:e,enumerable:!0}):r,e)),jL=$1(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,f=t?Symbol.for("react.concurrent_mode"):60111,h=t?Symbol.for("react.forward_ref"):60112,p=t?Symbol.for("react.suspense"):60113,m=t?Symbol.for("react.suspense_list"):60120,g=t?Symbol.for("react.memo"):60115,y=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,v=t?Symbol.for("react.scope"):60119;function x(W){return typeof W=="string"||typeof W=="function"||W===o||W===f||W===i||W===a||W===p||W===m||typeof W=="object"&&W!==null&&(W.$$typeof===y||W.$$typeof===g||W.$$typeof===l||W.$$typeof===u||W.$$typeof===h||W.$$typeof===b||W.$$typeof===w||W.$$typeof===v||W.$$typeof===D)}R(x,"isValidElementType");function E(W){if(typeof W=="object"&&W!==null){var or=W.$$typeof;switch(or){case r:var Rr=W.type;switch(Rr){case d:case f:case o:case i:case a:case p:return Rr;default:var Mo=Rr&&Rr.$$typeof;switch(Mo){case u:case h:case y:case g:case l:return Mo;default:return or}}case n:return or}}}R(E,"typeOf");var C=d,S=f,k=u,F=l,_=r,T=h,N=o,O=y,Y=g,H=n,U=i,j=a,B=p,L=!1;function P(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.")),G(W)||E(W)===d}R(P,"isAsyncMode");function G(W){return E(W)===f}R(G,"isConcurrentMode");function ee(W){return E(W)===u}R(ee,"isContextConsumer");function ue(W){return E(W)===l}R(ue,"isContextProvider");function fe(W){return typeof W=="object"&&W!==null&&W.$$typeof===r}R(fe,"isElement");function q(W){return E(W)===h}R(q,"isForwardRef");function J(W){return E(W)===o}R(J,"isFragment");function ne(W){return E(W)===y}R(ne,"isLazy");function Ie(W){return E(W)===g}R(Ie,"isMemo");function Qe(W){return E(W)===n}R(Qe,"isPortal");function Ir(W){return E(W)===i}R(Ir,"isProfiler");function At(W){return E(W)===a}R(At,"isStrictMode");function nr(W){return E(W)===p}R(nr,"isSuspense"),e.AsyncMode=C,e.ConcurrentMode=S,e.ContextConsumer=k,e.ContextProvider=F,e.Element=_,e.ForwardRef=T,e.Fragment=N,e.Lazy=O,e.Memo=Y,e.Portal=H,e.Profiler=U,e.StrictMode=j,e.Suspense=B,e.isAsyncMode=P,e.isConcurrentMode=G,e.isContextConsumer=ee,e.isContextProvider=ue,e.isElement=fe,e.isForwardRef=q,e.isFragment=J,e.isLazy=ne,e.isMemo=Ie,e.isPortal=Qe,e.isProfiler=Ir,e.isStrictMode=At,e.isSuspense=nr,e.isValidElementType=x,e.typeOf=E})()}),VL=$1((e,t)=>{t.exports=jL()}),xC=$1((e,t)=>{var r=VL(),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,f=Object.getOwnPropertyNames,h=Object.getOwnPropertySymbols,p=Object.getOwnPropertyDescriptor,m=Object.getPrototypeOf,g=Object.prototype;function y(D,b,w){if(typeof b!="string"){if(g){var v=m(b);v&&v!==g&&y(D,v,w)}var x=f(b);h&&(x=x.concat(h(b)));for(var E=u(D),C=u(b),S=0;S<x.length;++S){var k=x[S];if(!o[k]&&!(w&&w[k])&&!(C&&C[k])&&!(E&&E[k])){var F=p(b,k);try{d(D,k,F)}catch{}}}}return D}R(y,"hoistNonReactStatics"),t.exports=y}),UL=$1((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,f){if(!o[d]){if(!n[d]){var h=typeof Tc=="function"&&Tc;if(!f&&h)return h(d,!0);if(l)return l(d,!0);var p=new Error("Cannot find module '"+d+"'");throw p.code="MODULE_NOT_FOUND",p}var m=o[d]={exports:{}};n[d][0].call(m.exports,function(g){var y=n[d][1][g];return i(y||g)},m,m.exports,r,n,o,a)}return o[d].exports}R(i,"s");for(var l=typeof Tc=="function"&&Tc,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 f=new a(!1),h=[];return function(p){var m=R(function(){var g=f,y,D,b=arguments.length-1,w=Array(b+1),v=!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}v=!1,y=new a(!1),g.set(arguments[x],y),g=y}return v&&(g.has(arguments[b])?D=g.get(arguments[b]):v=!1),v||(D=p.apply(null,arguments),g.set(arguments[b],D)),d>0&&(w[b]={cacheItem:g,arg:arguments[b]},v?i(h,w):h.push(w),h.length>d&&l(h.shift())),m.wasMemoized=v,m.numArgs=b+1,D},"memoizerific");return m.limit=d,m.wasMemoized=!1,m.cache=f,m.lru=h,m}};function i(d,f){var h=d.length,p=f.length,m,g,y;for(g=0;g<h;g++){for(m=!0,y=0;y<p;y++)if(!u(d[g][y].arg,f[y].arg)){m=!1;break}if(m)break}d.push(d.splice(g,1)[0])}R(i,"moveToMostRecentLru");function l(d){var f=d.length,h=d[f-1],p,m;for(h.cacheItem.delete(h.arg),m=f-2;m>=0&&(h=d[m],p=h.cacheItem.get(h.arg),!p||!p.size);m--)h.cacheItem.delete(h.arg)}R(l,"removeCachedResult");function u(d,f){return d===f||d!==d&&f!==f}R(u,"isEqual")},{"map-or-similar":1}]},{},[3])(3)})});function an(){return an=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},an.apply(null,arguments)}R(an,"_extends");function Lv(e){var t=Object.create(null);return function(r){return t[r]===void 0&&(t[r]=e(r)),t[r]}}R(Lv,"memoize");var WL=/^((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)-.*))$/,Mv=Lv(function(e){return WL.test(e)||e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)<91});function DC(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(DC,"sheetForTag");function EC(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(EC,"createStyleElement");var qL=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(EC(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=DC(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}(),tt="-ms-",bd="-moz-",se="-webkit-",Ov="comm",Pv="rule",Nv="decl",GL="@import",CC="@keyframes",YL="@layer",KL=Math.abs,L1=String.fromCharCode,QL=Object.assign;function SC(e,t){return He(e,0)^45?(((t<<2^He(e,0))<<2^He(e,1))<<2^He(e,2))<<2^He(e,3):0}R(SC,"hash");function Hv(e){return e.trim()}R(Hv,"trim");function kC(e,t){return(e=t.exec(e))?e[0]:e}R(kC,"match");function ie(e,t,r){return e.replace(t,r)}R(ie,"replace");function xd(e,t){return e.indexOf(t)}R(xd,"indexof");function He(e,t){return e.charCodeAt(t)|0}R(He,"charat");function Ki(e,t,r){return e.slice(t,r)}R(Ki,"substr");function pr(e){return e.length}R(pr,"strlen");function M1(e){return e.length}R(M1,"sizeof");function vs(e,t){return t.push(e),e}R(vs,"append");function AC(e,t){return e.map(t).join("")}R(AC,"combine");var O1=1,Qi=1,FC=0,Ct=0,Ae=0,Cl="";function Vu(e,t,r,n,o,a,i){return{value:e,root:t,parent:r,type:n,props:o,children:a,line:O1,column:Qi,length:i,return:""}}R(Vu,"node");function Za(e,t){return QL(Vu("",null,null,"",null,null,0),e,{length:-e.length},t)}R(Za,"copy");function _C(){return Ae}R(_C,"char");function IC(){return Ae=Ct>0?He(Cl,--Ct):0,Qi--,Ae===10&&(Qi=1,O1--),Ae}R(IC,"prev");function bt(){return Ae=Ct<FC?He(Cl,Ct++):0,Qi++,Ae===10&&(Qi=1,O1++),Ae}R(bt,"next");function br(){return He(Cl,Ct)}R(br,"peek");function Ns(){return Ct}R(Ns,"caret");function Sl(e,t){return Ki(Cl,e,t)}R(Sl,"slice");function Xi(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(Xi,"token");function jv(e){return O1=Qi=1,FC=pr(Cl=e),Ct=0,[]}R(jv,"alloc");function Vv(e){return Cl="",e}R(Vv,"dealloc");function Hs(e){return Hv(Sl(Ct-1,Dd(e===91?e+2:e===40?e+1:e)))}R(Hs,"delimit");function RC(e){for(;(Ae=br())&&Ae<33;)bt();return Xi(e)>2||Xi(Ae)>3?"":" "}R(RC,"whitespace");function zC(e,t){for(;--t&&bt()&&!(Ae<48||Ae>102||Ae>57&&Ae<65||Ae>70&&Ae<97););return Sl(e,Ns()+(t<6&&br()==32&&bt()==32))}R(zC,"escaping");function Dd(e){for(;bt();)switch(Ae){case e:return Ct;case 34:case 39:e!==34&&e!==39&&Dd(Ae);break;case 40:e===41&&Dd(e);break;case 92:bt();break}return Ct}R(Dd,"delimiter");function TC(e,t){for(;bt()&&e+Ae!==57&&!(e+Ae===84&&br()===47););return"/*"+Sl(t,Ct-1)+"*"+L1(e===47?e:bt())}R(TC,"commenter");function BC(e){for(;!Xi(br());)bt();return Sl(e,Ct)}R(BC,"identifier");function $C(e){return Vv(js("",null,null,null,[""],e=jv(e),0,[0],e))}R($C,"compile");function js(e,t,r,n,o,a,i,l,u){for(var d=0,f=0,h=i,p=0,m=0,g=0,y=1,D=1,b=1,w=0,v="",x=o,E=a,C=n,S=v;D;)switch(g=w,w=bt()){case 40:if(g!=108&&He(S,h-1)==58){xd(S+=ie(Hs(w),"&","&\f"),"&\f")!=-1&&(b=-1);break}case 34:case 39:case 91:S+=Hs(w);break;case 9:case 10:case 13:case 32:S+=RC(g);break;case 92:S+=zC(Ns()-1,7);continue;case 47:switch(br()){case 42:case 47:vs(LC(TC(bt(),Ns()),t,r),u);break;default:S+="/"}break;case 123*y:l[d++]=pr(S)*b;case 125*y:case 59:case 0:switch(w){case 0:case 125:D=0;case 59+f:b==-1&&(S=ie(S,/\f/g,"")),m>0&&pr(S)-h&&vs(m>32?Kg(S+";",n,r,h-1):Kg(ie(S," ","")+";",n,r,h-2),u);break;case 59:S+=";";default:if(vs(C=Yg(S,t,r,d,f,o,l,v,x=[],E=[],h),a),w===123)if(f===0)js(S,t,C,C,x,a,h,l,E);else switch(p===99&&He(S,3)===110?100:p){case 100:case 108:case 109:case 115:js(e,C,C,n&&vs(Yg(e,C,C,0,0,o,l,v,o,x=[],h),E),o,E,h,l,n?x:E);break;default:js(S,C,C,C,[""],E,0,l,E)}}d=f=m=0,y=b=1,v=S="",h=i;break;case 58:h=1+pr(S),m=g;default:if(y<1){if(w==123)--y;else if(w==125&&y++==0&&IC()==125)continue}switch(S+=L1(w),w*y){case 38:b=f>0?1:(S+="\f",-1);break;case 44:l[d++]=(pr(S)-1)*b,b=1;break;case 64:br()===45&&(S+=Hs(bt())),p=br(),f=h=pr(v=S+=BC(Ns())),w++;break;case 45:g===45&&pr(S)==2&&(y=0)}}return a}R(js,"parse");function Yg(e,t,r,n,o,a,i,l,u,d,f){for(var h=o-1,p=o===0?a:[""],m=M1(p),g=0,y=0,D=0;g<n;++g)for(var b=0,w=Ki(e,h+1,h=KL(y=i[g])),v=e;b<m;++b)(v=Hv(y>0?p[b]+" "+w:ie(w,/&\f/g,p[b])))&&(u[D++]=v);return Vu(e,t,r,o===0?Pv:l,u,d,f)}R(Yg,"ruleset");function LC(e,t,r){return Vu(e,t,r,Ov,L1(_C()),Ki(e,2,-2),0)}R(LC,"comment");function Kg(e,t,r,n){return Vu(e,t,r,Nv,Ki(e,0,n),Ki(e,n+1,-1),n)}R(Kg,"declaration");function ca(e,t){for(var r="",n=M1(e),o=0;o<n;o++)r+=t(e[o],o,e,t)||"";return r}R(ca,"serialize");function MC(e,t,r,n){switch(e.type){case YL:if(e.children.length)break;case GL:case Nv:return e.return=e.return||e.value;case Ov:return"";case CC:return e.return=e.value+"{"+ca(e.children,n)+"}";case Pv:e.value=e.props.join(",")}return pr(r=ca(e.children,n))?e.return=e.value+"{"+r+"}":""}R(MC,"stringify");function OC(e){var t=M1(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(OC,"middleware");var hw=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"),XL=R(function(e,t,r){for(var n=0,o=0;n=o,o=br(),n===38&&o===12&&(t[r]=1),!Xi(o);)bt();return Sl(e,Ct)},"identifierWithPointTracking"),ZL=R(function(e,t){var r=-1,n=44;do switch(Xi(n)){case 0:n===38&&br()===12&&(t[r]=1),e[r]+=XL(Ct-1,t,r);break;case 2:e[r]+=Hs(n);break;case 4:if(n===44){e[++r]=br()===58?"&\f":"",t[r]=e[r].length;break}default:e[r]+=L1(n)}while(n=bt());return e},"toRules"),JL=R(function(e,t){return Vv(ZL(jv(e),t))},"getRules"),mw=new WeakMap,eM=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&&!mw.get(r))&&!n){mw.set(e,!0);for(var o=[],a=JL(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"),tM=R(function(e){if(e.type==="decl"){var t=e.value;t.charCodeAt(0)===108&&t.charCodeAt(2)===98&&(e.return="",e.value="")}},"removeLabel"),rM="emotion-disable-server-rendering-unsafe-selector-warning-please-do-not-use-this-the-warning-exists-for-a-reason",nM=R(function(e){return e.type==="comm"&&e.children.indexOf(rM)>-1},"isIgnoringComment"),oM=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(nM(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"),PC=R(function(e){return e.type.charCodeAt(1)===105&&e.type.charCodeAt(0)===64},"isImportRule"),aM=R(function(e,t){for(var r=e-1;r>=0;r--)if(!PC(t[r]))return!0;return!1},"isPrependedWithRegularRules"),gw=R(function(e){e.type="",e.value="",e.return="",e.children="",e.props=""},"nullifyElement"),iM=R(function(e,t,r){PC(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."),gw(e)):aM(t,r)&&(console.error("`@import` rules can't be after other rules. Please put your `@import` rules before your other rules."),gw(e)))},"incorrectImportAlarm");function Uv(e,t){switch(SC(e,t)){case 5103:return se+"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 se+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return se+e+bd+e+tt+e+e;case 6828:case 4268:return se+e+tt+e+e;case 6165:return se+e+tt+"flex-"+e+e;case 5187:return se+e+ie(e,/(\w+).+(:[^]+)/,se+"box-$1$2"+tt+"flex-$1$2")+e;case 5443:return se+e+tt+"flex-item-"+ie(e,/flex-|-self/,"")+e;case 4675:return se+e+tt+"flex-line-pack"+ie(e,/align-content|flex-|-self/,"")+e;case 5548:return se+e+tt+ie(e,"shrink","negative")+e;case 5292:return se+e+tt+ie(e,"basis","preferred-size")+e;case 6060:return se+"box-"+ie(e,"-grow","")+se+e+tt+ie(e,"grow","positive")+e;case 4554:return se+ie(e,/([^-])(transform)/g,"$1"+se+"$2")+e;case 6187:return ie(ie(ie(e,/(zoom-|grab)/,se+"$1"),/(image-set)/,se+"$1"),e,"")+e;case 5495:case 3959:return ie(e,/(image-set\([^]*)/,se+"$1$`$1");case 4968:return ie(ie(e,/(.+:)(flex-)?(.*)/,se+"box-pack:$3"+tt+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+se+e+e;case 4095:case 3583:case 4068:case 2532:return ie(e,/(.+)-inline(.+)/,se+"$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(pr(e)-1-t>6)switch(He(e,t+1)){case 109:if(He(e,t+4)!==45)break;case 102:return ie(e,/(.+:)(.+)-([^]+)/,"$1"+se+"$2-$3$1"+bd+(He(e,t+3)==108?"$3":"$2-$3"))+e;case 115:return~xd(e,"stretch")?Uv(ie(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(He(e,t+1)!==115)break;case 6444:switch(He(e,pr(e)-3-(~xd(e,"!important")&&10))){case 107:return ie(e,":",":"+se)+e;case 101:return ie(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+se+(He(e,14)===45?"inline-":"")+"box$3$1"+se+"$2$3$1"+tt+"$2box$3")+e}break;case 5936:switch(He(e,t+11)){case 114:return se+e+tt+ie(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return se+e+tt+ie(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return se+e+tt+ie(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return se+e+tt+e+e}return e}R(Uv,"prefix");var lM=R(function(e,t,r,n){if(e.length>-1&&!e.return)switch(e.type){case Nv:e.return=Uv(e.value,e.length);break;case CC:return ca([Za(e,{value:ie(e.value,"@","@"+se)})],n);case Pv:if(e.length)return AC(e.props,function(o){switch(kC(o,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return ca([Za(e,{props:[ie(o,/:(read-\w+)/,":"+bd+"$1")]})],n);case"::placeholder":return ca([Za(e,{props:[ie(o,/:(plac\w+)/,":"+se+"input-$1")]}),Za(e,{props:[ie(o,/:(plac\w+)/,":"+bd+"$1")]}),Za(e,{props:[ie(o,/:(plac\w+)/,tt+"input-$1")]})],n)}return""})}},"prefixer"),sM=[lM],uM=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 y=g.getAttribute("data-emotion");y.indexOf(" ")!==-1&&(document.head.appendChild(g),g.setAttribute("data-s",""))})}var n=e.stylisPlugins||sM;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 y=g.getAttribute("data-emotion").split(" "),D=1;D<y.length;D++)o[y[D]]=!0;i.push(g)});var l,u=[eM,tM];u.push(oM({get compat(){return m.compat}}),iM);{var d,f=[MC,function(g){g.root||(g.return?d.insert(g.return):g.value&&g.type!==Ov&&d.insert(g.value+"{}"))}],h=OC(u.concat(n,f)),p=R(function(g){return ca($C(g),h)},"stylis");l=R(function(g,y,D,b){d=D,y.map!==void 0&&(d={insert:R(function(w){D.insert(w+y.map)},"insert")}),p(g?g+"{"+y.styles+"}":y.styles),b&&(m.inserted[y.name]=!0)},"insert")}var m={key:t,sheet:new qL({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"),cM=$v(xC()),dM=R(function(e,t){return(0,cM.default)(e,t)},"hoistNonReactStatics"),fM=!0;function P1(e,t,r){var n="";return r.split(" ").forEach(function(o){e[o]!==void 0?t.push(e[o]+";"):n+=o+" "}),n}R(P1,"getRegisteredStyles");var N1=R(function(e,t,r){var n=e.key+"-"+t.name;(r===!1||fM===!1)&&e.registered[n]===void 0&&(e.registered[n]=t.styles)},"registerStyles"),H1=R(function(e,t,r){N1(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 NC(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(NC,"murmur2");var pM={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},vw=`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`,hM="You have passed in falsy value as style object's key (can happen when in example you pass unexported component as computed key).",mM=/[A-Z]|^ms/g,HC=/_EMO_([^_]+?)_([^]*?)_EMO_/g,Wv=R(function(e){return e.charCodeAt(1)===45},"isCustomProperty"),yw=R(function(e){return e!=null&&typeof e!="boolean"},"isProcessableValue"),pp=Lv(function(e){return Wv(e)?e:e.replace(mM,"-$&").toLowerCase()}),Ed=R(function(e,t){switch(e){case"animation":case"animationName":if(typeof t=="string")return t.replace(HC,function(r,n,o){return Ur={name:n,styles:o,next:Ur},n})}return pM[e]!==1&&!Wv(e)&&typeof t=="number"&&t!==0?t+"px":t},"processStyleValue");ww=/(var|attr|counters?|url|element|(((repeating-)?(linear|radial))|conic)-gradient)\(|(no-)?(open|close)-quote/,bw=["normal","none","initial","inherit","unset"],xw=Ed,Dw=/^-ms-/,Ew=/-(.)/g,hp={},Ed=R(function(e,t){if(e==="content"&&(typeof t!="string"||bw.indexOf(t)===-1&&!ww.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=xw(e,t);return r!==""&&!Wv(e)&&e.indexOf("-")!==-1&&hp[e]===void 0&&(hp[e]=!0,console.error("Using kebab-case for css properties in objects is not supported. Did you mean "+e.replace(Dw,"ms-").replace(Ew,function(n,o){return o.toUpperCase()})+"?")),r},"processStyleValue");var ww,bw,xw,Dw,Ew,hp,jC="Component selectors can only be used in conjunction with @emotion/babel-plugin, the swc Emotion plugin, or another Emotion-aware compiler transform.";function Zi(e,t,r){if(r==null)return"";if(r.__emotion_styles!==void 0){if(r.toString()==="NO_COMPONENT_SELECTOR")throw new Error(jC);return r}switch(typeof r){case"boolean":return"";case"object":{if(r.anim===1)return Ur={name:r.name,styles:r.styles,next:Ur},r.name;if(r.styles!==void 0){var n=r.next;if(n!==void 0)for(;n!==void 0;)Ur={name:n.name,styles:n.styles,next:Ur},n=n.next;var o=r.styles+";";return r.map!==void 0&&(o+=r.map),o}return VC(e,t,r)}case"function":{if(e!==void 0){var a=Ur,i=r(e);return Ur=a,Zi(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(HC,function(f,h,p){var m="animation"+l.length;return l.push("const "+m+" = keyframes`"+p.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(Zi,"handleInterpolation");function VC(e,t,r){var n="";if(Array.isArray(r))for(var o=0;o<r.length;o++)n+=Zi(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]+"}":yw(i)&&(n+=pp(a)+":"+Ed(a,i)+";");else{if(a==="NO_COMPONENT_SELECTOR")throw new Error(jC);if(Array.isArray(i)&&typeof i[0]=="string"&&(t==null||t[i[0]]===void 0))for(var l=0;l<i.length;l++)yw(i[l])&&(n+=pp(a)+":"+Ed(a,i[l])+";");else{var u=Zi(e,t,i);switch(a){case"animation":case"animationName":{n+=pp(a)+":"+u+";";break}default:a==="undefined"&&console.error(hM),n+=a+"{"+u+"}"}}}}return n}R(VC,"createStringFromObject");var Cw=/label:\s*([^\s;\n{]+)\s*(;|$)/g,UC;UC=/\/\*#\ssourceMappingURL=data:application\/json;\S+\s+\*\//g;var Ur,Ji=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="";Ur=void 0;var a=e[0];a==null||a.raw===void 0?(n=!1,o+=Zi(r,t,a)):(a[0]===void 0&&console.error(vw),o+=a[0]);for(var i=1;i<e.length;i++)o+=Zi(r,t,e[i]),n&&(a[i]===void 0&&console.error(vw),o+=a[i]);var l;o=o.replace(UC,function(h){return l=h,""}),Cw.lastIndex=0;for(var u="",d;(d=Cw.exec(o))!==null;)u+="-"+d[1];var f=NC(o)+u;return{name:f,styles:o,map:l,next:Ur,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"),gM=R(function(e){return e()},"syncFallback"),WC=s.useInsertionEffect?s.useInsertionEffect:!1,qv=WC||gM,Sw=WC||s.useLayoutEffect,vM={}.hasOwnProperty,Gv=s.createContext(typeof HTMLElement<"u"?uM({key:"css"}):null);Gv.displayName="EmotionCacheContext";Gv.Provider;var j1=R(function(e){return s.forwardRef(function(t,r){var n=s.useContext(Gv);return e(t,n,r)})},"withEmotionCache"),yo=s.createContext({});yo.displayName="EmotionThemeContext";var yM=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 an({},e,t)},"getTheme"),wM=hw(function(e){return hw(function(t){return yM(e,t)})}),qC=R(function(e){var t=s.useContext(yo);return e.theme!==t&&(t=wM(t)(e.theme)),s.createElement(yo.Provider,{value:t},e.children)},"ThemeProvider");function le(e){var t=e.displayName||e.name||"Component",r=R(function(o,a){var i=s.useContext(yo);return s.createElement(e,an({theme:i,ref:a},o))},"render"),n=s.forwardRef(r);return n.displayName="WithTheme("+t+")",dM(n,e)}R(le,"withTheme");var kw="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",Aw="__EMOTION_LABEL_PLEASE_DO_NOT_USE__",bM=R(function(e){var t=e.cache,r=e.serialized,n=e.isStringTag;return N1(t,r,n),qv(function(){return H1(t,r,n)}),null},"Insertion"),xM=j1(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=P1(t.registered,a,e.className):e.className!=null&&(i=e.className+" ");var l=Ji(a,void 0,s.useContext(yo));if(l.name.indexOf("-")===-1){var u=e[Aw];u&&(l=Ji([l,"label:"+u+";"]))}i+=t.key+"-"+l.name;var d={};for(var f in e)vM.call(e,f)&&f!=="css"&&f!==kw&&f!==Aw&&(d[f]=e[f]);return d.ref=r,d.className=i,s.createElement(s.Fragment,null,s.createElement(bM,{cache:t,serialized:l,isStringTag:typeof o=="string"}),s.createElement(o,d))});xM.displayName="EmotionCssPropInternal";$v(xC());var DM={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"}}}}},Fw=!1,EM=j1(function(e,t){!Fw&&(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?"),Fw=!0);var r=e.styles,n=Ji([r],void 0,s.useContext(yo)),o=s.useRef();return Sw(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]),Sw(function(){var a=o.current,i=a[0],l=a[1];if(l){a[1]=!1;return}if(n.next!==void 0&&H1(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});EM.displayName="EmotionGlobal";function V1(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return Ji(t)}R(V1,"css");var hn=R(function(){var e=V1.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"),CM=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 GC(e,t,r){var n=[],o=P1(e,n,r);return n.length<2?r:o+t(n)}R(GC,"merge");var SM=R(function(e){var t=e.cache,r=e.serializedArr;return qv(function(){for(var n=0;n<r.length;n++)H1(t,r[n],!1)}),null},"Insertion"),kM=j1(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),f=0;f<u;f++)d[f]=arguments[f];var h=Ji(d,t.registered);return n.push(h),N1(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),f=0;f<u;f++)d[f]=arguments[f];return GC(t.registered,o,CM(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(SM,{cache:t,serializedArr:n}),l)});kM.displayName="EmotionClassNames";mp=!0,_w=typeof jest<"u"||typeof vi<"u",mp&&!_w&&(gp=typeof globalThis<"u"?globalThis:mp?window:global,vp="__EMOTION_REACT_"+DM.version.split(".")[0]+"__",gp[vp]&&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."),gp[vp]=!0);var mp,_w,gp,vp,AM=Mv,FM=R(function(e){return e!=="theme"},"testOmitPropsOnComponent"),Iw=R(function(e){return typeof e=="string"&&e.charCodeAt(0)>96?AM:FM},"getDefaultShouldForwardProp"),Rw=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"),zw=`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`,_M=R(function(e){var t=e.cache,r=e.serialized,n=e.isStringTag;return N1(t,r,n),qv(function(){return H1(t,r,n)}),null},"Insertion"),IM=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=Rw(t,r,n),u=l||Iw(o),d=!u("as");return function(){var f=arguments,h=n&&t.__emotion_styles!==void 0?t.__emotion_styles.slice(0):[];if(a!==void 0&&h.push("label:"+a+";"),f[0]==null||f[0].raw===void 0)h.push.apply(h,f);else{f[0][0]===void 0&&console.error(zw),h.push(f[0][0]);for(var p=f.length,m=1;m<p;m++)f[0][m]===void 0&&console.error(zw),h.push(f[m],f[0][m])}var g=j1(function(y,D,b){var w=d&&y.as||o,v="",x=[],E=y;if(y.theme==null){E={};for(var C in y)E[C]=y[C];E.theme=s.useContext(yo)}typeof y.className=="string"?v=P1(D.registered,x,y.className):y.className!=null&&(v=y.className+" ");var S=Ji(h.concat(x),D.registered,E);v+=D.key+"-"+S.name,i!==void 0&&(v+=" "+i);var k=d&&l===void 0?Iw(w):u,F={};for(var _ in y)d&&_==="as"||k(_)&&(F[_]=y[_]);return F.className=v,F.ref=b,s.createElement(s.Fragment,null,s.createElement(_M,{cache:D,serialized:S,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(y,D){return e(y,an({},r,D,{shouldForwardProp:Rw(g,D,!0)})).apply(void 0,h)},g}},"createStyled"),RM=["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=IM.bind();RM.forEach(function(e){I[e]=I(e)});function YC(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}R(YC,"_assertThisInitialized");function el(e,t){return el=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(r,n){return r.__proto__=n,r},el(e,t)}R(el,"_setPrototypeOf");function KC(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,el(e,t)}R(KC,"_inheritsLoose");function Cd(e){return Cd=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},Cd(e)}R(Cd,"_getPrototypeOf");function QC(e){try{return Function.toString.call(e).indexOf("[native code]")!==-1}catch{return typeof e=="function"}}R(QC,"_isNativeFunction");function Yv(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(Yv=R(function(){return!!e},"_isNativeReflectConstruct"))()}R(Yv,"_isNativeReflectConstruct");function XC(e,t,r){if(Yv())return Reflect.construct.apply(null,arguments);var n=[null];n.push.apply(n,t);var o=new(e.bind.apply(e,n));return r&&el(o,r.prototype),o}R(XC,"_construct");function Sd(e){var t=typeof Map=="function"?new Map:void 0;return Sd=R(function(r){if(r===null||!QC(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 XC(r,arguments,Cd(this).constructor)}return R(n,"Wrapper"),n.prototype=Object.create(r.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),el(n,r)},"_wrapNativeSuper"),Sd(e)}R(Sd,"_wrapNativeSuper");var zM={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 ZC(){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(ZC,"format");var Yr=function(e){KC(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,ZC.apply(void 0,[zM[r]].concat(a)))||this,YC(n)}return R(t,"PolishedError"),t}(Sd(Error));function C0(e){return Math.round(e*255)}R(C0,"colorToInt");function JC(e,t,r){return C0(e)+","+C0(t)+","+C0(r)}R(JC,"convertToInt");function tl(e,t,r,n){if(n===void 0&&(n=JC),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 f=r-a/2,h=l+f,p=u+f,m=d+f;return n(h,p,m)}R(tl,"hslToRgb");var Tw={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 eS(e){if(typeof e!="string")return e;var t=e.toLowerCase();return Tw[t]?"#"+Tw[t]:e}R(eS,"nameToHex");var TM=/^#[a-fA-F0-9]{6}$/,BM=/^#[a-fA-F0-9]{8}$/,$M=/^#[a-fA-F0-9]{3}$/,LM=/^#[a-fA-F0-9]{4}$/,yp=/^rgb\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*\)$/i,MM=/^rgb(?:a)?\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i,OM=/^hsl\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*\)$/i,PM=/^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 Uu(e){if(typeof e!="string")throw new Yr(3);var t=eS(e);if(t.match(TM))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(BM)){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($M))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(LM)){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=MM.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=OM.exec(t);if(i){var l=parseInt(""+i[1],10),u=parseInt(""+i[2],10)/100,d=parseInt(""+i[3],10)/100,f="rgb("+tl(l,u,d)+")",h=yp.exec(f);if(!h)throw new Yr(4,t,f);return{red:parseInt(""+h[1],10),green:parseInt(""+h[2],10),blue:parseInt(""+h[3],10)}}var p=PM.exec(t.substring(0,50));if(p){var m=parseInt(""+p[1],10),g=parseInt(""+p[2],10)/100,y=parseInt(""+p[3],10)/100,D="rgb("+tl(m,g,y)+")",b=yp.exec(D);if(!b)throw new Yr(4,t,D);return{red:parseInt(""+b[1],10),green:parseInt(""+b[2],10),blue:parseInt(""+b[3],10),alpha:parseFloat(""+p[4])>1?parseFloat(""+p[4])/100:parseFloat(""+p[4])}}throw new Yr(5)}R(Uu,"parseToRgb");function tS(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(tS,"rgbToHsl");function Kv(e){return tS(Uu(e))}R(Kv,"parseToHsl");var NM=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"),Qg=NM;function qn(e){var t=e.toString(16);return t.length===1?"0"+t:t}R(qn,"numberToHex");function S0(e){return qn(Math.round(e*255))}R(S0,"colorToHex");function rS(e,t,r){return Qg("#"+S0(e)+S0(t)+S0(r))}R(rS,"convertToHex");function Du(e,t,r){return tl(e,t,r,rS)}R(Du,"hslToHex");function nS(e,t,r){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number")return Du(e,t,r);if(typeof e=="object"&&t===void 0&&r===void 0)return Du(e.hue,e.saturation,e.lightness);throw new Yr(1)}R(nS,"hsl");function oS(e,t,r,n){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number"&&typeof n=="number")return n>=1?Du(e,t,r):"rgba("+tl(e,t,r)+","+n+")";if(typeof e=="object"&&t===void 0&&r===void 0&&n===void 0)return e.alpha>=1?Du(e.hue,e.saturation,e.lightness):"rgba("+tl(e.hue,e.saturation,e.lightness)+","+e.alpha+")";throw new Yr(2)}R(oS,"hsla");function kd(e,t,r){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number")return Qg("#"+qn(e)+qn(t)+qn(r));if(typeof e=="object"&&t===void 0&&r===void 0)return Qg("#"+qn(e.red)+qn(e.green)+qn(e.blue));throw new Yr(6)}R(kd,"rgb");function rl(e,t,r,n){if(typeof e=="string"&&typeof t=="number"){var o=Uu(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?kd(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?kd(e.red,e.green,e.blue):"rgba("+e.red+","+e.green+","+e.blue+","+e.alpha+")"}throw new Yr(7)}R(rl,"rgba");var HM=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"),jM=R(function(e){return typeof e.red=="number"&&typeof e.green=="number"&&typeof e.blue=="number"&&typeof e.alpha=="number"},"isRgba"),VM=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"),UM=R(function(e){return typeof e.hue=="number"&&typeof e.saturation=="number"&&typeof e.lightness=="number"&&typeof e.alpha=="number"},"isHsla");function Qv(e){if(typeof e!="object")throw new Yr(8);if(jM(e))return rl(e);if(HM(e))return kd(e);if(UM(e))return oS(e);if(VM(e))return nS(e);throw new Yr(8)}R(Qv,"toColorString");function Xv(e,t,r){return R(function(){var n=r.concat(Array.prototype.slice.call(arguments));return n.length>=t?e.apply(this,n):Xv(e,t,n)},"fn")}R(Xv,"curried");function Wu(e){return Xv(e,e.length,[])}R(Wu,"curry");function qu(e,t,r){return Math.max(e,Math.min(t,r))}R(qu,"guard");function aS(e,t){if(t==="transparent")return t;var r=Kv(t);return Qv(an({},r,{lightness:qu(0,1,r.lightness-parseFloat(e))}))}R(aS,"darken");var WM=Wu(aS),qM=WM;function iS(e,t){if(t==="transparent")return t;var r=Kv(t);return Qv(an({},r,{lightness:qu(0,1,r.lightness+parseFloat(e))}))}R(iS,"lighten");var GM=Wu(iS),YM=GM;function lS(e,t){if(t==="transparent")return t;var r=Uu(t),n=typeof r.alpha=="number"?r.alpha:1,o=an({},r,{alpha:qu(0,1,(n*100+parseFloat(e)*100)/100)});return rl(o)}R(lS,"opacify");var KM=Wu(lS),QM=KM;function sS(e,t){if(t==="transparent")return t;var r=Uu(t),n=typeof r.alpha=="number"?r.alpha:1,o=an({},r,{alpha:qu(0,1,+(n*100-parseFloat(e)*100).toFixed(2)/100)});return rl(o)}R(sS,"transparentize");var XM=Wu(sS),ZM=XM,K={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"},Gn={app:"#F6F9FC",bar:K.lightest,content:K.lightest,preview:K.lightest,gridCellSize:10,hoverable:ZM(.9,K.secondary),positive:"#E1FFD4",negative:"#FEDED2",warning:"#FFF5CF",critical:"#FF4400"},Kr={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}},uS=$v(UL(),1),JM=(0,uS.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,uS.default)(1)(({color:e,background:t,typography:r})=>{let n=JM({typography:r});return{...n,body:{...n.body,color:e.defaultText,background:t.app,overflow:"hidden"},hr:{...n.hr,borderTop:`1px solid ${e.border}`}}});var eO={base:"dark",colorPrimary:"#FF4785",colorSecondary:"#029CFD",appBg:"#222425",appContentBg:"#1B1C1D",appPreviewBg:K.lightest,appBorderColor:"rgba(255,255,255,.1)",appBorderRadius:4,fontBase:Kr.fonts.base,fontCode:Kr.fonts.mono,textColor:"#C9CDCF",textInverseColor:"#222425",textMutedColor:"#798186",barTextColor:K.mediumdark,barHoverColor:K.secondary,barSelectedColor:K.secondary,barBg:"#292C2E",buttonBg:"#222425",buttonBorder:"rgba(255,255,255,.1)",booleanBg:"#222425",booleanSelectedBg:"#2E3438",inputBg:"#1B1C1D",inputBorder:"rgba(255,255,255,.1)",inputTextColor:K.lightest,inputBorderRadius:4},tO=eO,rO={base:"light",colorPrimary:"#FF4785",colorSecondary:"#029CFD",appBg:Gn.app,appContentBg:K.lightest,appPreviewBg:K.lightest,appBorderColor:K.border,appBorderRadius:4,fontBase:Kr.fonts.base,fontCode:Kr.fonts.mono,textColor:K.darkest,textInverseColor:K.lightest,textMutedColor:K.dark,barTextColor:K.mediumdark,barHoverColor:K.secondary,barSelectedColor:K.secondary,barBg:K.lightest,buttonBg:Gn.app,buttonBorder:K.medium,booleanBg:K.mediumlight,booleanSelectedBg:K.lightest,inputBg:K.lightest,inputBorder:K.border,inputTextColor:K.darkest,inputBorderRadius:4},Ad=rO,nO=(()=>{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:wp}=nO,oO=R(e=>({color:e}),"mkColor"),aO=R(e=>typeof e!="string"?(Yi.warn(`Color passed to theme object should be a string. Instead ${e}(${typeof e}) was passed.`),!1):!0,"isColorString"),iO=R(e=>!/(gradient|var|calc)/.test(e),"isValidColorForPolished"),lO=R((e,t)=>e==="darken"?rl(`${qM(1,t)}`,.95):e==="lighten"?rl(`${YM(1,t)}`,.95):t,"applyPolished"),cS=R(e=>t=>{if(!aO(t)||!iO(t))return t;try{return lO(e,t)}catch{return t}},"colorFactory"),Kl=cS("lighten");cS("darken");var dS=R(()=>!wp||!wp.matchMedia?"light":wp.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light","getPreferredColorScheme"),U1={light:Ad,dark:tO,normal:Ad};dS();var sO={rubber:"cubic-bezier(0.175, 0.885, 0.335, 1.05)"},uO=hn`
|
203
|
+
from {
|
204
|
+
transform: rotate(0deg);
|
205
|
+
}
|
206
|
+
to {
|
207
|
+
transform: rotate(360deg);
|
208
|
+
}
|
209
|
+
`,fS=hn`
|
210
|
+
0%, 100% { opacity: 1; }
|
211
|
+
50% { opacity: .4; }
|
212
|
+
`,cO=hn`
|
213
|
+
0% { transform: translateY(1px); }
|
214
|
+
25% { transform: translateY(0px); }
|
215
|
+
50% { transform: translateY(-3px); }
|
216
|
+
100% { transform: translateY(1px); }
|
217
|
+
`,dO=hn`
|
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
|
+
`,fO=V1`
|
222
|
+
animation: ${fS} 1.5s ease-in-out infinite;
|
223
|
+
color: transparent;
|
224
|
+
cursor: progress;
|
225
|
+
`,pO=V1`
|
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
|
+
`,hO={rotate360:uO,glow:fS,float:cO,jiggle:dO,inlineGlow:fO,hoverable:pO},mO={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"},gO={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"},vO=R(e=>Object.entries(e).reduce((t,[r,n])=>({...t,[r]:oO(n)}),{}),"convertColors"),yO=R(({colors:e,mono:t})=>{let r=vO(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"),wO={green1:"#008000",red1:"#A31515",red2:"#9a050f",red3:"#800000",red4:"#ff0000",gray1:"#393A34",cyan1:"#36acaa",cyan2:"#2B91AF",blue1:"#0000ff",blue2:"#00009f"},bO={green1:"#7C7C7C",red1:"#92C379",red2:"#9a050f",red3:"#A8FF60",red4:"#96CBFE",gray1:"#EDEDED",cyan1:"#C6C5FE",cyan2:"#FFFFB6",blue1:"#B474DD",blue2:"#00009f"},xO=R(e=>({primary:e.colorPrimary,secondary:e.colorSecondary,tertiary:K.tertiary,ancillary:K.ancillary,orange:K.orange,gold:K.gold,green:K.green,seafoam:K.seafoam,purple:K.purple,ultraviolet:K.ultraviolet,lightest:K.lightest,lighter:K.lighter,light:K.light,mediumlight:K.mediumlight,medium:K.medium,mediumdark:K.mediumdark,dark:K.dark,darker:K.darker,darkest:K.darkest,border:K.border,positive:K.positive,negative:K.negative,warning:K.warning,critical:K.critical,defaultText:e.textColor||K.darkest,inverseText:e.textInverseColor||K.lightest,positiveText:K.positiveText,negativeText:K.negativeText,warningText:K.warningText}),"createColors"),Bw=R((e=U1[dS()])=>{let{base:t,colorPrimary:r,colorSecondary:n,appBg:o,appContentBg:a,appPreviewBg:i,appBorderColor:l,appBorderRadius:u,fontBase:d,fontCode:f,textColor:h,textInverseColor:p,barTextColor:m,barHoverColor:g,barSelectedColor:y,barBg:D,buttonBg:b,buttonBorder:w,booleanBg:v,booleanSelectedBg:x,inputBg:E,inputBorder:C,inputTextColor:S,inputBorderRadius:k,brandTitle:F,brandUrl:_,brandImage:T,brandTarget:N,gridCellSize:O,...Y}=e;return{...Y,base:t,color:xO(e),background:{app:o,bar:D,content:a,preview:i,gridCellSize:O||Gn.gridCellSize,hoverable:Gn.hoverable,positive:Gn.positive,negative:Gn.negative,warning:Gn.warning,critical:Gn.critical},typography:{fonts:{base:d,mono:f},weight:Kr.weight,size:Kr.size},animation:hO,easing:sO,input:{background:E,border:C,borderRadius:k,color:S},button:{background:b||E,border:w||C},boolean:{background:v||C,selectedBackground:x||E},layoutMargin:10,appBorderColor:l,appBorderRadius:u,barTextColor:m,barHoverColor:g||n,barSelectedColor:y||n,barBg:D,brand:{title:F,url:_,image:T||(F?null:void 0),target:N},code:yO({colors:t==="light"?wO:bO,mono:f}),addonActionsTheme:{...t==="light"?gO:mO,BASE_FONT_FAMILY:f,BASE_FONT_SIZE:Kr.size.s2-1,BASE_LINE_HEIGHT:"18px",BASE_BACKGROUND_COLOR:"transparent",BASE_COLOR:h,ARROW_COLOR:QM(.2,l),ARROW_MARGIN_RIGHT:4,ARROW_FONT_SIZE:8,TREENODE_FONT_FAMILY:f,TREENODE_FONT_SIZE:Kr.size.s2-1,TREENODE_LINE_HEIGHT:"18px",TREENODE_PADDING_LEFT:12}}},"convert"),DO=R(e=>Object.keys(e).length===0,"isEmpty"),bp=R(e=>e!=null&&typeof e=="object","isObject"),EO=R((e,...t)=>Object.prototype.hasOwnProperty.call(e,...t),"hasOwnProperty"),CO=R(()=>Object.create(null),"makeObjectWithoutPrototype"),pS=R((e,t)=>e===t||!bp(e)||!bp(t)?{}:Object.keys(e).reduce((r,n)=>{if(EO(t,n)){let o=pS(e[n],t[n]);return bp(o)&&DO(o)||(r[n]=o),r}return r[n]=void 0,r},CO()),"deletedDiff"),SO=pS;function hS(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(f){var h,p;return(p=(h=f.match(/[\t ]/g))===null||h===void 0?void 0:h.length)!==null&&p!==void 0?p: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)( *)$/),f=d?d[1]:"",h=l;typeof l=="string"&&l.includes(`
|
239
|
+
`)&&(h=String(l).split(`
|
240
|
+
`).map(function(p,m){return m===0?p:""+f+p}).join(`
|
241
|
+
`)),i+=h+n[u+1]}),i}R(hS,"dedent");var mS=R(e=>{if(!e)return Bw(Ad);let t=SO(Ad,e);return Object.keys(t).length&&Yi.warn(hS`
|
242
|
+
Your theme is missing properties, you should update your theme!
|
243
|
+
|
244
|
+
theme-data missing:
|
245
|
+
`,t),Bw(e)},"ensure"),$w="/* emotion-disable-server-rendering-unsafe-selector-warning-please-do-not-use-this-the-warning-exists-for-a-reason */";function qt(){}function Be(e){return e!=null}function de(e){return Be(e)&&kO(e)&&"id"in e&&"storyId"in e&&typeof e.id=="string"&&typeof e.storyId=="string"}function kO(e){return typeof e=="object"&&e!=null}var AO=Error,FO=EvalError,_O=RangeError,IO=ReferenceError,gS=SyntaxError,Gu=TypeError,RO=URIError,zO=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(r 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 a=Object.getOwnPropertySymbols(t);if(a.length!==1||a[0]!==r||!Object.prototype.propertyIsEnumerable.call(t,r))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var i=Object.getOwnPropertyDescriptor(t,r);if(i.value!==o||i.enumerable!==!0)return!1}return!0},Lw=typeof Symbol<"u"&&Symbol,TO=zO,BO=function(){return typeof Lw!="function"||typeof Symbol!="function"||typeof Lw("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:TO()},xp={__proto__:null,foo:{}},$O=Object,LO=function(){return{__proto__:xp}.foo===xp.foo&&!(xp instanceof $O)},MO="Function.prototype.bind called on incompatible ",OO=Object.prototype.toString,PO=Math.max,NO="[object Function]",Mw=function(t,r){for(var n=[],o=0;o<t.length;o+=1)n[o]=t[o];for(var a=0;a<r.length;a+=1)n[a+t.length]=r[a];return n},HO=function(t,r){for(var n=[],o=r,a=0;o<t.length;o+=1,a+=1)n[a]=t[o];return n},jO=function(e,t){for(var r="",n=0;n<e.length;n+=1)r+=e[n],n+1<e.length&&(r+=t);return r},VO=function(t){var r=this;if(typeof r!="function"||OO.apply(r)!==NO)throw new TypeError(MO+r);for(var n=HO(arguments,1),o,a=function(){if(this instanceof o){var f=r.apply(this,Mw(n,arguments));return Object(f)===f?f:this}return r.apply(t,Mw(n,arguments))},i=PO(0,r.length-n.length),l=[],u=0;u<i;u++)l[u]="$"+u;if(o=Function("binder","return function ("+jO(l,",")+"){ return binder.apply(this,arguments); }")(a),r.prototype){var d=function(){};d.prototype=r.prototype,o.prototype=new d,d.prototype=null}return o},UO=VO,Zv=Function.prototype.bind||UO,WO=Function.prototype.call,qO=Object.prototype.hasOwnProperty,GO=Zv,YO=GO.call(WO,qO),re,KO=AO,QO=FO,XO=_O,ZO=IO,nl=gS,Ai=Gu,JO=RO,vS=Function,Dp=function(e){try{return vS('"use strict"; return ('+e+").constructor;")()}catch{}},da=Object.getOwnPropertyDescriptor;if(da)try{da({},"")}catch{da=null}var Ep=function(){throw new Ai},eP=da?function(){try{return arguments.callee,Ep}catch{try{return da(arguments,"callee").get}catch{return Ep}}}():Ep,Ua=BO(),tP=LO(),Pe=Object.getPrototypeOf||(tP?function(e){return e.__proto__}:null),Ja={},rP=typeof Uint8Array>"u"||!Pe?re:Pe(Uint8Array),fa={__proto__:null,"%AggregateError%":typeof AggregateError>"u"?re:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?re:ArrayBuffer,"%ArrayIteratorPrototype%":Ua&&Pe?Pe([][Symbol.iterator]()):re,"%AsyncFromSyncIteratorPrototype%":re,"%AsyncFunction%":Ja,"%AsyncGenerator%":Ja,"%AsyncGeneratorFunction%":Ja,"%AsyncIteratorPrototype%":Ja,"%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%":KO,"%eval%":eval,"%EvalError%":QO,"%Float32Array%":typeof Float32Array>"u"?re:Float32Array,"%Float64Array%":typeof Float64Array>"u"?re:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?re:FinalizationRegistry,"%Function%":vS,"%GeneratorFunction%":Ja,"%Int8Array%":typeof Int8Array>"u"?re:Int8Array,"%Int16Array%":typeof Int16Array>"u"?re:Int16Array,"%Int32Array%":typeof Int32Array>"u"?re:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":Ua&&Pe?Pe(Pe([][Symbol.iterator]())):re,"%JSON%":typeof JSON=="object"?JSON:re,"%Map%":typeof Map>"u"?re:Map,"%MapIteratorPrototype%":typeof Map>"u"||!Ua||!Pe?re:Pe(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?re:Promise,"%Proxy%":typeof Proxy>"u"?re:Proxy,"%RangeError%":XO,"%ReferenceError%":ZO,"%Reflect%":typeof Reflect>"u"?re:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?re:Set,"%SetIteratorPrototype%":typeof Set>"u"||!Ua||!Pe?re:Pe(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?re:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":Ua&&Pe?Pe(""[Symbol.iterator]()):re,"%Symbol%":Ua?Symbol:re,"%SyntaxError%":nl,"%ThrowTypeError%":eP,"%TypedArray%":rP,"%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%":JO,"%WeakMap%":typeof WeakMap>"u"?re:WeakMap,"%WeakRef%":typeof WeakRef>"u"?re:WeakRef,"%WeakSet%":typeof WeakSet>"u"?re:WeakSet};if(Pe)try{null.error}catch(e){var nP=Pe(Pe(e));fa["%Error.prototype%"]=nP}var oP=function e(t){var r;if(t==="%AsyncFunction%")r=Dp("async function () {}");else if(t==="%GeneratorFunction%")r=Dp("function* () {}");else if(t==="%AsyncGeneratorFunction%")r=Dp("async function* () {}");else if(t==="%AsyncGenerator%"){var n=e("%AsyncGeneratorFunction%");n&&(r=n.prototype)}else if(t==="%AsyncIteratorPrototype%"){var o=e("%AsyncGenerator%");o&&Pe&&(r=Pe(o.prototype))}return fa[t]=r,r},Ow={__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"]},Yu=Zv,Fd=YO,aP=Yu.call(Function.call,Array.prototype.concat),iP=Yu.call(Function.apply,Array.prototype.splice),Pw=Yu.call(Function.call,String.prototype.replace),_d=Yu.call(Function.call,String.prototype.slice),lP=Yu.call(Function.call,RegExp.prototype.exec),sP=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,uP=/\\(\\)?/g,cP=function(t){var r=_d(t,0,1),n=_d(t,-1);if(r==="%"&&n!=="%")throw new nl("invalid intrinsic syntax, expected closing `%`");if(n==="%"&&r!=="%")throw new nl("invalid intrinsic syntax, expected opening `%`");var o=[];return Pw(t,sP,function(a,i,l,u){o[o.length]=l?Pw(u,uP,"$1"):i||a}),o},dP=function(t,r){var n=t,o;if(Fd(Ow,n)&&(o=Ow[n],n="%"+o[0]+"%"),Fd(fa,n)){var a=fa[n];if(a===Ja&&(a=oP(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 nl("intrinsic "+t+" does not exist!")},kl=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(lP(/^%?[^%]*%?$/,t)===null)throw new nl("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var n=cP(t),o=n.length>0?n[0]:"",a=dP("%"+o+"%",r),i=a.name,l=a.value,u=!1,d=a.alias;d&&(o=d[0],iP(n,aP([0,1],d)));for(var f=1,h=!0;f<n.length;f+=1){var p=n[f],m=_d(p,0,1),g=_d(p,-1);if((m==='"'||m==="'"||m==="`"||g==='"'||g==="'"||g==="`")&&m!==g)throw new nl("property names with quotes must have matching quotes");if((p==="constructor"||!h)&&(u=!0),o+="."+p,i="%"+o+"%",Fd(fa,i))l=fa[i];else if(l!=null){if(!(p in l)){if(!r)throw new Ai("base intrinsic for "+t+" exists, but the property is not available.");return}if(da&&f+1>=n.length){var y=da(l,p);h=!!y,h&&"get"in y&&!("originalValue"in y.get)?l=y.get:l=l[p]}else h=Fd(l,p),l=l[p];h&&!u&&(fa[i]=l)}}return l},yS={exports:{}},Cp,Nw;function Jv(){if(Nw)return Cp;Nw=1;var e=kl,t=e("%Object.defineProperty%",!0)||!1;if(t)try{t({},"a",{value:1})}catch{t=!1}return Cp=t,Cp}var fP=kl,k0=fP("%Object.getOwnPropertyDescriptor%",!0);if(k0)try{k0([],"length")}catch{k0=null}var wS=k0,Hw=Jv(),pP=gS,Wa=Gu,jw=wS,hP=function(t,r,n){if(!t||typeof t!="object"&&typeof t!="function")throw new Wa("`obj` must be an object or a function`");if(typeof r!="string"&&typeof r!="symbol")throw new Wa("`property` must be a string or a symbol`");if(arguments.length>3&&typeof arguments[3]!="boolean"&&arguments[3]!==null)throw new Wa("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&typeof arguments[4]!="boolean"&&arguments[4]!==null)throw new Wa("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&typeof arguments[5]!="boolean"&&arguments[5]!==null)throw new Wa("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&typeof arguments[6]!="boolean")throw new Wa("`loose`, if provided, must be a boolean");var o=arguments.length>3?arguments[3]:null,a=arguments.length>4?arguments[4]:null,i=arguments.length>5?arguments[5]:null,l=arguments.length>6?arguments[6]:!1,u=!!jw&&jw(t,r);if(Hw)Hw(t,r,{configurable:i===null&&u?u.configurable:!i,enumerable:o===null&&u?u.enumerable:!o,value:n,writable:a===null&&u?u.writable:!a});else if(l||!o&&!a&&!i)t[r]=n;else throw new pP("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.")},Xg=Jv(),bS=function(){return!!Xg};bS.hasArrayLengthDefineBug=function(){if(!Xg)return null;try{return Xg([],"length",{value:1}).length!==1}catch{return!0}};var mP=bS,gP=kl,Vw=hP,vP=mP(),Uw=wS,Ww=Gu,yP=gP("%Math.floor%"),wP=function(t,r){if(typeof t!="function")throw new Ww("`fn` is not a function");if(typeof r!="number"||r<0||r>4294967295||yP(r)!==r)throw new Ww("`length` must be a positive 32-bit integer");var n=arguments.length>2&&!!arguments[2],o=!0,a=!0;if("length"in t&&Uw){var i=Uw(t,"length");i&&!i.configurable&&(o=!1),i&&!i.writable&&(a=!1)}return(o||a||!n)&&(vP?Vw(t,"length",r,!0,!0):Vw(t,"length",r)),t};(function(e){var t=Zv,r=kl,n=wP,o=Gu,a=r("%Function.prototype.apply%"),i=r("%Function.prototype.call%"),l=r("%Reflect.apply%",!0)||t.call(i,a),u=Jv(),d=r("%Math.max%");e.exports=function(p){if(typeof p!="function")throw new o("a function is required");var m=l(t,i,arguments);return n(m,1+d(0,p.length-(arguments.length-1)),!0)};var f=function(){return l(t,a,arguments)};u?u(e.exports,"apply",{value:f}):e.exports.apply=f})(yS);var bP=yS.exports,xS=kl,DS=bP,xP=DS(xS("String.prototype.indexOf")),DP=function(t,r){var n=xS(t,!!r);return typeof n=="function"&&xP(t,".prototype.")>-1?DS(n):n};const EP={},CP=Object.freeze(Object.defineProperty({__proto__:null,default:EP},Symbol.toStringTag,{value:"Module"})),SP=GT(CP);var e4=typeof Map=="function"&&Map.prototype,Sp=Object.getOwnPropertyDescriptor&&e4?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,Id=e4&&Sp&&typeof Sp.get=="function"?Sp.get:null,qw=e4&&Map.prototype.forEach,t4=typeof Set=="function"&&Set.prototype,kp=Object.getOwnPropertyDescriptor&&t4?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,Rd=t4&&kp&&typeof kp.get=="function"?kp.get:null,Gw=t4&&Set.prototype.forEach,kP=typeof WeakMap=="function"&&WeakMap.prototype,Vs=kP?WeakMap.prototype.has:null,AP=typeof WeakSet=="function"&&WeakSet.prototype,Us=AP?WeakSet.prototype.has:null,FP=typeof WeakRef=="function"&&WeakRef.prototype,Yw=FP?WeakRef.prototype.deref:null,_P=Boolean.prototype.valueOf,IP=Object.prototype.toString,RP=Function.prototype.toString,zP=String.prototype.match,r4=String.prototype.slice,no=String.prototype.replace,TP=String.prototype.toUpperCase,Kw=String.prototype.toLowerCase,ES=RegExp.prototype.test,Qw=Array.prototype.concat,Wr=Array.prototype.join,BP=Array.prototype.slice,Xw=Math.floor,Zg=typeof BigInt=="function"?BigInt.prototype.valueOf:null,Ap=Object.getOwnPropertySymbols,Jg=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,CS=Object.prototype.propertyIsEnumerable,Zw=(typeof Reflect=="function"?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(e){return e.__proto__}:null);function Jw(e,t){if(e===1/0||e===-1/0||e!==e||e&&e>-1e3&&e<1e3||ES.call(/e/,t))return t;var r=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if(typeof e=="number"){var n=e<0?-Xw(-e):Xw(e);if(n!==e){var o=String(n),a=r4.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 e2=SP,e7=e2.custom,t7=kS(e7)?e7:null,$P=function e(t,r,n,o){var a=r||{};if(Yn(a,"quoteStyle")&&a.quoteStyle!=="single"&&a.quoteStyle!=="double")throw new TypeError('option "quoteStyle" must be "single" or "double"');if(Yn(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=Yn(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(Yn(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(Yn(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 FS(t,a);if(typeof t=="number"){if(t===0)return 1/0/t>0?"0":"-0";var u=String(t);return l?Jw(t,u):u}if(typeof t=="bigint"){var d=String(t)+"n";return l?Jw(t,d):d}var f=typeof a.depth>"u"?5:a.depth;if(typeof n>"u"&&(n=0),n>=f&&f>0&&typeof t=="object")return t2(t)?"[Array]":"[Object]";var h=JP(a,n);if(typeof o>"u")o=[];else if(AS(o,t)>=0)return"[Circular]";function p(O,Y,H){if(Y&&(o=BP.call(o),o.push(Y)),H){var U={depth:a.depth};return Yn(a,"quoteStyle")&&(U.quoteStyle=a.quoteStyle),e(O,U,n+1,o)}return e(O,a,n+1,o)}if(typeof t=="function"&&!r7(t)){var m=UP(t),g=Bc(t,p);return"[Function"+(m?": "+m:" (anonymous)")+"]"+(g.length>0?" { "+Wr.call(g,", ")+" }":"")}if(kS(t)){var y=ol?no.call(String(t),/^(Symbol\(.*\))_[^)]*$/,"$1"):Jg.call(t);return typeof t=="object"&&!ol?Ql(y):y}if(QP(t)){for(var D="<"+Kw.call(String(t.nodeName)),b=t.attributes||[],w=0;w<b.length;w++)D+=" "+b[w].name+"="+SS(LP(b[w].value),"double",a);return D+=">",t.childNodes&&t.childNodes.length&&(D+="..."),D+="</"+Kw.call(String(t.nodeName))+">",D}if(t2(t)){if(t.length===0)return"[]";var v=Bc(t,p);return h&&!ZP(v)?"["+r2(v,h)+"]":"[ "+Wr.call(v,", ")+" ]"}if(OP(t)){var x=Bc(t,p);return!("cause"in Error.prototype)&&"cause"in t&&!CS.call(t,"cause")?"{ ["+String(t)+"] "+Wr.call(Qw.call("[cause]: "+p(t.cause),x),", ")+" }":x.length===0?"["+String(t)+"]":"{ ["+String(t)+"] "+Wr.call(x,", ")+" }"}if(typeof t=="object"&&i){if(t7&&typeof t[t7]=="function"&&e2)return e2(t,{depth:f-n});if(i!=="symbol"&&typeof t.inspect=="function")return t.inspect()}if(WP(t)){var E=[];return qw&&qw.call(t,function(O,Y){E.push(p(Y,t,!0)+" => "+p(O,t))}),n7("Map",Id.call(t),E,h)}if(YP(t)){var C=[];return Gw&&Gw.call(t,function(O){C.push(p(O,t))}),n7("Set",Rd.call(t),C,h)}if(qP(t))return Fp("WeakMap");if(KP(t))return Fp("WeakSet");if(GP(t))return Fp("WeakRef");if(NP(t))return Ql(p(Number(t)));if(jP(t))return Ql(p(Zg.call(t)));if(HP(t))return Ql(_P.call(t));if(PP(t))return Ql(p(String(t)));if(typeof window<"u"&&t===window)return"{ [object Window] }";if(typeof globalThis<"u"&&t===globalThis||typeof Jy<"u"&&t===Jy)return"{ [object globalThis] }";if(!MP(t)&&!r7(t)){var S=Bc(t,p),k=Zw?Zw(t)===Object.prototype:t instanceof Object||t.constructor===Object,F=t instanceof Object?"":"null prototype",_=!k&&ot&&Object(t)===t&&ot in t?r4.call(Io(t),8,-1):F?"Object":"",T=k||typeof t.constructor!="function"?"":t.constructor.name?t.constructor.name+" ":"",N=T+(_||F?"["+Wr.call(Qw.call([],_||[],F||[]),": ")+"] ":"");return S.length===0?N+"{}":h?N+"{"+r2(S,h)+"}":N+"{ "+Wr.call(S,", ")+" }"}return String(t)};function SS(e,t,r){var n=(r.quoteStyle||t)==="double"?'"':"'";return n+e+n}function LP(e){return no.call(String(e),/"/g,""")}function t2(e){return Io(e)==="[object Array]"&&(!ot||!(typeof e=="object"&&ot in e))}function MP(e){return Io(e)==="[object Date]"&&(!ot||!(typeof e=="object"&&ot in e))}function r7(e){return Io(e)==="[object RegExp]"&&(!ot||!(typeof e=="object"&&ot in e))}function OP(e){return Io(e)==="[object Error]"&&(!ot||!(typeof e=="object"&&ot in e))}function PP(e){return Io(e)==="[object String]"&&(!ot||!(typeof e=="object"&&ot in e))}function NP(e){return Io(e)==="[object Number]"&&(!ot||!(typeof e=="object"&&ot in e))}function HP(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"||!Jg)return!1;try{return Jg.call(e),!0}catch{}return!1}function jP(e){if(!e||typeof e!="object"||!Zg)return!1;try{return Zg.call(e),!0}catch{}return!1}var VP=Object.prototype.hasOwnProperty||function(e){return e in this};function Yn(e,t){return VP.call(e,t)}function Io(e){return IP.call(e)}function UP(e){if(e.name)return e.name;var t=zP.call(RP.call(e),/^function\s*([\w$]+)/);return t?t[1]:null}function AS(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 WP(e){if(!Id||!e||typeof e!="object")return!1;try{Id.call(e);try{Rd.call(e)}catch{return!0}return e instanceof Map}catch{}return!1}function qP(e){if(!Vs||!e||typeof e!="object")return!1;try{Vs.call(e,Vs);try{Us.call(e,Us)}catch{return!0}return e instanceof WeakMap}catch{}return!1}function GP(e){if(!Yw||!e||typeof e!="object")return!1;try{return Yw.call(e),!0}catch{}return!1}function YP(e){if(!Rd||!e||typeof e!="object")return!1;try{Rd.call(e);try{Id.call(e)}catch{return!0}return e instanceof Set}catch{}return!1}function KP(e){if(!Us||!e||typeof e!="object")return!1;try{Us.call(e,Us);try{Vs.call(e,Vs)}catch{return!0}return e instanceof WeakSet}catch{}return!1}function QP(e){return!e||typeof e!="object"?!1:typeof HTMLElement<"u"&&e instanceof HTMLElement?!0:typeof e.nodeName=="string"&&typeof e.getAttribute=="function"}function FS(e,t){if(e.length>t.maxStringLength){var r=e.length-t.maxStringLength,n="... "+r+" more character"+(r>1?"s":"");return FS(r4.call(e,0,t.maxStringLength),t)+n}var o=no.call(no.call(e,/(['\\])/g,"\\$1"),/[\x00-\x1f]/g,XP);return SS(o,"single",t)}function XP(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 Fp(e){return e+" { ? }"}function n7(e,t,r,n){var o=n?r2(r,n):Wr.call(r,", ");return e+" ("+t+") {"+o+"}"}function ZP(e){for(var t=0;t<e.length;t++)if(AS(e[t],`
|
246
|
+
`)>=0)return!1;return!0}function JP(e,t){var r;if(e.indent===" ")r=" ";else if(typeof e.indent=="number"&&e.indent>0)r=Wr.call(Array(e.indent+1)," ");else return null;return{base:r,prev:Wr.call(Array(t+1),r)}}function r2(e,t){if(e.length===0)return"";var r=`
|
247
|
+
`+t.prev+t.base;return r+Wr.call(e,","+r)+`
|
248
|
+
`+t.prev}function Bc(e,t){var r=t2(e),n=[];if(r){n.length=e.length;for(var o=0;o<e.length;o++)n[o]=Yn(e,o)?t(e[o],e):""}var a=typeof Ap=="function"?Ap(e):[],i;if(ol){i={};for(var l=0;l<a.length;l++)i["$"+a[l]]=a[l]}for(var u in e)Yn(e,u)&&(r&&String(Number(u))===u&&u<e.length||ol&&i["$"+u]instanceof Symbol||(ES.call(/[^\w$]/,u)?n.push(t(u,e)+": "+t(e[u],e)):n.push(u+": "+t(e[u],e))));if(typeof Ap=="function")for(var d=0;d<a.length;d++)CS.call(e,a[d])&&n.push("["+t(a[d])+"]: "+t(e[a[d]],e));return n}var _S=kl,Al=DP,eN=$P,tN=Gu,$c=_S("%WeakMap%",!0),Lc=_S("%Map%",!0),rN=Al("WeakMap.prototype.get",!0),nN=Al("WeakMap.prototype.set",!0),oN=Al("WeakMap.prototype.has",!0),aN=Al("Map.prototype.get",!0),iN=Al("Map.prototype.set",!0),lN=Al("Map.prototype.has",!0),n4=function(e,t){for(var r=e,n;(n=r.next)!==null;r=n)if(n.key===t)return r.next=n.next,n.next=e.next,e.next=n,n},sN=function(e,t){var r=n4(e,t);return r&&r.value},uN=function(e,t,r){var n=n4(e,t);n?n.value=r:e.next={key:t,next:e.next,value:r}},cN=function(e,t){return!!n4(e,t)},dN=function(){var t,r,n,o={assert:function(a){if(!o.has(a))throw new tN("Side channel does not contain "+eN(a))},get:function(a){if($c&&a&&(typeof a=="object"||typeof a=="function")){if(t)return rN(t,a)}else if(Lc){if(r)return aN(r,a)}else if(n)return sN(n,a)},has:function(a){if($c&&a&&(typeof a=="object"||typeof a=="function")){if(t)return oN(t,a)}else if(Lc){if(r)return lN(r,a)}else if(n)return cN(n,a);return!1},set:function(a,i){$c&&a&&(typeof a=="object"||typeof a=="function")?(t||(t=new $c),nN(t,a,i)):Lc?(r||(r=new Lc),iN(r,a,i)):(n||(n={key:{},next:null}),uN(n,a,i))}};return o},fN=String.prototype.replace,pN=/%20/g,_p={RFC1738:"RFC1738",RFC3986:"RFC3986"},o4={default:_p.RFC3986,formatters:{RFC1738:function(e){return fN.call(e,pN,"+")},RFC3986:function(e){return String(e)}},RFC1738:_p.RFC1738,RFC3986:_p.RFC3986},hN=o4,Ip=Object.prototype.hasOwnProperty,Zo=Array.isArray,Nr=function(){for(var e=[],t=0;t<256;++t)e.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return e}(),mN=function(t){for(;t.length>1;){var r=t.pop(),n=r.obj[r.prop];if(Zo(n)){for(var o=[],a=0;a<n.length;++a)typeof n[a]<"u"&&o.push(n[a]);r.obj[r.prop]=o}}},IS=function(t,r){for(var n=r&&r.plainObjects?Object.create(null):{},o=0;o<t.length;++o)typeof t[o]<"u"&&(n[o]=t[o]);return n},gN=function e(t,r,n){if(!r)return t;if(typeof r!="object"){if(Zo(t))t.push(r);else if(t&&typeof t=="object")(n&&(n.plainObjects||n.allowPrototypes)||!Ip.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 Zo(t)&&!Zo(r)&&(o=IS(t,n)),Zo(t)&&Zo(r)?(r.forEach(function(a,i){if(Ip.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 Ip.call(a,i)?a[i]=e(a[i],l,n):a[i]=l,a},o)},vN=function(t,r){return Object.keys(r).reduce(function(n,o){return n[o]=r[o],n},t)},yN=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}},Rp=1024,wN=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+=Rp){for(var d=i.length>=Rp?i.slice(u,u+Rp):i,f=[],h=0;h<d.length;++h){var p=d.charCodeAt(h);if(p===45||p===46||p===95||p===126||p>=48&&p<=57||p>=65&&p<=90||p>=97&&p<=122||a===hN.RFC1738&&(p===40||p===41)){f[f.length]=d.charAt(h);continue}if(p<128){f[f.length]=Nr[p];continue}if(p<2048){f[f.length]=Nr[192|p>>6]+Nr[128|p&63];continue}if(p<55296||p>=57344){f[f.length]=Nr[224|p>>12]+Nr[128|p>>6&63]+Nr[128|p&63];continue}h+=1,p=65536+((p&1023)<<10|d.charCodeAt(h)&1023),f[f.length]=Nr[240|p>>18]+Nr[128|p>>12&63]+Nr[128|p>>6&63]+Nr[128|p&63]}l+=f.join("")}return l},bN=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],f=i[d];typeof f=="object"&&f!==null&&n.indexOf(f)===-1&&(r.push({obj:i,prop:d}),n.push(f))}return mN(r),t},xN=function(t){return Object.prototype.toString.call(t)==="[object RegExp]"},DN=function(t){return!t||typeof t!="object"?!1:!!(t.constructor&&t.constructor.isBuffer&&t.constructor.isBuffer(t))},EN=function(t,r){return[].concat(t,r)},CN=function(t,r){if(Zo(t)){for(var n=[],o=0;o<t.length;o+=1)n.push(r(t[o]));return n}return r(t)},RS={arrayToObject:IS,assign:vN,combine:EN,compact:bN,decode:yN,encode:wN,isBuffer:DN,isRegExp:xN,maybeMap:CN,merge:gN},zS=dN,A0=RS,Ws=o4,SN=Object.prototype.hasOwnProperty,TS={brackets:function(t){return t+"[]"},comma:"comma",indices:function(t,r){return t+"["+r+"]"},repeat:function(t){return t}},Vr=Array.isArray,kN=Array.prototype.push,BS=function(e,t){kN.apply(e,Vr(t)?t:[t])},AN=Date.prototype.toISOString,o7=Ws.default,Re={addQueryPrefix:!1,allowDots:!1,allowEmptyArrays:!1,arrayFormat:"indices",charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encodeDotInKeys:!1,encoder:A0.encode,encodeValuesOnly:!1,format:o7,formatter:Ws.formatters[o7],indices:!1,serializeDate:function(t){return AN.call(t)},skipNulls:!1,strictNullHandling:!1},FN=function(t){return typeof t=="string"||typeof t=="number"||typeof t=="boolean"||typeof t=="symbol"||typeof t=="bigint"},zp={},_N=function e(t,r,n,o,a,i,l,u,d,f,h,p,m,g,y,D,b,w){for(var v=t,x=w,E=0,C=!1;(x=x.get(zp))!==void 0&&!C;){var S=x.get(t);if(E+=1,typeof S<"u"){if(S===E)throw new RangeError("Cyclic object value");C=!0}typeof x.get(zp)>"u"&&(E=0)}if(typeof f=="function"?v=f(r,v):v instanceof Date?v=m(v):n==="comma"&&Vr(v)&&(v=A0.maybeMap(v,function(P){return P instanceof Date?m(P):P})),v===null){if(i)return d&&!D?d(r,Re.encoder,b,"key",g):r;v=""}if(FN(v)||A0.isBuffer(v)){if(d){var k=D?r:d(r,Re.encoder,b,"key",g);return[y(k)+"="+y(d(v,Re.encoder,b,"value",g))]}return[y(r)+"="+y(String(v))]}var F=[];if(typeof v>"u")return F;var _;if(n==="comma"&&Vr(v))D&&d&&(v=A0.maybeMap(v,d)),_=[{value:v.length>0?v.join(",")||null:void 0}];else if(Vr(f))_=f;else{var T=Object.keys(v);_=h?T.sort(h):T}var N=u?r.replace(/\./g,"%2E"):r,O=o&&Vr(v)&&v.length===1?N+"[]":N;if(a&&Vr(v)&&v.length===0)return O+"[]";for(var Y=0;Y<_.length;++Y){var H=_[Y],U=typeof H=="object"&&typeof H.value<"u"?H.value:v[H];if(!(l&&U===null)){var j=p&&u?H.replace(/\./g,"%2E"):H,B=Vr(v)?typeof n=="function"?n(O,j):O:O+(p?"."+j:"["+j+"]");w.set(t,E);var L=zS();L.set(zp,w),BS(F,e(U,B,n,o,a,i,l,u,n==="comma"&&D&&Vr(v)?null:d,f,h,p,m,g,y,D,b,L))}}return F},IN=function(t){if(!t)return Re;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||Re.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=Ws.default;if(typeof t.format<"u"){if(!SN.call(Ws.formatters,t.format))throw new TypeError("Unknown format option provided.");n=t.format}var o=Ws.formatters[n],a=Re.filter;(typeof t.filter=="function"||Vr(t.filter))&&(a=t.filter);var i;if(t.arrayFormat in TS?i=t.arrayFormat:"indices"in t?i=t.indices?"indices":"repeat":i=Re.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:Re.allowDots:!!t.allowDots;return{addQueryPrefix:typeof t.addQueryPrefix=="boolean"?t.addQueryPrefix:Re.addQueryPrefix,allowDots:l,allowEmptyArrays:typeof t.allowEmptyArrays=="boolean"?!!t.allowEmptyArrays:Re.allowEmptyArrays,arrayFormat:i,charset:r,charsetSentinel:typeof t.charsetSentinel=="boolean"?t.charsetSentinel:Re.charsetSentinel,commaRoundTrip:t.commaRoundTrip,delimiter:typeof t.delimiter>"u"?Re.delimiter:t.delimiter,encode:typeof t.encode=="boolean"?t.encode:Re.encode,encodeDotInKeys:typeof t.encodeDotInKeys=="boolean"?t.encodeDotInKeys:Re.encodeDotInKeys,encoder:typeof t.encoder=="function"?t.encoder:Re.encoder,encodeValuesOnly:typeof t.encodeValuesOnly=="boolean"?t.encodeValuesOnly:Re.encodeValuesOnly,filter:a,format:n,formatter:o,serializeDate:typeof t.serializeDate=="function"?t.serializeDate:Re.serializeDate,skipNulls:typeof t.skipNulls=="boolean"?t.skipNulls:Re.skipNulls,sort:typeof t.sort=="function"?t.sort:null,strictNullHandling:typeof t.strictNullHandling=="boolean"?t.strictNullHandling:Re.strictNullHandling}},RN=function(e,t){var r=e,n=IN(t),o,a;typeof n.filter=="function"?(a=n.filter,r=a("",r)):Vr(n.filter)&&(a=n.filter,o=a);var i=[];if(typeof r!="object"||r===null)return"";var l=TS[n.arrayFormat],u=l==="comma"&&n.commaRoundTrip;o||(o=Object.keys(r)),n.sort&&o.sort(n.sort);for(var d=zS(),f=0;f<o.length;++f){var h=o[f];n.skipNulls&&r[h]===null||BS(i,_N(r[h],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 p=i.join(n.delimiter),m=n.addQueryPrefix===!0?"?":"";return n.charsetSentinel&&(n.charset==="iso-8859-1"?m+="utf8=%26%2310003%3B&":m+="utf8=%E2%9C%93&"),p.length>0?m+p:""},al=RS,n2=Object.prototype.hasOwnProperty,zN=Array.isArray,De={allowDots:!1,allowEmptyArrays:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decodeDotInKeys:!1,decoder:al.decode,delimiter:"&",depth:5,duplicates:"combine",ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictDepth:!1,strictNullHandling:!1},TN=function(e){return e.replace(/&#(\d+);/g,function(t,r){return String.fromCharCode(parseInt(r,10))})},$S=function(e,t){return e&&typeof e=="string"&&t.comma&&e.indexOf(",")>-1?e.split(","):e},BN="utf8=%26%2310003%3B",$N="utf8=%E2%9C%93",LN=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,a),l=-1,u,d=r.charset;if(r.charsetSentinel)for(u=0;u<i.length;++u)i[u].indexOf("utf8=")===0&&(i[u]===$N?d="utf-8":i[u]===BN&&(d="iso-8859-1"),l=u,u=i.length);for(u=0;u<i.length;++u)if(u!==l){var f=i[u],h=f.indexOf("]="),p=h===-1?f.indexOf("="):h+1,m,g;p===-1?(m=r.decoder(f,De.decoder,d,"key"),g=r.strictNullHandling?null:""):(m=r.decoder(f.slice(0,p),De.decoder,d,"key"),g=al.maybeMap($S(f.slice(p+1),r),function(D){return r.decoder(D,De.decoder,d,"value")})),g&&r.interpretNumericEntities&&d==="iso-8859-1"&&(g=TN(g)),f.indexOf("[]=")>-1&&(g=zN(g)?[g]:g);var y=n2.call(n,m);y&&r.duplicates==="combine"?n[m]=al.combine(n[m],g):(!y||r.duplicates==="last")&&(n[m]=g)}return n},MN=function(e,t,r,n){for(var o=n?t:$S(t,r),a=e.length-1;a>=0;--a){var i,l=e[a];if(l==="[]"&&r.parseArrays)i=r.allowEmptyArrays&&(o===""||r.strictNullHandling&&o===null)?[]:[].concat(o);else{i=r.plainObjects?Object.create(null):{};var u=l.charAt(0)==="["&&l.charAt(l.length-1)==="]"?l.slice(1,-1):l,d=r.decodeDotInKeys?u.replace(/%2E/g,"."):u,f=parseInt(d,10);!r.parseArrays&&d===""?i={0:o}:!isNaN(f)&&l!==d&&String(f)===d&&f>=0&&r.parseArrays&&f<=r.arrayLimit?(i=[],i[f]=o):d!=="__proto__"&&(i[d]=o)}o=i}return o},ON=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,f=[];if(d){if(!n.plainObjects&&n2.call(Object.prototype,d)&&!n.allowPrototypes)return;f.push(d)}for(var h=0;n.depth>0&&(u=l.exec(a))!==null&&h<n.depth;){if(h+=1,!n.plainObjects&&n2.call(Object.prototype,u[1].slice(1,-1))&&!n.allowPrototypes)return;f.push(u[1])}if(u){if(n.strictDepth===!0)throw new RangeError("Input depth exceeded depth option of "+n.depth+" and strictDepth is true");f.push("["+a.slice(u.index)+"]")}return MN(f,r,n,o)}},PN=function(t){if(!t)return De;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");var r=typeof t.charset>"u"?De.charset:t.charset,n=typeof t.duplicates>"u"?De.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:De.allowDots:!!t.allowDots;return{allowDots:o,allowEmptyArrays:typeof t.allowEmptyArrays=="boolean"?!!t.allowEmptyArrays:De.allowEmptyArrays,allowPrototypes:typeof t.allowPrototypes=="boolean"?t.allowPrototypes:De.allowPrototypes,allowSparse:typeof t.allowSparse=="boolean"?t.allowSparse:De.allowSparse,arrayLimit:typeof t.arrayLimit=="number"?t.arrayLimit:De.arrayLimit,charset:r,charsetSentinel:typeof t.charsetSentinel=="boolean"?t.charsetSentinel:De.charsetSentinel,comma:typeof t.comma=="boolean"?t.comma:De.comma,decodeDotInKeys:typeof t.decodeDotInKeys=="boolean"?t.decodeDotInKeys:De.decodeDotInKeys,decoder:typeof t.decoder=="function"?t.decoder:De.decoder,delimiter:typeof t.delimiter=="string"||al.isRegExp(t.delimiter)?t.delimiter:De.delimiter,depth:typeof t.depth=="number"||t.depth===!1?+t.depth:De.depth,duplicates:n,ignoreQueryPrefix:t.ignoreQueryPrefix===!0,interpretNumericEntities:typeof t.interpretNumericEntities=="boolean"?t.interpretNumericEntities:De.interpretNumericEntities,parameterLimit:typeof t.parameterLimit=="number"?t.parameterLimit:De.parameterLimit,parseArrays:t.parseArrays!==!1,plainObjects:typeof t.plainObjects=="boolean"?t.plainObjects:De.plainObjects,strictDepth:typeof t.strictDepth=="boolean"?!!t.strictDepth:De.strictDepth,strictNullHandling:typeof t.strictNullHandling=="boolean"?t.strictNullHandling:De.strictNullHandling}},NN=function(e,t){var r=PN(t);if(e===""||e===null||typeof e>"u")return r.plainObjects?Object.create(null):{};for(var n=typeof e=="string"?LN(e,r):e,o=r.plainObjects?Object.create(null):{},a=Object.keys(n),i=0;i<a.length;++i){var l=a[i],u=ON(l,n[l],r,typeof e=="string");o=al.merge(o,u,r)}return r.allowSparse===!0?o:al.compact(o)},HN=RN,jN=NN,VN=o4,LS={formats:VN,parse:jN,stringify:HN};const UN=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 o2(e=[]){return{path:e,skip:!0,opened:!1,checked:!0,indeterminate:!1,children:{}}}function zd(e,t){var r;return t&&((r=UN.get(e))!=null&&r.test(t))?t:e}function Gt(e){const{browser:t,testName:r,storyPath:n}=e;return[...n,r,t].filter(Be)}function ra(e,t){return t.reduce((r,n)=>de(r)?r:r==null?void 0:r.children[n],e)}function WN(e,t){const r=ra(e,t)??e;return de(r)?r:null}function MS(e,t){e.checked=t,de(e)||(e.indeterminate=!1,Object.values(e.children).filter(Be).forEach(r=>{MS(r,t)}))}function a2(e){const t=Object.values(e.children).filter(Be).filter(i=>!i.skip),r=t.every(i=>i.checked),n=t.some(i=>i.checked),o=t.some(i=>de(i)?!1:i.indeterminate)||!r&&n,a=o||e.checked==r?e.checked:r;e.checked=a,e.indeterminate=o}function qN(e,t,r){const n=ra(e,t);n&&MS(n,r),t.slice(0,-1).map((o,a,i)=>i.slice(0,i.length-a)).forEach(o=>{const a=ra(e,o);de(a)||a&&a2(a)}),a2(e)}function GN(e){const t=o2();return t.opened=!0,Object.values(e).forEach(r=>{if(!r)return;const[n,...o]=Gt(r).reverse(),a=o.reverse().reduce((i,l)=>{const u=i.children[l]??o2([...i.path,l]);if(u.status=zd(u.status,r.status),r.skip||(u.skip=!1),u.skip||(i.skip=!1),i.children[l]=u,i.status=zd(i.status,u.status),de(u))throw new Error(`Suite and Test should not have same path '${JSON.stringify(Gt(u))}'`);return u},t);a.children[n]={...r,checked:!0}}),t}function a4(e){return Object.values(e.children).filter(Be).flatMap(t=>de(t)?t.checked?t:[]:!t.checked&&!t.indeterminate?[]:a4(t))}function OS(e){return Object.values(e.children).filter(Be).flatMap(t=>de(t)?t.status==="failed"?t:[]:OS(t))}function PS(e,t,r){const n=t.shift();if(!n)return;const o=e.children[n]??(e.children[n]={...t.length==0?r:o2([...e.path,n]),checked:e.checked});if(de(o)){const a=o,{skip:i,status:l,results:u,approved:d}=r;Be(i)&&(a.skip=i),Be(l)&&(a.status=l),Be(u)&&(a.results?a.results.push(...u):a.results=u),d===null?a.approved=null:d!==void 0&&Object.entries(d).forEach(([f,h])=>h!==void 0&&((a.approved=a.approved??{})[f]=h))}else PS(o,t,r);e.skip=Object.values(e.children).filter(Be).map(({skip:a})=>a).every(Boolean),e.status=Object.values(e.children).filter(Be).map(({status:a})=>a).reduce(zd)}function NS(e,t){const r=t.shift();if(!r)return;const n=e.children[r];n&&!de(n)&&NS(n,t),(de(n)||Object.keys((n==null?void 0:n.children)??{}).length==0)&&delete e.children[r],Object.keys(e.children).length!=0&&(a2(e),e.skip=Object.values(e.children).filter(Be).map(({skip:o})=>o).every(Boolean),e.status=Object.values(e.children).filter(Be).map(({status:o})=>o).reduce(zd))}function i4(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(de(i))r&&i.status&&["pending","running",r].includes(i.status)&&(o.children[a]=i);else{const l=i4(i,t);if(Object.keys(l.children).length==0)return;o.children[a]=l}}),o}function Mc(e,t,r){const n=t.reduce((o,a)=>{if(o&&!de(o))return r&&(o.opened=r),o.children[a]},e);n&&!de(n)&&(n.opened=r)}function l4(e){return e.opened?Object.entries(e.children).flatMap(([t,r])=>r?[{title:t,suite:r},...de(r)?[]:l4(r)]:[]):[]}function YN(e){let t=0,r=0,n=0,o=0;const a=Object.values(e.children).filter(Be);let i;for(;i=a.pop();)de(i)?(i.status==="approved"&&n++,i.status==="success"&&t++,i.status==="failed"&&r++,i.status==="pending"&&o++):a.push(...Object.values(i.children).filter(Be));return{approvedCount:n,successCount:t,failedCount:r,pendingCount:o}}function HS(){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 jS(e,t){const r=e.slice(-1)[0],n=window.location.host?`${window.location.protocol}//${HS()}${window.location.pathname=="/"?"/report":window.location.pathname.split("/").slice(0,-1).join("/")}/${encodeURI(e.slice(0,-1).join("/"))}`:encodeURI(e.slice(0,-1).join("/"));return t==r?n:`${n}/${encodeURI(r)}`}function s4(e){const t=parseFloat(getComputedStyle(e).borderTopWidth);return Number.isNaN(t)?0:t}function W1(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 VS(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=s4(n);n.style.height=`${n.naturalHeight*t+o*2}px`},[e,t,r])}function u4(e,t){const[r,n]=s.useState(1),o=s.useCallback(()=>{const a=e.current;if(!a||!t){n(1);return}const i=s4(a),l=(a.getBoundingClientRect().width-i*2)/a.naturalWidth;n(Math.min(1,l))},[e,t]);return VS(e,o),s.useLayoutEffect(o,[o]),r}const US="Creevey_theme";function KN(e){return Be(e)&&Object.prototype.hasOwnProperty.call(U1,e)}function QN(){const e=localStorage.getItem(US);return KN(e)?e:"light"}function WS(){const[e,t]=s.useState(QN());return s.useEffect(()=>{localStorage.setItem(US,e)},[e]),[e,t]}function XN(e){const t=`?${LS.stringify({testPath:e})}`;window.history.pushState({testPath:e},"",t)}function ZN(){const{testPath:e}=LS.parse(window.location.search.slice(1));return Array.isArray(e)&&e.every(t=>typeof t=="string")?e:[]}const Fl=z.createContext({isReport:!0,isRunning:!1,onImageApprove:qt,onApproveAll:qt,onStop:qt,onStart:qt,onSuiteOpen:qt,onSuiteToggle:qt}),qS=()=>s.useContext(Fl),q1=z.createContext({sidebarFocusedItem:[],setSidebarFocusedItem:qt}),JN=({children:e,rootSuite:t,filter:r})=>{const[n,o]=s.useState([]),{onSuiteOpen:a,onSuiteToggle:i}=s.useContext(Fl),l=l4(i4(t,r)),u=s.useCallback(f=>l.findIndex(h=>{const p=de(h.suite)?Gt(h.suite):h.suite.path;return f.length===p.length&&f.every(m=>p.includes(m))}),[l]),d=s.useCallback(f=>{var h;if(n!==null){if(f.code==="Enter"){if(n.length===0)return;const p=ra(t,n);if(!p)return;de(p)||(f.preventDefault(),a(p.path,!p.opened)),de(p)&&((h=p.results)==null?void 0:h.length)==0&&f.preventDefault();return}if(f.code==="Space"){f.preventDefault();const p=ra(t,n);if(!p)return;const m=de(p)?Gt(p):p.path;i(m,!p.checked)}if(f.code==="ArrowDown"){const p=n.length===0?-1:u(n);if(p===l.length-1)return;const m=l[p+1],g=de(m.suite)?Gt(m.suite):m.suite.path;o(g)}if(f.code==="ArrowUp"){const p=n.length===0?0:u(n),m=p>0?l[p-1].suite:t,g=de(m)?Gt(m):m.path;o(g)}if(f.code==="ArrowRight"){if(n.length===0)return;const p=ra(t,n);if(!p||de(p))return;a(p.path,!0)}if(f.code==="ArrowLeft"){if(n.length===0)return;const p=ra(t,n);if(!p)return;if(!de(p)&&p.opened){a(p.path,!1);return}const m=de(p)?Gt(p):p.path;o(m.slice(0,-1))}}},[a,i,t,l,u,n]);return s.useEffect(()=>(document.addEventListener("keydown",d,!1),()=>{document.removeEventListener("keydown",d,!1)}),[d]),A.jsx(q1.Provider,{value:{sidebarFocusedItem:n,setSidebarFocusedItem:o},children:e})};function St(){return St=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},St.apply(null,arguments)}function eH(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Eu(e,t){return Eu=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(r,n){return r.__proto__=n,r},Eu(e,t)}function tH(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,Eu(e,t)}function i2(e){return i2=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},i2(e)}function rH(e){try{return Function.toString.call(e).indexOf("[native code]")!==-1}catch{return typeof e=="function"}}function GS(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(GS=function(){return!!e})()}function nH(e,t,r){if(GS())return Reflect.construct.apply(null,arguments);var n=[null];n.push.apply(n,t);var o=new(e.bind.apply(e,n));return r&&Eu(o,r.prototype),o}function l2(e){var t=typeof Map=="function"?new Map:void 0;return l2=function(n){if(n===null||!rH(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 nH(n,arguments,i2(this).constructor)}return o.prototype=Object.create(n.prototype,{constructor:{value:o,enumerable:!1,writable:!0,configurable:!0}}),Eu(o,n)},l2(e)}var Qr=function(e){tH(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,eH(n)}return t}(l2(Error));function Tp(e){return Math.round(e*255)}function oH(e,t,r){return Tp(e)+","+Tp(t)+","+Tp(r)}function Cu(e,t,r,n){if(n===void 0&&(n=oH),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 f=r-a/2,h=l+f,p=u+f,m=d+f;return n(h,p,m)}var a7={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 aH(e){if(typeof e!="string")return e;var t=e.toLowerCase();return a7[t]?"#"+a7[t]:e}var iH=/^#[a-fA-F0-9]{6}$/,lH=/^#[a-fA-F0-9]{8}$/,sH=/^#[a-fA-F0-9]{3}$/,uH=/^#[a-fA-F0-9]{4}$/,Bp=/^rgb\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*\)$/i,cH=/^rgb(?:a)?\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i,dH=/^hsl\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*\)$/i,fH=/^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 Qr(3);var t=aH(e);if(t.match(iH))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(lH)){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(sH))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(uH)){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=Bp.exec(t);if(o)return{red:parseInt(""+o[1],10),green:parseInt(""+o[2],10),blue:parseInt(""+o[3],10)};var a=cH.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=dH.exec(t);if(i){var l=parseInt(""+i[1],10),u=parseInt(""+i[2],10)/100,d=parseInt(""+i[3],10)/100,f="rgb("+Cu(l,u,d)+")",h=Bp.exec(f);if(!h)throw new Qr(4,t,f);return{red:parseInt(""+h[1],10),green:parseInt(""+h[2],10),blue:parseInt(""+h[3],10)}}var p=fH.exec(t.substring(0,50));if(p){var m=parseInt(""+p[1],10),g=parseInt(""+p[2],10)/100,y=parseInt(""+p[3],10)/100,D="rgb("+Cu(m,g,y)+")",b=Bp.exec(D);if(!b)throw new Qr(4,t,D);return{red:parseInt(""+b[1],10),green:parseInt(""+b[2],10),blue:parseInt(""+b[3],10),alpha:parseFloat(""+p[4])>1?parseFloat(""+p[4])/100:parseFloat(""+p[4])}}throw new Qr(5)}function pH(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 pH(il(e))}var hH=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},s2=hH;function Qo(e){var t=e.toString(16);return t.length===1?"0"+t:t}function $p(e){return Qo(Math.round(e*255))}function mH(e,t,r){return s2("#"+$p(e)+$p(t)+$p(r))}function Td(e,t,r){return Cu(e,t,r,mH)}function gH(e,t,r){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number")return Td(e,t,r);if(typeof e=="object"&&t===void 0&&r===void 0)return Td(e.hue,e.saturation,e.lightness);throw new Qr(1)}function vH(e,t,r,n){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number"&&typeof n=="number")return n>=1?Td(e,t,r):"rgba("+Cu(e,t,r)+","+n+")";if(typeof e=="object"&&t===void 0&&r===void 0&&n===void 0)return e.alpha>=1?Td(e.hue,e.saturation,e.lightness):"rgba("+Cu(e.hue,e.saturation,e.lightness)+","+e.alpha+")";throw new Qr(2)}function u2(e,t,r){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number")return s2("#"+Qo(e)+Qo(t)+Qo(r));if(typeof e=="object"&&t===void 0&&r===void 0)return s2("#"+Qo(e.red)+Qo(e.green)+Qo(e.blue));throw new Qr(6)}function G1(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?u2(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?u2(e.red,e.green,e.blue):"rgba("+e.red+","+e.green+","+e.blue+","+e.alpha+")"}throw new Qr(7)}var yH=function(t){return typeof t.red=="number"&&typeof t.green=="number"&&typeof t.blue=="number"&&(typeof t.alpha!="number"||typeof t.alpha>"u")},wH=function(t){return typeof t.red=="number"&&typeof t.green=="number"&&typeof t.blue=="number"&&typeof t.alpha=="number"},bH=function(t){return typeof t.hue=="number"&&typeof t.saturation=="number"&&typeof t.lightness=="number"&&(typeof t.alpha!="number"||typeof t.alpha>"u")},xH=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 Qr(8);if(wH(e))return G1(e);if(yH(e))return u2(e);if(xH(e))return vH(e);if(bH(e))return gH(e);throw new Qr(8)}function YS(e,t,r){return function(){var o=r.concat(Array.prototype.slice.call(arguments));return o.length>=t?e.apply(this,o):YS(e,t,o)}}function Vt(e){return YS(e,e.length,[])}function DH(e,t){if(t==="transparent")return t;var r=Ro(t);return zo(St({},r,{hue:r.hue+parseFloat(e)}))}Vt(DH);function _l(e,t,r){return Math.max(e,Math.min(t,r))}function EH(e,t){if(t==="transparent")return t;var r=Ro(t);return zo(St({},r,{lightness:_l(0,1,r.lightness-parseFloat(e))}))}Vt(EH);function CH(e,t){if(t==="transparent")return t;var r=Ro(t);return zo(St({},r,{saturation:_l(0,1,r.saturation-parseFloat(e))}))}Vt(CH);function SH(e,t){if(t==="transparent")return t;var r=Ro(t);return zo(St({},r,{lightness:_l(0,1,r.lightness+parseFloat(e))}))}Vt(SH);function kH(e,t,r){if(t==="transparent")return r;if(r==="transparent")return t;if(e===0)return r;var n=il(t),o=St({},n,{alpha:typeof n.alpha=="number"?n.alpha:1}),a=il(r),i=St({},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,f=1+u*l,h=(d/f+1)/2,p=1-h,m={red:Math.floor(o.red*h+i.red*p),green:Math.floor(o.green*h+i.green*p),blue:Math.floor(o.blue*h+i.blue*p),alpha:o.alpha*parseFloat(e)+i.alpha*(1-parseFloat(e))};return G1(m)}var AH=Vt(kH),KS=AH;function FH(e,t){if(t==="transparent")return t;var r=il(t),n=typeof r.alpha=="number"?r.alpha:1,o=St({},r,{alpha:_l(0,1,(n*100+parseFloat(e)*100)/100)});return G1(o)}var _H=Vt(FH),Lp=_H;function IH(e,t){if(t==="transparent")return t;var r=Ro(t);return zo(St({},r,{saturation:_l(0,1,r.saturation+parseFloat(e))}))}Vt(IH);function RH(e,t){return t==="transparent"?t:zo(St({},Ro(t),{hue:parseFloat(e)}))}Vt(RH);function zH(e,t){return t==="transparent"?t:zo(St({},Ro(t),{lightness:parseFloat(e)}))}Vt(zH);function TH(e,t){return t==="transparent"?t:zo(St({},Ro(t),{saturation:parseFloat(e)}))}Vt(TH);function BH(e,t){return t==="transparent"?t:KS(parseFloat(e),"rgb(0, 0, 0)",t)}Vt(BH);function $H(e,t){return t==="transparent"?t:KS(parseFloat(e),"rgb(255, 255, 255)",t)}Vt($H);function LH(e,t){if(t==="transparent")return t;var r=il(t),n=typeof r.alpha=="number"?r.alpha:1,o=St({},r,{alpha:_l(0,1,+(n*100-parseFloat(e)*100).toFixed(2)/100)});return G1(o)}var MH=Vt(LH),Fi=MH,OH=Object.create,QS=Object.defineProperty,PH=Object.getOwnPropertyDescriptor,NH=Object.getOwnPropertyNames,HH=Object.getPrototypeOf,jH=Object.prototype.hasOwnProperty,VH=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),UH=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of NH(t))!jH.call(e,o)&&o!==r&&QS(e,o,{get:()=>t[o],enumerable:!(n=PH(t,o))||n.enumerable});return e},WH=(e,t,r)=>(r=e!=null?OH(HH(e)):{},UH(!e||!e.__esModule?QS(r,"default",{value:e,enumerable:!0}):r,e)),qH=VH(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 f,h,p,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||(f=n(l),h=n(u),f.length!=h.length||f.some(function(y){return!i(l[y],u[y],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":f=l.entries(),h=u.entries();do if(!i((p=f.next()).value,h.next().value,d))return!1;while(!p.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(p=0;p<l.length;p++)if((p in l||p in u)&&(p in l!=p in u||!i(l[p],u[p],d)))return!1;return!0;case"Object":return i(r(l),r(u),d);default:return!1}}(o,a,[])}}()});WH(qH());var XS=e=>e.toLowerCase().replace(/[ ’–—―′¿'`~!@#$%^&*()_|+\-=?;:'",.<>\{\}\[\]\\\/]/gi,"-").replace(/-+/g,"-").replace(/^-+/,"").replace(/-+$/,""),GH=Object.create,Y1=Object.defineProperty,YH=Object.getOwnPropertyDescriptor,KH=Object.getOwnPropertyNames,QH=Object.getPrototypeOf,XH=Object.prototype.hasOwnProperty,c=(e,t)=>Y1(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')}),$=(e,t)=>()=>(e&&(t=e(e=0)),t),Q=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),Il=(e,t)=>{for(var r in t)Y1(e,r,{get:t[r],enumerable:!0})},ZH=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of KH(t))!XH.call(e,o)&&o!==r&&Y1(e,o,{get:()=>t[o],enumerable:!(n=YH(t,o))||n.enumerable});return e},Ke=(e,t,r)=>(r=e!=null?GH(QH(e)):{},ZH(t||!e||!e.__esModule?Y1(r,"default",{value:e,enumerable:!0}):r,e));function oe(){return oe=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},oe.apply(null,arguments)}var Ar=$(()=>{c(oe,"_extends")});function ZS(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}var JH=$(()=>{c(ZS,"_assertThisInitialized")});function ll(e,t){return ll=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(r,n){return r.__proto__=n,r},ll(e,t)}var c4=$(()=>{c(ll,"_setPrototypeOf")});function Bd(e){return Bd=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},Bd(e)}var ej=$(()=>{c(Bd,"_getPrototypeOf")}),d4,f4=$(()=>{d4=(()=>{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})()}),K1=Q((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,f){if(!o[d]){if(!n[d]){var h=typeof Oc=="function"&&Oc;if(!f&&h)return h(d,!0);if(l)return l(d,!0);var p=new Error("Cannot find module '"+d+"'");throw p.code="MODULE_NOT_FOUND",p}var m=o[d]={exports:{}};n[d][0].call(m.exports,function(g){var y=n[d][1][g];return i(y||g)},m,m.exports,r,n,o,a)}return o[d].exports}c(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}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 f=new a(!1),h=[];return function(p){var m=c(function(){var g=f,y,D,b=arguments.length-1,w=Array(b+1),v=!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}v=!1,y=new a(!1),g.set(arguments[x],y),g=y}return v&&(g.has(arguments[b])?D=g.get(arguments[b]):v=!1),v||(D=p.apply(null,arguments),g.set(arguments[b],D)),d>0&&(w[b]={cacheItem:g,arg:arguments[b]},v?i(h,w):h.push(w),h.length>d&&l(h.shift())),m.wasMemoized=v,m.numArgs=b+1,D},"memoizerific");return m.limit=d,m.wasMemoized=!1,m.cache=f,m.lru=h,m}};function i(d,f){var h=d.length,p=f.length,m,g,y;for(g=0;g<h;g++){for(m=!0,y=0;y<p;y++)if(!u(d[g][y].arg,f[y].arg)){m=!1;break}if(m)break}d.push(d.splice(g,1)[0])}c(i,"moveToMostRecentLru");function l(d){var f=d.length,h=d[f-1],p,m;for(h.cacheItem.delete(h.arg),m=f-2;m>=0&&(h=d[m],p=h.cacheItem.get(h.arg),!p||!p.size);m--)h.cacheItem.delete(h.arg)}c(l,"removeCachedResult");function u(d,f){return d===f||d!==d&&f!==f}c(u,"isEqual")},{"map-or-similar":1}]},{},[3])(3)})});function Q1(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 p4=$(()=>{c(Q1,"_objectWithoutPropertiesLoose")});function JS(e,t){if(e==null)return{};var r,n,o=Q1(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 tj=$(()=>{p4(),c(JS,"_objectWithoutProperties")});function $d(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 ek=$(()=>{c($d,"_arrayLikeToArray")});function tk(e){if(Array.isArray(e))return $d(e)}var rj=$(()=>{ek(),c(tk,"_arrayWithoutHoles")});function rk(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}var nj=$(()=>{c(rk,"_iterableToArray")});function nk(e,t){if(e){if(typeof e=="string")return $d(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)?$d(e,t):void 0}}var oj=$(()=>{ek(),c(nk,"_unsupportedIterableToArray")});function ok(){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 aj=$(()=>{c(ok,"_nonIterableSpread")});function ak(e){return tk(e)||rk(e)||nk(e)||ok()}var ij=$(()=>{rj(),nj(),oj(),aj(),c(ak,"_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 ik=$(()=>{c(sl,"_typeof")});function lk(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 lj=$(()=>{ik(),c(lk,"toPrimitive")});function sk(e){var t=lk(e,"string");return sl(t)=="symbol"?t:t+""}var sj=$(()=>{ik(),lj(),c(sk,"toPropertyKey")});function h4(e,t,r){return(t=sk(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var uk=$(()=>{sj(),c(h4,"_defineProperty")});function c2(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 na(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?c2(Object(r),!0).forEach(function(n){h4(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):c2(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function ck(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 dk(e){if(e.length===0||e.length===1)return e;var t=e.join(".");return F0[t]||(F0[t]=ck(e)),F0[t]}function fk(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=dk(n);return o.reduce(function(a,i){return na(na({},a),r[i])},t)}function d2(e){return e.join(" ")}function pk(e,t){var r=0;return function(n){return r+=1,n.map(function(o,a){return X1({node:o,stylesheet:e,useInlineStyles:t,key:"code-segment-".concat(r,"-").concat(a)})})}}function X1(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,f=t.value;if(u==="text")return f;if(d){var h=pk(r,a),p;if(!a)p=na(na({},l),{},{className:d2(l.className)});else{var m=Object.keys(r).reduce(function(b,w){return w.split(".").forEach(function(v){b.includes(v)||b.push(v)}),b},[]),g=l.className&&l.className.includes("token")?["token"]:[],y=l.className&&g.concat(l.className.filter(function(b){return!m.includes(b)}));p=na(na({},l),{},{className:d2(y)||void 0,style:fk(l.className,Object.assign({},l.style,o),r)})}var D=h(t.children);return z.createElement(d,oe({key:i},p),D)}}var F0,hk=$(()=>{Ar(),uk(),c(c2,"ownKeys"),c(na,"_objectSpread"),c(ck,"powerSetPermutations"),F0={},c(dk,"getClassNameCombinations"),c(fk,"createStyleObject"),c(d2,"createClassNameString"),c(pk,"createChildren"),c(X1,"createElement")}),mk,uj=$(()=>{mk=c(function(e,t){var r=e.listLanguages();return r.indexOf(t)!==-1},"default")});function f2(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 hr(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?f2(Object(r),!0).forEach(function(n){h4(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):f2(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function gk(e){return e.match(Sk)}function vk(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 yk(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)},vk({lines:t.replace(/\n$/,"").split(`
|
251
|
+
`),style:i,startingLineNumber:l}))}function wk(e){return"".concat(e.toString().length,".25em")}function m4(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 g4(e,t,r){var n={display:"inline-block",minWidth:wk(r),paddingRight:"1em",textAlign:"right",userSelect:"none"},o=typeof e=="function"?e(t):e,a=hr(hr({},n),o);return a}function qs(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,f=e.showLineNumbers,h=e.wrapLongLines,p=typeof l=="function"?l(r):l;if(p.className=d,r&&a){var m=g4(n,r,o);t.unshift(m4(r,m))}return h&f&&(p.style=hr(hr({},p.style),{},{display:"flex"})),{type:"element",tagName:"span",properties:p,children:t}}function v4(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(qs({children:[o],className:ak(new Set(t))}));else if(o.children){var a=t.concat(o.properties.className);v4(o.children,a).forEach(function(i){return r.push(i)})}}return r}function bk(e,t,r,n,o,a,i,l,u){var d,f=v4(e.value),h=[],p=-1,m=0;function g(E,C){var S=arguments.length>2&&arguments[2]!==void 0?arguments[2]:[];return qs({children:E,lineNumber:C,lineNumberStyle:l,largestLineNumber:i,showInlineLineNumbers:o,lineProps:r,className:S,showLineNumbers:n,wrapLongLines:u})}c(g,"createWrappedLine");function y(E,C){if(n&&C&&o){var S=g4(l,C,i);E.unshift(m4(C,S))}return E}c(y,"createUnwrappedLine");function D(E,C){var S=arguments.length>2&&arguments[2]!==void 0?arguments[2]:[];return t||S.length>0?g(E,C,S):y(E,C)}c(D,"createLine");for(var b=c(function(){var E=f[m],C=E.children[0].value,S=gk(C);if(S){var k=C.split(`
|
252
|
+
`);k.forEach(function(F,_){var T=n&&h.length+a,N={type:"text",value:"".concat(F,`
|
253
|
+
`)};if(_===0){var O=f.slice(p+1,m).concat(qs({children:[N],className:E.properties.className})),Y=D(O,T);h.push(Y)}else if(_===k.length-1){var H=f[m+1]&&f[m+1].children&&f[m+1].children[0],U={type:"text",value:"".concat(F)};if(H){var j=qs({children:[U],className:E.properties.className});f.splice(m+1,0,j)}else{var B=[U],L=D(B,T,E.properties.className);h.push(L)}}else{var P=[N],G=D(P,T,E.properties.className);h.push(G)}}),p=m}m++},"_loop");m<f.length;)b();if(p!==f.length-1){var w=f.slice(p+1,f.length);if(w&&w.length){var v=n&&h.length+a,x=D(w,v);h.push(x)}}return t?h:(d=[]).concat.apply(d,h)}function xk(e){var t=e.rows,r=e.stylesheet,n=e.useInlineStyles;return t.map(function(o,a){return X1({node:o,stylesheet:r,useInlineStyles:n,key:"code-segement".concat(a)})})}function y4(e){return e&&typeof e.highlightAuto<"u"}function Dk(e){var t=e.astGenerator,r=e.language,n=e.code,o=e.defaultCodeValue;if(y4(t)){var a=mk(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 Ek(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,f=d===void 0?{className:n?"language-".concat(n):void 0,style:hr(hr({},i['code[class*="language-"]']),i['code[class*="language-'.concat(n,'"]')])}:d,h=r.useInlineStyles,p=h===void 0?!0:h,m=r.showLineNumbers,g=m===void 0?!1:m,y=r.showInlineLineNumbers,D=y===void 0?!0:y,b=r.startingLineNumber,w=b===void 0?1:b,v=r.lineNumberContainerStyle,x=r.lineNumberStyle,E=x===void 0?{}:x,C=r.wrapLines,S=r.wrapLongLines,k=S===void 0?!1:S,F=r.lineProps,_=F===void 0?{}:F,T=r.renderer,N=r.PreTag,O=N===void 0?"pre":N,Y=r.CodeTag,H=Y===void 0?"code":Y,U=r.code,j=U===void 0?(Array.isArray(o)?o[0]:o)||"":U,B=r.astGenerator,L=JS(r,Ck);B=B||e;var P=g?z.createElement(yk,{containerStyle:v,codeStyle:f.style||{},numberStyle:E,startingLineNumber:w,codeString:j}):null,G=i.hljs||i['pre[class*="language-"]']||{backgroundColor:"#fff"},ee=y4(B)?"hljs":"prismjs",ue=p?Object.assign({},L,{style:Object.assign({},G,u)}):Object.assign({},L,{className:L.className?"".concat(ee," ").concat(L.className):ee,style:Object.assign({},u)});if(k?f.style=hr(hr({},f.style),{},{whiteSpace:"pre-wrap"}):f.style=hr(hr({},f.style),{},{whiteSpace:"pre"}),!B)return z.createElement(O,ue,P,z.createElement(H,f,j));(C===void 0&&T||k)&&(C=!0),T=T||xk;var fe=[{type:"text",value:j}],q=Dk({astGenerator:B,language:n,code:j,defaultCodeValue:fe});q.language===null&&(q.value=fe);var J=q.value.length+w,ne=bk(q,C,_,g,D,w,J,E,k);return z.createElement(O,ue,z.createElement(H,f,!D&&P,T({rows:ne,stylesheet:i,useInlineStyles:p})))},"SyntaxHighlighter")}var Ck,Sk,cj=$(()=>{tj(),ij(),uk(),hk(),uj(),Ck=["language","children","style","customStyle","codeTagProps","useInlineStyles","showLineNumbers","showInlineLineNumbers","startingLineNumber","lineNumberContainerStyle","lineNumberStyle","wrapLines","wrapLongLines","lineProps","renderer","PreTag","CodeTag","code","astGenerator"],c(f2,"ownKeys"),c(hr,"_objectSpread"),Sk=/\n/g,c(gk,"getNewLines"),c(vk,"getAllLineNumbers"),c(yk,"AllLineNumbers"),c(wk,"getEmWidthOfNumber"),c(m4,"getInlineLineNumber"),c(g4,"assembleLineNumberStyles"),c(qs,"createLineElement"),c(v4,"flattenCodeTree"),c(bk,"processLines"),c(xk,"defaultRenderer"),c(y4,"isHighlightJs"),c(Dk,"getCodeTree"),c(Ek,"default")}),dj=Q((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")}),kk=Q((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")}),fj=Q((e,t)=>{var r=dj(),n=kk();t.exports=o;function o(a){for(var i=a.length,l=[],u=[],d=-1,f,h;++d<i;)f=a[d],l.push(f.property),u.push(f.normal),h=f.space;return new n(r.apply(null,l),r.apply(null,u),h)}c(o,"merge")}),w4=Q((e,t)=>{t.exports=r;function r(n){return n.toLowerCase()}c(r,"normalize")}),Ak=Q((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")}),b4=Q(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")}),Fk=Q((e,t)=>{var r=Ak(),n=b4();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,f,h){var p=-1,m;for(l(this,"space",h),r.call(this,u,d);++p<a;)m=o[p],l(this,m,(f&n[m])===n[m])}c(i,"DefinedInfo");function l(u,d,f){f&&(u[d]=f)}c(l,"mark")}),Ku=Q((e,t)=>{var r=w4(),n=kk(),o=Fk();t.exports=a;function a(i){var l=i.space,u=i.mustUseProperty||[],d=i.attributes||{},f=i.properties,h=i.transform,p={},m={},g,y;for(g in f)y=new o(g,h(d,g),f[g],l),u.indexOf(g)!==-1&&(y.mustUseProperty=!0),p[g]=y,m[r(g)]=g,m[r(y.attribute)]=g;return new n(p,m,l)}c(a,"create")}),pj=Q((e,t)=>{var r=Ku();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")}),hj=Q((e,t)=>{var r=Ku();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")}),mj=Q((e,t)=>{t.exports=r;function r(n,o){return o in n?n[o]:o}c(r,"caseSensitiveTransform")}),_k=Q((e,t)=>{var r=mj();t.exports=n;function n(o,a){return r(o,a.toLowerCase())}c(n,"caseInsensitiveTransform")}),gj=Q((e,t)=>{var r=Ku(),n=_k();t.exports=r({space:"xmlns",attributes:{xmlnsxlink:"xmlns:xlink"},transform:n,properties:{xmlns:null,xmlnsXLink:null}})}),vj=Q((e,t)=>{var r=b4(),n=Ku(),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")}),yj=Q((e,t)=>{var r=b4(),n=Ku(),o=_k(),a=r.boolean,i=r.overloadedBoolean,l=r.booleanish,u=r.number,d=r.spaceSeparated,f=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:f,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|f,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:f,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:f,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}})}),wj=Q((e,t)=>{var r=fj(),n=pj(),o=hj(),a=gj(),i=vj(),l=yj();t.exports=r([o,n,a,i,l])}),bj=Q((e,t)=>{var r=w4(),n=Fk(),o=Ak(),a="data";t.exports=d;var i=/^data[-\w.:]+$/i,l=/-[a-z]/g,u=/[A-Z]/g;function d(g,y){var D=r(y),b=y,w=o;return D in g.normal?g.property[g.normal[D]]:(D.length>4&&D.slice(0,4)===a&&i.test(y)&&(y.charAt(4)==="-"?b=f(y):y=h(y),w=n),new w(b,y))}c(d,"find");function f(g){var y=g.slice(5).replace(l,m);return a+y.charAt(0).toUpperCase()+y.slice(1)}c(f,"datasetToProperty");function h(g){var y=g.slice(4);return l.test(y)?g:(y=y.replace(u,p),y.charAt(0)!=="-"&&(y="-"+y),a+y)}c(h,"datasetToAttribute");function p(g){return"-"+g.toLowerCase()}c(p,"kebab");function m(g){return g.charAt(1).toUpperCase()}c(m,"camelcase")}),xj=Q((e,t)=>{t.exports=n;var r=/[#.]/g;function n(o,a){for(var i=o||"",l=a||"div",u={},d=0,f,h,p;d<i.length;)r.lastIndex=d,p=r.exec(i),f=i.slice(d,p?p.index:i.length),f&&(h?h==="#"?u.id=f:u.className?u.className.push(f):u.className=[f]:l=f,d+=f.length),p&&(h=p[0],d++);return{type:"element",tagName:l,properties:u,children:[]}}c(n,"parse")}),Dj=Q(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")}),Ej=Q(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),f=0,h=!1,p;!h;)d===-1&&(d=u.length,h=!0),p=u.slice(f,d).trim(),(p||!h)&&l.push(p),f=d+1,d=u.indexOf(t,f);return l}c(o,"parse");function a(i,l){var u=l||{},d=u.padLeft===!1?n:r,f=u.padRight?r:n;return i[i.length-1]===n&&(i=i.concat(n)),i.join(f+t+d).trim()}c(a,"stringify")}),Cj=Q((e,t)=>{var r=bj(),n=w4(),o=xj(),a=Dj().parse,i=Ej().parse;t.exports=u;var l={}.hasOwnProperty;function u(D,b,w){var v=w?y(w):null;return x;function x(C,S){var k=o(C,b),F=Array.prototype.slice.call(arguments,2),_=k.tagName.toLowerCase(),T;if(k.tagName=v&&l.call(v,_)?v[_]:_,S&&d(S,k)&&(F.unshift(S),S=null),S)for(T in S)E(k.properties,T,S[T]);return h(k.children,F),k.tagName==="template"&&(k.content={type:"root",children:k.children},k.children=[]),k}function E(C,S,k){var F,_,T;k==null||k!==k||(F=r(D,S),_=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"&&C.className&&(T=C.className.concat(T)),C[_]=p(F,_,T))}}c(u,"factory");function d(D,b){return typeof D=="string"||"length"in D||f(b.tagName,D)}c(d,"isChildren");function f(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(f,"isNode");function h(D,b){var w,v;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,v=b.length;++w<v;)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 p(D,b,w){var v,x,E;if(typeof w!="object"||!("length"in w))return m(D,b,w);for(x=w.length,v=-1,E=[];++v<x;)E[v]=m(D,b,w[v]);return E}c(p,"parsePrimitives");function m(D,b,w){var v=w;return D.number||D.positiveNumber?!isNaN(v)&&v!==""&&(v=Number(v)):(D.boolean||D.overloadedBoolean)&&typeof v=="string"&&(v===""||n(w)===n(b))&&(v=!0),v}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 y(D){for(var b=D.length,w=-1,v={},x;++w<b;)x=D[w],v[x.toLowerCase()]=x;return v}c(y,"createAdjustMap")}),Sj=Q((e,t)=>{var r=wj(),n=Cj(),o=n(r,"div");o.displayName="html",t.exports=o}),kj=Q((e,t)=>{t.exports=Sj()}),Aj=Q((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:"ÿ"}}),Fj=Q((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:"Ÿ"}}),Ik=Q((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")}),_j=Q((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")}),Ij=Q((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")}),Rj=Q((e,t)=>{var r=Ij(),n=Ik();t.exports=o;function o(a){return r(a)||n(a)}c(o,"alphanumerical")}),zj=Q((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")}),Tj=Q((e,t)=>{var r=Aj(),n=Fj(),o=Ik(),a=_j(),i=Rj(),l=zj();t.exports=G;var u={}.hasOwnProperty,d=String.fromCharCode,f=Function.prototype,h={warning:null,reference:null,text:null,warningContext:null,referenceContext:null,textContext:null,position:{},additional:null,attribute:!1,nonTerminated:!0},p=9,m=10,g=12,y=32,D=38,b=59,w=60,v=61,x=35,E=88,C=120,S=65533,k="named",F="hexadecimal",_="decimal",T={};T[F]=16,T[_]=10;var N={};N[k]=i,N[_]=o,N[F]=a;var O=1,Y=2,H=3,U=4,j=5,B=6,L=7,P={};P[O]="Named character references must be terminated by a semicolon",P[Y]="Numeric character references must be terminated by a semicolon",P[H]="Named character references cannot be empty",P[U]="Numeric character references cannot be empty",P[j]="Named character references must be known",P[B]="Numeric character references cannot be disallowed",P[L]="Numeric character references cannot be outside the permissible Unicode range";function G(q,J){var ne={},Ie,Qe;J||(J={});for(Qe in h)Ie=J[Qe],ne[Qe]=Ie??h[Qe];return(ne.position.indent||ne.position.start)&&(ne.indent=ne.position.indent||[],ne.position=ne.position.start),ee(q,ne)}c(G,"parseEntities");function ee(q,J){var ne=J.additional,Ie=J.nonTerminated,Qe=J.text,Ir=J.reference,At=J.warning,nr=J.textContext,W=J.referenceContext,or=J.warningContext,Rr=J.position,Mo=J.indent||[],Pa=q.length,zr=0,pc=-1,at=Rr.column||1,Oo=Rr.line||1,Tr="",Na=[],Br,Ha,$r,Xe,ar,Me,ke,Lr,hc,Mf,Po,Ol,No,gn,Ky,Pl,mc,Mr,Oe;for(typeof ne=="string"&&(ne=ne.charCodeAt(0)),Pl=Nl(),Lr=At?UT:f,zr--,Pa++;++zr<Pa;)if(ar===m&&(at=Mo[pc]||1),ar=q.charCodeAt(zr),ar===D){if(ke=q.charCodeAt(zr+1),ke===p||ke===m||ke===g||ke===y||ke===D||ke===w||ke!==ke||ne&&ke===ne){Tr+=d(ar),at++;continue}for(No=zr+1,Ol=No,Oe=No,ke===x?(Oe=++Ol,ke=q.charCodeAt(Oe),ke===E||ke===C?(gn=F,Oe=++Ol):gn=_):gn=k,Br="",Po="",Xe="",Ky=N[gn],Oe--;++Oe<Pa&&(ke=q.charCodeAt(Oe),!!Ky(ke));)Xe+=d(ke),gn===k&&u.call(r,Xe)&&(Br=Xe,Po=r[Xe]);$r=q.charCodeAt(Oe)===b,$r&&(Oe++,Ha=gn===k?l(Xe):!1,Ha&&(Br=Xe,Po=Ha)),Mr=1+Oe-No,!$r&&!Ie||(Xe?gn===k?($r&&!Po?Lr(j,1):(Br!==Xe&&(Oe=Ol+Br.length,Mr=1+Oe-Ol,$r=!1),$r||(hc=Br?O:H,J.attribute?(ke=q.charCodeAt(Oe),ke===v?(Lr(hc,Mr),Po=null):i(ke)?Po=null:Lr(hc,Mr)):Lr(hc,Mr))),Me=Po):($r||Lr(Y,Mr),Me=parseInt(Xe,T[gn]),ue(Me)?(Lr(L,Mr),Me=d(S)):Me in n?(Lr(B,Mr),Me=n[Me]):(Mf="",fe(Me)&&Lr(B,Mr),Me>65535&&(Me-=65536,Mf+=d(Me>>>10|55296),Me=56320|Me&1023),Me=Mf+d(Me))):gn!==k&&Lr(U,Mr)),Me?(Qy(),Pl=Nl(),zr=Oe-1,at+=Oe-No+1,Na.push(Me),mc=Nl(),mc.offset++,Ir&&Ir.call(W,Me,{start:Pl,end:mc},q.slice(No-1,Oe)),Pl=mc):(Xe=q.slice(No-1,Oe),Tr+=Xe,at+=Xe.length,zr=Oe-1)}else ar===10&&(Oo++,pc++,at=0),ar===ar?(Tr+=d(ar),at++):Qy();return Na.join("");function Nl(){return{line:Oo,column:at,offset:zr+(Rr.offset||0)}}function UT(Xy,Zy){var Of=Nl();Of.column+=Zy,Of.offset+=Zy,At.call(or,P[Xy],Of,Xy)}function Qy(){Tr&&(Na.push(Tr),Qe&&Qe.call(nr,Tr,{start:Pl,end:Nl()}),Tr="")}}c(ee,"parse");function ue(q){return q>=55296&&q<=57343||q>1114111}c(ue,"prohibited");function fe(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(fe,"disallowed")}),Bj=Q((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 v(x){return x instanceof d?new d(x.type,v(x.content),x.alias):Array.isArray(x)?x.map(v):x.replace(/&/g,"&").replace(/</g,"<").replace(/\u00a0/g," ")},"encode"),type:c(function(v){return Object.prototype.toString.call(v).slice(8,-1)},"type"),objId:c(function(v){return v.__id||Object.defineProperty(v,"__id",{value:++i}),v.__id},"objId"),clone:c(function v(x,E){E=E||{};var C,S;switch(u.util.type(x)){case"Object":if(S=u.util.objId(x),E[S])return E[S];C={},E[S]=C;for(var k in x)x.hasOwnProperty(k)&&(C[k]=v(x[k],E));return C;case"Array":return S=u.util.objId(x),E[S]?E[S]:(C=[],E[S]=C,x.forEach(function(F,_){C[_]=v(F,E)}),C);default:return x}},"deepClone"),getLanguage:c(function(v){for(;v;){var x=a.exec(v.className);if(x)return x[1].toLowerCase();v=v.parentElement}return"none"},"getLanguage"),setLanguage:c(function(v,x){v.className=v.className.replace(RegExp(a,"gi"),""),v.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(C){var v=(/at [^(\r\n]*\((.*):[^:]+:[^:]+\)$/i.exec(C.stack)||[])[1];if(v){var x=document.getElementsByTagName("script");for(var E in x)if(x[E].src==v)return x[E]}return null}},"currentScript"),isActive:c(function(v,x,E){for(var C="no-"+x;v;){var S=v.classList;if(S.contains(x))return!0;if(S.contains(C))return!1;v=v.parentElement}return!!E},"isActive")},languages:{plain:l,plaintext:l,text:l,txt:l,extend:c(function(v,x){var E=u.util.clone(u.languages[v]);for(var C in x)E[C]=x[C];return E},"extend"),insertBefore:c(function(v,x,E,C){C=C||u.languages;var S=C[v],k={};for(var F in S)if(S.hasOwnProperty(F)){if(F==x)for(var _ in E)E.hasOwnProperty(_)&&(k[_]=E[_]);E.hasOwnProperty(F)||(k[F]=S[F])}var T=C[v];return C[v]=k,u.languages.DFS(u.languages,function(N,O){O===T&&N!=v&&(this[N]=k)}),k},"insertBefore"),DFS:c(function v(x,E,C,S){S=S||{};var k=u.util.objId;for(var F in x)if(x.hasOwnProperty(F)){E.call(x,F,x[F],C||F);var _=x[F],T=u.util.type(_);T==="Object"&&!S[k(_)]?(S[k(_)]=!0,v(_,E,null,S)):T==="Array"&&!S[k(_)]&&(S[k(_)]=!0,v(_,E,F,S))}},"DFS")},plugins:{},highlightAll:c(function(v,x){u.highlightAllUnder(document,v,x)},"highlightAll"),highlightAllUnder:c(function(v,x,E){var C={callback:E,container:v,selector:'code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code'};u.hooks.run("before-highlightall",C),C.elements=Array.prototype.slice.apply(C.container.querySelectorAll(C.selector)),u.hooks.run("before-all-elements-highlight",C);for(var S=0,k;k=C.elements[S++];)u.highlightElement(k,x===!0,C.callback)},"highlightAllUnder"),highlightElement:c(function(v,x,E){var C=u.util.getLanguage(v),S=u.languages[C];u.util.setLanguage(v,C);var k=v.parentElement;k&&k.nodeName.toLowerCase()==="pre"&&u.util.setLanguage(k,C);var F=v.textContent,_={element:v,language:C,grammar:S,code:F};function T(O){_.highlightedCode=O,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(O){T(O.data)},N.postMessage(JSON.stringify({language:_.language,code:_.code,immediateClose:!0}))}else T(u.highlight(_.code,_.grammar,_.language))},"highlightElement"),highlight:c(function(v,x,E){var C={code:v,grammar:x,language:E};if(u.hooks.run("before-tokenize",C),!C.grammar)throw new Error('The language "'+C.language+'" has no grammar.');return C.tokens=u.tokenize(C.code,C.grammar),u.hooks.run("after-tokenize",C),d.stringify(u.util.encode(C.tokens),C.language)},"highlight"),tokenize:c(function(v,x){var E=x.rest;if(E){for(var C in E)x[C]=E[C];delete x.rest}var S=new p;return m(S,S.head,v),h(v,S,x,S.head,0),y(S)},"tokenize"),hooks:{all:{},add:c(function(v,x){var E=u.hooks.all;E[v]=E[v]||[],E[v].push(x)},"add"),run:c(function(v,x){var E=u.hooks.all[v];if(!(!E||!E.length))for(var C=0,S;S=E[C++];)S(x)},"run")},Token:d};o.Prism=u;function d(v,x,E,C){this.type=v,this.content=x,this.alias=E,this.length=(C||"").length|0}c(d,"Token"),d.stringify=c(function v(x,E){if(typeof x=="string")return x;if(Array.isArray(x)){var C="";return x.forEach(function(T){C+=v(T,E)}),C}var S={type:x.type,content:v(x.content,E),tag:"span",classes:["token",x.type],attributes:{},language:E},k=x.alias;k&&(Array.isArray(k)?Array.prototype.push.apply(S.classes,k):S.classes.push(k)),u.hooks.run("wrap",S);var F="";for(var _ in S.attributes)F+=" "+_+'="'+(S.attributes[_]||"").replace(/"/g,""")+'"';return"<"+S.tag+' class="'+S.classes.join(" ")+'"'+F+">"+S.content+"</"+S.tag+">"},"stringify");function f(v,x,E,C){v.lastIndex=x;var S=v.exec(E);if(S&&C&&S[1]){var k=S[1].length;S.index+=k,S[0]=S[0].slice(k)}return S}c(f,"matchPattern");function h(v,x,E,C,S,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],O=N.inside,Y=!!N.lookbehind,H=!!N.greedy,U=N.alias;if(H&&!N.pattern.global){var j=N.pattern.toString().match(/[imsuy]*$/)[0];N.pattern=RegExp(N.pattern.source,j+"g")}for(var B=N.pattern||N,L=C.next,P=S;L!==x.tail&&!(k&&P>=k.reach);P+=L.value.length,L=L.next){var G=L.value;if(x.length>v.length)return;if(!(G instanceof d)){var ee=1,ue;if(H){if(ue=f(B,P,v,Y),!ue||ue.index>=v.length)break;var ne=ue.index,fe=ue.index+ue[0].length,q=P;for(q+=L.value.length;ne>=q;)L=L.next,q+=L.value.length;if(q-=L.value.length,P=q,L.value instanceof d)continue;for(var J=L;J!==x.tail&&(q<fe||typeof J.value=="string");J=J.next)ee++,q+=J.value.length;ee--,G=v.slice(P,q),ue.index-=P}else if(ue=f(B,0,G,Y),!ue)continue;var ne=ue.index,Ie=ue[0],Qe=G.slice(0,ne),Ir=G.slice(ne+Ie.length),At=P+G.length;k&&At>k.reach&&(k.reach=At);var nr=L.prev;Qe&&(nr=m(x,nr,Qe),P+=Qe.length),g(x,nr,ee);var W=new d(F,O?u.tokenize(Ie,O):Ie,U,Ie);if(L=m(x,nr,W),Ir&&m(x,L,Ir),ee>1){var or={cause:F+","+T,reach:At};h(v,x,E,L.prev,P,or),k&&or.reach>k.reach&&(k.reach=or.reach)}}}}}}c(h,"matchGrammar");function p(){var v={value:null,prev:null,next:null},x={value:null,prev:v,next:null};v.next=x,this.head=v,this.tail=x,this.length=0}c(p,"LinkedList");function m(v,x,E){var C=x.next,S={value:E,prev:x,next:C};return x.next=S,C.prev=S,v.length++,S}c(m,"addAfter");function g(v,x,E){for(var C=x.next,S=0;S<E&&C!==v.tail;S++)C=C.next;x.next=C,C.prev=x,v.length-=S}c(g,"removeRange");function y(v){for(var x=[],E=v.head.next;E!==v.tail;)x.push(E.value),E=E.next;return x}if(c(y,"toArray"),!o.document)return o.addEventListener&&(u.disableWorkerMessageHandler||o.addEventListener("message",function(v){var x=JSON.parse(v.data),E=x.language,C=x.code,S=x.immediateClose;o.postMessage(u.highlight(C,u.languages[E],E)),S&&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)}),Rk=Q((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")}),zk=Q((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")}),$j=Q((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")}),Lj=Q((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")}),Mj=Q((e,t)=>{var r=typeof globalThis=="object"?globalThis:typeof self=="object"?self:typeof window=="object"?window:typeof global=="object"?global:{},n=S();r.Prism={manual:!0,disableWorkerMessageHandler:!0};var o=kj(),a=Tj(),i=Bj(),l=Rk(),u=zk(),d=$j(),f=Lj();n();var h={}.hasOwnProperty;function p(){}c(p,"Refractor"),p.prototype=i;var m=new p;t.exports=m,m.highlight=D,m.register=g,m.alias=y,m.registered=b,m.listLanguages=w,g(l),g(u),g(d),g(f),m.util.encode=E,m.Token.stringify=v;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 y(k,F){var _=m.languages,T=k,N,O,Y,H;F&&(T={},T[k]=F);for(N in T)for(O=T[N],O=typeof O=="string"?[O]:O,Y=O.length,H=-1;++H<Y;)_[O[H]]=_[N]}c(y,"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 v(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("."),C(T.attributes),T.content))}c(v,"stringify");function x(k,F){for(var _=[],T=k.length,N=-1,O;++N<T;)O=k[N],O!==""&&O!==null&&O!==void 0&&_.push(O);for(N=-1,T=_.length;++N<T;)O=_[N],_[N]=m.Token.stringify(O,F,_);return _}c(x,"stringifyAll");function E(k){return k}c(E,"encode");function C(k){var F;for(F in k)k[F]=a(k[F]);return k}c(C,"attributes");function S(){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(S,"capture")}),Pc,Nc,_0,Oj=$(()=>{cj(),Pc=Ke(Mj()),Nc=Ek(Pc.default,{}),Nc.registerLanguage=function(e,t){return Pc.default.register(t)},Nc.alias=function(e,t){return Pc.default.alias(e,t)},_0=Nc}),Pj=$(()=>{hk()}),Nj=Q((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,f=0;f<u.length;f++)d[u[f]]=o.languages.bash[u[f]];o.languages.shell=o.languages.bash})(n)}c(r,"bash")}),i7,Tk,Hj=$(()=>{i7=Ke(Nj()),Tk=i7.default}),l7,Bk,jj=$(()=>{l7=Ke(zk()),Bk=l7.default}),Vj=Q((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,v){v=v||0;for(var x=0;x<w.length;x++){var E=l(x+v);if(!E||E.type!==w[x])return!1}return!0}c(u,"isTokenType");function d(w,v){for(var x=1,E=i;E<a.length;E++){var C=a[E],S=C.content;if(C.type==="punctuation"&&typeof S=="string"){if(w.test(S))x++;else if(v.test(S)&&(x--,x===0))return E}}return-1}c(d,"findClosingBracket");function f(w,v){var x=w.alias;x?Array.isArray(x)||(w.alias=x=[x]):w.alias=x=[],x.push(v)}for(c(f,"addAlias");i<a.length;){var h=a[i++];if(h.type==="keyword"&&h.content==="mutation"){var p=[];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"&&(f(g,"variable-input"),p.push(g.content))}i=m+1}if(u(["punctuation","property-query"])&&l(0).content==="{"&&(i++,f(l(0),"property-mutation"),p.length>0)){var y=d(/^\{$/,/^\}$/);if(y===-1)continue;for(var D=i;D<y;D++){var b=a[D];b.type==="variable"&&p.indexOf(b.content)>=0&&f(b,"variable-input")}}}}},"afterTokenizeGraphql"))}c(r,"graphql")}),s7,$k,Uj=$(()=>{s7=Ke(Vj()),$k=s7.default}),Wj=Q((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,p){return RegExp(h.replace(/<ID>/g,function(){return/(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/.source}),p)}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 f=d.inside||{};d.inside=f,f["maybe-class-name"]=/^[A-Z][\s\S]*/}})(n)}c(r,"jsExtras")}),u7,Lk,qj=$(()=>{u7=Ke(Wj()),Lk=u7.default}),Gj=Q((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")}),c7,Mk,Yj=$(()=>{c7=Ke(Gj()),Mk=c7.default}),Ok=Q((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(p,m){return p=p.replace(/<S>/g,function(){return i}).replace(/<BRACES>/g,function(){return l}).replace(/<SPREAD>/g,function(){return u}),RegExp(p,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 f=c(function(p){return p?typeof p=="string"?p:typeof p.content=="string"?p.content:p.content.map(f).join(""):""},"stringifyToken"),h=c(function(p){for(var m=[],g=0;g<p.length;g++){var y=p[g],D=!1;if(typeof y!="string"&&(y.type==="tag"&&y.content[0]&&y.content[0].type==="tag"?y.content[0].content[0].content==="</"?m.length>0&&m[m.length-1].tagName===f(y.content[0].content[1])&&m.pop():y.content[y.content.length-1].content==="/>"||m.push({tagName:f(y.content[0].content[1]),openedBraces:0}):m.length>0&&y.type==="punctuation"&&y.content==="{"?m[m.length-1].openedBraces++:m.length>0&&m[m.length-1].openedBraces>0&&y.type==="punctuation"&&y.content==="}"?m[m.length-1].openedBraces--:D=!0),(D||typeof y=="string")&&m.length>0&&m[m.length-1].openedBraces===0){var b=f(y);g<p.length-1&&(typeof p[g+1]=="string"||p[g+1].type==="plain-text")&&(b+=f(p[g+1]),p.splice(g+1,1)),g>0&&(typeof p[g-1]=="string"||p[g-1].type==="plain-text")&&(b=f(p[g-1])+b,p.splice(g-1,1),g--),p[g]=new o.Token("plain-text",b,null,b)}y.content&&typeof y.content!="string"&&h(y.content)}},"walkTokens");o.hooks.add("after-tokenize",function(p){p.language!=="jsx"&&p.language!=="tsx"||h(p.tokens)})})(n)}c(r,"jsx")}),d7,Pk,Kj=$(()=>{d7=Ke(Ok()),Pk=d7.default}),Qj=Q((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(y){g!==y&&(o.languages.markdown[g].inside.content.inside[y]=o.languages.markdown[y])})}),o.hooks.add("after-tokenize",function(g){if(g.language!=="markdown"&&g.language!=="md")return;function y(D){if(!(!D||typeof D=="string"))for(var b=0,w=D.length;b<w;b++){var v=D[b];if(v.type!=="code"){y(v.content);continue}var x=v.content[1],E=v.content[3];if(x&&E&&x.type==="code-language"&&E.type==="code-block"&&typeof x.content=="string"){var C=x.content.replace(/\b#/g,"sharp").replace(/\b\+\+/g,"pp");C=(/[a-z][\w-]*/i.exec(C)||[""])[0].toLowerCase();var S="language-"+C;E.alias?typeof E.alias=="string"?E.alias=[E.alias,S]:E.alias.push(S):E.alias=[S]}}}c(y,"walkTokens"),y(g.tokens)}),o.hooks.add("wrap",function(g){if(g.type==="code-block"){for(var y="",D=0,b=g.classes.length;D<b;D++){var w=g.classes[D],v=/language-(.+)/.exec(w);if(v){y=v[1];break}}var x=o.languages[y];if(x)g.content=o.highlight(m(g.content.value),x,y);else if(y&&y!=="none"&&o.plugins.autoloader){var E="md-"+new Date().valueOf()+"-"+Math.floor(Math.random()*1e16);g.attributes.id=E,o.plugins.autoloader.loadLanguages(y,function(){var C=document.getElementById(E);C&&(C.innerHTML=o.highlight(C.textContent,o.languages[y],y))})}}});var f=RegExp(o.languages.markup.tag.pattern.source,"gi"),h={amp:"&",lt:"<",gt:">",quot:'"'},p=String.fromCodePoint||String.fromCharCode;function m(g){var y=g.replace(f,"");return y=y.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)),p(w)}else{var v=h[b];return v||D}}),y}c(m,"textContent"),o.languages.md=o.languages.markdown})(n)}c(r,"markdown")}),f7,Nk,Xj=$(()=>{f7=Ke(Qj()),Nk=f7.default}),p7,Hk,Zj=$(()=>{p7=Ke(Rk()),Hk=p7.default}),jk=Q((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")}),Jj=Q((e,t)=>{var r=Ok(),n=jk();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,Vk,eV=$(()=>{h7=Ke(Jj()),Vk=h7.default}),m7,Uk,tV=$(()=>{m7=Ke(jk()),Uk=m7.default}),rV=Q((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 f(h,p){p=(p||"").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,p)}c(f,"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:f(/\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:f(/false|true/.source,"i"),lookbehind:!0,alias:"important"},null:{pattern:f(/null|~/.source,"i"),lookbehind:!0,alias:"important"},string:{pattern:f(d),lookbehind:!0,greedy:!0},number:{pattern:f(/[+-]?(?: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")}),g7,Wk,nV=$(()=>{g7=Ke(rV()),Wk=g7.default}),v7,Mp,qk,Gk=$(()=>{v7=I.div(({theme:e})=>({position:"absolute",bottom:0,right:0,maxWidth:"100%",display:"flex",background:e.background.content,zIndex:1})),Mp=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}),Mp.displayName="ActionButton",qk=c(({actionItems:e,...t})=>z.createElement(v7,{...t},e.map(({title:r,className:n,onClick:o,disabled:a},i)=>z.createElement(Mp,{key:i,className:n,onClick:o,disabled:!!a},r))),"ActionBar")});function Yk(e,t){typeof e=="function"?e(t):e!=null&&(e.current=t)}function Kk(...e){return t=>e.forEach(r=>Yk(r,t))}var oV=$(()=>{c(Yk,"setRef"),c(Kk,"composeRefs")});function y7(e){return s.isValidElement(e)&&e.type===Qk}function w7(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 b7(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 Ld,Hc,Qk,Xk=$(()=>{oV(),Ld=s.forwardRef((e,t)=>{let{children:r,...n}=e,o=s.Children.toArray(r),a=o.find(y7);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(Hc,{...n,ref:t,children:s.isValidElement(i)?s.cloneElement(i,void 0,l):null})}return A.jsx(Hc,{...n,ref:t,children:r})}),Ld.displayName="Slot",Hc=s.forwardRef((e,t)=>{let{children:r,...n}=e;if(s.isValidElement(r)){let o=b7(r);return s.cloneElement(r,{...w7(n,r.props),ref:t?Kk(t,o):o})}return s.Children.count(r)>1?s.Children.only(null):null}),Hc.displayName="SlotClone",Qk=c(({children:e})=>A.jsx(A.Fragment,{children:e}),"Slottable"),c(y7,"isSlottable"),c(w7,"mergeProps"),c(b7,"getElementRef")}),x7,ei,aV=$(()=>{Xk(),x7=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","span","svg","ul"],ei=x7.reduce((e,t)=>{let r=s.forwardRef((n,o)=>{let{asChild:a,...i}=n,l=a?Ld: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}},{})});function Zk(e,t){typeof e=="function"?e(t):e!=null&&(e.current=t)}function Jk(...e){return t=>e.forEach(r=>Zk(r,t))}function Kn(...e){return s.useCallback(Jk(...e),e)}var eA=$(()=>{c(Zk,"setRef"),c(Jk,"composeRefs"),c(Kn,"useComposedRefs")}),Md,tA=$(()=>{Md=globalThis!=null&&globalThis.document?s.useLayoutEffect:()=>{}});function rA(e,t){return s.useReducer((r,n)=>t[r][n]??r,e)}function D7(e){let[t,r]=s.useState(),n=s.useRef({}),o=s.useRef(e),a=s.useRef("none"),i=e?"mounted":"unmounted",[l,u]=rA(i,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return s.useEffect(()=>{let d=ys(n.current);a.current=l==="mounted"?d:"none"},[l]),Md(()=>{let d=n.current,f=o.current;if(f!==e){let h=a.current,p=ys(d);e?u("MOUNT"):p==="none"||(d==null?void 0:d.display)==="none"?u("UNMOUNT"):u(f&&h!==p?"ANIMATION_OUT":"UNMOUNT"),o.current=e}},[e,u]),Md(()=>{if(t){let d=c(h=>{let p=ys(n.current).includes(h.animationName);h.target===t&&p&&El.flushSync(()=>u("ANIMATION_END"))},"handleAnimationEnd"),f=c(h=>{h.target===t&&(a.current=ys(n.current))},"handleAnimationStart");return t.addEventListener("animationstart",f),t.addEventListener("animationcancel",d),t.addEventListener("animationend",d),()=>{t.removeEventListener("animationstart",f),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 ys(e){return(e==null?void 0:e.animationName)||"none"}function E7(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,iV=$(()=>{"use client";eA(),tA(),c(rA,"useStateMachine"),wi=c(e=>{let{present:t,children:r}=e,n=D7(t),o=typeof r=="function"?r({present:n.isPresent}):s.Children.only(r),a=Kn(n.ref,E7(o));return typeof r=="function"||n.isPresent?s.cloneElement(o,{ref:a}):null},"Presence"),wi.displayName="Presence",c(D7,"usePresence"),c(ys,"getAnimationName"),c(E7,"getElementRef")});function nA(e,t=[]){let r=[];function n(a,i){let l=s.createContext(i),u=r.length;r=[...r,i];function d(h){let{scope:p,children:m,...g}=h,y=(p==null?void 0:p[e][u])||l,D=s.useMemo(()=>g,Object.values(g));return A.jsx(y.Provider,{value:D,children:m})}c(d,"Provider");function f(h,p){let m=(p==null?void 0:p[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(f,"useContext2"),d.displayName=a+"Provider",[d,f]}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,oA(o,...t)]}function oA(...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 lV=$(()=>{c(nA,"createContextScope"),c(oA,"composeContextScopes")});function eo(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 sV=$(()=>{c(eo,"useCallbackRef")});function aA(e){let t=s.useContext(iA);return e||t||"ltr"}var iA,uV=$(()=>{iA=s.createContext(void 0),c(aA,"useDirection")});function lA(e,[t,r]){return Math.min(r,Math.max(t,e))}var cV=$(()=>{c(lA,"clamp")});function Hn(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 dV=$(()=>{c(Hn,"composeEventHandlers")});function C7(e,t){return s.useReducer((r,n)=>t[r][n]??r,e)}function Xl(e){return e?parseInt(e,10):0}function p2(e,t){let r=e/t;return isNaN(r)?0:r}function Gs(e){let t=p2(e.viewport,e.content),r=e.scrollbar.paddingStart+e.scrollbar.paddingEnd,n=(e.scrollbar.size-r)*t;return Math.max(n,18)}function S7(e,t,r,n="ltr"){let o=Gs(r),a=o/2,i=t||a,l=o-i,u=r.scrollbar.paddingStart+i,d=r.scrollbar.size-r.scrollbar.paddingEnd-l,f=r.content-r.viewport,h=n==="ltr"?[0,f]:[f*-1,0];return x4([u,d],h)(e)}function Op(e,t,r="ltr"){let n=Gs(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=lA(e,u);return x4([0,i],[0,l])(d)}function x4(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 Pp(e,t){return e>0&&e<t}function Zl(e,t){let r=eo(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 Ho(e,t){let r=eo(t);Md(()=>{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 k7(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 jc,Np,fV,A7,Ft,Hp,jp,Vp,lr,Up,F7,_7,Wp,Vc,I7,R7,z7,qp,Gp,Jl,Yp,T7,Uc,Kp,B7,$7,sA,uA,cA,dA,fA,pV=$(()=>{"use client";aV(),iV(),lV(),eA(),sV(),uV(),tA(),cV(),dV(),c(C7,"useStateMachine"),jc="ScrollArea",[Np,fV]=nA(jc),[A7,Ft]=Np(jc),Hp=s.forwardRef((e,t)=>{let{__scopeScrollArea:r,type:n="hover",dir:o,scrollHideDelay:a=600,...i}=e,[l,u]=s.useState(null),[d,f]=s.useState(null),[h,p]=s.useState(null),[m,g]=s.useState(null),[y,D]=s.useState(null),[b,w]=s.useState(0),[v,x]=s.useState(0),[E,C]=s.useState(!1),[S,k]=s.useState(!1),F=Kn(t,T=>u(T)),_=aA(o);return A.jsx(A7,{scope:r,type:n,dir:_,scrollHideDelay:a,scrollArea:l,viewport:d,onViewportChange:f,content:h,onContentChange:p,scrollbarX:m,onScrollbarXChange:g,scrollbarXEnabled:E,onScrollbarXEnabledChange:C,scrollbarY:y,onScrollbarYChange:D,scrollbarYEnabled:S,onScrollbarYEnabledChange:k,onCornerWidthChange:w,onCornerHeightChange:x,children:A.jsx(ei.div,{dir:_,...i,ref:F,style:{position:"relative","--radix-scroll-area-corner-width":b+"px","--radix-scroll-area-corner-height":v+"px",...e.style}})})}),Hp.displayName=jc,jp="ScrollAreaViewport",Vp=s.forwardRef((e,t)=>{let{__scopeScrollArea:r,children:n,asChild:o,nonce:a,...i}=e,l=Ft(jp,r),u=s.useRef(null),d=Kn(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(ei.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:k7({asChild:o,children:n},f=>A.jsx("div",{"data-radix-scroll-area-content":"",ref:l.onContentChange,style:{minWidth:l.scrollbarXEnabled?"fit-content":void 0},children:f}))})]})}),Vp.displayName=jp,lr="ScrollAreaScrollbar",Up=s.forwardRef((e,t)=>{let{forceMount:r,...n}=e,o=Ft(lr,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(F7,{...n,ref:t,forceMount:r}):o.type==="scroll"?A.jsx(_7,{...n,ref:t,forceMount:r}):o.type==="auto"?A.jsx(Wp,{...n,ref:t,forceMount:r}):o.type==="always"?A.jsx(Vc,{...n,ref:t}):null}),Up.displayName=lr,F7=s.forwardRef((e,t)=>{let{forceMount:r,...n}=e,o=Ft(lr,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"),f=c(()=>{u=window.setTimeout(()=>i(!1),o.scrollHideDelay)},"handlePointerLeave");return l.addEventListener("pointerenter",d),l.addEventListener("pointerleave",f),()=>{window.clearTimeout(u),l.removeEventListener("pointerenter",d),l.removeEventListener("pointerleave",f)}}},[o.scrollArea,o.scrollHideDelay]),A.jsx(wi,{present:r||a,children:A.jsx(Wp,{"data-state":a?"visible":"hidden",...n,ref:t})})}),_7=s.forwardRef((e,t)=>{let{forceMount:r,...n}=e,o=Ft(lr,e.__scopeScrollArea),a=e.orientation==="horizontal",i=Zl(()=>u("SCROLL_END"),100),[l,u]=C7("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,f=a?"scrollLeft":"scrollTop";if(d){let h=d[f],p=c(()=>{let m=d[f];h!==m&&(u("SCROLL"),i()),h=m},"handleScroll");return d.addEventListener("scroll",p),()=>d.removeEventListener("scroll",p)}},[o.viewport,a,u,i]),A.jsx(wi,{present:r||l!=="hidden",children:A.jsx(Vc,{"data-state":l==="hidden"?"hidden":"visible",...n,ref:t,onPointerEnter:Hn(e.onPointerEnter,()=>u("POINTER_ENTER")),onPointerLeave:Hn(e.onPointerLeave,()=>u("POINTER_LEAVE"))})})}),Wp=s.forwardRef((e,t)=>{let r=Ft(lr,e.__scopeScrollArea),{forceMount:n,...o}=e,[a,i]=s.useState(!1),l=e.orientation==="horizontal",u=Zl(()=>{if(r.viewport){let d=r.viewport.offsetWidth<r.viewport.scrollWidth,f=r.viewport.offsetHeight<r.viewport.scrollHeight;i(l?d:f)}},10);return Ho(r.viewport,u),Ho(r.content,u),A.jsx(wi,{present:n||a,children:A.jsx(Vc,{"data-state":a?"visible":"hidden",...o,ref:t})})}),Vc=s.forwardRef((e,t)=>{let{orientation:r="vertical",...n}=e,o=Ft(lr,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=p2(l.viewport,l.content),f={...n,sizes:l,onSizesChange:u,hasThumb:d>0&&d<1,onThumbChange:c(p=>a.current=p,"onThumbChange"),onThumbPointerUp:c(()=>i.current=0,"onThumbPointerUp"),onThumbPointerDown:c(p=>i.current=p,"onThumbPointerDown")};function h(p,m){return S7(p,i.current,l,m)}return c(h,"getScrollPosition"),r==="horizontal"?A.jsx(I7,{...f,ref:t,onThumbPositionChange:c(()=>{if(o.viewport&&a.current){let p=o.viewport.scrollLeft,m=Op(p,l,o.dir);a.current.style.transform=`translate3d(${m}px, 0, 0)`}},"onThumbPositionChange"),onWheelScroll:c(p=>{o.viewport&&(o.viewport.scrollLeft=p)},"onWheelScroll"),onDragScroll:c(p=>{o.viewport&&(o.viewport.scrollLeft=h(p,o.dir))},"onDragScroll")}):r==="vertical"?A.jsx(R7,{...f,ref:t,onThumbPositionChange:c(()=>{if(o.viewport&&a.current){let p=o.viewport.scrollTop,m=Op(p,l);a.current.style.transform=`translate3d(0, ${m}px, 0)`}},"onThumbPositionChange"),onWheelScroll:c(p=>{o.viewport&&(o.viewport.scrollTop=p)},"onWheelScroll"),onDragScroll:c(p=>{o.viewport&&(o.viewport.scrollTop=h(p))},"onDragScroll")}):null}),I7=s.forwardRef((e,t)=>{let{sizes:r,onSizesChange:n,...o}=e,a=Ft(lr,e.__scopeScrollArea),[i,l]=s.useState(),u=s.useRef(null),d=Kn(t,u,a.onScrollbarXChange);return s.useEffect(()=>{u.current&&l(getComputedStyle(u.current))},[u]),A.jsx(Gp,{"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":Gs(r)+"px",...e.style},onThumbPointerDown:c(f=>e.onThumbPointerDown(f.x),"onThumbPointerDown"),onDragScroll:c(f=>e.onDragScroll(f.x),"onDragScroll"),onWheelScroll:c((f,h)=>{if(a.viewport){let p=a.viewport.scrollLeft+f.deltaX;e.onWheelScroll(p),Pp(p,h)&&f.preventDefault()}},"onWheelScroll"),onResize:c(()=>{u.current&&a.viewport&&i&&n({content:a.viewport.scrollWidth,viewport:a.viewport.offsetWidth,scrollbar:{size:u.current.clientWidth,paddingStart:Xl(i.paddingLeft),paddingEnd:Xl(i.paddingRight)}})},"onResize")})}),R7=s.forwardRef((e,t)=>{let{sizes:r,onSizesChange:n,...o}=e,a=Ft(lr,e.__scopeScrollArea),[i,l]=s.useState(),u=s.useRef(null),d=Kn(t,u,a.onScrollbarYChange);return s.useEffect(()=>{u.current&&l(getComputedStyle(u.current))},[u]),A.jsx(Gp,{"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":Gs(r)+"px",...e.style},onThumbPointerDown:c(f=>e.onThumbPointerDown(f.y),"onThumbPointerDown"),onDragScroll:c(f=>e.onDragScroll(f.y),"onDragScroll"),onWheelScroll:c((f,h)=>{if(a.viewport){let p=a.viewport.scrollTop+f.deltaY;e.onWheelScroll(p),Pp(p,h)&&f.preventDefault()}},"onWheelScroll"),onResize:c(()=>{u.current&&a.viewport&&i&&n({content:a.viewport.scrollHeight,viewport:a.viewport.offsetHeight,scrollbar:{size:u.current.clientHeight,paddingStart:Xl(i.paddingTop),paddingEnd:Xl(i.paddingBottom)}})},"onResize")})}),[z7,qp]=Np(lr),Gp=s.forwardRef((e,t)=>{let{__scopeScrollArea:r,sizes:n,hasThumb:o,onThumbChange:a,onThumbPointerUp:i,onThumbPointerDown:l,onThumbPositionChange:u,onDragScroll:d,onWheelScroll:f,onResize:h,...p}=e,m=Ft(lr,r),[g,y]=s.useState(null),D=Kn(t,F=>y(F)),b=s.useRef(null),w=s.useRef(""),v=m.viewport,x=n.content-n.viewport,E=eo(f),C=eo(u),S=Zl(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})},[v,g,x,E]),s.useEffect(C,[n,C]),Ho(g,S),Ho(m.content,S),A.jsx(z7,{scope:r,scrollbar:g,hasThumb:o,onThumbChange:eo(a),onThumbPointerUp:eo(i),onThumbPositionChange:C,onThumbPointerDown:eo(l),children:A.jsx(ei.div,{...p,ref:D,style:{position:"absolute",...p.style},onPointerDown:Hn(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:Hn(e.onPointerMove,k),onPointerUp:Hn(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})})})}),Jl="ScrollAreaThumb",Yp=s.forwardRef((e,t)=>{let{forceMount:r,...n}=e,o=qp(Jl,e.__scopeScrollArea);return A.jsx(wi,{present:r||o.hasThumb,children:A.jsx(T7,{ref:t,...n})})}),T7=s.forwardRef((e,t)=>{let{__scopeScrollArea:r,style:n,...o}=e,a=Ft(Jl,r),i=qp(Jl,r),{onThumbPositionChange:l}=i,u=Kn(t,h=>i.onThumbChange(h)),d=s.useRef(),f=Zl(()=>{d.current&&(d.current(),d.current=void 0)},100);return s.useEffect(()=>{let h=a.viewport;if(h){let p=c(()=>{if(f(),!d.current){let m=$7(h,l);d.current=m,l()}},"handleScroll");return l(),h.addEventListener("scroll",p),()=>h.removeEventListener("scroll",p)}},[a.viewport,f,l]),A.jsx(ei.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:Hn(e.onPointerDownCapture,h=>{let p=h.target.getBoundingClientRect(),m=h.clientX-p.left,g=h.clientY-p.top;i.onThumbPointerDown({x:m,y:g})}),onPointerUp:Hn(e.onPointerUp,i.onThumbPointerUp)})}),Yp.displayName=Jl,Uc="ScrollAreaCorner",Kp=s.forwardRef((e,t)=>{let r=Ft(Uc,e.__scopeScrollArea),n=!!(r.scrollbarX&&r.scrollbarY);return r.type!=="scroll"&&n?A.jsx(B7,{...e,ref:t}):null}),Kp.displayName=Uc,B7=s.forwardRef((e,t)=>{let{__scopeScrollArea:r,...n}=e,o=Ft(Uc,r),[a,i]=s.useState(0),[l,u]=s.useState(0),d=!!(a&&l);return Ho(o.scrollbarX,()=>{var h;let f=((h=o.scrollbarX)==null?void 0:h.offsetHeight)||0;o.onCornerHeightChange(f),u(f)}),Ho(o.scrollbarY,()=>{var h;let f=((h=o.scrollbarY)==null?void 0:h.offsetWidth)||0;o.onCornerWidthChange(f),i(f)}),d?A.jsx(ei.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(Xl,"toInt"),c(p2,"getThumbRatio"),c(Gs,"getThumbSize"),c(S7,"getScrollPositionFromPointer"),c(Op,"getThumbOffsetFromScroll"),c(x4,"linearScale"),c(Pp,"isScrollingWithinScrollbarBounds"),$7=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(Zl,"useDebounceCallback"),c(Ho,"useResizeObserver"),c(k7,"getSubtree"),sA=Hp,uA=Vp,cA=Up,dA=Yp,fA=Kp}),L7,M7,Qp,Xp,ul,D4=$(()=>{pV(),L7=I(sA)(({scrollbarsize:e,offset:t})=>({width:"100%",height:"100%",overflow:"hidden","--scrollbar-size":`${e+t}px`,"--radix-scroll-area-thumb-width":`${e}px`})),M7=I(uA)({width:"100%",height:"100%"}),Qp=I(cA)(({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}})),Xp=I(dA)(({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(L7,{scrollbarsize:o,offset:n,className:a},z.createElement(M7,{ref:i},e),t&&z.createElement(Qp,{orientation:"horizontal",offset:n,horizontal:t.toString(),vertical:r.toString()},z.createElement(Xp,null)),r&&z.createElement(Qp,{orientation:"vertical",offset:n,horizontal:t.toString(),vertical:r.toString()},z.createElement(Xp,null)),t&&r&&z.createElement(fA,null))),ul.displayName="ScrollArea"}),E4={};Il(E4,{SyntaxHighlighter:()=>Ys,createCopyToClipboardFunction:()=>h2,default:()=>pA,supportedLanguages:()=>m2});function h2(){return ws!=null&&ws.clipboard?e=>ws.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 O7,ws,ti,P7,m2,N7,H7,j7,V7,U7,W7,q7,Zp,G7,Y7,Ys,pA,Z1=$(()=>{f4(),O7=Ke(K1(),1),Pj(),Hj(),jj(),Uj(),qj(),Yj(),Kj(),Xj(),Zj(),eV(),tV(),nV(),Oj(),Gk(),D4(),{navigator:ws,document:ti,window:P7}=d4,m2={jsextra:Lk,jsx:Pk,json:Mk,yml:Wk,md:Nk,bash:Tk,css:Bk,html:Hk,tsx:Vk,typescript:Uk,graphql:$k},Object.entries(m2).forEach(([e,t])=>{_0.registerLanguage(e,t)}),N7=(0,O7.default)(2)(e=>Object.entries(e.code||{}).reduce((t,[r,n])=>({...t,[`* .${r}`]:n}),{})),H7=h2(),c(h2,"createCopyToClipboardFunction"),j7=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)"}}:{}),V7=c(({children:e,className:t})=>z.createElement(ul,{horizontal:!0,vertical:!0,className:t},e),"UnstyledScroller"),U7=I(V7)({position:"relative"},({theme:e})=>N7(e)),W7=I.pre(({theme:e,padded:t})=>({display:"flex",justifyContent:"flex-start",margin:0,padding:t?e.layoutMargin:0})),q7=I.div(({theme:e})=>({flex:1,paddingLeft:2,paddingRight:e.layoutMargin,opacity:1,fontFamily:e.typography.fonts.mono})),Zp=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"),G7=c(({rows:e,stylesheet:t,useInlineStyles:r})=>e.map((n,o)=>X1({node:Zp(n),stylesheet:t,useInlineStyles:r,key:`code-segement${o}`})),"defaultRenderer"),Y7=c((e,t)=>t?e?({rows:r,...n})=>e({rows:r.map(o=>Zp(o)),...n}):G7:e,"wrapRenderer"),Ys=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[f,h]=s.useState("");s.useEffect(()=>{i?i(a,e).then(h):h(e.trim())},[e,a,i]);let[p,m]=s.useState(!1),g=s.useCallback(D=>{D.preventDefault(),H7(f).then(()=>{m(!0),P7.setTimeout(()=>m(!1),1500)}).catch(Yi.error)},[f]),y=Y7(d.renderer,u);return z.createElement(j7,{bordered:n,padded:o,showLineNumbers:u,className:l},z.createElement(U7,null,z.createElement(_0,{padded:o||n,language:t,showLineNumbers:u,showInlineLineNumbers:u,useInlineStyles:!1,PreTag:W7,CodeTag:q7,lineNumberContainerStyle:{},...d,renderer:y},f)),r?z.createElement(qk,{actionItems:[{title:p?"Copied":"Copy",onClick:g}]}):null)},"SyntaxHighlighter"),Ys.registerLanguage=(...e)=>_0.registerLanguage(...e),pA=Ys});function K7(e){if(typeof e=="string")return lf;if(Array.isArray(e))return sf;if(!e)return;let{type:t}=e;if(W4.has(t))return t}function Q7(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(uf(e))throw new Error("doc is valid.");let r=Object.prototype.toString.call(e);if(r!=="[object Object]")return`Unexpected doc '${r}'.`;let n=xF([...W4].map(o=>`'${o}'`));return`Unexpected doc.type '${e.type}'.
|
272
|
+
Expected it to be ${n}.`}function Fr(e){return Eo(e),{type:Au,contents:e}}function C4(e,t){return Eo(t),{type:Fu,contents:t,n:e}}function _e(e,t={}){return Eo(e),cf(t.expandedStates,!0),{type:dl,id:t.id,contents:e,break:!!t.shouldBreak,expandedStates:t.expandedStates}}function hA(e){return C4(Number.NEGATIVE_INFINITY,e)}function mA(e){return C4({type:"root"},e)}function S4(e){return cf(e),{type:_u,parts:e}}function Su(e,t="",r={}){return Eo(e),t!==""&&Eo(t),{type:Iu,breakContents:e,flatContents:t,groupId:r.groupId}}function gA(e,t){return Eo(e),{type:Ru,contents:e,groupId:t.groupId,negate:t.negate}}function Ia(e,t){Eo(e),cf(t);let r=[];for(let n=0;n<t.length;n++)n!==0&&r.push(e),r.push(t[n]);return r}function J1(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(uf(a)){case sf:return t(a.map(n));case _u:return t({...a,parts:a.parts.map(n)});case Iu: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 Fu:case Au:case Ru:case qd:case Ud:return t({...a,contents:n(a.contents)});case lf:case jd:case Vd:case Wd:case Qn:case Xs:return t(a);default:throw new q4(a)}}}function vA(e){switch(uf(e)){case _u: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 Fu:case Au:case Ru:case Ud:if(!e.contents)return"";break;case Iu:if(!e.flatContents&&!e.breakContents)return"";break;case sf:{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 lf:case jd:case Vd:case Wd:case Qn:case qd:case Xs:break;default:throw new q4(e)}return e}function yA(e){return J1(e,t=>vA(t))}function Kt(e,t=DF){return J1(e,r=>typeof r=="string"?Ia(t,r.split(`
|
273
|
+
`)):r)}function X7(e,t){let r=t===!0||t===Cs?Cs:E2,n=r===Cs?E2:Cs,o=0,a=0;for(let i of e)i===r?o++:i===n&&a++;return o>a?n:r}function Z7(e){if(typeof e!="string")throw new TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}function J7(e){return(e==null?void 0:e.type)==="front-matter"}function Jp(e,t){var r;if(e.type==="text"||e.type==="comment"||nc(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)SF.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 e6(e,t){if(e.language==="yaml"){let r=e.value.trim(),n=r?await t(r,{parser:"yaml"}):"";return mA([e.startDelimiter,e.explicitLanguage,me,n,n?me:"",e.endDelimiter])}}function Qu(e,t=!0){return[Fr([qe,e]),t?qe:""]}function Ra(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 er(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?_e(a):Qu(a)}function t6(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)?"":er(a,e,{parser:"__ng_directive",__isInHtmlAttribute:!1},Ra)}function g2(e,t){if(!t)return;let r=FF(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 r6(e,t){let r=e.plugins.flatMap(o=>o.languages??[]),n=wA(r,t.language)??g2(r,t.physicalFile)??g2(r,t.file)??(t.physicalFile,void 0);return n==null?void 0:n.parsers[0]}function n6(e){return e.type==="element"&&!e.hasExplicitNamespace&&!["html","svg"].includes(e.namespace)}function k4(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")||tf(e,t)&&!ln(e)&&e.type!=="interpolation")}function Xu(e){return e.type==="attribute"||!e.parent||!e.prev?!1:bA(e.prev)}function bA(e){return e.type==="comment"&&e.value.trim()==="prettier-ignore"}function Rt(e){return e.type==="text"||e.type==="comment"}function ln(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 xA(e){return e.children&&!ln(e)}function DA(e){return ln(e)||e.type==="interpolation"||A4(e)}function A4(e){return B4(e).startsWith("pre")}function EA(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 nc(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||ln(e.parent)||Zu(e.parent,t)||!zA(e.parent.cssDisplay))||e.prev&&!$A(e.prev.cssDisplay))}}function CA(e,t){return nc(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||ln(e.parent)||Zu(e.parent,t)||!TA(e.parent.cssDisplay))||e.next&&!BA(e.next.cssDisplay))}function SA(e){return LA(e.cssDisplay)&&!ln(e)}function bs(e){return nc(e)||e.next&&e.sourceSpan.end&&e.sourceSpan.end.line+1<e.next.sourceSpan.start.line}function kA(e){return F4(e)||e.type==="element"&&e.children.length>0&&(["body","script","style"].includes(e.name)||e.children.some(t=>FA(t)))||e.firstChild&&e.firstChild===e.lastChild&&e.firstChild.type!=="text"&&I4(e.firstChild)&&(!e.lastChild.isTrailingSpaceSensitive||R4(e.lastChild))}function F4(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 I0(e){return z4(e)||e.prev&&AA(e.prev)||_4(e)}function AA(e){return z4(e)||e.type==="element"&&e.fullName==="br"||_4(e)}function _4(e){return I4(e)&&R4(e)}function I4(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 R4(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 z4(e){switch(e.type){case"ieConditionalComment":case"comment":case"directive":return!0;case"element":return["script","select"].includes(e.name)}return!1}function ef(e){return e.lastChild?ef(e.lastChild):e}function FA(e){var t;return(t=e.children)==null?void 0:t.some(r=>r.type!=="text")}function T4(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 _A(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":oc(t,{language:a})??T4(o)}function IA(e,t){if(!tf(e,t))return;let{attrMap:r}=e;if(Object.prototype.hasOwnProperty.call(r,"src"))return;let{type:n,lang:o}=r;return oc(t,{language:o})??T4(n)}function RA(e,t){if(e.name!=="style")return;let{lang:r}=e.attrMap;return r?oc(t,{language:r}):"css"}function v2(e,t){return _A(e,t)??RA(e,t)??IA(e,t)}function Rl(e){return e==="block"||e==="list-item"||e.startsWith("table")}function zA(e){return!Rl(e)&&e!=="inline-block"}function TA(e){return!Rl(e)&&e!=="inline-block"}function BA(e){return!Rl(e)}function $A(e){return!Rl(e)}function LA(e){return!Rl(e)&&e!=="inline-block"}function Da(e){return B4(e).startsWith("pre")}function MA(e,t){let r=e;for(;r;){if(t(r))return!0;r=r.parent}return!1}function OA(e,t){var r;if(za(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(MA(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))&&IF[e.name]||_F}}function B4(e){return e.type==="element"&&(!e.namespace||pl(e))&&zF[e.name]||RF}function PA(e){let t=Number.POSITIVE_INFINITY;for(let r of e.split(`
|
274
|
+
`)){if(r.length===0)continue;let n=vr.getLeadingWhitespaceCount(r);if(n===0)return 0;r.length!==n&&n<t&&(t=n)}return t===Number.POSITIVE_INFINITY?0:t}function $4(e,t=PA(e)){return t===0?e:e.split(`
|
275
|
+
`).map(r=>r.slice(t)).join(`
|
276
|
+
`)}function L4(e){return xt(!1,xt(!1,e,"'","'"),""",'"')}function Ln(e){return L4(e.value)}function Zu(e,t){return za(e,t)&&!BF.has(e.fullName)}function za(e,t){return t.parser==="vue"&&e.type==="element"&&e.parent.type==="root"&&e.fullName.toLowerCase()!=="html"}function tf(e,t){return za(e,t)&&(Zu(e,t)||e.attrMap.lang&&e.attrMap.lang!=="html")}function NA(e){let t=e.fullName;return t.charAt(0)==="#"||t==="slot-scope"||t==="v-slot"||t.startsWith("v-slot:")}function HA(e,t){let r=e.parent;if(!za(r,t))return!1;let n=r.fullName,o=e.fullName;return n==="script"&&o==="setup"||n==="style"&&o==="vars"}function M4(e,t=e.value){return e.parent.isWhitespaceSensitive?e.parent.isIndentationSensitive?Kt(t):Kt($4(G4(t)),me):Ia(Le,vr.split(t))}function O4(e,t){return za(e,t)&&e.name==="script"}async function jA(e,t){let r=[];for(let[n,o]of e.split(Y4).entries())if(n%2===0)r.push(Kt(o));else try{r.push(_e(["{{",Fr([Le,await er(o,t,{parser:"__ng_interpolation",__isInHtmlInterpolation:!0})]),Le,"}}"]))}catch{r.push("{{",Kt(o),"}}")}return r}function Wc({parser:e}){return(t,r,n)=>er(Ln(n.node),t,{parser:e},Ra)}function o6(e,t){if(t.parser!=="angular")return;let{node:r}=e,n=r.fullName;if(n.startsWith("(")&&n.endsWith(")")||n.startsWith("on-"))return $F;if(n.startsWith("[")&&n.endsWith("]")||/^bind(?:on)?-/u.test(n)||/^ng-(?:if|show|hide|class|style)$/u.test(n))return LF;if(n.startsWith("*"))return MF;let o=Ln(r);if(/^i18n(?:-.+)?$/u.test(n))return()=>Qu(S4(M4(r,o.trim())),!o.includes("@@"));if(Y4.test(o))return a=>jA(o,a)}function a6(e,t){let{node:r}=e,n=Ln(r);if(r.fullName==="class"&&!t.parentParser&&!n.includes("{{"))return()=>n.trim().split(/\s+/u).join(" ")}function y2(e){return e===" "||e===`
|
277
|
+
`||e==="\f"||e==="\r"||e===" "}function i6(e){let t=e.length,r,n,o,a,i,l=0,u;function d(m){let g,y=m.exec(e.substring(l));if(y)return[g]=y,l+=g.length,g}c(d,"p");let f=[];for(;;){if(d(HF),l>=t){if(f.length===0)throw new Error("Must contain one or more image candidate strings.");return f}u=l,r=d(jF),n=[],r.slice(-1)===","?(r=r.replace(VF,""),p()):h()}function h(){for(d(NF),o="",a="in descriptor";;){if(i=e.charAt(l),a==="in descriptor")if(y2(i))o&&(n.push(o),o="",a="after descriptor");else if(i===","){l+=1,o&&n.push(o),p();return}else if(i==="(")o+=i,a="in parens";else if(i===""){o&&n.push(o),p();return}else o+=i;else if(a==="in parens")if(i===")")o+=i,a="in descriptor";else if(i===""){n.push(o),p();return}else o+=i;else if(a==="after descriptor"&&!y2(i))if(i===""){p();return}else a="in descriptor",l-=1;l+=1}}c(h,"f");function p(){let m=!1,g,y,D,b,w={},v,x,E,C,S;for(b=0;b<n.length;b++)v=n[b],x=v[v.length-1],E=v.substring(0,v.length-1),C=parseInt(E,10),S=parseFloat(E),C2.test(E)&&x==="w"?((g||y)&&(m=!0),C===0?m=!0:g=C):UF.test(E)&&x==="x"?((g||y||D)&&(m=!0),S<0?m=!0:y=S):C2.test(E)&&x==="h"?((D||y)&&(m=!0),C===0?m=!0:D=C):m=!0;if(!m)w.source={value:r,startOffset:u},g&&(w.width={value:g}),y&&(w.density={value:y}),D&&(w.height={value:D}),f.push(w);else throw new Error(`Invalid srcset descriptor found in "${e}" at "${v}".`)}c(p,"d")}function l6(e){if(e.node.fullName==="srcset"&&(e.parent.fullName==="img"||e.parent.fullName==="source"))return()=>VA(Ln(e.node))}function VA(e){let t=WF(e),r=qF.filter(f=>t.some(h=>Object.prototype.hasOwnProperty.call(h,f)));if(r.length>1)throw new Error("Mixed descriptor in srcset is not supported");let[n]=r,o=S2[n],a=t.map(f=>f.source.value),i=Math.max(...a.map(f=>f.length)),l=t.map(f=>f[n]?String(f[n].value):""),u=l.map(f=>{let h=f.indexOf(".");return h===-1?f.length:h}),d=Math.max(...u);return Qu(Ia([",",Le],a.map((f,h)=>{let p=[f],m=l[h];if(m){let g=i-f.length+1,y=d-u[h],D=" ".repeat(g+y);p.push(Su(D," "),m+o)}return p})))}function UA(e,t){let{node:r}=e,n=Ln(e.node).trim();if(r.fullName==="style"&&!t.parentParser&&!n.includes("{{"))return async o=>Qu(await o(n,{parser:"css",__isHTMLStyleAttribute:!0}))}function s6(e,t){let{root:r}=e;return R0.has(r)||R0.set(r,r.children.some(n=>O4(n,t)&&["ts","typescript"].includes(n.attrMap.lang))),R0.get(r)}function WA(e,t,r){let{node:n}=r,o=Ln(n);return er(`type T<${o}> = any`,e,{parser:"babel-ts",__isEmbeddedTypescriptGenericParameters:!0},Ra)}function qA(e,t,{parseWithTs:r}){return er(`function _(${e}) {}`,t,{parser:r?"babel-ts":"babel",__isVueBindings:!0})}function GA(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 YA(e,t,r,n){let o=Ln(r.node),{left:a,operator:i,right:l}=KA(o),u=df(r,n);return[_e(await er(`function _(${a}) {}`,e,{parser:u?"babel-ts":"babel",__isVueForBindingLeft:!0}))," ",i," ",await er(l,e,{parser:u?"__ts_expression":"__js_expression"})]}function KA(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=xt(!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,f)=>!d&&(f===0||u.slice(f+1).some(Boolean))))return{left:u.filter(Boolean).join(","),operator:o[2],right:a.for}}function u6(e,t){if(t.parser!=="vue")return;let{node:r}=e,n=r.fullName;if(n==="v-for")return YA;if(n==="generic"&&O4(r.parent,t))return WA;let o=Ln(r),a=df(e,t);if(NA(r)||HA(r,t))return i=>qA(o,i,{parseWithTs:a});if(n.startsWith("@")||n.startsWith("v-on:"))return i=>QA(o,i,{parseWithTs:a});if(n.startsWith(":")||n.startsWith("v-bind:"))return i=>XA(o,i,{parseWithTs:a});if(n.startsWith("v-"))return i=>P4(o,i,{parseWithTs:a})}function QA(e,t,{parseWithTs:r}){return GA(e)?P4(e,t,{parseWithTs:r}):er(e,t,{parser:r?"__vue_ts_event_binding":"__vue_event_binding"},Ra)}function XA(e,t,{parseWithTs:r}){return er(e,t,{parser:r?"__vue_ts_expression":"__vue_expression"},Ra)}function P4(e,t,{parseWithTs:r}){return er(e,t,{parser:r?"__ts_expression":"__js_expression"},Ra)}function c6(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[GF,UA,PF,YF,OF]){let o=n(e,t);if(o)return ZA(o)}}}function ZA(e){return async(t,r,n,o)=>{let a=await e(t,r,n,o);if(a)return a=J1(a,i=>typeof i=="string"?xt(!1,i,'"',"""):i),[n.node.rawName,'="',_e(a),'"']}}function d6(e){return Array.isArray(e)&&e.length>0}function Ju(e){return e.sourceSpan.start.offset}function ec(e){return e.sourceSpan.end.offset}function Od(e,t){return[e.isSelfClosing?"":JA(e,t),_i(e,t)]}function JA(e,t){return e.lastChild&&cl(e.lastChild)?"":[eF(e,t),rf(e,t)]}function _i(e,t){return(e.next?xo(e.next):Tl(e.parent))?"":[zl(e,t),bo(e,t)]}function eF(e,t){return Tl(e)?zl(e.lastChild,t):""}function bo(e,t){return cl(e)?rf(e.parent,t):tc(e)?nf(e.next):""}function rf(e,t){if(K4(!e.isSelfClosing),N4(e,t))return"";switch(e.type){case"ieConditionalComment":return"<!";case"element":if(e.hasHtmComponentClosingTag)return"<//";default:return`</${e.rawName}`}}function zl(e,t){if(N4(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 N4(e,t){return!e.isSelfClosing&&!e.endSourceSpan&&(Xu(e)||k4(e.parent,t))}function xo(e){return e.prev&&e.prev.type!=="docType"&&e.type!=="angularControlFlowBlock"&&!Rt(e.prev)&&e.isLeadingSpaceSensitive&&!e.hasLeadingSpaces}function Tl(e){var t;return((t=e.lastChild)==null?void 0:t.isTrailingSpaceSensitive)&&!e.lastChild.hasTrailingSpaces&&!Rt(ef(e.lastChild))&&!Da(e)}function cl(e){return!e.next&&!e.hasTrailingSpaces&&e.isTrailingSpaceSensitive&&Rt(ef(e))}function tc(e){return e.next&&!Rt(e.next)&&Rt(e)&&e.isTrailingSpaceSensitive&&!e.hasTrailingSpaces}function tF(e){let t=e.trim().match(/^prettier-ignore-attribute(?:\s+(.+))?$/su);return t?t[1]?t[1].split(/\s+/u):!0:!1}function rc(e){return!e.prev&&e.isLeadingSpaceSensitive&&!e.hasLeadingSpaces}function rF(e,t,r){var n;let{node:o}=e;if(!ff(o.attrs))return o.isSelfClosing?" ":"";let a=((n=o.prev)==null?void 0:n.type)==="comment"&&tF(o.prev.value),i=typeof a=="boolean"?()=>a:Array.isArray(a)?h=>a.includes(h.rawName):()=>!1,l=e.map(({node:h})=>i(h)?Kt(t.originalText.slice(Ju(h),ec(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&&!za(o,t)?me:Le,f=[Fr([u?" ":Le,Ia(d,l)])];return o.firstChild&&rc(o.firstChild)||o.isSelfClosing&&Tl(o.parent)||u?f.push(o.isSelfClosing?" ":""):f.push(t.bracketSameLine?o.isSelfClosing?" ":"":o.isSelfClosing?Le:qe),f}function nF(e){return e.firstChild&&rc(e.firstChild)?"":of(e)}function Pd(e,t,r){let{node:n}=e;return[Ii(n,t),rF(e,t,r),n.isSelfClosing?"":nF(n)]}function Ii(e,t){return e.prev&&tc(e.prev)?"":[Do(e,t),nf(e)]}function Do(e,t){return rc(e)?of(e.parent):xo(e)?zl(e.prev,t):""}function nf(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 of(e){switch(K4(!e.isSelfClosing),e.type){case"ieConditionalComment":return"]>";case"element":if(e.condition)return"><!--<![endif]-->";default:return">"}}function f6(e,t){if(!e.endSourceSpan)return"";let r=e.startSourceSpan.end.offset;e.firstChild&&rc(e.firstChild)&&(r-=of(e).length);let n=e.endSourceSpan.start.offset;return e.lastChild&&cl(e.lastChild)?n+=rf(e,t).length:Tl(e)&&(n-=zl(e.lastChild,t).length),t.originalText.slice(r,n)}function p6(e,t){let{node:r}=e;switch(r.type){case"element":if(ln(r)||r.type==="interpolation")return;if(!r.isSelfClosing&&tf(r,t)){let n=v2(r,t);return n?async(o,a)=>{let i=Q4(r,t),l=/^\s*$/u.test(i),u="";return l||(u=await o(G4(i),{parser:n,__embeddedInHtml:!0}),l=u===""),[Do(r,t),_e(Pd(e,t,a)),l?"":me,u,l?"":me,Od(r,t),bo(r,t)]}:void 0}break;case"text":if(ln(r.parent)){let n=v2(r.parent,t);if(n)return async o=>{let a=n==="markdown"?$4(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,Do(r,t),await o(a,i),bo(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=df(e,t)?"__vue_ts_expression":"__vue_expression":o.parser="__js_expression",[Fr([Le,await n(r.value,o)]),r.parent.next&&xo(r.parent.next)?" ":Le]};break;case"attribute":return KF(e,t);case"front-matter":return n=>kF(r,n);case"angularControlFlowBlockParameters":return QF.has(e.parent.name)?AF:void 0;case"angularLetDeclarationInitializer":return n=>er(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 oF(e){return Ri(e)}function h6(e,t="type"){oF(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 aF(e){return/^\s*<!--\s*@(?:format|prettier)\s*-->/u.test(e)}function m6(e){return`<!-- @format -->
|
278
|
+
|
279
|
+
`+e}function H4(e){let t=ec(e);return e.type==="element"&&!e.endSourceSpan&&ff(e.children)?Math.max(t,H4(fl(!1,e.children,-1))):t}function ri(e,t,r){let n=e.node;if(Xu(n)){let o=H4(n);return[Do(n,t),Kt(vr.trimEnd(t.originalText.slice(Ju(n)+(n.prev&&tc(n.prev)?nf(n).length:0),o-(n.next&&xo(n.next)?zl(n,t).length:0)))),bo(n,t)]}return r()}function xs(e,t){return Rt(e)&&Rt(t)?e.isTrailingSpaceSensitive?e.hasTrailingSpaces?I0(t)?me:Le:"":I0(t)?me:qe:tc(e)&&(Xu(t)||t.firstChild||t.isSelfClosing||t.type==="element"&&t.attrs.length>0)||e.type==="element"&&e.isSelfClosing&&xo(t)?"":!t.isLeadingSpaceSensitive||I0(t)||xo(t)&&e.lastChild&&cl(e.lastChild)&&e.lastChild.lastChild&&cl(e.lastChild.lastChild)?me:t.hasLeadingSpaces?Le:qe}function af(e,t,r){let{node:n}=e;if(F4(n))return[zi,...e.map(a=>{let i=a.node,l=i.prev?xs(i.prev,i):"";return[l?[l,bs(i.prev)?me:""]:"",ri(a,t,r)]},"children")];let o=n.children.map(()=>Symbol(""));return e.map((a,i)=>{let l=a.node;if(Rt(l)){if(l.prev&&Rt(l.prev)){let g=xs(l.prev,l);if(g)return bs(l.prev)?[me,me,ri(a,t,r)]:[g,ri(a,t,r)]}return ri(a,t,r)}let u=[],d=[],f=[],h=[],p=l.prev?xs(l.prev,l):"",m=l.next?xs(l,l.next):"";return p&&(bs(l.prev)?u.push(me,me):p===me?u.push(me):Rt(l.prev)?d.push(p):d.push(Su("",qe,{groupId:o[i-1]}))),m&&(bs(l)?Rt(l.next)&&h.push(me,me):m===me?Rt(l.next)&&h.push(me):f.push(m)),[...u,_e([...d,_e([ri(a,t,r),...f],{id:o[i]})]),...h]},"children")}function iF(e,t,r){let{node:n}=e,o=[];lF(e)&&o.push("} "),o.push("@",n.name),n.parameters&&o.push(" (",_e(r("parameters")),")"),o.push(" {");let a=j4(n);return n.children.length>0?(n.firstChild.hasLeadingSpaces=!0,n.lastChild.hasTrailingSpaces=!0,o.push(Fr([me,af(e,t,r)])),a&&o.push(me,"}")):a&&o.push("}"),_e(o,{shouldBreak:!0})}function j4(e){var t,r;return!(((t=e.next)==null?void 0:t.type)==="angularControlFlowBlock"&&(r=XF.get(e.name))!=null&&r.has(e.next.name))}function lF(e){let{previous:t}=e;return(t==null?void 0:t.type)==="angularControlFlowBlock"&&!Xu(t)&&!j4(t)}function sF(e,t,r){return[Fr([qe,Ia([";",Le],e.map(r,"children"))]),qe]}function uF(e,t,r){let{node:n}=e;return[Ii(n,t),_e([n.switchValue.trim(),", ",n.clause,n.cases.length>0?[",",Fr([Le,Ia(Le,e.map(r,"cases"))])]:"",qe]),_i(n,t)]}function cF(e,t,r){let{node:n}=e;return[n.value," {",_e([Fr([qe,e.map(({node:o})=>o.type==="text"&&!vr.trim(o.value)?"":r(),"expression")]),qe]),"}"]}function dF(e,t,r){let{node:n}=e;if(k4(n,t))return[Do(n,t),_e(Pd(e,t,r)),Kt(Q4(n,t)),...Od(n,t),bo(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(f=>_e([_e(Pd(e,t,r),{id:a}),f,Od(n,t)]),"a"),l=c(f=>o?gA(f,{groupId:a}):(ln(n)||Zu(n,t))&&n.parent.type==="root"&&t.parser==="vue"&&!t.vueIndentScriptAndStyle?f:Fr(f),"o"),u=c(()=>o?Su(qe,"",{groupId:a}):n.firstChild.hasLeadingSpaces&&n.firstChild.isLeadingSpaceSensitive?Le:n.firstChild.type==="text"&&n.isWhitespaceSensitive&&n.isIndentationSensitive?hA(qe):qe,"u"),d=c(()=>(n.next?xo(n.next):Tl(n.parent))?n.lastChild.hasTrailingSpaces&&n.lastChild.isTrailingSpaceSensitive?" ":"":o?Su(qe,"",{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)?"":qe,"p");return n.children.length===0?i(n.hasDanglingSpaces&&n.isDanglingSpaceSensitive?Le:""):i([kA(n)?zi:"",l([u(),af(e,t,r)]),d()])}function Ks(e){return e>=9&&e<=32||e==160}function Nd(e){return 48<=e&&e<=57}function Qs(e){return e>=97&&e<=122||e>=65&&e<=90}function fF(e){return e>=97&&e<=102||e>=65&&e<=70||Nd(e)}function qc(e){return e===10||e===13}function eh(e){return 48<=e&&e<=55}function Gc(e){return e===39||e===34||e===96}function g6(e){return e.replace(ZF,(...t)=>t[1].toUpperCase())}function v6(e,t){for(let r of JF)r(e,t);return e}function y6(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 w6(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 Z(a.sourceSpan.start,i.sourceSpan.end),u=new Z(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 Z(i.sourceSpan.start,a.sourceSpan.end),n.removeChild(a),o--)}})}function b6(e){return pF(e,t=>t.type==="cdata",t=>`<![CDATA[${t.value}]]>`)}function x6(e){let t=c(r=>{var n,o;return r.type==="element"&&r.attrs.length===0&&r.children.length===1&&r.firstChild.type==="text"&&!vr.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 Z(a.sourceSpan.start,i.sourceSpan.end),a.isTrailingSpaceSensitive=i.isTrailingSpaceSensitive,a.hasTrailingSpaces=i.hasTrailingSpaces,r.removeChild(o),n--,r.removeChild(i)}})}function D6(e,t){if(t.parser==="html")return;let r=/\{\{(.+?)\}\}/su;e.walk(n=>{if(xA(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 Z(a,i)});continue}i=a.moveBy(d.length+4),n.insertChildBefore(o,{type:"interpolation",sourceSpan:new Z(a,i),children:d.length===0?[]:[{type:"text",value:d,sourceSpan:new Z(a.moveBy(2),i.moveBy(-2))}]})}n.removeChild(o)}})}function E6(e){e.walk(t=>{if(!t.children)return;if(t.children.length===0||t.children.length===1&&t.children[0].type==="text"&&vr.trim(t.children[0].value).length===0){t.hasDanglingSpaces=t.children.length>0,t.children=[];return}let r=DA(t),n=A4(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}=TF(a.value),d=a.prev,f=a.next;l?(a.value=l,a.sourceSpan=new Z(a.sourceSpan.start.moveBy(i.length),a.sourceSpan.end.moveBy(-u.length)),i&&(d&&(d.hasTrailingSpaces=!0),a.hasLeadingSpaces=!0),u&&(a.hasTrailingSpaces=!0,f&&(f.hasLeadingSpaces=!0))):(t.removeChild(a),o--,(i||u)&&(d&&(d.hasTrailingSpaces=!0),f&&(f.hasLeadingSpaces=!0)))}t.isWhitespaceSensitive=r,t.isIndentationSensitive=n})}function C6(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 S6(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 k6(e,t){e.walk(r=>{r.cssDisplay=OA(r,t)})}function A6(e,t){e.walk(r=>{let{children:n}=r;if(n){if(n.length===0){r.isDanglingSpaceSensitive=SA(r);return}for(let o of n)o.isLeadingSpaceSensitive=EA(o,t),o.isTrailingSpaceSensitive=CA(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 F6(e,t,r){let{node:n}=e;switch(n.type){case"front-matter":return Kt(n.raw);case"root":return t.__onHtmlRoot&&t.__onHtmlRoot(n),[_e(af(e,t,r)),me];case"element":case"ieConditionalComment":return dF(e,t,r);case"angularControlFlowBlock":return iF(e,t,r);case"angularControlFlowBlockParameters":return sF(e,t,r);case"angularControlFlowBlockParameter":return vr.trim(n.expression);case"angularLetDeclaration":return _e(["@let ",_e([n.id," =",_e(Fr([Le,r("init")]))]),";"]);case"angularLetDeclarationInitializer":return n.value;case"angularIcuExpression":return uF(e,t,r);case"angularIcuCase":return cF(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[Kt(l),i?me:""]}let o=yA([Do(n,t),...M4(n),bo(n,t)]);return Array.isArray(o)?S4(o):o}case"docType":return[_e([Ii(n,t)," ",xt(!1,n.value.replace(/^html\b/iu,"html"),/\s+/gu," ")]),_i(n,t)];case"comment":return[Do(n,t),Kt(t.originalText.slice(Ju(n),ec(n))),bo(n,t)];case"attribute":{if(n.value===null)return n.rawName;let o=L4(n.value),a=EF(o,'"');return[n.rawName,"=",a,Kt(a==='"'?xt(!1,o,'"',"""):xt(!1,o,"'","'")),a]}case"cdata":default:throw new CF(n,"HTML")}}function ku(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 th(e){return ku(e)[1]==="ng-container"}function rh(e){return ku(e)[1]==="ng-content"}function Ds(e){return e===null?null:ku(e)[0]}function es(e,t){return e?`:${e}:${t}`:t}function nh(){return z0||(z0={},Es(oa.HTML,["iframe|srcdoc","*|innerHTML","*|outerHTML"]),Es(oa.STYLE,["*|style"]),Es(oa.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"]),Es(oa.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"])),z0}function Es(e,t){for(let r of t)z0[r.toLowerCase()]=e}function _6(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 Hd(e){return rs||(I8=new X({canSelfClose:!0}),rs=Object.assign(Object.create(null),{base:new X({isVoid:!0}),meta:new X({isVoid:!0}),area:new X({isVoid:!0}),embed:new X({isVoid:!0}),link:new X({isVoid:!0}),img:new X({isVoid:!0}),input:new X({isVoid:!0}),param:new X({isVoid:!0}),hr:new X({isVoid:!0}),br:new X({isVoid:!0}),source:new X({isVoid:!0}),track:new X({isVoid:!0}),wbr:new X({isVoid:!0}),p:new X({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 X({closedByChildren:["tbody","tfoot"]}),tbody:new X({closedByChildren:["tbody","tfoot"],closedByParent:!0}),tfoot:new X({closedByChildren:["tbody"],closedByParent:!0}),tr:new X({closedByChildren:["tr"],closedByParent:!0}),td:new X({closedByChildren:["td","th"],closedByParent:!0}),th:new X({closedByChildren:["td","th"],closedByParent:!0}),col:new X({isVoid:!0}),svg:new X({implicitNamespacePrefix:"svg"}),foreignObject:new X({implicitNamespacePrefix:"svg",preventNamespaceInheritance:!0}),math:new X({implicitNamespacePrefix:"math"}),li:new X({closedByChildren:["li"],closedByParent:!0}),dt:new X({closedByChildren:["dt","dd"]}),dd:new X({closedByChildren:["dt","dd"],closedByParent:!0}),rb:new X({closedByChildren:["rb","rt","rtc","rp"],closedByParent:!0}),rt:new X({closedByChildren:["rb","rt","rtc","rp"],closedByParent:!0}),rtc:new X({closedByChildren:["rb","rtc","rp"],closedByParent:!0}),rp:new X({closedByChildren:["rb","rt","rtc","rp"],closedByParent:!0}),optgroup:new X({closedByChildren:["optgroup"],closedByParent:!0}),option:new X({closedByChildren:["option","optgroup"],closedByParent:!0}),pre:new X({ignoreFirstLf:!0}),listing:new X({ignoreFirstLf:!0}),style:new X({contentType:gr.RAW_TEXT}),script:new X({contentType:gr.RAW_TEXT}),title:new X({contentType:{default:gr.ESCAPABLE_RAW_TEXT,svg:gr.PARSABLE_DATA}}),textarea:new X({contentType:gr.ESCAPABLE_RAW_TEXT,ignoreFirstLf:!0})}),new e_().allKnownElementNames().forEach(t=>{!rs[t]&&Ds(t)===null&&(rs[t]=new X({canSelfClose:!1}))})),rs[e]??I8}function w2(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 I6(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];r_.forEach(o=>{if(o.test(r)||o.test(n))throw new Error(`['${r}', '${n}'] contains unusable interpolation symbol.`)})}}function R6(e,t,r,n={}){let o=new o_(new X4(e,t),r,n);return o.tokenize(),new n_(hF(o.tokens),o.errors,o.nonNormalizedIcuExpressions)}function jo(e){return`Unexpected character "${e===0?"EOF":String.fromCharCode(e)}"`}function oh(e){return`Unknown entity "${e}" - use the "&#<decimal>;" or "&#x<hex>;" syntax`}function z6(e,t){return`Unable to parse entity "${t}" - ${e} character reference entities must end with ";"`}function Ce(e){return!Ks(e)||e===0}function ah(e){return Ks(e)||e===62||e===60||e===47||e===39||e===34||e===61||e===0}function T6(e){return(e<97||122<e)&&(e<65||90<e)&&(e<48||e>57)}function B6(e){return e===59||e===0||!fF(e)}function $6(e){return e===59||e===0||!Qs(e)}function L6(e){return e!==125}function M6(e,t){return b2(e)===b2(t)}function b2(e){return e>=97&&e<=122?e-97+65:e}function ih(e){return Qs(e)||Nd(e)||e===95}function lh(e){return e!==59&&Ce(e)}function hF(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 sh(e,t){return e.length>0&&e[e.length-1]===t}function uh(e,t){return Zs[t]!==void 0?Zs[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 x2(e,t={}){let{canSelfClose:r=!1,allowHtmComponentClosingTags:n=!1,isTagNameCaseSensitive:o=!1,getTagContentType:a,tokenizeAngularBlocks:i=!1,tokenizeAngularLetDeclaration:l=!1}=t;return a_().parse(e,"angular-html-parser",{tokenizeExpansionForms:i,interpolationConfig:void 0,canSelfClose:r,allowHtmComponentClosingTags:n,tokenizeBlocks:i,tokenizeLet:l},o,a)}function O6(e,t){let r=new SyntaxError(e+" ("+t.loc.start.line+":"+t.loc.start.column+")");return Object.assign(r,t)}function mF(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 P6(e){let t=mF(e);if(!t)return{content:e};let{raw:r}=t;return{frontMatter:t,content:xt(!1,r,/[^\n]/gu," ")+e.slice(r.length)}}function N6(e,t){let r=e.map(t);return r.some((n,o)=>n!==e[o])?r:e}function gF(e,t){if(e.value)for(let{regex:r,parse:n}of u_){let o=e.value.match(r);if(o)return n(e,t,o)}return null}function H6(e,t,r){let[,n,o,a]=r,i=4+n.length,l=e.sourceSpan.start.moveBy(i),u=l.moveBy(a.length),[d,f]=(()=>{try{return[!0,t(a,l).children]}catch{return[!1,[{type:"text",value:a,sourceSpan:new Z(l,u)}]]}})();return{type:"ieConditionalComment",complete:d,children:f,condition:xt(!1,o.trim(),/\s+/gu," "),sourceSpan:e.sourceSpan,startSourceSpan:new Z(e.sourceSpan.start,l),endSourceSpan:new Z(u,e.sourceSpan.end)}}function j6(e,t,r){let[,n]=r;return{type:"ieConditionalStartComment",condition:xt(!1,n.trim(),/\s+/gu," "),sourceSpan:e.sourceSpan}}function V6(e){return{type:"ieConditionalEndComment",sourceSpan:e.sourceSpan}}function vF(e){if(e.type==="block"){if(e.name=xt(!1,e.name.toLowerCase(),/\s+/gu," ").trim(),e.type="angularControlFlowBlock",!ff(e.parameters)){delete e.parameters;return}for(let t of e.parameters)t.type="angularControlFlowBlockParameter";e.parameters={type:"angularControlFlowBlockParameters",children:e.parameters,sourceSpan:new Z(e.parameters[0].sourceSpan.start,fl(!1,e.parameters,-1).sourceSpan.end)}}}function yF(e){e.type==="letDeclaration"&&(e.type="angularLetDeclaration",e.id=e.name,e.init={type:"angularLetDeclarationInitializer",sourceSpan:new Z(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 V4(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:f,errors:h}=x2(e,{canSelfClose:o,allowHtmComponentClosingTags:l,isTagNameCaseSensitive:u,getTagContentType:d?(...w)=>d(...w)?gr.RAW_TEXT:void 0:void 0,tokenizeAngularBlocks:n==="angular"?!0:void 0,tokenizeAngularLetDeclaration:n==="angular"?!0:void 0});if(n==="vue"){if(f.some(E=>E.type==="docType"&&E.value==="html"||E.type==="element"&&E.name.toLowerCase()==="html"))return V4(e,k2,r);let w,v=c(()=>w??(w=x2(e,{canSelfClose:o,allowHtmComponentClosingTags:l,isTagNameCaseSensitive:u})),"y"),x=c(E=>v().rootNodes.find(({startSourceSpan:C})=>C&&C.start.offset===E.startSourceSpan.start.offset)??E,"M");for(let[E,C]of f.entries()){let{endSourceSpan:S,startSourceSpan:k}=C;if(S===null)h=v().errors,f[E]=x(C);else if(bF(C,r)){let F=v().errors.find(_=>_.span.start.offset>k.start.offset&&_.span.start.offset<S.end.offset);F&&D2(F),f[E]=x(C)}}}h.length>0&&D2(h[0]);let p=c(w=>{let v=w.name.startsWith(":")?w.name.slice(1).split(":")[0]:null,x=w.nameSpan.toString(),E=v!==null&&x.startsWith(`${v}:`),C=E?x.slice(v.length+1):x;w.name=C,w.namespace=v,w.hasExplicitNamespace=E},"d"),m=c(w=>{switch(w.type){case"element":p(w);for(let v of w.attrs)p(v),v.valueSpan?(v.value=v.valueSpan.toString(),/["']/u.test(v.value[0])&&(v.value=v.value.slice(1,-1))):v.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,v)=>{let x=w.toLowerCase();return v(x)?x:w},"A"),y=c(w=>{if(w.type==="element"&&(a&&(!w.namespace||w.namespace===w.tagDefinition.implicitNamespacePrefix||pl(w))&&(w.name=g(w.name,v=>c_.has(v))),i))for(let v of w.attrs)v.namespace||(v.name=g(v.name,x=>T0.has(w.name)&&(T0.get("*").has(x)||T0.get(w.name).has(x))))},"D"),D=c(w=>{w.sourceSpan&&w.endSourceSpan&&(w.sourceSpan=new Z(w.sourceSpan.start,w.endSourceSpan.end))},"R"),b=c(w=>{if(w.type==="element"){let v=Hd(u?w.name:w.name.toLowerCase());!w.namespace||w.namespace===v.implicitNamespacePrefix||pl(w)?w.tagDefinition=v:w.tagDefinition=Hd("")}},"F");return w2(new class extends t_{visitExpansionCase(w,v){n==="angular"&&this.visitChildren(v,x=>{x(w.expression)})}visit(w){m(w),b(w),y(w),D(w)}},f),f}function bF(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||oc(t,{language:n})==="html"}function D2(e){let{msg:t,span:{start:r,end:n}}=e;throw i_(t,{loc:{start:{line:r.line+1,column:r.col+1},end:{line:n.line+1,column:n.col+1}},cause:e})}function U4(e,t,r={},n=!0){let{frontMatter:o,content:a}=n?l_(e):{frontMatter:null,content:e},i=new X4(e,r.filepath),l=new Gd(i,0,0,0),u=l.moveBy(e.length),d={type:"root",sourceSpan:new Z(l,u),children:V4(a,t,r)};if(o){let p=new Gd(i,0,0,0),m=p.moveBy(o.raw.length);o.sourceSpan=new Z(p,m),d.children.unshift(o)}let f=new s_(d),h=c((p,m)=>{let{offset:g}=m,y=xt(!1,e.slice(0,g),/[^\n\r]/gu," "),D=U4(y+p,t,r,!1);D.sourceSpan=new Z(m,fl(!1,D.children,-1).sourceSpan.end);let b=D.children[0];return b.length===g?D.children.shift():(b.sourceSpan=new Z(b.sourceSpan.start.moveBy(g),b.sourceSpan.end),b.value=b.value.slice(g)),D},"f");return f.walk(p=>{if(p.type==="comment"){let m=gF(p,h);m&&p.parent.replaceChild(p,m)}vF(p),yF(p),wF(p)}),f}function ts(e){return{parse:c((t,r)=>U4(t,e,r),"parse"),hasPragma:aF,astFormat:"html",locStart:Ju,locEnd:ec}}var U6,ch,dh,fh,vn,W6,q6,ph,G6,xt,lf,sf,jd,Au,Fu,Vd,dl,_u,Iu,Ru,Ud,Wd,Qn,qd,Xs,W4,uf,xF,hh,Y6,q4,mh,Eo,cf,zi,K6,Q6,Le,qe,me,DF,X6,fl,Cs,E2,EF,sr,gh,Z6,J6,e8,t8,vr,vh,r8,CF,nc,n8,SF,o8,kF,AF,FF,oc,_F,IF,RF,zF,pl,a8,G4,TF,BF,Y4,$F,LF,MF,OF,PF,NF,HF,jF,VF,C2,UF,WF,S2,qF,GF,R0,df,YF,KF,yh,K4,ff,Q4,QF,i8,ni,l8,s8,u8,c8,d8,f8,XF,ZF,Yc,Gd,wh,X4,bh,Z,Kc,xh,Dh,JF,p8,h8,m8,g8,Eh,Ch,v8,y8,Sh,w8,b8,x8,kh,Ah,oa,D8,gr,z0,Fh,E8,C8,S8,k8,A8,F8,_h,_8,Ih,e_,Rh,X,I8,rs,zh,Vo,Th,R8,Bh,z8,$h,T8,Lh,B8,Mh,$8,Oh,yn,Ph,L8,Nh,M8,Hh,Uo,jh,Vh,Uh,Wh,qh,t_,Zs,O8,r_,Qc,P8,Gh,Yh,Xc,Kh,n_,N8,Zc,Qh,Jc,Xh,o_,ns,Zh,os,H8,Jh,e0,t0,et,em,j8,tm,V8,r0,U8,rm,W8,n0,a_,i_,oi,l_,as,nm,Wo,s_,u_,T0,c_,k2,q8,G8,Y8,K8,Q8,d_,hV=$(()=>{U6=Object.defineProperty,ch=c(e=>{throw TypeError(e)},"Xr"),dh=c((e,t)=>{for(var r in t)U6(e,r,{get:t[r],enumerable:!0})},"Jr"),fh=c((e,t,r)=>t.has(e)||ch("Cannot "+r),"Zr"),vn=c((e,t,r)=>(fh(e,t,"read from private field"),r?r.call(e):t.get(e)),"Q"),W6=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"),q6=c((e,t,r,n)=>(fh(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),"tn"),ph={},dh(ph,{languages:c(()=>g8,"languages"),options:c(()=>y8,"options"),parsers:c(()=>Sh,"parsers"),printers:c(()=>Q8,"printers")}),G6=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"),xt=G6,lf="string",sf="array",jd="cursor",Au="indent",Fu="align",Vd="trim",dl="group",_u="fill",Iu="if-break",Ru="indent-if-break",Ud="line-suffix",Wd="line-suffix-boundary",Qn="line",qd="label",Xs="break-parent",W4=new Set([jd,Au,Fu,Vd,dl,_u,Iu,Ru,Ud,Wd,Qn,qd,Xs]),c(K7,"ii"),uf=K7,xF=c(e=>new Intl.ListFormat("en-US",{type:"disjunction"}).format(e),"ai"),c(Q7,"oi"),Y6=(hh=class extends Error{constructor(t){super(Q7(t));Or(this,"name","InvalidDocError");this.doc=t}},c(hh,"lr"),hh),q4=Y6,mh=c(()=>{},"rn"),Eo=mh,cf=mh,c(Fr,"k"),c(C4,"nn"),c(_e,"_"),c(hA,"sn"),c(mA,"an"),c(S4,"At"),c(Su,"ge"),c(gA,"on"),zi={type:Xs},K6={type:Qn,hard:!0},Q6={type:Qn,hard:!0,literal:!0},Le={type:Qn},qe={type:Qn,soft:!0},me=[K6,zi],DF=[Q6,zi],c(Ia,"q"),X6=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=X6,c(J1,"Dt"),c(vA,"pi"),c(yA,"ln"),c(Kt,"B"),Cs="'",E2='"',c(X7,"hi"),EF=X7,c(Z7,"cr"),Z6=(gh=class{constructor(e){W6(this,sr),q6(this,sr,new Set(e))}getLeadingWhitespaceCount(e){let t=vn(this,sr),r=0;for(let n=0;n<e.length&&t.has(e.charAt(n));n++)r++;return r}getTrailingWhitespaceCount(e){let t=vn(this,sr),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 vn(this,sr).has(e.charAt(0))}hasTrailingWhitespace(e){return vn(this,sr).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=`[${Z7([...vn(this,sr)].join(""))}]+`,n=new RegExp(t?`(${r})`:r,"u");return e.split(n)}hasWhitespaceCharacter(e){let t=vn(this,sr);return Array.prototype.some.call(e,r=>t.has(r))}hasNonWhitespaceCharacter(e){let t=vn(this,sr);return Array.prototype.some.call(e,r=>!t.has(r))}isWhitespaceOnly(e){let t=vn(this,sr);return Array.prototype.every.call(e,r=>t.has(r))}},c(gh,"pr"),gh),sr=new WeakMap,J6=Z6,e8=[" ",`
|
284
|
+
`,"\f","\r"," "],t8=new J6(e8),vr=t8,r8=(vh=class extends Error{constructor(t,r,n="type"){super(`Unexpected ${r} node ${n}: ${JSON.stringify(t[n])}.`);Or(this,"name","UnexpectedNodeError");this.node=t}},c(vh,"hr"),vh),CF=r8,c(J7,"di"),nc=J7,n8=new Set(["sourceSpan","startSourceSpan","endSourceSpan","nameSpan","valueSpan","keySpan","tagDefinition","tokens","valueTokens","switchValueSourceSpan","expSourceSpan","valueSourceSpan"]),SF=new Set(["if","else if","for","switch","case"]),c(Jp,"fn"),Jp.ignoredProperties=n8,o8=Jp,c(e6,"Si"),kF=e6,c(Qu,"Ce"),c(Ra,"j"),c(er,"T"),c(t6,"_i"),AF=t6,FF=c(e=>String(e).split(/[/\\]/u).pop(),"Ei"),c(g2,"Sn"),c(wA,"Ai"),c(r6,"Di"),oc=r6,_F="inline",IF={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"},RF="normal",zF={listing:"pre",plaintext:"pre",pre:"pre",xmp:"pre",nobr:"nowrap",table:"initial",textarea:"pre-wrap"},c(n6,"vi"),pl=n6,a8=c(e=>xt(!1,e,/^[\t\f\r ]*\n/gu,""),"yi"),G4=c(e=>a8(vr.trimEnd(e)),"mr"),TF=c(e=>{let t=e,r=vr.getLeadingWhitespace(t);r&&(t=t.slice(r.length));let n=vr.getTrailingWhitespace(t);return n&&(t=t.slice(0,-n.length)),{leadingWhitespace:r,trailingWhitespace:n,text:t}},"vn"),c(k4,"yt"),c(Xu,"Ee"),c(bA,"wi"),c(Rt,"$"),c(ln,"U"),c(xA,"yn"),c(DA,"wn"),c(A4,"fr"),c(EA,"bn"),c(CA,"Tn"),c(SA,"xn"),c(bs,"Qe"),c(kA,"kn"),c(F4,"dr"),c(I0,"wt"),c(AA,"bi"),c(_4,"Bn"),c(I4,"Ln"),c(R4,"Fn"),c(z4,"Nn"),c(ef,"bt"),c(FA,"Ti"),c(T4,"Pn"),c(_A,"xi"),c(IA,"ki"),c(RA,"Bi"),c(v2,"gr"),c(Rl,"Xe"),c(zA,"Li"),c(TA,"Fi"),c(BA,"Ni"),c($A,"Pi"),c(LA,"Ii"),c(Da,"_e"),c(MA,"Ri"),c(OA,"In"),c(B4,"Rn"),c(PA,"$i"),c($4,"Cr"),c(L4,"Sr"),c(Ln,"P"),BF=new Set(["template","style","script"]),c(Zu,"Je"),c(za,"Ae"),c(tf,"Tt"),c(NA,"$n"),c(HA,"On"),c(M4,"xt"),c(O4,"kt"),Y4=/\{\{(.+?)\}\}/su,c(jA,"Mn"),c(Wc,"Er"),$F=Wc({parser:"__ng_action"}),LF=Wc({parser:"__ng_binding"}),MF=Wc({parser:"__ng_directive"}),c(o6,"Vi"),OF=o6,c(a6,"Ui"),PF=a6,c(y2,"Vn"),NF=/^[ \t\n\r\u000c]+/,HF=/^[, \t\n\r\u000c]+/,jF=/^[^ \t\n\r\u000c]+/,VF=/[,]+$/,C2=/^\d+$/,UF=/^-?(?:[0-9]+|[0-9]*\.[0-9]+)(?:[eE][+-]?[0-9]+)?$/,c(i6,"Ki"),WF=i6,c(l6,"Qi"),S2={width:"w",height:"h",density:"x"},qF=Object.keys(S2),c(VA,"Ji"),GF=l6,c(UA,"Yn"),R0=new WeakMap,c(s6,"Zi"),df=s6,c(WA,"jn"),c(qA,"Kn"),c(GA,"Qn"),c(YA,"Xn"),c(KA,"ea"),c(u6,"ta"),c(QA,"ra"),c(XA,"na"),c(P4,"Jn"),YF=u6,c(c6,"sa"),c(ZA,"ia"),KF=c6,yh=new Proxy(()=>{},{get:c(()=>yh,"get")}),K4=yh,c(d6,"aa"),ff=d6,c(Ju,"se"),c(ec,"ie"),c(Od,"Ze"),c(JA,"oa"),c(_i,"De"),c(eF,"ua"),c(bo,"W"),c(rf,"Bt"),c(zl,"ve"),c(N4,"rs"),c(xo,"K"),c(Tl,"ye"),c(cl,"we"),c(tc,"et"),c(tF,"la"),c(rc,"tt"),c(rF,"ca"),c(nF,"pa"),c(Pd,"rt"),c(Ii,"be"),c(Do,"z"),c(nf,"Lt"),c(of,"Ft"),c(f6,"ha"),Q4=f6,QF=new Set(["if","else if","for","switch","case"]),c(p6,"fa"),i8=p6,ni=null,c(Ri,"st"),l8=10;for(let e=0;e<=l8;e++)Ri();c(oF,"vr"),c(h6,"ga"),s8=h6,u8={"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"]},c8=u8,d8=s8(c8),f8=d8,c(aF,"os"),c(m6,"us"),XF=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(H4,"cs"),c(ri,"it"),c(xs,"Pt"),c(af,"He"),c(iF,"ps"),c(j4,"hs"),c(lF,"_a"),c(sF,"ms"),c(uF,"fs"),c(cF,"ds"),c(dF,"gs"),c(Ks,"at"),c(Nd,"It"),c(Qs,"ot"),c(fF,"Cs"),c(qc,"Rt"),c(eh,"yr"),c(Gc,"$t"),ZF=/-+([a-z0-9])/g,c(g6,"_s"),Gd=(Yc=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 Yc(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(Yc,"t"),Yc),X4=(wh=class{constructor(e,t){this.content=e,this.url=t}},c(wh,"Te"),wh),Z=(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"}(Kc||(Kc={})),Dh=(xh=class{constructor(e,t,r=Kc.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}[${Kc[this.level]} ->]${e.after}")`:this.msg}toString(){let e=this.span.details?`, ${this.span.details}`:"";return`${this.contextualMessage()}: ${this.span.start}${e}`}},c(xh,"Ue"),xh),JF=[y6,w6,b6,D6,E6,k6,C6,S6,A6,x6],c(v6,"Da"),c(y6,"va"),c(w6,"ya"),c(pF,"wa"),c(b6,"ba"),c(x6,"Ta"),c(D6,"xa"),c(E6,"ka"),c(C6,"Ba"),c(S6,"La"),c(k6,"Fa"),c(A6,"Na"),p8=v6,c(F6,"Pa"),h8={preprocess:p8,print:F6,insertPragma:m6,massageAstNode:o8,embed:i8,getVisitorKeys:f8},m8=h8,g8=[{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"]}],Eh={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."}},Ch="HTML",v8={bracketSameLine:Eh.bracketSameLine,htmlWhitespaceSensitivity:{category:Ch,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:Eh.singleAttributePerLine,vueIndentScriptAndStyle:{category:Ch,type:"boolean",default:!1,description:"Indent script and style tags in Vue files."}},y8=v8,Sh={},dh(Sh,{angular:c(()=>G8,"angular"),html:c(()=>q8,"html"),lwc:c(()=>K8,"lwc"),vue:c(()=>Y8,"vue")}),function(e){e[e.Emulated=0]="Emulated",e[e.None=2]="None",e[e.ShadowDom=3]="ShadowDom"}(w8||(w8={})),function(e){e[e.OnPush=0]="OnPush",e[e.Default=1]="Default"}(b8||(b8={})),function(e){e[e.None=0]="None",e[e.SignalBased=1]="SignalBased",e[e.HasDecoratorInputTransform=2]="HasDecoratorInputTransform"}(x8||(x8={})),kh={name:"custom-elements"},Ah={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"}(oa||(oa={})),function(e){e[e.Error=0]="Error",e[e.Warning=1]="Warning",e[e.Ignore=2]="Ignore"}(D8||(D8={})),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"}(gr||(gr={})),c(ku,"ut"),c(th,"xr"),c(rh,"kr"),c(Ds,"We"),c(es,"ze"),c(nh,"Br"),c(Es,"Mt"),E8=(Fh=class{},c(Fh,"Ht"),Fh),C8="boolean",S8="number",k8="string",A8="object",F8=["[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:|"],_h=new Map(Object.entries({class:"className",for:"htmlFor",formaction:"formAction",innerHtml:"innerHTML",readonly:"readOnly",tabindex:"tabIndex"})),_8=Array.from(_h).reduce((e,[t,r])=>(e.set(t,r),e),new Map),e_=(Ih=class extends E8{constructor(){super(),this._schema=new Map,this._eventSchema=new Map,F8.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,f]of u)t.set(d,f);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),C8);break;case"#":t.set(d.substring(1),S8);break;case"%":t.set(d.substring(1),A8);break;default:t.set(d,k8)}})})}hasProperty(e,t,r){if(r.some(n=>n.name===Ah.name))return!0;if(e.indexOf("-")>-1){if(th(e)||rh(e))return!1;if(r.some(n=>n.name===kh.name))return!0}return(this._schema.get(e.toLowerCase())||this._schema.get("unknown")).has(t)}hasElement(e,t){return t.some(r=>r.name===Ah.name)||e.indexOf("-")>-1&&(th(e)||rh(e)||t.some(r=>r.name===kh.name))?!0:this._schema.has(e.toLowerCase())}securityContext(e,t,r){r&&(t=this.getMappedPropName(t)),e=e.toLowerCase(),t=t.toLowerCase();let n=nh()[e+"|"+t];return n||(n=nh()["*|"+t],n||oa.NONE)}getMappedPropName(e){return _h.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=>_8.get(r)??r)}allKnownEventsOfElement(e){return Array.from(this._eventSchema.get(e.toLowerCase())??[])}normalizeAnimationStyleProperty(e){return g6(e)}normalizeAnimationStyleValue(e,t,r){let n="",o=r.toString().trim(),a=null;if(_6(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(Ih,"Vt"),Ih),c(_6,"Ua"),X=(Rh=class{constructor({closedByChildren:e,implicitNamespacePrefix:t,contentType:r=gr.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(Rh,"m"),Rh),c(Hd,"Ge"),Vo=(zh=class{constructor(e,t){this.sourceSpan=e,this.i18n=t}},c(zh,"oe"),zh),R8=(Th=class extends Vo{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(Th,"Ut"),Th),z8=(Bh=class extends Vo{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(Bh,"Wt"),Bh),T8=($h=class extends Vo{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($h,"zt"),$h),B8=(Lh=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(Lh,"Gt"),Lh),$8=(Mh=class extends Vo{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(Mh,"Yt"),Mh),yn=(Oh=class extends Vo{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(Oh,"G"),Oh),L8=(Ph=class{constructor(e,t){this.value=e,this.sourceSpan=t,this.type="comment"}visit(e,t){return e.visitComment(this,t)}},c(Ph,"jt"),Ph),M8=(Nh=class{constructor(e,t){this.value=e,this.sourceSpan=t,this.type="docType"}visit(e,t){return e.visitDocType(this,t)}},c(Nh,"Kt"),Nh),Uo=(Hh=class extends Vo{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(Hh,"Z"),Hh),Vh=(jh=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(jh,"ct"),jh),Wh=(Uh=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(Uh,"pt"),Uh),c(w2,"Qt"),t_=(qh=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(w2(n,a,e))}return c(o,"i"),t(o),Array.prototype.concat.apply([],r)}},c(qh,"ht"),qh),Zs={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:""},O8="",Zs.ngsp=O8,r_=[/@/,/^\s*$/,/[<>]/,/^[{}]$/,/&(#|[a-z])/i,/^\/\//],c(I6,"Ls"),P8=(Qc=class{static fromArray(e){return e?(I6("interpolation",e),new Qc(e[0],e[1])):Gh}constructor(e,t){this.start=e,this.end=t}},c(Qc,"t"),Qc),Gh=new P8("{{","}}"),Xc=(Yh=class extends Dh{constructor(e,t,r){super(r,e),this.tokenType=t}},c(Yh,"ft"),Yh),n_=(Kh=class{constructor(e,t,r){this.tokens=e,this.errors=t,this.nonNormalizedIcuExpressions=r}},c(Kh,"$r"),Kh),c(R6,"Ws"),N8=/\r\n?/g,c(jo,"je"),c(oh,"Rs"),c(z6,"ho"),function(e){e.HEX="hexadecimal",e.DEC="decimal"}(Zc||(Zc={})),Jc=(Qh=class{constructor(e){this.error=e}},c(Qh,"dt"),Qh),o_=(Xh=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||Gh,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 H8(e,n):new Zh(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(N8,`
|
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=>Ks(r)?!e:ih(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(Ce),this._attemptCharCode(41))this._attemptCharCodeUntilFn(Ce);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(lh);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&&Gc(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(lh)}}_consumeLetDeclaration(e){if(this._beginToken(30,e),Ks(this._cursor.peek()))this._attemptCharCodeUntilFn(Ce);else{let r=this._endToken([this._cursor.getChars(e)]);r.type=33;return}let t=this._endToken([this._getLetDeclarationName()]);if(this._attemptCharCodeUntilFn(Ce),!this._attemptCharCode(61)){t.type=33;return}this._attemptCharCodeUntilFn(r=>Ce(r)&&!qc(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&&Nd(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;Gc(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(L6(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 Xc("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 Xc("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 Xc(e,this._currentTokenType,t);return this._currentTokenStart=null,this._currentTokenType=null,new Jc(r)}handleError(e){if(e instanceof e0&&(e=this._createError(e.msg,this._cursor.getSpan(e.cursor))),e instanceof Jc)this.errors.push(e.error);else throw e}_attemptCharCode(e){return this._cursor.peek()===e?(this._cursor.advance(),!0):!1}_attemptCharCodeCaseInsensitive(e){return M6(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(B6),this._cursor.peek()!=59){this._cursor.advance();let a=r?Zc.HEX:Zc.DEC;throw this._createError(z6(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(oh(this._cursor.getChars(t)),this._cursor.getSpan())}}else{let r=this._cursor.clone();if(this._attemptCharCodeUntilFn($6),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=Zs[n];if(!o)throw this._createError(oh(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&&!T6(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(ah,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(Ce);this._cursor.peek()!==47&&this._cursor.peek()!==62&&this._cursor.peek()!==60&&this._cursor.peek()!==0;){let[i,l]=this._consumeAttributeName();if(this._attemptCharCodeUntilFn(Ce),this._attemptCharCode(61)){this._attemptCharCodeUntilFn(Ce);let u=this._consumeAttributeValue();o.push({prefix:i,name:l,value:u})}else o.push({prefix:i,name:l});this._attemptCharCodeUntilFn(Ce)}this._consumeTagOpenEnd()}catch(i){if(i instanceof Jc){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===gr.RAW_TEXT?this._consumeRawTextWithTagClose(r,t,!1):a===gr.ESCAPABLE_RAW_TEXT&&this._consumeRawTextWithTagClose(r,t,!0)}_consumeRawTextWithTagClose(e,t,r){this._consumeRawText(r,()=>!this._attemptCharCode(60)||!this._attemptCharCode(47)||(this._attemptCharCodeUntilFn(Ce),!this._attemptStrCaseInsensitive(e?`${e}:${t}`:t))?!1:(this._attemptCharCodeUntilFn(Ce),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(()=>ah(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(Ce),this._allowHtmComponentClosingTags&&this._attemptCharCode(47))this._attemptCharCodeUntilFn(Ce),this._requireCharCode(62),this._endToken([]);else{let[t,r]=this._consumePrefixAndName();this._attemptCharCodeUntilFn(Ce),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(Ce),this._beginToken(7);let r=this._readUntil(44);this._endToken([r]),this._requireCharCode(44),this._attemptCharCodeUntilFn(Ce)}_consumeExpansionCaseStart(){this._beginToken(21);let e=this._readUntil(123).trim();this._endToken([e]),this._attemptCharCodeUntilFn(Ce),this._beginToken(22),this._requireCharCode(123),this._endToken([]),this._attemptCharCodeUntilFn(Ce),this._expansionCaseStack.push(22)}_consumeExpansionCaseEnd(){this._beginToken(23),this._requireCharCode(125),this._endToken([]),this._attemptCharCodeUntilFn(Ce),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&&Gc(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(),ih(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=es(e,t);(this._fullNameStack.length===0||this._fullNameStack[this._fullNameStack.length-1]===r)&&this._fullNameStack.push(r)}_handleFullNameStackForTagClose(e,t){let r=es(e,t);this._fullNameStack.length!==0&&this._fullNameStack[this._fullNameStack.length-1]===r&&this._fullNameStack.pop()}},c(Xh,"Or"),Xh),c(Ce,"b"),c(ah,"$s"),c(T6,"mo"),c(B6,"fo"),c($6,"go"),c(L6,"Co"),c(M6,"So"),c(b2,"Os"),c(ih,"Ms"),c(lh,"qs"),c(hF,"_o"),Zh=(ns=class{constructor(e,t){if(e instanceof ns){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 ns(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 Z(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 e0('Unexpected character "EOF"',this);let t=this.charAt(e.offset);t===10?(e.line++,e.column=0):qc(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 Gd(e.file,e.state.offset,e.state.line,e.state.column)}},c(ns,"t"),ns),H8=(os=class extends Zh{constructor(e,t){e instanceof os?(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 os(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(eh(e())){let t="",r=0,n=this.clone();for(;eh(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 qc(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 e0("Invalid hexadecimal escape sequence",e);return n}},c(os,"t"),os),e0=(Jh=class{constructor(e,t){this.msg=e,this.cursor=t}},c(Jh,"gt"),Jh),et=(t0=class extends Dh{static create(e,t,r){return new t0(e,t,r)}constructor(e,t,r){super(t,r),this.elementName=e}},c(t0,"t"),t0),j8=(em=class{constructor(e,t){this.rootNodes=e,this.errors=t}},c(em,"Vr"),em),V8=(tm=class{constructor(e){this.getTagDefinition=e}parse(e,t,r,n=!1,o){let a=c(m=>(g,...y)=>m(g.toLowerCase(),...y),"a"),i=n?this.getTagDefinition:a(this.getTagDefinition),l=c(m=>i(m).getContentType(),"u"),u=n?o:a(o),d=R6(e,t,o?(m,g,y,D)=>{let b=u(m,g,y,D);return b!==void 0?b:l(m)}:l,r),f=r&&r.canSelfClose||!1,h=r&&r.allowHtmComponentClosingTags||!1,p=new U8(d.tokens,i,f,h,n);return p.build(),new j8(p.rootNodes,d.errors.concat(p.errors))}},c(tm,"nr"),tm),U8=(r0=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 Uo&&this.errors.push(et.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 z8(r,new Z(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 Z(e.sourceSpan.start,r.sourceSpan.end,e.sourceSpan.fullStart);this._addToParent(new L8(n,o))}_consumeDocType(e){let t=this._advanceIf(7),r=this._advanceIf(19),n=t!=null?t.parts[0].trim():null,o=new Z(e.sourceSpan.start,(r||t||e).sourceSpan.end);this._addToParent(new M8(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(et.create(null,this._peek.sourceSpan,"Invalid ICU message. Missing '}'."));return}let o=new Z(e.sourceSpan.start,this._peek.sourceSpan.end,e.sourceSpan.fullStart);this._addToParent(new T8(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(et.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 r0(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 Z(e.sourceSpan.start,n.sourceSpan.end,e.sourceSpan.fullStart),i=new Z(t.sourceSpan.start,n.sourceSpan.end,t.sourceSpan.fullStart);return new B8(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(sh(r,22)){if(r.pop(),r.length===0)return t}else return this.errors.push(et.create(null,e.sourceSpan,"Invalid ICU message. Missing '}'.")),null;if(this._peek.type===24)if(sh(r,20))r.pop();else return this.errors.push(et.create(null,e.sourceSpan,"Invalid ICU message. Missing '}'.")),null;if(this._peek.type===34)return this.errors.push(et.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,uh):e.type===9?n+=e.parts[0]:n+=e.parts.join("");if(n.length>0){let o=e.sourceSpan;this._addToParent(new R8(n,new Z(r.start,o.end,r.fullStart,r.details),t))}}_closeVoidElement(){let e=this._getContainer();e instanceof yn&&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 p=this.getTagDefinition(o);this.canSelfClose||p.canSelfClose||Ds(o)!==null||p.isVoid||this.errors.push(et.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 Z(e.sourceSpan.start,i,e.sourceSpan.fullStart),u=new Z(e.sourceSpan.start,i,e.sourceSpan.fullStart),d=new Z(e.sourceSpan.start.moveBy(1),e.sourceSpan.end),f=new yn(o,n,[],l,u,void 0,d),h=this._getContainer();this._pushContainer(f,h instanceof yn&&this.getTagDefinition(h.name).isClosedByChild(f.name)),a?this._popContainer(o,yn,l):e.type===4&&(this._popContainer(o,yn,null),this.errors.push(et.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(et.create(t,e.sourceSpan,`Void elements do not have end tags "${e.parts[1]}"`));else if(!this._popContainer(t,yn,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(et.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(Ds(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 Uo||a instanceof yn&&!this.getTagDefinition(a.name).closedByParent)&&(n=!0)}return!1}_consumeAttr(e){let t=es(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,uh):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 Z((n==null?void 0:n.sourceSpan.start)??i.start,l,(n==null?void 0:n.sourceSpan.fullStart)??i.fullStart);return new $8(t,o,new Z(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 Vh(i.parts[0],i.sourceSpan))}this._peek.type===26&&this._advance();let r=this._peek.sourceSpan.fullStart,n=new Z(e.sourceSpan.start,r,e.sourceSpan.fullStart),o=new Z(e.sourceSpan.start,r,e.sourceSpan.fullStart),a=new Uo(e.parts[0],t,[],n,e.sourceSpan,o);this._pushContainer(a,!1)}_consumeBlockClose(e){this._popContainer(null,Uo,e.sourceSpan)||this.errors.push(et.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 Vh(i.parts[0],i.sourceSpan))}let r=this._peek.sourceSpan.fullStart,n=new Z(e.sourceSpan.start,r,e.sourceSpan.fullStart),o=new Z(e.sourceSpan.start,r,e.sourceSpan.fullStart),a=new Uo(e.parts[0],t,[],n,e.sourceSpan,o);this._pushContainer(a,!1),this._popContainer(null,Uo,null),this.errors.push(et.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(et.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(et.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 Z(e.sourceSpan.start,o,e.sourceSpan.fullStart),i=e.sourceSpan.toString().lastIndexOf(t),l=e.sourceSpan.start.moveBy(i),u=new Z(l,e.sourceSpan.end),d=new Wh(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 Z(o,e.sourceSpan.end),i=new Z(e.sourceSpan.start,e.sourceSpan.start.moveBy(0)),l=new Wh(t,"",e.sourceSpan,a,i);this._addToParent(l)}this.errors.push(et.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 yn)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=ku(r.name)[1];this.getTagDefinition(n).preventNamespaceInheritance||(e=Ds(r.name))}return es(e,t)}},c(r0,"t"),r0),c(sh,"zs"),c(uh,"Gs"),W8=(rm=class extends V8{constructor(){super(Hd)}parse(e,t,r,n=!1,o){return super.parse(e,t,r,n,o)}},c(rm,"sr"),rm),n0=null,a_=c(()=>(n0||(n0=new W8),n0),"Eo"),c(x2,"zr"),c(O6,"Ao"),i_=O6,oi=3,c(mF,"Do"),c(P6,"vo"),l_=P6,as={attrs:!0,children:!0,cases:!0,expression:!0},nm=new Set(["parent"]),s_=(Wo=class{constructor(e={}){for(let t of new Set([...nm,...Object.keys(e)]))this.setProperty(t,e[t])}setProperty(e,t){if(this[e]!==t){if(e in as&&(t=t.map(r=>this.createChild(r))),!nm.has(e)){this[e]=t;return}Object.defineProperty(this,e,{value:t,enumerable:!1,configurable:!0})}}map(e){let t;for(let r in as){let n=this[r];if(n){let o=N6(n,a=>a.map(e));t!==n&&(t||(t=new Wo({parent:this.parent})),t.setProperty(r,o))}}if(t)for(let r in this)r in as||(t[r]=this[r]);return e(t||this)}walk(e){for(let t in as){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 Wo?e.clone():new Wo(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 Wo(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(Wo,"t"),Wo),c(N6,"yo"),u_=[{regex:/^(\[if([^\]]*)\]>)(.*?)<!\s*\[endif\]$/su,parse:H6},{regex:/^\[if([^\]]*)\]><!$/u,parse:j6},{regex:/^<!\s*\[endif\]$/u,parse:V6}],c(gF,"Qs"),c(H6,"bo"),c(j6,"To"),c(V6,"xo"),T0=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"])]]),c_=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(yF,"Bo"),c(wF,"Lo"),c(V4,"Zs"),c(bF,"Fo"),c(D2,"Js"),c(U4,"ei"),c(ts,"ur"),k2={name:"html",normalizeTagName:!0,normalizeAttributeName:!0,allowHtmComponentClosingTags:!0},q8=ts(k2),G8=ts({name:"angular"}),Y8=ts({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))}}),K8=ts({name:"lwc",canSelfClose:!1}),Q8={html:m8},d_=ph});function wn(){}function X8(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,f=0;l<u;l++){var h=a[l];if(h.removed){if(h.value=e.join(n.slice(f,f+h.count)),f+=h.count,l&&a[l-1].added){var p=a[l-1];a[l-1]=a[l],a[l]=p}}else{if(!h.added&&o){var m=r.slice(d,d+h.count);m=m.map(function(y,D){var b=n[f+D];return b.length>y.length?b:y}),h.value=e.join(m)}else h.value=e.join(r.slice(d,d+h.count));d+=h.count,h.added||(f+=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 Js(e){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Js=c(function(t){return typeof t},"$e"):Js=c(function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},"$e"),Js(e)}function Yd(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(tI.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]=Yd(e[a],t,r,n,o);return t.pop(),r.pop(),i}if(e&&e.toJSON&&(e=e.toJSON()),Js(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]=Yd(e[u],t,r,n,u);t.pop(),r.pop()}else i=e;return i}function f_(e,t,r){return ks.diff(e,t,r)}function p_(e){let t=e.indexOf("\r");return t>=0?e.charAt(t+1)===`
|
293
|
+
`?"crlf":"cr":"lf"}function pf(e){switch(e){case"cr":return"\r";case"crlf":return`\r
|
294
|
+
`;default:return`
|
295
|
+
`}}function Z4(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 h_(e){return ic(!1,e,/\r\n?/gu,`
|
298
|
+
`)}function Z8(e){if(typeof e=="string")return To;if(Array.isArray(e))return sn;if(!e)return;let{type:t}=e;if(cy.has(t))return t}function J8(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=rI([...cy].map(o=>`'${o}'`));return`Unexpected doc.type '${e.type}'.
|
300
|
+
Expected it to be ${n}.`}function eb(e,t,r,n){let o=[e];for(;o.length>0;){let a=o.pop();if(a===Y2){r(o.pop());continue}r&&o.push(a,Y2);let i=Bo(a);if(!i)throw new Ca(a);if((t==null?void 0:t(a))!==!1)switch(i){case sn:case Er:{let l=i===sn?a:a.parts;for(let u=l.length,d=u-1;d>=0;--d)o.push(l[d]);break}case Dt:o.push(a.flatContents,a.breakContents);break;case ft: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 cn:case un:case dn:case Cr:case fn:o.push(a.contents);break;case To:case po:case en:case tn:case je:case Bt:break;default:throw new Ca(a)}}}function zu(e){return Sr(e),{type:un,contents:e}}function Ea(e,t){return Sr(t),{type:cn,contents:t,n:e}}function A2(e,t={}){return Sr(e),gf(t.expandedStates,!0),{type:ft,id:t.id,contents:e,break:!!t.shouldBreak,expandedStates:t.expandedStates}}function tb(e){return Ea(Number.NEGATIVE_INFINITY,e)}function rb(e){return Ea({type:"root"},e)}function nb(e){return Ea(-1,e)}function ob(e,t){return A2(e[0],{...t,expandedStates:e})}function F2(e){return gf(e),{type:Er,parts:e}}function ab(e,t="",r={}){return Sr(e),t!==""&&Sr(t),{type:Dt,breakContents:e,flatContents:t,groupId:r.groupId}}function ib(e,t){return Sr(e),{type:dn,contents:e,groupId:t.groupId,negate:t.negate}}function Kd(e){return Sr(e),{type:fn,contents:e}}function _2(e,t){Sr(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 I2(e,t,r){Sr(e);let n=e;if(t>0){for(let o=0;o<Math.floor(t/r);++o)n=zu(n);n=Ea(t%r,n),n=Ea(Number.NEGATIVE_INFINITY,n)}return n}function lb(e,t){return Sr(t),e?{type:Cr,label:e,contents:t}:t}function jr(e){var t;if(!e)return"";if(Array.isArray(e)){let r=[];for(let n of e)if(Array.isArray(n))r.push(...jr(n));else{let o=jr(n);o!==""&&r.push(o)}return r}return e.type===Dt?{...e,breakContents:jr(e.breakContents),flatContents:jr(e.flatContents)}:e.type===ft?{...e,contents:jr(e.contents),expandedStates:(t=e.expandedStates)==null?void 0:t.map(jr)}:e.type===Er?{type:"fill",parts:e.parts.map(jr)}:e.contents?{...e,contents:jr(e.contents)}:e}function m_(e){let t=Object.create(null),r=new Set;return n(jr(e));function n(a,i,l){var u,d;if(typeof a=="string")return JSON.stringify(a);if(Array.isArray(a)){let f=a.map(n).filter(Boolean);return f.length===1?f[0]:`[${f.join(", ")}]`}if(a.type===je){let f=((u=l==null?void 0:l[i+1])==null?void 0:u.type)===Bt;return a.literal?f?"literalline":"literallineWithoutBreakParent":a.hard?f?"hardline":"hardlineWithoutBreakParent":a.soft?"softline":"line"}if(a.type===Bt)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===en)return"trim";if(a.type===un)return"indent("+n(a.contents)+")";if(a.type===cn)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===Dt)return"ifBreak("+n(a.breakContents)+(a.flatContents?", "+n(a.flatContents):"")+(a.groupId?(a.flatContents?"":', ""')+`, { groupId: ${o(a.groupId)} }`:"")+")";if(a.type===dn){let f=[];a.negate&&f.push("negate: true"),a.groupId&&f.push(`groupId: ${o(a.groupId)}`);let h=f.length>0?`, { ${f.join(", ")} }`:"";return`indentIfBreak(${n(a.contents)}${h})`}if(a.type===ft){let f=[];a.break&&a.break!=="propagated"&&f.push("shouldBreak: true"),a.id&&f.push(`id: ${o(a.id)}`);let h=f.length>0?`, { ${f.join(", ")} }`:"";return a.expandedStates?`conditionalGroup([${a.expandedStates.map(p=>n(p)).join(",")}]${h})`:`group(${n(a.contents)}${h})`}if(a.type===Er)return`fill([${a.parts.map(f=>n(f)).join(", ")}])`;if(a.type===fn)return"lineSuffix("+n(a.contents)+")";if(a.type===tn)return"lineSuffixBoundary";if(a.type===Cr)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 sb(e){return e===12288||e>=65281&&e<=65376||e>=65504&&e<=65510}function ub(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 cb(e){if(!e)return 0;if(!aI.test(e))return e.length;e=e.replace(nI()," ");let t=0;for(let r of e){let n=r.codePointAt(0);n<=31||n>=127&&n<=159||n>=768&&n<=879||(t+=oI(n)?1:2)}return t}function Tu(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 sn:return t(a.map(n));case Er:return t({...a,parts:a.parts.map(n)});case Dt:return t({...a,breakContents:n(a.breakContents),flatContents:n(a.flatContents)});case ft:{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 cn:case un:case dn:case Cr:case fn:return t({...a,contents:n(a.contents)});case To:case po:case en:case tn:case je:case Bt:return t(a);default:throw new Ca(a)}}}function Qd(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"),e1(e,a),n}function g_(e){if(e.type===ft&&e.break||e.type===je&&e.hard||e.type===Bt)return!0}function db(e){return Qd(e,g_,!1)}function R2(e){if(e.length>0){let t=ze(!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===Bt&&R2(r),a.type===ft){if(r.push(a),t.has(a))return!1;t.add(a)}}c(n,"n");function o(a){a.type===ft&&r.pop().break&&R2(r)}c(o,"o"),e1(e,n,o,!0)}function y_(e){return e.type===je&&!e.hard?e.soft?"":" ":e.type===Dt?e.flatContents:e}function fb(e){return Tu(e,y_)}function z2(e){for(e=[...e];e.length>=2&&ze(!1,e,-2).type===je&&ze(!1,e,-1).type===Bt;)e.length-=2;if(e.length>0){let t=Ti(ze(!1,e,-1));e[e.length-1]=t}return e}function Ti(e){switch(Bo(e)){case un:case dn:case ft:case fn:case Cr:{let t=Ti(e.contents);return{...e,contents:t}}case Dt:return{...e,breakContents:Ti(e.breakContents),flatContents:Ti(e.flatContents)};case Er:return{...e,parts:z2(e.parts)};case sn:return z2(e);case To:return e.replace(/[\n\r]*$/u,"");case cn:case po:case en:case tn:case je:case Bt:break;default:throw new Ca(e)}return e}function T2(e){return Ti(b_(e))}function w_(e){switch(Bo(e)){case Er:if(e.parts.every(t=>t===""))return"";break;case ft:if(!e.contents&&!e.id&&!e.break&&!e.expandedStates)return"";if(e.contents.type===ft&&e.contents.id===e.id&&e.contents.break===e.break&&e.contents.expandedStates===e.expandedStates)return e.contents;break;case cn:case un:case dn:case fn:if(!e.contents)return"";break;case Dt:if(!e.flatContents&&!e.breakContents)return"";break;case sn:{let t=[];for(let r of e){if(!r)continue;let[n,...o]=Array.isArray(r)?r:[r];typeof n=="string"&&typeof ze(!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 en:case tn:case je:case Cr:case Bt:break;default:throw new Ca(e)}return e}function b_(e){return Tu(e,t=>w_(t))}function pb(e,t=Q2){return Tu(e,r=>typeof r=="string"?_2(t,r.split(`
|
301
|
+
`)):r)}function x_(e){if(e.type===je)return!0}function hb(e){return Qd(e,x_,!1)}function J4(e,t){return e.type===Cr?{...e,contents:t(e.contents)}:t(e)}function ey(){return{value:"",length:0,queue:[]}}function D_(e,t){return Xd(e,{type:"indent"},t)}function E_(e,t,r){return t===Number.NEGATIVE_INFINITY?e.root||ey():t<0?Xd(e,{type:"dedent"},r):t?t.type==="root"?{...e,root:e}:Xd(e,{type:typeof t=="string"?"stringAlign":"numberAlign",n:t},r):e}function Xd(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":f(),r.useTabs?u(1):d(r.tabWidth);break;case"stringAlign":f(),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 p(),{...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 f(){r.useTabs?h():p()}function h(){i>0&&u(i),m()}function p(){l>0&&d(l),m()}function m(){i=0,l=0}}function Zd(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 Ss(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:f}=l.pop(),h=Bo(f);switch(h){case To:u.push(f),r-=r1(f);break;case sn:case Er:{let p=h===sn?f:f.parts;for(let m=p.length-1;m>=0;m--)l.push({mode:d,doc:p[m]});break}case un:case cn:case dn:case Cr:l.push({mode:d,doc:f.contents});break;case en:r+=Zd(u);break;case ft:{if(a&&f.break)return!1;let p=f.break?lt:d,m=f.expandedStates&&p===lt?ze(!1,f.expandedStates,-1):f.contents;l.push({mode:p,doc:m});break}case Dt:{let p=(f.groupId?o[f.groupId]||ur:d)===lt?f.breakContents:f.flatContents;p&&l.push({mode:d,doc:p});break}case je:if(d===lt||f.hard)return!0;f.soft||(u.push(" "),r--);break;case fn:n=!0;break;case tn:if(n)return!1;break}}return!1}function Bu(e,t){let r={},n=t.printWidth,o=pf(t.endOfLine),a=0,i=[{ind:ey(),mode:lt,doc:e}],l=[],u=!1,d=[],f=0;for(v_(e);i.length>0;){let{ind:p,mode:m,doc:g}=i.pop();switch(Bo(g)){case To:{let y=o!==`
|
302
|
+
`?ic(!1,g,`
|
303
|
+
`,o):g;l.push(y),i.length>0&&(a+=r1(y));break}case sn:for(let y=g.length-1;y>=0;y--)i.push({ind:p,mode:m,doc:g[y]});break;case po:if(f>=2)throw new Error("There are too many 'cursor' in doc.");l.push(Bi),f++;break;case un:i.push({ind:D_(p,t),mode:m,doc:g.contents});break;case cn:i.push({ind:E_(p,g.n,t),mode:m,doc:g.contents});break;case en:a-=Zd(l);break;case ft:switch(m){case ur:if(!u){i.push({ind:p,mode:g.break?lt:ur,doc:g.contents});break}case lt:{u=!1;let y={ind:p,mode:ur,doc:g.contents},D=n-a,b=d.length>0;if(!g.break&&Ss(y,i,D,b,r))i.push(y);else if(g.expandedStates){let w=ze(!1,g.expandedStates,-1);if(g.break){i.push({ind:p,mode:lt,doc:w});break}else for(let v=1;v<g.expandedStates.length+1;v++)if(v>=g.expandedStates.length){i.push({ind:p,mode:lt,doc:w});break}else{let x=g.expandedStates[v],E={ind:p,mode:ur,doc:x};if(Ss(E,i,D,b,r)){i.push(E);break}}}else i.push({ind:p,mode:lt,doc:g.contents});break}}g.id&&(r[g.id]=ze(!1,i,-1).mode);break;case Er:{let y=n-a,{parts:D}=g;if(D.length===0)break;let[b,w]=D,v={ind:p,mode:ur,doc:b},x={ind:p,mode:lt,doc:b},E=Ss(v,[],y,d.length>0,r,!0);if(D.length===1){E?i.push(v):i.push(x);break}let C={ind:p,mode:ur,doc:w},S={ind:p,mode:lt,doc:w};if(D.length===2){E?i.push(C,v):i.push(S,x);break}D.splice(0,2);let k={ind:p,mode:m,doc:F2(D)},F=D[0];Ss({ind:p,mode:ur,doc:[b,w,F]},[],y,d.length>0,r,!0)?i.push(k,C,v):E?i.push(k,S,v):i.push(k,S,x);break}case Dt:case dn:{let y=g.groupId?r[g.groupId]:m;if(y===lt){let D=g.type===Dt?g.breakContents:g.negate?g.contents:zu(g.contents);D&&i.push({ind:p,mode:m,doc:D})}if(y===ur){let D=g.type===Dt?g.flatContents:g.negate?zu(g.contents):g.contents;D&&i.push({ind:p,mode:m,doc:D})}break}case fn:d.push({ind:p,mode:m,doc:g.contents});break;case tn:d.length>0&&i.push({ind:p,mode:m,doc:M0});break;case je:switch(m){case ur:if(g.hard)u=!0;else{g.soft||(l.push(" "),a+=1);break}case lt:if(d.length>0){i.push({ind:p,mode:m,doc:g},...d.reverse()),d.length=0;break}g.literal?p.root?(l.push(o,p.root.value),a=p.root.length):(l.push(o),a=0):(a-=Zd(l),l.push(o+p.value),a=p.length);break}break;case Cr:i.push({ind:p,mode:m,doc:g.contents});break;case Bt: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 p=l.indexOf(Bi,h+1),m=l.slice(0,h).join(""),g=l.slice(h+1,p).join(""),y=l.slice(p+1).join("");return{formatted:m+g+y,cursorNodeStart:m.length,cursorNodeText:g}}return{formatted:l.join("")}}function mb(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 gb(e){return e!==null&&typeof e=="object"}function*ty(e,t){let{getVisitorKeys:r,filter:n=c(()=>!0,"n")}=t,o=c(a=>lI(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*C_(e,t){let r=[e];for(let n=0;n<r.length;n++){let o=r[n];for(let a of ty(o,t))yield a,r.push(a)}}function qa(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 vb(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 yb(e,t,r={}){let n=Bn(e,r.backwards?t-1:t,r),o=Co(e,n,r);return n!==o}function wb(e){return Array.isArray(e)&&e.length>0}function bb(e){return e?t=>e(t,J2):uI}function S_(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 hf(e,t){(e.comments??(e.comments=[])).push(t),t.printed=!1,t.nodeDescription=S_(e)}function aa(e,t){t.leading=!0,t.trailing=!1,hf(e,t)}function eu(e,t,r){t.leading=!1,t.trailing=!1,r&&(t.marker=r),hf(e,t)}function ia(e,t){t.leading=!1,t.trailing=!0,hf(e,t)}function mf(e,t){if(O0.has(e))return O0.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))??[...ty(e,{getVisitorKeys:lc(o)})]).flatMap(u=>n(u)?[u]:mf(u,t));return l.sort((u,d)=>a(u)-a(d)||i(u)-i(d)),O0.set(e,l),l}function ry(e,t,r,n){let{locStart:o,locEnd:a}=r,i=o(t),l=a(t),u=mf(e,r),d,f,h=0,p=u.length;for(;h<p;){let m=h+p>>1,g=u[m],y=o(g),D=a(g);if(y<=i&&l<=D)return ry(g,t,r,g);if(D<=i){d=g,h=m+1;continue}if(l<=y){f=g,p=m;continue}throw new Error("Comment location overlaps with node location")}if((n==null?void 0:n.type)==="TemplateLiteral"){let{quasis:m}=n,g=B0(m,t,r);d&&B0(m,d,r)!==g&&(d=null),f&&B0(m,f,r)!==g&&(f=null)}return{enclosingNode:n,precedingNode:d,followingNode:f}}function k_(e,t){let{comments:r}=e;if(delete e.comments,!sI(r)||!t.printer.canAttachComment)return;let n=[],{locStart:o,locEnd:a,printer:{experimentalFeatures:{avoidAstMutation:i=!1}={},handleComments:l={}},originalText:u}=t,{ownLine:d=P0,endOfLine:f=P0,remaining:h=P0}=l,p=r.map((m,g)=>({...ry(e,m,t),comment:m,text:u,options:t,ast:e,isLastComment:r.length-1===g}));for(let[m,g]of p.entries()){let{comment:y,precedingNode:D,enclosingNode:b,followingNode:w,text:v,options:x,ast:E,isLastComment:C}=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(y)-o(E)<=0){aa(E,y);continue}if(a(y)-a(E)>=0){ia(E,y);continue}}let S;if(i?S=[g]:(y.enclosingNode=b,y.precedingNode=D,y.followingNode=w,S=[y,v,x,E,C]),A_(v,x,p,m))y.placement="ownLine",d(...S)||(w?aa(w,y):D?ia(D,y):eu(b||E,y));else if(F_(v,x,p,m))y.placement="endOfLine",f(...S)||(D?ia(D,y):w?aa(w,y):eu(b||E,y));else if(y.placement="remaining",!h(...S))if(D&&w){let k=n.length;k>0&&n[k-1].followingNode!==w&&B2(n,x),n.push(g)}else D?ia(D,y):w?aa(w,y):eu(b||E,y)}if(B2(n,t),!i)for(let m of r)delete m.precedingNode,delete m.enclosingNode,delete m.followingNode}function A_(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:f,precedingNode:h}=r[d];if(h!==a||!dy(e.slice(l(f),u)))break;u=i(f)}return Fn(e,u,{backwards:!0})}function F_(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:f,followingNode:h}=r[d];if(h!==a||!dy(e.slice(u,i(f))))break;u=l(f)}return Fn(e,u)}function B2(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:f,followingNode:h}=e[u-1];o1.strictEqual(f,a),o1.strictEqual(h,i);let p=t.originalText.slice(t.locEnd(d),l);if(((n=(r=t.printer).isGap)==null?void 0:n.call(r,p,t))??/^[\s(]*$/u.test(p))l=t.locStart(d);else break}for(let[d,{comment:f}]of e.entries())d<u?ia(a,f):aa(i,f);for(let d of[a,i])d.comments&&d.comments.length>1&&d.comments.sort((f,h)=>t.locStart(f)-t.locStart(h));e.length=0}function B0(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 xb(e,t){let r=t-1;r=Bn(e,r,{backwards:!0}),r=Co(e,r,{backwards:!0}),r=Bn(e,r,{backwards:!0});let n=Co(e,r,{backwards:!0});return r!==n}function ny(e,t){let r=e.node;return r.printed=!0,t.printer.printComment(e,t)}function __(e,t){var r;let n=e.node,o=[ny(e,t)],{printer:a,originalText:i,locStart:l,locEnd:u}=t;if((r=a.isBlockComment)!=null&&r.call(a,n)){let f=Fn(i,u(n))?Fn(i,l(n),{backwards:!0})?ho:K2:" ";o.push(f)}else o.push(ho);let d=Co(i,Bn(i,u(n)));return d!==!1&&Fn(i,d)&&o.push(ho),o}function I_(e,t,r){var n;let o=e.node,a=ny(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)||Fn(l,u(o),{backwards:!0})){let f=vf(l,u(o));return{doc:Kd([ho,f?ho:"",a]),isBlock:d,hasLineSuffix:!0}}return!d||r!=null&&r.hasLineSuffix?{doc:[Kd([" ",a]),As],isBlock:d,hasLineSuffix:!0}:{doc:[" ",a],isBlock:d,hasLineSuffix:!1}}function R_(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(__(e,t)):d&&(i=I_(e,t,i),a.push(i.doc))},"comments"),{leading:o,trailing:a}}function z_(e,t,r){let{leading:n,trailing:o}=R_(e,r);return!n&&!o?t:J4(t,a=>[n,a,o])}function T_(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 Db(e){return()=>{}}function $2({plugins:e=[],showDeprecated:t=!1}={}){let r=e.flatMap(o=>o.languages??[]),n=[];for(let o of $_(Object.assign({},...e.map(({options:a})=>a),dI)))!t&&o.deprecated||(Array.isArray(o.choices)&&(t||(o.choices=o.choices.filter(a=>!a.deprecated)),o.name==="parser"&&(o.choices=[...o.choices,...B_(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*B_(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 $_(e){let t=[];for(let[r,n]of Object.entries(e)){let o={name:r,...n};Array.isArray(o.default)&&(o.default=ze(!1,o.default,-1).value),t.push(o)}return t}function L2(e,t){if(!t)return;let r=fI(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 L_(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 Eb(e,t){let r=e.plugins.flatMap(o=>o.languages??[]),n=L_(r,t.language)??L2(r,t.physicalFile)??L2(r,t.file)??(t.physicalFile,void 0);return n==null?void 0:n.parsers[0]}function om(e,t,r,n){return[`Invalid ${la.default.red(n.key(e))} value.`,`Expected ${la.default.blue(r)},`,`but received ${t===t5?la.default.gray("nothing"):la.default.red(n.value(t))}.`].join(" ")}function M2({text:e,list:t},r){let n=[];return e&&n.push(`- ${la.default.blue(e)}`),t&&n.push([`- ${la.default.blue(t.title)}:`].concat(t.values.map(o=>M2(o,r-r5.length).replace(/^|\n/g,`$&${r5}`))).join(`
|
308
|
+
`)),O2(n,r)}function O2(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 Cb(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,f=0,h=0;for(;f<n;)n5[f]=e.charCodeAt(a+f),N0[f]=++f;for(;h<o;)for(i=t.charCodeAt(a+h),u=h++,l=h,f=0;f<n;f++)d=i===n5[f]?u:u+1,u=N0[f],l=N0[f]=u>l?d>l?l+1:d:d>u?u+1:d;return l}function Sb(e,t){let r=new e(t),n=Object.create(r);for(let o of hI)o in t&&(n[o]=M_(t[o],r,xn.prototype[o].length));return n}function M_(e,t,r){return typeof e=="function"?(...n)=>e(...n.slice(0,r-1),t,...n.slice(r-1)):()=>e}function am({from:e,to:t}){return{from:[e],to:t}}function kb(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 Ab(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 Fb(){let e=Object.create(null);return t=>{let r=JSON.stringify(t);return e[r]?!0:(e[r]=!0,!1)}}function _b(e,t){let r=[],n=[];for(let o of e)t(o)?r.push(o):n.push(o);return[r,n]}function Ib(e){return e===Math.floor(e)}function Rb(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 zb(e){return(...t)=>{let r=e(...t);return typeof r=="string"?new Error(r):r}}function im(e){return e===void 0?{}:e}function P2(e){if(typeof e=="string")return{text:e};let{text:t,list:r}=e;return O_((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(P2)}}:{text:t}}function lm(e,t){return e===!0?!0:e===!1?{value:t}:e}function sm(e,t,r=!1){return e===!1?!1:e===!0?r?!0:[{value:t}]:"value"in e?[e]:e.length===0?!1:e}function N2(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 $0(e,t){return e===void 0?[]:Array.isArray(e)?e.map(r=>N2(r,t)):[N2(e,t)]}function um(e,t){let r=$0(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 O_(e,t){if(!e)throw new Error(t)}function Tb(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)?(p,m)=>o.includes(p)?{[p]:m}:void 0:(p,m)=>({[p]:m}):(p,m,g)=>{let{_:y,...D}=g.schemas;return o5(p,m,{...g,schemas:D})},u=P_(t,{isCLI:n,FlagSchema:a}),d=new xI(u,{logger:r,unknown:l,descriptor:i}),f=r!==!1;f&&Om&&(d._hasDeprecationWarned=Om);let h=d.normalize(e);return f&&(Om=d._hasDeprecationWarned),h}function P_(e,{isCLI:t,FlagSchema:r}){let n=[];t&&n.push(gI.create({name:"_"}));for(let o of e)n.push(N_(o,{isCLI:t,optionInfos:e,FlagSchema:r})),o.alias&&t&&n.push(mI.create({name:o.alias,sourceName:o.name}));return n}function N_(e,{isCLI:t,optionInfos:r,FlagSchema:n}){let{name:o}=e,a={name:o},i,l={};switch(e.type){case"int":i=bI,t&&(a.preprocess=Number);break;case"string":i=a5;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=yI;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=a5;break;default:throw new Error(`Unexpected type ${e.type}`)}if(e.exception?a.validate=(u,d,f)=>e.exception(u)||d.validate(u,f):a.validate=(u,d,f)=>u===void 0||d.validate(u,f),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,f,h)=>f.preprocess(u(Array.isArray(d)?ze(!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 oy(e,t){if(!t)throw new Error("parserName is required.");let r=py(!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 fy(n)}function H_(e,t){if(!t)throw new Error("astFormat is required.");let r=py(!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 fy(n)}function ay({plugins:e,parser:t}){let r=oy(e,t);return iy(r,t)}function iy(e,t){let r=e.parsers[t];return typeof r=="function"?r():r}function j_(e,t){let r=e.printers[t];return typeof r=="function"?r():r}async function Bb(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 e5(`No parser could be inferred for file "${n.filepath}".`)}else throw new e5("No parser and no file path given, couldn't infer a parser.");let o=$2({plugins:e.plugins,showDeprecated:!0}).options,a={...i5,...Object.fromEntries(o.filter(p=>p.default!==void 0).map(p=>[p.name,p.default]))},i=oy(n.plugins,n.parser),l=await iy(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:H_(n.plugins,l.astFormat),d=await j_(u,l.astFormat);n.printer=d;let f=u.defaultOptions?Object.fromEntries(Object.entries(u.defaultOptions).filter(([,p])=>p!==void 0)):{},h={...a,...f};for(let[p,m]of Object.entries(h))(n[p]===null||n[p]===void 0)&&(n[p]=m);return n.parser==="json"&&(n.trailingComma="none"),DI(n,o,{passThrough:Object.keys(i5),...t})}async function $b(e,t){let r=await ay(t),n=r.preprocess?r.preprocess(e,t):e;t.originalText=n;let o;try{o=await r.parse(n,t,t)}catch(a){V_(a,e)}return{text:n,ast:o}}function V_(e,t){let{loc:r}=e;if(r){let n=(0,EI.codeFrameColumns)(t,r,{highlightCode:!0});throw e.message+=`
|
310
|
+
`+n,e.codeFrame=n,e}throw e}async function U_(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=lc(i.getVisitorKeys??u),f=[];m();let h=e.stack;for(let{print:g,node:y,pathStack:D}of f)try{e.stack=D;let b=await g(p,t,e,r);b&&o.set(y,b)}catch(b){if(globalThis.PRETTIER_DEBUG)throw b}e.stack=h;function p(g,y){return W_(g,y,r,n)}c(p,"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 y=i(e,r);if(y){if(typeof y=="function"){f.push({print:y,node:g,pathStack:[...e.stack]});return}o.set(g,y)}}c(m,"p")}async function W_(e,t,r,n){let o=await Ta({...r,...t,parentParser:r.parser,originalText:e},{passThrough:!0}),{ast:a}=await Bl(e,o),i=await n(a,o);return T2(i)}function Lb(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 f of n)o(f)>=u&&a(f)<=d&&i.add(f);return r.slice(u,d)}async function ac(e,t){({ast:e}=await ly(e,t));let r=new Map,n=new iI(e),o=cI(t),a=new Map;await U_(n,l,t,ac,a);let i=await H2(n,t,l,void 0,a);return T_(t),i;function l(d,f){return d===void 0||d===n?u(f):Array.isArray(d)?n.call(()=>u(f),...d):n.call(()=>u(f),d)}function u(d){o(n);let f=n.node;if(f==null)return"";let h=f&&typeof f=="object"&&d===void 0;if(h&&r.has(f))return r.get(f);let p=H2(n,t,l,d,a);return h&&r.set(f,p),p}}function H2(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=CI(e,t):o.has(i)?u=o.get(i):u=l.print(e,t,r,n),i===t.cursorNode&&(u=J4(u,d=>[t1,d,t1])),l.printComment&&(!l.willPrintOwnComments||!l.willPrintOwnComments(e,t))&&(u=z_(e,u,t)),u}async function ly(e,t){let r=e.comments??[];t[Symbol.for("comments")]=r,t[Symbol.for("tokens")]=e.tokens??[],t[Symbol.for("printedComments")]=new Set,k_(e,t);let{printer:{preprocess:n}}=t;return e=n?await n(e,t):e,{ast:e,comments:r}}function Mb(e,t){let{cursorOffset:r,locStart:n,locEnd:o}=t,a=lc(t.printer.getVisitorKeys),i=c(u=>n(u)<=r&&o(u)>=r,"i"),l=e;for(let u of C_(e,{getVisitorKeys:a,filter:i}))l=u;return l}function Ob(e,t){let{printer:{massageAstNode:r,getVisitorKeys:n}}=t;if(!r)return e;let o=lc(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(p=>i(p,u)).filter(Boolean);let d={},f=new Set(o(l));for(let p in l)!Object.prototype.hasOwnProperty.call(l,p)||a.has(p)||(f.has(p)?d[p]=i(l[p],l):d[p]=l[p]);let h=r(l,d,u);if(h!==null)return h??d}}function q_(e,t){let r=[e.node,...e.parentNodes],n=new Set([t.node,...t.parentNodes]);return r.find(o=>hy.has(o.type)&&n.has(o))}function j2(e){let t=AI(!1,e,r=>r.type!=="Program"&&r.type!=="File");return t===-1?e:e.slice(0,t+1)}function G_(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 j2(t.parentNodes))if(r(u)>=i)a=u;else break;let l=n(t.node);for(let u of j2(e.parentNodes)){if(n(u)<=l)o=u;else break;if(o===a)break}return{startNode:o,endNode:a}}function Jd(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 f of mf(e,r)){let h=Jd(f,t,r,n,[e,...o],a);if(h)return h}if(!n||n(e,o[0]))return{node:e,parentNodes:o}}}function Y_(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 V2(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 Y_(t.type,r==null?void 0:r.type);case"json":case"json5":case"jsonc":case"json-stringify":return hy.has(t.type);case"graphql":return _I.has(t.kind);case"vue":return t.tag!=="root"}return!1}function K_(e,t,r){let{rangeStart:n,rangeEnd:o,locStart:a,locEnd:i}=t;o1.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=Jd(r,n,t,(m,g)=>V2(t,m,g),[],"rangeStart"),f=u?d:Jd(r,o,t,m=>V2(t,m),[],"rangeEnd");if(!d||!f)return{rangeStart:0,rangeEnd:0};let h,p;if(FI(t)){let m=q_(d,f);h=m,p=m}else({startNode:h,endNode:p}=G_(d,f,t));return{rangeStart:Math.min(a(h),a(p)),rangeEnd:Math.max(i(h),i(p))}}async function sy(e,t,r=0){if(!e||e.trim().length===0)return{formatted:"",cursorOffset:-1,comments:[]};let{ast:n,text:o}=await Bl(e,t);t.cursorOffset>=0&&(t.cursorNode=SI(n,t));let a=await ac(n,t);r>0&&(a=I2([ho,a],r,t.tabWidth));let i=Bu(a,t);if(r>0){let u=i.formatted.trim();i.cursorNodeStart!==void 0&&(i.cursorNodeStart-=i.formatted.indexOf(u)),i.formatted=u+pf(t.endOfLine)}let l=t[Symbol.for("comments")];if(t.cursorOffset>=0){let u,d,f,h,p;if(t.cursorNode&&i.cursorNodeText?(u=t.locStart(t.cursorNode),d=o.slice(u,t.locEnd(t.cursorNode)),f=t.cursorOffset-u,h=i.cursorNodeStart,p=i.cursorNodeText):(u=0,d=o,f=t.cursorOffset,h=0,p=i.formatted),d===p)return{formatted:i.formatted,cursorOffset:h+f,comments:l};let m=d.split("");m.splice(f,0,l5);let g=p.split(""),y=f_(m,g),D=h;for(let b of y)if(b.removed){if(b.value.includes(l5))break}else D+=b.count;return{formatted:i.formatted,cursorOffset:D,comments:l}}return{formatted:i.formatted,cursorOffset:-1,comments:l}}async function Q_(e,t){let{ast:r,text:n}=await Bl(e,t),{rangeStart:o,rangeEnd:a}=K_(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=n1(u,t.tabWidth),f=await sy(i,{...t,rangeStart:0,rangeEnd:Number.POSITIVE_INFINITY,cursorOffset:t.cursorOffset>o&&t.cursorOffset<=a?t.cursorOffset-o:-1,endOfLine:"lf"},d),h=f.formatted.trimEnd(),{cursorOffset:p}=t;p>a?p+=h.length-i.length:f.cursorOffset>=0&&(p=f.cursorOffset+o);let m=n.slice(0,o)+h+n.slice(a);if(t.endOfLine!=="lf"){let g=pf(t.endOfLine);p>=0&&g===`\r
|
312
|
+
`&&(p+=Z4(m.slice(0,p),`
|
313
|
+
`)),m=ic(!1,m,`
|
314
|
+
`,g)}return{formatted:m,cursorOffset:p,comments:f.comments}}function L0(e,t,r){return typeof t!="number"||Number.isNaN(t)||t<0||t>e.length?r:t}function U2(e,t){let{cursorOffset:r,rangeStart:n,rangeEnd:o}=t;return r=L0(e,r,-1),n=L0(e,n,0),o=L0(e,o,e.length),{...t,cursorOffset:r,rangeStart:n,rangeEnd:o}}function uy(e,t){let{cursorOffset:r,rangeStart:n,rangeEnd:o,endOfLine:a}=U2(e,t),i=e.charAt(0)===my;if(i&&(e=e.slice(1),r--,n--,o--),a==="auto"&&(a=p_(e)),e.includes("\r")){let l=c(u=>Z4(e.slice(0,Math.max(u,0)),`\r
|
315
|
+
`),"s");r-=l(r),n-=l(n),o-=l(o),e=h_(e)}return{hasBOM:i,text:e,options:U2(e,{...t,cursorOffset:r,rangeStart:n,rangeEnd:o,endOfLine:a})}}async function W2(e,t){let r=await ay(t);return!r.hasPragma||r.hasPragma(e)}async function q2(e,t){let{hasBOM:r,text:n,options:o}=uy(e,await Ta(t));if(o.rangeStart>=o.rangeEnd&&n!==""||o.requirePragma&&!await W2(n,o))return{formatted:e,cursorOffset:t.cursorOffset,comments:[]};let a;return o.rangeStart>0||o.rangeEnd<n.length?a=await Q_(n,o):(!o.requirePragma&&o.insertPragma&&o.printer.insertPragma&&!await W2(n,o)&&(n=o.printer.insertPragma(n)),a=await sy(n,o)),r&&(a.formatted=my+a.formatted,a.cursorOffset>=0&&a.cursorOffset++),a}async function Pb(e,t,r){let{text:n,options:o}=uy(e,await Ta(t)),a=await Bl(n,o);return r&&(r.preprocessForPrint&&(a.ast=await ly(a.ast,o)),r.massage&&(a.ast=kI(a.ast,o))),a}async function Nb(e,t){t=await Ta(t);let r=await ac(e,t);return Bu(r,t)}async function Hb(e,t){let r=m_(e),{formatted:n}=await q2(r,{...t,parser:"__js_expression"});return n}async function jb(e,t){t=await Ta(t);let{ast:r}=await Bl(e,t);return ac(r,t)}async function Vb(e,t){return Bu(e,await Ta(t))}function Ub(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 Wb(e,t){return t===!1?!1:e.charAt(t)==="/"&&e.charAt(t+1)==="/"?Z2(e,t):t}function qb(e,t){let r=null,n=t;for(;n!==r;)r=n,n=Bn(e,n),n=a1(e,n),n=i1(e,n),n=Co(e,n);return n}function Gb(e,t){let r=null,n=t;for(;n!==r;)r=n,n=X2(e,n),n=a1(e,n),n=Bn(e,n);return n=i1(e,n),n=Co(e,n),n!==!1&&Fn(e,n)}function Yb(e,t){let r=e.lastIndexOf(`
|
316
|
+
`);return r===-1?0:n1(e.slice(r+1).match(/^[\t ]*/u)[0],t)}function X_(e){if(typeof e!="string")throw new TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}function Kb(e,t){let r=e.match(new RegExp(`(${X_(t)})+`,"gu"));return r===null?0:r.reduce((n,o)=>Math.max(n,o.length/t.length),0)}function Qb(e,t){let r=yf(e,t);return r===!1?"":e.charAt(r)}function Xb(e,t,r){for(let n=t;n<r;++n)if(e.charAt(n)===`
|
317
|
+
`)return!0;return!1}function Zb(e,t,r={}){return Bn(e,r.backwards?t-1:t,r)!==t}function Jb(e,t,r){let n=t==='"'?"'":'"',o=ic(!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 Z_(e,t,r){return yf(e,r(t))}function e9(e,t){return arguments.length===2||typeof t=="number"?yf(e,t):Z_(...arguments)}function J_(e,t,r){return vf(e,r(t))}function t9(e,t){return arguments.length===2||typeof t=="number"?vf(e,t):J_(...arguments)}function eI(e,t,r){return l1(e,r(t))}function r9(e,t){return arguments.length===2||typeof t=="number"?l1(e,t):eI(...arguments)}function Pn(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 G2(e,t){let{formatted:r}=await s5(e,{...t,cursorOffset:-1});return r}async function n9(e,t){return await G2(e,t)===e}var o9,is,a9,i9,l9,s9,cm,u9,o0,ls,dm,ss,c9,d9,f9,Ga,a0,fm,p9,h9,m9,g9,v9,pm,y9,ic,hm,mm,gm,vm,w9,b9,tI,Ya,ks,To,sn,po,un,cn,en,ft,Er,Dt,dn,fn,tn,je,Cr,Bt,cy,Bo,rI,ym,x9,Ca,Y2,e1,wm,Sr,gf,D9,As,E9,M0,bm,K2,C9,ho,Q2,t1,S9,ze,nI,oI,aI,r1,lt,ur,Bi,n1,qo,xm,i0,Dm,k9,iI,Em,o1,lI,A9,Bn,X2,Z2,Co,Fn,sI,J2,uI,lc,O0,P0,dy,vf,cI,Cm,fy,Sm,e5,dI,fI,pI,Xo,km,F9,la,t5,us,r5,_9,Am,N0,n5,o5,hI,Fm,xn,_m,mI,Im,gI,Rm,vI,zm,yI,Tm,wI,Bm,I9,$m,bI,Lm,a5,R9,z9,T9,B9,Mm,xI,Om,DI,$9,py,i5,Ta,EI,Bl,CI,SI,kI,L9,AI,FI,hy,_I,my,l5,Pm,M9,O9,P9,N9,Nm,a1,i1,yf,l1,H9,j9,V9,U9,W9,q9,s5,G9,Y9,II,mV=$(()=>{o9=Object.create,is=Object.defineProperty,a9=Object.getOwnPropertyDescriptor,i9=Object.getOwnPropertyNames,l9=Object.getPrototypeOf,s9=Object.prototype.hasOwnProperty,cm=c(e=>{throw TypeError(e)},"sr"),u9=c((e,t)=>()=>(e&&(t=e(e=0)),t),"_u"),o0=c((e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),"At"),ls=c((e,t)=>{for(var r in t)is(e,r,{get:t[r],enumerable:!0})},"We"),dm=c((e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of i9(t))!s9.call(e,o)&&o!==r&&is(e,o,{get:c(()=>t[o],"get"),enumerable:!(n=a9(t,o))||n.enumerable});return e},"ar"),ss=c((e,t,r)=>(r=e!=null?o9(l9(e)):{},dm(t||!e||!e.__esModule?is(r,"default",{value:e,enumerable:!0}):r,e)),"Me"),c9=c(e=>dm(is({},"__esModule",{value:!0}),e),"vu"),d9=c((e,t,r)=>t.has(e)||cm("Cannot "+r),"bu"),f9=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"),Ga=c((e,t,r)=>(d9(e,t,"access private method"),r),"pe"),a0=o0((e,t)=>{var r=new Proxy(String,{get:c(()=>r,"get")});t.exports=r}),fm={},ls(fm,{default:c(()=>h9,"default"),shouldHighlight:c(()=>p9,"shouldHighlight")}),m9=u9(()=>{p9=c(()=>!1,"xo"),h9=String}),g9=o0((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}),v9=o0(e=>{Object.defineProperty(e,"__esModule",{value:!0}),e.codeFrameColumns=m,e.default=g;var t=(m9(),c9(fm)),r=o(g9(),!0);function n(y){if(typeof WeakMap!="function")return null;var D=new WeakMap,b=new WeakMap;return(n=c(function(w){return w?b:D},"Wn"))(y)}c(n,"Wn");function o(y,D){if(!D&&y&&y.__esModule)return y;if(y===null||typeof y!="object"&&typeof y!="function")return{default:y};var b=n(D);if(b&&b.has(y))return b.get(y);var w={__proto__:null},v=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var x in y)if(x!=="default"&&{}.hasOwnProperty.call(y,x)){var E=v?Object.getOwnPropertyDescriptor(y,x):null;E&&(E.get||E.set)?Object.defineProperty(w,x,E):w[x]=y[x]}return w.default=y,b&&b.set(y,w),w}c(o,"vo");var a=r.default,i=c((y,D)=>b=>y(D(b)),"Rn"),l;function u(y){return y?(l!=null||(l=(0,r.createColors)(!0)),l):a}c(u,"Oo");var d=!1;function f(y){return{gutter:y.gray,marker:i(y.red,y.bold),message:i(y.red,y.bold)}}c(f,"So");var h=/\r\n|[\n\r\u2028\u2029]/;function p(y,D,b){let w=Object.assign({column:0,line:-1},y.start),v=Object.assign({},w,y.end),{linesAbove:x=2,linesBelow:E=3}=b||{},C=w.line,S=w.column,k=v.line,F=v.column,_=Math.max(C-(x+1),0),T=Math.min(D.length,k+E);C===-1&&(_=0),k===-1&&(T=D.length);let N=k-C,O={};if(N)for(let Y=0;Y<=N;Y++){let H=Y+C;if(!S)O[H]=!0;else if(Y===0){let U=D[H-1].length;O[H]=[S,U-S+1]}else if(Y===N)O[H]=[0,F];else{let U=D[H-Y].length;O[H]=[0,U]}}else S===F?S?O[C]=[S,0]:O[C]=!0:O[C]=[S,F-S];return{start:_,end:T,markerLines:O}}c(p,"No");function m(y,D,b={}){let w=(b.highlightCode||b.forceColor)&&(0,t.shouldHighlight)(b),v=u(b.forceColor),x=f(v),E=c((O,Y)=>w?O(Y):Y,"i"),C=y.split(h),{start:S,end:k,markerLines:F}=p(D,C,b),_=D.start&&typeof D.start.column=="number",T=String(k).length,N=(w?(0,t.default)(y,b):y).split(h,k).slice(S,k).map((O,Y)=>{let H=S+1+Y,U=` ${` ${H}`.slice(-T)} |`,j=F[H],B=!F[H+1];if(j){let L="";if(Array.isArray(j)){let P=O.slice(0,Math.max(j[0]-1,0)).replace(/[^\t]/g," "),G=j[1]||1;L=[`
|
318
|
+
`,E(x.gutter,U.replace(/\d/g," "))," ",P,E(x.marker,"^").repeat(G)].join(""),B&&b.message&&(L+=" "+E(x.message,b.message))}return[E(x.marker,">"),E(x.gutter,U),O.length>0?` ${O}`:"",L].join("")}else return` ${E(x.gutter,U)}${O.length>0?` ${O}`:""}`}).join(`
|
319
|
+
`);return b.message&&!_&&(N=`${" ".repeat(T+1)}${b.message}
|
320
|
+
${N}`),w?v.reset(N):N}c(m,"Mn");function g(y,D,b,w={}){if(!d){d=!0;let v="Passing lineNumber and colNumber is deprecated to @babel/code-frame. Please use `codeFrameColumns`.";{let x=new Error(v);x.name="DeprecationWarning",console.warn(new Error(v))}}return b=Math.max(b,0),m(y,{start:{column:b,line:D}},w)}c(g,"To")}),pm={},ls(pm,{__debug:c(()=>Y9,"__debug"),check:c(()=>n9,"check"),doc:c(()=>Pm,"doc"),format:c(()=>G2,"format"),formatWithCursor:c(()=>s5,"formatWithCursor"),getSupportInfo:c(()=>G9,"getSupportInfo"),util:c(()=>Nm,"util"),version:c(()=>N9,"version")}),y9=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"),ic=y9,c(wn,"Z"),wn.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(v){return o?(setTimeout(function(){o(void 0,v)},0),!0):v}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,f=l+u;n.maxEditLength&&(f=Math.min(f,n.maxEditLength));var h=(r=n.timeout)!==null&&r!==void 0?r:1/0,p=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 y=-1/0,D=1/0;function b(){for(var v=Math.max(y,-d);v<=Math.min(D,d);v+=2){var x=void 0,E=m[v-1],C=m[v+1];E&&(m[v-1]=void 0);var S=!1;if(C){var k=C.oldPos-v;S=C&&0<=k&&k<l}var F=E&&E.oldPos+1<u;if(!S&&!F){m[v]=void 0;continue}if(!F||S&&E.oldPos+1<C.oldPos?x=a.addToPath(C,!0,void 0,0):x=a.addToPath(E,void 0,!0,1),g=a.extractCommon(x,t,e,v),x.oldPos+1>=u&&g+1>=l)return i(X8(a,x.lastComponent,t,e,a.useLongestToken));m[v]=x,x.oldPos+1>=u&&(D=Math.min(D,v-1)),g+1>=l&&(y=Math.max(y,v+1))}d++}if(c(b,"A"),o)c(function v(){setTimeout(function(){if(d>f||Date.now()>p)return o();b()||v()},0)},"h")();else for(;d<=f&&Date.now()<=p;){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(X8,"Su"),hm=/^[A-Za-z\xC0-\u02C6\u02C8-\u02D7\u02DE-\u02FF\u1E00-\u1EFF]+$/,mm=/\S/,gm=new wn,gm.equals=function(e,t){return this.options.ignoreCase&&(e=e.toLowerCase(),t=t.toLowerCase()),e===t||this.options.ignoreWhitespace&&!mm.test(e)&&!mm.test(t)},gm.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]&&hm.test(t[r])&&hm.test(t[r+2])&&(t[r]+=t[r+2],t.splice(r+1,2),r--);return t},vm=new wn,vm.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},w9=new wn,w9.tokenize=function(e){return e.split(/(\S.+?[.!?])(?=\s+|$)/)},b9=new wn,b9.tokenize=function(e){return e.split(/([{}:;,]|\s+)/)},c(Js,"$e"),tI=Object.prototype.toString,Ya=new wn,Ya.useLongestToken=!0,Ya.tokenize=vm.tokenize,Ya.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(Yd(e,null,null,o),o," ")},Ya.equals=function(e,t){return wn.prototype.equals.call(Ya,e.replace(/,([\r\n])/g,"$1"),t.replace(/,([\r\n])/g,"$1"))},c(Yd,"Bt"),ks=new wn,ks.tokenize=function(e){return e.slice()},ks.join=ks.removeEmpty=function(e){return e},c(f_,"dr"),c(p_,"Fr"),c(pf,"Be"),c(Z4,"wt"),c(h_,"mr"),To="string",sn="array",po="cursor",un="indent",cn="align",en="trim",ft="group",Er="fill",Dt="if-break",dn="indent-if-break",fn="line-suffix",tn="line-suffix-boundary",je="line",Cr="label",Bt="break-parent",cy=new Set([po,un,cn,en,ft,Er,Dt,dn,fn,tn,je,Cr,Bt]),c(Z8,"Lu"),Bo=Z8,rI=c(e=>new Intl.ListFormat("en-US",{type:"disjunction"}).format(e),"Pu"),c(J8,"Iu"),x9=(ym=class extends Error{constructor(t){super(J8(t));Or(this,"name","InvalidDocError");this.doc=t}},c(ym,"xt"),ym),Ca=x9,Y2={},c(eb,"Ru"),e1=eb,wm=c(()=>{},"hr"),Sr=wm,gf=wm,c(zu,"De"),c(Ea,"ae"),c(A2,"_t"),c(tb,"Cr"),c(rb,"gr"),c(nb,"yr"),c(ob,"Ar"),c(F2,"Ge"),c(ab,"Br"),c(ib,"wr"),c(Kd,"xe"),D9={type:tn},As={type:Bt},E9={type:en},M0={type:je,hard:!0},bm={type:je,hard:!0,literal:!0},K2={type:je},C9={type:je,soft:!0},ho=[M0,As],Q2=[bm,As],t1={type:po},c(_2,"be"),c(I2,"Je"),c(lb,"br"),c(jr,"ee"),c(m_,"Or"),S9=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"),ze=S9,nI=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(sb,"Nr"),c(ub,"Tr"),oI=c(e=>!(sb(e)||ub(e)),"kr"),aI=/[^\x20-\x7F]/u,c(cb,"Hu"),r1=cb,c(Tu,"Ne"),c(Qd,"Xe"),c(g_,"Wu"),c(db,"Ir"),c(R2,"Lr"),c(v_,"Rr"),c(y_,"Mu"),c(fb,"Yr"),c(z2,"Pr"),c(Ti,"Se"),c(T2,"Ze"),c(w_,"$u"),c(b_,"Vu"),c(pb,"jr"),c(x_,"Uu"),c(hb,"Hr"),c(J4,"Qe"),lt=Symbol("MODE_BREAK"),ur=Symbol("MODE_FLAT"),Bi=Symbol("cursor"),c(ey,"Wr"),c(D_,"zu"),c(E_,"Gu"),c(Xd,"bt"),c(Zd,"Ot"),c(Ss,"et"),c(Bu,"Fe"),c(mb,"Ku"),n1=mb,k9=(Dm=class{constructor(e){f9(this,qo),this.stack=[e]}get key(){let{stack:e,siblings:t}=this;return ze(!1,e,t===null?-2:-4)??null}get index(){return this.siblings===null?null:ze(!1,this.stack,-2)}get node(){return ze(!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=ze(!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[...Ga(this,qo,i0).call(this)]}getName(){let{stack:e}=this,{length:t}=e;return t>1?ze(!1,e,-2):null}getValue(){return ze(!1,this.stack,-1)}getNode(e=0){let t=Ga(this,qo,xm).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=ze(!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=Ga(this,qo,xm).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=ze(!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 Ga(this,qo,i0).call(this))if(e(t))return t}hasAncestor(e){for(let t of Ga(this,qo,i0).call(this))if(e(t))return!0;return!1}},c(Dm,"St"),Dm),qo=new WeakSet,xm=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"),i0=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"),iI=k9,Em=new Proxy(()=>{},{get:c(()=>Em,"get")}),o1=Em,c(gb,"qu"),lI=gb,c(ty,"Tt"),c(C_,"Ur"),c(qa,"Ee"),A9=qa(/\s/u),Bn=qa(" "),X2=qa(",; "),Z2=qa(/[^\n\r]/u),c(vb,"Ju"),Co=vb,c(yb,"Xu"),Fn=yb,c(wb,"Zu"),sI=wb,J2=new Set(["tokens","comments","parent","enclosingNode","precedingNode","followingNode"]),uI=c(e=>Object.keys(e).filter(t=>!J2.has(t)),"Qu"),c(bb,"eo"),lc=bb,c(S_,"to"),c(hf,"Lt"),c(aa,"ue"),c(eu,"re"),c(ia,"oe"),O0=new WeakMap,c(mf,"ut"),c(ry,"qr"),P0=c(()=>!1,"It"),c(k_,"Jr"),dy=c(e=>!/[\S\n\u2028\u2029]/u.test(e),"Xr"),c(A_,"ro"),c(F_,"no"),c(B2,"Kr"),c(B0,"Rt"),c(xb,"uo"),vf=xb,c(ny,"Zr"),c(__,"oo"),c(I_,"io"),c(R_,"so"),c(z_,"Qr"),c(T_,"en"),c(Db,"ao"),cI=Db,fy=(Cm=class extends Error{constructor(){super(...arguments);Or(this,"name","ConfigError")}},c(Cm,"Pe"),Cm),e5=(Sm=class extends Error{constructor(){super(...arguments);Or(this,"name","UndefinedParserError")}},c(Sm,"Ie"),Sm),dI={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($2,"ot"),c(B_,"Do"),c($_,"lo"),fI=c(e=>String(e).split(/[/\\]/u).pop(),"co"),c(L2,"nn"),c(L_,"fo"),c(Eb,"po"),pI=Eb,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")},km=ss(a0(),1),F9=c((e,t,{descriptor:r})=>{let n=[`${km.default.yellow(typeof e=="string"?r.key(e):r.pair(e))} is deprecated`];return t&&n.push(`we now treat it as ${km.default.blue(typeof t=="string"?r.key(t):r.pair(t))}`),n.join("; ")+"."},"an"),la=ss(a0(),1),t5=Symbol.for("vnopts.VALUE_NOT_EXIST"),us=Symbol.for("vnopts.VALUE_UNCHANGED"),r5=" ".repeat(2),_9=c((e,t,r)=>{let{text:n,list:o}=r.normalizeExpectedResult(r.schemas[e].expected(r)),a=[];return n&&a.push(om(e,t,n,r.descriptor)),o&&a.push([om(e,t,o.title,r.descriptor)].concat(o.values.map(i=>M2(i,r.loggerPrintWidth))).join(`
|
326
|
+
`)),O2(a,r.loggerPrintWidth)},"cn"),c(om,"ln"),c(M2,"fn"),c(O2,"pn"),Am=ss(a0(),1),N0=[],n5=[],c(Cb,"Ht"),o5=c((e,t,{descriptor:r,logger:n,schemas:o})=>{let a=[`Ignored unknown option ${Am.default.yellow(r.pair({key:e,value:t}))}.`],i=Object.keys(o).sort().find(l=>Cb(e,l)<3);i&&a.push(`Did you mean ${Am.default.blue(r.key(i))}?`),n.warn(a.join(" "))},"at"),hI=["default","expected","validate","deprecated","forward","redirect","overlap","preprocess","postprocess"],c(Sb,"mo"),xn=(Fm=class{static create(e){return Sb(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 us}},c(Fm,"O"),Fm),c(M_,"Eo"),mI=(_m=class extends xn{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(_m,"Dt"),_m),gI=(Im=class extends xn{expected(){return"anything"}validate(){return!0}},c(Im,"lt"),Im),vI=(Rm=class extends xn{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(am))}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(am))}return r.length===0?{redirect:n}:{redirect:n,remain:r}}overlap(e,t){return e.concat(t)}},c(Rm,"ct"),Rm),c(am,"Fn"),yI=(zm=class extends xn{expected(){return"true or false"}validate(e){return typeof e=="boolean"}},c(zm,"ft"),zm),c(kb,"En"),c(Ab,"hn"),c(Fb,"Cn"),c(_b,"gn"),c(Ib,"yn"),c(Rb,"An"),c(zb,"Bn"),c(im,"Mt"),c(P2,"$t"),c(lm,"Vt"),c(sm,"Ut"),c(N2,"mn"),c($0,"pt"),c(um,"zt"),c(O_,"ho"),wI=(Tm=class extends xn{constructor(e){super(e),this._choices=Ab(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(Rb).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(Tm,"dt"),Tm),I9=(Bm=class extends xn{expected(){return"a number"}validate(e,t){return typeof e=="number"}},c(Bm,"Ft"),Bm),bI=($m=class extends I9{expected(){return"an integer"}validate(e,t){return t.normalizeValidateResult(super.validate(e,t),e)===!0&&Ib(e)}},c($m,"mt"),$m),a5=(Lm=class extends xn{expected(){return"a string"}validate(e){return typeof e=="string"}},c(Lm,"Re"),Lm),R9=Xo,z9=o5,T9=_9,B9=F9,xI=(Mm=class{constructor(e,t){let{logger:r=console,loggerPrintWidth:n=80,descriptor:o=R9,unknown:a=z9,invalid:i=T9,deprecated:l=B9,missing:u=c(()=>!1,"D"),required:d=c(()=>!1,"l"),preprocess:f=c(p=>p,"d"),postprocess:h=c(()=>us,"f")}=t||{};this._utils={descriptor:o,logger:r||{warn:c(()=>{},"warn")},loggerPrintWidth:n,schemas:kb(e,"name"),normalizeDefaultResult:im,normalizeExpectedResult:P2,normalizeDeprecatedResult:sm,normalizeForwardResult:$0,normalizeRedirectResult:um,normalizeValidateResult:lm},this._unknownHandler=a,this._invalidHandler=zb(i),this._deprecatedHandler=l,this._identifyMissing=(p,m)=>!(p in m)||u(p,m),this._identifyRequired=d,this._preprocess=f,this._postprocess=h,this.cleanHistory()}cleanHistory(){this._hasDeprecationWarned=Fb()}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=im(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!==us&&(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:p})=>{r.push(typeof p=="string"?{[p]:h}:{[p.key]:p.value})},"D"),d=c(({value:h,redirectTo:p})=>{let m=sm(i.deprecated(h,this._utils),l,!0);if(m!==!1)if(m===!0)this._hasDeprecationWarned(a)||this._utils.logger.warn(this._deprecatedHandler(a,p,this._utils));else for(let{value:g}of m){let y={key:a,value:g};if(!this._hasDeprecationWarned(y)){let D=typeof p=="string"?{key:p,value:g}:p;this._utils.logger.warn(this._deprecatedHandler(y,D,this._utils))}}},"l");$0(i.forward(l,this._utils),l).forEach(u);let f=um(i.redirect(l,this._utils),l);if(f.redirect.forEach(u),"remain"in f){let h=f.remain;t[a]=a in t?i.overlap(t[a],h,this._utils):h,d({value:h})}for(let{from:h,to:p}of f.redirect)d({value:h,redirectTo:p})}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,t5,this._utils)}_partitionOptionKeys(e){let[t,r]=_b(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=lm(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!==us){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(Mm,"Et"),Mm),c(Tb,"go"),c(P_,"yo"),c(N_,"Ao"),DI=Tb,$9=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"),py=$9,c(oy,"qt"),c(H_,"On"),c(ay,"ht"),c(iy,"Jt"),c(j_,"Sn"),i5={astFormat:"estree",printer:{},originalText:void 0,locStart:null,locEnd:null},c(Bb,"wo"),Ta=Bb,EI=ss(v9(),1),c($b,"ko"),c(V_,"Lo"),Bl=$b,c(U_,"Un"),c(W_,"Po"),c(Lb,"Io"),CI=Lb,c(ac,"Ye"),c(H2,"Gn"),c(ly,"Qt"),c(Mb,"Ro"),SI=Mb,c(Ob,"Yo"),kI=Ob,L9=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"),AI=L9,FI=c(({parser:e})=>e==="json"||e==="json5"||e==="jsonc"||e==="json-stringify","Ho"),c(q_,"Wo"),c(j2,"Xn"),c(G_,"Mo"),c(Jd,"er"),c(Y_,"$o"),hy=new Set(["JsonRoot","ObjectExpression","ArrayExpression","StringLiteral","NumericLiteral","BooleanLiteral","NullLiteral","UnaryExpression","TemplateLiteral"]),_I=new Set(["OperationDefinition","FragmentDefinition","VariableDefinition","TypeExtensionDefinition","ObjectTypeDefinition","FieldDefinition","DirectiveDefinition","EnumTypeDefinition","EnumValueDefinition","InputValueDefinition","InputObjectTypeDefinition","SchemaDefinition","OperationTypeDefinition","InterfaceTypeDefinition","UnionTypeDefinition","ScalarTypeDefinition"]),c(V2,"Zn"),c(K_,"eu"),my="\uFEFF",l5=Symbol("cursor"),c(sy,"ou"),c(Q_,"Uo"),c(L0,"tr"),c(U2,"ru"),c(uy,"iu"),c(W2,"nu"),c(q2,"rr"),c(Pb,"su"),c(Nb,"au"),c(Hb,"Du"),c(jb,"lu"),c(Vb,"cu"),Pm={},ls(Pm,{builders:c(()=>M9,"builders"),printer:c(()=>O9,"printer"),utils:c(()=>P9,"utils")}),M9={join:_2,line:K2,softline:C9,hardline:ho,literalline:Q2,group:A2,conditionalGroup:ob,fill:F2,lineSuffix:Kd,lineSuffixBoundary:D9,cursor:t1,breakParent:As,ifBreak:ab,trim:E9,indent:zu,indentIfBreak:ib,align:Ea,addAlignmentToDoc:I2,markAsRoot:rb,dedentToRoot:tb,dedent:nb,hardlineWithoutBreakParent:M0,literallineWithoutBreakParent:bm,label:lb,concat:c(e=>e,"concat")},O9={printDocToString:Bu},P9={willBreak:db,traverseDoc:e1,findInDoc:Qd,mapDoc:Tu,removeLines:fb,stripTrailingHardline:T2,replaceEndOfLine:pb,canBreak:hb},N9="3.3.3",Nm={},ls(Nm,{addDanglingComment:c(()=>eu,"addDanglingComment"),addLeadingComment:c(()=>aa,"addLeadingComment"),addTrailingComment:c(()=>ia,"addTrailingComment"),getAlignmentSize:c(()=>n1,"getAlignmentSize"),getIndentSize:c(()=>H9,"getIndentSize"),getMaxContinuousCount:c(()=>j9,"getMaxContinuousCount"),getNextNonSpaceNonCommentCharacter:c(()=>V9,"getNextNonSpaceNonCommentCharacter"),getNextNonSpaceNonCommentCharacterIndex:c(()=>e9,"getNextNonSpaceNonCommentCharacterIndex"),getStringWidth:c(()=>r1,"getStringWidth"),hasNewline:c(()=>Fn,"hasNewline"),hasNewlineInRange:c(()=>U9,"hasNewlineInRange"),hasSpaces:c(()=>W9,"hasSpaces"),isNextLineEmpty:c(()=>r9,"isNextLineEmpty"),isNextLineEmptyAfterIndex:c(()=>l1,"isNextLineEmptyAfterIndex"),isPreviousLineEmpty:c(()=>t9,"isPreviousLineEmpty"),makeString:c(()=>q9,"makeString"),skip:c(()=>qa,"skip"),skipEverythingButNewLine:c(()=>Z2,"skipEverythingButNewLine"),skipInlineComment:c(()=>a1,"skipInlineComment"),skipNewline:c(()=>Co,"skipNewline"),skipSpaces:c(()=>Bn,"skipSpaces"),skipToLineEnd:c(()=>X2,"skipToLineEnd"),skipTrailingComment:c(()=>i1,"skipTrailingComment"),skipWhitespace:c(()=>A9,"skipWhitespace")}),c(Ub,"Jo"),a1=Ub,c(Wb,"Xo"),i1=Wb,c(qb,"Zo"),yf=qb,c(Gb,"Qo"),l1=Gb,c(Yb,"ei"),H9=Yb,c(X_,"ur"),c(Kb,"ti"),j9=Kb,c(Qb,"ri"),V9=Qb,c(Xb,"ni"),U9=Xb,c(Zb,"ui"),W9=Zb,c(Jb,"oi"),q9=Jb,c(Z_,"ii"),c(e9,"si"),c(J_,"ai"),c(t9,"Di"),c(eI,"li"),c(r9,"ci"),c(Pn,"fe"),s5=Pn(q2),c(G2,"gu"),c(n9,"fi"),G9=Pn($2,0),Y9={parse:Pn(Pb),formatAST:Pn(Nb),formatDoc:Pn(Hb),printToDoc:Pn(jb),printDocToString:Pn(Vb)},II=pm});function RI(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(f){var h,p;return(p=(h=f.match(/[\t ]/g))===null||h===void 0?void 0:h.length)!==null&&p!==void 0?p: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)( *)$/),f=d?d[1]:"",h=l;typeof l=="string"&&l.includes(`
|
329
|
+
`)&&(h=String(l).split(`
|
330
|
+
`).map(function(p,m){return m===0?p:""+f+p}).join(`
|
331
|
+
`)),i+=h+n[u+1]}),i}var gV=$(()=>{c(RI,"dedent")}),zI={};Il(zI,{formatter:()=>TI});var K9,TI,vV=$(()=>{K9=Ke(K1(),1),hV(),mV(),gV(),TI=(0,K9.default)(2)(async(e,t)=>e===!1?t:e==="dedent"||e===!0?RI(t):(await II.format(t,{parser:e,plugins:[d_],htmlWhitespaceSensitivity:"ignore"})).trim())}),u5,c5,yV=$(()=>{u5=c(function(e){return e.reduce(function(t,r){var n=r[0],o=r[1];return t[n]=o,t},{})},"fromEntries"),c5=typeof window<"u"&&window.document&&window.document.createElement?s.useLayoutEffect:s.useEffect}),ct,Pt,Nt,dt,s1,$i,pa,Li,BI,gy,ai,$I,d5,vy,Q9,X9,Z9,J9,ex,tx,rx,nx,ox,LI,tr=$(()=>{ct="top",Pt="bottom",Nt="right",dt="left",s1="auto",$i=[ct,Pt,Nt,dt],pa="start",Li="end",BI="clippingParents",gy="viewport",ai="popper",$I="reference",d5=$i.reduce(function(e,t){return e.concat([t+"-"+pa,t+"-"+Li])},[]),vy=[].concat($i,[s1]).reduce(function(e,t){return e.concat([t,t+"-"+pa,t+"-"+Li])},[]),Q9="beforeRead",X9="read",Z9="afterRead",J9="beforeMain",ex="main",tx="afterMain",rx="beforeWrite",nx="write",ox="afterWrite",LI=[Q9,X9,Z9,J9,ex,tx,rx,nx,ox]});function kr(e){return e?(e.nodeName||"").toLowerCase():null}var Ba=$(()=>{c(kr,"getNodeName")});function kt(e){if(e==null)return window;if(e.toString()!=="[object Window]"){var t=e.ownerDocument;return t&&t.defaultView||window}return e}var mn=$(()=>{c(kt,"getWindow")});function So(e){var t=kt(e).Element;return e instanceof t||e instanceof Element}function $t(e){var t=kt(e).HTMLElement;return e instanceof t||e instanceof HTMLElement}function wf(e){if(typeof ShadowRoot>"u")return!1;var t=kt(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}var rr=$(()=>{mn(),c(So,"isElement"),c($t,"isHTMLElement"),c(wf,"isShadowRoot")});function ax(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];!$t(a)||!kr(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 ix(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},{});!$t(o)||!kr(o)||(Object.assign(o.style,l),Object.keys(a).forEach(function(u){o.removeAttribute(u)}))})}}var MI,wV=$(()=>{Ba(),rr(),c(ax,"applyStyles"),c(ix,"effect"),MI={name:"applyStyles",enabled:!0,phase:"write",fn:ax,effect:ix,requires:["computeStyles"]}});function xr(e){return e.split("-")[0]}var $a=$(()=>{c(xr,"getBasePlacement")}),mo,$u,Sa,La=$(()=>{mo=Math.max,$u=Math.min,Sa=Math.round});function u1(){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 OI=$(()=>{c(u1,"getUAString")});function yy(){return!/^((?!chrome|android).)*safari/i.test(u1())}var PI=$(()=>{OI(),c(yy,"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&&$t(e)&&(o=e.offsetWidth>0&&Sa(n.width)/e.offsetWidth||1,a=e.offsetHeight>0&&Sa(n.height)/e.offsetHeight||1);var i=So(e)?kt(e):window,l=i.visualViewport,u=!yy()&&r,d=(n.left+(u&&l?l.offsetLeft:0))/o,f=(n.top+(u&&l?l.offsetTop:0))/a,h=n.width/o,p=n.height/a;return{width:h,height:p,top:f,right:d+h,bottom:f+p,left:d,x:d,y:f}}var sc=$(()=>{rr(),La(),mn(),PI(),c(ka,"getBoundingClientRect")});function bf(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 wy=$(()=>{sc(),c(bf,"getLayoutRect")});function by(e,t){var r=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(r&&wf(r)){var n=t;do{if(n&&e.isSameNode(n))return!0;n=n.parentNode||n.host}while(n)}return!1}var NI=$(()=>{rr(),c(by,"contains")});function pn(e){return kt(e).getComputedStyle(e)}var uc=$(()=>{mn(),c(pn,"getComputedStyle")});function HI(e){return["table","td","th"].indexOf(kr(e))>=0}var bV=$(()=>{Ba(),c(HI,"isTableElement")});function Mn(e){return((So(e)?e.ownerDocument:e.document)||window.document).documentElement}var $o=$(()=>{rr(),c(Mn,"getDocumentElement")});function cc(e){return kr(e)==="html"?e:e.assignedSlot||e.parentNode||(wf(e)?e.host:null)||Mn(e)}var xf=$(()=>{Ba(),$o(),rr(),c(cc,"getParentNode")});function f5(e){return!$t(e)||pn(e).position==="fixed"?null:e.offsetParent}function jI(e){var t=/firefox/i.test(u1()),r=/Trident/i.test(u1());if(r&&$t(e)){var n=pn(e);if(n.position==="fixed")return null}var o=cc(e);for(wf(o)&&(o=o.host);$t(o)&&["html","body"].indexOf(kr(o))<0;){var a=pn(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 $l(e){for(var t=kt(e),r=f5(e);r&&HI(r)&&pn(r).position==="static";)r=f5(r);return r&&(kr(r)==="html"||kr(r)==="body"&&pn(r).position==="static")?t:r||jI(e)||t}var dc=$(()=>{mn(),Ba(),uc(),rr(),bV(),xf(),OI(),c(f5,"getTrueOffsetParent"),c(jI,"getContainingBlock"),c($l,"getOffsetParent")});function Df(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}var xy=$(()=>{c(Df,"getMainAxisFromPlacement")});function Mi(e,t,r){return mo(e,$u(t,r))}function VI(e,t,r){var n=Mi(e,t,r);return n>r?r:n}var UI=$(()=>{La(),c(Mi,"within"),c(VI,"withinMaxClamp")});function Dy(){return{top:0,right:0,bottom:0,left:0}}var WI=$(()=>{c(Dy,"getFreshSideObject")});function Ey(e){return Object.assign({},Dy(),e)}var qI=$(()=>{WI(),c(Ey,"mergePaddingObject")});function Cy(e,t){return t.reduce(function(r,n){return r[n]=e,r},{})}var GI=$(()=>{c(Cy,"expandToHashMap")});function lx(e){var t,r=e.state,n=e.name,o=e.options,a=r.elements.arrow,i=r.modifiersData.popperOffsets,l=xr(r.placement),u=Df(l),d=[dt,Nt].indexOf(l)>=0,f=d?"height":"width";if(!(!a||!i)){var h=YI(o.padding,r),p=bf(a),m=u==="y"?ct:dt,g=u==="y"?Pt:Nt,y=r.rects.reference[f]+r.rects.reference[u]-i[u]-r.rects.popper[f],D=i[u]-r.rects.reference[u],b=$l(a),w=b?u==="y"?b.clientHeight||0:b.clientWidth||0:0,v=y/2-D/2,x=h[m],E=w-p[f]-h[g],C=w/2-p[f]/2+v,S=Mi(x,C,E),k=u;r.modifiersData[n]=(t={},t[k]=S,t.centerOffset=S-C,t)}}function sx(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)||by(t.elements.popper,o)&&(t.elements.arrow=o))}var YI,KI,xV=$(()=>{$a(),wy(),NI(),dc(),xy(),UI(),qI(),GI(),tr(),YI=c(function(e,t){return e=typeof e=="function"?e(Object.assign({},t.rects,{placement:t.placement})):e,Ey(typeof e!="number"?e:Cy(e,$i))},"toPaddingObject"),c(lx,"arrow"),c(sx,"effect"),KI={name:"arrow",enabled:!0,phase:"main",fn:lx,effect:sx,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]}});function Aa(e){return e.split("-")[1]}var fc=$(()=>{c(Aa,"getVariation")});function QI(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 p5(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,f=e.roundOffsets,h=e.isFixed,p=i.x,m=p===void 0?0:p,g=i.y,y=g===void 0?0:g,D=typeof f=="function"?f({x:m,y}):{x:m,y};m=D.x,y=D.y;var b=i.hasOwnProperty("x"),w=i.hasOwnProperty("y"),v=dt,x=ct,E=window;if(d){var C=$l(r),S="clientHeight",k="clientWidth";if(C===kt(r)&&(C=Mn(r),pn(C).position!=="static"&&l==="absolute"&&(S="scrollHeight",k="scrollWidth")),C=C,o===ct||(o===dt||o===Nt)&&a===Li){x=Pt;var F=h&&C===E&&E.visualViewport?E.visualViewport.height:C[S];y-=F-n.height,y*=u?1:-1}if(o===dt||(o===ct||o===Pt)&&a===Li){v=Nt;var _=h&&C===E&&E.visualViewport?E.visualViewport.width:C[k];m-=_-n.width,m*=u?1:-1}}var T=Object.assign({position:l},d&&XI),N=f===!0?QI({x:m,y},kt(r)):{x:m,y};if(m=N.x,y=N.y,u){var O;return Object.assign({},T,(O={},O[x]=w?"0":"",O[v]=b?"0":"",O.transform=(E.devicePixelRatio||1)<=1?"translate("+m+"px, "+y+"px)":"translate3d("+m+"px, "+y+"px, 0)",O))}return Object.assign({},T,(t={},t[x]=w?y+"px":"",t[v]=b?m+"px":"",t.transform="",t))}function ux(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:xr(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,p5(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,p5(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 XI,ZI,DV=$(()=>{tr(),dc(),mn(),$o(),uc(),$a(),fc(),La(),XI={top:"auto",right:"auto",bottom:"auto",left:"auto"},c(QI,"roundOffsetsByDPR"),c(p5,"mapToStyles"),c(ux,"computeStyles"),ZI={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:ux,data:{}}});function cx(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=kt(t.elements.popper),d=[].concat(t.scrollParents.reference,t.scrollParents.popper);return a&&d.forEach(function(f){f.addEventListener("scroll",r.update,Fs)}),l&&u.addEventListener("resize",r.update,Fs),function(){a&&d.forEach(function(f){f.removeEventListener("scroll",r.update,Fs)}),l&&u.removeEventListener("resize",r.update,Fs)}}var Fs,JI,EV=$(()=>{mn(),Fs={passive:!0},c(cx,"effect"),JI={name:"eventListeners",enabled:!0,phase:"write",fn:c(function(){},"fn"),effect:cx,data:{}}});function tu(e){return e.replace(/left|right|bottom|top/g,function(t){return eR[t]})}var eR,CV=$(()=>{eR={left:"right",right:"left",bottom:"top",top:"bottom"},c(tu,"getOppositePlacement")});function h5(e){return e.replace(/start|end/g,function(t){return tR[t]})}var tR,SV=$(()=>{tR={start:"end",end:"start"},c(h5,"getOppositeVariationPlacement")});function Ef(e){var t=kt(e),r=t.pageXOffset,n=t.pageYOffset;return{scrollLeft:r,scrollTop:n}}var Sy=$(()=>{mn(),c(Ef,"getWindowScroll")});function Cf(e){return ka(Mn(e)).left+Ef(e).scrollLeft}var ky=$(()=>{sc(),$o(),Sy(),c(Cf,"getWindowScrollBarX")});function rR(e,t){var r=kt(e),n=Mn(e),o=r.visualViewport,a=n.clientWidth,i=n.clientHeight,l=0,u=0;if(o){a=o.width,i=o.height;var d=yy();(d||!d&&t==="fixed")&&(l=o.offsetLeft,u=o.offsetTop)}return{width:a,height:i,x:l+Cf(e),y:u}}var kV=$(()=>{mn(),$o(),ky(),PI(),c(rR,"getViewportRect")});function nR(e){var t,r=Mn(e),n=Ef(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+Cf(e),u=-n.scrollTop;return pn(o||r).direction==="rtl"&&(l+=mo(r.clientWidth,o?o.clientWidth:0)-a),{width:a,height:i,x:l,y:u}}var AV=$(()=>{$o(),uc(),ky(),Sy(),La(),c(nR,"getDocumentRect")});function Sf(e){var t=pn(e),r=t.overflow,n=t.overflowX,o=t.overflowY;return/auto|scroll|overlay|hidden/.test(r+o+n)}var Ay=$(()=>{uc(),c(Sf,"isScrollParent")});function Fy(e){return["html","body","#document"].indexOf(kr(e))>=0?e.ownerDocument.body:$t(e)&&Sf(e)?e:Fy(cc(e))}var FV=$(()=>{xf(),Ay(),Ba(),rr(),c(Fy,"getScrollParent")});function Oi(e,t){var r;t===void 0&&(t=[]);var n=Fy(e),o=n===((r=e.ownerDocument)==null?void 0:r.body),a=kt(n),i=o?[a].concat(a.visualViewport||[],Sf(n)?n:[]):n,l=t.concat(i);return o?l:l.concat(Oi(cc(i)))}var oR=$(()=>{FV(),xf(),mn(),Ay(),c(Oi,"listScrollParents")});function c1(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}var aR=$(()=>{c(c1,"rectToClientRect")});function iR(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 m5(e,t,r){return t===gy?c1(rR(e,r)):So(t)?iR(t,r):c1(nR(Mn(e)))}function lR(e){var t=Oi(cc(e)),r=["absolute","fixed"].indexOf(pn(e).position)>=0,n=r&&$t(e)?$l(e):e;return So(n)?t.filter(function(o){return So(o)&&by(o,n)&&kr(o)!=="body"}):[]}function sR(e,t,r,n){var o=t==="clippingParents"?lR(e):[].concat(t),a=[].concat(o,[r]),i=a[0],l=a.reduce(function(u,d){var f=m5(e,d,n);return u.top=mo(f.top,u.top),u.right=$u(f.right,u.right),u.bottom=$u(f.bottom,u.bottom),u.left=mo(f.left,u.left),u},m5(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 _V=$(()=>{tr(),kV(),AV(),oR(),dc(),$o(),uc(),rr(),sc(),xf(),NI(),Ba(),aR(),La(),c(iR,"getInnerBoundingClientRect"),c(m5,"getClientRectFromMixedType"),c(lR,"getClippingParents"),c(sR,"getClippingRect")});function _y(e){var t=e.reference,r=e.element,n=e.placement,o=n?xr(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 ct:u={x:i,y:t.y-r.height};break;case Pt:u={x:i,y:t.y+t.height};break;case Nt:u={x:t.x+t.width,y:l};break;case dt:u={x:t.x-r.width,y:l};break;default:u={x:t.x,y:t.y}}var d=o?Df(o):null;if(d!=null){var f=d==="y"?"height":"width";switch(a){case pa:u[d]=u[d]-(t[f]/2-r[f]/2);break;case Li:u[d]=u[d]+(t[f]/2-r[f]/2);break}}return u}var uR=$(()=>{$a(),fc(),xy(),tr(),c(_y,"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?BI:l,d=r.rootBoundary,f=d===void 0?gy:d,h=r.elementContext,p=h===void 0?ai:h,m=r.altBoundary,g=m===void 0?!1:m,y=r.padding,D=y===void 0?0:y,b=Ey(typeof D!="number"?D:Cy(D,$i)),w=p===ai?$I:ai,v=e.rects.popper,x=e.elements[g?w:p],E=sR(So(x)?x:x.contextElement||Mn(e.elements.popper),u,f,i),C=ka(e.elements.reference),S=_y({reference:C,element:v,strategy:"absolute",placement:o}),k=c1(Object.assign({},v,S)),F=p===ai?k:C,_={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(p===ai&&T){var N=T[o];Object.keys(_).forEach(function(O){var Y=[Nt,Pt].indexOf(O)>=0?1:-1,H=[ct,Pt].indexOf(O)>=0?"y":"x";_[O]+=N[H]*Y})}return _}var kf=$(()=>{_V(),$o(),sc(),uR(),aR(),tr(),rr(),qI(),GI(),c(hl,"detectOverflow")});function cR(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?vy:u,f=Aa(n),h=f?l?d5:d5.filter(function(g){return Aa(g)===f}):$i,p=h.filter(function(g){return d.indexOf(g)>=0});p.length===0&&(p=h);var m=p.reduce(function(g,y){return g[y]=hl(e,{placement:y,boundary:o,rootBoundary:a,padding:i})[xr(y)],g},{});return Object.keys(m).sort(function(g,y){return m[g]-m[y]})}var IV=$(()=>{fc(),tr(),kf(),$a(),c(cR,"computeAutoPlacement")});function dR(e){if(xr(e)===s1)return[];var t=tu(e);return[h5(e),t,h5(t)]}function dx(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,f=r.boundary,h=r.rootBoundary,p=r.altBoundary,m=r.flipVariations,g=m===void 0?!0:m,y=r.allowedAutoPlacements,D=t.options.placement,b=xr(D),w=b===D,v=u||(w||!g?[tu(D)]:dR(D)),x=[D].concat(v).reduce(function(fe,q){return fe.concat(xr(q)===s1?cR(t,{placement:q,boundary:f,rootBoundary:h,padding:d,flipVariations:g,allowedAutoPlacements:y}):q)},[]),E=t.rects.reference,C=t.rects.popper,S=new Map,k=!0,F=x[0],_=0;_<x.length;_++){var T=x[_],N=xr(T),O=Aa(T)===pa,Y=[ct,Pt].indexOf(N)>=0,H=Y?"width":"height",U=hl(t,{placement:T,boundary:f,rootBoundary:h,altBoundary:p,padding:d}),j=Y?O?Nt:dt:O?Pt:ct;E[H]>C[H]&&(j=tu(j));var B=tu(j),L=[];if(a&&L.push(U[N]<=0),l&&L.push(U[j]<=0,U[B]<=0),L.every(function(fe){return fe})){F=T,k=!1;break}S.set(T,L)}if(k)for(var P=g?3:1,G=c(function(fe){var q=x.find(function(J){var ne=S.get(J);if(ne)return ne.slice(0,fe).every(function(Ie){return Ie})});if(q)return F=q,"break"},"_loop"),ee=P;ee>0;ee--){var ue=G(ee);if(ue==="break")break}t.placement!==F&&(t.modifiersData[n]._skip=!0,t.placement=F,t.reset=!0)}}var fR,RV=$(()=>{CV(),$a(),SV(),kf(),IV(),tr(),fc(),c(dR,"getExpandedFallbackPlacements"),c(dx,"flip"),fR={name:"flip",enabled:!0,phase:"main",fn:dx,requiresIfExists:["offset"],data:{_skip:!1}}});function g5(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 v5(e){return[ct,Nt,Pt,dt].some(function(t){return e[t]>=0})}function fx(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=g5(i,n),d=g5(l,o,a),f=v5(u),h=v5(d);t.modifiersData[r]={referenceClippingOffsets:u,popperEscapeOffsets:d,isReferenceHidden:f,hasPopperEscaped:h},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":f,"data-popper-escaped":h})}var pR,zV=$(()=>{tr(),kf(),c(g5,"getSideOffsets"),c(v5,"isAnySideFullyClipped"),c(fx,"hide"),pR={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:fx}});function hR(e,t,r){var n=xr(e),o=[dt,ct].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,[dt,Nt].indexOf(n)>=0?{x:l,y:i}:{x:i,y:l}}function px(e){var t=e.state,r=e.options,n=e.name,o=r.offset,a=o===void 0?[0,0]:o,i=vy.reduce(function(f,h){return f[h]=hR(h,t.rects,a),f},{}),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 mR,TV=$(()=>{$a(),tr(),c(hR,"distanceAndSkiddingToXY"),c(px,"offset"),mR={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:px}});function hx(e){var t=e.state,r=e.name;t.modifiersData[r]=_y({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})}var gR,BV=$(()=>{uR(),c(hx,"popperOffsets"),gR={name:"popperOffsets",enabled:!0,phase:"read",fn:hx,data:{}}});function vR(e){return e==="x"?"y":"x"}var $V=$(()=>{c(vR,"getAltAxis")});function mx(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,f=r.altBoundary,h=r.padding,p=r.tether,m=p===void 0?!0:p,g=r.tetherOffset,y=g===void 0?0:g,D=hl(t,{boundary:u,rootBoundary:d,padding:h,altBoundary:f}),b=xr(t.placement),w=Aa(t.placement),v=!w,x=Df(b),E=vR(x),C=t.modifiersData.popperOffsets,S=t.rects.reference,k=t.rects.popper,F=typeof y=="function"?y(Object.assign({},t.rects,{placement:t.placement})):y,_=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(C){if(a){var O,Y=x==="y"?ct:dt,H=x==="y"?Pt:Nt,U=x==="y"?"height":"width",j=C[x],B=j+D[Y],L=j-D[H],P=m?-k[U]/2:0,G=w===pa?S[U]:k[U],ee=w===pa?-k[U]:-S[U],ue=t.elements.arrow,fe=m&&ue?bf(ue):{width:0,height:0},q=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:Dy(),J=q[Y],ne=q[H],Ie=Mi(0,S[U],fe[U]),Qe=v?S[U]/2-P-Ie-J-_.mainAxis:G-Ie-J-_.mainAxis,Ir=v?-S[U]/2+P+Ie+ne+_.mainAxis:ee+Ie+ne+_.mainAxis,At=t.elements.arrow&&$l(t.elements.arrow),nr=At?x==="y"?At.clientTop||0:At.clientLeft||0:0,W=(O=T==null?void 0:T[x])!=null?O:0,or=j+Qe-W-nr,Rr=j+Ir-W,Mo=Mi(m?$u(B,or):B,j,m?mo(L,Rr):L);C[x]=Mo,N[x]=Mo-j}if(l){var Pa,zr=x==="x"?ct:dt,pc=x==="x"?Pt:Nt,at=C[E],Oo=E==="y"?"height":"width",Tr=at+D[zr],Na=at-D[pc],Br=[ct,dt].indexOf(b)!==-1,Ha=(Pa=T==null?void 0:T[E])!=null?Pa:0,$r=Br?Tr:at-S[Oo]-k[Oo]-Ha+_.altAxis,Xe=Br?at+S[Oo]+k[Oo]-Ha-_.altAxis:Na,ar=m&&Br?VI($r,at,Xe):Mi(m?$r:Tr,at,m?Xe:Na);C[E]=ar,N[E]=ar-at}t.modifiersData[n]=N}}var yR,LV=$(()=>{tr(),$a(),xy(),$V(),UI(),wy(),dc(),kf(),fc(),WI(),La(),c(mx,"preventOverflow"),yR={name:"preventOverflow",enabled:!0,phase:"main",fn:mx,requiresIfExists:["offset"]}}),wR=$(()=>{});function bR(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}var MV=$(()=>{c(bR,"getHTMLElementScroll")});function xR(e){return e===kt(e)||!$t(e)?Ef(e):bR(e)}var OV=$(()=>{Sy(),mn(),rr(),MV(),c(xR,"getNodeScroll")});function DR(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 ER(e,t,r){r===void 0&&(r=!1);var n=$t(t),o=$t(t)&&DR(t),a=Mn(t),i=ka(e,o,r),l={scrollLeft:0,scrollTop:0},u={x:0,y:0};return(n||!n&&!r)&&((kr(t)!=="body"||Sf(a))&&(l=xR(t)),$t(t)?(u=ka(t,!0),u.x+=t.clientLeft,u.y+=t.clientTop):a&&(u.x=Cf(a))),{x:i.left+l.scrollLeft-u.x,y:i.top+l.scrollTop-u.y,width:i.width,height:i.height}}var PV=$(()=>{sc(),OV(),Ba(),rr(),ky(),$o(),Ay(),La(),c(DR,"isElementScaled"),c(ER,"getCompositeRect")});function CR(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 SR(e){var t=CR(e);return LI.reduce(function(r,n){return r.concat(t.filter(function(o){return o.phase===n}))},[])}var NV=$(()=>{tr(),c(CR,"order"),c(SR,"orderModifiers")});function kR(e){var t;return function(){return t||(t=new Promise(function(r){Promise.resolve().then(function(){t=void 0,r(e())})})),t}}var HV=$(()=>{c(kR,"debounce")});function AR(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 jV=$(()=>{c(AR,"mergeByName")});function y5(){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 FR(e){e===void 0&&(e={});var t=e,r=t.defaultModifiers,n=r===void 0?[]:r,o=t.defaultOptions,a=o===void 0?w5:o;return c(function(i,l,u){u===void 0&&(u=a);var d={placement:"bottom",orderedModifiers:[],options:Object.assign({},w5,a),modifiersData:{},elements:{reference:i,popper:l},attributes:{},styles:{}},f=[],h=!1,p={state:d,setOptions:c(function(y){var D=typeof y=="function"?y(d.options):y;g(),d.options=Object.assign({},a,d.options,D),d.scrollParents={reference:So(i)?Oi(i):i.contextElement?Oi(i.contextElement):[],popper:Oi(l)};var b=SR(AR([].concat(n,d.options.modifiers)));return d.orderedModifiers=b.filter(function(w){return w.enabled}),m(),p.update()},"setOptions"),forceUpdate:c(function(){if(!h){var y=d.elements,D=y.reference,b=y.popper;if(y5(D,b)){d.rects={reference:ER(D,$l(b),d.options.strategy==="fixed"),popper:bf(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 v=d.orderedModifiers[w],x=v.fn,E=v.options,C=E===void 0?{}:E,S=v.name;typeof x=="function"&&(d=x({state:d,options:C,name:S,instance:p})||d)}}}},"forceUpdate"),update:kR(function(){return new Promise(function(y){p.forceUpdate(),y(d)})}),destroy:c(function(){g(),h=!0},"destroy")};if(!y5(i,l))return p;p.setOptions(u).then(function(y){!h&&u.onFirstUpdate&&u.onFirstUpdate(y)});function m(){d.orderedModifiers.forEach(function(y){var D=y.name,b=y.options,w=b===void 0?{}:b,v=y.effect;if(typeof v=="function"){var x=v({state:d,name:D,instance:p,options:w}),E=c(function(){},"noopFn");f.push(x||E)}})}c(m,"runModifierEffects");function g(){f.forEach(function(y){return y()}),f=[]}return c(g,"cleanupModifierEffects"),p},"createPopper")}var w5,VV=$(()=>{PV(),wy(),oR(),dc(),NV(),HV(),jV(),rr(),w5={placement:"bottom",modifiers:[],strategy:"absolute"},c(y5,"areValidElements"),c(FR,"popperGenerator")}),gx,_R,UV=$(()=>{VV(),EV(),BV(),DV(),wV(),TV(),RV(),LV(),xV(),zV(),wR(),gx=[JI,gR,ZI,MI,mR,fR,yR,KI,pR],_R=FR({defaultModifiers:gx})}),WV=$(()=>{tr(),wR(),UV()}),qV=Q((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,f,h;if(Array.isArray(l)){if(d=l.length,d!=u.length)return!1;for(f=d;f--!==0;)if(!i(l[f],u[f]))return!1;return!0}var p;if(n&&l instanceof Map&&u instanceof Map){if(l.size!==u.size)return!1;for(p=l.entries();!(f=p.next()).done;)if(!u.has(f.value[0]))return!1;for(p=l.entries();!(f=p.next()).done;)if(!i(f.value[1],u.get(f.value[0])))return!1;return!0}if(o&&l instanceof Set&&u instanceof Set){if(l.size!==u.size)return!1;for(p=l.entries();!(f=p.next()).done;)if(!u.has(f.value[0]))return!1;return!0}if(a&&ArrayBuffer.isView(l)&&ArrayBuffer.isView(u)){if(d=l.length,d!=u.length)return!1;for(f=d;f--!==0;)if(l[f]!==u[f])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(f=d;f--!==0;)if(!Object.prototype.hasOwnProperty.call(u,h[f]))return!1;if(r&&l instanceof Element)return!1;for(f=d;f--!==0;)if(!((h[f]==="_owner"||h[f]==="__v"||h[f]==="__o")&&l.$$typeof)&&!i(l[h[f]],u[h[f]]))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")}),vx,yx,IR,GV=$(()=>{WV(),vx=Ke(qV()),yV(),yx=[],IR=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||yx},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 p=h.state,m=Object.keys(p.elements);El.flushSync(function(){l({styles:u5(m.map(function(g){return[g,p.styles[g]||{}]})),attributes:u5(m.map(function(g){return[g,p.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,vx.default)(n.current,h)?n.current||h:(n.current=h,h)},[o.onFirstUpdate,o.placement,o.strategy,o.modifiers,u]),f=s.useRef();return c5(function(){f.current&&f.current.setOptions(d)},[d]),c5(function(){if(!(e==null||t==null)){var h=r.createPopper||_R,p=h(e,t,d);return f.current=p,function(){p.destroy(),f.current=null}}},[e,t,r.createPopper]),{state:f.current?f.current.state:null,styles:i.styles,attributes:i.attributes,update:f.current?f.current.update:null,forceUpdate:f.current?f.current.forceUpdate:null}},"usePopper")}),YV=$(()=>{GV()});function Iy(e){var t=s.useRef(e);return t.current=e,s.useCallback(function(){return t.current},[])}function RR(e){var t=e.initial,r=e.value,n=e.onChange,o=n===void 0?TR: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=Iy(i),d=s.useCallback(function(h){var p=u(),m=typeof h=="function"?h(p):h;typeof m.persist=="function"&&m.persist(),l(m),typeof o=="function"&&o(m)},[u,o]),f=r!==void 0;return[f?r:i,f?o:d]}function b5(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 zR(e,t){var r,n,o;e===void 0&&(e={}),t===void 0&&(t={});var a=Object.keys(D5).reduce(function(H,U){var j;return oe({},H,(j={},j[U]=H[U]!==void 0?H[U]:D5[U],j))},e),i=s.useMemo(function(){return[{name:"offset",options:{offset:a.offset}}]},Array.isArray(a.offset)?a.offset:[]),l=oe({},t,{placement:t.placement||a.placement,modifiers:t.modifiers||i}),u=s.useState(null),d=u[0],f=u[1],h=s.useState(null),p=h[0],m=h[1],g=RR({initial:a.defaultVisible,value:a.visible,onChange:a.onVisibleChange}),y=g[0],D=g[1],b=s.useRef();s.useEffect(function(){return function(){return clearTimeout(b.current)}},[]);var w=IR(a.followCursor?x5:d,p,l),v=w.styles,x=w.attributes,E=Q1(w,BR),C=E.update,S=Iy({visible:y,triggerRef:d,tooltipRef:p,finalConfig:a}),k=s.useCallback(function(H){return Array.isArray(a.trigger)?a.trigger.includes(H):a.trigger===H},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(){S().visible?F():_()},[S,F,_]);s.useEffect(function(){if(S().finalConfig.closeOnOutsideClick){var H=c(function(U){var j,B=S(),L=B.tooltipRef,P=B.triggerRef,G=(U.composedPath==null||(j=U.composedPath())==null?void 0:j[0])||U.target;G instanceof Node&&L!=null&&P!=null&&!L.contains(G)&&!P.contains(G)&&F()},"handleClickOutside");return document.addEventListener("mousedown",H),function(){return document.removeEventListener("mousedown",H)}}},[S,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 H=c(function(U){U.preventDefault(),T()},"preventDefaultAndToggle");return d.addEventListener("contextmenu",H),function(){return d.removeEventListener("contextmenu",H)}}},[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(!(p==null||!k("hover")||!S().finalConfig.interactive))return p.addEventListener("mouseenter",_),p.addEventListener("mouseleave",F),function(){p.removeEventListener("mouseenter",_),p.removeEventListener("mouseleave",F)}},[p,k,_,F,S]);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 H(U){var j=U.clientX,B=U.clientY;x5.getBoundingClientRect=b5(j,B),C==null||C()}return c(H,"setMousePosition"),d.addEventListener("mousemove",H),function(){return d.removeEventListener("mousemove",H)}},[a.followCursor,d,C]),s.useEffect(function(){if(!(p==null||C==null||a.mutationObserverOptions==null)){var H=new MutationObserver(C);return H.observe(p,a.mutationObserverOptions),function(){return H.disconnect()}}},[a.mutationObserverOptions,p,C]);var O=c(function(H){return H===void 0&&(H={}),oe({},H,{style:oe({},H.style,v.popper)},x.popper,{"data-popper-interactive":a.interactive})},"getTooltipProps"),Y=c(function(H){return H===void 0&&(H={}),oe({},H,x.arrow,{style:oe({},H.style,v.arrow),"data-popper-arrow":!0})},"getArrowProps");return oe({getArrowProps:Y,getTooltipProps:O,setTooltipRef:m,setTriggerRef:f,tooltipRef:p,triggerRef:d,visible:y},E)}var TR,BR,x5,D5,KV=$(()=>{p4(),Ar(),YV(),c(Iy,"useGetLatest"),TR=c(function(){},"noop"),c(RR,"useControlledState"),c(b5,"generateBoundingClientRect"),BR=["styles","attributes"],x5={getBoundingClientRect:b5()},D5={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(zR,"usePopperTooltip")}),wx,_t,bn,bx,xx,E5,QV=$(()=>{wx=Ke(K1(),1),_t=(0,wx.default)(1e3)((e,t,r,n=0)=>t.split("-")[0]===e?r:n),bn=8,bx=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:`${_t("top",r,`${bn*-1}px`,"auto")}`,top:`${_t("bottom",r,`${bn*-1}px`,"auto")}`,right:`${_t("left",r,`${bn*-1}px`,"auto")}`,left:`${_t("right",r,`${bn*-1}px`,"auto")}`,borderBottomWidth:`${_t("top",r,"0",bn)}px`,borderTopWidth:`${_t("bottom",r,"0",bn)}px`,borderRightWidth:`${_t("left",r,"0",bn)}px`,borderLeftWidth:`${_t("right",r,"0",bn)}px`,borderTopColor:_t("top",r,e.color[t]||t||e.base==="light"?Kl(e.background.app):e.background.app,"transparent"),borderBottomColor:_t("bottom",r,e.color[t]||t||e.base==="light"?Kl(e.background.app):e.background.app,"transparent"),borderLeftColor:_t("left",r,e.color[t]||t||e.base==="light"?Kl(e.background.app):e.background.app,"transparent"),borderRightColor:_t("right",r,e.color[t]||t||e.base==="light"?Kl(e.background.app):e.background.app,"transparent")})),xx=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"?Kl(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,fontSize:e.typography.size.s1}:{}),E5=z.forwardRef(({placement:e="top",hasChrome:t=!0,children:r,arrowProps:n={},tooltipRef:o,color:a,withArrows:i,...l},u)=>z.createElement(xx,{"data-testid":"tooltip",hasChrome:t,ref:u,...l,color:a},t&&i&&z.createElement(bx,{placement:e,...n,color:a}),r)),E5.displayName="Tooltip"}),Ry={};Il(Ry,{WithToolTipState:()=>d1,WithTooltip:()=>d1,WithTooltipPure:()=>C5});var cs,Dx,Ex,C5,d1,zy=$(()=>{f4(),KV(),QV(),{document:cs}=d4,Dx=I.div`
|
335
|
+
display: inline-block;
|
336
|
+
cursor: ${e=>e.trigger==="hover"||e.trigger.includes("hover")?"default":"pointer"};
|
337
|
+
`,Ex=I.g`
|
338
|
+
cursor: ${e=>e.trigger==="hover"||e.trigger.includes("hover")?"default":"pointer"};
|
339
|
+
`,C5=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:f,closeOnTriggerHidden:h,mutationObserverOptions:p,delayHide:m,visible:g,interactive:y,delayShow:D,strategy:b,followCursor:w,onVisibleChange:v,...x})=>{let E=e?Ex:Dx,{getArrowProps:C,getTooltipProps:S,setTooltipRef:k,setTriggerRef:F,visible:_,state:T}=zR({trigger:t,placement:n,defaultVisible:i,delayHide:m,interactive:y,closeOnOutsideClick:r,closeOnTriggerHidden:h,onVisibleChange:v,delayShow:D,followCursor:w,mutationObserverOptions:p,visible:g,offset:u},{modifiers:o,strategy:b}),N=z.createElement(E5,{placement:T==null?void 0:T.placement,ref:k,hasChrome:a,arrowProps:C(),withArrows:l,...S()},typeof d=="function"?d({onHide:c(()=>v(!1),"onHide")}):d);return z.createElement(z.Fragment,null,z.createElement(E,{trigger:t,ref:F,...x},f),_&&pC.createPortal(N,cs.body))},"WithTooltipPure"),d1=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");cs.addEventListener("keydown",i,!1);let l=Array.from(cs.getElementsByTagName("iframe")),u=[];return l.forEach(d=>{let f=c(()=>{try{d.contentWindow.document&&(d.contentWindow.document.addEventListener("click",i),u.push(()=>{try{d.contentWindow.document.removeEventListener("click",i)}catch{}}))}catch{}},"bind");f(),d.addEventListener("load",f),u.push(()=>{d.removeEventListener("load",f)})}),()=>{cs.removeEventListener("keydown",i),u.forEach(d=>{d()})}}),z.createElement(C5,{...r,visible:n,onVisibleChange:a})},"WithToolTipState")}),xe=c(({...e},t)=>{let r=[e.class,e.className];return delete e.class,e.className=["sbdocs",`sbdocs-${t}`,...r].filter(Boolean).join(" "),e},"nameSpaceClassNames");Ar();JH();c4();function $R(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,ll(e,t)}c($R,"_inheritsLoose");ej();c4();function LR(e){try{return Function.toString.call(e).indexOf("[native code]")!==-1}catch{return typeof e=="function"}}c(LR,"_isNativeFunction");function Ty(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(Ty=c(function(){return!!e},"_isNativeReflectConstruct"))()}c(Ty,"_isNativeReflectConstruct");c4();function MR(e,t,r){if(Ty())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(MR,"_construct");function f1(e){var t=typeof Map=="function"?new Map:void 0;return f1=c(function(r){if(r===null||!LR(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 MR(r,arguments,Bd(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"),f1(e)}c(f1,"_wrapNativeSuper");var XV={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 OR(){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(OR,"format");var Xr=function(e){$R(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,OR.apply(void 0,[XV[r]].concat(a)))||this,ZS(n)}return c(t,"PolishedError"),t}(f1(Error));function H0(e){return Math.round(e*255)}c(H0,"colorToInt");function PR(e,t,r){return H0(e)+","+H0(t)+","+H0(r)}c(PR,"convertToInt");function ml(e,t,r,n){if(n===void 0&&(n=PR),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 f=r-a/2,h=l+f,p=u+f,m=d+f;return n(h,p,m)}c(ml,"hslToRgb");var Cx={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 NR(e){if(typeof e!="string")return e;var t=e.toLowerCase();return Cx[t]?"#"+Cx[t]:e}c(NR,"nameToHex");var ZV=/^#[a-fA-F0-9]{6}$/,JV=/^#[a-fA-F0-9]{8}$/,eU=/^#[a-fA-F0-9]{3}$/,tU=/^#[a-fA-F0-9]{4}$/,Hm=/^rgb\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*\)$/i,rU=/^rgb(?:a)?\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i,nU=/^hsl\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*\)$/i,oU=/^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 Af(e){if(typeof e!="string")throw new Xr(3);var t=NR(e);if(t.match(ZV))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(JV)){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(eU))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(tU)){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=Hm.exec(t);if(o)return{red:parseInt(""+o[1],10),green:parseInt(""+o[2],10),blue:parseInt(""+o[3],10)};var a=rU.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=nU.exec(t);if(i){var l=parseInt(""+i[1],10),u=parseInt(""+i[2],10)/100,d=parseInt(""+i[3],10)/100,f="rgb("+ml(l,u,d)+")",h=Hm.exec(f);if(!h)throw new Xr(4,t,f);return{red:parseInt(""+h[1],10),green:parseInt(""+h[2],10),blue:parseInt(""+h[3],10)}}var p=oU.exec(t.substring(0,50));if(p){var m=parseInt(""+p[1],10),g=parseInt(""+p[2],10)/100,y=parseInt(""+p[3],10)/100,D="rgb("+ml(m,g,y)+")",b=Hm.exec(D);if(!b)throw new Xr(4,t,D);return{red:parseInt(""+b[1],10),green:parseInt(""+b[2],10),blue:parseInt(""+b[3],10),alpha:parseFloat(""+p[4])>1?parseFloat(""+p[4])/100:parseFloat(""+p[4])}}throw new Xr(5)}c(Af,"parseToRgb");function HR(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(HR,"rgbToHsl");function By(e){return HR(Af(e))}c(By,"parseToHsl");var aU=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"),S5=aU;function Xn(e){var t=e.toString(16);return t.length===1?"0"+t:t}c(Xn,"numberToHex");function j0(e){return Xn(Math.round(e*255))}c(j0,"colorToHex");function jR(e,t,r){return S5("#"+j0(e)+j0(t)+j0(r))}c(jR,"convertToHex");function Lu(e,t,r){return ml(e,t,r,jR)}c(Lu,"hslToHex");function VR(e,t,r){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number")return Lu(e,t,r);if(typeof e=="object"&&t===void 0&&r===void 0)return Lu(e.hue,e.saturation,e.lightness);throw new Xr(1)}c(VR,"hsl");function UR(e,t,r,n){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number"&&typeof n=="number")return n>=1?Lu(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?Lu(e.hue,e.saturation,e.lightness):"rgba("+ml(e.hue,e.saturation,e.lightness)+","+e.alpha+")";throw new Xr(2)}c(UR,"hsla");function p1(e,t,r){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number")return S5("#"+Xn(e)+Xn(t)+Xn(r));if(typeof e=="object"&&t===void 0&&r===void 0)return S5("#"+Xn(e.red)+Xn(e.green)+Xn(e.blue));throw new Xr(6)}c(p1,"rgb");function Mu(e,t,r,n){if(typeof e=="string"&&typeof t=="number"){var o=Af(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?p1(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?p1(e.red,e.green,e.blue):"rgba("+e.red+","+e.green+","+e.blue+","+e.alpha+")"}throw new Xr(7)}c(Mu,"rgba");var iU=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"),lU=c(function(e){return typeof e.red=="number"&&typeof e.green=="number"&&typeof e.blue=="number"&&typeof e.alpha=="number"},"isRgba"),sU=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"),uU=c(function(e){return typeof e.hue=="number"&&typeof e.saturation=="number"&&typeof e.lightness=="number"&&typeof e.alpha=="number"},"isHsla");function $y(e){if(typeof e!="object")throw new Xr(8);if(lU(e))return Mu(e);if(iU(e))return p1(e);if(uU(e))return UR(e);if(sU(e))return VR(e);throw new Xr(8)}c($y,"toColorString");function Ly(e,t,r){return c(function(){var n=r.concat(Array.prototype.slice.call(arguments));return n.length>=t?e.apply(this,n):Ly(e,t,n)},"fn")}c(Ly,"curried");function Ff(e){return Ly(e,e.length,[])}c(Ff,"curry");function _f(e,t,r){return Math.max(e,Math.min(t,r))}c(_f,"guard");function WR(e,t){if(t==="transparent")return t;var r=By(t);return $y(oe({},r,{lightness:_f(0,1,r.lightness-parseFloat(e))}))}c(WR,"darken");var cU=Ff(WR),bi=cU;function qR(e,t){if(t==="transparent")return t;var r=By(t);return $y(oe({},r,{lightness:_f(0,1,r.lightness+parseFloat(e))}))}c(qR,"lighten");var dU=Ff(qR),Sx=dU;function GR(e,t){if(t==="transparent")return t;var r=Af(t),n=typeof r.alpha=="number"?r.alpha:1,o=oe({},r,{alpha:_f(0,1,+(n*100-parseFloat(e)*100).toFixed(2)/100)});return Mu(o)}c(GR,"transparentize");var fU=Ff(GR),Qt=fU,Ll=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"),If=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"?Qt(.1,e.color.defaultText):Qt(.3,e.color.defaultText),backgroundColor:e.base==="light"?e.color.lighter:e.color.border}),"codeCommon"),Ue=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"),Ma={margin:"16px 0"},pU=I.div(Ue),hU=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"),mU=I(hU)(Ue,({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}})),gU=I.blockquote(Ue,Ma,({theme:e})=>({borderLeft:`4px solid ${e.color.medium}`,padding:"0 15px",color:e.color.dark,"& > :first-of-type":{marginTop:0},"& > :last-child":{marginBottom:0}}));Z1();var vU=c(e=>typeof e=="string","isReactChildString"),yU=/[\n\r]/g,wU=I.code(({theme:e})=>({fontFamily:e.typography.fonts.mono,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",display:"inline-block",paddingLeft:2,paddingRight:2,verticalAlign:"baseline",color:"inherit"}),If),bU=I(Ys)(({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"}})),xU=c(({className:e,children:t,...r})=>{let n=(e||"").match(/lang-(\S+)/),o=s.Children.toArray(t);return o.filter(vU).some(a=>a.match(yU))?z.createElement(bU,{bordered:!0,copyable:!0,language:(n==null?void 0:n[1])??"text",format:!1,...r},t):z.createElement(wU,{...r,className:e},o)},"Code"),DU=I.dl(Ue,Ma,{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}}),EU=I.div(Ue),CU=I.h1(Ue,Ll,({theme:e})=>({fontSize:`${e.typography.size.l1}px`,fontWeight:e.typography.weight.bold})),SU=I.h2(Ue,Ll,({theme:e})=>({fontSize:`${e.typography.size.m2}px`,paddingBottom:4,borderBottom:`1px solid ${e.appBorderColor}`})),kU=I.h3(Ue,Ll,({theme:e})=>({fontSize:`${e.typography.size.m1}px`})),AU=I.h4(Ue,Ll,({theme:e})=>({fontSize:`${e.typography.size.s3}px`})),FU=I.h5(Ue,Ll,({theme:e})=>({fontSize:`${e.typography.size.s2}px`})),_U=I.h6(Ue,Ll,({theme:e})=>({fontSize:`${e.typography.size.s2}px`,color:e.color.dark})),IU=I.hr(({theme:e})=>({border:"0 none",borderTop:`1px solid ${e.appBorderColor}`,height:4,padding:0})),RU=I.img({maxWidth:"100%"}),zU=I.li(Ue,({theme:e})=>({fontSize:e.typography.size.s2,color:e.color.defaultText,lineHeight:"24px","& + li":{marginTop:".25em"},"& ul, & ol":{marginTop:".25em",marginBottom:0},"& code":If({theme:e})})),TU={paddingLeft:30,"& :first-of-type":{marginTop:0},"& :last-child":{marginBottom:0}},BU=I.ol(Ue,Ma,TU,{listStyle:"decimal"}),$U=I.p(Ue,Ma,({theme:e})=>({fontSize:e.typography.size.s2,lineHeight:"24px",color:e.color.defaultText,"& code":If({theme:e})})),LU=I.pre(Ue,Ma,({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"}})),MU=I.span(Ue,({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"}}})),OU=I.title(If),PU=I.table(Ue,Ma,({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}})),NU={paddingLeft:30,"& :first-of-type":{marginTop:0},"& :last-child":{marginBottom:0}},HU=I.ul(Ue,Ma,NU,{listStyle:"disc"}),jU={h1:c(e=>z.createElement(CU,{...xe(e,"h1")}),"h1"),h2:c(e=>z.createElement(SU,{...xe(e,"h2")}),"h2"),h3:c(e=>z.createElement(kU,{...xe(e,"h3")}),"h3"),h4:c(e=>z.createElement(AU,{...xe(e,"h4")}),"h4"),h5:c(e=>z.createElement(FU,{...xe(e,"h5")}),"h5"),h6:c(e=>z.createElement(_U,{...xe(e,"h6")}),"h6"),pre:c(e=>z.createElement(LU,{...xe(e,"pre")}),"pre"),a:c(e=>z.createElement(mU,{...xe(e,"a")}),"a"),hr:c(e=>z.createElement(IU,{...xe(e,"hr")}),"hr"),dl:c(e=>z.createElement(DU,{...xe(e,"dl")}),"dl"),blockquote:c(e=>z.createElement(gU,{...xe(e,"blockquote")}),"blockquote"),table:c(e=>z.createElement(PU,{...xe(e,"table")}),"table"),img:c(e=>z.createElement(RU,{...xe(e,"img")}),"img"),div:c(e=>z.createElement(EU,{...xe(e,"div")}),"div"),span:c(e=>z.createElement(MU,{...xe(e,"span")}),"span"),li:c(e=>z.createElement(zU,{...xe(e,"li")}),"li"),ul:c(e=>z.createElement(HU,{...xe(e,"ul")}),"ul"),ol:c(e=>z.createElement(BU,{...xe(e,"ol")}),"ol"),p:c(e=>z.createElement($U,{...xe(e,"p")}),"p"),code:c(e=>z.createElement(xU,{...xe(e,"code")}),"code"),tt:c(e=>z.createElement(OU,{...xe(e,"tt")}),"tt"),resetwrapper:c(e=>z.createElement(pU,{...xe(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 ${Qt(.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 ${Qt(.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 ${Qt(.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 ${Qt(.9,e.color.positiveText)}`:"none"};default:return{}}});var VU={};Il(VU,{AccessibilityAltIcon:()=>dK,AccessibilityIcon:()=>cK,AddIcon:()=>aG,AdminIcon:()=>eK,AlertAltIcon:()=>TG,AlertIcon:()=>zG,AlignLeftIcon:()=>LW,AlignRightIcon:()=>MW,AppleIcon:()=>rq,ArrowBottomLeftIcon:()=>kY,ArrowBottomRightIcon:()=>AY,ArrowDownIcon:()=>xY,ArrowLeftIcon:()=>DY,ArrowRightIcon:()=>EY,ArrowSolidDownIcon:()=>_Y,ArrowSolidLeftIcon:()=>IY,ArrowSolidRightIcon:()=>RY,ArrowSolidUpIcon:()=>FY,ArrowTopLeftIcon:()=>CY,ArrowTopRightIcon:()=>SY,ArrowUpIcon:()=>bY,AzureDevOpsIcon:()=>sq,BackIcon:()=>VY,BasketIcon:()=>rY,BatchAcceptIcon:()=>Zq,BatchDenyIcon:()=>Xq,BeakerIcon:()=>nY,BellIcon:()=>OG,BitbucketIcon:()=>uq,BoldIcon:()=>UW,BookIcon:()=>AW,BookmarkHollowIcon:()=>WG,BookmarkIcon:()=>qG,BottomBarIcon:()=>$q,BottomBarToggleIcon:()=>Lq,BoxIcon:()=>Hq,BranchIcon:()=>JW,BrowserIcon:()=>Aq,ButtonIcon:()=>EG,CPUIcon:()=>Mq,CalendarIcon:()=>BW,CameraIcon:()=>dW,CategoryIcon:()=>IW,CertificateIcon:()=>ZG,ChangedIcon:()=>cG,ChatIcon:()=>vG,CheckIcon:()=>Kq,ChevronDownIcon:()=>pY,ChevronLeftIcon:()=>hY,ChevronRightIcon:()=>mY,ChevronSmallDownIcon:()=>vY,ChevronSmallLeftIcon:()=>yY,ChevronSmallRightIcon:()=>wY,ChevronSmallUpIcon:()=>gY,ChevronUpIcon:()=>fY,ChromaticIcon:()=>cq,ChromeIcon:()=>iq,CircleHollowIcon:()=>VG,CircleIcon:()=>UG,ClearIcon:()=>fG,CloseAltIcon:()=>tG,CloseIcon:()=>lG,CloudHollowIcon:()=>iY,CloudIcon:()=>lY,CogIcon:()=>Uq,CollapseIcon:()=>TY,CommandIcon:()=>AG,CommentAddIcon:()=>hG,CommentIcon:()=>pG,CommentsIcon:()=>gG,CommitIcon:()=>ZW,CompassIcon:()=>GY,ComponentDrivenIcon:()=>dq,ComponentIcon:()=>qU,ContrastIcon:()=>oW,ControlsIcon:()=>Jq,CopyIcon:()=>_W,CreditIcon:()=>DG,CrossIcon:()=>KR,DashboardIcon:()=>XY,DatabaseIcon:()=>Oq,DeleteIcon:()=>sG,DiamondIcon:()=>GG,DirectionIcon:()=>tK,DiscordIcon:()=>fq,DocChartIcon:()=>PW,DocListIcon:()=>NW,DocumentIcon:()=>FW,DownloadIcon:()=>jY,DragIcon:()=>HW,EditIcon:()=>Vq,EllipsisIcon:()=>Gq,EmailIcon:()=>BG,ExpandAltIcon:()=>zY,ExpandIcon:()=>BY,EyeCloseIcon:()=>rW,EyeIcon:()=>tW,FaceHappyIcon:()=>lK,FaceNeutralIcon:()=>sK,FaceSadIcon:()=>uK,FacebookIcon:()=>pq,FailedIcon:()=>dG,FastForwardIcon:()=>yW,FigmaIcon:()=>hq,FilterIcon:()=>OW,FlagIcon:()=>aY,FolderIcon:()=>RW,FormIcon:()=>Qq,GDriveIcon:()=>mq,GithubIcon:()=>gq,GitlabIcon:()=>vq,GlobeIcon:()=>qY,GoogleIcon:()=>yq,GraphBarIcon:()=>$W,GraphLineIcon:()=>TW,GraphqlIcon:()=>wq,GridAltIcon:()=>QU,GridIcon:()=>GU,GrowIcon:()=>lW,HeartHollowIcon:()=>YG,HeartIcon:()=>KG,HomeIcon:()=>JY,HourglassIcon:()=>oY,InfoIcon:()=>_G,ItalicIcon:()=>WW,JumpToIcon:()=>jG,KeyIcon:()=>bG,LightningIcon:()=>nW,LightningOffIcon:()=>YR,LinkBrokenIcon:()=>MG,LinkIcon:()=>LG,LinkedinIcon:()=>Sq,LinuxIcon:()=>nq,ListOrderedIcon:()=>GW,ListUnorderedIcon:()=>YW,LocationIcon:()=>YY,LockIcon:()=>yG,MarkdownIcon:()=>QW,MarkupIcon:()=>VW,MediumIcon:()=>bq,MemoryIcon:()=>Pq,MenuIcon:()=>jW,MergeIcon:()=>tq,MirrorIcon:()=>iW,MobileIcon:()=>_q,MoonIcon:()=>kW,NutIcon:()=>Wq,OutboxIcon:()=>xG,OutlineIcon:()=>YU,PaintBrushIcon:()=>sW,PaperClipIcon:()=>qW,ParagraphIcon:()=>KW,PassedIcon:()=>uG,PhoneIcon:()=>$G,PhotoDragIcon:()=>KU,PhotoIcon:()=>WU,PinAltIcon:()=>nG,PinIcon:()=>KY,PlayAllHollowIcon:()=>DW,PlayBackIcon:()=>mW,PlayHollowIcon:()=>xW,PlayIcon:()=>hW,PlayNextIcon:()=>gW,PlusIcon:()=>eG,PointerDefaultIcon:()=>SG,PointerHandIcon:()=>kG,PowerIcon:()=>jq,PrintIcon:()=>zW,ProceedIcon:()=>UY,ProfileIcon:()=>iK,PullRequestIcon:()=>eq,QuestionIcon:()=>IG,RSSIcon:()=>PG,RedirectIcon:()=>MY,ReduxIcon:()=>xq,RefreshIcon:()=>WY,ReplyIcon:()=>PY,RepoIcon:()=>XW,RequestChangeIcon:()=>mG,RewindIcon:()=>vW,RulerIcon:()=>uW,SaveIcon:()=>FG,SearchIcon:()=>XU,ShareAltIcon:()=>NG,ShareIcon:()=>HG,ShieldIcon:()=>tY,SideBySideIcon:()=>EW,SidebarAltIcon:()=>zq,SidebarAltToggleIcon:()=>Tq,SidebarIcon:()=>Rq,SidebarToggleIcon:()=>Bq,SpeakerIcon:()=>pW,StackedIcon:()=>CW,StarHollowIcon:()=>QG,StarIcon:()=>XG,StatusFailIcon:()=>uY,StatusPassIcon:()=>dY,StatusWarnIcon:()=>cY,StickerIcon:()=>sY,StopAltHollowIcon:()=>bW,StopAltIcon:()=>wW,StopIcon:()=>cW,StorybookIcon:()=>lq,StructureIcon:()=>Nq,SubtractIcon:()=>iG,SunIcon:()=>SW,SupportIcon:()=>RG,SwitchAltIcon:()=>aW,SyncIcon:()=>NY,TabletIcon:()=>Fq,ThumbsUpIcon:()=>eY,TimeIcon:()=>QY,TimerIcon:()=>ZY,TransferIcon:()=>LY,TrashIcon:()=>rG,TwitterIcon:()=>Dq,TypeIcon:()=>CG,UbuntuIcon:()=>oq,UndoIcon:()=>OY,UnfoldIcon:()=>$Y,UnlockIcon:()=>wG,UnpinIcon:()=>oG,UploadIcon:()=>HY,UserAddIcon:()=>oK,UserAltIcon:()=>nK,UserIcon:()=>rK,UsersIcon:()=>aK,VSCodeIcon:()=>Cq,VerifiedIcon:()=>JG,VideoIcon:()=>fW,WandIcon:()=>Yq,WatchIcon:()=>Iq,WindowsIcon:()=>aq,WrenchIcon:()=>qq,XIcon:()=>kq,YoutubeIcon:()=>Eq,ZoomIcon:()=>ZU,ZoomOutIcon:()=>JU,ZoomResetIcon:()=>eW,iconList:()=>UU});var UU=[{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"]}],WU=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}))),qU=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}))),GU=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}))),YU=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}))),KU=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}))),QU=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}))),XU=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}))),ZU=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}))),JU=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}))),eW=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}))),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",{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}))),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",{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}))),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",{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}))),YR=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}))),oW=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}))),aW=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}))),iW=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}))),lW=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}))),sW=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}))),uW=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}))),cW=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}))),dW=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}))),fW=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}))),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",{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}))),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:"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}))),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:"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}))),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:"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}))),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",{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}))),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",{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}))),wW=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}))),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",{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}))),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",{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}))),DW=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}))),EW=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}))),CW=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}))),SW=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"}))))),kW=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"}))))),AW=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}))),FW=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}))),_W=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}))),IW=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}))),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.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}))),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:"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}))),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",{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}))),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",{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}))),$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:"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}))),LW=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}))),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:"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}))),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",{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}))),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",{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}))),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:"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}))),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:"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}))),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:"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}))),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",{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}))),UW=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}))),WW=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}))),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",{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}))),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:"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}))),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",{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}))),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:"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}))),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",{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}))),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:"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}))),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.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}))),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:"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}))),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",{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}))),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",{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}))),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:"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}))),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:"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}))),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("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"}))))),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:"M6.5 1H1v5.5h5.5V1zM13 1H7.5v5.5H13V1zM7.5 7.5H13V13H7.5V7.5zM6.5 7.5H1V13h5.5V7.5z",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("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"}))))),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:"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}))),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("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"}))))),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.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}))),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:"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}))),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:"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}))),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:"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}))),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:"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}))),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",{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}))),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:"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}))),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:"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}))),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:"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}))),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:"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}))),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",{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}))),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:"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}))),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:"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}))),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",{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}))),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",{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}))),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:"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}))),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:"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}))),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:"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}))),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",{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}))),Fq=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}))),_q=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}))),Iq=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}))),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.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}))),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:"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}))),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.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}))),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:"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}))),$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:"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}))),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:"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}))),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:"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}))),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",{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}))),Pq=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}))),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.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}))),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",{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}))),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",{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}))),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:"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}))),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",{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}))),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.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}))),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",{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}))),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:"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}))),Yq=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}))),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:"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}))),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:"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}))),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:"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}))),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.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}))),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",{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}))),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",{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}))),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:"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}))),KR=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}))),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.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}))),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("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"}))))),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("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"}))))),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",{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}))),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:"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}))),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:"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}))),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 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}))),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:"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}))),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:"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}))),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:"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}))),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",{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}))),pG=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}))),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",{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}))),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",{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}))),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",{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}))),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",{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}))),yG=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}))),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("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"}))))),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:"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}))),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:"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}))),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:"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}))),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",{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}))),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",{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}))),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:"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}))),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:"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}))),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:"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}))),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.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"}))),_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:"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}))),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.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}))),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:"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}))),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",{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}))),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",{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}))),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",{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}))),$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:"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}))),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:"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}))),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:"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}))),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",{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}))),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:"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}))),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:"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}))),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:"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}))),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:"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}))),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",{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}))),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",{d:"M14 7A7 7 0 110 7a7 7 0 0114 0z",fill:e}))),WG=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}))),qG=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}))),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("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"}))))),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:"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}))),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",{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}))),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:"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}))),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:"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}))),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 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}))),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",{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}))),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",{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}))),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("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}))),rY=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}))),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:"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}))),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.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}))),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",{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}))),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",{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}))),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 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}))),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",{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}))),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",{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}))),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.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}))),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:"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}))),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:"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}))),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",{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}))),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:"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}))),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:"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}))),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:"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}))),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",{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}))),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:"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}))),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:"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}))),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",{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}))),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",{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}))),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:"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}))),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:"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}))),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:"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}))),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:"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}))),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:"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}))),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:"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}))),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:"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}))),_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.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}))),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",{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}))),RY=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}))),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.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}))),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("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}))),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",{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}))),$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",{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}))),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:"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}))),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:"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}))),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:"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}))),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",{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}))),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",{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}))),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:"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}))),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:"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}))),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",{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}))),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:"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}))),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",{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}))),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:"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}))),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",{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}))),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:"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}))),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:"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}))),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",{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}))),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",{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}))),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.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}))),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:"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}))),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",{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}))),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("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"}))))),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",{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}))),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:"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}))),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:"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}))),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:"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}))),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:"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}))),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:"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}))),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.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}))),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:"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}))),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:"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}))),dK=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 ha=[],gl=null,fK=s.lazy(async()=>{let{SyntaxHighlighter:e}=await Promise.resolve().then(()=>(Z1(),E4));return ha.length>0&&(ha.forEach(t=>{e.registerLanguage(...t)}),ha=[]),gl===null&&(gl=e),{default:c(t=>z.createElement(e,{...t}),"default")}}),pK=s.lazy(async()=>{let[{SyntaxHighlighter:e},{formatter:t}]=await Promise.all([Promise.resolve().then(()=>(Z1(),E4)),Promise.resolve().then(()=>(vV(),zI))]);return ha.length>0&&(ha.forEach(r=>{e.registerLanguage(...r)}),ha=[]),gl===null&&(gl=e),{default:c(r=>z.createElement(e,{...r,formatter:t}),"default")}}),hK=c(e=>z.createElement(s.Suspense,{fallback:z.createElement("div",null)},e.format!==!1?z.createElement(pK,{...e}):z.createElement(fK,{...e})),"SyntaxHighlighter");hK.registerLanguage=(...e)=>{if(gl!==null){gl.registerLanguage(...e);return}ha.push(e)};Z1();Gk();var QR={};Il(QR,{Close:()=>lT,Content:()=>oT,Description:()=>iT,Dialog:()=>Vz,DialogClose:()=>eT,DialogContent:()=>Kz,DialogDescription:()=>Jz,DialogOverlay:()=>Yz,DialogPortal:()=>Gz,DialogTitle:()=>Zz,DialogTrigger:()=>Uz,Overlay:()=>nT,Portal:()=>rT,Root:()=>tT,Title:()=>aT,Trigger:()=>cQ,WarningProvider:()=>uQ,createDialogScope:()=>JK});Ar();function _n(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")}c(_n,"$e42e1063c40fb3ef$export$b9ecd428b558ff10");function XR(e,t){typeof e=="function"?e(t):e!=null&&(e.current=t)}c(XR,"$6ed0406888f73fc4$var$setRef");function Rf(...e){return t=>e.forEach(r=>XR(r,t))}c(Rf,"$6ed0406888f73fc4$export$43e446d32b3d21af");function Oa(...e){return s.useCallback(Rf(...e),e)}c(Oa,"$6ed0406888f73fc4$export$c7b2cbe3552a0d05");function ZR(e,t){let r=s.createContext(t);function n(a){let{children:i,...l}=a,u=s.useMemo(()=>l,Object.values(l));return s.createElement(r.Provider,{value:u},i)}c(n,"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,"useContext"),n.displayName=e+"Provider",[n,o]}c(ZR,"$c512c27ab02ef895$export$fd42f52fd3ae1109");function JR(e,t=[]){let r=[];function n(a,i){let l=s.createContext(i),u=r.length;r=[...r,i];function d(h){let{scope:p,children:m,...g}=h,y=(p==null?void 0:p[e][u])||l,D=s.useMemo(()=>g,Object.values(g));return s.createElement(y.Provider,{value:D},m)}c(d,"Provider");function f(h,p){let m=(p==null?void 0:p[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(f,"useContext"),d.displayName=a+"Provider",[d,f]}c(n,"$c512c27ab02ef895$export$fd42f52fd3ae1109");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,ez(o,...t)]}c(JR,"$c512c27ab02ef895$export$50c7b4e9d9f19c1");function ez(...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")},"createScope1");return r.scopeName=t.scopeName,r}c(ez,"$c512c27ab02ef895$var$composeContextScopes");var k5=globalThis!=null&&globalThis.document?s.useLayoutEffect:()=>{},mK=s.useId||(()=>{}),gK=0;function V0(e){let[t,r]=s.useState(mK());return k5(()=>{e||r(n=>n??String(gK++))},[e]),e||(t?`radix-${t}`:"")}c(V0,"$1746a345f3d73bb7$export$f680877a34711e37");function ko(e){let t=s.useRef(e);return s.useEffect(()=>{t.current=e}),s.useMemo(()=>(...r)=>{var n;return(n=t.current)===null||n===void 0?void 0:n.call(t,...r)},[])}c(ko,"$b1b2314f5f9a1d84$export$25bec8c6f54ee79a");function tz({prop:e,defaultProp:t,onChange:r=c(()=>{},"onChange")}){let[n,o]=rz({defaultProp:t,onChange:r}),a=e!==void 0,i=a?e:n,l=ko(r),u=s.useCallback(d=>{if(a){let f=typeof d=="function"?d(e):d;f!==e&&l(f)}else o(d)},[a,e,o,l]);return[i,u]}c(tz,"$71cd76cc60e0454e$export$6f32135080cb4c3");function rz({defaultProp:e,onChange:t}){let r=s.useState(e),[n]=r,o=s.useRef(n),a=ko(t);return s.useEffect(()=>{o.current!==n&&(a(n),o.current=n)},[n,o,a]),r}c(rz,"$71cd76cc60e0454e$var$useUncontrolledState");Ar();Ar();Ar();var nz=s.forwardRef((e,t)=>{let{children:r,...n}=e,o=s.Children.toArray(r),a=o.find(oz);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 s.createElement(A5,oe({},n,{ref:t}),s.isValidElement(i)?s.cloneElement(i,void 0,l):null)}return s.createElement(A5,oe({},n,{ref:t}),r)});nz.displayName="Slot";var A5=s.forwardRef((e,t)=>{let{children:r,...n}=e;return s.isValidElement(r)?s.cloneElement(r,{...az(n,r.props),ref:t?Rf(t,r.ref):r.ref}):s.Children.count(r)>1?s.Children.only(null):null});A5.displayName="SlotClone";var vK=c(({children:e})=>s.createElement(s.Fragment,null,e),"$5e63c961fc1ce211$export$d9f1ccf0bdb05d45");function oz(e){return s.isValidElement(e)&&e.type===vK}c(oz,"$5e63c961fc1ce211$var$isSlottable");function az(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}}c(az,"$5e63c961fc1ce211$var$mergeProps");var yK=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","span","svg","ul"],Lo=yK.reduce((e,t)=>{let r=s.forwardRef((n,o)=>{let{asChild:a,...i}=n,l=a?nz:t;return s.useEffect(()=>{window[Symbol.for("radix-ui")]=!0},[]),s.createElement(l,oe({},i,{ref:o}))});return r.displayName=`Primitive.${t}`,{...e,[t]:r}},{});function iz(e,t){e&&El.flushSync(()=>e.dispatchEvent(t))}c(iz,"$8927f6f2acc4f386$export$6d1a0317bde7de7f");function lz(e,t=globalThis==null?void 0:globalThis.document){let r=ko(e);s.useEffect(()=>{let n=c(o=>{o.key==="Escape"&&r(o)},"handleKeyDown");return t.addEventListener("keydown",n),()=>t.removeEventListener("keydown",n)},[r,t])}c(lz,"$addc16e1bbe58fd0$export$3a72a57244d6e765");var F5="dismissableLayer.update",wK="dismissableLayer.pointerDownOutside",bK="dismissableLayer.focusOutside",kx,xK=s.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),DK=s.forwardRef((e,t)=>{var r;let{disableOutsidePointerEvents:n=!1,onEscapeKeyDown:o,onPointerDownOutside:a,onFocusOutside:i,onInteractOutside:l,onDismiss:u,...d}=e,f=s.useContext(xK),[h,p]=s.useState(null),m=(r=h==null?void 0:h.ownerDocument)!==null&&r!==void 0?r:globalThis==null?void 0:globalThis.document,[,g]=s.useState({}),y=Oa(t,k=>p(k)),D=Array.from(f.layers),[b]=[...f.layersWithOutsidePointerEventsDisabled].slice(-1),w=D.indexOf(b),v=h?D.indexOf(h):-1,x=f.layersWithOutsidePointerEventsDisabled.size>0,E=v>=w,C=sz(k=>{let F=k.target,_=[...f.branches].some(T=>T.contains(F));!E||_||(a==null||a(k),l==null||l(k),k.defaultPrevented||(u==null||u()))},m),S=uz(k=>{let F=k.target;[...f.branches].some(_=>_.contains(F))||(i==null||i(k),l==null||l(k),k.defaultPrevented||(u==null||u()))},m);return lz(k=>{v===f.layers.size-1&&(o==null||o(k),!k.defaultPrevented&&u&&(k.preventDefault(),u()))},m),s.useEffect(()=>{if(h)return n&&(f.layersWithOutsidePointerEventsDisabled.size===0&&(kx=m.body.style.pointerEvents,m.body.style.pointerEvents="none"),f.layersWithOutsidePointerEventsDisabled.add(h)),f.layers.add(h),_5(),()=>{n&&f.layersWithOutsidePointerEventsDisabled.size===1&&(m.body.style.pointerEvents=kx)}},[h,m,n,f]),s.useEffect(()=>()=>{h&&(f.layers.delete(h),f.layersWithOutsidePointerEventsDisabled.delete(h),_5())},[h,f]),s.useEffect(()=>{let k=c(()=>g({}),"handleUpdate");return document.addEventListener(F5,k),()=>document.removeEventListener(F5,k)},[]),s.createElement(Lo.div,oe({},d,{ref:y,style:{pointerEvents:x?E?"auto":"none":void 0,...e.style},onFocusCapture:_n(e.onFocusCapture,S.onFocusCapture),onBlurCapture:_n(e.onBlurCapture,S.onBlurCapture),onPointerDownCapture:_n(e.onPointerDownCapture,C.onPointerDownCapture)}))});function sz(e,t=globalThis==null?void 0:globalThis.document){let r=ko(e),n=s.useRef(!1),o=s.useRef(()=>{});return s.useEffect(()=>{let a=c(l=>{if(l.target&&!n.current){let u=function(){My(wK,r,d,{discrete:!0})};c(u,"handleAndDispatchPointerDownOutsideEvent");let 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(sz,"$5cb92bef7577960e$var$usePointerDownOutside");function uz(e,t=globalThis==null?void 0:globalThis.document){let r=ko(e),n=s.useRef(!1);return s.useEffect(()=>{let o=c(a=>{a.target&&!n.current&&My(bK,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(uz,"$5cb92bef7577960e$var$useFocusOutside");function _5(){let e=new CustomEvent(F5);document.dispatchEvent(e)}c(_5,"$5cb92bef7577960e$var$dispatchUpdate");function My(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?iz(o,a):o.dispatchEvent(a)}c(My,"$5cb92bef7577960e$var$handleAndDispatchCustomEvent");Ar();var jm="focusScope.autoFocusOnMount",Vm="focusScope.autoFocusOnUnmount",Ax={bubbles:!1,cancelable:!0},EK=s.forwardRef((e,t)=>{let{loop:r=!1,trapped:n=!1,onMountAutoFocus:o,onUnmountAutoFocus:a,...i}=e,[l,u]=s.useState(null),d=ko(o),f=ko(a),h=s.useRef(null),p=Oa(t,y=>u(y)),m=s.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;s.useEffect(()=>{if(n){let y=function(v){if(m.paused||!l)return;let x=v.target;l.contains(x)?h.current=x:En(h.current,{select:!0})},D=function(v){if(m.paused||!l)return;let x=v.relatedTarget;x!==null&&(l.contains(x)||En(h.current,{select:!0}))},b=function(v){if(document.activeElement===document.body)for(let x of v)x.removedNodes.length>0&&En(l)};c(y,"handleFocusIn"),c(D,"handleFocusOut"),c(b,"handleMutations"),document.addEventListener("focusin",y),document.addEventListener("focusout",D);let w=new MutationObserver(b);return l&&w.observe(l,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",y),document.removeEventListener("focusout",D),w.disconnect()}}},[n,l,m.paused]),s.useEffect(()=>{if(l){Fx.add(m);let y=document.activeElement;if(!l.contains(y)){let D=new CustomEvent(jm,Ax);l.addEventListener(jm,d),l.dispatchEvent(D),D.defaultPrevented||(cz(mz(Oy(l)),{select:!0}),document.activeElement===y&&En(l))}return()=>{l.removeEventListener(jm,d),setTimeout(()=>{let D=new CustomEvent(Vm,Ax);l.addEventListener(Vm,f),l.dispatchEvent(D),D.defaultPrevented||En(y??document.body,{select:!0}),l.removeEventListener(Vm,f),Fx.remove(m)},0)}}},[l,d,f,m]);let g=s.useCallback(y=>{if(!r&&!n||m.paused)return;let D=y.key==="Tab"&&!y.altKey&&!y.ctrlKey&&!y.metaKey,b=document.activeElement;if(D&&b){let w=y.currentTarget,[v,x]=dz(w);v&&x?!y.shiftKey&&b===x?(y.preventDefault(),r&&En(v,{select:!0})):y.shiftKey&&b===v&&(y.preventDefault(),r&&En(x,{select:!0})):b===w&&y.preventDefault()}},[r,n,m.paused]);return s.createElement(Lo.div,oe({tabIndex:-1},i,{ref:p,onKeyDown:g}))});function cz(e,{select:t=!1}={}){let r=document.activeElement;for(let n of e)if(En(n,{select:t}),document.activeElement!==r)return}c(cz,"$d3863c46a17e8a28$var$focusFirst");function dz(e){let t=Oy(e),r=I5(t,e),n=I5(t.reverse(),e);return[r,n]}c(dz,"$d3863c46a17e8a28$var$getTabbableEdges");function Oy(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(Oy,"$d3863c46a17e8a28$var$getTabbableCandidates");function I5(e,t){for(let r of e)if(!fz(r,{upTo:t}))return r}c(I5,"$d3863c46a17e8a28$var$findVisible");function fz(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(fz,"$d3863c46a17e8a28$var$isHidden");function pz(e){return e instanceof HTMLInputElement&&"select"in e}c(pz,"$d3863c46a17e8a28$var$isSelectableInput");function En(e,{select:t=!1}={}){if(e&&e.focus){let r=document.activeElement;e.focus({preventScroll:!0}),e!==r&&pz(e)&&t&&e.select()}}c(En,"$d3863c46a17e8a28$var$focus");var Fx=hz();function hz(){let e=[];return{add(t){let r=e[0];t!==r&&(r==null||r.pause()),e=R5(e,t),e.unshift(t)},remove(t){var r;e=R5(e,t),(r=e[0])===null||r===void 0||r.resume()}}}c(hz,"$d3863c46a17e8a28$var$createFocusScopesStack");function R5(e,t){let r=[...e],n=r.indexOf(t);return n!==-1&&r.splice(n,1),r}c(R5,"$d3863c46a17e8a28$var$arrayRemove");function mz(e){return e.filter(t=>t.tagName!=="A")}c(mz,"$d3863c46a17e8a28$var$removeLinks");Ar();var CK=s.forwardRef((e,t)=>{var r;let{container:n=globalThis==null||(r=globalThis.document)===null||r===void 0?void 0:r.body,...o}=e;return n?pC.createPortal(s.createElement(Lo.div,oe({},o,{ref:t})),n):null});function gz(e,t){return s.useReducer((r,n)=>t[r][n]??r,e)}c(gz,"$fe963b355347cc68$export$3e6543de14f8614f");var zf=c(e=>{let{present:t,children:r}=e,n=vz(t),o=typeof r=="function"?r({present:n.isPresent}):s.Children.only(r),a=Oa(n.ref,o.ref);return typeof r=="function"||n.isPresent?s.cloneElement(o,{ref:a}):null},"$921a889cee6df7e8$export$99c2b779aa4e8b8b");zf.displayName="Presence";function vz(e){let[t,r]=s.useState(),n=s.useRef({}),o=s.useRef(e),a=s.useRef("none"),i=e?"mounted":"unmounted",[l,u]=gz(i,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return s.useEffect(()=>{let d=_s(n.current);a.current=l==="mounted"?d:"none"},[l]),k5(()=>{let d=n.current,f=o.current;if(f!==e){let h=a.current,p=_s(d);e?u("MOUNT"):p==="none"||(d==null?void 0:d.display)==="none"?u("UNMOUNT"):u(f&&h!==p?"ANIMATION_OUT":"UNMOUNT"),o.current=e}},[e,u]),k5(()=>{if(t){let d=c(h=>{let p=_s(n.current).includes(h.animationName);h.target===t&&p&&El.flushSync(()=>u("ANIMATION_END"))},"handleAnimationEnd"),f=c(h=>{h.target===t&&(a.current=_s(n.current))},"handleAnimationStart");return t.addEventListener("animationstart",f),t.addEventListener("animationcancel",d),t.addEventListener("animationend",d),()=>{t.removeEventListener("animationstart",f),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)},[])}}c(vz,"$921a889cee6df7e8$var$usePresence");function _s(e){return(e==null?void 0:e.animationName)||"none"}c(_s,"$921a889cee6df7e8$var$getAnimationName");var Um=0;function yz(){s.useEffect(()=>{var e,t;let r=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",(e=r[0])!==null&&e!==void 0?e:z5()),document.body.insertAdjacentElement("beforeend",(t=r[1])!==null&&t!==void 0?t:z5()),Um++,()=>{Um===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(n=>n.remove()),Um--}},[])}c(yz,"$3db38b7d1fb3fe6a$export$b7ece24a22aeda8c");function z5(){let e=document.createElement("span");return e.setAttribute("data-radix-focus-guard",""),e.tabIndex=0,e.style.cssText="outline: none; opacity: 0; position: fixed; pointer-events: none",e}c(z5,"$3db38b7d1fb3fe6a$var$createFocusGuard");var Gr=c(function(){return Gr=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"),Gr.apply(this,arguments)},"__assign");function Py(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(Py,"__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 U0="right-scroll-bar-position",W0="width-before-scroll-bar",SK="with-scroll-bars-hidden",kK="--removed-body-scroll-bar-size";function q0(e,t){return typeof e=="function"?e(t):e&&(e.current=t),e}c(q0,"assignRef");function bz(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(bz,"useCallbackRef");var _x=new WeakMap;function xz(e,t){var r=bz(t||null,function(n){return e.forEach(function(o){return q0(o,n)})});return s.useLayoutEffect(function(){var n=_x.get(r);if(n){var o=new Set(n),a=new Set(e),i=r.current;o.forEach(function(l){a.has(l)||q0(l,null)}),a.forEach(function(l){o.has(l)||q0(l,i)})}_x.set(r,e)},[e]),r}c(xz,"useMergeRefs");function Dz(e){return e}c(Dz,"ItoI");function Ez(e,t){t===void 0&&(t=Dz);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 f=i;i=[],f.forEach(a)},"executeQueue"),d=c(function(){return Promise.resolve().then(u)},"cycle");d(),r={push:c(function(f){i.push(f),d()},"push"),filter:c(function(f){return i=i.filter(f),r},"filter")}},"assignMedium")};return o}c(Ez,"innerCreateMedium");function Cz(e){e===void 0&&(e={});var t=Ez(null);return t.options=Gr({async:!0,ssr:!1},e),t}c(Cz,"createSidecarMedium");var Sz=c(function(e){var t=e.sideCar,r=Py(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,Gr({},r))},"SideCar");Sz.isSideCarExport=!0;function kz(e,t){return e.useMedium(t),Sz}c(kz,"exportSidecar");var Az=Cz(),Wm=c(function(){},"nothing"),Tf=s.forwardRef(function(e,t){var r=s.useRef(null),n=s.useState({onScrollCapture:Wm,onWheelCapture:Wm,onTouchMoveCapture:Wm}),o=n[0],a=n[1],i=e.forwardProps,l=e.children,u=e.className,d=e.removeScrollBar,f=e.enabled,h=e.shards,p=e.sideCar,m=e.noIsolation,g=e.inert,y=e.allowPinchZoom,D=e.as,b=D===void 0?"div":D,w=Py(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noIsolation","inert","allowPinchZoom","as"]),v=p,x=xz([r,t]),E=Gr(Gr({},w),o);return s.createElement(s.Fragment,null,f&&s.createElement(v,{sideCar:Az,removeScrollBar:d,shards:h,noIsolation:m,inert:g,setCallbacks:a,allowPinchZoom:!!y,lockRef:r}),i?s.cloneElement(s.Children.only(l),Gr(Gr({},E),{ref:x})):s.createElement(b,Gr({},E,{className:u,ref:x}),l))});Tf.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1};Tf.classNames={fullWidth:W0,zeroRight:U0};var AK=c(function(){if(typeof __webpack_nonce__<"u")return __webpack_nonce__},"getNonce");function Fz(){if(!document)return null;var e=document.createElement("style");e.type="text/css";var t=AK();return t&&e.setAttribute("nonce",t),e}c(Fz,"makeStyleTag");function _z(e,t){e.styleSheet?e.styleSheet.cssText=t:e.appendChild(document.createTextNode(t))}c(_z,"injectStyles");function Iz(e){var t=document.head||document.getElementsByTagName("head")[0];t.appendChild(e)}c(Iz,"insertStyleTag");var FK=c(function(){var e=0,t=null;return{add:c(function(r){e==0&&(t=Fz())&&(_z(t,r),Iz(t)),e++},"add"),remove:c(function(){e--,!e&&t&&(t.parentNode&&t.parentNode.removeChild(t),t=null)},"remove")}},"stylesheetSingleton"),_K=c(function(){var e=FK();return function(t,r){s.useEffect(function(){return e.add(t),function(){e.remove()}},[t&&r])}},"styleHookSingleton"),Rz=c(function(){var e=_K(),t=c(function(r){var n=r.styles,o=r.dynamic;return e(n,o),null},"Sheet");return t},"styleSingleton"),IK={left:0,top:0,right:0,gap:0},qm=c(function(e){return parseInt(e||"",10)||0},"parse"),RK=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[qm(r),qm(n),qm(o)]},"getOffset"),zK=c(function(e){if(e===void 0&&(e="margin"),typeof window>"u")return IK;var t=RK(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"),TK=Rz(),h1="data-scroll-locked",BK=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(SK,` {
|
489
|
+
overflow: hidden `).concat(n,`;
|
490
|
+
padding-right: `).concat(l,"px ").concat(n,`;
|
491
|
+
}
|
492
|
+
body[`).concat(h1,`] {
|
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(U0,` {
|
506
|
+
right: `).concat(l,"px ").concat(n,`;
|
507
|
+
}
|
508
|
+
|
509
|
+
.`).concat(W0,` {
|
510
|
+
margin-right: `).concat(l,"px ").concat(n,`;
|
511
|
+
}
|
512
|
+
|
513
|
+
.`).concat(U0," .").concat(U0,` {
|
514
|
+
right: 0 `).concat(n,`;
|
515
|
+
}
|
516
|
+
|
517
|
+
.`).concat(W0," .").concat(W0,` {
|
518
|
+
margin-right: 0 `).concat(n,`;
|
519
|
+
}
|
520
|
+
|
521
|
+
body[`).concat(h1,`] {
|
522
|
+
`).concat(kK,": ").concat(l,`px;
|
523
|
+
}
|
524
|
+
`)},"getStyles"),$K=c(function(e){var t=e.noRelative,r=e.noImportant,n=e.gapMode,o=n===void 0?"margin":n,a=s.useMemo(function(){return zK(o)},[o]);return s.useEffect(function(){return document.body.setAttribute(h1,""),function(){document.body.removeAttribute(h1)}},[]),s.createElement(TK,{styles:BK(a,!t,o,r?"":"!important")})},"RemoveScrollBar"),T5=!1;if(typeof window<"u")try{ds=Object.defineProperty({},"passive",{get:c(function(){return T5=!0,!0},"get")}),window.addEventListener("test",ds,ds),window.removeEventListener("test",ds,ds)}catch{T5=!1}var ds,Ka=T5?{passive:!1}:!1,LK=c(function(e){return e.tagName==="TEXTAREA"},"alwaysContainsScroll"),zz=c(function(e,t){var r=window.getComputedStyle(e);return r[t]!=="hidden"&&!(r.overflowY===r.overflowX&&!LK(e)&&r[t]==="visible")},"elementCanBeScrolled"),MK=c(function(e){return zz(e,"overflowY")},"elementCouldBeVScrolled"),OK=c(function(e){return zz(e,"overflowX")},"elementCouldBeHScrolled"),Ix=c(function(e,t){var r=t;do{typeof ShadowRoot<"u"&&r instanceof ShadowRoot&&(r=r.host);var n=Tz(e,r);if(n){var o=Bz(e,r),a=o[1],i=o[2];if(a>i)return!0}r=r.parentNode}while(r&&r!==document.body);return!1},"locationCouldBeScrolled"),PK=c(function(e){var t=e.scrollTop,r=e.scrollHeight,n=e.clientHeight;return[t,r,n]},"getVScrollVariables"),NK=c(function(e){var t=e.scrollLeft,r=e.scrollWidth,n=e.clientWidth;return[t,r,n]},"getHScrollVariables"),Tz=c(function(e,t){return e==="v"?MK(t):OK(t)},"elementCouldBeScrolled"),Bz=c(function(e,t){return e==="v"?PK(t):NK(t)},"getScrollVariables"),HK=c(function(e,t){return e==="h"&&t==="rtl"?-1:1},"getDirectionFactor"),jK=c(function(e,t,r,n,o){var a=HK(e,window.getComputedStyle(t).direction),i=a*n,l=r.target,u=t.contains(l),d=!1,f=i>0,h=0,p=0;do{var m=Bz(e,l),g=m[0],y=m[1],D=m[2],b=y-D-a*g;(g||b)&&Tz(e,l)&&(h+=b,p+=g),l=l.parentNode}while(!u&&l!==document.body||u&&(t.contains(l)||t===l));return(f&&(o&&h===0||!o&&i>h)||!f&&(o&&p===0||!o&&-i>p))&&(d=!0),d},"handleScroll"),l0=c(function(e){return"changedTouches"in e?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0]},"getTouchXY"),Rx=c(function(e){return[e.deltaX,e.deltaY]},"getDeltaXY"),zx=c(function(e){return e&&"current"in e?e.current:e},"extractRef"),VK=c(function(e,t){return e[0]===t[0]&&e[1]===t[1]},"deltaCompare"),UK=c(function(e){return`
|
525
|
+
.block-interactivity-`.concat(e,` {pointer-events: none;}
|
526
|
+
.allow-interactivity-`).concat(e,` {pointer-events: all;}
|
527
|
+
`)},"generateStyle"),WK=0,Qa=[];function $z(e){var t=s.useRef([]),r=s.useRef([0,0]),n=s.useRef(),o=s.useState(WK++)[0],a=s.useState(function(){return Rz()})[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 y=wz([e.lockRef.current],(e.shards||[]).map(zx),!0).filter(Boolean);return y.forEach(function(D){return D.classList.add("allow-interactivity-".concat(o))}),function(){document.body.classList.remove("block-interactivity-".concat(o)),y.forEach(function(D){return D.classList.remove("allow-interactivity-".concat(o))})}}},[e.inert,e.lockRef.current,e.shards]);var l=s.useCallback(function(y,D){if("touches"in y&&y.touches.length===2)return!i.current.allowPinchZoom;var b=l0(y),w=r.current,v="deltaX"in y?y.deltaX:w[0]-b[0],x="deltaY"in y?y.deltaY:w[1]-b[1],E,C=y.target,S=Math.abs(v)>Math.abs(x)?"h":"v";if("touches"in y&&S==="h"&&C.type==="range")return!1;var k=Ix(S,C);if(!k)return!0;if(k?E=S:(E=S==="v"?"h":"v",k=Ix(S,C)),!k)return!1;if(!n.current&&"changedTouches"in y&&(v||x)&&(n.current=E),!E)return!0;var F=n.current||E;return jK(F,D,y,F==="h"?v:x,!0)},[]),u=s.useCallback(function(y){var D=y;if(!(!Qa.length||Qa[Qa.length-1]!==a)){var b="deltaY"in D?Rx(D):l0(D),w=t.current.filter(function(E){return E.name===D.type&&E.target===D.target&&VK(E.delta,b)})[0];if(w&&w.should){D.cancelable&&D.preventDefault();return}if(!w){var v=(i.current.shards||[]).map(zx).filter(Boolean).filter(function(E){return E.contains(D.target)}),x=v.length>0?l(D,v[0]):!i.current.noIsolation;x&&D.cancelable&&D.preventDefault()}}},[]),d=s.useCallback(function(y,D,b,w){var v={name:y,delta:D,target:b,should:w};t.current.push(v),setTimeout(function(){t.current=t.current.filter(function(x){return x!==v})},1)},[]),f=s.useCallback(function(y){r.current=l0(y),n.current=void 0},[]),h=s.useCallback(function(y){d(y.type,Rx(y),y.target,l(y,e.lockRef.current))},[]),p=s.useCallback(function(y){d(y.type,l0(y),y.target,l(y,e.lockRef.current))},[]);s.useEffect(function(){return Qa.push(a),e.setCallbacks({onScrollCapture:h,onWheelCapture:h,onTouchMoveCapture:p}),document.addEventListener("wheel",u,Ka),document.addEventListener("touchmove",u,Ka),document.addEventListener("touchstart",f,Ka),function(){Qa=Qa.filter(function(y){return y!==a}),document.removeEventListener("wheel",u,Ka),document.removeEventListener("touchmove",u,Ka),document.removeEventListener("touchstart",f,Ka)}},[]);var m=e.removeScrollBar,g=e.inert;return s.createElement(s.Fragment,null,g?s.createElement(a,{styles:UK(o)}):null,m?s.createElement($K,{gapMode:"margin"}):null)}c($z,"RemoveScrollSideCar");var qK=kz(Az,$z),Lz=s.forwardRef(function(e,t){return s.createElement(Tf,Gr({},e,{ref:t,sideCar:qK}))});Lz.classNames=Tf.classNames;var GK=Lz,YK=c(function(e){if(typeof document>"u")return null;var t=Array.isArray(e)?e[0]:e;return t.ownerDocument.body},"getDefaultParent"),Xa=new WeakMap,s0=new WeakMap,u0={},Gm=0,Mz=c(function(e){return e&&(e.host||Mz(e.parentNode))},"unwrapHost"),KK=c(function(e,t){return t.map(function(r){if(e.contains(r))return r;var n=Mz(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"),QK=c(function(e,t,r,n){var o=KK(t,Array.isArray(e)?e:[e]);u0[r]||(u0[r]=new WeakMap);var a=u0[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 f=c(function(h){!h||u.has(h)||Array.prototype.forEach.call(h.children,function(p){if(l.has(p))f(p);else{var m=p.getAttribute(n),g=m!==null&&m!=="false",y=(Xa.get(p)||0)+1,D=(a.get(p)||0)+1;Xa.set(p,y),a.set(p,D),i.push(p),y===1&&g&&s0.set(p,!0),D===1&&p.setAttribute(r,"true"),g||p.setAttribute(n,"true")}})},"deep");return f(t),l.clear(),Gm++,function(){i.forEach(function(h){var p=Xa.get(h)-1,m=a.get(h)-1;Xa.set(h,p),a.set(h,m),p||(s0.has(h)||h.removeAttribute(n),s0.delete(h)),m||h.removeAttribute(r)}),Gm--,Gm||(Xa=new WeakMap,Xa=new WeakMap,s0=new WeakMap,u0={})}},"applyAttributeToOthers"),XK=c(function(e,t,r){r===void 0&&(r="data-aria-hidden");var n=Array.from(Array.isArray(e)?e:[e]),o=t||YK(e);return o?(n.push.apply(n,Array.from(o.querySelectorAll("[aria-live]"))),QK(n,o,r,"aria-hidden")):function(){return null}},"hideOthers");Ar();var Oz=s.forwardRef((e,t)=>{let{children:r,...n}=e,o=s.Children.toArray(r),a=o.find(Pz);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 s.createElement(B5,oe({},n,{ref:t}),s.isValidElement(i)?s.cloneElement(i,void 0,l):null)}return s.createElement(B5,oe({},n,{ref:t}),r)});Oz.displayName="Slot";var B5=s.forwardRef((e,t)=>{let{children:r,...n}=e;return s.isValidElement(r)?s.cloneElement(r,{...Nz(n,r.props),ref:t?Rf(t,r.ref):r.ref}):s.Children.count(r)>1?s.Children.only(null):null});B5.displayName="SlotClone";var ZK=c(({children:e})=>s.createElement(s.Fragment,null,e),"$5e63c961fc1ce211$export$d9f1ccf0bdb05d45");function Pz(e){return s.isValidElement(e)&&e.type===ZK}c(Pz,"$5e63c961fc1ce211$var$isSlottable");function Nz(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}}c(Nz,"$5e63c961fc1ce211$var$mergeProps");var Hz="Dialog",[jz,JK]=JR(Hz),[eQ,_r]=jz(Hz),Vz=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,f]=tz({prop:n,defaultProp:o,onChange:a});return s.createElement(eQ,{scope:t,triggerRef:l,contentRef:u,contentId:V0(),titleId:V0(),descriptionId:V0(),open:d,onOpenChange:f,onOpenToggle:s.useCallback(()=>f(h=>!h),[f]),modal:i},r)},"$5d3850c4d0b4e6c7$export$3ddf2d174ce01153"),tQ="DialogTrigger",Uz=s.forwardRef((e,t)=>{let{__scopeDialog:r,...n}=e,o=_r(tQ,r),a=Oa(t,o.triggerRef);return s.createElement(Lo.button,oe({type:"button","aria-haspopup":"dialog","aria-expanded":o.open,"aria-controls":o.contentId,"data-state":Bf(o.open)},n,{ref:a,onClick:_n(e.onClick,o.onOpenToggle)}))}),Wz="DialogPortal",[rQ,qz]=jz(Wz,{forceMount:void 0}),Gz=c(e=>{let{__scopeDialog:t,forceMount:r,children:n,container:o}=e,a=_r(Wz,t);return s.createElement(rQ,{scope:t,forceMount:r},s.Children.map(n,i=>s.createElement(zf,{present:r||a.open},s.createElement(CK,{asChild:!0,container:o},i))))},"$5d3850c4d0b4e6c7$export$dad7c95542bacce0"),$5="DialogOverlay",Yz=s.forwardRef((e,t)=>{let r=qz($5,e.__scopeDialog),{forceMount:n=r.forceMount,...o}=e,a=_r($5,e.__scopeDialog);return a.modal?s.createElement(zf,{present:n||a.open},s.createElement(nQ,oe({},o,{ref:t}))):null}),nQ=s.forwardRef((e,t)=>{let{__scopeDialog:r,...n}=e,o=_r($5,r);return s.createElement(GK,{as:Oz,allowPinchZoom:!0,shards:[o.contentRef]},s.createElement(Lo.div,oe({"data-state":Bf(o.open)},n,{ref:t,style:{pointerEvents:"auto",...n.style}})))}),vl="DialogContent",Kz=s.forwardRef((e,t)=>{let r=qz(vl,e.__scopeDialog),{forceMount:n=r.forceMount,...o}=e,a=_r(vl,e.__scopeDialog);return s.createElement(zf,{present:n||a.open},a.modal?s.createElement(oQ,oe({},o,{ref:t})):s.createElement(aQ,oe({},o,{ref:t})))}),oQ=s.forwardRef((e,t)=>{let r=_r(vl,e.__scopeDialog),n=s.useRef(null),o=Oa(t,r.contentRef,n);return s.useEffect(()=>{let a=n.current;if(a)return XK(a)},[]),s.createElement(Qz,oe({},e,{ref:o,trapFocus:r.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:_n(e.onCloseAutoFocus,a=>{var i;a.preventDefault(),(i=r.triggerRef.current)===null||i===void 0||i.focus()}),onPointerDownOutside:_n(e.onPointerDownOutside,a=>{let i=a.detail.originalEvent,l=i.button===0&&i.ctrlKey===!0;(i.button===2||l)&&a.preventDefault()}),onFocusOutside:_n(e.onFocusOutside,a=>a.preventDefault())}))}),aQ=s.forwardRef((e,t)=>{let r=_r(vl,e.__scopeDialog),n=s.useRef(!1),o=s.useRef(!1);return s.createElement(Qz,oe({},e,{ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:c(a=>{var i;if((i=e.onCloseAutoFocus)===null||i===void 0||i.call(e,a),!a.defaultPrevented){var l;n.current||(l=r.triggerRef.current)===null||l===void 0||l.focus(),a.preventDefault()}n.current=!1,o.current=!1},"onCloseAutoFocus"),onInteractOutside:c(a=>{var i,l;(i=e.onInteractOutside)===null||i===void 0||i.call(e,a),a.defaultPrevented||(n.current=!0,a.detail.originalEvent.type==="pointerdown"&&(o.current=!0));let u=a.target;!((l=r.triggerRef.current)===null||l===void 0)&&l.contains(u)&&a.preventDefault(),a.detail.originalEvent.type==="focusin"&&o.current&&a.preventDefault()},"onInteractOutside")}))}),Qz=s.forwardRef((e,t)=>{let{__scopeDialog:r,trapFocus:n,onOpenAutoFocus:o,onCloseAutoFocus:a,...i}=e,l=_r(vl,r),u=s.useRef(null),d=Oa(t,u);return yz(),s.createElement(s.Fragment,null,s.createElement(EK,{asChild:!0,loop:!0,trapped:n,onMountAutoFocus:o,onUnmountAutoFocus:a},s.createElement(DK,oe({role:"dialog",id:l.contentId,"aria-describedby":l.descriptionId,"aria-labelledby":l.titleId,"data-state":Bf(l.open)},i,{ref:d,onDismiss:c(()=>l.onOpenChange(!1),"onDismiss")}))),!1)}),Xz="DialogTitle",Zz=s.forwardRef((e,t)=>{let{__scopeDialog:r,...n}=e,o=_r(Xz,r);return s.createElement(Lo.h2,oe({id:o.titleId},n,{ref:t}))}),iQ="DialogDescription",Jz=s.forwardRef((e,t)=>{let{__scopeDialog:r,...n}=e,o=_r(iQ,r);return s.createElement(Lo.p,oe({id:o.descriptionId},n,{ref:t}))}),lQ="DialogClose",eT=s.forwardRef((e,t)=>{let{__scopeDialog:r,...n}=e,o=_r(lQ,r);return s.createElement(Lo.button,oe({type:"button"},n,{ref:t,onClick:_n(e.onClick,()=>o.onOpenChange(!1))}))});function Bf(e){return e?"open":"closed"}c(Bf,"$5d3850c4d0b4e6c7$var$getState");var sQ="DialogTitleWarning",[uQ,kJ]=ZR(sQ,{contentName:vl,titleName:Xz,docsSlug:"dialog"}),tT=Vz,cQ=Uz,rT=Gz,nT=Yz,oT=Kz,aT=Zz,iT=Jz,lT=eT,sT={};Il(sT,{Actions:()=>yQ,CloseButton:()=>fT,Col:()=>hT,Container:()=>dT,Content:()=>hQ,Description:()=>vQ,Error:()=>wQ,ErrorWrapper:()=>mT,Header:()=>mQ,Overlay:()=>cT,Row:()=>pT,Title:()=>gQ});Xk();var yl=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 f="button";u.isLink&&(f="a"),e&&(f=Ld);let h=n,p=r,[m,g]=s.useState(!1),y=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",p="medium"),(u.secondary||u.tertiary||u.gray||u.outline||u.inForm)&&(h="outline",p="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!=="");$L(`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(dQ,{as:f,ref:d,variant:h,size:p,padding:o,disabled:a,active:i,animating:m,animation:t,onClick:y,...u})});yl.displayName="Button";var dQ=I("button",{shouldForwardProp:c(e=>Mv(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==="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?Qt(.9,e.barTextColor):"transparent",color:o?e.barSelectedColor:e.barTextColor,"&:hover":{color:e.barHoverColor,background:Qt(.86,e.barHoverColor)},"&:active":{color:e.barSelectedColor,background:Qt(.9,e.barSelectedColor)},"&:focus":{boxShadow:`${Mu(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"?Qt(.86,e.color.secondary):e.base==="light"?bi(.02,u):Sx(.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):Sx(.03,u)})()},"&:focus":{boxShadow:`${Mu(e.color.secondary,1)} 0 0 0 1px inset`,outline:"none"},"> svg":{animation:a&&i!=="none"?`${e.animation[i]} 1000ms ease-out`:""}})),Ny=s.forwardRef(({padding:e="small",variant:t="ghost",...r},n)=>z.createElement(yl,{padding:e,variant:t,ref:n,...r}));Ny.displayName="IconButton";var uT=hn({from:{opacity:0},to:{opacity:1}}),fQ=hn({from:{maxHeight:0},to:{}}),pQ=hn({from:{opacity:0,transform:"translate(-50%, -50%) scale(0.9)"},to:{opacity:1,transform:"translate(-50%, -50%) scale(1)"}}),cT=I.div({backdropFilter:"blur(24px)",position:"fixed",inset:0,width:"100%",height:"100%",zIndex:10,animation:`${uT} 200ms`}),dT=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:`${pQ} 200ms`,"&:focus-visible":{outline:"none"}})),fT=c(e=>z.createElement(lT,{asChild:!0},z.createElement(Ny,{...e},z.createElement(KR,null))),"CloseButton"),hQ=I.div({display:"flex",flexDirection:"column",margin:16,gap:16}),pT=I.div({display:"flex",justifyContent:"space-between",gap:16}),hT=I.div({display:"flex",flexDirection:"column",gap:4}),mQ=c(e=>z.createElement(pT,null,z.createElement(hT,{...e}),z.createElement(fT,null)),"Header"),gQ=I(aT)(({theme:e})=>({margin:0,fontSize:e.typography.size.s3,fontWeight:e.typography.weight.bold})),vQ=I(iT)(({theme:e})=>({position:"relative",zIndex:1,margin:0,fontSize:e.typography.size.s2})),yQ=I.div({display:"flex",flexDirection:"row-reverse",gap:8}),mT=I.div(({theme:e})=>({maxHeight:100,overflow:"auto",animation:`${fQ} 300ms, ${uT} 300ms`,backgroundColor:e.background.critical,color:e.color.lightest,fontSize:e.typography.size.s2,"& > div":{position:"relative",padding:"8px 16px"}})),wQ=c(({children:e,...t})=>z.createElement(mT,{...t},z.createElement("div",null,e)),"Error");function gT({children:e,width:t,height:r,onEscapeKeyDown:n,onInteractOutside:o=c(u=>u.preventDefault(),"onInteractOutside"),className:a,container:i,...l}){return z.createElement(tT,{...l},z.createElement(rT,{container:i},z.createElement(nT,{asChild:!0},z.createElement(cT,null)),z.createElement(oT,{asChild:!0,onInteractOutside:o,onEscapeKeyDown:n},z.createElement(dT,{className:a,width:t,height:r},e))))}c(gT,"BaseModal");Object.assign(gT,sT,{Dialog:QR});I.div(({theme:e,col:t,row:r=1})=>t?{display:"inline-block",verticalAlign:"inherit","& > *":{marginLeft:t*e.layoutMargin,verticalAlign:"inherit"},[`& > *:first-child${$w}`]:{marginLeft:0}}:{"& > *":{marginTop:r*e.layoutMargin},[`& > *:first-child${$w}`]:{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 bQ=I.div(({theme:e})=>({fontWeight:e.typography.weight.bold})),xQ=I.div(),DQ=I.div(({theme:e})=>({padding:30,textAlign:"center",color:e.color.defaultText,fontSize:e.typography.size.s2-1})),EQ=c(({children:e,...t})=>{let[r,n]=s.Children.toArray(e);return z.createElement(DQ,{...t},z.createElement(bQ,null,r),n&&z.createElement(xQ,null,n))},"Placeholder");D4();function vT(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(vT,"useResolvedElement");function L5(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(L5,"extractSize");function Hy(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}),f=vT(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(p){var m=p[0],g=e.box==="border-box"?"borderBoxSize":e.box==="device-pixel-content-box"?"devicePixelContentBoxSize":"contentBoxSize",y=L5(m,g,"inlineSize"),D=L5(m,g,"blockSize"),b=y?n(y):void 0,w=D?n(D):void 0;if(d.current.width!==b||d.current.height!==w){var v={width:b,height:w};d.current.width=b,d.current.height=w,r.current?r.current(v):u.current||l(v)}})}),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:f,width:i.width,height:i.height}},[f,i.width,i.height])}c(Hy,"useResizeObserver");var CQ=I.div(({scale:e=1,elementHeight:t})=>({height:t||"auto",transformOrigin:"top left",transform:`scale(${1/e})`}));function SQ({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]),Hy({ref:r,onResize:a}),z.createElement(CQ,{scale:e,elementHeight:n},z.createElement("div",{ref:r,className:"innerZoomElementWrapper"},t))}c(SQ,"ZoomElement");var kQ=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(kQ,"ZoomIFrame");f4();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 AQ=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"})),_Q=c(({label:e,children:t,...r})=>z.createElement(AQ,{...r},e?z.createElement(FQ,null,z.createElement("span",null,e)):null,t),"Field");Ar();p4();var IQ=s.useLayoutEffect,RQ=IQ,zQ=c(function(e){var t=s.useRef(e);return RQ(function(){t.current=e}),t},"useLatest"),Tx=c(function(e,t){if(typeof e=="function"){e(t);return}e.current=t},"updateRef"),TQ=c(function(e,t){var r=s.useRef();return s.useCallback(function(n){e.current=n,r.current&&Tx(r.current,null),r.current=t,t&&Tx(t,n)},[t])},"useComposedRef"),BQ=TQ,Bx={"min-height":"0","max-height":"none",height:"0",visibility:"hidden",overflow:"hidden",position:"absolute","z-index":"-1000",top:"0",right:"0"},$Q=c(function(e){Object.keys(Bx).forEach(function(t){e.style.setProperty(t,Bx[t],"important")})},"forceHiddenStyles"),$x=$Q,it=null,Lx=c(function(e,t){var r=e.scrollHeight;return t.sizingStyle.boxSizing==="border-box"?r+t.borderSize:r-t.paddingSize},"getHeight");function yT(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"),$x(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(p){var m=p;it.style[m]=i[m]}),$x(it),it.value=t;var u=Lx(it,e);it.value=t,u=Lx(it,e),it.value="x";var d=it.scrollHeight-o,f=d*r;l==="border-box"&&(f=f+o+a),u=Math.max(f,u);var h=d*n;return l==="border-box"&&(h=h+o+a),u=Math.min(h,u),[u,d]}c(yT,"calculateNodeHeight");var Mx=c(function(){},"noop"),LQ=c(function(e,t){return e.reduce(function(r,n){return r[n]=t[n],r},{})},"pick"),MQ=["borderBottomWidth","borderLeftWidth","borderRightWidth","borderTopWidth","boxSizing","fontFamily","fontSize","fontStyle","fontWeight","letterSpacing","lineHeight","paddingBottom","paddingLeft","paddingRight","paddingTop","tabSize","textIndent","textRendering","textTransform","width","wordBreak"],OQ=!!document.documentElement.currentStyle,PQ=c(function(e){var t=window.getComputedStyle(e);if(t===null)return null;var r=LQ(MQ,t),n=r.boxSizing;if(n==="")return null;OQ&&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"),NQ=PQ;function jy(e,t,r){var n=zQ(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(jy,"useListener");var HQ=c(function(e){jy(window,"resize",e)},"useWindowResizeListener"),jQ=c(function(e){jy(document.fonts,"loadingdone",e)},"useFontsLoadedListener"),VQ=["cacheMeasurements","maxRows","minRows","onChange","onHeightChange"],UQ=c(function(e,t){var r=e.cacheMeasurements,n=e.maxRows,o=e.minRows,a=e.onChange,i=a===void 0?Mx:a,l=e.onHeightChange,u=l===void 0?Mx:l,d=Q1(e,VQ),f=d.value!==void 0,h=s.useRef(null),p=BQ(h,t),m=s.useRef(0),g=s.useRef(),y=c(function(){var b=h.current,w=r&&g.current?g.current:NQ(b);if(w){g.current=w;var v=yT(w,b.value||b.placeholder||"x",o,n),x=v[0],E=v[1];m.current!==x&&(m.current=x,b.style.setProperty("height",x+"px","important"),u(x,{rowHeight:E}))}},"resizeTextarea"),D=c(function(b){f||y(),i(b)},"handleChange");return s.useLayoutEffect(y),HQ(y),jQ(y),s.createElement("textarea",oe({},d,{onChange:D,ref:p}))},"TextareaAutosize"),WQ=s.forwardRef(UQ),qQ={appearance:"none",border:"0 none",boxSizing:"inherit",display:" block",margin:" 0",background:"transparent",padding:0,fontSize:"inherit",position:"relative"},Vy=c(({theme:e})=>({...qQ,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"),Uy=c(({size:e})=>{switch(e){case"100%":return{width:"100%"};case"flex":return{flex:1};case"auto":default:return{display:"inline"}}},"sizes"),wT=c(({align:e})=>{switch(e){case"end":return{textAlign:"right"};case"center":return{textAlign:"center"};case"start":default:return{textAlign:"left"}}},"alignment"),Wy=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"),GQ=Object.assign(I(s.forwardRef(c(function({size:e,valid:t,align:r,...n},o){return z.createElement("input",{...n,ref:o})},"Input")))(Vy,Uy,wT,Wy,{minHeight:32}),{displayName:"Input"}),YQ=Object.assign(I(s.forwardRef(c(function({size:e,valid:t,align:r,...n},o){return z.createElement("select",{...n,ref:o})},"Select")))(Vy,Uy,Wy,{height:32,userSelect:"none",paddingRight:20,appearance:"menulist"}),{displayName:"Select"}),KQ=Object.assign(I(s.forwardRef(c(function({size:e,valid:t,align:r,...n},o){return z.createElement(WQ,{...n,ref:o})},"Textarea")))(Vy,Uy,wT,Wy,({height:e=400})=>({overflow:"visible",maxHeight:e})),{displayName:"Textarea"});Object.assign(I.form({boxSizing:"border-box",width:"100%"}),{Field:_Q,Input:GQ,Select:YQ,Textarea:KQ,Button:yl});s.lazy(()=>Promise.resolve().then(()=>(zy(),Ry)).then(e=>({default:e.WithTooltip})));s.lazy(()=>Promise.resolve().then(()=>(zy(),Ry)).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 QQ=Ke(K1(),1),XQ=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:Qt(.7,t.color.defaultText)}:{}),ZQ=I.span({display:"flex","& svg":{height:12,width:12,margin:"3px 0",verticalAlign:"top"},"& path":{fill:"inherit"}}),JQ=I.span({flex:1,textAlign:"left",display:"flex",flexDirection:"column"},({isIndented:e})=>e?{marginLeft:24}:{}),eX=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}:{}),tX=I.span(({active:e,theme:t})=>e?{color:t.color.secondary}:{},()=>({display:"flex",maxWidth:14})),rX=I.div(({theme:e})=>({width:"100%",border:"none",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}},({disabled:e})=>e&&{cursor:"not-allowed"}),nX=(0,QQ.default)(100)((e,t,r)=>({...e&&{as:"button",onClick:e},...t&&{as:"a",href:t,...r&&{as:r,to:t}}})),oX=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:f=void 0,...h})=>{let p={active:o,disabled:a},m=nX(u,l,f);return z.createElement(rX,{...h,...p,...m},z.createElement(z.Fragment,null,d&&z.createElement(tX,{...p},d),t||r?z.createElement(JQ,{isIndented:!!(!d&&i)},t&&z.createElement(XQ,{...p,loading:e},t),r&&z.createElement(eX,{...p},r)):null,n&&z.createElement(ZQ,{...p},n)))},"ListItem"),aX=oX,iX=I.div({minWidth:180,overflow:"hidden",overflowY:"auto",maxHeight:15.5*32},({theme:e})=>({borderRadius:e.appBorderRadius})),lX=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(aX,{id:`list-item-${e}`,...r,...t&&{onClick:l}})},"Item"),sX=c(({links:e,LinkWrapper:t,...r})=>{let n=e.some(o=>o.icon);return z.createElement(iX,{...r},e.map(o=>z.createElement(lX,{key:o.id,isIndented:n,LinkWrapper:t,...o})))},"TooltipLinkList");D4();var M5=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}}:{});M5.displayName="Side";var uX=c(({children:e,className:t,scrollable:r})=>r?z.createElement(ul,{vertical:!1,className:t},e):z.createElement("div",{className:t},e),"UnstyledBar"),bT=I(uX)(({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}:{});bT.displayName="Bar";var cX=I.div(({bgColor:e})=>({display:"flex",justifyContent:"space-between",position:"relative",flexWrap:"nowrap",flexShrink:0,height:40,backgroundColor:e||""})),xT=c(({children:e,backgroundColor:t,className:r,...n})=>{let[o,a]=s.Children.toArray(e);return z.createElement(bT,{className:`sb-bar ${r}`,...n},z.createElement(cX,{bgColor:t},z.createElement(M5,{scrollable:n.scrollable,left:!0},o),a?z.createElement(M5,{right:!0},a):null))},"FlexBar");xT.displayName="FlexBar";var dX=c(e=>typeof e.props.href=="string","isLink"),fX=c(e=>typeof e.props.href!="string","isButton");function DT({children:e,...t},r){let n={props:t,ref:r};if(dX(n))return z.createElement("a",{ref:n.ref,...n.props},e);if(fX(n))return z.createElement("button",{ref:n.ref,type:"button",...n.props},e);throw new Error("invalid props")}c(DT,"ForwardRefFunction");var ET=s.forwardRef(DT);ET.displayName="ButtonOrLink";var wl=I(ET,{shouldForwardProp:Mv})({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}});wl.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 pX=I.div(({theme:e})=>({height:"100%",display:"flex",padding:30,alignItems:"center",justifyContent:"center",flexDirection:"column",gap:15,background:e.background.content})),hX=I.div({display:"flex",flexDirection:"column",gap:4,maxWidth:415}),mX=I.div(({theme:e})=>({fontWeight:e.typography.weight.bold,fontSize:e.typography.size.s2-1,textAlign:"center",color:e.textColor})),gX=I.div(({theme:e})=>({fontWeight:e.typography.weight.regular,fontSize:e.typography.size.s2-1,textAlign:"center",color:e.textMutedColor})),vX=c(({title:e,description:t,footer:r})=>z.createElement(pX,null,z.createElement(hX,null,z.createElement(mX,null,e),t&&z.createElement(gX,null,t)),r),"EmptyTabContent"),yX=I.div(({active:e})=>e?{display:"block"}:{display:"none"}),wX=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(yX,{active:i,role:"tabpanel"},a)}}),"childrenToList");zy();var bX=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"})),xX=I(wl)(({active:e,theme:t,preActive:r})=>`
|
528
|
+
color: ${r||e?t.barSelectedColor:t.barTextColor};
|
529
|
+
.addon-collapsible-icon {
|
530
|
+
color: ${r||e?t.barSelectedColor:t.barTextColor};
|
531
|
+
}
|
532
|
+
&:hover {
|
533
|
+
color: ${t.barHoverColor};
|
534
|
+
.addon-collapsible-icon {
|
535
|
+
color: ${t.barHoverColor};
|
536
|
+
}
|
537
|
+
}
|
538
|
+
`);function CT(e){let t=s.useRef(),r=s.useRef(),n=s.useRef(new Map),{width:o=1}=Hy({ref:t}),[a,i]=s.useState(e),[l,u]=s.useState([]),d=s.useRef(e),f=s.useCallback(({menuName:p,actions:m})=>{let g=l.some(({active:b})=>b),[y,D]=s.useState(!1);return z.createElement(z.Fragment,null,z.createElement(d1,{interactive:!0,visible:y,onVisibleChange:D,placement:"bottom",delayHide:100,tooltip:z.createElement(sX,{links:l.map(({title:b,id:w,color:v,active:x})=>({id:w,title:b,color:v,active:x,onClick:c(E=>{E.preventDefault(),m.onSelect(w)},"onClick")}))})},z.createElement(xX,{ref:r,active:g,preActive:y,style:{visibility:l.length?"visible":"hidden"},"aria-hidden":!l.length,className:"tabbutton",type:"button",role:"tab"},p,z.createElement(bX,{className:"addon-collapsible-icon",isActive:g||y}))),l.map(({title:b,id:w,color:v},x)=>{let E=`index-${x}`;return z.createElement(wl,{id:`tabbutton-${XS(w)??E}`,style:{visibility:"hidden"},"aria-hidden":!0,tabIndex:-1,ref:C=>{n.current.set(w,C)},className:"tabbutton",type:"button",key:w,textColor:v,role:"tab"},b)}))},[l]),h=s.useCallback(()=>{if(!t.current||!r.current)return;let{x:p,width:m}=t.current.getBoundingClientRect(),{width:g}=r.current.getBoundingClientRect(),y=l.length?p+m-g:p+m,D=[],b=0,w=e.filter(v=>{let{id:x}=v,E=n.current.get(x),{width:C=0}=(E==null?void 0:E.getBoundingClientRect())||{},S=p+b+C>y;return(!S||!E)&&D.push(v),b+=C,S});(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:f}}c(CT,"useList");var DX="/* emotion-disable-server-rendering-unsafe-selector-warning-please-do-not-use-this-the-warning-exists-for-a-reason */",EX=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"}),ST=I.div({overflow:"hidden","&:first-of-type":{marginLeft:-3},whiteSpace:"nowrap",flexGrow:1});ST.displayName="TabBar";var CX=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${DX}`]:{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"}}:{}),qy=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:f})=>{let h=s.useMemo(()=>wX(e).map((b,w)=>({...b,active:t?b.id===t:w===0})),[e,t]),{visibleList:p,tabBarRef:m,tabRefs:g,AddonTab:y}=CT(h),D=d??z.createElement(vX,{title:"Nothing found"});return!f&&h.length===0?D:z.createElement(EX,{absolute:n,bordered:o,id:l},z.createElement(xT,{scrollable:!1,border:!0,backgroundColor:i},z.createElement(ST,{style:{whiteSpace:"normal"},ref:m,role:"tablist"},p.map(({title:b,id:w,active:v,color:x},E)=>{let C=`index-${E}`;return z.createElement(wl,{id:`tabbutton-${XS(w)??C}`,ref:S=>{g.current.set(w,S)},className:`tabbutton ${v?"tabbutton-active":""}`,type:"button",key:w,active:v,textColor:x,onClick:S=>{S.preventDefault(),r.onSelect(w)},role:"tab"},typeof b=="function"?z.createElement("title",null):b)}),z.createElement(y,{menuName:u,actions:r})),a),z.createElement(CX,{id:"panel-tab-content",bordered:o,absolute:n},h.length?h.map(({id:b,active:w,render:v})=>z.createElement(v,{key:b,active:w},null)):D))});qy.displayName="Tabs";var Ox=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(qy,{bordered:t,absolute:r,selected:i,backgroundColor:o,menuName:a,actions:this.handlers},n)}};c(Ox,"TabsState"),Ox.defaultProps={children:[],initial:null,absolute:!1,bordered:!1,backgroundColor:"",menuName:void 0};var SX=I.span(({theme:e})=>({width:1,height:20,background:e.appBorderColor,marginLeft:2,marginRight:2}),({force:e})=>e?{}:{"& + &":{display:"none"}});SX.displayName="Separator";var kX=I.svg`
|
539
|
+
display: inline-block;
|
540
|
+
shape-rendering: inherit;
|
541
|
+
vertical-align: middle;
|
542
|
+
fill: currentColor;
|
543
|
+
path {
|
544
|
+
fill: currentColor;
|
545
|
+
}
|
546
|
+
`;s.memo(c(function({icons:e=Object.keys(Px)}){return z.createElement(kX,{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},Px[t])))},"Symbols"));var Px={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"},AX=hn`
|
547
|
+
from {
|
548
|
+
transform: rotate(0deg);
|
549
|
+
}
|
550
|
+
to {
|
551
|
+
transform: rotate(360deg);
|
552
|
+
}
|
553
|
+
`,FX=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:`${AX} 0.7s linear infinite`,mixBlendMode:"difference"})),Nx=I.div({position:"absolute",display:"flex",flexDirection:"column",justifyContent:"center",alignItems:"center",width:"100%",height:"100%"}),_X=I.div(({theme:e})=>({position:"relative",width:"80%",marginBottom:"0.75rem",maxWidth:300,height:5,borderRadius:5,background:Qt(.8,e.color.secondary),overflow:"hidden",cursor:"progress"})),IX=I.div(({theme:e})=>({position:"absolute",top:0,left:0,height:"100%",background:e.color.secondary})),Hx=I.div(({theme:e})=>({minHeight:"2em",fontSize:`${e.typography.size.s1}px`,color:e.barTextColor})),RX=I(YR)(({theme:e})=>({width:20,height:20,marginBottom:"0.5rem",color:e.textMutedColor})),zX=hn`
|
554
|
+
from { content: "..." }
|
555
|
+
33% { content: "." }
|
556
|
+
66% { content: ".." }
|
557
|
+
to { content: "..." }
|
558
|
+
`,TX=I.span({"&::after":{content:"'...'",animation:`${zX} 1s linear infinite`,animationDelay:"1s",display:"inline-block",width:"1em",height:"auto"}}),$f=c(({progress:e,error:t,size:r,...n})=>{if(t)return z.createElement(Nx,{"aria-label":t.toString(),"aria-live":"polite",role:"status",...n},z.createElement(RX,null),z.createElement(Hx,null,t.message));if(e){let{value:o,modules:a}=e,{message:i}=e;return a&&(i+=` ${a.complete} / ${a.total} modules`),z.createElement(Nx,{"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(_X,null,z.createElement(IX,{style:{width:`${o*100}%`}})),z.createElement(Hx,null,i,o<1&&z.createElement(TX,{key:i})))}return z.createElement(FX,{"aria-label":"Content is loading...","aria-live":"polite",role:"status",size:r,...n})},"Loader");function BX(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(BX,"parseQuery");I.pre`
|
559
|
+
line-height: 18px;
|
560
|
+
padding: 11px 1rem;
|
561
|
+
white-space: pre-wrap;
|
562
|
+
background: rgba(0, 0, 0, 0.05);
|
563
|
+
color: ${K.darkest};
|
564
|
+
border-radius: 3px;
|
565
|
+
margin: 1rem 0;
|
566
|
+
width: 100%;
|
567
|
+
display: block;
|
568
|
+
overflow: hidden;
|
569
|
+
font-family: ${Kr.fonts.mono};
|
570
|
+
font-size: ${Kr.size.s2-1}px;
|
571
|
+
`;Object.keys(jU).forEach(e=>{s.forwardRef((t,r)=>s.createElement(e,{...t,ref:r}))});var $X=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}))),LX=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}))),MX=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}))),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:"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}))),kT=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}))),AT=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}))),OX=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}))),PX=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}))),NX=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}))),FT=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}))),HX=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}))),_T=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}))),IT=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 jX=I.div({display:"flex",alignItems:"center",fontSize:"14px",lineHeight:"22px"}),c0=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}})),Ym=I.div({"&::before":{content:"'/'",display:"block",marginRight:4}}),d0=I(Ny)({marginTop:0,padding:0,height:"24px"}),VX=le(({successCount:e,failedCount:t,pendingCount:r,approvedCount:n,onClickByStatus:o,theme:a})=>A.jsxs(jX,{children:[A.jsx(d0,{onClick:()=>{o("pending")},children:A.jsxs(c0,{color:a==null?void 0:a.color.mediumdark,children:[A.jsx(IT,{}),r]})}),A.jsx(Ym,{}),A.jsx(d0,{onClick:()=>{o("success")},children:A.jsxs(c0,{color:a==null?void 0:a.color.green,children:[A.jsx(Gy,{})," ",e]})}),A.jsx(Ym,{}),A.jsx(d0,{onClick:()=>{o("failed")},children:A.jsxs(c0,{color:a==null?void 0:a.color.negative,children:[A.jsx(AT,{})," ",t]})}),A.jsx(Ym,{}),A.jsx(d0,{onClick:()=>{o("approved")},children:A.jsxs(c0,{color:a==null?void 0:a.color.defaultText,children:[A.jsx(FT,{})," ",n]})})]})),UX=le(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}}))),WX=le(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"}}))),qX=le(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}}}))),GX=({onChange:e,value:t})=>{const{setSidebarFocusedItem:r}=s.useContext(q1),[n,o]=s.useState(!1),a=s.useRef(null);return A.jsxs(qX,{autoComplete:"off",focussed:n,onReset:()=>{e("")},onSubmit:i=>{i.preventDefault()},children:[A.jsx(UX,{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($X,{}),A.jsx(WX,{tabIndex:-1,type:"reset",value:"reset",title:"Clear search",children:A.jsx(kT,{})})]})},YX=le(I.div(({theme:e})=>({padding:"24px 36px 8px",background:e.background.content,height:"130px",zIndex:5,position:"sticky",top:"0"}))),KX=I.div({display:"flex",justifyContent:"space-between"}),QX=I.h2({fontWeight:"normal",margin:0}),jx=le(I(yl)(({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}}))),Vx=I.div(({left:e,right:t,top:r,bottom:n})=>({marginLeft:e??0,marginRight:t??0,marginTop:r??0,marginBottom:n??0})),XX=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 ZX({testsStatus:e,onStop:t,onStart:r,filter:n,onFilterChange:o,canStart:a}){const{isReport:i,isRunning:l}=s.useContext(Fl),[u,d]=s.useState(""),f=p=>{p===n.status?(d(n.subStrings.join(" ")),o({status:null,subStrings:n.subStrings})):(d(n.subStrings.join(" ")+" status:"+p),o({status:p,subStrings:n.subStrings}))},h=p=>{d(p),o(XX(p))};return A.jsxs(YX,{children:[A.jsxs(KX,{children:[A.jsxs("div",{children:[A.jsx(QX,{children:"colin.creevey"}),A.jsx(VX,{...e,onClickByStatus:f})]}),i?null:A.jsx(Vx,{top:"10px",children:l?A.jsx(jx,{variant:"outline",onClick:t,children:A.jsx(LX,{})}):A.jsx(jx,{variant:"outline",onClick:r,disabled:!a,children:A.jsx(MX,{})})})]}),A.jsx(Vx,{top:"24px",bottom:"24px",children:A.jsx(GX,{onChange:h,value:u})})]})}const JX=le(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`}}}))),eZ=le(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`}}))),tZ=I(NX)({margin:"4px",verticalAlign:"baseline"}),rZ=I(Gy)({margin:"2px",verticalAlign:"baseline"}),RT=I.span({paddingLeft:"8px",verticalAlign:"middle",alignSelf:"center",lineHeight:"18px"});class zT extends z.Component{constructor(){super(...arguments);Or(this,"state",{indeterminate:!1});Or(this,"handleIndeterminateChange",r=>{this.setState({indeterminate:r})});Or(this,"setIndeterminate",()=>{this.handleIndeterminateChange(!0)});Or(this,"resetIndeterminate",()=>{this.handleIndeterminateChange(!1)})}render(){const{checked:r,disabled:n,onValueChange:o}=this.props,{indeterminate:a}=this.state;return A.jsxs(JX,{disabled:n,children:[A.jsx("input",{type:"checkbox",onChange:i=>{o(i.target.checked)},checked:r??!1}),A.jsx(eZ,{children:a?A.jsx(tZ,{width:"8",height:"8"}):r?A.jsx(rZ,{width:"12",height:"12"}):" "})]})}}const nZ=I.span({width:"16px",height:"13px",padding:1,display:"inline-block"}),Ml={position:"relative",top:"1px",verticalAlign:"baseline"},oZ=I(AT)(Ml),aZ=I(Gy)(Ml),iZ=I(FT)(Ml),lZ=I(OX)(Ml),sZ=I(IT)(Ml),uZ=I(PX)(Ml),cZ=I($f)({top:"12px",left:"unset",marginLeft:"0px"}),TT=le(({inverted:e,status:t,skip:r,theme:n})=>{let o=null;switch(t){case"failed":{o=A.jsx(oZ,{color:e?n.color.lightest:n.color.negative});break}case"success":{o=A.jsx(aZ,{color:e?n.color.lightest:n.color.green});break}case"approved":{o=A.jsx(iZ,{color:e?n.color.lightest:n.color.mediumdark});break}case"running":{o=A.jsx(cZ,{size:10});break}case"pending":{o=A.jsx(sZ,{color:e?n.color.lightest:n.color.mediumdark});break}default:{r?o=A.jsx(lZ,{color:e?n.color.lightest:void 0}):o=A.jsx(uZ,{color:e?n.color.lightest:void 0});break}}return A.jsx(nZ,{children:o})}),BT=le(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}}))),$T=le(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"}))),LT={paddingRight:"4px",display:"inline-block",width:"12px",height:"18px",verticalAlign:"unset"},dZ=I(HX)(LT),fZ=I(_T)(LT),MT=I.span(({padding:e})=>({paddingLeft:e,whiteSpace:"normal",display:"grid",gridTemplateColumns:"repeat(2, min-content) auto"})),OT=I.span({paddingLeft:"4px",whiteSpace:"nowrap",overflowX:"hidden",textOverflow:"ellipsis"});function Ux({title:e,suite:t,"data-testid":r}){const{onSuiteOpen:n,onSuiteToggle:o}=s.useContext(Fl),{sidebarFocusedItem:a,setSidebarFocusedItem:i}=s.useContext(q1),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,y;return t.indeterminate?(g=l.current)==null?void 0:g.setIndeterminate():(y=l.current)==null?void 0:y.resetIndeterminate()},[t.indeterminate]),s.useEffect(()=>{var g;d&&((g=u.current)==null||g.focus())},[d]);const f=t.path.length==0,h=g=>{o(t.path,g)},p=()=>{f||(n(t.path,!t.opened),i(t.path))},m=()=>{i(t.path)};return A.jsxs(BT,{focused:d,children:[A.jsx(RT,{children:A.jsx(zT,{ref:l,checked:t.skip?!1:t.checked,disabled:!!t.skip,onValueChange:h})}),A.jsx($T,{onClick:p,onFocus:m,"data-testid":r,ref:u,children:A.jsxs(MT,{padding:(t.path.length-1)*8,children:[de(t)||!!t.path.length&&(t.opened?A.jsx(dZ,{}):A.jsx(fZ,{})),A.jsx(TT,{status:t.status,skip:t.skip}),A.jsx(OT,{children:e})]})})]})}const pZ=I(MT)({gridTemplateColumns:"min-content auto"});function hZ({title:e,opened:t,test:r}){var m;const{onSuiteToggle:n}=s.useContext(Fl),{onOpenTest:o}=s.useContext(PT),{sidebarFocusedItem:a,setSidebarFocusedItem:i}=s.useContext(q1),l=s.useRef(null),u=(((m=r.results)==null?void 0:m.length)??0)==0,d=s.useMemo(()=>Gt(r),[r]),f=s.useMemo(()=>Array.isArray(a)&&d.length===a.length&&d.every(g=>a.includes(g)),[d,a]),h=s.useCallback(g=>{n(d,g)},[d,n]);s.useEffect(()=>{var g;f&&((g=l.current)==null||g.focus())},[f]);const p=s.useCallback(()=>{o(r),i(Gt(r))},[r,o,i]);return A.jsxs(BT,{disabled:u,active:t,focused:f,children:[A.jsx(RT,{children:A.jsx(zT,{checked:r.skip?!1:r.checked,disabled:!!r.skip,onValueChange:h})}),A.jsx($T,{onClick:p,disabled:u,ref:l,children:A.jsxs(pZ,{padding:(d.length+1)*8,children:[A.jsx(TT,{inverted:t,status:r.status,skip:r.skip}),A.jsx(OT,{children:e})]})})]})}const mZ=le(I.div(({theme:e})=>({padding:"24px 32px 8px",background:e.background.content,height:"50px",zIndex:5,position:"sticky",bottom:"0"}))),gZ=I.div({display:"flex",justifyContent:"space-between"});function vZ(){const{onApproveAll:e,onImageApprove:t}=qS();return A.jsx(mZ,{children:A.jsxs(gZ,{children:[A.jsxs(yl,{variant:"solid",size:"medium",onClick:t,disabled:!t,children:["Approve",A.jsx(_T,{})]}),A.jsx(yl,{variant:"outline",size:"medium",onClick:e,children:"Approve all"})]})})}const PT=s.createContext({onOpenTest:qt}),yZ=le(I.div(({theme:e})=>({width:"300px",boxShadow:`0 0 5px ${Fi(.8,e.color.defaultText)}`,zIndex:1e3,background:e.background.content}))),wZ=I.div({height:"calc(100vh - 245px)",width:300,flex:"none",overflowY:"auto",position:"sticky",top:"0",left:"0"}),Wx=le(I.div(({theme:e,position:t})=>({[t]:"0px",position:"sticky",boxShadow:`0 0 5px 2.5px ${Fi(.8,e.color.defaultText)}`,zIndex:3}))),bZ=I.div({marginBottom:"30px",paddingTop:"9px"}),xZ=I.div({position:"relative",height:"100%"}),qx=le(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 DZ({rootSuite:e,testId:t,onOpenTest:r,filter:n,setFilter:o}){const{onStart:a,onStop:i}=qS(),l=i4(e,n),u=YN(e),d=l4(l),f=a4(e).length,h=()=>{a(l)};return A.jsx(PT.Provider,{value:{onOpenTest:r},children:A.jsxs(yZ,{children:[A.jsx(ZX,{testsStatus:u,filter:n,onFilterChange:o,onStart:h,onStop:i,canStart:f!==0}),A.jsxs(wZ,{children:[A.jsxs(ul,{vertical:!0,children:[A.jsx(Wx,{position:"top"}),A.jsxs(xZ,{children:[A.jsx(qx,{position:"top"}),A.jsx(bZ,{children:A.jsx(Ux,{title:"Select all",suite:e,"data-testid":"selectAll"})}),d.map(({title:p,suite:m})=>de(m)?A.jsx(hZ,{title:p,opened:m.id==t,test:m},m.id):A.jsx(Ux,{title:p,suite:m,"data-testid":p},m.path.join("/")))]}),A.jsx(qx,{position:"bottom"})]}),A.jsx(Wx,{position:"bottom"})]}),A.jsx(vZ,{})]})})}const rn={actual:"negative",expect:"positive",diff:"secondary"},EZ=(e,t)=>t in e.color;function nn(e,t){return EZ(e,t)?e.color[t]:t}function Lf(){var e;(e=window.__CREEVEY_SET_READY_FOR_CAPTURE__)==null||e.call(window)}const CZ=I.div({display:"flex",flexWrap:"nowrap",alignItems:"center",justifyContent:"center",height:"100%",width:"100%"}),SZ=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"}})),Gx=I.a({lineHeight:0,flexShrink:0}),kZ=I.a({lineHeight:0}),O5=I.img(({borderColor:e})=>({boxSizing:"border-box",border:`1px solid ${e}`,maxWidth:"100%",flexShrink:0})),AZ=I(O5)({flexShrink:1}),FZ=le(({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),f=s.useRef(null),h=s.useRef(null),p=W1(r,t,e),m=s.useCallback(()=>{const g=u.current,y=d.current,D=f.current,b=h.current;if(!g||!y||!b||!D||!p){l(1);return}const w=s4(D);if(o=="vertical"){const v=(D.getBoundingClientRect().width-w*2)/D.naturalWidth;l(Math.min(1,v))}if(o=="horizontal"){const v=(g.getBoundingClientRect().width-40-w*6)/[y,D,b].map(x=>x.naturalWidth).reduce((x,E)=>x+E,0);l(Math.min(1,v))}},[p,o]);return VS(u,m),s.useLayoutEffect(m,[m]),s.useLayoutEffect(()=>{const g=f.current;if(!g||!p)return;const y=g.naturalWidth/g.naturalHeight;a(y>=2?"vertical":"horizontal")},[p]),wo(d,i),wo(h,i),s.useEffect(()=>{p&&Lf()},[p]),A.jsx(CZ,{ref:u,children:p?A.jsxs(SZ,{layout:o,children:[A.jsx(Gx,{href:r,target:"_blank",rel:"noopener noreferrer",children:A.jsx(O5,{ref:d,borderColor:nn(n,rn.expect),alt:"expect",src:r})}),A.jsx(kZ,{href:t,target:"_blank",rel:"noopener noreferrer",children:A.jsx(AZ,{ref:f,borderColor:nn(n,rn.diff),alt:"diff",src:t})}),A.jsx(Gx,{href:e,target:"_blank",rel:"noopener noreferrer",children:A.jsx(O5,{ref:h,borderColor:nn(n,rn.actual),alt:"actual",src:e})})]}):A.jsx($f,{size:64})})}),_Z=I.div({position:"relative",display:"flex"}),NT=I.img(({borderColor:e})=>({boxSizing:"border-box",border:`1px solid ${e}`,maxWidth:"100%"})),Yx=I(NT)({position:"absolute"}),IZ=I(NT)({cursor:"pointer",outline:"none",opacity:0,zIndex:1}),RZ=le(({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=W1(t,n,r),f=u4(l,d);wo(i,f,o),wo(u,f,o);const h=s.useCallback(()=>{a(p=>p=="actual"?"expect":"actual")},[]);return s.useEffect(()=>{d&&Lf()},[d]),d?A.jsxs(_Z,{children:[A.jsx(Yx,{ref:i,borderColor:nn(e,rn.expect),alt:"expect",src:t,hidden:o!="expect"}),A.jsx(IZ,{ref:l,borderColor:"transparent",tabIndex:0,alt:"diff",src:n,onClick:h}),A.jsx(Yx,{ref:u,borderColor:nn(e,rn.actual),alt:"actual",src:r,hidden:o!="actual"})]}):A.jsx($f,{size:64})}),zZ=I.div({position:"relative",display:"flex"}),TZ=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"}}),Kx=I.div({position:"absolute",width:"100%",height:"100%",overflow:"hidden"}),Qx=le(I.div(({theme:e})=>({background:e.base=="light"?e.color.mediumlight:e.color.darker,position:"relative",width:"100%",height:"100%",display:"flex"}))),HT=I.img(({borderColor:e})=>({boxSizing:"border-box",border:`1px solid ${e}`,maxWidth:"100%"})),Xx=I(HT)({position:"absolute"}),BZ=I(HT)({opacity:"0"}),$Z=le(({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),f=s.useRef(null),h=W1(r,t,e),p=u4(d,h);wo(u,p),wo(f,p);const m=s.useCallback(g=>{if(!i.current||!l.current)return;const y=Number(g.target.value);i.current.style.right=`${100-y}%`,l.current.style.left=`${100-y}%`},[]);return s.useLayoutEffect(()=>{h&&d.current&&a(100/d.current.getBoundingClientRect().width)},[h,p]),s.useLayoutEffect(()=>{h&&i.current&&l.current&&(i.current.style.right="100%",l.current.style.left="100%")},[h]),s.useEffect(()=>{h&&Lf()},[h]),h?A.jsxs(zZ,{children:[A.jsx(TZ,{"data-testid":"slider",type:"range",min:0,max:100,defaultValue:0,step:o,onChange:m}),A.jsx(Kx,{children:A.jsx(Qx,{children:A.jsx(Xx,{ref:f,borderColor:nn(n,rn.actual),alt:"actual",src:e})})}),A.jsx(Kx,{ref:i,children:A.jsx(Qx,{ref:l,children:A.jsx(Xx,{ref:u,borderColor:nn(n,rn.expect),alt:"expect",src:r})})}),A.jsx(BZ,{ref:d,borderColor:"transparent",alt:"diff",src:t})]}):A.jsx($f,{size:64})}),LZ=I.div({position:"relative",display:"flex",filter:"invert(100%)"}),Zx=I.div({position:"absolute",width:"100%",height:"100%",display:"flex"}),Yy=I.img(({borderColor:e})=>({boxSizing:"border-box",border:`1px solid ${e}`,maxWidth:"100%",filter:"invert(100%)"})),MZ=I(Yy)({mixBlendMode:"difference"}),OZ=I(Yy)({opacity:"0"}),PZ=le(({actual:e,diff:t,expect:r,theme:n})=>{const o=s.useRef(null),a=s.useRef(null),i=s.useRef(null),l=W1(r,t,e),u=u4(a,l);return wo(o,u,l),wo(i,u,l),s.useEffect(()=>{l&&Lf()},[l]),A.jsxs(LZ,{children:[A.jsx(Zx,{children:A.jsx(Yy,{ref:o,borderColor:nn(n,rn.expect),alt:"expect",src:r})}),A.jsx(OZ,{ref:a,borderColor:"transparent",alt:"diff",src:t}),A.jsx(Zx,{children:A.jsx(MZ,{ref:i,borderColor:nn(n,rn.actual),alt:"actual",src:e})})]})}),NZ={"side-by-side":FZ,swap:RZ,slide:$Z,blend:PZ},HZ=I.div({height:"100%",display:"flex",textAlign:"center",alignItems:"center",justifyContent:"center",padding:"0 20px"}),jZ=I.a({lineHeight:0}),VZ=le(I.img(({theme:e})=>({border:`1px solid ${nn(e,rn.expect)}`,maxWidth:"100%"})));function fs(e,t){return t?`${t}/${e}`:e}function UZ({url:e,image:t,canApprove:r,mode:n}){const o=NZ[n],{actual:a,diff:i,expect:l}=t;return A.jsx(HZ,{children:r&&i&&l?A.jsx(o,{actual:fs(a,e),diff:fs(i,e),expect:fs(l,e)}):A.jsx(jZ,{href:fs(a,e),target:"_blank",rel:"noopener noreferrer",children:A.jsx(VZ,{alt:"actual",src:fs(a,e)})})})}const Is=64,Nn=(2*(Is-8)**2)**(1/2),WZ=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}})),qZ=le(I.img(({hasBorder:e,backgroundColor:t,theme:r})=>({maxHeight:`${Is}px`,width:`${Is}px`,overflow:"hidden",transform:e?"translateY(2px)":void 0,"&::before":{content:"' '",display:"block",height:`${Is-8}px`,width:`${Is-8}px`,margin:"4px",backgroundColor:t,backgroundImage:`linear-gradient(
|
572
|
+
45deg,
|
573
|
+
rgba(0, 0, 0, 0) ${Nn/2-.5}px,
|
574
|
+
${r.color.medium} ${Nn/2-.5}px,
|
575
|
+
${r.color.medium} ${Nn/2+.5}px,
|
576
|
+
rgba(0, 0, 0, 0) ${Nn/2+.5}px
|
577
|
+
),
|
578
|
+
linear-gradient(
|
579
|
+
315deg,
|
580
|
+
rgba(0, 0, 0, 0) ${Nn/2+.2}px,
|
581
|
+
${r.color.medium} ${Nn/2+.2}px,
|
582
|
+
${r.color.medium} ${Nn/2+1.2}px,
|
583
|
+
rgba(0, 0, 0, 0) ${Nn/2+1.2}px
|
584
|
+
)`}}))),GZ=le(({isActive:e,onClick:t,imageName:r,url:n,theme:o,error:a})=>{const i=()=>{t(r)};return A.jsx(WZ,{onClick:i,borderColor:e?o.barSelectedColor:a?o.color.negative:void 0,children:A.jsx(qZ,{hasBorder:e||a,src:n,alt:r,backgroundColor:o.background.content})})}),jT="Creevey_view_mode",VT=["side-by-side","swap","slide","blend"],YZ=()=>{const e=localStorage.getItem(jT);return e&&VT.includes(e)?e:"side-by-side"},KZ=I.div({margin:"24px 44px 0"}),QZ=le(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"}}))),XZ=I.h1({margin:0,marginBottom:"8px"}),ZZ=le(I.span(({theme:e})=>({padding:"0 8px",color:e.color.mediumdark}))),JZ=I.div({display:"flex",margin:"16px 0 8px"});function eJ({title:e,imageName:t,images:r={},errorMessage:n,showViewModes:o,viewMode:a,imagesWithError:i=[],onImageChange:l,onViewModeChange:u}){var p;const d=Object.entries(r),f=m=>{u(m)};s.useEffect(()=>{if(t===""){if(i.length>0){l(i[0]);return}const m=Object.keys(r).at(0);m&&l(m)}},[t,r,i,l]);const h=n||i.includes(t)?((p=r[t])==null?void 0:p.error)??n:null;return A.jsxs(KZ,{children:[A.jsx(XZ,{children:e.flatMap(m=>[m,A.jsx(ZZ,{children:"/"},m)]).slice(0,-1)}),h&&A.jsxs(QZ,{children:[A.jsx(kT,{}),A.jsx("pre",{children:h})]}),d.length>1?A.jsx(JZ,{children:d.map(([m,g])=>A.jsx(GZ,{imageName:m,url:`${jS(e,m)}/${g.actual}`,isActive:m===t,onClick:l,error:i.includes(m)},m))}):null,o&&A.jsx(qy,{selected:a,actions:{onSelect:f},children:VT.map(m=>A.jsx("div",{id:m,title:m},m))})]})}function tJ(e){const t=(n,o)=>{switch(n){case".":return A.jsx(wl,{disabled:!0,autoFocus:!1,content:"",nonce:"",rel:"",rev:"",children:"..."},`dots${o<5?"Left":"Right"}`);default:return A.jsx(wl,{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:rJ(e.activePage,e.pagesCount).map(t)})}function rJ(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 f=l;f<=d;++f)n.push(`${f}`);return u&&n.push("."),u&&isFinite(t)&&n.push(`${t}`),n}const nJ=le(I.div(({theme:e})=>({display:"flex",padding:"24px 32px 20px",justifyContent:"space-between",background:e.background.content})));function oJ({retriesCount:e,retry:t,onRetryChange:r}){return A.jsx(nJ,{children:A.jsx(tJ,{activePage:`${t}`,onPageChange:r,pagesCount:e})})}const aJ=I.div({width:"100%",height:"100%",boxSizing:"border-box",display:"flex",flexDirection:"column"}),iJ=I.div(({theme:e})=>({background:e.base=="light"?e.color.mediumlight:e.color.darker,flexGrow:1,padding:"20px 0"})),lJ=I.div({position:"sticky",top:0,zIndex:1}),sJ=I.div({flexGrow:1,minHeight:0}),uJ=I.div({position:"sticky",bottom:0,zIndex:1}),cJ=I.div(({height:e="100vh"})=>({height:e,width:"100%",overflowY:"hidden",display:"flex",flexDirection:"column"}));function dJ({path:e,results:t=[],approved:r,theme:n,height:o,retry:a,imageName:i,onImageChange:l,onRetryChange:u}){var w;const d=t[a-1]??{},[f,h]=s.useState(YZ()),p=jS(e,i),m=(w=d.images)==null?void 0:w[i],g=!!(m&&(r==null?void 0:r[i])!=a-1&&d.status!="success"),y=g&&!!(m!=null&&m.diff&&m.expect),D=d.images?Object.keys(d.images).filter(v=>{var x,E;return d.status!="success"&&(r==null?void 0:r[v])!=a-1&&((E=(x=d.images)==null?void 0:x[v])==null?void 0:E.error)!=null}):[],b=v=>{localStorage.setItem(jT,v),h(v)};return A.jsxs(cJ,{height:o,children:[A.jsx(lJ,{children:A.jsx(eJ,{title:e,imageName:i,images:d.images,errorMessage:d.error,showViewModes:y,viewMode:f,onViewModeChange:b,onImageChange:l,imagesWithError:D})}),A.jsx(sJ,{children:A.jsx(ul,{vertical:!0,children:A.jsx(aJ,{children:A.jsx(iJ,{theme:n,children:m?A.jsx(UZ,{url:p,image:m,canApprove:g,mode:f}):A.jsx(EQ,{children:`Image ${i} not found`})})})})}),t.length?A.jsx(uJ,{children:A.jsx(oJ,{retry:a,retriesCount:t.length,onRetryChange:u})}):null]})}const fJ=le(dJ),pJ=le(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:`${Lp(.1,e.appBorderColor)} 0 0 2px`,color:e.color.defaultText,width:20,height:20,boxSizing:"border-box",lineHeight:"19px",textAlign:"center","&:hover":{boxShadow:`${Lp(.3,e.appBorderColor)} 0 0 0 1px inset`},"&:active":{boxShadow:`${Lp(.05,e.appBorderColor)} 0 0 0 2px inset`}},"input:checked ~ span":{marginLeft:20},"input:not(:checked) ~ span":{marginRight:20}}))),hJ=({value:e,onChange:t})=>A.jsxs(pJ,{children:[A.jsx("input",{type:"checkbox",onChange:()=>{t(!e)},checked:e??!1}),A.jsx("span",{children:e?"☪":"☀"})]}),mJ=le(I.div(({theme:e})=>({height:"100vh",display:"flex",background:e.background.content,color:e.color.defaultText}))),gJ=I.div({zIndex:1,position:"absolute",right:10,top:10});function vJ({api:e,initialState:t}){var Y,H,U;const[r,n]=IL(t.tests),[o,a]=s.useState(t.isRunning),[i,l]=s.useState([]),[u,d]=s.useState({status:null,subStrings:[]}),[f,h]=WS(),p=WN(r,i),m=s.useMemo(()=>OS(r),[r]),[g,y]=s.useState(((Y=p==null?void 0:p.results)==null?void 0:Y.length)??0),D=((H=p==null?void 0:p.results)==null?void 0:H[g-1])??{images:{}},[b,w]=s.useState(Object.keys(D.images??{})[0]??""),v=s.useMemo(()=>{var j,B,L;return!!((B=(j=p==null?void 0:p.results)==null?void 0:j[g-1])!=null&&B.images&&((L=p.approved)==null?void 0:L[b])!=g-1&&p.results[g-1].status!="success")},[b,p,g]);i.length>0&&!Be(p)&&l([]);const x=s.useCallback((j,B)=>{n(L=>{Mc(L,j,B)})},[n]),E=s.useCallback((j,B)=>{n(L=>{qN(L,j,B)})},[n]),C=s.useCallback(j=>{const B=Gt(j);XN(B),n(L=>{Mc(L,B,!0),l(B)})},[n]),S=s.useCallback(()=>{if(m.length<=1)return;const j=m.findIndex(L=>L.id===(p==null?void 0:p.id)),B=m[j+1]||m[0];C(B)},[m,C,p==null?void 0:p.id]),k=s.useCallback(()=>{const j=p==null?void 0:p.id;j&&(e==null||e.approve(j,g-1,b))},[e,b,p==null?void 0:p.id,g]),F=s.useCallback(()=>{k(),S()},[k,S]),_=s.useCallback(()=>{e==null||e.approveAll()},[e]),T=s.useCallback(j=>e==null?void 0:e.start(a4(j).map(B=>B.id)),[e]),N=s.useCallback(()=>e==null?void 0:e.stop(),[e]),O=s.useCallback(j=>{h(j?"dark":"light")},[h]);return s.useEffect(()=>{var L,P;const j=((L=p==null?void 0:p.results)==null?void 0:L.length)??0,B=((P=p==null?void 0:p.results)==null?void 0:P[j-1])??{images:{}};w(Object.keys(B.images??{})[0]??""),y(j)},[p==null?void 0:p.results]),s.useEffect(()=>{window.addEventListener("popstate",j=>{n(B=>{const L=j.state;if(L&&typeof L=="object"&&"testPath"in L){const{testPath:P}=L;Array.isArray(P)&&(Mc(B,P,!0),l(P))}})}),n(j=>{const B=ZN();Mc(j,B,!0),l(B)})},[n]),s.useEffect(()=>e==null?void 0:e.onUpdate(({isRunning:j,tests:B,removedTests:L=[]})=>{Be(j)&&a(j),Be(B)&&n(P=>{Object.values(B).forEach(G=>{G&&PS(P,Gt(G),G)}),L.forEach(G=>{NS(P,Gt(G))})})}),[e,n]),A.jsx(Fl.Provider,{value:{isReport:t.isReport,isRunning:o,onImageApprove:v?F:void 0,onApproveAll:_,onStart:T,onStop:N,onSuiteOpen:x,onSuiteToggle:E},children:A.jsx(qC,{theme:mS(U1[f]),children:A.jsx(JN,{rootSuite:r,filter:u,children:A.jsxs(mJ,{children:[A.jsx(DZ,{rootSuite:r,testId:p==null?void 0:p.id,onOpenTest:C,filter:u,setFilter:d}),p&&A.jsx(fJ,{path:i,results:p.results,approved:p.approved,retry:g,imageName:b,onImageChange:w,onRetryChange:y},`${p.id}_${((U=p.results)==null?void 0:U.length)??0}`),A.jsx(gJ,{children:A.jsx(hJ,{value:f=="dark",onChange:O})})]})})})})}async function yJ(){let e=qt;const t=new Set;let r=null,n=qt;const o=new WebSocket(`ws://${HS()}`);function a(i){o.send(JSON.stringify(i))}return o.addEventListener("open",()=>{e({start(i){a({type:"start",payload:i})},stop(){a({type:"stop"})},approve(i,l,u){a({type:"approve",payload:{id:i,retry:l,image:u}})},approveAll(){a({type:"approveAll"})},onUpdate(i){return t.add(i),()=>t.delete(i)},get status(){return r||(a({type:"status"}),r=new Promise(i=>n=i))}})}),o.addEventListener("message",i=>{const l=JSON.parse(i.data);l.type=="update"&&t.forEach(u=>{u(l.payload)}),l.type=="status"&&(n(l.payload),n=qt,r=null)}),new Promise(i=>e=i)}const wJ=le(I.div(({theme:e})=>({height:"100vh",width:"100vw",background:e.background.app}))),bJ=le(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:`${xJ} 0.7s linear infinite`,mixBlendMode:"difference"}))),xJ=hn`
|
585
|
+
from {
|
586
|
+
transform: rotate(0deg);
|
587
|
+
}
|
588
|
+
to {
|
589
|
+
transform: rotate(360deg);
|
590
|
+
}
|
591
|
+
`;function DJ(){const[e]=WS();return A.jsx(qC,{theme:mS(U1[e]),children:A.jsx(wJ,{children:A.jsx(bJ,{size:64})})})}window.__CREEVEY_SET_READY_FOR_CAPTURE__=qt;function Jx(){return new Promise(e=>{const t=document.createElement("script");t.src="data.js",t.onload=()=>{e(__CREEVEY_DATA__)},document.body.appendChild(t)})}const EJ=z.lazy(async()=>{let e=!1,t,r;if(window.location.host)try{r=await yJ(),t=await r.status}catch{e=!0,t={isRunning:!1,tests:await Jx(),browsers:[]}}else e=!0,t={isRunning:!1,tests:await Jx(),browsers:[]};return{default(){return A.jsx(vJ,{api:r,initialState:{isReport:e,isRunning:t.isRunning,tests:GN(t.tests)}})}}}),CJ=hC(document.getElementById("root"));CJ.render(A.jsx(s.Suspense,{fallback:A.jsx(DJ,{}),children:A.jsx(EJ,{})}));
|