@epa-wg/custom-element-dist 0.0.32 → 0.0.33
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/.storybook/main.ts +3 -7
- package/.storybook/preview.ts +4 -6
- package/README.md +4 -4
- package/coverage/coverage-final.json +7 -18
- package/coverage/index.html +30 -30
- package/coverage/src/custom-element/coverage.svg +1 -1
- package/coverage/src/custom-element/custom-element.js/coverage.svg +1 -1
- package/coverage/src/custom-element/custom-element.js.html +579 -429
- package/coverage/src/custom-element/http-request.js/coverage.svg +1 -1
- package/coverage/src/custom-element/http-request.js.html +13 -13
- package/coverage/src/custom-element/index.html +29 -29
- package/coverage/src/custom-element/local-storage.js.html +1 -1
- package/coverage/src/custom-element/location-element.js.html +31 -31
- package/coverage/src/custom-element/module-url.js/coverage.svg +1 -1
- package/coverage/src/custom-element/module-url.js.html +20 -20
- package/coverage/src/index.html +1 -1
- package/coverage/src/mocks/handlers.ts.html +1 -1
- package/coverage/src/mocks/index.html +1 -1
- package/coverage/src/stories/coverage.svg +1 -1
- package/coverage/src/stories/{local-storage.test.stories.ts → frame.canvas.ts}/coverage.svg +1 -1
- package/coverage/src/stories/frame.canvas.ts.html +175 -0
- package/coverage/src/stories/http-request.stories.ts.html +1 -1
- package/coverage/src/stories/index.html +14 -179
- package/coverage/src/stories/testStoryBook.ts.html +8 -8
- package/coverage/src/sum.ts.html +1 -1
- package/dist/custom-element-6slVaFEs.cjs +97 -0
- package/dist/custom-element-WnOqmEOe.js +609 -0
- package/dist/custom-element-bundle.cjs +1 -1
- package/dist/custom-element-bundle.js +2 -2
- package/dist/demo/attributes.html +153 -0
- package/dist/demo/external-templates-sb-6.html +42 -0
- package/dist/demo/external-templates-sb-7.html +42 -0
- package/dist/demo/html-template.html +1 -1
- package/dist/demo/module-url-sb-2.html +46 -0
- package/dist/demo/module-url-sb-4.html +48 -0
- package/dist/demo/module-url-sb-5.html +53 -0
- package/dist/demo/s.xml +71 -8
- package/dist/demo/s.xslt +55 -31
- package/dist/demo/ss.html +13 -4
- package/dist/mockServiceWorker.js +31 -8
- package/package.json +25 -26
- package/public/demo/attributes.html +153 -0
- package/public/demo/external-templates-sb-6.html +42 -0
- package/public/demo/external-templates-sb-7.html +42 -0
- package/public/demo/html-template.html +1 -1
- package/public/demo/module-url-sb-2.html +46 -0
- package/public/demo/module-url-sb-4.html +48 -0
- package/public/demo/module-url-sb-5.html +53 -0
- package/public/demo/s.xml +71 -8
- package/public/demo/s.xslt +55 -31
- package/public/demo/ss.html +13 -4
- package/public/mockServiceWorker.js +31 -8
- package/src/custom-element/custom-element.d.ts +4 -0
- package/src/custom-element/custom-element.js +91 -41
- package/src/custom-element/demo/attributes.html +153 -0
- package/src/custom-element/demo/html-template.html +1 -1
- package/src/custom-element/demo/s.xml +71 -8
- package/src/custom-element/demo/s.xslt +55 -31
- package/src/custom-element/demo/ss.html +13 -4
- package/src/custom-element/ide/web-types-dce.json +1 -1
- package/src/custom-element/ide/web-types-xsl.json +1 -1
- package/src/custom-element/index.html +1 -1
- package/src/material/components/badge.html +240 -0
- package/src/material/components/dropdown.html +7 -12
- package/src/material/components/icon-link.html +1 -0
- package/src/material/components/icon.html +253 -0
- package/src/material/components/input.html +290 -82
- package/src/material/components/menu.html +7 -5
- package/src/material/components.html +48 -11
- package/src/material/theme/semantic.css +20 -1
- package/src/mocks/versions.mock.ts +1 -1
- package/src/stories/__screenshots__/attributes.test.stories.ts +1 -0
- package/src/stories/__screenshots__/external-template.test.stories.ts +1 -0
- package/src/stories/__screenshots__/module-url.test.stories.ts +1 -0
- package/src/stories/__screenshots__/stories.test.ts/attributes-Attributes-definition-1.png +0 -0
- package/src/stories/__screenshots__/stories.test.ts/attributes-Attributes-runtime-change-1.png +0 -0
- package/src/stories/__screenshots__/stories.test.ts/attributes-Instance-Attributes-1.png +0 -0
- package/src/stories/__screenshots__/stories.test.ts/attributes-Instance-Attributes-2.png +0 -0
- package/src/stories/__screenshots__/stories.test.ts/attributes-cloneAs-el-newTag--1.png +0 -0
- package/src/stories/__screenshots__/stories.test.ts/attributes-mergeAttr--from--to---1.png +0 -0
- package/src/stories/__screenshots__/stories.test.ts/attributes-mergeAttr--from--to---2.png +0 -0
- package/src/stories/__screenshots__/stories.test.ts/attributes-mergeAttr--from--to---3.png +0 -0
- package/src/stories/__screenshots__/stories.test.ts/attributes-mix-to-from--1.png +0 -0
- package/src/stories/__screenshots__/stories.test.ts/http-request-Attributes-definition-1.png +0 -0
- package/src/stories/__screenshots__/stories.test.ts/http-request-Attributes-runtime-change-1.png +0 -0
- package/src/stories/__screenshots__/stories.test.ts/http-request-Instance-Attributes-1.png +0 -0
- package/src/stories/__screenshots__/stories.test.ts/http-request-Instance-Attributes-2.png +0 -0
- package/src/stories/__screenshots__/stories.test.ts/http-request-cloneAs-el-newTag--1.png +0 -0
- package/src/stories/__screenshots__/stories.test.ts/http-request-http-request-headers-and-response-status-and-headers-1.png +0 -0
- package/src/stories/__screenshots__/stories.test.ts/http-request-http-request-with-delayed--5-seconds-response-1.png +0 -0
- package/src/stories/__screenshots__/stories.test.ts/http-request-http-request-with-error-1.png +0 -0
- package/src/stories/__screenshots__/stories.test.ts/http-request-mergeAttr--from--to---1.png +0 -0
- package/src/stories/__screenshots__/stories.test.ts/http-request-mergeAttr--from--to---2.png +0 -0
- package/src/stories/__screenshots__/stories.test.ts/http-request-mergeAttr--from--to---3.png +0 -0
- package/src/stories/__screenshots__/stories.test.ts/http-request-mix-to-from--1.png +0 -0
- package/src/stories/__screenshots__/stories.test.ts/http-request-url-and-slice-1.png +0 -0
- package/src/stories/__screenshots__/stories.test.ts/http-request-url-change-1.png +0 -0
- package/src/stories/attributes.test.stories.ts +83 -17
- package/src/stories/external-template.test.stories.ts +16 -14
- package/src/stories/frame.canvas.ts +31 -0
- package/src/stories/module-url.test.stories.ts +29 -61
- package/storybook-static/assets/Color-F6OSRLHC-Cbp293x2.js +1 -0
- package/storybook-static/assets/Configure-BrFr4SLE.js +165 -0
- package/storybook-static/assets/DocsRenderer-CFRXHY34-DhHzJiIO.js +2 -0
- package/storybook-static/assets/attributes.test.stories-CzWkKw0e.js +1 -0
- package/storybook-static/assets/{attributes.test.stories-D1X6EBrd.js → attributes.test.stories-Gg9LQTEK.js} +109 -38
- package/storybook-static/assets/{css.test.stories-Cp_g2hE1.js → css.test.stories-B_3ltOrx.js} +1 -1
- package/storybook-static/assets/custom-element-CPnvJnn8.js +97 -0
- package/storybook-static/assets/{dom-merge.test.stories-hbpdCka0.js → dom-merge.test.stories-nQxcgLoM.js} +1 -1
- package/storybook-static/assets/entry-preview-docs-Dwczwtsc.js +2 -0
- package/storybook-static/assets/external-template.test.stories-BivZqBTp.js +1 -0
- package/storybook-static/assets/{external-template.test.stories-BK89h6sk.js → external-template.test.stories-DZ-rjnfd.js} +38 -40
- package/storybook-static/assets/{form.test.stories-BfoLe_rw.js → form.test.stories-DQhPYtMj.js} +1 -1
- package/storybook-static/assets/frame.canvas-ClTqYyMN.js +1 -0
- package/storybook-static/assets/{handlers-yVPwH_Nz.js → handlers-CLkps6Nz.js} +17 -14
- package/storybook-static/assets/{http-request.stories-CBFJS2Ws.js → http-request.stories-jo0f73nw.js} +1 -1
- package/storybook-static/assets/iframe-CZwRpnn9.js +199 -0
- package/storybook-static/assets/index-B68YUdzy.js +621 -0
- package/storybook-static/assets/index-BwkS7JH_.js +8 -0
- package/storybook-static/assets/index-CJQtnF9V.js +1 -0
- package/storybook-static/assets/index-Dr4PwNfd.js +240 -0
- package/storybook-static/assets/{local-storage.test.stories-C0Yzy6Am.js → local-storage.test.stories-uA5EKRPf.js} +1 -1
- package/storybook-static/assets/{location-element.test.stories-DNFrEu5A.js → location-element.test.stories-Cu-6Elcg.js} +1 -1
- package/storybook-static/assets/module-url.test.stories-CD_wusXQ.js +142 -0
- package/storybook-static/assets/module-url.test.stories-CTjUAk3J.js +1 -0
- package/storybook-static/assets/preview-1xJJ3sKE.js +1 -0
- package/storybook-static/assets/preview-BFlNN3Wj.js +1 -0
- package/storybook-static/assets/preview-CTOeX_lO.js +1 -0
- package/storybook-static/assets/preview-Cm4PPhHS.js +50 -0
- package/storybook-static/assets/preview-CuCH40jj.js +2 -0
- package/storybook-static/assets/preview-DfTudP20.js +1 -0
- package/storybook-static/assets/{set-url.test.stories-BBfLxv2u.js → set-url.test.stories-CY7B9BVZ.js} +1 -1
- package/storybook-static/assets/{slice-events.test.stories-HcXF8XQI.js → slice-events.test.stories-BVnPXm6e.js} +1 -1
- package/storybook-static/assets/{slots.test.stories-i6mnIFM2.js → slots.test.stories-Dxsa9KdA.js} +1 -1
- package/storybook-static/assets/{version-select.test.stories-BsUFH6Va.js → version-select.test.stories-Buga1PAa.js} +1 -1
- package/storybook-static/demo/attributes.html +153 -0
- package/storybook-static/demo/external-templates-sb-6.html +42 -0
- package/storybook-static/demo/external-templates-sb-7.html +42 -0
- package/storybook-static/demo/html-template.html +1 -1
- package/storybook-static/demo/module-url-sb-2.html +46 -0
- package/storybook-static/demo/module-url-sb-4.html +48 -0
- package/storybook-static/demo/module-url-sb-5.html +53 -0
- package/storybook-static/demo/s.xml +71 -8
- package/storybook-static/demo/s.xslt +55 -31
- package/storybook-static/demo/ss.html +13 -4
- package/storybook-static/iframe.html +1 -1
- package/storybook-static/index.html +6 -10
- package/storybook-static/index.json +1 -1
- package/storybook-static/mockServiceWorker.js +31 -8
- package/storybook-static/project.json +1 -1
- package/storybook-static/sb-addons/essentials-actions-2/manager-bundle.js +3 -0
- package/storybook-static/sb-addons/essentials-backgrounds-4/manager-bundle.js +8 -8
- package/storybook-static/sb-addons/essentials-controls-1/manager-bundle.js +391 -0
- package/storybook-static/sb-addons/essentials-docs-3/manager-bundle.js +230 -0
- package/storybook-static/sb-addons/essentials-measure-7/manager-bundle.js +1 -1
- package/storybook-static/sb-addons/essentials-outline-8/manager-bundle.js +1 -1
- package/storybook-static/sb-addons/essentials-toolbars-6/manager-bundle.js +1 -1
- package/storybook-static/sb-addons/essentials-viewport-5/manager-bundle.js +1 -1
- package/storybook-static/sb-addons/interactions-9/manager-bundle.js +58 -58
- package/storybook-static/sb-manager/globals-module-info.js +9 -0
- package/storybook-static/sb-manager/globals-runtime.js +10719 -10473
- package/storybook-static/sb-manager/runtime.js +4944 -6321
- package/coverage/src/stories/attributes.test.stories.ts/coverage.svg +0 -10
- package/coverage/src/stories/attributes.test.stories.ts.html +0 -814
- package/coverage/src/stories/css.test.stories.ts/coverage.svg +0 -10
- package/coverage/src/stories/css.test.stories.ts.html +0 -460
- package/coverage/src/stories/dom-merge.test.stories.ts/coverage.svg +0 -10
- package/coverage/src/stories/dom-merge.test.stories.ts.html +0 -706
- package/coverage/src/stories/external-template.test.stories.ts/coverage.svg +0 -10
- package/coverage/src/stories/external-template.test.stories.ts.html +0 -865
- package/coverage/src/stories/form.test.stories.ts/coverage.svg +0 -10
- package/coverage/src/stories/form.test.stories.ts.html +0 -661
- package/coverage/src/stories/local-storage.test.stories.ts.html +0 -1315
- package/coverage/src/stories/location-element.test.stories.ts/coverage.svg +0 -10
- package/coverage/src/stories/location-element.test.stories.ts.html +0 -523
- package/coverage/src/stories/module-url.test.stories.ts/coverage.svg +0 -10
- package/coverage/src/stories/module-url.test.stories.ts.html +0 -640
- package/coverage/src/stories/set-url.test.stories.ts/coverage.svg +0 -10
- package/coverage/src/stories/set-url.test.stories.ts.html +0 -433
- package/coverage/src/stories/slice-events.test.stories.ts/coverage.svg +0 -10
- package/coverage/src/stories/slice-events.test.stories.ts.html +0 -952
- package/coverage/src/stories/slots.test.stories.ts/coverage.svg +0 -10
- package/coverage/src/stories/slots.test.stories.ts.html +0 -742
- package/coverage/src/stories/version-select.test.stories.ts/coverage.svg +0 -10
- package/coverage/src/stories/version-select.test.stories.ts.html +0 -397
- package/dist/custom-element-D2wf_rqP.js +0 -576
- package/dist/custom-element-Dtzhbjkc.cjs +0 -97
- package/storybook-static/assets/Color-F6OSRLHC-BU3iy8jH.js +0 -1
- package/storybook-static/assets/Configure-DN6ifayP.js +0 -165
- package/storybook-static/assets/DocsRenderer-CFRXHY34-BaVEufDj.js +0 -2
- package/storybook-static/assets/custom-element-uuAtIYWS.js +0 -97
- package/storybook-static/assets/entry-preview-docs-BbcIMweR.js +0 -2
- package/storybook-static/assets/iframe-CJEL_4Nu.js +0 -2
- package/storybook-static/assets/index-BcZLpTeD.js +0 -8
- package/storybook-static/assets/index-CxRwF5Or.js +0 -234
- package/storybook-static/assets/index-D-8MO0q_.js +0 -1
- package/storybook-static/assets/index-D5fBh-7N.js +0 -1
- package/storybook-static/assets/index-DM-KBPdl.js +0 -1
- package/storybook-static/assets/index-RSFf30w1.js +0 -1
- package/storybook-static/assets/index-SnjB5uV8.js +0 -769
- package/storybook-static/assets/module-url.test.stories-CXibF5Ta.js +0 -208
- package/storybook-static/assets/preview-BhhEZcNS.js +0 -1
- package/storybook-static/assets/preview-Bnd0XhaF.js +0 -52
- package/storybook-static/assets/preview-CNKoaWES.js +0 -1
- package/storybook-static/assets/preview-DAeyCMnM.js +0 -1
- package/storybook-static/assets/preview-DHPc-V4N.js +0 -1
- package/storybook-static/assets/preview-DJMlNTk8.js +0 -2
- package/storybook-static/assets/preview-DYzi3Z2p.js +0 -1
- package/storybook-static/sb-addons/chromatic-com-storybook-10/manager-bundle.js +0 -333
- package/storybook-static/sb-addons/chromatic-com-storybook-10/manager-bundle.js.LEGAL.txt +0 -40
- package/storybook-static/sb-addons/essentials-actions-3/manager-bundle.js +0 -3
- package/storybook-static/sb-addons/essentials-controls-2/manager-bundle.js +0 -391
- package/storybook-static/sb-addons/links-1/manager-bundle.js +0 -3
- package/storybook-static/sb-preview/globals.js +0 -33
- package/storybook-static/sb-preview/runtime.js +0 -7174
- package/test-runner-jest.config.js +0 -15
- /package/storybook-static/sb-addons/{essentials-actions-3 → essentials-actions-2}/manager-bundle.js.LEGAL.txt +0 -0
- /package/storybook-static/sb-addons/{essentials-controls-2 → essentials-controls-1}/manager-bundle.js.LEGAL.txt +0 -0
- /package/storybook-static/sb-addons/{links-1 → essentials-docs-3}/manager-bundle.js.LEGAL.txt +0 -0
|
@@ -1,769 +0,0 @@
|
|
|
1
|
-
const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["./index-DM-KBPdl.js","./iframe-CJEL_4Nu.js","./index-BcZLpTeD.js","./index-D-8MO0q_.js","./index-DrFu-skq.js","./Color-F6OSRLHC-BU3iy8jH.js"])))=>i.map(i=>d[i]);
|
|
2
|
-
import{_ as PE}from"./iframe-CJEL_4Nu.js";import{a as NE,y as Jy,g as G1}from"./index-BcZLpTeD.js";import{O as HE,P as qI}from"./index-D-8MO0q_.js";import{d as GI}from"./index-DrFu-skq.js";var jE={exports:{}},Dd={},VE={exports:{}},te={};/**
|
|
3
|
-
* @license React
|
|
4
|
-
* react.production.min.js
|
|
5
|
-
*
|
|
6
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
7
|
-
*
|
|
8
|
-
* This source code is licensed under the MIT license found in the
|
|
9
|
-
* LICENSE file in the root directory of this source tree.
|
|
10
|
-
*/var ru=Symbol.for("react.element"),KI=Symbol.for("react.portal"),YI=Symbol.for("react.fragment"),ZI=Symbol.for("react.strict_mode"),XI=Symbol.for("react.profiler"),JI=Symbol.for("react.provider"),QI=Symbol.for("react.context"),ez=Symbol.for("react.forward_ref"),tz=Symbol.for("react.suspense"),rz=Symbol.for("react.memo"),nz=Symbol.for("react.lazy"),Qy=Symbol.iterator;function oz(e){return e===null||typeof e!="object"?null:(e=Qy&&e[Qy]||e["@@iterator"],typeof e=="function"?e:null)}var UE={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},WE=Object.assign,qE={};function Gl(e,t,r){this.props=e,this.context=t,this.refs=qE,this.updater=r||UE}Gl.prototype.isReactComponent={};Gl.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")};Gl.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")};function GE(){}GE.prototype=Gl.prototype;function N5(e,t,r){this.props=e,this.context=t,this.refs=qE,this.updater=r||UE}var H5=N5.prototype=new GE;H5.constructor=N5;WE(H5,Gl.prototype);H5.isPureReactComponent=!0;var e4=Array.isArray,KE=Object.prototype.hasOwnProperty,j5={current:null},YE={key:!0,ref:!0,__self:!0,__source:!0};function ZE(e,t,r){var n,o={},a=null,l=null;if(t!=null)for(n in t.ref!==void 0&&(l=t.ref),t.key!==void 0&&(a=""+t.key),t)KE.call(t,n)&&!YE.hasOwnProperty(n)&&(o[n]=t[n]);var i=arguments.length-2;if(i===1)o.children=r;else if(1<i){for(var u=Array(i),d=0;d<i;d++)u[d]=arguments[d+2];o.children=u}if(e&&e.defaultProps)for(n in i=e.defaultProps,i)o[n]===void 0&&(o[n]=i[n]);return{$$typeof:ru,type:e,key:a,ref:l,props:o,_owner:j5.current}}function az(e,t){return{$$typeof:ru,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}function V5(e){return typeof e=="object"&&e!==null&&e.$$typeof===ru}function lz(e){var t={"=":"=0",":":"=2"};return"$"+e.replace(/[=:]/g,function(r){return t[r]})}var t4=/\/+/g;function K1(e,t){return typeof e=="object"&&e!==null&&e.key!=null?lz(""+e.key):t.toString(36)}function Fc(e,t,r,n,o){var a=typeof e;(a==="undefined"||a==="boolean")&&(e=null);var l=!1;if(e===null)l=!0;else switch(a){case"string":case"number":l=!0;break;case"object":switch(e.$$typeof){case ru:case KI:l=!0}}if(l)return l=e,o=o(l),e=n===""?"."+K1(l,0):n,e4(o)?(r="",e!=null&&(r=e.replace(t4,"$&/")+"/"),Fc(o,t,r,"",function(d){return d})):o!=null&&(V5(o)&&(o=az(o,r+(!o.key||l&&l.key===o.key?"":(""+o.key).replace(t4,"$&/")+"/")+e)),t.push(o)),1;if(l=0,n=n===""?".":n+":",e4(e))for(var i=0;i<e.length;i++){a=e[i];var u=n+K1(a,i);l+=Fc(a,t,r,u,o)}else if(u=oz(e),typeof u=="function")for(e=u.call(e),i=0;!(a=e.next()).done;)a=a.value,u=n+K1(a,i++),l+=Fc(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 l}function Bu(e,t,r){if(e==null)return e;var n=[],o=0;return Fc(e,n,"","",function(a){return t.call(r,a,o++)}),n}function iz(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 ct={current:null},Rc={transition:null},sz={ReactCurrentDispatcher:ct,ReactCurrentBatchConfig:Rc,ReactCurrentOwner:j5};function XE(){throw Error("act(...) is not supported in production builds of React.")}te.Children={map:Bu,forEach:function(e,t,r){Bu(e,function(){t.apply(this,arguments)},r)},count:function(e){var t=0;return Bu(e,function(){t++}),t},toArray:function(e){return Bu(e,function(t){return t})||[]},only:function(e){if(!V5(e))throw Error("React.Children.only expected to receive a single React element child.");return e}};te.Component=Gl;te.Fragment=YI;te.Profiler=XI;te.PureComponent=N5;te.StrictMode=ZI;te.Suspense=tz;te.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=sz;te.act=XE;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=WE({},e.props),o=e.key,a=e.ref,l=e._owner;if(t!=null){if(t.ref!==void 0&&(a=t.ref,l=j5.current),t.key!==void 0&&(o=""+t.key),e.type&&e.type.defaultProps)var i=e.type.defaultProps;for(u in t)KE.call(t,u)&&!YE.hasOwnProperty(u)&&(n[u]=t[u]===void 0&&i!==void 0?i[u]:t[u])}var u=arguments.length-2;if(u===1)n.children=r;else if(1<u){i=Array(u);for(var d=0;d<u;d++)i[d]=arguments[d+2];n.children=i}return{$$typeof:ru,type:e.type,key:o,ref:a,props:n,_owner:l}};te.createContext=function(e){return e={$$typeof:QI,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null,_defaultValue:null,_globalName:null},e.Provider={$$typeof:JI,_context:e},e.Consumer=e};te.createElement=ZE;te.createFactory=function(e){var t=ZE.bind(null,e);return t.type=e,t};te.createRef=function(){return{current:null}};te.forwardRef=function(e){return{$$typeof:ez,render:e}};te.isValidElement=V5;te.lazy=function(e){return{$$typeof:nz,_payload:{_status:-1,_result:e},_init:iz}};te.memo=function(e,t){return{$$typeof:rz,type:e,compare:t===void 0?null:t}};te.startTransition=function(e){var t=Rc.transition;Rc.transition={};try{e()}finally{Rc.transition=t}};te.unstable_act=XE;te.useCallback=function(e,t){return ct.current.useCallback(e,t)};te.useContext=function(e){return ct.current.useContext(e)};te.useDebugValue=function(){};te.useDeferredValue=function(e){return ct.current.useDeferredValue(e)};te.useEffect=function(e,t){return ct.current.useEffect(e,t)};te.useId=function(){return ct.current.useId()};te.useImperativeHandle=function(e,t,r){return ct.current.useImperativeHandle(e,t,r)};te.useInsertionEffect=function(e,t){return ct.current.useInsertionEffect(e,t)};te.useLayoutEffect=function(e,t){return ct.current.useLayoutEffect(e,t)};te.useMemo=function(e,t){return ct.current.useMemo(e,t)};te.useReducer=function(e,t,r){return ct.current.useReducer(e,t,r)};te.useRef=function(e){return ct.current.useRef(e)};te.useState=function(e){return ct.current.useState(e)};te.useSyncExternalStore=function(e,t,r){return ct.current.useSyncExternalStore(e,t,r)};te.useTransition=function(){return ct.current.useTransition()};te.version="18.3.1";VE.exports=te;var s=VE.exports;const w=NE(s);/**
|
|
11
|
-
* @license React
|
|
12
|
-
* react-jsx-runtime.production.min.js
|
|
13
|
-
*
|
|
14
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
15
|
-
*
|
|
16
|
-
* This source code is licensed under the MIT license found in the
|
|
17
|
-
* LICENSE file in the root directory of this source tree.
|
|
18
|
-
*/var uz=s,cz=Symbol.for("react.element"),dz=Symbol.for("react.fragment"),pz=Object.prototype.hasOwnProperty,fz=uz.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,hz={key:!0,ref:!0,__self:!0,__source:!0};function JE(e,t,r){var n,o={},a=null,l=null;r!==void 0&&(a=""+r),t.key!==void 0&&(a=""+t.key),t.ref!==void 0&&(l=t.ref);for(n in t)pz.call(t,n)&&!hz.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:cz,type:e,key:a,ref:l,props:o,_owner:fz.current}}Dd.Fragment=dz;Dd.jsx=JE;Dd.jsxs=JE;jE.exports=Dd;var ne=jE.exports,mz=Object.create,QE=Object.defineProperty,gz=Object.getOwnPropertyDescriptor,ex=Object.getOwnPropertyNames,vz=Object.getPrototypeOf,yz=Object.prototype.hasOwnProperty,$u=(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')}),ua=(e,t)=>function(){return t||(0,e[ex(e)[0]])((t={exports:{}}).exports,t),t.exports},wz=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of ex(t))!yz.call(e,o)&&o!==r&&QE(e,o,{get:()=>t[o],enumerable:!(n=gz(t,o))||n.enumerable});return e},U5=(e,t,r)=>(r=e!=null?mz(vz(e)):{},wz(t||!e||!e.__esModule?QE(r,"default",{value:e,enumerable:!0}):r,e));function bz(e,t,{signal:r,edges:n}={}){let o,a=null,l=n!=null&&n.includes("leading"),i=n==null||n.includes("trailing"),u=()=>{a!==null&&(e.apply(o,a),o=void 0,a=null)},d=()=>{i&&u(),f()},p=null,m=()=>{p!=null&&clearTimeout(p),p=setTimeout(()=>{p=null,d()},t)},h=()=>{p!==null&&(clearTimeout(p),p=null)},f=()=>{h(),o=void 0,a=null},v=()=>{h(),u()},g=function(...C){if(r?.aborted)return;o=this,a=C;let b=p==null;m(),l&&b&&u()};return g.schedule=m,g.cancel=f,g.flush=v,r?.addEventListener("abort",f,{once:!0}),g}function $te(e,t=0,r={}){typeof r!="object"&&(r={});let{signal:n,leading:o=!1,trailing:a=!0,maxWait:l}=r,i=Array(2);o&&(i[0]="leading"),a&&(i[1]="trailing");let u,d=null,p=bz(function(...f){u=e.apply(this,f),d=null},t,{signal:n,edges:i}),m=function(...f){if(l!=null){if(d===null)d=Date.now();else if(Date.now()-d>=l)return u=e.apply(this,f),d=Date.now(),p.cancel(),p.schedule(),u}return p.apply(this,f),u},h=()=>(p.flush(),u);return m.cancel=p.cancel,m.flush=h,m}function Ez(e){return Array.from(new Set(e))}function xz(e,t){let r={},n=Object.entries(e);for(let o=0;o<n.length;o++){let[a,l]=n[o];t(l,a)&&(r[a]=l)}return r}function Cz(e){return ArrayBuffer.isView(e)&&!(e instanceof DataView)}function Dz(e){return e==null||typeof e!="object"&&typeof e!="function"}function r4(e){return ja(e)}function ja(e,t=new Map){if(Dz(e))return e;if(t.has(e))return t.get(e);if(Array.isArray(e)){let r=new Array(e.length);t.set(e,r);for(let n=0;n<e.length;n++)r[n]=ja(e[n],t);return Object.prototype.hasOwnProperty.call(e,"index")&&(r.index=e.index),Object.prototype.hasOwnProperty.call(e,"input")&&(r.input=e.input),r}if(e instanceof Date)return new Date(e.getTime());if(e instanceof RegExp){let r=new RegExp(e.source,e.flags);return r.lastIndex=e.lastIndex,r}if(e instanceof Map){let r=new Map;t.set(e,r);for(let[n,o]of e.entries())r.set(n,ja(o,t));return r}if(e instanceof Set){let r=new Set;t.set(e,r);for(let n of e.values())r.add(ja(n,t));return r}if(typeof Buffer<"u"&&Buffer.isBuffer(e))return e.subarray();if(Cz(e)){let r=new(Object.getPrototypeOf(e)).constructor(e.length);t.set(e,r);for(let n=0;n<e.length;n++)r[n]=ja(e[n],t);return r}if(e instanceof ArrayBuffer||typeof SharedArrayBuffer<"u"&&e instanceof SharedArrayBuffer)return e.slice(0);if(e instanceof DataView){let r=new DataView(e.buffer.slice(0),e.byteOffset,e.byteLength);return t.set(e,r),$o(r,e,t),r}if(typeof File<"u"&&e instanceof File){let r=new File([e],e.name,{type:e.type});return t.set(e,r),$o(r,e,t),r}if(e instanceof Blob){let r=new Blob([e],{type:e.type});return t.set(e,r),$o(r,e,t),r}if(e instanceof Error){let r=new e.constructor;return t.set(e,r),r.message=e.message,r.name=e.name,r.stack=e.stack,r.cause=e.cause,$o(r,e,t),r}if(typeof e=="object"&&e!==null){let r={};return t.set(e,r),$o(r,e,t),r}return e}function $o(e,t,r){let n=Object.keys(t);for(let o=0;o<n.length;o++){let a=n[o],l=Object.getOwnPropertyDescriptor(t,a);(l?.writable||l?.set)&&(e[a]=ja(t[a],r))}}var Sz="[object String]",kz="[object Number]",Az="[object Boolean]",_z="[object Arguments]";function Fz(e){if(typeof e!="object")return r4(e);switch(Object.prototype.toString.call(e)){case kz:case Sz:case Az:{let t=new e.constructor(e?.valueOf());return $o(t,e),t}case _z:{let t={};return $o(t,e),t.length=e.length,t[Symbol.iterator]=e[Symbol.iterator],t}default:return r4(e)}}var vr=e=>`control-${e.replace(/\s+/g,"-")}`,Sd=e=>`set-${e.replace(/\s+/g,"-")}`,Rz=Object.create,W5=Object.defineProperty,Tz=Object.getOwnPropertyDescriptor,Iz=Object.getOwnPropertyNames,zz=Object.getPrototypeOf,Bz=Object.prototype.hasOwnProperty,T=(e,t)=>W5(e,"name",{value:t,configurable:!0}),Lu=(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')}),kd=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),$z=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of Iz(t))!Bz.call(e,o)&&o!==r&&W5(e,o,{get:()=>t[o],enumerable:!(n=Tz(t,o))||n.enumerable});return e},q5=(e,t,r)=>(r=e!=null?Rz(zz(e)):{},$z(t||!e||!e.__esModule?W5(r,"default",{value:e,enumerable:!0}):r,e)),Lz=kd(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,l=t?Symbol.for("react.profiler"):60114,i=t?Symbol.for("react.provider"):60109,u=t?Symbol.for("react.context"):60110,d=t?Symbol.for("react.async_mode"):60111,p=t?Symbol.for("react.concurrent_mode"):60111,m=t?Symbol.for("react.forward_ref"):60112,h=t?Symbol.for("react.suspense"):60113,f=t?Symbol.for("react.suspense_list"):60120,v=t?Symbol.for("react.memo"):60115,g=t?Symbol.for("react.lazy"):60116,C=t?Symbol.for("react.block"):60121,b=t?Symbol.for("react.fundamental"):60117,y=t?Symbol.for("react.responder"):60118,E=t?Symbol.for("react.scope"):60119;function x(W){return typeof W=="string"||typeof W=="function"||W===o||W===p||W===l||W===a||W===h||W===f||typeof W=="object"&&W!==null&&(W.$$typeof===g||W.$$typeof===v||W.$$typeof===i||W.$$typeof===u||W.$$typeof===m||W.$$typeof===b||W.$$typeof===y||W.$$typeof===E||W.$$typeof===C)}T(x,"isValidElementType");function D(W){if(typeof W=="object"&&W!==null){var Yt=W.$$typeof;switch(Yt){case r:var Cr=W.type;switch(Cr){case d:case p:case o:case l:case a:case h:return Cr;default:var bo=Cr&&Cr.$$typeof;switch(bo){case u:case m:case g:case v:case i:return bo;default:return Yt}}case n:return Yt}}}T(D,"typeOf");var S=d,k=p,A=u,_=i,R=r,I=m,$=o,L=g,N=v,M=n,j=l,q=a,B=h,P=!1;function H(W){return P||(P=!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)||D(W)===d}T(H,"isAsyncMode");function G(W){return D(W)===p}T(G,"isConcurrentMode");function Z(W){return D(W)===u}T(Z,"isContextConsumer");function Q(W){return D(W)===i}T(Q,"isContextProvider");function ie(W){return typeof W=="object"&&W!==null&&W.$$typeof===r}T(ie,"isElement");function U(W){return D(W)===m}T(U,"isForwardRef");function X(W){return D(W)===o}T(X,"isFragment");function re(W){return D(W)===g}T(re,"isLazy");function _e(W){return D(W)===v}T(_e,"isMemo");function qe(W){return D(W)===n}T(qe,"isPortal");function xr(W){return D(W)===l}T(xr,"isProfiler");function xt(W){return D(W)===a}T(xt,"isStrictMode");function Kt(W){return D(W)===h}T(Kt,"isSuspense"),e.AsyncMode=S,e.ConcurrentMode=k,e.ContextConsumer=A,e.ContextProvider=_,e.Element=R,e.ForwardRef=I,e.Fragment=$,e.Lazy=L,e.Memo=N,e.Portal=M,e.Profiler=j,e.StrictMode=q,e.Suspense=B,e.isAsyncMode=H,e.isConcurrentMode=G,e.isContextConsumer=Z,e.isContextProvider=Q,e.isElement=ie,e.isForwardRef=U,e.isFragment=X,e.isLazy=re,e.isMemo=_e,e.isPortal=qe,e.isProfiler=xr,e.isStrictMode=xt,e.isSuspense=Kt,e.isValidElementType=x,e.typeOf=D})()}),Oz=kd((e,t)=>{t.exports=Lz()}),tx=kd((e,t)=>{var r=Oz(),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},l={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},i={};i[r.ForwardRef]=a,i[r.Memo]=l;function u(C){return r.isMemo(C)?l:i[C.$$typeof]||n}T(u,"getStatics");var d=Object.defineProperty,p=Object.getOwnPropertyNames,m=Object.getOwnPropertySymbols,h=Object.getOwnPropertyDescriptor,f=Object.getPrototypeOf,v=Object.prototype;function g(C,b,y){if(typeof b!="string"){if(v){var E=f(b);E&&E!==v&&g(C,E,y)}var x=p(b);m&&(x=x.concat(m(b)));for(var D=u(C),S=u(b),k=0;k<x.length;++k){var A=x[k];if(!o[A]&&!(y&&y[A])&&!(S&&S[A])&&!(D&&D[A])){var _=h(b,A);try{d(C,A,_)}catch{}}}}return C}T(g,"hoistNonReactStatics"),t.exports=g}),Mz=kd((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 T(function r(n,o,a){function l(d,p){if(!o[d]){if(!n[d]){var m=typeof Lu=="function"&&Lu;if(!p&&m)return m(d,!0);if(i)return i(d,!0);var h=new Error("Cannot find module '"+d+"'");throw h.code="MODULE_NOT_FOUND",h}var f=o[d]={exports:{}};n[d][0].call(f.exports,function(v){var g=n[d][1][v];return l(g||v)},f,f.exports,r,n,o,a)}return o[d].exports}T(l,"s");for(var i=typeof Lu=="function"&&Lu,u=0;u<a.length;u++)l(a[u]);return l},"e")({1:[function(r,n,o){n.exports=function(a){if(typeof Map!="function"||a){var l=r("./similar");return new l}else return new Map}},{"./similar":2}],2:[function(r,n,o){function a(){return this.list=[],this.lastItem=void 0,this.size=0,this}T(a,"Similar"),a.prototype.get=function(l){var i;if(this.lastItem&&this.isEqual(this.lastItem.key,l))return this.lastItem.val;if(i=this.indexOf(l),i>=0)return this.lastItem=this.list[i],this.list[i].val},a.prototype.set=function(l,i){var u;return this.lastItem&&this.isEqual(this.lastItem.key,l)?(this.lastItem.val=i,this):(u=this.indexOf(l),u>=0?(this.lastItem=this.list[u],this.list[u].val=i,this):(this.lastItem={key:l,val:i},this.list.push(this.lastItem),this.size++,this))},a.prototype.delete=function(l){var i;if(this.lastItem&&this.isEqual(this.lastItem.key,l)&&(this.lastItem=void 0),i=this.indexOf(l),i>=0)return this.size--,this.list.splice(i,1)[0]},a.prototype.has=function(l){var i;return this.lastItem&&this.isEqual(this.lastItem.key,l)?!0:(i=this.indexOf(l),i>=0?(this.lastItem=this.list[i],!0):!1)},a.prototype.forEach=function(l,i){var u;for(u=0;u<this.size;u++)l.call(i||this,this.list[u].val,this.list[u].key,this)},a.prototype.indexOf=function(l){var i;for(i=0;i<this.size;i++)if(this.isEqual(this.list[i].key,l))return i;return-1},a.prototype.isEqual=function(l,i){return l===i||l!==l&&i!==i},n.exports=a},{}],3:[function(r,n,o){var a=r("map-or-similar");n.exports=function(d){var p=new a(!1),m=[];return function(h){var f=T(function(){var v=p,g,C,b=arguments.length-1,y=Array(b+1),E=!0,x;if((f.numArgs||f.numArgs===0)&&f.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(y[x]={cacheItem:v,arg:arguments[x]},v.has(arguments[x])){v=v.get(arguments[x]);continue}E=!1,g=new a(!1),v.set(arguments[x],g),v=g}return E&&(v.has(arguments[b])?C=v.get(arguments[b]):E=!1),E||(C=h.apply(null,arguments),v.set(arguments[b],C)),d>0&&(y[b]={cacheItem:v,arg:arguments[b]},E?l(m,y):m.push(y),m.length>d&&i(m.shift())),f.wasMemoized=E,f.numArgs=b+1,C},"memoizerific");return f.limit=d,f.wasMemoized=!1,f.cache=p,f.lru=m,f}};function l(d,p){var m=d.length,h=p.length,f,v,g;for(v=0;v<m;v++){for(f=!0,g=0;g<h;g++)if(!u(d[v][g].arg,p[g].arg)){f=!1;break}if(f)break}d.push(d.splice(v,1)[0])}T(l,"moveToMostRecentLru");function i(d){var p=d.length,m=d[p-1],h,f;for(m.cacheItem.delete(m.arg),f=p-2;f>=0&&(m=d[f],h=m.cacheItem.get(m.arg),!h||!h.size);f--)m.cacheItem.delete(m.arg)}T(i,"removeCachedResult");function u(d,p){return d===p||d!==d&&p!==p}T(u,"isEqual")},{"map-or-similar":1}]},{},[3])(3)})});function Wr(){return Wr=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},Wr.apply(null,arguments)}T(Wr,"_extends");function G5(e){var t=Object.create(null);return function(r){return t[r]===void 0&&(t[r]=e(r)),t[r]}}T(G5,"memoize");var Pz=/^((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)-.*))$/,K5=G5(function(e){return Pz.test(e)||e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)<91});function rx(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]}T(rx,"sheetForTag");function nx(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}T(nx,"createStyleElement");var Nz=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}T(e,"StyleSheet");var t=e.prototype;return t.hydrate=T(function(r){r.forEach(this._insertTag)},"hydrate"),t.insert=T(function(r){this.ctr%(this.isSpeedy?65e3:1)===0&&this._insertTag(nx(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:
|
|
19
|
-
`+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=rx(n);try{a.insertRule(r,a.cssRules.length)}catch(l){/:(-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+'"',l)}}else n.appendChild(document.createTextNode(r));this.ctr++},"insert"),t.flush=T(function(){this.tags.forEach(function(r){return r.parentNode&&r.parentNode.removeChild(r)}),this.tags=[],this.ctr=0,this._alreadyInsertedOrderInsensitiveRule=!1},"flush"),e}(),Qe="-ms-",u0="-moz-",se="-webkit-",Y5="comm",Z5="rule",X5="decl",Hz="@import",ox="@keyframes",jz="@layer",Vz=Math.abs,Ad=String.fromCharCode,Uz=Object.assign;function ax(e,t){return Me(e,0)^45?(((t<<2^Me(e,0))<<2^Me(e,1))<<2^Me(e,2))<<2^Me(e,3):0}T(ax,"hash");function J5(e){return e.trim()}T(J5,"trim");function lx(e,t){return(e=t.exec(e))?e[0]:e}T(lx,"match");function le(e,t,r){return e.replace(t,r)}T(le,"replace");function c0(e,t){return e.indexOf(t)}T(c0,"indexof");function Me(e,t){return e.charCodeAt(t)|0}T(Me,"charat");function bl(e,t,r){return e.slice(t,r)}T(bl,"substr");function nr(e){return e.length}T(nr,"strlen");function _d(e){return e.length}T(_d,"sizeof");function Mi(e,t){return t.push(e),e}T(Mi,"append");function ix(e,t){return e.map(t).join("")}T(ix,"combine");var Fd=1,El=1,sx=0,bt=0,Se=0,Kl="";function nu(e,t,r,n,o,a,l){return{value:e,root:t,parent:r,type:n,props:o,children:a,line:Fd,column:El,length:l,return:""}}T(nu,"node");function $a(e,t){return Uz(nu("",null,null,"",null,null,0),e,{length:-e.length},t)}T($a,"copy");function ux(){return Se}T(ux,"char");function cx(){return Se=bt>0?Me(Kl,--bt):0,El--,Se===10&&(El=1,Fd--),Se}T(cx,"prev");function ht(){return Se=bt<sx?Me(Kl,bt++):0,El++,Se===10&&(El=1,Fd++),Se}T(ht,"next");function sr(){return Me(Kl,bt)}T(sr,"peek");function es(){return bt}T(es,"caret");function Yl(e,t){return bl(Kl,e,t)}T(Yl,"slice");function xl(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}T(xl,"token");function Q5(e){return Fd=El=1,sx=nr(Kl=e),bt=0,[]}T(Q5,"alloc");function e2(e){return Kl="",e}T(e2,"dealloc");function ts(e){return J5(Yl(bt-1,d0(e===91?e+2:e===40?e+1:e)))}T(ts,"delimit");function dx(e){for(;(Se=sr())&&Se<33;)ht();return xl(e)>2||xl(Se)>3?"":" "}T(dx,"whitespace");function px(e,t){for(;--t&&ht()&&!(Se<48||Se>102||Se>57&&Se<65||Se>70&&Se<97););return Yl(e,es()+(t<6&&sr()==32&&ht()==32))}T(px,"escaping");function d0(e){for(;ht();)switch(Se){case e:return bt;case 34:case 39:e!==34&&e!==39&&d0(Se);break;case 40:e===41&&d0(e);break;case 92:ht();break}return bt}T(d0,"delimiter");function fx(e,t){for(;ht()&&e+Se!==57&&!(e+Se===84&&sr()===47););return"/*"+Yl(t,bt-1)+"*"+Ad(e===47?e:ht())}T(fx,"commenter");function hx(e){for(;!xl(sr());)ht();return Yl(e,bt)}T(hx,"identifier");function mx(e){return e2(rs("",null,null,null,[""],e=Q5(e),0,[0],e))}T(mx,"compile");function rs(e,t,r,n,o,a,l,i,u){for(var d=0,p=0,m=l,h=0,f=0,v=0,g=1,C=1,b=1,y=0,E="",x=o,D=a,S=n,k=E;C;)switch(v=y,y=ht()){case 40:if(v!=108&&Me(k,m-1)==58){c0(k+=le(ts(y),"&","&\f"),"&\f")!=-1&&(b=-1);break}case 34:case 39:case 91:k+=ts(y);break;case 9:case 10:case 13:case 32:k+=dx(v);break;case 92:k+=px(es()-1,7);continue;case 47:switch(sr()){case 42:case 47:Mi(gx(fx(ht(),es()),t,r),u);break;default:k+="/"}break;case 123*g:i[d++]=nr(k)*b;case 125*g:case 59:case 0:switch(y){case 0:case 125:C=0;case 59+p:b==-1&&(k=le(k,/\f/g,"")),f>0&&nr(k)-m&&Mi(f>32?Jh(k+";",n,r,m-1):Jh(le(k," ","")+";",n,r,m-2),u);break;case 59:k+=";";default:if(Mi(S=Xh(k,t,r,d,p,o,i,E,x=[],D=[],m),a),y===123)if(p===0)rs(k,t,S,S,x,a,m,i,D);else switch(h===99&&Me(k,3)===110?100:h){case 100:case 108:case 109:case 115:rs(e,S,S,n&&Mi(Xh(e,S,S,0,0,o,i,E,o,x=[],m),D),o,D,m,i,n?x:D);break;default:rs(k,S,S,S,[""],D,0,i,D)}}d=p=f=0,g=b=1,E=k="",m=l;break;case 58:m=1+nr(k),f=v;default:if(g<1){if(y==123)--g;else if(y==125&&g++==0&&cx()==125)continue}switch(k+=Ad(y),y*g){case 38:b=p>0?1:(k+="\f",-1);break;case 44:i[d++]=(nr(k)-1)*b,b=1;break;case 64:sr()===45&&(k+=ts(ht())),h=sr(),p=m=nr(E=k+=hx(es())),y++;break;case 45:v===45&&nr(k)==2&&(g=0)}}return a}T(rs,"parse");function Xh(e,t,r,n,o,a,l,i,u,d,p){for(var m=o-1,h=o===0?a:[""],f=_d(h),v=0,g=0,C=0;v<n;++v)for(var b=0,y=bl(e,m+1,m=Vz(g=l[v])),E=e;b<f;++b)(E=J5(g>0?h[b]+" "+y:le(y,/&\f/g,h[b])))&&(u[C++]=E);return nu(e,t,r,o===0?Z5:i,u,d,p)}T(Xh,"ruleset");function gx(e,t,r){return nu(e,t,r,Y5,Ad(ux()),bl(e,2,-2),0)}T(gx,"comment");function Jh(e,t,r,n){return nu(e,t,r,X5,bl(e,0,n),bl(e,n+1,-1),n)}T(Jh,"declaration");function qo(e,t){for(var r="",n=_d(e),o=0;o<n;o++)r+=t(e[o],o,e,t)||"";return r}T(qo,"serialize");function vx(e,t,r,n){switch(e.type){case jz:if(e.children.length)break;case Hz:case X5:return e.return=e.return||e.value;case Y5:return"";case ox:return e.return=e.value+"{"+qo(e.children,n)+"}";case Z5:e.value=e.props.join(",")}return nr(r=qo(e.children,n))?e.return=e.value+"{"+r+"}":""}T(vx,"stringify");function yx(e){var t=_d(e);return function(r,n,o,a){for(var l="",i=0;i<t;i++)l+=e[i](r,n,o,a)||"";return l}}T(yx,"middleware");var n4=T(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"),Wz=T(function(e,t,r){for(var n=0,o=0;n=o,o=sr(),n===38&&o===12&&(t[r]=1),!xl(o);)ht();return Yl(e,bt)},"identifierWithPointTracking"),qz=T(function(e,t){var r=-1,n=44;do switch(xl(n)){case 0:n===38&&sr()===12&&(t[r]=1),e[r]+=Wz(bt-1,t,r);break;case 2:e[r]+=ts(n);break;case 4:if(n===44){e[++r]=sr()===58?"&\f":"",t[r]=e[r].length;break}default:e[r]+=Ad(n)}while(n=ht());return e},"toRules"),Gz=T(function(e,t){return e2(qz(Q5(e),t))},"getRules"),o4=new WeakMap,Kz=T(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&&!o4.get(r))&&!n){o4.set(e,!0);for(var o=[],a=Gz(t,o),l=r.props,i=0,u=0;i<a.length;i++)for(var d=0;d<l.length;d++,u++)e.props[u]=o[i]?a[i].replace(/&\f/g,l[d]):l[d]+" "+a[i]}}},"compat"),Yz=T(function(e){if(e.type==="decl"){var t=e.value;t.charCodeAt(0)===108&&t.charCodeAt(2)===98&&(e.return="",e.value="")}},"removeLabel"),Zz="emotion-disable-server-rendering-unsafe-selector-warning-please-do-not-use-this-the-warning-exists-for-a-reason",Xz=T(function(e){return e.type==="comm"&&e.children.indexOf(Zz)>-1},"isIgnoringComment"),Jz=T(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,l=a?t.parent.children:n,i=l.length-1;i>=0;i--){var u=l[i];if(u.line<t.line)break;if(u.column<t.column){if(Xz(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"),wx=T(function(e){return e.type.charCodeAt(1)===105&&e.type.charCodeAt(0)===64},"isImportRule"),Qz=T(function(e,t){for(var r=e-1;r>=0;r--)if(!wx(t[r]))return!0;return!1},"isPrependedWithRegularRules"),a4=T(function(e){e.type="",e.value="",e.return="",e.children="",e.props=""},"nullifyElement"),eB=T(function(e,t,r){wx(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."),a4(e)):Qz(t,r)&&(console.error("`@import` rules can't be after other rules. Please put your `@import` rules before your other rules."),a4(e)))},"incorrectImportAlarm");function t2(e,t){switch(ax(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+u0+e+Qe+e+e;case 6828:case 4268:return se+e+Qe+e+e;case 6165:return se+e+Qe+"flex-"+e+e;case 5187:return se+e+le(e,/(\w+).+(:[^]+)/,se+"box-$1$2"+Qe+"flex-$1$2")+e;case 5443:return se+e+Qe+"flex-item-"+le(e,/flex-|-self/,"")+e;case 4675:return se+e+Qe+"flex-line-pack"+le(e,/align-content|flex-|-self/,"")+e;case 5548:return se+e+Qe+le(e,"shrink","negative")+e;case 5292:return se+e+Qe+le(e,"basis","preferred-size")+e;case 6060:return se+"box-"+le(e,"-grow","")+se+e+Qe+le(e,"grow","positive")+e;case 4554:return se+le(e,/([^-])(transform)/g,"$1"+se+"$2")+e;case 6187:return le(le(le(e,/(zoom-|grab)/,se+"$1"),/(image-set)/,se+"$1"),e,"")+e;case 5495:case 3959:return le(e,/(image-set\([^]*)/,se+"$1$`$1");case 4968:return le(le(e,/(.+:)(flex-)?(.*)/,se+"box-pack:$3"+Qe+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+se+e+e;case 4095:case 3583:case 4068:case 2532:return le(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(nr(e)-1-t>6)switch(Me(e,t+1)){case 109:if(Me(e,t+4)!==45)break;case 102:return le(e,/(.+:)(.+)-([^]+)/,"$1"+se+"$2-$3$1"+u0+(Me(e,t+3)==108?"$3":"$2-$3"))+e;case 115:return~c0(e,"stretch")?t2(le(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(Me(e,t+1)!==115)break;case 6444:switch(Me(e,nr(e)-3-(~c0(e,"!important")&&10))){case 107:return le(e,":",":"+se)+e;case 101:return le(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+se+(Me(e,14)===45?"inline-":"")+"box$3$1"+se+"$2$3$1"+Qe+"$2box$3")+e}break;case 5936:switch(Me(e,t+11)){case 114:return se+e+Qe+le(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return se+e+Qe+le(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return se+e+Qe+le(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return se+e+Qe+e+e}return e}T(t2,"prefix");var tB=T(function(e,t,r,n){if(e.length>-1&&!e.return)switch(e.type){case X5:e.return=t2(e.value,e.length);break;case ox:return qo([$a(e,{value:le(e.value,"@","@"+se)})],n);case Z5:if(e.length)return ix(e.props,function(o){switch(lx(o,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return qo([$a(e,{props:[le(o,/:(read-\w+)/,":"+u0+"$1")]})],n);case"::placeholder":return qo([$a(e,{props:[le(o,/:(plac\w+)/,":"+se+"input-$1")]}),$a(e,{props:[le(o,/:(plac\w+)/,":"+u0+"$1")]}),$a(e,{props:[le(o,/:(plac\w+)/,Qe+"input-$1")]})],n)}return""})}},"prefixer"),rB=[tB],nB=T(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.
|
|
20
|
-
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(v){var g=v.getAttribute("data-emotion");g.indexOf(" ")!==-1&&(document.head.appendChild(v),v.setAttribute("data-s",""))})}var n=e.stylisPlugins||rB;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,l=[];a=e.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+t+' "]'),function(v){for(var g=v.getAttribute("data-emotion").split(" "),C=1;C<g.length;C++)o[g[C]]=!0;l.push(v)});var i,u=[Kz,Yz];u.push(Jz({get compat(){return f.compat}}),eB);{var d,p=[vx,function(v){v.root||(v.return?d.insert(v.return):v.value&&v.type!==Y5&&d.insert(v.value+"{}"))}],m=yx(u.concat(n,p)),h=T(function(v){return qo(mx(v),m)},"stylis");i=T(function(v,g,C,b){d=C,g.map!==void 0&&(d={insert:T(function(y){C.insert(y+g.map)},"insert")}),h(v?v+"{"+g.styles+"}":g.styles),b&&(f.inserted[g.name]=!0)},"insert")}var f={key:t,sheet:new Nz({key:t,container:a,nonce:e.nonce,speedy:e.speedy,prepend:e.prepend,insertionPoint:e.insertionPoint}),nonce:e.nonce,inserted:o,registered:{},insert:i};return f.sheet.hydrate(l),f},"createCache"),oB=q5(tx()),aB=T(function(e,t){return(0,oB.default)(e,t)},"hoistNonReactStatics"),lB=!0;function Rd(e,t,r){var n="";return r.split(" ").forEach(function(o){e[o]!==void 0?t.push(e[o]+";"):n+=o+" "}),n}T(Rd,"getRegisteredStyles");var Td=T(function(e,t,r){var n=e.key+"-"+t.name;(r===!1||lB===!1)&&e.registered[n]===void 0&&(e.registered[n]=t.styles)},"registerStyles"),Id=T(function(e,t,r){Td(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 bx(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)}T(bx,"murmur2");var iB={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},l4=`You have illegal escape sequence in your template literal, most likely inside content's property value.
|
|
21
|
-
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';".
|
|
22
|
-
You can read more about this here:
|
|
23
|
-
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#ES2018_revision_of_illegal_escape_sequences`,sB="You have passed in falsy value as style object's key (can happen when in example you pass unexported component as computed key).",uB=/[A-Z]|^ms/g,Ex=/_EMO_([^_]+?)_([^]*?)_EMO_/g,r2=T(function(e){return e.charCodeAt(1)===45},"isCustomProperty"),i4=T(function(e){return e!=null&&typeof e!="boolean"},"isProcessableValue"),Y1=G5(function(e){return r2(e)?e:e.replace(uB,"-$&").toLowerCase()}),p0=T(function(e,t){switch(e){case"animation":case"animationName":if(typeof t=="string")return t.replace(Ex,function(r,n,o){return Br={name:n,styles:o,next:Br},n})}return iB[e]!==1&&!r2(e)&&typeof t=="number"&&t!==0?t+"px":t},"processStyleValue");s4=/(var|attr|counters?|url|element|(((repeating-)?(linear|radial))|conic)-gradient)\(|(no-)?(open|close)-quote/,u4=["normal","none","initial","inherit","unset"],c4=p0,d4=/^-ms-/,p4=/-(.)/g,Z1={},p0=T(function(e,t){if(e==="content"&&(typeof t!="string"||u4.indexOf(t)===-1&&!s4.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=c4(e,t);return r!==""&&!r2(e)&&e.indexOf("-")!==-1&&Z1[e]===void 0&&(Z1[e]=!0,console.error("Using kebab-case for css properties in objects is not supported. Did you mean "+e.replace(d4,"ms-").replace(p4,function(n,o){return o.toUpperCase()})+"?")),r},"processStyleValue");var s4,u4,c4,d4,p4,Z1,xx="Component selectors can only be used in conjunction with @emotion/babel-plugin, the swc Emotion plugin, or another Emotion-aware compiler transform.";function Cl(e,t,r){if(r==null)return"";if(r.__emotion_styles!==void 0){if(r.toString()==="NO_COMPONENT_SELECTOR")throw new Error(xx);return r}switch(typeof r){case"boolean":return"";case"object":{if(r.anim===1)return Br={name:r.name,styles:r.styles,next:Br},r.name;if(r.styles!==void 0){var n=r.next;if(n!==void 0)for(;n!==void 0;)Br={name:n.name,styles:n.styles,next:Br},n=n.next;var o=r.styles+";";return r.map!==void 0&&(o+=r.map),o}return Cx(e,t,r)}case"function":{if(e!==void 0){var a=Br,l=r(e);return Br=a,Cl(e,t,l)}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 i=[],u=r.replace(Ex,function(p,m,h){var f="animation"+i.length;return i.push("const "+f+" = keyframes`"+h.replace(/^@keyframes animation-\w+/,"")+"`"),"${"+f+"}"});i.length&&console.error("`keyframes` output got interpolated into plain string, please wrap it with `css`.\n\nInstead of doing this:\n\n"+[].concat(i,["`"+u+"`"]).join(`
|
|
24
|
-
`)+`
|
|
25
|
-
|
|
26
|
-
You should wrap it with \`css\` like this:
|
|
27
|
-
|
|
28
|
-
`+("css`"+u+"`"));break}if(t==null)return r;var d=t[r];return d!==void 0?d:r}T(Cl,"handleInterpolation");function Cx(e,t,r){var n="";if(Array.isArray(r))for(var o=0;o<r.length;o++)n+=Cl(e,t,r[o])+";";else for(var a in r){var l=r[a];if(typeof l!="object")t!=null&&t[l]!==void 0?n+=a+"{"+t[l]+"}":i4(l)&&(n+=Y1(a)+":"+p0(a,l)+";");else{if(a==="NO_COMPONENT_SELECTOR")throw new Error(xx);if(Array.isArray(l)&&typeof l[0]=="string"&&(t==null||t[l[0]]===void 0))for(var i=0;i<l.length;i++)i4(l[i])&&(n+=Y1(a)+":"+p0(a,l[i])+";");else{var u=Cl(e,t,l);switch(a){case"animation":case"animationName":{n+=Y1(a)+":"+u+";";break}default:a==="undefined"&&console.error(sB),n+=a+"{"+u+"}"}}}}return n}T(Cx,"createStringFromObject");var f4=/label:\s*([^\s;\n{]+)\s*(;|$)/g,Dx;Dx=/\/\*#\ssourceMappingURL=data:application\/json;\S+\s+\*\//g;var Br,Dl=T(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="";Br=void 0;var a=e[0];a==null||a.raw===void 0?(n=!1,o+=Cl(r,t,a)):(a[0]===void 0&&console.error(l4),o+=a[0]);for(var l=1;l<e.length;l++)o+=Cl(r,t,e[l]),n&&(a[l]===void 0&&console.error(l4),o+=a[l]);var i;o=o.replace(Dx,function(m){return i=m,""}),f4.lastIndex=0;for(var u="",d;(d=f4.exec(o))!==null;)u+="-"+d[1];var p=bx(o)+u;return{name:p,styles:o,map:i,next:Br,toString:T(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"),cB=T(function(e){return e()},"syncFallback"),Sx=s.useInsertionEffect?s.useInsertionEffect:!1,n2=Sx||cB,h4=Sx||s.useLayoutEffect,dB={}.hasOwnProperty,o2=s.createContext(typeof HTMLElement<"u"?nB({key:"css"}):null);o2.displayName="EmotionCacheContext";o2.Provider;var zd=T(function(e){return s.forwardRef(function(t,r){var n=s.useContext(o2);return e(t,n,r)})},"withEmotionCache"),vn=s.createContext({});vn.displayName="EmotionThemeContext";var kx=T(function(){return s.useContext(vn)},"useTheme"),pB=T(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 Wr({},e,t)},"getTheme"),fB=n4(function(e){return n4(function(t){return pB(e,t)})}),Ax=T(function(e){var t=s.useContext(vn);return e.theme!==t&&(t=fB(t)(e.theme)),s.createElement(vn.Provider,{value:t},e.children)},"ThemeProvider");function hB(e){var t=e.displayName||e.name||"Component",r=T(function(o,a){var l=s.useContext(vn);return s.createElement(e,Wr({theme:l,ref:a},o))},"render"),n=s.forwardRef(r);return n.displayName="WithTheme("+t+")",aB(n,e)}T(hB,"withTheme");var m4="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",g4="__EMOTION_LABEL_PLEASE_DO_NOT_USE__",mB=T(function(e){var t=e.cache,r=e.serialized,n=e.isStringTag;return Td(t,r,n),n2(function(){return Id(t,r,n)}),null},"Insertion"),gB=zd(function(e,t,r){var n=e.css;typeof n=="string"&&t.registered[n]!==void 0&&(n=t.registered[n]);var o=e[m4],a=[n],l="";typeof e.className=="string"?l=Rd(t.registered,a,e.className):e.className!=null&&(l=e.className+" ");var i=Dl(a,void 0,s.useContext(vn));if(i.name.indexOf("-")===-1){var u=e[g4];u&&(i=Dl([i,"label:"+u+";"]))}l+=t.key+"-"+i.name;var d={};for(var p in e)dB.call(e,p)&&p!=="css"&&p!==m4&&p!==g4&&(d[p]=e[p]);return d.ref=r,d.className=l,s.createElement(s.Fragment,null,s.createElement(mB,{cache:t,serialized:i,isStringTag:typeof o=="string"}),s.createElement(o,d))});gB.displayName="EmotionCssPropInternal";q5(tx());var vB={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"}}}}},v4=!1,yB=zd(function(e,t){!v4&&(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?"),v4=!0);var r=e.styles,n=Dl([r],void 0,s.useContext(vn)),o=s.useRef();return h4(function(){var a=t.key+"-global",l=new t.sheet.constructor({key:a,nonce:t.sheet.nonce,container:t.sheet.container,speedy:t.sheet.isSpeedy}),i=!1,u=document.querySelector('style[data-emotion="'+a+" "+n.name+'"]');return t.sheet.tags.length&&(l.before=t.sheet.tags[0]),u!==null&&(i=!0,u.setAttribute("data-emotion",a),l.hydrate([u])),o.current=[l,i],function(){l.flush()}},[t]),h4(function(){var a=o.current,l=a[0],i=a[1];if(i){a[1]=!1;return}if(n.next!==void 0&&Id(t,n.next,!0),l.tags.length){var u=l.tags[l.tags.length-1].nextElementSibling;l.before=u,l.flush()}t.insert("",n,l,!1)},[t,n.name]),null});yB.displayName="EmotionGlobal";function Bd(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return Dl(t)}T(Bd,"css");var Cn=T(function(){var e=Bd.apply(void 0,arguments),t="animation-"+e.name;return{name:t,styles:"@keyframes "+t+"{"+e.styles+"}",anim:1,toString:T(function(){return"_EMO_"+this.name+"_"+this.styles+"_EMO_"},"toString")}},"keyframes"),wB=T(function e(t){for(var r=t.length,n=0,o="";n<r;n++){var a=t[n];if(a!=null){var l=void 0;switch(typeof a){case"boolean":break;case"object":{if(Array.isArray(a))l=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."),l="";for(var i in a)a[i]&&i&&(l&&(l+=" "),l+=i)}break}default:l=a}l&&(o&&(o+=" "),o+=l)}}return o},"classnames");function _x(e,t,r){var n=[],o=Rd(e,n,r);return n.length<2?r:o+t(n)}T(_x,"merge");var bB=T(function(e){var t=e.cache,r=e.serializedArr;return n2(function(){for(var n=0;n<r.length;n++)Id(t,r[n],!1)}),null},"Insertion"),EB=zd(function(e,t){var r=!1,n=[],o=T(function(){if(r)throw new Error("css can only be used during render");for(var u=arguments.length,d=new Array(u),p=0;p<u;p++)d[p]=arguments[p];var m=Dl(d,t.registered);return n.push(m),Td(t,m,!1),t.key+"-"+m.name},"css"),a=T(function(){if(r)throw new Error("cx can only be used during render");for(var u=arguments.length,d=new Array(u),p=0;p<u;p++)d[p]=arguments[p];return _x(t.registered,o,wB(d))},"cx"),l={css:o,cx:a,theme:s.useContext(vn)},i=e.children(l);return r=!0,s.createElement(s.Fragment,null,s.createElement(bB,{cache:t,serializedArr:n}),i)});EB.displayName="EmotionClassNames";X1=!0,y4=typeof jest<"u"||typeof vi<"u",X1&&!y4&&(J1=typeof globalThis<"u"?globalThis:X1?window:global,Q1="__EMOTION_REACT_"+vB.version.split(".")[0]+"__",J1[Q1]&&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."),J1[Q1]=!0);var X1,y4,J1,Q1,xB=K5,CB=T(function(e){return e!=="theme"},"testOmitPropsOnComponent"),w4=T(function(e){return typeof e=="string"&&e.charCodeAt(0)>96?xB:CB},"getDefaultShouldForwardProp"),b4=T(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"),E4=`You have illegal escape sequence in your template literal, most likely inside content's property value.
|
|
29
|
-
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';".
|
|
30
|
-
You can read more about this here:
|
|
31
|
-
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#ES2018_revision_of_illegal_escape_sequences`,DB=T(function(e){var t=e.cache,r=e.serialized,n=e.isStringTag;return Td(t,r,n),n2(function(){return Id(t,r,n)}),null},"Insertion"),SB=T(function e(t,r){if(t===void 0)throw new Error(`You are trying to create a styled element with an undefined component.
|
|
32
|
-
You may have forgotten to import it.`);var n=t.__emotion_real===t,o=n&&t.__emotion_base||t,a,l;r!==void 0&&(a=r.label,l=r.target);var i=b4(t,r,n),u=i||w4(o),d=!u("as");return function(){var p=arguments,m=n&&t.__emotion_styles!==void 0?t.__emotion_styles.slice(0):[];if(a!==void 0&&m.push("label:"+a+";"),p[0]==null||p[0].raw===void 0)m.push.apply(m,p);else{p[0][0]===void 0&&console.error(E4),m.push(p[0][0]);for(var h=p.length,f=1;f<h;f++)p[0][f]===void 0&&console.error(E4),m.push(p[f],p[0][f])}var v=zd(function(g,C,b){var y=d&&g.as||o,E="",x=[],D=g;if(g.theme==null){D={};for(var S in g)D[S]=g[S];D.theme=s.useContext(vn)}typeof g.className=="string"?E=Rd(C.registered,x,g.className):g.className!=null&&(E=g.className+" ");var k=Dl(m.concat(x),C.registered,D);E+=C.key+"-"+k.name,l!==void 0&&(E+=" "+l);var A=d&&i===void 0?w4(y):u,_={};for(var R in g)d&&R==="as"||A(R)&&(_[R]=g[R]);return _.className=E,_.ref=b,s.createElement(s.Fragment,null,s.createElement(DB,{cache:C,serialized:k,isStringTag:typeof y=="string"}),s.createElement(y,_))});return v.displayName=a!==void 0?a:"Styled("+(typeof o=="string"?o:o.displayName||o.name||"Component")+")",v.defaultProps=t.defaultProps,v.__emotion_real=v,v.__emotion_base=o,v.__emotion_styles=m,v.__emotion_forwardProp=i,Object.defineProperty(v,"toString",{value:T(function(){return l===void 0?"NO_COMPONENT_SELECTOR":"."+l},"value")}),v.withComponent=function(g,C){return e(g,Wr({},r,C,{shouldForwardProp:b4(v,C,!0)})).apply(void 0,m)},v}},"createStyled"),kB=["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"],F=SB.bind();kB.forEach(function(e){F[e]=F(e)});function Fx(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}T(Fx,"_assertThisInitialized");function Sl(e,t){return Sl=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(r,n){return r.__proto__=n,r},Sl(e,t)}T(Sl,"_setPrototypeOf");function Rx(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,Sl(e,t)}T(Rx,"_inheritsLoose");function f0(e){return f0=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},f0(e)}T(f0,"_getPrototypeOf");function Tx(e){try{return Function.toString.call(e).indexOf("[native code]")!==-1}catch{return typeof e=="function"}}T(Tx,"_isNativeFunction");function a2(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(a2=T(function(){return!!e},"_isNativeReflectConstruct"))()}T(a2,"_isNativeReflectConstruct");function Ix(e,t,r){if(a2())return Reflect.construct.apply(null,arguments);var n=[null];n.push.apply(n,t);var o=new(e.bind.apply(e,n));return r&&Sl(o,r.prototype),o}T(Ix,"_construct");function h0(e){var t=typeof Map=="function"?new Map:void 0;return h0=T(function(r){if(r===null||!Tx(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 Ix(r,arguments,f0(this).constructor)}return T(n,"Wrapper"),n.prototype=Object.create(r.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),Sl(n,r)},"_wrapNativeSuper"),h0(e)}T(h0,"_wrapNativeSuper");var AB={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 }).
|
|
33
|
-
|
|
34
|
-
`,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 }).
|
|
35
|
-
|
|
36
|
-
`,3:`Passed an incorrect argument to a color function, please pass a string representation of a color.
|
|
37
|
-
|
|
38
|
-
`,4:`Couldn't generate valid rgb string from %s, it returned %s.
|
|
39
|
-
|
|
40
|
-
`,5:`Couldn't parse the color string. Please provide the color as a string in hex, rgb, rgba, hsl or hsla notation.
|
|
41
|
-
|
|
42
|
-
`,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 }).
|
|
43
|
-
|
|
44
|
-
`,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 }).
|
|
45
|
-
|
|
46
|
-
`,8:`Passed invalid argument to toColorString, please pass a RgbColor, RgbaColor, HslColor or HslaColor object.
|
|
47
|
-
|
|
48
|
-
`,9:`Please provide a number of steps to the modularScale helper.
|
|
49
|
-
|
|
50
|
-
`,10:`Please pass a number or one of the predefined scales to the modularScale helper as the ratio.
|
|
51
|
-
|
|
52
|
-
`,11:`Invalid value passed as base to modularScale, expected number or em string but got "%s"
|
|
53
|
-
|
|
54
|
-
`,12:`Expected a string ending in "px" or a number passed as the first argument to %s(), got "%s" instead.
|
|
55
|
-
|
|
56
|
-
`,13:`Expected a string ending in "px" or a number passed as the second argument to %s(), got "%s" instead.
|
|
57
|
-
|
|
58
|
-
`,14:`Passed invalid pixel value ("%s") to %s(), please pass a value like "12px" or 12.
|
|
59
|
-
|
|
60
|
-
`,15:`Passed invalid base value ("%s") to %s(), please pass a value like "12px" or 12.
|
|
61
|
-
|
|
62
|
-
`,16:`You must provide a template to this method.
|
|
63
|
-
|
|
64
|
-
`,17:`You passed an unsupported selector state to this method.
|
|
65
|
-
|
|
66
|
-
`,18:`minScreen and maxScreen must be provided as stringified numbers with the same units.
|
|
67
|
-
|
|
68
|
-
`,19:`fromSize and toSize must be provided as stringified numbers with the same units.
|
|
69
|
-
|
|
70
|
-
`,20:`expects either an array of objects or a single object with the properties prop, fromSize, and toSize.
|
|
71
|
-
|
|
72
|
-
`,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.
|
|
73
|
-
|
|
74
|
-
`,24:`fontFace expects either the path to the font file(s) or a name of a local copy.
|
|
75
|
-
|
|
76
|
-
`,25:`fontFace expects localFonts to be an array.
|
|
77
|
-
|
|
78
|
-
`,26:`fontFace expects fileFormats to be an array.
|
|
79
|
-
|
|
80
|
-
`,27:`radialGradient requries at least 2 color-stops to properly render.
|
|
81
|
-
|
|
82
|
-
`,28:`Please supply a filename to retinaImage() as the first argument.
|
|
83
|
-
|
|
84
|
-
`,29:`Passed invalid argument to triangle, please pass correct pointingDirection e.g. 'right'.
|
|
85
|
-
|
|
86
|
-
`,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
|
|
87
|
-
|
|
88
|
-
`,32:`To pass multiple animations please supply them in arrays, e.g. animation(['rotate', '2s'], ['move', '1s'])
|
|
89
|
-
To pass a single animation please supply them in simple values, e.g. animation('rotate', '2s')
|
|
90
|
-
|
|
91
|
-
`,33:`The animation shorthand arrays can only have 8 elements. See the specification for more information: http://mdn.io/animation
|
|
92
|
-
|
|
93
|
-
`,34:`borderRadius expects a radius value as a string or number as the second argument.
|
|
94
|
-
|
|
95
|
-
`,35:`borderRadius expects one of "top", "bottom", "left" or "right" as the first argument.
|
|
96
|
-
|
|
97
|
-
`,36:`Property must be a string value.
|
|
98
|
-
|
|
99
|
-
`,37:`Syntax Error at %s.
|
|
100
|
-
|
|
101
|
-
`,38:`Formula contains a function that needs parentheses at %s.
|
|
102
|
-
|
|
103
|
-
`,39:`Formula is missing closing parenthesis at %s.
|
|
104
|
-
|
|
105
|
-
`,40:`Formula has too many closing parentheses at %s.
|
|
106
|
-
|
|
107
|
-
`,41:`All values in a formula must have the same unit or be unitless.
|
|
108
|
-
|
|
109
|
-
`,42:`Please provide a number of steps to the modularScale helper.
|
|
110
|
-
|
|
111
|
-
`,43:`Please pass a number or one of the predefined scales to the modularScale helper as the ratio.
|
|
112
|
-
|
|
113
|
-
`,44:`Invalid value passed as base to modularScale, expected number or em/rem string but got %s.
|
|
114
|
-
|
|
115
|
-
`,45:`Passed invalid argument to hslToColorString, please pass a HslColor or HslaColor object.
|
|
116
|
-
|
|
117
|
-
`,46:`Passed invalid argument to rgbToColorString, please pass a RgbColor or RgbaColor object.
|
|
118
|
-
|
|
119
|
-
`,47:`minScreen and maxScreen must be provided as stringified numbers with the same units.
|
|
120
|
-
|
|
121
|
-
`,48:`fromSize and toSize must be provided as stringified numbers with the same units.
|
|
122
|
-
|
|
123
|
-
`,49:`Expects either an array of objects or a single object with the properties prop, fromSize, and toSize.
|
|
124
|
-
|
|
125
|
-
`,50:`Expects the objects in the first argument array to have the properties prop, fromSize, and toSize.
|
|
126
|
-
|
|
127
|
-
`,51:`Expects the first argument object to have the properties prop, fromSize, and toSize.
|
|
128
|
-
|
|
129
|
-
`,52:`fontFace expects either the path to the font file(s) or a name of a local copy.
|
|
130
|
-
|
|
131
|
-
`,53:`fontFace expects localFonts to be an array.
|
|
132
|
-
|
|
133
|
-
`,54:`fontFace expects fileFormats to be an array.
|
|
134
|
-
|
|
135
|
-
`,55:`fontFace expects a name of a font-family.
|
|
136
|
-
|
|
137
|
-
`,56:`linearGradient requries at least 2 color-stops to properly render.
|
|
138
|
-
|
|
139
|
-
`,57:`radialGradient requries at least 2 color-stops to properly render.
|
|
140
|
-
|
|
141
|
-
`,58:`Please supply a filename to retinaImage() as the first argument.
|
|
142
|
-
|
|
143
|
-
`,59:`Passed invalid argument to triangle, please pass correct pointingDirection e.g. 'right'.
|
|
144
|
-
|
|
145
|
-
`,60:"Passed an invalid value to `height` or `width`. Please provide a pixel based unit.\n\n",61:`Property must be a string value.
|
|
146
|
-
|
|
147
|
-
`,62:`borderRadius expects a radius value as a string or number as the second argument.
|
|
148
|
-
|
|
149
|
-
`,63:`borderRadius expects one of "top", "bottom", "left" or "right" as the first argument.
|
|
150
|
-
|
|
151
|
-
`,64:`The animation shorthand only takes 8 arguments. See the specification for more information: http://mdn.io/animation.
|
|
152
|
-
|
|
153
|
-
`,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').
|
|
154
|
-
|
|
155
|
-
`,66:`The animation shorthand arrays can only have 8 elements. See the specification for more information: http://mdn.io/animation.
|
|
156
|
-
|
|
157
|
-
`,67:`You must provide a template to this method.
|
|
158
|
-
|
|
159
|
-
`,68:`You passed an unsupported selector state to this method.
|
|
160
|
-
|
|
161
|
-
`,69:`Expected a string ending in "px" or a number passed as the first argument to %s(), got %s instead.
|
|
162
|
-
|
|
163
|
-
`,70:`Expected a string ending in "px" or a number passed as the second argument to %s(), got %s instead.
|
|
164
|
-
|
|
165
|
-
`,71:`Passed invalid pixel value %s to %s(), please pass a value like "12px" or 12.
|
|
166
|
-
|
|
167
|
-
`,72:`Passed invalid base value %s to %s(), please pass a value like "12px" or 12.
|
|
168
|
-
|
|
169
|
-
`,73:`Please provide a valid CSS variable.
|
|
170
|
-
|
|
171
|
-
`,74:`CSS variable not found and no default was provided.
|
|
172
|
-
|
|
173
|
-
`,75:`important requires a valid style object, got a %s instead.
|
|
174
|
-
|
|
175
|
-
`,76:`fromSize and toSize must be provided as stringified numbers with the same units as minScreen and maxScreen.
|
|
176
|
-
|
|
177
|
-
`,77:`remToPx expects a value in "rem" but you provided it in "%s".
|
|
178
|
-
|
|
179
|
-
`,78:`base must be set in "px" or "%" but you set it in "%s".
|
|
180
|
-
`};function zx(){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(l){n=n.replace(/%[a-z]/,l)}),n}T(zx,"format");var Or=function(e){Rx(t,e);function t(r){for(var n,o=arguments.length,a=new Array(o>1?o-1:0),l=1;l<o;l++)a[l-1]=arguments[l];return n=e.call(this,zx.apply(void 0,[AB[r]].concat(a)))||this,Fx(n)}return T(t,"PolishedError"),t}(h0(Error));function Tc(e){return Math.round(e*255)}T(Tc,"colorToInt");function Bx(e,t,r){return Tc(e)+","+Tc(t)+","+Tc(r)}T(Bx,"convertToInt");function kl(e,t,r,n){if(n===void 0&&(n=Bx),t===0)return n(r,r,r);var o=(e%360+360)%360/60,a=(1-Math.abs(2*r-1))*t,l=a*(1-Math.abs(o%2-1)),i=0,u=0,d=0;o>=0&&o<1?(i=a,u=l):o>=1&&o<2?(i=l,u=a):o>=2&&o<3?(u=a,d=l):o>=3&&o<4?(u=l,d=a):o>=4&&o<5?(i=l,d=a):o>=5&&o<6&&(i=a,d=l);var p=r-a/2,m=i+p,h=u+p,f=d+p;return n(m,h,f)}T(kl,"hslToRgb");var x4={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 $x(e){if(typeof e!="string")return e;var t=e.toLowerCase();return x4[t]?"#"+x4[t]:e}T($x,"nameToHex");var _B=/^#[a-fA-F0-9]{6}$/,FB=/^#[a-fA-F0-9]{8}$/,RB=/^#[a-fA-F0-9]{3}$/,TB=/^#[a-fA-F0-9]{4}$/,ep=/^rgb\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*\)$/i,IB=/^rgb(?:a)?\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i,zB=/^hsl\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*\)$/i,BB=/^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 ou(e){if(typeof e!="string")throw new Or(3);var t=$x(e);if(t.match(_B))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(FB)){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(RB))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(TB)){var n=parseFloat((parseInt(""+t[4]+t[4],16)/255).toFixed(2));return{red:parseInt(""+t[1]+t[1],16),green:parseInt(""+t[2]+t[2],16),blue:parseInt(""+t[3]+t[3],16),alpha:n}}var o=ep.exec(t);if(o)return{red:parseInt(""+o[1],10),green:parseInt(""+o[2],10),blue:parseInt(""+o[3],10)};var a=IB.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 l=zB.exec(t);if(l){var i=parseInt(""+l[1],10),u=parseInt(""+l[2],10)/100,d=parseInt(""+l[3],10)/100,p="rgb("+kl(i,u,d)+")",m=ep.exec(p);if(!m)throw new Or(4,t,p);return{red:parseInt(""+m[1],10),green:parseInt(""+m[2],10),blue:parseInt(""+m[3],10)}}var h=BB.exec(t.substring(0,50));if(h){var f=parseInt(""+h[1],10),v=parseInt(""+h[2],10)/100,g=parseInt(""+h[3],10)/100,C="rgb("+kl(f,v,g)+")",b=ep.exec(C);if(!b)throw new Or(4,t,C);return{red:parseInt(""+b[1],10),green:parseInt(""+b[2],10),blue:parseInt(""+b[3],10),alpha:parseFloat(""+h[4])>1?parseFloat(""+h[4])/100:parseFloat(""+h[4])}}throw new Or(5)}T(ou,"parseToRgb");function Lx(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),l=(o+a)/2;if(o===a)return e.alpha!==void 0?{hue:0,saturation:0,lightness:l,alpha:e.alpha}:{hue:0,saturation:0,lightness:l};var i,u=o-a,d=l>.5?u/(2-o-a):u/(o+a);switch(o){case t:i=(r-n)/u+(r<n?6:0);break;case r:i=(n-t)/u+2;break;default:i=(t-r)/u+4;break}return i*=60,e.alpha!==void 0?{hue:i,saturation:d,lightness:l,alpha:e.alpha}:{hue:i,saturation:d,lightness:l}}T(Lx,"rgbToHsl");function l2(e){return Lx(ou(e))}T(l2,"parseToHsl");var $B=T(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"),Qh=$B;function zn(e){var t=e.toString(16);return t.length===1?"0"+t:t}T(zn,"numberToHex");function Ic(e){return zn(Math.round(e*255))}T(Ic,"colorToHex");function Ox(e,t,r){return Qh("#"+Ic(e)+Ic(t)+Ic(r))}T(Ox,"convertToHex");function xs(e,t,r){return kl(e,t,r,Ox)}T(xs,"hslToHex");function Mx(e,t,r){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number")return xs(e,t,r);if(typeof e=="object"&&t===void 0&&r===void 0)return xs(e.hue,e.saturation,e.lightness);throw new Or(1)}T(Mx,"hsl");function Px(e,t,r,n){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number"&&typeof n=="number")return n>=1?xs(e,t,r):"rgba("+kl(e,t,r)+","+n+")";if(typeof e=="object"&&t===void 0&&r===void 0&&n===void 0)return e.alpha>=1?xs(e.hue,e.saturation,e.lightness):"rgba("+kl(e.hue,e.saturation,e.lightness)+","+e.alpha+")";throw new Or(2)}T(Px,"hsla");function m0(e,t,r){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number")return Qh("#"+zn(e)+zn(t)+zn(r));if(typeof e=="object"&&t===void 0&&r===void 0)return Qh("#"+zn(e.red)+zn(e.green)+zn(e.blue));throw new Or(6)}T(m0,"rgb");function Al(e,t,r,n){if(typeof e=="string"&&typeof t=="number"){var o=ou(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?m0(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?m0(e.red,e.green,e.blue):"rgba("+e.red+","+e.green+","+e.blue+","+e.alpha+")"}throw new Or(7)}T(Al,"rgba");var LB=T(function(e){return typeof e.red=="number"&&typeof e.green=="number"&&typeof e.blue=="number"&&(typeof e.alpha!="number"||typeof e.alpha>"u")},"isRgb"),OB=T(function(e){return typeof e.red=="number"&&typeof e.green=="number"&&typeof e.blue=="number"&&typeof e.alpha=="number"},"isRgba"),MB=T(function(e){return typeof e.hue=="number"&&typeof e.saturation=="number"&&typeof e.lightness=="number"&&(typeof e.alpha!="number"||typeof e.alpha>"u")},"isHsl"),PB=T(function(e){return typeof e.hue=="number"&&typeof e.saturation=="number"&&typeof e.lightness=="number"&&typeof e.alpha=="number"},"isHsla");function i2(e){if(typeof e!="object")throw new Or(8);if(OB(e))return Al(e);if(LB(e))return m0(e);if(PB(e))return Px(e);if(MB(e))return Mx(e);throw new Or(8)}T(i2,"toColorString");function s2(e,t,r){return T(function(){var n=r.concat(Array.prototype.slice.call(arguments));return n.length>=t?e.apply(this,n):s2(e,t,n)},"fn")}T(s2,"curried");function au(e){return s2(e,e.length,[])}T(au,"curry");function lu(e,t,r){return Math.max(e,Math.min(t,r))}T(lu,"guard");function Nx(e,t){if(t==="transparent")return t;var r=l2(t);return i2(Wr({},r,{lightness:lu(0,1,r.lightness-parseFloat(e))}))}T(Nx,"darken");var NB=au(Nx),HB=NB;function Hx(e,t){if(t==="transparent")return t;var r=l2(t);return i2(Wr({},r,{lightness:lu(0,1,r.lightness+parseFloat(e))}))}T(Hx,"lighten");var jB=au(Hx),VB=jB;function jx(e,t){if(t==="transparent")return t;var r=ou(t),n=typeof r.alpha=="number"?r.alpha:1,o=Wr({},r,{alpha:lu(0,1,(n*100+parseFloat(e)*100)/100)});return Al(o)}T(jx,"opacify");var UB=au(jx),WB=UB;function Vx(e,t){if(t==="transparent")return t;var r=ou(t),n=typeof r.alpha=="number"?r.alpha:1,o=Wr({},r,{alpha:lu(0,1,+(n*100-parseFloat(e)*100).toFixed(2)/100)});return Al(o)}T(Vx,"transparentize");var qB=au(Vx),GB=qB,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"},Bn={app:"#F6F9FC",bar:K.lightest,content:K.lightest,preview:K.lightest,gridCellSize:10,hoverable:GB(.9,K.secondary),positive:"#E1FFD4",negative:"#FEDED2",warning:"#FFF5CF",critical:"#FF4400"},Mr={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}},Ux=q5(Mz(),1),KB=(0,Ux.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,Ux.default)(1)(({color:e,background:t,typography:r})=>{let n=KB({typography:r});return{...n,body:{...n.body,color:e.defaultText,background:t.app,overflow:"hidden"},hr:{...n.hr,borderTop:`1px solid ${e.border}`}}});var YB={base:"dark",colorPrimary:"#FF4785",colorSecondary:"#029CFD",appBg:"#222425",appContentBg:"#1B1C1D",appPreviewBg:K.lightest,appBorderColor:"rgba(255,255,255,.1)",appBorderRadius:4,fontBase:Mr.fonts.base,fontCode:Mr.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},ZB=YB,XB={base:"light",colorPrimary:"#FF4785",colorSecondary:"#029CFD",appBg:Bn.app,appContentBg:K.lightest,appPreviewBg:K.lightest,appBorderColor:K.border,appBorderRadius:4,fontBase:Mr.fonts.base,fontCode:Mr.fonts.mono,textColor:K.darkest,textInverseColor:K.lightest,textMutedColor:K.dark,barTextColor:K.mediumdark,barHoverColor:K.secondary,barSelectedColor:K.secondary,barBg:K.lightest,buttonBg:Bn.app,buttonBorder:K.medium,booleanBg:K.mediumlight,booleanSelectedBg:K.lightest,inputBg:K.lightest,inputBorder:K.border,inputTextColor:K.darkest,inputBorderRadius:4},g0=XB,JB=(()=>{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})();const{logger:QB}=__STORYBOOK_MODULE_CLIENT_LOGGER__;var{window:tp}=JB,e$=T(e=>({color:e}),"mkColor"),t$=T(e=>typeof e!="string"?(QB.warn(`Color passed to theme object should be a string. Instead ${e}(${typeof e}) was passed.`),!1):!0,"isColorString"),r$=T(e=>!/(gradient|var|calc)/.test(e),"isValidColorForPolished"),n$=T((e,t)=>e==="darken"?Al(`${HB(1,t)}`,.95):e==="lighten"?Al(`${VB(1,t)}`,.95):t,"applyPolished"),Wx=T(e=>t=>{if(!t$(t)||!r$(t))return t;try{return n$(e,t)}catch{return t}},"colorFactory"),di=Wx("lighten");Wx("darken");var qx=T(()=>!tp||!tp.matchMedia?"light":tp.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light","getPreferredColorScheme"),em={light:g0,dark:ZB,normal:g0};qx();var o$={rubber:"cubic-bezier(0.175, 0.885, 0.335, 1.05)"},a$=Cn`
|
|
181
|
-
from {
|
|
182
|
-
transform: rotate(0deg);
|
|
183
|
-
}
|
|
184
|
-
to {
|
|
185
|
-
transform: rotate(360deg);
|
|
186
|
-
}
|
|
187
|
-
`,Gx=Cn`
|
|
188
|
-
0%, 100% { opacity: 1; }
|
|
189
|
-
50% { opacity: .4; }
|
|
190
|
-
`,l$=Cn`
|
|
191
|
-
0% { transform: translateY(1px); }
|
|
192
|
-
25% { transform: translateY(0px); }
|
|
193
|
-
50% { transform: translateY(-3px); }
|
|
194
|
-
100% { transform: translateY(1px); }
|
|
195
|
-
`,i$=Cn`
|
|
196
|
-
0%, 100% { transform:translate3d(0,0,0); }
|
|
197
|
-
12.5%, 62.5% { transform:translate3d(-4px,0,0); }
|
|
198
|
-
37.5%, 87.5% { transform: translate3d(4px,0,0); }
|
|
199
|
-
`,s$=Bd`
|
|
200
|
-
animation: ${Gx} 1.5s ease-in-out infinite;
|
|
201
|
-
color: transparent;
|
|
202
|
-
cursor: progress;
|
|
203
|
-
`,u$=Bd`
|
|
204
|
-
transition: all 150ms ease-out;
|
|
205
|
-
transform: translate3d(0, 0, 0);
|
|
206
|
-
|
|
207
|
-
&:hover {
|
|
208
|
-
transform: translate3d(0, -2px, 0);
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
&:active {
|
|
212
|
-
transform: translate3d(0, 0, 0);
|
|
213
|
-
}
|
|
214
|
-
`,c$={rotate360:a$,glow:Gx,float:l$,jiggle:i$,inlineGlow:s$,hoverable:u$},d$={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"},p$={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"},f$=T(e=>Object.entries(e).reduce((t,[r,n])=>({...t,[r]:e$(n)}),{}),"convertColors"),h$=T(({colors:e,mono:t})=>{let r=f$(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"),m$={green1:"#008000",red1:"#A31515",red2:"#9a050f",red3:"#800000",red4:"#ff0000",gray1:"#393A34",cyan1:"#36acaa",cyan2:"#2B91AF",blue1:"#0000ff",blue2:"#00009f"},g$={green1:"#7C7C7C",red1:"#92C379",red2:"#9a050f",red3:"#A8FF60",red4:"#96CBFE",gray1:"#EDEDED",cyan1:"#C6C5FE",cyan2:"#FFFFB6",blue1:"#B474DD",blue2:"#00009f"},v$=T(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"),tm=T((e=em[qx()])=>{let{base:t,colorPrimary:r,colorSecondary:n,appBg:o,appContentBg:a,appPreviewBg:l,appBorderColor:i,appBorderRadius:u,fontBase:d,fontCode:p,textColor:m,textInverseColor:h,barTextColor:f,barHoverColor:v,barSelectedColor:g,barBg:C,buttonBg:b,buttonBorder:y,booleanBg:E,booleanSelectedBg:x,inputBg:D,inputBorder:S,inputTextColor:k,inputBorderRadius:A,brandTitle:_,brandUrl:R,brandImage:I,brandTarget:$,gridCellSize:L,...N}=e;return{...N,base:t,color:v$(e),background:{app:o,bar:C,content:a,preview:l,gridCellSize:L||Bn.gridCellSize,hoverable:Bn.hoverable,positive:Bn.positive,negative:Bn.negative,warning:Bn.warning,critical:Bn.critical},typography:{fonts:{base:d,mono:p},weight:Mr.weight,size:Mr.size},animation:c$,easing:o$,input:{background:D,border:S,borderRadius:A,color:k},button:{background:b||D,border:y||S},boolean:{background:E||S,selectedBackground:x||D},layoutMargin:10,appBorderColor:i,appBorderRadius:u,barTextColor:f,barHoverColor:v||n,barSelectedColor:g||n,barBg:C,brand:{title:_,url:R,image:I||(_?null:void 0),target:$},code:h$({colors:t==="light"?m$:g$,mono:p}),addonActionsTheme:{...t==="light"?p$:d$,BASE_FONT_FAMILY:p,BASE_FONT_SIZE:Mr.size.s2-1,BASE_LINE_HEIGHT:"18px",BASE_BACKGROUND_COLOR:"transparent",BASE_COLOR:m,ARROW_COLOR:WB(.2,i),ARROW_MARGIN_RIGHT:4,ARROW_FONT_SIZE:8,TREENODE_FONT_FAMILY:p,TREENODE_FONT_SIZE:Mr.size.s2-1,TREENODE_LINE_HEIGHT:"18px",TREENODE_PADDING_LEFT:12}}},"convert");const{logger:y$}=__STORYBOOK_MODULE_CLIENT_LOGGER__;var w$=T(e=>Object.keys(e).length===0,"isEmpty"),rp=T(e=>e!=null&&typeof e=="object","isObject"),b$=T((e,...t)=>Object.prototype.hasOwnProperty.call(e,...t),"hasOwnProperty"),E$=T(()=>Object.create(null),"makeObjectWithoutPrototype"),Kx=T((e,t)=>e===t||!rp(e)||!rp(t)?{}:Object.keys(e).reduce((r,n)=>{if(b$(t,n)){let o=Kx(e[n],t[n]);return rp(o)&&w$(o)||(r[n]=o),r}return r[n]=void 0,r},E$()),"deletedDiff"),x$=Kx;function Yx(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(i,u){var d=u.match(/\n([\t ]+|(?!\s).)/g);return d?i.concat(d.map(function(p){var m,h;return(h=(m=p.match(/[\t ]/g))===null||m===void 0?void 0:m.length)!==null&&h!==void 0?h:0})):i},[]);if(o.length){var a=new RegExp(`
|
|
215
|
-
[ ]{`+Math.min.apply(Math,o)+"}","g");n=n.map(function(i){return i.replace(a,`
|
|
216
|
-
`)})}n[0]=n[0].replace(/^\r?\n/,"");var l=n[0];return t.forEach(function(i,u){var d=l.match(/(?:^|\n)( *)$/),p=d?d[1]:"",m=i;typeof i=="string"&&i.includes(`
|
|
217
|
-
`)&&(m=String(i).split(`
|
|
218
|
-
`).map(function(h,f){return f===0?h:""+p+h}).join(`
|
|
219
|
-
`)),l+=m+n[u+1]}),l}T(Yx,"dedent");var C$=T(e=>{if(!e)return tm(g0);let t=x$(g0,e);return Object.keys(t).length&&y$.warn(Yx`
|
|
220
|
-
Your theme is missing properties, you should update your theme!
|
|
221
|
-
|
|
222
|
-
theme-data missing:
|
|
223
|
-
`,t),tm(e)},"ensure"),rm="/* emotion-disable-server-rendering-unsafe-selector-warning-please-do-not-use-this-the-warning-exists-for-a-reason */",Zx={exports:{}},Bt={},Xx={exports:{}},Jx={};/**
|
|
224
|
-
* @license React
|
|
225
|
-
* scheduler.production.min.js
|
|
226
|
-
*
|
|
227
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
228
|
-
*
|
|
229
|
-
* This source code is licensed under the MIT license found in the
|
|
230
|
-
* LICENSE file in the root directory of this source tree.
|
|
231
|
-
*/(function(e){function t(B,P){var H=B.length;B.push(P);e:for(;0<H;){var G=H-1>>>1,Z=B[G];if(0<o(Z,P))B[G]=P,B[H]=Z,H=G;else break e}}function r(B){return B.length===0?null:B[0]}function n(B){if(B.length===0)return null;var P=B[0],H=B.pop();if(H!==P){B[0]=H;e:for(var G=0,Z=B.length,Q=Z>>>1;G<Q;){var ie=2*(G+1)-1,U=B[ie],X=ie+1,re=B[X];if(0>o(U,H))X<Z&&0>o(re,U)?(B[G]=re,B[X]=H,G=X):(B[G]=U,B[ie]=H,G=ie);else if(X<Z&&0>o(re,H))B[G]=re,B[X]=H,G=X;else break e}}return P}function o(B,P){var H=B.sortIndex-P.sortIndex;return H!==0?H:B.id-P.id}if(typeof performance=="object"&&typeof performance.now=="function"){var a=performance;e.unstable_now=function(){return a.now()}}else{var l=Date,i=l.now();e.unstable_now=function(){return l.now()-i}}var u=[],d=[],p=1,m=null,h=3,f=!1,v=!1,g=!1,C=typeof setTimeout=="function"?setTimeout:null,b=typeof clearTimeout=="function"?clearTimeout:null,y=typeof setImmediate<"u"?setImmediate:null;typeof navigator<"u"&&navigator.scheduling!==void 0&&navigator.scheduling.isInputPending!==void 0&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function E(B){for(var P=r(d);P!==null;){if(P.callback===null)n(d);else if(P.startTime<=B)n(d),P.sortIndex=P.expirationTime,t(u,P);else break;P=r(d)}}function x(B){if(g=!1,E(B),!v)if(r(u)!==null)v=!0,j(D);else{var P=r(d);P!==null&&q(x,P.startTime-B)}}function D(B,P){v=!1,g&&(g=!1,b(A),A=-1),f=!0;var H=h;try{for(E(P),m=r(u);m!==null&&(!(m.expirationTime>P)||B&&!I());){var G=m.callback;if(typeof G=="function"){m.callback=null,h=m.priorityLevel;var Z=G(m.expirationTime<=P);P=e.unstable_now(),typeof Z=="function"?m.callback=Z:m===r(u)&&n(u),E(P)}else n(u);m=r(u)}if(m!==null)var Q=!0;else{var ie=r(d);ie!==null&&q(x,ie.startTime-P),Q=!1}return Q}finally{m=null,h=H,f=!1}}var S=!1,k=null,A=-1,_=5,R=-1;function I(){return!(e.unstable_now()-R<_)}function $(){if(k!==null){var B=e.unstable_now();R=B;var P=!0;try{P=k(!0,B)}finally{P?L():(S=!1,k=null)}}else S=!1}var L;if(typeof y=="function")L=function(){y($)};else if(typeof MessageChannel<"u"){var N=new MessageChannel,M=N.port2;N.port1.onmessage=$,L=function(){M.postMessage(null)}}else L=function(){C($,0)};function j(B){k=B,S||(S=!0,L())}function q(B,P){A=C(function(){B(e.unstable_now())},P)}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(){v||f||(v=!0,j(D))},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"):_=0<B?Math.floor(1e3/B):5},e.unstable_getCurrentPriorityLevel=function(){return h},e.unstable_getFirstCallbackNode=function(){return r(u)},e.unstable_next=function(B){switch(h){case 1:case 2:case 3:var P=3;break;default:P=h}var H=h;h=P;try{return B()}finally{h=H}},e.unstable_pauseExecution=function(){},e.unstable_requestPaint=function(){},e.unstable_runWithPriority=function(B,P){switch(B){case 1:case 2:case 3:case 4:case 5:break;default:B=3}var H=h;h=B;try{return P()}finally{h=H}},e.unstable_scheduleCallback=function(B,P,H){var G=e.unstable_now();switch(typeof H=="object"&&H!==null?(H=H.delay,H=typeof H=="number"&&0<H?G+H:G):H=G,B){case 1:var Z=-1;break;case 2:Z=250;break;case 5:Z=1073741823;break;case 4:Z=1e4;break;default:Z=5e3}return Z=H+Z,B={id:p++,callback:P,priorityLevel:B,startTime:H,expirationTime:Z,sortIndex:-1},H>G?(B.sortIndex=H,t(d,B),r(u)===null&&B===r(d)&&(g?(b(A),A=-1):g=!0,q(x,H-G))):(B.sortIndex=Z,t(u,B),v||f||(v=!0,j(D))),B},e.unstable_shouldYield=I,e.unstable_wrapCallback=function(B){var P=h;return function(){var H=h;h=P;try{return B.apply(this,arguments)}finally{h=H}}}})(Jx);Xx.exports=Jx;var D$=Xx.exports;/**
|
|
232
|
-
* @license React
|
|
233
|
-
* react-dom.production.min.js
|
|
234
|
-
*
|
|
235
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
236
|
-
*
|
|
237
|
-
* This source code is licensed under the MIT license found in the
|
|
238
|
-
* LICENSE file in the root directory of this source tree.
|
|
239
|
-
*/var S$=s,Tt=D$;function O(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 Qx=new Set,Cs={};function ca(e,t){_l(e,t),_l(e+"Capture",t)}function _l(e,t){for(Cs[e]=t,e=0;e<t.length;e++)Qx.add(t[e])}var yn=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),nm=Object.prototype.hasOwnProperty,k$=/^[: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]*$/,C4={},D4={};function A$(e){return nm.call(D4,e)?!0:nm.call(C4,e)?!1:k$.test(e)?D4[e]=!0:(C4[e]=!0,!1)}function _$(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 F$(e,t,r,n){if(t===null||typeof t>"u"||_$(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 dt(e,t,r,n,o,a,l){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=l}var Ue={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(e){Ue[e]=new dt(e,0,!1,e,null,!1,!1)});[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(e){var t=e[0];Ue[t]=new dt(t,1,!1,e[1],null,!1,!1)});["contentEditable","draggable","spellCheck","value"].forEach(function(e){Ue[e]=new dt(e,2,!1,e.toLowerCase(),null,!1,!1)});["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(e){Ue[e]=new dt(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){Ue[e]=new dt(e,3,!1,e.toLowerCase(),null,!1,!1)});["checked","multiple","muted","selected"].forEach(function(e){Ue[e]=new dt(e,3,!0,e,null,!1,!1)});["capture","download"].forEach(function(e){Ue[e]=new dt(e,4,!1,e,null,!1,!1)});["cols","rows","size","span"].forEach(function(e){Ue[e]=new dt(e,6,!1,e,null,!1,!1)});["rowSpan","start"].forEach(function(e){Ue[e]=new dt(e,5,!1,e.toLowerCase(),null,!1,!1)});var u2=/[\-:]([a-z])/g;function c2(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(u2,c2);Ue[t]=new dt(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(u2,c2);Ue[t]=new dt(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(u2,c2);Ue[t]=new dt(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)});["tabIndex","crossOrigin"].forEach(function(e){Ue[e]=new dt(e,1,!1,e.toLowerCase(),null,!1,!1)});Ue.xlinkHref=new dt("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1);["src","href","action","formAction"].forEach(function(e){Ue[e]=new dt(e,1,!1,e.toLowerCase(),null,!0,!0)});function d2(e,t,r,n){var o=Ue.hasOwnProperty(t)?Ue[t]:null;(o!==null?o.type!==0:n||!(2<t.length)||t[0]!=="o"&&t[0]!=="O"||t[1]!=="n"&&t[1]!=="N")&&(F$(t,r,o,n)&&(r=null),n||o===null?A$(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 Dn=S$.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,Ou=Symbol.for("react.element"),Va=Symbol.for("react.portal"),Ua=Symbol.for("react.fragment"),p2=Symbol.for("react.strict_mode"),om=Symbol.for("react.profiler"),eC=Symbol.for("react.provider"),tC=Symbol.for("react.context"),f2=Symbol.for("react.forward_ref"),am=Symbol.for("react.suspense"),lm=Symbol.for("react.suspense_list"),h2=Symbol.for("react.memo"),$n=Symbol.for("react.lazy"),rC=Symbol.for("react.offscreen"),S4=Symbol.iterator;function pi(e){return e===null||typeof e!="object"?null:(e=S4&&e[S4]||e["@@iterator"],typeof e=="function"?e:null)}var we=Object.assign,np;function Pi(e){if(np===void 0)try{throw Error()}catch(r){var t=r.stack.trim().match(/\n( *(at )?)/);np=t&&t[1]||""}return`
|
|
240
|
-
`+np+e}var op=!1;function ap(e,t){if(!e||op)return"";op=!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(`
|
|
241
|
-
`),a=n.stack.split(`
|
|
242
|
-
`),l=o.length-1,i=a.length-1;1<=l&&0<=i&&o[l]!==a[i];)i--;for(;1<=l&&0<=i;l--,i--)if(o[l]!==a[i]){if(l!==1||i!==1)do if(l--,i--,0>i||o[l]!==a[i]){var u=`
|
|
243
|
-
`+o[l].replace(" at new "," at ");return e.displayName&&u.includes("<anonymous>")&&(u=u.replace("<anonymous>",e.displayName)),u}while(1<=l&&0<=i);break}}}finally{op=!1,Error.prepareStackTrace=r}return(e=e?e.displayName||e.name:"")?Pi(e):""}function R$(e){switch(e.tag){case 5:return Pi(e.type);case 16:return Pi("Lazy");case 13:return Pi("Suspense");case 19:return Pi("SuspenseList");case 0:case 2:case 15:return e=ap(e.type,!1),e;case 11:return e=ap(e.type.render,!1),e;case 1:return e=ap(e.type,!0),e;default:return""}}function im(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 Ua:return"Fragment";case Va:return"Portal";case om:return"Profiler";case p2:return"StrictMode";case am:return"Suspense";case lm:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case tC:return(e.displayName||"Context")+".Consumer";case eC:return(e._context.displayName||"Context")+".Provider";case f2:var t=e.render;return e=e.displayName,e||(e=t.displayName||t.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case h2:return t=e.displayName||null,t!==null?t:im(e.type)||"Memo";case $n:t=e._payload,e=e._init;try{return im(e(t))}catch{}}return null}function T$(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 im(t);case 8:return t===p2?"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 ro(e){switch(typeof e){case"boolean":case"number":case"string":case"undefined":return e;case"object":return e;default:return""}}function nC(e){var t=e.type;return(e=e.nodeName)&&e.toLowerCase()==="input"&&(t==="checkbox"||t==="radio")}function I$(e){var t=nC(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(l){n=""+l,a.call(this,l)}}),Object.defineProperty(e,t,{enumerable:r.enumerable}),{getValue:function(){return n},setValue:function(l){n=""+l},stopTracking:function(){e._valueTracker=null,delete e[t]}}}}function Mu(e){e._valueTracker||(e._valueTracker=I$(e))}function oC(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var r=t.getValue(),n="";return e&&(n=nC(e)?e.checked?"true":"false":e.value),e=n,e!==r?(t.setValue(e),!0):!1}function v0(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 sm(e,t){var r=t.checked;return we({},t,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:r??e._wrapperState.initialChecked})}function k4(e,t){var r=t.defaultValue==null?"":t.defaultValue,n=t.checked!=null?t.checked:t.defaultChecked;r=ro(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 aC(e,t){t=t.checked,t!=null&&d2(e,"checked",t,!1)}function um(e,t){aC(e,t);var r=ro(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")?cm(e,t.type,r):t.hasOwnProperty("defaultValue")&&cm(e,t.type,ro(t.defaultValue)),t.checked==null&&t.defaultChecked!=null&&(e.defaultChecked=!!t.defaultChecked)}function A4(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 cm(e,t,r){(t!=="number"||v0(e.ownerDocument)!==e)&&(r==null?e.defaultValue=""+e._wrapperState.initialValue:e.defaultValue!==""+r&&(e.defaultValue=""+r))}var Ni=Array.isArray;function nl(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=""+ro(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 dm(e,t){if(t.dangerouslySetInnerHTML!=null)throw Error(O(91));return we({},t,{value:void 0,defaultValue:void 0,children:""+e._wrapperState.initialValue})}function _4(e,t){var r=t.value;if(r==null){if(r=t.children,t=t.defaultValue,r!=null){if(t!=null)throw Error(O(92));if(Ni(r)){if(1<r.length)throw Error(O(93));r=r[0]}t=r}t==null&&(t=""),r=t}e._wrapperState={initialValue:ro(r)}}function lC(e,t){var r=ro(t.value),n=ro(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 F4(e){var t=e.textContent;t===e._wrapperState.initialValue&&t!==""&&t!==null&&(e.value=t)}function iC(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 pm(e,t){return e==null||e==="http://www.w3.org/1999/xhtml"?iC(t):e==="http://www.w3.org/2000/svg"&&t==="foreignObject"?"http://www.w3.org/1999/xhtml":e}var Pu,sC=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(Pu=Pu||document.createElement("div"),Pu.innerHTML="<svg>"+t.valueOf().toString()+"</svg>",t=Pu.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;t.firstChild;)e.appendChild(t.firstChild)}});function Ds(e,t){if(t){var r=e.firstChild;if(r&&r===e.lastChild&&r.nodeType===3){r.nodeValue=t;return}}e.textContent=t}var ns={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},z$=["Webkit","ms","Moz","O"];Object.keys(ns).forEach(function(e){z$.forEach(function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),ns[t]=ns[e]})});function uC(e,t,r){return t==null||typeof t=="boolean"||t===""?"":r||typeof t!="number"||t===0||ns.hasOwnProperty(e)&&ns[e]?(""+t).trim():t+"px"}function cC(e,t){e=e.style;for(var r in t)if(t.hasOwnProperty(r)){var n=r.indexOf("--")===0,o=uC(r,t[r],n);r==="float"&&(r="cssFloat"),n?e.setProperty(r,o):e[r]=o}}var B$=we({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function fm(e,t){if(t){if(B$[e]&&(t.children!=null||t.dangerouslySetInnerHTML!=null))throw Error(O(137,e));if(t.dangerouslySetInnerHTML!=null){if(t.children!=null)throw Error(O(60));if(typeof t.dangerouslySetInnerHTML!="object"||!("__html"in t.dangerouslySetInnerHTML))throw Error(O(61))}if(t.style!=null&&typeof t.style!="object")throw Error(O(62))}}function hm(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 mm=null;function m2(e){return e=e.target||e.srcElement||window,e.correspondingUseElement&&(e=e.correspondingUseElement),e.nodeType===3?e.parentNode:e}var gm=null,ol=null,al=null;function R4(e){if(e=uu(e)){if(typeof gm!="function")throw Error(O(280));var t=e.stateNode;t&&(t=Pd(t),gm(e.stateNode,e.type,t))}}function dC(e){ol?al?al.push(e):al=[e]:ol=e}function pC(){if(ol){var e=ol,t=al;if(al=ol=null,R4(e),t)for(e=0;e<t.length;e++)R4(t[e])}}function fC(e,t){return e(t)}function hC(){}var lp=!1;function mC(e,t,r){if(lp)return e(t,r);lp=!0;try{return fC(e,t,r)}finally{lp=!1,(ol!==null||al!==null)&&(hC(),pC())}}function Ss(e,t){var r=e.stateNode;if(r===null)return null;var n=Pd(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(O(231,t,typeof r));return r}var vm=!1;if(yn)try{var fi={};Object.defineProperty(fi,"passive",{get:function(){vm=!0}}),window.addEventListener("test",fi,fi),window.removeEventListener("test",fi,fi)}catch{vm=!1}function $$(e,t,r,n,o,a,l,i,u){var d=Array.prototype.slice.call(arguments,3);try{t.apply(r,d)}catch(p){this.onError(p)}}var os=!1,y0=null,w0=!1,ym=null,L$={onError:function(e){os=!0,y0=e}};function O$(e,t,r,n,o,a,l,i,u){os=!1,y0=null,$$.apply(L$,arguments)}function M$(e,t,r,n,o,a,l,i,u){if(O$.apply(this,arguments),os){if(os){var d=y0;os=!1,y0=null}else throw Error(O(198));w0||(w0=!0,ym=d)}}function da(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 gC(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 T4(e){if(da(e)!==e)throw Error(O(188))}function P$(e){var t=e.alternate;if(!t){if(t=da(e),t===null)throw Error(O(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 T4(o),e;if(a===n)return T4(o),t;a=a.sibling}throw Error(O(188))}if(r.return!==n.return)r=o,n=a;else{for(var l=!1,i=o.child;i;){if(i===r){l=!0,r=o,n=a;break}if(i===n){l=!0,n=o,r=a;break}i=i.sibling}if(!l){for(i=a.child;i;){if(i===r){l=!0,r=a,n=o;break}if(i===n){l=!0,n=a,r=o;break}i=i.sibling}if(!l)throw Error(O(189))}}if(r.alternate!==n)throw Error(O(190))}if(r.tag!==3)throw Error(O(188));return r.stateNode.current===r?e:t}function vC(e){return e=P$(e),e!==null?yC(e):null}function yC(e){if(e.tag===5||e.tag===6)return e;for(e=e.child;e!==null;){var t=yC(e);if(t!==null)return t;e=e.sibling}return null}var wC=Tt.unstable_scheduleCallback,I4=Tt.unstable_cancelCallback,N$=Tt.unstable_shouldYield,H$=Tt.unstable_requestPaint,Ce=Tt.unstable_now,j$=Tt.unstable_getCurrentPriorityLevel,g2=Tt.unstable_ImmediatePriority,bC=Tt.unstable_UserBlockingPriority,b0=Tt.unstable_NormalPriority,V$=Tt.unstable_LowPriority,EC=Tt.unstable_IdlePriority,$d=null,Hr=null;function U$(e){if(Hr&&typeof Hr.onCommitFiberRoot=="function")try{Hr.onCommitFiberRoot($d,e,void 0,(e.current.flags&128)===128)}catch{}}var ur=Math.clz32?Math.clz32:G$,W$=Math.log,q$=Math.LN2;function G$(e){return e>>>=0,e===0?32:31-(W$(e)/q$|0)|0}var Nu=64,Hu=4194304;function Hi(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 E0(e,t){var r=e.pendingLanes;if(r===0)return 0;var n=0,o=e.suspendedLanes,a=e.pingedLanes,l=r&268435455;if(l!==0){var i=l&~o;i!==0?n=Hi(i):(a&=l,a!==0&&(n=Hi(a)))}else l=r&~o,l!==0?n=Hi(l):a!==0&&(n=Hi(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-ur(t),o=1<<r,n|=e[r],t&=~o;return n}function K$(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 Y$(e,t){for(var r=e.suspendedLanes,n=e.pingedLanes,o=e.expirationTimes,a=e.pendingLanes;0<a;){var l=31-ur(a),i=1<<l,u=o[l];u===-1?(!(i&r)||i&n)&&(o[l]=K$(i,t)):u<=t&&(e.expiredLanes|=i),a&=~i}}function wm(e){return e=e.pendingLanes&-1073741825,e!==0?e:e&1073741824?1073741824:0}function xC(){var e=Nu;return Nu<<=1,!(Nu&4194240)&&(Nu=64),e}function ip(e){for(var t=[],r=0;31>r;r++)t.push(e);return t}function iu(e,t,r){e.pendingLanes|=t,t!==536870912&&(e.suspendedLanes=0,e.pingedLanes=0),e=e.eventTimes,t=31-ur(t),e[t]=r}function Z$(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-ur(r),a=1<<o;t[o]=0,n[o]=-1,e[o]=-1,r&=~a}}function v2(e,t){var r=e.entangledLanes|=t;for(e=e.entanglements;r;){var n=31-ur(r),o=1<<n;o&t|e[n]&t&&(e[n]|=t),r&=~o}}var ue=0;function CC(e){return e&=-e,1<e?4<e?e&268435455?16:536870912:4:1}var DC,y2,SC,kC,AC,bm=!1,ju=[],Wn=null,qn=null,Gn=null,ks=new Map,As=new Map,Nn=[],X$="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 z4(e,t){switch(e){case"focusin":case"focusout":Wn=null;break;case"dragenter":case"dragleave":qn=null;break;case"mouseover":case"mouseout":Gn=null;break;case"pointerover":case"pointerout":ks.delete(t.pointerId);break;case"gotpointercapture":case"lostpointercapture":As.delete(t.pointerId)}}function hi(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=uu(t),t!==null&&y2(t)),e):(e.eventSystemFlags|=n,t=e.targetContainers,o!==null&&t.indexOf(o)===-1&&t.push(o),e)}function J$(e,t,r,n,o){switch(t){case"focusin":return Wn=hi(Wn,e,t,r,n,o),!0;case"dragenter":return qn=hi(qn,e,t,r,n,o),!0;case"mouseover":return Gn=hi(Gn,e,t,r,n,o),!0;case"pointerover":var a=o.pointerId;return ks.set(a,hi(ks.get(a)||null,e,t,r,n,o)),!0;case"gotpointercapture":return a=o.pointerId,As.set(a,hi(As.get(a)||null,e,t,r,n,o)),!0}return!1}function _C(e){var t=Oo(e.target);if(t!==null){var r=da(t);if(r!==null){if(t=r.tag,t===13){if(t=gC(r),t!==null){e.blockedOn=t,AC(e.priority,function(){SC(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 zc(e){if(e.blockedOn!==null)return!1;for(var t=e.targetContainers;0<t.length;){var r=Em(e.domEventName,e.eventSystemFlags,t[0],e.nativeEvent);if(r===null){r=e.nativeEvent;var n=new r.constructor(r.type,r);mm=n,r.target.dispatchEvent(n),mm=null}else return t=uu(r),t!==null&&y2(t),e.blockedOn=r,!1;t.shift()}return!0}function B4(e,t,r){zc(e)&&r.delete(t)}function Q$(){bm=!1,Wn!==null&&zc(Wn)&&(Wn=null),qn!==null&&zc(qn)&&(qn=null),Gn!==null&&zc(Gn)&&(Gn=null),ks.forEach(B4),As.forEach(B4)}function mi(e,t){e.blockedOn===t&&(e.blockedOn=null,bm||(bm=!0,Tt.unstable_scheduleCallback(Tt.unstable_NormalPriority,Q$)))}function _s(e){function t(o){return mi(o,e)}if(0<ju.length){mi(ju[0],e);for(var r=1;r<ju.length;r++){var n=ju[r];n.blockedOn===e&&(n.blockedOn=null)}}for(Wn!==null&&mi(Wn,e),qn!==null&&mi(qn,e),Gn!==null&&mi(Gn,e),ks.forEach(t),As.forEach(t),r=0;r<Nn.length;r++)n=Nn[r],n.blockedOn===e&&(n.blockedOn=null);for(;0<Nn.length&&(r=Nn[0],r.blockedOn===null);)_C(r),r.blockedOn===null&&Nn.shift()}var ll=Dn.ReactCurrentBatchConfig,x0=!0;function eL(e,t,r,n){var o=ue,a=ll.transition;ll.transition=null;try{ue=1,w2(e,t,r,n)}finally{ue=o,ll.transition=a}}function tL(e,t,r,n){var o=ue,a=ll.transition;ll.transition=null;try{ue=4,w2(e,t,r,n)}finally{ue=o,ll.transition=a}}function w2(e,t,r,n){if(x0){var o=Em(e,t,r,n);if(o===null)vp(e,t,n,C0,r),z4(e,n);else if(J$(o,e,t,r,n))n.stopPropagation();else if(z4(e,n),t&4&&-1<X$.indexOf(e)){for(;o!==null;){var a=uu(o);if(a!==null&&DC(a),a=Em(e,t,r,n),a===null&&vp(e,t,n,C0,r),a===o)break;o=a}o!==null&&n.stopPropagation()}else vp(e,t,n,null,r)}}var C0=null;function Em(e,t,r,n){if(C0=null,e=m2(n),e=Oo(e),e!==null)if(t=da(e),t===null)e=null;else if(r=t.tag,r===13){if(e=gC(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 C0=e,null}function FC(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(j$()){case g2:return 1;case bC:return 4;case b0:case V$:return 16;case EC:return 536870912;default:return 16}default:return 16}}var Vn=null,b2=null,Bc=null;function RC(){if(Bc)return Bc;var e,t=b2,r=t.length,n,o="value"in Vn?Vn.value:Vn.textContent,a=o.length;for(e=0;e<r&&t[e]===o[e];e++);var l=r-e;for(n=1;n<=l&&t[r-n]===o[a-n];n++);return Bc=o.slice(e,1<n?1-n:void 0)}function $c(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 Vu(){return!0}function $4(){return!1}function $t(e){function t(r,n,o,a,l){this._reactName=r,this._targetInst=o,this.type=n,this.nativeEvent=a,this.target=l,this.currentTarget=null;for(var i in e)e.hasOwnProperty(i)&&(r=e[i],this[i]=r?r(a):a[i]);return this.isDefaultPrevented=(a.defaultPrevented!=null?a.defaultPrevented:a.returnValue===!1)?Vu:$4,this.isPropagationStopped=$4,this}return we(t.prototype,{preventDefault:function(){this.defaultPrevented=!0;var r=this.nativeEvent;r&&(r.preventDefault?r.preventDefault():typeof r.returnValue!="unknown"&&(r.returnValue=!1),this.isDefaultPrevented=Vu)},stopPropagation:function(){var r=this.nativeEvent;r&&(r.stopPropagation?r.stopPropagation():typeof r.cancelBubble!="unknown"&&(r.cancelBubble=!0),this.isPropagationStopped=Vu)},persist:function(){},isPersistent:Vu}),t}var Zl={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},E2=$t(Zl),su=we({},Zl,{view:0,detail:0}),rL=$t(su),sp,up,gi,Ld=we({},su,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:x2,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!==gi&&(gi&&e.type==="mousemove"?(sp=e.screenX-gi.screenX,up=e.screenY-gi.screenY):up=sp=0,gi=e),sp)},movementY:function(e){return"movementY"in e?e.movementY:up}}),L4=$t(Ld),nL=we({},Ld,{dataTransfer:0}),oL=$t(nL),aL=we({},su,{relatedTarget:0}),cp=$t(aL),lL=we({},Zl,{animationName:0,elapsedTime:0,pseudoElement:0}),iL=$t(lL),sL=we({},Zl,{clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}}),uL=$t(sL),cL=we({},Zl,{data:0}),O4=$t(cL),dL={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},pL={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"},fL={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function hL(e){var t=this.nativeEvent;return t.getModifierState?t.getModifierState(e):(e=fL[e])?!!t[e]:!1}function x2(){return hL}var mL=we({},su,{key:function(e){if(e.key){var t=dL[e.key]||e.key;if(t!=="Unidentified")return t}return e.type==="keypress"?(e=$c(e),e===13?"Enter":String.fromCharCode(e)):e.type==="keydown"||e.type==="keyup"?pL[e.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:x2,charCode:function(e){return e.type==="keypress"?$c(e):0},keyCode:function(e){return e.type==="keydown"||e.type==="keyup"?e.keyCode:0},which:function(e){return e.type==="keypress"?$c(e):e.type==="keydown"||e.type==="keyup"?e.keyCode:0}}),gL=$t(mL),vL=we({},Ld,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),M4=$t(vL),yL=we({},su,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:x2}),wL=$t(yL),bL=we({},Zl,{propertyName:0,elapsedTime:0,pseudoElement:0}),EL=$t(bL),xL=we({},Ld,{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}),CL=$t(xL),DL=[9,13,27,32],C2=yn&&"CompositionEvent"in window,as=null;yn&&"documentMode"in document&&(as=document.documentMode);var SL=yn&&"TextEvent"in window&&!as,TC=yn&&(!C2||as&&8<as&&11>=as),P4=" ",N4=!1;function IC(e,t){switch(e){case"keyup":return DL.indexOf(t.keyCode)!==-1;case"keydown":return t.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function zC(e){return e=e.detail,typeof e=="object"&&"data"in e?e.data:null}var Wa=!1;function kL(e,t){switch(e){case"compositionend":return zC(t);case"keypress":return t.which!==32?null:(N4=!0,P4);case"textInput":return e=t.data,e===P4&&N4?null:e;default:return null}}function AL(e,t){if(Wa)return e==="compositionend"||!C2&&IC(e,t)?(e=RC(),Bc=b2=Vn=null,Wa=!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 TC&&t.locale!=="ko"?null:t.data;default:return null}}var _L={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 H4(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t==="input"?!!_L[e.type]:t==="textarea"}function BC(e,t,r,n){dC(n),t=D0(t,"onChange"),0<t.length&&(r=new E2("onChange","change",null,r,n),e.push({event:r,listeners:t}))}var ls=null,Fs=null;function FL(e){WC(e,0)}function Od(e){var t=Ka(e);if(oC(t))return e}function RL(e,t){if(e==="change")return t}var $C=!1;if(yn){var dp;if(yn){var pp="oninput"in document;if(!pp){var j4=document.createElement("div");j4.setAttribute("oninput","return;"),pp=typeof j4.oninput=="function"}dp=pp}else dp=!1;$C=dp&&(!document.documentMode||9<document.documentMode)}function V4(){ls&&(ls.detachEvent("onpropertychange",LC),Fs=ls=null)}function LC(e){if(e.propertyName==="value"&&Od(Fs)){var t=[];BC(t,Fs,e,m2(e)),mC(FL,t)}}function TL(e,t,r){e==="focusin"?(V4(),ls=t,Fs=r,ls.attachEvent("onpropertychange",LC)):e==="focusout"&&V4()}function IL(e){if(e==="selectionchange"||e==="keyup"||e==="keydown")return Od(Fs)}function zL(e,t){if(e==="click")return Od(t)}function BL(e,t){if(e==="input"||e==="change")return Od(t)}function $L(e,t){return e===t&&(e!==0||1/e===1/t)||e!==e&&t!==t}var pr=typeof Object.is=="function"?Object.is:$L;function Rs(e,t){if(pr(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(!nm.call(t,o)||!pr(e[o],t[o]))return!1}return!0}function U4(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function W4(e,t){var r=U4(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=U4(r)}}function OC(e,t){return e&&t?e===t?!0:e&&e.nodeType===3?!1:t&&t.nodeType===3?OC(e,t.parentNode):"contains"in e?e.contains(t):e.compareDocumentPosition?!!(e.compareDocumentPosition(t)&16):!1:!1}function MC(){for(var e=window,t=v0();t instanceof e.HTMLIFrameElement;){try{var r=typeof t.contentWindow.location.href=="string"}catch{r=!1}if(r)e=t.contentWindow;else break;t=v0(e.document)}return t}function D2(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 LL(e){var t=MC(),r=e.focusedElem,n=e.selectionRange;if(t!==r&&r&&r.ownerDocument&&OC(r.ownerDocument.documentElement,r)){if(n!==null&&D2(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=W4(r,a);var l=W4(r,n);o&&l&&(e.rangeCount!==1||e.anchorNode!==o.node||e.anchorOffset!==o.offset||e.focusNode!==l.node||e.focusOffset!==l.offset)&&(t=t.createRange(),t.setStart(o.node,o.offset),e.removeAllRanges(),a>n?(e.addRange(t),e.extend(l.node,l.offset)):(t.setEnd(l.node,l.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 OL=yn&&"documentMode"in document&&11>=document.documentMode,qa=null,xm=null,is=null,Cm=!1;function q4(e,t,r){var n=r.window===r?r.document:r.nodeType===9?r:r.ownerDocument;Cm||qa==null||qa!==v0(n)||(n=qa,"selectionStart"in n&&D2(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}),is&&Rs(is,n)||(is=n,n=D0(xm,"onSelect"),0<n.length&&(t=new E2("onSelect","select",null,t,r),e.push({event:t,listeners:n}),t.target=qa)))}function Uu(e,t){var r={};return r[e.toLowerCase()]=t.toLowerCase(),r["Webkit"+e]="webkit"+t,r["Moz"+e]="moz"+t,r}var Ga={animationend:Uu("Animation","AnimationEnd"),animationiteration:Uu("Animation","AnimationIteration"),animationstart:Uu("Animation","AnimationStart"),transitionend:Uu("Transition","TransitionEnd")},fp={},PC={};yn&&(PC=document.createElement("div").style,"AnimationEvent"in window||(delete Ga.animationend.animation,delete Ga.animationiteration.animation,delete Ga.animationstart.animation),"TransitionEvent"in window||delete Ga.transitionend.transition);function Md(e){if(fp[e])return fp[e];if(!Ga[e])return e;var t=Ga[e],r;for(r in t)if(t.hasOwnProperty(r)&&r in PC)return fp[e]=t[r];return e}var NC=Md("animationend"),HC=Md("animationiteration"),jC=Md("animationstart"),VC=Md("transitionend"),UC=new Map,G4="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 po(e,t){UC.set(e,t),ca(t,[e])}for(var hp=0;hp<G4.length;hp++){var mp=G4[hp],ML=mp.toLowerCase(),PL=mp[0].toUpperCase()+mp.slice(1);po(ML,"on"+PL)}po(NC,"onAnimationEnd");po(HC,"onAnimationIteration");po(jC,"onAnimationStart");po("dblclick","onDoubleClick");po("focusin","onFocus");po("focusout","onBlur");po(VC,"onTransitionEnd");_l("onMouseEnter",["mouseout","mouseover"]);_l("onMouseLeave",["mouseout","mouseover"]);_l("onPointerEnter",["pointerout","pointerover"]);_l("onPointerLeave",["pointerout","pointerover"]);ca("onChange","change click focusin focusout input keydown keyup selectionchange".split(" "));ca("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" "));ca("onBeforeInput",["compositionend","keypress","textInput","paste"]);ca("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" "));ca("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" "));ca("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var ji="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(" "),NL=new Set("cancel close invalid load scroll toggle".split(" ").concat(ji));function K4(e,t,r){var n=e.type||"unknown-event";e.currentTarget=r,M$(n,t,void 0,e),e.currentTarget=null}function WC(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 l=n.length-1;0<=l;l--){var i=n[l],u=i.instance,d=i.currentTarget;if(i=i.listener,u!==a&&o.isPropagationStopped())break e;K4(o,i,d),a=u}else for(l=0;l<n.length;l++){if(i=n[l],u=i.instance,d=i.currentTarget,i=i.listener,u!==a&&o.isPropagationStopped())break e;K4(o,i,d),a=u}}}if(w0)throw e=ym,w0=!1,ym=null,e}function de(e,t){var r=t[_m];r===void 0&&(r=t[_m]=new Set);var n=e+"__bubble";r.has(n)||(qC(t,e,2,!1),r.add(n))}function gp(e,t,r){var n=0;t&&(n|=4),qC(r,e,n,t)}var Wu="_reactListening"+Math.random().toString(36).slice(2);function Ts(e){if(!e[Wu]){e[Wu]=!0,Qx.forEach(function(r){r!=="selectionchange"&&(NL.has(r)||gp(r,!1,e),gp(r,!0,e))});var t=e.nodeType===9?e:e.ownerDocument;t===null||t[Wu]||(t[Wu]=!0,gp("selectionchange",!1,t))}}function qC(e,t,r,n){switch(FC(t)){case 1:var o=eL;break;case 4:o=tL;break;default:o=w2}r=o.bind(null,t,r,e),o=void 0,!vm||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 vp(e,t,r,n,o){var a=n;if(!(t&1)&&!(t&2)&&n!==null)e:for(;;){if(n===null)return;var l=n.tag;if(l===3||l===4){var i=n.stateNode.containerInfo;if(i===o||i.nodeType===8&&i.parentNode===o)break;if(l===4)for(l=n.return;l!==null;){var u=l.tag;if((u===3||u===4)&&(u=l.stateNode.containerInfo,u===o||u.nodeType===8&&u.parentNode===o))return;l=l.return}for(;i!==null;){if(l=Oo(i),l===null)return;if(u=l.tag,u===5||u===6){n=a=l;continue e}i=i.parentNode}}n=n.return}mC(function(){var d=a,p=m2(r),m=[];e:{var h=UC.get(e);if(h!==void 0){var f=E2,v=e;switch(e){case"keypress":if($c(r)===0)break e;case"keydown":case"keyup":f=gL;break;case"focusin":v="focus",f=cp;break;case"focusout":v="blur",f=cp;break;case"beforeblur":case"afterblur":f=cp;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":f=L4;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":f=oL;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":f=wL;break;case NC:case HC:case jC:f=iL;break;case VC:f=EL;break;case"scroll":f=rL;break;case"wheel":f=CL;break;case"copy":case"cut":case"paste":f=uL;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":f=M4}var g=(t&4)!==0,C=!g&&e==="scroll",b=g?h!==null?h+"Capture":null:h;g=[];for(var y=d,E;y!==null;){E=y;var x=E.stateNode;if(E.tag===5&&x!==null&&(E=x,b!==null&&(x=Ss(y,b),x!=null&&g.push(Is(y,x,E)))),C)break;y=y.return}0<g.length&&(h=new f(h,v,null,r,p),m.push({event:h,listeners:g}))}}if(!(t&7)){e:{if(h=e==="mouseover"||e==="pointerover",f=e==="mouseout"||e==="pointerout",h&&r!==mm&&(v=r.relatedTarget||r.fromElement)&&(Oo(v)||v[wn]))break e;if((f||h)&&(h=p.window===p?p:(h=p.ownerDocument)?h.defaultView||h.parentWindow:window,f?(v=r.relatedTarget||r.toElement,f=d,v=v?Oo(v):null,v!==null&&(C=da(v),v!==C||v.tag!==5&&v.tag!==6)&&(v=null)):(f=null,v=d),f!==v)){if(g=L4,x="onMouseLeave",b="onMouseEnter",y="mouse",(e==="pointerout"||e==="pointerover")&&(g=M4,x="onPointerLeave",b="onPointerEnter",y="pointer"),C=f==null?h:Ka(f),E=v==null?h:Ka(v),h=new g(x,y+"leave",f,r,p),h.target=C,h.relatedTarget=E,x=null,Oo(p)===d&&(g=new g(b,y+"enter",v,r,p),g.target=E,g.relatedTarget=C,x=g),C=x,f&&v)t:{for(g=f,b=v,y=0,E=g;E;E=ka(E))y++;for(E=0,x=b;x;x=ka(x))E++;for(;0<y-E;)g=ka(g),y--;for(;0<E-y;)b=ka(b),E--;for(;y--;){if(g===b||b!==null&&g===b.alternate)break t;g=ka(g),b=ka(b)}g=null}else g=null;f!==null&&Y4(m,h,f,g,!1),v!==null&&C!==null&&Y4(m,C,v,g,!0)}}e:{if(h=d?Ka(d):window,f=h.nodeName&&h.nodeName.toLowerCase(),f==="select"||f==="input"&&h.type==="file")var D=RL;else if(H4(h))if($C)D=BL;else{D=IL;var S=TL}else(f=h.nodeName)&&f.toLowerCase()==="input"&&(h.type==="checkbox"||h.type==="radio")&&(D=zL);if(D&&(D=D(e,d))){BC(m,D,r,p);break e}S&&S(e,h,d),e==="focusout"&&(S=h._wrapperState)&&S.controlled&&h.type==="number"&&cm(h,"number",h.value)}switch(S=d?Ka(d):window,e){case"focusin":(H4(S)||S.contentEditable==="true")&&(qa=S,xm=d,is=null);break;case"focusout":is=xm=qa=null;break;case"mousedown":Cm=!0;break;case"contextmenu":case"mouseup":case"dragend":Cm=!1,q4(m,r,p);break;case"selectionchange":if(OL)break;case"keydown":case"keyup":q4(m,r,p)}var k;if(C2)e:{switch(e){case"compositionstart":var A="onCompositionStart";break e;case"compositionend":A="onCompositionEnd";break e;case"compositionupdate":A="onCompositionUpdate";break e}A=void 0}else Wa?IC(e,r)&&(A="onCompositionEnd"):e==="keydown"&&r.keyCode===229&&(A="onCompositionStart");A&&(TC&&r.locale!=="ko"&&(Wa||A!=="onCompositionStart"?A==="onCompositionEnd"&&Wa&&(k=RC()):(Vn=p,b2="value"in Vn?Vn.value:Vn.textContent,Wa=!0)),S=D0(d,A),0<S.length&&(A=new O4(A,e,null,r,p),m.push({event:A,listeners:S}),k?A.data=k:(k=zC(r),k!==null&&(A.data=k)))),(k=SL?kL(e,r):AL(e,r))&&(d=D0(d,"onBeforeInput"),0<d.length&&(p=new O4("onBeforeInput","beforeinput",null,r,p),m.push({event:p,listeners:d}),p.data=k))}WC(m,t)})}function Is(e,t,r){return{instance:e,listener:t,currentTarget:r}}function D0(e,t){for(var r=t+"Capture",n=[];e!==null;){var o=e,a=o.stateNode;o.tag===5&&a!==null&&(o=a,a=Ss(e,r),a!=null&&n.unshift(Is(e,a,o)),a=Ss(e,t),a!=null&&n.push(Is(e,a,o))),e=e.return}return n}function ka(e){if(e===null)return null;do e=e.return;while(e&&e.tag!==5);return e||null}function Y4(e,t,r,n,o){for(var a=t._reactName,l=[];r!==null&&r!==n;){var i=r,u=i.alternate,d=i.stateNode;if(u!==null&&u===n)break;i.tag===5&&d!==null&&(i=d,o?(u=Ss(r,a),u!=null&&l.unshift(Is(r,u,i))):o||(u=Ss(r,a),u!=null&&l.push(Is(r,u,i)))),r=r.return}l.length!==0&&e.push({event:t,listeners:l})}var HL=/\r\n?/g,jL=/\u0000|\uFFFD/g;function Z4(e){return(typeof e=="string"?e:""+e).replace(HL,`
|
|
244
|
-
`).replace(jL,"")}function qu(e,t,r){if(t=Z4(t),Z4(e)!==t&&r)throw Error(O(425))}function S0(){}var Dm=null,Sm=null;function km(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 Am=typeof setTimeout=="function"?setTimeout:void 0,VL=typeof clearTimeout=="function"?clearTimeout:void 0,X4=typeof Promise=="function"?Promise:void 0,UL=typeof queueMicrotask=="function"?queueMicrotask:typeof X4<"u"?function(e){return X4.resolve(null).then(e).catch(WL)}:Am;function WL(e){setTimeout(function(){throw e})}function yp(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),_s(t);return}n--}else r!=="$"&&r!=="$?"&&r!=="$!"||n++;r=o}while(r);_s(t)}function Kn(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 J4(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 Xl=Math.random().toString(36).slice(2),$r="__reactFiber$"+Xl,zs="__reactProps$"+Xl,wn="__reactContainer$"+Xl,_m="__reactEvents$"+Xl,qL="__reactListeners$"+Xl,GL="__reactHandles$"+Xl;function Oo(e){var t=e[$r];if(t)return t;for(var r=e.parentNode;r;){if(t=r[wn]||r[$r]){if(r=t.alternate,t.child!==null||r!==null&&r.child!==null)for(e=J4(e);e!==null;){if(r=e[$r])return r;e=J4(e)}return t}e=r,r=e.parentNode}return null}function uu(e){return e=e[$r]||e[wn],!e||e.tag!==5&&e.tag!==6&&e.tag!==13&&e.tag!==3?null:e}function Ka(e){if(e.tag===5||e.tag===6)return e.stateNode;throw Error(O(33))}function Pd(e){return e[zs]||null}var Fm=[],Ya=-1;function fo(e){return{current:e}}function fe(e){0>Ya||(e.current=Fm[Ya],Fm[Ya]=null,Ya--)}function ce(e,t){Ya++,Fm[Ya]=e.current,e.current=t}var no={},tt=fo(no),mt=fo(!1),Jo=no;function Fl(e,t){var r=e.type.contextTypes;if(!r)return no;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 gt(e){return e=e.childContextTypes,e!=null}function k0(){fe(mt),fe(tt)}function Q4(e,t,r){if(tt.current!==no)throw Error(O(168));ce(tt,t),ce(mt,r)}function GC(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(O(108,T$(e)||"Unknown",o));return we({},r,n)}function A0(e){return e=(e=e.stateNode)&&e.__reactInternalMemoizedMergedChildContext||no,Jo=tt.current,ce(tt,e),ce(mt,mt.current),!0}function e3(e,t,r){var n=e.stateNode;if(!n)throw Error(O(169));r?(e=GC(e,t,Jo),n.__reactInternalMemoizedMergedChildContext=e,fe(mt),fe(tt),ce(tt,e)):fe(mt),ce(mt,r)}var cn=null,Nd=!1,wp=!1;function KC(e){cn===null?cn=[e]:cn.push(e)}function KL(e){Nd=!0,KC(e)}function ho(){if(!wp&&cn!==null){wp=!0;var e=0,t=ue;try{var r=cn;for(ue=1;e<r.length;e++){var n=r[e];do n=n(!0);while(n!==null)}cn=null,Nd=!1}catch(o){throw cn!==null&&(cn=cn.slice(e+1)),wC(g2,ho),o}finally{ue=t,wp=!1}}return null}var Za=[],Xa=0,_0=null,F0=0,Lt=[],Ot=0,Qo=null,pn=1,fn="";function Ro(e,t){Za[Xa++]=F0,Za[Xa++]=_0,_0=e,F0=t}function YC(e,t,r){Lt[Ot++]=pn,Lt[Ot++]=fn,Lt[Ot++]=Qo,Qo=e;var n=pn;e=fn;var o=32-ur(n)-1;n&=~(1<<o),r+=1;var a=32-ur(t)+o;if(30<a){var l=o-o%5;a=(n&(1<<l)-1).toString(32),n>>=l,o-=l,pn=1<<32-ur(t)+o|r<<o|n,fn=a+e}else pn=1<<a|r<<o|n,fn=e}function S2(e){e.return!==null&&(Ro(e,1),YC(e,1,0))}function k2(e){for(;e===_0;)_0=Za[--Xa],Za[Xa]=null,F0=Za[--Xa],Za[Xa]=null;for(;e===Qo;)Qo=Lt[--Ot],Lt[Ot]=null,fn=Lt[--Ot],Lt[Ot]=null,pn=Lt[--Ot],Lt[Ot]=null}var _t=null,At=null,me=!1,or=null;function ZC(e,t){var r=Mt(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 t3(e,t){switch(e.tag){case 5:var r=e.type;return t=t.nodeType!==1||r.toLowerCase()!==t.nodeName.toLowerCase()?null:t,t!==null?(e.stateNode=t,_t=e,At=Kn(t.firstChild),!0):!1;case 6:return t=e.pendingProps===""||t.nodeType!==3?null:t,t!==null?(e.stateNode=t,_t=e,At=null,!0):!1;case 13:return t=t.nodeType!==8?null:t,t!==null?(r=Qo!==null?{id:pn,overflow:fn}:null,e.memoizedState={dehydrated:t,treeContext:r,retryLane:1073741824},r=Mt(18,null,null,0),r.stateNode=t,r.return=e,e.child=r,_t=e,At=null,!0):!1;default:return!1}}function Rm(e){return(e.mode&1)!==0&&(e.flags&128)===0}function Tm(e){if(me){var t=At;if(t){var r=t;if(!t3(e,t)){if(Rm(e))throw Error(O(418));t=Kn(r.nextSibling);var n=_t;t&&t3(e,t)?ZC(n,r):(e.flags=e.flags&-4097|2,me=!1,_t=e)}}else{if(Rm(e))throw Error(O(418));e.flags=e.flags&-4097|2,me=!1,_t=e}}}function r3(e){for(e=e.return;e!==null&&e.tag!==5&&e.tag!==3&&e.tag!==13;)e=e.return;_t=e}function Gu(e){if(e!==_t)return!1;if(!me)return r3(e),me=!0,!1;var t;if((t=e.tag!==3)&&!(t=e.tag!==5)&&(t=e.type,t=t!=="head"&&t!=="body"&&!km(e.type,e.memoizedProps)),t&&(t=At)){if(Rm(e))throw XC(),Error(O(418));for(;t;)ZC(e,t),t=Kn(t.nextSibling)}if(r3(e),e.tag===13){if(e=e.memoizedState,e=e!==null?e.dehydrated:null,!e)throw Error(O(317));e:{for(e=e.nextSibling,t=0;e;){if(e.nodeType===8){var r=e.data;if(r==="/$"){if(t===0){At=Kn(e.nextSibling);break e}t--}else r!=="$"&&r!=="$!"&&r!=="$?"||t++}e=e.nextSibling}At=null}}else At=_t?Kn(e.stateNode.nextSibling):null;return!0}function XC(){for(var e=At;e;)e=Kn(e.nextSibling)}function Rl(){At=_t=null,me=!1}function A2(e){or===null?or=[e]:or.push(e)}var YL=Dn.ReactCurrentBatchConfig;function yi(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(O(309));var n=r.stateNode}if(!n)throw Error(O(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(l){var i=o.refs;l===null?delete i[a]:i[a]=l},t._stringRef=a,t)}if(typeof e!="string")throw Error(O(284));if(!r._owner)throw Error(O(290,e))}return e}function Ku(e,t){throw e=Object.prototype.toString.call(t),Error(O(31,e==="[object Object]"?"object with keys {"+Object.keys(t).join(", ")+"}":e))}function n3(e){var t=e._init;return t(e._payload)}function JC(e){function t(b,y){if(e){var E=b.deletions;E===null?(b.deletions=[y],b.flags|=16):E.push(y)}}function r(b,y){if(!e)return null;for(;y!==null;)t(b,y),y=y.sibling;return null}function n(b,y){for(b=new Map;y!==null;)y.key!==null?b.set(y.key,y):b.set(y.index,y),y=y.sibling;return b}function o(b,y){return b=Jn(b,y),b.index=0,b.sibling=null,b}function a(b,y,E){return b.index=E,e?(E=b.alternate,E!==null?(E=E.index,E<y?(b.flags|=2,y):E):(b.flags|=2,y)):(b.flags|=1048576,y)}function l(b){return e&&b.alternate===null&&(b.flags|=2),b}function i(b,y,E,x){return y===null||y.tag!==6?(y=kp(E,b.mode,x),y.return=b,y):(y=o(y,E),y.return=b,y)}function u(b,y,E,x){var D=E.type;return D===Ua?p(b,y,E.props.children,x,E.key):y!==null&&(y.elementType===D||typeof D=="object"&&D!==null&&D.$$typeof===$n&&n3(D)===y.type)?(x=o(y,E.props),x.ref=yi(b,y,E),x.return=b,x):(x=jc(E.type,E.key,E.props,null,b.mode,x),x.ref=yi(b,y,E),x.return=b,x)}function d(b,y,E,x){return y===null||y.tag!==4||y.stateNode.containerInfo!==E.containerInfo||y.stateNode.implementation!==E.implementation?(y=Ap(E,b.mode,x),y.return=b,y):(y=o(y,E.children||[]),y.return=b,y)}function p(b,y,E,x,D){return y===null||y.tag!==7?(y=Ko(E,b.mode,x,D),y.return=b,y):(y=o(y,E),y.return=b,y)}function m(b,y,E){if(typeof y=="string"&&y!==""||typeof y=="number")return y=kp(""+y,b.mode,E),y.return=b,y;if(typeof y=="object"&&y!==null){switch(y.$$typeof){case Ou:return E=jc(y.type,y.key,y.props,null,b.mode,E),E.ref=yi(b,null,y),E.return=b,E;case Va:return y=Ap(y,b.mode,E),y.return=b,y;case $n:var x=y._init;return m(b,x(y._payload),E)}if(Ni(y)||pi(y))return y=Ko(y,b.mode,E,null),y.return=b,y;Ku(b,y)}return null}function h(b,y,E,x){var D=y!==null?y.key:null;if(typeof E=="string"&&E!==""||typeof E=="number")return D!==null?null:i(b,y,""+E,x);if(typeof E=="object"&&E!==null){switch(E.$$typeof){case Ou:return E.key===D?u(b,y,E,x):null;case Va:return E.key===D?d(b,y,E,x):null;case $n:return D=E._init,h(b,y,D(E._payload),x)}if(Ni(E)||pi(E))return D!==null?null:p(b,y,E,x,null);Ku(b,E)}return null}function f(b,y,E,x,D){if(typeof x=="string"&&x!==""||typeof x=="number")return b=b.get(E)||null,i(y,b,""+x,D);if(typeof x=="object"&&x!==null){switch(x.$$typeof){case Ou:return b=b.get(x.key===null?E:x.key)||null,u(y,b,x,D);case Va:return b=b.get(x.key===null?E:x.key)||null,d(y,b,x,D);case $n:var S=x._init;return f(b,y,E,S(x._payload),D)}if(Ni(x)||pi(x))return b=b.get(E)||null,p(y,b,x,D,null);Ku(y,x)}return null}function v(b,y,E,x){for(var D=null,S=null,k=y,A=y=0,_=null;k!==null&&A<E.length;A++){k.index>A?(_=k,k=null):_=k.sibling;var R=h(b,k,E[A],x);if(R===null){k===null&&(k=_);break}e&&k&&R.alternate===null&&t(b,k),y=a(R,y,A),S===null?D=R:S.sibling=R,S=R,k=_}if(A===E.length)return r(b,k),me&&Ro(b,A),D;if(k===null){for(;A<E.length;A++)k=m(b,E[A],x),k!==null&&(y=a(k,y,A),S===null?D=k:S.sibling=k,S=k);return me&&Ro(b,A),D}for(k=n(b,k);A<E.length;A++)_=f(k,b,A,E[A],x),_!==null&&(e&&_.alternate!==null&&k.delete(_.key===null?A:_.key),y=a(_,y,A),S===null?D=_:S.sibling=_,S=_);return e&&k.forEach(function(I){return t(b,I)}),me&&Ro(b,A),D}function g(b,y,E,x){var D=pi(E);if(typeof D!="function")throw Error(O(150));if(E=D.call(E),E==null)throw Error(O(151));for(var S=D=null,k=y,A=y=0,_=null,R=E.next();k!==null&&!R.done;A++,R=E.next()){k.index>A?(_=k,k=null):_=k.sibling;var I=h(b,k,R.value,x);if(I===null){k===null&&(k=_);break}e&&k&&I.alternate===null&&t(b,k),y=a(I,y,A),S===null?D=I:S.sibling=I,S=I,k=_}if(R.done)return r(b,k),me&&Ro(b,A),D;if(k===null){for(;!R.done;A++,R=E.next())R=m(b,R.value,x),R!==null&&(y=a(R,y,A),S===null?D=R:S.sibling=R,S=R);return me&&Ro(b,A),D}for(k=n(b,k);!R.done;A++,R=E.next())R=f(k,b,A,R.value,x),R!==null&&(e&&R.alternate!==null&&k.delete(R.key===null?A:R.key),y=a(R,y,A),S===null?D=R:S.sibling=R,S=R);return e&&k.forEach(function($){return t(b,$)}),me&&Ro(b,A),D}function C(b,y,E,x){if(typeof E=="object"&&E!==null&&E.type===Ua&&E.key===null&&(E=E.props.children),typeof E=="object"&&E!==null){switch(E.$$typeof){case Ou:e:{for(var D=E.key,S=y;S!==null;){if(S.key===D){if(D=E.type,D===Ua){if(S.tag===7){r(b,S.sibling),y=o(S,E.props.children),y.return=b,b=y;break e}}else if(S.elementType===D||typeof D=="object"&&D!==null&&D.$$typeof===$n&&n3(D)===S.type){r(b,S.sibling),y=o(S,E.props),y.ref=yi(b,S,E),y.return=b,b=y;break e}r(b,S);break}else t(b,S);S=S.sibling}E.type===Ua?(y=Ko(E.props.children,b.mode,x,E.key),y.return=b,b=y):(x=jc(E.type,E.key,E.props,null,b.mode,x),x.ref=yi(b,y,E),x.return=b,b=x)}return l(b);case Va:e:{for(S=E.key;y!==null;){if(y.key===S)if(y.tag===4&&y.stateNode.containerInfo===E.containerInfo&&y.stateNode.implementation===E.implementation){r(b,y.sibling),y=o(y,E.children||[]),y.return=b,b=y;break e}else{r(b,y);break}else t(b,y);y=y.sibling}y=Ap(E,b.mode,x),y.return=b,b=y}return l(b);case $n:return S=E._init,C(b,y,S(E._payload),x)}if(Ni(E))return v(b,y,E,x);if(pi(E))return g(b,y,E,x);Ku(b,E)}return typeof E=="string"&&E!==""||typeof E=="number"?(E=""+E,y!==null&&y.tag===6?(r(b,y.sibling),y=o(y,E),y.return=b,b=y):(r(b,y),y=kp(E,b.mode,x),y.return=b,b=y),l(b)):r(b,y)}return C}var Tl=JC(!0),QC=JC(!1),R0=fo(null),T0=null,Ja=null,_2=null;function F2(){_2=Ja=T0=null}function R2(e){var t=R0.current;fe(R0),e._currentValue=t}function Im(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 il(e,t){T0=e,_2=Ja=null,e=e.dependencies,e!==null&&e.firstContext!==null&&(e.lanes&t&&(ft=!0),e.firstContext=null)}function jt(e){var t=e._currentValue;if(_2!==e)if(e={context:e,memoizedValue:t,next:null},Ja===null){if(T0===null)throw Error(O(308));Ja=e,T0.dependencies={lanes:0,firstContext:e}}else Ja=Ja.next=e;return t}var Mo=null;function T2(e){Mo===null?Mo=[e]:Mo.push(e)}function e9(e,t,r,n){var o=t.interleaved;return o===null?(r.next=r,T2(t)):(r.next=o.next,o.next=r),t.interleaved=r,bn(e,n)}function bn(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 Ln=!1;function I2(e){e.updateQueue={baseState:e.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:0},effects:null}}function t9(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 hn(e,t){return{eventTime:e,lane:t,tag:0,payload:null,callback:null,next:null}}function Yn(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,bn(e,r)}return o=n.interleaved,o===null?(t.next=t,T2(n)):(t.next=o.next,o.next=t),n.interleaved=t,bn(e,r)}function Lc(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,v2(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 l={eventTime:r.eventTime,lane:r.lane,tag:r.tag,payload:r.payload,callback:r.callback,next:null};a===null?o=a=l:a=a.next=l,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 I0(e,t,r,n){var o=e.updateQueue;Ln=!1;var a=o.firstBaseUpdate,l=o.lastBaseUpdate,i=o.shared.pending;if(i!==null){o.shared.pending=null;var u=i,d=u.next;u.next=null,l===null?a=d:l.next=d,l=u;var p=e.alternate;p!==null&&(p=p.updateQueue,i=p.lastBaseUpdate,i!==l&&(i===null?p.firstBaseUpdate=d:i.next=d,p.lastBaseUpdate=u))}if(a!==null){var m=o.baseState;l=0,p=d=u=null,i=a;do{var h=i.lane,f=i.eventTime;if((n&h)===h){p!==null&&(p=p.next={eventTime:f,lane:0,tag:i.tag,payload:i.payload,callback:i.callback,next:null});e:{var v=e,g=i;switch(h=t,f=r,g.tag){case 1:if(v=g.payload,typeof v=="function"){m=v.call(f,m,h);break e}m=v;break e;case 3:v.flags=v.flags&-65537|128;case 0:if(v=g.payload,h=typeof v=="function"?v.call(f,m,h):v,h==null)break e;m=we({},m,h);break e;case 2:Ln=!0}}i.callback!==null&&i.lane!==0&&(e.flags|=64,h=o.effects,h===null?o.effects=[i]:h.push(i))}else f={eventTime:f,lane:h,tag:i.tag,payload:i.payload,callback:i.callback,next:null},p===null?(d=p=f,u=m):p=p.next=f,l|=h;if(i=i.next,i===null){if(i=o.shared.pending,i===null)break;h=i,i=h.next,h.next=null,o.lastBaseUpdate=h,o.shared.pending=null}}while(!0);if(p===null&&(u=m),o.baseState=u,o.firstBaseUpdate=d,o.lastBaseUpdate=p,t=o.shared.interleaved,t!==null){o=t;do l|=o.lane,o=o.next;while(o!==t)}else a===null&&(o.shared.lanes=0);ta|=l,e.lanes=l,e.memoizedState=m}}function a3(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(O(191,o));o.call(n)}}}var cu={},jr=fo(cu),Bs=fo(cu),$s=fo(cu);function Po(e){if(e===cu)throw Error(O(174));return e}function z2(e,t){switch(ce($s,t),ce(Bs,e),ce(jr,cu),e=t.nodeType,e){case 9:case 11:t=(t=t.documentElement)?t.namespaceURI:pm(null,"");break;default:e=e===8?t.parentNode:t,t=e.namespaceURI||null,e=e.tagName,t=pm(t,e)}fe(jr),ce(jr,t)}function Il(){fe(jr),fe(Bs),fe($s)}function r9(e){Po($s.current);var t=Po(jr.current),r=pm(t,e.type);t!==r&&(ce(Bs,e),ce(jr,r))}function B2(e){Bs.current===e&&(fe(jr),fe(Bs))}var ve=fo(0);function z0(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 bp=[];function $2(){for(var e=0;e<bp.length;e++)bp[e]._workInProgressVersionPrimary=null;bp.length=0}var Oc=Dn.ReactCurrentDispatcher,Ep=Dn.ReactCurrentBatchConfig,ea=0,ye=null,Ie=null,Oe=null,B0=!1,ss=!1,Ls=0,ZL=0;function Ke(){throw Error(O(321))}function L2(e,t){if(t===null)return!1;for(var r=0;r<t.length&&r<e.length;r++)if(!pr(e[r],t[r]))return!1;return!0}function O2(e,t,r,n,o,a){if(ea=a,ye=t,t.memoizedState=null,t.updateQueue=null,t.lanes=0,Oc.current=e===null||e.memoizedState===null?eO:tO,e=r(n,o),ss){a=0;do{if(ss=!1,Ls=0,25<=a)throw Error(O(301));a+=1,Oe=Ie=null,t.updateQueue=null,Oc.current=rO,e=r(n,o)}while(ss)}if(Oc.current=$0,t=Ie!==null&&Ie.next!==null,ea=0,Oe=Ie=ye=null,B0=!1,t)throw Error(O(300));return e}function M2(){var e=Ls!==0;return Ls=0,e}function Tr(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return Oe===null?ye.memoizedState=Oe=e:Oe=Oe.next=e,Oe}function Vt(){if(Ie===null){var e=ye.alternate;e=e!==null?e.memoizedState:null}else e=Ie.next;var t=Oe===null?ye.memoizedState:Oe.next;if(t!==null)Oe=t,Ie=e;else{if(e===null)throw Error(O(310));Ie=e,e={memoizedState:Ie.memoizedState,baseState:Ie.baseState,baseQueue:Ie.baseQueue,queue:Ie.queue,next:null},Oe===null?ye.memoizedState=Oe=e:Oe=Oe.next=e}return Oe}function Os(e,t){return typeof t=="function"?t(e):t}function xp(e){var t=Vt(),r=t.queue;if(r===null)throw Error(O(311));r.lastRenderedReducer=e;var n=Ie,o=n.baseQueue,a=r.pending;if(a!==null){if(o!==null){var l=o.next;o.next=a.next,a.next=l}n.baseQueue=o=a,r.pending=null}if(o!==null){a=o.next,n=n.baseState;var i=l=null,u=null,d=a;do{var p=d.lane;if((ea&p)===p)u!==null&&(u=u.next={lane:0,action:d.action,hasEagerState:d.hasEagerState,eagerState:d.eagerState,next:null}),n=d.hasEagerState?d.eagerState:e(n,d.action);else{var m={lane:p,action:d.action,hasEagerState:d.hasEagerState,eagerState:d.eagerState,next:null};u===null?(i=u=m,l=n):u=u.next=m,ye.lanes|=p,ta|=p}d=d.next}while(d!==null&&d!==a);u===null?l=n:u.next=i,pr(n,t.memoizedState)||(ft=!0),t.memoizedState=n,t.baseState=l,t.baseQueue=u,r.lastRenderedState=n}if(e=r.interleaved,e!==null){o=e;do a=o.lane,ye.lanes|=a,ta|=a,o=o.next;while(o!==e)}else o===null&&(r.lanes=0);return[t.memoizedState,r.dispatch]}function Cp(e){var t=Vt(),r=t.queue;if(r===null)throw Error(O(311));r.lastRenderedReducer=e;var n=r.dispatch,o=r.pending,a=t.memoizedState;if(o!==null){r.pending=null;var l=o=o.next;do a=e(a,l.action),l=l.next;while(l!==o);pr(a,t.memoizedState)||(ft=!0),t.memoizedState=a,t.baseQueue===null&&(t.baseState=a),r.lastRenderedState=a}return[a,n]}function n9(){}function o9(e,t){var r=ye,n=Vt(),o=t(),a=!pr(n.memoizedState,o);if(a&&(n.memoizedState=o,ft=!0),n=n.queue,P2(i9.bind(null,r,n,e),[e]),n.getSnapshot!==t||a||Oe!==null&&Oe.memoizedState.tag&1){if(r.flags|=2048,Ms(9,l9.bind(null,r,n,o,t),void 0,null),Ne===null)throw Error(O(349));ea&30||a9(r,t,o)}return o}function a9(e,t,r){e.flags|=16384,e={getSnapshot:t,value:r},t=ye.updateQueue,t===null?(t={lastEffect:null,stores:null},ye.updateQueue=t,t.stores=[e]):(r=t.stores,r===null?t.stores=[e]:r.push(e))}function l9(e,t,r,n){t.value=r,t.getSnapshot=n,s9(t)&&u9(e)}function i9(e,t,r){return r(function(){s9(t)&&u9(e)})}function s9(e){var t=e.getSnapshot;e=e.value;try{var r=t();return!pr(e,r)}catch{return!0}}function u9(e){var t=bn(e,1);t!==null&&cr(t,e,1,-1)}function l3(e){var t=Tr();return typeof e=="function"&&(e=e()),t.memoizedState=t.baseState=e,e={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:Os,lastRenderedState:e},t.queue=e,e=e.dispatch=QL.bind(null,ye,e),[t.memoizedState,e]}function Ms(e,t,r,n){return e={tag:e,create:t,destroy:r,deps:n,next:null},t=ye.updateQueue,t===null?(t={lastEffect:null,stores:null},ye.updateQueue=t,t.lastEffect=e.next=e):(r=t.lastEffect,r===null?t.lastEffect=e.next=e:(n=r.next,r.next=e,e.next=n,t.lastEffect=e)),e}function c9(){return Vt().memoizedState}function Mc(e,t,r,n){var o=Tr();ye.flags|=e,o.memoizedState=Ms(1|t,r,void 0,n===void 0?null:n)}function Hd(e,t,r,n){var o=Vt();n=n===void 0?null:n;var a=void 0;if(Ie!==null){var l=Ie.memoizedState;if(a=l.destroy,n!==null&&L2(n,l.deps)){o.memoizedState=Ms(t,r,a,n);return}}ye.flags|=e,o.memoizedState=Ms(1|t,r,a,n)}function i3(e,t){return Mc(8390656,8,e,t)}function P2(e,t){return Hd(2048,8,e,t)}function d9(e,t){return Hd(4,2,e,t)}function p9(e,t){return Hd(4,4,e,t)}function f9(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 h9(e,t,r){return r=r!=null?r.concat([e]):null,Hd(4,4,f9.bind(null,t,e),r)}function N2(){}function m9(e,t){var r=Vt();t=t===void 0?null:t;var n=r.memoizedState;return n!==null&&t!==null&&L2(t,n[1])?n[0]:(r.memoizedState=[e,t],e)}function g9(e,t){var r=Vt();t=t===void 0?null:t;var n=r.memoizedState;return n!==null&&t!==null&&L2(t,n[1])?n[0]:(e=e(),r.memoizedState=[e,t],e)}function v9(e,t,r){return ea&21?(pr(r,t)||(r=xC(),ye.lanes|=r,ta|=r,e.baseState=!0),t):(e.baseState&&(e.baseState=!1,ft=!0),e.memoizedState=r)}function XL(e,t){var r=ue;ue=r!==0&&4>r?r:4,e(!0);var n=Ep.transition;Ep.transition={};try{e(!1),t()}finally{ue=r,Ep.transition=n}}function y9(){return Vt().memoizedState}function JL(e,t,r){var n=Xn(e);if(r={lane:n,action:r,hasEagerState:!1,eagerState:null,next:null},w9(e))b9(t,r);else if(r=e9(e,t,r,n),r!==null){var o=lt();cr(r,e,n,o),E9(r,t,n)}}function QL(e,t,r){var n=Xn(e),o={lane:n,action:r,hasEagerState:!1,eagerState:null,next:null};if(w9(e))b9(t,o);else{var a=e.alternate;if(e.lanes===0&&(a===null||a.lanes===0)&&(a=t.lastRenderedReducer,a!==null))try{var l=t.lastRenderedState,i=a(l,r);if(o.hasEagerState=!0,o.eagerState=i,pr(i,l)){var u=t.interleaved;u===null?(o.next=o,T2(t)):(o.next=u.next,u.next=o),t.interleaved=o;return}}catch{}finally{}r=e9(e,t,o,n),r!==null&&(o=lt(),cr(r,e,n,o),E9(r,t,n))}}function w9(e){var t=e.alternate;return e===ye||t!==null&&t===ye}function b9(e,t){ss=B0=!0;var r=e.pending;r===null?t.next=t:(t.next=r.next,r.next=t),e.pending=t}function E9(e,t,r){if(r&4194240){var n=t.lanes;n&=e.pendingLanes,r|=n,t.lanes=r,v2(e,r)}}var $0={readContext:jt,useCallback:Ke,useContext:Ke,useEffect:Ke,useImperativeHandle:Ke,useInsertionEffect:Ke,useLayoutEffect:Ke,useMemo:Ke,useReducer:Ke,useRef:Ke,useState:Ke,useDebugValue:Ke,useDeferredValue:Ke,useTransition:Ke,useMutableSource:Ke,useSyncExternalStore:Ke,useId:Ke,unstable_isNewReconciler:!1},eO={readContext:jt,useCallback:function(e,t){return Tr().memoizedState=[e,t===void 0?null:t],e},useContext:jt,useEffect:i3,useImperativeHandle:function(e,t,r){return r=r!=null?r.concat([e]):null,Mc(4194308,4,f9.bind(null,t,e),r)},useLayoutEffect:function(e,t){return Mc(4194308,4,e,t)},useInsertionEffect:function(e,t){return Mc(4,2,e,t)},useMemo:function(e,t){var r=Tr();return t=t===void 0?null:t,e=e(),r.memoizedState=[e,t],e},useReducer:function(e,t,r){var n=Tr();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=JL.bind(null,ye,e),[n.memoizedState,e]},useRef:function(e){var t=Tr();return e={current:e},t.memoizedState=e},useState:l3,useDebugValue:N2,useDeferredValue:function(e){return Tr().memoizedState=e},useTransition:function(){var e=l3(!1),t=e[0];return e=XL.bind(null,e[1]),Tr().memoizedState=e,[t,e]},useMutableSource:function(){},useSyncExternalStore:function(e,t,r){var n=ye,o=Tr();if(me){if(r===void 0)throw Error(O(407));r=r()}else{if(r=t(),Ne===null)throw Error(O(349));ea&30||a9(n,t,r)}o.memoizedState=r;var a={value:r,getSnapshot:t};return o.queue=a,i3(i9.bind(null,n,a,e),[e]),n.flags|=2048,Ms(9,l9.bind(null,n,a,r,t),void 0,null),r},useId:function(){var e=Tr(),t=Ne.identifierPrefix;if(me){var r=fn,n=pn;r=(n&~(1<<32-ur(n)-1)).toString(32)+r,t=":"+t+"R"+r,r=Ls++,0<r&&(t+="H"+r.toString(32)),t+=":"}else r=ZL++,t=":"+t+"r"+r.toString(32)+":";return e.memoizedState=t},unstable_isNewReconciler:!1},tO={readContext:jt,useCallback:m9,useContext:jt,useEffect:P2,useImperativeHandle:h9,useInsertionEffect:d9,useLayoutEffect:p9,useMemo:g9,useReducer:xp,useRef:c9,useState:function(){return xp(Os)},useDebugValue:N2,useDeferredValue:function(e){var t=Vt();return v9(t,Ie.memoizedState,e)},useTransition:function(){var e=xp(Os)[0],t=Vt().memoizedState;return[e,t]},useMutableSource:n9,useSyncExternalStore:o9,useId:y9,unstable_isNewReconciler:!1},rO={readContext:jt,useCallback:m9,useContext:jt,useEffect:P2,useImperativeHandle:h9,useInsertionEffect:d9,useLayoutEffect:p9,useMemo:g9,useReducer:Cp,useRef:c9,useState:function(){return Cp(Os)},useDebugValue:N2,useDeferredValue:function(e){var t=Vt();return Ie===null?t.memoizedState=e:v9(t,Ie.memoizedState,e)},useTransition:function(){var e=Cp(Os)[0],t=Vt().memoizedState;return[e,t]},useMutableSource:n9,useSyncExternalStore:o9,useId:y9,unstable_isNewReconciler:!1};function tr(e,t){if(e&&e.defaultProps){t=we({},t),e=e.defaultProps;for(var r in e)t[r]===void 0&&(t[r]=e[r]);return t}return t}function zm(e,t,r,n){t=e.memoizedState,r=r(n,t),r=r==null?t:we({},t,r),e.memoizedState=r,e.lanes===0&&(e.updateQueue.baseState=r)}var jd={isMounted:function(e){return(e=e._reactInternals)?da(e)===e:!1},enqueueSetState:function(e,t,r){e=e._reactInternals;var n=lt(),o=Xn(e),a=hn(n,o);a.payload=t,r!=null&&(a.callback=r),t=Yn(e,a,o),t!==null&&(cr(t,e,o,n),Lc(t,e,o))},enqueueReplaceState:function(e,t,r){e=e._reactInternals;var n=lt(),o=Xn(e),a=hn(n,o);a.tag=1,a.payload=t,r!=null&&(a.callback=r),t=Yn(e,a,o),t!==null&&(cr(t,e,o,n),Lc(t,e,o))},enqueueForceUpdate:function(e,t){e=e._reactInternals;var r=lt(),n=Xn(e),o=hn(r,n);o.tag=2,t!=null&&(o.callback=t),t=Yn(e,o,n),t!==null&&(cr(t,e,n,r),Lc(t,e,n))}};function s3(e,t,r,n,o,a,l){return e=e.stateNode,typeof e.shouldComponentUpdate=="function"?e.shouldComponentUpdate(n,a,l):t.prototype&&t.prototype.isPureReactComponent?!Rs(r,n)||!Rs(o,a):!0}function x9(e,t,r){var n=!1,o=no,a=t.contextType;return typeof a=="object"&&a!==null?a=jt(a):(o=gt(t)?Jo:tt.current,n=t.contextTypes,a=(n=n!=null)?Fl(e,o):no),t=new t(r,a),e.memoizedState=t.state!==null&&t.state!==void 0?t.state:null,t.updater=jd,e.stateNode=t,t._reactInternals=e,n&&(e=e.stateNode,e.__reactInternalMemoizedUnmaskedChildContext=o,e.__reactInternalMemoizedMaskedChildContext=a),t}function u3(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&&jd.enqueueReplaceState(t,t.state,null)}function Bm(e,t,r,n){var o=e.stateNode;o.props=r,o.state=e.memoizedState,o.refs={},I2(e);var a=t.contextType;typeof a=="object"&&a!==null?o.context=jt(a):(a=gt(t)?Jo:tt.current,o.context=Fl(e,a)),o.state=e.memoizedState,a=t.getDerivedStateFromProps,typeof a=="function"&&(zm(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&&jd.enqueueReplaceState(o,o.state,null),I0(e,r,o,n),o.state=e.memoizedState),typeof o.componentDidMount=="function"&&(e.flags|=4194308)}function zl(e,t){try{var r="",n=t;do r+=R$(n),n=n.return;while(n);var o=r}catch(a){o=`
|
|
245
|
-
Error generating stack: `+a.message+`
|
|
246
|
-
`+a.stack}return{value:e,source:t,stack:o,digest:null}}function Dp(e,t,r){return{value:e,source:null,stack:r??null,digest:t??null}}function $m(e,t){try{console.error(t.value)}catch(r){setTimeout(function(){throw r})}}var nO=typeof WeakMap=="function"?WeakMap:Map;function C9(e,t,r){r=hn(-1,r),r.tag=3,r.payload={element:null};var n=t.value;return r.callback=function(){O0||(O0=!0,Wm=n),$m(e,t)},r}function D9(e,t,r){r=hn(-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(){$m(e,t)}}var a=e.stateNode;return a!==null&&typeof a.componentDidCatch=="function"&&(r.callback=function(){$m(e,t),typeof n!="function"&&(Zn===null?Zn=new Set([this]):Zn.add(this));var l=t.stack;this.componentDidCatch(t.value,{componentStack:l!==null?l:""})}),r}function c3(e,t,r){var n=e.pingCache;if(n===null){n=e.pingCache=new nO;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=vO.bind(null,e,t,r),t.then(e,e))}function d3(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 p3(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=hn(-1,1),t.tag=2,Yn(r,t,1))),r.lanes|=1),e)}var oO=Dn.ReactCurrentOwner,ft=!1;function at(e,t,r,n){t.child=e===null?QC(t,null,r,n):Tl(t,e.child,r,n)}function f3(e,t,r,n,o){r=r.render;var a=t.ref;return il(t,o),n=O2(e,t,r,n,a,o),r=M2(),e!==null&&!ft?(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~o,En(e,t,o)):(me&&r&&S2(t),t.flags|=1,at(e,t,n,o),t.child)}function h3(e,t,r,n,o){if(e===null){var a=r.type;return typeof a=="function"&&!K2(a)&&a.defaultProps===void 0&&r.compare===null&&r.defaultProps===void 0?(t.tag=15,t.type=a,S9(e,t,a,n,o)):(e=jc(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 l=a.memoizedProps;if(r=r.compare,r=r!==null?r:Rs,r(l,n)&&e.ref===t.ref)return En(e,t,o)}return t.flags|=1,e=Jn(a,n),e.ref=t.ref,e.return=t,t.child=e}function S9(e,t,r,n,o){if(e!==null){var a=e.memoizedProps;if(Rs(a,n)&&e.ref===t.ref)if(ft=!1,t.pendingProps=n=a,(e.lanes&o)!==0)e.flags&131072&&(ft=!0);else return t.lanes=e.lanes,En(e,t,o)}return Lm(e,t,r,n,o)}function k9(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},ce(el,St),St|=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,ce(el,St),St|=e,null;t.memoizedState={baseLanes:0,cachePool:null,transitions:null},n=a!==null?a.baseLanes:r,ce(el,St),St|=n}else a!==null?(n=a.baseLanes|r,t.memoizedState=null):n=r,ce(el,St),St|=n;return at(e,t,o,r),t.child}function A9(e,t){var r=t.ref;(e===null&&r!==null||e!==null&&e.ref!==r)&&(t.flags|=512,t.flags|=2097152)}function Lm(e,t,r,n,o){var a=gt(r)?Jo:tt.current;return a=Fl(t,a),il(t,o),r=O2(e,t,r,n,a,o),n=M2(),e!==null&&!ft?(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~o,En(e,t,o)):(me&&n&&S2(t),t.flags|=1,at(e,t,r,o),t.child)}function m3(e,t,r,n,o){if(gt(r)){var a=!0;A0(t)}else a=!1;if(il(t,o),t.stateNode===null)Pc(e,t),x9(t,r,n),Bm(t,r,n,o),n=!0;else if(e===null){var l=t.stateNode,i=t.memoizedProps;l.props=i;var u=l.context,d=r.contextType;typeof d=="object"&&d!==null?d=jt(d):(d=gt(r)?Jo:tt.current,d=Fl(t,d));var p=r.getDerivedStateFromProps,m=typeof p=="function"||typeof l.getSnapshotBeforeUpdate=="function";m||typeof l.UNSAFE_componentWillReceiveProps!="function"&&typeof l.componentWillReceiveProps!="function"||(i!==n||u!==d)&&u3(t,l,n,d),Ln=!1;var h=t.memoizedState;l.state=h,I0(t,n,l,o),u=t.memoizedState,i!==n||h!==u||mt.current||Ln?(typeof p=="function"&&(zm(t,r,p,n),u=t.memoizedState),(i=Ln||s3(t,r,i,n,h,u,d))?(m||typeof l.UNSAFE_componentWillMount!="function"&&typeof l.componentWillMount!="function"||(typeof l.componentWillMount=="function"&&l.componentWillMount(),typeof l.UNSAFE_componentWillMount=="function"&&l.UNSAFE_componentWillMount()),typeof l.componentDidMount=="function"&&(t.flags|=4194308)):(typeof l.componentDidMount=="function"&&(t.flags|=4194308),t.memoizedProps=n,t.memoizedState=u),l.props=n,l.state=u,l.context=d,n=i):(typeof l.componentDidMount=="function"&&(t.flags|=4194308),n=!1)}else{l=t.stateNode,t9(e,t),i=t.memoizedProps,d=t.type===t.elementType?i:tr(t.type,i),l.props=d,m=t.pendingProps,h=l.context,u=r.contextType,typeof u=="object"&&u!==null?u=jt(u):(u=gt(r)?Jo:tt.current,u=Fl(t,u));var f=r.getDerivedStateFromProps;(p=typeof f=="function"||typeof l.getSnapshotBeforeUpdate=="function")||typeof l.UNSAFE_componentWillReceiveProps!="function"&&typeof l.componentWillReceiveProps!="function"||(i!==m||h!==u)&&u3(t,l,n,u),Ln=!1,h=t.memoizedState,l.state=h,I0(t,n,l,o);var v=t.memoizedState;i!==m||h!==v||mt.current||Ln?(typeof f=="function"&&(zm(t,r,f,n),v=t.memoizedState),(d=Ln||s3(t,r,d,n,h,v,u)||!1)?(p||typeof l.UNSAFE_componentWillUpdate!="function"&&typeof l.componentWillUpdate!="function"||(typeof l.componentWillUpdate=="function"&&l.componentWillUpdate(n,v,u),typeof l.UNSAFE_componentWillUpdate=="function"&&l.UNSAFE_componentWillUpdate(n,v,u)),typeof l.componentDidUpdate=="function"&&(t.flags|=4),typeof l.getSnapshotBeforeUpdate=="function"&&(t.flags|=1024)):(typeof l.componentDidUpdate!="function"||i===e.memoizedProps&&h===e.memoizedState||(t.flags|=4),typeof l.getSnapshotBeforeUpdate!="function"||i===e.memoizedProps&&h===e.memoizedState||(t.flags|=1024),t.memoizedProps=n,t.memoizedState=v),l.props=n,l.state=v,l.context=u,n=d):(typeof l.componentDidUpdate!="function"||i===e.memoizedProps&&h===e.memoizedState||(t.flags|=4),typeof l.getSnapshotBeforeUpdate!="function"||i===e.memoizedProps&&h===e.memoizedState||(t.flags|=1024),n=!1)}return Om(e,t,r,n,a,o)}function Om(e,t,r,n,o,a){A9(e,t);var l=(t.flags&128)!==0;if(!n&&!l)return o&&e3(t,r,!1),En(e,t,a);n=t.stateNode,oO.current=t;var i=l&&typeof r.getDerivedStateFromError!="function"?null:n.render();return t.flags|=1,e!==null&&l?(t.child=Tl(t,e.child,null,a),t.child=Tl(t,null,i,a)):at(e,t,i,a),t.memoizedState=n.state,o&&e3(t,r,!0),t.child}function _9(e){var t=e.stateNode;t.pendingContext?Q4(e,t.pendingContext,t.pendingContext!==t.context):t.context&&Q4(e,t.context,!1),z2(e,t.containerInfo)}function g3(e,t,r,n,o){return Rl(),A2(o),t.flags|=256,at(e,t,r,n),t.child}var Mm={dehydrated:null,treeContext:null,retryLane:0};function Pm(e){return{baseLanes:e,cachePool:null,transitions:null}}function F9(e,t,r){var n=t.pendingProps,o=ve.current,a=!1,l=(t.flags&128)!==0,i;if((i=l)||(i=e!==null&&e.memoizedState===null?!1:(o&2)!==0),i?(a=!0,t.flags&=-129):(e===null||e.memoizedState!==null)&&(o|=1),ce(ve,o&1),e===null)return Tm(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):(l=n.children,e=n.fallback,a?(n=t.mode,a=t.child,l={mode:"hidden",children:l},!(n&1)&&a!==null?(a.childLanes=0,a.pendingProps=l):a=Wd(l,n,0,null),e=Ko(e,n,r,null),a.return=t,e.return=t,a.sibling=e,t.child=a,t.child.memoizedState=Pm(r),t.memoizedState=Mm,e):H2(t,l));if(o=e.memoizedState,o!==null&&(i=o.dehydrated,i!==null))return aO(e,t,l,n,i,o,r);if(a){a=n.fallback,l=t.mode,o=e.child,i=o.sibling;var u={mode:"hidden",children:n.children};return!(l&1)&&t.child!==o?(n=t.child,n.childLanes=0,n.pendingProps=u,t.deletions=null):(n=Jn(o,u),n.subtreeFlags=o.subtreeFlags&14680064),i!==null?a=Jn(i,a):(a=Ko(a,l,r,null),a.flags|=2),a.return=t,n.return=t,n.sibling=a,t.child=n,n=a,a=t.child,l=e.child.memoizedState,l=l===null?Pm(r):{baseLanes:l.baseLanes|r,cachePool:null,transitions:l.transitions},a.memoizedState=l,a.childLanes=e.childLanes&~r,t.memoizedState=Mm,n}return a=e.child,e=a.sibling,n=Jn(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 H2(e,t){return t=Wd({mode:"visible",children:t},e.mode,0,null),t.return=e,e.child=t}function Yu(e,t,r,n){return n!==null&&A2(n),Tl(t,e.child,null,r),e=H2(t,t.pendingProps.children),e.flags|=2,t.memoizedState=null,e}function aO(e,t,r,n,o,a,l){if(r)return t.flags&256?(t.flags&=-257,n=Dp(Error(O(422))),Yu(e,t,l,n)):t.memoizedState!==null?(t.child=e.child,t.flags|=128,null):(a=n.fallback,o=t.mode,n=Wd({mode:"visible",children:n.children},o,0,null),a=Ko(a,o,l,null),a.flags|=2,n.return=t,a.return=t,n.sibling=a,t.child=n,t.mode&1&&Tl(t,e.child,null,l),t.child.memoizedState=Pm(l),t.memoizedState=Mm,a);if(!(t.mode&1))return Yu(e,t,l,null);if(o.data==="$!"){if(n=o.nextSibling&&o.nextSibling.dataset,n)var i=n.dgst;return n=i,a=Error(O(419)),n=Dp(a,n,void 0),Yu(e,t,l,n)}if(i=(l&e.childLanes)!==0,ft||i){if(n=Ne,n!==null){switch(l&-l){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|l)?0:o,o!==0&&o!==a.retryLane&&(a.retryLane=o,bn(e,o),cr(n,e,o,-1))}return G2(),n=Dp(Error(O(421))),Yu(e,t,l,n)}return o.data==="$?"?(t.flags|=128,t.child=e.child,t=yO.bind(null,e),o._reactRetry=t,null):(e=a.treeContext,At=Kn(o.nextSibling),_t=t,me=!0,or=null,e!==null&&(Lt[Ot++]=pn,Lt[Ot++]=fn,Lt[Ot++]=Qo,pn=e.id,fn=e.overflow,Qo=t),t=H2(t,n.children),t.flags|=4096,t)}function v3(e,t,r){e.lanes|=t;var n=e.alternate;n!==null&&(n.lanes|=t),Im(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 R9(e,t,r){var n=t.pendingProps,o=n.revealOrder,a=n.tail;if(at(e,t,n.children,r),n=ve.current,n&2)n=n&1|2,t.flags|=128;else{if(e!==null&&e.flags&128)e:for(e=t.child;e!==null;){if(e.tag===13)e.memoizedState!==null&&v3(e,r,t);else if(e.tag===19)v3(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(ce(ve,n),!(t.mode&1))t.memoizedState=null;else switch(o){case"forwards":for(r=t.child,o=null;r!==null;)e=r.alternate,e!==null&&z0(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&&z0(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 Pc(e,t){!(t.mode&1)&&e!==null&&(e.alternate=null,t.alternate=null,t.flags|=2)}function En(e,t,r){if(e!==null&&(t.dependencies=e.dependencies),ta|=t.lanes,!(r&t.childLanes))return null;if(e!==null&&t.child!==e.child)throw Error(O(153));if(t.child!==null){for(e=t.child,r=Jn(e,e.pendingProps),t.child=r,r.return=t;e.sibling!==null;)e=e.sibling,r=r.sibling=Jn(e,e.pendingProps),r.return=t;r.sibling=null}return t.child}function lO(e,t,r){switch(t.tag){case 3:_9(t),Rl();break;case 5:r9(t);break;case 1:gt(t.type)&&A0(t);break;case 4:z2(t,t.stateNode.containerInfo);break;case 10:var n=t.type._context,o=t.memoizedProps.value;ce(R0,n._currentValue),n._currentValue=o;break;case 13:if(n=t.memoizedState,n!==null)return n.dehydrated!==null?(ce(ve,ve.current&1),t.flags|=128,null):r&t.child.childLanes?F9(e,t,r):(ce(ve,ve.current&1),e=En(e,t,r),e!==null?e.sibling:null);ce(ve,ve.current&1);break;case 19:if(n=(r&t.childLanes)!==0,e.flags&128){if(n)return R9(e,t,r);t.flags|=128}if(o=t.memoizedState,o!==null&&(o.rendering=null,o.tail=null,o.lastEffect=null),ce(ve,ve.current),n)break;return null;case 22:case 23:return t.lanes=0,k9(e,t,r)}return En(e,t,r)}var T9,Nm,I9,z9;T9=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}};Nm=function(){};I9=function(e,t,r,n){var o=e.memoizedProps;if(o!==n){e=t.stateNode,Po(jr.current);var a=null;switch(r){case"input":o=sm(e,o),n=sm(e,n),a=[];break;case"select":o=we({},o,{value:void 0}),n=we({},n,{value:void 0}),a=[];break;case"textarea":o=dm(e,o),n=dm(e,n),a=[];break;default:typeof o.onClick!="function"&&typeof n.onClick=="function"&&(e.onclick=S0)}fm(r,n);var l;r=null;for(d in o)if(!n.hasOwnProperty(d)&&o.hasOwnProperty(d)&&o[d]!=null)if(d==="style"){var i=o[d];for(l in i)i.hasOwnProperty(l)&&(r||(r={}),r[l]="")}else d!=="dangerouslySetInnerHTML"&&d!=="children"&&d!=="suppressContentEditableWarning"&&d!=="suppressHydrationWarning"&&d!=="autoFocus"&&(Cs.hasOwnProperty(d)?a||(a=[]):(a=a||[]).push(d,null));for(d in n){var u=n[d];if(i=o?.[d],n.hasOwnProperty(d)&&u!==i&&(u!=null||i!=null))if(d==="style")if(i){for(l in i)!i.hasOwnProperty(l)||u&&u.hasOwnProperty(l)||(r||(r={}),r[l]="");for(l in u)u.hasOwnProperty(l)&&i[l]!==u[l]&&(r||(r={}),r[l]=u[l])}else r||(a||(a=[]),a.push(d,r)),r=u;else d==="dangerouslySetInnerHTML"?(u=u?u.__html:void 0,i=i?i.__html:void 0,u!=null&&i!==u&&(a=a||[]).push(d,u)):d==="children"?typeof u!="string"&&typeof u!="number"||(a=a||[]).push(d,""+u):d!=="suppressContentEditableWarning"&&d!=="suppressHydrationWarning"&&(Cs.hasOwnProperty(d)?(u!=null&&d==="onScroll"&&de("scroll",e),a||i===u||(a=[])):(a=a||[]).push(d,u))}r&&(a=a||[]).push("style",r);var d=a;(t.updateQueue=d)&&(t.flags|=4)}};z9=function(e,t,r,n){r!==n&&(t.flags|=4)};function wi(e,t){if(!me)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 Ye(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 iO(e,t,r){var n=t.pendingProps;switch(k2(t),t.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return Ye(t),null;case 1:return gt(t.type)&&k0(),Ye(t),null;case 3:return n=t.stateNode,Il(),fe(mt),fe(tt),$2(),n.pendingContext&&(n.context=n.pendingContext,n.pendingContext=null),(e===null||e.child===null)&&(Gu(t)?t.flags|=4:e===null||e.memoizedState.isDehydrated&&!(t.flags&256)||(t.flags|=1024,or!==null&&(Km(or),or=null))),Nm(e,t),Ye(t),null;case 5:B2(t);var o=Po($s.current);if(r=t.type,e!==null&&t.stateNode!=null)I9(e,t,r,n,o),e.ref!==t.ref&&(t.flags|=512,t.flags|=2097152);else{if(!n){if(t.stateNode===null)throw Error(O(166));return Ye(t),null}if(e=Po(jr.current),Gu(t)){n=t.stateNode,r=t.type;var a=t.memoizedProps;switch(n[$r]=t,n[zs]=a,e=(t.mode&1)!==0,r){case"dialog":de("cancel",n),de("close",n);break;case"iframe":case"object":case"embed":de("load",n);break;case"video":case"audio":for(o=0;o<ji.length;o++)de(ji[o],n);break;case"source":de("error",n);break;case"img":case"image":case"link":de("error",n),de("load",n);break;case"details":de("toggle",n);break;case"input":k4(n,a),de("invalid",n);break;case"select":n._wrapperState={wasMultiple:!!a.multiple},de("invalid",n);break;case"textarea":_4(n,a),de("invalid",n)}fm(r,a),o=null;for(var l in a)if(a.hasOwnProperty(l)){var i=a[l];l==="children"?typeof i=="string"?n.textContent!==i&&(a.suppressHydrationWarning!==!0&&qu(n.textContent,i,e),o=["children",i]):typeof i=="number"&&n.textContent!==""+i&&(a.suppressHydrationWarning!==!0&&qu(n.textContent,i,e),o=["children",""+i]):Cs.hasOwnProperty(l)&&i!=null&&l==="onScroll"&&de("scroll",n)}switch(r){case"input":Mu(n),A4(n,a,!0);break;case"textarea":Mu(n),F4(n);break;case"select":case"option":break;default:typeof a.onClick=="function"&&(n.onclick=S0)}n=o,t.updateQueue=n,n!==null&&(t.flags|=4)}else{l=o.nodeType===9?o:o.ownerDocument,e==="http://www.w3.org/1999/xhtml"&&(e=iC(r)),e==="http://www.w3.org/1999/xhtml"?r==="script"?(e=l.createElement("div"),e.innerHTML="<script><\/script>",e=e.removeChild(e.firstChild)):typeof n.is=="string"?e=l.createElement(r,{is:n.is}):(e=l.createElement(r),r==="select"&&(l=e,n.multiple?l.multiple=!0:n.size&&(l.size=n.size))):e=l.createElementNS(e,r),e[$r]=t,e[zs]=n,T9(e,t,!1,!1),t.stateNode=e;e:{switch(l=hm(r,n),r){case"dialog":de("cancel",e),de("close",e),o=n;break;case"iframe":case"object":case"embed":de("load",e),o=n;break;case"video":case"audio":for(o=0;o<ji.length;o++)de(ji[o],e);o=n;break;case"source":de("error",e),o=n;break;case"img":case"image":case"link":de("error",e),de("load",e),o=n;break;case"details":de("toggle",e),o=n;break;case"input":k4(e,n),o=sm(e,n),de("invalid",e);break;case"option":o=n;break;case"select":e._wrapperState={wasMultiple:!!n.multiple},o=we({},n,{value:void 0}),de("invalid",e);break;case"textarea":_4(e,n),o=dm(e,n),de("invalid",e);break;default:o=n}fm(r,o),i=o;for(a in i)if(i.hasOwnProperty(a)){var u=i[a];a==="style"?cC(e,u):a==="dangerouslySetInnerHTML"?(u=u?u.__html:void 0,u!=null&&sC(e,u)):a==="children"?typeof u=="string"?(r!=="textarea"||u!=="")&&Ds(e,u):typeof u=="number"&&Ds(e,""+u):a!=="suppressContentEditableWarning"&&a!=="suppressHydrationWarning"&&a!=="autoFocus"&&(Cs.hasOwnProperty(a)?u!=null&&a==="onScroll"&&de("scroll",e):u!=null&&d2(e,a,u,l))}switch(r){case"input":Mu(e),A4(e,n,!1);break;case"textarea":Mu(e),F4(e);break;case"option":n.value!=null&&e.setAttribute("value",""+ro(n.value));break;case"select":e.multiple=!!n.multiple,a=n.value,a!=null?nl(e,!!n.multiple,a,!1):n.defaultValue!=null&&nl(e,!!n.multiple,n.defaultValue,!0);break;default:typeof o.onClick=="function"&&(e.onclick=S0)}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 Ye(t),null;case 6:if(e&&t.stateNode!=null)z9(e,t,e.memoizedProps,n);else{if(typeof n!="string"&&t.stateNode===null)throw Error(O(166));if(r=Po($s.current),Po(jr.current),Gu(t)){if(n=t.stateNode,r=t.memoizedProps,n[$r]=t,(a=n.nodeValue!==r)&&(e=_t,e!==null))switch(e.tag){case 3:qu(n.nodeValue,r,(e.mode&1)!==0);break;case 5:e.memoizedProps.suppressHydrationWarning!==!0&&qu(n.nodeValue,r,(e.mode&1)!==0)}a&&(t.flags|=4)}else n=(r.nodeType===9?r:r.ownerDocument).createTextNode(n),n[$r]=t,t.stateNode=n}return Ye(t),null;case 13:if(fe(ve),n=t.memoizedState,e===null||e.memoizedState!==null&&e.memoizedState.dehydrated!==null){if(me&&At!==null&&t.mode&1&&!(t.flags&128))XC(),Rl(),t.flags|=98560,a=!1;else if(a=Gu(t),n!==null&&n.dehydrated!==null){if(e===null){if(!a)throw Error(O(318));if(a=t.memoizedState,a=a!==null?a.dehydrated:null,!a)throw Error(O(317));a[$r]=t}else Rl(),!(t.flags&128)&&(t.memoizedState=null),t.flags|=4;Ye(t),a=!1}else or!==null&&(Km(or),or=null),a=!0;if(!a)return t.flags&65536?t:null}return t.flags&128?(t.lanes=r,t):(n=n!==null,n!==(e!==null&&e.memoizedState!==null)&&n&&(t.child.flags|=8192,t.mode&1&&(e===null||ve.current&1?ze===0&&(ze=3):G2())),t.updateQueue!==null&&(t.flags|=4),Ye(t),null);case 4:return Il(),Nm(e,t),e===null&&Ts(t.stateNode.containerInfo),Ye(t),null;case 10:return R2(t.type._context),Ye(t),null;case 17:return gt(t.type)&&k0(),Ye(t),null;case 19:if(fe(ve),a=t.memoizedState,a===null)return Ye(t),null;if(n=(t.flags&128)!==0,l=a.rendering,l===null)if(n)wi(a,!1);else{if(ze!==0||e!==null&&e.flags&128)for(e=t.child;e!==null;){if(l=z0(e),l!==null){for(t.flags|=128,wi(a,!1),n=l.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,l=a.alternate,l===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=l.childLanes,a.lanes=l.lanes,a.child=l.child,a.subtreeFlags=0,a.deletions=null,a.memoizedProps=l.memoizedProps,a.memoizedState=l.memoizedState,a.updateQueue=l.updateQueue,a.type=l.type,e=l.dependencies,a.dependencies=e===null?null:{lanes:e.lanes,firstContext:e.firstContext}),r=r.sibling;return ce(ve,ve.current&1|2),t.child}e=e.sibling}a.tail!==null&&Ce()>Bl&&(t.flags|=128,n=!0,wi(a,!1),t.lanes=4194304)}else{if(!n)if(e=z0(l),e!==null){if(t.flags|=128,n=!0,r=e.updateQueue,r!==null&&(t.updateQueue=r,t.flags|=4),wi(a,!0),a.tail===null&&a.tailMode==="hidden"&&!l.alternate&&!me)return Ye(t),null}else 2*Ce()-a.renderingStartTime>Bl&&r!==1073741824&&(t.flags|=128,n=!0,wi(a,!1),t.lanes=4194304);a.isBackwards?(l.sibling=t.child,t.child=l):(r=a.last,r!==null?r.sibling=l:t.child=l,a.last=l)}return a.tail!==null?(t=a.tail,a.rendering=t,a.tail=t.sibling,a.renderingStartTime=Ce(),t.sibling=null,r=ve.current,ce(ve,n?r&1|2:r&1),t):(Ye(t),null);case 22:case 23:return q2(),n=t.memoizedState!==null,e!==null&&e.memoizedState!==null!==n&&(t.flags|=8192),n&&t.mode&1?St&1073741824&&(Ye(t),t.subtreeFlags&6&&(t.flags|=8192)):Ye(t),null;case 24:return null;case 25:return null}throw Error(O(156,t.tag))}function sO(e,t){switch(k2(t),t.tag){case 1:return gt(t.type)&&k0(),e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 3:return Il(),fe(mt),fe(tt),$2(),e=t.flags,e&65536&&!(e&128)?(t.flags=e&-65537|128,t):null;case 5:return B2(t),null;case 13:if(fe(ve),e=t.memoizedState,e!==null&&e.dehydrated!==null){if(t.alternate===null)throw Error(O(340));Rl()}return e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 19:return fe(ve),null;case 4:return Il(),null;case 10:return R2(t.type._context),null;case 22:case 23:return q2(),null;case 24:return null;default:return null}}var Zu=!1,et=!1,uO=typeof WeakSet=="function"?WeakSet:Set,V=null;function Qa(e,t){var r=e.ref;if(r!==null)if(typeof r=="function")try{r(null)}catch(n){be(e,t,n)}else r.current=null}function Hm(e,t,r){try{r()}catch(n){be(e,t,n)}}var y3=!1;function cO(e,t){if(Dm=x0,e=MC(),D2(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 l=0,i=-1,u=-1,d=0,p=0,m=e,h=null;t:for(;;){for(var f;m!==r||o!==0&&m.nodeType!==3||(i=l+o),m!==a||n!==0&&m.nodeType!==3||(u=l+n),m.nodeType===3&&(l+=m.nodeValue.length),(f=m.firstChild)!==null;)h=m,m=f;for(;;){if(m===e)break t;if(h===r&&++d===o&&(i=l),h===a&&++p===n&&(u=l),(f=m.nextSibling)!==null)break;m=h,h=m.parentNode}m=f}r=i===-1||u===-1?null:{start:i,end:u}}else r=null}r=r||{start:0,end:0}}else r=null;for(Sm={focusedElem:e,selectionRange:r},x0=!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 v=t.alternate;if(t.flags&1024)switch(t.tag){case 0:case 11:case 15:break;case 1:if(v!==null){var g=v.memoizedProps,C=v.memoizedState,b=t.stateNode,y=b.getSnapshotBeforeUpdate(t.elementType===t.type?g:tr(t.type,g),C);b.__reactInternalSnapshotBeforeUpdate=y}break;case 3:var E=t.stateNode.containerInfo;E.nodeType===1?E.textContent="":E.nodeType===9&&E.documentElement&&E.removeChild(E.documentElement);break;case 5:case 6:case 4:case 17:break;default:throw Error(O(163))}}catch(x){be(t,t.return,x)}if(e=t.sibling,e!==null){e.return=t.return,V=e;break}V=t.return}return v=y3,y3=!1,v}function us(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&&Hm(t,r,a)}o=o.next}while(o!==n)}}function Vd(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 jm(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 B9(e){var t=e.alternate;t!==null&&(e.alternate=null,B9(t)),e.child=null,e.deletions=null,e.sibling=null,e.tag===5&&(t=e.stateNode,t!==null&&(delete t[$r],delete t[zs],delete t[_m],delete t[qL],delete t[GL])),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 $9(e){return e.tag===5||e.tag===3||e.tag===4}function w3(e){e:for(;;){for(;e.sibling===null;){if(e.return===null||$9(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 Vm(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=S0));else if(n!==4&&(e=e.child,e!==null))for(Vm(e,t,r),e=e.sibling;e!==null;)Vm(e,t,r),e=e.sibling}function Um(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(Um(e,t,r),e=e.sibling;e!==null;)Um(e,t,r),e=e.sibling}var He=null,rr=!1;function An(e,t,r){for(r=r.child;r!==null;)L9(e,t,r),r=r.sibling}function L9(e,t,r){if(Hr&&typeof Hr.onCommitFiberUnmount=="function")try{Hr.onCommitFiberUnmount($d,r)}catch{}switch(r.tag){case 5:et||Qa(r,t);case 6:var n=He,o=rr;He=null,An(e,t,r),He=n,rr=o,He!==null&&(rr?(e=He,r=r.stateNode,e.nodeType===8?e.parentNode.removeChild(r):e.removeChild(r)):He.removeChild(r.stateNode));break;case 18:He!==null&&(rr?(e=He,r=r.stateNode,e.nodeType===8?yp(e.parentNode,r):e.nodeType===1&&yp(e,r),_s(e)):yp(He,r.stateNode));break;case 4:n=He,o=rr,He=r.stateNode.containerInfo,rr=!0,An(e,t,r),He=n,rr=o;break;case 0:case 11:case 14:case 15:if(!et&&(n=r.updateQueue,n!==null&&(n=n.lastEffect,n!==null))){o=n=n.next;do{var a=o,l=a.destroy;a=a.tag,l!==void 0&&(a&2||a&4)&&Hm(r,t,l),o=o.next}while(o!==n)}An(e,t,r);break;case 1:if(!et&&(Qa(r,t),n=r.stateNode,typeof n.componentWillUnmount=="function"))try{n.props=r.memoizedProps,n.state=r.memoizedState,n.componentWillUnmount()}catch(i){be(r,t,i)}An(e,t,r);break;case 21:An(e,t,r);break;case 22:r.mode&1?(et=(n=et)||r.memoizedState!==null,An(e,t,r),et=n):An(e,t,r);break;default:An(e,t,r)}}function b3(e){var t=e.updateQueue;if(t!==null){e.updateQueue=null;var r=e.stateNode;r===null&&(r=e.stateNode=new uO),t.forEach(function(n){var o=wO.bind(null,e,n);r.has(n)||(r.add(n),n.then(o,o))})}}function Xt(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,l=t,i=l;e:for(;i!==null;){switch(i.tag){case 5:He=i.stateNode,rr=!1;break e;case 3:He=i.stateNode.containerInfo,rr=!0;break e;case 4:He=i.stateNode.containerInfo,rr=!0;break e}i=i.return}if(He===null)throw Error(O(160));L9(a,l,o),He=null,rr=!1;var u=o.alternate;u!==null&&(u.return=null),o.return=null}catch(d){be(o,t,d)}}if(t.subtreeFlags&12854)for(t=t.child;t!==null;)O9(t,e),t=t.sibling}function O9(e,t){var r=e.alternate,n=e.flags;switch(e.tag){case 0:case 11:case 14:case 15:if(Xt(t,e),Rr(e),n&4){try{us(3,e,e.return),Vd(3,e)}catch(g){be(e,e.return,g)}try{us(5,e,e.return)}catch(g){be(e,e.return,g)}}break;case 1:Xt(t,e),Rr(e),n&512&&r!==null&&Qa(r,r.return);break;case 5:if(Xt(t,e),Rr(e),n&512&&r!==null&&Qa(r,r.return),e.flags&32){var o=e.stateNode;try{Ds(o,"")}catch(g){be(e,e.return,g)}}if(n&4&&(o=e.stateNode,o!=null)){var a=e.memoizedProps,l=r!==null?r.memoizedProps:a,i=e.type,u=e.updateQueue;if(e.updateQueue=null,u!==null)try{i==="input"&&a.type==="radio"&&a.name!=null&&aC(o,a),hm(i,l);var d=hm(i,a);for(l=0;l<u.length;l+=2){var p=u[l],m=u[l+1];p==="style"?cC(o,m):p==="dangerouslySetInnerHTML"?sC(o,m):p==="children"?Ds(o,m):d2(o,p,m,d)}switch(i){case"input":um(o,a);break;case"textarea":lC(o,a);break;case"select":var h=o._wrapperState.wasMultiple;o._wrapperState.wasMultiple=!!a.multiple;var f=a.value;f!=null?nl(o,!!a.multiple,f,!1):h!==!!a.multiple&&(a.defaultValue!=null?nl(o,!!a.multiple,a.defaultValue,!0):nl(o,!!a.multiple,a.multiple?[]:"",!1))}o[zs]=a}catch(g){be(e,e.return,g)}}break;case 6:if(Xt(t,e),Rr(e),n&4){if(e.stateNode===null)throw Error(O(162));o=e.stateNode,a=e.memoizedProps;try{o.nodeValue=a}catch(g){be(e,e.return,g)}}break;case 3:if(Xt(t,e),Rr(e),n&4&&r!==null&&r.memoizedState.isDehydrated)try{_s(t.containerInfo)}catch(g){be(e,e.return,g)}break;case 4:Xt(t,e),Rr(e);break;case 13:Xt(t,e),Rr(e),o=e.child,o.flags&8192&&(a=o.memoizedState!==null,o.stateNode.isHidden=a,!a||o.alternate!==null&&o.alternate.memoizedState!==null||(U2=Ce())),n&4&&b3(e);break;case 22:if(p=r!==null&&r.memoizedState!==null,e.mode&1?(et=(d=et)||p,Xt(t,e),et=d):Xt(t,e),Rr(e),n&8192){if(d=e.memoizedState!==null,(e.stateNode.isHidden=d)&&!p&&e.mode&1)for(V=e,p=e.child;p!==null;){for(m=V=p;V!==null;){switch(h=V,f=h.child,h.tag){case 0:case 11:case 14:case 15:us(4,h,h.return);break;case 1:Qa(h,h.return);var v=h.stateNode;if(typeof v.componentWillUnmount=="function"){n=h,r=h.return;try{t=n,v.props=t.memoizedProps,v.state=t.memoizedState,v.componentWillUnmount()}catch(g){be(n,r,g)}}break;case 5:Qa(h,h.return);break;case 22:if(h.memoizedState!==null){x3(m);continue}}f!==null?(f.return=h,V=f):x3(m)}p=p.sibling}e:for(p=null,m=e;;){if(m.tag===5){if(p===null){p=m;try{o=m.stateNode,d?(a=o.style,typeof a.setProperty=="function"?a.setProperty("display","none","important"):a.display="none"):(i=m.stateNode,u=m.memoizedProps.style,l=u!=null&&u.hasOwnProperty("display")?u.display:null,i.style.display=uC("display",l))}catch(g){be(e,e.return,g)}}}else if(m.tag===6){if(p===null)try{m.stateNode.nodeValue=d?"":m.memoizedProps}catch(g){be(e,e.return,g)}}else if((m.tag!==22&&m.tag!==23||m.memoizedState===null||m===e)&&m.child!==null){m.child.return=m,m=m.child;continue}if(m===e)break e;for(;m.sibling===null;){if(m.return===null||m.return===e)break e;p===m&&(p=null),m=m.return}p===m&&(p=null),m.sibling.return=m.return,m=m.sibling}}break;case 19:Xt(t,e),Rr(e),n&4&&b3(e);break;case 21:break;default:Xt(t,e),Rr(e)}}function Rr(e){var t=e.flags;if(t&2){try{e:{for(var r=e.return;r!==null;){if($9(r)){var n=r;break e}r=r.return}throw Error(O(160))}switch(n.tag){case 5:var o=n.stateNode;n.flags&32&&(Ds(o,""),n.flags&=-33);var a=w3(e);Um(e,a,o);break;case 3:case 4:var l=n.stateNode.containerInfo,i=w3(e);Vm(e,i,l);break;default:throw Error(O(161))}}catch(u){be(e,e.return,u)}e.flags&=-3}t&4096&&(e.flags&=-4097)}function dO(e,t,r){V=e,M9(e)}function M9(e,t,r){for(var n=(e.mode&1)!==0;V!==null;){var o=V,a=o.child;if(o.tag===22&&n){var l=o.memoizedState!==null||Zu;if(!l){var i=o.alternate,u=i!==null&&i.memoizedState!==null||et;i=Zu;var d=et;if(Zu=l,(et=u)&&!d)for(V=o;V!==null;)l=V,u=l.child,l.tag===22&&l.memoizedState!==null?C3(o):u!==null?(u.return=l,V=u):C3(o);for(;a!==null;)V=a,M9(a),a=a.sibling;V=o,Zu=i,et=d}E3(e)}else o.subtreeFlags&8772&&a!==null?(a.return=o,V=a):E3(e)}}function E3(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:et||Vd(5,t);break;case 1:var n=t.stateNode;if(t.flags&4&&!et)if(r===null)n.componentDidMount();else{var o=t.elementType===t.type?r.memoizedProps:tr(t.type,r.memoizedProps);n.componentDidUpdate(o,r.memoizedState,n.__reactInternalSnapshotBeforeUpdate)}var a=t.updateQueue;a!==null&&a3(t,a,n);break;case 3:var l=t.updateQueue;if(l!==null){if(r=null,t.child!==null)switch(t.child.tag){case 5:r=t.child.stateNode;break;case 1:r=t.child.stateNode}a3(t,l,r)}break;case 5:var i=t.stateNode;if(r===null&&t.flags&4){r=i;var u=t.memoizedProps;switch(t.type){case"button":case"input":case"select":case"textarea":u.autoFocus&&r.focus();break;case"img":u.src&&(r.src=u.src)}}break;case 6:break;case 4:break;case 12:break;case 13:if(t.memoizedState===null){var d=t.alternate;if(d!==null){var p=d.memoizedState;if(p!==null){var m=p.dehydrated;m!==null&&_s(m)}}}break;case 19:case 17:case 21:case 22:case 23:case 25:break;default:throw Error(O(163))}et||t.flags&512&&jm(t)}catch(h){be(t,t.return,h)}}if(t===e){V=null;break}if(r=t.sibling,r!==null){r.return=t.return,V=r;break}V=t.return}}function x3(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 C3(e){for(;V!==null;){var t=V;try{switch(t.tag){case 0:case 11:case 15:var r=t.return;try{Vd(4,t)}catch(u){be(t,r,u)}break;case 1:var n=t.stateNode;if(typeof n.componentDidMount=="function"){var o=t.return;try{n.componentDidMount()}catch(u){be(t,o,u)}}var a=t.return;try{jm(t)}catch(u){be(t,a,u)}break;case 5:var l=t.return;try{jm(t)}catch(u){be(t,l,u)}}}catch(u){be(t,t.return,u)}if(t===e){V=null;break}var i=t.sibling;if(i!==null){i.return=t.return,V=i;break}V=t.return}}var pO=Math.ceil,L0=Dn.ReactCurrentDispatcher,j2=Dn.ReactCurrentOwner,Ht=Dn.ReactCurrentBatchConfig,ae=0,Ne=null,ke=null,Ve=0,St=0,el=fo(0),ze=0,Ps=null,ta=0,Ud=0,V2=0,cs=null,pt=null,U2=0,Bl=1/0,sn=null,O0=!1,Wm=null,Zn=null,Xu=!1,Un=null,M0=0,ds=0,qm=null,Nc=-1,Hc=0;function lt(){return ae&6?Ce():Nc!==-1?Nc:Nc=Ce()}function Xn(e){return e.mode&1?ae&2&&Ve!==0?Ve&-Ve:YL.transition!==null?(Hc===0&&(Hc=xC()),Hc):(e=ue,e!==0||(e=window.event,e=e===void 0?16:FC(e.type)),e):1}function cr(e,t,r,n){if(50<ds)throw ds=0,qm=null,Error(O(185));iu(e,r,n),(!(ae&2)||e!==Ne)&&(e===Ne&&(!(ae&2)&&(Ud|=r),ze===4&&Hn(e,Ve)),vt(e,n),r===1&&ae===0&&!(t.mode&1)&&(Bl=Ce()+500,Nd&&ho()))}function vt(e,t){var r=e.callbackNode;Y$(e,t);var n=E0(e,e===Ne?Ve:0);if(n===0)r!==null&&I4(r),e.callbackNode=null,e.callbackPriority=0;else if(t=n&-n,e.callbackPriority!==t){if(r!=null&&I4(r),t===1)e.tag===0?KL(D3.bind(null,e)):KC(D3.bind(null,e)),UL(function(){!(ae&6)&&ho()}),r=null;else{switch(CC(n)){case 1:r=g2;break;case 4:r=bC;break;case 16:r=b0;break;case 536870912:r=EC;break;default:r=b0}r=q9(r,P9.bind(null,e))}e.callbackPriority=t,e.callbackNode=r}}function P9(e,t){if(Nc=-1,Hc=0,ae&6)throw Error(O(327));var r=e.callbackNode;if(sl()&&e.callbackNode!==r)return null;var n=E0(e,e===Ne?Ve:0);if(n===0)return null;if(n&30||n&e.expiredLanes||t)t=P0(e,n);else{t=n;var o=ae;ae|=2;var a=H9();(Ne!==e||Ve!==t)&&(sn=null,Bl=Ce()+500,Go(e,t));do try{mO();break}catch(i){N9(e,i)}while(!0);F2(),L0.current=a,ae=o,ke!==null?t=0:(Ne=null,Ve=0,t=ze)}if(t!==0){if(t===2&&(o=wm(e),o!==0&&(n=o,t=Gm(e,o))),t===1)throw r=Ps,Go(e,0),Hn(e,n),vt(e,Ce()),r;if(t===6)Hn(e,n);else{if(o=e.current.alternate,!(n&30)&&!fO(o)&&(t=P0(e,n),t===2&&(a=wm(e),a!==0&&(n=a,t=Gm(e,a))),t===1))throw r=Ps,Go(e,0),Hn(e,n),vt(e,Ce()),r;switch(e.finishedWork=o,e.finishedLanes=n,t){case 0:case 1:throw Error(O(345));case 2:To(e,pt,sn);break;case 3:if(Hn(e,n),(n&130023424)===n&&(t=U2+500-Ce(),10<t)){if(E0(e,0)!==0)break;if(o=e.suspendedLanes,(o&n)!==n){lt(),e.pingedLanes|=e.suspendedLanes&o;break}e.timeoutHandle=Am(To.bind(null,e,pt,sn),t);break}To(e,pt,sn);break;case 4:if(Hn(e,n),(n&4194240)===n)break;for(t=e.eventTimes,o=-1;0<n;){var l=31-ur(n);a=1<<l,l=t[l],l>o&&(o=l),n&=~a}if(n=o,n=Ce()-n,n=(120>n?120:480>n?480:1080>n?1080:1920>n?1920:3e3>n?3e3:4320>n?4320:1960*pO(n/1960))-n,10<n){e.timeoutHandle=Am(To.bind(null,e,pt,sn),n);break}To(e,pt,sn);break;case 5:To(e,pt,sn);break;default:throw Error(O(329))}}}return vt(e,Ce()),e.callbackNode===r?P9.bind(null,e):null}function Gm(e,t){var r=cs;return e.current.memoizedState.isDehydrated&&(Go(e,t).flags|=256),e=P0(e,t),e!==2&&(t=pt,pt=r,t!==null&&Km(t)),e}function Km(e){pt===null?pt=e:pt.push.apply(pt,e)}function fO(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(!pr(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 Hn(e,t){for(t&=~V2,t&=~Ud,e.suspendedLanes|=t,e.pingedLanes&=~t,e=e.expirationTimes;0<t;){var r=31-ur(t),n=1<<r;e[r]=-1,t&=~n}}function D3(e){if(ae&6)throw Error(O(327));sl();var t=E0(e,0);if(!(t&1))return vt(e,Ce()),null;var r=P0(e,t);if(e.tag!==0&&r===2){var n=wm(e);n!==0&&(t=n,r=Gm(e,n))}if(r===1)throw r=Ps,Go(e,0),Hn(e,t),vt(e,Ce()),r;if(r===6)throw Error(O(345));return e.finishedWork=e.current.alternate,e.finishedLanes=t,To(e,pt,sn),vt(e,Ce()),null}function W2(e,t){var r=ae;ae|=1;try{return e(t)}finally{ae=r,ae===0&&(Bl=Ce()+500,Nd&&ho())}}function ra(e){Un!==null&&Un.tag===0&&!(ae&6)&&sl();var t=ae;ae|=1;var r=Ht.transition,n=ue;try{if(Ht.transition=null,ue=1,e)return e()}finally{ue=n,Ht.transition=r,ae=t,!(ae&6)&&ho()}}function q2(){St=el.current,fe(el)}function Go(e,t){e.finishedWork=null,e.finishedLanes=0;var r=e.timeoutHandle;if(r!==-1&&(e.timeoutHandle=-1,VL(r)),ke!==null)for(r=ke.return;r!==null;){var n=r;switch(k2(n),n.tag){case 1:n=n.type.childContextTypes,n!=null&&k0();break;case 3:Il(),fe(mt),fe(tt),$2();break;case 5:B2(n);break;case 4:Il();break;case 13:fe(ve);break;case 19:fe(ve);break;case 10:R2(n.type._context);break;case 22:case 23:q2()}r=r.return}if(Ne=e,ke=e=Jn(e.current,null),Ve=St=t,ze=0,Ps=null,V2=Ud=ta=0,pt=cs=null,Mo!==null){for(t=0;t<Mo.length;t++)if(r=Mo[t],n=r.interleaved,n!==null){r.interleaved=null;var o=n.next,a=r.pending;if(a!==null){var l=a.next;a.next=o,n.next=l}r.pending=n}Mo=null}return e}function N9(e,t){do{var r=ke;try{if(F2(),Oc.current=$0,B0){for(var n=ye.memoizedState;n!==null;){var o=n.queue;o!==null&&(o.pending=null),n=n.next}B0=!1}if(ea=0,Oe=Ie=ye=null,ss=!1,Ls=0,j2.current=null,r===null||r.return===null){ze=1,Ps=t,ke=null;break}e:{var a=e,l=r.return,i=r,u=t;if(t=Ve,i.flags|=32768,u!==null&&typeof u=="object"&&typeof u.then=="function"){var d=u,p=i,m=p.tag;if(!(p.mode&1)&&(m===0||m===11||m===15)){var h=p.alternate;h?(p.updateQueue=h.updateQueue,p.memoizedState=h.memoizedState,p.lanes=h.lanes):(p.updateQueue=null,p.memoizedState=null)}var f=d3(l);if(f!==null){f.flags&=-257,p3(f,l,i,a,t),f.mode&1&&c3(a,d,t),t=f,u=d;var v=t.updateQueue;if(v===null){var g=new Set;g.add(u),t.updateQueue=g}else v.add(u);break e}else{if(!(t&1)){c3(a,d,t),G2();break e}u=Error(O(426))}}else if(me&&i.mode&1){var C=d3(l);if(C!==null){!(C.flags&65536)&&(C.flags|=256),p3(C,l,i,a,t),A2(zl(u,i));break e}}a=u=zl(u,i),ze!==4&&(ze=2),cs===null?cs=[a]:cs.push(a),a=l;do{switch(a.tag){case 3:a.flags|=65536,t&=-t,a.lanes|=t;var b=C9(a,u,t);o3(a,b);break e;case 1:i=u;var y=a.type,E=a.stateNode;if(!(a.flags&128)&&(typeof y.getDerivedStateFromError=="function"||E!==null&&typeof E.componentDidCatch=="function"&&(Zn===null||!Zn.has(E)))){a.flags|=65536,t&=-t,a.lanes|=t;var x=D9(a,i,t);o3(a,x);break e}}a=a.return}while(a!==null)}V9(r)}catch(D){t=D,ke===r&&r!==null&&(ke=r=r.return);continue}break}while(!0)}function H9(){var e=L0.current;return L0.current=$0,e===null?$0:e}function G2(){(ze===0||ze===3||ze===2)&&(ze=4),Ne===null||!(ta&268435455)&&!(Ud&268435455)||Hn(Ne,Ve)}function P0(e,t){var r=ae;ae|=2;var n=H9();(Ne!==e||Ve!==t)&&(sn=null,Go(e,t));do try{hO();break}catch(o){N9(e,o)}while(!0);if(F2(),ae=r,L0.current=n,ke!==null)throw Error(O(261));return Ne=null,Ve=0,ze}function hO(){for(;ke!==null;)j9(ke)}function mO(){for(;ke!==null&&!N$();)j9(ke)}function j9(e){var t=W9(e.alternate,e,St);e.memoizedProps=e.pendingProps,t===null?V9(e):ke=t,j2.current=null}function V9(e){var t=e;do{var r=t.alternate;if(e=t.return,t.flags&32768){if(r=sO(r,t),r!==null){r.flags&=32767,ke=r;return}if(e!==null)e.flags|=32768,e.subtreeFlags=0,e.deletions=null;else{ze=6,ke=null;return}}else if(r=iO(r,t,St),r!==null){ke=r;return}if(t=t.sibling,t!==null){ke=t;return}ke=t=e}while(t!==null);ze===0&&(ze=5)}function To(e,t,r){var n=ue,o=Ht.transition;try{Ht.transition=null,ue=1,gO(e,t,r,n)}finally{Ht.transition=o,ue=n}return null}function gO(e,t,r,n){do sl();while(Un!==null);if(ae&6)throw Error(O(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(O(177));e.callbackNode=null,e.callbackPriority=0;var a=r.lanes|r.childLanes;if(Z$(e,a),e===Ne&&(ke=Ne=null,Ve=0),!(r.subtreeFlags&2064)&&!(r.flags&2064)||Xu||(Xu=!0,q9(b0,function(){return sl(),null})),a=(r.flags&15990)!==0,r.subtreeFlags&15990||a){a=Ht.transition,Ht.transition=null;var l=ue;ue=1;var i=ae;ae|=4,j2.current=null,cO(e,r),O9(r,e),LL(Sm),x0=!!Dm,Sm=Dm=null,e.current=r,dO(r),H$(),ae=i,ue=l,Ht.transition=a}else e.current=r;if(Xu&&(Xu=!1,Un=e,M0=o),a=e.pendingLanes,a===0&&(Zn=null),U$(r.stateNode),vt(e,Ce()),t!==null)for(n=e.onRecoverableError,r=0;r<t.length;r++)o=t[r],n(o.value,{componentStack:o.stack,digest:o.digest});if(O0)throw O0=!1,e=Wm,Wm=null,e;return M0&1&&e.tag!==0&&sl(),a=e.pendingLanes,a&1?e===qm?ds++:(ds=0,qm=e):ds=0,ho(),null}function sl(){if(Un!==null){var e=CC(M0),t=Ht.transition,r=ue;try{if(Ht.transition=null,ue=16>e?16:e,Un===null)var n=!1;else{if(e=Un,Un=null,M0=0,ae&6)throw Error(O(331));var o=ae;for(ae|=4,V=e.current;V!==null;){var a=V,l=a.child;if(V.flags&16){var i=a.deletions;if(i!==null){for(var u=0;u<i.length;u++){var d=i[u];for(V=d;V!==null;){var p=V;switch(p.tag){case 0:case 11:case 15:us(8,p,a)}var m=p.child;if(m!==null)m.return=p,V=m;else for(;V!==null;){p=V;var h=p.sibling,f=p.return;if(B9(p),p===d){V=null;break}if(h!==null){h.return=f,V=h;break}V=f}}}var v=a.alternate;if(v!==null){var g=v.child;if(g!==null){v.child=null;do{var C=g.sibling;g.sibling=null,g=C}while(g!==null)}}V=a}}if(a.subtreeFlags&2064&&l!==null)l.return=a,V=l;else e:for(;V!==null;){if(a=V,a.flags&2048)switch(a.tag){case 0:case 11:case 15:us(9,a,a.return)}var b=a.sibling;if(b!==null){b.return=a.return,V=b;break e}V=a.return}}var y=e.current;for(V=y;V!==null;){l=V;var E=l.child;if(l.subtreeFlags&2064&&E!==null)E.return=l,V=E;else e:for(l=y;V!==null;){if(i=V,i.flags&2048)try{switch(i.tag){case 0:case 11:case 15:Vd(9,i)}}catch(D){be(i,i.return,D)}if(i===l){V=null;break e}var x=i.sibling;if(x!==null){x.return=i.return,V=x;break e}V=i.return}}if(ae=o,ho(),Hr&&typeof Hr.onPostCommitFiberRoot=="function")try{Hr.onPostCommitFiberRoot($d,e)}catch{}n=!0}return n}finally{ue=r,Ht.transition=t}}return!1}function S3(e,t,r){t=zl(r,t),t=C9(e,t,1),e=Yn(e,t,1),t=lt(),e!==null&&(iu(e,1,t),vt(e,t))}function be(e,t,r){if(e.tag===3)S3(e,e,r);else for(;t!==null;){if(t.tag===3){S3(t,e,r);break}else if(t.tag===1){var n=t.stateNode;if(typeof t.type.getDerivedStateFromError=="function"||typeof n.componentDidCatch=="function"&&(Zn===null||!Zn.has(n))){e=zl(r,e),e=D9(t,e,1),t=Yn(t,e,1),e=lt(),t!==null&&(iu(t,1,e),vt(t,e));break}}t=t.return}}function vO(e,t,r){var n=e.pingCache;n!==null&&n.delete(t),t=lt(),e.pingedLanes|=e.suspendedLanes&r,Ne===e&&(Ve&r)===r&&(ze===4||ze===3&&(Ve&130023424)===Ve&&500>Ce()-U2?Go(e,0):V2|=r),vt(e,t)}function U9(e,t){t===0&&(e.mode&1?(t=Hu,Hu<<=1,!(Hu&130023424)&&(Hu=4194304)):t=1);var r=lt();e=bn(e,t),e!==null&&(iu(e,t,r),vt(e,r))}function yO(e){var t=e.memoizedState,r=0;t!==null&&(r=t.retryLane),U9(e,r)}function wO(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(O(314))}n!==null&&n.delete(t),U9(e,r)}var W9;W9=function(e,t,r){if(e!==null)if(e.memoizedProps!==t.pendingProps||mt.current)ft=!0;else{if(!(e.lanes&r)&&!(t.flags&128))return ft=!1,lO(e,t,r);ft=!!(e.flags&131072)}else ft=!1,me&&t.flags&1048576&&YC(t,F0,t.index);switch(t.lanes=0,t.tag){case 2:var n=t.type;Pc(e,t),e=t.pendingProps;var o=Fl(t,tt.current);il(t,r),o=O2(null,t,n,e,o,r);var a=M2();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,gt(n)?(a=!0,A0(t)):a=!1,t.memoizedState=o.state!==null&&o.state!==void 0?o.state:null,I2(t),o.updater=jd,t.stateNode=o,o._reactInternals=t,Bm(t,n,e,r),t=Om(null,t,n,!0,a,r)):(t.tag=0,me&&a&&S2(t),at(null,t,o,r),t=t.child),t;case 16:n=t.elementType;e:{switch(Pc(e,t),e=t.pendingProps,o=n._init,n=o(n._payload),t.type=n,o=t.tag=EO(n),e=tr(n,e),o){case 0:t=Lm(null,t,n,e,r);break e;case 1:t=m3(null,t,n,e,r);break e;case 11:t=f3(null,t,n,e,r);break e;case 14:t=h3(null,t,n,tr(n.type,e),r);break e}throw Error(O(306,n,""))}return t;case 0:return n=t.type,o=t.pendingProps,o=t.elementType===n?o:tr(n,o),Lm(e,t,n,o,r);case 1:return n=t.type,o=t.pendingProps,o=t.elementType===n?o:tr(n,o),m3(e,t,n,o,r);case 3:e:{if(_9(t),e===null)throw Error(O(387));n=t.pendingProps,a=t.memoizedState,o=a.element,t9(e,t),I0(t,n,null,r);var l=t.memoizedState;if(n=l.element,a.isDehydrated)if(a={element:n,isDehydrated:!1,cache:l.cache,pendingSuspenseBoundaries:l.pendingSuspenseBoundaries,transitions:l.transitions},t.updateQueue.baseState=a,t.memoizedState=a,t.flags&256){o=zl(Error(O(423)),t),t=g3(e,t,n,r,o);break e}else if(n!==o){o=zl(Error(O(424)),t),t=g3(e,t,n,r,o);break e}else for(At=Kn(t.stateNode.containerInfo.firstChild),_t=t,me=!0,or=null,r=QC(t,null,n,r),t.child=r;r;)r.flags=r.flags&-3|4096,r=r.sibling;else{if(Rl(),n===o){t=En(e,t,r);break e}at(e,t,n,r)}t=t.child}return t;case 5:return r9(t),e===null&&Tm(t),n=t.type,o=t.pendingProps,a=e!==null?e.memoizedProps:null,l=o.children,km(n,o)?l=null:a!==null&&km(n,a)&&(t.flags|=32),A9(e,t),at(e,t,l,r),t.child;case 6:return e===null&&Tm(t),null;case 13:return F9(e,t,r);case 4:return z2(t,t.stateNode.containerInfo),n=t.pendingProps,e===null?t.child=Tl(t,null,n,r):at(e,t,n,r),t.child;case 11:return n=t.type,o=t.pendingProps,o=t.elementType===n?o:tr(n,o),f3(e,t,n,o,r);case 7:return at(e,t,t.pendingProps,r),t.child;case 8:return at(e,t,t.pendingProps.children,r),t.child;case 12:return at(e,t,t.pendingProps.children,r),t.child;case 10:e:{if(n=t.type._context,o=t.pendingProps,a=t.memoizedProps,l=o.value,ce(R0,n._currentValue),n._currentValue=l,a!==null)if(pr(a.value,l)){if(a.children===o.children&&!mt.current){t=En(e,t,r);break e}}else for(a=t.child,a!==null&&(a.return=t);a!==null;){var i=a.dependencies;if(i!==null){l=a.child;for(var u=i.firstContext;u!==null;){if(u.context===n){if(a.tag===1){u=hn(-1,r&-r),u.tag=2;var d=a.updateQueue;if(d!==null){d=d.shared;var p=d.pending;p===null?u.next=u:(u.next=p.next,p.next=u),d.pending=u}}a.lanes|=r,u=a.alternate,u!==null&&(u.lanes|=r),Im(a.return,r,t),i.lanes|=r;break}u=u.next}}else if(a.tag===10)l=a.type===t.type?null:a.child;else if(a.tag===18){if(l=a.return,l===null)throw Error(O(341));l.lanes|=r,i=l.alternate,i!==null&&(i.lanes|=r),Im(l,r,t),l=a.sibling}else l=a.child;if(l!==null)l.return=a;else for(l=a;l!==null;){if(l===t){l=null;break}if(a=l.sibling,a!==null){a.return=l.return,l=a;break}l=l.return}a=l}at(e,t,o.children,r),t=t.child}return t;case 9:return o=t.type,n=t.pendingProps.children,il(t,r),o=jt(o),n=n(o),t.flags|=1,at(e,t,n,r),t.child;case 14:return n=t.type,o=tr(n,t.pendingProps),o=tr(n.type,o),h3(e,t,n,o,r);case 15:return S9(e,t,t.type,t.pendingProps,r);case 17:return n=t.type,o=t.pendingProps,o=t.elementType===n?o:tr(n,o),Pc(e,t),t.tag=1,gt(n)?(e=!0,A0(t)):e=!1,il(t,r),x9(t,n,o),Bm(t,n,o,r),Om(null,t,n,!0,e,r);case 19:return R9(e,t,r);case 22:return k9(e,t,r)}throw Error(O(156,t.tag))};function q9(e,t){return wC(e,t)}function bO(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 Mt(e,t,r,n){return new bO(e,t,r,n)}function K2(e){return e=e.prototype,!(!e||!e.isReactComponent)}function EO(e){if(typeof e=="function")return K2(e)?1:0;if(e!=null){if(e=e.$$typeof,e===f2)return 11;if(e===h2)return 14}return 2}function Jn(e,t){var r=e.alternate;return r===null?(r=Mt(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 jc(e,t,r,n,o,a){var l=2;if(n=e,typeof e=="function")K2(e)&&(l=1);else if(typeof e=="string")l=5;else e:switch(e){case Ua:return Ko(r.children,o,a,t);case p2:l=8,o|=8;break;case om:return e=Mt(12,r,t,o|2),e.elementType=om,e.lanes=a,e;case am:return e=Mt(13,r,t,o),e.elementType=am,e.lanes=a,e;case lm:return e=Mt(19,r,t,o),e.elementType=lm,e.lanes=a,e;case rC:return Wd(r,o,a,t);default:if(typeof e=="object"&&e!==null)switch(e.$$typeof){case eC:l=10;break e;case tC:l=9;break e;case f2:l=11;break e;case h2:l=14;break e;case $n:l=16,n=null;break e}throw Error(O(130,e==null?e:typeof e,""))}return t=Mt(l,r,t,o),t.elementType=e,t.type=n,t.lanes=a,t}function Ko(e,t,r,n){return e=Mt(7,e,n,t),e.lanes=r,e}function Wd(e,t,r,n){return e=Mt(22,e,n,t),e.elementType=rC,e.lanes=r,e.stateNode={isHidden:!1},e}function kp(e,t,r){return e=Mt(6,e,null,t),e.lanes=r,e}function Ap(e,t,r){return t=Mt(4,e.children!==null?e.children:[],e.key,t),t.lanes=r,t.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},t}function xO(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=ip(0),this.expirationTimes=ip(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=ip(0),this.identifierPrefix=n,this.onRecoverableError=o,this.mutableSourceEagerHydrationData=null}function Y2(e,t,r,n,o,a,l,i,u){return e=new xO(e,t,r,i,u),t===1?(t=1,a===!0&&(t|=8)):t=0,a=Mt(3,null,null,t),e.current=a,a.stateNode=e,a.memoizedState={element:n,isDehydrated:r,cache:null,transitions:null,pendingSuspenseBoundaries:null},I2(a),e}function CO(e,t,r){var n=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:Va,key:n==null?null:""+n,children:e,containerInfo:t,implementation:r}}function G9(e){if(!e)return no;e=e._reactInternals;e:{if(da(e)!==e||e.tag!==1)throw Error(O(170));var t=e;do{switch(t.tag){case 3:t=t.stateNode.context;break e;case 1:if(gt(t.type)){t=t.stateNode.__reactInternalMemoizedMergedChildContext;break e}}t=t.return}while(t!==null);throw Error(O(171))}if(e.tag===1){var r=e.type;if(gt(r))return GC(e,r,t)}return t}function K9(e,t,r,n,o,a,l,i,u){return e=Y2(r,n,!0,e,o,a,l,i,u),e.context=G9(null),r=e.current,n=lt(),o=Xn(r),a=hn(n,o),a.callback=t??null,Yn(r,a,o),e.current.lanes=o,iu(e,o,n),vt(e,n),e}function qd(e,t,r,n){var o=t.current,a=lt(),l=Xn(o);return r=G9(r),t.context===null?t.context=r:t.pendingContext=r,t=hn(a,l),t.payload={element:e},n=n===void 0?null:n,n!==null&&(t.callback=n),e=Yn(o,t,l),e!==null&&(cr(e,o,l,a),Lc(e,o,l)),l}function N0(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 k3(e,t){if(e=e.memoizedState,e!==null&&e.dehydrated!==null){var r=e.retryLane;e.retryLane=r!==0&&r<t?r:t}}function Z2(e,t){k3(e,t),(e=e.alternate)&&k3(e,t)}function DO(){return null}var Y9=typeof reportError=="function"?reportError:function(e){console.error(e)};function X2(e){this._internalRoot=e}Gd.prototype.render=X2.prototype.render=function(e){var t=this._internalRoot;if(t===null)throw Error(O(409));qd(e,t,null,null)};Gd.prototype.unmount=X2.prototype.unmount=function(){var e=this._internalRoot;if(e!==null){this._internalRoot=null;var t=e.containerInfo;ra(function(){qd(null,e,null,null)}),t[wn]=null}};function Gd(e){this._internalRoot=e}Gd.prototype.unstable_scheduleHydration=function(e){if(e){var t=kC();e={blockedOn:null,target:e,priority:t};for(var r=0;r<Nn.length&&t!==0&&t<Nn[r].priority;r++);Nn.splice(r,0,e),r===0&&_C(e)}};function J2(e){return!(!e||e.nodeType!==1&&e.nodeType!==9&&e.nodeType!==11)}function Kd(e){return!(!e||e.nodeType!==1&&e.nodeType!==9&&e.nodeType!==11&&(e.nodeType!==8||e.nodeValue!==" react-mount-point-unstable "))}function A3(){}function SO(e,t,r,n,o){if(o){if(typeof n=="function"){var a=n;n=function(){var d=N0(l);a.call(d)}}var l=K9(t,n,e,0,null,!1,!1,"",A3);return e._reactRootContainer=l,e[wn]=l.current,Ts(e.nodeType===8?e.parentNode:e),ra(),l}for(;o=e.lastChild;)e.removeChild(o);if(typeof n=="function"){var i=n;n=function(){var d=N0(u);i.call(d)}}var u=Y2(e,0,!1,null,null,!1,!1,"",A3);return e._reactRootContainer=u,e[wn]=u.current,Ts(e.nodeType===8?e.parentNode:e),ra(function(){qd(t,u,r,n)}),u}function Yd(e,t,r,n,o){var a=r._reactRootContainer;if(a){var l=a;if(typeof o=="function"){var i=o;o=function(){var u=N0(l);i.call(u)}}qd(t,l,e,o)}else l=SO(r,t,e,o,n);return N0(l)}DC=function(e){switch(e.tag){case 3:var t=e.stateNode;if(t.current.memoizedState.isDehydrated){var r=Hi(t.pendingLanes);r!==0&&(v2(t,r|1),vt(t,Ce()),!(ae&6)&&(Bl=Ce()+500,ho()))}break;case 13:ra(function(){var n=bn(e,1);if(n!==null){var o=lt();cr(n,e,1,o)}}),Z2(e,1)}};y2=function(e){if(e.tag===13){var t=bn(e,134217728);if(t!==null){var r=lt();cr(t,e,134217728,r)}Z2(e,134217728)}};SC=function(e){if(e.tag===13){var t=Xn(e),r=bn(e,t);if(r!==null){var n=lt();cr(r,e,t,n)}Z2(e,t)}};kC=function(){return ue};AC=function(e,t){var r=ue;try{return ue=e,t()}finally{ue=r}};gm=function(e,t,r){switch(t){case"input":if(um(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=Pd(n);if(!o)throw Error(O(90));oC(n),um(n,o)}}}break;case"textarea":lC(e,r);break;case"select":t=r.value,t!=null&&nl(e,!!r.multiple,t,!1)}};fC=W2;hC=ra;var kO={usingClientEntryPoint:!1,Events:[uu,Ka,Pd,dC,pC,W2]},bi={findFiberByHostInstance:Oo,bundleType:0,version:"18.3.1",rendererPackageName:"react-dom"},AO={bundleType:bi.bundleType,version:bi.version,rendererPackageName:bi.rendererPackageName,rendererConfig:bi.rendererConfig,overrideHookState:null,overrideHookStateDeletePath:null,overrideHookStateRenamePath:null,overrideProps:null,overridePropsDeletePath:null,overridePropsRenamePath:null,setErrorHandler:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:Dn.ReactCurrentDispatcher,findHostInstanceByFiber:function(e){return e=vC(e),e===null?null:e.stateNode},findFiberByHostInstance:bi.findFiberByHostInstance||DO,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 Ju=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!Ju.isDisabled&&Ju.supportsFiber)try{$d=Ju.inject(AO),Hr=Ju}catch{}}Bt.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=kO;Bt.createPortal=function(e,t){var r=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!J2(t))throw Error(O(200));return CO(e,t,null,r)};Bt.createRoot=function(e,t){if(!J2(e))throw Error(O(299));var r=!1,n="",o=Y9;return t!=null&&(t.unstable_strictMode===!0&&(r=!0),t.identifierPrefix!==void 0&&(n=t.identifierPrefix),t.onRecoverableError!==void 0&&(o=t.onRecoverableError)),t=Y2(e,1,!1,null,null,r,!1,n,o),e[wn]=t.current,Ts(e.nodeType===8?e.parentNode:e),new X2(t)};Bt.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(O(188)):(e=Object.keys(e).join(","),Error(O(268,e)));return e=vC(t),e=e===null?null:e.stateNode,e};Bt.flushSync=function(e){return ra(e)};Bt.hydrate=function(e,t,r){if(!Kd(t))throw Error(O(200));return Yd(null,e,t,!0,r)};Bt.hydrateRoot=function(e,t,r){if(!J2(e))throw Error(O(405));var n=r!=null&&r.hydratedSources||null,o=!1,a="",l=Y9;if(r!=null&&(r.unstable_strictMode===!0&&(o=!0),r.identifierPrefix!==void 0&&(a=r.identifierPrefix),r.onRecoverableError!==void 0&&(l=r.onRecoverableError)),t=K9(t,null,e,1,r??null,o,!1,a,l),e[wn]=t.current,Ts(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 Gd(t)};Bt.render=function(e,t,r){if(!Kd(t))throw Error(O(200));return Yd(null,e,t,!1,r)};Bt.unmountComponentAtNode=function(e){if(!Kd(e))throw Error(O(40));return e._reactRootContainer?(ra(function(){Yd(null,null,e,!1,function(){e._reactRootContainer=null,e[wn]=null})}),!0):!1};Bt.unstable_batchedUpdates=W2;Bt.unstable_renderSubtreeIntoContainer=function(e,t,r,n){if(!Kd(r))throw Error(O(200));if(e==null||e._reactInternals===void 0)throw Error(O(38));return Yd(e,t,r,!1,n)};Bt.version="18.3.1-next-f1338f8080-20240426";function Z9(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(Z9)}catch(e){console.error(e)}}Z9(),Zx.exports=Bt;var du=Zx.exports;const X9=NE(du);var _O=Object.create,Zd=Object.defineProperty,FO=Object.getOwnPropertyDescriptor,RO=Object.getOwnPropertyNames,TO=Object.getPrototypeOf,IO=Object.prototype.hasOwnProperty,c=(e,t)=>Zd(e,"name",{value:t,configurable:!0}),Qu=(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')}),z=(e,t)=>()=>(e&&(t=e(e=0)),t),Y=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),Jl=(e,t)=>{for(var r in t)Zd(e,r,{get:t[r],enumerable:!0})},zO=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of RO(t))!IO.call(e,o)&&o!==r&&Zd(e,o,{get:()=>t[o],enumerable:!(n=FO(t,o))||n.enumerable});return e},We=(e,t,r)=>(r=e!=null?_O(TO(e)):{},zO(t||!e||!e.__esModule?Zd(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 yr=z(()=>{c(oe,"_extends")});function J9(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}var BO=z(()=>{c(J9,"_assertThisInitialized")});function $l(e,t){return $l=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(r,n){return r.__proto__=n,r},$l(e,t)}var Q2=z(()=>{c($l,"_setPrototypeOf")});function H0(e){return H0=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},H0(e)}var $O=z(()=>{c(H0,"_getPrototypeOf")}),Xd,ev=z(()=>{Xd=(()=>{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})()}),Jd=Y((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 l(d,p){if(!o[d]){if(!n[d]){var m=typeof Qu=="function"&&Qu;if(!p&&m)return m(d,!0);if(i)return i(d,!0);var h=new Error("Cannot find module '"+d+"'");throw h.code="MODULE_NOT_FOUND",h}var f=o[d]={exports:{}};n[d][0].call(f.exports,function(v){var g=n[d][1][v];return l(g||v)},f,f.exports,r,n,o,a)}return o[d].exports}c(l,"s");for(var i=typeof Qu=="function"&&Qu,u=0;u<a.length;u++)l(a[u]);return l},"e")({1:[function(r,n,o){n.exports=function(a){if(typeof Map!="function"||a){var l=r("./similar");return new l}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(l){var i;if(this.lastItem&&this.isEqual(this.lastItem.key,l))return this.lastItem.val;if(i=this.indexOf(l),i>=0)return this.lastItem=this.list[i],this.list[i].val},a.prototype.set=function(l,i){var u;return this.lastItem&&this.isEqual(this.lastItem.key,l)?(this.lastItem.val=i,this):(u=this.indexOf(l),u>=0?(this.lastItem=this.list[u],this.list[u].val=i,this):(this.lastItem={key:l,val:i},this.list.push(this.lastItem),this.size++,this))},a.prototype.delete=function(l){var i;if(this.lastItem&&this.isEqual(this.lastItem.key,l)&&(this.lastItem=void 0),i=this.indexOf(l),i>=0)return this.size--,this.list.splice(i,1)[0]},a.prototype.has=function(l){var i;return this.lastItem&&this.isEqual(this.lastItem.key,l)?!0:(i=this.indexOf(l),i>=0?(this.lastItem=this.list[i],!0):!1)},a.prototype.forEach=function(l,i){var u;for(u=0;u<this.size;u++)l.call(i||this,this.list[u].val,this.list[u].key,this)},a.prototype.indexOf=function(l){var i;for(i=0;i<this.size;i++)if(this.isEqual(this.list[i].key,l))return i;return-1},a.prototype.isEqual=function(l,i){return l===i||l!==l&&i!==i},n.exports=a},{}],3:[function(r,n,o){var a=r("map-or-similar");n.exports=function(d){var p=new a(!1),m=[];return function(h){var f=c(function(){var v=p,g,C,b=arguments.length-1,y=Array(b+1),E=!0,x;if((f.numArgs||f.numArgs===0)&&f.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(y[x]={cacheItem:v,arg:arguments[x]},v.has(arguments[x])){v=v.get(arguments[x]);continue}E=!1,g=new a(!1),v.set(arguments[x],g),v=g}return E&&(v.has(arguments[b])?C=v.get(arguments[b]):E=!1),E||(C=h.apply(null,arguments),v.set(arguments[b],C)),d>0&&(y[b]={cacheItem:v,arg:arguments[b]},E?l(m,y):m.push(y),m.length>d&&i(m.shift())),f.wasMemoized=E,f.numArgs=b+1,C},"memoizerific");return f.limit=d,f.wasMemoized=!1,f.cache=p,f.lru=m,f}};function l(d,p){var m=d.length,h=p.length,f,v,g;for(v=0;v<m;v++){for(f=!0,g=0;g<h;g++)if(!u(d[v][g].arg,p[g].arg)){f=!1;break}if(f)break}d.push(d.splice(v,1)[0])}c(l,"moveToMostRecentLru");function i(d){var p=d.length,m=d[p-1],h,f;for(m.cacheItem.delete(m.arg),f=p-2;f>=0&&(m=d[f],h=m.cacheItem.get(m.arg),!h||!h.size);f--)m.cacheItem.delete(m.arg)}c(i,"removeCachedResult");function u(d,p){return d===p||d!==d&&p!==p}c(u,"isEqual")},{"map-or-similar":1}]},{},[3])(3)})});function Qd(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 tv=z(()=>{c(Qd,"_objectWithoutPropertiesLoose")});function Q9(e,t){if(e==null)return{};var r,n,o=Qd(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 LO=z(()=>{tv(),c(Q9,"_objectWithoutProperties")});function j0(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 eD=z(()=>{c(j0,"_arrayLikeToArray")});function tD(e){if(Array.isArray(e))return j0(e)}var OO=z(()=>{eD(),c(tD,"_arrayWithoutHoles")});function rD(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}var MO=z(()=>{c(rD,"_iterableToArray")});function nD(e,t){if(e){if(typeof e=="string")return j0(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)?j0(e,t):void 0}}var PO=z(()=>{eD(),c(nD,"_unsupportedIterableToArray")});function oD(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
247
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var NO=z(()=>{c(oD,"_nonIterableSpread")});function aD(e){return tD(e)||rD(e)||nD(e)||oD()}var HO=z(()=>{OO(),MO(),PO(),NO(),c(aD,"_toConsumableArray")});function Ll(e){"@babel/helpers - typeof";return Ll=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},Ll(e)}var lD=z(()=>{c(Ll,"_typeof")});function iD(e,t){if(Ll(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t||"default");if(Ll(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var jO=z(()=>{lD(),c(iD,"toPrimitive")});function sD(e){var t=iD(e,"string");return Ll(t)=="symbol"?t:t+""}var VO=z(()=>{lD(),jO(),c(sD,"toPropertyKey")});function rv(e,t,r){return(t=sD(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var uD=z(()=>{VO(),c(rv,"_defineProperty")});function Ym(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 No(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Ym(Object(r),!0).forEach(function(n){rv(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Ym(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function cD(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 dD(e){if(e.length===0||e.length===1)return e;var t=e.join(".");return Vc[t]||(Vc[t]=cD(e)),Vc[t]}function pD(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=dD(n);return o.reduce(function(a,l){return No(No({},a),r[l])},t)}function Zm(e){return e.join(" ")}function fD(e,t){var r=0;return function(n){return r+=1,n.map(function(o,a){return e1({node:o,stylesheet:e,useInlineStyles:t,key:"code-segment-".concat(r,"-").concat(a)})})}}function e1(e){var t=e.node,r=e.stylesheet,n=e.style,o=n===void 0?{}:n,a=e.useInlineStyles,l=e.key,i=t.properties,u=t.type,d=t.tagName,p=t.value;if(u==="text")return p;if(d){var m=fD(r,a),h;if(!a)h=No(No({},i),{},{className:Zm(i.className)});else{var f=Object.keys(r).reduce(function(b,y){return y.split(".").forEach(function(E){b.includes(E)||b.push(E)}),b},[]),v=i.className&&i.className.includes("token")?["token"]:[],g=i.className&&v.concat(i.className.filter(function(b){return!f.includes(b)}));h=No(No({},i),{},{className:Zm(g)||void 0,style:pD(i.className,Object.assign({},i.style,o),r)})}var C=m(t.children);return w.createElement(d,oe({key:l},h),C)}}var Vc,hD=z(()=>{yr(),uD(),c(Ym,"ownKeys"),c(No,"_objectSpread"),c(cD,"powerSetPermutations"),Vc={},c(dD,"getClassNameCombinations"),c(pD,"createStyleObject"),c(Zm,"createClassNameString"),c(fD,"createChildren"),c(e1,"createElement")}),mD,UO=z(()=>{mD=c(function(e,t){var r=e.listLanguages();return r.indexOf(t)!==-1},"default")});function Xm(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 ar(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Xm(Object(r),!0).forEach(function(n){rv(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Xm(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}function gD(e){return e.match(SD)}function vD(e){var t=e.lines,r=e.startingLineNumber,n=e.style;return t.map(function(o,a){var l=a+r;return w.createElement("span",{key:"line-".concat(a),className:"react-syntax-highlighter-line-number",style:typeof n=="function"?n(l):n},"".concat(l,`
|
|
248
|
-
`))})}function yD(e){var t=e.codeString,r=e.codeStyle,n=e.containerStyle,o=n===void 0?{float:"left",paddingRight:"10px"}:n,a=e.numberStyle,l=a===void 0?{}:a,i=e.startingLineNumber;return w.createElement("code",{style:Object.assign({},r,o)},vD({lines:t.replace(/\n$/,"").split(`
|
|
249
|
-
`),style:l,startingLineNumber:i}))}function wD(e){return"".concat(e.toString().length,".25em")}function nv(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 ov(e,t,r){var n={display:"inline-block",minWidth:wD(r),paddingRight:"1em",textAlign:"right",userSelect:"none"},o=typeof e=="function"?e(t):e,a=ar(ar({},n),o);return a}function ps(e){var t=e.children,r=e.lineNumber,n=e.lineNumberStyle,o=e.largestLineNumber,a=e.showInlineLineNumbers,l=e.lineProps,i=l===void 0?{}:l,u=e.className,d=u===void 0?[]:u,p=e.showLineNumbers,m=e.wrapLongLines,h=typeof i=="function"?i(r):i;if(h.className=d,r&&a){var f=ov(n,r,o);t.unshift(nv(r,f))}return m&p&&(h.style=ar(ar({},h.style),{},{display:"flex"})),{type:"element",tagName:"span",properties:h,children:t}}function av(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(ps({children:[o],className:aD(new Set(t))}));else if(o.children){var a=t.concat(o.properties.className);av(o.children,a).forEach(function(l){return r.push(l)})}}return r}function bD(e,t,r,n,o,a,l,i,u){var d,p=av(e.value),m=[],h=-1,f=0;function v(D,S){var k=arguments.length>2&&arguments[2]!==void 0?arguments[2]:[];return ps({children:D,lineNumber:S,lineNumberStyle:i,largestLineNumber:l,showInlineLineNumbers:o,lineProps:r,className:k,showLineNumbers:n,wrapLongLines:u})}c(v,"createWrappedLine");function g(D,S){if(n&&S&&o){var k=ov(i,S,l);D.unshift(nv(S,k))}return D}c(g,"createUnwrappedLine");function C(D,S){var k=arguments.length>2&&arguments[2]!==void 0?arguments[2]:[];return t||k.length>0?v(D,S,k):g(D,S)}c(C,"createLine");for(var b=c(function(){var D=p[f],S=D.children[0].value,k=gD(S);if(k){var A=S.split(`
|
|
250
|
-
`);A.forEach(function(_,R){var I=n&&m.length+a,$={type:"text",value:"".concat(_,`
|
|
251
|
-
`)};if(R===0){var L=p.slice(h+1,f).concat(ps({children:[$],className:D.properties.className})),N=C(L,I);m.push(N)}else if(R===A.length-1){var M=p[f+1]&&p[f+1].children&&p[f+1].children[0],j={type:"text",value:"".concat(_)};if(M){var q=ps({children:[j],className:D.properties.className});p.splice(f+1,0,q)}else{var B=[j],P=C(B,I,D.properties.className);m.push(P)}}else{var H=[$],G=C(H,I,D.properties.className);m.push(G)}}),h=f}f++},"_loop");f<p.length;)b();if(h!==p.length-1){var y=p.slice(h+1,p.length);if(y&&y.length){var E=n&&m.length+a,x=C(y,E);m.push(x)}}return t?m:(d=[]).concat.apply(d,m)}function ED(e){var t=e.rows,r=e.stylesheet,n=e.useInlineStyles;return t.map(function(o,a){return e1({node:o,stylesheet:r,useInlineStyles:n,key:"code-segement".concat(a)})})}function lv(e){return e&&typeof e.highlightAuto<"u"}function xD(e){var t=e.astGenerator,r=e.language,n=e.code,o=e.defaultCodeValue;if(lv(t)){var a=mD(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 CD(e,t){return c(function(r){var n=r.language,o=r.children,a=r.style,l=a===void 0?t:a,i=r.customStyle,u=i===void 0?{}:i,d=r.codeTagProps,p=d===void 0?{className:n?"language-".concat(n):void 0,style:ar(ar({},l['code[class*="language-"]']),l['code[class*="language-'.concat(n,'"]')])}:d,m=r.useInlineStyles,h=m===void 0?!0:m,f=r.showLineNumbers,v=f===void 0?!1:f,g=r.showInlineLineNumbers,C=g===void 0?!0:g,b=r.startingLineNumber,y=b===void 0?1:b,E=r.lineNumberContainerStyle,x=r.lineNumberStyle,D=x===void 0?{}:x,S=r.wrapLines,k=r.wrapLongLines,A=k===void 0?!1:k,_=r.lineProps,R=_===void 0?{}:_,I=r.renderer,$=r.PreTag,L=$===void 0?"pre":$,N=r.CodeTag,M=N===void 0?"code":N,j=r.code,q=j===void 0?(Array.isArray(o)?o[0]:o)||"":j,B=r.astGenerator,P=Q9(r,DD);B=B||e;var H=v?w.createElement(yD,{containerStyle:E,codeStyle:p.style||{},numberStyle:D,startingLineNumber:y,codeString:q}):null,G=l.hljs||l['pre[class*="language-"]']||{backgroundColor:"#fff"},Z=lv(B)?"hljs":"prismjs",Q=h?Object.assign({},P,{style:Object.assign({},G,u)}):Object.assign({},P,{className:P.className?"".concat(Z," ").concat(P.className):Z,style:Object.assign({},u)});if(A?p.style=ar(ar({},p.style),{},{whiteSpace:"pre-wrap"}):p.style=ar(ar({},p.style),{},{whiteSpace:"pre"}),!B)return w.createElement(L,Q,H,w.createElement(M,p,q));(S===void 0&&I||A)&&(S=!0),I=I||ED;var ie=[{type:"text",value:q}],U=xD({astGenerator:B,language:n,code:q,defaultCodeValue:ie});U.language===null&&(U.value=ie);var X=U.value.length+y,re=bD(U,S,R,v,C,y,X,D,A);return w.createElement(L,Q,w.createElement(M,p,!C&&H,I({rows:re,stylesheet:l,useInlineStyles:h})))},"SyntaxHighlighter")}var DD,SD,WO=z(()=>{LO(),HO(),uD(),hD(),UO(),DD=["language","children","style","customStyle","codeTagProps","useInlineStyles","showLineNumbers","showInlineLineNumbers","startingLineNumber","lineNumberContainerStyle","lineNumberStyle","wrapLines","wrapLongLines","lineProps","renderer","PreTag","CodeTag","code","astGenerator"],c(Xm,"ownKeys"),c(ar,"_objectSpread"),SD=/\n/g,c(gD,"getNewLines"),c(vD,"getAllLineNumbers"),c(yD,"AllLineNumbers"),c(wD,"getEmWidthOfNumber"),c(nv,"getInlineLineNumber"),c(ov,"assembleLineNumberStyles"),c(ps,"createLineElement"),c(av,"flattenCodeTree"),c(bD,"processLines"),c(ED,"defaultRenderer"),c(lv,"isHighlightJs"),c(xD,"getCodeTree"),c(CD,"default")}),qO=Y((e,t)=>{t.exports=n;var r=Object.prototype.hasOwnProperty;function n(){for(var o={},a=0;a<arguments.length;a++){var l=arguments[a];for(var i in l)r.call(l,i)&&(o[i]=l[i])}return o}c(n,"extend")}),kD=Y((e,t)=>{t.exports=n;var r=n.prototype;r.space=null,r.normal={},r.property={};function n(o,a,l){this.property=o,this.normal=a,l&&(this.space=l)}c(n,"Schema")}),GO=Y((e,t)=>{var r=qO(),n=kD();t.exports=o;function o(a){for(var l=a.length,i=[],u=[],d=-1,p,m;++d<l;)p=a[d],i.push(p.property),u.push(p.normal),m=p.space;return new n(r.apply(null,i),r.apply(null,u),m)}c(o,"merge")}),iv=Y((e,t)=>{t.exports=r;function r(n){return n.toLowerCase()}c(r,"normalize")}),AD=Y((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")}),sv=Y(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")}),_D=Y((e,t)=>{var r=AD(),n=sv();t.exports=l,l.prototype=new r,l.prototype.defined=!0;var o=["boolean","booleanish","overloadedBoolean","number","commaSeparated","spaceSeparated","commaOrSpaceSeparated"],a=o.length;function l(u,d,p,m){var h=-1,f;for(i(this,"space",m),r.call(this,u,d);++h<a;)f=o[h],i(this,f,(p&n[f])===n[f])}c(l,"DefinedInfo");function i(u,d,p){p&&(u[d]=p)}c(i,"mark")}),pu=Y((e,t)=>{var r=iv(),n=kD(),o=_D();t.exports=a;function a(l){var i=l.space,u=l.mustUseProperty||[],d=l.attributes||{},p=l.properties,m=l.transform,h={},f={},v,g;for(v in p)g=new o(v,m(d,v),p[v],i),u.indexOf(v)!==-1&&(g.mustUseProperty=!0),h[v]=g,f[r(v)]=v,f[r(g.attribute)]=v;return new n(h,f,i)}c(a,"create")}),KO=Y((e,t)=>{var r=pu();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")}),YO=Y((e,t)=>{var r=pu();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")}),ZO=Y((e,t)=>{t.exports=r;function r(n,o){return o in n?n[o]:o}c(r,"caseSensitiveTransform")}),FD=Y((e,t)=>{var r=ZO();t.exports=n;function n(o,a){return r(o,a.toLowerCase())}c(n,"caseInsensitiveTransform")}),XO=Y((e,t)=>{var r=pu(),n=FD();t.exports=r({space:"xmlns",attributes:{xmlnsxlink:"xmlns:xlink"},transform:n,properties:{xmlns:null,xmlnsXLink:null}})}),JO=Y((e,t)=>{var r=sv(),n=pu(),o=r.booleanish,a=r.number,l=r.spaceSeparated;t.exports=n({transform:i,properties:{ariaActiveDescendant:null,ariaAtomic:o,ariaAutoComplete:null,ariaBusy:o,ariaChecked:o,ariaColCount:a,ariaColIndex:a,ariaColSpan:a,ariaControls:l,ariaCurrent:null,ariaDescribedBy:l,ariaDetails:null,ariaDisabled:o,ariaDropEffect:l,ariaErrorMessage:null,ariaExpanded:o,ariaFlowTo:l,ariaGrabbed:o,ariaHasPopup:null,ariaHidden:o,ariaInvalid:null,ariaKeyShortcuts:null,ariaLabel:null,ariaLabelledBy:l,ariaLevel:a,ariaLive:null,ariaModal:o,ariaMultiLine:o,ariaMultiSelectable:o,ariaOrientation:null,ariaOwns:l,ariaPlaceholder:null,ariaPosInSet:a,ariaPressed:o,ariaReadOnly:o,ariaRelevant:null,ariaRequired:o,ariaRoleDescription:l,ariaRowCount:a,ariaRowIndex:a,ariaRowSpan:a,ariaSelected:o,ariaSetSize:a,ariaSort:null,ariaValueMax:a,ariaValueMin:a,ariaValueNow:a,ariaValueText:null,role:null}});function i(u,d){return d==="role"?d:"aria-"+d.slice(4).toLowerCase()}c(i,"ariaTransform")}),QO=Y((e,t)=>{var r=sv(),n=pu(),o=FD(),a=r.boolean,l=r.overloadedBoolean,i=r.booleanish,u=r.number,d=r.spaceSeparated,p=r.commaSeparated;t.exports=n({space:"html",attributes:{acceptcharset:"accept-charset",classname:"class",htmlfor:"for",httpequiv:"http-equiv"},transform:o,mustUseProperty:["checked","multiple","muted","selected"],properties:{abbr:null,accept:p,acceptCharset:d,accessKey:d,action:null,allow:null,allowFullScreen:a,allowPaymentRequest:a,allowUserMedia:a,alt:null,as:null,async:a,autoCapitalize:null,autoComplete:d,autoFocus:a,autoPlay:a,capture:a,charSet:null,checked:a,cite:null,className:d,cols:u,colSpan:null,content:null,contentEditable:i,controls:a,controlsList:d,coords:u|p,crossOrigin:null,data:null,dateTime:null,decoding:null,default:a,defer:a,dir:null,dirName:null,disabled:a,download:l,draggable:i,encType:null,enterKeyHint:null,form:null,formAction:null,formEncType:null,formMethod:null,formNoValidate:a,formTarget:null,headers:d,height:u,hidden:a,high:u,href:null,hrefLang:null,htmlFor:d,httpEquiv:d,id:null,imageSizes:null,imageSrcSet:p,inputMode:null,integrity:null,is:null,isMap:a,itemId:null,itemProp:d,itemRef:d,itemScope:a,itemType:d,kind:null,label:null,lang:null,language:null,list:null,loading:null,loop:a,low:u,manifest:null,max:null,maxLength:u,media:null,method:null,min:null,minLength:u,multiple:a,muted:a,name:null,nonce:null,noModule:a,noValidate:a,onAbort:null,onAfterPrint:null,onAuxClick:null,onBeforePrint:null,onBeforeUnload:null,onBlur:null,onCancel:null,onCanPlay:null,onCanPlayThrough:null,onChange:null,onClick:null,onClose:null,onContextMenu:null,onCopy:null,onCueChange:null,onCut:null,onDblClick:null,onDrag:null,onDragEnd:null,onDragEnter:null,onDragExit:null,onDragLeave:null,onDragOver:null,onDragStart:null,onDrop:null,onDurationChange:null,onEmptied:null,onEnded:null,onError:null,onFocus:null,onFormData:null,onHashChange:null,onInput:null,onInvalid:null,onKeyDown:null,onKeyPress:null,onKeyUp:null,onLanguageChange:null,onLoad:null,onLoadedData:null,onLoadedMetadata:null,onLoadEnd:null,onLoadStart:null,onMessage:null,onMessageError:null,onMouseDown:null,onMouseEnter:null,onMouseLeave:null,onMouseMove:null,onMouseOut:null,onMouseOver:null,onMouseUp:null,onOffline:null,onOnline:null,onPageHide:null,onPageShow:null,onPaste:null,onPause:null,onPlay:null,onPlaying:null,onPopState:null,onProgress:null,onRateChange:null,onRejectionHandled:null,onReset:null,onResize:null,onScroll:null,onSecurityPolicyViolation:null,onSeeked:null,onSeeking:null,onSelect:null,onSlotChange:null,onStalled:null,onStorage:null,onSubmit:null,onSuspend:null,onTimeUpdate:null,onToggle:null,onUnhandledRejection:null,onUnload:null,onVolumeChange:null,onWaiting:null,onWheel:null,open:a,optimum:u,pattern:null,ping:d,placeholder:null,playsInline:a,poster:null,preload:null,readOnly:a,referrerPolicy:null,rel:d,required:a,reversed:a,rows:u,rowSpan:u,sandbox:d,scope:null,scoped:a,seamless:a,selected:a,shape:null,size:u,sizes:null,slot:null,span:u,spellCheck:i,src:null,srcDoc:null,srcLang:null,srcSet:p,start:u,step:null,style:null,tabIndex:u,target:null,title:null,translate:null,type:null,typeMustMatch:a,useMap:null,value:i,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:i,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}})}),eM=Y((e,t)=>{var r=GO(),n=KO(),o=YO(),a=XO(),l=JO(),i=QO();t.exports=r([o,n,a,l,i])}),tM=Y((e,t)=>{var r=iv(),n=_D(),o=AD(),a="data";t.exports=d;var l=/^data[-\w.:]+$/i,i=/-[a-z]/g,u=/[A-Z]/g;function d(v,g){var C=r(g),b=g,y=o;return C in v.normal?v.property[v.normal[C]]:(C.length>4&&C.slice(0,4)===a&&l.test(g)&&(g.charAt(4)==="-"?b=p(g):g=m(g),y=n),new y(b,g))}c(d,"find");function p(v){var g=v.slice(5).replace(i,f);return a+g.charAt(0).toUpperCase()+g.slice(1)}c(p,"datasetToProperty");function m(v){var g=v.slice(4);return i.test(g)?v:(g=g.replace(u,h),g.charAt(0)!=="-"&&(g="-"+g),a+g)}c(m,"datasetToAttribute");function h(v){return"-"+v.toLowerCase()}c(h,"kebab");function f(v){return v.charAt(1).toUpperCase()}c(f,"camelcase")}),rM=Y((e,t)=>{t.exports=n;var r=/[#.]/g;function n(o,a){for(var l=o||"",i=a||"div",u={},d=0,p,m,h;d<l.length;)r.lastIndex=d,h=r.exec(l),p=l.slice(d,h?h.index:l.length),p&&(m?m==="#"?u.id=p:u.className?u.className.push(p):u.className=[p]:i=p,d+=p.length),h&&(m=h[0],d++);return{type:"element",tagName:i,properties:u,children:[]}}c(n,"parse")}),nM=Y(e=>{e.parse=o,e.stringify=a;var t="",r=" ",n=/[ \t\n\r\f]+/g;function o(l){var i=String(l||t).trim();return i===t?[]:i.split(n)}c(o,"parse");function a(l){return l.join(r).trim()}c(a,"stringify")}),oM=Y(e=>{e.parse=o,e.stringify=a;var t=",",r=" ",n="";function o(l){for(var i=[],u=String(l||n),d=u.indexOf(t),p=0,m=!1,h;!m;)d===-1&&(d=u.length,m=!0),h=u.slice(p,d).trim(),(h||!m)&&i.push(h),p=d+1,d=u.indexOf(t,p);return i}c(o,"parse");function a(l,i){var u=i||{},d=u.padLeft===!1?n:r,p=u.padRight?r:n;return l[l.length-1]===n&&(l=l.concat(n)),l.join(p+t+d).trim()}c(a,"stringify")}),aM=Y((e,t)=>{var r=tM(),n=iv(),o=rM(),a=nM().parse,l=oM().parse;t.exports=u;var i={}.hasOwnProperty;function u(C,b,y){var E=y?g(y):null;return x;function x(S,k){var A=o(S,b),_=Array.prototype.slice.call(arguments,2),R=A.tagName.toLowerCase(),I;if(A.tagName=E&&i.call(E,R)?E[R]:R,k&&d(k,A)&&(_.unshift(k),k=null),k)for(I in k)D(A.properties,I,k[I]);return m(A.children,_),A.tagName==="template"&&(A.content={type:"root",children:A.children},A.children=[]),A}function D(S,k,A){var _,R,I;A==null||A!==A||(_=r(C,k),R=_.property,I=A,typeof I=="string"&&(_.spaceSeparated?I=a(I):_.commaSeparated?I=l(I):_.commaOrSpaceSeparated&&(I=a(l(I).join(" ")))),R==="style"&&typeof A!="string"&&(I=v(I)),R==="className"&&S.className&&(I=S.className.concat(I)),S[R]=h(_,R,I))}}c(u,"factory");function d(C,b){return typeof C=="string"||"length"in C||p(b.tagName,C)}c(d,"isChildren");function p(C,b){var y=b.type;return C==="input"||!y||typeof y!="string"?!1:typeof b.children=="object"&&"length"in b.children?!0:(y=y.toLowerCase(),C==="button"?y!=="menu"&&y!=="submit"&&y!=="reset"&&y!=="button":"value"in b)}c(p,"isNode");function m(C,b){var y,E;if(typeof b=="string"||typeof b=="number"){C.push({type:"text",value:String(b)});return}if(typeof b=="object"&&"length"in b){for(y=-1,E=b.length;++y<E;)m(C,b[y]);return}if(typeof b!="object"||!("type"in b))throw new Error("Expected node, nodes, or string, got `"+b+"`");C.push(b)}c(m,"addChild");function h(C,b,y){var E,x,D;if(typeof y!="object"||!("length"in y))return f(C,b,y);for(x=y.length,E=-1,D=[];++E<x;)D[E]=f(C,b,y[E]);return D}c(h,"parsePrimitives");function f(C,b,y){var E=y;return C.number||C.positiveNumber?!isNaN(E)&&E!==""&&(E=Number(E)):(C.boolean||C.overloadedBoolean)&&typeof E=="string"&&(E===""||n(y)===n(b))&&(E=!0),E}c(f,"parsePrimitive");function v(C){var b=[],y;for(y in C)b.push([y,C[y]].join(": "));return b.join("; ")}c(v,"style");function g(C){for(var b=C.length,y=-1,E={},x;++y<b;)x=C[y],E[x.toLowerCase()]=x;return E}c(g,"createAdjustMap")}),lM=Y((e,t)=>{var r=eM(),n=aM(),o=n(r,"div");o.displayName="html",t.exports=o}),iM=Y((e,t)=>{t.exports=lM()}),sM=Y((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:"ÿ"}}),uM=Y((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:"Ÿ"}}),RD=Y((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")}),cM=Y((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")}),dM=Y((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")}),pM=Y((e,t)=>{var r=dM(),n=RD();t.exports=o;function o(a){return r(a)||n(a)}c(o,"alphanumerical")}),fM=Y((e,t)=>{var r,n=59;t.exports=o;function o(a){var l="&"+a+";",i;return r=r||document.createElement("i"),r.innerHTML=l,i=r.textContent,i.charCodeAt(i.length-1)===n&&a!=="semi"||i===l?!1:i}c(o,"decodeEntity")}),hM=Y((e,t)=>{var r=sM(),n=uM(),o=RD(),a=cM(),l=pM(),i=fM();t.exports=G;var u={}.hasOwnProperty,d=String.fromCharCode,p=Function.prototype,m={warning:null,reference:null,text:null,warningContext:null,referenceContext:null,textContext:null,position:{},additional:null,attribute:!1,nonTerminated:!0},h=9,f=10,v=12,g=32,C=38,b=59,y=60,E=61,x=35,D=88,S=120,k=65533,A="named",_="hexadecimal",R="decimal",I={};I[_]=16,I[R]=10;var $={};$[A]=l,$[R]=o,$[_]=a;var L=1,N=2,M=3,j=4,q=5,B=6,P=7,H={};H[L]="Named character references must be terminated by a semicolon",H[N]="Numeric character references must be terminated by a semicolon",H[M]="Named character references cannot be empty",H[j]="Numeric character references cannot be empty",H[q]="Named character references must be known",H[B]="Numeric character references cannot be disallowed",H[P]="Numeric character references cannot be outside the permissible Unicode range";function G(U,X){var re={},_e,qe;X||(X={});for(qe in m)_e=X[qe],re[qe]=_e??m[qe];return(re.position.indent||re.position.start)&&(re.indent=re.position.indent||[],re.position=re.position.start),Z(U,re)}c(G,"parseEntities");function Z(U,X){var re=X.additional,_e=X.nonTerminated,qe=X.text,xr=X.reference,xt=X.warning,Kt=X.textContext,W=X.referenceContext,Yt=X.warningContext,Cr=X.position,bo=X.indent||[],Ca=U.length,Dr=0,Tu=-1,rt=Cr.column||1,Eo=Cr.line||1,Sr="",Da=[],kr,Sa,Ar,Ge,Zt,$e,De,_r,Iu,W1,xo,si,Co,en,Ky,ui,zu,Fr,Le;for(typeof re=="string"&&(re=re.charCodeAt(0)),ui=ci(),_r=xt?WI:p,Dr--,Ca++;++Dr<Ca;)if(Zt===f&&(rt=bo[Tu]||1),Zt=U.charCodeAt(Dr),Zt===C){if(De=U.charCodeAt(Dr+1),De===h||De===f||De===v||De===g||De===C||De===y||De!==De||re&&De===re){Sr+=d(Zt),rt++;continue}for(Co=Dr+1,si=Co,Le=Co,De===x?(Le=++si,De=U.charCodeAt(Le),De===D||De===S?(en=_,Le=++si):en=R):en=A,kr="",xo="",Ge="",Ky=$[en],Le--;++Le<Ca&&(De=U.charCodeAt(Le),!!Ky(De));)Ge+=d(De),en===A&&u.call(r,Ge)&&(kr=Ge,xo=r[Ge]);Ar=U.charCodeAt(Le)===b,Ar&&(Le++,Sa=en===A?i(Ge):!1,Sa&&(kr=Ge,xo=Sa)),Fr=1+Le-Co,!Ar&&!_e||(Ge?en===A?(Ar&&!xo?_r(q,1):(kr!==Ge&&(Le=si+kr.length,Fr=1+Le-si,Ar=!1),Ar||(Iu=kr?L:M,X.attribute?(De=U.charCodeAt(Le),De===E?(_r(Iu,Fr),xo=null):l(De)?xo=null:_r(Iu,Fr)):_r(Iu,Fr))),$e=xo):(Ar||_r(N,Fr),$e=parseInt(Ge,I[en]),Q($e)?(_r(P,Fr),$e=d(k)):$e in n?(_r(B,Fr),$e=n[$e]):(W1="",ie($e)&&_r(B,Fr),$e>65535&&($e-=65536,W1+=d($e>>>10|55296),$e=56320|$e&1023),$e=W1+d($e))):en!==A&&_r(j,Fr)),$e?(Yy(),ui=ci(),Dr=Le-1,rt+=Le-Co+1,Da.push($e),zu=ci(),zu.offset++,xr&&xr.call(W,$e,{start:ui,end:zu},U.slice(Co-1,Le)),ui=zu):(Ge=U.slice(Co-1,Le),Sr+=Ge,rt+=Ge.length,Dr=Le-1)}else Zt===10&&(Eo++,Tu++,rt=0),Zt===Zt?(Sr+=d(Zt),rt++):Yy();return Da.join("");function ci(){return{line:Eo,column:rt,offset:Dr+(Cr.offset||0)}}function WI(Zy,Xy){var q1=ci();q1.column+=Xy,q1.offset+=Xy,xt.call(Yt,H[Zy],q1,Zy)}function Yy(){Sr&&(Da.push(Sr),qe&&qe.call(Kt,Sr,{start:ui,end:ci()}),Sr="")}}c(Z,"parse");function Q(U){return U>=55296&&U<=57343||U>1114111}c(Q,"prohibited");function ie(U){return U>=1&&U<=8||U===11||U>=13&&U<=31||U>=127&&U<=159||U>=64976&&U<=65007||(U&65535)===65535||(U&65535)===65534}c(ie,"disallowed")}),mM=Y((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,l=0,i={},u={manual:o.Prism&&o.Prism.manual,disableWorkerMessageHandler:o.Prism&&o.Prism.disableWorkerMessageHandler,util:{encode:c(function E(x){return x instanceof d?new d(x.type,E(x.content),x.alias):Array.isArray(x)?x.map(E):x.replace(/&/g,"&").replace(/</g,"<").replace(/\u00a0/g," ")},"encode"),type:c(function(E){return Object.prototype.toString.call(E).slice(8,-1)},"type"),objId:c(function(E){return E.__id||Object.defineProperty(E,"__id",{value:++l}),E.__id},"objId"),clone:c(function E(x,D){D=D||{};var S,k;switch(u.util.type(x)){case"Object":if(k=u.util.objId(x),D[k])return D[k];S={},D[k]=S;for(var A in x)x.hasOwnProperty(A)&&(S[A]=E(x[A],D));return S;case"Array":return k=u.util.objId(x),D[k]?D[k]:(S=[],D[k]=S,x.forEach(function(_,R){S[R]=E(_,D)}),S);default:return x}},"deepClone"),getLanguage:c(function(E){for(;E;){var x=a.exec(E.className);if(x)return x[1].toLowerCase();E=E.parentElement}return"none"},"getLanguage"),setLanguage:c(function(E,x){E.className=E.className.replace(RegExp(a,"gi"),""),E.classList.add("language-"+x)},"setLanguage"),currentScript:c(function(){if(typeof document>"u")return null;if("currentScript"in document)return document.currentScript;try{throw new Error}catch(S){var E=(/at [^(\r\n]*\((.*):[^:]+:[^:]+\)$/i.exec(S.stack)||[])[1];if(E){var x=document.getElementsByTagName("script");for(var D in x)if(x[D].src==E)return x[D]}return null}},"currentScript"),isActive:c(function(E,x,D){for(var S="no-"+x;E;){var k=E.classList;if(k.contains(x))return!0;if(k.contains(S))return!1;E=E.parentElement}return!!D},"isActive")},languages:{plain:i,plaintext:i,text:i,txt:i,extend:c(function(E,x){var D=u.util.clone(u.languages[E]);for(var S in x)D[S]=x[S];return D},"extend"),insertBefore:c(function(E,x,D,S){S=S||u.languages;var k=S[E],A={};for(var _ in k)if(k.hasOwnProperty(_)){if(_==x)for(var R in D)D.hasOwnProperty(R)&&(A[R]=D[R]);D.hasOwnProperty(_)||(A[_]=k[_])}var I=S[E];return S[E]=A,u.languages.DFS(u.languages,function($,L){L===I&&$!=E&&(this[$]=A)}),A},"insertBefore"),DFS:c(function E(x,D,S,k){k=k||{};var A=u.util.objId;for(var _ in x)if(x.hasOwnProperty(_)){D.call(x,_,x[_],S||_);var R=x[_],I=u.util.type(R);I==="Object"&&!k[A(R)]?(k[A(R)]=!0,E(R,D,null,k)):I==="Array"&&!k[A(R)]&&(k[A(R)]=!0,E(R,D,_,k))}},"DFS")},plugins:{},highlightAll:c(function(E,x){u.highlightAllUnder(document,E,x)},"highlightAll"),highlightAllUnder:c(function(E,x,D){var S={callback:D,container:E,selector:'code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code'};u.hooks.run("before-highlightall",S),S.elements=Array.prototype.slice.apply(S.container.querySelectorAll(S.selector)),u.hooks.run("before-all-elements-highlight",S);for(var k=0,A;A=S.elements[k++];)u.highlightElement(A,x===!0,S.callback)},"highlightAllUnder"),highlightElement:c(function(E,x,D){var S=u.util.getLanguage(E),k=u.languages[S];u.util.setLanguage(E,S);var A=E.parentElement;A&&A.nodeName.toLowerCase()==="pre"&&u.util.setLanguage(A,S);var _=E.textContent,R={element:E,language:S,grammar:k,code:_};function I(L){R.highlightedCode=L,u.hooks.run("before-insert",R),R.element.innerHTML=R.highlightedCode,u.hooks.run("after-highlight",R),u.hooks.run("complete",R),D&&D.call(R.element)}if(c(I,"insertHighlightedCode"),u.hooks.run("before-sanity-check",R),A=R.element.parentElement,A&&A.nodeName.toLowerCase()==="pre"&&!A.hasAttribute("tabindex")&&A.setAttribute("tabindex","0"),!R.code){u.hooks.run("complete",R),D&&D.call(R.element);return}if(u.hooks.run("before-highlight",R),!R.grammar){I(u.util.encode(R.code));return}if(x&&o.Worker){var $=new Worker(u.filename);$.onmessage=function(L){I(L.data)},$.postMessage(JSON.stringify({language:R.language,code:R.code,immediateClose:!0}))}else I(u.highlight(R.code,R.grammar,R.language))},"highlightElement"),highlight:c(function(E,x,D){var S={code:E,grammar:x,language:D};if(u.hooks.run("before-tokenize",S),!S.grammar)throw new Error('The language "'+S.language+'" has no grammar.');return S.tokens=u.tokenize(S.code,S.grammar),u.hooks.run("after-tokenize",S),d.stringify(u.util.encode(S.tokens),S.language)},"highlight"),tokenize:c(function(E,x){var D=x.rest;if(D){for(var S in D)x[S]=D[S];delete x.rest}var k=new h;return f(k,k.head,E),m(E,k,x,k.head,0),g(k)},"tokenize"),hooks:{all:{},add:c(function(E,x){var D=u.hooks.all;D[E]=D[E]||[],D[E].push(x)},"add"),run:c(function(E,x){var D=u.hooks.all[E];if(!(!D||!D.length))for(var S=0,k;k=D[S++];)k(x)},"run")},Token:d};o.Prism=u;function d(E,x,D,S){this.type=E,this.content=x,this.alias=D,this.length=(S||"").length|0}c(d,"Token"),d.stringify=c(function E(x,D){if(typeof x=="string")return x;if(Array.isArray(x)){var S="";return x.forEach(function(I){S+=E(I,D)}),S}var k={type:x.type,content:E(x.content,D),tag:"span",classes:["token",x.type],attributes:{},language:D},A=x.alias;A&&(Array.isArray(A)?Array.prototype.push.apply(k.classes,A):k.classes.push(A)),u.hooks.run("wrap",k);var _="";for(var R in k.attributes)_+=" "+R+'="'+(k.attributes[R]||"").replace(/"/g,""")+'"';return"<"+k.tag+' class="'+k.classes.join(" ")+'"'+_+">"+k.content+"</"+k.tag+">"},"stringify");function p(E,x,D,S){E.lastIndex=x;var k=E.exec(D);if(k&&S&&k[1]){var A=k[1].length;k.index+=A,k[0]=k[0].slice(A)}return k}c(p,"matchPattern");function m(E,x,D,S,k,A){for(var _ in D)if(!(!D.hasOwnProperty(_)||!D[_])){var R=D[_];R=Array.isArray(R)?R:[R];for(var I=0;I<R.length;++I){if(A&&A.cause==_+","+I)return;var $=R[I],L=$.inside,N=!!$.lookbehind,M=!!$.greedy,j=$.alias;if(M&&!$.pattern.global){var q=$.pattern.toString().match(/[imsuy]*$/)[0];$.pattern=RegExp($.pattern.source,q+"g")}for(var B=$.pattern||$,P=S.next,H=k;P!==x.tail&&!(A&&H>=A.reach);H+=P.value.length,P=P.next){var G=P.value;if(x.length>E.length)return;if(!(G instanceof d)){var Z=1,Q;if(M){if(Q=p(B,H,E,N),!Q||Q.index>=E.length)break;var re=Q.index,ie=Q.index+Q[0].length,U=H;for(U+=P.value.length;re>=U;)P=P.next,U+=P.value.length;if(U-=P.value.length,H=U,P.value instanceof d)continue;for(var X=P;X!==x.tail&&(U<ie||typeof X.value=="string");X=X.next)Z++,U+=X.value.length;Z--,G=E.slice(H,U),Q.index-=H}else if(Q=p(B,0,G,N),!Q)continue;var re=Q.index,_e=Q[0],qe=G.slice(0,re),xr=G.slice(re+_e.length),xt=H+G.length;A&&xt>A.reach&&(A.reach=xt);var Kt=P.prev;qe&&(Kt=f(x,Kt,qe),H+=qe.length),v(x,Kt,Z);var W=new d(_,L?u.tokenize(_e,L):_e,j,_e);if(P=f(x,Kt,W),xr&&f(x,P,xr),Z>1){var Yt={cause:_+","+I,reach:xt};m(E,x,D,P.prev,H,Yt),A&&Yt.reach>A.reach&&(A.reach=Yt.reach)}}}}}}c(m,"matchGrammar");function h(){var E={value:null,prev:null,next:null},x={value:null,prev:E,next:null};E.next=x,this.head=E,this.tail=x,this.length=0}c(h,"LinkedList");function f(E,x,D){var S=x.next,k={value:D,prev:x,next:S};return x.next=k,S.prev=k,E.length++,k}c(f,"addAfter");function v(E,x,D){for(var S=x.next,k=0;k<D&&S!==E.tail;k++)S=S.next;x.next=S,S.prev=x,E.length-=k}c(v,"removeRange");function g(E){for(var x=[],D=E.head.next;D!==E.tail;)x.push(D.value),D=D.next;return x}if(c(g,"toArray"),!o.document)return o.addEventListener&&(u.disableWorkerMessageHandler||o.addEventListener("message",function(E){var x=JSON.parse(E.data),D=x.language,S=x.code,k=x.immediateClose;o.postMessage(u.highlight(S,u.languages[D],D)),k&&o.close()},!1)),u;var C=u.util.currentScript();C&&(u.filename=C.src,C.hasAttribute("data-manual")&&(u.manual=!0));function b(){u.manual||u.highlightAll()}if(c(b,"highlightAutomaticallyCallback"),!u.manual){var y=document.readyState;y==="loading"||y==="interactive"&&C&&C.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)}),TD=Y((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 l={};l["language-"+a]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:n.languages[a]},l.cdata=/^<!\[CDATA\[|\]\]>$/i;var i={"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:l}};i["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:i},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")}),ID=Y((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 l=o.languages.markup;l&&(l.tag.addInlined("style","css"),l.tag.addAttribute("style","css"))})(n)}c(r,"css")}),gM=Y((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")}),vM=Y((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")}),yM=Y((e,t)=>{var r=typeof globalThis=="object"?globalThis:typeof self=="object"?self:typeof window=="object"?window:typeof global=="object"?global:{},n=k();r.Prism={manual:!0,disableWorkerMessageHandler:!0};var o=iM(),a=hM(),l=mM(),i=TD(),u=ID(),d=gM(),p=vM();n();var m={}.hasOwnProperty;function h(){}c(h,"Refractor"),h.prototype=l;var f=new h;t.exports=f,f.highlight=C,f.register=v,f.alias=g,f.registered=b,f.listLanguages=y,v(i),v(u),v(d),v(p),f.util.encode=D,f.Token.stringify=E;function v(A){if(typeof A!="function"||!A.displayName)throw new Error("Expected `function` for `grammar`, got `"+A+"`");f.languages[A.displayName]===void 0&&A(f)}c(v,"register");function g(A,_){var R=f.languages,I=A,$,L,N,M;_&&(I={},I[A]=_);for($ in I)for(L=I[$],L=typeof L=="string"?[L]:L,N=L.length,M=-1;++M<N;)R[L[M]]=R[$]}c(g,"alias");function C(A,_){var R=l.highlight,I;if(typeof A!="string")throw new Error("Expected `string` for `value`, got `"+A+"`");if(f.util.type(_)==="Object")I=_,_=null;else{if(typeof _!="string")throw new Error("Expected `string` for `name`, got `"+_+"`");if(m.call(f.languages,_))I=f.languages[_];else throw new Error("Unknown language: `"+_+"` is not registered")}return R.call(this,A,I,_)}c(C,"highlight");function b(A){if(typeof A!="string")throw new Error("Expected `string` for `language`, got `"+A+"`");return m.call(f.languages,A)}c(b,"registered");function y(){var A=f.languages,_=[],R;for(R in A)m.call(A,R)&&typeof A[R]=="object"&&_.push(R);return _}c(y,"listLanguages");function E(A,_,R){var I;return typeof A=="string"?{type:"text",value:A}:f.util.type(A)==="Array"?x(A,_):(I={type:A.type,content:f.Token.stringify(A.content,_,R),tag:"span",classes:["token",A.type],attributes:{},language:_,parent:R},A.alias&&(I.classes=I.classes.concat(A.alias)),f.hooks.run("wrap",I),o(I.tag+"."+I.classes.join("."),S(I.attributes),I.content))}c(E,"stringify");function x(A,_){for(var R=[],I=A.length,$=-1,L;++$<I;)L=A[$],L!==""&&L!==null&&L!==void 0&&R.push(L);for($=-1,I=R.length;++$<I;)L=R[$],R[$]=f.Token.stringify(L,_,R);return R}c(x,"stringifyAll");function D(A){return A}c(D,"encode");function S(A){var _;for(_ in A)A[_]=a(A[_]);return A}c(S,"attributes");function k(){var A="Prism"in r,_=A?r.Prism:void 0;return R;function R(){A?r.Prism=_:delete r.Prism,A=void 0,_=void 0}}c(k,"capture")}),ec,tc,Uc,wM=z(()=>{WO(),ec=We(yM()),tc=CD(ec.default,{}),tc.registerLanguage=function(e,t){return ec.default.register(t)},tc.alias=function(e,t){return ec.default.alias(e,t)},Uc=tc}),bM=z(()=>{hD()}),EM=Y((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",l={pattern:/(^(["']?)\w+\2)[ \t]+\S.*/,lookbehind:!0,alias:"punctuation",inside:null},i={bash:l,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:i},{pattern:/((?:^|[^<])<<-?\s*)(["'])(\w+)\2\s[\s\S]*?(?:\r?\n|\r)\3/,lookbehind:!0,greedy:!0,inside:{bash:l}},{pattern:/(^|[^\\](?:\\\\)*)"(?:\\[\s\S]|\$\([^)]+\)|\$(?!\()|`[^`]+`|[^"\\`$])*"/,lookbehind:!0,greedy:!0,inside:i},{pattern:/(^|[^$\\])'[^']*'/,lookbehind:!0,greedy:!0},{pattern:/\$'(?:[^'\\]|\\[\s\S])*'/,greedy:!0,inside:{entity:i.entity}}],environment:{pattern:RegExp("\\$?"+a),alias:"constant"},variable:i.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}},l.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=i.variable[1].inside,p=0;p<u.length;p++)d[u[p]]=o.languages.bash[u[p]];o.languages.shell=o.languages.bash})(n)}c(r,"bash")}),_3,zD,xM=z(()=>{_3=We(EM()),zD=_3.default}),F3,BD,CM=z(()=>{F3=We(ID()),BD=F3.default}),DM=Y((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(y){return typeof y!="string"&&y.type!=="comment"&&y.type!=="scalar"}),l=0;function i(y){return a[l+y]}c(i,"getToken");function u(y,E){E=E||0;for(var x=0;x<y.length;x++){var D=i(x+E);if(!D||D.type!==y[x])return!1}return!0}c(u,"isTokenType");function d(y,E){for(var x=1,D=l;D<a.length;D++){var S=a[D],k=S.content;if(S.type==="punctuation"&&typeof k=="string"){if(y.test(k))x++;else if(E.test(k)&&(x--,x===0))return D}}return-1}c(d,"findClosingBracket");function p(y,E){var x=y.alias;x?Array.isArray(x)||(y.alias=x=[x]):y.alias=x=[],x.push(E)}for(c(p,"addAlias");l<a.length;){var m=a[l++];if(m.type==="keyword"&&m.content==="mutation"){var h=[];if(u(["definition-mutation","punctuation"])&&i(1).content==="("){l+=2;var f=d(/^\($/,/^\)$/);if(f===-1)continue;for(;l<f;l++){var v=i(0);v.type==="variable"&&(p(v,"variable-input"),h.push(v.content))}l=f+1}if(u(["punctuation","property-query"])&&i(0).content==="{"&&(l++,p(i(0),"property-mutation"),h.length>0)){var g=d(/^\{$/,/^\}$/);if(g===-1)continue;for(var C=l;C<g;C++){var b=a[C];b.type==="variable"&&h.indexOf(b.content)>=0&&p(b,"variable-input")}}}}},"afterTokenizeGraphql"))}c(r,"graphql")}),R3,$D,SM=z(()=>{R3=We(DM()),$D=R3.default}),kM=Y((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(m,h){return RegExp(m.replace(/<ID>/g,function(){return/(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/.source}),h)}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 l=["function","function-variable","method","method-variable","property-access"],i=0;i<l.length;i++){var u=l[i],d=o.languages.javascript[u];o.util.type(d)==="RegExp"&&(d=o.languages.javascript[u]={pattern:d});var p=d.inside||{};d.inside=p,p["maybe-class-name"]=/^[A-Z][\s\S]*/}})(n)}c(r,"jsExtras")}),T3,LD,AM=z(()=>{T3=We(kM()),LD=T3.default}),_M=Y((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")}),I3,OD,FM=z(()=>{I3=We(_M()),OD=I3.default}),MD=Y((e,t)=>{t.exports=r,r.displayName="jsx",r.aliases=[];function r(n){(function(o){var a=o.util.clone(o.languages.javascript),l=/(?:\s|\/\/.*(?!.)|\/\*(?:[^*]|\*(?!\/))\*\/)/.source,i=/(?:\{(?:\{(?:\{[^{}]*\}|[^{}])*\}|[^{}])*\})/.source,u=/(?:\{<S>*\.{3}(?:[^{}]|<BRACES>)*\})/.source;function d(h,f){return h=h.replace(/<S>/g,function(){return l}).replace(/<BRACES>/g,function(){return i}).replace(/<SPREAD>/g,function(){return u}),RegExp(h,f)}c(d,"re"),u=d(u).source,o.languages.jsx=o.languages.extend("markup",a),o.languages.jsx.tag.pattern=d(/<\/?(?:[\w.:-]+(?:<S>+(?:[\w.:$-]+(?:=(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s{'"/>=]+|<BRACES>))?|<SPREAD>))*<S>*\/?)?>/.source),o.languages.jsx.tag.inside.tag.pattern=/^<\/?[^\s>\/]*/,o.languages.jsx.tag.inside["attr-value"].pattern=/=(?!\{)(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s'">]+)/,o.languages.jsx.tag.inside.tag.inside["class-name"]=/^[A-Z]\w*(?:\.[A-Z]\w*)*$/,o.languages.jsx.tag.inside.comment=a.comment,o.languages.insertBefore("inside","attr-name",{spread:{pattern:d(/<SPREAD>/.source),inside:o.languages.jsx}},o.languages.jsx.tag),o.languages.insertBefore("inside","special-attr",{script:{pattern:d(/=<BRACES>/.source),alias:"language-javascript",inside:{"script-punctuation":{pattern:/^=(?=\{)/,alias:"punctuation"},rest:o.languages.jsx}}},o.languages.jsx.tag);var p=c(function(h){return h?typeof h=="string"?h:typeof h.content=="string"?h.content:h.content.map(p).join(""):""},"stringifyToken"),m=c(function(h){for(var f=[],v=0;v<h.length;v++){var g=h[v],C=!1;if(typeof g!="string"&&(g.type==="tag"&&g.content[0]&&g.content[0].type==="tag"?g.content[0].content[0].content==="</"?f.length>0&&f[f.length-1].tagName===p(g.content[0].content[1])&&f.pop():g.content[g.content.length-1].content==="/>"||f.push({tagName:p(g.content[0].content[1]),openedBraces:0}):f.length>0&&g.type==="punctuation"&&g.content==="{"?f[f.length-1].openedBraces++:f.length>0&&f[f.length-1].openedBraces>0&&g.type==="punctuation"&&g.content==="}"?f[f.length-1].openedBraces--:C=!0),(C||typeof g=="string")&&f.length>0&&f[f.length-1].openedBraces===0){var b=p(g);v<h.length-1&&(typeof h[v+1]=="string"||h[v+1].type==="plain-text")&&(b+=p(h[v+1]),h.splice(v+1,1)),v>0&&(typeof h[v-1]=="string"||h[v-1].type==="plain-text")&&(b=p(h[v-1])+b,h.splice(v-1,1),v--),h[v]=new o.Token("plain-text",b,null,b)}g.content&&typeof g.content!="string"&&m(g.content)}},"walkTokens");o.hooks.add("after-tokenize",function(h){h.language!=="jsx"&&h.language!=="tsx"||m(h.tokens)})})(n)}c(r,"jsx")}),z3,PD,RM=z(()=>{z3=We(MD()),PD=z3.default}),TM=Y((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 l(v){return v=v.replace(/<inner>/g,function(){return a}),RegExp(/((?:^|[^\\])(?:\\{2})*)/.source+"(?:"+v+")")}c(l,"createInline");var i=/(?:\\.|``(?:[^`\r\n]|`(?!`))+``|`[^`\r\n]+`|[^\\|\r\n`])+/.source,u=/\|?__(?:\|__)+\|?(?:(?:\n|\r\n?)|(?![\s\S]))/.source.replace(/__/g,function(){return i}),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(i),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(i),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:l(/\b__(?:(?!_)<inner>|_(?:(?!_)<inner>)+_)+__\b|\*\*(?:(?!\*)<inner>|\*(?:(?!\*)<inner>)+\*)+\*\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^..)[\s\S]+(?=..$)/,lookbehind:!0,inside:{}},punctuation:/\*\*|__/}},italic:{pattern:l(/\b_(?:(?!_)<inner>|__(?:(?!_)<inner>)+__)+_\b|\*(?:(?!\*)<inner>|\*\*(?:(?!\*)<inner>)+\*\*)+\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^.)[\s\S]+(?=.$)/,lookbehind:!0,inside:{}},punctuation:/[*_]/}},strike:{pattern:l(/(~~?)(?:(?!~)<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:l(/!?\[(?:(?!\])<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(v){["url","bold","italic","strike","code-snippet"].forEach(function(g){v!==g&&(o.languages.markdown[v].inside.content.inside[g]=o.languages.markdown[g])})}),o.hooks.add("after-tokenize",function(v){if(v.language!=="markdown"&&v.language!=="md")return;function g(C){if(!(!C||typeof C=="string"))for(var b=0,y=C.length;b<y;b++){var E=C[b];if(E.type!=="code"){g(E.content);continue}var x=E.content[1],D=E.content[3];if(x&&D&&x.type==="code-language"&&D.type==="code-block"&&typeof x.content=="string"){var S=x.content.replace(/\b#/g,"sharp").replace(/\b\+\+/g,"pp");S=(/[a-z][\w-]*/i.exec(S)||[""])[0].toLowerCase();var k="language-"+S;D.alias?typeof D.alias=="string"?D.alias=[D.alias,k]:D.alias.push(k):D.alias=[k]}}}c(g,"walkTokens"),g(v.tokens)}),o.hooks.add("wrap",function(v){if(v.type==="code-block"){for(var g="",C=0,b=v.classes.length;C<b;C++){var y=v.classes[C],E=/language-(.+)/.exec(y);if(E){g=E[1];break}}var x=o.languages[g];if(x)v.content=o.highlight(f(v.content.value),x,g);else if(g&&g!=="none"&&o.plugins.autoloader){var D="md-"+new Date().valueOf()+"-"+Math.floor(Math.random()*1e16);v.attributes.id=D,o.plugins.autoloader.loadLanguages(g,function(){var S=document.getElementById(D);S&&(S.innerHTML=o.highlight(S.textContent,o.languages[g],g))})}}});var p=RegExp(o.languages.markup.tag.pattern.source,"gi"),m={amp:"&",lt:"<",gt:">",quot:'"'},h=String.fromCodePoint||String.fromCharCode;function f(v){var g=v.replace(p,"");return g=g.replace(/&(\w{1,8}|#x?[\da-f]{1,8});/gi,function(C,b){if(b=b.toLowerCase(),b[0]==="#"){var y;return b[1]==="x"?y=parseInt(b.slice(2),16):y=Number(b.slice(1)),h(y)}else{var E=m[b];return E||C}}),g}c(f,"textContent"),o.languages.md=o.languages.markdown})(n)}c(r,"markdown")}),B3,ND,IM=z(()=>{B3=We(TM()),ND=B3.default}),$3,HD,zM=z(()=>{$3=We(TD()),HD=$3.default}),jD=Y((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")}),BM=Y((e,t)=>{var r=MD(),n=jD();t.exports=o,o.displayName="tsx",o.aliases=[];function o(a){a.register(r),a.register(n),function(l){var i=l.util.clone(l.languages.typescript);l.languages.tsx=l.languages.extend("jsx",i),delete l.languages.tsx.parameter,delete l.languages.tsx["literal-property"];var u=l.languages.tsx.tag;u.pattern=RegExp(/(^|[^\w$]|(?=<\/))/.source+"(?:"+u.pattern.source+")",u.pattern.flags),u.lookbehind=!0}(a)}c(o,"tsx")}),L3,VD,$M=z(()=>{L3=We(BM()),VD=L3.default}),O3,UD,LM=z(()=>{O3=We(jD()),UD=O3.default}),OM=Y((e,t)=>{t.exports=r,r.displayName="yaml",r.aliases=["yml"];function r(n){(function(o){var a=/[*&][^\s[\]{},]+/,l=/!(?:<[\w\-%#;/?:@&=+$,.!~*'()[\]]+>|(?:[a-zA-Z\d-]*!)?[\w\-%#;/?:@&=+$.~*'()]+)?/,i="(?:"+l.source+"(?:[ ]+"+a.source+")?|"+a.source+"(?:[ ]+"+l.source+")?)",u=/(?:[^\s\x00-\x08\x0e-\x1f!"#%&'*,\-:>?@[\]`{|}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]|[?:-]<PLAIN>)(?:[ \t]*(?:(?![#:])<PLAIN>|:<PLAIN>))*/.source.replace(/<PLAIN>/g,function(){return/[^\s\x00-\x08\x0e-\x1f,[\]{}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]/.source}),d=/"(?:[^"\\\r\n]|\\.)*"|'(?:[^'\\\r\n]|\\.)*'/.source;function p(m,h){h=(h||"").replace(/m/g,"")+"m";var f=/([:\-,[{]\s*(?:\s<<prop>>[ \t]+)?)(?:<<value>>)(?=[ \t]*(?:$|,|\]|\}|(?:[\r\n]\s*)?#))/.source.replace(/<<prop>>/g,function(){return i}).replace(/<<value>>/g,function(){return m});return RegExp(f,h)}c(p,"createValuePattern"),o.languages.yaml={scalar:{pattern:RegExp(/([\-:]\s*(?:\s<<prop>>[ \t]+)?[|>])[ \t]*(?:((?:\r?\n|\r)[ \t]+)\S[^\r\n]*(?:\2[^\r\n]+)*)/.source.replace(/<<prop>>/g,function(){return i})),lookbehind:!0,alias:"string"},comment:/#.*/,key:{pattern:RegExp(/((?:^|[:\-,[{\r\n?])[ \t]*(?:<<prop>>[ \t]+)?)<<key>>(?=\s*:\s)/.source.replace(/<<prop>>/g,function(){return i}).replace(/<<key>>/g,function(){return"(?:"+u+"|"+d+")"})),lookbehind:!0,greedy:!0,alias:"atrule"},directive:{pattern:/(^[ \t]*)%.+/m,lookbehind:!0,alias:"important"},datetime:{pattern:p(/\d{4}-\d\d?-\d\d?(?:[tT]|[ \t]+)\d\d?:\d{2}:\d{2}(?:\.\d*)?(?:[ \t]*(?:Z|[-+]\d\d?(?::\d{2})?))?|\d{4}-\d{2}-\d{2}|\d\d?:\d{2}(?::\d{2}(?:\.\d*)?)?/.source),lookbehind:!0,alias:"number"},boolean:{pattern:p(/false|true/.source,"i"),lookbehind:!0,alias:"important"},null:{pattern:p(/null|~/.source,"i"),lookbehind:!0,alias:"important"},string:{pattern:p(d),lookbehind:!0,greedy:!0},number:{pattern:p(/[+-]?(?:0x[\da-f]+|0o[0-7]+|(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?|\.inf|\.nan)/.source,"i"),lookbehind:!0},tag:l,important:a,punctuation:/---|[:[\]{}\-,|>?]|\.\.\./},o.languages.yml=o.languages.yaml})(n)}c(r,"yaml")}),M3,WD,MM=z(()=>{M3=We(OM()),WD=M3.default}),P3,_p,uv,qD=z(()=>{P3=F.div(({theme:e})=>({position:"absolute",bottom:0,right:0,maxWidth:"100%",display:"flex",background:e.background.content,zIndex:1})),_p=F.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}),_p.displayName="ActionButton",uv=c(({actionItems:e,...t})=>w.createElement(P3,{...t},e.map(({title:r,className:n,onClick:o,disabled:a},l)=>w.createElement(_p,{key:l,className:n,onClick:o,disabled:!!a},r))),"ActionBar")});function GD(e,t){typeof e=="function"?e(t):e!=null&&(e.current=t)}function KD(...e){return t=>e.forEach(r=>GD(r,t))}var PM=z(()=>{c(GD,"setRef"),c(KD,"composeRefs")});function N3(e){return s.isValidElement(e)&&e.type===YD}function H3(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]=(...l)=>{a(...l),o(...l)}:o&&(r[n]=o):n==="style"?r[n]={...o,...a}:n==="className"&&(r[n]=[o,a].filter(Boolean).join(" "))}return{...e,...r}}function j3(e){let t=Object.getOwnPropertyDescriptor(e.props,"ref")?.get,r=t&&"isReactWarning"in t&&t.isReactWarning;return r?e.ref:(t=Object.getOwnPropertyDescriptor(e,"ref")?.get,r=t&&"isReactWarning"in t&&t.isReactWarning,r?e.props.ref:e.props.ref||e.ref)}var V0,rc,YD,ZD=z(()=>{PM(),V0=s.forwardRef((e,t)=>{let{children:r,...n}=e,o=s.Children.toArray(r),a=o.find(N3);if(a){let l=a.props.children,i=o.map(u=>u===a?s.Children.count(l)>1?s.Children.only(null):s.isValidElement(l)?l.props.children:null:u);return ne.jsx(rc,{...n,ref:t,children:s.isValidElement(l)?s.cloneElement(l,void 0,i):null})}return ne.jsx(rc,{...n,ref:t,children:r})}),V0.displayName="Slot",rc=s.forwardRef((e,t)=>{let{children:r,...n}=e;if(s.isValidElement(r)){let o=j3(r);return s.cloneElement(r,{...H3(n,r.props),ref:t?KD(t,o):o})}return s.Children.count(r)>1?s.Children.only(null):null}),rc.displayName="SlotClone",YD=c(({children:e})=>ne.jsx(ne.Fragment,{children:e}),"Slottable"),c(N3,"isSlottable"),c(H3,"mergeProps"),c(j3,"getElementRef")}),V3,La,NM=z(()=>{ZD(),V3=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","span","svg","ul"],La=V3.reduce((e,t)=>{let r=s.forwardRef((n,o)=>{let{asChild:a,...l}=n,i=a?V0:t;return typeof window<"u"&&(window[Symbol.for("radix-ui")]=!0),ne.jsx(i,{...l,ref:o})});return r.displayName=`Primitive.${t}`,{...e,[t]:r}},{})});function XD(e,t){typeof e=="function"?e(t):e!=null&&(e.current=t)}function JD(...e){return t=>e.forEach(r=>XD(r,t))}function On(...e){return s.useCallback(JD(...e),e)}var QD=z(()=>{c(XD,"setRef"),c(JD,"composeRefs"),c(On,"useComposedRefs")}),U0,eS=z(()=>{U0=globalThis?.document?s.useLayoutEffect:()=>{}});function tS(e,t){return s.useReducer((r,n)=>t[r][n]??r,e)}function U3(e){let[t,r]=s.useState(),n=s.useRef({}),o=s.useRef(e),a=s.useRef("none"),l=e?"mounted":"unmounted",[i,u]=tS(l,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return s.useEffect(()=>{let d=Vi(n.current);a.current=i==="mounted"?d:"none"},[i]),U0(()=>{let d=n.current,p=o.current;if(p!==e){let m=a.current,h=Vi(d);e?u("MOUNT"):h==="none"||d?.display==="none"?u("UNMOUNT"):u(p&&m!==h?"ANIMATION_OUT":"UNMOUNT"),o.current=e}},[e,u]),U0(()=>{if(t){let d=c(m=>{let h=Vi(n.current).includes(m.animationName);m.target===t&&h&&du.flushSync(()=>u("ANIMATION_END"))},"handleAnimationEnd"),p=c(m=>{m.target===t&&(a.current=Vi(n.current))},"handleAnimationStart");return t.addEventListener("animationstart",p),t.addEventListener("animationcancel",d),t.addEventListener("animationend",d),()=>{t.removeEventListener("animationstart",p),t.removeEventListener("animationcancel",d),t.removeEventListener("animationend",d)}}else u("ANIMATION_END")},[t,u]),{isPresent:["mounted","unmountSuspended"].includes(i),ref:s.useCallback(d=>{d&&(n.current=getComputedStyle(d)),r(d)},[])}}function Vi(e){return e?.animationName||"none"}function W3(e){let t=Object.getOwnPropertyDescriptor(e.props,"ref")?.get,r=t&&"isReactWarning"in t&&t.isReactWarning;return r?e.ref:(t=Object.getOwnPropertyDescriptor(e,"ref")?.get,r=t&&"isReactWarning"in t&&t.isReactWarning,r?e.props.ref:e.props.ref||e.ref)}var tl,HM=z(()=>{"use client";QD(),eS(),c(tS,"useStateMachine"),tl=c(e=>{let{present:t,children:r}=e,n=U3(t),o=typeof r=="function"?r({present:n.isPresent}):s.Children.only(r),a=On(n.ref,W3(o));return typeof r=="function"||n.isPresent?s.cloneElement(o,{ref:a}):null},"Presence"),tl.displayName="Presence",c(U3,"usePresence"),c(Vi,"getAnimationName"),c(W3,"getElementRef")});function rS(e,t=[]){let r=[];function n(a,l){let i=s.createContext(l),u=r.length;r=[...r,l];function d(m){let{scope:h,children:f,...v}=m,g=h?.[e][u]||i,C=s.useMemo(()=>v,Object.values(v));return ne.jsx(g.Provider,{value:C,children:f})}c(d,"Provider");function p(m,h){let f=h?.[e][u]||i,v=s.useContext(f);if(v)return v;if(l!==void 0)return l;throw new Error(`\`${m}\` must be used within \`${a}\``)}return c(p,"useContext2"),d.displayName=a+"Provider",[d,p]}c(n,"createContext3");let o=c(()=>{let a=r.map(l=>s.createContext(l));return c(function(l){let i=l?.[e]||a;return s.useMemo(()=>({[`__scope${e}`]:{...l,[e]:i}}),[l,i])},"useScope")},"createScope");return o.scopeName=e,[n,nS(o,...t)]}function nS(...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((l,{useScope:i,scopeName:u})=>{let d=i(o)[`__scope${u}`];return{...l,...d}},{});return s.useMemo(()=>({[`__scope${t.scopeName}`]:a}),[a])},"useComposedScopes")},"createScope");return r.scopeName=t.scopeName,r}var jM=z(()=>{c(rS,"createContextScope"),c(nS,"composeContextScopes")});function jn(e){let t=s.useRef(e);return s.useEffect(()=>{t.current=e}),s.useMemo(()=>(...r)=>t.current?.(...r),[])}var VM=z(()=>{c(jn,"useCallbackRef")});function oS(e){let t=s.useContext(aS);return e||t||"ltr"}var aS,UM=z(()=>{aS=s.createContext(void 0),c(oS,"useDirection")});function lS(e,[t,r]){return Math.min(r,Math.max(t,e))}var WM=z(()=>{c(lS,"clamp")});function Tn(e,t,{checkForDefaultPrevented:r=!0}={}){return c(function(n){if(e?.(n),r===!1||!n.defaultPrevented)return t?.(n)},"handleEvent")}var qM=z(()=>{c(Tn,"composeEventHandlers")});function q3(e,t){return s.useReducer((r,n)=>t[r][n]??r,e)}function Ei(e){return e?parseInt(e,10):0}function Jm(e,t){let r=e/t;return isNaN(r)?0:r}function fs(e){let t=Jm(e.viewport,e.content),r=e.scrollbar.paddingStart+e.scrollbar.paddingEnd,n=(e.scrollbar.size-r)*t;return Math.max(n,18)}function G3(e,t,r,n="ltr"){let o=fs(r),a=o/2,l=t||a,i=o-l,u=r.scrollbar.paddingStart+l,d=r.scrollbar.size-r.scrollbar.paddingEnd-i,p=r.content-r.viewport,m=n==="ltr"?[0,p]:[p*-1,0];return cv([u,d],m)(e)}function Fp(e,t,r="ltr"){let n=fs(t),o=t.scrollbar.paddingStart+t.scrollbar.paddingEnd,a=t.scrollbar.size-o,l=t.content-t.viewport,i=a-n,u=r==="ltr"?[0,l]:[l*-1,0],d=lS(e,u);return cv([0,l],[0,i])(d)}function cv(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 Rp(e,t){return e>0&&e<t}function xi(e,t){let r=jn(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 Do(e,t){let r=jn(t);U0(()=>{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 K3(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 nc,Tp,GM,Y3,Ct,Ip,zp,Bp,Jt,$p,Z3,X3,Lp,oc,J3,Q3,ew,Op,Mp,Ci,Pp,tw,ac,Np,rw,nw,iS,sS,uS,cS,dS,KM=z(()=>{"use client";NM(),HM(),jM(),QD(),VM(),UM(),eS(),WM(),qM(),c(q3,"useStateMachine"),nc="ScrollArea",[Tp,GM]=rS(nc),[Y3,Ct]=Tp(nc),Ip=s.forwardRef((e,t)=>{let{__scopeScrollArea:r,type:n="hover",dir:o,scrollHideDelay:a=600,...l}=e,[i,u]=s.useState(null),[d,p]=s.useState(null),[m,h]=s.useState(null),[f,v]=s.useState(null),[g,C]=s.useState(null),[b,y]=s.useState(0),[E,x]=s.useState(0),[D,S]=s.useState(!1),[k,A]=s.useState(!1),_=On(t,I=>u(I)),R=oS(o);return ne.jsx(Y3,{scope:r,type:n,dir:R,scrollHideDelay:a,scrollArea:i,viewport:d,onViewportChange:p,content:m,onContentChange:h,scrollbarX:f,onScrollbarXChange:v,scrollbarXEnabled:D,onScrollbarXEnabledChange:S,scrollbarY:g,onScrollbarYChange:C,scrollbarYEnabled:k,onScrollbarYEnabledChange:A,onCornerWidthChange:y,onCornerHeightChange:x,children:ne.jsx(La.div,{dir:R,...l,ref:_,style:{position:"relative","--radix-scroll-area-corner-width":b+"px","--radix-scroll-area-corner-height":E+"px",...e.style}})})}),Ip.displayName=nc,zp="ScrollAreaViewport",Bp=s.forwardRef((e,t)=>{let{__scopeScrollArea:r,children:n,asChild:o,nonce:a,...l}=e,i=Ct(zp,r),u=s.useRef(null),d=On(t,u,i.onViewportChange);return ne.jsxs(ne.Fragment,{children:[ne.jsx("style",{dangerouslySetInnerHTML:{__html:`
|
|
252
|
-
[data-radix-scroll-area-viewport] {
|
|
253
|
-
scrollbar-width: none;
|
|
254
|
-
-ms-overflow-style: none;
|
|
255
|
-
-webkit-overflow-scrolling: touch;
|
|
256
|
-
}
|
|
257
|
-
[data-radix-scroll-area-viewport]::-webkit-scrollbar {
|
|
258
|
-
display: none;
|
|
259
|
-
}
|
|
260
|
-
:where([data-radix-scroll-area-viewport]) {
|
|
261
|
-
display: flex;
|
|
262
|
-
flex-direction: column;
|
|
263
|
-
align-items: stretch;
|
|
264
|
-
}
|
|
265
|
-
:where([data-radix-scroll-area-content]) {
|
|
266
|
-
flex-grow: 1;
|
|
267
|
-
}
|
|
268
|
-
`},nonce:a}),ne.jsx(La.div,{"data-radix-scroll-area-viewport":"",...l,asChild:o,ref:d,style:{overflowX:i.scrollbarXEnabled?"scroll":"hidden",overflowY:i.scrollbarYEnabled?"scroll":"hidden",...e.style},children:K3({asChild:o,children:n},p=>ne.jsx("div",{"data-radix-scroll-area-content":"",ref:i.onContentChange,style:{minWidth:i.scrollbarXEnabled?"fit-content":void 0},children:p}))})]})}),Bp.displayName=zp,Jt="ScrollAreaScrollbar",$p=s.forwardRef((e,t)=>{let{forceMount:r,...n}=e,o=Ct(Jt,e.__scopeScrollArea),{onScrollbarXEnabledChange:a,onScrollbarYEnabledChange:l}=o,i=e.orientation==="horizontal";return s.useEffect(()=>(i?a(!0):l(!0),()=>{i?a(!1):l(!1)}),[i,a,l]),o.type==="hover"?ne.jsx(Z3,{...n,ref:t,forceMount:r}):o.type==="scroll"?ne.jsx(X3,{...n,ref:t,forceMount:r}):o.type==="auto"?ne.jsx(Lp,{...n,ref:t,forceMount:r}):o.type==="always"?ne.jsx(oc,{...n,ref:t}):null}),$p.displayName=Jt,Z3=s.forwardRef((e,t)=>{let{forceMount:r,...n}=e,o=Ct(Jt,e.__scopeScrollArea),[a,l]=s.useState(!1);return s.useEffect(()=>{let i=o.scrollArea,u=0;if(i){let d=c(()=>{window.clearTimeout(u),l(!0)},"handlePointerEnter"),p=c(()=>{u=window.setTimeout(()=>l(!1),o.scrollHideDelay)},"handlePointerLeave");return i.addEventListener("pointerenter",d),i.addEventListener("pointerleave",p),()=>{window.clearTimeout(u),i.removeEventListener("pointerenter",d),i.removeEventListener("pointerleave",p)}}},[o.scrollArea,o.scrollHideDelay]),ne.jsx(tl,{present:r||a,children:ne.jsx(Lp,{"data-state":a?"visible":"hidden",...n,ref:t})})}),X3=s.forwardRef((e,t)=>{let{forceMount:r,...n}=e,o=Ct(Jt,e.__scopeScrollArea),a=e.orientation==="horizontal",l=xi(()=>u("SCROLL_END"),100),[i,u]=q3("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(i==="idle"){let d=window.setTimeout(()=>u("HIDE"),o.scrollHideDelay);return()=>window.clearTimeout(d)}},[i,o.scrollHideDelay,u]),s.useEffect(()=>{let d=o.viewport,p=a?"scrollLeft":"scrollTop";if(d){let m=d[p],h=c(()=>{let f=d[p];m!==f&&(u("SCROLL"),l()),m=f},"handleScroll");return d.addEventListener("scroll",h),()=>d.removeEventListener("scroll",h)}},[o.viewport,a,u,l]),ne.jsx(tl,{present:r||i!=="hidden",children:ne.jsx(oc,{"data-state":i==="hidden"?"hidden":"visible",...n,ref:t,onPointerEnter:Tn(e.onPointerEnter,()=>u("POINTER_ENTER")),onPointerLeave:Tn(e.onPointerLeave,()=>u("POINTER_LEAVE"))})})}),Lp=s.forwardRef((e,t)=>{let r=Ct(Jt,e.__scopeScrollArea),{forceMount:n,...o}=e,[a,l]=s.useState(!1),i=e.orientation==="horizontal",u=xi(()=>{if(r.viewport){let d=r.viewport.offsetWidth<r.viewport.scrollWidth,p=r.viewport.offsetHeight<r.viewport.scrollHeight;l(i?d:p)}},10);return Do(r.viewport,u),Do(r.content,u),ne.jsx(tl,{present:n||a,children:ne.jsx(oc,{"data-state":a?"visible":"hidden",...o,ref:t})})}),oc=s.forwardRef((e,t)=>{let{orientation:r="vertical",...n}=e,o=Ct(Jt,e.__scopeScrollArea),a=s.useRef(null),l=s.useRef(0),[i,u]=s.useState({content:0,viewport:0,scrollbar:{size:0,paddingStart:0,paddingEnd:0}}),d=Jm(i.viewport,i.content),p={...n,sizes:i,onSizesChange:u,hasThumb:d>0&&d<1,onThumbChange:c(h=>a.current=h,"onThumbChange"),onThumbPointerUp:c(()=>l.current=0,"onThumbPointerUp"),onThumbPointerDown:c(h=>l.current=h,"onThumbPointerDown")};function m(h,f){return G3(h,l.current,i,f)}return c(m,"getScrollPosition"),r==="horizontal"?ne.jsx(J3,{...p,ref:t,onThumbPositionChange:c(()=>{if(o.viewport&&a.current){let h=o.viewport.scrollLeft,f=Fp(h,i,o.dir);a.current.style.transform=`translate3d(${f}px, 0, 0)`}},"onThumbPositionChange"),onWheelScroll:c(h=>{o.viewport&&(o.viewport.scrollLeft=h)},"onWheelScroll"),onDragScroll:c(h=>{o.viewport&&(o.viewport.scrollLeft=m(h,o.dir))},"onDragScroll")}):r==="vertical"?ne.jsx(Q3,{...p,ref:t,onThumbPositionChange:c(()=>{if(o.viewport&&a.current){let h=o.viewport.scrollTop,f=Fp(h,i);a.current.style.transform=`translate3d(0, ${f}px, 0)`}},"onThumbPositionChange"),onWheelScroll:c(h=>{o.viewport&&(o.viewport.scrollTop=h)},"onWheelScroll"),onDragScroll:c(h=>{o.viewport&&(o.viewport.scrollTop=m(h))},"onDragScroll")}):null}),J3=s.forwardRef((e,t)=>{let{sizes:r,onSizesChange:n,...o}=e,a=Ct(Jt,e.__scopeScrollArea),[l,i]=s.useState(),u=s.useRef(null),d=On(t,u,a.onScrollbarXChange);return s.useEffect(()=>{u.current&&i(getComputedStyle(u.current))},[u]),ne.jsx(Mp,{"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":fs(r)+"px",...e.style},onThumbPointerDown:c(p=>e.onThumbPointerDown(p.x),"onThumbPointerDown"),onDragScroll:c(p=>e.onDragScroll(p.x),"onDragScroll"),onWheelScroll:c((p,m)=>{if(a.viewport){let h=a.viewport.scrollLeft+p.deltaX;e.onWheelScroll(h),Rp(h,m)&&p.preventDefault()}},"onWheelScroll"),onResize:c(()=>{u.current&&a.viewport&&l&&n({content:a.viewport.scrollWidth,viewport:a.viewport.offsetWidth,scrollbar:{size:u.current.clientWidth,paddingStart:Ei(l.paddingLeft),paddingEnd:Ei(l.paddingRight)}})},"onResize")})}),Q3=s.forwardRef((e,t)=>{let{sizes:r,onSizesChange:n,...o}=e,a=Ct(Jt,e.__scopeScrollArea),[l,i]=s.useState(),u=s.useRef(null),d=On(t,u,a.onScrollbarYChange);return s.useEffect(()=>{u.current&&i(getComputedStyle(u.current))},[u]),ne.jsx(Mp,{"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":fs(r)+"px",...e.style},onThumbPointerDown:c(p=>e.onThumbPointerDown(p.y),"onThumbPointerDown"),onDragScroll:c(p=>e.onDragScroll(p.y),"onDragScroll"),onWheelScroll:c((p,m)=>{if(a.viewport){let h=a.viewport.scrollTop+p.deltaY;e.onWheelScroll(h),Rp(h,m)&&p.preventDefault()}},"onWheelScroll"),onResize:c(()=>{u.current&&a.viewport&&l&&n({content:a.viewport.scrollHeight,viewport:a.viewport.offsetHeight,scrollbar:{size:u.current.clientHeight,paddingStart:Ei(l.paddingTop),paddingEnd:Ei(l.paddingBottom)}})},"onResize")})}),[ew,Op]=Tp(Jt),Mp=s.forwardRef((e,t)=>{let{__scopeScrollArea:r,sizes:n,hasThumb:o,onThumbChange:a,onThumbPointerUp:l,onThumbPointerDown:i,onThumbPositionChange:u,onDragScroll:d,onWheelScroll:p,onResize:m,...h}=e,f=Ct(Jt,r),[v,g]=s.useState(null),C=On(t,_=>g(_)),b=s.useRef(null),y=s.useRef(""),E=f.viewport,x=n.content-n.viewport,D=jn(p),S=jn(u),k=xi(m,10);function A(_){if(b.current){let R=_.clientX-b.current.left,I=_.clientY-b.current.top;d({x:R,y:I})}}return c(A,"handleDragScroll"),s.useEffect(()=>{let _=c(R=>{let I=R.target;v?.contains(I)&&D(R,x)},"handleWheel");return document.addEventListener("wheel",_,{passive:!1}),()=>document.removeEventListener("wheel",_,{passive:!1})},[E,v,x,D]),s.useEffect(S,[n,S]),Do(v,k),Do(f.content,k),ne.jsx(ew,{scope:r,scrollbar:v,hasThumb:o,onThumbChange:jn(a),onThumbPointerUp:jn(l),onThumbPositionChange:S,onThumbPointerDown:jn(i),children:ne.jsx(La.div,{...h,ref:C,style:{position:"absolute",...h.style},onPointerDown:Tn(e.onPointerDown,_=>{_.button===0&&(_.target.setPointerCapture(_.pointerId),b.current=v.getBoundingClientRect(),y.current=document.body.style.webkitUserSelect,document.body.style.webkitUserSelect="none",f.viewport&&(f.viewport.style.scrollBehavior="auto"),A(_))}),onPointerMove:Tn(e.onPointerMove,A),onPointerUp:Tn(e.onPointerUp,_=>{let R=_.target;R.hasPointerCapture(_.pointerId)&&R.releasePointerCapture(_.pointerId),document.body.style.webkitUserSelect=y.current,f.viewport&&(f.viewport.style.scrollBehavior=""),b.current=null})})})}),Ci="ScrollAreaThumb",Pp=s.forwardRef((e,t)=>{let{forceMount:r,...n}=e,o=Op(Ci,e.__scopeScrollArea);return ne.jsx(tl,{present:r||o.hasThumb,children:ne.jsx(tw,{ref:t,...n})})}),tw=s.forwardRef((e,t)=>{let{__scopeScrollArea:r,style:n,...o}=e,a=Ct(Ci,r),l=Op(Ci,r),{onThumbPositionChange:i}=l,u=On(t,m=>l.onThumbChange(m)),d=s.useRef(),p=xi(()=>{d.current&&(d.current(),d.current=void 0)},100);return s.useEffect(()=>{let m=a.viewport;if(m){let h=c(()=>{if(p(),!d.current){let f=nw(m,i);d.current=f,i()}},"handleScroll");return i(),m.addEventListener("scroll",h),()=>m.removeEventListener("scroll",h)}},[a.viewport,p,i]),ne.jsx(La.div,{"data-state":l.hasThumb?"visible":"hidden",...o,ref:u,style:{width:"var(--radix-scroll-area-thumb-width)",height:"var(--radix-scroll-area-thumb-height)",...n},onPointerDownCapture:Tn(e.onPointerDownCapture,m=>{let h=m.target.getBoundingClientRect(),f=m.clientX-h.left,v=m.clientY-h.top;l.onThumbPointerDown({x:f,y:v})}),onPointerUp:Tn(e.onPointerUp,l.onThumbPointerUp)})}),Pp.displayName=Ci,ac="ScrollAreaCorner",Np=s.forwardRef((e,t)=>{let r=Ct(ac,e.__scopeScrollArea),n=!!(r.scrollbarX&&r.scrollbarY);return r.type!=="scroll"&&n?ne.jsx(rw,{...e,ref:t}):null}),Np.displayName=ac,rw=s.forwardRef((e,t)=>{let{__scopeScrollArea:r,...n}=e,o=Ct(ac,r),[a,l]=s.useState(0),[i,u]=s.useState(0),d=!!(a&&i);return Do(o.scrollbarX,()=>{let p=o.scrollbarX?.offsetHeight||0;o.onCornerHeightChange(p),u(p)}),Do(o.scrollbarY,()=>{let p=o.scrollbarY?.offsetWidth||0;o.onCornerWidthChange(p),l(p)}),d?ne.jsx(La.div,{...n,ref:t,style:{width:a,height:i,position:"absolute",right:o.dir==="ltr"?0:void 0,left:o.dir==="rtl"?0:void 0,bottom:0,...e.style}}):null}),c(Ei,"toInt"),c(Jm,"getThumbRatio"),c(fs,"getThumbSize"),c(G3,"getScrollPositionFromPointer"),c(Fp,"getThumbOffsetFromScroll"),c(cv,"linearScale"),c(Rp,"isScrollingWithinScrollbarBounds"),nw=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},l=r.left!==a.left,i=r.top!==a.top;(l||i)&&t(),r=a,n=window.requestAnimationFrame(o)},"loop")(),()=>window.cancelAnimationFrame(n)},"addUnlinkedScrollListener"),c(xi,"useDebounceCallback"),c(Do,"useResizeObserver"),c(K3,"getSubtree"),iS=Ip,sS=Bp,uS=$p,cS=Pp,dS=Np}),ow,aw,Hp,jp,W0,dv=z(()=>{KM(),ow=F(iS)(({scrollbarsize:e,offset:t})=>({width:"100%",height:"100%",overflow:"hidden","--scrollbar-size":`${e+t}px`,"--radix-scroll-area-thumb-width":`${e}px`})),aw=F(sS)({width:"100%",height:"100%"}),Hp=F(uS)(({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}})),jp=F(cS)(({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%"}})),W0=s.forwardRef(({children:e,horizontal:t=!1,vertical:r=!1,offset:n=2,scrollbarSize:o=6,className:a},l)=>w.createElement(ow,{scrollbarsize:o,offset:n,className:a},w.createElement(aw,{ref:l},e),t&&w.createElement(Hp,{orientation:"horizontal",offset:n,horizontal:t.toString(),vertical:r.toString()},w.createElement(jp,null)),r&&w.createElement(Hp,{orientation:"vertical",offset:n,horizontal:t.toString(),vertical:r.toString()},w.createElement(jp,null)),t&&r&&w.createElement(dS,null))),W0.displayName="ScrollArea"}),pv={};Jl(pv,{SyntaxHighlighter:()=>hs,createCopyToClipboardFunction:()=>Qm,default:()=>pS,supportedLanguages:()=>tg});const{logger:YM}=__STORYBOOK_MODULE_CLIENT_LOGGER__;function Qm(){return eg?.clipboard?e=>eg.clipboard.writeText(e):async e=>{let t=Oa.createElement("TEXTAREA"),r=Oa.activeElement;t.value=e,Oa.body.appendChild(t),t.select(),Oa.execCommand("copy"),Oa.body.removeChild(t),r.focus()}}var lw,eg,Oa,iw,tg,sw,uw,cw,dw,pw,fw,hw,Vp,mw,gw,hs,pS,t1=z(()=>{ev(),lw=We(Jd(),1),bM(),xM(),CM(),SM(),AM(),FM(),RM(),IM(),zM(),$M(),LM(),MM(),wM(),qD(),dv(),{navigator:eg,document:Oa,window:iw}=Xd,tg={jsextra:LD,jsx:PD,json:OD,yml:WD,md:ND,bash:zD,css:BD,html:HD,tsx:VD,typescript:UD,graphql:$D},Object.entries(tg).forEach(([e,t])=>{Uc.registerLanguage(e,t)}),sw=(0,lw.default)(2)(e=>Object.entries(e.code||{}).reduce((t,[r,n])=>({...t,[`* .${r}`]:n}),{})),uw=Qm(),c(Qm,"createCopyToClipboardFunction"),cw=F.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)"}}:{}),dw=c(({children:e,className:t})=>w.createElement(W0,{horizontal:!0,vertical:!0,className:t},e),"UnstyledScroller"),pw=F(dw)({position:"relative"},({theme:e})=>sw(e)),fw=F.pre(({theme:e,padded:t})=>({display:"flex",justifyContent:"flex-start",margin:0,padding:t?e.layoutMargin:0})),hw=F.div(({theme:e})=>({flex:1,paddingLeft:2,paddingRight:e.layoutMargin,opacity:1,fontFamily:e.typography.fonts.mono})),Vp=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"),mw=c(({rows:e,stylesheet:t,useInlineStyles:r})=>e.map((n,o)=>e1({node:Vp(n),stylesheet:t,useInlineStyles:r,key:`code-segement${o}`})),"defaultRenderer"),gw=c((e,t)=>t?e?({rows:r,...n})=>e({rows:r.map(o=>Vp(o)),...n}):mw:e,"wrapRenderer"),hs=c(({children:e,language:t="jsx",copyable:r=!1,bordered:n=!1,padded:o=!1,format:a=!0,formatter:l=void 0,className:i=void 0,showLineNumbers:u=!1,...d})=>{if(typeof e!="string"||!e.trim())return null;let[p,m]=s.useState("");s.useEffect(()=>{l?l(a,e).then(m):m(e.trim())},[e,a,l]);let[h,f]=s.useState(!1),v=s.useCallback(C=>{C.preventDefault(),uw(p).then(()=>{f(!0),iw.setTimeout(()=>f(!1),1500)}).catch(YM.error)},[p]),g=gw(d.renderer,u);return w.createElement(cw,{bordered:n,padded:o,showLineNumbers:u,className:i},w.createElement(pw,null,w.createElement(Uc,{padded:o||n,language:t,showLineNumbers:u,showInlineLineNumbers:u,useInlineStyles:!1,PreTag:fw,CodeTag:hw,lineNumberContainerStyle:{},...d,renderer:g},p)),r?w.createElement(uv,{actionItems:[{title:h?"Copied":"Copy",onClick:v}]}):null)},"SyntaxHighlighter"),hs.registerLanguage=(...e)=>Uc.registerLanguage(...e),pS=hs});function vw(e){if(typeof e=="string")return u1;if(Array.isArray(e))return c1;if(!e)return;let{type:t}=e;if(Bv.has(t))return t}function yw(e){let t=e===null?"null":typeof e;if(t!=="string"&&t!=="object")return`Unexpected doc '${t}',
|
|
269
|
-
Expected it to be 'string' or 'object'.`;if(d1(e))throw new Error("doc is valid.");let r=Object.prototype.toString.call(e);if(r!=="[object Object]")return`Unexpected doc '${r}'.`;let n=bk([...Bv].map(o=>`'${o}'`));return`Unexpected doc.type '${e.type}'.
|
|
270
|
-
Expected it to be ${n}.`}function wr(e){return io(e),{type:js,contents:e}}function fv(e,t){return io(t),{type:Vs,contents:t,n:e}}function Ae(e,t={}){return io(e),p1(t.expandedStates,!0),{type:Ml,id:t.id,contents:e,break:!!t.shouldBreak,expandedStates:t.expandedStates}}function fS(e){return fv(Number.NEGATIVE_INFINITY,e)}function hS(e){return fv({type:"root"},e)}function hv(e){return p1(e),{type:Us,parts:e}}function Ns(e,t="",r={}){return io(e),t!==""&&io(t),{type:Ws,breakContents:e,flatContents:t,groupId:r.groupId}}function mS(e,t){return io(e),{type:qs,contents:e,groupId:t.groupId,negate:t.negate}}function pa(e,t){io(e),p1(t);let r=[];for(let n=0;n<t.length;n++)n!==0&&r.push(e),r.push(t[n]);return r}function r1(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 l=o(a);return r.set(a,l),l}function o(a){switch(d1(a)){case c1:return t(a.map(n));case Us:return t({...a,parts:a.parts.map(n)});case Ws:return t({...a,breakContents:n(a.breakContents),flatContents:n(a.flatContents)});case Ml:{let{expandedStates:l,contents:i}=a;return l?(l=l.map(n),i=l[0]):i=n(i),t({...a,contents:i,expandedStates:l})}case Vs:case js:case qs:case ed:case J0:return t({...a,contents:n(a.contents)});case u1:case Z0:case X0:case Q0:case Mn:case vs:return t(a);default:throw new $v(a)}}}function gS(e){switch(d1(e)){case Us:if(e.parts.every(t=>t===""))return"";break;case Ml:if(!e.contents&&!e.id&&!e.break&&!e.expandedStates)return"";if(e.contents.type===Ml&&e.contents.id===e.id&&e.contents.break===e.break&&e.contents.expandedStates===e.expandedStates)return e.contents;break;case Vs:case js:case qs:case J0:if(!e.contents)return"";break;case Ws:if(!e.flatContents&&!e.breakContents)return"";break;case c1:{let t=[];for(let r of e){if(!r)continue;let[n,...o]=Array.isArray(r)?r:[r];typeof n=="string"&&typeof Pl(!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 u1:case Z0:case X0:case Q0:case Mn:case ed:case vs:break;default:throw new $v(e)}return e}function vS(e){return r1(e,t=>gS(t))}function Pt(e,t=Ek){return r1(e,r=>typeof r=="string"?pa(t,r.split(`
|
|
271
|
-
`)):r)}function ww(e,t){let r=t===!0||t===Ki?Ki:ug,n=r===Ki?ug:Ki,o=0,a=0;for(let l of e)l===r?o++:l===n&&a++;return o>a?n:r}function bw(e){if(typeof e!="string")throw new TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}function Ew(e){return e?.type==="front-matter"}function Up(e,t){var r;if(e.type==="text"||e.type==="comment"||bu(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)Dk.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 xw(e,t){if(e.language==="yaml"){let r=e.value.trim(),n=r?await t(r,{parser:"yaml"}):"";return hS([e.startDelimiter,e.explicitLanguage,pe,n,n?pe:"",e.endDelimiter])}}function fu(e,t=!0){return[wr([je,e]),t?je:""]}function fa(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 Ut(e,t,r,n){r={__isInHtmlAttribute:!0,__embeddedInHtml:!0,...r};let o=!0;n&&(r.__onHtmlBindingRoot=(l,i)=>{o=n(l,i)});let a=await t(e,r,t);return o?Ae(a):fu(a)}function Cw(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)?"":Ut(a,e,{parser:"__ng_directive",__isInHtmlAttribute:!1},fa)}function rg(e,t){if(!t)return;let r=Ak(t).toLowerCase();return e.find(({filenames:n})=>n?.some(o=>o.toLowerCase()===r))??e.find(({extensions:n})=>n?.some(o=>r.endsWith(o)))}function yS(e,t){if(t)return e.find(({name:r})=>r.toLowerCase()===t)??e.find(({aliases:r})=>r?.includes(t))??e.find(({extensions:r})=>r?.includes(`.${t}`))}function Dw(e,t){let r=e.plugins.flatMap(o=>o.languages??[]);return(yS(r,t.language)??rg(r,t.physicalFile)??rg(r,t.file)??(t.physicalFile,void 0))?.parsers[0]}function Sw(e){return e.type==="element"&&!e.hasExplicitNamespace&&!["html","svg"].includes(e.namespace)}function mv(e,t){return!!(e.type==="ieConditionalComment"&&e.lastChild&&!e.lastChild.isSelfClosing&&!e.lastChild.endSourceSpan||e.type==="ieConditionalComment"&&!e.complete||na(e)&&e.children.some(r=>r.type!=="text"&&r.type!=="interpolation")||o1(e,t)&&!qr(e)&&e.type!=="interpolation")}function hu(e){return e.type==="attribute"||!e.parent||!e.prev?!1:wS(e.prev)}function wS(e){return e.type==="comment"&&e.value.trim()==="prettier-ignore"}function kt(e){return e.type==="text"||e.type==="comment"}function qr(e){return e.type==="element"&&(e.fullName==="script"||e.fullName==="style"||e.fullName==="svg:style"||e.fullName==="svg:script"||Nl(e)&&(e.name==="script"||e.name==="style"))}function bS(e){return e.children&&!qr(e)}function ES(e){return qr(e)||e.type==="interpolation"||gv(e)}function gv(e){return Cv(e).startsWith("pre")}function xS(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 bu(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:na(e.parent)?!0:!(!e.prev&&(e.parent.type==="root"||na(e)&&e.parent||qr(e.parent)||mu(e.parent,t)||!TS(e.parent.cssDisplay))||e.prev&&!BS(e.prev.cssDisplay))}}function CS(e,t){return bu(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:na(e.parent)?!0:!(!e.next&&(e.parent.type==="root"||na(e)&&e.parent||qr(e.parent)||mu(e.parent,t)||!IS(e.parent.cssDisplay))||e.next&&!zS(e.next.cssDisplay))}function DS(e){return $S(e.cssDisplay)&&!qr(e)}function Ui(e){return bu(e)||e.next&&e.sourceSpan.end&&e.sourceSpan.end.line+1<e.next.sourceSpan.start.line}function SS(e){return vv(e)||e.type==="element"&&e.children.length>0&&(["body","script","style"].includes(e.name)||e.children.some(t=>AS(t)))||e.firstChild&&e.firstChild===e.lastChild&&e.firstChild.type!=="text"&&wv(e.firstChild)&&(!e.lastChild.isTrailingSpaceSensitive||bv(e.lastChild))}function vv(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 Wc(e){return Ev(e)||e.prev&&kS(e.prev)||yv(e)}function kS(e){return Ev(e)||e.type==="element"&&e.fullName==="br"||yv(e)}function yv(e){return wv(e)&&bv(e)}function wv(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 bv(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 Ev(e){switch(e.type){case"ieConditionalComment":case"comment":case"directive":return!0;case"element":return["script","select"].includes(e.name)}return!1}function n1(e){return e.lastChild?n1(e.lastChild):e}function AS(e){var t;return(t=e.children)==null?void 0:t.some(r=>r.type!=="text")}function xv(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 _S(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":Eu(t,{language:a})??xv(o)}function FS(e,t){if(!o1(e,t))return;let{attrMap:r}=e;if(Object.prototype.hasOwnProperty.call(r,"src"))return;let{type:n,lang:o}=r;return Eu(t,{language:o})??xv(n)}function RS(e,t){if(e.name!=="style")return;let{lang:r}=e.attrMap;return r?Eu(t,{language:r}):"css"}function ng(e,t){return _S(e,t)??RS(e,t)??FS(e,t)}function Ql(e){return e==="block"||e==="list-item"||e.startsWith("table")}function TS(e){return!Ql(e)&&e!=="inline-block"}function IS(e){return!Ql(e)&&e!=="inline-block"}function zS(e){return!Ql(e)}function BS(e){return!Ql(e)}function $S(e){return!Ql(e)&&e!=="inline-block"}function na(e){return Cv(e).startsWith("pre")}function LS(e,t){let r=e;for(;r;){if(t(r))return!0;r=r.parent}return!1}function OS(e,t){var r;if(ha(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(LS(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||Nl(e))&&Fk[e.name]||_k}}function Cv(e){return e.type==="element"&&(!e.namespace||Nl(e))&&Tk[e.name]||Rk}function MS(e){let t=Number.POSITIVE_INFINITY;for(let r of e.split(`
|
|
272
|
-
`)){if(r.length===0)continue;let n=ir.getLeadingWhitespaceCount(r);if(n===0)return 0;r.length!==n&&n<t&&(t=n)}return t===Number.POSITIVE_INFINITY?0:t}function Dv(e,t=MS(e)){return t===0?e:e.split(`
|
|
273
|
-
`).map(r=>r.slice(t)).join(`
|
|
274
|
-
`)}function Sv(e){return yt(!1,yt(!1,e,"'","'"),""",'"')}function Sn(e){return Sv(e.value)}function mu(e,t){return ha(e,t)&&!zk.has(e.fullName)}function ha(e,t){return t.parser==="vue"&&e.type==="element"&&e.parent.type==="root"&&e.fullName.toLowerCase()!=="html"}function o1(e,t){return ha(e,t)&&(mu(e,t)||e.attrMap.lang&&e.attrMap.lang!=="html")}function PS(e){let t=e.fullName;return t.charAt(0)==="#"||t==="slot-scope"||t==="v-slot"||t.startsWith("v-slot:")}function NS(e,t){let r=e.parent;if(!ha(r,t))return!1;let n=r.fullName,o=e.fullName;return n==="script"&&o==="setup"||n==="style"&&o==="vars"}function kv(e,t=e.value){return e.parent.isWhitespaceSensitive?e.parent.isIndentationSensitive?Pt(t):Pt(Dv(Lv(t)),pe):pa(Be,ir.split(t))}function Av(e,t){return ha(e,t)&&e.name==="script"}async function HS(e,t){let r=[];for(let[n,o]of e.split(Ov).entries())if(n%2===0)r.push(Pt(o));else try{r.push(Ae(["{{",wr([Be,await Ut(o,t,{parser:"__ng_interpolation",__isInHtmlInterpolation:!0})]),Be,"}}"]))}catch{r.push("{{",Pt(o),"}}")}return r}function lc({parser:e}){return(t,r,n)=>Ut(Sn(n.node),t,{parser:e},fa)}function kw(e,t){if(t.parser!=="angular")return;let{node:r}=e,n=r.fullName;if(n.startsWith("(")&&n.endsWith(")")||n.startsWith("on-"))return Bk;if(n.startsWith("[")&&n.endsWith("]")||/^bind(?:on)?-/u.test(n)||/^ng-(?:if|show|hide|class|style)$/u.test(n))return $k;if(n.startsWith("*"))return Lk;let o=Sn(r);if(/^i18n(?:-.+)?$/u.test(n))return()=>fu(hv(kv(r,o.trim())),!o.includes("@@"));if(Ov.test(o))return a=>HS(o,a)}function Aw(e,t){let{node:r}=e,n=Sn(r);if(r.fullName==="class"&&!t.parentParser&&!n.includes("{{"))return()=>n.trim().split(/\s+/u).join(" ")}function og(e){return e===" "||e===`
|
|
275
|
-
`||e==="\f"||e==="\r"||e===" "}function _w(e){let t=e.length,r,n,o,a,l,i=0,u;function d(f){let v,g=f.exec(e.substring(i));if(g)return[v]=g,i+=v.length,v}c(d,"p");let p=[];for(;;){if(d(Nk),i>=t){if(p.length===0)throw new Error("Must contain one or more image candidate strings.");return p}u=i,r=d(Hk),n=[],r.slice(-1)===","?(r=r.replace(jk,""),h()):m()}function m(){for(d(Pk),o="",a="in descriptor";;){if(l=e.charAt(i),a==="in descriptor")if(og(l))o&&(n.push(o),o="",a="after descriptor");else if(l===","){i+=1,o&&n.push(o),h();return}else if(l==="(")o+=l,a="in parens";else if(l===""){o&&n.push(o),h();return}else o+=l;else if(a==="in parens")if(l===")")o+=l,a="in descriptor";else if(l===""){n.push(o),h();return}else o+=l;else if(a==="after descriptor"&&!og(l))if(l===""){h();return}else a="in descriptor",i-=1;i+=1}}c(m,"f");function h(){let f=!1,v,g,C,b,y={},E,x,D,S,k;for(b=0;b<n.length;b++)E=n[b],x=E[E.length-1],D=E.substring(0,E.length-1),S=parseInt(D,10),k=parseFloat(D),cg.test(D)&&x==="w"?((v||g)&&(f=!0),S===0?f=!0:v=S):Vk.test(D)&&x==="x"?((v||g||C)&&(f=!0),k<0?f=!0:g=k):cg.test(D)&&x==="h"?((C||g)&&(f=!0),S===0?f=!0:C=S):f=!0;if(!f)y.source={value:r,startOffset:u},v&&(y.width={value:v}),g&&(y.density={value:g}),C&&(y.height={value:C}),p.push(y);else throw new Error(`Invalid srcset descriptor found in "${e}" at "${E}".`)}c(h,"d")}function Fw(e){if(e.node.fullName==="srcset"&&(e.parent.fullName==="img"||e.parent.fullName==="source"))return()=>jS(Sn(e.node))}function jS(e){let t=Uk(e),r=Wk.filter(p=>t.some(m=>Object.prototype.hasOwnProperty.call(m,p)));if(r.length>1)throw new Error("Mixed descriptor in srcset is not supported");let[n]=r,o=dg[n],a=t.map(p=>p.source.value),l=Math.max(...a.map(p=>p.length)),i=t.map(p=>p[n]?String(p[n].value):""),u=i.map(p=>{let m=p.indexOf(".");return m===-1?p.length:m}),d=Math.max(...u);return fu(pa([",",Be],a.map((p,m)=>{let h=[p],f=i[m];if(f){let v=l-p.length+1,g=d-u[m],C=" ".repeat(v+g);h.push(Ns(C," "),f+o)}return h})))}function VS(e,t){let{node:r}=e,n=Sn(e.node).trim();if(r.fullName==="style"&&!t.parentParser&&!n.includes("{{"))return async o=>fu(await o(n,{parser:"css",__isHTMLStyleAttribute:!0}))}function Rw(e,t){let{root:r}=e;return qc.has(r)||qc.set(r,r.children.some(n=>Av(n,t)&&["ts","typescript"].includes(n.attrMap.lang))),qc.get(r)}function US(e,t,r){let{node:n}=r,o=Sn(n);return Ut(`type T<${o}> = any`,e,{parser:"babel-ts",__isEmbeddedTypescriptGenericParameters:!0},fa)}function WS(e,t,{parseWithTs:r}){return Ut(`function _(${e}) {}`,t,{parser:r?"babel-ts":"babel",__isVueBindings:!0})}function qS(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 GS(e,t,r,n){let o=Sn(r.node),{left:a,operator:l,right:i}=KS(o),u=f1(r,n);return[Ae(await Ut(`function _(${a}) {}`,e,{parser:u?"babel-ts":"babel",__isVueForBindingLeft:!0}))," ",l," ",await Ut(i,e,{parser:u?"__ts_expression":"__js_expression"})]}function KS(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 l=yt(!1,o[1].trim(),n,""),i=l.match(r);i?(a.alias=l.replace(r,""),a.iterator1=i[1].trim(),i[2]&&(a.iterator2=i[2].trim())):a.alias=l;let u=[a.alias,a.iterator1,a.iterator2];if(!u.some((d,p)=>!d&&(p===0||u.slice(p+1).some(Boolean))))return{left:u.filter(Boolean).join(","),operator:o[2],right:a.for}}function Tw(e,t){if(t.parser!=="vue")return;let{node:r}=e,n=r.fullName;if(n==="v-for")return GS;if(n==="generic"&&Av(r.parent,t))return US;let o=Sn(r),a=f1(e,t);if(PS(r)||NS(r,t))return l=>WS(o,l,{parseWithTs:a});if(n.startsWith("@")||n.startsWith("v-on:"))return l=>YS(o,l,{parseWithTs:a});if(n.startsWith(":")||n.startsWith("v-bind:"))return l=>ZS(o,l,{parseWithTs:a});if(n.startsWith("v-"))return l=>_v(o,l,{parseWithTs:a})}function YS(e,t,{parseWithTs:r}){return qS(e)?_v(e,t,{parseWithTs:r}):Ut(e,t,{parser:r?"__vue_ts_event_binding":"__vue_event_binding"},fa)}function ZS(e,t,{parseWithTs:r}){return Ut(e,t,{parser:r?"__vue_ts_expression":"__vue_expression"},fa)}function _v(e,t,{parseWithTs:r}){return Ut(e,t,{parser:r?"__ts_expression":"__js_expression"},fa)}function Iw(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[qk,VS,Mk,Gk,Ok]){let o=n(e,t);if(o)return XS(o)}}}function XS(e){return async(t,r,n,o)=>{let a=await e(t,r,n,o);if(a)return a=r1(a,l=>typeof l=="string"?yt(!1,l,'"',"""):l),[n.node.rawName,'="',Ae(a),'"']}}function zw(e){return Array.isArray(e)&&e.length>0}function gu(e){return e.sourceSpan.start.offset}function vu(e){return e.sourceSpan.end.offset}function q0(e,t){return[e.isSelfClosing?"":JS(e,t),ul(e,t)]}function JS(e,t){return e.lastChild&&Ol(e.lastChild)?"":[QS(e,t),a1(e,t)]}function ul(e,t){return(e.next?ao(e.next):ti(e.parent))?"":[ei(e,t),oo(e,t)]}function QS(e,t){return ti(e)?ei(e.lastChild,t):""}function oo(e,t){return Ol(e)?a1(e.parent,t):yu(e)?l1(e.next):""}function a1(e,t){if(Mv(!e.isSelfClosing),Fv(e,t))return"";switch(e.type){case"ieConditionalComment":return"<!";case"element":if(e.hasHtmComponentClosingTag)return"<//";default:return`</${e.rawName}`}}function ei(e,t){if(Fv(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 Fv(e,t){return!e.isSelfClosing&&!e.endSourceSpan&&(hu(e)||mv(e.parent,t))}function ao(e){return e.prev&&e.prev.type!=="docType"&&e.type!=="angularControlFlowBlock"&&!kt(e.prev)&&e.isLeadingSpaceSensitive&&!e.hasLeadingSpaces}function ti(e){var t;return((t=e.lastChild)==null?void 0:t.isTrailingSpaceSensitive)&&!e.lastChild.hasTrailingSpaces&&!kt(n1(e.lastChild))&&!na(e)}function Ol(e){return!e.next&&!e.hasTrailingSpaces&&e.isTrailingSpaceSensitive&&kt(n1(e))}function yu(e){return e.next&&!kt(e.next)&&kt(e)&&e.isTrailingSpaceSensitive&&!e.hasTrailingSpaces}function ek(e){let t=e.trim().match(/^prettier-ignore-attribute(?:\s+(.+))?$/su);return t?t[1]?t[1].split(/\s+/u):!0:!1}function wu(e){return!e.prev&&e.isLeadingSpaceSensitive&&!e.hasLeadingSpaces}function tk(e,t,r){var n;let{node:o}=e;if(!h1(o.attrs))return o.isSelfClosing?" ":"";let a=((n=o.prev)==null?void 0:n.type)==="comment"&&ek(o.prev.value),l=typeof a=="boolean"?()=>a:Array.isArray(a)?m=>a.includes(m.rawName):()=>!1,i=e.map(({node:m})=>l(m)?Pt(t.originalText.slice(gu(m),vu(m))):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&&!ha(o,t)?pe:Be,p=[wr([u?" ":Be,pa(d,i)])];return o.firstChild&&wu(o.firstChild)||o.isSelfClosing&&ti(o.parent)||u?p.push(o.isSelfClosing?" ":""):p.push(t.bracketSameLine?o.isSelfClosing?" ":"":o.isSelfClosing?Be:je),p}function rk(e){return e.firstChild&&wu(e.firstChild)?"":i1(e)}function G0(e,t,r){let{node:n}=e;return[cl(n,t),tk(e,t,r),n.isSelfClosing?"":rk(n)]}function cl(e,t){return e.prev&&yu(e.prev)?"":[lo(e,t),l1(e)]}function lo(e,t){return wu(e)?i1(e.parent):ao(e)?ei(e.prev,t):""}function l1(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 i1(e){switch(Mv(!e.isSelfClosing),e.type){case"ieConditionalComment":return"]>";case"element":if(e.condition)return"><!--<![endif]-->";default:return">"}}function Bw(e,t){if(!e.endSourceSpan)return"";let r=e.startSourceSpan.end.offset;e.firstChild&&wu(e.firstChild)&&(r-=i1(e).length);let n=e.endSourceSpan.start.offset;return e.lastChild&&Ol(e.lastChild)?n+=a1(e,t).length:ti(e)&&(n-=ei(e.lastChild,t).length),t.originalText.slice(r,n)}function $w(e,t){let{node:r}=e;switch(r.type){case"element":if(qr(r)||r.type==="interpolation")return;if(!r.isSelfClosing&&o1(r,t)){let n=ng(r,t);return n?async(o,a)=>{let l=Pv(r,t),i=/^\s*$/u.test(l),u="";return i||(u=await o(Lv(l),{parser:n,__embeddedInHtml:!0}),i=u===""),[lo(r,t),Ae(G0(e,t,a)),i?"":pe,u,i?"":pe,q0(r,t),oo(r,t)]}:void 0}break;case"text":if(qr(r.parent)){let n=ng(r.parent,t);if(n)return async o=>{let a=n==="markdown"?Dv(r.value.replace(/^[^\S\n]*\n/u,"")):r.value,l={parser:n,__embeddedInHtml:!0};if(t.parser==="html"&&n==="babel"){let i="script",{attrMap:u}=r.parent;u&&(u.type==="module"||u.type==="text/babel"&&u["data-type"]==="module")&&(i="module"),l.__babelSourceType=i}return[pl,lo(r,t),await o(a,l),oo(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=f1(e,t)?"__vue_ts_expression":"__vue_expression":o.parser="__js_expression",[wr([Be,await n(r.value,o)]),r.parent.next&&ao(r.parent.next)?" ":Be]};break;case"attribute":return Kk(e,t);case"front-matter":return n=>Sk(r,n);case"angularControlFlowBlockParameters":return Yk.has(e.parent.name)?kk:void 0;case"angularLetDeclarationInitializer":return n=>Ut(r.value,n,{parser:"__ng_binding",__isInHtmlAttribute:!1})}}function dl(e){if(Pa!==null&&typeof Pa.property){let t=Pa;return Pa=dl.prototype=null,t}return Pa=dl.prototype=e??Object.create(null),new dl}function nk(e){return dl(e)}function Lw(e,t="type"){nk(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 ok(e){return/^\s*<!--\s*@(?:format|prettier)\s*-->/u.test(e)}function Ow(e){return`<!-- @format -->
|
|
276
|
-
|
|
277
|
-
`+e}function Rv(e){let t=vu(e);return e.type==="element"&&!e.endSourceSpan&&h1(e.children)?Math.max(t,Rv(Pl(!1,e.children,-1))):t}function Ma(e,t,r){let n=e.node;if(hu(n)){let o=Rv(n);return[lo(n,t),Pt(ir.trimEnd(t.originalText.slice(gu(n)+(n.prev&&yu(n.prev)?l1(n).length:0),o-(n.next&&ao(n.next)?ei(n,t).length:0)))),oo(n,t)]}return r()}function Wi(e,t){return kt(e)&&kt(t)?e.isTrailingSpaceSensitive?e.hasTrailingSpaces?Wc(t)?pe:Be:"":Wc(t)?pe:je:yu(e)&&(hu(t)||t.firstChild||t.isSelfClosing||t.type==="element"&&t.attrs.length>0)||e.type==="element"&&e.isSelfClosing&&ao(t)?"":!t.isLeadingSpaceSensitive||Wc(t)||ao(t)&&e.lastChild&&Ol(e.lastChild)&&e.lastChild.lastChild&&Ol(e.lastChild.lastChild)?pe:t.hasLeadingSpaces?Be:je}function s1(e,t,r){let{node:n}=e;if(vv(n))return[pl,...e.map(a=>{let l=a.node,i=l.prev?Wi(l.prev,l):"";return[i?[i,Ui(l.prev)?pe:""]:"",Ma(a,t,r)]},"children")];let o=n.children.map(()=>Symbol(""));return e.map((a,l)=>{let i=a.node;if(kt(i)){if(i.prev&&kt(i.prev)){let v=Wi(i.prev,i);if(v)return Ui(i.prev)?[pe,pe,Ma(a,t,r)]:[v,Ma(a,t,r)]}return Ma(a,t,r)}let u=[],d=[],p=[],m=[],h=i.prev?Wi(i.prev,i):"",f=i.next?Wi(i,i.next):"";return h&&(Ui(i.prev)?u.push(pe,pe):h===pe?u.push(pe):kt(i.prev)?d.push(h):d.push(Ns("",je,{groupId:o[l-1]}))),f&&(Ui(i)?kt(i.next)&&m.push(pe,pe):f===pe?kt(i.next)&&m.push(pe):p.push(f)),[...u,Ae([...d,Ae([Ma(a,t,r),...p],{id:o[l]})]),...m]},"children")}function ak(e,t,r){let{node:n}=e,o=[];lk(e)&&o.push("} "),o.push("@",n.name),n.parameters&&o.push(" (",Ae(r("parameters")),")"),o.push(" {");let a=Tv(n);return n.children.length>0?(n.firstChild.hasLeadingSpaces=!0,n.lastChild.hasTrailingSpaces=!0,o.push(wr([pe,s1(e,t,r)])),a&&o.push(pe,"}")):a&&o.push("}"),Ae(o,{shouldBreak:!0})}function Tv(e){var t,r;return!(((t=e.next)==null?void 0:t.type)==="angularControlFlowBlock"&&(r=Zk.get(e.name))!=null&&r.has(e.next.name))}function lk(e){let{previous:t}=e;return t?.type==="angularControlFlowBlock"&&!hu(t)&&!Tv(t)}function ik(e,t,r){return[wr([je,pa([";",Be],e.map(r,"children"))]),je]}function sk(e,t,r){let{node:n}=e;return[cl(n,t),Ae([n.switchValue.trim(),", ",n.clause,n.cases.length>0?[",",wr([Be,pa(Be,e.map(r,"cases"))])]:"",je]),ul(n,t)]}function uk(e,t,r){let{node:n}=e;return[n.value," {",Ae([wr([je,e.map(({node:o})=>o.type==="text"&&!ir.trim(o.value)?"":r(),"expression")]),je]),"}"]}function ck(e,t,r){let{node:n}=e;if(mv(n,t))return[lo(n,t),Ae(G0(e,t,r)),Pt(Pv(n,t)),...q0(n,t),oo(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"),l=c(p=>Ae([Ae(G0(e,t,r),{id:a}),p,q0(n,t)]),"a"),i=c(p=>o?mS(p,{groupId:a}):(qr(n)||mu(n,t))&&n.parent.type==="root"&&t.parser==="vue"&&!t.vueIndentScriptAndStyle?p:wr(p),"o"),u=c(()=>o?Ns(je,"",{groupId:a}):n.firstChild.hasLeadingSpaces&&n.firstChild.isLeadingSpaceSensitive?Be:n.firstChild.type==="text"&&n.isWhitespaceSensitive&&n.isIndentationSensitive?fS(je):je,"u"),d=c(()=>(n.next?ao(n.next):ti(n.parent))?n.lastChild.hasTrailingSpaces&&n.lastChild.isTrailingSpaceSensitive?" ":"":o?Ns(je,"",{groupId:a}):n.lastChild.hasTrailingSpaces&&n.lastChild.isTrailingSpaceSensitive?Be:(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)?"":je,"p");return n.children.length===0?l(n.hasDanglingSpaces&&n.isDanglingSpaceSensitive?Be:""):l([SS(n)?pl:"",i([u(),s1(e,t,r)]),d()])}function ms(e){return e>=9&&e<=32||e==160}function K0(e){return 48<=e&&e<=57}function gs(e){return e>=97&&e<=122||e>=65&&e<=90}function dk(e){return e>=97&&e<=102||e>=65&&e<=70||K0(e)}function ic(e){return e===10||e===13}function Wp(e){return 48<=e&&e<=55}function sc(e){return e===39||e===34||e===96}function Mw(e){return e.replace(Xk,(...t)=>t[1].toUpperCase())}function Pw(e,t){for(let r of Jk)r(e,t);return e}function Nw(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]===`
|
|
278
|
-
`){let r=t.children[0];r.value.length===1?t.removeChild(r):r.value=r.value.slice(1)}})}function Hw(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,l=o.firstChild;r.removeChild(a),n--;let i=new ee(a.sourceSpan.start,l.sourceSpan.end),u=new ee(i.start,o.sourceSpan.end);o.condition=a.condition,o.sourceSpan=u,o.startSourceSpan=i,o.removeChild(l)}})}function pk(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 l=a.prev;!l||l.type!=="text"||(l.value+=a.value,l.sourceSpan=new ee(l.sourceSpan.start,a.sourceSpan.end),n.removeChild(a),o--)}})}function jw(e){return pk(e,t=>t.type==="cdata",t=>`<![CDATA[${t.value}]]>`)}function Vw(e){let t=c(r=>{var n,o;return r.type==="element"&&r.attrs.length===0&&r.children.length===1&&r.firstChild.type==="text"&&!ir.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,l=o.next;a.value+=`<${o.rawName}>`+o.firstChild.value+`</${o.rawName}>`+l.value,a.sourceSpan=new ee(a.sourceSpan.start,l.sourceSpan.end),a.isTrailingSpaceSensitive=l.isTrailingSpaceSensitive,a.hasTrailingSpaces=l.hasTrailingSpaces,r.removeChild(o),n--,r.removeChild(l)}})}function Uw(e,t){if(t.parser==="html")return;let r=/\{\{(.+?)\}\}/su;e.walk(n=>{if(bS(n))for(let o of n.children){if(o.type!=="text")continue;let a=o.sourceSpan.start,l=null,i=o.value.split(r);for(let u=0;u<i.length;u++,a=l){let d=i[u];if(u%2===0){l=a.moveBy(d.length),d.length>0&&n.insertChildBefore(o,{type:"text",value:d,sourceSpan:new ee(a,l)});continue}l=a.moveBy(d.length+4),n.insertChildBefore(o,{type:"interpolation",sourceSpan:new ee(a,l),children:d.length===0?[]:[{type:"text",value:d,sourceSpan:new ee(a.moveBy(2),l.moveBy(-2))}]})}n.removeChild(o)}})}function Ww(e){e.walk(t=>{if(!t.children)return;if(t.children.length===0||t.children.length===1&&t.children[0].type==="text"&&ir.trim(t.children[0].value).length===0){t.hasDanglingSpaces=t.children.length>0,t.children=[];return}let r=ES(t),n=gv(t);if(!r)for(let o=0;o<t.children.length;o++){let a=t.children[o];if(a.type!=="text")continue;let{leadingWhitespace:l,text:i,trailingWhitespace:u}=Ik(a.value),d=a.prev,p=a.next;i?(a.value=i,a.sourceSpan=new ee(a.sourceSpan.start.moveBy(l.length),a.sourceSpan.end.moveBy(-u.length)),l&&(d&&(d.hasTrailingSpaces=!0),a.hasLeadingSpaces=!0),u&&(a.hasTrailingSpaces=!0,p&&(p.hasLeadingSpaces=!0))):(t.removeChild(a),o--,(l||u)&&(d&&(d.hasTrailingSpaces=!0),p&&(p.hasLeadingSpaces=!0)))}t.isWhitespaceSensitive=r,t.isIndentationSensitive=n})}function qw(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 Gw(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 Kw(e,t){e.walk(r=>{r.cssDisplay=OS(r,t)})}function Yw(e,t){e.walk(r=>{let{children:n}=r;if(n){if(n.length===0){r.isDanglingSpaceSensitive=DS(r);return}for(let o of n)o.isLeadingSpaceSensitive=xS(o,t),o.isTrailingSpaceSensitive=CS(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 Zw(e,t,r){let{node:n}=e;switch(n.type){case"front-matter":return Pt(n.raw);case"root":return t.__onHtmlRoot&&t.__onHtmlRoot(n),[Ae(s1(e,t,r)),pe];case"element":case"ieConditionalComment":return ck(e,t,r);case"angularControlFlowBlock":return ak(e,t,r);case"angularControlFlowBlockParameters":return ik(e,t,r);case"angularControlFlowBlockParameter":return ir.trim(n.expression);case"angularLetDeclaration":return Ae(["@let ",Ae([n.id," =",Ae(wr([Be,r("init")]))]),";"]);case"angularLetDeclarationInitializer":return n.value;case"angularIcuExpression":return sk(e,t,r);case"angularIcuCase":return uk(e,t,r);case"ieConditionalStartComment":case"ieConditionalEndComment":return[cl(n),ul(n)];case"interpolation":return[cl(n,t),...e.map(r,"children"),ul(n,t)];case"text":{if(n.parent.type==="interpolation"){let a=/\n[^\S\n]*$/u,l=a.test(n.value),i=l?n.value.replace(a,""):n.value;return[Pt(i),l?pe:""]}let o=vS([lo(n,t),...kv(n),oo(n,t)]);return Array.isArray(o)?hv(o):o}case"docType":return[Ae([cl(n,t)," ",yt(!1,n.value.replace(/^html\b/iu,"html"),/\s+/gu," ")]),ul(n,t)];case"comment":return[lo(n,t),Pt(t.originalText.slice(gu(n),vu(n))),oo(n,t)];case"attribute":{if(n.value===null)return n.rawName;let o=Sv(n.value),a=xk(o,'"');return[n.rawName,"=",a,Pt(a==='"'?yt(!1,o,'"',"""):yt(!1,o,"'","'")),a]}case"cdata":default:throw new Ck(n,"HTML")}}function Hs(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 qp(e){return Hs(e)[1]==="ng-container"}function Gp(e){return Hs(e)[1]==="ng-content"}function qi(e){return e===null?null:Hs(e)[0]}function Di(e,t){return e?`:${e}:${t}`:t}function Kp(){return Gc||(Gc={},Gi(Ho.HTML,["iframe|srcdoc","*|innerHTML","*|outerHTML"]),Gi(Ho.STYLE,["*|style"]),Gi(Ho.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"]),Gi(Ho.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"])),Gc}function Gi(e,t){for(let r of t)Gc[r.toLowerCase()]=e}function Xw(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 Y0(e){return ki||(J7=new J({canSelfClose:!0}),ki=Object.assign(Object.create(null),{base:new J({isVoid:!0}),meta:new J({isVoid:!0}),area:new J({isVoid:!0}),embed:new J({isVoid:!0}),link:new J({isVoid:!0}),img:new J({isVoid:!0}),input:new J({isVoid:!0}),param:new J({isVoid:!0}),hr:new J({isVoid:!0}),br:new J({isVoid:!0}),source:new J({isVoid:!0}),track:new J({isVoid:!0}),wbr:new J({isVoid:!0}),p:new J({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 J({closedByChildren:["tbody","tfoot"]}),tbody:new J({closedByChildren:["tbody","tfoot"],closedByParent:!0}),tfoot:new J({closedByChildren:["tbody"],closedByParent:!0}),tr:new J({closedByChildren:["tr"],closedByParent:!0}),td:new J({closedByChildren:["td","th"],closedByParent:!0}),th:new J({closedByChildren:["td","th"],closedByParent:!0}),col:new J({isVoid:!0}),svg:new J({implicitNamespacePrefix:"svg"}),foreignObject:new J({implicitNamespacePrefix:"svg",preventNamespaceInheritance:!0}),math:new J({implicitNamespacePrefix:"math"}),li:new J({closedByChildren:["li"],closedByParent:!0}),dt:new J({closedByChildren:["dt","dd"]}),dd:new J({closedByChildren:["dt","dd"],closedByParent:!0}),rb:new J({closedByChildren:["rb","rt","rtc","rp"],closedByParent:!0}),rt:new J({closedByChildren:["rb","rt","rtc","rp"],closedByParent:!0}),rtc:new J({closedByChildren:["rb","rtc","rp"],closedByParent:!0}),rp:new J({closedByChildren:["rb","rt","rtc","rp"],closedByParent:!0}),optgroup:new J({closedByChildren:["optgroup"],closedByParent:!0}),option:new J({closedByChildren:["option","optgroup"],closedByParent:!0}),pre:new J({ignoreFirstLf:!0}),listing:new J({ignoreFirstLf:!0}),style:new J({contentType:lr.RAW_TEXT}),script:new J({contentType:lr.RAW_TEXT}),title:new J({contentType:{default:lr.ESCAPABLE_RAW_TEXT,svg:lr.PARSABLE_DATA}}),textarea:new J({contentType:lr.ESCAPABLE_RAW_TEXT,ignoreFirstLf:!0})}),new Qk().allKnownElementNames().forEach(t=>{!ki[t]&&qi(t)===null&&(ki[t]=new J({canSelfClose:!1}))})),ki[e]??J7}function ag(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 l=o(a);l&&n.push(l)}),n}function Jw(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];tA.forEach(o=>{if(o.test(r)||o.test(n))throw new Error(`['${r}', '${n}'] contains unusable interpolation symbol.`)})}}function Qw(e,t,r,n={}){let o=new nA(new Nv(e,t),r,n);return o.tokenize(),new rA(fk(o.tokens),o.errors,o.nonNormalizedIcuExpressions)}function So(e){return`Unexpected character "${e===0?"EOF":String.fromCharCode(e)}"`}function Yp(e){return`Unknown entity "${e}" - use the "&#<decimal>;" or "&#x<hex>;" syntax`}function e7(e,t){return`Unable to parse entity "${t}" - ${e} character reference entities must end with ";"`}function xe(e){return!ms(e)||e===0}function Zp(e){return ms(e)||e===62||e===60||e===47||e===39||e===34||e===61||e===0}function t7(e){return(e<97||122<e)&&(e<65||90<e)&&(e<48||e>57)}function r7(e){return e===59||e===0||!dk(e)}function n7(e){return e===59||e===0||!gs(e)}function o7(e){return e!==125}function a7(e,t){return lg(e)===lg(t)}function lg(e){return e>=97&&e<=122?e-97+65:e}function Xp(e){return gs(e)||K0(e)||e===95}function Jp(e){return e!==59&&xe(e)}function fk(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 Qp(e,t){return e.length>0&&e[e.length-1]===t}function ef(e,t){return ys[t]!==void 0?ys[t]||e:/^#x[a-f0-9]+$/i.test(t)?String.fromCodePoint(parseInt(t.slice(2),16)):/^#\d+$/.test(t)?String.fromCodePoint(parseInt(t.slice(1),10)):e}function ig(e,t={}){let{canSelfClose:r=!1,allowHtmComponentClosingTags:n=!1,isTagNameCaseSensitive:o=!1,getTagContentType:a,tokenizeAngularBlocks:l=!1,tokenizeAngularLetDeclaration:i=!1}=t;return oA().parse(e,"angular-html-parser",{tokenizeExpansionForms:l,interpolationConfig:void 0,canSelfClose:r,allowHtmComponentClosingTags:n,tokenizeBlocks:l,tokenizeLet:i},o,a)}function l7(e,t){let r=new SyntaxError(e+" ("+t.loc.start.line+":"+t.loc.start.column+")");return Object.assign(r,t)}function hk(e){let t=e.slice(0,Na);if(t!=="---"&&t!=="+++")return;let r=e.indexOf(`
|
|
279
|
-
`,Na);if(r===-1)return;let n=e.slice(Na,r).trim(),o=e.indexOf(`
|
|
280
|
-
${t}`,r),a=n;if(a||(a=t==="+++"?"toml":"yaml"),o===-1&&t==="---"&&a==="yaml"&&(o=e.indexOf(`
|
|
281
|
-
...`,r)),o===-1)return;let l=o+1+Na,i=e.charAt(l+1);if(!/\s?/u.test(i))return;let u=e.slice(0,l);return{type:"front-matter",language:a,explicitLanguage:n,value:e.slice(r+1,o),startDelimiter:t,endDelimiter:u.slice(-Na),raw:u}}function i7(e){let t=hk(e);if(!t)return{content:e};let{raw:r}=t;return{frontMatter:t,content:yt(!1,r,/[^\n]/gu," ")+e.slice(r.length)}}function s7(e,t){let r=e.map(t);return r.some((n,o)=>n!==e[o])?r:e}function mk(e,t){if(e.value)for(let{regex:r,parse:n}of sA){let o=e.value.match(r);if(o)return n(e,t,o)}return null}function u7(e,t,r){let[,n,o,a]=r,l=4+n.length,i=e.sourceSpan.start.moveBy(l),u=i.moveBy(a.length),[d,p]=(()=>{try{return[!0,t(a,i).children]}catch{return[!1,[{type:"text",value:a,sourceSpan:new ee(i,u)}]]}})();return{type:"ieConditionalComment",complete:d,children:p,condition:yt(!1,o.trim(),/\s+/gu," "),sourceSpan:e.sourceSpan,startSourceSpan:new ee(e.sourceSpan.start,i),endSourceSpan:new ee(u,e.sourceSpan.end)}}function c7(e,t,r){let[,n]=r;return{type:"ieConditionalStartComment",condition:yt(!1,n.trim(),/\s+/gu," "),sourceSpan:e.sourceSpan}}function d7(e){return{type:"ieConditionalEndComment",sourceSpan:e.sourceSpan}}function gk(e){if(e.type==="block"){if(e.name=yt(!1,e.name.toLowerCase(),/\s+/gu," ").trim(),e.type="angularControlFlowBlock",!h1(e.parameters)){delete e.parameters;return}for(let t of e.parameters)t.type="angularControlFlowBlockParameter";e.parameters={type:"angularControlFlowBlockParameters",children:e.parameters,sourceSpan:new ee(e.parameters[0].sourceSpan.start,Pl(!1,e.parameters,-1).sourceSpan.end)}}}function vk(e){e.type==="letDeclaration"&&(e.type="angularLetDeclaration",e.id=e.name,e.init={type:"angularLetDeclarationInitializer",sourceSpan:new ee(e.valueSpan.start,e.valueSpan.end),value:e.value},delete e.name,delete e.value)}function yk(e){(e.type==="plural"||e.type==="select")&&(e.clause=e.type,e.type="angularIcuExpression"),e.type==="expansionCase"&&(e.type="angularIcuCase")}function Iv(e,t,r){let{name:n,canSelfClose:o=!0,normalizeTagName:a=!1,normalizeAttributeName:l=!1,allowHtmComponentClosingTags:i=!1,isTagNameCaseSensitive:u=!1,shouldParseAsRawText:d}=t,{rootNodes:p,errors:m}=ig(e,{canSelfClose:o,allowHtmComponentClosingTags:i,isTagNameCaseSensitive:u,getTagContentType:d?(...y)=>d(...y)?lr.RAW_TEXT:void 0:void 0,tokenizeAngularBlocks:n==="angular"?!0:void 0,tokenizeAngularLetDeclaration:n==="angular"?!0:void 0});if(n==="vue"){if(p.some(D=>D.type==="docType"&&D.value==="html"||D.type==="element"&&D.name.toLowerCase()==="html"))return Iv(e,pg,r);let y,E=c(()=>y??(y=ig(e,{canSelfClose:o,allowHtmComponentClosingTags:i,isTagNameCaseSensitive:u})),"y"),x=c(D=>E().rootNodes.find(({startSourceSpan:S})=>S&&S.start.offset===D.startSourceSpan.start.offset)??D,"M");for(let[D,S]of p.entries()){let{endSourceSpan:k,startSourceSpan:A}=S;if(k===null)m=E().errors,p[D]=x(S);else if(wk(S,r)){let _=E().errors.find(R=>R.span.start.offset>A.start.offset&&R.span.start.offset<k.end.offset);_&&sg(_),p[D]=x(S)}}}m.length>0&&sg(m[0]);let h=c(y=>{let E=y.name.startsWith(":")?y.name.slice(1).split(":")[0]:null,x=y.nameSpan.toString(),D=E!==null&&x.startsWith(`${E}:`),S=D?x.slice(E.length+1):x;y.name=S,y.namespace=E,y.hasExplicitNamespace=D},"d"),f=c(y=>{switch(y.type){case"element":h(y);for(let E of y.attrs)h(E),E.valueSpan?(E.value=E.valueSpan.toString(),/["']/u.test(E.value[0])&&(E.value=E.value.slice(1,-1))):E.value=null;break;case"comment":y.value=y.sourceSpan.toString().slice(4,-3);break;case"text":y.value=y.sourceSpan.toString();break}},"C"),v=c((y,E)=>{let x=y.toLowerCase();return E(x)?x:y},"A"),g=c(y=>{if(y.type==="element"&&(a&&(!y.namespace||y.namespace===y.tagDefinition.implicitNamespacePrefix||Nl(y))&&(y.name=v(y.name,E=>uA.has(E))),l))for(let E of y.attrs)E.namespace||(E.name=v(E.name,x=>Kc.has(y.name)&&(Kc.get("*").has(x)||Kc.get(y.name).has(x))))},"D"),C=c(y=>{y.sourceSpan&&y.endSourceSpan&&(y.sourceSpan=new ee(y.sourceSpan.start,y.endSourceSpan.end))},"R"),b=c(y=>{if(y.type==="element"){let E=Y0(u?y.name:y.name.toLowerCase());!y.namespace||y.namespace===E.implicitNamespacePrefix||Nl(y)?y.tagDefinition=E:y.tagDefinition=Y0("")}},"F");return ag(new class extends eA{visitExpansionCase(y,E){n==="angular"&&this.visitChildren(E,x=>{x(y.expression)})}visit(y){f(y),b(y),g(y),C(y)}},p),p}function wk(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||Eu(t,{language:n})==="html"}function sg(e){let{msg:t,span:{start:r,end:n}}=e;throw aA(t,{loc:{start:{line:r.line+1,column:r.col+1},end:{line:n.line+1,column:n.col+1}},cause:e})}function zv(e,t,r={},n=!0){let{frontMatter:o,content:a}=n?lA(e):{frontMatter:null,content:e},l=new Nv(e,r.filepath),i=new td(l,0,0,0),u=i.moveBy(e.length),d={type:"root",sourceSpan:new ee(i,u),children:Iv(a,t,r)};if(o){let h=new td(l,0,0,0),f=h.moveBy(o.raw.length);o.sourceSpan=new ee(h,f),d.children.unshift(o)}let p=new iA(d),m=c((h,f)=>{let{offset:v}=f,g=yt(!1,e.slice(0,v),/[^\n\r]/gu," "),C=zv(g+h,t,r,!1);C.sourceSpan=new ee(f,Pl(!1,C.children,-1).sourceSpan.end);let b=C.children[0];return b.length===v?C.children.shift():(b.sourceSpan=new ee(b.sourceSpan.start.moveBy(v),b.sourceSpan.end),b.value=b.value.slice(v)),C},"f");return p.walk(h=>{if(h.type==="comment"){let f=mk(h,m);f&&h.parent.replaceChild(h,f)}gk(h),vk(h),yk(h)}),p}function Si(e){return{parse:c((t,r)=>zv(t,e,r),"parse"),hasPragma:ok,astFormat:"html",locStart:gu,locEnd:vu}}var p7,tf,rf,nf,tn,f7,h7,of,m7,yt,u1,c1,Z0,js,Vs,X0,Ml,Us,Ws,qs,J0,Q0,Mn,ed,vs,Bv,d1,bk,af,g7,$v,lf,io,p1,pl,v7,y7,Be,je,pe,Ek,w7,Pl,Ki,ug,xk,Qt,sf,b7,E7,x7,C7,ir,uf,D7,Ck,bu,S7,Dk,k7,Sk,kk,Ak,Eu,_k,Fk,Rk,Tk,Nl,A7,Lv,Ik,zk,Ov,Bk,$k,Lk,Ok,Mk,Pk,Nk,Hk,jk,cg,Vk,Uk,dg,Wk,qk,qc,f1,Gk,Kk,cf,Mv,h1,Pv,Yk,_7,Pa,F7,R7,T7,I7,z7,B7,Zk,Xk,uc,td,df,Nv,pf,ee,cc,ff,hf,Jk,$7,L7,O7,M7,mf,gf,P7,N7,vf,H7,j7,V7,yf,wf,Ho,U7,lr,Gc,bf,W7,q7,G7,K7,Y7,Z7,Ef,X7,xf,Qk,Cf,J,J7,ki,Df,ko,Sf,Q7,kf,e6,Af,t6,_f,r6,Ff,n6,Rf,rn,Tf,o6,If,a6,zf,Ao,Bf,$f,Lf,Of,Mf,eA,ys,l6,tA,dc,i6,Pf,Nf,pc,Hf,rA,s6,fc,jf,hc,Vf,nA,Ai,Uf,_i,u6,Wf,mc,gc,Ze,qf,c6,Gf,d6,vc,p6,Kf,f6,yc,oA,aA,Na,lA,Fi,Yf,_o,iA,sA,Kc,uA,pg,h6,m6,g6,v6,y6,cA,ZM=z(()=>{p7=Object.defineProperty,tf=c(e=>{throw TypeError(e)},"Xr"),rf=c((e,t)=>{for(var r in t)p7(e,r,{get:t[r],enumerable:!0})},"Jr"),nf=c((e,t,r)=>t.has(e)||tf("Cannot "+r),"Zr"),tn=c((e,t,r)=>(nf(e,t,"read from private field"),r?r.call(e):t.get(e)),"Q"),f7=c((e,t,r)=>t.has(e)?tf("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),"en"),h7=c((e,t,r,n)=>(nf(e,t,"write to private field"),n?n.call(e,r):t.set(e,r),r),"tn"),of={},rf(of,{languages:c(()=>M7,"languages"),options:c(()=>N7,"options"),parsers:c(()=>vf,"parsers"),printers:c(()=>y6,"printers")}),m7=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"),yt=m7,u1="string",c1="array",Z0="cursor",js="indent",Vs="align",X0="trim",Ml="group",Us="fill",Ws="if-break",qs="indent-if-break",J0="line-suffix",Q0="line-suffix-boundary",Mn="line",ed="label",vs="break-parent",Bv=new Set([Z0,js,Vs,X0,Ml,Us,Ws,qs,J0,Q0,Mn,ed,vs]),c(vw,"ii"),d1=vw,bk=c(e=>new Intl.ListFormat("en-US",{type:"disjunction"}).format(e),"ai"),c(yw,"oi"),g7=(af=class extends Error{name="InvalidDocError";constructor(e){super(yw(e)),this.doc=e}},c(af,"lr"),af),$v=g7,lf=c(()=>{},"rn"),io=lf,p1=lf,c(wr,"k"),c(fv,"nn"),c(Ae,"_"),c(fS,"sn"),c(hS,"an"),c(hv,"At"),c(Ns,"ge"),c(mS,"on"),pl={type:vs},v7={type:Mn,hard:!0},y7={type:Mn,hard:!0,literal:!0},Be={type:Mn},je={type:Mn,soft:!0},pe=[v7,pl],Ek=[y7,pl],c(pa,"q"),w7=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"),Pl=w7,c(r1,"Dt"),c(gS,"pi"),c(vS,"ln"),c(Pt,"B"),Ki="'",ug='"',c(ww,"hi"),xk=ww,c(bw,"cr"),b7=(sf=class{constructor(e){f7(this,Qt),h7(this,Qt,new Set(e))}getLeadingWhitespaceCount(e){let t=tn(this,Qt),r=0;for(let n=0;n<e.length&&t.has(e.charAt(n));n++)r++;return r}getTrailingWhitespaceCount(e){let t=tn(this,Qt),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 tn(this,Qt).has(e.charAt(0))}hasTrailingWhitespace(e){return tn(this,Qt).has(Pl(!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=`[${bw([...tn(this,Qt)].join(""))}]+`,n=new RegExp(t?`(${r})`:r,"u");return e.split(n)}hasWhitespaceCharacter(e){let t=tn(this,Qt);return Array.prototype.some.call(e,r=>t.has(r))}hasNonWhitespaceCharacter(e){let t=tn(this,Qt);return Array.prototype.some.call(e,r=>!t.has(r))}isWhitespaceOnly(e){let t=tn(this,Qt);return Array.prototype.every.call(e,r=>t.has(r))}},c(sf,"pr"),sf),Qt=new WeakMap,E7=b7,x7=[" ",`
|
|
282
|
-
`,"\f","\r"," "],C7=new E7(x7),ir=C7,D7=(uf=class extends Error{name="UnexpectedNodeError";constructor(e,t,r="type"){super(`Unexpected ${t} node ${r}: ${JSON.stringify(e[r])}.`),this.node=e}},c(uf,"hr"),uf),Ck=D7,c(Ew,"di"),bu=Ew,S7=new Set(["sourceSpan","startSourceSpan","endSourceSpan","nameSpan","valueSpan","keySpan","tagDefinition","tokens","valueTokens","switchValueSourceSpan","expSourceSpan","valueSourceSpan"]),Dk=new Set(["if","else if","for","switch","case"]),c(Up,"fn"),Up.ignoredProperties=S7,k7=Up,c(xw,"Si"),Sk=xw,c(fu,"Ce"),c(fa,"j"),c(Ut,"T"),c(Cw,"_i"),kk=Cw,Ak=c(e=>String(e).split(/[/\\]/u).pop(),"Ei"),c(rg,"Sn"),c(yS,"Ai"),c(Dw,"Di"),Eu=Dw,_k="inline",Fk={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"},Rk="normal",Tk={listing:"pre",plaintext:"pre",pre:"pre",xmp:"pre",nobr:"nowrap",table:"initial",textarea:"pre-wrap"},c(Sw,"vi"),Nl=Sw,A7=c(e=>yt(!1,e,/^[\t\f\r ]*\n/gu,""),"yi"),Lv=c(e=>A7(ir.trimEnd(e)),"mr"),Ik=c(e=>{let t=e,r=ir.getLeadingWhitespace(t);r&&(t=t.slice(r.length));let n=ir.getTrailingWhitespace(t);return n&&(t=t.slice(0,-n.length)),{leadingWhitespace:r,trailingWhitespace:n,text:t}},"vn"),c(mv,"yt"),c(hu,"Ee"),c(wS,"wi"),c(kt,"$"),c(qr,"U"),c(bS,"yn"),c(ES,"wn"),c(gv,"fr"),c(xS,"bn"),c(CS,"Tn"),c(DS,"xn"),c(Ui,"Qe"),c(SS,"kn"),c(vv,"dr"),c(Wc,"wt"),c(kS,"bi"),c(yv,"Bn"),c(wv,"Ln"),c(bv,"Fn"),c(Ev,"Nn"),c(n1,"bt"),c(AS,"Ti"),c(xv,"Pn"),c(_S,"xi"),c(FS,"ki"),c(RS,"Bi"),c(ng,"gr"),c(Ql,"Xe"),c(TS,"Li"),c(IS,"Fi"),c(zS,"Ni"),c(BS,"Pi"),c($S,"Ii"),c(na,"_e"),c(LS,"Ri"),c(OS,"In"),c(Cv,"Rn"),c(MS,"$i"),c(Dv,"Cr"),c(Sv,"Sr"),c(Sn,"P"),zk=new Set(["template","style","script"]),c(mu,"Je"),c(ha,"Ae"),c(o1,"Tt"),c(PS,"$n"),c(NS,"On"),c(kv,"xt"),c(Av,"kt"),Ov=/\{\{(.+?)\}\}/su,c(HS,"Mn"),c(lc,"Er"),Bk=lc({parser:"__ng_action"}),$k=lc({parser:"__ng_binding"}),Lk=lc({parser:"__ng_directive"}),c(kw,"Vi"),Ok=kw,c(Aw,"Ui"),Mk=Aw,c(og,"Vn"),Pk=/^[ \t\n\r\u000c]+/,Nk=/^[, \t\n\r\u000c]+/,Hk=/^[^ \t\n\r\u000c]+/,jk=/[,]+$/,cg=/^\d+$/,Vk=/^-?(?:[0-9]+|[0-9]*\.[0-9]+)(?:[eE][+-]?[0-9]+)?$/,c(_w,"Ki"),Uk=_w,c(Fw,"Qi"),dg={width:"w",height:"h",density:"x"},Wk=Object.keys(dg),c(jS,"Ji"),qk=Fw,c(VS,"Yn"),qc=new WeakMap,c(Rw,"Zi"),f1=Rw,c(US,"jn"),c(WS,"Kn"),c(qS,"Qn"),c(GS,"Xn"),c(KS,"ea"),c(Tw,"ta"),c(YS,"ra"),c(ZS,"na"),c(_v,"Jn"),Gk=Tw,c(Iw,"sa"),c(XS,"ia"),Kk=Iw,cf=new Proxy(()=>{},{get:c(()=>cf,"get")}),Mv=cf,c(zw,"aa"),h1=zw,c(gu,"se"),c(vu,"ie"),c(q0,"Ze"),c(JS,"oa"),c(ul,"De"),c(QS,"ua"),c(oo,"W"),c(a1,"Bt"),c(ei,"ve"),c(Fv,"rs"),c(ao,"K"),c(ti,"ye"),c(Ol,"we"),c(yu,"et"),c(ek,"la"),c(wu,"tt"),c(tk,"ca"),c(rk,"pa"),c(G0,"rt"),c(cl,"be"),c(lo,"z"),c(l1,"Lt"),c(i1,"Ft"),c(Bw,"ha"),Pv=Bw,Yk=new Set(["if","else if","for","switch","case"]),c($w,"fa"),_7=$w,Pa=null,c(dl,"st"),F7=10;for(let e=0;e<=F7;e++)dl();c(nk,"vr"),c(Lw,"ga"),R7=Lw,T7={"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"]},I7=T7,z7=R7(I7),B7=z7,c(ok,"os"),c(Ow,"us"),Zk=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(Rv,"cs"),c(Ma,"it"),c(Wi,"Pt"),c(s1,"He"),c(ak,"ps"),c(Tv,"hs"),c(lk,"_a"),c(ik,"ms"),c(sk,"fs"),c(uk,"ds"),c(ck,"gs"),c(ms,"at"),c(K0,"It"),c(gs,"ot"),c(dk,"Cs"),c(ic,"Rt"),c(Wp,"yr"),c(sc,"$t"),Xk=/-+([a-z0-9])/g,c(Mw,"_s"),td=(uc=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 l=t.substring(0,n-1).lastIndexOf(`
|
|
283
|
-
`);a=l>0?n-l:n}else a--;for(;n<r&&e>0;){let l=t.charCodeAt(n);n++,e--,l==10?(o++,a=0):a++}return new uc(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,l=0;for(;a<e&&n>0&&(n--,a++,!(r[n]==`
|
|
284
|
-
`&&++l==t)););for(a=0,l=0;a<e&&o<r.length-1&&(o++,a++,!(r[o]==`
|
|
285
|
-
`&&++l==t)););return{before:r.substring(n,this.offset),after:r.substring(this.offset,o+1)}}return null}},c(uc,"t"),uc),Nv=(df=class{constructor(e,t){this.content=e,this.url=t}},c(df,"Te"),df),ee=(pf=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(pf,"h"),pf),function(e){e[e.WARNING=0]="WARNING",e[e.ERROR=1]="ERROR"}(cc||(cc={})),hf=(ff=class{constructor(e,t,r=cc.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}[${cc[this.level]} ->]${e.after}")`:this.msg}toString(){let e=this.span.details?`, ${this.span.details}`:"";return`${this.contextualMessage()}: ${this.span.start}${e}`}},c(ff,"Ue"),ff),Jk=[Nw,Hw,jw,Uw,Ww,Kw,qw,Gw,Yw,Vw],c(Pw,"Da"),c(Nw,"va"),c(Hw,"ya"),c(pk,"wa"),c(jw,"ba"),c(Vw,"Ta"),c(Uw,"xa"),c(Ww,"ka"),c(qw,"Ba"),c(Gw,"La"),c(Kw,"Fa"),c(Yw,"Na"),$7=Pw,c(Zw,"Pa"),L7={preprocess:$7,print:Zw,insertPragma:Ow,massageAstNode:k7,embed:_7,getVisitorKeys:B7},O7=L7,M7=[{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"]}],mf={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."}},gf="HTML",P7={bracketSameLine:mf.bracketSameLine,htmlWhitespaceSensitivity:{category:gf,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:mf.singleAttributePerLine,vueIndentScriptAndStyle:{category:gf,type:"boolean",default:!1,description:"Indent script and style tags in Vue files."}},N7=P7,vf={},rf(vf,{angular:c(()=>m6,"angular"),html:c(()=>h6,"html"),lwc:c(()=>v6,"lwc"),vue:c(()=>g6,"vue")}),function(e){e[e.Emulated=0]="Emulated",e[e.None=2]="None",e[e.ShadowDom=3]="ShadowDom"}(H7||(H7={})),function(e){e[e.OnPush=0]="OnPush",e[e.Default=1]="Default"}(j7||(j7={})),function(e){e[e.None=0]="None",e[e.SignalBased=1]="SignalBased",e[e.HasDecoratorInputTransform=2]="HasDecoratorInputTransform"}(V7||(V7={})),yf={name:"custom-elements"},wf={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"}(Ho||(Ho={})),function(e){e[e.Error=0]="Error",e[e.Warning=1]="Warning",e[e.Ignore=2]="Ignore"}(U7||(U7={})),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"}(lr||(lr={})),c(Hs,"ut"),c(qp,"xr"),c(Gp,"kr"),c(qi,"We"),c(Di,"ze"),c(Kp,"Br"),c(Gi,"Mt"),W7=(bf=class{},c(bf,"Ht"),bf),q7="boolean",G7="number",K7="string",Y7="object",Z7=["[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:|"],Ef=new Map(Object.entries({class:"className",for:"htmlFor",formaction:"formAction",innerHtml:"innerHTML",readonly:"readOnly",tabindex:"tabIndex"})),X7=Array.from(Ef).reduce((e,[t,r])=>(e.set(t,r),e),new Map),Qk=(xf=class extends W7{constructor(){super(),this._schema=new Map,this._eventSchema=new Map,Z7.forEach(e=>{let t=new Map,r=new Set,[n,o]=e.split("|"),a=o.split(","),[l,i]=n.split("^");l.split(",").forEach(d=>{this._schema.set(d.toLowerCase(),t),this._eventSchema.set(d.toLowerCase(),r)});let u=i&&this._schema.get(i.toLowerCase());if(u){for(let[d,p]of u)t.set(d,p);for(let d of this._eventSchema.get(i.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),q7);break;case"#":t.set(d.substring(1),G7);break;case"%":t.set(d.substring(1),Y7);break;default:t.set(d,K7)}})})}hasProperty(e,t,r){if(r.some(n=>n.name===wf.name))return!0;if(e.indexOf("-")>-1){if(qp(e)||Gp(e))return!1;if(r.some(n=>n.name===yf.name))return!0}return(this._schema.get(e.toLowerCase())||this._schema.get("unknown")).has(t)}hasElement(e,t){return t.some(r=>r.name===wf.name)||e.indexOf("-")>-1&&(qp(e)||Gp(e)||t.some(r=>r.name===yf.name))?!0:this._schema.has(e.toLowerCase())}securityContext(e,t,r){r&&(t=this.getMappedPropName(t)),e=e.toLowerCase(),t=t.toLowerCase();let n=Kp()[e+"|"+t];return n||(n=Kp()["*|"+t],n||Ho.NONE)}getMappedPropName(e){return Ef.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)})=...
|
|
286
|
-
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=>X7.get(r)??r)}allKnownEventsOfElement(e){return Array.from(this._eventSchema.get(e.toLowerCase())??[])}normalizeAnimationStyleProperty(e){return Mw(e)}normalizeAnimationStyleValue(e,t,r){let n="",o=r.toString().trim(),a=null;if(Xw(e)&&r!==0&&r!=="0")if(typeof r=="number")n="px";else{let l=r.match(/^[+-]?[\d\.]+([a-z]*)$/);l&&l[1].length==0&&(a=`Please provide a CSS unit value for ${t}:${r}`)}return{error:a,value:o+n}}},c(xf,"Vt"),xf),c(Xw,"Ua"),J=(Cf=class{constructor({closedByChildren:e,implicitNamespacePrefix:t,contentType:r=lr.PARSABLE_DATA,closedByParent:n=!1,isVoid:o=!1,ignoreFirstLf:a=!1,preventNamespaceInheritance:l=!1,canSelfClose:i=!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=l,this.canSelfClose=i??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(Cf,"m"),Cf),c(Y0,"Ge"),ko=(Df=class{constructor(e,t){this.sourceSpan=e,this.i18n=t}},c(Df,"oe"),Df),Q7=(Sf=class extends ko{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(Sf,"Ut"),Sf),e6=(kf=class extends ko{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(kf,"Wt"),kf),t6=(Af=class extends ko{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(Af,"zt"),Af),r6=(_f=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(_f,"Gt"),_f),n6=(Ff=class extends ko{constructor(e,t,r,n,o,a,l){super(r,l),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(Ff,"Yt"),Ff),rn=(Rf=class extends ko{constructor(e,t,r,n,o,a=null,l=null,i){super(n,i),this.name=e,this.attrs=t,this.children=r,this.startSourceSpan=o,this.endSourceSpan=a,this.nameSpan=l,this.type="element"}visit(e,t){return e.visitElement(this,t)}},c(Rf,"G"),Rf),o6=(Tf=class{constructor(e,t){this.value=e,this.sourceSpan=t,this.type="comment"}visit(e,t){return e.visitComment(this,t)}},c(Tf,"jt"),Tf),a6=(If=class{constructor(e,t){this.value=e,this.sourceSpan=t,this.type="docType"}visit(e,t){return e.visitDocType(this,t)}},c(If,"Kt"),If),Ao=(zf=class extends ko{constructor(e,t,r,n,o,a,l=null,i){super(n,i),this.name=e,this.parameters=t,this.children=r,this.nameSpan=o,this.startSourceSpan=a,this.endSourceSpan=l,this.type="block"}visit(e,t){return e.visitBlock(this,t)}},c(zf,"Z"),zf),$f=(Bf=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(Bf,"ct"),Bf),Of=(Lf=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(Lf,"pt"),Lf),c(ag,"Qt"),eA=(Mf=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(ag(n,a,e))}return c(o,"i"),t(o),Array.prototype.concat.apply([],r)}},c(Mf,"ht"),Mf),ys={AElig:"Æ",AMP:"&",amp:"&",Aacute:"Á",Abreve:"Ă",Acirc:"Â",Acy:"А",Afr:"𝔄",Agrave:"À",Alpha:"Α",Amacr:"Ā",And:"⩓",Aogon:"Ą",Aopf:"𝔸",ApplyFunction:"",af:"",Aring:"Å",angst:"Å",Ascr:"𝒜",Assign:"≔",colone:"≔",coloneq:"≔",Atilde:"Ã",Auml:"Ä",Backslash:"∖",setminus:"∖",setmn:"∖",smallsetminus:"∖",ssetmn:"∖",Barv:"⫧",Barwed:"⌆",doublebarwedge:"⌆",Bcy:"Б",Because:"∵",becaus:"∵",because:"∵",Bernoullis:"ℬ",Bscr:"ℬ",bernou:"ℬ",Beta:"Β",Bfr:"𝔅",Bopf:"𝔹",Breve:"˘",breve:"˘",Bumpeq:"≎",HumpDownHump:"≎",bump:"≎",CHcy:"Ч",COPY:"©",copy:"©",Cacute:"Ć",Cap:"⋒",CapitalDifferentialD:"ⅅ",DD:"ⅅ",Cayleys:"ℭ",Cfr:"ℭ",Ccaron:"Č",Ccedil:"Ç",Ccirc:"Ĉ",Cconint:"∰",Cdot:"Ċ",Cedilla:"¸",cedil:"¸",CenterDot:"·",centerdot:"·",middot:"·",Chi:"Χ",CircleDot:"⊙",odot:"⊙",CircleMinus:"⊖",ominus:"⊖",CirclePlus:"⊕",oplus:"⊕",CircleTimes:"⊗",otimes:"⊗",ClockwiseContourIntegral:"∲",cwconint:"∲",CloseCurlyDoubleQuote:"”",rdquo:"”",rdquor:"”",CloseCurlyQuote:"’",rsquo:"’",rsquor:"’",Colon:"∷",Proportion:"∷",Colone:"⩴",Congruent:"≡",equiv:"≡",Conint:"∯",DoubleContourIntegral:"∯",ContourIntegral:"∮",conint:"∮",oint:"∮",Copf:"ℂ",complexes:"ℂ",Coproduct:"∐",coprod:"∐",CounterClockwiseContourIntegral:"∳",awconint:"∳",Cross:"⨯",Cscr:"𝒞",Cup:"⋓",CupCap:"≍",asympeq:"≍",DDotrahd:"⤑",DJcy:"Ђ",DScy:"Ѕ",DZcy:"Џ",Dagger:"‡",ddagger:"‡",Darr:"↡",Dashv:"⫤",DoubleLeftTee:"⫤",Dcaron:"Ď",Dcy:"Д",Del:"∇",nabla:"∇",Delta:"Δ",Dfr:"𝔇",DiacriticalAcute:"´",acute:"´",DiacriticalDot:"˙",dot:"˙",DiacriticalDoubleAcute:"˝",dblac:"˝",DiacriticalGrave:"`",grave:"`",DiacriticalTilde:"˜",tilde:"˜",Diamond:"⋄",diam:"⋄",diamond:"⋄",DifferentialD:"ⅆ",dd:"ⅆ",Dopf:"𝔻",Dot:"¨",DoubleDot:"¨",die:"¨",uml:"¨",DotDot:"⃜",DotEqual:"≐",doteq:"≐",esdot:"≐",DoubleDownArrow:"⇓",Downarrow:"⇓",dArr:"⇓",DoubleLeftArrow:"⇐",Leftarrow:"⇐",lArr:"⇐",DoubleLeftRightArrow:"⇔",Leftrightarrow:"⇔",hArr:"⇔",iff:"⇔",DoubleLongLeftArrow:"⟸",Longleftarrow:"⟸",xlArr:"⟸",DoubleLongLeftRightArrow:"⟺",Longleftrightarrow:"⟺",xhArr:"⟺",DoubleLongRightArrow:"⟹",Longrightarrow:"⟹",xrArr:"⟹",DoubleRightArrow:"⇒",Implies:"⇒",Rightarrow:"⇒",rArr:"⇒",DoubleRightTee:"⊨",vDash:"⊨",DoubleUpArrow:"⇑",Uparrow:"⇑",uArr:"⇑",DoubleUpDownArrow:"⇕",Updownarrow:"⇕",vArr:"⇕",DoubleVerticalBar:"∥",par:"∥",parallel:"∥",shortparallel:"∥",spar:"∥",DownArrow:"↓",ShortDownArrow:"↓",darr:"↓",downarrow:"↓",DownArrowBar:"⤓",DownArrowUpArrow:"⇵",duarr:"⇵",DownBreve:"̑",DownLeftRightVector:"⥐",DownLeftTeeVector:"⥞",DownLeftVector:"↽",leftharpoondown:"↽",lhard:"↽",DownLeftVectorBar:"⥖",DownRightTeeVector:"⥟",DownRightVector:"⇁",rhard:"⇁",rightharpoondown:"⇁",DownRightVectorBar:"⥗",DownTee:"⊤",top:"⊤",DownTeeArrow:"↧",mapstodown:"↧",Dscr:"𝒟",Dstrok:"Đ",ENG:"Ŋ",ETH:"Ð",Eacute:"É",Ecaron:"Ě",Ecirc:"Ê",Ecy:"Э",Edot:"Ė",Efr:"𝔈",Egrave:"È",Element:"∈",in:"∈",isin:"∈",isinv:"∈",Emacr:"Ē",EmptySmallSquare:"◻",EmptyVerySmallSquare:"▫",Eogon:"Ę",Eopf:"𝔼",Epsilon:"Ε",Equal:"⩵",EqualTilde:"≂",eqsim:"≂",esim:"≂",Equilibrium:"⇌",rightleftharpoons:"⇌",rlhar:"⇌",Escr:"ℰ",expectation:"ℰ",Esim:"⩳",Eta:"Η",Euml:"Ë",Exists:"∃",exist:"∃",ExponentialE:"ⅇ",ee:"ⅇ",exponentiale:"ⅇ",Fcy:"Ф",Ffr:"𝔉",FilledSmallSquare:"◼",FilledVerySmallSquare:"▪",blacksquare:"▪",squarf:"▪",squf:"▪",Fopf:"𝔽",ForAll:"∀",forall:"∀",Fouriertrf:"ℱ",Fscr:"ℱ",GJcy:"Ѓ",GT:">",gt:">",Gamma:"Γ",Gammad:"Ϝ",Gbreve:"Ğ",Gcedil:"Ģ",Gcirc:"Ĝ",Gcy:"Г",Gdot:"Ġ",Gfr:"𝔊",Gg:"⋙",ggg:"⋙",Gopf:"𝔾",GreaterEqual:"≥",ge:"≥",geq:"≥",GreaterEqualLess:"⋛",gel:"⋛",gtreqless:"⋛",GreaterFullEqual:"≧",gE:"≧",geqq:"≧",GreaterGreater:"⪢",GreaterLess:"≷",gl:"≷",gtrless:"≷",GreaterSlantEqual:"⩾",geqslant:"⩾",ges:"⩾",GreaterTilde:"≳",gsim:"≳",gtrsim:"≳",Gscr:"𝒢",Gt:"≫",NestedGreaterGreater:"≫",gg:"≫",HARDcy:"Ъ",Hacek:"ˇ",caron:"ˇ",Hat:"^",Hcirc:"Ĥ",Hfr:"ℌ",Poincareplane:"ℌ",HilbertSpace:"ℋ",Hscr:"ℋ",hamilt:"ℋ",Hopf:"ℍ",quaternions:"ℍ",HorizontalLine:"─",boxh:"─",Hstrok:"Ħ",HumpEqual:"≏",bumpe:"≏",bumpeq:"≏",IEcy:"Е",IJlig:"IJ",IOcy:"Ё",Iacute:"Í",Icirc:"Î",Icy:"И",Idot:"İ",Ifr:"ℑ",Im:"ℑ",image:"ℑ",imagpart:"ℑ",Igrave:"Ì",Imacr:"Ī",ImaginaryI:"ⅈ",ii:"ⅈ",Int:"∬",Integral:"∫",int:"∫",Intersection:"⋂",bigcap:"⋂",xcap:"⋂",InvisibleComma:"",ic:"",InvisibleTimes:"",it:"",Iogon:"Į",Iopf:"𝕀",Iota:"Ι",Iscr:"ℐ",imagline:"ℐ",Itilde:"Ĩ",Iukcy:"І",Iuml:"Ï",Jcirc:"Ĵ",Jcy:"Й",Jfr:"𝔍",Jopf:"𝕁",Jscr:"𝒥",Jsercy:"Ј",Jukcy:"Є",KHcy:"Х",KJcy:"Ќ",Kappa:"Κ",Kcedil:"Ķ",Kcy:"К",Kfr:"𝔎",Kopf:"𝕂",Kscr:"𝒦",LJcy:"Љ",LT:"<",lt:"<",Lacute:"Ĺ",Lambda:"Λ",Lang:"⟪",Laplacetrf:"ℒ",Lscr:"ℒ",lagran:"ℒ",Larr:"↞",twoheadleftarrow:"↞",Lcaron:"Ľ",Lcedil:"Ļ",Lcy:"Л",LeftAngleBracket:"⟨",lang:"⟨",langle:"⟨",LeftArrow:"←",ShortLeftArrow:"←",larr:"←",leftarrow:"←",slarr:"←",LeftArrowBar:"⇤",larrb:"⇤",LeftArrowRightArrow:"⇆",leftrightarrows:"⇆",lrarr:"⇆",LeftCeiling:"⌈",lceil:"⌈",LeftDoubleBracket:"⟦",lobrk:"⟦",LeftDownTeeVector:"⥡",LeftDownVector:"⇃",dharl:"⇃",downharpoonleft:"⇃",LeftDownVectorBar:"⥙",LeftFloor:"⌊",lfloor:"⌊",LeftRightArrow:"↔",harr:"↔",leftrightarrow:"↔",LeftRightVector:"⥎",LeftTee:"⊣",dashv:"⊣",LeftTeeArrow:"↤",mapstoleft:"↤",LeftTeeVector:"⥚",LeftTriangle:"⊲",vartriangleleft:"⊲",vltri:"⊲",LeftTriangleBar:"⧏",LeftTriangleEqual:"⊴",ltrie:"⊴",trianglelefteq:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVector:"↿",uharl:"↿",upharpoonleft:"↿",LeftUpVectorBar:"⥘",LeftVector:"↼",leftharpoonup:"↼",lharu:"↼",LeftVectorBar:"⥒",LessEqualGreater:"⋚",leg:"⋚",lesseqgtr:"⋚",LessFullEqual:"≦",lE:"≦",leqq:"≦",LessGreater:"≶",lessgtr:"≶",lg:"≶",LessLess:"⪡",LessSlantEqual:"⩽",leqslant:"⩽",les:"⩽",LessTilde:"≲",lesssim:"≲",lsim:"≲",Lfr:"𝔏",Ll:"⋘",Lleftarrow:"⇚",lAarr:"⇚",Lmidot:"Ŀ",LongLeftArrow:"⟵",longleftarrow:"⟵",xlarr:"⟵",LongLeftRightArrow:"⟷",longleftrightarrow:"⟷",xharr:"⟷",LongRightArrow:"⟶",longrightarrow:"⟶",xrarr:"⟶",Lopf:"𝕃",LowerLeftArrow:"↙",swarr:"↙",swarrow:"↙",LowerRightArrow:"↘",searr:"↘",searrow:"↘",Lsh:"↰",lsh:"↰",Lstrok:"Ł",Lt:"≪",NestedLessLess:"≪",ll:"≪",Map:"⤅",Mcy:"М",MediumSpace:" ",Mellintrf:"ℳ",Mscr:"ℳ",phmmat:"ℳ",Mfr:"𝔐",MinusPlus:"∓",mnplus:"∓",mp:"∓",Mopf:"𝕄",Mu:"Μ",NJcy:"Њ",Nacute:"Ń",Ncaron:"Ň",Ncedil:"Ņ",Ncy:"Н",NegativeMediumSpace:"",NegativeThickSpace:"",NegativeThinSpace:"",NegativeVeryThinSpace:"",ZeroWidthSpace:"",NewLine:`
|
|
287
|
-
`,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:""},l6="",ys.ngsp=l6,tA=[/@/,/^\s*$/,/[<>]/,/^[{}]$/,/&(#|[a-z])/i,/^\/\//],c(Jw,"Ls"),i6=(dc=class{static fromArray(e){return e?(Jw("interpolation",e),new dc(e[0],e[1])):Pf}constructor(e,t){this.start=e,this.end=t}},c(dc,"t"),dc),Pf=new i6("{{","}}"),pc=(Nf=class extends hf{constructor(e,t,r){super(r,e),this.tokenType=t}},c(Nf,"ft"),Nf),rA=(Hf=class{constructor(e,t,r){this.tokens=e,this.errors=t,this.nonNormalizedIcuExpressions=r}},c(Hf,"$r"),Hf),c(Qw,"Ws"),s6=/\r\n?/g,c(So,"je"),c(Yp,"Rs"),c(e7,"ho"),function(e){e.HEX="hexadecimal",e.DEC="decimal"}(fc||(fc={})),hc=(jf=class{constructor(e){this.error=e}},c(jf,"dt"),jf),nA=(Vf=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||Pf,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 u6(e,n):new Uf(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(s6,`
|
|
288
|
-
`)}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=>ms(r)?!e:Xp(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(xe),this._attemptCharCode(41))this._attemptCharCodeUntilFn(xe);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(Jp);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&&sc(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(Jp)}}_consumeLetDeclaration(e){if(this._beginToken(30,e),ms(this._cursor.peek()))this._attemptCharCodeUntilFn(xe);else{let r=this._endToken([this._cursor.getChars(e)]);r.type=33;return}let t=this._endToken([this._getLetDeclarationName()]);if(this._attemptCharCodeUntilFn(xe),!this._attemptCharCode(61)){t.type=33;return}this._attemptCharCodeUntilFn(r=>xe(r)&&!ic(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=>gs(r)||r==36||r===95||t&&K0(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;sc(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(o7(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 pc("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 pc("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 pc(e,this._currentTokenType,t);return this._currentTokenStart=null,this._currentTokenType=null,new hc(r)}handleError(e){if(e instanceof mc&&(e=this._createError(e.msg,this._cursor.getSpan(e.cursor))),e instanceof hc)this.errors.push(e.error);else throw e}_attemptCharCode(e){return this._cursor.peek()===e?(this._cursor.advance(),!0):!1}_attemptCharCodeCaseInsensitive(e){return a7(this._cursor.peek(),e)?(this._cursor.advance(),!0):!1}_requireCharCode(e){let t=this._cursor.clone();if(!this._attemptCharCode(e))throw this._createError(So(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(So(this._cursor.peek()),this._cursor.getSpan(t))}_requireStrCaseInsensitive(e){let t=this._cursor.clone();if(!this._attemptStrCaseInsensitive(e))throw this._createError(So(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(So(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(r7),this._cursor.peek()!=59){this._cursor.advance();let a=r?fc.HEX:fc.DEC;throw this._createError(e7(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(Yp(this._cursor.getChars(t)),this._cursor.getSpan())}}else{let r=this._cursor.clone();if(this._attemptCharCodeUntilFn(n7),this._cursor.peek()!=59)this._beginToken(e,t),this._cursor=r,this._endToken(["&"]);else{let n=this._cursor.getChars(r);this._cursor.advance();let o=ys[n];if(!o)throw this._createError(Yp(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&&!t7(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(Zp,t===""?0:1);let n=this._cursor.getChars(r);return[t,n]}_consumeTagOpen(e){let t,r,n,o=[];try{if(!gs(this._cursor.peek()))throw this._createError(So(this._cursor.peek()),this._cursor.getSpan(e));for(n=this._consumeTagOpenStart(e),r=n.parts[0],t=n.parts[1],this._attemptCharCodeUntilFn(xe);this._cursor.peek()!==47&&this._cursor.peek()!==62&&this._cursor.peek()!==60&&this._cursor.peek()!==0;){let[l,i]=this._consumeAttributeName();if(this._attemptCharCodeUntilFn(xe),this._attemptCharCode(61)){this._attemptCharCodeUntilFn(xe);let u=this._consumeAttributeValue();o.push({prefix:l,name:i,value:u})}else o.push({prefix:l,name:i});this._attemptCharCodeUntilFn(xe)}this._consumeTagOpenEnd()}catch(l){if(l instanceof hc){n?n.type=4:(this._beginToken(5,e),this._endToken(["<"]));return}throw l}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===lr.RAW_TEXT?this._consumeRawTextWithTagClose(r,t,!1):a===lr.ESCAPABLE_RAW_TEXT&&this._consumeRawTextWithTagClose(r,t,!0)}_consumeRawTextWithTagClose(e,t,r){this._consumeRawText(r,()=>!this._attemptCharCode(60)||!this._attemptCharCode(47)||(this._attemptCharCodeUntilFn(xe),!this._attemptStrCaseInsensitive(e?`${e}:${t}`:t))?!1:(this._attemptCharCodeUntilFn(xe),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(So(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(()=>Zp(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(xe),this._allowHtmComponentClosingTags&&this._attemptCharCode(47))this._attemptCharCodeUntilFn(xe),this._requireCharCode(62),this._endToken([]);else{let[t,r]=this._consumePrefixAndName();this._attemptCharCodeUntilFn(xe),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(xe),this._beginToken(7);let r=this._readUntil(44);this._endToken([r]),this._requireCharCode(44),this._attemptCharCodeUntilFn(xe)}_consumeExpansionCaseStart(){this._beginToken(21);let e=this._readUntil(123).trim();this._endToken([e]),this._attemptCharCodeUntilFn(xe),this._beginToken(22),this._requireCharCode(123),this._endToken([]),this._attemptCharCodeUntilFn(xe),this._expansionCaseStack.push(22)}_consumeExpansionCaseEnd(){this._beginToken(23),this._requireCharCode(125),this._endToken([]),this._attemptCharCodeUntilFn(xe),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 l=this._cursor.clone();this._interpolationConfig&&this._attemptStr(this._interpolationConfig.start)?(this._endToken([this._processCarriageReturns(o.join(""))],l),o.length=0,this._consumeInterpolation(t,l,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,l=!1;for(;this._cursor.peek()!==0&&(r===null||!r());){let i=this._cursor.clone();if(this._isTagStart()){this._cursor=i,n.push(this._getProcessedChars(o,i)),this._endToken(n);return}if(a===null)if(this._attemptStr(this._interpolationConfig.end)){n.push(this._getProcessedChars(o,i)),n.push(this._interpolationConfig.end),this._endToken(n);return}else this._attemptStr("//")&&(l=!0);let u=this._cursor.peek();this._cursor.advance(),u===92?this._cursor.advance():u===a?a=null:!l&&a===null&&sc(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(),Xp(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=Di(e,t);(this._fullNameStack.length===0||this._fullNameStack[this._fullNameStack.length-1]===r)&&this._fullNameStack.push(r)}_handleFullNameStackForTagClose(e,t){let r=Di(e,t);this._fullNameStack.length!==0&&this._fullNameStack[this._fullNameStack.length-1]===r&&this._fullNameStack.pop()}},c(Vf,"Or"),Vf),c(xe,"b"),c(Zp,"$s"),c(t7,"mo"),c(r7,"fo"),c(n7,"go"),c(o7,"Co"),c(a7,"So"),c(lg,"Os"),c(Xp,"Ms"),c(Jp,"qs"),c(fk,"_o"),Uf=(Ai=class{constructor(e,t){if(e instanceof Ai){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 Ai(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 ee(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 mc('Unexpected character "EOF"',this);let t=this.charAt(e.offset);t===10?(e.line++,e.column=0):ic(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 td(e.file,e.state.offset,e.state.line,e.state.column)}},c(Ai,"t"),Ai),u6=(_i=class extends Uf{constructor(e,t){e instanceof _i?(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 _i(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(Wp(e())){let t="",r=0,n=this.clone();for(;Wp(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 ic(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 mc("Invalid hexadecimal escape sequence",e);return n}},c(_i,"t"),_i),mc=(Wf=class{constructor(e,t){this.msg=e,this.cursor=t}},c(Wf,"gt"),Wf),Ze=(gc=class extends hf{static create(e,t,r){return new gc(e,t,r)}constructor(e,t,r){super(t,r),this.elementName=e}},c(gc,"t"),gc),c6=(qf=class{constructor(e,t){this.rootNodes=e,this.errors=t}},c(qf,"Vr"),qf),d6=(Gf=class{constructor(e){this.getTagDefinition=e}parse(e,t,r,n=!1,o){let a=c(f=>(v,...g)=>f(v.toLowerCase(),...g),"a"),l=n?this.getTagDefinition:a(this.getTagDefinition),i=c(f=>l(f).getContentType(),"u"),u=n?o:a(o),d=Qw(e,t,o?(f,v,g,C)=>{let b=u(f,v,g,C);return b!==void 0?b:i(f)}:i,r),p=r&&r.canSelfClose||!1,m=r&&r.allowHtmComponentClosingTags||!1,h=new p6(d.tokens,l,p,m,n);return h.build(),new c6(h.rootNodes,d.errors.concat(h.errors))}},c(Gf,"nr"),Gf),p6=(vc=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 Ao&&this.errors.push(Ze.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 e6(r,new ee(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 ee(e.sourceSpan.start,r.sourceSpan.end,e.sourceSpan.fullStart);this._addToParent(new o6(n,o))}_consumeDocType(e){let t=this._advanceIf(7),r=this._advanceIf(19),n=t!=null?t.parts[0].trim():null,o=new ee(e.sourceSpan.start,(r||t||e).sourceSpan.end);this._addToParent(new a6(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(Ze.create(null,this._peek.sourceSpan,"Invalid ICU message. Missing '}'."));return}let o=new ee(e.sourceSpan.start,this._peek.sourceSpan.end,e.sourceSpan.fullStart);this._addToParent(new t6(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(Ze.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 vc(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 ee(e.sourceSpan.start,n.sourceSpan.end,e.sourceSpan.fullStart),l=new ee(t.sourceSpan.start,n.sourceSpan.end,t.sourceSpan.fullStart);return new r6(e.parts[0],o.rootNodes,a,e.sourceSpan,l)}_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(Qp(r,22)){if(r.pop(),r.length===0)return t}else return this.errors.push(Ze.create(null,e.sourceSpan,"Invalid ICU message. Missing '}'.")),null;if(this._peek.type===24)if(Qp(r,20))r.pop();else return this.errors.push(Ze.create(null,e.sourceSpan,"Invalid ICU message. Missing '}'.")),null;if(this._peek.type===34)return this.errors.push(Ze.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]==`
|
|
289
|
-
`){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]===`
|
|
290
|
-
`){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,ef):e.type===9?n+=e.parts[0]:n+=e.parts.join("");if(n.length>0){let o=e.sourceSpan;this._addToParent(new Q7(n,new ee(r.start,o.end,r.fullStart,r.details),t))}}_closeVoidElement(){let e=this._getContainer();e instanceof rn&&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 h=this.getTagDefinition(o);this.canSelfClose||h.canSelfClose||qi(o)!==null||h.isVoid||this.errors.push(Ze.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 l=this._peek.sourceSpan.fullStart,i=new ee(e.sourceSpan.start,l,e.sourceSpan.fullStart),u=new ee(e.sourceSpan.start,l,e.sourceSpan.fullStart),d=new ee(e.sourceSpan.start.moveBy(1),e.sourceSpan.end),p=new rn(o,n,[],i,u,void 0,d),m=this._getContainer();this._pushContainer(p,m instanceof rn&&this.getTagDefinition(m.name).isClosedByChild(p.name)),a?this._popContainer(o,rn,i):e.type===4&&(this._popContainer(o,rn,null),this.errors.push(Ze.create(o,i,`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(Ze.create(t,e.sourceSpan,`Void elements do not have end tags "${e.parts[1]}"`));else if(!this._popContainer(t,rn,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(Ze.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(qi(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 Ao||a instanceof rn&&!this.getTagDefinition(a.name).closedByParent)&&(n=!0)}return!1}_consumeAttr(e){let t=Di(e.parts[0],e.parts[1]),r=e.sourceSpan.end,n;this._peek.type===15&&(n=this._advance());let o="",a=[],l,i;if(this._peek.type===16)for(l=this._peek.sourceSpan,i=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,ef):d.type===9?o+=d.parts[0]:o+=d.parts.join(""),i=r=d.sourceSpan.end}this._peek.type===15&&(i=r=this._advance().sourceSpan.end);let u=l&&i&&new ee(n?.sourceSpan.start??l.start,i,n?.sourceSpan.fullStart??l.fullStart);return new n6(t,o,new ee(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 l=this._advance();t.push(new $f(l.parts[0],l.sourceSpan))}this._peek.type===26&&this._advance();let r=this._peek.sourceSpan.fullStart,n=new ee(e.sourceSpan.start,r,e.sourceSpan.fullStart),o=new ee(e.sourceSpan.start,r,e.sourceSpan.fullStart),a=new Ao(e.parts[0],t,[],n,e.sourceSpan,o);this._pushContainer(a,!1)}_consumeBlockClose(e){this._popContainer(null,Ao,e.sourceSpan)||this.errors.push(Ze.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 l=this._advance();t.push(new $f(l.parts[0],l.sourceSpan))}let r=this._peek.sourceSpan.fullStart,n=new ee(e.sourceSpan.start,r,e.sourceSpan.fullStart),o=new ee(e.sourceSpan.start,r,e.sourceSpan.fullStart),a=new Ao(e.parts[0],t,[],n,e.sourceSpan,o);this._pushContainer(a,!1),this._popContainer(null,Ao,null),this.errors.push(Ze.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(Ze.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(Ze.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 ee(e.sourceSpan.start,o,e.sourceSpan.fullStart),l=e.sourceSpan.toString().lastIndexOf(t),i=e.sourceSpan.start.moveBy(l),u=new ee(i,e.sourceSpan.end),d=new Of(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 ee(o,e.sourceSpan.end),l=new ee(e.sourceSpan.start,e.sourceSpan.start.moveBy(0)),i=new Of(t,"",e.sourceSpan,a,l);this._addToParent(i)}this.errors.push(Ze.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 rn)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=Hs(r.name)[1];this.getTagDefinition(n).preventNamespaceInheritance||(e=qi(r.name))}return Di(e,t)}},c(vc,"t"),vc),c(Qp,"zs"),c(ef,"Gs"),f6=(Kf=class extends d6{constructor(){super(Y0)}parse(e,t,r,n=!1,o){return super.parse(e,t,r,n,o)}},c(Kf,"sr"),Kf),yc=null,oA=c(()=>(yc||(yc=new f6),yc),"Eo"),c(ig,"zr"),c(l7,"Ao"),aA=l7,Na=3,c(hk,"Do"),c(i7,"vo"),lA=i7,Fi={attrs:!0,children:!0,cases:!0,expression:!0},Yf=new Set(["parent"]),iA=(_o=class{constructor(e={}){for(let t of new Set([...Yf,...Object.keys(e)]))this.setProperty(t,e[t])}setProperty(e,t){if(this[e]!==t){if(e in Fi&&(t=t.map(r=>this.createChild(r))),!Yf.has(e)){this[e]=t;return}Object.defineProperty(this,e,{value:t,enumerable:!1,configurable:!0})}}map(e){let t;for(let r in Fi){let n=this[r];if(n){let o=s7(n,a=>a.map(e));t!==n&&(t||(t=new _o({parent:this.parent})),t.setProperty(r,o))}}if(t)for(let r in this)r in Fi||(t[r]=this[r]);return e(t||this)}walk(e){for(let t in Fi){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 _o?e.clone():new _o(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 _o(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(_o,"t"),_o),c(s7,"yo"),sA=[{regex:/^(\[if([^\]]*)\]>)(.*?)<!\s*\[endif\]$/su,parse:u7},{regex:/^\[if([^\]]*)\]><!$/u,parse:c7},{regex:/^<!\s*\[endif\]$/u,parse:d7}],c(mk,"Qs"),c(u7,"bo"),c(c7,"To"),c(d7,"xo"),Kc=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"])]]),uA=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(gk,"ko"),c(vk,"Bo"),c(yk,"Lo"),c(Iv,"Zs"),c(wk,"Fo"),c(sg,"Js"),c(zv,"ei"),c(Si,"ur"),pg={name:"html",normalizeTagName:!0,normalizeAttributeName:!0,allowHtmComponentClosingTags:!0},h6=Si(pg),m6=Si({name:"angular"}),g6=Si({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))}}),v6=Si({name:"lwc",canSelfClose:!1}),y6={html:O7},cA=of});function nn(){}function w6(e,t,r,n,o){for(var a=[],l;t;)a.push(t),l=t.previousComponent,delete t.previousComponent,t=l;a.reverse();for(var i=0,u=a.length,d=0,p=0;i<u;i++){var m=a[i];if(m.removed){if(m.value=e.join(n.slice(p,p+m.count)),p+=m.count,i&&a[i-1].added){var h=a[i-1];a[i-1]=a[i],a[i]=h}}else{if(!m.added&&o){var f=r.slice(d,d+m.count);f=f.map(function(g,C){var b=n[p+C];return b.length>g.length?b:g}),m.value=e.join(f)}else m.value=e.join(r.slice(d,d+m.count));d+=m.count,m.added||(p+=m.count)}}var v=a[u-1];return u>1&&typeof v.value=="string"&&(v.added||v.removed)&&e.equals("",v.value)&&(a[u-2].value+=v.value,a.pop()),a}function ws(e){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?ws=c(function(t){return typeof t},"$e"):ws=c(function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},"$e"),ws(e)}function rd(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 l;if(e_.call(e)==="[object Array]"){for(t.push(e),l=new Array(e.length),r.push(l),a=0;a<e.length;a+=1)l[a]=rd(e[a],t,r,n,o);return t.pop(),r.pop(),l}if(e&&e.toJSON&&(e=e.toJSON()),ws(e)==="object"&&e!==null){t.push(e),l={},r.push(l);var i=[],u;for(u in e)e.hasOwnProperty(u)&&i.push(u);for(i.sort(),a=0;a<i.length;a+=1)u=i[a],l[u]=rd(e[u],t,r,n,u);t.pop(),r.pop()}else l=e;return l}function dA(e,t,r){return Zi.diff(e,t,r)}function pA(e){let t=e.indexOf("\r");return t>=0?e.charAt(t+1)===`
|
|
291
|
-
`?"crlf":"cr":"lf"}function m1(e){switch(e){case"cr":return"\r";case"crlf":return`\r
|
|
292
|
-
`;default:return`
|
|
293
|
-
`}}function Hv(e,t){let r;switch(t){case`
|
|
294
|
-
`:r=/\n/gu;break;case"\r":r=/\r/gu;break;case`\r
|
|
295
|
-
`: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 fA(e){return Cu(!1,e,/\r\n?/gu,`
|
|
296
|
-
`)}function b6(e){if(typeof e=="string")return mo;if(Array.isArray(e))return Gr;if(!e)return;let{type:t}=e;if(Qv.has(t))return t}function E6(e){let t=e===null?"null":typeof e;if(t!=="string"&&t!=="object")return`Unexpected doc '${t}',
|
|
297
|
-
Expected it to be 'string' or 'object'.`;if(go(e))throw new Error("doc is valid.");let r=Object.prototype.toString.call(e);if(r!=="[object Object]")return`Unexpected doc '${r}'.`;let n=t_([...Qv].map(o=>`'${o}'`));return`Unexpected doc.type '${e.type}'.
|
|
298
|
-
Expected it to be ${n}.`}function x6(e,t,r,n){let o=[e];for(;o.length>0;){let a=o.pop();if(a===Bg){r(o.pop());continue}r&&o.push(a,Bg);let l=go(a);if(!l)throw new aa(a);if(t?.(a)!==!1)switch(l){case Gr:case fr:{let i=l===Gr?a:a.parts;for(let u=i.length,d=u-1;d>=0;--d)o.push(i[d]);break}case wt:o.push(a.flatContents,a.breakContents);break;case ut:if(n&&a.expandedStates)for(let i=a.expandedStates.length,u=i-1;u>=0;--u)o.push(a.expandedStates[u]);else o.push(a.contents);break;case Yr:case Kr:case Zr:case hr:case Xr:o.push(a.contents);break;case mo:case Qn:case Vr:case Ur:case Pe:case Ft:break;default:throw new aa(a)}}}function Gs(e){return mr(e),{type:Kr,contents:e}}function oa(e,t){return mr(t),{type:Yr,contents:t,n:e}}function fg(e,t={}){return mr(e),y1(t.expandedStates,!0),{type:ut,id:t.id,contents:e,break:!!t.shouldBreak,expandedStates:t.expandedStates}}function C6(e){return oa(Number.NEGATIVE_INFINITY,e)}function D6(e){return oa({type:"root"},e)}function S6(e){return oa(-1,e)}function k6(e,t){return fg(e[0],{...t,expandedStates:e})}function hg(e){return y1(e),{type:fr,parts:e}}function A6(e,t="",r={}){return mr(e),t!==""&&mr(t),{type:wt,breakContents:e,flatContents:t,groupId:r.groupId}}function _6(e,t){return mr(e),{type:Zr,contents:e,groupId:t.groupId,negate:t.negate}}function nd(e){return mr(e),{type:Xr,contents:e}}function mg(e,t){mr(e),y1(t);let r=[];for(let n=0;n<t.length;n++)n!==0&&r.push(e),r.push(t[n]);return r}function gg(e,t,r){mr(e);let n=e;if(t>0){for(let o=0;o<Math.floor(t/r);++o)n=Gs(n);n=oa(t%r,n),n=oa(Number.NEGATIVE_INFINITY,n)}return n}function F6(e,t){return mr(t),e?{type:hr,label:e,contents:t}:t}function Ir(e){var t;if(!e)return"";if(Array.isArray(e)){let r=[];for(let n of e)if(Array.isArray(n))r.push(...Ir(n));else{let o=Ir(n);o!==""&&r.push(o)}return r}return e.type===wt?{...e,breakContents:Ir(e.breakContents),flatContents:Ir(e.flatContents)}:e.type===ut?{...e,contents:Ir(e.contents),expandedStates:(t=e.expandedStates)==null?void 0:t.map(Ir)}:e.type===fr?{type:"fill",parts:e.parts.map(Ir)}:e.contents?{...e,contents:Ir(e.contents)}:e}function hA(e){let t=Object.create(null),r=new Set;return n(Ir(e));function n(a,l,i){var u,d;if(typeof a=="string")return JSON.stringify(a);if(Array.isArray(a)){let p=a.map(n).filter(Boolean);return p.length===1?p[0]:`[${p.join(", ")}]`}if(a.type===Pe){let p=((u=i?.[l+1])==null?void 0:u.type)===Ft;return a.literal?p?"literalline":"literallineWithoutBreakParent":a.hard?p?"hardline":"hardlineWithoutBreakParent":a.soft?"softline":"line"}if(a.type===Ft)return((d=i?.[l-1])==null?void 0:d.type)===Pe&&i[l-1].hard?void 0:"breakParent";if(a.type===Vr)return"trim";if(a.type===Kr)return"indent("+n(a.contents)+")";if(a.type===Yr)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===wt)return"ifBreak("+n(a.breakContents)+(a.flatContents?", "+n(a.flatContents):"")+(a.groupId?(a.flatContents?"":', ""')+`, { groupId: ${o(a.groupId)} }`:"")+")";if(a.type===Zr){let p=[];a.negate&&p.push("negate: true"),a.groupId&&p.push(`groupId: ${o(a.groupId)}`);let m=p.length>0?`, { ${p.join(", ")} }`:"";return`indentIfBreak(${n(a.contents)}${m})`}if(a.type===ut){let p=[];a.break&&a.break!=="propagated"&&p.push("shouldBreak: true"),a.id&&p.push(`id: ${o(a.id)}`);let m=p.length>0?`, { ${p.join(", ")} }`:"";return a.expandedStates?`conditionalGroup([${a.expandedStates.map(h=>n(h)).join(",")}]${m})`:`group(${n(a.contents)}${m})`}if(a.type===fr)return`fill([${a.parts.map(p=>n(p)).join(", ")}])`;if(a.type===Xr)return"lineSuffix("+n(a.contents)+")";if(a.type===Ur)return"lineSuffixBoundary";if(a.type===hr)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 l=a.description||"symbol";for(let i=0;;i++){let u=l+(i>0?` #${i}`:"");if(!r.has(u))return r.add(u),t[a]=`Symbol.for(${JSON.stringify(u)})`}}}function R6(e){return e===12288||e>=65281&&e<=65376||e>=65504&&e<=65510}function T6(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 I6(e){if(!e)return 0;if(!o_.test(e))return e.length;e=e.replace(r_()," ");let t=0;for(let r of e){let n=r.codePointAt(0);n<=31||n>=127&&n<=159||n>=768&&n<=879||(t+=n_(n)?1:2)}return t}function Ks(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 l=o(a);return r.set(a,l),l}function o(a){switch(go(a)){case Gr:return t(a.map(n));case fr:return t({...a,parts:a.parts.map(n)});case wt:return t({...a,breakContents:n(a.breakContents),flatContents:n(a.flatContents)});case ut:{let{expandedStates:l,contents:i}=a;return l?(l=l.map(n),i=l[0]):i=n(i),t({...a,contents:i,expandedStates:l})}case Yr:case Kr:case Zr:case hr:case Xr:return t({...a,contents:n(a.contents)});case mo:case Qn:case Vr:case Ur:case Pe:case Ft:return t(a);default:throw new aa(a)}}}function od(e,t,r){let n=r,o=!1;function a(l){if(o)return!1;let i=t(l);i!==void 0&&(o=!0,n=i)}return c(a,"u"),sd(e,a),n}function mA(e){if(e.type===ut&&e.break||e.type===Pe&&e.hard||e.type===Ft)return!0}function z6(e){return od(e,mA,!1)}function vg(e){if(e.length>0){let t=Te(!1,e,-1);!t.expandedStates&&!t.break&&(t.break="propagated")}return null}function gA(e){let t=new Set,r=[];function n(a){if(a.type===Ft&&vg(r),a.type===ut){if(r.push(a),t.has(a))return!1;t.add(a)}}c(n,"n");function o(a){a.type===ut&&r.pop().break&&vg(r)}c(o,"o"),sd(e,n,o,!0)}function vA(e){return e.type===Pe&&!e.hard?e.soft?"":" ":e.type===wt?e.flatContents:e}function B6(e){return Ks(e,vA)}function yg(e){for(e=[...e];e.length>=2&&Te(!1,e,-2).type===Pe&&Te(!1,e,-1).type===Ft;)e.length-=2;if(e.length>0){let t=fl(Te(!1,e,-1));e[e.length-1]=t}return e}function fl(e){switch(go(e)){case Kr:case Zr:case ut:case Xr:case hr:{let t=fl(e.contents);return{...e,contents:t}}case wt:return{...e,breakContents:fl(e.breakContents),flatContents:fl(e.flatContents)};case fr:return{...e,parts:yg(e.parts)};case Gr:return yg(e);case mo:return e.replace(/[\n\r]*$/u,"");case Yr:case Qn:case Vr:case Ur:case Pe:case Ft:break;default:throw new aa(e)}return e}function wg(e){return fl(wA(e))}function yA(e){switch(go(e)){case fr:if(e.parts.every(t=>t===""))return"";break;case ut:if(!e.contents&&!e.id&&!e.break&&!e.expandedStates)return"";if(e.contents.type===ut&&e.contents.id===e.id&&e.contents.break===e.break&&e.contents.expandedStates===e.expandedStates)return e.contents;break;case Yr:case Kr:case Zr:case Xr:if(!e.contents)return"";break;case wt:if(!e.flatContents&&!e.breakContents)return"";break;case Gr:{let t=[];for(let r of e){if(!r)continue;let[n,...o]=Array.isArray(r)?r:[r];typeof n=="string"&&typeof Te(!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 mo:case Qn:case Vr:case Ur:case Pe:case hr:case Ft:break;default:throw new aa(e)}return e}function wA(e){return Ks(e,t=>yA(t))}function $6(e,t=Lg){return Ks(e,r=>typeof r=="string"?mg(t,r.split(`
|
|
299
|
-
`)):r)}function bA(e){if(e.type===Pe)return!0}function L6(e){return od(e,bA,!1)}function jv(e,t){return e.type===hr?{...e,contents:t(e.contents)}:t(e)}function Vv(){return{value:"",length:0,queue:[]}}function EA(e,t){return ad(e,{type:"indent"},t)}function xA(e,t,r){return t===Number.NEGATIVE_INFINITY?e.root||Vv():t<0?ad(e,{type:"dedent"},r):t?t.type==="root"?{...e,root:e}:ad(e,{type:typeof t=="string"?"stringAlign":"numberAlign",n:t},r):e}function ad(e,t,r){let n=t.type==="dedent"?e.queue.slice(0,-1):[...e.queue,t],o="",a=0,l=0,i=0;for(let v of n)switch(v.type){case"indent":p(),r.useTabs?u(1):d(r.tabWidth);break;case"stringAlign":p(),o+=v.n,a+=v.n.length;break;case"numberAlign":l+=1,i+=v.n;break;default:throw new Error(`Unexpected type '${v.type}'`)}return h(),{...e,value:o,length:a,queue:n};function u(v){o+=" ".repeat(v),a+=r.tabWidth*v}function d(v){o+=" ".repeat(v),a+=v}function p(){r.useTabs?m():h()}function m(){l>0&&u(l),f()}function h(){i>0&&d(i),f()}function f(){l=0,i=0}}function ld(e){let t=0,r=0,n=e.length;e:for(;n--;){let o=e[n];if(o===hl){r++;continue}for(let a=o.length-1;a>=0;a--){let l=o[a];if(l===" "||l===" ")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(hl);return t}function Yi(e,t,r,n,o,a){if(r===Number.POSITIVE_INFINITY)return!0;let l=t.length,i=[e],u=[];for(;r>=0;){if(i.length===0){if(l===0)return!0;i.push(t[--l]);continue}let{mode:d,doc:p}=i.pop(),m=go(p);switch(m){case mo:u.push(p),r-=cd(p);break;case Gr:case fr:{let h=m===Gr?p:p.parts;for(let f=h.length-1;f>=0;f--)i.push({mode:d,doc:h[f]});break}case Kr:case Yr:case Zr:case hr:i.push({mode:d,doc:p.contents});break;case Vr:r+=ld(u);break;case ut:{if(a&&p.break)return!1;let h=p.break?ot:d,f=p.expandedStates&&h===ot?Te(!1,p.expandedStates,-1):p.contents;i.push({mode:h,doc:f});break}case wt:{let h=(p.groupId?o[p.groupId]||er:d)===ot?p.breakContents:p.flatContents;h&&i.push({mode:d,doc:h});break}case Pe:if(d===ot||p.hard)return!0;p.soft||(u.push(" "),r--);break;case Xr:n=!0;break;case Ur:if(n)return!1;break}}return!1}function Ys(e,t){let r={},n=t.printWidth,o=m1(t.endOfLine),a=0,l=[{ind:Vv(),mode:ot,doc:e}],i=[],u=!1,d=[],p=0;for(gA(e);l.length>0;){let{ind:h,mode:f,doc:v}=l.pop();switch(go(v)){case mo:{let g=o!==`
|
|
300
|
-
`?Cu(!1,v,`
|
|
301
|
-
`,o):v;i.push(g),l.length>0&&(a+=cd(g));break}case Gr:for(let g=v.length-1;g>=0;g--)l.push({ind:h,mode:f,doc:v[g]});break;case Qn:if(p>=2)throw new Error("There are too many 'cursor' in doc.");i.push(hl),p++;break;case Kr:l.push({ind:EA(h,t),mode:f,doc:v.contents});break;case Yr:l.push({ind:xA(h,v.n,t),mode:f,doc:v.contents});break;case Vr:a-=ld(i);break;case ut:switch(f){case er:if(!u){l.push({ind:h,mode:v.break?ot:er,doc:v.contents});break}case ot:{u=!1;let g={ind:h,mode:er,doc:v.contents},C=n-a,b=d.length>0;if(!v.break&&Yi(g,l,C,b,r))l.push(g);else if(v.expandedStates){let y=Te(!1,v.expandedStates,-1);if(v.break){l.push({ind:h,mode:ot,doc:y});break}else for(let E=1;E<v.expandedStates.length+1;E++)if(E>=v.expandedStates.length){l.push({ind:h,mode:ot,doc:y});break}else{let x=v.expandedStates[E],D={ind:h,mode:er,doc:x};if(Yi(D,l,C,b,r)){l.push(D);break}}}else l.push({ind:h,mode:ot,doc:v.contents});break}}v.id&&(r[v.id]=Te(!1,l,-1).mode);break;case fr:{let g=n-a,{parts:C}=v;if(C.length===0)break;let[b,y]=C,E={ind:h,mode:er,doc:b},x={ind:h,mode:ot,doc:b},D=Yi(E,[],g,d.length>0,r,!0);if(C.length===1){D?l.push(E):l.push(x);break}let S={ind:h,mode:er,doc:y},k={ind:h,mode:ot,doc:y};if(C.length===2){D?l.push(S,E):l.push(k,x);break}C.splice(0,2);let A={ind:h,mode:f,doc:hg(C)},_=C[0];Yi({ind:h,mode:er,doc:[b,y,_]},[],g,d.length>0,r,!0)?l.push(A,S,E):D?l.push(A,k,E):l.push(A,k,x);break}case wt:case Zr:{let g=v.groupId?r[v.groupId]:f;if(g===ot){let C=v.type===wt?v.breakContents:v.negate?v.contents:Gs(v.contents);C&&l.push({ind:h,mode:f,doc:C})}if(g===er){let C=v.type===wt?v.flatContents:v.negate?Gs(v.contents):v.contents;C&&l.push({ind:h,mode:f,doc:C})}break}case Xr:d.push({ind:h,mode:f,doc:v.contents});break;case Ur:d.length>0&&l.push({ind:h,mode:f,doc:Jc});break;case Pe:switch(f){case er:if(v.hard)u=!0;else{v.soft||(i.push(" "),a+=1);break}case ot:if(d.length>0){l.push({ind:h,mode:f,doc:v},...d.reverse()),d.length=0;break}v.literal?h.root?(i.push(o,h.root.value),a=h.root.length):(i.push(o),a=0):(a-=ld(i),i.push(o+h.value),a=h.length);break}break;case hr:l.push({ind:h,mode:f,doc:v.contents});break;case Ft:break;default:throw new aa(v)}l.length===0&&d.length>0&&(l.push(...d.reverse()),d.length=0)}let m=i.indexOf(hl);if(m!==-1){let h=i.indexOf(hl,m+1),f=i.slice(0,m).join(""),v=i.slice(m+1,h).join(""),g=i.slice(h+1).join("");return{formatted:f+v+g,cursorNodeStart:f.length,cursorNodeText:v}}return{formatted:i.join("")}}function O6(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 M6(e){return e!==null&&typeof e=="object"}function*Uv(e,t){let{getVisitorKeys:r,filter:n=c(()=>!0,"n")}=t,o=c(a=>l_(a)&&n(a),"o");for(let a of r(e)){let l=e[a];if(Array.isArray(l))for(let i of l)o(i)&&(yield i);else o(l)&&(yield l)}}function*CA(e,t){let r=[e];for(let n=0;n<r.length;n++){let o=r[n];for(let a of Uv(o,t))yield a,r.push(a)}}function Aa(e){return(t,r,n)=>{let o=!!(n!=null&&n.backwards);if(r===!1)return!1;let{length:a}=t,l=r;for(;l>=0&&l<a;){let i=t.charAt(l);if(e instanceof RegExp){if(!e.test(i))return l}else if(!e.includes(i))return l;o?l--:l++}return l===-1||l===a?l:!1}}function P6(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===`
|
|
302
|
-
`)return t-2;if(o===`
|
|
303
|
-
`||o==="\r"||o==="\u2028"||o==="\u2029")return t-1}else{if(o==="\r"&&e.charAt(t+1)===`
|
|
304
|
-
`)return t+2;if(o===`
|
|
305
|
-
`||o==="\r"||o==="\u2028"||o==="\u2029")return t+1}return t}function N6(e,t,r={}){let n=xn(e,r.backwards?t-1:t,r),o=so(e,n,r);return n!==o}function H6(e){return Array.isArray(e)&&e.length>0}function j6(e){return e?t=>e(t,Pg):s_}function DA(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 g1(e,t){(e.comments??(e.comments=[])).push(t),t.printed=!1,t.nodeDescription=DA(e)}function jo(e,t){t.leading=!0,t.trailing=!1,g1(e,t)}function bs(e,t,r){t.leading=!1,t.trailing=!1,r&&(t.marker=r),g1(e,t)}function Vo(e,t){t.leading=!1,t.trailing=!0,g1(e,t)}function v1(e,t){if(Qc.has(e))return Qc.get(e);let{printer:{getCommentChildNodes:r,canAttachComment:n,getVisitorKeys:o},locStart:a,locEnd:l}=t;if(!n)return[];let i=(r?.(e,t)??[...Uv(e,{getVisitorKeys:Du(o)})]).flatMap(u=>n(u)?[u]:v1(u,t));return i.sort((u,d)=>a(u)-a(d)||l(u)-l(d)),Qc.set(e,i),i}function Wv(e,t,r,n){let{locStart:o,locEnd:a}=r,l=o(t),i=a(t),u=v1(e,r),d,p,m=0,h=u.length;for(;m<h;){let f=m+h>>1,v=u[f],g=o(v),C=a(v);if(g<=l&&i<=C)return Wv(v,t,r,v);if(C<=l){d=v,m=f+1;continue}if(i<=g){p=v,h=f;continue}throw new Error("Comment location overlaps with node location")}if(n?.type==="TemplateLiteral"){let{quasis:f}=n,v=Yc(f,t,r);d&&Yc(f,d,r)!==v&&(d=null),p&&Yc(f,p,r)!==v&&(p=null)}return{enclosingNode:n,precedingNode:d,followingNode:p}}function SA(e,t){let{comments:r}=e;if(delete e.comments,!i_(r)||!t.printer.canAttachComment)return;let n=[],{locStart:o,locEnd:a,printer:{experimentalFeatures:{avoidAstMutation:l=!1}={},handleComments:i={}},originalText:u}=t,{ownLine:d=e0,endOfLine:p=e0,remaining:m=e0}=i,h=r.map((f,v)=>({...Wv(e,f,t),comment:f,text:u,options:t,ast:e,isLastComment:r.length-1===v}));for(let[f,v]of h.entries()){let{comment:g,precedingNode:C,enclosingNode:b,followingNode:y,text:E,options:x,ast:D,isLastComment:S}=v;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(g)-o(D)<=0){jo(D,g);continue}if(a(g)-a(D)>=0){Vo(D,g);continue}}let k;if(l?k=[v]:(g.enclosingNode=b,g.precedingNode=C,g.followingNode=y,k=[g,E,x,D,S]),kA(E,x,h,f))g.placement="ownLine",d(...k)||(y?jo(y,g):C?Vo(C,g):bs(b||D,g));else if(AA(E,x,h,f))g.placement="endOfLine",p(...k)||(C?Vo(C,g):y?jo(y,g):bs(b||D,g));else if(g.placement="remaining",!m(...k))if(C&&y){let A=n.length;A>0&&n[A-1].followingNode!==y&&bg(n,x),n.push(v)}else C?Vo(C,g):y?jo(y,g):bs(b||D,g)}if(bg(n,t),!l)for(let f of r)delete f.precedingNode,delete f.enclosingNode,delete f.followingNode}function kA(e,t,r,n){let{comment:o,precedingNode:a}=r[n],{locStart:l,locEnd:i}=t,u=l(o);if(a)for(let d=n-1;d>=0;d--){let{comment:p,precedingNode:m}=r[d];if(m!==a||!ey(e.slice(i(p),u)))break;u=l(p)}return mn(e,u,{backwards:!0})}function AA(e,t,r,n){let{comment:o,followingNode:a}=r[n],{locStart:l,locEnd:i}=t,u=i(o);if(a)for(let d=n+1;d<r.length;d++){let{comment:p,followingNode:m}=r[d];if(m!==a||!ey(e.slice(u,l(p))))break;u=i(p)}return mn(e,u)}function bg(e,t){var r,n;let o=e.length;if(o===0)return;let{precedingNode:a,followingNode:l}=e[0],i=t.locStart(l),u;for(u=o;u>0;--u){let{comment:d,precedingNode:p,followingNode:m}=e[u-1];pd.strictEqual(p,a),pd.strictEqual(m,l);let h=t.originalText.slice(t.locEnd(d),i);if(((n=(r=t.printer).isGap)==null?void 0:n.call(r,h,t))??/^[\s(]*$/u.test(h))i=t.locStart(d);else break}for(let[d,{comment:p}]of e.entries())d<u?Vo(a,p):jo(l,p);for(let d of[a,l])d.comments&&d.comments.length>1&&d.comments.sort((p,m)=>t.locStart(p)-t.locStart(m));e.length=0}function Yc(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 V6(e,t){let r=t-1;r=xn(e,r,{backwards:!0}),r=so(e,r,{backwards:!0}),r=xn(e,r,{backwards:!0});let n=so(e,r,{backwards:!0});return r!==n}function qv(e,t){let r=e.node;return r.printed=!0,t.printer.printComment(e,t)}function _A(e,t){var r;let n=e.node,o=[qv(e,t)],{printer:a,originalText:l,locStart:i,locEnd:u}=t;if((r=a.isBlockComment)!=null&&r.call(a,n)){let p=mn(l,u(n))?mn(l,i(n),{backwards:!0})?eo:$g:" ";o.push(p)}else o.push(eo);let d=so(l,xn(l,u(n)));return d!==!1&&mn(l,d)&&o.push(eo),o}function FA(e,t,r){var n;let o=e.node,a=qv(e,t),{printer:l,originalText:i,locStart:u}=t,d=(n=l.isBlockComment)==null?void 0:n.call(l,o);if(r!=null&&r.hasLineSuffix&&!(r!=null&&r.isBlock)||mn(i,u(o),{backwards:!0})){let p=w1(i,u(o));return{doc:nd([eo,p?eo:"",a]),isBlock:d,hasLineSuffix:!0}}return!d||r!=null&&r.hasLineSuffix?{doc:[nd([" ",a]),Xi],isBlock:d,hasLineSuffix:!0}:{doc:[" ",a],isBlock:d,hasLineSuffix:!1}}function RA(e,t){let r=e.node;if(!r)return{};let n=t[Symbol.for("printedComments")];if((r.comments||[]).filter(i=>!n.has(i)).length===0)return{leading:"",trailing:""};let o=[],a=[],l;return e.each(()=>{let i=e.node;if(n!=null&&n.has(i))return;let{leading:u,trailing:d}=i;u?o.push(_A(e,t)):d&&(l=FA(e,t,l),a.push(l.doc))},"comments"),{leading:o,trailing:a}}function TA(e,t,r){let{leading:n,trailing:o}=RA(e,r);return!n&&!o?t:jv(t,a=>[n,a,o])}function IA(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 U6(e){return()=>{}}function Eg({plugins:e=[],showDeprecated:t=!1}={}){let r=e.flatMap(o=>o.languages??[]),n=[];for(let o of BA(Object.assign({},...e.map(({options:a})=>a),c_)))!t&&o.deprecated||(Array.isArray(o.choices)&&(t||(o.choices=o.choices.filter(a=>!a.deprecated)),o.name==="parser"&&(o.choices=[...o.choices,...zA(o.choices,r,e)])),o.pluginDefaults=Object.fromEntries(e.filter(a=>{var l;return((l=a.defaultOptions)==null?void 0:l[o.name])!==void 0}).map(a=>[a.name,a.defaultOptions[o.name]])),n.push(o));return{languages:r,options:n}}function*zA(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 l=r.find(u=>u.parsers&&Object.prototype.hasOwnProperty.call(u.parsers,a)),i=o.name;l!=null&&l.name&&(i+=` (plugin: ${l.name})`),yield{value:a,description:i}}}}function BA(e){let t=[];for(let[r,n]of Object.entries(e)){let o={name:r,...n};Array.isArray(o.default)&&(o.default=Te(!1,o.default,-1).value),t.push(o)}return t}function xg(e,t){if(!t)return;let r=d_(t).toLowerCase();return e.find(({filenames:n})=>n?.some(o=>o.toLowerCase()===r))??e.find(({extensions:n})=>n?.some(o=>r.endsWith(o)))}function $A(e,t){if(t)return e.find(({name:r})=>r.toLowerCase()===t)??e.find(({aliases:r})=>r?.includes(t))??e.find(({extensions:r})=>r?.includes(`.${t}`))}function W6(e,t){let r=e.plugins.flatMap(o=>o.languages??[]);return($A(r,t.language)??xg(r,t.physicalFile)??xg(r,t.file)??(t.physicalFile,void 0))?.parsers[0]}function Zf(e,t,r,n){return[`Invalid ${Uo.default.red(n.key(e))} value.`,`Expected ${Uo.default.blue(r)},`,`but received ${t===Hg?Uo.default.gray("nothing"):Uo.default.red(n.value(t))}.`].join(" ")}function Cg({text:e,list:t},r){let n=[];return e&&n.push(`- ${Uo.default.blue(e)}`),t&&n.push([`- ${Uo.default.blue(t.title)}:`].concat(t.values.map(o=>Cg(o,r-jg.length).replace(/^|\n/g,`$&${jg}`))).join(`
|
|
306
|
-
`)),Dg(n,r)}function Dg(e,t){if(e.length===1)return e[0];let[r,n]=e,[o,a]=e.map(l=>l.split(`
|
|
307
|
-
`,1)[0].length);return o>t&&o>a?n:r}function q6(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 l,i,u,d,p=0,m=0;for(;p<n;)Vg[p]=e.charCodeAt(a+p),t0[p]=++p;for(;m<o;)for(l=t.charCodeAt(a+m),u=m++,i=m,p=0;p<n;p++)d=l===Vg[p]?u:u+1,u=t0[p],i=t0[p]=u>i?d>i?i+1:d:d>u?u+1:d;return i}function G6(e,t){let r=new e(t),n=Object.create(r);for(let o of f_)o in t&&(n[o]=LA(t[o],r,ln.prototype[o].length));return n}function LA(e,t,r){return typeof e=="function"?(...n)=>e(...n.slice(0,r-1),t,...n.slice(r-1)):()=>e}function Xf({from:e,to:t}){return{from:[e],to:t}}function K6(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 Y6(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 Z6(){let e=Object.create(null);return t=>{let r=JSON.stringify(t);return e[r]?!0:(e[r]=!0,!1)}}function X6(e,t){let r=[],n=[];for(let o of e)t(o)?r.push(o):n.push(o);return[r,n]}function J6(e){return e===Math.floor(e)}function Q6(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 eb(e){return(...t)=>{let r=e(...t);return typeof r=="string"?new Error(r):r}}function Jf(e){return e===void 0?{}:e}function Sg(e){if(typeof e=="string")return{text:e};let{text:t,list:r}=e;return OA((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(Sg)}}:{text:t}}function Qf(e,t){return e===!0?!0:e===!1?{value:t}:e}function eh(e,t,r=!1){return e===!1?!1:e===!0?r?!0:[{value:t}]:"value"in e?[e]:e.length===0?!1:e}function kg(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 Zc(e,t){return e===void 0?[]:Array.isArray(e)?e.map(r=>kg(r,t)):[kg(e,t)]}function th(e,t){let r=Zc(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 OA(e,t){if(!e)throw new Error(t)}function tb(e,t,{logger:r=!1,isCLI:n=!1,passThrough:o=!1,FlagSchema:a,descriptor:l}={}){if(n){if(!a)throw new Error("'FlagSchema' option is required.");if(!l)throw new Error("'descriptor' option is required.")}else l=Io;let i=o?Array.isArray(o)?(h,f)=>o.includes(h)?{[h]:f}:void 0:(h,f)=>({[h]:f}):(h,f,v)=>{let{_:g,...C}=v.schemas;return Ug(h,f,{...v,schemas:C})},u=MA(t,{isCLI:n,FlagSchema:a}),d=new b_(u,{logger:r,unknown:i,descriptor:l}),p=r!==!1;p&&Rh&&(d._hasDeprecationWarned=Rh);let m=d.normalize(e);return p&&(Rh=d._hasDeprecationWarned),m}function MA(e,{isCLI:t,FlagSchema:r}){let n=[];t&&n.push(m_.create({name:"_"}));for(let o of e)n.push(PA(o,{isCLI:t,optionInfos:e,FlagSchema:r})),o.alias&&t&&n.push(h_.create({name:o.alias,sourceName:o.name}));return n}function PA(e,{isCLI:t,optionInfos:r,FlagSchema:n}){let{name:o}=e,a={name:o},l,i={};switch(e.type){case"int":l=w_,t&&(a.preprocess=Number);break;case"string":l=Wg;break;case"choice":l=y_,a.choices=e.choices.map(u=>u!=null&&u.redirect?{...u,redirect:{to:{key:e.name,value:u.redirect}}}:u);break;case"boolean":l=v_;break;case"flag":l=n,a.flags=r.flatMap(u=>[u.alias,u.description&&u.name,u.oppositeDescription&&`no-${u.name}`].filter(Boolean));break;case"path":l=Wg;break;default:throw new Error(`Unexpected type ${e.type}`)}if(e.exception?a.validate=(u,d,p)=>e.exception(u)||d.validate(u,p):a.validate=(u,d,p)=>u===void 0||d.validate(u,p),e.redirect&&(i.redirect=u=>u?{to:typeof e.redirect=="string"?e.redirect:{key:e.redirect.option,value:e.redirect.value}}:void 0),e.deprecated&&(i.deprecated=!0),t&&!e.array){let u=a.preprocess||(d=>d);a.preprocess=(d,p,m)=>p.preprocess(u(Array.isArray(d)?Te(!1,d,-1):d),m)}return e.array?g_.create({...t?{preprocess:c(u=>Array.isArray(u)?u:[u],"preprocess")}:{},...i,valueSchema:l.create(a)}):l.create({...a,...i})}function Gv(e,t){if(!t)throw new Error("parserName is required.");let r=ry(!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 ty(n)}function NA(e,t){if(!t)throw new Error("astFormat is required.");let r=ry(!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 ty(n)}function Kv({plugins:e,parser:t}){let r=Gv(e,t);return Yv(r,t)}function Yv(e,t){let r=e.parsers[t];return typeof r=="function"?r():r}function HA(e,t){let r=e.printers[t];return typeof r=="function"?r():r}async function rb(e,t={}){var r;let n={...e};if(!n.parser)if(n.filepath){if(n.parser=p_(n,{physicalFile:n.filepath}),!n.parser)throw new Ng(`No parser could be inferred for file "${n.filepath}".`)}else throw new Ng("No parser and no file path given, couldn't infer a parser.");let o=Eg({plugins:e.plugins,showDeprecated:!0}).options,a={...qg,...Object.fromEntries(o.filter(h=>h.default!==void 0).map(h=>[h.name,h.default]))},l=Gv(n.plugins,n.parser),i=await Yv(l,n.parser);n.astFormat=i.astFormat,n.locEnd=i.locEnd,n.locStart=i.locStart;let u=(r=l.printers)!=null&&r[i.astFormat]?l:NA(n.plugins,i.astFormat),d=await HA(u,i.astFormat);n.printer=d;let p=u.defaultOptions?Object.fromEntries(Object.entries(u.defaultOptions).filter(([,h])=>h!==void 0)):{},m={...a,...p};for(let[h,f]of Object.entries(m))(n[h]===null||n[h]===void 0)&&(n[h]=f);return n.parser==="json"&&(n.trailingComma="none"),E_(n,o,{passThrough:Object.keys(qg),...t})}async function nb(e,t){let r=await Kv(t),n=r.preprocess?r.preprocess(e,t):e;t.originalText=n;let o;try{o=await r.parse(n,t,t)}catch(a){jA(a,e)}return{text:n,ast:o}}function jA(e,t){let{loc:r}=e;if(r){let n=(0,x_.codeFrameColumns)(t,r,{highlightCode:!0});throw e.message+=`
|
|
308
|
-
`+n,e.codeFrame=n,e}throw e}async function VA(e,t,r,n,o){let{embeddedLanguageFormatting:a,printer:{embed:l,hasPrettierIgnore:i=c(()=>!1,"s"),getVisitorKeys:u}}=r;if(!l||a!=="auto")return;if(l.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=Du(l.getVisitorKeys??u),p=[];f();let m=e.stack;for(let{print:v,node:g,pathStack:C}of p)try{e.stack=C;let b=await v(h,t,e,r);b&&o.set(g,b)}catch(b){if(globalThis.PRETTIER_DEBUG)throw b}e.stack=m;function h(v,g){return UA(v,g,r,n)}c(h,"f");function f(){let{node:v}=e;if(v===null||typeof v!="object"||i(e))return;for(let C of d(v))Array.isArray(v[C])?e.each(f,C):e.call(f,C);let g=l(e,r);if(g){if(typeof g=="function"){p.push({print:g,node:v,pathStack:[...e.stack]});return}o.set(v,g)}}c(f,"p")}async function UA(e,t,r,n){let o=await ma({...r,...t,parentParser:r.parser,originalText:e},{passThrough:!0}),{ast:a}=await ri(e,o),l=await n(a,o);return wg(l)}function ob(e,t){let{originalText:r,[Symbol.for("comments")]:n,locStart:o,locEnd:a,[Symbol.for("printedComments")]:l}=t,{node:i}=e,u=o(i),d=a(i);for(let p of n)o(p)>=u&&a(p)<=d&&l.add(p);return r.slice(u,d)}async function xu(e,t){({ast:e}=await Zv(e,t));let r=new Map,n=new a_(e),o=u_(t),a=new Map;await VA(n,i,t,xu,a);let l=await Ag(n,t,i,void 0,a);return IA(t),l;function i(d,p){return d===void 0||d===n?u(p):Array.isArray(d)?n.call(()=>u(p),...d):n.call(()=>u(p),d)}function u(d){o(n);let p=n.node;if(p==null)return"";let m=p&&typeof p=="object"&&d===void 0;if(m&&r.has(p))return r.get(p);let h=Ag(n,t,i,d,a);return m&&r.set(p,h),h}}function Ag(e,t,r,n,o){var a;let{node:l}=e,{printer:i}=t,u;return(a=i.hasPrettierIgnore)!=null&&a.call(i,e)?u=C_(e,t):o.has(l)?u=o.get(l):u=i.print(e,t,r,n),l===t.cursorNode&&(u=jv(u,d=>[ud,d,ud])),i.printComment&&(!i.willPrintOwnComments||!i.willPrintOwnComments(e,t))&&(u=TA(e,u,t)),u}async function Zv(e,t){let r=e.comments??[];t[Symbol.for("comments")]=r,t[Symbol.for("tokens")]=e.tokens??[],t[Symbol.for("printedComments")]=new Set,SA(e,t);let{printer:{preprocess:n}}=t;return e=n?await n(e,t):e,{ast:e,comments:r}}function ab(e,t){let{cursorOffset:r,locStart:n,locEnd:o}=t,a=Du(t.printer.getVisitorKeys),l=c(u=>n(u)<=r&&o(u)>=r,"i"),i=e;for(let u of CA(e,{getVisitorKeys:a,filter:l}))i=u;return i}function lb(e,t){let{printer:{massageAstNode:r,getVisitorKeys:n}}=t;if(!r)return e;let o=Du(n),a=r.ignoredProperties??new Set;return l(e);function l(i,u){if(!(i!==null&&typeof i=="object"))return i;if(Array.isArray(i))return i.map(h=>l(h,u)).filter(Boolean);let d={},p=new Set(o(i));for(let h in i)!Object.prototype.hasOwnProperty.call(i,h)||a.has(h)||(p.has(h)?d[h]=l(i[h],i):d[h]=i[h]);let m=r(i,d,u);if(m!==null)return m??d}}function WA(e,t){let r=[e.node,...e.parentNodes],n=new Set([t.node,...t.parentNodes]);return r.find(o=>ny.has(o.type)&&n.has(o))}function _g(e){let t=k_(!1,e,r=>r.type!=="Program"&&r.type!=="File");return t===-1?e:e.slice(0,t+1)}function qA(e,t,{locStart:r,locEnd:n}){let o=e.node,a=t.node;if(o===a)return{startNode:o,endNode:a};let l=r(e.node);for(let u of _g(t.parentNodes))if(r(u)>=l)a=u;else break;let i=n(t.node);for(let u of _g(e.parentNodes)){if(n(u)<=i)o=u;else break;if(o===a)break}return{startNode:o,endNode:a}}function id(e,t,r,n,o=[],a){let{locStart:l,locEnd:i}=r,u=l(e),d=i(e);if(!(t>d||t<u||a==="rangeEnd"&&t===u||a==="rangeStart"&&t===d)){for(let p of v1(e,r)){let m=id(p,t,r,n,[e,...o],a);if(m)return m}if(!n||n(e,o[0]))return{node:e,parentNodes:o}}}function GA(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 Fg(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 GA(t.type,r?.type);case"json":case"json5":case"jsonc":case"json-stringify":return ny.has(t.type);case"graphql":return __.has(t.kind);case"vue":return t.tag!=="root"}return!1}function KA(e,t,r){let{rangeStart:n,rangeEnd:o,locStart:a,locEnd:l}=t;pd.ok(o>n);let i=e.slice(n,o).search(/\S/u),u=i===-1;if(!u)for(n+=i;o>n&&!/\S/u.test(e[o-1]);--o);let d=id(r,n,t,(f,v)=>Fg(t,f,v),[],"rangeStart"),p=u?d:id(r,o,t,f=>Fg(t,f),[],"rangeEnd");if(!d||!p)return{rangeStart:0,rangeEnd:0};let m,h;if(A_(t)){let f=WA(d,p);m=f,h=f}else({startNode:m,endNode:h}=qA(d,p,t));return{rangeStart:Math.min(a(m),a(h)),rangeEnd:Math.max(l(m),l(h))}}async function Xv(e,t,r=0){if(!e||e.trim().length===0)return{formatted:"",cursorOffset:-1,comments:[]};let{ast:n,text:o}=await ri(e,t);t.cursorOffset>=0&&(t.cursorNode=D_(n,t));let a=await xu(n,t);r>0&&(a=gg([eo,a],r,t.tabWidth));let l=Ys(a,t);if(r>0){let u=l.formatted.trim();l.cursorNodeStart!==void 0&&(l.cursorNodeStart-=l.formatted.indexOf(u)),l.formatted=u+m1(t.endOfLine)}let i=t[Symbol.for("comments")];if(t.cursorOffset>=0){let u,d,p,m,h;if(t.cursorNode&&l.cursorNodeText?(u=t.locStart(t.cursorNode),d=o.slice(u,t.locEnd(t.cursorNode)),p=t.cursorOffset-u,m=l.cursorNodeStart,h=l.cursorNodeText):(u=0,d=o,p=t.cursorOffset,m=0,h=l.formatted),d===h)return{formatted:l.formatted,cursorOffset:m+p,comments:i};let f=d.split("");f.splice(p,0,Gg);let v=h.split(""),g=dA(f,v),C=m;for(let b of g)if(b.removed){if(b.value.includes(Gg))break}else C+=b.count;return{formatted:l.formatted,cursorOffset:C,comments:i}}return{formatted:l.formatted,cursorOffset:-1,comments:i}}async function YA(e,t){let{ast:r,text:n}=await ri(e,t),{rangeStart:o,rangeEnd:a}=KA(n,t,r),l=n.slice(o,a),i=Math.min(o,n.lastIndexOf(`
|
|
309
|
-
`,o)+1),u=n.slice(i,o).match(/^\s*/u)[0],d=dd(u,t.tabWidth),p=await Xv(l,{...t,rangeStart:0,rangeEnd:Number.POSITIVE_INFINITY,cursorOffset:t.cursorOffset>o&&t.cursorOffset<=a?t.cursorOffset-o:-1,endOfLine:"lf"},d),m=p.formatted.trimEnd(),{cursorOffset:h}=t;h>a?h+=m.length-l.length:p.cursorOffset>=0&&(h=p.cursorOffset+o);let f=n.slice(0,o)+m+n.slice(a);if(t.endOfLine!=="lf"){let v=m1(t.endOfLine);h>=0&&v===`\r
|
|
310
|
-
`&&(h+=Hv(f.slice(0,h),`
|
|
311
|
-
`)),f=Cu(!1,f,`
|
|
312
|
-
`,v)}return{formatted:f,cursorOffset:h,comments:p.comments}}function Xc(e,t,r){return typeof t!="number"||Number.isNaN(t)||t<0||t>e.length?r:t}function Rg(e,t){let{cursorOffset:r,rangeStart:n,rangeEnd:o}=t;return r=Xc(e,r,-1),n=Xc(e,n,0),o=Xc(e,o,e.length),{...t,cursorOffset:r,rangeStart:n,rangeEnd:o}}function Jv(e,t){let{cursorOffset:r,rangeStart:n,rangeEnd:o,endOfLine:a}=Rg(e,t),l=e.charAt(0)===oy;if(l&&(e=e.slice(1),r--,n--,o--),a==="auto"&&(a=pA(e)),e.includes("\r")){let i=c(u=>Hv(e.slice(0,Math.max(u,0)),`\r
|
|
313
|
-
`),"s");r-=i(r),n-=i(n),o-=i(o),e=fA(e)}return{hasBOM:l,text:e,options:Rg(e,{...t,cursorOffset:r,rangeStart:n,rangeEnd:o,endOfLine:a})}}async function Tg(e,t){let r=await Kv(t);return!r.hasPragma||r.hasPragma(e)}async function Ig(e,t){let{hasBOM:r,text:n,options:o}=Jv(e,await ma(t));if(o.rangeStart>=o.rangeEnd&&n!==""||o.requirePragma&&!await Tg(n,o))return{formatted:e,cursorOffset:t.cursorOffset,comments:[]};let a;return o.rangeStart>0||o.rangeEnd<n.length?a=await YA(n,o):(!o.requirePragma&&o.insertPragma&&o.printer.insertPragma&&!await Tg(n,o)&&(n=o.printer.insertPragma(n)),a=await Xv(n,o)),r&&(a.formatted=oy+a.formatted,a.cursorOffset>=0&&a.cursorOffset++),a}async function ib(e,t,r){let{text:n,options:o}=Jv(e,await ma(t)),a=await ri(n,o);return r&&(r.preprocessForPrint&&(a.ast=await Zv(a.ast,o)),r.massage&&(a.ast=S_(a.ast,o))),a}async function sb(e,t){t=await ma(t);let r=await xu(e,t);return Ys(r,t)}async function ub(e,t){let r=hA(e),{formatted:n}=await Ig(r,{...t,parser:"__js_expression"});return n}async function cb(e,t){t=await ma(t);let{ast:r}=await ri(e,t);return xu(r,t)}async function db(e,t){return Ys(e,await ma(t))}function pb(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 fb(e,t){return t===!1?!1:e.charAt(t)==="/"&&e.charAt(t+1)==="/"?Mg(e,t):t}function hb(e,t){let r=null,n=t;for(;n!==r;)r=n,n=xn(e,n),n=fd(e,n),n=hd(e,n),n=so(e,n);return n}function mb(e,t){let r=null,n=t;for(;n!==r;)r=n,n=Og(e,n),n=fd(e,n),n=xn(e,n);return n=hd(e,n),n=so(e,n),n!==!1&&mn(e,n)}function gb(e,t){let r=e.lastIndexOf(`
|
|
314
|
-
`);return r===-1?0:dd(e.slice(r+1).match(/^[\t ]*/u)[0],t)}function ZA(e){if(typeof e!="string")throw new TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}function vb(e,t){let r=e.match(new RegExp(`(${ZA(t)})+`,"gu"));return r===null?0:r.reduce((n,o)=>Math.max(n,o.length/t.length),0)}function yb(e,t){let r=b1(e,t);return r===!1?"":e.charAt(r)}function wb(e,t,r){for(let n=t;n<r;++n)if(e.charAt(n)===`
|
|
315
|
-
`)return!0;return!1}function bb(e,t,r={}){return xn(e,r.backwards?t-1:t,r)!==t}function Eb(e,t,r){let n=t==='"'?"'":'"',o=Cu(!1,e,/\\(.)|(["'])/gsu,(a,l,i)=>l===n?l:i===t?"\\"+i:i||(r&&/^[^\n\r"'0-7\\bfnrt-vx\u2028\u2029]$/u.test(l)?l:"\\"+l));return t+o+t}function XA(e,t,r){return b1(e,r(t))}function xb(e,t){return arguments.length===2||typeof t=="number"?b1(e,t):XA(...arguments)}function JA(e,t,r){return w1(e,r(t))}function Cb(e,t){return arguments.length===2||typeof t=="number"?w1(e,t):JA(...arguments)}function QA(e,t,r){return md(e,r(t))}function Db(e,t){return arguments.length===2||typeof t=="number"?md(e,t):QA(...arguments)}function _n(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 zg(e,t){let{formatted:r}=await Kg(e,{...t,cursorOffset:-1});return r}async function Sb(e,t){return await zg(e,t)===e}var kb,Ri,Ab,_b,Fb,Rb,rh,Tb,wc,Ti,nh,Ii,Ib,zb,Bb,_a,bc,oh,$b,Lb,Ob,Mb,Pb,ah,Nb,Cu,lh,ih,sh,uh,Hb,jb,e_,Fa,Zi,mo,Gr,Qn,Kr,Yr,Vr,ut,fr,wt,Zr,Xr,Ur,Pe,hr,Ft,Qv,go,t_,ch,Vb,aa,Bg,sd,dh,mr,y1,Ub,Xi,Wb,Jc,ph,$g,qb,eo,Lg,ud,Gb,Te,r_,n_,o_,cd,ot,er,hl,dd,Fo,fh,Ec,hh,Kb,a_,mh,pd,l_,Yb,xn,Og,Mg,so,mn,i_,Pg,s_,Du,Qc,e0,ey,w1,u_,gh,ty,vh,Ng,c_,d_,p_,Io,yh,Zb,Uo,Hg,zi,jg,Xb,wh,t0,Vg,Ug,f_,bh,ln,Eh,h_,xh,m_,Ch,g_,Dh,v_,Sh,y_,kh,Jb,Ah,w_,_h,Wg,Qb,e8,t8,r8,Fh,b_,Rh,E_,n8,ry,qg,ma,x_,ri,C_,D_,S_,o8,k_,A_,ny,__,oy,Gg,Th,a8,l8,i8,s8,Ih,fd,hd,b1,md,u8,c8,d8,p8,f8,h8,Kg,m8,g8,F_,XM=z(()=>{kb=Object.create,Ri=Object.defineProperty,Ab=Object.getOwnPropertyDescriptor,_b=Object.getOwnPropertyNames,Fb=Object.getPrototypeOf,Rb=Object.prototype.hasOwnProperty,rh=c(e=>{throw TypeError(e)},"sr"),Tb=c((e,t)=>()=>(e&&(t=e(e=0)),t),"_u"),wc=c((e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),"At"),Ti=c((e,t)=>{for(var r in t)Ri(e,r,{get:t[r],enumerable:!0})},"We"),nh=c((e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of _b(t))!Rb.call(e,o)&&o!==r&&Ri(e,o,{get:c(()=>t[o],"get"),enumerable:!(n=Ab(t,o))||n.enumerable});return e},"ar"),Ii=c((e,t,r)=>(r=e!=null?kb(Fb(e)):{},nh(t||!e||!e.__esModule?Ri(r,"default",{value:e,enumerable:!0}):r,e)),"Me"),Ib=c(e=>nh(Ri({},"__esModule",{value:!0}),e),"vu"),zb=c((e,t,r)=>t.has(e)||rh("Cannot "+r),"bu"),Bb=c((e,t,r)=>t.has(e)?rh("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,r),"Dr"),_a=c((e,t,r)=>(zb(e,t,"access private method"),r),"pe"),bc=wc((e,t)=>{var r=new Proxy(String,{get:c(()=>r,"get")});t.exports=r}),oh={},Ti(oh,{default:c(()=>Lb,"default"),shouldHighlight:c(()=>$b,"shouldHighlight")}),Ob=Tb(()=>{$b=c(()=>!1,"xo"),Lb=String}),Mb=wc((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}),Pb=wc(e=>{Object.defineProperty(e,"__esModule",{value:!0}),e.codeFrameColumns=f,e.default=v;var t=(Ob(),Ib(oh)),r=o(Mb(),!0);function n(g){if(typeof WeakMap!="function")return null;var C=new WeakMap,b=new WeakMap;return(n=c(function(y){return y?b:C},"Wn"))(g)}c(n,"Wn");function o(g,C){if(!C&&g&&g.__esModule)return g;if(g===null||typeof g!="object"&&typeof g!="function")return{default:g};var b=n(C);if(b&&b.has(g))return b.get(g);var y={__proto__:null},E=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var x in g)if(x!=="default"&&{}.hasOwnProperty.call(g,x)){var D=E?Object.getOwnPropertyDescriptor(g,x):null;D&&(D.get||D.set)?Object.defineProperty(y,x,D):y[x]=g[x]}return y.default=g,b&&b.set(g,y),y}c(o,"vo");var a=r.default,l=c((g,C)=>b=>g(C(b)),"Rn"),i;function u(g){return g?(i!=null||(i=(0,r.createColors)(!0)),i):a}c(u,"Oo");var d=!1;function p(g){return{gutter:g.gray,marker:l(g.red,g.bold),message:l(g.red,g.bold)}}c(p,"So");var m=/\r\n|[\n\r\u2028\u2029]/;function h(g,C,b){let y=Object.assign({column:0,line:-1},g.start),E=Object.assign({},y,g.end),{linesAbove:x=2,linesBelow:D=3}=b||{},S=y.line,k=y.column,A=E.line,_=E.column,R=Math.max(S-(x+1),0),I=Math.min(C.length,A+D);S===-1&&(R=0),A===-1&&(I=C.length);let $=A-S,L={};if($)for(let N=0;N<=$;N++){let M=N+S;if(!k)L[M]=!0;else if(N===0){let j=C[M-1].length;L[M]=[k,j-k+1]}else if(N===$)L[M]=[0,_];else{let j=C[M-N].length;L[M]=[0,j]}}else k===_?k?L[S]=[k,0]:L[S]=!0:L[S]=[k,_-k];return{start:R,end:I,markerLines:L}}c(h,"No");function f(g,C,b={}){let y=(b.highlightCode||b.forceColor)&&(0,t.shouldHighlight)(b),E=u(b.forceColor),x=p(E),D=c((L,N)=>y?L(N):N,"i"),S=g.split(m),{start:k,end:A,markerLines:_}=h(C,S,b),R=C.start&&typeof C.start.column=="number",I=String(A).length,$=(y?(0,t.default)(g,b):g).split(m,A).slice(k,A).map((L,N)=>{let M=k+1+N,j=` ${` ${M}`.slice(-I)} |`,q=_[M],B=!_[M+1];if(q){let P="";if(Array.isArray(q)){let H=L.slice(0,Math.max(q[0]-1,0)).replace(/[^\t]/g," "),G=q[1]||1;P=[`
|
|
316
|
-
`,D(x.gutter,j.replace(/\d/g," "))," ",H,D(x.marker,"^").repeat(G)].join(""),B&&b.message&&(P+=" "+D(x.message,b.message))}return[D(x.marker,">"),D(x.gutter,j),L.length>0?` ${L}`:"",P].join("")}else return` ${D(x.gutter,j)}${L.length>0?` ${L}`:""}`}).join(`
|
|
317
|
-
`);return b.message&&!R&&($=`${" ".repeat(I+1)}${b.message}
|
|
318
|
-
${$}`),y?E.reset($):$}c(f,"Mn");function v(g,C,b,y={}){if(!d){d=!0;let E="Passing lineNumber and colNumber is deprecated to @babel/code-frame. Please use `codeFrameColumns`.";{let x=new Error(E);x.name="DeprecationWarning",console.warn(new Error(E))}}return b=Math.max(b,0),f(g,{start:{column:b,line:C}},y)}c(v,"To")}),ah={},Ti(ah,{__debug:c(()=>g8,"__debug"),check:c(()=>Sb,"check"),doc:c(()=>Th,"doc"),format:c(()=>zg,"format"),formatWithCursor:c(()=>Kg,"formatWithCursor"),getSupportInfo:c(()=>m8,"getSupportInfo"),util:c(()=>Ih,"util"),version:c(()=>s8,"version")}),Nb=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"),Cu=Nb,c(nn,"Z"),nn.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 l(E){return o?(setTimeout(function(){o(void 0,E)},0),!0):E}c(l,"s"),e=this.castInput(e),t=this.castInput(t),e=this.removeEmpty(this.tokenize(e)),t=this.removeEmpty(this.tokenize(t));var i=t.length,u=e.length,d=1,p=i+u;n.maxEditLength&&(p=Math.min(p,n.maxEditLength));var m=(r=n.timeout)!==null&&r!==void 0?r:1/0,h=Date.now()+m,f=[{oldPos:-1,lastComponent:void 0}],v=this.extractCommon(f[0],t,e,0);if(f[0].oldPos+1>=u&&v+1>=i)return l([{value:this.join(t),count:t.length}]);var g=-1/0,C=1/0;function b(){for(var E=Math.max(g,-d);E<=Math.min(C,d);E+=2){var x=void 0,D=f[E-1],S=f[E+1];D&&(f[E-1]=void 0);var k=!1;if(S){var A=S.oldPos-E;k=S&&0<=A&&A<i}var _=D&&D.oldPos+1<u;if(!k&&!_){f[E]=void 0;continue}if(!_||k&&D.oldPos+1<S.oldPos?x=a.addToPath(S,!0,void 0,0):x=a.addToPath(D,void 0,!0,1),v=a.extractCommon(x,t,e,E),x.oldPos+1>=u&&v+1>=i)return l(w6(a,x.lastComponent,t,e,a.useLongestToken));f[E]=x,x.oldPos+1>=u&&(C=Math.min(C,E-1)),v+1>=i&&(g=Math.max(g,E+1))}d++}if(c(b,"A"),o)c(function E(){setTimeout(function(){if(d>p||Date.now()>h)return o();b()||E()},0)},"h")();else for(;d<=p&&Date.now()<=h;){var y=b();if(y)return y}},"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,l=e.oldPos,i=l-n,u=0;i+1<o&&l+1<a&&this.equals(t[i+1],r[l+1]);)i++,l++,u++;return u&&(e.lastComponent={count:u,previousComponent:e.lastComponent}),e.oldPos=l,i},"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(w6,"Su"),lh=/^[A-Za-z\xC0-\u02C6\u02C8-\u02D7\u02DE-\u02FF\u1E00-\u1EFF]+$/,ih=/\S/,sh=new nn,sh.equals=function(e,t){return this.options.ignoreCase&&(e=e.toLowerCase(),t=t.toLowerCase()),e===t||this.options.ignoreWhitespace&&!ih.test(e)&&!ih.test(t)},sh.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]&&lh.test(t[r])&&lh.test(t[r+2])&&(t[r]+=t[r+2],t.splice(r+1,2),r--);return t},uh=new nn,uh.tokenize=function(e){this.options.stripTrailingCr&&(e=e.replace(/\r\n/g,`
|
|
319
|
-
`));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},Hb=new nn,Hb.tokenize=function(e){return e.split(/(\S.+?[.!?])(?=\s+|$)/)},jb=new nn,jb.tokenize=function(e){return e.split(/([{}:;,]|\s+)/)},c(ws,"$e"),e_=Object.prototype.toString,Fa=new nn,Fa.useLongestToken=!0,Fa.tokenize=uh.tokenize,Fa.castInput=function(e){var t=this.options,r=t.undefinedReplacement,n=t.stringifyReplacer,o=n===void 0?function(a,l){return typeof l>"u"?r:l}:n;return typeof e=="string"?e:JSON.stringify(rd(e,null,null,o),o," ")},Fa.equals=function(e,t){return nn.prototype.equals.call(Fa,e.replace(/,([\r\n])/g,"$1"),t.replace(/,([\r\n])/g,"$1"))},c(rd,"Bt"),Zi=new nn,Zi.tokenize=function(e){return e.slice()},Zi.join=Zi.removeEmpty=function(e){return e},c(dA,"dr"),c(pA,"Fr"),c(m1,"Be"),c(Hv,"wt"),c(fA,"mr"),mo="string",Gr="array",Qn="cursor",Kr="indent",Yr="align",Vr="trim",ut="group",fr="fill",wt="if-break",Zr="indent-if-break",Xr="line-suffix",Ur="line-suffix-boundary",Pe="line",hr="label",Ft="break-parent",Qv=new Set([Qn,Kr,Yr,Vr,ut,fr,wt,Zr,Xr,Ur,Pe,hr,Ft]),c(b6,"Lu"),go=b6,t_=c(e=>new Intl.ListFormat("en-US",{type:"disjunction"}).format(e),"Pu"),c(E6,"Iu"),Vb=(ch=class extends Error{name="InvalidDocError";constructor(e){super(E6(e)),this.doc=e}},c(ch,"xt"),ch),aa=Vb,Bg={},c(x6,"Ru"),sd=x6,dh=c(()=>{},"hr"),mr=dh,y1=dh,c(Gs,"De"),c(oa,"ae"),c(fg,"_t"),c(C6,"Cr"),c(D6,"gr"),c(S6,"yr"),c(k6,"Ar"),c(hg,"Ge"),c(A6,"Br"),c(_6,"wr"),c(nd,"xe"),Ub={type:Ur},Xi={type:Ft},Wb={type:Vr},Jc={type:Pe,hard:!0},ph={type:Pe,hard:!0,literal:!0},$g={type:Pe},qb={type:Pe,soft:!0},eo=[Jc,Xi],Lg=[ph,Xi],ud={type:Qn},c(mg,"be"),c(gg,"Je"),c(F6,"br"),c(Ir,"ee"),c(hA,"Or"),Gb=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"),Te=Gb,r_=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(R6,"Nr"),c(T6,"Tr"),n_=c(e=>!(R6(e)||T6(e)),"kr"),o_=/[^\x20-\x7F]/u,c(I6,"Hu"),cd=I6,c(Ks,"Ne"),c(od,"Xe"),c(mA,"Wu"),c(z6,"Ir"),c(vg,"Lr"),c(gA,"Rr"),c(vA,"Mu"),c(B6,"Yr"),c(yg,"Pr"),c(fl,"Se"),c(wg,"Ze"),c(yA,"$u"),c(wA,"Vu"),c($6,"jr"),c(bA,"Uu"),c(L6,"Hr"),c(jv,"Qe"),ot=Symbol("MODE_BREAK"),er=Symbol("MODE_FLAT"),hl=Symbol("cursor"),c(Vv,"Wr"),c(EA,"zu"),c(xA,"Gu"),c(ad,"bt"),c(ld,"Ot"),c(Yi,"et"),c(Ys,"Fe"),c(O6,"Ku"),dd=O6,Kb=(hh=class{constructor(e){Bb(this,Fo),this.stack=[e]}get key(){let{stack:e,siblings:t}=this;return Te(!1,e,t===null?-2:-4)??null}get index(){return this.siblings===null?null:Te(!1,this.stack,-2)}get node(){return Te(!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=Te(!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[..._a(this,Fo,Ec).call(this)]}getName(){let{stack:e}=this,{length:t}=e;return t>1?Te(!1,e,-2):null}getValue(){return Te(!1,this.stack,-1)}getNode(e=0){let t=_a(this,Fo,fh).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=Te(!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=_a(this,Fo,fh).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=Te(!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 _a(this,Fo,Ec).call(this))if(e(t))return t}hasAncestor(e){for(let t of _a(this,Fo,Ec).call(this))if(e(t))return!0;return!1}},c(hh,"St"),hh),Fo=new WeakSet,fh=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"),Ec=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"),a_=Kb,mh=new Proxy(()=>{},{get:c(()=>mh,"get")}),pd=mh,c(M6,"qu"),l_=M6,c(Uv,"Tt"),c(CA,"Ur"),c(Aa,"Ee"),Yb=Aa(/\s/u),xn=Aa(" "),Og=Aa(",; "),Mg=Aa(/[^\n\r]/u),c(P6,"Ju"),so=P6,c(N6,"Xu"),mn=N6,c(H6,"Zu"),i_=H6,Pg=new Set(["tokens","comments","parent","enclosingNode","precedingNode","followingNode"]),s_=c(e=>Object.keys(e).filter(t=>!Pg.has(t)),"Qu"),c(j6,"eo"),Du=j6,c(DA,"to"),c(g1,"Lt"),c(jo,"ue"),c(bs,"re"),c(Vo,"oe"),Qc=new WeakMap,c(v1,"ut"),c(Wv,"qr"),e0=c(()=>!1,"It"),c(SA,"Jr"),ey=c(e=>!/[\S\n\u2028\u2029]/u.test(e),"Xr"),c(kA,"ro"),c(AA,"no"),c(bg,"Kr"),c(Yc,"Rt"),c(V6,"uo"),w1=V6,c(qv,"Zr"),c(_A,"oo"),c(FA,"io"),c(RA,"so"),c(TA,"Qr"),c(IA,"en"),c(U6,"ao"),u_=U6,ty=(gh=class extends Error{name="ConfigError"},c(gh,"Pe"),gh),Ng=(vh=class extends Error{name="UndefinedParserError"},c(vh,"Ie"),vh),c_={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
|
|
320
|
-
(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).
|
|
321
|
-
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.
|
|
322
|
-
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
|
|
323
|
-
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(Eg,"ot"),c(zA,"Do"),c(BA,"lo"),d_=c(e=>String(e).split(/[/\\]/u).pop(),"co"),c(xg,"nn"),c($A,"fo"),c(W6,"po"),p_=W6,Io={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=>Io.value(r)).join(", ")}]`;let t=Object.keys(e);return t.length===0?"{}":`{ ${t.map(r=>`${Io.key(r)}: ${Io.value(e[r])}`).join(", ")} }`},pair:c(({key:e,value:t})=>Io.value({[e]:t}),"pair")},yh=Ii(bc(),1),Zb=c((e,t,{descriptor:r})=>{let n=[`${yh.default.yellow(typeof e=="string"?r.key(e):r.pair(e))} is deprecated`];return t&&n.push(`we now treat it as ${yh.default.blue(typeof t=="string"?r.key(t):r.pair(t))}`),n.join("; ")+"."},"an"),Uo=Ii(bc(),1),Hg=Symbol.for("vnopts.VALUE_NOT_EXIST"),zi=Symbol.for("vnopts.VALUE_UNCHANGED"),jg=" ".repeat(2),Xb=c((e,t,r)=>{let{text:n,list:o}=r.normalizeExpectedResult(r.schemas[e].expected(r)),a=[];return n&&a.push(Zf(e,t,n,r.descriptor)),o&&a.push([Zf(e,t,o.title,r.descriptor)].concat(o.values.map(l=>Cg(l,r.loggerPrintWidth))).join(`
|
|
324
|
-
`)),Dg(a,r.loggerPrintWidth)},"cn"),c(Zf,"ln"),c(Cg,"fn"),c(Dg,"pn"),wh=Ii(bc(),1),t0=[],Vg=[],c(q6,"Ht"),Ug=c((e,t,{descriptor:r,logger:n,schemas:o})=>{let a=[`Ignored unknown option ${wh.default.yellow(r.pair({key:e,value:t}))}.`],l=Object.keys(o).sort().find(i=>q6(e,i)<3);l&&a.push(`Did you mean ${wh.default.blue(r.key(l))}?`),n.warn(a.join(" "))},"at"),f_=["default","expected","validate","deprecated","forward","redirect","overlap","preprocess","postprocess"],c(G6,"mo"),ln=(bh=class{static create(e){return G6(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 zi}},c(bh,"O"),bh),c(LA,"Eo"),h_=(Eh=class extends ln{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(Eh,"Dt"),Eh),m_=(xh=class extends ln{expected(){return"anything"}validate(){return!0}},c(xh,"lt"),xh),g_=(Ch=class extends ln{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(Xf))}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(Xf))}return r.length===0?{redirect:n}:{redirect:n,remain:r}}overlap(e,t){return e.concat(t)}},c(Ch,"ct"),Ch),c(Xf,"Fn"),v_=(Dh=class extends ln{expected(){return"true or false"}validate(e){return typeof e=="boolean"}},c(Dh,"ft"),Dh),c(K6,"En"),c(Y6,"hn"),c(Z6,"Cn"),c(X6,"gn"),c(J6,"yn"),c(Q6,"An"),c(eb,"Bn"),c(Jf,"Mt"),c(Sg,"$t"),c(Qf,"Vt"),c(eh,"Ut"),c(kg,"mn"),c(Zc,"pt"),c(th,"zt"),c(OA,"ho"),y_=(Sh=class extends ln{constructor(e){super(e),this._choices=Y6(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(Q6).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(Sh,"dt"),Sh),Jb=(kh=class extends ln{expected(){return"a number"}validate(e,t){return typeof e=="number"}},c(kh,"Ft"),kh),w_=(Ah=class extends Jb{expected(){return"an integer"}validate(e,t){return t.normalizeValidateResult(super.validate(e,t),e)===!0&&J6(e)}},c(Ah,"mt"),Ah),Wg=(_h=class extends ln{expected(){return"a string"}validate(e){return typeof e=="string"}},c(_h,"Re"),_h),Qb=Io,e8=Ug,t8=Xb,r8=Zb,b_=(Fh=class{constructor(e,t){let{logger:r=console,loggerPrintWidth:n=80,descriptor:o=Qb,unknown:a=e8,invalid:l=t8,deprecated:i=r8,missing:u=c(()=>!1,"D"),required:d=c(()=>!1,"l"),preprocess:p=c(h=>h,"d"),postprocess:m=c(()=>zi,"f")}=t||{};this._utils={descriptor:o,logger:r||{warn:c(()=>{},"warn")},loggerPrintWidth:n,schemas:K6(e,"name"),normalizeDefaultResult:Jf,normalizeExpectedResult:Sg,normalizeDeprecatedResult:eh,normalizeForwardResult:Zc,normalizeRedirectResult:th,normalizeValidateResult:Qf},this._unknownHandler=a,this._invalidHandler=eb(l),this._deprecatedHandler=i,this._identifyMissing=(h,f)=>!(h in f)||u(h,f),this._identifyRequired=d,this._preprocess=p,this._postprocess=m,this.cleanHistory()}cleanHistory(){this._hasDeprecationWarned=Z6()}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 l=Jf(a.default(this._utils));"value"in l&&r.push({[o]:l.value})}}n();for(let o of Object.keys(this._utils.schemas)){if(!(o in t))continue;let a=this._utils.schemas[o],l=t[o],i=a.postprocess(l,this._utils);i!==zi&&(this._applyValidation(i,o,a),t[o]=i)}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 l=this._utils.schemas[a],i=l.preprocess(e[a],this._utils);this._applyValidation(i,a,l);let u=c(({from:m,to:h})=>{r.push(typeof h=="string"?{[h]:m}:{[h.key]:h.value})},"D"),d=c(({value:m,redirectTo:h})=>{let f=eh(l.deprecated(m,this._utils),i,!0);if(f!==!1)if(f===!0)this._hasDeprecationWarned(a)||this._utils.logger.warn(this._deprecatedHandler(a,h,this._utils));else for(let{value:v}of f){let g={key:a,value:v};if(!this._hasDeprecationWarned(g)){let C=typeof h=="string"?{key:h,value:v}:h;this._utils.logger.warn(this._deprecatedHandler(g,C,this._utils))}}},"l");Zc(l.forward(i,this._utils),i).forEach(u);let p=th(l.redirect(i,this._utils),i);if(p.redirect.forEach(u),"remain"in p){let m=p.remain;t[a]=a in t?l.overlap(t[a],m,this._utils):m,d({value:m})}for(let{from:m,to:h}of p.redirect)d({value:m,redirectTo:h})}for(let a of o){let l=e[a];this._applyUnknownHandler(a,l,t,(i,u)=>{r.push({[i]: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,Hg,this._utils)}_partitionOptionKeys(e){let[t,r]=X6(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=Qf(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 l=o[a];a in this._utils.schemas?n(a,l):r[a]=l}}_applyPostprocess(e){let t=this._postprocess(e,this._utils);if(t!==zi){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,(l,i)=>{let u=this._utils.schemas[l];this._applyValidation(i,l,u),e[l]=i})}}}}},c(Fh,"Et"),Fh),c(tb,"go"),c(MA,"yo"),c(PA,"Ao"),E_=tb,n8=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"),ry=n8,c(Gv,"qt"),c(NA,"On"),c(Kv,"ht"),c(Yv,"Jt"),c(HA,"Sn"),qg={astFormat:"estree",printer:{},originalText:void 0,locStart:null,locEnd:null},c(rb,"wo"),ma=rb,x_=Ii(Pb(),1),c(nb,"ko"),c(jA,"Lo"),ri=nb,c(VA,"Un"),c(UA,"Po"),c(ob,"Io"),C_=ob,c(xu,"Ye"),c(Ag,"Gn"),c(Zv,"Qt"),c(ab,"Ro"),D_=ab,c(lb,"Yo"),S_=lb,o8=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"),k_=o8,A_=c(({parser:e})=>e==="json"||e==="json5"||e==="jsonc"||e==="json-stringify","Ho"),c(WA,"Wo"),c(_g,"Xn"),c(qA,"Mo"),c(id,"er"),c(GA,"$o"),ny=new Set(["JsonRoot","ObjectExpression","ArrayExpression","StringLiteral","NumericLiteral","BooleanLiteral","NullLiteral","UnaryExpression","TemplateLiteral"]),__=new Set(["OperationDefinition","FragmentDefinition","VariableDefinition","TypeExtensionDefinition","ObjectTypeDefinition","FieldDefinition","DirectiveDefinition","EnumTypeDefinition","EnumValueDefinition","InputValueDefinition","InputObjectTypeDefinition","SchemaDefinition","OperationTypeDefinition","InterfaceTypeDefinition","UnionTypeDefinition","ScalarTypeDefinition"]),c(Fg,"Zn"),c(KA,"eu"),oy="\uFEFF",Gg=Symbol("cursor"),c(Xv,"ou"),c(YA,"Uo"),c(Xc,"tr"),c(Rg,"ru"),c(Jv,"iu"),c(Tg,"nu"),c(Ig,"rr"),c(ib,"su"),c(sb,"au"),c(ub,"Du"),c(cb,"lu"),c(db,"cu"),Th={},Ti(Th,{builders:c(()=>a8,"builders"),printer:c(()=>l8,"printer"),utils:c(()=>i8,"utils")}),a8={join:mg,line:$g,softline:qb,hardline:eo,literalline:Lg,group:fg,conditionalGroup:k6,fill:hg,lineSuffix:nd,lineSuffixBoundary:Ub,cursor:ud,breakParent:Xi,ifBreak:A6,trim:Wb,indent:Gs,indentIfBreak:_6,align:oa,addAlignmentToDoc:gg,markAsRoot:D6,dedentToRoot:C6,dedent:S6,hardlineWithoutBreakParent:Jc,literallineWithoutBreakParent:ph,label:F6,concat:c(e=>e,"concat")},l8={printDocToString:Ys},i8={willBreak:z6,traverseDoc:sd,findInDoc:od,mapDoc:Ks,removeLines:B6,stripTrailingHardline:wg,replaceEndOfLine:$6,canBreak:L6},s8="3.3.3",Ih={},Ti(Ih,{addDanglingComment:c(()=>bs,"addDanglingComment"),addLeadingComment:c(()=>jo,"addLeadingComment"),addTrailingComment:c(()=>Vo,"addTrailingComment"),getAlignmentSize:c(()=>dd,"getAlignmentSize"),getIndentSize:c(()=>u8,"getIndentSize"),getMaxContinuousCount:c(()=>c8,"getMaxContinuousCount"),getNextNonSpaceNonCommentCharacter:c(()=>d8,"getNextNonSpaceNonCommentCharacter"),getNextNonSpaceNonCommentCharacterIndex:c(()=>xb,"getNextNonSpaceNonCommentCharacterIndex"),getStringWidth:c(()=>cd,"getStringWidth"),hasNewline:c(()=>mn,"hasNewline"),hasNewlineInRange:c(()=>p8,"hasNewlineInRange"),hasSpaces:c(()=>f8,"hasSpaces"),isNextLineEmpty:c(()=>Db,"isNextLineEmpty"),isNextLineEmptyAfterIndex:c(()=>md,"isNextLineEmptyAfterIndex"),isPreviousLineEmpty:c(()=>Cb,"isPreviousLineEmpty"),makeString:c(()=>h8,"makeString"),skip:c(()=>Aa,"skip"),skipEverythingButNewLine:c(()=>Mg,"skipEverythingButNewLine"),skipInlineComment:c(()=>fd,"skipInlineComment"),skipNewline:c(()=>so,"skipNewline"),skipSpaces:c(()=>xn,"skipSpaces"),skipToLineEnd:c(()=>Og,"skipToLineEnd"),skipTrailingComment:c(()=>hd,"skipTrailingComment"),skipWhitespace:c(()=>Yb,"skipWhitespace")}),c(pb,"Jo"),fd=pb,c(fb,"Xo"),hd=fb,c(hb,"Zo"),b1=hb,c(mb,"Qo"),md=mb,c(gb,"ei"),u8=gb,c(ZA,"ur"),c(vb,"ti"),c8=vb,c(yb,"ri"),d8=yb,c(wb,"ni"),p8=wb,c(bb,"ui"),f8=bb,c(Eb,"oi"),h8=Eb,c(XA,"ii"),c(xb,"si"),c(JA,"ai"),c(Cb,"Di"),c(QA,"li"),c(Db,"ci"),c(_n,"fe"),Kg=_n(Ig),c(zg,"gu"),c(Sb,"fi"),m8=_n(Eg,0),g8={parse:_n(ib),formatAST:_n(sb),formatDoc:_n(ub),printToDoc:_n(cb),printDocToString:_n(db)},F_=ah});function R_(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(i,u){var d=u.match(/\n([\t ]+|(?!\s).)/g);return d?i.concat(d.map(function(p){var m,h;return(h=(m=p.match(/[\t ]/g))===null||m===void 0?void 0:m.length)!==null&&h!==void 0?h:0})):i},[]);if(o.length){var a=new RegExp(`
|
|
325
|
-
[ ]{`+Math.min.apply(Math,o)+"}","g");n=n.map(function(i){return i.replace(a,`
|
|
326
|
-
`)})}n[0]=n[0].replace(/^\r?\n/,"");var l=n[0];return t.forEach(function(i,u){var d=l.match(/(?:^|\n)( *)$/),p=d?d[1]:"",m=i;typeof i=="string"&&i.includes(`
|
|
327
|
-
`)&&(m=String(i).split(`
|
|
328
|
-
`).map(function(h,f){return f===0?h:""+p+h}).join(`
|
|
329
|
-
`)),l+=m+n[u+1]}),l}var JM=z(()=>{c(R_,"dedent")}),T_={};Jl(T_,{formatter:()=>I_});var v8,I_,QM=z(()=>{v8=We(Jd(),1),ZM(),XM(),JM(),I_=(0,v8.default)(2)(async(e,t)=>e===!1?t:e==="dedent"||e===!0?R_(t):(await F_.format(t,{parser:e,plugins:[cA],htmlWhitespaceSensitivity:"ignore"})).trim())}),Yg,Zg,eP=z(()=>{Yg=c(function(e){return e.reduce(function(t,r){var n=r[0],o=r[1];return t[n]=o,t},{})},"fromEntries"),Zg=typeof window<"u"&&window.document&&window.document.createElement?s.useLayoutEffect:s.useEffect}),it,It,zt,st,gd,ml,Yo,gl,z_,ay,Ha,B_,Xg,ly,y8,w8,b8,E8,x8,C8,D8,S8,k8,$_,Wt=z(()=>{it="top",It="bottom",zt="right",st="left",gd="auto",ml=[it,It,zt,st],Yo="start",gl="end",z_="clippingParents",ay="viewport",Ha="popper",B_="reference",Xg=ml.reduce(function(e,t){return e.concat([t+"-"+Yo,t+"-"+gl])},[]),ly=[].concat(ml,[gd]).reduce(function(e,t){return e.concat([t,t+"-"+Yo,t+"-"+gl])},[]),y8="beforeRead",w8="read",b8="afterRead",E8="beforeMain",x8="main",C8="afterMain",D8="beforeWrite",S8="write",k8="afterWrite",$_=[y8,w8,b8,E8,x8,C8,D8,S8,k8]});function gr(e){return e?(e.nodeName||"").toLowerCase():null}var ga=z(()=>{c(gr,"getNodeName")});function Et(e){if(e==null)return window;if(e.toString()!=="[object Window]"){var t=e.ownerDocument;return t&&t.defaultView||window}return e}var Qr=z(()=>{c(Et,"getWindow")});function uo(e){var t=Et(e).Element;return e instanceof t||e instanceof Element}function Rt(e){var t=Et(e).HTMLElement;return e instanceof t||e instanceof HTMLElement}function E1(e){if(typeof ShadowRoot>"u")return!1;var t=Et(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}var qt=z(()=>{Qr(),c(uo,"isElement"),c(Rt,"isHTMLElement"),c(E1,"isShadowRoot")});function A8(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];!Rt(a)||!gr(a)||(Object.assign(a.style,n),Object.keys(o).forEach(function(l){var i=o[l];i===!1?a.removeAttribute(l):a.setAttribute(l,i===!0?"":i)}))})}function _8(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]||{},l=Object.keys(t.styles.hasOwnProperty(n)?t.styles[n]:r[n]),i=l.reduce(function(u,d){return u[d]="",u},{});!Rt(o)||!gr(o)||(Object.assign(o.style,i),Object.keys(a).forEach(function(u){o.removeAttribute(u)}))})}}var L_,tP=z(()=>{ga(),qt(),c(A8,"applyStyles"),c(_8,"effect"),L_={name:"applyStyles",enabled:!0,phase:"write",fn:A8,effect:_8,requires:["computeStyles"]}});function dr(e){return e.split("-")[0]}var va=z(()=>{c(dr,"getBasePlacement")}),to,Zs,la,ya=z(()=>{to=Math.max,Zs=Math.min,la=Math.round});function vd(){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 O_=z(()=>{c(vd,"getUAString")});function iy(){return!/^((?!chrome|android).)*safari/i.test(vd())}var M_=z(()=>{O_(),c(iy,"isLayoutViewport")});function ia(e,t,r){t===void 0&&(t=!1),r===void 0&&(r=!1);var n=e.getBoundingClientRect(),o=1,a=1;t&&Rt(e)&&(o=e.offsetWidth>0&&la(n.width)/e.offsetWidth||1,a=e.offsetHeight>0&&la(n.height)/e.offsetHeight||1);var l=uo(e)?Et(e):window,i=l.visualViewport,u=!iy()&&r,d=(n.left+(u&&i?i.offsetLeft:0))/o,p=(n.top+(u&&i?i.offsetTop:0))/a,m=n.width/o,h=n.height/a;return{width:m,height:h,top:p,right:d+m,bottom:p+h,left:d,x:d,y:p}}var Su=z(()=>{qt(),ya(),Qr(),M_(),c(ia,"getBoundingClientRect")});function x1(e){var t=ia(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 sy=z(()=>{Su(),c(x1,"getLayoutRect")});function uy(e,t){var r=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(r&&E1(r)){var n=t;do{if(n&&e.isSameNode(n))return!0;n=n.parentNode||n.host}while(n)}return!1}var P_=z(()=>{qt(),c(uy,"contains")});function Jr(e){return Et(e).getComputedStyle(e)}var ku=z(()=>{Qr(),c(Jr,"getComputedStyle")});function N_(e){return["table","td","th"].indexOf(gr(e))>=0}var rP=z(()=>{ga(),c(N_,"isTableElement")});function kn(e){return((uo(e)?e.ownerDocument:e.document)||window.document).documentElement}var vo=z(()=>{qt(),c(kn,"getDocumentElement")});function Au(e){return gr(e)==="html"?e:e.assignedSlot||e.parentNode||(E1(e)?e.host:null)||kn(e)}var C1=z(()=>{ga(),vo(),qt(),c(Au,"getParentNode")});function Jg(e){return!Rt(e)||Jr(e).position==="fixed"?null:e.offsetParent}function H_(e){var t=/firefox/i.test(vd()),r=/Trident/i.test(vd());if(r&&Rt(e)){var n=Jr(e);if(n.position==="fixed")return null}var o=Au(e);for(E1(o)&&(o=o.host);Rt(o)&&["html","body"].indexOf(gr(o))<0;){var a=Jr(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 ni(e){for(var t=Et(e),r=Jg(e);r&&N_(r)&&Jr(r).position==="static";)r=Jg(r);return r&&(gr(r)==="html"||gr(r)==="body"&&Jr(r).position==="static")?t:r||H_(e)||t}var _u=z(()=>{Qr(),ga(),ku(),qt(),rP(),C1(),O_(),c(Jg,"getTrueOffsetParent"),c(H_,"getContainingBlock"),c(ni,"getOffsetParent")});function D1(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}var cy=z(()=>{c(D1,"getMainAxisFromPlacement")});function vl(e,t,r){return to(e,Zs(t,r))}function j_(e,t,r){var n=vl(e,t,r);return n>r?r:n}var V_=z(()=>{ya(),c(vl,"within"),c(j_,"withinMaxClamp")});function dy(){return{top:0,right:0,bottom:0,left:0}}var U_=z(()=>{c(dy,"getFreshSideObject")});function py(e){return Object.assign({},dy(),e)}var W_=z(()=>{U_(),c(py,"mergePaddingObject")});function fy(e,t){return t.reduce(function(r,n){return r[n]=e,r},{})}var q_=z(()=>{c(fy,"expandToHashMap")});function F8(e){var t,r=e.state,n=e.name,o=e.options,a=r.elements.arrow,l=r.modifiersData.popperOffsets,i=dr(r.placement),u=D1(i),d=[st,zt].indexOf(i)>=0,p=d?"height":"width";if(!(!a||!l)){var m=G_(o.padding,r),h=x1(a),f=u==="y"?it:st,v=u==="y"?It:zt,g=r.rects.reference[p]+r.rects.reference[u]-l[u]-r.rects.popper[p],C=l[u]-r.rects.reference[u],b=ni(a),y=b?u==="y"?b.clientHeight||0:b.clientWidth||0:0,E=g/2-C/2,x=m[f],D=y-h[p]-m[v],S=y/2-h[p]/2+E,k=vl(x,S,D),A=u;r.modifiersData[n]=(t={},t[A]=k,t.centerOffset=k-S,t)}}function R8(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)||uy(t.elements.popper,o)&&(t.elements.arrow=o))}var G_,K_,nP=z(()=>{va(),sy(),P_(),_u(),cy(),V_(),W_(),q_(),Wt(),G_=c(function(e,t){return e=typeof e=="function"?e(Object.assign({},t.rects,{placement:t.placement})):e,py(typeof e!="number"?e:fy(e,ml))},"toPaddingObject"),c(F8,"arrow"),c(R8,"effect"),K_={name:"arrow",enabled:!0,phase:"main",fn:F8,effect:R8,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]}});function sa(e){return e.split("-")[1]}var Fu=z(()=>{c(sa,"getVariation")});function Y_(e,t){var r=e.x,n=e.y,o=t.devicePixelRatio||1;return{x:la(r*o)/o||0,y:la(n*o)/o||0}}function Qg(e){var t,r=e.popper,n=e.popperRect,o=e.placement,a=e.variation,l=e.offsets,i=e.position,u=e.gpuAcceleration,d=e.adaptive,p=e.roundOffsets,m=e.isFixed,h=l.x,f=h===void 0?0:h,v=l.y,g=v===void 0?0:v,C=typeof p=="function"?p({x:f,y:g}):{x:f,y:g};f=C.x,g=C.y;var b=l.hasOwnProperty("x"),y=l.hasOwnProperty("y"),E=st,x=it,D=window;if(d){var S=ni(r),k="clientHeight",A="clientWidth";if(S===Et(r)&&(S=kn(r),Jr(S).position!=="static"&&i==="absolute"&&(k="scrollHeight",A="scrollWidth")),S=S,o===it||(o===st||o===zt)&&a===gl){x=It;var _=m&&S===D&&D.visualViewport?D.visualViewport.height:S[k];g-=_-n.height,g*=u?1:-1}if(o===st||(o===it||o===It)&&a===gl){E=zt;var R=m&&S===D&&D.visualViewport?D.visualViewport.width:S[A];f-=R-n.width,f*=u?1:-1}}var I=Object.assign({position:i},d&&Z_),$=p===!0?Y_({x:f,y:g},Et(r)):{x:f,y:g};if(f=$.x,g=$.y,u){var L;return Object.assign({},I,(L={},L[x]=y?"0":"",L[E]=b?"0":"",L.transform=(D.devicePixelRatio||1)<=1?"translate("+f+"px, "+g+"px)":"translate3d("+f+"px, "+g+"px, 0)",L))}return Object.assign({},I,(t={},t[x]=y?g+"px":"",t[E]=b?f+"px":"",t.transform="",t))}function T8(e){var t=e.state,r=e.options,n=r.gpuAcceleration,o=n===void 0?!0:n,a=r.adaptive,l=a===void 0?!0:a,i=r.roundOffsets,u=i===void 0?!0:i,d={placement:dr(t.placement),variation:sa(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,Qg(Object.assign({},d,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:l,roundOffsets:u})))),t.modifiersData.arrow!=null&&(t.styles.arrow=Object.assign({},t.styles.arrow,Qg(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 Z_,X_,oP=z(()=>{Wt(),_u(),Qr(),vo(),ku(),va(),Fu(),ya(),Z_={top:"auto",right:"auto",bottom:"auto",left:"auto"},c(Y_,"roundOffsetsByDPR"),c(Qg,"mapToStyles"),c(T8,"computeStyles"),X_={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:T8,data:{}}});function I8(e){var t=e.state,r=e.instance,n=e.options,o=n.scroll,a=o===void 0?!0:o,l=n.resize,i=l===void 0?!0:l,u=Et(t.elements.popper),d=[].concat(t.scrollParents.reference,t.scrollParents.popper);return a&&d.forEach(function(p){p.addEventListener("scroll",r.update,Ji)}),i&&u.addEventListener("resize",r.update,Ji),function(){a&&d.forEach(function(p){p.removeEventListener("scroll",r.update,Ji)}),i&&u.removeEventListener("resize",r.update,Ji)}}var Ji,J_,aP=z(()=>{Qr(),Ji={passive:!0},c(I8,"effect"),J_={name:"eventListeners",enabled:!0,phase:"write",fn:c(function(){},"fn"),effect:I8,data:{}}});function Es(e){return e.replace(/left|right|bottom|top/g,function(t){return Q_[t]})}var Q_,lP=z(()=>{Q_={left:"right",right:"left",bottom:"top",top:"bottom"},c(Es,"getOppositePlacement")});function e5(e){return e.replace(/start|end/g,function(t){return eF[t]})}var eF,iP=z(()=>{eF={start:"end",end:"start"},c(e5,"getOppositeVariationPlacement")});function S1(e){var t=Et(e),r=t.pageXOffset,n=t.pageYOffset;return{scrollLeft:r,scrollTop:n}}var hy=z(()=>{Qr(),c(S1,"getWindowScroll")});function k1(e){return ia(kn(e)).left+S1(e).scrollLeft}var my=z(()=>{Su(),vo(),hy(),c(k1,"getWindowScrollBarX")});function tF(e,t){var r=Et(e),n=kn(e),o=r.visualViewport,a=n.clientWidth,l=n.clientHeight,i=0,u=0;if(o){a=o.width,l=o.height;var d=iy();(d||!d&&t==="fixed")&&(i=o.offsetLeft,u=o.offsetTop)}return{width:a,height:l,x:i+k1(e),y:u}}var sP=z(()=>{Qr(),vo(),my(),M_(),c(tF,"getViewportRect")});function rF(e){var t,r=kn(e),n=S1(e),o=(t=e.ownerDocument)==null?void 0:t.body,a=to(r.scrollWidth,r.clientWidth,o?o.scrollWidth:0,o?o.clientWidth:0),l=to(r.scrollHeight,r.clientHeight,o?o.scrollHeight:0,o?o.clientHeight:0),i=-n.scrollLeft+k1(e),u=-n.scrollTop;return Jr(o||r).direction==="rtl"&&(i+=to(r.clientWidth,o?o.clientWidth:0)-a),{width:a,height:l,x:i,y:u}}var uP=z(()=>{vo(),ku(),my(),hy(),ya(),c(rF,"getDocumentRect")});function A1(e){var t=Jr(e),r=t.overflow,n=t.overflowX,o=t.overflowY;return/auto|scroll|overlay|hidden/.test(r+o+n)}var gy=z(()=>{ku(),c(A1,"isScrollParent")});function vy(e){return["html","body","#document"].indexOf(gr(e))>=0?e.ownerDocument.body:Rt(e)&&A1(e)?e:vy(Au(e))}var cP=z(()=>{C1(),gy(),ga(),qt(),c(vy,"getScrollParent")});function yl(e,t){var r;t===void 0&&(t=[]);var n=vy(e),o=n===((r=e.ownerDocument)==null?void 0:r.body),a=Et(n),l=o?[a].concat(a.visualViewport||[],A1(n)?n:[]):n,i=t.concat(l);return o?i:i.concat(yl(Au(l)))}var nF=z(()=>{cP(),C1(),Qr(),gy(),c(yl,"listScrollParents")});function yd(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}var oF=z(()=>{c(yd,"rectToClientRect")});function aF(e,t){var r=ia(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 t5(e,t,r){return t===ay?yd(tF(e,r)):uo(t)?aF(t,r):yd(rF(kn(e)))}function lF(e){var t=yl(Au(e)),r=["absolute","fixed"].indexOf(Jr(e).position)>=0,n=r&&Rt(e)?ni(e):e;return uo(n)?t.filter(function(o){return uo(o)&&uy(o,n)&&gr(o)!=="body"}):[]}function iF(e,t,r,n){var o=t==="clippingParents"?lF(e):[].concat(t),a=[].concat(o,[r]),l=a[0],i=a.reduce(function(u,d){var p=t5(e,d,n);return u.top=to(p.top,u.top),u.right=Zs(p.right,u.right),u.bottom=Zs(p.bottom,u.bottom),u.left=to(p.left,u.left),u},t5(e,l,n));return i.width=i.right-i.left,i.height=i.bottom-i.top,i.x=i.left,i.y=i.top,i}var dP=z(()=>{Wt(),sP(),uP(),nF(),_u(),vo(),ku(),qt(),Su(),C1(),P_(),ga(),oF(),ya(),c(aF,"getInnerBoundingClientRect"),c(t5,"getClientRectFromMixedType"),c(lF,"getClippingParents"),c(iF,"getClippingRect")});function yy(e){var t=e.reference,r=e.element,n=e.placement,o=n?dr(n):null,a=n?sa(n):null,l=t.x+t.width/2-r.width/2,i=t.y+t.height/2-r.height/2,u;switch(o){case it:u={x:l,y:t.y-r.height};break;case It:u={x:l,y:t.y+t.height};break;case zt:u={x:t.x+t.width,y:i};break;case st:u={x:t.x-r.width,y:i};break;default:u={x:t.x,y:t.y}}var d=o?D1(o):null;if(d!=null){var p=d==="y"?"height":"width";switch(a){case Yo:u[d]=u[d]-(t[p]/2-r[p]/2);break;case gl:u[d]=u[d]+(t[p]/2-r[p]/2);break}}return u}var sF=z(()=>{va(),Fu(),cy(),Wt(),c(yy,"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,l=a===void 0?e.strategy:a,i=r.boundary,u=i===void 0?z_:i,d=r.rootBoundary,p=d===void 0?ay:d,m=r.elementContext,h=m===void 0?Ha:m,f=r.altBoundary,v=f===void 0?!1:f,g=r.padding,C=g===void 0?0:g,b=py(typeof C!="number"?C:fy(C,ml)),y=h===Ha?B_:Ha,E=e.rects.popper,x=e.elements[v?y:h],D=iF(uo(x)?x:x.contextElement||kn(e.elements.popper),u,p,l),S=ia(e.elements.reference),k=yy({reference:S,element:E,strategy:"absolute",placement:o}),A=yd(Object.assign({},E,k)),_=h===Ha?A:S,R={top:D.top-_.top+b.top,bottom:_.bottom-D.bottom+b.bottom,left:D.left-_.left+b.left,right:_.right-D.right+b.right},I=e.modifiersData.offset;if(h===Ha&&I){var $=I[o];Object.keys(R).forEach(function(L){var N=[zt,It].indexOf(L)>=0?1:-1,M=[it,It].indexOf(L)>=0?"y":"x";R[L]+=$[M]*N})}return R}var _1=z(()=>{dP(),vo(),Su(),sF(),oF(),Wt(),qt(),W_(),q_(),c(Hl,"detectOverflow")});function uF(e,t){t===void 0&&(t={});var r=t,n=r.placement,o=r.boundary,a=r.rootBoundary,l=r.padding,i=r.flipVariations,u=r.allowedAutoPlacements,d=u===void 0?ly:u,p=sa(n),m=p?i?Xg:Xg.filter(function(v){return sa(v)===p}):ml,h=m.filter(function(v){return d.indexOf(v)>=0});h.length===0&&(h=m);var f=h.reduce(function(v,g){return v[g]=Hl(e,{placement:g,boundary:o,rootBoundary:a,padding:l})[dr(g)],v},{});return Object.keys(f).sort(function(v,g){return f[v]-f[g]})}var pP=z(()=>{Fu(),Wt(),_1(),va(),c(uF,"computeAutoPlacement")});function cF(e){if(dr(e)===gd)return[];var t=Es(e);return[e5(e),t,e5(t)]}function z8(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,l=r.altAxis,i=l===void 0?!0:l,u=r.fallbackPlacements,d=r.padding,p=r.boundary,m=r.rootBoundary,h=r.altBoundary,f=r.flipVariations,v=f===void 0?!0:f,g=r.allowedAutoPlacements,C=t.options.placement,b=dr(C),y=b===C,E=u||(y||!v?[Es(C)]:cF(C)),x=[C].concat(E).reduce(function(ie,U){return ie.concat(dr(U)===gd?uF(t,{placement:U,boundary:p,rootBoundary:m,padding:d,flipVariations:v,allowedAutoPlacements:g}):U)},[]),D=t.rects.reference,S=t.rects.popper,k=new Map,A=!0,_=x[0],R=0;R<x.length;R++){var I=x[R],$=dr(I),L=sa(I)===Yo,N=[it,It].indexOf($)>=0,M=N?"width":"height",j=Hl(t,{placement:I,boundary:p,rootBoundary:m,altBoundary:h,padding:d}),q=N?L?zt:st:L?It:it;D[M]>S[M]&&(q=Es(q));var B=Es(q),P=[];if(a&&P.push(j[$]<=0),i&&P.push(j[q]<=0,j[B]<=0),P.every(function(ie){return ie})){_=I,A=!1;break}k.set(I,P)}if(A)for(var H=v?3:1,G=c(function(ie){var U=x.find(function(X){var re=k.get(X);if(re)return re.slice(0,ie).every(function(_e){return _e})});if(U)return _=U,"break"},"_loop"),Z=H;Z>0;Z--){var Q=G(Z);if(Q==="break")break}t.placement!==_&&(t.modifiersData[n]._skip=!0,t.placement=_,t.reset=!0)}}var dF,fP=z(()=>{lP(),va(),iP(),_1(),pP(),Wt(),Fu(),c(cF,"getExpandedFallbackPlacements"),c(z8,"flip"),dF={name:"flip",enabled:!0,phase:"main",fn:z8,requiresIfExists:["offset"],data:{_skip:!1}}});function r5(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 n5(e){return[it,zt,It,st].some(function(t){return e[t]>=0})}function B8(e){var t=e.state,r=e.name,n=t.rects.reference,o=t.rects.popper,a=t.modifiersData.preventOverflow,l=Hl(t,{elementContext:"reference"}),i=Hl(t,{altBoundary:!0}),u=r5(l,n),d=r5(i,o,a),p=n5(u),m=n5(d);t.modifiersData[r]={referenceClippingOffsets:u,popperEscapeOffsets:d,isReferenceHidden:p,hasPopperEscaped:m},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":p,"data-popper-escaped":m})}var pF,hP=z(()=>{Wt(),_1(),c(r5,"getSideOffsets"),c(n5,"isAnySideFullyClipped"),c(B8,"hide"),pF={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:B8}});function fF(e,t,r){var n=dr(e),o=[st,it].indexOf(n)>=0?-1:1,a=typeof r=="function"?r(Object.assign({},t,{placement:e})):r,l=a[0],i=a[1];return l=l||0,i=(i||0)*o,[st,zt].indexOf(n)>=0?{x:i,y:l}:{x:l,y:i}}function $8(e){var t=e.state,r=e.options,n=e.name,o=r.offset,a=o===void 0?[0,0]:o,l=ly.reduce(function(p,m){return p[m]=fF(m,t.rects,a),p},{}),i=l[t.placement],u=i.x,d=i.y;t.modifiersData.popperOffsets!=null&&(t.modifiersData.popperOffsets.x+=u,t.modifiersData.popperOffsets.y+=d),t.modifiersData[n]=l}var hF,mP=z(()=>{va(),Wt(),c(fF,"distanceAndSkiddingToXY"),c($8,"offset"),hF={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:$8}});function L8(e){var t=e.state,r=e.name;t.modifiersData[r]=yy({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})}var mF,gP=z(()=>{sF(),c(L8,"popperOffsets"),mF={name:"popperOffsets",enabled:!0,phase:"read",fn:L8,data:{}}});function gF(e){return e==="x"?"y":"x"}var vP=z(()=>{c(gF,"getAltAxis")});function O8(e){var t=e.state,r=e.options,n=e.name,o=r.mainAxis,a=o===void 0?!0:o,l=r.altAxis,i=l===void 0?!1:l,u=r.boundary,d=r.rootBoundary,p=r.altBoundary,m=r.padding,h=r.tether,f=h===void 0?!0:h,v=r.tetherOffset,g=v===void 0?0:v,C=Hl(t,{boundary:u,rootBoundary:d,padding:m,altBoundary:p}),b=dr(t.placement),y=sa(t.placement),E=!y,x=D1(b),D=gF(x),S=t.modifiersData.popperOffsets,k=t.rects.reference,A=t.rects.popper,_=typeof g=="function"?g(Object.assign({},t.rects,{placement:t.placement})):g,R=typeof _=="number"?{mainAxis:_,altAxis:_}:Object.assign({mainAxis:0,altAxis:0},_),I=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,$={x:0,y:0};if(S){if(a){var L,N=x==="y"?it:st,M=x==="y"?It:zt,j=x==="y"?"height":"width",q=S[x],B=q+C[N],P=q-C[M],H=f?-A[j]/2:0,G=y===Yo?k[j]:A[j],Z=y===Yo?-A[j]:-k[j],Q=t.elements.arrow,ie=f&&Q?x1(Q):{width:0,height:0},U=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:dy(),X=U[N],re=U[M],_e=vl(0,k[j],ie[j]),qe=E?k[j]/2-H-_e-X-R.mainAxis:G-_e-X-R.mainAxis,xr=E?-k[j]/2+H+_e+re+R.mainAxis:Z+_e+re+R.mainAxis,xt=t.elements.arrow&&ni(t.elements.arrow),Kt=xt?x==="y"?xt.clientTop||0:xt.clientLeft||0:0,W=(L=I?.[x])!=null?L:0,Yt=q+qe-W-Kt,Cr=q+xr-W,bo=vl(f?Zs(B,Yt):B,q,f?to(P,Cr):P);S[x]=bo,$[x]=bo-q}if(i){var Ca,Dr=x==="x"?it:st,Tu=x==="x"?It:zt,rt=S[D],Eo=D==="y"?"height":"width",Sr=rt+C[Dr],Da=rt-C[Tu],kr=[it,st].indexOf(b)!==-1,Sa=(Ca=I?.[D])!=null?Ca:0,Ar=kr?Sr:rt-k[Eo]-A[Eo]-Sa+R.altAxis,Ge=kr?rt+k[Eo]+A[Eo]-Sa-R.altAxis:Da,Zt=f&&kr?j_(Ar,rt,Ge):vl(f?Ar:Sr,rt,f?Ge:Da);S[D]=Zt,$[D]=Zt-rt}t.modifiersData[n]=$}}var vF,yP=z(()=>{Wt(),va(),cy(),vP(),V_(),sy(),_u(),_1(),Fu(),U_(),ya(),c(O8,"preventOverflow"),vF={name:"preventOverflow",enabled:!0,phase:"main",fn:O8,requiresIfExists:["offset"]}}),yF=z(()=>{});function wF(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}var wP=z(()=>{c(wF,"getHTMLElementScroll")});function bF(e){return e===Et(e)||!Rt(e)?S1(e):wF(e)}var bP=z(()=>{hy(),Qr(),qt(),wP(),c(bF,"getNodeScroll")});function EF(e){var t=e.getBoundingClientRect(),r=la(t.width)/e.offsetWidth||1,n=la(t.height)/e.offsetHeight||1;return r!==1||n!==1}function xF(e,t,r){r===void 0&&(r=!1);var n=Rt(t),o=Rt(t)&&EF(t),a=kn(t),l=ia(e,o,r),i={scrollLeft:0,scrollTop:0},u={x:0,y:0};return(n||!n&&!r)&&((gr(t)!=="body"||A1(a))&&(i=bF(t)),Rt(t)?(u=ia(t,!0),u.x+=t.clientLeft,u.y+=t.clientTop):a&&(u.x=k1(a))),{x:l.left+i.scrollLeft-u.x,y:l.top+i.scrollTop-u.y,width:l.width,height:l.height}}var EP=z(()=>{Su(),bP(),ga(),qt(),my(),vo(),gy(),ya(),c(EF,"isElementScaled"),c(xF,"getCompositeRect")});function CF(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 l=[].concat(a.requires||[],a.requiresIfExists||[]);l.forEach(function(i){if(!r.has(i)){var u=t.get(i);u&&o(u)}}),n.push(a)}return c(o,"sort"),e.forEach(function(a){r.has(a.name)||o(a)}),n}function DF(e){var t=CF(e);return $_.reduce(function(r,n){return r.concat(t.filter(function(o){return o.phase===n}))},[])}var xP=z(()=>{Wt(),c(CF,"order"),c(DF,"orderModifiers")});function SF(e){var t;return function(){return t||(t=new Promise(function(r){Promise.resolve().then(function(){t=void 0,r(e())})})),t}}var CP=z(()=>{c(SF,"debounce")});function kF(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 DP=z(()=>{c(kF,"mergeByName")});function o5(){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 AF(e){e===void 0&&(e={});var t=e,r=t.defaultModifiers,n=r===void 0?[]:r,o=t.defaultOptions,a=o===void 0?a5:o;return c(function(l,i,u){u===void 0&&(u=a);var d={placement:"bottom",orderedModifiers:[],options:Object.assign({},a5,a),modifiersData:{},elements:{reference:l,popper:i},attributes:{},styles:{}},p=[],m=!1,h={state:d,setOptions:c(function(g){var C=typeof g=="function"?g(d.options):g;v(),d.options=Object.assign({},a,d.options,C),d.scrollParents={reference:uo(l)?yl(l):l.contextElement?yl(l.contextElement):[],popper:yl(i)};var b=DF(kF([].concat(n,d.options.modifiers)));return d.orderedModifiers=b.filter(function(y){return y.enabled}),f(),h.update()},"setOptions"),forceUpdate:c(function(){if(!m){var g=d.elements,C=g.reference,b=g.popper;if(o5(C,b)){d.rects={reference:xF(C,ni(b),d.options.strategy==="fixed"),popper:x1(b)},d.reset=!1,d.placement=d.options.placement,d.orderedModifiers.forEach(function(A){return d.modifiersData[A.name]=Object.assign({},A.data)});for(var y=0;y<d.orderedModifiers.length;y++){if(d.reset===!0){d.reset=!1,y=-1;continue}var E=d.orderedModifiers[y],x=E.fn,D=E.options,S=D===void 0?{}:D,k=E.name;typeof x=="function"&&(d=x({state:d,options:S,name:k,instance:h})||d)}}}},"forceUpdate"),update:SF(function(){return new Promise(function(g){h.forceUpdate(),g(d)})}),destroy:c(function(){v(),m=!0},"destroy")};if(!o5(l,i))return h;h.setOptions(u).then(function(g){!m&&u.onFirstUpdate&&u.onFirstUpdate(g)});function f(){d.orderedModifiers.forEach(function(g){var C=g.name,b=g.options,y=b===void 0?{}:b,E=g.effect;if(typeof E=="function"){var x=E({state:d,name:C,instance:h,options:y}),D=c(function(){},"noopFn");p.push(x||D)}})}c(f,"runModifierEffects");function v(){p.forEach(function(g){return g()}),p=[]}return c(v,"cleanupModifierEffects"),h},"createPopper")}var a5,SP=z(()=>{EP(),sy(),nF(),_u(),xP(),CP(),DP(),qt(),a5={placement:"bottom",modifiers:[],strategy:"absolute"},c(o5,"areValidElements"),c(AF,"popperGenerator")}),M8,_F,kP=z(()=>{SP(),aP(),gP(),oP(),tP(),mP(),fP(),yP(),nP(),hP(),yF(),M8=[J_,mF,X_,L_,hF,dF,vF,K_,pF],_F=AF({defaultModifiers:M8})}),AP=z(()=>{Wt(),yF(),kP()}),_P=Y((e,t)=>{var r=typeof Element<"u",n=typeof Map=="function",o=typeof Set=="function",a=typeof ArrayBuffer=="function"&&!!ArrayBuffer.isView;function l(i,u){if(i===u)return!0;if(i&&u&&typeof i=="object"&&typeof u=="object"){if(i.constructor!==u.constructor)return!1;var d,p,m;if(Array.isArray(i)){if(d=i.length,d!=u.length)return!1;for(p=d;p--!==0;)if(!l(i[p],u[p]))return!1;return!0}var h;if(n&&i instanceof Map&&u instanceof Map){if(i.size!==u.size)return!1;for(h=i.entries();!(p=h.next()).done;)if(!u.has(p.value[0]))return!1;for(h=i.entries();!(p=h.next()).done;)if(!l(p.value[1],u.get(p.value[0])))return!1;return!0}if(o&&i instanceof Set&&u instanceof Set){if(i.size!==u.size)return!1;for(h=i.entries();!(p=h.next()).done;)if(!u.has(p.value[0]))return!1;return!0}if(a&&ArrayBuffer.isView(i)&&ArrayBuffer.isView(u)){if(d=i.length,d!=u.length)return!1;for(p=d;p--!==0;)if(i[p]!==u[p])return!1;return!0}if(i.constructor===RegExp)return i.source===u.source&&i.flags===u.flags;if(i.valueOf!==Object.prototype.valueOf&&typeof i.valueOf=="function"&&typeof u.valueOf=="function")return i.valueOf()===u.valueOf();if(i.toString!==Object.prototype.toString&&typeof i.toString=="function"&&typeof u.toString=="function")return i.toString()===u.toString();if(m=Object.keys(i),d=m.length,d!==Object.keys(u).length)return!1;for(p=d;p--!==0;)if(!Object.prototype.hasOwnProperty.call(u,m[p]))return!1;if(r&&i instanceof Element)return!1;for(p=d;p--!==0;)if(!((m[p]==="_owner"||m[p]==="__v"||m[p]==="__o")&&i.$$typeof)&&!l(i[m[p]],u[m[p]]))return!1;return!0}return i!==i&&u!==u}c(l,"equal"),t.exports=c(function(i,u){try{return l(i,u)}catch(d){if((d.message||"").match(/stack|recursion/i))return console.warn("react-fast-compare cannot handle circular refs"),!1;throw d}},"isEqual")}),P8,N8,FF,FP=z(()=>{AP(),P8=We(_P()),eP(),N8=[],FF=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||N8},a=s.useState({styles:{popper:{position:o.strategy,left:"0",top:"0"},arrow:{position:"absolute"}},attributes:{}}),l=a[0],i=a[1],u=s.useMemo(function(){return{name:"updateState",enabled:!0,phase:"write",fn:c(function(m){var h=m.state,f=Object.keys(h.elements);du.flushSync(function(){i({styles:Yg(f.map(function(v){return[v,h.styles[v]||{}]})),attributes:Yg(f.map(function(v){return[v,h.attributes[v]]}))})})},"fn"),requires:["computeStyles"]}},[]),d=s.useMemo(function(){var m={onFirstUpdate:o.onFirstUpdate,placement:o.placement,strategy:o.strategy,modifiers:[].concat(o.modifiers,[u,{name:"applyStyles",enabled:!1}])};return(0,P8.default)(n.current,m)?n.current||m:(n.current=m,m)},[o.onFirstUpdate,o.placement,o.strategy,o.modifiers,u]),p=s.useRef();return Zg(function(){p.current&&p.current.setOptions(d)},[d]),Zg(function(){if(!(e==null||t==null)){var m=r.createPopper||_F,h=m(e,t,d);return p.current=h,function(){h.destroy(),p.current=null}}},[e,t,r.createPopper]),{state:p.current?p.current.state:null,styles:l.styles,attributes:l.attributes,update:p.current?p.current.update:null,forceUpdate:p.current?p.current.forceUpdate:null}},"usePopper")}),RP=z(()=>{FP()});function wy(e){var t=s.useRef(e);return t.current=e,s.useCallback(function(){return t.current},[])}function RF(e){var t=e.initial,r=e.value,n=e.onChange,o=n===void 0?IF: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),l=a[0],i=a[1],u=wy(l),d=s.useCallback(function(m){var h=u(),f=typeof m=="function"?m(h):m;typeof f.persist=="function"&&f.persist(),i(f),typeof o=="function"&&o(f)},[u,o]),p=r!==void 0;return[p?r:l,p?o:d]}function l5(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 TF(e,t){var r,n,o;e===void 0&&(e={}),t===void 0&&(t={});var a=Object.keys(s5).reduce(function(M,j){var q;return oe({},M,(q={},q[j]=M[j]!==void 0?M[j]:s5[j],q))},e),l=s.useMemo(function(){return[{name:"offset",options:{offset:a.offset}}]},Array.isArray(a.offset)?a.offset:[]),i=oe({},t,{placement:t.placement||a.placement,modifiers:t.modifiers||l}),u=s.useState(null),d=u[0],p=u[1],m=s.useState(null),h=m[0],f=m[1],v=RF({initial:a.defaultVisible,value:a.visible,onChange:a.onVisibleChange}),g=v[0],C=v[1],b=s.useRef();s.useEffect(function(){return function(){return clearTimeout(b.current)}},[]);var y=FF(a.followCursor?i5:d,h,i),E=y.styles,x=y.attributes,D=Qd(y,zF),S=D.update,k=wy({visible:g,triggerRef:d,tooltipRef:h,finalConfig:a}),A=s.useCallback(function(M){return Array.isArray(a.trigger)?a.trigger.includes(M):a.trigger===M},Array.isArray(a.trigger)?a.trigger:[a.trigger]),_=s.useCallback(function(){clearTimeout(b.current),b.current=window.setTimeout(function(){return C(!1)},a.delayHide)},[a.delayHide,C]),R=s.useCallback(function(){clearTimeout(b.current),b.current=window.setTimeout(function(){return C(!0)},a.delayShow)},[a.delayShow,C]),I=s.useCallback(function(){k().visible?_():R()},[k,_,R]);s.useEffect(function(){if(k().finalConfig.closeOnOutsideClick){var M=c(function(j){var q,B=k(),P=B.tooltipRef,H=B.triggerRef,G=(j.composedPath==null||(q=j.composedPath())==null?void 0:q[0])||j.target;G instanceof Node&&P!=null&&H!=null&&!P.contains(G)&&!H.contains(G)&&_()},"handleClickOutside");return document.addEventListener("mousedown",M),function(){return document.removeEventListener("mousedown",M)}}},[k,_]),s.useEffect(function(){if(!(d==null||!A("click")))return d.addEventListener("click",I),function(){return d.removeEventListener("click",I)}},[d,A,I]),s.useEffect(function(){if(!(d==null||!A("double-click")))return d.addEventListener("dblclick",I),function(){return d.removeEventListener("dblclick",I)}},[d,A,I]),s.useEffect(function(){if(!(d==null||!A("right-click"))){var M=c(function(j){j.preventDefault(),I()},"preventDefaultAndToggle");return d.addEventListener("contextmenu",M),function(){return d.removeEventListener("contextmenu",M)}}},[d,A,I]),s.useEffect(function(){if(!(d==null||!A("focus")))return d.addEventListener("focus",R),d.addEventListener("blur",_),function(){d.removeEventListener("focus",R),d.removeEventListener("blur",_)}},[d,A,R,_]),s.useEffect(function(){if(!(d==null||!A("hover")))return d.addEventListener("mouseenter",R),d.addEventListener("mouseleave",_),function(){d.removeEventListener("mouseenter",R),d.removeEventListener("mouseleave",_)}},[d,A,R,_]),s.useEffect(function(){if(!(h==null||!A("hover")||!k().finalConfig.interactive))return h.addEventListener("mouseenter",R),h.addEventListener("mouseleave",_),function(){h.removeEventListener("mouseenter",R),h.removeEventListener("mouseleave",_)}},[h,A,R,_,k]);var $=D==null||(r=D.state)==null||(n=r.modifiersData)==null||(o=n.hide)==null?void 0:o.isReferenceHidden;s.useEffect(function(){a.closeOnTriggerHidden&&$&&_()},[a.closeOnTriggerHidden,_,$]),s.useEffect(function(){if(!a.followCursor||d==null)return;function M(j){var q=j.clientX,B=j.clientY;i5.getBoundingClientRect=l5(q,B),S?.()}return c(M,"setMousePosition"),d.addEventListener("mousemove",M),function(){return d.removeEventListener("mousemove",M)}},[a.followCursor,d,S]),s.useEffect(function(){if(!(h==null||S==null||a.mutationObserverOptions==null)){var M=new MutationObserver(S);return M.observe(h,a.mutationObserverOptions),function(){return M.disconnect()}}},[a.mutationObserverOptions,h,S]);var L=c(function(M){return M===void 0&&(M={}),oe({},M,{style:oe({},M.style,E.popper)},x.popper,{"data-popper-interactive":a.interactive})},"getTooltipProps"),N=c(function(M){return M===void 0&&(M={}),oe({},M,x.arrow,{style:oe({},M.style,E.arrow),"data-popper-arrow":!0})},"getArrowProps");return oe({getArrowProps:N,getTooltipProps:L,setTooltipRef:f,setTriggerRef:p,tooltipRef:h,triggerRef:d,visible:g},D)}var IF,zF,i5,s5,TP=z(()=>{tv(),yr(),RP(),c(wy,"useGetLatest"),IF=c(function(){},"noop"),c(RF,"useControlledState"),c(l5,"generateBoundingClientRect"),zF=["styles","attributes"],i5={getBoundingClientRect:l5()},s5={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(TF,"usePopperTooltip")}),H8,Dt,on,j8,V8,u5,IP=z(()=>{H8=We(Jd(),1),Dt=(0,H8.default)(1e3)((e,t,r,n=0)=>t.split("-")[0]===e?r:n),on=8,j8=F.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:`${Dt("top",r,`${on*-1}px`,"auto")}`,top:`${Dt("bottom",r,`${on*-1}px`,"auto")}`,right:`${Dt("left",r,`${on*-1}px`,"auto")}`,left:`${Dt("right",r,`${on*-1}px`,"auto")}`,borderBottomWidth:`${Dt("top",r,"0",on)}px`,borderTopWidth:`${Dt("bottom",r,"0",on)}px`,borderRightWidth:`${Dt("left",r,"0",on)}px`,borderLeftWidth:`${Dt("right",r,"0",on)}px`,borderTopColor:Dt("top",r,e.color[t]||t||e.base==="light"?di(e.background.app):e.background.app,"transparent"),borderBottomColor:Dt("bottom",r,e.color[t]||t||e.base==="light"?di(e.background.app):e.background.app,"transparent"),borderLeftColor:Dt("left",r,e.color[t]||t||e.base==="light"?di(e.background.app):e.background.app,"transparent"),borderRightColor:Dt("right",r,e.color[t]||t||e.base==="light"?di(e.background.app):e.background.app,"transparent")})),V8=F.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"?di(e.background.app):e.background.app,filter:`
|
|
330
|
-
drop-shadow(0px 5px 5px rgba(0,0,0,0.05))
|
|
331
|
-
drop-shadow(0 1px 3px rgba(0,0,0,0.1))
|
|
332
|
-
`,borderRadius:e.appBorderRadius,fontSize:e.typography.size.s1}:{}),u5=w.forwardRef(({placement:e="top",hasChrome:t=!0,children:r,arrowProps:n={},tooltipRef:o,color:a,withArrows:l,...i},u)=>w.createElement(V8,{"data-testid":"tooltip",hasChrome:t,ref:u,...i,color:a},t&&l&&w.createElement(j8,{placement:e,...n,color:a}),r)),u5.displayName="Tooltip"}),by={};Jl(by,{WithToolTipState:()=>wd,WithTooltip:()=>wd,WithTooltipPure:()=>c5});var Bi,U8,W8,c5,wd,Ey=z(()=>{ev(),TP(),IP(),{document:Bi}=Xd,U8=F.div`
|
|
333
|
-
display: inline-block;
|
|
334
|
-
cursor: ${e=>e.trigger==="hover"||e.trigger.includes("hover")?"default":"pointer"};
|
|
335
|
-
`,W8=F.g`
|
|
336
|
-
cursor: ${e=>e.trigger==="hover"||e.trigger.includes("hover")?"default":"pointer"};
|
|
337
|
-
`,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:l=!1,withArrows:i,offset:u,tooltip:d,children:p,closeOnTriggerHidden:m,mutationObserverOptions:h,delayHide:f,visible:v,interactive:g,delayShow:C,strategy:b,followCursor:y,onVisibleChange:E,...x})=>{let D=e?W8:U8,{getArrowProps:S,getTooltipProps:k,setTooltipRef:A,setTriggerRef:_,visible:R,state:I}=TF({trigger:t,placement:n,defaultVisible:l,delayHide:f,interactive:g,closeOnOutsideClick:r,closeOnTriggerHidden:m,onVisibleChange:E,delayShow:C,followCursor:y,mutationObserverOptions:h,visible:v,offset:u},{modifiers:o,strategy:b}),$=w.createElement(u5,{placement:I?.placement,ref:A,hasChrome:a,arrowProps:S(),withArrows:i,...k()},typeof d=="function"?d({onHide:c(()=>E(!1),"onHide")}):d);return w.createElement(w.Fragment,null,w.createElement(D,{trigger:t,ref:_,...x},p),R&&X9.createPortal($,Bi.body))},"WithTooltipPure"),wd=c(({startOpen:e=!1,onVisibleChange:t,...r})=>{let[n,o]=s.useState(e),a=s.useCallback(l=>{t&&t(l)===!1||o(l)},[t]);return s.useEffect(()=>{let l=c(()=>a(!1),"hide");Bi.addEventListener("keydown",l,!1);let i=Array.from(Bi.getElementsByTagName("iframe")),u=[];return i.forEach(d=>{let p=c(()=>{try{d.contentWindow.document&&(d.contentWindow.document.addEventListener("click",l),u.push(()=>{try{d.contentWindow.document.removeEventListener("click",l)}catch{}}))}catch{}},"bind");p(),d.addEventListener("load",p),u.push(()=>{d.removeEventListener("load",p)})}),()=>{Bi.removeEventListener("keydown",l),u.forEach(d=>{d()})}}),w.createElement(c5,{...r,visible:n,onVisibleChange:a})},"WithToolTipState")}),ge=c(({...e},t)=>{let r=[e.class,e.className];return delete e.class,e.className=["sbdocs",`sbdocs-${t}`,...r].filter(Boolean).join(" "),e},"nameSpaceClassNames");yr();BO();Q2();function BF(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,$l(e,t)}c(BF,"_inheritsLoose");$O();Q2();function $F(e){try{return Function.toString.call(e).indexOf("[native code]")!==-1}catch{return typeof e=="function"}}c($F,"_isNativeFunction");function xy(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(xy=c(function(){return!!e},"_isNativeReflectConstruct"))()}c(xy,"_isNativeReflectConstruct");Q2();function LF(e,t,r){if(xy())return Reflect.construct.apply(null,arguments);var n=[null];n.push.apply(n,t);var o=new(e.bind.apply(e,n));return r&&$l(o,r.prototype),o}c(LF,"_construct");function bd(e){var t=typeof Map=="function"?new Map:void 0;return bd=c(function(r){if(r===null||!$F(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 LF(r,arguments,H0(this).constructor)}return c(n,"Wrapper"),n.prototype=Object.create(r.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),$l(n,r)},"_wrapNativeSuper"),bd(e)}c(bd,"_wrapNativeSuper");var zP={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 }).
|
|
338
|
-
|
|
339
|
-
`,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 }).
|
|
340
|
-
|
|
341
|
-
`,3:`Passed an incorrect argument to a color function, please pass a string representation of a color.
|
|
342
|
-
|
|
343
|
-
`,4:`Couldn't generate valid rgb string from %s, it returned %s.
|
|
344
|
-
|
|
345
|
-
`,5:`Couldn't parse the color string. Please provide the color as a string in hex, rgb, rgba, hsl or hsla notation.
|
|
346
|
-
|
|
347
|
-
`,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 }).
|
|
348
|
-
|
|
349
|
-
`,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 }).
|
|
350
|
-
|
|
351
|
-
`,8:`Passed invalid argument to toColorString, please pass a RgbColor, RgbaColor, HslColor or HslaColor object.
|
|
352
|
-
|
|
353
|
-
`,9:`Please provide a number of steps to the modularScale helper.
|
|
354
|
-
|
|
355
|
-
`,10:`Please pass a number or one of the predefined scales to the modularScale helper as the ratio.
|
|
356
|
-
|
|
357
|
-
`,11:`Invalid value passed as base to modularScale, expected number or em string but got "%s"
|
|
358
|
-
|
|
359
|
-
`,12:`Expected a string ending in "px" or a number passed as the first argument to %s(), got "%s" instead.
|
|
360
|
-
|
|
361
|
-
`,13:`Expected a string ending in "px" or a number passed as the second argument to %s(), got "%s" instead.
|
|
362
|
-
|
|
363
|
-
`,14:`Passed invalid pixel value ("%s") to %s(), please pass a value like "12px" or 12.
|
|
364
|
-
|
|
365
|
-
`,15:`Passed invalid base value ("%s") to %s(), please pass a value like "12px" or 12.
|
|
366
|
-
|
|
367
|
-
`,16:`You must provide a template to this method.
|
|
368
|
-
|
|
369
|
-
`,17:`You passed an unsupported selector state to this method.
|
|
370
|
-
|
|
371
|
-
`,18:`minScreen and maxScreen must be provided as stringified numbers with the same units.
|
|
372
|
-
|
|
373
|
-
`,19:`fromSize and toSize must be provided as stringified numbers with the same units.
|
|
374
|
-
|
|
375
|
-
`,20:`expects either an array of objects or a single object with the properties prop, fromSize, and toSize.
|
|
376
|
-
|
|
377
|
-
`,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.
|
|
378
|
-
|
|
379
|
-
`,24:`fontFace expects either the path to the font file(s) or a name of a local copy.
|
|
380
|
-
|
|
381
|
-
`,25:`fontFace expects localFonts to be an array.
|
|
382
|
-
|
|
383
|
-
`,26:`fontFace expects fileFormats to be an array.
|
|
384
|
-
|
|
385
|
-
`,27:`radialGradient requries at least 2 color-stops to properly render.
|
|
386
|
-
|
|
387
|
-
`,28:`Please supply a filename to retinaImage() as the first argument.
|
|
388
|
-
|
|
389
|
-
`,29:`Passed invalid argument to triangle, please pass correct pointingDirection e.g. 'right'.
|
|
390
|
-
|
|
391
|
-
`,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
|
|
392
|
-
|
|
393
|
-
`,32:`To pass multiple animations please supply them in arrays, e.g. animation(['rotate', '2s'], ['move', '1s'])
|
|
394
|
-
To pass a single animation please supply them in simple values, e.g. animation('rotate', '2s')
|
|
395
|
-
|
|
396
|
-
`,33:`The animation shorthand arrays can only have 8 elements. See the specification for more information: http://mdn.io/animation
|
|
397
|
-
|
|
398
|
-
`,34:`borderRadius expects a radius value as a string or number as the second argument.
|
|
399
|
-
|
|
400
|
-
`,35:`borderRadius expects one of "top", "bottom", "left" or "right" as the first argument.
|
|
401
|
-
|
|
402
|
-
`,36:`Property must be a string value.
|
|
403
|
-
|
|
404
|
-
`,37:`Syntax Error at %s.
|
|
405
|
-
|
|
406
|
-
`,38:`Formula contains a function that needs parentheses at %s.
|
|
407
|
-
|
|
408
|
-
`,39:`Formula is missing closing parenthesis at %s.
|
|
409
|
-
|
|
410
|
-
`,40:`Formula has too many closing parentheses at %s.
|
|
411
|
-
|
|
412
|
-
`,41:`All values in a formula must have the same unit or be unitless.
|
|
413
|
-
|
|
414
|
-
`,42:`Please provide a number of steps to the modularScale helper.
|
|
415
|
-
|
|
416
|
-
`,43:`Please pass a number or one of the predefined scales to the modularScale helper as the ratio.
|
|
417
|
-
|
|
418
|
-
`,44:`Invalid value passed as base to modularScale, expected number or em/rem string but got %s.
|
|
419
|
-
|
|
420
|
-
`,45:`Passed invalid argument to hslToColorString, please pass a HslColor or HslaColor object.
|
|
421
|
-
|
|
422
|
-
`,46:`Passed invalid argument to rgbToColorString, please pass a RgbColor or RgbaColor object.
|
|
423
|
-
|
|
424
|
-
`,47:`minScreen and maxScreen must be provided as stringified numbers with the same units.
|
|
425
|
-
|
|
426
|
-
`,48:`fromSize and toSize must be provided as stringified numbers with the same units.
|
|
427
|
-
|
|
428
|
-
`,49:`Expects either an array of objects or a single object with the properties prop, fromSize, and toSize.
|
|
429
|
-
|
|
430
|
-
`,50:`Expects the objects in the first argument array to have the properties prop, fromSize, and toSize.
|
|
431
|
-
|
|
432
|
-
`,51:`Expects the first argument object to have the properties prop, fromSize, and toSize.
|
|
433
|
-
|
|
434
|
-
`,52:`fontFace expects either the path to the font file(s) or a name of a local copy.
|
|
435
|
-
|
|
436
|
-
`,53:`fontFace expects localFonts to be an array.
|
|
437
|
-
|
|
438
|
-
`,54:`fontFace expects fileFormats to be an array.
|
|
439
|
-
|
|
440
|
-
`,55:`fontFace expects a name of a font-family.
|
|
441
|
-
|
|
442
|
-
`,56:`linearGradient requries at least 2 color-stops to properly render.
|
|
443
|
-
|
|
444
|
-
`,57:`radialGradient requries at least 2 color-stops to properly render.
|
|
445
|
-
|
|
446
|
-
`,58:`Please supply a filename to retinaImage() as the first argument.
|
|
447
|
-
|
|
448
|
-
`,59:`Passed invalid argument to triangle, please pass correct pointingDirection e.g. 'right'.
|
|
449
|
-
|
|
450
|
-
`,60:"Passed an invalid value to `height` or `width`. Please provide a pixel based unit.\n\n",61:`Property must be a string value.
|
|
451
|
-
|
|
452
|
-
`,62:`borderRadius expects a radius value as a string or number as the second argument.
|
|
453
|
-
|
|
454
|
-
`,63:`borderRadius expects one of "top", "bottom", "left" or "right" as the first argument.
|
|
455
|
-
|
|
456
|
-
`,64:`The animation shorthand only takes 8 arguments. See the specification for more information: http://mdn.io/animation.
|
|
457
|
-
|
|
458
|
-
`,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').
|
|
459
|
-
|
|
460
|
-
`,66:`The animation shorthand arrays can only have 8 elements. See the specification for more information: http://mdn.io/animation.
|
|
461
|
-
|
|
462
|
-
`,67:`You must provide a template to this method.
|
|
463
|
-
|
|
464
|
-
`,68:`You passed an unsupported selector state to this method.
|
|
465
|
-
|
|
466
|
-
`,69:`Expected a string ending in "px" or a number passed as the first argument to %s(), got %s instead.
|
|
467
|
-
|
|
468
|
-
`,70:`Expected a string ending in "px" or a number passed as the second argument to %s(), got %s instead.
|
|
469
|
-
|
|
470
|
-
`,71:`Passed invalid pixel value %s to %s(), please pass a value like "12px" or 12.
|
|
471
|
-
|
|
472
|
-
`,72:`Passed invalid base value %s to %s(), please pass a value like "12px" or 12.
|
|
473
|
-
|
|
474
|
-
`,73:`Please provide a valid CSS variable.
|
|
475
|
-
|
|
476
|
-
`,74:`CSS variable not found and no default was provided.
|
|
477
|
-
|
|
478
|
-
`,75:`important requires a valid style object, got a %s instead.
|
|
479
|
-
|
|
480
|
-
`,76:`fromSize and toSize must be provided as stringified numbers with the same units as minScreen and maxScreen.
|
|
481
|
-
|
|
482
|
-
`,77:`remToPx expects a value in "rem" but you provided it in "%s".
|
|
483
|
-
|
|
484
|
-
`,78:`base must be set in "px" or "%" but you set it in "%s".
|
|
485
|
-
`};function OF(){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(l){n=n.replace(/%[a-z]/,l)}),n}c(OF,"format");var Pr=function(e){BF(t,e);function t(r){for(var n,o=arguments.length,a=new Array(o>1?o-1:0),l=1;l<o;l++)a[l-1]=arguments[l];return n=e.call(this,OF.apply(void 0,[zP[r]].concat(a)))||this,J9(n)}return c(t,"PolishedError"),t}(bd(Error));function r0(e){return Math.round(e*255)}c(r0,"colorToInt");function MF(e,t,r){return r0(e)+","+r0(t)+","+r0(r)}c(MF,"convertToInt");function jl(e,t,r,n){if(n===void 0&&(n=MF),t===0)return n(r,r,r);var o=(e%360+360)%360/60,a=(1-Math.abs(2*r-1))*t,l=a*(1-Math.abs(o%2-1)),i=0,u=0,d=0;o>=0&&o<1?(i=a,u=l):o>=1&&o<2?(i=l,u=a):o>=2&&o<3?(u=a,d=l):o>=3&&o<4?(u=l,d=a):o>=4&&o<5?(i=l,d=a):o>=5&&o<6&&(i=a,d=l);var p=r-a/2,m=i+p,h=u+p,f=d+p;return n(m,h,f)}c(jl,"hslToRgb");var q8={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 PF(e){if(typeof e!="string")return e;var t=e.toLowerCase();return q8[t]?"#"+q8[t]:e}c(PF,"nameToHex");var BP=/^#[a-fA-F0-9]{6}$/,$P=/^#[a-fA-F0-9]{8}$/,LP=/^#[a-fA-F0-9]{3}$/,OP=/^#[a-fA-F0-9]{4}$/,zh=/^rgb\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*\)$/i,MP=/^rgb(?:a)?\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i,PP=/^hsl\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*\)$/i,NP=/^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 F1(e){if(typeof e!="string")throw new Pr(3);var t=PF(e);if(t.match(BP))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($P)){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(LP))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(OP)){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=zh.exec(t);if(o)return{red:parseInt(""+o[1],10),green:parseInt(""+o[2],10),blue:parseInt(""+o[3],10)};var a=MP.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 l=PP.exec(t);if(l){var i=parseInt(""+l[1],10),u=parseInt(""+l[2],10)/100,d=parseInt(""+l[3],10)/100,p="rgb("+jl(i,u,d)+")",m=zh.exec(p);if(!m)throw new Pr(4,t,p);return{red:parseInt(""+m[1],10),green:parseInt(""+m[2],10),blue:parseInt(""+m[3],10)}}var h=NP.exec(t.substring(0,50));if(h){var f=parseInt(""+h[1],10),v=parseInt(""+h[2],10)/100,g=parseInt(""+h[3],10)/100,C="rgb("+jl(f,v,g)+")",b=zh.exec(C);if(!b)throw new Pr(4,t,C);return{red:parseInt(""+b[1],10),green:parseInt(""+b[2],10),blue:parseInt(""+b[3],10),alpha:parseFloat(""+h[4])>1?parseFloat(""+h[4])/100:parseFloat(""+h[4])}}throw new Pr(5)}c(F1,"parseToRgb");function NF(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),l=(o+a)/2;if(o===a)return e.alpha!==void 0?{hue:0,saturation:0,lightness:l,alpha:e.alpha}:{hue:0,saturation:0,lightness:l};var i,u=o-a,d=l>.5?u/(2-o-a):u/(o+a);switch(o){case t:i=(r-n)/u+(r<n?6:0);break;case r:i=(n-t)/u+2;break;default:i=(t-r)/u+4;break}return i*=60,e.alpha!==void 0?{hue:i,saturation:d,lightness:l,alpha:e.alpha}:{hue:i,saturation:d,lightness:l}}c(NF,"rgbToHsl");function Cy(e){return NF(F1(e))}c(Cy,"parseToHsl");var HP=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"),d5=HP;function Pn(e){var t=e.toString(16);return t.length===1?"0"+t:t}c(Pn,"numberToHex");function n0(e){return Pn(Math.round(e*255))}c(n0,"colorToHex");function HF(e,t,r){return d5("#"+n0(e)+n0(t)+n0(r))}c(HF,"convertToHex");function Xs(e,t,r){return jl(e,t,r,HF)}c(Xs,"hslToHex");function jF(e,t,r){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number")return Xs(e,t,r);if(typeof e=="object"&&t===void 0&&r===void 0)return Xs(e.hue,e.saturation,e.lightness);throw new Pr(1)}c(jF,"hsl");function VF(e,t,r,n){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number"&&typeof n=="number")return n>=1?Xs(e,t,r):"rgba("+jl(e,t,r)+","+n+")";if(typeof e=="object"&&t===void 0&&r===void 0&&n===void 0)return e.alpha>=1?Xs(e.hue,e.saturation,e.lightness):"rgba("+jl(e.hue,e.saturation,e.lightness)+","+e.alpha+")";throw new Pr(2)}c(VF,"hsla");function Ed(e,t,r){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number")return d5("#"+Pn(e)+Pn(t)+Pn(r));if(typeof e=="object"&&t===void 0&&r===void 0)return d5("#"+Pn(e.red)+Pn(e.green)+Pn(e.blue));throw new Pr(6)}c(Ed,"rgb");function Js(e,t,r,n){if(typeof e=="string"&&typeof t=="number"){var o=F1(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?Ed(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?Ed(e.red,e.green,e.blue):"rgba("+e.red+","+e.green+","+e.blue+","+e.alpha+")"}throw new Pr(7)}c(Js,"rgba");var jP=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"),VP=c(function(e){return typeof e.red=="number"&&typeof e.green=="number"&&typeof e.blue=="number"&&typeof e.alpha=="number"},"isRgba"),UP=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"),WP=c(function(e){return typeof e.hue=="number"&&typeof e.saturation=="number"&&typeof e.lightness=="number"&&typeof e.alpha=="number"},"isHsla");function Dy(e){if(typeof e!="object")throw new Pr(8);if(VP(e))return Js(e);if(jP(e))return Ed(e);if(WP(e))return VF(e);if(UP(e))return jF(e);throw new Pr(8)}c(Dy,"toColorString");function Sy(e,t,r){return c(function(){var n=r.concat(Array.prototype.slice.call(arguments));return n.length>=t?e.apply(this,n):Sy(e,t,n)},"fn")}c(Sy,"curried");function R1(e){return Sy(e,e.length,[])}c(R1,"curry");function T1(e,t,r){return Math.max(e,Math.min(t,r))}c(T1,"guard");function UF(e,t){if(t==="transparent")return t;var r=Cy(t);return Dy(oe({},r,{lightness:T1(0,1,r.lightness-parseFloat(e))}))}c(UF,"darken");var qP=R1(UF),rl=qP;function WF(e,t){if(t==="transparent")return t;var r=Cy(t);return Dy(oe({},r,{lightness:T1(0,1,r.lightness+parseFloat(e))}))}c(WF,"lighten");var GP=R1(WF),G8=GP;function qF(e,t){if(t==="transparent")return t;var r=F1(t),n=typeof r.alpha=="number"?r.alpha:1,o=oe({},r,{alpha:T1(0,1,+(n*100-parseFloat(e)*100).toFixed(2)/100)});return Js(o)}c(qF,"transparentize");var KP=R1(qF),Nt=KP,oi=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"),yo=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"?Nt(.1,e.color.defaultText):Nt(.3,e.color.defaultText),backgroundColor:e.base==="light"?e.color.lighter:e.color.border}),"codeCommon"),Ee=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"),wa={margin:"16px 0"},GF=F.div(Ee),YP=c(({href:e="",...t})=>{let r=/^\//.test(e)?`./?path=${e}`:e,n=/^#.*/.test(e)?"_self":"_top";return w.createElement("a",{href:r,target:n,...t})},"Link"),ZP=F(YP)(Ee,({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}})),XP=F.blockquote(Ee,wa,({theme:e})=>({borderLeft:`4px solid ${e.color.medium}`,padding:"0 15px",color:e.color.dark,"& > :first-of-type":{marginTop:0},"& > :last-child":{marginBottom:0}}));t1();var JP=c(e=>typeof e=="string","isReactChildString"),QP=/[\n\r]/g,eN=F.code(({theme:e})=>({fontFamily:e.typography.fonts.mono,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",display:"inline-block",paddingLeft:2,paddingRight:2,verticalAlign:"baseline",color:"inherit"}),yo),tN=F(hs)(({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"}})),KF=c(({className:e,children:t,...r})=>{let n=(e||"").match(/lang-(\S+)/),o=s.Children.toArray(t);return o.filter(JP).some(a=>a.match(QP))?w.createElement(tN,{bordered:!0,copyable:!0,language:n?.[1]??"text",format:!1,...r},t):w.createElement(eN,{...r,className:e},o)},"Code"),rN=F.dl(Ee,wa,{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}}),nN=F.div(Ee),oN=F.h1(Ee,oi,({theme:e})=>({fontSize:`${e.typography.size.l1}px`,fontWeight:e.typography.weight.bold})),YF=F.h2(Ee,oi,({theme:e})=>({fontSize:`${e.typography.size.m2}px`,paddingBottom:4,borderBottom:`1px solid ${e.appBorderColor}`})),ZF=F.h3(Ee,oi,({theme:e})=>({fontSize:`${e.typography.size.m1}px`})),aN=F.h4(Ee,oi,({theme:e})=>({fontSize:`${e.typography.size.s3}px`})),lN=F.h5(Ee,oi,({theme:e})=>({fontSize:`${e.typography.size.s2}px`})),iN=F.h6(Ee,oi,({theme:e})=>({fontSize:`${e.typography.size.s2}px`,color:e.color.dark})),sN=F.hr(({theme:e})=>({border:"0 none",borderTop:`1px solid ${e.appBorderColor}`,height:4,padding:0})),uN=F.img({maxWidth:"100%"}),cN=F.li(Ee,({theme:e})=>({fontSize:e.typography.size.s2,color:e.color.defaultText,lineHeight:"24px","& + li":{marginTop:".25em"},"& ul, & ol":{marginTop:".25em",marginBottom:0},"& code":yo({theme:e})})),dN={paddingLeft:30,"& :first-of-type":{marginTop:0},"& :last-child":{marginBottom:0}},pN=F.ol(Ee,wa,dN,{listStyle:"decimal"}),fN=F.p(Ee,wa,({theme:e})=>({fontSize:e.typography.size.s2,lineHeight:"24px",color:e.color.defaultText,"& code":yo({theme:e})})),hN=F.pre(Ee,wa,({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"}})),mN=F.span(Ee,({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"}}})),gN=F.title(yo),vN=F.table(Ee,wa,({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}})),yN={paddingLeft:30,"& :first-of-type":{marginTop:0},"& :last-child":{marginBottom:0}},wN=F.ul(Ee,wa,yN,{listStyle:"disc"}),XF={h1:c(e=>w.createElement(oN,{...ge(e,"h1")}),"h1"),h2:c(e=>w.createElement(YF,{...ge(e,"h2")}),"h2"),h3:c(e=>w.createElement(ZF,{...ge(e,"h3")}),"h3"),h4:c(e=>w.createElement(aN,{...ge(e,"h4")}),"h4"),h5:c(e=>w.createElement(lN,{...ge(e,"h5")}),"h5"),h6:c(e=>w.createElement(iN,{...ge(e,"h6")}),"h6"),pre:c(e=>w.createElement(hN,{...ge(e,"pre")}),"pre"),a:c(e=>w.createElement(ZP,{...ge(e,"a")}),"a"),hr:c(e=>w.createElement(sN,{...ge(e,"hr")}),"hr"),dl:c(e=>w.createElement(rN,{...ge(e,"dl")}),"dl"),blockquote:c(e=>w.createElement(XP,{...ge(e,"blockquote")}),"blockquote"),table:c(e=>w.createElement(vN,{...ge(e,"table")}),"table"),img:c(e=>w.createElement(uN,{...ge(e,"img")}),"img"),div:c(e=>w.createElement(nN,{...ge(e,"div")}),"div"),span:c(e=>w.createElement(mN,{...ge(e,"span")}),"span"),li:c(e=>w.createElement(cN,{...ge(e,"li")}),"li"),ul:c(e=>w.createElement(wN,{...ge(e,"ul")}),"ul"),ol:c(e=>w.createElement(pN,{...ge(e,"ol")}),"ol"),p:c(e=>w.createElement(fN,{...ge(e,"p")}),"p"),code:c(e=>w.createElement(KF,{...ge(e,"code")}),"code"),tt:c(e=>w.createElement(gN,{...ge(e,"tt")}),"tt"),resetwrapper:c(e=>w.createElement(GF,{...ge(e,"resetwrapper")}),"resetwrapper")},bN=F.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 ${Nt(.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 ${Nt(.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 ${Nt(.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 ${Nt(.9,e.color.positiveText)}`:"none"};default:return{}}}),Lte=c(({...e})=>w.createElement(bN,{...e}),"Badge"),JF={};Jl(JF,{AccessibilityAltIcon:()=>HU,AccessibilityIcon:()=>NU,AddIcon:()=>Lj,AdminIcon:()=>RU,AlertAltIcon:()=>cV,AlertIcon:()=>uV,AlignLeftIcon:()=>fH,AlignRightIcon:()=>hH,AppleIcon:()=>zH,ArrowBottomLeftIcon:()=>rU,ArrowBottomRightIcon:()=>nU,ArrowDownIcon:()=>XV,ArrowLeftIcon:()=>JV,ArrowRightIcon:()=>QV,ArrowSolidDownIcon:()=>aU,ArrowSolidLeftIcon:()=>lU,ArrowSolidRightIcon:()=>iU,ArrowSolidUpIcon:()=>oU,ArrowTopLeftIcon:()=>eU,ArrowTopRightIcon:()=>tU,ArrowUpIcon:()=>ZV,AzureDevOpsIcon:()=>PH,BackIcon:()=>wU,BasketIcon:()=>zV,BatchAcceptIcon:()=>Fj,BatchDenyIcon:()=>_j,BeakerIcon:()=>BV,BellIcon:()=>mV,BitbucketIcon:()=>NH,BoldIcon:()=>EH,BookIcon:()=>oH,BookmarkHollowIcon:()=>xV,BookmarkIcon:()=>CV,BottomBarIcon:()=>pj,BottomBarToggleIcon:()=>fj,BoxIcon:()=>yj,BranchIcon:()=>RH,BrowserIcon:()=>oj,ButtonIcon:()=>eV,CPUIcon:()=>hj,CalendarIcon:()=>dH,CameraIcon:()=>jN,CategoryIcon:()=>iH,CertificateIcon:()=>FV,ChangedIcon:()=>Hj,ChatIcon:()=>Kj,CheckIcon:()=>kj,ChevronDownIcon:()=>UV,ChevronLeftIcon:()=>WV,ChevronRightIcon:()=>tR,ChevronSmallDownIcon:()=>GV,ChevronSmallLeftIcon:()=>KV,ChevronSmallRightIcon:()=>YV,ChevronSmallUpIcon:()=>qV,ChevronUpIcon:()=>VV,ChromaticIcon:()=>HH,ChromeIcon:()=>OH,CircleHollowIcon:()=>bV,CircleIcon:()=>EV,ClearIcon:()=>Vj,CloseAltIcon:()=>Ij,CloseIcon:()=>Mj,CloudHollowIcon:()=>OV,CloudIcon:()=>MV,CogIcon:()=>Ej,CollapseIcon:()=>uU,CommandIcon:()=>oV,CommentAddIcon:()=>Wj,CommentIcon:()=>Uj,CommentsIcon:()=>Gj,CommitIcon:()=>FH,CompassIcon:()=>CU,ComponentDrivenIcon:()=>jH,ComponentIcon:()=>CN,ContrastIcon:()=>$N,ControlsIcon:()=>Rj,CopyIcon:()=>lH,CreditIcon:()=>Qj,CrossIcon:()=>eR,DashboardIcon:()=>AU,DatabaseIcon:()=>mj,DeleteIcon:()=>Pj,DiamondIcon:()=>DV,DirectionIcon:()=>TU,DiscordIcon:()=>VH,DocChartIcon:()=>gH,DocListIcon:()=>vH,DocumentIcon:()=>aH,DownloadIcon:()=>yU,DragIcon:()=>yH,EditIcon:()=>bj,EllipsisIcon:()=>Dj,EmailIcon:()=>dV,ExpandAltIcon:()=>sU,ExpandIcon:()=>cU,EyeCloseIcon:()=>zN,EyeIcon:()=>IN,FaceHappyIcon:()=>OU,FaceNeutralIcon:()=>MU,FaceSadIcon:()=>PU,FacebookIcon:()=>UH,FailedIcon:()=>jj,FastForwardIcon:()=>YN,FigmaIcon:()=>WH,FilterIcon:()=>mH,FlagIcon:()=>LV,FolderIcon:()=>sH,FormIcon:()=>Aj,GDriveIcon:()=>qH,GithubIcon:()=>GH,GitlabIcon:()=>KH,GlobeIcon:()=>xU,GoogleIcon:()=>YH,GraphBarIcon:()=>pH,GraphLineIcon:()=>cH,GraphqlIcon:()=>ZH,GridAltIcon:()=>AN,GridIcon:()=>DN,GrowIcon:()=>MN,HeartHollowIcon:()=>SV,HeartIcon:()=>kV,HomeIcon:()=>FU,HourglassIcon:()=>$V,InfoIcon:()=>lV,ItalicIcon:()=>xH,JumpToIcon:()=>wV,KeyIcon:()=>Xj,LightningIcon:()=>BN,LightningOffIcon:()=>QF,LinkBrokenIcon:()=>hV,LinkIcon:()=>fV,LinkedinIcon:()=>rj,LinuxIcon:()=>BH,ListOrderedIcon:()=>DH,ListUnorderedIcon:()=>SH,LocationIcon:()=>DU,LockIcon:()=>Yj,MarkdownIcon:()=>AH,MarkupIcon:()=>bH,MediumIcon:()=>XH,MemoryIcon:()=>gj,MenuIcon:()=>wH,MergeIcon:()=>IH,MirrorIcon:()=>ON,MobileIcon:()=>lj,MoonIcon:()=>nH,NutIcon:()=>xj,OutboxIcon:()=>Jj,OutlineIcon:()=>SN,PaintBrushIcon:()=>PN,PaperClipIcon:()=>CH,ParagraphIcon:()=>kH,PassedIcon:()=>Nj,PhoneIcon:()=>pV,PhotoDragIcon:()=>kN,PhotoIcon:()=>xN,PinAltIcon:()=>Bj,PinIcon:()=>SU,PlayAllHollowIcon:()=>QN,PlayBackIcon:()=>qN,PlayHollowIcon:()=>JN,PlayIcon:()=>WN,PlayNextIcon:()=>GN,PlusIcon:()=>Tj,PointerDefaultIcon:()=>rV,PointerHandIcon:()=>nV,PowerIcon:()=>wj,PrintIcon:()=>uH,ProceedIcon:()=>bU,ProfileIcon:()=>LU,PullRequestIcon:()=>TH,QuestionIcon:()=>iV,RSSIcon:()=>gV,RedirectIcon:()=>fU,ReduxIcon:()=>JH,RefreshIcon:()=>EU,ReplyIcon:()=>mU,RepoIcon:()=>_H,RequestChangeIcon:()=>qj,RewindIcon:()=>KN,RulerIcon:()=>NN,SaveIcon:()=>aV,SearchIcon:()=>_N,ShareAltIcon:()=>vV,ShareIcon:()=>yV,ShieldIcon:()=>IV,SideBySideIcon:()=>eH,SidebarAltIcon:()=>uj,SidebarAltToggleIcon:()=>cj,SidebarIcon:()=>sj,SidebarToggleIcon:()=>dj,SpeakerIcon:()=>UN,StackedIcon:()=>tH,StarHollowIcon:()=>AV,StarIcon:()=>_V,StatusFailIcon:()=>NV,StatusPassIcon:()=>jV,StatusWarnIcon:()=>HV,StickerIcon:()=>PV,StopAltHollowIcon:()=>XN,StopAltIcon:()=>ZN,StopIcon:()=>HN,StorybookIcon:()=>MH,StructureIcon:()=>vj,SubtractIcon:()=>Oj,SunIcon:()=>rH,SupportIcon:()=>sV,SwitchAltIcon:()=>LN,SyncIcon:()=>gU,TabletIcon:()=>aj,ThumbsUpIcon:()=>TV,TimeIcon:()=>kU,TimerIcon:()=>_U,TransferIcon:()=>pU,TrashIcon:()=>zj,TwitterIcon:()=>QH,TypeIcon:()=>tV,UbuntuIcon:()=>$H,UndoIcon:()=>hU,UnfoldIcon:()=>dU,UnlockIcon:()=>Zj,UnpinIcon:()=>$j,UploadIcon:()=>vU,UserAddIcon:()=>BU,UserAltIcon:()=>zU,UserIcon:()=>IU,UsersIcon:()=>$U,VSCodeIcon:()=>tj,VerifiedIcon:()=>RV,VideoIcon:()=>VN,WandIcon:()=>Sj,WatchIcon:()=>ij,WindowsIcon:()=>LH,WrenchIcon:()=>Cj,XIcon:()=>nj,YoutubeIcon:()=>ej,ZoomIcon:()=>FN,ZoomOutIcon:()=>RN,ZoomResetIcon:()=>TN,iconList:()=>EN});var EN=[{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"]}],xN=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),CN=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),DN=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),SN=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),kN=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}))),AN=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),_N=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),FN=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),RN=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),TN=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),IN=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),zN=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),BN=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),QF=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),$N=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}))),LN=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}))),ON=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),MN=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),PN=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),NN=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),HN=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),jN=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),VN=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),UN=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),WN=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),qN=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),GN=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),KN=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),YN=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),ZN=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),XN=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),JN=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),QN=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),eH=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),tH=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),rH=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("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"}))))),nH=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"}))))),oH=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),aH=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),lH=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}))),iH=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),sH=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),uH=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),cH=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),dH=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),pH=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),fH=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),hH=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),mH=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),gH=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),vH=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),yH=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),wH=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),bH=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),EH=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),xH=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),CH=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),DH=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),SH=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),kH=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),AH=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),_H=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),FH=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),RH=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),TH=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),IH=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),zH=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),BH=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),$H=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("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"}))))),LH=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),OH=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("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"}))))),MH=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),PH=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("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"}))))),NH=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),HH=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),jH=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),VH=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),UH=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),WH=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),qH=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),GH=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),KH=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),YH=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),ZH=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),XH=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),JH=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),QH=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),ej=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),tj=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),rj=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),nj=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),oj=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),aj=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}))),lj=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}))),ij=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}))),sj=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),uj=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),cj=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),dj=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),pj=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),fj=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),hj=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}))),mj=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),gj=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}))),vj=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),yj=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),wj=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),bj=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),Ej=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),xj=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),Cj=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),Dj=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),Sj=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}))),kj=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),Aj=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),_j=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),Fj=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),Rj=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),Tj=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),Ij=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),eR=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),zj=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),Bj=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("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"}))))),$j=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("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"}))))),Lj=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),Oj=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),Mj=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),Pj=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),Nj=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),Hj=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),jj=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),Vj=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),Uj=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}))),Wj=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}))),qj=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}))),Gj=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}))),Kj=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),Yj=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}))),Zj=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("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"}))))),Xj=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),Jj=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),Qj=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),eV=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),tV=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),rV=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),nV=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),oV=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),aV=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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"}))),lV=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),iV=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),sV=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),uV=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),cV=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),dV=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),pV=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),fV=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),hV=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),mV=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),gV=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),vV=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),yV=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),wV=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),bV=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),EV=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),xV=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}))),CV=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}))),DV=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("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"}))))),SV=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),kV=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),AV=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),_V=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),FV=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),RV=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),TV=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),IV=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),zV=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),BV=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),$V=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),LV=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),OV=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),MV=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),PV=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),NV=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),HV=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),jV=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),VV=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),UV=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),WV=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),tR=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),qV=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),GV=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),KV=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),YV=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),ZV=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),XV=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),JV=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),QV=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),eU=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),tU=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),rU=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),nU=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),oU=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),aU=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),lU=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),iU=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),sU=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),uU=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),cU=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),dU=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),pU=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),fU=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),hU=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),mU=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),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",{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}))),vU=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),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:"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}))),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",{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}))),bU=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),EU=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),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:"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}))),CU=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),DU=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),SU=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),kU=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),AU=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),_U=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),FU=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),RU=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),TU=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("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"}))))),IU=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{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}))),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:"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}))),BU=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),$U=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),LU=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),OU=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),MU=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),PU=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),NU=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),HU=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}))),jU=0,VU=c(e=>e.button===jU&&!e.altKey&&!e.ctrlKey&&!e.metaKey&&!e.shiftKey,"isPlainLeftClick"),UU=c((e,t)=>{VU(e)&&(e.preventDefault(),t(e))},"cancelled"),WU=F.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}}:{}),qU=F.a(({theme:e})=>({display:"inline-block",transition:"all 150ms ease-out",textDecoration:"none",color:e.color.secondary,"&:hover, &:focus":{cursor:"pointer",color:rl(.07,e.color.secondary),"svg path:not([fill])":{fill:rl(.07,e.color.secondary)}},"&:active":{color:rl(.1,e.color.secondary),"svg path:not([fill])":{fill:rl(.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"}:{}),wl=c(({cancel:e=!0,children:t,onClick:r=void 0,withArrow:n=!1,containsIcon:o=!1,className:a=void 0,style:l=void 0,...i})=>w.createElement(qU,{...i,onClick:r&&e?u=>UU(u,r):r,className:a},w.createElement(WU,{withArrow:n,containsIcon:o},t,n&&w.createElement(tR,null))),"Link"),Ote=F.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}})),Zo=[],Vl=null,GU=s.lazy(async()=>{let{SyntaxHighlighter:e}=await Promise.resolve().then(()=>(t1(),pv));return Zo.length>0&&(Zo.forEach(t=>{e.registerLanguage(...t)}),Zo=[]),Vl===null&&(Vl=e),{default:c(t=>w.createElement(e,{...t}),"default")}}),KU=s.lazy(async()=>{let[{SyntaxHighlighter:e},{formatter:t}]=await Promise.all([Promise.resolve().then(()=>(t1(),pv)),Promise.resolve().then(()=>(QM(),T_))]);return Zo.length>0&&(Zo.forEach(r=>{e.registerLanguage(...r)}),Zo=[]),Vl===null&&(Vl=e),{default:c(r=>w.createElement(e,{...r,formatter:t}),"default")}}),ky=c(e=>w.createElement(s.Suspense,{fallback:w.createElement("div",null)},e.format!==!1?w.createElement(KU,{...e}):w.createElement(GU,{...e})),"SyntaxHighlighter");ky.registerLanguage=(...e)=>{if(Vl!==null){Vl.registerLanguage(...e);return}Zo.push(e)};t1();qD();var rR={};Jl(rR,{Close:()=>fT,Content:()=>cT,Description:()=>pT,Dialog:()=>YR,DialogClose:()=>lT,DialogContent:()=>tT,DialogDescription:()=>aT,DialogOverlay:()=>eT,DialogPortal:()=>QR,DialogTitle:()=>oT,DialogTrigger:()=>ZR,Overlay:()=>uT,Portal:()=>sT,Root:()=>iT,Title:()=>dT,Trigger:()=>UW,WarningProvider:()=>VW,createDialogScope:()=>zW});yr();function gn(e,t,{checkForDefaultPrevented:r=!0}={}){return c(function(n){if(e?.(n),r===!1||!n.defaultPrevented)return t?.(n)},"handleEvent")}c(gn,"$e42e1063c40fb3ef$export$b9ecd428b558ff10");function nR(e,t){typeof e=="function"?e(t):e!=null&&(e.current=t)}c(nR,"$6ed0406888f73fc4$var$setRef");function I1(...e){return t=>e.forEach(r=>nR(r,t))}c(I1,"$6ed0406888f73fc4$export$43e446d32b3d21af");function ba(...e){return s.useCallback(I1(...e),e)}c(ba,"$6ed0406888f73fc4$export$c7b2cbe3552a0d05");function oR(e,t){let r=s.createContext(t);function n(a){let{children:l,...i}=a,u=s.useMemo(()=>i,Object.values(i));return s.createElement(r.Provider,{value:u},l)}c(n,"Provider");function o(a){let l=s.useContext(r);if(l)return l;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(oR,"$c512c27ab02ef895$export$fd42f52fd3ae1109");function aR(e,t=[]){let r=[];function n(a,l){let i=s.createContext(l),u=r.length;r=[...r,l];function d(m){let{scope:h,children:f,...v}=m,g=h?.[e][u]||i,C=s.useMemo(()=>v,Object.values(v));return s.createElement(g.Provider,{value:C},f)}c(d,"Provider");function p(m,h){let f=h?.[e][u]||i,v=s.useContext(f);if(v)return v;if(l!==void 0)return l;throw new Error(`\`${m}\` must be used within \`${a}\``)}return c(p,"useContext"),d.displayName=a+"Provider",[d,p]}c(n,"$c512c27ab02ef895$export$fd42f52fd3ae1109");let o=c(()=>{let a=r.map(l=>s.createContext(l));return c(function(l){let i=l?.[e]||a;return s.useMemo(()=>({[`__scope${e}`]:{...l,[e]:i}}),[l,i])},"useScope")},"createScope");return o.scopeName=e,[n,lR(o,...t)]}c(aR,"$c512c27ab02ef895$export$50c7b4e9d9f19c1");function lR(...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((l,{useScope:i,scopeName:u})=>{let d=i(o)[`__scope${u}`];return{...l,...d}},{});return s.useMemo(()=>({[`__scope${t.scopeName}`]:a}),[a])},"useComposedScopes")},"createScope1");return r.scopeName=t.scopeName,r}c(lR,"$c512c27ab02ef895$var$composeContextScopes");var p5=globalThis?.document?s.useLayoutEffect:()=>{},YU=s.useId||(()=>{}),ZU=0;function o0(e){let[t,r]=s.useState(YU());return p5(()=>{e||r(n=>n??String(ZU++))},[e]),e||(t?`radix-${t}`:"")}c(o0,"$1746a345f3d73bb7$export$f680877a34711e37");function co(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(co,"$b1b2314f5f9a1d84$export$25bec8c6f54ee79a");function iR({prop:e,defaultProp:t,onChange:r=c(()=>{},"onChange")}){let[n,o]=sR({defaultProp:t,onChange:r}),a=e!==void 0,l=a?e:n,i=co(r),u=s.useCallback(d=>{if(a){let p=typeof d=="function"?d(e):d;p!==e&&i(p)}else o(d)},[a,e,o,i]);return[l,u]}c(iR,"$71cd76cc60e0454e$export$6f32135080cb4c3");function sR({defaultProp:e,onChange:t}){let r=s.useState(e),[n]=r,o=s.useRef(n),a=co(t);return s.useEffect(()=>{o.current!==n&&(a(n),o.current=n)},[n,o,a]),r}c(sR,"$71cd76cc60e0454e$var$useUncontrolledState");yr();yr();yr();var uR=s.forwardRef((e,t)=>{let{children:r,...n}=e,o=s.Children.toArray(r),a=o.find(cR);if(a){let l=a.props.children,i=o.map(u=>u===a?s.Children.count(l)>1?s.Children.only(null):s.isValidElement(l)?l.props.children:null:u);return s.createElement(f5,oe({},n,{ref:t}),s.isValidElement(l)?s.cloneElement(l,void 0,i):null)}return s.createElement(f5,oe({},n,{ref:t}),r)});uR.displayName="Slot";var f5=s.forwardRef((e,t)=>{let{children:r,...n}=e;return s.isValidElement(r)?s.cloneElement(r,{...dR(n,r.props),ref:t?I1(t,r.ref):r.ref}):s.Children.count(r)>1?s.Children.only(null):null});f5.displayName="SlotClone";var XU=c(({children:e})=>s.createElement(s.Fragment,null,e),"$5e63c961fc1ce211$export$d9f1ccf0bdb05d45");function cR(e){return s.isValidElement(e)&&e.type===XU}c(cR,"$5e63c961fc1ce211$var$isSlottable");function dR(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]=(...l)=>{a(...l),o(...l)}:o&&(r[n]=o):n==="style"?r[n]={...o,...a}:n==="className"&&(r[n]=[o,a].filter(Boolean).join(" "))}return{...e,...r}}c(dR,"$5e63c961fc1ce211$var$mergeProps");var JU=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","span","svg","ul"],wo=JU.reduce((e,t)=>{let r=s.forwardRef((n,o)=>{let{asChild:a,...l}=n,i=a?uR:t;return s.useEffect(()=>{window[Symbol.for("radix-ui")]=!0},[]),s.createElement(i,oe({},l,{ref:o}))});return r.displayName=`Primitive.${t}`,{...e,[t]:r}},{});function pR(e,t){e&&du.flushSync(()=>e.dispatchEvent(t))}c(pR,"$8927f6f2acc4f386$export$6d1a0317bde7de7f");function fR(e,t=globalThis?.document){let r=co(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(fR,"$addc16e1bbe58fd0$export$3a72a57244d6e765");var h5="dismissableLayer.update",QU="dismissableLayer.pointerDownOutside",eW="dismissableLayer.focusOutside",K8,tW=s.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),rW=s.forwardRef((e,t)=>{var r;let{disableOutsidePointerEvents:n=!1,onEscapeKeyDown:o,onPointerDownOutside:a,onFocusOutside:l,onInteractOutside:i,onDismiss:u,...d}=e,p=s.useContext(tW),[m,h]=s.useState(null),f=(r=m?.ownerDocument)!==null&&r!==void 0?r:globalThis?.document,[,v]=s.useState({}),g=ba(t,A=>h(A)),C=Array.from(p.layers),[b]=[...p.layersWithOutsidePointerEventsDisabled].slice(-1),y=C.indexOf(b),E=m?C.indexOf(m):-1,x=p.layersWithOutsidePointerEventsDisabled.size>0,D=E>=y,S=hR(A=>{let _=A.target,R=[...p.branches].some(I=>I.contains(_));!D||R||(a?.(A),i?.(A),A.defaultPrevented||u?.())},f),k=mR(A=>{let _=A.target;[...p.branches].some(R=>R.contains(_))||(l?.(A),i?.(A),A.defaultPrevented||u?.())},f);return fR(A=>{E===p.layers.size-1&&(o?.(A),!A.defaultPrevented&&u&&(A.preventDefault(),u()))},f),s.useEffect(()=>{if(m)return n&&(p.layersWithOutsidePointerEventsDisabled.size===0&&(K8=f.body.style.pointerEvents,f.body.style.pointerEvents="none"),p.layersWithOutsidePointerEventsDisabled.add(m)),p.layers.add(m),m5(),()=>{n&&p.layersWithOutsidePointerEventsDisabled.size===1&&(f.body.style.pointerEvents=K8)}},[m,f,n,p]),s.useEffect(()=>()=>{m&&(p.layers.delete(m),p.layersWithOutsidePointerEventsDisabled.delete(m),m5())},[m,p]),s.useEffect(()=>{let A=c(()=>v({}),"handleUpdate");return document.addEventListener(h5,A),()=>document.removeEventListener(h5,A)},[]),s.createElement(wo.div,oe({},d,{ref:g,style:{pointerEvents:x?D?"auto":"none":void 0,...e.style},onFocusCapture:gn(e.onFocusCapture,k.onFocusCapture),onBlurCapture:gn(e.onBlurCapture,k.onBlurCapture),onPointerDownCapture:gn(e.onPointerDownCapture,S.onPointerDownCapture)}))});function hR(e,t=globalThis?.document){let r=co(e),n=s.useRef(!1),o=s.useRef(()=>{});return s.useEffect(()=>{let a=c(i=>{if(i.target&&!n.current){let u=function(){Ay(QU,r,d,{discrete:!0})};c(u,"handleAndDispatchPointerDownOutsideEvent");let d={originalEvent:i};i.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"),l=window.setTimeout(()=>{t.addEventListener("pointerdown",a)},0);return()=>{window.clearTimeout(l),t.removeEventListener("pointerdown",a),t.removeEventListener("click",o.current)}},[t,r]),{onPointerDownCapture:c(()=>n.current=!0,"onPointerDownCapture")}}c(hR,"$5cb92bef7577960e$var$usePointerDownOutside");function mR(e,t=globalThis?.document){let r=co(e),n=s.useRef(!1);return s.useEffect(()=>{let o=c(a=>{a.target&&!n.current&&Ay(eW,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(mR,"$5cb92bef7577960e$var$useFocusOutside");function m5(){let e=new CustomEvent(h5);document.dispatchEvent(e)}c(m5,"$5cb92bef7577960e$var$dispatchUpdate");function Ay(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?pR(o,a):o.dispatchEvent(a)}c(Ay,"$5cb92bef7577960e$var$handleAndDispatchCustomEvent");yr();var Bh="focusScope.autoFocusOnMount",$h="focusScope.autoFocusOnUnmount",Y8={bubbles:!1,cancelable:!0},nW=s.forwardRef((e,t)=>{let{loop:r=!1,trapped:n=!1,onMountAutoFocus:o,onUnmountAutoFocus:a,...l}=e,[i,u]=s.useState(null),d=co(o),p=co(a),m=s.useRef(null),h=ba(t,g=>u(g)),f=s.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;s.useEffect(()=>{if(n){let g=function(E){if(f.paused||!i)return;let x=E.target;i.contains(x)?m.current=x:un(m.current,{select:!0})},C=function(E){if(f.paused||!i)return;let x=E.relatedTarget;x!==null&&(i.contains(x)||un(m.current,{select:!0}))},b=function(E){if(document.activeElement===document.body)for(let x of E)x.removedNodes.length>0&&un(i)};c(g,"handleFocusIn"),c(C,"handleFocusOut"),c(b,"handleMutations"),document.addEventListener("focusin",g),document.addEventListener("focusout",C);let y=new MutationObserver(b);return i&&y.observe(i,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",g),document.removeEventListener("focusout",C),y.disconnect()}}},[n,i,f.paused]),s.useEffect(()=>{if(i){Z8.add(f);let g=document.activeElement;if(!i.contains(g)){let C=new CustomEvent(Bh,Y8);i.addEventListener(Bh,d),i.dispatchEvent(C),C.defaultPrevented||(gR(ER(_y(i)),{select:!0}),document.activeElement===g&&un(i))}return()=>{i.removeEventListener(Bh,d),setTimeout(()=>{let C=new CustomEvent($h,Y8);i.addEventListener($h,p),i.dispatchEvent(C),C.defaultPrevented||un(g??document.body,{select:!0}),i.removeEventListener($h,p),Z8.remove(f)},0)}}},[i,d,p,f]);let v=s.useCallback(g=>{if(!r&&!n||f.paused)return;let C=g.key==="Tab"&&!g.altKey&&!g.ctrlKey&&!g.metaKey,b=document.activeElement;if(C&&b){let y=g.currentTarget,[E,x]=vR(y);E&&x?!g.shiftKey&&b===x?(g.preventDefault(),r&&un(E,{select:!0})):g.shiftKey&&b===E&&(g.preventDefault(),r&&un(x,{select:!0})):b===y&&g.preventDefault()}},[r,n,f.paused]);return s.createElement(wo.div,oe({tabIndex:-1},l,{ref:h,onKeyDown:v}))});function gR(e,{select:t=!1}={}){let r=document.activeElement;for(let n of e)if(un(n,{select:t}),document.activeElement!==r)return}c(gR,"$d3863c46a17e8a28$var$focusFirst");function vR(e){let t=_y(e),r=g5(t,e),n=g5(t.reverse(),e);return[r,n]}c(vR,"$d3863c46a17e8a28$var$getTabbableEdges");function _y(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(_y,"$d3863c46a17e8a28$var$getTabbableCandidates");function g5(e,t){for(let r of e)if(!yR(r,{upTo:t}))return r}c(g5,"$d3863c46a17e8a28$var$findVisible");function yR(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(yR,"$d3863c46a17e8a28$var$isHidden");function wR(e){return e instanceof HTMLInputElement&&"select"in e}c(wR,"$d3863c46a17e8a28$var$isSelectableInput");function un(e,{select:t=!1}={}){if(e&&e.focus){let r=document.activeElement;e.focus({preventScroll:!0}),e!==r&&wR(e)&&t&&e.select()}}c(un,"$d3863c46a17e8a28$var$focus");var Z8=bR();function bR(){let e=[];return{add(t){let r=e[0];t!==r&&r?.pause(),e=v5(e,t),e.unshift(t)},remove(t){var r;e=v5(e,t),(r=e[0])===null||r===void 0||r.resume()}}}c(bR,"$d3863c46a17e8a28$var$createFocusScopesStack");function v5(e,t){let r=[...e],n=r.indexOf(t);return n!==-1&&r.splice(n,1),r}c(v5,"$d3863c46a17e8a28$var$arrayRemove");function ER(e){return e.filter(t=>t.tagName!=="A")}c(ER,"$d3863c46a17e8a28$var$removeLinks");yr();var oW=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?X9.createPortal(s.createElement(wo.div,oe({},o,{ref:t})),n):null});function xR(e,t){return s.useReducer((r,n)=>t[r][n]??r,e)}c(xR,"$fe963b355347cc68$export$3e6543de14f8614f");var z1=c(e=>{let{present:t,children:r}=e,n=CR(t),o=typeof r=="function"?r({present:n.isPresent}):s.Children.only(r),a=ba(n.ref,o.ref);return typeof r=="function"||n.isPresent?s.cloneElement(o,{ref:a}):null},"$921a889cee6df7e8$export$99c2b779aa4e8b8b");z1.displayName="Presence";function CR(e){let[t,r]=s.useState(),n=s.useRef({}),o=s.useRef(e),a=s.useRef("none"),l=e?"mounted":"unmounted",[i,u]=xR(l,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return s.useEffect(()=>{let d=Qi(n.current);a.current=i==="mounted"?d:"none"},[i]),p5(()=>{let d=n.current,p=o.current;if(p!==e){let m=a.current,h=Qi(d);e?u("MOUNT"):h==="none"||d?.display==="none"?u("UNMOUNT"):u(p&&m!==h?"ANIMATION_OUT":"UNMOUNT"),o.current=e}},[e,u]),p5(()=>{if(t){let d=c(m=>{let h=Qi(n.current).includes(m.animationName);m.target===t&&h&&du.flushSync(()=>u("ANIMATION_END"))},"handleAnimationEnd"),p=c(m=>{m.target===t&&(a.current=Qi(n.current))},"handleAnimationStart");return t.addEventListener("animationstart",p),t.addEventListener("animationcancel",d),t.addEventListener("animationend",d),()=>{t.removeEventListener("animationstart",p),t.removeEventListener("animationcancel",d),t.removeEventListener("animationend",d)}}else u("ANIMATION_END")},[t,u]),{isPresent:["mounted","unmountSuspended"].includes(i),ref:s.useCallback(d=>{d&&(n.current=getComputedStyle(d)),r(d)},[])}}c(CR,"$921a889cee6df7e8$var$usePresence");function Qi(e){return e?.animationName||"none"}c(Qi,"$921a889cee6df7e8$var$getAnimationName");var Lh=0;function DR(){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:y5()),document.body.insertAdjacentElement("beforeend",(t=r[1])!==null&&t!==void 0?t:y5()),Lh++,()=>{Lh===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(n=>n.remove()),Lh--}},[])}c(DR,"$3db38b7d1fb3fe6a$export$b7ece24a22aeda8c");function y5(){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(y5,"$3db38b7d1fb3fe6a$var$createFocusGuard");var Lr=c(function(){return Lr=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"),Lr.apply(this,arguments)},"__assign");function Fy(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(Fy,"__rest");function SR(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(SR,"__spreadArray");var a0="right-scroll-bar-position",l0="width-before-scroll-bar",aW="with-scroll-bars-hidden",lW="--removed-body-scroll-bar-size";function i0(e,t){return typeof e=="function"?e(t):e&&(e.current=t),e}c(i0,"assignRef");function kR(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(kR,"useCallbackRef");var X8=new WeakMap;function AR(e,t){var r=kR(t||null,function(n){return e.forEach(function(o){return i0(o,n)})});return s.useLayoutEffect(function(){var n=X8.get(r);if(n){var o=new Set(n),a=new Set(e),l=r.current;o.forEach(function(i){a.has(i)||i0(i,null)}),a.forEach(function(i){o.has(i)||i0(i,l)})}X8.set(r,e)},[e]),r}c(AR,"useMergeRefs");function _R(e){return e}c(_R,"ItoI");function FR(e,t){t===void 0&&(t=_R);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 l=t(a,n);return r.push(l),function(){r=r.filter(function(i){return i!==l})}},"useMedium"),assignSyncMedium:c(function(a){for(n=!0;r.length;){var l=r;r=[],l.forEach(a)}r={push:c(function(i){return a(i)},"push"),filter:c(function(){return r},"filter")}},"assignSyncMedium"),assignMedium:c(function(a){n=!0;var l=[];if(r.length){var i=r;r=[],i.forEach(a),l=r}var u=c(function(){var p=l;l=[],p.forEach(a)},"executeQueue"),d=c(function(){return Promise.resolve().then(u)},"cycle");d(),r={push:c(function(p){l.push(p),d()},"push"),filter:c(function(p){return l=l.filter(p),r},"filter")}},"assignMedium")};return o}c(FR,"innerCreateMedium");function RR(e){e===void 0&&(e={});var t=FR(null);return t.options=Lr({async:!0,ssr:!1},e),t}c(RR,"createSidecarMedium");var TR=c(function(e){var t=e.sideCar,r=Fy(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,Lr({},r))},"SideCar");TR.isSideCarExport=!0;function IR(e,t){return e.useMedium(t),TR}c(IR,"exportSidecar");var zR=RR(),Oh=c(function(){},"nothing"),B1=s.forwardRef(function(e,t){var r=s.useRef(null),n=s.useState({onScrollCapture:Oh,onWheelCapture:Oh,onTouchMoveCapture:Oh}),o=n[0],a=n[1],l=e.forwardProps,i=e.children,u=e.className,d=e.removeScrollBar,p=e.enabled,m=e.shards,h=e.sideCar,f=e.noIsolation,v=e.inert,g=e.allowPinchZoom,C=e.as,b=C===void 0?"div":C,y=Fy(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noIsolation","inert","allowPinchZoom","as"]),E=h,x=AR([r,t]),D=Lr(Lr({},y),o);return s.createElement(s.Fragment,null,p&&s.createElement(E,{sideCar:zR,removeScrollBar:d,shards:m,noIsolation:f,inert:v,setCallbacks:a,allowPinchZoom:!!g,lockRef:r}),l?s.cloneElement(s.Children.only(i),Lr(Lr({},D),{ref:x})):s.createElement(b,Lr({},D,{className:u,ref:x}),i))});B1.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1};B1.classNames={fullWidth:l0,zeroRight:a0};var iW=c(function(){if(typeof __webpack_nonce__<"u")return __webpack_nonce__},"getNonce");function BR(){if(!document)return null;var e=document.createElement("style");e.type="text/css";var t=iW();return t&&e.setAttribute("nonce",t),e}c(BR,"makeStyleTag");function $R(e,t){e.styleSheet?e.styleSheet.cssText=t:e.appendChild(document.createTextNode(t))}c($R,"injectStyles");function LR(e){var t=document.head||document.getElementsByTagName("head")[0];t.appendChild(e)}c(LR,"insertStyleTag");var sW=c(function(){var e=0,t=null;return{add:c(function(r){e==0&&(t=BR())&&($R(t,r),LR(t)),e++},"add"),remove:c(function(){e--,!e&&t&&(t.parentNode&&t.parentNode.removeChild(t),t=null)},"remove")}},"stylesheetSingleton"),uW=c(function(){var e=sW();return function(t,r){s.useEffect(function(){return e.add(t),function(){e.remove()}},[t&&r])}},"styleHookSingleton"),OR=c(function(){var e=uW(),t=c(function(r){var n=r.styles,o=r.dynamic;return e(n,o),null},"Sheet");return t},"styleSingleton"),cW={left:0,top:0,right:0,gap:0},Mh=c(function(e){return parseInt(e||"",10)||0},"parse"),dW=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[Mh(r),Mh(n),Mh(o)]},"getOffset"),pW=c(function(e){if(e===void 0&&(e="margin"),typeof window>"u")return cW;var t=dW(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"),fW=OR(),xd="data-scroll-locked",hW=c(function(e,t,r,n){var o=e.left,a=e.top,l=e.right,i=e.gap;return r===void 0&&(r="margin"),`
|
|
486
|
-
.`.concat(aW,` {
|
|
487
|
-
overflow: hidden `).concat(n,`;
|
|
488
|
-
padding-right: `).concat(i,"px ").concat(n,`;
|
|
489
|
-
}
|
|
490
|
-
body[`).concat(xd,`] {
|
|
491
|
-
overflow: hidden `).concat(n,`;
|
|
492
|
-
overscroll-behavior: contain;
|
|
493
|
-
`).concat([t&&"position: relative ".concat(n,";"),r==="margin"&&`
|
|
494
|
-
padding-left: `.concat(o,`px;
|
|
495
|
-
padding-top: `).concat(a,`px;
|
|
496
|
-
padding-right: `).concat(l,`px;
|
|
497
|
-
margin-left:0;
|
|
498
|
-
margin-top:0;
|
|
499
|
-
margin-right: `).concat(i,"px ").concat(n,`;
|
|
500
|
-
`),r==="padding"&&"padding-right: ".concat(i,"px ").concat(n,";")].filter(Boolean).join(""),`
|
|
501
|
-
}
|
|
502
|
-
|
|
503
|
-
.`).concat(a0,` {
|
|
504
|
-
right: `).concat(i,"px ").concat(n,`;
|
|
505
|
-
}
|
|
506
|
-
|
|
507
|
-
.`).concat(l0,` {
|
|
508
|
-
margin-right: `).concat(i,"px ").concat(n,`;
|
|
509
|
-
}
|
|
510
|
-
|
|
511
|
-
.`).concat(a0," .").concat(a0,` {
|
|
512
|
-
right: 0 `).concat(n,`;
|
|
513
|
-
}
|
|
514
|
-
|
|
515
|
-
.`).concat(l0," .").concat(l0,` {
|
|
516
|
-
margin-right: 0 `).concat(n,`;
|
|
517
|
-
}
|
|
518
|
-
|
|
519
|
-
body[`).concat(xd,`] {
|
|
520
|
-
`).concat(lW,": ").concat(i,`px;
|
|
521
|
-
}
|
|
522
|
-
`)},"getStyles"),mW=c(function(e){var t=e.noRelative,r=e.noImportant,n=e.gapMode,o=n===void 0?"margin":n,a=s.useMemo(function(){return pW(o)},[o]);return s.useEffect(function(){return document.body.setAttribute(xd,""),function(){document.body.removeAttribute(xd)}},[]),s.createElement(fW,{styles:hW(a,!t,o,r?"":"!important")})},"RemoveScrollBar"),w5=!1;if(typeof window<"u")try{$i=Object.defineProperty({},"passive",{get:c(function(){return w5=!0,!0},"get")}),window.addEventListener("test",$i,$i),window.removeEventListener("test",$i,$i)}catch{w5=!1}var $i,Ra=w5?{passive:!1}:!1,gW=c(function(e){return e.tagName==="TEXTAREA"},"alwaysContainsScroll"),MR=c(function(e,t){var r=window.getComputedStyle(e);return r[t]!=="hidden"&&!(r.overflowY===r.overflowX&&!gW(e)&&r[t]==="visible")},"elementCanBeScrolled"),vW=c(function(e){return MR(e,"overflowY")},"elementCouldBeVScrolled"),yW=c(function(e){return MR(e,"overflowX")},"elementCouldBeHScrolled"),J8=c(function(e,t){var r=t;do{typeof ShadowRoot<"u"&&r instanceof ShadowRoot&&(r=r.host);var n=PR(e,r);if(n){var o=NR(e,r),a=o[1],l=o[2];if(a>l)return!0}r=r.parentNode}while(r&&r!==document.body);return!1},"locationCouldBeScrolled"),wW=c(function(e){var t=e.scrollTop,r=e.scrollHeight,n=e.clientHeight;return[t,r,n]},"getVScrollVariables"),bW=c(function(e){var t=e.scrollLeft,r=e.scrollWidth,n=e.clientWidth;return[t,r,n]},"getHScrollVariables"),PR=c(function(e,t){return e==="v"?vW(t):yW(t)},"elementCouldBeScrolled"),NR=c(function(e,t){return e==="v"?wW(t):bW(t)},"getScrollVariables"),EW=c(function(e,t){return e==="h"&&t==="rtl"?-1:1},"getDirectionFactor"),xW=c(function(e,t,r,n,o){var a=EW(e,window.getComputedStyle(t).direction),l=a*n,i=r.target,u=t.contains(i),d=!1,p=l>0,m=0,h=0;do{var f=NR(e,i),v=f[0],g=f[1],C=f[2],b=g-C-a*v;(v||b)&&PR(e,i)&&(m+=b,h+=v),i=i.parentNode}while(!u&&i!==document.body||u&&(t.contains(i)||t===i));return(p&&(o&&m===0||!o&&l>m)||!p&&(o&&h===0||!o&&-l>h))&&(d=!0),d},"handleScroll"),xc=c(function(e){return"changedTouches"in e?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0]},"getTouchXY"),Q8=c(function(e){return[e.deltaX,e.deltaY]},"getDeltaXY"),eE=c(function(e){return e&&"current"in e?e.current:e},"extractRef"),CW=c(function(e,t){return e[0]===t[0]&&e[1]===t[1]},"deltaCompare"),DW=c(function(e){return`
|
|
523
|
-
.block-interactivity-`.concat(e,` {pointer-events: none;}
|
|
524
|
-
.allow-interactivity-`).concat(e,` {pointer-events: all;}
|
|
525
|
-
`)},"generateStyle"),SW=0,Ta=[];function HR(e){var t=s.useRef([]),r=s.useRef([0,0]),n=s.useRef(),o=s.useState(SW++)[0],a=s.useState(function(){return OR()})[0],l=s.useRef(e);s.useEffect(function(){l.current=e},[e]),s.useEffect(function(){if(e.inert){document.body.classList.add("block-interactivity-".concat(o));var g=SR([e.lockRef.current],(e.shards||[]).map(eE),!0).filter(Boolean);return g.forEach(function(C){return C.classList.add("allow-interactivity-".concat(o))}),function(){document.body.classList.remove("block-interactivity-".concat(o)),g.forEach(function(C){return C.classList.remove("allow-interactivity-".concat(o))})}}},[e.inert,e.lockRef.current,e.shards]);var i=s.useCallback(function(g,C){if("touches"in g&&g.touches.length===2)return!l.current.allowPinchZoom;var b=xc(g),y=r.current,E="deltaX"in g?g.deltaX:y[0]-b[0],x="deltaY"in g?g.deltaY:y[1]-b[1],D,S=g.target,k=Math.abs(E)>Math.abs(x)?"h":"v";if("touches"in g&&k==="h"&&S.type==="range")return!1;var A=J8(k,S);if(!A)return!0;if(A?D=k:(D=k==="v"?"h":"v",A=J8(k,S)),!A)return!1;if(!n.current&&"changedTouches"in g&&(E||x)&&(n.current=D),!D)return!0;var _=n.current||D;return xW(_,C,g,_==="h"?E:x,!0)},[]),u=s.useCallback(function(g){var C=g;if(!(!Ta.length||Ta[Ta.length-1]!==a)){var b="deltaY"in C?Q8(C):xc(C),y=t.current.filter(function(D){return D.name===C.type&&D.target===C.target&&CW(D.delta,b)})[0];if(y&&y.should){C.cancelable&&C.preventDefault();return}if(!y){var E=(l.current.shards||[]).map(eE).filter(Boolean).filter(function(D){return D.contains(C.target)}),x=E.length>0?i(C,E[0]):!l.current.noIsolation;x&&C.cancelable&&C.preventDefault()}}},[]),d=s.useCallback(function(g,C,b,y){var E={name:g,delta:C,target:b,should:y};t.current.push(E),setTimeout(function(){t.current=t.current.filter(function(x){return x!==E})},1)},[]),p=s.useCallback(function(g){r.current=xc(g),n.current=void 0},[]),m=s.useCallback(function(g){d(g.type,Q8(g),g.target,i(g,e.lockRef.current))},[]),h=s.useCallback(function(g){d(g.type,xc(g),g.target,i(g,e.lockRef.current))},[]);s.useEffect(function(){return Ta.push(a),e.setCallbacks({onScrollCapture:m,onWheelCapture:m,onTouchMoveCapture:h}),document.addEventListener("wheel",u,Ra),document.addEventListener("touchmove",u,Ra),document.addEventListener("touchstart",p,Ra),function(){Ta=Ta.filter(function(g){return g!==a}),document.removeEventListener("wheel",u,Ra),document.removeEventListener("touchmove",u,Ra),document.removeEventListener("touchstart",p,Ra)}},[]);var f=e.removeScrollBar,v=e.inert;return s.createElement(s.Fragment,null,v?s.createElement(a,{styles:DW(o)}):null,f?s.createElement(mW,{gapMode:"margin"}):null)}c(HR,"RemoveScrollSideCar");var kW=IR(zR,HR),jR=s.forwardRef(function(e,t){return s.createElement(B1,Lr({},e,{ref:t,sideCar:kW}))});jR.classNames=B1.classNames;var AW=jR,_W=c(function(e){if(typeof document>"u")return null;var t=Array.isArray(e)?e[0]:e;return t.ownerDocument.body},"getDefaultParent"),Ia=new WeakMap,Cc=new WeakMap,Dc={},Ph=0,VR=c(function(e){return e&&(e.host||VR(e.parentNode))},"unwrapHost"),FW=c(function(e,t){return t.map(function(r){if(e.contains(r))return r;var n=VR(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"),RW=c(function(e,t,r,n){var o=FW(t,Array.isArray(e)?e:[e]);Dc[r]||(Dc[r]=new WeakMap);var a=Dc[r],l=[],i=new Set,u=new Set(o),d=c(function(m){!m||i.has(m)||(i.add(m),d(m.parentNode))},"keep");o.forEach(d);var p=c(function(m){!m||u.has(m)||Array.prototype.forEach.call(m.children,function(h){if(i.has(h))p(h);else{var f=h.getAttribute(n),v=f!==null&&f!=="false",g=(Ia.get(h)||0)+1,C=(a.get(h)||0)+1;Ia.set(h,g),a.set(h,C),l.push(h),g===1&&v&&Cc.set(h,!0),C===1&&h.setAttribute(r,"true"),v||h.setAttribute(n,"true")}})},"deep");return p(t),i.clear(),Ph++,function(){l.forEach(function(m){var h=Ia.get(m)-1,f=a.get(m)-1;Ia.set(m,h),a.set(m,f),h||(Cc.has(m)||m.removeAttribute(n),Cc.delete(m)),f||m.removeAttribute(r)}),Ph--,Ph||(Ia=new WeakMap,Ia=new WeakMap,Cc=new WeakMap,Dc={})}},"applyAttributeToOthers"),TW=c(function(e,t,r){r===void 0&&(r="data-aria-hidden");var n=Array.from(Array.isArray(e)?e:[e]),o=t||_W(e);return o?(n.push.apply(n,Array.from(o.querySelectorAll("[aria-live]"))),RW(n,o,r,"aria-hidden")):function(){return null}},"hideOthers");yr();var UR=s.forwardRef((e,t)=>{let{children:r,...n}=e,o=s.Children.toArray(r),a=o.find(WR);if(a){let l=a.props.children,i=o.map(u=>u===a?s.Children.count(l)>1?s.Children.only(null):s.isValidElement(l)?l.props.children:null:u);return s.createElement(b5,oe({},n,{ref:t}),s.isValidElement(l)?s.cloneElement(l,void 0,i):null)}return s.createElement(b5,oe({},n,{ref:t}),r)});UR.displayName="Slot";var b5=s.forwardRef((e,t)=>{let{children:r,...n}=e;return s.isValidElement(r)?s.cloneElement(r,{...qR(n,r.props),ref:t?I1(t,r.ref):r.ref}):s.Children.count(r)>1?s.Children.only(null):null});b5.displayName="SlotClone";var IW=c(({children:e})=>s.createElement(s.Fragment,null,e),"$5e63c961fc1ce211$export$d9f1ccf0bdb05d45");function WR(e){return s.isValidElement(e)&&e.type===IW}c(WR,"$5e63c961fc1ce211$var$isSlottable");function qR(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]=(...l)=>{a(...l),o(...l)}:o&&(r[n]=o):n==="style"?r[n]={...o,...a}:n==="className"&&(r[n]=[o,a].filter(Boolean).join(" "))}return{...e,...r}}c(qR,"$5e63c961fc1ce211$var$mergeProps");var GR="Dialog",[KR,zW]=aR(GR),[BW,br]=KR(GR),YR=c(e=>{let{__scopeDialog:t,children:r,open:n,defaultOpen:o,onOpenChange:a,modal:l=!0}=e,i=s.useRef(null),u=s.useRef(null),[d=!1,p]=iR({prop:n,defaultProp:o,onChange:a});return s.createElement(BW,{scope:t,triggerRef:i,contentRef:u,contentId:o0(),titleId:o0(),descriptionId:o0(),open:d,onOpenChange:p,onOpenToggle:s.useCallback(()=>p(m=>!m),[p]),modal:l},r)},"$5d3850c4d0b4e6c7$export$3ddf2d174ce01153"),$W="DialogTrigger",ZR=s.forwardRef((e,t)=>{let{__scopeDialog:r,...n}=e,o=br($W,r),a=ba(t,o.triggerRef);return s.createElement(wo.button,oe({type:"button","aria-haspopup":"dialog","aria-expanded":o.open,"aria-controls":o.contentId,"data-state":$1(o.open)},n,{ref:a,onClick:gn(e.onClick,o.onOpenToggle)}))}),XR="DialogPortal",[LW,JR]=KR(XR,{forceMount:void 0}),QR=c(e=>{let{__scopeDialog:t,forceMount:r,children:n,container:o}=e,a=br(XR,t);return s.createElement(LW,{scope:t,forceMount:r},s.Children.map(n,l=>s.createElement(z1,{present:r||a.open},s.createElement(oW,{asChild:!0,container:o},l))))},"$5d3850c4d0b4e6c7$export$dad7c95542bacce0"),E5="DialogOverlay",eT=s.forwardRef((e,t)=>{let r=JR(E5,e.__scopeDialog),{forceMount:n=r.forceMount,...o}=e,a=br(E5,e.__scopeDialog);return a.modal?s.createElement(z1,{present:n||a.open},s.createElement(OW,oe({},o,{ref:t}))):null}),OW=s.forwardRef((e,t)=>{let{__scopeDialog:r,...n}=e,o=br(E5,r);return s.createElement(AW,{as:UR,allowPinchZoom:!0,shards:[o.contentRef]},s.createElement(wo.div,oe({"data-state":$1(o.open)},n,{ref:t,style:{pointerEvents:"auto",...n.style}})))}),Ul="DialogContent",tT=s.forwardRef((e,t)=>{let r=JR(Ul,e.__scopeDialog),{forceMount:n=r.forceMount,...o}=e,a=br(Ul,e.__scopeDialog);return s.createElement(z1,{present:n||a.open},a.modal?s.createElement(MW,oe({},o,{ref:t})):s.createElement(PW,oe({},o,{ref:t})))}),MW=s.forwardRef((e,t)=>{let r=br(Ul,e.__scopeDialog),n=s.useRef(null),o=ba(t,r.contentRef,n);return s.useEffect(()=>{let a=n.current;if(a)return TW(a)},[]),s.createElement(rT,oe({},e,{ref:o,trapFocus:r.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:gn(e.onCloseAutoFocus,a=>{var l;a.preventDefault(),(l=r.triggerRef.current)===null||l===void 0||l.focus()}),onPointerDownOutside:gn(e.onPointerDownOutside,a=>{let l=a.detail.originalEvent,i=l.button===0&&l.ctrlKey===!0;(l.button===2||i)&&a.preventDefault()}),onFocusOutside:gn(e.onFocusOutside,a=>a.preventDefault())}))}),PW=s.forwardRef((e,t)=>{let r=br(Ul,e.__scopeDialog),n=s.useRef(!1),o=s.useRef(!1);return s.createElement(rT,oe({},e,{ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:c(a=>{var l;if((l=e.onCloseAutoFocus)===null||l===void 0||l.call(e,a),!a.defaultPrevented){var i;n.current||(i=r.triggerRef.current)===null||i===void 0||i.focus(),a.preventDefault()}n.current=!1,o.current=!1},"onCloseAutoFocus"),onInteractOutside:c(a=>{var l,i;(l=e.onInteractOutside)===null||l===void 0||l.call(e,a),a.defaultPrevented||(n.current=!0,a.detail.originalEvent.type==="pointerdown"&&(o.current=!0));let u=a.target;!((i=r.triggerRef.current)===null||i===void 0)&&i.contains(u)&&a.preventDefault(),a.detail.originalEvent.type==="focusin"&&o.current&&a.preventDefault()},"onInteractOutside")}))}),rT=s.forwardRef((e,t)=>{let{__scopeDialog:r,trapFocus:n,onOpenAutoFocus:o,onCloseAutoFocus:a,...l}=e,i=br(Ul,r),u=s.useRef(null),d=ba(t,u);return DR(),s.createElement(s.Fragment,null,s.createElement(nW,{asChild:!0,loop:!0,trapped:n,onMountAutoFocus:o,onUnmountAutoFocus:a},s.createElement(rW,oe({role:"dialog",id:i.contentId,"aria-describedby":i.descriptionId,"aria-labelledby":i.titleId,"data-state":$1(i.open)},l,{ref:d,onDismiss:c(()=>i.onOpenChange(!1),"onDismiss")}))),!1)}),nT="DialogTitle",oT=s.forwardRef((e,t)=>{let{__scopeDialog:r,...n}=e,o=br(nT,r);return s.createElement(wo.h2,oe({id:o.titleId},n,{ref:t}))}),NW="DialogDescription",aT=s.forwardRef((e,t)=>{let{__scopeDialog:r,...n}=e,o=br(NW,r);return s.createElement(wo.p,oe({id:o.descriptionId},n,{ref:t}))}),HW="DialogClose",lT=s.forwardRef((e,t)=>{let{__scopeDialog:r,...n}=e,o=br(HW,r);return s.createElement(wo.button,oe({type:"button"},n,{ref:t,onClick:gn(e.onClick,()=>o.onOpenChange(!1))}))});function $1(e){return e?"open":"closed"}c($1,"$5d3850c4d0b4e6c7$var$getState");var jW="DialogTitleWarning",[VW,Mte]=oR(jW,{contentName:Ul,titleName:nT,docsSlug:"dialog"}),iT=YR,UW=ZR,sT=QR,uT=eT,cT=tT,dT=oT,pT=aT,fT=lT,hT={};Jl(hT,{Actions:()=>QW,CloseButton:()=>yT,Col:()=>bT,Container:()=>vT,Content:()=>YW,Description:()=>JW,Error:()=>eq,ErrorWrapper:()=>ET,Header:()=>ZW,Overlay:()=>gT,Row:()=>wT,Title:()=>XW});ZD();const{deprecate:WW}=__STORYBOOK_MODULE_CLIENT_LOGGER__;var Ea=s.forwardRef(({asChild:e=!1,animation:t="none",size:r="small",variant:n="outline",padding:o="medium",disabled:a=!1,active:l=!1,onClick:i,...u},d)=>{let p="button";u.isLink&&(p="a"),e&&(p=V0);let m=n,h=r,[f,v]=s.useState(!1),g=c(C=>{i&&i(C),t!=="none"&&v(!0)},"handleClick");if(s.useEffect(()=>{let C=setTimeout(()=>{f&&v(!1)},1e3);return()=>clearTimeout(C)},[f]),u.primary&&(m="solid",h="medium"),(u.secondary||u.tertiary||u.gray||u.outline||u.inForm)&&(m="outline",h="medium"),u.small||u.isLink||u.primary||u.secondary||u.tertiary||u.gray||u.outline||u.inForm||u.containsIcon){let C=w.Children.toArray(u.children).filter(b=>typeof b=="string"&&b!=="");WW(`Use of deprecated props in the button ${C.length>0?`"${C.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 w.createElement(qW,{as:p,ref:d,variant:m,size:h,padding:o,disabled:a,active:l,animating:f,animation:t,onClick:g,...u})});Ea.displayName="Button";var qW=F("button",{shouldForwardProp:c(e=>K5(e),"shouldForwardProp")})(({theme:e,variant:t,size:r,disabled:n,active:o,animating:a,animation:l="none",padding:i})=>({border:0,cursor:n?"not-allowed":"pointer",display:"inline-flex",gap:"6px",alignItems:"center",justifyContent:"center",overflow:"hidden",padding:i==="small"&&r==="small"?"0 7px":i==="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?Nt(.9,e.barTextColor):"transparent",color:o?e.barSelectedColor:e.barTextColor,"&:hover":{color:e.barHoverColor,background:Nt(.86,e.barHoverColor)},"&:active":{color:e.barSelectedColor,background:Nt(.9,e.barSelectedColor)},"&:focus":{boxShadow:`${Js(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"?Nt(.86,e.color.secondary):e.base==="light"?rl(.02,u):G8(.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"?rl(.02,u):G8(.03,u)})()},"&:focus":{boxShadow:`${Js(e.color.secondary,1)} 0 0 0 1px inset`,outline:"none"},"> svg":{animation:a&&l!=="none"?`${e.animation[l]} 1000ms ease-out`:""}})),Xo=s.forwardRef(({padding:e="small",variant:t="ghost",...r},n)=>w.createElement(Ea,{padding:e,variant:t,ref:n,...r}));Xo.displayName="IconButton";var mT=Cn({from:{opacity:0},to:{opacity:1}}),GW=Cn({from:{maxHeight:0},to:{}}),KW=Cn({from:{opacity:0,transform:"translate(-50%, -50%) scale(0.9)"},to:{opacity:1,transform:"translate(-50%, -50%) scale(1)"}}),gT=F.div({backdropFilter:"blur(24px)",position:"fixed",inset:0,width:"100%",height:"100%",zIndex:10,animation:`${mT} 200ms`}),vT=F.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:`${KW} 200ms`,"&:focus-visible":{outline:"none"}})),yT=c(e=>w.createElement(fT,{asChild:!0},w.createElement(Xo,{...e},w.createElement(eR,null))),"CloseButton"),YW=F.div({display:"flex",flexDirection:"column",margin:16,gap:16}),wT=F.div({display:"flex",justifyContent:"space-between",gap:16}),bT=F.div({display:"flex",flexDirection:"column",gap:4}),ZW=c(e=>w.createElement(wT,null,w.createElement(bT,{...e}),w.createElement(yT,null)),"Header"),XW=F(dT)(({theme:e})=>({margin:0,fontSize:e.typography.size.s3,fontWeight:e.typography.weight.bold})),JW=F(pT)(({theme:e})=>({position:"relative",zIndex:1,margin:0,fontSize:e.typography.size.s2})),QW=F.div({display:"flex",flexDirection:"row-reverse",gap:8}),ET=F.div(({theme:e})=>({maxHeight:100,overflow:"auto",animation:`${GW} 300ms, ${mT} 300ms`,backgroundColor:e.background.critical,color:e.color.lightest,fontSize:e.typography.size.s2,"& > div":{position:"relative",padding:"8px 16px"}})),eq=c(({children:e,...t})=>w.createElement(ET,{...t},w.createElement("div",null,e)),"Error");function xT({children:e,width:t,height:r,onEscapeKeyDown:n,onInteractOutside:o=c(u=>u.preventDefault(),"onInteractOutside"),className:a,container:l,...i}){return w.createElement(iT,{...i},w.createElement(sT,{container:l},w.createElement(uT,{asChild:!0},w.createElement(gT,null)),w.createElement(cT,{asChild:!0,onInteractOutside:o,onEscapeKeyDown:n},w.createElement(vT,{className:a,width:t,height:r},e))))}c(xT,"BaseModal");var Pte=Object.assign(xT,hT,{Dialog:rR}),tq=c(e=>typeof e=="number"?e:Number(e),"toNumber"),rq=F.div(({theme:e,col:t,row:r=1})=>t?{display:"inline-block",verticalAlign:"inherit","& > *":{marginLeft:t*e.layoutMargin,verticalAlign:"inherit"},[`& > *:first-child${rm}`]:{marginLeft:0}}:{"& > *":{marginTop:r*e.layoutMargin},[`& > *:first-child${rm}`]:{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{}}}),Nte=c(({col:e,row:t,outer:r,children:n,...o})=>{let a=tq(typeof r=="number"||!r?r:e||t);return w.createElement(rq,{col:e,row:t,outer:a,...o},n)},"Spaced"),nq=F.div(({theme:e})=>({fontWeight:e.typography.weight.bold})),oq=F.div(),aq=F.div(({theme:e})=>({padding:30,textAlign:"center",color:e.color.defaultText,fontSize:e.typography.size.s2-1})),Hte=c(({children:e,...t})=>{let[r,n]=s.Children.toArray(e);return w.createElement(aq,{...t},w.createElement(nq,null,r),n&&w.createElement(oq,null,n))},"Placeholder");dv();function CT(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 l=o.current,i=n.current,u=l||(i?i instanceof Element?i:i.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(l){o.current=l,a()},[a])}c(CT,"useResolvedElement");function x5(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(x5,"extractSize");function Ry(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}),l=a[0],i=a[1],u=s.useRef(!1);s.useEffect(function(){return u.current=!1,function(){u.current=!0}},[]);var d=s.useRef({width:void 0,height:void 0}),p=CT(s.useCallback(function(m){return(!o.current||o.current.box!==e.box||o.current.round!==n)&&(o.current={box:e.box,round:n,instance:new ResizeObserver(function(h){var f=h[0],v=e.box==="border-box"?"borderBoxSize":e.box==="device-pixel-content-box"?"devicePixelContentBoxSize":"contentBoxSize",g=x5(f,v,"inlineSize"),C=x5(f,v,"blockSize"),b=g?n(g):void 0,y=C?n(C):void 0;if(d.current.width!==b||d.current.height!==y){var E={width:b,height:y};d.current.width=b,d.current.height=y,r.current?r.current(E):u.current||i(E)}})}),o.current.instance.observe(m,{box:e.box}),function(){o.current&&o.current.instance.unobserve(m)}},[e.box,n]),e.ref);return s.useMemo(function(){return{ref:p,width:l.width,height:l.height}},[p,l.width,l.height])}c(Ry,"useResizeObserver");var lq=F.div(({scale:e=1,elementHeight:t})=>({height:t||"auto",transformOrigin:"top left",transform:`scale(${1/e})`}));function DT({scale:e,children:t}){let r=s.useRef(null),[n,o]=s.useState(0),a=s.useCallback(({height:l})=>{l&&o(l/e)},[e]);return s.useEffect(()=>{r.current&&o(r.current.getBoundingClientRect().height)},[e]),Ry({ref:r,onResize:a}),w.createElement(lq,{scale:e,elementHeight:n},w.createElement("div",{ref:r,className:"innerZoomElementWrapper"},t))}c(DT,"ZoomElement");var ST=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 w.createElement(w.Fragment,null,t)}};c(ST,"ZoomIFrame");var iq=ST,sq={Element:DT,IFrame:iq};ev();var{document:uq}=Xd,cq=F.strong(({theme:e})=>({color:e.color.orange})),dq=F.strong(({theme:e})=>({color:e.color.ancillary,textDecoration:"underline"})),tE=F.em(({theme:e})=>({color:e.textMutedColor})),pq=/(Error): (.*)\n/,fq=/at (?:(.*) )?\(?(.+)\)?/,hq=/([^@]+)?(?:\/<)?@(.+)?/,mq=/([^@]+)?@(.+)?/,gq=c(({error:e})=>{if(!e)return w.createElement(s.Fragment,null,"This error has no stack or message");if(!e.stack)return w.createElement(s.Fragment,null,e.message||"This error has no stack or message");let t=e.stack.toString();t&&e.message&&!t.includes(e.message)&&(t=`Error: ${e.message}
|
|
526
|
-
|
|
527
|
-
${t}`);let r=t.match(pq);if(!r)return w.createElement(s.Fragment,null,t);let[,n,o]=r,a=t.split(/\n/).slice(1),[,...l]=a.map(i=>{let u=i.match(fq)||i.match(hq)||i.match(mq);return u?{name:(u[1]||"").replace("/<",""),location:u[2].replace(uq.location.origin,"")}:null}).filter(Boolean);return w.createElement(s.Fragment,null,w.createElement("span",null,n),": ",w.createElement(cq,null,o),w.createElement("br",null),l.map((i,u)=>i?.name?w.createElement(s.Fragment,{key:u}," ","at ",w.createElement(dq,null,i.name)," (",w.createElement(tE,null,i.location),")",w.createElement("br",null)):w.createElement(s.Fragment,{key:u}," ","at ",w.createElement(tE,null,i?.location),w.createElement("br",null))))},"ErrorFormatter"),vq=F.label(({theme:e})=>({display:"flex",borderBottom:`1px solid ${e.appBorderColor}`,margin:"0 15px",padding:"8px 0","&:last-child":{marginBottom:"3rem"}})),yq=F.span(({theme:e})=>({minWidth:100,fontWeight:e.typography.weight.bold,marginRight:15,display:"flex",justifyContent:"flex-start",alignItems:"center",lineHeight:"16px"})),wq=c(({label:e,children:t,...r})=>w.createElement(vq,{...r},e?w.createElement(yq,null,w.createElement("span",null,e)):null,t),"Field");yr();tv();var bq=s.useLayoutEffect,Eq=bq,xq=c(function(e){var t=s.useRef(e);return Eq(function(){t.current=e}),t},"useLatest"),rE=c(function(e,t){if(typeof e=="function"){e(t);return}e.current=t},"updateRef"),Cq=c(function(e,t){var r=s.useRef();return s.useCallback(function(n){e.current=n,r.current&&rE(r.current,null),r.current=t,t&&rE(t,n)},[t])},"useComposedRef"),Dq=Cq,nE={"min-height":"0","max-height":"none",height:"0",visibility:"hidden",overflow:"hidden",position:"absolute","z-index":"-1000",top:"0",right:"0"},Sq=c(function(e){Object.keys(nE).forEach(function(t){e.style.setProperty(t,nE[t],"important")})},"forceHiddenStyles"),oE=Sq,nt=null,aE=c(function(e,t){var r=e.scrollHeight;return t.sizingStyle.boxSizing==="border-box"?r+t.borderSize:r-t.paddingSize},"getHeight");function kT(e,t,r,n){r===void 0&&(r=1),n===void 0&&(n=1/0),nt||(nt=document.createElement("textarea"),nt.setAttribute("tabindex","-1"),nt.setAttribute("aria-hidden","true"),oE(nt)),nt.parentNode===null&&document.body.appendChild(nt);var o=e.paddingSize,a=e.borderSize,l=e.sizingStyle,i=l.boxSizing;Object.keys(l).forEach(function(h){var f=h;nt.style[f]=l[f]}),oE(nt),nt.value=t;var u=aE(nt,e);nt.value=t,u=aE(nt,e),nt.value="x";var d=nt.scrollHeight-o,p=d*r;i==="border-box"&&(p=p+o+a),u=Math.max(p,u);var m=d*n;return i==="border-box"&&(m=m+o+a),u=Math.min(m,u),[u,d]}c(kT,"calculateNodeHeight");var lE=c(function(){},"noop"),kq=c(function(e,t){return e.reduce(function(r,n){return r[n]=t[n],r},{})},"pick"),Aq=["borderBottomWidth","borderLeftWidth","borderRightWidth","borderTopWidth","boxSizing","fontFamily","fontSize","fontStyle","fontWeight","letterSpacing","lineHeight","paddingBottom","paddingLeft","paddingRight","paddingTop","tabSize","textIndent","textRendering","textTransform","width","wordBreak"],_q=!!document.documentElement.currentStyle,Fq=c(function(e){var t=window.getComputedStyle(e);if(t===null)return null;var r=kq(Aq,t),n=r.boxSizing;if(n==="")return null;_q&&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"),Rq=Fq;function Ty(e,t,r){var n=xq(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(Ty,"useListener");var Tq=c(function(e){Ty(window,"resize",e)},"useWindowResizeListener"),Iq=c(function(e){Ty(document.fonts,"loadingdone",e)},"useFontsLoadedListener"),zq=["cacheMeasurements","maxRows","minRows","onChange","onHeightChange"],Bq=c(function(e,t){var r=e.cacheMeasurements,n=e.maxRows,o=e.minRows,a=e.onChange,l=a===void 0?lE:a,i=e.onHeightChange,u=i===void 0?lE:i,d=Qd(e,zq),p=d.value!==void 0,m=s.useRef(null),h=Dq(m,t),f=s.useRef(0),v=s.useRef(),g=c(function(){var b=m.current,y=r&&v.current?v.current:Rq(b);if(y){v.current=y;var E=kT(y,b.value||b.placeholder||"x",o,n),x=E[0],D=E[1];f.current!==x&&(f.current=x,b.style.setProperty("height",x+"px","important"),u(x,{rowHeight:D}))}},"resizeTextarea"),C=c(function(b){p||g(),l(b)},"handleChange");return s.useLayoutEffect(g),Tq(g),Iq(g),s.createElement("textarea",oe({},d,{onChange:C,ref:h}))},"TextareaAutosize"),$q=s.forwardRef(Bq),Lq={appearance:"none",border:"0 none",boxSizing:"inherit",display:" block",margin:" 0",background:"transparent",padding:0,fontSize:"inherit",position:"relative"},Iy=c(({theme:e})=>({...Lq,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"),zy=c(({size:e})=>{switch(e){case"100%":return{width:"100%"};case"flex":return{flex:1};case"auto":default:return{display:"inline"}}},"sizes"),AT=c(({align:e})=>{switch(e){case"end":return{textAlign:"right"};case"center":return{textAlign:"center"};case"start":default:return{textAlign:"left"}}},"alignment"),By=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"),Oq=Object.assign(F(s.forwardRef(c(function({size:e,valid:t,align:r,...n},o){return w.createElement("input",{...n,ref:o})},"Input")))(Iy,zy,AT,By,{minHeight:32}),{displayName:"Input"}),Mq=Object.assign(F(s.forwardRef(c(function({size:e,valid:t,align:r,...n},o){return w.createElement("select",{...n,ref:o})},"Select")))(Iy,zy,By,{height:32,userSelect:"none",paddingRight:20,appearance:"menulist"}),{displayName:"Select"}),Pq=Object.assign(F(s.forwardRef(c(function({size:e,valid:t,align:r,...n},o){return w.createElement($q,{...n,ref:o})},"Textarea")))(Iy,zy,AT,By,({height:e=400})=>({overflow:"visible",maxHeight:e})),{displayName:"Textarea"}),Ru=Object.assign(F.form({boxSizing:"border-box",width:"100%"}),{Field:wq,Input:Oq,Select:Mq,Textarea:Pq,Button:Ea}),Nq=s.lazy(()=>Promise.resolve().then(()=>(Ey(),by)).then(e=>({default:e.WithTooltip}))),Vte=c(e=>w.createElement(s.Suspense,{fallback:w.createElement("div",null)},w.createElement(Nq,{...e})),"WithTooltip"),Hq=s.lazy(()=>Promise.resolve().then(()=>(Ey(),by)).then(e=>({default:e.WithTooltipPure}))),jq=c(e=>w.createElement(s.Suspense,{fallback:w.createElement("div",null)},w.createElement(Hq,{...e})),"WithTooltipPure"),Vq=F.div(({theme:e})=>({fontWeight:e.typography.weight.bold})),Uq=F.span(),Wq=F.div(({theme:e})=>({marginTop:8,textAlign:"center","> *":{margin:"0 8px",fontWeight:e.typography.weight.bold}})),qq=F.div(({theme:e})=>({color:e.color.defaultText,lineHeight:"18px"})),Gq=F.div({padding:15,width:280,boxSizing:"border-box"}),Ute=c(({title:e,desc:t,links:r})=>w.createElement(Gq,null,w.createElement(qq,null,e&&w.createElement(Vq,null,e),t&&w.createElement(Uq,null,t)),r&&w.createElement(Wq,null,r.map(({title:n,...o})=>w.createElement(wl,{...o,key:n},n)))),"TooltipMessage"),Kq=F.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})),Wte=c(({note:e,...t})=>w.createElement(Kq,{...t},e),"TooltipNote"),Yq=We(Jd(),1),Zq=F(({active:e,loading:t,disabled:r,...n})=>w.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:Nt(.7,t.color.defaultText)}:{}),Xq=F.span({display:"flex","& svg":{height:12,width:12,margin:"3px 0",verticalAlign:"top"},"& path":{fill:"inherit"}}),Jq=F.span({flex:1,textAlign:"left",display:"flex",flexDirection:"column"},({isIndented:e})=>e?{marginLeft:24}:{}),Qq=F.span(({theme:e})=>({fontSize:"11px",lineHeight:"14px"}),({active:e,theme:t})=>e?{color:t.color.secondary}:{},({theme:e,disabled:t})=>t?{color:e.textMutedColor}:{}),eG=F.span(({active:e,theme:t})=>e?{color:t.color.secondary}:{},()=>({display:"flex",maxWidth:14})),tG=F.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"}),rG=(0,Yq.default)(100)((e,t,r)=>({...e&&{as:"button",onClick:e},...t&&{as:"a",href:t,...r&&{as:r,to:t}}})),nG=c(({loading:e=!1,title:t=w.createElement("span",null,"Loading state"),center:r=null,right:n=null,active:o=!1,disabled:a=!1,isIndented:l,href:i=void 0,onClick:u=void 0,icon:d,LinkWrapper:p=void 0,...m})=>{let h={active:o,disabled:a},f=rG(u,i,p);return w.createElement(tG,{...m,...h,...f},w.createElement(w.Fragment,null,d&&w.createElement(eG,{...h},d),t||r?w.createElement(Jq,{isIndented:!!(!d&&l)},t&&w.createElement(Zq,{...h,loading:e},t),r&&w.createElement(Qq,{...h},r)):null,n&&w.createElement(Xq,{...h},n)))},"ListItem"),oG=nG,aG=F.div({minWidth:180,overflow:"hidden",overflowY:"auto",maxHeight:15.5*32},({theme:e})=>({borderRadius:e.appBorderRadius})),lG=c(({id:e,onClick:t,...r})=>{let{active:n,disabled:o,title:a,href:l}=r,i=s.useCallback(u=>t?.(u,{id:e,active:n,disabled:o,title:a,href:l}),[t,e,n,o,a,l]);return w.createElement(oG,{id:`list-item-${e}`,...r,...t&&{onClick:i}})},"Item"),iG=c(({links:e,LinkWrapper:t,...r})=>{let n=e.some(o=>o.icon);return w.createElement(aG,{...r},e.map(o=>w.createElement(lG,{key:o.id,isIndented:n,LinkWrapper:t,...o})))},"TooltipLinkList");dv();var C5=F.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}}:{});C5.displayName="Side";var sG=c(({children:e,className:t,scrollable:r})=>r?w.createElement(W0,{vertical:!1,className:t},e):w.createElement("div",{className:t},e),"UnstyledBar"),_T=F(sG)(({theme:e,scrollable:t=!0})=>({color:e.barTextColor,width:"100%",height:40,flexShrink:0,overflow:t?"auto":"hidden",overflowY:"hidden"}),({theme:e,border:t=!1})=>t?{boxShadow:`${e.appBorderColor} 0 -1px 0 0 inset`,background:e.barBg}:{});_T.displayName="Bar";var uG=F.div(({bgColor:e})=>({display:"flex",justifyContent:"space-between",position:"relative",flexWrap:"nowrap",flexShrink:0,height:40,backgroundColor:e||""})),$y=c(({children:e,backgroundColor:t,className:r,...n})=>{let[o,a]=s.Children.toArray(e);return w.createElement(_T,{className:`sb-bar ${r}`,...n},w.createElement(uG,{bgColor:t},w.createElement(C5,{scrollable:n.scrollable,left:!0},o),a?w.createElement(C5,{right:!0},a):null))},"FlexBar");$y.displayName="FlexBar";var cG=c(e=>typeof e.props.href=="string","isLink"),dG=c(e=>typeof e.props.href!="string","isButton");function FT({children:e,...t},r){let n={props:t,ref:r};if(cG(n))return w.createElement("a",{ref:n.ref,...n.props},e);if(dG(n))return w.createElement("button",{ref:n.ref,type:"button",...n.props},e);throw new Error("invalid props")}c(FT,"ForwardRefFunction");var RT=s.forwardRef(FT);RT.displayName="ButtonOrLink";var L1=F(RT,{shouldForwardProp:K5})({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}});L1.displayName="TabButton";var pG=F.div(({theme:e})=>({width:14,height:14,backgroundColor:e.appBorderColor,animation:`${e.animation.glow} 1.5s ease-in-out infinite`})),fG=F.div(()=>({marginTop:6,padding:7,height:28})),qte=c(()=>w.createElement(fG,null,w.createElement(pG,null)),"IconButtonSkeleton"),hG=F.div(({theme:e})=>({height:"100%",display:"flex",padding:30,alignItems:"center",justifyContent:"center",flexDirection:"column",gap:15,background:e.background.content})),mG=F.div({display:"flex",flexDirection:"column",gap:4,maxWidth:415}),gG=F.div(({theme:e})=>({fontWeight:e.typography.weight.bold,fontSize:e.typography.size.s2-1,textAlign:"center",color:e.textColor})),vG=F.div(({theme:e})=>({fontWeight:e.typography.weight.regular,fontSize:e.typography.size.s2-1,textAlign:"center",color:e.textMutedColor})),TT=c(({title:e,description:t,footer:r})=>w.createElement(hG,null,w.createElement(mG,null,w.createElement(gG,null,e),t&&w.createElement(vG,null,t)),r),"EmptyTabContent"),IT=F.div(({active:e})=>e?{display:"block"}:{display:"none"}),yG=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:l})=>w.createElement(IT,{active:l,role:"tabpanel"},a)}}),"childrenToList");Ey();var wG=F.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"})),bG=F(L1)(({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 zT(e){let t=s.useRef(),r=s.useRef(),n=s.useRef(new Map),{width:o=1}=Ry({ref:t}),[a,l]=s.useState(e),[i,u]=s.useState([]),d=s.useRef(e),p=s.useCallback(({menuName:h,actions:f})=>{let v=i.some(({active:b})=>b),[g,C]=s.useState(!1);return w.createElement(w.Fragment,null,w.createElement(wd,{interactive:!0,visible:g,onVisibleChange:C,placement:"bottom",delayHide:100,tooltip:w.createElement(iG,{links:i.map(({title:b,id:y,color:E,active:x})=>({id:y,title:b,color:E,active:x,onClick:c(D=>{D.preventDefault(),f.onSelect(y)},"onClick")}))})},w.createElement(bG,{ref:r,active:v,preActive:g,style:{visibility:i.length?"visible":"hidden"},"aria-hidden":!i.length,className:"tabbutton",type:"button",role:"tab"},h,w.createElement(wG,{className:"addon-collapsible-icon",isActive:v||g}))),i.map(({title:b,id:y,color:E},x)=>{let D=`index-${x}`;return w.createElement(L1,{id:`tabbutton-${HE(y)??D}`,style:{visibility:"hidden"},"aria-hidden":!0,tabIndex:-1,ref:S=>{n.current.set(y,S)},className:"tabbutton",type:"button",key:y,textColor:E,role:"tab"},b)}))},[i]),m=s.useCallback(()=>{if(!t.current||!r.current)return;let{x:h,width:f}=t.current.getBoundingClientRect(),{width:v}=r.current.getBoundingClientRect(),g=i.length?h+f-v:h+f,C=[],b=0,y=e.filter(E=>{let{id:x}=E,D=n.current.get(x),{width:S=0}=D?.getBoundingClientRect()||{},k=h+b+S>g;return(!k||!D)&&C.push(E),b+=S,k});(C.length!==a.length||d.current!==e)&&(l(C),u(y),d.current=e)},[i.length,e,a]);return s.useLayoutEffect(m,[m,o]),{tabRefs:n,addonsRef:r,tabBarRef:t,visibleList:a,invisibleList:i,AddonTab:p}}c(zT,"useList");var EG="/* emotion-disable-server-rendering-unsafe-selector-warning-please-do-not-use-this-the-warning-exists-for-a-reason */",xG=F.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"}),BT=F.div({overflow:"hidden","&:first-of-type":{marginLeft:-3},whiteSpace:"nowrap",flexGrow:1});BT.displayName="TabBar";var CG=F.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${EG}`]:{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"}}:{}),Gte=c(({active:e,render:t,children:r})=>w.createElement(IT,{active:e},t?t():r),"TabWrapper"),$T=s.memo(({children:e,selected:t=null,actions:r,absolute:n=!1,bordered:o=!1,tools:a=null,backgroundColor:l,id:i=null,menuName:u="Tabs",emptyState:d,showToolsWhenEmpty:p})=>{let m=s.useMemo(()=>yG(e).map((b,y)=>({...b,active:t?b.id===t:y===0})),[e,t]),{visibleList:h,tabBarRef:f,tabRefs:v,AddonTab:g}=zT(m),C=d??w.createElement(TT,{title:"Nothing found"});return!p&&m.length===0?C:w.createElement(xG,{absolute:n,bordered:o,id:i},w.createElement($y,{scrollable:!1,border:!0,backgroundColor:l},w.createElement(BT,{style:{whiteSpace:"normal"},ref:f,role:"tablist"},h.map(({title:b,id:y,active:E,color:x},D)=>{let S=`index-${D}`;return w.createElement(L1,{id:`tabbutton-${HE(y)??S}`,ref:k=>{v.current.set(y,k)},className:`tabbutton ${E?"tabbutton-active":""}`,type:"button",key:y,active:E,textColor:x,onClick:k=>{k.preventDefault(),r.onSelect(y)},role:"tab"},typeof b=="function"?w.createElement("title",null):b)}),w.createElement(g,{menuName:u,actions:r})),a),w.createElement(CG,{id:"panel-tab-content",bordered:o,absolute:n},m.length?m.map(({id:b,active:y,render:E})=>w.createElement(E,{key:b,active:y},null)):C))});$T.displayName="Tabs";var D5=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:l}=this.state;return w.createElement($T,{bordered:t,absolute:r,selected:l,backgroundColor:o,menuName:a,actions:this.handlers},n)}};c(D5,"TabsState"),D5.defaultProps={children:[],initial:null,absolute:!1,bordered:!1,backgroundColor:"",menuName:void 0};var DG=D5,LT=F.span(({theme:e})=>({width:1,height:20,background:e.appBorderColor,marginLeft:2,marginRight:2}),({force:e})=>e?{}:{"& + &":{display:"none"}});LT.displayName="Separator";var Yte=c(e=>e.reduce((t,r,n)=>r?w.createElement(s.Fragment,{key:r.id||r.key||`f-${n}`},t,n>0?w.createElement(LT,{key:`s-${n}`}):null,r.render()||r):t,null),"interleaveSeparators"),SG=c(e=>{let t=s.useRef();return s.useEffect(()=>{t.current=e},[e]),t.current},"usePrevious"),kG=c((e,t)=>{let r=SG(t);return e?t:r},"useUpdate"),Zte=c(({active:e,children:t})=>w.createElement("div",{hidden:!e},kG(e,t)),"AddonPanel");const{deprecate:AG,logger:_G}=__STORYBOOK_MODULE_CLIENT_LOGGER__;var FG=JF,RG=F.svg`
|
|
539
|
-
display: inline-block;
|
|
540
|
-
shape-rendering: inherit;
|
|
541
|
-
vertical-align: middle;
|
|
542
|
-
fill: currentColor;
|
|
543
|
-
path {
|
|
544
|
-
fill: currentColor;
|
|
545
|
-
}
|
|
546
|
-
`,Xte=c(({icon:e,useSymbol:t,__suppressDeprecationWarning:r=!1,...n})=>{r||AG(`Use of the deprecated Icons ${`(${e})`||""} component detected. Please use the @storybook/icons component directly. For more informations, see the migration notes at https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#icons-is-deprecated`);let o=S5[e]||null;if(!o)return _G.warn(`Use of an unknown prop ${`(${e})`||""} in the Icons component. The Icons component is deprecated. Please use the @storybook/icons component directly. For more informations, see the migration notes at https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#icons-is-deprecated`),null;let a=FG[o];return w.createElement(a,{...n})},"Icons"),Jte=s.memo(c(function({icons:e=Object.keys(S5)}){return w.createElement(RG,{viewBox:"0 0 14 14",style:{position:"absolute",width:0,height:0},"data-chromatic":"ignore"},e.map(t=>w.createElement("symbol",{id:`icon--${t}`,key:t},S5[t])))},"Symbols")),S5={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"},Qte=c(({alt:e,...t})=>w.createElement("svg",{width:"200px",height:"40px",viewBox:"0 0 200 40",...t,role:"img"},e?w.createElement("title",null,e):null,w.createElement("defs",null,w.createElement("path",{d:"M1.2 36.9L0 3.9c0-1.1.8-2 1.9-2.1l28-1.8a2 2 0 0 1 2.2 1.9 2 2 0 0 1 0 .1v36a2 2 0 0 1-2 2 2 2 0 0 1-.1 0L3.2 38.8a2 2 0 0 1-2-2z",id:"a"})),w.createElement("g",{fill:"none",fillRule:"evenodd"},w.createElement("path",{d:"M53.3 31.7c-1.7 0-3.4-.3-5-.7-1.5-.5-2.8-1.1-3.9-2l1.6-3.5c2.2 1.5 4.6 2.3 7.3 2.3 1.5 0 2.5-.2 3.3-.7.7-.5 1.1-1 1.1-1.9 0-.7-.3-1.3-1-1.7s-2-.8-3.7-1.2c-2-.4-3.6-.9-4.8-1.5-1.1-.5-2-1.2-2.6-2-.5-1-.8-2-.8-3.2 0-1.4.4-2.6 1.2-3.6.7-1.1 1.8-2 3.2-2.6 1.3-.6 2.9-.9 4.7-.9 1.6 0 3.1.3 4.6.7 1.5.5 2.7 1.1 3.5 2l-1.6 3.5c-2-1.5-4.2-2.3-6.5-2.3-1.3 0-2.3.2-3 .8-.8.5-1.2 1.1-1.2 2 0 .5.2 1 .5 1.3.2.3.7.6 1.4.9l2.9.8c2.9.6 5 1.4 6.2 2.4a5 5 0 0 1 2 4.2 6 6 0 0 1-2.5 5c-1.7 1.2-4 1.9-7 1.9zm21-3.6l1.4-.1-.2 3.5-1.9.1c-2.4 0-4.1-.5-5.2-1.5-1.1-1-1.6-2.7-1.6-4.8v-6h-3v-3.6h3V11h4.8v4.6h4v3.6h-4v6c0 1.8.9 2.8 2.6 2.8zm11.1 3.5c-1.6 0-3-.3-4.3-1a7 7 0 0 1-3-2.8c-.6-1.3-1-2.7-1-4.4 0-1.6.4-3 1-4.3a7 7 0 0 1 3-2.8c1.2-.7 2.7-1 4.3-1 1.7 0 3.2.3 4.4 1a7 7 0 0 1 3 2.8c.6 1.2 1 2.7 1 4.3 0 1.7-.4 3.1-1 4.4a7 7 0 0 1-3 2.8c-1.2.7-2.7 1-4.4 1zm0-3.6c2.4 0 3.6-1.6 3.6-4.6 0-1.5-.3-2.6-1-3.4a3.2 3.2 0 0 0-2.6-1c-2.3 0-3.5 1.4-3.5 4.4 0 3 1.2 4.6 3.5 4.6zm21.7-8.8l-2.7.3c-1.3.2-2.3.5-2.8 1.2-.6.6-.9 1.4-.9 2.5v8.2H96V15.7h4.6v2.6c.8-1.8 2.5-2.8 5-3h1.3l.3 4zm14-3.5h4.8L116.4 37h-4.9l3-6.6-6.4-14.8h5l4 10 4-10zm16-.4c1.4 0 2.6.3 3.6 1 1 .6 1.9 1.6 2.5 2.8.6 1.2.9 2.7.9 4.3 0 1.6-.3 3-1 4.3a6.9 6.9 0 0 1-2.4 2.9c-1 .7-2.2 1-3.6 1-1 0-2-.2-3-.7-.8-.4-1.5-1-2-1.9v2.4h-4.7V8.8h4.8v9c.5-.8 1.2-1.4 2-1.9.9-.4 1.8-.6 3-.6zM135.7 28c1.1 0 2-.4 2.6-1.2.6-.8 1-2 1-3.4 0-1.5-.4-2.5-1-3.3s-1.5-1.1-2.6-1.1-2 .3-2.6 1.1c-.6.8-1 2-1 3.3 0 1.5.4 2.6 1 3.4.6.8 1.5 1.2 2.6 1.2zm18.9 3.6c-1.7 0-3.2-.3-4.4-1a7 7 0 0 1-3-2.8c-.6-1.3-1-2.7-1-4.4 0-1.6.4-3 1-4.3a7 7 0 0 1 3-2.8c1.2-.7 2.7-1 4.4-1 1.6 0 3 .3 4.3 1a7 7 0 0 1 3 2.8c.6 1.2 1 2.7 1 4.3 0 1.7-.4 3.1-1 4.4a7 7 0 0 1-3 2.8c-1.2.7-2.7 1-4.3 1zm0-3.6c2.3 0 3.5-1.6 3.5-4.6 0-1.5-.3-2.6-1-3.4a3.2 3.2 0 0 0-2.5-1c-2.4 0-3.6 1.4-3.6 4.4 0 3 1.2 4.6 3.6 4.6zm18 3.6c-1.7 0-3.2-.3-4.4-1a7 7 0 0 1-3-2.8c-.6-1.3-1-2.7-1-4.4 0-1.6.4-3 1-4.3a7 7 0 0 1 3-2.8c1.2-.7 2.7-1 4.4-1 1.6 0 3 .3 4.4 1a7 7 0 0 1 2.9 2.8c.6 1.2 1 2.7 1 4.3 0 1.7-.4 3.1-1 4.4a7 7 0 0 1-3 2.8c-1.2.7-2.7 1-4.3 1zm0-3.6c2.3 0 3.5-1.6 3.5-4.6 0-1.5-.3-2.6-1-3.4a3.2 3.2 0 0 0-2.5-1c-2.4 0-3.6 1.4-3.6 4.4 0 3 1.2 4.6 3.6 4.6zm27.4 3.4h-6l-6-7v7h-4.8V8.8h4.9v13.6l5.8-6.7h5.7l-6.6 7.5 7 8.2z",fill:"currentColor"}),w.createElement("mask",{id:"b",fill:"#fff"},w.createElement("use",{xlinkHref:"#a"})),w.createElement("use",{fill:"#FF4785",fillRule:"nonzero",xlinkHref:"#a"}),w.createElement("path",{d:"M23.7 5L24 .2l3.9-.3.1 4.8a.3.3 0 0 1-.5.2L26 3.8l-1.7 1.4a.3.3 0 0 1-.5-.3zm-5 10c0 .9 5.3.5 6 0 0-5.4-2.8-8.2-8-8.2-5.3 0-8.2 2.8-8.2 7.1 0 7.4 10 7.6 10 11.6 0 1.2-.5 1.9-1.8 1.9-1.6 0-2.2-.9-2.1-3.6 0-.6-6.1-.8-6.3 0-.5 6.7 3.7 8.6 8.5 8.6 4.6 0 8.3-2.5 8.3-7 0-7.9-10.2-7.7-10.2-11.6 0-1.6 1.2-1.8 2-1.8.6 0 2 0 1.9 3z",fill:"#FFF",fillRule:"nonzero",mask:"url(#b)"}))),"StorybookLogo"),ere=c(e=>w.createElement("svg",{viewBox:"0 0 64 64",...e},w.createElement("title",null,"Storybook icon"),w.createElement("g",{id:"Artboard",stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd"},w.createElement("path",{d:"M8.04798541,58.7875918 L6.07908839,6.32540407 C6.01406344,4.5927838 7.34257463,3.12440831 9.07303814,3.01625434 L53.6958037,0.227331489 C55.457209,0.117243658 56.974354,1.45590096 57.0844418,3.21730626 C57.0885895,3.28366922 57.0906648,3.35014546 57.0906648,3.41663791 L57.0906648,60.5834697 C57.0906648,62.3483119 55.6599776,63.7789992 53.8951354,63.7789992 C53.847325,63.7789992 53.7995207,63.7779262 53.7517585,63.775781 L11.0978899,61.8600599 C9.43669044,61.7854501 8.11034889,60.4492961 8.04798541,58.7875918 Z",id:"path-1",fill:"#FF4785",fillRule:"nonzero"}),w.createElement("path",{d:"M35.9095005,24.1768792 C35.9095005,25.420127 44.2838488,24.8242707 45.4080313,23.9509748 C45.4080313,15.4847538 40.8652557,11.0358878 32.5466666,11.0358878 C24.2280775,11.0358878 19.5673077,15.553972 19.5673077,22.3311017 C19.5673077,34.1346028 35.4965208,34.3605071 35.4965208,40.7987804 C35.4965208,42.606015 34.6115646,43.6790606 32.6646607,43.6790606 C30.127786,43.6790606 29.1248356,42.3834613 29.2428298,37.9783269 C29.2428298,37.0226907 19.5673077,36.7247626 19.2723223,37.9783269 C18.5211693,48.6535354 25.1720308,51.7326752 32.7826549,51.7326752 C40.1572906,51.7326752 45.939005,47.8018145 45.939005,40.6858282 C45.939005,28.035186 29.7738035,28.3740425 29.7738035,22.1051974 C29.7738035,19.5637737 31.6617103,19.2249173 32.7826549,19.2249173 C33.9625966,19.2249173 36.0864917,19.4328883 35.9095005,24.1768792 Z",id:"path9_fill-path",fill:"#FFFFFF",fillRule:"nonzero"}),w.createElement("path",{d:"M44.0461638,0.830433986 L50.1874092,0.446606143 L50.443532,7.7810017 C50.4527198,8.04410717 50.2468789,8.26484453 49.9837734,8.27403237 C49.871115,8.27796649 49.7607078,8.24184808 49.6721567,8.17209069 L47.3089847,6.3104681 L44.5110468,8.43287463 C44.3012992,8.591981 44.0022839,8.55092814 43.8431776,8.34118051 C43.7762017,8.25288717 43.742082,8.14401677 43.7466857,8.03329059 L44.0461638,0.830433986 Z",id:"Path",fill:"#FFFFFF"}))),"StorybookIcon"),TG=Cn`
|
|
547
|
-
from {
|
|
548
|
-
transform: rotate(0deg);
|
|
549
|
-
}
|
|
550
|
-
to {
|
|
551
|
-
transform: rotate(360deg);
|
|
552
|
-
}
|
|
553
|
-
`,IG=F.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:`${TG} 0.7s linear infinite`,mixBlendMode:"difference"})),iE=F.div({position:"absolute",display:"flex",flexDirection:"column",justifyContent:"center",alignItems:"center",width:"100%",height:"100%"}),zG=F.div(({theme:e})=>({position:"relative",width:"80%",marginBottom:"0.75rem",maxWidth:300,height:5,borderRadius:5,background:Nt(.8,e.color.secondary),overflow:"hidden",cursor:"progress"})),BG=F.div(({theme:e})=>({position:"absolute",top:0,left:0,height:"100%",background:e.color.secondary})),sE=F.div(({theme:e})=>({minHeight:"2em",fontSize:`${e.typography.size.s1}px`,color:e.barTextColor})),$G=F(QF)(({theme:e})=>({width:20,height:20,marginBottom:"0.5rem",color:e.textMutedColor})),LG=Cn`
|
|
554
|
-
from { content: "..." }
|
|
555
|
-
33% { content: "." }
|
|
556
|
-
66% { content: ".." }
|
|
557
|
-
to { content: "..." }
|
|
558
|
-
`,OG=F.span({"&::after":{content:"'...'",animation:`${LG} 1s linear infinite`,animationDelay:"1s",display:"inline-block",width:"1em",height:"auto"}}),MG=c(({progress:e,error:t,size:r,...n})=>{if(t)return w.createElement(iE,{"aria-label":t.toString(),"aria-live":"polite",role:"status",...n},w.createElement($G,null),w.createElement(sE,null,t.message));if(e){let{value:o,modules:a}=e,{message:l}=e;return a&&(l+=` ${a.complete} / ${a.total} modules`),w.createElement(iE,{"aria-label":"Content is loading...","aria-live":"polite","aria-valuemin":0,"aria-valuemax":100,"aria-valuenow":o*100,"aria-valuetext":l,role:"progressbar",...n},w.createElement(zG,null,w.createElement(BG,{style:{width:`${o*100}%`}})),w.createElement(sE,null,l,o<1&&w.createElement(OG,{key:l})))}return w.createElement(IG,{"aria-label":"Content is loading...","aria-live":"polite",role:"status",size:r,...n})},"Loader");function OT(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(OT,"parseQuery");var PG=c((e,t,r={})=>{let[n,o]=e.split("?"),a=o?{...OT(o),...r,id:t}:{...r,id:t};return`${n}?${Object.entries(a).map(l=>`${l[0]}=${l[1]}`).join("&")}`},"getStoryHref"),NG=F.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: ${Mr.fonts.mono};
|
|
570
|
-
font-size: ${Mr.size.s2-1}px;
|
|
571
|
-
`,tre=c(({code:e,...t})=>w.createElement(NG,{id:"clipboard-code",...t},e),"ClipboardCode"),HG=XF,jG={};Object.keys(XF).forEach(e=>{jG[e]=s.forwardRef((t,r)=>s.createElement(e,{...t,ref:r}))});var VG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"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}))),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:"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}))),WG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"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}))),qG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"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}))),GG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"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}))),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:"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}))),k5=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),rre=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),YG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"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}))),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:"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}))),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:"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}))),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:"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}))),QG=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"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}))),eK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"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}))),MT=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width: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}))),tK=s.forwardRef(({color:e="currentColor",size:t=14,...r},n)=>s.createElement("svg",{width:t,height:t,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",ref:n,...r},s.createElement("path",{d:"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})));const{deprecate:rK,once:nK,logger:Ly}=__STORYBOOK_MODULE_CLIENT_LOGGER__,{filterArgTypes:uE,composeConfigs:nre,Preview:ore,DocsContext:are}=__STORYBOOK_MODULE_PREVIEW_API__,{STORY_ARGS_UPDATED:cE,UPDATE_STORY_ARGS:oK,RESET_STORY_ARGS:aK,GLOBALS_UPDATED:dE,NAVIGATE_URL:lK}=__STORYBOOK_MODULE_CORE_EVENTS__;__STORYBOOK_MODULE_CHANNELS__;var PT=ua({"../../node_modules/memoizerific/memoizerific.js"(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 function r(n,o,a){function l(d,p){if(!o[d]){if(!n[d]){var m=typeof $u=="function"&&$u;if(!p&&m)return m(d,!0);if(i)return i(d,!0);var h=new Error("Cannot find module '"+d+"'");throw h.code="MODULE_NOT_FOUND",h}var f=o[d]={exports:{}};n[d][0].call(f.exports,function(v){var g=n[d][1][v];return l(g||v)},f,f.exports,r,n,o,a)}return o[d].exports}for(var i=typeof $u=="function"&&$u,u=0;u<a.length;u++)l(a[u]);return l}({1:[function(r,n,o){n.exports=function(a){if(typeof Map!="function"||a){var l=r("./similar");return new l}else return new Map}},{"./similar":2}],2:[function(r,n,o){function a(){return this.list=[],this.lastItem=void 0,this.size=0,this}a.prototype.get=function(l){var i;if(this.lastItem&&this.isEqual(this.lastItem.key,l))return this.lastItem.val;if(i=this.indexOf(l),i>=0)return this.lastItem=this.list[i],this.list[i].val},a.prototype.set=function(l,i){var u;return this.lastItem&&this.isEqual(this.lastItem.key,l)?(this.lastItem.val=i,this):(u=this.indexOf(l),u>=0?(this.lastItem=this.list[u],this.list[u].val=i,this):(this.lastItem={key:l,val:i},this.list.push(this.lastItem),this.size++,this))},a.prototype.delete=function(l){var i;if(this.lastItem&&this.isEqual(this.lastItem.key,l)&&(this.lastItem=void 0),i=this.indexOf(l),i>=0)return this.size--,this.list.splice(i,1)[0]},a.prototype.has=function(l){var i;return this.lastItem&&this.isEqual(this.lastItem.key,l)?!0:(i=this.indexOf(l),i>=0?(this.lastItem=this.list[i],!0):!1)},a.prototype.forEach=function(l,i){var u;for(u=0;u<this.size;u++)l.call(i||this,this.list[u].val,this.list[u].key,this)},a.prototype.indexOf=function(l){var i;for(i=0;i<this.size;i++)if(this.isEqual(this.list[i].key,l))return i;return-1},a.prototype.isEqual=function(l,i){return l===i||l!==l&&i!==i},n.exports=a},{}],3:[function(r,n,o){var a=r("map-or-similar");n.exports=function(d){var p=new a(!1),m=[];return function(h){var f=function(){var v=p,g,C,b=arguments.length-1,y=Array(b+1),E=!0,x;if((f.numArgs||f.numArgs===0)&&f.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(y[x]={cacheItem:v,arg:arguments[x]},v.has(arguments[x])){v=v.get(arguments[x]);continue}E=!1,g=new a(!1),v.set(arguments[x],g),v=g}return E&&(v.has(arguments[b])?C=v.get(arguments[b]):E=!1),E||(C=h.apply(null,arguments),v.set(arguments[b],C)),d>0&&(y[b]={cacheItem:v,arg:arguments[b]},E?l(m,y):m.push(y),m.length>d&&i(m.shift())),f.wasMemoized=E,f.numArgs=b+1,C};return f.limit=d,f.wasMemoized=!1,f.cache=p,f.lru=m,f}};function l(d,p){var m=d.length,h=p.length,f,v,g;for(v=0;v<m;v++){for(f=!0,g=0;g<h;g++)if(!u(d[v][g].arg,p[g].arg)){f=!1;break}if(f)break}d.push(d.splice(v,1)[0])}function i(d){var p=d.length,m=d[p-1],h,f;for(m.cacheItem.delete(m.arg),f=p-2;f>=0&&(m=d[f],h=m.cacheItem.get(m.arg),!h||!h.size);f--)m.cacheItem.delete(m.arg)}function u(d,p){return d===p||d!==d&&p!==p}},{"map-or-similar":1}]},{},[3])(3)})}}),iK=ua({"../../node_modules/tocbot/src/js/default-options.js"(e,t){t.exports={tocSelector:".js-toc",contentSelector:".js-toc-content",headingSelector:"h1, h2, h3",ignoreSelector:".js-toc-ignore",hasInnerContainers:!1,linkClass:"toc-link",extraLinkClasses:"",activeLinkClass:"is-active-link",listClass:"toc-list",extraListClasses:"",isCollapsedClass:"is-collapsed",collapsibleClass:"is-collapsible",listItemClass:"toc-list-item",activeListItemClass:"is-active-li",collapseDepth:0,scrollSmooth:!0,scrollSmoothDuration:420,scrollSmoothOffset:0,scrollEndCallback:function(r){},headingsOffset:1,throttleTimeout:50,positionFixedSelector:null,positionFixedClass:"is-position-fixed",fixedSidebarOffset:"auto",includeHtml:!1,includeTitleTags:!1,onClick:function(r){},orderedList:!0,scrollContainer:null,skipRendering:!1,headingLabelCallback:!1,ignoreHiddenElements:!1,headingObjectCallback:null,basePath:"",disableTocScrollSync:!1,tocScrollOffset:0}}}),sK=ua({"../../node_modules/tocbot/src/js/build-html.js"(e,t){t.exports=function(r){var n=[].forEach,o=[].some,a=document.body,l,i=!0,u=" ";function d(x,D){var S=D.appendChild(m(x));if(x.children.length){var k=h(x.isCollapsed);x.children.forEach(function(A){d(A,k)}),S.appendChild(k)}}function p(x,D){var S=!1,k=h(S);if(D.forEach(function(A){d(A,k)}),l=x||l,l!==null)return l.firstChild&&l.removeChild(l.firstChild),D.length===0?l:l.appendChild(k)}function m(x){var D=document.createElement("li"),S=document.createElement("a");return r.listItemClass&&D.setAttribute("class",r.listItemClass),r.onClick&&(S.onclick=r.onClick),r.includeTitleTags&&S.setAttribute("title",x.textContent),r.includeHtml&&x.childNodes.length?n.call(x.childNodes,function(k){S.appendChild(k.cloneNode(!0))}):S.textContent=x.textContent,S.setAttribute("href",r.basePath+"#"+x.id),S.setAttribute("class",r.linkClass+u+"node-name--"+x.nodeName+u+r.extraLinkClasses),D.appendChild(S),D}function h(x){var D=r.orderedList?"ol":"ul",S=document.createElement(D),k=r.listClass+u+r.extraListClasses;return x&&(k=k+u+r.collapsibleClass,k=k+u+r.isCollapsedClass),S.setAttribute("class",k),S}function f(){if(r.scrollContainer&&document.querySelector(r.scrollContainer)){var x;x=document.querySelector(r.scrollContainer).scrollTop}else x=document.documentElement.scrollTop||a.scrollTop;var D=document.querySelector(r.positionFixedSelector);r.fixedSidebarOffset==="auto"&&(r.fixedSidebarOffset=l.offsetTop),x>r.fixedSidebarOffset?D.className.indexOf(r.positionFixedClass)===-1&&(D.className+=u+r.positionFixedClass):D.className=D.className.replace(u+r.positionFixedClass,"")}function v(x){var D=0;return x!==null&&(D=x.offsetTop,r.hasInnerContainers&&(D+=v(x.offsetParent))),D}function g(x,D){return x&&x.className!==D&&(x.className=D),x}function C(x){if(r.scrollContainer&&document.querySelector(r.scrollContainer)){var D;D=document.querySelector(r.scrollContainer).scrollTop}else D=document.documentElement.scrollTop||a.scrollTop;r.positionFixedSelector&&f();var S=x,k;if(i&&l!==null&&S.length>0){o.call(S,function(N,M){if(v(N)>D+r.headingsOffset+10){var j=M===0?M:M-1;return k=S[j],!0}else if(M===S.length-1)return k=S[S.length-1],!0});var A=l.querySelector("."+r.activeLinkClass),_=l.querySelector("."+r.linkClass+".node-name--"+k.nodeName+'[href="'+r.basePath+"#"+k.id.replace(/([ #;&,.+*~':"!^$[\]()=>|/\\@])/g,"\\$1")+'"]');if(A===_)return;var R=l.querySelectorAll("."+r.linkClass);n.call(R,function(N){g(N,N.className.replace(u+r.activeLinkClass,""))});var I=l.querySelectorAll("."+r.listItemClass);n.call(I,function(N){g(N,N.className.replace(u+r.activeListItemClass,""))}),_&&_.className.indexOf(r.activeLinkClass)===-1&&(_.className+=u+r.activeLinkClass);var $=_&&_.parentNode;$&&$.className.indexOf(r.activeListItemClass)===-1&&($.className+=u+r.activeListItemClass);var L=l.querySelectorAll("."+r.listClass+"."+r.collapsibleClass);n.call(L,function(N){N.className.indexOf(r.isCollapsedClass)===-1&&(N.className+=u+r.isCollapsedClass)}),_&&_.nextSibling&&_.nextSibling.className.indexOf(r.isCollapsedClass)!==-1&&g(_.nextSibling,_.nextSibling.className.replace(u+r.isCollapsedClass,"")),b(_&&_.parentNode.parentNode)}}function b(x){return x&&x.className.indexOf(r.collapsibleClass)!==-1&&x.className.indexOf(r.isCollapsedClass)!==-1?(g(x,x.className.replace(u+r.isCollapsedClass,"")),b(x.parentNode.parentNode)):x}function y(x){var D=x.target||x.srcElement;typeof D.className!="string"||D.className.indexOf(r.linkClass)===-1||(i=!1)}function E(){i=!0}return{enableTocAnimation:E,disableTocAnimation:y,render:p,updateToc:C}}}}),uK=ua({"../../node_modules/tocbot/src/js/parse-content.js"(e,t){t.exports=function(r){var n=[].reduce;function o(m){return m[m.length-1]}function a(m){return+m.nodeName.toUpperCase().replace("H","")}function l(m){try{return m instanceof window.HTMLElement||m instanceof window.parent.HTMLElement}catch{return m instanceof window.HTMLElement}}function i(m){if(!l(m))return m;if(r.ignoreHiddenElements&&(!m.offsetHeight||!m.offsetParent))return null;let h=m.getAttribute("data-heading-label")||(r.headingLabelCallback?String(r.headingLabelCallback(m.innerText)):(m.innerText||m.textContent).trim());var f={id:m.id,children:[],nodeName:m.nodeName,headingLevel:a(m),textContent:h};return r.includeHtml&&(f.childNodes=m.childNodes),r.headingObjectCallback?r.headingObjectCallback(f,m):f}function u(m,h){for(var f=i(m),v=f.headingLevel,g=h,C=o(g),b=C?C.headingLevel:0,y=v-b;y>0&&(C=o(g),!(C&&v===C.headingLevel));)C&&C.children!==void 0&&(g=C.children),y--;return v>=r.collapseDepth&&(f.isCollapsed=!0),g.push(f),g}function d(m,h){var f=h;r.ignoreSelector&&(f=h.split(",").map(function(v){return v.trim()+":not("+r.ignoreSelector+")"}));try{return m.querySelectorAll(f)}catch{return console.warn("Headers not found with selector: "+f),null}}function p(m){return n.call(m,function(h,f){var v=i(f);return v&&u(v,h.nest),h},{nest:[]})}return{nestHeadingsArray:p,selectHeadings:d}}}}),cK=ua({"../../node_modules/tocbot/src/js/update-toc-scroll.js"(e,t){t.exports=function(r){var n=r.tocElement||document.querySelector(r.tocSelector);if(n&&n.scrollHeight>n.clientHeight){var o=n.querySelector("."+r.activeListItemClass);o&&(n.scrollTop=o.offsetTop-r.tocScrollOffset)}}}}),dK=ua({"../../node_modules/tocbot/src/js/scroll-smooth/index.js"(e){e.initSmoothScrolling=t;function t(n){var o=n.duration,a=n.offset,l=location.hash?d(location.href):location.href;i();function i(){document.body.addEventListener("click",m,!1);function m(h){!u(h.target)||h.target.className.indexOf("no-smooth-scroll")>-1||h.target.href.charAt(h.target.href.length-2)==="#"&&h.target.href.charAt(h.target.href.length-1)==="!"||h.target.className.indexOf(n.linkClass)===-1||r(h.target.hash,{duration:o,offset:a,callback:function(){p(h.target.hash)}})}}function u(m){return m.tagName.toLowerCase()==="a"&&(m.hash.length>0||m.href.charAt(m.href.length-1)==="#")&&(d(m.href)===l||d(m.href)+"#"===l)}function d(m){return m.slice(0,m.lastIndexOf("#"))}function p(m){var h=document.getElementById(m.substring(1));h&&(/^(?:a|select|input|button|textarea)$/i.test(h.tagName)||(h.tabIndex=-1),h.focus())}}function r(n,o){var a=window.pageYOffset,l={duration:o.duration,offset:o.offset||0,callback:o.callback,easing:o.easing||v},i=document.querySelector('[id="'+decodeURI(n).split("#").join("")+'"]')||document.querySelector('[id="'+n.split("#").join("")+'"]'),u=typeof n=="string"?l.offset+(n?i&&i.getBoundingClientRect().top||0:-(document.documentElement.scrollTop||document.body.scrollTop)):n,d=typeof l.duration=="function"?l.duration(u):l.duration,p,m;requestAnimationFrame(function(g){p=g,h(g)});function h(g){m=g-p,window.scrollTo(0,l.easing(m,a,u,d)),m<d?requestAnimationFrame(h):f()}function f(){window.scrollTo(0,a+u),typeof l.callback=="function"&&l.callback()}function v(g,C,b,y){return g/=y/2,g<1?b/2*g*g+C:(g--,-b/2*(g*(g-2)-1)+C)}}}}),pK=ua({"../../node_modules/tocbot/src/js/index.js"(e,t){(function(r,n){typeof define=="function"&&define.amd?define([],n(r)):typeof e=="object"?t.exports=n(r):r.tocbot=n(r)})(typeof global<"u"?global:window||global,function(r){var n=iK(),o={},a={},l=sK(),i=uK(),u=cK(),d,p,m=!!r&&!!r.document&&!!r.document.querySelector&&!!r.addEventListener;if(typeof window>"u"&&!m)return;var h,f=Object.prototype.hasOwnProperty;function v(){for(var y={},E=0;E<arguments.length;E++){var x=arguments[E];for(var D in x)f.call(x,D)&&(y[D]=x[D])}return y}function g(y,E,x){E||(E=250);var D,S;return function(){var k=this,A=+new Date,_=arguments;D&&A<D+E?(clearTimeout(S),S=setTimeout(function(){D=A,y.apply(k,_)},E)):(D=A,y.apply(k,_))}}function C(y){try{return y.contentElement||document.querySelector(y.contentSelector)}catch{return console.warn("Contents element not found: "+y.contentSelector),null}}function b(y){try{return y.tocElement||document.querySelector(y.tocSelector)}catch{return console.warn("TOC element not found: "+y.tocSelector),null}}return a.destroy=function(){var y=b(o);y!==null&&(o.skipRendering||y&&(y.innerHTML=""),o.scrollContainer&&document.querySelector(o.scrollContainer)?(document.querySelector(o.scrollContainer).removeEventListener("scroll",this._scrollListener,!1),document.querySelector(o.scrollContainer).removeEventListener("resize",this._scrollListener,!1),d&&document.querySelector(o.scrollContainer).removeEventListener("click",this._clickListener,!1)):(document.removeEventListener("scroll",this._scrollListener,!1),document.removeEventListener("resize",this._scrollListener,!1),d&&document.removeEventListener("click",this._clickListener,!1)))},a.init=function(y){if(m){o=v(n,y||{}),this.options=o,this.state={},o.scrollSmooth&&(o.duration=o.scrollSmoothDuration,o.offset=o.scrollSmoothOffset,a.scrollSmooth=dK().initSmoothScrolling(o)),d=l(o),p=i(o),this._buildHtml=d,this._parseContent=p,this._headingsArray=h,a.destroy();var E=C(o);if(E!==null){var x=b(o);if(x!==null&&(h=p.selectHeadings(E,o.headingSelector),h!==null)){var D=p.nestHeadingsArray(h),S=D.nest;if(!o.skipRendering)d.render(x,S);else return this;this._scrollListener=g(function(A){d.updateToc(h),!o.disableTocScrollSync&&u(o);var _=A&&A.target&&A.target.scrollingElement&&A.target.scrollingElement.scrollTop===0;(A&&(A.eventPhase===0||A.currentTarget===null)||_)&&(d.updateToc(h),o.scrollEndCallback&&o.scrollEndCallback(A))},o.throttleTimeout),this._scrollListener(),o.scrollContainer&&document.querySelector(o.scrollContainer)?(document.querySelector(o.scrollContainer).addEventListener("scroll",this._scrollListener,!1),document.querySelector(o.scrollContainer).addEventListener("resize",this._scrollListener,!1)):(document.addEventListener("scroll",this._scrollListener,!1),document.addEventListener("resize",this._scrollListener,!1));var k=null;return this._clickListener=g(function(A){o.scrollSmooth&&d.disableTocAnimation(A),d.updateToc(h),k&&clearTimeout(k),k=setTimeout(function(){d.enableTocAnimation()},o.scrollSmoothDuration)},o.throttleTimeout),o.scrollContainer&&document.querySelector(o.scrollContainer)?document.querySelector(o.scrollContainer).addEventListener("click",this._clickListener,!1):document.addEventListener("click",this._clickListener,!1),this}}}},a.refresh=function(y){a.destroy(),a.init(y||this.options)},r.tocbot=a,a})}});function Wl(){return Wl=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},Wl.apply(null,arguments)}function fK(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Qs(e,t){return Qs=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(r,n){return r.__proto__=n,r},Qs(e,t)}function hK(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,Qs(e,t)}function A5(e){return A5=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},A5(e)}function mK(e){try{return Function.toString.call(e).indexOf("[native code]")!==-1}catch{return typeof e=="function"}}function NT(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch{}return(NT=function(){return!!e})()}function gK(e,t,r){if(NT())return Reflect.construct.apply(null,arguments);var n=[null];n.push.apply(n,t);var o=new(e.bind.apply(e,n));return r&&Qs(o,r.prototype),o}function _5(e){var t=typeof Map=="function"?new Map:void 0;return _5=function(r){if(r===null||!mK(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 gK(r,arguments,A5(this).constructor)}return n.prototype=Object.create(r.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),Qs(n,r)},_5(e)}var vK={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 }).
|
|
572
|
-
|
|
573
|
-
`,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 }).
|
|
574
|
-
|
|
575
|
-
`,3:`Passed an incorrect argument to a color function, please pass a string representation of a color.
|
|
576
|
-
|
|
577
|
-
`,4:`Couldn't generate valid rgb string from %s, it returned %s.
|
|
578
|
-
|
|
579
|
-
`,5:`Couldn't parse the color string. Please provide the color as a string in hex, rgb, rgba, hsl or hsla notation.
|
|
580
|
-
|
|
581
|
-
`,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 }).
|
|
582
|
-
|
|
583
|
-
`,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 }).
|
|
584
|
-
|
|
585
|
-
`,8:`Passed invalid argument to toColorString, please pass a RgbColor, RgbaColor, HslColor or HslaColor object.
|
|
586
|
-
|
|
587
|
-
`,9:`Please provide a number of steps to the modularScale helper.
|
|
588
|
-
|
|
589
|
-
`,10:`Please pass a number or one of the predefined scales to the modularScale helper as the ratio.
|
|
590
|
-
|
|
591
|
-
`,11:`Invalid value passed as base to modularScale, expected number or em string but got "%s"
|
|
592
|
-
|
|
593
|
-
`,12:`Expected a string ending in "px" or a number passed as the first argument to %s(), got "%s" instead.
|
|
594
|
-
|
|
595
|
-
`,13:`Expected a string ending in "px" or a number passed as the second argument to %s(), got "%s" instead.
|
|
596
|
-
|
|
597
|
-
`,14:`Passed invalid pixel value ("%s") to %s(), please pass a value like "12px" or 12.
|
|
598
|
-
|
|
599
|
-
`,15:`Passed invalid base value ("%s") to %s(), please pass a value like "12px" or 12.
|
|
600
|
-
|
|
601
|
-
`,16:`You must provide a template to this method.
|
|
602
|
-
|
|
603
|
-
`,17:`You passed an unsupported selector state to this method.
|
|
604
|
-
|
|
605
|
-
`,18:`minScreen and maxScreen must be provided as stringified numbers with the same units.
|
|
606
|
-
|
|
607
|
-
`,19:`fromSize and toSize must be provided as stringified numbers with the same units.
|
|
608
|
-
|
|
609
|
-
`,20:`expects either an array of objects or a single object with the properties prop, fromSize, and toSize.
|
|
610
|
-
|
|
611
|
-
`,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.
|
|
612
|
-
|
|
613
|
-
`,24:`fontFace expects either the path to the font file(s) or a name of a local copy.
|
|
614
|
-
|
|
615
|
-
`,25:`fontFace expects localFonts to be an array.
|
|
616
|
-
|
|
617
|
-
`,26:`fontFace expects fileFormats to be an array.
|
|
618
|
-
|
|
619
|
-
`,27:`radialGradient requries at least 2 color-stops to properly render.
|
|
620
|
-
|
|
621
|
-
`,28:`Please supply a filename to retinaImage() as the first argument.
|
|
622
|
-
|
|
623
|
-
`,29:`Passed invalid argument to triangle, please pass correct pointingDirection e.g. 'right'.
|
|
624
|
-
|
|
625
|
-
`,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
|
|
626
|
-
|
|
627
|
-
`,32:`To pass multiple animations please supply them in arrays, e.g. animation(['rotate', '2s'], ['move', '1s'])
|
|
628
|
-
To pass a single animation please supply them in simple values, e.g. animation('rotate', '2s')
|
|
629
|
-
|
|
630
|
-
`,33:`The animation shorthand arrays can only have 8 elements. See the specification for more information: http://mdn.io/animation
|
|
631
|
-
|
|
632
|
-
`,34:`borderRadius expects a radius value as a string or number as the second argument.
|
|
633
|
-
|
|
634
|
-
`,35:`borderRadius expects one of "top", "bottom", "left" or "right" as the first argument.
|
|
635
|
-
|
|
636
|
-
`,36:`Property must be a string value.
|
|
637
|
-
|
|
638
|
-
`,37:`Syntax Error at %s.
|
|
639
|
-
|
|
640
|
-
`,38:`Formula contains a function that needs parentheses at %s.
|
|
641
|
-
|
|
642
|
-
`,39:`Formula is missing closing parenthesis at %s.
|
|
643
|
-
|
|
644
|
-
`,40:`Formula has too many closing parentheses at %s.
|
|
645
|
-
|
|
646
|
-
`,41:`All values in a formula must have the same unit or be unitless.
|
|
647
|
-
|
|
648
|
-
`,42:`Please provide a number of steps to the modularScale helper.
|
|
649
|
-
|
|
650
|
-
`,43:`Please pass a number or one of the predefined scales to the modularScale helper as the ratio.
|
|
651
|
-
|
|
652
|
-
`,44:`Invalid value passed as base to modularScale, expected number or em/rem string but got %s.
|
|
653
|
-
|
|
654
|
-
`,45:`Passed invalid argument to hslToColorString, please pass a HslColor or HslaColor object.
|
|
655
|
-
|
|
656
|
-
`,46:`Passed invalid argument to rgbToColorString, please pass a RgbColor or RgbaColor object.
|
|
657
|
-
|
|
658
|
-
`,47:`minScreen and maxScreen must be provided as stringified numbers with the same units.
|
|
659
|
-
|
|
660
|
-
`,48:`fromSize and toSize must be provided as stringified numbers with the same units.
|
|
661
|
-
|
|
662
|
-
`,49:`Expects either an array of objects or a single object with the properties prop, fromSize, and toSize.
|
|
663
|
-
|
|
664
|
-
`,50:`Expects the objects in the first argument array to have the properties prop, fromSize, and toSize.
|
|
665
|
-
|
|
666
|
-
`,51:`Expects the first argument object to have the properties prop, fromSize, and toSize.
|
|
667
|
-
|
|
668
|
-
`,52:`fontFace expects either the path to the font file(s) or a name of a local copy.
|
|
669
|
-
|
|
670
|
-
`,53:`fontFace expects localFonts to be an array.
|
|
671
|
-
|
|
672
|
-
`,54:`fontFace expects fileFormats to be an array.
|
|
673
|
-
|
|
674
|
-
`,55:`fontFace expects a name of a font-family.
|
|
675
|
-
|
|
676
|
-
`,56:`linearGradient requries at least 2 color-stops to properly render.
|
|
677
|
-
|
|
678
|
-
`,57:`radialGradient requries at least 2 color-stops to properly render.
|
|
679
|
-
|
|
680
|
-
`,58:`Please supply a filename to retinaImage() as the first argument.
|
|
681
|
-
|
|
682
|
-
`,59:`Passed invalid argument to triangle, please pass correct pointingDirection e.g. 'right'.
|
|
683
|
-
|
|
684
|
-
`,60:"Passed an invalid value to `height` or `width`. Please provide a pixel based unit.\n\n",61:`Property must be a string value.
|
|
685
|
-
|
|
686
|
-
`,62:`borderRadius expects a radius value as a string or number as the second argument.
|
|
687
|
-
|
|
688
|
-
`,63:`borderRadius expects one of "top", "bottom", "left" or "right" as the first argument.
|
|
689
|
-
|
|
690
|
-
`,64:`The animation shorthand only takes 8 arguments. See the specification for more information: http://mdn.io/animation.
|
|
691
|
-
|
|
692
|
-
`,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').
|
|
693
|
-
|
|
694
|
-
`,66:`The animation shorthand arrays can only have 8 elements. See the specification for more information: http://mdn.io/animation.
|
|
695
|
-
|
|
696
|
-
`,67:`You must provide a template to this method.
|
|
697
|
-
|
|
698
|
-
`,68:`You passed an unsupported selector state to this method.
|
|
699
|
-
|
|
700
|
-
`,69:`Expected a string ending in "px" or a number passed as the first argument to %s(), got %s instead.
|
|
701
|
-
|
|
702
|
-
`,70:`Expected a string ending in "px" or a number passed as the second argument to %s(), got %s instead.
|
|
703
|
-
|
|
704
|
-
`,71:`Passed invalid pixel value %s to %s(), please pass a value like "12px" or 12.
|
|
705
|
-
|
|
706
|
-
`,72:`Passed invalid base value %s to %s(), please pass a value like "12px" or 12.
|
|
707
|
-
|
|
708
|
-
`,73:`Please provide a valid CSS variable.
|
|
709
|
-
|
|
710
|
-
`,74:`CSS variable not found and no default was provided.
|
|
711
|
-
|
|
712
|
-
`,75:`important requires a valid style object, got a %s instead.
|
|
713
|
-
|
|
714
|
-
`,76:`fromSize and toSize must be provided as stringified numbers with the same units as minScreen and maxScreen.
|
|
715
|
-
|
|
716
|
-
`,77:`remToPx expects a value in "rem" but you provided it in "%s".
|
|
717
|
-
|
|
718
|
-
`,78:`base must be set in "px" or "%" but you set it in "%s".
|
|
719
|
-
`};function yK(){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(l){n=n.replace(/%[a-z]/,l)}),n}var Nr=function(e){hK(t,e);function t(r){for(var n,o=arguments.length,a=new Array(o>1?o-1:0),l=1;l<o;l++)a[l-1]=arguments[l];return n=e.call(this,yK.apply(void 0,[vK[r]].concat(a)))||this,fK(n)}return t}(_5(Error));function Nh(e){return Math.round(e*255)}function wK(e,t,r){return Nh(e)+","+Nh(t)+","+Nh(r)}function eu(e,t,r,n){if(n===void 0&&(n=wK),t===0)return n(r,r,r);var o=(e%360+360)%360/60,a=(1-Math.abs(2*r-1))*t,l=a*(1-Math.abs(o%2-1)),i=0,u=0,d=0;o>=0&&o<1?(i=a,u=l):o>=1&&o<2?(i=l,u=a):o>=2&&o<3?(u=a,d=l):o>=3&&o<4?(u=l,d=a):o>=4&&o<5?(i=l,d=a):o>=5&&o<6&&(i=a,d=l);var p=r-a/2,m=i+p,h=u+p,f=d+p;return n(m,h,f)}var pE={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 bK(e){if(typeof e!="string")return e;var t=e.toLowerCase();return pE[t]?"#"+pE[t]:e}var EK=/^#[a-fA-F0-9]{6}$/,xK=/^#[a-fA-F0-9]{8}$/,CK=/^#[a-fA-F0-9]{3}$/,DK=/^#[a-fA-F0-9]{4}$/,Hh=/^rgb\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*\)$/i,SK=/^rgb(?:a)?\(\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,)?\s*(\d{1,3})\s*(?:,|\/)\s*([-+]?\d*[.]?\d+[%]?)\s*\)$/i,kK=/^hsl\(\s*(\d{0,3}[.]?[0-9]+(?:deg)?)\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*(?:,)?\s*(\d{1,3}[.]?[0-9]?)%\s*\)$/i,AK=/^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 O1(e){if(typeof e!="string")throw new Nr(3);var t=bK(e);if(t.match(EK))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(xK)){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(CK))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(DK)){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=Hh.exec(t);if(o)return{red:parseInt(""+o[1],10),green:parseInt(""+o[2],10),blue:parseInt(""+o[3],10)};var a=SK.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 l=kK.exec(t);if(l){var i=parseInt(""+l[1],10),u=parseInt(""+l[2],10)/100,d=parseInt(""+l[3],10)/100,p="rgb("+eu(i,u,d)+")",m=Hh.exec(p);if(!m)throw new Nr(4,t,p);return{red:parseInt(""+m[1],10),green:parseInt(""+m[2],10),blue:parseInt(""+m[3],10)}}var h=AK.exec(t.substring(0,50));if(h){var f=parseInt(""+h[1],10),v=parseInt(""+h[2],10)/100,g=parseInt(""+h[3],10)/100,C="rgb("+eu(f,v,g)+")",b=Hh.exec(C);if(!b)throw new Nr(4,t,C);return{red:parseInt(""+b[1],10),green:parseInt(""+b[2],10),blue:parseInt(""+b[3],10),alpha:parseFloat(""+h[4])>1?parseFloat(""+h[4])/100:parseFloat(""+h[4])}}throw new Nr(5)}function _K(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),l=(o+a)/2;if(o===a)return e.alpha!==void 0?{hue:0,saturation:0,lightness:l,alpha:e.alpha}:{hue:0,saturation:0,lightness:l};var i,u=o-a,d=l>.5?u/(2-o-a):u/(o+a);switch(o){case t:i=(r-n)/u+(r<n?6:0);break;case r:i=(n-t)/u+2;break;default:i=(t-r)/u+4;break}return i*=60,e.alpha!==void 0?{hue:i,saturation:d,lightness:l,alpha:e.alpha}:{hue:i,saturation:d,lightness:l}}function HT(e){return _K(O1(e))}var FK=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},F5=FK;function zo(e){var t=e.toString(16);return t.length===1?"0"+t:t}function jh(e){return zo(Math.round(e*255))}function RK(e,t,r){return F5("#"+jh(e)+jh(t)+jh(r))}function Cd(e,t,r){return eu(e,t,r,RK)}function TK(e,t,r){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number")return Cd(e,t,r);if(typeof e=="object"&&t===void 0&&r===void 0)return Cd(e.hue,e.saturation,e.lightness);throw new Nr(1)}function IK(e,t,r,n){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number"&&typeof n=="number")return n>=1?Cd(e,t,r):"rgba("+eu(e,t,r)+","+n+")";if(typeof e=="object"&&t===void 0&&r===void 0&&n===void 0)return e.alpha>=1?Cd(e.hue,e.saturation,e.lightness):"rgba("+eu(e.hue,e.saturation,e.lightness)+","+e.alpha+")";throw new Nr(2)}function R5(e,t,r){if(typeof e=="number"&&typeof t=="number"&&typeof r=="number")return F5("#"+zo(e)+zo(t)+zo(r));if(typeof e=="object"&&t===void 0&&r===void 0)return F5("#"+zo(e.red)+zo(e.green)+zo(e.blue));throw new Nr(6)}function dn(e,t,r,n){if(typeof e=="string"&&typeof t=="number"){var o=O1(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?R5(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?R5(e.red,e.green,e.blue):"rgba("+e.red+","+e.green+","+e.blue+","+e.alpha+")"}throw new Nr(7)}var zK=function(e){return typeof e.red=="number"&&typeof e.green=="number"&&typeof e.blue=="number"&&(typeof e.alpha!="number"||typeof e.alpha>"u")},BK=function(e){return typeof e.red=="number"&&typeof e.green=="number"&&typeof e.blue=="number"&&typeof e.alpha=="number"},$K=function(e){return typeof e.hue=="number"&&typeof e.saturation=="number"&&typeof e.lightness=="number"&&(typeof e.alpha!="number"||typeof e.alpha>"u")},LK=function(e){return typeof e.hue=="number"&&typeof e.saturation=="number"&&typeof e.lightness=="number"&&typeof e.alpha=="number"};function jT(e){if(typeof e!="object")throw new Nr(8);if(BK(e))return dn(e);if(zK(e))return R5(e);if(LK(e))return IK(e);if($K(e))return TK(e);throw new Nr(8)}function VT(e,t,r){return function(){var n=r.concat(Array.prototype.slice.call(arguments));return n.length>=t?e.apply(this,n):VT(e,t,n)}}function M1(e){return VT(e,e.length,[])}function P1(e,t,r){return Math.max(e,Math.min(t,r))}function OK(e,t){if(t==="transparent")return t;var r=HT(t);return jT(Wl({},r,{lightness:P1(0,1,r.lightness-parseFloat(e))}))}var MK=M1(OK),zr=MK;function PK(e,t){if(t==="transparent")return t;var r=HT(t);return jT(Wl({},r,{lightness:P1(0,1,r.lightness+parseFloat(e))}))}var NK=M1(PK),Bo=NK;function HK(e,t){if(t==="transparent")return t;var r=O1(t),n=typeof r.alpha=="number"?r.alpha:1,o=Wl({},r,{alpha:P1(0,1,(n*100+parseFloat(e)*100)/100)});return dn(o)}var jK=M1(HK),Sc=jK;function VK(e,t){if(t==="transparent")return t;var r=O1(t),n=typeof r.alpha=="number"?r.alpha:1,o=Wl({},r,{alpha:P1(0,1,+(n*100-parseFloat(e)*100).toFixed(2)/100)});return dn(o)}var UK=M1(VK),he=UK,WK=F.div(Ee,({theme:e})=>({backgroundColor:e.base==="light"?"rgba(0,0,0,.01)":"rgba(255,255,255,.01)",borderRadius:e.appBorderRadius,border:`1px dashed ${e.appBorderColor}`,display:"flex",alignItems:"center",justifyContent:"center",padding:20,margin:"25px 0 40px",color:he(.3,e.color.defaultText),fontSize:e.typography.size.s2})),UT=e=>w.createElement(WK,{...e,className:"docblock-emptyblock sb-unstyled"}),qK=F(ky)(({theme:e})=>({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"}})),GK=F.div(({theme:e})=>({background:e.background.content,borderRadius:e.appBorderRadius,border:`1px solid ${e.appBorderColor}`,boxShadow:e.base==="light"?"rgba(0, 0, 0, 0.10) 0 1px 3px 0":"rgba(0, 0, 0, 0.20) 0 2px 5px 0",margin:"25px 0 40px",padding:"20px 20px 20px 22px"})),kc=F.div(({theme:e})=>({animation:`${e.animation.glow} 1.5s ease-in-out infinite`,background:e.appBorderColor,height:17,marginTop:1,width:"60%",[`&:first-child${rm}`]:{margin:0}})),KK=()=>w.createElement(GK,null,w.createElement(kc,null),w.createElement(kc,{style:{width:"80%"}}),w.createElement(kc,{style:{width:"30%"}}),w.createElement(kc,{style:{width:"80%"}})),WT=({isLoading:e,error:t,language:r,code:n,dark:o,format:a=!1,...l})=>{let{typography:i}=kx();if(e)return w.createElement(KK,null);if(t)return w.createElement(UT,null,t);let u=w.createElement(qK,{bordered:!0,copyable:!0,format:a,language:r,className:"docblock-source sb-unstyled",...l},n);if(typeof o>"u")return u;let d=o?em.dark:em.light;return w.createElement(Ax,{theme:tm({...d,fontCode:i.fonts.mono,fontBase:i.fonts.base})},u)},Fe=e=>`& :where(${e}:not(.sb-anchor, .sb-unstyled, .sb-unstyled ${e}))`,Oy=600,YK=F.h1(Ee,({theme:e})=>({color:e.color.defaultText,fontSize:e.typography.size.m3,fontWeight:e.typography.weight.bold,lineHeight:"32px",[`@media (min-width: ${Oy}px)`]:{fontSize:e.typography.size.l1,lineHeight:"36px",marginBottom:"16px"}})),ZK=F.h2(Ee,({theme:e})=>({fontWeight:e.typography.weight.regular,fontSize:e.typography.size.s3,lineHeight:"20px",borderBottom:"none",marginBottom:15,[`@media (min-width: ${Oy}px)`]:{fontSize:e.typography.size.m1,lineHeight:"28px",marginBottom:24},color:he(.25,e.color.defaultText)})),XK=F.div(({theme:e})=>{let t={fontFamily:e.typography.fonts.base,fontSize:e.typography.size.s3,margin:0,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",WebkitTapHighlightColor:"rgba(0, 0, 0, 0)",WebkitOverflowScrolling:"touch"},r={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"},"& code":{fontSize:"inherit"}},n={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"?he(.1,e.color.defaultText):he(.3,e.color.defaultText),backgroundColor:e.base==="light"?e.color.lighter:e.color.border};return{maxWidth:1e3,width:"100%",[Fe("a")]:{...t,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}},[Fe("blockquote")]:{...t,margin:"16px 0",borderLeft:`4px solid ${e.color.medium}`,padding:"0 15px",color:e.color.dark,"& > :first-of-type":{marginTop:0},"& > :last-child":{marginBottom:0}},[Fe("div")]:t,[Fe("dl")]:{...t,margin:"16px 0",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}},[Fe("h1")]:{...t,...r,fontSize:`${e.typography.size.l1}px`,fontWeight:e.typography.weight.bold},[Fe("h2")]:{...t,...r,fontSize:`${e.typography.size.m2}px`,paddingBottom:4,borderBottom:`1px solid ${e.appBorderColor}`},[Fe("h3")]:{...t,...r,fontSize:`${e.typography.size.m1}px`,fontWeight:e.typography.weight.bold},[Fe("h4")]:{...t,...r,fontSize:`${e.typography.size.s3}px`},[Fe("h5")]:{...t,...r,fontSize:`${e.typography.size.s2}px`},[Fe("h6")]:{...t,...r,fontSize:`${e.typography.size.s2}px`,color:e.color.dark},[Fe("hr")]:{border:"0 none",borderTop:`1px solid ${e.appBorderColor}`,height:4,padding:0},[Fe("img")]:{maxWidth:"100%"},[Fe("li")]:{...t,fontSize:e.typography.size.s2,color:e.color.defaultText,lineHeight:"24px","& + li":{marginTop:".25em"},"& ul, & ol":{marginTop:".25em",marginBottom:0},"& code":n},[Fe("ol")]:{...t,margin:"16px 0",paddingLeft:30,"& :first-of-type":{marginTop:0},"& :last-child":{marginBottom:0}},[Fe("p")]:{...t,margin:"16px 0",fontSize:e.typography.size.s2,lineHeight:"24px",color:e.color.defaultText,"& code":n},[Fe("pre")]:{...t,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"}},[Fe("span")]:{...t,"&.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"}}},[Fe("table")]:{...t,margin:"16px 0",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}},[Fe("ul")]:{...t,margin:"16px 0",paddingLeft:30,"& :first-of-type":{marginTop:0},"& :last-child":{marginBottom:0},listStyle:"disc"}}}),JK=F.div(({theme:e})=>({background:e.background.content,display:"flex",justifyContent:"center",padding:"4rem 20px",minHeight:"100vh",boxSizing:"border-box",gap:"3rem",[`@media (min-width: ${Oy}px)`]:{}})),QK=({children:e,toc:t})=>w.createElement(JK,{className:"sbdocs sbdocs-wrapper"},w.createElement(XK,{className:"sbdocs sbdocs-content"},e),t),N1=e=>({borderRadius:e.appBorderRadius,background:e.background.content,boxShadow:e.base==="light"?"rgba(0, 0, 0, 0.10) 0 1px 3px 0":"rgba(0, 0, 0, 0.20) 0 2px 5px 0",border:`1px solid ${e.appBorderColor}`}),{window:eY}=globalThis,tY=class extends s.Component{constructor(){super(...arguments),this.iframe=null}componentDidMount(){let{id:e}=this.props;this.iframe=eY.document.getElementById(e)}shouldComponentUpdate(e){let{scale:t}=e;return t!==this.props.scale&&this.setIframeBodyStyle({width:`${t*100}%`,height:`${t*100}%`,transform:`scale(${1/t})`,transformOrigin:"top left"}),!1}setIframeBodyStyle(e){return Object.assign(this.iframe.contentDocument.body.style,e)}render(){let{id:e,title:t,src:r,allowFullScreen:n,scale:o,...a}=this.props;return w.createElement("iframe",{id:e,title:t,src:r,...n?{allow:"fullscreen"}:{},loading:"lazy",...a})}},qT=s.createContext({scale:1}),{PREVIEW_URL:rY}=globalThis,nY=rY||"iframe.html",T5=({story:e,primary:t})=>`story--${e.id}${t?"--primary":""}`,oY=e=>{let t=s.useRef(),[r,n]=s.useState(!0),[o,a]=s.useState(),{story:l,height:i,autoplay:u,forceInitialArgs:d,renderStoryToElement:p}=e;return s.useEffect(()=>{if(!(l&&t.current))return()=>{};let m=t.current,h=p(l,m,{showMain:()=>{},showError:({title:f,description:v})=>a(new Error(`${f} - ${v}`)),showException:f=>a(f)},{autoplay:u,forceInitialArgs:d});return n(!1),()=>{Promise.resolve().then(()=>h())}},[u,p,l]),o?w.createElement("pre",null,w.createElement(gq,{error:o})):w.createElement(w.Fragment,null,i?w.createElement("style",null,`#${T5(e)} { min-height: ${i}; transform: translateZ(0); overflow: auto }`):null,r&&w.createElement(GT,null),w.createElement("div",{ref:t,id:`${T5(e)}-inner`,"data-name":l.name}))},aY=({story:e,height:t="500px"})=>w.createElement("div",{style:{width:"100%",height:t}},w.createElement(qT.Consumer,null,({scale:r})=>w.createElement(tY,{key:"iframe",id:`iframe--${e.id}`,title:e.name,src:PG(nY,e.id,{viewMode:"story"}),allowFullScreen:!0,scale:r,style:{width:"100%",height:"100%",border:"0 none"}}))),lY=F.strong(({theme:e})=>({color:e.color.orange})),iY=e=>{let{inline:t,story:r}=e;return t&&!e.autoplay&&r.usesMount?w.createElement(lY,null,"This story mounts inside of play. Set"," ",w.createElement("a",{href:"https://storybook.js.org/docs/api/doc-blocks/doc-block-story#autoplay"},"autoplay")," ","to true to view this story."):w.createElement("div",{id:T5(e),className:"sb-story sb-unstyled","data-story-block":"true"},t?w.createElement(oY,{...e}):w.createElement(aY,{...e}))},GT=()=>w.createElement(MG,null),sY=F($y)({position:"absolute",left:0,right:0,top:0,transition:"transform .2s linear"}),uY=F.div({display:"flex",alignItems:"center",gap:4}),cY=F.div(({theme:e})=>({width:14,height:14,borderRadius:2,margin:"0 7px",backgroundColor:e.appBorderColor,animation:`${e.animation.glow} 1.5s ease-in-out infinite`})),dY=({isLoading:e,storyId:t,baseUrl:r,zoom:n,resetZoom:o,...a})=>w.createElement(sY,{...a},w.createElement(uY,{key:"left"},e?[1,2,3].map(l=>w.createElement(cY,{key:l})):w.createElement(w.Fragment,null,w.createElement(Xo,{key:"zoomin",onClick:l=>{l.preventDefault(),n(.8)},title:"Zoom in"},w.createElement(VG,null)),w.createElement(Xo,{key:"zoomout",onClick:l=>{l.preventDefault(),n(1.25)},title:"Zoom out"},w.createElement(UG,null)),w.createElement(Xo,{key:"zoomreset",onClick:l=>{l.preventDefault(),o()},title:"Reset zoom"},w.createElement(WG,null))))),pY=F.div(({isColumn:e,columns:t,layout:r})=>({display:e||!t?"block":"flex",position:"relative",flexWrap:"wrap",overflow:"auto",flexDirection:e?"column":"row","& .innerZoomElementWrapper > *":e?{width:r!=="fullscreen"?"calc(100% - 20px)":"100%",display:"block"}:{maxWidth:r!=="fullscreen"?"calc(100% - 20px)":"100%",display:"inline-block"}}),({layout:e="padded"})=>e==="centered"||e==="padded"?{padding:"30px 20px","& .innerZoomElementWrapper > *":{width:"auto",border:"10px solid transparent!important"}}:{},({layout:e="padded"})=>e==="centered"?{display:"flex",justifyContent:"center",justifyItems:"center",alignContent:"center",alignItems:"center"}:{},({columns:e})=>e&&e>1?{".innerZoomElementWrapper > *":{minWidth:`calc(100% / ${e} - 20px)`}}:{}),fE=F(WT)(({theme:e})=>({margin:0,borderTopLeftRadius:0,borderTopRightRadius:0,borderBottomLeftRadius:e.appBorderRadius,borderBottomRightRadius:e.appBorderRadius,border:"none",background:e.base==="light"?"rgba(0, 0, 0, 0.85)":zr(.05,e.background.content),color:e.color.lightest,button:{background:e.base==="light"?"rgba(0, 0, 0, 0.85)":zr(.05,e.background.content)}})),fY=F.div(({theme:e,withSource:t,isExpanded:r})=>({position:"relative",overflow:"hidden",margin:"25px 0 40px",...N1(e),borderBottomLeftRadius:t&&r&&0,borderBottomRightRadius:t&&r&&0,borderBottomWidth:r&&0,"h3 + &":{marginTop:"16px"}}),({withToolbar:e})=>e&&{paddingTop:40}),hY=(e,t,r)=>{switch(!0){case!!(e&&e.error):return{source:null,actionItem:{title:"No code available",className:"docblock-code-toggle docblock-code-toggle--disabled",disabled:!0,onClick:()=>r(!1)}};case t:return{source:w.createElement(fE,{...e,dark:!0}),actionItem:{title:"Hide code",className:"docblock-code-toggle docblock-code-toggle--expanded",onClick:()=>r(!1)}};default:return{source:w.createElement(fE,{...e,dark:!0}),actionItem:{title:"Show code",className:"docblock-code-toggle",onClick:()=>r(!0)}}}};function mY(e){if(s.Children.count(e)===1){let t=e;if(t.props)return t.props.id}return null}var gY=F(dY)({position:"absolute",top:0,left:0,right:0,height:40}),vY=F.div({overflow:"hidden",position:"relative"}),KT=({isLoading:e,isColumn:t,columns:r,children:n,withSource:o,withToolbar:a=!1,isExpanded:l=!1,additionalActions:i,className:u,layout:d="padded",...p})=>{let[m,h]=s.useState(l),{source:f,actionItem:v}=hY(o,m,h),[g,C]=s.useState(1),b=[u].concat(["sbdocs","sbdocs-preview","sb-unstyled"]),y=o?[v]:[],[E,x]=s.useState(i?[...i]:[]),D=[...y,...E],{window:S}=globalThis,k=s.useCallback(async _=>{let{createCopyToClipboardFunction:R}=await PE(()=>import("./index-DM-KBPdl.js"),__vite__mapDeps([0,1,2,3,4]),import.meta.url);R()},[]),A=_=>{let R=S.getSelection();R&&R.type==="Range"||(_.preventDefault(),E.filter(I=>I.title==="Copied").length===0&&k(f.props.code).then(()=>{x([...E,{title:"Copied",onClick:()=>{}}]),S.setTimeout(()=>x(E.filter(I=>I.title!=="Copied")),1500)}))};return w.createElement(fY,{withSource:o,withToolbar:a,...p,className:b.join(" ")},a&&w.createElement(gY,{isLoading:e,border:!0,zoom:_=>C(g*_),resetZoom:()=>C(1),storyId:mY(n),baseUrl:"./iframe.html"}),w.createElement(qT.Provider,{value:{scale:g}},w.createElement(vY,{className:"docs-story",onCopyCapture:o&&A},w.createElement(pY,{isColumn:t||!Array.isArray(n),columns:r,layout:d},w.createElement(sq.Element,{scale:g},Array.isArray(n)?n.map((_,R)=>w.createElement("div",{key:R},_)):w.createElement("div",null,n))),w.createElement(uv,{actionItems:D}))),o&&m&&f)};F(KT)(()=>({".docs-story":{paddingTop:32,paddingBottom:40}}));function Lo(){return Lo=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Lo.apply(this,arguments)}var yY=["children","options"],hE,mE;(function(e){e.blockQuote="0",e.breakLine="1",e.breakThematic="2",e.codeBlock="3",e.codeFenced="4",e.codeInline="5",e.footnote="6",e.footnoteReference="7",e.gfmTask="8",e.heading="9",e.headingSetext="10",e.htmlBlock="11",e.htmlComment="12",e.htmlSelfClosing="13",e.image="14",e.link="15",e.linkAngleBraceStyleDetector="16",e.linkBareUrlDetector="17",e.linkMailtoDetector="18",e.newlineCoalescer="19",e.orderedList="20",e.paragraph="21",e.ref="22",e.refImage="23",e.refLink="24",e.table="25",e.tableSeparator="26",e.text="27",e.textBolded="28",e.textEmphasized="29",e.textEscaped="30",e.textMarked="31",e.textStrikethroughed="32",e.unorderedList="33"})(hE||(hE={})),function(e){e[e.MAX=0]="MAX",e[e.HIGH=1]="HIGH",e[e.MED=2]="MED",e[e.LOW=3]="LOW",e[e.MIN=4]="MIN"}(mE||(mE={}));var gE=["allowFullScreen","allowTransparency","autoComplete","autoFocus","autoPlay","cellPadding","cellSpacing","charSet","className","classId","colSpan","contentEditable","contextMenu","crossOrigin","encType","formAction","formEncType","formMethod","formNoValidate","formTarget","frameBorder","hrefLang","inputMode","keyParams","keyType","marginHeight","marginWidth","maxLength","mediaGroup","minLength","noValidate","radioGroup","readOnly","rowSpan","spellCheck","srcDoc","srcLang","srcSet","tabIndex","useMap"].reduce((e,t)=>(e[t.toLowerCase()]=t,e),{for:"htmlFor"}),vE={amp:"&",apos:"'",gt:">",lt:"<",nbsp:" ",quot:"“"},wY=["style","script"],bY=/([-A-Z0-9_:]+)(?:\s*=\s*(?:(?:"((?:\\.|[^"])*)")|(?:'((?:\\.|[^'])*)')|(?:\{((?:\\.|{[^}]*?}|[^}])*)\})))?/gi,EY=/mailto:/i,xY=/\n{2,}$/,YT=/^(\s*>[\s\S]*?)(?=\n{2,})/,CY=/^ *> ?/gm,DY=/^ {2,}\n/,SY=/^(?:( *[-*_])){3,} *(?:\n *)+\n/,ZT=/^\s*(`{3,}|~{3,}) *(\S+)?([^\n]*?)?\n([\s\S]+?)\s*\1 *(?:\n *)*\n?/,XT=/^(?: {4}[^\n]+\n*)+(?:\n *)+\n?/,kY=/^(`+)\s*([\s\S]*?[^`])\s*\1(?!`)/,AY=/^(?:\n *)*\n/,_Y=/\r\n?/g,FY=/^\[\^([^\]]+)](:(.*)((\n+ {4,}.*)|(\n(?!\[\^).+))*)/,RY=/^\[\^([^\]]+)]/,TY=/\f/g,IY=/^---[ \t]*\n(.|\n)*\n---[ \t]*\n/,zY=/^\s*?\[(x|\s)\]/,JT=/^ *(#{1,6}) *([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/,QT=/^ *(#{1,6}) +([^\n]+?)(?: +#*)?(?:\n *)*(?:\n|$)/,eI=/^([^\n]+)\n *(=|-){3,} *(?:\n *)+\n/,I5=/^ *(?!<[a-z][^ >/]* ?\/>)<([a-z][^ >/]*) ?([^>]*)>\n?(\s*(?:<\1[^>]*?>[\s\S]*?<\/\1>|(?!<\1\b)[\s\S])*?)<\/\1>(?!<\/\1>)\n*/i,BY=/&([a-z0-9]+|#[0-9]{1,6}|#x[0-9a-fA-F]{1,6});/gi,tI=/^<!--[\s\S]*?(?:-->)/,$Y=/^(data|aria|x)-[a-z_][a-z\d_.-]*$/,z5=/^ *<([a-z][a-z0-9:]*)(?:\s+((?:<.*?>|[^>])*))?\/?>(?!<\/\1>)(\s*\n)?/i,LY=/^\{.*\}$/,OY=/^(https?:\/\/[^\s<]+[^<.,:;"')\]\s])/,MY=/^<([^ >]+@[^ >]+)>/,PY=/^<([^ >]+:\/[^ >]+)>/,NY=/-([a-z])?/gi,rI=/^(.*\|?.*)\n *(\|? *[-:]+ *\|[-| :]*)\n((?:.*\|.*\n)*)\n?/,HY=/^\[([^\]]*)\]:\s+<?([^\s>]+)>?\s*("([^"]*)")?/,jY=/^!\[([^\]]*)\] ?\[([^\]]*)\]/,VY=/^\[([^\]]*)\] ?\[([^\]]*)\]/,UY=/(\[|\])/g,WY=/(\n|^[-*]\s|^#|^ {2,}|^-{2,}|^>\s)/,qY=/\t/g,GY=/^ *\| */,KY=/(^ *\||\| *$)/g,YY=/ *$/,ZY=/^ *:-+: *$/,XY=/^ *:-+ *$/,JY=/^ *-+: *$/,H1="((?:\\[.*?\\][([].*?[)\\]]|<.*?>(?:.*?<.*?>)?|`.*?`|~~.*?~~|==.*?==|.|\\n)*?)",QY=new RegExp(`^([*_])\\1${H1}\\1\\1(?!\\1)`),eZ=new RegExp(`^([*_])${H1}\\1(?!\\1|\\w)`),tZ=new RegExp(`^==${H1}==`),rZ=new RegExp(`^~~${H1}~~`),nZ=/^\\([^0-9A-Za-z\s])/,oZ=/^[\s\S]+?(?=[^0-9A-Z\s\u00c0-\uffff&#;.()'"]|\d+\.|\n\n| {2,}\n|\w+:\S|$)/i,aZ=/^\n+/,lZ=/^([ \t]*)/,iZ=/\\([^\\])/g,yE=/ *\n+$/,sZ=/(?:^|\n)( *)$/,My="(?:\\d+\\.)",Py="(?:[*+-])";function nI(e){return"( *)("+(e===1?My:Py)+") +"}var oI=nI(1),aI=nI(2);function lI(e){return new RegExp("^"+(e===1?oI:aI))}var uZ=lI(1),cZ=lI(2);function iI(e){return new RegExp("^"+(e===1?oI:aI)+"[^\\n]*(?:\\n(?!\\1"+(e===1?My:Py)+" )[^\\n]*)*(\\n|$)","gm")}var sI=iI(1),uI=iI(2);function cI(e){let t=e===1?My:Py;return new RegExp("^( *)("+t+") [\\s\\S]+?(?:\\n{2,}(?! )(?!\\1"+t+" (?!"+t+" ))\\n*|\\s*\\n*$)")}var dI=cI(1),pI=cI(2);function wE(e,t){let r=t===1,n=r?dI:pI,o=r?sI:uI,a=r?uZ:cZ;return{match(l,i,u){let d=sZ.exec(u);return d&&(i.list||!i.inline&&!i.simple)?n.exec(l=d[1]+l):null},order:1,parse(l,i,u){let d=r?+l[2]:void 0,p=l[0].replace(xY,`
|
|
720
|
-
`).match(o),m=!1;return{items:p.map(function(h,f){let v=a.exec(h)[0].length,g=new RegExp("^ {1,"+v+"}","gm"),C=h.replace(g,"").replace(a,""),b=f===p.length-1,y=C.indexOf(`
|
|
721
|
-
|
|
722
|
-
`)!==-1||b&&m;m=y;let E=u.inline,x=u.list,D;u.list=!0,y?(u.inline=!1,D=C.replace(yE,`
|
|
723
|
-
|
|
724
|
-
`)):(u.inline=!0,D=C.replace(yE,""));let S=i(D,u);return u.inline=E,u.list=x,S}),ordered:r,start:d}},render:(l,i,u)=>e(l.ordered?"ol":"ul",{key:u.key,start:l.type==="20"?l.start:void 0},l.items.map(function(d,p){return e("li",{key:p},i(d,u))}))}}var dZ=new RegExp(`^\\[((?:\\[[^\\]]*\\]|[^\\[\\]]|\\](?=[^\\[]*\\]))*)\\]\\(\\s*<?((?:\\([^)]*\\)|[^\\s\\\\]|\\\\.)*?)>?(?:\\s+['"]([\\s\\S]*?)['"])?\\s*\\)`),pZ=/^!\[(.*?)\]\( *((?:\([^)]*\)|[^() ])*) *"?([^)"]*)?"?\)/,fI=[YT,ZT,XT,JT,eI,QT,tI,rI,sI,dI,uI,pI],fZ=[...fI,/^[^\n]+(?: \n|\n{2,})/,I5,z5];function hZ(e){return e.replace(/[ÀÁÂÃÄÅàáâãä忯]/g,"a").replace(/[çÇ]/g,"c").replace(/[ðÐ]/g,"d").replace(/[ÈÉÊËéèêë]/g,"e").replace(/[ÏïÎîÍíÌì]/g,"i").replace(/[Ññ]/g,"n").replace(/[øØœŒÕõÔôÓóÒò]/g,"o").replace(/[ÜüÛûÚúÙù]/g,"u").replace(/[ŸÿÝý]/g,"y").replace(/[^a-z0-9- ]/gi,"").replace(/ /gi,"-").toLowerCase()}function mZ(e){return JY.test(e)?"right":ZY.test(e)?"center":XY.test(e)?"left":null}function bE(e,t,r){let n=r.inTable;r.inTable=!0;let o=t(e.trim(),r);r.inTable=n;let a=[[]];return o.forEach(function(l,i){l.type==="26"?i!==0&&i!==o.length-1&&a.push([]):(l.type!=="27"||o[i+1]!=null&&o[i+1].type!=="26"||(l.text=l.text.replace(YY,"")),a[a.length-1].push(l))}),a}function gZ(e,t,r){r.inline=!0;let n=bE(e[1],t,r),o=e[2].replace(KY,"").split("|").map(mZ),a=function(l,i,u){return l.trim().split(`
|
|
725
|
-
`).map(function(d){return bE(d,i,u)})}(e[3],t,r);return r.inline=!1,{align:o,cells:a,header:n,type:"25"}}function EE(e,t){return e.align[t]==null?{}:{textAlign:e.align[t]}}function Fn(e){return function(t,r){return r.inline?e.exec(t):null}}function Rn(e){return function(t,r){return r.inline||r.simple?e.exec(t):null}}function an(e){return function(t,r){return r.inline||r.simple?null:e.exec(t)}}function Li(e){return function(t){return e.exec(t)}}function vZ(e,t,r){if(t.inline||t.simple||r&&!r.endsWith(`
|
|
726
|
-
`))return null;let n="";e.split(`
|
|
727
|
-
`).every(a=>!fI.some(l=>l.test(a))&&(n+=a+`
|
|
728
|
-
`,a.trim()));let o=n.trimEnd();return o==""?null:[n,o]}function za(e){try{if(decodeURIComponent(e).replace(/[^A-Za-z0-9/:]/g,"").match(/^\s*(javascript|vbscript|data(?!:image)):/i))return}catch{return null}return e}function xE(e){return e.replace(iZ,"$1")}function s0(e,t,r){let n=r.inline||!1,o=r.simple||!1;r.inline=!0,r.simple=!0;let a=e(t,r);return r.inline=n,r.simple=o,a}function yZ(e,t,r){let n=r.inline||!1,o=r.simple||!1;r.inline=!1,r.simple=!0;let a=e(t,r);return r.inline=n,r.simple=o,a}function wZ(e,t,r){return r.inline=!1,e(t,r)}var Vh=(e,t,r)=>({children:s0(t,e[1],r)});function Uh(){return{}}function Wh(){return null}function bZ(...e){return e.filter(Boolean).join(" ")}function qh(e,t,r){let n=e,o=t.split(".");for(;o.length&&(n=n[o[0]],n!==void 0);)o.shift();return n||r}function EZ(e="",t={}){t.overrides=t.overrides||{},t.slugify=t.slugify||hZ,t.namedCodesToUnicode=t.namedCodesToUnicode?Lo({},vE,t.namedCodesToUnicode):vE;let r=t.createElement||s.createElement;function n(f,v,...g){let C=qh(t.overrides,`${f}.props`,{});return r(function(b,y){let E=qh(y,b);return E?typeof E=="function"||typeof E=="object"&&"render"in E?E:qh(y,`${b}.component`,b):b}(f,t.overrides),Lo({},v,C,{className:bZ(v?.className,C.className)||void 0}),...g)}function o(f){f=f.replace(IY,"");let v=!1;t.forceInline?v=!0:t.forceBlock||(v=WY.test(f)===!1);let g=p(d(v?f:`${f.trimEnd().replace(aZ,"")}
|
|
729
|
-
|
|
730
|
-
`,{inline:v}));for(;typeof g[g.length-1]=="string"&&!g[g.length-1].trim();)g.pop();if(t.wrapper===null)return g;let C=t.wrapper||(v?"span":"div"),b;if(g.length>1||t.forceWrapper)b=g;else{if(g.length===1)return b=g[0],typeof b=="string"?n("span",{key:"outer"},b):b;b=null}return s.createElement(C,{key:"outer"},b)}function a(f){let v=f.match(bY);return v?v.reduce(function(g,C,b){let y=C.indexOf("=");if(y!==-1){let E=function(k){return k.indexOf("-")!==-1&&k.match($Y)===null&&(k=k.replace(NY,function(A,_){return _.toUpperCase()})),k}(C.slice(0,y)).trim(),x=function(k){let A=k[0];return(A==='"'||A==="'")&&k.length>=2&&k[k.length-1]===A?k.slice(1,-1):k}(C.slice(y+1).trim()),D=gE[E]||E,S=g[D]=function(k,A){return k==="style"?A.split(/;\s?/).reduce(function(_,R){let I=R.slice(0,R.indexOf(":"));return _[I.trim().replace(/(-[a-z])/g,$=>$[1].toUpperCase())]=R.slice(I.length+1).trim(),_},{}):k==="href"||k==="src"?za(A):(A.match(LY)&&(A=A.slice(1,A.length-1)),A==="true"||A!=="false"&&A)}(E,x);typeof S=="string"&&(I5.test(S)||z5.test(S))&&(g[D]=s.cloneElement(o(S.trim()),{key:b}))}else C!=="style"&&(g[gE[C]||C]=!0);return g},{}):null}let l=[],i={},u={0:{match:an(YT),order:1,parse:(f,v,g)=>({children:v(f[0].replace(CY,""),g)}),render:(f,v,g)=>n("blockquote",{key:g.key},v(f.children,g))},1:{match:Li(DY),order:1,parse:Uh,render:(f,v,g)=>n("br",{key:g.key})},2:{match:an(SY),order:1,parse:Uh,render:(f,v,g)=>n("hr",{key:g.key})},3:{match:an(XT),order:0,parse:f=>({lang:void 0,text:f[0].replace(/^ {4}/gm,"").replace(/\n+$/,"")}),render:(f,v,g)=>n("pre",{key:g.key},n("code",Lo({},f.attrs,{className:f.lang?`lang-${f.lang}`:""}),f.text))},4:{match:an(ZT),order:0,parse:f=>({attrs:a(f[3]||""),lang:f[2]||void 0,text:f[4],type:"3"})},5:{match:Rn(kY),order:3,parse:f=>({text:f[2]}),render:(f,v,g)=>n("code",{key:g.key},f.text)},6:{match:an(FY),order:0,parse:f=>(l.push({footnote:f[2],identifier:f[1]}),{}),render:Wh},7:{match:Fn(RY),order:1,parse:f=>({target:`#${t.slugify(f[1])}`,text:f[1]}),render:(f,v,g)=>n("a",{key:g.key,href:za(f.target)},n("sup",{key:g.key},f.text))},8:{match:Fn(zY),order:1,parse:f=>({completed:f[1].toLowerCase()==="x"}),render:(f,v,g)=>n("input",{checked:f.completed,key:g.key,readOnly:!0,type:"checkbox"})},9:{match:an(t.enforceAtxHeadings?QT:JT),order:1,parse:(f,v,g)=>({children:s0(v,f[2],g),id:t.slugify(f[2]),level:f[1].length}),render:(f,v,g)=>n(`h${f.level}`,{id:f.id,key:g.key},v(f.children,g))},10:{match:an(eI),order:0,parse:(f,v,g)=>({children:s0(v,f[1],g),level:f[2]==="="?1:2,type:"9"})},11:{match:Li(I5),order:1,parse(f,v,g){let[,C]=f[3].match(lZ),b=new RegExp(`^${C}`,"gm"),y=f[3].replace(b,""),E=(x=y,fZ.some(A=>A.test(x))?wZ:s0);var x;let D=f[1].toLowerCase(),S=wY.indexOf(D)!==-1,k={attrs:a(f[2]),noInnerParse:S,tag:(S?D:f[1]).trim()};return g.inAnchor=g.inAnchor||D==="a",S?k.text=f[3]:k.children=E(v,y,g),g.inAnchor=!1,k},render:(f,v,g)=>n(f.tag,Lo({key:g.key},f.attrs),f.text||v(f.children,g))},13:{match:Li(z5),order:1,parse:f=>({attrs:a(f[2]||""),tag:f[1].trim()}),render:(f,v,g)=>n(f.tag,Lo({},f.attrs,{key:g.key}))},12:{match:Li(tI),order:1,parse:()=>({}),render:Wh},14:{match:Rn(pZ),order:1,parse:f=>({alt:f[1],target:xE(f[2]),title:f[3]}),render:(f,v,g)=>n("img",{key:g.key,alt:f.alt||void 0,title:f.title||void 0,src:za(f.target)})},15:{match:Fn(dZ),order:3,parse:(f,v,g)=>({children:yZ(v,f[1],g),target:xE(f[2]),title:f[3]}),render:(f,v,g)=>n("a",{key:g.key,href:za(f.target),title:f.title},v(f.children,g))},16:{match:Fn(PY),order:0,parse:f=>({children:[{text:f[1],type:"27"}],target:f[1],type:"15"})},17:{match:(f,v)=>v.inAnchor?null:Fn(OY)(f,v),order:0,parse:f=>({children:[{text:f[1],type:"27"}],target:f[1],title:void 0,type:"15"})},18:{match:Fn(MY),order:0,parse(f){let v=f[1],g=f[1];return EY.test(g)||(g="mailto:"+g),{children:[{text:v.replace("mailto:",""),type:"27"}],target:g,type:"15"}}},20:wE(n,1),33:wE(n,2),19:{match:an(AY),order:3,parse:Uh,render:()=>`
|
|
731
|
-
`},21:{match:vZ,order:3,parse:Vh,render:(f,v,g)=>n("p",{key:g.key},v(f.children,g))},22:{match:Fn(HY),order:0,parse:f=>(i[f[1]]={target:f[2],title:f[4]},{}),render:Wh},23:{match:Rn(jY),order:0,parse:f=>({alt:f[1]||void 0,ref:f[2]}),render:(f,v,g)=>i[f.ref]?n("img",{key:g.key,alt:f.alt,src:za(i[f.ref].target),title:i[f.ref].title}):null},24:{match:Fn(VY),order:0,parse:(f,v,g)=>({children:v(f[1],g),fallbackChildren:v(f[0].replace(UY,"\\$1"),g),ref:f[2]}),render:(f,v,g)=>i[f.ref]?n("a",{key:g.key,href:za(i[f.ref].target),title:i[f.ref].title},v(f.children,g)):n("span",{key:g.key},v(f.fallbackChildren,g))},25:{match:an(rI),order:1,parse:gZ,render:(f,v,g)=>n("table",{key:g.key},n("thead",null,n("tr",null,f.header.map(function(C,b){return n("th",{key:b,style:EE(f,b)},v(C,g))}))),n("tbody",null,f.cells.map(function(C,b){return n("tr",{key:b},C.map(function(y,E){return n("td",{key:E,style:EE(f,E)},v(y,g))}))})))},26:{match:function(f,v){return v.inTable?(v.inline=!0,GY.exec(f)):null},order:1,parse:function(){return{type:"26"}},render:()=>" | "},27:{match:Li(oZ),order:4,parse:f=>({text:f[0].replace(BY,(v,g)=>t.namedCodesToUnicode[g]?t.namedCodesToUnicode[g]:v)}),render:f=>f.text},28:{match:Rn(QY),order:2,parse:(f,v,g)=>({children:v(f[2],g)}),render:(f,v,g)=>n("strong",{key:g.key},v(f.children,g))},29:{match:Rn(eZ),order:3,parse:(f,v,g)=>({children:v(f[2],g)}),render:(f,v,g)=>n("em",{key:g.key},v(f.children,g))},30:{match:Rn(nZ),order:1,parse:f=>({text:f[1],type:"27"})},31:{match:Rn(tZ),order:3,parse:Vh,render:(f,v,g)=>n("mark",{key:g.key},v(f.children,g))},32:{match:Rn(rZ),order:3,parse:Vh,render:(f,v,g)=>n("del",{key:g.key},v(f.children,g))}};t.disableParsingRawHTML===!0&&(delete u[11],delete u[13]);let d=function(f){let v=Object.keys(f);function g(C,b){let y=[],E="";for(;C;){let x=0;for(;x<v.length;){let D=v[x],S=f[D],k=S.match(C,b,E);if(k){let A=k[0];C=C.substring(A.length);let _=S.parse(k,g,b);_.type==null&&(_.type=D),y.push(_),E=A;break}x++}}return y}return v.sort(function(C,b){let y=f[C].order,E=f[b].order;return y!==E?y-E:C<b?-1:1}),function(C,b){return g(function(y){return y.replace(_Y,`
|
|
732
|
-
`).replace(TY,"").replace(qY," ")}(C),b)}}(u),p=(m=function(f,v){return function(g,C,b){let y=f[g.type].render;return v?v(()=>y(g,C,b),g,C,b):y(g,C,b)}}(u,t.renderRule),function f(v,g={}){if(Array.isArray(v)){let C=g.key,b=[],y=!1;for(let E=0;E<v.length;E++){g.key=E;let x=f(v[E],g),D=typeof x=="string";D&&y?b[b.length-1]+=x:x!==null&&b.push(x),y=D}return g.key=C,b}return m(v,f,g)});var m;let h=o(e);return l.length?n("div",null,h,n("footer",{key:"footer"},l.map(function(f){return n("div",{id:t.slugify(f.identifier),key:f.identifier},f.identifier,p(d(f.footnote,{inline:!0})))}))):h}var hI=e=>{let{children:t="",options:r}=e,n=function(o,a){if(o==null)return{};var l,i,u={},d=Object.keys(o);for(i=0;i<d.length;i++)a.indexOf(l=d[i])>=0||(u[l]=o[l]);return u}(e,yY);return s.cloneElement(EZ(t,r),n)},xZ=F.label(({theme:e})=>({lineHeight:"18px",alignItems:"center",marginBottom:8,display:"inline-block",position:"relative",whiteSpace:"nowrap",background:e.boolean.background,borderRadius:"3em",padding:1,'&[aria-disabled="true"]':{opacity:.5,input:{cursor:"not-allowed"}},input:{appearance:"none",width:"100%",height:"100%",position:"absolute",left:0,top:0,margin:0,padding:0,border:"none",background:"transparent",cursor:"pointer",borderRadius:"3em","&:focus":{outline:"none",boxShadow:`${e.color.secondary} 0 0 0 1px inset !important`}},span:{textAlign:"center",fontSize:e.typography.size.s1,fontWeight:e.typography.weight.bold,lineHeight:"1",cursor:"pointer",display:"inline-block",padding:"7px 15px",transition:"all 100ms ease-out",userSelect:"none",borderRadius:"3em",color:he(.5,e.color.defaultText),background:"transparent","&:hover":{boxShadow:`${Sc(.3,e.appBorderColor)} 0 0 0 1px inset`},"&:active":{boxShadow:`${Sc(.05,e.appBorderColor)} 0 0 0 2px inset`,color:Sc(1,e.appBorderColor)},"&:first-of-type":{paddingRight:8},"&:last-of-type":{paddingLeft:8}},"input:checked ~ span:last-of-type, input:not(:checked) ~ span:first-of-type":{background:e.boolean.selectedBackground,boxShadow:e.base==="light"?`${Sc(.1,e.appBorderColor)} 0 0 2px`:`${e.appBorderColor} 0 0 0 1px`,color:e.color.defaultText,padding:"7px 15px"}})),CZ=e=>e==="true",DZ=({name:e,value:t,onChange:r,onBlur:n,onFocus:o,argType:a})=>{let l=s.useCallback(()=>r(!1),[r]),i=!!a?.table?.readonly;if(t===void 0)return w.createElement(Ea,{variant:"outline",size:"medium",id:Sd(e),onClick:l,disabled:i},"Set boolean");let u=vr(e),d=typeof t=="string"?CZ(t):t;return w.createElement(xZ,{"aria-disabled":i,htmlFor:u,"aria-label":e},w.createElement("input",{id:u,type:"checkbox",onChange:p=>r(p.target.checked),checked:d,role:"switch",disabled:i,name:e,onBlur:n,onFocus:o}),w.createElement("span",{"aria-hidden":"true"},"False"),w.createElement("span",{"aria-hidden":"true"},"True"))},SZ=e=>{let[t,r,n]=e.split("-"),o=new Date;return o.setFullYear(parseInt(t,10),parseInt(r,10)-1,parseInt(n,10)),o},kZ=e=>{let[t,r]=e.split(":"),n=new Date;return n.setHours(parseInt(t,10)),n.setMinutes(parseInt(r,10)),n},AZ=e=>{let t=new Date(e),r=`000${t.getFullYear()}`.slice(-4),n=`0${t.getMonth()+1}`.slice(-2),o=`0${t.getDate()}`.slice(-2);return`${r}-${n}-${o}`},_Z=e=>{let t=new Date(e),r=`0${t.getHours()}`.slice(-2),n=`0${t.getMinutes()}`.slice(-2);return`${r}:${n}`},CE=F(Ru.Input)(({readOnly:e})=>({opacity:e?.5:1})),FZ=F.div(({theme:e})=>({flex:1,display:"flex",input:{marginLeft:10,flex:1,height:32,"&::-webkit-calendar-picker-indicator":{opacity:.5,height:12,filter:e.base==="light"?void 0:"invert(1)"}},"input:first-of-type":{marginLeft:0,flexGrow:4},"input:last-of-type":{flexGrow:3}})),RZ=({name:e,value:t,onChange:r,onFocus:n,onBlur:o,argType:a})=>{let[l,i]=s.useState(!0),u=s.useRef(),d=s.useRef(),p=!!a?.table?.readonly;s.useEffect(()=>{l!==!1&&(u&&u.current&&(u.current.value=t?AZ(t):""),d&&d.current&&(d.current.value=t?_Z(t):""))},[t]);let m=v=>{if(!v.target.value)return r();let g=SZ(v.target.value),C=new Date(t);C.setFullYear(g.getFullYear(),g.getMonth(),g.getDate());let b=C.getTime();b&&r(b),i(!!b)},h=v=>{if(!v.target.value)return r();let g=kZ(v.target.value),C=new Date(t);C.setHours(g.getHours()),C.setMinutes(g.getMinutes());let b=C.getTime();b&&r(b),i(!!b)},f=vr(e);return w.createElement(FZ,null,w.createElement(CE,{type:"date",max:"9999-12-31",ref:u,id:`${f}-date`,name:`${f}-date`,readOnly:p,onChange:m,onFocus:n,onBlur:o}),w.createElement(CE,{type:"time",id:`${f}-time`,name:`${f}-time`,ref:d,onChange:h,readOnly:p,onFocus:n,onBlur:o}),l?null:w.createElement("div",null,"invalid"))},TZ=F.label({display:"flex"}),IZ=e=>{let t=parseFloat(e);return Number.isNaN(t)?void 0:t},zZ=F(Ru.Input)(({readOnly:e})=>({opacity:e?.5:1})),BZ=({name:e,value:t,onChange:r,min:n,max:o,step:a,onBlur:l,onFocus:i,argType:u})=>{let[d,p]=s.useState(typeof t=="number"?t:""),[m,h]=s.useState(!1),[f,v]=s.useState(null),g=!!u?.table?.readonly,C=s.useCallback(E=>{p(E.target.value);let x=parseFloat(E.target.value);Number.isNaN(x)?v(new Error(`'${E.target.value}' is not a number`)):(r(x),v(null))},[r,v]),b=s.useCallback(()=>{p("0"),r(0),h(!0)},[h]),y=s.useRef(null);return s.useEffect(()=>{m&&y.current&&y.current.select()},[m]),s.useEffect(()=>{d!==(typeof t=="number"?t:"")&&p(t)},[t]),t===void 0?w.createElement(Ea,{variant:"outline",size:"medium",id:Sd(e),onClick:b,disabled:g},"Set number"):w.createElement(TZ,null,w.createElement(zZ,{ref:y,id:vr(e),type:"number",onChange:C,size:"flex",placeholder:"Edit number...",value:d,valid:f?"error":null,autoFocus:m,readOnly:g,name:e,min:n,max:o,step:a,onFocus:i,onBlur:l}))},mI=(e,t)=>{let r=t&&Object.entries(t).find(([n,o])=>o===e);return r?r[0]:void 0},B5=(e,t)=>e&&t?Object.entries(t).filter(r=>e.includes(r[1])).map(r=>r[0]):[],gI=(e,t)=>e&&t&&e.map(r=>t[r]),$Z=F.div(({isInline:e})=>e?{display:"flex",flexWrap:"wrap",alignItems:"flex-start",label:{display:"inline-flex",marginRight:15}}:{label:{display:"flex"}},e=>{if(e["aria-readonly"]==="true")return{input:{cursor:"not-allowed"}}}),LZ=F.span({"[aria-readonly=true] &":{opacity:.5}}),OZ=F.label({lineHeight:"20px",alignItems:"center",marginBottom:8,"&:last-child":{marginBottom:0},input:{margin:0,marginRight:6}}),DE=({name:e,options:t,value:r,onChange:n,isInline:o,argType:a})=>{if(!t)return Ly.warn(`Checkbox with no options: ${e}`),w.createElement(w.Fragment,null,"-");let l=B5(r,t),[i,u]=s.useState(l),d=!!a?.table?.readonly,p=h=>{let f=h.target.value,v=[...i];v.includes(f)?v.splice(v.indexOf(f),1):v.push(f),n(gI(v,t)),u(v)};s.useEffect(()=>{u(B5(r,t))},[r]);let m=vr(e);return w.createElement($Z,{"aria-readonly":d,isInline:o},Object.keys(t).map((h,f)=>{let v=`${m}-${f}`;return w.createElement(OZ,{key:v,htmlFor:v},w.createElement("input",{type:"checkbox",disabled:d,id:v,name:v,value:h,onChange:p,checked:i?.includes(h)}),w.createElement(LZ,null,h))}))},MZ=F.div(({isInline:e})=>e?{display:"flex",flexWrap:"wrap",alignItems:"flex-start",label:{display:"inline-flex",marginRight:15}}:{label:{display:"flex"}},e=>{if(e["aria-readonly"]==="true")return{input:{cursor:"not-allowed"}}}),PZ=F.span({"[aria-readonly=true] &":{opacity:.5}}),NZ=F.label({lineHeight:"20px",alignItems:"center",marginBottom:8,"&:last-child":{marginBottom:0},input:{margin:0,marginRight:6}}),SE=({name:e,options:t,value:r,onChange:n,isInline:o,argType:a})=>{if(!t)return Ly.warn(`Radio with no options: ${e}`),w.createElement(w.Fragment,null,"-");let l=mI(r,t),i=vr(e),u=!!a?.table?.readonly;return w.createElement(MZ,{"aria-readonly":u,isInline:o},Object.keys(t).map((d,p)=>{let m=`${i}-${p}`;return w.createElement(NZ,{key:m,htmlFor:m},w.createElement("input",{type:"radio",id:m,name:i,disabled:u,value:d,onChange:h=>n(t[h.currentTarget.value]),checked:d===l}),w.createElement(PZ,null,d))}))},HZ={appearance:"none",border:"0 none",boxSizing:"inherit",display:" block",margin:" 0",background:"transparent",padding:0,fontSize:"inherit",position:"relative"},vI=F.select(HZ,({theme:e})=>({boxSizing:"border-box",position:"relative",padding:"6px 10px",width:"100%",color:e.input.color||"inherit",background:e.input.background,borderRadius:e.input.borderRadius,boxShadow:`${e.input.border} 0 0 0 1px inset`,fontSize:e.typography.size.s2-1,lineHeight:"20px","&:focus":{boxShadow:`${e.color.secondary} 0 0 0 1px inset`,outline:"none"},"&[disabled]":{cursor:"not-allowed",opacity:.5},"::placeholder":{color:e.textMutedColor},"&[multiple]":{overflow:"auto",padding:0,option:{display:"block",padding:"6px 10px",marginLeft:1,marginRight:1}}})),yI=F.span(({theme:e})=>({display:"inline-block",lineHeight:"normal",overflow:"hidden",position:"relative",verticalAlign:"top",width:"100%",svg:{position:"absolute",zIndex:1,pointerEvents:"none",height:"12px",marginTop:"-6px",right:"12px",top:"50%",fill:e.textMutedColor,path:{fill:e.textMutedColor}}})),kE="Choose option...",jZ=({name:e,value:t,options:r,onChange:n,argType:o})=>{let a=d=>{n(r[d.currentTarget.value])},l=mI(t,r)||kE,i=vr(e),u=!!o?.table?.readonly;return w.createElement(yI,null,w.createElement(MT,null),w.createElement(vI,{disabled:u,id:i,value:l,onChange:a},w.createElement("option",{key:"no-selection",disabled:!0},kE),Object.keys(r).map(d=>w.createElement("option",{key:d,value:d},d))))},VZ=({name:e,value:t,options:r,onChange:n,argType:o})=>{let a=d=>{let p=Array.from(d.currentTarget.options).filter(m=>m.selected).map(m=>m.value);n(gI(p,r))},l=B5(t,r),i=vr(e),u=!!o?.table?.readonly;return w.createElement(yI,null,w.createElement(vI,{disabled:u,id:i,multiple:!0,value:l,onChange:a},Object.keys(r).map(d=>w.createElement("option",{key:d,value:d},d))))},AE=e=>{let{name:t,options:r}=e;return r?e.isMulti?w.createElement(VZ,{...e}):w.createElement(jZ,{...e}):(Ly.warn(`Select with no options: ${t}`),w.createElement(w.Fragment,null,"-"))},UZ=(e,t)=>Array.isArray(e)?e.reduce((r,n)=>(r[t?.[n]||String(n)]=n,r),{}):e,WZ={check:DE,"inline-check":DE,radio:SE,"inline-radio":SE,select:AE,"multi-select":AE},Ba=e=>{let{type:t="select",labels:r,argType:n}=e,o={...e,argType:n,options:n?UZ(n.options,r):{},isInline:t.includes("inline"),isMulti:t.includes("multi")},a=WZ[t];if(a)return w.createElement(a,{...o});throw new Error(`Unknown options type: ${t}`)},qZ="Error",GZ="Object",KZ="Array",YZ="String",ZZ="Number",XZ="Boolean",JZ="Date",QZ="Null",eX="Undefined",tX="Function",rX="Symbol",wI="ADD_DELTA_TYPE",bI="REMOVE_DELTA_TYPE",EI="UPDATE_DELTA_TYPE",Ny="value",nX="key";function Wo(e){return e!==null&&typeof e=="object"&&!Array.isArray(e)&&typeof e[Symbol.iterator]=="function"?"Iterable":Object.prototype.toString.call(e).slice(8,-1)}function xI(e,t){let r=Wo(e),n=Wo(t);return(r==="Function"||n==="Function")&&n!==r}var Hy=class extends s.Component{constructor(e){super(e),this.state={inputRefKey:null,inputRefValue:null},this.refInputValue=this.refInputValue.bind(this),this.refInputKey=this.refInputKey.bind(this),this.onKeydown=this.onKeydown.bind(this),this.onSubmit=this.onSubmit.bind(this)}componentDidMount(){let{inputRefKey:e,inputRefValue:t}=this.state,{onlyValue:r}=this.props;e&&typeof e.focus=="function"&&e.focus(),r&&t&&typeof t.focus=="function"&&t.focus(),document.addEventListener("keydown",this.onKeydown)}componentWillUnmount(){document.removeEventListener("keydown",this.onKeydown)}onKeydown(e){e.altKey||e.ctrlKey||e.metaKey||e.shiftKey||e.repeat||((e.code==="Enter"||e.key==="Enter")&&(e.preventDefault(),this.onSubmit()),(e.code==="Escape"||e.key==="Escape")&&(e.preventDefault(),this.props.handleCancel()))}onSubmit(){let{handleAdd:e,onlyValue:t,onSubmitValueParser:r,keyPath:n,deep:o}=this.props,{inputRefKey:a,inputRefValue:l}=this.state,i={};if(!t){if(!a.value)return;i.key=a.value}i.newValue=r(!1,n,o,i.key,l.value),e(i)}refInputKey(e){this.state.inputRefKey=e}refInputValue(e){this.state.inputRefValue=e}render(){let{handleCancel:e,onlyValue:t,addButtonElement:r,cancelButtonElement:n,inputElementGenerator:o,keyPath:a,deep:l}=this.props,i=s.cloneElement(r,{onClick:this.onSubmit}),u=s.cloneElement(n,{onClick:e}),d=o(Ny,a,l),p=s.cloneElement(d,{placeholder:"Value",ref:this.refInputValue}),m=null;if(!t){let h=o(nX,a,l);m=s.cloneElement(h,{placeholder:"Key",ref:this.refInputKey})}return w.createElement("span",{className:"rejt-add-value-node"},m,p,u,i)}};Hy.defaultProps={onlyValue:!1,addButtonElement:w.createElement("button",null,"+"),cancelButtonElement:w.createElement("button",null,"c")};var CI=class extends s.Component{constructor(e){super(e);let t=[...e.keyPath,e.name];this.state={data:e.data,name:e.name,keyPath:t,deep:e.deep,nextDeep:e.deep+1,collapsed:e.isCollapsed(t,e.deep,e.data),addFormVisible:!1},this.handleCollapseMode=this.handleCollapseMode.bind(this),this.handleRemoveItem=this.handleRemoveItem.bind(this),this.handleAddMode=this.handleAddMode.bind(this),this.handleAddValueAdd=this.handleAddValueAdd.bind(this),this.handleAddValueCancel=this.handleAddValueCancel.bind(this),this.handleEditValue=this.handleEditValue.bind(this),this.onChildUpdate=this.onChildUpdate.bind(this),this.renderCollapsed=this.renderCollapsed.bind(this),this.renderNotCollapsed=this.renderNotCollapsed.bind(this)}static getDerivedStateFromProps(e,t){return e.data!==t.data?{data:e.data}:null}onChildUpdate(e,t){let{data:r,keyPath:n}=this.state;r[e]=t,this.setState({data:r});let{onUpdate:o}=this.props,a=n.length;o(n[a-1],r)}handleAddMode(){this.setState({addFormVisible:!0})}handleCollapseMode(){this.setState(e=>({collapsed:!e.collapsed}))}handleRemoveItem(e){return()=>{let{beforeRemoveAction:t,logger:r}=this.props,{data:n,keyPath:o,nextDeep:a}=this.state,l=n[e];t(e,o,a,l).then(()=>{let i={keyPath:o,deep:a,key:e,oldValue:l,type:bI};n.splice(e,1),this.setState({data:n});let{onUpdate:u,onDeltaUpdate:d}=this.props;u(o[o.length-1],n),d(i)}).catch(r.error)}}handleAddValueAdd({newValue:e}){let{data:t,keyPath:r,nextDeep:n}=this.state,{beforeAddAction:o,logger:a}=this.props;o(t.length,r,n,e).then(()=>{let l=[...t,e];this.setState({data:l}),this.handleAddValueCancel();let{onUpdate:i,onDeltaUpdate:u}=this.props;i(r[r.length-1],l),u({type:wI,keyPath:r,deep:n,key:l.length-1,newValue:e})}).catch(a.error)}handleAddValueCancel(){this.setState({addFormVisible:!1})}handleEditValue({key:e,value:t}){return new Promise((r,n)=>{let{beforeUpdateAction:o}=this.props,{data:a,keyPath:l,nextDeep:i}=this.state,u=a[e];o(e,l,i,u,t).then(()=>{a[e]=t,this.setState({data:a});let{onUpdate:d,onDeltaUpdate:p}=this.props;d(l[l.length-1],a),p({type:EI,keyPath:l,deep:i,key:e,newValue:t,oldValue:u}),r(void 0)}).catch(n)})}renderCollapsed(){let{name:e,data:t,keyPath:r,deep:n}=this.state,{handleRemove:o,readOnly:a,getStyle:l,dataType:i,minusMenuElement:u}=this.props,{minus:d,collapsed:p}=l(e,t,r,n,i),m=a(e,t,r,n,i),h=s.cloneElement(u,{onClick:o,className:"rejt-minus-menu",style:d});return w.createElement("span",{className:"rejt-collapsed"},w.createElement("span",{className:"rejt-collapsed-text",style:p,onClick:this.handleCollapseMode},"[...] ",t.length," ",t.length===1?"item":"items"),!m&&h)}renderNotCollapsed(){let{name:e,data:t,keyPath:r,deep:n,addFormVisible:o,nextDeep:a}=this.state,{isCollapsed:l,handleRemove:i,onDeltaUpdate:u,readOnly:d,getStyle:p,dataType:m,addButtonElement:h,cancelButtonElement:f,editButtonElement:v,inputElementGenerator:g,textareaElementGenerator:C,minusMenuElement:b,plusMenuElement:y,beforeRemoveAction:E,beforeAddAction:x,beforeUpdateAction:D,logger:S,onSubmitValueParser:k}=this.props,{minus:A,plus:_,delimiter:R,ul:I,addForm:$}=p(e,t,r,n,m),L=d(e,t,r,n,m),N=s.cloneElement(y,{onClick:this.handleAddMode,className:"rejt-plus-menu",style:_}),M=s.cloneElement(b,{onClick:i,className:"rejt-minus-menu",style:A});return w.createElement("span",{className:"rejt-not-collapsed"},w.createElement("span",{className:"rejt-not-collapsed-delimiter",style:R},"["),!o&&N,w.createElement("ul",{className:"rejt-not-collapsed-list",style:I},t.map((j,q)=>w.createElement(j1,{key:q,name:q.toString(),data:j,keyPath:r,deep:a,isCollapsed:l,handleRemove:this.handleRemoveItem(q),handleUpdateValue:this.handleEditValue,onUpdate:this.onChildUpdate,onDeltaUpdate:u,readOnly:d,getStyle:p,addButtonElement:h,cancelButtonElement:f,editButtonElement:v,inputElementGenerator:g,textareaElementGenerator:C,minusMenuElement:b,plusMenuElement:y,beforeRemoveAction:E,beforeAddAction:x,beforeUpdateAction:D,logger:S,onSubmitValueParser:k}))),!L&&o&&w.createElement("div",{className:"rejt-add-form",style:$},w.createElement(Hy,{handleAdd:this.handleAddValueAdd,handleCancel:this.handleAddValueCancel,onlyValue:!0,addButtonElement:h,cancelButtonElement:f,inputElementGenerator:g,keyPath:r,deep:n,onSubmitValueParser:k})),w.createElement("span",{className:"rejt-not-collapsed-delimiter",style:R},"]"),!L&&M)}render(){let{name:e,collapsed:t,data:r,keyPath:n,deep:o}=this.state,{dataType:a,getStyle:l}=this.props,i=t?this.renderCollapsed():this.renderNotCollapsed(),u=l(e,r,n,o,a);return w.createElement("div",{className:"rejt-array-node"},w.createElement("span",{onClick:this.handleCollapseMode},w.createElement("span",{className:"rejt-name",style:u.name},e," :"," ")),i)}};CI.defaultProps={keyPath:[],deep:0,minusMenuElement:w.createElement("span",null," - "),plusMenuElement:w.createElement("span",null," + ")};var DI=class extends s.Component{constructor(e){super(e);let t=[...e.keyPath,e.name];this.state={value:e.value,name:e.name,keyPath:t,deep:e.deep,editEnabled:!1,inputRef:null},this.handleEditMode=this.handleEditMode.bind(this),this.refInput=this.refInput.bind(this),this.handleCancelEdit=this.handleCancelEdit.bind(this),this.handleEdit=this.handleEdit.bind(this),this.onKeydown=this.onKeydown.bind(this)}static getDerivedStateFromProps(e,t){return e.value!==t.value?{value:e.value}:null}componentDidUpdate(){let{editEnabled:e,inputRef:t,name:r,value:n,keyPath:o,deep:a}=this.state,{readOnly:l,dataType:i}=this.props,u=l(r,n,o,a,i);e&&!u&&typeof t.focus=="function"&&t.focus()}componentDidMount(){document.addEventListener("keydown",this.onKeydown)}componentWillUnmount(){document.removeEventListener("keydown",this.onKeydown)}onKeydown(e){e.altKey||e.ctrlKey||e.metaKey||e.shiftKey||e.repeat||((e.code==="Enter"||e.key==="Enter")&&(e.preventDefault(),this.handleEdit()),(e.code==="Escape"||e.key==="Escape")&&(e.preventDefault(),this.handleCancelEdit()))}handleEdit(){let{handleUpdateValue:e,originalValue:t,logger:r,onSubmitValueParser:n,keyPath:o}=this.props,{inputRef:a,name:l,deep:i}=this.state;if(!a)return;let u=n(!0,o,i,l,a.value);e({value:u,key:l}).then(()=>{xI(t,u)||this.handleCancelEdit()}).catch(r.error)}handleEditMode(){this.setState({editEnabled:!0})}refInput(e){this.state.inputRef=e}handleCancelEdit(){this.setState({editEnabled:!1})}render(){let{name:e,value:t,editEnabled:r,keyPath:n,deep:o}=this.state,{handleRemove:a,originalValue:l,readOnly:i,dataType:u,getStyle:d,editButtonElement:p,cancelButtonElement:m,textareaElementGenerator:h,minusMenuElement:f,keyPath:v}=this.props,g=d(e,l,n,o,u),C=null,b=null,y=i(e,l,n,o,u);if(r&&!y){let E=h(Ny,v,o,e,l,u),x=s.cloneElement(p,{onClick:this.handleEdit}),D=s.cloneElement(m,{onClick:this.handleCancelEdit}),S=s.cloneElement(E,{ref:this.refInput,defaultValue:l});C=w.createElement("span",{className:"rejt-edit-form",style:g.editForm},S," ",D,x),b=null}else{C=w.createElement("span",{className:"rejt-value",style:g.value,onClick:y?null:this.handleEditMode},t);let E=s.cloneElement(f,{onClick:a,className:"rejt-minus-menu",style:g.minus});b=y?null:E}return w.createElement("li",{className:"rejt-function-value-node",style:g.li},w.createElement("span",{className:"rejt-name",style:g.name},e," :"," "),C,b)}};DI.defaultProps={keyPath:[],deep:0,handleUpdateValue:()=>{},editButtonElement:w.createElement("button",null,"e"),cancelButtonElement:w.createElement("button",null,"c"),minusMenuElement:w.createElement("span",null," - ")};var j1=class extends s.Component{constructor(e){super(e),this.state={data:e.data,name:e.name,keyPath:e.keyPath,deep:e.deep}}static getDerivedStateFromProps(e,t){return e.data!==t.data?{data:e.data}:null}render(){let{data:e,name:t,keyPath:r,deep:n}=this.state,{isCollapsed:o,handleRemove:a,handleUpdateValue:l,onUpdate:i,onDeltaUpdate:u,readOnly:d,getStyle:p,addButtonElement:m,cancelButtonElement:h,editButtonElement:f,inputElementGenerator:v,textareaElementGenerator:g,minusMenuElement:C,plusMenuElement:b,beforeRemoveAction:y,beforeAddAction:E,beforeUpdateAction:x,logger:D,onSubmitValueParser:S}=this.props,k=()=>!0,A=Wo(e);switch(A){case qZ:return w.createElement($5,{data:e,name:t,isCollapsed:o,keyPath:r,deep:n,handleRemove:a,onUpdate:i,onDeltaUpdate:u,readOnly:k,dataType:A,getStyle:p,addButtonElement:m,cancelButtonElement:h,editButtonElement:f,inputElementGenerator:v,textareaElementGenerator:g,minusMenuElement:C,plusMenuElement:b,beforeRemoveAction:y,beforeAddAction:E,beforeUpdateAction:x,logger:D,onSubmitValueParser:S});case GZ:return w.createElement($5,{data:e,name:t,isCollapsed:o,keyPath:r,deep:n,handleRemove:a,onUpdate:i,onDeltaUpdate:u,readOnly:d,dataType:A,getStyle:p,addButtonElement:m,cancelButtonElement:h,editButtonElement:f,inputElementGenerator:v,textareaElementGenerator:g,minusMenuElement:C,plusMenuElement:b,beforeRemoveAction:y,beforeAddAction:E,beforeUpdateAction:x,logger:D,onSubmitValueParser:S});case KZ:return w.createElement(CI,{data:e,name:t,isCollapsed:o,keyPath:r,deep:n,handleRemove:a,onUpdate:i,onDeltaUpdate:u,readOnly:d,dataType:A,getStyle:p,addButtonElement:m,cancelButtonElement:h,editButtonElement:f,inputElementGenerator:v,textareaElementGenerator:g,minusMenuElement:C,plusMenuElement:b,beforeRemoveAction:y,beforeAddAction:E,beforeUpdateAction:x,logger:D,onSubmitValueParser:S});case YZ:return w.createElement(In,{name:t,value:`"${e}"`,originalValue:e,keyPath:r,deep:n,handleRemove:a,handleUpdateValue:l,readOnly:d,dataType:A,getStyle:p,cancelButtonElement:h,editButtonElement:f,inputElementGenerator:v,minusMenuElement:C,logger:D,onSubmitValueParser:S});case ZZ:return w.createElement(In,{name:t,value:e,originalValue:e,keyPath:r,deep:n,handleRemove:a,handleUpdateValue:l,readOnly:d,dataType:A,getStyle:p,cancelButtonElement:h,editButtonElement:f,inputElementGenerator:v,minusMenuElement:C,logger:D,onSubmitValueParser:S});case XZ:return w.createElement(In,{name:t,value:e?"true":"false",originalValue:e,keyPath:r,deep:n,handleRemove:a,handleUpdateValue:l,readOnly:d,dataType:A,getStyle:p,cancelButtonElement:h,editButtonElement:f,inputElementGenerator:v,minusMenuElement:C,logger:D,onSubmitValueParser:S});case JZ:return w.createElement(In,{name:t,value:e.toISOString(),originalValue:e,keyPath:r,deep:n,handleRemove:a,handleUpdateValue:l,readOnly:k,dataType:A,getStyle:p,cancelButtonElement:h,editButtonElement:f,inputElementGenerator:v,minusMenuElement:C,logger:D,onSubmitValueParser:S});case QZ:return w.createElement(In,{name:t,value:"null",originalValue:"null",keyPath:r,deep:n,handleRemove:a,handleUpdateValue:l,readOnly:d,dataType:A,getStyle:p,cancelButtonElement:h,editButtonElement:f,inputElementGenerator:v,minusMenuElement:C,logger:D,onSubmitValueParser:S});case eX:return w.createElement(In,{name:t,value:"undefined",originalValue:"undefined",keyPath:r,deep:n,handleRemove:a,handleUpdateValue:l,readOnly:d,dataType:A,getStyle:p,cancelButtonElement:h,editButtonElement:f,inputElementGenerator:v,minusMenuElement:C,logger:D,onSubmitValueParser:S});case tX:return w.createElement(DI,{name:t,value:e.toString(),originalValue:e,keyPath:r,deep:n,handleRemove:a,handleUpdateValue:l,readOnly:d,dataType:A,getStyle:p,cancelButtonElement:h,editButtonElement:f,textareaElementGenerator:g,minusMenuElement:C,logger:D,onSubmitValueParser:S});case rX:return w.createElement(In,{name:t,value:e.toString(),originalValue:e,keyPath:r,deep:n,handleRemove:a,handleUpdateValue:l,readOnly:k,dataType:A,getStyle:p,cancelButtonElement:h,editButtonElement:f,inputElementGenerator:v,minusMenuElement:C,logger:D,onSubmitValueParser:S});default:return null}}};j1.defaultProps={keyPath:[],deep:0};var $5=class extends s.Component{constructor(e){super(e);let t=e.deep===-1?[]:[...e.keyPath,e.name];this.state={name:e.name,data:e.data,keyPath:t,deep:e.deep,nextDeep:e.deep+1,collapsed:e.isCollapsed(t,e.deep,e.data),addFormVisible:!1},this.handleCollapseMode=this.handleCollapseMode.bind(this),this.handleRemoveValue=this.handleRemoveValue.bind(this),this.handleAddMode=this.handleAddMode.bind(this),this.handleAddValueAdd=this.handleAddValueAdd.bind(this),this.handleAddValueCancel=this.handleAddValueCancel.bind(this),this.handleEditValue=this.handleEditValue.bind(this),this.onChildUpdate=this.onChildUpdate.bind(this),this.renderCollapsed=this.renderCollapsed.bind(this),this.renderNotCollapsed=this.renderNotCollapsed.bind(this)}static getDerivedStateFromProps(e,t){return e.data!==t.data?{data:e.data}:null}onChildUpdate(e,t){let{data:r,keyPath:n}=this.state;r[e]=t,this.setState({data:r});let{onUpdate:o}=this.props,a=n.length;o(n[a-1],r)}handleAddMode(){this.setState({addFormVisible:!0})}handleAddValueCancel(){this.setState({addFormVisible:!1})}handleAddValueAdd({key:e,newValue:t}){let{data:r,keyPath:n,nextDeep:o}=this.state,{beforeAddAction:a,logger:l}=this.props;a(e,n,o,t).then(()=>{r[e]=t,this.setState({data:r}),this.handleAddValueCancel();let{onUpdate:i,onDeltaUpdate:u}=this.props;i(n[n.length-1],r),u({type:wI,keyPath:n,deep:o,key:e,newValue:t})}).catch(l.error)}handleRemoveValue(e){return()=>{let{beforeRemoveAction:t,logger:r}=this.props,{data:n,keyPath:o,nextDeep:a}=this.state,l=n[e];t(e,o,a,l).then(()=>{let i={keyPath:o,deep:a,key:e,oldValue:l,type:bI};delete n[e],this.setState({data:n});let{onUpdate:u,onDeltaUpdate:d}=this.props;u(o[o.length-1],n),d(i)}).catch(r.error)}}handleCollapseMode(){this.setState(e=>({collapsed:!e.collapsed}))}handleEditValue({key:e,value:t}){return new Promise((r,n)=>{let{beforeUpdateAction:o}=this.props,{data:a,keyPath:l,nextDeep:i}=this.state,u=a[e];o(e,l,i,u,t).then(()=>{a[e]=t,this.setState({data:a});let{onUpdate:d,onDeltaUpdate:p}=this.props;d(l[l.length-1],a),p({type:EI,keyPath:l,deep:i,key:e,newValue:t,oldValue:u}),r()}).catch(n)})}renderCollapsed(){let{name:e,keyPath:t,deep:r,data:n}=this.state,{handleRemove:o,readOnly:a,dataType:l,getStyle:i,minusMenuElement:u}=this.props,{minus:d,collapsed:p}=i(e,n,t,r,l),m=Object.getOwnPropertyNames(n),h=a(e,n,t,r,l),f=s.cloneElement(u,{onClick:o,className:"rejt-minus-menu",style:d});return w.createElement("span",{className:"rejt-collapsed"},w.createElement("span",{className:"rejt-collapsed-text",style:p,onClick:this.handleCollapseMode},"{...}"," ",m.length," ",m.length===1?"key":"keys"),!h&&f)}renderNotCollapsed(){let{name:e,data:t,keyPath:r,deep:n,nextDeep:o,addFormVisible:a}=this.state,{isCollapsed:l,handleRemove:i,onDeltaUpdate:u,readOnly:d,getStyle:p,dataType:m,addButtonElement:h,cancelButtonElement:f,editButtonElement:v,inputElementGenerator:g,textareaElementGenerator:C,minusMenuElement:b,plusMenuElement:y,beforeRemoveAction:E,beforeAddAction:x,beforeUpdateAction:D,logger:S,onSubmitValueParser:k}=this.props,{minus:A,plus:_,addForm:R,ul:I,delimiter:$}=p(e,t,r,n,m),L=Object.getOwnPropertyNames(t),N=d(e,t,r,n,m),M=s.cloneElement(y,{onClick:this.handleAddMode,className:"rejt-plus-menu",style:_}),j=s.cloneElement(b,{onClick:i,className:"rejt-minus-menu",style:A}),q=L.map(B=>w.createElement(j1,{key:B,name:B,data:t[B],keyPath:r,deep:o,isCollapsed:l,handleRemove:this.handleRemoveValue(B),handleUpdateValue:this.handleEditValue,onUpdate:this.onChildUpdate,onDeltaUpdate:u,readOnly:d,getStyle:p,addButtonElement:h,cancelButtonElement:f,editButtonElement:v,inputElementGenerator:g,textareaElementGenerator:C,minusMenuElement:b,plusMenuElement:y,beforeRemoveAction:E,beforeAddAction:x,beforeUpdateAction:D,logger:S,onSubmitValueParser:k}));return w.createElement("span",{className:"rejt-not-collapsed"},w.createElement("span",{className:"rejt-not-collapsed-delimiter",style:$},"{"),!N&&M,w.createElement("ul",{className:"rejt-not-collapsed-list",style:I},q),!N&&a&&w.createElement("div",{className:"rejt-add-form",style:R},w.createElement(Hy,{handleAdd:this.handleAddValueAdd,handleCancel:this.handleAddValueCancel,addButtonElement:h,cancelButtonElement:f,inputElementGenerator:g,keyPath:r,deep:n,onSubmitValueParser:k})),w.createElement("span",{className:"rejt-not-collapsed-delimiter",style:$},"}"),!N&&j)}render(){let{name:e,collapsed:t,data:r,keyPath:n,deep:o}=this.state,{getStyle:a,dataType:l}=this.props,i=t?this.renderCollapsed():this.renderNotCollapsed(),u=a(e,r,n,o,l);return w.createElement("div",{className:"rejt-object-node"},w.createElement("span",{onClick:this.handleCollapseMode},w.createElement("span",{className:"rejt-name",style:u.name},e," :"," ")),i)}};$5.defaultProps={keyPath:[],deep:0,minusMenuElement:w.createElement("span",null," - "),plusMenuElement:w.createElement("span",null," + ")};var In=class extends s.Component{constructor(e){super(e);let t=[...e.keyPath,e.name];this.state={value:e.value,name:e.name,keyPath:t,deep:e.deep,editEnabled:!1,inputRef:null},this.handleEditMode=this.handleEditMode.bind(this),this.refInput=this.refInput.bind(this),this.handleCancelEdit=this.handleCancelEdit.bind(this),this.handleEdit=this.handleEdit.bind(this),this.onKeydown=this.onKeydown.bind(this)}static getDerivedStateFromProps(e,t){return e.value!==t.value?{value:e.value}:null}componentDidUpdate(){let{editEnabled:e,inputRef:t,name:r,value:n,keyPath:o,deep:a}=this.state,{readOnly:l,dataType:i}=this.props,u=l(r,n,o,a,i);e&&!u&&typeof t.focus=="function"&&t.focus()}componentDidMount(){document.addEventListener("keydown",this.onKeydown)}componentWillUnmount(){document.removeEventListener("keydown",this.onKeydown)}onKeydown(e){e.altKey||e.ctrlKey||e.metaKey||e.shiftKey||e.repeat||((e.code==="Enter"||e.key==="Enter")&&(e.preventDefault(),this.handleEdit()),(e.code==="Escape"||e.key==="Escape")&&(e.preventDefault(),this.handleCancelEdit()))}handleEdit(){let{handleUpdateValue:e,originalValue:t,logger:r,onSubmitValueParser:n,keyPath:o}=this.props,{inputRef:a,name:l,deep:i}=this.state;if(!a)return;let u=n(!0,o,i,l,a.value);e({value:u,key:l}).then(()=>{xI(t,u)||this.handleCancelEdit()}).catch(r.error)}handleEditMode(){this.setState({editEnabled:!0})}refInput(e){this.state.inputRef=e}handleCancelEdit(){this.setState({editEnabled:!1})}render(){let{name:e,value:t,editEnabled:r,keyPath:n,deep:o}=this.state,{handleRemove:a,originalValue:l,readOnly:i,dataType:u,getStyle:d,editButtonElement:p,cancelButtonElement:m,inputElementGenerator:h,minusMenuElement:f,keyPath:v}=this.props,g=d(e,l,n,o,u),C=i(e,l,n,o,u),b=r&&!C,y=h(Ny,v,o,e,l,u),E=s.cloneElement(p,{onClick:this.handleEdit}),x=s.cloneElement(m,{onClick:this.handleCancelEdit}),D=s.cloneElement(y,{ref:this.refInput,defaultValue:JSON.stringify(l)}),S=s.cloneElement(f,{onClick:a,className:"rejt-minus-menu",style:g.minus});return w.createElement("li",{className:"rejt-value-node",style:g.li},w.createElement("span",{className:"rejt-name",style:g.name},e," : "),b?w.createElement("span",{className:"rejt-edit-form",style:g.editForm},D," ",x,E):w.createElement("span",{className:"rejt-value",style:g.value,onClick:C?null:this.handleEditMode},String(t)),!C&&!b&&S)}};In.defaultProps={keyPath:[],deep:0,handleUpdateValue:()=>Promise.resolve(),editButtonElement:w.createElement("button",null,"e"),cancelButtonElement:w.createElement("button",null,"c"),minusMenuElement:w.createElement("span",null," - ")};function oX(e){let t=e;if(t.indexOf("function")===0)return(0,eval)(`(${t})`);try{t=JSON.parse(e)}catch{}return t}var aX={minus:{color:"red"},plus:{color:"green"},collapsed:{color:"grey"},delimiter:{},ul:{padding:"0px",margin:"0 0 0 25px",listStyle:"none"},name:{color:"#2287CD"},addForm:{}},lX={minus:{color:"red"},plus:{color:"green"},collapsed:{color:"grey"},delimiter:{},ul:{padding:"0px",margin:"0 0 0 25px",listStyle:"none"},name:{color:"#2287CD"},addForm:{}},iX={minus:{color:"red"},editForm:{},value:{color:"#7bba3d"},li:{minHeight:"22px",lineHeight:"22px",outline:"0px"},name:{color:"#2287CD"}},SI=class extends s.Component{constructor(e){super(e),this.state={data:e.data,rootName:e.rootName},this.onUpdate=this.onUpdate.bind(this),this.removeRoot=this.removeRoot.bind(this)}static getDerivedStateFromProps(e,t){return e.data!==t.data||e.rootName!==t.rootName?{data:e.data,rootName:e.rootName}:null}onUpdate(e,t){this.setState({data:t}),this.props.onFullyUpdate(t)}removeRoot(){this.onUpdate(null,null)}render(){let{data:e,rootName:t}=this.state,{isCollapsed:r,onDeltaUpdate:n,readOnly:o,getStyle:a,addButtonElement:l,cancelButtonElement:i,editButtonElement:u,inputElement:d,textareaElement:p,minusMenuElement:m,plusMenuElement:h,beforeRemoveAction:f,beforeAddAction:v,beforeUpdateAction:g,logger:C,onSubmitValueParser:b,fallback:y=null}=this.props,E=Wo(e),x=o;Wo(o)==="Boolean"&&(x=()=>o);let D=d;d&&Wo(d)!=="Function"&&(D=()=>d);let S=p;return p&&Wo(p)!=="Function"&&(S=()=>p),E==="Object"||E==="Array"?w.createElement("div",{className:"rejt-tree"},w.createElement(j1,{data:e,name:t,deep:-1,isCollapsed:r,onUpdate:this.onUpdate,onDeltaUpdate:n,readOnly:x,getStyle:a,addButtonElement:l,cancelButtonElement:i,editButtonElement:u,inputElementGenerator:D,textareaElementGenerator:S,minusMenuElement:m,plusMenuElement:h,handleRemove:this.removeRoot,beforeRemoveAction:f,beforeAddAction:v,beforeUpdateAction:g,logger:C,onSubmitValueParser:b})):y}};SI.defaultProps={rootName:"root",isCollapsed:(e,t)=>t!==-1,getStyle:(e,t,r,n,o)=>{switch(o){case"Object":case"Error":return aX;case"Array":return lX;default:return iX}},readOnly:()=>!1,onFullyUpdate:()=>{},onDeltaUpdate:()=>{},beforeRemoveAction:()=>Promise.resolve(),beforeAddAction:()=>Promise.resolve(),beforeUpdateAction:()=>Promise.resolve(),logger:{error:()=>{}},onSubmitValueParser:(e,t,r,n,o)=>oX(o),inputElement:()=>w.createElement("input",null),textareaElement:()=>w.createElement("textarea",null),fallback:null};var{window:sX}=globalThis,uX=F.div(({theme:e})=>({position:"relative",display:"flex",'&[aria-readonly="true"]':{opacity:.5},".rejt-tree":{marginLeft:"1rem",fontSize:"13px"},".rejt-value-node, .rejt-object-node > .rejt-collapsed, .rejt-array-node > .rejt-collapsed, .rejt-object-node > .rejt-not-collapsed, .rejt-array-node > .rejt-not-collapsed":{"& > svg":{opacity:0,transition:"opacity 0.2s"}},".rejt-value-node:hover, .rejt-object-node:hover > .rejt-collapsed, .rejt-array-node:hover > .rejt-collapsed, .rejt-object-node:hover > .rejt-not-collapsed, .rejt-array-node:hover > .rejt-not-collapsed":{"& > svg":{opacity:1}},".rejt-edit-form button":{display:"none"},".rejt-add-form":{marginLeft:10},".rejt-add-value-node":{display:"inline-flex",alignItems:"center"},".rejt-name":{lineHeight:"22px"},".rejt-not-collapsed-delimiter":{lineHeight:"22px"},".rejt-plus-menu":{marginLeft:5},".rejt-object-node > span > *, .rejt-array-node > span > *":{position:"relative",zIndex:2},".rejt-object-node, .rejt-array-node":{position:"relative"},".rejt-object-node > span:first-of-type::after, .rejt-array-node > span:first-of-type::after, .rejt-collapsed::before, .rejt-not-collapsed::before":{content:'""',position:"absolute",top:0,display:"block",width:"100%",marginLeft:"-1rem",padding:"0 4px 0 1rem",height:22},".rejt-collapsed::before, .rejt-not-collapsed::before":{zIndex:1,background:"transparent",borderRadius:4,transition:"background 0.2s",pointerEvents:"none",opacity:.1},".rejt-object-node:hover, .rejt-array-node:hover":{"& > .rejt-collapsed::before, & > .rejt-not-collapsed::before":{background:e.color.secondary}},".rejt-collapsed::after, .rejt-not-collapsed::after":{content:'""',position:"absolute",display:"inline-block",pointerEvents:"none",width:0,height:0},".rejt-collapsed::after":{left:-8,top:8,borderTop:"3px solid transparent",borderBottom:"3px solid transparent",borderLeft:"3px solid rgba(153,153,153,0.6)"},".rejt-not-collapsed::after":{left:-10,top:10,borderTop:"3px solid rgba(153,153,153,0.6)",borderLeft:"3px solid transparent",borderRight:"3px solid transparent"},".rejt-value":{display:"inline-block",border:"1px solid transparent",borderRadius:4,margin:"1px 0",padding:"0 4px",cursor:"text",color:e.color.defaultText},".rejt-value-node:hover > .rejt-value":{background:e.color.lighter,borderColor:e.appBorderColor}})),Gh=F.button(({theme:e,primary:t})=>({border:0,height:20,margin:1,borderRadius:4,background:t?e.color.secondary:"transparent",color:t?e.color.lightest:e.color.dark,fontWeight:t?"bold":"normal",cursor:"pointer",order:t?"initial":9})),cX=F(YG)(({theme:e,disabled:t})=>({display:"inline-block",verticalAlign:"middle",width:15,height:15,padding:3,marginLeft:5,cursor:t?"not-allowed":"pointer",color:e.textMutedColor,"&:hover":t?{}:{color:e.color.ancillary},"svg + &":{marginLeft:0}})),dX=F(ZG)(({theme:e,disabled:t})=>({display:"inline-block",verticalAlign:"middle",width:15,height:15,padding:3,marginLeft:5,cursor:t?"not-allowed":"pointer",color:e.textMutedColor,"&:hover":t?{}:{color:e.color.negative},"svg + &":{marginLeft:0}})),_E=F.input(({theme:e,placeholder:t})=>({outline:0,margin:t?1:"1px 0",padding:"3px 4px",color:e.color.defaultText,background:e.background.app,border:`1px solid ${e.appBorderColor}`,borderRadius:4,lineHeight:"14px",width:t==="Key"?80:120,"&:focus":{border:`1px solid ${e.color.secondary}`}})),pX=F(Xo)(({theme:e})=>({position:"absolute",zIndex:2,top:2,right:2,height:21,padding:"0 3px",background:e.background.bar,border:`1px solid ${e.appBorderColor}`,borderRadius:3,color:e.textMutedColor,fontSize:"9px",fontWeight:"bold",textDecoration:"none",span:{marginLeft:3,marginTop:1}})),fX=F(Ru.Textarea)(({theme:e})=>({flex:1,padding:"7px 6px",fontFamily:e.typography.fonts.mono,fontSize:"12px",lineHeight:"18px","&::placeholder":{fontFamily:e.typography.fonts.base,fontSize:"13px"},"&:placeholder-shown":{padding:"7px 10px"}})),hX={bubbles:!0,cancelable:!0,key:"Enter",code:"Enter",keyCode:13},mX=e=>{e.currentTarget.dispatchEvent(new sX.KeyboardEvent("keydown",hX))},gX=e=>{e.currentTarget.select()},vX=e=>()=>({name:{color:e.color.secondary},collapsed:{color:e.color.dark},ul:{listStyle:"none",margin:"0 0 0 1rem",padding:0},li:{outline:0}}),FE=({name:e,value:t,onChange:r,argType:n})=>{let o=kx(),a=s.useMemo(()=>t&&Fz(t),[t]),l=a!=null,[i,u]=s.useState(!l),[d,p]=s.useState(null),m=!!n?.table?.readonly,h=s.useCallback(E=>{try{E&&r(JSON.parse(E)),p(void 0)}catch(x){p(x)}},[r]),[f,v]=s.useState(!1),g=s.useCallback(()=>{r({}),v(!0)},[v]),C=s.useRef(null);if(s.useEffect(()=>{f&&C.current&&C.current.select()},[f]),!l)return w.createElement(Ea,{disabled:m,id:Sd(e),onClick:g},"Set object");let b=w.createElement(fX,{ref:C,id:vr(e),name:e,defaultValue:t===null?"":JSON.stringify(t,null,2),onBlur:E=>h(E.target.value),placeholder:"Edit JSON string...",autoFocus:f,valid:d?"error":null,readOnly:m}),y=Array.isArray(t)||typeof t=="object"&&t?.constructor===Object;return w.createElement(uX,{"aria-readonly":m},y&&w.createElement(pX,{onClick:E=>{E.preventDefault(),u(x=>!x)}},i?w.createElement(GG,null):w.createElement(qG,null),w.createElement("span",null,"RAW")),i?b:w.createElement(SI,{readOnly:m||!y,isCollapsed:y?void 0:()=>!0,data:a,rootName:e,onFullyUpdate:r,getStyle:vX(o),cancelButtonElement:w.createElement(Gh,{type:"button"},"Cancel"),editButtonElement:w.createElement(Gh,{type:"submit"},"Save"),addButtonElement:w.createElement(Gh,{type:"submit",primary:!0},"Save"),plusMenuElement:w.createElement(cX,null),minusMenuElement:w.createElement(dX,null),inputElement:(E,x,D,S)=>S?w.createElement(_E,{onFocus:gX,onBlur:mX}):w.createElement(_E,null),fallback:b}))},yX=F.input(({theme:e,min:t,max:r,value:n,disabled:o})=>({"&":{width:"100%",backgroundColor:"transparent",appearance:"none"},"&::-webkit-slider-runnable-track":{background:e.base==="light"?`linear-gradient(to right,
|
|
733
|
-
${e.color.green} 0%, ${e.color.green} ${(n-t)/(r-t)*100}%,
|
|
734
|
-
${zr(.02,e.input.background)} ${(n-t)/(r-t)*100}%,
|
|
735
|
-
${zr(.02,e.input.background)} 100%)`:`linear-gradient(to right,
|
|
736
|
-
${e.color.green} 0%, ${e.color.green} ${(n-t)/(r-t)*100}%,
|
|
737
|
-
${Bo(.02,e.input.background)} ${(n-t)/(r-t)*100}%,
|
|
738
|
-
${Bo(.02,e.input.background)} 100%)`,boxShadow:`${e.appBorderColor} 0 0 0 1px inset`,borderRadius:6,width:"100%",height:6,cursor:o?"not-allowed":"pointer"},"&::-webkit-slider-thumb":{marginTop:"-6px",width:16,height:16,border:`1px solid ${dn(e.appBorderColor,.2)}`,borderRadius:"50px",boxShadow:`0 1px 3px 0px ${dn(e.appBorderColor,.2)}`,cursor:o?"not-allowed":"grab",appearance:"none",background:`${e.input.background}`,transition:"all 150ms ease-out","&:hover":{background:`${zr(.05,e.input.background)}`,transform:"scale3d(1.1, 1.1, 1.1) translateY(-1px)",transition:"all 50ms ease-out"},"&:active":{background:`${e.input.background}`,transform:"scale3d(1, 1, 1) translateY(0px)",cursor:o?"not-allowed":"grab"}},"&:focus":{outline:"none","&::-webkit-slider-runnable-track":{borderColor:dn(e.color.secondary,.4)},"&::-webkit-slider-thumb":{borderColor:e.color.secondary,boxShadow:`0 0px 5px 0px ${e.color.secondary}`}},"&::-moz-range-track":{background:e.base==="light"?`linear-gradient(to right,
|
|
739
|
-
${e.color.green} 0%, ${e.color.green} ${(n-t)/(r-t)*100}%,
|
|
740
|
-
${zr(.02,e.input.background)} ${(n-t)/(r-t)*100}%,
|
|
741
|
-
${zr(.02,e.input.background)} 100%)`:`linear-gradient(to right,
|
|
742
|
-
${e.color.green} 0%, ${e.color.green} ${(n-t)/(r-t)*100}%,
|
|
743
|
-
${Bo(.02,e.input.background)} ${(n-t)/(r-t)*100}%,
|
|
744
|
-
${Bo(.02,e.input.background)} 100%)`,boxShadow:`${e.appBorderColor} 0 0 0 1px inset`,borderRadius:6,width:"100%",height:6,cursor:o?"not-allowed":"pointer",outline:"none"},"&::-moz-range-thumb":{width:16,height:16,border:`1px solid ${dn(e.appBorderColor,.2)}`,borderRadius:"50px",boxShadow:`0 1px 3px 0px ${dn(e.appBorderColor,.2)}`,cursor:o?"not-allowed":"grap",background:`${e.input.background}`,transition:"all 150ms ease-out","&:hover":{background:`${zr(.05,e.input.background)}`,transform:"scale3d(1.1, 1.1, 1.1) translateY(-1px)",transition:"all 50ms ease-out"},"&:active":{background:`${e.input.background}`,transform:"scale3d(1, 1, 1) translateY(0px)",cursor:"grabbing"}},"&::-ms-track":{background:e.base==="light"?`linear-gradient(to right,
|
|
745
|
-
${e.color.green} 0%, ${e.color.green} ${(n-t)/(r-t)*100}%,
|
|
746
|
-
${zr(.02,e.input.background)} ${(n-t)/(r-t)*100}%,
|
|
747
|
-
${zr(.02,e.input.background)} 100%)`:`linear-gradient(to right,
|
|
748
|
-
${e.color.green} 0%, ${e.color.green} ${(n-t)/(r-t)*100}%,
|
|
749
|
-
${Bo(.02,e.input.background)} ${(n-t)/(r-t)*100}%,
|
|
750
|
-
${Bo(.02,e.input.background)} 100%)`,boxShadow:`${e.appBorderColor} 0 0 0 1px inset`,color:"transparent",width:"100%",height:"6px",cursor:"pointer"},"&::-ms-fill-lower":{borderRadius:6},"&::-ms-fill-upper":{borderRadius:6},"&::-ms-thumb":{width:16,height:16,background:`${e.input.background}`,border:`1px solid ${dn(e.appBorderColor,.2)}`,borderRadius:50,cursor:"grab",marginTop:0},"@supports (-ms-ime-align:auto)":{"input[type=range]":{margin:"0"}}})),kI=F.span({paddingLeft:5,paddingRight:5,fontSize:12,whiteSpace:"nowrap",fontFeatureSettings:"tnum",fontVariantNumeric:"tabular-nums","[aria-readonly=true] &":{opacity:.5}}),wX=F(kI)(({numberOFDecimalsPlaces:e,max:t})=>({width:`${e+t.toString().length*2+3}ch`,textAlign:"right",flexShrink:0})),bX=F.div({display:"flex",alignItems:"center",width:"100%"});function EX(e){let t=e.toString().match(/(?:\.(\d+))?(?:[eE]([+-]?\d+))?$/);return t?Math.max(0,(t[1]?t[1].length:0)-(t[2]?+t[2]:0)):0}var xX=({name:e,value:t,onChange:r,min:n=0,max:o=100,step:a=1,onBlur:l,onFocus:i,argType:u})=>{let d=f=>{r(IZ(f.target.value))},p=t!==void 0,m=s.useMemo(()=>EX(a),[a]),h=!!u?.table?.readonly;return w.createElement(bX,{"aria-readonly":h},w.createElement(kI,null,n),w.createElement(yX,{id:vr(e),type:"range",disabled:h,onChange:d,name:e,value:t,min:n,max:o,step:a,onFocus:i,onBlur:l}),w.createElement(wX,{numberOFDecimalsPlaces:m,max:o},p?t.toFixed(m):"--"," / ",o))},CX=F.label({display:"flex"}),DX=F.div(({isMaxed:e})=>({marginLeft:"0.75rem",paddingTop:"0.35rem",color:e?"red":void 0})),SX=({name:e,value:t,onChange:r,onFocus:n,onBlur:o,maxLength:a,argType:l})=>{let i=f=>{r(f.target.value)},u=!!l?.table?.readonly,[d,p]=s.useState(!1),m=s.useCallback(()=>{r(""),p(!0)},[p]);if(t===void 0)return w.createElement(Ea,{variant:"outline",size:"medium",disabled:u,id:Sd(e),onClick:m},"Set string");let h=typeof t=="string";return w.createElement(CX,null,w.createElement(Ru.Textarea,{id:vr(e),maxLength:a,onChange:i,disabled:u,size:"flex",placeholder:"Edit string...",autoFocus:d,valid:h?null:"error",name:e,value:h?t:"",onFocus:n,onBlur:o}),a&&w.createElement(DX,{isMaxed:t?.length===a},t?.length??0," / ",a))},kX=F(Ru.Input)({padding:10});function AX(e){e.forEach(t=>{t.startsWith("blob:")&&URL.revokeObjectURL(t)})}var _X=({onChange:e,name:t,accept:r="image/*",value:n,argType:o})=>{let a=s.useRef(null),l=o?.control?.readOnly;function i(u){if(!u.target.files)return;let d=Array.from(u.target.files).map(p=>URL.createObjectURL(p));e(d),AX(n)}return s.useEffect(()=>{n==null&&a.current&&(a.current.value=null)},[n,t]),w.createElement(kX,{ref:a,id:vr(t),type:"file",name:t,multiple:!0,disabled:l,onChange:i,accept:r,size:"flex"})},FX=s.lazy(()=>PE(()=>import("./Color-F6OSRLHC-BU3iy8jH.js"),__vite__mapDeps([5,1,2,3,4]),import.meta.url)),RX=e=>w.createElement(s.Suspense,{fallback:w.createElement("div",null)},w.createElement(FX,{...e})),TX={array:FE,object:FE,boolean:DZ,color:RX,date:RZ,number:BZ,check:Ba,"inline-check":Ba,radio:Ba,"inline-radio":Ba,select:Ba,"multi-select":Ba,range:xX,text:SX,file:_X},RE=()=>w.createElement(w.Fragment,null,"-"),IX=({row:e,arg:t,updateArgs:r,isHovered:n})=>{let{key:o,control:a}=e,[l,i]=s.useState(!1),[u,d]=s.useState({value:t});s.useEffect(()=>{l||d({value:t})},[l,t]);let p=s.useCallback(g=>(d({value:g}),r({[o]:g}),g),[r,o]),m=s.useCallback(()=>i(!1),[]),h=s.useCallback(()=>i(!0),[]);if(!a||a.disable){let g=a?.disable!==!0&&e?.type?.name!=="function";return n&&g?w.createElement(wl,{href:"https://storybook.js.org/docs/essentials/controls",target:"_blank",withArrow:!0},"Setup controls"):w.createElement(RE,null)}let f={name:o,argType:e,value:u.value,onChange:p,onBlur:m,onFocus:h},v=TX[a.type]||RE;return w.createElement(v,{...f,...a,controlType:a.type})},zX=F.table(({theme:e})=>({"&&":{borderCollapse:"collapse",borderSpacing:0,border:"none",tr:{border:"none !important",background:"none"},"td, th":{padding:0,border:"none",width:"auto!important"},marginTop:0,marginBottom:0,"th:first-of-type, td:first-of-type":{paddingLeft:0},"th:last-of-type, td:last-of-type":{paddingRight:0},td:{paddingTop:0,paddingBottom:4,"&:not(:first-of-type)":{paddingLeft:10,paddingRight:0}},tbody:{boxShadow:"none",border:"none"},code:yo({theme:e}),div:{span:{fontWeight:"bold"}},"& code":{margin:0,display:"inline-block",fontSize:e.typography.size.s1}}})),BX=({tags:e})=>{let t=(e.params||[]).filter(a=>a.description),r=t.length!==0,n=e.deprecated!=null,o=e.returns!=null&&e.returns.description!=null;return!r&&!o&&!n?null:w.createElement(w.Fragment,null,w.createElement(zX,null,w.createElement("tbody",null,n&&w.createElement("tr",{key:"deprecated"},w.createElement("td",{colSpan:2},w.createElement("strong",null,"Deprecated"),": ",e.deprecated.toString())),r&&t.map(a=>w.createElement("tr",{key:a.name},w.createElement("td",null,w.createElement("code",null,a.name)),w.createElement("td",null,a.description))),o&&w.createElement("tr",{key:"returns"},w.createElement("td",null,w.createElement("code",null,"Returns")),w.createElement("td",null,e.returns.description)))))},$X=U5(PT()),L5=8,TE=F.div(({isExpanded:e})=>({display:"flex",flexDirection:e?"column":"row",flexWrap:"wrap",alignItems:"flex-start",marginBottom:"-4px",minWidth:100})),LX=F.span(yo,({theme:e,simple:t=!1})=>({flex:"0 0 auto",fontFamily:e.typography.fonts.mono,fontSize:e.typography.size.s1,wordBreak:"break-word",whiteSpace:"normal",maxWidth:"100%",margin:0,marginRight:"4px",marginBottom:"4px",paddingTop:"2px",paddingBottom:"2px",lineHeight:"13px",...t&&{background:"transparent",border:"0 none",paddingLeft:0}})),OX=F.button(({theme:e})=>({fontFamily:e.typography.fonts.mono,color:e.color.secondary,marginBottom:"4px",background:"none",border:"none"})),MX=F.div(yo,({theme:e})=>({fontFamily:e.typography.fonts.mono,color:e.color.secondary,fontSize:e.typography.size.s1,margin:0,whiteSpace:"nowrap",display:"flex",alignItems:"center"})),PX=F.div(({theme:e,width:t})=>({width:t,minWidth:200,maxWidth:800,padding:15,fontFamily:e.typography.fonts.mono,fontSize:e.typography.size.s1,boxSizing:"content-box","& code":{padding:"0 !important"}})),NX=F(eK)({marginLeft:4}),HX=F(MT)({marginLeft:4}),jX=()=>w.createElement("span",null,"-"),AI=({text:e,simple:t})=>w.createElement(LX,{simple:t},e),VX=(0,$X.default)(1e3)(e=>{let t=e.split(/\r?\n/);return`${Math.max(...t.map(r=>r.length))}ch`}),UX=e=>{if(!e)return[e];let t=e.split("|").map(r=>r.trim());return Ez(t)},IE=(e,t=!0)=>{let r=e;return t||(r=e.slice(0,L5)),r.map(n=>w.createElement(AI,{key:n,text:n===""?'""':n}))},WX=({value:e,initialExpandedArgs:t})=>{let{summary:r,detail:n}=e,[o,a]=s.useState(!1),[l,i]=s.useState(t||!1);if(r==null)return null;let u=typeof r.toString=="function"?r.toString():r;if(n==null){if(/[(){}[\]<>]/.test(u))return w.createElement(AI,{text:u});let d=UX(u),p=d.length;return p>L5?w.createElement(TE,{isExpanded:l},IE(d,l),w.createElement(OX,{onClick:()=>i(!l)},l?"Show less...":`Show ${p-L5} more...`)):w.createElement(TE,null,IE(d))}return w.createElement(jq,{closeOnOutsideClick:!0,placement:"bottom",visible:o,onVisibleChange:d=>{a(d)},tooltip:w.createElement(PX,{width:VX(n)},w.createElement(ky,{language:"jsx",format:!1},n))},w.createElement(MX,{className:"sbdocs-expandable"},w.createElement("span",null,u),o?w.createElement(NX,null):w.createElement(HX,null)))},Kh=({value:e,initialExpandedArgs:t})=>e==null?w.createElement(jX,null):w.createElement(WX,{value:e,initialExpandedArgs:t}),qX=F.span({fontWeight:"bold"}),GX=F.span(({theme:e})=>({color:e.color.negative,fontFamily:e.typography.fonts.mono,cursor:"help"})),KX=F.div(({theme:e})=>({"&&":{p:{margin:"0 0 10px 0"},a:{color:e.color.secondary}},code:{...yo({theme:e}),fontSize:12,fontFamily:e.typography.fonts.mono},"& code":{margin:0,display:"inline-block"},"& pre > code":{whiteSpace:"pre-wrap"}})),YX=F.div(({theme:e,hasDescription:t})=>({color:e.base==="light"?he(.1,e.color.defaultText):he(.2,e.color.defaultText),marginTop:t?4:0})),ZX=F.div(({theme:e,hasDescription:t})=>({color:e.base==="light"?he(.1,e.color.defaultText):he(.2,e.color.defaultText),marginTop:t?12:0,marginBottom:12})),XX=F.td(({theme:e,expandable:t})=>({paddingLeft:t?"40px !important":"20px !important"})),JX=e=>e&&{summary:typeof e=="string"?e:e.name},Ac=e=>{let[t,r]=s.useState(!1),{row:n,updateArgs:o,compact:a,expandable:l,initialExpandedArgs:i}=e,{name:u,description:d}=n,p=n.table||{},m=p.type||JX(n.type),h=p.defaultValue||n.defaultValue,f=n.type?.required,v=d!=null&&d!=="";return w.createElement("tr",{onMouseEnter:()=>r(!0),onMouseLeave:()=>r(!1)},w.createElement(XX,{expandable:l},w.createElement(qX,null,u),f?w.createElement(GX,{title:"Required"},"*"):null),a?null:w.createElement("td",null,v&&w.createElement(KX,null,w.createElement(hI,null,d)),p.jsDocTags!=null?w.createElement(w.Fragment,null,w.createElement(ZX,{hasDescription:v},w.createElement(Kh,{value:m,initialExpandedArgs:i})),w.createElement(BX,{tags:p.jsDocTags})):w.createElement(YX,{hasDescription:v},w.createElement(Kh,{value:m,initialExpandedArgs:i}))),a?null:w.createElement("td",null,w.createElement(Kh,{value:h,initialExpandedArgs:i})),o?w.createElement("td",null,w.createElement(IX,{...e,isHovered:t})):null)},QX=F.div(({inAddonPanel:e,theme:t})=>({height:e?"100%":"auto",display:"flex",border:e?"none":`1px solid ${t.appBorderColor}`,borderRadius:e?0:t.appBorderRadius,padding:e?0:40,alignItems:"center",justifyContent:"center",flexDirection:"column",gap:15,background:t.background.content,boxShadow:"rgba(0, 0, 0, 0.10) 0 1px 3px 0"})),eJ=F.div(({theme:e})=>({display:"flex",fontSize:e.typography.size.s2-1,gap:25})),tJ=F.div(({theme:e})=>({width:1,height:16,backgroundColor:e.appBorderColor})),rJ=({inAddonPanel:e})=>{let[t,r]=s.useState(!0);return s.useEffect(()=>{let n=setTimeout(()=>{r(!1)},100);return()=>clearTimeout(n)},[]),t?null:w.createElement(QX,{inAddonPanel:e},w.createElement(TT,{title:e?"Interactive story playground":"Args table with interactive controls couldn't be auto-generated",description:w.createElement(w.Fragment,null,"Controls give you an easy to use interface to test your components. Set your story args and you'll see controls appearing here automatically."),footer:w.createElement(eJ,null,e&&w.createElement(w.Fragment,null,w.createElement(wl,{href:"https://youtu.be/0gOfS6K0x0E",target:"_blank",withArrow:!0},w.createElement(KG,null)," Watch 5m video"),w.createElement(tJ,null),w.createElement(wl,{href:"https://storybook.js.org/docs/essentials/controls",target:"_blank",withArrow:!0},w.createElement(k5,null)," Read docs")),!e&&w.createElement(wl,{href:"https://storybook.js.org/docs/essentials/controls",target:"_blank",withArrow:!0},w.createElement(k5,null)," Learn how to set that up"))}))},nJ=F(JG)(({theme:e})=>({marginRight:8,marginLeft:-10,marginTop:-2,height:12,width:12,color:e.base==="light"?he(.25,e.color.defaultText):he(.3,e.color.defaultText),border:"none",display:"inline-block"})),oJ=F(QG)(({theme:e})=>({marginRight:8,marginLeft:-10,marginTop:-2,height:12,width:12,color:e.base==="light"?he(.25,e.color.defaultText):he(.3,e.color.defaultText),border:"none",display:"inline-block"})),aJ=F.span(({theme:e})=>({display:"flex",lineHeight:"20px",alignItems:"center"})),lJ=F.td(({theme:e})=>({position:"relative",letterSpacing:"0.35em",textTransform:"uppercase",fontWeight:e.typography.weight.bold,fontSize:e.typography.size.s1-1,color:e.base==="light"?he(.4,e.color.defaultText):he(.6,e.color.defaultText),background:`${e.background.app} !important`,"& ~ td":{background:`${e.background.app} !important`}})),iJ=F.td(({theme:e})=>({position:"relative",fontWeight:e.typography.weight.bold,fontSize:e.typography.size.s2-1,background:e.background.app})),sJ=F.td(()=>({position:"relative"})),uJ=F.tr(({theme:e})=>({"&:hover > td":{backgroundColor:`${Bo(.005,e.background.app)} !important`,boxShadow:`${e.color.mediumlight} 0 - 1px 0 0 inset`,cursor:"row-resize"}})),zE=F.button(()=>({background:"none",border:"none",padding:"0",font:"inherit",position:"absolute",top:0,bottom:0,left:0,right:0,height:"100%",width:"100%",color:"transparent",cursor:"row-resize !important"})),Yh=({level:e="section",label:t,children:r,initialExpanded:n=!0,colSpan:o=3})=>{let[a,l]=s.useState(n),i=e==="subsection"?iJ:lJ,u=r?.length||0,d=e==="subsection"?`${u} item${u!==1?"s":""}`:"",p=`${a?"Hide":"Show"} ${e==="subsection"?u:t} item${u!==1?"s":""}`;return w.createElement(w.Fragment,null,w.createElement(uJ,{title:p},w.createElement(i,{colSpan:1},w.createElement(zE,{onClick:m=>l(!a),tabIndex:0},p),w.createElement(aJ,null,a?w.createElement(nJ,null):w.createElement(oJ,null),t)),w.createElement(sJ,{colSpan:o-1},w.createElement(zE,{onClick:m=>l(!a),tabIndex:-1,style:{outline:"none"}},p),a?null:d)),a?r:null)},_c=F.div(({theme:e})=>({display:"flex",gap:16,borderBottom:`1px solid ${e.appBorderColor}`,"&:last-child":{borderBottom:0}})),Xe=F.div(({numColumn:e})=>({display:"flex",flexDirection:"column",flex:e||1,gap:5,padding:"12px 20px"})),Re=F.div(({theme:e,width:t,height:r})=>({animation:`${e.animation.glow} 1.5s ease-in-out infinite`,background:e.appBorderColor,width:t||"100%",height:r||16,borderRadius:3})),Je=[2,4,2,2],cJ=()=>w.createElement(w.Fragment,null,w.createElement(_c,null,w.createElement(Xe,{numColumn:Je[0]},w.createElement(Re,{width:"60%"})),w.createElement(Xe,{numColumn:Je[1]},w.createElement(Re,{width:"30%"})),w.createElement(Xe,{numColumn:Je[2]},w.createElement(Re,{width:"60%"})),w.createElement(Xe,{numColumn:Je[3]},w.createElement(Re,{width:"60%"}))),w.createElement(_c,null,w.createElement(Xe,{numColumn:Je[0]},w.createElement(Re,{width:"60%"})),w.createElement(Xe,{numColumn:Je[1]},w.createElement(Re,{width:"80%"}),w.createElement(Re,{width:"30%"})),w.createElement(Xe,{numColumn:Je[2]},w.createElement(Re,{width:"60%"})),w.createElement(Xe,{numColumn:Je[3]},w.createElement(Re,{width:"60%"}))),w.createElement(_c,null,w.createElement(Xe,{numColumn:Je[0]},w.createElement(Re,{width:"60%"})),w.createElement(Xe,{numColumn:Je[1]},w.createElement(Re,{width:"80%"}),w.createElement(Re,{width:"30%"})),w.createElement(Xe,{numColumn:Je[2]},w.createElement(Re,{width:"60%"})),w.createElement(Xe,{numColumn:Je[3]},w.createElement(Re,{width:"60%"}))),w.createElement(_c,null,w.createElement(Xe,{numColumn:Je[0]},w.createElement(Re,{width:"60%"})),w.createElement(Xe,{numColumn:Je[1]},w.createElement(Re,{width:"80%"}),w.createElement(Re,{width:"30%"})),w.createElement(Xe,{numColumn:Je[2]},w.createElement(Re,{width:"60%"})),w.createElement(Xe,{numColumn:Je[3]},w.createElement(Re,{width:"60%"})))),dJ=F.table(({theme:e,compact:t,inAddonPanel:r})=>({"&&":{borderSpacing:0,color:e.color.defaultText,"td, th":{padding:0,border:"none",verticalAlign:"top",textOverflow:"ellipsis"},fontSize:e.typography.size.s2-1,lineHeight:"20px",textAlign:"left",width:"100%",marginTop:r?0:25,marginBottom:r?0:40,"thead th:first-of-type, td:first-of-type":{width:"25%"},"th:first-of-type, td:first-of-type":{paddingLeft:20},"th:nth-of-type(2), td:nth-of-type(2)":{...t?null:{width:"35%"}},"td:nth-of-type(3)":{...t?null:{width:"15%"}},"th:last-of-type, td:last-of-type":{paddingRight:20,...t?null:{width:"25%"}},th:{color:e.base==="light"?he(.25,e.color.defaultText):he(.45,e.color.defaultText),paddingTop:10,paddingBottom:10,paddingLeft:15,paddingRight:15},td:{paddingTop:"10px",paddingBottom:"10px","&:not(:first-of-type)":{paddingLeft:15,paddingRight:15},"&:last-of-type":{paddingRight:20}},marginLeft:r?0:1,marginRight:r?0:1,tbody:{...r?null:{filter:e.base==="light"?"drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.10))":"drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.20))"},"> tr > *":{background:e.background.content,borderTop:`1px solid ${e.appBorderColor}`},...r?null:{"> tr:first-of-type > *":{borderBlockStart:`1px solid ${e.appBorderColor}`},"> tr:last-of-type > *":{borderBlockEnd:`1px solid ${e.appBorderColor}`},"> tr > *:first-of-type":{borderInlineStart:`1px solid ${e.appBorderColor}`},"> tr > *:last-of-type":{borderInlineEnd:`1px solid ${e.appBorderColor}`},"> tr:first-of-type > td:first-of-type":{borderTopLeftRadius:e.appBorderRadius},"> tr:first-of-type > td:last-of-type":{borderTopRightRadius:e.appBorderRadius},"> tr:last-of-type > td:first-of-type":{borderBottomLeftRadius:e.appBorderRadius},"> tr:last-of-type > td:last-of-type":{borderBottomRightRadius:e.appBorderRadius}}}}})),pJ=F(Xo)(({theme:e})=>({margin:"-4px -12px -4px 0"})),fJ=F.span({display:"flex",justifyContent:"space-between"}),hJ={alpha:(e,t)=>e.name.localeCompare(t.name),requiredFirst:(e,t)=>+!!t.type?.required-+!!e.type?.required||e.name.localeCompare(t.name),none:void 0},mJ=(e,t)=>{let r={ungrouped:[],ungroupedSubsections:{},sections:{}};if(!e)return r;Object.entries(e).forEach(([a,l])=>{let{category:i,subcategory:u}=l?.table||{};if(i){let d=r.sections[i]||{ungrouped:[],subsections:{}};if(!u)d.ungrouped.push({key:a,...l});else{let p=d.subsections[u]||[];p.push({key:a,...l}),d.subsections[u]=p}r.sections[i]=d}else if(u){let d=r.ungroupedSubsections[u]||[];d.push({key:a,...l}),r.ungroupedSubsections[u]=d}else r.ungrouped.push({key:a,...l})});let n=hJ[t],o=a=>n?Object.keys(a).reduce((l,i)=>({...l,[i]:a[i].sort(n)}),{}):a;return{ungrouped:r.ungrouped.sort(n),ungroupedSubsections:o(r.ungroupedSubsections),sections:Object.keys(r.sections).reduce((a,l)=>({...a,[l]:{ungrouped:r.sections[l].ungrouped.sort(n),subsections:o(r.sections[l].subsections)}}),{})}},gJ=(e,t,r)=>{try{return qI(e,t,r)}catch(n){return nK.warn(n.message),!1}},O5=e=>{let{updateArgs:t,resetArgs:r,compact:n,inAddonPanel:o,initialExpandedArgs:a,sort:l="none",isLoading:i}=e;if("error"in e){let{error:y}=e;return w.createElement(UT,null,y," ",w.createElement(wl,{href:"http://storybook.js.org/docs/",target:"_blank",withArrow:!0},w.createElement(k5,null)," Read the docs"))}if(i)return w.createElement(cJ,null);let{rows:u,args:d,globals:p}="rows"in e&&e,m=mJ(xz(u||{},y=>!y?.table?.disable&&gJ(y,d||{},p||{})),l),h=m.ungrouped.length===0,f=Object.entries(m.sections).length===0,v=Object.entries(m.ungroupedSubsections).length===0;if(h&&f&&v)return w.createElement(rJ,{inAddonPanel:o});let g=1;t&&(g+=1),n||(g+=2);let C=Object.keys(m.sections).length>0,b={updateArgs:t,compact:n,inAddonPanel:o,initialExpandedArgs:a};return w.createElement(GF,null,w.createElement(dJ,{compact:n,inAddonPanel:o,className:"docblock-argstable sb-unstyled"},w.createElement("thead",{className:"docblock-argstable-head"},w.createElement("tr",null,w.createElement("th",null,w.createElement("span",null,"Name")),n?null:w.createElement("th",null,w.createElement("span",null,"Description")),n?null:w.createElement("th",null,w.createElement("span",null,"Default")),t?w.createElement("th",null,w.createElement(fJ,null,"Control"," ",!i&&r&&w.createElement(pJ,{onClick:()=>r(),title:"Reset controls"},w.createElement(tK,{"aria-hidden":!0})))):null)),w.createElement("tbody",{className:"docblock-argstable-body"},m.ungrouped.map(y=>w.createElement(Ac,{key:y.key,row:y,arg:d&&d[y.key],...b})),Object.entries(m.ungroupedSubsections).map(([y,E])=>w.createElement(Yh,{key:y,label:y,level:"subsection",colSpan:g},E.map(x=>w.createElement(Ac,{key:x.key,row:x,arg:d&&d[x.key],expandable:C,...b})))),Object.entries(m.sections).map(([y,E])=>w.createElement(Yh,{key:y,label:y,level:"section",colSpan:g},E.ungrouped.map(x=>w.createElement(Ac,{key:x.key,row:x,arg:d&&d[x.key],...b})),Object.entries(E.subsections).map(([x,D])=>w.createElement(Yh,{key:x,label:x,level:"subsection",colSpan:g},D.map(S=>w.createElement(Ac,{key:S.key,row:S,arg:d&&d[S.key],expandable:C,...b})))))))))},vJ=({tabs:e,...t})=>{let r=Object.entries(e);return r.length===1?w.createElement(O5,{...r[0][1],...t}):w.createElement(DG,null,r.map((n,o)=>{let[a,l]=n,i=`prop_table_div_${a}`,u="div",d=o===0?t:{sort:t.sort};return w.createElement(u,{key:i,id:i,title:a},({active:p})=>p?w.createElement(O5,{key:`prop_table_${a}`,...l,...d}):null)}))};F.div(({theme:e})=>({marginRight:30,fontSize:`${e.typography.size.s1}px`,color:e.base==="light"?he(.4,e.color.defaultText):he(.6,e.color.defaultText)}));F.div({overflow:"hidden",whiteSpace:"nowrap",textOverflow:"ellipsis"});F.div({display:"flex",flexDirection:"row",alignItems:"baseline","&:not(:last-child)":{marginBottom:"1rem"}});F.div(Ee,({theme:e})=>({...N1(e),margin:"25px 0 40px",padding:"30px 20px"}));F.div(({theme:e})=>({fontWeight:e.typography.weight.bold,color:e.color.defaultText}));F.div(({theme:e})=>({color:e.base==="light"?he(.2,e.color.defaultText):he(.6,e.color.defaultText)}));F.div({flex:"0 0 30%",lineHeight:"20px",marginTop:5});F.div(({theme:e})=>({flex:1,textAlign:"center",fontFamily:e.typography.fonts.mono,fontSize:e.typography.size.s1,lineHeight:1,overflow:"hidden",color:e.base==="light"?he(.4,e.color.defaultText):he(.6,e.color.defaultText),"> div":{display:"inline-block",overflow:"hidden",maxWidth:"100%",textOverflow:"ellipsis"},span:{display:"block",marginTop:2}}));F.div({display:"flex",flexDirection:"row"});F.div(({background:e})=>({position:"relative",flex:1,"&::before":{position:"absolute",top:0,left:0,width:"100%",height:"100%",background:e,content:'""'}}));F.div(({theme:e})=>({...N1(e),display:"flex",flexDirection:"row",height:50,marginBottom:5,overflow:"hidden",backgroundColor:"white",backgroundImage:"repeating-linear-gradient(-45deg, #ccc, #ccc 1px, #fff 1px, #fff 16px)",backgroundClip:"padding-box"}));F.div({display:"flex",flexDirection:"column",flex:1,position:"relative",marginBottom:30});F.div({flex:1,display:"flex",flexDirection:"row"});F.div({display:"flex",alignItems:"flex-start"});F.div({flex:"0 0 30%"});F.div({flex:1});F.div(({theme:e})=>({display:"flex",flexDirection:"row",alignItems:"center",paddingBottom:20,fontWeight:e.typography.weight.bold,color:e.base==="light"?he(.4,e.color.defaultText):he(.6,e.color.defaultText)}));F.div(({theme:e})=>({fontSize:e.typography.size.s2,lineHeight:"20px",display:"flex",flexDirection:"column"}));F.div(({theme:e})=>({fontFamily:e.typography.fonts.base,fontSize:e.typography.size.s2,color:e.color.defaultText,marginLeft:10,lineHeight:1.2}));F.div(({theme:e})=>({...N1(e),overflow:"hidden",height:40,width:40,display:"flex",alignItems:"center",justifyContent:"center",flex:"none","> img, > svg":{width:20,height:20}}));F.div({display:"inline-flex",flexDirection:"row",alignItems:"center",flex:"0 1 calc(20% - 10px)",minWidth:120,margin:"0px 10px 30px 0"});F.div({display:"flex",flexFlow:"row wrap"});var yJ=e=>`anchor--${e}`,_I=({storyId:e,children:t})=>w.createElement("div",{id:yJ(e),className:"sb-anchor"},t);globalThis&&globalThis.__DOCS_CONTEXT__===void 0&&(globalThis.__DOCS_CONTEXT__=s.createContext(null),globalThis.__DOCS_CONTEXT__.displayName="DocsContext");var Er=globalThis?globalThis.__DOCS_CONTEXT__:s.createContext(null),xa=(e,t)=>s.useContext(Er).resolveOf(e,t),wJ=e=>e.split("-").map(t=>t.charAt(0).toUpperCase()+t.slice(1)).join(""),bJ=e=>{if(e)return typeof e=="string"?e.includes("-")?wJ(e):e:e.__docgenInfo&&e.__docgenInfo.displayName?e.__docgenInfo.displayName:e.name};function EJ(e,t="start"){e.scrollIntoView({behavior:"smooth",block:t,inline:"nearest"})}var xJ=Object.create,FI=Object.defineProperty,CJ=Object.getOwnPropertyDescriptor,RI=Object.getOwnPropertyNames,DJ=Object.getPrototypeOf,SJ=Object.prototype.hasOwnProperty,Gt=(e,t)=>function(){return t||(0,e[RI(e)[0]])((t={exports:{}}).exports,t),t.exports},kJ=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of RI(t))!SJ.call(e,o)&&o!==r&&FI(e,o,{get:()=>t[o],enumerable:!(n=CJ(t,o))||n.enumerable});return e},jy=(e,t,r)=>(r=e!=null?xJ(DJ(e)):{},kJ(!e||!e.__esModule?FI(r,"default",{value:e,enumerable:!0}):r,e)),AJ=["bubbles","cancelBubble","cancelable","composed","currentTarget","defaultPrevented","eventPhase","isTrusted","returnValue","srcElement","target","timeStamp","type"],_J=["detail"];function FJ(e){let t=AJ.filter(r=>e[r]!==void 0).reduce((r,n)=>({...r,[n]:e[n]}),{});return e instanceof CustomEvent&&_J.filter(r=>e[r]!==void 0).forEach(r=>{t[r]=e[r]}),t}var RJ=U5(PT(),1),TI=Gt({"node_modules/has-symbols/shams.js"(e,t){t.exports=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var r={},n=Symbol("test"),o=Object(n);if(typeof n=="string"||Object.prototype.toString.call(n)!=="[object Symbol]"||Object.prototype.toString.call(o)!=="[object Symbol]")return!1;var a=42;r[n]=a;for(n in r)return!1;if(typeof Object.keys=="function"&&Object.keys(r).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(r).length!==0)return!1;var l=Object.getOwnPropertySymbols(r);if(l.length!==1||l[0]!==n||!Object.prototype.propertyIsEnumerable.call(r,n))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var i=Object.getOwnPropertyDescriptor(r,n);if(i.value!==a||i.enumerable!==!0)return!1}return!0}}}),II=Gt({"node_modules/has-symbols/index.js"(e,t){var r=typeof Symbol<"u"&&Symbol,n=TI();t.exports=function(){return typeof r!="function"||typeof Symbol!="function"||typeof r("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:n()}}}),TJ=Gt({"node_modules/function-bind/implementation.js"(e,t){var r="Function.prototype.bind called on incompatible ",n=Array.prototype.slice,o=Object.prototype.toString,a="[object Function]";t.exports=function(l){var i=this;if(typeof i!="function"||o.call(i)!==a)throw new TypeError(r+i);for(var u=n.call(arguments,1),d,p=function(){if(this instanceof d){var g=i.apply(this,u.concat(n.call(arguments)));return Object(g)===g?g:this}else return i.apply(l,u.concat(n.call(arguments)))},m=Math.max(0,i.length-u.length),h=[],f=0;f<m;f++)h.push("$"+f);if(d=Function("binder","return function ("+h.join(",")+"){ return binder.apply(this,arguments); }")(p),i.prototype){var v=function(){};v.prototype=i.prototype,d.prototype=new v,v.prototype=null}return d}}}),Vy=Gt({"node_modules/function-bind/index.js"(e,t){var r=TJ();t.exports=Function.prototype.bind||r}}),IJ=Gt({"node_modules/has/src/index.js"(e,t){var r=Vy();t.exports=r.call(Function.call,Object.prototype.hasOwnProperty)}}),zI=Gt({"node_modules/get-intrinsic/index.js"(e,t){var r,n=SyntaxError,o=Function,a=TypeError,l=function($){try{return o('"use strict"; return ('+$+").constructor;")()}catch{}},i=Object.getOwnPropertyDescriptor;if(i)try{i({},"")}catch{i=null}var u=function(){throw new a},d=i?function(){try{return arguments.callee,u}catch{try{return i(arguments,"callee").get}catch{return u}}}():u,p=II()(),m=Object.getPrototypeOf||function($){return $.__proto__},h={},f=typeof Uint8Array>"u"?r:m(Uint8Array),v={"%AggregateError%":typeof AggregateError>"u"?r:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?r:ArrayBuffer,"%ArrayIteratorPrototype%":p?m([][Symbol.iterator]()):r,"%AsyncFromSyncIteratorPrototype%":r,"%AsyncFunction%":h,"%AsyncGenerator%":h,"%AsyncGeneratorFunction%":h,"%AsyncIteratorPrototype%":h,"%Atomics%":typeof Atomics>"u"?r:Atomics,"%BigInt%":typeof BigInt>"u"?r:BigInt,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?r:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Error,"%eval%":eval,"%EvalError%":EvalError,"%Float32Array%":typeof Float32Array>"u"?r:Float32Array,"%Float64Array%":typeof Float64Array>"u"?r:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?r:FinalizationRegistry,"%Function%":o,"%GeneratorFunction%":h,"%Int8Array%":typeof Int8Array>"u"?r:Int8Array,"%Int16Array%":typeof Int16Array>"u"?r:Int16Array,"%Int32Array%":typeof Int32Array>"u"?r:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":p?m(m([][Symbol.iterator]())):r,"%JSON%":typeof JSON=="object"?JSON:r,"%Map%":typeof Map>"u"?r:Map,"%MapIteratorPrototype%":typeof Map>"u"||!p?r:m(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?r:Promise,"%Proxy%":typeof Proxy>"u"?r:Proxy,"%RangeError%":RangeError,"%ReferenceError%":ReferenceError,"%Reflect%":typeof Reflect>"u"?r:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?r:Set,"%SetIteratorPrototype%":typeof Set>"u"||!p?r:m(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?r:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":p?m(""[Symbol.iterator]()):r,"%Symbol%":p?Symbol:r,"%SyntaxError%":n,"%ThrowTypeError%":d,"%TypedArray%":f,"%TypeError%":a,"%Uint8Array%":typeof Uint8Array>"u"?r:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?r:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?r:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?r:Uint32Array,"%URIError%":URIError,"%WeakMap%":typeof WeakMap>"u"?r:WeakMap,"%WeakRef%":typeof WeakRef>"u"?r:WeakRef,"%WeakSet%":typeof WeakSet>"u"?r:WeakSet},g=function $(L){var N;if(L==="%AsyncFunction%")N=l("async function () {}");else if(L==="%GeneratorFunction%")N=l("function* () {}");else if(L==="%AsyncGeneratorFunction%")N=l("async function* () {}");else if(L==="%AsyncGenerator%"){var M=$("%AsyncGeneratorFunction%");M&&(N=M.prototype)}else if(L==="%AsyncIteratorPrototype%"){var j=$("%AsyncGenerator%");j&&(N=m(j.prototype))}return v[L]=N,N},C={"%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"]},b=Vy(),y=IJ(),E=b.call(Function.call,Array.prototype.concat),x=b.call(Function.apply,Array.prototype.splice),D=b.call(Function.call,String.prototype.replace),S=b.call(Function.call,String.prototype.slice),k=b.call(Function.call,RegExp.prototype.exec),A=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,_=/\\(\\)?/g,R=function($){var L=S($,0,1),N=S($,-1);if(L==="%"&&N!=="%")throw new n("invalid intrinsic syntax, expected closing `%`");if(N==="%"&&L!=="%")throw new n("invalid intrinsic syntax, expected opening `%`");var M=[];return D($,A,function(j,q,B,P){M[M.length]=B?D(P,_,"$1"):q||j}),M},I=function($,L){var N=$,M;if(y(C,N)&&(M=C[N],N="%"+M[0]+"%"),y(v,N)){var j=v[N];if(j===h&&(j=g(N)),typeof j>"u"&&!L)throw new a("intrinsic "+$+" exists, but is not available. Please file an issue!");return{alias:M,name:N,value:j}}throw new n("intrinsic "+$+" does not exist!")};t.exports=function($,L){if(typeof $!="string"||$.length===0)throw new a("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof L!="boolean")throw new a('"allowMissing" argument must be a boolean');if(k(/^%?[^%]*%?$/,$)===null)throw new n("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var N=R($),M=N.length>0?N[0]:"",j=I("%"+M+"%",L),q=j.name,B=j.value,P=!1,H=j.alias;H&&(M=H[0],x(N,E([0,1],H)));for(var G=1,Z=!0;G<N.length;G+=1){var Q=N[G],ie=S(Q,0,1),U=S(Q,-1);if((ie==='"'||ie==="'"||ie==="`"||U==='"'||U==="'"||U==="`")&&ie!==U)throw new n("property names with quotes must have matching quotes");if((Q==="constructor"||!Z)&&(P=!0),M+="."+Q,q="%"+M+"%",y(v,q))B=v[q];else if(B!=null){if(!(Q in B)){if(!L)throw new a("base intrinsic for "+$+" exists, but the property is not available.");return}if(i&&G+1>=N.length){var X=i(B,Q);Z=!!X,Z&&"get"in X&&!("originalValue"in X.get)?B=X.get:B=B[Q]}else Z=y(B,Q),B=B[Q];Z&&!P&&(v[q]=B)}}return B}}}),zJ=Gt({"node_modules/call-bind/index.js"(e,t){var r=Vy(),n=zI(),o=n("%Function.prototype.apply%"),a=n("%Function.prototype.call%"),l=n("%Reflect.apply%",!0)||r.call(a,o),i=n("%Object.getOwnPropertyDescriptor%",!0),u=n("%Object.defineProperty%",!0),d=n("%Math.max%");if(u)try{u({},"a",{value:1})}catch{u=null}t.exports=function(m){var h=l(r,a,arguments);if(i&&u){var f=i(h,"length");f.configurable&&u(h,"length",{value:1+d(0,m.length-(arguments.length-1))})}return h};var p=function(){return l(r,o,arguments)};u?u(t.exports,"apply",{value:p}):t.exports.apply=p}}),BJ=Gt({"node_modules/call-bind/callBound.js"(e,t){var r=zI(),n=zJ(),o=n(r("String.prototype.indexOf"));t.exports=function(a,l){var i=r(a,!!l);return typeof i=="function"&&o(a,".prototype.")>-1?n(i):i}}}),$J=Gt({"node_modules/has-tostringtag/shams.js"(e,t){var r=TI();t.exports=function(){return r()&&!!Symbol.toStringTag}}}),LJ=Gt({"node_modules/is-regex/index.js"(e,t){var r=BJ(),n=$J()(),o,a,l,i;n&&(o=r("Object.prototype.hasOwnProperty"),a=r("RegExp.prototype.exec"),l={},u=function(){throw l},i={toString:u,valueOf:u},typeof Symbol.toPrimitive=="symbol"&&(i[Symbol.toPrimitive]=u));var u,d=r("Object.prototype.toString"),p=Object.getOwnPropertyDescriptor,m="[object RegExp]";t.exports=n?function(h){if(!h||typeof h!="object")return!1;var f=p(h,"lastIndex"),v=f&&o(f,"value");if(!v)return!1;try{a(h,i)}catch(g){return g===l}}:function(h){return!h||typeof h!="object"&&typeof h!="function"?!1:d(h)===m}}}),OJ=Gt({"node_modules/is-function/index.js"(e,t){t.exports=n;var r=Object.prototype.toString;function n(o){if(!o)return!1;var a=r.call(o);return a==="[object Function]"||typeof o=="function"&&a!=="[object RegExp]"||typeof window<"u"&&(o===window.setTimeout||o===window.alert||o===window.confirm||o===window.prompt)}}}),MJ=Gt({"node_modules/is-symbol/index.js"(e,t){var r=Object.prototype.toString,n=II()();n?(o=Symbol.prototype.toString,a=/^Symbol\(.*\)$/,l=function(i){return typeof i.valueOf()!="symbol"?!1:a.test(o.call(i))},t.exports=function(i){if(typeof i=="symbol")return!0;if(r.call(i)!=="[object Symbol]")return!1;try{return l(i)}catch{return!1}}):t.exports=function(i){return!1};var o,a,l}}),PJ=jy(LJ()),NJ=jy(OJ()),HJ=jy(MJ());function jJ(e){return e!=null&&typeof e=="object"&&Array.isArray(e)===!1}var VJ=typeof global=="object"&&global&&global.Object===Object&&global,UJ=VJ,WJ=typeof self=="object"&&self&&self.Object===Object&&self,qJ=UJ||WJ||Function("return this")(),Uy=qJ,GJ=Uy.Symbol,ql=GJ,BI=Object.prototype,KJ=BI.hasOwnProperty,YJ=BI.toString,Oi=ql?ql.toStringTag:void 0;function ZJ(e){var t=KJ.call(e,Oi),r=e[Oi];try{e[Oi]=void 0;var n=!0}catch{}var o=YJ.call(e);return n&&(t?e[Oi]=r:delete e[Oi]),o}var XJ=ZJ,JJ=Object.prototype,QJ=JJ.toString;function eQ(e){return QJ.call(e)}var tQ=eQ,rQ="[object Null]",nQ="[object Undefined]",BE=ql?ql.toStringTag:void 0;function oQ(e){return e==null?e===void 0?nQ:rQ:BE&&BE in Object(e)?XJ(e):tQ(e)}var aQ=oQ,$E=ql?ql.prototype:void 0;$E&&$E.toString;function lQ(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var $I=lQ,iQ="[object AsyncFunction]",sQ="[object Function]",uQ="[object GeneratorFunction]",cQ="[object Proxy]";function dQ(e){if(!$I(e))return!1;var t=aQ(e);return t==sQ||t==uQ||t==iQ||t==cQ}var pQ=dQ,fQ=Uy["__core-js_shared__"],Zh=fQ,LE=function(){var e=/[^.]+$/.exec(Zh&&Zh.keys&&Zh.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function hQ(e){return!!LE&&LE in e}var mQ=hQ,gQ=Function.prototype,vQ=gQ.toString;function yQ(e){if(e!=null){try{return vQ.call(e)}catch{}try{return e+""}catch{}}return""}var wQ=yQ,bQ=/[\\^$.*+?()[\]{}|]/g,EQ=/^\[object .+?Constructor\]$/,xQ=Function.prototype,CQ=Object.prototype,DQ=xQ.toString,SQ=CQ.hasOwnProperty,kQ=RegExp("^"+DQ.call(SQ).replace(bQ,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function AQ(e){if(!$I(e)||mQ(e))return!1;var t=pQ(e)?kQ:EQ;return t.test(wQ(e))}var _Q=AQ;function FQ(e,t){return e?.[t]}var RQ=FQ;function TQ(e,t){var r=RQ(e,t);return _Q(r)?r:void 0}var LI=TQ;function IQ(e,t){return e===t||e!==e&&t!==t}var zQ=IQ,BQ=LI(Object,"create"),tu=BQ;function $Q(){this.__data__=tu?tu(null):{},this.size=0}var LQ=$Q;function OQ(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var MQ=OQ,PQ="__lodash_hash_undefined__",NQ=Object.prototype,HQ=NQ.hasOwnProperty;function jQ(e){var t=this.__data__;if(tu){var r=t[e];return r===PQ?void 0:r}return HQ.call(t,e)?t[e]:void 0}var VQ=jQ,UQ=Object.prototype,WQ=UQ.hasOwnProperty;function qQ(e){var t=this.__data__;return tu?t[e]!==void 0:WQ.call(t,e)}var GQ=qQ,KQ="__lodash_hash_undefined__";function YQ(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=tu&&t===void 0?KQ:t,this}var ZQ=YQ;function ai(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}ai.prototype.clear=LQ;ai.prototype.delete=MQ;ai.prototype.get=VQ;ai.prototype.has=GQ;ai.prototype.set=ZQ;var OE=ai;function XQ(){this.__data__=[],this.size=0}var JQ=XQ;function QQ(e,t){for(var r=e.length;r--;)if(zQ(e[r][0],t))return r;return-1}var V1=QQ,eee=Array.prototype,tee=eee.splice;function ree(e){var t=this.__data__,r=V1(t,e);if(r<0)return!1;var n=t.length-1;return r==n?t.pop():tee.call(t,r,1),--this.size,!0}var nee=ree;function oee(e){var t=this.__data__,r=V1(t,e);return r<0?void 0:t[r][1]}var aee=oee;function lee(e){return V1(this.__data__,e)>-1}var iee=lee;function see(e,t){var r=this.__data__,n=V1(r,e);return n<0?(++this.size,r.push([e,t])):r[n][1]=t,this}var uee=see;function li(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}li.prototype.clear=JQ;li.prototype.delete=nee;li.prototype.get=aee;li.prototype.has=iee;li.prototype.set=uee;var cee=li,dee=LI(Uy,"Map"),pee=dee;function fee(){this.size=0,this.__data__={hash:new OE,map:new(pee||cee),string:new OE}}var hee=fee;function mee(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}var gee=mee;function vee(e,t){var r=e.__data__;return gee(t)?r[typeof t=="string"?"string":"hash"]:r.map}var U1=vee;function yee(e){var t=U1(this,e).delete(e);return this.size-=t?1:0,t}var wee=yee;function bee(e){return U1(this,e).get(e)}var Eee=bee;function xee(e){return U1(this,e).has(e)}var Cee=xee;function Dee(e,t){var r=U1(this,e),n=r.size;return r.set(e,t),this.size+=r.size==n?0:1,this}var See=Dee;function ii(e){var t=-1,r=e==null?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}ii.prototype.clear=hee;ii.prototype.delete=wee;ii.prototype.get=Eee;ii.prototype.has=Cee;ii.prototype.set=See;var OI=ii,kee="Expected a function";function Wy(e,t){if(typeof e!="function"||t!=null&&typeof t!="function")throw new TypeError(kee);var r=function(){var n=arguments,o=t?t.apply(this,n):n[0],a=r.cache;if(a.has(o))return a.get(o);var l=e.apply(this,n);return r.cache=a.set(o,l)||a,l};return r.cache=new(Wy.Cache||OI),r}Wy.Cache=OI;var Aee=Wy,_ee=500;function Fee(e){var t=Aee(e,function(n){return r.size===_ee&&r.clear(),n}),r=t.cache;return t}var Ree=Fee,Tee=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Iee=/\\(\\)?/g;Ree(function(e){var t=[];return e.charCodeAt(0)===46&&t.push(""),e.replace(Tee,function(r,n,o,a){t.push(o?a.replace(Iee,"$1"):n||r)}),t});var zee=jJ,Bee=e=>{let t=null,r=!1,n=!1,o=!1,a="";if(e.indexOf("//")>=0||e.indexOf("/*")>=0)for(let l=0;l<e.length;l+=1)!t&&!r&&!n&&!o?e[l]==='"'||e[l]==="'"||e[l]==="`"?t=e[l]:e[l]==="/"&&e[l+1]==="*"?r=!0:e[l]==="/"&&e[l+1]==="/"?n=!0:e[l]==="/"&&e[l+1]!=="/"&&(o=!0):(t&&(e[l]===t&&e[l-1]!=="\\"||e[l]===`
|
|
751
|
-
`&&t!=="`")&&(t=null),o&&(e[l]==="/"&&e[l-1]!=="\\"||e[l]===`
|
|
752
|
-
`)&&(o=!1),r&&e[l-1]==="/"&&e[l-2]==="*"&&(r=!1),n&&e[l]===`
|
|
753
|
-
`&&(n=!1)),!r&&!n&&(a+=e[l]);else a=e;return a},$ee=(0,RJ.default)(1e4)(e=>Bee(e).replace(/\n\s*/g,"").trim()),Lee=function(e,t){let r=t.slice(0,t.indexOf("{")),n=t.slice(t.indexOf("{"));if(r.includes("=>")||r.includes("function"))return t;let o=r;return o=o.replace(e,"function"),o+n},Oee=/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\.\d{3})?Z$/;function MI(e){if(!zee(e))return e;let t=e,r=!1;return typeof Event<"u"&&e instanceof Event&&(t=FJ(t),r=!0),t=Object.keys(t).reduce((n,o)=>{try{t[o]&&t[o].toJSON,n[o]=t[o]}catch{r=!0}return n},{}),r?t:e}var Mee=function(e){let t,r,n,o;return function(a,l){try{if(a==="")return o=[],t=new Map([[l,"[]"]]),r=new Map,n=[],l;let i=r.get(this)||this;for(;n.length&&i!==n[0];)n.shift(),o.pop();if(typeof l=="boolean")return l;if(l===void 0)return e.allowUndefined?"_undefined_":void 0;if(l===null)return null;if(typeof l=="number")return l===-1/0?"_-Infinity_":l===1/0?"_Infinity_":Number.isNaN(l)?"_NaN_":l;if(typeof l=="bigint")return`_bigint_${l.toString()}`;if(typeof l=="string")return Oee.test(l)?e.allowDate?`_date_${l}`:void 0:l;if((0,PJ.default)(l))return e.allowRegExp?`_regexp_${l.flags}|${l.source}`:void 0;if((0,NJ.default)(l)){if(!e.allowFunction)return;let{name:d}=l,p=l.toString();return p.match(/(\[native code\]|WEBPACK_IMPORTED_MODULE|__webpack_exports__|__webpack_require__)/)?`_function_${d}|${(()=>{}).toString()}`:`_function_${d}|${$ee(Lee(a,p))}`}if((0,HJ.default)(l)){if(!e.allowSymbol)return;let d=Symbol.keyFor(l);return d!==void 0?`_gsymbol_${d}`:`_symbol_${l.toString().slice(7,-1)}`}if(n.length>=e.maxDepth)return Array.isArray(l)?`[Array(${l.length})]`:"[Object]";if(l===this)return`_duplicate_${JSON.stringify(o)}`;if(l instanceof Error&&e.allowError)return{__isConvertedError__:!0,errorProperties:{...l.cause?{cause:l.cause}:{},...l,name:l.name,message:l.message,stack:l.stack,"_constructor-name_":l.constructor.name}};if(l.constructor&&l.constructor.name&&l.constructor.name!=="Object"&&!Array.isArray(l)&&!e.allowClass)return;let u=t.get(l);if(!u){let d=Array.isArray(l)?l:MI(l);if(l.constructor&&l.constructor.name&&l.constructor.name!=="Object"&&!Array.isArray(l)&&e.allowClass)try{Object.assign(d,{"_constructor-name_":l.constructor.name})}catch{}return o.push(a),n.unshift(d),t.set(l,JSON.stringify(o)),l!==d&&r.set(l,d),d}return`_duplicate_${u}`}catch{return}}},Pee={maxDepth:10,space:void 0,allowFunction:!0,allowRegExp:!0,allowDate:!0,allowClass:!0,allowError:!0,allowUndefined:!0,allowSymbol:!0,lazyEval:!0},Nee=(e,t={})=>{let r={...Pee,...t};return JSON.stringify(MI(e),Mee(r),t.space)};function PI(e){return Nee(e,{allowFunction:!1})}var NI=s.createContext({sources:{}}),HI="--unknown--",Hee=({children:e,channel:t})=>{let[r,n]=s.useState({});return s.useEffect(()=>{let o=(a,l=null,i=!1)=>{let{id:u,args:d=void 0,source:p,format:m}=typeof a=="string"?{id:a,source:l,format:i}:a,h=d?PI(d):HI;n(f=>({...f,[u]:{...f[u],[h]:{code:p,format:m}}}))};return t.on(Jy,o),()=>t.off(Jy,o)},[]),w.createElement(NI.Provider,{value:{sources:r}},e)},jee=(e,t,r)=>{let{sources:n}=r,o=n?.[e];return o?.[PI(t)]||o?.[HI]||{code:""}},Vee=({snippet:e,storyContext:t,typeFromProps:r,transformFromProps:n})=>{let{__isArgsStory:o}=t.parameters,a=t.parameters.docs?.source||{},l=r||a.type||G1.AUTO;if(a.code!==void 0)return a.code;let i=l===G1.DYNAMIC||l===G1.AUTO&&e&&o?e:a.originalSource||"";return(n??a.transform)?.(i,t)||i},Uee=(e,t,r)=>{let n,{of:o}=e;if("of"in e&&o===void 0)throw new Error("Unexpected `of={undefined}`, did you mistype a CSF file reference?");if(o)n=t.resolveOf(o,["story"]).story;else try{n=t.storyById()}catch{}let a=n?.parameters?.docs?.source||{},{code:l}=e,i=e.format??a.format,u=e.language??a.language??"jsx",d=e.dark??a.dark??!1;if(!l&&!n)return{error:"Oh no! The source is not available."};if(l)return{code:l,format:i,language:u,dark:d};let p=t.getStoryContext(n),m=e.__forceInitialArgs?p.initialArgs:p.unmappedArgs,h=jee(n.id,m,r);return i=h.format??n.parameters.docs?.source?.format??!1,{code:Vee({snippet:h.code,storyContext:{...p,args:m},typeFromProps:e.type,transformFromProps:e.transform}),format:i,language:u,dark:d}};function Wee(e,t){let r=qee([e],t);return r&&r[0]}function qee(e,t){let[r,n]=s.useState({});return s.useEffect(()=>{Promise.all(e.map(async o=>{let a=await t.loadStory(o);n(l=>l[o]===a?l:{...l,[o]:a})}))}),e.map(o=>{if(r[o])return r[o];try{return t.storyById(o)}catch{return null}})}var Gee=(e,t)=>{let{of:r,meta:n}=e;if("of"in e&&r===void 0)throw new Error("Unexpected `of={undefined}`, did you mistype a CSF file reference?");return n&&t.referenceMeta(n,!1),t.resolveOf(r||"story",["story"]).story.id},Kee=(e,t,r)=>{let{parameters:n={}}=t||{},{docs:o={}}=n,a=o.story||{};if(o.disable)return null;if(e.inline??a.inline??!1){let i=e.height??a.height,u=e.autoplay??a.autoplay??!1;return{story:t,inline:!0,height:i,autoplay:u,forceInitialArgs:!!e.__forceInitialArgs,primary:!!e.__primary,renderStoryToElement:r.renderStoryToElement}}let l=e.height??a.height??a.iframeHeight??"100px";return{story:t,inline:!1,height:l,primary:!!e.__primary}},Yee=(e={__forceInitialArgs:!1,__primary:!1})=>{let t=s.useContext(Er),r=Gee(e,t),n=Wee(r,t);if(!n)return w.createElement(GT,null);let o=Kee(e,n,t);return o?w.createElement(iY,{...o}):null},Zee=e=>{let t=s.useContext(Er),r=s.useContext(NI),{of:n,source:o}=e;if("of"in e&&n===void 0)throw new Error("Unexpected `of={undefined}`, did you mistype a CSF file reference?");let{story:a}=xa(n||"story",["story"]),l=Uee({...o,...n&&{of:n}},t,r),i=e.layout??a.parameters.layout??a.parameters.docs?.canvas?.layout??"padded",u=e.withToolbar??a.parameters.docs?.canvas?.withToolbar??!1,d=e.additionalActions??a.parameters.docs?.canvas?.additionalActions,p=e.sourceState??a.parameters.docs?.canvas?.sourceState??"hidden",m=e.className??a.parameters.docs?.canvas?.className;return w.createElement(KT,{withSource:p==="none"?void 0:l,isExpanded:p==="shown",withToolbar:u,additionalActions:d,className:m,layout:i},w.createElement(Yee,{of:n||a.moduleExport,meta:e.meta,...e.story}))},Xee=(e,t)=>{let r=Jee(e,t);if(!r)throw new Error("No result when story was defined");return r},Jee=(e,t)=>{let r=e?t.getStoryContext(e):{args:{}},{id:n}=e||{id:"none"},[o,a]=s.useState(r.args);s.useEffect(()=>{let u=d=>{d.storyId===n&&a(d.args)};return t.channel.on(cE,u),()=>t.channel.off(cE,u)},[n,t.channel]);let l=s.useCallback(u=>t.channel.emit(oK,{storyId:n,updatedArgs:u}),[n,t.channel]),i=s.useCallback(u=>t.channel.emit(aK,{storyId:n,argNames:u}),[n,t.channel]);return e&&[o,l,i]},Qee=(e,t)=>{let r=t.getStoryContext(e),[n,o]=s.useState(r.globals);return s.useEffect(()=>{let a=l=>{o(l.globals)};return t.channel.on(dE,a),()=>t.channel.off(dE,a)},[t.channel]),[n]};function ete(e,t){let{extractArgTypes:r}=t.docs||{};if(!r)throw new Error("Args unsupported. See Args documentation for your framework.");return r(e)}var tte=e=>{let{of:t}=e;if("of"in e&&t===void 0)throw new Error("Unexpected `of={undefined}`, did you mistype a CSF file reference?");let r=s.useContext(Er),{story:n}=r.resolveOf(t||"story",["story"]),{parameters:o,argTypes:a,component:l,subcomponents:i}=n,u=o.docs?.controls||{},d=e.include??u.include,p=e.exclude??u.exclude,m=e.sort??u.sort,[h,f,v]=Xee(n,r),[g]=Qee(n,r),C=uE(a,d,p);if(!(i&&Object.keys(i).length>0))return Object.keys(C).length>0||Object.keys(h).length>0?w.createElement(O5,{rows:C,sort:m,args:h,globals:g,updateArgs:f,resetArgs:v}):null;let b=bJ(l),y=Object.fromEntries(Object.entries(i).map(([x,D])=>[x,{rows:uE(ete(D,o),d,p),sort:m}])),E={[b]:{rows:C,sort:m},...y};return w.createElement(vJ,{tabs:E,sort:m,args:h,globals:g,updateArgs:f,resetArgs:v})},{document:jI}=globalThis,rte=({className:e,children:t,...r})=>{if(typeof e!="string"&&(typeof t!="string"||!t.match(/[\n\r]/g)))return w.createElement(KF,null,t);let n=e&&e.split("-");return w.createElement(WT,{language:n&&n[1]||"text",format:!1,code:t,...r})};function qy(e,t){e.channel.emit(lK,t)}var M5=HG.a,nte=({hash:e,children:t})=>{let r=s.useContext(Er);return w.createElement(M5,{href:e,target:"_self",onClick:n=>{let o=e.substring(1);jI.getElementById(o)&&qy(r,e)}},t)},ote=e=>{let{href:t,target:r,children:n,...o}=e,a=s.useContext(Er);return!t||r==="_blank"||/^https?:\/\//.test(t)?w.createElement(M5,{...e}):t.startsWith("#")?w.createElement(nte,{hash:t},n):w.createElement(M5,{href:t,onClick:l=>{l.button===0&&!l.altKey&&!l.ctrlKey&&!l.metaKey&&!l.shiftKey&&(l.preventDefault(),qy(a,l.currentTarget.getAttribute("href")))},target:r,...o},n)},VI=["h1","h2","h3","h4","h5","h6"],ate=VI.reduce((e,t)=>({...e,[t]:F(t)({"& svg":{position:"relative",top:"-0.1em",visibility:"hidden"},"&:hover svg":{visibility:"visible"}})}),{}),lte=F.a(()=>({float:"left",lineHeight:"inherit",paddingRight:"10px",marginLeft:"-24px",color:"inherit"})),ite=({as:e,id:t,children:r,...n})=>{let o=s.useContext(Er),a=ate[e],l=`#${t}`;return w.createElement(a,{id:t,...n},w.createElement(lte,{"aria-hidden":"true",href:l,tabIndex:-1,target:"_self",onClick:i=>{jI.getElementById(t)&&qy(o,l)}},w.createElement(XG,null)),r)},Gy=e=>{let{as:t,id:r,children:n,...o}=e;if(r)return w.createElement(ite,{as:t,id:r,...o},n);let a=t,{as:l,...i}=e;return w.createElement(a,{...ge(i,t)})},ste=VI.reduce((e,t)=>({...e,[t]:r=>w.createElement(Gy,{as:t,...r})}),{}),ute=e=>{if(!e.children)return null;if(typeof e.children!="string")throw new Error(GI`The Markdown block only accepts children as a single string, but children were of type: '${typeof e.children}'
|
|
754
|
-
This is often caused by not wrapping the child in a template string.
|
|
755
|
-
|
|
756
|
-
This is invalid:
|
|
757
|
-
<Markdown>
|
|
758
|
-
# Some heading
|
|
759
|
-
A paragraph
|
|
760
|
-
</Markdown>
|
|
761
|
-
|
|
762
|
-
Instead do:
|
|
763
|
-
<Markdown>
|
|
764
|
-
{\`
|
|
765
|
-
# Some heading
|
|
766
|
-
A paragraph
|
|
767
|
-
\`}
|
|
768
|
-
</Markdown>
|
|
769
|
-
`);return w.createElement(hI,{...e,options:{forceBlock:!0,overrides:{code:rte,a:ote,...ste,...e?.options?.overrides},...e?.options}})},cte=(e=>(e.INFO="info",e.NOTES="notes",e.DOCGEN="docgen",e.AUTO="auto",e))(cte||{}),dte=e=>{switch(e.type){case"story":return e.story.parameters.docs?.description?.story||null;case"meta":{let{parameters:t,component:r}=e.preparedMeta;return t.docs?.description?.component||t.docs?.extractComponentDescription?.(r,{component:r,parameters:t})||null}case"component":{let{component:t,projectAnnotations:{parameters:r}}=e;return r.docs?.extractComponentDescription?.(t,{component:t,parameters:r})||null}default:throw new Error(`Unrecognized module type resolved from 'useOf', got: ${e.type}`)}},P5=e=>{let{of:t}=e;if("of"in e&&t===void 0)throw new Error("Unexpected `of={undefined}`, did you mistype a CSF file reference?");let r=xa(t||"meta"),n=dte(r);return n?w.createElement(ute,null,n):null},ME=U5(pK()),pte=F.div(({theme:e})=>({width:"10rem","@media (max-width: 768px)":{display:"none"}})),fte=F.div(({theme:e})=>({position:"fixed",bottom:0,top:0,width:"10rem",paddingTop:"4rem",paddingBottom:"2rem",overflowY:"auto",fontFamily:e.typography.fonts.base,fontSize:e.typography.size.s2,WebkitFontSmoothing:"antialiased",MozOsxFontSmoothing:"grayscale",WebkitTapHighlightColor:"rgba(0, 0, 0, 0)",WebkitOverflowScrolling:"touch","& *":{boxSizing:"border-box"},"& > .toc-wrapper > .toc-list":{paddingLeft:0,borderLeft:`solid 2px ${e.color.mediumlight}`,".toc-list":{paddingLeft:0,borderLeft:`solid 2px ${e.color.mediumlight}`,".toc-list":{paddingLeft:0,borderLeft:`solid 2px ${e.color.mediumlight}`}}},"& .toc-list-item":{position:"relative",listStyleType:"none",marginLeft:20,paddingTop:3,paddingBottom:3},"& .toc-list-item::before":{content:'""',position:"absolute",height:"100%",top:0,left:0,transform:"translateX(calc(-2px - 20px))",borderLeft:`solid 2px ${e.color.mediumdark}`,opacity:0,transition:"opacity 0.2s"},"& .toc-list-item.is-active-li::before":{opacity:1},"& .toc-list-item > a":{color:e.color.defaultText,textDecoration:"none"},"& .toc-list-item.is-active-li > a":{fontWeight:600,color:e.color.secondary,textDecoration:"none"}})),hte=F.p(({theme:e})=>({fontWeight:600,fontSize:"0.875em",color:e.textColor,textTransform:"uppercase",marginBottom:10})),mte=({title:e})=>e===null?null:typeof e=="string"?w.createElement(hte,null,e):e,gte=({title:e,disable:t,headingSelector:r,contentsSelector:n,ignoreSelector:o,unsafeTocbotOptions:a})=>(s.useEffect(()=>{let l={tocSelector:".toc-wrapper",contentSelector:n??".sbdocs-content",headingSelector:r??"h3",ignoreSelector:o??".docs-story *, .skip-toc",headingsOffset:40,scrollSmoothOffset:-40,orderedList:!1,onClick:()=>!1,...a},i=setTimeout(()=>ME.init(l),100);return()=>{clearTimeout(i),ME.destroy()}},[t]),w.createElement(w.Fragment,null,w.createElement(pte,null,t?null:w.createElement(fte,null,w.createElement(mte,{title:e||null}),w.createElement("div",{className:"toc-wrapper"}))))),{document:vte,window:yte}=globalThis,wte=({context:e,theme:t,children:r})=>{let n;try{n=e.resolveOf("meta",["meta"]).preparedMeta.parameters?.docs?.toc}catch{n=e?.projectAnnotations?.parameters?.docs?.toc}return s.useEffect(()=>{let o;try{if(o=new URL(yte.parent.location.toString()),o.hash){let a=vte.getElementById(decodeURIComponent(o.hash.substring(1)));a&&setTimeout(()=>{EJ(a)},200)}}catch{}}),w.createElement(Er.Provider,{value:e},w.createElement(Hee,{channel:e.channel},w.createElement(Ax,{theme:C$(t)},w.createElement(QK,{toc:n?w.createElement(gte,{className:"sbdocs sbdocs-toc--custom",...n}):null},r))))},bte=({children:e,disableAnchor:t})=>{if(t||typeof e!="string")return w.createElement(ZF,null,e);let r=globalThis.encodeURIComponent(e.toLowerCase());return w.createElement(Gy,{as:"h3",id:r},e)},UI=({of:e,expanded:t=!0,withToolbar:r=!1,__forceInitialArgs:n=!1,__primary:o=!1})=>{let{story:a}=xa(e||"story",["story"]),l=a.parameters.docs?.canvas?.withToolbar??r;return w.createElement(_I,{storyId:a.id},t&&w.createElement(w.Fragment,null,w.createElement(bte,null,a.name),w.createElement(P5,{of:e})),w.createElement(Zee,{of:e,withToolbar:l,story:{__forceInitialArgs:n,__primary:o},source:{__forceInitialArgs:n}}))},Ete=e=>{let{of:t}=e;if("of"in e&&t===void 0)throw new Error("Unexpected `of={undefined}`, did you mistype a CSF file reference?");let{csfFile:r}=xa(t||"meta",["meta"]),n=s.useContext(Er).componentStoriesFromCSFFile(r)[0];return n?w.createElement(UI,{of:n.moduleExport,expanded:!1,__primary:!0,withToolbar:!0}):null},xte=({children:e,disableAnchor:t,...r})=>{if(t||typeof e!="string")return w.createElement(YF,null,e);let n=e.toLowerCase().replace(/[^a-z0-9]/gi,"-");return w.createElement(Gy,{as:"h2",id:n,...r},e)},Cte=F(xte)(({theme:e})=>({fontSize:`${e.typography.size.s2-1}px`,fontWeight:e.typography.weight.bold,lineHeight:"16px",letterSpacing:"0.35em",textTransform:"uppercase",color:e.textMutedColor,border:0,marginBottom:"12px","&:first-of-type":{marginTop:"56px"}})),Dte=({title:e="Stories",includePrimary:t=!0})=>{let{componentStories:r,projectAnnotations:n,getStoryContext:o}=s.useContext(Er),a=r(),{stories:{filter:l}={filter:void 0}}=n.parameters?.docs||{};return l&&(a=a.filter(i=>l(i,o(i)))),a.some(i=>i.tags?.includes("autodocs"))&&(a=a.filter(i=>i.tags?.includes("autodocs")&&!i.usesMount)),t||(a=a.slice(1)),!a||a.length===0?null:w.createElement(w.Fragment,null,w.createElement(Cte,null,e),a.map(i=>i&&w.createElement(UI,{key:i.id,of:i.moduleExport,expanded:!0,__forceInitialArgs:!0})))},Ste="https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#subtitle-block-and-parameterscomponentsubtitle",kte=e=>{let{of:t,children:r}=e;if("of"in e&&t===void 0)throw new Error("Unexpected `of={undefined}`, did you mistype a CSF file reference?");let n;try{n=xa(t||"meta",["meta"]).preparedMeta}catch(i){if(r&&!i.message.includes("did you forget to use <Meta of={} />?"))throw i}let{componentSubtitle:o,docs:a}=n?.parameters||{};o&&rK(`Using 'parameters.componentSubtitle' property to subtitle stories is deprecated. See ${Ste}`);let l=r||a?.subtitle||o;return l?w.createElement(ZK,{className:"sbdocs-subtitle sb-unstyled"},l):null},Ate=/\s*\/\s*/,_te=e=>{let t=e.trim().split(Ate);return t?.[t?.length-1]||e},Fte=e=>{let{children:t,of:r}=e;if("of"in e&&r===void 0)throw new Error("Unexpected `of={undefined}`, did you mistype a CSF file reference?");let n;try{n=xa(r||"meta",["meta"]).preparedMeta}catch(a){if(t&&!a.message.includes("did you forget to use <Meta of={} />?"))throw a}let o=t||_te(n?.title);return o?w.createElement(YK,{className:"sbdocs-title sb-unstyled"},o):null},Rte=()=>{let e=xa("meta",["meta"]),{stories:t}=e.csfFile,r=Object.keys(t).length===1;return w.createElement(w.Fragment,null,w.createElement(Fte,null),w.createElement(kte,null),w.createElement(P5,{of:"meta"}),r?w.createElement(P5,{of:"story"}):null,w.createElement(Ete,null),w.createElement(tte,null),r?null:w.createElement(Dte,null))};function lre({context:e,docsParameter:t}){let r=t.container||wte,n=t.page||Rte;return w.createElement(r,{context:e,theme:t.theme},w.createElement(n,null))}var ire=({of:e})=>{let t=s.useContext(Er);e&&t.referenceMeta(e,!0);try{let r=t.storyById();return w.createElement(_I,{storyId:r.id})}catch{return null}};export{TT as $,uN as A,Qte as B,aN as C,YF as D,Ote as E,cN as F,Zte as G,Jte as H,Xo as I,ky as J,Lte as K,Ea as L,gN as M,Ru as N,L1 as O,_T as P,Gte as Q,sN as R,iN as S,fN as T,vN as U,BT as V,Pte as W,$T as X,DG as Y,iG as Z,Ute as _,uv as a,Wte as a0,wN as a1,Vte as a2,jq as a3,sq as a4,yo as a5,HG as a6,Qm as a7,PG as a8,S5 as a9,Yte as aa,ge as ab,jG as ac,Ee as ad,U5 as ae,w as af,s as ag,F as ah,rre as ai,$te as aj,vr as ak,ua as al,du as am,rte as an,ote as ao,ste as ap,lre as aq,ne as ar,ire as as,tre as b,nN as c,$y as d,oN as e,lN as f,XP as g,qte as h,Xte as i,wl as j,oG as k,MG as l,ZP as m,pN as n,hN as o,GF as p,W0 as q,LT as r,Nte as s,Hte as t,mN as u,KF as v,rN as w,ZF as x,gq as y,ere as z};
|